/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
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, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

sup {
  font-size: 60%;
  vertical-align: text-top;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-navy {
  background-color: #142f5f;
}

.txt-green {
  color: #22696f;
}

.txt-red {
  color: #860000;
}

.cv-area-fv {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .cv-area-fv {
    padding: 7.4666666667vw 0 8.5333333333vw;
  }
}

.cv-area {
  background-color: #142f5f;
  padding: 48px 0 36px;
}
@media screen and (max-width: 767px) {
  .cv-area {
    padding: 5.3333333333vw 0 4.2666666667vw;
  }
}

.cv-top-txt {
  height: 42px;
  text-align: center;
  font-size: 0;
  display: block;
  margin: 0 auto 18px;
}
@media screen and (max-width: 767px) {
  .cv-top-txt {
    height: 8.4vw;
    margin: 0 auto 3.2vw;
  }
}
.cv-top-txt img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .cv-top-txt.cv-top-txt-sp2 {
    height: 14.2666666667vw;
  }
}

.cv-btn {
  width: 400px;
  margin: 0 auto;
  font-size: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .cv-btn {
    width: 89.3333333333vw;
  }
}

.common-txt {
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .common-txt {
    font-size: 3.7333333333vw;
  }
}
.common-txt .em {
  color: #860000;
  font-weight: bold;
}

.notes {
  font-size: 10px;
  color: #666666;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 2.6666666667vw;
  }
}

.notes-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  gap: 0.4em;
}

.common-sub-head-wrap {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
}

.common-sub-head {
  font-size: 24px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .common-sub-head {
    font-size: 5.3333333333vw;
  }
}

.common-ttl {
  color: #153267;
  font-size: 28px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  line-height: 1;
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .common-ttl {
    font-size: 6.4vw;
    padding-bottom: 6.4vw;
    line-height: 1.3;
  }
}
.common-ttl .big {
  font-size: 48px;
  color: #860000;
}
@media screen and (max-width: 767px) {
  .common-ttl .big {
    font-size: 10.6666666667vw;
  }
}
.common-ttl .small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .common-ttl .small {
    font-size: 4.2666666667vw;
  }
}

.common-sub-head-second {
  color: #153267;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .common-sub-head-second {
    font-size: 3.2vw;
  }
}

.caution-box {
  width: 800px;
  margin: 0 auto;
  border: #860000 1px solid;
  background: #fff;
  padding: 24px 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .caution-box {
    padding: 3.2vw;
    width: 78.6666666667vw;
  }
}

.caution-box-small {
  width: 730px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .caution-box-small {
    width: 68vw;
    margin: 5.3333333333vw auto 0;
  }
}

.caution-box-ttl-wrap {
  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;
  color: #860000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .caution-box-ttl-wrap {
    font-size: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
  }
}

.caution-icon {
  font-size: 0;
  width: 27px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .caution-icon {
    width: 5.3333333333vw;
    margin-right: 2.4vw;
  }
}

.caution-box-txt {
  font-size: 12px;
  color: #860000;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .caution-box-txt {
    font-size: 2.6666666667vw;
  }
}

.caution-box-txt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.2em;
}

.step-link {
  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;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 16px;
}
.step-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .step-link {
    margin-top: 3.2vw;
  }
}

.step-link-txt {
  font-size: 16px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  padding-right: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .step-link-txt {
    font-size: 3.2vw;
    padding-right: 2.1333333333vw;
  }
}

.step-link-arrow {
  width: 40px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .step-link-arrow {
    width: 10.6666666667vw;
  }
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1150px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

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

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header {
    height: 10.6666666667vw;
  }
}

.logo {
  width: 118px;
  font-size: 0;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 19.4666666667vw;
    margin-left: 2.6666666667vw;
  }
}

.mv {
  background: url(../img/mv_pc.webp) center top/1920px auto no-repeat;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv_sp.webp) center top/100% auto no-repeat;
    height: 122.1333333333vw;
  }
}
.mv h1 {
  font-size: 0;
}

.risk-info-wrap {
  width: 800px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  .risk-info-wrap {
    width: 89.3333333333vw;
    margin: 0 auto 32px;
  }
}

.risk-info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  height: 48px;
  padding: 0 32px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: -webkit-gradient(linear, left top, right top, from(#5893b0), to(#244672));
  background: linear-gradient(to right, #5893b0 0%, #244672 100%);
}
@media screen and (max-width: 767px) {
  .risk-info-btn {
    height: 16vw;
    padding: 0 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.risk-info-btn p {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .risk-info-btn p {
    text-align: center;
  }
}
.risk-info-btn:hover {
  opacity: 0.8;
}

.fa-solid {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.is-open .fa-solid {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.risk-info-cont {
  background: #f4f5fa;
  padding: 32px 32px 16px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  display: none;
}
@media screen and (max-width: 767px) {
  .risk-info-cont {
    font-size: 3.2vw;
    padding: 5.3333333333vw 5.3333333333vw 2.6666666667vw;
  }
}
.risk-info-cont p {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .risk-info-cont p {
    padding-bottom: 2.6666666667vw;
  }
}

.point {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point {
    padding: calc(80/750 * 100vw) 0;
  }
}

.new-icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
}
@media screen and (max-width: 767px) {
  .new-icon {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}

.point-ttl-wrap {
  text-align: center;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .point-ttl-wrap {
    padding-bottom: 5.3333333333vw;
  }
}

.point-sub-ttl {
  font-size: 28px;
  color: #153267;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .point-sub-ttl {
    font-size: 6.4vw;
  }
}
.point-sub-ttl .small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .point-sub-ttl .small {
    font-size: 4.2666666667vw;
  }
}

.point-ttl {
  font-size: 28px;
  color: #153267;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .point-ttl {
    font-size: 4.2666666667vw;
  }
}
.point-ttl .big {
  font-size: 48px;
  color: #860000;
}
@media screen and (max-width: 767px) {
  .point-ttl .big {
    font-size: 10.6666666667vw;
  }
}
.point-common-txt{
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .point-common-txt {
    text-align: left;
    padding: 0 5.3333333333vw;
  }
}

.point-common-txt-notes {
  text-align: center;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .point-common-txt-notes {
    text-align: left;
    padding: 1em 5.3333333333vw 0;
  }
}

.point-list {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .point-list {
    margin-top:calc(32/750 * 100vw);
  }
}

.point-list-item {
  width: 1000px;
  margin: 0 auto 80px;
  border-top: #153267 4px solid;
  border-right: #153267 1px solid;
  border-left: #153267 1px solid;
  border-bottom: #153267 1px solid;
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  .point-list-item {
    margin: 0 auto 10.6666666667vw;
    width: 89.3333333333vw;
    padding: 6.6666666667vw 5.3333333333vw 19vw;
    border-top: #153267 1.0666666667vw solid;
    border-right: #153267 0.2666666667vw solid;
    border-left: #153267 0.2666666667vw solid;
    border-bottom: #153267 0.2666666667vw solid;
  }
}

@media screen and (min-width: 768px) {
  .point01 {
    background:url(../img/point01_img.webp) top 43px right 49px/167px auto no-repeat;
  }
}

.point-list-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .point-list-ttl-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
            margin-bottom: calc(24/750 * 100vw);
  }
}

.point-icon {
  width: 58px;
  font-size: 0;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .point-icon {
    width: 15.3333333333vw;
    margin-right: 5.3333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.point-list-ttl {
  font-size: 32px;
  font-family: "Shippori Mincho B1", serif;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.28;
  letter-spacing: -0.06em;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .point-list-ttl {
   font-size: calc(43/750 * 100vw);
    width: auto;
    margin: 0 auto;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
}

.point-list-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .point-list-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.point-list-img {
  width: 141px;
}
@media screen and (max-width: 767px) {
  .point-list-img {
    margin: 0 auto calc(24/750 * 100vw);
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .point-list-txt {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
.point-list-txt .notes {
  padding-top: 1em;
}

.payment-list {
  width: 800px;
  margin: 40px auto 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .payment-list {
    width: 78.6666666667vw;
    margin: 5.3333333333vw auto;
  }
}

.payment-list-item {
  width: 388px;
  height: 48px;
  background: #244672;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .payment-list-item {
    width: 36.6666666667vw;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.payment-list-head {
  width: 120px;
  margin: 8px 0;
  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;
  color: #fff;
  border-right: 1px solid #506b8e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .payment-list-head {
    width: 32.2666666667vw;
    padding: 0.8em 0;
    margin: 0 auto;
    font-size: 3.7333333333vw;
    border-right: none;
    border-bottom: 1px solid #506b8e;
  }
}

.payment-list-cont {
  width: 268px;
  margin: 8px 0;
  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;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .payment-list-cont {
    width: 32.2666666667vw;
    padding: 0.8em 0;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;
    font-size: 3.7333333333vw;
  }
}

.planner-top-arrow {
  width: 100%;
  height: 344px;
  width: 100%;
  margin-bottom: 54px;
  background: url(../img/satisfaction_arrow_pc.webp) center top/1920px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .planner-top-arrow {
    height: 50.9333333333vw;
    margin-bottom: 8vw;
    background: url(../img/satisfaction_arrow_sp.webp) center top/100% auto no-repeat;
  }
}

.planner-top-ttl {
  font-size: 40px;
  color: #860000;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.3;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .planner-top-ttl {
    font-size: 8.5333333333vw;
    padding-bottom: 5.3333333333vw;
    letter-spacing: -0.04em;
  }
}

.planner-top-img {
  width: 656px;
  margin: 0 auto 60px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .planner-top-img {
    width: 89.3333333333vw;
    margin: 0 auto 13.3333333333vw;
  }
}
.planner-top-img .notes {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .planner-top-img .notes {
    padding-top: 3.2vw;
  }
}

.planner-list {
  width: 1000px;
  margin: 8px auto 80px;
}
@media screen and (max-width: 767px) {
  .planner-list {
    width: 89.3333333333vw;
    margin: 4.2666666667vw auto 16vw;
  }
}

.planner-list-item {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .planner-list-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.planner-list-item:last-child {
  margin-bottom: 0;
}

.planner-list-head {
  position: relative;
  background: linear-gradient(45deg, #153267 0 84%, transparent 84%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 150px;
  padding-left: 20px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .planner-list-head {
    background: linear-gradient(225deg, #153267 0 79%, transparent 79%);
    width: 5.3333333333vw;
    height: 21.3333333333vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1;
    padding-top: 2.1333333333vw;
    padding-right: 1.0666666667vw;
  }
}

.planner-list-inner {
  border: #153267 1px solid;
  padding: 48px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .planner-list-inner {
    width: 84vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
}

.planner-list-txt-box {
  width: 570px;
}
@media screen and (max-width: 767px) {
  .planner-list-txt-box {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.planner-list-txt-box .notes {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .planner-list-txt-box .notes {
    padding-top: 3.2vw;
  }
}

.planner-list-img-box {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .planner-list-img-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 5.3333333333vw;
  }
}

.planner-list-ttl {
  font-size: 30px;
  padding-bottom: 16px;
  line-height: 1.25;
  font-weight: bold;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .planner-list-ttl {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    font-size: 6.4vw;
    padding-bottom: 4.2666666667vw;
  }
}

.planner-list-txt {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .planner-list-txt {
    font-size: 3.7333333333vw;
  }
}

.toul {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .toul {
    padding: 16vw 0;
  }
}

.slide-dots {
  position: absolute;
  bottom: -8vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 14.6666666667vw;
  gap: 8px;
}
.slide-dots li button {
  font-size: 0;
  border: none;
  background: none;
  position: relative;
}
.slide-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 10px;
  color: #244672;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slide-dots .slick-active button::before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-next:before {
    width: 5.466667vw;
  }
}

.slick-prev{
  left: calc(50% - 400px);
  right: auto;
  top: 250px;
}

@media screen and (max-width: 767px) {
  .slick-prev:before {
    width: 5.466667vw;
  }
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.toul-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .toul-list {
    width: 89.3333333333vw;
  }
}

.toul-list-item {
  padding: 32px 24px;
  background: url(../img/marble.webp) center top/cover no-repeat;
  width: 312px;
}
@media screen and (max-width: 767px) {
  .toul-list-item {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.toul-list-item .notes {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .toul-list-item .notes {
    padding-top: 3.2vw;
  }
}

.toul-list-ttl {
  border-bottom: #cccccc 1px solid;
  padding-bottom: 16px;
  margin-bottom: 32px;
  width: 264px;
  font-size: 20px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .toul-list-ttl {
    font-size: 5.3333333333vw;
    width: 78.6666666667vw;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}

.toul-list-img {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .toul-list-img {
    margin-bottom: 3.2vw;
  }
}

.toul-list-head {
  color: #153267;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .toul-list-head {
    font-size: 5.3333333333vw;
    padding-bottom: 3.2vw;
  }
}
.toul-list-head .small {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .toul-list-head .small {
    font-size: 4.2666666667vw;
  }
}

.structure {
  padding: 80px 0;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .structure {
    padding: 16vw 0;
    background: url(../img/white.webp) left top/2px 48vw repeat-x, #fafafa;
  }
}

.structure-ttl {
  line-height: 1.3;
}

.structure-box-ttl {
  width: 1000px;
  height: 48px;
  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: 0 auto;
  background: #153267;
  line-height: 1;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .structure-box-ttl {
    font-size: 3.7333333333vw;
    height: 8.5333333333vw;
    width: 89.3333333333vw;
  }
}

.structure-box {
  width: 1000px;
  background: #fff;
  padding: 32px 0 1px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .structure-box {
    padding: 4.2666666667vw 0;
    width: 89.3333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
}

.structure-box-head-wrap {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .structure-box-head-wrap {
    padding-bottom: 4.2666666667vw;
  }
}

.structure-box-head {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .structure-box-head {
    font-size: 4.2666666667vw;
  }
}

.structure-box-sub-head {
  font-size: 14px;
  color: #153267;
  font-weight: 900;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .structure-box-sub-head {
    font-size: 3.7333333333vw;
  }
}

.structure-box-in-box-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .structure-box-in-box-wrap {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .structure-box-in-box-wrap .caution-box-txt {
    font-size: 12px;
  }
}

.structure-box-in-box-ttl {
  width: 920px;
  margin: 0 auto;
  height: 40px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  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;
}
@media screen and (max-width: 767px) {
  .structure-box-in-box-ttl {
    padding: 4.2666666667vw 3.2vw;
    height: 10.6666666667vw;
    width: 78.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .structure-box-in-box-ttl .fa-solid {
    display: none;
  }
}
.structure-box-in-box-ttl .small {
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .structure-box-in-box-ttl .small {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .structure-box-in-box-ttl p {
    margin: 0 auto;
    padding-left: 0.8em;
  }
}

.structure-box-in-box-ttl-b {
  background: -webkit-gradient(linear, left top, right top, from(#5893b0), to(#244672));
  background: linear-gradient(to right, #5893b0 0%, #244672 100%);
}

.structure-box-in-box-ttl-g {
  background: -webkit-gradient(linear, left top, right top, from(#57b6be), to(#22696f));
  background: linear-gradient(to right, #57b6be 0%, #22696f 100%);
}

.structure-box-in-box {
  width: 920px;
  margin: 0 auto;
  background: #eeeeee;
  padding: 30px 0 40px;
}
@media screen and (max-width: 767px) {
  .structure-box-in-box {
    display: none;
    padding: 4.2666666667vw 0 5.3333333333vw;
    margin: 0 auto;
    width: 78.6666666667vw;
  }
}
.structure-box-in-box .notes {
  padding: 0 5.3333333333vw;
}
@media screen and (max-width: 767px) {
  .structure-box-in-box .notes {
    text-align: left !important;
  }
}

.structure-box-in-box-img {
  width: 840px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .structure-box-in-box-img {
    width: 69.3333333333vw;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1082px;
  height: 575px;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  padding: 20px;
  border: 4px solid #fff;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .modal__content {
height: auto;
  }
}
@media screen and (max-width: 767px) {
  .modal__content {
    width: 94.6666666667vw;
    height: auto;
    padding: 2.6666666667vw;
  }
}

.modal__content--inner {
  position: relative;
}
.modal__content--inner .modal__btn {
  position: absolute;
  bottom: -2em;
  right: 0;
  z-index: 2;
  font-size: 28px;
  color: #fff;
  line-height: 1;
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}
@media screen and (max-width: 767px) {
  .modal__content--inner .modal__btn {
    -webkit-transform: translate(70%, -50%);
            transform: translate(70%, -50%);
  }
}

.expansion {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .expansion {
    width: 6.4vw;
  }
}

.structure-box-in-box-txt {
  padding-bottom: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .structure-box-in-box-txt {
    line-height: 1.5;
    text-align: left;
    font-size: 3.2vw;
    padding: 0 5.3333333333vw 3.2vw;
  }
}

.m-20 {
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .m-20 {
    margin-top: 0;
  }
}

.table-area {
  display: block;
  width: 730px;
  margin: 0 auto;
  position: relative;
}
.table-area .u-align-right {
  font-size: 12px;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .table-area {
    margin-top: 30px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .table-area {
    margin-top: 4vw;
    font-size: 3.2vw;
    width: 68vw;
  }
}
.table-area table.gr {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .table-area table.gr.tbl-01 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .table-area table.gr.tbl-01 {
    margin-bottom: 4vw;
  }
}
.table-area table.gr.tbl-01 tr.ttl td {
  background-color: #3e975d;
}

.table-area table.gr.tbl-01 tr.head td {
  background-color: #9cd2af;
}

.table-area table.gr.tbl-01 tr.head-num {
  color: #3e975d;
}

.table-area table.gr.tbl-01 tr.head-num td {
  background-color: #9cd2af;
}

.table-area table.gr.tbl-01 tr td {
  background-color: #d1eedb;
  border: solid 1px #3e975d;
}

.table-area table.gr.tbl-01 tr td.lft {
  background-color: #afe0c0;
}

@media (min-width: 768px) {
  .table-area table.gr.tbl-02 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .table-area table.gr.tbl-02 {
    margin-bottom: 4vw;
  }
}
.table-area table.gr.tbl-02 tr.ttl td {
  background-color: #407ea9;
}

.table-area table.gr.tbl-02 tr.head td {
  background-color: #b2c8d9;
}

.table-area table.gr.tbl-02 tr.head-num {
  color: #407ea9;
}

.table-area table.gr.tbl-02 tr.head-num td {
  background-color: #b2c8d9;
}

.table-area table.gr.tbl-02 tr td {
  background-color: #edf3f8;
  border: solid 1px #718fa5;
}

.table-area table.gr.tbl-02 tr td.lft {
  background-color: #dee8ef;
}

.table-area table.gr.tbl-03 tr.ttl td {
  background-color: #981e31;
}

.table-area table.gr.tbl-03 tr.head td {
  background-color: #eeaec0;
}

.table-area table.gr.tbl-03 tr.head-num {
  color: #981e31;
}

.table-area table.gr.tbl-03 tr.head-num td {
  background-color: #eeaec0;
}

.table-area table.gr.tbl-03 tr td {
  background-color: #fae6ec;
  border: solid 1px #981e31;
}

@media (min-width: 768px) {
  .table-area table.gr.tbl-03 tr td {
    width: 6%;
  }
}
@media (max-width: 767px) {
  .table-area table.gr.tbl-03 tr td {
    width: 12%;
  }
}
.table-area table.gr.tbl-03 tr td.lft {
  background-color: #f9d8e1;
}

@media (min-width: 768px) {
  .table-area table.gr.tbl-03 tr td.lft {
    width: 12%;
  }
}
@media (max-width: 767px) {
  .table-area table.gr.tbl-03 tr td.lft {
    width: 20%;
  }
}
.table-area table.gr tr {
  width: 100%;
}

.table-area table.gr tr.ttl {
  color: #ffffff;
  font-weight: 600;
}

.table-area table.gr tr.ttl td {
  text-align: center;
}

@media (max-width: 767px) {
  .table-area table.gr tr.ttl td {
    padding: 1.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
}
.table-area table.gr tr.head {
  line-height: 1.2;
}

.table-area table.gr tr.head td {
  text-align: center;
}

@media (min-width: 768px) {
  .table-area table.gr tr.head td {
    padding: 3px 0;
  }
}
@media (max-width: 767px) {
  .table-area table.gr tr.head td {
    padding: 0.8vw 0;
  }
}
.table-area table.gr tr.head-num td {
  text-align: center;
}

@media (min-width: 768px) {
  .table-area table.gr tr.head-num td {
    padding: 3px 0;
  }
}
@media (max-width: 767px) {
  .table-area table.gr tr.head-num td {
    padding: 0.8vw 0;
  }
}
.table-area table.gr tr td {
  vertical-align: middle;
  text-align: right;
}

@media (min-width: 768px) {
  .table-area table.gr tr td {
    width: 8%;
    padding: 3px 20px 3px 0;
  }
}
@media (max-width: 767px) {
  .table-area table.gr tr td {
    width: 12.5%;
    padding: 0.8vw 2.6666666667vw 0.8vw 0;
  }
}
@media (min-width: 768px) {
  .table-area table.gr tr td.lft {
    width: 8%;
    padding: 3px 20px 3px 0;
  }
}
@media (max-width: 767px) {
  .table-area table.gr tr td.lft {
    width: 15%;
    padding: 0.8vw 3.7333333333vw 0.8vw 0;
  }
}
.top{
  padding-bottom: 17px;
  line-height: 1.7;
}

.bottom {
  line-height: 1.7;
  width: 100%;
  border-top: solid 1px;
  padding-top: 17px;
}
@media (max-width: 767px) {
  .bottom {
    display: block;
  }
}
@media (min-width: 768px) {
  .bottom picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 46px;
  }
}
@media (max-width: 767px) {
  .bottom picture {
    width: 8.2666666667vw;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .bottom div {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 620px;
  }
}
.bottom span {
  color: #ce6c2d;
  font-weight: 600;
  text-align: justify;
}

@media (min-width: 768px) {
  .bottom span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .bottom span {
    font-size: 3.4666666667vw;
  }
}
.bottom ol {
  color: #ce6c2d;
  text-align: justify;
}

@media (min-width: 768px) {
  .bottom ol {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .bottom ol {
    font-size: 2.9333333333vw;
  }
}
.bottom ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.system-content-parent {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .system-content-parent {
    width: 89.3333333333vw;
  }
}

.system-content-child {
  background: #fff;
  width: 800px;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .system-content-child {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding: 5.3333333333vw;
    display: none;
  }
}

.system-lineup {
  margin: auto;
}

@media (min-width: 768px) {
  .system-lineup {
    padding: 0 80px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .system-lineup {
    padding: 0 2.6666666667vw;
  }
}
.system-lineup-ttl {
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 0.6em;
}

@media (min-width: 768px) {
  .system-lineup-ttl {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .system-lineup-ttl {
    font-size: 4.2666666667vw;
  }
}
.system-lineup-txt {
  display: block;
  text-align: justify;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .system-lineup-txt {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .system-lineup-txt {
    margin-top: 0;
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .system-lineup .table-area {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .system-lineup .table-area {
    overflow: auto;
    white-space: nowrap;
    width: 78.6666666667vw;
    margin-bottom: 8px;
  }
}
.system-lineup table.tbl-04 {
  display: block;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .system-lineup table.tbl-04 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 {
    overflow-x: scroll;
    margin-top: 4vw;
    width: 100%;
    border-collapse: collapse;
  }
}
.system-lineup table.tbl-04 tbody {
  display: table;
  -webkit-text-size-adjust: 100%;
}

.system-lineup table.tbl-04 tr {
  width: 100%;
}

.system-lineup table.tbl-04 tr.head {
  font-weight: 600;
  line-height: 1.2;
}

.system-lineup table.tbl-04 tr.head td {
  background-color: #dee8ef;
  text-align: center;
}

@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr.head td {
    width: 130px;
    padding: 3px 0;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr.head td {
    width: 54.9333333333vw;
    padding: 0.8vw 0;
  }
}
@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr.head td.t01 {
    width: 110px;
    min-width: 110px;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr.head td.t01 {
    width: 24vw;
    min-width: 24vw;
  }
}
@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr.head td.t02 {
    width: 296px;
    min-width: 296px;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr.head td.t02 {
    width: 54.9333333333vw;
    min-width: 54.9333333333vw;
  }
}
@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr.head td.t03 {
    width: 180px;
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr.head td.t03 {
    width: 48.8vw;
    min-width: 48.8vw;
  }
}
@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr.head td.t04 {
    width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr.head td.t04 {
    width: 32vw;
    min-width: 32vw;
  }
}
.system-lineup table.tbl-04 tr.head td span.blue {
  font-weight: 400;
  color: #005a98;
}

.system-lineup table.tbl-04 tr.head td span.red {
  color: #db1045;
}

.system-lineup table.tbl-04 tr.head td span.min {
  font-weight: 400;
  line-height: 1.1;
  font-size: 0.6em;
}

.system-lineup table.tbl-04 tr td {
  background-color: #ffffff;
  border: solid 1px #407ea9;
  vertical-align: middle;
  text-align: left;
  word-break: break-all;
}

@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr td {
    padding: 10px 5px;
    font-size: 12px;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr td {
    padding: 2.6666666667vw;
    font-size: 3.0666666667vw !important;
  }
}
.system-lineup table.tbl-04 tr td.odd {
  background-color: #d4eaf9;
  font-weight: 600;
  text-align: center;
}

.system-lineup table.tbl-04 tr td.even {
  background-color: #f0f9ff;
  font-weight: 600;
  text-align: center;
}

.system-lineup table.tbl-04 tr td span.tag {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}

@media (min-width: 768px) {
  .system-lineup table.tbl-04 tr td span.tag {
    margin-top: 10px;
    border-radius: 35px;
    padding: 3px 10px;
  }
}
@media (max-width: 767px) {
  .system-lineup table.tbl-04 tr td span.tag {
    width: 17.8666666667vw;
    margin-top: 1.3333333333vw;
    border-radius: 35px;
    padding: 0.8vw;
  }
}
.system-lineup table.tbl-04 tr td span.tag[data-num="01"] {
  background-color: #e02f4a;
}

.system-lineup table.tbl-04 tr td span.tag[data-num="02"] {
  background-color: #2f9be0;
}

.system-lineup table.tbl-04 tr td span.tag[data-num="03"] {
  background-color: #6fac72;
}

.system-lineup table.tbl-04 tr td span.tag[data-num="04"] {
  background-color: #ac8f75;
}

.system-lineup table.tbl-04 tr td span.blue {
  font-weight: 400;
  color: #005a98;
}

.voice {
  padding: 80px 0;
}

.voice-list {
  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;
  width: 1000px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .voice-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .voice-list {
    width: 89.3333333333vw;
    margin: 8.5333333333vw auto 0;
  }
}

.voice-list-item {
  padding: 32px 24px;
  background: url(../img/marble.webp) center top/cover no-repeat;
  width: 484px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .voice-list-item {
    width: 89.3333333333vw;
    margin: 0 auto 0vw;
  }
}

.voice-list-item-ttl {
  color: #153267;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .voice-list-item-ttl {
    height: 76px;
    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;
  }
}
@media screen and (max-width: 767px) {
  .voice-list-item-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 3.2vw;
  }
}

.voice-list-item-txt {
  position: relative;
  width: 436px;
  margin: 0 auto 16px;
  font-size: 16px;
  line-height: 2;
  height: 230px;
}
@media screen and (max-width: 767px) {
  .voice-list-item-txt {
    width: 78.6666666667vw;
    height: 58.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
}

.voice-list-item-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 123px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .voice-list-item-img {
    height: 26.8vw;
  }
}
.voice-list-item-img img {
  width: auto;
  height: 100%;
}

.voice-list-bottom-sub-ttl {
  position: relative;
  background: linear-gradient(45deg, #fff 0 84%, transparent 84%);
  color: #153267;
  font-size: 12px;
  font-weight: bold;
  width: 200px;
  padding-left: 20px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .voice-list-bottom-sub-ttl {
    padding: 1.0666666667vw 0;
    width: 39.3333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1;
    padding-left: 2.6666666667vw;
  }
}

.voice-list-bottom-ttl {
  background: #153267;
  width: 436px;
  margin: 0 auto;
  font-size: 18px;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  padding: 0.2em;
}
@media screen and (max-width: 767px) {
  .voice-list-bottom-ttl {
    width: 78.6666666667vw;
    font-size: 4vw;
  }
}

.step {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .step {
    padding: 16vw 0;
  }
}

.consultation-head {
  width: 238px;
  margin: 24px auto 24px;
}
@media screen and (max-width: 767px) {
  .consultation-head {
    width: 50.5333333333vw;
    margin: 3.2vw auto;
  }
}

.consultation-list {
  width: 1000px;
  margin: 54px auto 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .consultation-list {
    width: 89.3333333333vw;
    margin: 8vw auto 13.3333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.consultation-list-item {
  width: 238px;
}
@media screen and (max-width: 767px) {
  .consultation-list-item {
    width: 43.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

.step-list {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-list {
    width: 89.3333333333vw;
  }
}
.step-list::before {
  content: "";
  width: 2px;
  height: 1260px;
  background: #153267;
  display: block;
  left: 40px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .step-list::before {
    width: 0.5333333333vw;
    height: 412vw;
    left: 7.7333333333vw;
  }
}

.step-list-item {
  width: 800px;
  position: relative;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .step-list-item {
    width: 89.3333333333vw;
  }
}

.step-list-item-inner {
  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;
  width: 680px;
  margin-left: auto;
  border-bottom: #cccccc 1px solid;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .step-list-item-inner {
    width: 68vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 8vw;
  }
}

.step-list-item-txt-box {
  width: 340px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .step-list-item-txt-box {
    width: 68vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.step-list-item-ttl {
  font-size: 20px;
  color: #153267;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .step-list-item-ttl {
    font-size: 5.3333333333vw;
  }
}

.step-list-item-txt-img {
  width: 322px;
}
@media screen and (max-width: 767px) {
  .step-list-item-txt-img {
    width: 68vw;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 3.2vw;
  }
}

.step-list-item-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.tel-ttl {
  width: 100%;
  margin: 24px auto 0;
  height: 40px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  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;
}
@media screen and (max-width: 767px) {
  .tel-ttl {
    padding: 4.2666666667vw 3.2vw;
    height: 10.6666666667vw;
    width: 68vw;
    font-size: 3.7333333333vw;
    margin: 3.2vw auto 2.1333333333vw;
  }
}

.structure-box-in-box-ttl-b {
  background: -webkit-gradient(linear, left top, right top, from(#5893b0), to(#244672));
  background: linear-gradient(to right, #5893b0 0%, #244672 100%);
}

@media screen and (min-width: 768px) {
  .tel-wrap {
    width: 680px;
  }
}
@media screen and (max-width: 767px) {
  .tel-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.tel-txt {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .tel-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .tel-txt .notes {
    text-align: center;
  }
}

.step-list-item-icon {
  width: 80px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .step-list-item-icon {
    width: 16vw;
  }
}

.tel-txt-num {
  font-size: 40px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .tel-txt-num {
    font-size: 8vw;
    padding-right: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.04em;
    padding-bottom: 3.2vw;
  }
}
.tel-txt-num .fa-solid {
  padding: 3px 8px 0 0;
}

.step-flow-img {
  width: 680px;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .step-flow-img {
    width: 68vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 7.2vw 0;
  }
}
.step-flow-img img {
  width: 100%;
}

.step-bottom-info {
  width: 100%;
  border: #860000 1px solid;
  color: #860000;
  padding: 16px 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .step-bottom-info {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 4.2666666667vw 5.3333333333vw;
  }
}

.qa {
  padding: 80px 0;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 16vw 0;
  }
}

.qa-list {
  border-top: #cccccc 1px solid;
  width: 800px;
  margin: 60px auto 0;
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .qa-list {
    width: 89.3333333333vw;
    margin: 8vw auto 0;
    padding-top: 3.7333333333vw;
  }
}

.qa-list-item {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: #cccccc 1px solid;
}
@media screen and (max-width: 767px) {
  .qa-list-item {
    width: 89.3333333333vw;
    padding-bottom: 3.7333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.qa-list-item:last-child {
  margin-bottom: 0;
}

.qa-list-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .qa-list-q {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.qa-list-q .icon {
  background: #153267;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 16px;
  color: #fff;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  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;
}
@media screen and (max-width: 767px) {
  .qa-list-q .icon {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 4.2666666667vw;
    margin-right: 3.2vw;
  }
}
.qa-list-q .qa-list-txt {
  width: 720px;
  color: #153267;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 17px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .qa-list-q .qa-list-txt {
    width: 71.4666666667vw;
    font-size: 3.4666666667vw;
  }
}
.qa-list-q .fa-solid {
  font-size: 18px;
  margin-left: 8px;
  color: #153267;
}
@media screen and (max-width: 767px) {
  .qa-list-q .fa-solid {
    padding-top: 3.2vw;
    font-size: 4.2666666667vw;
    margin-left: 2.1333333333vw;
  }
}
.qa-list-q:hover {
  opacity: 0.8;
}

.is-open .fa-solid {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.qa-list-a {
  display: none;
}

.qa-list-a-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .qa-list-a-inner {
    padding-top: 3.2vw;
  }
}
.qa-list-a-inner .icon {
  background: #860000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 16px;
  color: #fff;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  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;
}
@media screen and (max-width: 767px) {
  .qa-list-a-inner .icon {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 4.2666666667vw;
    margin-right: 3.2vw;
  }
}
.qa-list-a-inner .qa-list-txt {
  width: 758px;
}
@media screen and (max-width: 767px) {
  .qa-list-a-inner .qa-list-txt {
    width: 80vw;
    font-size: 3.4666666667vw;
    line-height: 1.7;
  }
}
.qa-list-a-inner .notes {
  display: inline-block;
  line-height: 1.4;
}

.info {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .info {
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
}

.info-ttl {
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  line-height: 1.5;
  padding-top: 80px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .info-ttl {
    font-size: 3.911342894393742vw;
    padding-bottom: 4.2666666667vw;
    padding-top: 10.6666666667vw;
  }
}

.info-dl {
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 32px;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .info-dl {
    line-height: 1.4;
    font-size: 3.4666666667vw;
    padding-bottom: 4.2666666667vw;
    width: 89.3333333333vw;
  }
}
.info-dl .small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .info-dl .small {
    font-size: 3.2vw;
  }
}
.info-dl:last-child {
  padding-bottom: 0;
}

.info-dt {
  font-weight: bold;
}

.info-num {
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .info-num {
    font-size: 3.2vw;
  }
}

.footer-body {
  display: block;
  margin: auto;
  width: 800px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer-body {
    padding: 56px 0 80px;
  }
}
@media (max-width: 767px) {
  .footer-body {
    padding: 7.301173402868318vw 0 10.6666666667vw;
    width: 89.3333333333vw;
  }
}
.footer-body-inner {
  display: block;
  width: 100%;
  margin: auto;
}

.footer-body-inner > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-body-ttl {
  font-size: 18px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
  padding-bottom: 0.4em;
  border-bottom: #666 solid 1px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .footer-body-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.footer-body-inner p {
  text-align: justify;
}

@media (min-width: 768px) {
  .footer-body-inner p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .footer-body-inner p {
    font-size: 2.6666666667vw;
  }
}
.footer-body-inner a {
  color: #014d81;
  text-decoration: underline;
  display: inline;
}

.footer-body-inner .footer-campaign {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .footer-body-inner .footer-campaign {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer-body-inner .footer-campaign {
    font-size: 2.6666666667vw;
  }
}
.footer-body-inner .footer-campaign span {
  font-weight: 600;
}

.footer-body-inner .footer-campaign ol li {
  text-indent: -1em;
  padding-left: 1em;
}

.footer-body-box {
  border: solid 1px #860000;
  text-align: justify;
  word-break: break-all;
}

@media (min-width: 768px) {
  .footer-body-box {
    margin-top: 20px;
    padding: 30px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .footer-body-box {
    margin-top: 4vw;
    padding: 4vw;
    font-size: 2.6666666667vw;
  }
}
.footer-body-box .min {
  font-size: 0.7em;
}

.footer-body-box p.note {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .footer-body-box p.note {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .footer-body-box p.note {
    font-size: 2.6666666667vw;
  }
}
.footer-body p.num {
  display: block;
  text-align: right;
}

@media (min-width: 768px) {
  .footer-body p.num {
    margin-top: 10px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .footer-body p.num {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.footer-copyright {
  background-color: #014c81;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-copyright {
    padding: 20px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    padding: 4vw 0;
    font-size: 2.9333333333vw;
  }
}
.foot-fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .foot-fx {
    line-height: 1.5;
  }
}
.address-txt {
  text-align: center;
  padding: 0px 0 50px;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .address-txt {
    padding: 0vw 0 6.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.address-txt p {
  padding-bottom: 0.8em;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 0;
  line-height: 1;
}

.footer-list-item {
  line-height: 1;
}

.footer-list-item a {
  padding: 0 1em;
  color: #333;
  line-height: 1;
  border-right: 1px solid #696969;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-list-item a:hover {
  opacity: 0.8;
}

.footer-list-item:last-child a {
  border-right: none;
}

.footer {
  padding: 24px 0 220px;
  background: #153267;
  color: #fff;
  font-size: 10px;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 2.6666666667vw;
    padding: 3.2vw 0 40vw;
  }
}

.floating {
  background: #153267;
  padding: 16px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 2px 4px 5px 5px rgba(72, 72, 72, 0.2);
          box-shadow: 2px 4px 5px 5px rgba(72, 72, 72, 0.2);
}

.campaign {
  padding-bottom: 60px;
  background: url(../img/gold_bg.webp) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding-bottom: 7.2vw;
  }
}
.campaign .common-txt {
  padding-bottom: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .campaign .common-txt {
    padding-bottom: 3.2vw;
  }
}

.campaign-head {
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .campaign-head {
    font-size: 3.7333333333vw;
  }
}

.campaign-ttl {
  width: 922px;
  margin: 0 auto;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .campaign-ttl {
    width: 93.6vw;
    padding: 3.2vw 0;
  }
}

.prize {
  width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .prize {
    width: 89.3333333333vw;
  }
}
.prize .notes {
  margin-top: 1em;
}

.campaign-btn {
  width: 670px;
  height: 50px;
  margin: 0 auto;
  border: #000 1px solid;
  font-family: "Shippori Mincho B1", serif;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 1em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .campaign-btn {
    width: 89.3333333333vw;
    height: 8.4vw;
    margin-bottom: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
.campaign-btn p {
  margin: 0 auto;
  padding-left: 1em;
}

.campaign-cont {
  display: none;
}

.toggle {
  display: inline;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .toggle {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.toggle span::before,
.toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 20px;
  height: 2px;
  vertical-align: middle;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .toggle span::before,
  .toggle span::after {
    width: 3.2vw;
    height: 0.5333333333vw;
  }
}

.toggle span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-open .toggle span::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.is-open .toggle span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.campaign-dl {
  width: 670px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .campaign-dl {
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.campaign-dl dt {
  color: #fff;
  font-size: 24px;
  width: 140px;
  background: #131a34;
  font-weight: bold;
  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;
}
@media screen and (max-width: 767px) {
  .campaign-dl dt {
    font-size: 3.2vw;
    width: 18.6666666667vw;
  }
}
.campaign-dl dd {
  width: 530px;
  background: #fff;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  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;
}
@media screen and (max-width: 767px) {
  .campaign-dl dd {
    font-size: 3.2vw;
    width: 70.6666666667vw;
  }
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.bg-navy02 {
  background: #11172c;
}

.portfolio-list{
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .portfolio-list{
    margin-bottom: calc(60 / 750* 100vw);
  }
}

.portfolio-list-item{
  width: 760px;
  margin: 0 32px;
  overflow: hidden;
  border: #3e975c solid 2px;
  background: #fff;
  padding-bottom: 70px;
  opacity: 0.7;
  transition: 0.2s;
}

.slick-active.portfolio-list-item{
opacity: 1;
}
.portfolio-list .slick-next:before{
  font-size: 102px;
}

.portfolio-list .slick-prev:before{
  font-size: 102px;
}

.portfolio-list-item_a {
  border: #3e975c solid 2px;
}

.portfolio-list-item_b {
  border: #153267 solid 2px;
}

.portfolio-list-item_c {
  border: #991e31 solid 2px;
}

@media screen and (max-width: 767px) {
  .portfolio-list-item{
    width: calc(670/750 * 100vw);
    padding-bottom: calc(40/750 * 100vw);
    margin: 0 calc(40/750 * 100vw);
  }
  .portfolio-list .slick-next{
    right: 9%;
    left: auto;
    top: calc(320/750 * 100vw);
  }
  .portfolio-list .slick-next:before{
    font-size: calc(120/750 * 100vw);
  }
  .portfolio-list .slick-prev{
    left: 9%;
    right: auto;
    top: calc(320 / 750* 100vw);
  }
  .portfolio-list .slick-prev:before{
    font-size: calc(120/750 * 100vw);
  }
}

.portfolio-list-ttl{
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom:  38px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .portfolio-list-ttl{
    height: calc(150/750 * 100vw);
    margin-bottom: calc(40/750 * 100vw);
  }
}
.portfolio-list-item_a .portfolio-list-ttl{
  background: #3e975c;
}

.portfolio-list-item_b .portfolio-list-ttl{
  background: #153267;
}

.portfolio-list-item_c .portfolio-list-ttl{
  background: #991e31;
}

.portfolio-list-sub-ttl{
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .portfolio-list-sub-ttl{
    font-size: calc(30/750 * 100vw);
  }
}
.portfolio-list-main-ttl{
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .portfolio-list-main-ttl{
    font-size: calc(32/750 * 100vw);
  }
}


.portfolio-list-main-ttl .big{
  font-size: 130%;
}


.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}


.modal__content{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .modal__content{
  width: calc(710/750 * 100vw);
  }
}

.modal__close{
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 40px;
  transform: translate(100%, -100%);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal__close{
    right: calc(50/750 * 100vw);
  }
}
.portfolio-list-icon{
  width: 680px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .portfolio-list-icon{
  width: calc(597/750 * 100vw);
  margin: 0 0 calc(16/750 * 100vw) calc(40/750 * 100vw);
  }
}
.graph{
  width: 682px;
  padding: 0 16px;
  margin: 0 auto 32px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .graph{
    width: calc(670/750 * 100vw);
    margin: 0 auto calc(30/750 * 100vw);
    padding: 0 calc(16/750 * 100vw);
  }
}
.graph .zoom{
  position: absolute;
  right: 0px;
  top: -20px;
  width: 69px;
}
@media screen and (max-width: 767px) {
  .graph .zoom{
    width: calc(46/750 * 100vw);
    top: calc(16/750 * 100vw);
    right: calc(28/750 * 100vw);
  }
  .graph .zoom img{
    width: 23px;
  }
}
.portfolio-txt{
  text-align: center;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 767px) {
  .portfolio-txt{
    font-size: calc(20/750 * 100vw);
    margin-bottom: calc(16/750 * 100vw);
  }
}

.portfolio-txt .fa-solid{
  font-size: 40px;
  padding-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .portfolio-txt .fa-solid{
    font-size: calc(40/750 * 100vw);
  }
}


.portfolio-list-item_a .portfolio-txt .fa-solid{
  color: #6fac72;
}

.portfolio-list-item_b .portfolio-txt .fa-solid{
  color: #417fa9;
}

.portfolio-list-item_c .portfolio-txt .fa-solid{
  color: #e07569;
}


.portfolio-dl{
  width: 682px;
  margin: 0 auto 32px;
  display: flex;
  line-height: 1.5;

}
@media screen and (max-width: 767px) {
  .portfolio-dl{
    width: calc(590/750 * 100vw);
    margin: 0 auto calc(32/750 * 100vw);
  }
}
.portfolio-dt{
  width: 70%;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .portfolio-dt{
    height: calc(120/750 * 100vw);
    font-size: calc(28/750 * 100vw);
    width: 65%;
  }
}
.portfolio-dd{
  width: 30%;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  .portfolio-dd{
    height: calc(120/750 * 100vw);
    font-size: calc(32/750 * 100vw);
    width: 35%;
  }
}

.portfolio-list-item_a .portfolio-dl{
  border: #3e975c solid 2px;
}

.portfolio-list-item_a .portfolio-dt{
  background:#3e975c;
}

.portfolio-list-item_a .portfolio-dd{
  color:#3e975c;
}

.portfolio-list-item_b .portfolio-dl{
  border: #153267 solid 2px;
}

.portfolio-list-item_b .portfolio-dt{
  background:#153267;
}

.portfolio-list-item_b .portfolio-dd{
  color:#153267;
}


.portfolio-list-item_c .portfolio-dl{
  border: #991e31 solid 2px;
}

.portfolio-list-item_c .portfolio-dt{
  background:#991e31;
}

.portfolio-list-item_c .portfolio-dd{
  color:#991e31;
}

.circle-graph-box{
  display: flex;
  justify-content: space-between;
  width: 682px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .circle-graph-box{
    width:calc(590/750 * 100vw);
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .portfolio-list-item_a .circle-graph{
    width: 284px;
  }
}

@media screen and (max-width: 767px) {
  .portfolio-list-item_a .circle-graph{
    margin-bottom: calc(40/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .portfolio-list-item_b .circle-graph{
    margin-bottom: calc(40/750 * 100vw);
  }
}
.portfolio-list-item_c .circle-graph{
  width: 292px;
}

@media screen and (max-width: 767px) {
  .portfolio-list-item_c .circle-graph{
    width:calc(590/750 * 100vw);
    margin-bottom: calc(40/750 * 100vw);
  }
}

.point-notes-ttl{
  text-align: center;
  line-height: 1.4;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 28px;
  margin-top: 80px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .point-notes-ttl{
    font-size: calc(32/750 * 100vw);
    margin-top: calc(80/750 * 100vw);
    margin-bottom: calc(32/750 * 100vw);
  }
}
.point-notes-ttl .txt-red{
  color: #860000;
}
.risk-info-list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  height: 48px;
  padding: 0 32px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: -webkit-gradient(linear, left top, right top, from(#5893b0), to(#244672));
  background: linear-gradient(to right, #5893b0 0%, #244672 100%);
}
@media screen and (max-width: 767px) {
  .risk-info-list-btn {
    height: 16vw;
    padding: 0 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.risk-info-list-btn p {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .risk-info-list-btn p {
    text-align: center;
  }
}

.risk-info-list-notes {
  background: #f4f5fa;
  padding: 32px 32px 16px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .risk-info-list-notes {
    font-size: 3.2vw;
    padding: 5.3333333333vw 5.3333333333vw 2.6666666667vw;
  }
}
.risk-info-list-notes p {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .risk-info-list-notes p {
    padding-bottom: 2.6666666667vw;
  }
}

.risk-info-list-link{
  width: 800px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.risk-info-list-link p{
  font-size: 10px;
  color: #666666;
  border-bottom: solid 1px #666666;
  width: 280px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .risk-info-list-link{
    width: 89.3333333333vw;
    margin-bottom: calc(80/750 * 100vw);
  }

  .risk-info-list-link p{
    font-size: calc(16 / 750* 100vw);
    width: calc(450 / 750* 100vw);
  }
}

.circle-graph-txt{
  background-color: #eeeeee;
  font-size: 14px;
  padding: 32px;
}
.point-big-ttl{
  line-height: 1;
  font-size: 48px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  color: #153267;
  letter-spacing: -0.07em;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .point-big-ttl{
    font-size: 8.5333333333vw;
  }
}
.point-list-ttl-stxt{
  font-size: 32px;
  padding: 0 3px;
}
@media screen and (max-width: 767px) {
  .point-list-ttl-stxt{
    font-size: 6.5333333333vw;
  }
}
.point01{
  position: relative;
}
.point01 .frame{
  position: absolute;
  right: 0;
  bottom: -1px;
}
.point01 .frame-img{
  width: 250px;
}
@media screen and (max-width: 767px) {
  .point01 .frame-img{
    width: 150px;
  }
}
.point01 .point-list-ttl{
  color: #860000;  
  letter-spacing: 0.0004em;
}
.point01 sup{
  line-height: 3;
  margin-left: -10px;
}
.point01 .point-list-txt .sup-nomal{
  line-height: 2;
  font-size: 60%;
  padding-left: 12px;
}
.point01 .point-list-txt .sup-end{
  line-height: 2;
  font-size: 60%;
  padding-left: 0;
}
.point01 .notes{
  margin-top: 24px;
  line-height: 1.8;
}
.mt64{
  margin-top: 64px;
}
.risk-info-list-txt .txt-red{
  color: #860000;
}
@media screen and (max-width: 767px) {
  .circle-graph img{
    width: calc(400 / 750* 100vw);
      margin: 0 auto;
  }
}
