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

  CONTENTS

======================================= */
/*-----------------------------------------
  page_title_field
-----------------------------------------*/
.page_title_field {
  position: relative;
}
.page_title_field.page_company {
  background: linear-gradient(rgba(19, 19, 19, 0.7), rgba(19, 19, 19, 0.7)), url(/img/company/company_page_head.jpg) no-repeat center center/cover;
}
.page_title_field.page_brand_history {
  background: linear-gradient(rgba(19, 19, 19, 0.7), rgba(19, 19, 19, 0.7)), url(/img/brand/history_page_head.jpg) no-repeat center center/cover;
}
.page_title_field.page_brand_value {
  background: linear-gradient(107.17deg, rgba(37, 37, 37, 0.7) 0%, rgba(0, 0, 0, 0.7) 98.15%), url(/img/brand/value_page_head.jpg) no-repeat center center/cover;
}
.page_title_field.page_brand_development {
  background: linear-gradient(107.17deg, rgba(37, 37, 37, 0.7) 0%, rgba(0, 0, 0, 0.7) 98.15%), url(/img/brand/development_page_head.jpg) no-repeat center center/cover;
}
.page_title_field.page_contact {
  background: linear-gradient(107.17deg, rgba(37, 37, 37, 0.7) 0%, rgba(0, 0, 0, 0.7) 98.15%), url(/img/contact/contact_page_head.jpg) no-repeat center center/cover;
}
.page_title_field.page_faq {
  background: linear-gradient(107.17deg, rgba(37, 37, 37, 0.7) 0%, rgba(0, 0, 0, 0.7) 98.15%), url(/img/faq/faq_page_head.jpg) no-repeat center center/cover;
}
.page_title_field.page_ingredients_ramen {
  background: linear-gradient(107.17deg, rgba(37, 37, 37, 0.7) 0%, rgba(0, 0, 0, 0.7) 98.15%), url(/img/ingredients/ramen_page_head.jpg) no-repeat center center/cover;
}
.page_title_field.page_ingredients_sauce {
  background: linear-gradient(107.17deg, rgba(37, 37, 37, 0.7) 0%, rgba(0, 0, 0, 0.7) 98.15%), url(/img/ingredients/sauce_page_head.jpg) no-repeat center center/cover;
}
.page_title_field.page_ingredients_soup {
  background: linear-gradient(107.17deg, rgba(37, 37, 37, 0.7) 0%, rgba(0, 0, 0, 0.7) 98.15%), url(/img/ingredients/soup_page_head.jpg) no-repeat center center/cover;
}
.page_title_field.page_ingredients_noodles {
  background: linear-gradient(107.17deg, rgba(37, 37, 37, 0.7) 0%, rgba(0, 0, 0, 0.7) 98.15%), url(/img/ingredients/noodles_page_head.jpg) no-repeat center center/cover;
}
.page_title_field.page_support {
  background: linear-gradient(107.17deg, rgba(37, 37, 37, 0.7) 0%, rgba(0, 0, 0, 0.7) 98.15%), url(/img/support/support_page_head.jpg) no-repeat center center/cover;
}
.page_title_field .cont_inner {
  min-height: 382px;
  padding-block: 186px 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .page_title_field .cont_inner {
    min-height: initial;
    height: 300px;
    padding-block: 64px 0;
  }
}
.page_title_field .heading_wrap {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.page_title_field .heading_wrap .heading_title {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (max-width: 767px) {
  .page_title_field .heading_wrap .heading_title {
    font-size: 2.8rem;
    line-height: 1.7;
  }
}
.page_title_field .heading_wrap .heading_text {
  font-family: "Times New Roman", Times, serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.16;
  text-align: center;
  letter-spacing: 0.13em;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page_title_field .heading_wrap .heading_text {
    font-size: 1.8rem;
  }
}

/*-----------------------------------------
  breadcrumbs
-----------------------------------------*/
.breadcrumbs {
  padding-block: 10px;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 80px;
  }
}
.breadcrumbs .cont_outer {
  overflow-x: auto;
}
.breadcrumbs .cont_inner {
  max-width: initial;
}
.breadcrumbs .breadcrumbs_list {
  display: flex;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #727272;
}
.breadcrumbs .breadcrumbs_list li {
  white-space: nowrap;
  padding-right: 24px;
  position: relative;
}
.breadcrumbs .breadcrumbs_list li:not(:last-child)::before {
  content: ">";
  font-weight: 400;
  font-size: 1.3rem;
  color: #727272;
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
}
.breadcrumbs .breadcrumbs_list li a {
  font-weight: 700;
  color: #131313;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.3s ease-out;
}

/*-----------------------------------------
  page_content
-----------------------------------------*/
.section_wrap {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .section_wrap {
    margin-bottom: 80px;
  }
}

.content_wrap {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .content_wrap {
    margin-bottom: 24px;
  }
}
.content_wrap.size_l_wrap {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .content_wrap.size_l_wrap {
    margin-bottom: 24px;
  }
}

.item_wrap {
  margin-bottom: 32px;
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .item_wrap {
    margin-bottom: 24px;
  }
}

hr.line {
  width: 100%;
  height: 2px;
  margin-block: 0 32px;
  background: #dfdfdf;
}
@media (width <= 767px) {
  hr.line {
    margin-block: 0 24px;
  }
}

/*-----------------------------------------
  box
-----------------------------------------*/
.bg_texture_box {
  padding-block: 96px;
  background: url(/img/common/cont_bg_texture.png) center center repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .bg_texture_box {
    padding-block: 40px;
  }
}

.secondary_bg_texture_box {
  position: relative;
  overflow: hidden;
}
.secondary_bg_texture_box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding-bottom: 45px;
  margin-top: 237px;
  background: url(/img/common/secondary_bg_texture.png) center center repeat;
  background-size: cover;
  transform-origin: top left;
  transform: skewY(15deg);
  z-index: -1;
}

.bg_box {
  background: #fafafa;
  padding: 8px 16px;
}

.bg_radius_box {
  padding: 24px 32px;
  border-radius: 16px;
  background: #fff;
}

/*-----------------------------------------
  bg_texture_set
-----------------------------------------*/
.bg_texture_field {
  width: 100%;
  padding-block: 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .bg_texture_field {
    padding-block: 0;
  }
}
.bg_texture_field::before {
  content: "";
  width: calc((100% - 1080px) / 2 + 900px);
  height: 100%;
  background: #fafafa url(/img/common/cont_bg_texture.png) center center repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1160px) {
  .bg_texture_field::before {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .bg_texture_field::before {
    content: none;
  }
}
@media (max-width: 1280px) {
  .bg_texture_field .cont_outer {
    padding-inline: 0 40px;
  }
}
@media (max-width: 767px) {
  .bg_texture_field .cont_outer {
    padding-inline: 0;
  }
}
.bg_texture_field .cont_inner {
  max-width: 1080px;
  transition: padding 0.3s ease-out;
}
@media (max-width: 1280px) {
  .bg_texture_field .cont_inner {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .bg_texture_field .cont_inner {
    padding-left: 0;
  }
}
.bg_texture_field .bg_texture_set_clm {
  display: flex;
  gap: 40px 64px;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 1280px) {
  .bg_texture_field .bg_texture_set_clm {
    gap: 24px;
    padding-left: 8%;
  }
}
@media (max-width: 767px) {
  .bg_texture_field .bg_texture_set_clm {
    gap: 32px;
    flex-direction: column;
    padding-left: 0;
    overflow: hidden;
  }
}
.bg_texture_field .bg_texture_set_clm::before {
  content: "";
  width: 10%;
  max-width: 98px;
  aspect-ratio: 94/685;
  background: url(/img/company/heading_deco_recruit.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -18px;
  left: -70px;
  z-index: 0;
}
@media (max-width: 1280px) {
  .bg_texture_field .bg_texture_set_clm::before {
    width: 9%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .bg_texture_field .bg_texture_set_clm::before {
    width: 17%;
    top: -5px;
    left: -5px;
  }
}
.bg_texture_field .bg_texture_set_img {
  width: 473px;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 1160px) {
  .bg_texture_field .bg_texture_set_img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .bg_texture_field .bg_texture_set_img {
    order: 1;
    width: 100%;
    position: relative;
    right: -12%;
  }
}
.bg_texture_field .bg_texture_set_img img {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .bg_texture_field .bg_texture_set_img img {
    width: 95%;
  }
}
.bg_texture_field .bg_texture_set_cont {
  flex: 1;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .bg_texture_field .bg_texture_set_cont {
    order: 2;
    margin-top: 0;
    padding: 0 16px 48px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .bg_texture_field .bg_texture_set_cont::before {
    content: "";
    width: 100%;
    height: calc(100% + 182px);
    background: #fafafa url(/img/common/cont_bg_texture.png) center center repeat;
    background-size: cover;
    position: absolute;
    top: -182px;
    left: 0;
    z-index: -1;
  }
}
.bg_texture_field .bg_texture_set_cont .bg_texture_set_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}
.bg_texture_field .bg_texture_set_cont .bg_texture_set_heading span {
  font-size: 2.2rem;
  display: block;
  letter-spacing: 0.02em;
  margin-top: 1.6rem;
}
.bg_texture_field .bg_texture_set_cont .bg_texture_set_area {
  margin-bottom: 48px;
}
.bg_texture_field .bg_texture_set_cont .btn_clm {
  gap: 24px;
  margin-bottom: 24px;
}
.bg_texture_field .bg_texture_set_cont .btn_clm .btn {
  flex: 1;
  min-width: initial;
}
@media (max-width: 980px) {
  .bg_texture_field .bg_texture_set_cont .btn_clm .btn {
    font-size: 1.2rem;
    padding: 32px 8px;
  }
}
@media (max-width: 767px) {
  .bg_texture_field .bg_texture_set_cont .btn_clm .btn {
    flex: initial;
    font-size: 1.5rem;
    padding: 32px 24px;
  }
}

.heading_set_img {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .heading_set_img {
    margin-bottom: 44px;
  }
}
.heading_set_img .heading_set_caption_wrap {
  position: relative;
  z-index: 1;
}
.heading_set_img .heading_set_caption {
  max-width: 95%;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: table;
  background: #fff;
  margin-block: -48px 8px;
  padding: 16px 16px 16px 0;
}
@media (max-width: 767px) {
  .heading_set_img .heading_set_caption {
    font-size: 2.8rem;
    margin-block: -32px 8px;
  }
}
.heading_set_img .heading_set_caption .rsp {
  display: block;
}
@media (max-width: 880px) {
  .heading_set_img .heading_set_caption .rsp {
    display: none;
  }
}
.heading_set_img .heading_set_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}
.heading_set_img .heading_set_text:last-child {
  margin-bottom: 0;
}

.bg_texture_box .heading_set_img .heading_set_caption {
  background: url(/img/common/cont_bg_texture.png) center center repeat;
  background-size: contain;
}

/*-----------------------------------------
  heading
-----------------------------------------*/
.primary_heading_wrap {
  margin-bottom: 48px;
}
.primary_heading_wrap .primary_heading {
  margin-bottom: 8px;
}
.primary_heading_wrap.icon_heading::before {
  content: "";
  display: block;
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
}
.primary_heading_wrap.type_opening::before {
  content: url(/img/common/icon_heading_opening.svg);
}
.primary_heading_wrap.type_flavor::before {
  content: url(/img/common/icon_heading_flavor.svg);
}
.primary_heading_wrap.type_menu::before {
  content: url(/img/common/icon_heading_menu.svg);
}
.primary_heading_wrap.type_overseas::before {
  content: url(/img/common/icon_heading_overseas.svg);
}
.primary_heading_wrap.type_flavor, .primary_heading_wrap.type_menu, .primary_heading_wrap.type_overseas {
  position: relative;
}
.primary_heading_wrap.type_flavor::after, .primary_heading_wrap.type_menu::after, .primary_heading_wrap.type_overseas::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #dfdfdf;
  inset: -48px 0 auto;
}

.primary_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .primary_heading {
    font-size: 2.8rem;
  }
}

.primary_heading_text {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.125;
  text-align: center;
  color: #e60008;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.secondary_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #fff;
  background: url(/img/common/secondary_heading_bg.png) center center repeat;
  background-size: contain;
  margin-bottom: 24px;
  padding: 15px 24px;
  position: relative;
}
@media (max-width: 767px) {
  .secondary_heading {
    font-size: 2.2rem;
    padding: 16px 24px;
  }
}
.secondary_heading::before {
  content: "";
  width: 4px;
  height: 100%;
  background: linear-gradient(13deg, #e7f562 0%, #e6f15a 50%, #e7ef53 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.tertiary_heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  padding-left: 42px;
  position: relative;
}
.tertiary_heading::before {
  content: "";
  width: 26px;
  height: 27px;
  background: url(/img/common/tertiary_heading_deco.svg) center center no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

.quaternary_heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  padding-block: 8px;
  border-bottom: 1px solid #dfdfdf;
}

.special_underline_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .special_underline_heading {
    font-size: 3.2rem;
  }
}
.special_underline_heading::before {
  content: "";
  width: 100%;
  height: 20px;
  background: url(/img/common/heading_underline.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}

.another_primary_heading_wrap {
  margin-bottom: 48px;
  text-align: center;
}
.another_primary_heading_wrap p {
  color: #fff;
}

.another_primary_heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .another_primary_heading {
    font-size: clamp(2.6rem, 6vw, 3.8rem);
  }
}

.secondary_deco_heading {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  padding-inline: 30px;
  margin-bottom: 20px;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: center;
}
.secondary_deco_heading::before {
  content: url(/img/common/heading_deco_l.svg);
  padding-top: 8px;
}
.secondary_deco_heading::after {
  content: url(/img/common/heading_deco_r.svg);
  padding-top: 8px;
}
.secondary_deco_heading br {
  display: none;
}
@media (max-width: 550px) {
  .secondary_deco_heading br {
    display: block;
  }
}

.yoshinoya_hd_heading {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.16;
  color: #727272;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .yoshinoya_hd_heading {
    font-size: 3.6rem;
  }
}
.yoshinoya_hd_heading .accent_text {
  color: #e57e2e;
}

/*-----------------------------------------
  text
-----------------------------------------*/
p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}

.emphasis_text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.emphasis_text .accent_text {
  font-size: 2.4rem;
  color: #e60008;
}

/*-----------------------------------------
  list
-----------------------------------------*/
.basic_ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basic_ul > li {
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}
.basic_ul > li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  background: #131313;
  border-radius: 100vmax;
}

.basic_ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  counter-reset: number;
}
.basic_ol > li {
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}
.basic_ol > li::before {
  counter-increment: number;
  content: counter(number) ".";
  display: block;
  position: absolute;
  left: 0;
}

.check_ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.check_ul > li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 32px;
  position: relative;
}
.check_ul > li::before {
  content: "\e916";
  font-family: "takara-jp";
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  width: 18px;
  height: 18px;
  color: #e60008;
  position: absolute;
  top: 7px;
  left: 0;
}
.check_ul > li .emphasis_text {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #e60008;
}

.anchor_list_nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  width: 100%;
  gap: 16px 24px;
}
@media (max-width: 767px) {
  .anchor_list_nav {
    gap: 8px;
  }
}
.anchor_list_nav > li {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  border-bottom: 1px solid #131313;
  position: relative;
}
.anchor_list_nav > li > a {
  display: block;
  color: #131313;
  padding: 10px 24px 10px 8px;
  position: relative;
}
.anchor_list_nav > li > a::after {
  content: "\e911";
  font-family: "takara-jp";
  font-size: 2rem;
  line-height: 0.9;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 10px;
  transition: right 0.3s ease-out;
}

/*-----------------------------------------
  table
-----------------------------------------*/
.basic_table {
  width: 100%;
  table-layout: fixed;
}
.basic_table tr {
  min-height: 64px;
}
.basic_table tbody tr:not(:has(th)) td:first-child {
  border-left: 1px solid #dfdfdf;
}
.basic_table tbody th,
.basic_table tbody td {
  line-height: 2;
  text-align: left;
  padding: 16px;
  vertical-align: middle;
}
.basic_table tbody th {
  font-weight: 700;
  color: #fff;
  background: #131313 url(/img/common/table_bg_texture.png) center center repeat;
  background-size: contain;
  vertical-align: middle;
}
.basic_table tbody .th_w_basic {
  width: 27%;
}
.basic_table tbody td {
  font-weight: 500;
  background: #fff;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.basic_table tbody tr:first-child td {
  border-top: 1px solid #dfdfdf;
}
.basic_table tbody tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.basic_table tbody.td_align_c td {
  text-align: center;
}
.basic_table tbody.th_align_c th {
  text-align: center;
}
.basic_table.type_history tbody th {
  width: 120px;
  line-height: 2;
  color: #131313;
  background: transparent;
  border-bottom: 1px solid #131313 !important;
}
@media (max-width: 767px) {
  .basic_table.type_history tbody th {
    width: 90px;
  }
}
.basic_table.type_history tbody td {
  line-height: 1.5;
  border-right: none;
  border-top: none !important;
}

/*-----------------------------------------
  tab
-----------------------------------------*/
.tab_contents .tablist {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.tab_contents .tablist .tab {
  width: 280px;
  min-height: 60px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #727272;
  letter-spacing: 0;
  padding: 8px 24px;
  border-bottom: 2px solid #dfdfdf;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (max-width: 767px) {
  .tab_contents .tablist .tab {
    width: auto;
  }
}
@media (any-hover: hover) {
  .tab_contents .tablist .tab:hover {
    opacity: 0.6;
  }
}
.tab_contents .tablist .tab[aria-selected=true], .tab_contents .tablist .tab.current {
  color: #e60008;
  border-color: #e60008;
}
.tab_contents .tablist .tab > a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #727272;
}
.tab_contents .tabpanel {
  transition: opacity 0.4s ease-in;
}
.tab_contents .tabpanel.active {
  opacity: 1;
}

.tab_contents .tabpanel_wrap.type_message {
  width: 100%;
  margin-left: 0;
  position: relative;
}

.tab_contents .tabpanel_wrap.type_message .message_inner {
  padding-top: 40px;
  border-top: 1px solid #f0f0f0;
}

.tab_contents .tabpanel > *:first-child {
  margin-top: 0;
}

.tab_contents.type_class {
  margin-top: 64px;
}

.tab_contents.type_class .tablist {
  justify-content: center;
}

.tab_contents.type_class .tablist .tab {
  padding: 12px 25px;
}

.tab_contents.type_class .tabpanel_wrap {
  padding: 48px 32px;
  background: #fff;
}

.tab_contents.type_class .tabpanel > *:first-child {
  margin-top: 0;
}

.bg_sub_color .tab_contents .tablist .tab {
  background: #fff;
}

.bg_sub_color .tab_contents .tablist .tab[aria-selected=true] {
  color: #fff;
  background: #5a0a32;
  transition: all 0.3s ease-out;
}

/*-----------------------------------------
  accordion
-----------------------------------------*/
.accordion_field {
  display: flex;
  gap: 8px 0;
  flex-direction: column;
}

.accordion_wrap {
  background-size: cover;
  border-bottom: 1px solid #e60008;
  overflow: hidden;
  position: relative;
}
.accordion_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.accordion_wrap.open {
  background: url(/img/common/cont_bg_texture.png) center center repeat;
  background-size: cover;
}
.accordion_wrap.open::before {
  opacity: 0;
}
.accordion_wrap.open .accordion_trigger {
  color: #e60008;
}
.accordion_wrap.open .accordion_trigger .toggle_btn::before {
  content: "\e909";
  color: #e60008;
  top: 50%;
}
.accordion_wrap .accordion_trigger {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 24px 56px 24px 16px;
  transition: opacity 0.3s ease-out, background 0.3s ease-out;
  position: relative;
  cursor: pointer;
  outline-offset: -2px;
}
@media (max-width: 767px) {
  .accordion_wrap .accordion_trigger {
    padding: 24px 40px 24px 16px;
  }
}
@media (any-hover: hover) {
  .accordion_wrap .accordion_trigger:hover {
    opacity: 0.6;
  }
}
.accordion_wrap .accordion_trigger .accordion_heading_emphasis {
  width: 47px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  background: url(/img/common/accordion_trigger_bg.svg) center center no-repeat;
  background-size: contain;
  padding-bottom: 4px;
}
.accordion_wrap .accordion_trigger .toggle_btn {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .accordion_wrap .accordion_trigger .toggle_btn {
    right: 16px;
  }
}
.accordion_wrap .accordion_trigger .toggle_btn::before {
  content: "\e906";
  font-family: "takara-jp";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  color: #e60008;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: color 0.3s ease-out;
}
.accordion_wrap .accordion_heading {
  flex: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 2px;
}
.accordion_wrap .accordion_target {
  border-width: 0 1px 1px 1px;
}
.accordion_wrap .accordion_target .accordion_heading_emphasis {
  font-family: "Times New Roman", Times, serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #e60008;
}
.accordion_wrap .accordion_target_inner {
  display: flex;
  gap: 16px;
  padding: 0 16px 24px 28px;
}
.accordion_wrap .accordion_target_cont {
  flex: 1;
}
.accordion_wrap .accordion_target_cont p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.accordion_wrap .accordion_target_cont p:last-child {
  margin-bottom: 0;
}

/*-----------------------------------------
  brand history
-----------------------------------------*/
.history_chronology_field {
  margin-bottom: 66px;
  position: relative;
}
.history_chronology_field::before {
  content: "";
  width: calc((100% - 1080px) / 2 + 886px);
  height: 100%;
  background: #fafafa url(/img/common/cont_bg_texture.png) center center repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1160px) {
  .history_chronology_field::before {
    width: 74%;
  }
}
@media (max-width: 767px) {
  .history_chronology_field::before {
    width: 100%;
  }
}

.history_chronology_wrap {
  padding-block: 56px;
}

.history_chronology_item {
  display: flex;
  gap: 64px;
  position: relative;
}
@media (max-width: 767px) {
  .history_chronology_item {
    flex-direction: column;
    gap: 8px;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .history_chronology_item::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #e60008;
    position: absolute;
    top: 12px;
    left: -26px;
  }
}
.history_chronology_item .history_chronology_year {
  min-width: 78px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #e60008;
  position: relative;
}
@media (max-width: 767px) {
  .history_chronology_item .history_chronology_year {
    min-width: initial;
  }
}
.history_chronology_item .history_chronology_year::before {
  content: "";
  width: 9.11px;
  height: 9.11px;
  background: #e60008;
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: -37px;
  z-index: 1;
}
@media (max-width: 767px) {
  .history_chronology_item .history_chronology_year::before {
    right: auto;
    left: -30px;
  }
}
.history_chronology_item .history_chronology_year::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e60008;
  position: absolute;
  top: 12px;
  right: -33px;
}
@media (max-width: 767px) {
  .history_chronology_item .history_chronology_year::after {
    content: none;
  }
}
.history_chronology_item .history_chronology_year .unit {
  font-size: 1.4rem;
}
.history_chronology_item .history_chronology_cont {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .history_chronology_item .history_chronology_cont {
    gap: 8px;
  }
}
.history_chronology_item .history_chronology_detail {
  flex: 1;
}
.history_chronology_item .history_chronology_heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .history_chronology_item .history_chronology_heading:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .history_chronology_item .history_chronology_heading {
    line-height: 1.3;
  }
}
.history_chronology_item .history_chronology_text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .history_chronology_item .history_chronology_text {
    margin-right: 24px;
  }
}
.history_chronology_item .history_chronology_img {
  width: calc(100% - 24px);
  max-width: 600px;
}
@media (max-width: 767px) {
  .history_chronology_item .history_chronology_img {
    width: calc(100% - 24px);
    max-width: initial;
  }
}

.history_explanation_field {
  padding-block: 96px;
  background: #131313 url(/img/brand/history_explanation_bg.png) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.history_explanation_field::before {
  content: "";
  width: 610px;
  aspect-ratio: 610/601;
  background: url(/img/brand/history_explanation_deco.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -266px;
  right: -191px;
}
.history_explanation_field .main_text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 48px;
}
.history_explanation_field .main_text::first-letter {
  font-size: 4.8rem;
  line-height: 1.16;
}
.history_explanation_field .diamond_ul {
  display: flex;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 767px) {
  .history_explanation_field .diamond_ul {
    gap: 24px;
  }
}
.history_explanation_field .diamond_ul > li {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 767px) {
  .history_explanation_field .diamond_ul > li {
    width: 100%;
  }
}
.history_explanation_field .diamond_ul > li:not(:last-child) .diamond_heading {
  margin-bottom: 8px;
}
.history_explanation_field .diamond_ul > li::before {
  top: 8px;
}
.history_explanation_field .diamond_ul .diamond_heading {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.history_explanation_field .diamond_ul .text_link {
  color: #fff;
}
.history_explanation_field .diamond_ul .text_link[target=_blank] {
  padding-right: 28px;
}
.history_explanation_field .diamond_ul .text_link[target=_blank]::after {
  color: #fff;
}

.development_capability_field {
  padding-block: 96px 48px;
  background: #131313 url(/img/brand/development_capability_bg.png) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.development_capability_field .main_text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 48px;
}
.development_capability_field .main_text::first-letter {
  font-size: 4.8rem;
  line-height: 1.16;
}
.development_capability_field .development_capability_clm {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .development_capability_field .development_capability_clm {
    flex-direction: column;
  }
}
.development_capability_field .development_capability_item {
  width: 47%;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 24px;
  border: 1px solid #fff;
  position: relative;
}
@media (max-width: 767px) {
  .development_capability_field .development_capability_item {
    width: 100%;
  }
}
.development_capability_field .development_capability_item:not(:last-child)::after {
  content: "\e90f";
  font-family: "takara-jp";
  font-size: 3.3rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  position: absolute;
  right: -26px;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .development_capability_field .development_capability_item:not(:last-child)::after {
    content: "\e90d";
    top: auto;
    right: auto;
    left: 50%;
    bottom: -26px;
    translate: -50% 0;
  }
}
.development_capability_field .development_capability_item p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.35;
  letter-spacing: -0.02em;
}
.development_capability_field .development_capability_item p:last-child {
  margin-bottom: 0;
}
.development_capability_field .development_capability_list {
  flex: 1;
  background: rgba(19, 19, 19, 0.8);
  padding: 24px;
}
.development_capability_field .diamond_ul {
  gap: 16px;
  color: #fff;
}
.development_capability_field .diamond_ul > li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.development_capability_field .etc {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: right;
  color: #fff;
}
.development_capability_field .etc::before {
  content: "";
  flex: 1;
  width: 25px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.running_alongside_field {
  padding-block: 96px;
  background: #131313 url(/img/brand/running_alongside_bg.png) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.running_alongside_field .cont_inner {
  padding-right: 353px;
  position: relative;
}
@media (max-width: 1080px) {
  .running_alongside_field .cont_inner {
    padding-right: calc(30% + 40px);
  }
}
@media (max-width: 767px) {
  .running_alongside_field .cont_inner {
    padding: 0;
  }
}
.running_alongside_field .main_text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 48px;
}
.running_alongside_field .main_text::first-letter {
  font-size: 4.8rem;
  line-height: 1.16;
}
.running_alongside_field .running_alongside_cont::after {
  content: "";
  display: block;
  width: 323px;
  aspect-ratio: 323/342;
  background: url(/img/brand/running_alongside_symbol.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  opacity: 0.2;
}
@media (max-width: 1080px) {
  .running_alongside_field .running_alongside_cont::after {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .running_alongside_field .running_alongside_cont::after {
    display: block;
    width: 50%;
    max-width: 300px;
    margin: 40px auto 0;
    position: static;
    translate: 0;
  }
}
.running_alongside_field .running_alongside_cont p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.02em;
  color: #fff;
}
.running_alongside_field .running_alongside_cont p:last-child {
  margin-bottom: 0;
}

.img_set_clm {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .img_set_clm {
    flex-direction: column;
  }
}
.img_set_clm .img_set_cont {
  flex: 1;
}
.img_set_clm .img_set_cont p:last-child {
  margin-bottom: 0;
}
.img_set_clm .img_set_figure {
  width: 37%;
  max-width: 396px;
}
@media (max-width: 767px) {
  .img_set_clm .img_set_figure {
    width: 100%;
    max-width: initial;
  }
}
.img_set_clm.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .img_set_clm.reverse {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.img_card_wrap {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .img_card_wrap {
    flex-direction: column;
  }
}
.img_card_wrap .img_card_item {
  flex: 1;
  position: relative;
}
.img_card_wrap.type_multiply {
  gap: 56px;
}
@media (max-width: 1080px) {
  .img_card_wrap.type_multiply {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .img_card_wrap.type_multiply {
    gap: 56px;
  }
}
.img_card_wrap.type_multiply .img_card_item:not(:last-child)::after {
  content: "";
  content: "\e915";
  font-family: "takara-jp";
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  color: #e60008;
  position: absolute;
  top: 50%;
  right: -48px;
  translate: 0 -50%;
}
@media (max-width: 1080px) {
  .img_card_wrap.type_multiply .img_card_item:not(:last-child)::after {
    right: -40px;
  }
}
@media (max-width: 767px) {
  .img_card_wrap.type_multiply .img_card_item:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -48px;
    translate: -50% 0;
  }
}

.img_card_item {
  background: #fafafa url(/img/common/cont_bg_texture.png) center center repeat;
  background-size: cover;
}
.img_card_item .card_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_card_item .card_caption {
  padding: 32px 16px;
}
.img_card_item .card_img_heading {
  display: table;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  padding: 8px;
  background: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
}
@media (max-width: 1080px) {
  .img_card_item .card_img_heading {
    font-size: 3.1481481481vw;
  }
}
@media (max-width: 767px) {
  .img_card_item .card_img_heading {
    font-size: 3.4rem;
  }
}
.img_card_item .card_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  .img_card_item .card_heading {
    font-size: 2.2222222222vw;
  }
}
@media (max-width: 767px) {
  .img_card_item .card_heading {
    font-size: 2.4rem;
  }
}
.img_card_item .card_sub_heading {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 16px;
}
.img_card_item .card_text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.img_card_item .card_text:last-child {
  margin-bottom: 0;
}

.num_card_wrap {
  display: flex;
  gap: 16px;
  flex-direction: column;
  list-style: none;
  counter-reset: num_card;
}

.num_card_item {
  padding: 24px;
  background: #fff;
  counter-increment: num_card;
}
.num_card_item.reverse .num_card_figure {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .num_card_item.reverse .num_card_figure {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.num_card_item .num_card_figure {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .num_card_item .num_card_figure {
    flex-direction: column;
  }
}
.num_card_item .num_card_img {
  width: 49%;
  height: auto;
  max-width: 508px;
}
@media (max-width: 767px) {
  .num_card_item .num_card_img {
    width: 100%;
    max-width: initial;
  }
}
.num_card_item .num_card_caption {
  padding-top: 8px;
}
@media (max-width: 767px) {
  .num_card_item .num_card_caption {
    padding-top: 0;
  }
}
.num_card_item .num_card_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 20px;
}
.num_card_item .num_card_heading::before {
  content: counter(num_card, decimal-leading-zero) ".";
  font-size: 3.2rem;
  color: #e60008;
}
.num_card_item .num_card_sub_heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dfdfdf;
}
.num_card_item .num_card_text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.num_card_item .num_card_text:last-child {
  margin-bottom: 0;
}

.num_details_wrap {
  display: flex;
  gap: 16px 8px;
  flex-wrap: wrap;
  justify-content: center;
  counter-reset: num_details;
}
@media (max-width: 767px) {
  .num_details_wrap {
    flex-direction: column;
  }
}

.num_details_item {
  width: calc((100% - 16px) / 3);
  display: flex;
  gap: 16px;
  flex-direction: column;
  padding: 56px 16px 24px;
  border: 2px solid #dfdfdf;
  background: #fafafa;
  position: relative;
  counter-increment: num_details;
}
@media (max-width: 767px) {
  .num_details_item {
    width: 100%;
  }
}
.num_details_item::before {
  content: counter(num_details, decimal-leading-zero);
  font-family: "Times New Roman", Times, serif;
  font-size: 8.8rem;
  font-weight: 700;
  line-height: 1.14;
  color: rgba(19, 19, 19, 0.1);
  position: absolute;
  top: 0;
  right: 0;
}
.num_details_item .num_details_label {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  color: #fff;
  padding: 4px 24px 4px 8px;
  background: #131313;
  position: absolute;
  top: -2px;
  left: -2px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
}
@media (max-width: 1080px) {
  .num_details_item .num_details_label {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .num_details_item .num_details_label {
    font-size: 1.4rem;
  }
}
.num_details_item .num_details_head_wrap {
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.num_details_item .num_details_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.num_details_item .separator_heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  color: #e60008;
  margin-bottom: 4px;
}
.num_details_item .separator_heading::after {
  content: "";
  flex: 1;
  min-width: 10px;
  height: 1px;
  background: #d9d9d9;
}
.num_details_item .num_details_text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.num_details_item .num_details_text:last-child {
  margin-bottom: 0;
}
.num_details_item .num_details_text .emphasis_text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
.num_details_item .basic_ul {
  gap: 4px;
}
.num_details_item .basic_ul > li {
  font-size: 1.3rem;
}
.num_details_item .basic_ul > li::before {
  top: 9px;
  left: 4px;
}

.assignment_details_wrap {
  display: flex;
  gap: 16px 8px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .assignment_details_wrap {
    flex-direction: column;
  }
}
.assignment_details_wrap.type_inversion .assignment_details_item .assignment_details_label {
  color: #131313;
  background: #fff;
}

.assignment_details_item {
  width: calc((100% - 24px) / 4);
  display: flex;
  gap: 16px;
  flex-direction: column;
  padding: 56px 16px 24px;
  border: 2px solid #dfdfdf;
  position: relative;
}
@media (max-width: 767px) {
  .assignment_details_item {
    width: 100%;
  }
}
.assignment_details_item .assignment_details_label {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  color: #fff;
  padding: 4px 24px 4px 8px;
  background: #131313;
  position: absolute;
  top: -2px;
  left: -2px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
}
@media (max-width: 1080px) {
  .assignment_details_item .assignment_details_label {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .assignment_details_item .assignment_details_label {
    font-size: 1.4rem;
  }
}
.assignment_details_item .basic_ul {
  gap: 4px;
}
.assignment_details_item .basic_ul > li {
  font-size: 1.4rem;
}
.assignment_details_item .basic_ul > li::before {
  top: 9px;
  left: 4px;
}

.img_layer_wrap {
  display: flex;
  gap: 32px;
  flex-direction: column;
}

.img_layer_item {
  background: #131313;
  position: relative;
}
.img_layer_item .layer_figure {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .img_layer_item .layer_figure {
    flex-direction: column;
    overflow: hidden;
  }
}
.img_layer_item .layer_img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
@media (max-width: 767px) {
  .img_layer_item .layer_img {
    width: 135%;
    max-width: initial;
    position: static;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.img_layer_item .layer_caption {
  width: 60%;
  color: #fff;
  background: linear-gradient(270deg, #131313 0%, #131313 65.87%, rgba(19, 19, 19, 0.7) 100%);
  padding: 40px 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .img_layer_item .layer_caption {
    width: 100%;
  }
}
.img_layer_item .layer_img_heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .img_layer_item .layer_img_heading {
    top: -0.5em;
    right: auto;
    left: 0;
  }
}
.img_layer_item .layer_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 24px;
}
.img_layer_item .layer_text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.1;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .img_layer_item .layer_text {
    font-size: 1.4rem;
  }
}
.img_layer_item .btn {
  min-width: 230px;
  padding-block: 10px;
}
.img_layer_item.reverse .layer_figure {
  justify-content: flex-start;
}
.img_layer_item.reverse .layer_img {
  left: auto;
  right: 0;
}
.img_layer_item.reverse .layer_img_heading {
  right: auto;
  left: 0;
}
.img_layer_item.reverse .layer_caption {
  background: linear-gradient(90deg, #131313 0%, #131313 65.87%, rgba(19, 19, 19, 0.7) 100%);
}
@media (max-width: 767px) {
  .img_layer_item.reverse .layer_caption {
    background: linear-gradient(90deg, #131313 0%, #131313 50%, rgba(19, 19, 19, 0.7) 100%);
  }
}

.store_management_list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .store_management_list {
    margin-bottom: 44px;
  }
}
.store_management_list .store_management_item {
  flex: 1;
  display: flex;
  gap: 16px;
  flex-direction: column;
  padding: 14px 14px 18px;
  background: #fff;
  border: 1px solid #131313;
  position: relative;
}
@media (max-width: 1080px) {
  .store_management_list .store_management_item {
    flex: initial;
    width: calc((100% - 32px) / 3);
  }
}
@media (max-width: 767px) {
  .store_management_list .store_management_item {
    width: 100%;
  }
}
.store_management_list .store_management_item:not(:last-child)::after {
  content: "\e90f";
  font-family: "takara-jp";
  font-size: 1.6rem;
  font-weight: 400;
  color: #131313;
  line-height: 1;
  position: absolute;
  right: -13px;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .store_management_list .store_management_item:not(:last-child)::after {
    content: "\e90d";
    top: auto;
    right: auto;
    left: 50%;
    bottom: -13px;
    translate: -50% 0;
  }
}
.store_management_list .store_management_item:last-child {
  flex: 1.06;
}
@media (max-width: 1080px) {
  .store_management_list .store_management_item:last-child {
    flex: initial;
  }
}
.store_management_list .store_management_item.bg_emphasis {
  background: #fafafa;
}
.store_management_list .store_management_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 33px;
  position: relative;
}
.store_management_list .store_management_heading::before {
  content: "";
  width: 26px;
  height: 27px;
  background: url(/img/common/tertiary_heading_deco.svg) center center no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}
.store_management_list .store_management_text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.store_management_list .store_management_text:last-child {
  margin-bottom: 0;
}
.store_management_list .separator_heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  color: #e60008;
  margin-bottom: 4px;
}
.store_management_list .separator_heading::after {
  content: "";
  flex: 1;
  min-width: 10px;
  height: 1px;
  background: #d9d9d9;
}
.store_management_list .basic_ul {
  gap: 2px;
}
.store_management_list .basic_ul > li {
  font-size: 1.3rem;
  letter-spacing: 0;
}
.store_management_list .basic_ul > li::before {
  top: 9px;
  left: 6px;
}

@media (max-width: 767px) {
  .process_diagram_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 120px;
    padding: 40px 0 80px;
    background: linear-gradient(180deg, #791a00 0%, #e60008 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .process_diagram_wrap::before {
    content: "";
    width: 439px;
    height: 464px;
    background: url(/img/brand/arrow_shape_deco.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 320px;
    left: -180px;
  }
}

.process_diagram_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 120px;
  padding: 24px 16px 16px 16px;
  background: linear-gradient(90deg, #791a00 0%, #e60008 100%);
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .process_diagram_cont {
    padding: 24px 40px 16px 16px;
  }
}
@media (max-width: 767px) {
  .process_diagram_cont {
    order: 1;
    padding: 0 0 25px 0;
    background: none;
  }
}
.process_diagram_cont::before {
  content: "";
  width: 157px;
  height: 166px;
  background: url(/img/brand/arrow_shape_deco.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: -12px;
}
@media (max-width: 767px) {
  .process_diagram_cont::before {
    content: none;
  }
}
.process_diagram_cont .process_diagram_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .process_diagram_cont .process_diagram_heading {
    margin-bottom: 24px;
  }
}
.process_diagram_cont .process_diagram_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
}
@media (max-width: 767px) {
  .process_diagram_cont .process_diagram_text {
    margin-inline: 16px;
  }
}
.process_diagram_cont .process_diagram_text:last-child {
  margin-bottom: 0;
}

.process_diagram_list {
  display: flex;
  gap: 16px;
  margin: 0 80px -24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1080px) {
  .process_diagram_list {
    margin-inline: 20px 60px;
  }
}
@media (max-width: 767px) {
  .process_diagram_list {
    order: 2;
    flex-direction: column;
    margin: 0;
  }
}
.process_diagram_list .process_diagram_item {
  width: calc((100% - 64px) / 5);
  padding: 16px;
  background: #fafafa;
  border: 2px solid #e60008;
  position: relative;
}
@media (max-width: 767px) {
  .process_diagram_list .process_diagram_item {
    width: 240px;
    border: none;
  }
}
.process_diagram_list .process_diagram_item:not(:last-child)::after {
  content: "\e90f";
  font-family: "takara-jp";
  font-size: 1.6rem;
  font-weight: 400;
  color: #e60008;
  line-height: 1;
  position: absolute;
  right: -13px;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .process_diagram_list .process_diagram_item:not(:last-child)::after {
    content: "\e90d";
    color: #fff;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -12px;
    translate: -50% 0;
  }
}
.process_diagram_list .process_diagram_figure {
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
.process_diagram_list .process_diagram_figure figcaption {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.product_explanation_wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product_explanation_wrap.clm_2 .product_explanation_item {
  width: calc((100% - 8px) / 2);
}
@media (max-width: 767px) {
  .product_explanation_wrap.clm_2 .product_explanation_item {
    width: 100%;
  }
}
.product_explanation_wrap.clm_3 .product_explanation_item {
  width: calc((100% - 16px) / 3);
}
@media (max-width: 767px) {
  .product_explanation_wrap.clm_3 .product_explanation_item {
    width: 100%;
  }
}
.product_explanation_wrap.gap_m {
  gap: 16px;
}
.product_explanation_wrap.gap_m.clm_2 .product_explanation_item {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 767px) {
  .product_explanation_wrap.gap_m.clm_2 .product_explanation_item {
    width: 100%;
  }
}
.product_explanation_wrap.gap_m.clm_3 .product_explanation_item {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 767px) {
  .product_explanation_wrap.gap_m.clm_3 .product_explanation_item {
    width: 100%;
  }
}

.product_explanation_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 24px 32px;
  background: url(/img/common/cont_bg_texture.png) center center repeat;
  background-size: cover;
}
.product_explanation_item .product_explanation_heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  padding: 0 0 16px 42px;
  border-bottom: 1px solid #131313;
  position: relative;
}
.product_explanation_item .product_explanation_heading::before {
  content: "";
  width: 26px;
  height: 27px;
  background: url(/img/common/tertiary_heading_deco.svg) center center no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
.product_explanation_item .product_explanation_cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product_explanation_item .product_explanation_text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.product_explanation_item .product_explanation_text:last-child {
  margin-bottom: 0;
}
.product_explanation_item .label_clm {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product_explanation_item .label_supp {
  display: table;
  font-size: 1.4rem;
  font-weight: 500;
  color: #e60008;
  line-height: 1.2;
  padding: 7px 8px;
  border: 1px solid #e60008;
  background: #fff;
}

.product_img_wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product_img_wrap .product_img_item {
  width: calc((100% - 8px) / 2);
}
@media (max-width: 1080px) {
  .product_img_wrap .product_img_item {
    width: 100%;
  }
}
.product_img_wrap .product_img_item .product_img_text {
  margin-bottom: 8px;
}
.product_img_wrap .product_img_item .product_img_figure {
  width: 42%;
  max-width: 200px;
}
@media (max-width: 767px) {
  .product_img_wrap .product_img_item .product_img_figure {
    width: 100%;
    max-width: initial;
  }
}
.product_img_wrap.full .product_img_item {
  width: 100%;
}
@media (max-width: 1080px) {
  .product_img_wrap.full .product_img_item {
    width: 100%;
  }
}
.product_img_wrap.full .product_img_item .product_img_cont + .product_img_cont {
  border-left: 1px solid #dfdfdf;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .product_img_wrap.full .product_img_item .product_img_cont + .product_img_cont {
    border-left: none;
    border-top: 1px solid #dfdfdf;
    padding-left: 0;
    padding-top: 16px;
  }
}

.product_img_item {
  display: flex;
  gap: 24px 16px;
  padding: 24px;
  background: url(/img/common/cont_bg_texture.png) center center repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .product_img_item {
    flex-direction: column;
  }
}
.product_img_item.bg_white {
  background: #fff;
  padding: 0;
}
.product_img_item .product_img_cont {
  flex: 1;
}
.product_img_item .product_img_heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  padding: 0 0 16px 42px;
  border-bottom: 1px solid #131313;
  position: relative;
}
.product_img_item .product_img_heading::before {
  content: "";
  width: 26px;
  height: 27px;
  background: url(/img/common/tertiary_heading_deco.svg) center center no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
.product_img_item .product_img_text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.product_img_item .product_img_text:last-child {
  margin-bottom: 0;
}
.product_img_item .label_clm {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product_img_item .label_supp {
  display: table;
  font-size: 1.4rem;
  font-weight: 500;
  color: #e60008;
  line-height: 1.2;
  padding: 7px 8px;
  border: 1px solid #e60008;
  background: #fff;
}
.product_img_item .product_img_figure {
  width: 49%;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .product_img_item .product_img_figure {
    width: 100%;
    max-width: initial;
  }
}
.product_img_item .product_img_figure .memo {
  font-size: 1.3rem;
  color: #727272;
  text-align: right;
}
.product_img_item .product_img_figure.fit {
  flex: 1;
}
.product_img_item .product_img_figure.fit img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.product_img_item .product_img_figure.badge::before {
  display: block;
  content: "";
  position: absolute;
  width: 18%;
  inset: 3% auto auto 3%;
  aspect-ratio: 1/1;
  background: url("/img/common/badge_sample.png") no-repeat center center;
  background-size: 100% auto;
}

.bg_texture_box .product_img_item {
  background: #fff;
}

.product_definition_wrap {
  display: inline;
  font-size: 1.3rem;
  font-weight: 500;
  color: #727272;
  letter-spacing: 0;
  margin: 0 32px 0 0;
}
.product_definition_wrap .product_definition_heading {
  font-weight: 700;
  color: #131313;
}

.bg_box .product_definition_wrap:last-child {
  margin-right: 0;
}

.emphasis_set_list {
  background: #fff;
  padding: 32px 40px;
}

.emphasis_set_item {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 16px;
}
.emphasis_set_item:not(:last-child) {
  margin-bottom: 32px;
}
.emphasis_set_item .emphasis_set_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 16px;
  position: relative;
  z-index: 0;
}
.emphasis_set_item .emphasis_set_heading::before {
  content: "";
  width: 56px;
  height: 59px;
  background: url(/img/common/emphasis_heading_deco.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -16px;
  left: -28px;
  z-index: -1;
}
.emphasis_set_item .emphasis_set_text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}
.emphasis_set_item .emphasis_set_text:last-child {
  margin-bottom: 0;
}

.products_handled_heading {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  background: #131313;
  padding-block: 5px 7px;
  margin-bottom: 8px;
}

.products_handled_wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.products_handled_wrap .products_handled_item {
  width: calc((100% - 16px) / 3);
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  padding: 24px 8px;
  border-radius: 16px;
  background: #fff;
}
@media (max-width: 955px) {
  .products_handled_wrap .products_handled_item {
    width: 100%;
  }
}
.products_handled_wrap .products_handled_item .products_handled_figure {
  padding-inline: 24px;
}
.products_handled_wrap .products_handled_item .btn .btn_inner {
  text-align: center;
}
.products_handled_wrap .products_handled_item .btn .btn_inner br {
  display: none;
}
@media (max-width: 1080px) {
  .products_handled_wrap .products_handled_item .btn .btn_inner br {
    display: block;
  }
}
@media (max-width: 955px) {
  .products_handled_wrap .products_handled_item .btn .btn_inner br {
    display: none;
  }
}

.bulk_support_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 820px) {
  .bulk_support_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .bulk_support_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bulk_support_wrap .bulk_support_item {
  padding: 24px 16px;
  border-radius: 16px;
  background: #fff;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
}
.bulk_support_wrap .bulk_support_figure {
  display: contents;
}
.bulk_support_wrap .bulk_support_figure img {
  margin-inline: auto;
}
.bulk_support_wrap .bulk_support_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  font-size: clamp(1.3rem, 1.7vw, 2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
  background: url(/img/support/heading_solid_coating.svg) center center no-repeat;
  background-size: contain;
  padding-bottom: 6px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .bulk_support_wrap .bulk_support_heading {
    font-size: 2rem;
  }
}
.bulk_support_wrap .bulk_support_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
.bulk_support_wrap .bulk_support_text:last-child {
  margin-bottom: 0;
}

.group_support_wrap {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .group_support_wrap {
    margin-bottom: 44px;
  }
}
.group_support_wrap .group_support_item {
  display: flex;
  gap: 16px 32px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}
@media (max-width: 980px) {
  .group_support_wrap .group_support_item {
    flex-direction: column;
  }
}
.group_support_wrap .group_support_figure {
  width: 56%;
  display: grid;
  grid-template-columns: 390fr 173fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 980px) {
  .group_support_wrap .group_support_figure {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .group_support_wrap .group_support_figure {
    gap: 8px;
  }
}
.group_support_wrap .group_support_figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.group_support_wrap .group_support_figure .contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.group_support_wrap .group_support_img_main {
  grid-row: 1/3;
}
.group_support_wrap .group_support_img_sub_top {
  width: 16%;
  border: 1px solid #dfdfdf;
}
.group_support_wrap .group_support_img_sub_bottom {
  width: 16%;
  border: 1px solid #dfdfdf;
}
.group_support_wrap .group_support_cont {
  flex: 1;
}
@media (max-width: 980px) {
  .group_support_wrap .group_support_cont {
    order: 1;
  }
}
.group_support_wrap .group_support_heading_wrap {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dfdfdf;
}
.group_support_wrap .group_support_heading_wrap .group_support_heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.group_support_wrap .group_support_heading_wrap .group_link {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e60008;
  letter-spacing: 0;
}
.group_support_wrap .group_support_heading_wrap .group_link[target=_blank] {
  position: relative;
  padding-right: 28px;
}
.group_support_wrap .group_support_heading_wrap .group_link[target=_blank]::before {
  content: "\e902";
  font-family: "takara-jp";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: right 0.3s ease-out;
}
.group_support_wrap .group_support_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.group_support_wrap .group_support_text:last-child {
  margin-bottom: 0;
}

.success_story_wrap {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .success_story_wrap {
    margin-bottom: 44px;
  }
}
.success_story_wrap .success_story_item {
  display: flex;
  gap: 32px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  flex-flow: column nowrap;
}
.success_story_wrap .success_story_item .success_story_cont {
  display: flex;
  gap: 24px;
  flex-flow: row wrap;
}
.success_story_wrap .success_story_item .success_story_cont .success_story_heading_wrap.natsuya {
  background: url("/img/support/success_natsuya_logo.png") no-repeat right bottom;
  background-size: 113px 113px;
  width: 440px;
}
@media (max-width: 980px) {
  .success_story_wrap .success_story_item .success_story_cont .success_story_heading_wrap.natsuya {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .success_story_wrap .success_story_item .success_story_cont .success_story_heading_wrap.natsuya {
    background: url("/img/support/success_natsuya_logo.png") no-repeat center bottom;
    background-size: 113px 113px;
    padding-bottom: 120px;
  }
}
.success_story_wrap .success_story_item .success_story_cont .success_story_heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.13rem;
}
@media (max-width: 460px) {
  .success_story_wrap .success_story_item .success_story_cont .success_story_heading br {
    display: none;
  }
}
.success_story_wrap .success_story_item .success_story_cont .success_story_main_img {
  width: calc(100% - 440px - 32px);
}
@media (max-width: 980px) {
  .success_story_wrap .success_story_item .success_story_cont .success_story_main_img {
    width: 100%;
  }
}
.success_story_wrap .success_story_item .success_story_text_wrap {
  width: 100%;
  margin-bottom: -16px;
  overflow: hidden;
}
.success_story_wrap .success_story_item .success_story_text_wrap .success_story_sub_img {
  width: 186px;
  float: left;
  margin: 0 32px 8px 0;
}
.success_story_wrap .success_story_item .success_story_text_wrap .success_story_text {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.yoshinoya_hd_lead_box {
  padding-top: 16px;
  border-top: 4px solid #ec6a02;
  margin-bottom: 68px;
}
@media (max-width: 767px) {
  .yoshinoya_hd_lead_box {
    margin-bottom: 40px;
  }
}
.yoshinoya_hd_lead_box .yoshinoya_hd_lead_wrap {
  display: flex;
  gap: 16px 24px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.yoshinoya_hd_lead_box .yoshinoya_hd_lead_text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
.yoshinoya_hd_lead_box .yoshinoya_hd_lead_label {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 4px 16px;
  background: #e57e2e;
}

.yoshinoya_hd_organization_box {
  display: flex;
  gap: 24px clamp(32px, 4.6vw, 64px);
  justify-content: center;
  flex-wrap: wrap;
  padding: 44px clamp(10px, 2.6vw, 32px);
  background: #fff;
  border: 4px solid #dfdfdf;
  align-items: center;
  margin-bottom: 110px;
}
@media (max-width: 820px) {
  .yoshinoya_hd_organization_box {
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    margin-bottom: 64px;
  }
}
.yoshinoya_hd_organization_box .yoshinoya_hd_organization_main_figure {
  width: calc(360px - 4%);
}
.yoshinoya_hd_organization_box .yoshinoya_hd_organization_cont {
  flex: 1;
}
.yoshinoya_hd_organization_box .yoshinoya_hd_organization_heading {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 820px) {
  .yoshinoya_hd_organization_box .yoshinoya_hd_organization_heading {
    font-size: 2.4rem;
  }
}
.yoshinoya_hd_organization_box .deco_line_title {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.yoshinoya_hd_organization_box .deco_line_title::before, .yoshinoya_hd_organization_box .deco_line_title::after {
  background: #131313;
}
.yoshinoya_hd_organization_box .yoshinoya_hd_organization_logo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 109px);
  gap: 8px;
}
@media (max-width: 767px) {
  .yoshinoya_hd_organization_box .yoshinoya_hd_organization_logo {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 109px);
  }
}
.yoshinoya_hd_organization_box .yoshinoya_hd_organization_logo .yoshinoya_hd_organization_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yoshinoya_hd_organization_box .yoshinoya_hd_organization_logo .yoshinoya_hd_organization_item.takara_logo {
  background: #131313;
}
.yoshinoya_hd_organization_box .yoshinoya_hd_organization_logo .yoshinoya_hd_organization_item img {
  max-height: 100px;
  width: auto;
  height: auto;
}

.consultation_field {
  padding: 4px;
  background: url(/img/support/frame_bg.svg) center center no-repeat;
  background-size: cover;
}
.consultation_field .frame_inner {
  width: 100%;
  height: 100%;
  padding-block: 40px;
  background: linear-gradient(180deg, #131313 0%, #333333 100%);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.consultation_field .frame_inner::before {
  content: "";
  width: 507px;
  height: 615px;
  background: url(/img/support/consultation_mv_l.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -120px;
  left: -232px;
  z-index: -1;
}
@media (max-width: 1080px) {
  .consultation_field .frame_inner::before {
    left: -302px;
  }
}
@media (max-width: 767px) {
  .consultation_field .frame_inner::before {
    top: -70px;
    left: -322px;
  }
}
.consultation_field .frame_inner::after {
  content: "";
  width: 420px;
  height: 493px;
  background: url(/img/support/consultation_mv_r.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -42px;
  right: -228px;
  z-index: -1;
}
@media (max-width: 1080px) {
  .consultation_field .frame_inner::after {
    right: -298px;
  }
}
@media (max-width: 767px) {
  .consultation_field .frame_inner::after {
    top: 8px;
    right: -318px;
  }
}
.consultation_field .consultation_heading {
  max-width: 745px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  margin: 0 auto 24px;
}
@media (max-width: 1080px) {
  .consultation_field .consultation_heading {
    max-width: 78%;
  }
}
@media (max-width: 767px) {
  .consultation_field .consultation_heading {
    max-width: 95%;
    font-size: 2.4rem;
  }
}
.consultation_field .consultation_text {
  max-width: 745px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  margin: 0 auto 32px;
}
@media (max-width: 1080px) {
  .consultation_field .consultation_text {
    max-width: 78%;
  }
}
@media (max-width: 767px) {
  .consultation_field .consultation_text {
    max-width: 95%;
    font-size: 1.4rem;
  }
}
.consultation_field .btn {
  display: table;
  margin-inline: auto;
}

.features_wrap {
  display: flex;
  gap: 32px 24px;
  flex-wrap: wrap;
}
.features_wrap .features_item {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 980px) {
  .features_wrap .features_item {
    width: 100%;
  }
}
.features_wrap .features_heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.features_wrap .merchandise_lineup {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
}
.features_wrap .merchandise_lineup .merchandise_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 50px;
  min-height: 48px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #e60008;
  background: #dfdfdf;
  padding-inline: 8px;
  flex-grow: 1;
}
@media (max-width: 980px) {
  .features_wrap .merchandise_lineup .merchandise_item {
    flex-grow: 0;
  }
}
@media (max-width: 1160px) {
  .features_wrap .merchandise_lineup .merchandise_item {
    font-size: 1.1206896552vw;
  }
}
@media (max-width: 980px) {
  .features_wrap .merchandise_lineup .merchandise_item {
    font-size: 1.4rem;
  }
}

/*-----------------------------------------
  form parts
-----------------------------------------*/
.form_wrap {
  /* input text etc */
}
.form_wrap input[type=text],
.form_wrap input[type=email],
.form_wrap input[type=tel] {
  width: 100%;
  max-width: 343px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 15px 16px;
  border: 1px solid #dfdfdf;
  background: #fafafa;
}
.form_wrap input[type=text]::-moz-placeholder, .form_wrap input[type=email]::-moz-placeholder, .form_wrap input[type=tel]::-moz-placeholder {
  color: rgba(19, 19, 19, 0.5);
}
.form_wrap input[type=text]::placeholder,
.form_wrap input[type=email]::placeholder,
.form_wrap input[type=tel]::placeholder {
  color: rgba(19, 19, 19, 0.5);
}
.form_wrap input[type=email],
.form_wrap input[name=organization],
.form_wrap input[name=address-level2] {
  max-width: 616px;
}
.form_wrap {
  /* textarea */
}
.form_wrap textarea {
  width: 100%;
  min-height: 246px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 15px 16px;
  background: #fafafa;
  border: 1px solid #dfdfdf;
}
.form_wrap textarea::-moz-placeholder {
  color: rgba(19, 19, 19, 0.5);
}
.form_wrap textarea::placeholder {
  color: rgba(19, 19, 19, 0.5);
}
.form_wrap {
  /* select */
}
.form_wrap .select_box {
  position: relative;
}
.form_wrap .select_box::before {
  content: "\e906";
  font-family: "takara-jp";
  color: #e60008;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 17px;
  right: 16px;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.form_wrap .select_box select {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 14px 56px 14px 16px;
  background: #fafafa;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.form_wrap {
  /* radio */
}
.form_wrap .radio_wrap {
  display: flex;
  gap: 8px 40px;
  flex-wrap: wrap;
}
.form_wrap .radio_box {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.form_wrap .radio_box input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 19px;
  height: 19px;
  background: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 100vmax;
  position: relative;
  cursor: pointer;
}
.form_wrap .radio_box input[type=radio]:before {
  content: "";
  width: 13px;
  height: 13px;
  background: transparent;
  border-radius: 100vmax;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: all 0.2s ease-out;
}
.form_wrap .radio_box input[type=radio]:checked {
  border-color: #131313;
}
.form_wrap .radio_box input[type=radio]:checked::before {
  background: #131313;
}
.form_wrap .radio_box .radio_parts {
  flex: 1;
}
.form_wrap {
  /* checkbox */
}
.form_wrap .check_box {
  position: relative;
  padding-left: 26px;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
@media (any-hover: hover) {
  .form_wrap .check_box:hover {
    opacity: 0.6;
  }
}
.form_wrap .check_box input[type=checkbox] {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  cursor: pointer;
  /* チェック時 */
}
.form_wrap .check_box input[type=checkbox]:checked {
  accent-color: #e60008;
}

/*-----------------------------------------
  form
-----------------------------------------*/
.contact_wrap,
.confirm_wrap {
  display: grid;
  grid-template-columns: max-content 1fr;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .contact_wrap,
  .confirm_wrap {
    display: flex;
    flex-direction: column;
  }
}

.attention_message {
  border: 2px #dfdfdf solid;
  padding: 40px;
  width: 96%;
  max-width: 722px;
  margin-inline: auto;
  display: flex;
  flex-flow: row wrap;
  gap: 16px 32px;
  align-items: center;
}
@media (max-width: 767px) {
  .attention_message {
    padding: 4%;
  }
}
.attention_message::before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background: url("/img/contact/icon_attention.svg") no-repeat center center;
  background-size: 60px;
}
@media (max-width: 767px) {
  .attention_message::before {
    width: 100%;
    background-size: 45px;
    height: 45px;
  }
}
.attention_message p {
  margin-bottom: 0;
}

.confirm_wrap .contact_item dd {
  padding: 40px;
}
@media (max-width: 767px) {
  .confirm_wrap .contact_item dd {
    padding: 0 0 24px;
  }
}

.complete_wrap .complete_heading {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 24px;
}
.complete_wrap p {
  text-align: center;
}
.complete_wrap .btn {
  display: table;
  margin-inline: auto;
}

.contact_item {
  display: contents;
}
@media (max-width: 767px) {
  .contact_item {
    display: flex;
    flex-direction: column;
  }
}
.contact_item > dt {
  min-width: 280px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  padding: 24px 16px;
  border-bottom: 1px solid #131313;
}
@media (max-width: 1080px) {
  .contact_item > dt {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  .contact_item > dt {
    padding: 24px 0 16px;
    border-bottom: none;
  }
}
.contact_item > dd {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  .contact_item > dd {
    padding: 0 0 24px;
  }
}
.contact_item > dd .info_area {
  margin-top: -8px;
}
.contact_item > dd .address_set {
  width: 100%;
  max-width: 616px;
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}
.contact_item > dd .address_set > div {
  width: calc(50% - 8px);
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}
.contact_item > dd .address_set > div p {
  margin-bottom: 0;
}
.contact_item > dd .address_set > div.w_100 {
  width: 100%;
}
.contact_item .required_text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 2px;
  color: #fff;
  white-space: nowrap;
  padding: 8px 8px 10px;
  background: #e60008;
}
.contact_item .required_text {
  background: #e60008;
}
.contact_item .note_text {
  margin-bottom: -10px;
}
.contact_item .memo_text {
  color: #727272;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.contact_item .error_message {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #e60008;
  margin-bottom: 0;
}

.is_hidden {
  display: none;
}

.agreement_wrap .privacy_area p,
.agreement_wrap .privacy_area div {
  text-align: center;
  margin-bottom: 16px;
}
.agreement_wrap .privacy_area .privacy_title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.agreement_wrap .privacy_area {
  margin-bottom: 32px;
}
.agreement_wrap .btn_clm {
  gap: 24px;
}

.agreement_cont {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
}
.agreement_cont button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (width <= 767px) {
  .basic_table.type_overview tbody tr {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
  }
}
.basic_table.type_overview tbody th {
  width: 174px;
}
@media (width <= 767px) {
  .basic_table.type_overview tbody th {
    width: 100%;
  }
}
@media (width <= 767px) {
  .basic_table.type_overview tbody td {
    border-left: 1px solid #dfdfdf;
  }
}

.overview_wrap {
  gap: 48px;
}
.overview_wrap .overview_table {
  width: 65%;
}
@media (width <= 767px) {
  .overview_wrap .overview_table {
    width: 100%;
  }
}
.overview_wrap .overview_img {
  gap: 40px;
  width: 35%;
  max-width: 380px;
}
@media (width <= 767px) {
  .overview_wrap .overview_img {
    width: 100%;
    margin-inline: auto;
  }
}
.overview_wrap .overview_img figcaption {
  margin-top: 8px;
  text-align: center;
}

#ingredients main .section_wrap.bg_texture_box:last-child {
  margin-bottom: 0;
}
#ingredients .img_card_wrap,
#ingredients .free_sample_banner {
  margin-block: 64px;
}
@media (max-width: 767px) {
  #ingredients .img_card_wrap,
  #ingredients .free_sample_banner {
    margin-block: 44px;
  }
}
#ingredients .product_item {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  #ingredients .product_item {
    margin-bottom: 32px;
  }
}
#ingredients .memo {
  font-size: 1.6rem;
}
#ingredients .sub_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-block: 40px 24px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #ingredients .sub_heading {
    font-size: 2.2rem;
  }
}
#ingredients .sub_heading span {
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
  margin: auto;
  padding-inline: 16px;
}
#ingredients .sub_heading::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
}

#support .bg_support_box {
  padding-block: 96px;
  background: url(/img/support/cont_bg_support.jpg) center center repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #support .bg_support_box {
    padding-block: 80px;
  }
}
#support .bg_support_box .primary_heading {
  color: #fff;
  margin-bottom: 44px;
}
#support .bg_support_box .basic_ul li {
  color: #fff;
}
#support .bg_support_box .basic_ul li::before {
  background: #fff;
}
#support .choose_wrap {
  display: flex;
  flex-flow: row nowrap;
  gap: 24px;
  margin-top: -12px;
}
@media (max-width: 767px) {
  #support .choose_wrap {
    flex-flow: column nowrap;
  }
}
#support .choose_wrap .item {
  width: calc(50% - 8px);
}
@media (max-width: 767px) {
  #support .choose_wrap .item {
    width: 100%;
  }
}
#support .achievements_wrap {
  padding: 32px;
  background: url("/img/support/accent_bg_ach.png") no-repeat right -50px bottom -50px #fff;
  background-size: 320px auto;
}
#support .achievements_wrap .achievements_heading {
  border-bottom: 2px solid #e60008;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  color: #e60008;
  margin-bottom: 40px;
  line-height: 1.4;
  padding: 0 8px 16px;
}
#support .achievements_wrap .achievements_ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: calc(100% - 24px);
  margin-inline: auto;
}
#support .achievements_wrap .achievements_ul > li {
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
  font-size: 1.8rem;
}
#support .achievements_wrap .achievements_ul > li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background: #e60008;
  transform: rotate(45deg);
}
#support .support_contact_field {
  padding-block: 80px;
  background: url(/img/common/contact_bg_pc.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #support .support_contact_field {
    background: url(/img/common/contact_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
#support .support_contact_field::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
  z-index: 0;
}
#support .support_contact_field .cont_outer {
  position: relative;
  z-index: 1;
}
#support .support_contact_field .field_title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 1080px) {
  #support .support_contact_field .field_title {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  #support .support_contact_field .field_title {
    font-size: 2.4rem;
    line-height: 2;
  }
}
#support .support_contact_field p {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
#support .support_contact_field .btn_area {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  justify-content: center;
}
#support .cases_field {
  position: relative;
  overflow: hidden;
}
#support .cases_field::before {
  position: absolute;
  inset: -30px auto auto 5%;
  margin-inline: auto;
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  background: url("/img/support/accent_bg_cases.png") no-repeat center center;
  background-size: 250px auto;
  z-index: 1;
}
#support .cases_field .cont_outer {
  position: relative;
  z-index: 2;
}
#support .cases_wrap {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
@media (max-width: 500px) {
  #support .cases_wrap {
    grid-template-columns: auto;
  }
}
#support .cases_wrap .case_card {
  border-radius: 8px;
  background: #fff;
}
#support .cases_wrap .case_card > * {
  display: block;
  padding: 18px 10px;
}
#support .cases_wrap .case_card .cases_cont {
  display: flex;
  gap: 16px;
  flex-flow: row wrap;
}
#support .cases_wrap .case_card .cases_cont .deco_frame {
  width: 107px;
  height: 107px;
  background: url(/img/index/case_img_deco.png) center center no-repeat;
  background-size: contain;
  padding: 5px;
}
@media (max-width: 1080px) {
  #support .cases_wrap .case_card .cases_cont .deco_frame {
    width: 96px;
    height: 96px;
  }
}
#support .cases_wrap .case_card .cases_cont figcaption {
  flex: 1;
  display: flex;
  gap: 8px;
  flex-direction: column;
  color: #131313;
}
#support .cases_wrap .case_card .cases_cont .cases_copy {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-block: 8px;
}
#support .cases_wrap .case_card .cases_cont .cases_store_name {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #727272;
  margin-block: 8px;
}
#support .cases_wrap .case_card .cases_sup {
  color: #131313;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #dfdfdf;
}
#support .cases_wrap .case_card .cases_sup p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
}
#support .secondary_bg_texture_box {
  margin-block: 128px 0;
}
@media (max-width: 767px) {
  #support .secondary_bg_texture_box {
    margin-block: 80px 0;
  }
}
#support .seeking_partners_wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 24px 40px;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 850px) {
  #support .seeking_partners_wrap {
    flex-flow: column wrap;
    text-align: center;
  }
}
#support .seeking_partners_wrap .seeking_partners_figure {
  max-width: 190px;
}
#support .seeking_partners_wrap .seeking_partners_heading_wrap {
  color: #fff;
}
#support .seeking_partners_wrap .seeking_partners_heading_wrap .seeking_partners_text {
  margin-bottom: 8px;
  font-size: 2rem;
}
@media (max-width: 600px) {
  #support .seeking_partners_wrap .seeking_partners_heading_wrap .seeking_partners_text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#support .seeking_partners_wrap .seeking_partners_heading_wrap .seeking_partners_sub_heading {
  margin-bottom: 0;
  font-size: clamp(2rem, 2.6vw, 3.2rem);
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.04em;
}/*# sourceMappingURL=contents.css.map */