@charset "UTF-8";

.breadcrumbs {
	display: none;
}
.single {
	padding: 100px 0;
}
.single .headline_1 {
	border-bottom: solid 10px #2D56A3;
	font-size: 42px;
	margin-bottom: 50px;
	padding-bottom: 20px;
	position: relative;
}
.single .headline_1::after {
	border-bottom: solid 10px #0069FF;
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100px;
}
@media screen and (max-width: 1170px) {
	.single {
		padding: 10vw 0;
	}
	.single .headline_1 {
		border-bottom: solid 1vw #2D56A3;
		font-size: 4vw;
		margin-bottom: 5vw;
		padding-bottom: 2vw;
	}
	.single .headline_1::after {
		border-bottom: solid 1vw #0069FF;
		bottom: -1vw;
		width: 10vw;
	}
}
@media screen and (max-width: 780px) {
	.single {
		padding: 10vw 0;
	}
	.single .headline_1 {
		border-bottom: solid 1vw #2D56A3;
		font-size: 6vw;
		margin-bottom: 6vw;
		padding-bottom: 3vw;
	}
	.single .headline_1::after {
		border-bottom: solid 1vw #0069FF;
		bottom: -1vw;
		width: 20vw;
	}
}

/** ---------------------
	single　content
--------------------- **/
.single .blog_content .date {
	margin-bottom: 20px;
}
.single .blog_content h3.headline {
	color: #2D56A3;
	font-family: '游明朝', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}
.single .blog_content article h2 {
	color: #2D56A3;
	font-family: '游明朝', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 30px;
}
.single .blog_content article h3 {
	color: #2D56A3;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}
.single .blog_content article .sub_ttl {
	color: #0069FF;
	font-size: 30px;
	margin-bottom: 20px;
}
.single .blog_content article .cat {
	margin: 0 -5px 50px;
}
.single .blog_content article .cat li {
	background-color: #E3E1E3;
	font-size: 12px;
	margin: 0 5px 10px;
	padding: 5px 10px;
}
.single .blog_content article .post_thumb {
	margin-bottom: 60px;
}
.single_content h4 {
	color: #2D56A3;
	font-family: '游明朝', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}
.single_content p {
	margin-bottom: 80px;
}
.single_content figure {
	margin-bottom: 60px;
}
.single_content figure img {
	width: 100%;
}
@media screen and (max-width: 1170px) {
	.single .blog_content .date {
		margin-bottom: 2vw;
	}
	.single .blog_content h3.headline {
		font-size: 3vw;
		margin-bottom: 1vw;
	}
	.single .blog_content article h2 {
		margin-bottom: 3vw;
	}
	.single .blog_content article h3 {
		font-size: 3vw;
		margin-bottom: 1vw;
	}
	.single .blog_content article .sub_ttl {
		font-size: 2.8vw;
		margin-bottom: 2vw;
	}
	.single .blog_content article .cat {
		margin: 0 -.5vw 5vw;
	}
	.single .blog_content article .cat li {
		font-size: 1.2vw;
		margin: 0 .5vw 1vw;
		padding: 5px 1vw;
	}
	.single .blog_content article .post_thumb {
		margin-bottom: 6vw;
	}
	.single_content h4 {
		font-size: 2.8vw;
		margin-bottom: 2vw;
	}
	.single_content p {
		margin-bottom: 8vw;
	}
	.single_content figure {
		margin-bottom: 6vw;
	}
}
@media screen and (max-width: 780px) {
	.single .blog_content .date {
		margin-bottom: 4vw;
	}
	.single .blog_content h3.headline {
		font-size: 5vw;
		margin-bottom: 2vw;
	}
	.single .blog_content article h2 {
		margin-bottom: 6vw;
	}
	.single .blog_content article h3 {
		font-size: 5vw;
		margin-bottom: 2vw;
	}
	.single .blog_content article .sub_ttl {
		font-size: 3.6vw;
		margin-bottom: 4vw;
	}
	.single .blog_content article .cat {
		margin: 0 -1vw 6vw;
	}
	.single .blog_content article .cat li {
		font-size: 3vw;
		margin: 0 1vw 2vw;
		padding: 1vw 2vw;
	}
	.single .blog_content article .post_thumb {
		margin: 0 -4vw;
		margin-bottom: 8vw;
	}
	.single_content h4 {
		font-size: 4.2vw;
		margin-bottom: 4vw;
	}
	.single_content p {
		margin-bottom: 12vw;
	}
	.single_content figure {
		margin-bottom: 8vw;
	}
}

/** ---------------------
	single portfolio
--------------------- **/
.portfolio .veu_socialSet {
	display: none;
}
.portfolio .url a {
	color: #2D56A3;
	display: table;
	font-size: 22px;
	margin-left: auto;
	padding-left: 110px;
	position: relative;
}
.portfolio .url a img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 95px;
}
.portfolio .url a:hover {
	color: #0069FF;
}
@media screen and (max-width: 1170px) {
	.portfolio .url a {
		font-size: 2vw;
		padding-left: 10vw;
	}
	.portfolio .url a img {
		width: 9vw;
	}
}
@media screen and (max-width: 780px) {
	.portfolio .url a {
		font-size: 4vw;
		padding-left: 16vw;
	}
	.portfolio .url a img {
		width: 14vw;
	}
}

/** -- portfolio list -- **/
.other_portfolio {
	margin-top: 100px;
}
.other_portfolio h2 {
	border-bottom: solid 10px #2D56A3;
	color: #2D56A3;
	font-size: 24px;
	margin-bottom: 50px;
	padding-bottom: 10px;
	position: relative;
}
.other_portfolio h2::after {
	border-bottom: solid 10px #0069FF;
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100px;
}
.other_portfolio .list article {
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
	margin: 0 40px 60px;
	position: relative;
	width: calc(50% - 80px);
}
.other_portfolio .list article a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.other_portfolio .list article a:hover {
	background-color: rgba(255, 255, 255, .3);
}
.other_portfolio .list article figure {
	height: 320px;
}
.other_portfolio .list article figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.other_portfolio .list article .text {
	padding: 30px;
	padding-bottom: 130px;
}
.other_portfolio .list article h3 {
	color: #2D56A3;
	font-size: 18px;
	margin-bottom: 10px;
}
.other_portfolio .list article .exp {
	font-family: '游明朝', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
	font-size: 18px;
	margin-bottom: 20px;
}
.other_portfolio .list article .cat li {
	background-color: #E3E1E3;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 2px 5px;
}
.other_portfolio .list article .link {
	color: #2D56A3;
	display: table;
	font-family: '游明朝', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
	font-size: 20px;
	padding-bottom: 10px;
	padding-right: 40px;
	position: absolute;
	bottom: 40px;
	right: 30px;
}
.other_portfolio .list article .link::before {
	background-color: #2D56A3;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(1);
	transform-origin: left top;
	transition: transform .3s;
	height: 1px;
	width: 100%;
}
.other_portfolio .list article a:hover + figure + .text > .link::before {
	transform: scaleX(0);
	transform-origin: right top;
}
.other_portfolio .list article .link::after {
	content: '→';
	position: absolute;
	right: 10px;
	top: 0;
}
.other_portfolio .contact_btn {
	margin: 0 auto;
}
@media screen and (max-width: 1170px) {
	.other_portfolio {
		margin-top: 10vw;
	}
	.other_portfolio h2 {
		border-bottom: solid 1vw #2D56A3;
		font-size: 2.2vw;
		margin-bottom: 5vw;
		padding-bottom: 1vw;
	}
	.other_portfolio h2::after {
		border-bottom: solid 1vw #0069FF;
		bottom: -1vw;
		width: 10vw;
	}
	.other_portfolio .list {
		margin: 0 -2vw;
	}
	.other_portfolio .list article {
		margin: 0 2vw 6vw;
		width: calc(50% - 4vw);
	}
	.other_portfolio .list article figure {
		height: 30vw;
	}
	.other_portfolio .list article .text {
		padding: 3vw;
		padding-bottom: 12vw;
	}
	.other_portfolio .list article h3 {
		font-size: 1.8vw;
		margin-bottom: 10px;
	}
	.other_portfolio .list article .exp {
		font-size: 1.7vw;
		margin-bottom: 2vw;
	}
	.other_portfolio .list article .cat {
		margin-right: -1vw;
	}
	.other_portfolio .list article .cat li {
		font-size: 1.1vw;
		margin-bottom: 1vw;
		margin-right: 1vw;
		padding: .2vw .5vw;
	}
	.other_portfolio .list article .link {
		font-size: 1.9vw;
		padding-bottom: 1vw;
		padding-right: 4vw;
		bottom: 4vw;
		right: 3vw;
	}
	.other_portfolio .list article .link::after {
		right: 1vw;
	}
}
@media screen and (max-width: 780px) {
	.other_portfolio {
		margin-top: 20vw;
	}
	.other_portfolio h2 {
		border-bottom: solid 1vw #2D56A3;
		font-size: 4.6vw;
		margin-bottom: 8vw;
		padding-bottom: 2vw;
	}
	.other_portfolio h2::after {
		border-bottom: solid 1vw #0069FF;
		bottom: -1vw;
		width: 20vw;
	}
	.other_portfolio .list {
		margin: 0;
	}
	.other_portfolio .list article {
		margin: 0 0 10vw;
		width: 100%;
	}
	.other_portfolio .list article figure {
		height: 60vw;
	}
	.other_portfolio .list article .text {
		padding: 6vw 4vw;
		padding-bottom: 20vw;
	}
	.other_portfolio .list article h3 {
		font-size: 4vw;
		margin-bottom: 10px;
	}
	.other_portfolio .list article .exp {
		font-size: 4vw;
		margin-bottom: 2vw;
	}
	.other_portfolio .list article .cat {
		margin-right: -2vw;
	}
	.other_portfolio .list article .cat li {
		font-size: 3vw;
		margin-bottom: 2vw;
		margin-right: 2vw;
		padding: .4vw 1vw;
	}
	.other_portfolio .list article .link {
		font-size: 4.2vw;
		padding-bottom: 2vw;
		padding-right: 8vw;
		bottom: 6vw;
		right: 3vw;
	}
	.other_portfolio .list article .link::after {
		right: 2vw;
	}
}