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

.content01 {
	z-index: 100;
}

.content01 h1 {
	position: absolute;
	bottom: 100px;
	left: 100px;
	width: 500px;
}

.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;
}



h2.title {
	font-size: 30px;
	letter-spacing: 4px;
	color: #4D4D4D;
	text-align: left;
	line-height: 100% !important;
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-left: 50px;
}@media screen and (max-width: 1367px) {
	h2.title {
		font-size: 24px;
	}
}

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;
}

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

.content02 .flex .box {
	width: 50%;
}

.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;
}

.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: 1590px) {
	.content02 .flex .box.text h2 {
		font-size: 26px;
	}
}@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: 30px;
}@media screen and (max-width: 1800px) {
	.content02 .flex .box.text h3 {
		font-size: 27px;
	}
}@media screen and (max-width: 1700px) {
	.content02 .flex .box.text h3 {
		font-size: 24px;
	}
}@media screen and (max-width: 1600px) {
	.content02 .flex .box.text h3 {
		font-size: 22px;
	}
}@media screen and (max-width: 1500px) {
	.content02 .flex .box.text h3 {
		font-size: 20px;
	}
}@media screen and (max-width: 1400px) {
	.content02 .flex .box.text h3 {
		font-size: 18px;
	}
}@media screen and (max-width: 1367px) {
	.content02 .flex .box.text h3 {
		font-size: 16px;
	}
}

.content02 .flex .box.text p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 200%;
}@media screen and (max-width: 1725px) {
	.content02 .flex .box.text p {
		font-size: 16px;
	}
}@media screen and (max-width: 1600px) {
	.content02 .flex .box.text p {
		font-size: 14px;
	}
}@media screen and (max-width: 1500px) {
	.content02 .flex .box.text p {
		font-size: 13px;
	}
}@media screen and (max-width: 1400px) {
	.content02 .flex .box.text p {
		font-size: 12px;
	}
}@media screen and (max-width: 1367px) {
	.content02 .flex .box.text p {
		font-size: 11px;
	}
}@media screen and (max-width: 1290px) {
	.content02 .flex .box.text p {
		font-size: 10px;
	}
}

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

.content03 {
	margin: 60px auto 0;
}

.content03 .box {
}

.content03 .box .white {
	margin: auto;
	background: #FFF;
}



.content03 .box .c2 .flex {
	display: flex;
		-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	margin-top: 20px;
}

.content03 .box .c2 .flex a.box {
	width: 24%;
	background: #FFF;
	display: block;
	border: 1px solid #dbdad5;
	border-right: none;
	padding: 15px 15px 25px;
}

.content03 .box .c2 .flex a.box:hover {
	background-color:#007f41;
}

.content03 .box .c2 .flex a.box img {
	width: 100%;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.content03 .box .c2 .flex a.box:hover > img {
	border:#007e41 solid 5px;
}

.content03 .box .c2 .flex a.box .text {
	margin: 20px 0 0 10px;
}

.content03 .box .c2 .flex a.box .text h3 {
	font-size: 20px;
	font-weight: bold;
	color: #231815;
	line-height: 100%;
}

.content03 .box .c2 .flex a.box:hover > .text h3 {
	color:#FFF;
}

.content03 .box .c2 .flex a.box .text h3 span {
	font-size: 0.9vw;
	color: #83BD3F;
	display: block;
	margin-top: -0.7vh;
}

.content03 .box .c2 .flex a.box .text p {
	line-height: 160%;
	font-size: 14px;
	margin-top: 15px;
	color:#333;
}@media screen and (max-width: 1367px) {
	.content03 .box .c2 .flex a.box .text p {
		font-size:13px;
	}
}

.content03 .box .c2 .flex a.box:hover > .text p {
	color:#FFF;
}

.content03 .box .c2 .flex a.box .link {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: block;
}

.content04 {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.content04 a.box {
	background: #f5f5f5;
	width: 25%;
	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;
	}
}

.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;
	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;
}

.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: 1580px) {
	.content04 a.box .screen p {
		font-size: 14px;
	}
}@media screen and (max-width: 1490px) {
	.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;
	}
}

.content04 a.box .icon {
	height: 83px;
	display: flex;
	align-items: center;
}


.content05 {
	margin-top: 60px;
	text-align: center;
}

.content05 .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	border-top: #f6f6f6 solid 1px;
}

.content05 .flex .topics {
	background: #f6f6f6;
	width: 75%;
}

.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;
	margin-bottom: 10px;
}

.content05 .flex .topics ul li .icon {
	border-radius: 20px;
	color: #FFF;
	width: 97px;
	min-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;
	text-align: left;
}@media screen and (max-width: 1367px) {
	.content05 .flex .topics ul li a {
		font-size: 14px;
	}
}

.content05 .flex .links {
	width: 30%;
}

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

.movie {
	position: relative;
}

.movie a {
	display: block;
	width: 200px;
	background: rgba(255,255,255,0.1);
	border-radius: 40px;
	border: #FFF solid 1px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 14px;
	color: #FFF;
	padding: 15px 25px;
	text-align: center;
}

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


/*202409追加*/
.new-content01 {
	padding: 120px 0 6vh 0;
            display: flex;
            align-items: flex-start; /* テキストの垂直方向の位置を調整 */
            justify-content: space-between; /* 画像とテキストの間隔を調整 */
			align-items: center;
            background-color: white;
        }
        .new-content01 .image-container {
            position: relative;
            width: 45%; /* 画像の幅を少し狭める */
            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 {
            width: 50%;
            padding: 0 10px; /* テキストの左右の余白を調整 */
            box-sizing: border-box; /* padding を含めて幅を計算 */
        }
        .new-content01 .content h1 {
            font-size: 4.0vw;
            font-weight: bold;
            color: #002060;
			/*
			margin-top: -6vh;
			margin-left: -15.7vw;
			*/
			z-index: 2;
			position: relative;
			line-height: 100%;
        }
.new-content01 .content h1 span {
	font-size: 1.5vw;
/*	color: #fff;*/
	display: block;
	line-height: 100%;
	margin-left: 5px;
}

        .new-content01 .content h2 {
            font-size: 2vw;
			font-weight: bold;
            margin: 5vh 0;
            color: #333;
            line-height: 1.3;
        }
        .new-content01 .content p {
            font-size: 1vw;
			font-weight: bold;
            margin: 5vh 0;
            line-height: 1.8;
            color: #555;
			max-width: 33vw;
        }
        .new-content01 .btn-read-more {
            display: inline-block;
            padding: 15px 30px;
            font-size: 16px;
            font-weight: bold;
            color: white;
            background-color: #002060;
            border: none;
            border-radius: 30px;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 0.3s ease;
            position: relative;
        }
        .new-content01 .btn-read-more::after {
            content: '';
            width: 8px;
            height: 8px;
            background-color: #00c38a;
            border-radius: 50%;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
        }
        .new-content01 .btn-read-more:hover {
            background-color: #00408b;
        }

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

.new-content02 a {
    display: flex;
    align-items: center;
    background: #FFF; /* 初期背景 */
    width: 25vw;
    border: #3D3D3D solid 1px;
    padding: 20px;
    position: relative; /* 擬似要素用の相対位置 */
    overflow: hidden; /* 背景のはみ出しを隠す */
    transition: background 0.3s ease; /* 初期背景の変更に備えたアニメーション */
}

/* 擬似要素でグラデーションを設定 */
.new-content02 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #00FF55, #00BEFF); /* 左から右のグラデーション */
    opacity: 0; /* 初期状態では透明 */
    transition: opacity 0.5s ease; /* 透明度の変化をスムーズに */
    z-index: 0; /* コンテンツの下に配置 */
}

/* マウスオーバー時のグラデーション効果 */
.new-content02 a:hover::before {
    opacity: 1; /* フェードインでグラデーションを表示 */
}

/* テキストや画像の表示を前面に */
.new-content02 a .icon,
.new-content02 a p {
    position: relative;
    z-index: 1; /* 擬似要素より前に表示 */
}

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

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

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


.new-content03 {
	padding: 6vh 0 6vh 0;
            display: flex;
            align-items: flex-start; /* テキストの垂直方向の位置を調整 */
            justify-content: space-between; /* 画像とテキストの間隔を調整 */
			align-items: center;
            background-color: white;
        }
        .new-content03 .image-container {
            position: relative;
            width: 46%; /* 画像の幅を少し狭める */
            overflow: hidden;
			order: 2;
        }
        .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 {
            width: 40%;
			margin-left: 6vw;
            padding: 5vh 10px; /* テキストの左右の余白を調整 */
            box-sizing: border-box; /* padding を含めて幅を計算 */
        }
        .new-content03 .content h1 {
            font-size: 4vw;
            font-weight: bold;
            color: #002060;
			z-index: 2;
			position: relative;
			line-height: 100%;
        }
.new-content03 .content h1 span {
	font-size: 1.5vw;
	display: block;
	line-height: 100%;
	margin-left: 5px;
	color: #333;
}

        .new-content03 .content h2 {
            font-size: 2vw;
			font-weight: bold;
            margin: 5vh 0;
            color: #333;
            line-height: 1.3;
        }
        .new-content03 .content p {
            font-size: 1vw;
			font-weight: bold;
            margin: 5vh 0;
            line-height: 1.8;
            color: #555;
			max-width: 33vw;
        }
        .new-content03 .btn-read-more {
            display: inline-block;
            padding: 15px 30px;
            font-size: 16px;
            font-weight: bold;
            color: white;
            background-color: #002060;
            border: none;
            border-radius: 30px;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 0.3s ease;
            position: relative;
        }
        .new-content03 .btn-read-more::after {
            content: '';
            width: 8px;
            height: 8px;
            background-color: #00c38a;
            border-radius: 50%;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
        }
        .new-content03 .btn-read-more:hover {
            background-color: #00408b;
        }

.new-content04 {
	background: url("../images/top/new/recruit.jpg")no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	min-height: 400px;
	justify-content: flex-end;
}

@media (max-width: 1366px) {
    .new-content04 {
        background: url("../images/top/new/recruit2.jpg")no-repeat left;
		background-size: contain;
		min-height: 320px;
    }
}

.new-content04 .content {
	width: 40vw;
}



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

.new-content04 .content h1 span {
	font-size: 1.5vw;
	display: block;
	line-height: 100%;
	margin-left: 5px;
	color: #333;
}
.new-content04 .content p {
            font-size: 1vw;
			font-weight: bold;
            margin: 3vh 0;
            line-height: 1.8;
            color: #555;
			max-width: 33vw;
        }

.new-content05 {
	background:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), /* 半透明の黒 */ url("../images/top/new/companyinfo2.jpg")no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	min-height: 400px;
}

@media (max-width: 1366px) {
    .new-content05 {
		min-height: 320px;
    }
}

.new-content05 .content {
	width: 40vw;
	margin-left: 6vw;
}

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

.new-content05 .content h1 span {
	font-size: 1.5vw;
	display: block;
	line-height: 100%;
	margin-left: 5px;
	color: #FFF;
}
.new-content05 .content p {
            font-size: 1vw;
			font-weight: bold;
            margin: 3vh 0;
            line-height: 1.8;
            color: #FFF;
			max-width: 33vw;
        }

.new-content06 {
	padding: 7vh 0;
	background: #F5F5F5;
	display: flex;
	align-items: center;
}

.new-content06 .news-flex {
	display: flex;
	align-items: center;
	gap:40px;
}

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

.new-content06 .content {
	min-width: 840px;
	margin-left: 6vw;
}

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

.new-content06 .content h1 span {
	font-size: 1.5vw;
	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;
}



.new-content06 .content .post .date {
	font-weight: bold;
	font-size: 0.9vw;
	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: 0.8vw;
	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 {
	font-size: 0.9vw;
	transition: color 0.5s ease; /* カラーが変わる時間と効果を設定 */
}


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

/* スクロールインジケーターの初期状態 */
.scroll-indicator {
    position: fixed;
    bottom: -100px; /* 初期状態では画面外に配置 */
    right: 30px; /* 画面右端からの位置を調整 */
    opacity: 0; /* 初期状態で透明 */
    transition: all 0.5s ease-in-out; /* 表示とフェードアウトのアニメーション */
    z-index: 999; /* 前面に表示 */
}

/* 表示される際のスタイル */
.scroll-indicator.visible {
    bottom: -10px; /* 表示する位置 */
    opacity: 1; /* 不透明に */
}

/* フェードアウト時のスタイル */
.scroll-indicator.fade-out {
    opacity: 0; /* 透明に */
    transition: opacity 0.5s ease-out; /* フェードアウトのアニメーション */
}

