/*--------------------------------------------------*/
/* local-nav */
/*--------------------------------------------------*/

.casestudy-page .scroll-area {
	margin-top: -30px;
}

/*--------------------------------------------------*/
/* .bg-img-○○ */
/*--------------------------------------------------*/

.casestudy-page .title-wrapper {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/* .bg-img-380 */
.casestudy-page .bg-img-380 .layer {
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	height: 380px;
	display: flex;
	align-items: center;
}

/* .bg-img-500 */
.casestudy-page .bg-img-500 .layer {
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	height: 500px;
	display: flex;
	align-items: center;
}

/* .bg-img-570 */
.casestudy-page .bg-img-570 .layer {
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	height: 570px;
	display: flex;
	align-items: center;
}
@media(max-width:767px){
	/* .bg-img-380 */
	.casestudy-page .bg-img-380 .layer {
		height: 300px;
		background-size: 767px;
		background-position: right top ,left bottom;
		padding: 50px 0 100px;
	}

	/* .bg-img-500 */
	.casestudy-page .bg-img-500 .layer {
		height: 360px;
		background-size: 767px;
		background-position: right top ,left bottom;
		padding: 50px 0 100px;
	}

	/* .bg-img-570 */
	.casestudy-page .bg-img-570 .layer {
		height: 420px;
		background-size: 767px;
		background-position: right top ,left bottom;
		padding: 50px 0 100px;
	}
}

/*--------------------------------------------------*/
/* .blue-grad */
/*--------------------------------------------------*/

.casestudy-page .blue-grad {
	background: linear-gradient(#EDF5F7, #E1EFF4, #9FD1E6, #0089C4);
}

/*--------------------------------------------------*/
/* .loop-area */
/*--------------------------------------------------*/

.casestudy-page .loop-area .bg-img-570 .layer {
	padding-bottom: 40px;
}
.casestudy-page .loop-area .content-wrapper {
	background-position: calc(50% + 400px) 85%, center bottom;
	background-repeat: no-repeat;
	padding-bottom: 200px;
}
.casestudy-page .loop-area .lead-wrapper .container {
	max-width: 1360px;
}
.casestudy-page .loop-area .lead-wrapper .h2 {
	position: relative;
	background-color: #ffffff;
	border-radius: 15px;
	font-size: 40px;
	text-align: center;
	color: #0076AE;
	margin: -150px 0 0 0;
	padding: 120px 20px 100px;
	float: left;
	width: 100%;
}
.casestudy-page .loop-area .lead-wrapper .h2:before {
	position: absolute;
	top: -30px;
	left: 50%;
	content: "";
	width: 1px;
	height: 130px;
	background-color: #2E4E95;
}
.casestudy-page .loop-area .casestudy-list .row {
	margin: 0 -40px;
	padding: 0;
	list-style-type: none;
}
.casestudy-page .loop-area .casestudy-list .row > * {
	display: flex;
	padding: 0 40px;
	margin-bottom: 80px;
}
.casestudy-page .loop-area .casestudy-list ul li.is-hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin: 0;
}
.casestudy-page .loop-area .casestudy-list .blog-card {
	position: relative;
	background-color: #ffffff;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
	color: #4d4d4d;
}
.casestudy-page .loop-area .casestudy-list dl dt a {
	display: block;
	transition: 0.3s;
}
.casestudy-page .loop-area .casestudy-list dl dt img {
	width: 100%;
}
.casestudy-page .loop-area .casestudy-list dl dd {
	padding: 0 35px 70px 35px;
}
.casestudy-page .loop-area .casestudy-list dl dd h3 {
	font-size: 18px;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.casestudy-page .loop-area .casestudy-list dl dd p {
	line-height: 1.5;
}
.casestudy-page .loop-area .casestudy-list .blog-card .en {
	position: absolute;
	bottom: 30px;
	right: 50px;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	color: #287BB5;
}
.casestudy-page .loop-area .casestudy-list .blog-card .en::before{
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: -70px;
	width: 60px;
	height: 1px;
	background-color: #287BB5;
	transition: all .3s;
}
.casestudy-page .loop-area .casestudy-list .blog-card .en::after{
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	right: -71px;
	width: 7px;
	height: 1px;
	background-color: #287BB5;
	transform: rotate(45deg);
	transition: all .3s;
}
@media(max-width:991px){
	.casestudy-page .loop-area .lead-wrapper .h2 {
		font-size: 34px;
	}
	.casestudy-page .loop-area .casestudy-list {
		font-size: 14px;
	}
	.casestudy-page .loop-area .casestudy-list .row {
		margin: 0 -20px;
	}
	.casestudy-page .loop-area .casestudy-list .row > * {
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.casestudy-page .loop-area .casestudy-list dl dd {
		padding: 0 20px 50px 20px;
	}
	.casestudy-page .loop-area .casestudy-list dl dd h3 {
		font-size: 16px;
	}
	.casestudy-page .loop-area .casestudy-list .blog-card {
		box-shadow: 5px 5px 2px rgb(0 0 0 / 16%);
	}
	.casestudy-page .loop-area .casestudy-list .blog-card .en {
		right: 20px;
		bottom: 20px;
	}
	.casestudy-page .loop-area .casestudy-list .blog-card .en::before {
		right: -40px;
		width: 30px;
	}
	.casestudy-page .loop-area .casestudy-list .blog-card .en::after {
		right: -41px;
	}
}
@media(max-width:767px){
	.casestudy-page .loop-area .content-wrapper {
		background-position: calc(50% + 200px) 85%, left bottom;
		background-size: 253px,767px;
		padding-bottom: 150px;
	}
	.casestudy-page .loop-area .lead-wrapper .h2 {
		font-size: 28px;
		margin-top: -140px;
		padding: 50px 20px 40px;
	}
	.casestudy-page .loop-area .lead-wrapper .h2:before {
		height: 45px;
	}
	.casestudy-page .loop-area .casestudy-list {
		padding-left: 15px;
		padding-right: 15px;
	}
	.casestudy-page .loop-area .casestudy-list .row > * {
		margin-bottom: 30px;
	}
}
@media(min-width:768px){
	.casestudy-page .loop-area .casestudy-list dl dt a:hover {
		opacity: 0.6;
	}
	.casestudy-page .loop-area .casestudy-list .blog-card .en:hover::before{
		right: -50px;
	}
	.casestudy-page .loop-area .casestudy-list .blog-card .en:hover::after{
		right: -51px;
	}
}
@media(min-width:992px){
	.casestudy-page .loop-area .casestudy-list .blog-card .en:hover::before{
		right: -80px;
	}
	.casestudy-page .loop-area .casestudy-list .blog-card .en:hover::after{
		right: -81px;
	}
}
/* .more */
.casestudy-page .loop-area .casestudy-list .btn-wrap {
	text-align: center;
	margin-top: 40px;
}

/*--------------------------------------------------*/
/* .contact-form */
/*--------------------------------------------------*/

.casestudy-front-page .contact-form {
	margin-top: 100px;
}
.casestudy-front-page .contact-form .contact-img {
	background-position: center center;
	background-repeat: no-repeat;
	height: 350px;
}
.casestudy-front-page .contact-form .howto-wrap .container {
	max-width: 1210px;
}
.casestudy-front-page .contact-form .howto {
	position: relative;
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
	float: left;
	width: 100%;
	margin: -120px 0 0 0;
	padding: 70px 60px;
	text-align: center;
}
.casestudy-front-page .contact-form .howto:before {
	position: absolute;
	top: -255px;
	left: 50%;
	content: "";
	width: 1px;
	height: 310px;
	background-color: #4189AC;
}
.casestudy-front-page .contact-form .howto:after {
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	border-top: 90px solid #ffffff;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	filter: drop-shadow(10px 10px 5px rgba(0,0,0,0.3));
}
.casestudy-front-page .contact-form .howto .h2 {
	font-size: 30px;
	color: #008BB0;
	margin: 0 0 50px 0;
}
.casestudy-front-page .contact-form .howto .text-center {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #4189AC;
	margin: 50px 0 0 0;
}
.casestudy-front-page .contact-form .form {
	margin-top: 160px;
}
.casestudy-front-page .contact-form .form .container {
	max-width: 1160px;
}
.casestudy-front-page .contact-form .form .content-wrapper {
	background-color: #ffffff;
	padding: 70px;
}
@media(max-width:767px){
	.casestudy-front-page .contact-form .contact-img {
		height: 350px;
	}
	.casestudy-front-page .contact-form .howto {
		margin-top: -175px;
		padding: 50px 20px 40px;
	}
	.casestudy-front-page .contact-form .howto:before {
		height: 45px;
		top: -22px;
	}
	.casestudy-front-page .contact-form .howto .h2 {
		font-size: 18px;
	}
	.casestudy-front-page .contact-form .howto .text-center {
		font-size: 16px;
	}
	.casestudy-front-page .contact-form .form .content-wrapper {
		padding: 50px 20px;
	}
}

/*--------------------------------------------------*/
/* .casestudy-archive-page */
/*--------------------------------------------------*/

.casestudy-archive-page .loop-area {
	background-repeat: no-repeat;
	background-position: left -40px top 200px, right -40px top 1200px, left -40px top 1400px;
}
.casestudy-archive-page .loop-area .layer {
	background-repeat: no-repeat;
	background-position: calc(50% + 400px) 0,  calc(50% - 550px) 600px;
	padding: 100px 0 200px 0;
}
@media(max-width:767px){
	.casestudy-archive-page .loop-area {
		background-position: left -20px top 400px, right -20px top 2400px, left -20px top 2800px;
		background-size: 110px,110px,106px;
	}
	.casestudy-archive-page .loop-area .layer {
		background-position: calc(50% + 200px) 0,  calc(50% - 275px) 1200px;
		background-size: 253px,271px;
		padding: 50px 0 100px;
	}
}

/*--------------------------------------------------*/
/* .casestudy-single-page */
/*--------------------------------------------------*/

.casestudy-single-page .page-header {
	padding-bottom: 180px;
}
.casestudy-single-page .page-header .page-title {
	font-size: 45px;
	color: #ffffff;
	margin: 0;
}
.casestudy-single-page .page-header .sub-title {
	position: absolute;
	left: 0;
	top: 180px;
	width: 100%;
}
.casestudy-single-page .page-header .sub-title:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: calc(50% - 540px);
	min-width: 40px;
	height: 1px;
	background-color: #ffffff;
}
.casestudy-single-page .page-header .sub-title p {
	position: relative;
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 15px;
	margin: 0;
}
.casestudy-single-page .page-header .sub-title p:after {
	position: absolute;
	left: 0;
	bottom: -35px;
	content: "Case study";
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	width: 100%;
	text-align: center;
}
@media(max-width:991px){
	.casestudy-single-page .page-header .title-wrapper {
		min-height: 550px;
		height: auto;
		padding: 230px 0 120px;
	}
	.casestudy-single-page .page-header .sub-title {
		top: 130px;
	}
}
@media(max-width:767px){
	.casestudy-single-page .page-header {
		padding-bottom: 50px;
	}
	.casestudy-single-page .page-header .title-wrapper {
		min-height: 450px;
		padding: 150px 0 100px;
	}
	.casestudy-single-page .page-header .page-title {
		font-size: 24px;
	}
	.casestudy-single-page .page-header .sub-title {
		top: 100px;
	}
	.casestudy-single-page .page-header .sub-title p {
		font-size: 16px;
		padding-bottom: 7px;
	}
	.casestudy-single-page .page-header .sub-title p:after {
		font-size: 12px;
		bottom: -17px;
	}
}
@media(max-width:575px){
	.casestudy-single-page .page-header .title-wrapper {
		min-height: 350px;
	}
}

/* .entry-head */
.casestudy-single-page .entry-head {
	position: relative;
}
.casestudy-single-page .entry-head:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: calc(50% - 540px);
	min-width: 40px;
	height: 1px;
	padding-left: 50%;
	background-color: #214E9B;
}
.casestudy-single-page .entry-head .client-name {
	display: flex;
	justify-content: flex-end;
}
.casestudy-single-page .entry-head .client-name p {
	font-size: 30px;
	font-weight: bold;
	color: #214E9B;
	border-bottom: 1px solid #214E9B;
	margin: 0;
	padding-bottom: 10px;
}
.casestudy-single-page .entry-head .client-name p span {
	display: inline-block;
	margin-right: 1em;
}
@media(max-width:767px){
	.casestudy-single-page .entry-head .client-name p {
		font-size: 21px;
	}
}

/* .entry-mainimg */
.casestudy-single-page .entry-mainimg {
	padding: 120px 0 180px 0;
}
.casestudy-single-page .entry-mainimg .img-wrap {
	position: relative;
}
.casestudy-single-page .entry-mainimg .img-wrap:after {
	position: absolute;
	right: -40px;
	bottom: -40px;
	content: "";
	width: 75%;
	height: 100%;
	background: linear-gradient(#4087be, #eef4f6);
}
.casestudy-single-page .entry-mainimg .img-wrap img {
	position: relative;
	z-index: 1;
}
@media(max-width:767px){
	.casestudy-single-page .entry-mainimg {
		padding: 40px 0 60px;
	}
	.casestudy-single-page .entry-mainimg .img-wrap:after {
		right: -20px;
		bottom: -20px;
	}
}

/* .content-wrap */
.casestudy-single-page .entry-contents .content-wrap .title-wrap {
	margin-bottom: 120px;
}
.casestudy-single-page .entry-contents .content-wrap .img-wrap {
	margin: 120px 0;
}
.casestudy-single-page .entry-contents .content-wrap .faq-wrap {
	margin-top: 120px;
}
.casestudy-single-page .entry-contents .content-wrap {
	font-size: 20px;
	line-height: 1.9;
	padding: 250px 0;
}
.casestudy-single-page .content-wrap .title-wrap .h2 {
	font-size: 32px;
	margin: 0;
}
.casestudy-single-page .content-wrap .img-wrap ul {
	margin: 0 -15px;
	padding: 0;
	list-style-type: none;
}
.casestudy-single-page .content-wrap .img-wrap ul li {
	padding: 0 15px;
}
.casestudy-single-page .content-wrap .img-wrap ul li figure {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.casestudy-single-page .content-wrap .img-wrap ul li figcaption {
	margin: 20px 0 0 0;
	text-align: center;
	line-height: 1.7;
}
.casestudy-single-page .content-wrap .faq-wrap {
	padding-top: 60px;
}
.casestudy-single-page .content-wrap .faq-wrap dl dt {
	position: relative;
	font-size: 25px;
	font-weight: bold;
	padding-left: 80px;
	margin-bottom: 80px;
}
.casestudy-single-page .content-wrap .faq-wrap dl .en {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 46px;
	font-weight: 500;
	line-height: 1;
}
.casestudy-single-page .content-wrap .faq-wrap dl dd {
	position: relative;
	margin-left: 25%;
	padding-left: 80px;
}
@media(max-width:767px){
	.casestudy-single-page .entry-contents .content-wrap {
		padding: 100px 0;
		font-size: 14px;
	}
	.casestudy-single-page .entry-contents .content-wrap .title-wrap {
		margin-bottom: 40px;
	}
	.casestudy-single-page .entry-contents .content-wrap .img-wrap {
		margin: 40px 0;
	}
	.casestudy-single-page .entry-contents .content-wrap .faq-wrap {
		margin-top: 40px;
	}
	.casestudy-single-page .content-wrap .img-wrap ul li figcaption {
		margin-top: 10px;
	}
	.casestudy-single-page .content-wrap .title-wrap .h2 {
		font-size: 18px;
	}
	.casestudy-single-page .content-wrap .faq-wrap dl dt {
		padding-left: 50px;
		font-size: 18px;
		margin-bottom: 40px;
	}
	.casestudy-single-page .content-wrap .faq-wrap dl .en {
		font-size: 30px;
	}
	.casestudy-single-page .content-wrap .faq-wrap dl dd {
	    margin-left: 0;
		padding-left: 50px;
	}
}

/* .content-wrap カラーコントロール */
.casestudy-single-page .entry-contents > *:nth-child(odd) {
	background-image: url(../img/casestudy/article/line-01.png), url(../img/casestudy/article/line-02.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-color: #2E4E95;
	color: #ffffff;
}
.casestudy-single-page .entry-contents > *:nth-child(odd) .faq-wrap {
	border-top: 1px solid #ffffff;
}
.casestudy-single-page .entry-contents > *:nth-child(even) {
	color: #2e4e95;
}
.casestudy-single-page .entry-contents > *:nth-child(even) .faq-wrap {
	border-top: 1px solid #2e4e95;
}
@media(max-width:767px){
	.casestudy-single-page .entry-contents > *:nth-child(odd) {
		background-size: 767px;
    	background-position: top left ,bottom right;
	}
}

/* .entry-foot */
.casestudy-single-page .entry-foot {
	background-repeat: no-repeat;
	background-position: calc(50% - 550px) 85%;
	font-size: 20px;
	line-height: 1.9;
	color: #2e4e95;
	padding-top: 200px;
}
.casestudy-single-page .entry-foot .img-wrap {
	position: relative;
	margin-bottom: 100px;
}
.casestudy-single-page .entry-foot .img-wrap:after {
	position: absolute;
	left: -40px;
	top: -40px;
	content: "";
	width: 75%;
	height: 100%;
	background: linear-gradient(#4087be, #eef4f6);
}
.casestudy-single-page .entry-foot img {
	position: relative;
	z-index: 1;
}
.casestudy-single-page .entry-foot .btn-wrap {
	text-align: center;
	margin-top: 120px;
}
@media(max-width:767px){
	.casestudy-single-page .entry-foot {
		font-size: 16px;
		padding-top: 100px;
		padding-bottom: 150px;
	}
	.casestudy-single-page .entry-foot .img-wrap {
		margin-bottom: 50px;
	}
	.casestudy-single-page .entry-foot .img-wrap:after {
		left: -20px;
		top: -20px;
	}
	.casestudy-single-page .entry-foot .btn-wrap {
		margin-top: 60px;
	}
}





