@charset "utf-8";
/*
Theme Name: HYAKUSHO
Theme URI: null
Description: Description
Author: 81bridge - LXT
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1320px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width:896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	z-index: 999;
}
#gHeader .headerBox {
	margin: 0 auto;
	max-width: 136.6rem;
	width: calc(100% - 2rem);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gHeader h1 {
	margin: 0 2rem;
	width: 19.7rem;
}
#gHeader  .navUl {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 4.8rem;
}
#gHeader .navUl a {
	display: block;
	font-weight: 400;
	font-feature-settings: "palt";
}
#gHeader .mailBtn a {
	width: 8rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0071c5;
}
#gHeader .mailBtn a img {
	width: 2.7rem;
}
@media all and (min-width:897px) {
	#gHeader .mailBtn a:hover,
	#gHeader .navUl a:hover {
		opacity: 0.7;
	}
	#gHeader {
		height: 8rem;
	}
	#gHeader .mailBtn {
		height: 100%;
	}
}
@media (min-width:897px)  and (max-width:1485px) {
	#gHeader .headerBox {
		margin-right: 2rem;
	}
	#gHeader .navUl {
		gap: 3.232vw;
	}
	#gHeader.topHeader .headerBox {
		margin-right: 1.347vw;
		/* width: auto; */
	}
	#gHeader.topHeader h1 {
		margin: 0 1.347vw;
		width: 13.266vw;
	}
	#gHeader.topHeader .navUl a {
		font-size: min(1.6rem, 1.3vw);
	}
	#gHeader.topHeader .mailBtn a {
		width: 5.387vw;
	}
	#gHeader.topHeader .mailBtn a img {
		width: 1.818vw;
	}
}
@media all and (max-width:896px) {
	#gHeader {
		background: none;
		position: absolute !important;
	}
	#gHeader .headerBox {
		padding: 1.1rem 1rem;
	}
	#gHeader h1 {
		margin: 0;
		width: 11.2rem;
	}
	#gNavi {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #0071C5;
		z-index: 999;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	#gNavi .navUl {
		padding: 6.9rem 2rem 12.6rem;
		width: 100%;
		display: block;
		text-align: center;
	}
	#gNavi .navUl li {
		width: 100%;
	}
	#gNavi .navUl li + li {
		margin-top: 4rem;
	}
	#gNavi .navUl a {
		color: #fff;
		font-size: 1.6rem;
		font-feature-settings: normal;
	}
	.fixedList {
		display: flex;
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 999;
	}
	.fixedList li {
		width: calc(100% / 2);
		background: #fff;	
		border: 1px solid #a7cbf8;
		border-left: none;
		border-bottom: none;
	}
	.fixedList li:last-child {
		border-right: none;
	}
	.fixedList li .inner {
		height: 6rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0.3rem;
	}
	.fixedList li .text {
		font-weight: 500;
		font-size: 1rem;
		color: #0071c5;
	}
	.fixedList li .inner img {
		width: 2.5rem;
	}
	#gHeader .mailBtn a {
		width: 100%;
		height: 6rem;
	}
	.menu {
		padding-bottom: 0.9rem;
		position: relative;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		cursor: pointer;
	}
	.menu .line {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 1.5rem;
		width: 1.2rem;
		height: 1px;
		background: #0071C5;
		transition: all .4s;
	}
	.menu .line:nth-child(2) {
		top: 2.1rem;
	}
	.menu .line:nth-child(3) {
		top: 2.7rem;
	}
	.menu.on .line:nth-of-type(1) {
		width: 1.5rem;
		transform: translate(-50%,1rem) rotate(-45deg);
	}
	.menu.on .line:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on .line:nth-of-type(3) {
		transform: translate(-50%, -0.2rem) rotate(45deg);
        width: 1.5rem;
	}
	.menu .text {
		margin-top: 0.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	color: #fff;
	background-color: #333;
}
#gFooter .footerBox {
	padding: 5.3rem 12.6rem 7.9rem 6.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gFooter a {
	color: #fff;
}
#gFooter address {
	padding: 1rem 2rem 2.9rem;
	border-top: 1px solid #e0e0e0;
	font-size: 1.2rem;
	text-align: center;
	font-family: "Century Gothic", "Arial", "Helvetica Neue", sans-serif;
}
#gFooter .logo {
	margin-bottom: 1.5rem;
}
#gFooter .logo a {
	display: block;
	width: 22.6rem;
}
#gFooter .logoBox {
	margin-top: 1.4rem;
	font-weight: 500;
	font-size: 1.2rem;
}
#gFooter .fNavi {
	width: 34rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gFooter .fNavi li {
	width: 14rem;
}
#gFooter .fNavi li:nth-child(2n) {
	width: 8.4rem;
}
#gFooter .fNavi a {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.428;
}
@media all and (min-width:897px) {
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width:896px) {
	#gFooter {
		padding-bottom: 6rem;
	}
	#gFooter address {
		padding-bottom: 0.9rem;
	}
	#gFooter .footerBox {
		padding: 4rem 2rem 7.9rem;
	}
	#gFooter .logoBox {
		margin: 0 auto;
		width: fit-content;
		font-size: 1.2rem;
	}
	#gFooter .logo {
		margin: 0 auto 3rem;
		width: fit-content;
	}
	#gFooter .logo a {
		width: 19.5rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: calc(100% - 4rem);
	max-width: 128rem;
}
.mincho {
	font-family: "Shippori Mincho", serif;
}
@media all and (max-width:896px) {
	.content {
		width: calc(100% - 3.8rem);
	}
}
.loading {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	transition: 1000ms;
}
.loading.hide {
	opacity: 0;
	pointer-events: none;
}
.loading img {
	width: 39.3rem;
}
@media all and (max-width:896px) {
	.loading img {
		width: 15rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container.top {
    opacity: 0;
    transition: 0.3s;
}
#container.show {
    opacity: 1;
}
#index {
	background: #E7ECEE;
	overflow: hidden;
}
#index .fvBox {
	display: flex;
}
#index .fvBox .text {
	width: 8rem;
	padding: 1rem 0 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E7ECEE;
}
#index .fvBox .text img {
	width:auto;
	height: min(85.022vh,57.9rem);
	max-height: 100%;
}
#index .fvBox .image {
	margin-right: -1px;
	flex: 1;
	height: 100%;
}
#index .fvBox .image video,
#index .fvBox .image img {
	width: 100%;
	height: 94%;
	object-fit: cover;
	display: block;
}
#index .mainVisual {
	padding: 14.3rem 0 10.4rem;
}
#index .mainVisual p {
	margin-bottom: 3.8rem;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 2.111;
	font-feature-settings: "palt";
}
#index .mainVisual p:last-child {
	margin-bottom: 0;
}
#index .mainVisual .titleBox {
	display: flex;
	justify-content: space-between;
	gap: 13.2rem;
}
#index .mainVisual .heading {
	margin: 0.3rem 0.3rem;
	width: 54.2rem;
}
#index .mainVisual .textBox {
	flex: 1;
}
#index .headLine {
	margin-bottom: 5.7rem;
	width: auto;
	height: 9.9rem;
}
#index .headLine img {
	width: auto !important;
	height: 100%;
}
#index .business {
	padding: 13.5rem 0 20.8rem;
	background: #fff;
}
#index .business .heading {
	margin: 9.2rem 0 4.5rem;
	width: 64.3rem;
	font-feature-settings: "palt";
}
#index .business p {
	line-height: 2.187;
}
#index .business .textBox p {
	max-width: 43rem;
	position: relative;
	z-index: 2;
}
#index .business .textList p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.666;
	color: #333;
	position: relative;
	z-index: 2;
}
#index .business .textList .item01 {
	right: -29%;
	top: -18.2%;
}
#index .business .textList .item02 {
	left: -30%;
	top: 46.9%;
}
#index .business .textList .item03 {
	left: 78%;
	bottom: 1%;
}
#index .business .imgBox {
	padding: 0rem 1rem 0.8rem 0;
	margin: -14rem auto 0;
	width: 77.3rem;
	height: 77.3rem;
	border: 1px solid #c5d5db;
	position: relative;
	border-radius: 100%;
	transform: translateX(-2.6%);
	display: flex;
	align-items: center;
	justify-content: center;
}
#index .business .imgBox .image {
	width: 42.7rem;
}
#index .business .imgBox::after {
	width: 151.8rem;
	height: 90rem;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-52.7%);
	background: url(img/index/bg01.png) no-repeat center  top / 100%;
	z-index: -1;
	mix-blend-mode: multiply;
	pointer-events: none;
}
#index .business .title {
	margin-bottom: 2.2rem;
	height: 8.9rem;
}
#index .business .title img {
	width: auto;
	height: 100%;
}
#index .business .subList {
	margin: 1.6rem 0 0;
	padding: 1.6rem 1.7rem 1.5rem;
	border-radius: 0.5rem;
	background: #f2f2f2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .business .subList li {
	width: 21rem;
	font-size: 1.4rem;
	line-height: 2.145;
	color: #333;
}
#index .business .subList li:nth-child(2n) {
	width: 16rem;
}
#index .achievement {
	padding: 17.1rem 0 16.3rem;
}
#index .achievement .headLine {
	margin-bottom: 9.1rem;
}
#index .achievement .slideBox {
	margin-bottom: 5.7rem;
}
#index .achievement .slideUl li {
	margin: 0 5rem;
	padding: 5rem 4.6rem 7rem 4.7rem;
	width: 128rem !important;
	display: flex !important;
	justify-content: space-between;
	align-items: flex-end;
	color: #333;
	line-height: 1.75;
	background: #f7f7f7;
	gap: 4rem;
}
#index .achievement .photoBox {
	width: 78.7rem;
}
#index .achievement .textBox {
	flex: 1;
}
#index .achievement .title {
	margin-bottom: 3.2rem;
	font-weight: 600;
	font-size: 3.2rem;
	line-height: 1.5;
}
#index .achievement .title::after {
	display: none;
}
#index .achievement p {
	line-height: 1.75;
	font-size: 1.6rem;
}
#index .achievement .dotList {
	margin-top: 6.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
#index .achievement .dotList li {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	transition: 0.3s;
}
#index .achievement .dotList li.slick-active {
	background: #333;
	border-color: #707070;
}
#index .achievement .dotList button {
	display: none;
}
#index .achievement .slick-list  {
	overflow: visible !important;
}
#index .people {
	padding: 10.5rem 0 12.2rem;
	background: #F2F2F2;
}
#index .people .content {
	position: relative;
	z-index: 2;
}
#index .people .content::after {
	width: 151.5rem;
	height: 90rem;
	content: "";
	position: absolute;
	left: 50%;
	top: -0.5rem;
	transform: translateX(-16.3%);
	background: url(img/index/bg02.png) no-repeat center top / 100%;
	z-index: -1;
}
#index .people .headLine {
	margin-bottom: 6rem;
	height: 10.2rem;
}
#index .people .peopleList {
	margin-bottom: 9.9rem;
	gap: 4.9rem;
}
#index .people .peopleList li {
	width: calc((100% - 9.8rem) / 3);
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.545;
}
#index .people .peopleList a {
	display: block;
	color: #333;
}
#index .people .peopleList img {
	width: 100%;
}
#index .people .peopleList a span {
	display: block;
}
#index .people .peopleList .photo {
	margin-bottom: 1.6rem;
}
#index .people .peopleList a small {
	margin-top: 2.3rem;
	font-size: 1.6rem;
	display: block;
}
#index .people .comBtn a {
	width: 40.1rem;
}
#index .memberWrap {
	padding: 12.8rem 0 14rem;
	background-color: #FFF;
}
#index .memberList {
	margin: 0 9rem 12.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 6rem 6rem;
}
#index .memberList li {
	width: calc((100% - 18rem) / 4);
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.545;
}
#index .memberList .photo {
    margin-bottom: 0.9rem;
}
#index .memberList .photo img {
    width: 100%;
}
#index .memberList .name {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}
#index .memberList .name small {
    display: block;
    font-size: 1rem;
    line-height: 2.4;
}
#index .memberWrap .titleBox {
	display: flex;
	gap: 6rem;
}
#index .memberWrap .titleBox .headLine {
	height: 6.6rem;
}
#index .memberWrap .titleBox .comLink {
	margin-top: 1rem;
}
#index .memberWrap .partnerList {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8rem;
}
#index .memberWrap .partnerList li {
	width: 20.9rem;
}
#index .memberWrap .partnerList .logo02 {
	width: 23.8rem;
}
#index .memberWrap .partnerList .logo03 {
	width: 26.7rem;
}
#index .noeWrap {
	padding: 13.8rem 0 12.1rem;
	background-color: #ADC1D0;
}
#index .noeWrap .topBox {
	margin: 0 0 6.2rem 1.5rem;
	display: flex;
	gap: 5.2rem;
	position: relative;
}
#index .noeWrap .topBox .imgBox {
	padding-bottom: 1.8rem;
	width: 20.7rem;
	display: flex;
	align-items: center;
}
#index .noeWrap .topBox .imgBox img {
	width: 100%;
}
#index .noeWrap .topBox .textBox {
	width: 61rem;
}
#index .noeWrap .topBox .comLink {
	position: absolute;
	right: 0;
	bottom: 0;
}
#index .noeWrap .topBox .headLine {
	margin-bottom: 2.2rem;
	height: 13.1rem;
}
#index .noeWrap .topBox p {
	font-size: 1.4rem;
	line-height: 1.85;
}
#index .noeWrap .list {
	display: flex;
	flex-wrap: wrap;
	gap: 4.9rem;
}
#index .noeWrap .list li {
	width: calc((100% - 9.8rem) / 3);
}
#index .noeWrap .list .photo {
	margin-bottom: 2rem;
}
#index .noeWrap .list .photo img {
	width: 100%;
}
#index .noeWrap .list .title {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	line-height: 1.45;
	color: #333;
	font-weight: 500;
}
#index .noeWrap .list time {
	color: #333;
}
#index .newsWrap {
	padding: 12.8rem 0 11.3rem;
}
#index .newsWrap .headLine {
	height: 6.4rem;
}
#index .newsWrap .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#index .newsWrap .news {
	flex: 1;
	max-width: 86.6rem;
}
#index .newsWrap .newsList {
	margin-bottom: 4rem;
}
#index .newsWrap .newsList li {
	margin-bottom: 2rem;
	padding: 0 0.4rem 2rem;
	border-bottom: 0.1rem solid #ADC1D0;
}
#index .newsWrap .newsList li:last-child {
	margin-bottom: 0;
}
#index .newsWrap .newsList a {
	font-size: 1.6rem;
	font-weight: 500;
	color: #333;
}
#index .newsWrap .newsList time {
	margin-bottom: 0.8rem;
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
	color: #333;
}
@media all and (min-width:897px) {
	#index .business .textList {
		position: absolute;
		left: 0;
		top:0;
		width: 100%;
		height: 100%;
	}
	#index .business .textList > li {
		width: 45.3rem;
		position: absolute;
	}
	.scaleImage .photo {
		overflow: hidden;
	}
	.scaleImage img {
		transition: 0.3s;
	}
	.scaleImage a:hover img {
		transform: scale(1.1);
	}
	#index .achievement .dotList li:hover {
		background: #333;
		border-color: #707070;
	}
	#index .newsWrap .newsList a:hover {
		text-decoration: underline;
	}
	#index .business .item02 .subList {
		width: 36.5rem;
	}
	#index .business .item02 .subList li {
		width: 19rem;
	}
	#index .business .item02 .subList li:nth-child(2n) {
		width: 14rem;
	}
		#index .business .item03 .subList {
		width: 32.5rem;
	}
	#index .business .item03 .subList li {
		width: 15rem;
	}
	#index .business .item03 .subList li:nth-child(2n) {
		width: 14rem;
	}
}
@media all and (max-width:896px) {
	#index .fvBox .text {
		width: 4rem;
		padding-bottom: 7rem;
	}
	#index .fvBox .text img {
		height: 45.8rem;
	}
	#index .mainVisual {
		padding: 6.4rem 0 8rem;
	}
	#index .mainVisual .titleBox {
		display: block;
	}
	#index .mainVisual .heading {
		margin: 0.3rem 0.6rem 4.7rem;
		width: 21.8rem;
	}
	#index .mainVisual p {
		margin-bottom: 2.6rem;
		font-size: 1.4rem;
		line-height: 1.857;
		letter-spacing: -0.02em;
		font-feature-settings: normal;
	}
	#index .headLine {
		height: 5.5rem;
	}
	#index .business {
		padding: 6rem 0;
	}
	#index .business .heading {
		margin: -1.4rem 0 4rem;
		width: 31rem;
	}
	#index .business .image {
		margin: 0 auto 5.3rem;
		width: 33.4rem;
		position: relative;
	}
	#index .business .image .gifBox {
		padding-top: 3rem;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#index .business .image .gifBox::after {
		width: 100vw;
		height: 73.6vw;
		content: "";
		position: absolute;
		left: 50%;
		top: 2.7rem;
		background: url(img/index/bg01_sp.png) no-repeat center  top / 100%;
		z-index: 0;
		transform: translateX(-50%);
		mix-blend-mode: multiply;
		pointer-events: none;
	}
	#index .business .image .gifBox img {
		width: 18.6rem;
	}
	#index .business p {
		line-height: 2;
	}
	#index .business .textBox p {
		max-width: inherit;
	}
	#index .business .imgBox {
		margin: 7.7rem auto 0;
		padding: 0;
		width: auto;
		height: auto;
		border: none;
		transform: none;
		display: block;
	}
	#index .business .title {
		margin-bottom: 1.4rem;
		height: 5rem;
	}
	#index .business .textList p {
		color: #333;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#index .business .textList .item03 p {
		font-feature-settings: "palt";
	}
	#index .business .textList > li + li {
		margin-top: 4rem;
	}
	#index .business .subList {
		margin-top: 1.8rem;
		padding: 1.9rem 2.2rem;
		display: block;
	}
	#index .achievement {
		padding: 6rem 0;
	}
	#index .achievement .slideUl li {
		margin: 0 2rem 0 0;
		padding: 2rem 2rem 2.5rem;
		width: 32rem !important;
		display: block !important;
	}
	#index .achievement .photoBox {
		margin-bottom: 2rem;
		width: 100%;
	}
	#index .achievement .title {
		margin-bottom: 1.9rem;
		font-size: 2rem;
		line-height: 1.4;
	}
	#index .achievement .headLine {
		margin-bottom: 4rem;
	}
	#index .achievement p {
		font-size: 1.4rem;
		line-height: 1.857;
	}
	#index .achievement .dotList {
		margin-top: 4rem;
	}
	#index .achievement .dotList li {
		border: none;
		width: 0.6rem;
		height: 0.6rem;
	}
	#index .achievement .slideBox {
		margin-bottom: 4rem;
	}
	#index .people {
		padding: 6rem 0 6.7rem;
		background: #F2F2F2 url(img/index/bg02_sp.png) no-repeat center top 9rem / 100%;
	}
	#index .people .content::after {
		display: none;
	}
	#index .people .headLine {
		margin-bottom: 4rem;
		height: 10.4rem;
	}
	#index .people .peopleList {
		margin-bottom: 3.8rem;
		display: block;
	}
	#index .people .peopleList li {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.625;
	}
	#index .people .peopleList li + li {
		margin-top: 3.8rem;
	}
	#index .people .peopleList a small {
		margin-top: 0.8rem;
		font-size: 1.4rem;
	}
	#index .people .peopleList .photo {
		margin-bottom: 0.9rem;
	}
	#index .people .comBtn a {
		width: 31.2rem;
	}
	#index .memberWrap {
		padding: 6rem 0;
		background: none;
	}
	#index .memberList {
		margin: 0 0.9rem 5.9rem;
		gap: 2rem;
	}
	#index .memberWrap .headLine {
		margin-bottom: 4rem;
	}
	#index .memberList li {
		width: calc(50% - 1rem);
	}
	#index .memberList .photo {
		margin-bottom: 1rem;
	}
	#index .memberList .name {
		font-size: 1.4rem;
	}
	#index .memberList .name small {
		margin-top: 0.4rem;
		line-height: 1.6;
	}
	#index .memberWrap .titleBox {
		margin-bottom: 4.1rem;
		display: block;
	}
	#index .memberWrap .titleBox .headLine {
		margin-bottom: 1.9rem;
		height: 10.1rem;
	}
	#index .memberWrap .titleBox .comLink {
		text-align: left;
	}
	#index .memberWrap .partnerList {
		gap: 8vw;
	}
	#index .memberWrap .partnerList li {
		width: 21.6vw;
	}
	#index .memberWrap .partnerList .logo02 {
		width: 24.533vw;
	}
	#index .memberWrap .partnerList .logo03 {
		width: 27.467vw;
	}
	#index .noeWrap .topBox {
		margin: 0 0 4.3rem;
		display: block;
	}
	#index .noeWrap .topBox .imgBox {
		padding-bottom: 2.8rem;
		display: flex;
		align-items: center;
		width: 100%;
		gap: 3rem;
	}
	#index .noeWrap .topBox .headLine {
		margin: 0;
		width: 18.5rem;
		height: 8rem;
	}
	#index .noeWrap .topBox .image {
		margin-top: 0.8rem;
		width: 10.5rem;
	}
	#index .noeWrap .topBox .textBox {
		width: 100%;
	}
	#index .noeWrap {
		padding: 6rem 0;
	}
	#index .noeWrap .topBox .comLink {
		margin-top: 2.4rem;
		position: initial;
		text-align: left;
	}
	#index .noeWrap .topBox .comLink a {
		font-size: 1.1rem;
	}
	#index .noeWrap .list {
		display: block;
	}
	#index .noeWrap .list li {
		width: 100%;
	}
	#index .noeWrap .list li + li {
		margin-top: 4rem;
	}
	#index .noeWrap .list .title {
		margin-bottom: 0.9rem;
		font-size: 1.6rem;
	}
	#index .noeWrap .list time {
		font-size: 1.4rem;
		font-weight: 500;
	}
	#index .noeWrap .list .photo {
		margin-bottom: 1.1rem;
	}
	#index .newsWrap {
		padding: 6rem 0;
	}
	#index .newsWrap .content {
		display: block;
	}
	#index .newsWrap .headLine {
		margin-bottom: 3.3rem;
		height: 6.2rem;
	}
	#index .newsWrap .newsList a {
		font-size: 1.4rem;
		line-height: 1.714;
	}
	#index .newsWrap .newsList time {
		font-size: 1.4rem;
	}
	#index .newsWrap .newsList li {
		padding: 0 0 0.6rem;
	}
}
/* comBtn */
.comBtn a {
	margin: 0 auto;
	width: 32.7rem;
	height: 7.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 4rem;
	background: #333;
	font-feature-settings: "palt";
	gap: 3.6rem;
}
.comBtn a span {
	padding: 0 8rem 0 2rem;
	display: inline-block;
	background: url(img/common/icon_arrow.png) no-repeat right center / 5.8rem;
}
@media all and (min-width:897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width:896px) {
	.comBtn a {
		width: 25.7rem;
		height: 6.4rem;
		font-size: 1.4rem;
	}
	.comBtn a span {
		padding: 0 4.3rem 0 1.4rem;
		background-size: 3rem 0.6rem;
	}
}

/* comLink */
.comLink {
	text-align: right;
}
.comLink a {
	display: inline-block;
	color: #333;
	font-size: 1.8rem;
	border-bottom: 0.1rem solid #707070;
}
@media all and (min-width:897px) {
	.comLink a:hover {
		border-color: transparent;
	}
}
@media all and (max-width:896px) {
	.comLink a {
		font-size: 1.4rem;
	}
	.comLink {
		text-align: left;
	}
}
/* pageTitle */
.pageTitle {
	padding: 2rem;
	text-align: center;
	height: 23rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;
}
.pageTitle h2 img {
	height: 9rem;
}
@media all and (max-width:896px) {
	.pageTitle {
		height: 14rem;
	}
	.pageTitle h2 img {
		height: 5.5rem;
	}

}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact {
	padding-top: 8rem;
}
#contact .formBox {
	margin: 12.4rem auto 10rem;
	padding: 0 2rem;
	max-width: 93rem;
}
#contact .formBox input[type="text"],
#contact .formBox input[type="tel"],
#contact .formBox input[type="email"],
#contact .formBox textarea {
	padding-left: 15px;
	width: 100%;
	height: 3.8rem;
	color: #495057;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #ced4da;
	border-radius: .5rem;
	appearance: none;
	-webkit-appearance: none; 
	box-sizing: border-box;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#contact .formBox input[type="text"]:focus,
#contact .formBox input[type="tel"]:focus,
#contact .formBox input[type="email"]:focus,
#contact .formBox textarea:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
#contact .formBox input[type="text"]:focus-visible,
#contact .formBox input[type="tel"]:focus-visible,
#contact .formBox input[type="email"]:focus-visible,
#contact .formBox textarea:focus-visible {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
#contact .formBox textarea {
	height: 25.5rem;
	resize: vertical;
}
#contact .form-label {
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #eee;
	padding-bottom: 3rem;
}
#contact .wpcf7-form-control-wrap {
	margin-top: 0.5rem;
	width: 100%;
}
#contact .form-required {
	color: #FFF;
	font-size: 1.2rem;
	background: #FF0100;
	border-radius: 5px;
	padding: 3px 10px 4px;
}
#contact .form-btn {
	margin-top: 7.3rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
#contact .form-btn li {
	margin: 0 10px;
	overflow: hidden;
}
#contact .form-btn input:hover,
#contact .form-btn button:hover {
	opacity: 0.7;
}
#contact .form-btn input,
#contact .form-btn button {
	padding-right: 5rem;
	width: 32.7rem;
	height: 7.5rem;
	color: #FFF;
	font-size: 1.8rem;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	border-radius: 5rem;
	background: url(img/common/icon_arrow.png) no-repeat left calc(50% + 7rem) center / 5.8rem,#333;
}
#contact .wpcf7-spinner {
	position: absolute;
	left: 50%;
	top: calc(100% + 1rem);
	transform: translateX(-50%);
	margin: 0 !important;
    display: block !important;
}
@media all and (max-width:896px) {
	#contact {
		padding-top: 5rem;
	}
	#contact .formBox {
		margin: 3.7rem 3rem 6rem;
	}
	#contact .formBox input[type="text"],
	#contact .formBox input[type="tel"],
	#contact .formBox input[type="email"] {
		height: 3.3rem;
	}
	#contact .wpcf7-form-control-wrap {
  		margin-top: 0.7rem;
	}
	#contact .formBox textarea {
		height: 22.5rem;
	}
	#contact .form-btn {
		margin-top: 5rem;
	}
	#contact .form-btn input,
	#contact .form-btn button {
		width: 19.1rem;
		height: 7rem;
		font-size: 1.4rem;
		background-size: 3rem 0.7rem;
		background-position: right 4rem center;
	}
}
/* comPageTitle */
.comPageTitle {
	margin: 0 0 14rem;
	height: 23rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2F2F2 url(img/common/bg01.png) no-repeat right bottom / 71.5rem;
}
.comPageTitle h2 {
	width: auto;
	height: 9rem;
}
.comPageTitle h2 img {
	width: auto;
	height: 100%;
}
@media all and (max-width:896px) {
	.comPageTitle {
		margin-bottom: 7rem;
		height: 14rem;
		background-size: auto 100%;
		background-position: right -13rem bottom;
	}
	.comPageTitle h2 {
		height: 5.5rem;
	}
}
/* company */
#company {
	padding-top: 8rem;
	color: #333;
}
#company .imgHead {
	margin-bottom: 7.4rem;
}
#company .imgHead img {
	width: auto;
	height: 8.9rem;
}
#company .profile {
	margin-bottom: 14rem;
}
#company .profile .imgBox {
	margin: 0 auto;
	width: 110rem;
	display: flex;
	align-items: flex-start;
	gap: 10rem;
}
#company .profile .photoBox {
	width: 30rem;
}
#company .profile .textBox {
	flex: 1;
	line-height: 2;
}
#company .profile .position {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
}
#company .profile .nameInfo {
	margin: 0.9rem 0 3.7rem;
	font-size: 3.8rem;
	line-height: 1.5;
	font-weight: 500;
}
#company .profile .nameInfo small {
	margin-left: 1rem;
	font-size: 1.4rem;
}
#company .profile .title {
	margin-bottom: 2.6rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
}
#company .profile .imgBtn {
	margin-top: 7.6rem;
	width: 58rem;
}
#company .profile .imgBtn a {
	display: block;
}
#company .member {
	margin-bottom: 9.7rem;
	position: relative;
	z-index: 1;
}
#company .member::after {
	width: 160rem;
	height: 71.5rem;
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: -12.5rem;
	background: url(img/company/bg.png) no-repeat center top / 100%;
}
#company .member .imgList {
	margin: 0 10.2rem 0 7.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 6.5rem 13rem;
}
#company .member .imgList li {
	width: calc((100% - 26rem) / 3);
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.714;
	color: #333;
	font-weight: 400;
}
#company .member .imgList span {
	display: block;
}
#company .member .imgList .photo {
    margin-bottom: 2.8rem;
}
#company .member .imgList .photo img {
    width: 100%;
}
#company .member .imgList .name {
	margin-bottom: 1.6rem;
    font-size: 2.4rem;
    font-weight: 500;
}
#company .member .imgList .name small {
    display: block;
    font-size: 1.4rem;
}
#company .company {
	padding: 10.1rem 0 10rem;
	background: #e7ecee;
	position: relative;
	z-index: 1;
}
#company .company .tabBox {
	width: 85rem;
}
#company .company table {
	width: 100%;
	border-collapse: collapse;
}
#company .company th,
#company .company td {
	padding: 3rem 0 2.9rem;
	font-weight: 500;
	border-bottom: 1px solid #adc1d0;
	vertical-align: top;
	text-align: left;
}
#company .company tr:first-child th,
#company .company tr:first-child td {
	padding-top: 0;
}
#company .company th {
	width: 17.7%;
}
#company .company td p + p {
	margin-top: 3rem;
}
#company .company .tips {
	margin-top: 1.9rem;
	font-size: 1.4rem;
}
#company .partner {
	padding: 10rem 0 13.4rem;
}
#company .partner .partnerList {
	display: flex;
	flex-wrap: wrap;
	gap: 7.99rem;
}
#company .partner .partnerList > li {
	padding: 1.3rem 3rem 2.5rem;
	width: calc((100% - 16rem) / 3);
	position: relative;
}
#company .partner .partnerList > li:last-child::before {
	display: none;
}
#company .partner .partnerList > li::before {
	width: 1px;
	height: 100%;
	content: "";
	top: 0;
	right: -4rem;
	position: absolute;
	background: #adc1d0;
}
#company .partner .partnerList .logo {
	margin-bottom: 5.3rem;
	text-align: center;
	height: 9.4rem;
}
#company .partner .partnerList img {
	width: auto;
	height: 100%;
}
#company .partner .partnerList .logoTxt {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
}
#company .partner .partnerList .title {
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	line-height: 1.625;
	font-weight: 500;
}
#company .partner .partnerList p {
	margin-bottom: 4rem;
	font-size: 1.4rem;
	line-height: 1.857;
	font-feature-settings: "palt";
}
#company .partner .partnerList .tips {
	margin: auto 0 0;
	font-size: 1.2rem;
}
#company .partner .ttlBox {
	margin-bottom: 4.4rem;
	gap: 12.7rem;
}
#company .partner .ttlBox p {
	margin-top: -0.6rem;
	flex: 1;
	line-height: 1.875;
}
#company .partner .linkUl {
	margin: 4.8rem 0 0;
	display: flex;
	gap: 2rem;
}
#company .partner .linkUl a {
	display: block;
	height: 3rem;
}
#company .partner .linkUl img {
	width: auto;
	height: 100%;
}
#company .partner .textBox {
	display: flex;
	flex-direction: column;
}
@media all and (min-width:897px) {
	#company .profile .imgBtn a:hover,
	#company .partner .linkUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width:896px) {
	#company {
		padding-top: 5rem;
	}
	#company .imgHead {
		margin-bottom: 3rem;
	}
	#company .imgHead img {
		height: 5rem;
	}
	#company .profile .imgBox {
		width: auto;
		display: block;
		text-align: justify;
	}
	#company .profile .photoBox {
		margin: 0 auto 2rem;
		width: 60vw;
	}
	#company .profile .position {
		font-size: 1.6rem;
	}
	#company .profile .nameInfo {
		margin: 0.5rem 0 1.5rem;
		font-size: 3rem;
	}
	#company .profile .nameInfo small {
		font-size: 1.2rem;
	}
	#company .profile .title {
		margin-bottom: 1.6rem;
		font-size: 1.6rem;
	}
	#company .profile .imgBtn {
		margin-top: 4.6rem;
		width: auto;
	}
	#company .profile {
		margin-bottom: 7rem;
	}
	#company .member .imgList {
		margin: 0;
		display: block;
	}
	#company .member .imgList li {
		width: 100%;
	}
	#company .member .imgList li + li {
		margin-top: 4rem;
	}
	#company .member .imgList .name {
		margin-bottom: 1rem;
		font-size: 2rem;
	}
	#company .member .imgList .photo {
		margin: 0 auto 1.6rem;
        width: 60vw;
	}
	#company .member {
		margin-bottom: 7rem;
	}
	#company .company {
		padding: 7rem 0;
	}
	#company .company .content {
		display: block;
	}
	#company .company .tabBox {
		width: 100%;
	}
	#company .company th {
		width: 26%;
	}
	#company .company th,
	#company .company td {
		padding: 1.5rem 0 1.4rem;
	}
	#company .company td p + p {
		margin-top: 1rem;
	}
	#company .company .tips {
		margin-top: 1rem;
	}
	#company .partner {
		padding: 7rem 0;
	}
	#company .partner .ttlBox {
		display: block;
	}
	#company .partner .partnerList {
		display: block;
	}
	#company .partner .partnerList > li + li {
		margin-top: 2rem;
		border-top: 1px solid #adc1d0;
	}
	#company .partner .partnerList > li {
		padding: 1rem 0;
		width: 100%;
	}
	#company .partner .partnerList > li::before {
		display: none;
	}
	#company .partner .partnerList .logo {
		margin-bottom: 2rem;
		height: 6rem;
	}
	#company .partner .partnerList .logoTxt {
		margin-bottom: 1.5rem;
		font-size: 1.8rem;
	}
	#company .partner .partnerList p {
		margin-bottom: 2rem;
	}
	#company .partner .linkUl {
		margin-top: 2rem;
	}
}
/* news */
#news {
	padding: 8rem 0 12rem;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino Sans,"Noto Sans JP",sans-serif;
}
#news .comPageTitle {
	margin-bottom: 8.2rem;
}
#news .content {
	max-width: 111rem;
}
#news .vk_posts {
	display: flex;
	flex-wrap: wrap;
	clear: both;
	gap: 3rem;
}
#news .card {
	width: calc((100% - 5.999rem) / 3);
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.4rem;
    gap: 0;
    overflow: hidden;
}
#news .card-post .card-body {
	padding: 1.8rem 2rem 2.7rem;
	flex: 1;
}
#news .vk_post_imgOuter {
	position: relative
}
#news .vk_post_imgOuter_singleTermLabel {
	font-size: 1rem;
	padding: 0.3em 0.8em;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100
}
#news .vk_post .vk_post_title {
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 0
}
#news .vk_post .vk_post_title a {
	color: #333
}
#news .vk_post .vk_post_excerpt {
	margin-top:0.8em;
	font-size: 1.2rem;
	line-height: 1.6;
	opacity: 0.8;
	letter-spacing: 0.015em;
	color: #212529;
}
#news .vk_post .vk_post_date {
	font-size: 1.1rem;
	margin-top: 0.5em;
	color: #666
}
#news .vk_post_imgOuter {
	position: relative;
	background-size: cover;
	background-position: center 50%;
	border-bottom: 1px solid #e5e5e5
}
#news .vk_post_imgOuter ::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	transition-duration: 0.3s
}
#news .vk_post_imgOuter a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden
}
#news .vk_post_imgOuter_img {
	position: absolute;
	left: -9999px
}
#news .vk_post .vk_post_imgOuter::before {
	content: "";
	display: block;
	padding-top: 62%
}
#news .card a {
	color: inherit
}
/* breadSection */
#news .breadSection {
	border-bottom: 1px solid rgba(0,0,0,.05);
}
#news .breadcrumb {
	padding: 0.8rem 0;
	display: flex;
}
#news .row {
	display: flex;
	flex-wrap: wrap;
}
#news .breadSection .breadcrumb li {
	line-height: 1.2;
	font-size: 0.75em;
}
#news .breadSection .breadcrumb a {
	color: #666;
	padding-bottom: 0.2rem;
}
#news .breadSection .breadcrumb > li + li::before {
	margin: 0 0.5em;
	content: "/";
	font-size: 1.2rem;
}
#news .siteContent {
	padding: 5.4rem 0 0;
}
#news .entry-meta {
	margin-bottom: 0.9rem;
	padding-left: 0.3rem;
}
#news .entry-meta_items {
	font-size: 1.2rem;
}
#news .fa_v5_css .entry-meta_items.published {
	position: relative;
}
#news .fa_v5_css .entry-meta_items.published::before {
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	content: "\f073";
	font-weight: 900;
}
#news .entry-meta_items_author {
	margin-left: 0.8rem;
}
#news .fa_v5_css .entry-meta_items_author::before {
	margin-right: 0.5rem;
	font-family: "Font Awesome 5 Free";
	content: "\f303";
	font-weight: 900;
}
#news .entry-meta_items_term {
	float: right;
	margin-right: 0;
}
#news .entry-meta_items_term a {
	background-color: #999999;
	border: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-radius: 0.3rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow 0.15s ease-in-out;
}
#news .entry-meta_items_term_button {
	font-size: 1.28rem;
	line-height: 1;
	padding: 0.4rem 1em;
}
#news .entry-title {
	margin-bottom: 1.3rem;
	font-size: 3.2rem;
	line-height: 1.4em;
	font-weight: 500;
}
#news .entry-header {
	margin-bottom: 3.4rem;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
#news .mainSection-col-two {
	width: 73rem;
}
#news .mainSection-col-two p {
	margin-bottom: 2.4rem;
	line-height: 1.9;
}
#news .veu_autoEyeCatchBox {
	margin-bottom: 3.6rem;
}
#news .entry-meta-dataList dt {
	background-color: #666;
	color: #fff;
	font-size: 1rem;
	line-height: 1.1em;
	padding: 0.4rem 0.8rem;
	font-weight: lighter;
	margin-right: 1rem;
	border: none;
	min-width: 10em;
	text-align: center;
	border-radius: 0.3rem;
}
#news .entry-meta-dataList dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#news .entry-meta-dataList dd {
	font-size: 1.2rem;
	flex: 1;
}
#news .entry-meta-dataList dd a {
	display: inline-block;
	padding: 0 0.2rem 0.1rem;
}
#news .postNextPrev {
	margin: 3.4rem 0 2rem;
}
#news .postNextPrev .vk_posts .vk_post-col-md-6 {
	width: calc(50% - 30px);
}
#news .postNextPrev > * {
	width: 34.8rem;
}
#news .postNextPrev .row {
	height: 100%;
}
#news .postNextPrev > *:nth-child(2n) .row {
	flex-direction: row-reverse;
}
#news .postNextPrev > *:nth-child(2n) .col-7 p {
	text-align: right;
}
#news .postNextPrev .card-img-outer {
	width: 14.5rem;
	height: 100%;
}
#news .postNextPrev .vk_post_imgOuter {
	height: 100%;
}
#news .postNextPrev .col-7 {
	flex: 1;
}
#news .postNextPrev .vk_post .vk_post_title a {
	font-size: 1.6rem;
}
#news .postNextPrev .col-7 p {
	margin-bottom: 1.9rem;
	font-size: 1.2rem;
}
#news .postNextPrev .card-post .card-body {
	padding: 1rem 2rem 2.7rem;
}
#news .subSection {
	margin-left: auto;
	width: 30.2rem;
}
#news .subSection-title {
	margin-bottom: 1.4rem;
	padding-bottom: 0.9rem;
	width: fit-content;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.25;
	border-bottom: 1px solid #000;
}
#news .subSection .media {
	display: flex;
	gap: 1.5rem;
	align-items: flex-start;
}
#news .subSection .media-left {
	margin-bottom: 0.4rem;
	width: 6.5rem;
}
#news .subSection .media-body {
	flex: 1;
}
#news .media .postList_thumbnail a {
	position: relative;
	display: block;
	height: 100%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
#news .vk_post-btn-display.media .vk_post_body {
	padding-bottom: 45px
}
#news .vk_post-btn-display.media .vk_post_btnOuter {
	width: 100%
}
#news .media:first-child {
	border-top: 1px solid #e5e5e5
}
#news .media-img {
	border: 1px solid #e5e5e5;
	padding: 1px;
	margin-right: 1rem
}
#news .media.vk_post-col-xs-6:first-child, .media.vk_post-col-xs-6:nth-child(2) {
	border-top: 1px solid #e5e5e5
}
#news .media {
	border-bottom: 1px solid #e5e5e5;
	padding: 1.6rem 0;
	margin-top: 0
}
#news .media > div {
	width: 100%
}
#news .media .postList_thumbnail a {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid #e5e5e5
}
#news .media .postList_thumbnail img {
	width: 100%;
	height: 6.3rem;
	object-fit: cover;
	border: 1px solid #fff
}
#news .media .postList_thumbnail .postList_cateLabel {
	position: absolute;
	bottom: 0;
	left: 0
}
#news .media .media-body .media-heading {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: .4em;
	font-weight: 400;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0
}
#news .media .media-body .media-heading a {
	color: #464646
}
#news .media .media-body .media-heading a:hover {
	text-decoration: none
}
#news .media p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 150%
}
#news .media .entry-meta_updated {
	display: none
}
#news .media .entry-meta_items_author {
	display: none
}
#news .media a.media-body_excerpt {
	color: #464646;
	display: block;
	overflow: hidden
}
#news .localNav {
	margin: 2.2rem 0;
}
#news .localNav .subSection-title {
	margin-bottom: 0;
	color: #212529;
}
#news .localNav ul li {
	display: block;
	padding: 1rem 0.7rem 1rem;
	border-bottom: 1px solid rgba(0,0,0,.05);
	font-size: 1.4rem;
	color: #464646;
	box-shadow: 0 1px 0 rgba(255,255,255,.7);
}
#news .localNav ul .current-cat {
	  background-color: rgba(0,0,0,.05);
}
#news .localNav ul li a {
	color: #464646;
	letter-spacing: 0.05em;
}
#news > h3 {
	margin: 1.2em 0;
	font-size: 2.8rem;
	line-height: 1.1;
	font-weight: 500;
	text-align: center;
	font-family: "Shippori Mincho", serif;
}
#news .vk_post_btnOuter {
	width: calc(100% - 2rem);
	bottom: 2rem;
	right: 2rem;
	margin-top: 2em;
	position: absolute;
}
#news .vk_post_btnOuter a {
	padding: 0.4rem 0.8rem;
	width: fit-content;
	margin-left: auto;
	display: block;
	font-weight: 400;
	font-size: 1.2rem;
	color: #fff;
	background-color: #000;
	line-height: 1.5;
	border-radius: 0.4rem;
	border: 1px solid #000;
	text-align: center;
}
#news .wp-pagenavi {
	margin: 6.1rem auto 0;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.4rem;
	overflow: hidden;
	border: 1px solid #ddd;
}
#news .wp-pagenavi > * {
	flex-shrink: 0;
	padding: 0.65rem 1.25rem;
	display: block;
	border-right: 1px solid #ddd;
	color: #464646;
}
#news .wp-pagenavi > *:last-child {
	border-right: none;
}
#news .wp-pagenavi .pages {
	display: none;
}
#news .wp-pagenavi .current {
	color: #fff;
	background-color: #000;
}
#news .siteContent .postList .vk_post .vk_post_excerpt {
	margin-bottom: 0;
	color: #212529;
}
#news .siteContent .postList .card-post .card-body {
	padding-bottom: 6.5rem;
}
@media all and (min-width:897px) {
	#news a:hover {
		text-decoration: none;
		opacity: 0.3;
	}
	#news .btn-primary:hover {
		color: #fff;
	}
	#news .wp-pagenavi a:hover {
		opacity: 0.7;
		background-color: #efefef;
	}
	#news .vk_post_imgOuter a:hover .card-img-overlay::after {
		background: rgba(0, 0, 0, 0.5);
	}
}
@media all and (max-width:896px) {
	#news .content {
		max-width: 51rem;
		width: calc(100% - 3rem);
	}
	#news .vk_posts {
		gap: 2rem;
	}
	#news .card-post .card-body {
		padding: 1.7rem 1.7rem 2.1rem;
	}
	#news {
		padding: 5rem 0 6rem;
	}
	#news .vk_posts .vk_post-col-sm-6 {
        width: 100%;
    }
	#news .breadcrumb {
		padding: 0.6rem 0;
		flex-wrap: wrap;
		align-items: center;
	}
	#news > h3 {
		margin: 2rem 0;
	}
	#news .siteContent {
		padding: 3rem 0;
	}
	#news .vk_post_btnOuter {
		bottom: 1.8rem;
		right: 1.7rem;
	}
	#news .mainSection-col-two {
		margin-bottom: 2.6rem;
		width: 100%;
	}
	#news .subSection {
		width: auto;
	}
	#news .wp-pagenavi {
		margin-top: 4.8rem;
	}
	#news .subSection-title {
		padding-right: 1.3rem;
	}
	#news .subSection .media {
		padding: 1em 0 0.8em;
	}
	#news .media .media-body .media-heading {
		margin-bottom: 0.5em;
		line-height: 1.3;
	}
	#news .entry-meta_items_term {
		margin-top: 0.5rem;
		width: fit-content;
		float: none;
		display: block;
	}
	#news .entry-meta {
		margin-bottom: 1.3rem;
	}
	#news .entry-meta_items_term a {
		font-size: 1.1rem;
	}
	#news .entry-title {
		margin-bottom: 0.8rem;
		font-size: 2.6rem;
		line-height: 1.38em;
	}
	#news .entry-header {
		margin-bottom: 2rem;
	}
	#news .mainSection-col-two p {
		line-height: 1.7;
		margin-bottom: 1.8rem;
	}
	#news .veu_autoEyeCatchBox {
		margin-bottom: 2.8rem;
	}
	#news .postNextPrev {
		margin: 3rem 0 1.5rem;
		display: block;
	}
	#news .postNextPrev > * {
		width: auto;
	}
	#news .postNextPrev > * + * {
		margin-top: 1.5rem;
	}
	#news .postNextPrev .vk_post .vk_post_title a {
		font-size: 1.1rem;
		line-height: 1.4;
		display: block;
	}
	#news .postNextPrev .card-img-outer {
		width: 14.3rem
	}
	#news .postNextPrev .vk_post_imgOuter {
		width: 100%;
	}
	#news .postNextPrev .card-post .card-body {
		padding: 1rem 2rem 2.1rem 1.7rem;
	}
	#news .postNextPrev .col-7 p {
		margin-bottom: 1.3rem;
	}
	#news .postNextPrev .vk_post_date {
		margin-top: 0.7rem;
	}
	#news .breadSection .breadcrumb a {
		vertical-align: -0.2rem;
		padding-bottom: 0;
	}
	#news .postNextPrev .vk_post .vk_post_imgOuter::before {
		padding-top: 104%;
	}
}
.fadeInUp {
	opacity: 0;
	transform: translateY(40px);
	transition: all ease .5s;
}
.fadeInUp.on {
	transform: translateY(0);
	opacity: 1;
}
.delay1 {
	transition-delay: 0.5s;
}
.delay2 {
	transition-delay: 1s;
}
.delay3 {
	transition-delay: 1.5s;
}
