@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

.all .stories .container, .all .feature .container, .all .PainPoints .container, .all #form .container {
  padding: 125px 0;
}
@media all and (max-width: 500px) {
  .all .stories .container, .all .feature .container, .all .PainPoints .container, .all #form .container {
    padding: 20vw 0;
  }
}

.all h2 div::after {
  content: "";
  display: block;
  position: absolute;
}

.all .stories, .all .PainPoints {
  background: url(../images/BG-img-1.png) no-repeat -8% 18%/23% auto, url(../images/BG-img-2.png) no-repeat 113% center/30% auto, url(../images/BG-img-3.png) no-repeat center bottom -15%/100% auto, linear-gradient(125deg, #ffe2ac, #f09d7f);
}
@media all and (max-width: 1920px) {
  .all .stories, .all .PainPoints {
    background: url(../images/BG-img-1.png) no-repeat -100px 150px/350px auto, url(../images/BG-img-2.png) no-repeat right -100px center/450px auto, url(../images/BG-img-3.png) no-repeat center bottom -100px/1920px auto, linear-gradient(125deg, #ffe2ac, #f09d7f);
  }
}
@media all and (max-width: 768px) {
  .all .stories, .all .PainPoints {
    background: url(../images/BG-img-1.png) no-repeat -15vw 32vw/50vw auto, url(../images/BG-img-2.png) no-repeat right -10vw center/60vw auto, url(../images/BG-img-3.png) no-repeat center bottom/1920px auto, linear-gradient(125deg, #ffe2ac, #f09d7f);
  }
}

.all .PainPoints ul {
  gap: 50px;
}
@media all and (max-width: 1440px) {
  .all .PainPoints ul {
    gap: 35px;
  }
}
@media all and (max-width: 500px) {
  .all .PainPoints ul {
    gap: 5vw;
  }
}

.all .stories .info, .all .PainPoints li, .all .visual .word-box {
  border-radius: 30px;
  overflow: hidden;
}
@media all and (max-width: 500px) {
  .all .stories .info, .all .PainPoints li, .all .visual .word-box {
    border-radius: 5vw;
  }
}

.all .stories h3, .all .feature h3, .all .PainPoints h3 {
  color: #db5521;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media all and (max-width: 500px) {
  .all .stories h3, .all .feature h3, .all .PainPoints h3 {
    font-size: 7vw;
    margin-bottom: 2vw;
  }
}

.all .feature p, .all .PainPoints p {
  color: #2c2728;
  font-size: 22px;
  text-align: left;
}
@media all and (max-width: 500px) {
  .all .feature p, .all .PainPoints p {
    font-size: 5vw;
  }
}

@keyframes zoom-title {
  30% {
    transform: scale(1);
  }
  34% {
    transform: scale(1.15);
  }
  38% {
    transform: scale(1);
  }
}
@keyframes shake {
  60% {
    transform: rotate(0deg);
  }
  62% {
    transform: rotate(4deg);
  }
  64% {
    transform: rotate(-2deg);
  }
  67% {
    transform: rotate(2deg);
  }
  70% {
    transform: rotate(-1deg);
  }
  73% {
    transform: rotate(0deg);
  }
}
.all {
  color: #2c2728;
  width: 100%;
  font-family: Arial, "源柔ゴシックLP", sans-serif;
  line-height: 1.8;
  letter-spacing: 1px;
  overflow: hidden;
  line-break: anywhere;
  text-align: center;
  background-color: #f4ecdd;
}
.all * {
  box-sizing: border-box;
}
.all img {
  width: 100%;
  height: auto;
  display: block;
}
.all .page_title {
  display: none;
}
.all .container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}
@media all and (max-width: 500px) {
  .all .container {
    width: 92%;
  }
}
.all .image-container {
  width: 100%;
}
.all h2 {
  color: #2c2728;
  font-size: 48px;
  font-weight: 700;
  margin: 0 auto 60px;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media all and (max-width: 500px) {
  .all h2 {
    font-size: 9vw;
    letter-spacing: 0.5vw;
    width: 94%;
    margin: 0 auto 7vw;
  }
}
.all h2.focus span {
  color: #db5521;
}
.all h2 div {
  font-size: 44px;
  line-height: 1.3;
  font-weight: 500;
  padding-right: 5px;
  display: table;
  margin: 0 auto 15px;
  border-bottom: 2px solid #ff8835;
  position: relative;
}
@media all and (max-width: 500px) {
  .all h2 div {
    font-size: 7.5vw;
    margin: 0 auto 3vw;
  }
}
.all h2 div::after {
  width: 30px;
  aspect-ratio: 53/102;
  background: url(../images/h2-pen.webp) no-repeat bottom right/100% auto;
  bottom: 0;
  right: -30px;
}
@media all and (max-width: 500px) {
  .all h2 div::after {
    width: 5vw;
    right: -5vw;
  }
}
.all h2 span {
  color: #ff8835;
}
.all h2 br {
  display: none;
}
@media all and (max-width: 768px) {
  .all h2 br {
    display: block;
  }
}
.all .button {
  width: 80%;
  max-width: 280px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  margin: 90px auto 0;
  padding: 20px 0 16px;
  border-radius: 50px;
  background-color: #db5521;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  top: 0;
  display: block;
}
@media all and (max-width: 500px) {
  .all .button {
    font-size: 6vw;
    margin: 10vw auto 0;
    padding: 5vw 0 3.5vw;
  }
}
.all .button:hover {
  background-color: #db5521;
  top: -5px;
  transition: 0.3s;
}
.all .visual {
  position: relative;
}
.all .visual .title {
  width: 35.5%;
  height: 40.5%;
  top: 18%;
  left: 54.5%;
  background: url(../images/title-bg.png) no-repeat center bottom/100% auto;
  position: absolute;
}
@media all and (max-width: 768px) {
  .all .visual .title {
    width: 88%;
    height: 24.4%;
    top: 7%;
    left: 6%;
  }
}
.all .visual .title img {
  position: absolute;
}
.all .visual .title [class^=titleA] {
  width: 19.8%;
  top: 45%;
  animation: zoom-title 6s infinite linear;
}
@media all and (max-width: 768px) {
  .all .visual .title [class^=titleA] {
    top: 50.6%;
  }
}
.all .visual .title .titleA01 {
  width: 19.4%;
  left: 2.7%;
}
.all .visual .title .titleA02 {
  left: 21.4%;
  animation-delay: 0.3s;
}
.all .visual .title .titleA03 {
  left: 40.2%;
  animation-delay: 0.6s;
}
.all .visual .title .titleA04 {
  left: 59.1%;
  animation-delay: 0.9s;
}
.all .visual .title .titleA05 {
  width: 19.4%;
  left: 77.7%;
  animation-delay: 1.2s;
}
.all .visual .title .titleB06 {
  width: 56%;
  left: 20.5%;
  animation: shake 6s infinite linear;
  transform-origin: left bottom;
}
@media all and (max-width: 768px) {
  .all .visual .title .titleB06 {
    width: 72%;
    left: 10.5%;
  }
}
.all .visual .img-group {
  position: absolute;
  width: 34.1%;
  top: 58%;
  left: 56.3%;
  height: 20%;
}
@media all and (max-width: 768px) {
  .all .visual .img-group {
    width: 98%;
    top: 75%;
    left: 1%;
  }
}
.all .visual .img-group img {
  position: absolute;
}
.all .visual .img-group .img-1 {
  width: 15.5%;
  animation: move1 3.5s infinite linear;
}
@keyframes move1 {
  0% {
    top: 1%;
  }
  50% {
    top: 6%;
  }
  100% {
    top: 1%;
  }
}
.all .visual .img-group .img-2 {
  width: 11.5%;
  left: 24%;
  animation: move2 3.5s infinite linear;
}
@keyframes move2 {
  0% {
    top: 6%;
  }
  50% {
    top: 1%;
  }
  100% {
    top: 6%;
  }
}
.all .visual .img-group .img-3 {
  width: 10.5%;
  left: 47%;
  animation: move3 4.5s infinite linear;
}
@keyframes move3 {
  0% {
    top: 21%;
  }
  50% {
    top: 30%;
  }
  100% {
    top: 21%;
  }
}
.all .visual .img-group .img-4 {
  width: 10.5%;
  left: 67.5%;
  animation: move4 5s infinite linear;
}
@keyframes move4 {
  0% {
    top: 10%;
  }
  50% {
    top: 0%;
  }
  100% {
    top: 10%;
  }
}
.all .visual .img-group .img-5 {
  width: 16.6%;
  right: 0;
  animation: move5 5.5s infinite linear;
}
@keyframes move5 {
  0% {
    top: 15%;
  }
  50% {
    top: 10%;
  }
  100% {
    top: 15%;
  }
}
.all .visual .word-box-position {
  width: 100%;
  position: absolute;
  top: 88%;
}
@media all and (max-width: 768px) {
  .all .visual .word-box-position {
    top: 97%;
  }
}
.all .visual .word-box {
  font-size: 30px;
  color: #423932;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 3px;
  background-color: #ffffff;
  border: 1px solid #c1b4a6;
  padding: 25px 5% 20px;
  line-height: 1.6;
  box-shadow: 0 5px 0 5px #dcd2c7;
}
@media all and (max-width: 1200px) {
  .all .visual .word-box {
    font-size: 24px;
  }
}
@media all and (max-width: 1200px) and (max-width: 1024px) {
  .all .visual .word-box {
    padding: 2.5vw 3% 2vw;
    font-size: 2.5vw;
  }
}
@media all and (max-width: 1200px) and (max-width: 768px) {
  .all .visual .word-box {
    padding: 4.5vw 3%;
    font-size: 4vw;
  }
}
@media all and (max-width: 1200px) and (max-width: 500px) {
  .all .visual .word-box {
    font-size: 5.2vw;
    letter-spacing: 0.5vw;
    padding: 5vw 5%;
    box-shadow: 0 1.5vw 0 1.5vw #dcd2c7;
  }
}
.all .visual .word-box span {
  color: #ff8835;
}
.all #form .container {
  text-align: center;
}
@media all and (max-width: 768px) {
  .all #form .container {
    padding: 30vw 0 20vw;
  }
}
@media all and (max-width: 768px) and (max-width: 500px) {
  .all #form .container {
    padding: 50vw 0 20vw;
  }
}
.all #form .container::before {
  color: #ff8835;
  content: "»";
  font-size: 60px;
  transform: rotate(90deg);
  line-height: 1;
  display: inline-block;
  position: relative;
  animation: move-form 3s infinite linear;
}
@keyframes move-form {
  0% {
    top: -2vw;
  }
  50% {
    top: -1vw;
  }
  100% {
    top: -2vw;
  }
}
@media all and (max-width: 500px) {
  .all #form .container::before {
    font-size: 15vw;
  }
  @keyframes move-form {
    0% {
      top: -6vw;
    }
    50% {
      top: -2vw;
    }
    100% {
      top: -6vw;
    }
  }
}
.all #form .box {
  width: 100%;
  max-width: 1350px;
  margin: auto;
  display: grid;
  grid-template-columns: 48% 47%;
  align-items: center;
  gap: 5%;
}
@media all and (max-width: 1024px) {
  .all #form .box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.all #form .box .img-box {
  margin: auto;
  position: relative;
}
@media all and (max-width: 1024px) {
  .all #form .box .img-box {
    max-width: 500px;
    order: 1;
  }
}
.all #form .box .img-box .img {
  display: block;
  position: absolute;
  width: 12%;
  left: 4%;
  top: 36%;
}
.all #form .box .img-box .img img {
  animation: zoom-form 3s infinite linear;
}
.all #form .box .img-box .img .form-02 {
  animation-delay: 0.6s;
}
@keyframes zoom-form {
  0% {
    transform: scale(1);
    filter: brightness(100%);
  }
  8% {
    transform: scale(1.2);
    filter: brightness(300%);
  }
  16% {
    transform: scale(1);
    filter: brightness(100%);
  }
}
@media all and (max-width: 1024px) {
  .all #form .box .from-box {
    order: 2;
  }
}
.all #form .box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
@media all and (max-width: 500px) {
  .all #form .box ul {
    gap: 4vw;
  }
}
.all #form .box ul li {
  width: 48%;
}
@media all and (max-width: 500px) {
  .all #form .box ul li {
    width: 100%;
  }
}
.all #form .box ul li.single {
  width: 100%;
  text-align: left;
}
.all #form .box #READ {
  text-align: center;
}
.all #form .box #READ span,
.all #form .box #READ a {
  font-size: 18px;
  cursor: pointer;
  color: #2c2728;
}
@media all and (max-width: 500px) {
  .all #form .box #READ span,
  .all #form .box #READ a {
    font-size: 4.2vw;
  }
}
.all #form .box input[type=text],
.all #form .box input[type=tel],
.all #form .box input[type=email],
.all #form .box select {
  font-size: 20px;
  padding: 20px 25px;
  color: #2c2728;
  font-weight: normal;
  border: 0px;
  width: 100%;
  border-radius: 50px;
  background-color: #fff;
  -webkit-input-placeholder: #2c2728;
  outline: none;
}
.all #form .box input[type=text]::-webkit-input-placeholder,
.all #form .box input[type=tel]::-webkit-input-placeholder,
.all #form .box input[type=email]::-webkit-input-placeholder,
.all #form .box select::-webkit-input-placeholder {
  color: #2c2728;
}
@media all and (max-width: 500px) {
  .all #form .box input[type=text],
  .all #form .box input[type=tel],
  .all #form .box input[type=email],
  .all #form .box select {
    font-size: 5vw;
    padding: 3.8vw 5vw;
  }
}
.all #form .box input[type=checkbox] {
  position: relative;
  width: 26px;
  height: 0;
  top: 1px;
}
@media all and (max-width: 500px) {
  .all #form .box input[type=checkbox] {
    width: 5.5vw;
    top: 0.4vw;
  }
}
.all #form .box input[type=checkbox]::before {
  content: "";
  line-height: 1.4;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #2c2728;
  border-radius: 24px;
  position: absolute;
  cursor: pointer;
  top: -21px;
  left: 0;
}
@media all and (max-width: 500px) {
  .all #form .box input[type=checkbox]::before {
    width: 6vw;
    height: 6vw;
    top: -5.5vw;
  }
}
.all #form .box input[type=checkbox]:checked::before {
  content: "✔︎";
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  background-color: #db5521;
  border: 1px solid #db5521;
}
@media all and (max-width: 500px) {
  .all #form .box input[type=checkbox]:checked::before {
    font-size: 5vw;
    position: absolute;
  }
}
.all #form .box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/angle-down-solid-full.svg) no-repeat center right 12px/15px auto;
  background-color: #fff;
}
.all #form .button {
  margin: 60px auto 0;
}
@media all and (max-width: 500px) {
  .all #form .button {
    margin: 10vw auto 0;
  }
}
.all .PainPoints ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 1180px) {
  .all .PainPoints ul {
    grid-template-columns: 1fr;
    margin: auto;
  }
}
@media all and (max-width: 850px) {
  .all .PainPoints ul {
    max-width: 550px;
  }
}
.all .PainPoints li {
  background-color: #fff;
}
@media all and (max-width: 1180px) and (min-width: 850px) {
  .all .PainPoints li {
    display: grid;
    grid-template-columns: 360px auto;
  }
}
.all .PainPoints .image-container {
  aspect-ratio: 4/3;
}
.all .PainPoints .info {
  padding: 35px 30px 50px;
}
@media all and (max-width: 500px) {
  .all .PainPoints .info {
    padding: 7vw 2vw 8vw 5vw;
  }
}
.all .feature .container {
  max-width: 1250px;
}
.all .feature li {
  display: grid;
  grid-template-columns: 30% auto;
  align-items: center;
  gap: 6%;
  padding: 90px 0;
}
@media all and (max-width: 750px) {
  .all .feature li {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 750px) and (max-width: 500px) {
  .all .feature li {
    padding: 16vw 0;
  }
}
.all .feature li:nth-of-type(1) {
  padding-top: 0;
}
.all .feature li:not(:last-child) {
  background: url("../images/feature-line.png") repeat-x bottom center/21px auto;
}
.all .feature li:last-child {
  padding-bottom: 0;
}
@media all and (min-width: 751px) {
  .all .feature li:nth-child(even) {
    grid-template-columns: auto 30%;
  }
  .all .feature li:nth-child(even) .image-container {
    order: 2;
  }
}
.all .feature .info {
  text-align: left;
}
@media all and (max-width: 500px) {
  .all .feature h3 {
    text-align: center;
    font-size: 6.5vw;
  }
}
@media all and (max-width: 750px) {
  .all .feature .image-container {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
@media all and (max-width: 750px) and (max-width: 750px) {
  .all .feature .image-container {
    margin: 0 auto 3vw;
  }
}
.all .stories .container {
  max-width: 96%;
  width: 96%;
}
.all .stories .owl-carousel {
  width: calc(100% - 1px);
}
.all .stories .owl-carousel .owl-dots {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 80px;
}
@media only screen and (max-width: 500px) {
  .all .stories .owl-carousel .owl-dots {
    margin-top: 10vw;
  }
}
.all .stories .owl-carousel .owl-dots span {
  width: 13px;
  height: 13px;
  border-radius: 10px;
  display: block;
  background-color: #eee;
  border: 1px solid #db5521;
}
@media only screen and (max-width: 768px) {
  .all .stories .owl-carousel .owl-dots span {
    width: 10px;
    height: 10px;
  }
}
.all .stories .owl-carousel .owl-dots .active span {
  background-color: #db5521;
}
.all .stories .image-container {
  width: 100%;
  position: relative;
  top: 75px;
  margin-top: -75px;
}
@media only screen and (max-width: 500px) {
  .all .stories .image-container {
    top: 20vw;
    margin-top: -20vw;
  }
}
.all .stories .image-container img {
  width: 50%;
  max-width: 125px;
  margin: auto;
}
@media only screen and (max-width: 500px) {
  .all .stories .image-container img {
    max-width: 30%;
  }
}
.all .stories .info {
  background-color: #fff;
  border: 5px solid #ffee5d;
  padding: 95px 30px 0;
  height: 380px;
}
@media only screen and (max-width: 1750px) {
  .all .stories .info {
    height: 500px;
  }
}
@media only screen and (max-width: 1180px) {
  .all .stories .info {
    height: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .all .stories .info {
    height: 540px;
  }
}
@media only screen and (max-width: 768px) {
  .all .stories .info {
    height: 450px;
  }
}
@media only screen and (max-width: 500px) {
  .all .stories .info {
    height: 130vw;
    padding: 22vw 5vw 0;
  }
}
.all .stories h3 {
  font-size: 28px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 500px) {
  .all .stories h3 {
    font-size: 7vw;
  }
}
@media only screen and (min-width: 1751px) {
  .all .stories h3 br {
    display: none;
  }
}
.all .stories p {
  font-size: 19px;
  text-align: left;
}
@media only screen and (max-width: 500px) {
  .all .stories p {
    font-size: 5vw;
  }
}
.all .stories .button {
  margin: 120px auto 0;
}
@media only screen and (max-width: 500px) {
  .all .stories .button {
    margin: 20vw auto 0;
  }
}

#go-position {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  right: 2px;
  bottom: 4px;
  transition: 0.3s;
  display: none;
  position: fixed;
  background-color: #db5521;
  cursor: pointer;
  z-index: 99;
}
#go-position::before {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.1;
  content: "立即\a登記\a";
  white-space: pre;
  width: 100%;
  height: 100%;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 2px;
}
#go-position:hover {
  bottom: 6px;
  transition: 0.3s;
  background-color: #db5521;
}
@media all and (max-width: 500px) {
  #go-position {
    width: 54px;
    height: 54px;
    right: 0;
  }
  #go-position::before {
    font-size: 15px;
  }
}

#top_ifram iframe {
  z-index: 900;
  overflow: visible;
  height: 280px;
  width: 100%;
  margin-bottom: -219px;
  border: 0 none;
  position: relative;
}

footer {
  background-color: #5d379d;
}
footer .respIframe {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}/*# sourceMappingURL=basic.css.map */