html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}

hr {
  overflow: visible;
  height: 0;
  color: inherit
}

details,
main {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden] {
  display: none
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

a {
  background-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
  outline-width: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

pre {
  font-size: 1em
}

b,
strong {
  font-weight: bolder
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

table {
  border-color: inherit;
  text-indent: 0
}

iframe {
  border-style: none
}

input {
  border-radius: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button,
input,
optgroup,
select,
textarea {
  font: inherit
}

optgroup {
  font-weight: bold
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button,
input,
select,
textarea {
  background-color: rgba(0, 0, 0, 0);
  border-style: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit
}

[disabled] {
  cursor: default
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled=true] {
  cursor: default
}

li {
  list-style: none
}

html {
  font-size: 16px;
  line-height: 1.8
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x:hidden;
}
@media screen and(max-width:768px) {
  body{
    overflow-x: scroll;
  }
}

img {
  width: 100%
}

a {
  text-decoration: none;
  color: #000;
  transition: .4s all
}

a:hover {
  opacity: .7;
}

h1,
h2,
h3,
h4 {
  line-height: 1.6;
}

.pc {
  display: block
}

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

.sp {
  display: none
}

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

.heading {
  text-align: center;
  position: relative;
  font-size: 35px;
  color: #3C78C8;
}

@media screen and (max-width: 768.8px) {
  .heading {
    
    font-size: 24px;
  }
}

.kv__contents .heading {
  display: inline-block;
  padding: 5px 40px 5px 20px;
  font-size: 1.5rem;
  line-height: 1.458;
  background: #000;
  color: #fff;
  position: relative;
  border-left:none;
}
.kv__contents .heading::after{
  content:'';
  width: 91px;
  height:82px;
  position: absolute;
  right:-60px;
  bottom:5px;
  background:url("../images/ico_pdf.svg");
  background-size:cover;
  margin:auto;
}

@media screen and (max-width: 768.8px) {
  .kv__contents .heading {
    display: inline-block;
    padding: 5px 20px 5px 10px;
    font-size: 1rem;
    line-height: 1.4375;
    border-left:none;
  }
  .kv__contents .heading::after{
    content:'';
    width: 60px;
    height:54px;
    position: absolute;
    right:-50px;
    background:url("../images/ico_pdf.svg");
    background-size:cover;
    margin:auto;
  }
  .kv__contents p{
    font-size:12px;
  }
}

.message .heading,
.about .heading,
.solution .heading,
.comparison .heading,
.price .heading,
.faq .heading,
.case .heading {
  margin-bottom: 4rem;
}
.solution .heading{
  display: none;
}

@media screen and (max-width: 768.8px) {

  .message .heading,
  .about .heading,
  .solution .heading,
  .comparison .heading,
  .price .heading,
  .faq .heading,
  .case .heading {
    margin-bottom: 2.5rem;
  }
  .solution .heading{
    display: inline-block;
    width: 100%;
  }
  
}

.contents {
  max-width: 1100px;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .contents {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 768.8px) {
  .contents {
    width: 100%;
  }
}

.wrap{
  max-width: 1240px;
  margin: auto;
}



.cta {
  margin-bottom: 100px;
  padding: 6.75rem 1rem;
  background: #3C78C8;
  color: #fff;
}
.cta__inner{
  text-align: center;
}
.cta__title h2{
  font-size:35px;
}
.cta__block{
  font-size:25px;
  margin:auto;

}
.cta__block a{
  display: flex;
  margin:40px auto 0 auto;
  width: 400px;
  height:80px;
  background: #000;
  color:#fff;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 20px 25px 0px rgba(15, 58, 121, 0.30);
}
@media screen and (max-width: 768.8px) {
  .cta {
    margin-bottom: 80px;
    padding: 3.75rem 1rem;
  }
  .cta__title h2{
    font-size:18px;
  }
  .cta__block{
    font-size:16px;
  }
  .cta__block a{
    width: 100%;
    margin:20px auto 0 auto;
    height:70px;
  }
}

.cta__contents--pc {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  max-width: 860px;
  margin: auto;
}

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

.cta__contents--sp {
  display: none;
}

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

.cta__heading {
  margin-bottom: 25px;
  font-size: 2.25rem;
  line-height: 1.444;
}

@media screen and (max-width: 768.8px) {
  .cta__heading {
    margin-bottom: 1.25rem;
    font-size: 1.5625rem;
    line-height: 1.6;
  }
}


.cta__button {
  display: inline-flex;
  flex-direction: column;
  width: 400px;
}

@media screen and (max-width: 768.8px) {
  .cta__button {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

.cta__text {
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 0 0.8rem;
  font-size: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 768.8px) {
  .cta__text {
    position: relative;
    display: inline-block;
    margin-bottom: 0.875rem;
    padding: 0 0.8rem;
    font-size: 1rem;
  }
}

.cta__text:before,
.cta__text:after {
  content: '';
  position: absolute;
  bottom: 4px;
  width: 2px;
  height: 24px;
  background: #fff;
}

.cta__text:before {
  left: 0;
  transform: rotate(-20deg);
}

.cta__text:after {
  right: 0;
  transform: rotate(20deg);
}

.cta__button a {
  display: inline-block;
  width: 100%;
  padding: 1.375rem;
  border-radius: 5px;
  text-align: center;
  background: #000;
  box-shadow: 0px 20px 25px rgba(15.14, 57.67, 121.12, 0.30);
  font-size: 25px;
  line-height: 1.44;
  color: #fff;
}

@media screen and (max-width: 768.8px) {
  .cta__button a {
    font-size: 1rem;
  }
}
.cta__demo{
  margin:0 0 50px 0;
  width: 400px;
}
.cta__demo a {
  display: inline-block;
  width: 100%;
  padding: 1.375rem;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 20px 25px rgba(15.14, 57.67, 121.12, 0.30);
  font-size: 25px;
  line-height: 1.44;
  color: #3C78C8;
}
.cta__demo a span{
  font-size:12px;
}

@media screen and (max-width: 768.8px) {
  .cta__demo a {
    font-size: 1rem;
  }
}

.cta__img {
  width: 593px;
  width: 268px;
}

@media screen and (max-width: 768.8px) {
  .cta__img {
    width: 100%;
    text-align: center;
  }

  .cta__img img {
    width: 140px;
    height: auto;
  }
}


header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  align-items: center;
  width: 100%;
  background: #fff;
  z-index: 10;
  padding-left: 2.5rem;
}

@media screen and (max-width: 768.8px) {
  header {
    padding-left: 1rem;
    position: absolute;
  }
}

header h1 img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 768.8px) {
  header h1 img {
    width: 180px;
    height: auto;
  }
}

.header__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  background: #3C78C8;
  padding: 1.25rem;
  font-size: 16px;
  color: #fff;
  line-height: 1.444;
}

@media screen and (max-width: 768.8px) {
  .header__download {
    padding: 18px 25px 18px 25px;
    font-size: 0.875rem;
    width: auto;
  }
  .header__download span.sp{
    display: flex;
    align-items: center;
  justify-content: center;
  }
}

.header__download img {
  display: none;
  width: 20px;
  height: auto;
  margin-left: 1rem;
}

@media screen and (max-width: 768.8px) {
  .header__download img {
    display: block;
  }
}

.kv {
  padding: 9.125rem 0 5.5rem;
  background: linear-gradient(270deg, #EBF1FB 0%, rgba(235, 241, 251, 0) 100%);
  margin-bottom: 0px;
  overflow: hidden;
}

@media screen and (max-width: 768.8px) {
  .kv {
    padding: 6.875rem 20px 2.5rem;
    margin-bottom: 30px;
  }
}



.kv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1034px;
  padding: 0 1rem;
  margin: auto;
}

@media screen and (max-width: 768.8px) {
  .kv__inner {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}

.kv__contents {
  width: 540px;
}
.kv__form{
  width: 430px;
  background:#fff;
  padding:60px 40px;
}

@media screen and (max-width: 768.8px) {
  .kv__contents {
    width: 100%;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
  }
  .kv__form{
    display: none;
  }
}

.kv__inner h1 {
  margin-bottom: 0.625rem;
}

.kv__inner h1 .heading {
  display: inline-block;
  margin-bottom: 2.25rem;
}

@media screen and (max-width: 768.8px) {
  .kv__inner h1 .heading {
    margin-bottom: 1.25rem;
  }
}
.kv__contents p{
  position: relative;
  line-height:2;
}
.kv__contents p strong{
  background:#000;
  color:#fff;
  font-weight:700;
  padding:2px 4px;  
}

.kv__copy {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom:30px;
}
.kv__copy span {
  color: #3C78C8;
}

@media screen and (max-width: 768.8px) {
  .kv__copy {
    margin: auto;
    font-size: 1.5rem;
    line-height: 1.4;

  }
}

.kv__copy--strong {
  font-size: 90px;
  display: block;
  margin-top:10px;
}

@media screen and (max-width: 768.8px) {
  .kv__copy--strong {
    font-size: 50px;
    line-height: 1.4;
    margin-top:0;
  }
}

.kv__copy--strong span {
  color: #3C78C8;
}

.kv__inner {
  font-size: 1.125rem;
  line-height: 2;
}

.kv__cta {
  display: inline-block;
  margin-top: 2.5rem;
  width: 380px;
  padding: 1.5rem;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.455;
  color: #fff;
  background: #3C78C8;
  box-shadow: 0px 20px 25px rgba(15.14, 57.67, 121.12, 0.30);
}
.kv__cta {
  display: none;
}
@media screen and (max-width: 768.8px) {
  .kv__cta {
    display: none;
  }
}

.kv__img {
  margin-top:50px;
  height: auto;
}

@media screen and (max-width: 768.8px) {
  .kv__img {
    max-width: none;
    margin-top:30px;
  }
}


.message {
  margin-bottom: 7.5rem;
}

@media screen and (max-width: 768.8px) {
  .message {
    margin-bottom: 2.5rem;
  }
}

.message__heading {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768.8px) {
  .message__heading {
    font-size: 1.5625rem;
    margin-bottom: 1.25rem;
  }
}


.message__contents {
  display: flex;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768.8px) {
  .message__contents {
    flex-wrap: wrap;
  }
}

.message__text {
  font-size: 1.125rem;
}

@media screen and (max-width: 768.8px) {
  .message__text {
    font-size: 0.875rem;
  }

}

.message__text p {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768.8px) {
  .message__text p {
    margin-bottom: 1rem;
  }

}

.message__text p:last-child {
  margin-bottom: 0;
}

.message__img {
  max-width: calc(100% - 580px);
  height: auto;
}

@media screen and (max-width: 768.8px) {
  .message__img {
    max-width: none;
  }
}

.about {
  margin-bottom: 8rem;
}

.about__text {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768.8px) {
  .about__text {
    margin-bottom: 1.5rem;
    font-size: 1.5625rem;
    line-height: 1.6;
    text-align: center;
  }
}

.about__text--strong {
  color: #3C78C8;
}

.about__text--note{
  font-size:16px;
  margin-top:60px;
  font-weight:500;
}
@media screen and(max-width:768px) {
  .about__text--note{
    font-size:14px;
  }
}

.about img {
  width: 100%;
  height: auto;
}

.about__inner{
  width: 1100px;
  margin:auto;
}
.about__area{
  display: flex;
  gap:50px;
  flex-direction: column;
}
.about__block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: linear-gradient(270deg, #EBF1FB 26.77%, rgba(235, 241, 251, 0.30) 100%);
  position: relative;
  padding:30px;
}
.about__block::after{
  content:'';
  width: 18px;
  height:50px;
  background:url("../images/ico_arrow_down.svg") no-repeat;
  background-size:cover;
  position: absolute;
  left:0;
  right:0;
  bottom:-50px;
  margin:auto;
}
.about__grid .about__block::after{
  content:none;
}
.about__block h3{
  color:#3C78C8;
  font-size:24px;
  margin-bottom:20px;
}
.about__grid .about__block h3{
  font-size:18px;
}
.about__block p{
  font-size:14px;
}
.about__grid{
  display: flex;
  gap:10px;
}
.about__grid .about__block{
  flex-direction: column;
  gap:20px;
}
.about__image{
  width: 540px;
}
.about__contents{
  width: 450px;
  position: relative;
}
.about__grid .about__contents,.about__grid .about__image{
  width: 100%;
}
.about__block:nth-child(2){
  padding-bottom:60px;
}
.about__grid .about__block:nth-child(2){
  padding-bottom:30px;
}
.about__absolute{
  display: block;
  position: absolute;
  width: 783px;
  bottom:30px;
  left:30px;
}
.about__note{
  margin-top:60px;
}
.about__note ul{
  
  background: linear-gradient(270deg, #EBF1FB 26.77%, rgba(235, 241, 251, 0.30) 100%);
  position: relative;
  margin-top:-15px;
  padding:30px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap:30px;
  row-gap: 15px;

}
.about__note li{
  font-size:18px;
  position: relative;
  
}
.about__note li span{
  position: relative;
  padding-left:30px;
  display: block;
}
.about__note li span::before{
  content:'';
  width: 20px;
  height:20px;
  background:url("../images/ico_check.svg") no-repeat;
  background-size:cover;
  left:0;
  top:0;
  bottom:0;
  margin:auto;
  position: absolute;
}
.about__note h3{
  position: relative;
  font-size:22px;
  color: #3C78C8;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .about__inner{
    width: 100%;
  }
  .about__area{
    gap:40px;
  }
  .about__grid{
    flex-direction: column;
  }
  .about__block{
    padding:30px 15px;
    gap:10px;
  }
  .about__block h3{
    font-size:18px;
    margin-bottom:10px;
  }
  .about__block p{
    font-size:12px;
  }
  .about__absolute{
    width: calc(100% - 30px);
    margin:auto;
    left:15px;
    right:15px;
  }
  .about__block::after{
    width: 14px;
    height:40px;
    bottom:-40px;
  }
  .about__block:nth-child(2){
    padding-bottom:30px;
  }
  .about__grid .about__block:nth-child(2){
    padding-bottom:30px;
  }
  .about__note h3{
    font-size:18px;
  }
  .about__note ul{
    padding:45px 20px;
    row-gap: 10px;
    column-gap: 20px;
    margin-top:-32px;
  }
  .about__note li{
    font-size:14px;
   
  }
  .about__note li span{
    padding-left:24px;
  }
  .about__note li span::before{
    width: 16px;
    height:16px;
  }
}
.solution {
  margin-bottom: 5rem;
}
.solution__title{
  font-size:25px;
  text-align: center;
  padding-bottom:40px;
}
.solution__title span{
  font-size:36px;
}
.solution.pc{
  border-top:none;
}
.solution__head{
  background:#F5F5F5;
  position: relative;
  padding:80px 0 0 0;
}
.solution__head .solution__wrap{
  margin:0;
}
.solution__body .solution__wrap{
  margin:0 0 80px 0;
}
.solution__head .solution__box{
  background:transparent;
  padding:20px 0;
  margin:0;
  justify-content: center;
  align-items: center;
}
.solution__body .solution__box{
  padding:2.375rem;
  margin-top:0;
  margin-bottom:40px;
}
.solution__head .solution__box h3{
  transform: translate(0);
  position: relative;
  left:0;
}
.solution__body .solution__lead{
  margin-bottom:60px;
}
.solution__head::after{
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 100px solid #f5f5f5;
  border-bottom: 0;
  bottom:-100px;
  margin:auto;
  left:0;
  right:0;
  position: absolute;
}
.solution__body{
  padding-top:200px;
}
.solution__lead {
  margin-bottom: 6.75rem;
  text-align: center;
  font-size: 2.26rem;
}

@media screen and (max-width: 768.8px) {
  .solution__lead {
    margin-bottom: 20px;
    font-size: 1.5625rem;
  }
  .solution__body{
    padding-top:0px;
  }
}

.solution__lead span {
  color: #3C78C8;
}

.solution__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -3.75rem -0.5625rem 3rem;
}

@media screen and (max-width: 768.8px) {
  .solution__inner{
    overflow-x: scroll;
    margin-bottom:2rem;
  }
  .solution__wrap {
    margin: 0 0 3rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap:10px;
    margin:0 0 1rem 0;
    width: 1520px;
  }
}

.solution__box {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 3.75rem 0.5625rem;
  padding: 5.375rem 2.375rem 2.375rem;
  width: 347px;
  background: #EBF1FB;
}

@media screen and (max-width: 768.8px) {
  .solution__box {
    margin: 0 0 4rem;
    padding: 3.75rem 1.25rem 1.875rem;
    margin:0;
    width: 295px;
    margin:4rem 0 0 0;
    
  }
}

.solution__box h3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  padding: 0.75rem 0;
  border-radius: 10px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 768.8px) {
  .solution__box h3 {
    padding: 0.75rem 0;
    font-size: 13px;
    width: 88%;
  }
}

.solution__box h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 19px solid #000000;
  border-bottom: 0;
}

.solution__box p {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #3C78C8;
}

@media screen and (max-width: 768.8px) {
  .solution__box p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }
}

.solution__box p span {
  font-size: 1rem;
  line-height: 2.25;
}

@media screen and (max-width: 768.8px) {
  .solution__box p span {
    font-size: 0.8125rem;
  }
}

.solution__box img {
  margin: auto auto 0;
  width: auto;
  height: auto;
}

@media screen and (max-width: 768.8px) {
  .solution__box img {
    margin: auto;
    width: 160px;
    height: auto;
  }
}

.feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -2rem 0;
}

@media screen and (max-width: 768.8px) {
  .feature {
    margin: 0;
  }
}

.feature__box--row {
  width: calc(50% - 1.25rem);
  margin: 2rem 0;
}

@media screen and (max-width: 768.8px) {
  .feature__box--row {
    width: 100%;
    margin: 0 0 2rem;
  }
}

.feature__box {
  width: 100%;
  margin: 2rem 0;
}
.feature__box .feature__contents figure{
  width: 170px;
  margin-right:1.5625rem;
}
.feature__box figure img{
  width: 100%;
}
.feature__box .feature__contents figure + p{
  width: calc(100% - 200px);
}
@media screen and (max-width: 768.8px) {
  .feature__box {
    margin: 0;
  }
}


.feature__box h3,
.feature__box--row h3 {
  margin-bottom: 1.25rem;
  padding: 0.125rem 1.125rem;
  font-size: 1.125rem;
  line-height: 1.6;
  background: #3C78C8;
  color: #fff;
}


.feature__contents {
  display: flex;
  align-items: center;
  font-weight: 500;
  
}
.feature__box--row .feature__contents {
  
  justify-content: space-between;
}
.feature__box--row .feature__contents figure{
  height:100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768.8px) {
  .feature__contents {
    font-size: 0.875rem;
    justify-content: space-between;
  }
  .feature__box--row .feature__contents {
    flex-direction: column;
    gap:20px;
  }
  .feature__box--row .feature__contents figure{
    height:60px;

  }
  .feature__box--row .feature__contents figure img{
    margin-right:0;
    height: 100%;
  }
}

@media screen and (max-width: 768.8px) {
  .feature__contents p {
    width: 50%;
  }
  .feature__box--row .feature__contents p{
    width: 100%;
  }
}

.feature__contents img {
  width: auto;
  margin-right: 1.5625rem;
}

.feature__wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768.8px) {
  .feature__wrap {
    align-items: flex-start;
  }
}

@media screen and (max-width: 768.8px) {
  .feature__wrap .feature__contents {
    flex-direction: column;
  }
}

.feature__wrap .feature__contents:first-child {
  width: calc(55% - 1.25rem);
}

.feature__wrap .feature__contents:last-child {
  width: calc(45% - 1.25rem);
}

@media screen and (max-width: 768.8px) {

  .feature__wrap .feature__contents:first-child,
  .feature__wrap .feature__contents:last-child {
    width: calc(50% - 12px);
  }

  .feature__wrap .feature__contents img {
    width: auto;
    height: 80px;
    margin-bottom: 0.5rem;
  }

  .feature__wrap .feature__contents p {
    width: 100%;
  }
}

.comparison {
  margin-bottom: 5rem;
}

.comparison img {
  width: 100%;
  height: auto;
}

.comparison__table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-writing-mode: tb-rl;
}

.comparison__table img {
  max-width: 100%;
  min-width: 585px;
}

.price {
  margin-bottom: 5rem;
}

.price__lead {
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
  line-height: 1.44;
  text-align: center;
}


@media screen and (max-width: 768.8px) {
  .price__lead {
    font-size: 1rem;
    margin-bottom: 0;

  }
}

.price__inner {
  /*display: flex;
  align-items: flex-start;
  justify-content: space-between;*/
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 768.8px) {
  .price__inner {
    flex-direction: column
  }
}

.price__detail {
  width: 514px;
  margin-right: 1rem;
}

@media screen and (max-width: 768.8px) {
  .price__detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}

.price__detail h3 {
  font-family: Arial, sans-serif;
  line-height: 1;
  color: #3c78c8;
  font-size: 3.125rem
}

@media screen and (max-width: 768.8px) {
  .price__detail h3 {
    font-size: 32px
  }
}

.price__detail h3 span {
  font-size: 5rem
}

@media screen and (max-width: 768.8px) {
  .price__detail h3 span {
    font-size: 40px
  }
}

.price__detail h3 strong {
  font-size: 6.25rem
}

@media screen and (max-width: 768.8px) {
  .price__detail h3 strong {
    font-size: 60px
  }
}

.price__del {
  font-size: 1.25rem;
  color: #aaa;
  font-weight: 700;
  display: flex;
  align-items: center
}

@media screen and (max-width: 768.8px) {
  .price__del {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.price__del .del {
  position: relative;
  font-family: Arial, sans-serif;
  margin-left: 10px
}

.price__del .del:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-top: -2px;
  border-top: 1px solid #3c78c8;
  border-bottom: 1px solid #3c78c8;
  position: absolute;
  left: 0;
  top: 50%
}

.price__del .del strong {
  font-size: 2.5rem
}

@media screen and (max-width: 768.8px) {
  .price__del .del strong {
    font-size: 1.875rem
  }
}

.price__notice {
  font-size: 0.75rem;
  font-weight: 500;
}

@media screen and (max-width: 768.8px) {
  .price__notice {
    font-size: 0.625rem;
    margin-top: 0.375rem;
  }
}

.price__note {
  background: #fff;
  border:1px solid #3C78C8;
  margin:auto;
  width: 788px;
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 768.8px) {
  .price__note {
    flex-direction: column;
  }
}


@media screen and (max-width: 768.8px) {
  .price__note {
    width: 100%
  }
}

.price__note--title {
  font-size: 45px;
  width: calc(788px - 317px);
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  color: #3c78c8;
  padding:20px 0;
}
.price__note--title span {
  font-size: 24px;
}
@media screen and (max-width: 768.8px) {
  .price__note--title {
    line-height: 1.3;
    width: 100%;
    padding:15px 0;
    font-size:35px;
  }
}



.price__note--text {
  text-align: center;
  font-weight: 500;
}

.price__note--document {
  font-size: 24px;
  text-align: center;
  background: #3c78c8;
  color:#fff;
  width: 317px;
  padding:30px 0;
  line-height:1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768.8px) {
  .price__note--document {
    padding:14px 0;
    font-size:16px;
    width: 100%;
  }
}

.price__note--document span {
  position: relative;
  padding-left: 30px
}

@media screen and (max-width: 768.8px) {
  .price__note--document span {
    padding-left: 1.25rem;
  }
}

.price__note--document span::before {
  content: "";
  background: url("../images/ico_document_w.svg") no-repeat;
  width: 22px;
  height: 22px;
  left: 0;
  top: 4px;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-size:cover;
}

@media screen and (max-width: 768.8px) {
  .price__note--document span::before {
    background-size:cover;

    width: 18px;
    height: 18px;
  }
}

.price__button {
  display: block;
  max-width: 380px;
  margin: auto;
  padding: 1.5rem;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #fff;
  background: #000;
  box-shadow: 0px 20px 25px rgba(15.14, 57.67, 121.12, 0.30);
}
.price__area{
  width: 788px;
  margin:auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  color: #3C78C8;
  border-bottom: #ddd;
  padding-bottom:30px;
}
@media screen and (max-width: 768.8px) {
  .price__area{
      width: calc(100% - 30px);
      margin-bottom:30px;
      flex-wrap: wrap;
      padding-bottom:0px;
  }
}
.price__block{
  background:#f5f5f5;
  width: 208px;
  padding:10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color:#000;
  position: relative;
}
  @media screen and (max-width: 768.8px) {
    .price__block{
      width: 45%;
      padding:25px 0;
  }
}
  .price__block--title{
      font-size:24px;
      line-height: 1;
    }
    @media screen and (max-width: 768.8px) {
      .price__block--title{
          font-size:16px;
      }
    }

.price__block--body{
      color:#3C78C8;
      font-size:30px;
      line-height: 1;
    }
    @media screen and (max-width: 768.8px) {
      .price__block{
          font-size:20px;
      }
    }
    .price__block--body strong{
          font-size:104px;
        }
        @media screen and (max-width: 768.8px) {
          .price__block--body strong{
              font-size:59px;
          }
      
  }
  .price__block:first-child{
    background:#fff;
    width: 286px;
  }
  .price__block:first-child .price__block--title, .price__block:first-child .price__block--body{
    font-size:40px;
  }
  .price__block:first-child .price__block--inner h3{
    display: flex;
    align-items: baseline;
    gap:10px;
}
  @media screen and (max-width: 768.8px) {
    .price__block:first-child{
      width: 100%;
      padding:20px 0;
    }
    .price__block:first-child .price__block--title, .price__block:first-child .price__block--body{
      font-size:24px;
    }
  .price__block:first-child .price__block--inner h3{
              display: flex;
              gap:10px;
          }
      
  }
  .price__block:last-child::before{
          content:'＋';
          font-size:35px;
          left:-40px;
          top:0;
          bottom:0;
          margin:auto;
          position: absolute;
          display: flex;
          align-items: center;
  }
  @media screen and (max-width: 768.8px) {
    .price__block:last-child::before{
              font-size:20px;
              left:-25px;
    }
  }


.faq {
  margin-bottom: 5rem;
}

.faq__block {
  max-width: 970px;
  margin: auto;
  padding: 0 1rem;
}

.faq__list {
  border-top: 1px solid #969696;
  padding: 1.875rem 0;
  position: relative;
  transition: all .5s;
  cursor: pointer;
}

@media screen and (max-width: 768.8px) {
  .faq__list {
    width: 100%
  }
}
.faq__list::after, .faq__list::before {
  position: absolute;
  right:20px;
  top:46px;
  margin:auto;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #3C78C8;
  transform: translateX(-50%);
}
.faq__list::before {
  top: 38px;
  right: 38px;
  transform: rotate(90deg);
}
.faq__list.-on{
  height:auto;
}
.faq__list.-on::before {
 content:none;
}

.faq__list:last-child {
  border-bottom: 1px solid #969696
}

.faq__list dt {
  font-size: 20px;
  
  position: relative;
  padding-left: 2.4375rem;
}
.faq__list.-on dt{
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 768.8px) {
  .faq__list dt {
    font-size: 0.875rem;
    padding-left: 1.875rem;
    padding-right:60px;
  }
}

.faq__list dt::before {
  content: "";
  background: url("../images/LP_letter-Q@3x.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 2rem;
  color: #3c78c8;
  width: 23px;
  height: 26px
}

@media screen and (max-width: 768.8px) {
  .faq__list dt::before {
    top: 2px;
    width: 17px;
    height: 19px
  }
}

.faq__list dd {
  position: relative;
  padding-left: 2.4375rem;
  font-weight: 500;
  visibility: hidden;
  height:0;
}
.faq__list dd.-active{
  visibility: visible;
  height:auto;
}


@media screen and (max-width: 768.8px) {
  .faq__list dd {
    font-size: 0.875rem;
    padding-left: 1.875rem;
  }
}


.faq__list dd li {
  color: #3c78c8
}

.faq__list dd::before {
  content: "";
  background: url("../images/LP_letter-A@3x.png") no-repeat;
  width: 23px;
  height: 23px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 2rem;
  color: #3c78c8
}

@media screen and (max-width: 768.8px) {
  .faq__list dd::before {
    top: 2px;
    width: 17px;
    height: 17px;
  }
}

.hs-form label {
  display: none
}

.hs-form label.hs-error-msg {
  display: block;
  color: #d54747;
  font-size: 12px;
  padding-bottom: 20px
}

.hs-form .hs-richtext {
  font-size: .75rem;
  font-weight: 400;
  margin-bottom: .9375rem
}

.hs-form .hs-richtext a {
  color: #3c78c8
}

.hs-form input {
  border: 1px solid #ddd;
  background: #fff;
  width: 100% !important;
  padding: .625rem;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: .9375rem;
  margin-right: 0
}

.hs-form input[type=submit] {
  background: #000;
  color: #fff;
  width: 360px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .2);
  color: #fff;
  font-weight: 700;
  padding: .9375rem 0;
  border-radius: 4px;
  font-size: 1.25rem;
  margin-top: 1.25rem
}

.hs-form select {
  border: 1px solid #ddd;
  width: 100% !important;
  padding: .625rem;
  background: #fff;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: .9375rem
}

.hs-form fieldset .input {
  margin-right: 0 !important
}

.hs-form .form-columns-2 {
  display: flex;
  justify-content: space-between
}

.hs-form fieldset.form-columns-2 .hs-form-field {
  width: 48% !important;
  float: none !important
}

.hs-form .hs-fieldtype-select .input {
  position: relative
}

.hs-form .hs-fieldtype-select .input::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 10px;
  background: url("../images/ico_arrow_d.svg") no-repeat;
  background-size: cover;
  width: 12px;
  height: 8px
}

@media screen and (max-width: 768.8px) {
  .hs-form .hs-fieldtype-select .input::after {
    top: 16px
  }
}

.cta-form {
  width: 100%;
  position: relative;
  background: #f2f2f2;
  padding: 5rem 0 6.25rem 0;
  z-index:20;
}

@media screen and (max-width: 768.8px) {
  .cta-form {
    padding: 50px 0
  }
}

.cta-form__title h2 {
  text-align: center;
  margin-bottom: 3.75rem;
  font-size: 2.25rem; 
  color: #3C78C8;
}

@media screen and (max-width: 768.8px) {
  .cta-form__title h2 {
    font-size: 1.5625rem;
  }
}

.cta-form__inner {
  position: relative;
  max-width: 70rem;
  width: 100%;
  margin: auto
}

@media screen and (max-width: 1023.8px) {
  .cta-form__inner {
    width: calc(100% - 40px)
  }
}

.cta-form__area {
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width: 1023.8px) {
  .cta-form__area {
    flex-direction: column
  }
}

.cta-form__text {
  width: 620px;
}

@media screen and (max-width: 1023.8px) {
  .cta-form__text {
    width: 100%
  }
}

.cta-form__text figure {
  margin: 0 0 1.875rem 0
}

@media screen and (max-width: 1023.8px) {
  .cta-form__text figure {
    margin-bottom: 20px
  }
}

.cta-form__text dt {
  position: relative;
  margin-bottom: 1.25rem;
  font-size: 1.25rem
}

@media screen and (max-width: 1023.8px) {
  .cta-form__text dt {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center
  }
}

.cta-form__text dt span {
  display: inline;
  position: relative;
  font-weight: 700
}

.cta-form__text dt span::before {
  content: "";
  width: 16px;
  height: 25px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/ico_light.svg") no-repeat
}

.cta-form__text dd {
  font-size: 1.125rem
}

@media screen and (max-width: 768.8px) {
  .cta-form__text dd {
    font-size: 14px
  }
}

.cta-form__text dd ul {
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width: 768.8px) {
  .cta-form__text dd ul {
    flex-wrap: wrap
  }
}

.cta-form__text dd ul li {
  color: #3c78c8;
  font-weight: 700;
  margin-bottom: .625rem
}

@media screen and (max-width: 768.8px) {
  .cta-form__text dd ul li {
    margin-bottom: 10px
  }
}

.cta-form__text dd ul li span {
  background: #fff;
  padding: .3125rem .625rem;
  margin-right: .625rem;
  border-radius: 5px
}

.cta-form__block {
  width: 430px;
  padding:60px 40px;
  background:#fff;
}

@media screen and (max-width: 1023.8px) {
  .cta-form__block {
    width: 100%;
    margin-top: 30px;
    padding:20px;
  }
}

.cta-form__block h2 {
  font-size: 1.75rem;
  color: #3c78c8;
  margin-bottom: .625rem;
  text-align: center
}

.cta-form__block p {
  font-size: .875rem;
  font-weight: 500;
  margin-bottom: .9375rem;
  color: #000
}

.cta-form__block p.cta-form__block--note {
  color: #3c78c8;
  font-weight: 700;
  font-size: 1rem
}

.p-footer {
  position: relative;
  background: #000;
  z-index: 20;
  color: #fff;
  padding: 8.5625rem 6.25rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 768.8px) {
  .p-footer {
    padding: 67px 20px 40px 20px
  }
}

.p-footer a:not(.c-btn) {
  transition: opacity .3s
}

.p-footer_data {
  width: 350px;
  max-width: 350px;
  min-width: 350px;
  margin-bottom: 40px;
  margin-right: auto
}

@media screen and (max-width: 768.8px) {
  .p-footer_data {
    margin-bottom: 0;
    min-width:auto;
    width:100%;
  }
}

.p-footer_data p {
  letter-spacing: .8px;
  padding-left: 11px
}

@media screen and (max-width: 768.8px) {
  .p-footer_data p {
    line-height: 1.7;
    font-size: 14px;
    padding-left: 4px
  }
}

.p-footer_logo {
  padding-top: 3px;
  margin-bottom: 29px
}

@media screen and (max-width: 768.8px) {
  .p-footer_logo {
    margin-bottom: 10px
  }
}

.p-footer_bottom {
  margin-top: 73px;
  width: 100%;
  height: 145px;
  border-top: solid 1px rgba(255, 255, 255, .2);
  display: flex;
  justify-content: flex-start;
  align-items: center
}

@media screen and (max-width: 1119.8px) {
  .p-footer_bottom {
    border-top: none;
    flex-wrap: wrap;
    align-content: flex-start
  }
}

@media screen and (max-width: 768.8px) {
  .p-footer_bottom {
    margin-top: 30px
  }
}

.p-footer_sns {
  display: flex;
  justify-content: space-between;
  width: 70px
}

@media screen and (max-width: 768.8px) {
  .p-footer_sns {
    width: 65px
  }
}

.p-footer_sns a {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto
}

.p-footer_sns a svg {
  fill: #fff
}

.p-footer_small {
  margin-left: 40px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .1px
}

@media screen and (max-width: 768.8px) {
  .p-footer_small {
    font-size: 10.5px;
    margin-left: auto;
    margin-right: 0
  }
}

.p-footer_terms {
  position: absolute;
  top: auto;
  left: auto;
  right: 61px;
  bottom: auto;
  font-size: 12px;
  line-height: 1;
  display: flex;
  width: 630px;
  justify-content: space-between
}

@media screen and (max-width: 1119.8px) {
  .p-footer_terms {
    margin-top: 20px;
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    order: -1;
    margin-bottom: 47px;
    max-width: 400px;
    margin-right: calc(100% - 400px)
  }
}

@media screen and (max-width: 768.8px) {
  .p-footer_terms {
    margin-top: 25px;
    max-width: none;
    width: 100%;
    margin-right: 0;
    font-size: 10.3px;
    letter-spacing: .4px
  }
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  color: inherit
}

.l-footer__nav li:first-child a {
  border-left: none
}

.l-footer__nav a {
  font-size: 12px;
  padding: 0 1em;
  display: block;
  color: #fff;
  border-right: 1px solid
}
.--scrolled .kv__title--cta-sp{
  display: none; 
}
@media screen and (max-width: 768.8px) {
  .l-footer__nav a {
    margin-bottom: 10px
  }
  .--scrolled .kv__title--cta-sp{
    display: block;
    position: fixed;
    bottom:0;
    width: 100%;
    background:#eee;
    z-index: 10; 
    padding:10px 0 0 0;
  }
  .--scrolled .kv__title--cta-sp p{
      font-size:14px;
      color:#3C78C8;
      margin-bottom:10px;
      text-align: center;
  }
  .--scrolled .kv__title--cta-btn{
    display: flex;
    margin:10px auto;
  }
  .--scrolled .kv__title--cta-sp a{
    color:#fff;
    background:#3C78C8;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.20);
    border-radius:4px;
    padding:15px 50px 15px 40px;
    line-height:2;
    text-align: center;
    display:inline-block;
    position: relative;
    font-size:16px;
    margin:auto;
  }
  .--scrolled .kv__title--cta-sp a:hover{
        opacity: .7;
    }
  .--scrolled .kv__title--cta-sp a::after{
        content:'';
        position:absolute;
        background:url("../images/LP_icon_download@3x.png") no-repeat scroll right center;
        right:24px;
        width:18px;
        height:17px;
        top:-3px;
        bottom:0;
        margin:auto;
        background-size:cover;
    }
}


.l-footer__nav li:last-child a {
  border-right: none;
  padding-right: 0
}

.ev_banner{
  max-width: 968px;
  margin:-20px auto 40px auto;
}
.ev_banner__inner a{
  border-radius: 5px;
  border: 1px solid #CCC;
  padding:20px;
  display: block;
  position: relative;
}
.ev_banner__inner a::after{
  content:'';
  width: 25px;
  height: 25px;
  background:url("../images/ico_arrow_r.svg") no-repeat;
  background-size:cover;
  position: absolute;
  top:0;
  bottom:0;
  right:20px;
  margin:auto;
}
.ev_banner__inner dl{
  display: flex;
  gap:20px;
  align-items: center;
  font-size:14px;
}
.ev_banner__inner dt{
  padding:5px 15px;
  border-radius: 100px;
  background:#3C78C8;
  color:#fff;
}
.ev_banner__inner dd{
  font-size:18px;
  font-weight:500;
}
@media screen and (max-width:768px) {
  .ev_banner__inner dl{
    flex-direction: column;
    font-size:12px;
    gap:10px;
    align-items: flex-start;
  }
  .ev_banner__inner dd{
    font-size:13px;
  }
  .ev_banner{
    margin:-10px 15px 40px 15px;
    width: calc(100% - 30px);
  }
  .ev_banner__inner a::after{
    right:10px;
  }
}
.header__nav{
  display: flex;
  gap:40px;
  align-items: center;
}

.remodal{
  max-width: 90%;
  padding-left: 120px;
        padding-right: 120px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding:0;
        border-radius: 0.375rem;
        background:#fff;
        position: relative;
}
.remodal--close{
  padding:0;
  background:#000;
  background:transparent;
  border-radius: 0.25rem;
  top:0;
  right: -3rem;
  position: absolute;
  cursor: pointer;
}
.remodal--box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.remodal--box  iframe, .remodal--box  object, .remodal--box  embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
.mieruca-heatmap-popup{
  display: none !important;
}
}
#mieruca_heatmap_popup .mieruca-hm-popup-inner{
  z-index:20 !important;
}


.case{
  margin-bottom: 120px;
}
.case .contents{
  margin-bottom:50px;
}
@media screen and (max-width: 768.8px){
  .case{
    padding: 0 16px;
    margin-bottom: 64px;
  }
  .case .contents{
    margin-bottom:40px;
  }
}

.case__contents{
  display: flex;
  align-items: flex-start;
  max-width: 1100px;
  margin: auto;
  justify-content: space-between;
}

@media screen and (max-width: 768.8px){
  .case__contents{
    flex-direction: column;
    max-width: 500px;
  }
}

.case__contents figure{
  margin-right: 30px;
  width: 400px;
}

@media screen and (max-width: 768.8px){
  .case__contents figure{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    font-size: 0.75rem;
  }
}


.case__contents figure img{
  margin-bottom: 20px;
}

@media screen and (max-width: 768.8px){
  .case__contents figure img{
    width: 100%;
    margin-bottom: 8px;
  }
}

.case__description {
  position: relative;
  width: 670px;
}


@media screen and (max-width: 768.8px){
  .case__description {
    width: 100%;
  }
  .case__description:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 43px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 0%, #fff 51%, #fff 100%)
  }

  .case__description--active:after {
    content: none;
  }
}

.case__description h3{
  position: relative;
  font-size: 30px;
  margin-bottom: 30px;
  line-height:1;
}
.case__description h3 em{
  font-style: normal;
  color:#3C78C8;
}
.case__description h3 span{
  color:#3C78C8;
  font-size:35px;
}
.case__description h3 strong{
  color:#3C78C8;
  font-weight:700;
  font-size:55px;
  line-height:0;
}
.case__image{
  display: flex;
  justify-content: space-between;
}
.case__image p{
  width: 400px;
  font-size:16px;
  font-weight:500;
}
.case__image figure{
  width: 290px;
  margin-right:0;
}
.case__image figure img{
  margin-bottom:0;
}
@media screen and (max-width: 768.8px){
  .case__description h3{
    font-size: 24px;
    line-height:1.4;
  }
  .case__description h3 span,.case__description h3 strong{
    font-size:24px;
  }
  .case__image{
    flex-direction: column;
    gap:20px;
  }
  .case__image p,.case__image figure{
    width: 100%;
    font-size:14px;
  }
  
}

.case__description p span{
  color: #3C78C8;
  font-weight: bold;
}


.case__description p span{
  color: #3C78C8;
  font-weight: bold;
}

@media screen and (max-width: 768.8px){
  

  .case__description--active p{
    height: auto;
    overflow: auto;
  }
}

.case__buttonWrap{
  display: none;
}

@media screen and (max-width: 768.8px){
  .case__buttonWrap{
    text-align: center;
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
  }

  .case__button{
    border: none;
    background: transparent;
  }

  .case__description--active .case__buttonWrap{
    margin-top: 16px;
    position: static;
    transform: translateX(0);
  }

  .case__button--open,
  .case__button--close{
    position: relative;
    display: inline-flex;
    padding: 8px 24px 8px 8px;
    background: #3C78C8;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
  }

  .case__button--open:before{
    content: '';
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background: #fff;
  }

  .case__button--open:after,
  .case__button--close:after{
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #fff;
  }

  .case__button .case__button--close{
    display: none;
  }

  .case__description--active .case__button .case__button--close{
    display: inline-flex;
  }

  .case__button .case__button--open{
    display: inline-flex;
  }

  .case__description--active .case__button .case__button--open{
    display: none;
  }
}


.can{
  margin:60px 0 100px 0;
}
.can__area{
  background: linear-gradient(289deg, #ECF2FC 12.65%, #F5F8FD 84.91%);
  width: 1240px;
  margin:auto;
  display: flex;
  flex-wrap: wrap;
  padding:70px;
  gap:10px;
  align-items: center;
  justify-content: center;
  margin-top:-24px;
}
.can__block{
  width: 360px;
  background:#fff;
  box-shadow: 0px 6px 10px 0px rgba(60, 109, 183, 0.20);
  display: flex;
  padding:20px 40px;
  align-items: center;
  font-size:20px;
  color: #3C78C8;
  gap:8px;
  justify-content: center;
  line-height:1.5;
}
.can__block figure{
  width: 80px;
}
@media screen and (max-width: 768.8px){
  .can{
    margin:0px 0 60px 0;
  }
  .can__area{
    width: 100%;
    padding:60px 15px;
    justify-content: space-between;
    margin-top:-16px;
  }
  .can__block{
    padding:20px 10px;
    font-size:14px;
    flex-direction: column;
    width: calc(100% / 2 - 5px);
    align-items: stretch;
    justify-content: center;
    gap:0;
    text-align: center;
  }
  .can__block figure{
    margin:auto;
  }
}