@charset "utf-8";

/* outline
------------------------------*/
.l-header * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.l-header .hover__banner:hover, .l-header .hover__list a:hover, .l-header .hover__text a:hover, .l-header .nav__list a:hover, .l-header .header__fav a:hover, .l-header .header__history a:hover {
  opacity: 0.7;
}

.l-header .hover__container, .l-header .nav__container, .l-header .header__container {
  width: 1080px;
  margin: 0 auto;
}

.l-header {
  min-width: 1225px;
}
.l-header a:hover {
  text-decoration: none;
}
.l-header .header__area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(162, 162, 162, 0.16);
}
.l-header .header__container {
  display: flex;
  justify-content: space-between;
}
.l-header .header__logo {
  padding-top: 26px;
}
.l-header .header__lists {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
  margin-bottom: 5px;
  margin-right: 2px;
}
.l-header .header__num {
  font-size: 14px;
  margin-right: 7px;
  text-align: center;
  line-height: 1.33;
  margin-right: 22px;
}
.l-header .header__num span {
  font-size: 30px;
  font-weight: bold;
  color: #D22A63;
  padding-right: 2px;
  padding-left: 17px;
}
.l-header .header__history a {
  display: block;
  font-size: 14px;
  color: #D22A63;
  text-align: center;
  position: relative;
  padding-top: 38px;
  margin-right: 15px;
}
.l-header .header__history a::before {
  content: "";
  background-image: url(/images/top/header_1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  width: 42px;
  height: 42px;
}
.l-header .header__fav a {
  display: block;
  font-size: 14px;
  color: #D22A63;
  text-align: center;
  position: relative;
  padding-top: 38px;
}
.l-header .header__fav a::before {
  content: "";
  background-image: url(/images/top/header_2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  width: 40px;
  height: 40px;
}
.l-header .header__info {
  display: flex;
  justify-content: flex-end;
}
.l-header .header__group {
  display: flex;
  align-items: center;
}
.l-header .header__group:not(:last-of-type) {
  margin-right: 20px;
}
.l-header .header__title {
  font-size: 16px;
  margin-right: 10px;
}
.l-header .header__description {
  font-size: 24px;
  font-weight: bold;
}
.l-header .nav__area {
  margin-top: 120px;
  position: relative;
}
.l-header .nav__lists {
  display: flex;
  justify-content: center;
}
.l-header .nav__list {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #3E3E3E;
  padding: 18px 31px;
  cursor: pointer;
}
.l-header .nav__list.is-hover {
  background-color: #7B7B7B;
  color: #fff;
}
.l-header .nav__list:not(:last-of-type) {
  position: relative;
}
.l-header .nav__list:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #707070;
}
.l-header .nav__list a {
  color: inherit;
}
.l-header .hover__area {
  background-color: rgba(97, 97, 97, 0.93);
  position: absolute;
  top: 61px;
  left: 0;
  z-index: 100;
  width: 100%;
  display: none;
}
.l-header .hover__area-1 .hover__list:not(:nth-of-type(6n)) {
  margin-right: 10px;
}
.l-header .hover__area-1 .hover__list:nth-of-type(n + 7) {
  margin-top: 10px;
}
.l-header .hover__area-2 .hover__list:not(:nth-of-type(4n)) {
  margin-right: 10px;
}
.l-header .hover__area-2 .hover__list:nth-of-type(n + 5) {
  margin-top: 10px;
}
.l-header .hover__area-3 .hover__list:nth-of-type(n + 3) {
  margin-top: 10px;
}
.l-header .hover__area-3 .hover__list a {
  width: 115px;
  padding: 12px 0;
}
.l-header .hover__area-4 .hover__list:not(:last-of-type) {
  margin-right: 10px;
}
.l-header .hover__area-4 .hover__list a {
  width: 260px;
}
.l-header .hover__container {
  display: flex;
}
.l-header .hover__left {
  width: 200px;
}
.l-header .hover__left-1 {
  margin-right: 55px;
  padding: 35px 0;
}
.l-header .hover__left-2 {
  margin-right: 30px;
  padding: 30px 0;
}
.l-header .hover__text a {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  padding: 80px 0 20px;
  text-align: center;
  padding: 89px 0 25px;
  text-decoration: underline;
  position: relative;
  color: #000000;
}
.l-header .hover__text a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.l-header .hover__text-1 a::before {
  background-image: url(/images/top/hover_1.png);
  top: 26px;
  width: 39px;
  height: 53px;
}
.l-header .hover__text-2 a::before {
  background-image: url(/images/top/hover_2.png);
  top: 26px;
  width: 46px;
  height: 53px;
}
.l-header .hover__right {
  flex: 1;
}
.l-header .hover__right-1 {
  padding: 31px 0 30px;
}
.l-header .hover__right-2 {
  padding: 60px 0;
}
.l-header .hover__wrapper {
  display: flex;
}
.l-header .hover__wrapper-1-2 {
  justify-content: space-between;
}
.l-header .hover__wrapper-3 {
  padding: 30px 0;
}
.l-header .hover__wrapper:not(:last-of-type) {
  margin-bottom: 20px;
}
.l-header .hover__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  padding: 2px 0;
  border-left: 5px solid #fff;
  color: #fff;
}
.l-header .hover__title-1-1 {
  padding: 6px 0 6px 8px;
  margin: 23px 0;
  flex: 1;
}
.l-header .hover__title-1-2 {
  padding: 0px 0 0px 8px;
  margin: 10px 0;
}
.l-header .hover__title-3 {
  padding: 6px 0 6px 8px;
  margin: 24px 0;
  margin-right: 28px;
}
.l-header .hover__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-header .hover__lists-1-1, .l-header .hover__lists-1-2 {
  width: 710px;
}
.l-header .hover__lists-2 {
  width: 470px;
}
.l-header .hover__lists-3 {
  width: 240px;
}
.l-header .hover__lists-4 {
  width: 100%;
  justify-content: center;
  padding: 30px 0;
}
.l-header .hover__list a {
  display: block;
  width: 110px;
  padding: 15px 0 14px;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  color: #fff;
}
.l-header .hover__banners {
  display: flex;
  margin-right: 10px;
}
.l-header .hover__banner {
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.l-header .hover__banner:not(:last-of-type) {
  margin-right: 10px;
}