@charset "utf-8";

a:hover {
	opacity: 0.8;
}
.home a::after,
.gnavi__list a:hover::after {
    transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
	transform-origin: left top; /*左から右に向かう*/
}
#home a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background: #337ab7;
    /*アニメーションの指定*/
    transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.5s; /*変形の時間*/
}
#home a::after {
	transform: scale(1, 1); 
	transform-origin: left top; 
}

.slider {
    width:100%;
	margin:0 auto;
}
.slider img {
    width:100%;
}

.slick-next {
	right:0!important;
}
.slick-prev {
	left:0!important;
}
.slick-arrow { 
	z-index:2!important;
}

.text-a, .text-b, .text-c {
	position: absolute;
	top: 30px;
}
.text-a {
	position: absolute;
	top: 30%;
	left: 6%;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.6rem;
}
.text-b span {
	font-size: 1.6rem;
	font-weight: bold;
}
.text-b {
	position: absolute;
	top: 40%;
	left: 6%;
	height: 50px;
	color: #494949;
	font-size: 0.9rem;
	line-height: 1.4rem;
	margin-top: 18px;
}
.text-c span {
	font-size: 1.6rem;
	font-weight: bold;
}
.text-c {
	position: absolute;
	top: 40%;
	left: 6%;
	height: 50px;
	color: #ffffff;
	font-size: 0.9rem;
	line-height: 1.4rem;
	margin-top: 18px;
}
@media (min-width: 591px) {
.mock-s {
	display: none;
}
}
.mock img {
	display: block;
	width: 100%;
	height: 100%;
    padding: 0;
	margin: 20% auto -15%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.mock-copy {
	width: 80%;
	text-align: center;
    margin: 80px auto 0;
	color: #494949;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.2rem;
}

#topics-area {
	width: 80%;
	height: auto;
	margin: 30px auto 0;
	position: relative;
}
.topics-title {
	width: 80%;
	height: auto;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
    color: #337ab7;
	margin: 60px auto;
}
.all {
	float: right;
	padding-right: 40px;
	text-decoration: none;
	color: #337ab7;
}
.topics {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-family: 'Noto Serif JP';
}
.topics tr {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	font-size: 1.3rem;
	line-height: 2rem;
}
.topics th {
	display: block;
	width: 200px;
	height: auto;
	color: white;
	background-color: #337ab7;
	text-align: left;
	margin: 20px 0 10px;
	padding: 0 0 0 30px;
}
.topics td {
	display: block;
	width: 100%;
	height: auto;
	font-size: 1.2rem;
	padding: 5px;
	border-bottom: 1px solid gray;
}
.topics td a {
	color: #494949;
	text-decoration: none;
}
.container {
	display: none;
}
.container_2 {
	width: 90%;
	height: auto;
	margin: 120px auto 0;
	display: flex;
	justify-content: space-between; 
	-webkit-text-size-adjust: 100%;
}
.box {
	width: 47%;
	height: auto;
}
.inner span {
	display: block;
	color: #000000;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #494949;
	margin: 20px 0 10px 0;
	padding-bottom: 10px;
}
.inner a {
	color: #000000;
	font-size: 1.2rem;
	line-height: 1.4;
	text-decoration: none;
}
.link {
	width: 100%;
	height: auto;
}
.wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.wrap img {
	transition: .6s ease;
}
.wrap img:hover {
	transform: scale(1.1);
}
.sdgs-box {
	width: 100%;
	height: auto;
    background-color: #f3f3f3;
}
.sdgs-wrap {
	width: 90%;
	height: auto;
	margin: 150px auto 0;
	padding: 40px;
}
.sdgs-inner {
	width: 450px;
	height: 360px;
	border: 1px solid #337ab7;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.sdgs-inner img {
	width: 450px;
	height: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .6s ease;
}
.sdgs-inner img:nth-of-type(2) {
    opacity: 0; 
	transition: .6s ease;
}
.sdgs-inner:hover img:nth-of-type(2) {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1) ;
}
.sdgs-text {
	width: 70%;
	height: auto;
	margin: 0 auto;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.sdgs-text span {
	height: 60px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	background-color: #D3D3D3;
	border-radius: 8px;
	text-align: center;
	color: #000000;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 60px auto;
}
.sdgs-text p {
	color: #000000;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 0 5px;
}
.example {
	width: 70%;
	height: auto;
	margin: 150px auto 0;
}
.example p{
	height: 60px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	background-color: #f3f3f3;
	border-radius: 8px;
	text-align: center;
	color: #494949;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 20px auto;
}
.material {
	width: 70%;
	height: auto;
	margin: 60px auto;
}
.material p {
	text-align: center;
	font-size: 1.4rem;
}
.steel {
	width: 70%;
	height: auto;
	margin: 60px auto 0;
}
.steel-text {
	width: 100%;
	height: auto;
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 0 auto;
}
.cookey p {
	width: 500px;
	height: auto;
	text-align: center;
	font-size: 1rem;
	margin: 10px auto 60px;
}
.cookey img {
	display: block;
	width: 500px;
	height: auto;
	margin: 60px auto 0;
}
.tea {
	width: 70%;
	margin: 60px auto 0;
}
.tea-img-a p, .tea-img-b p {
    width: 500px;
	height: auto;
	text-align: center;
	font-size: 1rem;
	margin: 10px auto 70px;
}
.tea img {
	display: block;
	width: 500px;
	height: auto;
	margin: 60px auto 0;
} 
.text {
	width: 80vw;
	height: auto;
	margin: 150px auto 300px;
	font-size: 1.4rem;
	color: #494949;
	line-height: 3rem;
	font-weight: normal;
}
