.wrap-sustain {
  display: flex;
  color: #fff;
}

.info-block {
  flex: 1;
  background-color: var(--bg);
  padding: 75px 56px 100px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-block h2 {
  font-size: 40px;
  margin: 0;
}

.info-block p {
  font-size: 20px;
  margin: 0;
}

.info-block a {
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 11px 27px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.brands-section {
  background-color: #009fdf;
  padding: 100px 0px;
}

.brands-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.brands-content p {
  font-size: 20px;
  max-width: 450px;
  line-height: 1.3;
}

.brands-content a {
  display: inline-block;
  background-color: #fff;
  color: #009fdf;
  text-decoration: none;
  padding: 11px 27px;
  border-radius: 50px;
  font-size: 16px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.brands-logos {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.brand-logo-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.brand-logo {
  flex: 1;
  background-color: #e6e6e6;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  font-size: 25px;
}

.glance-section {
  background-color: #000;
  padding: 100px 0px;
}

.glance-content {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.glance-content p {
  font-size: 20px;
  line-height: 1.6;
}

.glance-btn {
  margin-top: 40px;
  display: inline-block;
  padding: 11px 27px;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 16px;
}

.color-blues {
  color: #009fdf;
}

.section-about-hoshizaki {
  background-color: #009fdf;
  padding: 100px 0px;
}

.wrap-about-hoshizaki {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.wrap-about-hoshizaki a {
  display: inline-block;
  padding: 11px 27px;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 16px;
}

.wrap-hoshizaki-story {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.wrap-hoshizaki-story h1 {
  font-size: 56px;
  color: #009fdf;
}

.wrap-ceo-left {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.wrap-ceo-left h2 {
  font-size: 40px;
  color: #009fdf;
}

.wrap-ceo-left p {
  font-size: 24px;
  color: #000000;
}

.wrap-ceo-left a {
  display: inline-block;
  padding: 11px 27px;
  border: 2px solid #009fdf;
  border-radius: 50px;
  color: #009fdf;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.wrap-ceo-right img {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
}

.wrap-philosophy-right {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.wrap-philosophy-right h2 {
  font-size: 40px;
  color: #009fdf;
}

.wrap-philosophy-right p {
  font-size: 24px;
  color: #000000;
}

.wrap-philosophy-right a {
  display: inline-block;
  padding: 11px 27px;
  border: 2px solid #009fdf;
  border-radius: 50px;
  color: #009fdf;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.wrap-philosophy-left {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 20px;
}

.circle-row {
  display: flex;
  justify-content: center;
}

.circle {
  width: 125px;
  height: 125px;
  background-color: #009fdf;
  border-radius: 50%;
}

.circle-row.top {
  margin-bottom: -9px;
}

.circle-row.bottom {
  margin-top: -9px;
}

.bg-company {
  background-color: #fff;
}

.wrap-company {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.company-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.company-row.center {
  justify-content: center;
}

.company-card {
  flex: 1;
  background-color: #f8f9fa;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 123px 0;
  color: #009fdf;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.company-card span {
  font-size: 32px;
  text-decoration: none;
}

.wrap-ceo-message h1 {
  font-size: 56px;
  color: #009fdf;
}

.wrap-ceo-message {
  display: flex;
  flex-direction: column;
  gap: 152px;
}

.ceo-message-content {
  max-width: 850px;
  margin: auto;
}

.ceo-message-content p {
  font-size: 24px;
  color: #000000;
}

.wrap-philosophy-content h1 {
  font-size: 56px;
  color: #009fdf;
}

.wrap-philosophy-content p {
  font-size: 24px;
  color: #000000;
}

.wrap-philosophy-content {
  display: flex;
  flex-direction: column;
  gap: 105px;
}

.main-philosophy-content {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.philosophy-content-right {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.philosophy-content-card {
  flex: 1;
  background-color: #eeeeee;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 24px 24px 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.philosophy-content-card h2 {
  font-size: 24px;
  color: #009fdf;
}

.philosophy-content-card p {
  font-size: 24px;
  color: #000000;
}

.wrap-ism {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  justify-content: center;
}

.wrap-ism h2 {
  color: #009fdf;
  font-size: 40px;
  margin: 0;
}

.ism-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ism-text p {
  font-size: 25px;
  line-height: 1.8;
  margin: 0;
}

.wrap-history-content h1 {
  font-size: 40px;
  color: #009fdf;
}

.wrap-history-content {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.wrap-history {
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.history-block {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.history-text p {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  margin: 0;
}

.history-block h2 {
  color: #009fdf;
  margin: 0;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 10px;
}

.history-content {
  display: flex;
  gap: 52px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.history-image {
  flex: 1;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 300px;
}

.history-image img {
  width: 100%;
}

.history-image .caption {
  font-size: 16px;
  color: #000000;
  margin: 0;
  text-align: left;
}

.history-text {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.history-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.history-text ul li {
  font-size: 24px;
}

.history-text ul li span {
  color: #009fdf;
  margin-right: 16px;
}

.wrap-sustainability {
  display: flex;
  flex-direction: column;
  gap: 152px;
}

.main-sustainability-content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.wrap-sustainability h1 {
  color: #009fdf;
  font-size: 56px;
  margin: 0;
}

.wrap-sustainability h3 {
  font-size: 40px;
  margin: 0;
  color: #000000;
}

.sustain-item {
  display: flex;
  align-items: flex-start;
  gap: 90px;
  flex-wrap: wrap;
}

.sustain-item.reverse {
  flex-direction: row-reverse;
}

.sustain-img {
  flex: 1;
  min-width: 350px;
}

.sustain-img img {
  width: 100%;
}

.sustain-content {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.sustain-content h4 {
  color: #009fdf;
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}

.sustain-content p {
  font-size: 24px;
  line-height: 1.8;
  margin: 0;
}

.btn-readmore {
  display: inline-block;
  align-self: flex-start;
  padding: 11px 27px;
  border: 1.5px solid #009fdf;
  border-radius: 50px;
  color: #009fdf;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.wrap-esg {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.wrap-esg h2 {
  color: #000000;
  font-size: 40px;
  margin: 0;
}

.esg-grid {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  flex-wrap: wrap;
}

.esg-card {
  flex: 1 1 calc(33.333% - 30px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 280px;
}

.esg-card h3 {
  font-size: 32px;
  color: #009fdf;
  margin: 0;
}

.esg-img img {
  width: 100%;
}

.esg-card ul {
  list-style: none;
  margin: 0;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.esg-card ul li a {
  color: #009fdf;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  transition: all 0.2s ease;
}

.esg-card ul li a::after {
  content: "›";
  font-size: 30px;
  line-height: 1;
}

.pow-esg {
  font-weight: 600;
}

.wrap-esgdata {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.wrap-esgdata h2 {
  color: #000;
  margin: 0;
}

.esgdata-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  flex-wrap: wrap;
}

.esgdata-card {
  flex: 1 1 calc(33.333% - 30px);
  border: 2px solid #009fdf;
  border-radius: 16px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #000;
  padding: 60px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
}

.esgdata-card:hover {
  background-color: #009fdf;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 159, 223, 0.3);
}

.btn-esgdata {
  display: inline-block;
  padding: 11px 27px;
  border: 1.5px solid #009fdf;
  border-radius: 50px;
  color: #009fdf;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.bg-sustainability-management {
  background-color: #fff;
  color: #000;
}

.wrap-sustainability-management {
  display: flex;
  flex-direction: column;
  gap: 104px;
}

.wrap-sustainability-management h2 {
  color: #009fdf;
  font-size: 56px;
  margin: 0;
}

.wrap-sustainability-management p {
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
}

.sustain-policy,
.sustain-structure {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.sustain-policy h3,
.sustain-structure h3 {
  color: #009fdf;
  font-size: 40px;
  margin: 0;
}

.policy-boxes {
  display: flex;
  gap: 52px;
  flex-wrap: wrap;
}

.policy-box {
  flex: 1 1 calc(31% - 24px);
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 24px;
  font-size: 24px;
  line-height: 1.7;
  color: #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.sustain-structure img {
  width: 100%;
}

.p-sustain-structure {
  color: #000000;
  font-size: 24px;
  margin: 0;
}

.p-sustain-structure span {
  color: #009fdf;
}

.table-company {
  border-collapse: collapse;
}

.table-company th {
  color: #009fdf;
  text-align: left;
  vertical-align: top;
  padding: 16px 0px;
  width: 175px;
}

.table-company td {
  padding: 16px 0px;
  vertical-align: top;
}

.table-company td:nth-child(2) {
  width: 375px;
  text-align: center;
}

.table-company tr {
  border-bottom: 1px solid #f8f8f8;
}

.btn-map {
  display: inline-block;
  border: 2px solid #009fdf;
  border-radius: 30px;
  color: #009fdf;
  background: transparent;
  font-size: 16px;
  padding: 11px 27px;
  transition: 0.3s ease;
}

.modal-content {
  background-color: transparent;
  box-shadow: none !important;
}

.sustain-structure {
  background-color: #fff;
  color: #000;
}

.wrap-structure {
  display: flex;
  flex-direction: column;
  gap: 152px;
}

.wrap-structure p {
  margin: 0;
}

.policy-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
}

.policy-box {
  flex: 1;
  min-width: 280px;
  background: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
}

.structure-img img {
  max-width: 100%;
  height: auto;
}

.link-blue {
  color: #009fdf;
  text-decoration: none;
}

.link-blue:hover {
  text-decoration: underline;
}

.wrap-sustainability-content1 {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
}

.wrap-sustainability-content1 .h2 {
  margin-bottom: 0;
  color: #009fdf;
}

.color-x {
  color: #009fdf;
  margin-bottom: 0;
  text-decoration: none;
}

.wrap-sustainability-content2 {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
}

.materiality-process {
  background-color: #fff;
  color: #000;
}

.wrap-materiality {
  display: flex;
  flex-direction: column;
  gap: 152px;
}

.wrap-step-img img {
  width: 100%;
}

.wrap-materiality-content1 {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.materiality-row {
  background: #fafafa;
  border-radius: 16px;
  padding: 24px;
  gap: 16px;
  flex-wrap: wrap;
}

.col-left {
  flex: 0 0 180px;
  text-align: left;
}

.col-item {
  flex: 1;
  min-width: 160px;
}

.color-boxes {
  gap: 16px;
}

.color-swatch {
  width: 66px;
  height: 66px;
}

.text-secondary-new {
  color: #b8b8b8;
}

.col-item p {
  word-break: break-word;
  overflow-wrap: break-word;
}

.wrap-materiality-content2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stakeholder-section {
  background-color: #fff;
}

.wrap-stakeholder {
  display: flex;
  flex-direction: column;
  gap: 152px;
}

.stakeholder-card {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 16px;
}

.stakeholder-card .col-item {
  flex: 1 1 calc(20% - 20px);
  min-width: 220px;
}

.text-secondary-new {
  color: #b8b8b8;
}

.link-map {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease;
  margin-top: 16px;
}

.wrap-stakeholder-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.structure-img {
  margin: auto;
}

.bg-environment-policy {
  background: #fff;
}

.wrap-environment-policy {
  display: flex;
  flex-direction: column;
  gap: 152px;
}

.wrap-env-content {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.policy-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.policy-step {
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.color-gray-new {
  color: #b8b8b8;
}

.env-img {
  margin: auto;
  text-align: center;
}

.env-img img {
  width: 100%;
}

.env-item {
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.wrap-env-content-new {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wrap-env-goal-result {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.env-goal-block {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.goal-category {
  flex: 0 0 235px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  padding: 24px;
}

.goal-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.goal-row {
  display: flex;
  gap: 24px;
  background: #f8f8f8;
  border-radius: 16px;
  padding: 16px;
}

.goal-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wrap-env-goal-result-chart {
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin-top: 128px;
}

.wrap-env-goal-result-chart img {
  margin: auto;
  text-align: center;
}

.wrap-governance-content {
  display: flex;
  flex-direction: column;
  gap: 152px;
}

.mt-56 {
  margin-top: 56px;
}

.gov-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 52px;
}

.wrap-global-warming-content {
  display: flex;
  flex-direction: column;
  gap: 152px;
}

.warming-details {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.warming-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.warming-text-2 {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.wrap-global-warming img {
  margin: auto;
  text-align: center;
}

.wrap-nonfron-content {
  display: flex;
  flex-direction: column;
  gap: 152px;
}

.nonfron-intro,
.nonfron-principle,
.nonfron-material {
  display: flex;
  flex-direction: column;
}

.nonfron-intro {
  gap: 30px;
}

.nonfron-principle > div,
.nonfron-material > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.nonfron-principle {
  gap: 52px;
}

.nonfron-material {
  gap: 52px;
}

.gov-item-2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wrap-member-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.member-card {
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.member-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.wrap-governance-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gov-card {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
}

.gov-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gov-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: baseline;
}

.gov-card.empty {
  background: transparent;
  border: none;
  box-shadow: none;
}

.gov-chart-img img {
  width: 100%;
}

.wrap-member {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.gov-item-3 {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.wrap-member-2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.decision-report-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.decision-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
}

.decision-title {
  flex: 0 0 280px;
}

.decision-item ul {
  flex: 1;
  margin: 0;
  padding-left: 20px;
}

.decision-item li {
  margin-bottom: 4px;
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 24px;
}

.card-item {
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wrap-c {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.grid-cards-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}

.card-item-2 {
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.row-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: baseline;
}

.wrap-content-s {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.wrap-content-c {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.remuneration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.remuneration-item {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.remuneration-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rem-row {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 16px;
  align-items: baseline;
}

.rem-row p {
  margin: 0;
  line-height: 1.6;
}

.rem-row p:last-child {
  word-break: keep-all;
}

.wrap-compliance {
  display: flex;
  flex-direction: column;
  gap: 152px;
}

.compliance-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.compliance-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.compliance-item {
  padding: 24px;
  background: #f8f8f8;
  border-radius: 16px;
}

.compliance-articles {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.compliance-item-content {
  display: flex;
  gap: 16px;
}

.w-88 {
  min-width: 88px;
}

.compliance-subcontent {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.compliance-subcontent-2 {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.compliance-subcontent-2-img img {
  margin: auto;
  text-align: center;
}

.compliance-subcontent-3 {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.compliance-subcontent-3-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.wrap-human-resource-development {
  display: flex;
  flex-direction: column;
  gap: 152px;
}

.wrap-human-resource-development-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.value-item {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wrap-human-resource-development-content-2 {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.wrap-human-resource-development-content-2-2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wrap-human-resource-development-content-aa {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.wrap-human-resource-development-content-2-2-img img {
  margin: auto;
}

.img-wrap-human {
  margin: auto;
  text-align: center;
}

.wrap-human-resource-development-content-bb {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.training-section {
  background-color: #f9f9f9;
  border-radius: 16px;
  padding: 24px;
}

.training-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.training-sub {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wrap-contend-new-item {
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 6fr;
  gap: 16px;
}

.wrap-contend-new-item-content-2-item {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.min-w150 {
  min-width: 130px;
}

.wrap-contend-new-item-24 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.wrap-contend-new-item-24 img {
  margin: auto;
  text-align: center;
}

.wrap-governance-cards-human {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}

.gov-card-human {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
}

.gov-content-human {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gov-row-human {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: baseline;
}

.fs-default,
.fs-default-medium {
  white-space: normal;
  word-wrap: break-word;
}

.human-two_col {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.human-two_col-item {
  width: 300px;
  text-align: center;
  margin: 0 20px;
}

.human-two_col-item img {
  margin-bottom: 10px;
  width: auto;
  max-width: 100%;
}

.sports-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sports-card {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 52px;
}

.sports-media img {
  width: 325px;
  min-width: 280px;
  height: auto;
  display: block;
  object-fit: cover;
}

.sports-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sports-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dot-line {
  position: relative;
  padding-left: 28px;
}

.dot-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1aa3ff;
}

.sports-content ul {
  margin: 0;
  padding-left: 22px;
}

.hr-section {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.hr-block {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.hr-block ul {
  margin: 0;
}

.hr-block-2 {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.safety-health-wrap {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.sh-block {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.sh-part {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.two-col-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.two-part-wrap {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.tp-block {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.tp-part {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.two-col-item {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.two-col-item .left-col {
  min-width: 175px;
  flex: 0 0 175px;
}

.two-col-item .right-col {
  flex: 1 1 auto;
}

.tp-block-2 {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.img-wrap-tp-block-2 img {
  margin: auto;
  text-align: center;
  width: 100%;
}

.img-wrap-tp-block-6 img {
  width: 100%;
}

.img-wrap-tp-block-7 img {
  width: 100%;
}

.wrap-env-goal-result-chart img {
  width: 100%;
}

.img-wrap-tp-block-2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tp-block-3 {
  display: flex;
  gap: 56px;
}

.img-wrap-tp-block-3 {
  width: 360px;
  min-width: 360px;
}

.img-wrap-tp-block-3 img {
  width: 100%;
  object-fit: cover;
  text-align: center;
}

.img-wrap-tp-block-content img {
  width: 100%;
  object-fit: cover;
  text-align: center;
}

.tp-block-4 {
  display: flex;
  gap: 56px;
}

.img-wrap-tp-block-4 {
  width: 344px;
  min-width: 344px;
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.img-wrap-tp-block-4 img {
  width: 100%;
  object-fit: cover;
  text-align: center;
}

.tp-block-4-content {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.tp-block-5 {
  display: flex;
  gap: 35px;
  flex-direction: column;
}

.img-wrap-tp-block-5 img {
  width: 100%;
  text-align: center;
  margin: auto;
}

.tp-block-6 {
  display: flex;
  gap: 35px;
  flex-direction: column;
}

.img-wrap-tp-block-6 {
  text-align: center;
  margin: auto;
}

.tp-block-6-link {
  text-align: center;
}

.img-wrap-tp-block-7 {
  text-align: center;
  margin: auto;
}

.tp-block-7-link {
  text-align: center;
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin: auto;
}

.img-wrap-tp-block-2 {
  text-align: center;
}

.cta-container {
  max-width: 1420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.cta-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.cta-col h2 {
  color: #fff;
  font-size: 40px;
}

.cta-col p {
  color: #ffffff;
  font-size: 23px;
  padding: 0px 60px;
}

.cta-btn {
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 11px 27px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.quality-wrap {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.quality-block {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.quality-list {
  margin: 0;
}
.quality-list li {
  list-style: disc;
}

.quality-list-2 {
  text-align: center;
  margin: auto;
}

.responsible-procurement {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.responsible-block {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.responsible-block-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.principles-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.principle-item {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
}

.principle-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.principle-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.research-development {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.research-development-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bg-sky-blue {
  background-color: #009fdf;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-black {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-brands {
  max-width: 1420px;
  margin: auto;
}

.container-glance {
  max-width: 1420px;
  margin: auto;
}

.container-about-hoshizaki {
  max-width: 1420px;
  margin: auto;
}

.cta-split-fixed {
  background: linear-gradient(90deg, #009fdf 0 50%, #000000 50% 100%);
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

#top_menu .menu-row {
  list-style: none;
  margin: 0;
  padding: 0 0 15px 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, calc((100% - (4 * 36px)) / 5)));
  column-gap: 36px;
}

#top_menu .menu-colwrap {
  padding: 0;
}

#top_menu .menu-title-spacer {
  display: block;
  height: 36px;
}

#top_menu .menu-col {
  list-style: none;
  margin: 0;
  padding: 0;
}

#top_menu .menu-col > li + li {
  margin-top: 4px;
}

#top_menu .menu-link {
  position: relative;
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  text-decoration: none;
}

#top_menu .menu-link.color-x {
  color: #009fdf;
}

#top_menu .menu-title.color-x::after {
  content: "";
  display: inline-block;
  margin-left: 30px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-right: 2px solid #009fdf;
  border-bottom: 2px solid #009fdf;
}

#top_menu .menu-link.color-50 {
  color: rgba(255, 255, 255, 0.5);
}

#top_menu .menu-col > li > .menu-link {
  display: block;
  width: 100%;
  padding-right: 28px;
}

#top_menu .menu-col > li > .menu-link::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #009fdf;
  border-bottom: 2px solid #009fdf;
}

.menu-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wrap-disaster {
  display: grid;
  row-gap: 150px;
}

.disaster-content {
  display: grid;
  row-gap: 56px;
}

.disaster-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.disaster-photos .photo {
  margin: 0;
}

.disaster-photos img {
  display: block;
  width: 100%;
  height: auto;
}

.support-block {
  display: grid;
  row-gap: 56px;
}

.support-item {
  display: grid;
  grid-template-columns: 1fr 240px;
  column-gap: 24px;
  align-items: start;
}

.support-item--wide {
  grid-template-columns: 1fr 490px;
}

.support-item .support-image img {
  width: 100%;
  height: auto;
  display: block;
}

.support-item:not(.support-item--wide) .support-image {
  min-width: 240px;
}
.support-item--wide .support-image {
  min-width: 490px;
}

.main-wrapper-ir {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.disaster-content-ir {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.disaster-list {
  display: grid;
  row-gap: 20px;
}

.disaster-item-ir {
  display: grid;
  grid-template-columns: auto auto 1fr;
  column-gap: 50px;
  align-items: center;
  padding: 16px 24px;
  background: #f8f8f8;
  border-radius: 16px;
}

.disaster-date {
  white-space: nowrap;
}

.disaster-pdf {
  padding: 11px 94px;
  color: #009fdf;
  border: 2px solid #009fdf;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background-color: #fff;
}

.disaster-pdf {
  white-space: nowrap;
}

.view-all-ir-new {
  text-align: center;
}

.view-all-ir-new a {
  padding: 11px 27px;
  color: #009fdf;
  border: 2px solid #009fdf;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background-color: #fff;
}

.library-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 34px;
}

.item-library {
  padding: 16px 24px;
  border-radius: 16px;
  border: 2px solid #009fdf;
  background: #fff;
  text-align: center;
}

.item-library > a {
  text-decoration: none;
  color: #111;
  min-height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img1-content-ir {
  text-align: center;
  margin: auto;
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 45px;
}

.cta-wrap {
  background: #009fdf;
  border-radius: 16px;
  padding: 50px 25px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  text-align: center;
  color: #fff;
}

.cta-btn-ir {
  padding: 11px 27px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.products-section {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.products-body {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 45px;
}

.product-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-item a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
  color: inherit;
}

.product-link-img {
  display: block;
  text-decoration: none;
}

.product-link-name {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.product-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  background: conic-gradient(from 45deg, #eee 0 25%, transparent 0 50%, #eee 0 75%, transparent 0) 0 0/20px 20px, #f4f4f4;
}

.product-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.icon-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.icon-card {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 100px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 300px;
}

.icon-card h3 {
  text-align: center;
}

.icon-card img {
  max-width: 140px;
  height: auto;
  display: block;
}

.bg-philosophy .philosophy-container {
  display: flex;
  gap: 80px;
}

.wrap-philosophy-left {
  flex: 0 1 40%;
}
.wrap-philosophy-right {
  flex: 1 1 60%;
}

.bg-ceo .ceo-container {
  display: flex;
  align-items: center;
  gap: 80px;
}

.wrap-ceo-left {
  flex: 1 1 60%;
}
.wrap-ceo-right {
  flex: 0 1 40%;
}

.wrap-ceo-right img {
  display: block;
  max-width: 100%;
  height: auto;
}

.company-info-js {
  max-width: 1100px;
  margin: auto;
}

.img-wrap-ceo img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.wrap-ceo-main {
  display: flex;
  flex-direction: column;
  gap: 152px;
}

.wrap-ceo-contend-s {
  max-width: 850px;
  margin: auto;
}

.section-executives .exec-wrap {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.section-executives .exec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.section-executives .exec-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wrap-company {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.company-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #f8f8f8;
  border-radius: 16px;
  padding: 16px 12px;
}

.company-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.company-right a {
  text-decoration: none;
}

.section-company {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.main-company {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.type-chip {
  display: inline-block;
  padding: 6px 17px;
  background: #f8f8f8;
  border-radius: 999px;
  color: #000;
}

.company-left p:nth-child(1) {
  width: 300px;
}

.company-left p:nth-child(2) {
  width: 100px;
}

.company-left p:nth-child(3) {
  width: 200px;
}

.company-left p:nth-child(4) {
  max-width: 300px;
}

.company-right {
  min-width: 130px;
}

.main-industry-solutions {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.button-industry-solutions {
  text-align: center;
  margin: auto;
}

.button-industry-solutions a {
  padding: 11px 27px;
  color: #009fdf;
  border: 2px solid #009fdf;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}

.thumb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.thumb-card {
  display: flex;
  flex-direction: column;
}

.thumb-img-link {
  display: block;
}
.thumb-img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.thumb-text {
  display: inline-block;
  margin-top: 20px;
  color: #000;
  text-decoration: none;
}

.tp-block-4-content-img a {
  word-break: break-word;
}

.wrap-company img {
  max-width: 120px;
}

.products-two-col-index {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.products-grid-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 45px;
}

.product-card-index {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-imglink-index {
  display: block;
}
.product-card-index img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  max-height: 400px;
}

.product-name-index {
  text-decoration: none;
  color: inherit;
}

.product-desc-index {
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-available-index {
  text-decoration: none;
}

.brands-block {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.brands-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 46px;
}

.brand-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.brand-imglink {
  display: inline-block;
  width: 100%;
}

.brand-imglink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-name {
  text-decoration: none;
  color: inherit;
}

.kinds-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.kinds-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.kind-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: 2px solid #009fdf;
  padding: 24px 50px;
  border-radius: 16px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  min-height: 235px;
}

.kind-card-a {
  background: #009fdf;
  color: #fff;
  border-color: #009fdf;
}

.kind-card-b {
  background: #009fdf;
  color: #fff;
  border-color: #009fdf;
}

.kind-card-c {
  background: #009fdf;
  color: #fff;
  border-color: #009fdf;
}

.kind-card-d {
  background: #009fdf;
  color: #fff;
  border-color: #009fdf;
}

.vendor-cta {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 260px;
  width: 100%;
}

.vendor-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vendor-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 680px;
  margin: 0 auto;
  padding: 100px 24px;
  text-align: center;
}

.vendor-cta__icon {
  color: #009fdf;
  font-size: 28px;
  line-height: 1;
}

.wrap-products-two-col-index {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.service-three-block {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.service-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.service-copy {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.benefit-block {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.benefit-intro {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: 175px 1fr;
  column-gap: 40px;
  row-gap: 8px;
  margin: 0;
}

.benefit-grid dt,
.benefit-grid dd {
  margin: 0;
}

.benefit-image img {
  width: 100%;
  height: auto;
  display: block;
}

.benefit-caption {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.content-benefit {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.main-brand-block {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.brand-card-index {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.brand-content-name {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brand-grid-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 35px;
  row-gap: 60px;
}

.brand-content-link {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0px auto;
}

.brand-img-link {
  width: 100%;
}

.brand-img-link img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.wrap-content-name {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #009fdf;
  transition: left 0.3s ease;
  z-index: -1;
}

.btn:hover {
  color: #fff;
  border-color: #009fdf;
}

.btn:hover::before {
  left: 0;
}

.btn-white {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.btn-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: left 0.3s ease;
  z-index: -1;
}

.btn-white:hover {
  color: #009fdf !important;
  border-color: #fff !important;
}

.btn-white:hover::before {
  left: 0;
}

.img-kpi img {
  width: 100%;
}

.wrap-human-resource-development-content-2-2-img img {
  width: 100%;
}

.wrap-contend-new-item-24 img {
  width: 100%;
}

.img-wrap-human img {
  width: 100%;
}

.quality-list-2 img {
  width: 100%;
}

.img-wrap-research-development img {
  width: 100%;
}

.research-development-block img {
  width: 100%;
}

.photo img {
  width: 100%;
}

.support-image img {
  width: 100%;
}

.home-news h2 {
  margin-bottom: 50px;
}

.button-news-home {
  margin-top: 50px;
}

.main-ir-page {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.items-ir-page,
.list-ir-lib-grid {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.items-grid,
.list-ir-lib-grid > .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.kind-items {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: 2px solid #009fdf;
  padding: 20px 20px;
  border-radius: 16px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  min-height: 116px;
  color: #000;
}

.kind-items:hover {
  background: #009fdf;
  color: #fff;
  border-color: #009fdf;
}

.img-ir-calendar img {
  width: 100%;
}

.items-ir-page-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.wrap-ir-page-bottom {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-color: #009fdf;
  border-radius: 16px;
  padding: 50px 20px;
  align-items: center;
  justify-content: end;
}

.button-ir-page-bottom {
  margin: 0 auto;
  text-align: center;
}

.button-ir-page-bottom a {
  padding: 11px 27px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}

.risk-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 850px;
  margin: 0 auto;
}

.main-risk-content {
  max-width: 850px;
  margin: 0 auto;
}

.main-highlight {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.content-top-highlight {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.content-bottom-highlight {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.wrap-items-highlight {
  max-width: 1020px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  margin: 0 auto;
}

.item-highlight {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fs-32 {
  font-size: 32px;
}

.fs-20 {
  font-size: 20px;
}

.item-highlight-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.item-highlight-img img {
  width: 100%;
}

.item-highlight-img {
  width: 100%;
}

.main-esg-data {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.main-content-esg-data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.accordion-button:not(.collapsed) {
  background-color: #f8f8f8;
  color: #009fdf;
  box-shadow: none !important;
}

.env-card {
  padding: 16px;
  background-color: #f8f8f8;
  border-radius: 16px;
  border: 0;
}

.env-btn {
  width: 100%;
  text-align: start;
  padding: 16px 0px;
  background-color: #f8f8f8;
}

.accordion-body {
  background-color: #f8f8f8;
}

.accordion-item {
  border-bottom: 1px solid #b8b8b8 !important;
}

.accordion-body {
  padding-top: 0px !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.wrap-p-env {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wrap-main-esg-data {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.wrap-content-env-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-env-items-sub {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.env-card {
  align-self: start;
}

.accordion-body-bottom {
  padding: 0px !important;
}

.wrap-content-esg-data {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.note-env {
  font-size: 16px;
  margin-bottom: 0rem;
}

.fs-13 {
  font-size: 12px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230aa3f0'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

@media (max-width: 1150px) {
  .main-content-esg-data {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991.98px) {
  .wrap-items-highlight {
    gap: 50px;
  }

  .items-grid,
  .list-ir-lib-grid > .view-content {
    grid-template-columns: repeat(3, 1fr);
  }

  .sustain-item {
    gap: 20px;
  }

  .support-item--wide .support-image {
    min-width: 100%;
  }
  .support-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .brand-grid-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kinds-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brands-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tp-block-3 {
    gap: 20px;
  }

  .tp-block-4 {
    gap: 20px;
  }

  .icon-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .icon-card {
    min-height: 100%;
    padding: 35px 24px;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 28px;
  }

  .brand-logo-row {
    gap: 10px;
  }

  .brands-logos {
    gap: 15px;
  }

  .cta-split-fixed {
    background: linear-gradient(180deg, #009fdf 0 50%, #000000 50% 100%);
    padding: 10px 0;
  }

  .cta-container {
    grid-template-columns: 1fr;
  }

  .cta-col {
    padding: 40px 20px;
  }

  .cta-col:first-child {
    background-color: #009fdf;
  }

  .cta-col:last-child {
    background-color: #000;
  }

  .cta-col p {
    font-size: 18px;
    padding: 0 10px;
  }

  .glance-content {
    gap: 5px;
    margin-bottom: 25px;
  }

  .cta-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
  .brands-logos {
    margin-top: 20px;
  }

  .company-left p:nth-child(1) {
    width: 100%;
  }

  .company-left p:nth-child(2) {
    width: 100%;
  }

  .company-left p:nth-child(3) {
    width: 100%;
  }

  .company-left p:nth-child(4) {
    width: 100%;
  }

  .company-right {
    width: 100%;
  }

  .company-left {
    display: block;
  }

  .section-executives .exec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .table-company td:nth-child(2) {
    width: 200px;
  }

  .bg-philosophy .philosophy-container {
    flex-direction: column;
    gap: 32px;
  }

  .wrap-philosophy-left,
  .wrap-philosophy-right {
    flex-basis: 100%;
  }

  .bg-ceo .ceo-container {
    flex-direction: column-reverse;
    gap: 32px;
  }

  .wrap-ceo-left,
  .wrap-ceo-right {
    flex-basis: 100%;
  }

  .history-content {
    gap: 25px;
  }

  .history-image {
    margin: 0px auto;
  }
  .company-item {
    display: block;
  }
  .wrap-governance-cards-human {
    grid-template-columns: repeat(2, 1fr);
  }
  .env-goal-block {
    display: block;
  }
  .goal-category {
    border-radius: 0px;
  }

  .goal-row {
    border-radius: 0px;
  }

  .items-ir-page-bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .esgdata-card {
    flex: 1 1 calc(100%);
  }
  .main-content-esg-data {
    grid-template-columns: repeat(1, 1fr);
  }

  .wrap-items-highlight {
    grid-template-columns: repeat(1, 1fr);
  }

  .brand-grid-index {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .brands-items {
    gap: 30px;
  }

  .kind-card {
    min-height: 150px;
  }

  .kinds-grid {
    grid-template-columns: 1fr;
  }

  .brands-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-grid-index {
    grid-template-columns: 1fr;
  }

  .wrap-governance-cards-human {
    grid-template-columns: repeat(1, 1fr);
  }

  .value-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .tp-block-3 {
    display: block;
  }

  .img-wrap-tp-block-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .tp-block-4 {
    display: block;
  }

  .img-wrap-tp-block-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .thumb-grid {
    grid-template-columns: 1fr;
  }

  .type-row {
    display: block;
  }

  .type-label {
    margin-bottom: 15px;
  }

  .history-image {
    max-width: 100%;
  }

  .philosophy-content-right {
    display: grid;
  }

  .company-row {
    display: contents;
  }

  .company-card {
    padding: 72px 0;
  }

  .wrap-ceo-left .d-flex {
    justify-content: center;
  }

  .table-company,
  .table-company tbody,
  .table-company tr,
  .table-company th,
  .table-company td {
    display: block;
    width: 100%;
  }

  .table-company tr {
    border-bottom: 2px solid #f8f8f8;
  }

  .table-company th {
    width: 100%;
    color: #009fdf;
    font-weight: 600;
    padding-bottom: 6px;
  }

  .table-company td {
    width: 100%;
    text-align: left !important;
    padding: 6px 0;
  }

  .table-company td:nth-child(2) {
    text-align: left !important;
    margin-top: 0px;
    padding: 0;
  }

  .btn-map {
    margin-top: 8px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }

  .benefit-grid dt {
    grid-column: 1/-1;
    margin: 0;
  }

  .benefit-grid dd {
    grid-column: 1/-1;
    margin: 0 0 16px 0;
  }

  .benefit-grid dd:last-child {
    margin-bottom: 0;
  }

  .main-philosophy-content,
  .wrap-history-content,
  .wrap-structure,
  .wrap-materiality,
  .wrap-stakeholder,
  .wrap-environment-policy,
  .wrap-global-warming-content,
  .wrap-nonfron-content,
  .wrap-governance-content,
  .wrap-human-resource-development,
  .safety-health-wrap,
  .two-part-wrap,
  .service-three-block,
  .benefit-block,
  .main-wrapper-ir,
  .quality-wrap,
  .responsible-procurement,
  .research-development,
  .products-two-col-index,
  .products-section,
  .wrap-sustainability,
  .main-brand-block,
  .main-ir-page,
  .main-highlight,
  .wrap-main-esg-data,
  .wrap-ceo-main {
    gap: 100px;
  }

  .items-ir-page-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 640px) {
  .items-grid,
  .list-ir-lib-grid > .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .items-grid,
  .list-ir-lib-grid > .view-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .goal-row {
    display: block;
  }

  .goal-col {
    margin-bottom: 15px;
    gap: 4px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-executives .exec-grid {
    grid-template-columns: 1fr;
  }
}
