@charset "UTF-8";
/* Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* ROOT
--------------------------------------------------------- */
:root {
  --BK: #231815;
  --BL: #0458A4;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  position: relative;
  background-color: #fff;
  color: var(--BK);
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

/* .font-en {
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
} */

/* PC・SP出し分け */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
img {
  vertical-align: top;
  max-width: 100%;
}

a{
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 769px) {
	a {
	  -webkit-transition: all ease 0.3s;
	  transition: all ease 0.3s;
	}
	a:hover {
	  opacity: 0.7;
	}
}






/* ---------------------------------------------------------
 　■ Header
--------------------------------------------------------- */
.layout-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.header {
  height: 82px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.header__inner {
  padding-left: 30px;
  padding-right: 42px;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo-wrap{
  display: flex;
  align-items: center;
  column-gap: 31px;
}

.header__logo {
  max-width: 244px;
  width: 100%;
  height: inherit;
}

.header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__text p{
  font-size: 13px;
  line-height: calc(20.5/13);
  font-weight: 700;
  color: #595757;
}

.header__btn-wrap{
  display: flex;
  align-items: center;
  column-gap: 17px;
  max-width: 602px;
  width: 100%;
}

.header__btn--download{
  max-width: 250px;
  width: 100%;
}

.header__btn--trial{
  max-width: 335px;
  width: 100%;
}

.header__btn a{
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  border-radius: 122px;
  text-align: center;
}

.header__btn--download a{
  background-color: #fff;
  border: 2px solid #0458A4;
  color: #0458A4;
  padding: 12.5px 18px 12.5px 0;
  position: relative;
}

.header__btn--download a::after{
  content: "";
  background-image: url(../images/icon-download.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.header__btn--trial a{
  background: linear-gradient(to right, #0458A4, #0D85B8);
  color: #fff;
  padding: 14.5px 0;
}

.sp-fixedCta {
  display: none;
}



@media screen and (max-width: 768px) {
  .header {
    height: 80px;
  }

  .header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header__logo-wrap{
    column-gap: 15px;
  }

  .header__logo {
    max-width: 180px;
  }

  .header__text{
    display: none;
  }

  .header__text p{
    font-size: 12px;
  }

  .header__btn-wrap{
    max-width: initial;
    justify-content: flex-end;
  }

  .header__btn a{
    font-size: 12px;
  }

  .header__btn--download{
    display: none;
  }

  .header__btn--trial{
    max-width: 200px;
  }
}


/* ---------------------------------------------------------
　■ メインビュー
--------------------------------------------------------- */
.fv {
  background-image: url(../images/fv-bg.png);
  background-repeat: no-repeat;
  /* background-size: 100%; */
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  position: relative;
}

.fv__inner {
  max-width: 1215px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 82px 20px 0;
  box-sizing: border-box;
}

.fv__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 32px;
  min-height: 675px;
}

.fv__textBox {
  position: relative;
  z-index: 2;
}

.fv__service {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: calc(37/20);
}

.fv__serviceText {
  color: #0856A2;
}

.fv__serviceCross {
  color: #0856A2;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.fv__serviceAi {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.fv__serviceIcon {
  display: inline-flex;
  width: 32px;
  flex: 0 0 auto;
}

.fv__serviceIcon img {
  display: block;
  width: 100%;
  height: auto;
}

.fv__serviceAiText {
  background: linear-gradient(90deg, #306EC3 0%, #D83B7C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fv__title {
  margin-top: 10px;
  color: #0856A2;
  font-size: 48px;
  font-weight: 700;
  line-height: calc(49/38);
}

.fv__lead {
  margin-top: 10px;
  color: #0856A2;
  font-size: 22px;
  font-weight: 700;
  line-height: calc(21/17);
}

.fv__image {
  /* margin-left: -107px; */
  margin-top: 40px;
}

.fv__image img {
  display: block;
  width: 100%;
  max-width: 615px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .fv {
    background-size: cover;
  }

  .fv__inner {
    padding: 120px 20px 40px;
  }

  .fv__content {
    flex-direction: column;
    min-height: initial;
    margin-left: 0;
  }

  .fv__textBox {
    position: relative;
    z-index: 2;
  }

  .fv__service {
    gap: 8px;
    font-size: 18px;
  }

  .fv__serviceCross {
    font-size: 18px;
  }

  .fv__serviceIcon {
    width: 28px;
  }

  .fv__title {
    margin-top: 10px;
    font-size: 34px;
  }

  .fv__lead {
    margin-top: 10px;
    font-size: 16px;
  }

  .fv__image {
    margin-left: 0;
    margin-bottom: 40px;
  }

  .fv__form {
    display: none;
  }

  .fv__btn-wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .fv__btn a{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    border-radius: 122px;
    text-align: center;
  }

  .fv__btn.download a{
    background-color: #fff;
    border: 2px solid #0458A4;
    color: #0458A4;
    padding: 12.5px 18px 12.5px 0;
    position: relative;
  }

  .fv__btn.download a::after{
    content: "";
    background-image: url(../images/icon-download.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
  }

  .fv__btn.trial a{
    background: linear-gradient(to right, #0458A4, #0D85B8);
    color: #fff;
    padding: 14.5px 0;
  }

}




/* ---------------------------------------------------------
　■ youtube
--------------------------------------------------------- */
.youtube {
  padding: 120px 0 40px;
}

.youtube__inner {
  padding: 0 20px;
  text-align: center;
}

.youtube__wrapper{
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.youtube__wrapper iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 560/315;
}

@media screen and (max-width: 768px) {
  .youtube {
    padding: 80px 0 20px;
  }

  .youtube__wrapper{
    max-width: 500px;
  }
}




/* ---------------------------------------------------------
　■ users
--------------------------------------------------------- */
.users {
  padding: 50px 0 40px;
}

.users__inner {
  padding: 0 20px;
  text-align: center;
}

.users__title {
  color: var(--BL);
  font-size: 25px;
  font-weight: 700;
  line-height: calc(57/25);
}

.users__title span {
  display: inline-block;
  font-size: 46px;
  line-height: calc(57/46);
}

.users__text {
  margin-top: 27px;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(26/14);
}

.users__logoBox {
  margin-top: 12px;
  max-width: 1164px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.users__logoBox img {
  display: block;
  width: 100%;
  height: auto;
}


@media screen and (max-width: 768px) {
  .users {
    padding: 50px 0 40px;
  }

  .users__inner {
    padding: 0 20px;
    text-align: center;
  }

  .users__title {
    font-size: 18px;
  }

  .users__title span {
    font-size: 34px;
  }

  .users__text {
    margin-top: 20px;
  }

  .users__logoBox {
    margin-top: 20px;
  }
}


/* ---------------------------------------------------------
　■ analysis
--------------------------------------------------------- */
.analysis {
  position: relative;
  padding: 64px 0 0;
  background-image: url("../images/analysis-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: top;
  overflow: hidden;
}

.analysis__inner {
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

.analysis__head {
  position: relative;
  z-index: 2;
}

.analysis__label {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  color: var(--BL);
  font-size: 34px;
  line-height: calc(59/46);
  font-weight: 700;
}

.analysis__labelIcon {
  display: inline-flex;
  width: 60px;
}

.analysis__labelIcon img {
  display: block;
  width: 100%;
  height: auto;
}

.analysis__labelText{
  background: linear-gradient(90deg, #306EC3 0%, #D83B7C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 8px;
  margin-right: 3px;
}

.analysis__tabs {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.analysis__tab {
  min-width: 200px;
  padding: 8px 0;
  color: #014886;
  font-size: 22px;
  font-weight: 700;
  background: #A7A6A8;
  border: 3px solid #014886;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

.analysis__tab.is-active {
  color: #014886;
  background: #fff;
  border-color: transparent;
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(90deg, #69AEFF 0%, #3F6ABD 40%, #CF3E80 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.analysis__tab:hover{
  opacity: 0.7;
}

.analysis__swiper {
  margin-top: 46px;
  overflow: visible;
}

.analysis__slide {
  text-align: center;
  margin-bottom: -1px;
  opacity: 0.7;
}

.analysis__slide.swiper-slide-active{
  opacity: 1;
}

.analysis__text {
  margin-bottom: 25px;
  color: var(--BL);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

/* .analysis__image {
  width: 90%;
}

.analysis__image img {
  display: block;
  width: 100%;
  height: auto;
} */

.analysis__image {
  position: relative;
  width: 90%;
  /* max-width: 1040px; */
  margin: 0 auto;
}

.analysis__image > img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: -8%;
}

.analysis__movie {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 81%;
  height: 73%;
  overflow: hidden;
  background: #000;
  z-index: -1;
}

/* .analysis__movie iframe {
  width: 100%;
  height: 100%;
  display: block;
} */

.analysis__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .analysis{
    background-size: cover;
    padding: 45px 0 0;
  }

  .analysis__label {
    display: inline-block;
    font-size: 34px;
  }

  .analysis__labelIcon {
    width: 44px;
  }

  .analysis__labelText{
    margin-left: 4px;
    margin-right: 2px;
  }

  .analysis__tabs {
    margin-top: 30px;
    gap: 7px;
  }

  .analysis__tab {
    min-width: 110px;
    padding: 5px 0;
    font-size: 20px;
    border: 2px solid #014886;
  }

  .analysis__swiper {
    margin-top: 25px;
  }

  .analysis__text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .analysis__image {
    width: 100%;
  }
}



/* ---------------------------------------------------------
　■ cta
--------------------------------------------------------- */
.cta {
  padding: 86px 0 98px;
  background: linear-gradient(90deg, #0458A4 0%, #0D85B8 100%);
}

.cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.cta__content {
  color: #fff;
  max-width: 455px;
  width: 100%;
}

.cta__title {
  font-size: 40px;
  font-weight: 700;
  line-height: calc(57/40);
  letter-spacing: 0;
}

.cta__btn {
  max-width: 455px;
  width: 100%;
  margin-top: 41px;
}

.cta__btn a{
  display: inline-block;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  border-radius: 122px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #0458A4;
  color: #0458A4;
  padding: 21.5px 28px 21.5px 0;
  position: relative;
}

.cta__btn a::after{
  content: "";
  background-image: url(../images/icon-download.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}

.cta__image {
  max-width: 348px;
  width: 100%;
}

.cta__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 40px 0 40px;
  }

  .cta__inner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .cta__content {
    display: contents;
  }

  .cta__title {
    font-size: 19px;
    padding-top: 5px;
  }

  .cta__btn {
    margin-top: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta__btn a{
    font-size: 20px;
    padding: 14px 18px 14px 0;
  }

  .cta__btn a::after{
    width: 20px;
    height: 20px;
    right: 18px;
  }

  .cta__image {
    max-width: 150px;
  }
}




/* ---------------------------------------------------------
　■ value
--------------------------------------------------------- */
.value {
  padding: 146px 0 121px;
  background: #F3F9FC;
}

.value__inner {
  max-width: 962px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.value__logo {
  max-width: 469px;
  width: 100%;
  margin: 0 auto;
}

.value__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.value__text {
  margin-top: 66px;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(29/16);
}

.value__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 74px;
}

.value__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 174px;
  padding: 12px 20px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 4px 6px rgba(89, 87, 87, 0.05);
  box-sizing: border-box;
}

.value__cardTitle {
  color: var(--BL);
  font-size: 22px;
  font-weight: 700;
  line-height: calc(39/22);
}

.value__cardText {
  margin-top: 4px;
  color: var(--BL);
  font-size: 20px;
  font-weight: 700;
  line-height: calc(46/20);
  text-align: left;
}

.value__cardText span {
  font-size: 32px;
  line-height: calc(46/32);
}

.value__cardText--center{
  margin-top: 25px;
}

.value__note {
  margin-top: 13px;
  color: var(--BL);
  font-size: 16px;
  font-weight: 700;
  line-height: calc(23/16);
  text-align: right;
}


@media screen and (max-width: 768px) {
  .value {
    padding: 80px 0 60px;
    background: #F3F9FC;
  }

  .value__logo {
    max-width: 300px;
  }

  .value__text {
    margin-top: 35px;
    font-size: 14px;
    text-align: left;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .value__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 35px;
  }

  .value__card {
    min-height: initial;
  }

  .value__cardTitle {
    font-size: 16px;
  }

  .value__cardText {
    font-size: 14px;
    line-height: 1.8;
  }

  .value__cardText span {
    font-size: 18px;
  }

  .value__cardText--center{
    margin-top: 12px;
  }

  .value__note {
    font-size: 12px;
  }
}




.trial {
  background-image: url(../images/trial-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.trial__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 145px 20px 120px;
  box-sizing: border-box;
}

.trial__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
}

.trial__textBox {
  flex: 1;
  position: sticky;
  top: 112px;
  text-align: center;
}

.trial__catch {
  color: #0856A2;
  font-size: 28px;
  font-weight: 700;
  line-height: calc(38/28);
  position: relative;
  display: inline-block;
}

.trial__catch::before,
.trial__catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 60px;
  background-color: #0856A2;
}

.trial__catch::before {
  left: -35px;
  transform: rotate(-30deg);
}

.trial__catch::after {
  right: -35px;
  transform: rotate(30deg);
}

.trial__title {
  margin-top: 32px;
  color: #0856A2;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

.trial__lead {
  margin-top: 10px;
  color: #0856A2;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.trial__image {
  margin: 0 auto;
  max-width: 500px;
}

.trial__image img {
  display: block;
  width: 100%;
  height: auto;
}

.trial__service {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
}

.trial__serviceText,
.trial__serviceCross {
  color: #0856A2;
}

.trial__serviceAi {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.trial__serviceIcon {
  display: inline-flex;
  width: 37px;
  flex: 0 0 auto;
}

.trial__serviceIcon img {
  display: block;
  width: 100%;
  height: auto;
}

.trial__serviceAiText {
  background: linear-gradient(90deg, #306EC3 0%, #D83B7C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trial__form {
  flex: 0 0 440px;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.1);
}

.trial__formIframe {
  display: block;
  width: 100%;
  height: var(--trial-form-height, 760px);
  min-height: 760px;
  border: 0;
}

@media screen and (max-width: 980px) {
  .trial__content {
    gap: 24px;
  }

  .trial__form {
    flex-basis: 400px;
  }
}

@media screen and (max-width: 768px) {
  .trial__inner {
    padding: 54px 15px 74px;
  }

  .trial__content {
    flex-direction: column;
    gap: 28px;
  }

  .trial__textBox {
    position: static;
    width: 100%;
    margin: 0 auto;
  }

  .trial__catch {
    font-size: 18px;
  }

  .trial__catch::before,
  .trial__catch::after {
    width: 2px;
    height: 32px;
  }

  .trial__catch::before {
    left: -26px;
  }

  .trial__catch::after {
    right: -26px;
  }

  .trial__title {
    margin-top: 20px;
    font-size: 26px;
  }

  .trial__lead {
    margin-top: 6px;
    font-size: 12px;
  }

  .trial__image {
    max-width: 340px;
  }

  .trial__service {
    margin-top: 10px;
    font-size: 14px;
    gap: 8px;
  }

  .trial__serviceIcon {
    width: 22px;
  }

  .trial__form {
    width: 100%;
    max-width: 420px;
    flex: initial;
    border-radius: 12px;
  }

  .trial__formIframe {
    height: var(--trial-form-height, 900px);
    min-height: 900px;
  }
}



/* ---------------------------------------------------------
　■ contactCta
--------------------------------------------------------- */
.contactCta {
  padding: 51px 0 79px;
  background: var(--BL);
}

.contactCta__inner {
  max-width: 1121px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.contactCta__title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: calc(48/28);
  letter-spacing: 0;
  text-align: center;
}

.contactCta__cards {
  margin-top: 67px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
}

.contactCta__card {
  display: flex;
  flex-direction: column;
  min-height: 361px;
  padding: 28px 25px 35px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}

.contactCta__card.contactCta__card--ai{
  padding: 20px 25px 35px;
}

.contactCta__cardTitle {
  color: #034785;
  font-size: 22px;
  font-weight: 700;
  line-height: calc(31/22);
}

.contactCta__text {
  margin-top: 28px;
  color: #595757;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(24/16);
}

.contactCta__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactCta__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.contactCta__image--document {
  margin: 20px auto 15px;
  max-width: 258px;
  width: 100%;
}

.contactCta__image--trial {
  margin: 16px auto 11px;
  max-width: 176px;
  width: 100%;
}

.contactCta__image--mail {
  margin: 29px auto 32px;
  max-width: 127px;
  width: 100%;
}

.contactCta__button{
  max-width: 238px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contactCta__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 46px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(90deg, #0458A4 0%, #0D85B8 100%);
  border-radius: 999px;
  box-sizing: border-box;
}

.contactCta__button--outline a {
  color: #034785;
  background: #fff;
  border: 2px solid var(--BL);
  position: relative;
  padding-right: 14px;
}

.contactCta__button--outline a::after{
  content: "";
  background-image: url(../images/icon-download.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}


@media screen and (max-width: 768px) {
  .contactCta {
    padding: 70px 0;
  }

  .contactCta__title {
    font-size: 20px;
  }

  .contactCta__cards {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .contactCta__card {
    flex-direction: row;
    min-height: initial;
    padding: 25px 20px;
  }

  .contactCta__card.contactCta__card--ai{
    padding: 25px 20px;
  }

  .contactCta__cardTitle {
    font-size: 14px;
  }

  .contactCta__text {
    margin-top: 10px;
    font-size: 12px;
  }

  .contactCta__image--document {
    margin: 0 0 0 auto;
    max-width: 150px;
  }

  .contactCta__image--trial {
    margin: 0 0 0 auto;
    max-width: 150px;
  }

  .contactCta__image--mail {
    margin: 0 20px 0 auto;
    max-width: 90px;
  }
}






















/* ---------------------------------------------------------
　■ Footer
--------------------------------------------------------- */
.container-footer {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px
}

@media screen and (min-width: 541px) {
  .container-footer {
    padding:0 5vw
  }
}

@media screen and (min-width: 769px) {
  .container-footer {
    padding:0 5vw
  }
}

@media screen and (min-width: 960px) {
  .container-footer {
    padding:0 3vw
  }
}

@media screen and (min-width: 1200px) {
  .container-footer {
    padding:0 3vw
  }
}

@media screen and (min-width: 1440px) {
  .container-footer {
    padding:0 50px
  }
}

footer.footer {
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  flex-direction: column;
  position: relative;
  padding: 0;
}

.global-footer {
  background: #fff;
  color: #22262a
}

.global-footer .layout-footer {
  padding: 28px 0 20px 12px
}

@media screen and (min-width: 541px) {
  .global-footer .layout-footer {
    padding:20px 0 18px
  }
}

@media screen and (min-width: 960px) {
  .global-footer .layout-footer {
    max-width:1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 40px;
    column-gap: 40px
  }
}

.global-footer .layout-footer__copyright {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0
}

@media screen and (max-width: 540px) {
  .global-footer .layout-footer__copyright {
    margin-bottom:16px
  }
}

.global-footer .layout-footer__copyright .c-footer-logo {
  padding: 0;
  line-height: 0;
  margin: 0 12px 0 0;
  color: #0a3e6f
}

.global-footer .layout-footer__copyright .c-permission {
  font-size: 11px;
  letter-spacing: .02em;
  color: #3a4045;
  line-height: 1
}

.global-footer .layout-footer__copyright .c-permission span {
  margin-top: 2px;
  display: inline-block
}

.global-footer .layout-footer__links .c-footer-links {
  display: flex
}

.global-footer .layout-footer__links .c-footer-links li {
  display: inline-block
}

.global-footer .layout-footer__links .c-footer-links li a {
  color: #3a4045;
  margin-right: 2.4em;
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1.15
}

.global-footer .layout-footer__links .c-footer-links li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  margin-left: 4px;
  width: 11px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230E6EC8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.07.5h4.61c.79%200%201.44.65%201.44%201.44v5.48c0%20.8-.65%201.44-1.44%201.44h-4.6c-.8%200-1.45-.64-1.45-1.44V1.94c0-.8.65-1.44%201.44-1.44ZM9%207.42V1.94a.32.32%200%200%200-.32-.32h-4.6a.32.32%200%200%200-.33.32v5.48c0%20.18.15.32.32.32h4.61c.18%200%20.32-.14.32-.32ZM7.24%209.84c0-.3.26-.56.56-.56.3%200%20.56.25.56.56v.22c0%20.8-.64%201.44-1.44%201.44H1.44c-.8%200-1.44-.65-1.44-1.44V4.13C0%203.34.65%202.7%201.44%202.7h.22c.3%200%20.56.26.56.56%200%20.31-.25.56-.56.56h-.22a.32.32%200%200%200-.32.32v5.93c0%20.18.14.32.32.32h5.48c.18%200%20.32-.14.32-.32v-.22Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
}


.gfooter-container{
  background-color: #F5F5F5;
  padding: 66px 20px;
  display: flex;
  justify-content: center;
  column-gap: 321px;
  flex-wrap: wrap;
}

.gfooter-container__left{
  max-width: 309px;
  width: 100%;
}

.gfooter-container__right{
  max-width: 446px;
  width: 100%;
}

.gfooter-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
}

.gfooter-item a{
  color: #034785;
  font-size: 18px;
  line-height: calc(43/18);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .gfooter-container{
    justify-content: flex-start;
    padding: 66px 25px;
  }

  .gfooter-container__left{
    max-width: 200px;
  }

  .gfooter-container__right{
    max-width: initial;
  }

  .gfooter-nav{
    margin-top: 25px;
    justify-content: flex-start;
    column-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .gfooter-item a{
    font-size: 14px;
  }
}



/*# sourceMappingURL=common.css.map */
