.m_size, .wrap {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #ff4d88;
}

footer {
  margin-top: auto;
  padding: 1.2rem 0 calc(44px + 3rem);
  text-align: center;
}

.copyRight {
  font-size: 0.85em;
  color: #cccccc;
  font-weight: bold;
  padding: 1.75em 0;
}
.copyRight em {
  font-size: 1.6em;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}

.flex, .flexB, .flexC, .box-contact a, .flexW {
  display: flex;
}

.flexB {
  justify-content: space-between;
}

.flexC, .box-contact a {
  justify-content: center;
  align-items: center;
}

.flexW {
  flex-wrap: wrap;
}

.icon {
  width: 100%;
  height: 100%;
}

.caps {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  display: inline-block;
  padding-top: 1rem;
}

.dlt_1 {
  transition: all 0.6s ease-out;
  transform: translateY(30%);
  opacity: 0;
}
.dlt_1.started {
  transform: none;
  opacity: 1;
}

.drawer-hamburger {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 100;
  padding: 0 15px 0 15px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  outline: 0;
  border: none;
  opacity: 0.5;
  background-color: #fff;
}
.drawer-hamburger .drawer-hamburger-icon {
  position: relative;
  display: block;
}
.drawer-hamburger .drawer-hamburger-icon, .drawer-hamburger .drawer-hamburger-icon::after, .drawer-hamburger .drawer-hamburger-icon::before {
  width: 100%;
  height: 1px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background: #353441;
}
.drawer-hamburger .drawer-hamburger-icon::after, .drawer-hamburger .drawer-hamburger-icon::before {
  position: absolute;
  top: -5px;
  left: 0;
  content: " ";
}
.drawer-hamburger .drawer-hamburger-icon::after {
  top: 5px;
}

.drawer-nav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 2em;
  text-align: left;
}
.drawer-nav .drawer-menu {
  height: 100%;
  max-width: 345px;
  margin-left: auto;
}
.drawer-nav .drawer-menu > ul {
  background: white;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.drawer-nav .drawer-menu > ul > li:first-child {
  width: 100%;
  text-align: center;
  color: white;
  background: #ff4d88;
  margin-bottom: 1.75em;
  padding: 1.75em 1rem;
}
.drawer-nav .drawer-menu > ul > li:first-child b {
  display: block;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 1em;
}
.drawer-nav .drawer-menu > ul > li:not(:first-child) {
  line-height: 1;
  text-align: center;
}
.drawer-nav .drawer-menu > ul > li:not(:first-child) a {
  display: block;
  padding: 1.3em;
}

.drawer.drawer-open {
  overflow: hidden !important;
}
.drawer.drawer-open .drawer-nav {
  right: 0;
}
.drawer.drawer-open .drawer-hamburger {
  top: 2.1em;
  right: 2.1em;
}
.drawer.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer.drawer-open .drawer-hamburger-icon::before, .drawer.drawer-open .drawer-hamburger-icon::after {
  top: 0;
}
.drawer.drawer-open .drawer-hamburger-icon::before {
  transform: rotate(225deg);
}
.drawer.drawer-open .drawer-hamburger-icon::after {
  transform: rotate(-225deg);
}
.drawer.drawer-open .drawer-overlay {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(115, 229, 198, 0.8);
}

header {
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  background-color: #000;
}

.mv {
  background: linear-gradient(360deg, rgb(204, 204, 204) 0%, rgb(221, 221, 221) 15%, rgb(236, 236, 236) 100%);
}

.leader {
  display: flex;
  flex-direction: column-reverse;
}
.leader .cvbtn {
  padding: 0 2.6rem;
  width: 100%;
  margin-top: -40px;
}
.leader .reason {
  padding: 0 1.3rem;
  margin-bottom: 2rem;
}

.cvbtn {
  padding: 3.5rem 2.6rem;
  width: 100%;
}
.cvbtn > a {
  display: block;
  margin-bottom: 2rem;
}
.cvbtn > div {
  gap: 27px;
}

.cv2 {
  padding: 6rem 2.6rem;
  background: #fff;
}
.cv2 p {
  color: #ff4d88;
  font-size: 1.8rem;
  font-weight: 600;
}
.cv2 .line_btn {
  display: block;
  margin: 2rem auto;
}

.box-contact {
  display: flex;
  justify-content: center;
}
.box-contact li:not(:first-child) {
  margin-left: 0.75em;
}
.box-contact a {
  height: 44px;
}
.box-contact a .icon {
  width: 24px;
  height: 24px;
  fill: white;
}

.sec-ttl {
  margin-bottom: 4.2rem;
}

.bg-pink {
  background: linear-gradient(300deg, rgb(255, 202, 219) 0%, rgb(255, 235, 238) 40%, rgb(255, 236, 203) 100%);
  background-size: 200% 100%;
  animation: moveGradient 8s ease infinite;
}

@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.copy1 {
  padding: 2rem 3rem;
}
.copy1 p {
  font-weight: bold;
  font-size: 0.95em;
}
.copy1 p:not(:last-child) {
  margin-bottom: 1em;
}

.box_txt {
  font-size: 0.85em;
  line-height: 2;
  padding: 3rem;
}
.box_txt p {
  margin-bottom: 1em;
}

.sec-cont1 {
  overflow: hidden;
  padding: 4rem 2.6rem 6rem;
}
.sec-cont1 .about-txt {
  margin-bottom: 4rem;
}

.sec-cont2 {
  padding: 4rem 2.6rem 0;
}
.sec-cont2 .sign {
  text-align: right;
}

video {
  width: 100%;
  margin-bottom: 1rem;
}

.sec-cont3 {
  padding: 6rem 2.6rem;
  background: rgba(115, 229, 198, 0.2);
}
.sec-cont3 .cvbtn {
  padding: 0;
  padding-bottom: 5.5rem;
}
.sec-cont3 ol li:nth-child(3) h3 {
  position: relative;
}
.sec-cont3 ol li:nth-child(3) h3::before {
  content: "";
  display: inline-block;
  width: 63px;
  height: 60px;
  background: url(../img/flow-step03_clacker01.png) no-repeat center/100%;
  position: absolute;
  left: 10%;
  top: -60%;
}
.sec-cont3 ol li:nth-child(3) h3::after {
  content: "";
  display: inline-block;
  width: 63px;
  height: 60px;
  background: url(../img/flow-step03_clacker01_1.png) no-repeat center/100%;
  position: absolute;
  right: 10%;
  top: -60%;
}
.sec-cont3 .flow-step {
  position: relative;
  background: #fff;
  padding: 5rem 2.6rem 3rem;
}
.sec-cont3 .flow-step:not(:last-of-type) {
  margin-bottom: 5.5rem;
}
.sec-cont3 .flow-step > img {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-cont3 .flow-step h3 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.sec-cont3 .flow-step .flow-step_point {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.sec-cont3 .flow-step .flow-step_point p {
  font-weight: bold;
}
.sec-cont3 .flow-step .flow-step_point img {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}

.sec-cont4 {
  padding: 6rem 0 0;
}
.sec-cont4 .sec-cont4_inner {
  padding: 0 2.6rem 2rem;
}
.sec-cont4 .sec-cont4_inner h3 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.sec-cont4 .sec-cont4_inner h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
.sec-cont4 .sec-cont4_inner p {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
.sec-cont4 .sec-cont4_inner ol li {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.sec-cont4 .map {
  position: relative;
  height: 0;
  padding-top: 55.8%;
}
.sec-cont4 .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sec-entry {
  padding: 6rem 2.6rem 0;
}
.sec-entry dt {
  font-weight: bold;
  margin-bottom: 1rem;
}
.sec-entry dd {
  margin-bottom: 4rem;
}
.sec-entry dd a {
  display: block;
}
.sec-entry dd:last-child {
  margin-bottom: 0;
}

.cont-company dl div {
  padding: 1.75em 0;
}
.cont-company dl div:not(:last-child) {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
.cont-company dt {
  color: rgba(204, 204, 204, 0.75);
  margin-bottom: 1em;
}

.cont-privacy > dl {
  line-height: 1.7;
}
.cont-privacy > dl dt {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.cont-privacy > dl > dd:not(:last-child) {
  margin-bottom: 1.4rem;
}
.cont-privacy > dl .privacy-caps {
  position: relative;
  margin-top: 1.4rem;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 1.2rem 0.8rem 0.8rem;
}
.cont-privacy > dl .privacy-caps dt {
  position: absolute;
  top: -0.8em;
  background: white;
  padding: 0 0.6em;
  display: inline-block;
}
.cont-privacy > dl .privacy-caps dd {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.5;
  font-size: 0.8rem;
}
.cont-privacy > dl .privacy-caps dd:not(:last-child) {
  margin-bottom: 0.5rem;
}
.cont-privacy > dl .privacy-caps dd::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0.5em;
  border-radius: 2px;
}

.footnav {
  position: fixed;
  z-index: 90;
  bottom: 0;
  padding: 1em;
  max-width: 480px;
  animation: slideUp 0.6s ease-out;
  visibility: visible !important;
}
.footnav li:last-child .icon {
  transform: rotate(-180deg);
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-30%);
  }
  65% {
    transform: translateY(12%);
  }
  80% {
    transform: translateY(-8%);
  }
  95% {
    transform: translateY(4%);
  }
  100% {
    transform: translateY(0%);
  }
}/*# sourceMappingURL=index.css.map */