﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;700&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

ul li {
  list-style: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, "Roboto", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #1a1a1a;
  letter-spacing: 0.03em;
  word-break: break-all;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.05em;
}

a,
a:link,
a:visited {
  color: #1a1a1a;
}

p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

body {
  position: relative;
  width: 100%;
}
body.is-hbg-open {
  overflow: hidden;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
header .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top .logo {
  display: block;
}
header .main .nav ul li {
  display: flex;
  align-items: center;
}
header .main .nav ul li a {
  position: relative;
  font-size: 14px;
}
header .main .searchBox {
  display: flex;
  align-items: center;
  height: 40px;
  background: #fff;
}
header .main .searchBox input {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: -1px;
  color: #1a1a1a;
  border: 1px solid #999999;
  border-radius: 0;
}
header .main .searchBox input::placeholder {
  color: #b3b3b3;
}
header .main .searchBox .pulldown {
  height: 100%;
  border: 1px solid #999999;
}
header .main .searchBox .pulldown .js-custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
header .main .searchBox .pulldown .js-custom-select .select-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  line-height: 1;
  cursor: pointer;
}
header .main .searchBox .pulldown .js-custom-select .select-selected::after {
  width: 10px;
  height: 6px;
  content: "";
  background-image: url("/cms/iwaki/design/img/main/arrow_down_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
header .main .searchBox .pulldown .js-custom-select .select-selected.is-active::after {
  transform: rotate(180deg);
}
header .main .searchBox .pulldown .js-custom-select .select-items {
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  width: 200px;
  background: #fff;
  border: 1px solid #999999;
}
header .main .searchBox .pulldown .js-custom-select .select-items button {
  display: block;
  width: 100%;
  padding: 10px 16px;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
}
header .main .searchBox .pulldown .js-custom-select .select-items button:hover {
  background-color: #f1f1f1;
}
header .main .searchBox .pulldown .js-custom-select .select-hide {
  display: none;
}
header .main .searchBox .send {
  height: 100%;
}
header .main .searchBox .send button {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  background: #1a1a1a;
  border: 1.5px solid #1a1a1a;
}
header .main .searchBox .send button span {
  color: #fff;
}
header .main .searchBox .send button:before {
  width: 14px;
  height: 14px;
  content: "";
  background-image: url("/cms/iwaki/design/img/main/icn_search_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
header .main .searchBox .send button:hover {
  background: #fff;
}
header .main .searchBox .send button:hover span {
  color: #1a1a1a;
}
header .main .searchBox .send button:hover:before {
  background-image: url("/cms/iwaki/design/img/main/icn_search_black.svg");
}

footer {
  position: relative;
  width: 100%;
  color: #fff;
  background: #1a1a1a;
}
footer .permanent-link {
  position: fixed;
  z-index: 9;
}
footer .permanent-link .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  color: #fff;
  transition: all ease 0.3s;
}
footer .permanent-link .list a:nth-child(1) {
  background: #1a1a1a;
}
footer .permanent-link .list a:nth-child(2) {
  background: #0f3595;
}
footer .permanent-link .list a:nth-child(3) {
  background: #e40145;
}
footer .pagetop {
  position: fixed;
  z-index: 9;
  display: none;
}
footer .pagetop a {
  display: block;
}
footer .pagetop a img {
  width: 100%;
}
footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .top .logo {
  height: 32px;
}
footer .top .logo img {
  height: 100%;
}
footer .top .login a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1.5px solid #4d4d4d;
  border-radius: 4px;
}
footer .top .login a:hover {
  background: #4d4d4d;
  opacity: 1;
}
footer .top .login a img {
  width: 18px;
  height: 19px;
}
footer .top .login a span {
  font-size: 14px;
  color: #fff;
}
footer .bottom .links {
  display: flex;
  flex-wrap: nowrap;
}
footer .bottom .links .box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .bottom .links .box a {
  font-size: 14px;
  color: #fff;
}
footer .bottom .links .box a b {
  font-weight: 700;
}
footer .bottom .links .box a.mt7 {
  margin-top: 7px;
}
footer .copy {
  text-align: center;
  border-top: 1px solid #4d4d4d;
}

.contact + footer {
  margin-top: 0;
}

.c-section-ttl .sub {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  color: #b3b3b3;
  letter-spacing: 0.15em;
}
.c-section-ttl h2 {
  letter-spacing: 0.1em;
}
.c-section-ttl.is-small {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: baseline;
  justify-content: start;
}
.c-section-ttl.is-small h2 {
  margin: 0;
  font-weight: 500;
}
.c-section-ttl.is-small .sub {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}

.c-box-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 48px;
  background: #fff;
  border: 1px solid #1a1a1a;
  transition: all ease 0.3s;
}
.c-box-link::after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("/cms/iwaki/design/img/main/arrow_right_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all ease 0.3s;
  transform: translate(0, -50%);
}

.c-big-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.c-big-link .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-big-link .img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
.c-big-link .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border: 1.5px solid #1a1a1a;
  transition: all ease 0.3s;
}
.c-big-link .arrow img {
  position: absolute;
  object-fit: contain;
  transition: all ease 0.3s;
}
.c-big-link .arrow img.white {
  transform: translateX(-32px);
}
.c-big-link .arrow img.black {
  transform: translateX(0);
}
.c-big-link:hover {
  opacity: 1 !important;
}

section.kv .splide {
  position: relative;
}
section.kv .splide .splide__pagination {
  position: absolute;
  bottom: 3px;
  gap: 12px;
  justify-content: start;
}
section.kv .splide .splide__pagination .splide__pagination__page {
  width: 6px;
  height: 6px;
  margin: 0;
  background: #ddd;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  border-radius: 0;
  opacity: 1;
}
section.kv .splide .splide__pagination .splide__pagination__page.is-active {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  transform: none;
}
section.kv .splide .splide__pager {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}
section.kv .splide .splide__pager span {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  color: #1a1a1a;
}
section.kv .splide .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
section.kv .splide .splide__arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  transition: background-color ease 0.3s, opacity ease 0.3s;
  transform: translateY(-50%);
}
section.kv .splide .splide__arrow:hover {
  background: rgba(0, 0, 0, 0.6);
}
section.kv .splide .splide__arrow svg {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
section.kv .splide .splide__arrow:disabled {
  opacity: 0.3;
}
section.product .list {
  display: flex;
}
section.product .list a {
  display: block;
  flex: 1;
}
section.product .list a .img {
  width: 100%;
  aspect-ratio: 376/251;
  overflow: hidden;
}
section.product .list a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
section.product .list a .main {
  position: relative;
}
section.product .list a .main .sub {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  margin-top: 10px;
  color: #b3b3b3;
}
section.product .list a .main .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 1.5px solid #1a1a1a;
  transition: all ease 0.3s;
  transform: translateY(-50%);
}
section.product .list a .main .arrow img {
  position: absolute;
  top: 10px;
  left: 10px;
  object-fit: contain;
  transition: all ease 0.3s;
}
section.product .list a .main .arrow img.white {
  transform: translateX(-32px);
}
section.product .list a .main .arrow img.black {
  transform: translateX(0);
}
section.product .list a:hover {
  opacity: 1;
}

section.news {
  position: relative;
  overflow: hidden;
}
section.news .c-section-ttl {
  display: inline-block;
  pointer-events: all;
}
section.news .main {
  position: relative;
  flex: 1;
}
section.news .main .tags a.tag {
  color: #808080;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 100vmax;
}
section.news .main .tags a.tag.is-active {
  color: #fff;
  background: #1a1a1a;
  border-color: #1a1a1a;
}
section.news .main .list {
  margin-top: 28px;
}
section.news .main .list a {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #dbdbdb;
}
section.news .main .list a:hover .title {
  text-decoration: underline;
}
section.news .main .list a .misc {
  display: flex;
  align-items: center;
  justify-content: start;
}
section.news .main .list a .misc .date {
  width: 111px;
  color: #808080;
}
section.news .main .list a .misc .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 28px;
  border: 1px solid #1a1a1a;
  border-radius: 100vmax;
}
section.news .main .list a .title {
  flex: 1;
  text-align: justify;
}
section.news .main .viewmore {
  display: flex;
  justify-content: center;
}
section.information .links {
  display: flex;
}
section.request .links {
  display: flex;
}
section.search .links {
  display: flex;
  justify-content: center;
}
section.search .links .c-big-link {
  max-width: 576px;
}

section.contact {
  margin-top: 40px;
}
section.contact a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 320px;
  color: #fff;
}
section.contact a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to left, #2e9eb9 0%, #0033a7 100%);
  opacity: 0.7;
  transition: all ease 0.3s;
}
section.contact a .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.contact a .bg img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
section.contact a .sub {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
section.contact a .ttl {
  margin-top: 9px;
  font-size: 28px;
}
section.contact a .icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 12px;
  background-image: url("/cms/iwaki/design/img/main/icn_contact_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all ease 0.3s;
}
section.contact a:hover {
  opacity: 1;
}
section.contact a:hover:after {
  opacity: 1;
}
section.contact a:hover .icon {
  background-image: url("/cms/iwaki/design/img/main/icn_contact_hover.svg");
}

.splide__slide{
  border: 1px solid #dfdfdf;
}

@media screen and (min-width: 800px) {
  a:hover,
a:link:hover,
a:visited:hover {
    opacity: 0.6;
  }
  .u-sp {
    display: none;
  }
  body {
    min-width: 1400px;
  }
  .section-inr {
    max-width: 1400px;
    padding: 0 100px;
    margin: 0 auto;
  }
  .section-inr-type2 {
    max-width: 1400px;
    padding: 0 100px;
    margin: 0 auto;
  }
  .section-inr-nallow {
    max-width: 1200px;
    padding: 0 100px;
    margin: 0 auto;
  }
  header {
    align-items: center;
    width: 100%;
    padding: 25px 40px;
  }
  header .top .logo {
    height: 38px;
  }
  header .top .hbg {
    display: none;
  }
  header .main {
    display: flex;
    gap: 56px;
    align-items: center;
  }
  header .main .nav ul li {
    gap: 48px;
  }
  header .main .nav ul li a:hover {
    opacity: 1;
  }
  header .main .nav ul li a:hover::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #000;
    transition: width 0.3s;
  }
  header .main .searchBox input {
    width: 286px;
    padding: 0 16px;
  }
  header .main .searchBox .pulldown {
    width: 114px;
  }
  header .main .searchBox .pulldown .js-custom-select .select-selected {
    padding: 0 16px 0 20px;
  }
  header .main .searchBox .send button {
    justify-content: space-between;
    width: 89px;
    padding: 0 20px;
    margin-left: 8px;
  }
  footer {
    padding: 66px 100px 0;
    margin-top: 160px;
  }
  footer .permanent-link {
    right: 0;
    bottom: 110px;
  }
  footer .permanent-link .list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  footer .permanent-link .list a {
    width: 57px;
    height: 132px;
    border-radius: 4px 0 0 4px;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  footer .permanent-link .list a:not(:first-child) {
    margin-top: 4px;
  }
  footer .permanent-link .list a:hover {
    width: 65px;
    opacity: 1;
  }
  footer .pagetop {
    right: 40px;
    bottom: 40px;
  }
  footer .pagetop a {
    width: 48px;
    height: 48px;
  }
  footer .bottom {
    margin-top: 66px;
  }
  footer .bottom .links {
    gap: 56px;
  }
  footer .copy {
    padding: 24px 0;
    margin-top: 64px;
    font-size: 12px;
  }
  .c-section-ttl .sub {
    font-size: 14px;
  }
  .c-section-ttl h2 {
    margin-top: 5px;
    font-size: 32px;
  }
  .c-section-ttl.is-small h2 {
    font-size: 22px;
  }
  .c-section-ttl.is-small .sub {
    font-size: 14px;
  }
  .c-box-link:hover {
    color: #fff;
    background: #1a1a1a;
    opacity: 1 !important;
  }
  .c-box-link:hover::after {
    background-image: url("/cms/iwaki/design/img/main/arrow_right_white.svg");
  }
  .c-big-link {
    height: 140px;
    padding: 0 40px;
  }
  .c-big-link .ttl {
    font-size: 22px;
  }
  .c-big-link .arrow {
    width: 32px;
    height: 32px;
  }
  .c-big-link .arrow img {
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
  }
  .c-big-link:hover .img img {
    transform: scale(1.1);
  }
  .c-big-link:hover .arrow {
    background: #1a1a1a;
  }
  .c-big-link:hover .arrow img.white {
    transform: translateX(0);
  }
  .c-big-link:hover .arrow img.black {
    transform: translateX(32px);
  }
  section.kv .splide {
    padding-bottom: 34px;
    max-width: 1200px;
    margin: 0 auto;
  }
  section.kv .splide .splide__pagination {
    padding: 0 100px;
  }
  section.kv .splide .splide__pager {
    right: 100px;
  }
  section.kv .splide .splide__pager span {
    font-size: 14px;
  }
  section.kv .splide .splide__arrows {
    bottom: 34px;
  }
  section.kv .splide .splide__arrow {
    width: 58px;
    height: 58px;
  }
  section.kv .splide .splide__arrow svg {
    width: 27px;
    height: 27px;
  }
  section.kv .splide .splide__arrow--prev {
    left: -78px;
  }
  section.kv .splide .splide__arrow--next {
    right: -78px;
  }
  section.product {
    margin-top: 83px;
  }
  section.product .list {
    gap: 36px;
    margin-top: 40px;
  }
  section.product .list a .main {
    margin-top: 20px;
  }
  section.product .list a .main .ttl {
    font-size: 22px;
  }
  section.product .list a .main .arrow {
    width: 32px;
    height: 32px;
  }
  section.product .list a .main .arrow img {
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
  }
  section.product .list a:hover .img img {
    transform: scale(1.1);
  }
  section.product .list a:hover .main .arrow {
    background: #1a1a1a;
  }
  section.product .list a:hover .main .arrow img.white {
    transform: translateX(0);
  }
  section.product .list a:hover .main .arrow img.black {
    transform: translateX(32px);
  }
  section.news {
    padding: 64px 0 72px;
    margin-top: 120px;
  }
  section.news .section-inr {
    display: flex;
    gap: 65px;
  }
  section.news .main::after {
    position: absolute;
    top: -64px;
    left: -100px;
    z-index: -1;
    display: block;
    width: 200%;
    height: calc(100% + 64px + 72px);
    content: "";
    background: #f5f5f5;
  }
  section.news .main .tags {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
  }
  section.news .main .tags a.tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 140px;
    height: 40px;
  }
  section.news .main .list {
    border-top: 1px solid #1a1a1a;
  }
  section.news .main .list a {
    gap: 28px;
  }
  section.news .main .list a .misc {
    gap: 28px;
  }
  section.news .main .viewmore {
    margin-top: 40px;
  }
  section.information {
    margin-top: 122px;
  }
  section.information .links {
    gap: 48px;
    margin-top: 48px;
  }
  section.request {
    margin-top: 98px;
  }
  section.request .links {
    gap: 48px;
    margin-top: 48px;
  }
  section.search {
    margin-top: 146px;
  }
}
@media screen and (max-width: 799px) {
  .u-pc {
    display: none;
  }
  .section-inr {
    padding: 0 15px;
  }
  .section-inr-type2 {
    padding-inline-start: 15px;
  }
  .section-inr-nallow {
    padding: 0 15px;
  }
  header {
    flex-direction: column;
    gap: 20px;
    width: 100vw;
    padding: 16px 15px 20px;
  }
  header .top .logo {
    display: flex;
    justify-content: start;
    height: 31px;
  }
  header .top .hbg {
    position: relative;
    width: 20px;
    height: 18px;
    cursor: pointer;
  }
  header .top .hbg:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("/cms/iwaki/design/img/main/icn_hbg_open.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
  }
  header .top .hbg.is-active:after {
    width: 16px;
    height: 16px;
    background-image: url("/cms/iwaki/design/img/main/icn_hbg_close.svg");
  }
  header .main {
    position: relative;
  }
  header .main .nav {
    position: absolute;
    top: -1px;
    left: -15px;
    z-index: 99;
    display: none;
    width: 100vw;
    padding: 40px 0 48px;
    background: #f0f0f0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  header .main .nav ul {
    width: 260px;
    margin: 0 auto;
  }
  header .main .nav ul li {
    flex-direction: column;
    gap: 24px;
  }
  header .main .nav ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  header .main .nav ul li a::after {
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background-image: url("/cms/iwaki/design/img/main/arrow_right_black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  header .main .searchBox input {
    flex: 1;
    width: 100%;
    padding: 0 12px;
  }
  header .main .searchBox .pulldown {
    width: 102px;
  }
  header .main .searchBox .pulldown .js-custom-select .select-selected {
    padding: 0 11px 0 12px;
  }
  header .main .searchBox .send button {
    justify-content: center;
    width: 40px;
  }
  footer {
    padding: 40px 15px 0;
    margin-top: 80px;
  }
  footer .permanent-link {
    bottom: 0;
    left: 0;
    width: 100vw;
  }
  footer .permanent-link .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  footer .permanent-link .list a {
    height: 48px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
  }
  footer .pagetop {
    right: 15px;
    bottom: 60px;
  }
  footer .pagetop a {
    width: 40px;
    height: 40px;
  }
  footer .top {
    flex-direction: column;
    gap: 28px;
  }
  footer .bottom {
    margin-top: 48px;
  }
  footer .bottom .links {
    flex-direction: column;
    gap: 24px;
  }
  footer .copy {
    padding: 28px 0;
    margin-top: 48px;
    font-size: 10px;
  }
  .c-section-ttl .sub {
    font-size: 12px;
  }
  .c-section-ttl h2 {
    margin-top: 4px;
    font-size: 26px;
  }
  .c-section-ttl.is-small h2 {
    font-size: 18px;
  }
  .c-section-ttl.is-small .sub {
    font-size: 12px;
  }
  .c-big-link {
    height: 120px;
    padding: 0 20px;
  }
  .c-big-link .ttl {
    font-size: 18px;
  }
  .c-big-link .arrow {
    width: 28px;
    height: 28px;
  }
  .c-big-link .arrow img {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
  }
  section.kv .splide {
    padding-bottom: 28px;
  }
  section.kv .splide .splide__pagination {
    padding: 0 15px;
  }
  section.kv .splide .splide__pager {
    right: 15px;
  }
  section.kv .splide .splide__pager span {
    font-size: 12px;
  }
  section.kv .splide .splide__arrows {
    bottom: 28px;
  }
  section.kv .splide .splide__arrow {
    width: 43px;
    height: 43px;
  }
  section.kv .splide .splide__arrow svg {
    width: 21px;
    height: 21px;
  }
  section.kv .splide .splide__arrow--prev {
    left: 8px;
  }
  section.kv .splide .splide__arrow--next {
    right: 8px;
  }
  section.product {
    margin-top: 79px;
  }
  section.product .list {
    flex-direction: column;
    gap: 48px;
    margin-top: 32px;
  }
  section.product .list a .main {
    margin-top: 16px;
  }
  section.product .list a .main .ttl {
    font-size: 18px;
  }
  section.product .list a .main .sub {
    font-size: 12px;
  }
  section.product .list a .main .arrow {
    width: 28px;
    height: 28px;
  }
  section.product .list a .main .arrow img {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
  }
  section.news {
    padding: 42px 0 64px;
    margin-top: 72px;
    background: #f5f5f5;
  }
  section.news .main {
    margin-top: 28px;
  }
  section.news .main .tags {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  section.news .main .tags a.tag {
    display: inline-block;
    padding: 10px 16px;
    margin-right: 4px;
    font-size: 13px;
  }
  section.news .main .list {
    position: relative;
  }
  section.news .main .list::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #1a1a1a;
  }
  section.news .main .list a {
    flex-direction: column;
    gap: 16px;
  }
  section.news .main .list a .misc {
    gap: 16px;
    width: 100%;
  }
  section.news .main .list a .misc .tag {
    font-size: 12px;
  }
  section.news .main .viewmore {
    margin-top: 48px;
  }
  section.information {
    margin-top: 74px;
  }
  section.information .links {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
  section.request {
    margin-top: 74px;
  }
  section.request .links {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
  section.search {
    margin-top: 80px;
  }
}
