@charset "utf-8";

/* .c-
 * ============================================================================== */
/*====== .c-box-1024(960px以下の指定がcommonにないため追加) =====*/
@media screen and (max-width: 959px) {
	.c-box-1024 {
		width: 96%;
		margin-right: auto; margin-left: auto;
	}
}

@media screen and (max-width: 600px) {
	.c-box-1024 {
		width: 90%;
	}
}


/*====== 引継ぎ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;
}

.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: 80px;
		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: 30px;
	}
}

@media screen and (max-width: 600px) {
	.c-offer-tab {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.c-offer-ttl {
		background-color: #0066B5;
		background-image: url(/pickup/edi/images/edi-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-accordion-on {
		background-image: url(/pickup/edi/images/edi-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/edi/images/edi-icon-arrow-border-blue_re.svg);
		background-position: right 24px center;
	}
}


/*====== .c-ttl =====*/
.c-ttl-offer {
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.5;
	background: none;
	padding: 0;
	color: #0066B5;
}


/*====== .c-btn =====*/
.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;
    transition: opacity 0.5s;
	width: 180px;
	padding-top: 8px;
    padding-bottom: 7px;
	font-size: 1.4rem;
}

.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-agenda {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FA5462;
	gap: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	transform: translateX(0.5em);
}

.c-btn-agenda:hover {
    color: #FA5462;
    text-decoration: underline;
}


/* .u-
 * ============================================================================== */
/*====== .u-mb100 =====*/
.u-mb100 { margin-bottom: 100px;}


/* .p-
 * ============================================================================== */
/*====== .p-offer-mv =====*/
.p-offer-mv {
	background: #EBF3F9;
}

.p-offer-mv-inner {
	display: flex;
	justify-content: space-between; align-items: center;
	gap: 40px;
}

.p-offer-mv-content {
	display: flex;
	flex-direction: column;
	justify-content: center; align-items: center;
	gap: 6px;
}

.p-offer-mv-ttl {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	font-weight: bold;
}

.p-offer-mv-ttl .p-offer-mv-ttl-lead {
	color: #0066B5;
	font-size: 2.4rem;
	line-height: 2.5;
}

.p-offer-mv-ttl .p-offer-mv-ttl-main {
	font-size: 4rem;
	line-height: 1.25;
}

.p-offer-mv-text {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.66;
}

.p-offer-mv-links {
	display: flex;
	height: 70px;
	justify-content: center;
	align-items: center;
	gap: 96px;
	flex-shrink: 0;
	align-self: stretch;
}

@media screen and (min-width: 601px) {
	.p-offer-mv-img {
		width: 48.44%;
	}
}

@media screen and (max-width: 600px) {
	.p-offer-mv-img {
		display: none;
	}

	.p-offer-mv-inner {
		flex-direction: column;
		padding-top: 30px; padding-bottom: 30px;
	}

	.p-offer-mv-ttl .p-offer-mv-ttl-lead {
		font-size: 1.9rem;
	}

	.p-offer-mv-ttl .p-offer-mv-ttl-main {
		font-size: 3rem;
	}
}


/*====== .p-offer-contact =====*/
.p-offer-contact {
	background: #F4F5F9;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 169px;
}

.p-offer-contact-ttl {
	background: none;
	text-align: center;
	font-size: 3.2rem;
	padding: 0;
	margin: 0;
}

.p-offer-contact-lead {
	margin-top: 36px;
	margin-bottom: 36px;
	font-size: 1.6rem;
}

.p-offer-contact-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
}


/*====== .p-offer-summary =====*/
.p-offer-summary {
	line-height: 1.5;
	font-size: 1.6rem;
	margin-top: 32px;
	margin-bottom: 100px;
}

.p-offer-summary-note {
	padding-left: 0;
}

.p-offer-summary-note li {
	display: flex;
	justify-content: flex-start; align-items: flex-start;
	font-size: 1.4rem;
}

.p-offer-summary-note li::before {
	content: '※';
	margin-right: 3px;
}

@media screen and (max-width: 600px) {
	.p-offer-summary {
		margin-top: 50px;
	}
}


/*====== .p-offer-card-wrap =====*/
.p-offer-card-wrap {
	display: grid;
	grid-template-columns:repeat(3, minmax(0,1fr));
	gap: 20px;
	grid-template-rows: auto auto 1fr auto;
	margin-top: 40px;
	padding-top: 20px;
	line-height: 1.2;
	font-size: 1.6rem;
}

.p-offer-card {
	display:grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 20px;
	background: #F4F5F9;
	padding: 24px;
	position: relative;
	line-height: 1.4;
}

.p-offer-card-new {
	position: absolute;
	top: -20px;
	right: -12px;
	width: 56px;
	height: 54px;
	padding-top: 2px;
	display: flex;
	justify-content: center; align-items: center;
	background: #FA5462;
	border-radius: calc(1px / 0);
	color: #fff;
}

.p-offer-card-img {
	grid-row:1;
	display:flex;
	align-items:center;
	justify-content:center;
}

.p-offer-card-img img {
	display:block;
	max-width:100%;
	height:auto;
}

.p-offer-card-ttl {
	grid-row:2;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.6rem;
}

.p-offer-card-txt {
	grid-row:3;
	margin-top: 0;
	margin-bottom: 0;
}

.p-offer-card-btn {
	margin:auto;
	grid-row:4;
	align-self:end;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 8px;
}

.p-offer-card-btn span {
	display: block;
	background: #FA5462;
	color: #fff;
	width: 180px;
	border-radius: calc(1px / 0);
	padding-top: 8px;
	padding-bottom: 7px;
	text-align: center;
}

@media screen and (min-width: 601px) and (max-width: 959px) {
	.p-offer-card-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 600px) {
	.p-offer-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;
		
	}
}






