a,a:hover {
	color: #000000;
}
img {
	width: 100%;
}
p {
	margin-bottom: 0;
}
.container {
	border-radius: 0;
}
@media screen and (max-width: 767px){
	.container {
		padding: 20px;
	}
}
.line-height-normal {
	line-height: normal;
}


#header {
	top: 0;
	padding: 15px 0;
}
#header .alj-logo {
	padding-left: 10px;
}
#header .alj-logo img {
	width: auto;
	display: block;
}
#header .pc-header-menu {
	display: flex;
	column-gap: 15px;
	align-items: center;
	padding-right: 20px;
}
.header-inquiry-btn {
	display: flex;
	column-gap: 5px;
	align-items: center;
	padding: 5px 20px;
	border-radius: 100px;
	border: 2px solid #ffd900;
	background-color: #f9ee8c;
	transition: all .3s;
	box-shadow: 3px 3px;
}
.header-inquiry-btn:hover{
	transform: translateY(3px);
	box-shadow: none;
}
.header-inquiry-btn img {
	width: 40px;
}
@media screen and (max-width: 1070px) and (min-width: 992px){
	.toggle, .toggle span {
        display: none;
	}
}
@media screen and (max-width: 991px){
	#header {
		padding-bottom: 0;
	}
	#header .alj-logo {
		padding-bottom: 15px;
	}
	#header .pc-header-menu {
		display: none;
	}
	nav.nav-menu ul li:last-child {
		border-radius: 0;
	}
}

footer {
	background-color: #FFF;
}
footer p {
	color: #000000;
	line-height: normal;
}
footer .link-list {
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-bottom: 0;
}
footer .link-list li + li {
	position: relative;
}
footer .link-list li + li::before {
	content: "";
    display: block;
    height: 1em;
    border-left: 1.5px solid #333;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
footer .link-list li a {
	font-size: 14px;
	padding: 0 10px;
}

.sp-inquiry-banner {
	display: none;
}
@media screen and (max-width: 767px){
	.footer-page-up {
		display: none;
	}
	.sp-inquiry-banner {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		background-color: #f9ee8c;
		padding: 10px 0;
	}
	.sp-inquiry-banner a {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 10px;
		color: #ff0000;
		font-size: 1.3rem;
		font-weight: 700;
	}
	.sp-inquiry-banner img {
		width: 60px;
	}
}

#top-container {
	max-width: 100%;
	padding: 40px 80px;
	background-image: url(../img/top_bg.png);
	background-size: cover;
	background-position: top;
}

.tate-text {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	text-align: left;
	margin-top: 1rem;
}
.tate-text h2 {
	writing-mode: vertical-rl;
	font-size: 2.8rem;
	font-weight: 900;
	color: #ffd900;
	text-shadow:2px 2px 0 #333, -2px -2px 0 #333,
			-2px 2px 0 #333, 2px -2px 0 #333,
			0px 2px 0 #333,  0-2px 0 #333,
			-2px 0 0 #333, 2px 0 0 #333;
}
.tate-text h2 span.w-right {
	font-size: 2.5rem;
	color: #FFF;	
}
.tate-text h2 span.upright-all {
	text-combine-upright: all;
	margin-bottom: 5px;
}
.top-about-box {
	background-color: #2e8ee0;
	padding: 15px 20px;
	text-align: center;
	font-weight: 600;
}
.top-about-box img {
	width: 50%;
}
.top-about-box p {
	color: #FFF;
}
.top-about-box p span {
	color: #f6e123;
}
.top-about-block {
	display: flex;
	column-gap: 10px;
	margin-top: 15px;
}
.top-about-block div {
	width: calc((100% - 20px) / 3);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	border-radius: 14px;
	line-height: normal;
	padding: 15px 0;
}
.top-about-box.sp {
	display: none;
}
@media screen and (min-width: 768px){
	.top-text-img {
		width: 75%;
	}
	.top-about-box {
		border-radius: 14px;
		margin-top: 230px;
	}
	.top-about-box p {
		font-size: 20px;
	}
	.top-about-block div {
		font-size: 20px;
	}
	.campain-img {
		width: 50%;
	}
}
@media screen and (max-width: 767px){
	#top-container {
		padding: 20px;
		background-image: url(../img/top_bg_sp.png);
		margin-bottom: 0;
	}
	.top-about-box.pc {
		display: none;
	}
	.top-about-box.sp {
		display: block;
		padding: 15px 10px;
	}
	.top-about-box img {
		width: 75%;
	}
	.top-about-box p {
		line-height: normal;
	}
}

.bg-yellow {
	background-color: #ffe100;
}
.bg-gray {
	background-color: #f4f4f4;
}
.bg-white {
	background-color: #FFF;
}

.campain-block {
	display: flex;
	justify-content: center;
	align-items: end;
	margin-bottom: 10px;
}
.campain-block img {
	width: 25px;
	object-fit: contain;
	margin-bottom: 10px;
}
.campain-block img:nth-of-type(2) {
	width: 60px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.campain-block span {
	font-size: 2.3rem;
}
.campain-block h2 {
	font-weight: 900;
	-webkit-text-stroke: 2px #FFF;
	text-stroke: 2px #FFF;
}
.campain-w-box {
	text-align: center;
	padding: 5px 20px;
	border-radius: 100px;
	color: #ff0000;
	background-color: #FFF;
	font-size: 1.3rem;
}
@media screen and (max-width: 767px){
	.campain-block h3 {
		font-size: 1.5rem;
	}
	.campain-block span {
		font-size: 2rem;
	}
}

h2.section-ttl {
	font-size: 2.3rem;
	font-weight: 600;
}
.br450 {
	display: none;
}
.skill-area {
	margin-top: 1rem;
}
.skill-block {
	text-align: center;
	background-color: #eaf6fd;
	border-radius: 14px;
	border: 2px solid #2e8ee0;
	padding: 15px 0;
	margin-bottom: 15px;
}
.skill-block-ocjp {
	position: relative;
}
.skill-block-ocjp img {
	position: absolute;
	top: -15px;
	left: 3px;
	width: 100px;
	object-fit: contain;
}
.skill-block .skill-block-ttl,
span.text-blue {
	color: #2e8ee0;
}
.skill-block h3 {
	font-weight: 600;
}
.skill-block .rate-caution {
	font-size: 80%;
	line-height: normal;
	margin-top: 10px;
}
@media screen and (min-width: 768px){
	.skill-area {
		display: flex;
		column-gap: 15px;
	}
	.skill-block {
		width: calc((100% - 15px) / 2);
	}
}
.support-area {
	margin-top: 1rem;
	display: flex;
	gap: 10px;
}
.support-block {
	background-color: #eaf6fd;
	border: 2px solid #2e8ee0;
	padding: 10px 0;
	display: flex;
	align-items: center;
	row-gap: 5px;
}
.support-block img {
	height: 100px;
	object-fit: contain;
}
.support-block p {
	flex-grow: 1;
}
@media screen and (min-width: 451px){
	.support-block {
		width: calc((100% - 20px) / 3);
		flex-direction: column;
	}
}
@media screen and (max-width: 991px){
	.skill-block-ocjp img {
		top: -30px;
		width: 75px;
	}
}
@media screen and (max-width: 450px){
	.br450 {
		display: block;
	}
	#about h2,
	#teacher h2,
	#reason h2 {
		font-size: 1.8rem;
	}
	#about h4 {
		font-size: 1.3rem;
	}
	.skill-block-ocjp img {
		top: -15px;
		left: 10px;
	}
	.support-area {
		flex-direction: column;
	}
	.support-block p {
		width: 100%;
	}
}

.inquiry-btn-area {
	margin: 2.5rem auto 0;
}
.inquiry-btn {
	display: flex;
	column-gap: 10px;
	align-items: center;
	justify-content: center;
	padding: 10px 100px;
	border-radius: 100px;
	border: 2px solid #ffd900;
	background-color: #f9ee8c;
	transition: all .3s;
	box-shadow: 3px 3px;
}
.inquiry-btn img {
	width: 45px;
}
.inquiry-btn div {
	line-height: normal;
}
.inquiry-btn .text-red {
	font-size: 24px;
	font-weight: 600;
	color: #ff0000;
}
.inquiry-btn:hover{
	transform: translateY(3px);
	box-shadow: none;
}
@media screen and (max-width: 767px){
	.inquiry-btn {
		padding: 5px 40px;
	}
}

.teacher-area {
	display: flex;
	gap: 10px;
}
.teacher-block {
	text-align: center;
	background-color: #FFF;
	padding: 15px 0;
}
.teacher-block img {
	width: 35%;
}
.teacher-block p {
	line-height: normal;
}
@media screen and (min-width: 768px){
	.teacher-block {
		width: calc((100% - 10px) / 2);
	}
}
@media screen and (max-width: 767px){
	.teacher-area {
		flex-direction: column;
	}
}

.school-info {
	background-color: #FFF;
	padding: 5px 15px;
	text-align: left;
	width: fit-content;
	margin: 0 auto;
}
.school-info i {
	color: #2e8ee0;
}
.school-img-area,
.event-img-area {
	display: flex;
	justify-content: center;
	column-gap: 10px;
	row-gap: 15px;
	flex-wrap: wrap;
}
.school-img-block,
.event-img-block {
	line-height: normal;
}
.school-img-block img,
.event-img-block img {
	margin-bottom: 5px;
}
@media screen and (min-width: 768px){
	.school-img-block,
	.event-img-block {
		width: calc((100% - 20px) / 3);
	}
}
@media screen and (max-width: 767px){
	.school-img-area,
	.event-img-area {
		flex-direction: column;
	}
}

span.under-yellow {
	font-weight: 700;
	background: linear-gradient(transparent 80% , #ffe100 80%);
}
.event-img-block {
	text-align: center;
}

.step-block-left div img {
	width: 75%;
	margin-bottom: 10px;
}
.step-block-right {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.step-box {
	display: flex;
	align-items: stretch;
}
.step-num {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffe100;
	padding: 10px 0;
}
.step-num img {
	width: 30px;
}
.step-num + * {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #FFF;
	padding: 10px;
	line-height: normal;
}
.step-box h5 {
	margin-bottom: 0;
}
.step-box:not(:last-child) {
	position: relative;
}
.step-box:not(:last-child):before{
	content: '';
	display: inline-block;
	background-image: url(../img/allow_down.png);
	background-size: contain;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	position: absolute;
	top:calc(100% + 5px);
	right: 0;
	left: 0;
	margin: 0 auto;
}
@media screen and (max-width: 991px){
	.step-block-left {
		display: none;
	}
}

#friend-campain {
	padding-top: 30px;
	padding-bottom: 0;
}
#friend-campain img {
	width: 90%;
}
@media screen and (max-width: 767px){
	#friend-campain {
		padding-top: 15px;
	}
	#friend-campain img {
		width: 100%;
	}
}

.qa-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-size: 18px;
}
.qa-block {
	width: 100%;
	background-color: #FFF;
	padding: 10px 20px;
	border-radius: 14px;
}
.qa-block p {
	font-weight: 700;
}
.qa-block > p {
	border-bottom: 2px solid #dedede;
}
.qa-block div {
	line-height: normal;
}
@media screen and (min-width: 992px){
	.qa-block {
		width: 70%;
	}
}

.company-row {
	justify-content: center;
}
.company-row > div {
	border-bottom: 1px solid #000000;
}
.company-row p {
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 767px){
	.company-row {
		margin-bottom: 5px;
	}
	.company-row > div:nth-child(1) {
		font-weight: 700;
		border-bottom: none;
	}
	.company-row > div:nth-child(2) {
		line-height: normal;
		padding-bottom: 5px;
	}
}

.inquiry-container {
	max-width: 800px;
}
.inquiry-caution {
	text-align: left;
	line-height: normal;
	width: fit-content;
	margin: 0 auto;
}
.inquiry-container .text-red {
	color: #ff0000;
}
.form-input {
	width: 100%;
	border: none;
	background-color: #FFF;
	padding: 5px 10px;
}
.form-textarea {
	width: 100%;
	margin-bottom: 5px;
	height: 300px;
	border: none;
	background-color: #FFF;
	padding: 5px 10px;
}
.form-check-label {
	padding-left: 5px;
}
a.contact-link {
	color: #007bff;
}
.submit-btn {
	padding: 5px 70px;
	border-radius: 100px;
	color: #FFF;
	border: 2px solid #000000;
	background-color: #000000;
	transition: all .3s;
}
.submit-btn:hover {
	color: #000000;
	background-color: #FFF;
	border-color: #000000;
}

.confirm-btn-area {
	justify-content: center;
	gap: 15px;
}
.back-btn {
	padding: 5px 70px;
	border-radius: 100px;
	border: 2px solid #000000;
	transition: all .3s;
}
.back-btn:hover {
	color: #FFF;
	background-color: #000000;
}

.disclaimer-container h5 {
	font-weight: 600;
}