@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate {
  transition: all 2s ease-in-out;
}

.fade-in {
  opacity: 1;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(100px);
  animation: fadeInRight 2s ease-out forwards;
}

.fade-in-right-delay-1 {
  opacity: 0;
  transform: translateX(100px);
  animation: fadeInRight 2s ease-out 0.5s forwards;
}

.fade-in-delay-2 {
  opacity: 0;
  animation: fadeIn 2s ease-out 3s forwards;
}

.fade-in-delay-3 {
  opacity: 0;
  animation: fadeIn 2s ease-out 4s forwards;
}

.hidden {
  visibility: hidden;
}

html,
body,
article,
ul,
li,
h1,
h2,
h3,
h4,
div,
dl,
dt,
dd,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

h1,
h2,
h3,
h4 {
  font-size: 1em;
  font-weight: 400;
}

li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #fff;
}
a:hover, a:active, a:link {
  color: #fff;
}
a:focus {
  outline: none;
}

.green {
  background-color: #00a6a6;
}

.rose {
  background-color: #ff66cc;
}

.big {
  font-size: 1.2em;
  display: inline-block;
}

.xbig {
  font-size: 4em;
  font-weight: 900;
}

.inline {
  display: inline-block;
}

.inner {
  max-width: 100rem;
  margin: 0 auto;
}

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

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

.text__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.text__block h1 {
  margin-bottom: 1em;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .text__block h1 {
    font-size: 1.6rem;
  }
}
.text__block .catch {
  position: relative;
}
.text__block .catch img {
  max-width: 730px;
  width: 90%;
}
.text__block .catch--inner {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em;
  color: transparent;
  z-index: -1;
}
.text__block img {
  margin: 0 auto;
}

.bts {
  width: 100%;
}
.bts__block--text {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .bts__block--text {
    font-size: 2.2rem;
  }
}
.bts__block--text .small {
  display: block;
  font-size: 0.8em;
}
.bts__block {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
.bts .bt {
  width: 50%;
}
.bts .bt__block {
  display: block;
  text-align: center;
  width: 85%;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.2em;
  line-height: 3;
  margin: 0 auto;
  border-bottom: 5px solid;
}
.bts .bt__block:hover {
  margin-top: 3px;
  border-bottom: 2px solid;
}
.bts .bt__block.rose {
  border-color: #9b377a;
}
.bts .bt__block.green {
  border-color: #016c6c;
}
.bts .bt .fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}
.bts .bt .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.top {
  background: url(../images/top-bg.png) no-repeat top center/cover #ffd700;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top {
    background: url(../images/sp/top-bg.png) no-repeat center center/cover #ffd700;
    padding: 0;
  }
}
.top__block {
  max-width: 1200px;
  background-image: url(../images/woman.png);
  background-size: 600px;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-left: 550px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2em;
}
@media (max-width: 1200px) {
  .top__block {
    background-position: -100px bottom;
    padding-left: 380px;
  }
}
@media (max-width: 970px) {
  .top__block {
    background-position: -200px bottom;
    padding-left: 300px;
  }
}
@media (max-width: 768px) {
  .top__block {
    background-size: 115vw;
    background-position: center bottom;
    padding: 0;
    justify-content: space-between;
    text-align: center;
    gap: 0;
    padding: 7rem 1em 0;
  }
  .top__block .text__block {
    height: 30%;
  }
  .top__block .bts {
    height: 70%;
    padding-top: 60%;
  }
}
@media (max-width: 375px) {
  .top__block {
    background-size: 90vw;
    background-position: center bottom;
  }
}

.contact-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1.6rem;
  width: 18rem;
  background-color: #222;
  color: #fff;
  text-align: center;
  line-height: 3;
  padding-bottom: 2px;
  border: none;
  border-radius: 0 0 0 2rem;
  border-bottom: 3px solid #fff;
  cursor: pointer;
}
.contact-btn a {
  width: 100%;
  height: 100%;
}
.contact-btn:hover {
  padding: 2px 0;
  border-bottom: 2px solid #fff;
}
.contact-btn .arrow::after,
.contact-btn .arrow--down::after {
  content: "";
  background-image: url(../images/icons/arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  margin-left: 1rem;
}
.contact-btn .arrow--down::after {
  transform: rotate(90deg);
  background-size: 90% 100%;
  margin-bottom: -1px;
}

.page {
  background: url(../images/page-bg.png) no-repeat top center #fc85d4;
  font-size: 1.6rem;
  padding-top: 4em;
}
@media (max-width: 768px) {
  .page {
    background-image: url(../images/sp/page-bg.png);
    background-size: 100%;
    background-position: 0 1rem;
  }
}
.page .text__block {
  max-width: 690px;
  margin: 0 auto 4em;
}
@media (max-width: 768px) {
  .page .text__block {
    padding: 1em 2em 0;
    margin-bottom: 2em;
  }
}

.frame {
  position: relative;
  max-width: 70rem;
  width: 95%;
  margin: 0 auto;
  padding: 1em;
  border-radius: 1rem;
  box-shadow: 2px 8px 10px -10px #777;
  background-color: #fff;
}
.frame__block {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .frame__block {
    padding-top: 0.5em;
    padding-bottom: 9rem;
  }
}
.frame .pins {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.frame .pins::before, .frame .pins::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #222;
}
.frame .frame__block + .pins::after {
  display: none;
}
.frame .item1 {
  position: relative;
  width: 23%;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .frame .item1:first-child {
    width: 35%;
  }
  .frame .item1 .xbig {
    display: block;
    line-height: 1;
    padding-top: 1rem;
  }
}
.frame .item1 h4 {
  margin-top: -2em;
  margin-bottom: 0.5rem;
}
.frame .item1 img {
  margin: 0 auto;
  height: 6rem;
}
@media (max-width: 768px) {
  .frame .item1 img {
    height: 5rem;
  }
}
.frame .item2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 54%;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .frame .item2 {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 1rem;
    width: 40%;
  }
}
.frame .item2 img {
  width: 12rem;
}
@media (max-width: 768px) {
  .frame .item2 img {
    width: 8rem;
  }
}
.frame .item2 p {
  margin-left: -2em;
}
@media (max-width: 768px) {
  .frame .item2 p {
    position: absolute;
    top: 6em;
    left: 0;
    margin: 0;
    width: 100%;
  }
}
.frame .item2 .rose_dark {
  display: block;
  color: #ff66cc;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
}
.frame .item2 .rose_dark .big {
  font-size: 1.8em;
  line-height: 1;
  font-weight: 900;
}
.frame .cross::after,
.frame .equal::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 4em;
  font-weight: 900;
}
@media (max-width: 768px) {
  .frame .cross::after,
  .frame .equal::after {
    font-size: 3em;
  }
}
.frame .cross::after {
  content: "x";
  top: -1rem;
}
@media (max-width: 768px) {
  .frame .cross::after {
    right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .frame .equal {
    width: 20%;
    text-align: right;
  }
}
.frame .equal:after {
  content: "=";
}
@media (max-width: 768px) {
  .frame .equal:after {
    top: 0.5rem;
    right: -3rem;
  }
}
.frame .contact-btn {
  position: absolute;
  top: auto;
  bottom: -2rem;
  right: -2em;
  line-height: 2;
  width: 15rem;
  border-bottom: 3px solid #fff;
  border-radius: 3rem;
  box-shadow: 2px 8px 10px -10px #777;
}
@media (max-width: 768px) {
  .frame .contact-btn {
    right: -1em;
  }
}
.frame .contact-btn:hover {
  margin-top: 2px;
  border-bottom: 1px solid #fff;
}

.title {
  max-width: 79rem;
  background-color: #ffd700;
  color: #fff;
  font-size: 2rem;
  padding: 0 3em;
  margin: 0 auto 2em;
  border-radius: 50em;
  box-shadow: 2px 8px 10px -10px #777;
}
@media (max-width: 768px) {
  .title {
    font-size: 1.5rem;
  }
}
.title--inner {
  padding: 1rem 2em;
  background-color: #222;
}
@media (max-width: 768px) {
  .title--inner {
    padding: 0.5em 1em;
  }
}
.title h2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.title h3 {
  margin-left: 2em;
}
@media (max-width: 768px) {
  .title h3 {
    margin-left: 0;
  }
}

.circle-num {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  color: #222;
  font-size: 1.2em;
  text-align: center;
  line-height: 0;
  padding: 0.5em;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .circle-num {
    font-size: 0.8em;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.5rem;
  }
}

.howto {
  text-align: center;
  margin: 0 auto 2em;
  position: relative;
  background: url(../images/howto1-bg.png) no-repeat left 3rem/12rem;
}
@media (max-width: 768px) {
  .howto {
    padding: 0 1em;
  }
}
.howto .explain {
  max-width: 83rem;
  margin: 0 auto;
  padding: 2em 0 12rem;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.howto .explain::after {
  display: block;
  content: "";
  position: absolute;
  top: 15rem;
  left: calc(50% - 9rem);
  width: 10rem;
  height: 10rem;
  background: url(../images/icons/arrow-w.png) no-repeat left center/contain;
}
@media (max-width: 768px) {
  .howto .explain::after {
    top: 19.5rem;
    left: calc(50% - 6rem);
  }
}
.howto .explain img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 16.5rem;
}
@media (max-width: 768px) {
  .howto .explain img {
    height: auto;
  }
}
.howto .explain p {
  border: 6px solid #fff;
  border-left: none;
  border-radius: 50rem;
  padding: 1em 1.5em 1em 3em;
  margin: 0 0 0 auto;
  max-width: 38rem;
}
@media (max-width: 768px) {
  .howto .explain p {
    margin: 5.5rem 0 0;
    padding: 0.5em 1em;
    border: 3px solid #fff;
    max-width: 33rem;
  }
}
.howto .explain p .big {
  font-weight: 600;
  color: #fff;
}

.second {
  visibility: visible;
  padding: 8em 0 5em;
  background: url(../images/howto2-bg.png) no-repeat left top/contain;
}
.second .block {
  display: block;
}
@media (max-width: 768px) {
  .second .block {
    display: inline;
  }
}
@media (max-width: 768px) {
  .second {
    padding: 5em 1em 2em;
    background-size: 60rem;
  }
  .second .frame .item1 img {
    height: 4rem;
  }
  .second .cross::after {
    top: -1.5rem;
    right: 0;
  }
}
.second .explain {
  max-width: 61rem;
  text-align: right;
  padding: 0.5em 0 15rem;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .second .explain {
    flex-direction: column;
    padding-bottom: 13rem;
    margin-top: 0;
  }
}
.second .explain img {
  height: 14rem;
}
@media (max-width: 768px) {
  .second .explain img {
    position: static;
    height: 8rem;
  }
}
.second .explain p {
  max-width: 60rem;
  padding-right: 2em;
}
@media (max-width: 768px) {
  .second .explain p {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .second .frame__block {
    padding-bottom: 8rem;
  }
}

.contact {
  background: url(../../images/page-woman.png) no-repeat 3% bottom/50rem #00a6a6;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .contact {
    display: none;
  }
}
.contact__inner {
  color: #fff;
  text-align: center;
  max-width: 70rem;
  margin: 0 0 0 auto;
  padding: 4em 0 0;
}
.contact__title {
  margin-bottom: 2em;
}
.contact iframe {
  width: 98%;
  margin: 0 auto;
  padding-top: 1em;
  border-radius: 1rem;
  border: 1px solid #ccc;
  background-color: #fff;
}
.contact h2 {
  max-width: 28rem;
  background-color: #000;
  padding: 1rem;
  margin: 0 auto 1em;
  border-radius: 5em;
}
.contact h3 {
  font-size: 1.3em;
  margin-bottom: 0;
}
.contact p {
  max-width: 70rem;
  margin: 0 auto 1em;
}

/*# sourceMappingURL=style.css.map */
