@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	各固定ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper{
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		padding: 80px 0;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 12vw 0;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
}





/* ================================================================================

	メイン画像

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* レイアウト
	----------------------------------------------- */
	.main_cate {
		position: relative;
		background: url(../img/main_cate.jpg) center top / auto auto no-repeat;
		max-width: 1180px;
		width: 100%;
		height: 400px;
		margin: 20px auto 0;
		border-radius: 20px;
	}
	.main_cate_in {
		display: table;
		width: 100%;
		height: 400px;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-size: 36px;
		font-weight: 500;
		color: #318fc1;
		letter-spacing: 0.15em;
		text-indent: 0.15em;
		z-index: 1;
		text-shadow: 
		#ffffff 2px 0px,  #ffffff -2px 0px,
		#ffffff 0px -2px, #ffffff 0px 2px,
		#ffffff 2px 2px , #ffffff -2px 2px,
		#ffffff 2px -2px, #ffffff -2px -2px,
		#ffffff 1px 2px,  #ffffff -1px 2px,
		#ffffff 1px -2px, #ffffff -1px -2px,
		#ffffff 2px 1px,  #ffffff -2px 1px,
		#ffffff 2px -1px, #ffffff -2px -1px;
	}
}





/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* レイアウト
	----------------------------------------------- */
	.main_cate {
		position: relative;
		background: url(../img/main_cate.jpg) right -4vw top / cover no-repeat;
		width: 100%;
		height: 37vw;
		margin-top: 4vw;
	}
	.main_cate_in {
		display: table;
		width: 100%;
		height: 37vw;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-size: 5vw;
		font-weight: 500;
		color: #318fc1;
		letter-spacing: 0.15em;
		text-indent: 0.15em;
		z-index: 1;
		text-shadow: 
		#ffffff 2px 0px,  #ffffff -2px 0px,
		#ffffff 0px -2px, #ffffff 0px 2px,
		#ffffff 2px 2px , #ffffff -2px 2px,
		#ffffff 2px -2px, #ffffff -2px -2px,
		#ffffff 1px 2px,  #ffffff -1px 2px,
		#ffffff 1px -2px, #ffffff -1px -2px,
		#ffffff 2px 1px,  #ffffff -2px 1px,
		#ffffff 2px -1px, #ffffff -2px -1px;
	}
}





/* ================================================================================

	セクション

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1,
	.col2_1_long,
	.col2_1_middle,
	.col2_1_short,
	.col2_1_vshort,
	.col2_1_mshort {
		margin-right: 20px;
	}
	.col2_2,
	.col2_2_long,
	.col2_2_middle,
	.col2_2_short,
	.col2_2_vshort,
	.col2_2_mshort {
		margin-left: 20px;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-right: 20px;
	}
	.col3_2 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.col3_3 {
		margin-left: 20px;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 209px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1 {
	}
	.col2_1_long {
		margin-top: 16vw;
	}
	.col2_1_middle {
		margin-top: 12vw;
	}
	.col2_1_short {
		margin-top: 8vw;
	}
	.col2_1_vshort {
		margin-top: 4vw;
	}
	.col2_1_mshort {
		margin-top: 3vw;
	}

	.col2_2 {
	}
	.col2_2_long {
		margin-top: 16vw;
	}
	.col2_2_middle {
		margin-top: 12vw;
	}
	.col2_2_short {
		margin-top: 8vw;
	}
	.col2_2_vshort {
		margin-top: 4vw;
	}
	.col2_2_mshort {
		margin-top: 3vw;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-top: 0;
	}
	.col3_2,
	.col3_3 {
		margin-top: 12vw;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 61vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}





/* ================================================================================

	マージンボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}
	.top_mshort {
		margin-top: 10px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}
	.bottom_mshort {
		margin-bottom: 10px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}
	.top_mshort {
		margin-top: 3vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}
	.bottom_mshort {
		margin-bottom: 3vw;
	}

}




/* ================================================================================

	パディングボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}
	.p_top_mshort {
		padding-top: 10px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}
	.p_bottom_mshort {
		padding-bottom: 10px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.row_mshort {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}
	.p_top_mshort {
		padding-top: 3vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}
	.p_bottom_mshort {
		padding-bottom: 3vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.row_mshort {
		padding-top: 3vw;
		padding-bottom: 3vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}




/* ================================================================================

	カラーボックス

================================================================================ */

/* カラー01 */
.row_c01 {
	color: inherit;
}

/* カラー02 */
.row_c02 {
	color: #ffffff;
}
.row_c02 strong {
	color: #318fc1;
}


/* ボーダー囲い色 */
.box_border {
	border-color: #e0ebf1;
}
.row_c01 .box_border,
.row_c02 .box_border {
	background: #fff;
	color: #6e7780;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* カラー01 */
	.row_c01 {
		background: url(../img/bg_pattern2.jpg) center top / 200px auto repeat;
	}

	/* カラー02 */
	.row_c02 {
		background: url(../img/bg_dot.jpg) center top / 16px auto repeat;
		-webkit-animation: bgLoop2 1s linear infinite;
		animation: bgLoop2 1s linear infinite;
		color: #ffffff;
	}
	@-webkit-keyframes bgLoop2 {
		0% { background-position: 0 0;}
		100% { background-position: 16px 0px;}
	}
	@keyframes bgLoop2 {
		0% { background-position: 0 0;}
		100% { background-position: 16px 0px;}
	}

	/* ボーダー囲い */
	.box_border {
		position: relative;
		padding: 40px;
		border-style: solid;
		border-width: 4px;
	}
	.row_c02 .box_border::before {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/parts_neco.png) center top / contain no-repeat;
		width: 49px;
		height: 62px;
		top: -48px;
		right: 62px;
	}
	.row_c02 .box_border::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/parts_tori2.png) center top / contain no-repeat;
		width: 56px;
		height: 26px;
		bottom: 0;
		margin-top: -10px;
		right: 40px;
		animation: jumpjump 1s infinite;
	}
	@keyframes jumpjump {
		0% {transform: translate(0vw, 0vw) rotateZ(0deg)}
		50% {transform: translate(0vw, 6px) rotateZ(0deg)}
		100% {transform: translate(0vw, 0vw) rotateZ(0deg)}
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* カラー01 */
	.row_c01 {
		background: url(../img/bg_pattern2.jpg) center top / 100px auto repeat;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		background: url(../img/bg_dot.jpg) center top / 4vw auto repeat;
		-webkit-animation: bgLoop2 1s linear infinite;
		animation: bgLoop2 1s linear infinite;
		color: #ffffff;
		padding-left: 4vw;
		padding-right: 4vw;
	}
	@-webkit-keyframes bgLoop2 {
		0% { background-position: 0 0;}
		100% { background-position: 4vw 0px;}
	}
	@keyframes bgLoop2 {
		0% { background-position: 0 0;}
		100% { background-position: 4vw 0px;}
	}

	/* ボーダー囲い */
	.box_border {
		position: relative;
		padding: 4vw;
		border-style: solid;
		border-width: 4px;
	}
	.row_c02 .box_border::before {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/parts_neco.png) center top / contain no-repeat;
		width: 13vw;
		height: 17vw;
		top: -12.8vw;
		right: 3vw;
	}
	.row_c02 .box_border::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/parts_tori2.png) center top / contain no-repeat;
		width: 8vw;
		height: 4vw;
		bottom: 0;
		margin-top: -5.2vw;
		right: 4vw;
		animation: jumpjump 1s infinite;
	}
	@keyframes jumpjump {
		0% {transform: translate(0vw, 0vw) rotateZ(0deg)}
		50% {transform: translate(0vw, 1.5vw) rotateZ(0deg)}
		100% {transform: translate(0vw, 0vw) rotateZ(0deg)}
	}
}




/* ================================================================================

	見出し

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		background: linear-gradient(to right, #318fc1 2px, transparent 2px) left bottom / 8px 2px repeat-x;
		padding: 0 0 12px 0 !important;
	}
	.h2_cate::before {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/bg_title.png) center top / contain no-repeat;
		width: 78px;
		height: 61px;
		top: -20px;
		left: 50%;
		margin-left: -39px;
		z-index: 0;
	}
	.h2_cate h2 {
		position: relative;
		font-size: 32px;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: #318fc1;
		z-index: 1;
	}
	.row_c01 .h2_cate h2 {
		color: #318fc1;
	}
	.row_c02 .h2_cate {
		background: linear-gradient(to right, #ffffff 2px, transparent 2px) center bottom / 8px 2px repeat-x;
	}
	.row_c02 .h2_cate::before {
		background: url(../img/bg_title2.png) center top / contain no-repeat;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		background: linear-gradient(to right, #6e7780 1px, transparent 1px) left bottom / 5px 1px repeat-x;
		padding: 0 0 8px 0 !important;
	}
	.h3_cate h3 {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate {
		background: linear-gradient(to right, #ffffff 1px, transparent 1px) left bottom / 5px 1px repeat-x;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 8px 0 !important;
	}
	.h3_col3 h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		background: linear-gradient(to right, #318fc1 2px, transparent 2px) left bottom / 8px 2px repeat-x;
		padding: 0 0 2vw 0 !important;
	}
	.h2_cate::before {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/bg_title.png) center top / contain no-repeat;
		width: 12vw;
		height: 10vw;
		top: -4vw;
		left: 50%;
		margin-left: -6vw;
		z-index: 0;
	}
	.h2_cate h2 {
		position: relative;
		font-size: 5.5vw;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: #318fc1;
		z-index: 1;
	}
	.row_c01 .h2_cate h2 {
		color: #318fc1;
	}
	.row_c02 .h2_cate {
		background: linear-gradient(to right, #ffffff 2px, transparent 2px) center bottom / 8px 2px repeat-x;
	}
	.row_c02 .h2_cate::before {
		background: url(../img/bg_title2.png) center top / contain no-repeat;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		background: linear-gradient(to right, #6e7780 1px, transparent 1px) left bottom / 5px 1px repeat-x;
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate {
		background: linear-gradient(to right, #ffffff 1px, transparent 1px) left bottom / 5px 1px repeat-x;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 1vw 0 !important;
	}
	.h3_col3 h3 {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}




/* ================================================================================

	共通ボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 20px;
		letter-spacing: 0;
	}
	.link_common ul li:not(:first-child) {
		margin-left: 10px;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 270px;
		background-color: #318fc1;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		border-radius: 0.3em;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffa800;
		color: #ffffff;
	}

	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 22px;
		height: 21px;
		top: 50%;
		margin-top: -11px;
		right: 12px;
	}
	.row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
	}
	.link_common ul li:not(:first-child) {
		margin-top: 2vw;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 80vw;
		background-color: #318fc1;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		margin-left: auto;
		margin-right: auto;
		border-radius: 0.3em;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffa800;
		color: #ffffff;
	}

	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 4vw;
		height: 3.8vw;
		top: 50%;
		margin-top: -2vw;
		right: 3vw;
	}
	.row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ================================================================================

	実績紹介部分

================================================================================ */


/* カテゴリアイコン色 */
.works_icon span {
	background-color: #222222;
	color: #ffffff;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.works_wrap {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.works_wrap ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.works_wrap > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 16px;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		position: relative;
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.works_wrap {
		position: relative;
		margin: 0 auto;
	}
	.works_wrap > ul {
	}
	.works_wrap > ul > li {
		position: relative;
		padding: 0;
	}
	.works_wrap > ul > li:not(:first-child) {
		margin-top: 6vw;
	}

	.works_wrap > ul > li > a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		border: 1px solid #cccccc;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 4vw;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		max-width: 100%;
		width: 100%;
		height: 62vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
	}

}





/* ================================================================================

	当院について

================================================================================ */
.tb_staff table th {
	text-align: center;
	width: 50%;
}
.tb_staff table td {
	/*padding-left: 1em;*/
	text-align: center;
}
.ul_ani {
	display: flex;
}
.ul_ani li {
	width: 32%;
	margin-right: 2%;
}
.ul_ani li:last-child {
	margin-right: 0;
}
.txt_ani {
	text-align: center;
	background: #318fc1;
	color: #fff;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.img_radius img {
		border-radius: 10px;
	}
	.tb_staff table {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
	.ul_ani li img {
		border-radius: 10px 10px 0 0;
	}
	.txt_ani {
		padding: 5px;
		font-size: 18px;
		border-radius: 0 0 10px 10px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.img_radius img {
		border-radius: 3vw;
	}
	.tb_staff table {
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}
	.ul_ani li img {
		border-radius: 3vw 3vw 0 0;
	}
	.txt_ani {
		padding: 0.3vw;
		font-size: 4vw;
		border-radius: 0 0 3vw 3vw;
	}
}





/* ================================================================================

	ワクチン・予防接種について

================================================================================ */
.ico_dog {
	background: #7eb750;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	font-size: 80%;
	margin-right: 0.2em;
	width: 1.8em;
	line-height: 1.8em;
}
.ico_cat {
	background: #318fc1;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	font-size: 80%;
	margin-right: 0.2em;
	width: 1.8em;
	line-height: 1.8em;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.yobou_txt {
		text-align: center;
		font-size: 32px;
	}
	.yobou_txt .txt_small {
		font-size: 22px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.yobou_txt {
		text-align: center;
		font-size: 5.5vw;
	}
	.yobou_txt .txt_small {
		font-size: 4vw;
	}
}





/* ================================================================================

	採用情報

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.icon_list {
		font-size: 28px;
	}
	.icon_list li.elementor-icon-list-item {
		margin-top: 10px;
	}
	.icon_list .elementor-icon-list-icon + .elementor-icon-list-text {
		padding-left: 10px;
	}
	.icon_list .elementor-icon-list-icon i {
		font-size: 30px !important;
		color: #318fc1;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.icon_list li.elementor-icon-list-item {
		margin-top: 3vw;
	}
	.icon_list .elementor-icon-list-icon i {
		color: #318fc1;
	}
}





/* ================================================================================

	よくあるご質問

================================================================================ */
.tb_faq table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.tb_faq th,
.tb_faq td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	vertical-align: middle
}
.tb_faq th {
	width: 20%;
	background: #E0EBF1;
}
.tb_faq tr td:last-child {
	text-align: left;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.tb_faq th {
		padding: 8px;
	}
	.tb_faq td {
		padding: 8px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}





/* ================================================================================

	アクセスページ

================================================================================ */

.map_box a {
	width: 100%;
	height: 450px;
	display: block;
	z-index: 1;
	position: absolute;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}