@charset "utf-8";

/*
 practice.css
*/
/*--------------------------------------------------
  = practice_Bnr
--------------------------------------------------*/
.practice_Bnr {
	position: relative;
	display: flex;
	justify-content: space-between;
	background: #fcfbfb;
	text-align: left;
	border: solid 1px #cdced7;
	color: #0d0d0d;
	border-radius: 1em;
}
.practice_Bnr span {
	display: block;
}
.practice_Bnr_Title {
	font-weight: 600;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	align-self: center;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.practice_Bnr {
		padding: 1.6rem 1rem 1.6rem 3rem;
		outline-offset: -.4rem;
		font-size: 1.8rem;
	}
	.practice_Bnr::before {
		right: 4.5rem;
		height: calc(100% - 4.2rem);
	}
	.practice_Bnr::after {
		right: 1.9rem;
		width: 1.1rem;
		height: 1.3rem;
	}
	/* practice_BnrUnits */
	.practice_BnrUnits .practice_Bnr + .practice_Bnr {
		margin-top: 2rem;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.practice_Bnr {
		padding: 1rem 3rem 1rem 2rem;
		outline-offset: -.3rem;
		line-height: 1.324;
		display: block;
	} 
	.practice_Bnr::before {
		right: 2.8rem;
		height: calc(100% - 1.8rem);
	}
	.practice_Bnr::after {
		right: 1.1rem;
		width: .8rem;
		height: .9rem;
	}
	.practice_Bnr_Title {
		text-align: center;
		font-size: 1.385rem;
		line-height: 2;
}
}

/*--------------------------------------------------
  = practice_btn
--------------------------------------------------*/
.practice_btn,
.practice_btn span {
	display: block;
	border-radius: 2em;
}
.practice_btn {
	background: #e5e5e5;
	cursor: pointer;
}
.practice_btn span {
	position: relative;
	background: #fff;
	border: 1px solid;
	color: #0d0d0d;
	transition: .2s;
	text-align: center;
}
.practice_btn span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: .2s;
}
.practice_btn:not(.__targetIco) span::after {
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.practice_btn.__under:not(.__targetIco) span::after {
    transform: translateY(-50%) rotate(90deg);
}
.practice_btn.__targetIco span::after {
	background: url(../img/shared/icon_target_bl.png) no-repeat center/100%;
}
/* practice_btnUnits */
.practice_btnUnits {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
/* color ---- navy */
.practice_btn.__navy span {
	border-color: #737baa;
}
.practice_btn.__navy span::after {
	background: #293165;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.practice_btn {
		padding-bottom: .2rem;
	}
	.practice_btn span {
		padding: 1rem 4rem 1rem 3rem;
	}
	.practice_btn:not(.__targetIco) span::after {
		right: 1.6rem;
		width: .9rem;
		height: 1rem;
	}
	.practice_btn.__targetIco span::after {
		right: 1.9rem;
		width: 1.6rem;
		height: 1.3rem;
	}
	/* practice_btnUnits */
	.practice_btnUnits {
		align-items: flex-start;
	}
	/* practice_btnUnits --- col */
	.practice_btnUnits.__col .practice_btn {
		min-width: 12rem;
	}
	.practice_btnUnits.__col .practice_btn:not(:nth-child(4n)) {
		margin-right: 1.9rem;
	}
	/* practice_btnUnits --- right */
	.practice_btnUnits.__right {
		justify-content: flex-end;
	}
	/* hover */
	.practice_btn:hover span {
		color: #fff;
	}
	.practice_btn.__navy:hover span {
		border-color: #293165;
		background: #293165;
	}
	.practice_btn:not(.__targetIco):hover span::after {
		background: #fff;
	}
	.practice_btn.__targetIco:hover span::after {
		background: url(../img/shared/icon_target_wh.png) no-repeat center/100%;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.practice_btn {
		padding-bottom: .1rem;
	}
	.practice_btn span {
		padding: .7rem 2rem .7rem 1rem;
		line-height: 1.5;
	}
	.practice_btn:not(.__targetIco) span::after {
		right: 1.5rem;
		width: .6rem;
		height: .7rem;
	}
	.practice_btn.__targetIco span::after {
		right: 1.3rem;
		width: 1.2rem;
		height: 1rem;
	}
	/* practice_btnUnits */
	.practice_btnUnits {
		margin-top: 0.5em;
		justify-content: space-evenly;
	}
	/* practice_btnUnits --- col */
	.practice_btnUnits.__col .practice_btn {
		width: calc(100% / 3 - .45rem);
	}
}




/*--------------------------------------------------
  = relationLink
--------------------------------------------------*/
.relationLink {
    border: 1px solid #838ab9;
    margin-top: 3em;
    margin-bottom: 6em;
    padding: 1em;
    justify-items: center;
}
.relationLinkTitle {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    line-height: 1.538;
    font-size: 2.2rem;
	margin-bottom: 0.55em;
}



.relationLink_target {
	display: block;
}
.relationLink_target span {
	position: relative;
}
.relationLink_target span::before,
.relationLink_target span::after {
	content: "";
	display: block;
	position: absolute;
}
.relationLink_target span::before {
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.relationLink_target span::after {
	background: no-repeat center/100%;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.relationLink_target {
		padding: 0 2.4rem 0 2.8rem;
		line-height: 1.9;
	}
	.relationLink_target span {
		padding: 0 1.75rem 0 2rem;
	}
	.relationLink_target span::before {
		top: calc(50% - .6rem);
		left: 0;
		width: .9rem;
		height: 1rem;
		background: #4c558e;
	}
	/* hover */
	.relationLink_target:hover {
		text-decoration: underline;
	}
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (max-width: 900px) and (min-width: 768px) {
	.relationLink_target {
		padding-left: 1.8rem;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.relationLinkTitle {
		line-height: 1.389;
		font-size: 1.8rem;
		text-align: center;
	}
	.relationLinkTitle span {
		white-space: nowrap;
	}
	.relationLink_target {
		line-height: 1.2;
	}
	.relationLink_target + .relationLink_target {
		margin-top: 1.5rem;
	}
	.relationLink_target span {
		padding: 0 1.7rem 0 1.6rem;
	}
	.relationLink_target span::before {
		top: calc(50% - .4rem);
		left: 0;
		width: .7rem;
		height: .8rem;
		background: #4c558e;
	}
}


.column_item_youtube {
	place-content: center;
	background: #282828;
}
.card_body_youtube {
	display: flex;
}
.card_body_youtube ifame {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}





.subTitle-01 {
	position:relative;
	padding:.35em 0;
	margin-bottom: .5em;
	font-size: 1.15em;
	font-weight: 600;
	display: inline-block;
}

.subTitle-01:after{
	--stripe-color:#bfc3da; /*ストライプの色 */
	position:absolute;
	content: "";
	width: 100%;
	height: 5px;
	bottom:0;
	left:0;
	background: -webkit-linear-gradient(top left, transparent 25%, var(--stripe-color) 25%, var(--stripe-color) 50%, transparent 50%, transparent 75%, var(--stripe-color) 75%, var(--stripe-color));
	background: -o-linear-gradient(top left, transparent 25%, var(--stripe-color) 25%, var(--stripe-color) 50%, transparent 50%, transparent 75%, var(--stripe-color) 75%, var(--stripe-color));
	background: linear-gradient(to bottom right, transparent 25%, var(--stripe-color) 25%, var(--stripe-color) 50%, transparent 50%, transparent 75%, var(--stripe-color) 75%, var(--stripe-color));
	background-size: 4px 4px;
}

.subTitle-02 {
	padding:.35em 0;
	margin-bottom: .5em;
	font-size: 1.15em;
	font-weight: 600;
}