@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.2222222222vw;
  }
}

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

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

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

button:hover {
  cursor: pointer;
}

a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

img, object, picture, svg {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ------------------------------
    base
------------------------------ */
html, body {
  min-height: 100vh;
}

body {
  color: #000;
  font-size: 1rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section {
  position: relative;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrap {
  width: 90%;
  max-width: 120rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.8rem;
  line-height: 1.6;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.bold, strong {
  font-weight: bold;
}

.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .fade {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .fade:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  input, textarea, select, .select {
    font-size: max(1.6rem, 16px) !important;
  }
}
/* ------------------------------
    main
------------------------------ */
.yellow {
  color: #e3e351;
}

.red {
  color: #ae2338;
}

.marker {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #e3e351), color-stop(40%, transparent));
  background: linear-gradient(to top, #e3e351 40%, transparent 40%);
}

.ttl_sec {
  background: url("../img/optin_line.png") repeat-x top center/auto 5px, url("../img/optin_bg.png") no-repeat center/cover;
  color: #fff;
  text-align: center;
  padding: 2rem 0 3rem;
}
.ttl_sec .ttl {
  font-size: 6.6rem;
  line-height: 1.2;
  font-weight: 500;
}
.ttl_sec .ttl small {
  font-size: 5rem;
}
.ttl_sec .ttl .big {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .ttl_sec .ttl {
    font-size: 4rem;
  }
  .ttl_sec .ttl small {
    font-size: 3.2rem;
  }
}

.sec_optin .line {
  background: url("../img/optin_line.png") repeat-x top center;
  height: 9px;
}
.sec_optin .img {
  padding-top: 3rem;
}
.sec_optin .img img {
  width: 88.5rem;
}
.sec_optin .bg {
  background: url("../img/optin_img.jpg") repeat-x center/auto 100%;
  height: 17rem;
}
@media screen and (max-width: 767px) {
  .sec_optin .bg {
    background-position: left center;
    height: 9.5rem;
  }
}
.sec_optin .btn_wrap {
  background: url("../img/optin_line.png") repeat-x top center, url("../img/optin_bg.png") no-repeat center/cover;
  padding: 2rem 0 1rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_optin .btn_wrap {
    padding: 2rem 0;
  }
}
.sec_optin .btn_wrap .ttl {
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec_optin .btn_wrap .ttl {
    font-size: 2.2rem;
  }
}
.sec_optin .btn_wrap .txt {
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 0.3em 0;
}
@media screen and (max-width: 767px) {
  .sec_optin .btn_wrap .txt {
    font-size: 1.6rem;
    margin: 0.5em 0;
  }
}
.sec_optin .btn_wrap .btn {
  width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_optin .btn_wrap .btn {
    width: 100%;
  }
}

#sec_fv .fv {
  background: url("../img/fv_bg.jpg") no-repeat center/cover;
  border-top: 5px solid #08617b;
  padding-top: 2rem;
  text-align: center;
}
#sec_fv .fv .wrap {
  position: relative;
  width: 80%;
  max-width: 110rem;
}
@media screen and (max-width: 767px) {
  #sec_fv .fv .wrap {
    width: auto;
    margin: 0 1% 0 10%;
  }
}
#sec_fv .fv .logo {
  position: absolute;
  right: 100%;
  top: 0;
  width: 10.2rem;
  mix-blend-mode: multiply;
}
#sec_fv .fv .img {
  margin-left: 2vw;
}
#sec_fv .fv .img img {
  width: 100%;
}

#sec_01 {
  background: url("../img/sec01_bg.jpg") no-repeat center/cover;
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  #sec_01 {
    padding: 4rem 0;
  }
}
#sec_01 .wrap {
  max-width: 84.7rem;
}
#sec_01 .ttl {
  text-align: center;
}
#sec_01 .sttl {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  #sec_01 .sttl {
    font-size: 2.2rem;
  }
}
#sec_01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#sec_01 .list li {
  background: #fff url("../img/sec01_check.png") no-repeat left 1rem top 0.5em/1em auto;
  padding: 0.3em 0.3em 0.3em 2em;
  font-size: 2.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #sec_01 .list li {
    font-size: 1.8rem;
  }
}
#sec_01 .catch {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 3rem;
}
#sec_01 .catch span {
  background: #222;
}

#sec_02 {
  background: url("../img/sec02_bg.jpg") no-repeat center/cover;
  padding: 6rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #sec_02 {
    padding: 4rem 0;
  }
}
#sec_02 .wrap {
  max-width: 89.3rem;
}
#sec_02 .box._01 .ttl_wrap .ttl {
  text-align: center;
}
#sec_02 .box._01 .ttl_wrap .ttl img {
  width: 70rem;
}
#sec_02 .box._01 .ttl_wrap .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_02 .box._01 .ttl_wrap .bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
#sec_02 .box._01 .ttl_wrap .bg span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
  background: #08617b;
  color: #fff;
  font-size: 2.3rem;
  text-align: center;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_02 .box._01 .ttl_wrap .bg span {
    font-size: 2.2rem;
  }
}
#sec_02 .box._01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin: 2rem 0 3rem;
}
@media screen and (max-width: 767px) {
  #sec_02 .box._01 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sec_02 .box._01 .flex .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#sec_02 .box._01 .flex .img img {
  width: 100%;
}
#sec_02 .box._02 {
  margin-top: 10rem;
}
#sec_02 .box._02 .box_ttl {
  text-align: center;
}
#sec_02 .box._02 .box_ttl .ttl img {
  width: 79rem;
}
#sec_02 .box._02 .box_ttl .sttl img {
  width: 53rem;
}
@media screen and (max-width: 767px) {
  #sec_02 .box._02 .box_ttl .sttl img {
    width: 70vw;
  }
}
#sec_02 .box._02 .box_ttl .txt {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 600;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  #sec_02 .box._02 .box_ttl .txt {
    font-size: 2rem;
  }
}
#sec_02 .box._02 .detail {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #sec_02 .box._02 .detail {
    margin-top: 6rem;
  }
}
#sec_02 .box._02 .detail._01 {
  margin-top: 6rem;
}
#sec_02 .box._02 .detail .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_02 .box._02 .detail .ttl_wrap {
    display: block;
  }
}
#sec_02 .box._02 .detail .ttl_wrap .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 6.9rem;
  font-weight: 800;
}
#sec_02 .box._02 .detail .ttl_wrap .ttl .num {
  width: 1.2em;
  translate: 0 10%;
}
@media screen and (max-width: 767px) {
  #sec_02 .box._02 .detail .ttl_wrap .ttl {
    font-size: 5rem;
  }
}
#sec_02 .box._02 .detail .ttl_wrap .small {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #sec_02 .box._02 .detail .ttl_wrap .small {
    font-size: 2rem;
  }
}
#sec_02 .box._02 .detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_02 .box._02 .detail .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
    gap: 2rem;
  }
}
#sec_02 .box._02 .detail .flex._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #sec_02 .box._02 .detail .flex._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sec_02 .box._02 .detail .flex .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40rem;
}

#sec_03 {
  padding: 6rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #sec_03 {
    padding: 4rem 0;
  }
}
#sec_03 .wrap {
  max-width: 94.4rem;
}
#sec_03 .logo {
  text-align: center;
}
#sec_03 .logo img {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  #sec_03 .logo img {
    width: 70vw;
  }
}
#sec_03 .ttl {
  font-size: 5.7rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin: 0.3em 0;
}
@media screen and (max-width: 767px) {
  #sec_03 .ttl {
    font-size: 3.4rem;
  }
}
#sec_03 .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_03 .grid {
    margin-top: 3rem;
  }
}
#sec_03 .grid .item {
  width: 30rem;
}
#sec_03 .grid .item:nth-child(4), #sec_03 .grid .item:nth-child(5) {
  margin: 0 3rem;
}
#sec_03 .grid .item .num {
  background: #08617b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5em;
  height: 1.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto;
  padding-bottom: 0.1em;
}
#sec_03 .grid .item .sttl {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin: 0.2em 0 0.5em;
}
#sec_03 .grid .item .img {
  margin: 1.5rem 0;
}
#sec_03 .grid .item .txt {
  letter-spacing: 0.05em;
}

#sec_04 .bg {
  background: url("../img/sec04_bg.jpg") no-repeat center/cover;
  padding: 6rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #sec_04 .bg {
    padding: 4rem 0;
  }
}
#sec_04 .bg .wrap {
  background: #fff;
  border: 5px solid #08617b;
  max-width: 86.7rem;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_04 .bg .wrap {
    padding: 5vw;
  }
}
#sec_04 .ttl_wrap {
  text-align: center;
}
#sec_04 .ttl_wrap .logo img {
  width: 47rem;
}
#sec_04 .ttl_wrap .ttl {
  margin: 1rem 0;
}
#sec_04 .ttl_wrap .ttl img {
  width: 53rem;
}
#sec_04 .ttl_wrap .big {
  font-size: 2.6rem;
  line-height: 1.4;
  margin: 2rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  #sec_04 .ttl_wrap .big {
    font-size: 2.2rem;
  }
}
#sec_04 .ttl_wrap .txt {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sec_04 .ttl_wrap .txt {
    font-size: 2rem;
  }
}
#sec_04 .ttl_wrap .border {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 0.3em 0;
  margin: 2rem 0 4rem;
}
#sec_04 .box {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  #sec_04 .box {
    padding: 0;
  }
}
#sec_04 .box + .box {
  margin-top: 2rem;
  padding-top: 3rem;
  border-top: 1px solid #000;
}
#sec_04 .box .sttl {
  margin-bottom: 3rem;
}
#sec_04 .box .sttl img {
  height: 4.3rem;
}
@media screen and (max-width: 767px) {
  #sec_04 .box .sttl img {
    height: auto;
    max-height: 3.6rem;
  }
}
#sec_04 .box .txt {
  letter-spacing: 0.05em;
}
#sec_04 .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
#sec_04 .box .flex .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #sec_04 .box .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec_04 .box .flex .img {
    width: 100%;
  }
  #sec_04 .box .flex .img img {
    width: 100%;
  }
}

#sec_05 {
  padding: 6rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #sec_05 {
    padding: 4rem 0;
  }
}
#sec_05 .wrap {
  max-width: 90rem;
}
#sec_05 .ttl_wrap {
  text-align: center;
}
#sec_05 .ttl_wrap .ttl img {
  width: 74rem;
}
#sec_05 .ttl_wrap .border {
  border-top: 1px solid #7d6513;
  border-bottom: 1px solid #7d6513;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 0.5em 0;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  #sec_05 .ttl_wrap .border {
    font-size: 2rem;
  }
}
#sec_05 .ttl_wrap .txt {
  font-size: 2rem;
  font-weight: 500;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  #sec_05 .ttl_wrap .txt {
    text-align: left;
  }
}
#sec_05 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_05 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
}
#sec_05 .flex .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#sec_05 .flex .box .ttl {
  text-align: center;
}
#sec_05 .flex .box .ttl img {
  height: 6rem;
}
#sec_05 .flex .box .sttl {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  #sec_05 .flex .box .sttl {
    font-size: 2.6rem;
  }
}
#sec_05 .flex .box .txt {
  margin-top: 1em;
}
#sec_05 .flex .box .small {
  font-size: 1.4rem;
  margin-top: 1em;
}

#sec_06 .ttl_sec .big {
  font-family: "Noto Serif JP", serif;
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  #sec_06 .ttl_sec .big {
    font-size: 6rem;
  }
}
#sec_06 > .bg {
  background: url("../img/sec06_bg.jpg") repeat-y center/100% auto;
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #sec_06 > .bg {
    padding: 4rem 0;
  }
}
#sec_06 > .bg .wrap {
  max-width: 89.5rem;
}
#sec_06 > .bg .ttl {
  position: absolute;
  left: 0;
  top: 0;
}
#sec_06 > .bg .ttl img {
  width: 59rem;
}
@media screen and (max-width: 767px) {
  #sec_06 > .bg .ttl {
    position: static;
  }
}
#sec_06 > .bg .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_06 > .bg .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sec_06 > .bg .flex._01 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_06 > .bg .flex._01 {
    margin-top: 3rem;
  }
}
#sec_06 > .bg .flex._01 .txt {
  padding-top: 26rem;
}
@media screen and (max-width: 767px) {
  #sec_06 > .bg .flex._01 .txt {
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#sec_06 > .bg .flex._01 .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 37rem;
}
@media screen and (max-width: 767px) {
  #sec_06 > .bg .flex._01 .img {
    width: 20rem;
    margin: 0 auto;
  }
}
#sec_06 > .bg .flex._02 {
  margin: 4rem 0 2rem;
}
#sec_06 > .bg .flex._02 .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #sec_06 > .bg .flex._02 .img {
    width: 20rem;
    margin: 0 auto;
  }
}
#sec_06 > .bg .flex._02 .sttl {
  width: 42rem;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sec_06 > .bg .flex._02 .sttl {
    width: 36rem;
  }
}
#sec_06 > .bg .flex._02 .big {
  color: #fe0d0d;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 1em;
}

#sec_07 .ttl_sec .big {
  font-family: "Noto Serif JP", serif;
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  #sec_07 .ttl_sec .big {
    font-size: 6rem;
  }
}
#sec_07 > .bg {
  background: url("../img/sec07_bg.jpg") repeat-y center/100% auto;
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #sec_07 > .bg {
    padding: 4rem 0;
  }
}
#sec_07 > .bg .wrap {
  max-width: 86.7rem;
}
#sec_07 > .bg .box {
  background: #fff;
  border: 5px solid #e9bf61;
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_07 > .bg .box {
    padding: 2rem;
  }
}
#sec_07 > .bg .box + .box {
  margin-top: 4rem;
}
#sec_07 > .bg .box .ttl {
  color: #ae2338;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #sec_07 > .bg .box .ttl {
    font-size: 2.2rem;
  }
}
#sec_07 > .bg .box .name {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3em 1em;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin: 3rem 0 6rem;
}
#sec_07 > .bg .box .name small {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sec_07 > .bg .box .name {
    margin: 3rem 0;
  }
}
#sec_07 > .bg .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
#sec_07 > .bg .box .flex .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  #sec_07 > .bg .box .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sec_07 > .bg .box .flex .img {
    width: 20rem;
  }
}
#sec_07 > .bg .box .sttl {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 1.5em 0 1em;
}
#sec_07 > .bg .box .sttl:first-child {
  margin-top: 0;
}
#sec_07 > .bg .box .txt {
  letter-spacing: 0.05em;
}

#sec_08 {
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 767px) {
  #sec_08 {
    padding: 6rem 0;
  }
}
#sec_08 .wrap {
  max-width: 90.8rem;
}
#sec_08 .ttl_wrap {
  text-align: center;
}
#sec_08 .ttl_wrap .ttl img {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  #sec_08 .ttl_wrap .ttl img {
    width: 30rem;
  }
}
#sec_08 .ttl_wrap .txt {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #sec_08 .ttl_wrap .txt {
    font-size: 1.6rem;
  }
}
#sec_08 .faq {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_08 .faq {
    margin-top: 4rem;
  }
}
#sec_08 .faq .ttl {
  background: url("../img/sec08_q.png") no-repeat left top 2rem/1.5em auto;
  padding: 2rem 0 1.5rem 2em;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
}
#sec_08 .faq .ttl:nth-child(n+2) {
  margin-top: 2rem;
  border-top: 1px solid #08617b;
}
@media screen and (max-width: 767px) {
  #sec_08 .faq .ttl {
    font-size: 2rem;
  }
}
#sec_08 .faq .txt {
  font-size: 1.6rem;
}

#sec_09 .entry {
  background: url("../img/optin_bg.png") repeat-y center/100% auto;
  padding: 3rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #sec_09 .entry {
    padding: 4rem 0;
  }
}
#sec_09 .entry .wrap {
  background: #fff;
  max-width: 86.7rem;
  padding: 2rem 2rem 8rem;
}
@media screen and (max-width: 767px) {
  #sec_09 .entry .wrap {
    padding-bottom: 4rem;
  }
}
#sec_09 .entry .border {
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
}
#sec_09 .entry .border span {
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.3em 0;
}
@media screen and (max-width: 767px) {
  #sec_09 .entry .border {
    font-size: 2.4rem;
  }
}
#sec_09 .entry .catch {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  #sec_09 .entry .catch {
    font-size: 2.4rem;
    text-align: left;
  }
}
#sec_09 .entry .price {
  margin: 6rem auto 4rem;
  text-align: center;
}
#sec_09 .entry .price .big {
  font-size: 4.2rem;
  line-height: 1.4;
  font-weight: 600;
}
#sec_09 .entry .price .big small {
  font-size: 50%;
}
@media screen and (max-width: 767px) {
  #sec_09 .entry .price .big {
    font-size: 3.8rem;
  }
}
#sec_09 .entry .price .bg {
  display: inline-block;
  background: #08617b;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 0 1.5em;
  margin: 0.3em 0;
}
@media screen and (max-width: 767px) {
  #sec_09 .entry .price .bg {
    padding: 0.3em 0;
    width: 100%;
  }
}
#sec_09 .entry .price .red {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 0.5em;
}
#sec_09 .entry .attention {
  background: #fff3db;
  border: 3px solid #08617b;
  font-size: 1.7rem;
  padding: 1.5rem;
}
#sec_09 .entry .table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 14em auto;
  grid-template-columns: 14em auto;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  #sec_09 .entry .table {
    display: block;
  }
}
#sec_09 .entry .table dt, #sec_09 .entry .table dd {
  border: 1px solid #666;
  margin-bottom: -1px;
  padding: 0.5em;
}
#sec_09 .entry .table dt {
  background: #e9f0f9;
  border-right: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_09 .entry .table dt {
    border-right: 1px solid #666;
    border-bottom: none;
  }
}
#sec_09 .entry .table dd {
  border-left: none;
}
@media screen and (max-width: 767px) {
  #sec_09 .entry .table dd {
    border-left: 1px solid #666;
    border-top: none;
  }
}
#sec_09 .entry .table dd.small {
  font-size: 1.6rem;
}
#sec_09 .entry .privacy {
  height: 22rem;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 1.5rem;
  margin: 3rem 1.5rem;
}
@media screen and (max-width: 767px) {
  #sec_09 .entry .privacy {
    margin: 3rem 0;
    height: 25rem;
  }
}
#sec_09 .entry .privacy .ttl {
  font-weight: 600;
}
#sec_09 .entry .privacy dl dt, #sec_09 .entry .privacy dl dd, #sec_09 .entry .privacy dl p {
  font-size: 1.6rem;
}
#sec_09 .entry .privacy dl dt {
  margin: 1em 0 0.5em;
  font-weight: 600;
}
#sec_09 .entry .privacy dl dd p + p {
  margin-top: 1em;
}
#sec_09 .entry .btn_wrap {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_09 .entry .btn_wrap {
    margin-top: 4rem;
  }
}
#sec_09 .entry .btn_wrap .txt {
  font-weight: 600;
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  #sec_09 .entry .btn_wrap .txt {
    font-size: 1.5rem;
  }
}
#sec_09 .entry .btn_wrap .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ff4a10;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 600;
  max-width: 69.6rem;
  padding: 0.5em 0.5em 0.5em 1em;
  margin: 0 auto;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 10px #222;
          box-shadow: 0 0 10px #222;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_09 .entry .btn_wrap .btn a {
    font-size: 2.4rem;
  }
}
#sec_09 .entry .btn_wrap .btn a .arrow {
  background: #fff;
  width: 0.7em;
  height: 0.7em;
  border-radius: 100%;
  position: absolute;
  left: 1em;
  top: 50%;
  translate: 0 -50%;
}
#sec_09 .entry .btn_wrap .btn a .arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -70% -50%;
  width: 40%;
  height: 40%;
  border-top: 3px solid #ff4a10;
  border-right: 3px solid #ff4a10;
  rotate: 45deg;
}
#sec_09 .entry .btn_wrap .btn._02 a {
  background: #1b8111;
}
#sec_09 .entry .btn_wrap .btn._02 a .arrow::after {
  border-color: #1b8111;
}
#sec_09 .entry .btn_wrap .notes {
  font-size: 1.8rem;
  margin-top: 2rem;
}

#sec_10 {
  background: url("../img/sec10_bg.jpg") no-repeat center/cover;
  padding-top: 6rem;
}
#sec_10 .wrap {
  text-align: center;
}
#sec_10 .wrap .ttl img {
  width: 71.6rem;
  mix-blend-mode: multiply;
}
#sec_10 .wrap .serif {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 2.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: 6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  #sec_10 .wrap .serif {
    font-size: 2rem;
  }
}
#sec_10 .wrap .btn_wrap .sttl {
  margin-bottom: 2rem;
}
#sec_10 .wrap .btn_wrap .sttl img {
  width: 53rem;
}
@media screen and (max-width: 767px) {
  #sec_10 .wrap .btn_wrap .sttl img {
    width: 35rem;
  }
}
#sec_10 .wrap .btn_wrap .txt {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  #sec_10 .wrap .btn_wrap .txt {
    font-size: 2rem;
    margin: 0.5em 0;
  }
}
#sec_10 .wrap .btn_wrap .btn {
  width: 70rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  #sec_10 .wrap .btn_wrap .btn {
    width: 100%;
  }
}
#sec_10 .sec_optin {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #sec_10 .sec_optin {
    margin-top: 4.8rem;
  }
}

/* ------------------------------
    footer
------------------------------ */
#footer {
  background: #2a3939;
  color: #fff;
  text-align: center;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  #footer {
    height: auto;
    padding: 2rem 0;
  }
}
#footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #footer .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#footer .menu li {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #footer .menu li {
    font-size: 1.6rem;
  }
}
#footer .menu li::after {
  content: "|";
  margin: 0 0.5em;
}
#footer .menu li:last-child::after {
  display: none;
}
#footer .menu li a {
  color: #fff;
}
#footer .copy {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 1.6rem;
    margin-top: 1em;
  }
}

/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}

/* ------------------------------
*  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 .btn {
    width: 90%;
    margin: auto;
  }
}