@charset "UTF-8";
/*------------------------------------------------------------MainPhoto*/
#mainimage {
	width: 100%;
  margin: 90px auto 0;
}
#mainimage .swiper-slide {
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mainimage .swiper-slide h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 400px;
	padding: 0 25px;
	height: 150px;
	margin: 0 auto;
	background-image: linear-gradient( -45deg, rgba(255,255,255,0.55) 25%, rgba(255,255,255,0.45) 25%, rgba(255,255,255,0.45) 50%, rgba(255,255,255,0.55) 50%, rgba(255,255,255,0.55) 75%, rgba(255,255,255,0.45) 75%, rgba(255,255,255,0.45) );
	background-size: 10px 10px;
}
#mainimage .swiper-slide h2 img {
	max-width: 100%;
	height: auto;
}

#mainimage .slide01 {
	background: url("../img/index_img/mainimg01.jpg") center center no-repeat;
  background-size: cover;
}
#mainimage .slide02 {
	background: url(../img/index_img/mainimg02.jpg) center center no-repeat;
  background-size: cover;
}
#mainimage .slide03 {
	background: url(../img/index_img/mainimg03.jpg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width:576px) {
#mainimage .swiper-slide {
	height: 350px;
}
#mainimage .swiper-slide h2 {
	height: 200px;
}
}
@media print, screen and (min-width:768px) {
#mainimage {
  margin: 175px auto 0;
}
#mainimage .swiper-slide {
	height: 560px;
}
#mainimage .swiper-slide h2 {
	max-width: 700px;
	padding: 0;
	width: 700px;
	height: 240px;
}
}
/*------------------------------------------------------------content*/
/*--------------------------section01*/
#sec01 ul {
	margin-bottom: 20px;
}
#sec01 ul li {
	background-image: linear-gradient( -45deg, #000000 25%, #181818 25%, #181818 50%, #000000 50%, #000000 75%, #181818 75%, #181818 );
	background-size: 10px 10px;
	margin-bottom: 10px;
	padding: 15px 0;
}
#sec01 ul li:nth-child(even) {
	background-image: linear-gradient( -45deg, #262626 25%, #2f2f2f 25%, #2f2f2f 50%, #262626 50%, #262626 75%, #2f2f2f 75%, #2f2f2f );
}
#sec01 ul li p {
	color: #fff;
	font-family: "NotoSansMedium";
	line-height: 150%;
}
#sec01 ul li p span {
	font-size: 20px;
}
#sec01 ul li:nth-child(1) p span {
	color: #d32d21;
}
#sec01 ul li:nth-child(2) p span {
	color: #a0a0a0;
}
#sec01 ul li:nth-child(3) p span {
	color: #1172ac;
}
#sec01 ul li:nth-child(4) p span {
	color: #ebdf3d;
}
#sec01 ul li:nth-child(5) p span {
	color: #229754;
}
#sec01 ul li:nth-child(6) p span {
	color: #d32d21;
}
#sec01 ul li:nth-child(7) p span {
	color: #1172ac;
}
#sec01 ul li p br:not([class]) {
	display: none;
}
@media print, screen and (min-width:576px) {
#sec01 ul li p br {
	display: none;
}
}
@media print, screen and (min-width:768px) {
#sec01 ul {
	display: flex;
	justify-content: space-between;
}
#sec01 ul li {
	width: 162px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
#sec01 ul li p {
	font-size: 20px;
}
#sec01 ul li p span {
	font-size: 26px;
}
#sec01 ul li p br {
	display: inherit;
}
#sec01 ul li p br:not([class]) {
	display: inherit;
}
}
/*--------------------------section02*/
#sec02 ul {
	margin: 0 15px;
}
#sec02 ul li {
	margin-bottom: 10px;
}
#sec02 ul li:nth-child(8) {
	margin-bottom: 0;
}
#sec02 ul li a {
	position: relative;
	display: block;
	height: 60px;
	padding-top: 12px;
	line-height: 1.4;
	text-decoration: none;
	font-family: "NotoSansMedium";
	font-size:16px;
	letter-spacing: 0.05rem;
	color:#fff;
	transition: all 0.5s;
	text-align: center;
}
#sec02 ul li:first-child a {
	background: url("../img/common_img/product01.jpg") center center no-repeat;
	background-size: cover;
}
#sec02 ul li:nth-child(2) a {
	background: url("../img/common_img/product02.jpg") center center no-repeat;
	background-size: cover;
}
#sec02 ul li:nth-child(3) a {
	background: url("../img/common_img/product03.jpg") center center no-repeat;
	background-size: cover;
}
#sec02 ul li:nth-child(4) a {
	background: url("../img/common_img/product04.jpg") center center no-repeat;
	background-size: cover;
}
#sec02 ul li:nth-child(5) a {
	background: url("../img/common_img/product05.jpg") center center no-repeat;
	background-size: cover;
}
#sec02 ul li:nth-child(6) a {
	background: url("../img/common_img/product06.jpg") center center no-repeat;
	background-size: cover;
}
#sec02 ul li:nth-child(7) a {
	background: url("../img/common_img/product07.jpg") center center no-repeat;
	background-size: cover;
}
#sec02 ul li:nth-child(8) a {
	background: url("../img/common_img/product08.jpg") center center no-repeat;
	background-size: cover;
}
#sec02 ul li a::after {
	position: absolute;
	top:0;
	left:0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,0.6);
	transition: all 0.5s;
}
#sec02 ul li a:hover {
	color:#000;
}
#sec02 ul li a:hover::after {
	background: rgba(0,0,0,0);
}
#sec02 ul li a div {
	position: relative;
	z-index: 1;
}
#sec02 ul li a div span {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size:10px;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
#sec02 .con_btn {
	margin-top: 20px;
}
#sec02 .con_btn a {
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	background: #1172ac;
}
#sec02 .con_btn a:hover {
	opacity: 0.7;
}
@media print, screen and (min-width:576px) {
#sec02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec02 ul li {
	width: 49%;
}
}
@media print, screen and (min-width:768px) {
#sec02 ul {
	margin: 0 40px;
}
#sec02 ul li {
	width: 23.75%;
}
#sec02 ul li:nth-child(-n+4) {
	margin-bottom: 31px;
}
#sec02 ul li a {
	height: 240px;
	padding-top: 94px;
	font-size: 28px;
}
#sec02 .con_btn {
	margin-top: 30px;
}
#sec02 .con_btn a {
	font-size: 24px;
	padding: 10px 40px;
}
}
/*--------------------------section03*/
#sec03 .bg_none {
	background: url(../img/index_img/greeting_bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}
#sec03 p {
	margin-bottom: 20px;
}
#sec03 .com_title {
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
}
#sec03 .com_title h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
#sec03 .com_title .company_btn {
	margin-bottom: -15px;
}
#sec03 ul {
	margin: 0 auto;
	width: 200px;
}
#sec03 ul li {
	background-image: linear-gradient( -45deg, rgba(238,238,238,0.9) 25%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 50%, rgba(238,238,238,0.9) 50%, rgba(238,238,238,0.9) 75%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0.9) );
	background-size: 10px 10px;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	margin-bottom: 10px;
}
#sec03 ul li figure {
	padding-top: 40px;
	margin: 0 auto;
	width: 70px;
}
#sec03 ul li p {
	color: #000;
	font-family: "NotoSansMedium";
	line-height: 140%;
}
#sec03 ul li p span {
	font-size: 18px;
}
#sec03 ul li:nth-child(1) p span {
	color: #d32d21;
}
#sec03 ul li:nth-child(2) p span {
	color: #1172ac;
}
#sec03 ul li:nth-child(3) p span {
	color: #c79b00;
}
#sec03 ul li:nth-child(4) p span {
	color: #229754;
}
@media print, screen and (min-width:768px) {
#sec03 p {
	margin-bottom: 50px;
}
#sec03 .com_title {
	margin: 0 auto 40px;
	width: 690px;
	position: relative;
}
#sec03 .com_title h4 {
	font-size: 26px;
	margin-bottom: 20px;
}
#sec03 .com_title .company_btn {
	margin-bottom: 0;
	position: absolute;
	right: 60px;
	top: -30px;
}
#sec03 ul {
	display: flex;
	justify-content: space-between;
	width: 910px;
}
#sec03 ul li {
	width: 220px;
	height: 220px;
	border-radius: 110px;
	margin-bottom: 0;
}
#sec03 ul li figure {
	padding-top: 30px;
	width: 90px;
}
#sec03 ul li p {
	line-height: 120%;
	font-size: 22px;
}
#sec03 ul li p span {
	font-size: 26px;
}
}
/*--------------------------section04*/
/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
}
#news01 dl {
	border-bottom: 1px dotted #000;
	padding: 15px 0;
}
#news01 dl:first-child {
	border-top: 1px dotted #000;
}
#news01 dl dt {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin-bottom: -2px;
}
#news01 dl dd div.newstitle {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#news01 dl dd div.newstitle a {
	color: #000;
}
#news01 dl dd div.newstitle a:hover {
	opacity: 0.7;
}
#sec04 .news_btn a {
	display: inline-block;
	border: 1px solid #000;
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
}
#sec04 .news_btn a span{
	display: inline-block;
	background: url(../img/common_img/arrow01.png) no-repeat right center;
	padding-right: 25px;
}
#sec04 .news_btn a:hover {
	opacity: 0.7;
}
@media print, screen and (min-width:768px) {
#news01 {
	width: 940px;
	margin: 0 auto 30px;
}
#news01 dl {
	padding: 15px 20px 18px;
}
#news01 dl dt {
	float: left;
	margin-bottom: 0;
	background: url(../img/common_img/arrow_red01.png) no-repeat right center;
	padding-right: 20px;
}
#news01 dl dd {
	padding: 0 0 0 100px;
	text-align: left;
}
#sec04 .news_btn a {
	padding: 10px 35px;
}
#sec04 .news_btn a span{
	font-size: 16px;
}
}
