@charset "utf-8";
img {
	width: 100%;
}
.page-bg {
	width: 100%;
}

.page-bg img {
	min-height: 252px;
	object-fit: cover;
}

.path {
	margin-top: 10px;
}

.path a {
	font-size: 11px;
	line-height: 21px;
}

.path span {
	font-size: 11px;
	line-height: 21px;
}

/*ーーーーーーーーーー
ブログ記事一覧部分
ーーーーーーーーーー*/
.archive {
	width: 100%;
	margin: 20px auto 0;
}
.archive table {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.archive table tr {
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #000;
}
.archive table tr td {
	width: auto;
	height: auto;
	padding: 24px 0;
}
.archive table tr:nth-of-type(1) td {
	padding: 0 0 24px;
}
.archive table tr td:nth-of-type(1) {
	width: 10%;
}
.archive table tr td a {
	display: block;
	width: auto;
	color: #000;
}
.archive table tr td a p {
	font-size: 14px;
	line-height: 26px;
}
.archive table tr td a h3 {
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 1px;
}
/*ーーーーーーーーーー
wp_pagenavi部分
ーーーーーーーーーー*/
main .wp-pagenavi {
	width: 80%;
	height: auto;
	margin: 61px auto 0;
	text-align: center;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
main .wp-pagenavi a {
	box-sizing: border-box;
	min-width: 32px;
	height: auto;
	margin: 0 7px;
	padding: 0 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	border: none;
	background-color: #f7f7f7;
	color: #000;
}
main .wp-pagenavi a:hover {
	background-color: #ea5504;
	color: #fff;
}
main .wp-pagenavi .current {
	box-sizing: border-box;
	min-width: 32px;
	height: auto;
	margin: 0 7px;
	padding: 0 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	border: none;
	background-color: #ea5504;
	color: #fff;
}
main .wp-pagenavi .pages {
	display: none;
}
main .wp-pagenavi .first {
	width: auto;
}
main .wp-pagenavi .last {
	width: auto;
}
main .wp-pagenavi span {
	padding: 5px;
	margin: 0 5px;
	font-size: 15px;
	font-weight: 400;
	lighting-color: 28px;
	vertical-align: middle;
	border: none;
}
.pagenavi_02 {
	width: 100%;
	height: auto;
	margin: 21px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagenavi_02 .pages {
	text-align: center;
	margin: 0;
}

.case {
	margin-top: 20px;
}

.case-content__list {
	margin-top: 12px;
}

.case-content__list {
	margin-bottom: 6.2%;
}

.case-content__list li {
	padding: 28.5px 0;
	border-bottom: 1px dotted black;
}

.case-content__list li:last-child {
	padding: 36px 0 27px;
}

.case-content__list li a {
	display: flex;
	flex-wrap: wrap;
}

.case-content__list li a .case-content__date {
	margin-right: 23px;
	font-size: 14px;
}
.case-content__pagenation {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3px;
}
.case-content__pagenation li {
	width: 32px;
	height: 32px;
	text-align: center;
	margin: 0 4px;
	background-color: #f7f7f7;
}

.case-content__pagenation li.is-opened {
	background: #da5411;
	color: white;
}

.case-content__pagenation li a {
	line-height: 32px;
}
.btn-next,
.btn-prev {
	background: #f7f7f7;
	height: 32px;
	line-height: 32px;
	padding: 0 13px;
	margin: 0 26px;
}
.case-content__status {
	text-align: center;
	padding: 2% 0;
	font-weight: 500;
	font-size: 14px;
}

/*ーーーーーーーーーー
コラム記事一覧部分
ーーーーーーーーーー*/
.archive .container .colum{
	width: 100%;
	height: auto;
}
.archive .container .colum li{
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #000;
	padding: 25px 0;
}
.archive .container .colum li a{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.archive .container .colum li a img{
	width: 150px;
	height: auto;
	margin: 0 30px 0 0;
	display: block;
}
.archive .container .colum li a .colum_01{
	width: auto;
	height: auto;
	display: block;
	flex: 1;
}
.archive .container .colum li a .colum_01 .date{
	font-size: 14px;
	line-height: 24px;
}
.archive .container .colum li a .colum_01 .title{
	font-size: 15px;
	line-height: 25px;
	font-weight: 800;
}
@media only screen and (max-width: 767px) {
	.archive .container .colum li a{
		display: block;
	}
	.archive .container .colum li a img{
		width: 100%;
		margin: 0 0 10px;
		display: block;
	}
	.archive .container .colum li a .colum_01{
		width: 100%;
		height: auto;
	}
}

/* ============banner3============ */
.banner3 {
	margin: 75px 0px;
}

/* =========section intro========= */
.intro {
	width: 100%;
	margin-top: 90px;
	position: relative;
	margin-bottom: 190px;
}

.intro__img {
	width: 78%;
	display: flex;

	position: relative;
}

.intro__img img {
	width: calc(100% / 3);
}

.intro__bg {
	position: absolute;
	background-color: #f8f5f4;
	min-height: 370px;
	height: 105%;
	width: 78%;

	top: 80px;
	right: 0;
	z-index: -1;
}

.intro__card {
	position: absolute;
	background-color: #fff;
	padding: 28px 0 0 45px;
	width: 460px;
	height: 218px;

	bottom: -53px;
	right: -80px;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
	-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 25%);
}

.intro__card a {
	position: absolute;
	width: 217px;
	right: 40px;
	bottom: 33px;

	padding-left: 50px;
}

.intro__card a img {
	right: 40px;
	width: 20px;
}

.intro__card h3 {
	font-size: 31px;
	line-height: 41px;
	font-weight: 400;
}

.intro__card ul {
	margin-top: 10px;
}

.intro__card ul li {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 24px;
}
/* =========section intro========= */

/* ========responsive======== */
@media only screen and (max-width: 767px) {
	.page-bg img {
		min-height: 110px;
	}
	.path {
		margin-top: 5px;
	}
	/*ーーーーーーーーーー
	ブログ記事一覧部分
	ーーーーーーーーーー*/
	.archive {
		width: 90%;
		margin: 14px auto 0;
	}
	.archive table tr td {
		padding: 0 0 17px;
		display: block;
	}
	.archive table tr:nth-of-type(1) td:nth-of-type(1) {
		padding: 0 0 4px;
	}
	.archive table tr td:nth-of-type(1) {
		width: auto;
		height: auto;
		padding: 15px 0 4px;
	}
	.archive table tr td a p {
		line-height: 24px;
	}
	main .wp-pagenavi {
		width: 100%;
		min-width: 248px;
		margin-top: 48px;
	}
	main .wp-pagenavi a {
		margin: 0 0 4px 4px;
	}
	main .wp-pagenavi a:nth-child(1) {
		margin: 0;
	}
	main .wp-pagenavi .current {
		margin: 0 0 4px 4px;
	}
	.pagenavi_02 {
		width: 90%;
		margin: 19px auto 0;
	}
	.pagenavi_02 .pages {
		padding: 5px;
		font-size: 15px;
		border: none;
		margin: 0;
	}
	.pagenavi_02 a {
		margin: 0;
		padding: 0 12px;
		font-size: 15px;
		line-height: 32px;
		text-align: center;
		border: none;
		background-color: #f7f7f7;
		color: #000;
	}
	.pagenavi_02 .first {
		margin-right: 19px;
	}
	.pagenavi_02 .last {
		margin-left: 19px;
	}
	.pagenavi_02 a:hover {
		background-color: #ea5504;
		color: #fff;
	}
	.main-background {
		min-height: 110px;
	}
	.case-content__list li a .case-content__date {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.case-content__list li {
		padding: 17.5px 4px;
	}
	.case-content__list li:last-child {
		padding: 22px 4px 17px;
	}
	.case-content__list li a .case-content__case {
		line-height: 21px;
	}
	.case-content__list {
		margin-bottom: 14.2%;
	}
	.case-content__pagenation {
		margin-bottom: 22px;
	}
	.case-content__pagenation li {
		margin: 0 5px;
	}
	.btn-next {
		margin: 0 0 0 35px;
	}

	.btn-prev {
		margin: 0 30px 0 0;
	}
	.row {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* intro section */
	.intro {
		margin-top: 65px;
		margin-bottom: 200px;
	}
	.intro__img {
		width: 89%;
		top: 0;
		left: 0;
		height: auto;
		display: block;
	}
	.intro__img img {
		width: 100%;
		height: auto;
	}
	.intro__card {
		width: 92%;
		max-width: 400px;
		right: -21px;
		bottom: auto;
		top: 74%;
		height: auto;
		padding: 14px 18px 20px 20px;
	}
	.intro__card a {
		position: relative;
		float: right;
		right: 0px;
		bottom: -5px;
		width: 157px;
		padding-left: 28px;
	}
	.intro__card a img {
		right: 20px;
	}
	.intro__card h3 {
		font-size: 25px;
		line-height: 35px;
	}
	.intro__card ul {
		margin-top: 0px;
	}
	.intro__card ul li {
		line-height: 20px;
		margin-bottom: 0px;
	}
	.intro__bg {
		width: calc(100% - 6%);
		height: 100%;
		min-height: 262px;
		top: 21px;
		left: 6%;
	}
	/* intro section */
	/* banner */
	.banner3 {
		margin: 40px 0px;
	}

	/* banner */
}
@media only screen and (max-width: 374px) {
	/* intro section */
	.intro__card h3 {
		font-size: 24px;
		line-height: 34px;
	}
	/* intro section */
}
@media only screen and (max-width: 320px) {
	.intro__card {
		right: -16px;
	}
}
/* ========responsive======== */
