@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/
/************************************
** レイアウト基本
************************************/
/*+++ヘッダーコンテナ+++*/
.header-container {
	background-color: inherit;
}
.header-container-in {}
/*+++ヘッダー+++*/
.header-in {
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
}
.logo {
	text-align: left;
}
.logo-image {
	padding: 0;
	margin-bottom: 10px;
	font-size: 0;
}
.header-in .logo-image a {
	max-width: 20%;
}
.site-name-text {
	font-size: 0 !important;
}
.tagline {
	text-align: left;
	font-size: inherit;
	margin: 0 0 1em 0;
}
@media screen and (max-width:1260px) {
	.header-in {
		padding-left: 3.5%;
	}
}
@media screen and (max-width: 834px) {
	.header-in {
		padding-left: 5%;
	}
	.header-in .logo-image a {
		max-width: 25%;
	}
}
@media screen and (max-width: 480px) {
	.header-in {
		padding-left: 0;
	}
	.logo {
		text-align: center;
	}
	.logo-image {
		margin-bottom: 5px;
	}
	.header-in .logo-image a {
		max-width: 36%;
	}
	.tagline {
		text-align: center;
		font-size: 12px;
	}
}
/*+++ヘッダー　SDGs関連+++*/
.header-in div.sdgs {
	position: absolute;
	top: 20px;
	right: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 40%;
}
.header-in div.sdgs div.sdgs-award {
	width: 8%;
}
.header-in div.sdgs div.sdgs-mark {
	width: 90%;
}
@media screen and (max-width:1260px) {
	.header-in div.sdgs {
		right: 3.5%;
	}
}
@media screen and (max-width: 834px) {
	.header-in div.sdgs {
		position: inherit;
		top: 0;
		right: 0;
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.header-in div.sdgs {
		width: 80%;
		margin: auto;
	}
}
/*+++グローバルメニュー+++*/
.navi {
	background-color: inherit;
}
.navi-in {
	display: flex;
	justify-content: flex-start;
	padding-left: 20px;
}
#navi .navi-in > ul > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navi-in a {
	padding: 10px 0;
	color: #fff;
	background-color: #00693e;
	border-bottom: 0.5px solid rgba(255, 255, 255, 0.50);
}
.navi-in .has-icon {
	top: 10px;
}
.navi-in a:hover {
	color: #fff;
	background-color: #ea613b;
}
.navi-in > ul > li.current-menu-item > a {
	background-color: #ea613b;
}
.cl-slim .navi-in > ul li {
	height: auto;
	line-height: 1.25em;
}
.cl-slim .navi-in > ul li .sub-menu ul {
	top: 0;
}
@media screen and (max-width:1260px) {
	.navi-in {
		padding-left: 3.5%;
	}
}
/*+++モバイルメニュー+++*/
.menu-content {
	background-color: #00693e;
}
.menu-drawer ul.sub-menu {
	margin: 0;
}
.menu-drawer a {
	padding: 10px;
	color: #fff;
	border-bottom: 0.5px solid rgba(255, 255, 255, 0.50);
}
.menu-drawer a:hover {
	color: #fff;
	background-color: #ea613b;
}
/*+++コンテンツ+++*/
.main {
	width: 927px;
}
.sidebar {
	width: 309px;
}
@media screen and (max-width:1260px) {
	.main {
		width: 68.75%;
		margin-right: 2.5% !important;
	}
	.sidebar {
		width: 25%;
		margin-left: 2.5% !important;
	}
}
@media screen and (max-width: 1023px) {
	main.main, div.sidebar {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}
}
@media screen and (max-width: 834px) {
	main.main, div.sidebar {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
}
@media screen and (max-width: 480px) {
	main.main, div.sidebar {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}
/*+++フッター+++*/
.footer {
	background-color: #000;
}
.copyright {
	color: #fff;
}
/************************************
** サイドバー
************************************/
/*+++モバイルのサイドバー調整+++*/
.menu-content .sidebar {
	width: auto;
}
/*+++サイドバーのウィジェット（サイドの黒いメニュー）+++*/
.widget_nav_menu ul li {
	margin-bottom: 10px;
}
.widget_nav_menu ul li a {
	position: relative;
	padding: 10px 10px 40px;
	color: #eee;
	line-height: 1.5em;
	background-color: #000;
}
.widget_nav_menu ul li a:after {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	padding: 5px 10px;
	content: 'Read more >';
	color: #eee;
	font-size: 0.75em;
	line-height: 1em;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}
.widget_nav_menu ul li a:hover {
	color: #eee;
	background-color: #333;
}
/*+++サイドバーのウィジェット（資料ダウンロード）+++*/
.sidebar-pdf {
	margin-bottom: 30px;
	border: 1px solid #eee;
	border-radius: 4px;
}
.sidebar-pdf h3 {
	padding: 0.125em;
	margin: -1px;
	color: #fff;
	text-align: center;
	font-size: inherit;
	background-color: #e76e33;
	border-radius: 5px 5px 0 0;
}
.sidebar-pdf .pdf-block {
	margin: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #eee;
}
.sidebar-pdf .pdf-block:last-child {
	border-bottom: none;
}
.sidebar-pdf .pdf-block a {
	position: relative;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}
.sidebar-pdf .pdf-block a:hover {
	opacity: 0.75;
	transition: all 0.3s ease-in-out;
}
.sidebar-pdf .pdf-thumbnail {
	width: 30%;
	line-height: 0;
}
.sidebar-pdf .pdf-thumbnail img {
	border: 1px solid #ccc;
}
.sidebar-pdf .pdf-title {
	width: 64%;
	margin: 0;
	padding-bottom: 1.75em;
	color: #666;
	font-size: 0.75em;
	line-height: 1.25em;
}
.sidebar-pdf span.date {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #666;
	font-size: 0.7em;
	font-weight: bold;
}
/*+++サイドバーのウィジェット（みゃーけさんのブログ）+++*/
.sidebar-banner-blog {
	position: relative;
}
.sidebar-banner-blog a {
	display: block;
	border: 0.5px solid #0dac67;
}
.sidebar-banner-blog a:hover {
	opacity: 0.75;
	transition: all 0.3s ease-in-out;
}
.sidebar-banner-blog img {
	display: block;
}
.sidebar-banner-blog span.label {
	position: absolute;
	top: 0.3em;
	left: 0.3em;
	border: 1px solid #eee;
	font-size: 11px;
	color: var(--cocoon-white-color);
	background-color: rgba(51, 51, 51, 0.7);
	padding: 1px 5px;
	max-width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*+++サイドバーのウィジェット（バナー）+++*/
.widget_media_image {
	margin-bottom: 20px;
	text-align: center;
}
.widget_media_image img {
	width: 80%;
}
/*+++サイドバーのウィジェット（サイトシール）+++*/
div.site-seal {
	text-align: center;
}
/*+++モバイルのスライドインスライドバー+++*/
#slide-in-sidebar {
	padding-top: 16px;
	margin-bottom: 16px;
}
/*+++モバイルのときは非表示（エラーになるので）+++*/
#slide-in-sidebar div.site-seal {
	display: none;
}
/************************************
** その他パーツ
************************************/
/*+++画像　左寄せ／右寄せ+++*/
figure.alignleft.float-image, figure.alignright.float-image {
	width: 55%;
}
@media screen and (max-width: 480px) {
	figure.alignleft.float-image, figure.alignright.float-image {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
/*+++画像のキャプション調整（不要？）+++*/
.wp-caption {
	padding-top: 0;
	border: none;
	border-radius: 0;
	background-color: inherit;
	text-align: left;
}
/*+++表の調整+++*/
table th, .scrollable-table th {
	color: #fff;
	background-color: #0dac67;
}
table th, table td, .scrollable-table th, .scrollable-table td {
	padding: 8px;
}
/*+++会社概要の表（2024.9.27）+++*/
.company-profile th {
	padding-left: 2em;
	padding-right: 2em;
}
.company-profile-en th {}
.google-map iframe {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}
@media screen and (max-width: 781px) {
	.google-map {
		height: 320px;
	}
}
/*+++罫線+++*/
hr {
	clear: both;
	border: 0;
	border-bottom: 1px solid #ccc;
}
/************************************
** 文字設定
************************************/
/*アーカイブの見出し*/
.archive-title {
	color: #00693e;
}
@media screen and (max-width: 480px) {
	.archive-title {
		font-size: 20px;
	}
}
/*エントリーの見出し*/
.entry-title {
	padding: 20px;
	color: #fff;
	background-color: #00693e;
	border-radius: 2px;
}
@media screen and (max-width: 480px) {
	.entry-title {
		padding: 10px;
		font-size: 20px;
	}
}
/*本文の見出し1*/
.article .entry-content h1 {
	padding: 20px;
	font-size: 24px;
	background-color: #f5f6f7;
	border-radius: 2px;
}
@media screen and (max-width: 480px) {
	.article .entry-content h1 {
		padding: 10px;
		font-size: 20px;
	}
}
/*本文の見出し2*/
.article h2 {
	padding: 12px 15px;
	font-size: 22px;
	background-color: inherit;
	border-left: 15px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
@media screen and (max-width: 480px) {
	.article h2 {
		padding: 6px;
		font-size: 18px;
	}
}
/*本文の見出し3*/
.article h3 {
	padding: 0 0 0 25px;
	position: relative;
	font-size: 20px;
	border: none;
}
.article h3:before {
	position: absolute;
	top: 2.5px;
	left: 0;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: #ddd;
}
@media screen and (max-width: 480px) {
	.article h3 {
		padding: 0 0 0 20px;
		font-size: 16px;
	}
	.article h3:before {
		width: 16px;
		height: 16px;
	}
}
/*上付・下付*/
.article sup, .article sub {
	font-size: 0.6em;
	line-height: 1;
}
.article sub {
	vertical-align: baseline;
}
/*リスト　第2階層*/
ul.wp-block-list ul.wp-block-list {
	list-style-type: circle;
}
/************************************
** 「STI for SDGs」アワードの設定（投稿記事）
************************************/
/*レイアウト*/
div.sdgs-award-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
div.sdgs-award-block div:first-child {
	margin-right: 2em;
}
@media screen and (max-width: 480px) {
	div.sdgs-award-block {
		display: inherit;
	}
}
/*リンク▶︎*/
a.link-triangle {
	display: block;
	position: relative;
	padding-left: 1.5em;
}
a.link-triangle:before {
	display: block;
	position: absolute;
	top: 0.25em;
	left: 0.5em;
	content: '';
	width: 0;
	height: 0;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 0.5em solid #00693e;
}
/************************************
** みゃーけさんのブログ
************************************/
/*インデックスの見出し*/
.entry-card-title span.blog-subtitle, .related-entry-card-title span.blog-subtitle, .entry-card-top-item .text span.blog-subtitle {
	display: block;
	margin-bottom: 0.25em;
	font-size: 0.8em;
}
/*個別の投稿の見出し*/
.entry-title span.blog-subtitle {
	display: block;
	margin-bottom: 0.25em;
	font-size: 0.8em;
}
/************************************
** お問い合わせフォーム
************************************/
/*フォームの調整*/
form.wpcf7-form span.required {
	color: #e76e33;
	font-size: 0.75em;
}
form.wpcf7-form span.note {
	display: block;
	margin-left: 1em;
	padding-top: 0.5em;
	color: #666;
	text-indent: -1em;
	font-size: 0.8em;
	line-height: 1.25em;
}
form.wpcf7-form input[type='submit'] {
	width: 25%;
	display: block;
	margin: auto;
	color: #fff;
	text-align: center;
	font-size: inherit;
	background-color: #00693e;
	border: none;
	border-radius: 4px;
}
form.wpcf7-form input[type='submit']:hover {
	opacity: 0.75;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
	form.wpcf7-form input[type='submit'] {
		width: 50%;
	}
}
/*reCAPTCHAの保護マーク*/
.grecaptcha-badge {
	visibility: hidden;
}
p.form-note {
	text-align: center;
	font-size: 0.8em;
}
/************************************
** トップイメージ
************************************/
#top-image {
	display: flex;
	background-color: #fff;
	border-radius: 4px;
}
/*1261px以上*/
@media screen and (min-width: 1261px) {
	#top-image {
		column-gap: 40px;
		width: 1256px;
		margin: 0 auto 20px;
		padding: 40px;
	}
}
/*1024px〜1260px*/
@media screen and (min-width: 1024px) and (max-width: 1260px) {
	#top-image {
		column-gap: 2.5%;
		width: 95%;
		margin: 0 auto 1.25%;
		padding: 2.5%;
	}
}
/*835px〜1023px*/
@media screen and (min-width: 835px) and (max-width: 1023px) {
	#top-image {
		column-gap: 25px;
		margin: 0 25px 25px;
		padding: 25px;
	}
}
/*761px〜834px→２段*/
@media screen and (min-width: 761px) and (max-width: 834px) {
	#top-image {
		column-gap: 15px;
		margin: 0 15px 15px;
		padding: 15px;
	}
}
/*481px〜760px→１段*/
@media screen and (min-width: 481px) and (max-width: 760px) {
	#top-image {
		flex-direction: column;
		row-gap: 90px;
		margin: 0 15px 15px;
		padding: 45px 15px;
	}
}
/*480px以下→スマホ*/
@media screen and (max-width: 480px) {
	#top-image {
		flex-direction: column;
		row-gap: 60px;
		margin: 0 10px 10px;
		padding: 30px 10px;
	}
}
/* ------------------------- */
/* トップイメージ　パート */
#top-image .biofade, #top-image .i-wpc {
	flex: 1;
}
/* トップイメージ　リンク */
#top-image a {
	text-decoration: none;
	transition: opacity 0.1s ease-in-out;
}
#top-image a:hover {
	opacity: 0.7;
	transition: opacity 0.3s ease-in-out;
}
/* ------------------------- */
/* トップイメージ　タイトル　*/
#top-image h2.title {
	position: relative;
	z-index: 1;
	line-height: 0;
}
/* トップイメージ　タイトル　画像　*/
#top-image h2.title img {
	width: 60%;
	min-width: 240px;
}
/*761px以上→２段*/
@media screen and (min-width: 761px) {
	#top-image .i-wpc h2.title {
		text-align: right;
	}
}
/*481px〜760px→１段*/
@media screen and (min-width: 481px) and (max-width: 760px) {
	#top-image h2.title {
		padding: 0 15%;
	}
}
/*480px以下→スマホ*/
@media screen and (max-width: 480px) {
	#top-image h2.title {
		text-align: center;
	}
}
/* ------------------------- */
/* トップイメージ　イメージ */
#top-image .image img {
	display: block;
}
/*761px以上→２段*/
@media screen and (min-width: 761px) {
	#top-image .image {
		margin-top: -7.5%;
	}
}
/*481px〜760px→１段*/
@media screen and (min-width: 481px) and (max-width: 760px) {
	#top-image .image {
		margin-top: -5%;
		padding: 0 10%;
	}
}
/*480px以下→スマホ*/
@media screen and (max-width: 480px) {
	#top-image .image {}
}
/* ------------------------- */
/*　トップイメージ　テキスト */
#top-image .text {
	text-align: center;
	line-height: 1;
	font-feature-settings: "palt";
}
#top-image .text .text01 h3 {
	display: inline-block;
	padding: 0.5em 1em;
	color: #00693e;
	line-height: 1.15em;
	font-weight: bold;
	border: 1px solid #00693e;
	border-radius: 1.65em;
}
#top-image .text .text01::after {
	content: url("images/top-image-triangle.svg");
	display: block;
	width: 12.5%;
	margin: 0.75em auto;
}
#top-image .text .text02 {
	margin-bottom: 1.5em;
}
#top-image .text .text02 p {
	color: #666;
	line-height: 1.15em;
	letter-spacing: 0.05em;
}
#top-image .text .text02 sub {
	font-size: 0.5em;
	line-height: 1;
	vertical-align: baseline;
}
/* ------------------------- */
/*1024px以上*/
@media screen and (min-width: 1024px) {
	#top-image .text .text01 h3 {
		font-size: 20px;
	}
	#top-image .text .text02 p {
		font-size: 27px;
	}
}
/*481px〜1023px*/
@media screen and (min-width: 481px) and (max-width: 1023px) {
	#top-image .text .text01 h3 {
		font-size: 18px;
	}
	#top-image .text .text02 p {
		font-size: 25px;
	}
}
/*480px以下→スマホ*/
@media screen and (max-width: 480px) {
	#top-image .text .text01 h3 {
		font-size: 16px;
	}
	#top-image .text .text02 p {
		font-size: 22px;
	}
}
/* ------------------------- */
/* トップイメージ　テキスト Read More　*/
#top-image .read-more {
	display: inline-block;
	padding: 0.5em 1.5em;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 1em;
}
#top-image .read-more::after {
	content: "";
	display: inline-block;
	width: 0.65em;
	height: 0.65em;
	margin-left: 0.25em;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
}
/*761px以上→２段*/
@media screen and (min-width: 761px) {
	#top-image .read-more {
		font-size: min(1.5vw, 18px);
	}
}
/*481px〜760px→１段*/
@media screen and (min-width: 481px) and (max-width: 760px) {
	#top-image .read-more {
		font-size: 14px;
	}
}
/*480px以下→スマホ*/
@media screen and (max-width: 480px) {
	#top-image .read-more {
		font-size: 12px;
	}
}
/************************************
** トップページの新着情報
list-index-news.php、entry-card-news.php
************************************/
/*新着情報の見出し*/
.title-index-news {
	margin-bottom: 1rem;
	padding: 0.75rem;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	line-height: 1;
	background: none var(--cocoon-tab-label-active-color);
	border: 1px solid var(--cocoon-tab-label-active-color);
	border-radius: 4px;
}
/* １つ目のエントリーカード */
.entry-card-first {
	margin-bottom: 2.5rem;
}
.entry-card-first .a-wrap {
	padding: 0;
}
/*580px以下*/
@media screen and (max-width: 580px) {
	.entry-card-first .entry-card-thumb {
		width: 48.5%;
	}
	.entry-card-first .entry-card-content {
		margin-left: 51.5%;
	}
}
/*480px以下*/
@media screen and (max-width: 480px) {
	.entry-card-first .entry-card-snippet {
		display: -webkit-box;
	}
}
/* エントリーカード　コンテナ */
.entry-card-top-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
}
/*580px以下*/
@media screen and (max-width: 580px) {
	.entry-card-top-container {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}
}
/* エントリーカード　アイテム */
.entry-card-top-item {
	border: 1px solid #eee;
}
/* リンク */
.entry-card-top-item a {
	display: block;
	height: 100%;
	color: var(--cocoon-text-color);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.entry-card-top-item a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--cocoon-text-color);
	background-color: #f5f8fa;
}
/* カード */
.entry-card-top-item article {
	position: relative;
	height: 100%;
	padding-bottom: 2rem;
}
/* 画像 */
.entry-card-top-item .thumbnail {
	position: relative;
	border-bottom: 1px solid #eee;
}
.entry-card-top-item .thumbnail img {
	display: block;
	aspect-ratio: 16/9;
	object-fit: cover;
}
.entry-card-top-item .thumbnail .category {
	position: absolute;
	top: 0.3em;
	left: 0.3em;
	border: 1px solid #eee;
	font-size: 11px;
	color: var(--cocoon-white-color);
	background-color: rgba(51, 51, 51, 0.7);
	padding: 1px 5px;
	max-width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* テキスト */
.entry-card-top-item .text {
	padding: 0.5rem 0.5rem 0;
}
.entry-card-top-item .text h2 {
	margin-bottom: 0.5rem;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.15;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* 投稿日 */
.entry-card-top-item .entry-card-info {
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
	/*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
	/*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
	/*必要ならばここにコードを書く*/
}