@charset "UTF-8";

@font-face {
  font-family: din;
  src:
    url("../fonts/din1451alt.woff2") format("woff2"),
    url("../fonts/din1451alt.woff") format("woff");
}
html {
  box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
}
*,
::after,
::before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}
::after,
::before {
  vertical-align: inherit;
  text-decoration: inherit;
}
* {
  padding: 0;
  margin: 0;
}
hr {
  height: 0;
  overflow: visible;
  color: inherit;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}
a {
  cursor: pointer;
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
iframe {
  border-style: none;
}
input {
  border-radius: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentcolor;
}
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
  border: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  color: inherit;
  -webkit-appearance: button;
}
[disabled] {
  cursor: default;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"] {
  cursor: default;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family:
    "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.08em;
}
img,
svg,
picture {
  display: block;
  width: 100%;
  height: auto;
}
a {
  display: block;
  text-decoration: none;
}
ul,
ol,
dl,
li,
dt,
dd {
  list-style: none;
}
.u-txt-color-main {
  color: #14b4b4;
}
.u-txt-color-sub {
  color: #ffff4f;
}
.u-txt-fw-n {
  font-weight: 400;
}
.u-txt-gradient {
  background: linear-gradient(269deg, #16acc7 34.97%, #3a84f1 62.61%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.u-txt-robot {
  font-family: Roboto, sans-serif;
}
.u-txt-din {
  font-family: din, sans-serif;
}
.u-txt-underline {
  padding-bottom: 0.1em;
  background-image: linear-gradient(to right, #ffff4f, #ffff4f);
  background-repeat: no-repeat;
  background-position: 0 100%; /* 下線の位置を微調整 */
  background-clip: text; /* テキストにのみグラデーションを適用 */
  background-size: 100% 27.083333%; /* 下線の太さと方向を指定 */
}

@media screen and (width <= 767px) {
  .u-hide-tabSp {
    display: none !important;
  }
}
@media screen and (width >= 768px) {
  .u-hide-pc {
    display: none !important;
  }
}
.adlp-c-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.adlp-c-main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-x: hidden;
  background-color: #ffffff;
}
.adlp-c-section {
  position: relative;
  min-width: min(1920px, 177.7777777778vw);
  margin: 0 auto;
  line-height: 1;
  color: #333333;
}

@media screen and (width <= 767px) {
  .adlp-c-section {
    min-width: auto;
  }
}
.adlp-c-inner {
  position: relative;
  width: 100vw;
  max-width: 1080px;
  margin: auto;
}

@media screen and (width >= 768px) {
  .adlp-c-inner.--m {
    padding: 0 min(40px, 3.7037037037vw, 1080px);
  }
  .adlp-c-inner.--s {
    padding: 0 min(80px, 7.4074074074vw, 1080px);
  }
}
@media screen and (width <= 767px) {
  .adlp-c-inner.--s {
    padding: 0 4vw;
  }
}
.adlp-c-section__ttl {
  font-family: "Noto Sans JP";
  font-weight: 700;
  letter-spacing: 0.04em;
}
.adlp-c-section__ttl.--lv1 {
  font-family: "Noto Serif JP";
  font-size: min(50px, 4.6296296296vw, 1080px);
  font-weight: 700;
  font-feature-settings:
    "palt" on,
    "liga" off,
    "kern" off;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.08em;
}
.adlp-c-section__ttl.--lv1 small {
  display: block;
  font-size: min(26px, 2.4074074074vw, 1080px);
}
.adlp-c-section__ttl.--lv1 .adlp-c-section__ttl-sub {
  display: block;
  margin-bottom: min(12px, 1.1111111111vw, 1080px);
  font-family: "EB Garamond";
  font-size: min(24px, 2.2222222222vw, 1080px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: yellow;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

@media screen and (width <= 767px) {
  .adlp-c-section__ttl.--lv1 {
    font-size: 8.5333333333vw;
  }
  .adlp-c-section__ttl.--lv1 small {
    font-size: 4.5333333333vw;
    letter-spacing: -0.04em;
  }
  .adlp-c-section__ttl.--lv1 .adlp-c-section__ttl-sub {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .adlp-c-section__ttl.--lv1 .adlp-c-section__txt.--small {
    font-size: 5.0666666667vw;
  }
}
.adlp-c-colmun-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.adlp-c-row-list__item:first-child {
  margin-top: 0 !important;
}
.adlp-c-txt-decolation {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  transform: translate(-50%, 100%);
}
.adlp-c-cta__btn {
  position: relative;
  max-width: 520px;
  padding: min(12px, 1.1111111111vw) 0 min(13px, 1.2037037037vw);
  font-size: min(18px, 1.6666666667vw, 1080px);
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(161deg, #ff5520 22.09%, #ff7a00 94.92%);
  border-radius: min(50px, 4.6296296296vw, 1080px);
  box-shadow: min(3.59221px, 0.332612037vw) min(3.59221px, 0.332612037vw)
    min(10.77663px, 0.9978361111vw) 0 rgb(0 0 0 / 25%);
  transition:
    filter ease-in 150ms,
    transform 250ms ease-in;
}
.adlp-c-cta__btn::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  flex-shrink: 0;
  width: min(26px, 2.4074074074vw, 1080px);
  aspect-ratio: 1/1;
  margin-right: min(40px, 3.7037037037vw, 1080px);
  content: "";
  background: url("../img/icon-dl.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
.adlp-c-cta__btn:hover {
  filter: brightness(1.1);
}
.adlp-c-cta__btn__pala.--sub {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(66px, 6.1111111111vw, 1080px);
  aspect-ratio: 65/64;
  margin: 0 min(9px, 0.8333333333vw, 1080px);
  font-size: min(24px, 2.2222222222vw, 1080px);
  border: min(2px, 0.1851851852vw, 1080px) solid #ffffff;
  border-radius: 100%;
  transform: translateY(-50%);
}
.adlp-c-cta__btn__pala.--main > span {
  display: inline-block;
  font-size: min(24px, 2.2222222222vw, 1080px);
}
.adlp-c-cta__btn.--cl-green {
  background: #14b4b4;
}
.adlp-c-cta__btn.--m {
  width: min(200px, 18.5185185185vw, 1080px);
  max-width: 200px;
  padding: min(4px, 0.3703703704vw) 0 min(7px, 0.6481481481vw);
  font-weight: bold;
  text-align: center;
  border-radius: min(40px, 3.7037037037vw, 1080px);
  box-shadow: min(2px, 0.1851851852vw) min(2px, 0.1851851852vw)
    min(6px, 0.5555555556vw) 0 rgb(0 0 0 / 25%);
}
.adlp-c-cta__btn.--m::before {
  display: none;
  margin-right: min(40px, 3.7037037037vw, 1080px);
}
.adlp-c-cta__btn.--m .adlp-c-cta__btn__pala.--sub {
  position: absolute;
  top: 50%;
  left: 0;
  width: min(30px, 2.7777777778vw, 1080px);
  margin: 0 min(4px, 0.3703703704vw, 1080px);
  font-size: min(11px, 1.0185185185vw, 1080px);
  border: min(1px, 0.0925925926vw, 1080px) solid #ffffff;
  transform: translateY(-50%);
}
.adlp-c-cta__btn.--m .adlp-c-cta__btn__pala.--main > span {
  font-size: min(16px, 1.4814814815vw, 1080px);
  font-weight: 500;
}
.adlp-c-cta__btn.--m .adlp-c-cta__btn__pala:nth-child(2) {
  margin-right: calc(min(15px, 1.3888888889vw, 1080px) * -1);
}

@media screen and (width <= 767px) {
  .adlp-c-cta__btn {
    max-width: 630px;
    padding: 2.4vw 2.6666666667vw;
    font-size: 3.4666666667vw;
    border-radius: 8.1333333333vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 1.7333333333vw 0 rgb(0 0 0 / 25%);
  }
  .adlp-c-cta__btn::before {
    width: 4.5333333333vw;
    margin-right: 5.8666666667vw;
  }
  .adlp-c-cta__btn__pala.--sub {
    width: 11.7333333333vw;
    aspect-ratio: 1/1;
    margin: 0 2.2666666667vw;
    font-size: 4.2666666667vw;
    border: 0.4vw solid #ffffff;
  }
  .adlp-c-cta__btn__pala.--main > span {
    font-size: 4.5333333333vw;
  }
  .adlp-c-cta__btn.--m {
    width: 30.6666666667vw;
    max-width: 230px;
    padding: 1.2vw 0 1.7333333333vw;
    border-radius: 5.3333333333vw;
    box-shadow: 0.2666666667vw 0.2666666667vw 0.8vw 0 rgb(0 0 0 / 25%);
  }
  .adlp-c-cta__btn.--m:nth-child(2) {
    width: 33.3333333333vw;
    max-width: 250px;
  }
  .adlp-c-cta__btn.--m:nth-child(2) .adlp-c-cta__btn__pala.--main {
    margin-right: -4vw;
  }
  .adlp-c-cta__btn.--m .adlp-c-cta__btn__pala.--sub {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6.1333333333vw;
    margin: 0 0.8vw;
    font-size: 2.4vw;
    border: 0.1333333333vw solid #ffffff;
    transform: translateY(-50%);
  }
  .adlp-c-cta__btn.--m .adlp-c-cta__btn__pala.--main > span {
    font-size: 2.6666666667vw;
    font-weight: 500;
  }
}
.adlp-c-faq-list {
  width: 100%;
  margin: min(62px, 5.7407407407vw, 1080px) auto 0;
}
.adlp-c-faq-list__item {
  padding: min(40px, 2.7777777778vw, 1080px) min(40px, 3.7037037037vw, 1080px);
  margin-top: min(30px, 2.7777777778vw, 1080px);
  cursor: pointer;
  background: #ffffff;
}
.adlp-c-faq-list__item.is-open .adlp-c-faq-list__question::after {
  transform: translateY(-50%) rotate(0deg);
}
.adlp-c-faq-list__item:nth-child(1) .adlp-c-faq-list__question::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: din, sans-serif;
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 56px */
  color: #14b4b4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: "q1";
  transform: translateY(-50%);
}
.adlp-c-faq-list__item:nth-child(2) .adlp-c-faq-list__question::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: din, sans-serif;
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 56px */
  color: #14b4b4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: "q2";
  transform: translateY(-50%);
}
.adlp-c-faq-list__item:nth-child(3) .adlp-c-faq-list__question::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: din, sans-serif;
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 56px */
  color: #14b4b4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: "q3";
  transform: translateY(-50%);
}
.adlp-c-faq-list__item:nth-child(4) .adlp-c-faq-list__question::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: din, sans-serif;
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 56px */
  color: #14b4b4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: "q4";
  transform: translateY(-50%);
}
.adlp-c-faq-list__item:nth-child(5) .adlp-c-faq-list__question::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: din, sans-serif;
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 56px */
  color: #14b4b4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: "q5";
  transform: translateY(-50%);
}
.adlp-c-faq-list__item:nth-child(6) .adlp-c-faq-list__question::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: din, sans-serif;
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 56px */
  color: #14b4b4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: "q6";
  transform: translateY(-50%);
}
.adlp-c-faq-list__item:nth-child(7) .adlp-c-faq-list__question::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: din, sans-serif;
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 56px */
  color: #14b4b4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: "q7";
  transform: translateY(-50%);
}
.adlp-c-faq-list__item:nth-child(8) .adlp-c-faq-list__question::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: din, sans-serif;
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 56px */
  color: #14b4b4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: "q8";
  transform: translateY(-50%);
}
.adlp-c-faq-list__item:nth-child(9) .adlp-c-faq-list__question::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: din, sans-serif;
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 56px */
  color: #14b4b4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: "q9";
  transform: translateY(-50%);
}
.adlp-c-faq-list__item:nth-child(10) .adlp-c-faq-list__question::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: din, sans-serif;
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 56px */
  color: #14b4b4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: "q10";
  transform: translateY(-50%);
}
.adlp-c-faq-list__txt {
  font-size: min(24px, 2.2222222222vw, 1080px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  color: #14b4b4;
}
.adlp-c-faq-list__question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-right: min(52px, 4.8148148148vw, 1080px);
  padding-left: min(78px, 7.2222222222vw, 1080px);
}
.adlp-c-faq-list__question::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: min(22px, 2.037037037vw, 1080px);
  aspect-ratio: 22/12;
  content: "";
  background: url("../img/icon-arrow-b.svg") center/cover no-repeat;
  transform: translateY(-50%) rotate(180deg);
  transition: transform ease-in 250ms;
}
.adlp-c-faq-list__awswer {
  display: none;
  width: 100%;
  margin: min(23px, 2.1296296296vw, 1080px) 0 0;
}
.adlp-c-faq-list__awswer .adlp-c-faq-list__txt {
  padding: min(20px, 1.8518518519vw, 1080px) min(40px, 3.7037037037vw, 1080px);
  font-size: min(16px, 1.4814814815vw, 1080px);
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  text-align: justify;
  background: #f5f5f5;
}
.adlp-c-faq-list__awswer .adlp-c-faq-list__txt > small {
  font-size: min(12px, 1.1111111111vw, 1080px);
}
.adlp-c-faq-list__awswer .adlp-c-faq-list__txt > a {
  color: #333333;
  text-decoration-line: underline;
}

@media screen and (width <= 767px) {
  .adlp-c-faq-list {
    width: 100%;
    margin: 9.6vw 0 0;
  }
  .adlp-c-faq-list__item {
    padding: 5.3333333333vw;
    margin-top: 4vw;
    cursor: pointer;
    background: #ffffff;
  }
  .adlp-c-faq-list__item .adlp-c-faq-list__question::before {
    font-size: 6.6666666667vw !important;
  }
  .adlp-c-faq-list__txt {
    font-size: 4vw;
  }
  .adlp-c-faq-list__question {
    padding-right: 9.3333333333vw;
    padding-left: 10.6666666667vw;
  }
  .adlp-c-faq-list__question::after {
    width: 4vw;
  }
  .adlp-c-faq-list__awswer {
    margin: 5.3333333333vw 0 0;
  }
  .adlp-c-faq-list__awswer .adlp-c-faq-list__txt {
    padding: 5.3333333333vw 4.5333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
  .adlp-c-faq-list__awswer .adlp-c-faq-list__txt > small {
    font-size: 2.6666666667vw;
  }
  .adlp-c-faq-list__awswer .adlp-c-faq-list__txt > a {
    color: #333333;
    text-decoration-line: underline;
  }
}
.adlp-c-wrapper header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 min(4px, 0.3703703704vw, 1080px)
    min(4px, 0.3703703704vw, 1080px) 0 rgb(0 0 0 / 8%);
}
.adlp-c-wrapper header .adlp-c-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: min(20px, 1.8518518519vw, 1080px);
  padding-bottom: min(22px, 2.037037037vw, 1080px);
}
.adlp-c-wrapper header h1 {
  display: inline-block;
  width: min(133px, 12.3148148148vw, 1080px);
}
.adlp-c-wrapper header .adlp-c-cta {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: min(415px, 38.4259259259vw, 1080px);
}
.adlp-c-wrapper header .adlp-c-cta__btn {
  margin-top: auto;
}

@media screen and (width <= 767px) {
  .adlp-c-wrapper header {
    box-shadow: 0 min(4px, 0.5333333333vw, 750px)
      min(4px, 0.5333333333vw, 750px) 0 rgb(0 0 0 / 8%);
  }
  .adlp-c-wrapper header .adlp-c-inner {
    padding: 2.6666666667vw 4vw 4vw;
  }
  .adlp-c-wrapper header h1 {
    width: 19.3333333333vw;
  }
  .adlp-c-wrapper header .adlp-c-cta {
    width: 66vw;
  }
}
.adlp-c-wrapper .fv {
  background: linear-gradient(
    150deg,
    #d9e9ff 22.65%,
    rgb(203 226 255 / 51%) 51.71%,
    rgb(145 192 253 / 0%) 81.65%
  );
}
.adlp-c-wrapper .fv .adlp-c-inner {
  padding-top: min(61px, 5.6481481481vw, 1080px);
  padding-bottom: min(60px, 4.2592592593vw, 1080px);
}
.adlp-c-wrapper .fv .adlp-c-inner::before {
  position: absolute;
  top: 50%;
  right: calc(min(5px, 0.462962963vw, 1080px) * -1);
  z-index: 1;
  display: block;
  width: min(479px, 44.3518518519vw, 1080px);
  aspect-ratio: 479/528;
  content: "";
  background: url("../img/pc/fv_illust.png") center/contain no-repeat;
  transform: translateY(-50%);
}
.adlp-c-wrapper .fv .adlp-c-inner > * {
  position: relative;
  z-index: 2;
}
.adlp-c-wrapper .fv .pala-01 {
  position: relative;
  display: inline-block;
  font-size: min(32px, 2.962962963vw, 1080px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 44.8px */
}
.adlp-c-wrapper .fv .pala-01 .adlp-c-txt-decolation {
  padding-top: min(7px, 0.6481481481vw, 1080px);
}
.adlp-c-wrapper .fv .pala-02 .line {
  display: block;
  font-size: min(58px, 5.3703703704vw, 1080px);
  font-weight: 700;
  line-height: 1.4;
}
.adlp-c-wrapper .fv .pala-02 .line.--01 {
  margin-top: min(18px, 1.6666666667vw, 1080px);
  margin-bottom: -0.2em;
}
.adlp-c-wrapper .fv .pala-02 .line.--02 strong {
  position: relative;
  top: 0.02em;
  font-size: min(206px, 19.0740740741vw, 1080px);
  line-height: 0.01;
}
.adlp-c-wrapper .fv .pala-02 .line.--02 strong > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(20px, 1.8518518519vw, 1080px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  writing-mode: vertical-rl; /* テキストを縦書きにする */
  text-orientation: upright; /* テキストを垂直に維持 */
}
.adlp-c-wrapper .fv .box {
  position: relative;
  width: min(703px, 65.0925925926vw, 1080px);
  padding: min(25px, 2.3148148148vw, 1080px) min(36px, 3.3333333333vw, 1080px);
  margin-top: min(24px, 2.2222222222vw, 1080px);
  background: linear-gradient(
    90deg,
    #ffffff 1.15%,
    rgb(255 255 255 / 0%) 85.07%
  );
}
.adlp-c-wrapper .fv .box::before {
  position: absolute;
  top: 50%;
  left: min(388px, 35.9259259259vw, 1080px);
  display: block;
  width: min(162px, 15vw, 1080px);
  aspect-ratio: 1/1;
  content: "";
  background: url("../img/pc/fv_bagde.png") center/contain no-repeat;
  transform: translateY(-50%);
}
.adlp-c-wrapper .fv .box .pala {
  font-family: "Noto Sans JP";
  font-size: min(22px, 2.037037037vw, 1080px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 30.8px */
  color: var(--main01, #14b4b4);
  letter-spacing: 1.32px;
}
.adlp-c-wrapper .fv .box .ttl {
  width: min(201px, 18.6111111111vw, 1080px);
  margin-top: min(13px, 1.2037037037vw, 1080px);
  line-height: 1;
}
.adlp-c-wrapper .fv .adlp-c-cta {
  margin-top: min(34px, 3.1481481481vw, 1080px);
}
.adlp-c-wrapper .fv .adlp-c-cta__btn {
  width: min(520px, 48.1481481481vw, 1080px);
  margin-left: 0;
}

@media screen and (width <= 767px) {
  .adlp-c-wrapper .fv {
    background: linear-gradient(
      150deg,
      #d9e9ff 22.65%,
      rgb(203 226 255 / 51%) 51.71%,
      rgb(145 192 253 / 0%) 81.65%
    );
  }
  .adlp-c-wrapper .fv .adlp-c-inner {
    padding-top: 9.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  .adlp-c-wrapper .fv .adlp-c-inner::before {
    top: 50%;
    right: 0;
    z-index: 10;
    width: 70.5333333333vw;
    aspect-ratio: 529/583.2;
    transform: translate(22%, -28%);
  }
  .adlp-c-wrapper .fv .adlp-c-inner > * {
    position: relative;
    z-index: 2;
  }
  .adlp-c-wrapper .fv__head {
    text-align: center;
  }
  .adlp-c-wrapper .fv .pala-01 {
    position: relative;
    display: inline-block;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4; /* 44.8px */
  }
  .adlp-c-wrapper .fv .pala-01 .adlp-c-txt-decolation {
    padding-top: min(7px, 0.6481481481vw, 1080px);
  }
  .adlp-c-wrapper .fv .pala-02 .line {
    display: block;
    font-size: 8.2666666667vw;
  }
  .adlp-c-wrapper .fv .pala-02 .line.--01 {
    margin-top: 3.7333333333vw;
    margin-left: -0.5em;
  }
  .adlp-c-wrapper .fv .pala-02 .line.--02 {
    margin-top: 1.3333333333vw;
    font-size: 8.8vw;
  }
  .adlp-c-wrapper .fv .pala-02 .line.--02 strong {
    top: 0.04em;
    font-size: 29.3333333333vw;
  }
  .adlp-c-wrapper .fv .pala-02 .line.--02 strong > span {
    font-size: 2.6666666667vw;
  }
  .adlp-c-wrapper .fv .box {
    width: 100%;
    padding: 6.1333333333vw 8.1333333333vw 6.6666666667vw;
    margin-top: 8vw;
    background: linear-gradient(
      90deg,
      #ffffff 46.84%,
      rgb(255 255 255 / 0%) 98%
    );
  }
  .adlp-c-wrapper .fv .box::before {
    position: absolute;
    top: inherit;
    bottom: -6.4vw;
    left: 7.7333333333vw;
    display: block;
    width: 33.8666666667vw;
    aspect-ratio: 1/1;
    content: "";
    background: url("../img/pc/fv_bagde.png") center/contain no-repeat;
    transform: translateY(100%);
  }
  .adlp-c-wrapper .fv .box .pala {
    font-size: 4.5333333333vw;
  }
  .adlp-c-wrapper .fv .box .ttl {
    width: 48.5333333333vw;
    margin-top: 3.3333333333vw;
  }
  .adlp-c-wrapper .fv .adlp-c-cta {
    margin-top: 46.8vw;
  }
  .adlp-c-wrapper .fv .adlp-c-cta__btn {
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (width >= 768px) and (width <= 1080px) {
  .adlp-c-wrapper .fv {
    background-size: contain;
  }
}
.adlp-c-wrapper .cv {
  background: url("../img/pc/cv-bg.png") center top no-repeat;
}
.adlp-c-wrapper .cv .adlp-c-inner {
  padding-top: min(64px, 5.9259259259vw, 1080px);
  padding-bottom: min(60px, 5.5555555556vw, 1080px);
}
.adlp-c-wrapper .cv-ttl {
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 56px */
  color: #ffffff;
  text-align: center;
}
.adlp-c-wrapper .cv-pala {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(34px, 3.1481481481vw, 1080px);
  font-size: min(20px, 1.8518518519vw, 1080px);
  font-weight: 700;
  line-height: 1; /* 28px */
  color: #ffffff;
}
.adlp-c-wrapper .cv-pala > span {
  margin: 0 min(18px, 1.6666666667vw, 1080px);
}
.adlp-c-wrapper .cv-pala::before,
.adlp-c-wrapper .cv-pala::after {
  display: inline-block;
  width: min(64px, 5.9259259259vw, 1080px);
  aspect-ratio: 64/2;
  content: "";
  background: #ffffff;
}
.adlp-c-wrapper .cv .adlp-c-cta {
  margin-top: min(144px, 13.3333333333vw, 1080px);
}
.adlp-c-wrapper .cv .adlp-c-cta__body {
  margin-top: min(18px, 1.6666666667vw, 1080px);
}
.adlp-c-wrapper .cv .adlp-c-cta__btn {
  margin: auto;
}
.adlp-c-wrapper .cv.--01 .adlp-c-cta {
  margin-top: min(40px, 3.7037037037vw, 1080px);
}
.adlp-c-wrapper .cv.--01 .adlp-c-cta__body {
  margin-top: 0;
}
.adlp-c-wrapper .cv.--02 .adlp-c-cta {
  margin-top: min(40px, 3.7037037037vw, 1080px);
}
.adlp-c-wrapper .cv.--02 .adlp-c-cta__body {
  margin-top: 0;
}
.adlp-c-wrapper .cv.--02 .cv-ttl {
  margin-top: min(30px, 2.7777777778vw, 1080px);
}
.adlp-c-wrapper .cv.--02 .cv-pala {
  margin-top: 0;
}
.adlp-c-wrapper .cv.--02 .cv-pala > span {
  margin: 0 min(18px, 1.6666666667vw, 1080px);
}
.adlp-c-wrapper .cv.--02 .cv-pala::before,
.adlp-c-wrapper .cv.--02 .cv-pala::after {
  display: inline-block;
  width: min(64px, 5.9259259259vw, 1080px);
  aspect-ratio: 64/2;
  content: "";
  background: #ffffff;
}

@media screen and (width <= 767px) {
  .adlp-c-wrapper .cv {
    background: url("../img/sp/cv-bg.png") center top/cover no-repeat;
  }
  .adlp-c-wrapper .cv .adlp-c-inner {
    padding: 12vw 8vw 12.6666666667vw;
  }
  .adlp-c-wrapper .cv-ttl {
    font-size: 6.4vw;
    line-height: 1.4;
  }
  .adlp-c-wrapper .cv-pala {
    margin-top: 4.8vw;
    font-size: 4vw;
  }
  .adlp-c-wrapper .cv-pala > span {
    margin: 0 1.4666666667vw;
  }
  .adlp-c-wrapper .cv-pala::before,
  .adlp-c-wrapper .cv-pala::after {
    width: 5.3333333333vw;
    aspect-ratio: 40/2;
  }
  .adlp-c-wrapper .cv .adlp-c-cta {
    margin-top: 16.5333333333vw;
  }
  .adlp-c-wrapper .cv .adlp-c-cta__body {
    margin-top: min(18px, 1.6666666667vw, 1080px);
  }
  .adlp-c-wrapper .cv .adlp-c-cta__btn {
    margin: auto;
  }
  .adlp-c-wrapper .cv.--01 .adlp-c-cta {
    margin-top: 4.8vw;
  }
  .adlp-c-wrapper .cv.--01 .adlp-c-cta__body {
    margin-top: 0;
  }
  .adlp-c-wrapper .cv.--02 .adlp-c-cta {
    margin-top: 7.6vw;
  }
  .adlp-c-wrapper .cv.--02 .adlp-c-cta__body {
    margin-top: 0;
  }
  .adlp-c-wrapper .cv.--02 .cv-ttl {
    margin-top: 3.3333333333vw;
  }
  .adlp-c-wrapper .cv.--02 .cv-pala {
    margin-top: 0;
  }
  .adlp-c-wrapper .cv.--02 .cv-pala > span {
    margin: 0 4vw;
    line-height: 1.4;
    text-align: center;
  }
  .adlp-c-wrapper .cv.--02 .cv-pala::before,
  .adlp-c-wrapper .cv.--02 .cv-pala::after {
    display: inline-block;
    width: min(64px, 5.9259259259vw, 1080px);
    aspect-ratio: 64/2;
    content: "";
    background: #ffffff;
  }
}
@media screen and (width >= 768px) and (width <= 1080px) {
  .adlp-c-wrapper .cv {
    background-size: contain;
  }
  .adlp-c-wrapper .cv.--02 {
    background-size: contain;
  }
}
.adlp-c-wrapper .sec01 {
  background: #ffffff;
}
.adlp-c-wrapper .sec01 .adlp-c-inner {
  padding: min(80px, 7.4074074074vw, 1080px) 0 min(60px, 5.5555555556vw, 1080px);
}
.adlp-c-wrapper .sec01 .ttl {
  font-size: min(30px, 2.7777777778vw, 1080px);
  line-height: 1.4;
  text-align: center;
}
.adlp-c-wrapper .sec01 .ttl > span {
  display: inline-block;
  margin-top: min(18px, 1.6666666667vw, 1080px);
  font-size: min(48px, 4.4444444444vw, 1080px);
}
.adlp-c-wrapper .sec01 .ttl > span span > strong {
  font-size: min(80px, 7.4074074074vw, 1080px);
  line-height: 1;
}
.adlp-c-wrapper .sec01 .sec-graph {
  width: min(691px, 63.9814814815vw, 1080px);
  margin: min(34px, 3.1481481481vw, 1080px) auto 0;
}

@media screen and (width <= 767px) {
  .adlp-c-wrapper .sec01 .adlp-c-inner {
    padding: 11.2vw 0 12.9333333333vw;
  }
  .adlp-c-wrapper .sec01 .ttl {
    font-size: 4.8vw;
  }
  .adlp-c-wrapper .sec01 .ttl > span {
    margin-top: 6.4vw;
    font-size: 7.4666666667vw;
  }
  .adlp-c-wrapper .sec01 .ttl > span span > strong {
    font-size: 12vw;
  }
  .adlp-c-wrapper .sec01 .sec-graph {
    width: 87.2vw;
    margin: 6.6666666667vw auto 0;
  }
}
.adlp-c-wrapper .sec02 {
  background: linear-gradient(
    180deg,
    #d9e9ff 0%,
    rgb(203 226 255 / 24%) 13.58%,
    rgb(145 192 253 / 0%) 30.66%,
    rgb(145 192 253 / 0%) 74.38%,
    rgb(203 226 255 / 24%) 89.64%,
    #d9e9ff 100%
  );
}
.adlp-c-wrapper .sec02 .adlp-c-inner {
  padding-top: min(73px, 6.7592592593vw, 1080px);
  padding-bottom: min(101px, 9.3518518519vw, 1080px);
}
.adlp-c-wrapper .sec02 .ttl {
  font-size: min(30px, 2.7777777778vw, 1080px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.adlp-c-wrapper .sec02 .ttl span {
  display: inline-block;
  margin-top: min(25px, 2.3148148148vw, 1080px);
  font-size: min(48px, 4.4444444444vw, 1080px);
  font-weight: 700;
  line-height: 1;
}
.adlp-c-wrapper .sec02 .box {
  position: relative;
  width: min(920px, 85.1851851852vw, 1080px);
  padding: min(22px, 2.037037037vw, 1080px) 0 min(60px, 5.5555555556vw, 1080px);
  margin: min(55px, 5.0925925926vw, 1080px) auto 0;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #14b4b4;
}
.adlp-c-wrapper .sec02 .box-ttl {
  width: min(311px, 28.7962962963vw, 1080px);
  margin: 0 auto;
}
.adlp-c-wrapper .sec02 .box-pala01 {
  margin-top: min(48px, 4.4444444444vw, 1080px);
  font-size: min(16px, 1.4814814815vw, 1080px);
  line-height: 1.8;
}
.adlp-c-wrapper .sec02 .box-pala02 {
  display: inline-block;
  padding: min(18px, 1.6666666667vw, 1080px) min(32px, 2.962962963vw, 1080px)
    min(26px, 2.4074074074vw, 1080px);
  margin-top: min(28px, 2.5925925926vw, 1080px);
  font-size: min(28px, 2.5925925926vw, 1080px);
  font-weight: bold;
  line-height: 1.8;
  background: #f5f5f5;
}
.adlp-c-wrapper .sec02 .box-note {
  margin-top: min(34px, 3.1481481481vw, 1080px);
  font-size: min(12px, 1.1111111111vw, 1080px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 16.8px */
}
.adlp-c-wrapper .sec02 .box::before,
.adlp-c-wrapper .sec02 .box::after {
  position: absolute;
  display: block;
  width: min(140px, 12.962962963vw, 1080px);
  aspect-ratio: 1/1;
  content: "";
  background-color: transparent;
}
.adlp-c-wrapper .sec02 .box::before {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #14b4b4;
  border-left: 3px solid #14b4b4;
}
.adlp-c-wrapper .sec02 .box::after {
  top: 0;
  right: 0;
  border-top: 3px solid #14b4b4;
  border-right: 3px solid #14b4b4;
}
.adlp-c-wrapper .sec02 .graph {
  width: min(820px, 75.9259259259vw, 1080px);
  margin: min(73px, 6.7592592593vw, 1080px) auto 0;
}
.adlp-c-wrapper .sec02 .sec-pala {
  margin: min(89px, 8.2407407407vw, 1080px) auto 0;
  font-size: min(36px, 3.3333333333vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 50.4px */
  text-align: center;
}

@media screen and (width <= 767px) {
  .adlp-c-wrapper .sec02 {
    background: linear-gradient(
      180deg,
      #d9e9ff 0%,
      rgb(203 226 255 / 24%) 13.58%,
      rgb(145 192 253 / 0%) 30.66%,
      rgb(145 192 253 / 0%) 74.38%,
      rgb(203 226 255 / 24%) 89.64%,
      #d9e9ff 100%
    );
  }
  .adlp-c-wrapper .sec02 .adlp-c-inner {
    padding-top: 10.9333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  .adlp-c-wrapper .sec02 .ttl {
    font-size: 4.8vw;
  }
  .adlp-c-wrapper .sec02 .ttl span {
    font-size: 6.9333333333vw;
  }
  .adlp-c-wrapper .sec02 .box {
    width: calc(100% - 8vw);
    padding: 5.0666666667vw 4vw 6.4vw;
    margin: 8vw auto 0;
    text-align: center;
    border: 1px solid #14b4b4;
  }
  .adlp-c-wrapper .sec02 .box-ttl {
    width: 45.4666666667vw;
    margin: 0 auto;
  }
  .adlp-c-wrapper .sec02 .box-pala01 {
    margin-top: 6.4vw;
    font-size: 3.4666666667vw;
    font-weight: 400;
    text-align: justify;
    letter-spacing: 0.02em;
  }
  .adlp-c-wrapper .sec02 .box-pala02 {
    display: inline-block;
    width: 100%;
    padding: 2.2666666667vw 4vw;
    margin-top: 3.7333333333vw;
    font-size: 4vw;
    text-align: center;
  }
  .adlp-c-wrapper .sec02 .box-pala02 > span {
    font-size: 4.5333333333vw;
  }
  .adlp-c-wrapper .sec02 .box-note {
    margin-top: 5.0666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.4; /* 16.8px */
    text-align: left;
  }
  .adlp-c-wrapper .sec02 .box::before,
  .adlp-c-wrapper .sec02 .box::after {
    width: 14vw;
  }
  .adlp-c-wrapper .sec02 .box::before {
    border-bottom: 1px solid #14b4b4;
    border-left: 1px solid #14b4b4;
  }
  .adlp-c-wrapper .sec02 .box::after {
    border-top: 1px solid #14b4b4;
    border-right: 1px solid #14b4b4;
  }
  .adlp-c-wrapper .sec02 .graph {
    width: 92.1333333333vw;
    margin: 13.0666666667vw auto 0;
  }
  .adlp-c-wrapper .sec02 .sec-pala {
    margin: 9.8666666667vw auto 0;
    font-size: 5.8666666667vw;
  }
}
.adlp-c-wrapper .sec03 .cont01 {
  background: url("../img/pc/sec03_bg.png") center top/contain no-repeat;
}
.adlp-c-wrapper .sec03 .cont01 .adlp-c-inner {
  padding-top: min(65px, 6.0185185185vw, 1080px);
  padding-bottom: min(117px, 10.8333333333vw, 1080px);
}
.adlp-c-wrapper .sec03 .cont01__ttl {
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 56px */
  color: #ffffff;
  text-align: center;
}
.adlp-c-wrapper .sec03 .cont01__list {
  align-items: flex-start;
  justify-content: space-between;
  margin-top: min(47px, 4.3518518519vw, 1080px);
}
.adlp-c-wrapper .sec03 .cont01__list__item {
  width: min(450px, 41.6666666667vw, 1080px);
}
.adlp-c-wrapper .sec03 .cont01__list__item.--l .cont01__list__head {
  background: #5ac9c9;
}
.adlp-c-wrapper .sec03 .cont01__list__item.--l .cont01__list__head > img {
  display: inline-block;
  width: min(244px, 22.5925925926vw, 1080px);
}
.adlp-c-wrapper .sec03 .cont01__list__item.--r .cont01__list__head {
  background: #bfbfbf;
}
.adlp-c-wrapper .sec03 .cont01__list__head {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 450/75;
  font-size: min(36px, 3.3333333333vw, 1080px);
  font-weight: 700;
  line-height: 1; /* 50.4px */
  color: #ffffff;
  text-align: center;
}
.adlp-c-wrapper .sec03 .cont01__list__head > span {
  margin-top: 0.8em;
  margin-left: 0.5em;
  font-size: min(20px, 1.8518518519vw, 1080px);
}
.adlp-c-wrapper .sec03 .cont01__list__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: min(42px, 3.8888888889vw, 1080px) 0 min(27px, 2.5vw, 1080px);
  background: #ffffff;
}
.adlp-c-wrapper .sec03 .cont01__list__lead {
  width: 100%;
  font-size: min(24px, 2.2222222222vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 33.6px */
  text-align: center;
}
.adlp-c-wrapper .sec03 .cont01__list__desc {
  margin-top: min(30px, 2.7777777778vw, 1080px);
}
.adlp-c-wrapper .sec03 .cont01 .desc-list {
  font-size: min(20px, 1.8518518519vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 28px */
}
.adlp-c-wrapper .sec03 .cont01 .desc-list__row {
  display: flex;
  align-items: center;
}
.adlp-c-wrapper .sec03 .cont01 .desc-list__row:not(:first-child) {
  margin-top: min(10px, 0.9259259259vw, 1080px);
}
.adlp-c-wrapper .sec03 .cont01 .desc-list__ttl {
  width: 7.15em;
  padding: min(8px, 0.7407407407vw, 1080px) 0;
  line-height: 1;
  text-align: center;
  background: #f5f5f5;
}
.adlp-c-wrapper .sec03 .cont01 .desc-list__txt {
  margin-left: min(21px, 1.9444444444vw, 1080px);
}
.adlp-c-wrapper .sec03 .cont01 .desc-list__txt > small {
  font-size: min(16px, 1.4814814815vw, 1080px);
}
.adlp-c-wrapper .sec03 .cont01__footer {
  margin-top: min(66px, 6.1111111111vw, 1080px);
  font-size: min(50px, 4.6296296296vw, 1080px);
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.adlp-c-wrapper .sec03 .cont02 .adlp-c-inner {
  padding-top: min(108px, 10vw, 1080px);
  padding-bottom: min(109px, 10.0925925926vw, 1080px);
}
.adlp-c-wrapper .sec03 .cont02 .adlp-c-inner::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: min(370px, 34.2592592593vw, 1080px);
  aspect-ratio: 370/441;
  margin-right: min(100px, 9.2592592593vw, 1080px);
  content: "";
  background: url("../img/pc/sec03_illust.png") center/contain no-repeat;
  transform: translate(0, -50%);
}
.adlp-c-wrapper .sec03 .cont02__pala01 {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(108px, 10vw, 1080px);
  aspect-ratio: 1/1;
  font-size: min(20px, 1.8518518519vw, 1080px);
  font-weight: 700;
  line-height: 1; /* 28px */
  color: #ffffff;
  text-align: center;
  background-image: linear-gradient(161deg, #ff5520 22.09%, #ff7a00 94.92%);
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.adlp-c-wrapper .sec03 .cont02__box {
  width: min(460px, 42.5925925926vw, 1080px);
}
.adlp-c-wrapper .sec03 .cont02__box__ttl {
  font-size: min(40px, 3.7037037037vw, 1080px);
  line-height: 1.4; /* 56px */
  letter-spacing: 0.04em;
}
.adlp-c-wrapper .sec03 .cont02__box__ttl > span {
  font-size: min(48px, 4.4444444444vw, 1080px);
}
.adlp-c-wrapper .sec03 .cont02__box__pala01 {
  padding-top: min(32px, 2.962962963vw, 1080px);
  margin-top: min(27px, 2.5vw, 1080px);
  font-size: min(24px, 2.2222222222vw, 1080px);
  font-weight: bold;
  line-height: 1.4; /* 33.6px */
  letter-spacing: 0.2em;
  border-top: solid 1px #333333;
}
.adlp-c-wrapper .sec03 .cont02__box__pala02 {
  margin-top: min(25px, 2.3148148148vw, 1080px);
  font-size: min(16px, 1.4814814815vw, 1080px);
  font-weight: 400;
  line-height: 1.8; /* 28.8px */
}

@media screen and (width <= 767px) {
  .adlp-c-wrapper .sec03 .cont01 {
    background: url("../img/sp/sec03_bg.png") center top/cover no-repeat;
  }
  .adlp-c-wrapper .sec03 .cont01 .adlp-c-inner {
    padding-top: 13.6vw;
    padding-bottom: 17.3333333333vw;
  }
  .adlp-c-wrapper .sec03 .cont01__ttl {
    font-size: 6.4vw;
  }
  .adlp-c-wrapper .sec03 .cont01__list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: min(47px, 4.3518518519vw, 1080px);
  }
  .adlp-c-wrapper .sec03 .cont01__list__item {
    width: calc(100% - 8.2666666667vw);
  }
  .adlp-c-wrapper .sec03 .cont01__list__item:nth-child(n + 2) {
    margin-top: 6.6666666667vw;
  }
  .adlp-c-wrapper .sec03 .cont01__list__item.--l .cont01__list__head > img {
    width: 32.5333333333vw;
  }
  .adlp-c-wrapper .sec03 .cont01__list__head {
    aspect-ratio: 630/90;
    font-size: 5.8666666667vw;
  }
  .adlp-c-wrapper .sec03 .cont01__list__head > span {
    font-size: 3.7333333333vw;
  }
  .adlp-c-wrapper .sec03 .cont01__list__body {
    padding: 5.7333333333vw 5.3333333333vw;
    background: #ffffff;
  }
  .adlp-c-wrapper .sec03 .cont01__list__lead {
    font-size: 4.2666666667vw;
  }
  .adlp-c-wrapper .sec03 .cont01__list__desc {
    margin-top: 3.7333333333vw;
  }
  .adlp-c-wrapper .sec03 .cont01 .desc-list {
    font-size: 3.7333333333vw;
  }
  .adlp-c-wrapper .sec03 .cont01 .desc-list__row {
    display: flex;
    align-items: center;
  }
  .adlp-c-wrapper .sec03 .cont01 .desc-list__row:not(:first-child) {
    margin-top: 1.8666666667vw;
  }
  .adlp-c-wrapper .sec03 .cont01 .desc-list__ttl {
    width: 7.15em;
    padding: 1.0666666667vw 0;
  }
  .adlp-c-wrapper .sec03 .cont01 .desc-list__txt {
    margin-left: 3.0666666667vw;
  }
  .adlp-c-wrapper .sec03 .cont01 .desc-list__txt > small {
    font-size: 2.9333333333vw;
  }
  .adlp-c-wrapper .sec03 .cont01__footer {
    margin-top: 6.9333333333vw;
    font-size: 8.2666666667vw;
    line-height: 1.4;
  }
  .adlp-c-wrapper .sec03 .cont02 .adlp-c-inner {
    display: inline-flex;
    flex-direction: column-reverse;
    padding-top: 14.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
  .adlp-c-wrapper .sec03 .cont02 .adlp-c-inner::before {
    position: static;
    top: inherit;
    right: inherit;
    display: block;
    width: 64vw;
    margin: 8vw auto 0;
    content: "";
    background: url("../img/pc/sec03_illust.png") center/contain no-repeat;
    transform: none;
  }
  .adlp-c-wrapper .sec03 .cont02__pala01 {
    width: 17.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .adlp-c-wrapper .sec03 .cont02__box {
    width: calc(100% - 16vw);
    margin: auto;
  }
  .adlp-c-wrapper .sec03 .cont02__box__ttl {
    font-size: 6.4vw;
    text-align: center;
  }
  .adlp-c-wrapper .sec03 .cont02__box__ttl > span {
    font-size: 7.7333333333vw;
  }
  .adlp-c-wrapper .sec03 .cont02__box__pala01 {
    padding-top: 6.6666666667vw;
    margin-top: 6.6666666667vw;
    font-size: 4.2666666667vw;
    text-align: justify;
    letter-spacing: 0.03em;
    border-top: solid 0.2666666667vw #333333;
  }
  .adlp-c-wrapper .sec03 .cont02__box__pala02 {
    margin-top: 4.5333333333vw;
    font-size: 3.4666666667vw;
    text-align: justify;
    letter-spacing: -0.01em;
  }
}
.adlp-c-wrapper .sec04 {
  background: #eff6ff;
}
.adlp-c-wrapper .sec04 .adlp-c-inner {
  padding-top: min(72px, 6.6666666667vw, 1080px);
  padding-bottom: min(80px, 7.4074074074vw, 1080px);
}
.adlp-c-wrapper .sec04 .ttl {
  font-size: min(24px, 2.2222222222vw, 1080px);
  font-weight: 700;
  line-height: 1.8; /* 33.6px */
  text-align: center;
}
.adlp-c-wrapper .sec04 .ttl .ttl__main {
  font-size: min(40px, 3.7037037037vw, 1080px);
}
.adlp-c-wrapper .sec04 .sec-list {
  position: relative;
  justify-content: space-between;
  margin-top: min(50px, 4.6296296296vw, 1080px);
}
.adlp-c-wrapper .sec04 .sec-list__item {
  position: relative;
  width: min(258px, 23.8888888889vw, 1080px);
}
.adlp-c-wrapper .sec04 .sec-list__item.--01 .sec-list__body > img {
  width: min(98px, 9.0740740741vw, 1080px);
}
.adlp-c-wrapper .sec04 .sec-list__item.--02 .sec-list__body > img {
  width: min(86px, 7.962962963vw, 1080px);
}
.adlp-c-wrapper .sec04 .sec-list__item.--03 .sec-list__head__ttl {
  width: 100%;
  text-align: center;
}
.adlp-c-wrapper .sec04 .sec-list__item.--03 .sec-list__body > img {
  width: min(123px, 11.3888888889vw, 1080px);
}
.adlp-c-wrapper .sec04 .sec-list__head {
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 258/63;
  background: #14b4b4;
}
.adlp-c-wrapper .sec04 .sec-list__head__num {
  margin: 0 min(16px, 1.4814814815vw, 1080px);
  font-family: din, sans-serif;
  font-size: min(60px, 5.5555555556vw, 1080px);
  font-weight: 400;
  line-height: 1; /* 84px */
  color: #ffffff;
}
.adlp-c-wrapper .sec04 .sec-list__head__ttl {
  font-size: min(24px, 2.2222222222vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 33.6px */
  color: #ffff4f;
}
.adlp-c-wrapper .sec04 .sec-list__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - min(63px, 5.8333333333vw, 1080px));
  padding: min(28px, 2.5925925926vw, 1080px) min(24px, 2.2222222222vw, 1080px)
    min(24px, 2.2222222222vw, 1080px);
  background: #ffffff;
}
.adlp-c-wrapper .sec04 .sec-list__body > p {
  margin-top: min(29px, 2.6851851852vw, 1080px);
  font-size: min(16px, 1.4814814815vw, 1080px);
  line-height: 1.8; /* 28.8px */
  text-align: center;
}
.adlp-c-wrapper .sec04 .sec-list__arrow {
  position: absolute;
  top: 50%;
  right: calc(min(13px, 1.2037037037vw, 1080px) * -1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(47px, 3.7962962963vw, 1080px);
  aspect-ratio: 47/109;
  padding: 0 min(13px, 1.2037037037vw, 1080px) 0
    min(10px, 0.9259259259vw, 1080px);
  font-size: min(26px, 2.4074074074vw, 1080px);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 28.6px */
  color: #ffffff;
  text-align: right;
  letter-spacing: 0.52px;
  background: url("../img/pc/sec04_arrow-bg.svg") center/cover no-repeat;
  transform: translate(100%, -50%);
}

@media screen and (width <= 767px) {
  .adlp-c-wrapper .sec04 .adlp-c-inner {
    padding: 11.3333333333vw 8vw 11.0666666667vw;
  }
  .adlp-c-wrapper .sec04 .ttl {
    font-size: 4.2666666667vw;
  }
  .adlp-c-wrapper .sec04 .ttl .ttl__main {
    font-size: 6.4vw;
  }
  .adlp-c-wrapper .sec04 .sec-list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 4.8vw;
  }
  .adlp-c-wrapper .sec04 .sec-list__item {
    position: relative;
    width: 100%;
  }
  .adlp-c-wrapper .sec04 .sec-list__item:nth-child(n + 2) {
    margin-top: 14.5333333333vw;
  }
  .adlp-c-wrapper .sec04 .sec-list__item.--01 .sec-list__body > img {
    width: 16.6666666667vw;
  }
  .adlp-c-wrapper .sec04 .sec-list__item.--02 .sec-list__body > img {
    width: 16.5333333333vw;
  }
  .adlp-c-wrapper .sec04 .sec-list__item.--03 .sec-list__body > img {
    width: 19.0666666667vw;
  }
  .adlp-c-wrapper .sec04 .sec-list__head {
    position: relative;
    display: flex;
    align-items: center;
    aspect-ratio: 630/63;
    text-align: center;
  }
  .adlp-c-wrapper .sec04 .sec-list__head__num {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2.5em;
    font-size: 7.7333333333vw;
    transform: translate(-50%, -50%);
  }
  .adlp-c-wrapper .sec04 .sec-list__head__ttl {
    width: 100%;
    font-size: 4.4vw;
  }
  .adlp-c-wrapper .sec04 .sec-list__body {
    flex-direction: row;
    min-height: auto;
    padding: 4vw;
  }
  .adlp-c-wrapper .sec04 .sec-list__body > p {
    margin: 0 0 0 8.9333333333vw;
    font-size: 3.4666666667vw;
    text-align: center;
    text-align: left;
  }
  .adlp-c-wrapper .sec04 .sec-list__arrow {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: -3.3333333333vw;
    left: 50%;
    width: 16.8vw;
    aspect-ratio: 126/59;
    padding: 2.4vw 0 2.5333333333vw;
    font-size: 4vw;
    line-height: 1; /* 28.6px */
    background: url("../img/sp/sec04_arrow-bg.svg") center/cover no-repeat;
    writing-mode: inherit;
    transform: translate(-50%, 100%);
    text-orientation: inherit;
  }
}
.adlp-c-wrapper .sec05 {
  background:
    url("../img/pc/sec05_bg-top.png") center top no-repeat,
    url("../img/pc/sec05_bg-bottom.png") center bottom no-repeat;
}
.adlp-c-wrapper .sec05 .adlp-c-inner {
  padding-top: min(64px, 5.9259259259vw, 1080px);
  padding-bottom: min(150px, 13.8888888889vw, 1080px);
}
.adlp-c-wrapper .sec05 .sec-ttl {
  position: relative;
  font-size: min(36px, 3.3333333333vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 50.4px */
  text-align: center;
}
.adlp-c-wrapper .sec05 .sec-ttl > span {
  display: inline-block;
  margin-top: min(54px, 5vw, 1080px);
  font-size: min(48px, 4.4444444444vw, 1080px);
  font-weight: 600;
  line-height: 1%; /* 112px */
  color: #14b4b4;
  letter-spacing: 1.6px;
}
.adlp-c-wrapper .sec05 .sec-ttl > span > strong:nth-of-type(1) {
  font-size: min(80px, 7.4074074074vw, 1080px);
}
.adlp-c-wrapper .sec05 .sec-ttl > span > strong:nth-of-type(2) {
  font-size: min(70px, 6.4814814815vw, 1080px);
  font-weight: 400;
}
.adlp-c-wrapper .sec05 .sec-list01 {
  justify-content: space-between;
  width: min(920px, 85.1851851852vw, 1080px);
  margin: min(40px, 3.7037037037vw, 1080px) auto 0;
}
.adlp-c-wrapper .sec05 .sec-list01__item {
  width: min(290px, 26.8518518519vw, 1080px);
}
.adlp-c-wrapper .sec05 .sec-list01__item > dt {
  display: inline-block;
  padding: min(4px, 0.3703703704vw, 1080px) min(17px, 1.5740740741vw, 1080px);
  font-family: din, sans-serif;
  font-size: min(18px, 1.6666666667vw, 1080px);
  font-weight: 400;
  line-height: 1; /* 25.2px */
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #14b4b4;
  border-radius: min(10px, 0.9259259259vw, 1080px)
    min(10px, 0.9259259259vw, 1080px) 0 0;
}
.adlp-c-wrapper .sec05 .sec-list01__item > dt span {
  margin-left: 0.1em;
  font-size: min(30px, 2.7777777778vw, 1080px);
  font-weight: 600;
}
.adlp-c-wrapper .sec05 .sec-list01__item > dd {
  width: 100%;
  padding: min(35px, 3.2407407407vw, 1080px) min(39px, 3.6111111111vw, 1080px);
  font-size: min(24px, 2.2222222222vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 33.6px */
  text-align: center;
  background: #f5f5f5;
}
.adlp-c-wrapper .sec05 .sec-list02 {
  margin-top: min(80px, 7.4074074074vw, 1080px);
}
.adlp-c-wrapper .sec05 .sec-list02__item {
  position: relative;
}
.adlp-c-wrapper .sec05 .sec-list02__item:nth-child(n + 2) {
  margin-top: min(50px, 4.6296296296vw, 1080px);
}
.adlp-c-wrapper .sec05 .sec-list02__item.--02::before {
  position: absolute;
  top: min(5px, 0.462962963vw, 1080px);
  right: min(115px, 10.6481481481vw, 1080px);
  display: block;
  width: min(172.02px, 15.9277777778vw, 1080px);
  aspect-ratio: 172.02/225.61;
  content: "";
  background: url("../img/sec05_item02_illust.svg") center/contain no-repeat;
}
.adlp-c-wrapper .sec05 .sec-list02__item.--02 .sec-list02__body__pala01 {
  margin-bottom: min(80px, 7.4074074074vw, 1080px);
}
.adlp-c-wrapper .sec05 .sec-list02__item.--03::before {
  position: absolute;
  top: min(78px, 7.2222222222vw, 1080px);
  right: min(15px, 1.3888888889vw, 1080px);
  display: block;
  width: min(302px, 27.962962963vw, 1080px);
  aspect-ratio: 302/347;
  content: "";
  background: url("../img/sec05_item03_illust.svg") center/contain no-repeat;
}
.adlp-c-wrapper .sec05 .sec-list02__item.--03 .sec-list02__body__pala02 {
  width: min(553px, 51.2037037037vw, 1080px);
}
.adlp-c-wrapper .sec05 .sec-list02__head {
  display: flex;
  align-self: center;
  background-color: #5ac9c9;
}
.adlp-c-wrapper .sec05 .sec-list02__head__num {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 min(40px, 3.7037037037vw, 1080px);
  font-family: din, sans-serif;
  font-size: min(110px, 10.1851851852vw, 1080px);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.02em;
  background: #14b4b4;
}
.adlp-c-wrapper .sec05 .sec-list02__head__num::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #14b4b4;
  border-style: solid;
  border-width: 0 min(18px, 1.6666666667vw, 1080px)
    min(150px, 13.8888888889vw, 1080px);
  transform: translateX(50%);
}
.adlp-c-wrapper .sec05 .sec-list02__head__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: min(27px, 2.5vw, 1080px) min(40px, 3.7037037037vw, 1080px)
    min(25px, 2.3148148148vw, 1080px) 0;
  margin-left: min(64px, 5.9259259259vw, 1080px);
  font-size: min(30px, 2.7777777778vw, 1080px);
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}
.adlp-c-wrapper .sec05 .sec-list02__head__ttl > span {
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4;
}
.adlp-c-wrapper .sec05 .sec-list02__body {
  padding: min(38px, 3.5185185185vw, 1080px) min(80px, 7.4074074074vw, 1080px) 0;
}
.adlp-c-wrapper .sec05 .sec-list02__body__pala01 {
  margin-bottom: min(24px, 2.2222222222vw, 1080px);
  font-size: min(16px, 1.4814814815vw, 1080px);
  line-height: 1.8; /* 28.8px */
}
.adlp-c-wrapper .sec05 .sec-list02__body__pala02 {
  padding: min(26px, 2.4074074074vw, 1080px);
  font-size: min(20px, 1.8518518519vw, 1080px);
  line-height: 1.4; /* 28px */
  background: #f5f5f5;
}
.adlp-c-wrapper .sec05 .sec-list02__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.333%;
  padding: min(12px, 1.1111111111vw, 1080px) 0 min(35px, 3.2407407407vw, 1080px);
}
.adlp-c-wrapper .sec05 .sec-list02__list__item > figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 279/101;
}
.adlp-c-wrapper .sec05 .sec-list02__list__item .sec-list02__desc > h4 {
  margin-top: min(30px, 2.7777777778vw, 1080px);
  font-size: min(24px, 2.2222222222vw, 1080px);
  font-weight: 700;
  line-height: 1; /* 33.6px */
}
.adlp-c-wrapper .sec05 .sec-list02__list__item .sec-list02__desc > h4 > span {
  font-size: min(36px, 3.3333333333vw, 1080px);
}
.adlp-c-wrapper .sec05 .sec-list02__list__item .sec-list02__desc > p {
  margin-top: min(28px, 2.5925925926vw, 1080px);
  font-family: "Noto Sans JP";
  font-size: min(16px, 1.4814814815vw, 1080px);
  line-height: 1.8;
  text-align: center;
}
.adlp-c-wrapper .sec05 .sec-list02__list__item:not(:first-child) {
  border-left: 1px solid #dddddd;
}
.adlp-c-wrapper .sec05 .sec-list02__list__item.--01 img {
  width: min(90px, 8.3333333333vw, 1080px);
}
.adlp-c-wrapper .sec05 .sec-list02__list__item.--02 img {
  width: min(54px, 5vw, 1080px);
}
.adlp-c-wrapper .sec05 .sec-list02__list__item.--03 img {
  width: min(66px, 6.1111111111vw, 1080px);
}

@media screen and (width <= 767px) {
  .adlp-c-wrapper .sec05 {
    background:
      url("../img/sp/sec05_bg-top.png") center top no-repeat,
      url("../img/sp/sec05_bg-bottom.png") center bottom no-repeat;
  }
  .adlp-c-wrapper .sec05 .adlp-c-inner {
    padding-top: 11.7333333333vw;
    padding-bottom: 15.3333333333vw;
  }
  .adlp-c-wrapper .sec05 .sec-ttl {
    font-size: 5.8666666667vw;
  }
  .adlp-c-wrapper .sec05 .sec-ttl > span {
    margin-top: 6.6666666667vw;
    font-size: 7.4666666667vw;
  }
  .adlp-c-wrapper .sec05 .sec-ttl > span > strong:nth-of-type(1) {
    font-size: 12vw;
  }
  .adlp-c-wrapper .sec05 .sec-ttl > span > strong:nth-of-type(2) {
    font-size: 10.6666666667vw;
    font-weight: 400;
  }
  .adlp-c-wrapper .sec05 .sec-list01 {
    flex-direction: column;
    justify-content: flex-start;
    width: calc(100% - 16vw);
    margin: 5.7333333333vw auto 0;
  }
  .adlp-c-wrapper .sec05 .sec-list01__item {
    width: 100%;
  }
  .adlp-c-wrapper .sec05 .sec-list01__item:nth-child(n + 2) {
    margin-top: 4vw;
  }
  .adlp-c-wrapper .sec05 .sec-list01__item > dt {
    padding: 1.0666666667vw 3.7333333333vw;
    font-size: 3.4666666667vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
  .adlp-c-wrapper .sec05 .sec-list01__item > dt span {
    font-size: 5.0666666667vw;
  }
  .adlp-c-wrapper .sec05 .sec-list01__item > dd {
    padding: 5.7333333333vw;
    font-size: 5.0666666667vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02 {
    padding: 0 4vw;
    margin-top: 13.0666666667vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__item {
    position: relative;
  }
  .adlp-c-wrapper .sec05 .sec-list02__item:nth-child(n + 2) {
    margin-top: 9.4666666667vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__item.--02::before {
    top: 17.3333333333vw;
    right: 0;
    width: 29.0666666667vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__item.--02 .sec-list02__body {
    padding-top: 10.6666666667vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__item.--02 .sec-list02__body__pala01 {
    margin-bottom: 14.6666666667vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__item.--03::before {
    top: 17.3333333333vw;
    right: -7.3333333333vw;
    width: 40.4vw;
    background: url("../img/sec05_item03_illust.svg") center/contain no-repeat;
  }
  .adlp-c-wrapper .sec05 .sec-list02__item.--03 .sec-list02__head__num::before {
    border-width: 0 2.4vw 26.9333333333vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__item.--03 .sec-list02__body__pala02 {
    width: 100%;
  }
  .adlp-c-wrapper .sec05 .sec-list02__item.--03 .sec-list02__body {
    padding-top: 8vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__head__num {
    padding: 0 1.4666666667vw 0 2.9333333333vw;
    font-size: 14.6666666667vw;
    font-style: normal;
    letter-spacing: 0.1em;
  }
  .adlp-c-wrapper .sec05 .sec-list02__head__num::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent #14b4b4;
    border-style: solid;
    border-width: 0 1.4666666667vw 19.6vw;
    transform: translateX(50%);
  }
  .adlp-c-wrapper .sec05 .sec-list02__head__ttl {
    padding: 3.3333333333vw 0 3.0666666667vw;
    margin-left: 6.2666666667vw;
    font-size: 4vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__head__ttl > span {
    font-size: 5.3333333333vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__body {
    padding: 6.5333333333vw 2.6666666667vw 0;
  }
  .adlp-c-wrapper .sec05 .sec-list02__body__pala01 {
    margin-bottom: 6.5333333333vw;
    font-size: 3.4666666667vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__body__pala02 {
    padding: 5.4666666667vw 4vw 3.7333333333vw;
    font-size: 4vw;
    letter-spacing: 0.08em;
  }
  .adlp-c-wrapper .sec05 .sec-list02__list {
    flex-direction: column;
  }
  .adlp-c-wrapper .sec05 .sec-list02__list__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0 0 2vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__list__item > figure {
    width: 21.0666666667vw;
    aspect-ratio: 279/101;
    margin-right: 5.0666666667vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__list__item .sec-list02__desc h4 {
    margin-top: auto;
    font-size: 4.2666666667vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__list__item .sec-list02__desc h4 > span {
    font-size: 5.8666666667vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__list__item .sec-list02__desc p {
    margin-top: 3.2vw;
    font-size: 3.4666666667vw;
    line-height: 1.4;
    text-align: left;
  }
  .adlp-c-wrapper .sec05 .sec-list02__list__item:not(:first-child) {
    padding-top: 4vw;
    margin-top: 4.9333333333vw;
    border-top: 1px solid #dddddd;
    border-left: none;
  }
  .adlp-c-wrapper .sec05 .sec-list02__list__item.--01 img {
    width: 20.9333333333vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__list__item.--02 img {
    width: 12.4vw;
  }
  .adlp-c-wrapper .sec05 .sec-list02__list__item.--03 img {
    width: 12.8vw;
  }
}
.adlp-c-wrapper .sec06 {
  background: linear-gradient(
    111deg,
    #d9e9ff 46.04%,
    rgb(203 226 255 / 51%) 56.11%,
    rgb(145 192 253 / 0%) 89.28%
  );
}
.adlp-c-wrapper .sec06 .adlp-c-inner {
  padding-top: min(72px, 6.6666666667vw, 1080px);
  padding-bottom: min(80px, 7.4074074074vw, 1080px);
}
.adlp-c-wrapper .sec06 .sec-ttl {
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1; /* 56px */
  text-align: center;
}
.adlp-c-wrapper .sec06 .sec-ttl > span {
  margin-bottom: min(13px, 1.2037037037vw, 1080px);
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 56px */
  color: #14b4b4;
  text-transform: uppercase;
}
.adlp-c-wrapper .sec06 .list {
  margin-top: min(78px, 7.2222222222vw, 1080px);
}
.adlp-c-wrapper .sec06 .list__item {
  position: relative;
  display: flex;
  padding: min(45px, 4.1666666667vw, 1080px) min(80px, 7.4074074074vw, 1080px)
    min(50px, 4.6296296296vw, 1080px);
}
.adlp-c-wrapper .sec06 .list__item::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #ffffff;
}
.adlp-c-wrapper .sec06 .list__item > * {
  position: relative;
  z-index: 1;
}
.adlp-c-wrapper .sec06 .list__item:nth-child(even) {
  flex-direction: row-reverse;
}
.adlp-c-wrapper .sec06 .list__item:nth-child(even) .list__col.--desc {
  margin-right: min(40px, 3.7037037037vw, 1080px);
  margin-left: 0;
}
.adlp-c-wrapper .sec06 .list__item:nth-child(even)::before {
  right: inherit;
  left: 0;
}
.adlp-c-wrapper .sec06 .list__item:nth-child(n + 2) {
  margin-top: min(50px, 4.6296296296vw, 1080px);
}
.adlp-c-wrapper .sec06 .list__col.--photo {
  width: min(420px, 38.8888888889vw, 1080px);
}
.adlp-c-wrapper .sec06 .list__col.--desc {
  width: min(460px, 42.5925925926vw, 1080px);
  margin-left: min(40px, 3.7037037037vw, 1080px);
}
.adlp-c-wrapper .sec06 .list__ttl {
  font-size: min(24px, 2.2222222222vw, 1080px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 33.6px */
  color: #14b4b4;
}
.adlp-c-wrapper .sec06 .list__ttl span {
  font-size: min(30px, 2.7777777778vw, 1080px);
}
.adlp-c-wrapper .sec06 .list__pala {
  font-size: min(16px, 1.4814814815vw, 1080px);
  font-weight: 700;
  line-height: 1; /* 28.8px */
}
.adlp-c-wrapper .sec06 .list__pala.--01 {
  margin-top: min(20px, 1.8518518519vw, 1080px);
}
.adlp-c-wrapper .sec06 .list__pala.--02 {
  margin-top: min(10px, 0.9259259259vw, 1080px);
  line-height: 1.8;
}
.adlp-c-wrapper .sec06 .list__box {
  margin-top: min(42px, 3.8888888889vw, 1080px);
  font-size: min(16px, 1.4814814815vw, 1080px);
  line-height: 1.8; /* 28.8px */
}

@media screen and (width <= 767px) {
  .adlp-c-wrapper .sec06 {
    background: linear-gradient(
      115deg,
      rgb(203 226 255 / 51%) 50.26%,
      #d9e9ff 72.68%,
      rgb(145 192 253 / 0%) 92.06%
    );
  }
  .adlp-c-wrapper .sec06 .adlp-c-inner {
    padding-top: 11.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  .adlp-c-wrapper .sec06 .sec-ttl {
    font-size: 6.4vw;
  }
  .adlp-c-wrapper .sec06 .sec-ttl > span {
    margin-bottom: 1.7333333333vw;
    font-size: 6.6666666667vw;
  }
  .adlp-c-wrapper .sec06 .list {
    padding: 0 4vw;
    margin-top: 11.3333333333vw;
  }
  .adlp-c-wrapper .sec06 .list__item {
    display: flex;
    flex-direction: column;
    padding: 4vw 4vw 6vw;
    background: #ffffff;
  }
  .adlp-c-wrapper .sec06 .list__item::before {
    display: none;
  }
  .adlp-c-wrapper .sec06 .list__item > * {
    position: relative;
    z-index: 1;
  }
  .adlp-c-wrapper .sec06 .list__item:nth-child(even) {
    flex-direction: column;
  }
  .adlp-c-wrapper .sec06 .list__item:nth-child(even) .list__col.--desc {
    margin: auto;
  }
  .adlp-c-wrapper .sec06 .list__item:nth-child(n + 2) {
    margin-top: 6.6666666667vw;
  }
  .adlp-c-wrapper .sec06 .list__col.--photo {
    width: 100%;
  }
  .adlp-c-wrapper .sec06 .list__col.--desc {
    width: 100%;
    margin: auto;
  }
  .adlp-c-wrapper .sec06 .list__ttl {
    margin-top: 4.8vw;
    font-size: 4.2666666667vw;
  }
  .adlp-c-wrapper .sec06 .list__ttl span {
    font-size: 4.8vw;
  }
  .adlp-c-wrapper .sec06 .list__pala {
    font-size: 3.4666666667vw;
  }
  .adlp-c-wrapper .sec06 .list__pala.--01 {
    margin-top: 3.2vw;
  }
  .adlp-c-wrapper .sec06 .list__pala.--02 {
    margin-top: 1.3333333333vw;
    line-height: 1.8;
  }
  .adlp-c-wrapper .sec06 .list__box {
    margin-top: 4.2666666667vw;
    font-size: 3.4666666667vw;
    text-align: justify;
  }
}
.adlp-c-wrapper .sec07 {
  background: #ffffff;
}
.adlp-c-wrapper .sec07 .adlp-c-inner {
  padding-top: min(65px, 6.0185185185vw, 1080px);
  padding-bottom: min(80px, 14.8148148148vw, 1080px);
}
.adlp-c-wrapper .sec07 .lead {
  text-align: center;
}
.adlp-c-wrapper .sec07 .lead > span {
  display: inline-block;
  padding: min(14px, 1.2962962963vw, 1080px) min(21px, 1.9444444444vw, 1080px);
  font-size: min(24px, 2.2222222222vw, 1080px);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background-color: #14b4b4;
  border-radius: min(50px, 4.6296296296vw, 1080px);
}
.adlp-c-wrapper .sec07 .ttl {
  margin-top: min(18px, 1.6666666667vw, 1080px);
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1; /* 56px */
  color: #14b4b4;
  text-align: center;
}
.adlp-c-wrapper .sec07 .pala {
  margin-top: min(32px, 2.962962963vw, 1080px);
  font-size: min(30px, 2.7777777778vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 42px */
  text-align: center;
}
.adlp-c-wrapper .sec07 .pala > sup {
  position: relative;
  top: 100%;
  font-size: min(12px, 1.1111111111vw, 1080px);
  font-weight: normal;
}
.adlp-c-wrapper .sec07 .table {
  width: 100%;
  margin-top: min(72px, 6.6666666667vw, 1080px);
  border-collapse: collapse;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.adlp-c-wrapper .sec07 .table caption {
  display: none;
}
.adlp-c-wrapper .sec07 .table th,
.adlp-c-wrapper .sec07 .table td {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.adlp-c-wrapper .sec07 .table th {
  padding: min(20px, 1.8518518519vw, 1080px);
  font-size: min(20px, 1.8518518519vw, 1080px);
  font-weight: bold;
  line-height: 140%; /* 28px */
}
.adlp-c-wrapper .sec07 .table th.star {
  position: relative;
}
.adlp-c-wrapper .sec07 .table th.star::before,
.adlp-c-wrapper .sec07 .table th.star::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
}
.adlp-c-wrapper .sec07 .table th.star::before {
  width: 0;
  height: 0;
  border-color: #ffff4f transparent transparent;
  border-style: solid;
  border-width: min(58px, 5.3703703704vw, 1080px)
    min(58px, 5.3703703704vw, 1080px) 0 0;
}
.adlp-c-wrapper .sec07 .table th.star::after {
  top: 50%;
  font-size: min(12px, 1.1111111111vw, 1080px);
  font-weight: bold;
  color: #333333;
  content: "オススメ";
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: 10% center;
}
.adlp-c-wrapper .sec07 .table td {
  padding: min(19px, 1.7592592593vw, 1080px) 0;
  font-size: min(18px, 1.6666666667vw, 1080px);
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.adlp-c-wrapper .sec07 .table td sup {
  position: relative;
  top: 100%;
  font-size: min(12px, 1.1111111111vw, 1080px);
  font-weight: normal;
}
.adlp-c-wrapper .sec07 .table tr:nth-child(n + 2) th {
  height: min(100px, 9.2592592593vw, 1080px);
}
.adlp-c-wrapper .sec07 .table__col-ttl {
  width: 26.0507246377%;
  padding: min(15px, 1.3888888889vw, 1080px) !important;
  color: #ffffff;
  background: #5ac9c9;
}
.adlp-c-wrapper .sec07 .table__row-ttl {
  position: relative;
  width: 21.847826087%;
  background: #f5f5f5;
}
.adlp-c-wrapper .sec07 .table__row-ttl > span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  font-size: min(12px, 1.1111111111vw, 1080px);
  transform: translateX(-50%);
}
.adlp-c-wrapper .sec07 .table__row-pirce td {
  font-family: din, sans-serif;
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: bold;
}
.adlp-c-wrapper .sec07 .table__row-pirce td > span {
  font-size: min(30px, 2.7777777778vw, 1080px);
}
.adlp-c-wrapper .sec07 .table__row-sugest td {
  line-height: 1.4;
}
.adlp-c-wrapper .sec07 .table__row-deposit td {
  font-size: min(34px, 3.1481481481vw, 1080px);
  font-weight: bold;
  line-height: 0.8;
}
.adlp-c-wrapper .sec07 .table__row-deposit td strong {
  font-family: noto;
  font-size: min(30px, 2.7777777778vw, 1080px);
}
.adlp-c-wrapper .sec07 .table__row-deposit td > span.unit {
  font-size: min(20px, 1.8518518519vw, 1080px);
}
.adlp-c-wrapper .sec07 .table__row-deposit td > small {
  font-size: min(16px, 1.4814814815vw, 1080px);
  font-weight: normal;
}
.adlp-c-wrapper .sec07 .table__row-lank td {
  font-size: min(36px, 3.3333333333vw, 1080px);
  font-style: normal;
  font-weight: 700;
  color: #14b4b4;
  letter-spacing: 0.06em;
}
.adlp-c-wrapper .sec07 .table__row-support td {
  font-weight: bold;
  line-height: 1.4;
}
.adlp-c-wrapper .sec07 .note {
  margin-top: min(30px, 2.7777777778vw, 1080px);
  font-size: min(12px, 1.1111111111vw, 1080px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 16.8px */
  letter-spacing: 0.24px;
}
.adlp-c-wrapper .sec07 .sec-footer {
  padding: min(47px, 4.3518518519vw, 1080px) 0;
  margin-top: min(24px, 2.2222222222vw, 1080px);
  font-size: min(20px, 1.8518518519vw, 1080px);
  font-weight: bold;
  line-height: 1.4; /* 16.8px */
  text-align: center;
  letter-spacing: 0.24px;
  background-color: #f5f5f5;
}

@media screen and (width <= 767px) {
  .adlp-c-wrapper .sec07 .adlp-c-inner {
    padding-top: 8.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .adlp-c-wrapper .sec07 .lead {
    text-align: center;
  }
  .adlp-c-wrapper .sec07 .lead > span {
    padding: 1.8666666667vw 9.6vw;
    font-size: 4.2666666667vw;
    line-height: 1.4;
    border-radius: 10.6666666667vw;
  }
  .adlp-c-wrapper .sec07 .ttl {
    margin-top: 4.5333333333vw;
    font-size: 6.4vw;
  }
  .adlp-c-wrapper .sec07 .pala {
    margin-top: 3.2vw;
    font-size: 4.8vw;
  }
  .adlp-c-wrapper .sec07 .pala > sup {
    top: 100%;
    font-size: 2.6666666667vw;
  }
  .adlp-c-wrapper .sec07 .table {
    width: 100%;
    margin: 8.9333333333vw auto 0;
  }
  .adlp-c-wrapper .sec07 .table th,
  .adlp-c-wrapper .sec07 .table td {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
  }
  .adlp-c-wrapper .sec07 .table th {
    padding: 2vw 0;
    font-size: 2.6666666667vw;
  }
  .adlp-c-wrapper .sec07 .table th.star {
    position: relative;
  }
  .adlp-c-wrapper .sec07 .table th.star::before {
    display: none;
    width: 0;
    height: 0;
    border-color: #ffff4f transparent transparent;
    border-style: solid;
    border-width: min(58px, 5.3703703704vw, 1080px)
      min(58px, 5.3703703704vw, 1080px) 0 0;
  }
  .adlp-c-wrapper .sec07 .table th.star::after {
    top: 0;
    left: 50%;
    width: calc(100% - 1.3333333333vw);
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1;
    color: #333333;
    background: #ffff4f;
    transform: translate(-50%, -70%) rotate(0);
    transform-origin: center;
  }
  .adlp-c-wrapper .sec07 .table td {
    padding: 3.6vw 0;
    font-size: 2.6666666667vw;
  }
  .adlp-c-wrapper .sec07 .table td sup {
    font-size: 2.6666666667vw;
  }
  .adlp-c-wrapper .sec07 .table tr:nth-child(n + 2) th {
    height: min(100px, 9.2592592593vw, 1080px);
  }
  .adlp-c-wrapper .sec07 .table__col-ttl {
    width: 18.8405797101%;
    color: #ffffff;
    background: #14b4b4;
  }
  .adlp-c-wrapper .sec07 .table__row-ttl {
    position: relative;
    width: 17.4603174603%;
    background: #f5f5f5;
  }
  .adlp-c-wrapper .sec07 .table__row-ttl > span {
    position: static;
    bottom: inherit;
    left: inherit;
    width: 100%;
    font-size: 2.6666666667vw;
    font-weight: normal;
    transform: none;
  }
  .adlp-c-wrapper .sec07 .table__row-pirce td {
    font-size: 4vw;
  }
  .adlp-c-wrapper .sec07 .table__row-pirce td > span {
    font-size: 2.6666666667vw;
  }
  .adlp-c-wrapper .sec07 .table__row-sugest td {
    padding-right: 0.6666666667vw;
    padding-left: 0.6666666667vw;
    line-height: 1.4;
    vertical-align: top;
    text-align: justify;
    letter-spacing: -0.01em;
  }
  .adlp-c-wrapper .sec07 .table__row-sugest td:nth-child(2) {
    vertical-align: middle;
  }
  .adlp-c-wrapper .sec07 .table__row-deposit td {
    font-size: 4vw;
    line-height: 1.1;
  }
  .adlp-c-wrapper .sec07 .table__row-deposit td strong {
    font-family: noto;
    font-size: min(30px, 2.7777777778vw, 1080px);
  }
  .adlp-c-wrapper .sec07 .table__row-deposit td > span.unit {
    font-size: 2.6666666667vw;
  }
  .adlp-c-wrapper .sec07 .table__row-deposit td > small {
    font-size: 2.6666666667vw;
  }
  .adlp-c-wrapper .sec07 .table__row-lank td {
    font-size: 4vw;
  }
  .adlp-c-wrapper .sec07 .table__row-support td {
    font-weight: bold;
    line-height: 1.4;
  }
  .adlp-c-wrapper .sec07 .note {
    width: calc(100% - 12vw);
    margin: 6.6666666667vw auto 0;
    font-size: 2.6666666667vw;
    text-align: justify;
  }
  .adlp-c-wrapper .sec07 .sec-footer {
    width: calc(100% - 12vw);
    padding: 4.8vw 2.6666666667vw;
    margin: 2.6666666667vw auto 0;
    font-size: 4vw;
  }
}
.adlp-c-wrapper .sec08 {
  background: #eff6ff;
}
.adlp-c-wrapper .sec08 .adlp-c-inner {
  padding-top: min(68px, 6.2962962963vw, 1080px);
  padding-bottom: min(80px, 7.4074074074vw, 1080px);
}
.adlp-c-wrapper .sec08 .sec-ttl {
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1; /* 56px */
  text-align: center;
}
.adlp-c-wrapper .sec08 .sec-ttl > span {
  margin-bottom: min(13px, 1.2037037037vw, 1080px);
  font-size: min(40px, 3.7037037037vw, 1080px);
  font-weight: 700;
  line-height: 1.4; /* 56px */
  color: #14b4b4;
  text-transform: uppercase;
}

@media screen and (width <= 767px) {
  .adlp-c-wrapper .sec08 .adlp-c-inner {
    padding-top: 9.0666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .adlp-c-wrapper .sec08 .sec-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
  .adlp-c-wrapper .sec08 .sec-ttl > span {
    font-size: 5.3333333333vw;
  }
}
.adlp-c-wrapper .footer {
  padding: min(62px, 5.7407407407vw, 1080px) 0 min(40px, 3.7037037037vw, 1080px);
  overflow: hidden;
  background: #ffffff;
}
.adlp-c-wrapper .footer .adlp-c-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.adlp-c-wrapper .footer-logo {
  width: min(388px, 35.9259259259vw, 1080px);
}
.adlp-c-wrapper .footer-logo > img {
  width: min(234px, 21.6666666667vw, 1080px);
  margin-left: min(25px, 2.3148148148vw, 1080px);
}
.adlp-c-wrapper .footer-list {
  width: min(532px, 49.2592592593vw, 1080px);
}
.adlp-c-wrapper .footer-list__item {
  position: relative;
  display: flex;
  font-size: min(14px, 1.2962962963vw, 1080px);
}
.adlp-c-wrapper .footer-list__item:nth-child(n + 2) {
  margin-top: min(14px, 1.2962962963vw, 1080px);
}
.adlp-c-wrapper .footer-list__item > dt {
  width: 6.42857143em;
  margin-right: min(50px, 4.6296296296vw, 1080px);
  font-weight: bold;
}
.adlp-c-wrapper .footer-list__item > dd a {
  color: #333333;
}
.adlp-c-wrapper .footer-copy {
  width: 100%;
  margin: min(80px, 7.4074074074vw, 1080px) 0 0;
  font-size: min(12px, 1.1111111111vw, 1080px);
  line-height: 1.2;
  text-align: center;
}

@media screen and (width <= 767px) {
  .adlp-c-wrapper .footer {
    padding: 9.6vw 0 6.6666666667vw;
  }
  .adlp-c-wrapper .footer .adlp-c-inner {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
  }
  .adlp-c-wrapper .footer-logo {
    width: 100%;
  }
  .adlp-c-wrapper .footer-logo > img {
    width: 40vw;
    margin: auto;
  }
  .adlp-c-wrapper .footer-list {
    width: 100%;
    padding: 0 8vw;
    margin-top: 6.6666666667vw;
  }
  .adlp-c-wrapper .footer-list__item {
    font-size: 2.6666666667vw;
    letter-spacing: 0.01em;
  }
  .adlp-c-wrapper .footer-list__item:nth-child(n + 2) {
    margin-top: 2.6666666667vw;
  }
  .adlp-c-wrapper .footer-list__item > dt {
    width: 18.4vw;
    margin-right: 2vw;
    font-weight: bold;
  }
  .adlp-c-wrapper .footer-list__item > dd {
    width: calc(100% - 20.4vw);
  }
  .adlp-c-wrapper .footer-copy {
    margin: 10.6666666667vw 0 0;
    font-size: 2.6666666667vw;
  }
}
.black-opacity-element {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: default;
  background-color: rgb(0 0 0);
  border: none;
  opacity: 0.6;
}
.youtube-movie-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  box-sizing: border-box;
  display: none;
  width: 90%;
  max-width: 900px;
  transform: translateX(-50%) translateY(-50%);
}
.youtube-movie-modal .youtube-movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-movie-modal .youtube-movie-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
.youtube-mclose {
  position: absolute;
  top: -52px;
  right: 0;
  z-index: 2;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  background-image: none;
  border: none;
  border-radius: 50%;
}
.youtube-mclose::before,
.youtube-mclose::after {
  position: absolute;
  top: 20%;
  left: 45%;
  display: inline-block;
  width: 4px;
  height: 21px;
  content: "";
  background: #707070;
  transform: rotate(45deg);
}
.youtube-mclose::after {
  transform: rotate(-45deg);
}

@media screen and (width <= 941px) {
  .youtube-movie-modal .youtube-movie-inner .close-btn {
    display: none;
  }
}
@media screen and (width <= 670px) {
  .youtube-movie-modal {
    padding: 5px;
  }
}
