@charset "utf-8";
/* CSS Document */

.content01 {
	background-size: auto 100%;
	background-position: center center;
	position: relative;
	z-index: 100;
}

@media (max-width: 768px) {
	.bg-slider {
		height: 200px;
		background-position:left;
		display: flex;
		align-items: center;
		justify-content: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
@media (min-width: 769px) {
	.bg-slider {
		height: 35vw;
		background-position:center;
		display: flex;
		align-items: center;
		justify-content: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.topics {
	z-index: 101;
	position: relative;
	width: 90%;
	margin: -10px auto 0;
	background: rgba(144,144,144,0.8);
	padding: 15px 10px;
}

.topics h2 {
	background: url(../images/common/arw.png)no-repeat left;
	padding-left: 35px;
	font-size: 25px;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFF;
}

.topics ul li {
	border-bottom: dotted 1px #FFF;
	padding: 6px 0;
}

.topics ul li p {
	display: inline-block;
	margin-right: 5;
	color: #FFF;
	font-size: 14px;
	line-height: 140%;
}

.topics ul li p.icon {
	padding: 2px 6px;
	margin: 0 10px 5px 5px;
	border: #FFF solid 1px;
	font-size: 12px;
}

.topics ul li a {
	color: #FFF;
	font-size: 14px;
}

.topics .link {
	position: absolute;
	top: 5px;
	right: 5px;
}

.content02 {
	margin: 60px auto 0;
}

.content02 .box {
	position: relative;
}





h2.title {
	font-size: 25px;
	color: #4D4D4D;
	text-align: center;
	font-weight: bold;
	line-height: 100% !important;
}

h2.title span {
	font-size: 20px;
	color: #83BD3F;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 100% !important;
	display: block;
	margin-top: 1vh;
}


h2.title a {
	margin-left: 20px;
	font-size: 14px;
	color: #77b727;
	letter-spacing: 1px;
	vertical-align: middle;
}

h2.title a img {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-left: 10px;
}

.content02 {
	margin: 60px auto 0;
}

.content02 a.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content02 a.flex:hover {
	opacity: 0.7;
}

.content02 .flex .box {
	width: 50%;
}@media screen and (max-width: 767px) {
	.content02 .flex .box {
		width: 100%;
	}
	.content02 .flex .box.photo {
		order: 1;
	}
}

.content02 .flex .box.photo img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.content02 .flex .box.photo img:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.content02 .flex .box.text {
	background: #f5f5f5;
	display: flex;
	flex-flow: column;
	justify-content: center;
	color: #000;
}@media screen and (max-width: 767px) {
	.content02 .flex .box.text {
		padding: 20px 0;
		order: 2;
	}
}

.content02 .flex .box.text h2 {
	line-height: 100%;
	font-size: 30px;
	letter-spacing: 4px;
	font-weight: bold;
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
}@media screen and (max-width: 1367px) {
	.content02 .flex .box.text h2 {
		font-size: 24px;
	}
}@media screen and (max-width: 1280px) {
	.content02 .flex .box.text h2 {
		font-size: 22px;
	}
}@media screen and (max-width: 1140px) {
	.content02 .flex .box.text h2 {
		font-size: 20px;
	}
}

.content02 .flex .box.text h2 img {
	vertical-align: middle;
	margin-bottom: 6px;
	margin-left: 10px;
}
.content02 .flex .box.text h3 {
	line-height: 100%;
	margin-top: 40px;
	font-size: 32px;
}@media screen and (max-width: 1367px) {
	.content02 .flex .box.text h3 {
		font-size: 20px;
	}
}@media screen and (max-width: 1090px) {
	.content02 .flex .box.text h3 {
		font-size: 18px;
	}
}@media screen and (max-width: 960px) {
	.content02 .flex .box.text h3 {
		font-size: 16px;
	}
}@media screen and (max-width: 890px) {
	.content02 .flex .box.text h3 {
		font-size: 15px;
	}
}@media screen and (max-width: 790px) {
	.content02 .flex .box.text h3 {
		font-size: 14px;
	}
}@media screen and (max-width: 767px) {
	.content02 .flex .box.text h3 {
		font-size: 16px;
	}
}@media screen and (max-width: 400px) {
	.content02 .flex .box.text h3 {
		font-size: 14px;
	}
}

.content02 .flex .box.text p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 200%;
}@media screen and (max-width: 1367px) {
	.content02 .flex .box.text p {
		font-size: 12px;
	}
}@media screen and (max-width: 1280px) {
	.content02 .flex .box.text p {
		font-size: 11px;
	}
	.content02 .flex .box.text p br {
		display: none;
	}
}@media screen and (max-width: 767px) {
	.content02 .flex .box.text p {
		font-size: 12px;
	}
}@media screen and (max-width: 400px) {
	.content02 .flex .box.text p {
		font-size: 12px;
	}
}

.content02 .flex .box.text .textbox {
	padding: 0 5vw;
}



.content03 {
	margin: 60px auto 0;
	padding: 0 5vw;
}

.content03 .flex {
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
	margin: auto;
	justify-content: space-around;
}

.content03 a.box {
	display: flex;
	align-items: center;
	margin-top: 20px;
	border: 5px solid #8fc31f;
	color: #333;
	max-width: 400px;
}

.content03 a.box h3 {
	font-size: 17px;
	font-weight: bold;
}

.content03 a.box p {
	font-size: 14px;
	margin-top: 7px;
}@media screen and (max-width: 767px) {
	.content03 a.box p {
		font-size: 12px;
		margin-top: 5px;
	}
	.content03 a.box p br {
		display: none;
	}
}


.content03 a.box .photo {
	width: 35%;
}

.content03 a.box .photo img {
	vertical-align: bottom;
}

.content03 a.box .text {
	width: 60%;
	margin-left: 10px;
}

.content04 {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}@media screen and (max-width: 968px) {
	.content04 {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.content04 a.box {
	background: #f5f5f5;
	width: 25%;
	min-width: 240px;
	height: 300px;
	text-align: center;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	position: relative;
	border-right: solid 1px #FFF;
}@media screen and (max-width: 1367px) {
	.content04 a.box {
		height: 250px;
	}
}@media screen and (max-width: 968px) {
	.content04 a.box {
		width: 45%;
		margin: 1px;
	}
}@media screen and (max-width: 767px) {
	.content04 a.box {
		min-width: inherit;
		height: auto;
		margin: 1px;
		padding: 20px 0;
	}
}


.content04 a.box img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.content04 a.box .screen {
	background: #007f41;
	color: #FFF;
	position: absolute;
	height: 300px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	text-align: left;
	padding: 0 40px;
	display: none !important;
	width: calc(100% - 80px);
}@media screen and (max-width: 1367px) {
	.content04 a.box .screen {
		height: 250px;
		padding: 0 15px;
		width: calc(100% - 30px);
	}
}

.content04 a.box:hover > .screen {
	display: flex;
}

@media screen and (max-width: 767px) {
	.content04 a.box .screen {
		display: none;
	}
}


.content04 a.box .screen h3 {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}@media screen and (max-width: 1367px) {
	.content04 a.box .screen h3 {
		font-size: 16px;
	}
}

.content04 a.box .screen p {
	font-size: 16px;
	text-align:left;
	width:auto;
	margin:20px auto 0;
}@media screen and (max-width: 1367px) {
	.content04 a.box .screen p {
		font-size: 13px;
	}
}

.content04 a.box h2 {
	font-size: 20px;
	margin-top: 15px;
}@media screen and (max-width: 1367px) {
	.content04 a.box h2 {
		font-size: 16px;
	}
}@media screen and (max-width: 767px) {
	.content04 a.box h2 {
		font-size: 13px;
	}
}

.content04 a.box .icon {
	height: 83px;
	display: flex;
	align-items: center;
}@media screen and (max-width: 767px) {
	.content04 a.box .icon {
		height: 60px;
	}
	.content04 a.box .icon img {
		height: 50px;
	}
}


.content05 {
	margin-top: 60px;
	text-align: center;
	padding: 0 5vw;
}

.content05 .flex {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}@media screen and (max-width: 767px) {
	.content05 .flex {
		flex-flow: column;
	}
}

.content05 h2 {
	text-align: left;
}
.content05 .flex .topics {
	background: #f6f6f6;
	width: 100%;
	padding: 0;
	margin-top: 20px;
}@media screen and (max-width: 767px) {
	.content05 .flex .topics {
		margin: 20px auto 0;
		width: 100%;
		padding: 0;
	}
}

.content05 .flex .topics ul {
	padding: 65px 42px;
}@media screen and (max-width: 1367px) {
	.content05 .flex .topics ul {
		padding: 16px 30px;
	}
}

.content05 .flex .topics ul li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.content05 .flex .topics ul li .icon {
	border-radius: 20px;
	color: #FFF;
	width: 97px;
	text-align: center;
	font-size: 12px;
	line-height: 100%;
	padding: 8px 0;
}@media screen and (max-width: 1367px) {
	.content05 .flex .topics ul li .icon {
		font-size: 11px;
	}
}

.content05 .flex .topics ul li .csr {
	background: #199600;
}
.content05 .flex .topics ul li .news {
	background: #ff713f;
}
.content05 .flex .topics ul li .product {
	background: #0cc2f0;
}
.content05 .flex .topics ul li .recruit {
	background: #dfd203;
}
.content05 .flex .topics ul li .date {
	font-size: 14px;
	color: #979797;
	margin-left: 20px;
}@media screen and (max-width: 1367px) {
	.content05 .flex .topics ul li .date {
		font-size: 13px;
	}
}

.content05 .flex .topics ul li a {
	color: #000;
	margin-left: 20px;
}@media screen and (max-width: 1180px) {
	.content05 .flex .topics ul li a {
		display: block;
		width: 100%;
		text-align: left;
		margin-top: 5px;
		margin-left: 10px;
	}
}@media screen and (max-width: 767px) {
	.content05 .flex .topics ul li a {
		font-size: 12px;
		margin-left: 5px;
	}
}

.content05 .flex .links {
	margin: 20px auto;
	display: flex;
}@media screen and (max-width: 767px) {
	.content05 .flex .links {
		width: 100%;
		margin-top: 30px;
		flex-flow: column;
	}
}

.content05 .flex .links a img {
	vertical-align: bottom;
}


.slick-dots{
  bottom: initial !important;
  margin-top:-45px !important;
}

.slick-dots li button:before{
	font-size:15px !important;
	color: #FFF;
}

.slick-dots li{
	width:25px !important;
}

.content01.slider div {
	width: 100%;
}

.content01.slider img {
	width: 100%;
	height: auto;
}

.content01.slider div a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


.movie a {
	display: block;
	width: 200px;
	margin: 5px auto;
	background:#FFFFFF;
	border-radius: 40px;
	font-size: 14px;
	color: #3A3A3A;
	border: #3A3A3A solid 1px;
	padding: 5px 15px;
	text-align: center;
}

.movie a:hover {
	background: rgba(255,255,255,0.7);
}


/*202409追加*/
.new-content01 {
	padding: 60px 0 20px 0;
            display: flex;
	flex-flow: column;
            background-color: white;
        }
        .new-content01 .image-container {
            overflow: hidden;
        }
        .new-content01 .image-container img {
            width: 100%;
            height: auto;
			vertical-align: bottom;
        }
        .new-content01 .text-overlay {
            position: absolute;
            top: 20px;
            left: 20px;
            font-size: 18px;
            color: white;
            font-weight: bold;
        }
        .new-content01 .content {
            padding: 30px 5vw; /* テキストの左右の余白を調整 */
            box-sizing: border-box; /* padding を含めて幅を計算 */
        }
        .new-content01 .content h1 {
            font-size: 40px;
            font-weight: bold;
            color: #002060;
			z-index: 2;
			position: relative;
			line-height: 100%;
        }
.new-content01 .content h1 span {
	color: #333;
	font-size: 20px;
	display: block;
	line-height: 100%;
	margin-left: 5px;
}

        .new-content01 .content h2 {
            font-size: 18px;
			font-weight: bold;
            margin: 20px 0;
            color: #333;
            line-height: 1.3;
        }
        .new-content01 .content p {
            font-size: 14px;
			font-weight: bold;
            margin: 20px 0;
            line-height: 1.8;
            color: #555;
        }
.new-content01 .svg-container {
	width: 100%;
}

.new-content02 {
	padding: 60px 5vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #F5F5F5;
	gap: 20px;
}

.new-content02 a {
	display: flex;
	background: #FFF;
	width: calc(50% - 60px);
	align-items: center;
	border: #3D3D3D solid 1px;
	padding: 20px;
}@media screen and (max-width: 767px) {
	.new-content02 a {
		display: flex;
		background: #FFF;
		width: calc(100% - 60px);
		align-items: center;
		border: #3D3D3D solid 1px;
		padding: 20px;
	}
}


.new-content02 a p {
	font-size: 16px;
	color: #282828;
	font-weight: bold;
}


.new-content02 a .icon {
    width: 5vw;
    margin-right: 15px;
}

.new-content02 a .icon img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}


.new-content03 {
	padding: 0 0 0 0;
            display: flex;
	flex-flow: column;
            background-color: white;
        }
        .new-content03 .image-container {
            overflow: hidden;
        }
        .new-content03 .image-container img {
            width: 100%;
            height: auto;
			vertical-align: bottom;
        }
        .new-content03 .text-overlay {
            position: absolute;
            top: 20px;
            left: 20px;
            font-size: 18px;
            color: white;
            font-weight: bold;
        }
        .new-content03 .content {
            padding: 30px 5vw; /* テキストの左右の余白を調整 */
            box-sizing: border-box; /* padding を含めて幅を計算 */
        }
        .new-content03 .content h1 {
            font-size: 40px;
            font-weight: bold;
            color: #002060;
			z-index: 2;
			position: relative;
			line-height: 100%;
        }
.new-content03 .content h1 span {
	color: #333;
	font-size: 20px;
	display: block;
	line-height: 100%;
	margin-left: 5px;
}

        .new-content03 .content h2 {
            font-size: 18px;
			font-weight: bold;
            margin: 20px 0;
            color: #333;
            line-height: 1.3;
        }
        .new-content03 .content p {
            font-size: 14px;
			font-weight: bold;
            margin: 20px 0;
            line-height: 1.8;
            color: #555;
        }
.new-content03 .svg-container {
	width: 100%;
}

.new-content04 {
	background: url("../images/top/new/recruit_sp.jpg")no-repeat;
	background-position: top center;
	background-size: contain;
	align-items: center;
	padding: 140px 5vw 0;
	margin-top: 40px;
}@media screen and (max-width: 1180px) {
	.new-content04 {
		background:url("../images/top/new/recruit_tab.jpg")no-repeat;
		background-position: top center;
		background-size: cover;
		padding: 300px 5vw 50px;
	}
}@media screen and (max-width: 800px) {
	.new-content04 {
		background:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), /* 半透明の黒 */url("../images/top/new/recruit_tab.jpg")no-repeat;
		background-position: top center;
		background-size: cover;
		padding: 200px 5vw 25px;
	}
}
.new-content04 .content {
}

.new-content04 .content h1 {
	font-size: 30px;
            font-weight: bold;
            color: #FFF;
			z-index: 2;
			position: relative;
			line-height: 100%;
}

.new-content04 .content h1 span {
	font-size: 14px;
	display: block;
	line-height: 100%;
	margin-left: 5px;
	color: #FFF;
}
.new-content04 .content p {
            font-size: 14px;
			font-weight: bold;
            margin: 20px 0;
            line-height: 1.8;
            color: #FFF;
        }

.new-content04 .svg-container {
	width: 100%;
}

.new-content05 {
	background:linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3)), /* 半透明の黒 */ url("../images/top/new/companyinfo_sp.jpg")no-repeat;
	background-position: top center;
	background-size: contain;
	align-items: center;
	padding: 300px 5vw 50px;
	margin-top: 40px;
}@media screen and (max-width: 1180px) {
	.new-content05 {
		background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), /* 半透明の黒 */ url("../images/top/new/companyinfo_tab.jpg")no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
}@media screen and (max-width: 800px) {
	.new-content05 {
		background:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), /* 半透明の黒 */url("../images/top/new/companyinfo_tab.jpg")no-repeat;
		background-position: top center;
		background-size: cover;
		padding: 200px 5vw 25px;
	}
}

.new-content05 .content {
}

.new-content05 .content h1 {
	font-size: 30px;
            font-weight: bold;
            color: #002060;
			z-index: 2;
			position: relative;
			line-height: 100%;
}@media screen and (max-width: 1180px) {
	.new-content05 .content h1 {
		color: #FFF;
	}
}

.new-content05 .content h1 span {
	font-size: 14px;
	display: block;
	line-height: 100%;
	margin-left: 5px;
	color: #333;
}@media screen and (max-width: 1180px) {
	.new-content05 .content h1 span {
		color: #FFF;
	}
}

.new-content05 .content p {
            font-size: 14px;
			font-weight: bold;
            margin: 20px 0;
            line-height: 1.8;
            color: #555;
}@media screen and (max-width: 1180px) {
	.new-content05 .content p {
		color: #FFF;
	}
}

.new-content05 .svg-container {
	width: 100%;
}

.new-content06 {
	margin-top: 40px;
	padding: 40px 5vw;
	background: #F5F5F5;
	display: flex;
	align-items: center;
}


.new-content06 .news-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.new-content06 .news-flex a {
	color: #5E9E00;
	font-size: 12px;
	padding-right: 10px;
	background: url("../images/top/new/arw3.png") no-repeat right center;
}


.new-content06 .content {
}

.new-content06 .content h1 {
	font-size: 30px;
            font-weight: bold;
            color: #002060;
			z-index: 2;
			position: relative;
			line-height: 100%;
}

.new-content06 .content h1 span {
	font-size: 14px;
	display: block;
	line-height: 100%;
	margin-left: 5px;
	color: #333;
}

.new-content06 .content .post {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #282828;
}

.footer-menu2 {
	display: none;
}

.new-content06 .content .post .date {
	font-weight: bold;
	font-size: 14px;
	transition: color 0.5s ease; /* カラーが変わる時間と効果を設定 */
}
.new-content06 .content .post:hover > .date {
	color: #5E9E00;
}

.new-content06 .content .post .icon {
	background: #11285E;
	color: #fff;
	padding: 5px 15px;
	border-radius: 30px;
	margin: 0 20px;
	font-size: 12px;
	width: 90px;
	text-align: center;
	transition: background-color 0.5s ease, color 0.5s ease;
}

.new-content06 .content .post:hover > .icon {
	background: #39579F;
}

.new-content06 .content .post .text {
	width: 100%;
	font-size: 14px;
	margin-top: 14px;
	transition: color 0.5s ease; /* カラーが変わる時間と効果を設定 */
}


.new-content06 .content .post:hover > .text {
	color: #5E9E00;
}
