/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	line-height: 1;
}

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

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	position: relative;
	font-size: 62.5%;
}

body {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	line-height: 1.6;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	color: #000;
	border-top: 0.1rem solid #fff;
	counter-reset: count-number;
  margin-top:69px;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	color: #000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-backface-visibility: hidden;
}

em {
	font-style: normal;
}

/********************
 layouts
********************/

.l-container {
	width: 100%;
}

/*******************************
 helper
*******************************/

/* for sentence
-------------------------------*/

.br::before {
	content: "\A";
	white-space: pre;
}

/* colors
-------------------------------*/

.color-red {
	color: #cf142b;
}

/* fonts
-------------------------------*/

/* font-weight */

.fw-bold {
	font-weight: bold;
}

/* show / hide
-------------------------------*/

.nodisplay {
	display: none !important;
}

.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

/* rythm
-------------------------------*/

/********************
 linkbox
********************/

.linkbox {
	cursor: pointer;
}

.linkbox:hover img {
	opacity: 1;
}

/********************
 header
********************/
 .br-spmin {
    display: none;
  } 
.header {
	position: relative;
	z-index: 100;
	padding-left: 5vmin;
	padding-right: 5vmin;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #fff;
  position:fixed;
  top:0;  
  width: 100%;
  z-index:10000;
}

.header::after {
	position: absolute;
	left: 0;
	bottom: -.3rem;
	width: 100%;
	height: .3rem;
	content: '';
	background-color: rgba(0, 0, 0, 0.06);
}
  
.header .inner{
  position:relative;
  width: 1024px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify; 
  -webkit-box-pack: justify; 
  flex-pack: justify;
}
.header .inner .nav {
display: flex;
    align-items: center;
}
.header .inner .nav ul{

  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify; 
  -webkit-box-pack: justify; 
  flex-pack: justify; 
}  
.header .inner .nav ul li {
  width: 140px;
  font-size: 14px;
  text-align:center;
  padding: 0 0 0 20px;
  list-style:none;
  display: flex;
  align-items: center;
  border-left: 1px solid #bbb;
  line-height: 1.3;
}
.header .inner .nav ul li a{
  color:#444;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.header .inner .nav ul li a:after{
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #cf142b;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s; 
}
.header .inner .nav ul li a:hover::after {
  transform: scale(1, 1);
}
.header .inner .nav ul li:last-of-type{
  border:none;  
  padding:0;
}
.header .inner .nav ul li:last-of-type a{
  background-color:#cf142b;
  color:#fff;
  display: block;
  text-align: center;
  padding: 11px;
  width: 150px;
}
.header .inner .nav ul li:last-of-type a:after{
  display:none;
}
.header .inner .nav ul li a:hover{
  opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header .inner .nav ul li:last-of-type a:hover{
  background-color:#fff;
  color:#cf142b;
  border:1px solid #cf142b;
}
.header__logo {
  display: flex;
  align-items: center;
  
}
.header__logo__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__logo__link:hover {
	text-decoration: none;
	opacity: .8;
}

.header__logo__image {
	margin-right: 2.5rem;
}

.header__logo__text {
	color: #333333;
}

/********************
 mv
********************/

.mv {
	position: relative;
	background-image: url("/-/Media/Ricoh/Sites/co_jp/special/factory-automation/images/mv_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.mv__container {
	padding: 2rem 0 0;
}

.mv__heading__shape {
	display: block;
}

.mv__heading__en {
	display: block;
	margin-bottom: 1rem;
	font-size: 2.6rem;
	font-weight: bold;
	color: #222222;
}

.mv__heading__jp {
	display: block;
	margin-bottom: 1.5rem;
	color: #cf142b;
	font-weight: bold;
}

.mv__subheading {
	margin-bottom: 3rem;
	padding-left: 1.5rem;
	line-height: 1.5;
	font-size: 1.4rem;
	font-weight: bold;
	border-left: solid 0.3rem #cf142b;
}

.mv__boxarea {
	counter-reset: mv-box-number;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mv__box {
	border-radius: .5rem;
	box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
}

.mv__box__heading {
	position: relative;
	padding: 1rem 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background-color: #cf142b;
	border-bottom: solid 0.5rem #eeeeee;
	border-radius: .5rem .5rem 0 0;
}

.mv__box__heading::before {
	position: absolute;
	top: -.9rem;
	left: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 3.6rem;
	height: 3.6rem;
	counter-increment: mv-box-number;
	content: counter(mv-box-number);
	font-size: 2.6rem;
	font-weight: bold;
	color: #cf142b;
	background-color: #fff;
	border: solid 0.2rem #cf142b;
	border-radius: .5rem;
}

.mv__box__content {
	padding: .5rem 1rem 1rem;
	line-height: 1.5;
	font-size: 1.4rem;
	background-color: #fff;
	border-radius: 0 0 .5rem .5rem;
}

.mv__btnholder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 3.9rem;
}

.mv__btn {
	position: relative;
	padding-bottom: 1rem;
	text-align: center;
	line-height: 1;
	font-size: 1.3rem;
	font-weight: bold;
	border-bottom: solid 0.1rem #cf142b;
}

.mv__btn:hover {
	text-decoration: none;
}

.mv__btn__arrow {
	z-index: 10;
	position: absolute;
	bottom: -7.8rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
}

/********************
 intro
********************/

.intro {
	position: relative;
	background-color: #f9f9f9;
	border-bottom: solid 0.1rem #dfdfdf;
}

.intro::after {
	position: absolute;
	left: 50%;
	bottom: -6.4rem;
	display: block;
	width: .1rem;
	height: 6.4rem;
	content: '';
	background-color: #cf142b;
}

.intro__container {
	padding-top: 10rem;
}

.intro__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem;
}

.intro__heading__main {
	margin-bottom: 1rem;
	text-align: center;
	line-height: 1.33333;
	font-size: 2.4rem;
	font-weight: bold;
}

.intro__heading__sub {
	padding: .5rem 2.4rem;
	text-align: center;
	line-height: 1;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #cf142b;
	border-radius: .3rem;
}

.intro__lead {
	margin-bottom: 5rem;
	text-align: center;
	line-height: 1.5;
	font-size: 1.4rem;
	font-weight: bold;
}

.intro__boxarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 6rem;
}

.intro__box {
	position: relative;
}

.intro__box__heading {
	position: relative;
}

.intro__box__link {
	position: relative;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #cf142b;
	border-radius: .5rem;
}

.intro__box__link::after {
	display: inline-block;
	margin-left: .5em;
	content: '>';
	opacity: .52;
  transform: rotate(90deg);
}

.intro__box__link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #c11328;
}

.intro__box__content {
	padding: 1rem 0 3rem;
}

.intro__box__imgholder {
	position: absolute;
	left: -1rem;
	top: -6rem;
}

.intro__box__text {
	text-align: center;
	line-height: 1.5;
	font-size: 1.4rem;
	color: #222222;
}

/********************
 block
********************/

.block {
	overflow-x: hidden;
	max-width: 132.4rem;
	margin: 0 auto;
	padding-top: 8.4rem;
}

.block__header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 3rem;
}

.block__header::before {
	position: absolute;
	left: 50%;
	top: -8.4rem;
	display: block;
	width: .1rem;
	height: 6.4rem;
	content: '';
	background-color: #cf142b;
}

.block__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
}

.block__heading__shape {
	display: inline-block;
	margin-right: 2.5rem;
}

.block__heading__text {
	line-height: 1.33333;
	font-size: 2.4rem;
	font-weight: bold;
	color: #333333;
}

.block__subheading {
	margin-bottom: 1.5rem;
	padding: 0 2rem;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.42857;
	font-size: 1.4rem;
	color: #cf142b;
	border-left: solid 0.1rem #333333;
	border-right: solid 0.1rem #333333;
}

.block__lead {
	padding-bottom: 1rem;
	text-align: center;
	line-height: 1.33333;
	font-size: 1.8rem;
	color: #333333;
	border-bottom: dotted 0.2rem #787878;
}

.block__main {
	position: relative;
}

.block__main__bg {
	position: absolute;
}

.block__main-ltr {
	background-position: right top;
}

.block__main-ltr__bg {
	left: 50%;
	top: 0;
}

.block__main-rtl {
	background-position: left top;
}

.block__main-rtl__bg {
	right: 50%;
	top: 0;
}

.block__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block__inner-ltr::after {
	right: 0;
}

.block__inner-rtl::after {
	left: 0;
}

.block__textarea__primary {
	margin-bottom: 1.5em;
	letter-spacing: 0.05em;
	line-height: 1.71429;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333333;
}

.block__textarea__secondary {
	margin-bottom: 1.5em;
	line-height: 1.71429;
	font-size: 1.4rem;
	color: #333333;
}

.block__textarea__btn {
	display: block;
	padding: 1.5rem 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #cf142b;
}

.block__textarea__btn::after {
	display: inline-block;
	margin-left: 1em;
	content: '>';
	color: rgba(255, 255, 255, 0.52);
}

.block__textarea__btn:hover {
	text-decoration: none;
	background-color: #c11328;
}

.block__videoholder {
	z-index: 10;
}

/********************
 footer
********************/

.footer {
	background-color: #5f5f5f;
}

.footer__container {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.footer__credit {
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}

.footer__credit a {
	color: inherit;
}

@media screen and (min-width: 769px) {

body {
	min-width: 102.4rem;
	font-size: 1.6rem;
}

.l-container {
	width: 102.4rem;
	margin-left: auto;
	margin-right: auto;
}

.l-main {
	padding-bottom: 11rem;
}

.br-pc::before {
	content: "\A";
	white-space: pre;
}

.spOnly {
	display: none !important;
}

.header {
  padding: 1.1rem 0 0.8rem;
}

.mv__container {
	padding: 8.8rem 0 0;
}

.mv__heading__shape {
	margin-bottom: 2.3rem;
}

.mv__heading__en {
	margin-bottom: 2rem;
	font-size: 5.6rem;
}

.mv__heading__jp {
	margin-bottom: 10rem;
	font-size: 2.4rem;
}

.mv__subheading {
	margin-bottom: 3rem;
	padding-left: 2.5rem;
	line-height: 1.25;
	font-size: 2.4rem;
}

.mv__boxarea {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.mv__boxarea {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4rem;
}

.mv__box {
	width: 31.4rem;
}

.mv__box__heading {
	padding: 1.6rem 3.5rem 1.6rem 5.7rem;
	font-size: 1.8rem;
}

.mv__box__heading::before {
	left: .9rem;
	width: 4.8rem;
	height: 4.8rem;
	font-size: 3rem;
}

.mv__box__content {
	height: 12.4rem;
	padding: 2rem 3.5rem;
	line-height: 1.5;
	font-size: 1.6rem;
}

.intro__heading {
	margin-bottom: 3.5rem;
}

.intro__heading__main {
	margin-bottom: 1.5rem;
	line-height: 1.41176;
	font-size: 3.4rem;
}

.intro__heading__sub {
	line-height: 1;
	font-size: 1.6rem;
}

.intro__lead {
	margin-bottom: 6rem;
	line-height: 1.75;
	font-size: 1.6rem;
}

.intro__boxarea {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.intro__boxarea {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 4rem;
}

.intro__box:nth-child(-n+2) {
	margin-bottom: 6rem;
}

.intro__box__link {
	width: 48.2rem;
	height: 23.7rem;
	padding: 19.7rem 0 2rem;
	font-size: 2rem;
}

.intro__box__content {
	padding: 2rem 0 5rem;
}

.intro__box__text {
	line-height: 1.5;
	font-size: 1.6rem;
}

.block__header {
	padding-bottom: 7rem;
}

.block__heading__text {
	line-height: 1.58824;
	font-size: 3.4rem;
}

.block__subheading {
	margin-bottom: 3.5rem;
	line-height: 1.25;
	font-size: 1.6rem;
}

.block__lead {
	line-height: 1.53846;
	font-size: 2.6rem;
}

.block__main {
	background-repeat: no-repeat;
	background-size: 50% auto;
}

.block__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block__inner::after {
	z-index: -1;
	position: absolute;
	bottom: 0;
	width: 100vw;
	height: 42.2rem;
	background-color: #f0f0f0;
	content: '';
}

.block__inner-ltr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.block__inner-rtl {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.block__textarea {
	width: 38.2rem;
	padding-top: 5rem;
	padding-bottom: 8rem;
}

.block__textarea__primary {
	margin-bottom: 4rem;
	line-height: 1.8125;
	font-size: 1.6rem;
}

.block__textarea__secondary {
	margin-bottom: 4rem;
	line-height: 1.8125;
	font-size: 1.6rem;
}

.block__textarea__btn {
	padding: 1.8rem 0;
	font-size: 1.6rem;
}

.block__videoholder {
	padding-top: 4.5rem;
}
.modal_area .pc {
  display:block;
  margin-top:50px;
}
.modal_area .sp {
    display:none;
}
iframe.sp_modal {
  display: none;
}
  .modal_area .pc a {
    position:relative;
    display:block;
  }
  .modal_area .pc .str_btn {
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
  .modal_area .pc a img{
    width: 580px;
  }
  #fancybox-wrap,
  #fancybox-inner{
    width: 700px;
  }
.footer__container {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

}

@media screen and (max-width: 768px) {
  body{
    margin-top:58px;
  }
.l-container {
	padding-left: 5vmin;
	padding-right: 5vmin;
}

.br-sp::before {
	content: "\A";
	white-space: pre;
}
  .header {
    padding: 1rem 0;
    width:100%;
    margin: 0 auto;
  }
.header .inner {
  width: 95%;    
}
.header .inner .nav ul li {
  display: none;
  width:104px;
}
.header .inner .nav ul li:last-of-type {
  display: block;
  margin-left: 13px;
}
  .header .inner .nav ul li:last-of-type a{
    width: 100%;
    font-size: 13px;
  }
.pcOnly {
	display: none !important;
}

.header__logo__image {
	width: 9.5rem;
	height: auto;
	margin-right: 1.5rem;
}

.mv {
	min-height: calc(100vh - 5.2rem);
}
.mv__heading__en {
  font-size: 4.0rem;
  line-height:1.1;
}
  
.mv__heading__shape {
	width: 3.5rem;
	height: auto;
	margin-bottom: 1rem;
}

.mv__box {
	margin-bottom: 3rem;
}

.intro__box {
	margin-bottom: 6rem;
}

.intro__box__link {
	height: 44.25311vmin;
	padding-top: calc( 44.25311vmin - 6rem + 1.8rem);
	font-size: 1.8rem;
}

.intro__box__image {
	width: 90vmin;
	height: 44.25311vmin;
}

.block__heading__shape {
	width: 2.5rem;
	height: auto;
	margin-right: 1.5rem;
}

.block__main {
	padding-bottom: 5rem;
	background-color: #f0f0f0;
}

.block__main__bg {
	display: none;
}

.block__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.block__videoholder {
	position: relative;
	width: 100%;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding-top: 56.25%;
}
.block__videoholder iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.modal_area .pc {
  display:none;
}
.modal_area .sp {
  display:block;
}
.modal_area iframe.sp_modal {
  display: block;
  margin: 20px auto;
  width: 100%;
  height: 190px;
}
.modal_area .pc a img{
  width: 90vmin;
}
  


}
@media screen and (max-width:320px) { 
  .br-spmin {
    display: block;
  } 
}
