@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;700&family=Noto+Sans+JP:wght@300;400;700&display=swap');

/* 共通スタイル */
/* ボタン */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-size: 18px;
  width: 100%;
  max-width: 360px;
}

.button .button-text {
  flex: 1;
  text-align: center;
}

.button::after {
  content: '';
  content: url(/ixseries/english/img/icon/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.button:hover {
  opacity: 0.7;
}

.nobr {
  display: inline-block;
}

body {
  position: relative;
}

.outfit {
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
}

/* .series-cards {
  padding-top: 20px;
  display: flex;
  width: 100%;
  max-width: 1200px;
  gap: 30px;
} */

.bg-text::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
  color: #fff;
  font-size: 10vw;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  opacity: 0.5;
}

.top h1 #top-title {
  /* opacity: 0; */
  transition: 0.5s all ease;
  /* width: 80%; */
  margin: 30px auto;
}

header img {
  width: 210px;
}

.contact-contents {
  position: relative;
  background-image: url(/ixseries/english/img/top/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/*
footer {
  background-color: #000;
  padding: 30px 40px;
}

footer .footer-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-content-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}


footer a,
footer p {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
}
footer a {
  font-size: clamp(12px, 1.5vw, 15px);
  color: #fff;
}

footer .ot-sdk-show-settings {
  cursor: pointer;
}

footer-flex-child:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 0;
  border-right: #0f0f0f 1px solid;
}

.footer-flex-child:last-child {
  padding: 0 0 0 20px;
}

.footer-flex-child-right {
  display: flex;
}

.footer-eneos-holdings {
  max-width: 200px;
}

.footer-eneos {
  max-width: 80px;
}

.footer-eneos-jx {
  max-width: 90px;
}

.footer-eneos-jxnmm {
  max-width: 70px;
}

.footer-eneos-material {
  max-width: 160px;
}

.footer-eneos-power {
  max-width: 200px;
}

.footer-eneos-energy {
  max-width: 220px;
}

footer p {
  color: #fff;
  text-align: right;
  font-size: 14px;
  opacity: 0.9;
}

footer .external-link {
  position: relative;
}

footer .external-link::after {
  position: absolute;
  content: "";
  top: 48%;
  right: -16px;
  transform: translateY(-50%);
  background: url(/gxseries/img/footer/target_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
}
  */

.SdsNavi {
  overflow: hidden;
  position: fixed;
  bottom: calc(8vh + 52px);
  right: 0;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
  z-index: 200;
  transition-duration: 0.2s;
}

.sdsNavi-link > a {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
  word-wrap: break-word;
  position: relative;
  display: block;
  padding: 8px 5px;
  background-color: #4c5e8d;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  transition-property: padding;
  transition-duration: 0.2s;
}

.sdsNavi-link > a:hover {
  padding: 8px 25px 8px 5px;
  background-color: #3b519c;
}

.sdsNavi-link > a > .sdsNavi-link_text {
  font-size: 22px;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
}

.sdsNavi-link > a > .sdsNavi-link_text-v2 {
  font-size: 14px;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
}

.sdsNavi-link > a:hover::after {
  opacity: 1;
  animation: sdsNavi-link 0.6s;
}

@keyframes sdsNavi-link {
  50% {
    right: 14px;
  }

  75% {
    right: 10px;
  }
}

.sdsNavi-link > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px !important;
  height: 8px !important;
  margin-top: -4px;
  background: none;
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  transition-property: opacity;
  transition-duration: 0.2s;
  opacity: 0;
}

.followNavi-link_item_pagetop {
  position: fixed;
  bottom: 8vh;
  right: -60px;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
  z-index: 50;
  transition-duration: 0.2s;
}

.followNavi-link_item_pagetop.is-fixed {
  right: 0;
}

.followNavi-link_item_pagetop > a {
  overflow: hidden;
  background-color: #fff !important;
  color: #333;
  letter-spacing: -0.1em;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 36px;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
}

.followNavi-link_item_pagetop > a::after {
  width: 15px;
  height: 15px;
  margin-top: -3px;
  margin-left: -8px;
  border-top: 2px solid #969696;
  border-right: 2px solid #969696;
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
}

.eneos-logo::before {
  content: url(/ixseries/english/img/eneos-logo.svg);
  display: inline-block;
  width: 130px;
}

.top .content-wrap {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin: 100px auto;
  padding: 80px 90px;
}

.top .mv {
  position: relative;
  background-image: url(/ixseries/english/img/top/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.top .mv-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 980px;
  width: 100%;
  padding: 0 30px;
  transition: 0.5s all ease;
}

.mv-wrap h1 p {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 0px;
  font-family: "Noto Sans JP",sans-serif;
  color: #001B29;
}

.top .mv-wrap h1 span {
  font-size: 30px;
  margin-bottom: 28px;
  color: #1A3A90;
  font-weight: bold;
}

.news-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 950px;
  width: 100%;

  background-color: #ffffff;
  padding: 25px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  gap: 70px;
}

.news-header h2 {
  font-size: 18px;
  font-weight: bold;
  color: #294799;
  font-family: "Noto Sans JP";
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-item:last-child {
  border-bottom: none;
}

.news-date {
  color: #294799;
  font-size: 14px;
  margin-right: 20px;
  font-family: "Noto Sans JP";
}

.news-title {
  color: #000;
  text-decoration: none;
  flex: 1;
  font-size: 16px;
}

.news-title:hover {
  text-decoration: underline;
}

.fixed {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.top .contact-tab {
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
  padding: 0 20px;
  display: none;
}

.top .contact-tab-wrap {
  gap: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px 25px 10px 10px;
  /* border-radius: 5px; */
}

.top .contact-tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  width: 100%;
  padding: 12px;
}

.top .contact-tab a:first-child {
  background: linear-gradient(90deg, #B700ED, #0077ED, #003CC7);
}

.top .contact-tab a:last-child {
  background: linear-gradient(90deg, #9FE721, #2FC2B2, #007D70);
}

.top .contact-tab a.button::before {
  width: 22px;
  height: 22px;
  right: 20px;
}

.top .description {
  background-image: url(/ixseries/english/img/top/top_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0 10vw;
  position: relative;
}

.top-section {
  background-image: url(/ixseries/english/img/top/top_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 154px;
}


.loop-wrap {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.loop-box {
  position: relative;
  z-index: 1;
  display: flex;
  width: 200vw;
  filter: blur(8px);
}
.loop-box img {
  width: 100vw;
  display: block;
}
.loop1 {
  animation: loop 30s -15s linear infinite;
}
.loop2 {
  animation: loop2 30s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.top .description .content-wrap {
  position: relative;
  z-index: 10;
}

.top .description .content-wrap::before {
  content: "Carbon Neutral";
  top: 50px;
  font-size: max(7vw, 100px);
}

.top .description .content-wrap {
  position: relative;
  z-index: 10;
}

.top .description-card-pc .description-card-tab {
  display: flex;
}

.top .description-card-pc .description-card-tab-child {
  width: 23.5%;
  margin-right: 2%;
  font-size: clamp(13px, 1.7vw, 20px);
  padding: 15px 0;
  text-align: center;
  border: #0A9E8F 1px solid;
  background-color: #fff;
  color: #0A9E8F;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.top .description-card-pc .description-card-tab-child::before {
  font-family: "Outfit", sans-serif;
  position: absolute;
  font-size: 84px;
  top: 8px;
  left: -4px;
  z-index: -1;
  line-height: 0.5;
  color: #abe0e2;
  opacity: 0.3;
}

.top .description-card-pc .description-card-tab-child:nth-child(1):before {
  content: "1";
}

.top .description-card-pc .description-card-tab-child:nth-child(2):before {
  content: "2";
}

.top .description-card-pc .description-card-tab-child:nth-child(3):before {
  content: "3";
}

.top .description-card-pc .description-card-tab-child:nth-child(4):before {
  content: "4";
}

.top .description-card-pc .description-card-tab-child:last-child {
  margin-right: 0;
}

.top .description-card-pc .description-card-tab-child.selected {
  border: #0A9E8F 3px solid;
  border-bottom: none;
  margin-bottom: 0;
  position: relative;
  background: linear-gradient(180deg, #90fce4 0%, #e9fffa 80%);
  color: #000;
  cursor: auto;
  user-select: none;
}

.top .description-card-pc .description-card-tab-child.selected::before {
  position: absolute;
  font-size: 120px;
  top: 11px;
  left: -2px;
  z-index: -1;
  line-height: 0.5;
  color: #abe0e2;
  opacity: 0.6;
}

.top .description-card-pc .description-card-tab-child.selected:after {
  position: absolute;
  content: "";
  background-color: #e9fffa;
  width: 100%;
  height: 5px;
  bottom: -4px;
  left: 0;
  z-index: -2;
}

.top .description-card-pc .description-content {
  padding: 70px 50px;
  background-color: #e9fffa;
  border: #0A9E8F 3px solid;
  position: relative;
  z-index: 2;
}

.top .description-card-pc .description-content-wrap {
  display: none;
}

.top .description-card-pc .description-content::after {
  position: absolute;
  content: "";
  background-image: url(/gxseries/img/top/leaf1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  left: 0px;
  bottom: 0;
  width: 36%;
  height: 90%;
}

.top .description-card-pc .description-content-wrap-child h3 {
  font-size: clamp(24px, 3vw, 35px);
  color: #19486a;
  line-height: 1.3;
}

.top .description-card-pc .description-content-wrap-child h3 span {
  font-size: 18px;
  font-weight: bold;
}

.top .description-card-pc .description-content-wrap-child:first-child {
  width: 40%;
}
.top .description-card-pc .description-content-wrap-child:last-child {
  width: 58%;
}

.top .description-card-pc .description-content-wrap-child-caption {
  font-size: 11px;
  margin-top: 10px;
}

.top .description-card-pc .description-content-wrap.selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.top .lineup {
  background: linear-gradient(180deg, #ffffff 0%, #ebfbf7 10%, #ebf7fb 100%);
  padding: 65px 0 100px;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}

.top .lineup .content-wrap::before {
  content: "GX Series Lineup";
  top: 96px;
  font-size: max(7vw, 80px);
  opacity: 1;
}

.top .lineup-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.top .lineup-flex-child {
  width: 30.5%;
  margin-right: 0;
  background: linear-gradient(90deg, #dfe7ea, #d7dfe2);
  border-radius: 30px;
  padding-bottom: 30px;
  margin: 0 10px 20px;
}

.top .lineup-flex-child:nth-child(1) {
  background: linear-gradient(90deg, #e8e3e0 0%, #e7dfdd 50%, #e6dedb 100%);
}

.top .lineup-flex-child:nth-child(2) {
  background: linear-gradient(90deg, #d8e0ed 0%, #d6dded 50%, #d2dbea 100%);
}

.top .lineup-flex-child:nth-child(3) {
  background: linear-gradient(90deg, #d9e8e3 0%, #d8e7e2 50%, #d6e5e0 100%);
}

.top .lineup-flex-child img {
  border-radius: 30px 30px 0 0;
}

.top .lineup-flex-child .lineup-badge {
  max-width: 220px;
  width: 100%;
  margin: 0px auto;
  color: #000;
  font-size: 14px;
}

.top .lineup-flex-child p {
  font-size: clamp(16px, 2vw, 26px);
  font-weight: bold;
  margin-bottom: 10px;
}

.top .lineup-flex-child:last-child {
  margin-right: 0;
}

.top .lineup-button {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 9px 15px 12px;
  background-color: #19486a;
  font-size: 16px;
}

.top .lineup-button.button::before {
  width: 20px;
  height: 20px;
  right: 12px;
}

.top .lineup-button.button::after {
  width: 7px;
  height: 7px;
  right: 22px;
  border-top: 2px solid #19486a;
  border-right: 2px solid #19486a;
}

/* .top .contact {
  padding: 100px 0;
} */

.top .contact-flex {
  display: flex;
  justify-content: space-between;
}

.top .contact-flex-child {
  width: 49%;
  padding: 60px 30px;
  color: #fff;
  font-size: 22px;
  /* border-radius: 120; */
}

/* .top .contact-flex-child:first-child {
  background: linear-gradient(90deg, #B700ED, #0077ED, #003CC7);
}

.top .contact-flex-child:last-child {
  background: linear-gradient(90deg, #9FE721, #2FC2B2, #007D70);
} */

.top .contact-flex-child.button::before {
  width: 34px;
  height: 34px;
  right: 30px;
}


/* ヘッダー */
header {
  background-color: #fff;
}


.header-container {
  width: 100%;
  height: 80px;
  padding:20px 30px;
  display: block;
}

.header-container a{
  display: inline-block;
}

header img.header-logo {
  width: 210px;
}

.fixed-header {
  position: absolute;
  top: 110px;
  width: 100%;
  max-width: 1000px;
  z-index: 1000;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translateX(-50%);
}



.fixed-header.sticky {
  position: fixed;
  top: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.fixed-header.hidden {
  top: 0px;
}

.fixed-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.fixed-header .icon {
  height: 68px;
  margin: 5px 0;
}

.fixed-menu {
  display: flex;
  list-style: none;
  margin: 22px 0;
  padding: 0;
}

.fixed-menu li {
  margin: 0 15px;
}

.fixed-menu li a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  transition: color 0.3s;
}

.fixed-menu li a:hover {
  color: #007bff;
}

/* .hero-section {
  background-image: url(/ixseries/english/img/top/mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.hero-content h1 {
  font-size: 72px;
  font-weight: bold;
}

.hero-content p {
  font-size: 24px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  /* margin-top: 100px; */

  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 1000px;
  width: 100%;
  /* padding: 0 30px; */
  transition: 0.5s all ease;
}

.download-button {
  background: linear-gradient(90deg, #B700ED, #0077ED, #003CC7);
}

.contact-button {
  background: linear-gradient(90deg, #9FE721, #2FC2B2, #007D70);
}


.cooling-section {
  text-align: center;
}

.cooling-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.cooling-logo {
  width: 197px;
  margin-right: 20px;
}

.cooling-header h2 {
  font-size: 35px;
  font-weight: bold;
  color: #001B29;
  line-height: 1.4;
  text-align: center;
  max-width: 1200px;
}

.cooling-header h2 span {
  font-weight: bold;
  color: #211881;
  line-height: 1.4;
}

.cooling-header h2 .cooling-sub-title {
  font-family: 'Outfit', sans-serif;
  font-weight: normal;
}

.cooling-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  overflow: hidden;
}

.cooling-content {
  width: 100%;
  max-width: 1060px;
  padding: 60px 15px;
  position: relative;
  margin: auto;
  z-index: 2;
}
.cooling-container > .cooling-content::after {
  content: '';
  display: block;
  width: 200%;
  height: 100%;
  background-color: rgba(255,255,255,0.85);
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: -1;
}

.cooling-content:nth-child(even)::after {
  content: '';
  display: block;
  width: 200%;
  height: 100%;
  background-color: rgba(255,255,255,0.85);
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  position: absolute;
  left: 40px;
  top: 0;
  z-index: -1;
}

.cooling-content-right .cooling-content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  padding: 60px 15px;
}

.cooling-title-wrapper {
  text-align: right;
}

.cooling-title {
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-weight: bold;
  color: #211881;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
  
.cooling-title h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #CCEEFF;
}

.cooling-title .underline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #CCEEFF;
}

.cooling-description {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 35px;
}

.cooling-description-contents {
  display: flex;
  gap: 50px;
  text-align: center;
  align-items: center;
}

.cooling-detail {
  flex: 40%;
}

.cooling-detail p {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: start;
}

.importance-button {
  display: flex;
  max-width: 360px;
  margin: auto;
  padding: 12px;
  background: linear-gradient(90deg, #86B8E3, #47ADDD, #0779C5);
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-size: 18px;
}

.importance-button .button-text {
  flex: 1;
  text-align: center;
}

.importance-button::after {
  content: '';
  content: url(/ixseries/english/img/icon/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.cooling-diagram {
  flex: 58%;
}

.cooling-diagram img {
  object-fit: contain;
  width: 100%;
}




.series-section {
  text-align: center;
  background-position: top;
  background-image: url(/ixseries/english/img/top/series_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.series-header {
  margin-top: 110px;
  margin-bottom: 51px;
}

.series-title {
  font-weight: bold;
  margin-bottom: 0px;
  font-family: 'Outfit', sans-serif;
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

.series-title span {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 0px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  margin-left: 11px;
  line-height: 1.2;
}

.series-sub-title, h2 {
  font-size: 22px;
  font-family: "Noto Sans JP";
  color: #1A3A90;
  font-weight: bold;
}

.series-cards {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  display: flex;
  gap: 40px;
  margin: 20px auto;

}

.series-cards a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* gap: 40px; */
  margin-bottom: 40px;
  width: 80%;
  align-items: center;
}

.series-cards .type-detail {
  width: 100%;
  max-width: 360px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.type-j {
  background-color: #49337C;
}

.type-h {
  background-color: #194398;
}

.type-b {
  background-color: #339165;
}

.series-cards .type-detail > p {
  color: #fff;
  font-weight: bold;
}


.series-card-img {
  height: auto;
}

.series-action {
  display: flex;
  justify-content: center;
}

.series-action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background: linear-gradient(90deg, #338FCE, #0077ED, #003CC7);
  color: #fff;
  border-radius: 53px;
  text-decoration: none;
  font-size: 18px;
  height: 75px;
}

.series-action-button .button-text {
  flex: 1;
  text-align: center;
}

.series-action-button::after {
  content: '';
  content: url(/ixseries/english/img/icon/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}







.partners-section {
  margin: 100px 0;
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.partners-header h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.partners-header h3 span {
  font-size: 35px;
  color: #088FD0;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'Outfit', sans-serif;
}

.partners-header p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 40px;
}

.partners-logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.partner-group {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.partner-logos {
  display: flex;
  flex-direction: column;
  padding: 20px 80px;
  gap: 20px;
}

.partner-logos > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 100px));
  justify-content: center;
  gap: 20px;
}

.intel-logo {
  grid-column-start: 2; /* 列での開始位置（ライン番号）を指定 */
  grid-column-end: 4;   /* 列での終了位置（ライン番号）を指定 */
  grid-row-start: 2;    /* 行での開始位置（ライン番号）を指定 */
  grid-row-end: 2;      /* 行での終了位置（ライン番号）を指定 */
}

.intel-logo > img {
  width: 50%;
}

.partners-logos > h4 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 20px 0;
}

.partner-group p {
  text-align: left;
  font-size: 12px;
}

.partner-group img {
  max-width: 100%;
  height: auto;
}

.partners-content {
  display: flex;
  gap: 23px;
}

.download-section {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.contact-flex-child:first-child {
  background: linear-gradient(90deg, #B700ED, #0077ED, #003CC7);
  max-width: unset;
}

.contact-flex-child:last-child {
  background: linear-gradient(90deg, #9FE721, #2FC2B2, #007D70);
  max-width: unset;
}

.contact-flex-child.button::before {
  width: 34px;
  height: 34px;
  right: 30px;
}

.contact {
  padding: 100px 0;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}

.contact h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.content-wrap h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-flex {
  display: flex;
  gap: 20px;
  height: 150px;
}

.contact-flex a {
  width: 100%;
  border-radius: 120px;
}

.burger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.burger-menu span {
  background: #088FD0;
  margin: 5px 0 0;
  width: 25px;
  height: 3px;
  display: block;
}

.menu-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 340px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(/ixseries/english/img/menu_bg.png);
  z-index: 1000;
  
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.menu-modal .show-modal {
  display: block;
  transform: translateY(0);
  transition: transform 1s ease-in-out;
}

.menu-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #088FD0;
  text-align: center;
  width: 100%;
  height: 100%;
}

.menu-modal-head {
  height: 50px;
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-modal-head img {
  height: 100%;
}

.menu-modal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-modal-list li {
  margin: 20px 0;
}

.menu-modal-list a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.close-menu {
  font-size: 24px;
  background: none;
  border: none;
  color: #088FD0;
  cursor: pointer;
}

.cooling-detail > .importance-button {
  border-radius: 30px;
}
  
.cooling-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #CCEEFF;
  z-index: 0;
}



@media only screen and (max-width: 949px) {
  /* .top .mv-can {
    padding-bottom: 0;
  } */

  /* .top h1 #top-title {
    width: 100%;
  } */
/* 
  .top h2 {
    margin-bottom: 50px;
  } */

  .top .description .content-wrap::before {
    top: 25px;
  }

  .top .mv-can-child {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }

  .loop-wrap {
    margin-top: -15vh;
  }

  .top .lineup .content-wrap::before {
    top: 85px;
  }

  .top .lineup-flex-child {
    width: 47.5%;
    margin: 0 1% 20px;
  }
}

@media only screen and (max-width: 768px) {

  

  .eneos-logo::before {
    width: 80px;
  }

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    color: #fff;
    border-radius: 18px;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    /* max-width: 152px; */
  }
  
  .button .button-text {
    flex: 1;
    text-align: center;
    font-size: 16px;
  } 

  .hero-buttons {
    bottom: 70px;
    max-width: calc(100% - 40px);
  }
  .hero-buttons > a > .button-text {
    font-size: 12px;
  }

  /* ヘッダー */
  .header-container {
    display:flex;
    align-items:center;
    height: 50px;
    padding:0 15px
  }

  .header-container a {
    max-width: 120px;
    width:100%;
  }

  .header-logo {
    height: 20px;
    object-fit: contain;
    width: 100%;
  }

  .partners-logos {
    gap: 23px;
  }

  .fixed-header .icon {
    height: 100%;
    margin: 5px 0;
  }
  
  .news-section {
    padding: 25px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    display: flex;
    gap: unset;
    flex-direction: column;
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20px;
    bottom: -150px;
    transform: unset;
    /* border-radius: 5px; */
  }

  .cooling-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
  }
  
  .cooling-logo {
    width: 197px;
    margin-right: 0px;
  }
  
  .cooling-header h2 {
    margin: 0 20px;
    font-size: 20px;
    font-weight: bold;
    color: #001B29;
    line-height: 1.8;
    text-align: center;
  }
  
  .cooling-header h2 span {
    font-weight: bold;
    color: #211881;
    line-height: 1.4;
    font-size: 22px;
  }
  
  .cooling-header h2 .cooling-sub-title {
    font-family: 'Outfit', sans-serif;
    font-weight: normal;
  }
  
  .cooling-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    overflow: hidden;
  }
  
  .cooling-content {
    background-image: url(/ixseries/english/img/top/maru_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 1060px;
    padding: 60px 20px;
    position: relative;
    margin: auto;
    z-index: 2;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  /* まる */
  .cooling-container > .cooling-content::after {
    content: unset;
  }
  
  .cooling-content:nth-child(even)::after {
    content: unset;
  }
  
  .cooling-title-wrapper {
    text-align: center;
  }
  
  .cooling-title {
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: bold;
    color: #211881;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
  }
  
  .cooling-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background-color: #CCEEFF;
    z-index: -1;
  }
  
  .cooling-description {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 35px;
    text-align: left;
  }
  
  .cooling-description-contents {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    text-align: center;
    align-items: center;
  }
  
  .cooling-description-contents:nth-child(even) {
    flex-direction: column;
  }
  
  .cooling-detail {
    flex: 40%;
  }
  
  .cooling-detail p {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: start;
  }

  

  .partner-group {
    padding: 20px 10px;
    margin-bottom: 0;
  }
  

  

  .fixed-header {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 1;
    border-radius: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: initial;
    box-shadow: initial;
    height: 50px;
  }

  .fixed-header.sticky {
    position: fixed;
    top: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    height: 60px;
  }
  
  .fixed-header-container {
    margin: unset;
    height: 100%;
  }

  .top h1 #top-title {
    opacity: 0;
    transition: 0.5s all ease;
    width: 256px;
    height: 100px;
    margin: 24px auto;;
  }

  .series-header {
    margin-top: 60px;
    margin-bottom: 51px;
  }

  .series-sub-title, h2 {
    font-size: 18px;
  }

  

  .mv-wrap h1 p {
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: "Noto Sans JP";
    color: #001B29;
  }

  /*
  footer {
    padding: 40px 20px;
  }

  .footer {
    padding: 30px 0 0 0;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: start;
  }

  .footer li {
    position: relative;
    width: 50%;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .footer li::before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .footer a {
    font-size: clamp(10px, 2.4vw, 15px);
    width: 48%;
    margin: 0;
  }

  .footer-flex-child:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 20px;
  }

  .footer-flex-child:last-child {
    text-align: center;
    padding: 0;
  }

  .footer-flex-child-right {
    display: block;
    margin-bottom: 0;
  }

  .footer-flex-child-right a {
    display: inline-block;
    margin: 0 0 10px 0;
  }

  footer p {
    text-align: center;
    font-size: clamp(10px, 3vw, 12px);
  }

  footer .external-link-br::after {
    right: calc(-106% - 8vw);
    top: 11px;
  }
*/
  /* TODO: 配置位置確認する */
  .SdsNavi {
    overflow: hidden;
    position: fixed;
    bottom: 24vh; 
    right: -66px;
    display: table;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
    z-index: 200;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
  }

  .SdsNavi.is-fixed {
    right: 0px;
  }

  .sdsNavi-link > a {
    display: table-cell;
    width: 46px;
    height: 46px;
    padding: 0;
    background-color: #4c5e8d;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    color: #fff;
    line-height: 1.2;
  }

  .sdsNavi-link > a:hover {
    padding: 0;
  }

  .sdsNavi-link > a > .sdsNavi-link_text {
    font-size: 14px;
  }

  .sdsNavi-link > a > .sdsNavi-link_text-v2 {
    font-size: 9px;
  }

  .sdsNavi-link > a::after {
    content: none;
  }

  .followNavi-link_item_pagetop {
    bottom: 120px;
  }

  .top h1 {
    font-size: 34px;
  }

  .top h1 span {
    font-size: 30px;
  }

  .top h2 span {
    font-size: 24px;
    margin-bottom: 30px;
  }



  /* .top h3 {
    font-size: 24px;
    margin-bottom: 20px;
  } */
  .top h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .top .content-wrap {
    padding: 20px;
  }

  .top .mv {
    position: relative;
    background-image: url(/ixseries/english/img/top/mv_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 540px;
  }

  .top .mv-wrap {
    padding: 0;
    /* height: 100%; */
    width: calc(100% - 40px);
    top: 36%;
  }

  .top .mv-wrap h1 span {
    font-size: 18px;
  }

  .partners-content {
    display: flex;
    gap: 23px;
    flex-direction: column;
  }

  .loop-box {
    filter: blur(0);
  }

  .loop1 {
    animation: loop 20s -10s linear infinite;
  }
  .loop2 {
    animation: loop2 20s linear infinite;
  }

  .top .contact-tab-wrap {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    padding: 10px 13px;
  }

  .top .contact-tab-wrap a {
    padding: 10px 25px;
    font-size: 12px;
  }

  .top .description {
    padding: 80px 0 60px;
    background: linear-gradient(
      180deg,
      #87eef5 0%,
      #e6ffe2 4%,
      #b1f7df 30%,
      #d9f1d6 52%,
      #4cdade 75%,
      #68d0c3 95%,
      #ffffff 100%
    );
  }

  .top .description .content-wrap::before {
    top: 60px;
    font-size: max(11vw, 40px);
  }

  .top .description-card-sp {
    border: 3px solid #0A9E8F;
    background: linear-gradient(180deg, #90fce4 0%, #e9fffa 5%, #e9fffa 100%);
    padding: 45px 20px 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
  }

  .top .description-card-sp::after {
    position: absolute;
    content: "";
    background-image: url(/gxseries/img/top/leaf1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    left: 0px;
    bottom: 0;
    width: 60vw;
    height: 60vw;
  }

  .top .description-card-sp::before {
    font-family: "Outfit", sans-serif;
    position: absolute;
    font-size: clamp(120px, 30vw, 145px);
    top: 14.5px;
    left: -3px;
    z-index: -1;
    line-height: 0.5;
    color: #abe0e2;
    opacity: 0.7;
    font-weight: bold;
  }

  .top .description-card-sp:nth-child(1):before {
    content: "1";
  }

  .top .description-card-sp:nth-child(2):before {
    content: "2";
  }

  .top .description-card-sp:nth-child(3):before {
    content: "3";
  }

  .top .description-card-sp:nth-child(4):before {
    content: "4";
  }

  .top .description-card-sp p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    max-width: 480px;
  }

  .top .description-card-sp img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  .top .description-card-sp .description-sub {
    font-size: 22px;
    font-weight: bold;
    color: #19486a;
    margin-bottom: 10px;
  }

  .top .description-card-sp .description-sub span {
    font-size: 16px;
    font-weight: bold;
  }

  .top .description-card-sp .description-caption {
    font-size: 12px;
    margin-top: 10px;
  }

  .top .lineup {
    padding-bottom: 20px;
  }

  .top .lineup .content-wrap::before {
    top: 120px;
    font-size: max(11vw, 40px);
  }

  .top .lineup-flex-child {
    max-width: 320px;
    width: 100%;
    border-radius: 20px;
    padding-bottom: 25px;
    margin: 0 1% 20px;
  }

  .top .lineup-flex-child:nth-child(1) {
    order: 2;
  }

  .top .lineup-flex-child:nth-child(2) {
    order: 1;
  }

  .top .lineup-flex-child:nth-child(3) {
    order: 2;
  }

  .top .lineup-flex-child img {
    border-radius: 20px;
  }

  .top .lineup-flex-child .lineup-badge {
    font-weight: 400;
  }

  .top .lineup-button {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: #19486a;
    font-size: 16px;
  }

  /* .top .contact {
    padding: 60px 0 40px;
  } */

  .top .contact-flex {
    display: block;
  }

  .top .contact-flex-child {
    width: 100%;
    padding: 45px 30px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .top .contact-flex-child.button::before {
    width: 28px;
    height: 28px;
    right: 20px;
  }

  .top .contact-flex-child.button::after {
    width: 9px;
    /* height: 9px; */
    right: 33px;
  }

  .top .contact-tab a.button::before {
    width: 15px;
    height: 15px;
    right: 9px;
  }

  .top .contact-tab a.button::after {
    width: 5px;
    /* height: 5px;
    right: 16px; */
  }

  /*

  footer .footer-content {
    flex-direction: column;
  }

  .footer-content-flex {
    flex-direction: column;
    margin-bottom: 20px;
  }

  */

  .series-section {
    padding: 20px;
  }

  .series-section {
    background-position: top;
    background-image: url(/ixseries/english/img/top/series_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .series-cards {
    flex-direction: column;
    padding: 0;
    margin-bottom: 30px;
    gap: 20px;
  }

  .series-cards a {
    width: 100%;
    margin-bottom: 0;
  }

  .partners-section {
    margin: 60px 20px 0;
    text-align: center;
    padding: 60px 20px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .burger-menu {
    display: flex;
  }

  .fixed-header .fixed-menu {
    display: none;
  }

  .contact-flex {
    display: flex;
    gap: 20px;
    height: unset;
  }

  .contact h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .contact {
    padding: 60px 20px;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
  }

  .contact-contents .contact-flex {
    display: flex;
    flex-direction: column;
  }

  .top-section {
    background-image: url(/ixseries/english/img/top/top_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 160px;
  }

  .series-action > a {
    border-radius: 50px;
  }

  .partners-header h3 span {
    font-size: 24px;
    margin-bottom: 20px;
  }

  /* 協業パートナー */
  .partner-logos {
    padding: 20px 0px;
    gap: 20px;
  }
  .partner-logos > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .partner-logos > div > a {
    width: calc(50% - 10px);
  }
  
  .partner-logos > div > a > img {
    width: 100%;
  }

}





/* 202501-02 update*/

/* common */
.cooling-title{
  z-index:0;
}
.cooling-title::before{
  bottom:4px;
  z-index:-1;
}

@media screen and (max-width : 768px){
  .cooling-title::before{
    bottom:2px;
  }
}

.cooling-detail > .importance-button,
.series-action-button,
.contact-button,
.download-button{
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

/* header */
.fixed-header{
  max-width:860px;
}

.fixed-header.sticky{
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.fixed-menu li{
  margin:0;
  border-right:1px solid #EEE;
}
.fixed-menu li:last-child{
  border-right:none;
}
.fixed-header-container{
  gap:15px;
}
.fixed-header-container .logo,
.fixed-header-container > a{
  max-width:120px;
  height:auto;
}
.fixed-header-container .logo img{
  width:100%;
  height:auto;
}
@media screen and (max-width : 768px){
  .fixed-header{
    position:absolute;
  }
  .fixed-header.sticky{
    height:50px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .menu-modal-head > div{
    max-width:120px;
  }
  .menu-modal-head > div img{
    height:auto;
  }
    .fixed-header{
    top:50px
  }
  .fixed-header .icon{
    max-width:120px;
    height:auto;
  }
}

/* @media screen and (max-width : 768px){
  .fixed-header{
    position:sticky;
    transform:translateX(0)
  }
  .fixed-header.sticky{
    position:sticky;
    height:50px;
  }
  .menu-modal-head > div{
    max-width:120px;
  }
  .fixed-header{
    top:50px
  }
  .fixed-header .icon{
    max-width:120px;
    height:auto;
  }
} */



/* top main */
.top .mv-wrap{
  top:45%;
}
@media screen and (max-width : 768px){
  .top h1 #top-title{
    width:80%;
    height:auto;
    margin-top:0;
  }
  .top h1 #top-title img{
  }
}
/* top | series */
.series-section {
  padding:0 20px;
}

@media screen and (max-width : 768px){
  .series-cards .series-card-img{
    width:100%;
  }
  .series-cards .type-detail{
    max-width: 100%;
  }

}

/* footer */
footer {
  background-color: #000;
  padding: 0 40px 30px;
}

footer a,
footer p {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
}

.footer-top {
  padding: 20px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #1a1a1a;
}

.footer-top a {
  font-size: clamp(12px, 1.5vw, 15px);
  color: #fff;
  margin-right: 2.5vw;
}

.footer-top .ot-sdk-show-settings {
  cursor: pointer;
}

.footer-bottom {
  padding-top: 40px;
  display: flex;
  justify-content: left;
}

.footer-flex-child:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 0;
  border-right: #0f0f0f 1px solid;
}

.footer-flex-child:last-child {
  padding: 0 0 0 20px;
}

.footer-flex-child-right {
  display: flex;
  margin-bottom: 20px;
}

.footer-flex-child-right a {
  margin-right: 3.5vw;
}

.footer-eneos-holdings {
  max-width: 200px;
}

.footer-eneos {
  max-width: 80px;
}

.footer-eneos-jx {
  max-width: 150px;
}

.footer-eneos-jxnmm {
  max-width: 70px;
}

.footer-eneos-material {
  max-width: 160px;
}

.footer-eneos-power {
  max-width: 200px;
}

.footer-eneos-energy {
  max-width: 220px;
}

footer p {
  color: #fff;
  text-align: right;
  font-size: 14px;
  opacity: 0.9;
}

footer .external-link {
  position: relative;
}

footer .external-link::after {
  position: absolute;
  content: "";
  top: 48%;
  right: -16px;
  transform: translateY(-50%);
  background: url(/ixseries/english/img/footer/target_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 0 20px 30px;
  }

  .footer-top {
    padding: 30px 0 0 0;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: start;
  }

  .footer-top li {
    position: relative;
    width: 50%;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .footer-top li::before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .footer-top a {
    font-size: clamp(10px, 2.4vw, 15px);
    width: 48%;
    margin: 0;
  }

  .footer-bottom {
    padding-top: 40px;
    display: block;
  }

  .footer-flex-child:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 20px;
  }

  .footer-flex-child:last-child {
    text-align: center;
    padding: 0;
  }

  .footer-flex-child-right {
    display: block;
    margin-bottom: 0;
  }

  .footer-flex-child-right a {
    display: inline-block;
    margin: 0 0 10px 0;
  }

  footer p {
    text-align: center;
    font-size: clamp(10px, 3vw, 12px);
  }

  footer .external-link-br::after {
    right: calc(-106% - 8vw);
    top: 11px;
  }
}



/*add*/
.fixed-header-container .logo{
    padding: 0 10px;
    box-sizing: border-box;
}
.fixed-menu {
    align-items: center;
}
.fixed-menu li a{
    text-align: center;
    display: block;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
}
.fixed-header-container {
    padding: 0 20px;
}