@charset "UTF-8";
/* ヘッダー */
header {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
header div {
  display: flex;
  height: 40px;
}

header .header_title {
  height: 40px;
}
header .header_s1 {
  font-size: 12px;
  font-family: sans-serif;
  margin-top: 3px;
  color: darkslategrey;
}
header .header_ul {
  display: inline-flex;
  list-style: none;
  padding-top: 14px;
  font-size: 15px;
  font-family: sans-serif;
}
header .header_cont {
  position: absolute;
  right: 0;
  margin-right: 20px;
}
header li {
  padding-right: 25px;
}
header .list_h {
  text-decoration: none;
  color: darkslategrey;
}
header .btn--orange {
  color: #fff;
  background-color: #eb6100;
  width: 100px;
  height: 50px;
  text-decoration: none;
}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  width: 100px;
  height: 50px;
  text-decoration: none;
  margin-top: -4px;
}

header .btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
  width: 100px;
  height: 50px;
  text-decoration: none;
}

header a.btn--radius {
  border-radius: 100vh;
}
header .header_buttun {
  margin-top: 14%;
  font-size: 16px;
  font-family: sans-serif;
  color: #fff;
}

@media (max-width: 768px) {
  header .header_ul {
    display: none; /* メニューを非表示にする */
  }
  header .header_cont {
    display: none; /* メニューを非表示にする */
  }
}
main {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 80px;
}

article .in {
  position: relative;
  background-color: #3a98e2;
  padding-top: 10px;
}
article .in:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 250px 100vw;
  border-color: transparent transparent #fff transparent;
}
article .cont_title {
  font-family: monospace;
  font-size: 50px;
  color: white;
  margin: 1% 3% 3%;
  text-shadow: 1px 2px 3px rgb(37, 41, 41);
}
article .cont_right {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
article .crown_icons {
  display: flex;
}
article .crown_icon {
  position: relative;
  display: inline-block;
}
article .crown {
  height: 170px;
  margin: 0px 30px;
}
article .crown_p {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 1px 2px 3px rgb(37, 41, 41);
}
article .crown_txt {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 45px;
  font-family: system-ui;
  text-shadow: 1px 2px 3px rgb(37, 41, 41);
}
article .crown_p2 {
  position: absolute;
  top: 42%;
  left: 44%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 1px 2px 3px rgb(37, 41, 41);
}
article .crown_txt2 {
  position: absolute;
  top: 62%;
  left: 42%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  font-family: system-ui;
  text-shadow: 1px 2px 3px rgb(37, 41, 41);
}
article .crown2 {
  height: 170px;
  padding-right: 30px;
}
article .topGif {
  height: 283px;
  width: 435px;
}
article .monitor {
  position: absolute;
  left: 80px;
  top: 35px;
  width: 436px;
}
article .topImg {
  position: absolute;
  right: 0px;
  top: 80px;
  width: 593px;
}
article .mac {
  height: 380px;
  width: 800px;
  margin: 0% 5% 0 0;
}
article .spImg {
  position: absolute;
  width: 160px;
  left: -50px;
  bottom: 78px;
}
article .money {
  height: auto;
  width: 350px;
  margin-left: 120px;
  margin-top: 8px;
}
article .iphone {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
article .Lbtn--orange {
  color: #fff;
  background-color: #eb6100;
  width: 370px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
article a.btn_l--orange {
  color: #fff;
  background-color: #eb6100;
  width: 370px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
article a.btn_l--orange:hover {
  color: #fff;
  background: #f56500;
  width: 370px;
  height: 70px;
  text-decoration: none;
  display: inline-block;
}
article a.btn_l--radius {
  border-radius: 100vh;
  display: inline-block;
  margin: 3% 6%;
}
article a.btn_l--orange {
  color: #fff;
  background-color: #eb6100;
  width: 370px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
article a.btn_l--orange:hover {
  color: #fff;
  background: #f56500;
  width: 370px;
  height: 70px;
  text-decoration: none;
  display: inline-block;
}
article a.btn_l--radius {
  border-radius: 100vh;
  display: inline-block;
  margin: 3% 6%;
}
article a.btn_ll {
  text-align: center;
}
article a.btn_ll--orange {
  color: #fff;
  background-color: #eb6100;
  width: 370px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
article a.btn_ll--orange:hover {
  color: #fff;
  background: #f56500;
  width: 370px;
  height: 70px;
  text-decoration: none;
  display: inline-block;
}
article a.btn_ll--radius {
  border-radius: 100vh;
  display: inline-block;
  margin: 3% 6%;
}
article a.btn_ll--orange {
  color: #fff;
  background-color: #eb6100;
  width: 500px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
article a.btn_ll--orange:hover {
  color: #fff;
  background: #f56500;
  width: 500px;
  height: 80px;
  text-decoration: none;
  display: inline-block;
}
article a.btn_ll--radius {
  border-radius: 100vh;
  display: inline-block;
  margin: 3% 6% 1%;
}
article .header_buttun_l {
  margin-top: 5%;
  font-size: 25px;
  font-family: sans-serif;
  color: #fff;
}
article .header_buttun_ll {
  margin-top: 4%;
  font-size: 30px;
  font-family: sans-serif;
  color: #fff;
}
article .feature_btn_text {
  padding-bottom: 3%;
}
article .slideLogos {
  padding: 20px 0;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
article .logos_upper {
  display: flex;
  padding-left: 0;
  animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
article .logos_lower {
  display: flex;
  padding-left: 0;
  animation: loop-slide 20s infinite linear 1s both;
  animation-direction: reverse;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
article .logoSlider_upper {
  display: flex;
}
article .logoSlider_lower {
  display: flex;
}
article .slide-paused:hover .logos_upper .logos_lower {
  animation-play-state: paused;
}
article .upper_li {
  width: 14vw;
}
article .lower_li {
  width: 14vw;
}
@media screen and (max-width: 921px) {
  article .upper_li {
    width: 35vw;
  }
  article .lower_li {
    width: 35vw;
  }
}
article .logo {
  height: 100px;
  width: 440px;
}
article .smile {
  height: 85px;
  padding-top: 10px;
  margin-top: 10px;
}
article .ralph {
  height: 80px;
  margin-top: 10px;
}
article .soloop {
  height: 90px;
  width: 400px;
}
article .u-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
article .u-ttlBox1 {
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  padding-top: 70px;
}
article .u-ttlBox1 small {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
article .u-ttlBox1 strong {
  display: block;
  color: #305ebe;
  font-size: 3rem;
}
article .u-ttlBox2 {
  background-color: #ffffff;
  width: 50%;
  text-align: center;
  font-size: 2.5rem;
  font-family: monospace;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
article .conts {
  box-shadow: 0px 5px 10px rgba(150, 170, 197, 0.1);
  padding-left: 0;
  padding-top: 20px;
}
article .show {
  display: block;
}
article .list {
  display: flex;
  background-color: #fff;
  padding: 30px 0;
  border-radius: 10px;
}
article .list li {
  width: 33.33333%;
  padding: 20px 3.33333% 0px;
  list-style: none;
}
article .ttl {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
article .ttl em {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #305ebe;
  width: 64px;
  height: 64px;
  margin: auto;
  color: #fff;
  font-style: normal;
  font-size: 2rem;
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -72px;
  left: 0;
  right: 0;
  font-family: sans-serif;
}
article .ttl span {
  display: block;
  color: #305ebe;
  font-size: 1.5rem;
  font-family: sans-serif;
  font-weight: 550;
}
article .left {
  border-left: 1px solid #3095df;
}
article .list_cont {
  padding-left: 33px;
  font-size: 0.9rem;
  line-height: 1.47059;
  position: relative;
  display: flex;
}
article .check {
  height: 18px;
  margin-right: 10px;
}
article .featureList {
  padding-left: 0;
}
article .l-cont {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
article .feature_btn {
  text-align: center;
}
article .problem_list {
  display: flex;
  flex-wrap: wrap;
  width: 1160px;
  margin: 0 auto;
  justify-content: space-between;
  padding-left: 0;
}
article .color {
  margin-bottom: 30px;
  box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: relative;
  cursor: default;
}
article .in_p {
  width: 360px;
  height: 130px;
  display: flex;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  background-color: #3095df;
  transition: 0.3s;
}
article .in_p.in2 {
  background-color: #1d7cd1;
}
article .in_p.in3 {
  background-color: #305eb9;
}
article .txt {
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
  width: 240px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
article .img_problem {
  width: 90px;
  margin-right: 20px;
}
article .resolution {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
}
article .resolution em {
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffff00 0%);
}
article .resolution em .ti {
  display: inline-block;
  text-indent: -0.3em;
}
article .resolution .blue {
  color: #305ebe;
}
article .function_ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
  padding-left: 0;
}
article .function_li {
  width: 33.33333%;
  padding: 1.66667% 1.66667% 2.5%;
  position: relative;
}
article .video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
article .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 重要なスタイル設定 */
}
article dl {
  text-align: center;
}
article dt {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #305ebe;
  font-size: 1.5rem;
  font-weight: bold;
}
article dd {
  color: #373737;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  margin: auto;
}
article .top {
  border-top: 1px solid #3095df;
}
article .case_area {
  margin: auto;
  width: 1280px;
}
article .case_area .cases {
  display: flex;
  padding-right: 20px;
}
article .case_area .cases .graph {
  margin: auto;
  padding-top: 20px;
  height: auto;
  width: 400px;
}
article .case_area .cases .case_list {
  width: 33.333%;
  margin: 0 1.5% 48px 0;
}
article .case_area .cases .case_list .case_cont {
  border-radius: 20px;
  background-color: rgba(234, 243, 250, 0.5);
  height: 600px;
}
article .case_area .cases .case_list .case_cont .case_txt {
  text-align: center;
  width: 90%;
  margin: auto;
}
article .case_area .cases .case_list .case_cont .case_txt .soloop_c {
  width: 283px;
}
article .case_area .cases .case_list .case_cont .case_txt img {
  height: auto;
  width: 300px;
  margin: auto;
}
article .case_area .cases .case_list .case_cont .case_txt .company {
  color: rgb(47, 55, 55);
  font-size: 1.7rem;
  padding-top: 30px;
}
article .case_area .cases .case_list .case_cont .case_txt .case_title {
  color: #305ebe;
  font-size: 1.3rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #3095df;
  text-align: left;
  margin-top: 10px;
}
article .case_area .cases .case_list .case_cont .case_txt .case_p {
  font-size: 18px;
  text-align: left;
  padding-top: 10px;
  line-height: 2;
}
article .case_area .cases .case_list .case_cont .case_txt .case_p .blue {
  color: #305ebe;
  font-weight: 600;
}
article .case_area .cases .case_list .case_cont .case_txt .case_p .ti {
  display: inline-block;
  text-indent: -0.3em;
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffff00 0%);
}
article .money_area {
  margin: auto;
  width: 1280px;
}
article .money_area .cases {
  display: flex;
  padding: 0 30px;
}
article .money_area .cases .case_list {
  width: 45%;
  margin: auto;
}
article .money_area .cases .case_list .case_cont {
  border-radius: 20px;
  background-color: white;
  height: 300px;
  padding-top: 10px;
}
article .money_area .cases .case_list .case_cont .case_txt {
  text-align: center;
  width: 90%;
  height: 50px;
  margin: auto;
  background-color: moccasin;
  margin-top: 30px;
  border-radius: 20px;
  padding: 8px;
  color: #423b3b;
}
article .money_area .cases .case_list .case_cont .case_txt .txt_prize {
  margin-top: 40px;
  text-align: center;
}
article .money_area .cases .case_list .case_cont .case_txt .txt_prize .num {
  font-size: 5.5rem;
  color: #1db57b;
  letter-spacing: -4px;
}
article .money_area .cases .case_list .case_cont .case_txt .txt_prize .num_tax {
  display: inline-block;
  margin: 0 0.2em;
  font-size: 2.375rem;
  font-weight: bold;
  color: #423b3b;
}
article .money_area .cases .case_list .case_cont .case_txt .txt_prize .num_sub {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  color: #423b3b;
}
article .money_area .cases .case_list .case_cont .case_txt .dot_list {
  display: flex;
  text-align: left;
  margin-top: 20px;
}
article .money_area .cases .case_list .case_cont .case_txt .dot {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4583333333rem;
  line-height: 40px;
}
article .money_area .cases .case_list .case_cont .case_txt li {
  color: #423b3b;
}
article .money_area .cases .case_list .case_cont .case_txt .soloop_c {
  width: 283px;
}
article .money_area .cases .case_list .case_cont .case_txt img {
  height: auto;
  width: 300px;
  margin: auto;
}
article .money_area .cases .case_list .case_cont .case_txt .company {
  color: rgb(47, 55, 55);
  font-size: 1.7rem;
}
article .money_area .cases .case_list .case_cont .case_txt .case_title {
  color: #305ebe;
  font-size: 1.3rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #3095df;
  text-align: left;
  margin-top: 10px;
}
article .money_area .cases .case_list .case_cont .case_txt .case_p {
  font-size: 18px;
  text-align: left;
  padding-top: 10px;
  line-height: 2;
}
article .money_area .cases .case_list .case_cont .case_txt .case_p .blue {
  color: #305ebe;
  font-weight: 600;
}
article .money_area .cases .case_list .case_cont .case_txt .case_p .ti {
  display: inline-block;
  text-indent: -0.3em;
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffff00 0%);
}

footer {
  background: #3b98e2;
  height: 50%;
  width: 100%;
}
footer .l-footer_upper {
  max-width: 1340px;
  margin: 0 auto;
  padding: 50px 30px 80px;
  position: relative;
}
footer .l-footer_nav {
  float: right;
  padding-top: 18px;
  display: flex;
  margin-right: 5%;
}
footer .footer_ul {
  margin-left: 95px;
}
footer a {
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 1.42;
  color: #fff;
  font-weight: bold;
}
footer li {
  margin: 0 0 20px;
}
footer .footer_logo {
  max-width: 230px;
  float: left;
}
footer .footer_logoCaption {
  font-size: 0.8rem;
  color: #fff;
  margin-top: 10px;
  display: block;
  letter-spacing: 1.5px;
  text-align: center;
}

.l-cont {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.l-cont > article.mainZone {
  padding: 0;
}

.mainZone {
  width: 100%;
}

.featureZone {
  background-color: rgba(234, 243, 250, 0.5);
  height: 100%;
  width: 100%;
}

.problemZone {
  padding: 20px 0 75px;
  width: 100%;
}

.functionZone {
  background-color: rgba(234, 243, 250, 0.5);
  height: 100%;
  padding-bottom: 60px;
  width: 100%;
}

.caseZone {
  padding: 20px 0 75px;
  width: 100%;
}

.moneyZone {
  background-color: rgba(234, 243, 250, 0.5);
  height: 100%;
  padding-bottom: 60px;
  width: 100%;
}

.syumiZone {
  background-color: rgba(234, 243, 250, 0.8);
  padding: 20px 0 75px;
  width: 100%;
}

.syumi_btn {
  background-color: #4e9ec1 !important;
}

.marker {
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffff00 0%);
}

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