@charset "UTF-8";
/*!
Theme Name: yoshida-sgo
Version: 1.0.0
*/


/*--------------------------------------------------------------
# screen
--------------------------------------------------------------*/

#screen {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -2;
}
#screen #screen-innerwrap p.catchcopy{
	margin: 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2.6em;
	line-height: 1.4;
}
#screen #screen-innerwrap p.catchcopy span{
	/*font-size: 1.6em;*/
}
#particles-js{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;

}


@media screen and (max-width: 768px) {
	#screen {
		min-height: 100vh;
		padding: 0;
	}
	#screen,.page .entry-header,.category-topics .page-header{
		background-position: bottom 10% center;
		background-size: cover;
	}
	#screen #screen-innerwrap p.catchcopy{
		margin: 0px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 5vw;
		line-height: 1.4;
	}
}

/*--------------------------------------------------------------
# contents
--------------------------------------------------------------*/

.home .site-main {
	padding: 0px;
}

/* topics */
.home-topics{
	margin-top: -40px;
	/*padding: 0 1.6em;*/
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 16px -10px #777777;
}
.home-topics h2{
	display: block;
	min-width: 150px;
	margin: 0 1.4em 0 2em;
	padding: 0;
	font-size: 1.3em;
	color: var(--main-txt-color);
	background-color: #fff;
}
.home-topics h2::first-letter{
	color: var(--main-txt-color);
}
.home-topics h2:before{
	content: none;
}
.home-topics h2::after {
	margin-left: 1em;
	content: "\f35a";
	font-size: 1.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
	vertical-align: middle;	
}
.home-topics > div.home-topics-list {
	padding: 1.6em 0;
	justify-content: flex-start;
}

.home-topics > div article{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding: 0px 0;
	font-size: 0.9em;
	flex-grow: 1;
}
.home-topics > div article .entry-meta{
	/*width: 25%;*/
	margin-right: 0px;
	flex-grow: 2;
}
.home-topics > div article .entry-title{
	width: 75%;
	margin: 0;
	text-align: left;
	border-right: 1px solid var(--main-txt-color);
	flex-grow: 1;
}
.home-topics > div article p{
	margin: 5px 0;
}
.home-topics .home-topics-btn a{
	font-size: 1em;
	padding: 5px 30px;
}
.home-topics .home-topics-btn a:after{
	content: none;
}

@media screen and (max-width: 768px) {

	.home-topics{
		margin-top: -80px;
	}
	.home-topics h2{
		position: relative;
		margin: 0.1em 0;
		padding: 0;
	}
	.home-topics h2::after{
		content: none;
	}
	.home-topics > div.home-topics-list,.home-topics > div article{
		padding: 0.8em 0 0.8em;
		flex-direction: column;
		justify-content: center;
	}
	.home-topics > div article .entry-title{
		width: auto;
		margin: 0 1em;
		text-align: left;
		border-right: 0;
		flex-grow: unset;
	}
	.home-topics > div article .entry-meta{
		width: 100%;
		margin-right: auto;
		padding-top: 1em;
		border-top: 1px dashed var(--main-txt-color);
	}
	.home-topics h4{
		text-align: center;
	}
}


/*home-about*/

.home-about{
	height: 520px;
	background: url("../images/home_gaikan.png") no-repeat calc(50% - 330px),
	linear-gradient(#fff 0%, #fff 10%, var(--subback-color) 10%, var(--subback-color) 50%, #fff 50%, #ffffff 100%);
}
.home-about-wrap{
	
}
.home-about h2{
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	padding-top: 80px;
	font-size: 1.8em;
	line-height: 1.8em;
	text-align: right;
	background-color: unset;
	letter-spacing: normal;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 1), 1px 1px 3px rgba(255, 255, 255, 1);
}
.home-about h2 span{
	display: inline;
	font-size: unset;
	font-weight: unset;
}
.home-about h2::first-letter{
	color: var(--black-txt-color);
}
.home-about .home-about-txt{
	text-align: right;
}
.home-about .home-about-en{
	font-size: 0.8em;
}

@media screen and (max-width: 990px) {
	.home-about-wrap{
		padding-right: 20px;
	}
}
@media screen and (max-width: 768px) {
	.home-about{
		height: auto;
		padding-top: 200px;
		background: url("../images/home_gaikan.png") no-repeat top center;
		background-size: contain;
		background-size: 420px;
	}
	.home-about-wrap{
		padding-right: 0;
	}
	.home-about h2{
		margin-bottom: 0;
		font-size: 6.8vw;
		line-height: 1.4em;
		text-align: center;
	}
	.home-about .home-about-txt{
		text-align: center;
		font-size: 0.9em;
	}
	.home-about-wrap .btn{
		text-align: center;
	}
}


/*home-sdgs*/

.home-sdgs{
	height: 450px;
	padding: 0;
	padding-top: 15px;
	text-align: center;
	background: url("../images/home_sdgs_bg.jpg") no-repeat 50% 15px;
	background-color: #fff;
}
.home-sdgs h2{
	margin: 0;
	margin-bottom: 0.4em;
	padding: 0;
	font-size: 1.8em;
	color: var(--black-txt-color);
	background-color: unset;
}
.home-sdgs h2::first-letter{
	color: var(--black-txt-color);
}
.home-sdgs h2 span{
	display: inline;
	font-size: 1.4em;
}
.home-sdgs h2 span.greentxt{
	font-weight: 900;
}
.home-sdgs-txt{
	min-width: 800px;
	font-size: 0.9em;
}


@media screen and (max-width: 768px) {
	.home-sdgs-txt{
		min-width: initial;
		font-size: 1em;
	}
}



/* home-products */

.home-products{
	max-width: 1100px;
}
.home-products h2{
	margin: 0;
	margin-bottom: 0.4em;
	padding: 0;
	font-size: 2.2em;
	font-weight: normal;
	color: var(--main-txt-color);
	background-color: unset;
}
.home-products h2 span{
	font-size: 0.5em;
	color: #a9a8a4;
}
.home-products h2 span::first-letter{
	color: #a9a8a4;
}

.home-products-menu {
	flex-wrap: wrap;
	gap: 3.4em 2.8em;
}
.home-products-menu li a{
	font-size: 1.2em;
	text-decoration: none;
}
.home-products-menu li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.home-products-menu {
		flex-direction: row;
		gap: 2em 0.1em;
	}
	.home-products-menu li{
		width: 48%;
	}
	.home-products-menu li a{
		font-size: 1em;
	}
}


/* home-recruit */

.home-recruit{
	height: 300px;
	padding: 0;
	background: url("../images/home_recruit.png") repeat center;
	background-color: #fff;
}
.home-recruit h2{
	margin: 0;
	padding: 0.8em 0 1.4em;
	font-size: 2.8em;
	font-weight: 300;
	line-height: 1em;
	background-color: unset;
	text-shadow: 0 1px 6px #fff,0 1px 7px #fff,0 1px 8px #fff,0 1px 9px #fff,
	0 1px 10px #fff,0 1px 10px #fff,0 1px 10px #fff,0 1px 10px #fff;
}
.home-recruit h2::first-letter{
	font-size: 1.1em;
	color: var(--black-txt-color);
}
.home-recruit-txt{
	width: 60%;
	margin: 0 auto;
	padding: 0.4em 0;
	background-color: rgba(255 255 255 / 80%);
}

.home-recruit .btn-1 a{
	min-width: 280px;
	border: 0;
}

@media screen and (max-width: 768px) {
	.home-recruit h2{
		font-size: 2.2em;
		padding-bottom: 1em;
	}
	.home-recruit-txt{
		width: auto;
		padding: 0;
	}
}
