﻿@charset "UTF-8";
:root {
  --imgpath: "../img/design/";
  --scroll-x: 0px;
  --scroll-y: 0px;
  --header-height: 96px;
  --sp-header-height: 14.9333333333vw;
}

body {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

.u-sp {
  display: none !important;
}

.cmn-header {
  z-index: 999;
  height: var(--header-height);
}
.cmn-header__inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 1200px;
  height: var(--header-height);
  padding: 0 0 0 38px;
  background-color: #fff;
}
.cmn-header__logo {
  flex-shrink: 0;
  width: 180px;
}
.cmn-header__logo a {
  display: block;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}
.cmn-header__logo a:hover {
  opacity: 0.75;
}
.cmn-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.cmn-header__navwrap {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: flex-end;
}
.cmn-header__navs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}
.cmn-header__subnav {
  display: flex;
  gap: 24px;
  align-items: center;
}
.cmn-header__subnav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  list-style: none;
}
.cmn-header__subnav li::after {
  padding: 0 8px;
  color: #cecece;
  content: "/";
}
.cmn-header__subnav li:last-child::after {
  content: none;
}
.cmn-header__subnav li a {
  color: #0068b7;
  text-decoration: none;
  letter-spacing: 0.32px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}
.cmn-header__subnav li a:hover {
  opacity: 0.75;
}
.cmn-header__subnav li a.is-current {
  color: #999;
}
.cmn-header__subnav .is-ig {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}
.cmn-header__subnav .is-ig:hover {
  opacity: 0.75;
}
.cmn-header__subnav .is-ig img {
  width: 24px;
  height: 24px;
}
.cmn-header__nav {
  display: flex;
  gap: 40px;
  align-items: center;
}
.cmn-header__nav_list {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cmn-header__nav_item {
  position: relative;
}
.cmn-header__nav_item > a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.32px;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}
.cmn-header__nav_item > a:hover {
  opacity: 0.75;
}
.cmn-header__nav_item:hover .cmn-header__megamenu {
  visibility: visible;
  opacity: 1;
}
.cmn-header__nav_search {
  position: relative;
  width: 160px;
}
.cmn-header__nav_search input {
  width: 100%;
  padding: 0 24px 7px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #cecece;
  outline: none;
}
.cmn-header__nav_search input::placeholder {
  color: #999;
}
.cmn-header__nav_search button {
  position: absolute;
  right: 0;
  bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  background-image: url("../image/header/icn-search.png");
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  appearance: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}
.cmn-header__nav_search button:hover {
  opacity: 0.75;
}
.cmn-header__megamenu {
  position: fixed;
  top: var(--header-height);
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: 1296px;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.cmn-header__megamenu_inner {
  display: flex;
  gap: 40px;
  max-width: 1296px;
  padding: 58px 0 64px;
  margin: 0 auto;
}
.cmn-header__megamenu_img {
  flex-shrink: 0;
  width: 416px;
  overflow: hidden;
}
.cmn-header__megamenu_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmn-header__megamenu_description {
  flex: 1;
}
.cmn-header__megamenu-hdg {
  padding-top: 10px;
  margin-bottom: 45px;
}
.cmn-header__megamenu-hdg a {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.cmn-header__megamenu-list {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  gap: 32px 56px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cmn-header__megamenu-list.is-knowledge {
  grid-template-columns: repeat(4, max-content);
}
.cmn-header__megamenu-list a {
  font-size: 14px;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}
.cmn-header__megamenu-list a:hover {
  opacity: 0.75;
}
.cmn-header__btns {
  display: flex;
  flex-shrink: 0;
  gap: 1px;
}
.cmn-header__btns a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background-color: #0068b7;
}
.cmn-header__btns a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.cmn-header__btns a i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.cmn-header__btns a span {
  white-space: nowrap;
}
@media (max-width: 1296px) {
  .cmn-header__navwrap {
    gap: 30px;
  }
  .cmn-header__nav_list {
    gap: 28px;
  }
  .cmn-header__nav_item > a {
    font-size: 13px;
  }
  .cmn-header__btns a {
    width: 90px;
  }
}