@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }

  .is-pc {
    display: none;
  }
}

html {
  font-size: 8.53334px;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  max-width: 100vw;
  width: 100%;
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0rem 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .serif {
    font-weight: 700;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  line-height: 1.5;
}
p {
  font-size: 1.8rem;
  line-height: 1.9444444444;
}


.fv {
  position: relative;
}

.fv_logo {
  position: absolute;
  width: 16.4rem;
  left: 50%;
  transform: translateX(-50%);
  top: 2rem;
}

.offer {
  padding: 12.6rem 0 0;
  background-image: linear-gradient(#c1e4ff 25%, #ffffff);
}

.fv_point_img {
  position: absolute;
  width: 71.4rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11rem;
}

.at_txt {
  max-width: 64.4rem;
  line-height: 1.4;
  margin: 0 auto;
  font-size: 1.4rem;
  padding-bottom: 1.2rem;
}

.offer_wrap {
  position: relative;
}

.offer_img {
  width: 71rem;
  margin: 0 auto;
}

.offer_wrap p {
  position: absolute;
  width: 67rem;
  font-size: 1.8rem;
  color: #777777;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.4;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.2rem;
}

.offer_wrap p span {
  font-weight: bold;
}

.cta {
  padding: 3.9rem 0 6.3rem;
}

.cta_txt {
  width: 41.4rem;
  margin: 0 auto 1rem;
}

.cta_btn {
  width: 63.6rem;
  margin: 0 auto;
}

.plan {
  padding-top: 4.6rem;
  background-position: center;
  background-size: contain;
  background-image: url(../img/plan_back.jpg);
}

.plan_ttl {
  width: 55.9rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.plan_wrap {
  padding-top: 3.0rem;
  position: relative;
}

.plan_img {
  width: 71rem;
  margin: 0 auto;
}

.plan_wrap p {
  position: absolute;
  width: 65rem;
  font-size: 1.8rem;
  color: #777777;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 1.4;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.1rem;
}


.step {
  padding-top: 8.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/step_back.jpg);
}

.step_ttl {
  width: 57.78rem;
  margin: 0 auto;
  padding-bottom: 2.7rem;
}

.step_img {
  width: 71rem;
  margin: 0 auto;
  padding-top: 2rem;
}

.step_wrap {
  padding-top: 4rem;
  position: relative;
}

.step_wrap p {
  position: absolute;
  width: 62rem;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.6;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.3rem;
}

.step_when_img {
  width: 71rem;
  margin: 0 auto;
}

.point {
  padding-top: 5.831rem;
  padding-bottom: 4.8rem;
  background-image: linear-gradient(#fff2f0, #fed5cd);
}

.point p {
  text-align: center;
  font-size: 1.8rem;
}

.point_ttl {
  width: 56.865rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.point_img {
  width: 71rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.point3 {
  padding: 3.73rem 0;
  position: relative;
  width: 71rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
}

.point3::before {
  content: "";
  background-image: url(../img/point3_p.png);
  -o-object-fit: contain;
  object-fit: contain;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 13.5rem;
  height: 13.8rem;
  top: 0%;
  left: 0;
}

.point3_ttl {
  width: 42.3rem;
  margin: 0 11.8rem 0 auto;
  padding-bottom: 2.8rem;
}

.point3_cont {
  width: 63rem;
  margin: 0 auto;
  padding-bottom: 3.3rem;
}

.ac_cont {
  width: 55rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.point_accordion {
  width: 63rem;
  margin: 0 auto 1rem;
  border: 5px solid #EEEEEE;
  border-radius: 4.5rem;
}

.point_accordion summary {
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2.4rem 0;
  background-image: url(../img/ac_arrow.png);
  background-position: right calc(3rem - 7px) center;
  background-size: 4.1rem;
  background-repeat: no-repeat;
  color: #0D55BC;
  font-weight: 600;
  cursor: pointer;
}

.point_accordion summary::-webkit-details-marker {
  display: none;
}

.point_accordion summary::after {
  position: absolute;
  top: 3.2rem;
  right: calc(4.5rem - 7px);
  transform: translateY(-25%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  content: "";
  transition: transform 0.3s;
}

.point_accordion[open] summary::after {
  transform: rotate(225deg);
}

.worries {
  padding: 3rem 0 5.4rem;
  background-image: linear-gradient(#EEF0F2, #DDEFFD);
}

.worries_ttl {
  width: 49.7rem;
  margin: 0 auto;
}

.worries_img {
  padding: 1.2rem 0 2rem;
}

.worries_point {
  width: 71rem;
  margin: 0 auto;
}

.cta_solo {
  padding-top: 2.1rem;
  background-image: linear-gradient(90deg, #e8829c, #f2c499);
}

.qa {
  padding: 5.7rem 0 1.4rem;
  background-color: #F5F0EB;
}

.qa_ttl {
  font-size: 6.4rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 3rem;
}

.qa_accordion {
  width: 65rem;
  padding: 4rem 0;
  margin: 0 auto;
  border-top: #E05599 1px solid;
}

.qa_accordion summary {
  font-size: 3rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
  position: relative;
  background-image: url(../img/ac_back.png);
  background-position: right calc(0rem - 0px) center;
  background-size: 5.2rem;
  background-repeat: no-repeat;
  color: #333;
  font-weight: 600;
  cursor: pointer;
}

.qa_accordion summary::-webkit-details-marker {
  display: none;
}

.qa_accordion summary::before {
  width: 4.444rem;
  height: 5.184rem;
  content: "";
  background-image: url(../img/Q.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 2rem;
}

.qa_accordion summary::after {
  position: absolute;
  top: 44%;
  right: 1.85rem;
  transform: translateY(-25%) rotate(45deg);
  width: 1.47rem;
  height: 1.47rem;
  border-bottom: 0.3rem solid #E05599;
  border-right: 0.3rem solid #E05599;
  content: "";
  transition: transform 0.3s;
}

.qa_accordion[open] summary::after {
  transform: rotate(225deg);
  top: 46%;
}

.qa_cont {
  position: relative;
  padding-top: 4rem;
  padding-left: 6rem;
}

.qa_cont::before {
  top: 4rem;
  left: 0rem;
  position: absolute;
  width: 4.223rem;
  height: 4.163rem;
  content: "";
  background-image: url(../img/A.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.qa_txt {
  font-size: 2.4rem;
  color: #333;
  font-weight: 400;
  line-height: 1.8;
}

.qa_link {
  display: block;
  font-size: 2.4rem;
  color: #5064EB;
  line-height: 1.6;
  text-decoration: underline;
}

.qa_txt_s {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
}

.qa_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}

.qa_list li {
  font-size: 2.4rem;
  color: #333;
  font-weight: 400;
  display: flex;
  line-height: 1.6;
}

.qa_list li::before {
  content: "⚫︎";
  color: #E05599;
  font-size: 1.2rem;
  margin-right: 1rem;
  margin-top: 1rem;
}

.st_list {
  flex-direction: column;
}

.important {
  padding: 5rem 0;
}

.important_ttl {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

.important_cont {
  width: 71rem;
  border-radius: 2rem;
  margin: 0 auto;
  background-color: #F2F2F2;
  padding: 4.3rem 5.5rem 1rem;
}

.important_cont h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 2rem;
}

.important_cont p {
  font-size: 1.8rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 3.8rem;
}

.footer {
  max-width: 75rem;
  margin: 0 auto;
  padding: 1.4rem 0 14rem;
}

.footer_logo {
  width: 16.4rem;
  margin: 0 auto;
}

.footer_link {
  display: flex;
  gap: 1.8rem;
  padding-top: 3.7rem;
  justify-content: center;
}

.footer_link li {
  display: flex;
  gap: 1.8rem;
}

.footer_link li:not(:last-child)::after {
  content: "/";
  font-size: 1.8rem;
}

.footer_link a {
  font-size: 1.8rem;
  color: #333;
  font-weight: 400;
}

.footer_button {
  width: 75rem;
  position: fixed;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 1.1rem 0 1.4rem;
  background-image: linear-gradient(90deg, #DDEFFD, #C3E4FD);
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.2s;
}

.h_cta_txt {
  width: 26rem;
  margin: 0 auto 0.2rem;
}

.h_cta {
  width: 45.4rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 1.4rem 0 20rem;
  }

  .footer_button {
    width: 75rem;
    position: fixed;
    left: 50%;
    bottom: 0rem;
    transform: translateX(-50%);
    z-index: 9999;
    padding: 2.7rem 0;
    background-image: linear-gradient(90deg, #DDEFFD, #C3E4FD);
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.2s;
  }

  .h_cta_txt {
    width: 34.7rem;
    margin: 0 auto 0.9rem;
  }

  .h_cta {
    width: 60rem;
    margin: 0 auto;
  }
}

.toast {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
  text-align: center;
  line-height: 1.5;
}

.toast.show {
  opacity: 1;
  visibility: visible;
}

.fv_coupon {
  position: relative;
}

.fv_code {
  position: absolute;
  width: 41.4rem;
  left: 50.43%;
  transform: translateX(-50%);
  bottom: 9.3rem;
}

.coupon_code_txt {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  bottom: 20rem;
  color: #303030;
  letter-spacing: 0.5px;
}

.coupon_code_txt span {
  font-weight: 900;
}

.coupon_txt {
  width: 60rem;
  text-align: left;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1rem;
  line-height: 1.5;
  bottom: 4rem;
  color: #555555;
}

.offer_code {
  position: absolute;
  width: 38.5rem;
  left: 64.3%;
  transform: translateX(-50%);
  bottom: 2.85rem;
}

button:hover {
  opacity: 0.9;
}

.plan_checkup{padding-bottom: 4.3rem;}
.plan_ex_wrap p{
		font-size: 1.4rem;
		line-height: 1.4;
		color:#666666;
	}

@media screen and (max-width: 750px){
	.plan_checkup{
		padding-bottom: 3.3rem}
}

.plan_ex_wrap {
  display: flex;
  gap: 7px;
  width: 71rem;
  margin: 0 auto;
  padding-top: 1.0rem;
}

.plan_ex_wrap p span {
  font-weight: bold;
}

.plan_sb{width: 65%; margin:10px auto 5px;}


/*# sourceMappingURL=style.css.map */