@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

/*--------------------------------------------------------------------------
    Global Variables
---------------------------------------------------------------------------*/
.c-sec--a {
  --color-bg-main: #00AA7B;
}

.c-sec--a {
  --color-bg-light: #F5FBE9;
}

.c-sec--a {
  --color-border: #00AA7B;
}

.c-sec--b {
  --color-bg-main: #EC7AAC;
}

.c-sec--b {
  --color-bg-light: #FFF3F6;
}

.c-sec--b {
  --color-border: #EC7AAC;
}

.c-sec--c {
  --color-bg-main: #6FBA2C;
}

.c-sec--c {
  --color-bg-light: #F5FBE9;
}

.c-sec--c {
  --color-border: #6FBA2C;
}

/*＊-------------------------------------------------------
サイト全体の基本設定
------------------------------------------------------- **/
html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100dvh;
  font-family: "Zen Maru Gothic", sans-serif;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-size: 1.6rem;
  color: #595757;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: initial;
}

p {
  text-wrap: initial;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: initial;
}

ul, ol {
  list-style: none;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

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

a {
  text-decoration: none;
  color: currentColor;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
input[type=text] {
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
}

textarea {
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-header {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 600px;
  margin: 15px auto;
  z-index: 2;
}
.l-header__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.l-header h1 img {
  width: 100%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.l-footer {
  position: sticky;
  top: 100%;
  padding-top: 24px;
}
.l-footer__inner {
  width: min(90%, 600px);
  margin-inline: auto;
}
.l-footer__logo {
  display: block;
  width: 140px;
  margin: 0 auto;
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 202px;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__sns {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}
.l-footer__sns a {
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer__sns a {
    width: 26px;
    height: 26px;
  }
}
.l-footer__sns a img {
  width: 100%;
  height: auto;
}

.l-footer-copyright {
  text-align: center;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .l-footer-copyright {
    padding: 24px;
  }
}
.l-footer-copyright__txt {
  font-size: 12px;
  color: #888;
}
@media screen and (min-width: 768px) {
  .l-footer-copyright__txt {
    font-size: 13px;
  }
}

.p-main__bg {
  display: block;
  position: sticky;
  height: 0;
  z-index: -1;
  top: 0;
}
.p-main__bg img {
  width: 100%;
  height: 100lvh;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-wrapper {
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    padding-inline: 0px;
    max-width: 1340px;
    position: relative;
  }
}
.l-wrapper .nav-pc {
  display: none;
}
@media screen and (min-width: 1300px) {
  .l-wrapper .nav-pc {
    display: flex;
    position: fixed;
    top: 12%;
    left: 74.5%;
    width: 320px;
    padding: 60px 18px 20px 18px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-radius: 300px 300px 10px 10px;
    background: var(--white, #FFF);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
  }
}
.l-wrapper .nav-pc h2 {
  display: block;
  margin: auto;
  max-width: 232px;
}
.l-wrapper .nav-pc .nav__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1.5px solid var(--light-green, #D7E7AF);
}
.l-wrapper .nav-pc li {
  display: flex;
  gap: 4px;
  padding: 15px 0;
  align-items: flex-start;
  align-self: stretch;
  color: var(--green-main, #00AA7B);
  border-bottom: 1.5px solid var(--light-green, #D7E7AF);
}
.l-wrapper .nav-pc li a {
  font-weight: 700;
  color: var(--green-main, #00AA7B);
  transition: all 0.3s;
  font-size: 18px;
}
.l-wrapper .nav-pc li a:hover {
  color: var(--light-green, #6FBA2C);
}

.l-container {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  position: relative;
  z-index: 998;
  top: 0;
  container-type: inline-size;
}

.l-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/*--------------------------------------------------------------------------
.l-sec
---------------------------------------------------------------------------*/
.l-sec__inner {
  width: min(90vw, 600px);
  margin-inline: auto;
}

/*--------------------------------------------------------------------------
  セクション
---------------------------------------------------------------------------*/
.c-sec {
  position: relative;
  z-index: 1;
  border-radius: 17px;
  background: #FFFFFF;
  box-shadow: 0 0 5.99px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .c-sec {
    border-radius: 30px;
  }
}
.c-sec__title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 17px 17px 0 0;
  background-color: var(--color-bg-main);
  padding: 3.333cqw;
}
@media screen and (min-width: 768px) {
  .c-sec__title {
    gap: 10px;
    border-radius: 30px 30px 0 0;
  }
}
.c-sec__title .marks {
  margin: auto;
  width: 8.1cqw;
}
.c-sec__title h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(12px, 5.1282051282cqw, 20px);
}
@media screen and (min-width: 768px) {
  .c-sec__title h3 {
    font-size: clamp(12px, 3.3333333333cqw, 30px);
  }
}
.c-sec__title h3 {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-sec__title h3 {
    font-size: clamp(16.8px, 7.1794871795cqw, 28px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-sec__title h3 {
    font-size: clamp(16.8px, 4.6666666667cqw, 42px);
  }
}
.c-sec__inner {
  width: 100%;
  padding: 23px 15px 30px;
}
@media screen and (min-width: 768px) {
  .c-sec__inner {
    padding: 40px 20px 60px;
  }
}
.c-sec__inner .txt {
  color: #595757;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.36px;
  font-size: clamp(9px, 3.8461538462cqw, 15px);
}
@media screen and (min-width: 768px) {
  .c-sec__inner .txt {
    font-size: clamp(9px, 2.5cqw, 22.5px);
  }
}
@media screen and (min-width: 768px) {
  .c-sec__inner .txt {
    font-size: clamp(10.8px, 4.6153846154cqw, 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-sec__inner .txt {
    font-size: clamp(10.8px, 3cqw, 27px);
  }
}

.c-title__line {
  text-align: center;
  font-weight: 700;
  color: #595757;
  line-height: 1.3;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px;
  border-bottom-style: solid;
  font-size: clamp(9px, 3.8461538462cqw, 15px);
}
@media screen and (min-width: 768px) {
  .c-title__line {
    font-size: clamp(9px, 2.5cqw, 22.5px);
  }
}
@media screen and (min-width: 768px) {
  .c-title__line {
    font-size: clamp(12px, 5.1282051282cqw, 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-title__line {
    font-size: clamp(12px, 3.3333333333cqw, 30px);
  }
}
.c-title__line span {
  font-weight: 700;
  font-size: clamp(12px, 5.1282051282cqw, 20px);
}
@media screen and (min-width: 768px) {
  .c-title__line span {
    font-size: clamp(12px, 3.3333333333cqw, 30px);
  }
}
@media screen and (min-width: 768px) {
  .c-title__line span {
    font-size: clamp(14.4px, 6.1538461538cqw, 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-title__line span {
    font-size: clamp(14.4px, 4cqw, 36px);
  }
}
.c-title__line.blue {
  border-bottom-color: #26B7BC;
}
.c-title__line.blue span {
  color: #26B7BC;
}
.c-title__line.pink {
  border-bottom-color: #EC7AAC;
}
.c-title__line.pink span {
  color: #EC7AAC;
}
.c-title__line.green {
  border-bottom-color: #6FBA2C;
}
.c-title__line.green span {
  color: #6FBA2C;
}

/*--------------------------------------------------------------------------
  txt
---------------------------------------------------------------------------*/
.bg-txt {
  color: #595757;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.36px;
  border-radius: 10px;
  font-size: clamp(9px, 3.8461538462cqw, 15px);
}
@media screen and (min-width: 768px) {
  .bg-txt {
    font-size: clamp(9px, 2.5cqw, 22.5px);
  }
}
.bg-txt {
  padding: clamp(7.2px, 3.0769230769cqw, 12px);
}
@media screen and (min-width: 768px) {
  .bg-txt {
    padding: clamp(7.2px, 2cqw, 18px);
  }
}
.bg-txt {
  background-color: var(--color-bg-light);
}
@media screen and (min-width: 768px) {
  .bg-txt {
    line-height: 1.7;
    padding: clamp(12px, 5.1282051282cqw, 20px);
    font-size: clamp(10.8px, 4.6153846154cqw, 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .bg-txt {
    padding: clamp(12px, 3.3333333333cqw, 30px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .bg-txt {
    font-size: clamp(10.8px, 3cqw, 27px);
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/* --------------------------------------------------------------------------
Component: PC Nav 
-------------------------------------------------------------------------- */
.c-nav {
  display: flex;
  gap: 16px;
}
.c-nav__item a {
  display: inline-block;
  padding-block: 8px 5px;
  line-height: 1.5;
}
.c-nav--pc {
  display: none;
}
@media (min-width: 1300px) {
  .c-nav--pc {
    display: flex;
  }
}
.c-nav--footer this__item a {
  font-size: 1.4rem;
}

/* --------------------------------------------------------------------------
 Component: Drawer (SP Nav) 
 -------------------------------------------------------------------------- */
.c-drawer {
  width: 100vw;
  min-height: 100vh;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  padding-block: 50px;
  background: var(--white, #FFF);
}
@media screen and (min-width: 1300px) {
  .c-drawer {
    display: none;
  }
}
.c-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
  z-index: 998;
}
.c-drawer__inner {
  width: 100%;
  max-width: 600px;
  padding-inline: 15px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-drawer__inner h2 {
  margin: auto;
  width: 100%;
  max-width: 242px;
}
.c-drawer__list {
  width: 100%;
  margin: 30px auto;
}
.c-drawer__list li {
  display: flex;
  gap: 4px;
  padding: 15px 0;
  align-items: flex-start;
  align-self: stretch;
  color: #00AA7B;
  border-bottom: 1.5px solid var(--light-green, #D7E7AF);
}
.c-drawer__list li a {
  font-weight: 700;
  color: #00AA7B;
  transition: all 0.3s;
}
.c-drawer__list li a:hover {
  color: #6FBA2C;
}
.c-drawer__item {
  border-bottom: 1px solid #434343;
}
.c-drawer__item a {
  padding: min(18px, 4vw) 0;
  display: block;
}
.c-drawer__item:first-child a {
  padding-top: 0;
}
.c-drawer__sns {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}
.c-drawer__sns a {
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .c-drawer__sns a {
    width: 26px;
    height: 26px;
  }
}
.c-drawer__sns a img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------
Component: Hamburger Button 
-------------------------------------------------------------------------- */
.c-hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 14px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--white, #FFF);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 999;
}
@media screen and (min-width: 630px) {
  .c-hamburger {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 1300px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger span {
  display: block;
  height: 2px;
  width: 20px;
  transition: all 0.3s;
  background: var(--green-main, #00AA7B);
}
.c-hamburger.is-open {
  row-gap: 0px;
}
.c-hamburger.is-open span:nth-child(1) {
  margin-bottom: -2px;
  rotate: 45deg;
}
.c-hamburger.is-open span:nth-child(2) {
  rotate: -45deg;
}

/* --------------------------------------------------------------------------
Component: Accordion 
-------------------------------------------------------------------------- */
.l-accordion-list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 1300px) {
  .l-accordion-list {
    row-gap: 20px;
  }
}

.p-cont01 {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 7.6923076923cqw, 30px);
}
@media screen and (min-width: 768px) {
  .p-cont01 {
    gap: clamp(18px, 5cqw, 45px);
  }
}
.p-cont01__container {
  display: flex;
  flex-direction: column;
  gap: clamp(10.8px, 4.6153846154cqw, 18px);
}
@media screen and (min-width: 768px) {
  .p-cont01__container {
    gap: clamp(10.8px, 3cqw, 27px);
  }
}
.p-cont01__title h4 {
  color: #595757;
  font-weight: 700;
  display: inline-flex;
  line-height: 1;
  border: solid 1.5px #595757;
  border-radius: 30px;
  position: relative;
  font-size: clamp(10.8px, 4.6153846154cqw, 18px);
}
@media screen and (min-width: 768px) {
  .p-cont01__title h4 {
    font-size: clamp(10.8px, 3cqw, 27px);
  }
}
.p-cont01__title h4 {
  padding-inline: clamp(7.2px, 3.0769230769cqw, 12px);
}
@media screen and (min-width: 768px) {
  .p-cont01__title h4 {
    padding-inline: clamp(7.2px, 2cqw, 18px);
  }
}
.p-cont01__title h4 {
  padding-block: clamp(3px, 1.2820512821cqw, 5px);
}
@media screen and (min-width: 768px) {
  .p-cont01__title h4 {
    padding-block: clamp(3px, 0.8333333333cqw, 7.5px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont01__title h4 {
    font-size: clamp(14.4px, 6.1538461538cqw, 24px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont01__title h4 {
    font-size: clamp(14.4px, 4cqw, 36px);
  }
}
.p-cont01__title h4::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -16px;
  border: 6px solid transparent;
  border-top: 10px solid #595757;
}
@media screen and (min-width: 768px) {
  .p-cont01__title h4::after {
    bottom: -22px;
    border: 8px solid transparent;
    border-top: 14px solid #595757;
  }
}
.p-cont01__txt {
  background: #F5FBE9;
  color: #595757;
  border-radius: 10px;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .p-cont01__txt {
    padding: 20px;
  }
}
.p-cont01__txt .txt-m {
  font-weight: 500;
  font-size: clamp(9px, 3.8461538462cqw, 15px);
}
@media screen and (min-width: 768px) {
  .p-cont01__txt .txt-m {
    font-size: clamp(9px, 2.5cqw, 22.5px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont01__txt .txt-m {
    font-size: clamp(10.8px, 4.6153846154cqw, 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont01__txt .txt-m {
    font-size: clamp(10.8px, 3cqw, 27px);
  }
}
.p-cont01__txt .txt-s {
  font-weight: 500;
  font-size: clamp(7.8px, 3.3333333333cqw, 13px);
}
@media screen and (min-width: 768px) {
  .p-cont01__txt .txt-s {
    font-size: clamp(7.8px, 2.1666666667cqw, 19.5px);
  }
}
.p-cont01__txt .txt-s {
  margin-top: clamp(3px, 1.2820512821cqw, 5px);
}
@media screen and (min-width: 768px) {
  .p-cont01__txt .txt-s {
    margin-top: clamp(3px, 0.8333333333cqw, 7.5px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont01__txt .txt-s {
    font-size: clamp(9.6px, 4.1025641026cqw, 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont01__txt .txt-s {
    font-size: clamp(9.6px, 2.6666666667cqw, 24px);
  }
}
.p-cont01__txt .txt-note {
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  color: #00AA7B;
  letter-spacing: -0.3px;
  border-radius: 20px;
  background: #FFFA98;
  padding: 3px 5px;
  font-size: clamp(7.2px, 3.0769230769cqw, 12px);
}
@media screen and (min-width: 768px) {
  .p-cont01__txt .txt-note {
    font-size: clamp(7.2px, 2cqw, 18px);
  }
}
.p-cont01__txt .txt-note {
  margin-top: clamp(3px, 1.2820512821cqw, 5px);
}
@media screen and (min-width: 768px) {
  .p-cont01__txt .txt-note {
    margin-top: clamp(3px, 0.8333333333cqw, 7.5px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont01__txt .txt-note {
    font-size: clamp(8.4px, 3.5897435897cqw, 14px);
    padding: 3px 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont01__txt .txt-note {
    font-size: clamp(8.4px, 2.3333333333cqw, 21px);
  }
}
.p-cont01__txt h5 {
  font-weight: 700;
  color: #00AA7B;
  font-size: clamp(10.8px, 4.6153846154cqw, 18px);
}
@media screen and (min-width: 768px) {
  .p-cont01__txt h5 {
    font-size: clamp(10.8px, 3cqw, 27px);
  }
}
.p-cont01__txt h5 {
  margin-top: clamp(12px, 5.1282051282cqw, 20px);
}
@media screen and (min-width: 768px) {
  .p-cont01__txt h5 {
    margin-top: clamp(12px, 3.3333333333cqw, 30px);
  }
}
.p-cont01__txt .txt-list {
  display: flex;
  align-items: center;
  background: #00AA7B;
  width: 100%;
  margin-top: clamp(12px, 5.1282051282cqw, 20px);
}
@media screen and (min-width: 768px) {
  .p-cont01__txt .txt-list {
    margin-top: clamp(12px, 3.3333333333cqw, 30px);
  }
}
.p-cont01__txt .txt-list dt {
  background: #00AA7B;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  width: 18%;
  padding: 5px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .p-cont01__txt .txt-list dt {
    width: 16%;
    padding: 10px;
    font-size: 16px;
  }
}
.p-cont01__txt .txt-list dd {
  background: #FFFFFF;
  color: #00AA7B;
  font-weight: 500;
  width: 82%;
  padding: 5px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .p-cont01__txt .txt-list dd {
    width: 84%;
    padding: 10px;
    font-size: 16px;
  }
}
.p-cont01__txt .txt-list dd > br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-cont01__txt .txt-list dd > br {
    display: block;
  }
}

.p-cont02 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-cont03 .scroll-container {
  width: 100%;
  max-width: 330px;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .p-cont03 .scroll-container {
    max-width: 580px;
  }
}
.p-cont03 .scroll-container .scroll-item {
  width: 680px;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-cont03 .scroll-container .scroll-item {
    width: 800px;
  }
}

.p-cont04__txt {
  font-size: clamp(9px, 3.8461538462cqw, 15px);
}
@media screen and (min-width: 768px) {
  .p-cont04__txt {
    font-size: clamp(9px, 2.5cqw, 22.5px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont04__txt {
    font-size: clamp(10.8px, 4.6153846154cqw, 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont04__txt {
    font-size: clamp(10.8px, 3cqw, 27px);
  }
}
.p-cont04__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .p-cont04__list {
    margin-top: 30px;
    gap: 30px;
  }
}
.p-cont04__list:first-of-type {
  margin-bottom: clamp(24px, 10.2564102564cqw, 40px);
}
@media screen and (min-width: 768px) {
  .p-cont04__list:first-of-type {
    margin-bottom: clamp(24px, 6.6666666667cqw, 60px);
  }
}
.p-cont04__item {
  display: flex;
  flex-direction: column;
}
.p-cont04__item.blue .p-cont04__ttl {
  background: #26B7BC;
}
.p-cont04__item.blue .p-cont04__label {
  color: #26B7BC;
}
.p-cont04__item.blue .p-cont04__list-txt {
  background: #EDFBFB;
}
.p-cont04__item.green .p-cont04__ttl {
  background: #6FBA2C;
}
.p-cont04__item.green .p-cont04__label {
  color: #6FBA2C;
}
.p-cont04__item.green .p-cont04__list-txt {
  background: #F5FBE9;
}
.p-cont04__ttl {
  display: flex;
  gap: 5px;
  align-items: center;
  text-align: center;
  border-radius: 6px 6px 0 0;
  padding-block: clamp(4.8px, 2.0512820513cqw, 8px);
}
@media screen and (min-width: 768px) {
  .p-cont04__ttl {
    padding-block: clamp(4.8px, 1.3333333333cqw, 12px);
  }
}
.p-cont04__ttl {
  padding-inline: clamp(4.8px, 2.0512820513cqw, 8px);
}
@media screen and (min-width: 768px) {
  .p-cont04__ttl {
    padding-inline: clamp(4.8px, 1.3333333333cqw, 12px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont04__ttl {
    gap: 10px;
    border-radius: 10px 10px 0 0;
    padding-inline: clamp(12px, 5.1282051282cqw, 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont04__ttl {
    padding-inline: clamp(12px, 3.3333333333cqw, 30px);
  }
}
.p-cont04__ttl h5 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(9.6px, 4.1025641026cqw, 16px);
}
@media screen and (min-width: 768px) {
  .p-cont04__ttl h5 {
    font-size: clamp(9.6px, 2.6666666667cqw, 24px);
  }
}
.p-cont04__ttl h5 {
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-cont04__ttl h5 {
    font-size: clamp(12px, 5.1282051282cqw, 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont04__ttl h5 {
    font-size: clamp(12px, 3.3333333333cqw, 30px);
  }
}
.p-cont04__ttl .p-cont04__label {
  background: #FFFFFF;
  padding: 2px 4px;
  line-height: 1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: clamp(7.8px, 3.3333333333cqw, 13px);
}
@media screen and (min-width: 768px) {
  .p-cont04__ttl .p-cont04__label {
    font-size: clamp(7.8px, 2.1666666667cqw, 19.5px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont04__ttl .p-cont04__label {
    padding: 3px 10px;
    font-size: clamp(10.8px, 4.6153846154cqw, 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont04__ttl .p-cont04__label {
    font-size: clamp(10.8px, 3cqw, 27px);
  }
}
.p-cont04__list-txt {
  border-radius: 0 0 6px 6px;
  line-height: 1.7;
  padding: clamp(7.2px, 3.0769230769cqw, 12px);
}
@media screen and (min-width: 768px) {
  .p-cont04__list-txt {
    padding: clamp(7.2px, 2cqw, 18px);
  }
}
.p-cont04__list-txt {
  font-size: clamp(8.4px, 3.5897435897cqw, 14px);
}
@media screen and (min-width: 768px) {
  .p-cont04__list-txt {
    font-size: clamp(8.4px, 2.3333333333cqw, 21px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont04__list-txt {
    border-radius: 0 0 10px 10px;
    padding: clamp(12px, 5.1282051282cqw, 20px);
    font-size: clamp(9.6px, 4.1025641026cqw, 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont04__list-txt {
    padding: clamp(12px, 3.3333333333cqw, 30px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont04__list-txt {
    font-size: clamp(9.6px, 2.6666666667cqw, 24px);
  }
}

.p-cont05 .c-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-cont05 .c-accordion__btn {
  width: 100%;
  text-align: left;
  color: #00AA7B;
  border: solid 2px #00AA7B;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  font-size: clamp(10.8px, 4.6153846154cqw, 18px);
}
@media screen and (min-width: 768px) {
  .p-cont05 .c-accordion__btn {
    font-size: clamp(10.8px, 3cqw, 27px);
  }
}
.p-cont05 .c-accordion__btn {
  padding-block: clamp(6px, 2.5641025641cqw, 10px);
}
@media screen and (min-width: 768px) {
  .p-cont05 .c-accordion__btn {
    padding-block: clamp(6px, 1.6666666667cqw, 15px);
  }
}
.p-cont05 .c-accordion__btn {
  padding-inline: clamp(7.2px, 3.0769230769cqw, 12px);
}
@media screen and (min-width: 768px) {
  .p-cont05 .c-accordion__btn {
    padding-inline: clamp(7.2px, 2cqw, 18px);
  }
}
.p-cont05 .c-accordion__btn {
  gap: clamp(6px, 2.5641025641cqw, 10px);
}
@media screen and (min-width: 768px) {
  .p-cont05 .c-accordion__btn {
    gap: clamp(6px, 1.6666666667cqw, 15px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont05 .c-accordion__btn {
    font-size: clamp(13.2px, 5.641025641cqw, 22px);
    padding-inline: clamp(9px, 3.8461538462cqw, 15px);
    padding-block: clamp(9px, 3.8461538462cqw, 15px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont05 .c-accordion__btn {
    font-size: clamp(13.2px, 3.6666666667cqw, 33px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont05 .c-accordion__btn {
    padding-inline: clamp(9px, 2.5cqw, 22.5px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont05 .c-accordion__btn {
    padding-block: clamp(9px, 2.5cqw, 22.5px);
  }
}
.p-cont05 .c-accordion__btn.is-open {
  background: #FFFA98;
}
.p-cont05 .c-accordion__btn::before {
  content: url(../img/top/icon-Q.svg);
  width: 30px;
  height: 30px;
}
.p-cont05 .c-accordion__btn.is-open .c-accordion__icon::before {
  content: "ー";
}
.p-cont05 .c-accordion__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  line-height: 1;
}
.p-cont05 .c-accordion__icon::before {
  content: "＋";
  line-height: 1;
  display: inline-flex;
  align-items: center;
  font-size: clamp(12px, 5.1282051282cqw, 20px);
}
@media screen and (min-width: 768px) {
  .p-cont05 .c-accordion__icon::before {
    font-size: clamp(12px, 3.3333333333cqw, 30px);
  }
}
.p-cont05 .c-accordion__icon::before {
  transition: 0.3s ease;
}
.p-cont05 .c-accordion__content {
  background: #F5FBE9;
  border-radius: 10px;
  padding-block: clamp(7.2px, 3.0769230769cqw, 12px);
}
@media screen and (min-width: 768px) {
  .p-cont05 .c-accordion__content {
    padding-block: clamp(7.2px, 2cqw, 18px);
  }
}
.p-cont05 .c-accordion__content {
  padding-inline: clamp(9px, 3.8461538462cqw, 15px);
}
@media screen and (min-width: 768px) {
  .p-cont05 .c-accordion__content {
    padding-inline: clamp(9px, 2.5cqw, 22.5px);
  }
}
.p-cont05 .c-accordion__content {
  font-size: clamp(9px, 3.8461538462cqw, 15px);
}
@media screen and (min-width: 768px) {
  .p-cont05 .c-accordion__content {
    font-size: clamp(9px, 2.5cqw, 22.5px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont05 .c-accordion__content {
    font-size: clamp(10.8px, 4.6153846154cqw, 18px);
    padding-block: clamp(9px, 3.8461538462cqw, 15px);
    padding-inline: clamp(12px, 5.1282051282cqw, 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont05 .c-accordion__content {
    font-size: clamp(10.8px, 3cqw, 27px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont05 .c-accordion__content {
    padding-block: clamp(9px, 2.5cqw, 22.5px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont05 .c-accordion__content {
    padding-inline: clamp(12px, 3.3333333333cqw, 30px);
  }
}

.p-cont06__txt {
  font-size: clamp(9px, 3.8461538462cqw, 15px);
}
@media screen and (min-width: 768px) {
  .p-cont06__txt {
    font-size: clamp(9px, 2.5cqw, 22.5px);
  }
}
.p-cont06__txt {
  margin-bottom: clamp(12px, 5.1282051282cqw, 20px);
}
@media screen and (min-width: 768px) {
  .p-cont06__txt {
    margin-bottom: clamp(12px, 3.3333333333cqw, 30px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont06__txt {
    font-size: clamp(10.8px, 4.6153846154cqw, 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont06__txt {
    font-size: clamp(10.8px, 3cqw, 27px);
  }
}
.p-cont06__img {
  margin-bottom: clamp(24px, 10.2564102564cqw, 40px);
}
@media screen and (min-width: 768px) {
  .p-cont06__img {
    margin-bottom: clamp(24px, 6.6666666667cqw, 60px);
  }
}
.p-cont06__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  background: #FFF3F6;
  border-radius: 10px;
  gap: 12px;
  padding: clamp(12px, 5.1282051282cqw, 20px);
}
@media screen and (min-width: 768px) {
  .p-cont06__list {
    padding: clamp(12px, 3.3333333333cqw, 30px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont06__list {
    margin-top: 30px;
  }
}
.p-cont06__item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: clamp(9px, 3.8461538462cqw, 15px);
}
@media screen and (min-width: 768px) {
  .p-cont06__item {
    font-size: clamp(9px, 2.5cqw, 22.5px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont06__item {
    font-size: clamp(10.8px, 4.6153846154cqw, 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont06__item {
    font-size: clamp(10.8px, 3cqw, 27px);
  }
}
.p-cont06__item span {
  width: 22px;
}
@media screen and (min-width: 768px) {
  .p-cont06__item span {
    width: 30px;
  }
}
.p-cont06__item div {
  width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-cont06__item:has(div) {
  align-items: flex-start;
}
.p-cont06__sublist {
  display: inline-flex;
  flex-wrap: wrap;
  border-radius: 10px;
  column-gap: 1em;
  row-gap: 4px;
  background: #FFFFFF;
  padding-inline: clamp(7.2px, 3.0769230769cqw, 12px);
}
@media screen and (min-width: 768px) {
  .p-cont06__sublist {
    padding-inline: clamp(7.2px, 2cqw, 18px);
  }
}
.p-cont06__sublist {
  padding-block: clamp(4.8px, 2.0512820513cqw, 8px);
}
@media screen and (min-width: 768px) {
  .p-cont06__sublist {
    padding-block: clamp(4.8px, 1.3333333333cqw, 12px);
  }
}
.p-cont06__sublist li {
  display: flex;
  align-items: center;
  line-height: 1.3;
  gap: 2px;
  font-size: clamp(7.8px, 3.3333333333cqw, 13px);
}
@media screen and (min-width: 768px) {
  .p-cont06__sublist li {
    font-size: clamp(7.8px, 2.1666666667cqw, 19.5px);
  }
}
@media screen and (min-width: 768px) {
  .p-cont06__sublist li {
    font-size: clamp(9.6px, 4.1025641026cqw, 16px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont06__sublist li {
    font-size: clamp(9.6px, 2.6666666667cqw, 24px);
  }
}
.p-cont06__sublist li::before {
  content: "●";
  color: #26B7BC;
}

.p-cont-bnr__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-cont-bnr__item {
  width: 48%;
}

.p-cont07 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-cont07__img {
  width: 25.53%;
}
.p-cont07__txt {
  width: 67.857%;
  font-size: clamp(8.4px, 3.5897435897cqw, 14px);
}
@media screen and (min-width: 768px) {
  .p-cont07__txt {
    font-size: clamp(8.4px, 2.3333333333cqw, 21px);
  }
}
.p-cont07__txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-cont07__txt {
    font-size: clamp(10.8px, 4.6153846154cqw, 18px);
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-cont07__txt {
    font-size: clamp(10.8px, 3cqw, 27px);
  }
}
.p-cont07__txt p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-cont07__txt p {
    line-height: 2;
  }
}
.p-cont07__txt p > a {
  text-decoration: underline;
}
.p-cont07__txt p > a:hover {
  text-decoration: none;
}
.p-cont07__btn {
  display: flex;
  justify-content: center;
}
.p-cont07__btn a {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  border-radius: 40px;
  background: var(--red, #FE7C50);
  box-shadow: 4px 4px 0 0 rgba(89, 87, 87, 0.2);
  transition: 0.2s ease;
}
.p-cont07__btn a:hover {
  background: #666;
}
@media screen and (min-width: 768px) {
  .p-cont07__btn a {
    padding: 13px 40px;
  }
}

/*--------------------------------------------------------------------------
  Animation Utilities
---------------------------------------------------------------------------*/
.u-fade-up {
  opacity: 0;
}

.u-fade-up.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.4s;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------------------
  Color Utilities
---------------------------------------------------------------------------*/
.text-white {
  color: #fff !important;
}

.text-black {
  color: #000000 !important;
}

/*--------------------------------------------------------------------------
  Display Utilities
--------------------------------------------------------------------------*/
.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.grid {
  display: grid !important;
}

.inline-grid {
  display: inline-grid !important;
}

.hidden {
  display: none !important;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

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

.no-link {
  pointer-events: none;
  text-decoration: none !important;
  cursor: initial;
}

/*--------------------------------------------------------------------------
 Size Utilities
---------------------------------------------------------------------------*/
.mlr-auto {
  margin-inline: auto !important;
}

/* 8pxごと */
/* マージン関連クラス */
.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mtb-0 {
  margin-block: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mlr-0 {
  margin-inline: 0px !important;
}

@media screen and (min-width: 768px) {
  .m-0-pc {
    margin: 0px !important;
  }
  .mt-0-pc {
    margin-top: 0px !important;
  }
  .mb-0-pc {
    margin-bottom: 0px !important;
  }
  .mtb-0-pc {
    margin-block: 0px !important;
  }
  .ml-0-pc {
    margin-left: 0px !important;
  }
  .mr-0-pc {
    margin-right: 0px !important;
  }
  .mlr-0-pc {
    margin-inline: 0px !important;
  }
}
/* パディング関連クラス */
.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ptb-0 {
  padding-block: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.plr-0 {
  padding-inline: 0px !important;
}

@media screen and (min-width: 768px) {
  .p-0-pc {
    padding: 0px !important;
  }
  .pt-0-pc {
    padding-top: 0px !important;
  }
  .pb-0-pc {
    padding-bottom: 0px !important;
  }
  .ptb-0-pc {
    padding-block: 0px !important;
  }
  .pl-0-pc {
    padding-left: 0px !important;
  }
  .pr-0-pc {
    padding-right: 0px !important;
  }
  .plr-0-pc {
    padding-inline: 0px !important;
  }
}
.fs-0 {
  font-size: 0px !important;
}

@media screen and (min-width: 768px) {
  .fs-0-pc {
    font-size: 0px !important;
  }
}
/* マージン関連クラス */
.m-8 {
  margin: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mtb-8 {
  margin-block: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mlr-8 {
  margin-inline: 8px !important;
}

@media screen and (min-width: 768px) {
  .m-8-pc {
    margin: 8px !important;
  }
  .mt-8-pc {
    margin-top: 8px !important;
  }
  .mb-8-pc {
    margin-bottom: 8px !important;
  }
  .mtb-8-pc {
    margin-block: 8px !important;
  }
  .ml-8-pc {
    margin-left: 8px !important;
  }
  .mr-8-pc {
    margin-right: 8px !important;
  }
  .mlr-8-pc {
    margin-inline: 8px !important;
  }
}
/* パディング関連クラス */
.p-8 {
  padding: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.ptb-8 {
  padding-block: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.plr-8 {
  padding-inline: 8px !important;
}

@media screen and (min-width: 768px) {
  .p-8-pc {
    padding: 8px !important;
  }
  .pt-8-pc {
    padding-top: 8px !important;
  }
  .pb-8-pc {
    padding-bottom: 8px !important;
  }
  .ptb-8-pc {
    padding-block: 8px !important;
  }
  .pl-8-pc {
    padding-left: 8px !important;
  }
  .pr-8-pc {
    padding-right: 8px !important;
  }
  .plr-8-pc {
    padding-inline: 8px !important;
  }
}
.fs-8 {
  font-size: 8px !important;
}

@media screen and (min-width: 768px) {
  .fs-8-pc {
    font-size: 8px !important;
  }
}
/* マージン関連クラス */
.m-16 {
  margin: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mtb-16 {
  margin-block: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mlr-16 {
  margin-inline: 16px !important;
}

@media screen and (min-width: 768px) {
  .m-16-pc {
    margin: 16px !important;
  }
  .mt-16-pc {
    margin-top: 16px !important;
  }
  .mb-16-pc {
    margin-bottom: 16px !important;
  }
  .mtb-16-pc {
    margin-block: 16px !important;
  }
  .ml-16-pc {
    margin-left: 16px !important;
  }
  .mr-16-pc {
    margin-right: 16px !important;
  }
  .mlr-16-pc {
    margin-inline: 16px !important;
  }
}
/* パディング関連クラス */
.p-16 {
  padding: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.ptb-16 {
  padding-block: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.plr-16 {
  padding-inline: 16px !important;
}

@media screen and (min-width: 768px) {
  .p-16-pc {
    padding: 16px !important;
  }
  .pt-16-pc {
    padding-top: 16px !important;
  }
  .pb-16-pc {
    padding-bottom: 16px !important;
  }
  .ptb-16-pc {
    padding-block: 16px !important;
  }
  .pl-16-pc {
    padding-left: 16px !important;
  }
  .pr-16-pc {
    padding-right: 16px !important;
  }
  .plr-16-pc {
    padding-inline: 16px !important;
  }
}
.fs-16 {
  font-size: 16px !important;
}

@media screen and (min-width: 768px) {
  .fs-16-pc {
    font-size: 16px !important;
  }
}
/* マージン関連クラス */
.m-24 {
  margin: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mtb-24 {
  margin-block: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mlr-24 {
  margin-inline: 24px !important;
}

@media screen and (min-width: 768px) {
  .m-24-pc {
    margin: 24px !important;
  }
  .mt-24-pc {
    margin-top: 24px !important;
  }
  .mb-24-pc {
    margin-bottom: 24px !important;
  }
  .mtb-24-pc {
    margin-block: 24px !important;
  }
  .ml-24-pc {
    margin-left: 24px !important;
  }
  .mr-24-pc {
    margin-right: 24px !important;
  }
  .mlr-24-pc {
    margin-inline: 24px !important;
  }
}
/* パディング関連クラス */
.p-24 {
  padding: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.ptb-24 {
  padding-block: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.plr-24 {
  padding-inline: 24px !important;
}

@media screen and (min-width: 768px) {
  .p-24-pc {
    padding: 24px !important;
  }
  .pt-24-pc {
    padding-top: 24px !important;
  }
  .pb-24-pc {
    padding-bottom: 24px !important;
  }
  .ptb-24-pc {
    padding-block: 24px !important;
  }
  .pl-24-pc {
    padding-left: 24px !important;
  }
  .pr-24-pc {
    padding-right: 24px !important;
  }
  .plr-24-pc {
    padding-inline: 24px !important;
  }
}
.fs-24 {
  font-size: 24px !important;
}

@media screen and (min-width: 768px) {
  .fs-24-pc {
    font-size: 24px !important;
  }
}
/* マージン関連クラス */
.m-32 {
  margin: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mtb-32 {
  margin-block: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mlr-32 {
  margin-inline: 32px !important;
}

@media screen and (min-width: 768px) {
  .m-32-pc {
    margin: 32px !important;
  }
  .mt-32-pc {
    margin-top: 32px !important;
  }
  .mb-32-pc {
    margin-bottom: 32px !important;
  }
  .mtb-32-pc {
    margin-block: 32px !important;
  }
  .ml-32-pc {
    margin-left: 32px !important;
  }
  .mr-32-pc {
    margin-right: 32px !important;
  }
  .mlr-32-pc {
    margin-inline: 32px !important;
  }
}
/* パディング関連クラス */
.p-32 {
  padding: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.ptb-32 {
  padding-block: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.plr-32 {
  padding-inline: 32px !important;
}

@media screen and (min-width: 768px) {
  .p-32-pc {
    padding: 32px !important;
  }
  .pt-32-pc {
    padding-top: 32px !important;
  }
  .pb-32-pc {
    padding-bottom: 32px !important;
  }
  .ptb-32-pc {
    padding-block: 32px !important;
  }
  .pl-32-pc {
    padding-left: 32px !important;
  }
  .pr-32-pc {
    padding-right: 32px !important;
  }
  .plr-32-pc {
    padding-inline: 32px !important;
  }
}
.fs-32 {
  font-size: 32px !important;
}

@media screen and (min-width: 768px) {
  .fs-32-pc {
    font-size: 32px !important;
  }
}
/* マージン関連クラス */
.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mtb-40 {
  margin-block: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mlr-40 {
  margin-inline: 40px !important;
}

@media screen and (min-width: 768px) {
  .m-40-pc {
    margin: 40px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mb-40-pc {
    margin-bottom: 40px !important;
  }
  .mtb-40-pc {
    margin-block: 40px !important;
  }
  .ml-40-pc {
    margin-left: 40px !important;
  }
  .mr-40-pc {
    margin-right: 40px !important;
  }
  .mlr-40-pc {
    margin-inline: 40px !important;
  }
}
/* パディング関連クラス */
.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.ptb-40 {
  padding-block: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.plr-40 {
  padding-inline: 40px !important;
}

@media screen and (min-width: 768px) {
  .p-40-pc {
    padding: 40px !important;
  }
  .pt-40-pc {
    padding-top: 40px !important;
  }
  .pb-40-pc {
    padding-bottom: 40px !important;
  }
  .ptb-40-pc {
    padding-block: 40px !important;
  }
  .pl-40-pc {
    padding-left: 40px !important;
  }
  .pr-40-pc {
    padding-right: 40px !important;
  }
  .plr-40-pc {
    padding-inline: 40px !important;
  }
}
.fs-40 {
  font-size: 40px !important;
}

@media screen and (min-width: 768px) {
  .fs-40-pc {
    font-size: 40px !important;
  }
}
/* マージン関連クラス */
.m-48 {
  margin: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mtb-48 {
  margin-block: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mlr-48 {
  margin-inline: 48px !important;
}

@media screen and (min-width: 768px) {
  .m-48-pc {
    margin: 48px !important;
  }
  .mt-48-pc {
    margin-top: 48px !important;
  }
  .mb-48-pc {
    margin-bottom: 48px !important;
  }
  .mtb-48-pc {
    margin-block: 48px !important;
  }
  .ml-48-pc {
    margin-left: 48px !important;
  }
  .mr-48-pc {
    margin-right: 48px !important;
  }
  .mlr-48-pc {
    margin-inline: 48px !important;
  }
}
/* パディング関連クラス */
.p-48 {
  padding: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.ptb-48 {
  padding-block: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.plr-48 {
  padding-inline: 48px !important;
}

@media screen and (min-width: 768px) {
  .p-48-pc {
    padding: 48px !important;
  }
  .pt-48-pc {
    padding-top: 48px !important;
  }
  .pb-48-pc {
    padding-bottom: 48px !important;
  }
  .ptb-48-pc {
    padding-block: 48px !important;
  }
  .pl-48-pc {
    padding-left: 48px !important;
  }
  .pr-48-pc {
    padding-right: 48px !important;
  }
  .plr-48-pc {
    padding-inline: 48px !important;
  }
}
.fs-48 {
  font-size: 48px !important;
}

@media screen and (min-width: 768px) {
  .fs-48-pc {
    font-size: 48px !important;
  }
}
/* マージン関連クラス */
.m-56 {
  margin: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mtb-56 {
  margin-block: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mlr-56 {
  margin-inline: 56px !important;
}

@media screen and (min-width: 768px) {
  .m-56-pc {
    margin: 56px !important;
  }
  .mt-56-pc {
    margin-top: 56px !important;
  }
  .mb-56-pc {
    margin-bottom: 56px !important;
  }
  .mtb-56-pc {
    margin-block: 56px !important;
  }
  .ml-56-pc {
    margin-left: 56px !important;
  }
  .mr-56-pc {
    margin-right: 56px !important;
  }
  .mlr-56-pc {
    margin-inline: 56px !important;
  }
}
/* パディング関連クラス */
.p-56 {
  padding: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.ptb-56 {
  padding-block: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.plr-56 {
  padding-inline: 56px !important;
}

@media screen and (min-width: 768px) {
  .p-56-pc {
    padding: 56px !important;
  }
  .pt-56-pc {
    padding-top: 56px !important;
  }
  .pb-56-pc {
    padding-bottom: 56px !important;
  }
  .ptb-56-pc {
    padding-block: 56px !important;
  }
  .pl-56-pc {
    padding-left: 56px !important;
  }
  .pr-56-pc {
    padding-right: 56px !important;
  }
  .plr-56-pc {
    padding-inline: 56px !important;
  }
}
.fs-56 {
  font-size: 56px !important;
}

@media screen and (min-width: 768px) {
  .fs-56-pc {
    font-size: 56px !important;
  }
}
/* マージン関連クラス */
.m-64 {
  margin: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mtb-64 {
  margin-block: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mlr-64 {
  margin-inline: 64px !important;
}

@media screen and (min-width: 768px) {
  .m-64-pc {
    margin: 64px !important;
  }
  .mt-64-pc {
    margin-top: 64px !important;
  }
  .mb-64-pc {
    margin-bottom: 64px !important;
  }
  .mtb-64-pc {
    margin-block: 64px !important;
  }
  .ml-64-pc {
    margin-left: 64px !important;
  }
  .mr-64-pc {
    margin-right: 64px !important;
  }
  .mlr-64-pc {
    margin-inline: 64px !important;
  }
}
/* パディング関連クラス */
.p-64 {
  padding: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.ptb-64 {
  padding-block: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.plr-64 {
  padding-inline: 64px !important;
}

@media screen and (min-width: 768px) {
  .p-64-pc {
    padding: 64px !important;
  }
  .pt-64-pc {
    padding-top: 64px !important;
  }
  .pb-64-pc {
    padding-bottom: 64px !important;
  }
  .ptb-64-pc {
    padding-block: 64px !important;
  }
  .pl-64-pc {
    padding-left: 64px !important;
  }
  .pr-64-pc {
    padding-right: 64px !important;
  }
  .plr-64-pc {
    padding-inline: 64px !important;
  }
}
.fs-64 {
  font-size: 64px !important;
}

@media screen and (min-width: 768px) {
  .fs-64-pc {
    font-size: 64px !important;
  }
}
/* マージン関連クラス */
.m-72 {
  margin: 72px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.mtb-72 {
  margin-block: 72px !important;
}

.ml-72 {
  margin-left: 72px !important;
}

.mr-72 {
  margin-right: 72px !important;
}

.mlr-72 {
  margin-inline: 72px !important;
}

@media screen and (min-width: 768px) {
  .m-72-pc {
    margin: 72px !important;
  }
  .mt-72-pc {
    margin-top: 72px !important;
  }
  .mb-72-pc {
    margin-bottom: 72px !important;
  }
  .mtb-72-pc {
    margin-block: 72px !important;
  }
  .ml-72-pc {
    margin-left: 72px !important;
  }
  .mr-72-pc {
    margin-right: 72px !important;
  }
  .mlr-72-pc {
    margin-inline: 72px !important;
  }
}
/* パディング関連クラス */
.p-72 {
  padding: 72px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.ptb-72 {
  padding-block: 72px !important;
}

.pl-72 {
  padding-left: 72px !important;
}

.pr-72 {
  padding-right: 72px !important;
}

.plr-72 {
  padding-inline: 72px !important;
}

@media screen and (min-width: 768px) {
  .p-72-pc {
    padding: 72px !important;
  }
  .pt-72-pc {
    padding-top: 72px !important;
  }
  .pb-72-pc {
    padding-bottom: 72px !important;
  }
  .ptb-72-pc {
    padding-block: 72px !important;
  }
  .pl-72-pc {
    padding-left: 72px !important;
  }
  .pr-72-pc {
    padding-right: 72px !important;
  }
  .plr-72-pc {
    padding-inline: 72px !important;
  }
}
.fs-72 {
  font-size: 72px !important;
}

@media screen and (min-width: 768px) {
  .fs-72-pc {
    font-size: 72px !important;
  }
}
/* マージン関連クラス */
.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mtb-80 {
  margin-block: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mlr-80 {
  margin-inline: 80px !important;
}

@media screen and (min-width: 768px) {
  .m-80-pc {
    margin: 80px !important;
  }
  .mt-80-pc {
    margin-top: 80px !important;
  }
  .mb-80-pc {
    margin-bottom: 80px !important;
  }
  .mtb-80-pc {
    margin-block: 80px !important;
  }
  .ml-80-pc {
    margin-left: 80px !important;
  }
  .mr-80-pc {
    margin-right: 80px !important;
  }
  .mlr-80-pc {
    margin-inline: 80px !important;
  }
}
/* パディング関連クラス */
.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.ptb-80 {
  padding-block: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.plr-80 {
  padding-inline: 80px !important;
}

@media screen and (min-width: 768px) {
  .p-80-pc {
    padding: 80px !important;
  }
  .pt-80-pc {
    padding-top: 80px !important;
  }
  .pb-80-pc {
    padding-bottom: 80px !important;
  }
  .ptb-80-pc {
    padding-block: 80px !important;
  }
  .pl-80-pc {
    padding-left: 80px !important;
  }
  .pr-80-pc {
    padding-right: 80px !important;
  }
  .plr-80-pc {
    padding-inline: 80px !important;
  }
}
.fs-80 {
  font-size: 80px !important;
}

@media screen and (min-width: 768px) {
  .fs-80-pc {
    font-size: 80px !important;
  }
}
/* マージン関連クラス */
.m-88 {
  margin: 88px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.mtb-88 {
  margin-block: 88px !important;
}

.ml-88 {
  margin-left: 88px !important;
}

.mr-88 {
  margin-right: 88px !important;
}

.mlr-88 {
  margin-inline: 88px !important;
}

@media screen and (min-width: 768px) {
  .m-88-pc {
    margin: 88px !important;
  }
  .mt-88-pc {
    margin-top: 88px !important;
  }
  .mb-88-pc {
    margin-bottom: 88px !important;
  }
  .mtb-88-pc {
    margin-block: 88px !important;
  }
  .ml-88-pc {
    margin-left: 88px !important;
  }
  .mr-88-pc {
    margin-right: 88px !important;
  }
  .mlr-88-pc {
    margin-inline: 88px !important;
  }
}
/* パディング関連クラス */
.p-88 {
  padding: 88px !important;
}

.pt-88 {
  padding-top: 88px !important;
}

.pb-88 {
  padding-bottom: 88px !important;
}

.ptb-88 {
  padding-block: 88px !important;
}

.pl-88 {
  padding-left: 88px !important;
}

.pr-88 {
  padding-right: 88px !important;
}

.plr-88 {
  padding-inline: 88px !important;
}

@media screen and (min-width: 768px) {
  .p-88-pc {
    padding: 88px !important;
  }
  .pt-88-pc {
    padding-top: 88px !important;
  }
  .pb-88-pc {
    padding-bottom: 88px !important;
  }
  .ptb-88-pc {
    padding-block: 88px !important;
  }
  .pl-88-pc {
    padding-left: 88px !important;
  }
  .pr-88-pc {
    padding-right: 88px !important;
  }
  .plr-88-pc {
    padding-inline: 88px !important;
  }
}
.fs-88 {
  font-size: 88px !important;
}

@media screen and (min-width: 768px) {
  .fs-88-pc {
    font-size: 88px !important;
  }
}
/* マージン関連クラス */
.m-96 {
  margin: 96px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mtb-96 {
  margin-block: 96px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.mlr-96 {
  margin-inline: 96px !important;
}

@media screen and (min-width: 768px) {
  .m-96-pc {
    margin: 96px !important;
  }
  .mt-96-pc {
    margin-top: 96px !important;
  }
  .mb-96-pc {
    margin-bottom: 96px !important;
  }
  .mtb-96-pc {
    margin-block: 96px !important;
  }
  .ml-96-pc {
    margin-left: 96px !important;
  }
  .mr-96-pc {
    margin-right: 96px !important;
  }
  .mlr-96-pc {
    margin-inline: 96px !important;
  }
}
/* パディング関連クラス */
.p-96 {
  padding: 96px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.ptb-96 {
  padding-block: 96px !important;
}

.pl-96 {
  padding-left: 96px !important;
}

.pr-96 {
  padding-right: 96px !important;
}

.plr-96 {
  padding-inline: 96px !important;
}

@media screen and (min-width: 768px) {
  .p-96-pc {
    padding: 96px !important;
  }
  .pt-96-pc {
    padding-top: 96px !important;
  }
  .pb-96-pc {
    padding-bottom: 96px !important;
  }
  .ptb-96-pc {
    padding-block: 96px !important;
  }
  .pl-96-pc {
    padding-left: 96px !important;
  }
  .pr-96-pc {
    padding-right: 96px !important;
  }
  .plr-96-pc {
    padding-inline: 96px !important;
  }
}
.fs-96 {
  font-size: 96px !important;
}

@media screen and (min-width: 768px) {
  .fs-96-pc {
    font-size: 96px !important;
  }
}
/* width */
.w-fit {
  width: fit-content !important;
}

.w-100 {
  width: 100% !important;
}

/* Max Width */
.max-w-content {
  max-width: 600px !important;
}

.max-w-100 {
  max-width: 100% !important;
}

/*--------------------------------------------------------------------------
  Text Utilities
---------------------------------------------------------------------------*/
/* Text Alignment */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* Font Weight */
.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

/* Line Height */
.lh-10 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-20 {
  line-height: 2 !important;
}

/* Text Decoration */
.underline {
  text-decoration: underline;
}

/* Text Transform */
.uppercase {
  text-transform: uppercase !important;
}

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

.normal-case {
  text-transform: none !important;
}