html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  outline: none;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  vertical-align: bottom;
  backface-visibility: hidden;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
::-moz-selection {
  background: #a5d4ad;
  color: #fff;
}
::selection {
  background: #a5d4ad;
  color: #fff;
}
input,
button,
textarea,
select {
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit;
}
label {
  cursor: pointer;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='month']::-webkit-outer-spin-button,
input[type='month']::-webkit-inner-spin-button,
input[type='datetime-local']::-webkit-outer-spin-button,
input[type='datetime-local']::-webkit-inner-spin-button,
input[type='week']::-webkit-outer-spin-button,
input[type='week']::-webkit-inner-spin-button,
input[type='time']::-webkit-outer-spin-button,
input[type='time']::-webkit-inner-spin-button,
input[type='date']::-webkit-outer-spin-button,
input[type='date']::-webkit-inner-spin-button {
  display: none;
}
input[type='number'],
input[type='month'],
input[type='datetime-local'],
input[type='week'],
input[type='time'],
input[type='date'] {
  -moz-appearance: textfield;
}
input[type='date']::-webkit-clear-button,
input[type='month']::-webkit-clear-button,
input[type='datetime-local']::-webkit-clear-button,
input[type='time']::-webkit-clear-button,
input[type='week']::-webkit-clear-button {
  -webkit-appearance: none;
}
select {
  cursor: pointer;
}
body {
  min-width: 1180px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.75;
  letter-spacing: 0.1em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: 'palt';
}
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 14px;
  }
}
@supports (-webkit-touch-callout: none) {
  body body {
    height: -webkit-fill-available;
  }
}
::-moz-selection {
  background: #a5d4ad;
  color: #fff;
}
::selection {
  background: #a5d4ad;
  color: #fff;
}
_:-ms-lang(x)::-ms-backdrop,
body {
  font-family: 'メイリオ', Meiryo, sans-serif;
}
a {
  color: #a5d4ad;
  transition: 0.4s cubic-bezier(0.43, 0.45, 0.63, 0.93);
}
a:hover {
  color: #a5d4ad;
}
a[href*='tel:'] {
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href*='tel:'] {
    pointer-events: auto;
  }
}
.c-tgl-content {
  display: none;
}
.c-spacer {
  flex: 1;
}
.c-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-container {
    padding: 0 20px;
  }
}
.sec-title {
  display: table;
  margin: auto;
  position: relative;
}
.sec-title.-decoration {
  padding: 4.5rem 88px 0;
}
.sec-title.-decoration::before {
  content: '';
  display: block;
  width: 137px;
  height: 137px;
  background: url(../img/home/heading-decoration-pink.svg) no-repeat center
    center/contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.sec-title.-decoration-white::before {
  content: '';
  display: block;
  width: 183px;
  height: 171px;
  background: url(../img/home/heading-decoration-white.svg) no-repeat center
    center/contain;
  position: absolute;
  top: -64px;
  left: -44px;
  z-index: -1;
  animation: 3s fuwafuwa linear infinite;
}
.sec-title.-left {
  margin: inherit;
}
.sec-title.-left span {
  text-align: left;
}
.sec-title span {
  display: block;
  text-align: center;
}
.sec-title .en {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #a5d4ad;
}
@media screen and (max-width: 768px) {
  .sec-title .en {
    font-size: 24px;
  }
}
.sec-title .en.-sm {
  font-size: 25px;
}
.sec-title .ja {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 768px) {
  .sec-title .ja {
    font-size: 16px;
  }
}
.c-button {
  display: table;
}
.c-button.-w180 {
  width: 180px;
}
.c-button.-w200 {
  width: 200px;
}
.c-button.-center {
  margin: auto;
}
.c-button.-lg .c-button__link {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  letter-spacing: 0.12em;
}
.c-button.-white .c-button__link {
  background: #fff;
  color: #4d4d4d;
}
.c-button.-white .c-button__link:hover {
  background: #f2f2f2;
}
.c-button.-gray .c-button__link {
  background: #f2f2f2;
  color: #4d4d4d;
}
.c-button.-gray .c-button__link:hover {
  background: #e9e9e9;
}
.c-button.-center {
  margin-left: auto;
  margin-right: auto;
}
.c-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  background: #a5d4ad;
  border-radius: 999px;
  color: #fff;
  padding: 0.5em 1em;
  white-space: nowrap;
}
.c-button__link:hover {
  color: #fff;
  background: #2ba738;
}
.c-button__icon {
  flex: 0 0 1em;
  line-height: 1;
}
.c-banners {
  padding: 3.25rem 0;
}
.c-banners__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-banners__inner {
    padding: 0 20px;
  }
}
.c-banners__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 32px;
}
@media screen and (max-width: 768px) {
  .c-banners__list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-banners__list img {
    max-width: 100%;
  }
}
.c-list__item {
  font-weight: 300;
}
.c-list__item::before {
  content: '●';
  color: #a5d4ad;
  margin-right: 0.5em;
}
.c-under-sec-title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-under-sec-title {
    font-size: 20px;
    padding-left: 56px;
  }
}
.c-under-sec-title::before {
  content: '';
  display: block;
  width: 63px;
  height: 63px;
  background: url(../img/under-sec-title.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-under-sec-title::before {
    width: 48px;
    height: 48px;
  }
}
.c-under-sec-title span {
  display: block;
  padding-top: 4px;
  margin-bottom: -4px;
  font-weight: 300;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-under-sec-title span {
    font-size: 14px;
  }
}
.c-step__detail {
  display: flex;
  position: relative;
  gap: 20px;
}
.c-step__detail:not(:first-child) {
  margin-top: 20px;
}
.c-step__detail:not(:last-child)::before {
  content: '';
  width: 2px;
  height: calc(100% - 96px);
  display: block;
  background: url(../img/line-disabled.svg) repeat-y center center;
  position: absolute;
  left: 39px;
  top: 96px;
}
@media screen and (max-width: 768px) {
  .c-step__detail:not(:last-child)::before {
    left: 30px;
  }
}
.c-step__counter {
  flex: 0 0 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #a5d4ad;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-step__counter {
    flex: 0 0 64px;
    height: 64px;
  }
}
.c-step__counter span {
  font-size: 21px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-step__counter span {
    font-size: 18px;
  }
}
.c-step__title {
  display: flex;
  align-items: center;
  min-height: 80px;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-step__title {
    min-height: 64px;
    font-size: 18px;
  }
}
.c-under-title {
  display: table;
  margin: auto;
  position: relative;
  margin-top: 20px;
}
.c-under-title::before {
  content: '';
  display: block;
  width: 154px;
  height: 152px;
  background: url(../img/under-title.svg) no-repeat center center/contain;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -84px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-under-title::before {
    width: 96px;
    left: -64px;
  }
}
.c-under-title span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.c-under-title__en {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #a5d4ad;
}
@media screen and (max-width: 768px) {
  .c-under-title__en {
    font-size: 24px;
  }
}
.c-under-title__ja {
  font-size: 19px;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 768px) {
  .c-under-title__ja {
    font-size: 16px;
  }
}
.c-under-title__ja span {
  color: #ffbcb0;
  display: inline-block;
}
.c-precautions {
  background: #f1f1f1;
  padding: 32px 80px;
}
@media screen and (max-width: 768px) {
  .c-precautions {
    padding: 32px 20px;
  }
}
.c-precautions__heading {
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .c-precautions__heading {
    font-size: 17px;
  }
}
.c-precautions span {
  display: block;
  font-weight: 500;
}
.c-breadcrumb {
  display: flex;
}
.c-breadcrumb__item:not(:first-child)::before {
  content: '>';
  margin: 0 1em;
}
.c-breadcrumb__item a {
  color: #4d4d4d;
}
.c-sakura-flow:not(.-column) {
  max-width: 800px;
  margin: auto;
}
.c-sakura-flow.-column {
  display: flex;
  gap: 20px;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .c-sakura-flow.-column {
    flex-wrap: wrap;
  }
}
.c-sakura-flow.-column .c-sakura-flow__item {
  flex: 1;
  padding: 0 44px 40px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-sakura-flow.-column .c-sakura-flow__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px 32px;
    margin-top: 48px;
  }
}
.c-sakura-flow.-column .c-sakura-flow__num {
  margin-top: 0;
}
.c-sakura-flow__item {
  position: relative;
  padding: 0 56px 40px;
  background: #fef8f8;
}
@media screen and (max-width: 768px) {
  .c-sakura-flow__item {
    padding: 0 20px 32px;
  }
}
.c-sakura-flow__item:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .c-sakura-flow__item:not(:first-child) {
    margin-top: 56px;
  }
}
.c-sakura-flow__num {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-48px);
  margin: 48px auto -48px;
  width: 62px;
  height: 72px;
  background: url(../img/sakura.svg) no-repeat center center/contain;
  font-size: 37px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-sakura-flow__num {
    width: 48px;
    height: 64px;
    font-size: 28px;
  }
}
.c-sakura-flow__title {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 12px;
}
.c-report {
  max-width: 832px;
  margin: auto;
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .c-report {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-report__title {
  text-align: center;
  font-size: 23px;
  color: #a5d4ad;
}
@media screen and (max-width: 768px) {
  .c-report__title {
    font-size: 20px;
  }
}
.c-report__message {
  font-weight: 300;
  font-size: 17px;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .c-report__message {
    margin-top: 24px;
    font-size: 15px;
  }
}
.c-report__img {
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .c-report__img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
  }
  .c-report__img img {
    max-width: 100%;
  }
}
.c-backbutton {
  padding-top: 104px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .c-backbutton {
    padding-top: 64px;
    padding-bottom: 32px;
  }
}
.c-modal {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  position: fixed;
  inset: 0;
  z-index: 99;
}
.c-modal.-active {
  opacity: 1;
  pointer-events: auto;
}
.c-modal__background {
  background: rgba(0, 0, 0, 0.24);
  position: absolute;
  inset: 0;
}
.c-modal__header {
  color: #a5d4ad;
  font-size: 24px;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .c-modal__header {
    font-size: 20px;
  }
}
.c-modal__content {
  margin-top: 4rem;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-modal__content {
    margin-top: 3rem;
    padding-bottom: 56px;
  }
}
.c-modal__body {
  padding: 1rem 2rem;
  height: 100vh;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .c-modal__body {
    padding: 1rem 1.25rem;
  }
}
@keyframes fuwafuwa {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.animation-box.fadeIn-bottom {
  opacity: 0;
}
.animation-box.fadeIn-bottom.active {
  animation: fade-in-bottom 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
@keyframes fade-in-bottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-text {
  padding-bottom: 40px;
}
.c-group {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.c-form-control {
  margin-top: 16px;
}
.c-form-control.-required .c-form-control__label::after {
  content: '※';
  color: #a5d4ad;
}
.c-form-control__label {
  display: inline-block;
  padding-bottom: 8px;
}
.c-input {
  position: relative;
  max-width: 100%;
}
.c-input textarea,
.c-input input {
  border: 1px solid #ccc;
  padding: 6px 24px 6px 8px;
}
.c-input textarea {
  width: 100%;
  height: 8em;
  display: block;
  resize: vertical;
}
.c-select {
  border: 1px solid #ccc;
  position: relative;
}
.c-select::before {
  content: '';
  width: 13px;
  height: 26px;
  display: block;
  background: url(../img/select-icon.svg) no-repeat center center/contain;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 13px);
  right: 4px;
}
.c-select__input {
  padding: 6px 24px 6px 8px;
}
.c-radio br {
  display: none;
}
.c-radio input {
  display: none;
}
.c-radio input:checked + .c-radio__mark::before {
  opacity: 1;
}
.c-radio__mark {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  display: block;
  position: relative;
}
.c-radio__mark::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: #a5d4ad;
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 2px;
}
.wpcf7-list-item-label,
input[type='submit'] {
  display: none;
}
.c-section-header {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-section-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-section-header__heading {
  color: #a5d4ad;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-section-header__heading {
    font-size: 18px;
  }
  .c-section-header__heading br {
    display: none;
  }
}
.c-section-header__img {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .c-section-header__img img {
    max-width: 100%;
  }
}
.c-section-header__description {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-section-header__description {
    text-align: left;
  }
  .c-section-header__description br {
    display: none;
  }
}
.c-section__list {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-section__list {
    padding: 0 20px;
  }
}
.c-section__item {
  display: flex;
  gap: 54px;
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .c-section__item {
    flex-wrap: wrap;
  }
}
.c-section__item:not(:first-child) {
  border-top: 1px solid #969696;
  padding-top: 48px;
}
.c-section__img {
  flex: 0 0 400px;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .c-section__img {
    flex: 0 0 100%;
    margin: auto;
  }
}
.c-section__img .img {
  padding-top: 75%;
  position: relative;
}
.c-section__img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-section__badge {
  width: 128px;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .c-section__badge {
    width: 104px;
  }
}
.c-section__badge span {
  display: block;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  background: #a5d4ad;
  color: #fff;
  border-radius: 99px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .c-section__badge span {
    font-size: 15px;
  }
}
.c-section__body {
  flex: 1 1 auto;
}
.c-section__header {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
}
.c-section__header._no-grid {
  display: block;
}
.c-section__course {
  font-size: 22px;
  font-weight: bold;
  grid-area: 1/1/2/2;
}
.c-section__content {
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 768px) {
  .c-section__content {
    grid-area: 2/1/3/3;
  }
}
.c-section__price {
  font-size: 22px;
  font-weight: bold;
  color: #a5d4ad;
  grid-area: 1/2/2/3;
  text-align: right;
}
.c-section__description {
  letter-spacing: 0;
  margin-top: 20px;
}
.c-section__description span {
  color: #ffbcb0;
  font-size: 18px;
  display: block;
  margin-bottom: 1em;
}
.c-section__link {
  margin-top: 24px;
  text-align: right;
}
.c-section__link a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #4d4d4d;
}
.c-section__link a:hover {
  color: #a5d4ad;
}
.c-section__link a::after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  background: url(../img/link-icon.svg) no-repeat center center/contain;
}
.c-section__tickets {
  margin-top: 32px;
}
.c-section-tickets__heading {
  background: #a5d4ad;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #fff;
}
.c-section-tickets__description {
  margin-top: 12px;
}
.c-section-tickets__description span {
  font-weight: bold;
  font-size: 34px;
  color: #a5d4ad;
}
@media screen and (max-width: 768px) {
  .c-section-tickets__description span {
    font-size: 26px;
  }
}
.c-section-tickets__list {
  margin-top: 32px;
}
.c-section-tickets__frequency {
  grid-area: 1/1/2/2;
}
.c-section-tickets__frequency span {
  width: 95px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #a5d4ad;
  color: #fff;
}
.c-section-tickets__item {
  display: grid;
}
.c-section-tickets__item:not(:first-child) {
  margin-top: 40px;
}
.c-section-tickets__price {
  grid-area: 2/1/3/2;
  font-size: 21px;
  font-weight: bold;
}
.c-section-tickets__price span {
  font-size: 40px;
  line-height: 1;
  color: #a5d4ad;
}
@media screen and (max-width: 768px) {
  .c-section-tickets__price span {
    font-size: 28px;
  }
}
.c-section-tickets__price span > span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .c-section-tickets__price span > span {
    font-size: 22px;
  }
}
.c-section-tickets__economical {
  grid-area: 1/2/3/3;
  display: flex;
  align-items: flex-end;
}
.c-section-tickets__economical p {
  flex: 1;
  padding: 8px 0 10px;
  background: #a5d4ad;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-section-tickets__economical p {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 15px;
  }
}
.c-section-tickets__economical p::before {
  content: '';
  display: block;
  width: 12px;
  height: 16px;
  background: #a5d4ad;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  left: -12px;
  top: calc(50% - 8px);
}
.c-section-tickets__economical span {
  font-size: 25px;
  color: #ff0;
}
@media screen and (max-width: 768px) {
  .c-section-tickets__economical span {
    font-size: 20px;
  }
}
.c-section-tickets__note {
  margin-top: 40px;
  color: #666;
  font-weight: 300;
}
.c-price__heading {
  background: #a5d4ad;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-price__heading {
    font-size: 16px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.c-price__period {
  display: flex;
  align-items: baseline;
  background: #f6f9f5;
  padding: 20px 0 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-price__period {
    padding: 16px 0 24px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.c-price__period::before,
.c-price__period::after {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 50%;
  background: #4d4d4d;
  position: absolute;
  top: 64px;
}
@media screen and (max-width: 768px) {
  .c-price__period::before,
  .c-price__period::after {
    width: 16px;
    height: 16px;
    top: 44px;
  }
}
.c-price__period::before {
  left: 30px;
}
@media screen and (max-width: 768px) {
  .c-price__period::before {
    left: 12px;
  }
}
.c-price__period::after {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .c-price__period::after {
    right: 12px;
  }
}
.c-price__day {
  flex: 2;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-price__day {
    font-size: 14px;
  }
}
.c-price__day::before {
  content: '';
  width: 64%;
  height: 3px;
  display: block;
  background: url(../img/line-column-black.svg) repeat-x left center;
  position: absolute;
  top: 36px;
}
@media screen and (max-width: 768px) {
  .c-price__day::before {
    top: 24px;
  }
}
.c-price__day:nth-child(1)::after,
.c-price__day:nth-child(3)::after {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 50%;
  background: #a5d4ad;
  position: absolute;
  top: 23px;
}
@media screen and (max-width: 768px) {
  .c-price__day:nth-child(1)::after,
  .c-price__day:nth-child(3)::after {
    width: 16px;
    height: 16px;
    top: 17px;
  }
}
.c-price__day:nth-child(1) {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .c-price__day:nth-child(1) {
    padding-left: 16px;
  }
}
.c-price__day:nth-child(1)::before {
  left: 68px;
}
@media screen and (max-width: 768px) {
  .c-price__day:nth-child(1)::before {
    left: 21px;
  }
}
.c-price__day:nth-child(1)::after {
  right: 0;
}
.c-price__day:nth-child(3) {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-price__day:nth-child(3) {
    padding-right: 16px;
  }
}
.c-price__day:nth-child(3)::before {
  left: 36px;
}
@media screen and (max-width: 768px) {
  .c-price__day:nth-child(3)::before {
    left: 8px;
  }
}
.c-price__day:nth-child(3)::after {
  left: 0;
}
.c-price__day:nth-child(2) {
  flex: 3;
  color: #a5d4ad;
}
.c-price__day:nth-child(2)::before {
  width: 96%;
  background-image: url(../img/line-column-green.svg);
  top: 56px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .c-price__day:nth-child(2)::before {
    top: 34px;
    left: 4px;
  }
}
.c-price__day:nth-child(2) span::first-letter {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .c-price__day:nth-child(2) span::first-letter {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-price__day br {
    display: none;
  }
}
.c-price__day span {
  display: block;
  margin-bottom: 20px;
}
.c-price__list {
  max-width: 624px;
  padding-top: 24px;
  margin: auto;
}
.c-price__item {
  display: flex;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-price__item {
    font-size: 14px;
  }
}
.c-price__item span {
  display: block;
  margin-left: auto;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-price__item span {
    font-size: 15px;
    white-space: nowrap;
    margin-left: 1em;
  }
}
.c-price__total {
  max-width: 624px;
  margin: auto;
  text-align: right;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .c-price__total {
    font-size: 16px;
  }
}
.c-price__total::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 24px;
  margin-bottom: 8px;
  background: #4d4d4d;
}
.c-price__total span {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .c-price__total span {
    font-size: 24px;
  }
}
.c-price__note {
  margin-top: 8px;
  text-align: center;
}
.c-message {
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .c-message {
    flex-wrap: wrap;
  }
}
.c-message__image {
  flex: 0 0 376px;
}
@media screen and (max-width: 768px) {
  .c-message__image {
    max-width: 100%;
  }
}
.c-message__image img {
  max-width: 100%;
}
.c-message__body {
  flex: 1 1 auto;
}
.c-message__heading {
  font-size: 26px;
  font-weight: bold;
  color: #a5d4ad;
}
@media screen and (max-width: 768px) {
  .c-message__heading {
    font-size: 20px;
  }
}
.c-message__text {
  margin-top: 1em;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .c-message__text {
    font-size: 16px;
  }
}
.c-voice__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-voice__inner {
    padding: 0 20px;
  }
}
.c-voice__body {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .c-voice__body {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.c-voice .swiper-button-prev,
.c-voice .swiper-button-next {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .c-voice .swiper-button-prev,
  .c-voice .swiper-button-next {
    width: 35px;
    height: 35px;
    margin-top: 0;
    transform: translateY(-50%);
    top: calc(50% + 3rem);
  }
  .c-voice .swiper-button-prev img,
  .c-voice .swiper-button-next img {
    width: 100%;
  }
}
.c-voice .swiper-button-prev::after,
.c-voice .swiper-button-next::after {
  display: none;
}
.c-voice .swiper-button-prev {
  left: -40px;
}
@media screen and (max-width: 768px) {
  .c-voice .swiper-button-prev {
    left: 8px;
  }
}
.c-voice .swiper-button-next {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .c-voice .swiper-button-next {
    right: 8px;
  }
}
.c-voice__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 64px 40px;
  background: #f6f9f5;
}
@media screen and (max-width: 768px) {
  .c-voice__content {
    padding: 24px 20px;
  }
}
.c-voice__title {
  color: #a5d4ad;
  font-size: 18px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-voice__title {
    font-size: 15px;
    text-align: center;
  }
}
.c-voice__text {
  flex: 1 1 auto;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-voice__text {
    margin-top: 0.75rem;
  }
}
.c-voice__interviewer {
  text-align: right;
}
.c-voice__img {
  margin: 12px 0;
}
.c-voice__img img {
  max-width: 100%;
}
.c-voice__more {
  margin-top: 1.25rem;
}
.header {
  padding: 1rem 2.9282576867%;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
}
.header__logo {
  flex: 0 0 230px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header__logo {
    flex: 0 0 152px;
  }
}
.header__logo span {
  color: #2ba738;
}
@media screen and (max-width: 768px) {
  .header__logo span {
    font-size: 10px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav .c-buttton {
  width: 11.25rem;
}
.header__nav-list {
  display: flex;
  gap: 1.75rem;
}
.header__nav-item {
  position: relative;
}
.header__nav-item:hover > .header__indent {
  opacity: 1;
  pointer-events: auto;
}
.header__nav-item.-active .header__nav-link {
  color: #2ba738;
}
.header__nav-item.-active::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #2ba738;
}
.header__nav-link {
  color: #4d4d4d;
}
.header__indent {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.87);
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.header__indent-link {
  display: flex;
  align-items: center;
  gap: 9px;
  line-height: 1;
  font-size: 15px;
  white-space: nowrap;
}
.header__indent-link:hover {
  color: #2ba738;
}
.header__indent-link::before {
  content: '';
  width: 1em;
  height: 1em;
  background: url(../img/header-item-icon.svg) no-repeat center center/contain;
}
.hamb-menu {
  display: none;
  width: 35px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .hamb-menu {
    display: block;
  }
}
.hamb-menu span {
  display: block;
  height: 2px;
  background: #a5d4ad;
  border-radius: 99px;
  transition: 0.2s;
}
.hamb-menu span:nth-child(2) {
  margin: 8px 0;
}
.hamb-menu.-active span {
  background: #fff;
}
.hamb-menu.-active span:nth-child(1) {
  transform-origin: bottom left;
  transform: rotate(45deg) translateY(-4px);
}
.hamb-menu.-active span:nth-child(2) {
  opacity: 0;
}
.hamb-menu.-active span:nth-child(3) {
  transform-origin: top left;
  transform: rotate(-45deg) translateY(3px);
}
.header-modal {
  z-index: 100;
}
.header-modal .c-modal__background {
  background: #a5d4ad;
}
.header-modal .c-modal__content {
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
.header-modal .header__logo {
  width: 200px;
  margin: auto;
}
.header-modal__nav {
  margin-top: 20px;
}
.header-modal__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
}
.header-modal__nav-list > .header-modal__nav-item:first-child::before {
  display: none;
}
.header-modal__nav-link {
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.header-modal__nav-link:hover {
  color: #fff;
}
.header-modal__nav-item {
  text-align: center;
  margin-top: 8px;
}
.header-modal__nav-item .c-tgl-trigger {
  position: relative;
  display: block;
}
.header-modal__nav-item .c-tgl-trigger::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: 24%;
}
.header-modal__nav-item::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-top: #fff 1px solid;
  margin: 12px 0;
}
.header-modal__nav-item .header-modal__nav-item .header-modal__nav-link {
  text-align: left;
  display: block;
}
.header-modal__nav-item
  .header-modal__nav-item
  .header-modal__nav-link::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/sakura.svg) no-repeat center center/contain;
  margin-right: 12px;
}
.header-modal__nav-item .header-modal__nav-item::before {
  border-top: #fff 1px dashed;
}
.footer {
  padding: 3rem;
  background: #a5d4ad;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 48px 0 120px;
  }
}
.footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 0 20px;
  }
}
.footer__reserve {
  margin-top: 4.25rem;
}
@media screen and (max-width: 768px) {
  .footer__reserve {
    margin-top: 40px;
  }
}
.footer__reserve .c-button {
  width: 330px;
}
.footer__reserve .c-button__link {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__reserve .c-button__link {
    font-size: 16px;
    padding: 1em;
  }
}
.footer__reserve .c-button__icon {
  flex: 0 0 1.5em;
  padding-top: 0.1em;
}
.footer__logo {
  max-width: 336px;
  margin: 0 auto;
}
.footer__logo img {
  display: block;
  width: 100%;
}
.footer__infomation {
  max-width: 600px;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .footer__infomation {
    margin-top: 40px;
  }
}
.footer__copyright {
  margin-top: 3.25rem;
  color: #fff;
  font-size: 12px;
}
.f-infomation {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.75rem 4.5rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .f-infomation {
    padding: 32px 16px;
  }
}
.f-infomation__plane {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .f-infomation__plane {
    font-size: 15px;
  }
}
.f-infomation__plane span {
  display: inline-block;
}
.f-infomation__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.f-infomation__flex {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .f-infomation__flex {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.f-infomation__item {
  display: flex;
  align-items: baseline;
  gap: 0.25rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .f-infomation__item {
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
  }
}
.f-infomation__title {
  width: 100px;
  padding: 0.25rem;
  border-radius: 99px;
  background: #a5d4ad;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .f-infomation__title {
    width: 80px;
    font-size: 13px;
  }
}
.f-infomation__text {
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .f-infomation__text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .f-infomation__text a {
    color: #4d4d4d;
  }
}
.fixed-button {
  padding: 0 32px 32px;
  display: flex;
  gap: 32px;
  justify-content: center;
}
.page-id-28 .fixed-button {
  display: none;
}
.fixed-button .c-button {
  flex: 0 0 240px;
  max-width: 240px;
  text-align: center;
}
.fixed-button .c-button:first-child .c-button__link {
  background: #dc4360;
}
.fixed-button .c-button:nth-child(2) .c-button__link {
  background-color: #6a9726;
}
.fixed-button .c-button__link {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fixed-button {
    gap: 0;
    width: 100%;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  .fixed-button .c-button {
    flex: 1;
    max-width: 100%;
  }
  .fixed-button .c-button__link {
    padding: 1em;
    font-size: 15px;
    border-radius: 0;
  }
  .fixed-button .c-button__icon img {
    width: 20px;
  }
}
.lower-index {
  position: relative;
  z-index: 1;
}
.lower-index .mainvisual {
  display: flex;
  max-width: 1500px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-index .mainvisual {
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
  .lower-index .mainvisual::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 172px;
    height: 132px;
    background: url(../img/home/section-decoration-left.svg) no-repeat center
      center/contain;
    left: 0;
  }
  .lower-index .mainvisual::before {
    width: 132px;
    height: 72px;
    bottom: -20px;
  }
}
.lower-index .mainvisual__textarea {
  flex: 1 1 auto;
  margin-right: -7.6%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-index .mainvisual__textarea {
    flex: 0 0 100%;
  }
}
.lower-index .mainvisual__shape1 {
  width: 85.7142857143%;
  position: absolute;
  right: 0;
  top: 2rem;
  animation: 6s fuwafuwa linear infinite;
}
@media screen and (max-width: 768px) {
  .lower-index .mainvisual__shape1 {
    width: 60%;
    top: 16px;
    right: inherit;
    left: 14px;
    z-index: -3;
  }
}
.lower-index .mainvisual__shape1::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 98.7421383648%;
  background: url(../img/home/mainvisual-shape-red.svg) no-repeat center
    center/contain;
}
.lower-index .mainvisual__shape1::after {
  content: '';
  width: 32%;
  aspect-ratio: 1;
  background: url(../img/home/mainvisual-shape-decoration.svg) no-repeat center
    center/contain;
  position: absolute;
  top: 5rem;
  left: -6.7%;
}
.lower-index .mainvisual__shape2 {
  width: 33.9285714286%;
  position: absolute;
  left: 16.9642857143%;
  top: 60.6060606061%;
  animation: 2s fuwafuwa linear infinite;
}
@media screen and (max-width: 768px) {
  .lower-index .mainvisual__shape2 {
    width: 21.8666666667%;
    top: 36px;
    left: 58%;
  }
}
.lower-index .mainvisual__shape2::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 98.7421383648%;
  background: url(../img/home/mainvisual-shape-pink.svg) no-repeat center
    center/contain;
}
.lower-index .mainvisual__shape2::after {
  content: '';
  width: 72.1052631579%;
  aspect-ratio: 1;
  background: url(../img/home/mainvisual-shape-decoration.svg) no-repeat center
    center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.lower-index .mainvisual__shape3 {
  width: 26.7857142857%;
  position: absolute;
  left: 57.1428571429%;
  top: 71.349862259%;
  animation: 3s fuwafuwa linear infinite;
}
@media screen and (max-width: 768px) {
  .lower-index .mainvisual__shape3 {
    width: 17.0666666667%;
    top: 112px;
    left: inherit;
    right: 10%;
  }
}
.lower-index .mainvisual__shape3::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 93.3333333333%;
  background: url(../img/home/mainvisual-shape-green.svg) no-repeat center
    center/contain;
}
.lower-index .mainvisual__shape3::after {
  content: '';
  width: 74.6666666667%;
  aspect-ratio: 1;
  background: url(../img/home/mainvisual-shape-decoration.svg) no-repeat center
    center/contain;
  position: absolute;
  top: -6%;
  right: -6.7%;
}
.lower-index .mainvisual__heading {
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 30px;
  letter-spacing: 0.14em;
  color: #fff;
  position: absolute;
  top: 20%;
  right: 22%;
}
@media screen and (max-width: 768px) {
  .lower-index .mainvisual__heading {
    font-size: 18px;
    padding-top: 44px;
    padding-left: 80px;
    position: static;
  }
}
.lower-index .mainvisual__slider {
  flex: 0 0 64%;
  margin-right: -0.5%;
}
@media screen and (max-width: 768px) {
  .lower-index .mainvisual__slider {
    flex: 0 0 87.4666666667%;
    margin-top: -12px;
    margin-right: 0;
  }
}
.lower-index .mainvisual__clip {
  -webkit-mask-image: url('../img/home/slider-clip.svg');
  mask-image: url('../img/home/slider-clip.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.lower-index .mainvisual__img {
  width: 100%;
  padding-top: 87.6513317191%;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.lower-index .service__inner {
  max-width: 1142px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  position: relative;
  margin-top: 204px;
}
@media screen and (max-width: 768px) {
  .lower-index .service__inner {
    padding: 0 20px;
  }
}
.lower-index .service__inner::before {
  content: '';
  display: block;
  position: absolute;
  top: -64px;
  width: 162px;
  height: 137px;
  background: url(../img//home/section-decoration-right.svg) no-repeat center
    center/contain;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lower-index .service__inner {
    margin-top: 104px;
  }
  .lower-index .service__inner::before {
    display: none;
  }
}
.lower-index .service a {
  color: #4d4d4d;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.lower-index .service a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: 0.3s;
  background: rgba(36, 36, 36, 0.24);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.lower-index .service a:hover::before {
  opacity: 1;
}
.lower-index .service a:hover img {
  transform: scale(1.1);
}
.lower-index .service__list {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
  padding-bottom: 172px;
}
@media screen and (max-width: 768px) {
  .lower-index .service__list {
    flex-wrap: wrap;
    margin-top: 32px;
    padding-bottom: 72px;
  }
}
.lower-index .service__item {
  flex: 0 0 340px;
}
@media screen and (max-width: 768px) {
  .lower-index .service__item {
    flex: 0 0 100%;
  }
}
.lower-index .service__img {
  padding-top: 67.6470588235%;
  overflow: hidden;
  position: relative;
}
.lower-index .service__img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.lower-index .service__title {
  padding: 0.35rem;
  background: rgba(255, 255, 255, 0.65);
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.lower-index .service__title span {
  display: block;
  line-height: 1.3;
}
.lower-index .service__title span.-ls-lg {
  letter-spacing: 0.26em;
}
.lower-index .message {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-index .message {
    padding-top: 104px;
    padding-bottom: 44px;
  }
}
.lower-index .message::before,
.lower-index .message::after {
  content: '';
  display: block;
  height: 237px;
  position: absolute;
  left: -3.2210834553%;
  right: -3.2210834553%;
}
.lower-index .message::before {
  background: url(../img/home/message-bg-top.svg) no-repeat top center/cover;
  top: 0;
}
.lower-index .message::after {
  background: url(../img/home/message-bg-bottom.svg) no-repeat bottom
    center/cover;
  bottom: 0;
}
.lower-index .message__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lower-index .message__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .lower-index .message__inner {
    flex-wrap: wrap;
  }
}
.lower-index .message__inner::before {
  content: '';
  width: 100vw;
  height: 100%;
  display: block;
  background: #fef7fa;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}
.lower-index .message__body {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .lower-index .message__body {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.lower-index .message__side {
  flex: 0 0 446px;
  position: relative;
}
.lower-index .message__side::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 162px;
  height: 137px;
  background: url(../img//home/section-decoration-right.svg) no-repeat center
    center/contain;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lower-index .message__side::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lower-index .message__side {
    flex: 0 0 100%;
    margin-top: 24px;
  }
}
.lower-index .message__side::before {
  right: -62px;
}
.lower-index .message__text {
  margin-top: 40px;
  margin-bottom: 32px;
  font-weight: 300;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .lower-index .message .c-button {
    width: 200px;
    margin: auto;
  }
}
.lower-index .message__img {
  padding-top: 104.0358744395%;
  -webkit-mask-image: url('../img/home/slider-clip.svg');
  mask-image: url('../img/home/slider-clip.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
}
.lower-index .message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.lower-index .problem {
  padding-top: 120px;
  padding-bottom: 80px;
}
.lower-index .problem__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lower-index .problem__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .lower-index .problem__inner {
    flex-wrap: wrap;
  }
}
.lower-index .problem__body {
  flex: 1 1 auto;
}
.lower-index .problem__title {
  font-weight: 500;
  color: #a5d4ad;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .lower-index .problem__title {
    text-align: center;
  }
}
.lower-index .problem__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.lower-index .problem__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.lower-index .problem__item::before {
  content: '';
  display: block;
  flex: 0 0 1.375em;
  width: 1.375em;
  height: 1.375em;
  margin-top: 0.25rem;
  background: url(../img/home/list-checkmark.svg) no-repeat center
    center/contain;
  line-height: 1;
}
.lower-index .problem__more {
  padding-top: 56px;
}
.lower-index .problem__side {
  flex: 0 0 404px;
}
@media screen and (max-width: 768px) {
  .lower-index .problem__side {
    flex: 0 0 100%;
    margin-top: 32px;
  }
}
.lower-index .problem__img {
  padding-top: 93.0521091811%;
  -webkit-mask-image: url('../img/home/problem-clip.svg');
  mask-image: url('../img/home/problem-clip.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
}
.lower-index .problem__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.lower-index .voice__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-index .voice__inner {
    padding: 0 20px;
  }
}
.lower-index .voice__body {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .lower-index .voice__body {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.lower-index .voice .swiper-button-prev,
.lower-index .voice .swiper-button-next {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .lower-index .voice .swiper-button-prev,
  .lower-index .voice .swiper-button-next {
    width: 35px;
    height: 35px;
    margin-top: 0;
    transform: translateY(-50%);
    top: calc(50% + 3rem);
  }
  .lower-index .voice .swiper-button-prev img,
  .lower-index .voice .swiper-button-next img {
    width: 100%;
  }
}
.lower-index .voice .swiper-button-prev::after,
.lower-index .voice .swiper-button-next::after {
  display: none;
}
.lower-index .voice .swiper-button-prev {
  left: -40px;
}
@media screen and (max-width: 768px) {
  .lower-index .voice .swiper-button-prev {
    left: 8px;
  }
}
.lower-index .voice .swiper-button-next {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .lower-index .voice .swiper-button-next {
    right: 8px;
  }
}
.lower-index .voice__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 64px 40px;
  background: #f6f9f5;
}
@media screen and (max-width: 768px) {
  .lower-index .voice__content {
    padding: 24px 20px;
  }
}
.lower-index .voice__title {
  color: #a5d4ad;
  font-size: 18px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .lower-index .voice__title {
    font-size: 15px;
    text-align: center;
  }
}
.lower-index .voice__text {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .lower-index .voice__text {
    margin-top: 0.75rem;
  }
}
.lower-index .voice__interviewer {
  text-align: right;
}
.lower-index .voice__more {
  margin-top: 1.25rem;
}
.lower-index .calendar__content {
  max-width: 840px;
  padding: 0 20px;
  margin: 32px auto;
}
.lower-index .calendar__link {
  padding-top: 0.5em;
}
.lower-index .calendar__link a {
  text-decoration: underline;
  color: #2ba738;
}
.lower-index .calendar__link a:hover {
  text-decoration: none;
}
.lower-index .calendar__item {
  aspect-ratio: 8/6;
  position: relative;
}
.lower-index .calendar__item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.lower-index .access {
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  .lower-index .access {
    padding-top: 1.25rem;
  }
}
.lower-index .access__body {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-index .access__body {
    padding: 0 20px;
  }
}
.lower-index .access__body::before {
  content: '';
  display: block;
  position: absolute;
  top: -64px;
  width: 172px;
  height: 132px;
  background: url(../img/home/section-decoration-left.svg) no-repeat center
    center/contain;
  left: 0;
}
.lower-index .access__body::before {
  top: 48px;
}
@media screen and (max-width: 768px) {
  .lower-index .access__body::before {
    display: none;
  }
}
.lower-index .access__inner {
  max-width: 680px;
  margin-top: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.lower-index .access__list {
  margin-top: 1rem;
}
.lower-index .access__item {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .lower-index .access__item {
    flex-wrap: wrap;
  }
}
.lower-index .access__item:not(:first-child) {
  margin-top: 0.5rem;
}
.lower-index .access__title {
  flex: 0 0 100px;
  background: #f1f1f1;
  border-radius: 99px;
  text-align: center;
  padding: 0.25rem;
}
@media screen and (max-width: 768px) {
  .lower-index .access__detail {
    flex: 0 0 100%;
  }
}
.lower-index .access__map {
  height: 500px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .lower-index .access__map {
    height: 275px;
  }
}
.lower-yoga .c-section-header {
  margin-top: 64px;
}
.lower-yoga .p-yoga {
  margin-top: 156px;
}
.lower-chiropractic .c-section-header {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .lower-chiropractic .c-section-header {
    margin-top: 32px;
  }
}
.lower-chiropractic .c-section {
  margin-top: 156px;
}
.lower-fasting .p-program-detail {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .lower-fasting .p-program-detail {
    padding: 0 20px;
  }
}
.lower-fasting .c-section-header {
  margin-top: 64px;
}
.lower-fasting .c-section {
  margin-top: 120px;
}
.lower-fasting .p-price {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .lower-fasting .p-price {
    margin-top: 64px;
  }
}
.lower-fasting .c-step {
  margin-top: 44px;
}
.lower-fasting .c-under-sec-title + .c-price {
  margin-top: 44px;
}
.lower-fasting .c-price {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .lower-fasting .c-price {
    width: 100%;
  }
}
.lower-fasting .c-price + .c-price {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .lower-fasting .c-price + .c-price {
    margin-top: 40px;
  }
}
.lower-fasting .c-message {
  margin-top: 104px;
}
.lower-fasting .c-precautions {
  margin-top: 70px;
}
.lower-reserve {
  margin-top: 80px;
}
.lower-reserve .required {
  margin-top: 64px;
  font-size: 18px;
}
.lower-reserve .required span {
  color: #a5d4ad;
}
.lower-reserve .calendar {
  margin-top: 56px;
  max-width: 100%;
}
.lower-reserve .calendar__item {
  aspect-ratio: 8/6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-reserve .calendar__item {
    display: none;
  }
}
.lower-reserve .calendar__item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.lower-reserve .calendar__link {
  padding-top: 0.5em;
}
.lower-reserve .calendar__link a {
  color: #2ba738;
}
.lower-reserve .c-form-control .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
}
.lower-reserve .c-form-control input {
  display: block;
  max-width: 100%;
}
.lower-reserve .p-course + .p-course {
  margin-top: 32px;
}
.lower-reserve .p-course__heading {
  text-align: center;
  color: #fff;
  background: #a5d4ad;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lower-reserve .p-course__heading {
    font-size: 17px;
  }
}
.lower-reserve .p-course__item {
  display: flex;
  align-items: baseline;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .lower-reserve .p-course__item {
    padding: 24px 0;
    flex-wrap: wrap;
  }
}
.lower-reserve .p-course__item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.lower-reserve .p-course .c-radio {
  flex: 30px;
  align-self: flex-start;
  margin-right: 26px;
}
.lower-reserve .p-course .c-radio__mark {
  margin-bottom: -9px;
}
.lower-reserve .p-course__badge {
  flex: 0 0 88px;
  margin-right: 16px;
  background: #fef7fa;
  border-radius: 99px;
  padding: 4px 0 8px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lower-reserve .p-course__badge {
    font-size: 13px;
  }
}
.lower-reserve .p-course__menu {
  flex: 1;
  max-width: 100%;
  display: grid;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .lower-reserve .p-course__menu {
    display: block;
    padding-top: 8px;
  }
}
.lower-reserve .p-course__title {
  grid-area: 1/1/2/2;
  font-weight: bold;
  white-space: nowrap;
  font-size: 18px;
}
.lower-reserve .p-course__title span {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .lower-reserve .p-course__title span {
    display: block;
  }
}
.lower-reserve .p-course__price {
  grid-area: 1/2/2/3;
  text-align: right;
  font-weight: bold;
  font-size: 22px;
}
.lower-reserve .p-course__detail {
  grid-area: 2/1/3/3;
  margin-top: 8px;
}
.lower-thought .message {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .lower-thought .message {
    padding-top: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lower-thought .message__img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-thought .message__img {
    width: 240px;
    margin: auto;
    text-align: center;
  }
  .lower-thought .message__img img {
    max-width: 100%;
  }
}
.lower-thought .message__text {
  margin-top: 48px;
  line-height: 1.8;
  font-weight: 300;
}
.lower-thought .message .-right {
  display: block;
  text-align: right;
}
.lower-thought .profile {
  max-width: 850px;
  margin: 0 auto;
  padding-top: 132px;
}
@media screen and (max-width: 768px) {
  .lower-thought .profile {
    padding: 80px 20px 0;
  }
}
.lower-thought .p-career {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
}
.lower-thought .p-career__profile {
  flex: 360px;
}
.lower-thought .p-career__name {
  margin-top: 8px;
}
.lower-thought .p-career__name .-ja {
  font-size: 20px;
  display: inline-block;
}
.lower-thought .p-career__name .-ja::first-letter {
  color: #ffbcb0;
}
.lower-thought .p-career__name .-en {
  color: #ffbcb0;
}
.lower-thought .p-career__role {
  font-weight: 300;
}
.lower-thought .p-career__img img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .lower-thought .p-career__history {
    padding-top: 20px;
  }
}
.lower-thought .p-career__like {
  font-weight: 300;
}
.lower-thought .p-career__like::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #ccc;
  margin: 1em 0;
}
.lower-thought .p-career__gallery {
  flex: 100%;
  max-width: 100%;
  margin-top: 40px;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .lower-thought .p-career__gallery {
    flex-wrap: wrap;
  }
}
.lower-thought .p-career__gallery-img {
  flex: 1;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .lower-thought .p-career__gallery-img {
    flex: 0 0 100%;
  }
  .lower-thought .p-career__gallery-img img {
    max-width: 100%;
  }
}
.lower-content {
  padding-top: 128px;
}
@media screen and (max-width: 768px) {
  .lower-content {
    padding-top: 64px;
  }
}
.lower-content .c-under-title {
  letter-spacing: 0.26em;
}
.lower-content .message {
  max-width: 800px;
  margin: auto;
  padding-top: 104px;
}
@media screen and (max-width: 768px) {
  .lower-content .message {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lower-content .c-sakura-flow {
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .lower-content .c-sakura-flow {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lower-flow .flow {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  padding-top: 104px;
}
@media screen and (max-width: 768px) {
  .lower-flow .flow {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .lower-flow .flow {
    padding-top: 40px;
  }
}
.lower-flow .flow__item {
  display: flex;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-flow .flow__item {
    flex-wrap: wrap;
  }
}
.lower-flow .flow__item:not(:first-child) {
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .lower-flow .flow__item:not(:first-child) {
    margin-top: 64px;
  }
}
.lower-flow .flow__item:not(:last-child)::after {
  content: '';
  width: 70px;
  height: 30px;
  display: block;
  background: #ffbcb0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: calc(100% + 40px);
  left: calc(50% - 35px);
}
@media screen and (max-width: 768px) {
  .lower-flow .flow__item:not(:last-child)::after {
    width: 56px;
    height: 26px;
    top: calc(100% + 24px);
    left: calc(50% - 20px);
  }
}
.lower-flow .flow__body {
  flex: 1 1 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .lower-flow .flow__body {
    flex: 0 0 100%;
  }
}
.lower-flow .flow__title {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lower-flow .flow__title {
    font-size: 18px;
  }
}
.lower-flow .flow__title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 52px;
  margin-right: 16px;
  color: #fff;
  font-size: 26px;
  background: url(../img/sakura.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .lower-flow .flow__title span {
    width: 36px;
    height: 46px;
    font-size: 20px;
  }
}
.lower-flow .flow__text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .lower-flow .flow__text {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .lower-flow .flow__img {
    flex-wrap: 0 0 80%;
    margin: 0 auto;
    text-align: center;
  }
  .lower-flow .flow__img img {
    max-width: 100%;
  }
}
.lower-postpartum .p-postpartum {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  padding-top: 56px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lower-postpartum .p-postpartum {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .lower-postpartum .p-postpartum {
    flex-wrap: wrap-reverse;
    padding-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .lower-postpartum .p-postpartum__body {
    margin-top: 32px;
  }
}
.lower-postpartum .p-postpartum__text {
  font-size: 17px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .lower-postpartum .p-postpartum__text {
    font-size: 15px;
  }
}
.lower-postpartum .p-postpartum__text:not(:first-child) {
  margin-top: 32px;
}
.lower-postpartum .p-postpartum__text span {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lower-postpartum .p-postpartum__text span {
    font-size: 17px;
  }
}
.lower-postpartum .p-postpartum__text span.pink {
  color: #ffbcb0;
}
@media screen and (max-width: 768px) {
  .lower-postpartum .p-postpartum__img {
    flex: 0 0 80%;
    margin: auto;
  }
  .lower-postpartum .p-postpartum__img img {
    max-width: 100%;
  }
}
.lower-postpartum .cta {
  display: table;
  margin: 56px auto 0;
  padding: 28px 40px;
  border: 2px solid #ffbcb0;
}
@media screen and (max-width: 768px) {
  .lower-postpartum .cta {
    padding: 28px 20px;
  }
}
.lower-postpartum .cta__text {
  text-align: center;
}
.lower-postpartum .cta__corse {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .lower-postpartum .cta__corse {
    font-size: 17px;
  }
}
.lower-postpartum .cta__price {
  font-weight: bold;
  font-size: 30px;
  color: #ffbcb0;
  display: block;
}
@media screen and (max-width: 768px) {
  .lower-postpartum .cta__price {
    font-size: 22px;
  }
}
.lower-postpartum .cta__price span {
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  .lower-postpartum .cta__price span {
    font-size: 26px;
  }
}
.lower-postpartum .c-container {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .lower-postpartum .postpartum-list {
    padding-top: 16px;
  }
}
.lower-postpartum .postpartum-list__item {
  font-size: 20px;
  font-weight: bold;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lower-postpartum .postpartum-list__item {
    font-size: 15px;
    margin-top: 4px;
  }
  .lower-postpartum .postpartum-list__item br {
    display: none;
  }
}
.lower-postpartum .postpartum-list__item::before {
  content: '●';
  margin-right: 16px;
  color: #ffbcb0;
}
@media screen and (max-width: 768px) {
  .lower-postpartum .postpartum-list__item::before {
    margin-right: 6px;
  }
}
.lower-feature .section {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .lower-feature .section {
    padding-top: 64px;
  }
}
.lower-feature .c-voice {
  margin-top: 56px;
}
.lower-feature .two-column {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  padding-top: 80px;
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .lower-feature .two-column {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .lower-feature .two-column {
    flex-wrap: wrap-reverse;
    margin-top: 40px;
  }
}
.lower-feature .two-column__body {
  flex: 1 1 auto;
}
.lower-feature .two-column__text {
  font-weight: 300;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .lower-feature .two-column__text {
    font-size: 15px;
  }
}
.lower-feature .two-column__text span {
  display: block;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lower-feature .two-column__text span {
    font-size: 17px;
  }
}
.lower-feature .two-column__text span.pink {
  color: #ffbcb0;
}
@media screen and (max-width: 768px) {
  .lower-feature .two-column__img {
    flex: 0 0 80%;
    margin: auto;
  }
  .lower-feature .two-column__img img {
    max-width: 100%;
  }
}
.lower-feature .faq {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .lower-feature .faq {
    padding-top: 56px;
  }
}
.lower-feature .faq__item:not(:first-child) {
  margin-top: 16px;
}
.lower-feature .faq__question,
.lower-feature .faq__answer {
  display: flex;
  gap: 20px;
}
.lower-feature .faq__question::before,
.lower-feature .faq__answer::before {
  font-size: 44px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lower-feature .faq__question::before,
  .lower-feature .faq__answer::before {
    font-size: 32px;
  }
}
.lower-feature .faq__question p,
.lower-feature .faq__answer p {
  padding-top: 24px;
}
.lower-feature .faq__question {
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lower-feature .faq__question {
    font-size: 17px;
  }
}
.lower-feature .faq__question::before {
  content: 'Q';
  color: #a5d4ad;
}
.lower-feature .faq__answer::before {
  content: 'A';
  color: #ffbcb0;
}
.lower-menstrual-pain .problem {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .lower-menstrual-pain .problem {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .lower-menstrual-pain .problem {
    flex-wrap: wrap;
    margin-top: 64px;
  }
}
.lower-menstrual-pain .problem__body {
  flex: 1 1 auto;
  max-width: 100%;
}
.lower-menstrual-pain .problem__title {
  font-size: 23px;
  font-weight: 500;
  color: #a5d4ad;
}
@media screen and (max-width: 768px) {
  .lower-menstrual-pain .problem__title {
    font-size: 20px;
  }
  .lower-menstrual-pain .problem__title br {
    display: none;
  }
}
.lower-menstrual-pain .problem__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.lower-menstrual-pain .problem__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.lower-menstrual-pain .problem__item::before {
  content: '';
  display: block;
  flex: 0 0 1.375em;
  width: 1.375em;
  height: 1.375em;
  margin-top: 0.25rem;
  background: url(../img/home/list-checkmark.svg) no-repeat center
    center/contain;
  line-height: 1;
}
.lower-menstrual-pain .problem__img {
  flex: 0 0 400px;
}
@media screen and (max-width: 768px) {
  .lower-menstrual-pain .problem__img {
    flex: 0 0 80%;
    margin: auto;
  }
  .lower-menstrual-pain .problem__img img {
    max-width: 100%;
  }
}
.lower-menstrual-pain .three-column {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .lower-menstrual-pain .three-column {
    padding-top: 80px;
  }
}
.lower-menstrual-pain .three-column + .three-column {
  padding-top: 104px;
}
.lower-menstrual-pain .three-column__title {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-menstrual-pain .three-column__title {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lower-menstrual-pain .three-column__title span {
  color: #ffbcb0;
}
.lower-menstrual-pain .three-column__content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .lower-menstrual-pain .three-column__content {
    padding: 0 20px;
  }
}
.lower-menstrual-pain .three-column__footer {
  padding-top: 32px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #ffbcb0;
}
@media screen and (max-width: 768px) {
  .lower-menstrual-pain .three-column__footer {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lower-menstrual-pain .three-column__footer br {
    display: none;
  }
}
.lower-menstrual-pain .c-voice {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lower-menstrual-pain .c-voice {
    margin-top: 56px;
  }
} /*# sourceMappingURL=style.css.map */
