@charset "UTF-8";

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.pbNested {
	clear: none;
	overflow: visible;
	min-width: 10px;
}

/*  img
------------------------------------------------*/

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


/*========================================================================

  elearning-step_title

========================================================================*/

.p_elearning-step_title h3 {
	font-family: 'Noto Sans JP','メイリオ',Meiryo, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 8px;
	border-left: none;
	border-bottom: 1px dashed #1c2187;
	text-align: center;
	line-height: 1.4;
	padding: 7px 10px;
	margin: 0;
}

/*========================================================================

  elearning-step

========================================================================*/

.p_elearning-step:not(:first-child) {
  margin-top: 45px;
}
.p_elearning-step {
  padding: 0 10px;
  font-family: 'Noto Sans JP','メイリオ',Meiryo, sans-serif;
}
.p_elearning-step > div {
  display: flex;
  justify-content: space-between;
}
.p_elearning-step > div:after {
  display: none;
}
.p_elearning-step .orange-box {
	display: flex;
	width: 7%;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.p_elearning-step .orange-box > div:not(.pb-handle) {
	min-height: 240px;
	writing-mode: vertical-rl;
	font-size: 18px;
	color: #ff6701;
	letter-spacing: 0.1em;
	border: 2px solid #ff6701;
	padding: 9px;
	background-color: #fff7f2;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	text-orientation: upright;
	width: 100%;
}
.p_elearning-step .arrow > div:not(.pb-handle) {
	position: relative;
	height: 100%;
}
.p_elearning-step .arrow:not(:first-child) > div:not(.pb-handle):before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: #ff6701;
	clip-path: polygon(0 21.2%, 38.5% 21.2%, 38.5% 0, 100% 50%, 38.5% 100%, 38.5% 78.8%, 0 78.8%);
	left: -32px;
}

@media screen and (max-width: 767px) {
	.p_elearning-step:not(:first-child) {
	  margin-top: 28px;
	}
	.p_elearning-step {
		padding: 0;
		font-family: 'Noto Sans JP','メイリオ',Meiryo, sans-serif;
	}
	.p_elearning-step > div {
		flex-direction: column;
		gap: 45px;
	}
	.p_elearning-step .orange-box {
		width: 100%;
	}
	.p_elearning-step .orange-box > div:not(.pb-handle) {
		width: auto;
		min-height: auto;
		min-width: 200px;
		writing-mode: initial;
		font-weight: bold;
	}
	.p_elearning-step .arrow:not(:first-child) > div:not(.pb-handle):before {
		top: -35px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 36px;
		height: 25px;
		clip-path: polygon(0 40%, 22.2% 40%, 22.2% 0, 77.8% 0, 77.8% 40%, 100% 40%, 50% 100%);
	}
}

/*  card
========================================================================*/

.p_elearning-step .card .head-title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 0.04em;
}
.p_elearning-step .card .head-title > div {
	padding: 10px;
}
.p_elearning-step .card .head-title span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.p_elearning-step .card .card-inner > div {
	padding: 20px;
}
.p_elearning-step .card .col-2 > div {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.p_elearning-step .card .col-2 > div:after {
	display: none;
}
.p_elearning-step .card .box {
	width: calc(50% - 10px);
}
.p_elearning-step .card .box > div {
	display: flex;
	flex-direction: column;
}
.p_elearning-step .card .title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
	order: 1;
}
.p_elearning-step .card .title span {
	font-size: 20px;
	position: relative;
	z-index: 0;
	margin-right: 2px;
	vertical-align:baseline;
}
.p_elearning-step .card .title span::before {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 0.9em;
	height: 0.9em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translate(-1px, 1px);
	z-index: -1;
	border-radius: 50%;
}
.p_elearning-step .card .text {
	margin-top: 10px;
	order: 3;
}
.p_elearning-step .card .text > div {
	font-size: 12px;
	padding: 0 5px;
}
.p_elearning-step .card .image {
	order: 2;
}

@media screen and (max-width: 767px) {
	.p_elearning-step .card .head-title {
		font-size: 20px;
	}
	.p_elearning-step .card .head-title > div {
		padding: 10px;
	}
	.p_elearning-step .card .head-title span {
		font-size: 15px;
	}
	.p_elearning-step .card .card-inner > div {
		padding: 20px 15px;
	}
	.p_elearning-step .card .col-2 > div {
		display: flex;
		flex-direction: column;
	}
	.p_elearning-step .card .box {
		width: 100%;
	}
	.p_elearning-step .card .box.sp-reverse .image {
		float: left;
		margin-left: 0;
		margin-right: 14px;
	}
	.p_elearning-step .card .box > div {
		display: block;
	}
	.p_elearning-step .card .title {
		overflow: hidden;
		font-size: 20px;
		letter-spacing: 0.08em;
	}
	.p_elearning-step .card .text {
		margin-top: 0;
		overflow: hidden;
	}
	.p_elearning-step .card .text > div {
		padding: 0;
	}
	.p_elearning-step .card .image {
		margin-top: 0;
		width: calc(50% - 7px);
		float: right;
		overflow: hidden;
		margin-left: 14px;
	}
}

/*  blue
------------------------------------------------*/

.p_elearning-step .card.blue {
  width: 54%;
  background-color: #eeeef7;
}
.p_elearning-step .card.blue .head-title {
  background-color: #1c2187;
}
.p_elearning-step .card.blue .title {
	color: #081163;
}

@media screen and (max-width: 767px) {
	.p_elearning-step .card.blue {
	  width: 100%;
	  background-color: #eeeef7;
	}
}

/*  aqua-blue
------------------------------------------------*/

.p_elearning-step .card.aqua-blue .head-title {
	background-color: #58bad1;
	letter-spacing: 0.02em;
}
.p_elearning-step .card.aqua-blue {
	width: 28%;
	background-color: #e4eef1;
}
.p_elearning-step .card.aqua-blue .title {
	color: #00313d;
}

@media screen and (max-width: 767px) {
	.p_elearning-step .card.aqua-blue {
		width: 100%;
	}
}

/*========================================================================

  buttonset

========================================================================*/

.p_buttonset:not(:first-child) {
	margin-top: 55px;
}
.p_buttonset > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p_buttonset .button {
	margin: 10px;
}
.p_buttonset .button a {
  position: relative;
  display: inline-block;
  width: 276px;
  max-width: 100%;
  padding: 10px 35px 10px 15px;
  background: #fff;
  color: #19168a;
	border: 2px solid #19168a;
  text-align: center;
  text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.p_buttonset .button a::before,
.p_buttonset .button a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 22px;
	width: 10px;
	height: 2px;
	background-color: #19168a;
	transform-origin: calc(100% - 1px) 50%;
	transition: all .3s;
}
.p_buttonset .button a::before {
  transform: rotate(43.9deg);
}
.p_buttonset .button a::after {
  transform: rotate(-43.9deg);
}

@media screen and (max-width: 767px) {
	.p_buttonset:not(:first-child) {
		margin-top: 28px;
	}
	.p_buttonset .button a {
	  padding: 10px 35px 10px 15px;
	}
	.p_buttonset .button {
		margin: 7px;
	}
}

/*  orange
------------------------------------------------*/

.p_buttonset .button.orange a {
  background: #ff6701;
  color: #fff;
	border: 2px solid #ff6701;
}
.p_buttonset .button.orange a::before,
.p_buttonset .button.orange a::after {
	background-color: #fff;
}
