@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&family=Noto+Sans+JP:wght@100..900&family=Parisienne&family=Zen+Old+Mincho&display=swap");
/* base */
html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 1px;
}
@media screen and (max-width: 999px) {
  html {
    scroll-padding-top: 40px;
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  color: #515151;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  background-color: #ffffff;
  font-size: 16rem;
  text-align: center;
  background-color: #ffffff;
}

html.fixed, html.fixed body {
  height: 100%;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

a {
  color: #49AA8F;
  transition: all 0.3s ease 0s;
}

p {
  margin: 1em 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 999px) {
  ul, ol {
    padding-inline-start: 0;
  }
}

li {
  margin: 0;
}

ul li {
  list-style: none;
}

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

td {
  border: 0;
}

h3 {
  font-size: 24rem;
  font-weight: 400;
  padding: 4px 40px;
  background-color: #49AA8F;
  border-radius: 40px;
  display: inline-block;
  color: #ffffff;
  margin: 0 auto;
  line-height: 1.375;
  margin: 96rem 0 48rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 999px) {
  h3 {
    margin: 56rem 0 40rem;
  }
}
@media screen and (max-width: 999px) {
  h3 {
    margin: 40rem 0 24rem;
  }
}
h3 em {
  font-size: 36rem;
  font-style: normal;
}

.medium {
  font-weight: 500;
}

.bg_wht {
  position: relative;
  z-index: 1;
  border-radius: 0 80px 0 80px;
  background-color: #ffffff;
  padding-bottom: 80px;
}
@media screen and (max-width: 999px) {
  .bg_wht {
    border-radius: 0 40px 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .bg_wht {
    border-radius: 0 40px 0 40px;
    padding-bottom: 32px;
  }
}
.bg_wht::before {
  content: "";
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  color: #F1FDF9;
  font-size: 254px;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .bg_wht::before {
    font-size: 154px;
    top: -70px;
  }
}
@media screen and (max-width: 599px) {
  .bg_wht::before {
    font-size: 64px;
    top: -24px;
  }
}

.bg_grn {
  background-color: #F2FFFA;
  padding: 80px 0;
  margin: -80px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .bg_grn {
    padding: 40px 0;
    margin: -40px 0;
  }
}
.bg_grn::before {
  content: "";
  margin-top: 80px;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  color: #E8FAF3;
  font-size: 254px;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .bg_grn::before {
    font-size: 154px;
    top: -70px;
  }
}
@media screen and (max-width: 599px) {
  .bg_grn::before {
    font-size: 64px;
    top: -24px;
  }
}
@media screen and (max-width: 999px) {
  .bg_grn::before {
    top: -64px;
  }
}

.bg_drk {
  background-color: #DFF7EF;
  padding: 80px 0 160px;
  margin: -80px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  .bg_drk {
    padding: 56px 0 120px;
    margin: -56px 0;
  }
}
@media screen and (max-width: 599px) {
  .bg_drk {
    padding: 24px 0 104px;
    margin: -40px 0;
  }
}

.frame_grn {
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: #ffffff;
  border-color: #CBEAE2;
}

.frame_orn {
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: #ffffff;
  border-color: #FFAE42;
}

.em_orn {
  font-weight: 600;
  color: #F19D31;
  font-style: normal;
}

.icon_logo {
  background: url(../img/icon_door.svg) no-repeat left center/19px 24px;
  padding-left: 32px;
  margin: 0;
  color: #49AA8F;
  font-weight: 700;
  text-align: left;
}

.line {
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(transparent 90%, #F19D31 0%);
  padding: 0 0 3px 0;
}

.box_grn {
  background-color: #DFF7EF;
  padding: 48px 0;
}

.box_orn {
  background-color: #FFF2E1;
  padding: 48px 0;
}

.font12 {
  font-size: 12rem;
}

.font13 {
  font-size: 13rem;
}

.font14 {
  font-size: 14rem;
}

.font15 {
  font-size: 15rem;
}

.font16 {
  font-size: 16rem;
}

.font18 {
  font-size: 18rem;
}

.font20 {
  font-size: 20rem;
}

.font22 {
  font-size: 22rem;
}

.font24 {
  font-size: 24rem;
}

.font30 {
  font-size: 30rem;
}

.only_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .only_sp {
    display: block;
  }
}

.only_pc {
  display: block;
}
@media screen and (max-width: 999px) {
  .only_pc {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .only_pc {
    display: none;
  }
}

.not_only_sp {
  display: block;
}
@media screen and (max-width: 599px) {
  .not_only_sp {
    display: none;
  }
}

.baloon {
  color: #ffffff;
  position: relative;
  background-color: #F19D31;
  border-radius: 20px;
  font-weight: 550;
  padding: 2rem 10rem;
  display: inline-block;
  top: -0.5rem;
}
.baloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  clip-path: polygon(10% 0, 0 100%, 100% 0);
  left: 34px;
  background-color: #F19D31;
  height: 9.5px;
  width: 14.3px;
}

footer {
  padding: 16rem 0;
  text-align: center;
  font-size: 12rem;
  position: sticky;
  top: 100vh;
  color: #ADB4BE;
  text-align: center;
}
footer ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 599px) {
  footer ul {
    flex-direction: column;
    margin-top: 8px;
  }
}
footer a {
  color: #ADB4BE;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16rem 32rem;
  background-color: #ffffff;
  border-radius: 0 0 32px 32px;
  position: sticky;
  width: 100vw;
  top: 0;
  z-index: 99;
  margin-bottom: -84px;
}
@media screen and (max-width: 999px) {
  header {
    align-items: center;
    padding: 8rem 32rem;
  }
}

h1 {
  display: none;
}

.logo {
  max-width: 221px;
  width: 20%;
}
@media screen and (max-width: 599px) {
  .logo {
    line-height: 1;
  }
}
.logo img {
  width: 228px;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .logo img {
    height: 26px;
    width: auto;
  }
}

#menu-toggle {
  display: none;
}

.ham {
  display: none;
  width: 24px;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .ham {
    display: block;
  }
}

.ham span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #49AA8F;
  margin-bottom: 6px;
  transition: transform 0.3s, opacity 0.3s;
}
.ham span:nth-child(3) {
  margin-bottom: 0;
}

@media screen and (max-width: 999px) {
  .ham.active ~ nav {
    transform: translateX(0);
  }
  .ham.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .ham.active span:nth-child(2) {
    opacity: 0;
  }
  .ham.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

nav {
  margin: 0 0 0 auto;
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin: auto 0;
  z-index: -1;
  transition: transform 0.6s ease;
}
@media screen and (max-width: 999px) {
  nav {
    flex-direction: column;
    align-items: flex-end;
    transform: translateX(100%);
    background-color: #ffffff;
    border-radius: 0 0 0 32px;
    padding: 80rem 32rem 16rem;
    position: fixed;
    top: 0;
    right: 0;
  }
}
nav ul {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 999px) {
  nav ul {
    flex-direction: column;
  }
}
nav ul li a {
  margin: 0 0 8px 0;
  color: #515151;
  font-size: 15rem;
  text-decoration: none;
  white-space: nowrap;
}
nav ul li a:hover {
  color: #49AA8F;
}
nav ul .bt01 a, nav ul .bt02 a {
  border-radius: 4px;
  margin-bottom: 0;
  padding: 8rem 38rem 8rem 16rem;
  height: 36rem;
  font-size: 15rem;
  width: unset;
}
nav ul .bt01 a::after, nav ul .bt02 a::after {
  right: 16rem;
}

.icon_threestars {
  position: relative;
  width: 112rem;
  height: 112rem;
  height: 40px;
}
.icon_threestars::before {
  content: "";
  display: block;
  width: 112rem;
  height: 112rem;
  -webkit-mask-size: 112rem;
          mask-size: 112rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../img/threestars.svg);
          mask-image: url(../img/threestars.svg);
  background-color: #49AA8F;
  position: absolute;
  top: 0;
  left: 0;
}
.icon_threestars::before {
  height: 40px;
}

.icon_hand {
  position: relative;
  width: 46rem;
  height: 46rem;
  height: 39px;
}
.icon_hand::before {
  content: "";
  display: block;
  width: 46rem;
  height: 46rem;
  -webkit-mask-size: 46rem;
          mask-size: 46rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../img/hand.svg);
          mask-image: url(../img/hand.svg);
  background-color: #49AA8F;
  position: absolute;
  top: 0;
  left: 0;
}
.icon_hand::before {
  height: 39px;
}

.icon_block {
  position: relative;
  width: 42rem;
  height: 42rem;
  height: 40px;
}
.icon_block::before {
  content: "";
  display: block;
  width: 42rem;
  height: 42rem;
  -webkit-mask-size: 42rem;
          mask-size: 42rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../img/block.svg);
          mask-image: url(../img/block.svg);
  background-color: #49AA8F;
  position: absolute;
  top: 0;
  left: 0;
}
.icon_block::before {
  height: 40px;
}

.icon_bulb {
  position: relative;
  width: 20rem;
  height: 20rem;
}
.icon_bulb::before {
  content: "";
  display: block;
  width: 20rem;
  height: 20rem;
  -webkit-mask-size: 20rem;
          mask-size: 20rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../img/bulb.svg);
          mask-image: url(../img/bulb.svg);
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.icon_bulb::before {
  position: relative;
  top: -1px;
  left: unset;
}

.icon_star {
  position: relative;
  width: 22rem;
  height: 22rem;
}
.icon_star::before {
  content: "";
  display: block;
  width: 22rem;
  height: 22rem;
  -webkit-mask-size: 22rem;
          mask-size: 22rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../img/star.svg);
          mask-image: url(../img/star.svg);
  background-color: #F19D31;
  position: absolute;
  top: 0;
  left: 0;
}
.icon_star::before {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 3px;
}

.icon_close {
  position: relative;
  width: 18rem;
  height: 18rem;
}
.icon_close::before {
  content: "";
  display: block;
  width: 18rem;
  height: 18rem;
  -webkit-mask-size: 18rem;
          mask-size: 18rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../img/close.svg);
          mask-image: url(../img/close.svg);
  background-color: #49AA8F;
  position: absolute;
  top: 0;
  left: 0;
}

.fv {
  position: relative;
  width: 100%;
  margin: 0 auto -80px auto;
  display: grid;
  gap: 0 34px;
  padding: 88px 1%;
  justify-content: center;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .fv {
    display: flex;
    flex-direction: column;
  }
}
.fv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/bg_fv.png) no-repeat;
  background-size: cover;
}
.fv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -54px;
  left: 0;
  z-index: 1;
  background: url(../img/bubble.png) no-repeat;
  background-size: 100vw auto;
}
.fv .image {
  width: 100%;
  max-width: 425px;
  height: auto;
  grid-column: 1/2;
  grid-row: 1/4;
}
@media screen and (max-width: 999px) {
  .fv .image {
    position: absolute;
    width: 201px;
    height: 237px;
    top: 20%;
    bottom: 0;
    left: 16px;
    z-index: 3;
  }
}
@media screen and (max-width: 599px) {
  .fv .image {
    width: 128px;
    height: 150px;
    top: 15%;
    left: 4px;
  }
}
.fv .image img {
  width: 100%;
  height: auto;
}
.fv .name {
  width: 414px;
  height: auto;
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 74px auto 0;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .fv .name {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-left: 100px;
    width: 465px;
  }
}
@media screen and (max-width: 599px) {
  .fv .name {
    width: 346px;
    margin: 40px auto 4px;
  }
}
.fv .name img {
  width: 100%;
  height: auto;
}
.fv .text {
  grid-column: 2/3;
  grid-row: 2/3;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 16rem 32rem;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .fv .text {
    margin: 8px 0 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .fv .text {
    margin: 0 16px 40px;
    padding: 16rem 8rem;
  }
}
.fv .text p {
  color: #707070;
  font-size: 20rem;
  margin: 0;
  font-weight: 300;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 999px) {
  .fv .text p {
    text-align: center;
    padding-left: 80px;
    font-size: 16rem;
  }
}
@media screen and (max-width: 599px) {
  .fv .text p {
    padding-left: 0;
  }
}
.fv .cta {
  grid-column: 2/3;
  grid-row: 3/4;
  z-index: 3;
  margin-bottom: 40px;
  max-height: 190px;
  flex-wrap: wrap;
  gap: 24px 80px;
  min-height: unset;
}
@media screen and (max-width: 999px) {
  .fv .cta {
    grid-column: 1/3;
    grid-row: 3/4;
    max-height: unset;
  }
}
.fv h2 {
  font-weight: 400;
  font-size: 32rem;
  margin: 0;
  color: #F19D31;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 999px) {
  .fv h2 {
    font-size: 28rem;
    text-align: center;
    padding-left: 80px;
  }
}
@media screen and (max-width: 599px) {
  .fv h2 {
    font-size: 24rem;
    padding-left: 122px;
    height: 84rem;
  }
}

.cta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
  justify-content: center;
}

.bt01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.bt01 p {
  text-align: center;
  font-size: 14rem;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.bt01 p::before {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  background-color: #FFA17A;
  -webkit-mask-size: 34rem;
          mask-size: 34rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../img/decoration.svg);
          mask-image: url(../img/decoration.svg);
  margin-bottom: 7px;
}
.bt01 a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 16px 48px 16px 24px;
  border-radius: 8px;
  color: #ffffff;
  background-color: #FFA17A;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 65rem;
  font-size: 20rem;
  text-align: center;
  line-height: 135%;
  width: 292rem;
  position: relative;
  text-decoration: none;
}
.bt01 a::after {
  content: "";
  display: inline-block;
  width: 16rem;
  height: 16rem;
  background-color: #ffffff;
  -webkit-mask-size: 16rem;
          mask-size: 16rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../img/icon_right.svg);
          mask-image: url(../img/icon_right.svg);
  position: absolute;
  right: 24px;
}
.bt01 a:hover {
  color: #ffffff;
  filter: saturate(130%);
}

.bt02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.bt02 p {
  text-align: center;
  font-size: 14rem;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.bt02 p::before {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  background-color: #F19D31;
  -webkit-mask-size: 34rem;
          mask-size: 34rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../img/decoration.svg);
          mask-image: url(../img/decoration.svg);
  margin-bottom: 7px;
}
.bt02 a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 16px 48px 16px 24px;
  border-radius: 8px;
  color: #ffffff;
  background-color: #F19D31;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 65rem;
  font-size: 20rem;
  text-align: center;
  line-height: 135%;
  width: 292rem;
  position: relative;
  text-decoration: none;
}
.bt02 a::after {
  content: "";
  display: inline-block;
  width: 16rem;
  height: 16rem;
  background-color: #ffffff;
  -webkit-mask-size: 16rem;
          mask-size: 16rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../img/icon_right.svg);
          mask-image: url(../img/icon_right.svg);
  position: absolute;
  right: 24px;
}
.bt02 a:hover {
  color: #ffffff;
  filter: saturate(130%);
}

#rework.bg_wht::before {
  content: "Rework?";
}
#rework h3 {
  padding: 0px 40px;
}
@media screen and (max-width: 599px) {
  #rework h3 {
    font-size: 16rem;
    margin-bottom: 8rem;
  }
  #rework h3 em {
    font-size: 24rem;
  }
}
#rework .body {
  max-width: 1336px;
  text-align: left;
  margin: -48rem auto 0 auto;
  padding: 48rem 188px 151px;
  background-image: url(../img/rework01.png), url(../img/rework02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: auto 179px, auto 151px;
}
@media screen and (max-width: 999px) {
  #rework .body {
    margin: -122px auto -104px auto;
    padding: 102px 16px 99px;
    background-position: 16px top, right bottom;
    background-size: auto 119px, auto 99px;
  }
}
@media screen and (max-width: 599px) {
  #rework .body {
    background-position: center bottom;
    background-size: auto 119px, 0 0;
    padding: 0 16px 120px;
    margin: 0;
  }
}

#feature.bg_grn::before {
  content: "Feature";
}
#feature ul {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 0 24px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #feature ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  #feature ul {
    padding: 0 16px;
  }
}
#feature li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding: 40px 24px 24px 24px;
  margin: 0;
  flex: 1;
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 999px) {
  #feature li {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #feature li {
    padding: 24px 16px;
  }
}
#feature li h4 {
  margin: 0;
  font-size: 20rem;
  font-weight: 500;
  line-height: 1.75;
}
#feature li h4:nth-of-type(1) {
  max-width: 360px;
}
@media screen and (max-width: 999px) {
  #feature li h4:nth-of-type(1) {
    max-width: unset;
  }
}
#feature li h4 br.only_pc {
  display: block;
}
@media screen and (max-width: 999px) {
  #feature li h4 br.only_pc {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #feature li h4 br.only_pc {
    display: block;
  }
}
#feature li p {
  text-align: left;
  flex: 1;
  margin: 0;
}
#feature li a {
  font-size: 14rem;
  text-align: center;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-direction: column;
}
#feature li img {
  width: 150px;
  height: auto;
}
#feature li .baloon {
  font-size: 14rem;
  font-weight: 600;
  position: absolute;
  top: 4px;
  right: 50%;
  transform: translateX(170px) rotate(8.57deg);
}
@media screen and (max-width: 999px) {
  #feature li .baloon {
    transform: translateX(250px) rotate(8.57deg);
  }
}
@media screen and (max-width: 599px) {
  #feature li .baloon {
    top: -7px;
    transform: translateX(180px) rotate(8.57deg);
  }
}
#feature .frame_orn {
  background-image: url(../img/welcome.svg);
  background-repeat: no-repeat;
  background-position: 8px 16px;
  background-size: 198px auto;
  padding: 16px 24px;
  max-width: 972px;
  margin: 56px auto 80px;
}
@media screen and (max-width: 999px) {
  #feature .frame_orn {
    margin: 56px 24px 80px;
    background-size: 132px auto;
  }
}
@media screen and (max-width: 599px) {
  #feature .frame_orn {
    margin: 24px 16px 40px;
    padding: 48px 16px 16px;
    background-position: center top;
  }
}

#about {
  padding-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #about {
    padding-top: 0;
  }
}
#about.bg_wht::before {
  content: "About";
}
#about h4 {
  font-size: 20rem;
  font-weight: 600;
}
#about p {
  margin: 0;
}
#about img {
  width: 100%;
  height: auto;
}
#about .container {
  max-width: 1440px;
  width: 90%;
  margin: 80px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  #about .container {
    margin-top: 40px;
  }
}
#about .container h4 {
  width: 100%;
  grid-column: 1/3;
  grid-row: 1/2;
}
#about .container .place {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 999px) {
  #about .container .place {
    width: 100%;
  }
}
#about .container .text {
  text-align: left;
  grid-column: 1/2;
  grid-row: 2/3;
}
#about .container .text dl {
  margin: 0;
}
#about .container .text dd {
  margin: 0;
}
#about .container .photo.staff {
  margin-left: 56px;
}
@media screen and (max-width: 999px) {
  #about .container .photo.staff {
    margin: 24px auto 0;
  }
}
#about .container .photo.staff img {
  width: 320px;
  height: auto;
  margin: 0;
}
#about .container .photo.map {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  justify-content: flex-start;
  margin-top: 24px;
}
@media screen and (max-width: 999px) {
  #about .container .photo.map {
    flex-direction: row;
    margin: 24px auto 0;
    order: 3;
  }
}
@media screen and (max-width: 599px) {
  #about .container .photo.map {
    flex-direction: column;
    align-items: center;
  }
}
#about .container .photo.map .map {
  margin: auto 0 0;
  position: relative;
  width: 376px;
  padding-top: 366px;
  height: 0;
}
@media screen and (max-width: 999px) {
  #about .container .photo.map .map {
    width: 337px;
  }
}
#about .container .photo.map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about .container .photo.map .bld {
  width: 145px;
  height: auto;
}
#about .container .room {
  display: flex;
  margin: 0 auto 24px;
  gap: 32px 9%;
  flex-wrap: wrap;
  min-width: 554px;
  flex: 1;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  #about .container .room {
    margin: 0 auto;
    order: 4;
    gap: 0.5vw;
    min-width: unset;
  }
}
@media screen and (max-width: 999px) {
  #about .container .room {
    gap: 16px 0;
  }
}
#about .container .room .img {
  align-self: end;
  margin: 0;
  width: 180px;
  height: auto;
}
@media screen and (max-width: 999px) {
  #about .container .room .img {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 599px) {
  #about .container .room .img {
    width: 43vw;
    height: 43vw;
  }
}
#about .container .room .img:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
#about .container .room .img:nth-of-type(2) {
  width: 240px;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 999px) {
  #about .container .room .img:nth-of-type(2) {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 599px) {
  #about .container .room .img:nth-of-type(2) {
    width: 43vw;
    height: 43vw;
  }
}
#about .container .room .img:nth-of-type(3) {
  width: 320px;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 999px) {
  #about .container .room .img:nth-of-type(3) {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 599px) {
  #about .container .room .img:nth-of-type(3) {
    width: 43vw;
    height: 43vw;
  }
}
#about .container .room .img:nth-of-type(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
#about .container .room .img img {
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#about .message {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  #about .message {
    width: 95%;
  }
}
#about .letter {
  position: relative;
  margin: 45px auto 80px;
  padding: 45px 0 0 65px;
}
@media screen and (max-width: 999px) {
  #about .letter {
    margin-bottom: 0;
    padding-left: 0;
  }
}
#about .letter .photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#about .letter .photo img {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #CBEAE2;
}
#about .letter .name {
  position: absolute;
  top: 26px;
  left: 65px;
  padding: 8px 16px 8px 72px;
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  text-align: left;
  line-height: 1.5;
}
#about .letter .name .font12 {
  display: inline-block;
  line-height: 1.5;
}
#about .letter .name .font14 {
  margin-right: 8px;
}
#about .letter .text_wrapper {
  background-color: #F2FFFA;
  padding: 28px 31px;
}
@media screen and (max-width: 999px) {
  #about .letter .text_wrapper {
    padding: 24px;
  }
}
#about .letter .text {
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #CBEAE2;
  padding: 56px 32px 32px;
  line-height: 2.7em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
#about .letter .text p {
  background-image: linear-gradient(0deg, rgba(203, 234, 226, 0.6) 1px, transparent 1px); /* 罫線の色と太さ  */
  background-size: 100% 2.7em;
}

#program {
  overflow: hidden;
}
#program.bg_grn::before {
  content: "Program";
}
@media screen and (max-width: 999px) {
  #program h3 {
    margin: 56rem 24px 40rem;
  }
}
#program h3 span {
  display: inline;
}
@media screen and (max-width: 599px) {
  #program h3 span {
    display: none;
  }
}
#program .schdule {
  max-width: 1110px;
  padding: 0 0 88px;
  margin: 0 auto;
  display: grid;
  gap: 40px 56px;
  grid-template-rows: auto 1fr;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 999px) {
  #program .schdule {
    padding: 0 24px 88px;
    gap: 24px 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 599px) {
  #program .schdule {
    display: block;
    padding-bottom: 24px;
  }
}
#program .schdule::after {
  content: "";
  display: block;
  width: 29%;
  height: 40%;
  position: absolute;
  bottom: -3%;
  left: 80%;
  background: url(../img/program02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  #program .schdule::after {
    left: unset;
    bottom: 20px;
    right: 160px;
    width: 247px;
    height: 139px;
  }
}
@media screen and (max-width: 599px) {
  #program .schdule::after {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #program .schdule .frame_grn {
    margin: 0 auto;
  }
}
#program .schdule .title {
  text-align: center;
  padding: 16px 0 8px;
}
#program .schdule .title h4 {
  font-weight: 500;
}
#program .schdule .icon_logo {
  font-size: 18rem;
  text-align: center;
  display: inline-block;
  font-weight: 600;
}
#program .schdule th {
  font-family: "Castoro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18rem;
  color: #49AA8F;
  padding: 2px 24px 2px 16px;
}
@media screen and (max-width: 999px) {
  #program .schdule th {
    padding: 2px 16px;
    vertical-align: text-top;
  }
}
#program .schdule td {
  text-align: left;
  padding: 2px 16px 2px 0;
}
#program .schdule table tr:last-child th, #program .schdule table tr:last-child td {
  padding-bottom: 24px;
}
#program .schdule table {
  border-left: 1px solid #CBEAE2;
  border-top: 1px solid #CBEAE2;
  border-radius: 8px;
  border-spacing: 0;
  border-collapse: unset;
  grid-column: 1/2;
  grid-row: 1/3;
}
#program .schdule table tr td:first-child {
  border-radius: 8px 0 0 0;
}
#program .schdule table tr th:last-child {
  border-radius: 0 8px 0 0;
}
#program .schdule table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
#program .schdule table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
#program .schdule > p {
  grid-column: 2/3;
  grid-row: 1/2;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
#program .schdule > p em {
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(transparent 90%, #F19D31 0%);
  padding: 0 0 3px 0;
  margin: 0 2px;
}
#program .schdule .point {
  grid-column: 2/3;
  grid-row: 2/3;
  position: relative;
  margin-bottom: auto;
  padding-bottom: 96px;
  padding-right: 8px;
}
#program .schdule .point::before {
  content: "";
  display: block;
  width: 167px;
  height: 137px;
  position: absolute;
  bottom: 0;
  left: 300px;
  background: url(../img/program01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  #program .schdule .point::before {
    left: unset;
    bottom: 0;
    right: 0;
    width: 129px;
    height: 105px;
  }
}
#program .schdule .point p {
  margin: 8px 0 0;
}
#program .schdule .icon_bulb {
  background-color: #F19D31;
  color: #ffffff;
  font-size: 14rem;
  font-weight: 600;
  border-radius: 20px;
  width: unset;
  height: unset;
  padding: 4px 8px 0;
  display: flex;
  align-items: center;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
#program .bg_dark {
  position: relative;
  overflow: hidden;
  padding: 56px 0 0 0;
  margin-top: -88px;
}
#program .bg_dark::before {
  content: "";
  width: 130vw;
  height: 100vw;
  background-color: #DFF7EF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 999px) {
  #program .bg_dark::before {
    width: 300vw;
    height: 200vw;
  }
}
#program .bg_dark .text {
  margin: 24px 0 0;
  font-weight: 500;
  font-size: 18rem;
  display: flex;
  align-items: center;
}
#program .bg_dark .text::before, #program .bg_dark .text::after {
  content: "";
  display: block;
  width: 13px;
  height: 20px;
  background-color: #F19D31;
  -webkit-mask-size: 13rem;
  mask-size: 13rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../img/decoration2.svg);
  mask-image: url(../img/decoration2.svg);
  margin: 0 6px 0 auto;
}
#program .bg_dark .text::after {
  transform: scale(-1, 1);
  margin: 0 auto 0 6px;
}
#program .bg_dark ul {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin: 64px 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 599px) {
  #program .bg_dark ul {
    flex-direction: column;
    gap: 16px;
    margin: 16px 0;
  }
}
#program .bg_dark ul.img {
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  #program .bg_dark ul.img li {
    width: unset;
    margin: 0;
  }
}
#program .bg_dark ul.img img {
  width: auto;
  height: auto;
  max-height: 220px;
  max-width: 280px;
  border: 1px solid #b9b9b9;
}
@media screen and (max-width: 999px) {
  #program .bg_dark ul.img img {
    max-height: 227px;
    max-width: 227px;
  }
}
@media screen and (max-width: 999px) {
  #program .bg_dark ul.img img {
    max-height: 166px;
    max-width: 166px;
  }
}
@media screen and (max-width: 599px) {
  #program .bg_dark ul li {
    width: 80%;
  }
}
#program .bg_dark .icon_star {
  font-size: 18rem;
  font-weight: 500;
  width: unset;
  height: unset;
}
#program .bg_dark .frame_orn {
  border-radius: 34px;
  padding: 8px 16px;
  font-size: 14rem;
  border-color: #FFDBAC;
  line-height: 1.5;
}
#program .bg_dark .frame_orn em {
  white-space: nowrap;
}
#program + .bg_grn {
  padding: 40px 0 160px;
}
#program + .bg_grn .medium {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 599px) {
  #program + .bg_grn {
    padding: 24px 0 80px;
  }
}

#price {
  padding: 0 24px 80px;
}
@media screen and (max-width: 599px) {
  #price {
    padding: 0 24px 40px;
  }
}
#price.bg_wht::before {
  content: "Price";
}
#price h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  #price > p {
    margin: 24px 0;
    text-align: left;
  }
}
#price > p.font20 {
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 599px) {
  #price > p.font20 {
    font-size: 18rem;
    text-align: center;
  }
}
#price > p.font20 .only_pc {
  display: inline;
}
@media screen and (max-width: 599px) {
  #price > p.font20 .only_pc {
    display: none;
  }
}
#price .font30 {
  font-weight: 400;
  margin: 0 4px;
}
@media screen and (max-width: 599px) {
  #price .font30 {
    font-size: 28rem;
  }
}
#price .box_grn {
  max-width: 1440px;
  width: 100%;
  margin: 48px auto;
  padding: 48px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 56px 70px;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  #price .box_grn {
    padding: 24px 8px;
  }
}
#price .box_grn h4 {
  font-weight: 500;
  font-size: 20rem;
  width: 100%;
  margin: 0;
}
#price .box_grn .unit {
  position: relative;
  border: 1px solid #CBEAE2;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 8px 40px;
}
@media screen and (max-width: 599px) {
  #price .box_grn .unit {
    padding: 8px 24px;
  }
}
#price .box_grn .thumb {
  width: 70px;
  height: 70px;
  border: 1px solid #CBEAE2;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: -35px;
}
@media screen and (max-width: 599px) {
  #price .box_grn .thumb {
    width: 60px;
    height: 60px;
  }
}
#price .box_grn .thumb img {
  width: 100%;
  height: auto;
}
#price .box_grn h5 {
  font-size: 16rem;
  font-weight: 400;
  border-bottom: 2px solid #49AA8F;
  margin: 0;
  line-height: 1.75;
  padding-bottom: 4px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#price .box_grn .amount {
  line-height: 1.75;
}
#price .box_grn .amount em {
  font-size: 32rem;
  font-weight: 500;
  margin: 0 4px 0 16px;
  font-style: normal;
}
#price table {
  margin: 0 auto;
}
#price table + p {
  text-align: left;
  margin: 4px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#price table + p span {
  margin-right: 8px;
}
#price td, #price th {
  border: 1px solid #CCCCCC;
  padding: 8px 16px;
}
#price th {
  background-color: #EEFDF7;
  font-weight: 400;
}
#price td:nth-of-type(1) {
  text-align: left;
}
#price .popup {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#price .popup p {
  margin-bottom: 0;
}
#price .popup .trigger {
  cursor: pointer;
  text-decoration: underline;
}
#price .popup .target {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 24px 16px 32px;
  text-align: center;
  position: absolute;
  right: 0;
  display: none;
}
#price .popup .target .icon_close {
  font-size: 0;
  top: 8px;
  right: 8px;
  position: absolute;
  cursor: pointer;
}
#price .popup .target h3 {
  font-size: 18rem;
  font-weight: 500;
  margin: 0 auto 24px;
}
#price .popup .target h4 {
  border-left: 4px #49AA8F solid;
  line-height: 1;
  padding-left: 8px;
  font-weight: 400;
  text-align: left;
  margin: 24px 0 8px;
}
#price .popup .target ul {
  text-align: left;
  font-size: 14rem;
}
#price .popup .target ul > li:nth-of-type(1) {
  font-size: 16rem;
}
#price .popup .target ol li {
  list-style: decimal;
  margin-left: 32px;
}

#step.bg_grn::before {
  content: "Step to use";
}
#step .body {
  display: flex;
  flex-wrap: wrap;
  max-width: 1230px;
  margin: 0 auto 80px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #step .step {
    padding-right: 16px;
  }
}
#step li {
  text-align: left;
  margin-bottom: 48px;
}
@media screen and (max-width: 999px) {
  #step li {
    margin-left: 32px;
  }
}
@media screen and (max-width: 599px) {
  #step li {
    margin-left: 48px;
  }
}
#step li::marker {
  color: #F19D31;
  font-family: "Castoro", serif;
  font-style: italic;
  font-size: 32rem;
}
@media screen and (max-width: 599px) {
  #step li::marker {
    font-size: 28rem;
  }
}
#step li:nth-of-type(2) {
  margin-left: 48px;
}
@media screen and (max-width: 999px) {
  #step li:nth-of-type(2) {
    margin-left: 32px;
  }
}
@media screen and (max-width: 599px) {
  #step li:nth-of-type(2) {
    margin-left: 48px;
  }
}
#step li:nth-of-type(3) {
  margin-left: 96px;
}
@media screen and (max-width: 999px) {
  #step li:nth-of-type(3) {
    margin-left: 32px;
  }
}
@media screen and (max-width: 599px) {
  #step li:nth-of-type(3) {
    margin-left: 48px;
  }
}
#step li:nth-of-type(4) {
  margin-left: 144px;
}
@media screen and (max-width: 999px) {
  #step li:nth-of-type(4) {
    margin-left: 32px;
  }
}
@media screen and (max-width: 599px) {
  #step li:nth-of-type(4) {
    margin-left: 48px;
  }
}
#step li ol {
  margin: 0 0 0 40rem;
}
#step li p {
  margin: 8px 0 0 -31rem;
}
#step h4 {
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  #step h4 .font22 {
    font-size: 18rem;
  }
}
@media screen and (max-width: 999px) {
  #step h4 .font18 {
    font-size: 16rem;
  }
}
#step .frame_grn {
  display: flex;
  flex-direction: column;
  padding: 32px 4%;
  justify-content: center;
  gap: 16px;
  margin: 0 0 auto;
}
#step .frame_orn {
  width: 90%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
  padding: 24px 0 40px;
  justify-content: space-around;
  align-items: flex-start;
}
#step .frame_orn::after {
  content: "+";
  order: 3;
  margin: auto 0;
  font-size: 32rem;
}
#step .frame_orn h4 {
  width: 100%;
}
#step .cta {
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
#step dl {
  width: 398rem;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}
#step dl:nth-of-type(1) {
  order: 2;
  gap: 22px;
  margin-right: 0;
}
#step dl:nth-of-type(2) {
  order: 4;
  gap: 8px;
  margin-left: 0;
}
#step dt {
  font-weight: 400;
}
#step dd {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#step dd p {
  margin: 0;
}
#step .box_orn {
  padding: 8px 40px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  font-weight: 600;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 209px;
}
#step .box_orn span {
  font-weight: 400;
}
#step em {
  font-style: normal;
}

@media screen and (max-width: 999px) {
  #faq {
    padding-bottom: 40px;
  }
}
#faq.bg_wht::before {
  content: "FAQ";
}
#faq details {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  border-bottom: 1px dashed #A1A4A8;
  margin: 0 auto 20px;
  padding: 0 0 12px;
  max-width: 1140px;
  text-align: left;
  width: 90%;
}
@media screen and (max-width: 599px) {
  #faq details {
    width: 92%;
  }
}
#faq details::before {
  content: "";
  display: inline-block;
  width: 18rem;
  height: 20rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: 6px 0 0 0;
  flex-shrink: 0;
  -webkit-mask-image: url(../img/Q.svg);
          mask-image: url(../img/Q.svg);
  background-color: #F19D31;
  position: absolute;
  top: 0;
  left: 0;
}
#faq details[open] summary::before {
  transform: rotate(90deg);
}
#faq summary {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 8px;
  padding-left: 26px;
}
@media screen and (max-width: 599px) {
  #faq summary {
    justify-content: space-between;
    align-items: center;
  }
}
#faq summary::-webkit-details-marker {
  display: none;
}
#faq summary::before {
  content: "";
  display: block;
  transition: all 0.4s 0s ease;
  width: 24rem;
  height: 24rem;
  z-index: 0;
  order: 2;
  flex-shrink: 0;
  -webkit-mask-image: url(../img/chevron.svg);
          mask-image: url(../img/chevron.svg);
  background-color: #F19D31;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
#faq summary::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  z-index: 99;
}
#faq p {
  position: relative;
  padding-left: 26px;
}
#faq p::before {
  content: "";
  display: inline-block;
  width: 18rem;
  height: 20rem;
  -webkit-mask-image: url(../img/A.svg);
          mask-image: url(../img/A.svg);
  background-color: #49AA8F;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: 6px 0 0 0;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#faq p a {
  position: relative;
  z-index: 100;
}

#contact {
  text-align: center;
  padding: 156px 0 80px;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #contact {
    padding: 96px 0 0;
  }
}
@media screen and (max-width: 599px) {
  #contact {
    padding: 80px 0 0;
  }
}
#contact .cta {
  padding: 40px 0 80px;
  gap: 72px;
}
@media screen and (max-width: 999px) {
  #contact .cta {
    padding: 40px 0;
    gap: 40px;
  }
}
@media screen and (max-width: 599px) {
  #contact .cta {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
  }
}
#contact .cta p {
  font-size: 14rem;
}
#contact .cta a {
  width: 372rem;
}
@media screen and (max-width: 999px) {
  #contact .cta a {
    width: 292px;
  }
}
#contact .body {
  max-width: 1252px;
  margin: 56px auto 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  #contact .body {
    margin-top: 40px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  #contact .body {
    padding-bottom: 24px;
  }
}
#contact .body::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 167px;
  height: 164px;
  background: url(../img/cta01.png) no-repeat;
  background-size: contain;
  top: -124px;
  right: -12px;
}
@media screen and (max-width: 999px) {
  #contact .body::before {
    width: 125px;
    height: 122px;
    top: -104px;
    right: 12px;
  }
}
@media screen and (max-width: 599px) {
  #contact .body::before {
    width: 85px;
    height: 84x;
    top: -40px;
    right: 12px;
  }
}
#contact .body::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 170px;
  height: 195px;
  background: url(../img/cta02.png) no-repeat;
  background-size: contain;
  bottom: -50px;
  left: -40px;
}
@media screen and (max-width: 999px) {
  #contact .body::after {
    width: 118px;
    height: 135px;
    bottom: 0;
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  #contact .body::after {
    width: 85px;
    height: 97px;
    bottom: 0;
    left: 0;
  }
}