/*! destyle.css v4.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: inherit;
  background-color: transparent;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background-image: url(../images/bg-main.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  body {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  body .wrapper {
    margin-inline: initial;
  }
  body aside {
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
  }
}
@media screen and (max-width: 750px) {
  body aside {
    display: none;
  }
  body .wrapper {
    transform: scale(calc(0.2666666667vw / 1px));
    transform-origin: top left;
    margin-right: auto;
    overflow: initial;
    height: initial;
  }
}

.wrapper {
  overflow: auto;
  height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 10px 0;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 375px;
  background: #fff;
  z-index: 10;
}
header h1 {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}
header h1 img {
  width: 70px;
}
header h1 span {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #333333;
}
header h1 + p {
  font-size: 10px;
  font-weight: 500;
  margin-top: 4px;
}
header .btn-contact {
  background: #ff7322;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 60px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  header .btn-contact {
    transition: 0.3s;
  }
  header .btn-contact:hover {
    background: #14a9ff;
  }
}
header .btn-contact img {
  width: 20px;
  margin-bottom: 4px;
}

.wrapper {
  width: 375px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

body {
  color: #333;
}

.btn {
  width: 325px;
  height: 70px;
  background: #ff7322;
  color: #fff;
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .btn {
    transition: 0.3s;
  }
  .btn:hover {
    background: #14a9ff;
  }
}
.btn .circle {
  width: 40px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
}
.btn .circle img {
  width: 10px;
}
.btn > img {
  margin-right: 16px;
  width: 30px;
}
.btn > img + span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
  width: max-content;
  font-size: 12px;
  background: #ffd500;
  color: #333;
  padding: 9px 14px;
  border-radius: 19px;
  font-weight: 700;
  line-height: 1;
}
.btn > img + span:before {
  display: block;
  position: absolute;
  bottom: -9px;
  left: 29px;
  transform: rotate(-45deg);
  content: "";
  width: 5px;
  height: 17px;
  border-radius: 10px;
  background: #ffd500;
}
.btn > img + span + span {
  display: block;
  padding-top: 10px;
}

aside {
  position: absolute;
  top: 50%;
  left: calc(50% + 32vw);
  transform: translate(-50%, -50%);
  text-align: center;
}
aside ul {
  line-height: 2.8125;
}
aside ul li a {
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}
aside ul li a:hover {
  opacity: 0.7;
}
aside p {
  margin-top: 40px;
}

.anc {
  padding-top: 60px;
  margin-top: -60px;
}

footer {
  padding: 13px 0;
  background: #fff;
}
footer .site-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
footer .site-title img {
  width: 70px;
}
footer .site-title span {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #333333;
}
footer .site-title + p {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-top: 4px;
}

main {
  position: relative;
  overflow-x: hidden;
}
main .object-00 {
  position: absolute;
  left: 0;
  top: 202px;
  z-index: 2;
  pointer-events: none;
}
main .mv-01 {
  width: 110px;
  position: absolute;
  left: -54px;
  top: 222px;
  z-index: 2;
}
main .mv-02 {
  width: 30px;
  position: absolute;
  right: -13px;
  top: 236px;
  z-index: 2;
}
main .mv-03 {
  width: 34px;
  position: absolute;
  right: -13px;
  top: 462px;
  z-index: 2;
}
main .mv-04 {
  width: 73px;
  position: absolute;
  left: -38px;
  top: 690px;
  z-index: 2;
}
main .mv-05 {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 725px;
  z-index: 2;
}
main .mv-06 {
  width: 27px;
  position: absolute;
  left: 202px;
  top: 562px;
  z-index: 2;
}
main .mv-07 {
  width: 15px;
  position: absolute;
  left: 105px;
  top: 1036px;
  z-index: 2;
}
main .mv-08 {
  width: 92px;
  position: absolute;
  right: -40px;
  top: 917px;
  z-index: 2;
}
main .mv-09 {
  width: 15px;
  position: absolute;
  left: 50px;
  top: 717px;
  z-index: 2;
}
main .mv-10 {
  width: 19px;
  position: absolute;
  right: 30px;
  top: 265px;
  z-index: 2;
}
main .mv-11 {
  width: 15px;
  position: absolute;
  left: 37px;
  top: 256px;
  z-index: 2;
}

.object-01 {
  position: absolute;
  left: -80px;
  top: 182px;
  z-index: 2;
  pointer-events: none;
  width: 170px;
}
@media screen and (max-width: 750px) {
  .object-01 {
    display: none;
  }
}

.object-02 {
  position: absolute;
  left: calc(50% + 310px);
  top: 21%;
  z-index: 2;
  pointer-events: none;
  width: 102px;
}
@media screen and (max-width: 750px) {
  .object-02 {
    display: none;
  }
}

.object-03 {
  position: absolute;
  left: 6%;
  bottom: 5%;
  z-index: 2;
  pointer-events: none;
  width: 30px;
}
@media screen and (max-width: 750px) {
  .object-03 {
    display: none;
  }
}

.object-04 {
  position: absolute;
  left: calc(50% - 400px);
  top: 45%;
  z-index: 2;
  pointer-events: none;
  width: 46px;
}
@media screen and (max-width: 750px) {
  .object-04 {
    display: none;
  }
}

.object-05 {
  position: absolute;
  right: 180px;
  top: 6%;
  z-index: 2;
  pointer-events: none;
  width: 30px;
}
@media screen and (max-width: 750px) {
  .object-05 {
    display: none;
  }
}

.object-06 {
  position: absolute;
  right: 2%;
  bottom: 13%;
  z-index: 2;
  pointer-events: none;
  width: 107px;
}
@media screen and (max-width: 750px) {
  .object-06 {
    display: none;
  }
}

.object-07 {
  position: absolute;
  left: calc(50% - 510px);
  top: 10%;
  z-index: 2;
  pointer-events: none;
  width: 30px;
}
@media screen and (max-width: 750px) {
  .object-07 {
    display: none;
  }
}

.object-01,
.mv-08,
.mv-01 {
  animation: floating 2.2s ease-in-out infinite;
}

.object-02,
.mv-07,
.mv-11 {
  animation: floating 3.6s ease-in-out infinite;
  animation-delay: -1s;
}

.object-03,
.mv-06 {
  animation: floating 3s ease-in-out infinite;
  animation-delay: -2s;
}

.object-04,
.mv-05 {
  animation: floating 2.8s ease-in-out infinite;
  animation-delay: -0.5s;
}

.object-05,
.mv-04,
.mv-10 {
  animation: floating 3.7s ease-in-out infinite;
  animation-delay: -2.5s;
}

.object-06,
.mv-03,
.mv-09 {
  animation: floating 2.4s ease-in-out infinite;
  animation-delay: -1.5s;
}

.object-07,
.mv-02 {
  animation: floating 3.2s ease-in-out infinite;
  animation-delay: -3s;
}

@keyframes floating {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}
.mv {
  position: relative;
  margin-top: -4px;
}
.mv .label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #333333;
  width: 90px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  position: absolute;
  top: 110px;
  right: 20px;
  transform: rotate(10deg);
  z-index: 1;
}
.mv .fukidashi {
  position: absolute;
  font-weight: 700;
  top: 225px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.mv .fukidashi::before {
  content: "";
  display: block;
  width: 120%;
  height: 2px;
  background: #333;
  position: absolute;
  left: -10%;
  bottom: -11px;
}
.mv .fukidashi::after {
  content: "";
  display: block;
  width: 120%;
  height: 2px;
  background: #333;
  position: absolute;
  left: -10%;
  top: -31px;
  transform: rotate(-10deg) translate(-5px, 0);
}
.mv .fukidashi span {
  display: block;
}
.mv .fukidashi span:nth-of-type(1) {
  font-size: 16px;
  transform: rotate(-5deg) translate(5px, -12px);
}
.mv .fukidashi span:nth-of-type(2) {
  font-size: 20px;
  transform: rotate(0deg);
}
.mv .lead {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 294px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-5deg);
  width: max-content;
  line-height: 1.45;
}
.mv .lead span {
  background: #fff;
  display: inline-block;
  padding: 3px 6px 6px;
  line-height: 1;
}
.mv ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 430px;
  left: 50%;
  transform: translate(-50%, 0);
}
.mv ul li {
  width: 95px;
  font-weight: 700;
  margin: 0 3px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  flex-flow: column;
  border: 1.5px solid #14a9ff;
  text-align: center;
  position: relative;
}
.mv ul li img {
  height: 30px;
  position: absolute;
  top: 0;
  transform: translate(0px, -47%);
}
.mv .btn {
  margin-top: -35px;
}

.section-01 {
  background: #fafaef;
  margin-top: -35px;
  padding: 80px 0 50px;
}
.section-01 p {
  text-align: center;
  line-height: 1.875;
}
.section-01 p:nth-of-type(2) {
  margin-top: 40px;
  display: block;
}
.section-01 p:nth-of-type(2) span {
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.section-02 {
  background: #ffd500;
}
.section-02 .container {
  position: relative;
  padding-inline: 15px;
  padding-top: 190px;
}
.section-02 .container > img:nth-of-type(1) {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.section-02 .container > p:last-of-type {
  text-align: center;
  font-size: 32px;
  letter-spacing: 5%;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
  font-family: "Cal Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.section-02 .container h2 {
  position: relative;
  margin-inline: auto;
  width: max-content;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  width: 230px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}
.section-02 .container h2:before {
  display: block;
  position: absolute;
  bottom: -16px;
  right: 74px;
  transform: rotate(45deg);
  content: "";
  width: 8px;
  height: 30px;
  border-radius: 10px;
  background: #fff;
}
.section-02 .container h2:after {
  content: "";
  width: 31.5px;
  height: 24px;
  display: block;
  position: absolute;
  background-image: url(../images/osusume.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -20px;
  right: -17px;
}
.section-02 .container ul {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-02 .container ul li {
  background: #fff;
  width: 170px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.section-02 .container ul li .fukidashi {
  position: absolute;
  left: 166px;
  width: 160px;
  z-index: 2;
  text-align: left;
  letter-spacing: 0.08em;
  width: max-content;
  line-height: 1.4;
}
.section-02 .container ul li .fukidashi::before {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  background: #333;
  position: absolute;
  left: -10%;
  bottom: -28px;
  transform: rotate(5deg) translate(-5px, 0);
}
.section-02 .container ul li .fukidashi::after {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  background: #333;
  position: absolute;
  left: -10%;
  top: -28px;
  transform: rotate(-5deg) translate(-5px, 0);
}
.section-02 .container ul li .fukidashi span {
  font-size: 16px;
}
.section-02 .container ul li:nth-of-type(2) {
  margin-left: auto;
}
.section-02 .container ul li:nth-of-type(2) img {
  width: 71.61px;
  margin-top: 10px;
}
.section-02 .container ul li:nth-of-type(2) .fukidashi {
  left: initial;
  right: 147px;
  line-height: 1;
}
.section-02 .container ul li:nth-of-type(2) .fukidashi::before {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  background: #333;
  position: absolute;
  right: -10%;
  bottom: -23px;
  transform: rotate(-5deg) translate(-5px, 0);
}
.section-02 .container ul li:nth-of-type(2) .fukidashi::after {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  background: #333;
  position: absolute;
  right: -10%;
  top: -23px;
  transform: rotate(5deg) translate(-5px, 0);
}
.section-02 .container ul li:nth-of-type(2) .num {
  position: absolute;
  top: -45px;
  transform: rotate(5deg);
  left: -18px;
  font-size: 12px;
}
.section-02 .container ul li:nth-of-type(2) .fukidashi {
  padding-right: 35px;
}
.section-02 .container ul li:nth-of-type(2) .fukidashi span:last-of-type {
  font-size: 20px;
}
.section-02 .container ul li:nth-of-type(1) img, .section-02 .container ul li:nth-of-type(3) img {
  width: 90px;
  margin-top: 10px;
}
.section-02 .container ul li:nth-of-type(1) .num, .section-02 .container ul li:nth-of-type(3) .num {
  position: absolute;
  top: -51px;
  transform: rotate(-5deg);
  right: 11px;
  font-size: 12px;
}
.section-02 .container ul li:nth-of-type(1) .fukidashi, .section-02 .container ul li:nth-of-type(3) .fukidashi {
  padding-left: 18px;
}

section:not(.section-02, .section-06) h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.4;
}
section:not(.section-02, .section-06) h2 span {
  position: absolute;
  font-size: 14px;
  font-family: "Cal Sans", sans-serif;
  letter-spacing: 5%;
  text-transform: uppercase;
}
section:not(.section-02, .section-06) h2:before {
  content: "";
  width: 223.85px;
  height: 2px;
  display: block;
  background: #333;
  position: absolute;
  top: -70%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
}
section:not(.section-02, .section-06) h2:after {
  content: "";
  width: 223.85px;
  height: 2px;
  display: block;
  background: #333;
  position: absolute;
  bottom: -70%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(5deg);
}

.section-03 {
  background: #fafaef;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.section-03 h2 span {
  top: -36px;
  transform: rotate(-5deg);
  color: #ffd500;
  left: 75px;
}
.section-03 h2 + img {
  margin-top: 50px;
}
.section-03 img + img {
  margin-top: 30px;
}
.section-03 p:last-of-type {
  transform: translate(0px, 36px);
}

.section-04 {
  background: #fff;
  padding-top: 110px;
  padding-bottom: 50px;
  position: relative;
  margin-top: -30px;
}
.section-04:before {
  content: "";
  height: 350px;
  width: 100%;
  background: #ffd500;
  position: absolute;
  left: 0;
  top: 0;
}
.section-04 .container {
  padding-inline: 25px;
  position: relative;
}
.section-04 h2 span {
  top: -44px;
  transform: rotate(-5deg);
  left: 50px;
  color: #fff;
}
.section-04 h2 + img {
  width: 325px;
  margin-left: -25px;
}
.section-04 h2:before {
  top: -43% !important;
}
.section-04 h2:after {
  bottom: -43% !important;
}
.section-04 h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
}
.section-04 p {
  line-height: 1.8571428571;
  margin-top: 20px;
}
.section-04 p span {
  background: linear-gradient(transparent 75%, #ffd500 75%);
  font-weight: 700;
}
.section-04 img {
  margin-top: 60px;
}

.section-05 {
  background: #fafaef;
  padding-top: 50px;
}
.section-05 .container {
  padding-inline: 25px;
}
.section-05 h2 span {
  top: -34px;
  left: 50px;
  transform: rotate(-5deg);
  color: #ffd500;
}
.section-05 p {
  line-height: 1.8571428571;
  margin-top: 25px;
}
.section-05 p + img {
  margin-top: 25px;
}
.section-05 img {
  margin-top: 60px;
}

.section-06 {
  position: relative;
  padding-top: 50px;
  background: #fafaef;
}
.section-06 > img {
  position: absolute;
}
.section-06 .container {
  position: relative;
  padding-top: 50px;
}
.section-06 .container h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.section-06 .container h2 .en {
  font-family: "Cal Sans", sans-serif;
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 400;
  letter-spacing: 5%;
}
.section-06 .container h2 span:last-of-type {
  font-size: 20px;
}
.section-06 .container .voice-box {
  margin-inline: auto;
  background: #ffd500;
  padding-inline: 25px;
  position: relative;
}
.section-06 .container .voice-box:nth-of-type(1) {
  margin-top: 32px;
}
.section-06 .container .voice-box:last-of-type {
  padding-bottom: 50px;
}
.section-06 .container .voice-box:last-of-type .description {
  bottom: 106px;
}
.section-06 .container .voice-box .text {
  position: absolute;
  top: 60px;
  left: 180px;
  font-size: 12px;
  line-height: 1.6923076923;
}
.section-06 .container .voice-box .text .name {
  font-weight: 700;
  color: #14a9ff;
}
.section-06 .container .voice-box:nth-of-type(2n) .text {
  left: initial;
  right: 160px;
}
.section-06 .container .voice-box .description {
  position: absolute;
  bottom: 56px;
  font-size: 14px;
  width: 280px;
  left: 45px;
  line-height: 1.8571428571;
}

.section-07 {
  background: #fff;
  padding-top: 50px;
}
.section-07 .container {
  padding-inline: 25px;
}
.section-07 h2 span {
  top: -34px;
  left: 50px;
  transform: rotate(-5deg);
  color: #ffd500;
}
.section-07 .tab {
  display: flex;
  align-items: flex-end;
  margin-right: -25px;
  overflow: scroll;
  width: calc(100% + 25px);
  margin-top: 60px;
}
.section-07 .tab li {
  width: 50%;
  text-align: center;
}
.section-07 .tab li a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 3px solid #d9d9d9;
  color: #d9d9d9;
  transition: 0.3s;
  width: max-content;
  padding: 0 24px 6px;
  line-height: 1.4;
}
.section-07 .tab li a.current {
  border-bottom: 3px solid #ffd500;
  color: #333;
}
.section-07 .table {
  margin-top: 36px;
  display: none;
}
.section-07 .table.current {
  display: block;
}
.section-07 .table table {
  font-size: 14px;
}
.section-07 .table table tr th {
  display: block;
  text-align: left;
  padding: 8px 13px;
  background: #fafaef;
}
.section-07 .table table tr td {
  display: block;
  padding: 12px 0 30px;
  line-height: 1.8571428571;
}
.section-07 .table table tr td h3 {
  margin-top: 20px;
  font-weight: 700;
  padding-left: 14px;
  border-left: 3px solid #ffd500;
  line-height: 1.3;
}
.section-07 .table table tr td h3 + p {
  margin-top: 14px;
}
.section-07 .table table tr td p > span {
  font-weight: 700;
  margin-top: 14px;
  display: inline-block;
}
.section-07 .table table tr td p > span:first-of-type {
  margin-top: 0;
}
.section-07 .table table tr td ul {
  list-style: disc;
  padding-left: 15px;
}
.section-07 .table table tr td ul + p {
  margin-top: 20px;
}
.section-07 .table table tr td ul li::marker {
  font-size: 10px;
}
.section-07 p:last-of-type {
  margin-top: 20px;
}

.fade {
  opacity: 0;
  transition: 0.3s;
  transform: translateY(8px);
}
.fade.on {
  opacity: 1;
  transform: translateY(0);
}

.section-08 {
  background: #fafaef;
  padding-top: 80px;
  padding-bottom: 50px;
  margin-top: -30px;
}
.section-08 .container {
  padding-inline: 25px;
}
.section-08 h2 span {
  top: -31px;
  left: 50px;
  transform: rotate(-5deg);
  color: #ffd500;
}
.section-08 dl {
  margin-top: 50px;
}
.section-08 dl + dl {
  margin-top: 18px;
}
.section-08 dl dt {
  background: #14a9ff;
  color: #fff;
  padding: 12px 20px 12px 48px;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  position: relative;
  line-height: 1.7142857143;
}
.section-08 dl dt:before {
  position: absolute;
  left: 16px;
  top: 12px;
  content: "Q.";
  font-size: 24px;
  line-height: 1;
}
.section-08 dl dd {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  line-height: 1.8571428571;
}