@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 12px;
  line-height: 1.4;
  color: #343434;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
  text-align: left;
}
dd,
dt,
p {
  margin: 0;
}
ul li {
  list-style: none;
}
small {
  font-size: smaller;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
a {
  text-decoration: none;
}
/*----------
共通
------------*/
/*common inner */
.common_inner-1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.common_inner-1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.common_inner-900 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.common_inner-800 {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
/*button color*/
.common_button-yellow {
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.2s;
  border: 3px solid transparent;
  background: #f4a608;
}
.common_button-yellow:hover {
  background: #fff;
  color: #f4a608;
  border: 3px solid #f4a608;
  text-shadow: none;
}
.common_button-green {
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.2s;
  border: 3px solid transparent;
  background: #00ce9d;
}
.common_button-green:hover {
  background: #fff;
  color: #00ce9d;
  border: 3px solid #00ce9d;
  text-shadow: none;
}
.common-add_icon-arrow-right {
  position: relative;
}
.common-add_icon-arrow-right::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.common-add_icon-arrow-right:hover::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #f4a608;
  border-right: 2px solid #f4a608;
}
.common-add_icon-arrow-right--green:hover::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #00ce9d;
  border-right: 2px solid #00ce9d;
}
/*font*/
.common_font-blue {
  color: #074d82;
}
.common_fontsize-xl {
  font-size: 135%;
}
/*underline*/
.common_bg-orange-underline {
  background: linear-gradient(transparent 60%, #f7c979 60%);
}
/*bg*/
.common_bg-paleblue {
  background: #edf3f4;
}
.common_bg-white {
  background: #fff;
}
.common_bg-dot {
  background: url(/lp/m05/asset/image/image_bg-dot.svg) repeat;
}
/*heading*/
.common_heading-l {
  font-size: 300%;
  color: #074d82;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.common_heading-l--flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_heading-l::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  background-color: #074d82;
}
.common_heading-text {
  display: inline-block;
}
/*section space*/
.common_section-space {
  padding: 80px 0;
}
/*lead*/
.common_lead {
  font-size: 150%;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.8;
}
/*flex*/
.common_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common_flex-item-center {
  align-items: center;
}
.common_box-2 {
  width: 48%;
}
.common_box-3 {
  width: 31.5%;
}
/*common cta*/
.common_cta-area {
  background: #172a88;
  background: linear-gradient(to right, #172a88 0%, #5069e1 100%);
  color: #fff;
  padding: 50px 0;
}
.common_cta__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_cta__button{
  margin: 0 auto;
}
.common_cta__link {
  display: block;
  width: 370px;
  text-align: center;
  margin: 0 auto;
  font-size: 190%;
  padding: 20px 20px;
  box-sizing: border-box;
  border-radius: 80px;
  letter-spacing: 0.05em;
  position: relative;
}
.common_cta-area__link-free {
  display: inline-block;
  border: 2px solid;
  font-size: 70%;
  padding: 1px 3px 2px;
  margin-left: 5px;
  border-radius: 4px;
}
.common_info-box {
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 30px;
  box-sizing: border-box;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
}
.common_info-box__heading-m {
  text-align: center;
  font-size: 160%;
  font-weight: normal;
  padding: 0 20px;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transform: translateY(-15px);
  background: #fff;
}
.common_info-box__heading-m::before {
  left: 0;
}
.common_info-box__heading-m::after {
  right: 0;
}
.common_info-box__tel {
  margin-bottom: 15px;
  font-size: 130%;
}
.common_info-box__tel-region {
  display: inline-block;
  font-size: 80%;
  border: 1px solid;
  padding: 2px 5px;
  margin: 0 6px 0 12px;
  line-height: 1;
}
.common_cta__comment {
  text-align: center;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  background: #fff;
  color: #172a88;
  padding: 6px 18px;
  border: 2px solid #172a88;
  font-size: 140%;
  font-weight: bold;
  transform: translateY(10px);
  letter-spacing: 0.05em;
}
.common_cta__comment::before,
.common_cta__comment::after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.common_cta__comment::before {
  border-top: 12px solid #172a88;
}
.common_cta__comment::after {
  margin-top: -4px;
  border-top: 12px solid #fff;
}
/*--------------------------
cta area
--------------------------*/
.cta-area {
  padding: 60px 0;
  color: #fff;
  background: #4e62e0;
  background: -webkit-linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
  background: linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
}
.cta-area__title-lead {
  text-align: center;
  font-size: 200%;
  position: relative;
  display: table;
  margin: 0 auto 10px;
  line-height: 1.1;
  padding: 0 30px;
}
.cta-area__title-lead::before,
.cta-area__title-lead::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #fff;
}
.cta-area__title-lead::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.cta-area__title-lead::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.cta-area__heading-l {
  text-align: center;
  font-size: 300%;
  margin-bottom: 20px;
}
.cta-area__heading-l-big {
  font-size: 130%;
}
.cta-area__lead {
  text-align: center;
  font-size: 140%;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.cta-area__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.cta-area__item {
  width: 45%;
  margin: 0 auto;
}
.cta-comment {
  max-width: 300px;
  margin: 0 auto;
  background: #fff;
  color: #4d61de;
  padding: 5px;
  border-radius: 2px;
  position: relative;
  transform: translateY(10px);
  z-index: 2;
  font-size: 120%;
  line-height: 1;
  font-weight: bold;
  border: 3px solid #4e62e0;
  text-align: center;
}
.cta-comment::before,
.cta-comment::after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.cta-comment::before {
  border-top: 12px solid #4e62e0;
}
.cta-comment::after {
  margin-top: -4px;
  border-top: 12px solid #fff;
}
.cta-area__link {
  font-size: 190%;
  max-width: 450px;
  width: 100%;
  display: block;
  padding: 22px 10px;
  box-sizing: border-box;
  border-radius: 50px;
  letter-spacing: 0.1em;
  margin: 0 auto;
}

/*header*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 80px;
  z-index: 52;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header-navi {
  width: 97%;
  padding: 10px 0;
  margin: 0px auto;
}
.header-navi-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.header-navi-menu__image {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.header-navi-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.header-navi__link {
  display: block;
  width: 180px;
}
.header-navi__image {
  max-width: 180px;
}
.header-navi-menu__list {
  width: 100%;
  padding: 0 22px;
}
.header-navi-menu__item {
  position: relative;
  display: inline-block;
}
.header-navi-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 15px;
  line-height: 1;
  font-size: 130%;
  transition: 0.2s;
  box-sizing: border-box;
  color: #074d82;
  font-weight: bold;
}
.header-navi-menu__link:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -18px;
  display: block;
  transition: all 0.2s ease;
  border-bottom: 1px solid #074d82;
}
.header-navi-cta__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
}
.header-navi-cta__item:first-of-type{
  margin-right: 10px;
}
.header-navi-cta__link {
  display: block;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  border-radius: 50px;
  padding: 10px 16px 10px 12px;
  font-size: 105%;
  font-weight: bold;
  line-height: 1;
  transition: 0.2s;
  width: 120px;
  text-align: center;
  color: #fff;
}
.header-navi-cta__link::after,
.header-navi-cta__link:hover::after {
  width: 5px;
  height: 5px;
  right: 6px;
}
/*main*/
.main {
  overflow: hidden;
}
/* kv */
.kv {
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin-top: 80px;
  height: 550px;
}
.kv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 65%;
  z-index: -1;
  background: #3d53be;
  background: -webkit-linear-gradient(bottom left, #172a88 0%, #5069e1 100%);
  background: linear-gradient(to top right, #172a88 0%, #5069e1 100%);
}
.kv__inner {
  max-width: 1250px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  height: 500px;
}
.kv__flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 150px;
}
.kv__left {
  width: 50%;
  color: #fff;
  line-height: 1;
}
.kv__speech-bubble {
  color: #00d3db;
  font-size: 200%;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 10px 6px 13px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  border: 2px solid;
  max-width: 300px;
  width: 100%;
  display: table;
  position: relative;
}
.kv__speech-bubble::before,
.kv__speech-bubble::after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.kv__speech-bubble::before {
  border-top: 12px solid #00d3db;
}
.kv__speech-bubble::after {
  margin-top: -4px;
  border-top: 12px solid #24379d;
}
.kv__speech-bubble-big {
  font-size: 130%;
}
.kv__heading-xl {
  text-align: center;
  margin-bottom: 30px;
  font-size: 460%;
  line-height: 1.3;
  color: #fff;
  text-align: left;
}
.kv__heading-xl-big {
  font-size: 130%;
}
.kv__heading-xl-small {
  display: inline-block;
  font-size: 80%;
  letter-spacing: 0;
  line-height: 1.2;
}
.kv__lead {
  font-size: 160%;
  line-height: 1.3;
  margin-bottom: 5px;
  text-align: center;
}
.kv__lead-xl {
  font-size: 180%;
}
.kv__lead-l {
  display: block;
  font-size: 140%;
}
.kv__cta{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.kv__right {
  position: absolute;
  right: 0;
  height: auto;
  width: 50%;
  z-index: 0;
}
.kv__figure-screen {
  position: relative;
  display: block;
  width: 625px;
  height: auto;
  top: 0;
  z-index: 2;
}
.kv__image-screen {
  width: 100%;
  height: auto;
}
.kv-movie-box-pc {
  position: absolute;
  bottom: -10px;
  left: 60px;
  margin: auto;
  width: 489px;
  height: 100%;
}
.kv-movie-box-pc__video {
  position: absolute;
  display: block;
  width: 100%;
  margin: auto;
  z-index: 1;
}
.kv__button {
  display: block;
  max-width: 400px;
  width: 100%;
  padding: 26px 20px;
  font-size: 180%;
  border-radius: 50px;
  letter-spacing: 0.1em;
}
.kv__bg-caption {
  padding-top: 10px;
  box-sizing: border-box;
  font-size: 60%;
  line-height: 1.3;
  color: #8499fd;
  letter-spacing: 0;
}
/*emblem*/
.emblem__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.emblem__item {
  width: 32%;
}
.emblem__image {
  max-width: 350px;
  width: 100%;
  height: auto;
}
/* --------- performance --------- */
.performance {
  width: 100%;
  margin: 0 auto;
}
.performance_company-logo {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 140px;
  overflow: hidden;
  animation: loop 50s linear infinite;
  background: url(/asset/images/partner/image_logo-slide.png.webp) repeat-x left center/auto 140px;
}
@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2140px 0;
  }
}
/*contribution*/
.contribution__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contribution__item {
  width: 32%;
}
.contribution__heading-l {
  color: #343434;
  font-size: 220%;
}
.contribution__figure {
  text-align: center;
  background: #edf3f4;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.contribution__image {
  width: 100%;
  max-width: 130px;
  height: auto;
}
.contribution__heading-m {
  text-align: center;
  font-size: 150%;
  color: #074d82;
}

@media screen and (min-width: 1279px) {
  .header__hamburger {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
/*sp responsive*/
@media screen and (max-width: 1280px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
    /*header*/
    .header {
      background-color: #fff;
      width: 100%;
      height: 45px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999;
    }
    .header-navi {
      width: 100%;
      padding: 0;
      box-sizing: border-box;
    }
    .header-navi__logo {
      display: block;
      position: relative;
      z-index: 1;
    }
    .header-navi__figure {
      margin-left: 10px;
    }
    .header-navi__image {
      max-width: 100px;
      position: relative;
      z-index: 1;
    }
    .header-navi-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: inherit;
      position: relative;
    }
    .header-navi-menu {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: auto;
      transform: translateX(100%);
      background-color: #fff;
      z-index: 3;
      transition: ease 0.4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
    }
    .header-navi-menu__item {
      width: 100%;
      border-bottom: 1px solid #172a88;
    }
    .header-navi-menu__link {
      color: #172a88;
      font-weight: bold;
      font-size: 120%;
      padding: 20px;
    }
    .header-navi-menu__link:hover::before {
      display: none;
    }
    .header-navi-cta {
      width: 100%;
    }
    .header-navi-cta__list {
      padding: 12px;
      flex-wrap: wrap;
    }
    .js_header-navi-cta__link {
      padding: 8px 3px;
      font-size: 85%;
      letter-spacing: -0.02em;
      max-width: 102px;
    }
    .header-navi-cta__item {
      margin:0 auto 5px;
      width: 100%;
    }
    .header-navi-cta__item:first-of-type{
      margin-right: 0;
    }
    .header-navi-cta__link{
      width: 180px;
      margin: 0 auto;
    }
    /* ハンバーガーメニュー */
    .header__hamburger {
      width: 45px;
      height: 100%;
      display: block;
      right: 0;
      top: 0;
      position: absolute;
    }
    .hamburger {
      background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
      border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
      z-index: 9999;
      background: #fff;
    }
    .hamburger__border {
      width: 100%;
      height: 1px;
      background-color: #172a88;
      position: relative;
      transition: ease 0.4s;
      display: block;
    }
    .hamburger__border:nth-child(1) {
      top: 0;
    }
    .hamburger__border:nth-child(2) {
      margin: 6px 0;
    }
    .hamburger__border:nth-child(3) {
      top: 0;
    }
    /* ハンバーガーメニュークリック後のスタイル */
    .header-navi-menu.active {
      transform: translateX(0);
      z-index: 1;
      flex-wrap: wrap;
    }
    .hamburger.active .hamburger__border:nth-child(1) {
      top: 1px;
      transform: rotate(45deg);
    }
    .hamburger.active .hamburger__border:nth-child(2) {
      opacity: 0;
    }
    .hamburger.active .hamburger__border:nth-child(3) {
      top: -13px;
      transform: rotate(-45deg);
    }
  
  /* --------- fv --------- */
  .kv {
    max-height: inherit;
    margin-top: 16px;
    height: 480px;
  }
  .kv-pc {
    width: 100%;
    top: 3px;
  }
  .kv:before {
    height: 60%;
  }
  .kv__inner {
    flex-wrap: wrap;
    height: 550px;
    align-items: inherit;
  }
  .kv__flex-box {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .kv__left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
  }
  .kv__heading-xl {
    font-size: 240%;
    text-align: center;
  }
  .kv__right {
    position: absolute;
    right: calc(50% - 170px);
    top: 145px;
    max-width: 340px;
    width: 100%;
    height: auto;
  }
  .kv__figure-screen {
    width: 100%;
    text-align: center;
  }
  .kv__image-screen {
    max-width: 340px;
  }
  .kv-movie-box-pc {
    bottom: -10px;
    left: 11%;
    margin: auto;
    width: 77%;
    height: 100%;
  }
  .kv-movie-box-pc__video {
    width: 100%;
  }
  .kv__button {
    margin: 0 auto;
    padding: 15px;
    font-size: 140%;
    max-width: 300px;
  }
  .kv__cta {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1024px) {
  /*common*/
  .common_flex {
    flex-wrap: wrap;
  }
  .common_flex--column-reverse {
    flex-direction: column-reverse;
  }
  .common_box-2,
  .common_box-3 {
    width: 100%;
  }
  .common_section-space {
    padding: 40px 0 30px;
  }
  .common_heading-l {
    font-size: 180%;
    margin-bottom: 50px;
  }
  .common_cta-area {
    padding: 35px 0;
  }
  .common_info-box__heading-m {
    font-size: 130%;
  }
  .common_lead {
    font-size: 120%;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
  }
  .common_cta__comment{
    font-size: 110%;
    transform: translateY(4px);
    padding: 4px 12px;
  }
  .common_cta__button {
    margin: 0 auto 10px;
  }
  .common_cta__link{
    font-size: 150%;
    padding: 12px;
    width: 320px;
  }
  .common-add_icon-arrow-right::after{
    width: 6px;
    height: 6px;
    right: 15px;
  }
  /*emblem*/
  .emblem__list {
    gap: 10px;
    flex-wrap: wrap;
  }
  .emblem__item {
    width: calc(50% - 20px);
    max-width: 260px;
  }
  .emblem__figure {
    text-align: center;
    margin-bottom: 5px;
  }
  .emblem__image {
    max-width: 260px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  /*cta*/
  .cta-area {
    padding: 30px 0;
  }
  .cta-area__flex {
    flex-wrap: wrap;
  }
  .cta-area__col-2 {
    width: 100%;
  }
  .cta-area__col-2:first-of-type {
    margin-bottom: 20px;
  }
  .cta-area__link {
    font-size: 130%;
    padding: 12px 10px;
    width: 90%;
    letter-spacing: 0.05em;
  }
  .common-add_icon-arrow-right::after {
    width: 7px;
    height: 7px;
    right: 15px;
  }
  /*contribution*/
  .contribution__list{
    align-items: start;
  }
  .contribution__figure {
    width: 90px;
    height: 90px;
  }
  .contribution__image {
    max-width: 85px;
  }
  .contribution__heading-m {
    text-align: center;
    font-size: 115%;
    color: #074d82;
    letter-spacing: 0;
  }
  .contribution__heading-l {
    font-size: 150%;
  }
}
@media screen and (min-width: 1279px) {
  .header-navi-menu__list {
    display: flex;
    align-items: center;
    height: initial;
    justify-content: flex-end;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 768px) {
  .cta-area__title-lead {
    font-size: 125%;
    padding: 0 18px;
  }
  .cta-area__heading-l {
    font-size: 180%;
    letter-spacing: 0;
  }
  .cta-area__lead {
    font-size: 105%;
    letter-spacing: 0.05em;
  }
  .cta-area__list {
    flex-wrap: wrap;
  }
  .cta-area__item {
    width: 100%;
  }
  .cta-comment {
    max-width: 260px;
    letter-spacing: 0;
    font-size: 100%;
  }
}