@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -------------------------------------------------------------------
 全体設定
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
    color: #000;
    /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
    /* font-family: 'Noto Serif JP', sans-serif; */
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .pc-tablet-none {
    display: none;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  .bg-none {
    background: none;
  }
  img {
    max-width: 100%;
  }
  main {
    min-width: 100%;
  }
  .section-title01 {
    margin: 0 0 5rem 0;
    padding: 4.5rem 0 0 0;
    background: url("/assets/img/common/title_logo.webp") no-repeat center top;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    color: #081267;
    line-height: 1.3;
  }
  .link-btn01 {
    width: 320px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
  }
  .link-btn01 a {
    display: block;
    width: 100%;
    padding: 1.25rem 0;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#081267), color-stop(50%, #081267), color-stop(50%, #00084D), to(#00084D));
    background: linear-gradient(180deg, #081267 0%, #081267 50%, #00084D 50%, #00084D 100%);
    text-decoration: none;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0px 10px 0px -5px #020417;
            box-shadow: 0px 10px 0px -5px #020417;
  }
  .link-btn01 a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .sidemenu {
    width: 70px;
    position: fixed;
    right: 0;
    top: 170px;
    z-index: 9999;
  }
  .sidemenu ul {
    width: 100%;
  }
  .sidemenu ul li {
    background: #fff;
  }
  .sidemenu__btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0 1.5rem 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #fff;
    text-decoration: none;
    line-height: 1;
  }
  .sidemenu__btn.--kyouka {
    background: -webkit-gradient(linear, left top, left bottom, from(#0CAE6B), color-stop(50%, #0CAE6B), color-stop(50%, #008F54), to(#008F54));
    background: linear-gradient(180deg, #0CAE6B 0%, #0CAE6B 50%, #008F54 50%, #008F54 100%);
  }
  .sidemenu__btn.--kyouka span {
    padding: 3.7rem 0 0 0;
    font-weight: bold;
    background: url(../../assets/img/common/btn_kyouka_icon.webp) no-repeat center top;
  }
  .sidemenu__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  a.anchor {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
  }
  .location {
    width: 1200px;
    margin: 2rem auto;
  }
  .location ul {
    text-align: left;
    font-size: 1.2rem;
  }
  .location ul li {
    display: inline;
  }
  .location ul li:after {
    content: ">";
    padding: 0 3px;
  }
  .location ul li:last-child:after {
    content: "";
  }
  /* 電話番号アニメーション */
  .icon-telCalling {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel.webp");
    background-size: 30px;
    color: #0A1367;
  }
  .icon-telCalling .calling {
    position: absolute;
    top: 15px;
    left: 18px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling .calling:before, .icon-telCalling .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling .calling:last-child:after {
    content: none;
  }
  .icon-telCalling02 {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel.webp");
    background-size: 40px;
    color: #0A1367;
  }
  .icon-telCalling02 .calling {
    position: absolute;
    top: 20px;
    left: 23px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling02 .calling:before, .icon-telCalling02 .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling02 .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling02 .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling02 .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling02 .calling:last-child:after {
    content: none;
  }
  .icon-telCalling03 {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_wh.webp");
    background-size: 40px;
    color: #fff;
  }
  .icon-telCalling03 .calling {
    position: absolute;
    top: 20px;
    left: 23px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling03 .calling:before, .icon-telCalling03 .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling03 .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling03 .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling03 .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling03 .calling:last-child:after {
    content: none;
  }
  @-webkit-keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  @keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  .wp-pagenavi {
    margin: 10rem 0 0 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .wp-pagenavi a, .wp-pagenavi a:link {
    margin: 0.25rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #000;
    border: 1px solid #333;
    background: #fff;
  }
  .wp-pagenavi a:visited {
    color: #000;
  }
  .wp-pagenavi a:hover {
    text-decoration: underline;
    background: #333;
    color: #fff;
  }
  .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    border: 1px solid #333;
    color: #000;
    background: #fff;
  }
  .wp-pagenavi span.current {
    font-weight: bold;
    background: #333;
    color: #FFF;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 62.5%;
  }
  body {
    color: #000;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .sp-none {
    display: none;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  .bg-none {
    background-color: none;
    background-image: none;
  }
  img {
    max-width: 100%;
  }
  .section-title01 {
    width: 92%;
    margin: 0 auto 2.5rem auto;
    padding: 3rem 0 0 0;
    background: url("/assets/img/common/title_logo.webp") no-repeat center top;
    background-size: 25px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #081267;
    line-height: 1.3;
  }
  .link-btn01 {
    width: 240px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
  }
  .link-btn01 a {
    display: block;
    width: 100%;
    padding: 1rem 0;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#081267), color-stop(50%, #081267), color-stop(50%, #00084D), to(#00084D));
    background: linear-gradient(180deg, #081267 0%, #081267 50%, #00084D 50%, #00084D 100%);
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0px 10px 0px -5px #020417;
            box-shadow: 0px 10px 0px -5px #020417;
  }
  .location {
    width: 100%;
    padding: 1rem;
    background: #EFEFEF;
  }
  .location ul {
    text-align: left;
    font-size: 1.2rem;
  }
  .location ul li {
    display: inline;
  }
  .location ul li:after {
    content: ">";
    padding: 0 3px;
  }
  .location ul li:last-child:after {
    content: "";
  }
  .sidemenu {
    display: none;
  }
  /* 電話番号アニメーション */
  .icon-telCalling-nav {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_wh.webp");
    background-repeat: no-repeat;
    background-size: 20px;
    color: #fff;
  }
  .icon-telCalling-nav .calling {
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-nav .calling:before, .icon-telCalling-nav .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-nav .calling:first-child:before {
    width: 8px;
    height: 8px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-nav .calling:first-child:after {
    width: 20px;
    height: 20px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-nav .calling:last-child:before {
    width: 30px;
    height: 30px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-nav .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-cta-first {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_wh.webp");
    background-repeat: no-repeat;
    background-size: 40px;
    color: #fff;
  }
  .icon-telCalling-cta-first .calling {
    position: absolute;
    top: 17px;
    left: 25px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-cta-first .calling:before, .icon-telCalling-cta-first .calling:after {
    position: absolute;
    border: 3px solid transparent;
    border-top: solid 3px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-cta-first .calling:first-child:before {
    width: 15px;
    height: 15px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-cta-first .calling:first-child:after {
    width: 27px;
    height: 27px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-cta-first .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-cta-first .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-cta-wh {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_wh.webp");
    background-repeat: no-repeat;
    background-size: 40px;
    color: #fff;
  }
  .icon-telCalling-cta-wh .calling {
    position: absolute;
    top: 17px;
    left: 25px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-cta-wh .calling:before, .icon-telCalling-cta-wh .calling:after {
    position: absolute;
    border: 3px solid transparent;
    border-top: solid 3px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-cta-wh .calling:first-child:before {
    width: 15px;
    height: 15px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-cta-wh .calling:first-child:after {
    width: 27px;
    height: 27px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-cta-wh .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-cta-wh .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-ft {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel_wh.webp");
    background-repeat: no-repeat;
    background-size: 20px;
    color: #fff;
  }
  .icon-telCalling-ft .calling {
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-ft .calling:before, .icon-telCalling-ft .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-ft .calling:first-child:before {
    width: 8px;
    height: 8px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-ft .calling:first-child:after {
    width: 20px;
    height: 20px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-ft .calling:last-child:before {
    width: 30px;
    height: 30px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-ft .calling:last-child:after {
    content: none;
  }
  @-webkit-keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  @keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  .wp-pagenavi {
    margin: 5rem 0 0 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .wp-pagenavi a, .wp-pagenavi a:link {
    margin: 0.25rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #000;
    border: 1px solid #333;
    background: #fff;
  }
  .wp-pagenavi a:visited {
    color: #000;
  }
  .wp-pagenavi a:hover {
    text-decoration: underline;
    background: #333;
    color: #fff;
  }
  .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    border: 1px solid #333;
    color: #000;
    background: #fff;
  }
  .wp-pagenavi span.current {
    font-weight: bold;
    background: #333;
    color: #FFF;
  }
}
/* -------------------------------------------------------------------
  ヘッダー
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  .hd {
    width: 100%;
    position: relative;
    z-index: 9999;
    line-height: 1;
    background: #fff;
    -webkit-box-shadow: 0px 6px 15px -3px #c4c4c4;
            box-shadow: 0px 6px 15px -3px #c4c4c4;
    /* hamburgerここから */
    /* ナビゲーション */
  }
  .hd__title {
    padding: 1rem 2rem;
    background: #0A1367;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .hd__inner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 2rem 0 1.5rem 0;
  }
  .hd__logo {
    width: 145px;
  }
  .hd__contact {
    width: 910px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hd__tel-column {
    width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hd__tel-lead {
    font-weight: bold;
    line-height: 1.3;
  }
  .hd__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 2.5rem;
  }
  .hd__tel-icon {
    width: 30px;
    margin: 0.5rem 1.5rem 0 0;
  }
  .hd__tel-number {
    font-size: 4rem;
    font-weight: bold;
    color: #0A1367;
  }
  .hd__btn-list {
    width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -1rem 0 0 0;
  }
  .hd__btn-list li {
    width: 160px;
  }
  .hd__btn {
    width: 100%;
    height: 50px;
    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;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #333;
    border-radius: 10px;
  }
  .hd__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .hd__btn.--hasten {
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
  }
  .hd__btn.--siryou {
    background: -webkit-gradient(linear, left top, left bottom, from(#0D4B8C), color-stop(50%, #0D4B8C), color-stop(50%, #053464), to(#053464));
    background: linear-gradient(180deg, #0D4B8C 0%, #0D4B8C 50%, #053464 50%, #053464 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #021D3A;
            box-shadow: 0px 4px 0px 0 #021D3A;
    border-radius: 11px;
  }
  .hd #hamburger {
    display: none;
  }
  .hd .hamburger-txt {
    display: none;
  }
  .hd #menu-btn-check {
    display: none;
  }
  .hd .global-nav {
    width: 100%;
    position: relative;
    background: #fff;
    /* メニューをhoverした時のスタイル */
  }
  .hd .global-nav .menu {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0.5rem 0;
    position: relative;
  }
  .hd .global-nav .menu li {
    width: 12.5%;
    border-right: 1px solid #333;
  }
  .hd .global-nav .menu li a {
    height: 45px;
    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;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    color: #000;
  }
  .hd .global-nav .menu li .active {
    font-weight: bold;
  }
  .hd .global-nav .menu li:hover > a {
    color: #0A1367;
  }
  .hd .global-nav .menu li:nth-child(1) {
    border-left: 1px solid #333;
  }
  .hd .global-nav .megaMenu {
    width: 100%;
    position: absolute;
    left: 0;
    visibility: hidden;
    padding: 3rem;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px -10px #c4c4c4;
            box-shadow: 0px 10px 20px -10px #c4c4c4;
  }
  .hd .global-nav .megaMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.5rem;
  }
  .hd .global-nav .megaMenu ul li {
    width: auto;
    border: none;
    font-size: 1.6rem;
  }
  .hd .global-nav .megaMenu ul li:nth-child(1) {
    border-left: none;
  }
  .hd .global-nav .megaMenu ul li a {
    height: auto;
  }
  .hd .global-nav .menu li:hover .megaMenu {
    opacity: 1;
    visibility: visible;
  }
  .hd .global-nav .sp-only {
    display: none;
  }
  .hd-form {
    width: 100%;
    position: relative;
    z-index: 9999;
    line-height: 1;
  }
  .hd-form__title {
    padding: 1rem 2rem;
    background: #0A1367;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .hd-form__inner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 2rem 0 1.5rem 0;
  }
  .hd-form__logo {
    width: 145px;
  }
  .hd-form__btn-back {
    width: 200px;
    background: #0A1367;
  }
  .hd-form__btn-back a {
    display: block;
    padding: 2rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  #hd.fixed {
    position: fixed;
    top: 0;
    -webkit-transition: top 0.5s ease-in;
    transition: top 0.5s ease-in;
  }
  #hd.fixed .hd__title {
    display: none;
  }
  #hd.fixed .hd__inner {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .hd {
    width: 100%;
    color: #000;
    /* hamburgerここから */
    /* inputを非表示 */
    /* label */
    /* メニュー展開時にハンバーガーアイコンを固定 */
    /* ハンバーガーアイコン */
    /* ハンバーガーアイコン･アニメーション */
    /* メニューエリア･アニメーション */
    /* 右から */
    /* コンテンツカバー */
    /* ナビゲーション */
  }
  .hd__title {
    padding: 0.5rem 7rem 0.5rem 1rem;
    background: #0A1367;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .hd__inner {
    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;
    width: 100%;
    height: 70px;
  }
  .hd__logo {
    width: 110px;
    margin: 0 auto;
  }
  .hd__logo img {
    width: 100%;
  }
  .hd .input-hidden {
    display: none;
  }
  .hd .hamburger-switch {
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px; /* ハンバーガーアイコンの位置（上から） */
    z-index: 9999;
    width: 5rem; /* アイコン（クリック可能領域）の幅 */
    height: 5rem; /* アイコン（クリック可能領域の）高さ */
    background: #fff;
    border-radius: 5%;
    border: 2px solid #333;
  }
  .hd .hamburger-txt {
    position: relative;
    top: 53%;
    left: 4px;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .hd #hamburger:checked ~ .hamburger-switch {
    position: fixed;
  }
  .hd .hamburger-switch-line, .hd .hamburger-switch-line-before, .hd .hamburger-switch-line-after {
    width: 25px;
    height: 3px;
    background: #333; /* ハンバーガーアイコンの色 */
    position: absolute;
    top: 35%;
    left: 51%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
  }
  .hd .hamburger-switch-line {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .hd .hamburger-switch-line-before {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
  }
  .hd .hamburger-switch-line-after {
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
  .hd #hamburger:checked ~ .hamburger-switch .hamburger-switch-line {
    width: 0;
  }
  .hd #hamburger:checked ~ .hamburger-switch .hamburger-switch-line-before {
    -webkit-transform: rotate(45deg) translate(-40%, 325%);
            transform: rotate(45deg) translate(-40%, 325%);
  }
  .hd #hamburger:checked ~ .hamburger-switch .hamburger-switch-line-after {
    -webkit-transform: rotate(-45deg) translate(-40%, -325%);
            transform: rotate(-45deg) translate(-40%, -325%);
  }
  .hd #hamburger:checked ~ .global-nav {
    left: 0%;
  }
  .hd #hamburger:checked ~ .hamburger-closelabel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .hd #hamburger:checked ~ .hamburger-closelabel .hamburger-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
    background: rgba(3, 3, 3, 0.5);
    display: block;
    cursor: pointer;
  }
  .hd .global-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    padding: 2.5rem;
    z-index: 9998;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    width: 100%;
  }
  .hd .global-nav .contact {
    display: none;
  }
  .hd .global-nav .menu {
    width: 100%;
  }
  .hd .global-nav .menu li {
    width: 100%;
    border-bottom: 1px solid #999;
  }
  .hd .global-nav .menu li a {
    display: block;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    font-weight: bold;
    font-size: 1.5rem;
    color: #000;
    text-decoration: none;
    background: url("/assets/img/common/nav_arrow_bl.webp") no-repeat 12px 22px;
    background-size: 8px;
  }
  .hd .global-nav .menu li .megaMenu {
    margin: -0.5rem 0 1rem 0;
  }
  .hd .global-nav .menu li .megaMenu ul li {
    margin: 0 0 0 2rem;
    border-bottom: none;
  }
  .hd .global-nav .menu li .megaMenu ul li a {
    padding: 0.7rem 1rem 0.7rem 3rem;
    background: url("/assets/img/common/nav_arrow_bl.webp") no-repeat 12px 14px;
    background-size: 8px;
  }
  .hd .global-nav .menu .pc-only {
    display: none;
  }
  .hd-form {
    width: 100%;
    line-height: 1;
  }
  .hd-form__title {
    padding: 1rem 2rem;
    background: #0A1367;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .hd-form__inner {
    width: 92%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 2rem 0 1.5rem 0;
  }
  .hd-form__logo {
    width: 145px;
  }
  .hd-form__btn-back {
    width: 140px;
    background: #0A1367;
  }
  .hd-form__btn-back a {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
  }
}
/* -------------------------------------------------------------------
 TOPページ
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  #index .fv {
    width: 100%;
    height: 450px;
    background: url("../../assets/img/index/fv_pc_bg.webp") no-repeat bottom;
    background-size: cover;
  }
  #index .fv__inner-pc {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background: #fff;
  }
  #index .fv__inner-sp {
    display: none;
  }
  #index .fv__photo-list {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #index .cta-first {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 248, 223);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(247, 244, 211) 3px, rgb(247, 244, 211) 6px);
  }
  #index .cta-first__inner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #index .cta-first-telbox {
    width: 590px;
    position: relative;
    background: #fff;
    border-radius: 15px;
  }
  #index .cta-first-telbox__title {
    width: 100%;
    position: relative;
    padding: 1rem 0;
    background: #D72955;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #index .cta-first-telbox__title strong {
    font-size: 30px;
    font-weight: bold;
  }
  #index .cta-first-telbox__title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #D72955;
  }
  #index .cta-first-telbox__lead {
    margin: 2rem 0 0 5rem;
    font-weight: bold;
    font-size: 2.2rem;
    color: #D72955;
  }
  #index .cta-first-telbox__image {
    width: 130px;
    position: absolute;
    right: 5px;
    bottom: 0;
  }
  #index .cta-first-telbox__tel-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    padding: 0 0 0 3rem;
  }
  #index .cta-first-telbox__tel-pc-icon {
    width: 50px;
  }
  #index .cta-first-telbox__tel-pc-number {
    font-weight: bold;
    font-size: 5.5rem;
    color: #0a1367;
  }
  #index .cta-first-telbox__tel-sp {
    display: none;
  }
  #index .cta-first-telbox__bottom-txt {
    margin: 1.5rem 0 0 0;
    padding: 1rem 1.5rem 1rem 1.5rem;
    background: #E9E9DF;
    line-height: 2;
    font-weight: bold;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #index .cta-first-telbox__bottom-txt span {
    padding: 0.3rem 1rem;
    margin: 0 1rem 0 0;
    background: #081267;
    color: #fff;
    font-weight: bold;
  }
  #index .cta-first-telbox__bottom-txt strong {
    margin: 0 0.5rem;
    font-weight: bold;
    color: #D72955;
    border-bottom: 1px solid #D72955;
  }
  #index .cta-first-memberbox {
    width: 590px;
    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;
    background: url("/assets/img/common/member_bn_bg.webp") no-repeat;
    background-size: cover;
    border: 10px solid #081267;
    border-radius: 15px;
  }
  #index .cta-first-memberbox:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .cta-first-memberbox a {
    display: block;
    height: 100%;
    padding: 2.5rem;
    text-decoration: none;
    color: #000;
  }
  #index .cta-first-memberbox h3 {
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 3.4rem;
    text-align: center;
    color: #091167;
  }
  #index .cta-first-memberbox p {
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
  }
  #index .cta-first-memberbox p strong {
    font-weight: bold;
    color: #AC1752;
  }
  #index .cta-first-memberbox p span {
    font-weight: bold;
    font-size: 3rem;
  }
  #index .hall {
    padding: 10rem 0;
    background: url("/assets/img/index/hall_bg.webp") no-repeat bottom center;
    background-size: contain;
  }
  #index .hall__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #index .hall__map-box {
    width: 100%;
    margin: 3rem auto 0 auto;
  }
  #index .hall__map {
    width: 1000px;
    height: 600px;
    position: relative;
    margin: 0 auto 3rem auto;
    background: url("/assets/img/index/map_image.webp") no-repeat;
    background-size: contain;
  }
  #index .hall__map-btn {
    width: 180px;
    position: absolute;
    background: #fff;
  }
  #index .hall__map-btn a {
    display: block;
    padding: 0.7rem 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  #index .hall__map-btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .hall__map-btn.--crest a {
    background: #126537;
  }
  #index .hall__map-btn.--familyno a {
    background: #D65B1D;
  }
  #index .hall__map-btn.--ameiyu a {
    background: #024190;
  }
  #index .hall__map-btn.--btn01 {
    top: 40px;
    left: 80px;
  }
  #index .hall__map-btn.--btn02 {
    top: 120px;
    left: 440px;
  }
  #index .hall__map-btn.--btn03 {
    top: 285px;
    left: 470px;
  }
  #index .hall__map-btn.--btn04 {
    top: 510px;
    left: 500px;
  }
  #index .hall__map-btn.--btn05 {
    top: 240px;
    left: 50px;
  }
  #index .hall__map-btn.--btn06 {
    top: 330px;
    left: 100px;
  }
  #index .hall__map-btn.--btn07 {
    top: 145px;
    left: 20px;
  }
  #index .hall__map-btn.--btn08 {
    top: 180px;
    left: 350px;
  }
  #index .hall__map-btn.--btn09 {
    top: 490px;
    left: 70px;
  }
  #index .hall__map-btn.--btn10 {
    top: 470px;
    left: 270px;
  }
  #index .hall__map-btn.--btn11 {
    top: 85px;
    left: 650px;
  }
  #index .hall__map-btn.--btn12 {
    top: 280px;
    left: 690px;
  }
  #index .hall__map-btn.--btn13 {
    top: 470px;
    left: 750px;
  }
  #index .hall__map-btn.--btn14 {
    top: 355px;
    left: 440px;
  }
  #index .plan {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #index .plan__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #index .plan__list {
    width: 100%;
  }
  #index .plan__box {
    width: 370px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .plan__btn {
    width: 100%;
    display: block;
    padding: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  #index .plan__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .plan__title {
    padding: 0.5rem 0 1rem 0;
    background: #0A1367;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
  }
  #index .plan__title strong {
    font-size: 2.4rem;
    font-weight: bold;
  }
  #index .plan__title strong span {
    margin: 0 0.5rem;
    font-size: 3.2rem;
    font-weight: bold;
  }
  #index .plan__lead {
    margin: 1.5rem 0 0 0;
    text-align: center;
    font-weight: bold;
  }
  #index .plan__halltype {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #index .plan__halltype li {
    width: 32%;
    padding: 0.5rem;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    border-radius: 15px;
  }
  #index .plan__halltype li.--crest {
    background: #126537;
  }
  #index .plan__halltype li.--familyno {
    background: #D65B1D;
  }
  #index .plan__halltype li.--ameiyu {
    background: #024190;
  }
  #index .plan__photo {
    margin: 1.5rem 0 0 0;
    width: 100%;
  }
  #index .plan__photo img {
    width: 100%;
  }
  #index .plan-price01 {
    width: 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;
    margin: 1rem 0 0 0;
    line-height: 1.3;
  }
  #index .plan-price01__type {
    width: 90px;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #494949;
  }
  #index .plan-price01__price {
    margin: 0 0 0 1rem;
    font-size: 3.6rem;
    font-weight: bold;
    color: #494949;
  }
  #index .plan-price01__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2;
    text-align: center;
    color: #494949;
  }
  #index .plan-price01__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #index .plan-price01__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #index .plan-price02 {
    width: 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;
    line-height: 1.3;
  }
  #index .plan-price02__type {
    width: 100px;
    padding: 0.8rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #AB0F4E;
  }
  #index .plan-price02__price {
    margin: 0 0 0 1rem;
    font-size: 4.6rem;
    font-weight: bold;
    color: #AB0F4E;
  }
  #index .plan-price02__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 0 0 0;
    line-height: 1.3;
    text-align: center;
    color: #AB0F4E;
  }
  #index .plan-price02__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #index .plan-price02__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #index .consul {
    padding: 10rem 0;
    background: url("/assets/img/index/consul_bg.webp") no-repeat;
    background-position: 0 230px;
  }
  #index .consul__lead {
    width: 600px;
    margin: 13rem auto 0 auto;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9);
  }
  #index .consul__lead h3 {
    margin: 0 0 1.5rem 0;
    font-weight: bold;
    font-size: 2.6rem;
    color: #d72955;
    text-align: center;
  }
  #index .consul__lead p {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
  }
  #index .consul__column {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5rem auto;
  }
  #index .consul__box01 {
    width: 530px;
    padding: 2rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .consul__box01 dt {
    margin: 0 0 1.5rem 0;
    padding: 1.5rem 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0a1367;
    text-align: center;
    background: #E5E5E5;
  }
  #index .consul__box01 dd ul li {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 3rem;
    background: url("/assets/img/index/consul_list_bg.webp") no-repeat left;
  }
  #index .consul__box01 dd ul li:last-child {
    margin: 0;
  }
  #index .consul__box02 {
    width: 530px;
    padding: 2rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .consul__box02 dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 2rem 0;
    margin: 0 0 1.5rem 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fee101;
    text-align: center;
    line-height: 1;
    background: #0A1367;
  }
  #index .consul__box02 dt::before, #index .consul__box02 dt::after {
    width: 2px;
    height: 24px;
    content: "";
    background-color: #fee101;
  }
  #index .consul__box02 dt::before {
    margin-right: 1.5rem;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  #index .consul__box02 dt::after {
    margin-left: 1.5rem;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  #index .voice {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #index .voice__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #index .voice__lead {
    margin: 2.5rem 0 0 0;
    text-align: center;
  }
  #index .voice__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5rem 0;
  }
  #index .voice__box {
    width: 370px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .voice__btn {
    width: 100%;
    display: block;
    padding: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  #index .voice__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .voice__title {
    font-weight: bold;
    color: #0a1367;
    text-decoration: underline;
  }
  #index .voice__caption {
    margin: 1rem 0 0 0;
    padding: 1rem 0 0 0;
    text-align: right;
    font-size: 1.6rem;
    border-top: 1px solid #333;
  }
  #index .voice__txt {
    margin: 1.5rem 0 0 0;
  }
  #index .features {
    padding: 10rem 0 5rem 0;
    background: url("/assets/img/index/features_bg.webp") no-repeat top left;
  }
  #index .features__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #index .features__list {
    width: 100%;
    margin: 5rem 0 0 0;
  }
  #index .features__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index .features__image {
    width: 600px;
  }
  #index .features__image.--right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #index .features dl {
    width: 530px;
    margin: 0 auto;
  }
  #index .features dl dt {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    color: #081267;
  }
  #index .support {
    background: linear-gradient(180deg, #002571 0%, #002571 327px, #fff 327px, #fff 100%);
  }
  #index .support__inner {
    padding: 7rem 0 5rem 0;
    background: url("/assets/img/index/support_bg.webp") no-repeat center top;
  }
  #index .support__ct {
    width: 1200px;
    margin: 0 auto;
  }
  #index .support__title {
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
  }
  #index .support__lead {
    margin: 2rem 0 0 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #index .support__list {
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
    margin: 11rem 0 0 3rem;
  }
  #index .support__list li {
    width: 250px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .support__list::after {
    content: "";
    display: block;
    width: 250px;
  }
  #index .support__btn {
    width: 100%;
    display: block;
    padding: 3rem 2rem;
    border: 1px solid #002A77;
    border-radius: 3px;
    text-decoration: none;
    color: #081267;
  }
  #index .support__btn span {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #002A77;
  }
  #index .support__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .support__btn.--btn01 {
    background: url("/assets/img/index/support_btn_bg01.webp") no-repeat right;
    background-size: contain;
  }
  #index .support__btn.--btn02 {
    background: url("/assets/img/index/support_btn_bg02.webp") no-repeat right;
    background-size: contain;
  }
  #index .support__btn.--btn03 {
    background: url("/assets/img/index/support_btn_bg03.webp") no-repeat right;
    background-size: contain;
  }
  #index .support__btn.--btn04 {
    background: url("/assets/img/index/support_btn_bg04.webp") no-repeat right;
    background-size: contain;
  }
  #index .support__btn.--btn05 {
    background: url("/assets/img/index/support_btn_bg05.webp") no-repeat right;
    background-size: contain;
  }
  #index .support__btn.--btn06 {
    background: url("/assets/img/index/support_btn_bg06.webp") no-repeat right;
    background-size: contain;
  }
  #index .support__btn.--btn07 {
    background: url("/assets/img/index/support_btn_bg07.webp") no-repeat right;
    background-size: contain;
  }
  #index .flow {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(250, 245, 229);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(253, 250, 238) 3px, rgb(253, 250, 238) 6px);
  }
  #index .flow__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #index .flow__list {
    width: 1000px;
    margin: 5rem auto 0 auto;
  }
  #index .flow__list dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 3rem 0;
    padding: 1rem;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #666;
  }
  #index .flow__list dl dt {
    width: 220px;
    color: #081267;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
  }
  #index .flow__list dl dd {
    width: calc(100% - 220px);
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 3rem;
    border-left: 1px solid #666;
  }
  #index .flow__list dl:last-child {
    margin: 0;
  }
  #index .topics {
    padding: 10rem 0;
  }
  #index .topics__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #index .topics__list {
    width: 1100px;
    margin: 5rem auto;
  }
  #index .topics__list dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 2rem;
    border-bottom: 1px solid #666;
  }
  #index .topics__list dl dt {
    width: 270px;
  }
  #index .topics__list dl dd {
    width: calc(100% - 270px);
  }
  #index .topics__list dl:nth-child(odd) {
    background: #f5f5f5;
  }
  #index .topics__category {
    margin: 0 1.5rem 0 0;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
  }
  #index .topics__category.--event {
    background: -webkit-gradient(linear, left top, left bottom, from(#0A1367), color-stop(50%, #0A1367), color-stop(50%, #090E40), to(#090E40));
    background: linear-gradient(180deg, #0A1367 0%, #0A1367 50%, #090E40 50%, #090E40 100%);
  }
  #index .topics__category.--notice {
    background: -webkit-gradient(linear, left top, left bottom, from(#6A6A6A), color-stop(50%, #6A6A6A), color-stop(50%, #2F2F2F), to(#2F2F2F));
    background: linear-gradient(180deg, #6A6A6A 0%, #6A6A6A 50%, #2F2F2F 50%, #2F2F2F 100%);
  }
  #index .topics__category.--column {
    background: -webkit-gradient(linear, left top, left bottom, from(#0CAE6B), color-stop(50%, #0CAE6B), color-stop(50%, #008F54), to(#008F54));
    background: linear-gradient(180deg, #0CAE6B 0%, #0CAE6B 50%, #008F54 50%, #008F54 100%);
  }
}
@media screen and (max-width: 599px) {
  #index .fv {
    width: 100%;
  }
  #index .fv__inner-pc {
    display: none;
  }
  #index .fv__image01 {
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
    background: #081267;
  }
  #index .fv__image01 img {
    width: 90%;
  }
  #index .fv .scroll-container {
    width: 100%;
    overflow: hidden;
  }
  #index .fv .scroll-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: scroll-left 15s linear infinite;
            animation: scroll-left 15s linear infinite;
    background: #081267;
  }
  #index .fv .scroll-track .image-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index .fv .scroll-track img {
    height: 70px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  @-webkit-keyframes scroll-left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes scroll-left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  #index .fv__image02 {
    width: 100%;
    padding: 2rem 0 1.5rem 0;
    text-align: center;
    background: #081267;
  }
  #index .fv__image02 img {
    width: 95%;
  }
  #index .cta-first {
    padding: 3rem 0;
    background-size: auto auto;
    background-color: rgb(251, 248, 223);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(247, 244, 211) 3px, rgb(247, 244, 211) 6px);
  }
  #index .cta-first__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .cta-first-telbox {
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 15px;
  }
  #index .cta-first-telbox__title {
    width: 100%;
    position: relative;
    padding: 1rem 0;
    background: #D72955;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #index .cta-first-telbox__title strong {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #index .cta-first-telbox__title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #D72955;
  }
  #index .cta-first-telbox__lead {
    margin: 2rem 1rem 0 1rem;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #D72955;
  }
  #index .cta-first-telbox__image {
    width: 80px;
    position: absolute;
    right: 10px;
    bottom: 0;
  }
  #index .cta-first-telbox__image img {
    width: 100%;
  }
  #index .cta-first-telbox__tel-pc {
    display: none;
  }
  #index .cta-first-telbox__tel-sp {
    width: 300px;
    margin: 0.5rem auto;
    line-height: 1.5;
  }
  #index .cta-first-telbox__tel-sp-btn {
    width: 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;
    padding: 0.7rem 0 1rem 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  #index .cta-first-telbox__tel-sp-icon {
    width: 60px;
    margin: 1rem 0 0 0;
  }
  #index .cta-first-telbox__tel-sp-number {
    margin: 0.5rem 0 0 0;
  }
  #index .cta-first-telbox__tel-sp-txt01 {
    font-weight: bold;
    text-align: center;
  }
  #index .cta-first-telbox__tel-sp-txt02 {
    font-size: 2.2rem;
    font-weight: bold;
  }
  @-webkit-keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  #index .cta-first-telbox__bottom-txt {
    margin: 1.5rem 0 0 0;
    padding: 1rem 10rem 0.5rem 1rem;
    background: #E9E9DF;
    font-weight: bold;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #index .cta-first-telbox__bottom-txt span {
    padding: 0 1rem;
    margin: 0 0.5rem 0 0;
    background: #081267;
    color: #fff;
    font-weight: bold;
  }
  #index .cta-first-telbox__bottom-txt strong {
    margin: 0 0.5rem;
    font-weight: bold;
    color: #D72955;
    border-bottom: 1px solid #D72955;
  }
  #index .cta-first-memberbox {
    width: 100%;
    margin: 2rem 0 0 0;
    background: url("/assets/img/common/member_bn_bg.webp") no-repeat;
    background-size: cover;
    border: 5px solid #081267;
    border-radius: 15px;
  }
  #index .cta-first-memberbox a {
    display: block;
    height: 100%;
    padding: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  #index .cta-first-memberbox h3 {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    color: #091167;
    text-decoration: underline;
  }
  #index .cta-first-memberbox p {
    margin: 1rem 0 0 0;
    font-weight: bold;
    text-align: center;
  }
  #index .cta-first-memberbox p strong {
    font-weight: bold;
    color: #AC1752;
  }
  #index .cta-first-memberbox p span {
    font-weight: bold;
    font-size: 2rem;
  }
  #index .hall {
    padding: 5rem 0;
  }
  #index .hall__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .hall__map-image {
    width: 100%;
    margin: 3rem 0 0 0;
  }
  #index .hall__map-image img {
    width: 100%;
  }
  #index .hall__map {
    width: 100%;
    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;
    gap: 1rem;
    margin: 2rem 0 0 0;
  }
  #index .hall__map-btn {
    display: none;
  }
  #index .hall__map-btn.--crest {
    background: #126537;
  }
  #index .hall__map-btn.--familyno {
    background: #D65B1D;
  }
  #index .hall__map-btn.--ameiyu {
    background: #024190;
  }
  #index .hall__map-btn a {
    display: block;
    padding: 1.3rem 1rem 1.3rem 2.5rem;
    line-height: 1.5;
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: url("/assets/img/common/nav_arrow.webp") no-repeat 10px 15px;
    background-size: 10px;
  }
  #index .plan {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #index .plan__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .plan__list {
    width: 100%;
  }
  #index .plan__box {
    width: 320px;
    margin: 0 auto 3rem auto;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .plan__btn {
    width: 100%;
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: #000;
  }
  #index .plan__title {
    padding: 1rem 0;
    background: #0A1367;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0.1rem;
  }
  #index .plan__title strong {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #index .plan__title strong span {
    font-size: 2.2rem;
    font-weight: bold;
  }
  #index .plan__lead {
    margin: 1rem 0 0 0;
    text-align: center;
    font-weight: bold;
  }
  #index .plan__halltype {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem 0 0 0;
  }
  #index .plan__halltype li {
    width: 32%;
    padding: 0.5rem;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    border-radius: 15px;
  }
  #index .plan__halltype li.--crest {
    background: #126537;
  }
  #index .plan__halltype li.--familyno {
    background: #D65B1D;
  }
  #index .plan__halltype li.--ameiyu {
    background: #024190;
  }
  #index .plan__photo {
    margin: 1.5rem 0 0 0;
    width: 100%;
  }
  #index .plan__photo img {
    width: 100%;
  }
  #index .plan-price01 {
    width: 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;
    margin: 1rem 0 0 0;
    line-height: 1.3;
  }
  #index .plan-price01__type {
    width: 70px;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #494949;
  }
  #index .plan-price01__price {
    margin: 0 0 0 1rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #494949;
  }
  #index .plan-price01__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2;
    text-align: center;
    color: #494949;
  }
  #index .plan-price01__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #index .plan-price01__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1rem;
  }
  #index .plan-price02 {
    width: 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;
    margin: 1rem 0 0 0;
    line-height: 1.3;
  }
  #index .plan-price02__type {
    width: 70px;
    padding: 0.8rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #AB0F4E;
  }
  #index .plan-price02__price {
    margin: 0 0 0 1rem;
    font-size: 3rem;
    font-weight: bold;
    color: #AB0F4E;
    letter-spacing: -0.05rem;
  }
  #index .plan-price02__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.3;
    text-align: center;
    color: #AB0F4E;
  }
  #index .plan-price02__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #index .plan-price02__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1rem;
  }
  #index .consul {
    padding: 5rem 0;
  }
  #index .consul__lead {
    width: 100%;
    margin: 2rem auto 0 auto;
    padding: 14rem 0 0 0;
    background: url("/assets/img/index/consul_bg.webp") no-repeat center top;
    background-size: auto 120px;
  }
  #index .consul__lead h3 {
    margin: 0 0 0.5rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #d72955;
    text-align: center;
  }
  #index .consul__lead p {
    text-align: center;
    font-weight: bold;
  }
  #index .consul__column {
    width: 92%;
    margin: 3rem auto;
  }
  #index .consul__box01 {
    width: 100%;
    padding: 1.5rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .consul__box01 dt {
    margin: 0 0 1.5rem 0;
    padding: 1rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0a1367;
    text-align: center;
    background: #E5E5E5;
  }
  #index .consul__box01 dd ul li {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 2.3rem;
    background: url("/assets/img/index/consul_list_bg.webp") no-repeat 0 5px;
    background-size: 15px;
  }
  #index .consul__box01 dd ul li:last-child {
    margin: 0;
  }
  #index .consul__arrow {
    width: 40px;
    margin: 1.5rem auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #index .consul__arrow img {
    width: 100%;
  }
  #index .consul__box02 {
    width: 100%;
    padding: 1.5rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .consul__box02 dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 1rem 0;
    margin: 0 0 1.5rem 0;
    font-weight: bold;
    color: #fee101;
    text-align: center;
    line-height: 1.5;
    background: #0A1367;
  }
  #index .consul__box02 dt::before, #index .consul__box02 dt::after {
    width: 2px;
    height: 35px;
    content: "";
    background-color: #fee101;
  }
  #index .consul__box02 dt::before {
    margin-right: 1.5rem;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  #index .consul__box02 dt::after {
    margin-left: 1.5rem;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  #index .voice {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #index .voice__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .voice__lead {
    margin: 2rem 0 0 0;
  }
  #index .voice__list {
    width: 100%;
    margin: 3rem 0;
  }
  #index .voice__box {
    width: 320px;
    margin: 0 auto 2rem auto;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .voice__btn {
    width: 100%;
    display: block;
    padding: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  #index .voice__title {
    font-weight: bold;
    color: #0a1367;
    text-decoration: underline;
  }
  #index .voice__caption {
    margin: 1rem 0 0 0;
    padding: 1rem 0 0 0;
    text-align: right;
    font-size: 1.4rem;
    border-top: 1px solid #333;
  }
  #index .voice__txt {
    margin: 1.5rem 0 0 0;
  }
  #index .features {
    padding: 5rem 0;
    background: url("/assets/img/index/features_bg.webp") no-repeat center;
    background-size: contain;
  }
  #index .features__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .features__list {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  #index .features__box {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  #index .features__box:last-child {
    margin: 0;
  }
  #index .features__image {
    width: 100%;
  }
  #index .features__image img {
    width: 100%;
  }
  #index .features dl {
    width: 100%;
    margin: 0 auto;
  }
  #index .features dl dt {
    margin: 2rem 0 1rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #081267;
  }
  #index .support__inner {
    padding: 2rem 0 3rem 0;
    background: url("/assets/img/index/support_bg_sp.webp") no-repeat top right;
    background-size: auto 230px;
  }
  #index .support__ct {
    width: 92%;
    margin: 0 auto;
  }
  #index .support__title {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  #index .support__lead {
    margin: 1.3rem 0 0 0;
    color: #fff;
  }
  #index .support__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4.5rem 0 0 0;
  }
  #index .support__list li {
    width: 47%;
    margin: 0 0 2rem 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .support__list::after {
    content: "";
    display: block;
    width: 47%;
  }
  #index .support__btn {
    width: 100%;
    display: block;
    padding: 2rem 1rem;
    border: 1px solid #002A77;
    border-radius: 3px;
    text-decoration: none;
    color: #081267;
  }
  #index .support__btn span {
    font-weight: bold;
    font-size: 1.4rem;
    border-bottom: 1px solid #002A77;
  }
  #index .support__btn.--btn01 {
    background: url("/assets/img/index/support_btn_bg01.webp") no-repeat right;
    background-size: contain;
  }
  #index .support__btn.--btn02 {
    background: url("/assets/img/index/support_btn_bg02.webp") no-repeat right;
    background-size: contain;
  }
  #index .support__btn.--btn03 {
    background: url("/assets/img/index/support_btn_bg03.webp") no-repeat right;
    background-size: contain;
  }
  #index .support__btn.--btn04 {
    background: url("/assets/img/index/support_btn_bg04.webp") no-repeat right;
    background-size: contain;
  }
  #index .support__btn.--btn05 {
    background: url("/assets/img/index/support_btn_bg05.webp") no-repeat right;
    background-size: contain;
  }
  #index .support__btn.--btn06 {
    background: url("/assets/img/index/support_btn_bg06.webp") no-repeat right;
    background-size: contain;
  }
  #index .support__btn.--btn07 {
    background: url("/assets/img/index/support_btn_bg07.webp") no-repeat right;
    background-size: contain;
  }
  #index .flow {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(250, 245, 229);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(253, 250, 238) 3px, rgb(253, 250, 238) 6px);
  }
  #index .flow__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .flow__list {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  #index .flow__list dl {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #999;
  }
  #index .flow__list dl dt {
    margin: 0 0 0.5rem 0;
    color: #081267;
    font-weight: bold;
    text-align: center;
  }
  #index .flow__list dl:last-child {
    margin: 0;
  }
  #index .topics {
    padding: 5rem 0;
  }
  #index .topics__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .topics__list {
    width: 100%;
    margin: 2rem 0 3rem 0;
  }
  #index .topics__list dl {
    width: 100%;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
    border-bottom: 1px solid #999;
  }
  #index .topics__list dl dd {
    margin: 1rem 0 0 0;
  }
  #index .topics__list dl:nth-child(odd) {
    background: #f5f5f5;
  }
  #index .topics__category {
    margin: 0 1rem 0 0;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
  }
  #index .topics__category.--event {
    background: -webkit-gradient(linear, left top, left bottom, from(#0A1367), color-stop(50%, #0A1367), color-stop(50%, #090E40), to(#090E40));
    background: linear-gradient(180deg, #0A1367 0%, #0A1367 50%, #090E40 50%, #090E40 100%);
  }
  #index .topics__category.--notice {
    background: -webkit-gradient(linear, left top, left bottom, from(#6A6A6A), color-stop(50%, #6A6A6A), color-stop(50%, #2F2F2F), to(#2F2F2F));
    background: linear-gradient(180deg, #6A6A6A 0%, #6A6A6A 50%, #2F2F2F 50%, #2F2F2F 100%);
  }
  #index .topics__category.--column {
    background: -webkit-gradient(linear, left top, left bottom, from(#0CAE6B), color-stop(50%, #0CAE6B), color-stop(50%, #008F54), to(#008F54));
    background: linear-gradient(180deg, #0CAE6B 0%, #0CAE6B 50%, #008F54 50%, #008F54 100%);
  }
}
/* -------------------------------------------------------------------
 コンテンツ（PC）
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  .pg-title {
    width: 100%;
    background: url("/assets/img/common/fv_bg.webp") no-repeat;
    background-size: cover;
  }
  .pg-title__inner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 280px;
    margin: 0 auto;
    background: #081267;
  }
  .pg-title__inner.--hasten {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #d72955;
  }
  .pg-title__inner.--voice {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pg-title__inner.--topics {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pg-title__inner.--pvp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pg-title__inner.--sitemap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pg-title__txt {
    width: 600px;
    text-align: center;
  }
  .pg-title__lead {
    font-weight: bold;
    font-size: 2.2rem;
    color: #fff;
  }
  .pg-title__title {
    font-weight: bold;
    font-size: 4.8rem;
    line-height: 1.5;
    color: #fff;
  }
  .pg-title__image {
    width: 600px;
    height: 280px;
    background: #f8f8f8;
  }
  .pg-title__price-box {
    width: 400px;
    margin: 1.5rem auto 0 auto;
    padding: 0.5rem 2rem 1rem 2rem;
    background: #fff;
  }
  .pg-title-price01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 0 0 0;
    line-height: 1.3;
  }
  .pg-title-price01__type {
    width: 90px;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #494949;
  }
  .pg-title-price01__price {
    margin: 0 0 0 1rem;
    font-size: 3rem;
    font-weight: bold;
    color: #494949;
  }
  .pg-title-price01__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2;
    text-align: center;
    color: #494949;
  }
  .pg-title-price01__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .pg-title-price01__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1rem;
  }
  .pg-title-price02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 0 0 0;
    line-height: 1.1;
  }
  .pg-title-price02__type {
    width: 90px;
    padding: 0.8rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #AB0F4E;
  }
  .pg-title-price02__type02 {
    width: 160px;
    padding: 0.8rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #AB0F4E;
  }
  .pg-title-price02__price {
    margin: 0 0 0 1rem;
    font-size: 4rem;
    font-weight: bold;
    color: #AB0F4E;
    letter-spacing: -0.05rem;
  }
  .pg-title-price02__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.3;
    text-align: center;
    color: #AB0F4E;
  }
  .pg-title-price02__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .pg-title-price02__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .pg-title__address {
    margin: 2rem 0 0 0;
    color: #fff;
  }
  .pg-title__address span {
    margin: 0 0 0 1rem;
    padding: 0.5rem 0;
    background: #fff;
    border-radius: 30px;
    color: #081267;
  }
  .pg-title__address span a {
    padding: 0 2rem;
    text-decoration: none;
    color: #081267;
    font-weight: bold;
  }
  .pg-title__address span a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .c-btn__01 {
    text-decoration: none;
    position: relative;
  }
  .c-btn__01:after {
    content: ">";
    line-height: 1;
    margin-left: 5px;
    margin-top: 0;
    position: relative;
  }
  .c-btn__02 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    padding: 1.5rem 3rem;
    background: #d72955;
    border-radius: 10rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  .c-btn__02--white {
    color: #091167;
    background: #fff;
    width: 100%;
    max-width: 50rem;
    font-size: 2.8rem;
    font-weight: 700;
    padding: 1.2rem 2rem;
  }
  .c-btn__02--white span {
    font-weight: 700;
  }
  .c-btn__02--tel .tel {
    font-size: 4rem;
  }
  .c-btn__02--tel .tel-icon {
    width: 4.5rem;
    display: inline-block;
    position: relative;
    top: 5px;
  }
  .c-btn__02--tel .tel-number {
    font-weight: bold;
    font-size: 4rem;
    color: #0A1367;
  }
  .c-btn__02--tel .icon-telCalling {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel.webp");
    background-size: 3rem;
    color: #0A1367;
  }
  .c-btn__02--tel .icon-telCalling .calling {
    position: absolute;
    top: 1.5rem;
    left: 1.8rem;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .c-btn__02--tel .icon-telCalling .calling:before, .c-btn__02--tel .icon-telCalling .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .c-btn__02--tel .icon-telCalling .calling:first-child:before {
    width: 1.3rem;
    height: 1.3rem;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .c-btn__02--tel .icon-telCalling .calling:first-child:after {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .c-btn__02--tel .icon-telCalling .calling:last-child:before {
    width: 3.7rem;
    height: 3.7rem;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .c-btn__02--tel .icon-telCalling .calling:last-child:after {
    content: none;
  }
  .c-btn__02.sp {
    display: none !important;
  }
  .c-ttl__01 {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.15em;
    color: #081267;
  }
  .c-ttl__01--sm {
    font-size: 3rem;
  }
  .c-ttl__02 {
    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;
    gap: 0 2.5rem;
    position: relative;
    left: -6.8rem;
  }
  .c-ttl__02-txt span {
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fde216), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #fde216 50%, transparent 50%);
    background-size: 200% 1.3rem;
    background-repeat: no-repeat;
    background-position: 0 1em;
    font-size: 3rem;
    font-weight: 700;
    color: #081267;
    padding-left: 1.9rem;
  }
  .c-ttl__02-txtdes {
    display: block;
    text-align: left;
  }
  .c-ttl__02--lg .c-ttl__02-txt span {
    font-size: 3.6rem;
    padding-left: 0;
  }
  .c-btn__03 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    background: #cec6bc;
    min-height: 15rem;
    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;
    text-decoration: none;
  }
  .estate-t__note {
    max-width: 85rem;
    margin: 0 auto 5.9rem;
    border-radius: 1rem;
    background-color: #dde1ff;
    padding: 1.7rem 2rem;
    position: relative;
  }
  .estate-t__note::after {
    content: "";
    width: 11.1rem;
    height: 14.8rem;
    background: url("../img/consul/real-estate/img-04.webp") no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 0.9rem;
    bottom: 0;
  }
  .estate-t__note-wrap {
    background: #fff;
    padding: 1.4rem 2rem;
  }
  .estate-t__note-wrapsub {
    padding-left: 9.6rem;
    letter-spacing: 0.015em;
  }
  .estate-t__note-wrapsub img.sp {
    display: none;
  }
  .estate-t__note-ttl {
    text-align: center;
    margin-bottom: 0.9rem;
  }
  .estate-t__note-ttl small {
    font-size: 1.8rem;
    line-height: 1.8888888889;
    color: #232323;
    text-align: center;
    font-weight: 700;
  }
  .estate-t__note-ttl span {
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 700;
    display: block;
    color: #081267;
  }
  .estate-t__note-des {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    color: #ab0d4e;
    font-weight: 700;
  }
  .estate-t__note-txt {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 700;
  }
  .hd__btn--lg {
    max-width: 27rem;
    margin: 0 auto;
  }
  .common-hall {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  .common-hall-btn {
    width: 590px;
    margin: 0 0 2rem 0;
    background: #fff;
    border-radius: 10px;
  }
  .common-hall-btn__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #0a1367;
  }
  .common-hall-btn__inner:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .common-hall-btn__image {
    width: 200px;
  }
  .common-hall-btn__detail {
    width: calc(100% - 220px);
  }
  .common-hall-btn__title {
    font-weight: bold;
    font-size: 2.2rem;
    color: #0a1367;
  }
  .common-hall-btn__address {
    margin: 0 0 1rem 0;
    font-size: 1.6rem;
  }
  .common-hall-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common-hall-btn__type {
    margin: 0 1rem 0 0;
    padding: 0 1rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 5px;
  }
  .common-hall-btn__type.--type01 {
    background: #ed6c2a;
  }
  .common-hall-btn__type.--type02 {
    background: #1d2257;
  }
  .common-hall-btn__type.--type03 {
    background: #009848;
  }
  .common-hall-btn__type.--type04 {
    background: #B01038;
  }
  .common-plan {
    width: 100%;
    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;
    margin: 5rem 0 0 0;
  }
  .common-plan-btn {
    width: 590px;
    margin: 0 0 2rem 0;
    background: #fff;
  }
  .common-plan-btn__inner {
    width: 100%;
    height: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #0a1367;
  }
  .common-plan-btn__inner:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .common-plan-btn__image {
    width: 270px;
  }
  .common-plan-btn__image ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0.8rem 0 0 0;
  }
  .common-plan-btn__type {
    padding: 0.2rem 0.8rem;
    font-size: 1.2rem;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
  }
  .common-plan-btn__type.--btn01 {
    background: #115931;
  }
  .common-plan-btn__type.--btn02 {
    background: #f18e2f;
  }
  .common-plan-btn__type.--btn03 {
    background: #02408f;
  }
  .common-plan-btn__type.--btn04 {
    background: #d3d3d3;
  }
  .common-plan-btn__detail {
    width: calc(100% - 290px);
  }
  .common-plan-btn__detail ul {
    display: none;
  }
  .common-plan-btn__title {
    margin: 0 0 1rem 0;
    padding: 0.5rem 0;
    text-align: center;
    background: #0a1367;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
  }
  .common-plan-btn__title span {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .common-plan-btn__lead {
    margin: 0 0 1rem 0;
    font-weight: bold;
    text-align: center;
  }
  .common-plan-btn__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .common-plan-btn-price01 {
    line-height: 1.3;
  }
  .common-plan-btn-price01__type {
    width: 100px;
    margin: 0 0 0.8rem 0;
    padding: 0.7rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #494949;
  }
  .common-plan-btn-price01__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common-plan-btn-price01__price {
    font-size: 3rem;
    font-weight: bold;
    color: #494949;
  }
  .common-plan-btn-price01__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0.5rem 0 0 0;
    text-align: center;
    color: #494949;
  }
  .common-plan-btn-price01__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .common-plan-btn-price01__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1rem;
  }
  .common-plan-btn-price02 {
    line-height: 1.1;
  }
  .common-plan-btn-price02__type {
    width: 100px;
    margin: 0 0 0.5rem 0;
    padding: 0.8rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #AB0F4E;
  }
  .common-plan-btn-price02__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common-plan-btn-price02__price {
    font-size: 4rem;
    font-weight: bold;
    color: #AB0F4E;
    letter-spacing: -0.05rem;
  }
  .common-plan-btn-price02__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0.6rem 0 0 0;
    line-height: 1.3;
    text-align: center;
    color: #AB0F4E;
  }
  .common-plan-btn-price02__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .common-plan-btn-price02__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .common-plan-btn-price03 {
    line-height: 1.1;
  }
  .common-plan-btn-price03__type {
    width: 160px;
    margin: 0 auto 0.5rem auto;
    padding: 0.8rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #AB0F4E;
  }
  .common-plan-btn-price03__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common-plan-btn-price03__price {
    font-size: 4rem;
    font-weight: bold;
    color: #AB0F4E;
    letter-spacing: -0.05rem;
  }
  .common-plan-btn-price03__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0.6rem 0 0 0;
    line-height: 1.3;
    text-align: center;
    color: #AB0F4E;
  }
  .common-plan-btn-price03__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .common-plan-btn-price03__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .common-voice {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  .common-voice__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .common-voice__lead {
    margin: 2.5rem 0 0 0;
    text-align: center;
  }
  .common-voice__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5rem 0;
  }
  .common-voice__box {
    width: 370px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  .common-voice__btn {
    width: 100%;
    display: block;
    padding: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  .common-voice__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .common-voice__title {
    font-weight: bold;
    color: #0a1367;
    text-decoration: underline;
  }
  .common-voice__caption {
    margin: 1rem 0 0 0;
    padding: 1rem 0 0 0;
    text-align: right;
    font-size: 1.6rem;
    border-top: 1px solid #333;
  }
  .common-voice__txt {
    margin: 1.5rem 0 0 0;
  }
  .common-features {
    padding: 10rem 0;
    background: url("/assets/img/common/features_bg.webp") no-repeat top left;
  }
  .common-features__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .common-features__list {
    width: 100%;
    margin: 5rem 0 0 0;
  }
  .common-features__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-features__image {
    width: 600px;
  }
  .common-features__image.--right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .common-features dl {
    width: 530px;
    margin: 0 auto;
  }
  .common-features dl dt {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    color: #081267;
  }
  .common-support {
    background: linear-gradient(180deg, #002571 0%, #002571 327px, #fff 327px, #fff 100%);
  }
  .common-support__inner {
    padding: 7rem 0 5rem 0;
    background: url("/assets/img/common/support_bg.webp") no-repeat center top;
    background-size: auto 760px;
  }
  .common-support__ct {
    width: 1200px;
    margin: 0 auto;
  }
  .common-support__title {
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
  }
  .common-support__lead {
    margin: 2rem 0 0 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .common-support__list {
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
    margin: 11rem 0 0 3rem;
  }
  .common-support__list li {
    width: 250px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  .common-support__list::after {
    content: "";
    display: block;
    width: 250px;
  }
  .common-support__btn {
    width: 100%;
    display: block;
    padding: 3rem 2rem;
    border: 1px solid #002A77;
    border-radius: 3px;
    text-decoration: none;
    color: #081267;
  }
  .common-support__btn span {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #002A77;
  }
  .common-support__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .common-support__btn.--btn01 {
    background: url("/assets/img/common/support_btn_bg01.webp") no-repeat right;
    background-size: contain;
  }
  .common-support__btn.--btn02 {
    background: url("/assets/img/common/support_btn_bg02.webp") no-repeat right;
    background-size: contain;
  }
  .common-support__btn.--btn03 {
    background: url("/assets/img/common/support_btn_bg03.webp") no-repeat right;
    background-size: contain;
  }
  .common-support__btn.--btn04 {
    background: url("/assets/img/common/support_btn_bg04.webp") no-repeat right;
    background-size: contain;
  }
  .common-support__btn.--btn05 {
    background: url("/assets/img/common/support_btn_bg05.webp") no-repeat right;
    background-size: contain;
  }
  .common-support__btn.--btn06 {
    background: url("/assets/img/common/support_btn_bg06.webp") no-repeat right;
    background-size: contain;
  }
  .common-support__btn.--btn07 {
    background: url("/assets/img/common/support_btn_bg07.webp") no-repeat right;
    background-size: contain;
  }
  .common-flow {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(250, 245, 229);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(253, 250, 238) 3px, rgb(253, 250, 238) 6px);
  }
  .common-flow__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .common-flow__list {
    width: 1000px;
    margin: 5rem auto 0 auto;
  }
  .common-flow__list dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 3rem 0;
    padding: 1rem;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #666;
  }
  .common-flow__list dl dt {
    width: 220px;
    color: #081267;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
  }
  .common-flow__list dl dd {
    width: calc(100% - 220px);
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 3rem;
    border-left: 1px solid #666;
  }
  .common-flow__list dl:last-child {
    margin: 0;
  }
  .common-topics {
    padding: 10rem 0;
  }
  .common-topics__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .common-topics__list {
    width: 1100px;
    margin: 5rem auto;
  }
  .common-topics__list dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 2rem;
    border-bottom: 1px solid #666;
  }
  .common-topics__list dl dt {
    width: 270px;
  }
  .common-topics__list dl dd {
    width: calc(100% - 270px);
  }
  .common-topics__list dl:nth-child(odd) {
    background: #f5f5f5;
  }
  .common-topics__category {
    margin: 0 1.5rem 0 0;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
  }
  .common-topics__category.--event {
    background: -webkit-gradient(linear, left top, left bottom, from(#0A1367), color-stop(50%, #0A1367), color-stop(50%, #090E40), to(#090E40));
    background: linear-gradient(180deg, #0A1367 0%, #0A1367 50%, #090E40 50%, #090E40 100%);
  }
  .common-topics__category.--notice {
    background: -webkit-gradient(linear, left top, left bottom, from(#6A6A6A), color-stop(50%, #6A6A6A), color-stop(50%, #2F2F2F), to(#2F2F2F));
    background: linear-gradient(180deg, #6A6A6A 0%, #6A6A6A 50%, #2F2F2F 50%, #2F2F2F 100%);
  }
  .common-topics__category.--column {
    background: -webkit-gradient(linear, left top, left bottom, from(#0CAE6B), color-stop(50%, #0CAE6B), color-stop(50%, #008F54), to(#008F54));
    background: linear-gradient(180deg, #0CAE6B 0%, #0CAE6B 50%, #008F54 50%, #008F54 100%);
  }
  .common-method {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(251, 248, 223);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(247, 244, 211) 3px, rgb(247, 244, 211) 6px);
  }
  .common-method__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .common-method__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem;
  }
  .common-method__box {
    width: 560px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .common-method__box:last-child {
    padding: 0 0 2rem 0;
  }
  .common-method__title {
    padding: 1rem 0;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #081267;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .common-method__time {
    margin: 1.5rem 0 0 0;
    text-align: center;
    font-weight: bold;
    color: #b01038;
  }
  .common-method__tel-pc {
    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;
  }
  .common-method__tel-pc-icon {
    width: 30px;
    margin: 1.3rem 1.5rem 0 0;
  }
  .common-method__tel-pc-number {
    font-size: 4rem;
    font-weight: bold;
    color: #0A1367;
  }
  .common-method__tel-sp {
    display: none;
  }
  .common-method__txt {
    padding: 1rem 2rem 2rem 2rem;
  }
  .common-sousaihi {
    padding: 7rem 0;
    background: url("/assets/img/common/sousaihi_bg.webp") no-repeat;
    background-size: cover;
  }
  .common-sousaihi dl {
    width: 1100px;
    margin: 0 auto;
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.9);
  }
  .common-sousaihi dl dt {
    margin: 0 0 3rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #0a1367;
  }
  .common-sousaihi dl dd strong {
    font-weight: bold;
    color: #ab0f4e;
  }
  .common-consul {
    padding: 10rem 0;
    background: url("/assets/img/common/consul_bg.webp") no-repeat center;
    background-size: auto 450px;
    background-position: 0 230px;
  }
  .common-consul__lead {
    width: 600px;
    margin: 13rem auto 0 auto;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9);
  }
  .common-consul__lead h3 {
    margin: 0 0 1.5rem 0;
    font-weight: bold;
    font-size: 2.6rem;
    color: #d72955;
    text-align: center;
  }
  .common-consul__lead p {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
  }
  .common-consul__column {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5rem auto;
  }
  .common-consul__box01 {
    width: 530px;
    padding: 2rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  .common-consul__box01 dt {
    margin: 0 0 1.5rem 0;
    padding: 1.5rem 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0a1367;
    text-align: center;
    background: #E5E5E5;
  }
  .common-consul__box01 dd ul li {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 3rem;
    background: url("/assets/img/common/consul_list_bg.webp") no-repeat left;
  }
  .common-consul__box01 dd ul li:last-child {
    margin: 0;
  }
  .common-consul__box02 {
    width: 530px;
    padding: 2rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  .common-consul__box02 dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 2rem 0;
    margin: 0 0 1.5rem 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fee101;
    text-align: center;
    line-height: 1;
    background: #0A1367;
  }
  .common-consul__box02 dt::before, .common-consul__box02 dt::after {
    width: 2px;
    height: 24px;
    content: "";
    background-color: #fee101;
  }
  .common-consul__box02 dt::before {
    margin-right: 1.5rem;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .common-consul__box02 dt::after {
    margin-left: 1.5rem;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  #templete section {
    width: 1200px;
    margin: 0 auto;
  }
  #hasten .cta {
    width: 1100px;
    position: relative;
    margin: 14rem auto 5rem auto;
  }
  #hasten .cta__inner {
    width: 100%;
    padding: 3rem;
    background: #fff6c8;
    border-radius: 10px;
  }
  #hasten .cta__image {
    width: 224px;
    position: absolute;
    right: 20px;
    bottom: 0;
  }
  #hasten .cta__wrap {
    width: 820px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #hasten .cta__lead {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.3;
    color: #d72955;
  }
  #hasten .cta__tel-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem 3rem;
    line-height: 1;
    background: #D72955;
    border-radius: 50px;
  }
  #hasten .cta__tel-pc-icon {
    width: 50px;
    margin: 0 0.5rem 0 0;
  }
  #hasten .cta__tel-pc-number {
    font-weight: bold;
    font-size: 4.5rem;
    color: #0a1367;
    color: #fff;
  }
  #hasten .cta__tel-sp {
    display: none;
  }
  #hasten .cta__txt {
    margin: 1.5rem 0 0 0;
    font-weight: bold;
    font-size: 2rem;
  }
  #hasten .flow {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #hasten .flow__inner {
    width: 1100px;
    margin: 0 auto;
  }
  #hasten .flow__list {
    width: 100%;
  }
  #hasten .flow__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 3rem 0;
    background: #fff;
    border-radius: 10px;
  }
  #hasten .flow__box:last-child {
    margin: 0;
  }
  #hasten .flow dl {
    padding: 0 3rem;
  }
  #hasten .flow dl dt {
    margin: 0 0 1.5rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    color: #081267;
  }
  #hasten .flow__time {
    margin: 0 0 0.5rem 0;
    font-weight: bold;
    color: #d72955;
  }
  #hasten .flow__time strong {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #hasten .flow__time strong span {
    font-size: 2.2rem;
    font-weight: bold;
  }
  #hasten .flow__image img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #plan-top .lead-box {
    padding: 10rem 0 5rem 0;
  }
  #plan-top .lead-box__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-top .lead-box__title {
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #081267;
  }
  #plan-top .lead-box__txt {
    margin: 2.5rem 0 0 0;
    font-size: 2rem;
    text-align: center;
  }
  #plan-top .plan-list {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #plan-top .plan-list__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-top .plan-list__lead {
    text-align: center;
    font-size: 2rem;
  }
  #plan-top .plan-list__table {
    width: 100%;
    display: table;
    margin: 5rem 0 0 0;
  }
  #plan-top .plan-list__table dl {
    border: 1px solid #a0a0a0;
  }
  #plan-top .plan-list__table dl dt {
    width: 250px;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem;
    font-weight: bold;
    background: #D9D9D9;
    border-right: 1px solid #a0a0a0;
  }
  #plan-top .plan-list__table dl dd {
    width: 950px;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
  }
  #plan-top .plan-list__table-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #plan-top .plan-list__table-txt {
    width: 80%;
    padding: 2rem;
  }
  #plan-top .plan-list__table-price {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    border-left: 1px solid #a0a0a0;
    font-weight: bold;
    color: #ab0f4e;
  }
  #plan-top .sec-option {
    padding: 10rem 0;
  }
  #plan-top .sec-option__desc {
    text-align: center;
    margin-bottom: 7.6rem;
  }
  #plan-top .sec-option__box:not(:last-child) {
    margin-bottom: 8.5rem;
  }
  #plan-top .sec-option__box:last-child .sec-option__row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #plan-top .sec-option__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #plan-top .sec-option__ttl span {
    background: #081267;
    color: white;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 0.7rem 1rem;
    border-radius: 25px;
    text-align: center;
    width: 380px;
  }
  #plan-top .sec-option__ttl--second span {
    width: 340px;
  }
  #plan-top .sec-option__embalming {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
  #plan-top .sec-option__embalming-img {
    width: 600px;
  }
  #plan-top .sec-option__embalming-ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.3rem 0 0;
    display: grid;
    gap: 1.4rem;
    letter-spacing: 0.01em;
  }
  #plan-top .sec-option__embalming-ct a {
    text-decoration: none;
  }
  #plan-top .sec-option__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7rem;
    text-align: center;
  }
  #plan-top .sec-option__list-ttl {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    color: #081267;
  }
  #plan-top .sec-option__list-ttl:not(:last-child) {
    margin-bottom: 2.2rem;
  }
  #plan-top .sec-option__list-img:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  #plan-top .sec-option__list-img img {
    display: block;
    width: 100%;
  }
  #plan-top .sec-option__list-desc {
    line-height: 1.7777777778;
  }
  #plan-top .sec-option__list-desc:not(:last-child) {
    margin-bottom: 0.7rem;
  }
  #plan-top .sec-option__list-info {
    background: #fefadc;
    margin: 2rem 0;
    padding: 1.6rem 1rem 1.6rem;
  }
  #plan-top .sec-option__list-info * {
    line-height: 1.7777777778;
  }
  #plan-top .sec-option__list-subTtl {
    font-weight: bold;
    margin-bottom: 1rem;
  }
  #plan-top .sec-option__list-group {
    text-align: left;
    padding-left: 1.9rem;
  }
  #plan-top .sec-option__list-group li {
    position: relative;
  }
  #plan-top .sec-option__list-group li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: -1.8rem;
  }
  #plan-top .sec-option__list-price {
    line-height: 1.7777777778;
  }
  #plan-top .sec-option__list-price * {
    font-weight: bold;
  }
  #plan-top .sec-option__list-note {
    margin-top: 1.4rem;
  }
  #plan-top .sec-option__list--second {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.4rem;
  }
  #plan-top .sec-option__list--second:not(:last-child) {
    margin-bottom: 1.9rem;
  }
  #plan-top .sec-option__list--second .sec-option__list-img:not(:last-child) {
    margin-bottom: 1.3rem;
  }
  #plan-top .sec-option__row {
    padding: 0 3.5rem 3.8rem;
    border-bottom: 1px dotted #081267;
  }
  #plan-top .sec-option__row:not(:last-child) {
    margin-bottom: 4.3rem;
  }
  #plan-top .sec-option__row .sec-option__info {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  #plan-top .sec-option__row-ttl:not(:last-child) {
    margin-bottom: 0.9rem;
  }
  #plan-top .sec-option__row-desc {
    margin-bottom: 1.8rem;
    text-align: center;
  }
  #plan-top .sec-option__row-desc:not(:last-child) {
    margin-bottom: 1.8rem;
  }
  #plan-top .sec-option__info {
    background: #fefadc;
    padding: 2rem 4.1rem 3rem;
  }
  #plan-top .sec-option__info:not(:last-child) {
    margin-bottom: 4.3rem;
  }
  #plan-top .sec-option__info-ttl {
    text-align: center;
    font-weight: bold;
    color: #081267;
    line-height: 1.7777777778;
    margin-bottom: 1.2rem;
  }
  #plan-top .sec-option__info-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
  #plan-top .sec-option__info-item * {
    line-height: 1.7777777778;
  }
  #plan-top .sec-option__info-subTtl {
    font-weight: bold;
  }
  #plan-top .sec-option__note {
    text-align: center;
    font-weight: bold;
    line-height: 1.7777777778;
  }
  #plan-top .sec-usage {
    background-size: auto auto;
    background-color: #fbfafa;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f0edec 0, #f0edec 6px);
    padding: 10rem 0;
  }
  #plan-top .sec-usage .common-method__inner {
    width: 1212px;
  }
  #plan-top .sec-usage table {
    width: 100%;
    min-width: 1100px;
    background: white;
  }
  #plan-top .sec-usage table th,
  #plan-top .sec-usage table td {
    border: 1px solid #a0a0a0;
    line-height: 1.7777777778;
    vertical-align: middle;
  }
  #plan-top .sec-usage table th {
    padding: 0.1rem 1rem 0.2rem;
  }
  #plan-top .sec-usage table th,
  #plan-top .sec-usage table .bg-gray {
    background: #d9d9d9;
  }
  #plan-top .sec-usage table td {
    height: 3.7rem;
  }
  #plan-top .sec-usage table td small {
    font-size: 77.7777777778%;
  }
  #plan-top .sec-usage table td:not(.td-com) {
    padding: 0 0.7rem;
  }
  #plan-top .sec-usage table .td-first {
    width: 169px;
  }
  #plan-top .sec-usage table .td-second {
    width: 401px;
  }
  #plan-top .sec-usage table .td-three {
    width: 232px;
  }
  #plan-top .sec-usage table .td-four {
    width: 79px;
  }
  #plan-top .sec-usage table .td-five {
    width: 153px;
  }
  #plan-top .sec-usage table .td-com {
    width: 90px;
    text-align: center;
  }
  #plan-top .sec-usage table .td-txt {
    font-size: 88.8888888889%;
    line-height: 1.75;
  }
  #plan-top .sec-usage__info {
    overflow: auto;
    margin-bottom: 2.3rem;
  }
  #plan-top .sec-usage__note {
    text-align: right;
  }
  #plan-detail .saidan-image {
    display: none;
  }
  #plan-detail .user {
    background: url("/assets/img/plan/common/user_bg.webp") no-repeat bottom;
    background-size: contain;
    padding: 7rem 0 4rem 0;
    text-align: center;
  }
  #plan-detail .user__title {
    position: relative;
    display: inline-block;
    padding: 0 0 1rem 0;
    margin: 0 0 1rem 0;
    font-size: 2.8rem;
    font-weight: bold;
  }
  #plan-detail .user__title strong {
    font-size: 3.2rem;
    font-weight: bold;
  }
  #plan-detail .user__title::before {
    content: "";
    position: absolute;
    left: 50%;
    /*線の位置
    bottomで下線 topで上線*/
    bottom: -3px;
    display: inline-block;
    /*線の横の長さ*/
    width: 150px;
    /*線の太さ*/
    height: 8px;
    /*センターの位置調整*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0a1367;
    border-radius: 30px;
  }
  #plan-detail .user__lead {
    margin: 3rem 0;
  }
  #plan-detail .user__list {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #plan-detail .user__list dl {
    width: 49%;
    margin: 0 0 2rem 0;
    padding: 2rem;
    text-align: left;
    font-weight: bold;
    background: rgba(255, 246, 200, 0.9);
    border-radius: 10px;
  }
  #plan-detail .user__list dl dt {
    margin: 0 0 1rem 0;
    font-weight: bold;
    font-size: 2rem;
    color: #0A1367;
    text-align: center;
  }
  #plan-detail .item {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #plan-detail .item__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-detail .item-box01 {
    padding: 4rem 3rem 3rem 3rem;
    background: #fff;
    border-radius: 10px;
  }
  #plan-detail .item-box01__title {
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
  }
  #plan-detail .item-box01__lead {
    margin: 2rem 0;
    text-align: center;
  }
  #plan-detail .item-box01__single {
    width: 550px;
    margin: 2rem auto 0 auto;
  }
  #plan-detail .item-box01__list {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 0 0 2rem 0;
    scrollbar-width: thin;
  }
  #plan-detail .item-box01__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px); /* 2枚表示（gap補正） */
    scroll-snap-align: start;
  }
  #plan-detail .item-box01__name {
    margin: 1rem 0 0 0;
    font-weight: bold;
    text-align: center;
  }
  #plan-detail .item-icon-list01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
    gap: 12px;
  }
  #plan-detail .item-icon-list01__box {
    width: 230px;
    padding: 2rem 0 1rem 0;
    background: #fff;
    border-radius: 10px;
  }
  #plan-detail .item-icon-list01__photo {
    text-align: center;
  }
  #plan-detail .item-icon-list01__name {
    margin: 1rem 0 0 0;
    text-align: center;
    line-height: 1.4;
    font-size: 1.6rem;
  }
  #plan-detail .item-icon-list01__name span {
    font-size: 1.4rem;
  }
  #plan-detail .item-icon-list02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0 0 0;
    gap: 23px;
  }
  #plan-detail .item-icon-list02__box {
    width: 180px;
    padding: 2rem 0 1rem 0;
    background: #fff;
    border-radius: 10px;
  }
  #plan-detail .item-icon-list02__photo {
    text-align: center;
  }
  #plan-detail .item-icon-list02__name {
    margin: 1rem 0 0 0;
    text-align: center;
    line-height: 1.4;
    font-size: 1.6rem;
  }
  #plan-detail .item-icon-list02__name span {
    font-size: 1.4rem;
  }
  #plan-detail .item__caution-txt {
    margin: 3rem 0 0 0;
    font-size: 1.6rem;
  }
  #plan-detail .sousaihi {
    padding: 7rem 0;
    background: url("/assets/img/plan/common/sousaihi_bg.webp") no-repeat;
    background-size: cover;
  }
  #plan-detail .sousaihi dl {
    width: 1100px;
    margin: 0 auto;
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.9);
  }
  #plan-detail .sousaihi dl dt {
    margin: 0 0 3rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #0a1367;
  }
  #plan-detail .sousaihi dl dd strong {
    font-weight: bold;
    color: #ab0f4e;
  }
  #plan-detail .hall-list {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #plan-detail .hall-list__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #plan-detail .plan-list {
    padding: 10rem 0;
  }
  #plan-detail .plan-list__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #enberming .sec-differences {
    padding: 5rem 0 10rem 0;
  }
  #enberming .sec-differences__list {
    width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    line-height: 1.8;
    letter-spacing: 0.015em;
  }
  #enberming .sec-differences__list-item {
    background: #e3e3e3;
    border-radius: 1rem;
    padding: 2rem 2.2rem 2.5rem;
  }
  #enberming .sec-differences__list-item:nth-child(even) {
    background: #fefadc;
  }
  #enberming .sec-differences__list-item:nth-child(even) .sec-differences__list-ttl span {
    color: #081267;
  }
  #enberming .sec-differences__list-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.4rem;
    text-align: center;
  }
  #enberming .sec-differences__list-ttl span {
    background: #fff;
    border-radius: 2.3rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem 0.3rem;
    letter-spacing: 0.01em;
    width: 30rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
  #enberming .sec-differences__list-img {
    text-align: center;
  }
  #enberming .sec-effects {
    background-color: #fbf8df;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f7f4d3 0, #f7f4d3 6px);
    padding: 10rem 0;
  }
  #enberming .sec-effects__list {
    width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    line-height: 1.7777777778;
    letter-spacing: 0.02rem;
  }
  #enberming .sec-effects__list-item {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #enberming .sec-effects__list-img {
    width: 330px;
  }
  #enberming .sec-effects__list-img img {
    width: 100%;
  }
  #enberming .sec-effects__list-ct {
    width: calc(100% - 350px);
    padding: 0 3rem 0 0;
  }
  #enberming .sec-effects__list-ct strong {
    font-weight: bold;
  }
  #enberming .sec-effects__list-ttl {
    font-weight: bold;
    font-size: 2rem;
    margin: -0.6rem 0 0.3rem;
    color: #081267;
  }
  #enberming .sec-information {
    padding: 10rem 0;
  }
  #enberming .sec-information__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
  #enberming .sec-information__picture {
    width: 600px;
  }
  #enberming .sec-information__picture-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    cursor: pointer;
  }
  #enberming .sec-information__picture-item {
    width: 200px;
    min-width: 200px;
  }
  #enberming .sec-information__picture-item:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #enberming .sec-information__ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 2.2rem;
    display: grid;
    gap: 0.8rem;
    letter-spacing: 0.01em;
  }
  #enberming .sec-information__ttl {
    font-size: 2.6rem;
    font-weight: bold;
    color: #081267;
  }
  #enberming .sec-information__txt {
    line-height: 1.7777777778;
    display: grid;
    gap: 2.3rem;
  }
  #enberming .sec-plans {
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
    padding: 10rem 0;
  }
  #enberming .sec-plans table {
    width: 100%;
    min-width: 1000px;
    background: white;
  }
  #enberming .sec-plans table th,
  #enberming .sec-plans table td {
    border: 1px solid #a0a0a0;
    line-height: 1.7777777778;
    vertical-align: middle;
  }
  #enberming .sec-plans table th {
    background: #d9d9d9;
    padding: 0.2rem 1rem 0.5rem;
  }
  #enberming .sec-plans table th small {
    font-size: 88.8888888889%;
  }
  #enberming .sec-plans table td {
    padding: 1.2rem 1.6rem 1.3rem;
  }
  #enberming .sec-plans table .td-first {
    width: 370px;
  }
  #enberming .sec-plans table .td-first02 {
    width: 210px;
  }
  #enberming .sec-plans table .td-second {
    width: 180px;
  }
  #enberming .sec-plans table .td-second02 {
    width: 539px;
  }
  #enberming .sec-plans table .td-com {
    width: 120px;
    text-align: center;
  }
  #enberming .sec-plans table .td-last {
    width: 170px;
    line-height: 1.5;
    padding: 0.7rem 1rem 0.8rem 1.4rem;
  }
  #enberming .sec-plans table .td-last02 {
    width: 453px;
    text-align: right;
  }
  #enberming .sec-plans table .td-txt {
    font-size: 88.8888888889%;
    line-height: 1.75;
  }
  #enberming .sec-plans .table--second th {
    padding: 0.1rem 1rem 0.5rem;
  }
  #enberming .sec-plans .table--second td {
    padding: 1.1rem 1.6rem 1.2rem;
  }
  #enberming .sec-plans .table--second .td-last02 {
    padding: 1.1rem 0 1.2rem;
  }
  #enberming .sec-plans__info {
    overflow: auto;
  }
  #enberming .sec-plans__note {
    font-size: 88.8888888889%;
    line-height: 1.75;
    padding: 1rem 1.1rem;
    letter-spacing: 0.01em;
  }
  #enberming .sec-plans__read {
    background: #fffdee;
    padding: 2.7rem 3rem 4rem;
  }
  #enberming .sec-plans__read-ttl {
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    color: #b90000;
    margin-bottom: 1.4rem;
  }
  #enberming .sec-plans__read-row:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  #enberming .sec-plans__read-subTtl {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2.2rem;
  }
  #enberming .sec-plans__read-list {
    line-height: 1.5;
    display: grid;
    gap: 1.1rem;
    counter-reset: counterItem;
  }
  #enberming .sec-plans__read-item {
    position: relative;
    padding-left: 3.5rem;
  }
  #enberming .sec-plans__read-item::before {
    position: absolute;
    counter-increment: counterItem;
    content: counter(counterItem) ".";
    top: 0;
    left: -0.1rem;
  }
  #enberming .sec-faq {
    padding: 10rem 0;
  }
  #enberming .sec-faq__ttl {
    padding-top: 5.4rem;
  }
  #enberming .sec-faq__list {
    width: 1000px;
    margin: 0 auto;
    display: grid;
    gap: 1.9rem;
    line-height: 1.5555555556;
    letter-spacing: 0.01em;
  }
  #enberming .sec-faq__list-item {
    border: 1px solid #2f2f2f;
    padding: 2rem 1rem 2.2rem 2rem;
  }
  #enberming .sec-faq__list-q, #enberming .sec-faq__list-a {
    position: relative;
  }
  #enberming .sec-faq__list-q::before, #enberming .sec-faq__list-a::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #enberming .sec-faq__list-q {
    font-weight: bold;
    color: #081267;
    margin-bottom: 1.3rem;
    padding-left: 2rem;
  }
  #enberming .sec-faq__list-q::before {
    content: "Q.";
  }
  #enberming .sec-faq__list-a {
    padding-left: 2.3rem;
  }
  #enberming .sec-faq__list-a::before {
    content: "A.";
  }
  #hall-index .hall {
    padding: 7rem 0 0 0;
  }
  #hall-index .hall__map-box {
    width: 100%;
    padding: 0 0 5rem 0;
    margin: 3rem auto 0 auto;
  }
  #hall-index .hall__map-box-inner {
    width: 1200px;
    margin: 0 auto;
  }
  #hall-index .hall__map {
    width: 1000px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    background: url("/assets/img/index/map_image.webp") no-repeat;
    background-size: contain;
    border: 8px solid #081267;
  }
  #hall-index .hall__map-btn {
    width: 180px;
    position: absolute;
    background: #fff;
  }
  #hall-index .hall__map-btn a {
    display: block;
    padding: 0.7rem 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  #hall-index .hall__map-btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #hall-index .hall__map-btn.--crest a {
    background: #126537;
  }
  #hall-index .hall__map-btn.--familyno a {
    background: #D65B1D;
  }
  #hall-index .hall__map-btn.--ameiyu a {
    background: #024190;
  }
  #hall-index .hall__map-btn.--btn01 {
    top: 40px;
    left: 80px;
  }
  #hall-index .hall__map-btn.--btn02 {
    top: 120px;
    left: 440px;
  }
  #hall-index .hall__map-btn.--btn03 {
    top: 285px;
    left: 470px;
  }
  #hall-index .hall__map-btn.--btn04 {
    top: 510px;
    left: 500px;
  }
  #hall-index .hall__map-btn.--btn05 {
    top: 240px;
    left: 50px;
  }
  #hall-index .hall__map-btn.--btn06 {
    top: 330px;
    left: 100px;
  }
  #hall-index .hall__map-btn.--btn07 {
    top: 145px;
    left: 20px;
  }
  #hall-index .hall__map-btn.--btn08 {
    top: 180px;
    left: 350px;
  }
  #hall-index .hall__map-btn.--btn09 {
    top: 490px;
    left: 70px;
  }
  #hall-index .hall__map-btn.--btn10 {
    top: 470px;
    left: 270px;
  }
  #hall-index .hall__map-btn.--btn11 {
    top: 85px;
    left: 650px;
  }
  #hall-index .hall__map-btn.--btn12 {
    top: 280px;
    left: 690px;
  }
  #hall-index .hall__map-btn.--btn13 {
    top: 470px;
    left: 750px;
  }
  #hall-index .hall__map-btn.--btn14 {
    top: 355px;
    left: 440px;
  }
  #hall-index .hall__list {
    padding: 5rem 0 10rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #hall-index .hall__list-inner {
    width: 1200px;
    margin: 0 auto;
  }
  #hall-index .hall__list-title {
    padding: 5rem 0 0 0;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    color: #0a1367;
  }
  #hall-top .fv {
    width: 100%;
    height: 450px;
    background: url("../../assets/img/index/fv_pc_bg.webp") no-repeat bottom;
    background-size: cover;
  }
  #hall-top .fv__inner-pc {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background: #fff;
  }
  #hall-top .fv__inner-sp {
    display: none;
  }
  #hall-top .fv__photo-list {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #hall-top .cta-first {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 248, 223);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(247, 244, 211) 3px, rgb(247, 244, 211) 6px);
  }
  #hall-top .cta-first__inner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #hall-top .cta-first-telbox {
    width: 590px;
    position: relative;
    background: #fff;
    border-radius: 15px;
  }
  #hall-top .cta-first-telbox__title {
    width: 100%;
    position: relative;
    padding: 1rem 0;
    background: #D72955;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #hall-top .cta-first-telbox__title strong {
    font-size: 30px;
    font-weight: bold;
  }
  #hall-top .cta-first-telbox__title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #D72955;
  }
  #hall-top .cta-first-telbox__lead {
    margin: 2rem 0 0 5rem;
    font-weight: bold;
    font-size: 2.2rem;
    color: #D72955;
  }
  #hall-top .cta-first-telbox__image {
    width: 130px;
    position: absolute;
    right: 5px;
    bottom: 0;
  }
  #hall-top .cta-first-telbox__tel-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    padding: 0 0 0 3rem;
  }
  #hall-top .cta-first-telbox__tel-pc-icon {
    width: 50px;
  }
  #hall-top .cta-first-telbox__tel-pc-number {
    font-weight: bold;
    font-size: 5.5rem;
    color: #0a1367;
  }
  #hall-top .cta-first-telbox__tel-sp {
    display: none;
  }
  #hall-top .cta-first-telbox__bottom-txt {
    margin: 1.5rem 0 0 0;
    padding: 1rem 1.5rem 1rem 1.5rem;
    background: #E9E9DF;
    line-height: 2;
    font-weight: bold;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #hall-top .cta-first-telbox__bottom-txt span {
    padding: 0.3rem 1rem;
    margin: 0 1rem 0 0;
    background: #081267;
    color: #fff;
    font-weight: bold;
  }
  #hall-top .cta-first-telbox__bottom-txt strong {
    margin: 0 0.5rem;
    font-weight: bold;
    color: #D72955;
    border-bottom: 1px solid #D72955;
  }
  #hall-top .cta-first-memberbox {
    width: 590px;
    background: url("/assets/img/common/member_bn_bg.webp") no-repeat;
    background-size: cover;
    border: 10px solid #081267;
    border-radius: 15px;
  }
  #hall-top .cta-first-memberbox:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #hall-top .cta-first-memberbox a {
    display: block;
    height: 100%;
    padding: 2.5rem;
    text-decoration: none;
    color: #000;
  }
  #hall-top .cta-first-memberbox h3 {
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 3.4rem;
    text-align: center;
    color: #091167;
  }
  #hall-top .cta-first-memberbox p {
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
  }
  #hall-top .cta-first-memberbox p strong {
    font-weight: bold;
    color: #AC1752;
  }
  #hall-top .cta-first-memberbox p span {
    font-weight: bold;
    font-size: 3rem;
  }
  #hall-top .hall {
    padding: 10rem 0;
  }
  #hall-top .hall__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #hall-top .hall__map {
    width: 100%;
    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;
    margin: 0 0 5rem 0;
    background: #EFEFEF;
  }
  #hall-top .hall__map iframe {
    width: 100%;
    height: 600px;
  }
  #hall-top .plan {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #hall-top .plan__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #hall-top .habit {
    padding: 10rem 0;
  }
  #hall-top .habit__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #hall-top .habit__box {
    width: 100%;
    padding: 2.5rem;
    text-align: center;
  }
  #hall-top .habit__box dt {
    position: relative;
    display: inline-block;
    padding: 0 0 0.5rem 0;
    margin: 0 0 2rem 0;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #hall-top .habit__box dt::before {
    content: "";
    position: absolute;
    left: 50%;
    /*線の位置
    bottomで下線 topで上線*/
    bottom: -3px;
    display: inline-block;
    /*線の横の長さ*/
    width: 100px;
    /*線の太さ*/
    height: 5px;
    /*センターの位置調整*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0a1367;
    border-radius: 30px;
  }
  #hall-top .habit__box dd {
    text-align: left;
  }
  #hall-top .habit__box:nth-child(odd) {
    background: #f4f4f4;
  }
  #hall-detail .gallery {
    width: 1200px;
    margin: 3rem auto 0 auto;
    padding: 3rem;
    background: #eff0e9;
    border-radius: 10px;
  }
  #hall-detail .gallery__image {
    width: 770px;
    margin: 0 auto;
  }
  #hall-detail .gallery__image img {
    width: 100%;
  }
  #hall-detail .gallery__thumbnails {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin: 2rem 0 0 0;
  }
  #hall-detail .gallery__thumbnails img {
    width: 180px;
    height: auto;
    border: 5px solid transparent;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
    cursor: pointer;
  }
  #hall-detail .gallery__thumbnails img:hover {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0.7;
  }
  #hall-detail .gallery__thumbnails .active {
    border-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0.3;
  }
  #hall-detail .hall-explanation {
    padding: 5rem 0 0 0;
  }
  #hall-detail .hall-explanation-box01 {
    padding: 0 0 8rem 0;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    /* &__staff-txt{
      width: 47%;
      color: #fff;
      font-weight: bold;
    } */
    /* &__staff-wrap{
      width: 53%;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    &__staff-photo{
      width: 50%;
      img{
        border-radius: 50%;
      }
    }
    &__staff-name{
      width: 45%;
      font-size: 1.6rem;
      line-height: 1.4;
      color: #fff;
      span{
        display: block;
        font-size: 1.8rem;
      }
    } */
  }
  #hall-detail .hall-explanation-box01__txt {
    width: 570px;
  }
  #hall-detail .hall-explanation-box01__txt ul {
    margin: 2.5rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  #hall-detail .hall-explanation-box01__txt ul li {
    width: 170px;
    padding: 1rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #081267;
  }
  #hall-detail .hall-explanation-box01__comment {
    width: 570px;
  }
  #hall-detail .hall-explanation-box01__staff-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1em 0;
    padding: 0 2rem;
    background: #081267;
  }
  #hall-detail .hall-explanation-box01__staff-txt {
    width: 100%;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  #hall-detail .hall-explanation-box01__staff-txt br {
    display: none;
  }
  #hall-detail .hall-explanation-box01__staff-wrap {
    display: none;
  }
  #hall-detail .hall-explanation-facility {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #hall-detail .hall-explanation-facility__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #hall-detail .hall-explanation-facility__title {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    color: #0a1367;
  }
  #hall-detail .hall-explanation-facility__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem 0 0 0;
    padding: 3rem 3rem 0 3rem;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #hall-detail .hall-explanation-facility__box {
    width: 48%;
  }
  #hall-detail .hall-explanation-facility__box dl {
    width: 100%;
    display: table;
    margin: 0 0 3rem 0;
  }
  #hall-detail .hall-explanation-facility__box dl dt {
    width: 25%;
    display: table-cell;
    font-weight: bold;
    color: #0a1367;
  }
  #hall-detail .hall-explanation-facility__box dl dd {
    width: 75%;
    display: table-cell;
  }
  #hall-detail .hall-explanation-facility__box dl dd ol {
    margin: 0.5rem 0 0 0;
  }
  #hall-detail .hall-explanation-facility__box dl dd ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  #hall-detail .hall-explanation-facility__box dl:last-child {
    margin: 0;
  }
  #hall-detail .hall-explanation-facility__access strong {
    font-weight: bold;
  }
  #hall-detail .hall-explanation-facility__map {
    width: 100%;
    padding: 5rem 3rem 3rem 3rem;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #hall-detail .hall-explanation-facility__map iframe {
    width: 100%;
  }
  #hall-detail .plan {
    padding: 10rem 0;
  }
  #hall-detail .plan__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #hall-detail .hall {
    padding: 10rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #hall-detail .hall__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #hall-detail .hall02 {
    padding: 10rem 0;
  }
  #hall-detail .hall02__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #houyou_kuyou .pg-title__lead {
    margin: -1rem 0 0.8rem;
  }
  #houyou_kuyou .sec-memorial {
    padding: 6.9rem 0 9.7rem;
  }
  #houyou_kuyou .sec-memorial__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.9rem;
  }
  #houyou_kuyou .sec-memorial__info-img {
    width: 50%;
  }
  #houyou_kuyou .sec-memorial__info-ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0.7rem;
  }
  #houyou_kuyou .sec-memorial__info-price {
    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;
    line-height: 1;
    gap: 4.9rem;
    margin-bottom: 2.2rem;
  }
  #houyou_kuyou .sec-memorial__info-main {
    position: relative;
    font-size: 88.8888888889%;
    font-weight: bold;
    color: #494949;
    line-height: 1.25;
    padding: 1.4rem 0 0 0.6rem;
  }
  #houyou_kuyou .sec-memorial__info-main::after {
    position: absolute;
    content: "";
    width: 1.9rem;
    height: 2.6rem;
    background: url(../img/houyou_kuyou/index/icon-arrow.webp) center/contain no-repeat;
    right: -3.3rem;
    top: calc(63% - 1.3rem);
  }
  #houyou_kuyou .sec-memorial__info-main .number {
    font-size: 200%;
    font-weight: bold;
  }
  #houyou_kuyou .sec-memorial__info-sale {
    font-weight: bold;
    color: #ab0f4e;
    line-height: 1.05;
  }
  #houyou_kuyou .sec-memorial__info-sale .number {
    font-weight: bold;
    font-size: 277.7777777778%;
  }
  #houyou_kuyou .sec-memorial__info-label {
    color: #494949;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.1rem;
  }
  #houyou_kuyou .sec-memorial__info-label span {
    width: 32rem;
    text-align: center;
    font-size: 111.1111111111%;
    line-height: 2;
    font-weight: bold;
    background: #ffe100;
    position: relative;
  }
  #houyou_kuyou .sec-memorial__info-label span::before {
    position: absolute;
    content: "";
    border-top: 9px solid #ffe100;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    left: calc(50% - 7px);
    top: 100%;
  }
  #houyou_kuyou .sec-memorial__info-group {
    color: #222;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
  #houyou_kuyou .sec-memorial__info-item {
    background: #fefadc;
    padding: 0.7rem 0.5rem;
  }
  #houyou_kuyou .sec-memorial__info-ttl {
    font-size: 111.1111111111%;
    line-height: 1.6;
    font-weight: bold;
    color: #081267;
    margin-bottom: 0.3rem;
  }
  #houyou_kuyou .sec-memorial__info-txt {
    line-height: 1.5555555556;
  }
  #houyou_kuyou .sec-memorial__info-txt strong {
    font-weight: bold;
    color: #ab0f4e;
  }
  #houyou_kuyou .sec-memorial__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.4rem;
  }
  #houyou_kuyou .sec-memorial__box-img {
    width: 24.1666666667%;
  }
  #houyou_kuyou .sec-memorial__box-ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.5555555556;
    padding-top: 1.1rem;
    display: grid;
    gap: 0.6rem;
  }
  #houyou_kuyou .sec-memorial__box-ttl {
    font-weight: bold;
  }
  #houyou_kuyou .common-memorial__ttl {
    font-size: 3rem;
    font-weight: bold;
    color: #081267;
    text-align: center;
  }
  #houyou_kuyou .common-memorial__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem 1.3333333333rem;
    font-size: 1.8rem;
  }
  #houyou_kuyou .common-memorial__list-img {
    margin-bottom: 1.2rem;
  }
  #houyou_kuyou .common-memorial__list-ct {
    padding: 0 1.2em;
  }
  #houyou_kuyou .common-memorial__list-ttl {
    line-height: 1.5555555556;
    text-align: center;
  }
  #houyou_kuyou .common-memorial__list-ttl:not(:last-child) {
    margin-bottom: 0.1em;
  }
  #houyou_kuyou .common-memorial__list-price {
    color: #494949;
    text-align: center;
    line-height: 1.2;
  }
  #houyou_kuyou .common-memorial__list-price:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  #houyou_kuyou .common-memorial__list-price * {
    font-weight: bold;
  }
  #houyou_kuyou .common-memorial__list-price .lg {
    font-size: 122.2222222222%;
  }
  #houyou_kuyou .common-memorial__list-price small {
    font-size: 88.8888888889%;
  }
  #houyou_kuyou .common-memorial__list-desc {
    font-size: 77.7777777778%;
    line-height: 1.4285714286;
  }
  #houyou_kuyou .sec-facilities {
    background-size: auto auto;
    background-color: #fbfafa;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f0edec 0, #f0edec 6px);
    padding: 6.6rem 0 9.6rem;
  }
  #houyou_kuyou .sec-facilities .common-method__inner {
    width: 700px;
  }
  #houyou_kuyou .sec-facilities__desc, #houyou_kuyou .sec-facilities__note {
    line-height: 1.5555555556;
  }
  #houyou_kuyou .sec-facilities__desc {
    text-align: center;
  }
  #houyou_kuyou .facilities__info-tb {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    font-size: 1.8rem;
  }
  #houyou_kuyou .facilities__info-tb td,
  #houyou_kuyou .facilities__info-tb th {
    padding: 3.3px 10px;
  }
  #houyou_kuyou .facilities__info-tb th {
    color: #0f0c3b;
    font-weight: 700;
    background: #e8e7ec;
    border-top: 1px solid #d6d5dc;
    border-bottom: 1px solid #d6d5dc;
  }
  #houyou_kuyou .facilities__info-tb th.th01 {
    width: 29.286%;
    border-right: 1px solid #d6d5dc;
  }
  #houyou_kuyou .facilities__info-tb th.th02, #houyou_kuyou .facilities__info-tb th.th03, #houyou_kuyou .facilities__info-tb th.th04 {
    width: 23.57%;
  }
  #houyou_kuyou .facilities__info-tb th.th02, #houyou_kuyou .facilities__info-tb th.th03 {
    border-right: 1px solid #d6d5dc;
  }
  #houyou_kuyou .facilities__info-tb td {
    vertical-align: middle;
    border-bottom: 1px solid #d6d5dc;
  }
  #houyou_kuyou .facilities__info-tb td.td01 {
    width: 29.286%;
    border-right: 1px solid #d6d5dc;
    text-align: left;
  }
  #houyou_kuyou .facilities__info-tb td.td02, #houyou_kuyou .facilities__info-tb td.td03, #houyou_kuyou .facilities__info-tb td.td04 {
    width: 23.57%;
  }
  #houyou_kuyou .facilities__info-tb td.td02, #houyou_kuyou .facilities__info-tb td.td03 {
    border-right: 1px solid #d6d5dc;
  }
  #houyou_kuyou .facilities__info-tb td span small {
    font-size: 70%;
  }
  #houyou_kuyou .facilities__info-tb tr.tr-bdb td {
    border-bottom: 1px dashed #d6d5dc;
  }
  #butsudan .butsudan-ttl {
    text-align: center;
    font-weight: bold;
    color: #081267;
    font-size: 2.8rem;
    line-height: 1.5357142857;
  }
  #butsudan .butsudan-img img {
    display: block;
    width: 100%;
  }
  #butsudan .sec-buddhist {
    padding: 6.6rem 0 6rem;
  }
  #butsudan .sec-buddhist__desc {
    line-height: 1.7777777778;
    width: 844px;
    margin: 0 auto 4.6rem;
  }
  #butsudan .sec-buddhist__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    width: 1152px;
    gap: 5rem;
  }
  #butsudan .sec-buddhist__box-ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 3.9rem 0 0;
    display: grid;
    gap: 1.6rem;
    margin-left: -0.2rem;
  }
  #butsudan .sec-buddhist__box-ttl {
    font-weight: bold;
    color: #081267;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  #butsudan .sec-buddhist__box-txt {
    line-height: 1.7777777778;
  }
  #butsudan .sec-buddhist__box-img {
    width: 510px;
  }
  #butsudan .sec-modern {
    background-size: auto auto;
    background-color: #fbfafa;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f0edec 0, #f0edec 6px);
    padding: 6.3rem 0 9.1rem;
  }
  #butsudan .sec-modern__ttl {
    margin-bottom: 4.3rem;
  }
  #butsudan .sec-modern__group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  #butsudan .sec-modern__box {
    background: white;
    text-align: center;
    padding-top: 1.4rem;
  }
  #butsudan .sec-modern__box-txt, #butsudan .sec-modern__box-ttl {
    font-weight: bold;
  }
  #butsudan .sec-modern__box-txt {
    margin-bottom: -0.5rem;
  }
  #butsudan .sec-modern__box-ttl {
    font-size: 2.2rem;
    color: #081267;
    line-height: 1.4545454545;
    margin-bottom: 1.5rem;
  }
  #butsudan #temoto_kuyou .temoto-bt {
    padding: 8.1rem 0 11.8rem;
  }
  #butsudan .sec-cleaning {
    padding: 4.9rem 0 8rem;
  }
  #butsudan .sec-cleaning__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: 1052px;
    gap: 5rem;
  }
  #butsudan .sec-cleaning__box-ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 4.2rem 0 0;
    display: grid;
    gap: 1.4rem;
    margin-left: -0.4rem;
  }
  #butsudan .sec-cleaning__box-ttl {
    font-weight: bold;
    color: #081267;
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
  #butsudan .sec-cleaning__box-txt {
    line-height: 1.7777777778;
  }
  #butsudan .sec-cleaning__box-img {
    width: 370px;
  }
  #butsudan .sec-features {
    background-size: auto auto;
    background-color: #fbfafa;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f0edec 0, #f0edec 6px);
    padding: 7rem 0 6.8rem;
    color: #222;
  }
  #butsudan .sec-features__ttl {
    margin-bottom: 3.6rem;
  }
  #butsudan .sec-features__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  #butsudan .sec-features__list-item {
    background: white;
    border-radius: 1rem;
    padding: 2.8rem 2.1rem 3rem;
  }
  #butsudan .sec-features__list-ttl {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    color: #081267;
    margin-bottom: 1.6rem;
  }
  #butsudan .sec-features__list-ttl small {
    font-weight: bold;
  }
  #butsudan .sec-features__list-txt {
    line-height: 1.7777777778;
    margin-right: -0.4rem;
  }
  #butsudan .sec-process {
    padding: 7.7rem 0 10.8rem;
    color: #222;
  }
  #butsudan .sec-process__ttl {
    margin-bottom: 3rem;
  }
  #butsudan .sec-process__list {
    display: grid;
    gap: 3.8rem;
    width: 800px;
    margin: 0 auto;
  }
  #butsudan .sec-process__list-item {
    background: #efeeee;
    border-radius: 1rem;
    padding: 1.9rem 2.6rem 1.7rem;
    min-height: 80px;
  }
  #butsudan .sec-process__list-item:first-child {
    padding: 2.5rem 1rem;
  }
  #butsudan .sec-process__list-item:first-child .sec-process__list-ttl {
    margin-bottom: 1.9rem;
    text-align: center;
  }
  #butsudan .sec-process__list-item:first-child .sec-process__list-desc {
    margin-bottom: 1.8rem;
    text-align: center;
  }
  #butsudan .sec-process__list-item:not(:last-child) {
    position: relative;
  }
  #butsudan .sec-process__list-item:not(:last-child)::before {
    position: absolute;
    content: "";
    border-top: 23px solid #b0b0b0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: 100%;
    left: calc(50% - 20px);
  }
  #butsudan .sec-process__list-ttl {
    white-space: nowrap;
    font-size: 2.2rem;
    line-height: 1.2727272727;
    font-weight: bold;
    color: #081267;
  }
  #butsudan .sec-process__list-desc {
    line-height: 1.7777777778;
  }
  #butsudan .sec-process__list-group {
    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;
    gap: 0.9rem;
  }
  #butsudan .sec-process__list-group a {
    text-decoration: none;
  }
  #butsudan .sec-process__list-tel {
    font-size: 4rem;
    line-height: 1;
    font-weight: bold;
    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;
    gap: 1rem;
    color: #0a1367;
    position: relative;
    left: -4rem;
  }
  #butsudan .sec-process__list-btn {
    font-weight: bold;
    background: #081268;
    position: relative;
    z-index: 1;
    border-radius: 1rem;
    overflow: hidden;
    color: white;
    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;
    text-align: center;
    width: 270px;
    height: 53px;
  }
  #butsudan .sec-process__list-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: #030937;
  }
  #butsudan .sec-process__list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.5rem;
  }
  #butsudan .sec-process__tel-pc {
    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;
  }
  #butsudan .sec-process__tel-pc-icon {
    width: 30px;
    margin: 1.3rem 1.5rem 0 0;
  }
  #butsudan .sec-process__tel-pc-number {
    font-size: 4rem;
    font-weight: bold;
    color: #0A1367;
  }
  #butsudan .sec-process__tel-sp {
    display: none;
  }
  #butsudan .sec-qa {
    background-size: auto auto;
    background-color: #fbfafa;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f0edec 0, #f0edec 6px);
    padding: 6.9rem 0 8.2rem;
    color: #222;
  }
  #butsudan .sec-qa__ttl {
    margin-bottom: 3.8rem;
  }
  #butsudan .sec-qa__list {
    display: grid;
    gap: 3rem;
    width: 800px;
    margin: 0 auto;
  }
  #butsudan .sec-qa__list-item {
    background: white;
    border-radius: 1rem;
    padding: 2.6rem 2.6rem 2.7rem;
  }
  #butsudan .sec-qa__list-item * {
    line-height: 1.5555555556;
  }
  #butsudan .sec-qa__list-q, #butsudan .sec-qa__list-a {
    position: relative;
    padding-left: 3.8rem;
  }
  #butsudan .sec-qa__list-q::before, #butsudan .sec-qa__list-a::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #butsudan .sec-qa__list-q {
    font-weight: bold;
    color: #081267;
    margin-bottom: 1rem;
  }
  #butsudan .sec-qa__list-q::before {
    content: "Q.";
  }
  #butsudan .sec-qa__list-a::before {
    content: "A.";
  }
  #temoto_kuyou .temoto-t {
    padding: 6.8rem 0 9.4rem;
    background: #fff;
  }
  #temoto_kuyou .temoto-t__ttl {
    font-size: 3rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 2rem;
    text-align: center;
  }
  #temoto_kuyou .temoto-t__des {
    text-align: center;
  }
  #temoto_kuyou .temoto-t__des p {
    display: inline-block;
    text-align: left;
  }
  #temoto_kuyou .temoto-ct {
    padding: 7.8rem 0 9.4rem;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #temoto_kuyou .temoto-ct__ttl {
    margin-bottom: 4rem;
  }
  #temoto_kuyou .temoto-ct__t {
    padding: 3.9rem 4.6rem;
    background: #fff;
    border-radius: 10px;
  }
  #temoto_kuyou .temoto-ct__t:not(:last-child) {
    margin-bottom: 5.5rem;
  }
  #temoto_kuyou .temoto-ct__t-ttl {
    font-size: 2.6rem;
    font-weight: 700;
    color: #081267;
    text-align: center;
    margin-bottom: 1.4rem;
  }
  #temoto_kuyou .temoto-ct__t-ttl01 {
    font-weight: 700;
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  #temoto_kuyou .temoto-ct__t-des {
    max-width: 83rem;
    margin: 0 auto 4.5rem;
    text-align: left;
    letter-spacing: 0.01em;
    padding-left: 1.2rem;
  }
  #temoto_kuyou .temoto-ct__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem 2.2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3.9rem;
  }
  #temoto_kuyou .temoto-ct__list:last-child {
    margin-bottom: 0;
  }
  #temoto_kuyou .temoto-ct__list-item {
    width: calc(25% - 1.65rem);
  }
  #temoto_kuyou .temoto-ct__list-ttl {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    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;
  }
  #temoto_kuyou .temoto-ct__list-bt {
    text-align: center;
    padding: 0.5rem 1rem 0;
  }
  #temoto_kuyou .temoto-ct__list-number {
    letter-spacing: 0.015em;
  }
  #temoto_kuyou .temoto-ct__list-number .unit {
    font-size: 1.6rem;
  }
  #temoto_kuyou .temoto-bt {
    padding: 10.9rem 0;
  }
  #temoto_kuyou .temoto-bt__ttl01 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #temoto_kuyou .temoto-bt__ttl {
    margin-bottom: 6.3rem;
    padding-top: 5.6rem;
    line-height: 1.5;
  }
  #temoto_kuyou .temoto-bt__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem;
  }
  #temoto_kuyou .temoto-bt__box-l {
    width: 50%;
  }
  #temoto_kuyou .temoto-bt__box-r {
    width: calc(50% - 2.5rem);
  }
  #temoto_kuyou .temoto-bt__box-r p {
    margin-bottom: 1.5rem;
    line-height: 1.7777777778;
  }
  #temoto_kuyou .temoto-bt__box-r dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #temoto_kuyou .temoto-bt__box-r dl a {
    text-decoration: none;
    color: #222;
  }
  #temoto_kuyou .temoto-bt__maps iframe {
    max-width: 100%;
  }
  #haka .sec-haka {
    padding-bottom: 8rem;
  }
  #haka .haka-t {
    padding: 7rem 0;
  }
  #haka .haka-t__ttl {
    text-align: center;
    margin-bottom: 2.7rem;
    color: #081267;
    font-weight: 700;
  }
  #haka .haka-t__des {
    text-align: center;
  }
  #haka .haka-t__des p {
    text-align: left;
    display: inline-block;
  }
  #haka .haka-ct {
    padding: 6.5rem 0 14.5rem;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #haka .haka-ct__ttl {
    margin-bottom: 4rem;
  }
  #haka .haka-ct__ttl01 {
    text-align: center;
    color: #222;
    margin-bottom: 2.4rem;
    font-weight: 700;
  }
  #haka .haka-ct__des {
    text-align: center;
  }
  #haka .haka-ct__des p {
    text-align: left;
    display: inline-block;
    margin-bottom: 3.7rem;
  }
  #haka .haka-ct__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 6.2rem;
  }
  #haka .haka-ct__list-item {
    width: calc(33.33% - 1.6667rem);
    padding: 1.6rem 1.5rem;
    border-radius: 1rem;
    background: #fff;
  }
  #haka .haka-ct__list-ct {
    padding: 1.8rem 0 0.8rem;
    text-align: center;
  }
  #haka .haka-ct__list-ttl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    color: #081267;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  #haka .haka-ct__list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #haka .haka-ct__list01-item {
    padding: 3.5rem 2.5rem 1.5rem;
    border-radius: 1rem;
    background: #fff;
    width: calc(50% - 2rem);
  }
  #haka .haka-ct__list01-itemttl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    color: #081267;
    font-weight: 700;
    margin-bottom: 1.7rem;
    text-align: center;
  }
  #haka .haka-ct__list01-itemdes > p {
    line-height: 1.5555555556;
    margin-bottom: 1.6rem;
  }
  #haka .haka-ct__list01-ctimgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1rem;
  }
  #haka .haka-ct__list01-ctimg {
    width: calc(50% - 0.5rem);
  }
  #haka .haka-ct__list01-ctimgmain {
    margin-bottom: 0.9rem;
  }
  #haka .haka-ct__list01-ctimgdes {
    text-align: center;
  }
  #haka .haka-maps {
    padding: 9.7rem 0 6.5rem;
  }
  #haka .haka-maps__ttl {
    margin-bottom: 3.8rem;
  }
  #haka .haka-maps__ttl01 {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
  }
  #haka .haka-maps__des {
    max-width: 94rem;
    margin: 0 auto;
  }
  #haka .haka-maps__des > p {
    margin-bottom: 5.9rem;
  }
  #haka .haka-maps__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.5rem;
    margin-bottom: 2.5rem;
  }
  #haka .haka-maps__flex-ttl {
    font-size: 2.6rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 0.9rem;
  }
  #haka .haka-maps__flexl {
    width: 65%;
  }
  #haka .haka-maps__flexdes p {
    margin-bottom: 1rem;
  }
  #haka .haka-maps__flexdes p:last-child {
    margin-bottom: 0;
  }
  #haka .haka-maps__flexr {
    width: calc(35% - 2.5rem + 5rem);
    margin-left: -5rem;
    margin-top: -1.9rem;
    padding-right: 3.7rem;
  }
  #haka .haka-maps__box {
    padding: 5rem 2rem 6.7rem;
    background: #f1f2ff;
    border-radius: 1rem;
    margin-bottom: 0;
  }
  #haka .haka-maps__box-ttl {
    font-size: 2.6rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 4.3rem;
    text-align: center;
  }
  #haka .haka-maps__box .flow__list dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 3rem 0;
    padding: 1rem;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #666;
  }
  #haka .haka-maps__box .flow__list dl dt {
    width: 220px;
    color: #081267;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
  }
  #haka .haka-maps__box .flow__list dl dd {
    width: calc(100% - 220px);
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 3rem;
    border-left: 1px solid #666;
  }
  #haka .haka-maps__box .flow__list dl:last-child {
    margin: 0;
  }
  #haka .haka-maps__box .flow__list dl {
    border-color: #081267;
    border-radius: 0;
    padding: 0.7rem 1rem;
  }
  #haka .haka-maps__box .flow__list dl dd {
    min-height: 5.5rem;
    width: calc(100% - 20rem);
    border-left-color: #081267;
  }
  #haka .haka-maps__box .flow__list dl dt {
    width: 20rem;
  }
  #haka .haka-maps__box-flow {
    position: relative;
    width: 75.4rem;
    max-width: 100%;
    margin: 0 auto 6.2rem;
  }
  #haka .haka-maps__box-flow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    border-top: 2rem solid #081267;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #haka .haka-maps__boxbt {
    max-width: 100%;
    width: 102rem;
    margin: 0 auto;
  }
  #haka .haka-maps__boxbt-ttl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #haka .haka-maps__boxbt-des {
    text-align: center;
    margin-bottom: 1.9rem;
  }
  #haka .haka-maps__boxbt-des01 {
    margin-bottom: 4.1rem;
  }
  #haka .haka-maps__box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  #haka .haka-maps__box-item {
    width: calc(33.33% - 6.6666666667px);
    background: #fff;
    border-radius: 1rem;
  }
  #haka .haka-maps__box-itemttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    text-align: center;
    padding: 1.2rem 1.5rem;
  }
  #haka .haka-maps__bt-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #haka .haka-maps__bt-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #haka .haka-maps__bt-item {
    width: calc(50% - 2rem);
    border-radius: 1rem 1rem 0 0;
    background: #fff;
    padding: 1.3rem 0 2rem;
  }
  #haka .haka-maps__bt-itemttl {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
    padding: 0 1.5rem;
    text-align: center;
  }
  #haka .haka-maps__bt-itemimg {
    margin-bottom: 1.5rem;
  }
  #haka .haka-maps__bt-item p {
    padding: 0 1rem;
    line-height: 1.5555555556;
  }
  #haka .haka-guide {
    text-align: center;
  }
  #haka .haka-guide__ttl {
    font-size: 2.6rem;
    text-align: center;
    color: #081267;
    margin-bottom: 3.3rem;
    font-weight: 700;
  }
  #haka .haka-guide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5rem 4.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 103rem;
    margin: 0 auto;
  }
  #haka .haka-guide__list-item {
    width: calc(50% - 2.25rem);
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #081267;
    padding: 2.5rem 1.7rem 2rem;
  }
  #haka .haka-guide__list-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
  #haka .haka-guide__list-ttl small {
    font-size: 1.8rem;
    font-weight: 700;
  }
  #haka .haka-guide__list-des {
    padding: 0.4rem 0 0;
  }
  #haka .haka-guide__list-price {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
  }
  #haka .haka-guide__list-price .unit {
    font-size: 1.8rem;
    font-weight: 700;
  }
  #haka .haka-guide__list-ttl01 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.9rem;
  }
  #haka .haka-guide__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    max-width: 88%;
    margin: 0 auto;
  }
  #haka .haka-guide__list ul li {
    width: calc(50% - 0.75rem);
    margin-bottom: -0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #haka .haka-guide__list ul li:last-child {
    margin-bottom: 0;
  }
  #haka .haka-guide__list ul li::before {
    content: "・";
  }
  #consul .consul-t {
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
    padding: 4.7rem 0 4.5rem;
  }
  #consul .consul-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem 4.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 104.5rem;
    margin: 0 auto;
  }
  #consul .consul-list__item {
    font-size: 2rem;
    font-weight: 700;
    color: #081267;
    padding: 1.8rem 4rem;
    background: #fff;
    border-radius: 1rem;
    width: calc(50% - 2.25rem);
  }
  #consul .consul-bt {
    position: relative;
    padding: 4.5rem 0 5.9rem;
  }
  #consul .consul-bt::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 23rem solid transparent;
    border-right: 23rem solid transparent;
    border-top: 6.2rem solid #081267;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
  #consul .consul-bt__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5rem 3.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2.2rem;
  }
  #consul .consul-bt__item {
    width: calc(50% - 1.75rem);
    position: relative;
  }
  #consul .consul-bt__item:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #2a2a2a;
    position: absolute;
    left: calc(100% + 1.75rem);
    top: 0;
  }
  #consul .consul-bt__item:nth-child(2n):after {
    content: none;
  }
  #consul .consul-bt__item-t {
    background: #081267;
    padding: 8px 10px 13px;
  }
  #consul .consul-bt__item-ttl {
    color: #fff;
    text-align: center;
  }
  #consul .consul-bt__item-ttl > * {
    font-size: 2.2rem;
    font-weight: 700;
  }
  #consul .consul-bt__item-ttl small {
    color: #fde216;
    display: block;
    padding-top: 5px;
  }
  #consul .consul-bt__item-txt {
    padding: 3rem 1rem 5rem;
  }
  #consul .consul-bt__item-txt p {
    margin-bottom: 2.1rem;
  }
  #jimuinin .sec-jimuinin {
    color: #222;
  }
  #jimuinin .jimuinin-t {
    padding: 6.3rem 0 7.3rem;
    background: #fff;
    text-align: center;
  }
  #jimuinin .jimuinin-t__des {
    text-align: center;
  }
  #jimuinin .jimuinin-t__des p {
    display: inline-block;
    text-align: left;
  }
  #jimuinin .jimuinin-t__ttl {
    margin-bottom: 3.3rem;
    color: #081267;
  }
  #jimuinin .jimuinin-ct {
    padding: 6.2rem 0 7.5rem;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #jimuinin .jimuinin-ct__ttl {
    margin-bottom: 5.1rem;
  }
  #jimuinin .jimuinin-ct__ttl br.sp {
    display: none;
  }
  #jimuinin .jimuinin-ct__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5rem 3.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #jimuinin .jimuinin-ct__list-item {
    width: calc(50% - 1.75rem);
    background: #fff;
    padding: 2.9rem 2rem 2.5rem 2.5rem;
  }
  #jimuinin .jimuinin-ct__list-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    color: #081267;
    margin-bottom: 2.6rem;
  }
  #jimuinin .jimuinin-ct__list-ct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 0.9rem;
  }
  #jimuinin .jimuinin-ct__list-ctimg {
    width: 20.1rem;
    min-width: 20.1rem;
    position: relative;
    bottom: 8px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 1.7rem;
  }
  #jimuinin .jimuinin-ct__list-cttxt {
    line-height: 1.7777777778;
  }
  #jimuinin .jimuinin-ct__list-ct--md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #jimuinin .jimuinin-solves {
    padding: 7.1rem 0 8rem;
    position: relative;
  }
  #jimuinin .jimuinin-solves::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 23rem solid transparent;
    border-right: 23rem solid transparent;
    border-top: 6.2rem solid #081267;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
  #jimuinin .jimuinin-solves__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 2rem;
    padding: 3rem 3rem;
    background: #fffad3;
    margin-bottom: 3.5rem;
  }
  #jimuinin .jimuinin-solves__list-item {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    width: calc(20% - 1.6rem);
    min-height: 7rem;
    background: #fff;
    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;
    padding: 0.5rem 0.5rem;
  }
  #jimuinin .jimuinin-solves__chart-ttl br.sp {
    display: none;
  }
  #jimuinin .jimuinin-solves__chartmain {
    margin: 0 auto;
    max-width: 118rem;
    padding-left: 5.1rem;
    padding-right: 1.1rem;
  }
  #jimuinin .jimuinin-solves__chartmain .c-btn__02 {
    margin-left: 0.9rem;
  }
  #jimuinin .jimuinin-procedure {
    padding: 8.7rem 0 3rem;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #jimuinin .jimuinin-procedure .section-title01 {
    margin-bottom: 6rem;
  }
  #jimuinin .jimuinin-procedure__box {
    text-align: center;
    margin-bottom: 5.4rem;
  }
  #jimuinin .jimuinin-procedure__box-wrap {
    padding: 1rem 2rem;
    min-width: 62rem;
    background: #fff;
    display: inline-block;
  }
  #jimuinin .jimuinin-procedure__box-ttl {
    margin-bottom: 0.6rem;
  }
  #jimuinin .jimuinin-procedure__box-ttl span {
    font-size: 2rem;
    font-weight: 700;
  }
  #jimuinin .jimuinin-procedure__box-ttl .number {
    font-size: 3.8rem;
    padding: 0 0px 0 1.5rem;
    font-weight: 700;
  }
  #jimuinin .jimuinin-procedure__box-ttl .unit {
    font-size: 1.8rem;
    font-weight: 700;
  }
  #jimuinin .jimuinin-procedure__box-txt {
    text-align: center;
  }
  #jimuinin .jimuinin-procedure__box-txtwrap {
    display: inline-block;
    text-align: left;
  }
  #jimuinin .jimuinin-procedure-des {
    margin-bottom: 6.1rem;
    text-align: center;
    line-height: 1.7777777778;
  }
  #jimuinin .jimuinin-procedure__steps {
    width: 90%;
    margin: 0 auto 5.9rem;
  }
  #jimuinin .jimuinin-procedure__steps-ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4444444444;
    color: #fff;
    width: calc(100% - 2.3rem);
    padding: 0.5rem 1.7rem;
    background: #0a70b9;
    position: relative;
    margin-bottom: 2.5rem;
  }
  #jimuinin .jimuinin-procedure__steps-ttl:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5.4rem solid #0a70b9;
    border-right: 4rem solid transparent;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 100%;
  }
  #jimuinin .jimuinin-procedure__steps-wrap {
    display: inline-block;
  }
  #jimuinin .jimuinin-procedure__steps-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 2rem;
  }
  #jimuinin .jimuinin-procedure__steps-item {
    width: calc(20% - 1.6rem);
    background: #fff;
    min-width: 20rem;
    text-align: center;
    padding: 0.5rem;
  }
  #jimuinin .jimuinin-procedure__steps-no {
    font-size: 1.8rem;
    color: #081267;
    text-align: center;
    font-weight: 700;
  }
  #jimuinin .jimuinin-procedure__steps-txt {
    font-weight: 700;
    font-size: 1.6rem;
  }
  #jimuinin .jimuinin-procedure__steps--01 .jimuinin-procedure__steps-ttl {
    background: #d72955;
  }
  #jimuinin .jimuinin-procedure__steps--01 .jimuinin-procedure__steps-ttl:after {
    border-bottom-color: #d72955;
  }
  #jimuinin .customer-testimonials {
    padding: 80px 0 8.7rem;
    background: #fff;
  }
  #jimuinin .customer-testimonials__ct {
    padding: 0 5rem 0 2rem;
  }
  #jimuinin .customer-testimonials__ct-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 1.3rem;
  }
  #jimuinin .customer-testimonials__ct-func {
    text-align: right;
    font-weight: 700;
    position: relative;
    left: -1.9rem;
    margin-bottom: 1.1rem;
  }
  #jimuinin .customer-testimonials__ct-img {
    width: 45%;
    float: right;
    margin: 0 0 0.8rem 3rem;
  }
  #jimuinin .customer-testimonials__ct-txt {
    line-height: 1.7777777778;
  }
  #real-estate {
    color: #222;
  }
  #real-estate .sec-estate {
    padding: 6rem 0 0;
  }
  #real-estate .estate-t {
    padding: 0 1.5rem;
  }
  #real-estate .estate-t__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4.4rem;
  }
  #real-estate .estate-t__top-ttl {
    text-align: left;
    letter-spacing: 0;
  }
  #real-estate .estate-t__top-l {
    width: calc(40% + 8rem);
    margin-right: -8rem;
  }
  #real-estate .estate-t__top-r {
    width: 60%;
    padding-left: 3.8rem;
  }
  #real-estate .estate-t__top-txt {
    letter-spacing: 0;
  }
  #real-estate .estate-t__top-img {
    margin-bottom: 1rem;
  }
  #real-estate .estate-t__top-ttl {
    margin-bottom: 1.5rem;
  }
  #real-estate .estate-t__ct-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5rem;
    gap: 0 3rem;
  }
  #real-estate .estate-t__ct-boxl {
    width: calc(50% - 3rem);
    line-height: 1.8888888889;
    margin-top: -0.5rem;
  }
  #real-estate .estate-t__ct-boxr {
    width: 50%;
    padding: 1.5rem 2rem;
    background: #eae9ee;
    border-radius: 1rem;
  }
  #real-estate .estate-t__btn {
    max-width: 85rem;
    margin: 0 auto 8rem;
  }
  #real-estate .estate-common {
    padding: 3rem 0 5rem 0;
    background: #091167;
    text-align: center;
  }
  #real-estate .estate-common__ttl {
    font-size: 3.2rem;
    font-weight: 700;
    color: #fdea62;
    margin-bottom: 3.4rem;
  }
  #real-estate .estate-common__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  #real-estate .estate-common .btn-pc {
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
  #real-estate .estate-common .btn-pc .icon-telCalling {
    margin: 1rem 0 0 0;
  }
  #real-estate .estate-common .btn-pc .tel-number {
    padding: 0 0 0 2rem;
    font-size: 3.4rem;
    color: #091167;
    font-weight: bold;
  }
  #real-estate .estate-common .btn-sp {
    display: none;
  }
  #real-estate .estate-studies {
    min-height: 80rem;
    background: #ffffff;
    padding: 9.5rem 1.5rem;
    text-align: center;
  }
  #real-estate .estate-studies .section-title01 {
    margin-bottom: 7.2rem;
  }
  #real-estate .estate-maps {
    padding: 6.5rem 1.5rem;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #real-estate .estate-maps__t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
  }
  #real-estate .estate-maps__t-ttl {
    padding: 1.1rem 2rem;
    background: #081267;
    color: #fff;
    font-weight: 700;
  }
  #real-estate .estate-maps__t-l {
    background: #fff;
    width: 50%;
  }
  #real-estate .estate-maps__t-l p {
    padding: 1.1rem 2rem;
  }
  #real-estate .estate-maps__t-l p a {
    color: #222;
    text-decoration: underline;
  }
  #real-estate .estate-maps__t-r {
    width: 50%;
  }
  #real-estate .estate-maps__ttl {
    margin-bottom: 1.8rem;
  }
  #real-estate .estate-maps-map iframe {
    max-width: 100%;
  }
  #kaiyou_sankotsu .kaiyou-t {
    padding: 7.1rem 0;
  }
  #kaiyou_sankotsu .kaiyou-t__ttl {
    text-align: center;
    margin-bottom: 2.1rem;
    letter-spacing: 0;
  }
  #kaiyou_sankotsu .kaiyou-t__des {
    text-align: center;
    margin-bottom: 3rem;
  }
  #kaiyou_sankotsu .kaiyou-t__box {
    padding: 2.1rem 3rem 1.7rem;
    background: #e5f4ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.5rem;
    max-width: 93rem;
    margin: 0 auto;
    border-radius: 1rem;
  }
  #kaiyou_sankotsu .kaiyou-t__box-l {
    text-align: left;
    width: calc(65% - 2.5rem);
    padding-top: 1.8rem;
  }
  #kaiyou_sankotsu .kaiyou-t__box-l p {
    margin-bottom: 1.2rem;
  }
  #kaiyou_sankotsu .kaiyou-t__box-l p:last-child {
    margin-bottom: 0;
  }
  #kaiyou_sankotsu .kaiyou-t__box-r {
    width: 35%;
  }
  #kaiyou_sankotsu .kaiyou-t__box-ttl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    color: #081267;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
  #kaiyou_sankotsu .kaiyou-t__box ul {
    margin-bottom: 1rem;
  }
  #kaiyou_sankotsu .kaiyou-t__box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #kaiyou_sankotsu .kaiyou-t__box ul li::before {
    content: "・";
  }
  #kaiyou_sankotsu .kaiyou-bt {
    padding: 6.8rem 0;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #kaiyou_sankotsu .kaiyou-bt__des {
    max-width: 101rem;
    margin: 0 auto 4.2rem;
  }
  #kaiyou_sankotsu .kaiyou-bt__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5rem 5rem;
    max-width: 101rem;
    margin: 0 auto 2rem;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-item {
    width: calc(50% - 2.5rem);
    background: #fff;
    border-radius: 10px;
    padding: 2.8rem 2rem 1.5rem;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-ttl {
    font-size: 2.6rem;
    line-height: 1.2307692308;
    font-weight: 700;
    margin-bottom: 1.8rem;
    text-align: center;
    color: #081267;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-des {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-ttl01 {
    font-weight: 700;
    text-align: center;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-ttl01 .number {
    font-weight: 700;
    font-size: 4rem;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-bt ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-bt ul li::before {
    content: "・";
  }
  #kaiyou_sankotsu .kaiyou-bt__list-bttxt {
    margin-bottom: 2.5rem;
    margin-top: 1.2rem;
    line-height: 1.5555555556;
  }
  #kaiyou_sankotsu .kaiyou-bt__list .hd__btn--lg {
    margin-bottom: 2rem;
    letter-spacing: 0.09em;
  }
  #ihin_seiri {
    color: #222;
  }
  #ihin_seiri .c-txt__note {
    font-size: 1.4rem;
    line-height: 2;
    text-align: right;
    margin-top: 1.5rem;
    margin-right: 1rem;
  }
  #ihin_seiri .estate-t__note {
    margin-bottom: 0;
  }
  #ihin_seiri .ihin_seiri__t {
    padding: 6rem 0 7.6rem;
  }
  #ihin_seiri .ihin_seiri__t-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 92%;
    margin: 0 auto 2rem;
  }
  #ihin_seiri .ihin_seiri__t-boxttl {
    font-size: 2.8rem;
    line-height: 1.3928571429;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #081267;
  }
  #ihin_seiri .ihin_seiri__t-boxl {
    width: calc(47% - 3.5rem);
    padding-bottom: 2.6rem;
  }
  #ihin_seiri .ihin_seiri__t-boxr {
    width: 53%;
  }
  #ihin_seiri .ihin_seiri__t-boximg {
    margin-bottom: 1rem;
  }
  #ihin_seiri .ihin_seiri__ct {
    padding: 6.9rem 0 10rem;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #ihin_seiri .ihin_seiri__ct-ttl {
    margin-bottom: 5.1rem;
  }
  #ihin_seiri .ihin_seiri__ct-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5rem 3.5rem;
    margin-bottom: 2.6rem;
  }
  #ihin_seiri .ihin_seiri__ct-item {
    width: calc(50% - 1.75rem);
    background: #fff;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
  }
  #ihin_seiri .ihin_seiri__ct-ttl01 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 1.9rem;
    text-align: center;
  }
  #ihin_seiri .ihin_seiri__ct-txt {
    margin-bottom: 1rem;
    line-height: 1.5555555556;
  }
  #ihin_seiri .ihin_seiri__ct-images {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.4rem;
  }
  #ihin_seiri .ihin_seiri__ct-imageswrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.5rem;
  }
  #ihin_seiri .ihin_seiri__ct-image {
    width: calc(50% - 1.25rem);
  }
  #ihin_seiri .ihin_seiri__ct-bt {
    padding: 1.5rem 0.8rem 1.7rem;
    border-radius: 1rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #ihin_seiri .ihin_seiri__ct-btl {
    width: calc(51% - 1.5rem);
    padding-left: 2.2rem;
  }
  #ihin_seiri .ihin_seiri__ct-btr {
    width: calc(49% - 1.5rem);
  }
  #ihin_seiri .ihin_seiri__ct-btttl {
    font-size: 2.6rem;
    line-height: 2;
    font-weight: 700;
    color: #081267;
    margin-bottom: 1rem;
  }
  #ihin_seiri .ihin_seiri__ct-bt p {
    line-height: 1.5555555556;
  }
  #ihin_seiri .ihin_seiri__infor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3.5rem;
  }
  #ihin_seiri .ihin_seiri__infor-l, #ihin_seiri .ihin_seiri__infor-r {
    width: calc(50% - 1.75rem);
  }
  #ihin_seiri .ihin_seiri__infor-ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    margin-bottom: 1.4rem;
    text-align: center;
  }
  #ihin_seiri .ihin_seiri__infor-list {
    padding: 0 0.5rem;
  }
  #ihin_seiri .ihin_seiri__infor-list--modify {
    padding: 0.4rem 0 0.4rem 2.2rem;
  }
  #ihin_seiri .ihin_seiri__infor-list--modify01 {
    padding: 0.4rem 0 0.4rem 0;
    margin-left: -0.9rem;
  }
  #ihin_seiri .ihin_seiri__infor-list--modify01 p rt {
    font-size: 1.8rem;
    font-weight: 700;
  }
  #ihin_seiri .ihin_seiri__infor-list--modify p rt {
    font-size: 1.8rem;
    font-weight: 700;
  }
  #ihin_seiri .ihin_seiri__infor-list p {
    margin-bottom: 1.7rem;
    font-weight: 700;
  }
  #ihin_seiri .ihin_seiri__infor-list p:last-child {
    margin-bottom: 0;
  }
  #ihin_seiri .ihin_seiri__infor-list p ruby {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
  }
  #ihin_seiri .ihin_seiri__infor-list p rt {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
  }
  #ihin_seiri .ihin_seiri__bt {
    padding: 8.7rem 0 11.4rem;
  }
  #ihin_seiri .ihin_seiri__bt-ttl {
    margin-bottom: 3.5rem;
  }
  #ihin_seiri .ihin_seiri__bt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8.3rem;
  }
  #ihin_seiri .ihin_seiri__bt-box:last-child {
    margin-bottom: 0;
  }
  #ihin_seiri .ihin_seiri__bt-boxl {
    width: 50%;
  }
  #ihin_seiri .ihin_seiri__bt-boxr {
    width: calc(50% - 3rem);
    padding-bottom: 0.6rem;
  }
  #ihin_seiri .ihin_seiri__bt-boxr p {
    margin-bottom: 2rem;
    line-height: 1.5555555556;
  }
  #ihin_seiri .ihin_seiri__bt-boxr p:last-child {
    margin-bottom: 0;
  }
  #ihin_seiri .ihin_seiri__bt-box--modify {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #ihin_seiri .ihin_seiri__bt-box--modify .ihin_seiri__bt-boxr {
    padding-bottom: 0;
    margin-bottom: -0.4rem;
  }
  #ihin_seiri .ihin_seiri__bt-box--modify .ihin_seiri__bt-boxr p {
    margin-bottom: 2.7rem;
  }
  #member .member-t {
    padding: 5.7rem 0;
  }
  #member .member-t__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2rem;
    margin-bottom: 6.6rem;
    padding: 0 2rem 0 3rem;
  }
  #member .member-t__top-l {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.75;
    color: #ab0f4e;
    width: calc(42.5% - 2rem);
    padding-bottom: 1.9rem;
  }
  #member .member-t__top-l p {
    font-weight: 700;
  }
  #member .member-t__top-l .txt-blue {
    color: #081267;
    font-weight: 700;
  }
  #member .member-t__top-r {
    width: 57.5%;
  }
  #member .member-t__top-tbl {
    width: 100%;
  }
  #member .member-t__top-tbl th,
  #member .member-t__top-tbl td {
    border: 1px solid #c8c7d0;
    padding: 1.4rem 2rem 1rem;
  }
  #member .member-t__top-tbl th:first-child,
  #member .member-t__top-tbl td:first-child {
    width: 30.3%;
  }
  #member .member-t__top-tbl th:nth-child(2), #member .member-t__top-tbl th:nth-child(3),
  #member .member-t__top-tbl td:nth-child(2),
  #member .member-t__top-tbl td:nth-child(3) {
    width: 21.21%;
  }
  #member .member-t__top-tbl th:last-child,
  #member .member-t__top-tbl td:last-child {
    width: 27.27%;
  }
  #member .member-t__top-tbl th {
    font-size: 1.8rem;
    font-weight: 700;
    color: #081267;
    text-align: center;
    background: #e8e7ec;
  }
  #member .member-t__top-tbl th:last-child {
    color: #ac1752;
    font-weight: 700;
  }
  #member .member-t__top-tbl th:last-child span {
    color: #fff;
    background: #ac1752;
    padding: 2px 1.5rem 3px;
    line-height: 1;
    display: inline-block;
  }
  #member .member-t__top-tbl td {
    font-size: 1.8rem;
    color: #000;
    text-align: center;
    padding: 1rem 1.3rem 0.4rem 1.9rem;
    vertical-align: middle;
  }
  #member .member-t__top-tbl td .td-number {
    font-size: 2.2rem;
  }
  #member .member-t__top-tbl td:first-child {
    text-align: left;
  }
  #member .member-t__top-tbl td:nth-child(2), #member .member-t__top-tbl td:nth-child(3) {
    text-align: right;
  }
  #member .member-t__top-tbl td:last-child {
    color: #ac1752;
    padding: 1rem 1.3rem 0.5rem;
    text-align: center;
  }
  #member .member-t__top-tbl td:last-child .td-number {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
  }
  #member .member-t .member-ttl {
    margin-bottom: 5.4rem;
  }
  #member .member-t__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 7.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 111.6rem;
    margin: 0 auto;
  }
  #member .member-t__list-item {
    width: calc(50% - 3.75rem);
    text-align: center;
  }
  #member .member-t__list-itemttl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    font-weight: 700;
    color: #fff;
    padding: 1.7rem 1rem;
    background: #081267;
  }
  #member .member-t__list-itemct {
    padding: 3rem 0 0;
  }
  #member .member-t__list-itemct dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2.9rem;
  }
  #member .member-t__list-itemct dl:last-child {
    margin-bottom: 0;
    margin-top: -1.5rem;
  }
  #member .member-t__list-itemct dl:first-child {
    margin-top: 1rem;
  }
  #member .member-t__list-itemct dl dd {
    font-size: 1.8rem;
    line-height: 1.1111111111;
    font-weight: 700;
    color: #fff;
    padding: 0.9rem 0.8rem;
    background: #ad1852;
    min-width: 11.1rem;
  }
  #member .member-t__list-itemct dl dt {
    text-align: left;
  }
  #member .member-t__list-itemct dl dt .dt-ttl {
    font-size: 2rem;
    font-weight: 700;
    color: #ad1852;
  }
  #member .member-t__list-itemct dl dt .dt-des {
    font-weight: 700;
  }
  #member .member-t__list-itemdes {
    margin-bottom: 1.5rem;
    text-align: left;
    line-height: 1.5555555556;
  }
  #member .member-t__list-itemimg {
    width: 36rem;
    margin: 0 auto;
  }
  #member .member-ct {
    padding: 6rem 1.5rem 5rem;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #member .member-ct__ttl {
    padding-top: 5.6rem;
    margin-bottom: 2.8rem;
  }
  #member .member-ct__des {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2727272727;
    text-align: center;
    margin-bottom: 4.4rem;
  }
  #member .member-ct__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3rem;
    max-width: 99rem;
    margin: 0 auto 3rem;
  }
  #member .member-ct__list-item {
    border-radius: 1rem;
    width: calc(33.33% - 2rem);
  }
  #member .member-ct__list-item01 {
    background: #c6b9e0;
    padding: 2.9rem 4.5rem;
  }
  #member .member-ct__list-item01 .member-ct__list-ttl {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 700;
    color: #081267;
    background: #fff;
    border-radius: 2rem;
    padding: 0.3rem 1rem;
    margin-bottom: 1rem;
  }
  #member .member-ct__list-item01 .member-ct__list-ct {
    text-align: center;
  }
  #member .member-ct__list-item01 ul {
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
  }
  #member .member-ct__list-item01 ul li {
    text-align: right;
    color: #081267;
    font-weight: 700;
  }
  #member .member-ct__list-item02 {
    background: #fff;
    text-align: center;
    padding: 1.6rem 1rem;
  }
  #member .member-ct__list-item02 .member-ct__list-ttl {
    font-size: 2.6rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: -0.2rem;
  }
  #member .member-ct__list-item02 .member-ct__list-img {
    width: 14.6rem;
    margin: 0 auto;
  }
  #member .member-ct__list-item03 {
    background: #fefadc;
    padding: 1.5rem 2rem;
    color: #ad1852;
  }
  #member .member-ct__list-item03 .member-ct__list-ttl {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #member .member-ct__list-item03 .member-ct__list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.7rem;
    padding-left: 1.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #member .member-ct__list-item03 .member-ct__list-wrapl ul li {
    font-size: 2rem;
    font-weight: 700;
  }
  #member .member-ct__list-item03 .member-ct__list-wrapr {
    font-size: 1.8rem;
  }
  #member .member-ct__list-item03 .member-ct__list-wrapr .number {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
  }
  #member .member-ct__list-item03 .member-ct__list-wrapr .unit {
    font-weight: 700;
  }
  #member .member-ct__list-item03 .member-ct__list-wrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #member .member-ct__list-item03 .member-ct__list-wrap01l {
    font-size: 2rem;
    font-weight: 700;
  }
  #member .member-ct__list-item03 .member-ct__list-wrap01r {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
  }
  #member .member-ct__list01 {
    max-width: 104.2rem;
    margin: 0 auto 4.4rem;
    position: relative;
    left: 0.3rem;
    letter-spacing: 0.01em;
    line-height: 1.5555555556;
  }
  #member .member-ct__list01-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #member .member-ct__list01-item::before {
    content: "・";
  }
  #member .estate-t__note {
    max-width: 97.5rem;
  }
  #member .estate-t__note .estate-t__note-list {
    color: #ab0d4e;
  }
  #member .estate-t__note-item {
    font-weight: 700;
  }
  #member .estate-t__note-item::before {
    content: "・";
  }
  #company .company-t {
    padding: 10rem 0;
    background: url("/assets/img/company/img-01.webp") no-repeat bottom;
    background-size: contain;
  }
  #company .company-t .common-method__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #company .company-t__ct-wrap {
    padding: 4.7rem 4rem 2.5rem;
    background: rgba(255, 255, 255, 0.9);
    display: inline-block;
  }
  #company .company-t__ttl {
    font-size: 2.2rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 2rem;
  }
  #company .company-t__txt {
    line-height: 1.8333333333;
    padding-right: 4.2rem;
    margin-bottom: 2rem;
  }
  #company .company-t__note {
    text-align: right;
  }
  #company .company-t__note span {
    font-size: 1.6rem;
  }
  #company .company-ct__ttl {
    margin-bottom: 4.5rem;
  }
  #company .company-ct,
  #company .company-bt {
    padding: 8.6rem 0 10.4rem;
  }
  #company .company-bt {
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #company .company-tb {
    max-width: 100rem;
    margin: 0 auto;
  }
  #company .company-tb dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #a0a0a0;
  }
  #company .company-tb dl:not(:last-child) {
    border-bottom: none;
  }
  #company .company-tb dl dt,
  #company .company-tb dl dd {
    padding: 0.75rem 2rem;
    line-height: 1.7777777778;
  }
  #company .company-tb dl dt a,
  #company .company-tb dl dd a {
    color: #222;
    text-decoration: none;
  }
  #company .company-tb dl dt {
    background: #d9d9d9;
    width: 21rem;
    border-right: 1px solid #a0a0a0;
  }
  #company .company-tb dl dd {
    background: #fff;
    width: calc(100% - 21rem);
  }
  #company .company-tb dl dd ul li:before {
    content: "・";
  }
  #voice-top .lead {
    margin: 5rem 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  #voice-top .box01 {
    background: #F6F6F6;
    padding: 7rem 0 10rem 0;
  }
  #voice-top .box01__inner {
    width: 1000px;
    margin: 0 auto;
  }
  #voice-top .box01__title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #081267;
  }
  #voice-top .box01__name {
    margin: 2rem 0;
    text-align: right;
  }
  #voice-top .box01__txt {
    margin: 2.5rem 0;
  }
  #voice-top .box01 dl {
    margin: 0 0 3.5rem 0;
  }
  #voice-top .box01 dl dt {
    margin: 0 0 1rem 0;
    font-weight: bold;
    font-size: 2rem;
    color: #081267;
  }
  #voice-top .box01 dl:last-child {
    margin: 0;
  }
  #voice-top .voice-list {
    padding: 10rem 0;
  }
  #voice-top .voice-list__inner {
    width: 1000px;
    margin: 0 auto;
  }
  #voice-top .voice-list__box {
    width: 100%;
    margin: 0 0 3rem 0;
    border: 1px solid #1F347C;
  }
  #voice-top .voice-list__title {
    padding: 2rem;
    background: #E8E7EB;
    border-bottom: 1px solid #1F347C;
  }
  #voice-top .voice-list__title h3 {
    font-weight: bold;
  }
  #voice-top .voice-list__txt {
    padding: 2rem;
  }
  #topics .topics {
    padding: 3rem 0 10rem 0;
  }
  #topics .topics__inner {
    width: 1100px;
    margin: 5rem auto;
  }
  #topics .topics dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 2rem;
    border-bottom: 1px solid #666;
  }
  #topics .topics dl dt {
    width: 270px;
  }
  #topics .topics dl dd {
    width: calc(100% - 270px);
  }
  #topics .topics dl:nth-child(odd) {
    background: #f5f5f5;
  }
  #topics .topics__category {
    margin: 0 1.5rem 0 0;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
  }
  #topics .topics__category.--event {
    background: -webkit-gradient(linear, left top, left bottom, from(#0A1367), color-stop(50%, #0A1367), color-stop(50%, #090E40), to(#090E40));
    background: linear-gradient(180deg, #0A1367 0%, #0A1367 50%, #090E40 50%, #090E40 100%);
  }
  #topics .topics__category.--notice {
    background: -webkit-gradient(linear, left top, left bottom, from(#6A6A6A), color-stop(50%, #6A6A6A), color-stop(50%, #2F2F2F), to(#2F2F2F));
    background: linear-gradient(180deg, #6A6A6A 0%, #6A6A6A 50%, #2F2F2F 50%, #2F2F2F 100%);
  }
  #topics .topics__category.--column {
    background: -webkit-gradient(linear, left top, left bottom, from(#0CAE6B), color-stop(50%, #0CAE6B), color-stop(50%, #008F54), to(#008F54));
    background: linear-gradient(180deg, #0CAE6B 0%, #0CAE6B 50%, #008F54 50%, #008F54 100%);
  }
  #topics .entry {
    padding: 7rem 0 10rem 0;
    background: #DADADA;
  }
  #topics .entry__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 5rem 3rem;
    background: #fff;
    border-radius: 10px;
  }
  #topics .entry-box {
    width: 100%;
    margin: 0 auto;
  }
  #topics .entry-box img {
    max-width: 100%;
    margin: 0 auto;
  }
  #topics .entry-box strong {
    font-weight: bold;
  }
  #topics .entry-box h3 {
    margin: 0 0 2rem 0;
    font-size: 2.2rem;
  }
  #topics .entry-box p {
    margin: 0 0 1rem 0;
  }
  #pvp .sec01 {
    padding: 3rem 0 10rem 0;
  }
  #pvp .sec01__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #pvp .sec01__lead {
    margin: 0 0 4rem 0;
  }
  #pvp .sec01 dl {
    margin: 0 0 3rem 0;
  }
  #pvp .sec01 dl dt {
    margin: 0 0 1rem 0;
    font-weight: bold;
    color: #081267;
  }
  #pvp .sec01 dl ol {
    margin: 1rem 0;
  }
  #pvp .sec01 dl ol li {
    margin: 0 0 0 2.5rem;
    list-style-type: decimal;
  }
  #sitemap .list {
    width: 1100px;
    margin: 0 auto;
    padding: 5rem 0 10rem 0;
  }
  #sitemap .list dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 3rem 0;
    padding: 1rem 0 3rem 1rem;
    border-bottom: 1px dotted #333;
  }
  #sitemap .list dl dt {
    width: 300px;
    font-weight: bold;
  }
  #sitemap .list dl dd {
    width: 800px;
  }
  #sitemap .list dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sitemap .list dl dd ul li {
    margin: 0 3rem 1rem 0;
    font-weight: bold;
  }
  #sitemap .list__end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sitemap .list__end li {
    margin: 0 3rem 1rem 0;
    font-weight: bold;
  }
}
/* -------------------------------------------------------------------
 コンテンツ（タブレット）
------------------------------------------------------------------- */
@media screen and (max-width: 599px) {
  .pg-title {
    width: 100%;
    padding: 2.5rem 0;
    background: #081267;
  }
  .pg-title.--hasten {
    background: #D72955;
  }
  .pg-title.--voice {
    background: #081267;
  }
  .pg-title.--pvp {
    background: #081267;
  }
  .pg-title.--sitemap {
    background: #081267;
  }
  .pg-title.--plan-top {
    padding: 4rem 0;
    background: url("/assets/img/plan/index/pg_title_image.webp") no-repeat;
  }
  .pg-title.--hall-index {
    background: url("/assets/img/area/index/pg_title_image.webp") no-repeat right;
  }
  .pg-title.--consul {
    background: url("/assets/img/consul/index/pg_title_image.webp") no-repeat;
  }
  .pg-title.--jimuinin {
    background: url("/assets/img/consul/jimuinin/pg_title_image.webp") no-repeat right;
  }
  .pg-title.--real-estate {
    background: url("/assets/img/consul/real-estate/pg_title_image.webp") no-repeat right;
  }
  .pg-title__inner {
    width: 330px;
    margin: 0 auto;
    background: #081267;
  }
  .pg-title__inner.--hasten {
    background: #D72955;
  }
  .pg-title__txt {
    padding: 1rem 0;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  .pg-title__lead {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .pg-title__title {
    font-weight: bold;
    font-size: 2.4rem;
  }
  .pg-title__image {
    display: none;
  }
  .pg-title__price-box {
    width: 100%;
    padding: 1rem 1.5rem;
    margin: 1.5rem auto 0 auto;
    background: #fff;
  }
  .pg-title-price01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.3;
  }
  .pg-title-price01__type {
    width: 70px;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #494949;
  }
  .pg-title-price01__price {
    margin: 0 0 0 1rem;
    font-size: 2.6rem;
    font-weight: bold;
    color: #494949;
  }
  .pg-title-price01__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2;
    text-align: center;
    color: #494949;
  }
  .pg-title-price01__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .pg-title-price01__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1rem;
  }
  .pg-title-price02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 0 0 0;
    line-height: 1.1;
  }
  .pg-title-price02__type {
    width: 70px;
    padding: 0.8rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #AB0F4E;
  }
  .pg-title-price02__type02 {
    width: 120px;
    padding: 0.8rem 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #AB0F4E;
  }
  .pg-title-price02__price {
    margin: 0 0 0 1rem;
    font-size: 3rem;
    font-weight: bold;
    color: #AB0F4E;
    letter-spacing: -0.05rem;
  }
  .pg-title-price02__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.3;
    text-align: center;
    color: #AB0F4E;
  }
  .pg-title-price02__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .pg-title-price02__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .pg-title__address {
    margin: 1.5rem 0 0 0;
    color: #fff;
  }
  .pg-title__address span a {
    width: 180px;
    display: block;
    margin: 1rem auto 0 auto;
    padding: 0.3rem 0;
    background: #fff;
    border-radius: 30px;
    text-decoration: none;
    color: #081267;
    font-weight: bold;
  }
  .pg-title__address span a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .c-btn__01 {
    color: #222222;
    text-decoration: none;
    position: relative;
  }
  .c-btn__01:after {
    content: ">";
    line-height: 1;
    margin-left: 5px;
    margin-top: 0;
    position: relative;
    top: -2px;
  }
  .c-btn__02 {
    font-size: 1.6rem;
    color: #fff;
    padding: 0.8rem 1.5rem;
    background: #d72955;
    border-radius: 5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  .c-btn__02--white {
    color: #091167;
    background: #fff;
    width: 100%;
    max-width: 50rem;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1rem 1.2rem;
    gap: 0 0.7rem;
  }
  .c-btn__02--white span {
    font-weight: 700;
  }
  .c-btn__02--tel .tel {
    font-size: 2rem;
  }
  .c-btn__02--tel .tel-icon {
    width: 4rem;
    display: inline-block;
    position: relative;
    top: 0.3rem;
  }
  .c-btn__02--tel .tel-number {
    font-weight: bold;
    font-size: 2.6rem;
    color: #0A1367;
  }
  .c-btn__02--tel .icon-telCalling {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    position: relative;
    background-image: url("/assets/img/common/icon_tel.webp");
    background-size: 2.5rem;
    color: #0A1367;
  }
  .c-btn__02--tel .icon-telCalling .calling {
    position: absolute;
    top: 1.5rem;
    left: 1.8rem;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .c-btn__02--tel .icon-telCalling .calling:before, .c-btn__02--tel .icon-telCalling .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .c-btn__02--tel .icon-telCalling .calling:first-child:before {
    width: 1.3rem;
    height: 1.3rem;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .c-btn__02--tel .icon-telCalling .calling:first-child:after {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .c-btn__02--tel .icon-telCalling .calling:last-child:before {
    width: 3.7rem;
    height: 3.7rem;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .c-btn__02--tel .icon-telCalling .calling:last-child:after {
    content: none;
  }
  .c-btn__02.pc {
    display: none !important;
  }
  .c-ttl__01 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #081267;
  }
  .c-ttl__01--sm {
    font-size: 2rem;
    line-height: 1.5;
  }
  .c-ttl__02 {
    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;
    gap: 0 0rem;
    position: relative;
    left: 0;
  }
  .c-ttl__02-img {
    min-width: 100px;
  }
  .c-ttl__02-txt span {
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fde216), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #fde216 50%, transparent 50%);
    background-size: 200% 1.5rem;
    background-repeat: no-repeat;
    background-position: 0 0.8em;
    font-size: 2.2rem;
    font-weight: 700;
    color: #081267;
    padding-left: 0;
  }
  .c-ttl__02-txtdes {
    display: block;
    text-align: left;
  }
  .c-ttl__02-txtdes br.pc {
    display: none;
  }
  .c-ttl__02--lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-ttl__02--lg .c-ttl__02-txt span {
    font-size: 2rem;
    padding-left: 0;
  }
  .c-btn__03 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    background: #cec6bc;
    min-height: 7.5rem;
    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;
    text-decoration: none;
  }
  .estate-t__note {
    max-width: 85rem;
    margin: 0 auto 5.9rem;
    border-radius: 1rem;
    background-color: #dde1ff;
    padding: 1rem 1rem;
    position: relative;
  }
  .estate-t__note-wrap {
    background: #fff;
    padding: 1rem 1rem 0 1rem;
  }
  .estate-t__note-wrapsub {
    padding-left: 0;
    letter-spacing: 0.015em;
  }
  .estate-t__note-wrapsub img.sp {
    float: left;
    height: 100%;
    margin-left: -22px;
    position: relative;
    width: 71px;
    shape-outside: inset(calc(100% - 94px) 0 0);
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .estate-t__note-wrapsub > *:last-child {
    padding-bottom: 3.5rem;
  }
  .estate-t__note-ttl {
    text-align: center;
    margin-bottom: 0.9rem;
  }
  .estate-t__note-ttl small {
    font-size: 1.6rem;
    line-height: 1.8888888889;
    color: #232323;
    text-align: center;
    font-weight: 700;
  }
  .estate-t__note-ttl span {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 700;
    display: block;
    color: #081267;
  }
  .estate-t__note-des {
    font-size: 1.6rem;
    line-height: 1.7777777778;
    font-weight: 700;
    color: #ab0d4e;
  }
  .estate-t__note-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .estate-t__note-txt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7777777778;
    margin: 0;
    text-align: justify;
  }
  .hd__btn--lg {
    max-width: 27rem;
    margin: 0 auto;
  }
  .hd__btn--lg.hd__btn {
    width: 100%;
    height: 50px;
    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;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #333;
    border-radius: 10px;
  }
  .hd__btn--lg.hd__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .hd__btn--lg.hd__btn.--hasten {
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
  }
  .hd__btn--lg.hd__btn.--siryou {
    background: -webkit-gradient(linear, left top, left bottom, from(#0D4B8C), color-stop(50%, #0D4B8C), color-stop(50%, #053464), to(#053464));
    background: linear-gradient(180deg, #0D4B8C 0%, #0D4B8C 50%, #053464 50%, #053464 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #021D3A;
            box-shadow: 0px 4px 0px 0 #021D3A;
    border-radius: 11px;
  }
  .common-hall {
    width: 100%;
  }
  .common-hall-btn {
    width: 92%;
    margin: 0 auto 2rem auto;
    background: #fff;
  }
  .common-hall-btn__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #0a1367;
  }
  .common-hall-btn__image {
    width: 90px;
  }
  .common-hall-btn__image img {
    width: 100%;
  }
  .common-hall-btn .sp-none {
    display: block;
  }
  .common-hall-btn .pc-tablet-none {
    display: none;
  }
  .common-hall-btn__detail {
    width: calc(100% - 100px);
  }
  .common-hall-btn__title {
    font-weight: bold;
    color: #0a1367;
  }
  .common-hall-btn__address {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .common-hall-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 0 0;
  }
  .common-hall-btn__type {
    margin: 0 0.8rem 0 0;
    padding: 0.2rem 0.5rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 5px;
  }
  .common-hall-btn__type.--type01 {
    background: #ed6c2a;
  }
  .common-hall-btn__type.--type02 {
    background: #1d2257;
  }
  .common-hall-btn__type.--type03 {
    background: #009848;
  }
  .common-hall-btn__type.--type04 {
    background: #B01038;
  }
  .common-hall_bk {
    width: 100%;
    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;
  }
  .common-hall_bk-btn {
    width: 320px;
    margin: 0 auto 2rem auto;
    background: #fff;
  }
  .common-hall_bk-btn__inner {
    width: 100%;
    display: block;
    padding: 1.5rem;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #0a1367;
  }
  .common-hall_bk-btn__image {
    width: 100%;
  }
  .common-hall_bk-btn__image img {
    width: 100%;
  }
  .common-hall_bk-btn__title {
    margin: 0 0 0.5rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #0a1367;
  }
  .common-hall_bk-btn__address {
    margin: 1rem 0;
  }
  .common-hall_bk-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common-hall_bk-btn__type {
    margin: 0 1rem 0 0;
    padding: 0 1rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 5px;
  }
  .common-hall_bk-btn__type.--type01 {
    background: #ed6c2a;
  }
  .common-hall_bk-btn__type.--type02 {
    background: #1d2257;
  }
  .common-hall_bk-btn__type.--type03 {
    background: #009848;
  }
  .common-plan {
    width: 100%;
    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;
  }
  .common-plan-btn {
    width: 92%;
    margin: 0 auto 2rem auto;
    background: #fff;
  }
  .common-plan-btn__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 1rem 0.5rem 1rem;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #0a1367;
  }
  .common-plan-btn .sp-none {
    display: block;
  }
  .common-plan-btn .pc-tablet-none {
    display: none;
  }
  .common-plan-btn__image {
    width: 90px;
  }
  .common-plan-btn__image img {
    width: 100%;
  }
  .common-plan-btn__image ul {
    width: 90px;
    margin: 0.8rem auto 0 auto;
  }
  .common-plan-btn__image ul li {
    margin: 0 0 0.5rem 0;
  }
  .common-plan-btn__image ul li:last-child {
    margin: 0;
  }
  .common-plan-btn__type {
    padding: 0.2rem 0.8rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .common-plan-btn__type.--btn01 {
    background: #115931;
  }
  .common-plan-btn__type.--btn02 {
    background: #f18e2f;
  }
  .common-plan-btn__type.--btn03 {
    background: #02408f;
  }
  .common-plan-btn__type.--btn04 {
    background: #d3d3d3;
  }
  .common-plan-btn__detail {
    width: calc(100% - 100px);
  }
  .common-plan-btn__detail ul {
    display: none;
  }
  .common-plan-btn__title {
    margin: 0 0 0.5rem 0;
    text-align: center;
    background: #0a1367;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
  }
  .common-plan-btn__title span {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .common-plan-btn__lead {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05rem;
  }
  .common-plan-btn__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem 0 0 0;
  }
  .common-plan-btn-price01 {
    width: 49%;
    line-height: 1.3;
  }
  .common-plan-btn-price01__type {
    margin: 0 0 1rem 0;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #494949;
  }
  .common-plan-btn-price01__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common-plan-btn-price01__price {
    font-size: 2rem;
    font-weight: bold;
    color: #494949;
    letter-spacing: -0.2rem;
  }
  .common-plan-btn-price01__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -0.5rem 0 0 0;
    text-align: center;
    color: #494949;
  }
  .common-plan-btn-price01__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .common-plan-btn-price01__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1rem;
  }
  .common-plan-btn-price02 {
    width: 49%;
    line-height: 1.3;
  }
  .common-plan-btn-price02__type {
    margin: 0 0 1rem 0;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #AB0F4E;
  }
  .common-plan-btn-price02__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common-plan-btn-price02__price {
    font-size: 2.2rem;
    font-weight: bold;
    color: #AB0F4E;
    letter-spacing: -0.05rem;
  }
  .common-plan-btn-price02__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -0.3rem 0 0 0;
    line-height: 1.3;
    text-align: center;
    color: #AB0F4E;
  }
  .common-plan-btn-price02__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .common-plan-btn-price02__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1rem;
  }
  .common-plan-btn-price03 {
    width: 80%;
    margin: 0.8rem auto 0 auto;
    line-height: 1.3;
  }
  .common-plan-btn-price03__type {
    margin: 0 0 1rem 0;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #AB0F4E;
  }
  .common-plan-btn-price03__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common-plan-btn-price03__price {
    font-size: 2.2rem;
    font-weight: bold;
    color: #AB0F4E;
    letter-spacing: -0.05rem;
  }
  .common-plan-btn-price03__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -0.3rem 0 0 0;
    line-height: 1.3;
    text-align: center;
    color: #AB0F4E;
  }
  .common-plan-btn-price03__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .common-plan-btn-price03__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1rem;
  }
  .common-plan_bk {
    width: 100%;
    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;
  }
  .common-plan_bk-btn {
    width: 320px;
    margin: 0 auto 2rem auto;
    background: #fff;
  }
  .common-plan_bk-btn__inner {
    width: 100%;
    display: block;
    padding: 1.5rem;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: 3px solid #0a1367;
  }
  .common-plan_bk-btn__image {
    display: none;
  }
  .common-plan_bk-btn__type {
    padding: 0.2rem 0.8rem;
    font-size: 1.2rem;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
  }
  .common-plan_bk-btn__type.--btn01 {
    background: #115931;
  }
  .common-plan_bk-btn__type.--btn02 {
    background: #f18e2f;
  }
  .common-plan_bk-btn__type.--btn03 {
    background: #02408f;
  }
  .common-plan_bk-btn__type.--btn04 {
    background: #d3d3d3;
  }
  .common-plan_bk-btn__detail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem 0 1.5rem 0;
  }
  .common-plan_bk-btn__title {
    margin: 0 0 1rem 0;
    padding: 0.5rem 0;
    text-align: center;
    background: #0a1367;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
  }
  .common-plan_bk-btn__title span {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .common-plan_bk-btn__lead {
    margin: 0 0 1rem 0;
    font-weight: bold;
    text-align: center;
  }
  .common-plan_bk-btn__photo {
    width: 100%;
  }
  .common-plan_bk-btn__photo img {
    width: 100%;
  }
  .common-plan_bk-btn-price01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 0 0 0;
    line-height: 1.3;
  }
  .common-plan_bk-btn-price01__type {
    width: 80px;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #494949;
  }
  .common-plan_bk-btn-price01__price {
    margin: 0 0 0 1rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: #494949;
  }
  .common-plan_bk-btn-price01__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2;
    text-align: center;
    color: #494949;
  }
  .common-plan_bk-btn-price01__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .common-plan_bk-btn-price01__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1rem;
  }
  .common-plan_bk-btn-price02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 0 0 0;
    line-height: 1.1;
  }
  .common-plan_bk-btn-price02__type {
    width: 80px;
    padding: 0.8rem 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #AB0F4E;
  }
  .common-plan_bk-btn-price02__price {
    margin: 0 0 0 1rem;
    font-size: 2.6rem;
    font-weight: bold;
    color: #AB0F4E;
    letter-spacing: -0.05rem;
  }
  .common-plan_bk-btn-price02__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.3;
    text-align: center;
    color: #AB0F4E;
  }
  .common-plan_bk-btn-price02__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .common-plan_bk-btn-price02__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1rem;
  }
  .common-plan_bk-btn-price03 {
    width: 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;
    margin: 2rem 0 0 0;
    line-height: 1.1;
  }
  .common-plan_bk-btn-price03__price {
    margin: 0 0 0 1rem;
    font-size: 2.6rem;
    font-weight: bold;
    color: #AB0F4E;
    letter-spacing: -0.05rem;
  }
  .common-plan_bk-btn-price03__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.3;
    text-align: center;
    color: #AB0F4E;
  }
  .common-plan_bk-btn-price03__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .common-plan_bk-btn-price03__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1rem;
  }
  .common-voice {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  .common-voice__inner {
    width: 92%;
    margin: 0 auto;
  }
  .common-voice__lead {
    margin: 2rem 0 0 0;
  }
  .common-voice__list {
    width: 100%;
    margin: 3rem 0;
  }
  .common-voice__box {
    width: 320px;
    margin: 0 auto 2rem auto;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  .common-voice__btn {
    width: 100%;
    display: block;
    padding: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  .common-voice__title {
    font-weight: bold;
    color: #0a1367;
    text-decoration: underline;
  }
  .common-voice__caption {
    margin: 1rem 0 0 0;
    padding: 1rem 0 0 0;
    text-align: right;
    font-size: 1.4rem;
    border-top: 1px solid #333;
  }
  .common-voice__txt {
    margin: 1.5rem 0 0 0;
  }
  .common-features {
    padding: 5rem 0;
    background: url("/assets/img/common/features_bg.webp") no-repeat center;
    background-size: contain;
  }
  .common-features__inner {
    width: 92%;
    margin: 0 auto;
  }
  .common-features__list {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .common-features__box {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .common-features__box:last-child {
    margin: 0;
  }
  .common-features__image {
    width: 100%;
  }
  .common-features__image img {
    width: 100%;
  }
  .common-features dl {
    width: 100%;
    margin: 0 auto;
  }
  .common-features dl dt {
    margin: 2rem 0 1rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #081267;
  }
  .common-support__inner {
    padding: 2rem 0 3rem 0;
    background: url("/assets/img/common/support_bg_sp.webp") no-repeat top right;
    background-size: auto 230px;
  }
  .common-support__ct {
    width: 92%;
    margin: 0 auto;
  }
  .common-support__title {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .common-support__lead {
    margin: 1.3rem 0 0 0;
    color: #fff;
  }
  .common-support__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4.5rem 0 0 0;
  }
  .common-support__list li {
    width: 47%;
    margin: 0 0 2rem 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  .common-support__list::after {
    content: "";
    display: block;
    width: 47%;
  }
  .common-support__btn {
    width: 100%;
    display: block;
    padding: 2rem 1rem;
    border: 1px solid #002A77;
    border-radius: 3px;
    text-decoration: none;
    color: #081267;
  }
  .common-support__btn span {
    font-weight: bold;
    font-size: 1.4rem;
    border-bottom: 1px solid #002A77;
  }
  .common-support__btn.--btn01 {
    background: url("/assets/img/common/support_btn_bg01.webp") no-repeat right;
    background-size: contain;
  }
  .common-support__btn.--btn02 {
    background: url("/assets/img/common/support_btn_bg02.webp") no-repeat right;
    background-size: contain;
  }
  .common-support__btn.--btn03 {
    background: url("/assets/img/common/support_btn_bg03.webp") no-repeat right;
    background-size: contain;
  }
  .common-support__btn.--btn04 {
    background: url("/assets/img/common/support_btn_bg04.webp") no-repeat right;
    background-size: contain;
  }
  .common-support__btn.--btn05 {
    background: url("/assets/img/common/support_btn_bg05.webp") no-repeat right;
    background-size: contain;
  }
  .common-support__btn.--btn06 {
    background: url("/assets/img/common/support_btn_bg06.webp") no-repeat right;
    background-size: contain;
  }
  .common-support__btn.--btn07 {
    background: url("/assets/img/common/support_btn_bg07.webp") no-repeat right;
    background-size: contain;
  }
  .common-flow {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(250, 245, 229);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(253, 250, 238) 3px, rgb(253, 250, 238) 6px);
  }
  .common-flow__inner {
    width: 92%;
    margin: 0 auto;
  }
  .common-flow__list {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .common-flow__list dl {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #999;
  }
  .common-flow__list dl dt {
    margin: 0 0 0.5rem 0;
    color: #081267;
    font-weight: bold;
    text-align: center;
  }
  .common-flow__list dl:last-child {
    margin: 0;
  }
  .common-topics {
    padding: 5rem 0;
  }
  .common-topics__inner {
    width: 92%;
    margin: 0 auto;
  }
  .common-topics__list {
    width: 100%;
    margin: 2rem 0 3rem 0;
  }
  .common-topics__list dl {
    width: 100%;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
    border-bottom: 1px solid #999;
  }
  .common-topics__list dl dd {
    margin: 1rem 0 0 0;
  }
  .common-topics__list dl:nth-child(odd) {
    background: #f5f5f5;
  }
  .common-topics__category {
    margin: 0 1rem 0 0;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
  }
  .common-topics__category.--event {
    background: -webkit-gradient(linear, left top, left bottom, from(#0A1367), color-stop(50%, #0A1367), color-stop(50%, #090E40), to(#090E40));
    background: linear-gradient(180deg, #0A1367 0%, #0A1367 50%, #090E40 50%, #090E40 100%);
  }
  .common-topics__category.--notice {
    background: -webkit-gradient(linear, left top, left bottom, from(#6A6A6A), color-stop(50%, #6A6A6A), color-stop(50%, #2F2F2F), to(#2F2F2F));
    background: linear-gradient(180deg, #6A6A6A 0%, #6A6A6A 50%, #2F2F2F 50%, #2F2F2F 100%);
  }
  .common-topics__category.--column {
    background: -webkit-gradient(linear, left top, left bottom, from(#0CAE6B), color-stop(50%, #0CAE6B), color-stop(50%, #008F54), to(#008F54));
    background: linear-gradient(180deg, #0CAE6B 0%, #0CAE6B 50%, #008F54 50%, #008F54 100%);
  }
  .common-method {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 248, 223);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(247, 244, 211) 3px, rgb(247, 244, 211) 6px);
  }
  .common-method__inner {
    width: 92%;
    margin: 0 auto;
  }
  .common-method__list {
    width: 100%;
  }
  .common-method__box {
    width: 100%;
    margin: 0 auto 2rem auto;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .common-method__box:last-child {
    padding: 0 0 2rem 0;
  }
  .common-method__title {
    padding: 1rem 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #081267;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .common-method__image {
    width: 100%;
  }
  .common-method__image img {
    width: 100%;
  }
  .common-method__time {
    margin: 1.5rem 0 0 0;
    text-align: center;
    font-weight: bold;
    color: #b01038;
  }
  .common-method__tel-pc {
    display: none;
  }
  .common-method__tel-sp {
    width: 300px;
    margin: 0.5rem auto;
    padding: 0 0 2rem 0;
    line-height: 1.5;
  }
  .common-method__tel-sp-btn {
    width: 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;
    padding: 0.7rem 0 1rem 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  .common-method__tel-sp-icon {
    width: 60px;
    margin: 1rem 0 0 0;
  }
  .common-method__tel-sp-number {
    margin: 0.5rem 0 0 0;
  }
  .common-method__tel-sp-txt01 {
    font-weight: bold;
    text-align: center;
  }
  .common-method__tel-sp-txt02 {
    font-size: 2.2rem;
    font-weight: bold;
  }
  @-webkit-keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  .common-method__txt {
    padding: 1rem 2rem 2rem 2rem;
  }
  .common-sousaihi {
    padding: 3rem 0;
    background: url("/assets/img/common/sousaihi_bg.webp") no-repeat;
    background-size: cover;
  }
  .common-sousaihi dl {
    width: 92%;
    margin: 0 auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
  }
  .common-sousaihi dl dt {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #0a1367;
  }
  .common-sousaihi dl dd strong {
    font-weight: bold;
    color: #ab0f4e;
  }
  .common-consul {
    padding: 5rem 0;
  }
  .common-consul__lead {
    width: 100%;
    margin: 2rem auto 0 auto;
    padding: 14rem 0 0 0;
    background: url("/assets/img/common/consul_bg.webp") no-repeat center top;
    background-size: auto 120px;
  }
  .common-consul__lead h3 {
    margin: 0 0 0.5rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #d72955;
    text-align: center;
  }
  .common-consul__lead p {
    text-align: center;
    font-weight: bold;
  }
  .common-consul__column {
    width: 92%;
    margin: 3rem auto;
  }
  .common-consul__box01 {
    width: 100%;
    padding: 1.5rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  .common-consul__box01 dt {
    margin: 0 0 1.5rem 0;
    padding: 1rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0a1367;
    text-align: center;
    background: #E5E5E5;
  }
  .common-consul__box01 dd ul li {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 2.3rem;
    background: url("/assets/img/common/consul_list_bg.webp") no-repeat 0 5px;
    background-size: 15px;
  }
  .common-consul__box01 dd ul li:last-child {
    margin: 0;
  }
  .common-consul__arrow {
    width: 40px;
    margin: 1.5rem auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .common-consul__arrow img {
    width: 100%;
  }
  .common-consul__box02 {
    width: 100%;
    padding: 1.5rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  .common-consul__box02 dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 1rem 0;
    margin: 0 0 1.5rem 0;
    font-weight: bold;
    color: #fee101;
    text-align: center;
    line-height: 1.5;
    background: #0A1367;
  }
  .common-consul__box02 dt::before, .common-consul__box02 dt::after {
    width: 2px;
    height: 35px;
    content: "";
    background-color: #fee101;
  }
  .common-consul__box02 dt::before {
    margin-right: 1.5rem;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .common-consul__box02 dt::after {
    margin-left: 1.5rem;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  #hasten .cta {
    width: 100%;
    padding: 3rem 2rem 2rem 2rem;
    background: #fff6c8;
  }
  #hasten .cta__inner {
    width: 100%;
  }
  #hasten .cta__image {
    display: none;
  }
  #hasten .cta__wrap {
    width: 100%;
  }
  #hasten .cta__lead {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #d72955;
  }
  #hasten .cta__tel-pc {
    display: none;
  }
  #hasten .cta__tel-sp {
    width: 300px;
    margin: 0.5rem auto;
    line-height: 1.5;
  }
  #hasten .cta__tel-sp-btn {
    width: 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;
    padding: 0.7rem 0 1rem 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  #hasten .cta__tel-sp-icon {
    width: 60px;
    margin: 1rem 0 0 0;
  }
  #hasten .cta__tel-sp-number {
    margin: 0.5rem 0 0 0;
  }
  #hasten .cta__tel-sp-txt01 {
    font-weight: bold;
    text-align: center;
  }
  #hasten .cta__tel-sp-txt02 {
    font-size: 2.2rem;
    font-weight: bold;
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  #hasten .cta__txt {
    margin: 2.5rem 0 0 0;
    font-weight: bold;
  }
  #hasten .flow {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #hasten .flow__inner {
    width: 92%;
    margin: 0 auto;
  }
  #hasten .flow__list {
    width: 100%;
  }
  #hasten .flow__box {
    width: 100%;
    padding: 1.5rem;
    margin: 0 0 3rem 0;
    background: #fff;
    border-radius: 10px;
  }
  #hasten .flow__box:last-child {
    margin: 0;
  }
  #hasten .flow dl dt {
    margin: 0 0 1rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #081267;
  }
  #hasten .flow__image {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
  #hasten .flow__image img {
    width: 100%;
    border-radius: 10px;
  }
  #hasten .flow__time {
    font-weight: bold;
    color: #d72955;
  }
  #hasten .flow__time strong {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #hasten .flow__time strong span {
    font-size: 2rem;
    font-weight: bold;
  }
  #plan-top .lead-box {
    padding: 3rem 0;
  }
  #plan-top .lead-box__inner {
    width: 92%;
    margin: 0 auto;
  }
  #plan-top .lead-box__title {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #081267;
  }
  #plan-top .lead-box__txt {
    margin: 1rem 0 0 0;
  }
  #plan-top .plan-list {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #plan-top .plan-list__inner {
    width: 92%;
    margin: 0 auto;
  }
  #plan-top .plan-list__lead {
    margin: 0 0 3rem 0;
  }
  #plan-top .plan-list__table {
    width: 320px;
    margin: 2rem auto 0 auto;
  }
  #plan-top .plan-list__table dl {
    border: 1px solid #a0a0a0;
  }
  #plan-top .plan-list__table dl dt {
    padding: 1.5rem;
    font-weight: bold;
    background: #D9D9D9;
    text-align: center;
    border-bottom: 1px solid #a0a0a0;
  }
  #plan-top .plan-list__table dl dd {
    background: #fff;
  }
  #plan-top .plan-list__table-wrap {
    width: 100%;
    padding: 1.5rem;
  }
  #plan-top .plan-list__table-price {
    text-align: right;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ab0f4e;
  }
  #plan-top .sec-option {
    padding: 5rem 0;
  }
  #plan-top .sec-option__desc {
    text-align: left;
    margin-bottom: 3rem;
  }
  #plan-top .sec-option__box:not(:last-child) {
    margin-bottom: 5rem;
  }
  #plan-top .sec-option__box:last-child .sec-option__row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #plan-top .sec-option__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #plan-top .sec-option__ttl span {
    background: #081267;
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.7rem 1rem;
    border-radius: 2rem;
    text-align: center;
    width: 300px;
  }
  #plan-top .sec-option__embalming {
    display: grid;
    gap: 1.5rem;
  }
  #plan-top .sec-option__embalming-img img {
    display: block;
    width: 100%;
  }
  #plan-top .sec-option__embalming-ct {
    display: grid;
    gap: 1rem;
    letter-spacing: 0.01em;
  }
  #plan-top .sec-option__embalming-ct * {
    line-height: 1.7777777778;
  }
  #plan-top .sec-option__embalming-ct a {
    text-decoration: none;
  }
  #plan-top .sec-option__list {
    display: grid;
    gap: 3rem;
    text-align: center;
    color: #222222;
  }
  #plan-top .sec-option__list-ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    color: #081267;
  }
  #plan-top .sec-option__list-ttl:not(:last-child) {
    margin-bottom: 1rem;
  }
  #plan-top .sec-option__list-img:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  #plan-top .sec-option__list-img img {
    display: block;
    width: 100%;
  }
  #plan-top .sec-option__list-desc {
    line-height: 1.7777777778;
  }
  #plan-top .sec-option__list-desc:not(:last-child) {
    margin-bottom: 0.7rem;
  }
  #plan-top .sec-option__list-info {
    background: #fefadc;
    margin: 2rem 0;
    padding: 1.6rem 1rem 1.6rem;
  }
  #plan-top .sec-option__list-info * {
    line-height: 1.7777777778;
  }
  #plan-top .sec-option__list-subTtl {
    font-weight: bold;
    margin-bottom: 1rem;
  }
  #plan-top .sec-option__list-group {
    text-align: left;
    padding-left: 1.9rem;
  }
  #plan-top .sec-option__list-group li {
    position: relative;
  }
  #plan-top .sec-option__list-group li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: -1.8rem;
  }
  #plan-top .sec-option__list-price {
    line-height: 1.7777777778;
  }
  #plan-top .sec-option__list-price * {
    font-weight: bold;
  }
  #plan-top .sec-option__list-note {
    margin-top: 1rem;
    text-align: left;
  }
  #plan-top .sec-option__list--second:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  #plan-top .sec-option__list--second .sec-option__list-img:not(:last-child) {
    margin-bottom: 1rem;
  }
  #plan-top .sec-option__row {
    padding: 0 0 3rem;
    border-bottom: 1px dotted #081267;
  }
  #plan-top .sec-option__row:not(:last-child) {
    margin-bottom: 4.3rem;
  }
  #plan-top .sec-option__row-ttl:not(:last-child) {
    margin-bottom: 0.9rem;
  }
  #plan-top .sec-option__row-desc {
    margin-bottom: 1.5rem;
  }
  #plan-top .sec-option__info {
    color: #222222;
    background: #fefadc;
    padding: 2rem 1.2rem;
  }
  #plan-top .sec-option__info:not(:last-child) {
    margin-bottom: 4.3rem;
  }
  #plan-top .sec-option__info-ttl {
    text-align: center;
    font-weight: bold;
    color: #081267;
    line-height: 1.7777777778;
    margin-bottom: 1.2rem;
  }
  #plan-top .sec-option__info-list {
    display: grid;
    gap: 2rem;
  }
  #plan-top .sec-option__info-item * {
    line-height: 1.7777777778;
  }
  #plan-top .sec-option__info-subTtl {
    font-weight: bold;
  }
  #plan-top .sec-option__note {
    font-weight: bold;
    color: #222222;
    line-height: 1.7777777778;
  }
  #plan-top .sec-usage {
    background-size: auto auto;
    background-color: #fbfafa;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f0edec 0, #f0edec 6px);
    padding: 5rem 0;
  }
  #plan-top .sec-usage table {
    width: 100%;
    min-width: 1000px;
    background: white;
  }
  #plan-top .sec-usage table th,
  #plan-top .sec-usage table td {
    border: 1px solid #a0a0a0;
    line-height: 1.7777777778;
    vertical-align: middle;
  }
  #plan-top .sec-usage table th {
    padding: 0.1rem 1rem 0.2rem;
  }
  #plan-top .sec-usage table th,
  #plan-top .sec-usage table .bg-gray {
    background: #d9d9d9;
  }
  #plan-top .sec-usage table td {
    height: 3.7rem;
  }
  #plan-top .sec-usage table td:not(.td-com) {
    padding: 0 0.7rem;
  }
  #plan-top .sec-usage table .td-first {
    width: 169px;
  }
  #plan-top .sec-usage table .td-second {
    width: 401px;
  }
  #plan-top .sec-usage table .td-three {
    width: 232px;
  }
  #plan-top .sec-usage table .td-four {
    width: 79px;
  }
  #plan-top .sec-usage table .td-five {
    width: 153px;
  }
  #plan-top .sec-usage table .td-com {
    width: 90px;
    text-align: center;
  }
  #plan-top .sec-usage__info {
    overflow: auto;
    margin-bottom: 2.3rem;
  }
  #plan-detail .saidan-image {
    width: 100%;
  }
  #plan-detail .saidan-image img {
    width: 100%;
  }
  #plan-detail .user {
    background: url("/assets/img/plan/common/user_bg.webp") no-repeat bottom;
    padding: 3rem 0;
    text-align: center;
  }
  #plan-detail .user__title {
    position: relative;
    display: inline-block;
    padding: 0 0 2rem 0;
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #plan-detail .user__title strong {
    font-size: 2rem;
    font-weight: bold;
  }
  #plan-detail .user__title::before {
    content: "";
    position: absolute;
    left: 50%;
    /*線の位置
    bottomで下線 topで上線*/
    bottom: -3px;
    display: inline-block;
    /*線の横の長さ*/
    width: 150px;
    /*線の太さ*/
    height: 8px;
    /*センターの位置調整*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0a1367;
    border-radius: 30px;
  }
  #plan-detail .user__lead {
    width: 92%;
    text-align: left;
    margin: 2rem auto;
  }
  #plan-detail .user__list {
    width: 92%;
    margin: 0 auto;
  }
  #plan-detail .user__list dl {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 1.5rem;
    text-align: left;
    font-weight: bold;
    background: rgba(255, 246, 200, 0.9);
    border-radius: 10px;
  }
  #plan-detail .user__list dl dt {
    font-weight: bold;
    color: #0A1367;
    text-align: center;
  }
  #plan-detail .user__list dl dd br {
    display: none;
  }
  #plan-detail .item {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #plan-detail .item__inner {
    width: 92%;
    margin: 0 auto;
  }
  #plan-detail .item-box01 {
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
  }
  #plan-detail .item-box01__title {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  #plan-detail .item-box01__single {
    width: 300px;
    margin: 1rem auto 0 auto;
  }
  #plan-detail .item-box01__single img {
    width: 100%;
  }
  #plan-detail .item-box01__lead {
    margin: 1rem 0;
    text-align: center;
  }
  #plan-detail .item-box01__list {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 16px;
    padding-bottom: 10px;
    scrollbar-width: thin;
  }
  #plan-detail .item-box01__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    scroll-snap-align: start;
  }
  #plan-detail .item-box01__photo {
    width: 100%;
  }
  #plan-detail .item-box01__photo img {
    width: 100%;
  }
  #plan-detail .item-box01__name {
    margin: 1rem 0 0 0;
    font-weight: bold;
    text-align: center;
  }
  #plan-detail .item-icon-list01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem 0 0 0;
  }
  #plan-detail .item-icon-list01__box {
    width: 48%;
    margin: 0 0 1.5rem 0;
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
  }
  #plan-detail .item-icon-list01__photo {
    width: 100%;
  }
  #plan-detail .item-icon-list01__photo img {
    width: 100%;
  }
  #plan-detail .item-icon-list01__name {
    margin: 1rem 0 0 0;
    text-align: center;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  #plan-detail .item-icon-list01__name span {
    font-size: 1.2rem;
  }
  #plan-detail .item-icon-list02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem 0 0 0;
  }
  #plan-detail .item-icon-list02__box {
    width: 48%;
    margin: 0 0 1.5rem 0;
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
  }
  #plan-detail .item-icon-list02__photo {
    width: 70%;
    margin: 0 auto;
  }
  #plan-detail .item-icon-list02__photo img {
    width: 100%;
  }
  #plan-detail .item-icon-list02__name {
    margin: 1rem 0 0 0;
    text-align: center;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  #plan-detail .item-icon-list02__name span {
    font-size: 1.2rem;
  }
  #plan-detail .item__caution-txt {
    margin: 2rem 0 0 0;
    font-size: 1.4rem;
  }
  #plan-detail .sousaihi {
    padding: 3rem 0;
    background: url("/assets/img/plan/common/sousaihi_bg.webp") no-repeat;
    background-size: cover;
  }
  #plan-detail .sousaihi dl {
    width: 92%;
    margin: 0 auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
  }
  #plan-detail .sousaihi dl dt {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #0a1367;
  }
  #plan-detail .sousaihi dl dd strong {
    font-weight: bold;
    color: #ab0f4e;
  }
  #plan-detail .hall-list {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #plan-detail .hall-list__inner {
    width: 92%;
    margin: 0 auto;
  }
  #plan-detail .plan-list {
    padding: 5rem 0;
  }
  #plan-detail .plan-list__inner {
    width: 92%;
    margin: 0 auto;
  }
  #enberming .pg-title {
    background: url(/assets/img/plan/enberming/pg_title_image.webp) no-repeat 100%;
    background-size: cover;
  }
  #enberming .sec-differences {
    padding: 3rem 0;
  }
  #enberming .sec-differences__list {
    display: grid;
    gap: 2rem;
    line-height: 1.8;
    letter-spacing: 0.015em;
  }
  #enberming .sec-differences__list-item {
    background: #e3e3e3;
    border-radius: 1rem;
    padding: 2rem 2.2rem 2.5rem;
  }
  #enberming .sec-differences__list-item:nth-child(even) {
    background: #fefadc;
  }
  #enberming .sec-differences__list-item:nth-child(even) .sec-differences__list-ttl span {
    color: #081267;
  }
  #enberming .sec-differences__list-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    text-align: center;
  }
  #enberming .sec-differences__list-ttl span {
    background: #fff;
    border-radius: 2.3rem;
    font-weight: 700;
    padding: 0.2rem 3rem 0.3rem;
    letter-spacing: 0.01em;
    line-height: 1.7;
    letter-spacing: 0;
  }
  #enberming .sec-differences__list-img {
    height: 40.5333333333vw;
    text-align: center;
  }
  #enberming .sec-differences__list-img img {
    display: block;
    width: auto;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin: 0 auto;
  }
  #enberming .sec-effects {
    background-color: #fbf8df;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f7f4d3 0, #f7f4d3 6px);
    padding: 5rem 0;
  }
  #enberming .sec-effects__list {
    display: grid;
    gap: 2rem;
    line-height: 1.7777777778;
    letter-spacing: 0.02rem;
  }
  #enberming .sec-effects__list-item {
    background: white;
  }
  #enberming .sec-effects__list-img {
    position: relative;
  }
  #enberming .sec-effects__list-img::before {
    display: block;
    content: "";
    padding-bottom: 70%;
  }
  #enberming .sec-effects__list-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #enberming .sec-effects__list-ct {
    padding: 1.5rem;
  }
  #enberming .sec-effects__list-ct strong {
    font-weight: bold;
  }
  #enberming .sec-effects__list-ttl {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 0.3rem;
    color: #081267;
  }
  #enberming .sec-information {
    padding: 5rem 0;
  }
  #enberming .sec-information__block {
    display: grid;
    gap: 1.5rem;
  }
  #enberming .sec-information__picture {
    gap: 0.4rem;
    display: grid;
  }
  #enberming .sec-information__picture-main, #enberming .sec-information__picture-item {
    position: relative;
  }
  #enberming .sec-information__picture-main::before, #enberming .sec-information__picture-item::before {
    display: block;
    content: "";
    padding-bottom: 50%;
  }
  #enberming .sec-information__picture-main img, #enberming .sec-information__picture-item img {
    width: 100%;
  }
  #enberming .sec-information__picture-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
  #enberming .sec-information__picture-item {
    width: 33.3333333333%;
  }
  #enberming .sec-information__picture img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #enberming .sec-information__ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: grid;
    gap: 0.8rem;
    letter-spacing: 0.01em;
  }
  #enberming .sec-information__ttl {
    font-size: 2.2rem;
    font-weight: bold;
    color: #081267;
  }
  #enberming .sec-information__txt {
    line-height: 1.7777777778;
    display: grid;
    gap: 2rem;
  }
  #enberming .sec-information__map {
    margin: 2rem 0 0 0;
    height: 200px;
  }
  #enberming .sec-information__map iframe {
    width: 100%;
    height: 100%;
  }
  #enberming .sec-plans {
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
    padding: 5rem 0;
    color: #222222;
  }
  #enberming .sec-plans table {
    width: 100%;
    min-width: 1100px;
    background: white;
  }
  #enberming .sec-plans table th,
  #enberming .sec-plans table td {
    border: 1px solid #a0a0a0;
    line-height: 1.7777777778;
    vertical-align: middle;
  }
  #enberming .sec-plans table th {
    background: #d9d9d9;
    padding: 0.2rem 1rem 0.5rem;
  }
  #enberming .sec-plans table td {
    padding: 1.2rem 1.6rem 1.3rem;
  }
  #enberming .sec-plans table .td-first {
    width: 370px;
  }
  #enberming .sec-plans table .td-first02 {
    width: 210px;
  }
  #enberming .sec-plans table .td-second {
    width: 180px;
  }
  #enberming .sec-plans table .td-second02 {
    width: 539px;
  }
  #enberming .sec-plans table .td-com {
    width: 120px;
    text-align: center;
  }
  #enberming .sec-plans table .td-last {
    width: 170px;
    line-height: 1.5;
    padding: 0.7rem 1rem 0.8rem 1.4rem;
  }
  #enberming .sec-plans table .td-last02 {
    width: 453px;
    text-align: right;
  }
  #enberming .sec-plans table .td-txt {
    line-height: 1.75;
  }
  #enberming .sec-plans .table--second th {
    padding: 0.1rem 1rem 0.5rem;
  }
  #enberming .sec-plans .table--second td {
    padding: 1.1rem 1.6rem 1.2rem;
  }
  #enberming .sec-plans .table--second .td-last02 {
    padding: 1.1rem 0 1.2rem;
  }
  #enberming .sec-plans__info {
    overflow: auto;
  }
  #enberming .sec-plans__note {
    line-height: 1.75;
    padding: 1rem 0.5rem;
    letter-spacing: 0.01em;
  }
  #enberming .sec-plans__read {
    background: #fffdee;
    padding: 2rem;
  }
  #enberming .sec-plans__read-ttl {
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    color: #b90000;
    margin-bottom: 1.4rem;
  }
  #enberming .sec-plans__read-row:first-of-type .sec-plans__read-subTtl {
    text-align: left;
  }
  #enberming .sec-plans__read-row:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  #enberming .sec-plans__read-subTtl {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2.2rem;
  }
  #enberming .sec-plans__read-list {
    line-height: 1.5;
    display: grid;
    gap: 1.1rem;
    counter-reset: counterItem;
  }
  #enberming .sec-plans__read-item {
    position: relative;
    padding-left: 3.5rem;
  }
  #enberming .sec-plans__read-item::before {
    position: absolute;
    counter-increment: counterItem;
    content: counter(counterItem) ".";
    top: 0;
    left: -0.1rem;
  }
  #enberming .sec-faq {
    padding: 5rem 0;
    color: #2f2f2f;
  }
  #enberming .sec-faq__list {
    display: grid;
    gap: 1.9rem;
    line-height: 1.5555555556;
    letter-spacing: 0.01em;
  }
  #enberming .sec-faq__list-item {
    border: 1px solid #2f2f2f;
    padding: 2rem 1rem 2.2rem 2rem;
  }
  #enberming .sec-faq__list-q, #enberming .sec-faq__list-a {
    position: relative;
  }
  #enberming .sec-faq__list-q::before, #enberming .sec-faq__list-a::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #enberming .sec-faq__list-q {
    font-weight: bold;
    color: #081267;
    margin-bottom: 1.3rem;
    padding-left: 2rem;
  }
  #enberming .sec-faq__list-q::before {
    content: "Q.";
  }
  #enberming .sec-faq__list-a {
    padding-left: 2.3rem;
  }
  #enberming .sec-faq__list-a::before {
    content: "A.";
  }
  #hall-index .hall {
    padding: 3rem 0 0 0;
  }
  #hall-index .hall__map-box {
    width: 100%;
    padding: 0 0 1.5rem 0;
    margin: 0 auto;
  }
  #hall-index .hall__map-box-inner {
    width: 92%;
    margin: 0 auto;
  }
  #hall-index .hall__map-image {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  #hall-index .hall__map-image img {
    width: 100%;
  }
  #hall-index .hall__map {
    width: 100%;
    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;
    gap: 1rem;
    margin: 2rem 0 0 0;
  }
  #hall-index .hall__map-btn {
    display: none;
  }
  #hall-index .hall__map-btn.--crest {
    background: #126537;
  }
  #hall-index .hall__map-btn.--familyno {
    background: #D65B1D;
  }
  #hall-index .hall__map-btn.--ameiyu {
    background: #024190;
  }
  #hall-index .hall__map-btn a {
    display: block;
    padding: 1.3rem 1rem 1.3rem 2.5rem;
    line-height: 1.5;
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: url("/assets/img/common/nav_arrow.webp") no-repeat 10px 15px;
    background-size: 10px;
  }
  #hall-index .hall__list {
    padding: 0 0 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #hall-index .hall__list-inner {
    width: 92%;
    margin: 0 auto;
  }
  #hall-index .hall__list-title {
    margin: 0 0 1.5rem 0;
    padding: 3rem 0 0 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #0a1367;
  }
  #hall-top .fv {
    width: 100%;
  }
  #hall-top .fv__inner-pc {
    display: none;
  }
  #hall-top .fv__image01 {
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
    background: #081267;
  }
  #hall-top .fv__image01 img {
    width: 90%;
  }
  #hall-top .fv__photo-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hall-top .fv .scroll-container {
    width: 100%;
    overflow: hidden;
    background: #fff;
  }
  #hall-top .fv .scroll-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: scroll-left 15s linear infinite;
            animation: scroll-left 15s linear infinite;
    background: #081267;
  }
  #hall-top .fv .scroll-track .image-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hall-top .fv .scroll-track img {
    height: 70px;
    width: auto;
    margin: 0 0.2rem;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  @-webkit-keyframes scroll-left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes scroll-left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  #hall-top .fv__image02 {
    width: 100%;
    padding: 2rem 0 1.5rem 0;
    text-align: center;
    background: #081267;
  }
  #hall-top .fv__image02 img {
    width: 95%;
  }
  #hall-top .cta-first {
    padding: 3rem 0;
    background-size: auto auto;
    background-color: rgb(251, 248, 223);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(247, 244, 211) 3px, rgb(247, 244, 211) 6px);
  }
  #hall-top .cta-first__inner {
    width: 92%;
    margin: 0 auto;
  }
  #hall-top .cta-first-telbox {
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 15px;
  }
  #hall-top .cta-first-telbox__title {
    width: 100%;
    position: relative;
    padding: 1rem 0;
    background: #D72955;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #hall-top .cta-first-telbox__title strong {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #hall-top .cta-first-telbox__title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #D72955;
  }
  #hall-top .cta-first-telbox__lead {
    margin: 2rem 1rem 0 1rem;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #D72955;
  }
  #hall-top .cta-first-telbox__image {
    width: 80px;
    position: absolute;
    right: 10px;
    bottom: 0;
  }
  #hall-top .cta-first-telbox__image img {
    width: 100%;
  }
  #hall-top .cta-first-telbox__tel-pc {
    display: none;
  }
  #hall-top .cta-first-telbox__tel-sp {
    width: 300px;
    margin: 0.5rem auto;
    line-height: 1.5;
  }
  #hall-top .cta-first-telbox__tel-sp-btn {
    width: 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;
    padding: 0.7rem 0 1rem 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  #hall-top .cta-first-telbox__tel-sp-icon {
    width: 60px;
    margin: 1rem 0 0 0;
  }
  #hall-top .cta-first-telbox__tel-sp-number {
    margin: 0.5rem 0 0 0;
  }
  #hall-top .cta-first-telbox__tel-sp-txt01 {
    font-weight: bold;
    text-align: center;
  }
  #hall-top .cta-first-telbox__tel-sp-txt02 {
    font-size: 2.2rem;
    font-weight: bold;
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  #hall-top .cta-first-telbox__bottom-txt {
    margin: 1.5rem 0 0 0;
    padding: 1rem 10rem 0.5rem 1rem;
    background: #E9E9DF;
    font-weight: bold;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #hall-top .cta-first-telbox__bottom-txt span {
    padding: 0 1rem;
    margin: 0 0.5rem 0 0;
    background: #081267;
    color: #fff;
    font-weight: bold;
  }
  #hall-top .cta-first-telbox__bottom-txt strong {
    margin: 0 0.5rem;
    font-weight: bold;
    color: #D72955;
    border-bottom: 1px solid #D72955;
  }
  #hall-top .cta-first-memberbox {
    width: 100%;
    margin: 2rem 0 0 0;
    background: url("/assets/img/common/member_bn_bg.webp") no-repeat;
    background-size: cover;
    border: 5px solid #081267;
    border-radius: 15px;
  }
  #hall-top .cta-first-memberbox a {
    display: block;
    height: 100%;
    padding: 1.5rem;
    text-decoration: none;
    color: #000;
  }
  #hall-top .cta-first-memberbox h3 {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    color: #091167;
    text-decoration: underline;
  }
  #hall-top .cta-first-memberbox p {
    margin: 1rem 0 0 0;
    font-weight: bold;
    text-align: center;
  }
  #hall-top .cta-first-memberbox p strong {
    font-weight: bold;
    color: #AC1752;
  }
  #hall-top .cta-first-memberbox p span {
    font-weight: bold;
    font-size: 2rem;
  }
  #hall-top .hall {
    padding: 5rem 0;
  }
  #hall-top .hall__inner {
    width: 92%;
    margin: 0 auto;
  }
  #hall-top .hall__map {
    display: none;
  }
  #hall-top .plan {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #hall-top .plan__inner {
    width: 92%;
    margin: 0 auto;
  }
  #hall-top .habit {
    padding: 5rem 0;
  }
  #hall-top .habit__inner {
    width: 92%;
    margin: 0 auto;
  }
  #hall-top .habit__box {
    width: 100%;
    padding: 2rem;
    text-align: center;
  }
  #hall-top .habit__box dt {
    position: relative;
    display: inline-block;
    padding: 0 0 0.5rem 0;
    margin: 0 0 2rem 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #hall-top .habit__box dt::before {
    content: "";
    position: absolute;
    left: 50%;
    /*線の位置
    bottomで下線 topで上線*/
    bottom: -3px;
    display: inline-block;
    /*線の横の長さ*/
    width: 100px;
    /*線の太さ*/
    height: 5px;
    /*センターの位置調整*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0a1367;
    border-radius: 30px;
  }
  #hall-top .habit__box dd {
    text-align: left;
  }
  #hall-top .habit__box:nth-child(odd) {
    background: #f4f4f4;
  }
  #hall-detail .gallery {
    width: 92%;
    margin: 2rem auto 0 auto;
    padding: 1.5rem;
    background: #eff0e9;
    border-radius: 10px;
  }
  #hall-detail .gallery__image {
    width: 100%;
    margin: 0 auto;
  }
  #hall-detail .gallery__image img {
    width: 100%;
  }
  #hall-detail .gallery__thumbnails {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2px;
    margin: 2rem 0 0 0;
  }
  #hall-detail .gallery__thumbnails img {
    width: 32.5%;
    height: auto;
    border: 5px solid transparent;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  #hall-detail .gallery__thumbnails .active {
    border-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0.5;
  }
  #hall-detail .hall-explanation {
    padding: 2.5rem 0 0 0;
  }
  #hall-detail .hall-explanation-box01 {
    padding: 0 0 3rem 0;
    width: 92%;
    margin: 0 auto;
    /* &__staff-txt{
      color: #fff;
      font-weight: bold;
      text-align: center;
    }
    &__staff-wrap{
      width: 80%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 1rem auto 0 auto;
    }
    &__staff-photo{
      width: 70px;
      img{
        width: 100%;
        border-radius: 50%;
      }
    }
    &__staff-name{
      margin: 0 0 0 1.5rem;
      line-height: 1.4;
      color: #fff;
      span{
        display: block;
        font-size: 1.8rem;
      }
    } */
  }
  #hall-detail .hall-explanation-box01__txt ul {
    margin: 2rem 0 0 0;
    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;
    gap: 10px;
  }
  #hall-detail .hall-explanation-box01__txt ul li {
    width: 170px;
    padding: 1rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #081267;
  }
  #hall-detail .hall-explanation-box01__comment {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  #hall-detail .hall-explanation-box01__staff-title {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 1.5rem;
    background: #081267;
  }
  #hall-detail .hall-explanation-box01__staff-txt {
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  #hall-detail .hall-explanation-box01__staff-txt br {
    display: none;
  }
  #hall-detail .hall-explanation-box01__staff-wrap {
    display: none;
  }
  #hall-detail .hall-explanation-facility {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #hall-detail .hall-explanation-facility__inner {
    width: 92%;
    margin: 0 auto;
  }
  #hall-detail .hall-explanation-facility__title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #0a1367;
  }
  #hall-detail .hall-explanation-facility__wrap {
    width: 100%;
    margin: 1.5rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #hall-detail .hall-explanation-facility__box {
    width: 100%;
  }
  #hall-detail .hall-explanation-facility__box dl {
    width: 100%;
    display: table;
    margin: 0 0 3rem 0;
  }
  #hall-detail .hall-explanation-facility__box dl dt {
    width: 25%;
    display: table-cell;
    font-weight: bold;
    color: #0a1367;
  }
  #hall-detail .hall-explanation-facility__box dl dd {
    width: 75%;
    display: table-cell;
  }
  #hall-detail .hall-explanation-facility__access strong {
    font-weight: bold;
  }
  #hall-detail .hall-explanation-facility__map {
    width: 100%;
    padding: 1.5rem;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #hall-detail .hall-explanation-facility__map iframe {
    width: 100%;
    height: 280px;
  }
  #hall-detail .plan {
    padding: 5rem 0;
  }
  #hall-detail .plan__inner {
    width: 92%;
    margin: 0 auto;
  }
  #hall-detail .hall {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 250, 250);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(240, 237, 236) 3px, rgb(240, 237, 236) 6px);
  }
  #hall-detail .hall__inner {
    width: 92%;
    margin: 0 auto;
  }
  #hall-detail .hall02 {
    padding: 5rem 0;
  }
  #hall-detail .hall02__inner {
    width: 92%;
    margin: 0 auto;
  }
  #houyou_kuyou .pg-title {
    background: url(/assets/img/houyou_kuyou/index/img-mv.webp) no-repeat 100%;
    background-size: cover;
  }
  #houyou_kuyou .sec-memorial {
    padding: 5rem 0;
  }
  #houyou_kuyou .sec-memorial__info {
    display: grid;
    gap: 1.5rem;
    font-size: 1.4rem;
  }
  #houyou_kuyou .sec-memorial__info-img img {
    display: block;
    width: 100%;
  }
  #houyou_kuyou .sec-memorial__info-price {
    display: grid;
    text-align: center;
    line-height: 1;
    gap: 4.9rem;
    margin-bottom: 2.2rem;
  }
  #houyou_kuyou .sec-memorial__info-main {
    position: relative;
    font-size: 88.8888888889%;
    font-weight: bold;
    color: #494949;
    line-height: 1.25;
  }
  #houyou_kuyou .sec-memorial__info-main::after {
    position: absolute;
    content: "";
    width: 1.9rem;
    height: 2.6rem;
    background: url(../img/houyou_kuyou/index/icon-arrow.webp) center/contain no-repeat;
    left: calc(50% - 1rem);
    bottom: -3.3rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #houyou_kuyou .sec-memorial__info-main .number {
    font-size: 200%;
    font-weight: bold;
  }
  #houyou_kuyou .sec-memorial__info-sale {
    font-weight: bold;
    color: #ab0f4e;
    line-height: 1.05;
  }
  #houyou_kuyou .sec-memorial__info-sale .number {
    font-weight: bold;
    font-size: 277.7777777778%;
  }
  #houyou_kuyou .sec-memorial__info-label {
    color: #494949;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.1rem;
  }
  #houyou_kuyou .sec-memorial__info-label span {
    width: 32rem;
    text-align: center;
    font-size: 111.1111111111%;
    line-height: 2;
    font-weight: bold;
    background: #ffe100;
    position: relative;
  }
  #houyou_kuyou .sec-memorial__info-label span::before {
    position: absolute;
    content: "";
    border-top: 9px solid #ffe100;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    left: calc(50% - 7px);
    top: 100%;
  }
  #houyou_kuyou .sec-memorial__info-group {
    color: #222;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
  #houyou_kuyou .sec-memorial__info-item {
    background: #fefadc;
    padding: 0.7rem 0.5rem;
  }
  #houyou_kuyou .sec-memorial__info-ttl {
    font-size: 111.1111111111%;
    line-height: 1.6;
    font-weight: bold;
    color: #081267;
    margin-bottom: 0.3rem;
  }
  #houyou_kuyou .sec-memorial__info-txt {
    line-height: 1.5555555556;
  }
  #houyou_kuyou .sec-memorial__info-txt strong {
    font-weight: bold;
    color: #ab0f4e;
  }
  #houyou_kuyou .sec-memorial__box {
    display: grid;
    gap: 1rem;
  }
  #houyou_kuyou .sec-memorial__box-img img {
    display: block;
    width: 100%;
  }
  #houyou_kuyou .sec-memorial__box-ct {
    line-height: 1.5555555556;
    padding-top: 1.1rem;
    display: grid;
    gap: 0.6rem;
  }
  #houyou_kuyou .sec-memorial__box-ttl {
    font-weight: bold;
  }
  #houyou_kuyou .common-memorial__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    color: #081267;
    text-align: center;
  }
  #houyou_kuyou .common-memorial__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1rem;
    color: #222222;
    font-size: 1.5rem;
  }
  #houyou_kuyou .common-memorial__list-img {
    margin-bottom: 1rem;
  }
  #houyou_kuyou .common-memorial__list-ttl {
    line-height: 1.5555555556;
    text-align: center;
  }
  #houyou_kuyou .common-memorial__list-ttl:not(:last-child) {
    margin-bottom: 0.1em;
  }
  #houyou_kuyou .common-memorial__list-price {
    color: #494949;
    text-align: center;
    line-height: 1.2;
  }
  #houyou_kuyou .common-memorial__list-price:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  #houyou_kuyou .common-memorial__list-price * {
    font-weight: bold;
  }
  #houyou_kuyou .common-memorial__list-price .lg {
    font-size: 122.2222222222%;
  }
  #houyou_kuyou .common-memorial__list-price small {
    font-size: 88.8888888889%;
  }
  #houyou_kuyou .common-memorial__list-desc {
    font-size: 77.7777777778%;
    line-height: 1.4285714286;
  }
  #houyou_kuyou .sec-facilities {
    background-size: auto auto;
    background-color: #fbfafa;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f0edec 0, #f0edec 6px);
    color: #222222;
    padding: 5rem 0;
  }
  #houyou_kuyou .sec-facilities__desc, #houyou_kuyou .sec-facilities__note {
    line-height: 1.5555555556;
  }
  #houyou_kuyou .sec-facilities__desc {
    text-align: center;
  }
  #houyou_kuyou .facilities__info-tb {
    text-align: center;
    width: 100%;
    min-width: 700px;
    margin: 0 auto;
    background: #fff;
  }
  #houyou_kuyou .facilities__info-tb td,
  #houyou_kuyou .facilities__info-tb th {
    padding: 3.3px 10px;
  }
  #houyou_kuyou .facilities__info-tb th {
    color: #0f0c3b;
    font-weight: 700;
    background: #e8e7ec;
    border-top: 1px solid #d6d5dc;
    border-bottom: 1px solid #d6d5dc;
  }
  #houyou_kuyou .facilities__info-tb th.th01 {
    width: 29.286%;
    border-right: 1px solid #d6d5dc;
  }
  #houyou_kuyou .facilities__info-tb th.th02, #houyou_kuyou .facilities__info-tb th.th03, #houyou_kuyou .facilities__info-tb th.th04 {
    width: 23.57%;
  }
  #houyou_kuyou .facilities__info-tb th.th02, #houyou_kuyou .facilities__info-tb th.th03 {
    border-right: 1px solid #d6d5dc;
  }
  #houyou_kuyou .facilities__info-tb td {
    vertical-align: middle;
    border-bottom: 1px solid #d6d5dc;
  }
  #houyou_kuyou .facilities__info-tb td.td01 {
    width: 29.286%;
    border-right: 1px solid #d6d5dc;
    text-align: left;
  }
  #houyou_kuyou .facilities__info-tb td.td02, #houyou_kuyou .facilities__info-tb td.td03, #houyou_kuyou .facilities__info-tb td.td04 {
    width: 23.57%;
  }
  #houyou_kuyou .facilities__info-tb td.td02, #houyou_kuyou .facilities__info-tb td.td03 {
    border-right: 1px solid #d6d5dc;
  }
  #houyou_kuyou .facilities__info-tb tr.tr-bdb td {
    border-bottom: 1px dashed #d6d5dc;
  }
  #butsudan .pg-title.--butsudan {
    padding: 4rem 0;
    background: url(/assets/img/houyou_kuyou/butsudan/img-mv.webp) center/cover no-repeat;
  }
  #butsudan .butsudan-ttl {
    text-align: center;
    font-weight: bold;
    color: #081267;
    font-size: 1.8rem;
    line-height: 1.5357142857;
  }
  #butsudan .butsudan-img img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 12rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #butsudan .sec-buddhist {
    padding: 5rem 0;
    color: #222222;
  }
  #butsudan .sec-buddhist__desc {
    line-height: 1.7777777778;
    margin-bottom: 3rem;
  }
  #butsudan .sec-buddhist__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
  }
  #butsudan .sec-buddhist__box-ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: grid;
    gap: 1rem;
  }
  #butsudan .sec-buddhist__box-ttl {
    font-weight: bold;
    color: #081267;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #butsudan .sec-buddhist__box-txt {
    line-height: 1.7777777778;
  }
  #butsudan .sec-buddhist__box-img img {
    display: block;
    width: 100%;
  }
  #butsudan .sec-modern {
    background-size: auto auto;
    background-color: #fbfafa;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f0edec 0, #f0edec 6px);
    padding: 5rem 0;
  }
  #butsudan .sec-modern__ttl {
    margin-bottom: 3rem;
  }
  #butsudan .sec-modern__group {
    display: grid;
    gap: 1.5rem;
  }
  #butsudan .sec-modern__group img {
    max-width: 100%;
  }
  #butsudan .sec-modern__box {
    background: white;
    text-align: center;
    padding-top: 1rem;
  }
  #butsudan .sec-modern__box-txt, #butsudan .sec-modern__box-ttl {
    font-weight: bold;
  }
  #butsudan .sec-modern__box-ttl {
    font-size: 1.8rem;
    color: #081267;
    line-height: 1.4545454545;
    margin-bottom: 1rem;
  }
  #butsudan .sec-cleaning {
    padding: 5rem 0;
    color: #222222;
  }
  #butsudan .sec-cleaning__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
  #butsudan .sec-cleaning__box-ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: grid;
    gap: 1rem;
  }
  #butsudan .sec-cleaning__box-ttl {
    font-weight: bold;
    color: #081267;
    font-size: 1.8rem;
    line-height: 1.4545454545;
  }
  #butsudan .sec-cleaning__box-txt {
    line-height: 1.7777777778;
  }
  #butsudan .sec-cleaning__box-img img {
    display: block;
    width: 100%;
  }
  #butsudan .sec-features {
    background-size: auto auto;
    background-color: #fbfafa;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f0edec 0, #f0edec 6px);
    padding: 5rem 0;
    color: #222;
  }
  #butsudan .sec-features__ttl {
    margin-bottom: 3rem;
  }
  #butsudan .sec-features__list {
    display: grid;
    gap: 1.5rem;
  }
  #butsudan .sec-features__list-item {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
  }
  #butsudan .sec-features__list-ttl {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    color: #081267;
    margin-bottom: 1rem;
  }
  #butsudan .sec-features__list-ttl small {
    font-weight: bold;
  }
  #butsudan .sec-process {
    padding: 5rem 0;
    color: #222;
  }
  #butsudan .sec-process__ttl {
    margin-bottom: 3rem;
  }
  #butsudan .sec-process__list {
    display: grid;
    gap: 3.8rem;
  }
  #butsudan .sec-process__list-item {
    background: #efeeee;
    border-radius: 1rem;
    padding: 1.5rem;
    min-height: 80px;
  }
  #butsudan .sec-process__list-item:first-child {
    padding: 2.5rem 1rem;
  }
  #butsudan .sec-process__list-item:first-child .sec-process__list-ttl {
    margin-bottom: 1rem;
    text-align: center;
  }
  #butsudan .sec-process__list-item:first-child .sec-process__list-desc {
    margin-bottom: 1rem;
  }
  #butsudan .sec-process__list-item:not(:last-child) {
    position: relative;
  }
  #butsudan .sec-process__list-item:not(:last-child)::before {
    position: absolute;
    content: "";
    border-top: 23px solid #b0b0b0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: 100%;
    left: calc(50% - 20px);
  }
  #butsudan .sec-process__list-ttl {
    white-space: nowrap;
    font-size: 1.6rem;
    line-height: 1.2727272727;
    font-weight: bold;
    color: #081267;
  }
  #butsudan .sec-process__list-desc02 {
    text-align: center;
  }
  #butsudan .sec-process__list-group {
    display: grid;
    gap: 1rem;
  }
  #butsudan .sec-process__list-group a {
    text-decoration: none;
  }
  #butsudan .sec-process__list-tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    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;
    gap: 1rem;
    color: #0a1367;
  }
  #butsudan .sec-process__list-btn {
    font-weight: bold;
    background: #081268;
    position: relative;
    z-index: 1;
    border-radius: 1rem;
    overflow: hidden;
    color: white;
    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;
    text-align: center;
    width: 100%;
    height: 44px;
  }
  #butsudan .sec-process__list-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: #030937;
  }
  #butsudan .sec-process__list-flex {
    display: grid;
    gap: 1rem;
  }
  #butsudan .sec-process__tel-pc {
    display: none;
  }
  #butsudan .sec-process__tel-sp {
    width: 300px;
    margin: 0.5rem auto;
    padding: 0 0 2rem 0;
    line-height: 1.5;
  }
  #butsudan .sec-process__tel-sp-btn {
    width: 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;
    padding: 0.7rem 0 1rem 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  #butsudan .sec-process__tel-sp-icon {
    width: 60px;
    margin: 1rem 0 0 0;
  }
  #butsudan .sec-process__tel-sp-number {
    margin: 0.5rem 0 0 0;
  }
  #butsudan .sec-process__tel-sp-txt01 {
    font-weight: bold;
    text-align: center;
  }
  #butsudan .sec-process__tel-sp-txt02 {
    font-size: 2.2rem;
    font-weight: bold;
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  #butsudan .sec-qa {
    background-size: auto auto;
    background-color: #fbfafa;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f0edec 0, #f0edec 6px);
    padding: 5rem 0;
    color: #222;
  }
  #butsudan .sec-qa__ttl {
    margin-bottom: 3.8rem;
  }
  #butsudan .sec-qa__list {
    display: grid;
    gap: 1.5rem;
  }
  #butsudan .sec-qa__list-item {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
  }
  #butsudan .sec-qa__list-item * {
    line-height: 1.5555555556;
  }
  #butsudan .sec-qa__list-q, #butsudan .sec-qa__list-a {
    position: relative;
    padding-left: 2rem;
  }
  #butsudan .sec-qa__list-q::before, #butsudan .sec-qa__list-a::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #butsudan .sec-qa__list-q {
    font-weight: bold;
    color: #081267;
    margin-bottom: 1rem;
  }
  #butsudan .sec-qa__list-q::before {
    content: "Q.";
  }
  #butsudan .sec-qa__list-a::before {
    content: "A.";
  }
  #butsudan .temoto-bt__maps {
    width: 100%;
  }
  #butsudan .temoto-bt__maps iframe {
    width: 100%;
    height: 300px;
  }
  #temoto_kuyou .pg-title {
    background: url(/assets/img/houyou_kuyou/temoto_kuyou/img-mv.webp) no-repeat 100%;
    background-size: cover;
  }
  #temoto_kuyou .temoto-t {
    padding: 3.4rem 0 4.5rem;
    background: #fff;
  }
  #temoto_kuyou .temoto-t__ttl {
    font-size: 2.4rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 1rem;
    text-align: center;
  }
  #temoto_kuyou .temoto-t__des {
    text-align: center;
  }
  #temoto_kuyou .temoto-t__des p {
    display: inline-block;
    text-align: left;
  }
  #temoto_kuyou .temoto-ct {
    padding: 3.9rem 0 4.5rem;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #temoto_kuyou .temoto-ct__ttl {
    margin-bottom: 2rem;
  }
  #temoto_kuyou .temoto-ct__t {
    padding: 2rem 1rem;
    background: #fff;
    border-radius: 10px;
  }
  #temoto_kuyou .temoto-ct__t:not(:last-child) {
    margin-bottom: 3rem;
  }
  #temoto_kuyou .temoto-ct__t-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    color: #081267;
    text-align: center;
    margin-bottom: 1rem;
  }
  #temoto_kuyou .temoto-ct__t-ttl01 {
    font-weight: 700;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  #temoto_kuyou .temoto-ct__t-des {
    max-width: 100%;
    margin: 0 auto 2.5rem;
    text-align: left;
    letter-spacing: 0.01em;
    padding-left: 0;
  }
  #temoto_kuyou .temoto-ct__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  #temoto_kuyou .temoto-ct__list:last-child {
    margin-bottom: 0;
  }
  #temoto_kuyou .temoto-ct__list-item {
    width: calc(50% - 0.5rem);
  }
  #temoto_kuyou .temoto-ct__list-ttl {
    line-height: 1.7777777778;
    height: auto !important;
  }
  #temoto_kuyou .temoto-ct__list-bt {
    text-align: center;
    padding: 0.5rem 0rem 0;
  }
  #temoto_kuyou .temoto-ct__list-number {
    letter-spacing: 0.015em;
  }
  #temoto_kuyou .temoto-bt {
    padding: 5.4rem 0;
  }
  #temoto_kuyou .temoto-bt__ttl01 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #temoto_kuyou .temoto-bt__ttl {
    margin-bottom: 3.1rem;
    padding-top: 2.8rem;
    line-height: 1.5;
  }
  #temoto_kuyou .temoto-bt__box {
    margin-bottom: 2rem;
  }
  #temoto_kuyou .temoto-bt__box-l {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #temoto_kuyou .temoto-bt__box-r {
    width: 100%;
  }
  #temoto_kuyou .temoto-bt__box-r p {
    margin-bottom: 1.5rem;
    line-height: 1.7777777778;
  }
  #temoto_kuyou .temoto-bt__box-r dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #temoto_kuyou .temoto-bt__box-r dl a {
    text-decoration: none;
    color: #222;
  }
  #temoto_kuyou .temoto-bt__maps iframe {
    max-width: 100%;
  }
  #haka .pg-title {
    background: url(/assets/img/houyou_kuyou/haka/img-mv.webp) no-repeat 100%;
    background-size: cover;
  }
  #haka .sec-haka {
    padding-bottom: 5rem;
  }
  #haka .haka-t {
    padding: 5rem 0;
  }
  #haka .haka-t__ttl {
    text-align: center;
    margin-bottom: 2rem;
    color: #081267;
    font-weight: 700;
  }
  #haka .haka-t__des {
    text-align: center;
  }
  #haka .haka-t__des p {
    text-align: left;
    display: inline-block;
  }
  #haka .haka-ct {
    padding: 5rem 0;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #haka .haka-ct__ttl {
    margin-bottom: 2.5rem;
  }
  #haka .haka-ct__ttl01 {
    text-align: center;
    color: #222;
    margin-bottom: 2rem;
    font-weight: 700;
  }
  #haka .haka-ct__des {
    text-align: center;
  }
  #haka .haka-ct__des p {
    text-align: left;
    display: inline-block;
    margin-bottom: 2rem;
  }
  #haka .haka-ct__list {
    margin-bottom: 3rem;
  }
  #haka .haka-ct__list-item {
    width: 100%;
    padding: 1.6rem 1.5rem;
    border-radius: 1rem;
    background: #fff;
    margin-bottom: 2rem;
  }
  #haka .haka-ct__list-item:last-child {
    margin-bottom: 0;
  }
  #haka .haka-ct__list-ct {
    padding: 1.5rem 0 0.8rem;
    text-align: center;
  }
  #haka .haka-ct__list-ttl {
    font-size: 1.8rem;
    line-height: 1.4545454545;
    color: #081267;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  #haka .haka-ct__list01-item {
    padding: 3.5rem 2.5rem 1.5rem;
    border-radius: 1rem;
    background: #fff;
    width: 100%;
    margin-bottom: 2rem;
  }
  #haka .haka-ct__list01-itemttl {
    font-size: 1.8rem;
    line-height: 1.4545454545;
    color: #081267;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #haka .haka-ct__list01-itemdes > p {
    line-height: 1.5555555556;
    margin-bottom: 1.6rem;
  }
  #haka .haka-ct__list01-ctimgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1rem;
  }
  #haka .haka-ct__list01-ctimg {
    width: calc(50% - 0.5rem);
  }
  #haka .haka-ct__list01-ctimgmain {
    margin-bottom: 0.9rem;
  }
  #haka .haka-ct__list01-ctimgdes {
    text-align: center;
  }
  #haka .haka-maps {
    padding: 5rem 0;
  }
  #haka .haka-maps__ttl {
    margin-bottom: 2.5rem;
  }
  #haka .haka-maps__ttl01 {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
  }
  #haka .haka-maps__des {
    max-width: 100%;
    margin: 0 auto;
  }
  #haka .haka-maps__des > p {
    margin-bottom: 2.5rem;
  }
  #haka .haka-maps__flex {
    margin-bottom: 2.5rem;
  }
  #haka .haka-maps__flex-ttl {
    font-size: 2rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 0.9rem;
  }
  #haka .haka-maps__flexl {
    width: 100%;
    margin-bottom: 2rem;
  }
  #haka .haka-maps__flexdes p {
    margin-bottom: 1rem;
  }
  #haka .haka-maps__flexdes p:last-child {
    margin-bottom: 0;
  }
  #haka .haka-maps__flexr {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding-right: 2.5rem;
  }
  #haka .haka-maps__box {
    padding: 2.5rem 1.5rem;
    background: #f1f2ff;
    border-radius: 1rem;
    margin-bottom: 0;
  }
  #haka .haka-maps__box-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 2.5rem;
    text-align: center;
  }
  #haka .haka-maps__box-flow {
    position: relative;
    max-width: 100%;
    margin: 0 auto 3.5rem;
  }
  #haka .haka-maps__box-flow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    border-top: 2rem solid #081267;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #haka .haka-maps__box-flow.flow__list {
    width: 100%;
  }
  #haka .haka-maps__box-flow.flow__list dl {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #999;
  }
  #haka .haka-maps__box-flow.flow__list dl dt {
    margin: 0 0 0.5rem 0;
    color: #081267;
    font-weight: bold;
    text-align: center;
  }
  #haka .haka-maps__box-flow.flow__list dl:last-child {
    margin: 0;
  }
  #haka .haka-maps__box-flow.flow__list dl {
    border-color: #081267;
  }
  #haka .haka-maps__boxbt {
    width: 100%;
    margin: 0 auto;
  }
  #haka .haka-maps__boxbt-ttl {
    font-size: 1.8rem;
    line-height: 1.4545454545;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #haka .haka-maps__boxbt-des {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #haka .haka-maps__boxbt-des01 {
    margin-bottom: 2.5rem;
  }
  #haka .haka-maps__box-list {
    margin-bottom: 1.5rem;
  }
  #haka .haka-maps__box-item {
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    margin-bottom: 2rem;
  }
  #haka .haka-maps__box-item:last-child {
    margin-bottom: 0;
  }
  #haka .haka-maps__box-itemttl {
    font-size: 1.6rem;
    line-height: 1.5555555556;
    font-weight: 700;
    text-align: center;
    padding: 1.2rem 1.5rem;
  }
  #haka .haka-maps__bt-ttl {
    font-size: 1.8rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #haka .haka-maps__bt-item {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
    background: #fff;
    padding: 1.3rem 0 2rem;
    margin-bottom: 2rem;
  }
  #haka .haka-maps__bt-item:last-child {
    margin-bottom: 0;
  }
  #haka .haka-maps__bt-itemttl {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
    padding: 0 1.5rem;
    text-align: center;
  }
  #haka .haka-maps__bt-itemimg {
    margin-bottom: 1.5rem;
  }
  #haka .haka-maps__bt-item p {
    padding: 0 1rem;
    line-height: 1.5555555556;
  }
  #haka .haka-guide {
    text-align: center;
  }
  #haka .haka-guide__ttl {
    font-size: 2.2rem;
    text-align: center;
    color: #081267;
    margin-bottom: 2.5rem;
    font-weight: 700;
  }
  #haka .haka-guide__list {
    max-width: 100%;
    margin: 0 auto;
  }
  #haka .haka-guide__list-item {
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #081267;
    padding: 2.5rem 1.5rem;
    margin-bottom: 2rem;
  }
  #haka .haka-guide__list-item:last-child {
    margin-bottom: 0;
  }
  #haka .haka-guide__list-ttl {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
  #haka .haka-guide__list-ttl small {
    font-size: 1.8rem;
    font-weight: 700;
  }
  #haka .haka-guide__list-des {
    padding: 0.4rem 0 0;
  }
  #haka .haka-guide__list-price {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0;
  }
  #haka .haka-guide__list-price .unit {
    font-size: 1.6rem;
    font-weight: 700;
  }
  #haka .haka-guide__list-ttl01 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.9rem;
  }
  #haka .haka-guide__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
  }
  #haka .haka-guide__list ul li {
    width: calc(50% - 0.5rem);
    margin-bottom: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #haka .haka-guide__list ul li:last-child {
    margin-bottom: 0;
  }
  #haka .haka-guide__list ul li::before {
    content: "・";
  }
  #consul .consul-t {
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
    padding: 5rem 0;
  }
  #consul .consul-list__item {
    font-size: 1.6rem;
    font-weight: 700;
    color: #081267;
    padding: 1.2rem 1.5rem;
    background: #fff;
    border-radius: 1rem;
    width: 100%;
    margin-bottom: 2rem;
  }
  #consul .consul-list__item:last-child {
    margin-bottom: 0;
  }
  #consul .consul-bt {
    position: relative;
    padding: 4.5rem 0 5.9rem;
  }
  #consul .consul-bt::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10rem solid transparent;
    border-right: 10rem solid transparent;
    border-top: 3.1rem solid #081267;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
  #consul .consul-bt__ttl {
    margin-bottom: 2rem;
  }
  #consul .consul-bt__item {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
  }
  #consul .consul-bt__item:last-child {
    margin-bottom: 0;
  }
  #consul .consul-bt__item-t {
    background: #081267;
    padding: 8px 10px 13px;
  }
  #consul .consul-bt__item-ttl {
    color: #fff;
    text-align: center;
  }
  #consul .consul-bt__item-ttl > * {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
  }
  #consul .consul-bt__item-ttl small {
    color: #fde216;
    display: block;
    padding-top: 0;
  }
  #consul .consul-bt__item-txt {
    padding: 2rem 1rem 0rem;
  }
  #consul .consul-bt__item-txt p {
    margin-bottom: 2.1rem;
  }
  #jimuinin .sec-jimuinin {
    color: #222;
  }
  #jimuinin .jimuinin-t {
    padding: 3.1rem 0 3.6rem;
    background: #fff;
    text-align: center;
  }
  #jimuinin .jimuinin-t__des {
    text-align: center;
  }
  #jimuinin .jimuinin-t__des p {
    display: inline-block;
    text-align: left;
  }
  #jimuinin .jimuinin-t__ttl {
    margin-bottom: 1.6rem;
    color: #081267;
  }
  #jimuinin .jimuinin-ct {
    padding: 5rem 0;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #jimuinin .jimuinin-ct__ttl {
    margin-bottom: 2.5rem;
  }
  #jimuinin .jimuinin-ct__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #jimuinin .jimuinin-ct__list-item {
    width: 100%;
    background: #fff;
    padding: 2rem 1rem;
  }
  #jimuinin .jimuinin-ct__list-ttl {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #081267;
    margin-bottom: 1.3rem;
    line-height: 1.5;
  }
  #jimuinin .jimuinin-ct__list-ct {
    gap: 0 0.9rem;
  }
  #jimuinin .jimuinin-ct__list-ctimg {
    width: 10rem;
    min-width: 10rem;
    position: relative;
    bottom: 0;
    float: right;
    margin-left: 0.5rem;
  }
  #jimuinin .jimuinin-ct__list-cttxt {
    line-height: 1.7777777778;
  }
  #jimuinin .jimuinin-ct__list-cttxt br {
    display: none;
  }
  #jimuinin .jimuinin-solves {
    padding: 3.5rem 0 4rem;
    position: relative;
  }
  #jimuinin .jimuinin-solves::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10rem solid transparent;
    border-right: 10rem solid transparent;
    border-top: 3.1rem solid #081267;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
  #jimuinin .jimuinin-solves__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 1rem;
    padding: 1.5rem 1.5rem;
    background: #fffad3;
    margin-bottom: 2rem;
  }
  #jimuinin .jimuinin-solves__list-item {
    font-weight: 700;
    text-align: center;
    width: calc(50% - 0.5rem);
    min-height: 5.5rem;
    background: #fff;
    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;
    padding: 0.5rem 0.5rem;
  }
  #jimuinin .jimuinin-solves__chartmain {
    margin: 0 auto;
    max-width: 118rem;
    text-align: center;
  }
  #jimuinin .jimuinin-solves__chartmain .c-btn__02 {
    margin: 0 auto;
  }
  #jimuinin .jimuinin-solves__chartmain-img {
    margin-bottom: 1rem;
  }
  #jimuinin .jimuinin-solves__ttl {
    margin-bottom: 2rem;
  }
  #jimuinin .jimuinin-procedure {
    padding: 4.4rem 0 2rem;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #jimuinin .jimuinin-procedure .section-title01 {
    margin-bottom: 3rem;
  }
  #jimuinin .jimuinin-procedure__box {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #jimuinin .jimuinin-procedure__box-wrap {
    padding: 1rem 2rem;
    min-width: 3.1rem;
    background: #fff;
    display: inline-block;
  }
  #jimuinin .jimuinin-procedure__box-ttl {
    margin-bottom: 0.3rem;
  }
  #jimuinin .jimuinin-procedure__box-ttl span {
    font-size: 1.6rem;
    font-weight: 700;
  }
  #jimuinin .jimuinin-procedure__box-ttl .number {
    font-size: 2.2rem;
    padding: 0 0px 0 0.5rem;
  }
  #jimuinin .jimuinin-procedure__box-ttl .unit {
    font-weight: 700;
  }
  #jimuinin .jimuinin-procedure__box-txt {
    text-align: center;
  }
  #jimuinin .jimuinin-procedure__box-txtwrap {
    display: inline-block;
    text-align: left;
  }
  #jimuinin .jimuinin-procedure-des {
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.7777777778;
    text-align: left;
  }
  #jimuinin .jimuinin-procedure__steps {
    width: 100%;
    margin: 0 auto 3rem;
  }
  #jimuinin .jimuinin-procedure__steps-ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4444444444;
    color: #fff;
    padding: 0.5rem 1.7rem;
    background: #0a70b9;
    position: relative;
    margin-bottom: 1.8rem;
    position: absolute;
    top: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 3.3rem;
    height: calc(100% - 3.3rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
  }
  #jimuinin .jimuinin-procedure__steps-ttl:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 4rem solid #0a70b9;
    border-right: 4.5rem solid transparent;
    display: inline-block;
    position: absolute;
    bottom: auto;
    left: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    right: 0;
    top: 100%;
  }
  #jimuinin .jimuinin-procedure__steps-wrap {
    display: inline-block;
    padding-left: 45px;
    position: relative;
  }
  #jimuinin .jimuinin-procedure__steps-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 2rem 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #jimuinin .jimuinin-procedure__steps-item {
    width: 100%;
    background: #fff;
    min-width: calc(46vw - 1rem);
    text-align: center;
    padding: 0.5rem;
  }
  #jimuinin .jimuinin-procedure__steps-no {
    font-size: 1.6rem;
    color: #081267;
    text-align: center;
    font-weight: 700;
  }
  #jimuinin .jimuinin-procedure__steps-txt {
    font-weight: 700;
  }
  #jimuinin .jimuinin-procedure__steps--01 .jimuinin-procedure__steps-ttl {
    background: #d72955;
  }
  #jimuinin .jimuinin-procedure__steps--01 .jimuinin-procedure__steps-ttl:after {
    border-bottom-color: #d72955;
  }
  #jimuinin .customer-testimonials {
    padding: 4rem 0 4.3rem;
    background: #fff;
  }
  #jimuinin .customer-testimonials__ct {
    padding: 0;
  }
  #jimuinin .customer-testimonials__ct-ttl {
    font-size: 1.8rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 1rem;
  }
  #jimuinin .customer-testimonials__ct-func {
    text-align: right;
    font-weight: 700;
    position: relative;
    left: 0;
    margin-bottom: 1rem;
  }
  #jimuinin .customer-testimonials__ct-img {
    width: 100%;
    margin: 0 0 1rem;
  }
  #jimuinin .customer-testimonials__ct-txt {
    line-height: 1.7777777778;
  }
  #real-estate .sec-estate {
    padding: 3rem 0 0;
  }
  #real-estate .estate-t {
    padding: 0 1.5rem;
  }
  #real-estate .estate-t__top {
    margin-bottom: 2.2rem;
  }
  #real-estate .estate-t__top-ttl {
    text-align: left;
    letter-spacing: 0;
  }
  #real-estate .estate-t__top-l {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #real-estate .estate-t__top-r {
    width: 100%;
  }
  #real-estate .estate-t__top-txt {
    letter-spacing: 0;
  }
  #real-estate .estate-t__top-img {
    margin-bottom: 1rem;
  }
  #real-estate .estate-t__top-ttl {
    margin-bottom: 1.5rem;
  }
  #real-estate .estate-t__top-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #real-estate .estate-t__ct-box {
    margin-bottom: 5rem;
  }
  #real-estate .estate-t__ct-boxl {
    width: 100%;
    line-height: 1.8888888889;
    margin-bottom: 2.5rem;
  }
  #real-estate .estate-t__ct-boxr {
    width: 100%;
    padding: 1.5rem 2rem;
    background: #eae9ee;
    border-radius: 1rem;
  }
  #real-estate .estate-t__btn {
    max-width: 85rem;
    margin: 0 auto 4rem;
  }
  #real-estate .estate-common {
    padding: 2.1rem 0 2.5rem;
    background: #091167;
    text-align: center;
  }
  #real-estate .estate-common__ttl {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fdea62;
    margin-bottom: 1.7rem;
  }
  #real-estate .estate-common__btn {
    display: block;
  }
  #real-estate .estate-common__btn a {
    margin-bottom: 1.5rem;
  }
  #real-estate .estate-common__btn a:last-child {
    margin-bottom: 0;
  }
  #real-estate .estate-common__btn .btn-pc {
    display: none;
  }
  #real-estate .estate-common__btn .btn-sp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
    background: #fff;
  }
  #real-estate .estate-common__btn .btn-sp .icon-telCalling {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    position: relative;
    margin: 1rem 0 0 0;
    background-image: url("/assets/img/common/icon_tel.webp");
    background-size: 2.5rem;
    color: #0A1367;
  }
  #real-estate .estate-common__btn .btn-sp .icon-telCalling .calling {
    position: absolute;
    top: 1.3rem;
    left: 1.5rem;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  #real-estate .estate-common__btn .btn-sp .icon-telCalling .calling:before, #real-estate .estate-common__btn .btn-sp .icon-telCalling .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  #real-estate .estate-common__btn .btn-sp .icon-telCalling .calling:first-child:before {
    width: 1.3rem;
    height: 1.3rem;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  #real-estate .estate-common__btn .btn-sp .icon-telCalling .calling:first-child:after {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  #real-estate .estate-common__btn .btn-sp .icon-telCalling .calling:last-child:before {
    width: 3.7rem;
    height: 3.7rem;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  #real-estate .estate-common__btn .btn-sp .icon-telCalling .calling:last-child:after {
    content: none;
  }
  #real-estate .estate-common__btn .btn-sp .tel-number {
    padding: 0 0 0 2rem;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #091167;
    font-weight: bold;
  }
  #real-estate .estate-common__btn .btn-sp .tel-number span {
    font-weight: bold;
    font-size: 1.6rem;
  }
  #real-estate .estate-studies {
    min-height: 40rem;
    background: #ffffff;
    padding: 2rem 0.8rem;
    text-align: center;
  }
  #real-estate .estate-studies .section-title01 {
    margin-bottom: 3.6rem;
  }
  #real-estate .estate-maps {
    padding: 3.5rem 0rem;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #real-estate .estate-maps__t {
    margin-bottom: 2rem;
  }
  #real-estate .estate-maps__t-ttl {
    padding: 0.8rem 1rem;
    background: #081267;
    color: #fff;
    font-weight: 700;
  }
  #real-estate .estate-maps__t-l {
    background: #fff;
    width: 100%;
    margin-bottom: 2rem;
  }
  #real-estate .estate-maps__t-l p {
    padding: 0.8rem 1rem;
  }
  #real-estate .estate-maps__t-l p a {
    color: #222;
    text-decoration: underline;
  }
  #real-estate .estate-maps__t-r {
    width: 100%;
  }
  #real-estate .estate-maps__t-map {
    width: 100%;
  }
  #real-estate .estate-maps__t-map iframe {
    width: 100%;
    height: 300px;
    max-width: 100%;
  }
  #real-estate .estate-maps__ttl {
    margin-bottom: 1.8rem;
  }
  #kaiyou_sankotsu .pg-title {
    background: url(/assets/img/houyou_kuyou/kaiyou_sankotsu/img-mv.webp) no-repeat 100%;
    background-size: cover;
  }
  #kaiyou_sankotsu .kaiyou-t {
    padding: 3.5rem 0;
  }
  #kaiyou_sankotsu .kaiyou-t__ttl {
    text-align: center;
    margin-bottom: 1.5rem;
    letter-spacing: 0;
  }
  #kaiyou_sankotsu .kaiyou-t__des {
    text-align: left;
    margin-bottom: 1.5rem;
  }
  #kaiyou_sankotsu .kaiyou-t__box {
    padding: 1rem 1.5rem 1rem;
    background: #e5f4ff;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 1rem;
  }
  #kaiyou_sankotsu .kaiyou-t__box-l {
    text-align: left;
    width: 100%;
    padding-top: 0;
    margin-bottom: 2.5rem;
  }
  #kaiyou_sankotsu .kaiyou-t__box-l p {
    margin-bottom: 1.2rem;
  }
  #kaiyou_sankotsu .kaiyou-t__box-l p:last-child {
    margin-bottom: 0;
  }
  #kaiyou_sankotsu .kaiyou-t__box-r {
    width: 100%;
  }
  #kaiyou_sankotsu .kaiyou-t__box-img {
    width: 299px;
    max-width: 80%;
    margin: 0 auto;
  }
  #kaiyou_sankotsu .kaiyou-t__box-ttl {
    font-size: 1.8rem;
    line-height: 1.4545454545;
    color: #081267;
    font-weight: 700;
    margin-bottom: 1.2rem;
  }
  #kaiyou_sankotsu .kaiyou-t__box ul {
    margin-bottom: 1rem;
  }
  #kaiyou_sankotsu .kaiyou-t__box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #kaiyou_sankotsu .kaiyou-t__box ul li::before {
    content: "・";
  }
  #kaiyou_sankotsu .kaiyou-bt {
    padding: 3.4rem 0;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #kaiyou_sankotsu .kaiyou-bt__des {
    max-width: 100%;
    margin: 0 auto 2.1rem;
  }
  #kaiyou_sankotsu .kaiyou-bt__list {
    max-width: 100%;
    margin: 0 auto 2rem;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-item {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem 1rem 1.5rem;
    margin-bottom: 2.5rem;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-ttl {
    font-size: 2.2rem;
    line-height: 1.2307692308;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #081267;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-des {
    margin-bottom: 1.2rem;
    text-align: left;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-ttl01 {
    font-weight: 700;
    text-align: center;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-ttl01 .number {
    font-weight: 700;
    font-size: 3rem;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-bt ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #kaiyou_sankotsu .kaiyou-bt__list-bt ul li::before {
    content: "・";
  }
  #kaiyou_sankotsu .kaiyou-bt__list-bttxt {
    margin-bottom: 2rem;
    margin-top: 1rem;
    line-height: 1.5555555556;
  }
  #kaiyou_sankotsu .kaiyou-bt__list .hd__btn--lg {
    letter-spacing: 0.09em;
    margin-bottom: 2rem;
  }
  #ihin_seiri {
    color: #222;
  }
  #ihin_seiri .pg-title {
    background: url(/assets/img/houyou_kuyou/ihin_seiri/img-mv.webp) no-repeat 100%;
    background-size: cover;
  }
  #ihin_seiri .c-txt__note {
    line-height: 2;
    text-align: right;
    margin-top: 1.5rem;
    margin-right: 1rem;
  }
  #ihin_seiri .estate-t__note {
    margin-bottom: 0;
  }
  #ihin_seiri .ihin_seiri__t {
    padding: 5rem 0;
  }
  #ihin_seiri .ihin_seiri__t-box {
    margin: 0 auto 2rem;
  }
  #ihin_seiri .ihin_seiri__t-boxttl {
    font-size: 2.2rem;
    line-height: 1.3928571429;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #081267;
  }
  #ihin_seiri .ihin_seiri__t-boxl {
    width: 100%;
    padding-bottom: 2rem;
  }
  #ihin_seiri .ihin_seiri__t-boxr {
    width: 100%;
  }
  #ihin_seiri .ihin_seiri__t-boximg {
    margin-bottom: 1rem;
  }
  #ihin_seiri .ihin_seiri__ct {
    padding: 5rem 0;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #ihin_seiri .ihin_seiri__ct-ttl {
    margin-bottom: 3rem;
  }
  #ihin_seiri .ihin_seiri__ct-list {
    margin-bottom: 2rem;
  }
  #ihin_seiri .ihin_seiri__ct-item {
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
  #ihin_seiri .ihin_seiri__ct-ttl01 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #ihin_seiri .ihin_seiri__ct-txt {
    margin-bottom: 1rem;
    line-height: 1.5555555556;
  }
  #ihin_seiri .ihin_seiri__ct-images {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.4rem;
  }
  #ihin_seiri .ihin_seiri__ct-imageswrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1rem;
  }
  #ihin_seiri .ihin_seiri__ct-image {
    width: calc(50% - 1.25rem);
  }
  #ihin_seiri .ihin_seiri__ct-bt {
    padding: 1.5rem 1.5rem 1.8rem;
    border-radius: 1rem;
    background: #fff;
  }
  #ihin_seiri .ihin_seiri__ct-btl {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2rem;
  }
  #ihin_seiri .ihin_seiri__ct-btr {
    width: 100%;
  }
  #ihin_seiri .ihin_seiri__ct-btttl {
    font-size: 2.2rem;
    line-height: 2;
    text-align: center;
    font-weight: 700;
    color: #081267;
    margin-bottom: 1.5rem;
  }
  #ihin_seiri .ihin_seiri__ct-bt p {
    line-height: 1.5555555556;
  }
  #ihin_seiri .ihin_seiri__infor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1rem;
  }
  #ihin_seiri .ihin_seiri__infor-l, #ihin_seiri .ihin_seiri__infor-r {
    width: calc(50% - 0.5rem);
  }
  #ihin_seiri .ihin_seiri__infor-ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 700;
    margin-bottom: 1.4rem;
    text-align: center;
  }
  #ihin_seiri .ihin_seiri__infor-list {
    padding: 0;
  }
  #ihin_seiri .ihin_seiri__infor-list p {
    margin-bottom: 1.7rem;
    font-weight: 700;
    font-size: 1.2rem;
  }
  #ihin_seiri .ihin_seiri__infor-list p:last-child {
    margin-bottom: 0;
  }
  #ihin_seiri .ihin_seiri__infor-list p ruby {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: left;
  }
  #ihin_seiri .ihin_seiri__infor-list p rt {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
    font-weight: 400;
    text-align: left;
  }
  #ihin_seiri .ihin_seiri__infor-list--modify {
    padding: 0;
  }
  #ihin_seiri .ihin_seiri__infor-list--modify01 {
    padding: 0;
    margin-left: 0;
  }
  #ihin_seiri .ihin_seiri__infor-list--modify01 p {
    white-space: nowrap;
  }
  #ihin_seiri .ihin_seiri__infor-list--modify01 p ruby {
    font-size: 2.3rem;
  }
  #ihin_seiri .ihin_seiri__infor-list--modify01 p rt {
    font-size: 1.2rem;
    font-weight: 700;
  }
  #ihin_seiri .ihin_seiri__infor-list--modify p {
    white-space: nowrap;
  }
  #ihin_seiri .ihin_seiri__infor-list--modify p ruby {
    font-size: 2.3rem;
  }
  #ihin_seiri .ihin_seiri__infor-list--modify p rt {
    font-size: 1.2rem;
    font-weight: 700;
  }
  #ihin_seiri .ihin_seiri__bt {
    padding: 5rem 0;
  }
  #ihin_seiri .ihin_seiri__bt-ttl {
    margin-bottom: 2.5rem;
  }
  #ihin_seiri .ihin_seiri__bt-box {
    margin-bottom: 2rem;
  }
  #ihin_seiri .ihin_seiri__bt-box:last-child {
    margin-bottom: 0;
  }
  #ihin_seiri .ihin_seiri__bt-boxl {
    width: 100%;
    margin-bottom: 2rem;
  }
  #ihin_seiri .ihin_seiri__bt-boxr {
    width: 100%;
    padding-bottom: 0.6rem;
  }
  #ihin_seiri .ihin_seiri__bt-boxr p {
    margin-bottom: 2rem;
    line-height: 1.5555555556;
  }
  #ihin_seiri .ihin_seiri__bt-boxr p:last-child {
    margin-bottom: 0;
  }
  #ihin_seiri .ihin_seiri__bt-box--modify {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #ihin_seiri .ihin_seiri__bt-box--modify .ihin_seiri__bt-boxr {
    padding-bottom: 0;
    margin-bottom: -0.4rem;
  }
  #ihin_seiri .ihin_seiri__bt-box--modify .ihin_seiri__bt-boxr p {
    margin-bottom: 2.7rem;
  }
  #member {
    color: #222222;
  }
  #member .pg-title {
    background: url(/assets/img/member/img-mv.webp) no-repeat 100%;
    background-size: cover;
  }
  #member .member-t {
    padding: 5rem 0;
  }
  #member .member-t__top {
    margin-bottom: 3.3rem;
    padding: 0;
  }
  #member .member-t__top-l {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    color: #ab0f4e;
    width: 100%;
    padding-bottom: 1.9rem;
  }
  #member .member-t__top-l p {
    font-weight: 700;
  }
  #member .member-t__top-l .txt-blue {
    color: #081267;
    font-weight: 700;
  }
  #member .member-t__top-r {
    width: 100%;
  }
  #member .member-t__top-tbl {
    width: 100%;
  }
  #member .member-t__top-tbl th,
  #member .member-t__top-tbl td {
    border: 1px solid #c8c7d0;
    padding: 0.5rem;
  }
  #member .member-t__top-tbl th:first-child,
  #member .member-t__top-tbl td:first-child {
    width: 30.3%;
  }
  #member .member-t__top-tbl th:nth-child(2), #member .member-t__top-tbl th:nth-child(3),
  #member .member-t__top-tbl td:nth-child(2),
  #member .member-t__top-tbl td:nth-child(3) {
    width: 21.21%;
  }
  #member .member-t__top-tbl th:last-child,
  #member .member-t__top-tbl td:last-child {
    width: 27.27%;
  }
  #member .member-t__top-tbl th {
    font-size: 1.2rem;
    font-weight: 700;
    color: #081267;
    text-align: center;
    background: #e8e7ec;
  }
  #member .member-t__top-tbl th:last-child {
    color: #ac1752;
    font-weight: 700;
  }
  #member .member-t__top-tbl th:last-child span {
    color: #fff;
    background: #ac1752;
    padding: 3px 0.5rem 2px;
    line-height: 1;
    display: inline-block;
  }
  #member .member-t__top-tbl td {
    font-size: 1.2rem;
    color: #000;
    text-align: center;
    padding: 0.5rem;
    vertical-align: middle;
  }
  #member .member-t__top-tbl td .td-number {
    font-size: 1.6rem;
  }
  #member .member-t__top-tbl td:first-child {
    text-align: left;
  }
  #member .member-t__top-tbl td:nth-child(2), #member .member-t__top-tbl td:nth-child(3) {
    text-align: right;
  }
  #member .member-t__top-tbl td:last-child {
    color: #ac1752;
    padding: 1rem 1rem;
    text-align: center;
  }
  #member .member-t__top-tbl td:last-child .td-number {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
  }
  #member .member-t .member-ttl {
    margin-bottom: 2.7rem;
  }
  #member .member-t__list {
    max-width: 100%;
    margin: 0 auto;
  }
  #member .member-t__list-item {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  #member .member-t__list-item:last-child {
    margin-bottom: 0;
  }
  #member .member-t__list-itemttl {
    font-size: 1.8rem;
    line-height: 1.4545454545;
    font-weight: 700;
    color: #fff;
    padding: 1rem 0.8rem;
    background: #081267;
  }
  #member .member-t__list-itemct {
    padding: 1.5rem 0 0;
  }
  #member .member-t__list-itemct dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2rem;
  }
  #member .member-t__list-itemct dl:last-child {
    margin-bottom: 0;
    margin-top: -1.5rem;
  }
  #member .member-t__list-itemct dl:first-child {
    margin-top: 1rem;
  }
  #member .member-t__list-itemct dl dd {
    font-size: 1.6rem;
    line-height: 1.1111111111;
    font-weight: 700;
    color: #fff;
    padding: 0.9rem 0.8rem;
    background: #ad1852;
    min-width: 7.1rem;
  }
  #member .member-t__list-itemct dl dt {
    text-align: left;
  }
  #member .member-t__list-itemct dl dt .dt-ttl {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ad1852;
  }
  #member .member-t__list-itemct dl dt .dt-des {
    font-weight: 700;
  }
  #member .member-t__list-itemdes {
    margin-bottom: 1.5rem;
    text-align: left;
    line-height: 1.5555555556;
  }
  #member .member-t__list-itemimg {
    text-align: center;
    width: 36rem;
    margin: 0 auto;
  }
  #member .member-ct {
    padding: 5rem 0;
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #member .member-ct__des {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2727272727;
    text-align: center;
    margin-bottom: 3rem;
  }
  #member .member-ct__list {
    margin: 0 auto 3rem;
  }
  #member .member-ct__list-item {
    border-radius: 1rem;
    width: 100%;
    margin-bottom: 2rem;
  }
  #member .member-ct__list-item01 {
    background: #c6b9e0;
    padding: 1.9rem 2.5rem;
  }
  #member .member-ct__list-item01 .member-ct__list-ttl {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
    color: #081267;
    background: #fff;
    border-radius: 2rem;
    padding: 0.3rem 1rem;
    margin-bottom: 1rem;
  }
  #member .member-ct__list-item01 .member-ct__list-ct {
    text-align: center;
  }
  #member .member-ct__list-item01 ul {
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
  }
  #member .member-ct__list-item01 ul li {
    text-align: right;
    color: #081267;
    font-weight: 700;
  }
  #member .member-ct__list-item02 {
    background: #fff;
    text-align: center;
    padding: 1.6rem 1rem;
  }
  #member .member-ct__list-item02 .member-ct__list-ttl {
    font-size: 2.6rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: -0.2rem;
  }
  #member .member-ct__list-item02 .member-ct__list-img {
    width: 14.6rem;
    margin: 0 auto;
  }
  #member .member-ct__list-item03 {
    background: #fefadc;
    padding: 1.5rem 2rem;
    color: #ad1852;
  }
  #member .member-ct__list-item03 .member-ct__list-ttl {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #member .member-ct__list-item03 .member-ct__list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.7rem;
    padding-left: 1.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #member .member-ct__list-item03 .member-ct__list-wrapl ul li {
    font-size: 2rem;
    font-weight: 700;
  }
  #member .member-ct__list-item03 .member-ct__list-wrapr {
    font-size: 1.8rem;
  }
  #member .member-ct__list-item03 .member-ct__list-wrapr .number {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
  }
  #member .member-ct__list-item03 .member-ct__list-wrapr .unit {
    font-weight: 700;
  }
  #member .member-ct__list-item03 .member-ct__list-wrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    left: -1rem;
  }
  #member .member-ct__list-item03 .member-ct__list-wrap01l {
    font-size: 2rem;
    font-weight: 700;
  }
  #member .member-ct__list-item03 .member-ct__list-wrap01r {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
  }
  #member .member-ct__list01 {
    max-width: 104.2rem;
    margin: 0 auto 4.4rem;
    position: relative;
    left: 0.3rem;
    letter-spacing: 0.01em;
    line-height: 1.5555555556;
  }
  #member .member-ct__list01-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #member .member-ct__list01-item::before {
    content: "・";
  }
  #member .estate-t__note {
    max-width: 97.5rem;
    margin-bottom: 0;
  }
  #member .estate-t__note .estate-t__note-list {
    color: #ab0d4e;
  }
  #member .estate-t__note-item {
    font-weight: 700;
    position: relative;
  }
  #member .estate-t__note-item::before {
    content: "・";
  }
  #company .pg-title {
    background: url(/assets/img/company/img-mv.webp) no-repeat 100%;
    background-size: cover;
  }
  #company .company-t {
    padding: 2rem 0 10rem 0;
    background: url("/assets/img/company/img-01.webp") no-repeat bottom;
    background-size: 800px;
  }
  #company .company-t .common-method__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #company .company-t__ct-wrap {
    padding: 2.5rem 1.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.85);
  }
  #company .company-t__ttl {
    font-size: 2rem;
    font-weight: 700;
    color: #081267;
    margin-bottom: 2rem;
  }
  #company .company-t__txt {
    line-height: 1.8333333333;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  #company .company-t__txt br.pc {
    display: none;
  }
  #company .company-t__note {
    text-align: right;
  }
  #company .company-t__note span {
    font-size: 1.6rem;
  }
  #company .company-ct__ttl {
    margin-bottom: 2.5rem;
  }
  #company .company-ct,
  #company .company-bt {
    padding: 4.3rem 0 5.2rem;
  }
  #company .company-bt {
    background: #f3f3f3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ecebeb 0, #ecebeb 6px);
  }
  #company .company-tb {
    max-width: 100rem;
    margin: 0 auto;
  }
  #company .company-tb dl {
    border: 1px solid #a0a0a0;
  }
  #company .company-tb dl:not(:last-child) {
    border-bottom: none;
  }
  #company .company-tb dl dt,
  #company .company-tb dl dd {
    padding: 0.75rem 2rem;
    line-height: 1.7777777778;
  }
  #company .company-tb dl dt a,
  #company .company-tb dl dd a {
    color: #222;
    text-decoration: none;
  }
  #company .company-tb dl dt {
    background: #d9d9d9;
    width: 100%;
    border-bottom: 1px solid #a0a0a0;
  }
  #company .company-tb dl dd {
    background: #fff;
    width: 100%;
  }
  #company .company-tb dl dd ul li:before {
    content: "・";
  }
  #voice-top .lead {
    width: 92%;
    margin: 3rem auto;
    font-weight: bold;
  }
  #voice-top .box01 {
    background: #F6F6F6;
    padding: 3rem 0;
  }
  #voice-top .box01__inner {
    width: 92%;
    margin: 0 auto;
  }
  #voice-top .box01__title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #081267;
  }
  #voice-top .box01__image {
    width: 100%;
  }
  #voice-top .box01__image img {
    width: 100%;
  }
  #voice-top .box01__name {
    margin: 1rem 0;
    text-align: right;
  }
  #voice-top .box01__txt {
    margin: 1.5rem 0;
  }
  #voice-top .box01 dl {
    margin: 0 0 2rem 0;
  }
  #voice-top .box01 dl dt {
    margin: 0 0 1rem 0;
    font-weight: bold;
    color: #081267;
  }
  #voice-top .box01 dl:last-child {
    margin: 0;
  }
  #voice-top .voice-list {
    padding: 5rem 0;
  }
  #voice-top .voice-list__inner {
    width: 92%;
    margin: 0 auto;
  }
  #voice-top .voice-list__box {
    width: 100%;
    margin: 0 0 3rem 0;
    border: 1px solid #1F347C;
  }
  #voice-top .voice-list__title {
    padding: 1.5rem;
    background: #E8E7EB;
    border-bottom: 1px solid #1F347C;
  }
  #voice-top .voice-list__title h3 {
    font-weight: bold;
  }
  #voice-top .voice-list__txt {
    padding: 1.5rem;
  }
  #topics .topics {
    padding: 3rem 0 5rem 0;
  }
  #topics .topics__inner {
    width: 92%;
    margin: 0 auto;
  }
  #topics .topics__list {
    width: 100%;
  }
  #topics .topics__list dl {
    width: 100%;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
    border-bottom: 1px solid #999;
  }
  #topics .topics__list dl dd {
    margin: 1rem 0 0 0;
  }
  #topics .topics__list dl:nth-child(odd) {
    background: #f5f5f5;
  }
  #topics .topics__category {
    margin: 0 1rem 0 0;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
  }
  #topics .topics__category.--event {
    background: -webkit-gradient(linear, left top, left bottom, from(#0A1367), color-stop(50%, #0A1367), color-stop(50%, #090E40), to(#090E40));
    background: linear-gradient(180deg, #0A1367 0%, #0A1367 50%, #090E40 50%, #090E40 100%);
  }
  #topics .topics__category.--notice {
    background: -webkit-gradient(linear, left top, left bottom, from(#6A6A6A), color-stop(50%, #6A6A6A), color-stop(50%, #2F2F2F), to(#2F2F2F));
    background: linear-gradient(180deg, #6A6A6A 0%, #6A6A6A 50%, #2F2F2F 50%, #2F2F2F 100%);
  }
  #topics .topics__category.--column {
    background: -webkit-gradient(linear, left top, left bottom, from(#0CAE6B), color-stop(50%, #0CAE6B), color-stop(50%, #008F54), to(#008F54));
    background: linear-gradient(180deg, #0CAE6B 0%, #0CAE6B 50%, #008F54 50%, #008F54 100%);
  }
  #topics .entry {
    padding: 3rem 0 5rem 0;
    background: #DADADA;
  }
  #topics .entry__inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.5rem;
    background: #fff;
    border-radius: 10px;
  }
  #topics .entry-box {
    width: 100%;
    margin: 0 auto;
  }
  #topics .entry-box img {
    max-width: 100%;
    margin: 0 auto;
  }
  #topics .entry-box strong {
    font-weight: bold;
  }
  #topics .entry-box h3 {
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
  }
  #topics .entry-box p {
    margin: 0 0 0.5rem 0;
  }
  #pvp .sec01 {
    padding: 3rem 0 5rem 0;
  }
  #pvp .sec01__inner {
    width: 92%;
    margin: 0 auto;
  }
  #pvp .sec01__lead {
    margin: 0 0 3rem 0;
  }
  #pvp .sec01 dl {
    margin: 0 0 2rem 0;
  }
  #pvp .sec01 dl dt {
    margin: 0 0 0.5rem 0;
    font-weight: bold;
    color: #081267;
  }
  #pvp .sec01 dl ol {
    margin: 1rem 0;
  }
  #pvp .sec01 dl ol li {
    margin: 0 0 0 2.5rem;
    list-style-type: decimal;
  }
  #sitemap .list {
    width: 92%;
    margin: 0 auto;
    padding: 3rem 0 5rem 0;
  }
  #sitemap .list dl {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    border-bottom: 1px dotted #333;
  }
  #sitemap .list dl dt {
    margin: 0 0 1rem 0;
    font-weight: bold;
  }
  #sitemap .list dl dd {
    margin: 0.5rem 0 0 0;
  }
  #sitemap .list dl dd ul li {
    margin: 0 0 0.5rem 0;
  }
  #sitemap .list__end li {
    margin: 0 0 0.5rem 0;
  }
}
/* -------------------------------------------------------------------
 フォーム関連
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  #form {
    width: 100%;
    margin: 0 auto;
  }
  #form .form-title {
    margin: 3rem 0;
    padding: 4.5rem 0 0 0;
    background: url("/assets/img/common/title_logo.webp") no-repeat center top;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    color: #081267;
    line-height: 1.3;
  }
  #form .form-top__lead {
    text-align: center;
  }
  #form .form-top__in {
    padding: 5rem 0;
    background: #e9e9e9;
  }
  #form .form-top__in__s-title {
    text-align: center;
  }
  #form .form-top__in__s-title h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
    color: #0A1367;
  }
  #form .form-top__in__s-title__red-txt {
    color: #FF0004;
    font-weight: bold;
    font-size: 2.2rem;
  }
  #form .form-top__in__s-title__txt01 strong {
    color: #FF0004;
    font-weight: bold;
    font-size: 2.2rem;
  }
  #form .form-top__in #timerex_calendar {
    margin: 3rem 0 0 0;
  }
  #form .contact-check__lead {
    text-align: center;
  }
  #form .contact-check__in {
    margin: 5rem 0 0 0;
    padding: 1.5rem 0 5rem 0;
    background: #e9e9e9;
  }
  #form .contact-error__in {
    padding: 5rem 0;
    text-align: center;
  }
  #form .contact-error__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    color: #FF0004;
  }
  #form .contact-error__in ul {
    width: 600px;
    margin: 0 auto;
    text-align: left;
  }
  #form .contact-error__in ul li {
    list-style-type: disc;
    font-weight: bold;
    margin: 0 0 0 2.5rem;
  }
  #form .contact-error__in__txt {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  #form .contact-finish__in {
    margin: 5rem 0 0 0;
    padding: 5rem 0;
    background: #e9e9e9;
  }
  #form .contact-finish__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
  }
  #form .contact-finish__in__txt {
    width: 800px;
    margin: 5rem auto 0 auto;
    text-align: center;
  }
  #form .contact-finish__in__txt p {
    margin: 0 0 2rem 0;
  }
  #form .contact-finish__in__txt p strong {
    font-weight: bold;
    color: #FF0004;
  }
  .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
  }
  .popup-inner {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 30px;
    max-width: 600px;
    top: 10%;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    z-index: 2;
  }
  .popup-inner img {
    width: 80%;
  }
  .close-area {
    display: inline-block;
    cursor: pointer;
    text-align: center;
  }
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    cursor: pointer;
  }
  .form-pvp-box {
    width: 900px;
    margin: 3rem auto 0 auto;
  }
  .form-pvp-box__lead {
    text-align: center;
  }
  .form-pvp-box__in {
    width: 100%;
    height: 200px;
    overflow: auto;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    border: 1px solid #333;
  }
  .form-pvp-box__in__txt01 {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl dt {
    margin: 0 0 0.5rem 0;
    color: #000;
    font-weight: bold;
  }
  .form-pvp-box__in__txt02 dl dd ol {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  .form-pvp-box__in__txt02 dl dd ul {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ul li {
    margin: 0 0 0 2rem;
    list-style-type: circle;
  }
  .form-pvp-box__check {
    width: 350px;
    margin: 3rem auto 0 auto;
    text-align: center;
  }
  .form-pvp-box__check input[type=checkbox] {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .form-pvp-box__check__error__triangle {
    width: 5px;
    margin: 0.5rem auto 0 auto;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-pvp-box__check__error__txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-pvp-box__check__error__txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table {
    width: 900px;
    margin: 3rem auto 0 auto;
    border-top: 1px solid #666;
    border-collapse: collapse;
  }
  .form-table dl {
    width: 100%;
    display: table;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
  }
  .form-table dl dt {
    width: 35%;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem;
    border-right: 1px solid #666;
    background: #EFEFEF;
  }
  .form-table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  .form-table dl dd {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem;
    background: #fff;
  }
  .form-table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.6rem;
  }
  .form-table dl dd .float-check-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-check-radio li {
    margin: 0 1.5rem 0.3rem 0;
  }
  .form-table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  .form-table dl dd input {
    padding: 0.7rem;
  }
  .form-table dl dd input[type=text] {
    font-size: 1.6rem;
  }
  .form-table dl dd input[type=tel] {
    font-size: 1.6rem;
  }
  .form-table dl dd input[type=number] {
    font-size: 1.6rem;
  }
  .form-table dl dd select {
    padding: 1.1rem 0.7rem;
    font-size: 1.6rem;
  }
  .form-table dl dd textarea {
    padding: 0.7rem;
    font-size: 1.6rem;
    font-family: "Noto Sans Japanese";
  }
  .form-table dl dd .form-ss {
    width: 100px;
  }
  .form-table dl dd .form-s {
    width: 200px;
  }
  .form-table dl dd .form-m {
    width: 350px;
  }
  .form-table dl dd .form-l {
    width: 500px;
  }
  .form-table dl dd .form-max {
    width: 100%;
  }
  .form-table dl dd .error {
    max-width: 270px;
  }
  .form-table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-error-box {
    width: 500px;
    margin: 0 auto 3rem auto;
    padding: 1.5rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  .form-error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-tel-box {
    width: 400px;
    margin: 4rem auto 6rem auto;
    padding: 2rem 0 1rem 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
  .form-tel-box .txt01 {
    text-align: center;
    font-weight: bold;
  }
  .form-tel-box .tel-pc {
    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;
  }
  .form-tel-box .tel-pc-icon {
    width: 30px;
    margin: 1.3rem 1.5rem 0 0;
  }
  .form-tel-box .tel-pc-number {
    font-size: 4rem;
    font-weight: bold;
    color: #0A1367;
  }
  .form-tel-box .tel-sp {
    display: none;
  }
  .form-tel-box .time {
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
  }
  .form-tel-box .caution {
    margin: 1.5rem 0 0 0;
    text-align: center;
    color: #EB0003;
  }
  .form-flow-box {
    width: 900px;
    margin: 2rem auto 5rem auto;
  }
  .form-flow-box .txt01 {
    text-align: center;
  }
  .form-flow-box .txt02 {
    text-align: center;
  }
  .form-flow-box .flow {
    width: 450px;
    height: 100px;
    margin: 4rem auto 0 auto;
    position: relative;
    z-index: 9999;
  }
  .form-flow-box .flow-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
  .form-flow-box .flow-in dl {
    width: 130px;
    text-align: center;
  }
  .form-flow-box .flow-in dl dt {
    width: 70px;
    height: 70px;
    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;
    margin: 0 auto;
    font-size: 4.2rem;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
  }
  .form-flow-box .flow-in dl dd {
    margin: 1rem 0 0 0;
    color: #828282;
  }
  .form-flow-box .flow-in .active dt {
    background: #0A1367;
    color: #fff;
  }
  .form-flow-box .flow-in .active dd {
    color: #0A1367;
    font-weight: bold;
  }
  .form-flow-box .flow .line {
    width: 300px;
    height: 12px;
    position: absolute;
    top: 30px;
    left: 80px;
    z-index: -1;
    background: #fff;
  }
  .form-submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  .form-submit input {
    width: 280px;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    background: #666;
    color: #fff;
    border: none;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
  }
  .form-submit form.inline {
    display: inline;
  }
  .form-page-back {
    margin: 7rem 0 0 0;
    text-align: center;
  }
  .form-page-back a {
    text-align: center;
    color: #000;
  }
}
@media screen and (max-width: 599px) {
  #form {
    width: 100%;
    margin: 0 auto;
  }
  #form .form-title {
    margin: 2.5rem 0 1.5rem 0;
    padding: 3rem 0 0 0;
    background: url("/assets/img/common/title_logo.webp") no-repeat center top;
    background-size: 25px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #081267;
    line-height: 1.3;
  }
  #form .form-top__lead {
    text-align: center;
  }
  #form .form-top__in {
    margin: 3rem 0 0 0;
    padding: 3rem 0;
    background: #e9e9e9;
  }
  #form .form-top__in__s-title {
    text-align: center;
  }
  #form .form-top__in__s-title h3 {
    margin: 0 0 1rem 0;
    font-weight: bold;
    font-size: 2rem;
    color: #0A1367;
    text-align: center;
  }
  #form .form-top__in__s-title__red-txt {
    color: #FF0004;
    font-weight: bold;
  }
  #form .form-top__in__s-title__txt01 strong {
    color: #FF0004;
    font-weight: bold;
    font-size: 1.8rem;
  }
  #form .form-top__in #timerex_calendar {
    margin: 3rem 0 0 0;
  }
  #form .contact-check__lead {
    width: 90%;
    margin: 0 auto;
  }
  #form .contact-check__in {
    margin: 3rem 0 0 0;
    padding: 1.5rem 0 3rem 0;
    background: #e9e9e9;
  }
  #form .contact-error__in {
    padding: 3rem 0;
    text-align: center;
  }
  #form .contact-error__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #FF0004;
  }
  #form .contact-error__in ul {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  #form .contact-error__in ul li {
    list-style-type: disc;
    font-weight: bold;
    margin: 0 0 0 2.5rem;
  }
  #form .contact-error__in__txt {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  #form .contact-finish__in {
    margin: 3rem 0 0 0;
    padding: 3rem 0;
    background: #e9e9e9;
  }
  #form .contact-finish__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }
  #form .contact-finish__in__txt {
    width: 90%;
    margin: 3rem auto 0 auto;
  }
  #form .contact-finish__in__txt p {
    margin: 0 0 1rem 0;
  }
  #form .contact-finish__in__txt p strong {
    font-weight: bold;
    color: #FF0004;
  }
  .form-pvp-box {
    width: 96%;
    margin: 3rem auto 0 auto;
  }
  .form-pvp-box__lead {
    text-align: center;
  }
  .form-pvp-box__in {
    width: 100%;
    height: 200px;
    overflow: auto;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    border: 1px solid #333;
  }
  .form-pvp-box__in__txt01 {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl dt {
    margin: 0 0 0.5rem 0;
    color: #000;
    font-weight: bold;
  }
  .form-pvp-box__in__txt02 dl dd ol {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  .form-pvp-box__in__txt02 dl dd ul {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ul li {
    margin: 0 0 0 2rem;
    list-style-type: circle;
  }
  .form-pvp-box__check {
    width: 80%;
    margin: 3rem auto 0 auto;
    text-align: center;
  }
  .form-pvp-box__check input[type=checkbox] {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .form-pvp-box__check__error__triangle {
    width: 5px;
    margin: 0.5rem auto 0 auto;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-pvp-box__check__error__txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.2rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-pvp-box__check__error__txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.2rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table {
    width: 96%;
    margin: 3rem auto 0 auto;
    border-top: 1px solid #999;
    border-collapse: collapse;
  }
  .form-table dl {
    width: 100%;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
  }
  .form-table dl dt {
    padding: 1rem;
    background: #EFEFEF;
  }
  .form-table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  .form-table dl dd {
    padding: 1rem;
    border-top: 1px solid #999;
    background: #fff;
  }
  .form-table dl dd ul li {
    margin: 0 0 0.5rem 0;
  }
  .form-table dl dd ul li:last-child {
    margin: 0;
  }
  .form-table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.6rem;
  }
  .form-table dl dd .float-check-radio li {
    margin: 0 0 0.5rem 0;
  }
  .form-table dl dd .float-check-radio li:last-child {
    margin: 0;
  }
  .form-table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  .form-table dl dd input {
    padding: 1rem;
  }
  .form-table dl dd input[type=text] {
    font-size: 1.4rem;
  }
  .form-table dl dd input[type=tel] {
    font-size: 1.4rem;
  }
  .form-table dl dd input[type=number] {
    font-size: 1.4rem;
  }
  .form-table dl dd select {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .form-table dl dd textarea {
    padding: 1rem;
    font-size: 1.4rem;
    font-family: "Noto Sans Japanese";
  }
  .form-table dl dd .form-ss {
    width: 100%;
  }
  .form-table dl dd .form-s {
    width: 100%;
  }
  .form-table dl dd .form-m {
    width: 100%;
  }
  .form-table dl dd .form-l {
    width: 100%;
  }
  .form-table dl dd .form-max {
    width: 100%;
  }
  .form-table dl dd .error {
    max-width: 270px;
  }
  .form-table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-error-box {
    width: 90%;
    margin: 0 auto 3rem auto;
    padding: 1rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  .form-error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-tel-box {
    width: 90%;
    min-width: 320px;
    margin: 2rem auto;
    padding: 2rem 0 0 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .form-tel-box .txt01 {
    text-align: center;
    font-weight: bold;
  }
  .form-tel-box .tel-pc {
    display: none;
  }
  .form-tel-box .tel-sp {
    width: 300px;
    margin: 0.5rem auto;
    padding: 0 0 2rem 0;
    line-height: 1.5;
  }
  .form-tel-box .tel-sp-btn {
    width: 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;
    padding: 0.7rem 0 1rem 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  .form-tel-box .tel-sp-icon {
    width: 60px;
    margin: 1rem 0 0 0;
  }
  .form-tel-box .tel-sp-number {
    margin: 0.5rem 0 0 0;
  }
  .form-tel-box .tel-sp-txt01 {
    font-weight: bold;
    text-align: center;
  }
  .form-tel-box .tel-sp-txt02 {
    font-size: 2.2rem;
    font-weight: bold;
  }
  @-webkit-keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  .form-tel-box .time {
    font-weight: bold;
    text-align: center;
  }
  .form-tel-box .caution {
    margin: 1.5rem 0 0 0;
    text-align: center;
    color: #EB0003;
  }
  .form-flow-box {
    width: 96%;
    margin: 2rem auto;
  }
  .form-flow-box .txt01 {
    text-align: center;
  }
  .form-flow-box .txt02 {
    text-align: center;
  }
  .form-flow-box .flow {
    width: 270px;
    height: 100px;
    margin: 2rem auto 0 auto;
    position: relative;
    z-index: 7777;
  }
  .form-flow-box .flow-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
  .form-flow-box .flow-in dl {
    width: 90px;
    text-align: center;
  }
  .form-flow-box .flow-in dl dt {
    width: 60px;
    height: 60px;
    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;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
  }
  .form-flow-box .flow-in dl dd {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    color: #828282;
  }
  .form-flow-box .flow-in .active dt {
    background: #0A1367;
    color: #fff;
  }
  .form-flow-box .flow-in .active dd {
    color: #0A1367;
    font-weight: bold;
  }
  .form-flow-box .flow .line {
    width: 200px;
    height: 10px;
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: -1;
    background: #fff;
  }
  .form-submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  .form-submit input {
    width: 160px;
    padding: 1.5rem 0;
    font-size: 1.4rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    background: #666;
    color: #fff;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
  }
  .form-submit form.inline {
    display: inline;
  }
  .form-page-back {
    margin: 7rem 0 0 0;
    text-align: center;
  }
  .form-page-back a {
    text-align: center;
    color: #000;
  }
}
/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  .scroll-top {
    width: 80px;
    position: fixed;
    right: 80px;
    bottom: 100px;
    z-index: 9999;
    line-height: 1.2;
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }
  .scroll-top a {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #081267;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border: 3px solid #fff;
  }
  .scroll-top a:hover {
    opacity: 0.7;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .scroll-top.is-hide {
    pointer-events: none;
  }
  .bn-area {
    padding: 2.5rem 0;
    background: #F5F5F5;
  }
  .bn-area__inner {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  .bn-area__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .bn-area__inner ul li {
    width: 250px;
  }
  .bn-area__inner ul li img {
    width: 100%;
    border: 1px solid #999;
  }
  .bn-area__inner ul li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .ft {
    width: 100%;
    min-width: 100%;
    padding: 3rem 0 10rem 0;
    line-height: 1.8;
    background: #081267;
  }
  .ft__inner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .ft__inner nav {
    width: 900px;
    font-size: 1.4rem;
    color: #fff;
  }
  .ft__inner a {
    color: #fff;
    font-weight: bold;
  }
  .ft-profile {
    width: 220px;
    color: #fff;
  }
  .ft-profile__logo {
    text-align: center;
    width: 100px;
    margin: 0 auto;
  }
  .ft-profile__logo img {
    width: 100%;
  }
  .ft-profile__title {
    margin: 1.5rem 0 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .ft-profile__add {
    margin: 1rem 0 0 0;
    font-size: 1.4rem;
    font-style: normal;
    text-align: center;
    font-weight: bold;
  }
  .ft-profile__list {
    margin: 1rem 0 0 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .ft-profile__list li {
    font-weight: bold;
  }
  .ft-profile__link {
    margin: 1.5rem 0 0 1rem;
    font-size: 1.4rem;
    text-align: center;
  }
  .ft-profile__link li {
    font-weight: bold;
  }
  .ft__list01 {
    margin: 0 0 2rem 0;
  }
  .ft__list01 dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.5rem 0;
  }
  .ft__list01 dl dt {
    width: 220px;
    font-weight: bold;
  }
  .ft__list01 dl dd {
    width: 680px;
  }
  .ft__list01 dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft__list01 dl dd ul li {
    margin: 0 2rem 0 0;
    font-weight: bold;
  }
  .ft__list01 p {
    font-weight: bold;
  }
  .ft__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2.5rem 0 0 0;
  }
  .ft__list02 li {
    margin: 0 2rem 0 0;
    font-weight: bold;
  }
  .ft .copyright {
    margin: 4rem 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .ft .copyright span {
    font-weight: bold;
  }
  #ft-tel {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
  }
  #ft-tel .ft-tel__inner {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #F7F4D3;
  }
  #ft-tel .ft-tel__inner .pc {
    width: 1200px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  #ft-tel .ft-tel__inner .pc__colum-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 5rem 0 0;
  }
  #ft-tel .ft-tel__inner .pc__colum-left__colum-left {
    margin: 0 2rem 0 0;
    font-weight: bold;
    line-height: 1.3;
  }
  #ft-tel .ft-tel__inner .pc__colum-left__colum-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #ft-tel .ft-tel__inner .pc__colum-left__colum-right .tel-icon {
    width: 45px;
  }
  #ft-tel .ft-tel__inner .pc__colum-left__colum-right .tel-number {
    font-weight: bold;
    font-size: 4rem;
    color: #0A1367;
  }
  #ft-tel .ft-tel__inner .pc__colum-right {
    width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #ft-tel .ft-tel__inner .pc__colum-right li {
    width: 170px;
    background: #fff;
    border-radius: 10px;
  }
  #ft-tel .ft-tel__inner .pc__colum-right__btn {
    width: 100%;
    height: 50px;
    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;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #333;
    border-radius: 10px;
  }
  #ft-tel .ft-tel__inner .pc__colum-right__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #ft-tel .ft-tel__inner .pc__colum-right__btn.--hasten {
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
  }
  #ft-tel .ft-tel__inner .pc__colum-right__btn.--siryou {
    background: -webkit-gradient(linear, left top, left bottom, from(#0D4B8C), color-stop(50%, #0D4B8C), color-stop(50%, #053464), to(#053464));
    background: linear-gradient(180deg, #0D4B8C 0%, #0D4B8C 50%, #053464 50%, #053464 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #021D3A;
            box-shadow: 0px 4px 0px 0 #021D3A;
    border-radius: 11px;
  }
  #ft-tel.ft-tel-hide {
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  .ft-form {
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
    background: #0A1367;
  }
  .ft-form .copyright {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .ft-form .copyright span {
    font-weight: bold;
  }
}
@media screen and (max-width: 599px) {
  .scroll-top {
    width: 100%;
    line-height: 1.2;
    opacity: 1;
  }
  .scroll-top a {
    width: 100%;
    display: block;
    padding: 1.5rem 0;
    background: #030838;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }
  .scroll-top a br {
    display: none;
  }
  .bn-area {
    padding: 2rem 0 1rem 0;
    background: #F5F5F5;
  }
  .bn-area__inner {
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }
  .bn-area ul {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bn-area ul li {
    width: 48%;
    margin: 0 0 1rem 0;
  }
  .bn-area ul li img {
    width: 100%;
    border: 1px solid #999;
  }
  .ft-tel {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #F7F4D3;
    z-index: 7777;
  }
  .ft-tel__inner {
    width: 92%;
    margin: 0 auto;
  }
  .ft-tel__inner .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 0;
  }
  .ft-tel__inner .sp li {
    width: 48.5%;
  }
  .ft-tel__inner .sp li a {
    width: 100%;
    height: 55px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.3rem 0 0 0;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #000;
  }
  .ft-tel__inner .sp li .btn01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
    color: #fff;
  }
  .ft-tel__inner .sp li .btn01--lead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.3rem auto 0 auto;
  }
  .ft-tel__inner .sp li .btn01--lead .tel-icon {
    width: 20px;
  }
  .ft-tel__inner .sp li .btn01--lead .tel-number {
    margin: 0 0 0 1rem;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .ft-tel__inner .sp li .btn01--txt {
    width: 100%;
    margin: 0.5rem 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #FEE101;
  }
  .ft-tel__inner .sp li .btn02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#0D4B8C), color-stop(50%, #0D4B8C), color-stop(50%, #053464), to(#053464));
    background: linear-gradient(180deg, #0D4B8C 0%, #0D4B8C 50%, #053464 50%, #053464 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #021D3A;
            box-shadow: 0px 4px 0px 0 #021D3A;
    border-radius: 11px;
    color: #fff;
  }
  .ft-tel__inner .sp li .btn02--lead {
    font-weight: bold;
    font-size: 1.8rem;
  }
  .ft-tel__inner .sp li .btn02--txt {
    width: 100%;
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #FEE101;
  }
  #ft-tel {
    opacity: 0;
  }
  #ft-tel.ft-tel-hide {
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  .ft {
    width: 100%;
    min-width: 100%;
    padding: 2rem 0 9rem 0;
    line-height: 1.7;
    background: #081267;
  }
  .ft__inner {
    width: 92%;
    margin: 0 auto;
  }
  .ft__inner nav {
    font-size: 1.4rem;
    color: #fff;
  }
  .ft__inner a {
    color: #fff;
    font-weight: bold;
  }
  .ft-profile {
    width: 100%;
    margin: 0 auto 1.5rem auto;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px dotted #fff;
    color: #fff;
  }
  .ft-profile__logo {
    text-align: center;
    width: 60px;
    margin: 0 auto;
  }
  .ft-profile__logo img {
    width: 100%;
  }
  .ft-profile__title {
    margin: 1rem 0 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  .ft-profile__add {
    font-size: 1.2rem;
    font-style: normal;
    text-align: center;
    font-weight: bold;
  }
  .ft-profile__add br {
    display: none;
  }
  .ft-profile__list {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .ft-profile__list li {
    font-weight: bold;
  }
  .ft-profile__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem auto 0 auto;
    font-size: 1.2rem;
  }
  .ft-profile__link li {
    padding: 0 0 0 1.3rem;
    font-weight: bold;
    background: url("/assets/img/common/nav_arrow.webp") no-repeat 0 6px;
    background-size: 8px;
  }
  .ft__list01 {
    font-size: 1.2rem;
  }
  .ft__list01 dl {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0 0 1rem 0;
    border-bottom: 1px dotted #fff;
  }
  .ft__list01 dl dt {
    font-weight: bold;
  }
  .ft__list01 dl dd {
    margin: 0.5rem 0 0 0;
  }
  .ft__list01 dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ft__list01 dl dd ul li {
    width: 48%;
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 1.3rem;
    font-weight: bold;
    background: url("/assets/img/common/nav_arrow.webp") no-repeat 0 6px;
    background-size: 8px;
  }
  .ft__list02 {
    font-size: 1.2rem;
    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;
    margin: 1.5rem 0 0 0;
  }
  .ft__list02 li {
    width: 48%;
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 1.3rem;
    font-weight: bold;
    background: url("/assets/img/common/nav_arrow.webp") no-repeat 0 6px;
    background-size: 8px;
  }
  .ft .copyright {
    margin: 4rem 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .ft .copyright span {
    font-weight: bold;
  }
  .ft-form {
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
    background: #0A1367;
  }
  .ft-form .copyright {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .ft-form .copyright span {
    font-weight: bold;
  }
}
/* -------------------------------------------------------------------
 ユーティリティー
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-sp00 {
    margin-top: 0 !important;
  }
  .pt-sp00 {
    padding-top: 0 !important;
  }
  .mt-sp05 {
    margin-top: 0.5rem !important;
  }
  .pt-sp05 {
    padding-top: 0.5rem !important;
  }
  .mt-sp10 {
    margin-top: 1rem !important;
  }
  .pt-sp10 {
    padding-top: 1rem !important;
  }
  .mt-sp15 {
    margin-top: 1.5rem !important;
  }
  .pt-sp15 {
    padding-top: 1.5rem !important;
  }
  .mt-sp20 {
    margin-top: 2rem !important;
  }
  .pt-sp20 {
    padding-top: 2rem !important;
  }
  .mt-sp25 {
    margin-top: 2.5rem !important;
  }
  .pt-sp25 {
    padding-top: 2.5rem !important;
  }
  .mt-sp30 {
    margin-top: 3rem !important;
  }
  .pt-sp30 {
    padding-top: 3rem !important;
  }
  .mt-sp35 {
    margin-top: 3.5rem !important;
  }
  .pt-sp35 {
    padding-top: 3.5rem !important;
  }
  .mt-sp40 {
    margin-top: 4rem !important;
  }
  .pt-sp40 {
    padding-top: 4rem !important;
  }
  .mt-sp45 {
    margin-top: 4.5rem !important;
  }
  .pt-sp45 {
    padding-top: 4.5rem !important;
  }
  .mt-sp50 {
    margin-top: 5rem !important;
  }
  .pt-sp50 {
    padding-top: 5rem !important;
  }
  .mt-sp55 {
    margin-top: 5.5rem !important;
  }
  .pt-sp55 {
    padding-top: 5.5rem !important;
  }
  .mt-sp60 {
    margin-top: 6rem !important;
  }
  .pt-sp60 {
    padding-top: 6rem !important;
  }
  .mt-sp65 {
    margin-top: 6.5rem !important;
  }
  .pt-sp65 {
    padding-top: 6.5rem !important;
  }
  .mt-sp70 {
    margin-top: 7rem !important;
  }
  .pt-sp70 {
    padding-top: 7rem !important;
  }
  .mt-sp75 {
    margin-top: 7.5rem !important;
  }
  .pt-sp75 {
    padding-top: 7.5rem !important;
  }
  .mt-sp80 {
    margin-top: 8rem !important;
  }
  .pt-sp80 {
    padding-top: 8rem !important;
  }
  .mt-sp85 {
    margin-top: 8.5rem !important;
  }
  .pt-sp85 {
    padding-top: 8.5rem !important;
  }
  .mt-sp90 {
    margin-top: 9rem !important;
  }
  .pt-sp90 {
    padding-top: 9rem !important;
  }
  .mt-sp95 {
    margin-top: 9.5rem !important;
  }
  .pt-sp95 {
    padding-top: 9.5rem !important;
  }
  .mt-sp100 {
    margin-top: 10rem !important;
  }
  .pt-sp100 {
    padding-top: 10rem !important;
  }
  .mr-sp00 {
    margin-right: 0 !important;
  }
  .pr-sp00 {
    padding-right: 0 !important;
  }
  .mr-sp05 {
    margin-right: 0.5rem !important;
  }
  .pr-sp05 {
    padding-right: 0.5rem !important;
  }
  .mr-sp10 {
    margin-right: 1rem !important;
  }
  .pr-sp10 {
    padding-right: 1rem !important;
  }
  .mr-sp15 {
    margin-right: 1.5rem !important;
  }
  .pr-sp15 {
    padding-right: 1.5rem !important;
  }
  .mr-sp20 {
    margin-right: 2rem !important;
  }
  .pr-sp20 {
    padding-right: 2rem !important;
  }
  .mr-sp25 {
    margin-right: 2.5rem !important;
  }
  .pr-sp25 {
    padding-right: 2.5rem !important;
  }
  .mr-sp30 {
    margin-right: 3rem !important;
  }
  .pr-sp30 {
    padding-right: 3rem !important;
  }
  .mr-sp35 {
    margin-right: 3.5rem !important;
  }
  .pr-sp35 {
    padding-right: 3.5rem !important;
  }
  .mr-sp40 {
    margin-right: 4rem !important;
  }
  .pr-sp40 {
    padding-right: 4rem !important;
  }
  .mr-sp45 {
    margin-right: 4.5rem !important;
  }
  .pr-sp45 {
    padding-right: 4.5rem !important;
  }
  .mr-sp50 {
    margin-right: 5rem !important;
  }
  .pr-sp50 {
    padding-right: 5rem !important;
  }
  .mr-sp55 {
    margin-right: 5.5rem !important;
  }
  .pr-sp55 {
    padding-right: 5.5rem !important;
  }
  .mr-sp60 {
    margin-right: 6rem !important;
  }
  .pr-sp60 {
    padding-right: 6rem !important;
  }
  .mr-sp65 {
    margin-right: 6.5rem !important;
  }
  .pr-sp65 {
    padding-right: 6.5rem !important;
  }
  .mr-sp70 {
    margin-right: 7rem !important;
  }
  .pr-sp70 {
    padding-right: 7rem !important;
  }
  .mr-sp75 {
    margin-right: 7.5rem !important;
  }
  .pr-sp75 {
    padding-right: 7.5rem !important;
  }
  .mr-sp80 {
    margin-right: 8rem !important;
  }
  .pr-sp80 {
    padding-right: 8rem !important;
  }
  .mr-sp85 {
    margin-right: 8.5rem !important;
  }
  .pr-sp85 {
    padding-right: 8.5rem !important;
  }
  .mr-sp90 {
    margin-right: 9rem !important;
  }
  .pr-sp90 {
    padding-right: 9rem !important;
  }
  .mr-sp95 {
    margin-right: 9.5rem !important;
  }
  .pr-sp95 {
    padding-right: 9.5rem !important;
  }
  .mr-sp100 {
    margin-right: 10rem !important;
  }
  .pr-sp100 {
    padding-right: 10rem !important;
  }
  .mb-sp00 {
    margin-bottom: 0 !important;
  }
  .pb-sp00 {
    padding-bottom: 0 !important;
  }
  .mb-sp05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-sp05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-sp10 {
    margin-bottom: 1rem !important;
  }
  .pb-sp10 {
    padding-bottom: 1rem !important;
  }
  .mb-sp15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-sp15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-sp20 {
    margin-bottom: 2rem !important;
  }
  .pb-sp20 {
    padding-bottom: 2rem !important;
  }
  .mb-sp25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-sp25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-sp30 {
    margin-bottom: 3rem !important;
  }
  .pb-sp30 {
    padding-bottom: 3rem !important;
  }
  .mb-sp35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-sp35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-sp40 {
    margin-bottom: 4rem !important;
  }
  .pb-sp40 {
    padding-bottom: 4rem !important;
  }
  .mb-sp45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-sp45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-sp50 {
    margin-bottom: 5rem !important;
  }
  .pb-sp50 {
    padding-bottom: 5rem !important;
  }
  .mb-sp55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-sp55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-sp60 {
    margin-bottom: 6rem !important;
  }
  .pb-sp60 {
    padding-bottom: 6rem !important;
  }
  .mb-sp65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-sp65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-sp70 {
    margin-bottom: 7rem !important;
  }
  .pb-sp70 {
    padding-bottom: 7rem !important;
  }
  .mb-sp75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-sp75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-sp80 {
    margin-bottom: 8rem !important;
  }
  .pb-sp80 {
    padding-bottom: 8rem !important;
  }
  .mb-sp85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-sp85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-sp90 {
    margin-bottom: 9rem !important;
  }
  .pb-sp90 {
    padding-bottom: 9rem !important;
  }
  .mb-sp95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-sp95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-sp100 {
    margin-bottom: 10rem !important;
  }
  .pb-sp100 {
    padding-bottom: 10rem !important;
  }
  .ml-sp00 {
    margin-left: 0 !important;
  }
  .pl-sp00 {
    padding-left: 0 !important;
  }
  .ml-sp05 {
    margin-left: 0.5rem !important;
  }
  .pl-sp05 {
    padding-left: 0.5rem !important;
  }
  .ml-sp10 {
    margin-left: 1rem !important;
  }
  .pl-sp10 {
    padding-left: 1rem !important;
  }
  .ml-sp15 {
    margin-left: 1.5rem !important;
  }
  .pl-sp15 {
    padding-left: 1.5rem !important;
  }
  .ml-sp20 {
    margin-left: 2rem !important;
  }
  .pl-sp20 {
    padding-left: 2rem !important;
  }
  .ml-sp25 {
    margin-left: 2.5rem !important;
  }
  .pl-sp25 {
    padding-left: 2.5rem !important;
  }
  .ml-sp30 {
    margin-left: 3rem !important;
  }
  .pl-sp30 {
    padding-left: 3rem !important;
  }
  .ml-sp35 {
    margin-left: 3.5rem !important;
  }
  .pl-sp35 {
    padding-left: 3.5rem !important;
  }
  .ml-sp40 {
    margin-left: 4rem !important;
  }
  .pl-sp40 {
    padding-left: 4rem !important;
  }
  .ml-sp45 {
    margin-left: 4.5rem !important;
  }
  .pl-sp45 {
    padding-left: 4.5rem !important;
  }
  .ml-sp50 {
    margin-left: 5rem !important;
  }
  .pl-sp50 {
    padding-left: 5rem !important;
  }
  .ml-sp55 {
    margin-left: 5.5rem !important;
  }
  .pl-sp55 {
    padding-left: 5.5rem !important;
  }
  .ml-sp60 {
    margin-left: 6rem !important;
  }
  .pl-sp60 {
    padding-left: 6rem !important;
  }
  .ml-sp65 {
    margin-left: 6.5rem !important;
  }
  .pl-sp65 {
    padding-left: 6.5rem !important;
  }
  .ml-sp70 {
    margin-left: 7rem !important;
  }
  .pl-sp70 {
    padding-left: 7rem !important;
  }
  .ml-sp75 {
    margin-left: 7.5rem !important;
  }
  .pl-sp75 {
    padding-left: 7.5rem !important;
  }
  .ml-sp80 {
    margin-left: 8rem !important;
  }
  .pl-sp80 {
    padding-left: 8rem !important;
  }
  .ml-sp85 {
    margin-left: 8.5rem !important;
  }
  .pl-sp85 {
    padding-left: 8.5rem !important;
  }
  .ml-sp90 {
    margin-left: 9rem !important;
  }
  .pl-sp90 {
    padding-left: 9rem !important;
  }
  .ml-sp95 {
    margin-left: 9.5rem !important;
  }
  .pl-sp95 {
    padding-left: 9.5rem !important;
  }
  .ml-sp100 {
    margin-left: 10rem !important;
  }
  .pl-sp100 {
    padding-left: 10rem !important;
  }
}
/* ---------- venobox --------- */
.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.vbox-title {
  width: 100%;
  float: left;
  line-height: 28px;
  font-size: 9pt;
  padding: 6px 40px;
  display: none;
  left: 0;
}

.vbox-close, .vbox-title {
  height: 40px;
  text-align: center;
  overflow: hidden;
  position: fixed;
  z-index: 3;
}

.vbox-close {
  cursor: pointer;
  top: -1px;
  right: 0;
  width: 50px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  font-size: 24px;
  line-height: 1;
}

.vbox-num {
  left: 0;
  height: 40px;
  display: block;
  line-height: 28px;
  font-size: 9pt;
  padding: 6px 10px;
  display: none;
}

.vbox-next, .vbox-num, .vbox-prev {
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  z-index: 3;
}

.vbox-next, .vbox-prev {
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 45px;
  height: 45px;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #b6b6b6;
  border-right-color: #b6b6b6;
  text-indent: -75pt;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

.venoframe {
  max-width: 100%;
  width: 100%;
  border: 0;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .vbox-inline, .venoframe {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 40pc;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .vbox-inline, .venoframe {
    max-width: 75pc;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 60pc;
    height: 540px;
  }
}
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-figlio {
  -webkit-box-shadow: 0 0 9pt rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 9pt rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-animated {
  webkit-transition: margin 0.3s ease-out;
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}/*# sourceMappingURL=style.css.map */