@charset "UTF-8";
html, body {
  height: 100%;
}

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

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
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.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.01em;
}

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;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  -webkit-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[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  a {
    outline: 1px solid transparent;
    outline: none;
  }
  a * {
    outline: 1px solid transparent;
    outline: none;
  }
  a img {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
/* txt/deco
--------------------------------------------------*/
.ta_c {
  text-align: center;
}

.fwb {
  font-weight: 700;
}

.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #e8e22f), color-stop(90%, #e8e22f), color-stop(90%, transparent));
  background: linear-gradient(transparent 55%, #e8e22f 55%, #e8e22f 90%, transparent 90%);
}

.udl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, transparent), color-stop(88%, #333), color-stop(92%, #333), color-stop(92%, transparent));
  background: linear-gradient(transparent 88%, #333 88%, #333 92%, transparent 92%);
}

.mac .udl {
  border-bottom: 1px solid #333;
  padding-bottom: 0.1em;
  background: none;
}

@media screen and (max-width: 767px) {
  .udl, .mac .udl {
    background: none;
    border-bottom: 1px solid #333;
    padding: 0.05em 0;
  }
}
.color_blk {
  color: #111;
}

.color_blue {
  color: #3469e2;
}

.color_blue2 {
  color: #3366cc;
}

.color_red {
  color: #e8342f;
}

.color_orange {
  color: #e15c53;
}

.serif {
  font-family: "Shippori Mincho", serif;
}

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

.sp {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* flex
--------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
}
.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

.clear {
  clear: both;
}

/* form
--------------------------------------------------*/
input[type=text],
input[type=email],
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,
textarea {
  width: 100%;
  max-width: 100%;
}

textarea {
  resize: vertical;
  overflow: auto;
}

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

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  textarea {
    width: 100%;
    font-size: 16px !important;
  }
  ::-webkit-input-placeholder {
    font-size: 3.4vw;
  }
  ::-moz-placeholder {
    font-size: 3.4vw;
  }
  :-ms-input-placeholder {
    font-size: 3.4vw;
  }
  ::-ms-input-placeholder {
    font-size: 3.4vw;
  }
  ::placeholder {
    font-size: 3.4vw;
  }
}
/* ttl */
.c-ttl, .c-subttl {
  text-align: center;
  line-height: 1;
}

.c-ttlwrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000;
  padding: 2.8rem 0;
}
.c-ttlwrap:not(.-noborder)::before {
  position: absolute;
  content: "";
  background: url("../img/img_borderline_pc.png") repeat-x center center/100% 6.4rem;
  width: 100%;
  height: 6.4rem;
  bottom: -6.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .c-ttlwrap {
    padding: 2.4rem 0 0.2rem !important;
  }
  .c-ttlwrap:not(.-noborder)::before {
    background-image: url("../img/img_borderline_sp.png");
    height: 3.2rem;
    bottom: -3.1rem;
  }
}
.c-ctattl {
  line-height: 1;
}
.c-ctattl img {
  width: 84.4rem;
}

.c-ctaimg {
  line-height: 1;
}
.c-ctaimg img {
  width: 86.2rem;
}

.c-benettl {
  line-height: 1;
  margin-bottom: 3.8rem;
}
.c-benettl img {
  width: 62.4rem;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .c-benettl {
    margin-bottom: 5%;
  }
  .c-benettl img {
    width: 92%;
  }
}
.c-beneimg {
  margin-left: -2.8rem;
  margin-bottom: -0.8rem;
}
.c-beneimg img {
  width: 78.1rem;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .c-beneimg {
    margin-left: auto;
    margin-bottom: auto;
  }
  .c-beneimg img {
    width: 90%;
  }
}
/* obi */
.c-obi {
  position: relative;
  z-index: 10;
  line-height: 0;
  height: 18.8rem;
  background-image: url("../img/img_obi_pc.jpg");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  width: 100%;
}
.c-obi.-line::before {
  position: absolute;
  content: "";
  background: url("../img/bg_line.png") repeat;
  width: 100%;
  height: 0.8rem;
  top: -0.8rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c-obi {
    height: 22.8vw;
  }
  .c-obi.-line::before {
    height: 0.4rem;
    top: -0.4rem;
  }
}
.c-btn {
  line-height: 1;
  text-align: center;
}
.c-btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 63.9rem;
}

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

@media screen and (max-width: 767px) {
  .c-btn-amazon a {
    width: 98%;
  }
}
/* 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 3%;
  }
}
.l-contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 4px 2px rgba(51, 51, 51, 0.2);
          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: 92.8rem;
  }
  .l-contents.light {
    -webkit-box-shadow: 0 0 4px 2px rgba(213, 213, 213, 0.3);
            box-shadow: 0 0 4px 2px rgba(213, 213, 213, 0.3);
  }
}
/* header
--------------------------------------------------*/
.l-header {
  position: relative;
}
.l-header__ttl img {
  width: 85.1rem;
}

@media screen and (max-width: 767px) {
  .l-header__ttl img {
    width: 100%;
  }
}
/* maincont
--------------------------------------------------*/
.c-maincont {
  background: #bf9b0c;
  margin-top: -8rem;
  padding-bottom: 6.4rem;
}
.c-maincont .l-inner {
  max-width: 104.7;
}
.c-maincont__head-img {
  width: 99.9rem;
  margin: 0 auto;
}
.c-maincont__benefits {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 7rem;
}
.c-maincont__benefits::before, .c-maincont__benefits::after {
  position: absolute;
  content: "";
  background: url("../img/img_corner.png") no-repeat center center/contain;
  width: 93.3rem;
  height: 6.4rem;
  left: 50%;
}
.c-maincont__benefits::before {
  top: -0.3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-maincont__benefits::after {
  bottom: -0.3rem;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.c-maincont__benefits-img {
  position: relative;
  width: 79.1rem;
  height: 60.6rem;
  margin: 0 auto -5.6rem;
  top: -4.8rem;
  left: -2.4rem;
}

@media screen and (max-width: 767px) {
  .c-maincont {
    margin-top: 0;
    padding-top: 3.8rem;
    padding-bottom: 8%;
  }
  .c-maincont .l-inner {
    max-width: inherit;
  }
  .c-maincont__head-img {
    width: 100%;
  }
  .c-maincont__benefits {
    margin-top: 2rem;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .c-maincont__benefits::before, .c-maincont__benefits::after {
    width: calc(100% + 0.25rem);
    left: 50%;
  }
  .c-maincont__benefits::before {
    top: -2.1rem;
  }
  .c-maincont__benefits::after {
    bottom: -2.1rem;
  }
  .c-maincont__benefits-img {
    width: 95%;
    height: 95%;
    aspect-ratio: 79.1/53;
    margin: 0 auto 3%;
    top: 0;
    left: 0;
  }
}
/* cta
--------------------------------------------------*/
.p-cta {
  background: url("../img/bg_blue.png") repeat;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2.6rem;
  padding-bottom: 0.8rem;
}
.p-cta__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 3rem;
  margin-top: -1em;
  margin-bottom: 3.3rem;
}
.p-cta__ttl-ttl {
  width: 42.4rem;
}
.p-cta__ttl-img {
  width: 31.3rem;
  margin-bottom: -0.2em;
}
.p-cta__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.2rem;
}
.p-cta__txt-ttl {
  background: #2a3939;
  padding: 0.3em 0.6em 0.4em;
  border: 1px solid #bb8c32;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1;
}
.p-cta__txt-date {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.075em;
  font-weight: 700;
  line-height: 1;
}
.p-cta__btn {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-cta {
    padding-top: 5% !important;
    padding-bottom: 4% !important;
  }
  .p-cta.-full {
    padding-top: 8% !important;
  }
  .p-cta__ttl {
    gap: 0 5%;
    padding: 0 5%;
    margin-bottom: 6.5%;
  }
  .p-cta__ttl-ttl {
    width: 55%;
  }
  .p-cta__ttl-img {
    width: 40%;
  }
  .p-cta__txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8vw 0;
  }
  .p-cta__txt-ttl {
    font-size: 4.7vw;
  }
  .p-cta__txt-date {
    font-size: 4.7vw;
    line-height: 1.5;
  }
  .p-cta__btn {
    margin-top: 2.5%;
    width: 94%;
  }
}
/* sec01
--------------------------------------------------*/
.p-sec01 {
  background: #000;
  padding: 5.7rem 0 6.2rem;
  z-index: 2;
}
.p-sec01::before {
  position: absolute;
  content: "";
  background: url("../img/img_borderline_pc.png") repeat-x center center/100% 6.4rem;
  width: 100%;
  height: 6.4rem;
  bottom: -6.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-sec01__ttl img {
  width: 64.8rem;
  margin: auto;
}
.p-sec01__list {
  width: 89.8rem;
  margin: 4.8rem auto 0;
}
.p-sec01__list li {
  position: relative;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.2rem 0.5rem 1.2rem 6.2rem;
  letter-spacing: 0.05em;
}
.p-sec01__list li + li {
  margin-top: 1.6rem;
}
.p-sec01__list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_red.svg") no-repeat center center/contain;
  width: 3.3rem;
  height: 3.3rem;
  left: 0.6em;
  top: 0.6em;
  background-size: 100% 100%;
}
.p-sec01__list li .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #e8e22f), color-stop(100%, #e8e22f), to(transparent));
  background: linear-gradient(transparent 65%, #e8e22f 65%, #e8e22f 100%, transparent 100%);
}

@media screen and (max-width: 767px) {
  .p-sec01 {
    padding: 8% 0 5%;
  }
  .p-sec01::before {
    background-image: url("../img/img_borderline_sp.png");
    height: 3.2rem;
    bottom: -3.1rem;
  }
  .p-sec01__ttl img {
    width: 90%;
  }
  .p-sec01__list {
    width: 100%;
    margin: 8% auto 0;
  }
  .p-sec01__list li {
    font-size: 1.6rem;
    padding: 1.2rem 1rem 1.2rem 4rem;
  }
  .p-sec01__list li::before {
    width: 2rem;
    height: 2rem;
    left: 0.7em;
    top: 0.85em;
  }
}
/* sec02
--------------------------------------------------*/
.p-sec02 {
  background: #fff;
  padding: 15rem 0 9rem;
}
.p-sec02 .l-inner {
  padding: 0 1.5rem;
}
.p-sec02 .l-inner p {
  letter-spacing: 0.02em;
}
.p-sec02 .l-inner p + p {
  margin-top: 3rem;
}
.p-sec02__ttl.ttl01 {
  margin: 0 auto 8.4rem;
}
.p-sec02__ttl.ttl01 img {
  width: 69.1rem;
  margin: auto;
}
.p-sec02__ttl.ttl02 {
  margin: 11.2rem auto 6.5rem;
}
.p-sec02__ttl.ttl02 img {
  width: 91.5rem;
  margin: auto;
}
.p-sec02__txtbox.box01 {
  margin: 6rem auto;
}
.p-sec02__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-sec02__img.img01 {
  width: 43.3rem;
  margin-right: 2rem;
}
.p-sec02__img.img02 {
  width: 44rem;
  margin-left: -2.4rem;
  margin-right: 4.8rem;
}
.p-sec02__list {
  margin-bottom: 6rem;
  margin-top: 1.8rem;
}
.p-sec02__list li {
  position: relative;
  width: 100%;
  color: #000;
  font-family: "Shippori Mincho", serif;
  padding-left: 5.4rem;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.p-sec02__list li.-nrw {
  letter-spacing: -0.05em;
}
.p-sec02__list li {
  letter-spacing: -0.01em;
}
.p-sec02__list li::before {
  position: absolute;
  content: "";
  background: url("../img/icn_check_red.svg") no-repeat center center/100% 100%;
  width: 3.3rem;
  height: 3.3rem;
  left: 0;
  top: 0.2em;
}
.p-sec02__list li + li {
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .p-sec02 {
    padding: 16% 0 8%;
  }
  .p-sec02 .l-inner {
    padding: 0 3%;
  }
  .p-sec02 .l-inner p + p {
    margin-top: 5%;
  }
  .p-sec02__ttl.ttl01 {
    margin: 0 auto 8%;
  }
  .p-sec02__ttl.ttl01 img {
    width: 80%;
  }
  .p-sec02__ttl.ttl02 {
    margin: 10% auto 6.5%;
  }
  .p-sec02__ttl.ttl02 img {
    width: 95%;
  }
  .p-sec02__txtbox {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-sec02__txtbox.box01 {
    margin: 8% auto;
  }
  .p-sec02__img.img01 {
    width: 68%;
    margin: 0 auto;
  }
  .p-sec02__img.img02 {
    width: 68%;
    margin: 0 auto 6.5%;
  }
  .p-sec02__list {
    margin-bottom: 6.5%;
    margin-top: 5%;
  }
  .p-sec02__list li {
    padding-left: 3rem;
    font-size: 1.9rem;
  }
  .p-sec02__list li::before {
    width: 2rem;
    height: 2rem;
    top: 0.1em;
  }
}
/* sec03
--------------------------------------------------*/
.p-sec03 {
  background: #f9f6ea;
  padding: 0 0 4.5rem;
}
.p-sec03 .l-contents p:not([class]) + p:not([class]) {
  margin-top: 3rem;
}
.p-sec03 .c-ttlwrap {
  padding: 4.4rem 0 1rem;
}
.p-sec03 .l-contents {
  padding: 4.8rem 2.8rem 6.4rem;
}
.p-sec03__ttl img {
  width: 63.1rem;
  margin: auto;
}
.p-sec03__body {
  padding-top: 12.2rem;
}
.p-sec03__item {
  position: relative;
  width: 87.3rem;
  border: 0.5rem solid #000;
}
.p-sec03__item.item01 {
  background: #fffaec;
  padding: 6.3rem 1rem 7rem;
  margin-top: 4.8rem;
}
.p-sec03__item.item02 {
  background: #edf6f8;
  padding: 6.3rem 1.2rem 6rem;
  margin-top: 4.2rem;
}
.p-sec03__item-ttl {
  background: #000;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.4rem 3rem;
  line-height: 1;
}
.p-sec03__item-ttl img {
  width: 46.3rem;
}
.p-sec03__item-book {
  position: absolute;
  top: 1rem;
  right: 1.6rem;
  width: 32.4rem;
}
.p-sec03__item-list {
  margin: 4.4rem 0 0 1.4rem;
}
.p-sec03__item-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 2rem;
  line-height: 1.8;
  text-indent: -3.7em;
  padding-left: 3.7em;
}
.p-sec03__ctattl {
  margin: 4.8rem auto 4rem;
}

@media screen and (max-width: 767px) {
  .p-sec03 {
    padding: 0 0 8%;
  }
  .p-sec03 .l-contents p:not([class]) + p:not([class]) {
    margin-top: 5%;
  }
  .p-sec03 .l-contents {
    padding: 5% 3% 8%;
  }
  .p-sec03__ttl img {
    width: 78%;
  }
  .p-sec03__body {
    padding-top: 6rem;
  }
  .p-sec03__item {
    width: 100%;
    border-width: 0.3rem;
  }
  .p-sec03__item.item01 {
    padding: 2.2rem 1rem 3rem;
    margin-top: 8rem;
  }
  .p-sec03__item.item02 {
    padding: 2.2rem 1rem 3rem;
    margin-top: 15%;
  }
  .p-sec03__item-ttl {
    width: 100%;
    padding: 1.4rem 1.4rem 1.4rem 1.2rem;
  }
  .p-sec03__item-ttl img {
    width: 18.6rem;
  }
  .p-sec03__item-book {
    position: absolute;
    top: -5rem;
    right: -0.8rem;
    width: 12rem;
  }
  .p-sec03__item-list {
    margin: 4rem 0 0 0;
  }
  .p-sec03__item-list li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-sec03__item-list li + li {
    margin-top: 0.5em;
  }
  .p-sec03__ctattl {
    margin: 12% auto 6.5%;
  }
}
/* sec04
--------------------------------------------------*/
.p-sec04 {
  background: #f0eb97;
  padding: 0 0 6.6rem;
}
.p-sec04 .l-contents p:not([class]) + p:not([class]) {
  margin-top: 2.8rem;
}
.p-sec04 .c-ttlwrap {
  padding: 5.4rem 0 1rem;
}
.p-sec04 .l-contents {
  padding: 7.1rem 3.6rem 15rem;
}
.p-sec04__ttl img {
  width: 94rem;
  margin: auto;
}
.p-sec04__subttl {
  margin: 5.6rem auto 7.2rem;
}
.p-sec04__subttl img {
  width: 75.8rem;
  margin: auto;
}
.p-sec04__body {
  padding-top: 8rem;
}
.p-sec04__img {
  margin-left: 3rem;
  margin-top: 0.7rem;
}
.p-sec04__img img {
  width: 40rem;
  margin: auto;
}
.p-sec04__txtbox {
  margin: 0 auto 4rem;
}
.p-sec04__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-sec04__ctattl {
  margin: 11.8rem auto 3.8rem;
}
.p-sec04__ctaimg {
  margin: 0 auto 0 -2rem;
}

@media screen and (max-width: 767px) {
  .p-sec04 {
    padding: 0 0 8%;
  }
  .p-sec04 .l-contents p:not([class]) + p:not([class]) {
    margin-top: 5%;
  }
  .p-sec04 .l-contents {
    padding: 6.5% 3% 6.5%;
  }
  .p-sec04__ttl img {
    width: 92%;
  }
  .p-sec04__subttl {
    margin: 8% auto;
  }
  .p-sec04__subttl img {
    width: 90%;
  }
  .p-sec04__body {
    padding-top: 6rem;
  }
  .p-sec04__img {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 5%;
    text-align: center;
  }
  .p-sec04__img img {
    width: 68%;
  }
  .p-sec04__txtbox {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 5%;
  }
  .p-sec04__ctattl {
    margin: 10% auto 5%;
  }
  .p-sec04__ctaimg {
    margin: 0 auto 5%;
  }
}
/* sec05
--------------------------------------------------*/
.p-sec05 {
  background: #dff1f5;
  padding: 0 0 8.8rem;
}
.p-sec05 .l-contents p:not([class]) + p:not([class]) {
  margin-top: 2.8rem;
}
.p-sec05 .c-ttlwrap {
  padding: 5.4rem 0 1.8rem;
}
.p-sec05 .l-contents {
  padding: 9.3rem 3.6rem 11rem;
}
.p-sec05 .l-contents::before {
  position: absolute;
  content: "";
  background: url("../img/img_corner.png") no-repeat center center/contain;
  width: 93.3rem;
  height: 6.4rem;
  left: 50%;
}
.p-sec05 .l-contents::before {
  top: -0.3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-sec05__ttl img {
  width: 81.2rem;
  margin: auto;
}
.p-sec05__body {
  padding-top: 12rem;
}
.p-sec05__prof-name {
  margin: 0 auto;
}
.p-sec05__prof-name img {
  width: 34.9rem;
  margin: auto;
}
.p-sec05__prof-movie {
  margin: 3.4rem auto 10rem;
}
.p-sec05__prof-movie iframe {
  width: 56rem;
  height: 100%;
  aspect-ratio: 560/315;
}
.p-sec05__prof-sns {
  margin: 5.2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3.5rem;
}
.p-sec05__prof-sns li {
  width: 24.6rem;
  line-height: 1;
}
.p-sec05__detail {
  padding-top: 8.3rem;
}
.p-sec05__detail-subttl {
  width: 100%;
  padding: 1.9rem 0;
  border-top: 0.2rem solid #000;
  border-bottom: 0.2rem solid #000;
}
.p-sec05__detail-subttl img {
  width: 37.6rem;
  margin: auto;
}
.p-sec05__detail-subttl.subttl01 {
  margin: 0 auto 4.2rem;
}
.p-sec05__detail-subttl.subttl02 {
  margin: 6.4rem auto 4.8rem;
}
.p-sec05__detail-subttl.subttl03 {
  margin: 6.4rem auto 4rem;
}
.p-sec05__detail-dotlist li {
  position: relative;
  font-size: 2rem;
  line-height: 1.8;
  padding-left: 1.5em;
}
.p-sec05__detail-dotlist li::before {
  position: absolute;
  content: "●";
  left: 0.2em;
  top: 0;
}
.p-sec05__detail-bookwrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3rem;
}
.p-sec05__detail-book.book01 {
  width: 25.6rem;
}
.p-sec05__detail-book.book02, .p-sec05__detail-book.book03 {
  width: 25rem;
}
.p-sec05__detail-book figcaption {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  text-align: center;
  padding-top: 2rem;
  letter-spacing: normal;
  white-space: nowrap;
}
.p-sec05__detail-mediattl {
  background: #bf9b0c;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.9rem;
  padding: 0.2em 0;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 4.2rem;
  margin-bottom: 2.6rem;
}
.p-sec05__detail-mediawrap {
  gap: 0 0.3rem;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.p-sec05__detail-media {
  margin-bottom: 4rem;
}
.p-sec05__detail-media.media01 {
  width: 39.6rem;
}
.p-sec05__detail-media.media02 {
  width: 47rem;
}
.p-sec05__detail-txtlg {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 4rem;
}
.p-sec05__detail p.lg {
  font-size: 2rem;
  line-height: 1.8;
}
.p-sec05__benettl {
  margin-top: 9.3rem;
}

@media screen and (max-width: 767px) {
  .p-sec05 {
    padding: 0 0 8%;
  }
  .p-sec05 .l-contents p:not([class]) + p:not([class]) {
    margin-top: 5%;
  }
  .p-sec05 .l-contents {
    padding: 8% 3% 6.5%;
  }
  .p-sec05 .l-contents::before {
    width: calc(100% + 0.25rem);
  }
  .p-sec05 .l-contents::before {
    top: -2.1rem;
  }
  .p-sec05__ttl img {
    width: 80%;
  }
  .p-sec05__body {
    padding-top: 6rem;
  }
  .p-sec05__prof-name img {
    width: 15rem;
  }
  .p-sec05__prof-movie {
    margin: 5% auto;
  }
  .p-sec05__prof-movie iframe {
    width: 95%;
  }
  .p-sec05__prof-sns {
    margin: 8% auto 0;
    gap: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-sec05__prof-sns li {
    width: 15rem;
  }
  .p-sec05__detail {
    padding-top: 15%;
  }
  .p-sec05__detail-subttl {
    padding: 1.5rem 0;
  }
  .p-sec05__detail-subttl img {
    width: 72%;
  }
  .p-sec05__detail-subttl.subttl01 {
    margin: 0 auto 6.5%;
  }
  .p-sec05__detail-subttl.subttl02 {
    margin: 10% auto 6.5%;
  }
  .p-sec05__detail-subttl.subttl03 {
    margin: 10% auto 6.5%;
  }
  .p-sec05__detail-dotlist li {
    font-size: 1.6rem;
  }
  .p-sec05__detail-bookwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem 0;
  }
  .p-sec05__detail-book.book01, .p-sec05__detail-book.book02, .p-sec05__detail-book.book03 {
    width: 100% !important;
    text-align: center;
  }
  .p-sec05__detail-book.book01 img, .p-sec05__detail-book.book02 img, .p-sec05__detail-book.book03 img {
    width: 16rem;
    margin: auto;
  }
  .p-sec05__detail-book figcaption {
    font-size: 1.4rem;
    padding-top: 1.2rem;
  }
  .p-sec05__detail-mediattl {
    font-size: 2rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12%;
    margin-bottom: 5%;
  }
  .p-sec05__detail-mediawrap {
    gap: 0 0.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-sec05__detail-media {
    margin-bottom: 4rem;
  }
  .p-sec05__detail-txtlg {
    font-size: 1.9rem;
    margin-bottom: 5%;
  }
  .p-sec05__detail p.lg {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-sec05__benettl {
    margin-top: 15%;
  }
}
/* sec06
--------------------------------------------------*/
.p-sec06 {
  background: #bf9b0c;
  padding: 0 0 10.9rem;
}
.p-sec06 .l-contents p:not([class]) + p:not([class]) {
  margin-top: 3rem;
}
.p-sec06 .c-ttlwrap {
  padding: 3.4rem 0 0;
}
.p-sec06 .l-contents {
  padding: 7.6rem 3.6rem 7.2rem;
}
.p-sec06__ttl img {
  width: 75.5rem;
  margin: auto;
}
.p-sec06__body {
  padding-top: 9rem;
}
.p-sec06__img.imgmain {
  margin-bottom: 2.8rem;
}
.p-sec06__img.imgmain img {
  width: 78.1rem;
  margin: auto;
}
.p-sec06__img.img01 {
  margin-bottom: 4.4rem;
}
.p-sec06__img.img01 img {
  width: 87.5rem;
  margin: auto;
}
.p-sec06__subttl {
  line-height: 1;
}
.p-sec06__subttl img {
  width: 69.5rem;
  margin: auto;
}
.p-sec06__subttl.subttl01 {
  margin: 7.5rem auto 6.2rem;
}
.p-sec06__subttl.subttl02 {
  margin: 8.4rem auto 5.6rem;
}

@media screen and (max-width: 767px) {
  .p-sec06 {
    padding: 0 0 8%;
  }
  .p-sec06 .l-contents p:not([class]) + p:not([class]) {
    margin-top: 5%;
  }
  .p-sec06 .l-contents {
    padding: 8% 3% 6.5%;
  }
  .p-sec06__ttl img {
    width: 80%;
  }
  .p-sec06__body {
    padding-top: 6rem;
  }
  .p-sec06__img.imgmain {
    margin-bottom: 3.5%;
  }
  .p-sec06__img.imgmain img {
    width: 95%;
  }
  .p-sec06__img.img01 {
    margin-bottom: 6.5%;
  }
  .p-sec06__img.img01 img {
    width: 80%;
  }
  .p-sec06__subttl img {
    width: 95%;
  }
  .p-sec06__subttl.subttl01 {
    margin: 10% auto 8%;
  }
  .p-sec06__subttl.subttl02 {
    margin: 10% auto 8%;
  }
}
/* sec07
--------------------------------------------------*/
.p-sec07 {
  background: #f9f6ea;
  padding: 0 0 7.2rem;
}
.p-sec07 .l-contents p:not([class]) + p:not([class]) {
  margin-top: 3rem;
}
.p-sec07 .c-ttlwrap {
  padding: 2.7rem 0 3rem;
}
.p-sec07 .l-contents {
  padding: 6.2rem 0 7.6rem;
}
.p-sec07 .l-contents::before, .p-sec07 .l-contents::after {
  position: absolute;
  content: "";
  background: url("../img/img_corner.png") no-repeat center center/contain;
  width: 93.3rem;
  height: 6.4rem;
  left: 50%;
}
.p-sec07 .l-contents::before {
  top: -0.3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-sec07 .l-contents::after {
  bottom: -0.3rem;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.p-sec07__ttl img {
  width: 69rem;
  margin: auto;
}
.p-sec07__body {
  padding-top: 5rem;
}
.p-sec07__ctattl {
  margin: 0 auto 3.4rem;
}
.p-sec07__ctaimg {
  margin: 0 auto 0 -2rem;
}
.p-sec07__lead {
  padding: 2.8rem 2.2rem 3.2rem;
}
.p-sec07__step {
  padding: 2.1rem 3rem 0;
}
.p-sec07__step-item + .p-sec07__step-item {
  margin-top: 5rem;
}
.p-sec07__step-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.4rem;
  padding-left: 2rem;
  margin-bottom: 2.8rem;
}
.p-sec07__step-num img {
  width: 8.81rem;
}
.p-sec07__step-ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-sec07__step-ttl img {
  width: 73.1rem;
  margin: auto;
}
.p-sec07__step-img01 {
  margin: 2rem auto 0;
}
.p-sec07__step-img01 img {
  width: 86.1rem;
  margin: auto;
}
.p-sec07__btn {
  margin-top: 4.9rem;
  margin-bottom: 9rem;
}
.p-sec07 .formTable {
  width: 100%;
  /*
  tr:not(:last-child){
  	th,td{
  		border-bottom: 1px dotted $blk;
  	}
  }
  */
}
.p-sec07 .formTable tr th, .p-sec07 .formTable tr td {
  border-bottom: 1px dotted #000;
}
.p-sec07 .formTable th, .p-sec07 .formTable td {
  position: relative;
  vertical-align: top;
}
.p-sec07 .formTable th {
  width: 25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.3rem;
  padding-left: 1rem;
}
.p-sec07 .formTable th label {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.p-sec07 .formTable th .require {
  display: inline-block;
  color: #fff;
  background: #b12416;
  font-size: 1.5rem;
  padding: 0.3em 0.4em;
  position: absolute;
  right: 0;
  top: 1.8em;
}
.p-sec07 .formTable th.pd {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-sec07 .formTable th.pd {
    padding-bottom: 0;
  }
}
.p-sec07 .formTable td {
  position: relative;
  width: calc(100% - 25rem);
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  padding-left: 3.6rem;
}
.p-sec07 .formTable td label {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 1.2rem;
}
.p-sec07 .formTable td .sample01 {
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-sec07 .formTable td .sample02 {
  font-size: 1.8rem;
  padding: 0.5rem 0 0 0.5rem;
}
.p-sec07 .formTable td.pd {
  padding-bottom: 5rem;
}
.p-sec07 input[type=text],
.p-sec07 input[type=email] {
  padding: 0.5rem;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #000;
  width: 43.5rem;
}
.p-sec07 input[type=submit]:hover {
  opacity: 0.7;
}
.p-sec07 .formBtn {
  display: block;
  width: 63.9rem;
  height: 10rem;
  margin: 4.9rem auto 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/btn_cta.png") center center/contain;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-sec07 .inputWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sec07 .inputTextShortest {
  width: 17.7rem !important;
}
.p-sec07 .inputTextShortest + label {
  margin-left: 2.2rem;
}
.p-sec07 .notes {
  width: 100%;
  font-size: 1.5rem;
  position: absolute;
  left: 4rem;
  bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .p-sec07 {
    padding: 0 0 8%;
  }
  .p-sec07 .l-contents p:not([class]) + p:not([class]) {
    margin-top: 5%;
  }
  .p-sec07 .l-contents {
    padding: 6.5% 0 8%;
  }
  .p-sec07 .l-contents::before, .p-sec07 .l-contents::after {
    width: calc(100% + 0.25rem);
    left: 50%;
  }
  .p-sec07 .l-contents::before {
    top: -2.1rem;
  }
  .p-sec07 .l-contents::after {
    bottom: -2.1rem;
  }
  .p-sec07__ttl {
    padding-bottom: 2.4rem !important;
  }
  .p-sec07__ttl img {
    width: 90%;
    margin: auto;
  }
  .p-sec07__body {
    padding-top: 2.5rem;
  }
  .p-sec07__ctattl {
    margin: 0 auto 5%;
    width: 95%;
  }
  .p-sec07__ctaimg {
    margin: 0 auto;
    width: 92%;
  }
  .p-sec07__lead {
    padding: 5% 3% 0;
  }
  .p-sec07__step {
    padding: 8% 3% 0;
  }
  .p-sec07__step-item + .p-sec07__step-item {
    margin-top: 10%;
  }
  .p-sec07__step-head {
    gap: 0 1rem;
    padding-left: 0;
    margin-bottom: 6.5%;
  }
  .p-sec07__step-num img {
    width: 4.5rem;
  }
  .p-sec07__step-ttl img {
    width: 100%;
  }
  .p-sec07__step-img01 {
    margin: 5% auto 0;
  }
  .p-sec07__step-img01 img {
    width: 100%;
  }
  .p-sec07__btn {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .p-sec07 input[type=text],
  .p-sec07 input[type=email] {
    width: 100%;
  }
  .p-sec07 input[type=submit]:hover {
    opacity: 0.7;
  }
  .p-sec07 .formBtn {
    width: 32rem;
    height: auto;
    aspect-ratio: 63.9/10;
    margin: 5% auto 0;
  }
  .p-sec07 .inputTextShortest {
    width: 40% !important;
  }
  .p-sec07 .inputTextShortest + label {
    margin-left: 1.2rem;
  }
  .p-sec07 .notes {
    font-size: 1.3rem;
    line-height: 1.25;
    left: 0;
  }
}
/* sec08
--------------------------------------------------*/
.p-sec08 .l-contents p:not([class]) + p:not([class]) {
  margin-top: 3rem;
}
.p-sec08__ttl img {
  width: 85.1rem;
  margin: auto;
}
.p-sec08__maincont {
  padding-bottom: 6rem;
  padding-top: 15rem;
}
.p-sec08__benefits {
  padding-bottom: 11.8rem;
}
.p-sec08__benefits::after {
  display: none;
}
.p-sec08__inner {
  padding: 2rem 3rem 0;
}
.p-sec08__form {
  position: relative;
  width: 100%;
  margin: 3.4rem auto 0;
}

@media screen and (max-width: 767px) {
  .p-sec08 .l-contents p:not([class]) + p:not([class]) {
    margin-top: 5%;
  }
  .p-sec08__ttl img {
    width: 90%;
  }
  .p-sec08__maincont {
    padding-bottom: 8%;
    padding-top: 5rem;
  }
  .p-sec08__benefits {
    padding-bottom: 8%;
  }
  .p-sec08__inner {
    padding: 5% 3% 0;
  }
  .p-sec08__form {
    margin: 8% auto 0;
  }
  .p-sec08__form .formTable th, .p-sec08__form .formTable td {
    width: 100%;
    display: block;
  }
  .p-sec08__form .formTable th {
    padding-top: 2rem;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: none !important;
  }
  .p-sec08__form .formTable th label {
    font-size: 1.5rem;
    position: relative;
  }
  .p-sec08__form .formTable th .require {
    font-size: 1.3rem;
    top: 0;
    right: -3.5em;
  }
  .p-sec08__form .formTable td {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    padding-left: 0;
  }
  .p-sec08__form .formTable td label {
    font-size: 1.5rem;
  }
  .p-sec08__form .formTable td .sample01 {
    font-size: 1.2rem;
    position: relative;
    right: 0;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 0.5rem;
  }
  .p-sec08__form .formTable td .sample02 {
    font-size: 1.2rem;
    padding: 0.5rem 0 0;
  }
}
/* footer
--------------------------------------------------*/
.l-footer {
  text-align: center;
  padding: 7rem 0;
  background: #000;
}
.l-footer * {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  color: #fff;
}
.l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.l-footer__link li {
  position: relative;
  padding: 0 1.2rem;
}
.l-footer__link li:nth-child(n+2)::before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 1.2rem);
  background: #fff;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.l-footer__copy {
  margin: 1.6rem auto 0;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6.5% 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.6rem);
  }
  .l-footer__copy {
    margin: 5% auto 0;
    font-size: 1.3rem;
  }
}
/* ------------------------------
*  fixbtn
------------------------------ */
.fixbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  max-width: 100%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .fixbtn {
    padding: 3% 0;
  }
  .fixbtn .c-btn {
    width: 94%;
    margin: auto;
  }
}