.style__h1 {
  background-image: url("../img/entry/entry_h1_bg_sp.webp");
}
.style__h1.entry-confirm__h1 {
  background-image: url("../img/entry/entry_confirm_h1_bg_sp.webp");
}
@media only screen and (min-width: 561px) {
  .style__h1 {
    background-image: url("../img/entry/entry_h1_bg.webp");
  }
  .style__h1.entry-confirm__h1 {
    background-image: url("../img/entry/entry_confirm_h1_bg.webp");
  }
}

.entry__login {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
}
.form-entry .form-entry__ttl {
  font-size: 36px;
  line-height: 50px;
}
.form-entry .form-entry__confirm {
  margin-bottom: 60px;
}
.form-entry .form-entry__confirm .dl--style1:first-child {
  padding-top: 0;
  border-top: 0;
}
.form-entry .form-entry__button button + button {
  margin-top: 20px;
}
@media only screen and (max-width: 560px) {
  .form-entry .confirm-main .form-row,
  .form-entry .confirm-main .form-caption,
  .form-entry .confirm-main .form-value {
    display: block;
  }
}
@media only screen and (min-width: 561px) {
  .form-entry .form-entry__ttl {
    font-size: 30px;
  }
  .form-entry .form-entry__confirm {
    max-width: 800px;
    margin: 0 auto 30px;
  }
  .form-value-agree .checkbox {
    display: inline-block;
  }
}

#entry {
  padding: 60px 0;
}
@media only screen and (min-width: 561px) {
  #entry {
    padding: 50px 0 0;
  }
}

#entry_confirm {
  padding: 60px 0;
}
.entry__overview {
  margin-bottom: 40px;
  padding: 30px;
  background: #EEF3F9;
  border: 2px solid #05499B;
}
.entry__overview .entry__ttl {
  font-size: 24px;
  line-height: 38px;
}
.entry__overview .entry__code {
  margin-top: 15px;
  color: #67747C;
}
@media only screen and (min-width: 561px) {
  #entry_confirm {
    padding: 80px 0;
  }
  .entry__overview .entry__ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
}

#entry_thanks {
  padding: 60px 0;
}
#entry_thanks h2.ttl {
  font-size: 36px;
  line-height: 50px;
}
@media only screen and (min-width: 561px) {
  #entry_thanks {
    padding: 80px 0 0;
  }
}

.form-register2 {
	width: 800px;
	margin: 0 auto;
}
.step-navi-wrap {
	display: flex;
	gap: 0 100px;
	align-items: center;
	justify-content: center;
}
.step-navi {
	width: 15px;
	height: 15px;
	background-color: #D4D4D4;
	border-radius: 50%;
  position: relative;
  margin: 5px;
}
.step-navi::before {
	content: "";
	width: 110px;
	height: 3px;
	background-color: #D4D4D4;
	position: absolute;
	left: 15px;
	top: calc(50% - 1.5px);
}
.step-navi:last-child::before {
  display: none;
}
.step-navi.active,
.step-navi.active-check {
  width: 30px;
	height: 30px;
	background-color: #2B4CA3;
  margin: 0;
}
.step-navi.active::before,
.step-navi.active-check::before {
	width: 105px;
	left: 30px;
}
.step-navi.active::after,
.step-navi.active-check::after {
	content: "";
	width: 24px;
	height: 24px;
	background-color: #fff;
	top: calc(50% - 12px);
	position: absolute;
	border-radius: 50%;
	left: 3px;
}
.step-navi.active-check::before {
	height: 5px;
	top: calc(50% - 2.5px);
	background-color: #2B4CA3;
}
.step-navi.active-check::after {
	background-image: url(../img/common/icon_check_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #2B4CA3;
}
.step-navi-text-wrap {
	display: flex;
	justify-content: center;
	gap: 0 80px;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 10px;
}
.ttl1 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  font-family: 'Noto Serif JP';
  padding-bottom: 0.5em;
}
.ttl1::before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
  background-color:rgba(3, 73, 155, 0.3);
	bottom: 0;
}
.ttl1::after {
	content: "";
	background-color: #03499B;
	width: 140px;
	bottom: 0;
	position: absolute;
	left: 0;
	height: 1px;
}
.ttl2 {
  font-weight: bold;
  color: #2B4CA3;
}
.step {
  display: none;
}
.step._step1 {
  display: block;
}
.entry__dl-block {
	padding: 30px 0;
	display: flex;
	border-bottom: 1px solid #ccc;
}
.entry__dt {
	width: 190px;
	position: relative;
	font-weight: bold;
	padding-top: 0.5em;
}
.entry__dt .required {
	position: absolute;
	right: 0;
	top: 1em;
	font-size: 12px;
	background-color: #B54145;
	font-weight: bold;
	padding: 5px;
	color: #fff;
	border-radius: 2px;
	line-height: 1;
}
.entry__dd {
  width: calc(100% - 190px);
  padding-left: 50px;
}
.entry__dd2 {
  padding-top: 10px;
}
.entry__btn-wrap {
  margin-top: 60px;
}
.form-rule-wrap {

}
.name-wrap {
	display: flex;
	gap: 0 10px;
}
.name-block {
	display: flex;
	gap: 0 10px;
}
.name-label {
	padding-top: 10px;
}
.name-label2 {
  padding-left: 1em;
}
.name-block:nth-of-type(2) {
  margin-left: 10px;
}
.name-wrap .input-text {
	max-width: 220px;
}
.entry__flex-column {
	display: flex;
	flex-direction: column;
	gap: 0.5em 0;
}
.job-type-exp {
  display: none;
}
.entry__btn-wrap2 {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.back__button {
  font-size: 14px;
  color: #2B4CA3;
  text-decoration: underline;
}
.thanks-text-wrap {
	width: 800px;
	margin: 0 auto;
	border: 3px solid #294BA2;
	padding: 40px 150px;
}
.thanks-text-wrap .ttl2 {
	color: #2B4CA3;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.thanks-text-wrap .icon_bulb {
	width: 35px;
	vertical-align: bottom;
}
@media only screen and (max-width: 560px) {
  .entry__login {
    padding: 5.36vw;
  }
  .form-entry .form-entry__ttl {
    font-size: 6.43vw;
    line-height: 8.93vw;
  }
  .form-entry .form-entry__confirm {
    margin-bottom: 10.71vw;
  }
  .form-entry .form-entry__button button + button {
    margin-top: 3.57vw;
  }
  #entry {
    padding: 10.71vw 0;
  }
  #entry_confirm {
    padding: 10.71vw 0;
  }
  .entry__overview {
    margin-bottom: 7.14vw;
    padding: 5.36vw;
    border: 0.36vw solid #05499B;
  }
  .entry__overview .entry__ttl {
    font-size: 4.29vw;
    line-height: 6.79vw;
  }
  .entry__overview .entry__code {
    margin-top: 2.68vw;
  }
  #entry_thanks {
    padding: 10.71vw 0;
  }
  #entry_thanks h2.ttl {
    font-size: 6.43vw;
    line-height: 8.93vw;
  }

  .form-register2 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
  }
  .step-navi-wrap {
    gap: 0 17.86vw;
  }
  .step-navi-wrap {
    gap: 0 17.86vw;
  }
  .step-navi {
    width: 2.68vw;
    height: 2.68vw;
    margin: 0.89vw;
  }
  .step-navi::before {
    width: 19.64vw;
    height: 0.54vw;
    left: 2.68vw;
    top: calc(50% - 1.0.89vw);
  }
  .step-navi.active,
  .step-navi.active-check {
    width: 5.36vw;
    height: 5.36vw;
  }
  .step-navi.active::before,
  .step-navi.active-check::before {
    width: 18.75vw;
    left: 5.36vw;
  }
  .step-navi.active::after,
  .step-navi.active-check::after {
    content: "";
    width: 4.29vw;
    height: 4.29vw;
    top: calc(50% - 2.14vw);
    left: 0.54vw;
  }
  .step-navi.active-check::before {
    height: 0.89vw;
    top: calc(50% - 2.0.89vw);
  }
  .step-navi-text-wrap {
    gap: 0 14.29vw;
    font-size: 2.68vw;
    padding-left: 1.79vw;
    margin-top: 1.79vw;
  }
  .ttl1 {
    font-size: 6.43vw;
  }
  .ttl1::after {
    width: 25vw;
  }
  .entry__dl-block {
    padding: 5.36vw 0;
    display: block;
  }
  .entry__dt {
    width: 100%;
    padding: 0;
  }
  .entry__dt .required {
    top: 0.3em;
    font-size: 3.21vw;
    padding: 0.89vw;
    border-radius: 0.36vw;
  }
  .entry__dd {
    width: 100%;
    padding: 0.5em 0 0 0;
  }
  .entry__dd .flex-wrap {
    flex-wrap: wrap;
    display: flex;
  }
  .entry__dd .flex-between {
    justify-content: space-between;
  }
  .entry__dd2 {
    padding-top: 1.79vw;
  }
  .entry__btn-wrap {
    margin-top: 10.71vw;
  }
  .form-rule-wrap {

  }
  .name-block {
    display: block;
  }
  .name-label2 {
    padding-left: 0;
  }
  .name-label {
    padding-top: 1.79vw;
  }
  .name-block:nth-of-type(2) {
    margin-left: 3.57vw;
  }
  .name-wrap .input-text {
    max-width: 39.29vw;
  }
  .entry__flex-column {
    display: flex;
    flex-direction: column;
    gap: 0.5em 0;
  }
  .entry__btn-wrap2 {
    gap: 3.57vw 0;
  }
  .back__button {
    font-size: 3.57vw;
  }
  .thanks-text-wrap {
    width: auto;
    margin: 0 7.14vw;
    border: 0.54vw solid #294BA2;
    padding: 7.14vw 3.57vw;
  }
  .thanks-text-wrap .ttl2 {
    font-size: 3.93vw;
  }
  .thanks-text-wrap .icon_bulb {
    width: 6.25vw;
  }
}