@charset "utf-8";
/* CSS Document */
body.real {
  background: url("../img/bg_real.jpg") top center repeat-x rgb(223 245 255);
}
#factory .real .lead h2 {
  font-size: 1.8em;
  color: rgb(0 141 209);
  font-weight: 900;
}
#factory .real .ttlLogo:after {
  content: '';
  background-image: url(../img/icon_title_real.png);
  background-position: center;
  width: 30%;
  height: 78px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-bottom: 2em;
}
#factory .real .tour {
  background: #fff;
}
#factory .tour .link_gry {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
#factory .tour .link_gry a {
  background: #EEE;
  display: block;
  padding: 0.5em 1em;
  margin: 1em 1em;
  color: #004180;
  border-radius: 10px;
  font-size: 1em;
  font-weight: 900;
  border-bottom: 2px solid rgb(28 28 28 / 90%);
  text-decoration: none;
  text-align: center;
}
#factory .tour .link_gry a:hover {
  background: rgb(13 112 209);
  color: #FFF;
}

#factory .tour .pdf_link {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
#factory .tour .pdf_link a {
  background-color: #F2951F;
  display: block;
  padding: 0.5em 1em;
  margin: 1em auto;
  color: #FFF;
  border-radius: 10px;
  font-size: 1em;
  font-weight: 900;
  border-bottom: 2px solid rgba(28,28,28,0.9);
  text-decoration: none;
  text-align: center;
}
#factory .tour .pdf_link a:hover {
  background: rgba(13,112,209,1);
  color: #FFF;
}
#factory .tour a.text_link {
	display: inline-block;
	padding: 0 1.5em;
	background-color: rgba(231,231,231,0.75);
	color: #000;
	border-radius: 50px;
	font-size: 0.8rem;
}
#factory .tour a.text_link:hover {
	background-color: rgba(231,231,231,1);
}
#factory .real .guide {}
/**********virtual****************/
.virtual {
  background: url("../img/bg.png") top center repeat-x #0099e3;
  color: #FFF;
}
@media (min-width: 769px) {
  #factory .container {
    max-width: 1024px;
    width: auto;
    margin: auto;
    clear: both;
  }
  #factory .lead, #factory .about {
    width: 80%;
    margin: auto;
  }
}
#factory .ttl h1 {
  font-size: 2em;
  color: rgba(255, 253, 0, 1.00);
  font-weight: 900;
}
#factory .ttlLogo h2 {
  font-size: 1.8em;
  font-weight: 900;
  letter-spacing: 5px;
}
#factory .ttlLogo:after {
  content: '';
  background-image: url(../img/icon_title.png);
  background-position: center;
  width: 30%;
  height: 78px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-bottom: 2em;
}
#factory .lead h2 {
  font-size: 1.8em;
  color: rgba(255, 253, 0, 1.00);
  font-weight: 900;
}
#factory .lead .logo {
  margin-bottom: 1em;
}
#factory .lead .cpoy {
  text-align: center;
  font-weight: 900;
  ont-size: 1.2em;
}
#factory .lead p {
  font-size: 1.1em;
}
#factory section {
  padding: 2em;
}
@media (max-width: 750px) {
  #factory .container {
    padding: 0px;
  }
  #factory .ttlLogo h2 {
    font-size: 1.5em;
  }
  #factory section p {
    text-align: left;
  }
  #factory .lead h2 {
    font-size: 1.5em;
  }
}
#factory .point ul li {
  margin: 3em 0;
  padding: 2em;
  background: #FFF;
  color: #000;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
}
#factory .point ul li div {
  padding: 1em;
  text-align: left;
}
#factory .point ul li > div:first-child {
  position: relative;
  padding-top: 50px;
}
#factory .point ul li > div:first-child .pointIcon {
  position: absolute;
  top: -80px;
  left: -90px;
}
#factory .point ul li > div:first-child h3 {
  font-size: 1.8em;
  font-weight: 900;
  color: #004180;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  #factory .point ul li > div:first-child .pointIcon {
    position: absolute;
    top: -60px;
    left: -50px;
    width: 40%;
  }
  #factory .point ul li {
    display: block;
    padding: 1em;
    margin: 4em 0;
  }
  #factory .point ul li > div:first-child {
    padding-top: 30px;
  }
  #factory .point ul li > div:first-child h3 {
    font-size: 1.5em;
  }
}
#factory .point ul li > div:first-child ol li {
  margin: 0;
  padding: 10px 0;
}
#factory .point ul li.upcycle > div {
  padding: 1em;
}
#factory .point ul li.upcycle > div:first-child {
  flex-basis: 20%;
}
#factory .point ul li.upcycle {
  padding-top: 1em;
  border: 4px solid #004180;
  align-items: center;
}
#factory .guide ul {
  border-top: dotted 1px #ffffff87;
}
#factory .guide li {
  padding: 0.5em;
  text-align: left;
  border-bottom: dotted 1px #ffffff87;
}
#factory .guide .pdf ul {
  display: flex;
  flex: auto;
  justify-content: center;
}
#factory .guide .pdf ul li {
  border: none;
  padding: 4%;
}
#factory .guide .pdf p a {
  color: #FFF;
  font-size: 1.2em;
  font-weight: 900;
  border: 2px solid #FFF;
  padding: 1em 1.5em;
  margin-bottom: 1em;
  display: inline-block;
}
#factory .guide .pdf p {
  text-align: center;
}
#factory .guide .contact {
  background: #FFF;
  padding: 1em;
  border-radius: 10px;
  font-weight: 900;
  font-size: 1.6em;
  margin: 0.5em auto;
  width: 80%;
  color: #004180;
}
#factory .guide .contact p {
  color: #004180;
  font-weight: 900;
  font-size: 0.8em;
}
#factory .guide .contact span {
  width: 50%;
  display: inline-block;
  font-weight: 900;
  font-size: 1.3em
}
#factory .tour > div {
  padding: 1em 0;
}
#factory .tour h3 {
  background: #0d70d1;
  padding: 0.5em;
  margin-bottom: 1em;
  color: rgba(255, 253, 0, 1.00);
  font-weight: 900;
  font-size: 1.5em;
  border-radius: 10px;
}
#factory .tour ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#factory .tour ul li {
  flex-basis: 50%;
  padding: 0.52em;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  #factory .tour h3 {
    font-size: 1.1em;
  }
  #factory .guide .contact span {
    display: block;
    width: 100%;
  }
  #factory .guide .contact {
    font-size: 1.2em;
    width: auto;
  }
  #factory .guide .contact p {
    text-align: center;
  }
  #factory .guide .pdf p a {
    font-size: 1em;
  }
}
#factory .tour ul.flex.col3 {
	display: flex;
	justify-content: center;
}
#factory .tour ul.flex.col3 > li {
	flex-basis: 33.3%;
}

@media (min-width: 769px) {
  #factory .tour ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #factory .tour ul li {
    padding: 10px;
  }
}
#factory .tour p {
  text-align: left;
  margin-bottom: 20px;
}
#factory .tour.vertual .passed_open {
	cursor: pointer;
	margin: 0 auto 1em;
	border: 3px solid #FFF;
	padding: 15px 30px 15px 4px;
	font-size: 14px;
	background-image: url("../img/ico_open.png");
	background-position: right 15px center;
	background-repeat: no-repeat;
}
#factory .tour.vertual .passed_open:hover {
	background-color: rgba(255,255,255,.2);
}
#factory .tour.vertual .passed_open.active {
	background-image: url("../img/ico_close.png");
}
#factory .tour.vertual .passed {
	display: none;
}
#factory .tour.vertual .vertualSec {
	margin-bottom: 50px;
}
#factory .tour.vertual ul li {
  flex-basis: 33%;
}
#factory .tour.vertual ul li.w100 {
  flex-basis: 100%;
}
#factory section .link {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
#factory section .link a {
  background: rgba(255, 253, 0, 1.00);
  display: block;
  padding: 0.5em 1em;
  margin: 1em 1em;
  color: #004180;
  border-radius: 10px;
  font-size: 1.2em;
  font-weight: 900;
  border-bottom: 2px solid rgb(28 28 28 / 90%);
  text-decoration: none;
  text-align: center;
}
#factory section .link a:hover {
  background: rgb(13 112 209);
  color: rgba(255, 253, 0, 1.00);
}


@media (min-width: 751px) {
#factory section .pdf_link a {
	width: 400px;
}
#factory .tour.vertual .passed_open {
	width: 50%;
	font-size: 20px;
	padding: 15px;
}
}




@keyframes fadeIn { /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0
  } /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1
  } /*アニメーション終了時は不透明度100%*/
}
.fade {
  animation: fadeIn 0.5s ease 1s 1 normal;
}
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
section.news {}
section.news h2 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #18268e;
  color: #18268e;
  font-weight: 900;
  font-size: 1.2em;
  text-align: left;
}
section.news .news_conts {
  text-align: left;
  padding: 1em;
  border-radius: 10px;
  background: white;
  color: #333;
  margin: 2em 0;
  position: relative;
}
section.news .news_conts span {
  font-weight: 900;
}
@media (min-width: 769px) {
  section.news h2 {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #18268e;
    color: #18268e;
    font-weight: 900;
    font-size: 1.5em;
    text-align: center;
  }
  section.news .news_conts span {
    position: absolute;
  }
  section.news .news_conts p {
    padding-left: 20%;
  }
  section.news .news_conts {
    padding: 2em;
  }
}
section.news .news_conts ul {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: content-box;
}
section.news .news_conts ul li {
  padding: 0.5em;
}
section.news .contat {
  font-size: 1.5em;
  font-weight: 700;
}
section.news .under {
  background: linear-gradient(transparent 70%, #ff99ab 70%);
  display: inline;
}


#factory .topics ul.flex {
	display: flex;
	flex-wrap: wrap;
}
#factory .topics ul.list > li {
	display: flex;
	flex-direction: column;
}
#factory .topics ul.list > li .item {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
}
#factory .topics ul.list > li .item .img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
#factory .topics ul > li .item .date {
	text-align: right;
}
#factory .topics ul > li .item h3 {
	text-align: left;
}
#factory .topics ul > li .item h3 a {
	color: #FFF;
	display: block;
	font-weight: 900;
}
@media (min-width: 769px) {
#factory .topics ul.flex.col3_2 > li ,
#factory .topics ul.flex.col3_1 > li {
	flex-basis: 33.3%;
	padding: 8px;
  box-sizing: border-box;
}
#factory .topics ul.list > li .item {
	padding: 8px;
}
#factory .topics ul.list > li .item .img {
	height: 180px;
}
#factory .topics ul.list > li .item .img img { 
	transition: 0.4s;
}
#factory .topics ul.list > li .item .img img:hover { 
	animation: zoom-up 0.4s forwards;
}
}
@keyframes zoom-up {
	0% {
	transform: scale(1);
	}
	100% {
	transform: scale(1.1);
	}
}
@media (max-width: 768px) {
#factory .topics ul.flex.col3_2 > li {
	flex-basis: 50%;
	padding: 4px;
  box-sizing: border-box;
}
#factory .topics ul.flex.col3_1 {
	flex-direction: column;
}
#factory .topics ul.list > li .item {
	padding: 8px;
}
}
