@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;
}

.header .header__icon-white {
  display: none !important;
}

.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;
}

.info-cap {
  font-size: 10px;
  margin-top: 5px;
}

.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;
  }
}

.list {
  margin: 20px auto;
  width: 70%;
}
.list li {
  font-size: 12px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.list li::before {
  content: "●";
  font-size: 12px;
  color: #d80c18;
}
.list li + li {
  margin-top: 5px;
}

.img {
  margin: 30px auto 0;
  width: 80%;
}
.img.-wide {
  width: 94%;
}

.excap {
  width: 80%;
  font-size: 10px;
  margin: 20px auto 8px;
}

.eximg {
  width: 80%;
  margin: 5px auto 50px;
}

.btn-wrap.-center {
  display:flex;
  justify-content: center;
  margin-top: 20px;
}

.btn {
  display: block;
  position: relative;
  padding: 1em  2em 1em 3em;
  background-color: #5eb7e8;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn::before {
  content: "";
  display: block;
  background-image: url("../img/common/white-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
  left: 1.5em;
}
@media (hover: hover) {
  .btn:hover {
    color: #fff;
    background-color: #000;
  }
}
