@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1100px) {
  html {
    font-size: calc(100vw * 10 / 1100);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 375);
  }
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, figure {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  text-align: left;
  color: #333;
  font-size: 1.7rem;
  line-height: calc(30/17);
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

main {
  position: relative;
}

@media screen and (max-width: 767px) {
  html {
    min-height: 100vh;
  }

  body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, figure {
    line-height: 1.5;
    min-width: 1%;
    position: relative;
    font-size: 1.5rem;
    max-width: 100%;
  }
}
/* img
--------------------------------------------------*/
figure {
  text-align: center;
  line-height: 0;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  figure {
    width: 100%;
    text-align: center;
  }

  img {
    display: block;
  }
}
/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a.c-link {
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a:hover {
    opacity: 0.7;
  }

  a {
    outline: 1px solid transparent;
    outline: none;
  }
  a * {
    outline: 1px solid transparent;
    outline: none;
  }
  a img {
    transition: opacity 0.3s ease-out;
  }
}
/* txt/deco
--------------------------------------------------*/
.ta_c {
  text-align: center;
}

.fwb {
  font-weight: 700;
}

.highlight {
  background: linear-gradient(transparent 50%, #fffb66 50%, #fffb66 96%, transparent 96%);
}

.udl {
  border-bottom: 1px solid #333;
  padding-bottom: 0;
}

.fs_l {
  font-size: 1.2em;
}

.color_blk {
  color: #111;
}

.color_red {
  color: #8c0000;
}

/* pc/sp
--------------------------------------------------*/
.pc {
  display: none;
}

.sp {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}
/* flex
--------------------------------------------------*/
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.flex.-reverse {
  flex-direction: row-reverse;
}

/* clearfix
--------------------------------------------------*/
.cf {
  display: inline-block;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

.clear {
  clear: both;
}

/* form
--------------------------------------------------*/
input[type="text"],
input[type="tel"],
textarea, select,
input[type=button],
input[type=submit],
button[type=submit],
input[type=reset] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #999999;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="tel"],
textarea {
  width: 100%;
  max-width: 100%;
}

textarea {
  resize: vertical;
  overflow: auto;
}

input[type=button],
input[type=submit] {
  color: #fff;
  border-style: none;
}

select::-ms-expand {
  display: none;
}

::placeholder {
  color: #999999;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  textarea {
    width: 100%;
    font-size: 16px !important;
  }

  ::placeholder {
    font-size: 3.4vw;
  }
}
/* layout
--------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
}

.l-section {
  position: relative;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 95rem;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 5%;
  }
}
.l-contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 4px 2px rgba(51, 51, 51, 0.2);
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .l-contents {
    max-width: 85.4rem;
  }
  .l-contents.light {
    box-shadow: 0 0 4px 2px rgba(213, 213, 213, 0.3);
  }
}
/* header
--------------------------------------------------*/
.l-header {
  position: relative;
  background: url("../img/bg_fv_pc.jpg") no-repeat center top 4.8rem/100%;
}
.l-header__txt {
  background: #080e2f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding: 0.2em 0;
}
.l-header__fv {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 92rem;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .l-header {
    background-image: url("../img/bg_fv_sp.jpg");
    background-position: center top 2.4rem;
  }
  .l-header__txt {
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 0.5em 0;
  }
  .l-header__fv {
    max-width: inherit;
  }
}

/* footer
--------------------------------------------------*/
.l-footer {
  text-align: center;
  padding: 4.8rem 0;
  background: #313c4a;
}
.l-footer * {
  font-size: 1.458rem;
  letter-spacing: normal;
  color: #fff;
}
.l-footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.l-footer__link li {
  position: relative;
  padding: 0 2rem;
}
.l-footer__link li:nth-child(n + 2)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 1rem);
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.l-footer__copy {
  margin: 1.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 8% 0;
  }
  .l-footer * {
    font-size: 1.3rem;
  }
  .l-footer__link li {
    text-align: center;
  }
  .l-footer__link li:nth-child(n + 2)::before {
    height: calc(100% - 0.5rem);
  }
  .l-footer__copy {
    margin: 5% auto 0;
  }
}
/* component
--------------------------------------------------*/
.c-ttl, .c-subttl {
  text-align: center;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}

.c-ttl {
  font-size: 4.8rem;
  line-height: calc(60/48);
  color: #080e2f;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 2.2rem;
  }
}

.c-subttl {
  font-size: 4.8rem;
  line-height: calc(60/48);
  color: #080e2f;
}
@media screen and (max-width: 767px) {
  .c-subttl {
    font-size: 2.2rem;
  }
}

.c-ttlwrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 0.2em;
}

.c-btn {
  line-height: 1;
  text-align: center;
}
.c-btn img {
  width: 70.2rem;
  margin: auto;
}
.c-btn a {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn img {
    width: 96%;
  }
}

/* cta
--------------------------------------------------*/
.p-cta {
  position: relative;
  z-index: 5;
  border-top: 0.5rem solid #b6a152;
  background: #1b2c4f;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-cta {
    border-top-width: 0.3rem;
    padding: 1.5rem 0;
  }
}

/* sec01
--------------------------------------------------*/
.p-sec01 {
  background: #fff;
  padding: 8.5rem 0 7.5rem;
}
.p-sec01::before {
  position: absolute;
  content: "";
  background: #eeeeee;
  width: 25rem;
  height: 6rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-sec01__ttl {
  margin: 0 auto;
  letter-spacing: .075em;
}
.p-sec01 .l-inner {
  padding: 0 3rem;
}
.p-sec01 .l-inner p + p {
  margin-top: 3.5rem;
}
.p-sec01__movie {
  text-align: center;
  margin: 4rem auto 3.8rem;
}
.p-sec01__movie iframe {
  width: 100%;
  max-width: 64rem;
  height: 100%;
  aspect-ratio: 640/326;
}
.p-sec01__list {
  width: 100%;
  max-width: 88.4rem;
  margin: 3.4rem auto 6rem;
}
.p-sec01__list li {
  position: relative;
  background: #f8f8f8;
  border: 1px solid #ccc;
}
.p-sec01__list li::before, .p-sec01__list li::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.p-sec01__list li::before {
  left: 6.8rem;
  border-style: solid;
  border-width: 1.6rem 0 0 1.8rem;
  border-color: #ccc transparent transparent;
  translate: -50% 100%;
  transform: skew(-17deg);
  transform-origin: top;
}
.p-sec01__list li::after {
  left: 6.8rem;
  border-style: solid;
  border-width: 1.3rem 0 0 1.5rem;
  border-color: #f8f8f8 transparent transparent;
  translate: calc(-50% + 0.02rem) 100%;
  transform: skew(-17deg);
  transform-origin: top;
}
.p-sec01__list li + li {
  margin-top: 3rem;
}
.p-sec01__list li span {
  position: relative;
  display: block;
  color: #111111;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 2.2rem;
  letter-spacing: .04em;
  padding: 0.2rem 0 0.3rem 5.8rem;
}
.p-sec01__list li span::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_red.png") no-repeat center center/100% 100%;
  width: 2.7rem;
  height: 2.7rem;
  left: 1.5rem;
  top: .4em;
}
.p-sec01__list li span.-sm {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-sec01 {
    padding: 8.5% 0 8%;
  }
  .p-sec01::before {
    width: 12.5rem;
    height: 3rem;
  }
  .p-sec01__ttl {
    letter-spacing: .05em;
  }
  .p-sec01 .l-inner {
    padding: 0 5%;
  }
  .p-sec01 .l-inner p + p {
    margin-top: 5%;
  }
  .p-sec01__movie {
    margin: 8% auto 5%;
  }
  .p-sec01__movie iframe {
    width: 100%;
    max-width: inherit;
  }
  .p-sec01__list {
    width: 100%;
    max-width: inherit;
    margin: 8% auto 12%;
  }
  .p-sec01__list li::before {
    left: 4rem;
  }
  .p-sec01__list li::after {
    left: 4rem;
  }
  .p-sec01__list li + li {
    margin-top: 8%;
  }
  .p-sec01__list li span {
    font-size: 1.8rem;
    padding: 1rem 1rem 1.1rem 4rem;
  }
  .p-sec01__list li span::before {
    width: 2.1rem;
    height: 2.1rem;
    left: 1rem;
    top: .7em;
  }
  .p-sec01__list li span.-sm {
    font-size: 1.8rem;
  }
}
/* sec02
--------------------------------------------------*/
.p-sec02 {
  background: #fff;
}
.p-sec02__ttlwrap {
  position: relative;
  width: 100%;
  height: 15.4rem;
  background: #1b2c4f;
}
.p-sec02__ttl {
  color: #fff;
  letter-spacing: .05em;
}
.p-sec02__subttl {
  letter-spacing: .075em;
}
.p-sec02__subttl.ttl01 {
  margin: 7.8rem auto 7.2rem;
}
.p-sec02__subttl.ttl02 {
  margin: 7.8rem auto 6.8rem;
  white-space: nowrap;
}
.p-sec02__subttl.ttl03 {
  margin: 7.8rem auto 7.2rem;
}
.p-sec02 .l-inner {
  padding: 6.2rem 3rem 7.8rem;
}
.p-sec02 .l-inner p + p {
  margin-top: 3rem;
}
.p-sec02__txtbox.box01 {
  margin-bottom: 3.6rem;
}
.p-sec02__txtbox.box02 {
  margin-bottom: 2.8rem;
}
.p-sec02__txt {
  flex: 1;
}
.p-sec02__img.img01 {
  margin-right: 3.6rem;
  margin-top: 0.5rem;
  width: 40.7rem;
}
.p-sec02__img.img02 {
  margin-left: 3.6rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  width: 40.1rem;
}
.p-sec02__img.img03, .p-sec02__img.img04 {
  width: 43.3rem;
}
.p-sec02__imgwrap {
  justify-content: center;
  gap: 0 1.8rem;
  margin: 4rem auto 6.2rem;
}
.p-sec02__tbl {
  width: 86rem;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0 0 1px #d4d6d9;
  /* スマホ実機で文字拡大対策 */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.p-sec02__tbl * {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
}
.p-sec02__tbl table {
  border-collapse: collapse;
  width: 100%;
}
.p-sec02__tbl.tbl01 {
  margin: 6rem auto;
}
.p-sec02__tbl.tbl01 thead th {
  background: #011e48;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.5em 1.4em;
  border-bottom: 1px solid #d4d6d9;
}
.p-sec02__tbl.tbl01 thead th:nth-child(1) {
  width: 26%;
  text-align: center;
  border-right: 1px solid #d4d6d9;
}
.p-sec02__tbl.tbl01 thead th:nth-child(2) {
  width: 74%;
  text-align: left;
}
.p-sec02__tbl.tbl01 tbody th, .p-sec02__tbl.tbl01 tbody td {
  padding: 0.5em 1.4em;
}
.p-sec02__tbl.tbl01 tbody th {
  background: #f5f6f8;
  color: #011d48;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #d4d6d9;
}
.p-sec02__tbl.tbl01 tbody td {
  background: #fff;
  color: #0d0d0c;
  font-size: 2rem;
}
.p-sec02__tbl.tbl01 tbody tr:not(:last-child) th, .p-sec02__tbl.tbl01 tbody tr:not(:last-child) td {
  border-bottom: 1px solid #d4d6d9;
}
.p-sec02__tbl.tbl01 tbody tr:last-child th, .p-sec02__tbl.tbl01 tbody tr:last-child td {
  border-bottom: none;
}
.p-sec02__tbl.tbl02 {
  margin: 6rem auto 5rem;
}
.p-sec02__tbl.tbl02 thead th {
  color: #fff;
  font-weight: 700;
  padding: 0.9em 1.4em;
  border-bottom: 1px solid #d4d6d9;
  text-align: center;
}
.p-sec02__tbl.tbl02 thead th:nth-child(1) {
  background: #011e48;
  width: 21%;
  border-right: 1px solid #d4d6d9;
}
.p-sec02__tbl.tbl02 thead th:nth-child(2) {
  background: #727272;
  width: 34%;
  border-right: 1px solid #d4d6d9;
  font-size: 2rem;
}
.p-sec02__tbl.tbl02 thead th:nth-child(3) {
  background: #011e48;
  width: 45%;
  font-size: 1.8rem;
  padding-right: 1.2em;
}
.p-sec02__tbl.tbl02 thead th:nth-child(3) .sm {
  font-size: 1.6rem;
}
.p-sec02__tbl.tbl02 tbody th {
  background: #f2f5f9;
  color: #090909;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #d4d6d9;
  padding: 0.5em 0;
}
.p-sec02__tbl.tbl02 tbody td {
  background: #fff;
  color: #0d0d0c;
  font-size: 1.8rem;
  padding: 0.8em 1.4em;
}
.p-sec02__tbl.tbl02 tbody td:nth-child(2) {
  border-right: 1px solid #d4d6d9;
  letter-spacing: normal;
}
.p-sec02__tbl.tbl02 tbody td:nth-child(3) {
  color: #011d48;
  font-weight: 700;
  letter-spacing: normal;
  padding-right: 0;
}
.p-sec02__tbl.tbl02 tbody tr:not(:last-child) th, .p-sec02__tbl.tbl02 tbody tr:not(:last-child) td {
  border-bottom: 1px solid #d4d6d9;
}
.p-sec02__tbl.tbl02 tbody tr:last-child th, .p-sec02__tbl.tbl02 tbody tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-sec02__ttlwrap {
    height: auto;
    padding: 3.5% 0;
  }
  .p-sec02__subttl {
    letter-spacing: .05em;
  }
  .p-sec02__subttl.ttl01 {
    margin: 10% auto;
  }
  .p-sec02__subttl.ttl02 {
    margin: 10% auto;
    white-space: normal;
  }
  .p-sec02__subttl.ttl03 {
    margin: 10% auto;
  }
  .p-sec02 .l-inner {
    padding: 8% 5% 8%;
  }
  .p-sec02 .l-inner p + p {
    margin-top: 5%;
  }
  .p-sec02__txtbox {
    flex-direction: column !important;
    align-items: center;
  }
  .p-sec02__txtbox.box01 {
    margin-bottom: 8%;
  }
  .p-sec02__txtbox.box02 {
    margin-bottom: 8%;
  }
  .p-sec02__txt {
    flex: 1;
  }
  .p-sec02__img {
    text-align: center;
  }
  .p-sec02__img.img01 {
    margin: 0 auto 5%;
    width: 86%;
  }
  .p-sec02__img.img02 {
    margin: 0 auto 5%;
    width: 86%;
  }
  .p-sec02__img.img03, .p-sec02__img.img04 {
    width: 100%;
  }
  .p-sec02__imgwrap {
    justify-content: space-between;
    gap: 0 0.5rem;
    margin: 8% auto;
  }
  .p-sec02__scroll {
    overflow-y: auto;
    padding: 0 0.2rem;
    margin-bottom: 8%;
  }
  .p-sec02__tbl.tbl01 {
    margin: 8% auto 3%;
  }
  .p-sec02__tbl.tbl01 thead th:nth-child(1) {
    font-size: 1.6rem;
  }
  .p-sec02__tbl.tbl01 thead th:nth-child(2) {
    font-size: 1.6rem;
  }
  .p-sec02__tbl.tbl01 tbody th {
    font-size: 1.6rem;
  }
  .p-sec02__tbl.tbl01 tbody td {
    font-size: 1.6rem;
  }
  .p-sec02__tbl.tbl02 {
    margin: 8% auto 3%;
  }
  .p-sec02__tbl.tbl02 thead th:nth-child(2) {
    font-size: 1.6rem;
  }
  .p-sec02__tbl.tbl02 thead th:nth-child(3) {
    font-size: 1.6rem;
  }
  .p-sec02__tbl.tbl02 tbody th {
    font-size: 1.6rem;
  }
  .p-sec02__tbl.tbl02 tbody td {
    font-size: 1.6rem;
  }
}
/* sec03
--------------------------------------------------*/
.p-sec03 {
  background: #313c4a;
  padding: 3.7rem 0 4.6rem;
  box-shadow: 0px -0.2rem 1rem 0px rgba(0, 0, 0, 0.3);
  z-index: 6;
}
.p-sec03 .l-contents {
  padding: 4.5rem 3.2rem 7rem;
}
.p-sec03 .l-contents p + p {
  margin-top: 3rem;
}
.p-sec03__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem 0;
  margin: 0 auto 5.2rem;
}
.p-sec03__ttl span {
  font-size: 3.7rem;
  color: #fff;
  letter-spacing: .05em;
  background: #080e2f;
  display: inline-block;
  padding: 0.2em 0.5em;
}
.p-sec03__txtbox {
  margin: 0 auto 3.6rem;
}
.p-sec03__txt {
  flex: 1;
}
.p-sec03__img {
  width: 36.8rem;
  margin-left: 2rem;
  margin-top: 0.5rem;
}
.p-sec03__list {
  margin: 3rem 0 0;
}
.p-sec03__list li {
  position: relative;
  font-size: 2.2rem;
  line-height: calc(36/22);
  padding-left: 1.5em;
  font-weight: 700;
}
.p-sec03__list li::before {
  position: absolute;
  content: "●";
  color: #8c0000;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-sec03 {
    padding: 8% 0;
  }
  .p-sec03 .l-inner {
    padding: 0 3%;
  }
  .p-sec03 .l-contents {
    padding: 5% 3% 6.5%;
  }
  .p-sec03 .l-contents p + p {
    margin-top: 5%;
  }
  .p-sec03__ttl {
    gap: 0.5rem 0;
    margin: 0 auto 8%;
  }
  .p-sec03__ttl span {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-sec03__txtbox {
    margin: 0 auto 6.5%;
    flex-direction: column !important;
    align-items: center;
  }
  .p-sec03__img {
    width: 90%;
    margin: 0 auto 6.5%;
  }
  .p-sec03__list {
    margin: 5% 0 0;
  }
  .p-sec03__list li {
    font-size: 1.8rem;
  }
}
/* sec04
--------------------------------------------------*/
.p-sec04 {
  background: #1b2c4f;
}
.p-sec04__ttlwrap {
  background: url("../img/bg_sec04_head.jpg") no-repeat center top/cover;
  width: 100%;
  height: 57.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.5rem solid #b6a152;
  border-bottom: 0.5rem solid #b6a152;
}
.p-sec04__ttl {
  width: 88rem;
}
.p-sec04 .l-inner {
  padding: 2.7rem 0 6.4rem;
}
.p-sec04 .l-contents {
  padding: 3.2rem 3.6rem 9.7rem;
  margin-bottom: 6.3rem;
}
.p-sec04 .l-contents p:not([class]) + p:not([class]) {
  margin-top: 3rem;
}
.p-sec04__item {
  position: relative;
  padding-bottom: 2.2rem;
}
.p-sec04__item::before, .p-sec04__item::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}
.p-sec04__item::before {
  background: #ccc;
  width: calc(100% + 4rem);
  height: 1px;
  bottom: 0;
}
.p-sec04__item.item01 {
  margin-top: 3.2rem;
}
.p-sec04__item + .p-sec04__item {
  margin-top: 4.5rem;
}
.p-sec04__item.item04::after {
  background: #1b2c4f;
  width: 25.4rem;
  height: 6rem;
  bottom: -5.9rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.p-sec04__item-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 2.3rem;
  margin: 0 auto 3.2rem;
}
.p-sec04__item-num {
  width: 9.9rem;
  height: 9.9rem;
  border-radius: 9.9rem;
  background: #1b2c4f;
  border: 1px solid #b6a152;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-sec04__item-num img {
  width: 2.2rem;
}
.p-sec04__item-ttl {
  flex: 1;
  font-size: 4.16rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #8c0000;
  line-height: calc(50/41.6);
}
.p-sec04__txtbox {
  margin: 0 auto;
  align-items: center;
}
.p-sec04__txt {
  flex: 1;
}
.p-sec04__img.img01 {
  width: 28.7rem;
  margin-left: 0.5rem;
  margin-right: 4.2rem;
}
.p-sec04__img.img02 {
  width: 29rem;
  margin-right: 1.8rem;
  margin-left: 2rem;
}
.p-sec04__img.img03 {
  width: 28.4rem;
  margin-left: 0.5rem;
  margin-right: 4.8rem;
}
.p-sec04__img.img04 {
  width: 28.5rem;
  margin-right: 1.8rem;
  margin-left: 2.4rem;
}
.p-sec04__cont {
  margin-top: 9.6rem;
  margin-bottom: 6rem;
}
.p-sec04__cont-ttl {
  font-size: 4rem;
  letter-spacing: .01em;
  color: #8c0000;
  margin: 0 auto 5.4rem;
}
.p-sec04__caption {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
  margin: 0 auto 2.2rem;
}
.p-sec04__tbl {
  width: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0 0 1px #d4d6d9;
  margin: 0 auto;
  /* スマホ実機で文字拡大対策 */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.p-sec04__tbl * {
  font-family: "Noto Sans JP", sans-serif;
}
.p-sec04__tbl table {
  border-collapse: collapse;
  width: 100%;
}
.p-sec04__tbl thead th {
  color: #fff;
  font-weight: 700;
  padding: 0.9em 1.4em;
  border-bottom: 1px solid #d4d6d9;
  text-align: center;
}
.p-sec04__tbl thead th:nth-child(1) {
  background: #0f2e57;
  width: 20%;
  border-right: 1px solid #d4d6d9;
}
.p-sec04__tbl thead th:nth-child(2) {
  background: #7b7a7a;
  width: 25%;
  border-right: 1px solid #d4d6d9;
  font-size: 1.8rem;
}
.p-sec04__tbl thead th:nth-child(3) {
  background: #646464;
  width: 25%;
  font-size: 1.6rem;
  border-right: 1px solid #d4d6d9;
}
.p-sec04__tbl thead th:nth-child(4) {
  background: #0f2f59;
  width: 30%;
  font-size: 1.8rem;
}
.p-sec04__tbl tbody th {
  background: #f2f5f9;
  color: #090909;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -.02em;
  border-right: 1px solid #d4d6d9;
  padding: 0.8em 1.6rem;
}
.p-sec04__tbl tbody th.-sm {
  font-size: 1.6rem;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}
.p-sec04__tbl tbody td {
  background: #fff;
  color: #0d0d0c;
  font-size: 1.5rem;
}
.p-sec04__tbl tbody td:nth-child(2) {
  border-right: 1px solid #d4d6d9;
  padding: 0.8em 1em;
}
.p-sec04__tbl tbody td:nth-child(3) {
  border-right: 1px solid #d4d6d9;
  padding: 0.8em 1em;
}
.p-sec04__tbl tbody td:nth-child(4) {
  color: #011d48;
  font-weight: 700;
  padding: 0.8em 0.6em;
}
.p-sec04__tbl tbody tr:not(:last-child) th, .p-sec04__tbl tbody tr:not(:last-child) td {
  border-bottom: 1px solid #d4d6d9;
}
.p-sec04__tbl tbody tr:last-child th, .p-sec04__tbl tbody tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-sec04__ttlwrap {
    height: auto;
    padding: 0 5%;
    border-top-width: 0.3rem;
    border-bottom-width: 0.3rem;
  }
  .p-sec04__ttl {
    width: 100%;
  }
  .p-sec04 .l-inner {
    padding: 8% 3% 5%;
  }
  .p-sec04 .l-contents {
    padding: 5% 3% 2%;
    margin-bottom: 5%;
  }
  .p-sec04 .l-contents p:not([class]) + p:not([class]) {
    margin-top: 5%;
  }
  .p-sec04__item {
    padding-bottom: 5%;
  }
  .p-sec04__item::before {
    width: 100%;
  }
  .p-sec04__item.item01 {
    margin-top: 10%;
  }
  .p-sec04__item + .p-sec04__item {
    margin-top: 10%;
  }
  .p-sec04__item.item04::after {
    width: 12.5rem;
    height: 3rem;
    bottom: -2.9rem;
  }
  .p-sec04__item-head {
    gap: 0 1.2rem;
    margin: 0 auto 8%;
  }
  .p-sec04__item-num {
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
  }
  .p-sec04__item-num img {
    width: 1.1rem;
  }
  .p-sec04__item-ttl {
    font-size: 2rem;
  }
  .p-sec04__txtbox {
    flex-direction: column !important;
  }
  .p-sec04__img.img01 {
    width: 80%;
    margin: 5% auto 0;
  }
  .p-sec04__img.img02 {
    width: 80%;
    margin: 5% auto 0;
  }
  .p-sec04__img.img03 {
    width: 80%;
    margin: 5% auto 0;
  }
  .p-sec04__img.img04 {
    width: 80%;
    margin: 5% auto 0;
  }
  .p-sec04__cont {
    margin-top: 15%;
    margin-bottom: 10%;
  }
  .p-sec04__cont-ttl {
    font-size: 2.2rem;
    margin: 0 auto 5%;
  }
  .p-sec04__caption {
    font-size: 1.8rem;
    margin: 0 auto 3%;
  }
  .p-sec04__scroll {
    overflow-y: auto;
    padding: 0 0.2rem;
    margin-bottom: 8%;
  }
  .p-sec04__tbl {
    width: 86rem;
    margin: 0 auto 3%;
  }
  .p-sec04__tbl thead th:nth-child(2) {
    font-size: 1.6rem;
  }
  .p-sec04__tbl thead th:nth-child(3) {
    font-size: 1.6rem;
  }
  .p-sec04__tbl thead th:nth-child(4) {
    font-size: 1.6rem;
  }
  .p-sec04__tbl tbody th {
    font-size: 1.6rem;
  }
  .p-sec04__tbl tbody th.-sm {
    font-size: 1.6rem;
  }
  .p-sec04__tbl tbody td {
    font-size: 1.4rem;
  }
}
/* sec05
--------------------------------------------------*/
.p-sec05 {
  background: url("../img/bg_sec05.jpg") no-repeat center top/cover;
  padding: 6rem 0 5rem;
}
.p-sec05 .l-inner {
  padding: 0 4.5rem;
}
.p-sec05 .l-inner p:not([class]) + p:not([class]) {
  margin-top: 3rem;
}
.p-sec05__ttl {
  color: #111111;
  font-size: 5.96rem;
  letter-spacing: 0.1em;
  margin: 0 auto 5.8rem;
}
.p-sec05__txtbox {
  margin-bottom: 7.6rem;
  display: grid;
  grid-template-columns: 1fr 33rem;
  grid-template-rows: auto auto;
  justify-content: center;
  gap: 0 3.6rem;
  grid-template-areas: "left owner" "left book";
}
.p-sec05__owner {
  width: 33rem;
  grid-area: owner;
}
.p-sec05__book {
  width: 33rem;
  grid-area: book;
  margin-top: 2.2rem;
}
.p-sec05__left {
  grid-area: left;
}
.p-sec05__txt {
  grid-area: txt;
  margin-top: 4rem;
}
.p-sec05__name {
  width: 25.5rem;
  margin-left: 2.4rem;
  margin-bottom: 4rem;
}
.p-sec05__pos {
  font-size: 2.2rem;
  line-height: calc(30/22);
}
.p-sec05__subttl {
  width: 100%;
  max-width: 79rem;
  position: relative;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #111111;
  border-top: 1px solid #1b2c4f;
  border-bottom: 1px solid #1b2c4f;
  padding: 1.2rem 0;
  margin: 0 auto 4rem;
}
.p-sec05__movie {
  text-align: center;
  margin: 4rem auto 0;
}
.p-sec05__movie iframe {
  width: 100%;
  max-width: 64rem;
  height: 100%;
  aspect-ratio: 640/326;
}

@media screen and (max-width: 767px) {
  .p-sec05 {
    padding: 8% 0;
  }
  .p-sec05 .l-inner {
    padding: 0 5%;
  }
  .p-sec05 .l-inner p:not([class]) + p:not([class]) {
    margin-top: 5%;
  }
  .p-sec05__ttl {
    font-size: 3.2rem;
    margin: 0 auto 8%;
  }
  .p-sec05__txtbox {
    margin-bottom: 12%;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 0;
    grid-template-areas: "owner" "left" "book";
  }
  .p-sec05__owner {
    width: 68%;
    margin: 0 auto;
  }
  .p-sec05__book {
    width: 80%;
    margin: 5% auto 0;
  }
  .p-sec05__txt {
    margin-top: 5%;
  }
  .p-sec05__name {
    width: 14rem;
    margin: 6.5% auto;
  }
  .p-sec05__pos {
    font-size: 1.7rem;
  }
  .p-sec05__subttl {
    max-width: inherit;
    font-size: 2.2rem;
    margin: 0 auto 8%;
  }
  .p-sec05__movie {
    margin: 8% auto 0;
  }
  .p-sec05__movie iframe {
    width: 100%;
    max-width: inherit;
  }
}
/* sec06
--------------------------------------------------*/
.p-sec06 {
  background: #1b2c4f;
}
.p-sec06__ttlwrap {
  background: url("../img/bg_sec06_head.jpg") no-repeat center top/cover;
  width: 100%;
  height: 42.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.5rem solid #b6a152;
}
.p-sec06__ttl {
  width: 60rem;
}
.p-sec06 .l-inner {
  padding: 2.7rem 0 7rem;
}
.p-sec06 .l-contents {
  padding: 3.6rem 3rem 9.2rem;
}
.p-sec06 .l-contents p:not([class]) + p:not([class]) {
  margin-top: 3rem;
}
.p-sec06__cmttl {
  width: 44.6rem;
  margin: 0 auto;
}
.p-sec06__cmsubttl {
  margin: 1.4rem auto 3rem;
}
.p-sec06__cmsubttl span {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  color: #051c45;
}
.p-sec06__cmsubttl span::before, .p-sec06__cmsubttl span::after {
  position: absolute;
  content: "";
  background: #051c45;
  width: 8rem;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.p-sec06__cmsubttl span::before {
  left: -10rem;
}
.p-sec06__cmsubttl span::after {
  right: -10rem;
}
.p-sec06__cmsubttl2 {
  margin: 1.4rem auto 3rem;
  position: relative;
}
.p-sec06__cmsubttl2::before {
  position: absolute;
  content: "";
  background: #051c45;
  width: 100%;
  height: 1px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-sec06__cmsubttl2 span {
  position: relative;
  z-index: 2;
  font-size: 3.6rem;
  color: #051c45;
}
.p-sec06__cmsubttl2 span::before {
  position: absolute;
  content: "";
  background: #fff;
  width: calc(100% + 4rem);
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p-sec06__cont01-ttl {
  font-size: 6.98rem;
  letter-spacing: .075em;
}
.p-sec06__cont01-subttl {
  width: 100%;
  max-width: 65rem;
  position: relative;
  font-size: 3.6rem;
  letter-spacing: .075em;
  color: #8c0000;
  border-top: 1px solid #1b2c4f;
  border-bottom: 1px solid #1b2c4f;
  padding: 1.2rem 0 1.3rem;
  margin: 1rem auto 2.8rem;
}
.p-sec06__cont01-imgwrap {
  justify-content: center;
  gap: 0 1.6rem;
  margin: 0 auto 5rem;
}
.p-sec06__cont01-img {
  width: 37.9rem;
}
.p-sec06__cont01-step {
  margin: 2rem auto 0;
}
.p-sec06__cont01-step dt {
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #080e2f;
  font-weight: 700;
  letter-spacing: .075em;
  padding-left: 0.6rem;
}
.p-sec06__cont01-step dd {
  margin-top: 0.6rem;
}
.p-sec06__cont01-step dd + dt {
  margin-top: 1.8rem;
}
.p-sec06__cont02 {
  margin-top: 6.8rem;
}
.p-sec06__tbl {
  width: 76rem;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0 0 1px #011e48;
  margin: 0 auto;
  /* スマホ実機で文字拡大対策 */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.p-sec06__tbl * {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
}
.p-sec06__tbl table {
  border-collapse: collapse;
  width: 100%;
}
.p-sec06__tbl thead th {
  background: #011e48;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.4em 1.4em;
  border-bottom: 1px solid #d4d6d9;
}
.p-sec06__tbl thead th:nth-child(1) {
  width: 13%;
  text-align: center;
  border-right: 1px solid #d4d6d9;
}
.p-sec06__tbl thead th:nth-child(2) {
  width: 87%;
  text-align: left;
}
.p-sec06__tbl tbody th, .p-sec06__tbl tbody td {
  font-feature-settings: "palt";
}
.p-sec06__tbl tbody th {
  background: #f1f5fa;
  color: #011d48;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #d4d6d9;
  padding: 0.4em 0.5em;
}
.p-sec06__tbl tbody td {
  background: #fff;
  color: #0d0d0c;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.5em 1.4em;
}
.p-sec06__tbl tbody tr:not(:last-child) th, .p-sec06__tbl tbody tr:not(:last-child) td {
  border-bottom: 1px solid #d4d6d9;
}
.p-sec06__tbl tbody tr:last-child th, .p-sec06__tbl tbody tr:last-child td {
  border-bottom: none;
}
.p-sec06__cont03 {
  margin: 6.8rem auto 4rem;
  width: 65.4rem;
}
.p-sec06__cont03 .p-sec06__cmsubttl {
  margin-bottom: 2rem;
}
.p-sec06__block {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
.p-sec06__block-item {
  position: relative;
  background: #fff;
  border: 0.2rem solid #d0d3d8;
  border-radius: 0.8rem;
  padding: 0.5rem 0.5rem 1.2rem 5.2rem;
}
.p-sec06__block-item p {
  font-size: 1.6rem;
  color: #111111;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.04em;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.p-sec06__block-item p.-sm {
  font-size: 1.5rem;
}
.p-sec06__block-item p .sm14 {
  font-size: 1.4rem;
}
.p-sec06__block-item p .sm13 {
  font-size: 1.3rem;
}
.p-sec06__block-item p::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_navy.png") no-repeat center center/contain;
  width: 3.2rem;
  height: 3.2rem;
  left: 1.2rem;
  top: 1.2rem;
}
.p-sec06__block-num {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1b2c4f;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  margin-right: 0.3rem;
}
.p-sec06__cont04 {
  margin: 4rem auto;
  width: 65.4rem;
}
.p-sec06__cont04 .p-sec06__cmsubttl {
  margin-bottom: 2rem;
}
.p-sec06__target {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0 1.4rem;
}
.p-sec06__target-yes, .p-sec06__target-no {
  width: 32rem;
  background: #fff;
  border-radius: 1.2rem;
  border-width: 0.2rem;
  border-style: solid;
}
.p-sec06__target-yes {
  border-color: #080e2f;
}
.p-sec06__target-yes dt {
  background: #f6fafe;
  color: #080e2f;
}
.p-sec06__target-yes dt::before {
  background-image: url("../img/icn_check_navy.png");
}
.p-sec06__target-yes dt::after {
  border-bottom: 2px dotted #367ed1;
}
.p-sec06__target-yes dd li {
  padding: 0.7rem 0 0.7rem 3rem;
}
.p-sec06__target-yes dd li::before {
  top: 0.6em;
}
.p-sec06__target-yes dd li:not(:last-child) {
  border-bottom: 1px dotted #367ed1;
}
.p-sec06__target-yes dd li::before {
  background-image: url("../img/icn_check_navy.png");
}
.p-sec06__target-no {
  border-color: #8c0000;
}
.p-sec06__target-no dt {
  background: #fef7f3;
  color: #8c0000;
}
.p-sec06__target-no dt::before {
  background-image: url("../img/icn_check_cross.png");
}
.p-sec06__target-no dt::after {
  border-bottom: 2px dotted #8c0000;
}
.p-sec06__target-no dd li {
  padding: 1.6rem 0 1.6rem 3rem;
}
.p-sec06__target-no dd li::before {
  top: 1.25em;
}
.p-sec06__target-no dd li:not(:last-child) {
  border-bottom: 1px dotted #8c0000;
}
.p-sec06__target-no dd li::before {
  background-image: url("../img/icn_check_cross.png");
}
.p-sec06__target dt {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 1.2rem 0 1.2rem 3.6rem;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
.p-sec06__target dt::before, .p-sec06__target dt::after {
  position: absolute;
  content: "";
}
.p-sec06__target dt::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
}
.p-sec06__target dt::after {
  width: calc(100% - 2rem);
  height: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.p-sec06__target dd {
  padding: 1rem;
}
.p-sec06__target dd li {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -.02em;
  font-feature-settings: "palt";
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
}
.p-sec06__target dd li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.p-sec06__txtbox {
  margin: 8.5rem auto;
}
.p-sec06__txt {
  flex: 1;
}
.p-sec06__img {
  width: 34rem;
  margin-left: 2rem;
  margin-right: 1.4rem;
}
.p-sec06__price {
  margin: -1rem auto 4.6rem;
}
.p-sec06__price-txt {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.p-sec06__price-txt.txt01 {
  color: #080e2f;
  font-size: 2rem;
  font-weight: 700;
}
.p-sec06__price-txt.txt02 {
  color: #111111;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1.3rem auto 1.2rem;
}
.p-sec06__price-txt.txt03 {
  color: #8c0000;
  font-size: 3rem;
  font-weight: 700;
}
.p-sec06__price-txt.txt04 {
  margin: 2.4rem auto 2.1rem;
}
.p-sec06__price-txt.txt04 span {
  display: inline-block;
  color: #1b2c4f;
  font-size: 3rem;
  font-weight: 700;
  border: 0.3rem solid #b6a152;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 0.8rem 1rem;
}
.p-sec06__price-txt.txt05 {
  color: #1b2c4f;
  font-size: 6.7rem;
  font-weight: 700;
  line-height: 1;
}
.p-sec06__price-txt.txt05 .yen {
  font-size: 3.6rem;
}
.p-sec06__btn {
  margin: 2.8rem auto 5rem;
}

@media screen and (max-width: 767px) {
  .p-sec06__ttlwrap {
    height: auto;
    border-top-width: 0.3rem;
    padding: 0 5%;
  }
  .p-sec06__ttl {
    width: 100%;
  }
  .p-sec06 .l-inner {
    padding: 8% 3%;
  }
  .p-sec06 .l-contents {
    padding: 5% 3% 6.5%;
  }
  .p-sec06 .l-contents p:not([class]) + p:not([class]) {
    margin-top: 5%;
  }
  .p-sec06__cmttl {
    width: 90%;
  }
  .p-sec06__cmsubttl {
    margin: 1.8% auto 5%;
  }
  .p-sec06__cmsubttl span {
    font-size: 2rem;
  }
  .p-sec06__cmsubttl span::before, .p-sec06__cmsubttl span::after {
    width: 4rem;
  }
  .p-sec06__cmsubttl span::before {
    left: -6rem;
  }
  .p-sec06__cmsubttl span::after {
    right: -6rem;
  }
  .p-sec06__cmsubttl2 {
    margin: 1.8% auto 5%;
  }
  .p-sec06__cmsubttl2 span {
    font-size: 2rem;
  }
  .p-sec06__cont01-ttl {
    font-size: 2.4rem;
    letter-spacing: .05em;
  }
  .p-sec06__cont01-subttl {
    font-size: 1.7rem;
    letter-spacing: .05em;
    margin: 2% auto 8%;
  }
  .p-sec06__cont01-imgwrap {
    justify-content: space-between;
    gap: 0 0.5rem;
    margin: 0 auto 5%;
  }
  .p-sec06__cont01-img {
    width: 100%;
  }
  .p-sec06__cont01-step {
    margin: 8% auto 0;
  }
  .p-sec06__cont01-step dt {
    font-size: 1.9rem;
    letter-spacing: .05em;
    padding-left: 0;
  }
  .p-sec06__cont01-step dd {
    margin-top: 3.5%;
  }
  .p-sec06__cont01-step dd + dt {
    margin-top: 5%;
  }
  .p-sec06__cont02 {
    margin-top: 10%;
  }
  .p-sec06__scroll {
    overflow-y: auto;
    padding: 0 0.2rem;
    margin-bottom: 8%;
  }
  .p-sec06__tbl {
    width: 70rem;
    margin-bottom: 3%;
  }
  .p-sec06__tbl thead th {
    font-size: 1.6rem;
  }
  .p-sec06__tbl tbody th {
    font-size: 1.6rem;
  }
  .p-sec06__tbl tbody td {
    font-size: 1.5rem;
  }
  .p-sec06__cont03 {
    margin: 10% auto;
    width: 100%;
  }
  .p-sec06__cont03 .p-sec06__cmsubttl {
    margin-bottom: 8%;
  }
  .p-sec06__block {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6rem;
  }
  .p-sec06__block-item {
    padding: 0.5rem 1.2rem 1rem 3.8rem;
  }
  .p-sec06__block-item p {
    font-size: 1.4rem;
    white-space: normal;
  }
  .p-sec06__block-item p.-sm {
    font-size: 1.4rem;
  }
  .p-sec06__block-item p .sm14 {
    font-size: 1.4rem;
  }
  .p-sec06__block-item p .sm13 {
    font-size: 1.4rem;
  }
  .p-sec06__block-item p::before {
    width: 2rem;
    height: 2rem;
    left: -2.8rem;
    top: 0.5rem;
  }
  .p-sec06__block-num {
    font-size: 2rem;
  }
  .p-sec06__cont04 {
    margin: 10% auto;
    width: 100%;
  }
  .p-sec06__cont04 .p-sec06__cmsubttl {
    margin-bottom: 5%;
  }
  .p-sec06__target {
    width: 100%;
    flex-direction: column;
    gap: 1.5rem 0;
  }
  .p-sec06__target-yes, .p-sec06__target-no {
    width: 100%;
  }
  .p-sec06__target-yes dd li {
    padding: 0.7rem 0 0.7rem 3rem;
  }
  .p-sec06__target-yes dd li::before {
    top: 0.6em;
  }
  .p-sec06__target-no dd li {
    padding: 0.7rem 0 0.7rem 3rem;
  }
  .p-sec06__target-no dd li::before {
    top: 0.6em;
  }
  .p-sec06__target dt {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
  .p-sec06__target dt::before {
    width: 2.8rem;
    height: 2.8rem;
  }
  .p-sec06__target dd {
    padding: 0.5rem 1rem;
  }
  .p-sec06__target dd li {
    font-size: 1.5rem;
  }
  .p-sec06__txtbox {
    margin: 10% auto;
    flex-direction: column;
    align-items: center;
  }
  .p-sec06__img {
    width: 86%;
    margin: 5% auto 0;
  }
  .p-sec06__price {
    margin: 0 auto 10%;
  }
  .p-sec06__price-txt.txt01 {
    font-size: 1.8rem;
  }
  .p-sec06__price-txt.txt02 {
    font-size: 1.5rem;
    margin: 3% auto 5%;
  }
  .p-sec06__price-txt.txt03 {
    font-size: 1.8rem;
  }
  .p-sec06__price-txt.txt04 {
    margin: 8% auto 3%;
  }
  .p-sec06__price-txt.txt04 span {
    font-size: 2.2rem;
  }
  .p-sec06__price-txt.txt05 {
    font-size: 4rem;
  }
  .p-sec06__price-txt.txt05 .yen {
    font-size: 2.2rem;
  }
  .p-sec06__btn {
    margin: 5% auto;
  }
}
/* sec07
--------------------------------------------------*/
.p-sec07 {
  background: #fff;
  padding: 8.5rem 0 6rem;
}
.p-sec07__ttl {
  margin: 0 auto 4.8rem;
  font-size: 5.96rem;
  color: #111111;
}
.p-sec07 .l-inner {
  padding: 0 3rem;
}
.p-sec07 .l-inner p:not([class]) + p:not([class]) {
  margin-top: 3rem;
}
.p-sec07__faq {
  position: relative;
  margin: 0 auto 14rem;
}
.p-sec07__faq::before {
  position: absolute;
  content: "";
  background: #eeeeee;
  width: 25rem;
  height: 6rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -11rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-sec07__faq-q {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(25/18);
  padding: 1.2rem 0 1.2rem 5rem;
}
.p-sec07__faq-q::before {
  position: absolute;
  content: "";
  background: url("../img/icn_q.png") no-repeat center center/100% 100%;
  width: 3.6rem;
  height: 3.6rem;
  left: 0;
  top: .2em;
}
.p-sec07__faq-a {
  line-height: calc(25/17);
  padding: 1.2rem 0.5rem 1.8rem;
  border-bottom: 1px solid #ccc;
}
.p-sec07__faq-a + .p-sec07__faq-q {
  margin-top: 1.8rem;
}
.p-sec07__cont {
  padding: 0 0.5rem;
}
.p-sec07__cont-txtlg {
  font-size: 3.6rem;
  line-height: calc(60/36);
  letter-spacing: .075em;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #080e2f;
  margin: 0 auto 4.8rem;
}
.p-sec07__cont-ttl {
  width: 56rem;
  margin: 5.6rem auto 3.6rem;
}
.p-sec07__price {
  margin: 0 auto;
}
.p-sec07__price-txt {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.p-sec07__price-txt.txt01 {
  color: #8c0000;
  font-size: 3rem;
  line-height: calc(47.36/30);
  font-weight: 700;
}
.p-sec07__price-txt.txt02 {
  margin: 4.2rem auto 2rem;
}
.p-sec07__price-txt.txt02 span {
  display: inline-block;
  color: #1b2c4f;
  font-size: 3rem;
  font-weight: 700;
  border: 0.3rem solid #b6a152;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 0.8rem 1rem;
}
.p-sec07__price-txt.txt03 {
  color: #1b2c4f;
  font-size: 6.7rem;
  font-weight: 700;
  line-height: 1;
}
.p-sec07__price-txt.txt03 .yen {
  font-size: 3.6rem;
}
.p-sec07__btn {
  margin: 4rem auto 5rem;
}
.p-sec07__present {
  width: 81.5rem;
  background: #313c4a;
  margin: 9.2rem auto 0;
  padding: 1.2rem 1.3rem 2rem;
}
.p-sec07__present-ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 5.69rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.2rem;
}
.p-sec07__present-inner {
  position: relative;
  background: #fff;
  border: 0.3rem solid #b6a152;
  display: flex;
  justify-content: flex-end;
  padding: 3rem 0 3.8rem;
}
.p-sec07__present-right {
  width: 52.4rem;
  padding: 0 2.5rem 0;
}
.p-sec07__present-img {
  position: absolute;
  left: 1rem;
  bottom: 0;
  width: 26.1rem;
}
.p-sec07__present-txt01 {
  font-weight: 900;
  color: #1b2c4f;
  font-size: 5.1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin-left: 1rem;
}
.p-sec07__present-txt02 {
  font-weight: 700;
  color: #1b2c4f;
  font-size: 2.48rem;
  line-height: calc(43.76/24.8);
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-sec07__present-btn {
  width: 46.9rem;
  margin-top: 3rem;
}
.p-sec07__logo {
  width: 33.5rem;
  margin: 9.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .p-sec07 {
    padding: 8% 0;
  }
  .p-sec07__ttl {
    font-size: 3rem;
    margin-bottom: 5%;
  }
  .p-sec07 .l-inner {
    padding: 0 5%;
  }
  .p-sec07 .l-inner p:not([class]) + p:not([class]) {
    margin-top: 5%;
  }
  .p-sec07__faq {
    margin: 5.5% auto 18%;
  }
  .p-sec07__faq::before {
    width: 12.5rem;
    height: 3rem;
    bottom: -5.5rem;
  }
  .p-sec07__faq-q {
    font-size: 1.6rem;
    padding: 1.2rem 0 1.2rem 4rem;
  }
  .p-sec07__faq-q::before {
    width: 3rem;
    height: 3rem;
    top: .3em;
  }
  .p-sec07__faq-a {
    padding: 1.2rem 0 1.8rem;
  }
  .p-sec07__faq-a + .p-sec07__faq-q {
    margin-top: 5%;
  }
  .p-sec07__cont {
    padding: 0;
  }
  .p-sec07__cont-txtlg {
    font-size: 2.2rem;
    letter-spacing: .05em;
    line-height: 1.5;
    margin: 0 auto 8%;
  }
  .p-sec07__cont-ttl {
    width: 90%;
    margin: 8% auto 5%;
  }
  .p-sec07__price-txt.txt01 {
    font-size: 1.8rem;
  }
  .p-sec07__price-txt.txt02 {
    margin: 8% auto 3%;
  }
  .p-sec07__price-txt.txt02 span {
    font-size: 2.2rem;
  }
  .p-sec07__price-txt.txt03 {
    font-size: 4rem;
  }
  .p-sec07__price-txt.txt03 .yen {
    font-size: 2.2rem;
  }
  .p-sec07__btn {
    margin: 5% auto;
  }
  .p-sec07__present {
    width: 100%;
    margin: 10% auto 0;
  }
  .p-sec07__present-ttl {
    font-size: 2.6rem;
    margin-bottom: 5%;
  }
  .p-sec07__present-inner {
    padding: 5% 5% 20rem;
  }
  .p-sec07__present-right {
    width: 100%;
    padding: 0;
  }
  .p-sec07__present-img {
    width: 15rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-sec07__present-txt01 {
    font-size: 2.8rem;
    margin: 0 auto 3.5%;
    text-align: center;
  }
  .p-sec07__present-txt02 {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .p-sec07__present-btn {
    width: 100%;
    margin: 5% auto 0;
  }
  .p-sec07__logo {
    width: 22rem;
    margin: 10% auto 0;
  }
}
/* thanks
--------------------------------------------------*/
.thanks {
  background: #fff;
  min-width: inherit;
}

.thanksWrap .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0 0;
}

.thanksWrap .inner {
  padding: 1em 1em 3em;
  margin: 0 auto;
}

.thanksWrap .inner p {
  text-align: center;
}

.thanksWrap .ttl_wrap {
  background: #f7f7f7;
  padding: 3rem 0;
}

.thanksWrap .ttl {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
}

.thanksWrap .sub {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6rem;
  font-family: "Noto Sans JP", sans-serif;
}

.thanksWrap p {
  font-size: 1.8rem;
}

.thanksWrap p + p {
  margin-top: 2.5rem;
}

.thanksWrap .btn {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .thanksWrap {
    margin-top: 8%;
  }

  .thanksWrap .wrap {
    padding: 8% 0 0;
  }

  .thanksWrap .inner {
    padding: 5% 0 0;
    width: 95% !important;
  }

  .thanksWrap .ttl_wrap {
    padding: 5% 0;
  }

  .thanksWrap .ttl {
    font-size: 7.2vw;
  }

  .thanksWrap .sub {
    font-size: 6vw;
    margin-bottom: 8%;
  }

  .thanksWrap p + p {
    margin-top: 5%;
  }

  .thanksWrap .btn {
    margin-top: 8%;
  }

  .thanksWrap .btn a {
    font-size: 1.6rem;
  }
}
