@charset "utf-8";

/* .c-
 * ============================================================================== */
/*====== .c-box-1024(960px以下の指定がcommonにないため追加) =====*/
@media screen and (min-width: 601px) {
	.c-box-1024 {
		width: 96%;
		margin-right: auto; margin-left: auto;
		padding-right: 0; padding-left: 0;
	}
}

@media screen and (max-width: 600px) {
	.c-box-1024 {
		width: 90%;
		margin-right: auto; margin-left: auto;
	}
}


/*====== デフォルト打消し =====*/
main table a:not(.c-btn01):not(.c-btn01-takufile):not(.c-btn02):not(.c-link02):not(.c-link01) {
    color: inherit;
    text-decoration: inherit;
}

main ul:not(.c-anchor01):not(.c-anchor02):not(.c-pager):not(.p-product-list):not(.c-btns-col):not(.c-pagelink):not(.c-btns-row) li a:not(.c-btn01):not(.c-btn01-takufile):not(.c-btn02):not(.c-link01):not(.c-link02):not(.p-pagelink-next):not(.p-pagelink-prev):not(.c-index-item):not(.c-btn-contact):not(.c-btn-acc) {
	color: inherit;
    text-decoration: inherit;
}


/*====== 引継ぎCSS =====*/
main ul,
main ol {
    margin: 1em 0;
}

main h1,
main h2, 
main h3,
main h4,
main h5,
main h6 {
    line-height: inherit;
}

main h2 {
    margin: 0.83em 0;
}

main h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

main p {
    margin: 1em 0;
}

.l-main * {
    box-sizing: content-box;
}


/*====== .c-offer-tab =====*/
.c-offer-tab {
	font-size: 1.6rem;
}

.c-offer-tab-items {
	padding-left: 0;
}

@media screen and (min-width: 601px) {
	.c-offer-tab {
		background: #0066B5;
	}

	.c-offer-ttl {
		display: none;
	}

	.c-offer-tab-items {
		display: flex;
		justify-content: center;
		align-items: stretch;
		gap: 45px;
		margin-top: 0;
		margin-bottom: 0;
		font-size: 1.6rem;
	}

	.c-offer-tab-item a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		height: 50px;
		color: #fff;
		border-radius: 6px 6px 0 0;
		background: #0066B5;
		position: relative;
		text-decoration: none !important;
	}

	.c-offer-tab-item span {
		color: #fff;
		padding-top: 1px;
		position: relative;
	}

	.c-offer-tab-item a:hover span::after {
		content: '';
		display: block;
		width: 100%;
		border-bottom: 1px solid #fff;
		position: absolute;
	}
}

@media screen and (min-width: 601px) and (max-width: 959px) {
	.c-offer-tab-items {
		font-size: 1.4rem;
		gap: 5px 20px;
		flex-wrap: wrap;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.c-offer-tab-item a {
		height: 30px;
	}

	.c-offer-tab-item img {
		width: 10px;
	}
}

@media screen and (max-width: 600px) {
	.c-offer-ttl {
		background-color: #0066B5;
		background-image: url(/pickup/kr/images/4440_kr-icon-arrow-border_re.svg);
		background-position: right 24px center;
		color: #fff;
		padding-right: 24px;
		padding-left: 24px;
		width: calc(100% - 48px);
		max-width: 360px;
		height: 70px;
		display: flex;
		align-items: center;
		border-radius: 8px;
	}

	.c-offer-ttl.js-tab-accordion-on {
		background-image: url(/pickup/kr/images/4440_kr-icon-arrow-border-top_re.svg);
	}

	.c-offer-tab-items {
		box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
		border-radius: 8px;
	}

	.c-offer-tab-item {
		border-bottom: 1px solid rgba(0, 102, 181, 0.20);
	}

	.c-offer-tab-item a {
		display: flex;
		align-items: center;
		height: 60px;
		padding-right: 24px;
		padding-left: 24px;
		text-decoration: none !important;
		color: #0066B5 !important;
		background-image: url(/pickup/kr/images/4440_kr-icon-arrow-border-blue_re.svg);
		background-position: right 24px center;
	}
}


/*====== .c-ttl =====*/
.c-ttl-underline-center {
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	position: relative;
	background: none;
	padding: 0 0 40px;
	margin-top: 0;
	margin-bottom: 50px;
}

.c-ttl-underline-center::after {
	content: '';
	display: block;
	width: 100px;
	height: 5px;
	background: #0066B5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.c-ttl-consulting-sub {
	color: #0066B5;
	font-size: 2rem;
	line-height: 1.5;
}

@media screen and (min-width: 960px) {
	.c-ttl-underline-center {
		letter-spacing: 3.2px;
	}
}

@media screen and (max-width: 600px) {
	.c-ttl-underline-center {
		font-size: 2.2rem;
	}
}


/*====== .c-bt =====*/
.c-btn-rounded-indigo {
	background: #4A43CB;
	border: 1px solid #4A43CB;
	color: #fff;
	border-radius: calc(1px / 0);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 70px;
	font-size: 2rem;
	transition: opacity 0.5s;
}

.c-btn-rounded-indigo:hover {
	background: #fff;
	color: #4A43CB;
	opacity: 1;
}

.c-btn-rounded-indigo img {
	margin-left: 1em;
	filter: invert(99%) sepia(85%) saturate(0%) hue-rotate(182deg) brightness(109%) contrast(100%);
}

.c-btn-rounded-indigo:hover img { filter: invert(22%) sepia(64%) saturate(4340%) hue-rotate(241deg) brightness(84%) contrast(86%);}

.c-btn-rounded-coral {
	background: #FA5462;
	border: 1px solid #FA5462;
	color: #fff;
	border-radius: calc(1px / 0);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 70px;
	font-size: 2rem;
	transition: opacity 0.5s;
}

.c-btn-rounded-coral:hover {
	background: #fff;
	color: #FA5462;
	opacity: 1;
}

.c-btn-rounded-coral img {
	margin-left: 1em;
	filter: invert(99%) sepia(85%) saturate(0%) hue-rotate(182deg) brightness(109%) contrast(100%);
}

.c-btn-rounded-coral:hover img  { filter: invert(43%) sepia(24%) saturate(3316%) hue-rotate(322deg) brightness(104%) contrast(96%);}

.c-btn-rounded-blue {
	background: #0066B5;
	border: 1px solid #0066B5;
	color: #fff;
	border-radius: calc(1px / 0);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 60px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 1.6rem;
	transition: opacity 0.5s;
}

a:hover .c-btn-rounded-blue,
.c-btn-rounded-blue:hover {
	background: #fff;
	color: #0066B5;
}

.c-btn-rounded-blue img {
	filter: invert(99%) sepia(85%) saturate(0%) hue-rotate(182deg) brightness(109%) contrast(100%);
}

a:hover .c-btn-rounded-blue img,
.c-btn-rounded-blue:hover img {
	filter: invert(26%) sepia(58%) saturate(2924%) hue-rotate(189deg) brightness(90%) contrast(101%);
}

.c-btn-rounded-white {
	background: #fff;
	color: #4A43CB;
	border-radius: calc(1px / 0);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 70px;
	font-size: 2rem;
	transition: opacity 0.5s;
}

.c-btn-rounded-white:hover {
	opacity: 0.7;
	color: #4A43CB;
}



/* .u-
 * ============================================================================== */
/*====== .u-mb =====*/
.u-mb100 { margin-bottom: 100px;}


/*====== .u-marker =====*/
.u-marker {
	background: linear-gradient(transparent 50%, #F8FF97 50%);
}


/*====== .u-font-weight =====*/
.u-fw-bold {
	font-weight: bold;
}


/*====== .u-ta-center =====*/
.u-ta-center {
	text-align: center;
}


/*====== .u-xx-non =====*/
@media screen and (min-width:960px) {
	.u-pc-non { display: none;}
}

@media screen and (min-width:601px) and (max-width:959px) {
	.u-tb-non { display: none;}
}

@media screen and (max-width: 600px) {
	.u-sp-non { display: none;}
}


/* .p-
 * ============================================================================== */
/*====== .p-mv =====*/
.p-mv {
	background: #EBF3F9;
	display: flex;
	padding: 30px 0;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
}

.p-mv-inner {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	align-self: stretch;
	margin-bottom: 20px;
}

.p-mv-content {
	display: flex;
	width: 420px;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	align-self: stretch;
}

.p-mv-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	align-self: stretch;
}

.p-mv-ttl {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	font-weight: bold;
}

.p-mv-ttl .p-mv-ttl-lead {
	color: #0066B5;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 16px;
}

.p-mv-ttl .p-mv-ttl-main {
	font-size: 4rem;
	line-height: 1.25;
}

.p-mv-text {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.66;
}

.p-mv-links {
	display: flex;
	height: 70px;
	justify-content: center;
	align-items: center;
	gap: 96px;
	flex-shrink: 0;
	align-self: stretch;
}


@media screen and (max-width: 600px) {
	.p-mv-inner {
		flex-direction: column;
		gap: 20px;
	}

	.p-mv-content {
		width: auto;
	}

	.p-mv-ttl .p-mv-ttl-main {
		font-size: 3rem;
	}

	.p-mv-text {
		margin-top: 8px;
		margin-bottom: 0;
	}

	.p-mv-img {
		display: none;
	}

	.p-mv-links {
		flex-direction: column;
		height: auto;
		gap: 20px;
		margin-top: 20px;
	}

	.p-mv-links a { width: 100%;}
}


/*====== .p-trouble =====*/
.p-trouble {
	margin-top: 100px;
}

.p-trouble .c-box-1024 {
	background: url(/pickup/kr/images/4440_kr-ill-issues_re.png) no-repeat right bottom;
}

.p-trouble-list {
	font-size: 2rem;
	line-height: 1.5;
	display: table;
	margin-right: auto; margin-left: auto;
}

.p-trouble-item {
	padding-left: 42px;
	position: relative;
	margin-bottom: 14px;
}

.p-trouble-item::before {
	content: '';
	width: 27px;
	height: 22px;
	background: url(/pickup/kr/images/4440_kr-icon-check-blue_re.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 2px;
	left: 0;
}

@media screen and (min-width: 960px) {
	.p-trouble-list {
		padding-left: 0;
		margin-left: 70px;
	}
}

@media screen and (max-width: 600px) {
	.p-trouble {
		margin-top: 50px;
	}

	.p-trouble .c-box-1024 {
		background-position: center top;
		background-size: auto 120px;
		padding-top: 160px;
	}

	.p-trouble-list {
		font-size: 1.8rem;
		padding-left: 0;
	}

	.p-trouble-item::before {
		width: 21px;
		height: 17px;
		top: 4px;
	}
}


/*====== .p-observation =====*/
.p-observation {
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-observation .c-ttl-consulting-sub {
	text-align: center;
	font-size: 2.8rem;
}

.p-observation p {
	margin-bottom: 2.5rem;
}

.p-observation-summary {
	font-weight: bold;
	font-size: 2.4rem;
}

@media screen and (max-width: 600px) {
	.p-observation .c-ttl-consulting-sub {
		font-size: 2.2rem;
	}

	.p-observation-summary {
		font-size: 2rem;
	}
}


/*====== .p-point =====*/
.p-point-img {
	text-align: center;
	margin-bottom: 50px;
}

.p-point-list {
	padding-left: 0;
	display: table;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.8rem;
	line-height: 1.5;
}

.p-point-list-item {
	padding-left: 42px;
	position: relative;
	margin-bottom: 10px;
}

.p-point-list-item::before {
	content: '';
	width: 20px;
	height: 17px;
	background: url(/pickup/kr/images/4440_kr-icon-check-red_re.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 2px;
	left: 0;
}



/*====== .p-support =====*/
.p-support {
	background: #EBF3F9;
	padding-top: 80px;
	padding-bottom: 80px;
}

.p-support-wrap {
	display: grid;
	grid-template-columns:repeat(3, minmax(0,1fr));
	gap: 50px;
	grid-template-rows: auto auto 1fr auto;
}

.p-support-block {
	display:grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 20px;
	border-radius: 8px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-support-block:hover {
	opacity: 0.8;
	color: inherit;
}

.p-support-img {
	grid-row:1;
	display:flex;
	align-items:center;
	justify-content:center;
}

.p-support-img img {
	display:block;
	max-width:100%;
	height:auto;
	border: 1px solid #BAC8D3;
	border-radius: 8px;
}

.p-support-ttl{
	grid-row:2;
	text-align: center;
	color: #0066B5;
	font-size: 2.6rem;
}

.p-support-text {
	grid-row:3;
}

.p-support-text p {
	margin-top: 0;
	margin-bottom: 0;
}

.p-support-btn {
	margin:auto;
	grid-row:4;
	align-self:end;
}

.p-support-btn img { margin-left: 10px;}

@media screen and (min-width: 601px) and (max-width: 959px) {
	.p-support-wrap {
		gap: 50px 10px;
	}

	.p-support-block {
		padding-right: 10px;
		padding-left: 10px;
	}

	.p-support-img {
		width: 100%;
	}

	.p-support-btn .c-btn-rounded-blue {
		width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        transform: translateX(-10px);
	}
}

@media screen and (max-width: 600px) {
	.p-support-wrap {
		grid-template-columns: repeat(1, 1fr);
	}

	.p-support-list {
		margin-bottom: 0;
	}
}


/*====== .p-consulting-reason =====*/
.p-consulting-reason .c-ttl-consulting-sub {
	text-align: center;
	margin-bottom: 30px;
}

.p-consulting-reason-item-wrap {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 60px;
	flex-shrink: 0;
	margin-right: auto; margin-left: auto;
}

.p-consulting-reason-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	flex: 1 0 0;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-consulting-reason-link a {
	color: #0066B5;
}

.p-consulting-reason-link a:hover {
	opacity: 0.7;
	color: #0066B5;
	text-decoration: underline;
}

.p-consulting-reason-link a img {
	vertical-align: middle;
	margin-left: 5px;
}


@media screen and (min-width: 960px) {
	.p-consulting-reason-item-wrap {
		width: 540px;
		width: 950.431px;
	}	
}

@media screen and (max-width: 600px) {
	.p-consulting-reason-item-wrap {
		flex-direction: column;
	}

	.p-consulting-reason-item {
		align-items: center;
	}

}


/*====== .p-works =====*/
.p-works-wrap {
	display: grid;
	grid-template-columns:repeat(3, minmax(0,1fr));
	gap: 50px;
	grid-template-rows: auto auto 1fr auto auto;
}

.p-works-block {
	display:grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	gap: 20px;
	border-radius: 8px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-works-block:hover {
	opacity: 0.8;
	color: inherit;
}

.p-works-category {
	grid-row: 1;
	background: #80A6D3;
	padding: 5px 15px 3px;
	color: #fff;
	text-align: center;
}

.p-works-img {
	grid-row: 2;
	display:flex;
	align-items:center;
	justify-content:center;
}

.p-works-img img {
	display:block;
	max-width:100%;
	height:auto;
	border: 1px solid #BAC8D3;
	border-radius: 8px;
}

.p-works-ttl {
	grid-row: 3;
	text-align: center;
	font-size: 2.4rem;
}

.p-works-text {
	grid-row: 4;
}

.p-works-text p {
	margin-top: 0;
}

.p-works-btn {
	margin:auto;
	grid-row: 5;
	align-self:end;
}

.p-works-btn img { margin-left: 10px;}

.p-works-link {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-works-link .c-btn-rounded-blue {
	width: 400px;
}

.p-works-link .c-btn-rounded-blue img {
	margin-left: 10px;
}

@media screen and (min-width: 601px) and (max-width: 959px) {
	.p-works-wrap {
		gap: 50px 10px;
	}

	.p-works-block {
		padding-right: 10px;
		padding-left: 10px;
	}

	.p-works-img {
		width: 100%;
	}

	.p-works-btn .c-btn-rounded-blue {
		width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        transform: translateX(-10px);
	}
}

@media screen and (max-width: 600px) {
	.p-works-wrap {
		grid-template-columns: repeat(1, 1fr);
	}

	.p-works-list {
		margin-bottom: 0;
	}

	.p-works-link .c-btn-rounded-blue {
		width: 100%;
	}
}


/*====== .p-results =====*/
.p-results-item {
	margin-bottom: 20px;
	font-size: 1.8rem;
}

.p-results-ttl {
	border: 1px solid #0066B5;
	background: #FFF;
	display: flex;
	padding: 18px 80px 15px 20px;
	margin-top: 0;
	margin-bottom: 0;
	align-items: center;
	gap: 20px;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: bold;
	position: relative;
}

.p-results-ttl::before,
.p-results-ttl::after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background: #1F79BE;
	position: absolute; right: 30px;
}

.p-results-ttl::after {
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}

.p-results-ttl.js-accordion-on:after {
	transform: rotate(180deg);
}

.p-results-content {
	display: flex;
	padding: 50px 62px;
	align-items: center;
	gap: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
	border-right: 1px solid #0066B5;
	border-bottom: 1px solid #0066B5;
	border-left: 1px solid #0066B5;
	background: #EBF3F9;
}

.p-results-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	align-items: flex-start;
	gap: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.p-results-block dt {
	flex: 1;
	border-left: 5px solid #0066B5;
	padding-left: 15px;
	font-weight: bold;
}

.p-results-block dd {
	padding-left: 10px;
	width: 81%;
}

.p-results-block .p-results-img {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}


/*====== .p-consultant =====*/
.p-consultant-media {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	align-self: stretch;
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 45px;
	background: #EBF3F9;
}

.p-consultant-media-body {
	flex: 1;
}

.p-consultant-media-ttl {
	font-size: 2.6rem;
	color: #0066B5;
	margin-top: 0;
	margin-bottom: 30px;
}

.p-consultant-media-link {
	margin-top: 30px;
}

.p-consultant-media-link a {
	color: #0066B5;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.p-consultant-media-link a:hover {
	color: #0066B5;
	text-decoration: underline;
}

.p-consultant-media-link a img {
	margin-left: 5px;
}


@media screen and (max-width: 600px) {
	.p-consultant-media {
		flex-direction: column;
		padding: 30px 20px;
		font-size: 1.6rem;
		gap: 17px;
	}

	.p-consultant-media-ttl {
		font-size: 2.0rem;
		text-align: center;
		margin-bottom: 10px;
	}

	.p-consultant-media-link {
		display: flex;
		justify-content: center; align-items: center;
		margin-top: 0;
	}
}


/*====== .p-case =====*/
.p-case-item {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	align-self: stretch;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-case-body {
	flex: 1;
}

.p-case-ttl {
	font-size: 2.2rem;
	color: #0066B5;
	margin-top: 0;
	margin-bottom: 20px;
}

.p-case-link {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.p-case-link .c-btn-rounded-blue {
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	column-gap: 20px;
}

.p-case-link .c-btn-rounded-blue img {
	position: relative;
	left: 20px;
}

.p-case-card {
	display:grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-case-card:hover {
	opacity: 0.8;
	color: inherit;
}

.p-case-card-ttl {
	grid-row:1;
	font-size: 2.2rem;
	margin-top: 0;
	margin-bottom: 0;
	color: #0066B5;
	text-align: center;
}

.p-case-card-txt {
	grid-row:2;
	margin-top: 0;
	margin-bottom: 0;
}

.p-case-card-btn {
	margin:auto;
	grid-row:3;
	align-self:end;
}

.p-case-card-btn .c-btn-rounded-blue {
	height: 53px;
}

.p-case-card .p-case-card-btn img {
	margin-left: 10px;
}

.p-case-card-2col {
	grid-row:2;
}

@media screen and (min-width: 601px) {
	.p-case-card-wrap {
		display: grid;
		grid-template-columns:repeat(3, minmax(0,1fr));
		gap: 50px;
		grid-template-rows: auto 1fr auto;
		margin-top: 60px;
	}
}

@media screen and (min-width: 601px) and (max-width: 959px) {
	.p-case-card-wrap {
		gap: 50px 10px;
	}

	.p-case-card-block {
		padding-right: 10px;
		padding-left: 10px;
	}

	.p-case-card-btn .c-btn-rounded-blue {
		width: calc(100% - 20px);
		padding-right: 10px;
		padding-left: 10px;
		transform: translateX(-10px);
	}
}

@media screen and (max-width: 600px) {
	.p-case-item {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 60px;
	}

	.p-case-ttl {
		margin-bottom: 15px;
	}

	.p-case-link {
		align-items: center;
	}

	.p-case-card-wrap {
		grid-template-columns:repeat(1, 1fr);
	}

	.p-case-card-item {
		flex-direction: column;
	}

	.p-case-card {
		gap: 30px;
		margin-bottom: 50px;
	}
}


/*====== .p-column =====*/
.p-column {
	background: #EBF3F9;
	padding-top: 80px;
	padding-bottom: 80px;
}

.p-column-wrap {
	display: grid;
	grid-template-columns:repeat(3, minmax(0,1fr));
	gap: 50px;
	grid-template-rows: auto auto 1fr;
}

.p-column-block {
	display:grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 20px;
	border-radius: 8px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-column-block:hover {
	opacity: 0.8;
	color: inherit;
}

.p-column-block:hover .p-column-ttl {
	text-decoration: underline;
}

.p-column-img {
	grid-row:1;
	display:flex;
	align-items:center;
	justify-content:center;
}

.p-column-img img {
	display:block;
	max-width:100%;
	height:auto;
	border: 1px solid #BAC8D3;
	border-radius: 8px;
}

.p-column-ttl {
	grid-row: 2;
	font-size: 2.3rem;
}

.p-column-ttl-name {
	display: block;
	font-size: 1.6rem;
}

.p-column-text {
	grid-row:3;
}

.p-column-text p {
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 601px) and (max-width: 959px) {
	.p-column-wrap {
		gap: 50px 10px;
	}

	.p-column-block {
		padding-right: 10px;
		padding-left: 10px;
	}

	.p-column-img {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.p-column-wrap {
		grid-template-columns: repeat(1, 1fr);
	}

	.p-column-list {
		margin-bottom: 0;
	}
}


/*====== .p-faq =====*/
.p-faq-item {
	margin-bottom: 20px;
}

.p-faq-question {
	border: 1px solid #0066B5;
	background: #FFF;
	display: flex;
	padding: 10px 80px 10px 20px;
	align-items: center;
	gap: 20px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}

.p-faq-question::before,
.p-faq-question::after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background: #1F79BE;
	position: absolute; right: 30px;
}

.p-faq-question::after {
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}

.p-faq-question.js-accordion-on:after {
	transform: rotate(180deg);
}

.p-faq-q {
	color: #0066B5;
	font-size: 3.4rem;
	font-weight: bold;
}

.p-faq-answer {
	display: flex;
	padding: 25px 20px;
	align-items: center;
	gap: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
	border-right: 1px solid #0066B5;
	border-bottom: 1px solid #0066B5;
	border-left: 1px solid #0066B5;
	background: #EBF3F9;
}

.p-faq-answer a {
	text-decoration: underline;
}

.p-faq-answer a:hover {
	color: #0066B5;
}

.p-faq-a {
	color: #0066B5;
	font-size: 3.4rem;
	font-weight: bold;
}


/*====== .p-learning =====*/
.p-learning-summary {
	color: #0066B5;
	font-size: 2.6rem;
	text-align: center;
	font-weight: bold;
}

.p-learning-img {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.p-learning-block {
	display: block;
	padding: 30px 50px;
	gap: 30px;
	border-radius: 10px;
	background: #EBF3F9;
	border: 2px solid #EBF3F9;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 40px;
}

.p-learning-block:hover {
	color: inherit;
	border: 2px solid #0066B5;
}

.p-learning-ttl {
	border-bottom: 3px solid #0066B5;
	padding-bottom: 12px;
	font-size: 2.4rem;
	margin-top: 0;
	margin-bottom: 30px;
	background-image: url(/pickup/kr/images/4440_kr-icon-arrow-blue_re.svg);
	background-position: right center;
	display: flex;
	justify-content: flex-start; align-items: center;
	gap: 12px;
}

.p-learning-ttl-course {
	background: #80A6D3;
	color: #fff;
	padding: 5px 15px;
	font-size: 1.6rem;
}

.p-learning-ttl-txt {
	flex: 1;
}

.p-learning-block p {
	margin-top: 0;
	margin-bottom: 0;
}


@media screen and (max-width: 600px) {
	.p-learning-summary {
		font-size: 2.0rem;
		line-height: 1.5;
	}

	.p-learning-block {
		padding: 30px 20px;
	}

	.p-learning-ttl {
		font-size: 2rem;
		padding-right: 15px;
	}

	.p-learning-ttl-course {
		padding-right: 10px;
		padding-left: 10px;
	}
}


/*====== .p-contact =====*/
.p-contact {
	background: #dbf0ff;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 80px;
}

.p-contact-ttl {
	background: none;
	text-align: center;
	font-size: 3.2rem;
	padding: 0;
	margin: 0;
}

.p-contact-lead {
	margin-top: 46px;
	margin-bottom: 46px;
	font-size: 1.6rem;
}

.p-contact-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	gap: 9.3%;
}

@media screen and (max-width: 600px) {
	.p-contact {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.p-contact-ttl {
		font-size: 2rem;
		margin-top: 0;
		margin-bottom: 0;
	}

	.p-contact-lead {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.p-contact-buttons {
		flex-direction: column;
		gap: 30px;
	}

	.p-contact-buttons a { width: 98%;}
}

/*====== .p-related =====*/
.p-related { margin-bottom: 140px;}

.p-related-card-wrap {
	display: grid;
	grid-template-columns:repeat(3, minmax(0,1fr));
	gap: 38px;
	grid-template-rows: auto auto 1fr;
}

.p-related-card {
	display:grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-related-card:hover {
	opacity: 0.8;
	color: inherit;
}

.p-related-card-img {
	grid-row:1;
	display:flex;
	align-items:center;
	justify-content:center;
}

.p-related-card-img img {
	display:block;
	max-width:100%;
	height:auto;
	border-radius: 8px;
}

.p-related-card-ttl {
	grid-row:2;
	font-size: 2.4rem;
	margin-top: 0;
	margin-bottom: 0;
}

.p-related-card-txt {
	grid-row:3;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 601px) and (max-width: 959px) {
	.p-related-card-wrap {
		gap: 10px;
	}

	.p-related-card-block {
		padding-right: 10px;
		padding-left: 10px;
	}

	.p-related-card-img {
		width: 100%;
	}

	.p-related-card-btn .c-btn-rounded-green {
		width: calc(100% + 20px);
		transform: translateX(-10px);
	}
}

@media screen and (max-width: 600px) {
	.p-related-card-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}



/* .js-
 * ============================================================================== */
/*====== .js-fixed =====*/
@media screen and (min-width: 601px) { /* PC・TBのみで動作 */
	.js-fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	.js-fixed-normal {
		position: relative;
	}

	.js-fixed-on {
		transform: translateY(0);
		opacity: 1;
	}

	.js-fixed-off {
		transform: translateY(-70px); /* 下にスライドさせて消す */
		opacity: 0;
	}
}




/* .l-footer-top-btn
 * ============================================================================== */
@media screen and (max-width: 600px) {
	.l-footer-top-btn {
		position: fixed;
		right: 0; bottom: 0;
		
	}
}