@charset "utf-8";
/*------------------------------------------------
parts
------------------------------------------------*/
.submain {
  width: 100%;
  height: 150px;
  text-align: center;
  background: url(../img/subpage/bg_main.png) repeat left top / 110px 73px;
  padding: 45px 0 0 0;
}
.submain__subtitle {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 14px;
}
.submain__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.05em;
}

/*------------ linkbtn ------------*/
.linkbtn {
  width: 320px;
  height: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  position: relative;
  font-weight: bold;
  background: #4fc4d8;
  transition: all 0.25s ease;
  border-radius: 35px;
}
.linkbtn::after {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .linkbtn:hover {
    opacity: .7;
  }
}
/*============================ #のれん見出し ============================*/
.block-ttl-wrp {
  position: relative;
  margin-bottom: 30px;
}
.block-ttl {
  width: 384px;
  height: 82px;
  background: #4fc4d8;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.15em;
}
.block-ttl .ff-en {
  display: block;
  line-height: 1;
  font-size: 18px;
}
.block-ttl span img {
  display: block;
}

/* ---------------------------------------------------------------- 募集要項 ---- */
.apply {
  background: #f5f3ea;
  padding: 50px 0 80px;
}
.apply__inner {
  width: 900px;
  margin: 0 auto;
}
.apply-subtitle {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fec500;
  margin-bottom: 5px;
}
.apply-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
.apply-name {
  font-size: 24px;
  line-height: 30px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}
.apply-name::before,
.apply-name::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  border: 7.5px solid transparent;
}
.apply-name::before {
  border-bottom: 7.5px solid #fdb900;
  border-left: 7.5px solid #fdb900;
  top: 0;
}
.apply-name::after {
  border-top: 7.5px solid #4fc4d8;
  border-left: 7.5px solid #4fc4d8;
  top: 15px;
}
.apply-name--02 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.apply-name--02::before,
.apply-name--02::after {
  display: none;
}
.apply-table {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  border-top: 1px solid #d5d1be;
  letter-spacing: 0.05em;
}
.apply-table__title {
  padding: 25px 0 25px 30px;
  background: #fff;
  width: 160px;
  border-bottom: 1px solid #d5d1be;
  font-size: 15px;
  line-height: 28px;
}
.apply-table__content {
  width: calc(100% - 160px);
  padding: 25px 30px;
  font-size: 15px;
  line-height: 28px;
  border-bottom: 1px solid #d5d1be;
}
.apply-list__title {
  padding-left: 30px;
  line-height: 17px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.apply-list__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-top: 8.5px solid #4fc4d8;
  border-left: 8.5px solid #63d082;
  border-bottom: 8.5px solid #fc96c8;
  border-right: 8.5px solid #ffe109;
}
.apply-list__content {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 30px;
}
.apply-list__content:last-child {
  margin-bottom: 0;
}
.apply-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 320px;
  height: 70px;
  text-align: center;
  background: #ee7912;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  border-radius: 35px;
  margin: 30px auto 0;
  position: relative;
  transition: all 0.25s ease;
}
.apply-btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  /* ---- PC ---- */
  .apply-btn:hover {
    background: #532718;
  }
}

@media screen and (max-width: 767px) {
  /* ---- SP ---- */
  /*------------------------------------------------
	parts
	------------------------------------------------*/
  .submain {
    height: 90px;
    background: url(../img/subpage/bg_main.png) repeat left top / 55px 36.5px;
    padding: 25px 0 0 0;
  }
  .submain__subtitle {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
  }
  .submain__title {
    font-size: 16px;
    line-height: 23px;
  }

  /*------------ linkbtn ------------*/
  .linkbtn {
    width: 280px;
    height: 50px;
    font-size: 15px;
    line-height: 23px;
    border-radius: 25px;
  }
  .linkbtn::after {
    height: 5px;
    width: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 15px;
  }
  /*============================ #のれんの見出し ============================*/
  .block-ttl-wrp {
    margin-bottom: 12px;
  }
  .block-ttl {
    width: 344px;
    height: 73px;
    font-size: 16px;
    max-width: 100%;
  }
  .block-ttl .ff-en {
    font-size: 14px;
  }

  /* ---------------------------------------------------------------- 募集要項 ---- */
  .apply {
    padding: 20px 0 70px;
  }
  .apply__inner {
    width: 100%;
  }
  .apply-subtitle {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
  }
  .apply-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .apply-name {
    font-size: 14px;
    line-height: 18px;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .apply-name::before,
  .apply-name::after {
    left: 15px;
    border: 4.5px solid transparent;
  }
  .apply-name::before {
    border-bottom: 4.5px solid #fdb900;
    border-left: 4.5px solid #fdb900;
    top: 0;
  }
  .apply-name::after {
    border-top: 4.5px solid #4fc4d8;
    border-left: 4.5px solid #4fc4d8;
    top: 9px;
  }
  .apply-name--02 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .apply-name--02::before,
  .apply-name--02::after {
    display: none;
  }
  .apply-table {
    width: 100%;
    display: block;
    border-top: 1px solid #ccc;
  }
  .apply-table__title {
    padding: 10px 15px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    line-height: 20px;
  }
  .apply-table__content {
    width: 100%;
    padding: 20px 15px;
    font-size: 13px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
  }
  .apply-list__title {
    padding-left: 25px;
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .apply-list__title::before {
    border-top: 7px solid #4fc4d8;
    border-left: 7px solid #4fc4d8;
    border-bottom: 7px solid #fdb900;
    border-right: 7px solid #fdb900;
  }
  .apply-list__content {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .apply-list__content:last-child {
    margin-bottom: 0;
  }
  .apply-btn {
    width: 280px;
    height: 50px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 25px;
    margin: 20px auto 0;
    position: relative;
  }
  .apply-btn::after {
    width: 5px;
    height: 5px;
    right: 15px;
  }
}
