@charset "UTF-8";

.txt-orange {
  color: #FF7E28;
}
.bg-orange {
  background-color: #FFF3E0;
}
mark {
  background:linear-gradient(transparent 60%, #F5FF00 60%);
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.64;
  margin-bottom: 20px;
}
h2.h2--bar {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
h2.h2--bar::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: #FF7E28;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:1024px) {
  h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  h2.h2--bar {
    padding-bottom: 28px;
  }
  h2.h2--bar::after {
    width: 64px;
  }
}

.page-heading--apply .page-heading__bg {
  background: #FF7E28;
  aspect-ratio: 335 / 82;
  border-radius: 10px;
}
.page-heading--apply .page-heading__inner {
  height: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.page-heading--apply .page-heading__title-main {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width:1024px) {
  .page-heading--apply .page-heading__bg {
    aspect-ratio: 1326 / 153;
  }
  .page-heading--apply .page-heading__title-main {
    font-size: 3rem;
  }
}

.sec_recommend .box{
	padding: 40px 20px 30px;
	border-radius: 20px;
	position: relative;
}
.bubble{
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100vw - 80px);
}
.kantan{
	position: absolute;
	bottom: -37px;
	right: -10px;
	width: 100px;
}
.sec_recommend li{
	position: relative;
	padding-left:30px;
	margin-bottom: .8em;
	line-height: 1.5;
}
.sec_recommend li:before{
	content: "";
	background:url("../img/apply/checkbox.svg") center center / contain no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 5px;
	left: 0;
}


.sec_apply, .sec_recommend {
  padding: 40px 0;
}
	.thanks .box{
		background-color: #EAF9F2;
	}
@media screen and (max-width:1023px) {
	.form .inner{
		padding: 0;
	}
}
@media screen and (min-width:1024px) {
  .sec_apply, .sec_recommend {
    padding: 90px 0 120px;
  }

.sec_recommend .box{
	padding: 90px 100px;
	}
	.bubble{
		width: 430px;
	}
	.kantan{
		width: 140px;
	}
.sec_recommend li{
	font-size:28px;
	padding-left: 50px;
	}
.sec_recommend li:before{
	width: 32px;
	height: 32px;
	top: 7px;
	}
	.thanks .sec_apply{
		padding: 90px 0 0;
	}
	.thanks .sec_recommend{
		padding-bottom: 90px;
	}
	.announce{
		font-size: 28px;
	}
}