@charset "UTF-8";

img {
	max-width: 100%;
	height: auto;
}

@media print, screen and (min-width: 751px) {
	.f_navi {
		display: none;
	}
}
@media print, screen and (max-width: 750px) {
	.f_navi {
		display: flex !important;
	}
}

.pageArea {
	position: relative;
}
.pageArea::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/campaign/20260401/bg.jpg) repeat-y 50% 50%;
	background-size: 100vw auto;
}
.pageArea > * {
	position: relative;
}
@media screen and (max-aspect-ratio: 1280/1646) {
	.pageArea::before {
		background-size: auto 100vh;
	}
}

.mainvisual {
	position: relative;
	background: url(../img/campaign/20260401/kv_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
}
.mainvisual::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 137px;
	max-height: 10.6vw;
	background: linear-gradient(to right, #017dc2 50%, #16207e 50%);
}
.mainvisual img {
	position: relative;
}

.frame {
	max-width: 904px;
	padding: 0 20px;
	margin: 0 auto;
}
@media print, screen and (max-width: 750px) {
	.frame {
		padding: 0 16px;
	}
}

.lead {
	position: relative;
	margin-bottom: 40px;
	background: url(../img/campaign/20260401/lead_bg_01.png) no-repeat 0 0, url(../img/campaign/20260401/lead_bg_02.png) no-repeat 100% 100%;
	text-align: center;
}
@media print, screen and (max-width: 750px) {
	.lead {
		margin-bottom: 45px;
		background-size: 70% auto, 70% auto;
		padding: 5% 5% 0;
	}
}

.item {
	position: relative;
	border-radius: 8px;
	background: linear-gradient(to right, #017dc2 0%, #16207e 100%);
	padding: 16px;
}
.item + .item {
	margin-top: 60px;
}
.item h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: -32px;
	margin: 0 auto;
	width: 473px;
	max-width: 95%;
	height: 97px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background: url(../img/campaign/20260401/item_title_bg.png) no-repeat 50% 50%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.item h2 strong {
	font-size: 72px;
}
.item .inner {
	border: 2px solid #ffb76f;
	border-radius: 8px;
	background: url(../img/campaign/20260401/item_bg.png) no-repeat 100% 24px #fff;
	display: flex;
	align-items: center;
	padding: 70px 30px 30px;
}
.item .textArea {
	text-align: center;
}
.item .spImg {
	display: none;
}
.item .btn01 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 92.5%;
	height: 64px;
	border-radius: 32px;
	margin: 24px auto 0;
	background-color: #e80012;
	box-shadow: 6px 6px 12px rgba(0,0,0,0.25), 6px 6px 12px #ff7c87 inset;
	color: #fff;
}
.item .btn01::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}
.item .btn01 small {
	font-size: 14px;
}
.item .btn01 span {
	font-size: 20px;
	font-weight: bold;
}
.item .btn01.apply {
	flex-direction: row;
	align-items: center;
	gap: 5px;
	line-height: 1.3;
}
.item .btn01.apply strong {
	font-size: 48px;
	padding-bottom: 5px;
}
.item .btn01.apply span {
	text-align: left;
	font-size: 16px;
}
.item .btn01.disabled {
	background-color: #bbb;
	box-shadow: none;
}
.item .p-iw__errorText {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
.item .text {
	margin: 16px 0 8px;
	font-size: 14px;
	font-weight: bold;
}
@media print, screen and (max-width: 750px) {
	.item h2 {
		top: -6vw;
		width: 74vw;
		height: 21vw;
		gap: 1vw;
		background-size: 100% 100%;
		font-size: 4.5vw;
	}
	.item h2 strong {
		font-size: 13vw;
		padding-bottom: 2vw;
	}
	.item .inner {
		flex-direction: column;
		gap: 8vw;
		background: url(../img/campaign/20260401/item_bg_sp.png) no-repeat 50% 60vw #fff;
		background-size: 100% auto;
		padding: 15vw 5vw 4vw;
	}
	.item .spImg {
		margin-top: 5vw;
		display: block;
	}
	.item .btn01 {
		width: 100%;
		max-width: 350px;
	}
	.item .img {
		display: none;
	}
}
@media print, screen and (max-width: 375px) {
	.item .btn01 {
		height: 16vw;
	}
	.item .btn01 small {
		font-size: 3vw;
	}
	.item .btn01 span {
		font-size: 4.5vw;
	}
	.item .btn01.apply strong {
		font-size: 11vw;
		padding-bottom: 1vw;
	}
	.item .btn01.apply span {
		font-size: 4vw;
	}
	.item .text {
		font-size: 13px;
	}
}

.flowArea {
	position: relative;
	margin: 65px 0 72px;
}
.flowArea .img01 {
	margin-bottom: 58px;
	text-align: center;
}
.flowArea .img02 {
	position: absolute;
	top: 473px;
	left: calc(50% + 332px);
	z-index: 10;
}
.flowArea .flow {
	position: relative;
	background: linear-gradient(to right, #0277bd 0%, #16207e 100%);
	padding-bottom: 72px;
}
.flowArea .flow:has(.note) {
	padding-bottom: 45px;
}
.flowArea .flow::before {
	content: '';
	position: absolute;
	top: -249px;
	left: 0;
	right: 0;
	height: 250px;
	background: url(../img/campaign/20260401/flow_bg.png) no-repeat 50% 50%;
	background-size: 100% 100%;
}
.flowArea h2 {
	margin-bottom: 40px;
	text-align: center;
}
.flowArea .note {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	color: #fff;
	font-size: 16px;
}
.flowArea .note h3 {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: bold;
}
@media print, screen and (max-width: 1200px) {
	.flowArea .img02 {
		margin-top: 39.7%;
		top: 0;
		left: 78%;
		width: 20%;
	}
}
@media print, screen and (max-width: 750px) {
	.flowArea {
		margin: 10vw 0;
	}
	.flowArea .img01 {
		margin-bottom: 0;
	}
	.flowArea .img02 {
		display: none;
	}
	.flowArea .flow {
		background: linear-gradient(to right, #0277bd 0%, #0f3d93 100%);
		padding-bottom: 40px;
	}
	.flowArea .flow:has(.note) {
		padding-bottom: 40px;
	}
	.flowArea .flow::before {
		display: none;
	}
	.flowArea h2 img {
		width: 188px;
	}
	.flowArea .note {
		margin-top: 32px;
		flex-direction: column;
		gap: 16px;
		font-size: 14px;
		text-align: center;
	}
	.flowArea .note h3 {
		margin-bottom: 10px;
		font-size: 24px;
	}
}

.flowList {
	display: flex;
	justify-content: space-between;
}
.flowList > li {
	position: relative;
	width: 31.5%;
	display: flex;
	flex-direction: column;
}
.flowList.col2 > li {
	width: 48%;
}
.flowList > li + li::before {
	content: '';
	position: absolute;
	left: -24px;
	bottom: 100px;
	width: 48px;
	height: 48px;
	background: url(../img/campaign/20260401/flow_arrow.png) no-repeat 100% 50%;
}
.flowList .step {
	position: relative;
	border-radius: 8px 8px 0 0;
	background-color: #E50012;
	padding: 10px 0 5px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.flowList .step::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 0;
	border-radius: 8px 8px 0 0;
	border: 1px solid #FFB76F;
	border-bottom: none;
}
.flowList .step strong {
	font-size: 28px;
}
.flowList .body {
	flex-grow: 1;
	border-radius: 0 0 8px 8px;
	background-color: #fff;
	padding: 25px 15px 15px;
	text-align: center;
	font-size: 14px;
}
.flowList h3 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}
.flowList.col2 h3 {
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.flowList.col2 h3 img {
	width: auto;
	height: 50px;
}
.flowList .img {
	margin-top: 20px;
	padding: 10px;
}
.flowList li:has(.btn) .img {
	margin-top: 0;
}
.flowList.col2 .btn {
	margin-top: 10px;
}
@media screen and (min-width: 751px) {
	.flowList.col2 .img {
		display: none;
	}
}
@media print, screen and (max-width: 750px) {
	.flowList {
		flex-direction: column;
		align-items: center;
		gap: 32px;
	}
	.flowList > li {
		width: 100%;
		max-width: 450px;
	}
	.flowList.col2 > li {
		width: 100%;
	}
	.flowList > li + li::before {
		z-index: 10;
		top: -55px;
		left: 0;
		right: 0;
		bottom: auto;
		margin: 0 auto;
		transform: rotate(90deg);
	}
	.flowList .body {
		padding: 25px 15px 10px;
	}
	.flowList .body:has(.btn) {
		padding-bottom: 25px;
	}
	.flowList.col2 h3 img {
		display: none;
	}
	.flowList .img {
		margin-top: 0;
	}
}

.toggleArea {
	margin: 40px 0;
	background: linear-gradient(to right, #017dc2 0%, #16207e 100%);
	border-radius: 16px;
	padding: 4px;
}
.toggleArea:last-child {
	margin-bottom: 120px;
}
.toggleArea h2 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 96px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.toggleArea h2::before,
.toggleArea h2::after {
	content: '';
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	width: 28px;
	height: 4px;
	margin: auto 0;
	background-color: #fff;
}
.toggleArea h2::after {
	transform: rotate(90deg);
}
.toggleArea.is-open h2::after {
	display: none;
}
.toggleArea h2 small {
	font-size: 14px;
}
.toggleArea h2 small strong {
	font-size: 24px;
}
.toggleArea .body {
	border-radius: 0 0 12px 12px;
	background-color: #fff;
	padding: 40px 36px 36px;
	font-size: 14px;
}
.toggleArea h3 {
	margin: 0 0 24px;
	text-align: center;
	font-size: 24px;
}
.toggleArea h3:first-child {
	margin-top: 0;
}
.toggleArea h4 {
	margin: 24px 0 8px;
	display: inline-block;
	background: linear-gradient(to right, #017dc2 0%, #16207e 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
}
.toggleArea .course {
	margin-top: 8px;
	font-weight: bold;
}
.toggleArea .course > li + li {
	margin-top: 8px;
}
.toggleArea .course small {
	font-size: 12px;
	font-weight: normal;
}
.toggleArea h5 {
	margin: 20px 0 10px;
}
.toggleArea ol > li {
  margin-bottom: 5px;
	font-weight: bold;
}
.toggleArea ol .label {
  float: left;
  width: 4.5em;
}
.toggleArea ol .text {
  overflow: hidden;
}
.toggleArea .dotList li {
	position: relative;
	padding-left: 1em;
	font-weight: bold;
}
.toggleArea .dotList li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
.toggleArea .p-iw__tel {
	margin-bottom: 20px;
	color: inherit;
	font-size: 20px;
	font-weight: bold;
}
.toggleArea .p-iw__tel a strong {
	display: inline-block;
	background: linear-gradient(to right, #017dc2 0%, #16207e 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 48px;
	font-weight: bold;
}
.toggleArea .p-iw__tel strong {
	font-family: inherit;
}
.toggleArea dl {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	font-weight: bold;
}
.toggleArea dl + dl {
	margin-top: 0;
}
.toggleArea small {
	display: block;
	font-size: 80%;
}
@media print, screen and (max-width: 750px) {
	.toggleArea {
		margin: 30px 0;
	}
	.toggleArea:last-child {
		margin-bottom: 60px;
	}
	.toggleArea h2 {
		font-size: 24px;
	}
	.toggleArea h2::before,
	.toggleArea h2::after {
		right: 15px;
		width: 20px;
		height: 2px;
	}
	.toggleArea .body {
		padding: 40px 16px 36px;
		font-size: 14px;
	}
	.toggleArea h3 {
		margin: 25px 0 10px;
		font-size: 22px;
	}
	.toggleArea h4 {
		margin: 20px 0 5px;
		font-size: 18px;
	}
	.toggleArea h5 {
		margin: 10px 0 5px;
	}
	.toggleArea ol > li {
		margin-bottom: 0;
	}
	.toggleArea ol .label {
		font-size: 14px;
	}
	.toggleArea ol .text {
		font-size: 14px;
	}
	.toggleArea .p-iw__tel {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.toggleArea .p-iw__tel a strong {
		font-size: 40px;
	}
	.toggleArea dl {
		margin-top: 25px;
		display: block;
		text-align: left;
	}
}
@media print, screen and (max-width: 350px) {
	.toggleArea .p-iw__tel {
		font-size: 16px;
	}
	.toggleArea .p-iw__tel a strong {
		font-size: 36px;
	}
}

.noteList {
	font-size: 12px;
}
.noteList li {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: normal;
}

.stepList {
	display: flex;
	margin: 0 -16px;
}
.stepList > li {
	position: relative;
	width: 33.33%;
	padding: 0 16px;
	font-weight: normal !important;
}
.stepList > li + li {
	border-left: 1px solid #ccc;
}
.stepList > li + li::before {
	content: '';
	position: absolute;
	top: 145px;
	left: -28px;
	width: 48px;
	height: 48px;
	background: url(../img/campaign/20260401/flow_arrow.png) no-repeat 100% 50%;
}
.stepList .img {
	margin-bottom: 16px;
	text-align: center;
}
.stepList .step {
	margin: 0 auto 8px;
	width: 64px;
	height: 22px;
	border-radius: 2px;
	background-color: #e50112;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
}
.stepList .step strong {
	font-size: 16px;
	vertical-align: -1px;
}
.stepList h3 {
	margin: 0 0 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
@media print, screen and (max-width: 750px) {
	.stepList {
		flex-direction: column;
		margin: 0;
	}
	.stepList > li {
		width: 100%;
		display: flex;
		gap: 10px;
		padding: 0;
		font-size: 14px;
		font-weight: normal;
	}
	.stepList > li + li {
		margin-top: 16px;
		border-top: 1px solid #ccc;
		border-left: none;
		padding-top: 16px;
	}
	.stepList > li + li::before {
		display: none;
	}
	.stepList .img {
		width: 40.5%;
		flex-shrink: 0;
		margin-bottom: 0;
	}
	.stepList h3 {
		font-size: 18px;
	}
}

.btnArea {
	margin-top: 25px;
	text-align: center;
}
.btnArea a {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	width: 511px;
	max-width: 100%;
	height: 64px;
	border-radius: 32px;
	background-color: #e80012;
	box-shadow: 6px 6px 12px rgba(0,0,0,0.25), 6px 6px 12px #ff7c87 inset;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.btnArea a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}

.faq {
}
.faq > li {
	padding: 8px 0;
}
.faq > li + li {
	border-top: 1px solid #ccc;
}
.faq .question {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 30px 8px 0;
	font-size: 14px;
	font-weight: bold;
}
.faq .question::before,
.faq .question::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 18px;
	height: 2px;
	margin: auto 0;
	background-color: #000;
}
.faq .question::after {
	transform: rotate(90deg);
}
.faq .is-open .question::after {
	display: none;
}
.faq .question > span {
	flex-shrink: 0;
}
.faq .answer {
	position: relative;
	font-size: 14px;
	font-weight: bold;
}
.faq .answer::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 32px;
	height: 32px;
	background: url(../img/campaign/20260401/faq_a.png) no-repeat 0 0;
}
.faq .answer > div {
	padding: 14px 0 14px 48px;
}

.m_footerNote {
	margin: 40px 0 -40px;
	background-color: #fff;
	padding: 12px 10px 12px 24px;
}

.f_footer {
	margin-top: 40px;
	background-color: #fff;
}
