@charset "UTF-8";
/* 強みページ用　2021-10
---------------------------------------------*/
.strength {
	width: 100%;
}
.main_movie {
	width: 100%;
	height: 600px;
	background-color: #f1f1f1;
}
.main_movie video{
	width: 100vw;
	height: 600px;
}
@media screen and (max-width: 767px) {
  .main_movie,
  .main_movie video  {
    height: auto; } }
h2.main_lead {
	font-size: 48px;
	font-weight: bold;
	margin: 1.5em 0 1em 0;
	color: #101010;
	text-align: center;
}
@media screen and (max-width: 767px) {
  h2.main_lead {
    font-size: 24px; } }
.graphic {
	width: 560px;
	margin: auto;
}
.graphic>p {
    margin: 40px 0;
    font-size: 14px;
}
.graphic>p>a.btn_03 {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 260px;
    margin: auto;
    padding: 1rem 1.5rem;
    font-weight: bold;
    border: 2px solid #27acd9;
    color: #27acd9;
    border-radius: 100vh;
    transition: 0.5s;
    white-space: nowrap;
}
.graphic>p>a.btn_03:hover {
    color: #fff;
    background: #27acd9;
}
@media screen and (max-width: 767px) {
  .graphic {
    width: 70%; } }
.main_visual {
    display: flex;
    width: 100vw;
    height: 250px;
    overflow: hidden;
    background: #fff;
	margin: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .main_visual {
      height: auto;
    margin: 20px 0 0 0;
  } }
.main_visual img {
    width: auto;
    height: 100%;
    will-change: transform;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
    }

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
.main_visual img.mv_first {
    animation: loop 60s -30s linear infinite;
}
.main_visual img.mv_last {
    animation: loop2 60s linear infinite;
}
.three_reasons {
	width: 940px;
	margin: auto;
}
@media screen and (max-width: 767px) {
  .three_reasons {
    width: 95%; } }
.cheapness {
	margin-top: 60px;
}
.speed,
.quality {
	margin-top: 80px;
}
.cheapness p.num,
.speed p.num,
.quality p.num {
	font-size: 60px;
	font-weight: bold;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	color: #8B8B8B;
	text-align: center;
	margin-bottom: 12px;
}
.cheapness h2,
.speed h2,
.quality h2 {
	font-size: 28px;
	font-weight: bold;
	color: #E12E2E;
	text-align: center;
}
.cheapness h3,
.speed h3,
.quality h3 {
	font-size: 48px;
	font-weight: bold;
	color: #272626;
	text-align: center;
}
@media screen and (max-width: 767px) {
  .cheapness h3,
  .speed h3,
  .quality h3 {
    font-size: 32px; } }
.strength .detail {
  display: flex;
  margin: 4em 0;
}
.strength .detail .sp_only {
  display: none !important;
}
.strength .detail .pc_only {
  display: block !important;
}
.cheapness .detail p,
.quality .detail p {
	font-size: 18px;
	padding-left: 3em;
}
.speed .detail p {
	font-size: 18px;
	padding-right: 3em;
}
.cheapness img {
	width: 174px;
}
.speed img {
	width: 167px;
}
.quality img {
	width: 324px;
}
.strength p.txt {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin: 5em 0 3em 0;
}
@media screen and (max-width: 767px) {
  .strength .detail {
    display: block;
    margin: 2em 0;
    text-align: center;
  }
  .strength .detail .sp_only {
    display: block !important;
  }
  .strength .detail .pc_only {
    display: none !important;
  }
  .speed .detail p {
    font-size: 16px;
    padding-right: 0;
  }
  .cheapness .detail p,
  .quality .detail p {
    font-size: 16px;
    padding-left: 0;
  }
  .cheapness img,
  .speed img,
  .quality img {
    width: 33%;
    margin: auto;
    padding-bottom: 0.5em;
  }
  .strength p.txt {
    font-size: 20px;
    margin: 2em 0;
  } }
.strength p.link_inquiry {
	text-align: center;
}
.strength .printer {
    width: 100%;
    height: auto;
}
.strength .printer>img {
    width: 100%;
    height: auto;
}
.strength .printer>h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 1.5em 0 1em 0;
	color: #101010;
	text-align: center;
}
.strength .printer>h2>span {
	color: #c50505;
}
.strength .printer .printer_txt {
	width: 940px;
	margin: auto;
}
.strength .printer .printer_txt>h3 {
	font-size: 32px;
	font-weight: bold;
	margin: 1.5em 0 .5em 0;
}
.strength .printer .printer_txt>p {
	font-size: 18px;
	margin: 1.5em 0 .5em 0;
}
.strength .printer .printer_txt>img {
	margin: 30px 0 0 0;
}
.strength .c-btn1 {
  display: block; 
  text-align: center;
  margin-bottom: 5em;
}
.strength .c-btn1__txt {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    min-width: 342px;
    text-align: center;
    background: #00d2b5;
    text-decoration: none;
    border: 2px solid #00d2b5;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 14px 10px; }
    @media screen and (max-width: 767px) {
      .strength .c-btn1 {
        margin-bottom: 2em;
      }
      .strength .c-btn1__txt {
        font-size: 1.4rem;
        min-width: 280px;
        padding: 10px 10px; }
      
    .strength .printer>h2 {
      font-size: 22px;
  }
  .strength .printer .printer_txt {
      width: 100%;
      margin: auto;
      padding: 0 .2em;
  }
  .strength .printer .printer_txt>h3 {
      font-size: 20px;
      margin: 1.5em 0 .5em 0;
  }
  .strength .printer .printer_txt>p {
      font-size: 14px;
  }}
.strength .c-btn1__txt:hover {
      color: #404040;
      background: #fff; }
