@charset "UTF-8";

header{
	transform: translateY(-100%);
	transition: transform .4s ease;
}
header.is-show{
	transform: translateY(0);
}

/* mainVisual */

#mainVisualWrap{
	width: 100%;
	background: var(--soft);
	position: relative;
	overflow: hidden;
}
#mainVisualWrap::before{
	content: "";
	position: absolute;
	inset: 0;
	background: url("../img/mainVisualBg.webp") no-repeat center center / 100% auto;
	z-index: 0;
}
#mainVisualWrap > *{
	position: relative;
	z-index: 1;
}
#mainVisual{
	margin: 0 auto;
	width: 100%;
	position: relative;
	aspect-ratio: 2400 / 1297;
	background: url("../img/mainVisual_PC.webp") no-repeat center top / 100% auto;
}
#mainVisual::before{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255,255,255,0.08);
}
#mainVisualInner{
	position: relative;
	z-index: 1;
	width: 79.17vw;
	margin: 0 auto;
	padding: 10.7vw 0 0;
}
#mainVisualCopy h2{
	margin: 0;
	color: var(--base);
	font-size: 3.7vw;
	font-weight: 700;
	line-height: 1.85;
	letter-spacing: 0.07em;
	padding-left: 4vw;
}
#mainVisualSub{
	margin-top: 5.3vw;
	width: 66.3vw;
}
#mainVisualSub ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.6vw;
	width: 48vw;
	margin-bottom: 3vw;
}
#mainVisualSub li{
	position: relative;
	padding: 1.07vw 1.5vw 1.07vw 4.3vw;
	border: 0.125rem solid var(--base);
	background: rgba(255,255,255,0.72);
	color: var(--base);
	font-size: 1.33vw;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.06em;
	display: flex;
	align-items: center;
}
#mainVisualSub li::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 1.7vw;
	width: 1.73vw;
	height: 1.73vw;
	background: url("../img/icoCheckGR.webp") no-repeat center center / contain;
	transform: translateY(-50%);
}
@media screen and (min-width: 1451px){
	#mainVisual{
		width: 1450px;
	}
	#mainVisualInner{
		padding-top: 12rem;
		width: 1100px;
	}
}
@media screen and (min-width: 1201px){
	#mainVisualCopy h2{
		font-size: 2.80rem;
		padding-left: 3.00rem;
	}
	#mainVisualSub{
		margin-top: 3.99rem;
		width: 49.72rem;
	}
	#mainVisualSub ul{
		gap: 0.45rem;
		width: 36.00rem;
		margin-bottom: 2.25rem;
	}
	#mainVisualSub li{
		padding: 0.80rem 1.15rem 0.80rem 3.25rem;
		font-size: 1.00rem;
	}
	#mainVisualSub li::before{
		left: 1.25rem;
		width: 1.30rem;
		height: 1.30rem;
	}
}
@media screen and (max-width: 768px){
	#mainVisual{
		aspect-ratio: 768 / 827;
		background: url("../img/mainVisual_SP.webp") no-repeat center top / 100% auto;
	}
	#mainVisualInner{
		width: 100%;
		padding: 17vw 0 10vw;
	}
	#mainVisualCopy h2{
		font-size: 6.5vw;
		line-height: 2.05;
		letter-spacing: 0.02em;
		padding-left: 10vw;
	}
	#mainVisualCopy h2 span{
		display: block;
	}
	#mainVisualSub{
		margin-top: 15vw;
		width: 100%;
	}
	#mainVisualSub ul{
		gap: 0.8vw 1vw;
		width: 96vw;
		margin: 17vw auto 9vw;
	}
	#mainVisualSub li{
		min-height: 12vw;
		padding: 0 0 0 7.5vw;
		border-width: 0.5vw;
		font-size: 3.2vw;
		font-weight: 800;
		letter-spacing: 0.08em;
		line-height: 1.25;
	}
	#mainVisualSub li::before{
		width: 3.5vw;
		height: 3.5vw;
		padding-left: 1.6vw;
		margin-top: 0.15vw;
	}
	#mainVisualSub li:first-of-type{
		font-size: 3.1vw;
		letter-spacing: 0;
	}
	#mainVisualSub li:first-of-type::before{
		margin-top: 0.25vw;
	}
	#mainVisualSub .commonBtn{
		background: var(--soft);
		padding: 12vw 11vw 11.5vw;
		width: 100%;
	}
}


/* subCopy */

.subCopy{
	padding: 10vw 0 9.5vw;
	font-weight: 700;
	text-align: center;
}
.subCopy h2{
	margin: 0 0 4.58vw;
	color: var(--base);
	font-size: 2.67vw;
	font-weight: 750;
	line-height: 1.8;
	letter-spacing: 0.04em;
}
.subCopy h2 strong{
	font-size: 3.5vw;
	font-weight: 700;
	padding: 0 1vw 0 1.33vw;
}
.subCopy h3{
	display: inline-block;
	padding: 1.33vw 5.83vw;
	background: var(--base);
	color: var(--ink2);
	font-size: 2vw;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.06em;
}
@media screen and (min-width: 1051px){
	.subCopy{
		padding: 6.56rem 0 6.02rem;
	}
	.subCopy h2{
		margin: 0 0 3.00rem;
		font-size: 1.75rem;
	}
	.subCopy h2 strong{
		font-size: 2.29rem;
		padding: 0 0.66rem 0 0.88rem;
	}
	.subCopy h3{
		padding: 0.88rem 3.83rem;
		font-size: 1.31rem;
	}
}
@media screen and (max-width: 768px){
	.subCopy{
		padding: 10.4vw 0 24vw;
	}
	.subCopy h2{
		margin: 0 0 6.89vw;
		font-size: 5.04vw;
	}
	.subCopy h2 strong{
		font-size: 6.69vw;
		padding: 0 1.7vw 0 2.4vw;
	}
	.subCopy h3{
		padding: 2.45vw 10vw;
		font-size: 3.60vw;
	}
}


/* column */

.columnWrap{
	background: var(--soft);
	width: 100%;
	margin: 0 auto;
}
.columnWrap .commonInner{
	position: relative;
	padding: 6vw 3.33vw 5vw;
}
.columnWrap hgroup{
	position: absolute;
	top: 0;
	left: 0;
	color: var(--ink2);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.12em;
	text-align: center;
	z-index: 2;
}
.columnWrap h1 span{
	display: inline-block;
	font-size: 1.75vw;
	opacity: 0.6;
	padding: 0.5vw 4vw 0.5vw 3.33vw;
	color: var(--ink2);
	background: var(--base);
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.columnCarousel{
	position: relative;
}
.columnViewport{
	overflow: hidden;
}
.columnList{
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0.73vw;
	will-change: transform;
	transition: transform .35s ease;
}
.columnList article{
	flex: 0 0 calc((100% - 2.2vw) / 4);
	align-self: stretch;
	background: var(--ink2);
	box-shadow: 0 0.6vw 1.8vw rgba(0,0,0,0.08);
}
.columnList a{
	display: block;
	height: 100%;
	text-decoration: none;
	transition: transform .25s ease, box-shadow .25s ease;
}
.columnList article img{
	display: block;
	width: 100%;
	aspect-ratio: 1 / 0.69;
	object-fit: cover;
}
.columnList article h6{
	margin: 0;
	padding: 2vw 1.67vw 0.67vw 2vw;
	color: var(--base);
	font-size: 1.21vw;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.14em;
}
.columnList article h5{
	margin: 0;
	padding: 0 1.67vw 2vw 2vw;
	color: var(--ink);
	font-size: 1.4vw;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.02em;
}
.columnCarousel,
.columnViewport,
.columnNav{
	touch-action: manipulation;
	-webkit-user-select: none;
	user-select: none;
}
.columnNav{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.58vw;
	height: 4.58vw;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,0.75);
	color: var(--base);
	box-shadow: 0 0.42vw 1.25vw rgba(0,0,0,0.1);
	cursor: pointer;
	transition: opacity .2s ease, transform .2s ease;
}
.columnNav:hover{
	opacity: 0.9;
}
.columnNav:disabled{
	display: none;
}
.columnPrev{
	left: -2.08vw;
}
.columnNext{
	right: -2.08vw;
}
.btnColumn{
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	margin: 2.5vw auto 0;
	color: var(--base);
	font-size: 1.5vw;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.13em;
	text-decoration: none;
	padding: 1.5vw 2vw 1.1vw 1.75vw;
	border-bottom: 0.22vw solid var(--base);
	background: transparent;
	transition: all .25s ease;
}
.btnColumn::after{
	content: "";
	display: inline-block;
	width: 0.6vw;
	height: 0.6vw;
	margin: 0.24vw 0 0 1.28vw;
	border-top: 0.23vw solid currentColor;
	border-right: 0.23vw solid currentColor;
	transform: rotate(45deg);
}
@media screen and (min-width: 1051px){
	.columnWrap .commonInner{
		padding: 3.94rem 2.19rem 3.28rem;
	}
	.columnWrap h1 span{
		font-size: 1.16rem;
		padding: 0.32rem 2.63rem 0.32rem 2.19rem;
	}
	.columnList{
		gap: 0.48rem;
	}
	.columnList article{
		flex: 0 0 calc((100% - 1.44rem) / 4);
		box-shadow: 0 0.26rem 0.78rem rgba(0,0,0,0.08);
	}
	.columnList article h6{
		padding: 1.31rem 1.10rem 0.44rem 1.31rem;
		font-size: 0.80rem;
	}
	.columnList article h5{
		padding: 0 1.10rem 1.31rem 1.31rem;
		font-size: 0.92rem;
	}
	.columnNav{
		width: 3.00rem;
		height: 3.00rem;
		box-shadow: 0 0.27rem 0.82rem rgba(0,0,0,0.05);
	}
	.columnPrev{
		left: -1.37rem;
	}
	.columnNext{
		right: -1.37rem;
	}
	.btnColumn{
		margin: 1.65rem auto 0;
		font-size: 0.99rem;
		padding: 0.99rem 1.31rem 0.73rem 1.16rem;
		border-bottom: 0.15rem solid var(--base);
	}
	.btnColumn::after{
		width: 0.39rem;
		height: 0.39rem;
		margin: 0.16rem 0 0 0.84rem;
		border-top: 0.15rem solid currentColor;
		border-right: 0.15rem solid currentColor;
	}
}
@media screen and (max-width: 768px){
	.columnWrap .commonInner{
		padding: 12vw 3.72vw 10vw;
	}
	.columnWrap h1 span{
		font-size: 3.25vw;
		padding: 1vw 5.5vw 1vw 3.72vw;
	}
	.columnList{
		gap: 1.79vw;
	}
	.columnList article{
		flex: 0 0 70%;
	}
	.columnList article h6{
		padding: 5.21vw 3.72vw 1.67vw 5.40vw;
		font-size: 2.98vw;
	}
	.columnList article h5{
		padding: 0 3.72vw 5.21vw 5.58vw;
		font-size: 3.35vw;
	}
	.columnNav{
		width: 11.28vw;
		height: 11.28vw;
		box-shadow: 0 0.93vw 1.86vw rgba(0,0,0,0.05);
	}
	.columnPrev{
		left: -3.72vw;
	}
	.columnNext{
		right: -2.60vw;
	}
	.btnColumn{
		margin: 5.5vw auto 0;
		font-size: 3.38vw;
		padding: 2.7vw 3.15vw 2.7vw 3.4vw;
		border-bottom: 0.45vw solid var(--base);
	}
	.btnColumn::after{
		width: 1.62vw;
		height: 1.62vw;
		margin: 0.54vw 0 0 2.88vw;
		border-top-width: 0.45vw;
		border-right-width: 0.45vw;
	}
}
@media screen and (min-width: 769px){
	.columnList article a:hover{
		transform: scale(1.03);
	}
	.btnColumn:hover{
		border-color: var(--bright);
		color: var(--bright);
	}
}


/* reason */

.reasonWrap{
	padding: 7.5vw 2.5vw;
}
.reasonWrap hgroup{
	display: flex;
	justify-content: center;
	margin: 0 auto 5vw;
}
.reasonWrap h1{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 31.67vw;
	aspect-ratio: 768 / 228;
	padding: 0 0 1.3vw 4.58vw;
	background: url("../img/reasonTtl.webp") no-repeat center center / contain;
	color: var(--bright);
	font-weight: 700;
	line-height: 1;
}
.reasonWrap h1 span:first-child{
	margin-bottom: 0.5vw;
	font-size: 1.46vw;
	letter-spacing: 0.02em;
}
.reasonWrap h1 span:last-child{
	font-size: 2.83vw;
	letter-spacing: 0.08em;
}
.reasonList{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0.5vw;
	padding: 0;
}
.reasonList li{
	padding: 3vw 2.17vw 3.33vw;
	background: var(--pale);
	color: var(--ink);
}
.reasonList li h3{
	padding-bottom: 1.67vw;
	border-bottom: 0.2vw solid var(--base);
	color: var(--base);
	font-size: 1.95vw;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.04em;
	text-align: center;
}
.reasonList li h3 strong{
	font-size: 1.23em;
	font-weight: 800;
}
.reasonList div{
	padding: 0 0.83vw;
}
.reasonList li h4{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2.83vw;
	margin: 2.33vw 0 0.5vw;
	padding: 0.17vw 1.5vw 0.25vw;
	background: var(--bright);
	color: var(--ink2);
	font-size: 1.4vw;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
}
.reasonList li h4::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.58vw;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 0.47vw solid transparent;
	border-right: 0.47vw solid transparent;
	border-top: 0.63vw solid var(--bright);
}
.reasonList li h5{
	display: flex;
	align-items: flex-end;
	gap: 0.83vw;
	margin: 0 0 1.67vw;
	color: var(--bright);
	font-size: 3.08vw;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.04em;
}
.reasonList li h5 strong{
	font-size: 6.83vw;
	font-weight: 800;
	line-height: 1;
}
.reasonList li:nth-child(2) h5{
	font-size: 2.25vw;
	line-height: 1.35;
}
.reasonList li:nth-child(3) h5{
	font-size: 3.58vw;
}
.reasonList li:nth-child(3) h5 small{
	font-size: 2.07vw;
	font-weight: 400;
	padding-bottom: 0.33vw;
}
.reasonList li p{
	color: var(--ink);
	font-size: 1.33vw;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.01em;
}
.reasonList li p small{
	display: block;
	margin-top: 1.08vw;
	font-size: 0.97vw;
	line-height: 1.5;
}
@media screen and (min-width: 1051px){
	.reasonWrap{
		padding: 4.93rem 1.65rem;
	}
	.reasonWrap hgroup{
		margin: 0 auto 3.28rem;
	}
	.reasonWrap h1{
		width: 20.77rem;
		padding: 0 0 0.86rem 3.00rem;
	}
	.reasonWrap h1 span:first-child{
		margin-bottom: 0.32rem;
		font-size: 0.95rem;
	}
	.reasonWrap h1 span:last-child{
		font-size: 1.86rem;
	}
	.reasonList{
		gap: 0.32rem;
	}
	.reasonList li{
		padding: 1.97rem 1.42rem 2.19rem;
	}
	.reasonList li h3{
		padding-bottom: 1.09rem;
		border-bottom: 0.13rem solid var(--base);
		font-size: 1.28rem;
	}
	.reasonList div{
		padding: 0 0.55rem;
	}
	.reasonList li h4{
		height: 1.86rem;
		margin: 1.53rem 0 0.32rem;
		padding: 0.11rem 0.99rem 0.17rem;
		font-size: 0.92rem;
	}
	.reasonList li h4::after{
		bottom: -0.39rem;
		border-left: 0.31rem solid transparent;
		border-right: 0.31rem solid transparent;
		border-top: 0.41rem solid var(--bright);
	}
	.reasonList li h5{
		gap: 0.55rem;
		margin: 0 0 1.09rem;
		font-size: 2.02rem;
	}
	.reasonList li h5 strong{
		font-size: 4.48rem;
	}
	.reasonList li:nth-child(2) h5{
		font-size: 1.48rem;
	}
	.reasonList li:nth-child(3) h5{
		font-size: 2.35rem;
	}
	.reasonList li:nth-child(3) h5 small{
		font-size: 1.36rem;
		padding-bottom: 0.22rem;
	}
	.reasonList li p{
		font-size: 0.88rem;
	}
	.reasonList li p small{
		margin-top: 0.71rem;
		font-size: 0.64rem;
	}
}
@media screen and (max-width: 768px){
	.reasonWrap{
		padding: 14.23vw 8vw 16.74vw;
	}
	.reasonWrap hgroup{
		margin: 0 auto 10.04vw;
	}
	.reasonWrap h1{
		width: 69.99vw;
		padding: 0 0 2.88vw 10.14vw;
	}
	.reasonWrap h1 span:first-child{
		margin-bottom: 1.11vw;
		font-size: 3.21vw;
	}
	.reasonWrap h1 span:last-child{
		font-size: 6.26vw;
	}
	.reasonList{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: 3.35vw;
	}
	.reasonList li{
		padding: 7.53vw 6.7vw 9.21vw 7.53vw;
	}
	.reasonList li h3{
		padding-bottom: 3.85vw;
		border-bottom: 0.47vw solid var(--base);
		font-size: 4.36vw;
	}
	.reasonList div{
		padding: 0 1.67vw;
		margin: 0 auto;
	}
	.reasonList li h4{
		height: 6.83vw;
		margin: 5.7vw 0 1.5vw;
		padding: 0.41vw 3.62vw 0.6vw;
		font-size: 3.38vw;
	}
	.reasonList li h4::after{
		bottom: -1.4vw;
		border-left: 1.14vw solid transparent;
		border-right: 1.14vw solid transparent;
		border-top: 1.54vw solid var(--bright);
	}
	.reasonList li h5{
		gap: 2.01vw;
		margin: 0 0 4.02vw;
		font-size: 7.43vw;
	}
	.reasonList li h5 strong{
		font-size: 16.74vw;
		line-height: 0.925;
	}
	.reasonList li:nth-child(2) h5{
		font-size: 5.43vw;
	}
	.reasonList li:nth-child(3) h5{
		font-size: 8.64vw;
	}
	.reasonList li:nth-child(3) h5 small{
		font-size: 4.99vw;
		padding-bottom: 0.8vw;
	}
	.reasonList li p{
		font-size: 3.3vw;
	}
	.reasonList li p small{
		margin-top: 2.51vw;
		font-size: 2.24vw;
	}
}


/* pointWrap */

.pointWrap{
	padding: 3vw 2.5vw 8.33vw;
	color: var(--base);
}
.pointWrap hgroup{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2vw;
	margin: 0 auto 6vw;
}
.pointWrap hgroup h2{
	flex: 0 0 auto;
	width: 11vw;
}
.pointWrap hgroup h1{
	flex: 0 0 auto;
	width: 45vw;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
}
.pointWrap hgroup h1 span{
	display: block;
}
.pointWrap hgroup h1 span:first-of-type{
	padding: 0 0 1.4vw;
	border-bottom: 0.3vw solid var(--base);
	font-size: 2.75vw;
	font-weight: 700;
	letter-spacing: 0.09em;
}
.pointWrap hgroup h1 span:last-of-type{
	position: relative;
	margin-top: 1.4vw;
	font-size: 1.75vw;
	font-weight: 500;
	letter-spacing: 0.02em;
	z-index: 0;
}
.pointWrap hgroup h1 span:last-of-type::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.88vw;
	width: 100%;
	height: 0.9em;
	background: var(--pale);
	z-index: -1;
}
.pointList li{
	position: relative;
	padding-bottom: 7vw;
}
.pointList li h3{
	position: relative;
	display: flex;
	justify-content: center;
	width: 66vw;
	aspect-ratio: 768 / 167;
	background: url("../img/pointListTtl.webp") no-repeat center center / contain;
	font-size: 2vw;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.08em;
	padding: 4.4vw 9.5vw 0 0;
	margin: 0 auto 0.5vw;
	transform: translateX(3.5vw);
}
.pointListWrap{
	position: relative;
	width: calc(100% - 14vw);
	margin: 0 auto;
	border: 0.35vw solid var(--base);
}
.pointList li h4{
	position: absolute;
	left: -1.5vw;
	top: -0.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 20vw;
	height: 5vw;
	padding: 0 1.5vw;
	background: var(--ink2);
	border: 0.3vw solid var(--base);
	border-radius: 5vw;
	font-size: 1.7vw;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.06em;
	transform: rotate(-9deg);
	z-index: 2;
}
.pointList li h5{
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--base);
	color: var(--ink2);
	height: 7vw;
	font-size: 2.5vw;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center;
	padding-bottom: 0.5vw;
}
.pointListInner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3.5vw;
	padding: 4vw 5.5vw 4vw 6vw;
}
.pointListNote{
	flex: 1 1 auto;
	letter-spacing: 0.04em;
}
.pointListNote h6{
	font-size: 1.9vw;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 1.25vw;
}
.pointListNote p{
	color: var(--ink);
	font-size: 1.5vw;
	font-weight: 400;
	line-height: 2.1;
}
.pointListInner > img{
	width: 23vw;
}
.pointList li:nth-of-type(2) .pointListInner{
	flex-direction: row-reverse;
}
@media screen and (min-width: 1051px){
	.pointWrap{
		padding: 1.97rem 1.65rem 5.47rem;
	}
	.pointWrap hgroup{
		gap: 1.31rem;
		margin: 0 auto 3.94rem;
	}
	.pointWrap hgroup h2{
		width: 7.23rem;
	}
	.pointWrap hgroup h1{
		width: 29.55rem;
	}
	.pointWrap hgroup h1 span:first-of-type{
		padding: 0 0 0.92rem;
		border-bottom: 0.19rem solid var(--base);
		font-size: 1.80rem;
	}
	.pointWrap hgroup h1 span:last-of-type{
		margin-top: 0.92rem;
		font-size: 1.16rem;
	}
	.pointWrap hgroup h1 span:last-of-type::after{
		bottom: -0.58rem;
	}
	.pointList li{
		padding-bottom: 4.59rem;
	}
	.pointList li h3{
		width: 43.34rem;
		font-size: 1.31rem;
		padding: 2.89rem 6.24rem 0 0;
		margin: 0 auto 0.32rem;
		transform: translateX(2.29rem);
	}
	.pointListWrap{
		width: calc(100% - 9.20rem);
		border: 0.23rem solid var(--base);
	}
	.pointList li h4{
		left: -0.99rem;
		top: -0.32rem;
		min-width: 13.13rem;
		height: 3.28rem;
		padding: 0 0.99rem;
		border: 0.19rem solid var(--base);
		border-radius: 3.28rem;
		font-size: 1.11rem;
	}
	.pointList li h5{
		height: 4.59rem;
		font-size: 1.65rem;
		padding-bottom: 0.32rem;
	}
	.pointListInner{
		gap: 2.29rem;
		padding: 2.63rem 3.61rem 2.63rem 3.94rem;
	}
	.pointListNote h6{
		font-size: 1.24rem;
		margin-bottom: 0.82rem;
	}
	.pointListNote p{
		font-size: 0.99rem;
	}
	.pointListInner > img{
		width: 15.09rem;
	}
}
@media screen and (max-width: 768px){
	.pointWrap{
		padding: 3.9vw 3.25vw 10.83vw;
	}
	.pointWrap hgroup{
		flex-direction: column;
		gap: 6vw;
		margin: 0 auto 7vw;
	}
	.pointWrap hgroup h2{
		width: 22vw;
	}
	.pointWrap hgroup h1{
		width: 86vw;
		white-space: normal;
	}
	.pointWrap hgroup h1 span:first-of-type{
		padding-bottom: 2.80vw;
		border-bottom: 0.60vw solid var(--base);
		font-size: 5.51vw;
	}
	.pointWrap hgroup h1 span:last-of-type{
		margin-top: 2.80vw;
		font-size: 3.51vw;
	}
	.pointWrap hgroup h1 span:last-of-type::after{
		bottom: -1.76vw;
	}
	.pointList li{
		padding-bottom: 5vw;
	}
	.pointList li h3{
		aspect-ratio: 768 / 267;
		background: url("../img/pointListTtl_SP.webp") no-repeat center center / contain;
		width: 98vw;
		font-size: 4vw;
		padding: 15.7vw 1vw 0 0;
		margin: 0 auto 2.5vw;
		transform: translateX(-1.25vw);
	}
	.pointList li h3 span{
		margin-left: -1.65vw;
	}
	.pointListWrap{
		width: calc( 100% - 6vw );
		border: 0.75vw solid var(--base);
	}
	.pointList li h4{
		left: -3.8vw;
		top: -4.2vw;
		min-width: 35vw;
		height: 8vw;
		padding: 0 4.5vw;
		border: 0.5vw solid var(--base);
		font-size: 3.25vw;
		transform: rotate(-5deg);
	}
	.pointList li h5{
		height: 17vw;
		font-size: 4.6vw;
		padding: 0.65vw;
		letter-spacing: 0.12em;
	}
	.pointListInner{
		flex-direction: column;
		align-items: flex-start;
		gap: 3vw;
		padding: 6vw 7.15vw 9vw 7.8vw;
	}
	.pointListNote{
		width: 100%;
	}
	.pointListNote h6{
		font-size: 5vw;
		line-height: 1.8;
		letter-spacing: 0.06em;
		margin-bottom: 2vw;
		text-align: left;
	}
	.pointListNote h6 span{
		display: block;
	}
	.pointListNote p{
		font-size: 3.25vw;
		font-weight: 500;
		margin-bottom: 3vw;
	}
	.pointListInner > img{
		width: 100%;
		max-width: 55vw;
		align-self: center;
	}
	.pointList li:nth-of-type(2) .pointListInner{
		flex-direction: column;
	}
	.pointList li:nth-of-type(1) img{
		margin-left: -2vw;
	}
	.pointList li:nth-of-type(3) img{
		margin-left: -5.5vw;
	}
}


/* pointsub */

.pointsubWrap{
	padding: 3vw 3vw 0;
}
.pointsubWrap h1{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30vw;
	aspect-ratio: 768 / 148;
	margin: 0 auto 3.8vw;
	background: url("../img/pointsubTtl.webp") no-repeat center center / contain;
	font-size: 2.3vw;
	font-weight: 800;
	letter-spacing: 0.14em;
}
.pointsubWrap h1 span{
	display: inline-block;
	transform: translateX(-2.24vw);
	margin-top: 0.42vw;
}
.pointsubList{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1vw;
	padding: 0;
	list-style: none;
}
.pointsubList li{
	border: 0.32vw solid var(--bright);
	background: var(--ink2);
}
.pointsubList h3{
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 2.25vw 0 2.3vw 8.5vw;
	background: var(--pale);
	color: var(--bright);
	font-size: 2.2vw;
	font-weight: 800;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
.pointsubList h3::before{
	content: "";
	position: absolute;
	top: 55%;
	left: 4vw;
	width: 3vw;
	aspect-ratio: 1 / 1;
	background: url("../img/icoCheckBL.webp") no-repeat center center / contain;
	transform: translateY(-55%);
}
.pointsubList h3 strong{
	font-size: 1.29em;
	font-weight: 800;
	letter-spacing: 0.15em;
}
.pointsubList h3 span{
	margin-bottom: 0.1vw;
}
.pointsubListInner{
	padding: 2vw 4vw 3vw;
}
.pointsubList h4{
	color: var(--bright);
	font-size: 1.9vw;
	font-weight: 800;
	line-height: 1.9;
	letter-spacing: 0.04em;
}
.pointsubList p{
	margin-top: 1.25vw;
	color: var(--ink);
	font-size: 1.4vw;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.02em;
}
@media screen and (min-width: 1051px){
	.pointsubWrap{
		padding: 1.97rem 1.97rem 0;
	}
	.pointsubWrap h1{
		width: 19.71rem;
		margin: 0 auto 2.49rem;
		font-size: 1.50rem;
	}
	.pointsubWrap h1 span{
		transform: translateX(-1.47rem);
		margin-top: 0.27rem;
	}
	.pointsubList{
		gap: 0.66rem;
	}
	.pointsubList li{
		border: 0.21rem solid var(--bright);
	}
	.pointsubList h3{
		padding: 1.48rem 0 1.50rem 5.58rem;
		font-size: 1.37rem;
	}
	.pointsubList h3::before{
		left: 2.63rem;
		width: 1.97rem;
	}
	.pointsubList h3 span{
		margin-bottom: 0.06rem;
	}
	.pointsubListInner{
		padding: 1.31rem 2.63rem 1.97rem;
	}
	.pointsubList h4{
		font-size: 1.24rem;
	}
	.pointsubList p{
		margin-top: 0.82rem;
		font-size: 0.92rem;
	}
}
@media screen and (max-width: 768px){
	.pointsubWrap{
		padding: 5vw 3.5vw 0;
	}
	.pointsubWrap h1{
		width: 65vw;
		margin-bottom: 8.5vw;
		font-size: 5vw;
	}
	.pointsubWrap h1 span{
		transform: translateX(-5vw);
		margin-top: 1vw;
	}
	.pointsubList{
		grid-template-columns: 1fr;
		gap: 3vw;
	}
	.pointsubList li{
		border-width: 0.63vw;
	}
	.pointsubList h3{
		padding: 4.8vw 0 5.2vw 18vw;
		font-size: 4.75vw;
	}
	.pointsubList h3::before{
		left: 8vw;
		width: 6vw;
		margin-top: -0.5vw;
	}
	.pointsubList h3 strong{
		padding-right: 0.5vw;
		letter-spacing: 0.1em;
	}
	.pointsubList h3 span{
		margin-bottom: 0.25vw;
	}
	.pointsubListInner{
		padding: 5vw 8vw 8vw;
	}
	.pointsubList h4{
		font-size: 4.25vw;
	}
	.pointsubList p{
		margin-top: 3vw;
		font-size: 3.25vw;
	}
}


/* grant */

.grantWrap{
	width: 85vw;
	margin: 8vw auto 8vw;
	padding: 6.25vw 8.5vw 6vw;
	background: var(--pale);
}
.grantWrap h2{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46vw;
	aspect-ratio: 768 / 148;
	margin: 0 auto 1vw;
	background: url("../img/grantTtl.webp") no-repeat center center / contain;
	color: var(--bright);
	font-size: 2.35vw;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.grantWrap h2 span{
	position: relative;
	z-index: 1;
	margin-top: -1.2vw;
}
.grantWrap h2::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 36%;
	transform: translateX(-50%);
	width: 79%;
	height: 0.6em;
	background: var(--yellow);
	z-index: 0;
}
.grantTop ul{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 1.5vw;
}
.grantTop h5{
	font-size: 1.75vw;
	font-weight: 700;
	margin-bottom: 0.5vw;
	letter-spacing: 0.08em;
}
.grantTop h6{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 1.25vw;
	color: var(--bright);
	font-size: 2.75vw;
	font-weight: 800;
	letter-spacing: 0.08em;
}
.grantTop h6 strong{
	font-size: 5vw;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.06em;
	margin-bottom: 0.5vw;
}
.grantTop h6 span{
	font-size: 3.5vw;
	font-weight: 800;
	margin-bottom: -0.3vw;
}
.grantInner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8vw;
	margin-top: 3.2vw;
}
.grantMain{
	flex: 1 1 auto;
}
.grantInner hgroup{
	flex: 0 1 58%;
	color: var(--base);
}
.grantInner h3{
	font-size: 1.5vw;
	font-weight: 700;
	line-height: 2;
}
.grantInner h4{
	display: flex;
	align-items: baseline;
	gap: 0.5vw;
	padding-bottom: 1vw;
	border-bottom: 0.12vw solid var(--base);
	margin-bottom: 1vw;
	font-size: 2.15vw;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.02em;
}
.grantInner h4 small{
	font-size: 1.6vw;
	font-weight: 500;
	line-height: 1.2;
}
.grantNote p{
	flex: 1 1 auto;
	font-size: 1.3vw;
	font-weight: 500;
	line-height: 2.1;
	letter-spacing: 0.02em;
}
.grantInner img{
	width: 25vw;
	margin-bottom: -4vw;
}
.grantWrap + .commonBtn{
	width: 70vw;
	margin: 0 auto;
}
@media screen and (min-width: 1051px){
	.grantWrap{
		width: 55.76rem;
		margin: 5.25rem auto 5.25rem;
		padding: 4.10rem 5.57rem 3.94rem;
	}
	.grantWrap h2{
		width: 30.18rem;
		margin: 0 auto 0.66rem;
		font-size: 1.54rem;
	}
	.grantWrap h2 span{
		margin-top: -0.79rem;
	}
	.grantWrap h2::after{
		height: 0.60em;
	}
	.grantTop ul{
		gap: 0.99rem;
	}
	.grantTop h5{
		font-size: 1.16rem;
		margin-bottom: 0.32rem;
	}
	.grantTop h6{
		gap: 0.82rem;
		font-size: 1.80rem;
	}
	.grantTop h6 strong{
		font-size: 3.28rem;
		margin-bottom: 0.32rem;
	}
	.grantTop h6 span{
		font-size: 2.29rem;
		margin-bottom: -0.19rem;
	}
	.grantInner{
		gap: 5.25rem;
		margin-top: 2.10rem;
	}
	.grantInner h3{
		font-size: 0.99rem;
	}
	.grantInner h4{
		gap: 0.32rem;
		padding-bottom: 0.66rem;
		margin-bottom: 0.66rem;
		font-size: 1.41rem;
	}
	.grantInner h4 small{
		font-size: 1.05rem;
	}
	.grantNote p{
		font-size: 0.86rem;
	}
	.grantInner img{
		width: 16.41rem;
		margin-bottom: -2.63rem;
	}
	.grantWrap + .commonBtn{
		width: 45.93rem;
	}
}
@media screen and (max-width: 768px){
	.grantWrap{
		width: 93vw;
		margin: 12vw auto;
		padding: 12vw 8vw 11vw;
	}
	.grantInner{
		flex-direction: column;
		align-items: center;
		gap: 6vw;
	}
	.grantInner img{
		order: -1;
		width: 45vw;
		margin: 2vw auto 2vw;
	}
	.grantMain{
		width: 100%;
	}
	.grantWrap h2{
		width: 76vw;
		font-size: 4.4vw;
		margin: 0 auto 6vw;
		aspect-ratio: 768 / 174;
		background: url("../img/grantTtl_SP.webp") no-repeat center center / contain;
	}
	.grantWrap h2::after{
		bottom: 35%;
		width: 87%;
	}
	.grantWrap h2 span{
		margin-top: -2vw;
	}
	.grantTop ul{
		gap: 1.5vw;
	}
	.grantTop h5{
		font-size: 3.1vw;
		margin-bottom: 1vw;
	}
	.grantTop h6{
		gap: 1vw;
		font-size: 3.96vw;
	}
	.grantTop h6 strong{
		font-size: 7.6vw;
		margin-bottom: 0.72vw;
	}
	.grantTop h6 span{
		font-size: 4.8vw;
		margin-bottom: -0.5vw;
	}
	.grantInner{
		margin-top: 0;
		padding: 0 2vw;
	}
	.grantInner h3{
		font-size: 3.2vw;
		line-height: 1.8;
	}
	.grantInner h4{
		gap: 1.5vw;
		border-bottom: 0.3vw solid var(--base);
		padding-bottom: 2.64vw;
		margin-bottom: 2.64vw;
		font-size: 4.8vw;
	}
	.grantInner h4 small{
		font-size: 3.3vw;
	}
	.grantNote p{
		font-size: 3.2vw;
		line-height: 2;
	}
	.grantWrap + .commonBtn{
		width: 80vw;
	}
}


/* course */

.courseWrap{
	padding: 9vw 0;
	margin: 10vw auto;
	background: var(--pale);
	text-align: center;
}
.courseTtl{
	position: relative;
	display: inline-block;
}
.courseTtl h3{
	position: absolute;
	top: -2vw;
	left: -3.3vw;
	transform: rotate(-12deg);
	padding: 0.66vw 1.75vw;
	background: var(--base);
	color: #fff;
	font-size: 1.5vw;
	font-weight: 500;
	letter-spacing: 0.08em;
	z-index: 2;
}
.courseTtl h2{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50vw;
	aspect-ratio: 768 / 120;
	margin: 0 auto 1vw;
	background: url("../img/courseTtl.webp") no-repeat center center / contain;
	color: var(--base);
	font-size: 2.25vw;
	font-weight: 500;
	letter-spacing: 0.06em;
}
.courseTtl h2 span{
	margin-top: -1.5vw;
}
.courseTtl h1{
	color: var(--base);
	font-size: 3.4vw;
	font-weight: 800;
	letter-spacing: 0.08em;
}

/* courseList */

.courseListWrap{
	padding: 6vw 2vw 0;
}
.courseList{
	display: grid;
	gap: 2vw 0.75vw;
	margin-bottom: 2vw;
}
.courseList li{
	border: 0.3vw solid var(--base);
	border-radius: 2vw;
	background: var(--ink2);
	text-align: left;
}
.courseListColumn1{
	grid-template-columns: 1fr;
}
.courseListColumn2{
	grid-template-columns: repeat(2,1fr);
}
.courseListColumn3{
	grid-template-columns: repeat(3,1fr);
}
.courseListColumn2 li{
	padding: 3.1vw 3.5vw;
}
.courseListColumn3 li{
	padding: 2.5vw 3.5vw;
}
.courseListColumn1 li{
	padding: 3vw 3.5vw;
}
.courseList h4,
.courseList h5,
.courseList p{
	padding: 0 0.6vw;
}
.courseList h4{
	font-size: 2.15vw;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: var(--base);
}
.courseList h4 strong{
	font-size: 2.7vw;
	font-weight: 700;
}
.courseList h5{
	letter-spacing: 0.08em;
	color: var(--base);
	margin-top: -0.6vw;
	font-size: 1.5vw;
}
.courseList span{
	display: block;
	width: 100%;
	height: 0.2vw;
	margin: 2vw 0 1.5vw;
	background: var(--base);
}
.courseList p{
	font-size: 1.32vw;
	line-height: 2;
	letter-spacing: 0.02em;
}
.courseListColumn2 h4{
	margin-bottom: 1vw;
}
.courseListColumn3 h4{
	font-size: 1.95vw;
}
.courseListColumn1 h4{
	font-size: 1.85vw;
}
.courseListRed li{
	border-color: var(--pink);
}
.courseListRed h4,
.courseListRed h5{
	color: var(--pink);
}
.courseListRed span{
	background: var(--pink);
}
.courseListWrap hgroup{
	margin: 10vw 0 4vw;
	text-align: center;
}
.courseListWrap hgroup h2{
	display: inline-block;
	padding: 0.75vw 4vw;
	background: var(--base);
	color: var(--ink2);
	font-size: 2.25vw;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.courseListWrap hgroup h3{
	margin-top: 1.65vw;
	font-size: 1.7vw;
	line-height: 2;
	letter-spacing: 0.08em;
}
@media screen and (min-width: 1051px){
	.courseWrap{
		padding: 5.91rem 0;
		margin: 6.56rem auto;
	}
	.courseTtl h3{
		top: -1.31rem;
		left: -2.17rem;
		padding: 0.44rem 1.16rem;
		font-size: 0.99rem;
	}
	.courseTtl h2{
		width: 32.83rem;
		margin: 0 auto 0.66rem;
		font-size: 1.48rem;
	}
	.courseTtl h2 span{
		margin-top: -0.99rem;
	}
	.courseTtl h1{
		font-size: 2.23rem;
	}
	.courseListWrap{
		padding: 3.94rem 1.31rem 0;
	}
	.courseList{
		gap: 1.31rem 0.49rem;
		margin-bottom: 1.31rem;
	}
	.courseList li{
		border-width: 0.19rem;
		border-radius: 1.31rem;
	}
	.courseListColumn2 li{
		padding: 2.04rem 2.29rem;
	}
	.courseListColumn3 li{
		padding: 1.65rem 2.29rem;
	}
	.courseListColumn1 li{
		padding: 1.97rem 2.29rem;
	}
	.courseList h4,
	.courseList h5,
	.courseList p{
		padding: 0 0.39rem;
	}
	.courseList h4{
		font-size: 1.41rem;
	}
	.courseList h4 strong{
		font-size: 1.78rem;
	}
	.courseList h5{
		margin-top: -0.39rem;
		font-size: 0.99rem;
	}
	.courseList span{
		height: 0.13rem;
		margin: 1.31rem 0 0.99rem;
	}
	.courseList p{
		font-size: 0.87rem;
	}
	.courseListColumn2 h4{
		margin-bottom: 0.66rem;
	}
	.courseListColumn3 h4{
		font-size: 1.28rem;
	}
	.courseListColumn1 h4{
		font-size: 1.22rem;
	}
	.courseListWrap hgroup{
		margin: 6.56rem 0 2.63rem;
	}
	.courseListWrap hgroup h2{
		padding: 0.49rem 2.63rem;
		font-size: 1.48rem;
	}
	.courseListWrap hgroup h3{
		margin-top: 1.09rem;
		font-size: 1.11rem;
	}
}
@media screen and (max-width: 768px){
	.courseWrap{
		padding: 17.5vw 0 15vw;
		margin: 18vw auto 14vw;
	}
	.courseTtl h3{
		top: -5vw;
		left: -5.5vw;
		padding: 1.2vw 4.5vw;
		font-size: 2.85vw;
	}
	.courseTtl h2{
		width: 82vw;
		margin: 0 auto 2.2vw;
		font-size: 3.75vw;
		aspect-ratio: 768 / 152;
		background: url("../img/courseTtl_SP.webp") no-repeat center center / contain;
	}
	.courseTtl h2 span{
		margin-top: -2.5vw;
	}
	.courseTtl h1{
		font-size: 6.4vw;
	}
	.courseListWrap{
		padding: 12vw 3vw 0;
	}
	.courseList{
		gap: 3.5vw 1.5vw;
		margin-bottom: 3.5vw;
	}
	.courseList li{
		border-width: 0.6vw;
		border-radius: 3.2vw;
	}
	.courseListColumn2,
	.courseListColumn3{
		grid-template-columns: 1fr;
	}
	.courseListColumn2 li{
		padding: 7vw 7vw 8vw;
	}
	.courseListColumn3 li{
		padding: 4.5vw 7vw;
	}
	.courseListColumn1 li{
		padding: 6vw 7vw;
	}
	.courseList h4,
	.courseList h5,
	.courseList p{
		padding: 0 1vw;
	}
	.courseList h4{
		font-size: 5.15vw;
	}
	.courseList h4 strong{
		font-size: 6vw;
	}
	.courseList h5{
		margin-top: -1.1vw;
		font-size: 3.6vw;
		font-weight: 500;
	}
	.courseList span{
		height: 0.45vw;
		margin: 4vw 0 3.5vw;
	}
	.courseList p{
		font-size: 3.25vw;
	}
	.courseListColumn2 h4{
		margin-bottom: 2.2vw;
	}
	.courseListColumn3 h4{
		font-size: 4.6vw;
	}
	.courseListColumn1 h4{
		font-size: 3.4vw;
		line-height: 2;
	}
	.courseListWrap hgroup{
		margin: 18vw 0 7vw;
	}
	.courseListWrap hgroup h2{
		padding: 1.65vw 7.70vw;
		font-size: 4.18vw;
		margin-bottom: 1.5vw;
	}
	.courseListWrap hgroup h3{
		margin-top: 3.3vw;
		font-size: 3.19vw;
		font-weight: 500;
	}
}


/* case */

.caseWrap{
	padding: 1vw 3.25vw;
}
.caseInner{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	gap: 3.13vw;
}
.caseWrap h1{
	flex: 0 0 auto;
	writing-mode: vertical-rl;
	color: var(--base);
	font-size: 3.8vw;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.35em;
}
.caseList{
	flex: 1 1 auto;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1.25vw;
}
.caseList article{
	background: var(--ink2);
	box-shadow: 0 0.21vw 0.9vw rgba(0,0,0,0.08);
}
.caseList article img{
	display: block;
	aspect-ratio: 768 / 514;
	object-fit: cover;
}
.caseList article div{
	padding: 2.75vw 3.9vw 3vw 4.1vw;
}
.caseList article h2{
	color: var(--base);
	font-size: 1.85vw;
	font-weight: 800;
	line-height: 1.75;
	letter-spacing: 0.04em;
	margin-bottom: 1vw;
}
.caseList article p{
	color: var(--ink);
	font-size: 1.35vw;
	line-height: 1.9;
	letter-spacing: 0.04em;
}
.caseTags{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5vw;
	padding: 1.7vw 0 2.25vw;
}
.caseTags li{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 7.75vw;
	height: 2vw;
	padding: 1vw 1.25vw 1.25vw;
	border-radius: 999px;
	background: #88a8c2;
	color: var(--ink2);
	font-size: 1.25vw;
	line-height: 1;
	letter-spacing: 0.05em;
}
.caseList article h3{
	color: var(--ink);
	font-size: 1.4vw;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: right;
}
.afterCaseBg{
	margin-top: 3.75vw;
}
.afterCaseBg_PC{
	display: block;
}
.afterCaseBg_SP{
	display: none;
}
@media screen and (min-width: 1051px){
	.caseWrap{
		padding: 0.66rem 2.14rem;
	}
	.caseInner{
		gap: 2.06rem;
	}
	.caseWrap h1{
		font-size: 2.50rem;
	}
	.caseList{
		gap: 0.82rem;
	}
	.caseList article{
		box-shadow: 0 0.14rem 0.60rem rgba(0,0,0,0.08);
	}
	.caseList article div{
		padding: 1.80rem 2.56rem 1.97rem 2.69rem;
	}
	.caseList article h2{
		font-size: 1.22rem;
		margin-bottom: 0.66rem;
	}
	.caseList article p{
		font-size: 0.88rem;
	}
	.caseTags{
		gap: 0.32rem;
		padding: 1.11rem 0 1.48rem;
	}
	.caseTags li{
		min-width: 5.09rem;
		height: 1.31rem;
		padding: 0.66rem 0.82rem 0.82rem;
		font-size: 0.82rem;
	}
	.caseList article h3{
		font-size: 0.92rem;
	}
	.afterCaseBg{
		margin-top: 2.46rem;
	}
}
@media screen and (max-width: 768px){
	.caseWrap{
		padding: 0 4vw 0;
	}
	.caseInner{
		flex-direction: column;
		align-items: center;
		gap: 6vw;
	}
	.caseWrap h1{
		writing-mode: inherit;
		text-align: center;
		margin: 0 auto 8.5vw;
		font-size: 6.5vw;
		letter-spacing: 0.2em;
		padding: 0 3vw 2vw 3.5vw;
		border-bottom: 0.6vw solid var(--base);
	}
	.caseList{
		grid-template-columns: 1fr;
		gap: 5vw;
	}
	.caseList article{
		box-shadow: 0 1vw 3vw rgba(0,0,0,0.1);
	}
	.caseList article img{
		width: 100%;
	}
	.caseList article div{
		padding: 6vw 8vw 8vw;
	}
	.caseList article h2{
		font-size: 4.2vw;
		line-height: 1.8;
		margin-bottom: 2vw;
	}
	.caseList article p{
		font-size: 3.1vw;
		line-height: 2;
	}
	.caseTags{
		gap: 1.5vw;
		padding: 4.5vw 0 5.5vw;
	}
	.caseTags li{
		min-width: 18vw;
		height: 6vw;
		padding: 0 3vw;
		font-size: 2.7vw;
		font-weight: 500;
	}
	.caseList article h3{
		font-size: 3.4vw;
		font-weight: 700;
	}
	.afterCaseBg{
		margin-top: 9vw;
	}
	.afterCaseBg_PC{
		display: none;
	}
	.afterCaseBg_SP{
		display: block;
	}
}


/* contact */

.contactWrap{
	padding: 8vw 3vw 10vw;
	background: var(--soft);
	width: 100%;
}
.contactInner{
	width: 85%;
	max-width: 1160px;
	padding: 0.5vw 9vw 4vw;
	margin: 0 auto;
	background-color: #fff;
}
.contactWrap h1{
	color: var(--base);
	font-size: 2.75vw;
	font-weight: 800;
	text-align: center;
	line-height: 2.5;
	letter-spacing: 0.04em;
	padding: 0 0 5vw;
}
@media screen and (min-width: 1051px){
	.contactWrap{
		padding: 5.25rem 1.97rem 6.56rem;
	}
	.contactInner{
		padding: 0.32rem 5.91rem 2.54rem;
	}
	.contactWrap h1{
		font-size: 1.80rem;
		padding: 0 0 3.28rem;
	}
}
@media screen and (max-width: 768px){
	.contactWrap{
		padding: 14vw 3vw 18vw;
	}
	.contactInner{
		width: 100%;
		padding: 2vw 5vw 10vw;
	}
	.contactWrap h1{
		font-size: 5vw;
		padding: 0 0 7vw;
	}
}


/* footer */

footer{
	padding: 10vw 0 4.6vw;
}
.footerInnerTop{
	width: 80vw;
	margin: 0 auto;
}
.footerAdress{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 8.8vw;
	margin-bottom: 5.4vw;
}
.footerAdress address{
	font-style: normal;
	color: var(--base);
	font-size: 1.55vw;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.08em;
}
.footerAdress p{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 35vw;
	min-height: 10.4vw;
	padding: 0 4vw;
	background: var(--pale);
	color: var(--base);
}
.footerAdress p span:first-child{
	font-size: 1.4vw;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
.footerAdress p span:last-child{
	color: var(--bright);
	margin-top: 0.25vw;
	font-size: 3.2vw;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.08em;
}
.footerBtn{
	display: flex;
	justify-content: center;
	gap: 1vw;
}
.footerBtn a{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 16vw;
	padding: 1.25vw 1.5vw;
	color: var(--ink2);
	font-size: 1.4vw;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	text-decoration: none;
}
.footerBtn a::before{
	content: "";
	display: block;
	width: 2.5vw;
	height: 2.5vw;
	margin-bottom: 0.7vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.footerBtn .btnDL{
	background: var(--base);
}
.footerBtn .btnDL::before{
	background-image: url("../img/icoFile.webp");
}
.footerBtn .btnCT{
	background: var(--sub);
}
.footerBtn .btnCT::before{
	background-image: url("../img/icoMail.webp");
}
.footerInnerBottom{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8.6vw;
	width: 80vw;
	margin: 7vw auto 0;
	padding: 5.8vw 0 0;
	border-top: 0.08vw solid rgba(0,52,91,0.45);
}
.footerInnerBottom img{
	flex: 0 0 auto;
	width: 21vw;
}
.footerInnerBottom table{
	border-collapse: collapse;
	color: var(--ink);
}
.footerInnerBottom th,
.footerInnerBottom td{
	vertical-align: top;
	line-height: 2.1;
	letter-spacing: 0.03em;
	text-align: left;
}
.footerInnerBottom th{
	font-size: 1.35vw;
	width: 7.9vw;
	padding: 0 4.5vw 0 0;
	font-weight: 800;
	white-space: nowrap;
}
.footerInnerBottom td{
	font-size: 1.3vw;
	padding: 0 0 0.75vw;
}
.footerInnerBottom td span{
	font-size: 0.72em;
}
footer > p{
	margin: 6.5vw 0 0;
	font-size: 1.06vw;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.08em;
	text-align: center;
}
@media screen and (min-width: 1051px){
	footer{
		padding: 6.56rem 0 3.02rem;
	}
	.footerInnerTop{
		width: 52.50rem;
	}
	.footerAdress{
		gap: 5.78rem;
		margin-bottom: 3.54rem;
	}
	.footerAdress address{
		font-size: 1.02rem;
	}
	.footerAdress p{
		width: 22.97rem;
		min-height: 6.83rem;
		padding: 0 2.63rem;
	}
	.footerAdress p span:first-child{
		font-size: 0.92rem;
	}
	.footerAdress p span:last-child{
		margin-top: 0.17rem;
		font-size: 2.10rem;
	}
	.footerBtn{
		gap: 0.66rem;
	}
	.footerBtn a{
		width: 10.50rem;
		padding: 0.82rem 0.99rem;
		font-size: 0.92rem;
	}
	.footerBtn a::before{
		width: 1.65rem;
		height: 1.65rem;
		margin-bottom: 0.46rem;
	}
	.footerInnerBottom{
		gap: 5.64rem;
		width: 52.50rem;
		margin: 4.59rem auto 0;
		padding: 3.81rem 0 0;
		border-top: 0.05rem solid rgba(0,52,91,0.45);
	}
	.footerInnerBottom img{
		width: 13.78rem;
	}
	.footerInnerBottom th{
		font-size: 0.88rem;
		width: 5.18rem;
		padding: 0 2.96rem 0 0;
	}
	.footerInnerBottom td{
		font-size: 0.86rem;
		padding: 0 0 0.49rem;
	}
	footer > p{
		margin: 4.27rem 0 0;
		font-size: 0.69rem;
	}
}
@media screen and (max-width: 768px){
	footer{
		padding: 14vw 0 8vw;
	}
	.footerInnerTop{
		width: 90vw;
	}
	.footerAdress{
		flex-direction: column;
		align-items: center;
		gap: 6vw;
		margin-bottom: 10vw;
	}
	.footerAdress address{
		font-size: 3.7vw;
		line-height: 2;
	}
	.footerAdress p{
		width: 80%;
		min-height: auto;
		padding: 5vw 4vw;
		align-items: center;
		text-align: center;
	}
	.footerAdress p span:first-child{
		font-size: 3.2vw;
	}
	.footerAdress p span:last-child{
		font-size: 7vw;
		margin-top: 1vw;
	}
	.footerBtn{
		gap: 1.5vw;
	}
	.footerBtn a{
		width: 42vw;
		padding: 4.1vw 2vw 4.25vw;
		font-size: 3.4vw;
	}
	.footerBtn a::before{
		width: 5.25vw;
		height: 5.25vw;
		margin-bottom: 2vw;
	}
	.footerInnerBottom{
		flex-direction: column;
		align-items: center;
		gap: 9vw;
		width: 90vw;
		margin: 10vw auto 0;
		padding: 8vw 2vw 5vw;
	}
	.footerInnerBottom table{
		order: 1;
		width: 100%;
	}
	.footerInnerBottom th{
		font-size: 3.2vw;
		width: 22vw;
		padding-right: 4vw;
	}
	.footerInnerBottom td{
		font-size: 3vw;
		padding-bottom: 2vw;
		font-weight: 500;
	}
	.footerInnerBottom td span{
		font-size: 2.4vw;
	}
	.footerInnerBottom img{
		order: 2;
		width: 45vw;
	}
	footer > p{
		margin-top: 8vw;
		font-size: 2.5vw;
	}
}