@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.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* ▽ css reset ▽ */
.article h2,
.article h3 {
	margin-bottom: 0;
	padding: 0;
	border:none;
	color: #222;
	background-color: transparent;
}
.article ul,
.article ol {
	padding-left: 0;
}
.article ul li,
.article ol li {
	margin: 0;
	list-style-type: none;
}
.article dl dd {
	margin-left: 0;
}
.entry-content>* {
	margin-bottom: 0;
}
/* △　css reset △ */
/* ▼ リンク色指定 ▼ */
a {
	color: #222;
	text-decoration: none;
}
a:link,
a:visited {
	color: #222;
}
a:hover,
a:active {
	color: #a0a0a0;
}
/* ▲ リンク色指定 ▲ */
/* ▼ コンテンツ左右の空きリセット ▼ */
.main {
	padding-left: 0;
	padding-right: 0;
}
/* ▲ コンテンツ左右の空きリセット ▲ */
/* ▼ ヘッダーとコンテンツ間の空きを消す ▼ */
.no-sidebar .content .main {
	border-top: 0;
}
.content {
	margin-top: 0;
}
.entry-content {
	margin-top: 0;
}
.main {
	padding-top: 0;
}
.date-tags {
	display: none;
}
/* ▲ ヘッダーとコンテンツ間の空きを消す ▲ */
/* ▼ タブレット左右の空き消す ▼ */
@media screen and (max-width: 834px) {
	main.main,
	div.sidebar {
		padding: 0;
		margin: 0;
		border-width: 0;
	}
}
/* ▲ タブレット左右の空き消す ▲ */
/* ▼ サイトロゴ上下に空き ▼ */
.header {
	padding: 7px 0;
}
/* ▲ サイトロゴ上下に空き ▲ */
/* ▼ 見出し ▼ */
.article h2.st_general,
.article h3.st_general,
.article h4.st_general,
.article h2.st_top {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1.5;
}
.article h2.st_general {
	margin-bottom: 30px;
	color: #275591;
	font-size: 36px;
	text-align: center;
}
.article h3.st_general {
	margin-bottom: 20px;
	font-size: 32px;
	text-align: center;
}
.article h4.st_general {
	margin: 2em 0 0.5em;
	padding: 0 0 7px 0;
	font-size: 24px;
	border-bottom: #275591 1px solid;
}
.article h2.st_top {
	padding-bottom: 40px;
	font-size: 32px;
	text-align: center;
}
@media (max-width: 768px) {
	.article h2.st_general,
	.article h3.st_general,
	.article h4.st_general,
	.article h2.st_top {
		font-weight: 600;
	}
}
/* タブレット大 */
@media (min-width: 481px) and (max-width: 1023px) {
	.article h2.st_general {
		font-size: 32px;
	}
	.article h3.st_general {
		font-size: 28px;
	}
	.article h4.st_general {
		font-size: 22px;
	}
	.article h2.st_top {
		font-size: 28px;
		text-align: center;
	}
}
/* スマホ */
@media (max-width: 480px) {
	.article h2.st_general {
		font-size: 28px;
	}
	.article h3.st_general {
		font-size: 24px;
	}
	.article h4.st_general {
		font-size: 18px;
	}
	.article h2.st_top {
		padding-bottom: 10px;
		font-size: 24px;
		text-align: center;
	}
}
/* ▲ 見出し ▲ */
/* ▼ タイトル-第2階層 ▼ */
#title_wrap {
	margin: 0 auto;
	width: 100%;
	min-height: 240px;
	height: auto;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#title_wrap h1 {
	font-family: "Noto Serif JP", serif;
	color: #275591;
	font-weight: 600;
	/* 最小 20px、理想値 6vw、最大 44px */
	font-size: clamp(20px, 6vw, 44px);
	line-height: 1.4;
	text-align: center;
	text-shadow: 2px 2px 10px #fff,
-2px 2px 10px #fff,
2px -2px 10px #fff,
-2px -2px 10px #fff;
}
#title_wrap h1 span {
	margin-top: 10px;
	display: block;
	/* 最小 13px、理想値 4vw、最大 32px */
	font-size: clamp(13px, 4vw, 32px);
	color: #555555;
}
/* SP */
@media (max-width: 767px) {
	#title_wrap {
		min-height: 90px;
		background-size: contain;
	}
}
@media (max-width: 480px) {
	#title_wrap {
		min-height: 260px;
		height: auto;
		background-position: center;
		background-size: cover;
	}
	#title_wrap h1 {
	/* 最小 28px、理想値 8vw、最大 50px */
	font-size: clamp(28px, 8vw, 50px);
	}
	#title_wrap h1 span {
		margin-top: 0;
		display: block;
		font-size: 7vw;
	}
}
/* ▲ タイトル-第2階層 ▲ */
/* ▼ 矢印 ▼ */
.viewmore {
	margin-top: 15px;
	padding-right: 30px;
	text-align: right;
	font-size: 0.8125rem;
}
.arrow {
	display: inline-flex;
	color: #222;
}
.arrow::after {
	content: '';
	width: 24px;
	height: 8px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	transform: skew(45deg);
	color: #222;
}
a:hover span.arrow,
a:hover span.arrow::after {
	color: #a0a0a0;
}
a span.arrow {
	transition: all 0.5s;
}
a:hover span.arrow {
	transform: translate(5px,0);
}
/* ▲ 矢印 ▲ */
/* ▼ デフォルトのH1非表示 ▼ */
.entry-title {
	display: none;
}
/* ▲ デフォルトのH1非表示 ▲ */
/* ▼ 投稿日を非表示にする ▼ */
.post-date,
.admin-pv{
	display: none;
}
/* ▲ 投稿日を非表示にする ▲ */
/* ▼ コンテンツ横幅 ▼ */
.article .wrap_content {
	margin: 80px auto 0;
	width: 920px;
}
/* タブレット大 */
@media (min-width: 481px) and (max-width: 1023px) {
	.article .wrap_content {
		width: 80%;
	}
}
/* スマホ */
@media (max-width: 480px) {
	.article .wrap_content {
		margin-top: 50px;
		width: 84%;
	}
}
/* ▲ コンテンツ横幅 ▲ */
/* ▼ 投稿コンテンツ横幅 ▼ */
.article.post {
	margin: 0 auto;
	width: 920px;
}
@media screen and (max-width: 959px) {
/* 959px以下に適用されるCSS（タブレット用） */
	.article.post {
		width: 90%;
	}
}
/* ▲ 投稿コンテンツ横幅 ▲ */
/* ▼ PC ヘッダーナビ影 ▼ */
#header-container {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
/* ▲ PC ヘッダーナビ影 ▲ */
/* ▼ ヘッダー追随リンク修正 ▼ */
.col_partner {
	scroll-margin-top: 80px;
}
/* ▲ ヘッダー追随リンク修正 ▲ */
/* ▼ 背景色 ▼ */
.bgc_01 {
	background-color: #c8d0dd;
}
/* ▲ 背景色 ▲ */
/* ▼ top コンテンツ上下空き ▼ */
.top_content {
	padding: 0 0 30px;
}
/* ▲ top コンテンツ上下空き ▲ */
/************************************
** 創の理念
************************************/
/* ▼ 5つの機能の共同化 ▼ */
#wrap_philos_5functions {
	margin: 0 auto;
	width: 560px;
}
#wrap_philos_5functions img {
	width: 100%;
}
/* タブレット */
@media (max-width: 767px) {
	#wrap_philos_5functions {
		width: 80%;
	}
}
/* スマホ */
@media (max-width: 480px) {
	#wrap_philos_5functions {
		width: 96%;
	}
}
/* ▲ 5つの機能の共同化 ▲ */
/* ===============================================
	トピックス｜ニュースリリース頁
=================================================*/
/* ▼ News Release ▼ */
.article .eye-catch-wrap {
	margin-top: 50px;
	margin-bottom: 30px;
}
.article .nr-date {
	margin: 15px 0;
	text-align: right;
	font-size: 14px;
}
.article ul.release {
	padding-left: 0;
	border-top: 1px solid #acacac;
}
.article ul.release li {
	padding: 5px 0;
	border-bottom: 1px solid #acacac;
	list-style: none;
}
.article ul.release li .type {
	margin: 0.2rem 0.5rem 0.5rem;
	padding: 0.1rem 0.3rem;
	font-size: 8px;
	border: solid 1px #acacac;
	display: inline-block;
	vertical-align: middle;
	background-color: #e5e8ec;
}
.article ul.release li a {
	text-decoration: none;
}
.article ul.release li a:hover {
	color: #a0a0a0;
}
@media (max-width: 767px) { 
	.article .eye-catch-wrap {
		margin-top: 20px;
	}
}
/* ▲ News Release ▲ */
/* ===============================================
	改行位置切り替え
=================================================*/
br.br-pc {
	display: inline;
}
br.br-tab {
	display: none;
}
br.br-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	br.br-pc {
		display: none;
	}
	br.br-tab {
		display: inline;
	}
}
@media screen and (max-width: 480px) {
	br.br-sp {
		display: inline;
	}
}
/************************************
** グローバルメニュー　
************************************/
/* ▼ 文字数制限を解除 ▼ */
.navi .item-label,
.navi .item-description {
  text-overflow: clip;
}
/* ▲ 文字数制限を解除 ▲ */
/* ▼ お問い合わせボタン ▼ */
.navi-in > ul {
	align-items: center;
}
/* 1. まず、親の ul が横並びになっている設定を考慮しつつ、liを調整 */
.navi-in > ul li#menu-item-30 {
	display: flex !important;         /* 強制的にFlexにする */
	align-items: center !important;   /* 縦方向中央 */
	justify-content: center !important; /* 横方向中央（必要なら） */
	height: 100%;                     /* liの高さを親の高さに合わせる */
}
/* 2. ボタン(aタグ)の設定 */
.navi-in ul li#menu-item-30 a {
	display: flex !important;         /* 中身を中央にするためFlex化 */
	align-items: center !important;   /* 縦中央 */
	justify-content: center !important; /* 横中央 */
	width: 9em;
	height: 36px;                     /* 高さを固定 */
	border-radius: 18px;
	background-color: #52627b;
	text-decoration: none;
	transition: background-color 0.3s;
	/* 余白や行間をリセット */
	padding: 0 1rem !important;
	line-height: 1 !important;
	box-sizing: border-box;           /* パディングを含めてサイズ計算 */
}
/* 3. ラベル（文字）の調整 */
.navi-in ul li#menu-item-30 .item-label {
	color: #ffffff;
	white-space: nowrap;              /* 折り返し防止 */
}
.navi-in ul li#menu-item-30 a:hover {
	background-color: #a6b4c9;
}
/* ▲ お問い合わせボタン ▲ */
