@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Webフォント */
/* NotoSerifCJKjp */
@font-face {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  src: url(../font/FOT-TsukuAOldMinPr6N-L.otf) format("opentype");
}
@font-face {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  src: url(../font/FOT-TsukuAOldMinPr6N-B.otf) format("opentype");
}
@font-face {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  src: url(../font/FOT-TsukuAOldMinPr6N-E.otf) format("opentype");
}
@font-face {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  src: url(../font/FOT-TsukuAOldMinPr6N-D.otf) format("opentype");
}
@font-face {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  src: url(../font/FOT-TsukuAOldMinPr6N-M.otf) format("opentype");
}
@font-face {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  src: url(../font/FOT-TsukuAOldMinPr6N-R.otf) format("opentype");
}
html {
  font-size: 62.5%;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 14px;
}

_:lang(x)::-ms-backdrop, body, body.mceContentBody, .comment-btn, #bbp_reply_submit, .bp-login-widget-register-link a, .search-edit, input[type=submit], b, strong, .bold .article h2, .article h3, .article h4, .entry-card-title, .blogcard-title, .wp-block-button__link {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

/* ======================================================
	header
========================================================= */
/* ======================================================
	footer
========================================================= */
footer {
  background-image: url(../images/pc_img/ft_bg.png);
  background-size: cover;
  background-position: top;
  padding: 40px 0 90px;
  width: 100%;
  max-width: 100vw;
}
footer .footer_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
footer .cta_text {
  width: 65%;
  margin: 0 auto;
  max-width: 700px;
  margin-bottom: 40px;
}
footer .cta_block {
  margin-bottom: 65px;
}
footer .ft_logo {
  width: 220px;
  height: 160px;
  margin: 0 auto 50px;
}
footer .ft_info {
  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 40px;
  margin-bottom: 50px;
}
footer .ft_info01 a, footer .ft_info02 a, footer .ft_info03 a {
  font-size: 1.8rem;
  color: #4d4d4d;
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
}
footer .ft_info01 {
  border: solid 1px #4d4d4d;
  padding: 5px 15px;
}
footer .copyright {
  color: #000;
  font-size: 1.4rem;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
}

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

.formlp-front-section-form {
  display: none;
}

body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  font-family: "Noto Serif JP", serif !important;
}

.wrapper {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
}

img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

#fv {
  height: 55vw;
  width: 100%;
  max-width: 100vw;
  position: relative;
}
@media screen and (min-width: 1440px) {
  #fv {
    height: 100vh;
    max-height: 850px;
  }
}
#fv::after {
  content: "";
  width: 100%;
  background-image: url(../images/pc_img/fv_bg_pc.jpg);
  height: 110%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1440px) {
  #fv::after {
    background-size: contain;
    max-width: 1600px;
  }
}

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

p {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif !important;
}

.cta_block {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)) 50% 50%/calc(100% - 10px) calc(100% - 10px) no-repeat, radial-gradient(circle at 100% 50%, transparent 0%, rgb(203, 156, 16) 100%);
  background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 10px) no-repeat, radial-gradient(circle at 100% 50%, transparent 0%, rgb(203, 156, 16) 100%);
  border-radius: 0px;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 2px 2px 20px 1px rgba(51, 0, 21, 0.4);
          box-shadow: 2px 2px 20px 1px rgba(51, 0, 21, 0.4);
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (min-width: 1180px) {
  .cta_block {
    width: 100%;
  }
}
.cta_block .cta_block_title {
  padding: 5.2% 10% 4%;
  position: relative;
  height: auto;
  max-height: 90px;
}
.cta_block .cta_block_title .img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90px;
  margin: 0;
  padding: 0;
}
.cta_block .cta_block_title .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta_block .cta_block_main {
  padding: 15px 30px 20px 0px;
  background-color: #fff;
}
@media screen and (min-width: 1180px) {
  .cta_block .cta_block_main {
    padding: 15px 0 20px 20px;
  }
}
.cta_block .cta_block_main .cta_block_main_top {
  margin-bottom: 20px;
}
.cta_block .cta_block_main .cta_block_main_top .img {
  width: 100%;
  max-width: 580px;
}
.cta_block .cta_block_main .cta_block_main_top .border {
  width: 100%;
  height: 5px;
  background-image: url(../images/pc_img/border.png);
  border-image-slice: 1;
  margin: 10px 0 15px;
}
.cta_block .cta_block_main .cta_block_main_top p {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.cta_block .cta_block_main .cta_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta_block .cta_block_main .cta_image .img_left {
  width: 30%;
  max-width: 302px;
}
.cta_block .cta_block_main .cta_image .text {
  width: 65%;
  max-width: 580px;
}
.cta_block .cta_block_main .cta_image .text .cta_image_ttl {
  font-size: 2.8vw;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
}
@media screen and (min-width: 1160px) {
  .cta_block .cta_block_main .cta_image .text .cta_image_ttl {
    font-size: 3rem;
  }
}
.cta_block .cta_block_main .cta_image .text .cta_image_ttl sup {
  font-size: 1.4rem;
  vertical-align: 10px;
}
.cta_block .cta_block_main .cta_image .text .cta_image_ttl span {
  font-size: 1.7vw;
}
@media screen and (min-width: 1160px) {
  .cta_block .cta_block_main .cta_image .text .cta_image_ttl span {
    font-size: 2.3rem;
  }
}
.cta_block .cta_block_main .cta_image .text .flex_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1180px) {
  .cta_block .cta_block_main .cta_image .text .flex_group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cta_block .cta_block_main .cta_image .text .cta_image_standout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
}
.cta_block .cta_block_main .cta_image .text .cta_image_standout .standout01 {
  font-size: 2.4vw;
  padding: 2px 5px;
  font-weight: 700;
  color: #330015;
  border-radius: 3px;
  background: rgb(239, 218, 140);
  background: -webkit-gradient(linear, left top, right top, from(rgb(234, 204, 113)), color-stop(20%, white), color-stop(60%, #CB9C10), to(rgba(234, 204, 113, 0.8)));
  background: linear-gradient(90deg, rgb(234, 204, 113) 0%, white 20%, #CB9C10 60%, rgba(234, 204, 113, 0.8) 100%);
}
@media screen and (min-width: 1160px) {
  .cta_block .cta_block_main .cta_image .text .cta_image_standout .standout01 {
    font-size: 3rem;
  }
}
.cta_block .cta_block_main .cta_image .text .cta_image_standout .standout02 {
  font-size: 2.4vw;
  font-weight: 700;
  color: #FF1D25;
  border: solid 2px #FF1D25;
  padding: 1px 4px;
  border-radius: 5px;
}
@media screen and (min-width: 1160px) {
  .cta_block .cta_block_main .cta_image .text .cta_image_standout .standout02 {
    font-size: 3rem;
  }
}
.cta_block .cta_block_main .cta_image .text .cta_image_price {
  font-size: 9vw;
  font-weight: 600;
}
@media screen and (min-width: 1160px) {
  .cta_block .cta_block_main .cta_image .text .cta_image_price {
    font-size: 9.5rem;
  }
}
.cta_block .cta_block_main .cta_image .text .cta_image_price span {
  font-size: 3.5vw;
  position: relative;
  font-weight: 600;
  vertical-align: -5px;
}
@media screen and (min-width: 1160px) {
  .cta_block .cta_block_main .cta_image .text .cta_image_price span {
    font-size: 5rem;
  }
}
.cta_block .cta_block_main .cta_image .text .cta_image_price span::after {
  content: "(税込)";
  position: absolute;
  top: -10px;
  left: 10%;
  font-size: 1.5vw;
  text-wrap: nowrap;
}
@media screen and (min-width: 1180px) {
  .cta_block .cta_block_main .cta_image .text .cta_image_price span::after {
    font-size: 1.5rem;
  }
}
.cta_block .cta_block_main .cta_image .cta_annotation {
  margin-bottom: 20px;
}
.cta_block .cta_block_main .cta_image .cta_annotation p {
  font-size: 1.4rem;
  text-align: left;
}
.cta_block .cta_block_main .cta_buy_link a {
  display: block;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  border-radius: 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(#BEDC20), color-stop(50%, #5AAA03), to(#5AAA03));
  background: linear-gradient(180deg, #BEDC20 0%, #5AAA03 50%, #5AAA03 100%);
  padding: 25px 35px;
  text-align: center;
  text-decoration: none;
  position: relative;
  border: solid 2px #C8A16B;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(51, 0, 21, 0.5);
          box-shadow: 1px 1px 10px 1px rgba(51, 0, 21, 0.5);
}
.cta_block .cta_block_main .cta_buy_link a .img {
  width: 60%;
  max-width: 325px;
  margin: auto;
}

#cta01 {
  background-image: url(../images/pc_img/cta01_bg.jpg);
  padding: 50px 5% 0px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  #cta01 {
    padding: 70px 0 0;
  }
}
#cta01 .cta_text {
  margin-bottom: 70px;
}
#cta01 .cta_text p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.18em;
  color: #330015;
}
@media screen and (min-width: 768px) {
  #cta01 .cta_text p {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
#cta01 .cta_block::after {
  position: absolute;
  content: "";
  background-image: url(../images/pc_img/cta_after.png);
  width: 100%;
  background-size: contain;
  height: 200px;
  top: 98%;
  background-repeat: no-repeat;
  background-position: top;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: -1;
  max-width: 1600px;
}

#cta02 {
  padding: 180px 0% 30px;
}
#cta02 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  width: 100%;
  gap: 0 60px;
}
#cta02 .cta_text p {
  font-size: 6rem;
  color: #330015;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif !important;
}
#cta02 .cta_image_block {
  width: 50%;
  max-width: 560px;
}
#cta02 .cta_image_block .cta_image {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
#cta02 .cta_image_block .cta_text p {
  font-size: 2.2rem;
  line-height: 1.7;
}

#cta03 .ttl_block {
  background: rgb(239, 218, 140);
  background: -webkit-gradient(linear, left top, right top, from(rgb(234, 204, 113)), color-stop(20%, white), color-stop(60%, #CB9C10), to(rgba(234, 204, 113, 0.8)));
  background: linear-gradient(90deg, rgb(234, 204, 113) 0%, white 20%, #CB9C10 60%, rgba(234, 204, 113, 0.8) 100%);
  padding: 5px 0 0;
  position: relative;
}
#cta03 .ttl_block .img {
  width: 30%;
  max-width: 500px;
  margin: 0 auto;
}
#cta03 .ttl_block .img img {
  width: 100%;
}
#cta03 .ttl_block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 7px;
}
#cta03 .ttl_block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 7px;
}
#cta03 .cta_video_block {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  #cta03 .cta_video_block {
    padding: 0;
  }
}
#cta03 .cta_video_block a {
  position: relative;
  display: block;
  width: 80%;
  max-width: 900px;
  margin: 50px auto;
}
#cta03 .cta_video_block a .img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#cta03 .cta_video_block a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 120px;
  height: 60px;
  background-color: #ff0000;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
#cta03 .cta_video_block a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-right: -3px;
  z-index: 11;
}
#cta03 .user_voice_group {
  background-image: url(../images/pc_img/voice_bg02.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom 10%;
  padding-top: 0vw;
  margin: 0 auto;
  position: relative;
  padding-bottom: 260px;
}
@media screen and (min-width: 1440px) {
  #cta03 .user_voice_group {
    padding-bottom: 300px;
  }
}
#cta03 .user_voice_group::after {
  content: "";
  background-image: url(../images/pc_img/voice_bg.png);
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  max-width: 1200px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  background-size: cover;
  top: 0;
  left: 50%;
  background-position: center top;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#cta03 .user_voice_wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  z-index: 5;
  height: 100%;
}
@media screen and (min-width: 1440px) {
  #cta03 .user_voice_wrapper {
    padding: 0;
  }
}
#cta03 .user_voice {
  position: relative;
  mix-blend-mode: normal;
  z-index: 10;
}
#cta03 .user_voice .voice_top {
  margin-bottom: 25px;
}
#cta03 .user_voice .voice_top .img {
  width: 100%;
  margin-left: -3%;
}
#cta03 .user_voice .voice_main {
  max-width: 700px;
}
#cta03 .user_voice .voice_main p {
  font-size: 2rem;
  line-height: 2.2;
  color: #4d4d4d;
  font-weight: 500;
  font-family: "Noto Serif JP", serif !important;
}
#cta03 .user_voice .voice_main p sup {
  font-size: 1.1rem;
  vertical-align: 5px;
}
#cta03 .user_voice .voice_main .annotation {
  font-size: 2rem;
  color: #4d4d4d;
  font-weight: 500;
  font-family: "Noto Serif JP", serif !important;
}
#cta03 .user_voice .name {
  margin-bottom: 40px;
}
#cta03 .user_voice .name p {
  font-family: "Noto Serif JP", serif !important;
}
#cta03 .user_voice:nth-of-type(1) {
  padding: 10% 0 0px;
  margin: 0 auto 0 0;
}
#cta03 .user_voice:nth-of-type(1) .user_voice_title {
  width: 100%;
  max-width: 260px;
}
#cta03 .user_voice:nth-of-type(1) .voice_top {
  max-width: 525px;
}
#cta03 .user_voice:nth-of-type(1) .voice_main {
  width: 75%;
  max-width: 700px;
}
@media screen and (min-width: 1440px) {
  #cta03 .user_voice:nth-of-type(1) .voice_main {
    width: 100%;
  }
}
#cta03 .user_voice:nth-of-type(1) .name p {
  font-size: 1.8rem;
  color: #4d4d4d;
}
#cta03 .user_voice:nth-of-type(2) {
  padding: 10% 0 5%;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 1130px) {
  #cta03 .user_voice:nth-of-type(2) {
    padding: 3% 0 6%;
  }
}
#cta03 .user_voice:nth-of-type(2) .user_voice_title {
  width: 100%;
  max-width: 260px;
  margin-left: auto;
}
#cta03 .user_voice:nth-of-type(2) .voice {
  margin: 0 auto;
}
#cta03 .user_voice:nth-of-type(2) .voice_top .img {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
}
#cta03 .user_voice:nth-of-type(2) .name p {
  color: #4d4d4d;
  text-align: right;
  font-size: 2rem;
  margin-bottom: 20px;
}
#cta03 .user_voice:nth-of-type(2) .user_voice_title {
  text-align: right;
}
#cta03 .user_voice:nth-of-type(2) .user_voice_title span {
  display: inline-block;
  width: 0.5em;
}
#cta03 .user_voice:nth-of-type(2) .voice_main {
  text-align: left;
  margin-left: auto;
  max-width: 700px;
  width: 70%;
}
@media screen and (min-width: 1440px) {
  #cta03 .user_voice:nth-of-type(2) .voice_main {
    width: 100%;
  }
}
#cta03 .user_voice:nth-of-type(2)::before {
  content: url(../images/pc_img/voice_apple.png);
  position: absolute;
  display: block;
  width: 272px;
  height: 270px;
  top: 5%;
  left: 20%;
}
@media screen and (min-width: 1120px) {
  #cta03 .user_voice:nth-of-type(2)::before {
    top: 0;
    left: 25%;
  }
}
@media screen and (min-width: 1440px) {
  #cta03 .user_voice:nth-of-type(2)::before {
    left: 30%;
  }
}
#cta03 .user_voice:nth-of-type(3) {
  padding: 0% 0 0px;
}
#cta03 .user_voice:nth-of-type(3) .voice_top {
  margin-bottom: 15px;
}
#cta03 .user_voice:nth-of-type(3) .voice_top .img {
  width: 100%;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  max-width: 630px;
}
#cta03 .user_voice:nth-of-type(3) .voice_main {
  width: 60%;
  max-width: 700px;
  font-size: 2rem;
}
@media screen and (min-width: 1280px) {
  #cta03 .user_voice:nth-of-type(3) .voice_main {
    width: 100%;
  }
}
#cta03 .user_voice:nth-of-type(3) .user_voice_title {
  width: 100%;
  max-width: 260px;
}
#cta03 .user_voice:nth-of-type(3) .name {
  color: #4d4d4d;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

#cta04 {
  padding: 0 6% 100px;
  background-image: url(../images/pc_img/cta04_bg.png);
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  max-width: 100vw;
  z-index: -1;
}
#cta04 .cta_block {
  width: 100%;
}
#cta04 .cta_video_block {
  width: 100%;
  padding: 30px 30px;
}
@media screen and (min-width: 1440px) {
  #cta04 .cta_video_block {
    padding: 0;
  }
}
#cta04 .cta_video_block a {
  position: relative;
  display: block;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#cta04 .cta_video_block a .img {
  width: 100%;
  height: 100%;
  margin: 0 auto 50px;
}
#cta04 .cta_video_block a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 120px;
  height: 60px;
  background-color: #ff0000;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
#cta04 .cta_video_block a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-right: -3px;
  z-index: 11;
}

.cta_image_container {
  width: 100%;
  background-image: url(../images/pc_img/cta_image04.png);
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 620px;
  background-repeat: no-repeat;
  max-width: 100vw;
  overflow-x: hidden;
}
.cta_image_container .img {
  position: absolute;
  width: 60%;
  max-width: 875px;
  top: 15%;
  left: 55%;
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
}
@media screen and (min-width: 1280px) {
  .cta_image_container .img {
    top: 10%;
  }
}

.cta_top_image {
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin: 0 auto;
}
.cta_top_image .img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.reason_group {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -60px auto 90px;
}
@media screen and (min-width: 1440px) {
  .reason_group {
    gap: 100px;
  }
}
.reason_group .reason_block {
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 15px rgba(51, 0, 21, 0.2);
          box-shadow: 2px 2px 15px rgba(51, 0, 21, 0.2);
  position: relative;
  z-index: 1;
  padding: 136px 30px 30px;
  margin-bottom: 40px;
  background-color: #fff;
  width: calc(50% - 50px);
  margin-bottom: 0;
  max-width: 550px;
}
.reason_group .reason_block .reason_ico {
  position: absolute;
  top: 3%;
  left: 5%;
  width: 25%;
  height: 25%;
  max-width: 106px;
  max-height: 106px;
}
.reason_group .reason_block .reason_title {
  margin-bottom: 20px;
}
.reason_group .reason_block .reason_title p {
  font-size: 2.6vw;
  text-align: center;
  color: #330015;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 1440px) {
  .reason_group .reason_block .reason_title p {
    font-size: 3.6rem;
  }
}
.reason_group .reason_block .reason_title span {
  font-size: 2.4vw;
}
@media screen and (min-width: 1440px) {
  .reason_group .reason_block .reason_title span {
    font-size: 3rem;
  }
}
.reason_group .reason_block:nth-of-type(1) .reason_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.reason_group .reason_block:nth-of-type(1) .reason_main_img {
  width: 50%;
}
.reason_group .reason_block:nth-of-type(1) .reason_main_text {
  width: 50%;
  position: relative;
}
.reason_group .reason_block:nth-of-type(1) .reason_main_text p {
  text-align: center;
  padding-top: 5%;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.7vw;
}
@media screen and (min-width: 1440px) {
  .reason_group .reason_block:nth-of-type(1) .reason_main_text p {
    font-size: 2.5rem;
  }
}
.reason_group .reason_block:nth-of-type(1) .reason_main_text::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #CCCCCC;
  border-radius: 50%;
  top: 60%;
  left: 50%;
}
.reason_group .reason_block:nth-of-type(1) .reason_text p {
  font-size: 1.8vw;
  color: #330015;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1440px) {
  .reason_group .reason_block:nth-of-type(1) .reason_text p {
    font-size: 2.4rem;
  }
}
.reason_group .reason_block:nth-of-type(2) .reason_title {
  font-size: 2.4rem;
  text-align: center;
  color: #330015;
  font-weight: 600;
  margin-bottom: 25px;
}
.reason_group .reason_block:nth-of-type(2) .reason_main {
  margin-bottom: 15px;
  text-align: center;
}
.reason_group .reason_block:nth-of-type(2) .reason_main_img {
  max-width: 480px;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
.reason_group .reason_block:nth-of-type(2) .reason_text p {
  font-size: 1.8vw;
  color: #330015;
  font-weight: 600;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1440px) {
  .reason_group .reason_block:nth-of-type(2) .reason_text p {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
.reason_group .reason_block:nth-of-type(3) .reason_title p {
  font-size: 2.5vw;
  text-align: center;
  color: #330015;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 1440px) {
  .reason_group .reason_block:nth-of-type(3) .reason_title p {
    font-size: 3.7rem;
  }
}
.reason_group .reason_block:nth-of-type(3) .reason_main {
  max-width: 480px;
  width: 100%;
}
.reason_group .reason_block:nth-of-type(3) .reason_text p {
  font-size: 1.8vw;
  color: #330015;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1440px) {
  .reason_group .reason_block:nth-of-type(3) .reason_text p {
    font-size: 2.4rem;
  }
}
.reason_group .reason_block:nth-of-type(4) .reason_main {
  padding-top: 7%;
}
.reason_group .reason_block:nth-of-type(4) .reason_title {
  margin-bottom: 0;
}
.reason_group .reason_block:nth-of-type(4) .reason_main_box {
  width: 80%;
  background-color: #EDF5E3;
  padding: 0px 0px 20px 35px;
  margin: 0 0 0 55px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: -4px 5px rgba(51, 0, 21, 0.1);
          box-shadow: -4px 5px rgba(51, 0, 21, 0.1);
  max-width: 390px;
}
.reason_group .reason_block:nth-of-type(4) .reason_main_box + .reason_main_box {
  margin-top: 40px;
}
.reason_group .reason_block:nth-of-type(4) .reason_main_box .img {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 0;
  left: 50%;
  margin-top: -15px;
  -webkit-transform: translate(-180%, 0);
          transform: translate(-180%, 0);
}
@media screen and (min-width: 1100px) {
  .reason_group .reason_block:nth-of-type(4) .reason_main_box .img {
    -webkit-transform: translate(-200%, 0);
            transform: translate(-200%, 0);
  }
}
@media screen and (min-width: 1280px) {
  .reason_group .reason_block:nth-of-type(4) .reason_main_box .img {
    -webkit-transform: initial;
            transform: initial;
    left: -15%;
  }
}
.reason_group .reason_block:nth-of-type(4) .reason_main_box .text {
  padding-top: 25px;
}
.reason_group .reason_block:nth-of-type(4) .reason_main_box .text p {
  font-size: 1.8vw;
  text-align: center;
  font-weight: 600;
  color: #330015;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1440px) {
  .reason_group .reason_block:nth-of-type(4) .reason_main_box .text p {
    font-size: 2.6rem;
  }
}

.slider_container {
  margin-right: -7%;
  margin-left: -7%;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 883px;
}

.slider {
  padding-left: 0;
  position: relative;
  margin-bottom: 0 !important;
}
.slider .slick-list {
  width: 100vw;
}
.slider .slick-track {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider .slider_list {
  height: 100%;
  width: 100%;
  max-width: 100vw;
  background-color: #330015;
  position: relative;
}
@media screen and (min-width: 980px) {
  .slider .slider_list {
    width: 30vw;
    max-width: 500px;
  }
}
.slider .slider_list img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 979px) {
  .slider .slider_list img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.slider .slider_list::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.slider .slider_list.slick-current::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: initial;
  position: absolute;
}
.slider .prev-slick {
  left: 37vw;
}
.slider .next-slick {
  right: 37vw;
}
.slider .slick-arrow {
  bottom: 0;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 10;
  margin-top: -9px;
}
.slider .prev-slick {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
          transform: rotate(45deg) skew(10deg, 10deg);
}
@media screen and (min-width: 1440px) {
  .slider .prev-slick {
    -webkit-transform: rotate(45deg) skew(10deg, 10deg) translate(50%, -50%);
            transform: rotate(45deg) skew(10deg, 10deg) translate(50%, -50%);
  }
}
.slider .next-slick {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
          transform: rotate(45deg) skew(10deg, 10deg);
}
@media screen and (min-width: 1440px) {
  .slider .next-slick {
    -webkit-transform: rotate(45deg) skew(10deg, 10deg) translate(-50%, 50%);
            transform: rotate(45deg) skew(10deg, 10deg) translate(-50%, 50%);
  }
}
.slider button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.slider .slick-dots {
  bottom: 9%;
}

#Contents::after {
  display: none !important;
}