@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*! 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 {
  appearance: none;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 62.5%;
}
@media (max-width: 1440px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1b1a30;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

#container {
  max-width: 1440px;
  position: relative;
  box-shadow: -20px 0 20px -15px rgba(0, 0, 0, 0.3), 20px 0 20px -15px rgba(0, 0, 0, 0.3);
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.inner {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .inner {
    width: 72rem;
  }
}

.all_svg {
  display: none;
}

.font-p-color {
  color: #8724ac;
}

/* メニュー全体 */
.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 72rem;
  height: 100%;
  background-color: #fff;
  border-radius: 2rem 0 0 2rem;
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  overflow-y: auto;
  padding: 0rem 8.4rem;
}
@media (max-width: 767px) {
  .hamburger-menu {
    width: 100%;
    max-width: 100%;
  }
}

/* メニュー表示時 */
.hamburger-menu.active {
  transform: translateX(0%);
}

/* 閉じるボタン */
.hamburger-menu__close-button {
  background: none;
  border: none;
  font-size: 2.4rem;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

/* メニューリスト */
.hamburger-menu__list {
  list-style: none;
  padding: 5rem 0 0 0;
  margin: 0;
}

.hamburger-menu__item {
  border-bottom: 1px solid #ccc;
}

.hamburger-menu__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0;
  text-decoration: none;
  font-size: 1.4rem;
  color: #000;
  font-size: 2.2rem;
  padding-inline: 1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hamburger-menu__link {
    font-size: 2.6rem;
  }
}

/* リンク内のアイコン用（＞） */
.hamburger-menu__link::after {
  content: "▲";
  font-size: 1.2rem;
  margin-left: 0.5rem;
  transform: rotate(90deg);
  color: #555;
}

/* ハンバーガーアイコン初期状態 */
.hb-menu__line {
  width: 100%;
  height: 0.3rem;
  background-color: #000;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.hb-menu {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1000;
  width: 3rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* 中央に揃える */
  gap: 0.6rem; /* 線の間隔 */
  cursor: pointer;
}
@media (max-width: 767px) {
  .hb-menu {
    width: 6rem;
    height: 6rem;
    gap: 1.6rem;
  }
}

.hb-menu__line {
  width: 2.5rem;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .hb-menu__line {
    width: 6rem;
  }
}

/* is-open時に×マークを形成 */
.hb-menu.is-open .hb-menu__line:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
}

.hb-menu.is-open .hb-menu__line:nth-child(2) {
  opacity: 0;
}

.hb-menu.is-open .hb-menu__line:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
}

.float {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  z-index: 100;
}
.float-container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.8rem;
}
.float-container-left {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .float-container-left {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.float .mail-img {
  position: relative;
  filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.4));
  z-index: 1;
}
@media (max-width: 767px) {
  .float .mail-img {
    position: absolute;
    top: 4px;
    left: 6px;
    transform: rotate(-15deg);
  }
}
.float .mail-img p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  font-size: 1.2rem;
  font-weight: bold;
  color: #8724ac;
}
@media (max-width: 767px) {
  .float .mail-img p {
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    font-size: 1.6rem;
  }
}
.float .mail-img img {
  width: 11.6rem;
}
@media (max-width: 767px) {
  .float .mail-img img {
    width: 11.6rem;
  }
}
.float .cta-message {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .float .cta-message {
    margin-left: 3.2rem;
    font-size: 2.6rem;
  }
}
.float .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.float .cta .cta-text {
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  border: 2px solid #4fa6ce;
  color: #4fa6ce;
  background-color: #fff;
  border-radius: 2rem;
  padding-right: 1.5rem;
  align-items: center;
  width: 28.4rem;
  margin-bottom: -1.6rem;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .float .cta .cta-text {
    width: 28rem;
    height: 3.1rem;
    font-size: 1.5rem;
    border-radius: 2.1rem;
    justify-content: flex-start;
    margin-left: 5rem;
  }
}
.float .cta .cta-text span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  background-color: #ff0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .float .cta .cta-text span {
    width: 3.1rem;
    height: 3.1rem;
    font-size: 1.2rem;
  }
}
.float .cta a {
  filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.4));
}
.float .cta a p {
  font-size: 2rem;
  font-weight: 500;
  background-color: #4fa6ce;
  color: #fff;
  width: 33rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  padding-top: 0.5rem;
}
@media (max-width: 767px) {
  .float .cta a p {
    width: 39rem;
    height: 12.3rem;
    font-size: 3.2rem;
    border-radius: 6.15rem;
    line-height: 1.2;
  }
}
.float .cta a p span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 767px) {
  .float .cta a p span {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 1.4rem;
    margin-top: 0.2rem;
    margin-left: 1rem;
  }
}
.float-container-right .cta02 {
  color: #1b1a30;
  text-align: center;
}
.float-container-right .cta02 .cta-text {
  border: #25b218 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  color: #1b1a30;
}
@media (max-width: 767px) {
  .float-container-right .cta02 .cta-text {
    width: 24.3rem;
    margin-left: 0;
  }
}
.float-container-right .cta02 a p {
  background-color: #25b218;
}
@media (max-width: 767px) {
  .float-container-right .cta02 a p {
    width: 29.2rem;
    height: 12.3rem;
    font-size: 3.2rem;
    border-radius: 6.15rem;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.sec06-title,
.sec07-title,
.sec08-title,
.sec10-title {
  position: relative;
  display: inline-block;
}

.bg-img {
  position: absolute;
  top: -6.6rem;
  left: -10.6rem;
  width: 16.7rem;
  height: 9.7rem;
  background: #f3eaff;
  z-index: 0;
}

.c-title {
  font-size: 3.6rem;
  font-weight: 500;
  padding: 1.6rem 3.2rem;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 62rem;
}
@media (max-width: 767px) {
  .c-title {
    font-size: 3.8rem;
    font-weight: bold;
    width: 63rem;
  }
}
.c-title .title-img {
  position: absolute;
  top: -2.7rem;
  left: -3.6rem;
  width: 8rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-title .title-img {
    width: 8.8rem;
  }
}
.c-title h2 {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.marker {
  box-decoration-break: clone;
  line-height: 1;
  padding: 0 0.1em;
  position: relative;
}

/* 高さ1remに調整（下地だけ） */
.marker::before {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background-color: #e9f839;
  z-index: -1;
}

.sec6 .c-title {
  width: 60rem;
}
@media (max-width: 767px) {
  .sec6 .c-title {
    font-size: 3.8rem;
    font-weight: bold;
    width: 63rem;
  }
}

a:hover {
  opacity: 0.8;
}

/*--------------------
セクション01
--------------------*/
.section01 {
  background-image: url("../img/pc/part01/bg01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 7.5rem 6.9rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section01 {
    background-image: url("../img/sp/part01/bg01-sp.webp");
  }
}
.section01 .sec01-text {
  font-size: 4.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4.4rem;
}
@media (max-width: 767px) {
  .section01 .sec01-text {
    font-size: 4rem;
  }
}
.section01 .sec01-text span {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .section01 .sec01-text span {
    font-size: 3.2rem;
  }
}

.sec01-lists {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3.2rem;
  margin-top: 3.2rem;
}
.sec01-lists .sec01-list {
  position: relative;
}
.sec01-lists .sec01-list .sec01-list-text {
  position: absolute;
  font-size: 3.6rem;
  font-weight: 500;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec01-lists .sec01-list img {
  width: 28rem;
  filter: drop-shadow(0 0px 10px rgba(135, 36, 172, 0.6));
}
@media (max-width: 767px) {
  .sec01-lists .sec01-list img {
    width: 24rem;
  }
}
.sec01-lists .sec01-list-text02 {
  font-size: 3.3rem;
  font-weight: 500;
}
.sec01-lists .sec01-list-text03 {
  font-size: 3.3rem;
  font-weight: 500;
}
.sec01-lists .sec01-list-text04 {
  font-size: 3rem;
  font-weight: 500;
}
.sec01-lists .sec01-list-text05 {
  font-size: 3.3rem;
  font-weight: 500;
}
.sec01-lists .sec01-list-text05 span {
  letter-spacing: -10px;
  font-size: 3rem;
}
.sec01-lists .sec01-list-text06 {
  font-size: 3.3rem;
  font-weight: 500;
}
.sec01-lists .sec01-list-text07 {
  font-size: 4.2rem;
  font-weight: 500;
}
.sec01-lists .sec01-list-text08 {
  font-size: 3.6rem;
  font-weight: 500;
}
.sec01-lists .sec01-list01 {
  margin-right: -5rem;
}
.sec01-lists .sec01-list02 {
  margin-top: 14rem;
}
.sec01-lists .sec01-list03 {
  margin-left: -5rem;
}

.dot-img {
  width: 6px;
  margin: 0 auto;
  margin-top: 0.5rem;
  margin-block: 1rem 1.6rem;
}
@media (max-width: 767px) {
  .dot-img {
    width: 4px;
  }
}

@media (max-width: 767px) {
  .sec01-text02 {
    line-height: 1.8;
  }
}
.sec01-text02-1 {
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  filter: drop-shadow(0 0px 10px rgba(135, 36, 172, 0.6));
}
.sec01-text02-2 {
  font-size: 3.6rem;
  font-weight: 500;
  background-color: #fff;
  padding-inline: 0.8rem;
}

/*--------------------
セクション02
--------------------*/
.section02 {
  background-image: url("../img/pc/part01/bg02.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 10rem;
}
@media (max-width: 767px) {
  .section02 {
    background-image: url("../img/sp/part01/bg02-sp.webp");
    padding-block: 9rem 26.3rem;
  }
}

.sec02-text {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .sec02-text {
    font-size: 5rem;
  }
}
.sec02-text span {
  font-size: 5rem;
  display: block;
}
@media (max-width: 767px) {
  .sec02-text span {
    font-size: 7rem;
  }
}

.sec02-lists {
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
}
@media (max-width: 767px) {
  .sec02-lists {
    row-gap: 10.5rem;
  }
}

.sec02-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02-list img {
  width: 13.2rem;
  height: 12.3rem;
  flex-shrink: 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .sec02-list img {
    width: 15.2rem;
    height: 14.3rem;
    position: absolute;
    top: -6.9rem;
    left: 9.6rem;
  }
}
.sec02-list-text {
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 500;
  padding: 5rem 4.6rem;
  width: 65rem;
  height: 20rem;
  background-color: #fff;
  filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.4));
  margin-left: -3rem;
}
@media (max-width: 767px) {
  .sec02-list-text {
    font-size: 2.8rem;
    height: auto;
    width: 63rem;
    margin: 0 auto;
    padding: 5rem 7.6rem;
  }
}

.sec02-list01 {
  position: relative;
}
.sec02-list01::after {
  content: "";
  position: absolute;
  top: -9.2rem;
  left: -23rem;
  width: 40.8rem;
  height: 18.8rem;
  background-image: url("../img/pc/part01/img01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec02-list01::after {
    display: none;
  }
}
.sec02-list01::before {
  content: "";
  position: absolute;
  top: 14.8rem;
  right: -21rem;
  width: 36.2rem;
  height: 14.6rem;
  background-color: #cf82ec;
  opacity: 0.6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.sec02-list02 {
  position: relative;
}
.sec02-list02::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0rem;
  width: 16rem;
  height: 12rem;
  background-color: #4fa6ce;
  opacity: 0.6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec02-list02::before {
    top: -8rem;
  }
}
.sec02-list02::after {
  content: "";
  position: absolute;
  top: 13rem;
  right: -15rem;
  width: 29.3rem;
  height: 18.3rem;
  background-image: url("../img/pc/part01/img02.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec02-list02::after {
    top: 15rem;
    right: 0rem;
  }
}

.sec02-list03 {
  position: relative;
}
.sec02-list03::before {
  content: "";
  position: absolute;
  top: 8rem;
  left: -20rem;
  width: 36rem;
  height: 13.4rem;
  background-color: #e8f838;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec02-list03::before {
    top: 9rem;
  }
}

.sec02-list04 {
  position: relative;
}
.sec02-list04::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: 0rem;
  width: 14.5rem;
  height: 20.3rem;
  background-color: #4fa6ce;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec02-list04::before {
    top: 16rem;
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .sec02-list04::after {
    content: "";
    position: absolute;
    bottom: -15rem;
    left: 3rem;
    width: 40.8rem;
    height: 18.8rem;
    background-image: url("../img/pc/part01/img01.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
  }
}

/*--------------------
セクション03
--------------------*/
.section03 {
  background-color: #7345a9;
  padding-block: 7.4rem 16rem;
}

.sec03-text {
  margin-bottom: 5rem;
}

.sec03-lists {
  display: flex;
  flex-direction: column;
  row-gap: 9.5rem;
}

.sec03-text {
  color: #fff;
  font-weight: 500;
  font-size: 5rem;
  text-align: center;
}
.sec03-text .sec03-text01 {
  font-size: 4rem;
}
.sec03-text .sec03-dots {
  position: relative;
}
.sec03-text .sec03-dots::before {
  position: absolute;
  content: "・";
  color: #fff;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}

.sec03-list h3 {
  background-color: #ba56ff;
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  padding: 1.5rem 0;
  width: 45.5rem;
  height: 7.7rem;
  margin-bottom: -2.5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .sec03-list h3 {
    margin: 0 auto -2.5rem;
    z-index: 2;
    font-size: 4.6rem;
    padding: 0;
  }
}
.sec03-list h4 {
  color: #7345a9;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .sec03-list h4 {
    font-size: 3.8rem;
  }
}
.sec03-list p {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  margin-left: 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .sec03-list p {
    font-size: 2.4rem;
  }
}
.sec03-list .sec03-items {
  padding: 5rem 11.5rem 2rem 10rem;
  background-color: #fff;
  height: 66rem;
}
@media (max-width: 767px) {
  .sec03-list .sec03-items {
    padding: 5rem 5.9rem 2rem 5rem;
    height: auto;
  }
}

.sec03-list-add h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 7.7rem;
  background-color: #ba56ff;
  z-index: 0;
}

.sec03-list-even {
  position: relative;
  height: 66rem;
}
@media (max-width: 767px) {
  .sec03-list-even {
    height: auto;
  }
}
.sec03-list-even h3 {
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.sec03-list-even h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 7.7rem;
  background-color: #ba56ff;
  z-index: 0;
}
.sec03-list-even .sec03-items {
  position: relative;
  height: 66rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec03-list-even .sec03-items {
    height: auto;
  }
}
.sec03-list-even .sec03-items::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20.8rem;
  width: 21rem;
  height: 66rem;
  background-image: url("../img/pc/part01/word02.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec03-list-even .sec03-items::after {
    left: auto;
    right: 2rem;
    z-index: -1;
    top: 3rem;
    width: 22rem;
    background-image: url("../img/sp/part01/word02.webp");
  }
}

.sec03-list01 {
  position: relative;
  height: 66rem;
}
@media (max-width: 767px) {
  .sec03-list01 {
    height: auto;
  }
}
.sec03-list01 .sec03-items {
  position: relative;
}
.sec03-list01 .sec03-items::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20.8rem;
  width: 21rem;
  height: 66rem;
  background-image: url("../img/pc/part01/word01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec03-list01 .sec03-items::before {
    right: 2rem;
    width: 22rem;
    top: 2rem;
    z-index: 0;
    background-image: url("../img/sp/part01/word01.webp");
  }
}
@media (max-width: 767px) {
  .sec03-list01 .sec03-items .sec03-list-text {
    position: relative;
    z-index: 1;
  }
}

.sec03-list03 {
  position: relative;
  height: 66rem;
}
@media (max-width: 767px) {
  .sec03-list03 {
    height: auto;
  }
}
.sec03-list03 .sec03-items {
  position: relative;
  z-index: 1;
}
.sec03-list03 .sec03-items::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20.8rem;
  width: 21rem;
  height: 66rem;
  background-image: url("../img/pc/part01/word03.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec03-list03 .sec03-items::before {
    top: 3rem;
    width: 22rem;
    right: 2rem;
    z-index: -1;
    background-image: url("../img/sp/part01/word03.webp");
  }
}
@media (max-width: 767px) {
  .sec03-list03 .sec03-items {
    height: auto;
  }
}

.sec03-sp-01 {
  position: relative;
  z-index: 0;
}
.sec03-sp-01::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  width: 100rem;
  background-color: #fff;
  height: 66rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec03-sp-01::after {
    height: 93.2rem;
  }
}

.sec03-sp-02 {
  position: relative;
}
.sec03-sp-02::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  width: 100rem;
  background-color: #fff;
  height: 66rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec03-sp-02::before {
    height: 98.7rem;
  }
}

.sec03-sp-03 {
  position: relative;
}
.sec03-sp-03::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  width: 100rem;
  background-color: #fff;
  height: 66rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec03-sp-03::after {
    height: 98.7rem;
  }
}

/*--------------------
セクション04
--------------------*/
.section04 {
  background-image: url("../img/pc/part01/bg03.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 10rem;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .section04 {
    background-image: url("../img/sp/part01/bg03.webp");
  }
}
.section04 h2 {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.6rem;
  background-color: #ba56ff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 84.2rem;
  height: 18.3rem;
  line-height: 1.3;
  margin: -14rem auto 3.6rem;
}
@media (max-width: 767px) {
  .section04 h2 {
    width: 63rem;
    height: 18.5rem;
    font-size: 3.4rem;
  }
}
.section04 h2 span {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .section04 h2 span {
    font-size: 2.8rem;
  }
}

.sec04-text01 {
  font-size: 2.6rem;
  font-weight: 500;
  background-color: #fff;
  filter: drop-shadow(0 0px 3px rgba(0, 0, 0, 0.3));
  display: inline-block;
  padding-inline: 0.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .sec04-text01 {
    font-size: 3rem;
  }
}

.sec04-text02 {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .sec04-text02 {
    font-size: 4.8rem;
  }
}

.sec04-text03 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .sec04-text03 {
    font-size: 3.4rem;
  }
}

.sec04-text04 {
  font-size: 5rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec04-text04 {
    font-size: 5.6rem;
  }
}
.sec04-text04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%; /* マーカーの高さ */
  background-color: #e8f83a;
  z-index: -1; /* 背面に配置 */
}

/*--------------------
セクション05
--------------------*/
.section05 {
  background-image: url("./../img/pc/part02/bg01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 7.5rem 6.9rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section05 {
    padding-block: 10rem 8rem;
  }
}

.sec05-title {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .sec05-title {
    font-size: 4.8rem;
  }
}

.sec05-title-02 {
  font-size: 4.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec05-title-02 {
    font-size: 5.2rem;
  }
}

.sec05-title-03 {
  font-size: 4.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec05-title-03 {
    font-size: 5.2rem;
  }
}

.sec05-lists {
  display: flex;
  justify-content: center;
  column-gap: 6rem;
  row-gap: 3.4rem;
  flex-wrap: wrap;
  margin-top: 5rem;
}

.sec05-list {
  width: 35rem;
  height: 13.3rem;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sec05-list {
    width: 65rem;
    height: 15.9rem;
  }
}
.sec05-list .sec05-item {
  font-size: 1.8rem;
  font-weight: 500;
  height: 11.4rem;
  margin-inline: 2rem;
  border-top: #1b1a30 solid 1px;
  border-bottom: #1b1a30 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 100%;
}
@media (max-width: 767px) {
  .sec05-list .sec05-item {
    font-size: 2.8rem;
    height: 14rem;
  }
}
.sec05-list img {
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 5.6rem;
}
@media (max-width: 767px) {
  .sec05-list img {
    width: 8.8rem;
    height: 8.8rem;
  }
}

/*--------------------
セクション06
--------------------*/
.section06 {
  text-align: center;
  padding-block: 8.2rem 13.2rem;
  background-image: url("./../img/pc/part02/sec06-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec06-inner {
  max-width: 86.6rem;
  margin: 0 auto;
}

.sec06-text01 {
  border-bottom: #8724ac solid 1px;
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  margin-top: 4.5rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .sec06-text01 {
    font-size: 2.8rem;
  }
}

.sec06-text02 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5.5rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec06-text02 {
    font-size: 2.6rem;
  }
}

.sec06-text03 {
  font-size: 3.1rem;
  font-weight: 500;
  color: #fff;
  background-color: #cf82ec;
  width: 13.9rem;
  height: 6.8rem;
  display: grid;
  place-content: center;
  margin: 0 auto;
}

.sec06-items {
  display: flex;
  column-gap: 3rem;
  margin-top: 5.5rem;
  flex-direction: column;
  row-gap: 7rem;
}

.sec06-item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sec06-item {
    flex-direction: column;
  }
}
.sec06-item img {
  width: 38.6rem;
  margin-left: 2.3rem;
}
@media (max-width: 767px) {
  .sec06-item img {
    width: 53.4rem;
    margin: 0 auto;
  }
}
.sec06-item .sec06-item-text {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec06-item .sec06-item__text {
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
.sec06-item .sec06-item__text h3 {
  font-size: 2.6rem;
  font-weight: 500;
  padding-block: 1rem;
  width: 43rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: left;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .sec06-item .sec06-item__text h3 {
    font-size: 3.6rem;
    width: 60rem;
  }
}
.sec06-item .sec06-item__text p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1.5rem;
  line-height: 1.6;
  width: 43rem;
  text-align: left;
}
@media (max-width: 767px) {
  .sec06-item .sec06-item__text p {
    font-size: 2.6rem;
    width: 60rem;
    margin: 1.5rem auto 0;
  }
}

.sec06-item01,
.sec06-item03 {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .sec06-item01,
  .sec06-item03 {
    flex-direction: column;
  }
}

.sec06-item01 {
  position: relative;
}
.sec06-item01 h3 {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.sec06-item01::before {
  content: "";
  display: block;
  width: 6.6rem;
  height: 5.5rem;
  position: absolute;
  top: -3.5rem;
  left: -3.6rem;
  background-color: #e9f839;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec06-item01::before {
    width: 12rem;
    height: 10rem;
    top: 29rem;
    left: 0rem;
  }
}

.sec06-item03 {
  position: relative;
}
.sec06-item03 .sec06-item__img {
  position: relative;
  z-index: 1;
}
.sec06-item03::before {
  content: "";
  display: block;
  width: 13.9rem;
  height: 11rem;
  position: absolute;
  top: -7.8rem;
  right: -8.1rem;
  background-color: #cf82ec;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec06-item03::before {
    width: 14rem;
    height: 11rem;
    top: 20rem;
    right: 0;
  }
}

.sec06-item04 {
  position: relative;
}
.sec06-item04 .sec06-item__img {
  position: relative;
  z-index: 1;
}
.sec06-item04::before {
  content: "";
  display: block;
  width: 12rem;
  height: 11.5rem;
  position: absolute;
  top: 7rem;
  left: -9rem;
  background-color: #4fa6ce;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec06-item04::before {
    width: 14rem;
    height: 11rem;
    top: -4rem;
    left: -2rem;
  }
}

.sec06-sub {
  position: relative;
  padding-block: 12.4rem 6rem;
  background-image: url("./../img/pc/part02/bg-sec06-2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .sec06-sub {
    background-image: url("./../img/sp/part02/bg-sec06-2-sp.webp");
    padding-block: 12.4rem 10rem;
  }
}
.sec06-sub .sec06sub-title {
  position: absolute;
  top: -18.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 57rem;
}
@media (max-width: 767px) {
  .sec06-sub .sec06sub-title {
    width: 63rem;
  }
}
.sec06-sub .sec06sub-lists {
  display: flex;
  justify-content: center;
  column-gap: 7.5rem;
  row-gap: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec06-sub .sec06sub-lists {
    flex-direction: column;
    column-gap: 3rem;
    row-gap: 5.5rem;
  }
}
.sec06-sub .sec06sub-lists li {
  width: 30.5rem;
}
@media (max-width: 767px) {
  .sec06-sub .sec06sub-lists li {
    width: 58rem;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .sec06-item__img {
    position: relative;
    z-index: 1;
  }
}

/*--------------------
セクション07
--------------------*/
.sec07 {
  margin-top: 0.4rem;
  padding-top: 10rem;
  background-image: url("./../img/pc/part02/sec07-bg01.webp");
  text-align: center;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .sec07 {
    padding-bottom: 3rem;
  }
}

.h-space {
  margin-inline: -1rem;
}

.sec07-container-text01 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  .sec07-container-text01 {
    font-size: 2.8rem;
  }
}
.sec07-container-text02 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 2.5rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .sec07-container-text02 {
    font-size: 3.2rem;
  }
}
.sec07-container .sec07-container-text02-img {
  position: absolute;
  width: 45rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.5rem;
}

.sec07-part02 {
  position: relative;
  background-image: url("./../img/pc/part02/sec07-bg02.webp");
  margin-top: -1rem;
}

.sec07-part2-lists {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  padding-block: 6.3rem 5rem;
}
@media (max-width: 767px) {
  .sec07-part2-lists {
    flex-direction: column;
    row-gap: 6rem;
    padding-block: 8rem 9rem;
  }
}

.sec07-part2-item {
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
  width: 24.3rem;
  height: 34rem;
  border: #bcb9bd 2px solid;
}
@media (max-width: 767px) {
  .sec07-part2-item {
    width: 53rem;
    height: 33rem;
    margin: 0 auto;
  }
}
.sec07-part2-item .sec07-part2-item__img {
  position: absolute;
  z-index: 1;
  width: 4rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .sec07-part2-item .sec07-part2-item__img {
    width: 5rem;
  }
}
.sec07-part2-item .sec07-part2-title {
  height: 15.7rem;
  background-color: #f3f3f3;
  border-radius: 2rem 2rem 0 0;
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .sec07-part2-item .sec07-part2-title {
    font-size: 3.8rem;
    height: 15.5rem;
  }
}
.sec07-part2-item .sec07-part2-text {
  height: 15.7rem;
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  padding: 1.7rem 2rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 767px) {
  .sec07-part2-item .sec07-part2-text {
    font-size: 2.6rem;
    height: 18.7rem;
    padding: 2rem 3.5rem 0;
  }
}

.sec07-part2-word {
  display: block;
  background-color: #4fa6ce;
  width: 38rem;
  height: 8rem;
  padding-left: 0.5rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  line-height: 1;
  padding-bottom: 1rem;
}

.sec07-part03 {
  padding-block: 11rem 8rem;
}
.sec07-part03-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .sec07-part03-title {
    font-size: 3.2rem;
  }
  .sec07-part03-title span {
    font-size: 3.8rem;
    margin-inline: -2rem;
  }
}

@media (max-width: 767px) {
  .sec07-part03-inner {
    padding: 0 1.5rem;
  }
}

.sec07-part03-list {
  background-color: #f3eaff; /* 薄紫背景 */
  padding: 5rem 15.2rem 0;
  box-shadow: 0px 8px 0px rgba(204, 153, 255, 0.5); /* 下と右に影風の枠 */
  position: relative;
  margin-bottom: 7rem;
  height: 17.7rem;
}
@media (max-width: 767px) {
  .sec07-part03-list {
    padding: 5rem 3.5rem;
    margin-bottom: 10rem;
    height: auto;
    box-shadow: none;
  }
}
.sec07-part03-list .sec07-part03-list__title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  padding: 0.8rem 2.3rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sec07-part03-list .sec07-part03-list__title {
    font-size: 3.2rem;
    padding: 1.2rem 3rem;
  }
}
.sec07-part03-list .sec07-part03-list__title p {
  display: inline-block;
  background-color: #cf82ec;
  padding-inline: 0.5rem;
}
@media (max-width: 767px) {
  .sec07-part03-list .sec07-part03-list__title p {
    width: 62rem;
  }
}
.sec07-part03-list .sec07-part03-list__contents-text {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec07-part03-list .sec07-part03-list__contents-text {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.6923076923;
  }
}

.sec07-part03-list-left {
  position: relative;
}
@media (max-width: 767px) {
  .sec07-part03-list-left {
    box-shadow: 8px 8px 0px rgba(204, 153, 255, 0.5);
  }
}
.sec07-part03-list-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background-color: #f3eaff;
  box-shadow: 0px 8px 0px rgba(204, 153, 255, 0.5);
}
@media (max-width: 767px) {
  .sec07-part03-list-left::before {
    display: none;
  }
}
.sec07-part03-list-left::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: -8px;
  width: 8px;
  height: 17.7rem;
  background-color: rgba(204, 153, 255, 0.5);
}
@media (max-width: 767px) {
  .sec07-part03-list-left::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec07-part03-list-left .sec07-part03-list__contents {
    display: flex;
    align-items: center;
    column-gap: 3rem;
  }
}
.sec07-part03-list-left .sec07-part03-list__contents img {
  width: 12.3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .sec07-part03-list-left .sec07-part03-list__contents img {
    width: 10rem;
    position: static;
    flex-shrink: 0;
    transform: none;
  }
}

.sec07-part03-list-right {
  position: relative;
}
@media (max-width: 767px) {
  .sec07-part03-list-right {
    box-shadow: -8px 8px 0px rgba(204, 153, 255, 0.5);
  }
}
.sec07-part03-list-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background-color: #f3eaff;
  box-shadow: 0px 8px 0px rgba(204, 153, 255, 0.5);
}
@media (max-width: 767px) {
  .sec07-part03-list-right::before {
    display: none;
  }
}
.sec07-part03-list-right::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -8px;
  width: 8px;
  height: 17.7rem;
  background-color: rgba(204, 153, 255, 0.5);
}
@media (max-width: 767px) {
  .sec07-part03-list-right::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec07-part03-list-right .sec07-part03-list__contents {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 3rem;
    align-items: center;
  }
}
.sec07-part03-list-right .sec07-part03-list__contents img {
  width: 12.3rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
@media (max-width: 767px) {
  .sec07-part03-list-right .sec07-part03-list__contents img {
    width: 10rem;
    height: 10rem;
    position: static;
    flex-shrink: 0;
    transform: none;
  }
}

.sec07-part04 {
  padding-block: 8.1rem 8rem;
  background-image: url("./../img/pc/part02/sec07-bg03.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sec07-part04 {
    background-image: url("./../img/sp/part02/sec07-bg.webp");
    padding-block: 21rem 9.7rem;
    background-position: top center;
  }
}
.sec07-part04-text01 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.1111111111;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .sec07-part04-text01 {
    font-size: 2.6rem;
  }
}
.sec07-part04-text02 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.1111111111;
}
@media (max-width: 767px) {
  .sec07-part04-text02 {
    font-size: 2.6rem;
  }
}
.sec07-part04 .bg-fff {
  background-color: #fff;
}

/*--------------------
セクション08
--------------------*/
.sec08 {
  text-align: center;
  padding-block: 13.4rem 9.9rem;
  background-image: url("./../img/pc/part03/bg01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec08-text01 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  margin-block: 5.4rem 7.7rem;
}

.sec08-text02 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.sec08-text02-1,
.sec08-text02-2 {
  font-size: 3rem;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  background-color: #cf82ec;
  margin-bottom: 0.5rem;
}

.sec08-text-box {
  position: relative;
  width: 70.9rem;
  margin: 10rem auto;
}
@media (max-width: 767px) {
  .sec08-text-box {
    width: 66.8rem;
    padding: 0 1.5rem;
  }
}
.sec08-text-box p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 500;
  padding-inline: 3rem;
  padding-top: 3rem;
  text-align: left;
}
@media (max-width: 767px) {
  .sec08-text-box p {
    font-size: 2.6rem;
  }
}

.sec08-lists {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  row-gap: 3rem;
  padding-block: 6.3rem 5rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec08-lists {
    flex-direction: column;
    row-gap: 6rem;
    align-items: center;
  }
}
.sec08-lists li {
  width: 30rem;
  box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2), 10px 0 10px -5px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.sec08-lists li .sec08-list-text {
  padding: 2.5rem 1.7rem;
}
.sec08-lists li .sec08-list-text01 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2.6rem;
}
.sec08-lists li .sec08-list-text02 {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .sec08-lists li {
    padding: 1.8rem 3.5rem 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 69.4rem;
  }
  .sec08-lists li .sec08-list-text {
    display: contents;
  }
  .sec08-lists li .div1 {
    grid-area: 1/1/2/2;
    width: 24.8rem;
    margin-right: 2rem;
  }
  .sec08-lists li .div2 {
    grid-area: 1/2/2/3;
    font-size: 3.2rem;
    width: 39rem;
    display: flex;
    align-items: center;
  }
  .sec08-lists li .div3 {
    grid-area: 2/1/3/3;
    font-size: 2.6rem;
    padding-top: 3.5rem;
    padding-right: 5rem;
  }
}

/*--------------------
セクション09
--------------------*/
.sec09 {
  padding: 8rem 6.5rem;
  box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.2);
  text-align: center;
  background-color: #f3eaff;
}
@media (max-width: 767px) {
  .sec09 {
    padding: 8rem 1.5rem;
  }
}

.sec09-title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  background-color: #cf82ec;
  color: #fff;
  padding-inline: 0.5rem;
  display: inline-block;
}

.sec09-text {
  width: 71.1rem;
  margin: 0 auto 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .sec09-text {
    width: 69.6rem;
    padding: 0 1.5rem;
  }
}
.sec09-text p {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 2rem auto;
}
@media (max-width: 767px) {
  .sec09-text p {
    font-size: 2.6rem;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.sec09-lists {
  width: 89rem;
  margin: 0 auto;
  flex-direction: column;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .sec09-lists {
    width: 100%;
    padding: 0 1.5rem;
  }
}

.sec09-list {
  width: 78.1rem;
  height: 28.9rem;
  box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2), 10px 0 10px -5px rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 4rem 5rem;
  column-gap: 5.8rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .sec09-list {
    flex-direction: column;
    width: 61rem;
    height: auto;
    margin: 0 auto;
  }
}
.sec09-list img {
  width: 40rem;
}
@media (max-width: 767px) {
  .sec09-list img {
    width: 53rem;
  }
}
.sec09-list .sec09-list-text__title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .sec09-list .sec09-list-text__title {
    font-size: 3.2rem;
  }
}
.sec09-list .sec09-list-text__text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767px) {
  .sec09-list .sec09-list-text__text {
    font-size: 2.6rem;
    text-align: left;
  }
}

.sec09-list-add {
  flex-direction: row-reverse;
  margin-bottom: 5rem;
  margin-right: 17rem;
}
@media (max-width: 767px) {
  .sec09-list-add {
    margin-right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 11.5rem;
  }
}
.sec09-list-add img {
  margin-right: -17rem;
  margin-top: -3rem;
}
@media (max-width: 767px) {
  .sec09-list-add img {
    margin-right: 0;
    margin-top: -9.3rem;
  }
}

.sec09-list-even {
  margin-bottom: 5rem;
  justify-content: flex-end;
  margin-left: 17rem;
}
@media (max-width: 767px) {
  .sec09-list-even {
    margin-left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 11.5rem;
  }
}
.sec09-list-even img {
  margin-left: -17rem;
  margin-top: -3rem;
}
@media (max-width: 767px) {
  .sec09-list-even img {
    margin-left: 0;
    margin-top: -9.3rem;
  }
}

.sec09-sub {
  background-image: url("./../img/pc/part03/bg02.webp");
  background-size: cover;
  background-position: center;
  padding: 8rem 6.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sec09-sub {
    padding: 8rem 1.5rem;
  }
}

.sec09-sub-title {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-bottom: #fff solid 0.1rem;
  display: inline-block;
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .sec09-sub-title {
    display: block;
    font-size: 3.8rem;
    margin-inline: 3rem;
  }
}

.sec09-sub-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .sec09-sub-text {
    font-size: 2.6rem;
    margin-bottom: 5rem;
    line-height: 1.8;
  }
}

/*--------------------
セクション10
--------------------*/
.sec10 {
  background-image: url("./../img/pc/part03/bg03.webp");
  background-size: cover;
  background-position: center -15rem;
  padding: 12.5rem 6.5rem 3.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sec10 {
    padding: 8rem 1.5rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .sec10 {
    background-image: url("./../img/sp/part03/bg03.webp");
    background-position: center -5rem;
  }
}

.sec10-text-01 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-block: 5.1rem 3.4rem;
}
@media (max-width: 767px) {
  .sec10-text-01 {
    font-size: 2.6rem;
    line-height: 1.8;
  }
}

.sec10-text-02 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec10-text-02 {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
.sec10-text-02 span {
  color: #fff;
  display: inline-block;
  background-color: #cf82ec;
  padding-inline: 0.5rem;
  margin-bottom: 0.5rem;
}

.sec10-text-03 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-block: 3.1rem 3.1rem;
}
@media (max-width: 767px) {
  .sec10-text-03 {
    font-size: 2.6rem;
    line-height: 1.8;
  }
}

.sec10-text-04 {
  font-size: 3rem;
  font-weight: 500;
  display: inline-block;
  border-bottom: #cf82ec solid 0.1rem;
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .sec10-text-04 {
    font-size: 3.2rem;
    line-height: 1.8;
  }
}

.sec10-text-05 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
  padding: 2.6rem 3rem;
  display: inline-block;
  box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2), 10px 0 10px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .sec10-text-05 {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}

/*--------------------
セクション11
--------------------*/
.sec11 {
  background-image: url("./../img/pc/part03/bg04.webp");
  background-size: cover;
  background-position: top center;
  padding: 8rem 6.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sec11 {
    padding: 39rem 0rem 50rem;
    background-image: url("./../img/sp/part03/bg04-sp.webp");
  }
}

.sec11-lists {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
@media (max-width: 767px) {
  .sec11-lists {
    row-gap: 10rem;
  }
}

.sec11-list {
  background-color: #fff;
  box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2), 10px 0 10px -5px rgba(0, 0, 0, 0.2);
  width: 80rem;
  height: 18.4rem;
  padding: 3.7rem 6.4rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .sec11-list {
    width: 68.8rem;
    height: auto;
    padding: 5.4rem 2.5rem 3.5rem;
    line-height: 1.8;
  }
}

.sec11-list__title {
  font-size: 2.2rem;
  font-weight: 500;
  background-color: #cf82ec;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5rem 1rem;
  color: #fff;
}
.sec11-list__title:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #cf82ec;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90%);
  z-index: 0;
}
@media (max-width: 767px) {
  .sec11-list__title {
    font-size: 3.2rem;
    padding: 0.5rem 1.5rem;
    width: 56rem;
  }
}

.sec11-list__text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767px) {
  .sec11-list__text {
    font-size: 2.6rem;
  }
}

.sec011-text-box {
  margin-top: -3rem;
}

/*--------------------
セクション12
--------------------*/
.sec12 {
  padding-block: 8rem;
}
@media (max-width: 767px) {
  .sec12 {
    padding-block: 8rem 0;
  }
}

.sec12-title {
  font-size: 3.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sec12-title {
    font-size: 5.2rem;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
  }
}
.sec12-title:before {
  content: "";
  display: block;
  width: 13rem;
  height: 0.1rem;
  background-color: #000;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .sec12-title:before {
    width: 10rem;
  }
}
.sec12-title:after {
  content: "";
  display: block;
  width: 13rem;
  height: 0.1rem;
  background-color: #000;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .sec12-title:after {
    width: 10rem;
  }
}

/*--------------------
セクション13
--------------------*/
.sec13 {
  padding-block: 15rem 8rem;
  background-image: url("./../img/pc/part03/bg06.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .sec13 {
    padding-block: 15rem 9.5rem;
    background-image: url("./../img/sp/part03/bg06.webp");
  }
}

.sec13-items {
  width: 72rem;
  margin: 0 auto;
  padding-top: 5.7rem;
  display: flex;
  flex-direction: column;
  row-gap: 5.6rem;
}

.sec13-item__box {
  position: relative;
  width: 26.3rem;
}
@media (max-width: 767px) {
  .sec13-item__box {
    width: 35.6rem;
  }
}
.sec13-item__box .sec13-item-tag {
  position: absolute;
  top: 1.2rem;
  right: 0;
  background-color: #cf82ec;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  width: 13rem;
  height: 5.1rem;
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sec13-item__box .sec13-item-tag {
    width: auto;
    height: 6.5rem;
    font-size: 3.1rem;
  }
}
.sec13-item__box .sec13-item-tag:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #cf82ec;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90%);
}
.sec13-item__box .sec13-item-tag2 {
  position: absolute;
  top: 1.2rem;
  left: -1rem;
  background-color: #cf82ec;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  width: 13rem;
  height: 5.1rem;
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sec13-item__box .sec13-item-tag2 {
    width: auto;
    height: 6.5rem;
    font-size: 3.1rem;
  }
}
.sec13-item__box .sec13-item-tag2:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #cf82ec;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90%);
}

.sec13-item__text01 {
  font-size: 3rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec13-item__text01 {
    font-size: 3.4rem;
  }
}

.sec13-item__text02 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec13-item__text02 {
    font-size: 2.6rem;
  }
}

@media (max-width: 767px) {
  .sec13-item__text03 {
    margin-left: 3rem;
  }
}

.sec13-item {
  display: flex;
  column-gap: 4.6rem;
  align-items: center;
}
@media (max-width: 767px) {
  .sec13-item {
    column-gap: 1.6rem;
  }
}

.sec01-item01 {
  justify-content: flex-start;
}

.sec13-item02,
.sec13-item04 {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.sec13-item02 {
  position: relative;
}
.sec13-item02 .bg-dots02 {
  position: absolute;
  top: -9rem;
  left: 31rem;
  width: 10.5rem;
}
@media (max-width: 767px) {
  .sec13-item02 .bg-dots02 {
    top: -11rem;
    left: 30rem;
    width: 13.5rem;
  }
}
.sec13-item02 .bg-dots01 {
  position: absolute;
  top: 24rem;
  left: 32rem;
  width: 10.5rem;
}
@media (max-width: 767px) {
  .sec13-item02 .bg-dots01 {
    top: 31rem;
    left: 31rem;
    width: 13.5rem;
  }
}

.sec13-item04 {
  position: relative;
}
.sec13-item04 .bg-dots02 {
  position: absolute;
  top: -9rem;
  left: 31rem;
  width: 10.5rem;
}
@media (max-width: 767px) {
  .sec13-item04 .bg-dots02 {
    top: -11rem;
    left: 30rem;
    width: 13.5rem;
  }
}

.cta-middle {
  height: 29.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-middle img {
  width: 68rem;
  margin: 0 auto;
}

/*--------------------
セクション14
--------------------*/
.sec14 {
  text-align: center;
  padding-block: 13.4rem 12.9rem;
  background-image: url("./../img/pc/part04/bg1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .sec14 {
    padding-block: 7rem 10rem;
    background-image: url("./../img/sp/part04/bg_SP01.webp");
  }
}

.sec14-title {
  width: 98.3rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec14-title {
    width: 100%;
    margin-bottom: 4.6rem;
  }
}

.sec14-lists {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sec14-lists {
    flex-direction: column;
    align-items: center;
  }
}

.sec14-list {
  width: 30.8rem;
  position: relative;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .sec14-list {
    width: 63rem;
    margin-top: 0;
    margin-bottom: 4rem;
  }
}

.sec14-list-text-box {
  position: absolute;
  top: 49%;
  text-align: center;
}
@media (max-width: 767px) {
  .sec14-list-text-box {
    top: 20%;
  }
}

.sec14-list-text01 {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec14-list-text01 {
    font-size: 3.2rem;
    margin-left: 20rem;
    text-align: left;
  }
}

.sec14-list-text01-01 {
  margin-top: -2.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .sec14-list-text01-01 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.sec14-list-text02 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-inline: 2.5rem;
  text-align: left;
}
@media (max-width: 767px) {
  .sec14-list-text02 {
    font-size: 2.6rem;
    margin-top: 4rem;
    text-align: left;
    padding-inline: 4.7rem;
  }
}

@media (max-width: 767px) {
  .sec14-list-text02-02 {
    margin-top: 8rem;
    text-align: left;
  }
}

.sec14-list-01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3rem;
  width: 2.6rem;
  height: 2.25rem;
  background-image: url("./../img/pc/part04/step-v.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec14-list-01::before {
    background-image: url("./../img/sp/part04/arrow.webp");
    top: 100%;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
}

.sec14-list-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.margin-bottom-001 {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .margin-bottom-001 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

.margin-bottom-002 {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .margin-bottom-002 {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

.sec14-under-lists {
  margin: 4.1rem auto 0;
  font-size: 2.2rem;
  font-weight: 500;
  width: 80rem;
  height: 34rem;
  background-color: #fff;
  box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2), 10px 0 10px -5px rgba(0, 0, 0, 0.2);
  padding: 3rem 13rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .sec14-under-lists {
    width: 63rem;
    padding: 3rem 2rem;
    row-gap: 1.5rem;
    font-size: 2.6rem;
    padding: 3.7rem 4.5rem;
    height: auto;
  }
}
.sec14-under-lists .sec14-under-list {
  display: flex;
}
.sec14-under-lists .sec14-under-list img {
  width: 2.7rem;
  margin-top: 1rem;
}
.sec14-under-lists .sec14-under-list02-text01 {
  color: #4fa6ce;
}

/*--------------------
セクション15
--------------------*/
.sec15 {
  position: relative;
  z-index: -1;
  text-align: center;
  padding-block: 0rem 9.9rem;
  background-image: url("./../img/pc/part04/bg2.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sec15 {
    padding-block: 10rem 13rem;
    background-image: url("./../img/sp/part04/bg_SP02.webp");
  }
}

.sec15-title {
  font-size: 4.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.sec15-01 {
  width: 78rem;
  margin: 4.2rem auto 5.9rem;
}
@media (max-width: 767px) {
  .sec15-01 {
    width: 57rem;
    margin-bottom: 4.6rem;
  }
}

.sec15-02 {
  width: 83rem;
  margin: 0 auto;
  margin-bottom: 5.4rem;
}
@media (max-width: 767px) {
  .sec15-02 {
    width: 70rem;
    margin-bottom: 4.6rem;
  }
}

.sec15-03 {
  width: 64rem;
  margin: 0 auto;
}

/*--------------------
セクション16
--------------------*/
.sec16 {
  text-align: center;
  padding-block: 9.6rem 3rem;
  background-image: url("./../img/pc/part04/bg3.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec16 {
    padding-block: 7rem 4.6rem;
    background-image: url("./../img/sp/part04/bg_SP03.webp");
  }
}

.sec16-title {
  font-size: 4.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .sec16-title {
    font-size: 5.2rem;
  }
}

.sec16-box {
  margin: 0 auto;
  width: 71.1rem;
  position: relative;
  z-index: 1;
}

.sec16-main-img {
  position: relative;
  z-index: 1;
}

.bg-img01 {
  position: absolute;
  width: 29.8rem;
  bottom: 4.8rem;
  left: -28rem;
  z-index: 0;
}

.bg-img02 {
  position: absolute;
  width: 29.8rem;
  top: -3rem;
  right: -30rem;
}

.sec16-text {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .sec16-text {
    font-size: 1.8rem;
  }
}

/*--------------------
セクション17
--------------------*/
.sec17 {
  background-image: url("./../img/pc/part04/bg4.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-block: 9.5em 4.6em;
}
@media (max-width: 767px) {
  .sec17 {
    padding-block: 11rem 6.6rem;
    background-image: url("./../img/sp/part04/bg_SP04.webp");
  }
}

.sec17-title {
  width: 63.4rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sec17-title {
    margin-left: 22rem;
  }
}

.sec17-box {
  width: 80.9rem;
  padding: 3.3rem 5.5rem;
  background-color: #fff;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  margin: 5.4rem auto 0;
  box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2), 10px 0 10px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .sec17-box {
    width: 69rem;
    padding: 4.8rem 3.7rem;
    font-size: 2.6rem;
  }
}

.sec17-text {
  width: 80.7rem;
  margin: 6rem auto 0;
}
@media (max-width: 767px) {
  .sec17-text {
    width: 63.4rem;
    margin: 4.8rem auto 0;
  }
}

.sec18 {
  padding-block: 8rem 10rem;
  background-image: url("./../img/pc/part04/bg5.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec18 {
    padding-block: 7rem 10rem;
    background-image: url("./../img/sp/part04/bg5.webp");
  }
}

.sec18-inner {
  max-width: 118rem;
  width: 100%;
  margin: 0 auto;
}

.sec18-title {
  width: 60.2rem;
  margin: 0 auto;
  margin-bottom: 5.2rem;
}
@media (max-width: 767px) {
  .sec18-title {
    width: 69rem;
  }
}

.sec18-box {
  position: relative;
}

.sec18-lists {
  position: absolute;
  top: 5rem;
  left: 16rem;
}
@media (max-width: 767px) {
  .sec18-lists {
    position: static;
  }
}
.sec18-lists li {
  position: relative;
  width: 87rem;
  margin: 0 auto 3.5rem;
}
@media (max-width: 767px) {
  .sec18-lists li {
    width: 63rem;
    margin-bottom: 3.5rem;
  }
}

.sec18-list-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sec18-list-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    transform: none;
    width: 63rem;
  }
}

.sec18-list-text01 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  width: 38rem;
}
@media (max-width: 767px) {
  .sec18-list-text01 {
    font-size: 4rem;
    width: 100%;
    text-align: center;
    padding-block: 3rem;
  }
}

.sec18-list-text02 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec18-list-text02 {
    font-size: 2.8rem;
    margin-top: 4.5rem;
    padding-inline: 3rem;
  }
}

.sec19 {
  padding-block: 7rem 9rem;
  background-image: url("./../img/pc/part04/bg6.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.sec19-title {
  width: 60.2rem;
  margin: 0 auto;
  margin-bottom: 5.2rem;
}

.sec19-title {
  width: 61.7rem;
  margin: 0 auto;
  margin-bottom: 5.2rem;
}

.sec19-box {
  width: 91.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec19-box {
    width: 70rem;
  }
}

.sec20 {
  padding-block: 7rem 0;
}
@media (max-width: 767px) {
  .sec20 {
    padding-block: 7rem 12.6rem;
  }
}

.sec20-title {
  font-size: 4.6rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .sec20-title {
    font-size: 5.2rem;
  }
}

.sec20-sub-title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-block: 1rem 9.3rem;
}
@media (max-width: 767px) {
  .sec20-sub-title {
    font-size: 3.6rem;
    margin-block: 1rem 5.2rem;
  }
}

.sec20-text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}

.sec20-lists {
  font-size: 2.2rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.sec20-lists li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  height: 7.9rem;
}

.sec20-list-text01 {
  text-align: center;
}

.sec20-list-text02 {
  text-align: center;
}

@media (max-width: 767px) {
  .sec20-box {
    padding-inline: 3rem;
  }
}

.sec21 {
  margin-top: -8rem;
  padding-block: 7rem 0;
  background-image: url("./../img/pc/part04/sec21-bg.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec21 {
    background-image: url("./../img/sp/part04/sec21-bg.webp");
    margin-top: -4rem;
    padding-block: 9rem 12.6rem;
  }
}

.sec21-items {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  flex-wrap: wrap;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  .sec21-items {
    margin-top: 8rem;
    column-gap: 3rem;
  }
}

.sec21-item {
  width: 39.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .sec21-item {
    width: 63rem;
    margin-bottom: 1.6rem;
  }
  .sec21-item img {
    padding-inline: 5rem;
  }
}

.sec21-title {
  font-size: 4.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}

.sec21-text {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .sec21-text {
    font-size: 3.6rem;
  }
}

.sec21-item__title {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .sec21-item__title {
    font-size: 3.8rem;
  }
}

.sec21-item__text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .sec21-item__text {
    font-size: 3rem;
  }
}

.cta-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  height: 29.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-line img {
  width: 65rem;
}

/*--------------------
PART5　共通タイトル
--------------------*/
.c-pt05-title {
  background-image: url("../img/pc/part05/c8-title-bg.webp");
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  padding-block: 6rem;
  background-size: cover;
  background-position: top center;
  color: #fff;
}
@media (max-width: 767px) {
  .c-pt05-title {
    font-size: 5.2rem;
  }
}

/*--------------------
セクション21

--------------------*/
@media (max-width: 767px) {
  .sec22 {
    background-color: #f3eaff;
  }
}

.sec22-box {
  width: 96rem;
  margin: 0 auto;
  background-color: #f3eaff;
  box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2), 10px 0 10px -5px rgba(0, 0, 0, 0.2);
  padding: 5.3rem 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
@media (max-width: 767px) {
  .sec22-box {
    width: 100%;
    box-shadow: none;
  }
}

.sec22-item {
  background-color: #fff;
  padding: 2rem 4rem;
}

.sec22-item-title {
  display: flex;
  font-size: 2.8rem;
  font-weight: 500;
  align-items: center;
  margin-bottom: 2.7rem;
  column-gap: 4rem;
}
@media (max-width: 767px) {
  .sec22-item-title {
    font-size: 3.6rem;
  }
}
.sec22-item-title img {
  width: 8.2rem;
}
@media (max-width: 767px) {
  .sec22-item-title img {
    width: 17rem;
  }
}

.sec22-item__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .sec22-item__text {
    font-size: 2.2rem;
    line-height: 1.7272727273;
  }
}
.sec22-item__text .y-mark {
  background-color: #e9f839;
}

/*--------------------
セクション23
--------------------*/
@media (max-width: 767px) {
  .sec23 {
    background-color: #f3eaff;
  }
}

@media (max-width: 767px) {
  .sec23-box {
    padding: 8.6rem 1.5rem 15rem;
  }
}

.sec23-title {
  letter-spacing: -1px;
  border-bottom: #cf82ec 1px solid;
}
@media (max-width: 767px) {
  .sec23-title {
    font-size: 3.6rem;
    border-bottom: #cf82ec 2px solid;
  }
  .sec23-title span {
    font-size: 2.6rem;
  }
}

.sec23-text {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .sec23-text {
    font-size: 2.2rem;
  }
}

/*--------------------
セクション24
--------------------*/
@media (max-width: 767px) {
  .sec24 .inner {
    display: contents;
  }
}

.sec24-box {
  width: 96rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2), 10px 0 10px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .sec24-box {
    width: 100%;
    box-shadow: none;
  }
}

.sec24-text {
  background-color: #cf82ec;
  color: #fff;
  width: 68rem;
  height: 12rem;
  border-radius: 6rem;
  font-size: 2.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .sec24-text {
    text-align: center;
    width: 68.6rem;
    height: 16rem;
    border-radius: 8rem;
    font-size: 3.2rem;
  }
}

/*--------------------
セクション25
--------------------*/
.sec25-box {
  width: 96rem;
  margin: 0 auto;
  background-color: #f3eaff;
  box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2), 10px 0 10px -5px rgba(0, 0, 0, 0.2);
  padding: 5.3rem 4rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec25-box {
    width: 100%;
    box-shadow: none;
    padding: 4rem 8rem 4rem 9rem;
    font-size: 2.4rem;
    text-align: left;
  }
}

/*--------------------
セクション26
--------------------*/
.sec26 {
  background-image: url("../img/pc/part05/bg26.webp");
  background-size: cover;
  background-position: top center;
  text-align: center;
}
@media (max-width: 767px) {
  .sec26 {
    background-image: url("../img/sp/part05/sec26-bg.webp");
    background-size: cover;
    background-position: top center;
  }
}

.sec26-inner {
  padding-block: 8rem;
}

.sec26-items {
  display: flex;
  flex-direction: column;
  row-gap: 4.6rem;
}

.sec26--item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.sec26-item__img {
  width: 34.4rem;
  margin-right: -5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec26-item__img {
    position: absolute;
    top: -2.6rem;
    left: 3rem;
    width: 27.4rem;
  }
}

.sec26-text {
  background-color: #fff;
  box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2), 10px 0 10px -5px rgba(0, 0, 0, 0.2);
  width: 63rem;
  padding: 4rem 4rem 4rem 0rem;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .sec26-text {
    width: 100%;
    padding: 4rem 2rem 4rem 0rem;
    font-size: 2.4rem;
    line-height: 1.7272727273;
    margin-top: 3.2rem;
    padding-inline: 3rem;
  }
}
.sec26-text .sec26-name {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .sec26-text .sec26-name {
    font-size: 4rem;
    width: 40.1rem;
    display: flex;
    flex-direction: column;
    align-items: flex;
    justify-content: center;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20rem;
  }
  .sec26-text .sec26-name p {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .sec26-text .sec26-name p {
    text-align: left;
    margin-left: 1rem;
  }
}
.sec26-text .sec26-name img {
  width: 31.5rem;
}
@media (max-width: 767px) {
  .sec26-text .sec26-name img {
    width: 40.1rem;
  }
}
.sec26-text p {
  margin-left: 9.6rem;
}
@media (max-width: 767px) {
  .sec26-text p {
    margin-left: 0;
  }
}

.sec26-text01 {
  margin-block: 3.4rem 4.4rem;
}

.sec26-text03 {
  margin-block: 4.4rem 0rem;
}

@media (max-width: 767px) {
  .sec26-text01-margin {
    margin-block: -6.6rem 3.2rem;
  }
}

/*--------------------
faq
--------------------*/
.faq {
  padding-block: 4.9rem 7rem;
  background-color: #f2f2f2;
}

.faq-title {
  margin: 0 auto 4.6rem;
  text-align: center;
}
.faq-title img {
  width: 19.3rem;
  margin: 0 auto;
}
.faq-title p {
  font-size: 4.6rem;
  font-weight: 700;
}

.faq-lists {
  width: 65rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq-lists {
    width: 69rem;
  }
}
.faq-lists img {
  width: 2rem;
}

.faq-q {
  display: flex;
  align-items: center;
  column-gap: 2.4rem;
  font-size: 2rem;
  font-weight: 450;
  color: #fff;
  background-image: url("../img/pc/part05/q-img.webp");
  background-size: cover;
  background-position: center;
  height: 5.3rem;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .faq-q {
    font-size: 2.6rem;
    padding-left: 1.8rem;
    column-gap: 1rem;
  }
}
.faq-q p {
  margin-left: 1rem;
}

.faq-a {
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  column-gap: 1.6rem;
  padding-left: 4rem;
  margin-block: 1.6rem 3.2rem;
}
@media (max-width: 767px) {
  .faq-a {
    font-size: 2.2rem;
    padding-left: 1.8rem;
  }
}
.faq-a .faq-a-img {
  border-right: #000 1px solid;
  padding-right: 1.6rem;
}

/*--------------------
セクション27
--------------------*/
.sec27 {
  background-image: url("./../img/pc/part06/bg01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 6rem 7.5rem;
  text-align: center;
}
.sec27 img {
  width: 46.5rem;
  margin: 0 auto 1.3rem;
}
@media (max-width: 767px) {
  .sec27 img {
    width: 66rem;
  }
}
.sec27 .sec27-text02 {
  margin-top: 2.5rem;
  font-size: 4.6rem;
  font-weight: 700;
  background-color: #fff;
  padding: 1rem;
  width: 53.1rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec27 .sec27-text02 {
    width: 63.7rem;
    font-size: 5.5rem;
  }
}
.sec27 .sec27-text02 p {
  border-top: #8724ac solid 1px;
  border-bottom: #8724ac solid 1px;
}

/*--------------------
セクション28
--------------------*/
.sec28 {
  background-image: url("./../img/pc/part06/bg02.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 7rem 7.5rem;
  text-align: center;
  position: relative;
}
.sec28 img {
  width: 63.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec28 img {
    width: 69.6rem;
  }
}

.sec28-text {
  background-color: #4fa6ce;
  color: #fff;
  width: 63.3rem;
  height: 16rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  font-size: 2.4rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 82%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .sec28-text {
    width: 64.2rem;
    font-size: 2.8rem;
    bottom: -1.5rem;
    height: 15.7rem;
    transform: translate(-50%, 70%);
    padding-top: 0rem;
  }
}

/*--------------------
セクション29
--------------------*/
.sec29-01 {
  padding-top: 27rem;
  background-image: url("./../img/pc/part06/bg03.webp");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sec29-01 {
    background-image: url("./../img/sp/part06/bg03.webp");
  }
}

.sec29-01-text-box {
  position: relative;
  width: 80rem;
  margin: 0 auto;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec29-01-text-box {
    width: 71.2rem;
  }
}

.sec29-text-box-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73rem;
}
@media (max-width: 767px) {
  .sec29-text-box-title {
    width: 71.2rem;
  }
}

.sec29-01-text-box__text {
  position: absolute;
  width: 80rem;
  z-index: 1;
  padding: 8rem 8rem;
}
.sec29-01-text-box__text p {
  font-size: 2.6rem;
  font-weight: 500;
}
.sec29-01-text-box__text img {
  width: 40.9rem;
  margin-block: 5rem;
}

.side-img {
  position: absolute;
  top: 5.6rem;
  right: -5.6rem;
}
@media (max-width: 767px) {
  .side-img {
    top: 3rem;
    right: 8rem;
  }
}
.side-img img {
  width: 24.4rem;
}
@media (max-width: 767px) {
  .side-img img {
    width: 20.1rem;
  }
}

.sec29-02 {
  padding-top: 10rem;
  background-image: url("./../img/pc/part06/bg04.webp");
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sec29-02 {
    padding-top: 12rem;
    background-image: url("./../img/sp/part06/bg04.webp");
  }
}

.sec29-02-box {
  background-color: rgba(243, 234, 255, 0.8);
  width: 100%;
  border-radius: 5rem 5rem 0 0;
  padding-block: 7.1rem 9rem;
}

.sec29-02-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2.7rem;
  row-gap: 3.5rem;
}
@media (max-width: 767px) {
  .sec29-02-lists {
    column-gap: 5.3rem;
    row-gap: 3.5rem;
  }
}
.sec29-02-lists img {
  width: 25rem;
}
@media (max-width: 767px) {
  .sec29-02-lists img {
    width: 29rem;
  }
}

.sec29-02-title {
  width: 81.1rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .sec29-02-title {
    width: 100%;
  }
}

/*--------------------
footer
--------------------*/
.footer {
  background-image: url("./../img/pc/part06/bg-last.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 6.5rem 14.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .footer {
    background-image: url("./../img/sp/part06/bg-last.webp");
    padding-block: 8.6rem 17.9rem;
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}

.footer-text01 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .footer-text01 {
    font-size: 4rem;
  }
}

.footer-img01 {
  width: 69rem;
  margin: 15.4rem auto 7.4rem;
}
@media (max-width: 767px) {
  .footer-img01 {
    margin-block: 17rem auto 7.4rem;
  }
}

.footer-img02 {
  width: 80rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-img02 {
    width: 100%;
    margin-bottom: 10rem;
  }
}/*# sourceMappingURL=style.css.map */