@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 {
  color: #000000;
  width: 100%;
  font-family: Arial;
  line-height: 1.5;
  letter-spacing: 1px;
  overflow: hidden;
  background: #f1f1f3 url(../images/BG.png) no-repeat left top/cover fixed;
}
@media all and (max-width: 450px) {
  .all {
    background: #f1f1f3 url(../images/BG.png) no-repeat left 15% top/cover fixed;
  }
}
.all img {
  width: 100%;
  height: auto;
}
.all .image-container {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  overflow: hidden;
  display: block;
  position: relative;
}
.all .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.all .page_title {
  display: none;
}
.all .visual {
  position: relative;
}
.all .visual picture {
  display: flex;
}
.all .visual .title,
.all .visual .img-groups,
.all .visual .btn {
  position: absolute;
}
.all .visual .title img,
.all .visual .img-groups img,
.all .visual .btn img {
  top: 0;
  position: absolute;
  z-index: 2;
}
.all .visual .title {
  width: 34%;
  height: 29%;
  top: 7%;
  left: 33%;
}
@media all and (max-width: 768px) {
  .all .visual .title {
    width: 90%;
    height: 20%;
    top: 11%;
    left: 5%;
  }
}
.all .visual .title img {
  width: 13%;
  animation: bounce 4.5s infinite linear;
  transform-origin: bottom center;
}
@keyframes bounce {
  0% {
    transform: scaleY(1.2);
  }
  3% {
    transform: scaleY(0.8);
  }
  6% {
    transform: scaleY(1.1);
  }
  9% {
    transform: scaleY(1);
  }
}
.all .visual .title .word-1 {
  top: 8%;
  left: 20.5%;
}
.all .visual .title .word-2 {
  width: 15%;
  top: 0;
  left: 35%;
  animation-delay: 0.2s;
}
.all .visual .title .word-3 {
  top: 3%;
  left: 52%;
  animation-delay: 0.4s;
}
.all .visual .title .word-4 {
  top: 1%;
  left: 66%;
  animation-delay: 0.6s;
}
.all .visual .title .word-5 {
  top: 63%;
  left: 0;
  animation-delay: 0.8s;
}
.all .visual .title .word-6 {
  top: 60%;
  left: 15%;
  animation-delay: 1s;
}
.all .visual .title .word-7 {
  top: 58%;
  left: 29%;
  animation-delay: 1.2s;
}
.all .visual .title .word-8 {
  width: 15%;
  top: 48%;
  left: 44%;
  animation-delay: 1.4s;
}
.all .visual .title .word-9 {
  width: 16%;
  top: 46%;
  left: 61%;
  animation-delay: 1.6s;
}
.all .visual .title .word-10 {
  width: 21%;
  top: 42%;
  left: 79%;
  animation-delay: 1.8s;
}
.all .visual .img-groups {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.all .visual .img-groups .img-1 {
  width: 13.1%;
  left: 21.2%;
  animation: move1 3s infinite linear;
}
@keyframes move1 {
  0% {
    top: 13%;
  }
  50% {
    top: 15%;
  }
  100% {
    top: 13%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .img-groups .img-1 {
    width: 34%;
    left: 7%;
  }
  @keyframes move1 {
    0% {
      top: 38%;
    }
    50% {
      top: 40%;
    }
    100% {
      top: 38%;
    }
  }
}
.all .visual .img-groups .img-2 {
  width: 18%;
  left: 63.2%;
  animation: move2 3s infinite linear;
}
@keyframes move2 {
  0% {
    top: 34.5%;
  }
  50% {
    top: 32%;
  }
  100% {
    top: 34.5%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .img-groups .img-2 {
    width: 47%;
    left: 52%;
  }
  @keyframes move2 {
    0% {
      top: 50%;
    }
    50% {
      top: 48%;
    }
    100% {
      top: 50%;
    }
  }
}
.all .visual .img-groups .img-3 {
  width: 10%;
  left: 84%;
  top: 14%;
  animation: move3 10s infinite linear;
}
@keyframes move3 {
  0% {
    left: 83%;
  }
  50% {
    left: 85%;
  }
  100% {
    left: 83%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .img-groups .img-3 {
    width: 30%;
    top: 38%;
  }
  @keyframes move3 {
    0% {
      left: 79%;
    }
    50% {
      left: 83%;
    }
    100% {
      left: 79%;
    }
  }
}
.all .visual .img-groups .img-4 {
  width: 7%;
  top: 17%;
  animation: move4 12s infinite linear;
}
@keyframes move4 {
  0% {
    left: 12.5%;
  }
  50% {
    left: 11%;
  }
  100% {
    left: 12.5%;
  }
}
@media all and (max-width: 768px) {
  .all .visual .img-groups .img-4 {
    width: 18%;
    top: 14%;
  }
  @keyframes move4 {
    0% {
      left: 0%;
    }
    50% {
      left: -3%;
    }
    100% {
      left: 0%;
    }
  }
}
.all .visual .btn {
  cursor: pointer;
  width: 16%;
  height: 10%;
  top: 36%;
  left: 49%;
  animation: Zoom-btn 4.5s infinite linear;
  transform-origin: center center;
}
@media all and (max-width: 768px) {
  .all .visual .btn {
    width: 60%;
    height: 10%;
    top: 33%;
    left: 20.5%;
  }
}
@keyframes Zoom-btn {
  50% {
    transform: rotate(0);
  }
  52% {
    transform: rotate(-2.5deg);
  }
  54% {
    transform: rotate(2.5deg);
  }
  56% {
    transform: rotate(-1deg);
  }
  58% {
    transform: rotate(1deg);
  }
  60% {
    transform: rotate(0);
  }
}
.all .container {
  width: 90%;
  max-width: 1680px;
  margin: auto;
  text-align: center;
  padding: 100px 0;
}
@media all and (max-width: 450px) {
  .all .container {
    width: 90%;
    padding: 15vw 0;
  }
}
.all h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 600;
}
.all h2::before {
  content: "";
  display: block;
  width: 150px;
  height: 80px;
  background: url(../images/title-sign.png) no-repeat center top;
  background-size: auto 100%;
  margin: auto;
}
.all h2 span {
  color: #ef6e1a;
  position: relative;
}
.all h2 span::after {
  content: "";
  display: table;
  position: absolute;
  width: 100%;
  left: 0;
  border-bottom: 5px dotted #ef6e1a;
}
@media all and (max-width: 1024px) {
  .all h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 450px) {
  .all h2 {
    font-size: 6.5vw;
    font-weight: 700;
  }
  .all h2::before {
    width: 40vw;
    height: 20vw;
  }
}
.all .button {
  font-size: 24px;
  width: 80%;
  max-width: 320px;
  color: #fff;
  font-weight: 600;
  margin-top: 70px;
  display: inline-block;
  padding: 16px 15px 14px;
  background-color: #eb5008;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  top: 0;
  text-decoration: none;
}
@media all and (max-width: 450px) {
  .all .button {
    font-size: 6vw;
    margin-top: 10vw;
    padding: 4vw 1vw 3.5vw;
  }
}
.all .button:hover {
  background-color: #eb9408;
  top: -5px;
  transition: 0.3s;
}
.all .button::after {
  position: absolute;
  content: "❯";
  right: 20px;
}
@media all and (max-width: 450px) {
  .all .button::after {
    right: 3.5vw;
  }
}
.all .caption h2,
.all .method h2,
.all .compare h2,
.all .stories h2,
.all .carousel h2 {
  margin-bottom: 50px;
}
@media all and (max-width: 450px) {
  .all .caption h2,
  .all .method h2,
  .all .compare h2,
  .all .stories h2,
  .all .carousel h2 {
    margin-bottom: 10vw;
  }
}
@media all and (max-width: 450px) {
  .all .caption .ul-container,
  .all .method .ul-container,
  .all .compare .ul-container,
  .all .stories .ul-container,
  .all .carousel .ul-container {
    width: 90%;
    margin: auto;
  }
}
.all #form {
  background: linear-gradient(to bottom, #fee883 0%, #fff9dd 250px);
}
.all #form .container {
  padding-top: 50px;
}
@media all and (max-width: 450px) {
  .all #form .container {
    padding-top: 10vw;
  }
}
.all #form .box {
  display: flex;
  align-items: center;
  gap: 3%;
  padding-top: 70px;
}
@media all and (max-width: 1024px) {
  .all #form .box {
    flex-direction: column;
  }
}
@media all and (max-width: 1024px) and (max-width: 450px) {
  .all #form .box {
    padding-top: 8vw;
  }
}
.all #form .box .img-box {
  width: 60%;
  max-width: 900px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .all #form .box .img-box {
    width: 90%;
  }
}
@media all and (max-width: 1024px) and (max-width: 450px) {
  .all #form .box .img-box {
    width: 116%;
  }
}
.all #form .box .img-box .img-form1,
.all #form .box .img-box .img-form2 {
  position: absolute;
  top: 33%;
  animation: zoom1 4s infinite linear;
}
@keyframes zoom1 {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.1);
  }
  10% {
    transform: scale(1);
  }
}
.all #form .box .img-box .img-form1 {
  width: 26.5%;
  left: 13%;
}
.all #form .box .img-box .img-form2 {
  width: 29%;
  left: 59%;
  animation-delay: 0.5s;
}
.all #form .box .from-box {
  width: 37%;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .all #form .box .from-box {
    width: 100%;
    max-width: 720px;
    background-color: #fff;
    padding: 50px 35px;
    border-radius: 35px;
  }
}
@media all and (max-width: 450px) {
  .all #form .box .from-box {
    padding: 10vw 5vw;
    border-radius: 3vw;
  }
}
.all #form .box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 4%;
}
@media all and (max-width: 450px) {
  .all #form .box ul {
    gap: 4vw;
  }
}
.all #form .box ul li {
  width: 48%;
}
@media all and (max-width: 450px) {
  .all #form .box ul li {
    width: 100%;
  }
}
.all #form .box ul li.single {
  width: 100%;
  text-align: left;
}
.all #form .box #READ span,
.all #form .box #READ a {
  font-size: 19px;
  cursor: pointer;
  color: #000000;
}
@media all and (max-width: 450px) {
  .all #form .box #READ span,
  .all #form .box #READ a {
    font-size: 4.3vw;
  }
}
.all #form .box input[type=text],
.all #form .box input[type=tel],
.all #form .box input[type=email],
.all #form .box select {
  font-size: 19px;
  padding-bottom: 12px;
  color: #000000;
  font-weight: normal;
  border: 0px;
  width: 100%;
  background-color: transparent;
  -webkit-input-placeholder: #000000;
  border-bottom: 1px solid #fbc65a;
  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: #000000;
}
.all #form .box input[type=checkbox] {
  position: relative;
  width: 22px;
  height: 0;
}
@media all and (max-width: 450px) {
  .all #form .box input[type=checkbox] {
    width: 5.5vw;
  }
}
.all #form .box input[type=checkbox]::before {
  content: "";
  line-height: 1.4;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: -20px;
  left: 0;
}
@media all and (max-width: 450px) {
  .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: #ef6e1a;
  border: 1px solid #ef6e1a;
}
@media all and (max-width: 450px) {
  .all #form .box input[type=checkbox]:checked::before {
    font-size: 5vw;
    position: absolute;
  }
}
.all .question {
  background: url(../images/img-question.png) no-repeat right 10.5vw bottom -2vw;
  background-size: 36vw;
}
@media all and (max-width: 1280px) {
  .all .question {
    background: url(../images/img-question.png) no-repeat right 3vw bottom -10vw;
    background-size: 45vw;
  }
}
@media all and (max-width: 1280px) and (max-width: 900px) {
  .all .question {
    background: url(../images/img-question.png) no-repeat center top 25vw;
    background-size: 55vw;
  }
}
@media all and (max-width: 1280px) and (max-width: 450px) {
  .all .question {
    background: url(../images/img-question.png) no-repeat center top 35vw;
    background-size: 65vw;
  }
}
.all .question .container {
  padding: 7vw 0 6vw;
  max-width: 83%;
}
@media all and (max-width: 900px) {
  .all .question .container {
    padding: 12vw 0;
    max-width: 90%;
  }
}
@media all and (max-width: 450px) {
  .all .question .container {
    padding: 15vw 0;
  }
}
.all .question h2 {
  font-size: 4.2vw;
}
@media all and (max-width: 900px) {
  .all .question h2 {
    font-size: 6.5vw;
  }
}
@media all and (max-width: 450px) {
  .all .question h2 {
    font-size: 8.5vw;
  }
}
.all .question h2::before {
  display: none;
}
.all .question h2 span::after {
  border-bottom: 8px dotted #ef6e1a;
}
@media all and (max-width: 1024px) {
  .all .question h2 span::after {
    border-bottom: 6px dotted #ef6e1a;
  }
}
.all .question ul {
  width: 50%;
  font-weight: 600;
  text-align: left;
  padding: 7vw 0 0 2.7vw;
}
@media all and (max-width: 900px) {
  .all .question ul {
    padding: 70vw 0 0 0vw;
    margin: auto;
    width: 80vw;
  }
}
@media all and (max-width: 900px) and (max-width: 450px) {
  .all .question ul {
    padding: 80vw 0 0 0vw;
    width: 105%;
    margin-left: -2.5%;
  }
}
.all .question ul li {
  font-size: 2vw;
  background-color: #fff;
  border-radius: 6vw;
  padding: 0.7vw 1vw 0.6vw;
  margin-bottom: 0.8vw;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.2vw 0.6vw;
}
@media all and (max-width: 900px) {
  .all .question ul li {
    font-size: 3.5vw;
    padding: 1.2vw 2vw 1vw;
    margin-bottom: 1vw;
  }
}
@media all and (max-width: 900px) and (max-width: 450px) {
  .all .question ul li {
    font-size: 4.8vw;
    letter-spacing: 0;
    padding: 2.5vw 2vw 2.2vw;
    margin-bottom: 2vw;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1vw 2vw;
  }
}
.all .question ul li::before {
  content: "";
  display: inline-block;
  width: 2.1vw;
  height: 2.1vw;
  background: url(../images/question-sign.png) no-repeat;
  background-size: 100% auto;
  margin-right: 0.7vw;
  position: relative;
  top: 0.35vw;
}
@media all and (max-width: 900px) {
  .all .question ul li::before {
    width: 3.5vw;
    height: 3.5vw;
    top: 0.5vw;
    margin-right: 1vw;
  }
}
@media all and (max-width: 900px) and (max-width: 450px) {
  .all .question ul li::before {
    width: 6vw;
    height: 6vw;
    top: 1.5vw;
    margin-right: 1.5vw;
  }
}
.all .question .ul-container {
  width: 50%;
  padding-left: 2.5vw;
}
@media all and (max-width: 900px) {
  .all .question .ul-container {
    width: 100%;
    padding-left: 0;
  }
}
@media all and (max-width: 450px) {
  .all .question .ul-container {
    width: 90%;
    margin: auto;
  }
}
.all .caption {
  background-color: #fff9dd;
  position: relative;
}
.all .caption::after {
  content: "";
  display: block;
  width: 470px;
  height: 275px;
  background: url(../images/caption-bg.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 4%;
}
@media all and (max-width: 1400px) {
  .all .caption::after {
    width: 350px;
    right: -0.5%;
    height: 260px;
  }
}
@media all and (max-width: 1024px) {
  .all .caption::after {
    display: none;
  }
}
.all .caption ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .all .caption ul {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
}
.all .caption ul li {
  border-radius: 32px;
  overflow: hidden;
  background-color: #fff;
}
@media all and (max-width: 450px) {
  .all .caption ul li {
    border-radius: 3vw;
  }
}
.all .caption ul .info {
  padding: 20px 20px 30px 30px;
}
@media all and (max-width: 450px) {
  .all .caption ul .info {
    padding: 5vw 1vw 5vw 3.5vw;
  }
}
.all .caption ul h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media all and (max-width: 1680px) {
  .all .caption ul h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 450px) {
  .all .caption ul h3 {
    font-size: 6.3vw;
    margin-bottom: 2vw;
  }
}
.all .caption ul p {
  font-size: 21px;
  line-height: 1.8;
}
@media all and (max-width: 450px) {
  .all .caption ul p {
    font-size: 4.8vw;
  }
}
.all .method ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6%;
  text-align: left;
}
@media all and (max-width: 1440px) {
  .all .method ul {
    gap: 4%;
  }
}
@media all and (max-width: 1024px) {
  .all .method ul {
    grid-template-columns: 1fr;
    gap: 5vw;
    max-width: 600px;
    margin: auto;
  }
}
.all .method ul > li {
  border-radius: 32px;
  background-color: #fff;
  padding: 20px 20px 30px 30px;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .all .method ul > li {
    padding: 20px 15px 20px 20px;
  }
}
@media all and (max-width: 450px) {
  .all .method ul > li {
    border-radius: 3vw;
    padding: 5vw 1vw 5vw 1.5vw;
  }
}
.all .method ul .img {
  width: 100%;
  padding-bottom: 80%;
}
.all .method ul .img img {
  position: absolute;
  top: 5%;
  left: -5%;
  width: 110%;
  -o-object-fit: cover;
  object-fit: cover;
}
.all .method ul h3 {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin: 20px auto;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .all .method ul h3 {
    font-size: 36px;
  }
}
@media all and (max-width: 450px) {
  .all .method ul h3 {
    font-size: 8vw;
    margin-bottom: 2vw;
    margin: -1vw auto 6vw;
  }
}
.all .method ul ol li {
  margin-bottom: 10px;
  font-size: 24px;
  position: relative;
  padding-left: 35px;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .all .method ul ol li {
    font-size: 19px;
  }
}
@media all and (max-width: 450px) {
  .all .method ul ol li {
    font-size: 4.8vw;
  }
}
.all .method ul ol li::before {
  font-size: 26px;
  color: #fbc65a;
  content: "☀";
  position: absolute;
  margin-left: -35px;
}
@media all and (max-width: 450px) {
  .all .method ul ol li::before {
    font-size: 7vw;
    margin-left: -8vw;
    margin-top: -1.8vw;
  }
}
.all .compare {
  background-color: #fff9dd;
}
@media all and (max-width: 1024px) {
  .all .compare h2 {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 450px) {
  .all .compare h2 {
    margin-bottom: 14vw;
  }
}
.all .compare table {
  width: 100%;
  font-size: 24px;
}
@media all and (max-width: 450px) {
  .all .compare table {
    font-size: 4.5vw;
  }
}
.all .compare table td,
.all .compare table th {
  padding: 15px 20px;
  vertical-align: middle;
}
@media all and (max-width: 450px) {
  .all .compare table td,
  .all .compare table th {
    padding: 3vw 1vw 3vw 2.5vw;
  }
}
.all .compare table th,
.all .compare table thead td {
  font-size: 40px;
  font-weight: 700;
}
@media all and (max-width: 1024px) {
  .all .compare table th,
  .all .compare table thead td {
    font-size: 32px;
  }
}
@media all and (max-width: 450px) {
  .all .compare table th,
  .all .compare table thead td {
    font-size: 5vw;
  }
}
.all .compare table thead th {
  background-color: #fde357;
}
.all .compare table thead td {
  color: #fff;
  border: 2px solid #fff;
}
.all .compare table thead td:nth-of-type(1) {
  background-color: #8d40c8;
  position: relative;
}
.all .compare table thead td:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 195px;
  height: 195px;
  background: url(../images/sign-compare.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -30px;
  right: 25px;
}
@media all and (max-width: 1680px) {
  .all .compare table thead td:nth-of-type(1)::before {
    width: 180px;
    height: 180px;
    right: 15px;
  }
}
@media all and (max-width: 1440px) {
  .all .compare table thead td:nth-of-type(1)::before {
    width: 90px;
    height: 90px;
  }
}
@media all and (max-width: 1024px) {
  .all .compare table thead td:nth-of-type(1)::before {
    width: 80px;
    height: 80px;
    top: -60px;
  }
}
@media all and (max-width: 450px) {
  .all .compare table thead td:nth-of-type(1)::before {
    width: 16vw;
    height: 16vw;
    top: -10vw;
    right: 1vw;
  }
}
.all .compare table thead td:nth-of-type(2) {
  background-color: #878787;
}
.all .compare table tbody tr:nth-last-of-type(1) th {
  color: #ef6e1a;
}
@media all and (min-width: 1024px) {
  .all .compare table tbody tr:nth-last-of-type(1) th {
    font-size: 44px;
  }
}
.all .compare table tbody th {
  background-color: #fde357;
  border: 2px solid #fff;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .all .compare table tbody th {
    white-space: normal;
  }
}
.all .compare table tbody td {
  font-weight: 500;
  text-align: left;
  border: 2px solid #fde357;
}
@media all and (max-width: 450px) {
  .all .compare table tbody td {
    font-weight: normal;
    letter-spacing: 0;
    vertical-align: top;
  }
}
.all .compare table tbody td:nth-of-type(1) {
  background-color: #ffefdd;
}
.all .compare table tbody td:nth-of-type(2) {
  background-color: #fff;
}
.all .stories ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  gap: 20px 25px;
}
@media all and (max-width: 1280px) {
  .all .stories ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 768px) {
  .all .stories ul {
    grid-template-columns: 1fr;
  }
}
.all .stories ul li {
  display: grid;
  grid-template-columns: 30% auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 10px 25px 15px;
  gap: 15px;
  position: relative;
  transition: 0.3s;
  top: 0;
}
@media all and (max-width: 450px) {
  .all .stories ul li {
    border-radius: 5vw;
    padding: 5vw 3vw 6vw;
    gap: 3vw;
  }
}
.all .stories ul li:hover {
  top: -8px;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.15) 0 10px 15px;
}
@media all and (max-width: 450px) {
  .all .stories ul li:hover {
    top: 0;
  }
}
.all .stories ul li:nth-of-type(3) .image-container img {
  width: 140%;
  left: -20%;
  height: 120%;
}
.all .stories ul li:nth-of-type(4) .image-container img {
  width: 180%;
  left: -40%;
  height: 120%;
}
.all .stories ul li:nth-of-type(5) .image-container img {
  width: 260%;
  left: -80%;
  height: 160%;
}
.all .stories ul .image-container {
  padding-bottom: 100%;
  border-radius: 300px;
}
@media all and (max-width: 450px) {
  .all .stories ul .image-container {
    margin-top: 3vw;
  }
}
.all .stories ul h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 20px 0 10px;
}
@media all and (max-width: 450px) {
  .all .stories ul h3 {
    font-size: 6vw;
    margin: 0 0 2vw;
  }
}
.all .stories ul p {
  font-size: 18px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media all and (max-width: 450px) {
  .all .stories ul p {
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}
.all .stories ul a {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  background-color: #ffcd20;
  float: right;
  display: block;
  margin-top: 15px;
  padding: 7px 20px 5px;
  border-radius: 30px;
  text-decoration: none;
}
@media all and (max-width: 450px) {
  .all .stories ul a {
    float: left;
  }
}
.all .stories ul a:hover {
  background-color: #fff242;
}
.all .carousel {
  background: #ffcd20 url(../images/img-under.png) no-repeat center bottom;
  background-size: 100% auto;
}
@media all and (max-width: 1440px) {
  .all .carousel {
    background-size: 150% auto;
  }
}
@media all and (max-width: 1440px) and (max-width: 1024px) {
  .all .carousel {
    background-size: 200% auto;
  }
}
@media all and (max-width: 1440px) and (max-width: 768px) {
  .all .carousel {
    background-size: 300% auto;
  }
}
@media all and (max-width: 1440px) and (max-width: 450px) {
  .all .carousel {
    background-size: 340% auto;
  }
}
.all .carousel .container {
  max-width: 87%;
  padding-bottom: 200px;
}
@media all and (max-width: 1680px) {
  .all .carousel .container {
    max-width: 90%;
  }
}
@media all and (max-width: 768px) {
  .all .carousel .container {
    padding-bottom: 35vw;
  }
}
.all .carousel .owl-item {
  height: 100%;
  display: block;
}
.all .carousel .owl-carousel {
  position: relative;
}
.all .carousel .owl-carousel a {
  display: table;
}
.all .carousel .owl-carousel .owl-nav span {
  color: #eb5008;
  font-size: 35px;
  font-weight: 600;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  line-height: 0.9;
  background-color: #fff;
  display: block;
}
@media all and (max-width: 1440px) {
  .all .carousel .owl-carousel .owl-nav span {
    font-size: 28px;
    width: 28px;
    height: 28px;
  }
}
.all .carousel .owl-carousel .owl-nav span:focus {
  outline: none;
}
.all .carousel .owl-carousel .owl-prev,
.all .carousel .owl-carousel .owl-next {
  top: 30%;
  position: absolute;
}
.all .carousel .owl-carousel .owl-next {
  right: -60px;
}
@media all and (max-width: 1440px) {
  .all .carousel .owl-carousel .owl-next {
    right: -40px;
  }
}
.all .carousel .owl-carousel .owl-prev {
  left: -60px;
}
@media all and (max-width: 1440px) {
  .all .carousel .owl-carousel .owl-prev {
    left: -40px;
  }
}
.all .carousel .owl-carousel .owl-dots {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}
.all .carousel .owl-carousel .owl-dots span {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  display: block;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .all .carousel .owl-carousel .owl-dots span {
    width: 10px;
    height: 10px;
  }
}
.all .carousel .owl-carousel .owl-dots .active span {
  background-color: #eb5008;
}
@media only screen and (max-width: 1024px) {
  .all .carousel .owl-carousel .owl-nav {
    display: none;
  }
}
.all .carousel .owl-carousel .item {
  background-color: #fff;
  text-align: left;
  border-radius: 25px;
  overflow: hidden;
}
@media all and (max-width: 450px) {
  .all .carousel .owl-carousel .item {
    border-radius: 5vw;
  }
}
.all .carousel .owl-carousel .item .info {
  padding: 20px 20px 10px 30px;
}
@media all and (max-width: 450px) {
  .all .carousel .owl-carousel .item .info {
    padding: 5vw 2vw 5vw 4vw;
  }
}
.all .carousel .owl-carousel .item h3 {
  font-size: 1.7vw;
  font-weight: 700;
  margin-bottom: 10px;
}
@media all and (max-width: 1024px) {
  .all .carousel .owl-carousel .item h3 {
    font-size: 2.6vw;
  }
}
@media all and (max-width: 768px) {
  .all .carousel .owl-carousel .item h3 {
    font-size: 4.5vw;
  }
}
@media all and (max-width: 450px) {
  .all .carousel .owl-carousel .item h3 {
    font-size: 5.2vw;
    letter-spacing: 0;
  }
}
.all .carousel .owl-carousel .item p {
  font-size: 1.1vw;
}
@media all and (max-width: 1024px) {
  .all .carousel .owl-carousel .item p {
    font-size: 1.8vw;
  }
}
@media all and (max-width: 768px) {
  .all .carousel .owl-carousel .item p {
    font-size: 3vw;
  }
}
@media all and (max-width: 450px) {
  .all .carousel .owl-carousel .item p {
    font-size: 4.5vw;
  }
}
@media all and (max-width: 450px) {
  .all .carousel .box-listA .item h3 {
    font-size: 6.5vw;
  }
}
.all .carousel .box-listA p {
  height: 7vw;
}
@media all and (max-width: 1024px) {
  .all .carousel .box-listA p {
    height: 12vw;
  }
}
@media all and (max-width: 768px) {
  .all .carousel .box-listA p {
    height: 16vw;
  }
}
@media all and (max-width: 450px) {
  .all .carousel .box-listA p {
    height: 28vw;
  }
}
.all .carousel .box-listB {
  margin-top: 100px;
}
@media all and (max-width: 450px) {
  .all .carousel .box-listB {
    margin-top: 20vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .all .carousel .box-listB .item {
    display: grid;
    grid-template-columns: 30% auto;
  }
  .all .carousel .box-listB .item .image-container {
    height: 100%;
    padding-bottom: 0;
  }
}
.all .carousel .box-listB .image-container {
  padding-bottom: 40%;
}
@media all and (max-width: 1440px) {
  .all .carousel .box-listB .image-container {
    padding-bottom: 55%;
  }
}
.all .carousel .box-listB p {
  height: 6vw;
}
@media all and (max-width: 1024px) {
  .all .carousel .box-listB p {
    height: 12vw;
  }
}
@media all and (max-width: 768px) {
  .all .carousel .box-listB p {
    height: 20vw;
  }
}
@media all and (max-width: 450px) {
  .all .carousel .box-listB p {
    height: 34vw;
  }
}
.all .carousel .button {
  margin-top: 100px;
}
@media all and (max-width: 450px) {
  .all .carousel .button {
    margin-top: 16vw;
  }
}
@keyframes Zoom1 {
  0% {
    transform: scale(1);
  }
  2% {
    transform: scale(1.03);
  }
  4% {
    transform: scale(1);
  }
}

#go-position {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  right: 2px;
  bottom: 4px;
  transition: 0.3s;
  display: none;
  position: fixed;
  background-color: #eb4308;
  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;
  top: 2px;
  position: absolute;
}
#go-position:hover {
  bottom: 6px;
  transition: 0.3s;
}
#go-position:hover::before {
  background-color: #ff591f;
}
@media all and (max-width: 480px) {
  #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 */