/*
Theme Name: MIYABI Architect Office
Theme URI: https://jojo-kikau.jp
Description: みやび設計　Wordpressテーマ
Author: koge
Author URI: https://nikko-lab.com/
Template: businesspress
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');


body {
	color: #000;
}

body:lang(ja) {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400;
	line-height: 1.9;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: justify;
}



@media screen and (min-width: 980px) {
	.section-inner, .site-content, .container-content {
		max-width: 1000px;
	}

	.main-navigation .current-menu-item > a {
		font-weight: 400;
	}

}


.site-header {
	border-bottom: none;
}

.home-mv-area {
	position: relative;
	box-sizing: border-box;
	padding-top: 70px;
	padding-left: 20%;
	margin-top: 50px;
	overflow: hidden;

}
.home-mv-area img.hm-bg {
	animation: hmfadeInLeft 2s ease-in-out 0.5s forwards;
	opacity: 0;
}
@keyframes hmfadeInLeft{
	0%{
		padding-left: 100%;
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100%{
		padding-left: 0;
		opacity: 1;
	}
}

.home-mv-area .hm-copy {
	width: auto;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 20%;
	animation: hmcp 1.5s ease-in-out 2.5s forwards;
	opacity: 0;
}
@keyframes hmcp{
	0%{
		transform: translateX(-100px);
		opacity: 0;
	}
	100%{
		transform: translateX(-75px);
		opacity: 1;
	}
}

footer .site-bottom {
	background-color: #00226e;
	color: #fff;
}
.site-bottom a {
	color: #fff;
}
.site-bottom a:hover, .site-bottom .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}
.footer-prof {
	text-align: left;
}
.footer-prof img {
	width: 280px;
	height: auto;
}

.footer-content-area {
	background-color: #eff5f9;
	padding: 3rem 0;
}
.footer-content-area h2.title + .subtitle {
	margin: 0.5em 0 0;
}
.f-box3 .fc-title {
	width: 22.5%;
}
.fc-tel {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 2.75em;
	line-height: 1;
}
.fc-btn .btn {
	min-width: auto;
	width: 100%;
}

@media screen and (min-width: 782px) {
	.header-social-link, .footer-navigation {
		float: right;
	}
}


section {
	padding: 6rem 0;
}

.container-wrapper.herf-bg, .container-wrapper.herf-bg-re {
	background-color: transparent;
	position: relative;
}
.container-wrapper.herf-bg:before {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #eff5f9;
	z-index: -1;
}
.container-wrapper.herf-bg-re:before {
	content: "";
	width: 42%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #eff5f9;
	z-index: -1;
}
@media screen and (min-width: 1600px) {
	.container-wrapper.herf-bg-re:before {
		width: 44%;
	}
}


.home-about p {
	padding-left: 5em;
	margin-bottom: 0;
}

h2.title {
	font-family: 'Oswald', sans-serif;
	font-size: 3em;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	margin: 0;
}
h2.title + .subtitle {
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.5;
	margin: 1em 0 2em;
}

.top-service-link {
	display: block;
	margin-bottom: 60px;
	cursor: pointer;
	text-decoration: none;
}
.top-service-link .tsl-text {
	text-decoration: none;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.5;
	padding-top: 0.5em;
	color: #000;
	transition: 0.3s;
}
.top-service-link:hover .tsl-text {
	color: #00226e;
}

.top-service-link .tsl-img {
	position: relative;
	overflow: hidden;
}
.top-service-link .tsl-img img {
	transform: scale(1.0);
	transition: 0.3s;
}
.top-service-link:hover .tsl-img img {
	transform: scale(1.1);
}
.top-service-link .tsl-img:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 34, 110, 0);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
	z-index: 1;
}
.top-service-link .tsl-img:after {
	content: "詳しくはこちら →";
	color: #fff;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: left;
	top: 50%;
	transform: translateX(-50%);
	padding-right: 30px;
	transition: 0.3s;
	opacity: 0;
	transition: 0.3s;
	z-index: 2;
}
.top-service-link:hover .tsl-img:before {
	background-color: rgba(0, 34, 110, 0.75);
}
.top-service-link:hover .tsl-img:after {
	padding-right: 0;
	opacity: 1;
}


.tab-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.tab-area .tab {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #00226E;
	border-right: none;
	width: 20%;
	text-align: center;
	padding: 1em;
	font-weight: 500;
	cursor: pointer;
	transition: 0.3s;
}
.tab-area .tab:last-child {
	border-right: 1px solid #00226E;
}
.tab-area .tab.active, .tab-area .tab:hover {
	background-color: #00226E;
	color: #fff;
}

.tab-content-area {
	margin-top: 50px;
}
.tab-content-area .tab-content {
	display: none;
}
.tab-content-area .tab-content.show {
	display: block;
}


.top-works-btn {
	display: block;
	text-align: center;
	background-image: url(https://miyabi-d.com/wp/wp-content/uploads/2021/06/top_works_bg.jpg);
	background-size: 100%;
	background-position: center bottom -8em;
	padding: 8em 0;
	text-decoration: none;
	position: relative;
	transition: 0.5s;
}
.top-works-btn:hover {
	background-size: 103%;
}
.top-works-btn:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 34, 110, 0);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
	z-index: 1;
}

.top-works-btn:hover:before {
	background-color: rgba(0, 34, 110, 0.75);
}
.top-works-btn h2 {
	color: #fff;
	z-index: 2;
	position: relative;
}
.top-works-btn:hover h2 {
	letter-spacing: 0.1em;
}
.top-works-btn h2.title + .subtitle {
	color: #fff;
	margin-bottom: 0;
	z-index: 2;
	position: relative;
}
.top-works-btn:hover .title + .subtitle {
	letter-spacing: 0.2em;
}


.works-table th, .works-table td {
	border: 1px solid #b1b1b1;
}
.works-table th {
	background-color: transparent;
	text-align: center;
}

@media screen and (max-width: 782px) {
	.top-works-btn {
		background-size: cover;
		background-position: center bottom;
		padding: 4em 0;
	}
	.top-works-btn:hover {
		background-size: cover;
	}



	body.page section {
		padding: 3rem 0;
	}

	.site-branding {
		padding-right: 100px;
	}

	.home-mv-area {
		padding-top: 20px;
		margin-top: 0;
		height: 520px;
	}
	.home-mv-area .hm-copy {
		width: 100px;
		height: auto;
		top: 100px;
		left: 30%;
	}
	.home-mv-area img.hm-bg {
		height: 500px;
		object-fit: cover;
	}

	.container-wrapper.herf-bg:before {
		width: 80%;
		right: auto;
		left: 0;
	}
	.f-box2-ha .f-item:first-child h2, .f-box2-ha .f-item:first-child .subtitle {
		text-align: left;
	}
	h2.title {
		font-size: 2.5em;
	}
	h2.title + .subtitle {
		font-size: 1.25em;
		margin: 1em 0 1.5em;
	}
	.home-about p {
		padding-left: 20px;
	}

	.top-service-link {
		margin-bottom: 30px;
	}
	.top-service-link .tsl-text {
		font-size: 1em;
		letter-spacing: 0;
	}

	.top-service-link .tsl-img:after {
		left: 1em;
		transform: translateX(0);
		font-size: 0.9em;
	}


	.container-wrapper.herf-bg-re {
		padding-top: 3rem;
		padding-bottom: 0;
	}
	.container-wrapper.herf-bg-re:before {
		width: 75%;
		height: 480px;
	}

}





body.page .jumbotron {
	background-image: none;
	background-color: transparent;
}

.jumbotron-title {
	text-transform: uppercase;
	font-family: 'Oswald';
	font-weight: 500;
	color: #000;
	text-shadow: none;
	text-align: left;
	line-height: 1;
	letter-spacing: 0;
}
.jumbotron .subheader {
	color: #000;
	text-align: left;
	font-size: 1.5em;
	font-weight: 500;
	margin-top: 1em;
}

.jumbotron-content {
	padding-bottom: 0px;
	padding-top: 30px;
	text-align: center;
}

@media screen and (min-width: 980px) {
	.jumbotron-content, .three-column .site-content, .has-sidebar .site-content, .footer-widget-content {
		max-width: 1000px;
	}
	.jumbotron-content {
		padding-bottom: 0;
		padding-top: 55px;
	}
}
@media screen and (min-width: 782px) {
	.jumbotron-title {
		font-size: 3.25em;
	}
}
@media screen and (max-width: 782px) {
	.jumbotron .subheader {
		font-size: 1.25em;
	}
}


.g-box {
	background-color: #f7fafc;
	padding: 2em;
	width: 50%;
	margin: 3em auto 0;
}

.gmap-area{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.gmap-area iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table {
	font-size: 100%;
}
table.company-table tr {
	border-bottom: 1px solid #b1b1b1;
}
table.company-table th, table.company-table td {
	border: none;
}

.ceo-name {
	margin-top: 1em;
	font-size: 2.25em;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}
.ceo-name span {
	font-size: 1.1rem;
}


.career-area {
	position: relative;
}
.career-area:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 45px;
}

.f-box2-career {
	display: flex;
	flex-wrap: wrap;
	justify-content: safe flex-start;
	align-items: center;
	margin-bottom: 2rem;
}
.f-box2-career .year-box {
	width: 90px;
	margin-right: 40px;
}
.year-circle {
	width: 90px;
	height: 90px;
	border: 1px solid #000;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
}
.year-circle span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
	line-height: 1.3;
	text-align: center;
}

.contact-tel h3:first-child {
	margin-top: 0;
}
.contact-tel h3 small {
	font-size: 70%;
}
.tel-box {
	font-family: 'Oswald', sans-serif;
	font-size: 2.5em;
	line-height: 1;
}

table.contact-table th, table.contact-table td {
	background-color: transparent;
	border: none;
	vertical-align: top;
}

table.contact-table th {
	position: relative;
	width: 14em;
	padding-top: 1.75em;
}
table.contact-table th span.req {
	position: absolute;
	display: inline-block;
	background-color: #00226e;
	color: #fff;
	font-size: 75%;
	line-height: 1;
	padding: 0.5em 0.75em 0.75em;
	font-weight: 400;
	border-radius: 3px;
	top: 2.5em;
	right: 1.5em;
}
table.contact-table td {
	border-bottom: 1px solid #b1b1b1;
}
table.contact-table td.border-top {
	border-top: 1px solid #b1b1b1;
}

input[type="tel"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	border: none;
	color: #777;
	padding: 0.75em;
	margin-top: 0.2em;
	width: 100%;
	box-sizing: border-box;
}
input::placeholder, textarea::placeholder {
	color: #b1b1b1;
}
.submit-area {
	text-align: right;
	margin-top: 3em;
	position: relative;
}
.submit-area div.arrow {
	color: #fff;
	position: absolute;
	top: 50%;
	right: 8em;
	transform: translateY(-50%);
	transition: 0.3s;
}

input[type="submit"].btn {
	display: inline-block;
	text-decoration: none;
	position: relative;
	background-color: #00226e;
	color: #fff;
	box-sizing: border-box;
	line-height: 1;
	padding: 1.5em;
	font-size: 1.1em;
	min-width: 280px;
	text-align: center;
	border-radius: 0;
}

input[type="submit"].btn:hover ~ div.arrow {
	right: 7.5em;
}

body.page-id-46 .footer-content-area {
	display: none;
}



h3.u-line {
	color: #0a2c79;
	border-bottom: 1px solid #0a2c79;
	padding-bottom: 0.5em;
}
table.b-line-table {
	width: 60%;
}
table.b-line-table th, table.b-line-table td {
	border: solid 1px #0a2c79;
}
table.b-line-table th {
	color: #0a2c79;
	background: transparent;
}

.blue-color { color: #0a2c79; }


@media screen and (max-width: 782px) {
	.jumbotron-title {
		font-size: 2.5em;
	}

	.g-box {
		padding: 1.25em;
		width: 100%;
		box-sizing: border-box;
	}

	table.company-table th, table.company-table td {
		display: block;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	table.company-table tr td:first-child {
		padding-bottom: 0;
	}
	table.company-table tr td:last-child {
		padding-left: 1.5em;
	}
	.gmap-area{
		padding-top: 96.25%;/*比率をお好みで*/
	}



	.career-area:before {
		left: 37.5px;
	}
	.f-box2-career .year-box {
		width: 75px;
		margin-right: 20px;
	}
	.year-circle {
		width: 75px;
		height: 75px;
	}
	.year-circle span {
		font-size: 1em;
	}
	.f-box2-career .career-text {
		width: calc(100% - 95px);
	}

	.contact-table {
		border-top: 1px solid #b1b1b1;
	}
	table.contact-table th, table.contact-table td {
		display: block;
	}
	table.contact-table td.border-top {
		border-top: none;
	}
	table.contact-table th {
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 0;
	}
	table.contact-table td {
		padding-top: 0.3em;
	}
	.submit-area {
		text-align: center;
	}
	.submit-area div.arrow {
		top: 35%;
		right: 4em;
	}
	input[type="submit"].btn:hover ~ div.arrow {
		right: 4.5em;
	}

	input[type="tel"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
		padding: 0.75em 0;
	}

	table.b-line-table {
		width: 100%;
	}

}



/* btn */
.btn-area {
	text-align: center;
}
.btn {
	display: inline-block;
	text-decoration: none;
	position: relative;
	background-color: #00226e;
	color: #fff;
	box-sizing: border-box;
	line-height: 1;
	padding: 1.5em;
	font-size: 1.1em;
	min-width: 280px;
	text-align: center;
}
.btn:after {
	content: "→";
	color: #fff;
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translateY(-50%);
	transition: 0.3s;
}
.btn:hover {
	color: #fff;
}
.btn:hover:after {
	right: 1.5em;
}


.main-navigation a {
	position: relative;
	display: inline-block;
	transition: 0.5s;
}
.main-navigation a::after {
	position: absolute;
	bottom: 10px;
	left: 15px;
	content: '';
	width: 0;
	border-bottom: solid 1px #00226e;
	transition: 0.5s;
}
.main-navigation a:hover::after {
	width: calc(100% - 30px);
}
@media screen and (min-width: 980px) {
	.main-navigation div.menu > ul > li:first-child > a, .main-navigation ul.menu > li:first-child > a {
		padding-left: 15px;
	}
	.main-navigation div.menu > ul > li:last-child > a, .main-navigation ul.menu > li:last-child > a {
		padding-right: 15px;
	}
}


/* flex-box */
.f-box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f-box2 .f-item {
	width: 47.5%;
}

.f-box2-ha {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.f-box2-ha .f-item:first-child {
	width: 37.5%;
	box-sizing: border-box;
}
.f-box2-ha .f-item:last-child {
	width: 62.5%;
	box-sizing: border-box;
}


.f-box2-about {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.f-box2-about .f-item {
	width: 47.5%;
}


.f-box2-flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 40px;
}
.f-box2-flow .f-item.flow-no {
	width: 60px;
	text-align: center;
	margin-right: 50px;
	position: relative;
}
.f-box2-flow .f-item.flow-no:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.f-box2-flow .f-item.flow-no .no {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 2em;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
}
.f-box2-flow .f-item.flow-text {
	width: 800px;
}
.f-box2-flow .f-item.flow-text h3 {
	font-weight: 600;
	margin-top: 0.75em;
}
.f-box2-flow .f-item.flow-text p {
	margin-bottom: 0;
}


.f-box2-contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f-box2-contact .f-item:first-child {
	width: 35%;
}
.f-box2-contact .f-item:last-child {
	width: 60%;
}




.fbf01 .f-item.flow-no {
	background: #4063b0;
}
.fbf01 .f-item.flow-no:after {
	border-top: 20px solid #4063b0;
}
.fbf01 .f-item.flow-text h3 {
	color: #4063b0;
}
.fbf02 .f-item.flow-no {
	background: #3558a5;
}
.fbf02 .f-item.flow-no:after {
	border-top: 20px solid #3558a5;
}
.fbf02 .f-item.flow-text h3 {
	color: #3558a5;
}
.fbf03 .f-item.flow-no {
	background: #2c4f9c;
}
.fbf03 .f-item.flow-no:after {
	border-top: 20px solid #2c4f9c;
}
.fbf03 .f-item.flow-text h3 {
	color: #2c4f9c;
}
.fbf04 .f-item.flow-no {
	background: #244794;
}
.fbf04 .f-item.flow-no:after {
	border-top: 20px solid #244794;
}
.fbf04 .f-item.flow-text h3 {
	color: #244794;
}
.fbf05 .f-item.flow-no {
	background: #1c3f8c;
}
.fbf05 .f-item.flow-no:after {
	border-top: 20px solid #1c3f8c;
}
.fbf05 .f-item.flow-text h3 {
	color: #1c3f8c;
}
.fbf06 .f-item.flow-no {
	background: #133683;
}
.fbf06 .f-item.flow-no:after {
	border-top: 20px solid #133683;
}
.fbf06 .f-item.flow-text h3 {
	color: #133683;
}
.fbf07 .f-item.flow-no {
	background: #0a2c79;
}
.fbf07 .f-item.flow-no:after {
	border-top: 20px solid #0a2c79;
}
.fbf07 .f-item.flow-text h3 {
	color: #0a2c79;
}
.fbf08 .f-item.flow-no {
	background: #00226e;
}
.fbf08 .f-item.flow-no:after {
	content: none;
}
.fbf08 .f-item.flow-text h3 {
	color: #00226e;
}









.f-box3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f-box3 .f-item {
	width: 27.5%;
}



.order1 { order: 1; }
.order2 { order: 2; }

@media screen and (max-width: 768px) {
	.f-box2-ha .f-item:first-child {
		width: 100%;
		margin-bottom: 60px;
	}
	.f-box2-ha .f-item:last-child {
		width: 100%;
	}

	.f-box3 .f-item {
		width: 46.5%;
	}

	.f-box2-flow {
		justify-content: space-between;
	}
	.f-box2-flow .f-item.flow-no {
		width: 50px;
		margin-right: 20px;
	}
	.f-box2-flow .f-item.flow-no:after {
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
	}
	.f-box2-flow .f-item.flow-no .no {
		font-size: 1.5em;
	}
	.f-box2-flow .f-item.flow-text {
	    width: calc(100% - 75px);
	}

	.footer-content-area .f-box3 .f-item {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-content-area .f-box3 .f-item:last-child {
		margin-bottom: 0;
	}
	.fc-tel {
		font-size: 2em;
	}

	.f-box2 .f-item {
		width: 100%;
		text-align: center;
	}

	.f-box2-about .f-item {
		width: 100%;
	}


	.f-box2-contact .f-item:first-child {
		width: 100%;
		margin-bottom: 3rem;
	}
	.f-box2-contact .f-item:last-child {
		width: 100%;
	}





	.order1 { order: 2; }
	.order2 { order: 1; }
}

/* その他 */
.text-c { text-align: center; }
.text-r { text-align: right; }
.text-l { text-align: left !important; }

.mb0 { margin-bottom: 0; }
.mt0 { margin-top: 0; }
.pb0 { padding-bottom: 0; }
.pt0 { padding-top: 0; }

br.pc { display: inline; }
br.sp { display: none; }

@media screen and (max-width: 768px) {
	br.pc { display: none; }
	br.sp { display: inline; }

	.smb0 { margin-bottom: 0 !important; }
}


/* top works slider */
.container-wrapper.home-works-wrap {
	background: transparent;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.home-works-wrap .container-content {
	text-align: right;
}
.home-works-wrap .works-all {
	display: inline-block;
	margin-bottom: 1em;
	text-decoration: none;
	color: #000;
	padding-right: 1em;
	box-sizing: border-box;
	transition: 0.3s;
}
.home-works-wrap .works-all:hover {
	color: #00226e;
	padding-right: 0;
}


.swiper-slide .post__thumb--img {
	margin: 0;
}
.swiper-slide .post__thumb--img a {
	padding-top: 120%;
	width: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	transition: 0.3s;
}
.swiper-slide .post__thumb--img a:hover, .swiper-slide-active .post__thumb--img a {
	background-position: center left;
}
.swiper-slide-active .post__thumb--img a {
	transition-delay: 1s;
}
.swiper-slide .post__thumb--img a:after {
	content: "→";
	color: #fff;
	font-weight: 500;
	font-size: 1.75em;
	line-height: 1;
	position: absolute;
	top: 15px;
	right: 15px;
	transition: 0.3s;
	opacity: 0;
	transition: 0.3s;
}
.swiper-slide .post__thumb--img a:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 34, 110, 0);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
}
.swiper-slide-active .post__thumb--img a:before, .swiper-slide-active .post__thumb--img a:after {
	transition-delay: 1s;
}
.swiper-slide .post__thumb--img a:hover:before, .swiper-slide-active .post__thumb--img a:before {
	background-color: rgba(0, 34, 110, 0.75);
}
.swiper-slide .post__thumb--img a:hover:after, .swiper-slide-active .post__thumb--img a:after {
	opacity: 1;
}
.swiper-slide__inner--item {
	position: relative;
}
.swiper-slide .text-block {
	position: absolute;
	left: 0;
	bottom: 1.5em;
	color: #fff;
	transition: 0.3s;
	opacity: 0;
}
.swiper-slide-active .text-block {
	transition-delay: 1s;
	left: 1em;
	opacity: 1;
}
.swiper-slide .text-block .meta-title {
	font-size: 1.5em;
}
.post__thumb--img:hover + .text-block {
	left: 1em;
	opacity: 1;
}
.swiper-button-next:after, .swiper-button-prev:after {
	color: #fff;
}

@media screen and (max-width: 782px) {
	.swiper-slide .post__thumb--img a {
		padding-top: 90%;
	}



}








/** works **/
.container-wrapper.works-card-layout {
	padding: 0;
	background-color: transparent;
}
.works-card-layout .entry{
	width: 25%;
	margin: 0;
	float:left;
	clear:none;
	display: block;
	position: relative;
}

.works-card-layout .entry:after {
	content: "→";
	color: #fff;
	font-weight: 500;
	font-size: 1.75em;
	line-height: 1;
	position: absolute;
	top: 15px;
	right: 15px;
	transition: 0.3s;
	opacity: 0;
}
.works-card-layout .entry:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 34, 110, 0);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
}
.works-card-layout .entry:hover:before {
	background-color: rgba(0, 34, 110, 0.75);
}
.works-card-layout .entry:hover:after {
	opacity: 1;
}

.works-card-layout .entry .text-block  {
	position: absolute;
	left: 0;
	bottom: 1.5em;
	color: #fff;
	transition: 0.3s;
	opacity: 0;
}
.works-card-layout .entry .text-block  .meta-title {
	font-size: 1.5em;
}
.works-card-layout .entry:hover .text-block {
	left: 1em;
	opacity: 1;
}



.container-wrapper.herf-bg-vertical {
	background-color: transparent;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 3rem;
}
.container-wrapper.herf-bg-vertical:before {
	content: "";
	width: 100%;
	height: 70%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #eff5f9;
	z-index: -1;
}
.works-header {
	background-size: cover;
	background-position: center;
	min-height: 500px;
	position: relative;
}
.works-header .works-title {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 500;
	width: 100%;
	padding: 1.5em 2em;
	box-sizing: border-box;
	background: rgba(0, 34, 110, 0.75);
	background: linear-gradient(0deg, rgba(0,34,110,0.75) 0%, rgba(0,34,110,0.5) 95%, rgba(0,34,110,0) 100%);
}
.works-title h2 {
 	margin: 0;
 	color: #fff;
 	font-weight: 500;
}

.works-detail-list {
	margin-left: 0;
	text-align: right;
}
.works-detail-list li {
	list-style: none;
	display: inline-block;
	position: relative;
	padding-left: 0.8em;
	margin-right: 80px;
	text-align: left;
}
.works-detail-list li:before {
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.8em;
	content: "";
	background: #00226e;
}
.works-detail-list li:last-child {
	margin-right: 0;
}
.works-detail-list li span {
	color: #00226e;
	font-weight: 500;
}



@media screen and (max-width: 782px) {
	.works-card-layout .entry{
		width: 50%;
	}
	.works-card-layout .entry .text-block {
		bottom: 1em;
	}
	.works-card-layout .entry .text-block .meta-title {
		font-size: 1em;
	}


	.works-header {
		min-height: 340px;
	}
	.container-wrapper.herf-bg-vertical {
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.works-detail-list {
		text-align: left;
	}
	.works-detail-list li {
		display: block;
		padding-bottom: 1em;
		margin-right: 0;
	}
	.works-detail-list li:last-child {
		padding-bottom: 0;
	}
	.single-works section {
		padding: 3rem 0;
	}
	.single-works .f-box2 .f-item {
		text-align: left;
	}

}



/* scroll fade animation */
.sa {
	opacity: 0;
	transition: all .5s ease;
}
.sa.show {
	opacity: 1;
	transform: none;
}
.sa--lr {
	transform: translate(-100px, 0);
}
.sa--rl {
	transform: translate(100px, 0);
}
.sa--up {
	transform: translate(0, 100px);
}
.sa--down {
	transform: translate(0, -100px);
}
.sa--scaleUp {
	transform: scale(.5);
}
.sa--scaleDown {
	transform: scale(1.5);
}
.sa--rotateL {
	transform: rotate(180deg);
}
.sa--rotateR {
	transform: rotate(-180deg);
}