.node--template-menu-item > .content {
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.node--template-menu-item > .content > .content-container {
  position: relative;
  margin: 8px 16px;
  padding-right: 64px;
  width: 100%;
}
.node--template-menu-item > .content .texts-container .field--name-title {
  position: relative;
}
.node--template-menu-item > .content .texts-container .field--name-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: -8px;
  width: 4px;
  height: calc(100% - 10px);
  min-height: 13px;
  background-color: #000;
}
.node--template-menu-item > .content .texts-container .field--name-title .field__item {
  padding-left: 8px;
}
.node--template-menu-item > .content .texts-container .field--name-title h2, .node--template-menu-item > .content .texts-container .field--name-title a {
  position: relative;
  display: block;
  font-family: "Avenir";
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1.05px;
  line-height: 1.33;
  text-decoration: none;
  color: #000 !important;
}
.node--template-menu-item > .content .links-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.node--template-menu-item > .content .links-container .node__links {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.node--template-menu-item > .content .links-container ul,
.node--template-menu-item > .content .links-container li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.node--template-menu-item > .content .links-container ul:before,
.node--template-menu-item > .content .links-container li:before {
  display: none;
}
.node--template-menu-item > .content .links-container a {
  position: relative;
  display: block;
  color: #000;
  text-align: left;
  padding-left: 0;
  background-color: transparent;
  background-size: calc(8px * 4 * 0.8125) calc(8px * 4 * 0.8125);
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) center;
  background-image: url("../../assets/images/button/btn-red.svg");
  line-height: 1;
  padding: 12px 16px;
  text-decoration: none;
  margin: 0;
  color: transparent !important;
}
.node--template-menu-item > .content .links-container a:before, .node--template-menu-item > .content .links-container a:after {
  content: "";
  position: absolute;
  font-size: 1.1rem;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  text-indent: 0;
  color: #fff;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
}
.node--template-menu-item > .content .links-container a:before {
  left: auto;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px dashed #A71930;
  background-color: transparent;
  transform: translateY(-50%);
}
.node--template-menu-item > .content .links-container a:after {
  content: "\e908";
  left: auto;
  right: 6px;
  font-family: "icomoon";
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
}
.node--template-menu-item > .content .links-container a:hover {
  color: #000;
}
.node--template-menu-item > .content .links-container a:hover:before {
  border: 1px solid #A71930;
  background-color: #A71930;
}
.node--template-menu-item > .content .links-container a:after {
  content: "\e901";
  font-family: "icomoon";
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.node--template-menu-item > .content .links-container a:hover {
  color: transparent !important;
}
.node--template-menu-item.see-and-do .texts-container .field--name-title:before {
  background-color: #B3C431;
}
.node--template-menu-item.see-and-do .links-container a {
  background-image: url("../../assets/images/button/btn-green.svg");
}
.node--template-menu-item.see-and-do .links-container a:before {
  border-color: #B3C431;
}
.node--template-menu-item.see-and-do .links-container a:hover:before {
  background-color: #B3C431;
  border-color: #B3C431;
}
.node--template-menu-item.service .texts-container .field--name-title:before {
  background-color: #56BCC7;
}
.node--template-menu-item.service .links-container a {
  background-image: url("../../assets/images/button/btn-blue.svg");
}
.node--template-menu-item.service .links-container a:before {
  border-color: #56BCC7;
}
.node--template-menu-item.service .links-container a:hover:before {
  background-color: #56BCC7;
  border-color: #56BCC7;
}
.node--template-menu-item.understand .texts-container .field--name-title:before {
  background-color: #F8AA5C;
}
.node--template-menu-item.understand .links-container a {
  background-image: url("../../assets/images/button/btn-orange.svg");
}
.node--template-menu-item.understand .links-container a:before {
  border-color: #F8AA5C;
}
.node--template-menu-item.understand .links-container a:hover:before {
  background-color: #F8AA5C;
  border-color: #F8AA5C;
}
.node--template-menu-item.jo-2024 .texts-container .field--name-title:before {
  background-color: #D7C378;
}
.node--template-menu-item.jo-2024 .links-container a {
  background-image: url("../../assets/images/button/btn-gold.svg");
}
.node--template-menu-item.jo-2024 .links-container a:before {
  border-color: #D7C378;
}
.node--template-menu-item.jo-2024 .links-container a:hover:before {
  background-color: #D7C378;
  border-color: #D7C378;
}
.node--template-menu-item.anniversary-40 .texts-container .field--name-title:before {
  background-color: #A569BD;
}
.node--template-menu-item.anniversary-40 .links-container a {
  background-image: url("../../assets/images/button/btn-violet.svg");
}
.node--template-menu-item.anniversary-40 .links-container a:before {
  border-color: #A569BD;
}
.node--template-menu-item.anniversary-40 .links-container a:hover:before {
  background-color: #A569BD;
  border-color: #A569BD;
}