@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');

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

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

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

header img {
  width: 210px;
}

/* ヘッダーメニュー */
.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 .logo {
  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;
}

/* パンくず */
.breadcrumb {
  position: absolute;
  z-index: 100;
  display: flex;
  align-items: center;
  vertical-align: middle;
  top: 130px;
  left: 83px;
}

.breadcrumb a {
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  position: relative;
}

.breadcrumb a::after {
  position: absolute;
  content: "";
  right: -10px;
  top: 47%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}

.breadcrumb a:last-child::after {
  content: none;
}

.breadcrumb.white > * {
  color: var(--text-white);
}
.breadcrumb > * {
  color: #333;
}

/* アイコン */
.icon {
  width: 20px;
}


/* バーガーメニュー */
.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-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 {
  width: 36px;
  height: 36px;
  font-size: 24px;
  background: none;
  border: none;
  color: #088FD0;
  cursor: pointer;
}

/* メニュー */
.fixed-header {
  position: absolute;
  top: 30px;
  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%);
}

/* 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%;
}

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

/* 白枠交互 */
.white-frame-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-bottom: 154px; */
  max-width: unset;
}
.section-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  overflow: hidden;
}
.section-content {
  width: 100%;
  max-width: 1200px;
  padding: 60px 15px;
  position: relative;
  margin: auto;
  z-index: 2;
  display: flex;
  gap: 52px;
}
.section-container > .section-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;
}

.section-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;
}
.section-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 40%;
}

.section-title {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #211881;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.section-title .underline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #CCEEFF;
}

.product .section-title-container {
  text-align: left;
}

.section-description {
  font-size: 18px;
  color: #333;
  margin-bottom: 35px;
}

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

.section-detail {
  flex: 40%;
}

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

.section-diagram {
  flex: 35%;
}

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


/* テーブル */
.bg3 .feature-table {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.custom-table th, .custom-table td {
  border: 1px solid #ddd;
  padding: 20px 0px;
  text-align: center;
}

.custom-table th {
  background-color: #CCCCCC;
  font-weight: bold;
  font-size: 18px;
}

.custom-table th:nth-child(1) {
  width: 160px;
}

.custom-table th:nth-child(2) {
  width: 100px;
}

.custom-table th:nth-child(3) {
  background-color: #246BD1;
  color: white;
  width: 152px;
}

.ocp-column {
  background-color: #cce6ff;
}

.custom-table th:nth-child(4),
.custom-table th:nth-child(5),
.custom-table th:nth-child(6) {
  background-color: #BD67F4;
  color: #ffffff;
  width: 176px;
}

.custom-table td {
  background-color: #ffffff;
  font-size: 18px;
}

.custom-table td:nth-child(1) {
  background-color: #F3F3F3;
  font-size: 16px;
}

.custom-table td:nth-child(1).row-span {
  width: 30px;
  padding: 0 20px;
}

.custom-table .highlight {
  color: #211881;
  font-weight: bold;
}

.custom-table td:nth-child(3):not(.default) {
  background-color: #F5FAFF;
}

.custom-table td:nth-child(2).default {
  background-color: #F3F3F3;
  font-size: 16px;
}

.custom-table td:nth-child(4),
.custom-table td:nth-child(5),
.custom-table td:nth-child(6),
.custom-table td:nth-child(7) {
  background-color: #FAF3FF;
}
.custom-table td:nth-child(4).ocp-column {
  background-color: #F5FAFF;
}


/* 液浸冷却とは？内の液浸冷却テーブル */
.about .immersion-cooling-table {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cooling-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.cooling-table th, .cooling-table td {
  border: 1px solid #ddd;
  padding: 20px 0px;
  text-align: center;
}

.cooling-table th {
  /* background-color: #CCCCCC; */
  font-weight: bold;
  font-size: 18px;
}

.cooling-table th:nth-child(1) {
  background-color: #BD67F4;
  color: white;
  width: 40px;
}

.cooling-table th:nth-child(2),
.cooling-table th:nth-child(3) {
  background-color: #BD67F4;
  color: white;
  width: 100px;
}

.cooling-table td {
  background-color: #ffffff;
  font-size: 18px;
}

.cooling-table td:nth-child(1) {
  background-color: #d3d3d3;
  font-size: 16px;
}
.cooling-table td:nth-child(2),td:nth-child(3) {
  font-size: 16px;
}

/* アコーディオン */
.accordion {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

.accordion:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}

.accordion_ttl,
.accordion_cnt {
  position: relative;
  text-align: left;
  color: #000;
  font-size: 18px;
  padding: 15px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.accordion_ttl > p {
  width: 80%;
  font-weight: bold;
  font-size: 18px;
}

.question {
  font-family: "Outfit", sans-serif;
  color: #009999;
  font-size: 35px;
  margin-right: 20px;
}

.answer {
  font-family: "Outfit", sans-serif;
  color: #211881;
  font-size: 35px;
  margin-right: 20px;
}

.accordion_ttl:before,
.accordion_ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 18px;
  height: 2px;
  background: #71C9C9;
  transition: 0.2s ease transform;
}

.accordion_ttl:after {
  transform: translate(0, -50%) rotate(-90deg);
}

.accordion_ttl.active:after {
  transform: translate(0, -50%) rotate(0deg);
}

.accordion_cnt {
  padding: 0 15px;
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease max-height;
}






/* PC版 */
@media screen and (min-width: 1367px) {
}
/* TB版 */
@media screen and (max-width: 949px) {
}
/* SP版 */
@media screen and (max-width: 768px) {
  /* ヘッダー */
  header {
    height: 50px;
  }

  .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%;
  }

  .fixed-header .logo {
    height: 50px;
    /* margin: 5px 0; */
  }

  .fixed-header {
    position: fixed;
    top: initial;
    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%;
  }

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

  .partners-logos {
    gap: 23px;
  }

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

  .burger-menu {
    display: flex;
  }

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

  .menu-modal-head img {
    height: 50px;
  }

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

  /* テーブル */
  .bg3 .feature-table {
    width: 100%;
    max-width: 940px;
    z-index: 1;
    overflow-x: scroll;
    padding-bottom: 0px;
    margin: 0 auto 20px;
  }

  .custom-table {
    width: 120%;
  }
  
  .bg3 .feature-table::-webkit-scrollbar {
    background: #dddddd;
    width: 12px;
    height: 12px;
    border-radius: 5px;
  }

  .bg3 .feature-table::-webkit-scrollbar-thumb {
    background: #19486a;
    border-radius: 5px;
  }
  .custom-table th {
    font-size: 14px;
  }

  .custom-table th:nth-child(1) {
    min-width: 130px;
  }

  .custom-table th:nth-child(2) {
    min-width: 80px;
  }

  .custom-table th:nth-child(3),
  .custom-table th:nth-child(4),
  .custom-table th:nth-child(5),
  .custom-table th:nth-child(6) {
    min-width: 110px;
  }

  .custom-table td:nth-child(1) {
    font-size: 12px;
  }
  .custom-table td:nth-child(2).default {
    font-size: 12px;
  }

  .custom-table td {
    font-size: 12px;
    padding: 12px 0
  }

  .custom-table td:nth-child(1).row-span {
    padding: 20px;
    width: 24px;
  }

  

  /* 液浸冷却とは？内の液浸冷却テーブル */
  .cooling-table-title {
    font-size: 24px;
  }
  .about .immersion-cooling-table {
    width: 100%;
    max-width: 940px;
    z-index: 1;
    overflow-x: scroll;
    padding-bottom: 0px;
    margin: 0 auto 20px;
  }

  .cooling-table {
    width: 120%;
  }
  
  .immersion-cooling-table::-webkit-scrollbar {
    background: #dddddd;
    width: 12px;
    height: 12px;
    border-radius: 5px;
  }

  .immersion-cooling-table::-webkit-scrollbar-thumb {
    background: #19486a;
    border-radius: 5px;
  }

  .cooling-table th, .cooling-table td {
    border: 1px solid #ddd;
    padding: 20px 0px;
    text-align: center;
  }

  .cooling-table th {
    font-weight: bold;
    font-size: 14px;
  }

  .cooling-table th:nth-child(1) {
    color: white;
    width: 40px;
  }

  .cooling-table th:nth-child(2),
  .cooling-table th:nth-child(3) {
    color: white;
    width: 100px;
  }

  .cooling-table td {
    font-size: 12px;
  }

  .cooling-table td:nth-child(1) {
    font-size: 12px;
  }
  .cooling-table td:nth-child(2),td:nth-child(3) {
    font-size: 12px;
  }


  /* アコーディオン */
  .accordion {
    padding: 0;
  }
  .accordion_ttl {
    padding: 0;
  }
  .question {
    margin-right: 10px;
  }
  .accordion_ttl > p,
  .accordion_cnt > p {
    font-size: 16px;
            padding-right: 20px;
  }
  .accordion_cnt {
    padding: 0;
  }
  .answer {
    margin-right: 10px;
    /* font-size: 16px; */
  }
  .accordion_ttl:before, .accordion_ttl:after {
    right: 0;
  }
  .product .accordion-container {
    margin-bottom: 0 !important;
  }

  /* パンくずSP版は表示しない */
  .breadcrumb {
    display: none;
  }

  /* 白枠交互 */
  .white-frame-section {
    padding: 0 !important;
  }

  .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: 18px;
    font-weight: bold;
    color: #001B29;
    line-height: 1.4;
    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;
  }
  
  .section-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    overflow: hidden;
  }
  
  .section-content {
    background-image: url(/ixseries/english/img/top/maru_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 20px;
    margin: auto;
    z-index: 2;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

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

  .section-diagram {
    margin-bottom: 40px;
  }

  
  /* SDS Navi */
  .SdsNavi {
    overflow: hidden;
    position: fixed;
    /* top: 13vh; */
    top: 15vh;
    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;
  }

  /* フッター */
  /* 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;
  }

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

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


/* 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,
.basic-button,
.back-button,
.b-contact,
.b-download{
  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.bg-white{
    background:white;
  }
  .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 img {
    height:auto;
  }
  .fixed-header{
    top:0px
  }
  .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%;
  }
  .content-wrap .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;
  }
}
