@charset "utf-8";
/*****************************************
	merit_style.css
	インタビュー用スタイルシート
******************************************/

/*****************************************
  メリット編
******************************************/
/* メインビジュアル */
#merit_wrap .mainvisual {
  padding: 60px 5%;
}

#merit_wrap .v_catch {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 25px;
}

#merit_wrap .v_catch span {
  font-size: 32px;
  display: block;
}

#merit_wrap .v_catch em {
  font-size: 48px;
}

#merit_wrap .v_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#merit_wrap .v_detail > div {
  width: 48%;
}

#merit_wrap .v_editing {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

#merit_wrap .v_img img {
  width: 100%;
}

#merit_wrap .v_editing span {
  font-size: 72px;
  display: block;
}

#merit_wrap .v_txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

/* 動画面接 4つのメリット */
#merit_wrap .sec_ttl {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  padding: 60px 0 30px;
}

#merit_wrap .sec_ttl .ff_wendy {
  font-size: 80px;
  line-height: 1;
}

#merit_wrap .sec_ttl_inner:before,
#merit_wrap .sec_ttl_inner:after {
  content: "";
  display: block;
  width: 65px;
  height: 4px;
  position: absolute;
  bottom: 35px;
}

#merit_wrap .sec_ttl_inner {
  display: inline-block;
  position: relative;
}

#merit_wrap .sec_ttl_inner:before {
  left: -75px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

#merit_wrap .sec_ttl_inner:after {
  right: -75px;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

#merit_wrap .merit {
  margin-bottom: 10px;
  padding: 0 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  counter-reset: merit;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#merit_wrap .m_box {
  width: 48%;
  margin-bottom: 50px;
}

#merit_wrap .m_box h3 {
  font-size: 27px;
  line-height: 1.4;
  text-align: left;
  padding: 6px 0 6px 65px;
  margin-bottom: 15px;
  position: relative;
}

#merit_wrap .m_box h3:before {
  content: counter(merit);
  color: #fff;
  font-size: 39px;
  font-family: 'Wendy One', sans-serif;
  line-height: 50px;
  text-align: center;
  top: 0;
  left: 0;
  counter-increment: merit;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 15px;
  display: inline-block;
  position: absolute;
}

#merit_wrap .m_box .m_img img {
  max-width: 100%;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  background: #fff;
}

#merit_wrap .m_box p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

/* 動画面接 4つのステップ */
#merit_wrap .step {
  counter-reset: step;
  margin-bottom: 60px;
  padding: 0 5% 60px;
}

#merit_wrap .step .sec_ttl {
  color: #fff;
}

#merit_wrap .step .sec_ttl_inner:before,
#merit_wrap .step .sec_ttl_inner:after {
  background: #fff;
}

#merit_wrap .s_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#merit_wrap .s_img {
  margin: 0 3%;
}

#merit_wrap .s_txt_box {
  width: 100%;
  padding: 3%;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

#merit_wrap .s_txt_box.s_txt_box_wide {
    margin: 20px 3% 0;
}

#merit_wrap .s_ttl .s_count {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
}

#merit_wrap .s_ttl {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 15px;
}

#merit_wrap .s_ttl .s_count span {
  font-size: 40px;
}

#merit_wrap .step .triangle {
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 16px;
}

#merit_wrap .step .triangle:before,
#merit_wrap .step .triangle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -20px;
  left: -8px;
  right: 0;
  margin: auto;
}

#merit_wrap .step .triangle:after {
    bottom: -32px;
}

/* QA */
#merit_wrap .qa {
  flex-wrap: wrap;
  margin: 0 5% 20px;
  counter-reset: qa;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
}

#merit_wrap .qa_block {
  width: 48%;
  text-align: left;
  margin-bottom: 40px;
}

#merit_wrap .qa_ttl {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  display: table;
  overflow: hidden;
}

#merit_wrap .qa_ttl div {
  width: 58px;
  vertical-align: middle;
  display: table-cell;
}

#merit_wrap .qa_ttl .qa_count {
  font-size: 22px;
  line-height: 58px;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

#merit_wrap .qa_ttl .qa_count em {
  font-size: 32px;
}

#merit_wrap .qa_ttl p {
  padding-left: 15px;
  vertical-align: middle;
  display: table-cell;
}

#merit_wrap .qa_sentence {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

#merit_wrap .qa_sentence .qa_count {
  font-size: 22px;
  text-align: center;
  line-height: 58px;
  width: 58px;
  height: 58px;
  margin-right: 15px;
  border-radius: 100%;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
}

#merit_wrap .qa_sentence .qa_count em {
  font-size: 32px;
}

#merit_wrap .qa_sentence .qa_link {
  display: block;
  text-align: right;
  font-size: 16px;
  margin-top: 20px;
}

#merit_wrap .qa_sentence .qa_link a {
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}

#merit_wrap .qa_sentence .qa_link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#merit_wrap .qa_sentence_block {
  width: calc(100% - 73px);
}

/* フッター */
#footer .f_wrap {
  width: 100%;
  padding: 30px 0 10px;
  margin: 50px auto 0;
}

p.ga_pdf {
  font-size: 13px;
  text-align: center;
  margin: 20px 0 5px;
}

p.ga_pdf a {
  color: #000;
  text-decoration: none;
}

.copyright {
    color: #000;
    display: block;
    font-size: 0.9em;
    padding-bottom: 10px;
    text-align: center;
}

/*固定応募ボタン*/
.footoubo {
  box-sizing: border-box;
  height: 100px;
  padding: 11px;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.btnflame {
  height: 78px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.btnflame li {
  float: left;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.5em;
  margin-right: 2px;
  text-align: center;
}

.btnflame li:last-child {
  margin-right: 0;
}


li.addoubo {
  height: 78px;
  width: 92%;
}

li.addoubo p {
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
}

.addoubo p a {
  text-decoration: none;
  border-radius: 10px 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

li.pagetop {
  height: 78px;
  text-align: center;
  width: 7.5%;
}

li.pagetop img {
  max-width: 36px;
  margin: 0 auto;
}

li.pagetop p {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}

.pagetop p a {
  display: table-cell;
  vertical-align: middle;
  border-radius: 0 10px 10px 0;
  background: url(../img/btntop.png) no-repeat center center;
}

@media screen and (max-width: 768px) {
  #merit_wrap .mainvisual {
    padding: 30px 5%;
  }
  #merit_wrap .v_catch {
    margin-bottom: 15px;
    font-size: 28px;
  }
  #merit_wrap .v_detail > div {
    width: 100%;
  }
  #merit_wrap .v_catch span {
    font-size: 16px;
  }
  #merit_wrap .v_catch em {
    font-size: 24px;
  }
  #merit_wrap .v_editing {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #merit_wrap .v_editing span {
    font-size: 32px;
    margin-top: 10px;
    display: block;
  }
  #merit_wrap .v_txt {
    font-size: 14px;
  }
  #merit_wrap .sec_ttl {
    font-size: 20px;
    padding: 30px 0 20px;
  }
  #merit_wrap .sec_ttl_inner:before {
    left: -28px;
  }
  #merit_wrap .sec_ttl_inner:after {
    right: -28px;
  }
  #merit_wrap .sec_ttl_inner:before,
  #merit_wrap .sec_ttl_inner:after {
    width: 33px;
    height: 2px;
    bottom: 20px;
  }
  #merit_wrap .sec_ttl .ff_wendy {
    font-size: 40px;
  }
  #merit_wrap .m_box {
    margin-bottom: 30px;
    width: 100%;
  }
  #merit_wrap .m_box h3 {
    font-size: 18px;
    padding: 3px 0 3px 40px;
  }
  #merit_wrap .m_box h3:before {
    font-size: 26px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  #merit_wrap .m_box p {
    font-size: 14px;
  }
  #merit_wrap .s_img {
    width: 40%;
    margin: 0 5%;
  }
  #merit_wrap .s_img img {
    width: 100%;
  }
  #merit_wrap .s_txt_box {
    width: 60%;
    padding: 5%;
  }
  #merit_wrap .step {
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
  #merit_wrap .s_ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #merit_wrap .s_ttl .s_count {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #merit_wrap .s_ttl .s_count span {
    font-size: 20px;
  }
  #merit_wrap .s_sentence {
    font-size: 12px;
    text-align: justify;
  }
  #merit_wrap .step .triangle {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #fff;
    margin: 8px auto 16px;
    display: block;
  }
  #merit_wrap .step .triangle:before,
  #merit_wrap .step .triangle:after {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #fff;
    bottom: -10px;
    left: -4px;
    display: block;
  }
  #merit_wrap .step .triangle:after {
    bottom: -16px;
  }
  #merit_wrap .link_btn {
    font-size: 14px;
    width: 90%;
    padding: 18px 26px 18px 20px;
  }
  #merit_wrap .link_btn:after {
    width: 6px;
    height: 6px;
    right: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #merit_wrap .qa_block {
    width: 100%;
    margin-bottom: 30px;
  }
  #merit_wrap .qa_ttl {
    font-size: 16px;
  }
  #merit_wrap .qa_ttl div {
    width: 32px;
  }
  #merit_wrap .qa_ttl p {
    padding-left: 10px;
  }
  #merit_wrap .qa_ttl .qa_count {
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  #merit_wrap .qa_ttl .qa_count em {
    font-size: 20px;
  }
  #merit_wrap .qa_sentence {
    font-size: 14px;
  }
  #merit_wrap .qa_sentence .qa_count {
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
  }
  #merit_wrap .qa_sentence .qa_count em {
    font-size: 20px;
  }
  #merit_wrap .qa_sentence_block {
    width: calc(100% - 42px);
  }
}

@media only screen and (max-width: 480px) {
  /*固定フロートボタン*/
  .btnflame li {
    letter-spacing: 0;
  }
  .footoubo {
    height: 75px;
  }
  li.addoubo,
  li.pagetop {
    height: 55px;
  }
  li.addoubo {
    width: 86%;
  }
  li.pagetop {
    width: 12.5%;
  }
}


/*****************************************
  マナー編
******************************************/
#manners_wrap {
  margin-top: 120px;
}

/*****************************************
  マナー編
******************************************/
.sp-on {
    display: none;
}
/* メインビジュアル */
#manners_wrap .mainvisual {
  padding: 60px 5%;
}

#manners_wrap .v_catch {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 25px;
}

#manners_wrap .v_catch span {
  font-size: 32px;
  display: block;
}

#manners_wrap .v_catch em {
  font-size: 48px;
}

#manners_wrap .v_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#manners_wrap .v_detail > div {
  width: 48%;
}

#manners_wrap .v_editing {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

#manners_wrap .v_img img {
  width: 100%;
}

#manners_wrap .v_editing span {
  font-size: 72px;
  display: block;
}

#manners_wrap .v_txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

/* 印象度UP 5つのメリット */
#manners_wrap .sec_ttl {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  padding: 60px 0 30px;
}

#manners_wrap .sec_ttl .fs_small {
  font-size: 32px;
}

#manners_wrap .sec_ttl .ff_wendy {
  font-size: 80px;
  line-height: 1;
}

#manners_wrap .sec_ttl_inner:before,
#manners_wrap .sec_ttl_inner:after {
  content: "";
  display: block;
  width: 65px;
  height: 4px;
  position: absolute;
  bottom: 35px;
}

#manners_wrap .sec_ttl_inner {
  display: inline-block;
  position: relative;
}

#manners_wrap .sec_ttl_inner:before {
  left: -75px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

#manners_wrap .sec_ttl_inner:after {
  right: -75px;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

#manners_wrap .manners {
  margin-bottom: 10px;
  padding: 0 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  counter-reset: merit;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#manners_wrap .manners h3 {
  font-size: 27px;
  line-height: 1.4;
  text-align: left;
  padding: 6px 0 6px 65px;
  margin-bottom: 15px;
  position: relative;
}

#manners_wrap .manners h3:before {
  content: counter(merit);
  color: #fff;
  font-size: 39px;
  font-family: 'Wendy One', sans-serif;
  line-height: 50px;
  text-align: center;
  top: 0;
  left: 0;
  counter-increment: merit;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 15px;
  display: inline-block;
  position: absolute;
}

#manners_wrap .m_box {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#manners_wrap .m_box .m_img,
#manners_wrap .m_box p {
  width: 48%;
}

#manners_wrap .m_box .m_img img {
  max-width: 100%;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  background: #fff;
}

#manners_wrap .m_box p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

/* 採用担当者からアドバイス */
#manners_wrap .advice {
  margin: 60px 0;
  padding: 0 11% 60px;
}

#manners_wrap .advice_sentence {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #manners_wrap {
    margin-top: 40px;
  }
  #manners_wrap .mainvisual {
    padding: 30px 5%;
  }
  #manners_wrap .v_catch {
    margin-bottom: 15px;
    font-size: 28px;
  }
  #manners_wrap .v_detail > div {
    width: 100%;
  }
  #manners_wrap .v_catch span {
    font-size: 16px;
  }
  #manners_wrap .v_catch em {
    font-size: 24px;
  }
  #manners_wrap .v_editing {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #manners_wrap .v_editing span {
    font-size: 32px;
    margin-top: 10px;
    display: block;
  }
  #manners_wrap .v_txt {
    font-size: 14px;
  }
  #manners_wrap .sec_ttl {
    font-size: 20px;
    padding: 30px 0 20px;
  }
  #manners_wrap .sec_ttl_inner:before {
    left: -28px;
  }
  #manners_wrap .sec_ttl_inner:after {
    right: -28px;
  }
  #manners_wrap .sec_ttl_inner:before,
  #manners_wrap .sec_ttl_inner:after {
    width: 33px;
    height: 2px;
    bottom: 20px;
  }
  #manners_wrap .sec_ttl .fs_small {
    font-size: 16px;
  }
  #manners_wrap .sec_ttl .ff_wendy {
    font-size: 40px;
  }
  #manners_wrap .manners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #manners_wrap .manners h3 {
    font-size: 18px;
    padding: 3px 0 3px 40px;
  }
  #manners_wrap .manners h3:before {
    font-size: 26px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  #manners_wrap .m_box {
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  #manners_wrap .m_box .m_img,
  #manners_wrap .m_box p {
      width: 100%;
  }
  #manners_wrap .m_box p {
    font-size: 14px;
  }
  #manners_wrap .s_img {
    width: 40%;
    margin: 0 5%;
  }
  #manners_wrap .s_img img {
    width: 100%;
  }
  #manners_wrap .s_txt_box {
    width: 60%;
    padding: 5%;
  }
  #manners_wrap .advice {
    margin: 30px 0;
    padding: 0 5% 30px;
  }
  #manners_wrap .advice_sentence {
    font-size: 14px;
  }
}
