@charset "UTF-8";
/*
Theme Name: theme name
Description: description
Author:yashibous
Author URI: https://yashibous.com
*/
/* 
 * Reset
 * --------------------------
 */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&family=Noto+Sans+JP:wght@400;500;600&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
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;
}

/* 
 * Mixin
 * --------------------------
 */
/*
 * responsive.scss
 */
/*
 * text-setting.scss
 */
/* 
 * Base
 * --------------------------
 */
/*
 * base.scss
 */
body {
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシ＞ック", Arial, Verdana, sans-serif;
  font-weight: 500;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*
 * function.scss
 */
/*
 * variables.scss
 */
/*
 * ビューポートサイズ
 */
/*
 * デザイン幅
 */
/*
 * デザイン幅
 */
/*
 * カラーパレット
 */
/* 
 * Module
 * --------------------------
 */
/*
 * layout.scss
 */
.layout03__item, .layout03__list, .layout02__text, .layout02__img, .layout01__block {
  border: 1px solid red;
  background-color: rgba(221, 221, 255, 0.5333333333);
  width: 100%;
  padding: 2rem;
}

.layout01 {
  height: 100%;
}
.layout01 .layout01__wrapper--horizontal, .layout01 .layout01__wrapper--vertical {
  display: flex;
  flex-wrap: nowrap;
  gap: 3%;
  height: 100%;
}
.layout01__wrapper--vertical {
  flex-direction: column;
}
.layout01__wrapper--horizontal {
  flex-direction: row;
}
.layout02__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 1.5625vw, 10px);
}
.layout02 .layout02__item--reverse, .layout02 .layout02__item {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
.layout02__item {
  flex-direction: row;
}
.layout02__item--reverse {
  flex-direction: row-reverse;
}
.layout02__img {
  margin-left: auto;
  margin-right: auto;
  width: 32%;
}
.layout02__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1px, 2.5vw, 16px);
  line-height: 1.5;
  color: #42210B;
  font-feature-settings: normal;
  text-align: center;
  width: 65%;
}

.layout03__list {
  display: flex;
  justify-content: space-between;
}
.layout03__item {
  width: 30%;
  height: 50%;
}
.layout03__item:nth-child(1) {
  margin-top: 0;
}
.layout03__item:nth-child(2) {
  margin-top: clamp(1px, 3.125vw, 20px);
}
.layout03__item:nth-child(3) {
  margin-top: clamp(1px, 6.25vw, 40px);
}

.layout04__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(1px, 1.5625vw, 10px);
}
.layout04__item {
  width: 100%;
  height: clamp(1px, 31.25vw, 200px);
  background-color: rgba(221, 221, 255, 0.5333333333);
}
@media screen and (min-width: 640px) {
  .layout04__item {
    width: 48%;
  }
}
@media screen and (min-width: 640px) {
  .layout04__item {
    width: 30%;
  }
}

.layout05__mainvisual {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.layout05__contents {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/*
 * parts.scss
 */
.clipped-shadow {
  width: 100%;
  height: 100%;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
.clipped-shadow > * {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  width: 100%;
  height: 100%;
}

/*
 * section.scss
 */
.section {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  /* セクションごとのレイアウト */
}
@media screen and (min-width: 640px) {
  .section {
    max-width: 640px;
  }
}
.section__inner {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding-left: clamp(1px, 3.125vw, 20px);
  padding-right: clamp(1px, 3.125vw, 20px);
}
@media screen and (min-width: 640px) {
  .section__inner {
    max-width: 640px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section__contents {
  padding-top: clamp(1px, 4.6875vw, 30px);
  padding-bottom: clamp(1px, 4.6875vw, 30px);
}
@media screen and (min-width: 640px) {
  .section__contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section__title {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 5vw, 32px);
  line-height: 1;
  color: #603813;
  font-feature-settings: normal;
  text-align: center;
  padding-top: clamp(1px, 3.125vw, 20px);
  padding-bottom: clamp(1px, 3.125vw, 20px);
}
@media screen and (min-width: 640px) {
  .section__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #603813;
    font-feature-settings: normal;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section__image {
  width: 100%;
}
.section__bg1 {
  background-image: url(./image/common_bg1.webp);
  background-repeat: repeat;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.section--sec02 {
  background-color: #FBF4ED;
  clip-path: ellipse(180% 100% at 50% 0%);
}
.section--sec03 {
  padding: clamp(1px, 9.375vw, 60px) 0;
}
.section--sec04 {
  background-image: url(./image/sec04_bg1.webp);
  background-size: 100% 100%;
  padding: clamp(1px, 9.375vw, 60px) clamp(1px, 1.25vw, 8px) clamp(1px, 0vw, 0px);
  margin-bottom: clamp(-40px, -6.25vw, 0px);
}
.section--faq {
  padding: clamp(1px, 9.375vw, 60px) 0 clamp(1px, 6.25vw, 40px);
  background-image: url(./image/faq_bg1.webp);
  background-color: #ffffff;
  background-size: 100%;
}

/*
 * sec.scss
 */
.sec02__item-text2, .sec02__item-text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: 1.5;
  color: #603813;
  font-feature-settings: "palt";
  text-align: justify;
  margin-bottom: clamp(1px, 1.5625vw, 10px);
}

.sec01 {
  position: relative;
  padding: clamp(1px, 1.5625vw, 10px) clamp(1px, 1.5625vw, 10px) clamp(1px, 4.6875vw, 30px);
  background-color: #FEFDE8;
}
.sec01__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 3.125vw, 20px);
}
.sec01__item {
  position: relative;
  background-size: 100% 100%;
  padding: clamp(1px, 4.6875vw, 30px) clamp(1px, 4.6875vw, 30px);
}
.sec01__item::before {
  content: "";
  position: absolute;
  background-size: 100% 100%;
}
.sec01__item:nth-child(1) {
  background-image: url(./image/sec01__item1-bg.webp);
  width: clamp(1px, 77.96875vw, 499px);
  height: clamp(1px, 51.40625vw, 329px);
  margin-left: auto;
  margin-right: 0;
}
.sec01__item:nth-child(1)::before {
  background-image: url(./image/sec01__item1-icon.webp);
  width: clamp(1px, 27.03125vw, 173px);
  height: clamp(1px, 31.40625vw, 201px);
  left: clamp(-130px, -20.3125vw, 0px);
  top: clamp(1px, 3.125vw, 20px);
}
.sec01__item:nth-child(2) {
  background-image: url(./image/sec01__item2-bg.webp);
  width: clamp(1px, 77.65625vw, 497px);
  height: clamp(1px, 29.375vw, 188px);
  margin-left: 0;
  margin-right: auto;
  padding: clamp(1px, 4.6875vw, 30px) clamp(1px, 9.375vw, 60px) clamp(1px, 6.25vw, 40px) clamp(1px, 0.625vw, 4px);
}
.sec01__item:nth-child(2)::before {
  background-image: url(./image/sec01__item2-icon.webp);
  width: clamp(1px, 27.03125vw, 173px);
  height: clamp(1px, 31.25vw, 200px);
  right: clamp(-120px, -18.75vw, 0px);
  top: clamp(-6px, -0.9375vw, 0px);
}
.sec01__item:nth-child(3) {
  background-image: url(./image/sec01__item3-bg.webp);
  width: clamp(1px, 77.1875vw, 494px);
  height: clamp(1px, 72.1875vw, 462px);
  margin-left: auto;
  margin-right: 0;
}
.sec01__item:nth-child(3)::before {
  background-image: url(./image/sec01__item3-icon.webp);
  width: clamp(1px, 27.03125vw, 173px);
  height: clamp(1px, 33.28125vw, 213px);
  left: clamp(-130px, -20.3125vw, 0px);
  top: clamp(1px, 3.125vw, 20px);
}
.sec01__list2 {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 2.5vw, 16px);
  padding-left: clamp(1px, 10.9375vw, 70px);
}
.sec01__item2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: clamp(1px, 6.09375vw, 39px);
  color: #000;
  font-feature-settings: "palt";
  text-align: justify;
  padding-bottom: clamp(1px, 0.9375vw, 6px);
  position: relative;
}
.sec01__item2::before {
  position: absolute;
  content: "";
  width: clamp(1px, 5vw, 32px);
  height: clamp(1px, 4.21875vw, 27px);
  background-image: url(./image/sec01_icon1.svg);
  background-size: 100% 100%;
  left: clamp(-44px, -6.875vw, 0px);
  top: clamp(1px, 1.5625vw, 10px);
}
.sec01__title {
  width: clamp(1px, 95.3125vw, 610px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.sec02 {
  position: relative;
  padding: clamp(1px, 14.0625vw, 90px) 0 clamp(1px, 11.875vw, 76px);
}
.sec02__list {
  padding: clamp(1px, 3.125vw, 20px);
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 12.5vw, 80px);
}
.sec02__item {
  background-color: #ffffff;
  border-radius: clamp(1px, 4.21875vw, 27px);
  box-shadow: 0 0 clamp(1px, 1.25vw, 8px) rgba(0, 0, 0, 0.5333333333);
  padding: clamp(1px, 4.6875vw, 30px);
  position: relative;
}
.sec02__item-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 5.625vw, 36px);
  line-height: clamp(1px, 7.8125vw, 50px);
  color: #F17888;
  font-feature-settings: "palt";
  text-align: center;
  margin-left: clamp(1px, 10.9375vw, 70px);
  margin-bottom: clamp(1px, 3.125vw, 20px);
}
.sec02__item:nth-child(4) .sec02__item-title {
  margin-top: clamp(1px, 4.6875vw, 30px);
  margin-bottom: clamp(1px, 6.25vw, 40px);
}
.sec02__item-img1 {
  width: clamp(1px, 18.4375vw, 118px);
  position: absolute;
  left: 0;
  top: clamp(-36px, -5.625vw, 0px);
}
.sec02__item-img2 {
  width: clamp(1px, 85vw, 544px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 3.125vw, 20px);
}
.sec02__item-text1 {
  text-align: justify;
}
.sec02__item-text2 {
  font-size: clamp(1px, 2.8125vw, 18px);
  text-align: justify;
}
.sec02__title {
  width: clamp(1px, 81.5625vw, 522px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 6.25vw, 40px);
}
.sec02__img1 {
  width: clamp(1px, 36.875vw, 236px);
  position: absolute;
  left: 0;
  top: 0;
}
.sec02__img2 {
  width: clamp(1px, 36.875vw, 236px);
  position: absolute;
  right: 0;
  top: 0;
}
.sec02__btn {
  width: clamp(1px, 93.4375vw, 598px);
}
.sec02__text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: clamp(1px, 6.875vw, 44px);
  color: #42210B;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: clamp(1px, 7.8125vw, 50px);
}

.sec03 {
  position: relative;
  width: clamp(1px, 93.75vw, 600px);
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 clamp(1px, 1.25vw, 8px) rgba(0, 0, 0, 0.6666666667);
  border-radius: clamp(1px, 6.40625vw, 41px);
  background-color: #ffffff;
  padding: clamp(1px, 5.625vw, 36px) 0 clamp(1px, 3.75vw, 24px);
}
.sec03__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 11.875vw, 76px);
  line-height: 1;
  color: #F17888;
  font-feature-settings: normal;
  text-align: center;
  margin-bottom: clamp(1px, 3.125vw, 20px);
}
.sec03__title_sub {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: clamp(1px, 5vw, 32px);
  color: #42210B;
  font-feature-settings: normal;
  text-align: center;
}
.sec03__img1 {
  position: absolute;
  width: clamp(1px, 73.125vw, 468px);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: clamp(-36px, -5.625vw, 0px);
}
.sec03__img2 {
  width: clamp(1px, 71.875vw, 460px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 3.75vw, 24px);
}
.sec03__img3 {
  width: clamp(1px, 83.28125vw, 533px);
  margin-left: clamp(1px, 1.875vw, 12px);
  margin-right: auto;
  position: relative;
}
.sec03__img3::after {
  position: absolute;
  content: "";
  background-image: url(./image/sec03_icon1.webp);
  background-size: 100% 100%;
  width: clamp(1px, 14.375vw, 92px);
  height: clamp(1px, 14.375vw, 92px);
  right: clamp(-10px, -1.5625vw, 0px);
  top: clamp(1px, 0.9375vw, 6px);
}
.sec03__text1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 5.625vw, 36px);
  line-height: clamp(1px, 6.71875vw, 43px);
  color: #F17888;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: clamp(-32px, -5vw, 0px);
}

.sec04 {
  padding: clamp(1px, 17.8125vw, 114px) clamp(1px, 9.375vw, 60px) clamp(1px, 12.5vw, 80px);
  background-image: url(./image/sec04_bg2.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}
.sec04__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 12.1875vw, 78px);
}
.sec04__item {
  display: flex;
  align-items: flex-start;
  gap: clamp(1px, 3.125vw, 20px);
  justify-content: flex-start;
  position: relative;
}
.sec04__item-img1 {
  width: clamp(1px, 18.4375vw, 118px);
}
.sec04__item-text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: clamp(1px, 5.9375vw, 38px);
  color: #603813;
  font-feature-settings: "palt";
  text-align: center;
  width: fit-content;
  border-bottom: #AFAFAF dashed clamp(1px, 0.3125vw, 2px);
  padding-top: clamp(1px, 4.6875vw, 30px);
  padding-bottom: clamp(1px, 1.5625vw, 10px);
}
.sec04__item:not(:last-child)::after {
  position: absolute;
  content: "";
  background-image: url(./image/sec04_item-icon.webp);
  background-size: 100% 100%;
  width: clamp(1px, 24.0625vw, 154px);
  height: clamp(1px, 6.09375vw, 39px);
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: clamp(-80px, -12.5vw, 0px);
}
.sec04__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 9.53125vw, 61px);
  line-height: 1;
  color: #603813;
  font-feature-settings: normal;
  text-align: center;
  margin-bottom: clamp(1px, 6.25vw, 40px);
  position: relative;
}
.sec04__title::before {
  position: absolute;
  content: "";
  background-image: url(./image/sec04_title-before.webp);
  background-size: 100% 100%;
  width: clamp(1px, 28.59375vw, 183px);
  height: clamp(1px, 35.78125vw, 229px);
  left: clamp(-34px, -5.3125vw, 0px);
  top: clamp(-172px, -26.875vw, 0px);
}
.sec04__title::after {
  position: absolute;
  content: "";
  background-image: url(./image/sec04_title-after.webp);
  background-size: 100% 100%;
  width: clamp(1px, 27.65625vw, 177px);
  height: clamp(1px, 23.90625vw, 153px);
  right: clamp(-50px, -7.8125vw, 0px);
  top: clamp(-130px, -20.3125vw, 0px);
}
.sec04__btn {
  display: block;
  position: relative;
  top: clamp(-60px, -9.375vw, 0px);
}

.sec05 {
  padding: clamp(1px, 7.8125vw, 50px) clamp(1px, 3.125vw, 20px);
  background-color: #FBF4ED;
}
.sec05__box1 {
  background-color: #ffffff;
  box-shadow: 0 0 clamp(1px, 1.25vw, 8px) rgba(0, 0, 0, 0.6666666667);
  padding: clamp(1px, 4.6875vw, 30px);
  height: clamp(1px, 59.0625vw, 378px);
  overflow: scroll;
}
.sec05__title {
  width: clamp(1px, 55.46875vw, 355px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 7.8125vw, 50px);
}
.sec05__text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1px, 2.8125vw, 18px);
  line-height: clamp(1px, 4.53125vw, 29px);
  color: #333;
  font-feature-settings: "palt";
  text-align: justify;
}

/*
 * logo.scss
 */
.logo__image {
  display: block;
  width: clamp(1px, 31.40625vw, 201px);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 1.5625vw, 10px);
}
.logo__image:hover {
  opacity: 0.9;
}
.logo--centered {
  margin-right: auto;
  margin-left: auto;
}

/*
 * mainvisual.scss
 */
.mainvisual {
  overflow: hidden;
  margin-bottom: -1px;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #FEFDE8;
}
.mainvisual__image {
  vertical-align: bottom;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mainvisual__text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: 1.6;
  color: #F69FAC;
  font-feature-settings: "palt";
  text-align: center;
  background-color: #ffffff;
}
.mainvisual__btn {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  bottom: clamp(1px, 13.75vw, 88px);
}

/*
 * footer.scss
 */
.footer {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
}
.footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1px, 3.125vw, 20px);
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__list {
  display: flex;
  align-items: center;
  margin-bottom: clamp(1px, 1.5625vw, 10px);
}
.footer__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1px, 2.8125vw, 18px);
  line-height: 1;
  color: #000000;
  font-feature-settings: normal;
}
.footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1px, 2.8125vw, 18px);
  line-height: 1;
  color: #000000;
  font-feature-settings: normal;
}

/*
 * faq.scss
 */
.faq {
  height: auto;
}
.faq__title {
  width: clamp(1px, 81.09375vw, 519px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 1.875vw, 12px);
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 3.125vw, 20px);
  background-color: #ffffff;
  border: clamp(1px, 0.9375vw, 6px) solid #F17888;
  border-radius: clamp(1px, 5vw, 32px);
  padding-bottom: clamp(1px, 7.8125vw, 50px);
}
.faq__item {
  position: relative;
}
.faq__item::before {
  position: absolute;
  top: clamp(1px, 4.0625vw, 26px);
  left: clamp(1px, 2.5vw, 16px);
}
.faq__item--question {
  padding: clamp(1px, 8.125vw, 52px) clamp(1px, 3.125vw, 20px) clamp(1px, 0vw, 0px) clamp(1px, 21.875vw, 140px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: 1.5;
  color: #F17888;
  font-feature-settings: "palt";
  height: clamp(1px, 18.75vw, 120px);
}
.faq__item--question::before {
  content: "";
  background-image: url(./image/faq_icon_q.webp);
  background-size: 100% 100%;
  width: clamp(1px, 16.25vw, 104px);
  height: clamp(1px, 16.09375vw, 103px);
}
.faq__item--answer {
  padding: clamp(1px, 8.125vw, 52px) clamp(1px, 4.6875vw, 30px) clamp(1px, 0vw, 0px) clamp(1px, 21.875vw, 140px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 4.375vw, 28px);
  line-height: 1.5;
  color: #603813;
  font-feature-settings: "palt";
  min-height: clamp(1px, 29.6875vw, 190px);
  text-align: justify;
}
.faq__item--answer::before {
  content: "";
  background-image: url(./image/faq_icon_a.webp);
  background-size: 100% 100%;
  width: clamp(1px, 16.25vw, 104px);
  height: clamp(1px, 16.09375vw, 103px);
}

/*
 * cta.scss
 */
.cta__link {
  display: block;
  width: clamp(1px, 92.8125vw, 594px);
  margin-left: auto;
  margin-right: auto;
}
.cta__link:hover {
  transform: translateY(clamp(1px, 0.3125vw, 2px));
}

/*
 * privacypolicy.scss
 */
.tokutei {
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1px, 2.8125vw, 18px);
  line-height: clamp(1px, 5.625vw, 36px);
  color: #000000;
  font-feature-settings: "palt";
  padding: clamp(1px, 6.25vw, 40px) clamp(1px, 0.625vw, 4px);
}
.tokutei__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1px, 3.28125vw, 21px);
  line-height: 1.5;
  color: #000000;
  font-feature-settings: normal;
  text-align: center;
  margin-bottom: clamp(1px, 6.25vw, 40px);
}
.tokutei__data {
  border: clamp(1px, 0.3125vw, 2px) solid #e6e5e5;
  padding: clamp(1px, 2.8125vw, 18px) clamp(1px, 1.5625vw, 10px) clamp(1px, 2.8125vw, 18px) clamp(1px, 3.75vw, 24px);
}
.tokutei__head {
  border: clamp(1px, 0.3125vw, 2px) solid #e6e5e5;
  background-color: #f6f4f4;
  width: clamp(1px, 43.4375vw, 278px);
  padding: clamp(1px, 2.8125vw, 18px) clamp(1px, 1.5625vw, 10px) clamp(1px, 2.8125vw, 18px) clamp(1px, 3.75vw, 24px);
}
.tokutei__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 4.6875vw, 30px);
}
.tokutei__item {
  padding-left: 0.7em;
  position: relative;
}
.tokutei__item::before {
  position: absolute;
  content: "・";
  left: 0;
}

/* 
 * Utility
 * --------------------------
 */
/*
 * util.scss
 */
@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .pc {
    display: inherit;
  }
}

.box-shadow {
  box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.2);
  width: fit-content;
}

.box-bg-grad {
  background-image: linear-gradient(30deg, #F17888, #ffffff 30%, #ffffff 70%, #F17888);
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-accent {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #F17888;
  font-feature-settings: inherit;
}

.text-color--black {
  color: #333333;
}
.text-color--green {
  color: #218386;
}
.text-color--pink {
  color: #DC797E;
}
.text-color--orange {
  color: #FF8400;
}
.text-color--yellow {
  color: #FFFF80;
}

.text-deco-marker {
  background: linear-gradient(transparent 80%, rgba(255, 192, 2, 0.6666666667) 80%);
}

.text-deco-marker2 {
  background: linear-gradient(transparent 85%, rgba(255, 192, 2, 0.6666666667) 85%, rgba(255, 192, 2, 0.6666666667) 100%, transparent 100%);
}

.text-deco-dash--accent, .text-deco-dash {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: clamp(1px, 0.3125vw, 2px);
  text-underline-offset: clamp(1px, 1.25vw, 8px);
}

.text-deco-dash--accent {
  text-decoration-color: #F17888;
}

.text-deco-regular {
  font-weight: 400;
  font-feature-settings: inherit;
}

.text-deco-medium {
  font-weight: 500;
  font-feature-settings: inherit;
}

.text-deco-bold {
  font-weight: 700;
  font-feature-settings: inherit;
}

.text-deco-black {
  font-weight: 900;
  font-feature-settings: inherit;
}

.text-deco-underline--accent, .text-deco-underline {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: clamp(1px, 0.3125vw, 2px);
  text-underline-offset: clamp(1px, 1.25vw, 8px);
}

.text-deco-underline--accent {
  text-decoration-color: #F17888;
}

.text-deco-overdot--small, .text-deco-overdot--accent, .text-deco-overdot {
  position: relative;
}
.text-deco-overdot--small::after, .text-deco-overdot--accent::after, .text-deco-overdot::after {
  position: absolute;
  content: "・";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #42210B;
  font-feature-settings: "palt";
  top: -0.5em;
  left: 0.25em;
}

.text-deco-overdot--accent::after {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #F17888;
  font-feature-settings: "palt";
}
.text-deco-overdot--small::after {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.5em;
  line-height: 1;
  font-feature-settings: "palt";
  top: -0.3em;
  left: 0.8em;
}

.text-deco-wave {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: clamp(1px, 0.3125vw, 2px);
  text-underline-offset: clamp(1px, 0.46875vw, 3px);
  text-decoration-color: #A27E8A;
}

.text-deco-wave2 {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: clamp(1px, 0.3125vw, 2px);
  text-underline-offset: clamp(1px, 0.46875vw, 3px);
  text-decoration-color: #ff0000;
}

.text-shadow {
  text-shadow: clamp(1px, 0.46875vw, 3px) clamp(1px, 0.46875vw, 3px) clamp(1px, 0vw, 0px) #F17888;
}
.text-shadow--blur {
  text-shadow: clamp(1px, 0.78125vw, 5px) clamp(1px, 0.78125vw, 5px) clamp(1px, 1.25vw, 8px) #F17888, clamp(1px, 0.78125vw, 5px) clamp(-5px, -0.78125vw, 0px) clamp(1px, 1.25vw, 8px) #F17888, clamp(-5px, -0.78125vw, 0px) clamp(1px, 0.78125vw, 5px) clamp(1px, 1.25vw, 8px) #F17888, clamp(-5px, -0.78125vw, 0px) clamp(-5px, -0.78125vw, 0px) clamp(1px, 1.25vw, 8px) #F17888;
}
.text-shadow--box {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: clamp(1px, 1.875vw, 12px);
  padding: clamp(1px, 1.25vw, 8px);
  box-shadow: inset clamp(1px, 0.46875vw, 3px) clamp(1px, 0.46875vw, 3px) clamp(1px, 3.125vw, 20px) #ffffff, inset clamp(-3px, -0.46875vw, 0px) clamp(-3px, -0.46875vw, 0px) clamp(1px, 3.125vw, 20px) #ffffff;
}

.text-num {
  font-weight: 700;
  font-size: 1.4em;
  font-feature-settings: "palt";
}

.text-fz60 {
  font-size: 0.6em;
}

.text-fz70 {
  font-size: 0.7em;
}

.text-fz80 {
  font-size: 0.8em;
}

.text-fz90 {
  font-size: 0.9em;
}

.text-fz110 {
  font-size: 1.1em;
}

.text-fz120 {
  font-size: 1.2em;
}

.text-fz130 {
  font-size: 1.3em;
}

.text-fz140 {
  font-size: 1.4em;
}

.text-fz150 {
  font-size: 1.5em;
}

.text-fz200 {
  font-size: 2em;
  line-height: 1.3;
}

.text-fz250 {
  font-size: 2.5em;
}

.mb_vw0 {
  margin-bottom: unset;
}

.mb_vw10 {
  margin-bottom: clamp(1px, 1.5625vw, 10px);
}

.mb_vw20 {
  margin-bottom: clamp(1px, 3.125vw, 20px);
}

.mb_vw30 {
  margin-bottom: clamp(1px, 4.6875vw, 30px);
}

.mb_vw40 {
  margin-bottom: clamp(1px, 6.25vw, 40px);
}

.mb_vw50 {
  margin-bottom: clamp(1px, 7.8125vw, 50px);
}

.mb_vw60 {
  margin-bottom: clamp(1px, 9.375vw, 60px);
}

.mb_vw70 {
  margin-bottom: clamp(1px, 10.9375vw, 70px);
}

.mb_vw80 {
  margin-bottom: clamp(1px, 12.5vw, 80px);
}

.mb_vw90 {
  margin-bottom: clamp(1px, 14.0625vw, 90px);
}

.mb_vw100 {
  margin-bottom: clamp(1px, 15.625vw, 100px);
}

.plr_vw10 {
  padding-left: clamp(1px, 1.5625vw, 10px);
  padding-right: clamp(1px, 1.5625vw, 10px);
}

.plr_vw20 {
  padding-left: clamp(1px, 3.125vw, 20px);
  padding-right: clamp(1px, 3.125vw, 20px);
}

.plr_vw30 {
  padding-left: clamp(1px, 4.6875vw, 30px);
  padding-right: clamp(1px, 4.6875vw, 30px);
}

.plr_vw40 {
  padding-left: clamp(1px, 6.25vw, 40px);
  padding-right: clamp(1px, 6.25vw, 40px);
}

.plr_vw60 {
  padding-left: clamp(1px, 9.375vw, 60px);
  padding-right: clamp(1px, 9.375vw, 60px);
}

.nanameline--accent, .nanameline {
  position: relative;
}
.nanameline--accent::before, .nanameline::before {
  content: "";
  position: absolute;
  display: block;
  width: clamp(1px, 0.625vw, 4px);
  height: 100%;
  background-color: #333333;
  left: clamp(-20px, -3.125vw, 0px);
  bottom: -0.1em;
  transform: rotate(-40deg);
}
.nanameline--accent::after, .nanameline::after {
  content: "";
  position: absolute;
  display: block;
  width: clamp(1px, 0.625vw, 4px);
  height: 100%;
  background-color: #333333;
  right: clamp(-20px, -3.125vw, 0px);
  bottom: -0.1em;
  transform: rotate(40deg);
}

.nanameline--accent::before, .nanameline--accent::after {
  background-color: #F17888;
  width: clamp(1px, 0.3125vw, 2px);
}
.nanameline--accent::before {
  left: -0.6em;
}
.nanameline--accent::after {
  right: -0.6em;
}

.fullwidth {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 640px;
}
@media screen and (min-width: 640px) {
  .fullwidth {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
  }
}

.grad--to-bottom {
  background-image: linear-gradient(to bottom, #00719C, #1E1B6D);
}
.grad--to-right {
  background-image: linear-gradient(to right, #00719C, #1E1B6D);
}

/*
 * animation.scss
 */
/* modaal */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-inner-wrapper {
  padding: clamp(1px, 4.6875vw, 30px) 0;
}

.modaal-container {
  width: 90%;
  max-width: 480px;
  border-radius: 30px;
}

.modaal-content-container {
  padding: clamp(1px, 4.6875vw, 30px);
}

/* 下からふわっと */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* キラッと */
.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(-180px, -28.125vw, 0px);
  background: rgba(255, 255, 255, 0.5333333333);
  width: clamp(1px, 4.6875vw, 30px);
  height: 100%;
  animation: shineanime 3s ease-in-out infinite;
  z-index: 30;
}

@keyframes shineanime {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  30% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  31% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: scale(80) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: scale(80) rotate(45deg);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */