@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

html {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  font-size: 62.5%;
  color: #333333;
}

body {
  position: relative;
}

h1 {
  font-size: 2.86rem;
  line-height: 3.14rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h2 {
  font-size: 2.29rem;
  line-height: 2.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h3 {
  font-size: 1.71rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h4 {
  font-size: 1.29rem;
  line-height: 1.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h5 {
  font-size: 1.14rem;
  line-height: 1.57rem;
  letter-spacing: 0.06rem;
  font-weight: normal;
}

.l-header {
  position: relative;
  z-index: 10000;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 1079px) {
  .l-header {
    padding-bottom: 16px;
    padding-left: 20px;
    border-bottom: #E6E6E6 solid 1px;
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
.l-footer {
  margin-top: 25px;
  padding-bottom: 24px;
  letter-spacing: .6px;
  background-color: #FAFAFA;
}

@media only screen and (max-width: 1079px) {
  .l-footer {
    min-width: 100%;
    padding-bottom: 30px;
    background: none;
  }
}
.l-gnav {
  position: relative;
  z-index: 10000;
  width: 100%;
  border-bottom: #E6E6E6 solid 1px;
  font-size: 14px;
  letter-spacing: .6px;
  background-color: #FFFFFF;
}
.l-gnav input[type=text],
.l-gnav input[type=tel],
.l-gnav input[type=email],
.l-gnav input[type=submit],
.l-gnav input[type=button],
.l-gnav button,
.l-gnav textarea {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
}
.l-gnav input[type=radio] {
  vertical-align: middle;
}
.l-gnav img {
  vertical-align: bottom;
}
.l-gnav svg {
  vertical-align: bottom;
}
.l-gnav a {
  text-decoration: none;
  color: #333333;
}
.l-gnav.is-enter {
  box-shadow: none;
}
.l-gnav input[type=submit]:hover.is-hover:hover,
.l-gnav input[type=button]:hover.is-hover:hover,
.l-gnav button.is-hover:hover {
  transition: .3s;
  outline: none;
  cursor: pointer;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .l-gnav {
    position: absolute;
    z-index: -1;
    top: 49px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    min-width: 100%;
  }
  .l-gnav.is-open {
    z-index: 10000;
    opacity: 1;
    visibility: visible;
  }
}
.u-display--inline {
  display: inline;
}
.u-display--block {
  display: block;
}
.u-display--none {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .u-display-xl--inline {
    display: inline;
  }
  .u-display-xl--block {
    display: block;
  }
  .u-display-xl--none {
    display: none;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .u-display-lg--inline {
    display: inline;
  }
  .u-display-lg--block {
    display: block;
  }
  .u-display-lg--none {
    display: none;
  }
}
@media only screen and (max-width: 1079px) {
  .u-display-md--inline {
    display: inline;
  }
  .u-display-md--block {
    display: block;
  }
  .u-display-md--none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-display-sm--inline {
    display: inline;
  }
  .u-display-sm--block {
    display: block;
  }
  .u-display-sm--none {
    display: none;
  }
}
@media only screen and (max-width: 374px) {
  .u-display-xs--inline {
    display: inline;
  }
  .u-display-xs--block {
    display: block;
  }
  .u-display-xs--none {
    display: none;
  }
}
.u-pointer-events--auto {
  pointer-events: auto;
}
.u-pointer-events--none {
  pointer-events: none;
}

.p-main-visual-movie {
  position: relative;
  width: 100%;
}
.p-main-visual-movie.is-loading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 500;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(/html2014/2020/assets/img/common/loading_icon_blue.svg) no-repeat center center;
  background-size: 50px 50px;
  animation: loading 1s infinite linear;
}
.p-main-visual-movie__video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: auto;
}
.p-main-visual-movie__video.is-active {
  opacity: 1;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-page-head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 106px;
  color: #333333;
  background-color: #F0F0F0;
}
.p-page-head__title {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
}
.p-page-head__title-small {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-page-head__title-big {
  display: block;
}

@media only screen and (max-width: 1079px) {
  .p-page-head__title {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-page-head {
    height: 96px;
  }
}
@media only screen and (max-width: 374px) {
  .p-page-head__title {
    font-size: 1.4rem;
    line-height: 1.45;
    letter-spacing: .06rem;
  }
  .p-page-head__title-small {
    font-size: 1.1rem;
    line-height: 1.45;
    letter-spacing: .04rem;
  }
}
.p-about-main-slide {
  overflow: hidden;
  height: 400px;
}
.p-about-main-slide__list:after {
  content: "";
  display: block;
  clear: both;
}
.p-about-main-slide__item {
  width: 100%;
  height: 400px;
  background: no-repeat center center;
  background-size: cover;
}


.p-about-main-slide__item--tokyo-01 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_01.jpg);
}
.p-about-main-slide__item--tokyo-02 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_02.jpg);
}
.p-about-main-slide__item--tokyo-03 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_03.jpg);
}
.p-about-main-slide__item--tokyo-04 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_04.jpg);
}
.p-about-main-slide__item--tokyo-05 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_05.jpg);
}
.p-about-main-slide__item--tokyo-06 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_06.jpg);
}
.p-about-main-slide__item--tokyo-07 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_07.jpg);
}
.p-about-main-slide__item--tokyo-poc-lab-01 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_01.jpg);
}
.p-about-main-slide__item--tokyo-poc-lab-02 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_02.jpg);
}
.p-about-main-slide__item--tokyo-poc-lab-03 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_03.jpg);
}
.p-about-main-slide__item--tokyo-poc-lab-04 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_04.jpg);
}
.p-about-main-slide__item--tokyo-poc-lab-05 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_05.jpg);
}
.p-about-main-slide__item--tokyo-poc-lab-06 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_06.jpg);
}



/* Notice: Tablet */
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-main-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 64.28%;
  }
  .p-about-main-slide__container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .p-about-main-slide__item {
    width: 100%;
    height: 0;
    padding-top: 64.28%;
  }
}
.p-about-main-visual {
  width: 100%;
  height: 400px;
  background: no-repeat center center;
  background-size: cover;
}
.p-about-main-visual--global {
  background-image: url(/html2014/2020/assets/about/img/mv_img_global.jpg);
}

.p-about-main-exhibition-01{
  background-image: url(/html2014/2020/assets/about/img/exhibition_1.jpg);
}


.p-about-main-exhibition-2022{
  background-image: url(/html2014/2020/assets/about/img/exhibition_2022.jpg);
}




.p-about-main-exhibition-02{
  background-image: url(/html2014/2020/assets/about/img/exhibition_2.jpg);
}

.p-about-main-poc-01{
  background-image: url(/html2014/2020/assets/about/img/poc_1.jpg);
}

.p-about-main-base-sh{
  background-image: url(/html2014/2020/assets/about/img/base_sh_1.jpg);
}



/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-main-visual {
    width: 100%;
    height: 0;
    padding-top: 60%;
  }
}
.p-about-video-fv {
  padding-top: 31.25%;
  background: no-repeat center center;
  background-size: cover;
}
.p-about-video-fv--ayabe {
  background-image: url(/html2014/2020/assets/about/movie/poster/factory_poster_ayabe_pc.jpg);
}
.p-about-video-fv--kusatsu {
  background-image: url(/html2014/2020/assets/about/movie/poster/factory_poster_kusatsu_pc.jpg);
}

/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-video-fv {
    padding-top: 60%;
  }
  .p-about-video-fv--ayabe {
    background-image: url(/html2014/2020/assets/about/movie/poster/factory_poster_ayabe_sp.jpg);
  }
  .p-about-video-fv--kusatsu {
    background-image: url(/html2014/2020/assets/about/movie/poster/factory_poster_kusatsu_sp.jpg);
  }
}
.p-about-desc {
  max-width: 740px;
  width: 100%;
  padding: 120px 20px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #333333;
}
.p-about-desc--02 {
  padding: 80px 20px 0;
}
.p-about-desc--03 {
  padding: 80px 20px;
}
.p-about-desc__main-title {
  margin-bottom: 64px;
  font-size: 2.8rem;
  line-height: 1.16;
  letter-spacing: .1rem;
  text-align: center;
}
.p-about-desc__main-title-image {
  width: 400px;
  height: auto;
}
.p-about-desc__title {
  margin-bottom: 40px;
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: .1rem;
  text-align: center;
}
.p-about-desc__title--top {
  line-height: 1.5;
}
.p-about-desc__title-image {
  position: relative;
  top: 3px;
  width: auto;
  height: 32px;
}
.p-about-desc__title-image.mr25{
	margin-right:25px;
}
.p-about-desc__title-image.ml20{
	margin-left:20px;
}
span.h10{
	display:block;
	width:100%;
	height:10px;
}

@media only screen and (max-width: 767px) {
	.p-about-desc__title-image.mr25{
		margin-right:0;
	}
	.p-about-desc__title-image.ml20{
		margin: 10px auto;
	}
	
}
	

.p-about-desc__title-image--small {
  height: 24px;
}
.p-about-desc__title--small {
  font-size: 2.4rem;
  line-height: 1.5;
}
.p-about-desc__title--factory {
  font-size: 2.4rem;
  line-height: 1.5;
}
.p-about-desc__text {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .06rem;
}

/* Notice: Tablet */
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-desc {
    padding: 40px 20px;
  }
  .p-about-desc--02 {
    padding: 40px 20px 0;
  }
  .p-about-desc--03 {
    padding: 40px 20px;
  }
  .p-about-desc__main-title {
    margin-bottom: 32px;
    font-size: 2rem;
  }
  .p-about-desc__main-title-image {
    width: 275px;
  }
  .p-about-desc__title {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .p-about-desc__title--top {
    line-height: 1.4;
  }
  .p-about-desc__title-image {
    position: relative;
    top: 0;
    width: auto;
    height: 24px;
  }
  .p-about-desc__title-image--block {
    display: block;
    margin: 10px auto;
  }
  .p-about-desc__title--small {
    font-size: 2rem;
    line-height: 1.4;
  }
  .p-about-desc__title--factory {
    margin-bottom: 32px;
    font-size: 1.8rem;
  }
  .p-about-desc__text {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
}
.p-about-photo {
  margin-bottom: 80px;
  color: #333333;
}
.p-about-photo--mb0 {
  margin-bottom: 0;
}
.p-about-photo__link {
  display: flex;
  color: #333333;
  text-decoration: none;
}
.p-about-photo__link.is-hover:hover .p-about-photo__image-box,
.p-about-photo__link.is-hover:hover .p-about-photo__title,
.p-about-photo__link.is-hover:hover .p-about-photo__text {
  opacity: .7;
}
.p-about-photo__link.is-hover:hover .p-about-photo__button {
  background-color: rgba(0, 0, 0, 0.04);
}
.p-about-photo__image-box {
  transition: .3s opacity;
  width: calc(100% - 480px);
  height: 320px;
  background-color: #F5F5F5;
}
.p-about-photo__image-box--i-automation {
  display: flex;
  justify-content: flex-end;
}
.p-about-photo__image-box--center-tokyo {
  background: url(/html2014/2020/assets/about/img/center_img_tokyo.jpg) no-repeat center center;
  background-size: cover;
}
.p-about-photo__image-box--center-tokyo-poc-lab {
  background: url(/html2014/2020/assets/about/img/center_img_tokyo-poc-lab.jpg) no-repeat center center;
  background-size: cover;
}
.p-about-photo__image-box--center-global {
  background: url(/html2014/2020/assets/about/img/center_img_global.jpg) no-repeat center center;
  background-size: cover;
}
.p-about-photo__image-box--factory-ayabe {
  background: url(/html2014/2020/assets/about/img/factory_img_ayabe.jpg) no-repeat center center;
  background-size: cover;
}
.p-about-photo__image-box--factory-kusatsu {
  background: url(/html2014/2020/assets/about/img/factory_img_kusatsu.jpg) no-repeat center center;
  background-size: cover;
}
.p-about-photo__image-box--photo-01{
	background:url(/html2014/2020/assets/about/img/photo_01.jpg) no-repeat center center;
	background-size: cover;
}
.p-about-photo__image-box--photo-02{
	background:url(/html2014/2020/assets/about/img/photo_02.jpg) no-repeat center center;
	background-size: cover;
}
.p-about-photo__image-box--photo-03{
	background:url(/html2014/2020/assets/about/img/photo_03.jpg) no-repeat center center;
	background-size: cover;
}
.p-about-photo__image-box--photo-03-2{
	background:url(/html2014/2020/assets/about/img/photo_03_2.jpg) no-repeat center center;
	background-size: cover;
}
.p-about-photo__image-box--photo-04{
	background:url(/html2014/2020/assets/about/img/photo_04.jpg) no-repeat center center;
	background-size: cover;
}
.p-about-photo__image-box--photo-05{
	background:url(/html2014/2020/assets/about/img/photo_05.jpg) no-repeat center center;
	background-size: cover;
}
.p-about-photo__image-box--photo-06{
	background:url(/html2014/2020/assets/about/img/photo_06.jpg) no-repeat center center;
	background-size: cover;
}
.p-about-photo__image-box-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-about-photo__image--i-automation {
  width: 340px;
  height: auto;
}
.p-about-photo__text-box {
  display: flex;
  align-items: center;
  width: 480px;
  height: 320px;
  padding-left: 56px;
  box-sizing: border-box;
}
.p-about-photo__title {
  transition: .3s opacity;
  margin-bottom: 24px;
  font-size: 2.4rem;
  line-height: 1.16;
  letter-spacing: .1rem;
}
.p-about-photo__title-en {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  font-size: 2.4rem;
  line-height: 1.16;
  letter-spacing: .1rem;
}
.p-about-photo__text {
  transition: .3s opacity;
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
}
.p-about-photo__button {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s background;
  width: 160px;
  height: 56px;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-about-photo__image-box {
    width: calc(100% - 340px);
  }
  .p-about-photo__image--i-automation {
    width: 300px;
  }
  .p-about-photo__text-box {
    width: 340px;
    padding-left: 32px;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-photo {
    margin-bottom: 60px;
  }
  .p-about-photo--mb0 {
    margin-bottom: 0;
  }
  .p-about-photo__link {
    display: block;
  }
  .p-about-photo__image-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56%;
  }
  .p-about-photo__image-box--center-tokyo {
    background: url(/html2014/2020/assets/about/img/center_img_tokyo.jpg) no-repeat center center;
    background-size: cover;
  }
  .p-about-photo__image-box--center-tokyo-poc-lab {
    background: url(/html2014/2020/assets/about/img/center_img_tokyo-poc-lab.jpg) no-repeat center center;
    background-size: cover;
  }
  .p-about-photo__image-box--center-global {
    background: url(/html2014/2020/assets/about/img/center_img_global.jpg) no-repeat center center;
    background-size: cover;
  }
.p-about-photo__image-box--photo-01{
	background:url(/html2014/2020/assets/about/img/photo_01.jpg) no-repeat center center;
	background-size: cover;
}
.p-about-photo__image-box--photo-02{
	background:url(/html2014/2020/assets/about/img/photo_02.jpg) no-repeat center center;
	background-size: cover;
}
.p-about-photo__image-box--photo-03{
	background:url(/html2014/2020/assets/about/img/photo_03.jpg) no-repeat center center;
	background-size: cover;
}
.p-about-photo__image-box--photo-04{
	background:url(/html2014/2020/assets/about/img/photo_04.jpg) no-repeat center center;
	background-size: cover;
}
.p-about-photo__image-box--photo-05{
	background:url(/html2014/2020/assets/about/img/photo_05.jpg) no-repeat center center;
	background-size: cover;
}
.p-about-photo__image-box--photo-05{
	background:url(/html2014/2020/assets/about/img/photo_06.jpg) no-repeat center center;
	background-size: cover;
}
	
  .p-about-photo__image-box-inner {
    position: absolute;
    left: 0;
    top: 0;
  }
  .p-about-photo__image-box .bx-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .p-about-photo__image--i-automation {
    width: 210px;
  }
  .p-about-photo__text-box {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 20px 0;
  }
  .p-about-photo__title {
    margin-bottom: 24px;
    font-size: 2.4rem;
    line-height: 1.16;
    letter-spacing: .1rem;
    text-align: center;
  }
  .p-about-photo__title-en {
    font-size: 2.4rem;
    line-height: 1.16;
    letter-spacing: .1rem;
  }
  .p-about-photo__title--small {
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: .08rem;
  }
  .p-about-photo__text {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
    text-align: center;
  }
  .p-about-photo__button {
    width: 140px;
    margin: 0 auto;
  }
}
.p-about-photo-slide__item {
  width: 100%;
  height: 320px;
  background: no-repeat center center;
  background-size: cover;
}
.p-about-photo-slide__item--automation-center-01 {
  background-image: url(/html2014/2020/assets/about/img/center_img_tokyo.jpg);
}
.p-about-photo-slide__item--automation-center-02 {
  background-image: url(/html2014/2020/assets/about/img/center_img_tokyo-poc-lab.jpg);
}
.p-about-photo-slide__item--automation-center-03 {
  background-image: url(/html2014/2020/assets/about/img/center_img_global.jpg);
}
.p-about-photo-slide__item--core-factory-01 {
  background-image: url(/html2014/2020/assets/about/img/factory_img_ayabe.jpg);
}
.p-about-photo-slide__item--core-factory-02 {
  background-image: url(/html2014/2020/assets/about/img/factory_img_kusatsu.jpg);
}
.p-about-photo-slide__item--center-tokyo-01 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_01.jpg);
}
.p-about-photo-slide__item--center-tokyo-02 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_02.jpg);
}
.p-about-photo-slide__item--center-tokyo-03 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_03.jpg);
}
.p-about-photo-slide__item--center-tokyo-04 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_04.jpg);
}
.p-about-photo-slide__item--center-tokyo-05 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_05.jpg);
}
.p-about-photo-slide__item--center-tokyo-06 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_06.jpg);
}
.p-about-photo-slide__item--center-tokyo-07 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_07.jpg);
}
.p-about-photo-slide__item--center-tokyo-poc-lab-01 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_01.jpg);
}
.p-about-photo-slide__item--center-tokyo-poc-lab-02 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_02.jpg);
}
.p-about-photo-slide__item--center-tokyo-poc-lab-03 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_03.jpg);
}
.p-about-photo-slide__item--center-tokyo-poc-lab-04 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_04.jpg);
}
.p-about-photo-slide__item--center-tokyo-poc-lab-05 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_05.jpg);
}
.p-about-photo-slide__item--center-tokyo-poc-lab-06 {
  background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_06.jpg);
}
.p-about-photo-slide__item--center-pos-01 {
  background-image: url(/html2014/2020/assets/about/img/photo_03.jpg);
}
.p-about-photo-slide__item--center-pos-02 {
  background-image: url(/html2014/2020/assets/about/img/photo_03_2.jpg);
}

/* Notice: Tablet */
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-photo-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .p-about-photo-slide__item {
    height: 0;
    padding-top: 56%;
  }
  .p-about-photo-slide__item--automation-center-01 {
    background-image: url(/html2014/2020/assets/about/img/center_img_tokyo.jpg);
  }
  .p-about-photo-slide__item--automation-center-02 {
    background-image: url(/html2014/2020/assets/about/img/center_img_tokyo-poc-lab.jpg);
  }
  .p-about-photo-slide__item--automation-center-03 {
    background-image: url(/html2014/2020/assets/about/img/center_img_global.jpg);
  }
  .p-about-photo-slide__item--core-factory-01 {
    background-image: url(/html2014/2020/assets/about/img/factory_img_ayabe.jpg);
  }
  .p-about-photo-slide__item--core-factory-02 {
    background-image: url(/html2014/2020/assets/about/img/factory_img_kusatsu.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-01 {
    background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_01.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-02 {
    background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_02.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-03 {
    background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_03.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-04 {
    background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_04.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-05 {
    background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_05.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-06 {
    background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_06.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-07 {
    background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo_07.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-poc-lab-01 {
    background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_01.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-poc-lab-02 {
    background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_02.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-poc-lab-03 {
    background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_03.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-poc-lab-04 {
    background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_04.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-poc-lab-05 {
    background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_05.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-poc-lab-06 {
    background-image: url(/html2014/2020/assets/about/img/slide_img_tokyo-poc-lab_06.jpg);
  }
}
.p-about-guide {
  max-width: 1080px;
  width: 100%;
  padding: 60px 40px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #333333;
}
.p-about-guide.pt20{
	padding-top:20px;
}
.p-about-guide__map {
  position: relative;
  max-width: 700px;
  margin: 0 auto 40px;
}
.p-about-guide__map--tokyo {
  text-align: center;
}
.p-about-guide__map--tokyo-poc-lab {
  text-align: right;
}
.p-about-guide__slide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-about-guide__list {
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-about-guide__item {
  position: relative;
  width: 306px;
}
.p-about-guide__item-number {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding-left: 1px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.714;
}
.p-about-guide__item-image-box {
  margin-bottom: 24px;
}
.p-about-guide__item-title {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  margin-bottom: 16px;
  font-size: 2.0rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  text-align: center;
}
.p-about-guide__item-text {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-about-guide {
    padding: 32px 0 48px;
  }
  .p-about-guide__map {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .p-about-guide__list {
    width: 100%;
  }
  .p-about-guide__item-image {
    width: 100%;
    height: auto;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-guide {
    padding: 32px 0 48px;
  }
  .p-about-guide__map {
    position: relative;
    max-width: 700px;
    margin: 0 auto 40px;
  }
  .p-about-guide__map--tokyo {
    text-align: center;
  }
  .p-about-guide__map--tokyo-poc-lab {
    text-align: right;
  }
  .p-about-guide__map-image {
    width: 100%;
    height: auto;
  }
  .p-about-guide__list-outer {
    width: 100%;
  }
  .p-about-guide__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .p-about-guide__item {
    max-width: none;
    width: 264px;
  }
  .p-about-guide__item-image-box {
    margin-bottom: 20px;
  }
  .p-about-guide__item-image {
    width: 100%;
    height: auto;
  }
  .p-about-guide__item-title {
    font-size: 1.8rem;
  }
}
.p-about-cando {
  background-color: #F5F5F5;
  color: #333333;
}
.p-about-cando__inner {
  max-width: 1080px;
  width: 100%;
  padding: 64px 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.p-about-cando__title {
  margin-bottom: 56px;
  font-size: 2.4rem;
  line-height: 1.16;
  letter-spacing: .1rem;
  text-align: center;
}
.p-about-cando__box-outer {
  display: flex;
  justify-content: space-between;
}
.p-about-cando__box--robot-poc {
  width: 63%;
}
.p-about-cando__box--inspection-poc {
  width: 30.6%;
}
.p-about-cando__box-title {
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  text-align: center;
}
.p-about-cando__box-text {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}

/* Notice: Tablet */
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-cando__inner {
    padding: 48px 20px;
  }
  .p-about-cando__title {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
  .p-about-cando__box-outer {
    display: block;
  }
  .p-about-cando__box--robot-poc {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-about-cando__box--inspection-poc {
    width: 100%;
  }
}
.p-about-access {
  max-width: 1080px;
  width: 100%;
  padding: 80px 40px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #333333;
}
.p-about-access--pt0 {
  padding-top: 0;
}
.p-about-access--pb0 {
  padding-bottom: 0;
}
.p-about-access__title {
  margin-bottom: 32px;
  font-size: 2.0rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  text-align: center;
}
.p-about-access__map-box {
  margin-bottom: 16px;
}
.p-about-access__map {
  width: 100%;
/*  height: 320px;*/
}
.p-about-access__map-link-box {
  padding-top: 10px;
  text-align: right;
}
.p-about-access__map-link {
  position: relative;
  display: inline-block;
  transition: .3s opacity;
  padding-right: 18px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-about-access__map-link.is-hover:hover {
  opacity: .7;
}
.p-about-access__map-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  background: url(/html2014/2020/assets/about/img/link_ico_open-in-new.svg) no-repeat center center;
  background-size: 14px 14px;
}
.p-about-access__outline {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}
.p-about-access__outline.base-sh{
	max-width:520px;
}
.p-about-access__outline-title {
  margin-bottom: 32px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  text-align: center;
}
.p-about-access__outline-item {
  display: flex;
  padding: 16px 0;
  box-sizing: border-box;
  border-bottom: #E6E6E6 solid 1px;
}
.p-about-access__outline-item:first-of-type {
  border-top: #E6E6E6 solid 1px;
}
.p-about-access__outline-item-title {
  width: 100px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-about-access__outline-item-text {
  width: calc(100% - 100px);
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-about-access__outline-item-link-outer {
  display: block;
  padding-top: 8px;
}
.p-about-access__outline-item-link{
  position: relative;
  display: inline-block;
  transition: .3s opacity;
  padding-right: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-about-access__outline-item-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  display: block;
  width: 10px;
  height: 10px;
  background: url(/html2014/2020/assets/img/arrow_button_blue_right.svg) no-repeat center center;
}
.p-about-access__outline-item-link.is-hover:hover {
  opacity: .7;
}
.p-about-access__outline-link {
  position: relative;
  display: inline-block;
  transition: .3s opacity;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
  border-bottom:1px solid #b0c3e2;
}
.p-about-access__outline-link.is-hover:hover {
  opacity: .7;
}
/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-about-access {
    padding: 60px 20px;
  }
  .p-about-access--pb0 {
    padding-bottom: 0;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-access--pt0 {
    padding-top: 0;
  }
  .p-about-access--pb0 {
    padding-bottom: 0;
  }
  .p-about-access__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .p-about-access__map-box {
    margin-bottom: 40px;
  }
  .p-about-access__map {
/*    height: 380px;*/
  }
  .p-about-access__outline {
    max-width: none;
  }
  .p-about-access__outline-title {
    margin-bottom: 32px;
  }
  .p-about-access__outline-item {
    display: block;
  }
  .p-about-access__outline-item-title {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
  .p-about-access__outline-item-text {
    width: 100%;
    text-align: center;
  }
}
.p-about-global {
  max-width: 1080px;
  width: 100%;
  padding: 80px 40px 0;
  box-sizing: border-box;
  margin: 0 auto;
  color: #333333;
}
.p-about-global__main-title {
  margin-bottom: 72px;
  font-size: 2.8rem;
  line-height: 1.16;
  letter-spacing: .1rem;
  text-align: center;
}
.p-about-global__main-title.mb20{
	margin-bottom:20px;
}
.p-about-global__title {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  text-align: center;
}
.p-about-global__title-image {
  position: relative;
  top: 1px;
  width: auto;
  height: 24px;
}
.p-about-global__map-block {
  position: relative;
  margin-bottom: 88px;
}
.p-about-global__text {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 24px;
  font-size: 1.4rem;
  line-height: 1.857;
  letter-spacing: .06rem;
}
.p-about-global__map {
  margin-bottom: 20px;
}
.p-about-global__map-image {
  max-width: 100%;
  height: auto;
}
.p-about-global__place {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.p-about-global__place:last-of-type {
  margin-bottom: 0;
}
.p-about-global__place-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-about-global__place-text {
  width: calc(100% - 152px);
  font-size: 1.4rem;
  line-height: 1.57;
}
.p-about-global__place-text.ln42{
	line-height:42px;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-about-global {
    padding: 80px 20px 0;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-global {
    padding: 40px 20px 0;
  }
  .p-about-global__main-title {
    margin-bottom: 32px;
    font-size: 2rem;
  }
  .p-about-global__title {
    margin-bottom: 32px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .p-about-global__title-image {
    top: 1px;
    height: 18px;
  }
  .p-about-global__map-block {
    position: static;
    margin-bottom: 60px;
  }
  .p-about-global__text {
    margin-bottom: 40px;
  }
  .p-about-global__map {
    margin-bottom: 16px;
  }
  .p-about-global__place {
    display: block;
    margin-bottom: 24px;
  }
  .p-about-global__place-title {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
  }
  .p-about-global__place-text {
    width: 100%;
  }
}

.p-about-japan {
  color: #333333;
}
.p-about-japan__title {
  margin-bottom: 64px;
  font-size: 2.4rem;
  line-height: 1.16;
  letter-spacing: .1rem;
  text-align: center;
}
.p-about-japan__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.p-about-japan__list.mb0{
	margin-bottom:0;
}
.p-about-japan__list-item {
  width: 48%;
}
.p-about-japan__list-link {
  display: block;
  transition: .3s opacity;
  color: #333333;
  text-decoration: none;
}
.p-about-japan__list-link.is-hover:hover {
  opacity: .7;
}
.p-about-japan__list-image-box {
  margin-bottom: 16px;
}
.p-about-japan__list-image {
  max-width: 100%;
  height: auto;
}
.p-about-japan__list-name {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
}
.p-about-japan__list-name:after {
  content: "";
  position: relative;
  left: 4px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/html2014/2020/assets/img/arrow_button_gray_right.svg) no-repeat center center;
  background-size: 12px 12px;
}
.p-about-japan__sub {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.p-about-japan__sub-box {
  width: 30.6%;
}
.p-about-japan__sub-title {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: #E6E6E6 solid 1px;
}
.p-about-japan__sub-title-en {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  display: block;
  margin-bottom: 4px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
}
.p-about-japan__sub-title-jp {
  display: block;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-about-japan__sub-text {
  margin-bottom: 32px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-about-japan__sub-address {
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-about-japan__sub-gmap {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .04rem;
}
.p-about-japan__sub-gmap-link {
  position: relative;
  display: inline-block;
  transition: .3s opacity;
  padding-right: 14px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .04rem;
  color: #005EB8;
  text-decoration: none;
}
.p-about-japan__sub-gmap-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  display: block;
  width: 10px;
  height: 10px;
  background: url(/html2014/2020/assets/img/link_ico_open-in-new.svg) no-repeat center center;
  background-size: 10px 10px;
}
.p-about-japan__sub-gmap-link.is-hover:hover {
  opacity: .7;
}
.p-about-japan__visit {
  display: flex;
  justify-content: space-between;
}
.p-about-japan__visit-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  border: #E6E6E6 solid 1px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-about-japan__visit-text {
  width: calc(100% - 182px);
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-about-japan__visit-link {
  position: relative;
  display: inline-block;
  transition: .3s opacity;
  padding-right: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-about-japan__visit-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  display: block;
  width: 10px;
  height: 10px;
  background: url(/html2014/2020/assets/img/arrow_button_blue_right.svg) no-repeat center center;
  background-size: 10px 10px;
}
.p-about-japan__visit-link.is-hover:hover {
  opacity: .7;
}

/* Notice: Tablet */
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-japan__title {
    margin-bottom: 32px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
  .p-about-japan__list {
    display: block;
    margin-bottom: 40px;
  }
  .p-about-japan__list-item {
    width: 100%;
  }
  .p-about-japan__list-item:first-child {
    margin-bottom: 32px;
  }

  .p-about-japan__list-image {
    width: 100%;
    height: auto;
  }
  .p-about-japan__sub {
    display: block;
    margin-bottom: 56px;
  }
  .p-about-japan__sub-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-about-japan__sub-box:last-of-type {
    margin-bottom: 0;
  }
  .p-about-japan__sub-title {
    margin-bottom: 16px;
  }
  .p-about-japan__sub-catch {
    margin-bottom: 16px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
  .p-about-japan__sub-text {
    margin-bottom: 16px;
  }
  .p-about-japan__visit {
    display: block;
  }
  .p-about-japan__visit-title {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
  }
  .p-about-japan__visit-text {
    width: 100%;
  }
  .p-about-japan__visit-link {
    margin-top: 8px;
  }
}
.p-about-factory-intro {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px 120px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #333333;
}
.p-about-factory-intro__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}
.p-about-factory-intro__box:last-of-type {
  margin-bottom: 0;
}
.p-about-factory-intro__image-box {
  width: 48%;
}
.p-about-factory-intro__image {
  max-width: 100%;
  height: auto;
}
.p-about-factory-intro__text-box {
  width: 48%;
  margin-top: -6px;
}
.p-about-factory-intro__title {
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: .1rem;
}
.p-about-factory-intro__text {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .06rem;
}
.p-about-factory-intro__text--mb {
  margin-bottom: 8px;
}
.p-about-factory-intro__text--blue {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
}
.p-about-factory-intro__text-link {
  position: relative;
  display: inline-block;
  transition: .3s opacity;
  padding-right: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-about-factory-intro__text-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  display: block;
  width: 10px;
  height: 10px;
  background: url(/html2014/2020/assets/img/arrow_button_blue_right.svg) no-repeat center center;
  background-size: 10px 10px;
}
.p-about-factory-intro__text-link.is-hover:hover {
  opacity: .7;
}
.p-about-factory-intro__desc {
  padding: 40px 48px;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
}
.p-about-factory-intro__desc-title {
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-about-factory-intro__desc-text {
  font-size: 1.4rem;
  line-height: 1.857;
  letter-spacing: .06rem;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-about-factory-intro {
    padding: 0 20px 120px;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-factory-intro {
    padding: 0 20px 80px;
  }
  .p-about-factory-intro__box {
    display: block;
    margin-bottom: 56px;
  }
  .p-about-factory-intro__image-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-about-factory-intro__image {
    width: 100%;
  }
  .p-about-factory-intro__text-box {
    width: 100%;
    margin-top: 0;
  }
  .p-about-factory-intro__title {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
}
.p-about-factory-experience {
  padding: 56px 40px;
  box-sizing: border-box;
  background-color: #F5F5F5;
  color: #333333;
}
.p-about-factory-experience__title {
  margin-bottom: 40px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: .1rem;
  text-align: center;
}
.p-about-factory-experience__text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .06rem;
}

/* Notice: Tablet */
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-factory-experience {
    padding: 48px 20px;
  }
  .p-about-factory-experience__title {
    margin-bottom: 24px;
    font-size: 1.8rem;
    text-align: left;
  }
  .p-about-factory-experience__text {
    max-width: none;
  }
}
.p-about-i-automation-desc {
  max-width: 810px;
  width: 100%;
  padding: 120px 20px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #333333;
}
.p-about-i-automation-desc__logo {
  margin-bottom: 20px;
  text-align: center;
}
.p-about-i-automation-desc__logo-image {
  height: 32px;
  width: auto;
}
.p-about-i-automation-desc__title {
  margin-bottom: 40px;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  text-align: center;
}
.p-about-i-automation-desc__text {
  width: 100%;
  margin: 0 auto 40px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .06rem;
}
.p-about-i-automation-desc__btn-link {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s background;
  width: 160px;
  height: 56px;
  margin: 0 auto;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  color: #333333;
}
.p-about-i-automation-desc__btn-link.is-hover:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.p-about-i-automation-desc__icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url(/html2014/2020/assets/about/img/btn_ico_play.svg) no-repeat center center;
  background-size: 18px 18px;
}

/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-i-automation-desc {
    padding: 40px 20px;
  }
  .p-about-i-automation-desc__logo {
    margin-bottom: 24px;
  }
  .p-about-i-automation-desc__logo-image {
    height: 24px;
  }
  .p-about-i-automation-desc__title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .p-about-i-automation-desc__text {
    line-height: 1.57;
  }
}
.p-about-three-i {
  padding: 120px 40px;
  box-sizing: border-box;
  background-color: #F5F5F5;
  color: #333333;
}
.p-about-three-i__title {
  margin-bottom: 32px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .1rem;
  text-align: center;
}
.p-about-three-i__title-text {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.p-about-three-i__image {
  position: relative;
  width: 8px;
  height: auto;
}
.p-about-three-i__logo {
  display: block;
  width: auto;
  height: 32px;
  margin: 0 auto;
}
.p-about-three-i__illust-box {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.p-about-three-i__illust {
  width: 100%;
  height: auto;
}
.p-about-three-i__illust--sp {
  display: none;
}

/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-three-i {
    padding: 40px 20px;
  }
  .p-about-three-i__title-text {
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .p-about-three-i__logo {
    height: 24px;
  }
  .p-about-three-i__illust--pc {
    display: none;
  }
  .p-about-three-i__illust--sp {
    display: inline;
  }
}
.p-about-i {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
}
.p-about-i--integrated {
  background-image: url(/about/i-automation/assets/img/integrated_bg.jpg);
}
.p-about-i--intelligent {
  background-image: url(/about/i-automation/assets/img/intelligent_bg.jpg);
}
.p-about-i--interactive {
  background-image: url(/about/i-automation/assets/img/interactive_bg.jpg);
}
.p-about-i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  opacity: .2;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.p-about-i__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  display: block;
  transform: translate(-50%, -50%);
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.p-about-i__title {
  margin-bottom: 48px;
}
.p-about-i__title-en {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  display: block;
  margin-bottom: 12px;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .1rem;
}
.p-about-i__title-jp {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .06rem;
}
.p-about-i__catch {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1.33;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.p-about-i__text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.p-about-i__video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-i {
    display: block;
    height: auto;
    padding-top: 0;
  }
  .p-about-i--integrated {
    background-image: url(/about/i-automation/assets/img/integrated_bg_sp.jpg);
  }
  .p-about-i--intelligent {
    background-image: url(/about/i-automation/assets/img/intelligent_bg_sp.jpg);
  }
  .p-about-i--interactive {
    background-image: url(/about/i-automation/assets/img/interactive_bg_sp.jpg);
  }
  .p-about-i__inner {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 85px 20px;
  }
  .p-about-i__title {
    margin-bottom: 32px;
  }
  .p-about-i__catch {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .p-about-i__text {
    line-height: 1.7;
  }
  .p-about-i__video {
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 374px) {
  .p-about-i__inner {
    padding: 70px 20px;
  }
  .p-about-i__text {
    line-height: 1.6;
  }
}
.p-about-relation {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #333333;
}
.p-about-relation__title {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  text-align: center;
}
.p-about-relation__list {
  display: flex;
  justify-content: space-between;
}
.p-about-relation__item {
  width: 22%;
}
.p-about-relation__link {
  display: block;
  transition: .3s opacity;
  color: #333333;
  text-decoration: none;
}
.p-about-relation__link.is-hover:hover {
  opacity: .7;
}
.p-about-relation__image-box {
  position: relative;
}
.p-about-relation__image-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
}
.p-about-relation__text {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}

/* Notice: Tablet */
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-relation {
    padding: 0 20px;
  }
  .p-about-relation__title {
    margin-bottom: 24px;
  }
  .p-about-relation__list {
    flex-wrap: wrap;
  }
  .p-about-relation__item {
    width: calc(315 / 670 * 100%);
    margin-bottom: 20px;
  }
  .p-about-relation__text {
    font-size: 1.1rem;
    line-height: 1.45;
    letter-spacing: .04rem;
    text-align: center;
  }
}
.p-about-nav {
  max-width: 1080px;
  width: 100%;
  padding: 120px 40px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  color: #333333;
}
.p-about-nav__box {
  padding-right: 0;
  box-sizing: border-box;
}
.p-about-nav__box {
    margin-right: 16px;
}
.p-about-nav__box:nth-of-type(1) {
    width: 110px;
}
.p-about-nav__box:nth-of-type(2) {
  	width: 110px;
}
.p-about-nav__box:nth-of-type(3) {
    width: 140px;
}
.p-about-nav__box:nth-of-type(4) {
  	width: 130px;
}
.p-about-nav__box:nth-of-type(5) {
    width: 320px;
}
.p-about-nav__box:nth-of-type(6) {
	width: 130px;
    margin-right: 0;
}
.p-about-nav__top {
  margin-bottom: 16px;
  padding-bottom: 8px;
  box-sizing: border-box;
  border-bottom: #E6E6E6 solid 1px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-about-nav__item {
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-about-nav__item:last-child {
  margin-bottom: 0;
}
.p-about-nav__link {
  transition: .3s opacity;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
  text-decoration: none;
}
.p-about-nav__link.is-current {
  font-weight: bold;
}
.p-about-nav__link.is-hover:hover {
  opacity: .7;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-about-nav {
    padding: 80px 20px 40px;
    display: block;
  }
  .p-about-nav__box {
    padding-right: 0;
  }
  .p-about-nav__box:nth-of-type(1) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(2) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(3) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(4) {
    width: 100%;
  }
  .p-about-nav__top {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .p-about-nav__item {
    margin-bottom: 0;
    border-bottom: #E6E6E6 solid 1px;
  }
  .p-about-nav__link {
    display: flex;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
  }
  .p-about-nav__link--child {
    padding-left: 24px;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-nav {
    padding: 80px 20px 40px;
    display: block;
  }
  .p-about-nav__box {
    padding-right: 0;
  }
  .p-about-nav__box:nth-of-type(1) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(2) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(3) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(4) {
    width: 100%;
  }
  .p-about-nav__top {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .p-about-nav__item {
    margin-bottom: 0;
    border-bottom: #E6E6E6 solid 1px;
  }
  .p-about-nav__link {
    display: flex;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
  }
  .p-about-nav__link--child {
    padding-left: 24px;
  }
}
.p-video-modal {
  position: relative;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  color: #FFFFFF;
}
.p-video-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-video-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-video-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-content: center;
  transform: translate(-50%, -52%);
  width: 100%;
  max-width: 860px;
  padding: 0 40px;
  box-sizing: border-box;
}
.p-video-modal__content-video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-video-modal__content-video {
  position: absolute;
}
.p-video-modal__content-close-btn {
  position: absolute;
  top: -30px;
  right: 40px;
  width: 73px;
  height: 12px;
}
.p-video-modal__content-close-btn-image {
  width: 73px;
  height: 12px;
}

/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-video-modal__content {
    max-width: 500px;
    padding: 0 20px;
  }
  .p-video-modal__content-close-btn {
    right: 20px;
  }
}
.p-scroll-slider {
  margin-bottom: 120px;
}
.p-scroll-slider .p-scroll-slider__header-title--big {
  margin-right: 8px;
  font-size: 2.4rem;
  line-height: 1.16;
}
.p-scroll-slider .p-scroll-slider__header-title--small {
  position: relative;
  top: 1px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
}
.p-scroll-slider .p-scroll-slider__header-link:after {
  top: 6px;
}

/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-scroll-slider {
    margin-bottom: 60px;
  }
  .p-scroll-slider .p-scroll-slider__header-title--big {
    font-size: 1.8rem;
    line-height: 1.33;
  }
  .p-scroll-slider .p-scroll-slider__header-title--small {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
}

.poc_txt{
	text-align:center;
	margin-bottom:60px;
}
.poc_txt ul{
	display:inline-block;
	width:660px;
	margin:0 auto;
	list-style-type: disc;
	text-align:left;
}
.poc_txt ul li{
	font-size:1.4rem;
	line-height:2.4rem;
	margin-bottom:20px;
}
.poc-map{
	height:925px;
	background:#f5f5f5 url(/html2014/2020/assets/about/img/poc_6.jpg) no-repeat center;
}
.poc-map img{
	display:none;
}

.pop_outline .p-about-access__outline-item-title{
	width:460px;
	font-size:2rem;
}
.pop_outline .p-about-access__outline-item-text{
	list-style-type: disc;
	
	padding-left:10px;
}

.pop_outline .p-about-access__outline-item-text span{
	font-size:2rem;
	display:block;
	margin-bottom:5px;
}


@media only screen and (max-width: 767px) {
	.poc_txt {
		padding:0 20px;
	}
	.poc_txt ul{
		width:100%;
		padding-left:20px;
		box-sizing: border-box;
	}
	.poc-map{
		height:inherit;
		background:#f5f5f5;
		padding:20px 0;
	}
	.poc-map img{
		display:block;
		width:100%;
	}
}

.p-about-2022{padding:70px 0;}
.p-about-2022 img{display:block;width:100%;}


.p-about-2022_nav{
	color: #333;
	background: #f0f0f0;
	height: 106px;
	display: flex;
	align-items: center;
}
.p-about-2022_nav a{transition:.3s; -webkit-transition:.3s; text-decoration:none; color:#333;}


.p-about-2022_nav .inner-wrap{
	max-width:1080px;
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
}
.p-about-2022_nav .inner-wrap .page_nav_ttl{
	line-height: 1.33;
	margin-right: auto;
	font-size:1.8rem;
}

.p-about-2022_nav .inner-wrap .page_nav_ttl .page_nav_link{
	text-decoration: none;
}

.p-about-2022_nav .inner-wrap .page_nav_ttl .title_en{
	margin-bottom: 13px;
	line-height: 1;
	font-size: 1.4rem;
}
.p-about-2022_nav .inner-wrap .page_nav_ttl .title_ja{
	font-size: 1.8rem;
	line-height: 1;
}
.p-about-2022_nav_list{
	display: flex;
	justify-content: center;
	position: relative;
	top: 9px;
}

.p-about-2022_nav_list__item{
	font-size: 1.4rem;
	height: 30px;
	padding: 0 24px;
	letter-spacing: .6px;
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
}

.p-about-2022_nav_list__item:after{
	content:"";
	position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: none;
}
.p-about-2022_nav_list__item:hover:after{
	background: #999;
}
.p-about-2022_nav_list__item.active:after{
  background-color: #005EB8;
}

.p-about-2022_nav_list__link:hover{
	text-decoration: none;
}
.videoBtn img{max-width:100%;}

.about_2022_popVideo{position:fixed;left:0;right:0;top:0;bottom:0;z-index:99991;display:none;}
.about_2022_popVideo .close{background: url("/html2014/images/onePage_2/closeBtn.png") no-repeat;width: 54px;height: 54px; display:inline-block;position: absolute;left:21px;top:21px;cursor: pointer;z-index:9;}

.about_2022_popVideo .indexBody{width:100%;height:100%;background-color:#000;overflow:hidden;position:relative;}
.about_2022_popVideo .oo{border:1px solid #ccc;overflow:hidden;text-align:center;position:absolute;top:50%;left:50%;z-index:999;transform: translate(-50%,-50%);width:80%}


@media screen and (max-width:767px){
	.p-about-2022_nav{
	  display: block;
	  height: 90px;
	  position: relative;
	}
	.p-about-2022_nav .inner-wrap{
	  max-width: 1080px;
	  width: 100%;
	  padding: 0;
	  box-sizing: border-box;
	  margin: 0 auto;
	  display: block;
	}
	.p-about-2022_nav .inner-wrap .page_nav_ttl{
		margin-right: 0;
		line-height: 1;
		padding-left:20px;
		padding-top:20px;
	}
	.p-about-2022_nav .inner-wrap .page_nav_ttl .title_en{
		display: none;
	}
	.p-about-2022_nav .inner-wrap .page_nav_ttl .title_ja{
		font-size: 1.8rem;
		line-height: 1;
		padding-top: 20px;
		padding-left: 20px;
	}
	.p-about-2022_nav_list{
		display: flex;
		position: static;
		margin-top: 8px;
		top: auto;
	}

	.p-about-2022_nav_list__item{
		font-size: 1.4rem;
		text-align: center;
		height: 44px;
		padding: 0;
		box-sizing: border-box;
		letter-spacing: .6px;
	  color: #333333;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  position: relative;
	  width: calc(100% / 4);

	}

	.p-about-2022_nav_list__item:after{
		content:"";
		position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 2px;
	  background: none;
	}
	.p-about-2022_nav_list__item:hover:after{
		background: #999;
	}
	.p-about-2022_nav_list__item.active:after{
	  background-color: #005EB8;
	}

	.about_2022_popVideo .oo{width:90%;}
}





/*# sourceMappingURL=about.css.map */