/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */ *, ::before, ::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
	margin: 0
}
main {
	display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none
}
dt {
	font-weight: bold
}
dd {
	margin-left: 0
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit
}
pre {
	font-family: monospace, monospace;
	font-size: inherit
}
address {
	font-style: inherit
}
a {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: inherit
}
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
svg, img, embed, object, iframe {
	vertical-align: bottom
}
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit
}
[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox
}
[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio
}
button, [type=button], [type=reset], [type=submit] {
	cursor: pointer
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
	cursor: default
}
:-moz-focusring {
	outline: auto
}
select:disabled {
	opacity: inherit
}
option {
	padding: 0
}
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0
}
legend {
	padding: 0
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
label[for] {
	cursor: pointer
}
details {
	display: block
}
summary {
	display: list-item
}
[contenteditable]:focus {
	outline: auto
}
table {
	border-color: inherit;
	border-collapse: collapse
}
caption {
	text-align: left
}
td, th {
	vertical-align: top;
	padding: 0
}
th {
	text-align: left;
	font-weight: bold
}
html, body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.3333333333vw;
	line-height: 1.538;
	font-weight: 400;
	color: #4f4f4f
}
img {
	width: 100%;
	height: auto
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 500
}
header.page-header, main, footer.page-footer {
	max-width: 1280px;
	margin: 0 auto
}
header.page-header {
	position: fixed;
	z-index: 15;
	left: 50%;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 13.5897435897vw;
	padding: 0 3.0769230769vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	-webkit-box-shadow: 0 .5128205128vw 0 rgba(0, 0, 0, .15);
	box-shadow: 0 .5128205128vw 0 rgba(0, 0, 0, .15)
}
header.page-header .header-logo {
	width: 29vw;
}
header.page-header .header-btn {
	position: relative;
	width: 45.57vw;
}
header.page-header .header-btn span {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 1.25em;
	color: #fff;
	font-size: 4.358974359vw;
	font-weight: 500;
	text-align: center;
	letter-spacing: .4em;
	line-height: 1.65;
	-webkit-filter: drop-shadow(0px 0.2564102564vw 0.2564102564vw rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0px 0.2564102564vw 0.2564102564vw rgba(0, 0, 0, 0.1))
}
footer {
	padding: 3.0769230769vw 0 6.1538461538vw
}
.footer-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 2.5641025641vw;
	font-size: 3.0769230769vw
}
.footer-info p {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 .5em 0 0;
	white-space: nowrap
}
.footer-info ul {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
.footer-info ul li {
	position: relative;
	padding: .5em 1em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 700
}
.footer-info ul li::after {
	content: "";
	position: absolute;
	right: 0;
	height: 1em;
	border-right: 1px solid #000
}
.footer-info ul li:last-child::after {
	content: none
}
.freecall {
	width: 82.0512820513vw;
	margin: 0 auto
}
.copyright {
	margin-top: 3.5897435897vw;
	font-size: 3.5897435897vw;
	line-height: 1.2142857143;
	text-align: center
}
.request {
	position: relative;
	width: 100%;
	background-color: #fefff0;
}
.request-btn {
	width: 85.641025641vw;
	margin: 0 auto;
	filter: drop-shadow(0px 4px 1px rgba(0,0,0,0.2));
}
.request-btn a {
	position: relative;
	display: block;
	width: 85.641025641vw;
	padding: 30px 0;
}
.request-btn a span {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 1.25em;
	color: #fff;
	font-size: 6.9230769231vw;
	font-weight: 700;
	text-align: center;
	letter-spacing: .4em;
	line-height: 1.65;
	-webkit-filter: drop-shadow(0px 0.2564102564vw 0.2564102564vw rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0px 0.2564102564vw 0.2564102564vw rgba(0, 0, 0, 0.1))
}
main {
	padding-top: 13.5897435897vw
}

.section-header {
	text-align: center;
	margin-top: 50px;
}
.section-header > div {
	margin-bottom: 1.0256410256vw;
	font-size: 3.8461538462vw;
	font-weight: 500
}
.section-header h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 20.5128205128vw;
	margin-bottom: 5.1282051282vw;
	font-size: 5.1282051282vw;
	line-height: 1.4;
	text-align: center;
	font-weight: 500
}
h3.bracket {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 11.2820512821vw;
	margin-bottom: 5.641025641vw;
	font-size: 3.8461538462vw;
	text-align: center;
	font-weight: 500
}
h3.bracket::before, h3.bracket::after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 4.6153846154vw;
	height: 100%;
	border: 1px solid #000
}
h3.bracket::before {
	left: 0;
	border-right: none
}
h3.bracket::after {
	right: 0;
	border-left: none
}
.inner {
	width: 82%;
	margin: 0 auto
}

.point {
	padding: 3.5897435897vw 0;
	background-color: #fefff0;
}
.point h2 {
	margin: 0 auto 3.0769230769vw
}
.point ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	width: 91.2820512821vw;
	margin: 0 auto
}
.point ul li {
	width: 29.2307692308vw
}
.point ul li+li {
	margin-left: 3%;
}
#lead {
	margin-bottom: 0;
	padding-top: 7.6923076923vw;
	padding-bottom: 7.6923076923vw;
	background: url(../img/lead_bg.png) repeat top center/17.4358974359vw 17.4358974359vw
}
#lead .lead-text {
	margin-bottom: 6.1538461538vw;
	font-size: 3.8461538462vw;
	line-height: 1.8;
	font-weight: 500;
	text-align: center
}
#lead .lead-text em {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbb910), to(#fbb910));
	background: linear-gradient(transparent 60%, #fbb910 60%, #fbb910 100%);
	font-style: normal
}
#lead ul {
	font-size: 3.5897435897vw;
	line-height: 5.1282051282vw
}
#lead ul li:nth-child(odd) {
	background: #fff
}
#lead ul li:nth-child(even) {
	background: #e0e0e0
}
#lead ul li img {
	width: 10.2564102564vw;
	height: 10.2564102564vw
}
.purpose .purpose-head {
	padding: 9.2307692308vw 0
}
.purpose h3 {
	font-size: 5.8974358974vw;
	line-height: 1.2;
	font-weight: 500
}
.purpose-conclusion {
	width: 82.0512820513vw;
	margin: 0 auto
}
#features h2 {
	background: -webkit-gradient(linear, left top, right top, from(#e0e0aa), to(#fab90f));
	background: linear-gradient(to right, #e0e0aa 0%, #fab90f 100%)
}
.features-content h3:not(.bracket) {
	position: relative;
	z-index: 5;
	margin-bottom: -4.1025641026vw;
	padding: 2.0512820513vw 4.1025641026vw;
	background: -webkit-gradient(linear, left top, right top, from(#e0e0aa), to(#fab90f));
	background: linear-gradient(to right, #e0e0aa 0%, #fab90f 100%);
	font-size: 4.1025641026vw;
	line-height: 1;
	font-weight: 500
}
.features-content h3:not(.bracket) em {
	display: inline-block;
	background: #fab90f;
	color: #fff;
	padding: .5128205128vw;
	font-style: normal
}
.features-content .img {
	display: block;
	margin-bottom: 3.0769230769vw
}
#course h2 {
	background: -webkit-gradient(linear, left top, right top, from(#e6c8c8), to(#e23333));
	background: linear-gradient(to right, #e6c8c8 0%, #e23333 100%)
}
.course-content h3:not(.bracket) {
	position: relative;
	height: 9.2307692308vw;
	padding-left: 28%;
	background: -webkit-gradient(linear, left top, right top, from(#e6c8c8), to(#e23333));
	background: linear-gradient(to right, #e6c8c8 0%, #e23333 100%);
	font-size: 4.1025641026vw;
	line-height: 9.2307692308vw;
	text-align: center;
	font-weight: 500
}
.course-content h3:not(.bracket) span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 28%;
	height: 100%;
	background: #fff0f0;
	text-align: center;
	font-size: 3.8461538462vw;
	line-height: 9.2307692308vw;
	font-weight: 400;
	font-style: italic
}
.course-content h4 {
	text-align: center;
	font-size: 3.8461538462vw;
	line-height: 9.2307692308vw;
	font-weight: 500
}
.courses-exercise {
	padding-top: 17.4358974359vw;
	background: url(../img/courses_arrow.svg) no-repeat center top 7.1794871795vw;
	background-size: 11.2820512821vw auto
}
.courses-exercise h4 {
	margin-bottom: 3.0769230769vw;
	background: #e6c8c8;
	border-radius: 3.8461538462vw;
	font-size: 4.1025641026vw;
	line-height: 7.6923076923vw;
	text-align: center;
	font-weight: 500
}
#reason h2 {
	background: -webkit-gradient(linear, left top, right top, from(#b9e1e1), to(#2899dc));
	background: linear-gradient(to right, #b9e1e1 0%, #2899dc 100%)
}
#students h2 {
	margin-bottom: 0;
	background: #f0dcbe
}
.students-slide {
	position: relative;
	width: 100%;
	overflow: hidden
}
.students-slide .swiper-button-prev::after, .students-slide .swiper-button-next::after {
	content: none
}
.students-slide .swiper-button-prev, .students-slide .swiper-button-next {
	top: 72%;
	width: 0;
	height: 0;
	border-style: solid;
	-webkit-filter: drop-shadow(0px 0.5128205128vw 0.5128205128vw rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0px 0.5128205128vw 0.5128205128vw rgba(0, 0, 0, 0.5))
}
.students-slide .swiper-button-prev {
	left: .5128205128vw;
	border-width: 2.0512820513vw 2.5641025641vw 2.0512820513vw 0;
	border-color: rgba(0, 0, 0, 0) #dcaa64 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}
.students-slide .swiper-button-next {
	right: .5128205128vw;
	border-width: 2.0512820513vw 0 2.0512820513vw 2.5641025641vw;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dcaa64
}
#tuition h2 {
	background: #bedcc8
}
#support h2 {
	background: #e7e3da
}
#support h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 12.8205128205vw;
	background: -webkit-gradient(linear, left top, left bottom, from(#c8bea0), color-stop(50%, #c8bea0), color-stop(50%, #b3aa82), to(#b3aa82));
	background: linear-gradient(to bottom, #c8bea0 0%, #c8bea0 50%, #b3aa82 50%, #b3aa82 100%);
	border-radius: 6.4102564103vw;
	color: #fff;
	text-align: center;
	font-weight: 500
}
.list-annotation {
    margin: 15px auto 0;
    width: 50%;
}
.campaign {
	margin-bottom: 0;
}
.margin-B40 {
	margin-bottom: 40px;
}
.margin-T40 {
	margin-top: 40px;
}   
@media(hover: hover)and (pointer: fine) {
	.freecall a {
		pointer-events: none;
		cursor: default;
		-webkit-filter: none;
		filter: none
	}
	a.hover, a.hover-img img {
		-webkit-transition: -webkit-filter .3s ease;
		transition: -webkit-filter .3s ease;
		transition: filter .3s ease;
		transition: filter .3s ease, -webkit-filter .3s ease
	}
	a.hover:hover, a.hover-img:hover img {
		-webkit-filter: brightness(130%) invert(5%);
		filter: brightness(130%) invert(5%)
	}
	.footer-link a {
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease
	}
	.footer-link a:hover {
		-webkit-filter: none;
		filter: none;
		opacity: .6
	}
}
@media all and (max-width: 767px) {
	.pc {
		display: none
	}
	#lead h3 span {
		display: block;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
		padding: .5128205128vw 2.5641025641vw;
		background: #000;
		color: #fbb910
	}
	#lead h3 span + span {
		margin-top: 2.0512820513vw
	}
	#lead ul {
		font-size: 3.5897435897vw;
		line-height: 5.1282051282vw
	}
	#lead ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 4.4871794872vw 17.9487179487vw;
		white-space: nowrap
	}
	#lead ul li img {
		margin-right: 5.641025641vw
	}
	.features-content > div + div {
		margin-top: 5.641025641vw
	}
	.features-content > div:nth-child(odd) h3 {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-right: auto;
		padding-left: 29.7435897436vw
	}
	.features-content > div:nth-child(even) h3 {
		margin-left: 25.641025641vw
	}
	.features-content > div p {
		width: 82%;
		margin: 0 auto
	}
	.course-content > div + div {
		margin-top: 7.6923076923vw
	}
	.course-content-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.course-content-inner .img {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 50vw
	}
	.course-content-inner p {
		padding: 0 6.1538461538vw 0 3.8461538462vw
	}
	.course-content-inner.even {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse
	}
	.course-content-inner.even p {
		padding: 0 3.8461538462vw 0 6.1538461538vw
	}
	.courses-exercise ul li + li {
		margin-top: 5.3846153846vw
	}
	.courses-exercise .exercise-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 5.1282051282vw 0 5.1282051282vw
	}
	.courses-exercise figure {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 14.8717948718vw;
		margin-right: 3.0769230769vw;
		text-align: center
	}
	.courses-exercise figure.courses-exercise-icon0 img {
		width: 14.8717948718vw
	}
	.courses-exercise figure.courses-exercise-icon02 img {
		width: 14.8717948718vw
	}
	.courses-exercise figure.courses-exercise-icon03 img {
		width: 14.8717948718vw
	}
	#reason .inner > div + div {
		margin-top: 7.6923076923vw
	}
	#tuition figure {
		margin-top: 5.3846153846vw
	}
	#tuition .tuition02 {
		margin-top: 5.3846153846vw;
		text-align: center
	}
	#tuition .tuition-figure02 {
		display: inline-block;
		width: 79.4871794872vw;
		margin: 5.3846153846vw auto 0
	}
	#support h4 {
		margin-bottom: 5.3846153846vw
	}
	#support p {
		width: 67.9487179487vw;
		margin: 0 auto
	}
	#support p + h4 {
		margin-top: 5.3846153846vw
	}
	#support .support02 {
		margin-top: 5.3846153846vw
	}
	.point h2 {
		 width: 61vw;
	}
	.point ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		flex-direction: row;
	}
	.point li {
		width: 44.16vw!important;
	}
	.spacer {
		width: 100%;
	}
	.list-annotation {
		width: 85%;
	}
}
@media all and (min-width: 768px) {
	html, body {
		font-size: 1.5625vw;
		line-height: 1.5
	}
	.sp {
		display: none
	}
	header.page-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 7.8125vw;
		padding: 0 1.71875vw 0 2.1875vw;
		-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 2px 0 rgba(0, 0, 0, .15)
	}
	header.page-header .header-logo {
		width: 12.34375vw;
	}
	header.page-header .header-btn {
		width: 27.58vw;
	}
	header.page-header .header-btn span {
		font-size: 2.5vw;
		-webkit-filter: drop-shadow(0px 0.15625vw 0.15625vw rgba(0, 0, 0, 0.1));
		filter: drop-shadow(0px 0.15625vw 0.15625vw rgba(0, 0, 0, 0.1))
	}
	footer {
		width: 100%;
		max-width: 1280px;
		margin: 3.28125vw auto 0;
		padding: 3.28125vw 0;
		border-top: .15625vw solid #000
	}
	.footer-info {
		font-size: 1.25vw;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.copyright {
		margin-top: 3.125vw;
		font-size: 1.5625vw
	}
	.freecall {
		width: 47.96875%;
		max-width: 47.96875vw
	}
	.request {
		position: relative;
		width: 100%;
		max-width: 1280px;
	}
	.request-btn {
		left: 51.5625%;
		top: 65.5%;
		width: 43.4375vw;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		margin: 0 auto;
	}
	.request-btn a {
		width: 43.4375vw;
	}
	.request-btn a span {
		font-size: 3.59375vw;
		-webkit-filter: drop-shadow(0px 0.15625vw 0.15625vw rgba(0, 0, 0, 0.1));
		filter: drop-shadow(0px 0.15625vw 0.15625vw rgba(0, 0, 0, 0.1))
	}
	main {
		padding-top: 7.8125vw
	}
	section:not(#visual, #lead) {
		width: 78.125%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.section-header > div {
		margin-bottom: .78125vw;
		font-size: 2.34375vw
	}
	.section-header h2 {
		height: 5.46875vw;
		margin-bottom: 2.34375vw;
		font-size: 2.734375vw
	}
	h3.bracket {
		height: 5.15625vw;
		margin-bottom: 2.96875vw;
		font-size: 2.34375vw
	}
	h3.bracket::before, h3.bracket::after {
		width: 1.40625vw
	}
	.visual-wrap {
	}
	.visual-wrap::after {
		height: .390625vw
	}
	.visual-copy01 {
		left: 35.703125%;
		top: 11%;
		width: 44.53125%
	}
	.visual-copy02 {
		left: 48.75%;
		top: 61.2%;
		width: 43.90625%
	}
	.visual-copy03 {
		left: 47.5%;
		top: 78%;
		width: 44.375%
	}
	.visual-badge {
		position: absolute;
		z-index: 10;
		left: 80.9375vw;
		top: 3.59375vw;
		width: 12.34375vw
	}
	.point {
		padding: 2% 0%;
		background-color: #fefff0;
	}
	.point h2 {
		width: 22vw;
		margin: 0 auto .625%
	}
	.point ul li {
		width: 23.5%
	}
	#lead {
		padding: 5.3125% 0 3.90625%;
		background-size: 7.96875vw 7.96875vw
	}
	#lead .lead-text {
		font-size: 2.34375vw;
		line-height: 2;
		margin-bottom: 6.09375vw
	}
	#lead .purpose {
		width: 78.125%;
		margin: 5vw auto 0;
		padding: 0
	}
	#lead .purpose .purpose-head {
		margin-bottom: 5%;
		padding: 3.28125vw 2.03125vw;
		background: #c8c8c8
	}
	#lead .purpose h3 {
		background: #000;
		color: #fbb910;
		font-size: 3.125vw;
		line-height: 5.078125vw;
		text-align: center
	}
	#lead .purpose ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 1.5625vw;
		line-height: 1.5
	}
	#lead .purpose ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 25%;
		padding: 1.875vw 2.5vw;
		font-size: 1.5625vw
	}
	#lead .purpose ul li img {
		display: block;
		width: 5.859375vw;
		height: 5.859375vw;
		margin: 0 auto 1.71875vw
	}
	#lead .purpose ul li p {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto
	}
	#lead .purpose ul li p .nowrap {
		white-space: nowrap
	}
	#lead .purpose-conclusion {
		width: 100%;
		margin: 0 auto
	}
	.features-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.features-content > div {
		width: 45%
	}
	.features-content > div:nth-child(n+3) {
		margin-top: 2.8125vw
	}
	.features-content h3:not(.bracket) {
		margin-bottom: -1.5625vw;
		padding: .625vw .78125vw;
		font-size: 1.875vw
	}
	.features-content h3:not(.bracket) em {
		padding: .15625vw
	}
	.features-content .img {
		margin-bottom: 1.40625vw
	}
	.features-content p {
		font-size: 1.40625vw
	}
	.features-content p span {
		display: inline-block;
		white-space: nowrap
	}
	.features-content > div:nth-child(odd) h3 {
		margin-right: 3.90625vw;
		text-align: right
	}
	.features-content > div:nth-child(even) h3 {
		margin-left: 3.90625vw
	}
	.course-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.course-content > div {
		width: 23.515625vw
	}
	.course-content h3:not(.bracket) {
		height: auto;
		padding-left: 0;
		font-size: 1.71875vw;
		line-height: 2.8125vw
	}
	.course-content h3:not(.bracket) span {
		position: static;
		display: block;
		width: 100%;
		height: auto;
		padding-bottom: .625vw;
		background: #fff;
		font-size: 1.171875vw;
		line-height: 1
	}
	.course-content h4 {
		margin: .9375vw 0;
		font-size: 1.71875vw;
		line-height: 1.27
	}
	.course-content .course-content-inner .img {
		display: block;
		margin-bottom: 1.5625vw
	}
	.course-content .course-content-inner p {
		font-size: 1.5625vw
	}
	.courses-exercise {
		padding-top: 7.5vw;
		background-size: 7.65625vw auto;
		background-position: center top
	}
	.courses-exercise.inner {
		width: 100%
	}
	.courses-exercise h4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 5.46875vw;
		margin-bottom: 2.5vw;
		border-radius: 2.734375vw;
		font-size: 1.71875vw;
		line-height: 1.23;
		text-align: center
	}
	.courses-exercise ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.courses-exercise ul li {
		width: 23.515625vw
	}
	.courses-exercise .exercise-block {
		position: relative;
		padding-left: 7.734375vw
	}
	.courses-exercise .exercise-block figure {
		position: absolute;
		left: 0;
		top: 0
	}
	.courses-exercise .exercise-block figure.courses-exercise-icon01 {
		width: 6.40625vw
	}
	.courses-exercise .exercise-block figure.courses-exercise-icon02 {
		width: 7.1875vw
	}
	.courses-exercise .exercise-block figure.courses-exercise-icon03 {
		width: 6.875vw
	}
	#reason h2 {
		font-size: 2.5vw
	}
	#reason .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}
	#reason .inner > div {
		width: 35.234375vw
	}
	#reason .inner > div:nth-child(n+3) {
		margin-top: 4.6875vw
	}
	#reason h3 {
		margin-bottom: .625vw
	}
	#reason .notes {
		margin-top: .5em;
		font-size: .859375vw;
		text-align: right
	}
	#reason .font-half {
		margin-right: -0.5em
	}
	.students-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden
	}
	.students-slide .slide-item {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 50%
	}
	.students-slide .swiper-button-prev, .students-slide .swiper-button-next {
		top: 68%;
		-webkit-filter: drop-shadow(0 0.15625vw 0.15625vw rgba(0, 0, 0, 0.5));
		filter: drop-shadow(0 0.15625vw 0.15625vw rgba(0, 0, 0, 0.5))
	}
	.students-slide .swiper-button-prev {
		left: 0;
		border-width: .9375vw 1.5625vw .9375vw 0;
		border-color: rgba(0, 0, 0, 0) #dcaa64 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
	}
	.students-slide .swiper-button-next {
		right: 0;
		border-width: .9375vw 0 .9375vw 1.5625vw;
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dcaa64
	}
	#tuition .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}
	#tuition .inner > div {
		width: 47%
	}
	#tuition h3.bracket {
		margin-bottom: 2.5vw;
		height: 5vw;
		font-size: 1.71875vw
	}
	#tuition figure {
		margin-top: 2.34375vw
	}
	#tuition .tuition02 {
		text-align: center
	}
	#tuition .tuition-figure02 {
		display: inline-block;
		width: 53.2%;
		max-width: 19.53125vw;
		margin-top: 2.34375vw
	}
	#support .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}
	#support .inner > div {
		width: 47%
	}
	#support h3.bracket {
		height: 5vw;
		margin-bottom: 2.5vw;
		font-size: 1.71875vw
	}
	#support h4 {
		height: 5.78125vw;
		margin-bottom: 1.40625vw;
		border-radius: 2.890625vw;
		font-size: 1.796875vw;
		line-height: 2.890625vw
	}
	#support p + h4 {
		margin-top: 1.875vw
	}
	.support01 figure {
		margin-top: 3.125vw
	}
	.point2 {
		margin-left: 3.2%;
	}
}
@media all and (min-width: 1281px) {
	html, body {
		font-size: 20px;
		line-height: 1.5
	}
	.sp {
		display: none
	}
	header.page-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100px;
		padding: 0 22px 0 28px;
		-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 2px 0 rgba(0, 0, 0, .15)
	}
	header.page-header .header-logo {
		width: 158px;
	}
	header.page-header .header-btn {
		width: 353px
	}
	header.page-header .header-btn span {
		font-size: 32px;
		-webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
	}
	footer {
		width: 100%;
		max-width: 1280px;
		margin: 42px auto 0;
		padding: 42px 0;
		border-top: 2px solid #000
	}
	.footer-info {
		font-size: 16px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.copyright {
		margin-top: 40px;
		font-size: 20px
	}
	.freecall {
		width: 47.96875%;
		max-width: 614px
	}
	.request {
		position: relative;
		width: 100%;
		max-width: 1280px;
		background-color: #fefff0;
			
	}
	.request-btn {
		left: 51.5625%;
		top: 65.5%;
		width: 490px;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.request-btn a {
		width: 490px;
		padding: 50px 0;
	}
	.request-btn a span {
		font-size: 46px;
		-webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
		filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1))
	}
	main {
		padding-top: 100px;
	}
	section:not(#visual, #lead) {
		width: 78.125%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.section-header > div {
		margin-bottom: 10px;
		font-size: 30px
	}
	.section-header h2 {
		height: 70px;
		margin-bottom: 30px;
		font-size: 35px
	}
	h3.bracket {
		height: 66px;
		margin-bottom: 38px;
		font-size: 30px
	}
	h3.bracket::before, h3.bracket::after {
		width: 18px
	}
	.visual-wrap {
	}
	.visual-wrap::after {
		height: 5px
	}
	.visual-copy01 {
		left: 35.703125%;
		top: 11%;
		width: 44.53125%
	}
	.visual-copy02 {
		left: 48.75%;
		top: 61.2%;
		width: 43.90625%
	}
	.visual-copy03 {
		left: 47.5%;
		top: 78%;
		width: 44.375%
	}
	.visual-badge {
		position: absolute;
		z-index: 10;
		left: 1036px;
		top: 46px;
		width: 158px
	}
	.point {
		padding: 2% 0;
		background-color: #fefff0;
	}
	.point h2 {
		width: 284px;
		margin: 0 auto .625%
	}
	.point ul {
		width: 100%;
	}
	.point ul li {
		width: 32%;
		max-width: 268px;
	}
	#lead {
		padding: 5.3125% 0 3.90625%;
		background-size: 102px 102px
	}
	#lead .lead-text {
		font-size: 30px;
		line-height: 2;
		margin-bottom: 78px
	}
	#lead .purpose {
		width: 78.125%;
		margin: 64px auto 0;
		padding: 0
	}
	#lead .purpose .purpose-head {
		margin-bottom: 5%;
		padding: 42px 26px;
		background: #c8c8c8
	}
	#lead .purpose h3 {
		background: #000;
		color: #fbb910;
		font-size: 40px;
		line-height: 65px;
		text-align: center
	}
	#lead .purpose ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 20px;
		line-height: 1.5
	}
	#lead .purpose ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 25%;
		padding: 24px 32px;
		font-size: 20px
	}
	#lead .purpose ul li img {
		display: block;
		width: 75px;
		height: 75px;
		margin: 0 auto 22px
	}
	#lead .purpose ul li p {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto
	}
	#lead .purpose ul li p .nowrap {
		white-space: nowrap
	}
	#lead .purpose-conclusion {
		width: 100%;
		margin: 0 auto
	}
	.features-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.features-content > div {
		width: 45%
	}
	.features-content > div:nth-child(n+3) {
		margin-top: 36px
	}
	.features-content h3:not(.bracket) {
		margin-bottom: -20px;
		padding: 8px 10px;
		font-size: 24px
	}
	.features-content h3:not(.bracket) em {
		padding: 2px
	}
	.features-content .img {
		margin-bottom: 18px
	}
	.features-content p {
		font-size: 18px
	}
	.features-content p span {
		display: inline-block;
		white-space: nowrap
	}
	.features-content > div:nth-child(odd) h3 {
		margin-right: 50px;
		text-align: right
	}
	.features-content > div:nth-child(even) h3 {
		margin-left: 50px
	}
	.course-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.course-content > div {
		width: 301px
	}
	.course-content h3:not(.bracket) {
		height: auto;
		padding-left: 0;
		font-size: 22px;
		line-height: 36px
	}
	.course-content h3:not(.bracket) span {
		position: static;
		display: block;
		width: 100%;
		height: auto;
		padding-bottom: 8px;
		background: #fff;
		font-size: 15px;
		line-height: 1
	}
	.course-content h4 {
		margin: 12px 0;
		font-size: 22px;
		line-height: 1.27
	}
	.course-content .course-content-inner .img {
		display: block;
		margin-bottom: 20px
	}
	.course-content .course-content-inner p {
		font-size: 20px
	}
	.courses-exercise {
		padding-top: 96px;
		background-size: 98px auto;
		background-position: center top
	}
	.courses-exercise.inner {
		width: 100%
	}
	.courses-exercise h4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 70px;
		margin-bottom: 32px;
		border-radius: 35px;
		font-size: 22px;
		line-height: 1.23;
		text-align: center
	}
	.courses-exercise ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.courses-exercise ul li {
		width: 301px
	}
	.courses-exercise .exercise-block {
		position: relative;
		padding-left: 99px
	}
	.courses-exercise .exercise-block figure {
		position: absolute;
		left: 0;
		top: 0
	}
	.courses-exercise .exercise-block figure.courses-exercise-icon01 {
		width: 82px
	}
	.courses-exercise .exercise-block figure.courses-exercise-icon02 {
		width: 92px
	}
	.courses-exercise .exercise-block figure.courses-exercise-icon03 {
		width: 88px
	}
	#reason h2 {
		font-size: 32px
	}
	#reason .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}
	#reason .inner > div {
		width: 451px
	}
	#reason .inner > div:nth-child(n+3) {
		margin-top: 60px
	}
	#reason h3 {
		margin-bottom: 8px
	}
	#reason .notes {
		margin-top: .5em;
		font-size: 11px;
		text-align: right
	}
	#reason .font-half {
		margin-right: -0.5em
	}
	.students-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden
	}
	.students-slide .slide-item {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 50%
	}
	.students-slide .swiper-button-prev, .students-slide .swiper-button-next {
		top: 68%;
		-webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
		filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5))
	}
	.students-slide .swiper-button-prev {
		left: 0;
		border-width: 12px 20px 12px 0;
		border-color: rgba(0, 0, 0, 0) #dcaa64 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
	}
	.students-slide .swiper-button-next {
		right: 0;
		border-width: 12px 0 12px 20px;
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dcaa64
	}
	#tuition .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}
	#tuition .inner > div {
		width: 47%
	}
	#tuition h3.bracket {
		margin-bottom: 32px;
		height: 64px;
		font-size: 22px
	}
	#tuition figure {
		margin-top: 30px
	}
	#tuition .tuition02 {
		text-align: center
	}
	#tuition .tuition-figure02 {
		display: inline-block;
		width: 53.2%;
		max-width: 250px;
		margin-top: 30px
	}
	#support .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}
	#support .inner > div {
		width: 47%
	}
	#support h3.bracket {
		height: 64px;
		margin-bottom: 32px;
		font-size: 22px
	}
	#support h4 {
		height: 74px;
		margin-bottom: 18px;
		border-radius: 37px;
		font-size: 23px;
		line-height: 37px
	}
	#support p + h4 {
		margin-top: 24px
	}
	.support01 figure {
		margin-top: 40px
	}
	.point2 {
		margin-left: 3.2%;
	}
}
.anim:not(.lead-text, .purpose-list) {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity .5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity .5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity .5s cubic-bezier(0.4, 0, 0.2, 1), transform .5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity .5s cubic-bezier(0.4, 0, 0.2, 1), transform .5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1)
}
.anim:not(.lead-text, .purpose-list).active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.purpose-list li {
	opacity: 0;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1), transform .4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1), transform .4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}
.purpose-list li:nth-child(2) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.purpose-list li:nth-child(3) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.purpose-list li:nth-child(4) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}
.purpose-list.active li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.lead-text1, .lead-text2, .lead-text3 {
	opacity: 0;
	-webkit-transform: translateY(30%);
	transform: translateY(30%);
	-webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1)
}
.lead-text1 {
	-webkit-transition-delay: 0;
	transition-delay: 0
}
.lead-text2 {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}
.lead-text3 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}
.lead-text.active .lead-text1, .lead-text.active .lead-text2, .lead-text.active .lead-text3 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
/*===20230714BCJ追記===*/
.request-btn {
	width: auto;
	cursor: pointer;
	filter: drop-shadow(0px 4px 0px rgba(0,0,0,0.2));
}
.request-btn a {
	width: auto;
	padding: 0;
}
a.hover:hover, a.hover-img:hover img {
	-webkit-filter: brightness(100%) invert(5%);
	filter: brightness(100%) invert(5%)
}
/*===20231002BCJ追記===*/
#curriculum h2 {
	background: -webkit-gradient(linear, left top, right top, from(#e6c8c8), to(#e23333));
	background: linear-gradient(to right, #e6c8c8 0%, #e23333 100%)
}
.curriculum__ttl__txt {
	text-align: left;
	padding: 0 119px;
}
.curriculum__main {
	margin-top: 30px;
}
.openbadges {
	text-align: center;
	margin-top: 50px;
}
.openbadges__img img {
	width: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
.openbadges__txt {
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.openbadges__ttl .openbadges__txt__small {
	padding-top: 10px;
}
.txt__strong {
	font-size: 48px;
	font-weight: bold;
}
.red {
	color: #e04848;
}
.openbadges__listItem {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.openbadges__listItem li {
	width: 24vw;
}
.openbadges__listItem li+li {
	padding-left: 10px;
}
.openbadges__listItem li p {
	background: #e04848;
	color: #fff;
	padding: 10px 0;
}
.arrow {
	width: 13vw;
    margin: 0 auto;
    padding-top: 30px;
}
.mark {
	background:linear-gradient(transparent 75%, #fee580 60%);
}
.openbadges__skill__ttl {
	font-size: 30px;
	color: #000;
	padding-top: 20px;
}
.openbadges__skill__box {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding-top: 20px;
}
.openbadges__skill__txt {
	font-size: 30px;
    font-weight: bold;
    color: #000;
}
@media screen and (max-width: 1281px) {
	.openbadges__img img {
		width: 100%;
		margin: 20px 0;
	}
	.openbadges__txt {
		font-size: 2vw;
	}
	.txt__strong {
		font-size: 3.8vw;
	}
	.openbadges__skill__ttl {
		font-size: 3vw;
	}
}
@media screen and (max-width: 768px) {
	.openbadges {
		width: 94%;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
	}
	.curriculum__ttl__txt {
		padding: 0;
		width: 82%;
		margin: 0 auto;
	}
	.openbadges__txt {
		font-size: 18px;
	}
	.txt__strong {
		font-size: 30px;
	}
	.openbadges__txt__small {
		width: 90%;
		margin: 0 auto;
		text-align: left;
		padding-top: 0;
	}
	.openbadges__img img {
		width: 82%;
		margin: 20px 0;
	}
	.openbadges h3 {
		width: 82%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 20px;
	}
	.openbadges__listItem {
		display: block;
		width: 90%;
    	margin: 0 auto;
	}
	.openbadges__listItem li {
		width: auto;
		padding-top: 20px;
	}
	.openbadges__listItem li+li {
		padding-left: 0;
	}
	.openbadges__listItem li p {
		font-size: 16px;
	}
	.arrow {
		width: 23vw;
	}
	.openbadges__skill__box {
		display: block;
		width: 90%;
	    margin: 0 auto;
	}
	.openbadges__skill__txt {
		font-size: 20px;
	}
	.openbadges__skill__ttl {
		font-size: 18px;
		width: 90%;
		text-align: left;
		margin: 0 auto;
	}
}
/*===20231002BCJ追記ここまで===*/