@charset "UTF-8";
dl,
dd {
  margin: 0;
}

.smartphone-only {
  display: none;
}

.br-pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-pc-none {
    display: block;
  }
}

/* -----------------------------------------

 ライバル企業の「初任給・年間休日」を徹底調査！

----------------------------------------- */
.red {
  color: #900;
}

p {
  line-height: 1.6;
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.pagetitle {
  padding-top: 20px !important;
  padding-left: 110px !important;
}
.pagetitle__muryou {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background-color: #900;
  padding: 0.2em 3em 0.2em 1.2em;
  display: block;
  letter-spacing: 0.1em;
  position: absolute;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pagetitle__muryou {
    color: #900;
    background-color: #fff;
    position: inherit;
    margin-bottom: 0.8em;
  }
}

#txt {
  line-height: 1.7em;
}

.txtbox {
  margin-bottom: 2em;
}

p {
  margin-bottom: 0.8em;
}

.heading01 {
  margin: 1.3em 0 1.3em;
  color: #036;
  font-size: clamp(1.12em, 2vw, 22px);
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.heading01::before, .heading01::after {
  content: "";
  background: #2b3f93;
}
.heading01::before {
  flex: 0 0 10px;
  height: 1em;
}
.heading01::after {
  flex: 1;
  height: 1px;
}

.heading02 {
  border-bottom: 4px solid #036;
  color: #036;
  padding: 0.8em 0.2em 0.2em;
}

.num_list {
  margin: 0.8em 0;
  padding: 0.8em 2em 0.8em 2.5em;
  background-image: url(../img/common/bg/bg-slah_gray.gif);
}
.num_list li {
  list-style-type: decimal;
}

.flex_dl {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: clamp(1.05em, 2.5vw, 1.12em);
  gap: 0.8em 0.5%;
  font-weight: bold;
}
.flex_dl__wrap {
  background-image: url(../img/common/bg/bg-slah_gray.gif);
  padding: 20px;
  border-radius: 10px;
  margin: 1.5em 0 2em;
}
.flex_dl dt {
  flex: 1 1 27.5%;
  font-size: 0.93em;
  color: #036;
  border-bottom: 1px dashed #555;
}
.flex_dl dt::before {
  content: "\f0c8";
  margin-right: 0.3em;
  vertical-align: baseline;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.flex_dl dd {
  flex: 1 1 72%;
  line-height: 1.6;
  border-bottom: 1px dashed #555;
}

.dot_list {
  margin: 0.8em 0;
  padding-left: 1.8em;
}
.dot_list li {
  margin-bottom: 0.5em;
}
.dot_list strong {
  border-bottom: 1px dashed #2b3f93;
  width: 300px;
  display: inline-block;
}
.dot_list strong::before {
  content: "・";
  margin: 0 0.2em;
  vertical-align: middle;
}

.flex_box {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
}

.att_ast {
  gap: 0.3em;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
}
.att_ast::before {
  content: "※";
}

.report_source {
  line-height: 1.5;
  text-align: right;
}

.report_ex__title {
  font-size: clamp(1.15em, 2.5vw, 1.3em);
  letter-spacing: 0.1em;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 1.5em;
}
.report_ex__txt {
  padding: 25px 30px 20px;
}
.report_ex__tbl {
  width: 100%;
  max-width: 100%;
  margin: 4em 0;
}
.report_ex__tbl caption {
  text-align: left;
  color: #036;
  border-bottom: 1px solid #036;
  padding: 0.3em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.report_ex__tbl .yen {
  font-size: 0.8em;
  margin-left: 0.1em;
}
.report_ex__tbl th,
.report_ex__tbl td {
  border-bottom: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}
.report_ex__tbl th {
  font-size: 0.9em;
}
.report_ex__tbl td {
  font-size: 0.95em;
  font-family: "Helvetica", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.report_ex__att {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.report_ex__att dt {
  font-size: clamp(0.95em, 2.5vw, 0.95em);
  margin-bottom: 0.3em;
}
.report_ex__att dd {
  font-size: 0.85em;
  line-height: 1.8;
}
.report_ex__flex {
  flex-wrap: wrap;
  font-size: clamp(0.93em, 2.5vw, 1em);
  gap: 0;
}
.report_ex__flex_wrap {
  padding: 25px;
  border-radius: 10px;
  background-image: url(../img/common/bg/bg-slah_gray.gif);
}
.report_ex__flex dt,
.report_ex__flex dd {
  border-bottom: 1px dotted #aaa;
  padding: 10px 0;
}
.report_ex__flex dt {
  font-weight: bold;
  flex: 1 1 30%;
  font-size: clamp(0.95em, 2.5vw, 0.95rem);
}
.report_ex__flex dd {
  flex: 1 1 70%;
}

.cmn_btn_wrap {
  background-color: #f5f5f5;
  margin: 2em 0;
}

.focus_on {
  background-color: #f5f5f5;
  padding: 20px 30px 10px;
  margin: 2em 0;
  border-radius: 10px;
}
.focus_on__title {
  font-size: clamp(1em, 2.5vw, 1.05rem);
  font-weight: bold;
  color: #900;
  margin-bottom: 0.5em;
  gap: 1em;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  align-items: center;
}
.focus_on__title::before, .focus_on__title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #900;
  vertical-align: middle;
}
.focus_on__p {
  font-size: clamp(0.9em, 2.5vw, 0.98rem) !important;
}

section.content {
  margin-bottom: 4em;
}

.text-box {
  padding: 1em 2vw;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-radius: 10px;
}

.bgimg-box {
  background-image: url(../img/common/bg/bg-slah_gray.gif);
}

.flex-ul {
  line-height: 1.8;
}
.flex-ul li {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.box1__head-textbox {
  border: 2px solid #ccc;
}
.box1__head-textbox * {
  font-size: clamp(1em, 2vw, 18px);
  font-weight: bold;
}
.box1__ul1 li {
  padding: 8px 0 0;
}
.box1__ul1 li strong {
  background: linear-gradient(transparent 70%, #fff59d 70%);
}
.box1__ul1 li::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #2b3f93;
  margin-right: 0.5em;
  flex: 0 0 12px;
}
.box1__ul2 li {
  border-bottom: 1px dashed #999;
  gap: 0.6em;
  padding: 8px 0 6px 15px;
}
.box1__ul2 li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-size: 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box1__ul2 li {
    padding-left: 4vw;
  }
}

.box2__text-box2 {
  border: 1px solid #949494;
}
.box2__ul1 li {
  border-bottom: dashed 1px #666;
  background-image: url(../img/common/icon04.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 8px 0 6px 15px;
}
.box2__ul2 li {
  padding: 8px 0 5px;
  gap: 0.8em;
  line-height: 1.5;
}
.box2__ul2 li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-size: 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box2__text-box2 {
    padding-left: 3vw;
    padding-right: 3vw;
    line-height: 1.5;
  }
  .box2__ul1 li {
    padding-left: 4vw;
  }
  .box2__ul2 li::before {
    font-size: 0.8em;
  }
}

.box3__ul1 li {
  border-bottom: dashed 1px #666;
  background-image: url(../img/common/icon04.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 8px 0 6px 15px;
}
@media screen and (max-width: 767px) {
  .box3__ul1 li {
    padding-left: 4vw;
  }
}

/* reverse */
.reserve {
  line-height: 1.6;
}
.reserve__title {
  font-size: 130%;
  background-image: url(../img/seminar/line.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 30px;
  padding: 0 5px 13px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}
.reserve__title span {
  font-size: 77%;
}
.reserve__list {
  padding: 0px 20px 20px;
}
.reserve__list dt {
  margin-bottom: 10px;
  background-image: url(../img/common/dot/g_dot.gif);
  background-repeat: repeat-x;
  background-position: left center;
}
.reserve__list dt span {
  min-width: 100px;
  letter-spacing: 2px;
  padding: 4px 20px 3px 10px;
  font-weight: bold;
  color: #fff;
  background-color: #1D4394;
  display: inline-block;
}
.reserve__list dt span.label-red {
  background-color: #930008;
}
.reserve__list dd {
  margin-left: 20px;
  margin-bottom: 15px;
}
.reserve__list dd strong {
  font-size: 106%;
}
.reserve__list dd strong.reserve-icon {
  font-size: 110%;
  padding-left: 10px;
  background-image: url(../img/common/icon01.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
.reserve__list dd.att dl.ast {
  font-size: 1.05em;
  margin-bottom: 3%;
  overflow: hidden;
  *zoom: 1;
  font-weight: bold;
}
.reserve__list dd.att dl.ast dt {
  float: left;
  width: 1em;
  background: none;
  margin: 0;
  color: #c00;
}
.reserve__list dd.att dl.ast dd {
  padding: 0 0 0 1.2em;
  margin: 0 0 5px;
}
.reserve__list .timeAtt {
  margin-bottom: 25px;
  overflow: hidden;
  *zoom: 1;
}
.reserve__list #alert {
  border: solid 1px #c00;
  padding: 10px 25px;
  line-height: 1.5;
  background-color: #fff;
  margin: 7% 0;
}
.reserve__list #alert p {
  line-height: 1.5em !important;
  padding: 5px 0;
  font-size: 15px;
  margin-bottom: 0;
}
.reserve__list #alert p.heading {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.reserve__list #alert p.heading i {
  margin-right: 7px;
  color: #c00;
  font-size: 20px;
}
.reserve p {
  font-size: 1em;
}
.reserve__price strong {
  padding-left: 10px;
  background-color: #fff;
  display: inline-block;
}
.reserve__price .price-dot {
  font-size: 1.2em;
  color: #900;
  background-image: url(../img/common/dot/bk_dot2.gif);
  background-repeat: repeat-x;
  background-position: left 0.7em;
  font-weight: normal;
  display: inline-block;
  padding-left: 2em;
  margin-left: 7px;
  margin-right: 5px;
}
.reserve__focus_on-att {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .pagetitle {
    position: relative;
    z-index: 3;
    font-size: 200%;
    padding: 30px 35px 15px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  .pagetitle_wrap {
    position: relative;
    z-index: 1;
    background-image: url(../img/common/title_bg_img01.png);
    background-repeat: no-repeat;
    background-position: left 30px center;
    background-size: 60px;
  }
  .pagetitle_wrap::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.5;
  }
  #txt {
    padding: 30px;
  }
  .txtbox {
    margin: 0 10px 2em;
  }
  .heading01_line {
    background-image: url(../img/seminar/line.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-right: 2em;
  }
  .report_source {
    font-size: 0.8em;
    margin-right: 10px;
    margin-left: 10px;
  }
  .report_ex {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .report_ex__flex {
    margin: auto;
  }
  .report_ex__flex dt,
.report_ex__flex dd {
    margin-bottom: 10px;
  }
  .report_ex__att {
    padding: 20px 15px;
  }
  .reserve {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .br-sp-none {
    display: none;
  }
  .pagetitle {
    font-size: 26px;
    padding: 15px 3vw 10px !important;
  }
  #txt {
    padding: 10px 3vw;
  }
  .txtbox {
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .heading02 {
    margin-bottom: 20px;
    padding-bottom: 0.5em;
  }
  .report_source {
    font-size: 0.75em;
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .report_ex {
    background-color: #f5f5f5;
    padding: 1.5em 3vw;
  }
  .report_ex__title {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  .report_ex__txt {
    padding: 1em 1vw;
  }
  .report_ex__flex {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .report_ex__flex dt,
.report_ex__flex dd {
    flex: 1;
  }
  .report_ex__flex dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  .report_ex__flex dd {
    padding-top: 0;
    text-align: center;
  }
  .report_ex__flex_wrap {
    padding: 0.5em 3vw 0.8em;
    background-image: none;
    background-color: #fff;
  }
  .report_ex__tbl {
    margin: 2em auto;
  }
  .report_ex__tbl caption {
    text-align: center;
  }
  .report_ex__tbl .tilde {
    display: block;
  }
  .report_ex__tbl .num {
    font-size: 0.85em;
  }
  .report_ex__tbl.full_time tbody th {
    width: 11vw;
    align-items: center;
    padding: 0;
  }
  .report_ex__tbl.full_time tbody th strong {
    /*↓縦書きの記述*/
    writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
    /*↓縦書きの記述を改行させないための記述*/
    white-space: pre;
    display: inline-block;
  }
  .report_ex__tbl.full_time tbody th span {
    writing-mode: initial;
    line-height: 1.5;
  }
  .report_ex__tbl.full_time .tilde {
    writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
  }
  .report_ex__att {
    background-color: #fff;
    margin: 0;
    padding: 3vw;
  }
  .flex_dl {
    flex-direction: column;
    gap: 0.2em;
  }
  .flex_dl__wrap {
    padding: 1em 3vw;
  }
  .flex_dl dt,
.flex_dl dd {
    flex: 1;
  }
  .flex_dl dt {
    border-bottom: none;
  }
  .flex_dl dd {
    padding: 0 0.2em 0.2em;
  }
  .flex_dl dd:not(:last-child) {
    margin-bottom: 0.8em;
  }
  /* reverse */
  .reserve {
    max-height: 100%;
  }
  .reserve__title {
    font-size: 21px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 30px;
    padding: 0 3% 13px;
    font-weight: bold;
    text-align: left;
    color: #143372;
    line-height: 1.2;
    border-bottom: 7px solid #dcefea;
  }
  .reserve__title span {
    font-size: 77%;
  }
  .reserve__title br {
    display: none;
  }
  .reserve__list {
    padding: 0px 0px 20px;
  }
  .reserve__list dl {
    width: 100%;
  }
  .reserve__list dt {
    clear: both;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 10px;
    background-image: url(../img/common/dot/g_dot.gif);
    background-repeat: repeat-x;
    background-position: left center;
  }
  .reserve__list dt span {
    min-width: 100px;
    padding: 2px 20px 1px 10px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background-color: #1D4394;
    display: inline-block;
  }
  .reserve__list dt span.label-red {
    background-color: #930008;
  }
  .reserve__list dd {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 1em;
    font-size: 17px;
  }
  .reserve__list dd strong {
    font-size: 17px;
  }
  .reserve__list dd strong.reserve-icon {
    font-size: 17px;
    padding-left: 10px;
    background-image: url(../images/seminar/icon01_sp.gif);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 7px 13px;
  }
  .focus_on {
    padding: 1em 3vw 0.5em;
  }
  .focus_on__title {
    gap: 0.5em;
  }
  .focus_on__title::before, .focus_on__title::after {
    width: 15px;
  }
}
@media screen and (max-width: 480px) {
  .smartphone-only {
    display: block;
  }
  .num_list {
    background-image: none;
    background-color: #f5f5f5;
  }
  .report_ex__tbl thead th {
    line-height: 1.3;
  }
  .cmn_btn_wrap {
    padding: 2em 5%;
  }
}

/*# sourceMappingURL=ssaahd2.css.map */