@charset "UTF-8";
/* ---------- variables ---------- */
/* ---------- header-ress-common ------------- */
.header-new {
  /* button */
  /* title & text */
  /* sp-pc */
}
.header-new *,
.header-new *::before,
.header-new *::after {
  box-sizing: border-box;
}
.header-new html,
.header-new body,
.header-new div,
.header-new span,
.header-new object,
.header-new iframe,
.header-new h1,
.header-new h2,
.header-new h3,
.header-new h4,
.header-new h5,
.header-new h6,
.header-new p,
.header-new blockquote,
.header-new pre,
.header-new abbr,
.header-new address,
.header-new cite,
.header-new code,
.header-new del,
.header-new dfn,
.header-new em,
.header-new img,
.header-new ins,
.header-new kbd,
.header-new q,
.header-new samp,
.header-new small,
.header-new strong,
.header-new sub,
.header-new sup,
.header-new var,
.header-new b,
.header-new i,
.header-new dl,
.header-new dt,
.header-new dd,
.header-new ol,
.header-new ul,
.header-new li,
.header-new fieldset,
.header-new form,
.header-new label,
.header-new legend,
.header-new table,
.header-new caption,
.header-new tbody,
.header-new tfoot,
.header-new thead,
.header-new tr,
.header-new th,
.header-new td,
.header-new article,
.header-new aside,
.header-new canvas,
.header-new details,
.header-new figcaption,
.header-new figure,
.header-new footer,
.header-new header,
.header-new hgroup,
.header-new menu,
.header-new nav,
.header-new section,
.header-new summary,
.header-new time,
.header-new mark,
.header-new audio,
.header-new video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
.header-new article,
.header-new aside,
.header-new details,
.header-new figcaption,
.header-new figure,
.header-new footer,
.header-new header,
.header-new hgroup,
.header-new menu,
.header-new nav,
.header-new section {
  display: block;
}
.header-new ul,
.header-new ol {
  list-style: none;
}
.header-new a {
  text-decoration: none;
  color: inherit;
}
.header-new button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.header-new .button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  color: #212121;
  background: #fcfcfc;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}
.header-new .arrow {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("https://miraikoji-kanri.com/wp-content/themes/miraikoji-kanri/img/icon/arrow.svg");
}
.header-new .arrow_gray {
  height: 16px;
  background-image: url("https://miraikoji-kanri.com/wp-content/themes/miraikoji-kanri/img/icon/arrow-gray.svg");
}
.header-new .arrow_blue {
  height: 16px;
  background-image: url("https://miraikoji-kanri.com/wp-content/themes/miraikoji-kanri/img/icon/arrow-blue.svg");
}
.header-new .arrow_white {
  height: 16px;
  background-image: url("https://miraikoji-kanri.com/wp-content/themes/miraikoji-kanri/img/icon/arrow-white-sm.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.header-new .arrow_bottom {
  transform: rotate(90deg);
}
.header-new .button_primary {
  background: #d61111;
  border-color: #d61111;
  color: #fcfcfc;
}
.header-new .button_primary_outline {
  background: #fcfcfc;
  border-color: #d61111;
  color: #d61111;
}
.header-new .button_primary_white {
  background: #fcfcfc;
  border-color: #fcfcfc;
  color: #d61111;
}
.header-new .button_outline {
  background: transparent;
  border-color: #fcfcfc;
  color: #fcfcfc;
}
.header-new .button_no_outline {
  border-color: transparent;
}
.header-new .button_gray_outline {
  background-color: #fcfcfc;
  color: #212121;
  border: 2px solid #e0e0e0;
}
.header-new .button_gray_primary {
  background-color: #e3f4ff;
  border-color: #e3f4ff;
  color: #212121;
}
.header-new .button_primary_white {
  background: #fcfcfc;
  border-color: #fcfcfc;
  color: #d61111;
}
.header-new .button_outline_white {
  background: transparent;
  border-color: #fcfcfc;
  color: #fcfcfc;
}
.header-new .button_rounded {
  border-radius: 9999px;
}
.header-new .button-big {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 32px 16px;
  border: 1px solid #e0e0e0;
  color: #212121;
  background: #fcfcfc;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 450px;
  border-radius: 9999px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .header-new .button-big {
    font-size: 16px;
  }
}
.header-new .button-big_primary {
  background: #d61111;
  border-color: #d61111;
  color: #fcfcfc;
}
.header-new .button-big_white {
  background: #fcfcfc;
  border-color: #fcfcfc;
  color: #d61111;
}
.header-new .button-small {
  background-color: #fcfcfc;
  color: #d61111;
  padding: 16px 24px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}
.header-new .button-small_red {
  background-color: #d61111;
  color: #fcfcfc;
}
.header-new .title {
  color: #212121;
  text-align: center;
  font-style: normal;
  line-height: 120%;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .header-new .title {
    font-size: 24px;
  }
}
.header-new .text {
  line-height: 180%;
}
.header-new .sub-title {
  color: #212121;
  font-style: normal;
  line-height: 150%;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .header-new .sub-title {
    font-size: 22px;
  }
}
.header-new .only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-new .only-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header-new .only-pc {
    display: none;
  }
}

/* ---------- header ---------- */
.header-new__wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2002;
  background-color: #fcfcfc;
  width: 100vw;
}

.header-new {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .header-new {
    overflow-y: hidden;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header-new {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
  }
}
.header-new .header-new__left {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 32px;
}
.header-new .header-new__left .header-new__logo {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .header-new .header-new__left .header-new__logo {
    width: 40px;
    height: 40px;
  }
}
.header-new .header-new__left .header-new__logo img {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .header-new .header-new__left .header-new__logo img {
    width: 40px;
    height: 40px;
  }
}
.header-new .header-new__left nav > ul {
  display: flex;
  gap: 25px;
}
.header-new .header-new__left nav > ul .header-new__nav__item {
  display: flex;
  align-items: center;
}
.header-new .header-new__left nav > ul .header-new__nav__item > a {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-new .header-new__left nav > ul .header-new__nav__item > a::after {
  content: "";
  display: none;
  height: 16px;
  width: 16px;
  background-image: url("https://miraikoji-kanri.com/wp-content/themes/miraikoji-kanri/img/icon/arrow.svg");
  transform: rotate(90deg);
}
.header-new .header-new__left nav > ul .header-new__nav__item > button {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
}
.header-new .header-new__left nav > ul .header-new__nav__item > button::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("https://miraikoji-kanri.com/wp-content/themes/miraikoji-kanri/img/icon/arrow.svg");
  transform: rotate(90deg);
}
.header-new .header-new__left nav > ul .header-new__nav__item.header-new__nav__item .header-new__modal {
  display: none;
}
.header-new .header-new__left nav > ul .header-new__nav__item.header-new__nav__item_open > button {
  color: #d61111;
}
.header-new .header-new__left nav > ul .header-new__nav__item.header-new__nav__item_open > button::after {
  transform: rotate(-90deg);
}
.header-new .header-new__left nav > ul .header-new__nav__item.header-new__nav__item_open .header-new__modal {
  display: flex;
}
.header-new .header-new__left nav > ul .header-new__nav__item.header-new__nav__item_open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.header-new .header-new__left .header-new__modal {
  position: absolute;
  top: 96px;
  left: 20px;
  width: calc(100% - 40px);
  max-width: 1400px;
  background-color: #fcfcfc;
  border-radius: 16px;
  box-shadow: 0 4px 16px #757575;
  padding: 40px;
  display: flex;
  gap: 40px;
  max-height: 400px;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 10;
}
.header-new .header-new__left .header-new__modal .header-new__modal__texts {
  width: 230px;
}
.header-new .header-new__left .header-new__modal .header-new__modal__texts > a {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 0;
  font-weight: bold;
  color: #d61111;
}
.header-new .header-new__left .header-new__modal .header-new__modal__texts button {
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .header-new .header-new__left .header-new__modal .header-new__modal__texts button {
    font-size: 22px;
  }
}
.header-new .header-new__left .header-new__modal .header-new__modal__texts p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .header-new .header-new__left .header-new__modal .header-new__modal__texts p {
    font-size: 14px;
  }
}
.header-new .header-new__left .header-new__modal .header-new__modal__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  gap: 14px 40px;
  direction: rtl;
  max-height: 312px;
}
@media screen and (max-width: 1100px) {
  .header-new .header-new__left .header-new__modal .header-new__modal__list {
    max-height: none;
  }
}
.header-new .header-new__left .header-new__modal .header-new__modal__list li {
  width: 335px;
  padding: 8px;
  direction: ltr;
  position: relative;
  border-radius: 4px;
}
.header-new .header-new__left .header-new__modal .header-new__modal__list li:hover, .header-new .header-new__left .header-new__modal .header-new__modal__list li *:hover {
  background-color: #f4f4f4 !important;
  opacity: 1 !important;
}
.header-new .header-new__left .header-new__modal .header-new__modal__list li span {
  display: block;
  font-weight: bold;
  color: #d61111;
  line-height: 120%;
}
.header-new .header-new__left .header-new__modal .header-new__modal__list li small {
  display: block;
  font-weight: normal;
  font-size: 12px;
  margin-top: 4px;
  line-height: 120%;
}
.header-new .header-new__left .header-new__modal .header-new__modal__list li .header-new__modal__list__item__disabled {
  color: #212121;
  opacity: 0.6;
  mix-blend-mode: luminosity;
}
.header-new .header-new__left .header-new__modal .header-new__modal__list li .header-new__modal__list__item__disabled:hover .header-new__modal__list__item__tooltip {
  display: block;
}
.header-new .header-new__left .header-new__modal .header-new__modal__list li .header-new__modal__list__item__tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 220px;
  text-align: center;
  transform: translateX(-50%);
  padding: 8px;
  font-size: 12px;
  color: #212121;
  background-color: #fcfcfc;
  border-radius: 4px;
  box-shadow: 0 4px 16px #757575;
}
.header-new .header-new__left .header-new__modal .header-new__modal__list.header-new__modal__list_function li {
  min-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 64px;
  position: relative;
}
.header-new .header-new__left .header-new__modal .header-new__modal__list.header-new__modal__list_function li.header-new__modal__list__item__tips {
  display: none;
  width: 100%;
  border-radius: 9999px;
  border: #e0e0e0 solid 1px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  min-height: auto;
  text-align: center;
}
.header-new .header-new__left .header-new__modal .header-new__modal__list.header-new__modal__list_function li img {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 48px;
  width: 48px;
  border-radius: 4px;
  border: 2px solid #e0e0e0;
  padding: 6px;
}
.header-new .header-new__right {
  display: flex;
  gap: 16px;
  font-weight: bold;
}
.header-new .header-new__right .button {
  font-weight: bold;
  padding-left: 16px;
  padding-right: 16px;
}
.header-new .header-new__right .header-new__right__hamburger-button {
  display: none;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .header-new .header-new__right .header-new__right__hamburger-button {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header-new .header-new__right .header-new__right__hamburger-button {
    position: absolute;
    top: 18px;
    right: 22px;
  }
}
.header-new .header-new__right .header-new__right__hamburger-button button {
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("https://miraikoji-kanri.com/wp-content/themes/miraikoji-kanri/img/icon/hamburger.svg");
}
.header-new .header-new__right .header-new__right__hamburger-button.header-new__right__hamburger-button_open button {
  background-image: url("https://miraikoji-kanri.com/wp-content/themes/miraikoji-kanri/img/icon/hamburger-cross.svg");
}
.header-new .header-new__right.header-new__right__custom span {
  text-align: center;
  font-family: "Rounded Mplus 1c";
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 4px;
  color: #d61111;
}
@media screen and (max-width: 768px) {
  .header-new .header-new__right.header-new__right__custom span {
    display: none;
  }
}
.header-new .header-new__right.header-new__right__custom span small {
  text-align: center;
  font-family: "Rounded Mplus 1c";
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.07em;
  color: #333;
}

/* ---------- header (mobile) ---------- */
@media screen and (max-width: 1100px) {
  .header-new__sp_open {
    height: 100vh !important;
  }
  .header-new__sp_open .header-new__right__hamburger-button button {
    background-image: url("https://miraikoji-kanri.com/wp-content/themes/miraikoji-kanri/img/icon/hamburger-cross.svg") !important;
  }
  .header-new {
    flex-direction: column;
    align-items: start;
    background-color: #fcfcfc;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .header-new {
    height: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .header-new .header-new__left {
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
  .header-new .header-new__left nav {
    width: 100%;
  }
  .header-new .header-new__left nav ul {
    width: 100%;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  .header-new .header-new__left nav ul {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1100px) {
  .header-new .header-new__left nav ul .header-new__nav__item > a,
  .header-new .header-new__left nav ul .header-new__nav__item > button {
    width: 100%;
    height: 32px;
    padding: 0;
  }
  .header-new .header-new__left nav ul .header-new__nav__item > a::after,
  .header-new .header-new__left nav ul .header-new__nav__item > button::after {
    display: block;
    transform: rotate(0deg);
  }
  .header-new .header-new__left nav ul .header-new__nav__item.header-new__nav__item_open::before {
    display: none;
  }
  .header-new .header-new__left .header-new__modal {
    overflow-y: scroll;
    flex-direction: column;
    gap: 32px;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 96px;
    height: calc(100vh - 96px);
    max-height: none;
    padding: 32px 20px;
    z-index: 5;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .header-new .header-new__left .header-new__modal {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 1100px) {
  .header-new .header-new__left .header-new__modal .header-new__modal__texts {
    width: 100%;
  }
  .header-new .header-new__left .header-new__modal .header-new__modal__texts button {
    padding-left: 17px;
    position: relative;
  }
  .header-new .header-new__left .header-new__modal .header-new__modal__texts button::after {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 12px;
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
    background-image: url("https://miraikoji-kanri.com/wp-content/themes/miraikoji-kanri/img/icon/arrow.svg");
    background-size: contain;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .header-new .header-new__left .header-new__modal .header-new__modal__texts button::after {
    top: 9px;
  }
}
@media screen and (max-width: 1100px) {
  .header-new .header-new__left .header-new__modal .header-new__modal__texts > a {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 16px;
    display: flex;
    text-align: right;
    justify-content: right;
    gap: 8px;
  }
  .header-new .header-new__left .header-new__modal .header-new__modal__texts > a::after {
    display: block;
    content: "→";
  }
  .header-new .header-new__left .header-new__modal .header-header-new__right .header-new__modal__list__item__tips {
    display: block !important;
  }
  .header-new .header-new__right {
    position: absolute;
    top: 26px;
    right: 20px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .header-new .header-new__right {
    flex-direction: column;
    align-items: start;
    width: 100%;
    position: initial;
    top: 0;
    right: 0;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .header-new .header-new__right li {
    width: 100%;
    justify-content: right !important;
  }
}/*# sourceMappingURL=header.css.map */