@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

header.kop-header {
  background-color: #fff;
  color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
}

.header__inner {
  position: relative;
  margin: auto;
  padding: 0 0px;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.header__inner .header-upper {
  overflow: hidden;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.header__inner .header-upper__left {
  margin-left: 20px;
  display: flex;
  flex-flow: column;
}
.header__inner .header-upper__left .company-name {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
}
.header__inner .header-upper__left .company-name__company-logo {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.header__inner .header-upper__left .company-name__company-logo img {
  width: 250px;
  display: block;
}
.header__inner .header-upper__left .company-name__division-name {
  font-size: 14px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1.4px;
  padding-left: 15px;
  margin-left: 15px;
  line-height: 30px;
  position: relative;
}
.header__inner .header-upper__left .company-name__division-name::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background: #ccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header__inner .header-upper__left .site-title {
  font-size: 24px;
  color: #333;
  margin: 0;
  margin-top: 16px;
  padding: 0;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 2.4px;
}
.header__inner .header-upper__left .site-title a {
  display: inline-block;
  border-left: 5px solid #e50012;
  padding-left: 15px;
}
.header__inner .header-upper__right {
  display: flex;
  flex-flow: row;
}
.header__inner .header-upper__right .button-square#header-link-sitemap {
  display: flex;
  align-items: center;
}
.header__inner .header-upper__right .button-square#header-link-sitemap a {
  color: transparent;
  display: block;
  width: 80px;
  height: 68px;
  margin: 0;
  padding: 0;
  background: url(../img/icon-sitemap.svg) 50% 50% no-repeat;
  background-size: 58px;
}
.header__inner .header-upper__right .button-redsquare {
  margin-left: 5px;
}
.header__inner .header-upper__right .button-redsquare a {
  position: relative;
  display: block;
  background: #E50012;
  color: #fff;
  width: 78px;
  height: 80px;
  text-decoration: none;
}
.header__inner .header-upper__right .button-redsquare a:hover {
  opacity: 0.7;
}
.header__inner .header-upper__right .button-redsquare a .icon {
  width: 18px;
  height: 18px;
  margin: auto;
  padding-top: 20px;
}
.header__inner .header-upper__right .button-redsquare a .text {
  font-size: 10px;
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: none;
  position: absolute;
  bottom: 7px;
  bottom: 20px;
}
.header__inner .header-upper__right #header-link-company {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-size: 16px;
}
.header__inner .header-upper__right #header-link-company a {
  color: #333;
  text-decoration: none;
}
.header__inner .header-upper__right #header-link-company a:hover {
  opacity: 0.7;
}
.header__inner .header-upper__right #header-link-lang .text {
  letter-spacing: 1px;
}
.header__inner .header-upper__right #header-link-lang .text span {
  color: rgba(255, 255, 255, 0.6);
}
.header__inner .header-upper__right #header-link-lang .text span.on {
  color: #fff;
  font-weight: bold;
}
.header__inner .header-upper .smp-menu {
  display: none;
}

@media (max-width: 979px) {
  header .header__inner .header-upper {
    padding-top: 10px;
    height: 60px;
  }
  header .header__inner .header-upper__left {
    float: left;
    margin-left: 10px;
    display: flex;
    flex-flow: column;
  }
  header .header__inner .header-upper__left .company-name {
    display: flex;
    align-items: center;
  }
  header .header__inner .header-upper__left .company-name__company-logo {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  header .header__inner .header-upper__left .company-name__company-logo img {
    width: 180px;
    display: block;
  }
  header .header__inner .header-upper__left .company-name__division-name {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 1;
  }
  header .header__inner .header-upper__left .company-name__division-name::before {
    height: 20px;
  }
  header .header__inner .header-upper__left .site-title {
    font-size: 16px;
    margin-top: 5px;
  }
  header .header__inner .header-upper .smp-menu {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-color: #E50012;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  header .header__inner .header-upper .smp-menu span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 16px;
    height: 1px;
    background: #ffffff;
    width: 45%;
  }
  header .header__inner .header-upper .smp-menu span:nth-of-type(1) {
    top: 20px;
  }
  header .header__inner .header-upper .smp-menu span:nth-of-type(2) {
    top: 28px;
  }
  header .header__inner .header-upper .smp-menu span:nth-of-type(3) {
    top: 36px;
  }
  header .header__inner .header-upper__right {
    display: none;
  }
  header .header__inner .level1 .l1-slot .header-upper__right {
    display: block;
    float: none;
  }
  header.active .header__inner .header-upper .smp-menu span:nth-of-type(1) {
    top: 22px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
  }
  header.active .header__inner .header-upper .smp-menu span:nth-of-type(2) {
    opacity: 0;
  }
  header.active .header__inner .header-upper .smp-menu span:nth-of-type(3) {
    top: 34px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
  }
  header .global-nav {
    display: none;
  }
  header.active .global-nav {
    display: block;
  }
}
.gn-level1 li,
.gn-level2 li,
.gn-level3 li {
  word-break: normal;
}
.gn-level1 a,
.gn-level2 a,
.gn-level3 a {
  text-decoration: none;
  display: block;
  color: #333;
  text-align: center;
  letter-spacing: 0;
}
.gn-level1 li:hover::before, .gn-level1 a:hover::before,
.gn-level2 li:hover::before,
.gn-level2 a:hover::before,
.gn-level3 li:hover::before,
.gn-level3 a:hover::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #E50012;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: 2px;
  left: 50%; /* 親要素の幅の50% */
  transform: translateX(-50%); /* 自身の幅の50%分戻す  */
}
.gn-level1 li:hover > a,
.gn-level2 li:hover > a,
.gn-level3 li:hover > a {
  display: block;
}
.gn-level1 li.is-active::before,
.gn-level1 li.is-open::before,
.gn-level2 li.is-active::before,
.gn-level2 li.is-open::before,
.gn-level3 li.is-active::before,
.gn-level3 li.is-open::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #E50012;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: 2px;
  left: 50%; /* 親要素の幅の50% */
  transform: translateX(-50%); /* 自身の幅の50%分戻す  */
}

.gn-level1 {
  position: relative;
  background-color: #fff;
}
.gn-level1 ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 560px;
  margin: auto;
  height: 32px;
  list-style-type: none;
}
.gn-level1 ul li {
  position: relative;
  display: block;
  color: #333;
  border-right: 1px dotted #bebebe;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  width: 136px;
  width: 140px;
  text-align: center;
  font-size: 16px;
  font-size: 18px;
  cursor: pointer;
}
.gn-level1 ul li:last-child {
  border: none;
}
.gn-level1 ul li a {
  letter-spacing: 0;
}
.gn-level1 ul li.is-active {
  opacity: 0.5;
}
.gn-level1 ul li.is-active::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #E50012;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: 2px;
  left: 50%; /* 親要素の幅の50% */
  transform: translateX(-50%); /* 自身の幅の50%分戻す  */
}

.gn-level2 {
  width: 100%;
  background-color: #fafafa;
  height: 40px;
}
.gn-level2 > div {
  position: absolute;
  left: 0;
  width: 100%;
}
.gn-level2 ul {
  position: absolute;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: auto;
  list-style-type: none;
}
.gn-level2 ul li {
  position: relative;
  box-sizing: border-box;
  height: 40px;
  padding: 0 20px;
  display: block;
  line-height: 40px;
  font-size: 14px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.gn-level2 ul li::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 7px;
  background: url(../img/arrow-down.png) no-repeat center;
  background-size: contain;
}
.gn-level2 ul li:hover {
  opacity: 0.5;
}
.gn-level2 ul li a {
  font-size: 14px;
  font-size: 16px;
}
.gn-level2 ul li.is-active {
  opacity: 0.5;
}
.gn-level2 ul li.is-active::after {
  transform: rotateZ(180deg);
  transition: all 100ms ease;
}
.gn-level2 ul li:has(> a)::after {
  display: none;
}

.gn-level3 {
  width: 100%;
  background-color: #fff;
}
.gn-level3 > div {
  width: 100%;
}
.gn-level3 > div > ul {
  height: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: auto;
  list-style-type: none;
}
.gn-level3 > div > ul > li {
  color: #333;
  text-align: center;
  width: 100%;
  text-align: center;
  position: relative;
}
.gn-level3 > div > ul > li > span {
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 16px;
  cursor: pointer;
}
.gn-level3 > div > ul > li > span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 7px;
  background: url(../img/arrow-down.png) no-repeat center;
  background-size: contain;
}
.gn-level3 > div > ul > li > a {
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 16px;
}
.gn-level3 > div > ul > li.is-open > span {
  opacity: 0.5;
}
.gn-level3 > div > ul > li.is-open > span::after {
  transform: rotateZ(180deg);
  transition: all 100ms ease;
}
.gn-level3 > div > ul > li > ul {
  position: absolute;
  box-sizing: border-box;
  background-color: #f0f0f0;
  top: 100%;
  left: calc(50% - 125px);
  width: 250px;
  padding: 10px;
  display: flex;
  list-style: none;
  flex-direction: column;
  z-index: 1000;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.gn-level3 > div > ul > li > ul li {
  border-bottom: 1px dotted #d9d9d6;
}
.gn-level3 > div > ul > li > ul li:hover::before {
  display: none;
}
.gn-level3 > div > ul > li > ul li a {
  position: relative;
  text-align: left;
  font-size: 14px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gn-level3 > div > ul > li > ul li a:hover {
  opacity: 0.5;
}
.gn-level3 > div > ul > li > ul li a:hover::before {
  display: none;
}
.gn-level3 > div > ul > li > ul li a::after {
  content: "";
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  right: 10px;
  background: url(../img/arrow_right.png) no-repeat center;
  background-size: contain;
}
.gn-level3 > div > ul > li > ul li:hover a {
  display: flex;
}
.gn-level3 > div > ul > li:last-child ul {
  right: 0;
  left: auto;
}
.gn-level3 > div > ul > li:first-child ul {
  right: auto;
  left: 0;
}

/* ▼表示制御：基本は非表示、.is-visible だけ表示 */
.gn-level2 {
  display: none;
}
.gn-level2.is-visible {
  display: block;
}

.gn-level2 > div {
  display: none;
}
.gn-level2 > div.is-visible {
  display: block;
}

.gn-level3 {
  display: none;
}
.gn-level3.is-visible {
  display: block;
}
.gn-level3 > div {
  display: none;
}
.gn-level3 > div.is-visible {
  display: block;
}

/* ▼level3 の入れ子ドロップダウン（初期は閉じる） */
.gn-level3 > div > ul > li > ul {
  display: none;
}

.gn-level3 li.is-open > ul {
  display: flex;
}

/* ===== Mobile horizontal 3-pane (scroll) ===== */
@media (max-width: 979px) {
  header {
    top: 0;
    z-index: 1000;
  }
  .nav-viewport {
    overflow: hidden;
    width: 100%;
    background: #eee;
    height: 100vh;
  }
  /* Hide original level2 strip; we'll render level2 under each level1 item */
  .gn-pane-l12 .gn-level2 {
    display: none !important;
  }
  /* Level2 cloned list placed under each level1 item */
  .gn-level1 li .l2-slot {
    margin: 4px 8px 10px;
    margin: 0;
  }
  .gn-level1 li .l2-slot li {
    font-size: 14px;
    font-size: 16px;
  }
  .gn-level1 li .l2-slot li a {
    font-size: 14px;
    font-size: 16px;
  }
  .gn-level1 li .l2-slot > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 2px solid #eee;
  }
  .gn-level1 li .l2-slot > ul > li {
    display: block;
    padding: 8px 26px;
    border-bottom: 1px solid #eee;
  }
  .gn-level1,
  .gn-level2,
  .gn-level3 {
    text-align: left;
    text-align: left;
  }
  .gn-level1 a,
  .gn-level2 a,
  .gn-level3 a {
    text-align: left;
    letter-spacing: 0;
  }
  .gn-level1 a:hover::after,
  .gn-level2 a:hover::after,
  .gn-level3 a:hover::after {
    display: none;
  }
  .nav-track {
    display: flex;
    width: 300%;
    transform: translateX(0%);
    transition: transform 0.25s ease;
  }
  .nav-track[data-step="0"] {
    transform: translateX(0%);
  }
  .nav-track[data-step="1"] {
    transform: translateX(-33.3333%);
  }
  .nav-track[data-step="2"] {
    transform: translateX(-66.6666%);
  }
  .gn-pane {
    width: 100%;
    min-height: 50vh;
    /* adjust as needed */
    padding: 8px 10px 12px;
    padding-top: 30px;
  }
  .gn-pane .gn-pane-back {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    background: transparent;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
    display: inline-block;
  }
  .gn-pane .gn-pane-back::before {
    content: "← 戻る";
    color: #333;
  }
  /* Reset PC absolute positions so lists flow vertically */
  .gn-level1 {
    position: static;
    background: transparent;
  }
  .gn-level1 ul {
    display: block;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    width: auto;
    margin: auto;
  }
  .gn-level1 ul li {
    border-right: none;
    width: auto;
    text-align: left;
    height: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    width: auto;
    height: auto;
    padding: 12px 8px;
    padding: 0;
    padding-bottom: 10px;
  }
  .gn-level1 ul li:hover {
    opacity: 1;
  }
  .gn-level1 ul li:hover::before {
    display: none;
  }
  .gn-level1 ul li.is-active {
    opacity: 1;
  }
  .gn-level1 ul li.is-active::before {
    display: none;
  }
  .gn-level1 ul li a:hover::before {
    display: none;
  }
  .gn-level1 ul li .l2-slot > ul {
    border-left: none;
  }
  .gn-level1 ul li .l2-slot > ul > li {
    margin-bottom: 2px;
    background: #fafafa;
    border-bottom: none;
  }
  .gn-level1 ul li .l2-slot > ul > li:not(:has(> a))::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 7px;
    background: url(../img/arrow-down.png) no-repeat center;
    background-size: contain;
    right: 18px;
    top: 22px;
  }
  .gn-level1 ul li .l2-slot > ul > li:has(> a)::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 10px;
    background: url(../img/arrow_right.png) no-repeat center;
    background-size: contain;
    right: 18px;
    top: 16px;
  }
  .gn-level1 ul li .l2-slot > ul > li:hover {
    opacity: 1;
  }
  .gn-level1 ul li .l2-slot > ul > li:hover::before {
    display: none;
  }
  .gn-level1 ul li .l2-slot > ul > li.is-active {
    opacity: 1;
  }
  .gn-level1 ul li .l2-slot > ul > li.is-active::before {
    display: none;
  }
  .gn-level1 ul li .l2-slot > ul > li > a::before {
    display: none;
  }
  .gn-level1 .l1-slot .header-upper__right li a, .gn-level1 .l1-slot .header-upper__right li.button-square#header-link-sitemap a {
    width: auto;
    height: auto;
    background: none;
    color: #333;
    padding: 12px 8px;
    line-height: 32px;
  }
  .gn-level1 .l1-slot .header-upper__right li a:hover, .gn-level1 .l1-slot .header-upper__right li.button-square#header-link-sitemap a:hover {
    opacity: 1;
  }
  .gn-level1 .l1-slot .header-upper__right li a .icon, .gn-level1 .l1-slot .header-upper__right li.button-square#header-link-sitemap a .icon {
    display: none;
  }
  .gn-level1 .l1-slot .header-upper__right li a .text, .gn-level1 .l1-slot .header-upper__right li.button-square#header-link-sitemap a .text {
    text-align: left;
    font-size: 16px;
    display: block;
    bottom: auto;
    position: relative;
  }
  .gn-level3 {
    position: static;
    width: 100%;
    background: transparent;
    display: block !important;
  }
  .gn-level3 > div {
    position: static;
    width: 100%;
    display: none;
  }
  .gn-level3 > div.is-visible {
    display: block;
  }
  .gn-level3 > div > ul {
    display: block;
    height: auto;
  }
  .gn-level3 > div > ul > li {
    margin-bottom: 2px;
  }
  .gn-level3 > div > ul > li:hover {
    opacity: 1;
  }
  .gn-level3 > div > ul > li:hover::before {
    display: none;
  }
  .gn-level3 > div > ul > li > span, .gn-level3 > div > ul > li > a {
    width: 100%;
    padding: 12px 8px;
    padding: 8px 26px;
    text-align: left;
    background: #fafafa;
    border-bottom: none;
    display: flex;
    align-items: center;
  }
  .gn-level3 > div > ul > li > span::after, .gn-level3 > div > ul > li > a::after {
    display: none;
  }
  .gn-level3 > div > ul > li > span:hover::before, .gn-level3 > div > ul > li > a:hover::before {
    display: none;
  }
  .gn-level3 > div > ul > li::before {
    display: none;
  }
  .gn-level3 > div > ul > li:not(:has(> a))::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 7px;
    background: url(../img/arrow-down.png) no-repeat center;
    background-size: contain;
    right: 18px;
    top: 22px;
  }
  .gn-level3 > div > ul > li:has(> a)::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 10px;
    background: url(../img/arrow_right.png) no-repeat center;
    background-size: contain;
    right: 18px;
    top: 16px;
  }
  .l3child-slot > ul > li {
    margin-bottom: 2px;
    position: relative;
  }
  .l3child-slot > ul > li::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 10px;
    background: url(../img/arrow_right.png) no-repeat center;
    background-size: contain;
    right: 18px;
    top: 16px;
  }
  .l3child-slot > ul > li > a {
    text-decoration: none;
    display: block;
    color: #333;
    font-size: 16px;
    position: relative;
    display: block;
    padding: 16px 26px;
    text-align: left;
    background: #fafafa;
    border-bottom: none;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  /* Child UL default hidden on mobile until pane3 */
  .gn-level3 ul li ul {
    display: none !important;
  }
  /* Hide PC-only hover highlight */
  /* Hide back buttons on PC by default; visible on mobile here */
  .gn-pane .gn-pane-back {
    display: inline-block;
  }
  .gn-level1 > .l1-slot .header-upper__right {
    display: block;
    float: none;
  }
  .gn-level1 > .l1-slot .header-upper__right li {
    margin-left: 0;
  }
  .gn-level1 > .l1-slot .header-upper__right li a {
    padding: 0;
  }
  .gn-level1 > .l1-slot .header-upper__right li.button-square#header-link-sitemap a {
    padding: 0;
    line-height: 32px;
  }
  .gn-level1 > .l1-slot .header-upper__right li#header-link-lang a {
    background: #bebebe;
    color: #fff;
    padding: 0px 20px;
    display: inline-block;
  }
}
/* PC: hide mobile-only elements and keep original behavior */
@media (min-width: 980px) {
  .gn-pane .gn-pane-back {
    display: none;
  }
  .nav-viewport {
    overflow: visible;
  }
  .nav-track {
    width: 100%;
    transform: none !important;
    display: block;
  }
  .gn-pane {
    width: auto;
    padding: 0;
  }
}
.target_consumer > ul {
  max-width: 500px;
}

.kop_footer {
  position: relative;
  background-color: #333;
  padding: 25px 0px 0px;
}
.kop_footer li, .kop_footer a, .kop_footer a:link, .kop_footer h2, .kop_footer h3 {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  text-decoration: none;
  letter-spacing: 0;
  word-break: auto-phrase;
}
.kop_footer a:hover {
  opacity: 0.7;
}
.kop_footer .footer-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
@media all and (max-width: 896px) {
  .kop_footer .footer-inner {
    width: auto;
  }
}
.kop_footer .footer-inner .footer-nav {
  display: flex;
  flex-flow: row;
  padding-bottom: 50px;
}
.kop_footer .footer-inner .footer-nav > section {
  width: 100%;
}
.kop_footer .footer-inner .footer-nav > section h2 {
  margin-bottom: 10px;
}
.kop_footer .footer-inner .footer-nav > section ul {
  padding-left: 10px;
}
.kop_footer .footer-inner .footer-nav > section ul li {
  position: relative;
}
.kop_footer .footer-inner .footer-nav > section .point {
  padding-left: 20px;
}
.kop_footer .footer-inner .footer-nav > section .point:before {
  content: "＞";
  position: absolute;
  color: #fff;
  left: 0px;
  top: 3px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-weight: 700;
}
.kop_footer .footer-inner .footer-nav > section .for_business {
  margin-bottom: 15px;
}
.kop_footer .banner_list {
  width: 100%;
  margin: 10px auto 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  align-items: center;
  justify-items: center;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .kop_footer .banner_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 540px) {
  .kop_footer .banner_list {
    gap: 10px;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
}
.kop_footer .banner_list li {
  max-width: 255px;
  max-height: 78px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.kop_footer .banner_list a {
  max-width: 255px;
  width: 100%;
  height: 64px;
  margin: 5px auto;
  padding: 5px 20px 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #fff;
}
.kop_footer .banner_list a img {
  height: auto;
  width: 100%;
}
.kop_footer .banner_picture a {
  padding: 0;
}
.kop_footer .banner_picture img {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 896px) {
  .kop_footer .banner_picture img {
    aspect-ratio: 85/26;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.kop_footer .sp_list {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media all and (max-width: 896px) {
  .kop_footer .sp_list.sp {
    display: flex !important;
  }
}
.kop_footer .sp_list li {
  text-align: center;
  width: 50%;
}
.kop_footer .sp_list li a {
  display: block;
  padding: 15px 5px;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}
.kop_footer .sp_list li a:link {
  color: #fff;
}
@media screen and (orientation: landscape) {
  .kop_footer .sp_list li {
    min-width: 20%;
    width: auto;
  }
}
.kop_footer .footer-bottom {
  position: relative;
  background-color: #E50012;
  border-top: 1px solid #fff;
}
.kop_footer .footer-bottom .inner {
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kop_footer .copyright {
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  text-align: center;
  letter-spacing: 0.75px;
  border: 0;
  color: #fff;
  padding: 0;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .kop_footer .copyright {
    width: auto;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.5px;
  }
}

.pagetop {
  position: fixed;
  right: 50px;
  bottom: 100px;
  height: 50px;
  width: 50px;
}

.en #g_footer .navi_ul {
  padding-left: 0;
}
.en #g_footer .sp_list li a {
  letter-spacing: 1px;
}

@media all and (max-width: 896px) {
  .kop_footer {
    padding: 20px 0 30px;
  }
  .kop_footer .footer-inner {
    padding: 0 20px;
  }
  .kop_footer .footer-inner .footer-nav {
    flex-wrap: wrap;
  }
  .kop_footer .footer-inner .footer-nav > section {
    width: 50%;
    margin-bottom: 20px;
  }
  .kop_footer .footer-inner .footer-nav > section ul {
    padding-left: 0;
  }
  .kop_footer .banner_list {
    margin: 10px auto 20px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .kop_footer .footer-inner .footer-nav > section {
    width: 100%;
  }
  .kop_footer .banner_list {
    grid-template-columns: 1fr 1fr;
  }
}
.kop-common-heading {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.05em;
  position: relative;
  word-break: normal;
}
.kop-common-heading::before {
  content: "";
  height: 2px;
  width: 60px;
  position: absolute;
  background-color: rgb(255, 0, 11);
  bottom: 0;
  left: 0;
}
.kop-common-heading::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid rgb(51, 51, 51);
  margin-top: 12px;
}

.l-breadcrumb .l-breadcrumb__inner {
  width: calc(100% - 360px);
  padding: 10px 0;
  margin: auto;
}
@media screen and (max-width: 979px) {
  .l-breadcrumb .l-breadcrumb__inner .l-breadcrumb .l-breadcrumb__inner {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .l-breadcrumb .l-breadcrumb__inner .l-breadcrumb .l-breadcrumb__inner {
    width: calc(100% - 24px);
  }
}
.l-breadcrumb .l-breadcrumb__inner .l-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-breadcrumb .l-breadcrumb__inner .l-breadcrumb__list .l-breadcrumb__list__item {
  display: flex;
}
.l-breadcrumb .l-breadcrumb__inner .l-breadcrumb__list .l-breadcrumb__list__item:not(:last-child)::after {
  content: "＞";
  font-size: 10px;
  color: #999;
  margin: 0 5px;
}
.l-breadcrumb .l-breadcrumb__inner .l-breadcrumb__list .l-breadcrumb__list__item a,
.l-breadcrumb .l-breadcrumb__inner .l-breadcrumb__list .l-breadcrumb__list__item p {
  color: #999;
  font-size: 10px;
}/*# sourceMappingURL=kop_common.css.map */