@charset "UTF-8";
html, body, article, aside, details, figcaption, figure, footer, header, nain, nav, section, div, p, pre, blockquote, hr, address, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, a, abbr, acronym, b, big, cite, code, del, dfn, em, i, ins, kbd, mark, q, ruby, s, samp, small, span, strike, strong, sub, sup, time, tt, u, var, audio, canvas, embed, iframe, img, object, video, details, menu, summary, button, fieldset, form, input, label, legend, output, optgroup, option, select, textarea {
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

address, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

code, kbd, pre, samp, button, input, select, textarea {
  font-size: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-size: 1.4rem;
}

ul, ol {
  list-style: none;
}

pre {
  word-wrap: break-word;
  word-break: break-all;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins, mark {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
}

small {
  font-size: 100%;
  font-size: 1.4rem;
}

img {
  vertical-align: top;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=file] {
  border: 1px solid #d6d6d6;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
  font-size: 14px;
}

.mainContents.recruitHub {
  min-width: 950px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub {
    min-width: 708px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub {
    min-width: auto;
  }
}
.mainContents.recruitHub .kvSec {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 500px;
  border-bottom: 7px solid #C80000;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec {
    height: 300px;
    border-bottom: 5px solid #C80000;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .kvSec {
    height: 294px;
  }
}
.mainContents.recruitHub .kvSec::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #960000;
}
.mainContents.recruitHub .kvSec.greenBg {
  background-color: #EBFFF0;
}
.mainContents.recruitHub .kvSec.yellowBg {
  background-color: #FFF9E3;
}
.mainContents.recruitHub .kvSec.purpleBg {
  background-color: #F7E6FF;
}
.mainContents.recruitHub .kvSec.emeraldBg {
  background-color: #D8FFF8;
}
.mainContents.recruitHub .kvSec .kvSec__inner {
  padding-top: 76px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec .kvSec__inner {
    padding-top: 46px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .kvSec .kvSec__inner {
    padding-top: 10px;
  }
}
.mainContents.recruitHub .kvSec .kvSec__img {
  width: 1920px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  margin: auto;
  transform: translateX(-50%);
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec .kvSec__img {
    width: 820px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .kvSec .kvSec__img {
    width: 100%;
  }
}
.mainContents.recruitHub .kvSec .kvSec__ttl {
  background-color: #fff;
  width: fit-content;
  border-radius: 10px;
  padding: 4px 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec .kvSec__ttl {
    padding: 4px 8px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .kvSec .kvSec__ttl {
    padding: 4px 20px 4px 8px !important;
  }
}
.mainContents.recruitHub .kvSec .kvSec__ttl.pr {
  padding-right: 40px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec .kvSec__ttl.pr {
    padding-right: 28px;
  }
}
.mainContents.recruitHub .kvSec .kvSec__category {
  color: #FFEBE1;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.15;
  font-family: Arial, "Noto Sans JP";
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec .kvSec__category {
    font-size: 35px;
    line-height: 1.1428571429;
  }
}
.mainContents.recruitHub .kvSec .kvSec__txt {
  color: #E60012;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2222222222;
  margin-top: -42px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec .kvSec__txt {
    font-size: 25px;
    line-height: 1.44;
    margin-top: -24px;
  }
}
.mainContents.recruitHub .kvSec .kvSec__txt::after {
  display: block;
  content: "";
  position: absolute;
  width: 80px;
  height: 72px;
  pointer-events: none;
  background-image: url("/images/parts-ttl-01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  right: -20px;
  top: -20px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec .kvSec__txt::after {
    width: 50px;
    height: 47px;
    top: -13px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .kvSec .kvSec__txt::after {
    background-image: url("/images/parts-ttl-sp-01.svg");
    width: 58px;
    height: 38px;
    top: -10px;
  }
}
.mainContents.recruitHub .kvSec.pinkBg {
  background-color: #FFF5F5;
}
.mainContents.recruitHub .kvSec::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #F5F5F5;
  position: absolute;
  bottom: 0;
}
.mainContents.recruitHub .kvSec .kvSec__inner {
  padding-top: 240px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec .kvSec__inner {
    padding-top: 148px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .kvSec .kvSec__inner {
    padding-top: 165px;
  }
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec .kvSec__inner h1 {
    text-align: center;
  }
}
.mainContents.recruitHub .kvSec .kvSec__inner a {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  width: 246px;
  background-color: #E60111;
  color: #fff;
  border-radius: 10px;
  background-image: url("/recruit_info/instructor/hub/images/icon-rightArrow-01.svg");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 20px;
  padding: 11px 0 11px 25px;
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec .kvSec__inner a {
    font-size: 18px;
    margin: 20px auto 0 auto;
    width: 223px;
    padding: 8px 0 8px 25px;
    background-position: right 20px top 12px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .kvSec .kvSec__inner a {
    font-size: 17px;
    margin: 12px auto 0 auto;
    width: 200px;
    padding: 6px 0 6px 16px;
    background-position: right 12px top 9px;
  }
}
.mainContents.recruitHub .kvSec .kvSec__txt {
  font-size: 35px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec .kvSec__txt {
    font-size: 25px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .kvSec .kvSec__txt {
    font-size: 19px;
  }
}
.mainContents.recruitHub .kvSec .kvSec__txt::after {
  top: -40px;
  right: -40px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec .kvSec__txt::after {
    top: -20px;
    right: -23px;
  }
}
.mainContents.recruitHub .kvSec__subText {
  display: block;
  position: relative;
  font-size: 45px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .kvSec__subText {
    font-size: 25px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .kvSec__subText {
    margin-top: -3px;
  }
}
.mainContents.recruitHub .applicationSec {
  background-color: #FBDBDE;
  padding-top: 80px;
  padding-bottom: 40px;
  margin-bottom: 150px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .applicationSec {
    padding-top: 60px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .applicationSec {
    padding-top: 40px;
  }
}
.mainContents.recruitHub .applicationSec > p {
  font-size: 22px;
  text-align: center;
  background-color: #fff;
  padding: 26px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .applicationSec > p {
    font-size: 19px;
    padding: 28px 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .applicationSec > p {
    font-size: 17px;
    margin-bottom: 40px;
  }
}
.mainContents.recruitHub .applicationSec .readText {
  font-size: 20px;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .applicationSec .readText {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .applicationSec .readText {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.mainContents.recruitHub .applicationSec .firstChoice {
  border-radius: 15px;
  background-color: #fff;
  height: 373px;
  padding-right: 34px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .applicationSec .firstChoice {
    padding-right: 0;
    height: auto;
  }
}
.mainContents.recruitHub .applicationSec .firstChoice__inner {
  width: 582px;
  margin-left: auto;
  padding-top: 38px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .applicationSec .firstChoice__inner {
    margin: 0 auto;
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .applicationSec .firstChoice__inner {
    width: 280px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.mainContents.recruitHub .applicationSec .firstChoice__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .applicationSec .firstChoice__list {
    display: block;
  }
}
.mainContents.recruitHub .applicationSec .firstChoice h3 {
  font-size: 22px;
  position: relative;
  padding-left: 22px;
  margin-bottom: 38px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .applicationSec .firstChoice h3 {
    font-size: 19px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .applicationSec .firstChoice h3 {
    font-size: 18px;
    padding-left: 20px;
  }
}
.mainContents.recruitHub .applicationSec .firstChoice h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E60012;
  border-radius: 2px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .applicationSec .firstChoice picture {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .applicationSec .firstChoice dl:first-child {
    margin-bottom: 30px;
  }
}
.mainContents.recruitHub .applicationSec .firstChoice dt {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .applicationSec .firstChoice dt {
    font-size: 19px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .applicationSec .firstChoice dt {
    margin-bottom: 13px;
  }
}
.mainContents.recruitHub .applicationSec .firstChoice li {
  margin-bottom: 4px;
}
.mainContents.recruitHub .applicationSec .firstChoice a {
  display: block;
  width: 281px;
  font-size: 20px;
  font-weight: 700;
  color: #323232;
  text-decoration: none;
  border: solid 2px #E60012;
  border-radius: 10px;
  text-align: center;
  background-image: url("/shared/images/icon-rightArrow-01.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px;
  padding: 14px 0;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .applicationSec .firstChoice a {
    font-size: 18px;
    background-position: right 14px top 19px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .applicationSec .firstChoice a {
    font-size: 17px;
  }
}
.mainContents.recruitHub .applicationSec .firstChoice.forAdults {
  background-image: url("/recruit_info/instructor/hub/images/img-recruitHub-01.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 300px;
  margin-bottom: 55px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .applicationSec .firstChoice.forAdults {
    background-image: none;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .applicationSec .firstChoice.forAdults {
    margin-bottom: 20px;
  }
}
.mainContents.recruitHub .applicationSec .firstChoice.forChildren {
  background-image: url("/recruit_info/instructor/hub/images/img-recruitHub-02.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 300px;
  margin-bottom: 55px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .applicationSec .firstChoice.forChildren {
    background-image: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .applicationSec .firstChoice.forChildren {
    margin-bottom: 0;
  }
}
.mainContents.recruitHub .voiceSec {
  padding-bottom: 70px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .voiceSec {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .voiceSec {
    padding-bottom: 40px;
  }
}
.mainContents.recruitHub .voiceSec h3 {
  font-size: 25px;
  margin-bottom: 90px;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .voiceSec h3 {
    font-size: 20px;
    padding-left: 23px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .voiceSec h3 {
    font-size: 19px;
    padding-left: 23px;
    margin-bottom: 30px;
  }
}
.mainContents.recruitHub .voiceSec h3::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 104px;
  height: 111px;
  background-image: url("/support/speech/images/icon-ttl-01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .voiceSec h3::before {
    background-image: url("/support/speech/images/icon-ttl-tab-01.svg");
    width: 63px;
    height: 56px;
    top: initial;
    bottom: -6px;
  }
}
.mainContents.recruitHub .voiceSec__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 120px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .voiceSec__list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .voiceSec__list {
    margin-bottom: 20px;
  }
}
.mainContents.recruitHub .voiceSec__list h4 {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  background-color: #FFF5F5;
  border-radius: 10px;
  text-align: center;
  padding: 18px 0;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .voiceSec__list h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .voiceSec__list h4 {
    font-size: 16px;
  }
}
.mainContents.recruitHub .voiceSec__list h4::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFF5F5 transparent transparent transparent;
  border-width: 15px 10px 0 10px;
}
.mainContents.recruitHub .voiceSec__list li {
  width: 430px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .voiceSec__list li {
    width: 100%;
  }
}
.mainContents.recruitHub .voiceSec__list a {
  display: block;
  text-decoration: none;
  background-color: #FFFAF6;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .voiceSec__list a {
    font-size: 14px;
  }
}
.mainContents.recruitHub .voiceSec__detail {
  padding: 25px 28px 20px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .voiceSec__detail {
    padding: 20px 45px 20px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .voiceSec__detail {
    padding: 20px;
  }
}
.mainContents.recruitHub .voiceSec__detail p:nth-of-type(1) {
  margin-bottom: 20px;
}
.mainContents.recruitHub .voiceSec .otherVoice {
  display: block;
  width: 325px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  background-image: url("/shared/images/icon-rightArrow-01.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px;
  color: #323232;
  border: solid 2px #E60012;
  border-radius: 10px;
  padding: 16px 0 16px 32px;
}
@media screen and (max-width: 820px) {
  .mainContents.recruitHub .voiceSec .otherVoice {
    font-size: 17px;
    padding: 16px 0 16px 45px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.recruitHub .voiceSec .otherVoice {
    font-size: 17px;
  }
}
.mainContents .connectionSec {
  background-color: #FFF5F5;
  border-top: solid 5px #fff;
}
.mainContents .connectionSec::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-color: #FFEBEB;
}
@media screen and (max-width: 820px) {
  .mainContents .connectionSec::before {
    height: 10px;
  }
}
.mainContents .connectionSec__inner {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding-top: 53px;
  padding-bottom: 63px;
}
@media screen and (max-width: 820px) {
  .mainContents .connectionSec__inner {
    max-width: 708px;
    padding-top: 22px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .connectionSec__inner {
    max-width: 315px;
    padding-top: 36px;
    padding-bottom: 42px;
  }
}
.mainContents .connectionSec ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 25px;
  row-gap: 21px;
}
@media screen and (max-width: 820px) {
  .mainContents .connectionSec ul {
    column-gap: 16px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents .connectionSec ul {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 15px;
  }
}