@charset "UTF-8";

body {
  background: #ffffff;
}
body::before {
  content: "";
  height: 950px;
  width: 100%;
  position: absolute;
  background: url(/assets/img/lp/common/img-bg-body.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.c-fixed {
  position: sticky;
  width: 100%;
  max-width: 100%;
  top: 0;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  z-index: 10;
}

section.gray {
  background-color: #f6f6f6;
}
h3 {
  font-size: 22px;
  line-height: 45px;
  font-weight: bold;
}
h3.required::after {
  content: '必須';
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 10px;
  border-radius: 4px;
  background-color: #ff408e;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  vertical-align: middle;
}
p {
  font-size: 16px;
}

.form .form_sec {
  margin-bottom: 30px;
}
.form li {
  border-bottom: 1px solid #f4f4f4;
}
.form li:last-child {
  border: none;
}
.form .form_error {
  display: block;
  font-weight: bold;
  margin-top: 2px;
}
.form.type2 li {
  padding: 20px 90px;
}
.form.type2 li h3 {
  font-size: 18px;
  color: #424e50;
  font-weight: bold;
}

p.note {
  font-size: 12px;
}
.note {
  margin-top: 5px;
  font-size: 116.5%;
}
.note .note_item {
  margin-left: 32px;
  margin-bottom: 5px;
}
.note .note_item:before {
  content: '※';
}

.form_error {
  color: #ff408e;
}


#other_interview_dates {
  width: 400px;
}

.btn-pickup {
  position: relative;
  background-color: #ff408e;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
  border-radius: 6px;
  color: #FFFFFF;
  width: 500px;
}
.btn-pickup:hover {
  background-color: #1dcb9a;
  color: #FFFFFF;
}
.btn-pickup .arrow-right {
  position: absolute;
  right: 10px;
  top: 22px;
}
.breadcrumbs a {
  margin-left: 0;
}

a.link-faq {
  background-color: #5ECAD6;
  color: #fff;
  padding: 15px;
  display: inline-block;
  width: 400px;
  margin-top: 20px;
  border-radius: 20px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
a.link-faq:hover {
  background-color: #50A9B2;
}

.form.type2 .text_base {
    font-size: 14px;
    padding: 15px;
}
.form.type2 .text_base li {
  padding: 10px;
}
.form.type2 .text_base li ol li {
  padding: 0 0 5px 10px;
  border: 0;
}
