@charset "UTF-8";

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  min-width: 1200px;
  overflow-x: auto;
  overflow-y: auto;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: initial;
    min-width: none;
    overflow-x: hidden;
  }
  body > div {
    overflow-x: hidden;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  word-wrap: break-word;
}

td {
  vertical-align: middle;
}

[disabled] {
  cursor: default;
  pointer-events: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-size: inherit;
}

input::-ms-expand, button::-ms-expand, select::-ms-expand, textarea::-ms-expand {
  display: none;
}

input, textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
}

input[type="text"] {
  max-width: 100%;
}

input[type="text"]::-ms-clear {
  display: none;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="submit"], input[type="button"], button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

sup {
  font-size: 10px;
  vertical-align: top;
}

sub {
  font-size: 10px;
  vertical-align: bottom;
}

.-onlySp {
  display: none;
}
.-onlyPc {
  display: block;
}

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

/***************************************************
.static-globalHeader
***************************************************/
.static-globalHeader {
  position: relative;
  z-index: 11;
}

.static-globalHeader__bg01 {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .static-globalHeader__bg01 {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalHeader__bg01 {
    min-width: 1200px;
  }
}

.static-globalHeader__pt01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 {
    margin: 0 auto;
    padding: 0 15px;
    width: 1200px;
    height: 60px;
  }
}

.static-globalHeader__pt01 > .div01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 > .div01 {
    position: relative;
    width: 240px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.static-globalHeader__pt01 > .div01 > .a01 > img {
  display: block;
}

@media screen and (max-width: 767px) {
  .static-globalHeader__pt01 > .div01 > .a01 > img {
    width: 138px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 > .div01 > .a01 > img {
    width: 150px;
  }
}

/***************************************************
.static-globalFooter
***************************************************/
.static-globalFooter .static-globalFooter__pattern-1.sp-1 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .static-globalFooter .-onlyPc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter .-onlySp {
    display: none;
  }
}

.static-globalFooter__bg01 {
  background-color: #333;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__bg01 {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__bg01 {
    padding: 40px 15px;
    min-width: 1200px;
  }
}

.static-globalFooter__pt01 > figure {
  text-align: center;
}

.static-globalFooter__pt01 > figure a {
  display: inline-block;
}

.static-globalFooter__pt01 > figure img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > figure img {
    width: 138px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__pt01 > figure img {
    width: 70px;
  }
}

.static-globalFooter__pt01 > p {
  color: #999;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > p {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__pt01 > p {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > p > span {
    display: none;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 750px;
    margin: 0 auto;
    padding: 0;
  }
}

/* *********************************************************
taiken_kengaku_info.css
********************************************************* */

.pc {
  display: none;
}

.sp {
  display: block;
}

#contents {
  margin-bottom: 0px;
}

.sectionWrap_bg01 {
  background-color: #F7F5F0;
  padding-bottom: 50px;
}

.top_bg {
  width: 100%;
  height: 272px;
  background-color: gray;
  background: url("/about/theme/images/taiken_kengaku_info/sp/header_bg_sp.png") repeat-x;
  background-size: cover;
  background-position: center;
}

.top {
  text-align: center;
}

.kv {
  width: 230px;
  margin: 0 auto;
  padding-top: 30px;
}

@media screen and (min-width: 500px) {
  .top_bg {
    width: 100%;
    height: 302px;
    background-color: gray;
    background: url("/about/theme/images/taiken_kengaku_info/pc/header_bg_pc.png") repeat-x;
    background-size: cover;
    background-position: center;
  }

  .top {
    text-align: center;
  }

  .kv {
    width: 300px;
    margin: 0 auto;
    padding-top: 15px;
  }
}

/***************************************************
spメリット
***************************************************/
.title1-sp {
  margin: 0 auto;
  display: block;
  padding: 0 10px;
  width: 325px;
}

.sec_merit {
  padding-top: 50px
}

.merit {
  margin-top: 30px;
  border-radius: 10px;
}

.merit1 {
  margin-top: 30px;
  border-radius: 10px;
  background-color: #FFFFFF;
  position: relative;
}

.merit1_bg {
  background: url("/about/theme/images/taiken_kengaku_info/light_bulb.png") repeat-x;
  background-repeat: no-repeat;
  background-size: 57px;
  background-position: right 10px bottom 23px;
}

.merit2 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  position: relative;
}

.merit2_bg {
  background: url("/about/theme/images/taiken_kengaku_info/shake_hand.png") repeat-x;
  background-repeat: no-repeat;
  background-size: 77px;
  background-position: right 10px bottom 18px;
}

.merit3 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.merit-title {
  font-size: 20px;
  font-weight: 600;
  padding: 35px 5px 0;
  text-align: center;
}

.merit-description {
  padding: 25px 25px 30px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.merit-description > .merit-attention {
  font-size: 12px;
  padding-top: 10px;
}

.merit-title > p > span {
  background: linear-gradient(transparent 81%, #F6E975 81%);
  background-position: 0px 0px;
}

.merit-banner {
  text-align: center;
  padding-top: 25px;
}

.happy-bonus {
  width: 280px;
}

/***************************************************
sp流れ
***************************************************/
.title2-sp {
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  width: 277px;
}

.sec_flow {
  padding-top: 50px;
}

.flow {
  margin-top: 30px;
}

.flow-title {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 23px 0 26px;
  position: relative;
  z-index: 2;
}

.flow-title > p > span {
  color: #BA955B;
  padding-right: 3px;
  font-size: 18px;
}

.flow-description {
  margin: 0 auto;
  padding: 0 18px;
  font-size: 14px;
}

.flow-description-text1 {
  margin-bottom: 14px;
}

.flow1 {
  background-color: #ffffff;
  border-radius: 10px;
  padding-bottom: 30px;
  margin-top: 30px;
}

.flow1-img {
  padding:40px 50px 0;
  margin: 0 auto;
}

.sannkaku {
  width: 98%;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 500px) {
  .flow1-img {
    max-width: 400px;
  }
}

.flow2 {
  background-color: #ffffff;
  border-radius: 10px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.flow2-content {
  position: absolute;
  top: 0;
}

.flow3 {
  background-color: #ffffff;
  border-radius: 10px;
  padding-bottom: 30px;
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.flow3-p {
  position: relative;
  z-index: 2;
}

.confetti {
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0 calc(50% - 50vw);
  max-width: 120%;
  width: 100vw;
}

/***************************************************
sp探す
***************************************************/
.title3-sp {
  width: 240px;
  display: block;
  margin: 0 auto;
}

.sec_search {
  padding-top: 50px
}

.search-sub-title {
  margin-top: 30px;
  text-align: center;
  font-weight: 600;
}

.top_jobCategory {
  padding-top: 30px;
}

.list_jobCategory {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list_jobCategory li {
  width: 49%;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.list_jobCategory li figure img {
  max-width: 40px;
  width: auto;
  height: 26px;
  margin-bottom: 10px;
}
.list_jobCategory li p span {
  font-size: 11px;
}
.list_jobCategory li a {
  display: block;
  padding: 13px 0 11px;
  border-radius: 10px;
  background: url(/about/theme/images/taiken_kengaku_info/arw_01.png) no-repeat right 10px top 50%/ 7px 12.5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(186,149,91,0.16);
  box-shadow: 0px 3px 6px rgba(186,149,91,0.16);
  transition-duration: 0.2s;
}

.list_jobCategory li a:hover {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(186,149,91,0.64);
  box-shadow: 0px 2px 6px 0px rgba(186,149,91,0.64);
}

.list_jobCategory li p.text_letter {
  letter-spacing: -0.6px;
}

/***************************************************
sp質問
***************************************************/
.title4-sp {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.sec_question {
  padding-top: 50px
}

.question {
  background-color: white;
  margin-top: 10px;
}

.first-question {
  margin-top: 30px;
}

.question-title {
  padding: 20px 0px 12px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  justify-content: normal;
  align-items: center;
}

.question-title-img {
  margin-right: 13px;
  width: 40px;
  height: 25px;
  display: block;
}

.question-title-text {
  font-size: 15px;
  font-weight: 600;
}

.question-img > img{
  width: 100%;
}

.question-title_border {
  width: 90%;
  margin: 0 auto;
  border-bottom: solid 1px #BA955B;
}

.question-description {
  padding: 12px 20px 24px;
  color: #555555;
}

/***************************************************
sp注意
***************************************************/
.title5-sp {
  width: 301px;
  display: block;
  margin: 0 auto;
}

.sec_attention {
  margin: 0 auto;
  padding: 31px 0 50px
}

.sec_attention > img {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.attention_description {
  padding: 0 15px;
  margin: 0 auto;
}

.attention_description_text {
  margin-top: 31px;
}

.attention_description_text > p {
  margin-top: 10px;
}

.attention {
  padding-top: 10px;
}

.attention-text {
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
}

.sectionWrap_bg02 {
  background-color: #E8E8E8;
}

.link {
  color: #028AD1;
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .sectionWrap_bg01 {
    background-color: #F7F5F0;
    padding-bottom: 100px;
  }

  .inner {
    width: 750px;
    margin: 0 auto;
    padding: 0;
  }

  /***************************************************
  pcメリット
  ***************************************************/
  .title1-pc {
    width: 325px;
    display: block;
    margin: 0 auto;
  }

  .sec_merit {
    padding-top: 60px
  }

  .merit {
    margin-top: 40px;
    border-radius: 10px;
  }

  .merit1 {
    margin-top: 50px;
  }

  .merit1_bg {
    background: url("/about/theme/images/taiken_kengaku_info/light_bulb.png") repeat-x;
    background-repeat: no-repeat;
    background-size: 57px;
    background-position: right 80px bottom 16px;
  }

  .merit2 {
    margin-top: 35px;
  }

  .merit2_bg {
    background: url("/about/theme/images/taiken_kengaku_info/shake_hand.png") repeat-x;
    background-repeat: no-repeat;
    background-size: 77px;
    background-position: right 80px bottom 23px;
  }

  .merit2 > img {
    position: absolute;
    right: 68px;
    bottom: 21px;
  }

  .merit3 {
    margin-top: 35px;
  }

  .merit-title {
    font-size: 20px;
    font-weight: 600;
    padding-top: 32px;
    text-align: center;
  }

  .merit-description {
    padding: 32px 0 40px;
    margin: 0 auto;
    width: 510px;
    font-size: 16px;
  }

  .merit-description > .merit-attention {
    font-size: 12px;
    padding-top: 10px;
  }

  .merit-title > p > span {
    background: linear-gradient(transparent 81%, #F6E975 81%);
    background-position: 0px 0px;
  }

  /***************************************************
  pc流れ
  ***************************************************/
  .title2-pc {
    width: 277px;
    display: block;
    margin: 0 auto;
  }

  .sec_flow {
    padding-top: 100px;
  }

  .flow-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 0 25px;
  }

  .flow-title > span {
    color: #BA955B;
    padding-right: 10px;
  }

  .flow-description {
    width: 527px;
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
  }

  .flow1 {
    padding-bottom: 5px;
    margin-top: 50px
  }

  .flow1-img {
    width: 435px;
    padding: 30px 0 0;
  }

  .flow2 {
    padding-bottom: 25px;
  }

  .flow3 {
    width: 100%;
    height: 208px;
    background: url("/about/theme/images/taiken_kengaku_info/pc/flow3_bg_pc.png") repeat-x;
    background-size:contain;
    margin-top: 20px;
  }

  /***************************************************
  pc探す
  ***************************************************/
  .title3-pc {
    width: 446px;
    display: block;
    margin: 0 auto;
  }

  .sec_search {
    padding-top: 100px;
  }

  .search-sub-title {
    margin-top: 44px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
  }

  .top_jobCategory {
    padding: 20px 0 0;
  }

  .list_jobCategory li {
    width: 142px;
    font-size: 20px;
  }

  .top_jobCategory > .list_jobCategory > li {
    width: 238px;
    margin-top: 20px;
  }

  .list_jobCategory li a p.item_text_box {
    padding: 0;
    line-height: 1.2;
  }
  .list_jobCategory li figure img {
    max-width: 46px;
    height: 34px;
    width: auto;
    margin-bottom: 10px;
  }
  .list_jobCategory li p .letter_spacing {
    margin: 0 -1px;
  }

  /***************************************************
  pc質問
  ***************************************************/
  .title4-pc {
    width: 200px;
    display: block;
    margin: 0 auto;
  }

  .sec_question {
    padding-top: 100px;
  }

  .question {
    background-color: white;
    margin-top: 20px;
  }

  .first-question {
    margin-top: 50px;
  }

  .question-title {
    padding: 20px 0 18px;
    margin: 0 auto;
    width: 600px;
    text-align: left;
    justify-content: normal;
  }

  .question-title-text {
    font-size: 18px;
  }

  .question-title-img {
    width: 42px;
    height: 27px;
    margin-right: 18px;
    display: block;
  }

  .question-title_border {
    width: 700px;
    margin: 0 auto;
    border-bottom: solid 1px #BA955B;
  }

  .question-description {
    padding: 20px 28px;
  }

  /***************************************************
  pc注意
  ***************************************************/
  .title5-pc {
    width: 370px;
    display: block;
    margin: 0 auto;
  }

  .sec_attention {
    width: 750px;
    margin: 0 auto;
    padding: 50px 0 54px;
  }

  .sec_attention > img {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    width: 374px;
  }

  .attention {
    padding-top: 15px;
  }

  .attention_description {
    width: 700px;
    margin: 0 auto;
  }

  .attention_description_text {
    margin-top: 28px;
    font-size: 16px;
  }

  .attention_description_text > p {
    margin-top: 20px;
  }

  .attention-text {
    font-size: 14px;
    color: #666666;
    margin-top: 25px;
  }

  .sectionWrap_bg02 {
    background-color: #E8E8E8;
  }
}

@media screen and (max-width: 767px) {
  .list_jobCategory li:nth-of-type(n+3) {
    margin-top: 11px;
  }
  .list_jobCategory li.list_line_two a {
    padding: 9px 0 8px;
    line-height: 1;
  }
}
