/**
 * TOP nav
 */
h1.teacher-application-title {
    margin: 20px 0 10px;
}
 
.teacher-application-nav {
  display: flex;
  margin-top: 40px;
}

.teacher-application-nav a {
  position: relative;
  text-align: center;
  color: #3D3C3C;
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 200px;
  padding: 25px 0;
}
.teacher-application-nav a:hover {
  text-decoration: none;
}
.teacher-application-nav a:not(:last-child):before {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  display: inline-block;
  width: 1px;
  height: 70%;
  background-color: #DDD;
}
.teacher-application-nav a:after {
  font-family: FontAwesome;
  content: '\f078';
  display: block;
  font-size: 20px;
}

.teacher-application-header {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  color: #444;
  margin-top: 20px;
}

/**
 * GLOBAL CROWNで大活躍の先生はこんな人！
 */
.teacher-application-requirements {
  padding: 40px 30px 30px;
  background: #FFCF36;
  border-radius: 15px;
}

.teacher-application-requirements h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.teacher-application-requirements ul {
  padding: 40px 0 30px 161px;
  background: #FFFFFF;
}

.teacher-application-requirements li {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.teacher-application-requirements li:not(:last-child) {
  margin-bottom: 30px;
}
.teacher-application-requirements li:before {
  position: absolute;
  display: block;
  top: -8px;
  left: -52px;
  font-family: FontAwesome;
  content: '\f096';
  font-size: 32px;
  color: #EEEEEE;
}
.teacher-application-requirements li:after {
  position: absolute;
  display: block;
  top: -15px;
  left: -54px;
  font-family: FontAwesome;
  content: '\f00c';
  font-size: 34px;
  color: #FF408E;
}

.teacher-application-howtowork h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

/**
 * 勤務の流れ
 */
.teacher-application-work-flow h2 {
  background: #FFCF36;
  text-align: center;
  color: #3D3C3C;
  padding: 26px 0;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}

.teacher-application-work-flow-items {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.teacher-application-work-flow-item {
  position: relative;
  width: 440px;
  height: 440px;
  border-radius: 25px;
  border: 1px solid #E3E3E3;
  background: #FFFFFF no-repeat bottom;
  margin-bottom: 30px;
}
.teacher-application-work-flow-item:nth-child(1) {
  background-image: url("/assets/img/lp/teacher/application/index/work_flow_items/1.png");
}
.teacher-application-work-flow-item:nth-child(2) {
  background-image: url("/assets/img/lp/teacher/application/index/work_flow_items/2.png");
}
.teacher-application-work-flow-item:nth-child(3) {
  background-image: url("/assets/img/lp/teacher/application/index/work_flow_items/3.png");
}
.teacher-application-work-flow-item:nth-child(4) {
  background-image: url("/assets/img/lp/teacher/application/index/work_flow_items/4.png");
}

.teacher-application-work-flow-item-number {
  position: absolute;
  color: #FFCF36;
  font-size: 30px;
  top: 53px;
  left: 30px;
}

.teacher-application-work-flow-item-title {
  position: absolute;
  top: 63px;
  left: 81px;
  color: #3D3C3C;
  font-size: 20px;
  font-weight: bold;
}

.teacher-application-work-flow-item-description {
  position: absolute;
  top: 103px;
  left: 81px;
  color: #3D3C3C;
  font-size: 14px;
  font-weight: bold;
}


/**
 * レッスンのイメージ
 */
.teacher-application-lesson h2 {
  color: #3D3C3C;
  font-size: 30px;
  font-weight: bold;
  padding: 0 0 14px 4px;
  border-bottom: 2px solid #FFCF36;
  margin-bottom: 50px;
}

.teacher-application-lesson-items {
  display: flex;
  margin-top: 30px;
}

.teacher-application-lesson-item {
  position: relative;
  width: 210px;
  background: #FFFFFF;
}
.teacher-application-lesson-item:before {
  position: absolute;
  content: '';
  border-bottom: 20px solid #FFFFFF;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.teacher-application-lesson-item-text {
  color: #3D3C3C;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.teacher-application-lesson-item-image {
  margin: 0 8px 8px;
}


/**
 * 採用フロー
 */
.teacher-application-selection-flow h2 {
  font-size: 30px;
  font-weight: bold;
  color: #3D3C3C;
  text-align: center;
  margin-bottom: 50px;
}

.teacher-application-selection-flow-items-container {
  padding: 55px 0 0;
  display: flex;
}

.teacher-application-selection-flow-item {
  position: relative;
  width: 130px;
  height: 180px;
  border: 2px solid #E6EEFF;
  border-radius: 15px;
  margin-right: 25px;
}
.teacher-application-selection-flow-item:after {
  position: absolute;
  display: block;
  top: 66px;
  right: -22px;
  font-family: FontAwesome;
  content: '\f105';
  font-size: 35px;
  color: #0D46B7;
}
.teacher-application-selection-flow-item:nth-child(5):after {
  right: -54px;
}
.teacher-application-selection-flow-item:last-child {
  margin-right: 0;
  margin-left: 70px;
  width: 180px;
}
.teacher-application-selection-flow-item:last-child:after {
  content: none;
}

.teacher-application-selection-flow-item-title {
  position: absolute;
  top: 28px;
  width: 100%;
  text-align: center;
  color: #3D3C3C;
  font-size: 14px;
}

.teacher-application-selection-flow-item-image {
  position: absolute;
  top: 58px;
  width: 100%;
  text-align: center;
}
.teacher-application-selection-flow-item-image img {
  margin: 0 auto;
}

.teacher-application-selection-flow-item-description {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  color: #3D3C3C;
  font-size: 14px;
  font-weight: bold;
}

.teacher-application-selection-flow-balloon {
  position: absolute;
  padding: 12px 14px;
  background: #0D46B7;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
}
.teacher-application-selection-flow-balloon:after {
  position: absolute;
  content: '';
  border-top: 5px solid #0D46B7;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}


/**
 * 募集要項
 */
.teacher-application-job-description {
  background: #E6EEFF;
  border-radius: 15px;
  margin-top: 100px;
  padding: 30px 25px 20px;
}

.teacher-application-job-description h2 {
  text-align: center;
  color: #3D3C3C;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.teacher-application-job-description table th, .teacher-application-job-description table td {
  border-top: none;
  padding: 40px 0;
  vertical-align: top;
  border-bottom: 1px solid #0D46B7;
}
.teacher-application-job-description table tr:last-child th, .teacher-application-job-description table tr:last-child td {
  border-bottom: none !important;
}

.teacher-application-job-description table th {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 270px;
}

.teacher-application-job-description table td {
  font-size: 16px;
  line-height: 27px;
}


/**
 * 2種類の勤務方法
 */
.teacher-application-work-style {
  margin-top: 100px;
}
.teacher-application-work-style h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #3D3C3C;
  margin-bottom: 45px;
}
.teacher-application-work-style p {
  display: block;
}
