@charset "UTF-8";

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  font-family: "Noto Sans JP", "PT Sans Narrow", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}

html {
  font-size: 62.5%
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  color: #26252d;
  background: #FFFFFF;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
option,
select,
table,
textarea {
  font-family: "Noto Sans JP", "PT Sans Narrow", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700
}

input,
option,
select,
table,
textarea {
  line-height: 1.1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

:focus {
  outline: 0
}

ins {
  text-decoration: none
}

del {
  text-decoration: line-through
}

img {
  vertical-align: top
}

a {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-decoration: none
}

/*a:hover{opacity:.8;-ms-filter:"alpha(opacity=80)"}*/

form label {
  cursor: pointer
}

#__bs_notify__ {
  opacity: .3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: red;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: .6;
  font-size: 8px
}


@media (min-width:768px) {
  .sp {
    display: none !important
  }
}

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

  img {
    max-width: 100%;
    height: auto
  }
}


.c-footer {
  width: 100%;
}

.c-footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 50px
}

@media screen and (max-width:560px) {
  .c-footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (max-width:560px) {
  .c-footer-logo {
    margin-bottom: 30px;
    text-align: center
  }
}

.c-footer .copyright {
  width: 100%;
  padding: 100px 50px;
  background-color: #000000;
}

@media screen and (max-width:560px) {
  .c-footer .copyright {
    width: 100%;
    padding: 115px 50px;
    background-color: #fff;
  }
}




.privacy1-txt {
  position: absolute;
  left: 3%;
  bottom: 30px;
  text-align: left;
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width:560px) {
  .privacy1-txt {
    left: 0;
    width: 100%;
  }
}


.privacy1-txt img {
  width: 100%;
  margin-bottom: 30%;
}

@media screen and (max-width:560px) {
  .privacy1-txt img {
    width: 27%;
    margin-bottom: 5%;
    margin-left: 6%;
  }
}


.copyright-txt {
  position: absolute;
  right: 3%;
  bottom: 130px;
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width:560px) {
  .c-footer .copyright-txt {
    text-align: center;
    font-size: 1rem;
    letter-spacing: .1rem
  }
}

@media screen and (max-width:560px) {
  .copyright-txt {
    right: 0;
    width: 100%;
  }
}




.footer {
  width: 100%;
  height: 209px;
  background: #000000;
  padding: 50px 60px 90px;
}

@media screen and (max-width:768px) {
  .footer {
    width: 100%;
    height: auto;
    background: #000000;
    padding: 61px 0 39px;
    margin-bottom: 50px;
  }
}


.footer-container {
  display: flex;
  align-items: center;
}

.footer-box1 {
  width: 20%;
  padding-right: 20px;
}

@media screen and (max-width:768px) {
  .footer-container {
    flex-direction: column;
  }
  .footer-box1 {
    width: 100%;
    text-align: center;
  }
}

.footer-logo img {
  max-width: 180px;
  width: 100%;
}

@media screen and (max-width:768px) {
  .footer-logo img {
    width: 30%;
  }
}


.footer-box2 {
  width: 30%;
}

@media screen and (max-width:768px) {
  .footer-box2 {
    width: 100%;
    margin: 60px 0 0;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: clamp(10px, 0.88vw, 16px);
  line-height: 19px;
}

@media screen and (max-width:768px) {
  .footer-menu {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-right: 0;
    flex-wrap: wrap;
    margin-bottom: 68px;
  }
}


.footer-menu-item {
  margin-right: auto;
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .footer-menu-item {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}


.footer-menu-item a {
  color: #FFFFFF;
}

.footer-menu-item a:hover {
  opacity: .7;
}

.footer-box3 {
  width: 30%;
}

@media screen and (max-width:768px) {
  .footer-box3 {
    width: 100%;
    margin: auto 0;
  }
}


.copyright-txt1 {
  margin: 0 auto;
  text-align: right;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.13em;
  color: #FFFFFF;
}

@media screen and (max-width:768px) {
  .copyright-txt1 {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }
}













.c-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s
}

.c-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FFF;
  padding-bottom: 12px;
}

.c-header-logo {
  width: 21%;
  margin-left: 4%;
}

@media screen and (max-width:768px) {
  .c-header-inner {
    padding-bottom: 0px;
  }
  .c-header-logo {
    width: 80%;
    margin: 13px 0 13px 20px;
    display: flex;
  }
}

.sw-btn {
  width: 70%;
  margin-right: 15px;
}



.c-header-logo img {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
}

@media screen and (max-width:768px) {
  .c-header-logo img {
    width: 100%;
    margin: 0;
  }
}

.c-header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  margin: 20px 0;
  justify-content: flex-end;
  width: 70%;
}

.c-header-item {
  margin-right: 23px;
}

@media screen and (max-width:1270px) {
  .c-header-item {
    margin-right: 2%;
  }
}

.c-header-item-middle {
  margin-right: 95px;
}

@media screen and (max-width:1335px) {
  .c-header-item-middle {
    margin-right: 5%;
  }
}

@media screen and (max-width:1270px) {
  .c-header-item-middle {
    margin-right: 2%;
  }
}


.c-header-item a {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #2C363C;
}

@media screen and (max-width:1300px) {
  .c-header-item a {
    font-size: 1vw;
  }
}

.c-header-item a:hover {
  color: #2AA9DF;
}

.c-header-item-btn1 a {
  width: 170px;
  text-align: center;
  padding: 14px 0 16px;
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
  border-radius: 90px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: .3s;
}




.c-btn {
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
  border-radius: 90px;
  color: #2DACE2;
  display: block;
  font-weight: bold;
  max-width: 170px;
  padding: 15px 17px 15px 40px;
  text-align: center;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media screen and (max-width:1270px) {
  .c-btn {
    max-width: 13vw;
  }
}


.c-btn.slide {
  background: #fff;
  color: #2DACE2;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-btn.slide::after {
  background: #2DACE2;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.c-btn.slide:hover {
  color: #fff;
}

.c-btn.slide:hover::after {
  transform: scale(1, 1);
}








.c-header-item-btn1 a {
  color: #2DACE2;
}

.c-header-item-btn1-1 {
  font-size: 11px;
  position: relative;
  bottom: 1px;
}











.c-header-item-btn2 {
  width: 170px;
  text-align: center;
  /*padding: 14px 0 16px;*/
  background: linear-gradient(90deg, #2BAAE0 33.33%, #3B62E8 100%);
  box-shadow: 4px 4px 20px rgba(43, 170, 224, 0.2);
  border-radius: 90px;
  display: inline-block;
  position: relative;
  transition: ease .2s;
}



.c-btn1 {
  /*background: #FFFFFF;*/
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
  border-radius: 90px;
  color: #2DACE2;
  display: block;
  font-weight: bold;
  /*width: 170px;*/
  padding: 15px 0px;
  text-align: center;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn1.slide1 {
  /*background: #fff;*/
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-btn1.slide1::after {
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.c-btn1.slide1:hover {
  color: #2CABE1;
}

.c-btn1.slide1:hover::after {
  transform: scale(1, 1);
}


.download-span {
  padding: 30px 20px;
  transition: ease .2s;
}

.download-span::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 8px;
  /*画像の幅*/
  height: 12px;
  /*画像の高さ*/
  background-image: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/download1-5c555117.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 12px;
  bottom: 19px;
  transition: ease .2s;

}


.download-span:hover::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 8px;
  /*画像の幅*/
  height: 12px;
  /*画像の高さ*/
  background-image: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/download2-c031a0e7.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 12px;
  bottom: 19px;
  transition: ease .2s;
}




.c-header-item-btn2 a {
  color: #FFFFFF;
}


.c-header.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.menu {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  z-index: 99
}

.menu__line {
  border-radius: 5px;
  background: #2DACE2;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%
}

.menu__line--center {
  top: 9px
}

.menu__line--bottom {
  bottom: 1px;
  right: 0;
  width: 100%
}

.menu__line--top.active {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.menu__line--center.active {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0)
}

.menu__line--bottom.active {
  bottom: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 100%
}

.gnav {
  font-family: Prompt;
  background: #F0F1F3;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98
}

.gnav__wrap {
  -webkit-box-align: center;
  /*-webkit-align-items:center;*/
  /*-ms-flex-align:center;*/
  /*align-items:center;*/
  /*display:-webkit-box;*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  /*-webkit-box-pack:center;*/
  /*-webkit-justify-content:center;*/
  /*-ms-flex-pack:center;*/
  /*justify-content:center;*/
  position: relative;
  width: 100%;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*bottom:20%;
*/
}



.gnav__menu__item {
  margin: 25px 20px
}

.gnav__menu__item a {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #4C4C4C;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.gnav__button {
  margin-top: 35px
}

.gnav__button a {
  padding: 10px 50px;
  color: #000;
  background-color: #fff
}

.gnav__menu__item a:hover {
  color: #666
}

.gnav__menu__item a:hover {
  color: #666
}


.gnav__logo img {
  width: 60%;
  position: relative;
  margin: 13px 0 13px 20px;
}

@media screen and (max-width:768px) {
  .gnav__logo img {
    width: 35%;
  }
}

.headerColor-default {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}


.gnav__menu {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 30px;
  padding-bottom: 5px;

}

.gnav-span {
  font-family: 'Noto Sans JP';
  position: absolute;
  right: 10%;
}

.gnav-btn2 {
  margin: 0 auto !important;
}


.gnav-btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */

  text-align: center;

  color: #9B9B9B;

  margin-right: 0;
  flex-wrap: wrap;
  margin-bottom: 99px;
  margin-top: 50px;
}



.gnav-btm-item {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}


.gnav-btm-item a {
  color: #9B9B9B;
}




.bx-wrapper {
  margin: 0 auto;
  min-width: 100%;
  max-width: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: 0 0 !important
}


.bx-wrapper img {
  margin: 0 auto;
  width: 180px;
  height: 240px
}



.scroll {
  position: absolute;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #028DE8;
  z-index: 2;
  left: 16px;
  bottom: 200px;
  display: flex;
  writing-mode: vertical-rl;
  align-items: center;
}

.scrolldown {
  width: 0.5px;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 20px;
  overflow: hidden;
  background: linear-gradient(to bottom, #028DE8 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 3.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -200px;
  }

  75% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 200px;
  }
}


.inner>span,
body,
section {
  position: relative
}

#form>.attentionWrap>p,
.cmnBtn,
.detailsWrap>.intro>p>span,
dl.acMenu>dt {
  text-align: center
}

.scroll>span>span:after {
  border-radius: 50%
}

:before,
a,
body>header,
dl.acMenu>dt,
img,
input,
path,
select {
  -webkit-transition: all .5s cubic-bezier(.5, 0, 0, 1);
  transition: all .5s cubic-bezier(.5, 0, 0, 1)
}



/* ------HEADER Main------ */

.first-container {
  position: relative;
  display: flex;
}
@media screen and (max-width:768px) {
  .first-container {
    width: 100%;
  }
}

.mv-container {
  width: 100%;
  height: auto;
  text-align: left;
  padding-top: 85px;
}

@media screen and (max-width:768px) {
  .mv-container {
    padding-top: 0;
  }
}

.mv-bg-txt {
  position: absolute;
  ;
  z-index: -5;
  left: 0px;
  top: 10%;
  width: 67%;
  margin-top: 0;
  margin-left: 0;
}

@media screen and (max-width:768px) {
  .mv-bg-txt {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 67px;
    width: 90%;
    margin-top: 0;
    margin: 0 auto;
  }
}


.mv-top-container {
  display: flex;
  /*z-index: -1;*/
  overflow: hidden;
  position: relative;
  height: 720px;
}

@media screen and (max-width:768px) {
  .mv-top-container {
    height: auto;
    flex-wrap: wrap;
  }
}

.mv-left-container {
  width: 640px;
  padding-left: 8%;
  padding-top: 70px;
  flex: none;
}

@media screen and (max-width:768px) {
  .mv-left-container {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 16px;
    margin-top: 50px;
  }
}

.mv-txt1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1px, 8.5vw, 54px);
  text-align: center;
  margin-top:96px;
  line-height: 65px;
  color: #2C363C;
  white-space: nowrap;
}

@media screen and (max-width:768px) {
  .mv-txt1 {
    font-weight: 700;
    line-height: 72px;
    margin-top: 92px;
    white-space: unset;
  }
}
.mv-txt1-sub1 {
  font-size:clamp(1px, 7.5vw, 48px);
}
.mv-txt1-sub2 {
  font-size:clamp(1px, 15vw, 96px);
  font-weight: 500;
  margin-right: 8px;
}

.mv-txt2-color {
  background: linear-gradient(90.47deg, #2DACE2 0.41%, #3A71E8 107.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.mv-txt2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 65px;

  white-space: nowrap;
}

@media screen and (max-width:768px) {
  .mv-txt2 {
    font-size: 30px;
    line-height: 43px;
  }
}



.mv-txt2-1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 65px;
  color: #2C363C;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #2C363C;
  background-clip: unset;
  text-fill-color: #2C363C;
}

@media screen and (max-width:768px) {
  .mv-txt2-1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 41px;
  }
}



.mv-txt2-2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 63px;
  line-height: 91px;
  letter-spacing: -0.07em;
}

@media screen and (max-width:768px) {
  .mv-txt2-2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 58px;
    letter-spacing: -0.1em;
  }
}


.mv-txt3 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #2C363C;
  margin-bottom: 65px;
  margin-top: 59px;
  width: 90%;
}

@media screen and (max-width:768px) {
  .mv-txt3 {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #2C363C;
    margin-bottom: 40px;
    margin-top: 36px;
    width: 100%;
  }
}



/*BUTTON*/
.mv-btn1 {
  width: 240px;
  position: relative;
  background: #3970E7;  /*linear-gradient(90deg, #2CABE1 44.87%, #3970E7 97.22%);*/
  box-shadow: 4px 4px 20px rgba(41, 169, 223, 0.2);
  border-radius: 60px;
  color: #2DACE2;
  display: block;
  font-weight: bold;
  padding: 15px 0px;
  text-align: center;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  /* margin-bottom: 16px; */
}

@media screen and (max-width:768px) {
  .mv-btn1 {
    width: 90%;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0 auto 10px;
  }
}

.mv-btn1.slide3 {
  /*background: #fff;*/
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mv-btn1.slide3::after {
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 0;
  left: -1px;
  content: '';
  width: 101%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.mv-btn1.slide3:hover {
  color: #2CABE1;
}

.mv-btn1.slide3:hover::after {
  transform: scale(1, 1);
  border-radius: 60px;
}


.footer-fixed {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.sp-btn {
  margin: 12px auto;
}

.mv-btn-span {
  /* padding: 21px 70px; */
  transition: ease .2s;
}

.mv-btn-span::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 14px;
  /*画像の幅*/
  height: 14px;
  /*画像の高さ*/
  background-image: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/mv-btn1-1-60db837b.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 24px;
  bottom: 20px;
  transition: ease .2s;
}

.mv-btn-span:hover::after, .mv-btn1:hover > .mv-btn-span::after {
  background-image: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/mv-btn1-2-75551091.png");
  transition: ease .2s;
}

/*
.mv-btn-span::before {
  content: '';
  display: inline-block;
  width: 22.5px;
  height: 30px;
  background-image: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/btn-before-a7ae8da6.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 30px;
  bottom: 15px;
  transition: ease .2s;
} */

.mv-btn-span:hover::before {
  background-image: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/btn-before2-7951f18d.png");
  transition: ease .2s;
}

@media screen and (max-width:768px) {
  .mv-btn-span {
    padding: 17px 20px;
  }

  .mv-btn-span::after {
    display: none;
  }

  .mv-btn-span::before {
    display: none;
  }
}

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


.mv-btn-span a {
  color: #FFFFFF;
}



.mv-btn2 {
  width: 240px;
  text-align: center;
  padding: 14px 0 16px;
  background: #FFFFFF;
  border:1px solid #3970E7;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 90px;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;

  color: #3970E7;
  display: block;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;

  margin-left: 16px;
}

@media screen and (max-width:768px) {
  .mv-btn2 {
    width: 90%;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 175px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  }

  .mv-btn2.slide4 {
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0;
  }
}

.mv-btn2.slide4::after {
  background: #2DACE2;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.mv-btn2.slide4:hover {
  color: #fff;
}

.mv-btn2.slide4:hover::after {
  transform: scale(1, 1);
}

.mv-btn2 span {
  position: relative;
}
.mv-btn2 > span::after {
  content: '▶';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  right: -44px;
  transition: ease .2s;
  font-size: x-small;
}

/*BUTTON*/



.mv-right-container {
  width: 100%;
}
.mv-right-container.pc {
  height: 100%;
  background-image: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/top-bg1-e7e691a8.webp");
  background-size: clamp(850px, calc(135%), 880px);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: -50px;
  flex: none;
  margin-left: 25px;
  width: 100%;
  position: absolute;
  z-index: -5;
}

@media screen and (max-width:768px) {
  .mv-right-container {
    width: 100%;
    height: 91vw;
    /* overflow: hidden; */
    position: absolute;
    z-index: -1;
    bottom: 8%;
  }
}

.mv-bg-img {
  width: 109%;
  margin-top: 24px;
  margin-left: -9%;
}

@media screen and (max-width:768px) {
  .mv-bg-img {
    width: 105%;
    /*margin-top: 0;*/
    margin-left: -5%;
    max-width: 110%;
    position: absolute;
    z-index: -1;
    margin-top: -54%;
  }
}

.mv-img-box1 {
  width: 100%;
  /*transform: rotate(34deg);*/
  /*margin-top: -320px;*/
  /*margin-left:20%;*/
}

.mv-img-box2 {
  margin-top: 26%;
}

.mv-img-box3 {
  margin-top: 56%;
}


.mv-img1 {
  width: 16vw;
  height: 23vw;
  object-fit: cover;
  display: block;
  border: 3px solid #ffffff;
}


.mv-btm-container {
  background: #FFFFFF;
  width: 100%;
  /*height: 213px;*/
  padding-top: 50px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width:768px) {
  .mv-btm-container {
    text-align: center;
    padding-top: 24px;
  }
}

.mv-btm-txtbox {
  display: flex;
  margin-bottom: 64px;
  /*flex-wrap: wrap;*/
}

@media screen and (max-width:768px) {
  .mv-btm-txtbox {
    margin-bottom: 50px;
    display: inline-block;
  }
}

.mv-btm-txt1 {
  margin-left: 12%;
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
  background: #3970E7; /*linear-gradient(90deg, #2EACE3 0%, #387CE7 119.38%);*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}

@media screen and (max-width:768px) {
  .mv-btm-txt1 {
    margin: 0 auto;
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
    display: inline-block;
  }
}


.mv-btm-txt1::after {
  content: "";
  display: block;
  width: 0.5px;
  height: 84px;
  background-color: #2960AB;
  position: absolute;
  bottom: -8px;
  right: -30px;
}

@media screen and (max-width:768px) {
  .mv-btm-txt1::after {
    display: none;
  }
}




.mv-btm-txt2 {
  padding-left: 66px;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #2C363C;
}

@media screen and (max-width:768px) {
  .mv-btm-txt2 {
    padding-left: 0;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    margin: 20px auto 0;
    white-space: nowrap;
  }
}

.mv-btm-imgbox {
  display: flex;
  overflow: scroll;
  width: 100%;
  margin-top: 24px;
}

.mv-img-client1 {
  width: 150px;
  object-fit: contain;
  height: 80px;
}

@media screen and (max-width:768px) {
  .mv-img-client1 {
    width: 75px;
    object-fit: contain;
    height: 45px;
  }
}

.mv-btm-bg-txt {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-size: 300px;
  line-height: 388px;
  letter-spacing: 0.03em;
  color: #EFF3F6;
  z-index: -1;
  position: absolute;
  left: -20px;
  top: 0;
}

@media screen and (max-width:768px) {
  .mv-btm-bg-txt {
    font-weight: 400;
    font-size: 120px;
    line-height: 155px;
    letter-spacing: 0.03em;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 20px;
    right: 0;
    /* margin: 0 auto; */
    text-align: center;
  }
}



.client-container {
  display: flex;
  height: 80px;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .client-container {
    height: 55px;
  }
}

.client-container>ul:first-child {
  animation: 70s linear -35s infinite normal none running loop;
}

.client-container>ul:last-child {
  animation: 70s linear 0s infinite normal none running loop2;
}


@keyframes loop {

  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {

  0% {
    transform: translateX(0px)
  }

  100% {
    transform: translateX(-200%);
  }
}




.client-container2 {
  display: flex;
  height: 110px;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .client-container2 {
    height: 55px;
  }
}


.client-container2>ul:first-child {
  animation: 70s linear -35s infinite normal none running loopBottom;
}

.client-container2>ul:last-child {
  animation: 70s linear 0s infinite normal none running loopBottom2;
}


.client-ul {
  display: flex;
}

.client-ul>li {
  min-width: 150px;
  height: auto;
  margin: auto 0 auto 70px;
}

@media screen and (max-width:768px) {
  .client-ul>li {
    min-width: 75px;
    height: auto;
    margin: auto 0 auto 28px;
  }
}


.client-img-list {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  margin: 0;
}


@keyframes loopBottom {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes loopBottom2 {
  0% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(0px);
  }
}




/*  -----ABOUT-------- */


.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width:768px) {
  .about {
    overflow: hidden
  }
}

.about-container {
  /*z-index:-1; */
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1440px;
  margin: 15px auto 160px;
}

@media screen and (max-width:768px) {
  .about-container {
    margin: 0 auto;
    min-width: 100%;
  }
}



.wrap-about {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.about-box_1 {
  width: 50%;
  padding-left: 12%;
  padding-top: 140px;
}

@media screen and (max-width:768px) {
  .about-box_1 {
    width: 100%;
    padding: 80px 5% 0;


    text-align: center;
  }
}


.about-box_1-txt1 {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
  background: linear-gradient(90.29deg, #2DACE2 6.4%, #3974E7 102.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 6px;
  display: inline-block;
}

@media screen and (max-width:768px) {
  .about-box_1-txt1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
  }
}


.about-box_1-txt2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #2C363C;
  margin-bottom: 45px;
}

@media screen and (max-width:768px) {
  .about-box_1-txt2 {
    margin-bottom: 50px;
  }
}


.about-box_1-txt3 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 2vw;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #2C363C;
  margin-bottom: 41px;
}

@media screen and (max-width:768px) {
  .about-box_1-txt3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-align: left;
    margin: 20px auto;
    white-space: nowrap;
    width: 335px;
  }
}

@media screen and (max-width:345px) {
  .about-box_1-txt3 {
    font-size: 18px;
    width: 100%;
  }
}

.about-box_1-txt3 span {
  background: linear-gradient(90deg, #2DACE2 0%, #3974E7 110.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}



.about-box_1-txt4 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 1.2vw;
  line-height: 219%;
  color: #2C363C;
  width: 92%;
}

@media screen and (max-width:768px) {
  .about-box_1-txt4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    text-align: left;
    margin: 0 auto 20px;
    /*white-space: nowrap;*/
    width: 100%;
  }
}





.about-box_2 {
  width: 50%;
}

@media screen and (max-width:768px) {
  .about-box_2 {
    width: 100%;
    padding: 0 5%;
  }
}


.about-box_2-img1 {
  position: sticky;
  top: 50%;
  width: 100%;
}

@media screen and (max-width:768px) {
  .about-box_2-img1 {
    position: initial;
    margin-top: 0px;
    margin-bottom: -36px;
  }
}


.wrap-about2 {
  width: 94%;
  display: flex;
  margin: 123px auto 0;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (max-width:768px) {
  .wrap-about2 {
    width: 100%;
    margin: 50px auto 0;
    justify-content: space-around;
    padding: 0 3% 60px;
  }
}

.about2-box_1 {
  width: 30%;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 4px 4px 75px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  height: 405px;
  padding-top: 39px;
}

@media screen and (max-width:768px) {
  .about2-box_1 {
    width: 100%;
    box-shadow: 4px 4px 45px rgb(0 0 0 / 5%);
    border-radius: 3px;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    max-width: 365px;
  }
}

.about2-box_1-2 {
  padding-top: 10px;
}

@media screen and (max-width:768px) {
  .about2-box_1-2 {
    padding-top: 0;
  }
}


.about2-img1 {
  width: 235px;
}

@media screen and (max-width:768px) {
  .about2-img1 {
    width: 200px;
  }
}

.about2-img1-2 {
  width: 173px;
  margin-bottom: -45px;
}

@media screen and (max-width:768px) {
  .about2-img1-2 {
    width: 132px;

  }
}

.about2-img1-3 {
  width: 163px;
  margin-bottom: -8px;
}

@media screen and (max-width:768px) {
  .about2-img1-3 {
    width: 123px;
    margin-bottom: -8px;
  }
}

.about2-txt1 {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  background: linear-gradient(89.81deg, #2DACE2 29.3%, #3972E7 71.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 10px 0 30px;
}

@media screen and (max-width:768px) {
  .about2-txt1 {
    font-size: 13px;
    margin: 30px 0 0;
    width: 60%;
    line-height: 80px;
    z-index: 1;
  }
}

.about2-txt1 span {
  font-family: 'PT Sans Narrow';
  font-size: 120px;
  letter-spacing: -0.03em;
}

@media screen and (max-width:1265px) {
  .about2-txt1 span {
    font-size: 8vw;
  }
}

@media screen and (max-width:768px) {
  .about2-txt1 span {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 30px;
  }
}

@media screen and (max-width:360px) {
  .about2-txt1 span {
    font-size: 14vw;
  }
}


.about2-txt2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: #2C363C;
  position: relative;
  z-index: 1;
}

@media screen and (max-width:768px) {
  .about2-txt2 {
    font-size: 18px;
    line-height: 30px;
    width: 40%;
    margin: auto 0
  }
}

@media screen and (max-width:360px) {
  .about2-txt2 {
    font-size: 4.7vw;
  }
}


.about2-txt3 {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  line-height: 100%;
  color: #E4EBF2;
  position: relative;
  bottom: 56px;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .about2-txt3 {
    font-size: 50px;
    line-height: 90px;
    bottom: unset;
    position: absolute;
    top: 10px;
    left: 0;
  }
}


.about-btm-container {
  width: 100%;
  background: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/about-btm-img-92819283.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 119px;
  padding-bottom: 130px;
}

@media screen and (max-width:768px) {
  .about-btm-container {
    width: 100%;
    background: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/about-btm-img-sp-3afff835.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 63px;
    padding-bottom: 55px;
  }
}


.about-btm-box1 {
  text-align: center;
}

.about-btm-txt1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 157%;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}

@media screen and (max-width:768px) {
  .about-btm-txt1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    position: relative;
    margin-bottom: 40px;
  }
}


.about-btm-txt1::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 47px;
  /*画像の幅*/
  height: 55px;
  /*画像の高さ*/
  background-image: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/left1-46ce0550.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: -10%;
  bottom: 10px;
}

.about-btm-txt1::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 47px;
  /*画像の幅*/
  height: 55px;
  /*画像の高さ*/
  background-image: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/right1-ef614333.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: -10%;
  bottom: 10px;
}

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

  .about-btm-txt1::after,
  .about-btm-txt1::before {
    display: none;
  }
}





.about-btm-box2 {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width:768px) {
  .about-btm-box2 {
    width: 100%;
    display: inherit;
  }
}


/*BUTTON*/
.mv-btn1-about {
  background: transparent;
  border: 1px solid #FFFFFF;
  margin: 0 5.5px;
  width: 363px;
  text-align: center;
  padding: 14px 0 16px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
  border-radius: 90px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.6vw, 1.6vw, 17px);
  line-height: 26px;
}

.mv-btn1-about.slide5 {
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mv-btn1-about.slide5::after {
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.mv-btn1-about.slide5:hover {
  color: #04A5DC!important;
  box-shadow: 4px 4px 20px rgba(255, 255, 255, 0.4);
  border-radius: 60px;
  background: #FFFFFF;
}

.mv-btn1-about.slide5:hover::after {
  transform: scale(1, 1);
  background: #FFFFFF;
}


.mv-btn1-about-1::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 14px;
  /*画像の幅*/
  height: 14px;
  /*画像の高さ*/
  background-image: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/mv-btn1-1-60db837b.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: clamp(0px, calc(5vw - 32px), 45px);
  bottom: clamp(1vw, 3vw, 22px);
  transition: ease .2s;
}



.mv-btn1-about-1:hover::after {
  background-image: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/mv-btn1-2-75551091.png");
  transition: ease .2s;
}



.mv-btn1-about-1::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: clamp(1.6vw, 1.6vw, 22.5px);
  /*画像の幅*/
  height: 30px;
  /*画像の高さ*/
  background-image: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/btn-before-a7ae8da6.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: clamp(0px, calc(5vw - 30px), 30px);
  bottom: clamp(1vw, 1vw, 15px);
  transition: ease .2s;
}

.mv-btn1-about-1:hover::before {
  background-image: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/btn-before2-7951f18d.png");
  transition: ease .2s;
}

@media screen and (max-width:768px) {
  .mv-btn1-about {
    width: 300px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #04A5DC !important;
    background: #FFFFFF;
    margin-bottom: 10px;
  }
}


.mv-btn1-about-1 {
  padding: 18px clamp(1vw, 1vw, 70px);
}

@media screen and (max-width:768px) {
  .mv-btn1-about-1 {
    padding: 0;
  }
}



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

  .mv-btn1-about-1::after,
  .mv-btn1-about-1::before {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .about-btm-btn2 {
    background: transparent;
    color: #FFFFFF !important;
  }
}

/*MERIT*/

.merit-container {
  max-width: 1440px;
  width: 86%;
  padding-top: 200px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width:768px) {
  .merit-container {
    max-width: 1440px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 147px 5% 60px;
    text-align: center;
    overflow: hidden;
  }
}

.merit-top-txt1 {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
  text-align: center;
  background: linear-gradient(90.29deg, #2DACE2 6.4%, #3974E7 102.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}

@media screen and (max-width:768px) {
  .merit-top-txt1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
  }
}


.merit-top-txt2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2.8vw, 2.8vw, 50px);
  line-height: 72px;
  text-align: center;
  color: #13202F;
}

@media screen and (max-width:768px) {
  .merit-top-txt2 {
    font-size: 25px;
    line-height: 36px;
    white-space: nowrap;
  }
}

@media screen and (max-width:345px) {
  .merit-top-txt2 {
    font-size: 23px;
    line-height: 36px;
    white-space: nowrap;
  }
}

.merit-top-txt3 {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-size: 300px;
  line-height: 388px;
  letter-spacing: 0.03em;
  color: #EFF3F6;
  position: absolute;
  top: 4%;
  text-align: center;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .merit-top-txt3 {
    font-weight: 400;
    font-size: 120px;
    line-height: 155px;
    letter-spacing: 0.03em;
    position: absolute;
    top: 4%;
    text-align: center;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}


.merit-box1 {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 148px;
  margin-top: 59px;
  text-align: left;
  flex-wrap: wrap-reverse;
}

@media screen and (max-width:768px) {
  .merit-box1 {
    margin-bottom: 0;
    margin-top: 60px;
  }
}

@media screen and (max-width:768px) {
  .merit-box1-rev {
    flex-wrap: wrap;
  }
}


.merit-box1-1 {
  width: 50%;
  padding-left: 5%;
}

@media screen and (max-width:768px) {
  .merit-box1-1 {
    width: 100%;
    padding: 0;
    margin-top: -15%;
  }
}


.merit-box1-img1 {
  width: 21%;
}

@media screen and (max-width:768px) {
  .merit-box1-img1 {
    width: 22%;
  }
}

.merit-box1-txt2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2.25vw, 2.25vw, 40px);
  line-height: 1.2em;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 50px;
}

@media screen and (max-width:768px) {
  .merit-box1-txt2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    /*white-space: nowrap;*/
  }
}

@media screen and (max-width:335px) {
  .merit-box1-txt2 {
    font-size: 26px;
  }
}

.merit-box1-txt3 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #000000;
  width: 88%;
}

@media screen and (max-width:768px) {
  .merit-box1-txt3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
  }
}



.merit-box1-img2 {
  width: 100%;
  margin: 60px 0 0 10px;
  position: sticky;
  top: 40%;
}

@media screen and (max-width:768px) {
  .merit-box1-img2 {
    width: 85%;
    margin: 0 0 0 20%;
  }
}

.merit-box1-2 {
  width: 50%;
  text-align: left;
}

@media screen and (max-width:768px) {
  .merit-box1-2 {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}


.merit-box2-1 {
  width: 50%;
  padding-left: 0;
}

@media screen and (max-width:768px) {
  .merit-box2-1 {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}


.merit-box1-img2-2 {
  margin: 80px 0 0 10px;
}

@media screen and (max-width:768px) {
  .merit-box1-img2-2 {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width:768px) {
  .merit-box3-1 {
    margin-top: 0;
  }
}



/*MERIT*/



/*REASON*/

.reason-sec {
  background: #EFF3F6;
  width: 100%;
  padding-top: 196px;
  padding-bottom: 160px;
  z-index: 0;
}

@media screen and (max-width:768px) {
  .reason-sec {
    background: #EFF3F6;
    width: 100%;
    padding-top: 93px;
    padding-bottom: 60px;
    overflow: hidden;
  }
}

.reason-conteiner {
  width: 86%;
  margin: 0 auto;
  max-width: 1440px;
  text-align: center;
}

@media screen and (max-width:768px) {
  .reason-conteiner {
    width: 94%;
    margin: 0 auto;
    text-align: center;
  }
}

.reason-top-txt2 {
  margin-bottom: 95px;
}

@media screen and (max-width:768px) {
  .reason-top-txt2 {
    margin-bottom: 48px;
  }
}

.reason-top-txt3 {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-size: 300px;
  line-height: 388px;
  letter-spacing: 0.03em;
  color: #F7F9FD;
  top: 2%;
}

@media screen and (max-width:768px) {
  .reason-top-txt3 {
    font-weight: 400;
    font-size: 120px;
    line-height: 155px;
    top: 20px;
  }
}

.reason-box {
  display: flex;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.01);
  border-radius: 0px 10px 10px 10px;
  text-align: left;
  flex-wrap: wrap;
}

@media screen and (max-width:768px) {
  .reason-box {
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.01);
    border-radius: 6px;
  }
}

.reason-box1-1 {
  width: 50%;
  padding: 67px 0 0 77px;
}

@media screen and (max-width:768px) {
  .reason-box1-1 {
    width: 100%;
    padding: 34px 7px 0 28px;
  }
}

.reason-box1-txt1 {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  background: linear-gradient(90.29deg, #2DACE2 6.4%, #3974E7 102.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}

@media screen and (max-width:768px) {
  .reason-box1-txt1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
  }
}


.reason-box1-txt2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2.4vw, 2.4vw, 35px);
  line-height: 1.2em;
  color: #000000;
  margin: 20px 0 30px;
}

@media screen and (max-width:768px) {
  .reason-box1-txt2 {
    font-size: 20px;
    line-height: 30px;
    margin: 3px 0 16px;
  }
}

.reason-box1-txt3 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.9vw, 1.4vw, 18px);
  line-height: clamp(0.9vw, 2.25vw, 40px);
  color: #000000;
  margin-bottom: 9px;
}

@media screen and (max-width:768px) {
  .reason-box1-txt3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    width: 93%;
    margin-bottom: 0;
  }
}


.reason-box1-txt4 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #0F496F;
}

@media screen and (max-width:768px) {
  .reason-box1-txt4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 40px;
  }
}


.reason-box1-img2 {
  width: 99%;
}

@media screen and (max-width:768px) {
  .reason-box1-img2 {
    width: 100%;
  }
}

.reason-box1-2 {
  width: 50%;
}

@media screen and (max-width:768px) {
  .reason-box1-2 {
    width: 100%;
    padding: 0 0 5px;
  }
}


@media screen and (max-width:768px) {
  .reason-box1-2 img {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}

@media screen and (max-width:768px) {
  .reason-box1-3 {
    width: 100%;
    padding: 50px 17px 49px;
  }
}

@media screen and (max-width:768px) {
  .reason-box1-3 img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.reason-box1-4 {
  width: 40%;
}

@media screen and (max-width:768px) {
  .reason-box1-4 {
    width: 100%;
    padding: 25px 17px;
  }
}

@media screen and (max-width:768px) {
  .reason-box1-4 img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}


.reason-box2 {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.01);
  border-radius: 0px 10px 10px 10px;
  margin: 20px 0;
  text-align: center;
  padding: 93px 0 25px;
}

@media screen and (max-width:768px) {
  .reason-box2 {
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.01);
    border-radius: 6px;
    margin: 20px 0;
    text-align: left;
    padding: 23px 7px 0 30px;
  }
}

.reason-box2-txt2 {
  color: #2C363C;
}

.reason-box2-txt3 {
  width: 56%;
  margin: 0 auto;
  text-align: left;
  color: #2C363C;
}

@media screen and (max-width:768px) {
  .reason-box2-txt3 {
    width: 96%;
    margin: 0;
  }
}

.reason-box2-1 {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media screen and (max-width:768px) {
  .reason-box2-1 {
    flex-wrap: wrap;
    width: 110%;
    margin-left: -5%;
    padding-bottom: 67px;
    padding-right: 30px;
  }
}

.reason-box2-1-1 {
  width: 30%;
}

@media screen and (max-width:768px) {
  .reason-box2-1-1 {
    width: 100%;
  }
}

.reason-box2-1-2 {
  width: 30%;
}

@media screen and (max-width:768px) {
  .reason-box2-1-2 {
    width: 100%;
    margin-top: -20%;
  }
}

.reason-box2-1-3 {
  width: 30%;
}

@media screen and (max-width:768px) {
  .reason-box2-1-3 {
    width: 100%;
    /*margin-top: -8%;*/
  }
}




.reason-box2-img {
  width: 100%;
}


.reason-box3 {
  margin: 20px 0;
}


.reason-box3-img {
  width: 85%;
  margin: 47px 84px 46px 20px;
  position: sticky;
  top: 240px;
}

@media screen and (max-width:768px) {
  .reason-box3-img {
    width: 100%;
    margin: 0;
  }
}



@media screen and (max-width:768px) {
  .reason-box4 {
    flex-wrap: wrap-reverse;
  }
}

.reason-box4-1 {
  width: 60%;
  padding: 114px 80px 0 5px;
}

@media screen and (max-width:768px) {
  .reason-box4-1 {
    width: 100%;
    padding: 26px 7px 0 30px;
  }
}

.reason-box4-img {
  width: 75%;
  margin: 114px 10px 94px 66px;
  position: sticky;
  top: 40%;
}

@media screen and (max-width:768px) {
  .reason-box4-img {
    width: 100%;
    margin: 0;
  }
}


/*REASON*/


/*WORKER*/

.worker-top-txt2-1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #13202F;
  margin-bottom: 69px;
}

@media screen and (max-width:768px) {
  .worker-top-txt2-1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0 50px;
  }
}

.worker-top-txt3 {
  top: 9%;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}



.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}







/*Swiper*/


.swiper-container {
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .swiper-container {
    overflow: visible;
  }
}



/* 全体のスタイル */
.swiper-wrapper {
  width: 100%;
  margin-bottom: 100px;
}

@media screen and (max-width:768px) {
  .swiper-wrapper {
    width: 70%;
    margin-bottom: 35px;
  }
}

/* 全スライド共通スタイル */
.swiper-slide {
  color: #ffffff;
  width: 100%;
  /*height: 390px!important;*/
  padding: 29px 23px 0;
  /*margin-right: 14px;*/
  text-align: center;
  background: #FFFFFF;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}

@media screen and (max-width:768px) {
  .swiper-slide {
    height: 319px !important;
  }
}





.swiper-button-next,
.swiper-button-prev {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  opacity: 1 !important;
  transition: ease .2s;
}

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

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}


.swiper-button-prev {
  border: 1px solid #04A5DC;
  right: 10%;
  left: unset;
  bottom: -35px;
  top: unset;
}

.swiper-button-prev::after {
  /*font-family: "Font Awesome 5 Free";*/
  content: "◀";
  /* angle-double-leftのUnicode */
  font-size: 12px;
  color: #04A5DC;
}

.swiper-button-next {
  border: 1px solid #04A5DC;
  right: 0;
  left: unset;
  bottom: -35px;
  top: unset;
  /*background: #04A5DC;*/
}

.swiper-button-next::after {
  /*font-family: "Font Awesome 5 Free";*/
  content: "▶";
  /* angle-double-leftのUnicode */
  font-size: 12px;
  color: #04A5DC;
}

.swiper-button-next:hover {
  background: #04A5DC;
}

.swiper-button-next:hover::after {
  color: #FFFFFF;
}

.swiper-button-prev:hover {
  background: #04A5DC;
}

.swiper-button-prev:hover::after {
  color: #FFFFFF;
}


.swiper-container-horizontal>.swiper-scrollbar {
  height: 2.5px;
  /* 高さ */
}

.swiper-scrollbar {
  width: 77%;
  background: #DFDFDF;
  /* 背景色（現在のスライド以外） */
  border-radius: 0;
  /* 丸み */
}

@media screen and (max-width:768px) {
  .swiper-scrollbar {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .voice-scrollbar {
    width: 95%;
    overflow: hidden;
  }
}


.swiper-scrollbar-drag {
  background: #1998EB;
  /* 背景色（現在のスライド） */
  border-radius: 0;
  /* 丸み */
}



.worker-box1 {
  position: relative;
}

.worker-box1-bg {
  position: absolute;
  top: -10px;
  width: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .worker-box1-bg {
    top: -11px;
    width: 39%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}



.worker-box1-img {
  width: 28%;
  border-radius: 50%;
  position: relative;
}

@media screen and (max-width:768px) {
  .worker-box1-img {
    width: 31%;
  }
}

.worker-box2 {
  margin-top: 35px;
  padding-bottom: 10px;
  margin-bottom: 19px;
  border-bottom: 0.5px solid #C4C4C4;
}

@media screen and (max-width:768px) {
  .worker-box2 {
    margin-bottom: 10px;
  }
}

.worker-box2-txt1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}

@media screen and (max-width:768px) {
  .worker-box2-txt1 {
    font-size: 12px;
    line-height: 17px;
  }
}

.worker-box2-txt2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background: #000000;
  border-radius: 30px;
  width: fit-content;
  padding: 4px 16px;
  margin: 9px auto 24px;
}

@media screen and (max-width:768px) {
  .worker-box2-txt2 {
    font-size: 12px;
    line-height: 17px;
    padding: 2px 11px;
    margin: 8px auto 15px;

  }
}

.worker-box2-txt3 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.worker-box3 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.worker-box3-txt1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #0F496F;
  border: 1px solid #0F496F;
  border-radius: 3px;
  padding: 1px 7px;
  width: fit-content;
  margin: 5px 5px 5px 0;
}

@media screen and (max-width:768px) {
  .worker-box3-txt1 {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    padding: 1px 7px;
    width: fit-content;
    margin: 5px 5px 5px 0;
  }
}




/*WORKER*/



/*FLOW*/
.flow-sec {
  background: #EFF3F6;
  width: 100%;
  z-index: 0;
}

.flow-conteiner {
  width: 100%;
  padding-top: 196px;
  padding-bottom: 160px;
  margin: 160px auto 0;
  position: relative;
  max-width: 1440px;
  z-index: -1;
  text-align: center;
}

@media screen and (max-width:768px) {
  .flow-conteiner {
    width: 100%;
    padding-top: 89px;
    padding-bottom: 70px;
    margin-top: 40px;
    position: relative;
    z-index: -1;
    text-align: center;
  }
}


.flow-top-txt3 {
  color: #F7F9FD;
  z-index: -1;
  top: 2%;
}

.flow-top-txt4 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #13202F;
  margin: 30px 0 60px;
}


.flow-box1 {
  width: 100%;
  text-align: center;
  margin-top: 91px;
}

@media screen and (max-width:768px) {
  .flow-box1 {
    margin-top: 35px;
  }
}

.flow-img1 {
  width: 19%;
}

@media screen and (max-width:768px) {
  .flow-img1 {
    width: 44%;
    margin-bottom: -20px;
  }
}

.flow-box1-txt1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 57px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #13202F;
}

@media screen and (max-width:768px) {
  .flow-box1-txt1 {
    font-size: 30px;
    line-height: 43px;
  }
}

.flow-box1-txt1-1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 72px;
  letter-spacing: -0.02em;
  background: linear-gradient(90.47deg, #2DACE2 0.41%, #3A71E8 107.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width:768px) {
  .flow-box1-txt1-1 {
    font-size: 40px;
    line-height: 58px;
    letter-spacing: -0.06em;
  }
}


.flow-box1-txt1-2 {
  font-family: 'Noto Sans JP';
  font-size: 40px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:768px) {
  .flow-box1-txt1-2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
  }
}

.flow-box1-txt1-3 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #13202F;
}



.flow-box1-txt2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  color: #13202F;
}

@media screen and (max-width:768px) {
  .flow-box1-txt2 {
    font-size: 16px;
    line-height: 33px;
    text-align: left;
    margin: 25px auto 0;
    width: 90%;
  }
}


.flow-box1-2 {
  width: 86%;
  margin: 52px auto 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width:768px) {
  .flow-box1-2 {
    width: 90%;
    margin: 60px auto 0;
  }
}

.flow-box1-2-1 {
  width: 23%;
}

@media screen and (max-width:768px) {
  .flow-box1-2-1 {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
  }
}




.flow-img2 {
  width: 77%;
  border-radius: 50%;
}

@media screen and (max-width:768px) {
  .flow-img2 {
    width: 32%;
    border-radius: 50%;
    object-fit: contain;
  }
}

@media screen and (max-width:768px) {
  .flow-box-sp {
    width: 68%;
    padding-left: 20px;
    text-align: left;
  }
}


.flow-img2-2 {
  width: 84%;
}

@media screen and (max-width:768px) {
  .flow-img2-2 {
    width: 32%;

  }
}

.flow-box1-2-2 {
  width: 2.5%;
  margin: auto 0;
  padding-bottom: 165px;
}


.flow-img4 {
  width: 77%;
}

@media screen and (max-width:768px) {
  .flow-img4 {
    width: 32%;
    border-radius: 50%;
    object-fit: contain;
  }
}

.flow-box1-2-arrow {
  color: #339AE5;
  font-size: 36px;
}

.flow-box1-2-txt1 {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #2FA7E3 -11.21%, #397AE7 112.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 18px auto 0;
  width: 52px;
}

@media screen and (max-width:768px) {
  .flow-box1-2-txt1 {
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    text-align: left;
    margin: 0;
    width: auto;
    display: inline-block;
  }
}



.flow-box1-2-txt2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 130.8%;
  text-align: center;
  color: #13202F;
  margin-top: 2px;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  .flow-box1-2-txt2 {
    font-size: 15px;
    line-height: 130.8%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 6px;
  }
}

.flow-box1-2-txt3 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #13202F;
  margin: 0 auto;
  width: 85%;
  text-align: left;
}

@media screen and (max-width:768px) {
  .flow-box1-2-txt3 {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    /*margin:;*/
    width: 100%;
  }
}


.flow-btm-container {
  width: 100%;
  background: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/flow-btm-img-da7de900.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 140px;
  text-align: center;
}

@media screen and (max-width:768px) {
  .flow-btm-container {
    width: 100%;
    background: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/flow-btm-img-sp-0da081df.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 94px;
    text-align: center;
  }
}


.flow-arrow {
  width: 17%;
}

@media screen and (max-width:768px) {
  .flow-arrow {
    width: 45%;
  }
}


.flow-btm-txt1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: clamp(3.5vw, 3.5vw, 50px);
  line-height: 130.8%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin: 65px 0 29px;
}

@media screen and (max-width:768px) {
  .flow-btm-txt1 {
    font-size: 25px;
    margin: 33px 0 25px;
  }
}

.flow-btm-txt2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width:768px) {
  .flow-btm-txt2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}

.flow-btm-box {
  width: 100%;
  display: flex;
  margin: 54px auto 0;
  flex-wrap: wrap;
  max-width: 850px;
  justify-content: center;
}

@media screen and (max-width:768px) {
  .flow-btm-box {
    display: flex;
    margin: 54px auto 0;
    flex-wrap: wrap;
    max-width: 850px;
    justify-content: space-around;
    width: 90%;
  }
}

@media screen and (max-width:375px) {
  .flow-btm-box {
    justify-content: space-between;
  }
}

.flow-btm-checkbox1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0.03em;
  color: #E58A00;
  padding: 2px 13px;
  background: #FFFFFF;
  box-shadow: 4px 4px 14px rgba(229, 138, 0, 0.3);
  border-radius: 4px;
  margin: 10px 12px;
}

@media screen and (max-width:768px) {
  .flow-btm-checkbox1 {
    font-size: 13px;
    line-height: 40px;
    padding: 0 13px;
    margin: 4px 0;
  }
}

@media screen and (max-width:375px) {
  .flow-btm-checkbox1 {
    font-size: 3.5vw;
    line-height: 40px;
    padding: 0 13px;
    margin: 4px 0;
  }
}


.flow-btm-checkbox1-1 {
  background: #E58A00;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 3px 6px;
  font-size: 10px;
}

@media screen and (max-width:768px) {
  .flow-btm-checkbox1-1 {
    padding: 2.5px 6px;
    font-size: 10px;
  }
}

.flow-btm-checkbox1-2 {
  position: relative;
  top: 3px;
}

@media screen and (max-width:768px) {
  .flow-btm-checkbox1-2 {
    position: relative;
    top: 0;
  }
}

/*FLOW END*/

/*VOCIE*/

.voice-top-txt2 {
  margin-bottom: 95px;
}

@media screen and (max-width:768px) {
  .voice-top-txt2 {
    margin-bottom: 42px;
  }
}

.voice-top-txt3 {
  color: #EFF3F6;
  top: 6%;
}

@media screen and (max-width:768px) {
  .voice-top-txt3 {
    top: 8%;
  }
}

.voice-top-txt4 {
  margin: 20px 0 30px;
}

.voice-conteiner {
  width: 100%;
  padding-top: 194px;
  padding-bottom: 160px;
  position: relative;
  max-width: 1440px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .voice-conteiner {
    width: 100%;
    padding-top: 125px;
    padding-bottom: 80px;
    margin: 0 auto;
  }
}



.voice-swiper-box {
  width: 86%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width:768px) {
  .voice-swiper-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-left: 5%;
  }
}


.wrapper-voice {
  margin-bottom: 165px;
}

@media screen and (max-width:768px) {
  .wrapper-voice {
    margin-bottom: 48px;
    width: 81%;
  }
}

.voice-slide {
  background: unset;
  box-shadow: unset;
}

@media screen and (max-width:768px) {
  .voice-slide {
    height: auto;
    padding: 0;
  }
}


.voice-box1-bg {
  position: absolute;
  top: 0;
  height: 270px;
  width: 100%;
  max-width: 380px;
  object-fit: cover;
  z-index: 1;
}

@media screen and (max-width:768px) {
  .voice-box1-bg {
    position: absolute;
    top: 0;
    height: 195px;
    width: 100%;
    max-width: 380px;
    object-fit: cover;
    z-index: 1;
  }
}

.voice-box1-img {
  position: relative;
  height: 270px;
  width: 100%;
  max-width: 380px;
  object-fit: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width:768px) {
  .voice-box1-img {
    position: relative;
    height: 195px;
    width: 100%;
    max-width: 380px;
    object-fit: cover;
  }
}







.voice-box1-txt {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #FFFFFF;
  position: absolute;
  bottom: 15px;
  z-index: 1;
  right: 21px;

}

.voice-box1-txt span {
  padding: 8px 10px;
  border-radius: 50%;
  border: 0.5px solid #FFFFFF;
  font-size: 10px;
  margin-left: 8px;
  position: relative;
  bottom: 2px;
}

.voice-box2 {
  margin-top: 40px;
}

@media screen and (max-width:768px) {
  .voice-box2 {
    margin-top: 20px;
  }
}

.voice-box2-txt1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.1vw, 1.5vw, 24px);
  line-height: clamp(1px, 2.2vw, 35px);
  color: #13202F;
  text-align: left;
  margin-bottom: 35px;
}

@media screen and (max-width:768px) {
  .voice-box2-txt1 {
    font-size: 20px;
    line-height: 25px;
    color: #0F496F;
    text-align: left;
    margin-bottom: 20px;
  }
}


.voice-company-box {
  display: flex;
}

.voice-company-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  object-fit: contain;
}


.voice-company-txt {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #13202F;
  margin: auto 10px;
}

@media screen and (max-width:768px) {
  .voice-company-txt {
    font-size: 12px;
    line-height: 17px;
    margin: auto 10px;
  }
}

.voice-company-txt span {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #05A6DD;
}

@media screen and (max-width:768px) {
  .voice-company-txt span {
    margin-left: 7px;
  }
}

.voice-box1 {
  overflow: hidden;
}

.voice-slide:hover .worker-box1>img {
  -webkit-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}

.voice-slide {
  cursor: pointer;
}

.voice-slide:hover .voice-box2-txt1 {
  color: #0F496F;
}

/*MODAL*/



/* モーダルCSS */
.modalArea,
.modalArea2,
.modalArea3,
.modalArea4 {
  display: none;
  position: absolute;
  z-index: 999;
  /*サイトによってここの数値は調整 */
  top: 30%;
  left: 0;
  width: 100%;
  height: 120%;
}

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

  .modalArea,
  .modalArea2,
  .modalArea3,
  .modalArea4 {
    top: 30%;
    left: 0;
    width: 100%;
    height: 150%;
  }
}


.modalBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(14px);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 650px;
  padding: 70px 30px 180px;
  text-align: center;
}

@media screen and (max-width:768px) {
  .modalWrapper {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 650px;
    padding: 70px 5% 180px;
    text-align: left;
  }
}

.closeModal {
  position: absolute;
  top: 1.5rem;
  right: 3rem;
  cursor: pointer;
  font-size: 33px;
  color: #FFFFFF;
}

.modal-img {
  width: 100%;
  max-width: 500px;
  object-fit: cover;
}


.modal-txt1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  margin-top: 56px;
}

@media screen and (max-width:768px) {
  .modal-txt1 {
    line-height: 40px;
    margin-top: 42px;
  }
}

.modal-box1 {
  border-top: 0.5px solid #FFFFFF;
  margin-top: 50px;
  padding-top: 41px;
}

@media screen and (max-width:768px) {
  .modal-box1 {
    border-top: 0.5px solid #FFFFFF;
    margin-top: 15px;
    padding-top: 21px;
  }
}

.modal-box1-txt1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

@media screen and (max-width:768px) {
  .modal-box1-txt1 {
    font-size: 13px;
    line-height: 19px;
  }
}


.modal-box1-txt2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
  margin-top: 30px;
  text-align: left;
  margin-bottom: 60px;
}

@media screen and (max-width:768px) {
  .modal-box1-txt2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 60px;
  }
}


.modal-btn-box {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width:768px) {
  .modal-btn-box {
    display: block;
  }
}



.modal-btn1-about {
  width: 300px;
  background: transparent;
  border: 2px solid #FFFFFF;
  margin: 0 5.5px;
  text-align: center;
  padding: 17px 0;
  border: 2px solid #FFFFFF;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.05));
  border-radius: 90px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
}

@media screen and (max-width:768px) {
  .modal-btn1-about {
    margin: 5px 0;
    padding: 17px 0;
    color: #FFFFFF !important;
  }
}




/*MODAL END*/

.voice-btm-bg {
  background: #EDF2F8;
  width: 100%;
  height: 566px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width:768px) {
  .voice-btm-bg {
    height: 345px;
  }
}


/*VOCIE END*/


/*CLIENT BTM*/

.client-btm-conteiner {
  width: 100%;
  padding-top: 86px;
  padding-bottom: 90px;
  position: relative;
  text-align: center;
}

@media screen and (max-width:768px) {
  .client-btm-conteiner {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 90px;
    position: relative;
    text-align: center;
  }
}

.client-btm-txt2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

@media screen and (max-width:768px) {
  .client-btm-txt2 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
  }
}



.client-btm-txt3 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.1vw, 2.25vw, 25px);
  line-height: 40px;
  text-align: center;
  color: #000000;
  margin-top: 47px;
  margin-bottom: 60px;
}

@media screen and (max-width:768px) {
  .client-btm-txt3 {
    font-size: 23px;
    margin-top: 40px;
    margin-bottom: 42px;
  }
}



.client-btm-txt3 span {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(89.95deg, #2FAAE4 4.63%, #3881E7 63.57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width:768px) {
  .client-btm-txt3 span {
    font-size: 23px;
  }
}

@media screen and (max-width:350px) {
  .client-btm-txt3 span {
    font-size: 6.5vw;
  }
}


.bottom-conteiner {
  width: 100%;
  background: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/bottom-bg-e1ca6451.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 159px 0 128px;
  text-align: center;
}

@media screen and (max-width:768px) {
  .bottom-conteiner {
    width: 100%;
    background: url("/assets-rails8/landing_pages/innovation_lp4cde_business/image/bottom-bg-sp-97befef3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 42px 0 42px;
    text-align: center;
  }
}


.bottom-txt1 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.5vw, 3.5vw, 40px);
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 50px;
}

@media screen and (max-width:768px) {
  .bottom-txt1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width:350px) {
  .bottom-txt1 {
    font-size: 6.5vw;
  }
}

/*REASON SWIPER*/

.slide-reason {
  height: auto !important;
  background: transparent !important;
  box-shadow: unset;
  padding: 0;
}


.wrapper-reason {
  margin-bottom: 0;
  width: 80%;

}

.reason-box2-img2 {
  width: 110%;
  max-width: 110%;
}
