@charset "UTF-8";
/* lower.css */

/* -------- heading -------- */
h2.column_title {
	font-size: 35px;
	font-size: min(3.901vw,35px);
	line-height: 1;
}
h2.column_title .heading_blue {
	font-size: 18px;
	display: inline-block;
}
h3 {
	font-size: 32px;
	font-size: min(3.121vw,32px);
}
h2,
h3 {
	font-family: heisei-kaku-gothic-std, sans-serif !important;
}


/* ----- ボーダー(青/白) ----- */
.border_deco {
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	background-color: #c9c9c9;
}
.border_deco:before {
	content: "";
	width:  20%;
	height: 1px;
	max-width: 190px;
	display: block;
	position: absolute;
	top:  0;
	left: 0;
	background-color: #1f5ba3;
}

/* ----- MV ----- */
#mv {
	text-align: center;
	position: relative;
}
#mv h1 {
	width: 100%;
	font-size: 4.167vw;
	font-size: max(40px,4.167vw);
	letter-spacing: .1em;
	line-height: 1.25em;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ----- サイドバー ----- */
.maincont-side_wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
/* メインコンテンツ幅 */
.maincont-side_wrap .maincont_wrap {
	width: calc(100% - 300px);
	width: calc(100% - min(65%,300px));
}
/* サイドバー幅 */
.side {
	width: 35%;
	max-width: 300px;
	margin-left: 45px;
}
.side-archives li {
	height: auto;
}
/* サイドバー タグ&テキスト */
.side-pages,
.side-category,
.side-archives,
.side-tags     {
	margin-bottom: 50px;
}
.side h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.side-tags h2 {
	letter-spacing: .1em;
}
a.icon-tag {
	font-size: 12px;
}
/* サイドバナー */
.side_banner .img_banner {
	width:  100%;
	height: 100%;
	display: inline-block;
}
.side_banner .img_banner:not(:first-of-type) {
	margin-top: 20px;
}

/* ----- 記事ページ共通 ----- */
.news-list {
	position: inherit;
	margin:  0;
	padding: 0;
	border: none;
}
.news-list a {

}
.maincont_wrap .news-list:not(:first-of-type):before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	margin-top:    50px;
	margin-bottom: 50px;
	background-color: #c8c8c8;
}
h3.title,
.news-contents h4 a {
	font-size: 21px;
	line-height: 1.7em;
}
.update-ymd {
	font-size: 14px;
	font-family: heisei-kaku-gothic-std, sans-serif;
	margin-bottom: 20px;
	color: #1f5ba3;
}
p,
p a,
.news-contents p {
	line-height: 1.7em;
}
/* pagenation */
ul.pagination li {
	width:  45px;
	height: 45px;
	margin:  0;
	margin-right:  5px;
	margin-bottom: 5px;
	padding: 0;
}
ul.pagination li a {
	width:  100%;
	height: 100%;
	font-size: 16px;
	font-family: heisei-kaku-gothic-std, sans-serif !important;
	line-height: 1 !important;
	margin:  0;
	padding: 0;
}
ul.pagination li.previous img,
ul.pagination li.first img,
ul.pagination li.next img,
ul.pagination li.last img  {
	width:  1.25em;
	height: 1.25em;
}
/* タグ */
ul.news-info {
	margin-bottom: 7px;
}
.icon-cat {
	width:  auto;
	height: auto;
}
.icon-cat a {
	padding-left:  10px;
	padding-right: 10px;
}


/* ----- 下層 アーカイブ(一覧)共通 ----- */
.news-img {
	height: 12vw;
	min-height: 150px;
	max-height: 170px;
	margin-right: 25px;
	border: none;
}
.news-img a {
	width:  100%;
	height: 100%;
	display: inline-block;
}
.news-img img {
	height: 100%;
}

#sec_archive .wrap,
#sec_article .wrap {
	max-width: 1100px;
}


#sec_archive .update-ymd {
	font-size: 18px;
	line-height: 1;
	letter-spacing: .05em;
	margin-right:  10px;
	margin-bottom: 15px;
}
#sec_archive .update-ymd a {
	font-size: 18px;
	line-height: 1;
	letter-spacing: .05em;
}
#sec_archive .news-img {
	width: 36%;
	min-width: 220px;
	object-position: center;
}
#sec_archive .news-contents {
	width: 71%;
}
#sec_archive h3.title,
#sec_archive h3.title a {
	font-size: 21px;
	font-size: min(2vw,21px);
	line-height: 1.7em;
}
#sec_archive p.lead,
#sec_archive p.lead a {
	line-height: 1.7em;
}
p.lead {
	font-size: initial;
}
/* 個々のニュースのタグ */
#sec_archive .icon-cat,
#sec_article .icon-cat {
	background-color: #006ec3;
	background-color: #d24d84;
}
ul.news-info li {
	margin: 0 10px 0 0;
}
ul.news-info li .event-status {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: .05em;
	color: #959595;
}
a.icon-tag:hover {
	color: #7ba4a8;
}
.icon-cat a {
	letter-spacing: .05em;
}


/* ----- link-box ----- */
.corner-index ul:after {
	content: "";
	width: calc(100% / 3 - 20px);
	display: block;
}
.corner-index li {
	height: auto;
	min-height: 97px;
}
li.link-box,
li.link-box:hover {
	border-bottom: none;
}
li.link-box {
	border-radius: 10px;
}
li.link-box:after {
	margin-right: 10px;
	background-image: url(../../img/common/right_arrow.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
li.link-box a {
	font-size: 16px;
	font-size: min(1.821vw,16px);
	line-height: 1.5em;
	padding: 10px 50px 10px 20px;
}
.side li.link-box a {
	font-size: 14px;
}
.side li.link-box:after {
	width: 8px;
	height: 16px;
	margin-right: 5px;
}


/* ----- 求人情報 ----- */
#sec_archive .table_wrap {
	padding-bottom: 10px;
}
#sec_archive table {
	width: 100%;
	min-width: 600px;
}

#sec_archive tr,
#sec_archive th,
#sec_archive td {
	border: 1px solid #c8c8c8;
}
#sec_archive th,
#sec_archive td {
	padding: 5px 10px;
}
#sec_archive thead th:first-of-type,
#sec_archive thead th:nth-of-type(2) {
	width: calc(5.5em + 20px);
}
#sec_archive th,
#sec_archive td,
#sec_archive td a {
	font-size: 16px;
}

/* ----- よくあるご質問 ----- */
#sec_faq .uk-open>.uk-accordion-title::before,
#sec_faq .uk-accordion-title::before {
	content: none;
}
#sec_faq .uk-open> .faq-title:after {
	transform: rotate(180deg);
}

#sec_faq .faq-answer {
	width: 100%;
	margin-top: 0;
	display: inline-block;
}

/* ----- コーナー扉共通 ----- */
#sec_corner .wrap {
	max-width: 1000px;
}

/* ----- 記事詳細ページ 共通 ----- */
/* 見出し */
#sec_article .maincont_wrap h2 {
	font-size: min(3vw,30px);
	letter-spacing: .05em;
	margin-bottom: 20px;
}

#sec_article .maincont_wrap h3 {
	font-size: 26px;
	font-size: min(2.6vw,26px);
	position: relative;
	margin: 50px 0 20px;
	padding-left: 20px;
}
#sec_article .maincont_wrap h3:before {
	content: "";
	width: 6px;
	height: 90%;
	position: absolute;
	top:  2px;
	left: 0px;
	border-radius: 0;
	background: #808080;
}
#sec_article .maincont_wrap h4 {
	font-size: 20px !important;
	margin: 40px 0 20px;
	color: #808080;
}
#sec_article .maincont_wrap h5 {
	font-size: 16px;
}

#sec_article .maincont_wrap h2 a,
#sec_article .maincont_wrap h3 a,
#sec_article .maincont_wrap h4 a,
#sec_article .maincont_wrap h5 a {
	font-size: 1em;
}
#sec_article .update-ymd span {
	font-size: 14px;
}
strong, em {
	background: linear-gradient(transparent 70%, rgba(0,110,195,.5) 0%);
}
em {
	color: #000;
}
p.note {
	font-size: 12px;
}

/* 記事 */
#sec_article article,
#sec_article .column-article,
#sec_article .interview-article {
	max-width: 100%;
	overflow-x: hidden;
}
#sec_article article {
	max-width: 100%;
}
#sec_article article p {
	margin-bottom: 2rem;
}
/* 記事 吹き出し */
#sec_article .fukidashi {
	width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}
#sec_article .maincont_wrap img {
	max-width: 500px;
}
#sec_article .faceicon {
	width: 50px;
	min-width: 50px;
	float: left;
    margin-right: -90px;
}
#sec_article .says {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 75px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe;
}
#sec_article .says:after {
	content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}
#sec_article .chatting {
	width: 100%;
}

#sec_article .maincont_wrap img.alignright {
	width: auto;
	max-width:  300px;
	margin-left: 20px;
}
#sec_article .maincont_wrap img.alignleft {
	width: 100%;
	max-width: 100%;
	float: inherit;
}

#sec_article a.btn {
	font-size: 18px;
}
.wp-caption-text {
	font-size: 14px;
	margin-top: .5em;
}
.wp-caption-text a {
	font-size: 14px;
}

#sec_archive .maincont_wrap article a,
#sec_article .maincont_wrap article a {
	word-break: break-all;
}
#sec_article .maincont_wrap article {
	font-size: 16px;
}
#sec_article .maincont_wrap article a {
	border-bottom: dotted 1px #000;
}
#sec_article .maincont_wrap .addtoany_share_save_container a {
	border-bottom: none;
}

/* ol ul */
#sec_article article ol {
	counter-reset: ol-counter;
}

#sec_article article ul li,
#sec_article article ol li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

#sec_article article ul li:before {
	margin-right: 0.5em;
	content: "trip_origin";
	font-size: 1em;
	font-family: "Material Icons";
	color: #7ba4a8;
	vertical-align: bottom;
}
#sec_article article ol li:before {
	display: block;
	float: left;
	counter-increment: ol-counter;
	content: counter(ol-counter)'.';
	padding-right: 1.2rem;
	font-weight: 700;
}

/* 固定ページ内のFaQ */
#sec_article article dl.qa {
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-top: 32px;
}
#sec_article article dl.qa dt:first-letter,
#sec_article article dl.qa dd:first-letter {
	font-size: 1.3rem;
	margin-right: .7rem;
	font-weight: bold;
	color: #808080;
}
#sec_article article dl.qa dt,
#sec_article article dl.qa dd {
	font-weight: normal;
	padding-left: 2rem;
	text-indent: -2rem;
}
#sec_article article dl.qa dt {
	margin-bottom: 16px;
}
#sec_article article dl.qa dd {
	margin-bottom:  24px;
	padding-bottom: 24px;
	border-bottom: solid 1px #dddede;
}



/* prev next__arroow */
#sec_article .page-nav-prev a,
#sec_article .page-nav-next a {
	display: flex;
	align-items: center;
}
#sec_article .page-nav-prev a {
	justify-content: flex-start;
}
#sec_article .page-nav-next a {
	justify-content: flex-end;
}
#sec_article .page-nav-prev img,
#sec_article .page-nav-next img {
	width: 15px !important;
}
/* Interview 前次 */
.pagesprit span.pg,
.post-page-numbers,
.post-page-numbers span {
	font-family: heisei-kaku-gothic-std, sans-serif !important;
}
.pagesprit span.pg,
.pagesprit span.pagesprit-numbers {
	font-size: 16px;
}
.page-nav a:hover {
	outline: none;
}

/* 外部リンク */
article a[target="_blank"]:after {
	content: "open_in_new";
	font-family: 'Material Icons';
	line-height: 1.3em;
	margin-left: 4px;
	vertical-align: text-top;
	color: #7ba4a8;
}
.addtoany_share_save_container a[target="_blank"]:after,
#sec_article a.btn:after {
	content: none;
}
#sec_article a.btn  {
	font-size: 14px;
	letter-spacing: .05em;
	padding: 0 10px;
}

/* 注釈(Column参照) */
#sec_article .column-article .says {
	position: inherit;
}
#sec_article .footnote_plugin_tooltip_text {
	color: #808080;
}
}
#sec_article .column-article .footnote_tooltip a,
#sec_article .footnote_url_wrap {
	font-size: 13px;
}
/* キャプション幅処理 */
.wp-caption.alignnone,
.wp-caption.alignright {
	width: 100% !important;
}
/* 脚注 */
.footnotes_table {
	margin: 20px 0;
}

/* table */
#sec_article table {
	width: 100%;
	border: solid 1px #dddede;
	margin-bottom: 10px;
}
#sec_article tr,
#sec_article th,
#sec_article td {
	border: solid 1px #dddede;
}
#sec_article th {
	color: #fff;
	background-color: #808080;
}
section th,
section td  {
	font-size: 16px;
	padding: 10px !important;
}
section tr:nth-child(odd) td {
	background-color: #fbf5ea;
}
section th a {
	display: table-cell;
}
.footnotes_table th, .footnotes_table td {
	padding: 10px !important;
}
.footnote_plugin_text,
.footnote_plugin_text a {
	font-size: 14px !important;
}
.page_article img {
	width: auto;
}

/* ----- ↓ archive カテゴリータグの色調整 ----- */
/* 募集 */
#sec_archive .archive-card_attract .icon-cat,
#sec_article .archive-card_attract .icon-cat {
	background-color: #006ec3;
}
/* イベント */
#sec_archive .archive-card_events .icon-cat,
#sec_article .archive-card_events .icon-cat {
	background-color: #e9b44a;
}

/* 活動報告 */
#sec_archive .archive-card_report .icon-cat,
#sec_article .archive-card_report .icon-cat {
	background-color: #25aba5;
}

/* お知らせ */
#sec_archive .archive-card_information .icon-cat,
#sec_article .archive-card_information .icon-cat {
	background-color: #e0734d;
}




/* ----- ↑ archive カテゴリータグの色調整 ----- */



@media screen and (max-width:1000px) {
	#sec_archive .news-list {
		display: inline-block;
	}
	#sec_archive .news-img,
	#sec_archive .news-contents {
		width: 100%;
		min-height: 100%;
		max-height: 100%;
	}
	#sec_archive .news-img {
		width: 80%;
		height: 30vw;
		min-height: 160px;
		max-height: 340px;
		margin-left:  auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	#sec_archive .news-img img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	#sec_archive h3.title,
	#sec_archive h3.title a {
		font-size: 21px;
	}
}



@media screen and (max-width:768px) {
	/* -------- heading -------- */
	h2.lower_title {
		font-size: 21px;
		line-height: 1.5em;
	}
	h2.column_title {
		font-size: 20px;
	}
	h2.column_title .heading_blue {
		font-size: 14px;
		margin-top: 10px;
	}
	h3 {
		font-size: 16px;
	}

	/* ----- header ----- */
	.header_wrap {
		height: 100px;
	}

	/* ----- MV ----- */
	#mv_wrap {
		padding-top: 100px;
		padding-top: min(30vw,120px);
	}
	#mv h1 {
		font-size: 6vw;
		font-size: max(24px,6vw);
		letter-spacing: .1em;
		margin-bottom: 10px;
	}


	/* ----- サイドバー ----- */
	.maincont-side_wrap {
		flex-wrap: wrap;
	}
	/* メインコンテンツ幅&サイドバー幅 */
	.maincont-side_wrap .maincont_wrap,
	.maincont-side_wrap .side {
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.side {
		margin-top: 50px;
		margin-left: 0;
	}
	.side-pages,
	.side-category,
	.side-archives,
	.side-tags     {
		margin-bottom: 30px;
	}
	.side-tags {
		margin-bottom: 0;
	}
	.side .side_banner {
		display: none;
	}

	/* ----- 記事ページ共通 ----- */
	.news-contents h4 a {
		font-size: 16px;
		line-height: 1.7em;
	}
	.maincont_wrap .news-list:not(:first-of-type):before {
		margin-top:    30px;
		margin-bottom: 30px;
	}
	.maincont_wrap .news-list:last-of-type:after {
		content: "";
		width: 100%;
		height: 1px;
		display: block;
		margin-top: 20px;
		background-color: #c8c8c8;
	}
	.update-ymd {
		margin-bottom: 20px;
	}
	#sec_article .update-ymd {
		margin-right: 10px;
	}
	/* pagination */
	ul.pagination {
		margin-top: 30px;
	}
	ul.pagination li {
		width:  40px;
		height: 40px;
	}
	/* タグ */
	.news-contents,
	ul.news-info   {
		justify-content: flex-start;
	}

	/* ----- アーカイブ共通 ----- */
	#sec_archive .news-img {
		height: 45vw;
		margin-bottom: 20px;
	}
	#sec_archive h3.title,
	#sec_archive h3.title a {
		font-size: 16px;
	}

	/* ----- link-box ----- */
	.corner-index li {
		height: auto;
		min-height: auto;
	}
	li.link-box a {
		font-size: 16px;
		line-height: 1.7em;
	}

	/* ----- 記事詳細ページ 共通 ----- */
	/* 見出し */
	#sec_article .maincont_wrap h2 {
		font-size: 25px;
	}

	#sec_article .maincont_wrap h3 {
		font-size: 20px;
		letter-spacing: .05em;
		position: relative;
		margin: 50px 0 20px;
		padding-left: 20px;
	}
	#sec_article .maincont_wrap h3:before {
		content: "";
		width: 6px;
		height: 90%;
		position: absolute;
		top:  2px;
		left: 0px;
		border-radius: 0;
		background: #808080;
	}
	#sec_article .maincont_wrap h4 {
		font-size: 18px !important;
	}
	/* 記事 */
	#sec_article article.interview-article p {
		margin-bottom: 40px;
	}
	#sec_article .maincont_wrap img {
		width: 100%;
		max-width: 400px;
	}
	#sec_article .maincont_wrap img.alignright {
		width: 100%;
		display: block;
		margin-left:  auto;
		margin-right: auto;
		float: inherit;
	}
	.alignright {
		float: inherit;
		margin: 0;
	}
	/* 外部リンク */
	#sec_article a.btn  {
		height: auto;
		font-size: 12px;
		letter-spacing: .05em;
	}
	#sec_article a.btn {
		margin-top: 10px;
	}




}