@charset "UTF-8";

/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
div {
  margin: auto;
  line-height: 1;
}

ul,
dl,
ol,
dd,
li,
figure {
  padding: 0;
  margin: 0;
}

body {
  position: relative;
  font-family:
    "Noto Sans JP', sans-serif, Yu Gothic", "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  color: #333;
  width: 100%;
  height: 100%;
  margin: 0;
}

img,
svg {
  display: inline-block;
  width: 100%;
  height: auto;
}

a {
  display: block;
}

@media screen and (max-width: 1080px) {
  .u-hide-tabSp {
    display: none !important;
  }
}

@media screen and (min-width: 1081px) {
  .u-hide-pc {
    display: none !important;
  }
}

.adlp-c-container {
  width: 100%;
  margin: auto;
  font-feature-settings: "palt";
}

.adlp-c-main {
  background-color: #fff;
}

.adlp-c-sec {
  position: relative;
  line-height: 1;
  color: #333333;
  overflow: hidden;
}

.adlp-c-caption {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP";
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 4.26667vw;
}

.adlp-c-colmun-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.adlp-c-txt.--color-red {
  color: #a10f14;
}

.adlp-c-txt.--color-gold {
  color: #d6b67f;
}

.adlp-c-txt.--color-navy {
  color: #01244e;
}

.adlp-c-txt.--marker-red {
  background: linear-gradient(transparent 80%, #a10f14 10%);
}

.adlp-c-txt.--note-right {
  text-align: right;
  line-height: 1.4;
}

.adlp-c-container {
  max-width: 1920px;
  margin: 0 auto;
}

.adlp-c-inner {
  margin: auto;
  max-width: 1080px;
}

@media screen and (min-width: 1081px) {
  .adlp-c-inner.--midium {
    padding: 0 40px;
  }

  .adlp-c-inner.--small {
    padding: 0 80px;
  }
}

@media screen and (max-width: 1080px) {
  .adlp-c-inner.--small {
    padding: 0 4vw;
  }
}

.adlp-c-main .cta {
  padding: 60px 0;
}

.adlp-c-sec.sec07 .timerex-area .cta {
  padding: 0;
}

.adlp-c-main .cta__lead {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 10px;
}

.adlp-c-main .cta__lead.--white {
  color: #fff;
}

.adlp-c-main .cta__ttl {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.08em;
  width: 100%;
  text-align: center;
  margin-bottom: 29px;
}

.adlp-c-main .cta a:hover picture {
  filter: brightness(1.2);
  transition: filter ease-in 150ms;
}

.adlp-c-main .cta__btn {
  width: 480px;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  border-radius: 10px;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

@media (hover: hover) {
  .adlp-c-main .cta__btn:hover,
  .adlp-c-main .cta__btn.btn__shadow-blue:hover {
    box-shadow: none;
    transform: translateY(5px);
    transition: all 0.3s ease-in-out;
  }
}

@media (hover: none) {
  .adlp-c-main .cta__btn:active,
  .adlp-c-main .cta__btn.btn__shadow-blue:hover {
    box-shadow: none;
    transform: translateY(5px);
    transition: all 0.3s ease-in-out;
  }
}

.adlp-c-main .cta__contents {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.adlp-c-main .cta__txt {
  text-decoration: none;
  color: var(--base-black-333, #333);
}

.adlp-c-main .cta__txt.--l {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.04em;
  padding: 0 35px 0 14px;
  width: 7em;
  text-align: center;
  color: #fff;
}

.adlp-c-main .cta__txt.--r {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  font-weight: 700;
}

.adlp-c-main .cta__txt.--r span {
  color: var(--base-red, #d13737);
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .cta {
    padding: 6.66667vw 8vw;
  }

  .adlp-c-sec.sec07 .timerex-area .cta {
    padding: 0 8vw;
  }

  .adlp-c-main .cta__lead {
    font-size: 4.2666vw;
    margin-bottom: 0;
  }

  .adlp-c-main .cta__contents {
    gap: calc(20 / 750 * 100vw);
  }

  .adlp-c-main .cta__ttl {
    font-size: 5.06667vw;
    margin-bottom: 4.2666vw;
    line-height: 1.5;
  }

  .adlp-c-main .cta a:hover picture {
    filter: brightness(1.2);
    transition: filter ease-in 150ms;
  }

  .adlp-c-main .cta__btn {
    width: 100%;
    margin: 1.5vw 0 0;
  }

  .adlp-c-main .cta__btn:first-child {
    margin-top: 0;
  }

  .adlp-c-main .cta__txt.--l {
    width: 7.5em;
    font-size: 3.06667vw;
    padding: 0 8vw 0 1.86667vw;
  }

  .adlp-c-main .cta__txt.--r {
    font-size: calc(38 / 750 * 100vw);
  }
}

.adlp-c-main .deco-rect {
  position: relative;
}

.adlp-c-main .deco-rect::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.adlp-c-main .deco-rect.--s::after {
  width: 54px;
  height: 75px;
  background: url(../img/c-fig_rect_s.webp) left top/contain no-repeat;
}

.adlp-c-main .deco-rect.--l::after {
  width: 130px;
  height: 130px;
  background: url(../img/c-fig_rect_l.webp) left top/contain no-repeat;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .deco-rect.--s::after {
    width: 7.2vw;
    height: 10vw;
  }

  .adlp-c-main .deco-rect.--l::after {
    width: 17.33333vw;
    height: 17.33333vw;
  }
}

.adlp-c-main .adlp-c-sec__ttl {
  font-weight: 700;
  font-family: "Noto Sans JP";
  letter-spacing: 0.04em;
}

.adlp-c-main .adlp-c-sec__ttl.--lv2 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 46px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
  font-feature-settings:
    "palt" on,
    "liga" off,
    "kern" off;
}

.adlp-c-main .adlp-c-sec__ttl-sub {
  display: block;
  color: #d6b67f;
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}

.adlp-c-main .adlp-c-sec__ttl.--lv2 .adlp-c-sec__txt {
  display: block;
}

.adlp-c-main .adlp-c-sec__ttl.--lv2 .adlp-c-sec__txt.--small {
  font-size: 32px;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .adlp-c-sec__ttl.--lv2 {
    font-size: 6.46667vw;
  }

  .adlp-c-main .adlp-c-sec__ttl-sub {
    font-size: 4.26667vw;
    margin-bottom: 2.13333vw;
  }

  .adlp-c-main .adlp-c-sec__ttl.--lv2 .adlp-c-sec__txt.--small {
    font-size: 5.06667vw;
  }
}

.adlp-c-main .fv {
  background: url(../img/pc/fv_bg.webp) center top repeat-x;
}

.adlp-c-main .fv-inner {
  position: relative;
  width: 1080px;
  height: 700px;
  padding-top: 102px;
  padding-left: 377px;
  margin: 0 auto;
}

.adlp-c-main .fv-inner::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 10px;
  content: "";
  display: block;
  width: 444px;
  height: 688px;
  background: url(../img/pc/fv_model.webp) center/cover no-repeat;
  background-size: 100% 100%;
}

.adlp-c-main .fv-sub {
  width: max-content;
  position: absolute;
  top: calc(50% - 115px);
  left: calc(50% - 120px);
  z-index: 10;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  color: var(--base-black-333, #333);
}

.adlp-c-main .fv-main {
  width: max-content;
  position: absolute;
  top: calc(50% + 20px);
  left: calc(50% - 60px);
  z-index: 10;
}

.adlp-c-main .fv .logo {
  width: 340px;
  margin: 0 auto;
}

.adlp-c-main .fv .copy__sub {
  margin-top: 30px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.adlp-c-main .fv .copy__main {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  font-size: clamp(20px, 2vw, 50px);
  letter-spacing: 0.04em;
  color: #ffffff;
  position: relative;
}

.adlp-c-main .fv .copy__main > strong {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  font-size: clamp(20px, 5.5vw, 80px);
  letter-spacing: 0.03em;
  font-feature-settings:
    "pwid" on,
    "palt" on;
  background: linear-gradient(
    280.15deg,
    #b9934a 2.69%,
    #fff8ce 41.08%,
    #fff8ce 57.32%,
    #a9914e 97.19%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  z-index: 5;
}

.adlp-c-main .fv .copy__main > strong .language-english {
  font-size: clamp(20px, 6.5vw, 90px);
}

.adlp-c-main .fv .copy__main > strong .language-english span {
  font-size: clamp(20px, 6.5vw, 48px);
  color: #fff;
  background: #fff;
  font-family: "Noto Serif JP";
  background-clip: text;
}

.adlp-c-main .fv .copy__main > .copy-sub {
  font-size: clamp(16px, 3.5vw, 40px);
  color: #fff;
  line-height: 1.3;
}

.adlp-c-main .fv .copy__main .--lower {
  display: inline-block;
  position: relative;
  z-index: 5;
}

.adlp-c-main .fv .copy__main .--large {
  font-size: clamp(20px, 4vw, 60px);
  line-height: 1;
  position: relative;
  z-index: 5;
}

.adlp-c-main .fv .achv-list {
  display: flex;
  justify-content: center;
  gap: 0 32px;
  margin-top: 10px;
  position: relative;
  z-index: 5;
}

.adlp-c-main .fv .achv {
  width: 280px;
  margin: 0;
  position: relative;
  text-align: center;
}

.adlp-c-main .fv .achv:nth-child(2) {
  width: 260px;
}

.adlp-c-main .fv .achv::before,
.adlp-c-main .fv .achv::after {
  content: "";
  width: 35px;
  height: 100px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.adlp-c-main .fv .achv::before {
  background: url(../img/fv_deco_l.svg) no-repeat left top;
  background-size: 100% 100%;
  left: 0;
}

.adlp-c-main .fv .achv::after {
  background: url(../img/fv_deco_r.svg) no-repeat left top;
  background-size: 100% 100%;
  right: 0;
}

.adlp-c-main .fv .achv-inr {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: clamp(18px, 1.2vw, 23px);
  line-height: 140%;
  letter-spacing: 0;
  color: #d6b67f;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.adlp-c-main .fv .achv-inr .--large {
  font-size: clamp(20px, 1.5vw, 26px);
  line-height: 140%;
  letter-spacing: 0;
}

.adlp-c-main .fv .prof {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  position: absolute;
  left: 37px;
  bottom: 31px;
}

.adlp-c-main .fv .prof .--large {
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .fv {
    background: url(../img/sp/fv_bg.webp) center top repeat-x;
    background-size: 100% auto;
  }

  .adlp-c-main .fv-inner {
    width: 100%;
    height: calc(1100 / 750 * 100vw);
    padding-top: calc(105 / 750 * 100vw);
    padding-left: 0;
  }

  .adlp-c-main .fv-sub {
    font-size: calc(36 / 750 * 100vw);
    top: calc(225 / 750 * 100vw);
    left: calc(380 / 750 * 100vw);
    line-height: 1.8;
  }

  .adlp-c-main .fv-inner::before {
    display: none;
  }

  .adlp-c-main .fv-main {
    width: 100%;
    left: auto;
    top: 33%;
  }

  .adlp-c-main .fv .logo {
    width: calc(338 / 750 * 100vw);
    margin-left: calc(352 / 750 * 100vw);
  }

  .adlp-c-main .fv .copy {
    margin-top: calc(-20 / 750 * 100vw);
  }

  .adlp-c-main .fv .copy__sub {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.6;
    margin-top: 20px;
    margin-left: calc(375 / 750 * 100vw);
  }

  .adlp-c-main .fv .copy__main {
    letter-spacing: -0.1em;
    text-align: right;
    padding-right: calc(30 / 750 * 100vw);
    margin-top: calc(34 / 750 * 100vw);
    line-height: 1;
  }

  .adlp-c-main .fv .copy__main .language-english {
    font-size: calc(70 / 750 * 100vw);
  }

  .adlp-c-main .fv .copy__main .language-english span {
    font-size: calc(70 / 750 * 100vw);
  }

  .adlp-c-main .fv .copy__main::after {
    background-image: url(../img/sp/fv_shadow.png);
    width: calc(367 / 750 * 100vw);
    height: calc(316 / 750 * 100vw);
    top: calc(-10 / 750 * 100vw);
    left: calc(250 / 750 * 100vw);
  }

  .adlp-c-main .fv .copy__main > strong {
    font-size: calc(75 / 750 * 100vw);
    line-height: 1;
  }

  .adlp-c-main .fv .copy__main > strong .language-english {
    font-size: calc(116 / 750 * 100vw);
    margin-bottom: 15px;
    line-height: 1;
  }

  .adlp-c-main .fv .copy__main > strong .language-english span {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1.6;
  }

  .adlp-c-main .fv .copy__main .--lower {
    margin-top: calc(0 / 750 * 100vw);
    line-height: 1;
  }

  .adlp-c-main .fv .copy__main .--large {
    font-size: calc(70 / 750 * 100vw);
    line-height: 120%;
    letter-spacing: 0.01em;
  }

  .adlp-c-main .fv .achv-list {
    width: fit-content;
    flex-direction: column;
    gap: calc(30 / 750 * 100vw) 0;
    margin: calc(45 / 750 * 100vw) calc(30 / 750 * 100vw) 0 auto;
  }

  .adlp-c-main .fv .achv,
  .adlp-c-main .fv .achv:nth-child(2) {
    width: calc(320 / 750 * 100vw);
  }

  .adlp-c-main .fv .achv::before,
  .adlp-c-main .fv .achv::after {
    width: calc(43 / 750 * 100vw);
    height: calc(124 / 750 * 100vw);
  }

  .adlp-c-main .fv .achv-inr {
    font-size: calc(28 / 750 * 100vw);
  }

  .adlp-c-main .fv .achv-inr .--large {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
  }

  .adlp-c-main .fv .prof {
    font-size: calc(22 / 750 * 100vw);
    left: calc(60 / 750 * 100vw);
    bottom: calc(39 / 750 * 100vw);
  }

  .adlp-c-main .fv .prof .--large {
    font-size: calc(26 / 750 * 100vw);
  }

  .adlp-c-main .fv .copy__main > .copy-sub {
    font-size: calc(76 / 750 * 100vw);
    letter-spacing: -0.08em;
    line-height: 1.1;
  }

  .adlp-c-main .fv .copy__main > .copy-sub span {
    font-size: calc(60 / 750 * 100vw);
  }
}

.adlp-c-main .sec01 {
  background: #f7f4ed;
}

.adlp-c-main .sec01 .service {
  padding-top: 80px;
  padding-bottom: 60px;
}

.adlp-c-main .sec01 .service-detail {
  width: 600px;
  margin: 60px 0 0 340px;
  position: relative;
}

.adlp-c-main .sec01 .service-detail__pala {
  position: absolute;
  left: calc(160 / 600 * -100%);
  bottom: calc(60 / 380 * 100%);
  padding: 32px 115px 32px 40px;
  margin-right: -2em;
}

.adlp-c-main .sec01 .service-detail__pala::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    90deg,
    rgba(1, 36, 78, 0.9) 74.24%,
    rgba(1, 36, 78, 0) 99.83%
  );
  mix-blend-mode: normal;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.adlp-c-main .sec01 .service-detail__pala > span {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

.adlp-c-main .sec01 .service-achievement {
  position: relative;
  margin: 80px auto 0;
  box-shadow: 0px 0px 16px rgba(1, 7, 45, 0.12);
  width: 720px;
}

.adlp-c-main .sec01 .service-achievement__ttl {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 30px;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sec01 .service {
    padding-top: 10.66667vw;
    padding-bottom: 10.66667vw;
  }

  .adlp-c-main .sec01 .service-detail {
    width: 100%;
    margin: 8vw 0 0;
  }

  .adlp-c-main .sec01 .service-detail__pala {
    position: absolute;
    left: 0;
    bottom: 5.33333vw;
    padding: 4.26667vw 5.33333vw;
    margin-right: -2em;
  }

  .adlp-c-main .sec01 .service-detail__pala::before {
    background: linear-gradient(
      90deg,
      #01244e 66.22%,
      rgba(1, 36, 78, 0) 98.38%
    );
    mix-blend-mode: normal;
  }

  .adlp-c-main .sec01 .service-detail__pala > span {
    font-size: 3.73333vw;
  }

  .adlp-c-main .sec01 .service-achievement {
    margin: 10.66667vw auto 0;
    box-shadow: 0px 0px 2vw rgba(1, 7, 45, 0.12);
    width: 82.66667vw;
  }

  .adlp-c-main .sec01 .service-achievement__ttl {
    font-size: 4.8vw;
    line-height: 1.6;
    top: 6.66667vw;
  }
}

.adlp-c-main .sec02 {
  padding: 127px 0 90px 0;
  background: url(../img/pc/sec02_prize_bg.webp) center/cover no-repeat;
}

.adlp-c-main .sec02::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 60px;
  border-color: #f7f4ed transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.adlp-c-main .sec02 .prize {
  width: 720px;
  margin: auto;
  position: relative;
  padding: 39px 0 60px;
  border: 1px solid #c19240;
  background-color: #ffffff;
}

.adlp-c-main .sec02 .prize__ttl {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
}

.adlp-c-main .sec02 .prize__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 37px;
}

.adlp-c-main .sec02 .prize__logo {
  width: 312px;
  margin: 0 6px;
}

.adlp-c-main .sec02 .prize__note {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin-top: 29px;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sec02 {
    padding: 16.93333vw 0 8vw 0;
    background: url(../img/sp/sec02_prize_bg.webp) center/cover no-repeat;
  }

  .adlp-c-main .sec02::before {
    border-width: 8vw 8vw 0 8vw;
  }

  .adlp-c-main .sec02 .prize {
    width: 89.33333vw;
    padding: 5.33333vw 2.26667vw 8vw;
  }

  .adlp-c-main .sec02 .prize__ttl {
    font-size: 4vw;
  }

  .adlp-c-main .sec02 .prize__list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4.4vw;
  }

  .adlp-c-main .sec02 .prize__logo {
    width: calc((100% - 1.3vw) / 2);
    margin: 0 6px;
  }

  .adlp-c-main .sec02 .prize__note {
    font-size: 2.4vw;
    padding: 0 8vw;
    text-align: left;
    margin-top: 3.86667vw;
    line-height: 1.3;
  }
}

.adlp-c-main .sec03 {
  padding: 120px 0 80px;
  background: url(../img/pc/c-sec_head_rect_bg.webp) center top/contain
    no-repeat;
}

.adlp-c-main .sec03 .voice .adlp-c-colmun-list {
  margin-top: 4px;
}

.adlp-c-main .sec03 .voice .adlp-c-colmun-list__item {
  width: 392px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 57px calc(78 / 2 * 1px) 0;
}

.adlp-c-main .sec03 .voice .adlp-c-colmun-list__item > img {
  width: 180px;
}

.adlp-c-main .sec03 .voice__txt-worries {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}

.adlp-c-main .sec03 .voice__txt-want {
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.adlp-c-main .sec03 .voice__txt-want span {
  padding: 4px 16px;
  display: inline-block;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffffff;
  margin-top: 8px;
  font-size: 28px;
  background: linear-gradient(105.21deg, #00244e 0%, #010126 100%);
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sec03 {
    padding: 21.33333vw 0 10.66667vw;
    background: url(../img/sp/c-sec_head_rect_bg.webp) center top/contain
      no-repeat;
  }

  .adlp-c-main .sec03 .voice .adlp-c-colmun-list {
    margin-top: 0;
  }

  .adlp-c-main .sec03 .voice .adlp-c-colmun-list__item {
    width: 100%;
    display: flex;
    margin: 8vw 0 0;
    padding: 0 8vw;
  }

  .adlp-c-main .sec03 .voice .adlp-c-colmun-list__item > img {
    width: 28vw;
  }

  .adlp-c-main .sec03 .voice__txt-worries {
    font-size: 3.73333vw;
    line-height: 1.6;
    margin-top: 4vw;
  }

  .adlp-c-main .sec03 .voice__txt-want span {
    padding: 0.53333vw 2.13333vw;
    display: inline-block;
    margin-top: 1.6vw;
    font-size: 4.8vw;
  }
}

.adlp-c-main .sec04 {
  padding: 80px 0 44px;
  background: url(../img/pc/sec04_case_bg.webp) center top/contain no-repeat;
}

.adlp-c-main .sec04 .case-list {
  margin-top: 60px !important;
  display: flex !important;
}

.adlp-c-main .sec04 .case-list__item {
  width: 420px;
  margin: 0 20px;
}

.adlp-c-main .sec04 .case-list__item > div {
  background-color: #ffffff;
  box-shadow: 0px 0px 16px rgba(1, 7, 45, 0.12);
  margin-bottom: 16px;
}

.adlp-c-main .sec04 .case-list__head {
  position: relative;
}

.adlp-c-main .sec04 .case-list__head-num {
  position: absolute;
  top: 80px;
  left: 30px;
  font-family: "EB Garamond";
  font-weight: 500;
  font-size: 56px;
  color: #a10f14;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 0.9;
}

.adlp-c-main .sec04 .case-list__head-num > span {
  font-weight: 400;
  font-size: 22px;
  line-height: 0.8;
  mix-blend-mode: normal;
  text-transform: uppercase;
}

.adlp-c-main .sec04 .case-list__head-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.08em;
  text-align: right;
  margin: 4px 11px 0 0;
}

.adlp-c-main .sec04 .case-list__prof {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.adlp-c-main .sec04 .case-list__prof > li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 20px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.adlp-c-main .sec04 .case-list__prof > li::before {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #01244e;
  text-align: center;
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  z-index: 5;
}

.adlp-c-main .sec04 .case-list__prof-post {
  background-color: #01244e;
  color: #ffffff;
  font-size: 14px;
  width: calc((100% - 4px) / 2);
}

.adlp-c-main .sec04 .case-list__prof-post::before {
  content: "出身";
}

.adlp-c-main .sec04 .case-list__prof-post::after {
  content: "";
  background-color: #01244e;
  width: 9px;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9px;
  z-index: 10;
}

.adlp-c-main .sec04 .case-list__prof-name {
  width: calc((100% - 4px) / 2);
  background-color: #e6e9ed;
  font-size: 16px;
  line-height: 120%;
}

.adlp-c-main .sec04 .case-list__prof-name::before {
  content: "転職後";
}

.adlp-c-main .sec04 .case-list__desc {
  padding: 17px 30px;
}

.adlp-c-main .sec04 .case-list__ttl {
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
}

.adlp-c-main .sec04 .case-list__pala {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.08em;
}

.adlp-c-main .sec04 .case__txt-worries {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}

.adlp-c-main .sec04 .case__txt-want {
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.adlp-c-main .sec04 .case__txt-want span {
  padding: 4px 16px;
  display: inline-block;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffffff;
  margin-top: 8px;
  font-size: 28px;
  background: linear-gradient(105.21deg, #00244e 0%, #010126 100%);
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sec04 {
    padding: 13.333vw 6.93333vw 8.53333vw;
    background: url(../img/sp/sec04_case_bg.webp) center top/contain no-repeat;
  }

  .adlp-c-main .sec04 .case-list {
    margin-top: 5.86667vw !important;
    flex-wrap: inherit;
    justify-content: inherit;
  }

  .adlp-c-main .sec04 .case-list__item {
    margin: 0;
    width: 100%;
    padding: 16px;
  }

  .adlp-c-main .sec04 .case-list__item > div {
    box-shadow: 0 0 2.13333vw rgba(1, 7, 45, 0.12);
    margin-bottom: 2.13333vw;
  }

  .adlp-c-main .sec04 .case-list__head-num {
    top: calc(150 / 750 * 100vw);
    left: calc(43 / 750 * 100vw);
    font-size: 11.46667vw;
  }

  .adlp-c-main .sec04 .case-list__head-num > span {
    font-size: 4.26667vw;
  }

  .adlp-c-main .sec04 .case-list__head-name {
    font-size: calc(26 / 750 * 100vw);
    line-height: 140%;
    margin: calc(10 / 750 * 100vw) calc(21 / 750 * 100vw) 0 0;
  }

  .adlp-c-main .sec04 .case-list__prof {
    margin-top: calc(74 / 750 * 100vw);
  }

  .adlp-c-main .sec04 .case-list__prof > li {
    padding: 1.06667vw 0;
  }

  .adlp-c-main .sec04 .case-list__prof > li::before {
    font-size: calc(24 / 750 * 100vw);
    top: calc(-47 / 750 * 100vw);
  }

  .adlp-c-main .sec04 .case-list__prof-post {
    background-color: #01244e;
    color: #ffffff;
    font-size: calc(24 / 750 * 100vw);
    width: calc((100% - 4px) / 2);
  }

  .adlp-c-main .sec04 .case-list__prof-post::after {
    width: calc(20 / 750 * 100vw);
    right: calc(-20 / 750 * 100vw);
  }

  .adlp-c-main .sec04 .case-list__prof-name {
    width: calc((100% - 4px) / 2);
    background-color: #e6e9ed;
    font-size: calc(28 / 750 * 100vw);
    line-height: 140%;
  }

  .adlp-c-main .sec04 .case-list__desc {
    padding: calc(45 / 750 * 100vw) calc(40 / 750 * 100vw)
      calc(54 / 750 * 100vw);
  }

  .adlp-c-main .sec04 .case-list__ttl {
    font-size: 4.53333vw;
    margin: 0 -1em;
  }

  .adlp-c-main .sec04 .case-list__pala {
    margin-top: calc(20 / 750 * 100vw);
    font-size: 3.46667vw;
  }

  .adlp-c-main .sec04 .case__txt-worries {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
  }

  .adlp-c-main .sec04 .case__txt-want {
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }

  .adlp-c-main .sec04 .case__txt-want span {
    padding: 4px 16px;
    display: inline-block;
    letter-spacing: 0.06em;
    text-align: center;
    color: #ffffff;
    margin-top: 8px;
    font-size: 28px;
    background: linear-gradient(105.21deg, #00244e 0%, #010126 100%);
  }

  .adlp-c-main .sec04 .case .splide__pagination {
    display: none;
  }

  .adlp-c-main .sec04 .case .splide__arrow {
    background: url(../img/icon_arrow.svg) center/contain no-repeat;
    width: 5.33333vw;
    transform: translateY(-25%);
    opacity: 1;
  }

  .adlp-c-main .sec04 .case .splide__arrow > svg {
    opacity: 0;
  }

  .adlp-c-main .sec04 .case .splide__arrow--next {
    transform: translateY(-25%) rotate(180deg);
    right: -3.33333vw;
  }

  .adlp-c-main .sec04 .case .splide__arrow--prev {
    left: -3.33333vw;
  }

  .adlp-c-main .sec04 .case .splide__arrow:disabled {
    opacity: 0.3;
  }
}

.adlp-c-main .sec05 {
  background: url(../img/pc/sec05_consultation_bg.webp) center bottom no-repeat;
}

.adlp-c-main .sec05 .consultation__head {
  background: url(../img/pc/sec05_consultation_head_bg.webp) center bottom
    no-repeat;
}

.adlp-c-main .sec05 .consultation__head .adlp-c-inner {
  position: relative;
}

.adlp-c-main .sec05 .consultation__head .adlp-c-inner p {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #ffffff;
  position: relative;
  padding: 65px 0 45px 168px;
  z-index: 10;
  background: var(
    --Linear,
    linear-gradient(241deg, #a10f14 25.89%, #760307 85.21%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.adlp-c-main .sec05 .consultation__head .adlp-c-inner::before {
  content: "";
  background: url(../img/sec05_consultation_head_model.webp) center / contain
    no-repeat;
  display: block;
  height: auto;
  width: calc(168.75 / 1080 * 100%);
  padding-top: calc(191.959 / 1080 * 100%);
  position: absolute;
  bottom: 0;
  right: 255px;
  z-index: 0;
}

_::-webkit-full-page-media,
_:future,
:root .adlp-c-main .sec05 .consultation__head .adlp-c-inner::before {
  padding-top: calc(529 / 920 * 100%);
}

.adlp-c-main .sec05 .consultation__illust {
  margin-left: 50px;
  padding-top: 60px;
  display: block;
  width: 750px;
}

.adlp-c-main .sec05 .consultation__ttl {
  margin-top: 40px;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}

.adlp-c-main .sec05 .consultation-list {
  display: flex;
  justify-content: center;
}

.adlp-c-main .sec05 .consultation-list__item {
  width: 210px;
  margin: 20px 4px 0;
  background-color: #ffffff;
  border: 1px solid #d6b67f;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 24px 14px 21px;
}

.adlp-c-main .sec05 .consultation .cta {
  padding-top: 60px;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sec05 {
    background: url(../img/sp/sec05_consultation_bg.webp) center bottom/contain
      no-repeat;
  }

  .adlp-c-main .sec05 .consultation__head {
    background: url(../img/sp/sec05_consultation_head_bg.webp) center/cover
      no-repeat;
  }

  .adlp-c-main .sec05 .consultation__head .adlp-c-inner {
    position: relative;
  }

  .adlp-c-main .sec05 .consultation__head .adlp-c-inner p {
    padding: calc(90 / 750 * 100vw) 0 calc(38 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }

  .adlp-c-main .sec05 .consultation__head .adlp-c-inner::before {
    display: none;
  }

  .adlp-c-main .sec05 .consultation__illust {
    padding: 8vw 0 0;
    margin: 0 -4vw;
    display: block;
    width: calc(100% + 8vw);
  }

  .adlp-c-main .sec05 .consultation__ttl {
    margin-top: 5.33333vw;
    font-size: 4.8vw;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
  }

  .adlp-c-main .sec05 .consultation-list {
    justify-content: space-between;
  }

  .adlp-c-main .sec05 .consultation-list__item {
    width: calc((100% - 1.6vw * 2) / 3);
    margin: 2.66667vw 0 0;
    background-color: #ffffff;
    font-size: 3.2vw;
    padding: 3.2vw 1.33333vw;
  }

  .adlp-c-main .sec05 .consultation .cta {
    padding: 6vw 4vw;
  }
}

.video {
  background: var(
    --Linear,
    linear-gradient(241deg, #a10f14 25.89%, #760307 85.21%)
  );
  padding: 42px 0;
}

.video__title {
  color: var(--base-white, #fff);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 24px;
  line-height: 1.5;
  /* 36px */
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 30px;
}

.video__ilst {
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 1080px) {
  .video {
    padding: calc(56 / 750 * 100vw) alc(54/750 * 100vw) calc(70 / 750 * 100vw);
  }

  .video__title {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }

  .video__ilst {
    flex-wrap: wrap;
    gap: calc(8 / 750 * 100vw);
  }

  .video__ilst li {
    width: calc((100% - (8 / 750 * 100vw)) / 2);
  }
}

.adlp-c-main .sec06 {
  padding: 120px 0 0;
  background: url(../img/pc/c-sec_head_rect_bg.webp) center top/contain
    no-repeat;
}

.adlp-c-main .sec06 .reason-list {
  margin-top: 104px;
}

.adlp-c-main .sec06 .reason-list__item {
  position: relative;
  padding-bottom: 120px;
}

.adlp-c-main .sec06 .reason-list__item > * {
  position: relative;
  z-index: 10;
}

.adlp-c-main .sec06 .reason-list__item:first-child {
  margin-top: 0;
}

.adlp-c-main .sec06 .reason-list__item:nth-child(even) {
  color: #ffffff;
}

.adlp-c-main .sec06 .reason-list__item:nth-child(even)::before {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #01244e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.adlp-c-main
  .sec06
  .reason-list__item:nth-child(even)
  .reason__conclusion
  span {
  border-color: #ffffff;
}

.adlp-c-main .sec06 .reason-list__item::after {
  content: "";
  display: block;
  width: 430px;
  height: 460px;
  position: absolute;
  right: 0;
  top: 0;
}

.adlp-c-main .sec06 .reason-list__item:nth-child(1)::after {
  background: url(../img/pc/sec6_reason_photo_01.webp) right top no-repeat;
}

.adlp-c-main .sec06 .reason-list__item:nth-child(2)::after {
  background: url(../img/pc/sec6_reason_photo_02.webp) right top no-repeat;
}

.adlp-c-main .sec06 .reason-list__item:nth-child(3)::after {
  background: url(../img/pc/sec6_reason_photo_03.webp) right top no-repeat;
}

.adlp-c-main .sec06 .reason__header {
  position: relative;
  padding-top: 157px;
}

.adlp-c-main .sec06 .reason__num {
  width: 156px;
  height: 156px;
  background-color: #a10f14;
  color: #d6b67f;
  font-family: "EB Garamond";
  font-weight: 500;
  font-size: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0;
  position: absolute;
  left: 0;
  top: -38px;
}

.adlp-c-main .sec06 .reason__num > span {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.adlp-c-main .sec06 .reason__ttl {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 38px;
  line-height: 1.5;
}

.adlp-c-main .sec06 .reason__ttl > span {
  font-size: 28px;
  display: block;
}

.adlp-c-main .sec06 .reason__body {
  margin-top: 28px;
}

.adlp-c-main .sec06 .reason__desec {
  font-family: "Noto Sans JP";
  font-weight: 350;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 510px;
  margin: 0;
}

.adlp-c-main .sec06 .reason__glaph {
  width: 510px;
  background-color: #f1f1f1;
  margin: 36px 0 0;
  padding: 30px;
}

.adlp-c-main .sec06 .reason__glaph-ttl {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.adlp-c-main .sec06 .reason__glaph-pic {
  display: block;
  margin: 28px auto 0;
  text-align: center;
}

.adlp-c-main .sec06 .reason__footer {
  margin-top: 60px;
}

.adlp-c-main .sec06 .reason__conclusion {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-right: -80px;
}

.adlp-c-main .sec06 .reason__conclusion > span {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  border: 1px solid #333333;
  width: 280px;
  padding: calc((60px - 28px) / 2);
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sec06 {
    padding: 16vw 0 0;
    background: url(../img/sp/c-sec_head_rect_bg.webp) center top/contain
      no-repeat;
  }

  .adlp-c-main .sec06 .reason-list {
    margin-top: 13.86667vw;
  }

  .adlp-c-main .sec06 .reason-list__item {
    padding: 0 8vw 16vw;
  }

  .adlp-c-main .sec06 .reason-list__item::after {
    content: "";
    display: block;
    width: 81.33333vw;
    height: 62.13333vw;
    position: absolute;
    right: 0;
    top: 0;
  }

  .adlp-c-main .sec06 .reason-list__item:nth-child(1)::after {
    background: url(../img/sp/sec6_reason_photo_01.webp) right top/cover
      no-repeat;
  }

  .adlp-c-main .sec06 .reason-list__item:nth-child(2)::after {
    background: url(../img/sp/sec6_reason_photo_02.webp) right top/cover
      no-repeat;
  }

  .adlp-c-main .sec06 .reason-list__item:nth-child(3)::after {
    background: url(../img/sp/sec6_reason_photo_03.webp) right top/cover
      no-repeat;
  }

  .adlp-c-main .sec06 .reason__header {
    position: relative;
    padding-top: 69.33333vw;
  }

  .adlp-c-main .sec06 .reason__num {
    width: 21.33333vw;
    height: 21.33333vw;
    font-size: 12vw;
    left: 8vw;
    top: -4vw;
  }

  .adlp-c-main .sec06 .reason__num > span {
    font-size: 2.93333vw;
  }

  .adlp-c-main .sec06 .reason__ttl {
    font-size: 6.13333vw;
  }

  .adlp-c-main .sec06 .reason__ttl > span {
    font-size: 4.8vw;
    display: block;
  }

  .adlp-c-main .sec06 .reason__body {
    margin-top: 5.06667vw;
  }

  .adlp-c-main .sec06 .reason__desec {
    font-size: 3.46667vw;
    width: 100%;
  }

  .adlp-c-main .sec06 .reason__glaph {
    width: 100%;
    background-color: #f1f1f1;
    margin: 8vw 0 0;
    padding: 4vw;
  }

  .adlp-c-main .sec06 .reason__glaph-ttl {
    font-size: 4.53333vw;
  }

  .adlp-c-main .sec06 .reason__glaph-pic {
    display: block;
    margin: 4.26667vw auto 0;
    text-align: center;
  }

  .adlp-c-main .sec06 .reason__footer {
    margin-top: 8vw;
  }

  .adlp-c-main .sec06 .reason__conclusion {
    font-size: 6.13333vw;
    margin-right: inherit;
    text-align: center;
  }

  .adlp-c-main .sec06 .reason__conclusion > span {
    font-size: 4.5vw;
    width: 37.33333vw;
    padding: calc((8.8vw - 4.8vw) / 2);
    text-align: center;
    margin: 0 auto 3.2vw;
  }
}

.adlp-c-main .sec07 {
  background: url(../img/pc/sec07_bg_rect.webp) center top no-repeat #f7f4ed;
}

.adlp-c-main .sec07 .summary {
  padding-top: 100px;
  padding-bottom: 28px;
  position: relative;
}

.adlp-c-main .sec07 .summary::before {
  content: "";
  display: block;
  width: 389px;
  height: 436px;
  background: url(../img/pc/sec07_model.webp) center/cover no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 63px;
}

_::-webkit-full-page-media,
_:future,
:root .adlp-c-main .sec07 .summary::before {
  height: 436px;
}

.adlp-c-main .sec07 .summary-list {
  display: flex;
  justify-content: space-between;
}

.adlp-c-main .sec07 .summary-list__item {
  background-color: #ffffff;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
  border: 1px solid #d6b67f;
  padding: 29px 0;
  width: calc((100% - 40px) / 3);
}

.adlp-c-main .sec07 .summary-list__item > span {
  display: block;
  font-size: 28px;
  text-align: center;
}

.adlp-c-main .sec07 .summary_ttl {
  padding: 168px 0 25px 20px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-feature-settings:
    "palt" on,
    "kern" off;
  color: #333333;
}

.adlp-c-main .sec07 .summary__lead {
  color: var(--txt, #333);
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 48px */
  letter-spacing: 0.04em;
  margin-bottom: 50px;
  padding-left: 20px;
}

.adlp-c-main .sec07 .summary__lead span {
  color: var(--base-red, #d13737);
  font-weight: 700;
}

.adlp-c-main .sec07 .summary_ttl > p span {
  display: inline-block;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #a10f14;
  padding: 0 8px;
}

.adlp-c-main .sec07 .summary_prof {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.08em;
  margin-left: 20px;
}

.adlp-c-main .sec07 .summary_prof .--large {
  font-size: 22px;
  line-height: 140%;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sec07 {
    background: url(../img/sp/sec07_bg_rect.webp) center top/contain no-repeat
      #f7f4ed;
  }

  .adlp-c-main .sec07 .summary {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(50 / 750 * 100vw);
    position: relative;
  }

  .adlp-c-main .sec07 .summary::before {
    width: calc(397 / 750 * 100vw);
    height: calc(574 / 750 * 100vw);
    background: url(../img/sp/sec07_model.webp) center/cover no-repeat;
    background-size: 100% 100%;
    right: calc(-30 / 750 * 100vw);
  }

  _::-webkit-full-page-media,
  _:future,
  :root .adlp-c-main .sec07 .summary::before {
    height: calc(574 / 750 * 100vw);
  }

  .adlp-c-main .sec07 .summary-list {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 4vw;
  }

  .adlp-c-main .sec07 .summary-list__item {
    font-size: 3.46667vw;
    padding: 3.46667vw 0;
    width: 39.06667vw;
    margin: 2.66667vw 1.33333vw 0;
  }

  .adlp-c-main .sec07 .summary-list__item > span {
    display: block;
    font-size: 4vw;
    text-align: center;
  }

  .adlp-c-main .sec07 .summary-list__item:first-child {
    margin: 0 calc((100% - 39.06666667vw) / 2);
  }

  .adlp-c-main .sec07 .summary_ttl {
    padding: calc(122 / 750 * 100vw) calc(20 / 750 * 100vw)
      calc(34 / 750 * 100vw);
    font-size: 5.06667vw;
  }

  .adlp-c-main .sec07 .summary_ttl > p {
    margin-top: 2.13333vw;
  }

  .adlp-c-main .sec07 .summary_ttl > p span {
    display: inline-block;
    font-size: 7.46667vw;
    margin-top: 1.86667vw;
    padding: 0 1.86667vw;
    letter-spacing: -0.04em;
  }

  .adlp-c-main .sec07 .summary_prof {
    font-size: calc(22 / 750 * 100vw);
    margin-left: calc(20 / 750 * 100vw);
  }

  .adlp-c-main .sec07 .summary_prof .--large {
    font-size: calc(26 / 750 * 100vw);
  }

  .adlp-c-main .sec07 .summary__lead {
    font-size: calc(32 / 750 * 100vw);
    padding-left: calc(20 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.adlp-c-main .sec08 {
  padding: 80px 0;
}

.adlp-c-main .sec08 .flow-list {
  width: 680px;
  margin: 60px auto 0;
  background-color: #f1f1f1;
  padding: 80px 60px;
}

.adlp-c-main .sec08 .flow-list__item:not(:first-child) {
  margin-top: 60px;
}

.adlp-c-main .sec08 .flow-list__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 432px;
  border: 1px solid #01244e;
  background-color: #ffffff;
}

.adlp-c-main .sec08 .flow-list__ttl span {
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.adlp-c-main .sec08 .flow-list__ttl span:nth-child(1) {
  font-family: "EB Garamond";
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.16em;
  color: #ffffff;
  background-color: #01244e;
  padding: 18px 28px 20px;
}

.adlp-c-main .sec08 .flow-list__ttl span:nth-child(2) {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.04em;
  width: calc(100% - 175px);
}

.adlp-c-main .sec08 .flow-list__desc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0 0;
}

.adlp-c-main .sec08 .flow-list__desc::before {
  content: "";
  display: block;
  width: 148px;
  height: 148px;
}

.adlp-c-main .sec08 .flow-list__desc > p {
  font-family: "Noto Sans JP";
  font-weight: 350;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin: 0 0 0 30px;
  width: calc(100% - 148px - 30px);
}

.adlp-c-main
  .sec08
  .flow-list
  .flow-list__item:nth-child(1)
  .flow-list__desc::before {
  background: url(../img/sec08_icon_01.webp) center/contain no-repeat;
}

.adlp-c-main
  .sec08
  .flow-list
  .flow-list__item:nth-child(2)
  .flow-list__desc::before {
  background: url(../img/sec08_icon_02.webp) center/contain no-repeat;
}

.adlp-c-main
  .sec08
  .flow-list
  .flow-list__item:nth-child(3)
  .flow-list__desc::before {
  background: url(../img/sec08_icon_03.webp) center/contain no-repeat;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sec08 {
    padding: 10.66667vw 8vw;
  }

  .adlp-c-main .sec08 .flow-list {
    width: 100%;
    margin: 8vw auto 0;
    padding: 10.66667vw 5.33333vw;
  }

  .adlp-c-main .sec08 .flow-list__item:not(:first-child) {
    margin-top: 10.66667vw;
  }

  .adlp-c-main .sec08 .flow-list__ttl {
    width: 70.13333vw;
    position: relative;
    left: -13.33333vw;
  }

  .adlp-c-main .sec08 .flow-list__ttl span:nth-child(1) {
    font-size: 5.6vw;
    padding: 2.13333vw 4vw 2.4vw;
  }

  .adlp-c-main .sec08 .flow-list__ttl span:nth-child(2) {
    font-size: 4vw;
    letter-spacing: 0.04em;
    width: calc(100% - 29.33333333vw);
  }

  .adlp-c-main .sec08 .flow-list__desc {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 5.33333vw 0 0;
  }

  .adlp-c-main .sec08 .flow-list__desc::before {
    content: "";
    display: block;
    width: 36vw;
    height: 36vw;
  }

  .adlp-c-main .sec08 .flow-list__desc > p {
    font-size: 3.46667vw;
    margin: 6.66667vw 0 0;
    width: 100%;
  }
}

.adlp-c-main .sec09 {
  background-color: #e6ebee;
}

.adlp-c-main .sec09 .cta-bottom-header {
  padding-top: 230px;
  padding-bottom: 60px;
  background: url(../img/sec09_header_bg.webp) 80px top/600px no-repeat;
}

.adlp-c-main .sec09 .cta-bottom-header__ttl {
  position: relative;
  width: 576px;
  margin: 0 0 0 315px;
}

.adlp-c-main .sec09 .cta-bottom-header__ttl > * {
  position: relative;
  z-index: 10;
}

.adlp-c-main .sec09 .cta-bottom-header__ttl p {
  padding: 40px 0;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.adlp-c-main .sec09 .cta-bottom-header__ttl p > span {
  display: block;
  font-size: 38px;
  margin-top: 18px;
}

.adlp-c-main .sec09 .cta-bottom-header__ttl p > span > strong {
  font-size: 48px;
  background: radial-gradient(
    55.87% 277.17% at 55.87% 100%,
    #f3ecbf 15.45%,
    #b7934e 88.55%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.adlp-c-main .sec09 .cta-bottom-header__ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(105.21deg, #00244e 0%, #010126 100%);
  mix-blend-mode: normal;
  opacity: 0.9;
}

.adlp-c-main .sec09 .cta-bottom-body {
  background-color: #ffffff;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sec09 .cta-bottom-header {
    padding: 61.06667vw 0 8vw 14.66667vw;
    background-position: left top;
    background-size: 92%;
  }

  .adlp-c-main .sec09 .cta-bottom-header__ttl {
    position: relative;
    width: 100%;
    margin: 0;
  }

  .adlp-c-main .sec09 .cta-bottom-header__ttl p {
    padding: 6.13333vw 0;
    font-size: 4vw;
  }

  .adlp-c-main .sec09 .cta-bottom-header__ttl p > span {
    display: block;
    font-size: 6.13333vw;
    margin-top: 1.6vw;
  }

  .adlp-c-main .sec09 .cta-bottom-header__ttl p > span > strong {
    font-size: 7.46667vw;
    background: radial-gradient(
      55.87% 277.17% at 55.87% 100%,
      #f3ecbf 15.45%,
      #b7934e 88.55%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .adlp-c-main .sec09 .cta-bottom-header__ttl::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(105.21deg, #00244e 0%, #010126 100%);
    mix-blend-mode: normal;
    opacity: 0.9;
  }

  .adlp-c-main .sec09 .cta-bottom-body {
    background-color: #ffffff;
  }
}

.adlp-c-main .sec10 {
  background-color: #f1f1f1;
  padding: 80px 0 70px;
}

.adlp-c-main .sec10 .faq-list {
  width: calc(100% - 60px);
  margin: 75px auto 0;
}

.adlp-c-main .sec10 .faq-list__item {
  background-color: #ffffff;
  padding: 40px 30px;
  cursor: pointer;
}

.adlp-c-main .sec10 .faq-list__item:not(:first-child) {
  margin-top: 40px;
}

.adlp-c-main .sec10 .faq-list__icon {
  font-family: "EB Garamond";
  font-weight: 600;
  font-size: 26px;
  color: #ffffff;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.adlp-c-main .sec10 .faq-list__txt {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: calc(100% - 56px - 20px);
  margin: 0 0 0 20px;
}

.adlp-c-main .sec10 .faq-list__question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.adlp-c-main .sec10 .faq-list__question .faq-list__icon {
  background-color: #a10f14;
}

.adlp-c-main .sec10 .faq-list__awswer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 24px 0 0 0;
  margin: 24px 0 0 0;
  border-top: 1px solid #333333;
}

.adlp-c-main .sec10 .faq-list__awswer .faq-list__icon {
  background-color: #01244e;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sec10 {
    padding: 10.66667vw 0;
  }

  .adlp-c-main .sec10 .faq {
    padding: 0 8vw;
  }

  .adlp-c-main .sec10 .faq-list {
    width: 100%;
    margin: 8vw auto 0;
  }

  .adlp-c-main .sec10 .faq-list__item {
    padding: 5.33333vw 4vw;
  }

  .adlp-c-main .sec10 .faq-list__item:not(:first-child) {
    margin-top: 5.33333vw;
  }

  .adlp-c-main .sec10 .faq-list__icon {
    font-size: 3.73333vw;
    width: 8vw;
    height: 8vw;
    display: flex;
  }

  .adlp-c-main .sec10 .faq-list__txt {
    font-size: 3.46667vw;
    width: calc(100% - 8vw - 2.66666667vw);
    margin: 0 0 0 2.66666667vw;
  }

  .adlp-c-main .sec10 .faq-list__awswer {
    padding: 3.2vw 0 0 0;
    margin: 3.2vw 0 0 0;
  }
}

.adlp-c-main .sec12 {
  background: #01244e;
  padding: 80px 0;
}

.adlp-c-main .sec12 .footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.adlp-c-main .sec12 .footer-list__item {
  margin: 0 20px;
}

.adlp-c-main .sec12 .footer-list__item a {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

.adlp-c-main .sec12 .footer-list__item a:hover {
  text-decoration: underline;
}

.adlp-c-main .sec12 .footer-copy {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  color: #ffffff;
  margin: 40px 0 0;
}

.adlp-c-main .sec12 .footer-bnr {
  display: block;
  width: 630px;
  margin: 44px auto 0;
}

.adlp-c-main .sec12 .footer-bnr:hover {
  filter: brightness(1.2);
  transition: filter ease-in 150ms;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sec12 {
    padding: 10.66667vw 0;
  }

  .adlp-c-main .sec12 .footer-list {
    display: flex;
    flex-direction: column;
  }

  .adlp-c-main .sec12 .footer-list__item {
    margin: 6.93333vw 0 0;
  }

  .adlp-c-main .sec12 .footer-list__item:first-child {
    margin-top: 0;
  }

  .adlp-c-main .sec12 .footer-list__item a {
    font-size: 3.2vw;
  }

  .adlp-c-main .sec12 .footer-copy {
    font-size: 2.4vw;
    margin: 10.13333vw 0 0;
  }

  .adlp-c-main .sec12 .footer-bnr {
    display: block;
    width: 84vw;
    margin: 5.86667vw auto 0;
  }
}

.adlp-c-main .sec13 {
  background-color: #f6f4ed;
  padding: 100px 0 60px;
}

.adlp-c-main .sec13 .recruit {
  padding: 0 40px;
}

.adlp-c-main .sec13 .recruit__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 0;
}

.adlp-c-main .sec13 .recruit__box {
  flex: 0 0 485px;
  background: #fff;
  margin: 0 0 40px;
  text-align: center;
}

.adlp-c-main .sec13 .recruit__balloon {
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  background-color: #01234d;
  padding: 16px 0;
  box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

.adlp-c-main .sec13 .recruit__balloon::before {
  content: "";
  display: block;
  width: 42px;
  height: 17px;
  background-image: url(../img/sec13_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}

.adlp-c-main .sec13 .recruit__box__inner {
  padding: 32px 20px 40px;
}

.adlp-c-main .sec13 .recruit__text1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adlp-c-main .sec13 .recruit__text2 {
  font-size: 22px;
  font-weight: 500;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background-color: #01234d;
  color: #fff;
}

.adlp-c-main .sec13 .recruit__text3 {
  font-size: 22px;
  font-weight: 500;
  min-height: 60px;
  padding: 9px 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eff0f9;
  color: #a10f14;
}

.adlp-c-main .sec13 .recruit__text3 .num {
  font-size: 26px;
}

.adlp-c-main .sec13 .recruit__text3 .yen {
  font-size: 20px;
}

.adlp-c-main .sec13 .recruit__text4 {
  font-size: 20px;
  font-weight: 400;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eff0f9;
  margin-top: 44px;
  position: relative;
}

.adlp-c-main .sec13 .recruit__text4:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/sec13_icon1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -36px;
}

.adlp-c-main .sec13 .recruit__text4 .num {
  font-size: 26px;
  color: #a10f14;
  font-weight: 500;
}

.adlp-c-main .sec13 .recruit__btn {
  margin-top: 32px;
}

.adlp-c-main .sec13 .recruit__btn a {
  border-radius: 8px;
  background: var(
    --btn,
    linear-gradient(
      278deg,
      #7d3d00 -28.5%,
      #e6b849 -2.76%,
      #fffad1 52.89%,
      #e6b849 78.37%,
      #743a00 144.94%
    )
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: left;
  text-decoration: none;
  color: var(--base-black-333, #333);
  width: 445px;
  height: 56px;
  padding-left: 109px;
  display: flex;
  align-items: center;
  position: relative;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.25));
}

.adlp-c-main .sec13 .recruit__btn a::after {
  content: "";
  background: #333;
  width: 12px;
  height: 14px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  right: 110px;
  top: 50%;
  transform: translateY(-50%);
}

.adlp-c-main .sec13 .recruit__btn a:hover {
  filter: brightness(1.2);
  transition: filter ease-in 150ms;
}

.adlp-c-main .sec13 .recruit__box2 {
  width: 720px;
  margin: 20px auto 0;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(1, 7, 45, 0.12);
  padding: 50px 0px;
  text-align: center;
}

.adlp-c-main .sec13 .recruit__text5 {
  font-size: 30px;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  margin-bottom: 44px;
}

.adlp-c-main .sec13 .recruit__logo {
  width: 568px;
  margin: 0 auto;
}

.company-overview {
  line-height: normal;
  max-width: 700px;
  margin: 20px auto 0;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sec13 {
    padding: calc(100 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit {
    padding: 0 calc(30 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__flex {
    margin: calc(40 / 750 * 100vw) auto 0;
  }

  .adlp-c-main .sec13 .recruit__box {
    flex: 0 0 calc(330 / 750 * 100vw);
    background: #fff;
    margin: 0 0 calc(40 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__balloon {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) 0;
    box-shadow: 0 calc(6 / 750 * 100vw) calc(4 / 750 * 100vw) 0
      rgba(0, 0, 0, 0.15);
  }

  .adlp-c-main .sec13 .recruit__balloon::before {
    width: calc(42 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    bottom: calc(-16 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__box__inner {
    padding: calc(32 / 750 * 100vw) calc(20 / 750 * 100vw)
      calc(40 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__text1 {
    font-size: calc(20 / 750 * 100vw);
    margin-bottom: calc(19 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__text2 {
    font-size: calc(22 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__text3 {
    font-size: calc(22 / 750 * 100vw);
    min-height: calc(60 / 750 * 100vw);
    padding: calc(9 / 750 * 100vw) 0 calc(13 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__text3 .num {
    font-size: calc(26 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__text3 .yen {
    font-size: calc(20 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__text4 {
    font-size: calc(20 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    margin-top: calc(44 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__text4:before {
    width: calc(28 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    top: calc(-36 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__text4 .num {
    font-size: calc(26 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__btn {
    margin-top: calc(24 / 750 * 100vw);
    margin-left: calc(-5 / 750 * 100vw);
    margin-right: calc(-5 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__btn a {
    background-image: url(../img/sp/recruit_btn.webp);
    font-size: calc(24 / 750 * 100vw);
    width: calc(300 / 750 * 100vw);
    height: calc(62 / 750 * 100vw);
    padding-left: calc(37 / 750 * 100vw);
    padding-top: calc(2 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__btn a::after {
    width: calc(12 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
    right: calc(37 / 750 * 100vw);
  }

  .adlp-c-main .sec13 .recruit__box2 {
    width: 100%;
    margin: 0 auto 0;
    padding: 6.66666vw 0px;
  }

  .adlp-c-main .sec13 .recruit__text5 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }

  .adlp-c-main .sec13 .recruit__logo {
    width: 83.2vw;
  }
}

.adlp-c-main .sec14 {
  background-image: linear-gradient(0deg, #fff 0%, #dedede 100%);
  background-size: 100% 10px;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 66px 0;
}

.adlp-c-main .sec14__logo__wrap {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}

.adlp-c-main .sec14__logo {
  animation: infinity-scroll-left 25s infinite linear 0.5s both;
  margin-right: 64px;
}

.adlp-c-main .sec14__logo img {
  max-width: initial;
  width: 1080px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sec14 {
    background-size: 100% calc(16 / 750 * 100vw);
    padding: calc(66 / 750 * 100vw) 0;
  }

  .adlp-c-main .sec14__logo__wrap {
    width: 100%;
  }

  .adlp-c-main .sec14__logo {
    margin-right: calc(20 / 750 * 100vw);
  }

  .adlp-c-main .sec14__logo img {
    width: calc(1114 / 750 * 100vw);
  }
}

.adlp-c-main .sticky-bnr.cta {
  padding: 12px 0 8px;
  display: flex;
  justify-content: center;
  /* position: sticky;
  bottom: 0; */
  background-color: rgba(255, 255, 255, 1);
  /* z-index: 100; */
  /* transform: translateY(100%); */
  transition: transform 250ms ease-out;
}

.adlp-c-main .sticky-bnr.cta .cta__balloon {
  margin-right: 15px;
}

.adlp-c-main .sticky-bnr.cta.is-view {
  transform: translateY(0);
}

.adlp-c-main .sticky-bnr.cta .cta__btn {
  margin: 0 60px 0 0;
}

@media screen and (max-width: 1080px) {
  .adlp-c-main .sticky-bnr.cta {
    padding: 2.13333vw 6vw 2.13333vw 6vw;
  }

  .adlp-c-main .sticky-bnr.cta .cta__btn {
    margin: auto;
  }

  .adlp-c-main .sticky-bnr.cta .cta__balloon {
    width: 19vw;
    margin-right: 1vw;
  }

  .adlp-c-main .sticky-bnr.cta .cta__txt.--l {
    font-size: 2.6666vw;
    width: 7em;
    padding: 0 5vw 0 2vw;
  }

  .adlp-c-main .sticky-bnr.cta .cta__txt.--r {
    font-size: 3.3333vw;
  }
}
