/* 強みページ用　2021-11
---------------------------------------------*/
#wrapper {
	width: 100%;
	position: relative;
}
.strength {
	width: 100%;
	color: #101010;
}
.main_movie {
	width: 100%;
	height: 600px;
	background-color: #f1f1f1;
}
.main_movie video{
	width: 100vw;
	height: 600px;
}
h1.main_lead {
	font-size: 48px;
	font-weight: bold;
	margin: 1.5em 0 1em 0;
	color: #101010;
	text-align: center;
}
.graphic {
	width: 560px;
	margin: 0 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;
}
.main_visual {
    display: flex;
    width: 100vw;
    height: 250px;
    overflow: hidden;
    background: #fff;
	margin: 60px 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: 0 auto;
}
.js-scroll-trigger {
	opacity: 0;
	transform: translateY(80px);
	transition: 1.5s ease;
}
.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, '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;
}
.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 .detail {
	display: flex;
	margin: 4em 0;
}
.strength p.txt {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 5em 0;
}
.strength p.link_inquiry {
	text-align: center;
}
.strength .bn_area {
	width: 650px;
	margin: 0 auto;
}
.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;
}
