@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

html {
  font-size: 10px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-family: "Noto Sans JP", "Hiragino Sans";
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #141414;
  background: #fff;
  letter-spacing: 0.2rem;
  text-size-adjust: 100%;
  min-width: 75rem;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: 3.2rem;
  }
}
body * {
  outline: none;
  font-feature-settings: "palt" 1;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
  background: #727272;
  border-radius: 0px;
  margin: 2px;
  box-shadow: none;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  img {
    image-rendering: auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  img {
    image-rendering: auto;
  }
}

picture {
  display: block;
  line-height: 0;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a,
em,
strong,
i {
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

dl dt {
  font-weight: inherit;
}

figure {
  line-height: 0;
}
figure figcaption {
  line-height: 1.6;
}

table {
  width: 100%;
}
table th {
  font-weight: 400;
}

iframe {
  border: none;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Hiragino Sans";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #141414;
  background: #fff;
  letter-spacing: 0.2rem;
  text-size-adjust: 100%;
  min-width: 75rem;
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  input,
  textarea,
  select,
  button {
    font-size: 1.5rem;
  }
}

label {
  display: inline-block;
  cursor: pointer;
}

textarea {
  display: block;
  resize: vertical;
  vertical-align: bottom;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  transition: opacity 0.3s;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover {
  opacity: 0.6;
}
input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
}

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

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

.js_accordion dt {
  cursor: pointer;
}
.js_accordion dd {
  display: none;
}

.js_tab .js_tab_content {
  position: relative;
}
.js_tab .js_tab_content > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.js_tab .js_tab_content > *.is-tab {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: auto;
  transform: translateY(0);
}

.js_tab02 .js_tab_content02 {
  position: relative;
}
.js_tab02 .js_tab_content02 > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.js_tab02 .js_tab_content02 > *.is-tab {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: auto;
  transform: translateY(0);
}

.js_anim_scroll {
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(40px);
  opacity: 0;
  transition-delay: 0.2s;
}
.js_anim_scroll.is-anim {
  transform: translateY(0);
  opacity: 1;
}

.js_anim_scroll_group > * {
  display: inline-block;
  transition: opacity 0.6s, transform 0.6s;
  transform: translateY(20px);
  opacity: 0;
}
.js_anim_scroll_group > *:nth-child(2) {
  transition-delay: 0.06s;
}
.js_anim_scroll_group > *:nth-child(3) {
  transition-delay: 0.12s;
}
.js_anim_scroll_group > *:nth-child(4) {
  transition-delay: 0.18s;
}
.js_anim_scroll_group > *:nth-child(5) {
  transition-delay: 0.24s;
}
.js_anim_scroll_group > *:nth-child(6) {
  transition-delay: 0.3s;
}
.js_anim_scroll_group > *:nth-child(7) {
  transition-delay: 0.36s;
}
.js_anim_scroll_group > *:nth-child(8) {
  transition-delay: 0.42s;
}
.js_anim_scroll_group > *:nth-child(9) {
  transition-delay: 0.48s;
}
.js_anim_scroll_group > *:nth-child(10) {
  transition-delay: 0.54s;
}
.js_anim_scroll_group > *:nth-child(11) {
  transition-delay: 0.6s;
}
.js_anim_scroll_group > *:nth-child(12) {
  transition-delay: 0.66s;
}
.js_anim_scroll_group > *:nth-child(13) {
  transition-delay: 0.72s;
}
.js_anim_scroll_group > *:nth-child(14) {
  transition-delay: 0.78s;
}
.js_anim_scroll_group > *:nth-child(15) {
  transition-delay: 0.84s;
}
.js_anim_scroll_group > *:nth-child(16) {
  transition-delay: 0.9s;
}
.js_anim_scroll_group > *:nth-child(17) {
  transition-delay: 0.96s;
}
.js_anim_scroll_group > *:nth-child(18) {
  transition-delay: 1.02s;
}
.js_anim_scroll_group > *:nth-child(19) {
  transition-delay: 1.08s;
}
.js_anim_scroll_group > *:nth-child(20) {
  transition-delay: 1.14s;
}
.js_anim_scroll_group > *:nth-child(21) {
  transition-delay: 1.2s;
}
.js_anim_scroll_group > *:nth-child(22) {
  transition-delay: 1.26s;
}
.js_anim_scroll_group > *:nth-child(23) {
  transition-delay: 1.32s;
}
.js_anim_scroll_group > *:nth-child(24) {
  transition-delay: 1.38s;
}
.js_anim_scroll_group.is-anim > * {
  transform: translateY(0);
  opacity: 1;
}

.delay01 {
  transition-delay: 0.3s;
}

.delay02 {
  transition-delay: 0.6s;
}

.delay03 {
  transition-delay: 0.9s;
}

.delay04 {
  transition-delay: 1.2s;
}

.delay05 {
  transition-delay: 1.5s;
}

.delay06 {
  transition-delay: 1.8s;
}

.delay07 {
  transition-delay: 2.1s;
}

.delay08 {
  transition-delay: 2.4s;
}

.delay09 {
  transition-delay: 2.7s;
}

.delay10 {
  transition-delay: 3s;
}

.m_box_fixed {
  position: relative;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m_box_fixed {
    padding: 0;
  }
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

#l_container {
  position: relative;
  width: 75rem;
  margin: 0 auto;
  box-shadow: 0 0 7rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #l_container {
    width: 75rem;
  }
}
#l_container {
  /*  modal */
}
#l_container .modal__wrap {
  display: flex;
}
#l_container .modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(134, 134, 134, 0.67);
  transition: all 1s ease-in-out;
}
#l_container .modal-container {
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
#l_container .modal-container a {
  display: block;
  width: 61rem;
  margin: 4.3rem auto 0;
}
#l_container .modal-container a:hover {
  opacity: 1;
}
#l_container .modal-container a:first-of-type {
  margin-top: 0;
}
#l_container .modal-content {
  max-width: 87%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show 0.6s linear 0s;
}
@media screen and (max-width: 767px) {
  #l_container .modal-content {
    width: 90%;
    max-width: 90%;
    max-height: 90%;
  }
}
#l_container .modal-content img {
  max-width: 80rem;
  max-height: 90vw;
}
@media screen and (max-width: 767px) {
  #l_container .modal-content img {
    padding: 2rem 0;
    max-height: none;
  }
}
#l_container .modal-close {
  position: fixed;
  z-index: 2;
  top: 4rem;
  right: 4rem;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  border: none;
  background: transparent;
  text-decoration: none;
  line-height: 1;
  padding: 0 0.8rem;
}
#l_container .modal-close:before {
  transform: rotate(45deg);
}
#l_container .modal-close:after {
  transform: rotate(-45deg);
}
#l_container .modal-close:before, #l_container .modal-close:after {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -0.1rem;
  background: #fff;
  border-radius: 0.5rem;
  margin-top: -0.6rem;
}
#l_container .modal-close:hover, #l_container .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
#l_container .modal-title {
  color: #FFF;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.marker--yellow {
  background: linear-gradient(transparent 0%, #ffec94 0%);
}

@-webkit-keyframes loopimg {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes loopimg {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ============================================
   lp17
   ============================================ */

/* Header */
.header__logo {
  padding: min(calc(17 / 750 * 100vw), 17px) min(calc(30 / 750 * 100vw), 30px);
}

.header__logo img {
  width: min(calc(260 / 750 * 100vw), 260px);
}

/* CTA */
.cta {
  padding: min(calc(25 / 750 * 100vw), 25px) min(calc(55 / 750 * 100vw), 55px) min(calc(40 / 750 * 100vw), 40px);
  background-color: #fff;
}

.cta__btn {
  margin-top: min(calc(15 / 750 * 100vw), 15px);
}

/* フローティング */
.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(100%);
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  max-width: 75rem;
  padding: min(calc(25 / 750 * 100vw), 25px) min(calc(55 / 750 * 100vw), 55px) min(calc(40 / 750 * 100vw), 40px);
  box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transition: transform 0.5s ease;
}
.floating.is-show {
  transform: translateY(0);
  pointer-events: auto;
}

.floating__btn {
  margin-top: min(calc(15 / 750 * 100vw), 15px);
}

/* セクション共通 */
.c_btn {
  display: block;
  border-radius: 55px;
  box-shadow: -7px 7px 20px 0px rgba(68, 68, 68, 0.4);
}

/* 各セクション調整 */
.sec01 {
  position: relative;
  background-image: url(../img/sec01-bg.webp);
  background-size: cover;
}

.sec01__inner {
  padding: min(calc(95 / 750 * 100vw), 95px) min(calc(30 / 750 * 100vw), 30px) min(calc(125 / 750 * 100vw), 125px);
}

.sec01::before {
  content: "";
  display: block;
  position: absolute;
  top: min(calc(30 / 750 * 100vw), 30px);
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  aspect-ratio: 1352 / 167;
  background-image: url(../img/sec01-touch.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.sec01__voices {
  margin-top: min(calc(35 / 750 * 100vw), 35px);
}

.sec02 {
  clip-path: inset(-9999px 0 -9999px 0);
  background-color: #f8c6bf;
  position: relative;
}

.sec02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: min(calc(934 / 750 * 100vw), 934px);
  height: min(calc(934 / 750 * 100vw), 934px);
  border-radius: 50%;
  background-color: #ed798d;
  z-index: 0;
}

.sec02__inner {
  position: relative;
  z-index: 1;
  padding: 0 min(calc(30 / 750 * 100vw), 30px) min(calc(100 / 750 * 100vw), 100px);
}

.sec02__title {
  position: relative;
}

.sec02__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);
  width: min(calc(1566 / 750 * 100vw), 1566px);
  height: min(calc(635 / 750 * 100vw), 635px);
  border-radius: 50%;
  background-color: #ed798d;
  z-index: -1;
}

.sec02__points {
  margin-top: min(calc(25 / 750 * 100vw), 25px);
}

.sec02__point:not(:first-of-type) {
  margin-top: min(calc(30 / 750 * 100vw), 30px);
}

.sec02__point {
  box-shadow: -4px 3px 12px 0px rgba(0, 0, 0, 0.22);
  border-radius: 20px;
}

.sec03 {
  position: relative;
  z-index: 1;
  background-color: #fdf9eb;
}

.sec03__inner {
  padding: min(calc(100 / 750 * 100vw), 100px) min(calc(30 / 750 * 100vw), 30px) 0;
}

.sec03__logo {
  margin: min(calc(30 / 750 * 100vw), 30px) auto 0;
}

.sec03__tag {
  font-weight: 700;
  font-size: min(calc(45 / 750 * 100vw), 45px);
  color: #fff;
  text-align: center;
  padding: min(calc(25 / 750 * 100vw), 25px) 0;
  line-height: 1.3;
  margin: 0;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 1;
}

.sec03__slideWrap {
  margin-top: min(calc(50 / 750 * 100vw), 50px);
}

.sec03__slideWrap .slide {
  display: flex;
  justify-content: center;
}

.sec03__slideWrap .slide__inner {
  position: relative;
  width: min(calc(600 / 750 * 100vw), 600px);
}

.sec03__slideWrap .swiper {
  width: 100%;
}

.sec03__slideWrap .swiper-button-prev,
.sec03__slideWrap .swiper-button-next {
  position: absolute;
  top: calc(50% - min(calc(25 / 750 * 100vw), 25px));
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sec03__slideWrap .swiper-button-prev::after,
.sec03__slideWrap .swiper-button-next::after {
  display: none;
}

.sec03__slideWrap .swiper-button-prev {
  background-image: url(../img/sec03-slide-prev.webp);
  width: min(calc(72 / 750 * 100vw), 72px);
  height: min(calc(72 / 750 * 100vw), 72px);
  left: min(calc(-18 / 750 * 100vw), -18px);
}

.sec03__slideWrap .swiper-button-next {
  background-image: url(../img/sec03-slide-next.webp);
  width: min(calc(66 / 750 * 100vw), 66px);
  height: min(calc(67 / 750 * 100vw), 67px);
  right: min(calc(-18 / 750 * 100vw), -18px);
}

.sec03__course {
  margin-top: min(calc(40 / 750 * 100vw), 40px);
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

.sec03__price {
  background-color: #fffdcc;
  text-align: center;
  margin-top: min(calc(50 / 750 * 100vw), 50px);
  margin-left: 5px;
  margin-right: 5px;
  padding: min(calc(50 / 750 * 100vw), 50px) min(calc(20 / 750 * 100vw), 20px)  min(calc(45 / 750 * 100vw), 45px);
}

.sec03__btn {
  padding: min(calc(45 / 750 * 100vw), 45px) 0;
  width: min(calc(639 / 750 * 100vw), 639px);
  margin: auto;
}

.js_swiper--cut .swiper-slide img,
.js_swiper--smiley .swiper-slide img {
  width: 100%;
  aspect-ratio: 600 / 420;
  object-fit: cover;
  border-radius: min(calc(20 / 750 * 100vw), 20px);
}

.sec03__slideWrap .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(25 / 750 * 100vw), 25px);
  margin-top: min(calc(30 / 750 * 100vw), 30px);
}

.sec03__course--cut .swiper-pagination-bullet {
  background-color: #c7e8dc;
}

.sec03__course--cut .swiper-pagination-bullet-active {
  background-color: #5ebd9b;
}

.sec03__course--smiley .swiper-pagination-bullet {
  background-color: #f4d7da;
}

.sec03__course--smiley .swiper-pagination-bullet-active {
  background-color: #e08d95;
}

.sec03__slideWrap .swiper-pagination .swiper-pagination-bullet {
  width: min(calc(20 / 750 * 100vw), 20px);
  height: min(calc(20 / 750 * 100vw), 20px);
  border-radius: 50%;
  margin: 0;
  opacity: 1;
  flex-shrink: 0;
}

.sec03__features {
  margin-top: min(calc(65 / 750 * 100vw), 65px);
  padding: 0 min(calc(30 / 750 * 100vw), 30px);
}

.sec03__note {
  margin-top: min(calc(30 / 750 * 100vw), 30px);
  font-size: min(calc(22 / 750 * 100vw), 22px);
  line-height: 1.5;
}

.sec03__note li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

.sec03__note li::before {
  content: "※";
}

.sec03__course--cut {
  box-shadow: inset 0 0 0 5px #63c3ab, 5px 9px 0 #408b70;
}

.sec03__course--cut::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: min(calc(110 / 750 * 100vw), 110px);
  background-color: #63c3ab;
  border-radius: 20px 20px 0 0;
  z-index: 0;
}

.sec03__course--cut .sec03__features {
  background-image: url(../img/sec03-cut-feature-img.webp);
  background-size: min(calc(245 / 750 * 100vw), 245px) min(calc(245 / 750 * 100vw), 245px);
  background-repeat: no-repeat;
  background-position: top min(calc(170 / 750 * 100vw), 170px) right min(calc(15 / 750 * 100vw), 15px);
}

.sec03__course--cut .sec03__logo {
  width: min(calc(345 / 750 * 100vw), 345px);
}

.sec03__course--cut .sec03__tag {
  background-color: #63c3ab;
}

.sec03__course--cut .sec03__feature:not(:first-of-type) {
  margin-top: min(calc(25 / 750 * 100vw), 25px);
}

.sec03__course--cut .sec03__feature:nth-child(1) img {
  width: min(calc(568 / 750 * 100vw), 568px);
}

.sec03__course--cut .sec03__feature:nth-child(2) img {
  width: min(calc(375 / 750 * 100vw), 375px);
}

.sec03__course--cut .sec03__feature:nth-child(3) img {
  width: min(calc(642 / 750 * 100vw), 642px);
}

.sec03__course--smiley {
  box-shadow: inset 0 0 0 5px #e08d95, 5px 9px 0 #bb434f;
}

.sec03__course--smiley::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: min(calc(180 / 750 * 100vw), 180px);
  background-color: #e08d95;
  border-radius: 20px 20px 0 0;
  z-index: 0;
}

.sec03__course--smiley .sec03__logo {
  width: min(calc(409 / 750 * 100vw), 409px);
}

.sec03__course--smiley .sec03__tag {
  background-color: #e08d95;
}

.sec03__course--smiley .sec03__feature:not(:first-of-type) {
  margin-top: min(calc(15 / 750 * 100vw), 15px);
}

.sec03__course--smiley .sec03__feature:nth-child(1) img {
  width: min(calc(641 / 750 * 100vw), 641px);
}

.sec03__course--smiley .sec03__feature:nth-child(2) img {
  width: min(calc(643 / 750 * 100vw), 643px);
}

.sec03__course--smiley .sec03__feature:nth-child(3) img {
  width: min(calc(642 / 750 * 100vw), 642px);
}

.sec04 {
  padding: min(calc(100 / 750 * 100vw), 100px) 0 min(calc(90 / 750 * 100vw), 90px);
}

.sec04__inner {
  padding: min(calc(70 / 750 * 100vw), 70px) min(calc(30 / 750 * 100vw), 30px) min(calc(55 / 750 * 100vw), 55px);
}

.sec04__title {
  width: min(calc(673 / 750 * 100vw), 673px);
  margin: 0 auto;
}

.sec04__voices {
  margin-top: min(calc(80 / 750 * 100vw), 80px);
}

.sec04__voices .slide__inner {
  position: relative;
}

.sec04__voices .swiper {
  width: min(calc(624 / 750 * 100vw), 624px);
  margin: 0 auto;
}

.sec04__slide-prev,
.sec04__slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: min(calc(63 / 750 * 100vw), 63px);
  height: min(calc(62 / 750 * 100vw), 62px);
}

.sec04__slide-prev::after,
.sec04__slide-next::after {
  display: none;
}

.sec04__slide-prev {
  background-image: url(../img/sec04-slide-prev.webp);
  left: 0;
}

.sec04__slide-next {
  background-image: url(../img/sec04-slide-next.webp);
  right: 0;
}

.sec04__voice {
  width: min(calc(624 / 750 * 100vw), 624px);
  border: 3px solid #f8c9bb;
  border-radius: 20px;
  background-color: #fff;
  padding: min(calc(40 / 750 * 100vw), 40px) min(calc(60 / 750 * 100vw), 60px);
}

.sec04__voiceDetail {
  font-size: min(calc(28 / 750 * 100vw), 28px);
  font-weight: bold;
  letter-spacing: .1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.sec04__voiceDetail span.marker {
  color: #995e27;
  background: linear-gradient(transparent 12%, #feed98 12%);
}

.sec05 {
  background-image: url(../img/sec05-bg.webp);
  background-size: cover;
}

.sec05__inner {
  padding: min(calc(145 / 750 * 100vw), 145px) min(calc(30 / 750 * 100vw), 30px) min(calc(95 / 750 * 100vw), 95px);
}

.sec05__box {
  position: relative;
  background-color: #fff;
  border: 5px solid #ed798d;
  border-radius: 30px;
  padding: min(calc(50 / 750 * 100vw), 50px) min(calc(30 / 750 * 100vw), 30px) min(calc(40 / 750 * 100vw), 40px);
}

.sec05__box::before {
  content: "";
  display: block;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translate(-50%, 0);
  width: min(calc(600 / 750 * 100vw), 600px);
  height: min(calc(502 / 750 * 100vw), 502px);
  border-radius: 50%;
  background-color: #fff;
  border: 5px solid #ed798d;
}

@media screen and (max-width: 767px) {
  .sec05__box::before {
    top: -35px;
  }
}

.sec05__box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(600 / 750 * 100vw), 600px);
  height: min(calc(502 / 750 * 100vw), 502px);
  background-color: #fff;
  z-index: 0;
  border-radius: 20px;
}

.sec05__box > * {
  position: relative;
  z-index: 1;
}

.sec05__yoshikei {
  width: min(calc(327 / 750 * 100vw), 327px);
  margin: min(calc(55 / 750 * 100vw), 55px) auto 0;
}

.sec05__subtitle {
  margin-top: min(calc(55 / 750 * 100vw), 55px);
} 

.sec05__btns {
  width: min(calc(596 / 750 * 100vw), 596px);
  margin: min(calc(30 / 750 * 100vw), 30px) auto 0;
}

.sec05__btn:not(:first-of-type) {
  margin-top: min(calc(20 / 750 * 100vw), 20px);
}

.sec06__inner {
  padding: min(calc(100 / 750 * 100vw), 100px) min(calc(30 / 750 * 100vw), 30px) min(calc(80 / 750 * 100vw), 80px);
}

.sec06__title {
  width: min(calc(611 / 750 * 100vw), 611px);
  margin: 0 auto;
}

.sec06__block--01 {
  margin-top: min(calc(75 / 750 * 100vw), 75px);
}

.sec06__block--02 {
  margin-top: min(calc(60 / 750 * 100vw), 60px);
}

.sec06__banner {
  margin: min(calc(30 / 750 * 100vw), 30px) min(calc(15 / 750 * 100vw), 15px) 0;
}

.sec06__btnArea {
  margin-top: min(calc(50 / 750 * 100vw), 50px);
}

.sec06__btn {
  margin: min(calc(25 / 750 * 100vw), 25px) auto 0;
  width: min(calc(640 / 750 * 100vw), 640px);
}
/* footer */
#page_top footer {
  background-color: #fafafa;
  padding: min(calc(66 / 750 * 100vw), 66px) 0 min(calc(275 / 750 * 100vw), 275px);
}

#page_top footer .f-list li {
  text-align: center;
  display: block;
  padding-top: min(calc(30 / 750 * 100vw), 30px);
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  color: #453625;
}

#page_top footer .f-list li:first-of-type {
  padding-top: 0;
}

#page_top footer .copy {
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 300;
  color: #453625;
  text-align: center;
  padding-top: min(calc(50 / 750 * 100vw), 50px);
}
