@charset "UTF-8";
/**ANCHOR - background video */
.vid-screen {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

/**ANCHOR - page header */
.page-header {
  padding-block-start: calc(110px + 10vh);
  padding-block-end: 5vh;
  background-color: #ffffff;
}

.page-title-set {
  text-align: center;
  margin-block-end: 5vh;
}

.page-title {
  font-size: 2.75em;
  line-height: 1.4em;
  color: var(--primary-color-red);
  font-weight: bold;
  margin-bottom: 10px;
}

.page-subtitle {
  font-size: 1em;
  color: var(--dark-gray);
}

.page-description {
  width: 86%;
  max-width: 950px;
  margin: 0 auto 5vh;
}

.body-text {
  margin: 0 auto 8vh;
  line-height: 2.4em;
}

.section-main-image {
  width: 60%;
  max-width: 500px;
  margin: 5vh auto 8vh;
  display: block;
}

/**ANCHOR - under page hero */
/* Main Visual */
.main-visual {
  height: 50vh;
  min-height: 350px;
  max-height: 500px;
  background-color: var(--light-gray);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-block-end: 3vh;
}

#corporate_information .main-visual {
  background-image: url("../images/company_profile/mv.jpg");
}

#company_profile .main-visual {
  background-image: url("../images/company_profile/showakakou_syaoku.jpg");
}

#company_history .main-visual {
  background-image: url("../images/fixed_pages/new/history_img2.jpg");
}

#ir_information .main-visual {
  background-image: url("../images/company_profile/ir_mv.jpg");
}

#facilities .main-visual {
  background-image: url("../images/facilities/facilities_mv.jpg");
}

#pressrelease .main-visual {
  background-image: url("../images/company_profile/pressrelease_mv.jpg");
}

#memberships .main-visual {
  background-image: url("../images/underpages/memberships_mv.jpg");
}

#citric_acid .main-visual {
  background-image: url("../images/products/citric_acid_mv.jpg");
}

.main-tagline {
  font-size: 2.375em;
  text-align: center;
  font-weight: 200;
  position: relative;
  color: var(--dark-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0.3em;
}
.main-tagline::before, .main-tagline::after {
  content: "";
  display: block;
  background-color: var(--dark-gray);
  width: 1.5em;
  height: 2px;
}

@media screen and (max-width: 820px) {
  #contact .main-visual {
    background-position: right center;
  }
  .main-tagline {
    font-size: 2em;
    width: 96vw;
    margin-inline: auto;
  }
  .main-tagline br.mobile {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .page-header {
    padding-block-start: calc(110px + 6vh);
  }
  .page-title {
    font-size: 2em;
    line-height: 1.3em;
  }
  .main-visual {
    height: 30vh;
    min-height: 200px;
  }
  .main-tagline {
    font-size: 1.75em;
    width: 96vw;
    margin-inline: auto;
  }
}
/**ANCHOR - section common setting */
.anchor {
  position: relative;
  top: -10vh;
}

.sections {
  padding-block: 5vh 20vh;
  background-color: #ffffff;
}
.sections.blur-bg {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
}

@media screen and (max-width: 576px) {
  .sections {
    padding-block: 3vh 12vh;
  }
  .anchor {
    top: -20vh;
  }
}
.bottom-slash {
  overflow: hidden;
  position: relative;
}
.bottom-slash::before {
  content: "";
  display: block;
  width: 100vw;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: -4.375vw;
  background-image: linear-gradient(0deg, #e9e9e9, rgba(233, 233, 233, 0.3607843137));
  transform: skewY(-5deg);
}

.double-columns-section {
  display: grid;
  max-width: 1300px;
  margin: 0 auto;
}
.double-columns-section.company-page {
  grid-template-columns: 300px 1fr;
  gap: 5vw;
}
.double-columns-section.message-content, .double-columns-section.mission-content {
  grid-template-columns: 3fr 2fr;
  gap: 5vw;
  align-items: start;
}
.double-columns-section.message-content.facilities-content, .double-columns-section.mission-content.facilities-content {
  margin-block-end: 5vh;
}
.double-columns-section.message-content.branch-info, .double-columns-section.mission-content.branch-info {
  gap: 3vh 5vw;
}
.double-columns-section.vision-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.double-columns-section.plant-header {
  grid-template-columns: 1fr 2fr;
  gap: 5vw;
}
.double-columns-section.products-additionals {
  padding: 10vh 0 5vh;
  grid-template-columns: repeat(2, 1fr);
  gap: 3vw;
  max-width: calc(3vw + 600px);
}

.triple-columns-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw;
  position: relative;
}
.triple-columns-section .columns-item {
  padding: 1.6em;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
}
.triple-columns-section .columns-item .item-title {
  font-size: 2.125em;
  font-weight: 300;
  list-style: 1em;
  margin-block-end: 0.3em;
}
.triple-columns-section.triple-columns__images {
  max-width: 1300px;
  margin: 0 auto;
}
.triple-columns-section.triple-columns__images figure img {
  object-fit: cover;
}

.block-section {
  margin-block-end: 5vh;
}

@media screen and (max-width: 820px) {
  .double-columns-section.company-page {
    display: flex;
    flex-direction: column;
    gap: 5vh;
    justify-content: flex-start;
    align-items: center;
  }
  .double-columns-section.message-content, .double-columns-section.mission-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .double-columns-section.message-content.facilities-content, .double-columns-section.mission-content.facilities-content {
    margin-block-end: 5vh;
  }
  .double-columns-section.message-content.branch-info, .double-columns-section.mission-content.branch-info {
    gap: 3vh 5vw;
  }
  .double-columns-section.vision-main {
    grid-template-columns: 4fr 5fr;
    gap: 5vw;
  }
  .double-columns-section.plant-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 3vh;
  }
  .double-columns-section.products-additionals {
    padding: 5vh 0 0;
    gap: 2vw;
  }
  .double-columns-section.products-additionals .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
  }
  .triple-columns-section.m-single-column-section {
    grid-template-columns: 1fr;
    gap: 3vh;
  }
  .triple-columns-section .columns-item {
    padding: 1em;
  }
  .triple-columns-section .columns-item .item-title {
    font-size: 1.725em;
  }
}
/**ANCHOR - section header */
.section-header {
  text-align: center;
  margin-block-end: 5vh;
}

.section-title {
  font-size: 2.75em;
  line-height: 1.4em;
  color: var(--primary-color-red);
  font-weight: bold;
  margin: 0 auto 10px;
  position: relative;
  max-width: 1300px;
}
.section-title span,
.section-title em {
  font-style: normal;
  position: relative;
  z-index: 1;
}
.section-title::after {
  content: "";
  width: 100%;
  height: 0.65em;
  background-image: linear-gradient(90deg, rgba(222, 222, 222, 0) 0%, rgb(222, 222, 222) 20%, rgb(222, 222, 222) 80%, rgba(222, 222, 222, 0) 100%);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.05em;
}

.section-subtitle {
  color: var(--dark-gray);
  line-height: 1em;
  font-weight: 600;
}

.sub-sections {
  max-width: 1300px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.sub-section-title {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4em;
  text-align: center;
  margin: 0 auto 5vh;
  width: fit-content;
  border-block-end: 1px dashed var(--primary-color-red);
}

.sub-section-description {
  margin-block-end: 5vh;
}

.nested-sections {
  max-width: 950px;
  width: 86%;
  margin: 0 auto 10vh;
}

.nested-section-title {
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: left;
  margin-block-end: 1.5em;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.nested-section-title span {
  display: block;
}
.nested-section-title::before, .nested-section-title::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background-color: var(--dark-gray);
}
.nested-section-title.organic-1, .nested-section-title.organic-2, .nested-section-title.organic-3, .nested-section-title.organic-4 {
  justify-content: flex-start;
}
.nested-section-title.organic-1::before, .nested-section-title.organic-2::before, .nested-section-title.organic-3::before, .nested-section-title.organic-4::before {
  width: 100px;
  height: 100px;
}
.nested-section-title.organic-1::before {
  background: url(../images/underpages/icon_grape.png) no-repeat center;
  background-size: cover;
}
.nested-section-title.organic-2::before {
  background: url(../images/underpages/icon_lemon.png) no-repeat center;
  background-size: cover;
}
.nested-section-title.organic-3::before {
  background: url(../images/underpages/icon_yogurt.png) no-repeat center;
  background-size: cover;
}
.nested-section-title.organic-4::before {
  background: url(../images/underpages/icon_apple.png) no-repeat center;
  background-size: cover;
}

.banner_citric_acid {
  margin: 8vh auto 8vh;
}

@media screen and (max-width: 576px) {
  .sub-section-title {
    font-size: 1.625em;
  }
}
/* Message Section */
.message-content {
  max-width: 1300px;
  margin: 0 auto;
}

.message-text {
  line-height: 2em;
}

.message-text p {
  margin-bottom: 1.4em;
}

.president-photo {
  width: 90%;
  max-width: 360px;
  height: auto;
  background-color: var(--super-light-gray);
  margin: 0 auto 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.president-name {
  width: 90%;
  max-width: 360px;
  font-weight: 600;
  text-align: right;
  margin: 0 auto;
}

/* Vision Section */
.vision-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.vision-subtitle {
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-bottom: 60px;
}

.vision-main {
  align-items: center;
  margin-block-end: 8vh;
}

.vision-slogan h4 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
  margin-block-end: 1em;
}
.vision-slogan p {
  font-size: 1.125em;
  line-height: 2em;
}
.vision-slogan p.love {
  display: flex;
  align-items: center;
  margin-block-end: 0.4em;
}
.vision-slogan p.love::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #EC3414;
  margin-inline-end: 0.5em;
}
.vision-slogan p.innovation {
  display: flex;
  align-items: center;
  margin-block-end: 2em;
}
.vision-slogan p.innovation::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: var(--innovation-blue);
  margin-inline-end: 0.5em;
}

.vision-details {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5vh;
  max-width: 870px;
  margin: 0 auto;
}

.vision-item {
  display: flex;
  gap: 20px;
}

.vision-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  flex-shrink: 0;
}

.vision-icon.love {
  background: #EC3414;
}

.vision-icon.innovation {
  background: #87CEEB;
}

.vision-item-content h4 {
  font-size: 1.6em;
  font-weight: 300;
  margin-block-end: 5vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  position: relative;
}
.vision-item-content h4::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}
.vision-item-content h4.love::before {
  background-color: #EC3414;
}
.vision-item-content h4.innovation::before {
  background-color: var(--innovation-blue);
}
.vision-item-content h4 img {
  height: 80px;
  width: auto;
}
.vision-item-content h4 img, .vision-item-content h4 span {
  display: block;
  position: relative;
}

.vision-item-content p {
  line-height: 2em;
}

@media screen and (max-width: 820px) {
  .vision-logo {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .vision-slogan h4 {
    font-size: 1.4em;
  }
  .vision-item-content h4 {
    font-size: 1.3em;
    margin-block-end: 3vh;
  }
  .vision-item-content h4 img {
    height: 60px;
  }
  .vision-logo {
    width: 80%;
    margin: 0 auto;
  }
}
/**ANCHOR - profile */
/* Profile Section */
.company-menu-nav {
  padding: 1em 0 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  grid-column: 1/2;
  grid-row: 1/2;
}
.company-menu-nav .btns {
  margin-top: 2em;
}

.company-menu-nav-item {
  display: block;
  padding: 1.8em 1em;
  text-decoration: none;
  color: var(--dark-gray);
  transition: all 0.3s;
  text-align: right;
  line-height: 1em;
  background-color: var(--ultra-light-gray);
  border-radius: 2px;
}

.company-menu-nav-item:hover {
  background: var(--super-light-gray);
  color: #d32f2f;
}

.company-menu-nav-item.active {
  background: var(--active-light-blue);
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .company-menu-nav {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: 100%;
  }
  .company-menu-nav .btns {
    margin-top: 1em;
    width: 100%;
  }
  .company-menu-nav-item {
    padding: 1.4em 1em;
    text-align: center;
    width: 100%;
  }
}
.profile-table-container {
  grid-column: 2/3;
  grid-row: 1/2;
  transition: all 0.3s ease;
}

.basic-table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 5vh;
}

.basic-table tr:last-child th {
  border-block-end: 2px solid var(--light-gray);
}
.basic-table tr:last-child td {
  border-block-end: 2px solid var(--ultra-light-gray);
}

.basic-table th {
  padding: 1.4em 1.4em 2.4em;
  text-align: center;
  font-weight: 600;
  color: var(--dark-gray);
  width: 40%;
  vertical-align: top;
  font-size: 1.125em;
  line-height: 1.2em;
  border-block-start: 2px solid var(--light-gray);
}

.basic-table td {
  padding: 1.4em 1.4em 2.4em;
  color: var(--dark-gray);
  font-size: 1.125em;
  line-height: 1.8em;
  text-align: left;
  border-block-start: 2px solid var(--ultra-light-gray);
}

.basic-table td strong {
  color: #d32f2f;
}

@media screen and (max-width: 820px) {
  .basic-table {
    margin-block: 0 3vh;
  }
  .basic-table th {
    padding: 1em;
    width: fit-content;
    font-size: 1em;
  }
  .basic-table td {
    padding: 1em;
    font-size: 1em;
    word-break: break-all;
  }
}
/**ANCHOR - Banner Section */
/* Banner Sections */
.banner-grids {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5vh 2px;
}
.banner-grids .banner-title {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
}
.banner-grids .banner-title span {
  display: block;
  margin-block-start: 10px;
  font-size: 0.667em;
  font-weight: normal;
}

.profile-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
}

.profile-banner {
  grid-column: 1/2;
  grid-row: 1/2;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #666;
  transition: opacity 0.3s;
  background: url("../images/company_profile/showakakou_syaoku.jpg") no-repeat center;
  background-size: cover;
}

.profile-banner:hover {
  opacity: 0.9;
}

.profile-links {
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3em;
  background-color: var(--ultra-light-gray);
}
.profile-links .btns {
  margin: 0 0 0 auto;
}

.profile-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  width: fit-content;
  margin-inline-end: auto;
}
.profile-list li {
  list-style: none;
}
.profile-list li a {
  font-weight: 600;
  text-decoration: none;
  color: var(--primary-color-red);
  background-color: transparent;
  border-radius: 2px;
  display: block;
  padding: 1em 2em;
  transition: all 0.3s;
}
.profile-list li a:hover {
  background-color: var(--primary-color-red);
  color: #ffffff;
}

.banner-section {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s;
  width: calc(50% - 1px);
  border-radius: 2px;
}
.banner-section:hover {
  opacity: 0.9;
}
.banner-section.ir-section {
  background: url(../images/company_profile/bnr_irinfo.jpg) no-repeat center #1565c0;
  background-size: cover;
}
.banner-section.press-section {
  background: url(../images/company_profile/bnr_pressrelease.jpg) no-repeat center #d32f2f;
  background-size: cover;
}
.banner-section.org-section {
  background: url(../images/company_profile/bnr_organization.jpg) no-repeat center #666;
  background-size: cover;
}

@media screen and (max-width: 820px) {
  .profile-links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .profile-links .btns {
    margin: 0 auto;
  }
  .profile-list {
    justify-content: center;
    margin: 0 auto 1em;
  }
}
@media screen and (max-width: 820px) {
  .banner-grids {
    gap: 3vh 2px;
  }
  .banner-grids .banner-title {
    font-size: 1.2em;
  }
  .profile-grid {
    width: 100%;
    height: fit-content;
    grid-template-rows: 1fr auto;
  }
  .profile-banner {
    height: fit-content;
    padding-block: 1.5em;
  }
  .profile-links {
    flex-direction: column;
    justify-content: flex-start;
    padding: 1em;
  }
  .profile-list {
    flex-direction: column;
    width: 100%;
    margin: 0 auto 1em;
  }
  .profile-list li a {
    padding: 0.5em 1em;
  }
  .banner-section {
    height: fit-content;
    padding: 1.5em 1em;
    width: 100%;
  }
  /**ANCHOR - Facility iFrame MAP */
  .message-map {
    width: 100%;
  }
  .facilities_map {
    width: 100%;
    height: 57.6vw;
  }
}
/**ANCHOR - IR & Financial Report Section */
/* IR Page Styles */
.report-list {
  display: flex;
  flex-direction: column;
  gap: 3vh;
  max-width: 1300px;
  margin: 0 auto;
}

.report-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.8em;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.16);
  gap: 1em;
}

.report-content {
  flex: 1;
}

.report-content h3 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
}

.report-content p {
  color: var(--normal-gray);
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: normal;
  margin-block-start: 1em;
}

.pdf-links {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.pdf-link {
  display: flex;
  flex-direction: row;
  gap: 1em;
  justify-content: center;
  align-items: center;
  padding: 0.8em 1em;
  background-color: var(--primary-color-red);
  color: #ffffff;
  text-decoration: none;
  border-radius: 2em;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
  top: 0;
}
.pdf-link::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
}
.pdf-link.view::after {
  background: url(../images/common/icon_view.svg) no-repeat center;
  background-size: cover;
}
.pdf-link.download::after {
  background: url(../images/common/icon_download.svg) no-repeat center;
  background-size: cover;
}
.pdf-link:hover {
  background-color: #b71c1c;
  top: -2px;
}

@media screen and (max-width: 820px) {
  .report-content h3 {
    font-size: 1.2em;
  }
}
/**ANCHOR - Plants Section */
.plant-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #C1EDF5;
  max-width: 1300px;
  margin: 0 auto;
  padding-inline: 2px;
  gap: 2px;
}

.tab-button {
  padding: 1.2em 1em;
  background-color: var(--ultra-light-gray);
  border-radius: 2px 2px 0 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  width: calc((100% - 12px) / 5);
  font-size: 1.6rem;
}

.tab-button.active,
.tab-button:hover {
  color: #ffffff;
  background-color: #C1EDF5;
}

.plant-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5vh 0;
}

.plant-tab-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.5s;
}

.plant-tab-content.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.plant-title {
  font-size: 2.125em;
  font-weight: 400;
  line-height: 1.2em;
  margin-block-end: 3vh;
}

.plant-header .text-box {
  align-self: center;
  padding: 1em 2vw;
  line-height: 2em;
}
.plant-header .plant-image img {
  margin: 0 auto;
}

.equipment-table,
.products-table {
  width: 100%;
  border-collapse: collapse;
  margin-block-end: 1em;
}

.equipment-table th,
.products-table th {
  padding: 1.4em 1.4em 2.4em;
  text-align: center;
  font-weight: 600;
  color: var(--dark-gray);
  width: 20%;
  vertical-align: top;
  font-size: 1.125em;
  line-height: 1.2em;
  border-block-start: 2px solid var(--light-gray);
  border-inline: 3px solid #ffffff;
}

.equipment-table td,
.products-table td {
  padding: 1.4em 1.4em 2.4em;
  color: var(--dark-gray);
  font-size: 1.125em;
  line-height: 1.8em;
  text-align: center;
  border-block-start: 2px solid var(--ultra-light-gray);
  border-inline: 3px solid #ffffff;
}

.products-table td {
  text-align: center;
  vertical-align: middle;
}

.equipment-table tr:last-child td,
.products-table tr:last-child td {
  border-block-end: 2px solid var(--ultra-light-gray);
}

@media screen and (max-width: 820px) {
  .wide-table-wrapper {
    overflow-x: auto;
  }
  .tab-button {
    padding: 1em 0.5em;
    font-size: 0.725em;
  }
  .plant-title {
    font-size: 1.725em;
    margin-block-end: 1em;
  }
  .plant-header .text-box {
    align-self: center;
    padding: 1em;
    line-height: 1.8em;
  }
  .plant-header .plant-image {
    width: 96vw;
    max-width: 300px;
    margin: 0 auto;
  }
  .plant-details {
    overflow-x: auto;
    width: 100vw;
    margin: 0 auto;
  }
  .products-table table {
    min-width: 100%;
  }
  figure.products-table {
    overflow-x: auto;
    width: 100%;
  }
  .equipment-table th,
  .products-table th {
    padding: 1em;
    width: fit-content;
    word-break: keep-all;
    line-break: strict;
    font-size: 1em;
  }
  .equipment-table td,
  .products-table td {
    padding: 1em;
    font-size: 1em;
    word-break: keep-all;
    line-break: strict;
  }
}
/**ANCHOR - Branch Office Section */
.branch-details {
  grid-column: 1/2;
  grid-row: 1/2;
}

.branch-images {
  grid-column: 2/3;
  grid-row: 1/3;
}

.branch-map {
  grid-column: 1/2;
  grid-row: 2/3;
}

.network-list {
  max-width: 950px;
  margin: 0 auto;
}

.btns.network-link {
  padding: 0.8em 1em;
  margin: 1.4em auto 0 0;
  font-size: 0.9em;
}

/**ANCHOR - Organizational Memberships Section */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5vh 3vw;
  max-width: 1300px;
  margin: 0 auto;
}
.tech-grid.news-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 5vh 1.5vw;
}

.tech-item {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.tech-item:hover {
  transform: scale(1.01);
}
.tech-item a {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 0 !important;
  color: inherit !important;
}
.tech-item a:hover {
  background-color: transparent !important;
}

.tech-img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 0;
  background-color: #fcfcfc;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(0deg, #f5f9fc 10%, rgba(248, 248, 248, 0) 10%, rgba(248, 248, 248, 0) 100%), linear-gradient(90deg, #f5f9fc 10%, rgba(248, 248, 248, 0) 10%, rgba(248, 248, 248, 0) 100%);
  background-repeat: repeat;
  background-size: 20px 20px;
}
.tech-img img {
  width: 35%;
  height: auto;
}
.tech-img.news-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 820px) {
  .tech-grid.news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .tech-grid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .tech-item {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
  }
  .tech-item:hover {
    transform: scale(1.01);
  }
  .tech-item a {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 0 !important;
    color: inherit !important;
  }
  .tech-item a:hover {
    background-color: transparent !important;
  }
  .tech-img {
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 0;
    background-color: #fcfcfc;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(0deg, #f5f9fc 10%, rgba(248, 248, 248, 0) 10%, rgba(248, 248, 248, 0) 100%), linear-gradient(90deg, #f5f9fc 10%, rgba(248, 248, 248, 0) 10%, rgba(248, 248, 248, 0) 100%);
    background-repeat: repeat;
    background-size: 20px 20px;
  }
  .tech-img img {
    width: 35%;
    height: auto;
  }
  .tech-img.news-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.news-content {
  padding: 0.5em 1em 1em;
}
.news-content .news-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
}
.news-content .news-meta .news-date {
  font-size: 0.9em;
}
.news-content .news-meta .news-categories {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.news-content .news-meta .category-chip {
  display: inline-block;
  font-size: 0.725em;
  line-height: 1em;
  padding: 0.4em 0.8em 0.1em;
  border-radius: 2px;
  color: #fff;
}
.news-content .news-meta .category-chip.category-csr {
  background-color: #ff6666;
}
.news-content .news-meta .category-chip.category-events {
  background-color: #ff9c66;
}
.news-content .news-meta .category-chip.category-ir {
  background-color: #ffb366;
}
.news-content .news-meta .category-chip.category-recruit {
  background-color: #a6d946;
}
.news-content .news-meta .category-chip.category-other {
  background-color: #51bd53;
}
.news-content .news-meta .category-chip.category-news {
  background-color: #35d4b7;
}
.news-content .news-meta .category-chip.category-press {
  background-color: #20bed4;
}
.news-content .news-meta .category-chip.category-media {
  background-color: #23a6e8;
}
.news-content .news-meta .category-chip.category-exhibition {
  background-color: #3489d9;
}
.news-content .news-meta .category-chip.category-technical {
  background-color: #aa7cc9;
}
.news-content .news-meta .category-chip.category-uncategorized {
  background-color: #e678b4;
}

#memberships-section .tech-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
#memberships-section .tech-img img {
  width: 75%;
  height: auto;
}

.products_item .tech-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-title {
  font-size: 1.5em;
  line-height: 1.2em;
  padding: 1em 5%;
  font-weight: 500;
  text-align: left;
}

.tech-desc {
  line-height: 1.8em;
  text-align: left;
  padding: 0 5% 20px;
}

@media screen and (max-width: 820px) {
  .tech-title {
    font-size: 1.225em;
  }
  .tech-desc {
    font-size: 0.925em;
  }
}
/**ANCHOR - Citric Acid Section */
/**ANCHOR - Card */
.container-cards {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 5vh;
  max-width: 1300px;
  margin: 0 auto;
}

.card--item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.card--detail {
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: start;
  gap: 4vw;
}

.card--image {
  width: 400px;
  object-fit: cover;
  display: flex;
}
.card--image img {
  aspect-ratio: 2/1;
  object-fit: cover;
}

.card--text {
  padding: 1.5em 1em 0.2em;
}
.card--text .card--title {
  font-size: 2.125em;
  font-weight: 300;
  list-style: 1.2em;
  margin-block-end: 0.3em;
}
.card--text p {
  line-height: 1.8em;
}

.card--links {
  padding: 5vh 2vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
}

.card--link-item {
  list-style: none;
}
.card--link-item button {
  width: 100%;
  display: flex;
  background-color: var(--super-light-gray);
  padding: 1em;
  border-radius: 2px;
  border: none;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125em;
  font-weight: 600;
  gap: 1em;
  cursor: pointer;
  transition: all 0.3s;
}
.card--link-item button::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "＋";
  background-color: var(--primary-color-red);
  width: 1em;
  height: 1em;
  padding-block-start: 0.1em;
  font-size: 2em;
  list-style: 1;
  font-weight: 300;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
  transform: rotate(0deg);
}
.card--link-item button:hover {
  transform: translateY(-2px);
}
.card--link-item button:hover::after {
  transform: rotate(90deg);
}

@media screen and (max-width: 820px) {
  .container-cards {
    padding: 0 3vw;
  }
  .card--detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
  }
  .card--image {
    width: 100%;
  }
  .card--text {
    padding: 1em 1em 0.2em;
  }
  .card--text .card--title {
    font-size: 1.725em;
  }
  .card--links {
    padding: 3vh 2vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1em;
  }
  .card--link-item button {
    font-size: 1em;
  }
  .card--link-item button::after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "＋";
    background-color: var(--primary-color-red);
    width: 1em;
    height: 1em;
    padding-block-start: 0.1em;
    font-size: 2em;
    list-style: 1;
    font-weight: 300;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s;
    transform: rotate(0deg);
  }
  .card--link-item button:hover {
    transform: translateY(-2px);
  }
  .card--link-item button:hover::after {
    transform: rotate(90deg);
  }
}
/**ANCHOR - Products Under Link Section */
.cards-container {
  max-width: 1300px;
  margin: 0 auto;
}

.card {
  flex: 1;
  background-color: white;
  border-radius: 2px;
  padding: 2em 2em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-title {
  color: var(--primary-color-red);
  font-size: 2.5em;
  line-height: 1.4em;
  font-weight: 600;
}

.card-subtitle {
  line-height: 1.6;
}

@media screen and (max-width: 820px) {
  .cards-container {
    display: flex;
    flex-direction: column;
    width: 96vw;
  }
  .card {
    padding: 1em;
  }
  .card-title {
    font-size: 1.4em;
  }
}
/* ナビゲーション部分 */
/* Mobile Styles */
@media (max-width: 820px) {
  .header-content {
    flex-direction: column;
    gap: 15px;
  }
  .main-visual h1 {
    font-size: 32px;
  }
  .section-title {
    font-size: 1.8em;
  }
  .message-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .vision-circle {
    width: 200px;
    height: 200px;
    font-size: 24px;
  }
  .vision-details {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .profile-grid {
    grid-template-columns: 1fr;
  }
  .banner-sections {
    grid-template-columns: 1fr;
  }
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
}
/* Tablet Styles */
@media (min-width: 577px) and (max-width: 820px) {
  .main-visual h1 {
    font-size: 40px;
  }
  .message-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .vision-details {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .profile-grid {
    grid-template-columns: 1fr;
  }
  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* Desktop Styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .vision-circle {
    width: 250px;
    height: 250px;
    font-size: 30px;
  }
}
/* Large Desktop Styles *//*# sourceMappingURL=style_underpage.css.map */