@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Roboto:wght@700&display=swap");
/*---------------------
　全体
----------------------*/
body:before,
.box-sidebar,
.site-content .sidebar-article,
.header-slide.header-top .hd-contact,
.breadcrumb,
.site-header .nav-col .nav-snsbox {
  display: none;
  content: none;
  content-visibility: hidden;
}

body #page {
  margin-top: 0;
}

body > #page {
  padding-top: 0;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.site {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background: #fafafa;
}

.cv-btn {
  background: linear-gradient(92deg, #2781ea 2.22%, #2bd3e5 100%);
  border-radius: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  height: 65px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .cv-btn {
    height: 42px;
  }
}
.cv-btn a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 8px 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cv-btn a {
    font-size: 13px;
    padding: 8px 17px 8px;
  }
}
.cv-btn a:before {
  content: "";
  mask-image: url(../images/website-lp/arrow-right.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: #fff;
  width: 8px;
  height: 13px;
  display: inline-block;
  margin-left: 0;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cv-btn a:before {
    width: 6px;
    height: 9px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 32px;
    height: 32px;
  }
}
.mv {
  position: relative;
}
.mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../images/website-lp/mv/main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

h1 {
  font-size: 88px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -4px;
  margin-bottom: 19px;
}
@media (min-width: 769px) and (max-width: 1230px) {
  h1 {
    font-size: 7.15vw;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    letter-spacing: 4px;
    line-height: 104%;
    margin-bottom: 11px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  background: linear-gradient(90deg, #05066e 0%, #1527d0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
    text-align: left;
  }
}

p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 22px;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 15px;
    line-height: 1.7;
  }
}

.header-btn {
  width: 100%;
  max-width: 100%;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 8px;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .header-btn {
    padding: 0 16px;
  }
}
.header-btn .logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .header-btn .logo {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .header-btn .cv-btn {
    height: 61px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .header-btn .cv-btn > a {
    padding: 8px 45px 8px 27px;
  }
}
@media (min-width: 768px) {
  .header-btn .cv-btn > a::before {
    margin-right: 14px;
  }
}

.mv {
  margin: 0 auto;
  padding: 204px 0 148px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .mv {
    padding: 19.5vw 0 12.33vw;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 66px 0 21px;
  }
}
.mv .inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv .inner {
    padding: 0 16px;
  }
}
.mv .inner h1 {
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: -3.52px;
  line-height: 1.22;
}
@media (max-width: 767px) {
  .mv .inner h1 {
    letter-spacing: 1.52px;
    margin-bottom: 13px;
    line-height: 1.04;
  }
}
.mv .inner p.mv-text {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  margin-bottom: 67px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .mv .inner p.mv-text {
    font-size: 1.83vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .inner p.mv-text {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 19px;
  }
}
.mv .inner .flex {
  display: flex;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 74px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .mv .inner .flex {
    gap: 3.5vw;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .inner .flex {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 23px;
  }
}
.mv .inner .flex p {
  border-radius: 24px;
  background: #f4f4f4;
  width: 372px;
  height: 106px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 20px 32px -5px rgba(44, 120, 233, 0.1);
}
@media (min-width: 769px) and (max-width: 1200px) {
  .mv .inner .flex p {
    width: 31vw;
    height: 8.83vw;
    font-size: 1.83vw;
    padding: 0 2.5vw;
  }
}
.mv .inner .flex p:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 24px;
  background: linear-gradient(90deg, #05066E 0%, #1527D0 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .mv .inner .flex p:before {
    padding: 1px;
    border-radius: 11px;
  }
}
.mv .inner .flex p span {
  background: linear-gradient(90deg, #05066E 0%, #1527D0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .mv .inner .flex p {
    font-size: 13px;
    height: auto;
    width: 100%;
    border-radius: 11px;
    padding: 5px 8px;
    min-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv .inner .flex p:nth-child(3) {
    letter-spacing: -0.5px;
  }
}
.mv .cv-btn {
  max-width: 363px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mv .cv-btn {
    max-width: 343px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .mv .cv-btn > a {
    font-size: 16px;
    padding: 10px 0px;
  }
}
@media (max-width: 374px) {
  .mv .cv-btn > a {
    padding: 10px 8px;
  }
}
@media (max-width: 767px) {
  .mv .cv-btn > a::before {
    margin-right: 12px;
  }
}

.issues {
  max-width: 960px;
  margin: 0 auto;
  padding: 142px 24px 30px;
  box-sizing: content-box;
  position: relative;
  counter-reset: sub-text;
}
@media screen and (max-width: 991px) {
  .issues {
    padding: 100px 24px 81px;
  }
}
.issues:before {
  content: "";
  margin: auto;
  width: 100px;
  height: 66px;
  display: block;
  margin: 0 0 74px 0;
  background: url(../images/website-lp/number01.png) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .issues:before {
    width: 64px;
    height: 42px;
    margin-bottom: 43px;
  }
}
.issues .inner {
  display: flex;
  margin: 0 auto 40px;
  gap: 64px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .issues .inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .issues .inner {
    gap: 10px;
    margin: 0 auto 70px;
  }
}
.issues .inner:first-child .left {
  max-width: 480px;
}
@media (max-width: 991px) {
  .issues .inner:first-child .left {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .issues .inner:last-child {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.issues .inner:last-child .left {
  padding-top: 10px;
}
.issues .inner:last-child .right {
  max-width: 480px;
}
@media (max-width: 991px) {
  .issues .inner:last-child .right {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .issues .inner:last-child img {
    display: block;
    max-width: 262px;
    margin: 0 auto;
  }
}
.issues .inner p {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .issues .inner p {
    margin-bottom: 27px;
  }
}
.issues .inner .right {
  padding-top: 5px;
}
.issues .inner .right img {
  filter: drop-shadow(0 85px 24px rgba(0, 0, 0, 0)) drop-shadow(0 54px 22px rgba(0, 0, 0, 0)) drop-shadow(0 30px 18px rgba(0, 0, 0, 0.01)) drop-shadow(0 14px 14px rgba(0, 0, 0, 0.01)) drop-shadow(0 3px 7px rgba(0, 0, 0, 0.02));
}
@media (max-width: 767px) {
  .issues .inner .right p {
    margin-bottom: 20px;
  }
}
.issues .sub-text {
  counter-increment: sub-text;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 27px;
  display: block;
  position: relative;
}
@media screen and (max-width: 991px) {
  .issues .sub-text {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .issues .sub-text {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.issues .sub-text::after {
  content: counter(sub-text, decimal-leading-zero);
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  left: 126px;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .issues .sub-text::after {
    font-size: 18px;
    left: 112px;
  }
}
.issues h2 {
  font-size: 48px;
  margin-bottom: 45px;
  line-height: 1.3;
  letter-spacing: 0px;
}
@media screen and (max-width: 991px) {
  .issues h2 {
    font-size: 26px;
    margin-bottom: 29px;
    letter-spacing: normal;
  }
}
@media (max-width: 374px) {
  .issues h2 {
    font-size: 22px;
  }
}

.company-logo {
  padding: 105px 16px 85px;
  border-radius: 24px;
  background: rgba(239, 242, 249, 0.8);
  position: relative;
  margin: 0 20px;
}
@media screen and (max-width: 991px) {
  .company-logo {
    margin: 0 8px 40px;
    padding: 58px 16px 88px;
  }
}
.company-logo :before {
  content: "";
  position: absolute;
  top: -23px;
  left: -13px;
  right: 0;
  margin: auto;
  width: 100px;
  height: 66px;
  background: url(../images/website-lp/number02.png) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .company-logo :before {
    width: 64px;
    height: 42px;
    top: -20px;
    right: inherit;
    left: 16px;
  }
}
.company-logo h2 {
  margin-bottom: 39px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .company-logo h2 {
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 374px) {
  .company-logo h2 {
    font-size: 22px;
  }
}
.company-logo h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .company-logo h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}
.company-logo img {
  margin-bottom: 30px;
}
.company-logo p {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .company-logo p {
    font-size: 16px;
  }
}
.company-logo .inner {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

/* =======================
   Speciality（スライダー）
   ======================= */
.speciality {
  text-align: center;
  padding: 75px 20px 133px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .speciality {
    text-align: left;
    padding: 24px 24px 79px;
  }
}
.speciality::before {
  content: "";
  width: 100px;
  height: 71px;
  background: url(../images/website-lp/number03.png) no-repeat center/contain;
  z-index: 2;
  display: block;
  margin: 0 auto 57px;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .speciality::before {
    width: 64px;
    height: 42px;
    margin: 0 0 31px;
  }
}
.speciality h2 {
  margin-bottom: 42px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .speciality h2 {
    margin-bottom: 23px;
    line-height: 1.4;
  }
}
@media (max-width: 374px) {
  .speciality h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .speciality p {
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .speciality p:last-child {
    margin-bottom: 0px;
  }
}

.speciality-slider {
  background-color: #eff2f9;
  border-radius: 24px;
  padding: 18px 0;
  margin-top: 34px;
  /* スライド間の余白 78px（左右39pxずつ） */
  /* ★ 高さをスライド間で揃える：track を flex 化 */
  /* slick が内部に作るラッパー（.slick-slide > div）にも高さを伝搬 */
  /* スライド外側（幅は slick が付与するのでここでは指定しない） */
  /* 幅1088pxのカード本体（中ラッパー） */
  /* ★ 右画像をカード高いっぱいに */
  /* ───────── 数字ページネーション ───────── */
}
@media screen and (max-width: 991px) {
  .speciality-slider {
    border-radius: 0;
    margin: 44px -24px 0;
    padding: 9px 8px 57px;
  }
}
.speciality-slider .slick-list {
  margin: 0 -39px;
}
.speciality-slider .slick-track {
  display: flex;
  align-items: stretch;
  /* 全スライドを同じ高さに */
}
.speciality-slider .slick-slide {
  padding: 0 39px;
  /* 余白は padding で。margin は使わない */
  margin: 0;
  outline: 0;
  background: transparent;
  height: auto;
  /* 高さは中身依存 */
  display: block;
}
.speciality-slider .slick-slide > div {
  height: 100%;
}
.speciality-slider > .slide-box {
  height: 100%;
}
@media (max-width: 767px) {
  .speciality-slider > .slide-box {
    margin: 0 0 24px;
  }
}
.speciality-slider .slide-inner {
  box-sizing: border-box;
  width: 1088px;
  /* 実効幅を固定 */
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 12px rgba(17, 17, 17, 0.06);
  /* ★ 高さを揃えるために 100% にしておく */
  height: 100%;
  min-height: 560px;
  /* 任意：下限を軽く設定（必要なければ削除OK） */
  display: grid;
  grid-template-columns: 1fr 460px;
  /* 左テキスト + 右画像幅固定 */
  gap: 38px;
  align-items: stretch;
  /* ← 子要素を同じ高さに揃える */
}
@media (max-width: 960px) {
  .speciality-slider .slide-inner {
    gap: 0px;
  }
}
@media (max-width: 960px) {
  .speciality-slider .slide-inner {
    grid-template-columns: 1fr;
    min-height: auto !important;
  }
}
.speciality-slider .text {
  text-align: left;
  padding: 67px 0 0 64px;
}
@media screen and (max-width: 991px) {
  .speciality-slider .text {
    padding: 33px 24px 10px;
  }
}
.speciality-slider .text h3 {
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.6;
  margin: 0 0 18px;
  color: #1527D0;
  font-size: 27px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 991px) {
  .speciality-slider .text h3 {
    font-size: 19px;
    margin: 0 0 14px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .speciality-slider .text h3 + p {
    line-height: 1.7;
  }
}
.speciality-slider .text p {
  line-height: 1.7;
  margin: 0 0 21px;
  color: #333;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .speciality-slider .text p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 14px;
  }
}
.speciality-slider .img {
  width: 100%;
  height: 100%;
  /* 枠いっぱいにフィット */
  object-fit: cover;
  /* 上下余白をなくす */
  display: block;
  background: #FAFAFA;
  box-shadow: 0 85px 24px 0 rgba(0, 0, 0, 0), 0 54px 22px 0 rgba(0, 0, 0, 0), 0 30px 18px 0 rgba(0, 0, 0, 0.01), 0 14px 14px 0 rgba(0, 0, 0, 0.01), 0 3px 7px 0 rgba(0, 0, 0, 0.02);
}
@media (max-width: 767px) {
  .speciality-slider .img {
    margin-top: 3px;
    height: auto;
  }
}
.speciality-slider .img img {
  height: 100%;
  /* 高さ基準でフィット */
  width: auto;
  /* 横は自動 */
  max-width: 100%;
  /* はみ出し防止 */
  object-fit: cover;
  /* 画像の縦横比を保持して内側に収める */
  display: block;
}
.speciality-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 88px;
  margin-top: clamp(16px, 3vw, 28px);
  bottom: -43px;
}
.speciality-slider .slick-dots li {
  position: relative;
  margin: 0;
  font-size: 18px;
}
.speciality-slider .slick-dots li:last-child:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 85px;
  background: url(../images/website-lp/arrow.png) no-repeat center/contain;
  width: 60px;
  height: 12px;
}
.speciality-slider .slick-dots li button {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 6px 0 14px;
  line-height: 1;
  font: inherit;
  font-size: clamp(14px, 1.6vw, 16px);
  letter-spacing: 0.06em;
  color: #8fa0b8;
}
.speciality-slider .slick-dots li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 18px;
  height: 1px;
  background: transparent;
  border-radius: 2px;
}
.speciality-slider .slick-dots li.slick-active span {
  color: #1527d0;
}
.speciality-slider .slick-dots li.slick-active::after {
  background: #1444ea;
}

/* =======================
   CMS セクション（そのまま）
   ======================= */
.cms {
  background-color: #222a3a;
  color: #fff;
  padding: 105px 20px 102px;
  position: relative;
  margin: 0 20px 120px;
}
@media screen and (max-width: 767px) {
  .cms {
    padding: 59px 24px 80px;
    margin: 0 auto 80px;
  }
}
.cms::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
  right: 760px;
  margin: auto;
  transform: translateX(-50%);
  width: 100px;
  height: 66px;
  background: url(../images/website-lp/number04.png) no-repeat center/contain;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .cms::before {
    width: 64px;
    height: 42px;
    top: -20px;
    right: inherit;
    left: 25px;
    transform: initial;
  }
}
.cms h2 {
  background: #222a3a;
  -webkit-text-fill-color: #fff;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .cms h2 {
    line-height: 1.4;
    margin-bottom: 22px;
  }
}
@media (max-width: 374px) {
  .cms h2 {
    font-size: 22px;
  }
}
.cms p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .cms p {
    font-size: 15px;
    margin: 0 0 28px;
  }
}
@media (max-width: 767px) {
  .cms p:last-child {
    margin: 0;
  }
}
.cms ul {
  list-style: disc;
}
.cms .inner {
  max-width: 960px;
  margin: 0 auto;
}
.cms .box01 {
  display: flex;
  align-items: center;
  gap: 110px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .cms .box01 {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
  }
}
.cms .box01 .text {
  flex: 1;
}
.cms .box01 .img {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .cms .box01 .img {
    max-width: 250px;
    margin-top: 9px;
  }
}
.cms .box01 .img img {
  height: 70px;
}
@media screen and (max-width: 767px) {
  .cms .box01 .img img {
    height: auto;
  }
}
.cms .box02 {
  display: flex;
  background: #101a2e;
  border: 1px solid #525d72;
  padding: 36px 48px;
  gap: 99px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .cms .box02 {
    flex-direction: column;
    gap: 22px;
    padding: 30px 24px;
  }
}
.cms .box02 li {
  margin-bottom: 7px;
}
@media screen and (max-width: 991px) {
  .cms .box02 li {
    font-size: 15px;
    margin-left: 1.6em;
    margin-bottom: 11px;
  }
}
.cms .box02 li::marker {
  font-size: 10px;
}
.cms .box02 li:last-child {
  margin-bottom: 0;
}
.cms .box02 h3 {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .cms .box02 h3 {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
  }
}

.feature {
  padding: 0 20px 92px;
  margin: 0 20px 80px;
  background-color: #f0f2f7;
  border-radius: 24px;
  position: relative;
  box-sizing: content-box;
}
@media screen and (max-width: 991px) {
  .feature {
    margin: 0 0 13px;
    border-radius: 0;
    padding: 0 24px 79px;
  }
}
.feature .inner {
  padding: 94px 20px 0;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .feature .inner {
    padding: 58px 0 0;
  }
}
.feature .inner .block::before {
  display: none;
}
.feature .inner .block img {
  width: 325px;
  position: relative;
  bottom: 37px;
  left: -3px;
}
@media screen and (max-width: 991px) {
  .feature .inner .block img {
    width: 100%;
    max-width: 200px;
    bottom: 56px;
    left: 0;
  }
}
.feature .inner .block ul li {
  font-size: 14px;
}
@media (max-width: 767px) {
  .feature .inner .block ul li {
    font-size: 13px;
  }
}
.feature .inner .block:first-child {
  flex: 1 1 600px;
}
@media screen and (max-width: 991px) {
  .feature .inner .block:first-child {
    flex: 1 1 auto;
  }
}
.feature .inner .block:last-child {
  flex: 0 0 auto;
  position: relative;
  margin-right: clamp(-90px, -6vw, -160px);
  margin-bottom: clamp(-60px, -4vw, -120px);
}
@media screen and (max-width: 991px) {
  .feature .inner .block:last-child {
    margin: 0;
    align-self: center;
  }
}
.feature :before {
  content: "";
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 74px;
  background: url(../images/website-lp/number05.png) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .feature :before {
    width: 67px;
    height: 49px;
    top: -23px;
    right: inherit;
    left: 26px;
  }
}
.feature h2 {
  margin-bottom: 44px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .feature h2 {
    text-align: left;
    margin-bottom: 25px;
    line-height: 1.4;
  }
}
.feature h3 {
  color: #1527d0;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #1527d0;
  padding: 8px 0;
  width: 163px;
  margin-bottom: 22px;
  text-align: center;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .feature h3 {
    margin-left: 0;
    margin: -41px auto 18px;
    padding: 6px 0;
    font-size: 15px;
    letter-spacing: 0.45px;
  }
}
.feature .inner-box {
  display: flex;
  max-width: 765px;
  margin: 0 auto 32px;
  padding: 64px 48px 50px 68px;
  background-color: #fff;
  text-align: left;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .feature .inner-box {
    flex-direction: column-reverse;
    padding: 40px 24px 32px;
    max-width: 100%;
    margin: 0px auto 32px;
    line-height: 1.7;
    align-items: center;
    gap: 0;
  }
}
.feature ul {
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .feature ul {
    padding-left: 20px;
  }
}
.feature ul li {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .feature ul li {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
}
.feature ul li:last-child {
  margin-bottom: 0;
}
.feature p {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .feature p {
    margin-bottom: 54px;
    text-align: left;
  }
}
.feature .feature-text {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .feature .feature-text {
    text-align: left;
  }
}

.proposal {
  margin-bottom: 166px;
}
@media (max-width: 767px) {
  .proposal {
    margin-bottom: 80px;
  }
}
.proposal .inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1120px) {
  .proposal .inner {
    margin: 0 20px;
  }
}
.proposal .inner:before {
  display: block;
  content: "";
  width: 108px;
  height: 74px;
  margin: 0 0 60px 68px;
  background: url(../images/website-lp/number06.png) no-repeat center/contain;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .proposal .inner:before {
    width: 70px;
    height: 48px;
    margin: 0px 0 38px;
  }
}
@media screen and (max-width: 991px) {
  .proposal .inner {
    padding: 40px 4px 0;
  }
}
.proposal .inner h2 {
  position: relative;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .proposal .inner h2 {
    line-height: 1.4;
    margin-bottom: 24px;
  }
}
.proposal .inner .midasi {
  max-width: 960px;
  margin: 0 auto;
}
.proposal .inner .midasi p {
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .proposal .inner .midasi p {
    margin-bottom: 35px;
  }
}
.proposal .inner .inner-box {
  display: flex;
  gap: 64px;
  margin-bottom: 72px;
}
@media screen and (max-width: 991px) {
  .proposal .inner .inner-box {
    flex-direction: column;
    gap: 11px;
    margin: 0 0 32px;
  }
}
.proposal .inner .inner-box:nth-of-type(even) {
  position: relative;
  left: 60px;
}
@media (max-width: 1120px) {
  .proposal .inner .inner-box:nth-of-type(even) {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .proposal .inner .inner-box:nth-of-type(even) {
    left: 0;
  }
}
.proposal .inner .inner-box:nth-of-type(odd) {
  flex-flow: row-reverse;
  position: relative;
  right: 60px;
  margin-bottom: 80px;
}
@media (max-width: 1120px) {
  .proposal .inner .inner-box:nth-of-type(odd) {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .proposal .inner .inner-box:nth-of-type(odd) {
    right: 0;
    flex-direction: column;
    margin-bottom: 33px;
  }
}
.proposal .inner .inner-box:nth-of-type(odd) .block:last-child {
  top: -36px;
}
@media (max-width: 767px) {
  .proposal .inner .inner-box:nth-of-type(odd) .block:last-child {
    top: 0;
  }
}
.proposal .inner .inner-box:last-child .block:last-child {
  top: -52px;
}
@media (max-width: 991px) {
  .proposal .inner .inner-box:last-child .block:last-child {
    top: 0;
  }
}
.proposal .inner .inner-box .block:first-child {
  width: calc(100% - 548px);
}
@media (max-width: 991px) {
  .proposal .inner .inner-box .block:first-child {
    width: 100%;
    margin: 0 0 4px;
  }
}
.proposal .inner .inner-box .block:last-child {
  width: 484px;
  position: relative;
  top: -28px;
}
@media (max-width: 991px) {
  .proposal .inner .inner-box .block:last-child {
    width: 100%;
    top: 0;
  }
}
.proposal .inner .inner-box .block span {
  font-size: 28px;
  color: #333;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 991px) {
  .proposal .inner .inner-box .block span {
    font-size: 20px;
    margin-bottom: 6px;
    display: block;
    letter-spacing: 0.6px;
  }
}
.proposal .inner .inner-box .block h3 {
  font-size: 28px;
  color: #1527d0;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 3px;
  line-height: 1.5;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 991px) {
  .proposal .inner .inner-box .block h3 {
    font-size: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 17px;
  }
}
.proposal .inner .inner-box .block img {
  filter: drop-shadow(0 89px 25px rgba(112, 112, 112, 0)) drop-shadow(0 57px 23px rgba(112, 112, 112, 0.01)) drop-shadow(0 32px 19px rgba(112, 112, 112, 0.05)) drop-shadow(0 14px 14px rgba(112, 112, 112, 0.09)) drop-shadow(0 4px 8px rgba(112, 112, 112, 0.1));
}

/* =========================
   Flow section (07)
   ========================= */
.flow {
  position: relative;
  padding: 102px 20px 66px;
  margin: 0 20px;
  text-align: center;
  color: #fff;
  background: #222a3a;
  /* ---- slider (white cards) ---- */
  /* ---- navigation (arrows + dots) ---- */
  /* ---- dots container ---- */
}
@media screen and (max-width: 991px) {
  .flow {
    padding: 59px 24px 77px;
    text-align: left;
    margin: 0 auto;
  }
}
.flow::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 17px;
  right: 0;
  margin: auto;
  width: 108px;
  height: 74px;
  background: url(../images/website-lp/number07.png) no-repeat center/contain;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .flow::before {
    width: 69px;
    height: 47px;
    top: -20px;
    right: inherit;
    left: 26px;
  }
}
.flow .inner {
  margin: 0 auto;
}
.flow .inner > p {
  margin: 0 0 20px;
}
.flow h2 {
  margin-bottom: 45px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
@media screen and (max-width: 991px) {
  .flow h2 {
    margin-bottom: 25px;
    line-height: 1.4;
  }
}
.flow .speciality-slider {
  background: transparent;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .flow .speciality-slider {
    margin-left: 0px;
    margin-right: calc((100vw - 100%) / 2 * -1);
    padding: 14px 0 0;
    margin-bottom: 29px !important;
  }
}
.flow .speciality-slider .slick-slide {
  padding: 0 12px !important;
}
@media (max-width: 991px) {
  .flow .speciality-slider .slick-slide {
    padding: 0 8px !important;
  }
}
.flow .speciality-slider .slick-list {
  margin: 0 -39px;
}
@media (max-width: 991px) {
  .flow .speciality-slider .slick-list {
    margin: 0;
    height: auto !important;
    padding: 0 6.5% 0 0;
  }
}
.flow .speciality-slider .slick-slide {
  padding: 0 39px;
}
.flow .speciality-slider .slide-inner {
  box-sizing: border-box;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  padding: 24px 24px 13px;
  color: #333;
  background: #fff;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}
@media (max-width: 1088px) {
  .flow .speciality-slider .slide-inner {
    grid-template-columns: 1fr;
    padding: 28px 20px 27px;
  }
}
@media (max-width: 991px) {
  .flow .speciality-slider .slide-inner {
    width: auto;
    min-height: auto !important;
  }
}
.flow .speciality-slider .text {
  text-align: left;
  padding: 20px 25px 18px;
}
@media (max-width: 991px) {
  .flow .speciality-slider .text {
    padding: 0;
  }
}
.flow .speciality-slider .text h3 {
  margin: 0 0 14px;
  font-size: 25px;
  line-height: 1.7;
  color: #1527d0;
}
@media (max-width: 991px) {
  .flow .speciality-slider .text h3 {
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 20px;
  }
}
.flow .speciality-slider .text span {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .flow .speciality-slider .text span {
    font-size: 13px;
  }
}
.flow .speciality-slider .text span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  background: #000;
}
.flow .speciality-slider .text p {
  margin: 0 0 1.1em;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 991px) {
  .flow .speciality-slider .text p {
    font-size: 14px;
    line-height: 1.7;
  }
}
.flow .speciality-slider .img {
  height: auto;
  box-shadow: 0 85px 24px 0 rgba(0, 0, 0, 0), 0 54px 22px 0 rgba(0, 0, 0, 0), 0 30px 18px 0 rgba(0, 0, 0, 0.01), 0 14px 14px 0 rgba(0, 0, 0, 0.01), 0 3px 7px 0 rgba(0, 0, 0, 0.02);
}
@media (max-width: 767px) {
  .flow .speciality-slider .img {
    margin-top: 14px;
  }
}
.flow .speciality-slider .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .flow .speciality-slider .img img {
    aspect-ratio: 274/147;
  }
}
.flow .flow-nav {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow .flow-prev,
.flow .flow-next {
  position: relative;
  width: 44px;
  height: 44px;
  background: transparent;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}
@media (max-width: 767px) {
  .flow .flow-prev,
  .flow .flow-next {
    width: 12px;
    height: 12px;
    padding: 8px;
  }
}
.flow .flow-prev::before,
.flow .flow-next::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.flow .flow-prev::before {
  transform: rotate(135deg);
  left: 2px;
}
.flow .flow-next::before {
  transform: rotate(-45deg);
  right: 2px;
}
.flow .flow-dots {
  min-width: 120px;
}
.flow .flow-dots .slick-dots {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .flow .flow-dots .slick-dots {
    gap: 2px;
  }
}
.flow .flow-dots .slick-dots li button:before {
  content: "" !important;
  display: none !important;
}
.flow .flow-dots .slick-dots li {
  margin: 0;
  padding: 0;
}
.flow .flow-dots .slick-dots li button {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.flow .flow-dots .slick-dots li button .dot {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  transition: transform 0.15s ease, background-color 0.15s ease;
}
.flow .flow-dots .slick-dots li.slick-active button .dot {
  background: #AEB1B7;
  transform: scale(1.2);
}
.flow .flow-dots .slick-dots li button:not(:has(.dot))::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1);
  transition: transform 0.15s ease, background-color 0.15s ease;
}
@media screen and (max-width: 767px) {
  .flow .flow-dots .slick-dots li button:not(:has(.dot))::after {
    width: 6px;
    height: 6px;
  }
}
.flow .flow-dots .slick-dots li.slick-active button:not(:has(.dot))::after {
  background: #fff;
  transform: scale(1);
}
.flow .flow-prev::before, .flow .flow-next::before {
  width: 15px;
  height: 15px;
}
.flow .flow-prev::before {
  left: -26px;
}
@media (max-width: 767px) {
  .flow .flow-prev::before {
    left: -34px;
  }
}
.flow .flow-next::before {
  right: -26px;
}
@media (max-width: 767px) {
  .flow .flow-next::before {
    right: -34px;
  }
}

.member {
  text-align: center;
  position: relative;
  padding-top: 90px;
  margin-bottom: 217px;
}
@media screen and (max-width: 767px) {
  .member {
    margin-bottom: 152px;
    padding-top: 60px;
  }
}
.member:before {
  content: "";
  width: 100px;
  height: 72px;
  display: block;
  margin: 0 auto 60px;
  background: url(../images/website-lp/number08.png) no-repeat center/contain;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .member:before {
    width: 64px;
    height: 43px;
    margin: 0 0 33px 26px;
  }
}
.member h2 {
  margin-bottom: 44px;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .member h2 {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .member > p {
    text-align: left;
    margin: 0 24px;
  }
}
.member .card {
  display: flex;
  gap: 1px;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .member .card {
    flex-direction: column;
    margin-top: 34px;
  }
}
.member .card .list {
  background-size: cover !important;
  background-position: top center !important;
  padding: 17.3vw 40px 1.55vw;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .member .card .list {
    display: flex;
    flex-direction: column;
    padding: 12px 24px;
    height: 630px;
    justify-content: flex-end;
    flex: inherit;
  }
}
.member .card .list:nth-of-type(1) {
  background: url(../images/website-lp/member/fusamune.jpg) no-repeat;
}
.member .card .list:nth-of-type(2) {
  background: url(../images/website-lp/member/noguchi.jpg) no-repeat;
}
.member .card .list:nth-of-type(3) {
  background: url(../images/website-lp/member/leo.jpg) no-repeat;
}
@media screen and (max-width: 767px) {
  .member .card .list:nth-of-type(3) {
    height: 648px;
  }
}
.member .card .list p {
  color: #fff;
  text-align: left;
}
.member .card .list p:nth-of-type(1) {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .member .card .list p:nth-of-type(1) {
    margin-bottom: 18px;
  }
}
.member .card .list p:nth-of-type(1) span {
  margin-left: 12px;
  font-size: 13px;
  font-weight: 400;
  vertical-align: baseline;
}
@media screen and (max-width: 991px) {
  .member .card .list p:nth-of-type(1) span {
    display: block;
    margin-left: 0;
  }
}
.member .card .list p:nth-of-type(2) {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .member .card .list p:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.7;
  }
}

.faq {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .faq {
    margin-bottom: 78px;
  }
}
.faq::before {
  display: block;
  content: "";
  position: absolute;
  top: -128px;
  left: 0;
  right: 760px;
  margin: auto;
  transform: translateX(-50%);
  width: 100px;
  height: 80px;
  background: url(../images/website-lp/number09.png) no-repeat center/contain;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .faq::before {
    width: 66px;
    height: 47px;
    top: -91px;
    right: inherit;
    left: 26px;
    transform: initial;
  }
}
.faq .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: content-box;
}
.faq .inner .faq-flex {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 991px) {
  .faq .inner .faq-flex {
    flex-direction: column;
    gap: 0;
  }
}
.faq .inner .faq-flex .block {
  flex: 1;
  /* ============ アコーディオン ============ */
  /* 各アイテム */
  /* 質問ボタン */
  /* Q. ラベル（左の青） */
  /* 質問テキスト */
  /* 右端の + / – アイコン */
  /* 開いている時は “−” に（縦棒を消す） */
  /* ----- なめらか開閉（heightトランジション） ----- */
  /* 初期は hidden。アニメ準備のため display:none にしない */
  /* 中身はここでレイアウト（flex）& 余白 */
  /* ============ /アコーディオン ============ */
}
.faq .inner .faq-flex .block .aco {
  width: 100%;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .faq .inner .faq-flex .block .aco {
    margin-top: 9px;
  }
}
.faq .inner .faq-flex .block .aco .qa {
  border-bottom: 1px solid #ddd;
}
.faq .inner .faq-flex .block .aco .qa-q {
  width: 656px;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 30px 0;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .faq .inner .faq-flex .block .aco .qa-q {
    align-items: flex-start;
    padding: 28.5px 0;
    width: 100%;
  }
}
.faq .inner .faq-flex .block .aco .qa-q .qa-q-label {
  color: #1527d0;
  font-size: 22px;
  flex: 0 0 auto;
  font-weight: 700;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .faq .inner .faq-flex .block .aco .qa-q .qa-q-label {
    font-size: 20px;
    line-height: 1;
    top: 1px;
  }
}
.faq .inner .faq-flex .block .aco .qa-q .qa-q-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #0e1221;
}
@media screen and (max-width: 991px) {
  .faq .inner .faq-flex .block .aco .qa-q .qa-q-text {
    font-size: 16px;
  }
}
.faq .inner .faq-flex .block .aco .qa-q .qa-icon {
  margin-left: auto;
  width: 16px;
  height: 16px;
  position: relative;
  flex: 0 0 16px;
  top: 2px;
}
@media (max-width: 767px) {
  .faq .inner .faq-flex .block .aco .qa-q .qa-icon {
    top: 5px;
  }
}
.faq .inner .faq-flex .block .aco .qa-q .qa-icon::before,
.faq .inner .faq-flex .block .aco .qa-q .qa-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #1527d0;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.faq .inner .faq-flex .block .aco .qa-q .qa-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  /* 縦棒で “＋” */
}
.faq .inner .faq-flex .block .aco .qa-q[aria-expanded=true] .qa-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq .inner .faq-flex .block .aco .qa-a {
  overflow: hidden;
  height: 0;
  /* 閉じた状態 */
  transition: height 0.28s ease;
  /* 開閉アニメ */
}
.faq .inner .faq-flex .block .aco .qa-a[hidden] {
  display: block !important;
  height: 0;
}
.faq .inner .faq-flex .block .aco .qa-a-inner {
  display: flex;
  gap: 0;
  padding: 0 0 clamp(18px, 3.2vw, 28px) 0;
}
@media screen and (max-width: 767px) {
  .faq .inner .faq-flex .block .aco .qa-a-inner {
    padding: 0 0 10px;
  }
}
.faq .inner .faq-flex .block .aco .qa-a .qa-a-label {
  font-size: 22px;
  font-weight: 700;
  margin-right: clamp(14px, 1.6vw, 18px);
  flex: 0 0 auto;
  line-height: 1.4;
  position: relative;
  top: -4px;
}
.faq .inner .faq-flex .block .aco .qa-a .qa-a-body {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  color: #333;
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 2;
}
.faq .inner .faq-flex .block .aco .qa-a .qa-a-body p {
  margin-bottom: 0;
  font-size: 15px;
  padding-right: 50px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .faq .inner .faq-flex .block .aco .qa-a .qa-a-body p {
    font-size: 14px;
  }
}

.form {
  background: url(../images/website-lp/form/form_bg.png) no-repeat;
  background-position: left 250px;
  background-color: #011827;
  background-size: cover;
  padding: 80px 0;
  margin: 0 20px;
  border-radius: 16px 16px 0 0;
  color: #fff;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .form {
    margin: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .form {
    padding: 78px 0 80px;
  }
}
.form .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: content-box;
}
.form h2 {
  padding: 1px 80px 5px;
  color: #fff;
  border-radius: 80px;
  border: 1px solid #2781ea;
  display: inline-block;
  color: #fff;
  background: none;
  -webkit-text-fill-color: initial;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .form h2 {
    font-size: 18px;
    width: 258px;
    height: 49px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
  }
}
.form h3 {
  font-size: 39px;
  margin-bottom: 34px;
}
@media screen and (max-width: 991px) {
  .form h3 {
    font-size: 26px;
    margin-bottom: 41px;
    line-height: 1.5;
  }
}
.form .flex {
  display: flex;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 991px) {
  .form .flex {
    flex-direction: column;
    gap: 8px;
  }
}
.form .flex .block:first-child {
  width: 370px;
}
@media screen and (max-width: 991px) {
  .form .flex .block:first-child {
    width: 100%;
  }
}
.form .flex .block:first-child p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 26px;
}
.form .flex .block:last-child {
  width: calc(100% - 418px);
}
@media screen and (max-width: 991px) {
  .form .flex .block:last-child {
    width: 100%;
  }
}
.form .flex .block ul {
  margin: 30px 0 27px;
}
@media screen and (max-width: 767px) {
  .form .flex .block ul {
    margin: 18px 0 12px;
  }
}
.form .flex .block ul li {
  text-align: left;
  color: #fff600;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .form .flex .block ul li {
    margin-bottom: 6px;
    font-size: 16px;
  }
}
.form .flex .block:first-child p {
  text-align: left;
}

.name {
  display: flex;
}

.form-header {
  background-color: #134a9a;
  border-radius: 8px 8px 0 0;
  padding: 21px 16px 19px;
}
@media screen and (max-width: 991px) {
  .form-header {
    margin: 0 -16px;
    padding: 23px 16px 22px;
  }
}
.form-header h3 {
  font-size: 23px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .form-header h3 {
    margin-bottom: 3px;
  }
}
.form-header p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .form-header p {
    font-size: 12px;
  }
}

.form-body {
  background-color: #fff;
  color: #333;
  border-radius: 0 0 8px 8px;
  margin: 0 auto;
  padding: 0 32px 40px;
}
@media screen and (max-width: 991px) {
  .form-body {
    margin: 0 -16px;
    padding: 0 24px 47px;
  }
}
.form-body .wpcf7, .form-body .pardot-form-wrap {
  padding-top: 12px !important;
}
@media (max-width: 767px) {
  .form-body .wpcf7, .form-body .pardot-form-wrap {
    padding-top: 13px !important;
  }
}
.form-body .wpcf7 .form_title, .form-body .pardot-form-wrap .form_title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .form-body .wpcf7 .form_title, .form-body .pardot-form-wrap .form_title {
    margin-bottom: 7px;
    width: 100% !important;
  }
}
.form-body .wpcf7 .form_title span, .form-body .pardot-form-wrap .form_title span {
  padding: 2px 8px;
  border-radius: 2px;
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  .form-body .wpcf7 .form_title span, .form-body .pardot-form-wrap .form_title span {
    margin-left: 21px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .form-body .wpcf7 textarea, .form-body .pardot-form-wrap textarea {
    height: 160px;
    padding: 12px 18px;
  }
}
.form-body .wpcf7 .submit, .form-body .pardot-form-wrap .submit {
  position: relative;
  margin-bottom: 24px !important;
}
.form-body .wpcf7 .submit .wpcf7-spinner, .form-body .pardot-form-wrap .submit .wpcf7-spinner {
  position: absolute;
  content: "";
}
.form-body dl {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .form-body dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 22px;
  }
}
.form-body dl.type, .form-body dl.messege {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .form-body dl.email {
    margin-bottom: 26px;
  }
}
.form-body dl.type {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .form-body dl.type {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .form-body dl.type .form_title {
    margin-bottom: 15px;
  }
}
.form-body dt {
  display: flex;
  align-items: center;
  width: 176px !important;
  justify-content: space-between;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 767px) {
  .form-body dt {
    width: 100%;
    justify-content: flex-start;
    gap: 32px;
  }
}
.form-body dt p {
  white-space: nowrap;
  font-weight: 700;
  font-size: 15px;
}
.form-body dt .required {
  color: #fff;
  background-color: #134a9a;
  border-radius: 2px;
  font-size: 11px;
  padding: 2px 8px;
  font-weight: 400;
}
.form-body dt .optional {
  color: #134a9a;
  background-color: #fff;
  border: 1px solid #134a9a;
  border-radius: 2px;
  font-size: 11px;
  padding: 2px 8px;
  font-weight: 400;
}
.form-body dt input {
  width: 100%;
}
.form-body dd {
  width: 282px;
}
@media (max-width: 767px) {
  .form-body dd {
    width: 100%;
  }
}
.form-body dd p {
  text-align: left;
  font-size: 15px;
}
.form-body dd .inquiry-type-text p {
  font-size: 12px;
}
.form-body .wpcf7-radio > span {
  margin: 0 0 14px;
  display: block;
}
.form-body .wpcf7-radio > span input[type=radio] {
  width: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  height: auto;
  padding: 0;
  margin: 0;
}
.form-body .wpcf7-radio > span input[type=radio]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.form-body .wpcf7-radio > span .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .form-body .wpcf7-radio > span .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.form-body .wpcf7-radio > span .wpcf7-list-item-label::before, .form-body .wpcf7-radio > span .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  display: block;
}
.form-body .wpcf7-radio > span .wpcf7-list-item-label::before {
  left: 4px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 80px;
  background: #134A9A;
  opacity: 0;
  z-index: 1;
}
.form-body .wpcf7-radio > span .wpcf7-list-item-label::after {
  left: 0;
  top: 1px;
  margin: 0px 0 0;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 80px;
  background: #fff;
}
.form-body .wpcf7-radio > span + .horizontal-item {
  margin-left: 0;
}
.form-body .wpcf7-radio > span + .horizontal-item:last-child {
  margin: 0;
}
.form-body .type .note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .form-body .type .note {
    margin: 20px 0 0;
    font-size: 11px;
    line-height: 1.5;
  }
}

.wpcf7 form input[type=text],
.wpcf7 form input[type=email],
.wpcf7 form input[type=url],
.wpcf7 form textarea {
  width: 100%;
  border-radius: 8px;
  background: #f4f7f8;
  border: none !important;
  padding: 15px 18px;
  box-sizing: border-box;
  font-size: 15px;
}

.wpcf7 form textarea {
  height: 130px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7 .submit {
  margin-top: 0;
}

.wpcf7 form input[type=submit] {
  background: linear-gradient(92deg, #2781ea 2.22%, #2bd3e5 100%);
  border-radius: 8px;
  padding: 28px 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 390px;
  margin: auto;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .wpcf7 form input[type=submit] {
    max-width: 240px;
    padding: 18px 0;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .pardot-form-wrap, .wpcf7 {
    padding-top: 24px !important;
  }
}

.form_title {
  display: block;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .form_title {
    margin-bottom: 8px;
  }
}
.form_title span {
  float: right;
  font-size: 11px !important;
  padding: 2px 8px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .form_title span {
    float: none;
    padding: 4px 8px !important;
    line-height: 1 !important;
    border-radius: 2px !important;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .pardot-form-wrap {
    padding-top: 0 !important;
  }
}
.pardot-form-wrap .rules {
  font-size: 15px;
}

footer {
  color: #888;
  padding: 20px 20px;
}
@media (max-width: 767px) {
  footer {
    padding: 11px 20px;
  }
}
footer p {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767px) {
  footer p {
    font-size: 10px;
    margin: 0;
  }
}