@charset "UTF-8";

/*!
Theme Name: tasukaru
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/


/************************************
** 子テーマ用のスタイルを書く
************************************/


/*必要ならばここにコードを書く*/

.eye-catch-wrap {
	margin: 0 auto;
	width: 75%;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/


/*1023px以下*/

@media screen and (max-width: 1023px) {
	/*必要ならばここにコードを書く*/
}

/*834px以下*/

@media screen and (max-width: 834px) {
	/*必要ならばここにコードを書く*/
}

/*480px以下*/

@media screen and (max-width: 480px) {
	/*必要ならばここにコードを書く*/
	.eye-catch-wrap {
		width: 100%;
	}
}

/************************************
** 子テーマ用のスタイルを書く
************************************/

.sp-only {
	display: none
}

/*TOPページだけの調整*/

.home #header-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.home #header-container-in {
	max-width: calc(1340px - 4%);
}
.home #content {
	margin-top: 80px;
}
@media only screen and (max-width: 1080px) {
	.home #header-container {
		position: static;
		width: auto;
	}
	.home #content {
		margin-top: 0;
	}
}

/*mainview*/

#mainview {
	padding: 40px;
	position: relative;
	background: #E9F4FF;
	border-radius: 20px;
}
#mainview-img {
	width: 70%;
	position: absolute;
	bottom: 20px;
	right: -50px;
	max-width: 864px;
}
#mainview-img img{
	max-height:500px;
}
#mainview-content {
	position: relative;
	z-index: 1;
}
#mainview-text {
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#mainview-text br {
	display: none;
}
#mainview-text span {
	display: inline-block;
	color: #263290;
}
#mainview-box {
	max-width: 440px;
	margin-top: 30px;
	margin-left: 0;
	margin-right: auto;
	padding: 30px;
	background: #fff;
	border-radius: 11px;
}
#mainview-box h1 {
	line-height: 1.3;
	letter-spacing: 0.04em;
	font-size: 36px;
	font-weight: bold;
	color: #263290;
}
#mainview-box ul {
	width: calc(100% + 20px);
	margin-top: 20px;
	margin-left: -10px;
}
#mainview-box ul:after {
	content: "";
	display: block;
	clear: both;
}
#mainview-box li {
	width: calc(25% - 10px);
	margin: 0 5px;
	padding: 10px 5px;
	float: left;
	text-align: center;
	line-height: 1.2;
	font-size: 16px;
	color: #263290;
	background: #E9F4FF;
	border-radius: 8px;
}
#mainview-point {
	margin-top: 25px;
}
#mainview-point p {
	padding-left: 40px;
	position: relative;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
}
#mainview-point p:not(:first-child) {
	margin-top: 20px;
}
#mainview-point p img {
	width: 30px;
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
}
#mainview-point p span {
	color: #F49B4D;
}
#mainview-point p strong {
	font-size: 125%;
}
#mainview-action {
	margin-top: 20px;
	text-align: center;
}
#mainview-action p {
	margin-bottom: 10px;
	padding: 0 18px;
	display: inline-block;
	position: relative;
	line-height: 1.4;
	letter-spacing: -0.08em;
	font-size: 15px;
}
#mainview-action p:before, #mainview-action p:after {
	content: "";
	width: 1px;
	height: 26px;
	display: block;
	position: absolute;
	top: -3px;
	background: #222;
}
#mainview-action p:before {
	left: 0;
	transform: rotate(-40deg);
}
#mainview-action p:after {
	right: 0;
	transform: rotate(40deg);
}
#mainview-action a {
	max-width: 330px;
	margin: 0 auto;
	padding: 20px 10px;
	display: block;
	position: relative;
	text-align: center;
	line-height: 1.4;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #F49B4D;
	/*border-radius: 10px;*/
	-webkit-box-shadow: 0px 2px 6px rgb(0 0 0 / 20%);
	box-shadow: 0px 2px 6px rgb(0 0 0 / 20%);
	box-shadow: 6px 6px 0px 0px rgb(166 166 166);
	border-radius: 50px;
}
#mainview-action a img {
	width: 34px;
	height: 34px;
	position: absolute;
	top: calc(50% - 14px);
	right: 18px;
}
@media screen and (max-width: 1024px) {
	#mainview {
		/*padding-bottom: 46%;*/
		padding-bottom: 52%;
	}
	#mainview-img {
		/*width: 86%;*/
		width: 100%;
		margin: 0 auto;
		/*bottom: 0;
		left: 0;
		right: 10px;
		max-width: 864px;*/
		bottom: -8px;
		left: auto;
		right: 0;
		max-width: 100%;
	}
	#mainview-text {
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
		letter-spacing: 0.02em;
	}
	#mainview-text span {
		font-size: 38px;
	}
	#mainview-text br {
		display: block;
	}
	#mainview-box {
		max-width: 600px;
		margin-left: auto;
	}
	#mainview-box h1 {
		text-align: center;
		font-size: 28px;
	}
}

/*SP対応*/
@media screen and (max-width: 768px) {
	.home #header-container, .home .header-container-in .wrap, .home .footer-in.wrap {
		width: 94%;
		margin: 0 auto;
	}
	.home .header-container-in.hlt-top-menu .wrap {
		width: auto;
	}
	.home .l-wrap, .home .container.wrap, .home .content-in.wrap {
		width: 100%;
	}
	.home .l-section {
		padding-left: 5%;
		padding-right: 5%;
	}
	.home .section-title {
		font-size: 25px;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	.home .section-heading {
		background: #263290;
		color: #fff;
		font-size: 28px;
		text-align: center;
		margin-bottom: 40px;
		padding: 10px 0;
	}
	.home p {
		font-size: 16px;
	}
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	.home_contact-btn {
		padding: 0 20px;
		margin: 20px 0 30px;
	}
	.home_contact-btn a {
		max-width: 400px;
		margin: 0 auto;
		padding: 20px 10px;
		display: block;
		position: relative;
		text-align: center;
		line-height: 1.4;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		background: #F49B4D;
		border-radius: 10px;
		-webkit-box-shadow: 0px 2px 6px rgb(0 0 0 / 20%);
		box-shadow: 0px 2px 6px rgb(0 0 0 / 20%);
	}
	.home_contact-btn a img {
		width: 34px;
		height: 34px;
		position: absolute;
		top: calc(50% - 14px);
		right: 18px;
	}
	.home_contact-btn a:hover {
		color: #fff;
	}
	#mainview {
		padding: 30px;
		/*padding-bottom: 46%;*/
		padding-bottom: 0;
		border-radius: 0;
		margin-bottom: 100px;
	}
	#mainview-img {
		position: static;
		margin-top: 20px;
	}
	#mainview-text {
		font-size: 18px;
	}
	#mainview-text span {
		font-size: 32px;
	}
	#mainview-text span.fs24px {
		font-size: 24px;
		color: #393939;
	}
	#mainview-text span.fs40px {
		font-size: 36px;
		margin-bottom: 4px;
		color: #393939;
	}
	#mainview-text span.oblique-line:before {
		content: '＼';
	}
	#mainview-text span.oblique-line:after {
		content: '／';
	}
	#mainview-box {
		max-width: 500px;
		margin-top: 20px;
		/*padding: 25px;*/
		position: relative;
		z-index: 0;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		padding: 20px 0 0;
	}
	#mainview-box:after {
		content: '';
		background: #fff;
		display: inline-block;
		width: 200vw;
		height: 100%;
		z-index: -1;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	#mainview-box>img {
		order: 3;
		width: 300px;
		margin: 20px auto;
		max-width: 60%;
	}
	#mainview-point {
		order: 4;
		margin: 20px auto;
	}
	#mainview-box h1 {
		order: 2;
	}
	#mainview-box ul {
		order: 1;
		margin-bottom: 20px;
	}
	#mainview-box ul li {
		background-color: #263290;
		color: #fff;
		font-weight: bold;
	}
	#mainview-point p {
		letter-spacing: 0;
		font-size: 20px;
		font-weight: bold;
	}
	#mainview-action {
		order: 5;
	}
	#mainview-action p {
		font-weight: bold;
		font-size: 18px;
	}
	#mainview-action a {
		font-size: 20px;
		max-width: 400px;
	}
	.support-section .box-gray {
		background: #fff;
		margin-top: 30px;
		padding: 20px 0;
		max-width: 500px;
	}
	.support-section .img {
		position: static;
		transform: none;
		max-width: 500px;
		margin: 0 auto 70px;
	}
	.support-section .box-navy {
		margin: 0 auto;
		max-width: 500px;
		padding: 20px;
		position: relative;
	}
	.support-section .box-navy:before {
		content: '';
		background: url(images/new-arrow.svg) no-repeat;
		width: 30px;
		height: 30px;
		background-size: contain;
		display: inline-block;
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
	}
	.support-section .box-navy:after {
		border: 30px solid transparent;
		border-top: 30px solid #263290;
		right: auto;
		bottom: -50px;
		top: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.support-section .box-navy picture {
		display: none;
	}
	.support-section .box-navy span.sp-only {
		display: inline-block;
	}
	.support-section .box-navy p {
		font-size: 20px;
		line-height: 1.6;
	}
	.support-section .text-block {
		margin: 40px auto 0;
	}
	.support-section .box-white {
		border-radius: 0;
		box-shadow: none;
	}
	.support-section .box-white p {
		position: relative;
		font-size: 18px !important;
		margin-left: 80px;
	}
	.support-section .box-white p:before {
		content: '';
		background: url(images/riyo01.svg) no-repeat;
		background-size: contain;
		display: inline-block;
		width: 60px;
		height: 50px;
		vertical-align: middle;
		position: absolute;
		left: -80px;
		top: 5px;
	}
	.support-section .box-white:nth-child(2) p:before {
		background-image: url(images/riyo02.svg);
		width: 73px;
		height: 40px;
		left: -90px;
	}
	.support-section .box-white:nth-child(3) p:before {
		background-image: url(images/riyo03.svg);
		height: 60px;
	}
	.support-section .img-block {
		max-width: 500px;
		text-align: center;
	}
	.support-section .img-block .title {
		display: inline-block;
		font-size: 26px;
		font-weight: bold;
		border-bottom: 1px solid #263290;
		color: #263290;
		margin-bottom: 40px;
	}
	.reason-section .box-lblue {
		padding-top: 40px;
	}
	.reason-section .reason {
		margin: 60px auto 0;
		padding: 0 20px;
	}
	.reason-section .reason .item+.item {
		padding-top: 60px;
	}
	.service .item .item-inner {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
	}
	.service .item .entry-thumb {
		max-width: 200px !important;
		margin: 0 !important;
	}
	.service .item .heading {
		font-size: 25px;
		letter-spacing: 20px;
		color: #263290;
		font-weight: bold;
		text-align: center;
	}
	.service .item:last-child .heading {
		letter-spacing: initial;
	}
	.service .item .title {
		text-align: left !important;
		line-height: 1.8;
	}
	.service .item dd {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
	}
	.service .btn-wrap a {
		background: #fff !important;
		font-size: 13px;
		font-weight: normal;
		padding: 13px 50px !important;
		display: inline-block;
		border-radius: 10px;
		-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
		position: relative;
		z-index: 1;
		overflow: hidden;
		height: auto;
		color: #263290 !important;
		font-weight: bold;
		border: 1px solid #263290;
	}
	.service .btn-wrap a:hover {
		opacity: 1;
	}
	.service .btn-wrap a:before {
		background: #EDF0F6;
	}
	#plan .flow-block .item.number {
		flex: auto;
		display: flex;
		flex-direction: row;
		width: 100%;
	}
	#plan .flow-block .item.number:before {
		margin: auto;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	#plan .flow-block .item.arrow {
		display: none;
	}
	#plan .flow-block .item .title {
		order: 2;
		width: calc(80% - 62px);
		text-align: left;
		font-size: 18px;
		height: auto;
		align-self: center;
	}
	#plan .flow-block .item picture {
		margin: 0 20px;
		width: 20%;
		max-width: 100px;
	}
	.sp-cta-block {
		background: #f2f2f2;
		text-align: center;
		padding: 30px 0 20px;
	}
	.sticky-btn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #eee;
		z-index: 100;
	}
	.sticky-btn a {
		padding: 20px 10px;
		display: block;
		position: relative;
		text-align: center;
		line-height: 1.4;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		background: #F49B4D;
	}
	.sticky-btn a:hover{
		color: #fff;
	}
	.sticky-btn a img {
		width: 34px;
		height: 34px;
		position: absolute;
		top: calc(50% - 14px);
		right: auto;
	}
}
@media screen and (max-width: 430px) {
	#mainview {
		padding: 20px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#mainview-text {
		font-size: 16px;
	}
	#mainview-text span {
		font-size: 28px;
	}
	#mainview-box {
		padding: 0;
		margin-top: 0;
	}
	#mainview-box h1 {
		font-size: 5.7vw;
		white-space: nowrap;
	}
	#mainview-box li {
		font-size: 13px;
	}
	#mainview-point {
		margin: 0 auto;
	}
	#mainview-point p:not(:first-child) {
		margin-top: 10px;
	}
	#mainview-point p {
		font-size: 4.5vw;
	}
	#mainview-action {
		margin-top: 15px;
	}
	#mainview-action p {
		font-size: 13px;
	}
	#mainview-action a {
		font-size: 14px;
	}
	#mainview-action a img {
		width: 28px;
		height: 28px;
		top: calc(50% - 11px);
	}
	.home p {
		font-size: 3.5vw;
	}
	.home .l-section {
		padding-left: 20px;
		padding-right: 20px;
	}
	#mainview-text span.fs24px {
		font-size: 20px;
	}
	#mainview-text span.fs40px {
		font-size: 30px;
	}
	.home .section-title {
		font-size: 5.5vw;
	}
	.support-section .box-navy p, .support-section .box-white p {
		font-size: 4.5vw !important;
	}
	.support-section .box-white {
		padding: 10px;
	}
	.support-section .img-block .title {
		font-size: 5.4vw;
	}
	.reason-section .big {
		font-size: 30px;
	}
	.reason-section .reason {
		padding: 0;
	}
	.reason .item .title {
		font-size: 16.5px !important;
	}
	.home_contact-btn {
		padding: 0;
	}
	.home_contact-btn a {
		font-size: 14px;
	}
	.home_contact-btn a img {
		width: 28px;
		height: 28px;
		top: calc(50% - 11px);
	}
	.home .section-heading {
		font-size: 22px;
	}
	.service .item .title {
		font-size: 3.5vw;
		white-space: nowrap;
	}
	.service .item .entry-thumb {
		width: 30%;
		margin-right: 10px;
	}
	.service .item dd {
		font-size: 3.5vw !important;
	}
	.sp-cta-block {
		padding: 30px 20px 10px;
	}
	#plan .flow-block .item .title {
		font-size: 14px;
	}
}
@media screen and (max-width: 350px) {
	.home_contact-btn a img {
		right: 8px;
	}
}

/*plan_image*/

#plan_image {
	margin: 0 auto 160px;
}
#plan_image h4 {
	margin-top: 110px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.6;
	font-size: 24px;
	font-weight: bold;
	color: #263290;
}
#plan_image h4 br {
	display: none;
}
#plan_image h5 {
	text-align: center;
	line-height: 2;
	font-size: 20px;
	font-weight: bold;
}
#plan_image h5 br {
	display: none;
}
#plan_image-pattern li:not(:first-child) {
	margin-top: 80px;
}
#plan_image-pattern img {
	width: 815px;
	max-width: 100%;
	margin: 30px auto 0;
	display: block;
}
#plan_image-pattern .ghost-btn1 {
	margin-top: 40px;
}
#plan_image .patterns {
	margin-top: 10px;
	text-align: center;
}
#plan_image .patterns p {
	min-width: 210px;
	margin: 10px;
	padding: 10px;
	display: inline-block;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
}
#plan_image .patterns p.pattern-orange {
	background: #F49B4D;
}
#plan_image .patterns p.pattern-blue {
	background: #263290;
}
#plan_image-last img {
	width: 850px;
	max-width: 100%;
	margin: 60px auto 0;
	display: block;
}
#plan .price-box .item .price span {
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#plan_image {
		margin-bottom: 100px;
	}
	#plan_image h4 {
		margin-top: 60px;
		letter-spacing: -0.02em;
		font-size: 22px;
	}
	#plan_image h4 br {
		display: block;
	}
	#plan_image h5 {
		letter-spacing: 0;
		font-size: 18px;
	}
	#plan_image h5 br {
		display: block;
	}
	#plan_image-pattern li:not(:first-child) {
		margin-top: 40px;
	}
	#plan_image .patterns p {
		min-width: 160px;
		margin: 5px;
		font-size: 11px;
	}
	/*追加*/
	#plan .price-box .item-1, #plan .price-box .item-2, #plan .price-box .item-3 {
		border-top: 0 !important;
	}
	#plan .price-box .item:before {
		content: '' !important;
		width: 140px;
		height: 140px;
		display: inline-block;
		top: -15% !important;
	}
	#plan .price-box .item-1:before {
		background: url(images/number_1.svg) !important;
	}
	#plan .price-box .item-2:before {
		background: url(images/number_2.svg) !important;
	}
	#plan .price-box .item-3:before {
		background: url(images/number_3.svg) !important;
	}
	#plan .price-box .item .price {
		font-size: 48px !important;
		font-weight: bold;
	}
}
@media screen and (max-width: 430px) {
	#plan_image h4 {
		font-size: 20px;
	}
	#plan_image h5 {
		font-size: 16px;
	}
	#plan_image .patterns p {
		min-width: 140px;
		padding: 7px;
	}
	#plan .price-box .item .price {
		font-size: 40px;
	}
}

/*home_contact*/

#home_contact {
	padding-bottom: 80px;
}
#home_contact:after {
	content: "";
	display: block;
	clear: both;
}
#home_contact-view {
	width: 420px;
	padding: 40px 35px;
	float: left;
	background: #D6ECFF;
	border-radius: 14px;
}
#home_contact-view h5 {
	max-width: 240px;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
	line-height: 1.6;
	font-size: 20px;
	font-weight: bold;
	color: #263290;
}
#home_contact-view h5:before, #home_contact-view h5:after {
	content: "";
	width: 1px;
	height: 24px;
	position: absolute;
	top: 4px;
	background: #263290;
}
#home_contact-view h5:before {
	left: 0;
	transform: rotate(-40deg);
}
#home_contact-view h5:after {
	right: 0;
	transform: rotate(40deg);
}
#home_contact-view img {
	width: 200px;
	max-width: 100%;
	margin: 20px auto 10px;
	display: block;
}
#home_contact-view p {
	line-height: 1.8;
	letter-spacing: 0;
	font-size: 12px;
}
#home_contact-form {
	margin-left: 490px;
}
@media screen and (max-width: 1440px) {
	#home_contact-view {
		width: 380px;
	}
	#home_contact-form {
		margin-left: 420px;
	}
}
@media screen and (max-width: 1024px) {
	#home_contact-view {
		max-width: 480px;
		width: 100%;
		margin: 0 auto 30px;
		float: none;
	}
	#home_contact-form {
		margin-left: auto;
	}
}

/*追加*/

@media screen and (max-width: 768px) {
	#home_contact .section-title {
		margin-bottom: 40px;
	}
	#home_contact-view {
		width: 100%;
		background: none;
		padding: 0;
	}
	#home_contact-view div {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
	#home_contact-view div p span {
		color: #263290;
		font-weight: bold;
		font-size: 16px;
	}
	#home_contact-view div p {
		width: 80%;
	}
	#home_contact-view img {
		width: 20%;
		margin: 0 20px 0 0;
	}
}
@media screen and (max-width: 430px) {
	#home_contact {
		padding-bottom: 40px;
	}
	#home_contact-view {
		padding: 0;
	}
	#home_contact-view img {
		margin-right: 10px;
	}
	#home_contact-view div p span {
		font-size: 14px;
	}
}

/*投稿ページのtableを横スクロールに*/
	.single-post .entry-content .scroll {
		overflow: auto;
	}
	.single-post .entry-content .scroll::-webkit-scrollbar {
		height: 5px;
	}
	.single-post .entry-content .scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	.single-post .entry-content .scroll::-webkit-scrollbar-thumb {
		background: #DFE4EF;
	}
	.single-post .entry-content .scroll table {
		width: 100%;
		white-space: nowrap;
	}
.single-post .entry-content .scroll table th,
.single-post .entry-content .scroll table td{
	padding: 8px 10px;
}
/*@media screen and (max-width: 480px) {
	.single-post .entry-content .scroll {
		overflow: auto;
	}
	.single-post .entry-content .scroll::-webkit-scrollbar {
		height: 5px;
	}
	.single-post .entry-content .scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	.single-post .entry-content .scroll::-webkit-scrollbar-thumb {
		background: #DFE4EF;
	}
	.single-post .entry-content .scroll table {
		width: 100%;
		white-space: nowrap;
	}
}*/

/*FAQページ*/
.faq-cat, .faq-content{
	margin: 40px auto 0;
	padding: 0 60px;
}
@media only screen and (max-width: 834px){
	.faq-cat, .faq-content{
		padding: 0;
	}
}
.faq-cat-title{
	font-size: 22px;
   color: #000;
   background: none;
   border-left: 7px solid #263290;
   padding: 0 0 4px 25px;
   position: relative;
	font-weight: 700;
	margin-bottom:20px;
}
@media only screen and (max-width: 834px){
	.faq-cat-title{
		font-size: 20px;
		padding-left: 15px;
	}
}
.faq-cat-list{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin-bottom: 30px;
}
.faq-cat-list li{
	width: calc(100% / 2 - 1%);
	border: 1px solid #263290;
	border-radius: 5px;
	padding: 8px 0 8px 30px;
	margin-bottom: 2%;
	position:relative;
}
@media only screen and (max-width: 834px){
	.faq-cat-list li{
		font-size: 14px;
		padding-left: 15px;
	}
}
.faq-cat-list li a{
	color: #263290;
	display: block;
}
.faq-cat-list li:after{
	content:'';
	position: absolute;
	border: 1px solid;
	border-color:  #263290 #263290 transparent transparent ;
	display: inline-block;
	width: 8px;
	height: 8px;
	transform: rotate(45deg) translateY(-50%);
	right: 25px;
	top: 50%;
	transition: all .3s;
}
@media only screen and (max-width: 834px){
	.faq-cat-list li:after{
		right: 20px;
		width: 6px;
		height: 6px;
	}
}
.faq-cat-list li:hover:after{
	margin-right: -5px;
}
.box-grey{
	background: #f1f1f1;
   border-radius: 20px;
	padding: 20px 60px 30px 60px;	
	margin-top: 30px;
}
@media only screen and (max-width: 834px){
	.box-grey{
		padding: 20px 15px 10px;
		border-radius: 10px;
	}
}
.faq-list-title{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
@media only screen and (max-width: 834px){
	.faq-list-title{
		font-size: 20px;
	}
}
.faq-list-item{
	background:#fff;
	border-radius: 10px;
	padding: 15px 30px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 834px){
	.faq-list-item{
		margin-bottom: 15px;
		padding: 15px 20px;
	}
}
.faq-list-item dt{
	padding: 0 30px 0 35px;
   position: relative;
   font-size: 14px;
   font-weight: bold;
}
.faq-list-item dt:before{
	content:"+";
	position:absolute;
	right: 0;
	font-size: 20px;
	color: #263290;
	top: -5px;
}
.faq-list-item dt.open:before{
	content:"−";
}
.faq-list-item dt .q{
	font-size: 20px;
   font-weight: 400;
   color: #263290;
   position: absolute;
   left: 0;
   top: 0;
   line-height: 1.4;
}
.faq-list-item dd{
   padding-left: 35px;
   position: relative;
	margin-top: 20px;
   padding-right: 30px;
	margin-bottom: 10px;
	display: none;
	font-size: 14px;
}
.faq-list-item dd .a{
	font-size: 20px;
   font-weight: 400;
   color: #F49B4D;
   position: absolute;
   left: 0;
   top: 0;
   line-height: 1.4;
}
.faq-list-item:nth-of-type(1) dd{
	display: block;
}
.single-faq #main{
	max-width: 100%;
	padding: 0;
}
.single-faq .faq-list-item dt:before{
	display:none;
}
.single-faq .faq-list-item{
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.single-faq .faq-list-item dt,
.single-faq .faq-list-item dd{
	padding-right:0;
}
.single-faq .faq-list-item dt .q{
	background: #263290;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	font-size: 15px;
	line-height: 1.7;
}
.single-faq .faq-list-item dd .a{
	background: #F49B4D;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	font-size: 15px;
	line-height: 1.7;
}
.single-faq .faq-cat-wrapper{
	display: flex;
	gap: 5%;
}
.single-faq .faq-cat{
	width: calc(95% / 3);
	padding: 0;
	margin: 0;
}
.single-faq .faq-title{
	font-weight: 700;
}
.single-faq .faq-cat-title{
	border-left: 0;
	padding-left: 0;
	font-weight: normal;
	font-size: 16px;
	margin: 10px 0;
}
.single-faq .faq-cat-list{
	display: block;
}
.single-faq .faq-cat-list li{
	width: 100%;
	margin-bottom: 5%;
	font-size: 14px;
}
@media only screen and (max-width: 834px){
	.single-faq .faq-cat{
		width: calc(100% / 2);
	}
}

.faq-contact{
   margin: 0 auto 60px;
   text-align: center;
   width: 95%;
   border: 4px solid #263290;
	border-radius: 10px;
	padding: 20px 20px 30px;
}
.faq-contact-title{
	color: #263290;
	font-weight:bold;
	font-size: 28px;
}
.faq-contact-txt{
	color: #263290;
	font-size: 20px;
	font-weight:bold;
	margin-bottom: 20px;
	line-height: 1.8;
}
.faq-contact .contact-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;	
}
.faq-contact .contact-btn a{
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media screen and (max-width: 768px){
	.faq-contact{
		padding: 10px 20px 20px;
	}
	.faq-contact-title{
		font-size: 26px;
	}
	.faq-contact-txt{
		font-size: 16px;
	}
	.faq-contact .contact-btn a{
		max-width: 300px;
		width: 80%;
	}
}


/*TOPページ > FAQ*/
.faq-section{
	margin-bottom: 80px;
}
.faq-section .dl-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;	
	margin-top: 50px;
}
.faq-section .dl-btn a{
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;	
}

@media screen and (max-width: 768px){
	.faq-section{
		margin-bottom: 0;
	}
	.faq-section .dl-btn a{
		max-width: 300px;
		width: 80%;
	}
}
/*TOPページ > Service > Relation*/
.relation{
	background:#fff;
	margin: 0 auto;
	text-align: center;
	display: flex;
	border: 2px solid #263290;
   margin-top: 70px;
   border-radius: 10px;
   padding: 20px 30px;
   align-items: center;
	max-width: 900px;
}
.relation-tit{
	font-size: 26px;
	color: #263290;
	margin-right:30px;
}
.relation-txt{
	text-align: left;
}
@media screen and (max-width: 768px){
	.relation{
		flex-direction: column;
		padding-top: 10px;
	}
	.relation-tit{
		font-size: 23px !important;
		margin-right: 0;
	}
}

/*お役立ち資料*/
.parent-pageid-9668 .box-header{
	background:#fff;
	border: 2px solid #263290;
}
.page-id-9668 .page .entry-content {
	max-width: 100%;
}
.library-content{
	margin-top: 30px;
}
.library-content .library-title{
	text-align: center;
	color: initial !important;
	border: 0 !important;
	font-weight: normal;
}
.library-content .library-title:after{
	display:none;
}
.library-content .dl-btn a{
	display: inline-flex;
   align-items: center;
   text-decoration: none !Important;
	justify-content: center;
}
.library-content .dl-btn a img{
	width: 20px;
	margin-left: 3px;
}
.library-flex{
	display: flex;
	margin-bottom: 60px;
}
.library-img{
	width: 42.45%;
	margin-right: 2.5%;
	padding: 1%;
}
.library-txt{
	width: 55.55%;
	margin-top: 2%;
}
.library-txt-title{
	font-size: 20px;
   font-weight: 700;
   margin-bottom: 2% !important;
	color:  #263290;
	line-height: 1.6;
}
.library-txt-detail{
	display: block;
	font-size: 14px;
	margin-bottom: 20px !important;
	font-weight: normal;
	color: initial;
}
.library-txt dl{
	margin-top: 20px;
}
.library-txt dd{
    display: flex;
    margin-left: 0;
    font-weight: bold;
    align-items: self-end;
    color: #253290;
    margin-bottom: 10px;
}
.library-txt dd img{
	max-width: 32px;
	margin-right: 12px;
}
.library-txt dt{
	background: none !important;
   padding: initial !important;
   font-size: 14px !important;
   font-weight: normal !important;
   color: initial !important;
   display: block !important;
	margin: 3px 0 3px 1em !important;
	text-indent: -1em;
}
.library-txt dt:before{
	content:'・';
}
.library-sub-title{
	text-align: center;
	border-bottom: 1px solid #393939;
   margin-top: 100px;
   padding-bottom: 10px;
   font-size: 22px;
}
.library-list{
	list-style:none;
	display: flex;
	gap: 2.5%;
	padding-left: 0 !important;
	margin-top: 10px;
	flex-wrap: wrap;
}
.library-list li{
	list-style:none;
	width: calc(100% / 3 - 5% / 3);
}
.library-list li:before{
	display:none;
}
.library-list-title{
	margin: 25px 0;
	font-size: 18px;
   font-weight: 700;
   margin-bottom: 2% !important;
	color:  #263290;
	line-height: 1.6;
}
.library-list-detail{
	display: block;
	font-size: 14px;
	margin-bottom: 25px !important;
	font-weight: normal;
	color: initial;
}
.library-content .library-list .dl-btn a{
	width: 100%;
	margin-top: 25px;
	white-space: nowrap;
}
@media screen and (max-width: 768px){
	.library-flex, .library-list{
		display: block;
	}
	.library-img,.library-txt{
		width: 100%;
	}
	.library-content .dl-btn a{
		display: flex;
	}
	.library-list li{
		width: 100%;
		margin-bottom: 10vw;
	}
	.library-list li > img{
		padding: 1%;
	}
}
@media screen and (max-width: 375px){
	.library-sub-title{
		font-size: 20px;
	}
}

/*お役立ち資料追加によるheaderナビ修正*/
.navi-in > ul li a{
	padding: 0 10px !important;
}
.ghost-btn-wrap{
	display: flex;
}
.ghost-btn-wrap .ghost-btn{
	width: 47%;
}
@media screen and (max-width: 1240px) {
	.header-container-in.hlt-top-menu .logo-header img {
  		max-height: 40px;
	}
	.navi-in > ul{
		flex-wrap: nowrap;
	}
	.navi-in > ul li a{
		font-size: 12px !important;
	}
	.navi-in > ul .contact-btn{
		margin-left: 10px !important;
	}
}
@media screen and (max-width: 1080px){
	.navi-in > ul li a{
		font-size: 14px !important;
	}	
	.header-container-in.hlt-top-menu .logo-header img {
  		max-height: 50px;
	}
}

@media screen and (max-width: 375px) {
	.cta-contact-block .ghost-btn-wrap .ghost-arrow a:after{
		right: 10px;
	}	
}
@media screen and (max-width: 350px) {
	.ghost-btn-wrap{
		flex-wrap: wrap;
	}
	.ghost-btn-wrap .ghost-btn{
		width: 100%;
	}
	.ghost-btn-wrap .ghost-btn + .ghost-btn{
		margin-top: 15px;
	}
}

/*インタビューページ タグ追加*/
.interview-info.entry-card-meta .tags{
	margin: 10px 0 0 0;
}
.interview-info.entry-card-meta .tag{
	border: 1px solid #C3C6CF;
   border-radius: 30px;
   margin-right: 6px;
   margin-bottom: 5px;
   padding: 8px 15px;
	display: inline-block;
}
/*サービス 親ページ 関連インタビュー追加*/
.box-kanren{
	display: flex;
	padding: 30px;
	background:#93cfff;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top: 30px;
}
.box-kanren:before{
	content:'';
	background: #004ca0;
	position: absolute;
	z-index: 1;
   border: 100px solid transparent;
   border-top: 150px solid  #004ca0;
	display: block;
	top: -140px;
	left: -60px;
	transform:rotate(55deg);
}
.box-kanren:after{
	content:'';
	background: #f7a800;
	position: absolute;
	z-index: 1;
   border: 100px solid transparent;
   border-top: 150px solid  #f7a800;
	display: block;
	bottom: -140px;
	right: -60px;
	transform:rotate(55deg);
}
.box-kanren-img{
	width: 48%;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	z-index: 1;
}
.box-kanren-img img{
	object-fit: cover;
	-webkit-transition: all .3s ease-out;
   transition: all .3s ease-out;
}
a:hover .box-kanren-img img{
	transform: scale(1.1);
	-webkit-transition: all .3s ease-out;
   transition: all .3s ease-out;
}
.box-kanren-txt{
	width: 52%;
	border-radius: 0 10px 10px 0;
	background: #fff;
	padding: 25px;
	z-index: 2;
}
.box-kanren-txt dl{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
}
.box-kanren-txt dl dt{
	width: 30%;
	background: #004ca0;
	color: #fff;
	padding: 5px; 
	border-radius: 10px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.box-kanren-txt dl dd{
	width: 65%;
	margin-bottom: 20px;
	font-weight: bold;
}
.box-kanren-txt dl dt:last-of-type,
.box-kanren-txt dl dd:last-of-type{
	margin-bottom: 0;
}
@media screen and (max-width: 834px){
	.box-kanren{
		flex-direction: column;
		justify-content: center;
		padding: 20px;
	}
	.box-kanren-img{
		width: 100%;
		border-radius: 10px 10px 0 0;
	}
	.box-kanren-txt{
		width: 100%;
		border-radius: 0 0 10px 10px;
		padding: 15px;
	}
	.box-kanren-img img{
		object-fit: contain;
		vertical-align: bottom;
	}
	.box-kanren-txt dl dt{
		width: 33%;
		padding: 5px;
		line-height: 1.4;
	}
	.box-kanren-txt dl dd{
		width: 63%;
	}
}
@media screen and (max-width: 480px){
	.box-kanren-txt dl{
		display: block;
	}
	.box-kanren-txt dl dt,
	.box-kanren-txt dl dd{
		font-size: 12px;
		width: 100%;
		text-align: center;
		margin-bottom: 6px;
	}
}

/*下層ページのヘッダー固定*/
body:not(.home) #header-container.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	max-width: 100%;
}
@media only screen and (max-width: 1080px){
	body:not(.home) #header-container.fixed{
		position: static;
	}
}

/*TOPページ：MV画像変更による調整*/
#mainview-img picture.tb-only{
	display:none;
}
#mainview-img{
	top: 58%;
	transform: translateY(-50%);
	bottom: auto;
}
@media only screen and (max-width: 1300px){
	#mainview-img{
		width: calc(100% - 500px);
		right: 30px;
	}
}
@media only screen and (max-width: 1024px){
	#mainview-img{
		top: auto;
		transform:none;
		bottom:0;
		width: 100%;
		right: 0;
	}
	#mainview-img picture.pc-only{
		display:none;
    }
	#mainview-img picture.tb-only{
		display:block;
		margin: auto;
		text-align: center;
    }
	#mainview-img picture.tb-only img{
		width: 70%;
	}
}

/*スライダー追加*/
.home #container{
	overflow: visible;
}
@media only screen and (max-width: 768px) {
	.home #container{
		overflow: hidden;
	}
	#mainview{
		margin-bottom: 50px;
	}
}
.slider{
	width: 100vw;
	margin-left: calc(-50vw + 670px);
	margin-top: 30px;
}
@media only screen and (max-width: 1390px){
	.slider{
		margin-left: -3.2%;
	}
}
@media only screen and (max-width: 768px) {
	.slider{
		margin-left: 0;
	}
}
.slick-loading {
	background:#fff;
}
.slick-slider .slick-slide div{
	padding: 5px 10px;
}
.slick-slider .slick-slide div img{
	height: calc(100vw * 60/1280);	
	min-height: 60px;
	backface-visibility: hidden;
	width: auto;
}
@media only screen and (max-width: 768px) {
	.slick-slider .slick-slide div img{
		height: calc(100vw * 60/386);
	}
}

/*コラム本文用CTA*/
article .contact-block.new-cta{
	padding:0 !important;
	background:#fff !important;
	border-radius: 0!important;
}
article .new-cta .contact-block_wrap{
	display:flex;
	border:5px solid #293090;
	position:relative;
	align-items:center;
	background:#deeffe;
	text-decoration:none !important;
}
article .new-cta .contact-block_wrap:hover{
	opacity: 0.8;
}
article .new-cta .contact-block_wrap figure.contact-block_img{
	padding:16px;
	max-width: 372px;
	width:50%;
	display: flex;
	align-items: center;
}
article .new-cta .contact-block_wrap div.contact-block_txt{
	width: 60%;
	padding: 16px 13px;
	background: #fff;
}
article .new-cta .contact-block_wrap div.contact-block_txt h4{
	margin: 0;
	padding: 0 0 .75rem;
	font-size: 18px !important;
    color: #263290;
    border: none;
	line-height: 1.4;
}
article .new-cta .contact-block_wrap div.contact-block_txt p{
	font-size: 13px;
	margin: 0;
	color: #000;
	line-height:1.8;
	padding-bottom: 15px;
}
article .new-cta .contact-block_wrap div.contact-block_txt strong,
article .new-cta .contact-block_wrap div.contact-block_txt b{
	font-weight: bold;
}
article .new-cta .contact-block_wrap span.contact-block_link{
	position:absolute;
	bottom:0;
	right:0;
	font-weight: bold;
	color: #fff;
	background:#293090;
	padding: 3px 20px 0 10px;
	height: 30px;
	display: flex;
	align-items: center;
}
article .new-cta .contact-block_wrap span.contact-block_link:before{
	content:'';
	display:inline-block;
	position: absolute;
	border-top: 33px solid transparent;
	border-right: 30px solid #293090;
	top: 0;
	left: -30px;
}
article .new-cta .contact-block_wrap span.contact-block_link:after{
	content:'';
	display:inline-block;
	position: absolute;
	top:11.5px;
	right: 8px;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-radius:2px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	transition: right .3s ease-in-out;
}
article .new-cta .contact-block_wrap:hover span.contact-block_link:after{
	right: 5px;
}
@media only screen and (max-width: 768px) {
	article .new-cta .contact-block_wrap{
		flex-direction: column;
	}
	article .new-cta .contact-block_wrap figure.contact-block_img,
	article .new-cta .contact-block_wrap div.contact-block_txt{
		width: 100%;
		max-width: none;
	}	
	article .new-cta .contact-block_wrap div.contact-block_txt :not(h4){
		display:none;
	}
	article .new-cta .contact-block_wrap div.contact-block_txt h4{
		padding-bottom: 0;
	}
	article .new-cta .contact-block_wrap span.contact-block_link{
		position: relative;
		width:100%;
		text-align:center;
		display:block;
		font-size: 18px;
		height:auto;
	}
	article .new-cta .contact-block_wrap span.contact-block_link:before{
		display:none;
	}
	article .new-cta .contact-block_wrap span.contact-block_link:after{
		position:relative;
		right: 0;
		top: 0;
	}
	article .new-cta .contact-block_wrap:hover span.contact-block_link:after{
		right: -3px;
	}
	
}
.single-cta #main{
	padding:0;
}

/*お役立ち資料のヘッダーにサムネイルは表示させない*/
.parent-pageid-9668 .eye-catch-wrap{
	display:none;
}

/*ヘッダーメニューに相談予約を追加*/
.contact-btn._invert a{
	background: #fff !important;
    border: 1px solid #263290;
    color: #263290 !important;
}
.contact-btn._invert a:before{
	display:none;
}
.contact-btn._invert a:hover{
	background: #263290 !important;
    color: #fff !important;
}

/*クライアントインタビュータブ切り替えボタン*/
.interview-cat{
	display:flex;
	justify-content:center;
	gap:20px;
	margin:20px auto 0;
}
.interview-cat a{
	width:calc(100%/5 - 80px/5);
	text-align:center;
	padding:10px;
	border:1px solid #263290;
	border-radius: 4px;
	background:#fff;
	color:#263290;
	font-size:14px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.interview-cat a:hover,
.interview-cat a.active{
	background:#263290;
	color:#fff;
}
@media only screen and (max-width: 834px){
	.interview-cat{
		gap:5px;
	}
	.interview-cat a{
		width:calc(100%/5 - 20px/5);
		padding:5px;
	}
}
@media only screen and (max-width: 500px){
	.interview-cat a{
		width:auto;
		font-size:2.7vw;
		white-space:nowrap;
	}
}

/*この記事を書いた人*/
.author-box{
	border:0;
	margin-top: 60px;
	border-top:1px solid #DFE4EF;
	border-radius: 0;
	padding: 20px 0;
}
.author-widget-name{
	font-weight:bold;
	margin-bottom:15px;
}
.author-content{
	margin-left: 140px;
}
.author-box .author-name{
	font-size:1.3em;
	font-weight: normal;
	margin-bottom: 0;
}
.author-description{
	font-size: 14px;
}
@media only screen and (max-width: 500px){
	.author-widget-name{
		text-align:center;
	}
	.author-widget-name{
		font-size: 16px;
		margin: 20px 0;
	}
	.author-box .author-thumb{
		text-align:center;
		margin: 0 auto;
		width: 30%;
		float:none;
	}
	.author-box .author-content{
		margin-left:0;
	}
	.author-box .author-name{
		text-align:center;
		font-size: 20px;
		margin: 10px 0;
	}
}

/*ポップアップバナーPCのみ*/
.sticky-bnr{
	position:fixed;
	bottom:0;
	right:0;
	z-index:100000;
}
.sticky-bnr img{
	width:300px;
}
.sticky-bnr-close{
	position:absolute;
	right:5px;
	top:5px;
	font-weight:bold;
	font-size:16px;
	border:2px solid #000;
	border-radius:100%;
	background:#fff;
	width:30px;
	height:30px;
    display: flex;
    justify-content: center;
    align-items: center;
letter-spacing: 0;
	cursor:pointer;
}

/*1000社突破 MV修正*/
#mainview{
	background:#3042a5;
}
#mainview-text{
	color:#dceffe;
}
@media only screen and (max-width: 1024px) {
	#mainview-text{
		max-width:none;
	}
}
#mainview-text span{
	color:#fdfe96;
}
@media only screen and (max-width: 768px){
	#mainview-text span.fs24px,
	#mainview-text span.fs40px{
		color:#dceffe;
	}
}
@media only  screen and (max-width: 430px) {
	#mainview-text span.fs40px{
		font-size:28px;
	}
}
#mainview-text span.line{
	border-color:#fdfe96;
}
#mainview-img{
	top:auto;
	transform:none;
	bottom:-9px;
}
@media only screen and (max-width: 1300px) {
	#mainview-img{
		translate: 0 -50%;
		top: 60%;
		bottom: auto;
		right: 10px;
	}
}
@media only screen and (max-width: 1024px) {
	#mainview-img{
		translate: none;
		bottom: 0;
        top: auto;
	}
	#mainview-img picture.tb-only img{
		width:60%;
	}
}
#mainview-img img{
	max-height:540px;
}
@media only screen and (max-width: 768px) {
	#mainview-img img{
		vertical-align:bottom;
		max-height:500px;
	}
}

/*業種別活用方法*/
.page-template-page-solution #container,
.page-template-page-solution-sub #container{
	overflow:visible;
}
.page-template-page-solution.page .entry-content{
	max-width:1076px;
}
.page-template-page-solution-sub.page .entry-content{
	max-width:100%;
}
.solution_header,
.solutionSub_header{
	position:relative;
}
.solution_header picture img,
.solutionSub_header picture img{
	border-radius:20px;
	width:100%;
}
@media only screen and (max-width: 768px){
	.solutionSub_header{
		height:calc(100vw * 504/390);
	}
	.solution_header{
		height:calc(100vw * 460/390);
	}
	.solution_header picture,
	.solutionSub_header picture{
		width:100vw;
		height:calc(100vw * 460/390);
		object-fit:cover;
		position:absolute;
		top:0;
		left: 50%;
		transform: translatex(-50%);
		border-radius:0;
	}
	.solutionSub_header picture{
		height:calc(100vw * 504/390);
	}
	.solution_header picture img,
	.solutionSub_header picture img{
		border-radius:0;
	}
}
.solution_header_title{
	position:absolute;
	z-index:1;
	left:calc(100vw * 108/1260);
	top:50%;
	transform:translatey(-50%);
	font-size:48px;
}
.solutionSub_header_title{
	position:absolute;
	z-index:1;
	left:calc(100vw * 116/1260);
	top:45%;
	transform:translatey(-50%);
	font-size:36px;
	color:#2E3192;
}
@media only screen and (max-width: 768px){
	.solution_header_title{
		left:50%;
		top:calc(100vw * 91/ 390);
		transform:translate(-50%,0);
		text-align:center;
		font-size:7vw;
		width:100%;
	}
	.solutionSub_header_title{
		left:50%;
		top:calc(100vw * 104/ 390);
		transform:translate(-50%,0);
		text-align:center;
		font-size:7vw;
		width:100%;
	}
}
.solution_header_title span{
	font-size: 24px;
	display:block;
	margin-bottom:5px;
}
@media only screen and (max-width: 768px){
	.solution_header_title span{
		font-size:4.5vw;
	}
}
.solution_content{
	margin-top:95px;
}
.solutionSub_content{
	margin-top:80px;
}
@media only screen and (max-width: 768px){
	.solution_content,
	.solutionSub_content{
		margin-top:calc(100vw * 60/390);
	}
}
.solution_content_tub{
	display:flex;
	gap:14px;
	justify-content:center;
}
.solution_content_tub a{
	max-width:334px;
	width:50%;
	background:#E9F5FF;
	text-decoration:none !important;
	padding:24px 0;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
}
.solution_content_tub a span{
	font-size:18px;
	font-weight:700;
	color:#000 !important;
	position:relative;
}
@media only screen and (max-width: 768px){
	.solution_content_tub a{
		padding:12px 0;
	}
	.solution_content_tub a span{
		font-size:14px;
	}
}
.solution_content_tub a span:before{
	content:'';
	background:#FBB03B;
	width:calc(100% + 10px);
	height:4px;
	position:absolute;
	bottom:-5px;
	left:0px;
	display:inline-block;
}

.solution_content_inner{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:28px;
	padding:80px 0;
	position:relative;
}
@media only screen and (max-width: 768px){
	.solution_content_inner{
		grid-template-columns: 1fr 1fr;
		gap:calc(100vw * 16/390);
	}
}
.solution_content_inner:before{
	content:'';
	position:absolute;
	background:#E9F5FF;
	height:100%;
	width:100vw;
	top:0;
	left:50%;
	transform:translatex(-50%);
	display:inline-block;
	z-index:-1;
}
.solution_content_link{
	background:#fff;
	border-radius:10px;
	border:1px solid #DADBDD;
	padding:45px 0;
	text-align:center;
	text-decoration:none !important;
}
@media only screen and (max-width: 768px){
	.solution_content_link{
		padding:21.5px 0;
	}
}
.solution_content_link p{
	font-size:22px;
	font-weight:700;
	color:#000;
	text-decoration:none;
	margin-bottom:24px;
	line-height:1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.solution_content_link:hover p{
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
	color:#263290;
}
@media only screen and (max-width: 768px){
	.solution_content_link p{
		font-size:16px;
		margin-bottom:12px;
	}
}
.solution_content_link img{
	height:80px !important;
	width:auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
	color:#263290;
}
.solution_content_link:hover img{
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media only screen and (max-width: 768px){
	.solution_content_link img{
		height:46px !important;
	}
}

.solutionSub_content_title{
	text-align:center;
	border-left:0 !important;
	font-size:28px;
	line-height:1;
	padding:0 !important;
	margin:0 !important;
	margin-bottom:16px !important;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_title{
		font-size:22px;
	}
}
.solutionSub_content_title:after{
	display:none;
}
.solutionSub_content_desc{
	text-align:center;
	line-height:2;
	letter-spacing: normal;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_desc{
		font-size: 3.6vw;
		letter-spacing:-0.8px;
	}
}
.solutionSub_content_cards{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:40px;
	width:90%;
	max-width:1148px;
	margin:auto;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_cards{
		grid-template-columns:1fr;
		gap:calc(100vw * 40/390);
		width:100%;
	}
}
.solutionSub_content_cards .card{
	background:#fff;
	box-shadow: 0px 2px 14px 0px #00000033;
	padding:30px;
	border-radius:10px;
	position:relative;
}
.solutionSub_content_cards .card_title{
	font-size:18px;
	font-weight:700;
	color:#263290;
	margin-bottom:16px;
	text-align:center;
	letter-spacing:normal;
}
.solutionSub_content_cards .card_title.set-height{
	min-height:72px;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}
.solutionSub_content_cards .card_desc{
	text-align:left;
	display:block;
	margin-bottom:15px;
	letter-spacing: normal;
}
.solutionSub_content_cards .card_img img{
	border-radius:10px;
	vertical-align: bottom;
	position:absolute;
	bottom:30px;
	left:30px;
	width:calc(100% - 60px) !important;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_cards .card_title.set-height{
		min-height:auto;
		display:block;
	}
	.solutionSub_content_cards .card_desc{
		font-size:14px;
	}
	.solutionSub_content_cards .card_img img{
		position:static;
		width:100% !important;
	}
}
.solutionSub_content_case_cards{
	counter-reset: listnum;
	margin-top:48px;
}
.solutionSub_content_case_cards .card{
	padding-top:36px;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_case_cards .card{
		display:flex;
		flex-direction:column;
		padding:40px 20px 30px;
	}
	.solutionSub_content_case_cards .card_desc{
		order:3;
		margin:15px 0 0;
	}
}
.solutionSub_content_case_cards .card:before{
	counter-increment: listnum;
	content: "CASE0" counter(listnum);
	width:150px;
	position:absolute;
	background:#263290;
	border-radius:50px;
	color:#fff;
	font-size:16px;
	top:-16px;
	left:50%;
	translate:-50% 0;
	height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solutionSub_content_case_cards .card_img{
	aspect-ratio: 296 / 211;
}
.solutionSub_content_scene{
	background: #E9F4FF;
	padding:80px 0;
	border-radius:20px;
	position:relative;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_scene{
		padding:40px 0;
	}
	.solutionSub_content_scene:before{
		content:'';
		width:100vw;
		height:100%;
		background: #E9F4FF;
		display:inline-block;
		top:0;
		left:50%;
		translate: -50% 0;
		position:absolute;
		z-index:-1;
	}
}
.solutionSub_content_scene_box{
	max-width:1000px;
	width:95%;
	margin:40px auto 0;
}
.solutionSub_content_scene_box + .solutionSub_content_scene_box{
	margin-top:60px;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_scene_box{
		width:100%;
	}
	.solutionSub_content_scene_box + .solutionSub_content_scene_box{
		margin-top:40px;
	}
}
.solutionSub_content_scene_box figcaption{
	background:#fff;
	margin-bottom:27px;
	padding:29px 25px 24px;
	opacity:1 !important;
}
.solutionSub_content_scene_box figcaption p{
	font-size:22px;
	margin:0 0 13px;
	font-weight:700;
	display:flex;
	line-height:1;
}
.solutionSub_content_scene_box figcaption p:before{
	content:'';
	width:24px;
	height:24px;
	border-radius:2px;
	display:inline-block;
	background:#447BD6;
	margin-right:12px;
}
.solutionSub_content_scene_box figcaption span{
	font-size:18px;
	letter-spacing:normal;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_scene_box figcaption{
		text-align:center;
		border-radius:10px;
		margin-bottom:20px;
		padding:26px;
	}
	.solutionSub_content_scene_box figcaption p{
		display:inline-block;
		font-size:18px;
	}
	.solutionSub_content_scene_box figcaption p:before{
		width:14px;
		height:14px;
		margin-right:4px;
		border-radius:1px;
	}
	.solutionSub_content_scene_box figcaption span{
		display:block;
		font-size: 3.278vw;
	}
}
.solutionSub_content_scene_box img{
	vertical-align:bottom;
	border-radius:10px;
	box-shadow: 0px 2px 14px 0px #00000033;
	padding:30px 36px;
	background:#fff;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_scene_box img{
		padding:10px;
	}
}
.solutionSub_content_point{
	background: #E9F4FF;
	padding:80px 0;
	border-radius:20px;
	position:relative;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_point{
		padding:40px 0;
	}
	.solutionSub_content_point:before{
		content:'';
		width:100vw;
		height:100%;
		background: #E9F4FF;
		display:inline-block;
		top:0;
		left:50%;
		translate: -50% 0;
		position:absolute;
		z-index:-1;
	}
}
.solutionSub_content_point_cards .card_title{
	background: #263290;
	color:#fff;
	font-size:18px;
	padding:19px 20px;
	border-radius:10px;
	line-height:1.6;
}
.solutionSub_content_point_cards .card_img{
	aspect-ratio: 297/175;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_point_cards .card_desc{
		font-size:14px;
	}
}
.solutionSub_content_company_cards{
	counter-reset: listnum;
	margin:48px auto 0;
	max-width:1000px;
	width:88%;
}
.solutionSub_content_company_cards .card{
	display:flex;
	gap:0 calc(100% * 64/968);
	position:relative;
	flex-wrap:wrap;
	text-decoration:none !important;
}
.solutionSub_content_company_cards .card + .card{
	margin-top:80px;
}
.solutionSub_content_company_cards .card:nth-child(even){
	flex-direction:row-reverse;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_company_cards{
		width:100%;
	}
	.solutionSub_content_company_cards .card,
	.solutionSub_content_company_cards .card:nth-child(even){
		flex-direction:column-reverse;
	}
	.solutionSub_content_company_cards .card + .card{
		margin-top:calc(100vw * 30/390);
	}
}
.solutionSub_content_company_cards .card_text{
	width:calc(100% * 390/968);
}
.solutionSub_content_company_cards .card_text:before{
	counter-increment: listnum;
	content: "0" counter(listnum);
	font-weight: 700;
	font-size: 64px;
	line-height: 1.6;
	letter-spacing: 0%;
	color:#263290;
	width:100%;
}
.solutionSub_content_company_cards .card_text p{
	margin-bottom:0;
	font-size:24px;
	font-weight:700;
	color:#393939;
}
.solutionSub_content_company_cards .card_text span{
	font-size:20px;
	color:#000;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_company_cards .card_text{
		width:100%;
	}
	.solutionSub_content_company_cards .card_text:before{
		line-height:1;
		font-size:48px;
	}
	.solutionSub_content_company_cards .card_text p{
		font-size:19px;
	}
	.solutionSub_content_company_cards .card_text span{
		font-size:16px;
	}
}
.solutionSub_content_company_cards .card_img{
	width:calc(100% * 514/968);
}
.solutionSub_content_company_cards .card_img img{
	box-shadow: 0px 2px 14px 0px #00000033;
	border-radius:10px;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.solutionSub_content_company_cards .card:hover .card_img img{
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
@media only screen and (max-width: 768px){
	.solutionSub_content_company_cards .card_img{
		width:100%;
		margin-bottom:16px;
	}
	.solutionSub_content_company_cards .card_img img{
		border-radius:0;
	}
}
.solutionSub_content_download{
	background: #E9F4FF;
	padding:80px 0;
	border-radius:20px;
	position:relative;
}
@media only screen and (max-width: 768px){
	.solutionSub_content_download{
		padding:40px 0;
	}
	.solutionSub_content_download:before{
		content:'';
		width:100vw;
		height:100%;
		background: #E9F4FF;
		display:inline-block;
		top:0;
		left:50%;
		translate: -50% 0;
		position:absolute;
		z-index:-1;
	}
}
.solutionSub_content_download .card{
	text-decoration:none !important;
}
.solutionSub_content_download .card_title{
	margin-top:16px;
}
.solutionSub_content_download .card_desc{
	color:#000;
}
.solutionSub_content_download_cards .card_desc{
	margin-bottom:0;
}
.solutionSub_content_download_cards .card_img{
	overflow:hidden;
	border-radius:10px;
	
}
.solutionSub_content_download_cards .card_img img{
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
	position:static;
	width:100% !important;
}
.solutionSub_content_download_cards .card:hover .card_img img{
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*業種別活用方法追加によるヘッダーメニュー修正*/
.nav-list .has-child {
	padding-left:5px;
}
.nav-list .has-child > a:hover{
	color:#263290;
}
.nav-list .has-child > a:hover span{
	border-color:#fff;
}
.nav-list .has-child span{
	display:flex;
	align-items:center;
}
.nav-list .has-child span svg{
	width:20px;
}
.nav-list .has-child ul{
    opacity: 0;
    position: absolute;
    top: 30px;
    width: 230px;
    text-align: left;
    background: #fff;
    padding: 10px 10px 20px;
    left: -10px;
	z-index:100;
	transition: opacity .3s ease-out;
}
.nav-list .has-child:hover ul{
	opacity:1;
	transition: opacity .3s ease-out;
}
.nav-list .has-child ul li + li{
	margin-top:10px;
}
@media only screen and (max-width: 1080px){
	.nav-list .has-child{
		padding-left:0;
	}
	.nav-list .has-child span svg{
		display:none;
	}
	.navi-in > ul li{
		text-align:left;
	}
	.navi-in > ul li a span{
		border:0 !important;
	}
	.navi-in > ul .contact-btn{
		text-align:center;
	}
	.nav-list .has-child ul{
		opacity:1;
		position:static;
		width:auto;
		text-align:center;
		padding:0;
		margin-left:20px;
	}
	.nav-list .has-child ul li + li{
		margin-top:0;
	}
	.nav-list .has-child > a,
	.nav-list .has-child > a:hover{
		color:#333;
	}
}
@media only screen and (max-width: 480px){
	.navi-in > ul li{
		height:auto;
		line-height:auto;
	}
	.navi-in > ul li a{
		height:50px !important;
	}
}

/* 20260609 */
@charset "UTF-8";
/*------------------------------------------
* mixinの定義
------------------------------------------*/
/*------------------------------------------
* reset
------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, picture {
  display: block;
}

/*------------------------------------------
* globalSetting
------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  color: #393939;
  letter-spacing: .06em;
  line-height: 2;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
  -webkit-touch-callout: none;
}

a {
  color: #393939;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  color: #389DE8;
}

th {
  vertical-align: top;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------
* header
------------------------------------------*/
.alpha {
  zoom: 1;
  display: inline-block\9;
  /* ie8 */
}

.alpha:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

#header-container {
  padding: 20px 0;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 834px) {
  #header-container {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1080px) {
  #header-container-in {
    display: block;
  }
}

.home #header-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.logo {
  max-width: 150px;
}

@media only screen and (max-width: 834px) {
  .logo {
    max-width: 120px;
  }
}

.sp-btns {
  margin-left: auto;
  position: absolute;
  right: 3%;
  display: none;
}

@media only screen and (max-width: 1080px) {
  .sp-btns {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .sp-btns {
    top: 20px;
  }
}

.sp-btns .sp-nav-open,
.sp-btns .sp-nav-close {
  color: #263290;
}

.sp-btns .sp-nav-close {
  display: none;
}

.sp-btns .fas {
  font-size: 24px;
}

.sp-btns .fas-remove {
  font-size: 20px;
}

/*------------------------------------------
* nav
------------------------------------------*/
@media only screen and (max-width: 1080px) {
  #navi {
    display: none;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1080px) {
  .navi-in {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 1080px) {
  .navi-in > ul {
    display: block;
  }
}

.navi-in > ul li {
  width: auto;
  height: auto;
}

.navi-in > ul li a {
  color: #263290;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 2;
  display: block;
  background: none;
}

@media only screen and (max-width: 1380px) {
  .navi-in > ul li a {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1080px) {
  .navi-in > ul li a {
    height: 60px;
  }
}

.navi-in > ul li a span {
  border-bottom: 2px solid transparent;
  display: block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media only screen and (max-width: 1080px) {
  .navi-in > ul li a span {
    height: 100%;
    line-height: 60px;
  }
}

.navi-in > ul li a:hover {
  background: none;
}

.navi-in > ul li a:hover span {
  border-bottom: 2px solid #263290;
}

@media only screen and (max-width: 1080px) {
  .navi-in > ul li a:hover span {
    border: none;
  }
}

.navi-in > ul .contact-btn {
  margin-left: 15px;
}

@media only screen and (max-width: 1080px) {
  .navi-in > ul .contact-btn {
    margin-left: 0;
    margin-top: 15px;
  }
}

.navi-in > ul .dl-btn {
  margin-left: 8px;
}

@media only screen and (max-width: 1080px) {
  .navi-in > ul .dl-btn {
    margin-left: 0;
    margin-top: 15px;
  }
}

/*------------------------------------------
* layout
------------------------------------------*/
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 834px) {
  .l-flex {
    display: block;
  }
}

.l-wrap,
.wrap {
  width: 94%;
  max-width: 1340px;
  margin: 0 auto;
}

.l-breadcrumb {
  max-width: 1340px;
  margin: 0 auto;
}

.single-case .l-breadcrumb,
.single-interview .l-breadcrumb {
  width: 94%;
}

.single-case #content-in,
.single-interview #content-in {
  width: 100%;
  max-width: 100%;
}

#header-container-in {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navi-in > ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content {
  padding: 0;
  margin: 5px 0 0;
}

body.date #content {
  margin-top: 70px;
}

@media screen and (max-width: 1023px) {
  #content-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 834px) {
  #content-in {
    display: block;
  }
}

.l-section {
  padding-top: 80px;
}

@media only screen and (max-width: 834px) {
  .l-section {
    padding-top: 60px;
  }
}

.home #main,
.page #main,
.archive #main,
.single-interview #main,
.single-case #main {
  max-width: 100%;
  padding: 0;
  border: none;
}

.single-interview .article,
.single-case .article {
  max-width: 900px;
  margin: 0 auto;
}

.page .entry-content {
  max-width: 900px;
  margin: 0 auto;
}

.single-post .content-in {
  max-width: 1260px;
}

.single-post #main {
  padding: 0;
}

#main {
  width: 100%;
  max-width: 900px;
  border: none;
}

@media only screen and (max-width: 1380px) {
  #main {
    margin: 0 !important;
    max-width: 70%;
  }
}

@media only screen and (max-width: 834px) {
  #main {
    max-width: 100%;
  }
}

#sidebar {
  width: 100%;
  max-width: 300px;
}

@media only screen and (max-width: 1380px) {
  #sidebar {
    width: 30%;
    margin: 40px 0 0 !important;
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 1023px) {
  #sidebar {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  #sidebar {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    margin-top: 60px !important;
  }
}

#footer {
  margin: 0;
  padding: 0;
}

.footer-bottom {
  padding: 0;
}

.l-flex.service {
  margin-left: -20px;
  margin-right: -20px;
}

.l-cta-block {
  margin-top: 120px;
}

@media only screen and (max-width: 834px) {
  .l-cta-block {
    margin-top: 60px;
  }
}

.l-cta-block .l-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-plan-inner {
  max-width: 1020px;
  margin: 40px auto 0;
}

.l-flow-inner {
  max-width: 1200px;
  margin: 80px auto 0;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-service-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-service-case-section .l-wrap {
  max-width: 1000px;
}

.l-service-case-section [class*=l-service-case-section] {
  padding: 80px 0;
}

.l-service-case-section [class*=l-service-case-section]:nth-child(odd) {
  background: #E9F4FF;
}

@media only screen and (max-width: 1080px) {
  .l-service-case-section [class*=l-service-case-section] {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 834px) {
  .l-service-case-section [class*=l-service-case-section] {
    padding: 40px 0;
  }
}

.l-service-case-section > div:last-child {
  padding-bottom: 0;
}

.interview-articles .l-flex {
  margin-top: 60px;
}

@media only screen and (max-width: 834px) {
  .interview-articles .l-flex {
    margin-top: 40px;
  }
}

#list,
.interview {
  max-width: 1260px;
  margin: 0 auto;
}

#list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-under-block {
  margin-top: 80px;
}

@media only screen and (max-width: 834px) {
  .l-under-block {
    margin-top: 40px;
  }
}

.page .article {
  padding-top: 0;
}

/*------------------------------------------
* module
------------------------------------------*/
.alpha {
  zoom: 1;
  display: inline-block\9;
  /* ie8 */
}

.alpha:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.en {
  font-family: 'Montserrat', sans-serif;
}

.sp {
  display: none;
}

@media only screen and (max-width: 834px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

#container {
  overflow: hidden;
}

.contact-btn a,
.dl-btn a {
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  color: #fff !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 60px;
}

.contact-btn a:before,
.dl-btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
}

.contact-btn a:hover,
.dl-btn a:hover {
  color: #fff;
}

.contact-btn a:hover:before,
.dl-btn a:hover:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.contact-btn img,
.dl-btn img {
  vertical-align: middle;
}

.contact-btn a {
  background: #263290 !important;
  padding: 0 30px !important;
  display: inline-block;
}

.contact-btn a:before {
  background: #6178CD;
}

.contact-btn img {
  width: 20px;
}

.dl-btn a {
  background: #F49B4D !important;
  padding: 0 20px !important;
  display: inline-block;
}

.dl-btn a:before {
  background: #F6BF8F;
}

.dl-btn img {
  width: 16px;
}

.main-img {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 70%;
  max-width: 864px;
}

@media only screen and (max-width: 834px) {
  .main-img {
    right: 10px;
    bottom: 0;
    width: 100%;
  }
}

.main-img-area {
  background: #E9F4FF;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .main-img-area {
    padding: 20px 5%;
    border-radius: 10px;
  }
}

.main-img picture {
  max-width: 864px;
}

.main-img-text {
  padding: 30px 0 0 10px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 834px) {
  .main-img-text {
    padding: 0;
    text-align: center;
  }
}

.main-img-text p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
}

@media only screen and (max-width: 834px) {
  .main-img-text p {
    font-size: 16px;
  }
}

.main-img-text p span {
  color: #263290;
}

.main-img-text .title {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 20px 0;
  color: #263290;
}

@media only screen and (max-width: 834px) {
  .main-img-text .title {
    font-size: 18px;
  }
}

.main-img-text .title img {
  max-width: 150px;
  display: block;
  margin: 30px 0;
}

@media only screen and (max-width: 834px) {
  .main-img-text .title img {
    margin: 25px auto 10px;
  }
}

.main-img-text .contact-btn {
  margin: 30px 0 70px;
}

@media only screen and (max-width: 834px) {
  .main-img-text .contact-btn {
    margin-bottom: 60%;
  }
}

.main-img-text .contact-btn a {
  padding: 0 40px !important;
}

@media only screen and (max-width: 834px) {
  .main-img-text .contact-btn a {
    width: 100%;
    text-align: center;
  }
}

.big {
  font-size: 70px;
}

@media only screen and (max-width: 834px) {
  .big {
    font-size: 52px;
  }
}

.middle {
  font-size: 34px;
}

@media only screen and (max-width: 834px) {
  .middle {
    font-size: 28px;
  }
}

.line {
  border-bottom: 3px solid #263290;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  color: #263290;
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .section-title {
    font-size: 22px;
  }
}

.section-title + p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

@media only screen and (max-width: 834px) {
  .section-title + p {
    font-size: 14px;
  }
}

.box-gray {
  background: #F2F5FB;
  border-radius: 20px;
  padding: 20px;
}

@media only screen and (max-width: 834px) {
  .box-gray {
    border-radius: 10px;
    padding: 15px;
  }
}

.box-navy {
  background: #263290;
  border-radius: 10px;
  position: relative;
  padding: 30px;
}

.box-white {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 10px 30px;
}

.support-section .box-gray {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
}

@media only screen and (max-width: 834px) {
  .support-section .box-gray {
    margin-top: 40px;
  }
}

.support-section .img {
  max-width: 401px;
  position: absolute;
  left: 20px;
  top: -40px;
  z-index: 1;
}

@media only screen and (max-width: 1080px) {
  .support-section .img {
    max-width: 38%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -20px;
  }
}

@media only screen and (max-width: 834px) {
  .support-section .img {
    max-width: 100%;
    position: relative;
    left: auto;
    top: -30px;
    -webkit-transform: none;
            transform: none;
  }
}

.support-section .box-navy {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  max-width: 260px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .support-section .box-navy {
    max-width: 100%;
  }
}

.support-section .box-navy:after {
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #263290;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 834px) {
  .support-section .box-navy:after {
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
    right: 50%;
    top: auto;
    bottom: -20px;
  }
}

.support-section .box-navy picture {
  width: 70px;
  margin: 0 auto;
}

.support-section .box-white {
  max-width: 270px;
  margin-left: 30px;
  margin-top: 10px;
}

@media only screen and (max-width: 834px) {
  .support-section .box-white {
    max-width: 100%;
    margin: 10px 0;
  }
}

.support-section .box-white:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 834px) {
  .support-section .box-white:first-of-type {
    margin-top: 20px;
  }
}

.support-section .box-white p {
  font-size: 13px;
  font-weight: bold;
  color: #263290;
  line-height: 1.8;
}

.support-section .img-block {
  max-width: 1016px;
  margin: 40px auto 0;
}

.box-lblue {
  background: #E9F4FF;
  border-radius: 20px;
  padding: 60px 40px;
}

@media only screen and (max-width: 1080px) {
  .box-lblue {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 834px) {
  .box-lblue {
    padding: 20px 15px;
    border-radius: 10px;
  }
}

.reason {
  margin-top: 60px;
}

.reason .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 0 30px;
}

@media only screen and (max-width: 1080px) {
  .reason .item {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 834px) {
  .reason .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 0 20px;
  }
}

.reason .item .title {
  font-size: 18px;
  font-weight: bold;
  color: #263290;
  text-align: center;
  margin-bottom: 25px;
}

.reason .item p {
  margin-top: 10px;
}

.reason-mark {
  display: table;
  margin: 0 auto 20px;
  font-size: 18px;
  color: #263290;
  border-bottom: 2px solid #263290;
}

.ghost-btn {
  text-align: center;
  margin-top: 60px;
}

@media only screen and (max-width: 834px) {
  .ghost-btn {
    margin-top: 40px;
  }
}

.ghost-btn a {
  border: 1px solid #263290;
  background: #fff;
  border-radius: 10px;
  color: #263290;
  display: inline-block;
  font-weight: bold;
  padding: 15px 0;
  width: 200px;
}

.ghost-btn a:hover {
  background: #263290;
  color: #fff;
}

.service {
  margin-top: 60px;
}

.service .item {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
}

@media only screen and (max-width: 1080px) {
  .service .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 834px) {
  .service .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 35px;
  }
}

.service .item .entry-thumb {
  max-width: 260px;
  margin: 0 auto;
}

.service .item .title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #263290;
  margin-bottom: 20px;
}

.service .item dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #263290;
  margin-bottom: 10px;
}

.service .item dd {
  font-size: 13px;
}

.service .item .box-white {
  padding: 20px 30px;
  -webkit-box-shadow: 0px 6px 30px #CFE6FF;
          box-shadow: 0px 6px 30px #CFE6FF;
  margin-top: -10px;
  position: relative;
}

.btn-wrap {
  text-align: center;
  margin-bottom: 0;
}

.btn-wrap a {
  background: #263290;
  font-size: 13px;
  font-weight: normal;
  padding: 13px 50px !important;
  display: inline-block;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: auto;
  border: none;
}

.cta-title-block {
  padding: 0 3%;
}

.cta-title-block .img {
  width: 218px;
}

@media only screen and (max-width: 834px) {
  .cta-title-block .img {
    margin: 0 auto;
  }
}

.cta-title-block .title {
  font-size: 26px;
  font-weight: bold;
  margin-left: 40px;
  color: #263290;
}

@media only screen and (max-width: 834px) {
  .cta-title-block .title {
    font-size: 20px;
    margin-left: 0;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.cta-contact-block {
  background: url(../images/cta_bg.png) no-repeat center center/cover;
  padding: 70px 0;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .cta-contact-block {
    padding: 40px 0;
  }
}

.cta-contact-block .title {
  font-size: 30px;
}

.cta-contact-block .ghost-arrow {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 10px;
}

.cta-contact-block .ghost-arrow a {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border: none;
  z-index: 1;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.cta-contact-block .ghost-arrow a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  background: #EDF0F6;
}

.cta-contact-block .ghost-arrow a:after {
  display: block;
  content: url(../images/arrow.png);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-20%) scale(0.5);
          transform: translateY(-20%) scale(0.5);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.cta-contact-block .ghost-arrow a:hover {
  color: #263290;
  background: none;
}

.cta-contact-block .ghost-arrow a:hover:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.interview-section .title {
  font-size: 22px;
  color: #263290;
  text-align: center;
  margin: 30px 0;
  font-weight: 500;
}

.entry-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  width: 33.333%;
  margin: 0 0 30px;
  padding: 0 30px;
  height: auto;
}

@media only screen and (max-width: 1080px) {
  .entry-card {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 834px) {
  .entry-card {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.entry-card .cat-name {
  font-size: 18px;
  color: #263290;
  display: table;
  border-bottom: 2px solid #263290;
  margin-bottom: 20px;
  line-height: 1.6;
}

@media only screen and (max-width: 834px) {
  .entry-card .cat-name {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.entry-card-wrap {
  padding: 0;
  margin: 0;
}

.entry-card-wrap:hover {
  background: none;
}

.entry-card-wrap:hover img {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.entry-card-wrap:hover .entry-card-title {
  color: #263290;
}

.entry-card-thumb {
  margin: 0;
  float: none;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  max-height: 224px;
}

@media only screen and (max-width: 1080px) {
  .entry-card-thumb {
    max-height: 160px;
  }
}

.entry-card-thumb img {
  max-height: 224px;
  min-height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media only screen and (max-width: 1080px) {
  .entry-card-thumb img {
    max-height: 160px;
    min-height: 160px;
  }
}

.entry-card-content {
  margin-left: 0;
}

.entry-card-title {
  font-size: 16px;
  line-height: 2;
  margin: 10px 0;
}

.entry-card-meta {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: left;
}

.entry-card-info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #828282;
}

.post-date {
  font-size: 13px;
  padding: 0;
  margin: 0;
}

.case-section .box-lblue {
  position: relative;
}

.case-section .box-lblue:after {
  content: url(../images/logo_circle.png);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  left: 0px;
  top: -80px;
}

.case-section .case {
  margin-top: 20px;
}

.case-section .box-white {
  position: relative;
  z-index: 1;
  height: 100%;
}

.case-section .entry-card-wrap:hover {
  background: #fff;
}

.case-section .entry-card-content {
  padding: 15px 30px;
}

@media only screen and (max-width: 1080px) {
  .case-section .entry-card-content {
    padding: 15px;
  }
}

.case-section .entry-card-thumb {
  border-radius: 10px 10px 0 0;
}

.case-section .entry-card-thumb img {
  border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 834px) {
  .case-section .entry-card-title {
    margin-top: 0;
  }
}

.case-section .entry-card-meta {
  border-top: 1px solid #E4E7EF;
  padding-top: 15px;
  font-size: 13px;
}

@media only screen and (max-width: 834px) {
  .case-section .entry-card-meta {
    font-size: 11px;
  }
}

.case-section .entry-card-meta span {
  display: inline-block;
}

.case-section .entry-card-meta .industry {
  margin-left: 30px;
}

.case-section .entry-card-meta .tags {
  margin-top: 15px;
}

.case-section .entry-card-meta .tag {
  border: 1px solid #C3C6CF;
  border-radius: 30px;
  margin-right: 6px;
  margin-bottom: 5px;
  padding: 8px 15px;
}

@media only screen and (max-width: 834px) {
  .case-section .entry-card-meta .tag {
    padding: 5px 12px;
  }
}

#plan h3.title {
  font-size: 24px;
  text-align: center;
  position: relative;
  color: #263290;
  margin-bottom: 30px;
}

#plan h3.title:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #263290;
  position: absolute;
  left: 0;
  top: 24px;
}

#plan h3.title span {
  padding: 0 40px;
  background: #fff;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #plan h3.title span {
    padding: 0 10px;
  }
}

#plan h3.title .sub-title {
  display: block;
  font-size: 14px;
  color: #393939;
}

#plan .price-box {
  background: url(../images/price_bg.png) no-repeat center/cover;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 50px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #plan .price-box {
    border-radius: 10px;
    padding: 20px;
  }
}

#plan .price-box > p {
  color: #fff;
}

#plan .price-box .l-flex {
  margin-top: 80px;
}

#plan .price-box .l-flex + p {
  font-size: 12px;
  margin-top: 20px;
}

#plan .price-box .item {
  background: #fff;
  border-radius: 10px;
  padding: 50px 30px 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #plan .price-box .item {
    margin: 0 0 60px;
  }
}

@media only screen and (max-width: 834px) {
  #plan .price-box .item:last-child {
    margin-bottom: 20px;
  }
}

#plan .price-box .item:before {
  position: absolute;
  left: 50%;
  top: -21%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

#plan .price-box .item-1 {
  border-top: 6px solid #263290;
}

#plan .price-box .item-1:before {
  content: url(../images/number_1.png);
}

#plan .price-box .item-1 .price {
  color: #263290;
}

#plan .price-box .item-2 {
  border-top: 6px solid #62ABF2;
}

#plan .price-box .item-2:before {
  content: url(../images/number_2.png);
}

#plan .price-box .item-2 .price {
  color: #62ABF2;
}

#plan .price-box .item-3 {
  border-top: 6px solid #F49B4D;
}

#plan .price-box .item-3:before {
  content: url(../images/number_3.png);
}

#plan .price-box .item-3 .price {
  color: #F49B4D;
}

#plan .price-box .item .name {
  font-size: 18px;
  font-weight: bold;
}

#plan .price-box .item .price {
  font-size: 34px;
  line-height: 1.6;
}

#plan .price-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .flow-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flow-block .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 5px 0;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 1080px) {
  .flow-block .item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media only screen and (max-width: 834px) {
  .flow-block .item {
    padding: 10px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.flow-block .item.number:before {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #263290;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 50px;
  color: #263290;
  display: block;
  margin: 0 auto 10px;
}

.flow-block .item.number-1:before {
  content: "1";
}

.flow-block .item.number-2:before {
  content: "2";
}

.flow-block .item.number-3:before {
  content: "3";
}

.flow-block .item.number-4:before {
  content: "4";
}

.flow-block .item.number-5:before {
  content: "5";
}

.flow-block .item.number-6:before {
  content: "6";
}

.flow-block .item .title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #263290;
  height: 48px;
}

@media only screen and (max-width: 834px) {
  .flow-block .item .title {
    height: 40px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 834px) {
  .flow-block .item .title br {
    display: none;
  }
}

.flow-block .item .title span {
  display: block;
  padding-top: 16px;
}

@media only screen and (max-width: 834px) {
  .flow-block .item .title span {
    padding-top: 0;
  }
}

.flow-block .item img {
  max-width: 120px;
}

.flow-block .item picture {
  margin: 20px 0;
}

@media only screen and (max-width: 834px) {
  .flow-block .item picture {
    margin: 10px 0;
  }
}

.flow-block .arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

@media only screen and (max-width: 834px) {
  .flow-block .arrow {
    display: none;
  }
}

.flow-block .arrow img {
  width: 21px;
}

@media only screen and (max-width: 834px) {
  .flow-block .arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.faq-section {
  display: block;
}

.faq-section .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 40px 30px 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1080px) {
  .faq-section .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media only screen and (max-width: 834px) {
  .faq-section .item {
    padding: 30px 0 0;
  }
}

.faq-section .item .box-white {
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 70px;
  font-size: 14px;
  font-weight: bold;
  color: #263290;
}

@media only screen and (max-width: 834px) {
  .faq-section .item .box-white {
    font-size: 13px;
    padding: 15px;
    padding-left: 40px;
  }
}

.faq-section .item .box-white:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: 70px;
  bottom: -7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.faq-section .item .box-white:after {
  content: '';
  width: 30px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 63px;
  bottom: 0;
}

.faq-section .item .box-white .q {
  font-size: 20px;
  font-weight: 400;
  color: #263290;
  position: absolute;
  left: 30px;
  top: 30px;
  line-height: 1.4;
}

@media only screen and (max-width: 834px) {
  .faq-section .item .box-white .q {
    left: 13px;
    top: 13px;
  }
}

.faq-section .item dd {
  padding-left: 70px;
  position: relative;
  padding-right: 30px;
}

@media only screen and (max-width: 834px) {
  .faq-section .item dd {
    padding: 0 15px 0 39px;
  }
}

.faq-section .item dd .a {
  font-size: 20px;
  font-weight: 400;
  color: #F49B4D;
  position: absolute;
  left: 30px;
  top: 0;
  line-height: 1.4;
}

@media only screen and (max-width: 834px) {
  .faq-section .item dd .a {
    left: 13px;
  }
}

.breadcrumb {
  margin: 1em 0 2em;
  position: relative;
  z-index: 10;
}

.breadcrumb .sp {
  display: inline !important;
}

.page-template-page-service-parent #content-in.wrap {
  max-width: 100%;
  width: 100%;
}

.page-template-page-service-parent .breadcrumb {
  width: 94%;
  max-width: 1340px;
  margin: 1em auto 2em;
}

.box-header {
  background: #E9F4FF;
  border-radius: 20px;
  padding: 30px 0 40px;
}

@media only screen and (max-width: 834px) {
  .box-header {
    border-radius: 10px;
    padding: 12px 12px 20px;
  }
}

.box-header p {
  max-width: 900px;
  margin: 0 auto;
}

.archive .entry-title {
  font-size: 28px;
  font-weight: bold;
  color: #263290;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .archive .entry-title {
    font-size: 22px;
  }
}

.archive .entry-title + p {
  text-align: center;
  position: relative;
  z-index: 10;
}

.service-article .entry-title {
  font-size: 28px;
  font-weight: bold;
  color: #263290;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .service-article .entry-title {
    font-size: 22px;
  }
}

.service-article .box-white {
  border-radius: 20px;
  padding: 50px 70px 25px;
  -webkit-box-shadow: 0px 6px 30px #CFE6FF;
          box-shadow: 0px 6px 30px #CFE6FF;
}

@media only screen and (max-width: 1080px) {
  .service-article .box-white {
    padding: 40px 40px 5px;
  }
}

@media only screen and (max-width: 834px) {
  .service-article .box-white {
    border-radius: 10px;
    padding: 20px 15px 5px;
  }
}

.service-article .box-white p {
  padding-left: 30px;
  position: relative;
}

.service-article .box-white p:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #F49B4D;
  position: absolute;
  left: 0;
  top: 0;
}

.service-article .trouble p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2em;
}

@media only screen and (max-width: 834px) {
  .service-article .trouble p {
    font-size: 13px;
  }
}

.page .section-title {
  font-size: 24px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 834px) {
  .page .section-title {
    font-size: 18px;
  }
}

.service-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 834px) {
  .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service-list .item {
  width: 25%;
  padding: 0 40px 40px;
  text-align: center;
}

@media only screen and (max-width: 1080px) {
  .service-list .item {
    padding: 0 20px 30px;
  }
}

@media only screen and (max-width: 658px) {
  .service-list .item {
    width: 50%;
    padding: 0 10px 30px;
  }
}

.service-list .item .entry-thumb {
  max-width: 130px;
  margin: 0 auto 5px;
}

.service-list .item .title {
  font-size: 16px;
  font-weight: bold;
  color: #263290;
}

@media only screen and (max-width: 834px) {
  .service-list .item .title {
    font-size: 14px;
  }
}

.service-list .item a {
  display: block;
}

.service-list .item a:hover {
  opacity: 0.8;
}

.service-info {
  border: 2px solid #D6EBFF;
  border-radius: 20px;
  margin-top: 30px;
  padding: 40px 50px;
}

@media only screen and (max-width: 834px) {
  .service-info {
    border-radius: 10px;
    padding: 8px 20px 20px;
  }
}

.service-info table {
  border-bottom: 1px solid #D6EBFF;
  margin-bottom: 12px;
}

.service-info table:last-child {
  border: none;
  margin-bottom: 0;
}

.service-info table:last-child tr:last-child td {
  padding-bottom: 0;
}

.service-info table tr:nth-of-type(2n+1) {
  background: none;
}

.service-info table tr:last-child td {
  padding-bottom: 20px;
}

.service-info table th, .service-info table td {
  border: none;
  background: none;
}

@media only screen and (max-width: 834px) {
  .service-info table th, .service-info table td {
    display: block;
    font-size: 13px;
  }
}

.service-info table th {
  width: 120px;
  font-weight: bold;
  color: #263290;
}

@media only screen and (max-width: 834px) {
  .service-info table th {
    width: 100%;
    padding: 10px 0 0;
  }
}

.service-title-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-title-block .img {
  width: 250px;
  margin-right: 30px;
}

@media only screen and (max-width: 834px) {
  .service-title-block .img {
    margin: 0 auto;
  }
}

.service-title-block .title {
  font-size: 26px;
  font-weight: bold;
  color: #263290;
}

@media only screen and (max-width: 834px) {
  .service-title-block .title {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
  }
}

.service-case-section .case-number {
  font-size: 22px;
  font-weight: 500;
  color: #263290;
  display: inline-block;
  border-bottom: 2px solid #263290;
  margin-bottom: 30px;
  line-height: 1.6;
}

@media only screen and (max-width: 834px) {
  .service-case-section .case-number {
    font-size: 16px;
  }
}

.service-case-section .case-info .img-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  padding-right: 50px;
}

@media only screen and (max-width: 834px) {
  .service-case-section .case-info .img-block {
    padding-right: 0;
    text-align: center;
  }
}

.service-case-section .case-info .img-block .img {
  max-height: 150px;
  margin-bottom: 10px;
}

.service-case-section .case-info .img-block .img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.service-case-section .case-info .img-block .employees,
.service-case-section .case-info .img-block .industry {
  font-size: 12px;
  letter-spacing: .02em;
}

.service-case-section .case-info .img-block .employees {
  padding-right: 10px;
}

.service-case-section .case-info .text-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 200px);
          flex: 0 0 calc(100% - 200px);
}

@media only screen and (max-width: 834px) {
  .service-case-section .case-info .text-block {
    width: 100%;
    margin-top: 30px;
  }
}

.service-case-section .case-info .text-block .cat {
  display: inline-block;
  background: #263290;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 30px;
}

@media only screen and (max-width: 834px) {
  .service-case-section .case-info .text-block .cat {
    font-size: 13px;
  }
}

.service-case-section .case-info .text-block .title {
  font-size: 22px;
  font-weight: bold;
  color: #263290;
  line-height: 1.6;
  margin: 20px 0;
}

@media only screen and (max-width: 834px) {
  .service-case-section .case-info .text-block .title {
    font-size: 18px;
  }
}

.service-case-section .kadai {
  background: #fff;
  border: 2px solid #263290;
  border-radius: 10px;
  margin: 30px 0 20px;
  padding: 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .service-case-section .kadai {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service-case-section .kadai dt {
  width: 85px;
  height: 80px;
  background: url(../images/kadai.png) no-repeat;
  background-size: contain;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.service-case-section .kadai dd {
  width: calc(100% - 85px);
  padding-left: 25px;
  color: #263290;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .service-case-section .kadai dd {
    padding-left: 15px;
    line-height: 1.8;
  }
}

.service-case-section .support-block {
  background: #D6EAFF;
  border-radius: 20px;
  padding: 25px 30px;
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block {
    border-radius: 10px;
    padding: 20px;
  }
}

.service-case-section .support-block .title {
  font-size: 22px;
  font-weight: bold;
  color: #263290;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block .title {
    font-size: 18px;
  }
}

.service-case-section .support-block .l-flex {
  margin: 0 -15px;
}

.service-case-section .support-block .item {
  width: 50%;
  padding: 0 15px;
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block .item {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block .item:first-child {
    margin-bottom: 20px;
  }
}

.service-case-section .support-block .item:first-child p {
  padding: 0;
}

.service-case-section .support-block .item:first-child p:before {
  content: none;
}

.service-case-section .support-block .item:last-child p {
  font-weight: bold;
  margin-top: 1em;
}

.service-case-section .support-block .box-white {
  padding: 30px 40px;
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block .box-white {
    padding: 20px;
  }
}

.service-case-section .support-block .img {
  width: 130px;
}

.service-case-section .support-block .item-title {
  font-size: 18px;
  font-weight: bold;
  color: #263290;
  border-bottom: 1px solid #C7E3FF;
  background: url(../images/service_img_2.png) no-repeat left top/98px, 70px;
  padding: 6px 0 18px 115px;
  line-height: 1.6;
  margin: 0 !important;
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block .item-title {
    font-size: 16px;
    min-height: 80px;
  }
}

@media only screen and (max-width: 410px) {
  .service-case-section .support-block .item-title br {
    display: none;
  }
}

.service-case-section .support-block .item-title:before {
  content: none;
}

.service-case-section .support-block .box-navy {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 10px;
}

.service-case-section .support-block .box-navy p {
  font-size: 18px;
}

.service-case-section .support-block .box-navy .down {
  background: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  color: #263290;
  vertical-align: text-bottom;
  margin-left: 12px;
}

@media only screen and (max-width: 834px) {
  .service-case-section .support-block .box-navy .down {
    display: inline-block;
    padding: 0 30px;
  }
}

.service-article-child .entry-header {
  background: none;
}

.service-article-child .entry-thumb {
  max-width: 140px;
  margin: 25px auto 0;
}

.service-article-child .entry-content-service {
  max-width: 1000px;
  margin: 20px auto 0;
}

.service-article-child .entry-content-service p {
  margin-bottom: 1.6em;
}

.pagination {
  margin-top: 80px;
}

@media only screen and (max-width: 834px) {
  .pagination {
    margin-top: 40px;
  }
}

.pagination .page-numbers {
  border: none;
  border-radius: 50%;
  background: #F2F5FB;
  color: #263290;
  font-family: 'Montserrat', sans-serif;
}

.pagination .current {
  background: #263290;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  border: 1px solid #263290;
  background: #fff;
}

.under-block {
  border-bottom: 1px solid #263290;
  padding-bottom: 60px;
}

.under-block .title {
  font-size: 28px;
  color: #263290;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 834px) {
  .under-block .title {
    font-size: 24px;
  }
}

.under-block .ghost-btn {
  margin-top: 20px;
}

.single .industry {
  margin-left: 10px;
}

.single .case-section .case-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single .case-section .entry-header .entry-card-meta {
  border: none;
  padding: 0;
}

.single .case-section .entry-header .entry-card-meta .industry {
  margin-left: 10px;
}

.single .case-section .entry-header .tags {
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 834px) {
  .single .case-section .entry-header .tags {
    margin: 10px 0 0;
  }
}

.search-box .search-edit {
  font-size: 14px;
  border-radius: 5px;
}

.search-box .search-edit:focus {
  border-color: #000;
  outline: none;
}

.archive .entry-title span {
  display: none;
}

article .cta-block {
  border: 1px solid #263290;
  border-radius: 10px;
  overflow: hidden;
}

article .cta-block .cta-title {
  background: #263290;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  margin: 0;
}

@media only screen and (max-width: 834px) {
  article .cta-block .cta-title {
    font-size: 18px;
  }
}

article .cta-block .cta-content {
  padding: 40px 40px 20px;
  font-size: 16px;
}

@media only screen and (max-width: 834px) {
  article .cta-block .cta-content {
    padding: 15px;
    font-size: 13px;
  }
}

article .cta-block .cta-thumbnail {
  width: 40%;
  float: right;
  margin: 0 0 30px 30px;
}

@media only screen and (max-width: 834px) {
  article .cta-block .cta-thumbnail {
    width: 100%;
    margin: 0 auto 10px;
  }
}

article .cta-block .cta-btn {
  margin-bottom: 40px;
}

@media only screen and (max-width: 834px) {
  article .cta-block .cta-btn {
    margin-bottom: 20px;
  }
}

article .cta-block .cta-btn a {
  width: 80%;
  max-width: 280px;
  padding: 20px;
  background: #263290;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}

article .cta-block .cta-btn a:hover {
  opacity: 0.8;
}

article .contact-block {
  background: #E9F4FF;
  padding: 30px 40px;
  border-radius: 10px;
  margin: 3em 0;
}

@media only screen and (max-width: 834px) {
  article .contact-block {
    padding: 15px 20px;
  }
}

article .contact-block h3 {
  font-size: 16px;
  font-weight: bold;
  color: #263290;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 834px) {
  article .contact-block h3 {
    font-size: 14px;
  }
}

article .contact-block h3 + img {
  display: block;
  margin: 0 auto;
}

article .contact-block .contact-block__button {
  width: 80%;
  max-width: 280px;
  padding: 20px;
  background: #263290;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  margin: 30px auto 0;
  font-weight: bold;
}

article .contact-block .contact-block__button:hover {
  opacity: 0.8;
}

.service-article .case-section .entry-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .service-article .case-section .entry-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}

.service-article .case-section .box-white {
  padding: 0;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.article .entry-content .cliant-interview a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #393939;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-interview a {
    display: block;
  }
}

.article .entry-content .cliant-interview a:hover {
  opacity: 0.8;
}

.article .entry-content .cliant-interview .thumbnail {
  max-width: 320px;
  margin-right: 20px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-interview .thumbnail {
    margin-right: 0;
    max-width: 100%;
    text-align: center;
  }
}

.article .entry-content .cliant-interview .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
}

.article .entry-content .cliant-interview .text .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.article .entry-content .cliant-interview dl {
  overflow: hidden;
  padding: 10px;
  background: #f6f6f6;
  margin-bottom: 13px;
  font-size: 13px;
}

.article .entry-content .cliant-interview dl dt {
  background: none;
  padding: 0;
  font-weight: normal;
  color: #393939;
  float: left;
  margin: 0;
}

.article .entry-content .cliant-interview dl dd {
  margin: 0 0 0 110px;
}

/*------------------------------------------
* footer
------------------------------------------*/
.footer-bottom {
  margin-top: 60px;
}

@media only screen and (max-width: 1080px) {
  .footer-bottom {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .footer-bottom {
    margin-top: 40px;
  }
}

.footer-bottom-logo {
  float: none;
  position: relative;
  bottom: auto;
}

.footer-bottom-content {
  float: none;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 1080px) {
  .logo-footer {
    margin: 0 0 20px;
  }
}

.footer-nav-1 {
  margin: 0 auto;
}

@media only screen and (max-width: 1080px) {
  .footer-nav-1 {
    margin: 0;
  }
}

@media only screen and (max-width: 834px) {
  .footer-nav-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-nav-1 .footer-nav-list {
  margin-left: 100px;
}

@media only screen and (max-width: 1080px) {
  .footer-nav-1 .footer-nav-list:first-child {
    margin-left: 7px;
  }
}

@media only screen and (max-width: 834px) {
  .footer-nav-1 .footer-nav-list:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 834px) {
  .footer-nav-1 .footer-nav-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0;
  }
}

.footer-nav-1 .footer-nav-list li {
  margin-bottom: .5em;
}

.footer-nav-2 {
  margin-left: auto;
}

.footer-nav-2 li {
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 834px) {
  .footer-nav-2 li {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .footer-nav-2 li a {
    width: 100%;
    text-align: center;
  }
}

.source-org {
  margin: 30px 0;
  font-size: 10px;
}

.go-to-top {
  bottom: 280px;
  right: 50px;
  position: absolute;
}

@media only screen and (max-width: 1080px) {
  .go-to-top {
    bottom: 50px;
  }
}

@media only screen and (max-width: 834px) {
  .go-to-top {
    right: 15px;
    bottom: 15px;
  }
}

.go-to-top-button {
  width: 70px;
  height: 70px;
  background: none;
}

@media only screen and (max-width: 834px) {
  .go-to-top-button {
    width: 50px;
    height: 50px;
  }
}

/*------------------------------------------
* sidebar
------------------------------------------*/
.no-sidebar .sidebar {
  display: block;
}

#sidebar {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 80px;
  position: relative;
}

#sidebar h3 {
  font-size: 16px;
  font-weight: bold;
  color: #263290;
  padding: 0;
  background: none;
  margin-top: 40px;
}

#sidebar .widget-sidebar ul {
  border-top: 1px solid #DFE4EF;
}

#sidebar .widget-sidebar ul a {
  border-bottom: 1px solid #DFE4EF;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
}

#sidebar .widget-sidebar ul a:hover {
  color: #389DE8;
  background: none;
}

#sidebar .search-box {
  margin-top: 40px;
  margin-bottom: 0;
}

#sidebar .search-box ::-webkit-input-placeholder {
  color: #fff;
}

#sidebar .search-box :-ms-input-placeholder {
  color: #fff;
}

#sidebar .search-box ::-ms-input-placeholder {
  color: #fff;
}

#sidebar .search-box ::placeholder {
  color: #fff;
}

#sidebar #sidebar-scroll {
  padding-top: 20px;
}

#sidebar #sidebar-scroll aside:first-child h3 {
  margin-top: 0;
}

.fixed {
  position: fixed;
  width: 100%;
  max-width: 300px;
}

.stop {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  max-width: 300px;
}

#recent-posts-2 ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#recent-posts-2 ul li a .thumbnail {
  width: 100px;
  padding-right: 10px;
}

#recent-posts-2 ul li a .text {
  width: calc(100% - 100px);
  line-height: 1.4;
}

/*------------------------------------------
* 投稿内（.entry-content）のスタイル
------------------------------------------*/
.page .article .entry-title {
  text-align: center;
}

.article {
  padding-top: 20px;
}

@media only screen and (max-width: 834px) {
  .article {
    padding-top: 0;
  }
}

.article .scrollable-table {
  margin-bottom: 0;
}

.article .entry-title {
  color: #263290;
  line-height: 1.6;
}

@media only screen and (max-width: 834px) {
  .article .entry-title {
    padding: 0;
  }
}

.article .entry-card-meta {
  margin: 15px 0 25px;
  font-size: 13px;
}

.article .eye-catch-wrap {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2em;
}

.article .eye-catch-wrap .eye-catch {
  margin-bottom: 0;
}

.article .entry-content > * {
  line-height: 2;
  margin-bottom: 2em;
}

.article .entry-content .box {
  background: #E9F4FF;
  border-radius: 10px;
  padding: 15px 30px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article .entry-content .box table {
  border: none;
  margin-bottom: 0;
}

.article .entry-content .box table th, .article .entry-content .box table td {
  background: none;
  border: none;
  padding: 5px 0;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .box table th, .article .entry-content .box table td {
    display: block;
    font-size: 13px;
  }
}

.article .entry-content .box table th {
  font-weight: bold;
  color: #393939;
  width: 12.5em;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .box table th {
    padding: 8px 0 0;
  }
}

.article .entry-content .box table td {
  font-size: 13px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .box table td {
    padding-top: 0;
  }
}

.article .entry-content .box table tr:nth-of-type(2n+1) {
  background: none;
}

.article .entry-content h2, .article .entry-content h3, .article .entry-content h4, .article .entry-content h5, .article .entry-content h6 {
  line-height: 1.4;
  margin-bottom: 35px;
}

.article .entry-content h2 {
  font-size: 22px !important;
  color: #263290;
  background: none;
  border-left: 4px solid #263290;
  padding: 0 0 15px 25px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .article .entry-content h2 {
    font-size: 20px !important;
    padding-left: 15px;
  }
}

.article .entry-content h2:after {
  content: '';
  width: calc(100% - 26px);
  height: 2px;
  background: #263290;
  position: absolute;
  left: 26px;
  bottom: 0;
}

@media only screen and (max-width: 834px) {
  .article .entry-content h2:after {
    width: calc(100% - 16px);
    left: 16px;
  }
}

.article .entry-content h3 {
  font-size: 20px !important;
  color: #263290;
  border: none;
  border-left: 4px solid #263290;
  padding: 0 0 0 25px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content h3 {
    font-size: 18px;
    padding-left: 15px;
  }
}

.article .entry-content h4 {
  font-size: 18px !important;
  color: #263290;
  padding: 0;
  border: none;
}

@media only screen and (max-width: 834px) {
  .article .entry-content h4 {
    font-size: 16px !important;
  }
}

.article .entry-content h5 {
  font-size: 16px;
  border: none;
  padding: 0;
}

@media only screen and (max-width: 834px) {
  .article .entry-content h5 {
    font-size: 15px;
  }
}

.article .entry-content a {
  color: #389DE8;
  text-decoration: underline;
}

.article .entry-content a:hover {
  text-decoration: none;
}

.article .entry-content strong {
  font-weight: bold;
}

.article .entry-content ul,
.article .entry-content ol {
  padding-left: 20px;
}

.article .entry-content ul li,
.article .entry-content ol li {
  position: relative;
  padding: 3px 0;
  margin: 0;
}

.article .entry-content ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #263290;
  position: absolute;
  left: -20px;
  top: 14px;
}

.article .entry-content ol li:nth-child(1):before {
  content: "1";
}

.article .entry-content ol li:nth-child(2):before {
  content: "2";
}

.article .entry-content ol li:nth-child(3):before {
  content: "3";
}

.article .entry-content ol li:nth-child(4):before {
  content: "4";
}

.article .entry-content ol li:nth-child(5):before {
  content: "5";
}

.article .entry-content ol li:nth-child(6):before {
  content: "6";
}

.article .entry-content ol li:nth-child(7):before {
  content: "7";
}

.article .entry-content ol li:nth-child(8):before {
  content: "8";
}

.article .entry-content ol li:nth-child(9):before {
  content: "9";
}

.article .entry-content ol li:nth-child(10):before {
  content: "10";
}

.article .entry-content ol li:nth-child(11):before {
  content: "11";
}

.article .entry-content ol li:nth-child(12):before {
  content: "12";
}

.article .entry-content ol li:nth-child(13):before {
  content: "13";
}

.article .entry-content ol li:nth-child(14):before {
  content: "14";
}

.article .entry-content ol li:nth-child(15):before {
  content: "15";
}

.article .entry-content ol li:nth-child(16):before {
  content: "16";
}

.article .entry-content ol li:nth-child(17):before {
  content: "17";
}

.article .entry-content ol li:nth-child(18):before {
  content: "18";
}

.article .entry-content ol li:nth-child(19):before {
  content: "19";
}

.article .entry-content ol li:nth-child(20):before {
  content: "20";
}

.article .entry-content ol li:before {
  content: '';
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #263290;
  position: absolute;
  left: -20px;
  top: 4px;
}

.article .entry-content dl dt {
  display: inline-block;
  background: #E9F4FF;
  padding: 8px 26px;
  font-weight: bold;
  color: #263290;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content dl dd {
    margin-left: 25px;
  }
}

.article .entry-content .under-pink {
  border-bottom: 2px solid #FFCDD3;
}

.article .entry-content .under-green {
  border-bottom: 2px solid #A1EECE;
}

.article .entry-content .under-blue {
  border-bottom: 2px solid #B6DBFF;
}

.article .entry-content blockquote {
  padding: 40px 80px;
  position: relative;
  background: none;
}

@media only screen and (max-width: 834px) {
  .article .entry-content blockquote {
    padding: 45px 0;
  }
}

.article .entry-content blockquote:before {
  content: url(../images/quote_1.png);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.article .entry-content blockquote:after {
  content: url(../images/quote_2.png);
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.article .entry-content .att {
  margin-bottom: 3.5em;
}

.article .entry-content .att .title {
  font-size: 16px;
  font-weight: bold;
  color: #263290;
  margin-bottom: 1em;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .att .title {
    font-size: 14px;
  }
}

.article .entry-content .att-box-1 {
  background: #E9F4FF;
  border-radius: 10px;
  padding: 30px 40px 2px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .att-box-1 {
    border-radius: 10px;
    padding: 15px 20px 1px;
  }
}

.article .entry-content .att-box-2 {
  border: 2px solid #D6EBFF;
  border-radius: 10px;
  padding: 30px 40px 2px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .att-box-2 {
    border-radius: 10px;
    padding: 15px 20px 1px;
  }
}

.article .entry-content table {
  border-collapse: separate;
}

.article .entry-content table th, .article .entry-content table td {
  padding: 15px 25px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content table th, .article .entry-content table td {
    font-size: 1em;
    padding: 10px 20px;
  }
}

.article .entry-content table th {
  font-weight: bold;
  min-width: 200px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content table th {
    min-width: 100px;
  }
}

.article .entry-content .cliant-profile {
  margin: 20px 0 50px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-profile {
    margin-bottom: 40px;
  }
}

.article .entry-content .cliant-profile .title {
  margin: 0;
  padding: 20px;
  border: none;
  background: #263290;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-profile .title {
    padding: 15px;
  }
}

.article .entry-content .cliant-profile .title:after {
  content: none;
}

.article .entry-content .cliant-profile table {
  border: none;
  border-collapse: separate;
}

.article .entry-content .cliant-profile table th, .article .entry-content .cliant-profile table td {
  border: none;
  padding: 15px 25px;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-profile table th, .article .entry-content .cliant-profile table td {
    padding: 10px 20px;
  }
}

.article .entry-content .cliant-profile table th {
  background: #E9F4FF;
  color: #263290;
  width: 200px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-profile table th {
    width: 120px;
  }
}

.article .entry-content .cliant-profile table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.article .entry-content .cliant-profile table tr:nth-of-type(2n+1) {
  background: none;
}

.article .entry-content .cliant-profile table tr:last-child th {
  border-radius: 0 0 0 10px;
  border: none;
}

.article .entry-content .cliant-profile table tr:last-child td {
  border-radius: 0 0 10px 0;
}

.article .entry-content .f-marker-p {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffc7f6));
  background-image: linear-gradient(transparent 80%, #ffc7f6 80%);
}

.article .entry-content .f-marker-y {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #f8eba9));
  background-image: linear-gradient(transparent 80%, #f8eba9 80%);
}

.article .entry-content .f-marker-w {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #abeffe));
  background-image: linear-gradient(transparent 80%, #abeffe 80%);
}

.article .entry-content .f-marker-g {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #afffb1));
  background-image: linear-gradient(transparent 80%, #afffb1 80%);
}

.article .entry-content img {
  width: auto;
  height: auto;
}

@media only screen and (max-width: 834px) {
  .article .entry-content .cliant-profile table th {
    width: 7.5em;
    min-width: 0 !important;
  }
}

.article .entry-content #toc {
  font-size: 13px !important;
}

.article .message {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

@media only screen and (max-width: 834px) {
  .article .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.article .message .img {
  max-width: 106px;
  margin-right: 20px;
}

@media only screen and (max-width: 480px) {
  .article .message .img {
    max-width: 60px;
    margin-right: 10px;
  }
}

.article .message .text .text-box {
  border: 2px solid #263290;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #263290;
  padding: 14px 35px;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .article .message .text .text-box {
    font-size: 13px;
    padding: 10px 15px;
  }
}

.article .message .text .text-box:before {
  content: '';
  border: 5px solid transparent;
  border-right: 10px solid #263290;
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.article .case-info-2 {
  border-collapse: separate;
  border: none;
}

.article .case-info-2 th, .article .case-info-2 td {
  border: none;
}

.article .case-info-2 th {
  background: #263290;
  color: #fff;
  border-bottom: 1px solid #5a62a0;
  width: 200px;
}

@media only screen and (max-width: 834px) {
  .article .case-info-2 th {
    width: 7.5em;
    min-width: 0 !important;
  }
}

.article .case-info-2 td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.article .case-info-2 tr:nth-of-type(2n+1) {
  background: none;
}

.article .case-info-2 tr:first-child th {
  border-radius: 10px 0 0 0;
}

.article .case-info-2 tr:first-child td {
  border-top: 1px solid #ddd;
  border-radius: 0 10px 0 0;
}

.article .case-info-2 tr:last-child th {
  border-radius: 0 0 0 10px;
}

.article .case-info-2 tr:last-child td {
  border-radius: 0 0 10px 0;
}

.single-interview .article .entry-content p {
  font-size: 16px;
}

@media only screen and (max-width: 834px) {
  .single-interview .article .entry-content p {
    font-size: 13px;
  }
}

.single-format-standard .article .entry-content > * {
  font-size: 16px;
}

@media only screen and (max-width: 834px) {
  .single-format-standard .article .entry-content > * {
    font-size: 13px;
  }
}

/*
*/
.ghost-btn1 {
  text-align: center;
  margin-top: 60px;
}

@media only screen and (max-width: 834px) {
  .ghost-btn1 {
    margin-top: 40px;
  }
}

.ghost-btn1 a {
  display: block;
  width: 200px;
  border: 1px solid #263290;
  border-radius: 10px;
  color: #263290;
  display: inline-block;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.ghost-btn1 a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  background: #EDF0F6;
}

.ghost-btn1 a:hover {
  color: #263290;
  background: none;
}

.ghost-btn1 a:hover:before {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*# sourceMappingURL=style.css.map */


.column-related-block {
  margin-top: 80px;
}

.column-title {
  color: #263290;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.column-related {
  margin: 0 -10px;
}

.column-related .item {
  width: 25%;
  padding: 0 10px 20px;
}

.column-related .entry-card-title {
  color: #263290;
  line-height: 1.4;
}

.column-related-thumb img {
  height: 118px;
  object-fit: cover;
}

.column-related a {
  display: block;
}

.column-related a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 834px){
  .column-related {
    display: flex;
  }

  .column-related .item {
    width: 50%;
  }
}

@media only screen and (max-width: 480px){
  .column-title {
    font-size: 20px;
  }

  .column-related .item {
    width: 100%;
  }

  .column-related-thumb img {
    height: auto;
  }
}

.flow-block{
	flex-wrap:nowrap;
}
.flow-block .item.number-3,
.flow-block .item.number-4{
	align-self: flex-end;
}
.flow-block .item.number-3:before{
	position:absolute;
	right: -40px;
    top: -42px;
}
.flow-block .item.number-4:before{
	content: " ";
	border:0;
}
.flow-block .item.number-5:before{
	content: "4";
}
@media only screen and (max-width: 1080px){
	.flow-block .item {
		flex:1;
	}
	.flow-block .item.arrow{
		flex:0;
	}
	.flow-block .item .title{
		font-size:1.25vw;
	}
}
@media only screen and (max-width: 834px){
	.flow-block .item.number-3:before{
		top:-50px
	}
	.flow-block .arrow{
		display:block;
	}
	.flow-block .arrow img{
		transform:none;
	}
}
@media only screen and (max-width: 768px){
	.flow-block{
		flex-wrap:wrap;
	}
	.flow-block .item.number-3:before{
		left: 0;
        right: auto;
        top: auto;
        bottom: -10vw;
		position: relative;
	}
	.flow-block .item.number-3:after{
        content: 'or';
        color: #263290;
        font-weight: bold;
        bottom: -20px;
        position: absolute;
        left: 50%;
	}
	.flow-block .arrow img{
		-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
	}
	
}