@charset "UTF-8";
/*------------------------------
header
------------------------------*/
header {
  padding-top: min(20px, 1.0416666667vw);
  z-index: 1000;
  position: relative;
}
@media (max-width: 767px) {
  header {
    padding-top: 16px;
  }
}

@media (min-width: 768px) {
  .header-top {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-top {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
  }
}

.header__inner {
  width: 100%;
  max-width: 100%;
  padding: 0 min(96px, 5vw);
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 6.6550925926%;
}
@media (max-width: 767px) {
  .header__logo {
    width: 19.5530726257%;
  }
}

.header__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__menu {
  display: flex;
}
.header__menu li:nth-child(n+2) {
  margin-left: min(48px, 2.7777777778vw);
}
.header__menu li a {
  display: inline-block;
  font-size: min(0.9375rem, 0.8680555556vw);
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 999px) {
  .header__menu li:nth-child(n+2) {
    margin-left: 2vw;
  }
  .header__menu li a {
    font-size: 0.625rem;
  }
}

.header__contact {
  margin-left: min(48px, 2.7777777778vw);
}
.header__contact a {
  background: #C2734E;
  padding: 1em 1.7em;
  border-radius: 1.67em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(0.9375rem, 0.8680555556vw);
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.header__contact a::before {
  display: inline-block;
  content: "";
  position: relative;
  background: url(../img/icon_mail.png) no-repeat center center/contain;
  width: 1.46em;
  aspect-ratio: 44/36;
  margin-right: 0.3em;
}
@media (max-width: 999px) {
  .header__contact {
    margin-left: 10px;
  }
  .header__contact a {
    font-size: 0.625rem;
  }
}

.drawer-icon {
  z-index: 6000;
  display: none;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
    transform: translate(10%, 10%);
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: min(8px, 2.1333333333vw);
  background: #F6ECE9;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  transform: rotate(45deg);
  top: min(8px, 2.1333333333vw);
  background: #F6ECE9;
}

.drawer-icon__bars {
  width: 32px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 400;
}

.drawer-icon__bar1,
.drawer-icon__bar2 {
  position: absolute;
  width: 32px;
  height: 1px;
  background: #78747B;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 6px;
  transition: transform 0.3s;
}

.drawer-icon__bar2 {
  top: 12px;
  transition: transform 0.3s;
}

.drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #4C484F;
  padding: 4.1025641026%;
  z-index: 5000;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain; /* scroll伝番防止 */
}
.drawer.is-active {
  transform: translateX(0);
}

.drawer__logo {
  width: 20.8955223881%;
}

.drawer__menu {
  margin-top: 11.1731843575%;
}

.drawer__item {
  padding: 6.2% 0;
  border-bottom: 1px solid #78747B;
}
.drawer__item a {
  display: block;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}

.drawer__submenu {
  margin-top: 6.7039106145%;
}
.drawer__submenu a {
  padding: 3.7%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.drawer__submenu a:first-child {
  background: url(../img/SP/header_Service_banner_tatetai.jpg) no-repeat center center/cover;
}
.drawer__submenu a:nth-child(2) {
  background: url(../img/SP/header_Service_naositai.jpg) no-repeat center center/cover;
}
.drawer__submenu a:nth-child(3) {
  background: url(../img/SP/header_Service_jyositu.jpg) no-repeat center center/cover;
}
.drawer__submenu a:nth-child(n+2) {
  margin-top: 2.2346368715%;
}

.drawer__submenu-label {
  width: 46.0893854749%;
  padding: 2.9850746269% 0;
  border-right: 1px solid #fff;
  font-size: 5.1282051282vw;
  font-family: "Sawarabi Mincho", serif;
}

.drawer__submenu-title {
  width: 53.9106145251%;
  padding: 2.9850746269% 0;
}

.drawer__sns {
  display: flex;
  justify-content: center;
  margin-top: 6.7039106145%;
}
.drawer__sns li {
  width: 11.1731843575%;
}
.drawer__sns li:nth-child(n+2) {
  margin-left: 4.469273743%;
}
.drawer__sns li a {
  display: block;
  width: 100%;
  height: 100%;
}

.header__group-wrap {
  width: 613px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-top: 36px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.header__group {
  background: #fff;
  padding: 2.5% 4%;
}
.header__group .header__item {
  width: 32%;
}
.header__group .header__item:nth-child(n) {
  margin: 0;
}

.header__list {
  margin-top: 1.7857142857%;
  display: flex;
  justify-content: space-between;
}

.header__item-image img {
  aspect-ratio: 185/113;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__item-title {
  font-size: min(1rem, 1.28113879vw);
  font-weight: 400;
  line-height: 1.3;
  margin-top: 1em;
  font-family: "Sawarabi Mincho", serif;
  padding-bottom: 8px;
  border-bottom: 1px solid #78747B;
}

.header__item-text {
  font-size: min(0.9375rem, 1.2010676157vw);
  font-weight: 300;
  line-height: 1.6;
  padding: 8px 0;
}

/* 固定CTA
------------------------------*/
.fixed-cta {
  position: fixed;
  top: min(286px, 14.8958333333vw);
  right: 0;
  z-index: 3000;
}
@media (max-width: 767px) {
  .fixed-cta {
    top: unset;
    bottom: 0;
    left: 0;
    right: unset;
    display: flex;
    transition: opacity 0.3s;
  }
  .fixed-cta.act {
    opacity: 0;
    pointer-events: none;
  }
}

.fixed-cta__item {
  width: min(65px, 3.3854166667vw);
}
.fixed-cta__item:nth-child(n+2) {
  margin-top: 8px;
}
.fixed-cta__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .fixed-cta__item {
    min-width: 50px;
  }
}
@media (max-width: 767px) {
  .fixed-cta__item {
    width: 33.3%;
  }
  .fixed-cta__item:nth-child(n+2) {
    margin-top: 0;
  }
  .fixed-cta__item:first-child {
    position: relative;
  }
  .fixed-cta__item:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    width: 1px;
    height: 80%;
  }
}
/*# sourceMappingURL=header.css.map */