@charset "UTF-8";
.mod_faq dl dt, a {
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.mod_faq dl dt:hover, a:hover {
  opacity: 0.6;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background: #d5d5d5;
  line-height: 1.7;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

.pvs-plan {
  background: #edece9;
}

.l-wrap, #mod_fixbtn .inner {
  max-width: 580px;
  margin: 0 auto;
  box-shadow: 0 0 200px rgba(97, 97, 97, 0.12);
}

.inner {
  margin: 0 auto;
  max-width: 680px;
  padding: 0 6.4102564103%;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.img, .img--R {
  margin: 0 auto;
  display: block;
}
.img.limit, .limit.img--R {
  max-width: 430px;
}

.img--R {
  border-radius: 13px;
  overflow: hidden;
}

a {
  display: inline-block;
  color: #0e54c4;
  text-decoration: underline;
}

p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
p small {
  display: inline-block;
  line-height: 1.5;
  color: #5c5c5c;
  letter-spacing: 0.01em;
}
p strong {
  font-weight: 700;
}
p a {
  display: inline-block;
  margin: 0 0.2em;
}
p.blue {
  color: #09357d;
}

.elm_col-red {
  color: #d9310d;
}

.elm_h1,
.elm_h2,
.elm_h3,
.elm_h4,
.elm_h5,
.elm_h6,
.elm_h7,
.elm_h8,
.elm_h9,
.elm_h10 {
  font-weight: 700;
}
.elm_h1 small,
.elm_h2 small,
.elm_h3 small,
.elm_h4 small,
.elm_h5 small,
.elm_h6 small,
.elm_h7 small,
.elm_h8 small,
.elm_h9 small,
.elm_h10 small {
  display: inline-block;
}
.elm_h1 span,
.elm_h1 strong,
.elm_h2 span,
.elm_h2 strong,
.elm_h3 span,
.elm_h3 strong,
.elm_h4 span,
.elm_h4 strong,
.elm_h5 span,
.elm_h5 strong,
.elm_h6 span,
.elm_h6 strong,
.elm_h7 span,
.elm_h7 strong,
.elm_h8 span,
.elm_h8 strong,
.elm_h9 span,
.elm_h9 strong,
.elm_h10 span,
.elm_h10 strong {
  display: block;
  line-height: 1.2;
}

.elm_h1 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.elm_h1 span {
  font-size: 32px;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  color: #0e54c4;
}
.elm_h1 span.small {
  font-size: 26px;
}
.elm_h1 small {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.elm_h1 small.fukidasi {
  color: #0e54c4;
  background: #fed829;
  border-radius: 100px;
  padding: 0.5em 1em 0.6em;
  margin-bottom: 1.6em;
}
.elm_h1 small.fukidasi:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #fed829;
  border-bottom: 0;
  position: absolute;
  bottom: -15px;
  left: 43%;
  transform: rotate(26deg);
}
.elm_h1.has_bg--moja {
  background: url("../images/accent/moja.png") no-repeat center bottom -0.8em;
  background-size: 100% auto;
}

.elm_h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.elm_h2 span {
  font-size: 26px;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  color: #0e54c4;
}
.elm_h2 small {
  font-size: 12px;
}
.elm_h2.has_ico--coin:before, .elm_h2.has_ico--safe:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}
.elm_h2.has_ico--coin:before {
  background-image: url("../images/icons/coin.png");
}
.elm_h2.has_ico--safe:before {
  background-image: url("../images/icons/safe.png");
}

.elm_h3 {
  text-align: center;
  margin-bottom: 2rem;
}
.elm_h3 span {
  font-size: 17px;
  line-height: 1.5;
}
.elm_h3 small {
  font-size: 14px;
}
.elm_h3.has--underLine span {
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding-bottom: 0.4em;
}

.elm_h4 {
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
}
.elm_h4 span {
  font-size: 26px;
  line-height: 1.6;
}
.elm_h4 small {
  font-size: 16px;
  line-height: 1.6;
  display: block;
}
.elm_h4 strong {
  font-size: 46px;
  position: relative;
  display: inline-block;
}
.elm_h4 strong:before {
  content: "";
  display: block;
  background: #fed829;
  width: 100%;
  height: 6px;
  border-radius: 15px;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.elm_h5 {
  text-align: center;
  margin-bottom: 1rem;
  color: #3c75d0;
}
.elm_h5 span {
  font-size: 15px;
  line-height: 1.6;
}

.elm_h6 {
  margin-bottom: 1.417em;
}
.elm_h6 span {
  font-size: 14px;
  line-height: 1.6;
}
.elm_h6_ver2 {
  margin-bottom: 2em;
}
.elm_h6_ver2 span {
  font-size: 18px !important;
  text-align: center;
}

.elm_h7 {
  text-align: center;
  margin-bottom: 2rem;
}
.elm_h7 span {
  font-size: 23px;
  line-height: 1.478;
}
.elm_h7 small {
  font-size: 10px;
  letter-spacing: 0.7em;
}

.elm_h8 {
  margin-bottom: 1.417em;
  font-weight: normal;
}

.elm_h9 {
  font-weight: 800;
  margin-bottom: 0.6em;
}

.elm_h10 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.elm_h10::before, .elm_h10::after {
  flex: 1;
  height: 3px;
  border-top: 1px dashed #fff;
  content: "";
}
.elm_h10::before {
  margin-right: 15px;
}
.elm_h10::after {
  margin-left: 15px;
}

.elm_center {
  text-align: center;
}

.elm_left {
  text-align: left;
}

.elm_mt1em {
  margin-top: 1em;
}

.elm_chui {
  display: block;
  margin-top: 4px;
  line-height: 1.5;
}

.elm_spacer--denki {
  background: url("../images/icons/mmd.png") no-repeat center center;
  background-size: 70px;
  height: 100px;
  margin-bottom: 1.3em;
}

.elm_spacer--arrow {
  background: url("../images/icons/arrow.png") no-repeat center center;
  background-size: 70px;
  height: 100px;
  margin-bottom: -0.6em;
}

.elm_label {
  background: #3c75d0;
  color: #fff;
  font-weight: 700;
  padding: 0.7em 2em;
  border: 2px solid #fff;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
}

.elm_hr--obake {
  border: none;
  margin: 2em 0;
  display: block;
}

.elm_hr--line {
  border: none;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
  margin: 2em 0;
  display: block;
}
.elm_hr--line.slim {
  margin: 1em 0;
}

.elm_hukidashi--upper {
  background: #fed829;
  border-radius: 13px;
  padding: 1.3rem;
  font-weight: 700;
  font-size: 14px;
  max-width: 400px;
  margin: 1.5em auto 1em;
  text-align: center;
  position: relative;
}
.elm_hukidashi--upper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fed829;
  border-top: 0;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.elm_hukidashi--upper span {
  font-size: 18px;
  line-height: 1.4;
  margin: 0.1em 0 0.5em;
  display: inline-block;
}
.elm_hukidashi--upper small {
  font-weight: 500;
}

.elm_has--bg1 {
  background: rgba(225, 237, 251, 0.8);
}

.elm_has--bg2 {
  background: white;
}

.elm_link--text {
  text-align: left;
  display: block;
  padding: 1.2em 2em 1.2em 1.2em;
  color: #333;
  text-decoration: none;
  background: url("../images/arrow_br_r2.png") no-repeat right 1rem center;
  background-size: 1.1em;
  background-color: #fff;
  border-radius: 13px;
  font-size: 13px;
  border: 1px solid #dbdbdb;
}

.elm_link--text2 {
  display: inline-block;
  text-align: center;
  display: block;
  padding: 1.6em 1em;
  color: #333;
  text-decoration: ungerline;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.elm_link--text2:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/icons/arrow_b_u.png") no-repeat center center;
  background-size: 1em;
  margin-left: 0.5em;
  margin-bottom: -2.5px;
}

.elm_cvBtn a {
  margin: 0.75em 0;
  display: block;
  text-decoration: none;
  background: #642403;
  padding: 1.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 150px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 4px 0px rgba(159, 159, 159, 0.5);
  vertical-align: middle;
}
.elm_cvBtn a span {
  padding-right: 2em;
  line-height: 1;
  background-image: url("../images/arrow_br_r.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1em;
}
.elm_cvBtn.elm_cvBtn--down a span {
  background-image: url("../images/arrow_d3.png");
}

.elm_box--white {
  background: #fff;
  border-radius: 13px;
  padding: 2rem 0.7rem;
}

.elm_box--blueLine {
  background: #fff;
  border-radius: 13px;
  border: 1px solid #3c75d0;
  padding: 1rem 0.7rem 1.5rem;
}

.elm_box--bgc {
  background: #f4f9ff;
  border-radius: 13px;
  padding: 1.3rem 1.1rem 1.5rem;
}

.elm_attention {
  color: #fdff1a;
}

.l-footer {
  background: #fff;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
}
.l-footer a {
  display: inline-block;
  width: 250px;
}
.l-footer a img {
  width: 100%;
  height: auto;
}
.l-footer small {
  font-size: 10px;
  font-weight: 600;
  opacity: 0.3;
  display: block;
  margin-top: 1rem;
}

.l-header .hdInner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 64px;
  padding-right: 64px;
  background: #fff;
}
.l-header .elm_hdLogo {
  padding: 0 16px;
}
.l-header .elm_hdLogo img {
  max-width: 301px;
  height: auto;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: calc(50% - 290px);
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 20px 15px 15px;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 580px) {
  .hamburger-menu {
    right: 0;
  }
}
.hamburger-menu:hover {
  background-color: #f0f0f0;
}
.hamburger-menu .hamburger-button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 12px;
  padding: 0;
  transition: background-color 0.3s ease;
}
.hamburger-menu .hamburger-button .hamburger-button-line {
  display: block;
  width: 32px;
  height: 1px;
  background-color: #333;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.hamburger-menu .hamburger-button .hamburger-button-line:first-child {
  transform: translateY(-3.5px) rotate(0);
}
.hamburger-menu .hamburger-button .hamburger-button-line:last-child {
  transform: translateY(3.5px) rotate(0);
}
.hamburger-menu.is-active .hamburger-button-line:first-child {
  transform: translateY(0) rotate(20.5deg);
}
.hamburger-menu.is-active .hamburger-button-line:last-child {
  transform: translateY(0) rotate(-20.5deg);
}
.hamburger-menu .hamburger-button-text {
  margin-top: 4px;
  line-height: 1.45;
  font-size: 11px;
  font-weight: 700;
  color: #333;
}

.gnav {
  height: 100%;
  max-width: 580px;
  margin-inline: auto;
  overflow-y: auto;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
}
.gnav-container .gnav {
  padding-top: 88px;
  padding-bottom: 120px;
  background: url("../images/gnav_bg.jpg") no-repeat center top/cover;
}
.gnav .gnav-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px;
  line-height: 1.44;
}
.gnav .gnav-title .shoulder {
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.gnav .gnav-title .main {
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.gnav .gnav-list {
  font-size: 16px;
}
.gnav .gnav-list li {
  border-bottom: 1px solid #fff;
}
.gnav .gnav-list li.gnav-list-plan {
  border-bottom-width: 0;
}
.gnav .gnav-list li:not(:last-child) {
  margin-bottom: 12px;
}
.gnav .gnav-list a {
  display: block;
  padding: 16px 0;
  background: url("../images/arrow_br_r.png") no-repeat right 6px center;
  background-size: 1.1em;
  color: currentColor;
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
.gnav .gnav-list a:hover {
  opacity: 0.6;
}
.gnav .gnav-list-children {
  padding-left: 20px;
}
.gnav .gnav-list-heading {
  margin: 28px 0 12px;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}

.gnav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(-100%);
  transition: transform 0.4s ease, visibility 0.5s, opacity 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.gnav-container.is-active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.footer-nav {
  padding-top: 24px;
  padding-bottom: 30px;
  background: url("../images/fnav_bg.jpg") no-repeat center top/cover;
}
.footer-nav .elm_pagetop {
  display: block;
  width: 68px;
  margin: 30px 16px 0 auto;
}

#mv {
  position: relative;
}
#mv .mod_cvArea {
  position: absolute;
  bottom: 2.8571428571%;
  left: 0;
  width: 100%;
  padding: 0;
  background: transparent;
}
#mv .mod_anchor {
  position: absolute;
  bottom: 11%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  max-width: 680px;
  padding: 0 6.4102564103%;
}

.mod_scrollDown {
  position: absolute;
  top: 50%;
  left: 10px;
  padding: 10px 0 65px;
  transform: translateY(-50%);
  opacity: 0.6;
}
.mod_scrollDown > span {
  display: inline-block;
  z-index: 2;
  padding: 0 10px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
  margin: auto;
}
.mod_scrollDown > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 60px;
  margin-left: -2px;
  background: #ddd;
}
.mod_scrollDown > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 60px;
  background: #000;
  margin-left: -2px;
  animation: scroll-down 2s ease-in-out infinite;
}

@keyframes scroll-down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#plan {
  background-color: #edece9;
}
#plan:has(+ #notes, + #faq) {
  padding-bottom: 30px;
}
#plan .mod_switching {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0 6.1538461538%;
  margin-bottom: -3.19%;
}
#plan .mod_switching .tab {
  cursor: pointer;
  z-index: 1;
}
#plan .mod_switching .tab:hover img {
  opacity: 0.6;
}
#plan .mod_switching .tab.active {
  box-shadow: 0px -8px 8px -8px rgba(0, 0, 0, 0.16), 8px 0px 8px -8px rgba(0, 0, 0, 0.16), -8px 0px 8px -8px rgba(0, 0, 0, 0.16);
}
#plan .mod_switching .item {
  width: 49%;
  padding: 2.05% 4.39% 2.34%;
  border-radius: 8px 8px 0 0;
  background: url("../images/pvs-kanto/gray.png") no-repeat center top/100% auto;
}
#plan .mod_switching .item.active {
  border: none;
  padding: 2.05% 4.39% 2.34%;
  background: url("../images/pvs-kanto/white.png") no-repeat center top/100% auto;
  z-index: 2;
}
#plan .tabContent {
  display: none;
}
#plan .tabContent.show {
  display: block;
}
#plan .elm_cvAnchor {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
#plan .elm_cvAnchor a {
  display: block;
  min-height: 16px;
  color: #333;
  font-size: 12px;
  text-decoration: underline;
  letter-spacing: 0.08em;
}
#plan .elm_cvAnchor a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/arrow_d2.png") no-repeat center center;
  background-size: contain;
  margin-left: 0.5em;
  margin-bottom: -0.25em;
}

#plan01 {
  position: relative;
}
#plan01 .elm_cvAnchor_01 {
  top: 44.24%;
}
#plan01 .elm_cvAnchor_02 {
  bottom: 2.5%;
}
.tokyo-plan #plan01 .elm_cvAnchor_02 {
  bottom: 3.75%;
}
.chubu-plan #plan01 .elm_cvAnchor_01 {
  top: 47.1%;
}
.chubu-plan #plan01 .elm_cvAnchor_02 {
  bottom: 2.42%;
}

#plan02 {
  position: relative;
}
#plan02 .mod_priceLink {
  position: absolute;
  top: 61.67%;
  left: 0;
  width: 100%;
  padding: 0 5.2941176471%;
}
#plan02 .elm_cvAnchor {
  bottom: 3.75%;
}

#pvs2-plan {
  position: relative;
}
#pvs2-plan + #catalog #s_catalog {
  padding-top: 2em;
}
#pvs2-plan .mod_priceLink {
  position: absolute;
  top: 64.4%;
  left: 0;
  width: 100%;
  padding: 0 5.2941176471%;
}

.elm_video {
  position: absolute;
  top: 41.45%;
  width: 100%;
  padding: 0 8.74%;
}
.elm_video iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.mod_planShoulder {
  margin: 0.25rem 0 1.25rem;
  text-align: center;
  line-height: 1.458;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.05em;
  letter-spacing: normal;
}

.mod_planHeader {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}
.mod_planHeader .elm_planHeading {
  text-align: center;
  line-height: 1.444;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.mod_planHeader .elm_planHeading span {
  margin-right: 5px;
  font-size: 24px;
}
.mod_planHeader .elm_notes {
  margin-top: 12px;
  line-height: 1.25;
  font-size: 12px;
}

#achievements {
  position: relative;
}
#achievements .elm_text-link {
  position: absolute;
  left: 0;
  bottom: 3.5%;
  width: 100%;
  padding: 0 6.9%;
  font-family: "Zen Old Mincho", serif;
}
#achievements .elm_text-link a {
  color: #333;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 580px) {
  #achievements .elm_text-link a {
    font-size: 10px;
  }
}

#price {
  position: relative;
}
#price .mod_priceLink {
  position: absolute;
  top: 57.2289156627%;
  left: 0;
  width: 100%;
  padding: 0 5.2941176471%;
}
@media screen and (min-width: 580px) {
  #price .mod_priceLink {
    top: 57.2289156627%;
  }
}

#step {
  padding-bottom: 4em;
  background: #fff;
}
#step .mod_secImg {
  margin-bottom: 2.667em;
}
#step .mod_step {
  margin-bottom: 1.333em;
}

#step3 {
  position: relative;
}
#step3 .mod_stepBtn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  bottom: 9.6308186196%;
  left: 0;
  width: 100%;
  padding: 0 8.2352941176%;
}
#step3 .mod_stepBtn button {
  display: block;
  appearance: none;
  border: none;
  padding: 0;
  margin: 0;
}

#cost {
  position: relative;
}
#cost .mod_notesLink {
  position: absolute;
  bottom: 2.5510204082%;
  left: 0;
  width: 100%;
  text-align: center;
}
#cost .mod_notesLink a {
  display: block;
  min-height: 16px;
  color: #333;
  font-size: 13px;
  text-decoration: underline;
  letter-spacing: 0.08em;
}
#cost .mod_notesLink a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/arrow_d.png") no-repeat center center;
  background-size: contain;
  margin-left: 0.5em;
  margin-bottom: -0.25em;
}

#price {
  position: relative;
}
#price .mod_priceLink {
  position: absolute;
  bottom: 6.8027210884%;
  left: 0;
  width: 100%;
  padding: 0 5.2941176471%;
}
@media screen and (min-width: 580px) {
  #price .mod_priceLink {
    bottom: 7.6530612245%;
  }
}

#s_tos {
  padding: 2.33em 0;
  background: #4d4d4d;
  color: #fff;
}

#s_cp {
  padding-top: 2.267em;
  padding-bottom: 3em;
  background: #233d4b;
  color: #fff;
}
#s_cp .elm_h6 span {
  text-align: center;
  font-size: 16px;
}
#s_cp .elm_h8 {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 14px;
}

#s_faq .elm_h7,
#s_catalog .elm_h7 {
  position: relative;
  margin-bottom: 2.8125rem;
  padding-bottom: 1.25rem;
}
#s_faq .elm_h7::before,
#s_catalog .elm_h7::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.9375rem;
  height: 1px;
  transform: translateX(-50%);
}

#s_faq {
  padding-top: 4em;
  padding-bottom: 4em;
  background: #233d4b;
  color: #fff;
}
#s_faq .elm_h7::before {
  background: #fff;
}

.mod_faq dl {
  border-top: 1px solid #fff;
  transition: all 0.3s ease;
}
.mod_faq dl:last-child {
  border-bottom: 1px solid #fff;
}
.mod_faq dl.highlight {
  background: #fffdf4;
  border: 1px solid #fee15c;
}
.mod_faq dl dt {
  font-size: 14px;
  line-height: 1.429;
  padding: 1.5rem 5.875rem 1.5rem 1.3em;
  position: relative;
  background-size: 1rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_d.png");
}
.mod_faq dl dt.active {
  background-image: url("../images/arrow_u.png");
}
.mod_faq dl dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
}
.mod_faq dl dd {
  border-top: 1px dashed #dbdbdb;
  font-size: 13px;
  padding: 1rem 0 1.5rem 2.3rem;
  background-size: 28px;
  position: relative;
}
.mod_faq dl dd:before {
  content: "A";
  display: block;
  font-size: 18px;
  position: absolute;
  top: 0.8rem;
  left: 1rem;
}
.mod_faq dl dd p {
  margin-bottom: 1em;
}
.mod_faq dl dd p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  .mod_faq dl dd .mod_call {
    margin-left: -2.3rem;
    width: calc(100% + 2.3rem);
  }
}
.mod_faq .seg {
  margin-bottom: 2.6rem;
}
.mod_faq .seg:last-child {
  margin-bottom: 0;
}

#s_catalog {
  padding-top: 4em;
  padding-bottom: 4em;
  background: #edece9;
}
#s_catalog .elm_h7::before {
  background: #333;
}
#s_catalog .mod_catalogThumb {
  padding: 0 8.2352941176%;
  text-align: center;
}
#s_catalog .mod_catalogThumb img {
  width: 336px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 580px) {
  #s_catalog .mod_catalogThumb img {
    width: 230px;
  }
}
#s_catalog .mod_catalogPdf {
  padding: 0 8.2352941176%;
  margin-top: 2em;
  font-size: 14px;
  font-weight: 700;
}
#s_catalog .mod_catalogPdf .caption {
  width: 336px;
  margin-inline: auto;
}
@media screen and (max-width: 580px) {
  #s_catalog .mod_catalogPdf .caption {
    width: 230px;
  }
}

#s_info {
  padding-top: 2.6875em;
  background: #3B3534;
  color: #fff;
}
#s_info:not(:has(#terms)) {
  padding-bottom: 2rem;
}
#s_info .elm_heading {
  margin-bottom: 1.75rem;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
#s_info .elm_heading2 {
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
#s_info .elm_heading2 span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  background: #3B3534;
}
#s_info .elm_heading2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  border-top: 1px dashed #fff;
}
#s_info .elm_heading3 {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 700;
}
#s_info .seg:not(:first-of-type) .elm_h10 {
  margin-top: 3.8em;
}
#s_info #terms {
  margin-top: 2.5rem;
}

#terms {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4d4d4d;
  color: #fff;
}

.mod_info {
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 1.417;
}
.mod_info .seg {
  margin-bottom: 2.1255em;
}
.mod_info .seg:last-child {
  margin-bottom: 0;
}

.mod_info--list {
  font-feature-settings: normal;
}
.mod_info--list li {
  padding-left: 1em;
  text-indent: -1em;
}
.mod_info--list li:before {
  content: "・";
}

.mod_info--notes {
  font-feature-settings: normal;
}
.mod_info--notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.mod_info--notes li:before {
  content: "※";
}

.mod_info--link {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.mod_info--link li {
  border-bottom: 1px dashed #dbdbdb;
}
.mod_info--link li:last-child {
  border-bottom: none;
}
.mod_info--link li a,
.mod_info--link li button {
  display: block;
  padding: 1.6em 2em 1.6em 0;
  color: #333;
  text-decoration: none;
  background: url("../images/arrow_br_r2.png") no-repeat right 6px center;
  background-size: 1.1em;
}
.mod_info--link li a.pdf,
.mod_info--link li button.pdf {
  background: url("../images/icons/pdf.png") no-repeat right center;
  background-size: 2em;
}
.mod_info--link li button {
  width: 100%;
  appearance: none;
}
.mod_info--link.small {
  border: none;
  border-radius: 9px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.mod_info--link.small li {
  border-bottom: 1px solid #dbdbdb;
}
.mod_info--link.small li:last-child {
  border-bottom: none;
}
.mod_info--link.small a,
.mod_info--link.small button {
  font-size: 12px;
  display: block;
  padding: 1em 2.7em 1em 1.2em;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  background-image: url("../images/arrow_br_r2.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 1.1em;
  line-height: 1.4;
}
.mod_info--link.small a.pdf,
.mod_info--link.small button.pdf {
  background-color: #fff;
  background-image: url("../images/icons/pdf.png");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 2em;
}

.mod_info--textLink li a {
  text-decoration: underline;
  color: currentColor;
}

#s_contact {
  background: #f4f9ff;
  padding-top: 2em;
  padding-bottom: 2em;
}
#s_contact h1 {
  text-align: center;
  margin-bottom: 1em;
}
#s_contact .elm_callInfo {
  font-size: 14px;
}
#s_contact .elm_callInfo .box {
  padding: 1.5em 1em;
  border-radius: 9px;
  border: 1px solid #eee;
  background: #fff;
}
#s_contact .elm_callInfo .ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
  text-align: center;
}
#s_contact .elm_callInfo .tel {
  margin-bottom: 0.5em;
  font-size: 1.57em;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
#s_contact .elm_callInfo .tel small {
  display: block;
  font-size: 0.455em;
  font-weight: normal;
}
#s_contact .elm_callInfo a {
  text-decoration: none;
}
#s_contact .elm_callNotes {
  margin-top: 1em;
  font-size: 12px;
  text-align: center;
}

#s_plan {
  padding-top: 4em;
  padding-bottom: 6.25em;
  background: #edece9;
}
#s_plan .elm_shoulder {
  display: block;
  line-height: 1.45;
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: 500;
}
#s_plan .elm_h11 {
  position: relative;
  margin-bottom: 3.75rem;
  padding-bottom: 1.25rem;
  font-family: "Zen Old Mincho", serif;
}
#s_plan .elm_h11::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.9375rem;
  height: 1px;
  background: #333;
}
#s_plan .elm_planBtns {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#s_plan .elm_planBtns li a {
  display: block;
  width: 100%;
}

#bottom_notes {
  padding: 23px 0;
  background: #fff;
  line-height: 1.417;
  font-size: 12px;
}

#another_plan {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fff;
}
#another_plan + #bottom_notes {
  padding-top: 0;
}

#pankuz {
  padding: 1rem 0;
  background: #edece9;
}
#pankuz .elm_pankuzList {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
}
#pankuz .elm_pankuzList li:not(:first-child)::before {
  padding: 0 0.4em;
  content: "/";
}
#pankuz .elm_pankuzList a {
  text-decoration: none;
  color: currentColor;
}

.mod_cvArea {
  padding: 2.667em 0 3.2em;
  background: #fff;
  text-align: center;
}
.mod_cvArea .elm_cvCach {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  position: relative;
}
.mod_cvArea .elm_cvCach:before, .mod_cvArea .elm_cvCach:after {
  content: "";
  width: 6px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 8px;
}
.mod_cvArea .elm_cvCach:before {
  transform: translateX(-1.125rem);
  background-image: url("../images/accent_l.png");
}
.mod_cvArea .elm_cvCach:after {
  transform: translateX(0.75rem);
  background-image: url("../images/accent_r.png");
}
.mod_cvArea .elm_cvBtn {
  max-width: 375px;
  margin: 0 auto;
}
.mod_cvArea .elm_cvAnchor {
  text-align: center;
}
.mod_cvArea .elm_cvAnchor a {
  display: block;
  min-height: 16px;
  color: #333;
  font-size: 11px;
  text-decoration: underline;
  letter-spacing: 0.08em;
}
.mod_cvArea .elm_cvAnchor a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/arrow_d2.png") no-repeat center center;
  background-size: contain;
  margin-left: 0.5em;
  margin-bottom: -0.25em;
}

#mod_fixbtn {
  z-index: 200;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#mod_fixbtn .inner {
  box-shadow: none;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 580px) {
  #mod_fixbtn .inner {
    padding: 0.2em 0;
  }
}
#mod_fixbtn .elm_cvBtn {
  max-width: 375px;
  margin: 0 auto;
}

#mod_floatingbtn img {
  width: 38px;
  height: auto;
}

#mod_headLabel {
  background: #c7e3ff;
  color: #3c75d0;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  padding: 0.8em;
  line-height: 1;
  letter-spacing: 0.05em;
}

#auFoot {
  letter-spacing: 0;
  background: #f4f9ff !important;
}

.forSP {
  display: none;
}
@media screen and (max-width: 769px) {
  .forSP {
    display: inline;
  }
}

.forPC {
  display: inline;
}
@media screen and (max-width: 769px) {
  .forPC {
    display: none;
  }
}

#mod_hero {
  padding: 2rem 0;
}
#mod_hero h1 {
  margin-bottom: 0;
}

.mod_table, .mod_table-style04, .mod_table-style02, .mod_table-style01, .mod_table-style03 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-size: 13px;
}
.mod_table th, .mod_table-style04 th, .mod_table-style02 th, .mod_table-style01 th, .mod_table-style03 th,
.mod_table td,
.mod_table-style04 td,
.mod_table-style02 td,
.mod_table-style01 td,
.mod_table-style03 td {
  padding: 1em 1.3em;
  line-height: 1.2;
  vertical-align: middle;
}
.mod_table .color-blue, .mod_table-style04 .color-blue, .mod_table-style02 .color-blue, .mod_table-style01 .color-blue, .mod_table-style03 .color-blue {
  color: #0e54c4;
  font-weight: 600;
}
.mod_table thead th, .mod_table-style04 thead th, .mod_table-style02 thead th, .mod_table-style01 thead th, .mod_table-style03 thead th {
  padding-top: 0;
  padding-bottom: 0.6em;
  font-size: 12px;
}
.mod_table tbody tr, .mod_table-style04 tbody tr, .mod_table-style02 tbody tr, .mod_table-style01 tbody tr, .mod_table-style03 tbody tr {
  background: #fff;
}
.mod_table tbody tr:first-child th, .mod_table-style04 tbody tr:first-child th, .mod_table-style02 tbody tr:first-child th, .mod_table-style01 tbody tr:first-child th, .mod_table-style03 tbody tr:first-child th {
  border-top-left-radius: 8px;
}
.mod_table tbody tr:first-child td, .mod_table-style04 tbody tr:first-child td, .mod_table-style02 tbody tr:first-child td, .mod_table-style01 tbody tr:first-child td, .mod_table-style03 tbody tr:first-child td {
  border-top-right-radius: 8px;
}
.mod_table tbody tr:last-child th, .mod_table-style04 tbody tr:last-child th, .mod_table-style02 tbody tr:last-child th, .mod_table-style01 tbody tr:last-child th, .mod_table-style03 tbody tr:last-child th {
  border-bottom: 1px solid #dbdbdb;
  border-bottom-left-radius: 8px;
}
.mod_table tbody tr:last-child td, .mod_table-style04 tbody tr:last-child td, .mod_table-style02 tbody tr:last-child td, .mod_table-style01 tbody tr:last-child td, .mod_table-style03 tbody tr:last-child td {
  border-bottom: 1px solid #dbdbdb;
  border-bottom-right-radius: 8px;
}
.mod_table tbody tr th, .mod_table-style04 tbody tr th, .mod_table-style02 tbody tr th, .mod_table-style01 tbody tr th, .mod_table-style03 tbody tr th,
.mod_table tbody tr td,
.mod_table-style04 tbody tr td,
.mod_table-style02 tbody tr td,
.mod_table-style01 tbody tr td,
.mod_table-style03 tbody tr td {
  border-bottom: none;
}
.mod_table tbody th, .mod_table-style04 tbody th, .mod_table-style02 tbody th, .mod_table-style01 tbody th, .mod_table-style03 tbody th,
.mod_table tbody td,
.mod_table-style04 tbody td,
.mod_table-style02 tbody td,
.mod_table-style01 tbody td,
.mod_table-style03 tbody td {
  border: 1px solid #dbdbdb;
}
.mod_table tbody th, .mod_table-style04 tbody th, .mod_table-style02 tbody th, .mod_table-style01 tbody th, .mod_table-style03 tbody th {
  border-right: none;
}
.mod_table tbody td, .mod_table-style04 tbody td, .mod_table-style02 tbody td, .mod_table-style01 tbody td, .mod_table-style03 tbody td {
  border-left: none;
}
.mod_table tfoot, .mod_table-style04 tfoot, .mod_table-style02 tfoot, .mod_table-style01 tfoot, .mod_table-style03 tfoot {
  opacity: 0.6;
  font-size: 11px;
}
.mod_table tfoot th, .mod_table-style04 tfoot th, .mod_table-style02 tfoot th, .mod_table-style01 tfoot th, .mod_table-style03 tfoot th,
.mod_table tfoot td,
.mod_table-style04 tfoot td,
.mod_table-style02 tfoot td,
.mod_table-style01 tfoot td,
.mod_table-style03 tfoot td {
  padding-left: 0.3em;
}

.mod_table-style01 thead th, .mod_table-style03 thead th {
  text-align: center;
}
.mod_table-style01 tbody th, .mod_table-style03 tbody th {
  background: rgba(219, 219, 219, 0.15);
}
.mod_table-style01 tbody td, .mod_table-style03 tbody td {
  text-align: center;
}

.mod_table-style02 thead th {
  padding-left: 0.3em;
}
.mod_table-style02 tbody th {
  position: relative;
}
.mod_table-style02 tbody th:after {
  content: "";
  display: block;
  width: 1.3em;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.mod_table-style02 tbody tr:first-child th:after, .mod_table-style02 tbody tr:last-child th:after {
  content: none;
}
.mod_table-style02 tbody td {
  text-align: right;
}

.mod_table-style03 tbody th {
  width: 35%;
  text-align: center;
  font-weight: 500;
}
.mod_table-style03 tbody td {
  text-align: left;
}
.mod_table-style03 tbody th,
.mod_table-style03 tbody td {
  vertical-align: middle;
}

.mod_table-style04 tbody th,
.mod_table-style04 tbody td {
  padding: 0.7em;
  line-height: 1.2;
  font-size: 90%;
}
.mod_table-style04 tbody tr:first-child th {
  border-radius: 0;
}
.mod_table-style04 tbody tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.mod_table-style04 tbody tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.mod_table-style04 tbody tr:first-child td {
  border-radius: 0;
}
.mod_table-style04 tbody tr:last-child th,
.mod_table-style04 tbody tr:last-child td {
  border-radius: 0;
}
.mod_table-style04 tbody tr:last-child th:first-child,
.mod_table-style04 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.mod_table-style04 tbody tr:last-child th:last-child,
.mod_table-style04 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.mod_table-style04 tbody tr th,
.mod_table-style04 tbody tr td {
  text-align: center;
  font-weight: 500;
  border: none;
  border-top: 1px solid #dbdbdb;
}
.mod_table-style04 tbody tr th:first-child,
.mod_table-style04 tbody tr td:first-child {
  border-left: 1px solid #dbdbdb;
}
.mod_table-style04 tbody tr th:last-child,
.mod_table-style04 tbody tr td:last-child {
  background: rgba(219, 219, 219, 0.15);
  border-right: 1px solid #dbdbdb;
}

.elm_disLink {
  pointer-events: none;
  color: currentColor;
  text-decoration: none;
}

.mod_call {
  padding: 2em 1em 2.2em;
  background: #fff;
  border-radius: 9px;
  text-align: center;
  line-height: 1;
  color: #111;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #eee;
  width: 100%;
  position: relative;
}

.mod_call a {
  text-decoration: none;
}

.mod_call span {
  display: inline-block;
}

.mod_call .body {
  margin-top: 0.8em;
  display: flex;
  justify-content: center;
}

.mod_call .foot {
  margin-top: 0.1em;
}

.mod_call .title {
  font-weight: 700;
  color: #18185c;
  font-size: 1em;
}

.mod_call .fcmark {
  width: 2.2em;
  height: 100%;
  margin-right: 0.5em;
  transform: translateY(13%);
}

@media screen and (max-width: 769px) {
  .mod_call .fcmark {
    width: 9vw;
  }
}
.mod_call .fcmark svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mod_call .number {
  color: #111;
  font-size: 2.65em;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.mod_call .number span {
  transform: translateY(-10%);
}

@media screen and (max-width: 769px) {
  .mod_call .number {
    font-size: 10vw;
  }
}
.mod_call .callex {
  font-size: 0.7em;
  opacity: 0.6;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 769px) {
  .mod_call .callex {
    font-size: 3vw;
  }
}
.mod_call.small {
  padding: 1.5em 1em 1.6em;
}

.mod_call.small .fcmark {
  height: 1.8em;
  transform: translateY(17%);
}

@media screen and (max-width: 769px) {
  .mod_call.small .fcmark {
    width: 7vw;
  }
}
.mod_call.small .number {
  font-size: 2.65em;
}

@media screen and (max-width: 769px) {
  .mod_call.small .number {
    font-size: 8vw;
  }
}
.mod_call.small .callex {
  font-size: 0.7em;
}

@media screen and (max-width: 769px) {
  .mod_call.small .callex {
    font-size: 2.5vw;
  }
}