@charset "UTF-8";
.l--header__button {
  position: relative;
  z-index: 1000;
  display: inline-block;
  display: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width:960px) {
  .l--header__button {
    display: block;
  }
}
.p--hamburger {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  z-index: 1000;
  width: 41px;
  height: 41px;
  margin: auto;
  overflow: visible;
  background-color: #f7a000;
  border: 1px solid #faf9f8;
  border-radius: 50%;
  outline: none;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.p--hamburger:hover, .p--hamburger:focus {
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, .5);
}
.p--hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #faf9f8;
  -webkit-transition: inherit;
  transition: inherit;
}
.p--hamburger__line:before, .p--hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.p--hamburger__line:before {
  top: -5px;
}
.p--hamburger__line:after {
  top: 5px;
}
.p--hamburger[aria-expanded="true"] .p--hamburger__line {
  background-color: transparent;
}
.p--hamburger[aria-expanded="true"] .p--hamburger__line:before, .p--hamburger[aria-expanded="true"] .p--hamburger__line:after {
  top: 0;
  background-color: #faf9f8;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p--hamburger[aria-expanded="true"] .p--hamburger__line:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.u--visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.gnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 980;
  display: none;
  width: 100%;
  height: 100%;
  background: #f7a000;
}
.gnav__wrap {
  position: absolute;
  align-items: center;
  justify-content: center;
  z-index: 980;
  display: flex;
  width: 100%;
  height: 100%;
}
.gnav__menu__item li {
  margin-bottom: 0.8rem;
  text-align: center;
}
.gnav__menu__item a {
  color: #faf9f8;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.header .header_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.6rem 4rem;
  background-color: #faf9f8;
}
@media only screen and (max-width:766px) {
  .header .header_inner {
    padding: 1.6rem;
  }
}
.header .header_inner .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.header .header_inner .header_logo_wrapper {
  vertical-align: middle;
}
.header .header_inner .header_logo_wrapper .header_logo_child {
  vertical-align: middle;
}
@media only screen and (max-width:480px) {
  .header .header_inner .header_logo_wrapper .header_logo_child {
    width: 22rem;
  }
}
.header .header_inner .header_logo_wrapper h2 {
  font-family: "TsukuARdGothic-Regular", "TsukuBRdGothic-Regular", YuGothic, "Yu Gothic", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", sans-serif;
  font-style: normal;
}
.header .header_inner .header_menu_nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:960px) {
  .header .header_inner .header_menu_nav {
    display: none;
  }
}
.header .header_inner .header_menu_nav_child {
  margin-right: 2.4rem;
}
.header .header_inner .header_menu_nav_child:last-child {
  margin-right: 0;
}
.header .header_inner .header_menu_nav_child a {
  font-size: 1.8rem;
}
.header .header_inner .header_menu_nav_contact {
  width: 18rem;
  padding: 8px;
  text-align: center;
}
.back-to_top1 {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 900;
  display: none;
  width: 0;
  height: 0;
  text-align: center;
  border-color: transparent transparent lightgrey transparent;
  border-style: solid;
  border-width: 0 0 7rem 7rem;
}
.back-to_top1:hover {
  cursor: pointer;
}
.back-to_top1 i {
  position: absolute;
  right: 2rem;
  bottom: -5rem;
  margin: 0;
}
.back-to_top1 p {
  position: absolute;
  right: 1rem;
  bottom: -7rem;
  margin: 0;
}
