@charset "UTF-8";
body {
  font-size: 16px;
  line-height: 1.4;
  color: #343434;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt" 1;
  text-align: left;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all ease-in-out 0.15s;
}
a:hover {
  color: inherit;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
/*----------
共通
------------*/
/*common inner */
.common_inner-1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.common_inner-1100 {
  max-width: 1100px;
  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;
  opacity: 1;
}
.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: 100ms ease all;
  border: 3px solid transparent;
  background: #00ce9d;
  text-shadow: 1px 1px 0 #0da4aa;
  border: 3px solid transparent;
}
.common_button-green:hover {
  background: #fff;
  color: #00ce9d;
  border: 3px solid #00ce9d;
  text-shadow: none;
  opacity: 1;
}
.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.common_button-green:hover::after {
  border-top: 2px solid #00ce9d;
  border-right: 2px solid #00ce9d;
}
/*font*/
.common_font-blue {
  color: #4d61de;
}
.common_fontsize-xl {
  font-size: 135%;
}
/*underline*/
.common_bg-orange-underline {
  background: linear-gradient(transparent 60%, #f7c979 60%);
}
/*bg*/
.common_bg-paleblue {
  background: #f5f6fa;
}
.common_bg-white {
  background: #fff;
}
.common_bg-dot {
  background: url(/lp/mail04/asset/image/image_bg-dot.svg) repeat;
}
/*heading*/
.common_heading-l {
  font-size: 220%;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 70px;
  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: #4d61de;
}
.common_heading-text {
  display: inline-block;
}
/*section space*/
.common_section-space {
  padding: 80px 0;
}
/*lead*/
.common_lead {
  font-size: 120%;
  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__link {
  display: block;
  max-width: 400px;
  width: 100%;
  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_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;
}
/*header*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 68px;
  z-index: 52;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header-navi {
  max-width: 1250px;
  width: 95%;
  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 {
  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 20px;
  line-height: 1;
  transition: 0.2s;
  box-sizing: border-box;
  color: #4d61de;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.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 #4d61de;
}
.header-navi-cta__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 0;
}
.header-navi-cta__link {
  display: block;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  border-radius: 50px;
  padding: 10px 14px 10px 12px;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  transition: 0.2s;
  width: 200px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}
.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;
  height: 550px;
  margin-top: 68px;
}
.kv:before {
  content: "";
  position: absolute;
  top: 0;
  right: -167px;
  display: block;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-131deg);
  transform: skewX(155deg);
  z-index: -1;
  background: #3d53be;
  background: -webkit-linear-gradient(bottom left, #172a88 0%, #4d61de 100%);
  background: linear-gradient(to top right, #172a88 0%, #4d61de 100%);
}
.kv__inner {
  max-width: 1250px;
  width: 94%;
  margin: 90px auto 0;
  position: relative;
}
.kv__flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kv__left {
  width: 50%;
  line-height: 1;
}
.kv__heading-xl {
  color: #4d61de;
  margin-bottom: 15px;
  font-size: 360%;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.kv__heading-xl-small {
  display: inline-block;
  font-size: 80%;
  letter-spacing: 0;
  line-height: 1.2;
  color: #343434;
}
.kv__lead {
  font-size: 180%;
  line-height: 1.3;
  text-align: center;
  display: table;
  margin: 0 auto 25px;
  padding: 0 30px 6px;
  border-bottom: 2px solid #4d61de;
  position: relative;
  color: #777777;
  letter-spacing: 0.15em;
}
.kv__lead::before,
.kv__lead::after {
  content: "";
  position: absolute;
  display: block;
}
.kv__lead::before {
  border: 12px solid transparent;
  left: 45%;
  bottom: -28px;
  border-top: 16px solid #3f6eb3;
  border-right: 13px solid transparent;
  border-left: 24px solid transparent;
}
.kv__lead::after {
  width: 0;
  height: 0;
  left: 45.4%;
  bottom: -14px;
  border-top: 16px solid #fff;
  border-right: 29px solid transparent;
  border-left: 24px solid transparent;
}
.kv__lead-l {
  font-size: 140%;
}
.kv__sub-text {
  margin-bottom: 30px;
  font-size: 220%;
  text-align: center;
  letter-spacing: 0.2em;
}
.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%;
}
.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: 22px 20px;
  font-size: 135%;
  border-radius: 50px;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.kv__button-free {
  font-size: 80%;
  border: 1px solid;
  padding: 3px 5px;
  display: inline-block;
  margin-left: 5px;
}
.kv__bg-caption {
  padding-top: 10px;
  box-sizing: border-box;
  font-size: 50%;
  line-height: 1.3;
  color: #8499fd;
  letter-spacing: 0;
}
/*emblem*/
.emblem__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 0;
}
.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;
  }
}
@media screen and (max-width: 1252px) {
  .kv__heading-xl {
    font-size: 300%;
  }
  .kv__sub-text {
    font-size: 180%;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 1280px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
    /*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;
    }
    .common_heading-l {
      font-size: 150%;
      margin-bottom: 60px;
    }
    .common_cta-area {
      padding: 35px 0;
    }
    .common_info-box__heading-m {
      font-size: 130%;
    }
    .common_lead {
      font-size: 105%;
      line-height: 1.6;
      margin-bottom: 30px;
      text-align: left;
    }
    .common_cta__comment {
      font-size: 110%;
      transform: translateY(4px);
      padding: 4px 12px;
    }
    .common_cta__link {
      font-size: 150%;
      padding: 10px;
      max-width: 350px;
    }
    .common-add_icon-arrow-right::after {
      width: 8px;
      height: 8px;
      top: 0;
      right: 16px;
    }
    /*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: 140px;
      position: relative;
      z-index: 1;
    }
    .header-navi-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: inherit;
      position: relative;
      padding: 10px;
    }
    .header-navi-menu {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      display: block;
      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 #4d61de;
    }
    .header-navi-menu__link {
      color: #4d61de;
      font-weight: bold;
      padding: 20px;
    }
    .header-navi-menu__link:hover::before {
      display: none;
    }

    .header-navi-cta {
      width: 100%;
    }
    .header-navi-cta__list {
      padding: 12px 0;
    }
    .header-navi-cta__list {
      display: none;
    }
    .js_header-navi-cta__link {
      padding: 8px 3px;
      font-size: 85%;
      letter-spacing: -0.02em;
      max-width: 102px;
    }
    .header-navi-cta__item:first-of-type {
      margin-right: 5px;
    }
    /* ハンバーガーメニュー */
    .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;
      margin-right: 10px;
    }
    .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;
    }
    .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);
    }
    /* --------- kv --------- */
    .kv {
      max-height: inherit;
      margin-top: 0;
      height: 610px;
    }
    .kv__inner {
      margin-top: 60px;
    }
    .kv-pc {
      width: 100%;
      top: 3px;
    }
    .kv:before {
      height: 100%;
    }
    .kv__inner {
      flex-wrap: wrap;
      height: inherit;
      align-items: inherit;
    }
    .kv__flex-box {
      flex-wrap: wrap;
      padding-top: 0;
    }
    .kv__left {
      width: 100%;
      margin: 0 auto;
      text-align: center;
    }
    .kv__lead {
      font-size: 130%;
      margin-bottom: 10px;
    }
    .kv__lead::before {
      left: 44%;
      bottom: -22px;
      border-top: 10px solid #3f6eb3;
      border-right: 3px solid transparent;
      border-left: 19px solid transparent;
    }
    .kv__lead::after {
      border-top: 14px solid #fff;
      border-right: 3px solid transparent;
      border-left: 26px solid transparent;
    }
    .kv__heading-xl {
      font-size: 200%;
      text-align: center;
      margin-bottom: 5px;
    }
    .kv__sub-text {
      font-size: 130%;
      letter-spacing: 0.05em;
    }
    .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: 350px;
    }
    .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: 12px;
      font-size: 110%;
      max-width: 300px;
    }
    .kv__cta {
      margin-top: 15px;
    }
    /*emblem*/
    .emblem__list {
      flex-wrap: wrap;
    }
    .emblem__item {
      width: 100%;
    }
    .emblem__figure {
      text-align: center;
      margin-bottom: 5px;
    }
    .emblem__image {
      max-width: 260px;
      width: 100%;
      height: auto;
      margin: 0 auto;
    }
}
@media screen and (min-width: 1279px) {
  .header-navi-menu__list {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: flex-end;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .header__hamburger {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}