@charset "UTF-8";
/*----------------------------------------

	- header
	+ main
		- notification
		- mainVisual
		- info
		- pickup
		- about
		- products
		- news
			+ exhibitionInfo
		- link
		- lang en

-----------------------------------------*/

/*----------------------------------------
	header
-----------------------------------------*/
@media screen and (max-width: 1000px) {
	header {
		background: rgba(255, 255, 255, 0.6);
	}

	header.scrolling {
		background: #ffffff;
	}
}

/*----------------------------------------
	main
-----------------------------------------*/
@media screen and (max-width: 1000px) {
	#main {
		margin-top: 0;
	}
}

/*----------------------------------------
	notification 緊急告知用
-----------------------------------------*/
#notification {
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: 2px solid #ddd;
}
[lang="en"] #notification {
	margin: 0;
	border-bottom: 1px solid #ddd;
}
#notification > div {
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
[lang="en"] #notification > div {
	width: calc(100% - 40px);
	margin: 0 20px;
}
#notification > div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1040px;
	width: 100%;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#notification > div > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1040px;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

#notification > div > dl dt {
	width: 95px;
}

#notification > div > div > p {
	width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[lang="en"] #notification > div > dl dt {
    width: 140px;
}

#notification > div > dl dd {
	width: calc(100% - 95px);
	padding: 0 26px;
	border-left: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[lang="en"] #notification > div > dl dd {
	width: calc(100% - 140px);
}


#notification > div > div > p > span > a.pdf::after {
	margin-top: 0;
}
#notification > div > div > p > span:first-child {
	padding-right: 20px;
}

#notification > div > dl dd > span > a.pdf::after {
	margin-top: 0;
}
#notification > div > dl dd > span:first-child {
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	#notification {
		padding: 12px 0;
	}

	#notification div {
		min-height: 63px;
		padding: 0;
	}

	#notification div div {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		line-height: 1.5;
		letter-spacing: 0;
	}
	
	#notification div dl {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		line-height: 1.5;
		letter-spacing: 0;
	}

	#notification div dl dt {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 204px;
		        flex: 0 1 204px;
		width: 33.33%;
		text-align: center;
		border-right: none;
	}
	
	[lang="en"] #notification > div > dl dt {
		width: 33.33%;
	}

	#notification div div p {
		width: 90.9%;
		padding: 0;
	}
	
	#notification div dl dd {
		width: 90.9%;
		padding: 0 0 0 15px;
		border-left: 1px solid #ddd;
	}
	
	[lang="en"] #notification > div > dl dd {
		width: 90.9%;
	}

	#notification div div p span {
		display: block;
	}
	
	#notification div dl dd span {
		display: block;
	}
	#notification div div p span a {
		text-decoration: underline;
	}
	
	#notification div dl dd span a {
		text-decoration: underline;
	}
}

/*----------------------------------------
	mainVisual
-----------------------------------------*/
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#mainVisual {
	overflow: hidden;
	position: relative;
	height: 560px;
	width: 100%;
}
#mainVisual .mvSlider-slide {
	position: relative;
	height: 100%;
	width: 100%;
}
#mainVisual .mvSlider-item {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}
#mainVisual.mvSlider .mvSlider-item {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s;
}
#mainVisual.mvSlider .mvSlider-item.current {
	z-index: 10;
	visibility: visible;
	opacity: 1;
}

#mainVisual .mvSlider-item p:first-of-type,
#mainVisual .mvSlider-item a:first-of-type {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	margin: auto;
}

#mainVisual .mvSlider-item video {
	position: absolute;
}
#mainVisual .mvSlider-item.slide01 {
	background: url(../img/i_mv_p01.jpg) no-repeat center top;
    background-size: cover;
}
#mainVisual .mvSlider-item.slide01::after {
	content: "";
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
}

#mainVisual .mvSlider-item.slide01 p {
	max-height: 109px;
	height: 100%;
	max-width: 960px;
	width: calc(70% - 200px);
}
#mainVisual .mvSlider-item.slide01 p:first-of-type img:nth-of-type(2) {
	display: none;
}
#mainVisual .mvSlider-item.slide02 {
	background: url("../img/i_mv_p02.jpg") left center no-repeat;
	background-size: cover;
}
#mainVisual .mvSlider-item.slide02 a {
	display: block;
	width: 100%
}
#mainVisual .mvSlider-item.slide02 a span {
	display: flex;
	align-items: center;
	width: 330px;
	height: 100%;
	margin: 0 auto 0 115px;
}
#mainVisual .mvSlider-item.slide02 a span img {
	padding-bottom: 40px;
}
#mainVisual .mvSlider-item.slide03 {
	background: url("../img/i_mv_p03.jpg") center center no-repeat;
	background-size: cover;
}
#mainVisual .mvSlider-item.slide03 a span {
	display: flex;
	align-items: center;
	width: 418px;
	height: 100%;
	margin: 0 auto;
}
#mainVisual .mvSlider-item.slide03 a span img {
	display: block;
	width: 100%;
}
#mainVisual .mvSlider-item.slide03 a:first-of-type img:nth-of-type(2) {
	display: none;
}
#mainVisual .mvSlider-dots {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	margin: 0 0 20px;
	padding: 0 18px;
}
#mainVisual .mvSlider-dots button {
	display: block;
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0 12px;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}
#mainVisual .mvSlider-dots button.current {
	background: #114fa6;
}

#mainVisual .mv_scroll {
	z-index: 15;
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	width: 51px;
	margin: 0 auto;
}

#mainVisual .mv_scroll img {
	height: 73px;
	width: 51px;
}

@media screen and (max-width: 767px) {
	#mv_bg {
		display: none;
	}
	#mainVisual {
		height: 120vw;
	}
	#mainVisual .mvSlider-slide {
		height: 120vw;
		background: url("../img/i_mv_bg01.jpg") no-repeat;
		background-position: center center;
		background-size: 115%;
	}
	#mainVisual div figure {
		z-index: 2;
	}

	#mainVisual .mvSlider-item.slide01 p {
		width: 89.36%;
	}
	#mainVisual .mvSlider-item.slide01 p:first-of-type img:nth-of-type(1) {
		display: none;
	}
	#mainVisual .mvSlider-item.slide01 p:first-of-type img:nth-of-type(2) {
		display: block;
	}
	#mainVisual .mvSlider-item.slide02 {
		background-image: url("../img/i_mv_p02_sp.jpg");
	}
	#mainVisual .mvSlider-item.slide02 a {
		width: 100%
	}
	#mainVisual .mvSlider-item.slide02 a span {
		width: 67%;
		margin-left: 6%;
	}
	#mainVisual .mvSlider-item.slide02 a span img {
		padding-bottom: 0;
	}
	#mainVisual .mvSlider-item.slide03 {
		background-image: url("../img/i_mv_p03_sp.jpg");
	}
	#mainVisual .mvSlider-item.slide03 a span {
		display: flex;
		align-items: center;
		width: 68%;
	}
	#mainVisual .mvSlider-item.slide03 a span img {
		padding-top: 14%;
	}
	#mainVisual .mvSlider-item.slide03 a:first-of-type img:nth-of-type(1) {
		display: none;
	}
	#mainVisual .mvSlider-item.slide03 a:first-of-type img:nth-of-type(2) {
		display: block;
	}
	.mv_scroll {
		display: none;
	}
	
	#mainVisual .mvSlider-item.slide01 > div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	#mainVisual .mvSlider-item.slide01 .swiper-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
	}
	#mainVisual .mvSlider-item.slide01 .swiper-wrapper>.swiper-slide {
		width: 100%;
		height: 100%;
	}
	#mainVisual .mvSlider-item.slide01 .swiper-wrapper>.swiper-slide>span {
		display: block;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: left top;
	}
	#mainVisual .mvSlider-item.slide01 .swiper-wrapper>.swiper-slide.mv1>span {
		background-image: url("../img/i_mv_bg01.jpg");
	}
	#mainVisual .mvSlider-item.slide01 .swiper-wrapper>.swiper-slide.mv2>span {
		background-image: url("../img/i_mv_bg02.jpg");
	}
	#mainVisual .mvSlider-item.slide01 .swiper-wrapper>.swiper-slide.mv3>span {
		background-image: url("../img/i_mv_bg03.jpg");
	}
	#mainVisual .mvSlider-item.slide01 .swiper-wrapper>.swiper-slide.mv4>span {
		background-image: url("../img/i_mv_bg04.jpg");
	}
	#mainVisual .mvSlider-item.slide01 .swiper-wrapper>.swiper-slide.mv5>span {
		background-image: url("../img/i_mv_bg05.jpg");
	}
	#mainVisual .mvSlider-item.slide01 .swiper-wrapper>.swiper-slide.mv6>span {
		background-image: url("../img/i_mv_bg06.jpg");
	}
	.swiper-slide-active span,
	.swiper-slide-duplicate-active span,
	.swiper-slide-prev span {
		-webkit-animation: zoomOut 6s linear;
		        animation: zoomOut 6s linear;
	}
}

@media screen and (min-width:1240px){
	#mainVisual div>video {
		top: 50%;
		left: 0;
		width: 100%;
		height: auto;
		margin-top: -28.1%;
	}
}
@media screen and (min-width:768px) and (max-width:1239px){
	#mainVisual div>video {
		left: calc(50% - (1000px / 2));
		width: auto;
		height: 100%;
	}
}
@media screen and (min-width:1560px){
	#mainVisual .mvSlider-item.slide02 p {
		width: 25%;
		margin-left: 8.5%;
		padding-bottom: 3%;
	}
}

/*----------------------------------------
	info
-----------------------------------------*/
#info {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

#info div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: calc(100% - 60px);
	margin: 0 auto;
}

#info div dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 1040px;
	width: 100%;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

/*#info div dl dt {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 95px;
	        flex: 0 1 95px;
	width: 9.1%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#info div dl dd {
	width: 90.9%;
	padding: 0 26px;
	border-left: 1px solid #ddd;
}*/

#info div dl dt {
	width: 95px;
}
#info div dl dd {
	width: calc(100% - 95px);
	padding: 0 26px;
	border-left: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#info div dl dd span {
	padding-right: 12px;
}

/* jsで表示する為、初期非表示 */
/*#info dd>span {
	opacity: 0;
}
*/
/*#info dd>span>a[target="_blank"]:not([href*=".pdf"])::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 10px;
	margin: -2px 0 2px 10px;
	border-right: 2px solid rgba(255,255,255,0);
	border-bottom: 2px solid rgba(255,255,255,0);
	-webkit-box-shadow: inset 0 0 0 1px #00a0e9, 2px 2px 0px -1px #00a0e9;
	box-shadow: inset 0 0 0 1px #00a0e9, 2px 2px 0px -1px #00a0e9;
}*/

#info div dl dd span:nth-of-type(2) {
	padding-right: 20px;
}

#info div dl dd span:nth-of-type(3) {
	padding-right: 0;
}

#info div p a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 43px;
	width: 182px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 40px;
	-webkit-box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
}

#info div p a span {
	position: relative;
	padding-right: 22px;
}

#info div p a span::after {
	content: "";
	position: absolute;
	right: 5%;
	top: calc(50% - 8px);
	height: 10px;
	width: 10px;
	border-top: 2px solid #00a0e9;
	border-right: 2px solid #00a0e9;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

@media screen and (min-width: 1560px) {
	#info div dl {
		min-width: 1040px;
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	#info div p a {
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}

	#info div p a:hover {
		border: 1px solid #00a0e9;
		background-color: #00a0e9;
		color: #fff;
	}

	#info div p a:hover span::after {
		border-color: #fff;
	}
}

@media screen and (max-width: 767px) {
	#info {
		padding: 12px 0;
	}

	#info div {
		width: calc(100% - 40px);
		min-height: 63px;
	}

	#info div dl {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		width: 100%;
		line-height: 1.5;
		letter-spacing: 0;
	}

	#info div dl dt {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 204px;
		        flex: 0 1 204px;
		width: 33.33%;
		text-align: center;
		border-right: none;
	}

	#info div dl dd {
		width: 90.9%;
		padding: 0 0 0 15px;
		border-left: 1px solid #ddd;
	}

	#info div dl dd span a {
		text-decoration: underline;
	}

	#info div dl dd span:nth-of-type(3) {
		display: block;
		padding-left: 0;
	}

	#info div p {
		position: absolute;
		left: 7%;
		top: 40px
	}

	#info div p a {
		height: 26px;
		width: 110px;
		border: 1px solid #ddd;
		background-color: #fff;
		border-radius: 14px;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	#info div p a span {
		padding-right: 12px;
	}

	#info div p a span::after {
		top: calc(50% - 5px);
		right: 4%;
		height: 7px;
		width: 7px;
	}
}

@media screen and (max-width: 330px) {
	#info div p a {
		width: 100px;
	}
}

/*----------------------------------------
	pickup
-----------------------------------------*/
#pickup div {
	padding: 53px 0 229px;
	background: url(../img/i_bg_pickup01.png) no-repeat center top;
	background-size: 100%;
}

#pickup div h1 {
	text-align: center;
}

#pickup div ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1100px;
	width: calc(100% - 100px);
	margin: 22px auto 0;
}

#pickup div ul li {
	width: calc(100% * 540 / 1100);
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}

#pickup div ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}

@media screen and (min-width: 768px) {
	#pickup div ul li a::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		-webkit-transition-property: background;
		-o-transition-property: background;
		transition-property: background;
		-webkit-transition-duration: .2s;
		     -o-transition-duration: .2s;
		        transition-duration: .2s;
		-webkit-transition-timing-function: ease-out;
		     -o-transition-timing-function: ease-out;
		        transition-timing-function: ease-out;
	}

	#pickup div ul li a:hover::before {
		background-color: rgba(255, 255, 255, 0.5);
	}
}

@media screen and (max-width: 767px) {
	#pickup div {
		padding: 34px 0 174px;
		background: url(../img/i_bg_pickup01_sp.png) no-repeat center top;
		background-size: 100%;
	}

	#pickup div ul {
		display: block;
		width: calc(100% - 76px);
		margin: 14px auto 0;
	}

	#pickup div ul li {
		height: auto;
		width: 100%;
		margin: 0 0 15px 0;
		-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
		        box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
	}
}

/*----------------------------------------
	about
-----------------------------------------*/
#about h1 {
	height: auto;
	width: 456px;
	margin: -130px auto 0;
	padding-bottom: 50px;
}

#about h1 img:nth-of-type(2) {
	display: none;
}

#about div section {
	position: relative;
	width: 100%;
	text-align: center;
}

#about div section a figure {
	overflow: hidden;
	width: 100%;
}

#about div section a figure::before {
	z-index: 10;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

#about div section a figure img {
	display: block;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

#about div section a:hover figure::before {
	background-color: rgba(8, 113, 166, 0.8);
}

#about div section a:hover figure img {
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
}

#about div section a div {
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: center;
	    align-content: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
}

#about div section a div h1 {
	width: 100%;
	margin: 12px 0 0 9px;
	padding-bottom: 35px;
}

#about div section a div h1 span {
	display: block;
	margin-top: 12px;
	color: #ddd;
	letter-spacing: .45em;
}

#about div section a div p {
	width: 100%;
	color: #ddd;
}

#about div section a div p:first-of-type {
	padding-bottom: 35px;
}

#about div section a div .btn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	width: 205px;
	padding: 12px 0;
	border: 2px solid #ddd;
	color: #ddd;
	border-radius: 26px;
}

#about div section a div .btn01 span {
	position: relative;
	padding-right: 12px;
}

#about div section a div .btn01 span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 28%;
	height: 8px;
	width: 8px;
	border-top: 2px solid #ddd;
	border-right: 2px solid #ddd;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#about div section a:hover div .btn01 {
	border: 2px solid #fff;
	background-color: #fff;
	color: #00a0e9;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

#about div section a:hover div .btn01 span::after {
	border-color: #00a0e9;
		-webkit-transition: 1s;
		-o-transition: 1s;
		transition: 1s;
}

#about div:nth-of-type(2),
#about div:nth-of-type(3) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

#about div:nth-of-type(2) section {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	max-width: 50%;
}

#about div:nth-of-type(2) section a div h1,
#about div:nth-of-type(3) section a div h1 {
	margin: 0;
}

#about div:nth-of-type(2) section a div h1 span {
	margin-top: 14px;
	letter-spacing: .4em;
}

#about div:nth-of-type(3) section {
	-ms-flex-preferred-size: 33.3333%;
	    flex-basis: 33.3333%;
	max-width: 33.3333%;
}

#about div:nth-of-type(3) section a div h1 {
	margin: 0;
	padding: 0;
}

#about div:nth-of-type(3) section a div h1 span {
	margin-top: 14px;
	letter-spacing: .4em;
}

#about .about_pc {
	display: block;
}

#about .about_sp {
	display: none;
}

@media screen and (min-width:768px) and (max-width:1313px) {
	#about div:nth-of-type(3) section:nth-of-type(2) a div h1 span {
		line-height: 1.5;
	}
}

@media screen and (max-width: 767px) {
	#about h1 {
		height: auto;
		width: 301px;
		margin: -119px auto 0;
		padding-bottom: 28px;
	}

	#about h1 img:nth-of-type(1) {
		display: none;
	}

	#about h1 img:nth-of-type(2) {
		display: block;
	}

	#about div section a figure,
	#about div section a div .btn01 {
		display: none;
	}

	#about div:nth-of-type(2),
	#about div:nth-of-type(3) {
		display: block;
	}

	#about div section,
	#about div:nth-of-type(2) section,
	#about div:nth-of-type(3) section {
		width: 100%;
	}

	#about div:nth-of-type(2) section,
	#about div:nth-of-type(3) section {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		max-width: 100%;
	}

	#about div section a div {
		z-index: 10;
		position: static;
		padding: 0;
		background-color: #114fa6;
	}

	#about div section a div h1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: 50vw;
		width: 100vw;
		margin: 0;
		padding: 0;
		background: url(../img/i_about_p01_sp.jpg) no-repeat left top;
		background-size: 100%;
	}

	#about div section a div p {
		padding: 15px 20px 13px !important;
		text-align: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#about div:nth-of-type(2) section:nth-of-type(1) a div h1 {
		margin-left: 0;
		background: url(../img/i_about_p02_sp.jpg) no-repeat left top;
		background-size: 100%;
	}

	#about div:nth-of-type(2) section:nth-of-type(2) a div h1 {
		background: url(../img/i_about_p03_sp.jpg) no-repeat left top;
		background-size: 100%;
	}

	#about div:nth-of-type(3) section:nth-of-type(1) a div h1 {
		background: url(../img/i_about_p04_sp.jpg) no-repeat left top;
		background-size: 100%;
	}

	#about div:nth-of-type(3) section:nth-of-type(2) a div h1 {
		height: 49.9vw;
		background: url(../img/i_about_p05_sp.jpg) no-repeat left top;
		background-size: 100%;
	}

	#about div:nth-of-type(3) section:nth-of-type(3) a div h1 {
		background: url(../img/i_about_p06_sp.jpg) no-repeat left top;
		background-size: 100%;
	}

	#about div:nth-of-type(3) section a div {
		background-color: transparent;
	}

	#about .about_pc {
		display: none;
	}

	#about .about_sp {
		display: block;
	}
}

/*----------------------------------------
	products
-----------------------------------------*/
#products {
	padding: 100px 0 97px;
	background: url(../img/i_bg_products01.png) no-repeat left top -325px;
	text-align: center;
}

#products h1 {
	width: 354px;
	height: auto;
	margin: 0 auto 44px;
}

#products h1 img:nth-of-type(2) {
	display: none;
}

#products input[type='radio'] {
	display: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	outline: none;
}

#products label {
	display: inline-block;
	position: relative;
	padding-bottom: 8px;
	color: #666;
	cursor: pointer;
}

#products label:nth-of-type(n+2) {
	margin-left: 36px;
}

#products label br {
	display: none;
}

#products label:hover {
	color: #00a0e9;
}

#products input:checked+label {
	color: #000;
}

#products input:checked+label::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #00a0e9;
}

#products .products_box {
	display: none;
	max-width: 1120px;
	width: calc(100% - 100px);
	margin: 40px auto 0;
}

#products input:nth-of-type(1):checked~.products_box:nth-of-type(1),
#products input:nth-of-type(2):checked~.products_box:nth-of-type(2),
#products input:nth-of-type(3):checked~.products_box:nth-of-type(3) {
	display: block;
}

/* products_tab01 */
#products #products_tab01 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1000px;
	margin: -60px auto 0;
}

#products #products_tab01 ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc((100%/5) - 20px);
	margin: 60px 10px 0;
}

#products #products_tab01 ul li:nth-of-type(n+6) {
	margin-top: 55px;
}

#products #products_tab01 ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#products #products_tab01 ul li a img {
	width: 100px;
	height: auto;
}

#products #products_tab01 ul li span {
	display: block;
	margin-top: 14px;
	line-height: 1.75;
}

@media screen and (min-width: 768px) {
	#products #products_tab01 ul li a:hover img {
		visibility: hidden;
	}

	#products #products_tab01 ul li:nth-of-type(1) {
		background: url("../img/i_products_ic01_on.png") no-repeat;
		background-position: center 0;
	}

	#products #products_tab01 ul li:nth-of-type(2) {
		background: url("../img/i_products_ic02_on.png") no-repeat;
		background-position: center 0;
	}

	#products #products_tab01 ul li:nth-of-type(3) {
		background: url("../img/i_products_ic03_on.png") no-repeat;
		background-position: center 0;
	}

	#products #products_tab01 ul li:nth-of-type(4) {
		background: url("../img/i_products_ic04_on.png") no-repeat;
		background-position: center 0;
	}

	#products #products_tab01 ul li:nth-of-type(5) {
		background: url("../img/i_products_ic05_on.png") no-repeat;
		background-position: center 0;
	}

	#products #products_tab01 ul li:nth-of-type(6) {
		background: url("../img/i_products_ic06_on.png") no-repeat;
		background-position: center 0;
	}

	#products #products_tab01 ul li:nth-of-type(7) {
		background: url("../img/i_products_ic07_on.png") no-repeat;
		background-position: center 0;
	}

	#products #products_tab01 ul li:nth-of-type(8) {
		background: url("../img/i_products_ic08_on.png") no-repeat;
		background-position: center 0;
	}

	#products #products_tab01 ul li:nth-of-type(9) {
		background: url("../img/i_products_ic09_on.png") no-repeat;
		background-position: center 0;
	}

	#products #products_tab01 ul li:nth-of-type(10) {
		background: url("../img/i_products_ic10_on.png") no-repeat;
		background-position: center 0;
	}
}

/* products_tab02*/
#products #products_tab02 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 960px;
	margin: -60px auto 0;
}

#products #products_tab02 ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc((100%/3) - 20px);
	margin: 60px 10px 0;
}

#products #products_tab02 ul li:nth-of-type(n+6) {
	margin-top: 55px;
}

#products #products_tab02 ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#products #products_tab02 ul li a figure {
	position: relative;
}

#products #products_tab02 ul li a img {
	width: 100%;
	height: auto;
}

#products #products_tab02 ul li span {
	display: block;
	margin-top: 14px;
	line-height: 1.75;
}

/* products_tab03 */
#products #products_tab03 > div {
	width: calc(100% - 180px);
	margin: 0 auto;
	padding: 24px 40px 28px;
	background-color: #e5f2ff;
	text-align: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#products #products_tab03 > div form > p {
	margin-bottom: 24px;
}

/* freeword */
#products #products_tab03 form>.tit {
	margin-bottom: 5px;
}

#products #products_tab03 #typeFreeword .inputArea > div {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	overflow: hidden;
	max-width: 480px;
	width: 100%;
	margin: 0 auto 18px;
	border: 2px solid #ddd;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#products #products_tab03 #typeFreeword .searchWord {
	width: calc(100% - 62px);
}

#products #products_tab03 #typeFreeword .inputArea > p {
	display: block;
	margin: 0 auto;
}

#products #products_tab03 #typeFreeword .searchWord input {
	width: 100%;
	height: 100%;
	padding: 18px 20px;
	border: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#products #products_tab03 #typeFreeword .searchBtn {
	width: 62px;
	background-color: #222;
}

#products #products_tab03 #typeFreeword .searchBtn:hover {
	opacity: 0.8;
}

#products #products_tab03 #typeFreeword .searchBtn input {
	display: block;
	width: 30px;
	height: 30px;
	padding: 18px 16px;
}

/* checkbox */
#products #products_tab03 > div:nth-of-type(2) {
	margin-top: 20px;
}

#products #products_tab03 > div input[type="checkbox"] {
	display: none;
}

#products #products_tab03 > div input[type="checkbox"]+label {
	display: inline-block;
	position: relative;
	margin: 0 16px 0 0;
	padding: 0 0 0 30px;
	color: #222;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-font-feature-settings: 'fwid' 1;
	font-feature-settings: 'fwid' 1;
}

#products #products_tab03 > div input[type="checkbox"]+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 1.25em;
	height: 1.25em;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#products #products_tab03 > div ul li input[type="checkbox"]+label:after {
	content: '';
	position: absolute;
	left: 3px;
	top: -0.5em;
	width: 0.4em;
	height: 1.0em;
	border-right: 3px solid #00a0e9;
	border-bottom: 3px solid #00a0e9;
	background: transparent;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(45deg) scale(0.0);
	-ms-transform: rotate(45deg) scale(0.0);
	transform: rotate(45deg) scale(0.0);
	opacity: 0;
}

#products #products_tab03 > div input[type="checkbox"]:checked+label {
	font-weight: bold;
}

#products #products_tab03 > div input[type="checkbox"]:checked+label:after {
	-webkit-transform: rotate(45deg) scale(1.0);
	-ms-transform: rotate(45deg) scale(1.0);
	transform: rotate(45deg) scale(1.0);
	opacity: 1;
}

#products #products_tab03 #typeHeadword .checkArea {
	overflow: hidden;
	max-width: 741px;
	margin: 0 auto;
	padding-right: 46px;
}

#products #products_tab03 #typeHeadword .checkArea ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -78px;
}

#products #products_tab03 #typeHeadword .checkArea ul li {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	        flex: 0 0 auto;
	margin-bottom: 21px;
}

#products #products_tab03 #typeHeadword .checkArea ul li > label {
	margin-right: 32px;
}

/* button */
#products #products_tab03 form:not(#typeFreeword)>div:last-child {
	width: 260px;
	max-width: 260px;
	margin: 12px auto 0;
	padding: 0;
	border: none;
	background-color: rgba(255,255,255,0.0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#products #products_tab03 .btn .btn02 {
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 40px;
	-webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#products #products_tab03 .btn .btn02:active,
#products #products_tab03 .btn .btn02:focus {
	outline: none;
}

#products #products_tab03 .btn .btn02 > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3.15em;
	padding: 0 22px;
	color: #000;
	border-radius: 40px;
	-webkit-transition: .2s background;
	-o-transition: .2s background;
	transition: .2s background;
}

#products #products_tab03 .btn .btn02 > span::after {
	content: "";
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-left: 5px;
	border-bottom: 3px solid #00a0e9;
	border-right: 3px solid #00a0e9;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

/* btn01 */
#products .btn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	max-width: 690px;
	width: calc(100% - 100px);
	margin: 33px auto 0;
}

#products .btn01 li {
	margin: 20px 10px 0;
}

#products .btn01 li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 320px;
	height: 63px;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 40px;
	-webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.1);
}

#products .btn01 li a span {
	position: relative;
	padding-right: 25px;
	letter-spacing: -0.03em;
}

#products .btn01 li a span::after {
	content: "";
	position: absolute;
	right: 5px;
	top: 7px;
	height: 12px;
	width: 12px;
	border-top: 2px solid #00a0e9;
	border-right: 2px solid #00a0e9;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
	#products #products_tab01 ul li a,
	#products #products_tab02 ul li a {
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	#products #products_tab02 ul li a figure::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}

	#products #products_tab02 ul li a:hover figure::before {
		background-color: rgba(255, 255, 255, 0.5);
	}

	/* products_tab03 btn */
	#products #products_tab03 .btn .btn02:hover {
		border-color: #00a0e9;
	}

	#products #products_tab03 .btn .btn02:hover > span {
		color: #fff;
		background: #00a0e9;
	}

	#products #products_tab03 .btn .btn02:hover > span::after {
		border-color: #fff;
	}

	#products .btn01 li a {
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}

	#products .btn01 li a:hover {
		border-color: #00a0e9;
		background: #00a0e9;
		color: #fff;
	}

	#products .btn01 li a:hover span::after {
		border-color: #fff;
	}
}

@media screen and (max-width: 767px) {
	#products {
		padding: 69px 0 70px;
		background: url(../img/i_bg_products01_sp.png) no-repeat left top;
		background-size: cover;
	}

	#products h1 {
		width: 244px;
		height: auto;
		margin: 0 auto 40px;
	}

	#products h1 img:nth-of-type(1) {
		display: none;
	}

	#products h1 img:nth-of-type(2) {
		display: block;
	}

	#products input:checked+label {
		font-weight: bold;
	}

	#products label {
		padding-bottom: 10px;
	}

	#products label:nth-of-type(n+2) {
		margin-left: 25px;
	}

	#products label br {
		display: inline-block;
	}

	#products .products_box {
		width: calc(100% - 40px);
		margin: 27px auto 0;
	}

	/* products_tab01 */
	#products #products_tab01 ul {
		max-width: initial;
		margin: -17px auto 0;
	}

	#products #products_tab01 ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: calc((100%/3) - 28px);
		margin: 17px 7px 0;
		background: none !important;
	}

	#products #products_tab01 ul li:nth-of-type(n+6) {
		margin-top: 17px;
	}

	#products #products_tab01 ul li a img {
		width: 50px;
		height: auto;
	}

	#products #products_tab01 ul li span {
		margin-top: 10px;
		line-height: 1.5;
	}

	#products #products_tab01 ul li a:hover img {
		visibility: visible;
	}

	/* products_tab02*/
	#products #products_tab02 ul {
		max-width: initial;
		margin: -17px auto 0;
	}

	#products #products_tab02 ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: calc((100%/2) - 10px);
		margin: 17px 0 0 20px;
	}

	#products #products_tab02 ul li:nth-of-type(2n+1) {
		margin-left: 0px;
	}

	#products #products_tab02 ul li:nth-of-type(n+2)~li {
		margin-top: 37px;
	}

	#products #products_tab02 ul li span {
		margin-top: 10px;
		line-height: 1.5;
	}

	#products #products_tab03 > div {
		width: auto;
		margin: 0 -20px;
	}

	#products #products_tab03 > div{
		padding: 22px 20px 24px;
	}

	#products #products_tab03 form>.tit {
		margin-bottom: 3px;
	}

		/* products_tab03 */
		/* freeword */
	#products #products_tab03 > div form > p {
		margin-bottom: 25px;
	}

	#products #products_tab03 #typeFreeword .searchWord{
		width: calc(100% - 44px);
	}

	#products #products_tab03 #typeFreeword .searchWord input {
		padding: 10px;
	}

	#products #products_tab03 #typeFreeword .searchBtn {
		width: 44px;
	}

	#products #products_tab03 #typeFreeword .searchBtn input {
		width: 24px;
		height: 24px;
		padding: 10px;
	}

	#products #products_tab03 #typeFreeword .inputArea > div {
		margin: 0 auto 8px;
	}

	#products #products_tab03 #typeFreeword .inputArea > p {
		line-height: 1.75;
	}

	/* checkbox */
	#products #products_tab03 > div:nth-of-type(2) {
		margin-top: 15px;
	}

	#products #products_tab03 #typeHeadword .checkArea {
		margin: -7px auto 0;
		padding-right: 0;
	}

	#products #products_tab03 #typeHeadword .checkArea ul{
		margin-right: 0;
		padding: 0;
	}

	#products #products_tab03 #typeHeadword .checkArea ul li{
		width: 25%;
		text-align: center;
	}

	#products #products_tab03 #typeHeadword .checkArea ul li:last-child label {
		width: 1em;
		white-space: nowrap;
	}

	#products #products_tab03 > div input[type="checkbox"]+label{
		padding: 0 0 0 25px;
	}

	#products #products_tab03 #typeHeadword .checkArea ul li > label {
		margin-right: 0;
	}

	#products #products_tab03 form:not(#typeFreeword)>div:last-child{
		margin-top: 0;
	}

	/* btn01 */
	#products .btn01 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-width: 280px;
		width: calc(100% - 116px);
		margin: 35px auto 0;
	}

	#products .btn01 li {
		width: 100%;
		margin-top: 0;
	}

	#products .btn01 li:nth-child(n+2) {
		margin-top: 15px;
	}

	#products .btn01 li a {
		width: 256px;
		height: 61px;
		-webkit-box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
		        box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
	}

	#products .btn01 li a span {
		padding-right: 15px;
	}

	#products .btn01 li a span::after {
		height: 11px;
		width: 11px;
		right: 2px;
	}
}

@media screen and (max-width: 390px) {
	#products .btn01 {
		width: 100%;
	}
}

/*----------------------------------------
	news
-----------------------------------------*/
#news {
	padding-bottom: 60px;
	background-color: #113273;
}

#news h1 {
	height: auto;
	width: 329px;
	margin: 0 auto;
	padding-top: 100px;
}

#news h1 img:nth-of-type(2) {
	display: none;
}

#news ul#newstab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 46px auto 0;
}

#news ul#newstab li:nth-child(n+2) {
	margin-left: 38px;
}

#news ul#newstab li a {
	color: #ccc;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#news ul#newstab li a:hover {
	color: #00a0e9;
}

#news ul#newstab li.is-active a span {
	color: #fff;
}

#news ul#newstab li.is-active a span:before {
	width: 100%;
}

#news ul#newstab li a span {
	display: block;
	position: relative;
	padding: 0 0 7px;
	border-bottom: 0;
}

#news ul#newstab li a span:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background-color: #00a0e9;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

/* select*/
#news .newstab_sp {
	display: none;
}

/* news_box */
#news .news_box {
	max-width: 1340px;
	width: calc(100vw - 240px - 100px);
	margin: 40px auto 0;
}
/*#news .news_box a[target="_blank"]:not([href*=".pdf"]) div dl dd::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 10px;
	margin: -2px 0 2px 10px;
	border-right: 2px solid rgba(255,255,255,0);
	border-bottom: 2px solid rgba(255,255,255,0);
	-webkit-box-shadow: inset 0 0 0 1px #00a0e9, 2px 2px 0px -1px #00a0e9;
	box-shadow: inset 0 0 0 1px #00a0e9, 2px 2px 0px -1px #00a0e9;
}*/
@media screen and (max-width: 1319px) {
	#news .news_box{
		width: calc(100% - 100px);
	}
}

/* swiper-container */
#news .swiper-container {
	position: relative;
	overflow: hidden;
}

/* slide area parts */
#news .newscards li {
	height: 350px !important;
	width: 280px !important;
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#news .newscards li {
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#news .newscards li a {
	display: block;
}

#news .newscards li a figure img {
	display: block;
}

#news .newscards li a div {
	position: absolute;
	bottom: 0;
	min-height: 140px;
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

#news .newscards li a div dl dt {
	color: #ccc;
}

#news .newscards li a div dl dt span {
	display: inline-block;
	min-width: 61px;
	margin-right: 10px;
	padding: 2px 9px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 2px;
	background-color: #fff;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}

#news .newscards li a div dl dt span.ir {
	background-color: #9474a6;
}

#news .newscards li a div dl dt span.notice {
	background-color: #74a642;
}

#news .newscards li a div dl dt span.company {
	background-color: #3092bf
}

#news .newscards li a div dl dt span.products {
	background-color: #2e9999;
}

#news .newscards li a div dl dd {
	margin-top: 10px;
}

#news .newscards li a[href$=".pdf"] div dl dd::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 21px;
	margin: 0 0 -3px 1px;
	background-image: url(../img/c_pdf_icon01.png);
	background-repeat: no-repeat;
	background-size: 20px 21px;
}

/* slideBtn */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: none;
}

.swiper-button-next,
.swiper-button-prev {
	z-index: 10;
	top: calc(50% - 10px);
	height: 60px;
	width: 60px;
	margin-bottom: 10px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: none;
}

.swiper-button-prev {
	left: 30px;
	right: auto;
}

.swiper-button-prev::before {
	content: "";
	position: absolute;
	top: calc(50% - 9px);
	right: calc(50% - 11px);
	width: 14px;
	height: 14px;
	border-top: 4px solid #00a0e9;
	border-right: 4px solid #00a0e9;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.swiper-button-next {
	right: 30px;
	left: auto;
}

.swiper-button-next::before {
	content: "";
	position: absolute;
	top: calc(50% - 9px);
	left: calc(50% - 11px);
	width: 14px;
	height: 14px;
	border-top: 4px solid #00a0e9;
	border-right: 4px solid #00a0e9;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: #00a0e9;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	outline: none;
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
	border-color: #fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0.5;
}

.swiper-button-next.swiper-button-disabled::before, .swiper-button-prev.swiper-button-disabled::before {
	border-color: #999;
}

.swiper-button-disabled {
	pointer-events: fill !important;
}

.swiper-button-prev.swiper-button-disabled:hover,
.swiper-button-next.swiper-button-disabled:hover {
	background-color: #fff;
	outline: none;
}

.swiper-button-prev.swiper-button-disabled:hover::before,
.swiper-button-next.swiper-button-disabled:hover::before {
	border-color: #999;
}

/* btn */
#news div p a {
	position: relative;
	padding-right: 20px;
}

#news div p a.btn01 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 61px;
	width: 256px;
	margin: 40px auto 0;
	padding: 0;
	border: 2px solid #00a0e9;
	background: transparent;
	border-radius: 40px;
	color: #fff;
}

#news #exhibition + div p a.btn01 {
	width: 320px;
}

#news div p a.btn01 span {
	position: relative;
	padding-right: 25px;
	letter-spacing: -0.03em;
}

#news div p a.btn01 span::after {
	content: "";
	position: absolute;
	right: 6px;
	top: 7px;
	height: 12px;
	width: 12px;
	border-top: 2px solid #00a0e9;
	border-right: 2px solid #00a0e9;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
	#news .newscards li a figure {
		height: 350px;
		width: 280px;
		overflow: hidden;
	}

	#news .newscards li a figure img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		font-family: 'object-fit: cover';
		-webkit-transition: 1s;
		-o-transition: 1s;
		transition: 1s;
		-webkit-transform: scale(1.0) translate3d(0,0,-100px);
		    -ms-transform: scale(1.0) translate3d(0,0,-100px);
		        transform: scale(1.0) translate3d(0,0,-100px);
	}

	#news .newscards li a:hover figure img {
		-webkit-transform: scale(1.1) translate3d(0,0,-100px);
		    -ms-transform: scale(1.1) translate3d(0,0,-100px);
		        transform: scale(1.1) translate3d(0,0,-100px);
	}

	/* btn */
	#news div p a.btn01 {
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}

	#news div p a.btn01:hover {
		border: 2px solid #00a0e9;
		background-color: #00a0e9;
		color: #fff;
	}

	#news div p a.btn01:hover span::after {
		border-color: #fff;
	}
}

@media screen and (max-width: 767px) {
	#news {
		width: 100%;
		padding-bottom: 39px;
	}

	#news h1 {
		height: auto;
		width: 223px;
		margin: 0 auto;
		padding-top: 70px;
	}

	#news h1 img:nth-of-type(1) {
		display: none;
	}

	#news h1 img:nth-of-type(2) {
		display: block;
	}

	/* select*/
	#news>ul#newstab {
		display: none;
	}

	#news .newstab_sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		position: relative;
		width: calc(100% - 40px);
		margin: 30px auto 0;
		border: 1px solid #ddd;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-radius: 5px;
		-webkit-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
		        box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
	}

	#news .newstab_sp::before,
	#news .newstab_sp::after {
		position: absolute;
		content: '';
		pointer-events: none;
	}

	#news .newstab_sp::before {
		height: 58px;
		width: 37px;
		right: 0;
		bottom: 0;
		border-radius: 0 5px 5px 0;
		background-color: #00a0e9
	}

	#news .newstab_sp::after {
		top: 50%;
		right: 7px;
		height: 9px;
		width: 9px;
		margin-top: -9px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: translateX(-50%) rotate(135deg);
		    -ms-transform: translateX(-50%) rotate(135deg);
		        transform: translateX(-50%) rotate(135deg);
	}

	#news .newstab_sp select {
		height: 58px;
		width: 100%;
		padding: 0 14px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border: 1px solid #fff;
		border-radius: 4px;
		border-spacing: 0;
		background-color: #fff;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
	}

	/* snews_box */
	#news .news_box {
		width: calc(100% - 40px);
		margin-top: 29px;
	}

	/* swiper-container */
	#news .swiper-container {
		overflow: visible;
	}

	/* slide area parts */
	.slider,
	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}

	#news .newscards {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-bottom: 0;
	}

	#news .newscards li {
		height: auto !important;
		width: 100% !important;
		margin-bottom: 10px;
		background-color: #fff;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	#news .newscards li:nth-child(n+2) {
		margin-left: 0;
	}

	#news .newscards li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#news .newscards li a figure {
		width: 27.5vw;
		height: auto;
		max-height: 129px;
	}

	#news .newscards li a figure img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	#news .newscards li a div {
		position: static;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		min-height: 128px;
		padding: 15px 15px 11px;
		background-color: transparent;
		color: #222;
	}

	#news .newscards li a div dl dt {
		color: #666;
	}

	#news .newscards li a div dl dd {
		margin-top: 6px;
		line-height: 1.785;
	}

	/* btn */
	#news div p a.btn01 {
		margin-top: 20px;
	}

	#news #exhibition + div p a.btn01 {
		width: 256px;
	}

	#news div p a.btn01 span {
		padding-right: 22px;
	}

	#news div p a.btn01 span::after {
		right: 2px;
		height: 12px;
		width: 12px;
	}
}

/* exhibitionInfo */
#news .exhibitionInfo {
	padding: 0 50px 5px;
}

#news .exhibitionInfo>div {
	max-width: 1120px;
	margin: 0 auto;
}

#news .exhibitionInfo>div>h1 {
	margin: 52px 0 29px;
	padding: 0;
}

#news .exhibitionInfo>div .infoWrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0;
}

#news .exhibitionInfo>div .infoWrapper ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	margin: 0;
	padding-left: 20px;
}

#news .exhibitionInfo>div .infoWrapper ul li a {
	color: #fff;
	text-decoration: underline;
}

#news .exhibitionInfo>div .infoWrapper ul li a:hover {
	color: #00a0e9;
}

#news .exhibitionInfo>div .infoWrapper ul li:nth-child(1) {
	max-width: 130px;
	padding-left: 0;
}

#news .exhibitionInfo>div .infoWrapper ul li:nth-child(2) {
	max-width: 180px;
}

#news .exhibitionInfo>div .infoWrapper ul li:nth-child(n + 3) {
	max-width: 220px;
}

#news .exhibitionInfo>div .infoWrapper ul li:nth-child(5)>span.ar,
#news .exhibitionInfo>div .infoWrapper ul li:nth-child(5)>a {
	display: inline-block;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
#news .exhibitionInfo>div .infoWrapper .infoBody ul li:nth-child(5)>span.ar::before,
#news .exhibitionInfo>div .infoWrapper .infoBody ul li:nth-child(5)>a::before {
	content: "";
	display: inline-block;
	margin: 0 0.6em 0 0;
	border-top: 0.3em solid rgba(255,255,255,0.0);
	border-left: 0.4em solid #666;
	border-bottom: 0.3em solid rgba(255,255,255,0.0);
}

#news .exhibitionInfo>div .infoWrapper .infoHead {
	padding: 0 17px 15px;
	border-bottom: 2px solid #00a0e9;
}

#news .exhibitionInfo>div .infoWrapper .infoBody ul {
	padding: 15px 20px 12px;
	border-bottom: 1px solid #4a5370;
}

/* sp */
@media screen and (max-width: 767px) {
	#news .exhibitionInfo {
		padding: 0 20px;
	}

	#news .exhibitionInfo>div {
		max-width: unset;
	}

	#news .exhibitionInfo>div>h1 {
		margin: 53px 0 20px;
	}

	#news .exhibitionInfo>div .infoWrapper {
		overflow-x: scroll;
		margin: 0 -20px;
		padding-bottom: 7px;
	}

	#news .exhibitionInfo>div .infoWrapper dl {
		min-width: 580px;
		padding: 0 20px;
	}

	#news .exhibitionInfo>div .infoWrapper ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0;
	}

	#news .exhibitionInfo>div .infoWrapper ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 100%;
		margin: 0;
		padding-left: 20px;
	}

	#news .exhibitionInfo>div .infoWrapper ul li:nth-child(1),
	#news .exhibitionInfo>div .infoWrapper ul li:nth-child(2),
	#news .exhibitionInfo>div .infoWrapper ul li:nth-child(n + 3) {
		min-width: 100px;
	}

	#news .exhibitionInfo>div .infoWrapper .infoHead {
		padding: 0 0 9px;
	}

	#news .exhibitionInfo>div .infoWrapper .infoBody ul {
		padding: 10px 0 12px;
	}
}
/* /exhibitionInfo */

/*----------------------------------------
	link
-----------------------------------------*/
#link {
	background-color: #fafafa;
	padding-bottom: 100px;
}

#link h1 {
	height: auto;
	width: 344px;
	margin: 0 auto;
	padding-top: 100px;
}

#link h1 img:nth-of-type(2) {
	display: none;
}

#link #linkList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: calc(100% - 100px);
	max-width: 1120px;
	margin: 49px auto 0;
}

#link #linkList li {
	width: calc(100% * 251 / 1120);
	margin: 0 calc(100% * 38.5 / 1120) 35px 0;
}

#link #linkList li:nth-of-type(4n) {
	margin-right: 0px;
}

#link #linkList a span:first-of-type {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
}

#link #linkList li a span {
	display: block;
	margin-top: 17px;
}

/* moreBtn */
#link .moreBtn01,
#link .closeBtn01 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 63px;
	width: 260px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 40px;
	-webkit-box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

#link .moreBtn01 span,
#link .closeBtn01 span {
	position: relative;
	padding-right: 25px;
	letter-spacing: -0.03em;
}

#link .moreBtn01 span::after {
	content: "";
	position: absolute;
	right: 3px;
	top: calc(50% - 11px);
	height: 12px;
	width: 12px;
	border-top: 2px solid #00a0e9;
	border-right: 2px solid #00a0e9;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

#link .closeBtn01 span::after {
	content: "";
	position: absolute;
	right: 2px;
	top: calc(50% - 4px);
	height: 12px;
	width: 12px;
	border-top: 2px solid #00a0e9;
	border-right: 2px solid #00a0e9;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
	#link #linkList a span:first-of-type::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		-webkit-transition-property: background;
		-o-transition-property: background;
		transition-property: background;
		-webkit-transition-duration: 0.2s;
		     -o-transition-duration: 0.2s;
		        transition-duration: 0.2s;
		-webkit-transition-timing-function: ease-out;
		     -o-transition-timing-function: ease-out;
		        transition-timing-function: ease-out;
	}

	#link #linkList li span:first-of-type:hover::before {
		background-color: rgba(255, 255, 255, 0.5);
	}

	/* btn */
	#link .moreBtn01:hover,
	#link .closeBtn01:hover {
		border: 1px solid #00a0e9;
		background-color: #00a0e9;
		color: #fff;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}

	#link .moreBtn01:hover span::after,
	#link .closeBtn01:hover span::after {
		border-color: #fff;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
}

@media screen and (max-width: 767px) {
	#link h1 {
		height: auto;
		width: 225px;
		padding-top: 70px;
	}

	#link h1 img:nth-of-type(1) {
		display: none;
	}

	#link h1 img:nth-of-type(2) {
		display: block;
	}

	#link #linkList {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: calc(100vw - 40px);
		margin-top: 29px;
	}

	#link #linkList li {
		width: calc((100% - 10px * 2) / 2);
		margin: 0 0 22px 0;
	}

	#link #linkList li a span {
		margin-top: 11px;
		line-height: 1.75;
	}

	#link .moreBtn01 span {
		padding-right: 28px;
	}
}


/*----------------------------------------
	lang en
-----------------------------------------*/
[lang="en"] .Enon {
	pointer-events: none;
	cursor: auto;
}
[lang="en"] a.cs {
	pointer-events: none;
}
[lang="en"] #link {
	background: #fafafa url(../img/i_bg_products01.png) no-repeat left top -325px;
}
[lang="en"] #about {
	background: url(../img/i_bg_pickup01.png) no-repeat center top;
    background-size: 100%;
}
[lang="en"] #about>h1 {
	margin-top: 0;
	padding-top: 80px;
}
[lang="en"] #about div section a div p {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
[lang="en"] #about div section a.cs figure::before,
[lang="en"] #about div section a.cs:hover figure::before {
	background-color: rgba(0,0,0,0.5);
}
[lang="en"] #about div section a.cs:hover figure img {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
[lang="en"] #link .moreBtn01,
[lang="en"] #link .closeBtn01 {
	display: none !important;
}
@media screen and (max-width: 767px) {
	[lang="en"] #link {
		background: url(../img/i_bg_products01_sp.png) no-repeat left top;
		background-size: cover;
	}
	[lang="en"] #about {
		background: url("../img/i_bg_pickup01_sp.png") no-repeat center top;
		background-size: 100%;
	}
	[lang="en"] #about>h1 {
		padding-top: 60px;
	}
	[lang="en"] #about div:nth-of-type(2) section:nth-of-type(1) a div h1 {
		background: url(../img/i_about_p01_sp_en.jpg) no-repeat left top;
		background-size: 100%;
	}
	[lang="en"] #about div:nth-of-type(2) section:nth-of-type(2) a div h1 {
		background: url(../img/i_about_p02_sp.jpg) no-repeat left top;
		background-size: 100%;
	}
}