@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500");
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, main, 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;
}

:root {
  --color-txt-primary: #142474;
  --color-txt-secondary: #00B7D4;
  --color-txt-third: #333;
  --color-bg-primary: #FAF8FF;
  --blue-brightness01: #4bdaf0;
  --blue-brightness02: #DDFAFF;
  --navy-brightness01: #383F64;
  --purple-brightness01: #8C95C4;
}

* {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0px;
  padding: 52px 0 0 0;
  background: #FFF;
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
  object-fit: cover;
}

a img {
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}

a.link_hover:hover img {
  opacity: 0.7;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pc_inline {
  display: inline;
}

.sp_inline {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    padding: 50px 0 0 0;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .pc_inline {
    display: none;
  }
  .sp_inline {
    display: inline;
  }
}
a {
  color: #000;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: var(--color-txt-primary);
  background: #fff;
  font-feature-settings: "palt";
  scroll-behavior: smooth !important;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
#wrap {
  position: relative;
  overflow: hidden;
}

#wrap #nbpc_wrap {
  margin: 0;
  padding: 0;
}

#wrap #nbpc_wrap header {
  z-index: 990;
}

#wrap #nbpc_wrap .gNav {
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
}

#wrap #nbpc_wrap .gNav .gNav_main {
  margin: 0;
  padding: 0;
}

#nbpc_wrap .gNav .gNav_main .gNav_item:last-child a {
  padding: 20px 10px;
}

@media (min-width: 751px) {
  #wrap #nbpc_wrap .gNav .menu_inner {
    top: 52px;
  }
}
.gNav_subTitle > ul {
  padding: 0;
}

#wrap #nbpc_wrap .gNav h1 {
  margin-left: -20px;
  padding: 7px 0 13px;
}

@media (max-width: 768px) {
  #wrap #nbpc_wrap .gNav h1 {
    margin-left: -20px;
  }
}
#nbpc_wrap header .gNav .gNav_main .gNav_item h3 {
  font-family: "游ゴシック", YuGothic;
}

#nbpc_wrap .gNav .menu_inner .gNav_sub a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  right: 16px;
  transform: translateY(3px) rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: 0.3s ease-in-out;
}

@media (max-width: 740px) {
  #nbpc_wrap header .gNav .gNav_main .gNav_item:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 4px;
    transform: rotate(135deg);
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transition: 0.3s ease-in-out;
    top: 22px;
    right: 16px;
  }
  #nbpc_wrap header .gNav .gNav_main .gNav_item.r180:after {
    transform: translateX(-50%) rotate(-45deg);
  }
  #nbpc_wrap .gNav .menu_inner .gNav_sub a:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 4px;
    right: 16px;
    transform: translateY(3px) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: 0.3s ease-in-out;
  }
}
footer {
  position: relative;
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #cacaca;
}

footer .l-sec_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

footer a.btn {
  display: inline-block;
  width: 30%;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #225693;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}

footer a.btn.bordernone {
  border: none;
}

footer a.btn:hover {
  opacity: 0.8;
}

footer p {
  margin-bottom: 20px;
}

footer .logo {
  width: 220px;
  margin: 0 auto 20px;
}

footer .copy {
  font-size: 11px;
  text-align: center;
}

@media (max-width: 768px) {
  footer {
    padding-top: 40px;
    padding-bottom: 65px;
  }
  footer a.btn {
    display: inline-block;
    width: 30%;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #225693;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
  }
  footer a.btn.bordernone {
    border: none;
  }
  footer a.btn:hover {
    opacity: 0.8;
  }
  footer p {
    margin-bottom: 20px;
  }
  footer .logo {
    width: 220px;
    margin: 0 auto 20px;
  }
  footer .copy {
    font-size: 11px;
    text-align: center;
  }
}
footer p.top_bj2022 {
  position: absolute;
  right: 40px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  z-index: 1;
}

footer p.top_bj2022 a {
  display: block;
  padding: 12px 60px 12px 15px;
  border: #fff solid 2px;
  background-color: #005634;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
  border: solid 1px #005634;
  transition: 0.3s;
  position: relative;
}

footer p.top_bj2022 a:before {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

footer p.top_bj2022 a:hover {
  transition: 0.3s;
  background-color: #fff;
  color: #005634;
}

footer p.top_bj2022 a:hover:before {
  border-top: 2px solid #005634;
  border-right: 2px solid #005634;
}

@media screen and (max-width: 1080px) {
  footer p.top_bj2022 {
    position: relative;
    right: 0px;
    bottom: 0px;
    width: 246px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 640px) {
  footer a.btn {
    width: 80%;
    font-size: 16px;
  }
  footer p {
    font-size: 12px;
  }
  footer p.top_bj2022 {
    width: 100%;
    text-align: center;
  }
  footer p.top_bj2022 a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 11px 15px;
    border: none;
    font-size: 14px;
  }
  footer p.top_bj2022 em {
    display: inline;
  }
  footer p.top_bj2022 a:before {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  footer .pagetopBtn {
    z-index: 5;
    margin-right: -47%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-jumbotron {
    background: linear-gradient(to right, var(--color-txt-primary) 0%, var(--color-txt-secondary) 100%);
    background-size: auto 100%;
    padding: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-jumbotron {
    background: linear-gradient(to bottom, var(--color-txt-primary) 0%, var(--color-txt-secondary) 100%);
    padding: 30px 0;
  }
}
.p-jumbotron__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-jumbotron__contents {
    width: clamp(355px, 89.3333333333%, 375px);
    margin: 0 auto;
  }
}
.p-jumbotron__lead {
  width: min(62.5694444444vw, 901px);
  margin: 0 auto 26px;
  aspect-ratio: 901/69;
}
@media only screen and (max-width: 768px) {
  .p-jumbotron__lead {
    width: 87.2%;
    margin-bottom: 18px;
    aspect-ratio: 327/59;
  }
}
.p-jumbotron__hd {
  width: min(43.3333333333vw, 624px);
  margin: 0 auto 26px;
  aspect-ratio: 48/5;
}
@media only screen and (max-width: 768px) {
  .p-jumbotron__hd {
    width: 89.3333333333%;
    width: 88%;
    margin-bottom: 24px;
  }
}
.p-jumbotron__hd__picture {
  display: block;
}
.p-jumbotron__list {
  display: flex;
  gap: 0 min(1.6666666667vw, 24px);
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-jumbotron__list {
    flex-wrap: wrap;
  }
}
.p-jumbotron__item {
  width: min(12.5vw, 180px);
  aspect-ratio: 180/359;
}
@media only screen and (max-width: 768px) {
  .p-jumbotron__item {
    width: 28%;
    aspect-ratio: 1/2;
  }
  .p-jumbotron__item:nth-of-type(4) {
    margin-top: -46px;
  }
  .p-jumbotron__item:last-of-type {
    margin-top: -46px;
  }
}

.p-cta__inner {
  max-width: 1030px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  background: linear-gradient(to right, var(--color-txt-primary) 0%, var(--color-txt-secondary) 100%);
  padding: 60px 0;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .p-cta__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-cta__inner {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (max-width: 768px) {
  .p-cta__inner {
    background: linear-gradient(to bottom, var(--color-txt-primary) 0%, var(--color-txt-secondary) 100%);
    padding: 32px 0;
    width: 89.3333333333%;
  }
}
.p-cta__hd {
  position: relative;
  color: #fff;
  font-size: 4rem;
  line-height: 1.25;
  display: table;
  margin: 0 auto 8px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-cta__hd {
    font-size: 2.4rem;
  }
}
.p-cta__hd::before {
  content: "";
  background: url(../../assets/img/top/icon_line_long.svg) no-repeat;
  width: 53px;
  height: 71px;
  background-size: contain;
  position: absolute;
  bottom: 6px;
  left: -13%;
}
@media only screen and (max-width: 768px) {
  .p-cta__hd::before {
    width: 21px;
    height: 35px;
    background: url(../../assets/img/top/icon_line_long_sp.svg) no-repeat;
    bottom: 0;
    left: -7%;
  }
}
.p-cta__hd::after {
  content: "";
  background: url(../../assets/img/top/icon_line_long.svg) no-repeat;
  width: 53px;
  height: 71px;
  background-size: contain;
  transform: rotate(-112deg);
  position: absolute;
  bottom: 6px;
  right: -13%;
}
@media only screen and (max-width: 768px) {
  .p-cta__hd::after {
    width: 21px;
    height: 35px;
    background: url(../../assets/img/top/icon_line_long_sp.svg) no-repeat;
    bottom: 0;
    right: -7%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-cta-contents {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-cta__thumb {
  width: 53.8%;
  aspect-ratio: 538/371;
}
@media only screen and (max-width: 768px) {
  .p-cta__thumb {
    width: 88.3582089552%;
    max-width: 400px;
    text-align: center;
    margin: 0 auto 24px;
  }
}
.p-cta-detail__hd {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-cta-detail__hd {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
.p-cta-detail__txt {
  font-size: 1.8rem;
  color: #fff;
  display: table;
  margin: 24px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-cta-detail__txt {
    font-size: 1.4rem;
    margin: 16px auto 0;
    padding: 0 20px;
  }
}

.c-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .c-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.c-section:nth-of-type(odd) {
  background-color: var(--color-bg-primary);
}
.c-section:nth-of-type(even) {
  background: linear-gradient(to right, var(--color-txt-primary) 0%, var(--color-txt-secondary) 100%);
}
@media only screen and (max-width: 768px) {
  .c-section:nth-of-type(even) {
    background: linear-gradient(to bottom, var(--color-txt-primary) 0%, var(--color-txt-secondary) 100%);
  }
}
.c-section__inner {
  max-width: 1030px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .c-section__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c-section__inner--02 {
  max-width: 1030px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .c-section__inner--02 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.c-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 35px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media print, screen and (min-width: 769px) {
  .c-btn {
    width: fit-content;
    padding: 22px 0;
    font-size: 2.2rem;
    line-height: 1.3181818182;
  }
  .c-btn:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.4rem;
  }
}
.c-btn--primary {
  max-width: 1030px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: clamp(500px, 53.0097087379vw, 546px);
  margin: 24px auto 0;
  color: #fff;
  background: linear-gradient(to right, var(--color-txt-primary) 0%, var(--color-txt-secondary) 100%);
}
@media only screen and (max-width: 768px) {
  .c-btn--primary {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn--primary {
    width: 95.5223880597%;
    padding: 20px 0;
  }
}
.c-btn--primary__txt {
  position: relative;
  margin-left: 7.326007326%;
}
.c-btn--primary__txt::before {
  content: "";
  background: url(../../assets/img/top/icon_cta_white.svg) no-repeat;
  background-size: contain;
  width: min(3.1067961165vw, 32px);
  height: min(3.1067961165vw, 32px);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - min(3.1067961165vw, 32px) / 2);
  left: -11.7216117216%;
}
@media only screen and (max-width: 768px) {
  .c-btn--primary__txt::before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: -26px;
  }
}
.c-btn--secondary {
  max-width: 1030px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: clamp(500px, 53.0097087379vw, 546px);
  margin: 24px auto 0;
  color: #fff;
  background: linear-gradient(to right, var(--color-txt-secondary) 0%, var(--blue-brightness01) 100%);
}
@media only screen and (max-width: 768px) {
  .c-btn--secondary {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn--secondary {
    width: 95.5223880597%;
    padding: 20px 0;
  }
}
.c-btn--secondary__txt {
  position: relative;
  margin-left: 7.326007326%;
}
.c-btn--secondary__txt::before {
  content: "";
  background: url(../../assets/img/top/icon_download.svg) no-repeat;
  width: min(3.1067961165vw, 32px);
  height: min(3.1067961165vw, 32px);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - min(3.1067961165vw, 32px) / 2);
  left: -11.7216117216%;
}
@media only screen and (max-width: 768px) {
  .c-btn--secondary__txt::before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: -26px;
  }
}
.c-btn--cta {
  width: clamp(360px, 38.8349514563vw, 400px);
  margin: 0 auto 0;
  color: var(--color-txt-primary);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .c-btn--cta {
    width: 95.5223880597%;
    padding: 20px 0;
  }
}
.c-btn--cta__txt {
  position: relative;
  font-size: clamp(1.6rem, 1.014rem + 0.8vw, 1.8rem);
  margin-left: 7.326007326%;
}
@media only screen and (max-width: 768px) {
  .c-btn--cta__txt {
    font-size: 1.4rem;
  }
}
.c-btn--cta__txt::before {
  content: "";
  background: url(../../assets/img/top/icon_cta_blue.svg) no-repeat;
  width: min(2.7184466019vw, 28px);
  height: min(2.427184466vw, 25px);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - min(2.5242718447vw, 26px) / 2);
  left: -12.5%;
}
@media only screen and (max-width: 768px) {
  .c-btn--cta__txt::before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: -26px;
  }
}

.c-btn--jumbotron {
margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .c-btn--jumbotron {
    margin-top: 20px;
    }
}

.c-btn--card {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  color: #fff;
  background: linear-gradient(to right, var(--color-txt-secondary) 0%, var(--blue-brightness01) 100%);
}
@media only screen and (max-width: 768px) {
  .c-btn--card {
    padding: 20px 0;
  }
}

.c-btn-article {
  background: #142474;
}

.c-btn--card__txt {
  position: relative;
  margin-left: 7.326007326%;
}
.c-btn--card__txt::before {
  content: "";
  background: url(../../assets/img/top/icon_download.svg) no-repeat;
  width: min(3.1067961165vw, 32px);
  height: min(3.1067961165vw, 32px);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - min(3.1067961165vw, 32px) / 2);
  left: -10px;
  transform: translateX(-100%);
}
@media only screen and (max-width: 768px) {
  .c-btn--card__txt::before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: -26px;
  }
}

.c-btn--article__txt::before {
  background: url(../../assets/img/top/icon_link.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  top: calc(50% - 24px / 2);
}
@media only screen and (max-width: 768px) {
  .c-btn--article__txt::before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: -26px;
  }
}

.c-btn--floating {
  padding: 15px;
  margin-top: 18px;
}

@media only screen and (max-width: 768px) {
  .c-btn--floating {
    padding: 13px 15px;
    margin-top: 10px;
  }
}

.c-btn--floating__txt {
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .c-btn--floating__txt {
    font-size: 1.2rem;
  }
}

.c-btn--floating__txt::before {
  top: -5%;
  width: 23px;
  height: 23px;
}
@media only screen and (max-width: 768px) {
  .c-btn--floating__txt::before {
    width: 18px;
    height: 18px;
  }
}

.c-pagetop {
  position: fixed;
  z-index: 5;
  bottom: 198.5px;
  right: 40px;
  width: 96px;
  height: 96px;
  background: #006e9f;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .c-pagetop {
    bottom: 150px;
    right: 8px;
    width: 64px;
    height: 64px;
    font-size: 10px;
  }
}
.c-pagetop__link {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.c-hd {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-txt-primary);
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .c-hd {
    font-size: 3rem;
    margin-bottom: 56px;
  }
}
.c-hd:after {
  position: absolute;
  left: 0;
  bottom: -24px;
  content: "";
  background: url(../../assets/img/top/icon_hd_line_blue.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 22px;
}
@media only screen and (max-width: 768px) {
  .c-hd:after {
    background: url(../../assets/img/top/icon_hd_line_blue_sp.svg) no-repeat;
    height: clamp(9px, 3vw, 20px);
    background-size: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    bottom: -85%;
  }
}
@media only screen and (max-width: 768px) {
  .c-hd--top::after {
    background: url(../../assets/img/top/icon_hd_line_blue_sp.svg) no-repeat;
    height: clamp(9px, 3vw, 20px);
    background-size: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    bottom: -40px;
  }
}
.c-hd--big {
  font-size: 7rem;
  line-height: 1.2;
  color: var(--color-txt-secondary);
}
@media only screen and (max-width: 768px) {
  .c-hd--big {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-hd--normal {
    font-size: 2.6rem;
  }
}
.c-hd--white {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .c-hd--white {
    font-size: 2.6rem;
  }
}
.c-hd--white:after {
  background: url(../../assets/img/top/icon_hd_line_white.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .c-hd--white:after {
    background: url(../../assets/img/top/icon_hd_line_white_sp.svg) no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  .c-hd--white--02:after {
    bottom: -48%;
  }
}
.c-txt {
  color: var(--color-txt-third);
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .c-txt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.c-color--change {
  color: var(--color-txt-secondary);
}
.p-floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0 30px;
  text-align: center;
  z-index: 99;
  transition: opacity .3s;
}
@media only screen and (max-width: 768px) {
  .p-floating {
    padding: 20px 0;
  }
}
.p-floating__inner {
  max-width: 1030px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .p-floating__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-floating__txt {
  color: var(--color-txt-primary);
  font-size: 2.1rem;
}
@media only screen and (max-width: 768px) {
  .p-floating__txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-survey__lead {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 40px;
  color: var(--color-txt-primary);
}
@media only screen and (max-width: 768px) {
  .p-survey__lead {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
.p-survey-box__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 min(3.8834951456vw, 40px);
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .p-survey-box__list {
    align-items: stretch;
  }
}
.p-survey-box__item {
  width: min(36.6990291262vw, 378px);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 24px 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-survey-box__item {
    width: 47.7611940299%;
    padding: 12px 0;
  }
}
.p-survey-box__txt {
  text-align: center;
  color: var(--color-txt-primary);
}
.p-survey-box__txt--small {
  position: relative;
  color: var(--color-txt-third);
  font-size: 1.6rem;
  margin-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  .p-survey-box__txt--small {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.p-survey-box__txt--small::after {
  content: "";
  background-image: url(../../assets/img/top/icon_lower_triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 12px;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 16.5px);
}
@media only screen and (max-width: 768px) {
  .p-survey-box__txt--small::after {
    width: 16.5px;
    height: 6px;
    left: calc(50% - 8.25px);
    bottom: -14px;
  }
}
.p-survey-box__txt--medi {
  font-size: 2rem;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .p-survey-box__txt--medi {
    font-size: 1.2rem;
  }
}
.p-survey-box__txt--big {
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .p-survey-box__txt--big {
    font-size: 1.2rem;
  }
}
.p-survey-box__txt--large {
  font-size: 4rem;
  color: var(--color-txt-secondary);
}
@media only screen and (max-width: 768px) {
  .p-survey-box__txt--large {
    font-size: 2rem;
  }
}
.p-survey-graph {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 769px) {
  .p-survey-graph {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 0 min(3.8834951456vw, 40px);
    grid-template-columns: min(42.9126213592vw, 442px) min(44.1747572816vw, 455px);
    margin-bottom: 40px;
  }
}
.p-survey-graph__thumb {
  width: min(42.9126213592vw, 442px);
  aspect-ratio: 221/206;
}
@media only screen and (max-width: 768px) {
  .p-survey-graph__thumb {
    max-width: 442px;
    width: initial;
    text-align: center;
    margin: 0 auto 24px;
  }
}
.p-survey-graph__box {
  width: min(44.1747572816vw, 455px);
  background-color: #fff;
  padding: min(3.8834951456vw, 40px);
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .p-survey-graph__box {
    width: 100%;
    padding: 24px;
  }
}
.p-survey-graph__txt:not(:last-of-type) {
  margin-bottom: 1em;
}
.p-survey-detail {
  margin-top: 40px;
  padding: 0 min(3.4951456311vw, 36px);
}
@media only screen and (max-width: 768px) {
  .p-survey-detail {
    padding: 0;
  }
}
.p-survey-detail__top {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  .p-survey-detail__top {
    padding-left: 33.5129310345%;
  }
}
@media only screen and (max-width: 768px) {
  .p-survey-detail__top {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .p-survey-detail__body {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-survey-detail__ttl {
    margin-bottom: 22px;
  }
}
.p-survey-detail__thumb {
  aspect-ratio: 215/157;
}
@media only screen and (max-width: 768px) {
  .p-survey-detail__thumb {
    margin-bottom: 16px;
  }
}
.p-survey-detail__hd {
  text-align: center;
  color: var(--color-txt-primary);
  font-size: 3.2rem;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .p-survey-detail__hd {
    margin-bottom: 12px;
    font-size: 2.6rem;
  }
}
.p-survey-detail__txt {
  text-align: center;
  color: var(--color-txt-primary);
}
.p-survey-detail__wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #fff;
  padding: min(2.3300970874vw, 24px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-survey-detail__wrap:not(:last-of-type) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .p-survey-detail__wrap {
    padding: 20px 24px;
  }
}
.p-survey-detail__dt {
  font-size: clamp(1.8rem, 1.114rem + 1vw, 2.4rem);
  color: var(--color-txt-primary);
  width: 32.2198275862vw;
  width: min(29.0291262136vw, 299px);
}
@media only screen and (max-width: 768px) {
  .p-survey-detail__dt {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.p-survey-detail__dd {
  font-size: clamp(1.3rem, 0.421rem + 1.2vw, 1.6rem);
}
@media only screen and (max-width: 768px) {
  .p-survey-detail__dd {
    font-size: 1.4rem;
  }
}

.p-menu__hd {
  text-align: center;
  font-weight: 700;
  font-size: 4.8rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-menu__hd {
    font-size: 2.4rem;
  }
}
.p-menu__inner {
  max-width: 1030px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .p-menu__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-menu__table-pc {
  width: 100%;
  min-width: 720px;
  text-align: center;
  color: var(--color-txt-primary);
  margin-bottom: 24px;
}
.p-menu__table-pc__th, .p-menu__table-pc__td {
  text-align: center;
  vertical-align: middle;
}
.p-menu__table-pc__th {
  font-size: 1.6rem;
}
.p-menu__table-pc__th--01 {
  color: #fff;
  font-size: 1.8rem;
  min-height: 77px;
  vertical-align: bottom;
}
.p-menu__table-pc__th--02 {
  font-size: 2.4rem;
  min-height: 101px;
  vertical-align: bottom;
}
.p-menu__table-pc__th--03 {
  color: #fff;
  text-align: left;
}
.p-menu__table-pc__th--04 {
  max-height: 67px;
}
.p-menu__table-pc__th--small {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
.p-menu__table-pc__th--big {
  font-family: "Arial", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 4.5rem;
}
.p-menu__table-pc__th--special {
  position: relative;
  background-color: var(--color-txt-secondary);
  padding: 16px 0;
  line-height: 1.2;
  margin: 0 2px;
}
.p-menu__table-pc__th--special::before {
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color-txt-secondary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-menu__table-pc__th--special::after {
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color-txt-secondary);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.p-menu__table-pc__th--special-wrap {
  position: relative;
  margin-bottom: 4px;
}
.p-menu__table-pc__th--special-wrap::before {
  content: "";
  background: url(../../assets/img/top/icon_line_short.svg) no-repeat;
  width: 14px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  vertical-align: text-bottom;
}
.p-menu__table-pc__th--special-wrap::after {
  content: "";
  background: url(../../assets/img/top/icon_line_short.svg) no-repeat;
  width: 14px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  vertical-align: text-bottom;
  transform: rotate(-112deg);
}
.p-menu__table-pc__th--special-txt {
  position: relative;
  font-size: 1.7rem;
  display: inline-block;
  line-height: 1;
  color: #fff;
}
.p-menu__table-pc__th--special-txt::before {
  content: "";
  background: url(../../assets/img/top/icon_crown.svg) no-repeat;
  width: 24px;
  height: 18px;
  background-size: contain;
  display: inline-block;
  vertical-align: bottom;
}
.p-menu__table-pc__th-inner--plan {
  vertical-align: bottom;
  background-color: var(--color-txt-primary);
  height: 100%;
  min-height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 2px;
  margin-left: 2px;
}
.p-menu__table-pc__th-inner--price {
  background-color: #fff;
  margin: 2px 2px 4px;
}
.p-menu__table-pc__th-inner--category {
  background-color: var(--purple-brightness01) !important;
  padding: 8px 0 8px 12.7243066884%;
  min-height: 40px;
}
.p-menu__table-pc__th-inner--detail {
  background-color: #fff;
  margin-right: 2px;
  margin-left: 2px;
  padding: 20px 0;
  min-height: 67px;
}
.p-menu__table-pc__th-inner--detail-num {
  min-height: 71.19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-menu__table-pc__th-inner--detail-comment {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-menu__table-pc__th:nth-of-type(1) {
  width: 21.9%;
}
.p-menu__table-pc__th:not(:first-of-type) {
  width: 19.1%;
}
.p-menu__table-pc__td {
  font-size: 1.6rem;
  line-height: 1.375;
  min-height: 67px;
}
.p-menu__table-pc__td-inner--icon {
  margin: 1px 2px;
  background-color: #fff;
  padding: 20px 0;
  min-height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-menu__table-pc__td-inner--icon__img {
  width: 27px;
  height: 27px;
  object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}
.p-menu__table-pc__td-inner--icon__img.cross {
  width: 16px;
  height: 16px;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.p-menu__table-pc__td-inner--icon-num {
  min-height: 71.19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-menu__table-pc__td-inner--icon-comment {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-menu__table-pc__td-inner--num {
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 1px 2px;
  background-color: #fff;
  padding: 20px 0;
}
.p-menu__table-pc__td-inner--comment {
  font-size: 1.8rem;
  margin: 1px 2px;
  background-color: #fff;
  padding: 20px 0;
}
.p-menu__table-pc__td .recommend {
  position: relative;
}
.p-menu__table-pc__td .recommend::after {
  content: "";
  width: 100%;
  height: 5px;
  background: var(--color-txt-secondary);
  position: absolute;
  bottom: -5px;
  left: 0;
}
.p-menu__table-pc__td--small {
  font-size: 1.4rem;
  display: block;
}
.p-menu__table-pc .border {
  position: relative;
}
.p-menu__table-pc .border::before {
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color-txt-secondary);
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 1;
}
.p-menu__table-pc .border::after {
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color-txt-secondary);
  position: absolute;
  top: 0;
  right: 2px;
  z-index: 1;
}
.p-menu__table-pc .mt4 {
  margin-top: 4px;
}
.p-menu__table-pc .mb2 {
  margin-bottom: 2px;
}
.p-menu__table-pc .ml2 {
  margin-left: 2px;
}
.p-menu__table-pc .mr2 {
  margin-right: 2px;
}
@media only screen and (max-width: 768px) {
  .p-menu__table-pc {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu__table-sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu__table-sp {
    width: 100%;
    text-align: center;
    color: var(--color-txt-primary);
    margin-bottom: 24px;
  }
  .p-menu__table-sp__th, .p-menu__table-sp__td {
    text-align: center;
    vertical-align: middle;
    width: 25%;
  }
  .p-menu__table-sp__th {
    font-size: 1.2rem;
  }
  .p-menu__table-sp__th--01 {
    color: #fff;
    font-size: 1.2rem;
    vertical-align: bottom;
  }
  .p-menu__table-sp__th--02 {
    font-size: 1.3rem;
    vertical-align: bottom;
  }
  .p-menu__table-sp__th--03 {
    color: #fff;
    text-align: left;
  }
  .p-menu__table-sp__th--04 {
    max-height: 67px;
  }
  .p-menu__table-sp__th--small {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
  }
  .p-menu__table-sp__th--big {
    font-family: "Arial", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    font-size: 2.4rem;
  }
  .p-menu__table-sp__th--special {
    position: relative;
    background-color: var(--color-txt-secondary);
    padding: 16px 0;
    line-height: 1.2;
    margin: 0 1px;
    color: #fff;
  }
  .p-menu__table-sp__th--special-wrap {
    position: relative;
    margin-bottom: 4px;
    display: table;
    margin: 0 auto 4px;
  }
  .p-menu__table-sp__th--special-wrap::before {
    content: "";
    background: url(../../assets/img/top/icon_line_short_sp.svg) no-repeat;
    width: 6px;
    height: 9px;
    background-size: contain;
    position: absolute;
    left: -10px;
    bottom: 5px;
  }
  .p-menu__table-sp__th--special-wrap::after {
    content: "";
    background: url(../../assets/img/top/icon_line_short_sp.svg) no-repeat;
    width: 6px;
    height: 9px;
    background-size: contain;
    transform: rotate(-112deg);
    position: absolute;
    right: -10px;
    bottom: 5px;
  }
  .p-menu__table-sp__th--special-txt {
    position: relative;
    font-size: 1rem;
    display: inline-block;
    line-height: 1;
    color: #fff;
  }
  .p-menu__table-sp__th--special-txt::before {
    content: "";
    background: url(../../assets/img/top/icon_crown.svg) no-repeat;
    width: 12px;
    height: 10px;
    background-size: contain;
    display: inline-block;
    vertical-align: bottom;
  }
  .p-menu__table-sp__th-inner--plan {
    vertical-align: bottom;
    background-color: var(--color-txt-primary);
    height: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 1px;
    margin-left: 1px;
  }
  .p-menu__table-sp__th-inner--price {
    background-color: #fff;
    margin: 2px 1px 3px;
    padding: 14px 0;
  }
  .p-menu__table-sp__th-inner--category {
    background-color: var(--purple-brightness01) !important;
    min-height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    margin: 0 1px;
  }
  .p-menu__table-sp__th-inner--detail {
    background-color: var(--blue-brightness02);
    margin-right: 1px;
    margin-left: 1px;
    padding: 12px 0;
    font-size: 1.4rem;
  }
  .p-menu__table-sp__th-inner--detail-num {
    min-height: 71.19px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-menu__table-sp__th-inner--detail-comment {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-menu__table-sp__td {
    font-size: 1.6rem;
    line-height: 1.375;
    min-height: 67px;
  }
  .p-menu__table-sp__td-inner--icon {
    margin: 2px 1px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    min-height: 46px;
  }
  .p-menu__table-sp__td-inner--icon-num {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-menu__table-sp__td-inner--icon-comment {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-menu__table-sp__td-inner--icon__img {
    width: 22px;
    height: 22px;
    object-fit: cover;
    display: block;
    aspect-ratio: 1/1;
  }
  .p-menu__table-sp__td-inner--icon__img.cross {
    width: 13px;
    height: 13px;
    object-fit: cover;
    aspect-ratio: 1/1;
  }
  .p-menu__table-sp__td-inner--icon__img.triangle {
    width: 19px;
    height: 17px;
    object-fit: cover;
    aspect-ratio: 19/17;
  }
  .p-menu__table-sp__td-inner--icon__text {
    display: block;
    font-size: 1rem;
  }
  .p-menu__table-sp__td-inner--num {
    font-size: 2rem;
    line-height: 1.2;
    margin: 1px 1px;
    background-color: #fff;
    padding: 12px 0;
  }
  .p-menu__table-sp__td-inner--comment {
    font-size: 1.8rem;
    margin: 1px 1px;
    background-color: #fff;
    padding: 12px 0;
  }
  .p-menu__table-sp__td .recommend {
    position: relative;
  }
  .p-menu__table-sp__td .recommend::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--color-txt-secondary);
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  .p-menu__table-sp__td--small {
    font-size: 1.4rem;
    display: block;
  }
  .p-menu__table-sp .bg-blue {
    background-color: var(--color-txt-secondary);
    color: #fff;
  }
  .p-menu__table-sp .border {
    position: relative;
  }
  .p-menu__table-sp .mb4 {
    margin-bottom: 4px;
  }
}
.p-menu-note {
  font-size: 1.5rem;
  padding-left: 1em;
  color: var(--color-txt-primary);
}
@media only screen and (max-width: 768px) {
  .p-menu-note {
    font-size: 1.4rem;
  }
}
.p-menu-note__item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-menu-note__item {
    padding-left: 8px;
  }
}
.p-menu-note__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1em;
}
.p-menu-note__item:not(:last-of-type) {
  margin-bottom: 12px;
}
.p-menu-note__item-num {
  position: relative;
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-menu-note__item-num {
    display: block;
    padding-left: 18px;
  }
}
.p-menu-note__item-num--01::before {
  content: "※1";
  position: absolute;
  top: 0;
  left: -1em;
}
.p-menu-note__item-num--02::before {
  content: "※2";
  position: absolute;
  top: 0;
  left: -1em;
}

@media only screen and (min-width: 769px) {
  .p-data__list {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .p-data__list {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .p-data__list {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .p-data__item {
    width: min(33.4951456311vw, 345px) !important;
    aspect-ratio: 345/259;
  }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .p-data__item {
    width: min(33.4951456311vw, 345px) !important;
    aspect-ratio: 345/259;
  }
}
.p-data-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.p-data-info__txt {
  font-size: 2rem;
  color: #fff;
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .p-data-info__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 599px) {
  .p-data-info__txt {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.p-data-info__thumb {
  width: min(19.5145631068vw, 201px);
  aspect-ratio: 67/54;
}
@media only screen and (max-width: 599px) {
  .p-data-info__thumb {
    width: 60%;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .p-data .swiper-button-prev,
  .p-data .swiper-button-next {
    display: none;
  }
  .p-data .swiper-pagination {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .p-data .swiper-button-prev,
  .p-data .swiper-button-next {
    display: none;
  }
  .p-data .swiper-pagination {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .p-data .swiper-container {
    position: relative;
  }
  .p-data .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .p-data .swiper-button-next,
  .p-data .swiper-button-prev {
    margin-top: 50%;
    margin-top: 64.1791044776%;
    position: absolute;
    top: 1px;
    width: 30px;
    height: 30px;
    background-color: var(--color-blue--03);
  }
  .p-data .swiper-button-next:after, .p-data .swiper-button-prev:after {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  .p-data .swiper-container .swiper-button-prev {
    left: 15%;
  }
  .p-data .swiper-container .swiper-button-next {
    right: 15%;
  }
  .p-data .swiper-container .swiper-pagination {
    bottom: -30px !important;
  }
  .p-data .swiper-pagination-bullet {
    margin: 0 5px!important;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
  }
  .p-data .swiper-pagination-bullet-active {
    background-color: #fff;
  }
}

.p-trouble__list {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 769px) {
  .p-trouble__list {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 min(3.8834951456vw, 40px);
  }
}
.p-trouble__item {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 32px min(1.5533980583vw, 16px) 24px;
}
@media print, screen and (min-width: 769px) {
  .p-trouble__item {
    width: min(28.0582524272vw, 289px);
  }
}
@media only screen and (max-width: 768px) {
  .p-trouble__item {
    padding: 24px;
  }
  .p-trouble__item:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.p-trouble__item__txt {
  color: var(--color-txt-primary);
  font-size: clamp(1.4rem, 0.814rem + 0.8vw, 1.6rem);
}
@media only screen and (max-width: 768px) {
  .p-trouble__item__txt {
    font-size: 1.8rem;
    margin-bottom: 6px;
    line-height: 1.5;
  }
}
.p-trouble__item__thumb {
  text-align: center;
  aspect-ratio: 241/230;
}
@media only screen and (max-width: 768px) {
  .p-trouble__item__thumb {
    max-width: 241px;
    margin: 0 auto;
  }
}
.p-trouble-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.p-trouble-info__txt {
  font-size: 2rem;
  color: #fff;
}
.p-trouble-info__thumb {
  width: min(19.5145631068vw, 201px);
}

@media print, screen and (min-width: 769px) {
  .p-feature__item {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 min(2.3300970874vw, 24px);
  }
}
.p-feature__item:not(:last-of-type) {
  margin-bottom: 24px;
}
.p-feature__item:nth-of-type(2) {
  flex-direction: row-reverse;
}
.p-feature__thumb {
  width: 40.5825242718%;
  aspect-ratio: 209/150;
}
@media only screen and (max-width: 768px) {
  .p-feature__thumb {
    max-width: 418px;
    width: initial;
    margin: 0 auto;
    text-align: center;
  }
}
.p-feature__contents {
  width: 54.0776699029%;
}
@media only screen and (max-width: 768px) {
  .p-feature__contents {
    width: 100%;
  }
}
.p-feature__num {
  font-size: 2.4rem;
  margin-bottom: 8px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-feature__num {
    font-size: 1.8rem;
    text-align: left;
  }
}
.p-feature__num--en {
  text-transform: capitalize;
  font-size: 1.8rem;
  margin-right: 4px;
}
@media only screen and (max-width: 768px) {
  .p-feature__num--en {
    font-size: 1.4rem;
  }
}
.p-feature__hd {
  font-size: clamp(2.2rem, 0.441rem + 1.66vw, 2.8rem);
  background-color: #fff;
  padding: 8px 12px;
  margin-bottom: 16px;
  display: table;
  color: var(--color-txt-primary);
}
@media only screen and (max-width: 768px) {
  .p-feature__hd {
    font-size: 1.8rem;
    padding: 8px;
    margin-bottom: 12px;
  }
}
.p-feature__txt {
  color: #fff !important;
}

.p-card {
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .p-card {
    padding: 0;
  }
}
.p-card .swiper-wrap {
  display: flex;
  position: relative;
}
.p-card__item {
  display: flex;
  padding: 20px 20px 30px;
  width: 100%;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  align-self: stretch;
  background: #faf8ff;
}
@media only screen and (max-width: 768px) {
  .p-card__item {
    gap: 20px;
    padding: 20px;
  }
}
.p-card__image--border {
  border: 1px solid #e1e1e1;
}
.p-card__image {
  width: 100%;
  aspect-ratio: 80 / 53;
  display: flex;
  align-items: center;
  background: #ffffff;
}
.p-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 17px;
  width: 100%;
  color: var(--color-txt-primary);
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .p-card__body {
    gap: 20px;
  }
}
.p-card__title {
  font-size: 1.8rem;
}
.p-card__summary {
  flex-grow: 1; 
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-card__summary {
    font-weight: 300;
  }
}
.p-card .swiper {
  position: relative;
  padding-bottom: 58px;
}
@media only screen and (max-width: 768px) {
  .p-card .swiper {
    padding-bottom: 40px;
  }
}
.p-card .swiper-button-next,
.p-card .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,99.3%);
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .p-card .swiper-button-next,
  .p-card .swiper-button-prev  {
    top: var(--swiper-navigation-top-offset,99.9%);
  }
}
.p-card .swiper-button-next:after, .p-card .swiper-button-prev:after {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-card .swiper-button-next:after, .p-card .swiper-button-prev:after {
    font-size: 14px;
  }
}
.p-card .swiper .swiper-button-prev {
  left: 34.5%;
}
@media only screen and (max-width: 768px) {
  .p-card .swiper .swiper-button-prev {
    left: 14%;
  }
}
.p-card .swiper .swiper-button-next {
  right: 34%;
}
@media only screen and (max-width: 768px) {
  .p-card .swiper .swiper-button-next {
    right: 14%;
  }
}
.p-card .swiper .swiper-pagination {
  bottom: 0.5% !important;
}
@media only screen and (max-width: 768px) {
  .p-card .swiper .swiper-pagination {
    bottom: 0 !important;
  }
}
.p-card .swiper-pagination-bullet {
  margin: 0 10px!important;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .p-card .swiper-pagination-bullet {
    margin: 0 5px!important;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    border: 1px solid #fff;
  }
}
.p-card .swiper-pagination-bullet-active {
  background-color: #fff;
}
/* jQuery */
.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.is-down {
  bottom: 11px;
  transition: bottom .3s;
}
@media only screen and (max-width: 768px) {
  .is-down {
    bottom: 8px;
  }
}