@charset "UTF-8";
/* CSS Document */
@media (min-width: 751px) {
#lp {
	margin-top: 75px;
}
}

.ao_lp {
    background:
	url("../img/aoentry_lp/bg_entry.png") no-repeat right 75px,
  repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 0.5em,
    #eee 0.5em,
    #eee 1em);
	background-attachment: fixed;
	display: flex;
	justify-content: flex-start;
}
.ao_bg {
	background:  url("../img/aoentry_lp/bg_entry.png") right top no-repeat;
}
.ao_lp img {
	max-width: 100%;
	height: auto;
}

.RightWrap {
	max-width: 480px;
	background: #FFF;
	margin: 0 auto;
}

.Left_btn .btn a,
.RightWrap .btn a {
	width: 90%;
	margin: 0 auto;
}
.service__ttl {
    position: relative;
    text-align: center;
    display: block;
    width: fit-content;
    line-height: 1.2;
    margin: 0 auto 1rem;
    padding: 0 1rem;
	font-size: 20px;
	letter-spacing: 1px;
}
.service__ttl::before, .service__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 2rem;
    background: rgba(0, 0, 0, 1);
}
.service__ttl::before {
    transform: rotate(-30deg);
    left: 0;
	bottom: -8px;
}
.service__ttl::after {
    transform: rotate(30deg);
    right: 0;
	bottom: -8px;
}
.deadlineBox {
	margin: 30px auto 0;
	width: 90%;
}
.deadline {
	text-align: center;
	font-size: 35px;
	padding-top: 30px;
	padding-bottom: 20px;
	background:  url("../img/aoentry_lp/wave.png") bottom center no-repeat;
	background-size: 85% auto;
	display: flex;
	justify-content: center;
    align-items: baseline;
}
.deadline .big {
	font-size: 150%;
}
.week{
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background:  #000;
	line-height: 23px;
	color: #FFF;
	font-size: 15px;
	margin-top: -50px;
}
.MeritBox {
	background: #ecf3fc;
	padding: 15% 5%;
	margin-top: 8%
}
.MeritBox li {
	margin-top: 30px;
	padding-bottom: 40px;
	border-bottom: 3px dashed #c4c4c4;
}
.merit01 {
	padding-top: 20px;
}
.merit01 img {
	margin-left: 10px;
}
.detail_btn {
	position: relative;
}
.detail_btn a {
	color: #4c9fe4;
	display: block;
}
.detail_btn a:hover {
	background: none !important;
	color: #4c9fe4 !important;
}
.detail_btn {
    position: relative;
    border-bottom: 2px solid currentColor;
    color: #3388dd;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
	width: 30%;
	margin-left: 70%;
	padding-bottom: 5px;
	margin-top: 10px;
}
.detail_btn::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.MeritBox ul {
	margin-bottom: 30px;
}
.StepBox {
	background: #f3eeee;
	padding: 15% 0 15% 5%;
}
.step_ttl {
	width: 95%;
	margin-right: 5%;
}
.StepListWrap {
	background: url("../img/aoentry_lp/stripe_gra.png") left top no-repeat;
	background-size: 26px auto;
	margin: 70px 0 0 25px;
	padding-top: 30px;
}
.StepBox ul {
	margin: -50px 0 0 -28px;
}
.StepBox li {
	display: flex;
}
.StepBox li:last-child {
	margin-top: 50px;
}
.step_num {
	width: 170px;
	margin-right: -10px;
}
.btn_type04.arrow.oc_btn a {
    background-color: #f7a7a7 !important;
}
.btn_type04.arrow.org a {
    background-color: #a7f99e !important;
}
.last_btn {
	margin-top: 30px;
}
.LeftWrap {
	position: fixed;
	width: 33%;
	z-index: 2;
}

.Left_btn {
	width: 80%;
	margin-left: 20%;
}
.Left_btn p {
	margin-top: 30px;
}
.btn_type04.arrow a {
	font-size: 18px;
}
@media (max-width: 1500px) {
.LeftWrap {
	display: none;
}
.btn_type04.arrow a {
	padding: 15px 0;
}
}
@media (max-width: 751px) {
.service__ttl {
	padding: 0 0.8rem;
	font-size: 14px;
}
.service__ttl::before, .service__ttl::after {
    height: 1.5rem;
}
.service__ttl::before {
	bottom: -5px;
}
.service__ttl::after {
	bottom: -5px;
}
.deadline {
    font-size: 25px;
    padding-bottom: 15px;
    background-size: 90% auto;
}
.detail_btn {
    width: 40%;
    margin-left: 60%;
    padding-bottom: 10px;
    margin-top: 15px;
}
.detail_btn::after {
    top: 22%;
}
.StepBox ul {
    margin: -50px 0 0 -15px;
}
.StepBox .btn_type04.arrow a {
	font-size: 15px;
}
.StepListWrap {
    background: url(../img/aoentry_lp/stripe_gra_sp.png) left top no-repeat;
    margin: 70px 0 0 10px;
}
.home-new2026 footer {
     padding-bottom: 0em;
     margin-bottom: -7em;
}
}