@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
/* Text Reveal Animation
------------------------------------------------*/
@-webkit-keyframes textAnime_w {
  0% {
    color: transparent;
    background: transparent;
  }
  50% {
    color: transparent;
    background: transparent;
  }
  51% {
    color: #161616;
    background: #fff;
  }
  100% {
    color: #161616;
    background: #fff;
  }
}
@keyframes textAnime_w {
  0% {
    color: transparent;
    background: transparent;
  }
  50% {
    color: transparent;
    background: transparent;
  }
  51% {
    color: #161616;
    background: #fff;
  }
  100% {
    color: #161616;
    background: #fff;
  }
}
@-webkit-keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.u-reveal-mask {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  opacity: 0;
  /* Black bar element */
}
.u-reveal-mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
}
.u-reveal-mask.is-active {
  opacity: 1;
  -webkit-animation: textAnime_w 1s forwards;
          animation: textAnime_w 1s forwards;
}
.u-reveal-mask.is-active::before {
  -webkit-animation: barAnime 1s forwards;
          animation: barAnime 1s forwards;
}

body {
  color: #40220f;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

main {
  background-color: #f7f8f8;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header:has(.is-active) .header__icon-white {
  display: none !important;
}
.header.-active .header__icon-white {
  display: none !important;
}
.header:not(:has(.is-active)):not(.-active) {
  background-color: transparent;
}
.header:not(:has(.is-active)):not(.-active) .header__icon-black {
  display: none !important;
}
.header:not(:has(.is-active)):not(.-active) .header__cv-text {
  color: #fff;
}
.header:not(:has(.is-active)):not(.-active) .header__hamburger span {
  background-color: #fff;
}

@media print, screen and (min-width: 701px) {
  .contents-wrap {
    padding-inline: 34px;
  }
}

.mv {
  position: relative;
  margin-bottom: 80px;
}

.search-wrap {
  position: absolute;
  left: 50%;
  top: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .search-wrap {
    top: 100px;
  }
}

.point-img {
  margin-top: -80px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.section-heading {
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  font-size: 26px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.section-sub-copy {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section-sub-copy::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110%;
}

.section-copy {
  text-align: center;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section-copy.-n {
  font-weight: normal;
}

.section-sub-heading {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
  font-size: 17px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section-sub-heading::before {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}

.section-text {
  text-align: center;
  font-size: 13px;
  line-height: 2.7;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 700.9px) {
  .section-text {
    line-height: 2.7;
    letter-spacing: 0.5px;
  }
}
.section-text.-b {
  color: #000;
}
.section-text.-zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 2.8;
}
@media only screen and (max-width: 700.9px) {
  .section-text.-zen {
    line-height: 2.5;
  }
}

.contents-wrap.-mr {
  max-width: 1200px;
  margin-inline: auto;
}
@media only screen and (max-width: 800px) {
  .contents-wrap.-mr {
    padding: 0 5%;
  }
}

.-mainCont {
  padding-top: 100px;
  padding-bottom: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .-mainCont {
    padding-top: 40px;
  }
}

.bx-wrapper {
  border: none;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.bx-viewport {
  overflow: visible !important;
}

.slide {
  max-width: 100%;
  margin: 20px auto 20px;
}
.slide figcaption {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 2px 4px;
  display: block;
  position: absolute;
  font-size: 13px;
  bottom: 0px;
  right: 0px;
  width: auto;
}
.slide figcaption img {
  -webkit-filter: drop-shadow(0px 0px 4px #000);
          filter: drop-shadow(0px 0px 4px #000);
}
@media only screen and (max-width: 800px) {
  .slide figcaption {
    font-size: 10px;
  }
}
.slide figcaption.bgL {
  left: 0;
  right: auto;
}
@media all and (-ms-high-contrast: none) {
  .slide figcaption.bgL {
    padding: 5px 6px 1px;
  }
}
.slide figcaption.out {
  bottom: -20px;
  background: none;
  color: #000;
}

.slider01 figure {
  margin-bottom: -1px;
}

.bx-wrapper {
  border: none;
  margin-bottom: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  margin: 10px auto 0;
}

.custom-thumb a {
  width: 23.9%;
  margin-bottom: 7px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.custom-thumb a p {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  position: absolute;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (max-width: 1023.9px) {
  .custom-thumb a p {
    font-size: 2.1vw;
  }
}
.custom-thumb a:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.custom-thumb.n7 a {
  width: 13.5%;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.custom-thumb a.active, .custom-thumb a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom-thumb a.active:before, .custom-thumb a:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0);
}
.custom-thumb a.active p, .custom-thumb a:hover p {
  opacity: 0;
}

.custom-thumb a img {
  max-width: 100%;
}

.custom-thumb a.active, .custom-thumb a:hover {
  opacity: 1;
}

.child-main-copy {
  padding-bottom: 50px;
  line-height: 1.6;
}

.capArea p {
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 10.8px;
}

.pageCap {
  padding-bottom: 100px;
  max-width: 1100px;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .slide {
    margin-bottom: 10px;
  }
  .custom-thumb {
    margin: 10px auto 0;
  }
  .custom-thumb a {
    width: 24%;
    margin-bottom: 5px;
  }
  .custom-thumb.n7 a {
    width: 24%;
  }
  .child-main-copy {
    padding-bottom: 25px;
    letter-spacing: 0;
  }
  .pageCap {
    padding: 20px 15px 50px;
    font-size: 10px;
  }
}
.plan-detail {
  margin-top: 30px;
}

.info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Jost", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}

.type {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
}
.type span {
  font-size: 30px;
}
@media print, screen and (min-width: 701px) {
  .type {
    font-size: 21px;
    padding: 10px 15px;
  }
  .type span {
    font-size: 36px;
  }
}

.info-box__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 3px;
  padding: 10px;
  border: 1px solid #000;
  border-right: none;
  width: 100%;
}
.info-box__label {
  line-height: 1.6;
  font-size: 13px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-box__num {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  line-height: 1;
  font-size: 35px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.info-box__num span {
  font-size: 14px;
}
@media print, screen and (min-width: 701px) {
  .info-box__num {
    font-size: 50px;
  }
  .info-box__num span {
    font-size: 30px;
  }
}

.info-box__tsubo {
  line-height: 1.7;
  font-size: 12px;
}

.type-info {
  text-align: center;
  margin-top: 15px;
  font-size: 30px;
  line-height: 1;
}
@media print, screen and (min-width: 701px) {
  .type-info {
    font-size: 40px;
    margin-top: 20px;
  }
}
.type-info {
  font-family: "Jost", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}
.type-info span {
  font-size: 20px;
}
@media print, screen and (min-width: 701px) {
  .type-info span {
    font-size: 30px;
  }
}

.bx-wrapper .bx-controls-direction .bx-prev {
  background: url(../img/mr/arrow-prev.png);
  background-size: contain;
  width: 31px;
  height: 32px;
}

.bx-wrapper .bx-controls-direction .bx-next {
  background: url(../img/mr/arrow-next.png);
  background-size: contain;
  width: 31px;
  height: 32px;
}
.bx-wrapper .bx-controls-direction .bx-next:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
  width: 25px !important;
  height: 26px !important;
}
@media print, screen and (min-width: 701px) {
  .bx-wrapper .bx-controls-direction a {
    width: 31px !important;
    height: 32px !important;
  }
}