@charset "utf-8";

body {
	font-size: 16px;
}
p {
  line-height: 2;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea, select {
	padding: 15px;
	font-size: 16px;
}
.pc {
	display: none;
}


/* basic layout---------------- */
#wrapper {
	width: 100%;
	text-align: center;
}
#container_top {
	width: 100%;
}
#container {
  width: 100%;
  padding-top: 50px;
}
.main {
	width: 90%;
  margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}


/* header---------------- */
#head_top {
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 200;
  transition: .5s;
}
#head {
  position: fixed;
  width: 100%;
  height: 50px;
  background: rgba(255,255,255,1);
  z-index: 200;
  transition: .5s;
}
.fixed {
  background: rgba(255,255,255,0.9);
  transition: .5s;
}
.head_in {
  margin: 5px 2.6% 0 2.6%;
}
.head_in:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#head_logo {
  width: 70%;
  max-width: 430px;
  float: left;
  text-align: left;
}
#head_menu {
  width: 30%;
  float: right;
}
#head_logo a {
  display: block;
  width: 215px;
  height: 40px;
  text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/head_logo_sp.png) no-repeat;
  background-size: 100%;
}
#head #head_logo a, .fixed #head_logo a {
	background: url(../img/head_logo_fixed_sp.png) no-repeat;
  background-size: 100%;
}
#head_navi {
  display: none;
}
.sp_navi_btn {
	position: fixed;
	top: 5px;
	right: 5px;
	width: 40px;
  z-index: 300;
}
#sp_navi_on a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/sp_nav_open.png) no-repeat;
  background-size: 100%;
}
#head #sp_navi_on a, .fixed #sp_navi_on a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/sp_nav_open_fixed.png) no-repeat;
  background-size: 100%;
}
#sp_navi_of a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/sp_nav_close.png) no-repeat;
  background-size: 100%;
}
#sp_navi {
  display: none;
	width: 100%;
  height: 100%;
	position: fixed;
	top: 0;
	right: 0;
  padding: 60px 15px;
  text-align: left;
  font-size: 18px;
  color: #fff;
  background: #000;
  z-index: 100;
  overflow-y: scroll;
}
.accordion {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #838383;
}
.button_1, .button_2 {
  position: relative;
  width: 100%;
  padding: 1em 15px;
  cursor: pointer;
  border: none;
  text-align: left;
  font-size: 18px;
  color: #fff;
  background-color: #000;
}
.button_1:after {
  position: absolute;
  top: 40%;
  right: 15px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/plus01.png) no-repeat;
  background-size: 100%;
}
.button_1.active:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/minus01.png) no-repeat;
  background-size: 100%;
}
.button_2:after {
  position: absolute;
  top: 40%;
  right: 15px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/arrow_sp_menu.png) no-repeat;
  background-size: 100%;
}
.accordion_1 {
  margin-left: 1.8em;
}
.accordion_1 li a {
  position: relative;
  display: block;
  padding: 0.8em 0;
  line-height: 1.5;
  color: #fff;
}
.accordion_1 li a:after {
  position: absolute;
  top: 40%;
  right: 15px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/arrow_sp_menu.png) no-repeat;
  background-size: 100%;
}
.language {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  margin: 0 15px;
}
.language li {
  width: 4em;
  margin-right: 15px;
  text-align: center;
}
.language li a {
  display: block;
  padding: 5px 0;
  color: #313131;
  background: #fff;
}
.language li.on {
  padding: 5px 0;
  background: #242424;
}


/* footer----------------- */
#foot {
  position: relative;
  color: #fff;
  background: #1A1D1E;
}
#foot01 {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 10;
}
#foot02 {
  padding: 45px 0 30px;
}
.foot_col01 {
  width: 90%;
  margin: 0 auto;
}
.foot_col02 {
  display: none;
}
.foot_logo {
  margin-bottom: 20px;
}
.foot_btn a {
  display: block;
  width: 165px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 15px;
  font-weight: 600;
  color: #282828;
  background: #D3D3D3 url("../img/arrow02.png") no-repeat;
  background-position: right 15px center;
  border-radius: 21px;
}
#copyright {
  padding-bottom: 50px;
}
#copyright small {
  font-size: 12px;
}


/* top---------------- */
#top_main {
  position: relative;
  width: 100%;
  height: 100vh;
}
.top_main_t {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 10;
}
.top_main_t h1 {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 25px;
}
.top_main_t p {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 600;
}
.swiper-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slide-img {
  width: 100%;
  height: 100vh;
  text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.slide01 {
  background: url("../img/top_slide01_sp.jpg") no-repeat;
  background-size: cover;
}
.slide02 {
  background: url("../img/top_slide02_sp.jpg") no-repeat;
  background-size: cover;
}
.slide03 {
  background: url("../img/top_slide03_sp.jpg") no-repeat;
  background-size: cover;
}
.slide04 {
  background: url("../img/top_slide04_sp.jpg") no-repeat;
  background-size: cover;
}
.slide05 {
  background: url("../img/top_slide05_sp.jpg") no-repeat;
  background-size: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;
}
.slide-img img {
  display: block;
}
.scroll_btn {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 50px;
  margin: 0 auto;
  z-index: 10;
}

#top_about {
  padding: 45px 0 10px;
  background: #FAFAFA;
}
.logo01 {
  margin-bottom: 20px;
}
#top_about p {
  margin-bottom: 2em;
}

#top_business {
  color: #fff;
  background: #101415;
}
.h2_01 {
  margin-bottom: 30px;
  font-size: 24px;
}
.bg01 {
  padding: 40px 0;
  background: url("../img/bg01.jpg") no-repeat;
  background-size: cover;
}
.top_col01 {
  width: 100%;
  margin-bottom: 18px;
}
.top_col02 {
  width: 100%;
  margin-bottom: 18px;
}
.top_col03 {
  width: 100%;
  margin-bottom: 18px;
}
.top_col04 {
  width: 100%;
  margin-bottom: 18px;
}
.top_business_b01 {
  position: relative;
}
.top_business_b01 a {
  display: block;
  color: #fff;
}
.top_business_txt {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.top_business_txt h3 {
  margin-bottom: 10px;
  font-family: "Lato";
  font-size: 28px;
}
.top_business_img img {
  width: 100%;
  height: auto;
}
.btn01 {
  display: block;
  width: 130px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  background: url("../img/arrow01_sp.png") no-repeat;
  background-position: right 20px center;
  background-size: 9px 14px;
}
.top_business_cover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}


/* lower page---------------- */
.title01 {
  width: 100%;
  height: 92px;
  padding-top: 30px;
  color: #fff;
  background: #000 url("../img/title_bg01.jpg") no-repeat;
  background-size: cover;
}
.title01 h1 {
  font-size: 25px;
}
.navi01 {
  height: 55px;
  padding: 15px 10px;
}
.navi01 ul li {
  position: relative;
  display: inline;
  margin-right: 1em;
  padding-right: 1em;
  font-size: 15px;
  color: #00A0CE;
}
.navi01 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.navi01 ul li:after {
  position: absolute;
  top: 0.5em;
  right: 0;
  display: inline;
  content: "";
  width: 1px;
  height: 10px;
  background: #282828;
}
.navi01 ul li:last-child:after {
  display: none;
}
.navi02 {
  padding: 15px 0;
  font-size: 14px;
  background: #F9F9F9;
}
.navi02 ul {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.navi02 ul li {
  width: 30%;
  margin: 0 1.5%;
  line-height: 1.5;
  color: #00A0CE;
}
.navi02 ul li:last-child {
  margin-right: 0;
}
.navi02 ul li.on {
  text-decoration: underline;
}
.navi01 ul li a, .navi02 ul li a {
  color: #282828;
}
.h2_02 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 23px;
}


/* Brand */
#brand01 {
  color: #fff;
  background: url("../img/brand_bg01.jpg") no-repeat;
  background-size: cover;
}
#brand01_01 {
  padding: 30px 0;
}
#brand01_01_01 {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
#brand01_01_01 p {
  font-size: 14px;
}
#brand01_01_02 {
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
#brand01_t01 {
  margin-bottom: 10px;
}
#brand01_logo {
  width: 205px;
  margin: 0 auto 10px;
}
#brand01_logo img {
  width: 100%;
  height: auto;
}
#brand01_t02 {
  float: left;
  width: 50%;
}
#brand01_t03 {
  float: right;
  width: 50%;
  margin-bottom: 50px;
}
#brand01_btn {
  clear: both;
  width: 100%;
}
.btn02 a {
  display: block;
  width: 100%;
  line-height: 42px;
  font-size: 17px;
  text-decoration: none;
  color: #00A0CE;
  background: #E6E7ED url("../img/arrow03_sp.png") no-repeat;
  background-size: 6px 12px;
  background-position: right 14px center;
  border-radius: 21px;
}
.content01 {
  padding: 45px 0 40px;
}
.main01 {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.logo02 {
  margin-bottom: 20px;
}
.logo02 img {
  width: 100%;
  height: auto;
}
.p01 {
  margin-bottom: 2em;
}


/* Technology */

/* Nanofiber */
.content02 {
  padding: 35px 0 45px;
}
.main02 {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.h2_03 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  color: #00A0CE;
}
.p02 {
  margin-bottom: 20px;
}
.img01 {
  margin-bottom: 50px;
}
.img01 img {
  width: 100%;
  height: auto;
}

/* Electrospinning */
.content03 {
  padding: 40px 0;
}
.content04 {
  margin-bottom: 50px;
  padding: 40px 0;
  background: #F9F9F9;
}
.img03 {
  margin-bottom: 25px;
}
.img02 img, .img03 img {
  width: 100%;
  height: auto;
}

/* Feature */
.ul01 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ul01 li {
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.ul01 li:nth-child(2n) {
  margin-right: 0;
}
.ul01 li .ul01_t01 {
  position: absolute;
  top: 10px;
  width: 100%;
  font-size: 13px;
}
.ul01 li .ul01_t02 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  background: rgba(0,0,0,0.3);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ul01_p01 img {
  width: 100%;
  height: auto;
}


/* Business Area---------------- */

/* Filtration */
.title02 {
  width: 100%;
  height: 190px;
  padding-top: 70px;
  color: #fff;
}
.title02 h1 {
  margin-bottom: 10px;
  font-size: 25px;
}
.title_t01 {
  font-size: 14px;
}
#title_business1 {
  background: url("../img/title_business1_bg_sp.jpg") no-repeat;
  background-size: cover;
}
.content05 {
  padding: 50px 0 40px;
}
.img04 img {
  width: 100%;
  height: auto;
}
.main03 {
  width: 90%;
  margin: 0 auto;
}
.ul02 li {
  margin-bottom: 20px;
}
.ul02 li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.ul02_t01 {
  font-size: 14px;
}

/* Sanitary */
#title_business4 {
  background: url("../img/title_business4_bg_sp.jpg") no-repeat;
  background-size: cover;
}
.h3_01 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 17px;
  color: #00A0CE;
}
.col01_01 {
  width: 100%;
  margin-bottom: 20px;
}
.col01_02 {
  width: 100%;
  margin-bottom: 20px;
}
.col01_03 {
  width: 100%;
  margin-bottom: 20px;
}
.h4_01 {
margin-bottom: 5px;
  font-size: 17px;
}
.col02_01 {
  width: 49.4%;
  margin-right: 1.2%;
}
.col02_02 {
  width: 49.4%;
}
.img05 {
  margin-bottom: 5px;
}
.img05 img {
  width: 100%;
  height: auto;
}
.p03 {
  line-height: 1.5;
  text-align: center;
  font-size: 13px;
}
.p04 {
  line-height: 1.5;
  text-align: center;
  font-size: 13px;
  color: #CE0606;
}
.content06 {
  padding: 40px 0;
  background: #F9F9F9;
}
.content07 {
  padding: 40px 0 50px;
}

/* Technical Textile */
#title_business2 {
  background: url("../img/title_business2_bg_sp.jpg") no-repeat;
  background-size: cover;
}
.img06 img {
  width: 100%;
  height: auto;
}
.col03_01 {
  width: 100%;
  margin-bottom: 30px;
}
.col03_02 {
  width: 100%;
  margin-bottom: 30px;
}
.main04 {
  width: 80%;
  margin: 0 auto;
}
.h4_02 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #00A0CE;
}
.p05 {
  margin-bottom: 20px;
  font-size: 14px;
}
.p06 {
  font-size: 14px;
}
.col04_01 {
  width: 50%;
  text-align: center;
}
.col04_02 {
  width: 50%;
  text-align: center;
}
.col05_01 {
  order: 2;
  width: 80%;
  margin: 0 10%;
  text-align: center;
}
.col05_02 {
  order: 1;
  width: 100%;
  margin-bottom: 20px;
}

/* Electronics */
#title_business3 {
  background: url("../img/title_business3_bg_sp.jpg") no-repeat;
  background-size: cover;
}
.img07 {
  margin-bottom: 45px;
}
.img07 img {
  width: 100%;
  height: auto;
}
.col05_03 {
  width: 100%;
  margin-bottom: 20px;
}
.col05_04 {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.ul03 {
  margin-left: 20px;
}
.ul03 li {
  line-height: 2;
  list-style: disc;
  font-size: 14px;
}
.img08 {
  margin-bottom: 20px;
}
.img08 img {
  width: 100%;
  height: auto;
}
.main05 {
  width: 90%;
  margin: 0 auto 30px;
}
.h4_03 {
  margin-bottom: 10px;
  padding-left: 0.5em;
  font-size: 14px;
  color: #00A0CE;
  border-left: 3px solid #00A0CE;
}
.img09 {
  margin-bottom: 30px;
}
.img09 img {
  width: 100%;
  height: auto;
}
.col06_01 {
  width: 100%;
  margin-bottom: 20px;
}
.col06_02 {
  width: 100%;
  margin-bottom: 20px;
}
.col06_03 {
  width: 100%;
}
.h4_04 {
  margin-bottom: 5px;
  font-size: 14px;
}

/* Medical */
#title_business5 {
  background: url("../img/title_business5_bg_sp.jpg") no-repeat;
  background-size: cover;
}


/* Company---------------- */
.content08 {
  padding: 50px 0;
}
.table01 {
  width: 100%;
  text-align: left;
}
.table01 th {
  display: block;
  padding: 20px;
  color: #00A0CE;
  border-bottom: 1px solid #E1E1E1;
}
.table01 td {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #313131;
  word-break: break-all;
}
.table01 tr:first-child th {
  border-top: 1px solid #313131;
}
a.link01 {
  color: #282828;
}


/* Research and Development---------------- */
.content09 {
  padding: 50px 0 20px;
}
.content10 {
  padding: 20px 0 70px;
}
.ul04 li {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.ul04 li .ul04_t01 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  background: rgba(0,0,0,0.5);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ul04_p01 img {
  width: 100%;
  height: auto;
}
.p07 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}


/* Contact---------------- */
.p08 {
  margin-bottom: 20px;
}
.col07_01 {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.img10 {
  margin-bottom: 10px;
}
.txt01 {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 600;
  color: #00A0CE;
}
.txt02 {
  font-size: 23px;
  font-weight: 600;
}
a.link02 {
  display: block;
  text-decoration: none;
  color: #282828;
}

.p08.headline {
	font-size: 24px;
	color:#00A0CE;
	text-align: center;
}
.airqueen .p08.headline {
	margin-top: 50px;
}



/* 404---------------- */
.content11 {
  padding: 50px 0;
}
.h2_04 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 23px;
}
.btn03 a {
  display: block;
  width: 160px;
  margin: 0 auto;
  line-height: 42px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  color: #282828;
  background: #E6E7ED url("../img/arrow02_sp.png") no-repeat;
  background-position: right 14px center;
  background-size: 7px 11px;
  border-radius: 21px;
}



/* General style---------------- */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.img100 img {
	width: 100%;
	height: auto;
}


/* 生分解 */
#title_biodegradation {
  background: url("../img/title_biodegradation_bg.jpg") center no-repeat;
  background-size: cover;
	position: relative;
}
#title_biodegradation .sdgs {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30%;
}
#title_biodegradation .sdgs img {
  width: 100%;
}
#biodegradation_01 .col01_04 {
	width: 100%;
  margin-bottom: 20px;
}
#biodegradation_01 .col01_05 {
	width: 100%;
  margin-bottom: 20px;
}
#biodegradation_01 .col01_06 {
	width: 100%;
  margin-bottom: 20px;
}
#biodegradation_01 .col01_07 {
	width: 100%;
  margin-bottom: 20px;
}
#biodegradation_01 h3.h3_01 {
  margin: 30px auto 10px;
}

/* 農業 */
#title_agriculture {
  background: url("../img/title_agriculture_bg.jpg") center no-repeat;
  background-size: cover;
}
#agriculture_01 .main02:first-child {
  margin-bottom: 60px;
}
#agriculture_01 .col01_04 {
	width: 100%;
  margin-bottom: 20px;
}
#agriculture_01 .col01_05 {
	width: 100%;
  margin-bottom: 20px;
}
#agriculture_01 .col01_06 {
	width: 100%;
  margin-bottom: 20px;
}
#agriculture_01 .col01_07 {
	width: 100%;
  margin-bottom: 20px;
}


#downloadform .list dt {
  margin: 30px 0 0;
}
#downloadform .list dd {
  margin: 10px 0 0;
}
#downloadform .list dt .required {
  display: inline-block;
  background: red;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: center;
  padding: 2px 10px;
  margin-left: 20px;
}
#downloadform .list input[type="text"],#downloadform .list input[type="tel"],#downloadform .list input[type="email"] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d3d3d3;
  padding: 14px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
#downloadform .list textarea {
  width: 100%;
	max-width: 100%;
  border: 1px solid #d3d3d3;
  padding: 14px;
  font-size: 16px;
	height: 100px;
}
#downloadform .btSubmit {
  margin: 60px auto 0;
  display: block;
  width: 60%;
	background: #00A0CE;
  border: 1px #00A0CE solid;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.catalog {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px auto 40px;
}
.catalog li {
  width: 46%;
	margin: 2% auto;
	line-height: 1.5;
}
.catalog li img {
  width: 100%;
}
.catalog li label {
  display: block;
}
.catalog li img {
  width: 100%;
}
.catalog li input[type="radio"] {
  display: none;
}
.catalog li img {
  border: 1px #000 solid;
}

.formbtn {
  margin: 0 0 100px;
}
.formbtn a {
  margin: 0 auto;
  padding: 20px 0;
  display: block;
  width: 80%;
  background: #00A0CE;
  border: 1px #00A0CE solid;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
