@font-face {
  font-family: yuGothic;
  src: url("../fonts/yugothib.woff2");
}
@font-face {
  font-family: zenGothic;
  src: url("../fonts/zen-kaku-gothic-antique-v18-japanese-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: zenGothic;
  src: url("../fonts/zen-kaku-gothic-antique-v18-japanese-900.woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp-700.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.warning-section .white-content .content-label, .warning-section .white-content .blue-badge, .mv-section .mv-wrapper {
  font-family: yuGothic;
  font-weight: 900;
}

.mv-section .mv-wrapper .title {
  font-family: zenGothic;
}

.warning-section .white-content .content-label .orange-bg, body {
  font-family: "Noto Sans JP", sans-serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  margin: 0;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 0.694444vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 1.302vw;
  }
}
@media only screen and (max-width: 576px) {
  html {
    font-size: 1.736vw;
  }
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  word-break: break-word;
  border: 0;
  letter-spacing: 0;
  overflow-x: hidden;
}

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

#wrapper {
  position: relative;
  width: 100%;
}

section {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .pc-hide,
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .sp-hide,
  .pc-only {
    display: none !important;
  }
}
.s-padding {
  padding: 64px 0;
}
@media only screen and (max-width: 768px) {
  .s-padding {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 576px) {
  .s-padding {
    padding: 30px 0;
  }
}

#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem 1.6rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
  outline: none;
  border-radius: 0;
  vertical-align: middle;
}
@media only screen and (max-width: 576px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #343434;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #343434;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #343434;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #343434;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #343434;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 5.6rem;
}
@media only screen and (max-width: 576px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select {
    height: 4.8rem;
  }
}

textarea {
  height: 25rem;
}
@media only screen and (max-width: 576px) {
  textarea {
    height: 20rem;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #FFFFFF;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}

.container {
  max-width: 86rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

picture,
figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  width: 100%;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6rem;
  padding-bottom: 3rem;
  border-bottom: 5px solid #FFCA68;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .section-title {
    font-size: 2.8rem;
  }
}
.section-title.center {
  text-align: center;
}
.section-title.left {
  text-align: left;
}
.section-title.right {
  text-align: right;
}
.section-title span.index-number {
  display: inline-block;
  padding-right: 3rem;
  border-right: 4px solid #333333;
  line-height: 1;
  margin-top: 0.5rem;
}

.cta-btn {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  padding: 2.4rem 5rem;
  background-color: #F59E00;
  border: 2px solid transparent;
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
@media only screen and (max-width: 768px) {
  .cta-btn {
    padding: 2rem 4rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .cta-btn {
    font-size: 2rem;
  }
}
.cta-btn.rounded {
  border-radius: 50em;
}
.cta-btn.arrow-btn::after {
  content: "";
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='white'/%3E%3Cpath d='M17 13L10.25 17.3301V8.66987L17 13Z' fill='%23F59E00'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cta-btn span {
  display: block;
  position: relative;
  z-index: 2;
}
.cta-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 200%;
  background-color: #fff;
  z-index: -1;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(0, 1) translateY(-50%);
          transform: scale(0, 1) translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.cta-btn:hover {
  color: #F59E00;
}
.cta-btn:hover::before {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scale(1, 1) translateY(-50%);
          transform: scale(1, 1) translateY(-50%);
}
.cta-btn:hover.arrow-btn::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23F59E00'/%3E%3Cpath d='M17 13L10.25 17.3301V8.66987L17 13Z' fill='white'/%3E%3C/svg%3E%0A");
}

.contain-img img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}

.cover-img {
  overflow: hidden;
  max-width: 100%;
}
.cover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.text-blue {
  color: #2E86DF;
}

.text-orange {
  color: #F59E00;
}

.wrap {
  margin-top: 4rem;
}

.desc {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 4rem;
}
.desc p:not(:first-child) {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .desc {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 576px) {
  .desc {
    font-size: 14px;
  }
}

.caption {
  font-size: 10px;
  margin-top: 7px;
  text-align: right;
}

table {
  width: 100%;
  table-layout: fixed;
  border-color: collapse;
  margin-top: 4rem;
}
table.layout-auto {
  table-layout: auto;
}
table th {
  background-color: #F59E00;
  color: #fff;
}
table td {
  background-color: #FFF4E0;
}
table th,
table td {
  padding: 1.5rem 1.6rem;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  height: 6rem;
  border-bottom: 4px solid #fff;
}
table th:not(:first-child),
table td:not(:first-child) {
  border-left: 4px solid #fff;
}
@media only screen and (max-width: 576px) {
  table th,
  table td {
    font-size: 13px;
  }
}
table th small,
table td small {
  font-size: 0.6125em;
  vertical-align: top;
}

.card-items.orange-card .card-item {
  background-color: #FFF4E0;
  border: 4px solid #FFCA68;
}
.card-items.blue-card .card-item {
  background-color: #E1F1FF;
  border: 4px solid #398FDE;
}
.card-items .card-item {
  margin-top: 3.2rem;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media only screen and (max-width: 576px) {
  .card-items .card-item {
    padding: 2rem;
    gap: 2rem;
  }
}
.card-items .card-item .icon {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
}
.card-items .card-item .icon img {
  width: 100%;
  height: auto;
}
.card-items .card-item .card-info {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.card-items .card-item .card-info .card-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 576px) {
  .card-items .card-item .card-info .card-title {
    font-size: 16px;
  }
}
.card-items .card-item .card-info .desc {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 576px) {
  .card-items .card-item .card-info .desc {
    font-size: 13px;
  }
}

.section7 {
  background-color: #FFF4E0;
}
.section7 .wrapper .desc {
  font-weight: 400;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  background-color: #fff;
  z-index: 9999;
  -webkit-perspective: 7.5rem;
          perspective: 7.5rem;
  place-content: center;
}
.loader .loader-inner {
  height: 100%;
  position: relative;
  opacity: 1;
}
.loader .loader-inner .loader__wave {
  inset: 0;
  -webkit-animation: wave 6s infinite linear;
  animation: wave 6s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background-image: linear-gradient(90deg, transparent, #fff, transparent);
  background-position: 0%;
  background-size: 1rem 100%;
  display: block;
  opacity: 0.4;
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 14rem;
  height: 36rem;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(-70deg);
          transform: translate(-50%, -50%) rotate(-70deg);
}
.loader .loader-inner .loader__img img {
  width: 40rem;
}
@-webkit-keyframes wave {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes wave {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.cta-link-section {
  padding: 35px 0;
  background-color: #FFFDE5;
}

.mv-section {
  background-image: url("../image/mv-img__pc.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .mv-section {
    background-image: url("../image/mv-img__sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.mv-section .mv-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  color: #fff;
  font-weight: 700;
  padding: 11rem 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-wrapper {
    padding: 6rem 0;
    gap: 5rem;
  }
}
@media only screen and (max-width: 576px) {
  .mv-section .mv-wrapper {
    padding: 11rem 0;
    gap: 30px;
  }
}
.mv-section .mv-wrapper .catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 4rem;
  padding: 1.6rem 2.2rem;
  border: 0.4rem solid #fff;
  border-radius: 10em;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-wrapper .catch {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .mv-section .mv-wrapper .catch {
    font-size: 2.6rem;
    margin: 0;
  }
}
.mv-section .mv-wrapper .title {
  font-size: 7.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-wrapper .title {
    font-size: 5.4rem;
  }
}
@media only screen and (max-width: 576px) {
  .mv-section .mv-wrapper .title {
    font-size: 6rem;
  }
}
.mv-section .mv-wrapper .title .bg-white {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(12%, transparent), color-stop(12%, #fff), color-stop(92%, #fff), color-stop(92%, transparent));
  background: linear-gradient(to bottom, transparent 0%, transparent 12%, #fff 12%, #fff 92%, transparent 92%);
  color: #2E86DF;
  font-size: 8rem;
  line-height: 1;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-wrapper .title .bg-white {
    font-size: 6.4rem;
  }
}
@media only screen and (max-width: 576px) {
  .mv-section .mv-wrapper .title .bg-white {
    font-size: 7rem;
  }
}
.mv-section .mv-wrapper .desc {
  font-size: 4rem;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-wrapper .desc {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 576px) {
  .mv-section .mv-wrapper .desc {
    font-size: 3rem;
  }
}

.warning-section {
  background-color: #EFEFEF;
}
.warning-section h2.title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .warning-section h2.title {
    font-size: 2rem;
  }
}
.warning-section h2.title .dot {
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.warning-section h2.title .dot::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2E86DF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.warning-section .illu-img {
  margin: 2rem auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.warning-section .illu-img img {
  display: block;
  width: 17rem;
  height: auto;
}
.warning-section .desc {
  text-align: center;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .warning-section .desc {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .warning-section .desc {
    font-size: 1.8rem;
  }
}
.warning-section .white-content {
  width: 100%;
  margin-top: 6rem;
  padding: 4rem;
  background-color: #fff;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.warning-section .white-content .blue-badge {
  position: relative;
  max-width: 45rem;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 6px;
  background-color: #2E86DF;
  color: #fff;
  border-radius: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.warning-section .white-content .blue-badge::before {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 1.7rem;
  left: 50%;
  bottom: -1.4rem;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.warning-section .white-content .content-label {
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .warning-section .white-content .content-label {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .warning-section .white-content .content-label {
    font-size: 2rem;
  }
}
.warning-section .white-content .content-label .orange-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(12%, transparent), color-stop(12%, #FCF9CF), color-stop(92%, #FCF9CF), color-stop(92%, transparent));
  background: linear-gradient(to bottom, transparent 0%, transparent 12%, #FCF9CF 12%, #FCF9CF 92%, transparent 92%);
  font-size: 4rem;
  font-weight: 900;
  padding: 5px 1.5rem;
  color: #2E86DF;
  letter-spacing: -0.01em;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .warning-section .white-content .content-label .orange-bg {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .warning-section .white-content .content-label .orange-bg {
    font-size: 3.2rem;
  }
}

.cta-section {
  background-color: #FFFDE5;
}
.cta-section h2.title {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 4rem;
}
.cta-section h2.title .text-orange {
  color: #EB680E;
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 768px) {
  .cta-section h2.title {
    font-size: 3.6rem;
  }
  .cta-section h2.title .text-orange {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .cta-section h2.title {
    font-size: 3rem;
  }
  .cta-section h2.title .text-orange {
    font-size: 4.8rem;
  }
}
.cta-section .wrapper .image-wrap img {
  width: 100%;
  height: auto;
}
.cta-section .wrapper .cta-btn__wrap {
  margin-top: 6rem;
}

.table-contents__section {
  background-color: #E1F1FF;
  padding: 8rem 0;
}
.table-contents__section .content-wrap {
  background-color: #fff;
  padding: 4rem 11rem;
}
@media only screen and (max-width: 768px) {
  .table-contents__section .content-wrap {
    padding: 3rem 4rem;
  }
}
.table-contents__section .content-wrap .title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}
.table-contents__section .content-wrap ul {
  margin-top: 4rem;
  counter-reset: section-index;
}
.table-contents__section .content-wrap ul li {
  position: relative;
  counter-increment: section-index;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.table-contents__section .content-wrap ul li + li {
  margin-top: 2rem;
}
.table-contents__section .content-wrap ul li::before {
  content: counter(section-index);
  position: relative;
  display: inline-block;
  padding-right: 1.1rem;
  border-right: 2px solid #333333;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
.table-contents__section .content-wrap ul li a {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #333333;
}
.table-contents__section .content-wrap ul li a:hover {
  color: #2E86DF;
  text-decoration: underline;
}

.section1 .wrapper .desc {
  margin-top: 4rem;
}
.section1 .wrapper .text-orange {
  font-size: 2.4rem;
  font-weight: 500;
  color: #F59E00;
}
@media only screen and (max-width: 576px) {
  .section1 .wrapper .text-orange {
    font-size: 2rem;
  }
}

.section3 .wrap-content {
  background-color: #FFFDE5;
  padding: 3.6rem 5rem;
}
@media only screen and (max-width: 768px) {
  .section3 .wrap-content {
    padding: 3rem 4rem;
  }
}
@media only screen and (max-width: 576px) {
  .section3 .wrap-content {
    padding: 3rem 2rem;
  }
}
.section3 .wrap-content .wrap-title {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 2.7rem;
}
.section3 table td {
  text-align: left;
  padding: 2rem 3rem;
}
@media only screen and (max-width: 576px) {
  .section3 table td {
    padding: 1.5rem 2rem;
  }
}

.section4 .wrap-content {
  padding: 4rem;
}
.section4 .wrap-content.bg-light-orange {
  background-color: #FFF4E0;
}
.section4 .wrap-content.bg-light-blue {
  background-color: #E1F1FF;
}
.section4 .wrap-content .wrap-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 4rem;
}
.section4 .wrap-content .chat-items {
  max-width: 55.4rem;
  margin: auto;
}
.section4 .wrap-content .chat-items .chat-item {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 576px) {
  .section4 .wrap-content .chat-items .chat-item {
    gap: 2rem;
    margin-top: 16px;
  }
}
.section4 .wrap-content .chat-items .chat-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section4 .wrap-content .chat-items .chat-item .avatar {
  width: 10rem;
  height: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (max-width: 576px) {
  .section4 .wrap-content .chat-items .chat-item .avatar {
    width: 8rem;
    height: 8rem;
  }
}
.section4 .wrap-content .chat-items .chat-item .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section4 .wrap-content .chat-items .chat-item .chat-ballon {
  position: relative;
  min-height: 8rem;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  z-index: 0;
}
.section4 .wrap-content .chat-items .chat-item .chat-ballon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.section4 .wrap-content .chat-items .chat-item .chat-ballon .chat-ballon__inner {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.section4 .wrap-content .chat-items .chat-item:nth-child(odd) .chat-ballon::before {
  left: -1.5rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  z-index: -1;
}
.section4 .wrap-content .chat-items .chat-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section4 .wrap-content .chat-items .chat-item:nth-child(even) .chat-ballon::before {
  right: -1.5rem;
}
.section4 .wrap-content .desc {
  font-weight: 400;
}