@charset "UTF-8";
/* =======================================

	reset CSS

========================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td, figure, figcaption {
  padding: 0;
  margin: 0;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

img {
  border: 0;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: inherit;
  font-weight: inherit;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
}

input[type=text], input[type=tel], input[type=email], input[type=submit], input[type=button], input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-clear-button, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

i {
  font-style: inherit;
}

small {
  font-size: 100%;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
p,
span,
a {
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.list_disc {
  padding-left: 20px;
}

.list_disc > li {
  list-style-type: disc;
}

.list_circle > li {
  position: relative;
  /*list-style-type: circle;*/
  padding-left: 1.3em;
}

.list_circle > li::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 2px solid currentColor;
  border-radius: 100px;
}

@font-face {
  font-family: mplus-rounded-1c;
  src: url("./fonts/MPLUSRounded1c-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: mplus-rounded-1c;
  src: url("./fonts/MPLUSRounded1c-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: mplus-rounded-1c;
  src: url("./fonts/MPLUSRounded1c-Bold.woff") format("woff");
  font-weight: 700;
}
html {
  font-family: mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  color: #333;
  font-size: 10px;
  /*scroll-behavior: smooth;*/
}

@media screen and (max-width: 980px) {
  html {
    min-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}
main {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 8rem;
  }
}
:root {
  --mx: 1020px;
  --spad: 4.1%;
  --spad2: 6.5%;
}

.section {
  width: 100%;
  padding: 0 3rem;
  font: 500 1.6rem mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  line-height: 2.5em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .section {
    font-size: 1.6rem;
    line-height: 2.1em;
    letter-spacing: 0;
    padding: 0;
  }
}
.section p,
.section a,
.section li,
.section span {
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

.section__head, .section__content {
  width: 100%;
  max-width: var(--mx);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  .section__head, .section__content {
    max-width: 74.6%;
  }
}
@media screen and (max-width: 767px) {
  .section__head, .section__content {
    max-width: 100%;
    padding: 0 var(--spad);
  }
}
.section__head {
  margin-bottom: 6.2rem;
}

@media screen and (max-width: 767px) {
  .section__head {
    margin-bottom: 4rem;
  }
}
.section__deco {
  width: calc(100% + 6rem);
  margin-left: -3rem;
  margin-bottom: -6vw;
  pointer-events: none;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .section__deco {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.section__deco img,
.section__deco source {
  width: 100%;
  display: block;
}

.section--box {
  padding-top: 14rem;
  padding-bottom: 14rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .section--box {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.section--box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  background: #E9F1E6;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section--box::before {
    border-radius: 6rem;
  }
}
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .title--left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: left;
  }
}
.title--pink .title__deco {
  --decoclr: #E3007B;
}

@media screen and (min-width: 768px) {
  .title--inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .title--inline.title--left {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.title__text {
  color: #E3007B;
  font: 500 3rem mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .title__text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .title__text.text-spleft {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .title__text.text-spcenter {
    text-align: center;
  }
}
.title__text.fs-small {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .title__text.fs-small {
    font-size: 2rem;
  }
}
.title__text-wrap {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .title__text-wrap {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .title__text-wrap .title__text {
    margin-bottom: 4rem;
  }
}
.title__deco {
  --decoclr: #E3007B;
  background: var(--decoclr);
  border-radius: 50%;
  position: relative;
  width: 8.3rem;
  height: 8.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 500 1.1rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}

.title__deco::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: var(--decoclr);
  opacity: 0.47;
  mix-blend-mode: multiply;
}

.button {
  min-width: 18rem;
  border-radius: 7px;
  background: #E3007B;
  border: 2px solid #E3007B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  font: 500 1.6rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.07em;
  text-align: center;
  color: #fff;
  padding: 15px 25px;
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

@media screen and (max-width: 767px) {
  .button {
    min-width: 12rem;
    width: fit-content;
    font-size: 1.8rem;
  }
}
.button:hover, .button:focus, .button--invert {
  background: transparent;
  color: #E3007B;
}

.button--invert:hover {
  background: #E3007B;
  color: #fff;
}

.button-green {
  background: #E3007B;
  border: 2px solid #E3007B;
}

.button-green:hover, .button-green:focus, .button-green--invert {
  color: #E3007B !important;
}

.button-gray {
  background: #A0A0A0;
  border: 2px solid #A0A0A0;
}

.button-gray:hover, .button-gray:focus, .button-gray--invert {
  color: #A0A0A0 !important;
}

.button.button-next,
.button.button-prev {
  position: relative;
}

.button.button-next {
  padding-right: 40px;
}

.button.button-prev {
  padding-left: 40px;
}

.button.button-next::after {
  content: "〉";
  font: 500 2rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button.button-prev::after {
  content: "〈";
  font: 500 2rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  color: inherit;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.counter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  gap: 0.5rem;
  font-weight: 500;
  font-family: mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
}

.counter--center {
  text-align: center;
}

.counter--center .counter__content {
  margin: 0 auto;
}

.counter--small .counter__content {
  height: 4.6rem;
}

.counter--small .counter__int,
.counter--small .counter__decimal,
.counter--small .counter__suffix {
  margin-top: 0;
}

.counter--small .counter__int {
  font-size: 4.6rem;
  color: #E3007B;
}

.counter--small .counter__decimal {
  font-size: 3.8rem;
  color: #E3007B;
}

.counter--small .counter__suffix {
  font-size: 2.1rem;
}

.counter__title {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #E3007B;
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

.counter__title .pink {
  color: #E3007B;
}

.counter__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  height: 9rem;
}

@media screen and (max-width: 767px) {
  .counter__content {
    height: 7.5rem;
  }
}
.counter__int, .counter__decimal, .counter__suffix {
  margin-top: -5px;
}

.counter__int {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 10rem;
  line-height: 1;
  color: #E3007B;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .counter__int {
    font-size: 8.4rem;
  }
}
.counter__decimal {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 7rem;
  line-height: 1;
  color: #E3007B;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .counter__decimal {
    font-size: 6.4rem;
  }
}
.counter__decimal::before {
  content: ".";
}

.counter__suffix {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 4rem;
  line-height: 1;
  color: #E3007B;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .counter__suffix {
    font-size: 3.3rem;
  }
}
.info {
  width: 100%;
  display: grid;
  gap: 2rem;
}

.info--green .info__label::after {
  border-bottom-color: #E3007B;
}

.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  border-bottom: 1px solid #A0A0A0;
}

@media screen and (max-width: 767px) {
  .info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.8rem;
  }
}
.info__label, .info__details {
  padding-bottom: 10px;
}

.info__label {
  width: 120px;
  font: 300 1.6rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.05em;
  vertical-align: top;
  position: relative;
}

@media screen and (max-width: 767px) {
  .info__label {
    width: 151px;
    display: block;
  }
}
.info__label::after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #E3007B;
}

@media screen and (max-width: 767px) {
  .info__label::after {
    bottom: 0;
  }
}
.info__details {
  font: 500 1.4rem mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  line-height: 1.8571428571em;
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

@media screen and (max-width: 767px) {
  .info__details {
    margin-bottom: 0;
    padding-left: 0;
    display: block;
  }
}
.video {
  --headheight: 10rem;
  position: fixed;
  top: var(--headheight);
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  width: 100vw;
  height: calc(100vh - var(--headheight));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  padding: 6rem 4rem 4rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .video {
    --headheight: 6.4rem;
    padding: 5rem var(--spad) 4rem;
  }
}
.video.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video iframe {
  width: 100%;
  height: 100%;
}

.video__inner {
  position: relative;
  display: inline-block;
  width: 60%;
  max-height: 100%;
  aspect-ratio: 2/1;
}

@media screen and (max-width: 767px) {
  .video__inner {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
  }
}
.video__close {
  position: absolute;
  top: -5rem;
  right: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  opacity: 0.5;
  font: 500 5rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  .video__close {
    font-size: 5rem;
  }
}
.video__close::before {
  content: "+";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video__close:hover {
  opacity: 1;
}

.accordion.active .accordion__toggle::after {
  -webkit-transform: rotate(-45deg) translateX(-2px);
  transform: rotate(-45deg) translateX(-2px);
}

.accordion__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font: 500 1.8rem mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  line-height: 1.6666666667em;
}

@media screen and (max-width: 767px) {
  .accordion__toggle {
    font-size: 1.6rem;
  }
}
.accordion__toggle::after {
  content: "+";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font: 500 2.5rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  color: #E3007B;
  line-height: 1;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.accordion__content {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 10rem;
  padding: 0 3rem;
  background: #FAFAF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .header {
    height: 8rem;
    padding: 0 var(--spad);
    gap: 2rem;
  }
}
.header__logo {
  display: block;
  width: 244px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 209px;
  }
}
.header__toggle {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .header__toggle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    gap: 6px;
  }
}
.header__toggle span {
  display: block;
  width: 4.3rem;
  border-bottom: 3px solid #E3007B;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
  justify-self: end;
}

.header__toggle::after {
  content: "MENU";
  display: block;
  margin: 0 auto;
  font: 500 1.4rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.1em;
  color: #E3007B;
}

.header__toggle.active span:nth-child(2) {
  width: 2.1rem;
}

.header__toggle.active::after {
  content: "CLOSE";
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}

@media screen and (max-width: 1200px) {
  .nav {
    width: 34rem;
    overflow: hidden;
    max-height: 100dvh;
    height: calc(100dvh - 10rem);
    position: absolute;
    top: 10rem;
    right: 0;
    background: #FAFAF2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    gap: 2rem;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media screen and (max-width: 767px) {
  .nav {
    width: 100%;
    height: calc(100dvh - 8rem);
    top: 8rem;
  }
}
.nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

@media screen and (max-width: 1200px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.nav__link {
  font: 500 1.6rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  -webkit-transform: rotate(0.06deg); /*日本語Webフォントでシャギーが出るのを防ぐ*/
  transform: rotate(0.06deg);
}

@media screen and (max-width: 1200px) {
  .nav__link {
    text-align: center;
    width: 100%;
    padding: 2rem 8%;
    border-bottom: 1px solid rgba(52, 110, 61, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .nav__link {
    font-size: 1.8rem;
  }
}
.nav__link:hover {
  color: #E3007B;
}

.nav__button {
  display: flex;
  justify-content: center;
  -webkit-transform: rotate(0.06deg); /*日本語Webフォントでシャギーが出るのを防ぐ*/
  transform: rotate(0.06deg);
}

@media screen and (max-width: 1200px) {
  .nav__button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .nav__button {
    width: 100%;
    padding: 0 8%;
  }
}
.footer {
  margin-top: 18rem;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 10rem;
  }
}
.footer__logo {
  display: block;
  width: 80px;
  margin: 0 auto;
}

.footer__content {
  margin-top: 1.7rem;
  font: 500 1.6rem mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

.footer__copyright {
  margin-top: 4rem;
  width: 100%;
  padding: 8px 15px;
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #E3007B;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    padding-bottom: 95px;
  }
}
.footer__copyright-text {
  font: 500 1.1rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .anchor {
    top: -100px;
  }
}
.anchor-menu {
  width: 19.6rem;
  z-index: 998;
  position: fixed;
  top: 12rem;
  right: 0;
  -webkit-filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.16));
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .anchor-menu {
    display: none;
  }
}
.anchor-menu.active {
  opacity: 1;
  pointer-events: initial;
}

.anchor-menu__head, .anchor-menu__content {
  width: 19rem;
  margin-left: auto;
}

.anchor-menu__head {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#3C984B), to(#82AF8A));
  background: linear-gradient(to right, #3C984B, #82AF8A);
  font: 400 1.6rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  text-align: center;
  border-top-left-radius: 10px;
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

.anchor-menu__content {
  max-height: 25rem;
  background: #fff;
  border-bottom-left-radius: 10px;
}

.anchor-menu__item {
  color: #A0A0A0;
}

.anchor-menu__link {
  display: block;
  height: 4.5rem;
  padding: 1.28rem;
  border-bottom: 1px solid rgba(52, 110, 61, 0.07);
  font: 400 1.4rem mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

.anchor-menu__link.active, .anchor-menu__link:hover {
  color: #E3007B;
}

.anchor-menu__link.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E3007B;
}

.toast {
  width: 34rem;
  height: 13rem;
  background: #F8ECEC;
  border-left: 6px solid #E3007B;
  border-radius: 6px 0 0 6px;
  padding: 10px;
  -webkit-filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.16));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 2.5rem;
  right: 0;
  z-index: 998;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .toast {
    max-width: 95%;
  }
}
.toast__content:hover .toast__link {
  color: #E3007B;
}

.toast__content:hover .toast__link::after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .toast.hide {
    opacity: 0;
    pointer-events: none;
  }
}
.toast.close {
  display: none;
}

.toast__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 23px;
  height: 23px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  pointer-events: initial;
}

.toast__close::after {
  content: "+";
  display: block;
  font: 400 1.8rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  color: #E3007B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toast__content {
  width: 100%;
  height: 9.6rem;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  grid-template-columns: 47.35% 1fr;
  gap: 0 1.5rem;
  cursor: pointer;
}

.toast__link::after {
  content: "▶︎";
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.toast__thumb {
  aspect-ratio: 100/64;
  overflow: hidden;
  border: 1px solid #A0A0A0;
  border-radius: 2px;
}

.toast__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.toast__content:hover .toast__thumb img {
  opacity: 0.8;
  transform: scale(1.1);
}

.toast__text {
  font: 500 1.6rem mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

.toast__title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #E3007B;
  border-radius: 50%;
  margin-bottom: 3rem;
  width: 6.8rem;
  height: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 500 1.1rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.06em;
  color: #fff;
}

.toast__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #E3007B;
  opacity: 0.47;
  mix-blend-mode: multiply;
}

.toast__link {
  cursor: pointer;
}

/*2024/02/06 追加*/
.cta {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 998;
}
.cta a {
  display: block;
}
.cta .cta__title {
  position: absolute;
  top: 0;
  left: 3rem;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) rotate(0.06deg);
  transform: translate(-50%, -50%) rotate(0.06deg);
  background: #E3007B;
  border-radius: 50%;
  margin-bottom: 3rem;
  width: 5.8rem;
  height: 5.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 500 1.1rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.06em;
  color: #fff;
  z-index: 1;
}
.cta .cta__title::after {
  content: "";
  position: absolute;
  left: 95%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #E3007B;
  opacity: 0.47;
  mix-blend-mode: multiply;
}
.cta .cta__text {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.14;
  line-height: 1.1;
  padding: 20px 25px;
  background-color: #F8ECEC;
  border-bottom: 3px solid #E3007B;
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}
.cta .cta__text span {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.cta .cta__text span::after {
  content: "";
  display: inline-block;
  width: 25.6px;
  height: 20.1px;
  background: url("./img/icons/mail.svg") no-repeat center/contain;
}

/*2024/02/06 追加*/
.lp-company {
  margin-top: -6.2rem;
}

@media screen and (max-width: 767px) {
  .lp-company {
    margin-top: 0;
  }
}
.lp-company__deco {
  background: #FAFAF2;
}

@media screen and (max-width: 767px) {
  .lp-company__deco {
    padding-top: 6rem;
  }
}
.lp-company__head .title__text {
  letter-spacing: 0.1em;
}

.lp-company__head, .lp-company__content {
  max-width: 90rem;
}

@media screen and (max-width: 767px) {
  .lp-company__head, .lp-company__content {
    padding: 0 var(--spad2);
  }
}
.lp-company__intro {
  text-align: center;
  margin-bottom: 21.2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp-company__intro {
    text-align: left;
    margin-bottom: 15.3rem;
  }
}
.lp-company__intro::after {
  content: "";
  position: absolute;
  bottom: -10.6rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: #E3007B;
}

@media screen and (max-width: 767px) {
  .lp-company__intro::after {
    bottom: -7.6rem;
  }
}
.lp-company__message-head .title__text {
  line-height: 1.8em;
}

.lp-company__message-content {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 38.44% 1fr;
  gap: 0 7.7%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .lp-company__message-content {
    margin-top: 6rem;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6rem;
  }
}
.lp-company__message-image figure {
  text-align: center;
}

.lp-company__message-image figure img {
  display: block;
  border-radius: 173px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lp-company__message-image figure img {
    max-width: 320px;
    margin: 0 auto;
    aspect-ratio: 16/21;
  }
}
.lp-company__message-image figure figcaption {
  margin-top: 10px;
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

.lp-company__merit {
  margin-top: 14rem;
}

@media screen and (max-width: 767px) {
  .lp-company__merit-head {
    text-align: right;
  }
}
.lp-company__merit-head .title__text {
  line-height: 2.0943396226em;
}

@media screen and (max-width: 767px) {
  .lp-company__merit-head .title__text {
    white-space: nowrap;
  }
}
@media screen and (max-width: 376px) {
  .lp-company__merit-head .title__text {
    font-size: 2.2rem;
  }
}
.lp-company__merit-head span.fs-big {
  font-size: 5.3rem;
  color: #E3007B;
}

@media screen and (max-width: 767px) {
  .lp-company__merit-head span.fs-spmed {
    font-size: 3rem;
  }
}
.lp-company__merit-list {
  margin-top: 6rem;
  counter-reset: merit;
  list-style: none;
  display: grid;
  grid-template-columns: 28.89% 1fr 28.89%;
}

@media screen and (max-width: 767px) {
  .lp-company__merit-list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.lp-company__merit-item {
  counter-increment: merit;
  padding: 0 2.5rem 1.5rem;
}

@media screen and (max-width: 767px) {
  .lp-company__merit-item {
    padding: 0;
  }
}
.lp-company__merit-item:nth-child(4n+1) {
  padding-left: 0;
}

.lp-company__merit-item:nth-child(3n) {
  padding-right: 0;
}

.lp-company__merit-item:not(:nth-child(3n)) {
  border-right: 2px solid #E3007B;
}

@media screen and (max-width: 767px) {
  .lp-company__merit-item:not(:nth-child(3n)) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .lp-company__merit-item:not(:last-child) {
    padding-bottom: 4rem;
    border-bottom: 2px solid #E3007B;
  }
}
.lp-company__merit-heading {
  gap: 5px;
}

.lp-company__merit-heading .title__text {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .lp-company__merit-heading .title__text {
    font-size: 3rem;
  }
}
.lp-company__merit-counter {
  font: 400 4rem/1 "Zen Kurenaido", sans-serif;
}

.lp-company__merit-counter::before {
  content: counter(merit, decimal-leading-zero);
}

.lp-company__merit-about {
  height: 7.6rem;
  font: 400 2.2rem mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  line-height: 1.7272727273em;
  letter-spacing: 0.1em;
  color: #E3007B;
  text-align: center;
}

.lp-company__merit-points {
  margin-top: 2.5rem;
  text-align: center;
  color: #E3007B;
  line-height: 1.875em;
}

@media screen and (max-width: 767px) {
  .lp-company__merit-points {
    font-size: 1.8rem;
  }
}
.lp-company__merit-points li::before {
  content: "・";
}

.lp-features {
  margin-top: 14rem;
}

.lp-features__head, .lp-features__content {
  max-width: 80rem;
}

.lp-features__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}

.lp-features__item {
  width: 60%;
  height: 26rem;
  background: #fff;
  border-bottom: 8px solid rgba(198, 136, 137, 0.3);
  border-radius: 10px 10px 0 0;
  -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.1));
  padding: 2rem 2rem 1rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lp-features__item {
    width: 100%;
    padding: 2rem 1.3rem 1rem;
    height: auto;
  }
}
.lp-features__item--small {
  width: 37.5%;
}

@media screen and (max-width: 767px) {
  .lp-features__item--small {
    width: 100%;
  }
}
.lp-features__item--holiday .lp-features__item-head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-features__item--holiday .lp-features__stat {
  padding: 1.5rem 0;
}

@media screen and (max-width: 767px) {
  .lp-features__item--holiday .lp-features__stat {
    padding-top: 0;
  }
}
.lp-features__item--holiday .lp-features__stat-title {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .lp-features__item--holiday .lp-features__stat-title {
    font-size: 1.9rem;
  }
}
.lp-features__item--holiday .lp-features__icon {
  max-width: 50%;
  position: static;
  -webkit-transform: initial;
  transform: initial;
}

@media screen and (max-width: 767px) {
  .lp-features__item--holiday .lp-features__icon {
    width: 183px;
    max-width: 50%;
  }
}
.lp-features__item--turnover .lp-features__item-head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}

.lp-features__item--turnover .lp-features__icon {
  aspect-ratio: 9/16;
}

@media screen and (max-width: 767px) {
  .lp-features__item--turnover .lp-features__icon {
    width: 9rem;
    right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .lp-features__item--overtime {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-features__item--overtime {
    padding-top: 2.5rem;
  }
}
.lp-features__item--overtime .lp-features__item-head {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .lp-features__item--overtime .lp-features__item-head {
    margin-bottom: 2.5rem;
  }
}
.lp-features__item--overtime .lp-features__stat {
  max-width: 165px;
}

@media screen and (max-width: 767px) {
  .lp-features__item--overtime .lp-features__stat-title {
    font-size: 2rem;
  }
}
.lp-features__item--overtime .lp-features__icon {
  -webkit-transform: translate(36%, -50%);
  transform: translate(36%, -50%);
}

@media screen and (max-width: 767px) {
  .lp-features__item--overtime .lp-features__icon {
    width: 211px;
    aspect-ratio: 1/1;
    max-width: 55.5%;
    top: 0;
    -webkit-transform: translate(25%, -25%);
    transform: translate(25%, -25%);
  }
}
.lp-features__item--income {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

@media screen and (min-width: 768px) {
  .lp-features__item--income .lp-features__item-head {
    margin-bottom: 2.5rem;
  }
}
.lp-features__item--income .lp-features__stat {
  padding: 0 2rem;
}

@media screen and (max-width: 767px) {
  .lp-features__item--income .lp-features__stat {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-features__item--income .lp-features__icon {
    width: 180px;
    max-width: 47%;
    height: 134px;
  }
}
.lp-features__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 1.5rem;
}

.lp-features__icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lp-features__stat {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp-features__stat-title {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #E3007B;
  margin-bottom: 0.5rem;
}

.lp-features__text {
  font-size: 1.4rem;
  line-height: 1.4285714286em;
  letter-spacing: 0.06em;
  color: #E3007B;
}

@media screen and (max-width: 767px) {
  .lp-features__text {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 376px) {
  .lp-features__text {
    font-size: 1.8rem;
  }
}
.lp-features__text-note {
  font-size: 1.1rem;
  line-height: 1.5454545455em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .lp-features__text-note {
    padding-left: 1rem;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}
.lp-features__text-note::before {
  content: "※";
}

.lp-features__turnover {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "stitle ctr" "ctitle ctr";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 5px;
  margin-bottom: 1rem;
}

.lp-features__turnover .counter {
  grid-area: ctr;
}

.lp-features__turnover .counter__title {
  grid-area: ctitle;
}

.lp-features__turnover .lp-features__stat-title {
  grid-area: stitle;
  line-height: 1;
  margin-bottom: 0;
}

.lp-voice {
  width: 100%;
  max-width: 1020px;
  margin: 14rem auto 0;
  display: grid;
  grid-template-columns: 1fr 54.5%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lp-voice {
    display: block;
    margin-top: 10rem;
  }
}
.lp-voice__head, .lp-voice__content {
  max-width: unset;
}

@media screen and (min-width: 768px) {
  .lp-voice__head {
    margin-bottom: 0;
  }
}
.lp-voice__intro {
  font-size: 2.2rem;
  line-height: 1.8181818182em;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .lp-voice__intro {
    font-size: 2rem;
  }
}
.lp-voice__thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.lp-voice__thumb img {
  display: block;
}

.lp-voice__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  background: #E3007B;
  -webkit-mask: url("./img/icons/play.svg") center/100% no-repeat;
  mask: url("./img/icons/play.svg") center/100% no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.lp-voice__thumb:hover::after {
  opacity: 0.8;
}

.lp-training {
  background: #FBFAF6;
  margin-top: -5vw;
}

@media screen and (max-width: 767px) {
  .lp-training {
    margin-top: 8rem;
  }
}
.lp-training__deco {
  margin-bottom: 0;
}

.lp-training__head, .lp-training__content {
  pointer-events: initial;
}

.lp-training__head .title {
  gap: 4.5rem;
}

@media screen and (max-width: 767px) {
  .lp-training__head .title {
    gap: 3rem;
  }
}
.lp-training__content {
  max-width: 900px;
}

.lp-training__block {
  display: grid;
  grid-template-columns: repeat(2, 47.77%);
  gap: 6rem 4rem;
}

@media screen and (max-width: 767px) {
  .lp-training__block {
    grid-template-columns: 1fr;
  }
}
.lp-training__image {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 43/25;
}

@media screen and (max-width: 767px) {
  .lp-training__image {
    height: auto;
    aspect-ratio: 38/25;
  }
}
.lp-training__image img,
.lp-training__image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

.lp-training__heading {
  font-size: 2.2rem;
  color: #E3007B;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .lp-training__heading {
    font-size: 2rem;
  }
}
.lp-training__heading--border {
  border-bottom: 1px solid #E3007B;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.lp-training__intro {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .lp-training__intro {
    font-size: 1.6rem;
    gap: 4rem;
  }
}
.lp-training__intro .lp-training__image {
  aspect-ratio: 43/30;
}

@media screen and (max-width: 767px) {
  .lp-training__intro .lp-training__image {
    aspect-ratio: 19/14;
  }
}
.lp-training__item {
  display: grid;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .lp-training__item {
    display: grid;
    gap: 1rem;
  }
}
.lp-benefit {
  padding-bottom: 16rem;
  position: relative;
  background: #fff;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lp-benefit {
    padding-bottom: 15rem;
  }
}
.lp-benefit__deco {
  background: #FBFAF6;
  margin-bottom: -3vw;
}

.lp-benefit__head, .lp-benefit__content {
  max-width: 940px;
}

.lp-benefit__list {
  display: grid;
  grid-template-columns: repeat(4, 23.4%);
  gap: 6rem 2rem;
}

@media screen and (max-width: 767px) {
  .lp-benefit__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.lp-benefit__item {
  aspect-ratio: 1/1;
  background: #fff;
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.3));
  border-radius: 0 16px 16px 16px;
  padding: 1.2rem 1.4rem;
  font-size: 1.4rem;
  color: #E3007B;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp-benefit__item {
    width: 100%;
    height: 16rem;
    aspect-ratio: unset;
    display: grid;
    grid-template-columns: 50% 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 376px) {
  .lp-benefit__item {
    grid-template-columns: 40% 1fr;
  }
}
.lp-benefit__item-icon {
  width: 10.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(198, 136, 137, 0.7);
  margin: 0 auto 1.5rem;
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.3));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .lp-benefit__item-icon {
    margin: 0 auto;
  }
}
.lp-benefit__item-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.lp-benefit__item-title {
  text-align: center;
  font: 500 2.2rem mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  line-height: 1.2em;
  color: #E3007B;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp-benefit__item-title {
    font-size: 1.8rem;
  }
}
.lp-benefit__item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4.5rem;
  border-bottom: 2px solid #E3007B;
}

.lp-benefit__text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #E3007B;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp-benefit__text {
    font-size: 1.4rem;
  }
}
.lp-faq {
  padding: 120px 0 150px;
  background: #FBFAF6;
  -webkit-box-shadow: inset 0 20px 40px -20px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 20px 40px -20px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .lp-faq {
    padding: 50px 0 150px;
  }
}
.lp-faq__head, .lp-faq__content {
  max-width: 900px;
}

.lp-faq__content {
  display: grid;
  gap: 20px;
}

.lp-faq__item {
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}

.lp-faq__item:hover, .lp-faq__item.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.lp-faq__block--question {
  padding: 16px 10px;
  background: #F8ECEC;
  cursor: pointer;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.lp-faq__block--question::after {
  margin-top: 5px;
}

.lp-faq__block--question .lp-faq__block-text {
  line-height: 38px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .lp-faq__block--question .lp-faq__block-text {
    line-height: 1.75em;
    letter-spacing: 0.06em;
  }
}
.lp-faq__block--question .lp-faq__block-text::before {
  content: "Q";
}

.lp-faq__block--answer {
  background: #fff;
}

.lp-faq__block--answer .lp-faq__block-text {
  padding: 25px 10px;
  font-size: 1.4rem;
  line-height: 1.8571428571em;
}

@media screen and (max-width: 767px) {
  .lp-faq__block--answer .lp-faq__block-text {
    font-size: 1.5rem;
    line-height: 1.75em;
  }
}
.lp-faq__block--answer .lp-faq__block-text::before {
  content: "A";
  background: rgba(198, 136, 137, 0.1);
}

.lp-faq__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-faq__block-text::before {
  font: 500 2.5rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  color: #E3007B;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}

.lp-faq__block-text > p {
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

.lp-application {
  background: rgb(251, 250, 246);
  background: linear-gradient(0deg, rgb(251, 250, 246) 50%, rgb(255, 255, 255) 50%);
}

.lp-application::before {
  background: #F8ECEC;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  border-radius: 120px;
}

@media screen and (max-width: 767px) {
  .lp-application::before {
    border-radius: 6rem;
  }
}
.lp-application__content {
  display: grid;
  gap: 30px;
}

.lp-application__block-title {
  line-height: 1.4444444444em;
  letter-spacing: 0.05em;
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .lp-application__block-title {
    line-height: 1.6666666667em;
    margin-right: 0;
  }
}
.lp-application__block-head {
  gap: 0;
  border-bottom: 1px solid #E3007B;
  padding: 0 22px 8.7px 6%;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .lp-application__block-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 14px;
    padding: 0 10px 14px;
  }
}
.lp-application__block-head::after {
  margin-left: 7%;
}

@media screen and (max-width: 1200px) {
  .lp-application__block-head::after {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-application__block-head::after {
    margin-left: 0;
  }
}
.lp-application__block-text {
  margin-top: 26px;
  background: #fff;
  padding: 40px 60px 60px;
}

.lp-application__block-text.is-empty {
  margin-top: 26px;
  background: #fff;
  padding: 40px 60px;
}

.empty_text {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .lp-application__block-text {
    padding: 30px 10px;
  }
}
.lp-application__categ {
  color: #E3007B;
  font: 500 1.4rem/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.012em;
  width: 135px;
  height: 28px;
  border: 1px solid #E3007B;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp-application__categ--fill {
  color: #fff;
  background: #E3007B;
}

.lp-information {
  padding: 140px 0 5rem;
  background: #FBFAF6;
}

.lp-information__head, .lp-information__content {
  max-width: 900px;
}

.lp-information__company .info__label {
  width: 151px;
}

.lp-information__company a:hover {
  color: #E3007B;
}

.lp-entry {
  margin-top: -4vw;
}

.lp-entry__deco {
  background: #FBFAF6;
  margin-bottom: 0;
}

.lp-entry__head {
  position: relative;
}

.lp-entry__slider {
  width: 100%;
  height: 568px;
}

@media screen and (max-width: 767px) {
  .lp-entry__slider {
    height: auto;
    aspect-ratio: 19/15;
  }
}
.lp-entry__slider-list {
  height: 100%;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .lp-entry__slider-list {
    width: fit-content;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.lp-entry__slider-item {
  width: 33.3333333333%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .lp-entry__slider-item:first-child {
    border-end-end-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lp-entry__slider-item {
    width: 100%;
  }
}
.lp-entry__slider-item img {
  display: block;
}

.lp-entry__title-block {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66.6666666667%;
  height: 197px;
  padding: 0 4%;
  gap: 47px;
  border-radius: 10px 0 0 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lp-entry__title-block {
    position: unset;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: unset;
    text-align: center;
    gap: 30px;
    margin-top: 60px;
  }
}
.lp-entry__title-block p {
  line-height: 1.6em;
}

.lp-entry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
  text-align: center;
}

.lp-entry__btn {
  position: relative;
  width: 508px;
  height: 95px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .lp-entry__btn {
    width: 100%;
    max-width: 38rem;
  }
}
.lp-entry__btn::after {
  content: "〉";
  font: 500 2.5rem/1 mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lp-entry__info-text {
  font: 500 1.6rem mplus-rounded-1c, "M PLUS Rounded 1c", sans-serif;
  line-height: 1.625em;
  letter-spacing: 0.05em;
}

.lp-entry__info-text a:hover {
  color: #E3007B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.lp-entry__info-tel {
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

.lp-mv {
  width: 100%;
  height: 660px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(6.2rem, transparent), color-stop(6.2rem, #FAFAF2));
  background: linear-gradient(to top, transparent 0, transparent 6.2rem, #FAFAF2 6.2rem);
}

@media screen and (max-width: 767px) {
  .lp-mv {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    background: #FAFAF2;
  }
}
.lp-mv__head {
  max-width: 686px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .lp-mv__head {
    max-width: 100%;
    height: auto;
    min-height: 32rem;
    padding: 1rem 0;
    margin-bottom: 0;
  }
}
.lp-mv__content {
  width: 100%;
  max-width: initial;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .lp-mv__content {
    position: static;
    height: 50vh;
    max-height: 36rem;
    z-index: 1;
    padding: 0;
  }
}
.lp-mv__banner {
  width: 270px;
  height: 100%;
  background: #FAFAF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lp-mv__banner {
    width: 100%;
    height: unset;
  }
}
.lp-mv__banner::before, .lp-mv__banner::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.lp-mv__banner::before {
  top: 0;
  left: -3rem;
  width: 12rem;
  height: 10rem;
  background: url("./img/icons/wire-bldg.svg") no-repeat left/contain;
}

@media screen and (max-width: 767px) {
  .lp-mv__banner::before {
    width: 17rem;
    height: 17rem;
  }
}
.lp-mv__banner::after {
  bottom: 0;
  right: -2rem;
  width: 18rem;
  height: 8rem;
  background: url("./img/icons/wire-bridge.svg") no-repeat left/contain;
}

@media screen and (max-width: 767px) {
  .lp-mv__banner::after {
    width: 29rem;
    height: 13rem;
    right: -3.3rem;
  }
}
.lp-mv__banner-text {
  font: 500 4.5rem "Noto Sans JP", sans-serif;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  color: #E3007B;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .lp-mv__banner-text {
    font-size: 3.6rem;
  }
}
.lp-mv__banner-text span:nth-child(2) {
  display: block;
  margin-top: 10rem;
  margin-right: 2.8rem;
}

@media screen and (max-width: 767px) {
  .lp-mv__banner-text span:nth-child(2) {
    margin-top: 7.5rem;
    margin-right: 2rem;
  }
}
.lp-mv__slider {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  overflow: hidden;
}

.lp-mv__slider-track {
  width: 210rem;
  -webkit-animation: 40s infinite linear 0.5s both slide;
  animation: 40s infinite linear 0.5s both slide;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .lp-mv__slider-track {
    width: 120rem;
  }
}
.lp-mv__slider-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40rem;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .lp-mv__slider-item {
    width: 22rem;
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.overflow {
  overflow: hidden;
}

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

@media screen and (max-width: 415px) {
  .sp-small {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hidden {
  display: none;
}

.trim {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bold {
  font-weight: 700;
}

.palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.text-center {
  text-align: center;
}

/*------------------------------
お問い合わせページ contact.html
------------------------------*/
#formWrap {
  font-size: 1.6rem;
  max-width: 700px;
  padding-top: 80px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
}

.form_head {
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

.form_head .title__text {
  text-align: center;
  margin-bottom: 15px;
}

.form_head__info {
  text-align: center;
  margin-bottom: 30px;
}

.contact_flow {
  max-width: 400px;
  width: 100%;
  margin: 30px auto 60px auto;
  display: flex;
  gap: 5%;
  padding-top: 60px;
  justify-content: space-between;
  position: relative;
  z-index: 4;
  word-break: break-all;
}

.contact_flow::before {
  content: "";
  width: 80%;
  height: 3px;
  color: #fff;
  background: #CCCCCC;
  position: absolute;
  top: 30px;
  left: 10%;
  z-index: 1;
}

.contact_flow .place {
  color: #333;
}

.contact_flow > li {
  counter-increment: mycounter;
  max-width: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-size: 1em;
  font-weight: 600;
  position: relative;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.3;
  z-index: 3;
}

.contact_flow > li.place::after {
  background: #E3007B;
}

.contact_flow > li:first-child::before {
  left: 0;
}

.contact_flow > li:last-child::before {
  right: 0;
}

.contact_flow > li::after {
  content: counter(mycounter, decimal-leading-zero);
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  left: calc(50% - 20px);
  top: -50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #CCCCCC;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}

table.cform {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  line-height: 1.5;
}

table.cform tr > * {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

table.cform th {
  width: 220px;
  text-align: left;
  overflow: hidden;
}

.cform th span {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #fff;
  background-color: #999;
  border-radius: 4px;
  padding: 4px 6px;
  margin-top: 2px;
}

.cform .must {
  background-color: #D94300;
}

table.cform td {
  width: calc(100% - 250px);
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  word-break: break-all;
}
@media screen and (max-width: 600px) {
  table.cform td {
    width: 100%;
  }
}

.cform td div + div {
  margin-top: 12px;
}

table.cform td sub {
  vertical-align: bottom;
}

.cform td span {
  display: inline-block;
  position: relative;
}

.cform td span:has(small) {
  padding-bottom: 15px;
}

.cform td span small {
  display: block;
  font-size: 1rem;
  letter-spacing: 1;
  line-height: 1.1;
  color: #A0A0A0;
  position: absolute;
  bottom: 0;
}

input, select, textarea {
  font-size: 100%;
  min-height: 1.5rem;
  padding: 5px 8px;
  line-height: normal;
  border: 1px solid #E9F1E6;
  outline: none;
  border-radius: 4px !important;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

.cform input[type=text],
.cform input[type=tel],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  line-height: 1;
}

::placeholder {
  color: #ccc;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=tel],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url],
.cform select {
  max-width: 100%;
  padding: 5px;
  background: #f7f7f7;
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

.mwform-tel-field input[type=text], .mwform-zip-field input[type=text] {
  display: inline-block;
  width: auto;
}

textarea {
  resize: vertical; /* 縦方向のリサイズを許可 */
}

.cform option:focus,
.cform textarea:focus,
.cform input[type=text]:focus,
.cform input[type=tel]:focus,
.cform input[type=email]:focus,
.cform input[type=search]:focus,
.cform input[type=url]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(225, 236, 251) inset;
}

.cform input[type=submit],
.cform input[type=button],
button {
  border: 0;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 750px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.cform {
    margin: auto;
    display: block;
    border-top: 1px solid #ccc;
  }
  table.cform tbody, table.cform tr {
    display: block;
    padding: 0;
    margin: 0;
  }
  table.cform th, table.cform td {
    width: 100%;
    display: block;
  }
  table.cform th {
    padding: 15px 15px 5px;
    border: 0;
  }
  table.cform td {
    padding: 5px 15px 15px;
    border-top: 0;
  }
  .cform textarea {
    width: 100%;
  }
  form input[type=text], form textarea {
    width: 100%;
    padding: 5px;
  }
  form input[size="4"] {
    width: 25%;
  }
  form input[size="3"] {
    width: 20%;
  }
  form input[size="2"] {
    width: 15%;
  }
  form input[type=submit], form input[type=reset], form input[type=button] {
    display: inline-block;
    width: fit-content;
    cursor: pointer;
    padding: 10px 20px;
  }
}
p.error_messe {
  margin: 5px 0;
  color: red;
}

.form_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
}

.c_thanks {
  margin-bottom: 60px;
  -webkit-transform: rotate(0.06deg);
  transform: rotate(0.06deg);
}

.c_thanks p {
  line-height: 1.75;
}

.c_thanks p + p {
  margin-top: 1.5em;
}
