html {
  margin: 0 !important;
}

body {
  background-color: #f5f5f5;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: 'slnt' 0;
  font-size: 15px;
  margin: 0;
}

.header.kourousyou {
  height: 53px;
  background-color: white;
}
.header.kourousyou .logo {
  height: 34px;
  width: auto;
  position: absolute;
  top: 7px;
  left: 35px;
}

#js-pointing-hand {
  display: none;
}
#js-phone-input-alert {
  display: none;
}

.kourousyou .header-right img {
  position: absolute;
  height: 50px;
  width: auto;
  right: 28px;
}

#wrapper {
  margin: 0 auto;
  max-width: 600px;
  padding: 0;
  width: 100%;
}

main {
  width: 100%;
  padding-bottom: 26px;
  overflow: auto;
}

main img {
  width: 100%;
  height: auto;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

h2 .color {
  color: #112860;
}

.btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.btns a {
  text-decoration: none;
  color: black;
}

.btn {
  padding: 15px 0;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: white;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn .txt {
  margin-top: 10px;
}
.btn img {
  height: 55px;
  width: auto;
}
.btn:has(input:checked) {
  background-color: #28385e;
  color: white;
  box-shadow: none;
}

.btns input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.submit-btn,
.submit-btn-fixed {
  width: 278px;
  height: 52px;
  background-color: #28385e;
  color: white;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  position: relative;
}
.two-line {
  height: 63px;
}
.submit-btn.finish,
.submit-btn-fixed.finish {
  color: #fee639;
  margin-top: 2px;
}
.submit-btn.finish.mt-20,
.submit-btn-fixed.finish.mt-30 {
  margin-top: 20px;
}
.submit-btn:disabled {
  color: white;
  background-color: #afafaf;
  border: none;
}

.submit-btn.finish.arrow-right {
  padding-right: 25px;
}

.arrow-right::after {
  content: '';
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.submit-btn.finish.arrow-right::after {
  content: '';
  border: 0;
  border-top: solid 3px #fee639;
  border-right: solid 3px #fee639;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.submit-btn:disabled.finish.arrow-right::after {
  color: white;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.back-btn-wrap {
  text-align: center;
}

.back-btn {
  color: black;
  font-size: 16px;
  padding: 0 20px;
  position: relative;
  width: 70px;
  height: 30px;
  line-height: 30px;
  display: block;
  margin: 0 auto;
}
.back-btn::after {
  content: '';
  border: 0;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(225deg);
}
.back-btn-wrap a {
  color: black;
  text-decoration: none;
}

.noti {
  color: #e2675a;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.header {
  height: 68px;
  position: relative;
}

.header .logo {
  width: 108px;
  position: absolute;
  top: 7px;
  left: 13px;
}

.header .txt {
  font-size: 12px;
  color: black;
  position: absolute;
  top: 26px;
  right: 50px;
}

.header__slim {
  height: 37px;
  background-color: white;
}

.header__slim .logo {
  width: 55px;
  left: 50px;
}
.header__slim .txt {
  font-size: 10px;
  right: 50px;
  top: 12px;
}

.footer {
  background-color: #afafaf;
  color: black;
  font-size: 12px;
  width: 100%;
  padding: 22px 0 26px;
}

.footer .links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer .links a {
  color: black;
  text-decoration: none;
}

.footer .copyright {
  margin-top: 18px;
}

input[type='text'],
input[type='tel'] {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  margin: 0 20px;
  margin-bottom: 10px;
  min-width: 240px;
}

input[type='text'].mini {
  width: 90px;
  min-width: 90px;
}

input::placeholder {
  font-size: 15px;
}

.flex-input {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.flex-input .unit {
  margin-top: 10px;
  font-size: 15px;
}

.info {
  font-size: 14px;
  margin-top: 20px;
}

.lp-popup {
  display: none;
  position: absolute;
  width: 100%;
  top: 35%;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 600px;
  border: 1px solid #010101;
  background-color: #fff;
  z-index: 100;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.lp-popup h2 {
  font-size: 18px;
}

.lp-popup-wrapper {
}

.super-front {
  z-index: 1000;
  position: relative;
}

.lp-popup-wrapper--white {
  background-color: white;
  border: 1px solid #000;
  padding-bottom: 15px;
}

.lp-popup-btns {
  width: 70%;
  margin: 0 auto 5px;
}

.lp-popup .btn {
  margin-bottom: 10px;
}

.lp-popup-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 99;
}

.lp-popup-bg--static {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 99;
}

.btn-secondary {
  background-color: #28385e;
  color: white;
  border: none;
  box-shadow: 0 3px 0 #15213c;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  height: 50px;
}

.btn-primary {
  background-color: #fee639;
  color: black;
  border: none;
  box-shadow: 0 3px 0 #dec827;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  height: 50px;
}

.btn-secondary a {
  line-height: 20px;
  text-decoration: none;
  color: white;
}
.btn-primary a {
  text-decoration: none;
  line-height: 20px;
  color: black;
}

.ssl-banner {
  background-color: white;
  display: flex;
  justify-content: center;
  text-align: left;
}

.ssl-banner-text {
  font-size: 10px;
  padding: 15px 0;
}

.ssl-banner-icon {
  width: 42px;
  height: 42px;
  padding: 10px 0;
  margin-right: 27px;
}

.lock-icon {
  height: 14px;
  width: 13px;
}

.secret {
  font-weight: bold;
  font-size: 13px;
  color: #18306a;
}

.yellow-fill {
  background-color: #fbf197;
  margin: 0 20px 20px 20px;
  padding: 10px 0;
}

.pointing-hand-wrapper {
  position: relative;
}

.pointing-hand-03 {
  position: absolute;
  top: 8px;
  right: -46px;
  width: 100px !important;
}

.pointing-hand {
  position: absolute;
  top: 10px;
  right: -44px;
  width: 85px !important;
  height: 105px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.title-with-sub {
  width: 250px;
  margin: 20px auto 10px;
}
.title-with-sub--large {
  width: 300px;
  margin: 20px auto 10px;
}

.title-with-sub__title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.title-with-sub__title--large {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

.title-with-sub__sub {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  margin-top: -5px;
}

.offers-updated {
  background-color: #dee5f5;
  text-align: right;
  height: 21px;
  line-height: 21px;
}

.offers-updated__text {
  font-size: 12px;
  margin-right: 10px;
}

select {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  margin: 0 20px;
  margin-bottom: 10px;
  min-width: 257px;
  font-weight: normal;
  color: gray;
  font-family: 'Inter', sans-serif;
}

.text-gray {
  color: #818181;
}
.text-red {
  color: #da4d3e;
}
.text-yellow {
  color: #fee639;
}

.link-gray {
  color: #818181;
  text-decoration: underline;
}

.text-ao2 {
  color: #112860;
}

.text-10 {
  font-size: 10px;
}
.text-15 {
  font-size: 15px;
}
.text-13 {
  font-size: 13px;
}
.text-20 {
  font-size: 20px;
}

.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-0 {
  margin-top: 0;
}

.check-gray {
  accent-color: #818181;
}

.bg-cover {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}

/* 求人掲載カードの応募から遷移して来た場合に表示される部分 */
.SelectedJobPosting {
  padding: 10px;
  text-align: left;
}

.SelectedJobPosting__Heading {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #28385e;
}

.SelectedJobPosting__Main {
  padding: 10px;
  border-radius: 5px;
  background-color: #d7d7d7;
}

.SelectedJobPosting__CompanyName {
  font-size: 15px;
}

.SelectedJobPosting__JobPostingTitle {
  font-size: 18px;
  font-weight: bold;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
