@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;
	}
}