@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	text-align: center;
	padding-top: 80px;
}
.mainArea .swiper {
	margin: 30px 0;
}
.splide__slide {
  margin: 0 10px;
	width: calc(100%/5);
}
.splide__slide img {
  height: auto;
  width: 100%;
	border-radius: 1rem;
}
.mainArea .main_txt {
  max-width: 1080px;
	margin: 0 auto;
	padding: 140px 40px;
}

/* aboutArea */
.aboutArea .inner {
  padding: 80px 40px 0;
}
.aboutArea .inner h2 {
  max-width: 400px;
	margin: 0 auto;
}
.aboutArea .inner h2 a {
  display: block;
}
.aboutArea .inner h2 a:hover {
  opacity: .7;
}
.aboutArea .inner ul {
	padding-top: 50px;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	padding-left: 0;
}
.aboutArea .inner ul li {
	width: calc(100% / 3);
	text-align: center;
}
.aboutArea .inner ul li {
	display: block;
	padding: 40px;
	color: #000;
	border-radius: 1rem;
	position: relative;
}
.aboutArea .inner ul li:before {
	content: "";
	position: absolute;
	top: 0;
	right: -1rem;
	z-index: -1;
	width: 2rem;
	height: 100%;
}
.aboutArea .inner ul li:first-of-type {
	background-color: #f7f8f8;
}
.aboutArea .inner ul li:nth-of-type(2) {
	background-color: #efefef;
}
.aboutArea .inner ul li:last-of-type {
	background-color: #f7f8f8;
}
.aboutArea .inner ul li:first-of-type:before {
	background-color: #f7f8f8;
}
.aboutArea .inner ul li:nth-of-type(2):before {
	background-color: #efefef;
}
.aboutArea .inner ul li:last-of-type:before {
	display: none;
}
.aboutArea .inner ul li .number {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 16px;
}
.aboutArea .inner ul li h3 {
	font-size: min(3.2vw, 30px);
	font-weight: 900;
	margin-bottom: 30px;
}
.aboutArea .inner ul li h3 span {
	color: #d90b18;
}
.aboutArea .inner ul li .img {
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	aspect-ratio: 310/400;
	max-width: 200px;
	margin: 0 auto;
}
.aboutArea .inner ul li:first-of-type .img {
	background-image: url("../img/top/about_icon01.svg");
}
.aboutArea .inner ul li:nth-of-type(2) .img {
	background-image: url("../img/top/about_icon02.svg");
}
.aboutArea .inner ul li:last-of-type .img {
	background-image: url("../img/top/about_icon03.svg");
}
.aboutArea .inner ul li p {
	max-width: 300px;
	margin: 20px auto 0;
	word-break: auto-phrase;
}

/* newsArea */
.newsArea .inner {
	padding: 50px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsArea .inner .left {
	width: calc(26% - 10px);
}
.newsArea .inner .left h2 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 900;
	position: relative;
	width: 100%;
	padding-top: 60px;
	}
.newsArea .inner .left h2:before {
	content: url("../img/top/news_ttl.svg");
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
}
.newsArea .inner .right {
	width: calc(74% - 10px);
}
.newsArea .inner .right ul {
	padding-left: 0;
}
.newsArea .inner .right ul li:first-of-type {
	border-top: 1px solid #3e3a39;
}
.newsArea .inner .right ul li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #3e3a39;
	padding: 26px 8px;
}
.newsArea .inner .right ul li .txt {
	margin-bottom: 0;
}
.newsArea .inner .right ul li .data {
	width: 160px;
	font-weight: 700;
}
.newsArea .inner .right ul li .txt {
	width: calc(100% - 160px);
}
.newsArea .inner .right ul li .txt a {
	text-decoration: none;
	color: #000;
	font-weight: 700;
}
.newsArea .inner .right ul li .txt a:hover {
	color: #d90b18;
}
.newsArea .inner .right .btaArea {
	display: flex;
	justify-content: flex-end;
}
.newsArea .inner .right .btaArea .btn02 a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.newsArea .inner .right .btaArea .btn02 a:hover {
	color: #d90b18;
}

/* achievements 共通 */
.achievements .inner {
	padding: 80px 40px 0;
}
.achievements .inner h2 {
	font-size: min(7vw, 40px);
	margin-bottom: 0;
	font-weight: 900;
	padding-left: 16px;
	border-left: 10px solid #000;
}
.achievements .inner .btnArea {
	padding-top: 60px;
	display: flex;
	justify-content: center;
}
.achievements .inner .btnArea .btn01 a {
	width: 260px;
	padding: 12px 0;
	display: block;
	text-align: center;
	transition: all .2s linear;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 700;
	font-size: 18px;
}
.achievements .inner .btnArea .btn01 a:hover {
	color: #000;
	background-color: #fff;
}
.pos-abs-img {
	margin-bottom: 20px;
}
.post_txt a {
	text-decoration: none;
	color: #000;
}
.post_txt a:hover {
	text-decoration: none;
	color: #d90b18;
}

/* newAchievements */
.newAchievements .inner .postBox {
	padding-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newAchievements .inner .postBox .postitemArea {
	width: calc(100%/3 - 16px);
	position: relative;
	background-color: #fff;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .3));
}
.newAchievements .inner .postBox .postitemArea a {
	display: block;
	text-decoration: none;
	color: #000;
}
.newAchievements .inner .postBox .postitemArea a:hover {
	opacity: .7;
}
.newAchievements .inner .postBox:after {
	content: "";
	display: block;
	width: calc(100%/3 - 16px);
}
.newAchievements .inner .postBox .postitemArea .img {
	width: 100%;
	padding-bottom: 16px;
}
.newAchievements .inner .postBox .postitemArea .img {
	display: block;
}
.newAchievements .inner .postBox .postitemArea .img img {
	object-fit: cover;
	aspect-ratio: 450 / 260;
	width: 100%;
}
.newAchievements .inner .postBox .postitemArea .post_tag {
	padding: 0 20px 30px;
}
.newAchievements .inner .postBox .postitemArea .post_tag h3 {
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: 700;
	color: #000;
}
.newAchievements .inner .postBox .postitemArea .post_tag .tag {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 6px;
}
.newAchievements .inner .postBox .postitemArea .post_tag .tag .ttl {
	width: 46px;
	font-weight: 700;
	font-size: 13px;
}
.newAchievements .inner .postBox .postitemArea .post_tag .tag .desc {
	display: flex;
	flex-direction: column;
}
.newAchievements .inner .postBox .postitemArea .post_tag .post_txt {
	padding-top: 16px;
}

/* newAchievIndustries */
.newAchievIndustries .inner .postBox h3 {
	font-size: min(5.2vw, 28px);
	font-weight: 900;
	margin-bottom: 0;
	padding-bottom: 8px;
	border-bottom: 2px solid #000;
	display: inline-block;
	margin-top: 60px;
}
.newAchievIndustries .inner .postBox .postlist {
	padding-top: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newAchievIndustries .inner .postBox .postlist .postitemArea {
	width: calc(100%/3 - 16px);
	background-color: #fff;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .3));
}
.newAchievIndustries .inner .postBox .postlist .postitemArea a {
	display: block;
	text-decoration: none;
	color: #000;
}
.newAchievIndustries .inner .postBox .postlist .postitemArea a:hover {
	opacity: .7;
}
.newAchievIndustries .inner .postBox .postlist:after {
	content: "";
	display: block;
	width: calc(100%/3 - 16px);
}
.newAchievIndustries .inner .postBox .postlist .postitemArea .img {
	width: 100%;
	padding-bottom: 16px;
}
.newAchievIndustries .inner .postBox .postlist .postitemArea .img img {
	object-fit: cover;
	aspect-ratio: 450 / 260;
	width: 100%;
}
.newAchievIndustries .inner .postBox .postlist .post_tag {
	padding: 0 20px 30px;
}
.newAchievIndustries .inner .postBox .postlist .post_tag h4 {
	margin-bottom: 16px;
	font-size: min(4.8vw, 20px);
	font-weight: 700;
	color: #000;
}
.newAchievIndustries .inner .postBox .postlist .post_tag .tag {
	display: flex;
	justify-content: flex-start;
}
.newAchievIndustries .inner .postBox .postlist .post_tag .tag .ttl {
	width: 46px;
	font-weight: 700;
	font-size: 13px;
}
.newAchievIndustries .inner .postBox .postlist .post_tag .tag .desc {
	display: flex;
	flex-direction: column;
}
.newAchievIndustries .inner .postBox .postlist .post_tag .post_txt {
	padding-top: 16px;
}

/* contactArea */
.contactArea {
	background-color: #d90b18;
}
.contactArea .inner {
	padding: 100px 40px;
}
.contactArea .inner h2 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 900;
	position: relative;
	width: 100%;
	padding-top: 60px;
	color: #fff;
	}
.contactArea .inner h2:before {
	content: url("../img/top/contact_ttl.svg");
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
}
.contactArea .inner .contact {
	margin-top: 50px;
	background-color: #fff;
	padding: 60px 80px;
}
.contactArea .inner .contact .c_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.contactArea .inner .contact .c_top .left {
	width: calc(50% - 20px);
	display: flex;
	justify-content: center;
}
.contactArea .inner .contact .c_top .right {
	width: calc(50% - 20px);
}
.contactArea .inner .contact .c_top .left p {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0;
}
.contactArea .inner .contact .c_top .right .tel a {
	font-size: min(5.6vw, 72px);
	line-height: 1.2;
	font-weight: 900;
	text-decoration: none;
	color: #000;
}
.contactArea .inner .contact .c_top .right .tel a:hover {
	color: #d90b18;
}
.contactArea .inner .contact .c_top .right .time {
	font-size: 18px;
	font-weight: 700;
}
.contactArea .inner .contact .c_bottm {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding-top: 20px;
}
.contactArea .inner .contact .c_bottm .qrBox {
	width: calc(50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.contactArea .inner .contact .c_bottm .btnBox02 {
	width: calc(50%);
}
.contactArea .inner .contact .c_bottm .btnBox {
	display: flex;
	align-items: center;
	justify-content: center;
}
/* btn */
.btnarrow {
	position: relative;
	padding: 16px 60px 16px 30px;
	display: inline-block;
	text-align: center;
	transition: all .2s linear;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}
.gr {
	background-color: #22ac38;
	border: 1px solid #22ac38;
}
.bk {
	background-color: #000;
	border: 1px solid #000;
}
.btnarrow:hover {
	color: #fff;
	opacity: .7;
}
.btnarrow:before {
  content: url("../img/common/btn_arrow.svg");
  position: absolute;
	top: calc(50% - 12px);
	right: 30px;
	width: 22px;
	height: 22px;
	transition: all .2s linear;
}
.btnarrow:hover::before {
	right: 20px;
}
.bk  span	{
	padding-left: 38px;
	display: block;
	position: relative;
}
.bk  span:before {
  content: url("../img/top/mail_icon.svg");
  position: absolute;
	top: calc(50% - 10px);
	left: 0;
	width: 30px;
	height: 20px;
}
.contactArea .inner .contact .c_bottm .qrBox .qr {
	width: 160px;
}
.contactArea .inner .contact .c_bottm .qrBox p {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0;
	padding-top: 30px;
}

@media screen and (max-width: 1500px) {
/* mainArea */
.splide__slide {
		width: calc(100%/4);
	}
}

@media screen and (max-width: 1200px) {
/* mainArea */
.splide__slide {
	width: calc(100%/3);
}

/* aboutArea */
	.aboutArea .inner ul li {
		padding-left: 16px;
		padding-right: 16px;
	}
	.aboutArea .inner ul li .img {
		max-width: 126px;
	}

/* newAchievements */
	.newAchievements .inner .pos-rel {
		width: calc(100%/3 - 6px);
	}
/* newAchievIndustries */
	.newAchievIndustries .inner .postBox .postlist .pos-rel {
		width: calc(100% /3 - 6px);
	}

	/* contactArea */
	.contactArea .inner .contact {
		padding: 50px 30px;
	}
}

@media screen and (max-width: 1000px) {
/* mainArea */
	.mainArea {
		padding-top: 100px;
	}
	.mainArea .main_txt {
    padding: 90px 8vw;
	}

/* aboutArea */
	.aboutArea .inner {
	padding: 80px 6vw 0;
	}
	.aboutArea .inner ul {
		padding-top: 40px;
	}
	.aboutArea .inner ul li {
		padding: 20px;
	}
	.aboutArea .inner ul li p {
		min-height: 120px;
	}

/* achievements */
	.achievements .inner {
		padding: 50px 6vw 26px;
	}
	.achievements .inner .btnArea {
    padding-top: 20px;
	}

/* newAchievements */
	.newAchievements .inner .postBox .postitemArea {
		width: calc(100%/2 - 6px);
		margin-bottom: 40px;
	}
	.newAchievements .inner .postBox {
    padding-top: 30px;
	}

/* newAchievIndustries */
	.newAchievIndustries .inner .postBox .postlist .postitemArea {
		width: calc(100% /2 - 6px);
		margin-bottom: 40px;
	}
	.newAchievIndustries .inner .postBox h3 {
    margin-top: 40px;
	}
/* newsArea */
	.newsArea .inner {
		padding: 50px 6vw;
	}
	.newsArea .inner .left h2 {
    padding-top: 40px;
	}
	.newsArea .inner .left h2:before {
    width: 120px;
	}
	.newsArea .inner .right ul li .data {
		width: 110px;
	}
	.newsArea .inner .right ul li .txt {
		width: calc(100% - 110px);
	}

	/* contactArea */
	.contactArea .inner {
		padding: 80px 6vw;
	}
	.contactArea .inner h2 {
    padding-top: 40px;
	}
	.contactArea .inner h2:before {
    width: 170px;
	}
	.contactArea .inner .contact {
    padding: 40px 20px;
	}
	.contactArea .inner .contact .c_bottm .btnBox02 {
    width: calc(60%);
	}
	.contactArea .inner .contact .c_bottm .qrBox {
    width: calc(40%);
	}
	.contactArea .inner .contact .c_bottm .qrBox p {
		font-size: 18px;
	}
	.btnarrow {
    font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
/* mainArea */
.splide__slide {
	width: calc(100%/2);
	}
/* aboutArea */
	.aboutArea .inner h2 {
		max-width: 320px;
	}
	.aboutArea .inner ul {
		flex-direction: column;
		padding-top: 40px;
	}
	.aboutArea .inner ul li {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 26px;
	}
	.aboutArea .inner ul li {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.aboutArea .inner ul li:first-of-type:before,
	.aboutArea .inner ul li:nth-of-type(2):before {
		display: none;
	}
	.aboutArea .inner ul li .number {
		padding-bottom: 10px;
	}
	.aboutArea .inner ul li h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.aboutArea .inner ul li .img {
		max-width: 160px;
	}
	.aboutArea .inner ul li p {
		max-width: 100%;
		min-height: inherit;
		margin-top: 0;
	}

/* achievements */
.achievements .inner {
	padding-top: 40px;
}
	.achievements .inner .btnArea {
		padding-top: 20px;
	}

/* newAchievements */
	.newAchievements .inner .postBox {
		padding-top: 26px;
	}

/* newAchievIndustries */
	.newAchievIndustries .inner .postBox h3 {
		margin-top: 50px;
	}
	.newAchievIndustries .inner .postBox .postlist {
		padding-top: 12px;
	}

/* newsArea */
	.newsArea .inner {
		flex-direction: column;
	}
	.newsArea .inner .left {
		width: 100%;
		padding-bottom: 30px;
	}
	.newsArea .inner .right {
		width: 100%;
	}
	.newsArea .inner .right ul li {
		flex-direction: column;
	}
	.newsArea .inner .right ul li .data {
		width: 100%;
		padding-bottom: 6px;
	}
	.newsArea .inner .right ul li .txt {
		width: 100%;
	}

/* newsArea */
	.contactArea .inner .contact .c_top {
		flex-direction: column;
	}
	.contactArea .inner .contact .c_top .left {
		padding-bottom: 20px;
		width: 100%;
	}
	.contactArea .inner .contact .c_top .right {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.contactArea .inner .contact .c_top .right .tel a {
		font-size: 9vw;
	}
	.contactArea .inner .contact .c_bottm .qrBox {
		width: 100%;
}
	.contactArea .inner .contact .c_bottm .qrBox .qr {
		width: 100px;
		padding-top: 20px;

	}
	.contactArea .inner .contact .c_bottm .qrBox p {
		font-size: min(5vw, 18px);
		padding-top: 20px;
	}
	.contactArea .inner .contact .c_bottm {
    flex-direction: column-reverse;
		align-items: center;
	}
	.contactArea .inner .contact .c_bottm .btnBox02 {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
/* mainArea */
	.splide__slide {
		margin: 0 6px;
		width: calc(100%/2);
	}
	.splide__slide img {
		border-radius: 0.4rem;
	}
	.mainArea .main_txt {
    padding: 50px 8vw;
	}

/* aboutArea */
	.aboutArea .inner {
		padding-top: 50px;
		padding-bottom: 0;
	}
	.aboutArea .inner h2 {
		max-width: 270px;
	}
	.aboutArea .inner ul {
		padding-top: 30px;
	}
	.aboutArea .inner ul li .img {
		max-width: 116px;
	}

/* achievements */
	.achievements .inner {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.achievements .inner h2 {
		padding-left: 10px;
		border-left: 8px solid #000;
	}
	.achievements .inner .btnArea {
		padding-top: 0;
	}
	.achievements .inner .btnArea .btn01 a {
		font-size: 14px;
	}

/* newAchievements */
	.newAchievements .inner .postBox {
		flex-direction: column;
	}
	.newAchievements .inner .postBox .postitemArea {
		width: 100%;
}

/* newAchievIndustries */
	.newAchievIndustries .inner .postBox .postlist {
		flex-direction: column;
	}
	.newAchievIndustries .inner .postBox .postlist .postitemArea {
		width: calc(100%);
	}
	.newAchievIndustries .inner .postBox h3 {
		margin-top: 30px;
	}


/* newsArea */
	.newsArea .inner {
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.newsArea .inner .left h2 {
		padding-top: 36px;
		font-size: 18px;
	}	.newsArea .inner .left h2:before {
		width: 100px;
	}

/* contactArea */
	.contactArea .inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.contactArea .inner h2 {
		padding-top: 36px;
		font-size: 18px;
	}
	.contactArea .inner h2:before {
		width: 146px;
	}
	.contactArea .inner .contact {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 30px;
	}
	.contactArea .inner .contact .c_top .left p {
		font-size: 16px;
	}
	.contactArea .inner .contact .c_bottm .btnBox02,
	.contactArea .inner .contact .c_bottm .qrBox {
		width: 100%;
	}
	.btnarrow {
		width: 270px;
		padding: 16px 30px 16px 26px;
		font-size: 14px;
	}
	.btnarrow:before {
		top: calc(50% - 8px);
		right: 30px;
		width: 16px;
		height: 16px;
	}
	.btnarrow:hover::before {
		right: 20px;
	}
	.bk span:before {
		width: 16px;
		height: 16px;
	}
	.bk span {
		padding-left: 0;
	}
}

@media screen and (max-width: 400px) {
/* aboutArea */
	.aboutArea .inner h2 {
		max-width: 220px;
	}
}
