@charset "UTF-8";

/* ========== Tokens ========== */
:root{
  --c-main: #02308E;
  --c-bg: #D6ECF9;
}

#wrapper { width: 100%; }
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#main {
	width: 100%;
	margin: 0 auto;
	float: inherit!important;
}
.inner {
	width: 980px; 
	margin-left: auto;
	margin-right: auto;
}
.band {
	width: 100%;
	padding: 70px 0;
	margin-bottom: 70px;
	background-color: var(--c-bg);
}
h1 {
	margin-bottom: 75px;
}
h2 {
	font-size: 50px;
	color: var(--c-main);
	text-align: center;
	line-height: 1.3;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
h2 span {
	font-size: 40px;
	font-weight: bold;
} 
h2 span:first-child {
	font-size: 20px;
	color: #000;
}

.benefits {
	margin-bottom: 70px;
}
.benefits h2 {
	padding-bottom: 0;
	margin-bottom: 15px;
}
.benefits ul {
	margin-left: -24px;
}
.benefits li {
	margin-bottom: 20px;
}
.benefits li:last-child {
	margin-bottom: 0;
}
.benefits.ver2 {
	width: 100%;
	aspect-ratio: 98 / 143;
	background-image: url(img/bg-benefit2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.benefits.ver2 a {
	display: block;
	width: 56%;
	height: auto;
	position: absolute;
	top: 47.8%;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#intro {
	margin-bottom: 60px;
}
#intro .txt {
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 40px;
}
#intro .note {
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
#intro .note img {
	max-width: 735px;
	height: auto;
}

#intro .comment {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}
#intro .comment .content {
	width: 650px;
	box-sizing: border-box;
	border: 10px solid #F7B60B;
	padding: 0 25px 25px;
}
#intro .comment .content h2 {
	margin: -60px auto 0;
	max-width: 420px;
}
#intro .comment .content p {
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 1.5em;
}
#intro .comment .content p:last-child {
	margin-bottom: 0;
}
#intro .comment .img {
	width: 300px;
}

.strong-points {
	width: 100%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
}
.strong-point-box {
	width: 313px;
	border: 3px solid #F7B60B;
	box-sizing: border-box;
	padding: 35px 15px;
	position: relative;
}
.strong-point-box img.ico-sugoi {
	width: 63px;
	height: auto;
	position: absolute;
	top: -30px;
	left: 10px;
}
.strong-point-box p.img-sugoi {
	text-align: center;
	margin: 0 auto 20px;
	width: 100%;
}
.strong-point-box p img {
	width: 100%;
	height: auto;
}
.strong-point-box h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 25px;
	text-align: center;
	height: 55px;
}
.strong-point-box p {
	font-size: 14px;
	color: #000;
	line-height: 1.7;
}
.strong-point-box p span {
	background: linear-gradient(transparent 65%, #FFF8B3 30%);
}
.safety-measure-box {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 70px;
}
.safety-measure-box h2 {
	font-size: 25px;
	color: #000;
	margin-bottom: 60px;
}
.safety-measure-box h2 span {
	font-size: 35px;
	color: var(--c-main);
}
.course-info h2 {
	font-size: 50px;
	color: var(--c-main);
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}
.course-info h2 span {
	font-size: 40px;
	font-weight: bold;
} 
.course-info h2 span:first-child {
	font-size: 20px;
	color: #000;
}
.course-info-box {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.course-info-list {
	width: 312px;
	background-color: #fff;
	border: 3px solid var(--c-main);
	box-sizing: border-box;
}
.course-info-list h3 {
	position: relative;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: var(--c-main);
}
.course-info-list h3::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid var(--c-main);
}
.course-info-box-inner {
	padding: 20px 15px;
}
.course-info-box-inner img:last-child {
	margin-top: 20px;
	width: 272px;
	height: 88px;
}
.course-info-list a {
	text-decoration: none;
}
.course-info-list a:hover h3 {
	opacity: 0.7;
}

/* アプリ */
.app {
	border: 2px solid #9A0009;
	background-color: #FEF1D5;
	width: 980px;
	margin: 0 auto 50px;
	box-sizing: border-box;
}
.app dt {
	position: relative;
	background-image: url(img/img-app.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 100px;
}
.app dt:hover {
	cursor: pointer;
	opacity: 0.8;
}
.app h2 {
	font-size: 24px;
	line-height: 1.25;
	padding: 10px 0 0 130px;
	text-align: left;
	color: #000;
}
.app h2 span {
	font-size: 32px;
	color: #FF0066;
}
.app dt .ac-btn {
	background-image: url(img/btn-plus-app.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	position: absolute;
	top: 30px;
	right: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
}
.app dt.active .ac-btn {
	background-image: url(img/btn-minus-app.png);
}
.app dd {
	padding: 10px 25px 0;
	border-top: 1px solid #9A0009;
}
.app dd h3 {
	font-size: 20px;
	color: #FF0066;
	margin: 0.5em 0 1em;
}
.app dd img {
	float: right;
	display: inline-block;
	margin: 0 0 1em 1em;
	width: auto;
}
.app dd p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 1em;
}
.app dd p span {
	font-size: 80%;
}
.app dd ol {
	background-color: #FFFEFB;
	padding: 1em;
	margin-bottom: 1em;
}
.app dd li {
	margin: 0 0 0.5em 2em;
	font-size: 16px;
	font-weight: bold;
	list-style: decimal;
	line-height: 1.5;
}
.app dd li:last-child {
	margin-bottom: 0;
}

.inner.covid {
	margin-bottom: 70px;
}

.arrow-down {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid var(--c-main);
}

/* .cand */
.cando .lead {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 32px;
}
.cando .lead span {
	color: var(--c-main);
}