@charset "utf-8";
/* CSS Document */
.header_sns {
  width: 200px;
  float: none;
  padding-bottom: 15px;
  margin: 0 auto;
}
.header_sns ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.header_sns ul li {
  list-style: none;
  width: 40px;
}
.header_sns ul li img {
  width: 100%;
  height: auto;
}

.header_pr_kenichi {
}
.header_pr_kenichiul {
  display: block;
  align-items: top;
}
.header_pr_kenichi ul li {
  list-style: none;
  width: 80px;
    margin: 20px auto;
}
.header_pr_kenichi ul li img {
  width: 100%;
  height: auto;
}



#header {
  height: 95px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header__inner {
  width: 100%;
}
h1 {
  width: 250px;
  margin: 0;
  left: 0;
  padding: 9px 0 0px 0;
}
h1 img {
  width: 250px;
}
@media screen and (max-width: 1023px) {h1 {
  width: 200px;
  margin: 0;
  left: 0;
  padding: 9px 0 0px 0;
}
h1 img {
  width: 200px;
}}
.change-color {
  background-color: #FFF;
  transition: 0.3s;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
}
.hamburger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 10px;
    width: 60px;
    border: none;
    background-color: #023F64;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: '閉じる';
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #FFF;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #FFF;
  transition: inherit;
}
.hamburger__line:before {
  top: -6px;
}
.hamburger__line:after {
  top: 6px;
}
.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hamburger__text::before {
  content: "MENU";
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-weight: 900;
}
.header {
  width: 350px;
}
.header__nav-area {
  position: fixed;
  top: 0px;
  right: -350px;
  z-index: 99;
  height: 100vh;
  width: 350px;
  visibility: hidden;
  padding-top: 60px;
  background-color: #fff;
  transition: 0.4s;
}
.header__nav-area.-active {
  right: 0px;
  visibility: visible;
  overflow-y: scroll;
}
.global-navigation {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}
.global-navigation__list {
  border-top: 2px solid #e7e9ee;
}
.global-navigation__list li:first-child {
  padding-top: 20px;
}
.global-navigation__list a {
  text-decoration: none;
  color: #172e59;
}
.global-navigation__list a:hover {
  text-decoration: none;
  color: #0784D8;
}
.global-navigation__list > li {
  font-size: 14px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e7e9ee;
  list-style: none;
  font-weight: bold;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #172e59;
  font-weight: bold;
  transition: color 0.4s;
  /*font-size: 0.875rem;*/
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #ed3242;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #ed3242;
  transform: translateY(-50%);
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 0px;
  visibility: visible;
}
.accordion__list li {
  font-size: 14px;
  padding-left: 25px;
}
.accordion__list li + li {
  margin-top: 21px;
}
.accordion__link {
  color: #172e59;
}