@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
body {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.hmj_crumbs {
  background: #f8f8f8;
  padding: 8px 0;
}
.hmj_crumbs .container {
  width: 1240px;
}
.hmj_crumbs ul {
  display: flex;
}
.hmj_crumbs li {
  font-size: 0.8em;
}
.hmj_crumbs li::after {
  content: ">";
  padding: 0 8px 0 8px;
}
.hmj_crumbs li:last-child::after {
  content: "";
}
.hmj_crumbs li a {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  color: #08f;
  transition-duration: 0s;
}
.hmj_crumbs li a:hover {
  color: #ca0813;
}
.hmj_crumbs li b {
  font-weight: 400;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  color: #666;
}

.hmj_pagetitle {
  background: #041d41;
  position: relative;
  height: 27vw;
}
.hmj_pagetitle figure {
  position: relative;
  z-index: 1;
  line-height: 0;
  height: 100%;
}
.hmj_pagetitle figure::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #041d41;
  z-index: 2;
  opacity: 0.32;
}
.hmj_pagetitle figure img {
  opacity: 0.78;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.hmj_pagetitle h1 {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.hmj_pagetitle h1 i {
  display: block;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.9em;
}
.hmj_pagetitle h1 b {
  display: block;
  font-family: "HondaGlobalFontJP-Light", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 3rem;
}

.hmj_pagetitle_small {
  height: 200px;
}

.hmj_pagetitle_noimg {
  background: #e1e1e1;
}
.hmj_pagetitle_noimg h1 i {
  color: #ca0813;
}
.hmj_pagetitle_noimg h1 b {
  color: #222;
}

.hmj_pagebody {
  padding: 80px 0 120px;
}
.hmj_pagebody .container {
  width: 980px;
}

.hmj_page_lead {
  text-align: center;
  font-size: 1.15rem;
  padding: 0;
}
.hmj_page_lead h2 {
  font-size: 1.6rem;
  padding-bottom: 3rem;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.hmj_page_lead p {
  line-height: 2;
  padding-bottom: 1.5rem;
}
.hmj_page_lead.txtL {
  text-align: left;
}

.hmj_page_menu {
  padding: 40px 0 0;
}
.hmj_page_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hmj_page_menu ul::after {
  content: "";
  width: 30%;
}
.hmj_page_menu li {
  flex: 0 0 32%;
  margin-bottom: 24px;
  box-shadow: 0 0 6px #ccc;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
.hmj_page_menu li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.hmj_page_menu li a i {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.hmj_page_menu li a em {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px;
  line-height: 1.2;
  font-size: 1em;
  font-weight: 500;
  border-top: 1px solid #ddd;
}
.hmj_page_menu li a em::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 16px;
  background-image: url("../images/common/arw-red-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.3s;
}
.hmj_page_menu li a:hover {
  background: #ca0813;
  color: #fff;
}
.hmj_page_menu li a:hover em {
  border-top: 1px solid #ca0813;
}
.hmj_page_menu li a:hover em::after {
  background-image: url("../images/common/arw-white-right.svg");
  background-position: center right;
}

.hmj_page_menu_recruit li a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  font-size: 1.1em;
  font-weight: 500;
  background: #fff;
  transition-duration: 0;
}
.hmj_page_menu_recruit li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 1s;
  opacity: 0;
  z-index: 1;
}
.hmj_page_menu_recruit li a:hover {
  background: none;
}
.hmj_page_menu_recruit li a:hover::after {
  opacity: 1;
}
.hmj_page_menu_recruit li i {
  display: block;
  transition-duration: 0.6s;
  transform-origin: top;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.hmj_page_menu_recruit li i img {
  transition-duration: 0.5s;
}
.hmj_page_menu_recruit li em {
  position: relative;
  z-index: 3;
}
.hmj_page_menu_recruit li a:hover i img {
  transform: scale(1.1);
}
.hmj_page_menu_recruit li a:hover em {
  background: #ca0813;
}
.hmj_page_menu_recruit li.graduate a::after {
  background: linear-gradient(-75deg, #fe997c 0%, #dbdd99 50%, #63d8d4 100%);
}
.hmj_page_menu_recruit li.career a::after {
  background: linear-gradient(-75deg, #507bd5 0%, #2d4b87 50%, #507bd5 100%);
}

.hmj_page_navi {
  background: #f1f2f3;
  padding: 64px 0;
}
.hmj_page_navi .container {
  width: 980px;
}
.hmj_page_navi h5 {
  text-align: center;
  padding-bottom: 24px;
  font-size: 1.2em;
}
.hmj_page_navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hmj_page_navi ul::after {
  content: "";
  width: 33%;
}
.hmj_page_navi li {
  flex: 0 0 33%;
  margin-bottom: 8px;
  padding: 8px;
  font-weight: 500;
}
.hmj_page_navi li a {
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.hmj_page_navi li a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 16px;
  background-image: url("../images/common/arw-red-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.3s;
}
.hmj_page_navi li a.current {
  background: #ca0813;
  color: #fff;
}
.hmj_page_navi li a.current::after {
  background-image: url("../images/common/arw-white-right.svg");
}
.hmj_page_navi li a.current:hover::after {
  background-position: center;
}
.hmj_page_navi li a:hover {
  background: #ca0813;
  color: #fff;
}
.hmj_page_navi li a:hover::after {
  background-image: url("../images/common/arw-white-right.svg");
  background-position: center right;
}

.hmj_contents {
  padding: 0 0 40px;
}
.hmj_contents:last-child {
  padding-bottom: 0;
}
.hmj_contents h4 {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 2rem;
}

.hmj_page_h3 {
  padding: 40px 0;
}
.hmj_page_h3 h3 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 0 16px;
  border-bottom: 1px solid #ddd;
}
.hmj_page_h3 h3 small {
  font-size: 0.75em;
}

.hmj_page_table table {
  border-collapse: collapse;
  width: 100%;
}
.hmj_page_table th {
  background: #f1f2f3;
  padding: 24px;
  border: 1px solid #ddd;
  text-align: left;
}
.hmj_page_table td {
  padding: 24px;
  border: 1px solid #ddd;
}

.hmj_flex_content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.hmj_flex_content:last-of-type {
  padding-bottom: 0;
}
.hmj_flex_content .col-5 {
  flex: 0 0 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hmj_flex_content .col-5:first-child {
  justify-content: flex-start;
  flex: 0 0 47%;
}
.hmj_flex_content .col-4 {
  flex: 0 0 48%;
}
.hmj_flex_content dl {
  padding-bottom: 2rem;
}
.hmj_flex_content dt {
  font-size: 1.5em;
  color: #ca0813;
  line-height: 1.3;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-bottom: 1.5rem;
}
.hmj_flex_content dt small {
  font-size: 0.9rem;
  color: #333;
}
.hmj_flex_content p {
  padding-bottom: 1rem;
}
.hmj_flex_content small {
  font-size: 0.75em;
}

.hmj_flex_content_center {
  justify-content: center;
}
.hmj_flex_content_center .col-3 {
  flex: 0 0 44%;
  text-align: center;
  padding: 8px 24px 40px;
}
.hmj_flex_content_center figure {
  padding: 0 40px 16px;
}

.hmj_philosophy_content {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 40px;
  margin-bottom: 40px;
}
.hmj_philosophy_content h2 {
  flex: 0 0 25%;
  text-align: center;
  color: #ca0813;
  font-size: 1.8em;
  padding-right: 40px;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.hmj_philosophy_content h2 i {
  display: block;
}
.hmj_philosophy_content h2 b {
  display: block;
}
.hmj_philosophy_content dl {
  flex: 0 0 auto;
  padding-right: 80px;
  text-align: center;
}
.hmj_philosophy_content dt {
  font-size: 1.1em;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.hmj_philosophy_content p {
  line-height: 2;
}

.hmj_vision_img {
  border-radius: 24px;
  border: 1px solid #aaa;
  padding: 40px;
  margin: auto;
}

.hmj_page_table_profile {
  padding-bottom: 40px;
}
.hmj_page_table_profile a {
  color: #08f;
  text-decoration: underline;
}
.hmj_page_table_profile a:hover {
  color: #ca0813;
}

.hmj_page_content_map iframe {
  width: 100%;
  height: 64vw;
  max-height: 380px;
}

.hmj_location .hmj_flex_content {
  justify-content: space-between;
}
.hmj_location .hmj_flex_content .hmj_location_content {
  flex: 0 0 48%;
}
.hmj_location .hmj_flex_content .hmj_location_content dl {
  padding-bottom: 0;
}
.hmj_location .hmj_flex_content .hmj_location_content dd.hmj_location_txt {
  flex: 0 0 100%;
}
.hmj_location .hmj_flex_content .hmj_location_content p {
  text-align: left;
  padding: 24px 0 0;
}

.hmj_location_content {
  padding: 0 0 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.hmj_location_content dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.hmj_location_content dt {
  flex: 0 0 100%;
  font-size: 1.4em;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-bottom: 16px;
  color: #222;
  order: 1;
}
.hmj_location_content dd.hmj_location_photo {
  padding: 0 40px 0 0;
  order: 5;
}
.hmj_location_content dd.hmj_location_txt {
  flex: 0 0 40%;
  padding: 0 40px 0 0;
  order: 3;
}
.hmj_location_content p {
  padding: 24px 0 0;
}
.hmj_location_content figure {
  flex: 1 0 auto;
  text-align: left;
  padding: 0 40px;
}

.hmj_merchandising_network {
  position: relative;
}
.hmj_merchandising_network h4 {
  padding-bottom: 80px;
}
.hmj_merchandising_network h5 {
  margin: -0.5em auto;
  padding: 0 0.75em;
  display: block;
  width: fit-content;
  line-height: 1;
  font-size: 20px;
  position: relative;
  z-index: 3;
  background: linear-gradient(
    to bottom,
    #fff0 18%,
    #fff 48%,
    #fff 60%,
    #fff0 90%
  );
}
.hmj_merchandising_network h5::before {
  content: "";
  position: absolute;
  width: 100%;
}
.hmj_merchandising_network figure {
  position: absolute;
  top: 5em;
  left: 50%;
  width: 33%;
  transform: translateX(-50%);
  z-index: 1;
}
.hmj_merchandising_network ul {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  width: fit-content;
  border: 1px solid;
  width: 75%;
  margin: 0 auto;
  padding: 34px 0 24px;
  border-radius: 24px;
  z-index: 2;
}
.hmj_merchandising_network li {
  /* flex: 0 0 25%; */
  padding: 0 24px;
  width: 33%;
}
.hmj_merchandising_network li a {
  display: block;
  position: relative;
}
.hmj_merchandising_network li a:hover {
  transform: scale(1.05);
}
.hmj_merchandising_network li a.link_blank::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  margin: 0 0 5px;
}

.hmj_flex_content_center .col-3 {
  padding: 8px 0 40px;
}

.hmj_marketing .hmj_sns {
  text-align: center;
  justify-content: center;
}
.hmj_marketing .hmj_sns dd {
  padding: 24px 40px;
  flex: 0 0 auto;
  text-align: center;
}
.hmj_marketing .hmj_sns dd a {
  justify-content: center;
}
.hmj_marketing .hmj_sns dd img {
  width: 80px;
}

.hmj_association .hmj_association_content {
  padding-bottom: 40px;
}
.hmj_association h4 {
  text-align: left;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.hmj_association h4 a {
  display: flex;
  align-items: center;
}
.hmj_association h4 i {
  flex: 0 0 150px;
  padding: 0 16px 0 0;
}
.hmj_association ul {
  padding-bottom: 8px;
}
.hmj_association li {
  overflow: hidden;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.hmj_association li i {
  flex: 0 0 150px;
  padding: 0 16px 0 0;
}
.hmj_association li i img {
  border: 1px solid #ddd;
}
.hmj_association li aside {
  font-size: 0.9em;
}
.hmj_association li em a {
  font-weight: 500;
}

.hmj_event_content {
  flex-wrap: wrap;
}
.hmj_event_content .col-4 {
  flex: 0 0 46%;
  padding: 0 0 2em;
  text-align: center;
}
.hmj_event_content small {
  font-size: 0.7em;
}

.hmj_notes {
  font-size: 0.8em;
  opacity: 0.75;
  line-height: 1.2;
}
.hmj_notes li {
  font-size: 11px;
  text-indent: -1.5em;
  padding: 4px 0 0;
  padding-left: 1.5em;
}

.hmj_notes2 li {
  text-indent: -1.75em;
  padding-left: 1.75em;
}

table {
  border-collapse: collapse;
}

.hmj_page_news_list dl {
  padding: 24px 0;
}

.hmj_pager {
  padding: 40px 0;
}
.hmj_pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hmj_pager li {
  padding: 8px;
}
.hmj_pager li a,
.hmj_pager li span {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.hmj_pager li a {
  border: 1px solid #ccc;
  color: #ccc;
}
.hmj_pager li a:hover {
  background: #ddd;
  color: #666;
}
.hmj_pager li.current a,
.hmj_pager li span {
  color: #fff;
  background: #ca0813;
  border: 1px solid #ca0813;
}

.shipmentsTable {
  width: 640px;
  margin: 0 auto;
  max-width: 100%;
}
.shipmentsTable table {
  border-collapse: collapse;
  border: 1px solid #999;
  width: 100%;
  margin-bottom: 16px;
}
.shipmentsTable table caption {
  text-align: right;
  font-weight: 400;
  font-size: 0.8em;
}
.shipmentsTable table th {
  border: 1px solid #999;
  background: #f1f1f1;
  padding: 8px;
  white-space: nowrap;
}
.shipmentsTable table td {
  border: 1px solid #999;
  padding: 8px 40px;
  background: #fff;
  text-align: right;
  white-space: nowrap;
}
.shipmentsTable table td:first-of-type {
  padding: 8px;
}
.shipmentsTable table tr:last-of-type td:first-of-type {
  padding: 8px 40px;
}

x.hmj_yearlist {
  padding: 40px 0;
}
x.hmj_yearlist ul {
  display: flex;
  flex-wrap: wrap;
}
x.hmj_yearlist li {
  padding: 8px;
  font-size: 0.9em;
}
x.hmj_yearlist li a {
  display: block;
  border-radius: 24px;
  border: 1px solid #ddd;
  padding: 4px 16px;
}
x.hmj_yearlist li a:hover {
  background: #ca0813;
  color: #fff;
}
.hmj_flex_content:has(> .hmj_flex_content) {
  padding-top: 40px;
  gap: 0 2em;
}

.flex_image {
  width: calc(100% - 17em);
}

.flex_image > figure {
  width: fit-content;
}

.flex_non_image {
  width: 16em;
}

/*
//
//
//
//
//
//
//
Responsive
//
*/
/*------*/
@media (max-width: 1024px) {
  .hmj_location_content dd.hmj_location_txt {
    flex: 0 0 56%;
  }

  .hmj_location_content dd.hmj_location_photo {
    flex: 0 0 40%;
    padding: 0;
  }
}

@media (max-width: 980px) {
  .hmj_flex_content:has(> .hmj_flex_content) {
    flex-direction: column;
  }

  .hmj_flex_content > .hmj_flex_content {
    max-width: 540px;
    margin: 0 auto;
  }

  .flex_image {
    width: fit-content;
  }

  .flex_non_image {
    width: calc(100% - 205px - 1em);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .hmj_location_content dd.hmj_location_txt {
    flex: 0 0 auto;
  }

  .hmj_location_content dd.hmj_location_photo {
    flex: 0 0 24%;
    padding: 0;
  }

  .hmj_location_content dl {
    justify-content: space-between;
  }

  .hmj_location_content figure {
    flex: 0 0 160px;
  }
}
/*------*/
@media (max-width: 540px) {
  .hmj_pagetitle {
    height: 48vw;
  }
  .hmj_pagetitle h1 b {
    font-size: 7vw;
  }

  .hmj_pagetitle_small {
    height: 32vw;
  }

  .hmj_pagebody {
    padding: 40px 0;
  }

  .hmj_page_lead {
    font-size: 1em;
    padding: 0 0;
  }
  .hmj_page_lead h2 {
    font-size: 5vw;
    white-space: nowrap;
    padding-bottom: 24px;
  }
  .hmj_page_lead p {
    text-align: left;
  }

  .hmj_page_menu li {
    flex: 0 0 47%;
  }
  .hmj_page_menu li a em {
    padding: 16px 8px;
  }

  .hmj_page_navi li {
    flex: 0 0 100%;
    margin-bottom: 0;
  }
  .hmj_page_navi li a {
    transition-duration: 0s;
  }

  .hmj_page_h3 h3 {
    font-size: 4.8vw;
  }

  .hmj_page_table tr {
    display: block;
  }
  .hmj_page_table th,
  .hmj_page_table td {
    display: block;
    padding: 16px;
  }

  .hmj_flex_content {
    display: block;
  }
  .hmj_flex_content dl {
    padding-bottom: 16px;
  }
  .hmj_flex_content dt {
    padding: 8px 0;
    font-size: 4.8vw;
  }
  .hmj_flex_content p {
    text-align: center;
    padding-bottom: 8px;
  }

  .hmj_contents h4 {
    text-align: left;
  }

  .hmj_contents:last-child {
    padding-bottom: 40px;
  }

  .hmj_flex_content_center .col-3:last-child {
    padding-bottom: 0;
  }

  .hmj_philosophy_content {
    display: block;
    padding: 24px 16px;
  }
  .hmj_philosophy_content h2 {
    padding: 0 0 16px;
  }
  .hmj_philosophy_content dl {
    padding: 0 16px;
  }

  .hmj_location_content {
    display: block;
  }
  .hmj_location_content dd.hmj_location_txt {
    flex: 0 0 100%;
  }
  .hmj_location_content dd.hmj_location_photo {
    order: 2;
    flex: 0 0 100%;
  }
  .hmj_location_content dd.hmj_location_photo img {
    width: 100%;
    max-width: 320px;
  }
  .hmj_location_content figure {
    padding: 0 0 16px 0;
  }

  .hmj_vision_img {
    overflow: hidden;
    padding: 16px;
  }
  .hmj_vision_img figure {
    overflow-x: scroll;
  }
  .hmj_vision_img img {
    max-width: none;
    width: 188vw;
  }

  .hmj_merchandising_network h4 {
    padding-bottom: 8vw;
  }
  .hmj_merchandising_network figure {
    width: 66%;
    top: 24vw;
  }
  .hmj_merchandising_network ul {
    width: 100%;
  }
  .hmj_merchandising_network li {
    flex: 0 0 33%;
    padding: 0 8px;
  }

  .hmj_association li {
    flex-wrap: wrap;
    font-size: 0.9em;
    padding: 16px 0;
  }

  .hmj_page_news_list dl {
    display: block;
  }
  .hmj_page_news_list dl dt {
    font-size: 0.8em;
  }
  .hmj_flex_content > .hmj_flex_content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flex_non_image {
    width: 100%;
  }
}

.hmj_flex_content:has(> .hmj_flex_content) {
  padding-top: 40px;
  gap: 0 2em;
}

.flex_image {
  width: calc(100% - 17em);
}

.flex_image > figure {
  width: fit-content;
}
.flex_image > figure > img {
  display: block;
}

.flex_non_image {
  width: 16.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-content: space-between;
  gap: 0.5em 0;
}

.hmj_flex_content > .hmj_flex_content {
  padding-bottom: unset;
}
.hmj_flex_content > .hmj_flex_content dl,
.hmj_flex_content > .hmj_flex_content p {
  padding-bottom: unset;
}

@media (max-width: 980px) {
  .hmj_flex_content:has(> .hmj_flex_content) {
    flex-direction: column;
    gap: 3em 0;
  }

  .hmj_flex_content > .hmj_flex_content {
    max-width: 540px;
    margin: 0 auto;
  }

  .flex_image {
    width: fit-content;
  }

  .flex_non_image {
    width: calc(100% - 205px - 1em);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 540px) {
  .hmj_flex_content > .hmj_flex_content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flex_non_image {
    width: 100%;
  }
  .hmj_flex_content:has(> .hmj_flex_content) {
    gap: 5em 0;
    display: flex;
  }
}
