/* *******************************************************************
 PC SETTING
******************************************************************* */
/* ==============================================
 BASE
============================================== */
.sp_only, .sp380_only, .js_imgsp {
  display: none !important;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* ==============================================
 FontSize
============================================== */
* {
  font-size: 18px;
}
/*--  20px〜  --*/
.qabox h3 {
  font-size: 20px;
}
.contentheading {
  font-size: 24px;
  font-weight: bold;
}
.detailbox .voice, .detailbox .voice span, .publicity__textbox h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
/*--  30px〜  --*/
.voice, .voice span {
  font-size: 37px;
}
/*--  40px〜  --*/
.merit__number span, .publicity__titlebox h2 span {
  font-size: 43px;
}
.flow__number span {
  font-size: 46px;
}
.wh_board p {
  font-size: 1.9vw;
}
/* ==============================================
 #hover
============================================== */
.alpha:hover {
  opacity: 0.7;
}
/* *******************************************************************
 LAYOUT
******************************************************************* */
/* ==============================================
 #container
============================================== */
#container {
  width: 100%;
  min-width: 1170px;
  overflow: hidden;
}
#container .hgroup-inner, #container .hmv-inner, #container .content-section-inner, #container .fgroup-inner {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
/* ==============================================
 #header
============================================== */
header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
}
.header__shadow {
  position: absolute;
  bottom: 0;
  box-shadow: 3px 3px 8px #333;
  width: 100%;
  height: 1px;
}
.hgroup {
  width: 1100px;
  margin: auto;
  padding-bottom: 20px;
}
.hgroup__logobox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.hgroup__logo a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.japaning {
  width: 200px;
}
.hgroup__logo a span {
  color: #333;
  font-weight: bold;
  margin: 0 10px;
}
.hgroup__logo a:hover {
  opacity: .7;
}
.hgroup__registration a {
  color: #fff;
  background-color: #ffc000;
  margin: auto;
  font-size: 19px;
  width: 210px;
  padding: 9px 0;
  display: block;
}
.hgnav_pc-inner ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.hgnav_pc-inner li {
  flex: 2;
  position: relative;
}
.hgnav_pc-inner li:before {
  content: url(../images/PC/diagonal_line.png);
  position: absolute;
  left: 0;
  top: 0;
}
.hgnav_pc-inner li:last-child:after {
  content: url(../images/PC/diagonal_line.png);
  position: absolute;
  right: 0;
  top: 0;
}
.hgnav_pc-inner li a {
  color: #000;
  font-size: 15px;
  display: inline-block;
  vertical-align: bottom;
}
.hgnav_pc-inner li:nth-child(4), .hgnav_pc-inner li:nth-child(6) {
  line-height: 1.2;
}
.hgnav_pc-inner li:nth-child(4) a, .hgnav_pc-inner li:nth-child(6) a {
  margin-top: -4px;
}
.header-btn a {
  font-size: 15px;
  /* width: 350px; */
  width: 250px;
}
/* ==============================================
 #content
============================================== */
#content {
  width: 100%;
  *zoom: 1;
}
/* ==============================================
 メインビジュアル
============================================== */
#top .main_visual {
  width: 100%;
  background: url(../images/PC/main_visual.png) center top no-repeat;
  background-size: cover;
  max-width: 1399px;
  margin: auto;
}
#top .main_visual_inner {
  width: 100%;
  margin: auto;
  /*display: flex;*/
  /*padding-top: 125px;*/
}
#top .main_visual_inner > div {
  /*width: 34%;*/
}
.wh_board {
  /*padding: 0 0 0 20px;*/
  /*margin-right: -100px;*/
  /*margin-top: 10%;*/
}
.wh_board_inner {
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 13.8%;
  padding-bottom: 15%;
}
.stuffing__text {
  /*margin-bottom: 70px;*/
}
.stuffing__text p {
  font-size: 29px;
}
.stuffing__text span {
  font-size: 22px;
}
.main_registration__btn {
  /*color: #966904;*/
  color: #966804;
  background-color: #fff227;
  margin: auto;
  font-size: 27px;
  width: 530px;
  padding: 18px 0;
  display: block;
  /*box-shadow: 0 5px 0 0 #cd9624;*/
  box-shadow: 0 5px 0 0 #e2d620;
  display: inline-block;
  float: right;
  margin-right: 10%;
  margin-bottom: 0.38%;
}
.main_registration__btn:hover {
  box-shadow: 0 0 0 0 #cd9624;
  margin-top: 5px;
  padding: 18px 0 13px;
}
.top-mainbtn {
  float: right;
  margin-bottom: 5px;
  margin-right: 11%;
}
.heading {
  font-size: 45px;
  font-weight: bold;
}
.heading .bl__text {
  font-size: 76px;
  /*color: #26b1e0;*/
  color: #3db0e0;
}
.main_visual_inner {
  position: relative;
  max-width: 1400px;
  margin: auto;
}
.main__whitebox {
  color: #3db0e0;
  background-color: #fff;
  /*height: 230px;*/
  /*max-width: 560px;*/
  height: 43%;
  max-width: 550px;
  width: 100%;
  top: 11%;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__whitebox p {
  font-size: 32px;
  font-weight: bold;
}
.main__whitebox img {
  display: block;
  width: 6.25%;
}
.brackets-left {
  position: absolute;
  left: 20px;
  top: 20px;
}
.brackets-right {
  position: absolute;
  right: 20px;
  bottom: 40px;
}
.main__bluebox {
  color: #fff;
  background-color: #1ca9e4;
  width: 400px;
  height: 60px;
  position: absolute;
  top: 73.5%;
  left: 37%;
  padding: 1%;
}
.main__bluebox span {
  font-size: 20px;
  position: relative;
  left: 12px;
}
.main__bluebox p {
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  padding-right: 36px;
  line-height: 1.2;
  padding-top: 6px;
}
.main__imgbox img {
  width: 100%;
}
img.brackets-right, img.brackets-left {
  width: 6.25%;
}
.i-pc {
  display: block;
}
.i-sp {
  display: none;
}
/* ==============================================
 メリット
============================================== */
.meritarea {
  background-image: url(../images/PC/wh_check_bg.png);
  padding: 50px 0 70px;
}
.merit__title {
  margin-bottom: 26px;
}
.merit__title img {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.meritbox {
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.meritbox__inner {
  background-image: url(../images/PC/meritbox.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 345px;
}
.merit__number {
  color: #3db0e0;
  padding: 15px 0;
  line-height: 1.2;
}
.merit__img {
  height: 150px;
  margin-bottom: 30px;
  margin: 30px 0 40px;
}
.merit__img img {
  vertical-align: middle;
}
.merit__text {
  margin: 15px 0 55px;
  padding: 0 20px;
}
.merit__text p {
  text-align: left;
  font-size: 16px;
}
/* ==============================================
 先輩たちの声
============================================== */
.voice__titlebox {
  background-color: #3db0e0;
  position: relative;
}
.voice__titlebox::after {
  border-top: 25px solid #3db0e0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12%;
}
.voicebox {
  width: 1100px;
  margin: 70px auto 110px;
}
.voice__titlebox .heading {
  color: #fff;
  line-height: 1.2;
  padding: 45px 0;
}
.voice__titlebox .heading span {
  font-size: 26px;
}
.voice__left {
  text-align: left;
}
.voice__right {
  text-align: right;
}
.voice span {
  font-weight: bold;
  display: inline-block;
  background-image: url(../images/PC/yellow_line.png);
  background-repeat: repeat-x;
  background-position: 70% 83%;
}
.border_br {
  /*border-bottom: 10px solid #ffe96d;*/
}
.voice__imgleft {
  float: left;
  position: relative;
  bottom: 22px;
}
.voice__imgright {
  float: right;
  position: relative;
  bottom: 9px;
}
.senpai-staff {
  top: 16px;
}
.phone-staff {
  bottom: 8px;
}
.voice__imgright p {
  font-size: 17px;
  font-weight: bold;
  color: #3db0e0;
  line-height: 1.2;
  margin-top: 7px;
  text-align: right;
}
.voice__imgleft p {
  font-size: 17px;
  font-weight: bold;
  color: #3db0e0;
  line-height: 1.2;
  margin-top: 7px;
  text-align: left;
}
.voice__imgright span, .voice__imgleft span {
  font-size: 16px;
  font-weight: normal;
}
.voice__content {
  margin-bottom: 80px;
}
.voice__textleft {
  width: 780px;
}
.voice__textleft:before {
  border-left: 30px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  right: -30px;
  top: 50%;
  z-index: 9999;
}
.voice__textleft:after {
  border-left: 32px solid #3db0e0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  content: '';
  margin-top: -12px;
  position: absolute;
  right: -32px;
  top: 50%;
}
.voice__textright {
  float: right;
  background-color: #fff;
  padding: 20px;
  position: relative;
  width: 760px;
}
.voice__textright:before {
  border-right: 30px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  left: -30px;
  top: 50%;
  z-index: 9999;
}
.voice__textright:after {
  border-right: 32px solid #3db0e0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  content: '';
  margin-top: -12px;
  position: absolute;
  left: -32px;
  top: 50%;
}
.voice__textleft, .voice__textright {
  border: solid 1px #3db0e0;
  padding: 22px 30px;
  margin-top: 10px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  border-radius: 6px;
  max-width: 760px;
  width: 100%;
}
.voice__period {
  letter-spacing: -20px;
}
.voice__textleft p, .voice__textright p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.voice__ditailbox {
  text-align: center;
}
.voice__ditailbtn {
  color: #fff;
  background-color: #3db0e0;
  padding: 19px 0;
  display: block;
  width: 440px;
  margin: auto;
  letter-spacing: 2px;
  box-shadow: 0 5px 0 0 #369ec9;
}
.voice__ditailbtn:hover {
  box-shadow: 0 0 0 0 #369ec9;
  margin: 25px auto -5px;
}
.lt_space {
  letter-spacing: -2px;
  display: inline-block;
}
/* ==============================================
 先輩たちの声詳細
============================================== */
.detailarea {
  margin-top: 100px;
}
.detailbox {
  width: 1000px;
  margin: 0 auto 60px;
  text-align: left;
}
.right-img {
  float: left;
  margin: 0 30px 15px 0;
}
/* ==============================================
 宣伝
============================================== */
.publicityarea {
  /*margin: 90px auto 100px;*/
  margin-bottom: 100px;
}
.publicity__titlebox {
  padding: 70px 0 50px;
  margin-bottom: 90px;
  background-image: url(../images/PC/wh_check_bg.png);
}
.publicity__titlebox h2 {
  font-weight: bold;
}
.publicity__titlebox h2 span {
  color: #fff;
  /* for modan browser */
  text-shadow: 0px 4px 1px #1ca9e4, 0px 3px 1px #1ca9e4, 1px 3px 1px #1ca9e4, 2px 3px 1px #1ca9e4, 2px 2px 1px #1ca9e4, 3px 2px 1px #1ca9e4, 3px 1px 1px #1ca9e4, 3px 0px 1px #1ca9e4, 4px 0px 1px #1ca9e4, 3px -1px 1px #1ca9e4, 3px -2px 1px #1ca9e4, 3px -3px 1px #1ca9e4, 2px -3px 1px #1ca9e4, 2px -4px 1px #1ca9e4, 1px -4px 1px #1ca9e4, 0px -4px 1px #1ca9e4, -1px -4px 1px #1ca9e4, -2px -4px 1px #1ca9e4, -3px -4px 1px #1ca9e4, -3px -3px 1px #1ca9e4, -4px -3px 1px #1ca9e4, -4px -2px 1px #1ca9e4, -4px -1px 1px #1ca9e4, -4px 0px 1px #1ca9e4, -4px 1px 1px #1ca9e4, -4px 2px 1px #1ca9e4, -3px 2px 1px #1ca9e4, -3px 3px 1px #1ca9e4, -2px 3px 1px #1ca9e4, -1px 3px 1px #1ca9e4;
  /* for IE */
  filter: dropshadow(color=#1ca9e4, offx=0, offy=4, positive=1), dropshadow(color=#1ca9e4, offx=3, offy=2, positive=1), dropshadow(color=#1ca9e4, offx=3, offy=-1, positive=1), dropshadow(color=#1ca9e4, offx=1, offy=-4, positive=1), dropshadow(color=#1ca9e4, offx=-2, offy=-4, positive=1), dropshadow(color=#1ca9e4, offx=-4, offy=-2, positive=1), dropshadow(color=#1ca9e4, offx=-4, offy=2, positive=1), dropshadow(color=#1ca9e4, offx=-1, offy=3, positive=1);
  padding-right: 1%;
}
.publicitybox {
  display: flex;
  width: 1000px;
  margin: 0 auto 70px;
  text-align: left;
}
.publicity__textbox h3, .publicity__textbox p {
  margin-bottom: 35px;
}
.publicity__imgbox {
  margin-left: 80px;
}
.catchcopybox {
  color: #3db0e0;
}
.catchcopybox p {
  font-size: 25px;
  color: #3db0e0;
}
.occupations {
  font-size: 17px;
  color: #fff;
  background-color: #1ca9e4;
  padding: 2px 15px;
  margin-right: 25px;
  display: inline-block;
  vertical-align: 6px;
}
/* ==============================================
 紹介例
============================================== */
.introductionarea {
  /*background-image: url(../images/PC/polygon_bg.png);
    background-repeat: no-repeat;
    background-size: cover;*/
  background: #e9f7fd;
  padding-bottom: 100px;
}
.introduction__titlebox {
  padding: 80px 0 70px;
}
.introduction__titlebox .heading {
  line-height: 1.2;
  letter-spacing: 5px;
}
.introduction {
  letter-spacing: 1px;
  font-weight: bold;
}
.introductionarea .contentheading {
  text-align: left;
}
.introductionbox {
  width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.introductionbox__content {
  width: 470px;
  background-color: #fff;
  margin-bottom: 20px;
}
.introductionbox__textbox {
  padding: 20px 30px;
  position: relative;
}
.introduction__img {
  position: relative;
}
.introduction__img:after {
  border-bottom: 20px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: 0;
  left: 40px;
}
.introduction__text {
  margin-top: 20px;
  text-align: left;
  line-height: 1.2;
}
/* ==============================================
 募集要項
============================================== */
.application_box {
  display: inline-block;
}
table {
  box-sizing: border-box;
  border: solid 1px #ccc;
}
.application_titlebox {
  margin: 100px 0 70px;
}
.application_titlebox h2 {
  line-height: 1;
  letter-spacing: 5px;
}
.application_titlebox h2 span {
  font-weight: normal;
  letter-spacing: 1px;
}
tr {}
th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #e9f7fd;
  vertical-align: middle;
  width: 195px;
  text-align: center;
}
td {
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  padding: 30px 0;
  padding-left: 50px;
  text-align: left;
  width: 905px;
}
tr:nth-child(4) th, tr:nth-child(4) td {
  border-bottom: none;
}
.applicationarea {
  margin: 0 auto 100px;
}
.caution {
  margin: 45px auto 30px;
  text-align: left;
  width: 1151px;
}
.cautionbox {
  text-align: left;
  display: inline-block;
  margin: 0 auto 100px;
  max-width: 1050px;
  width: 100%;
}
.caution img {
  display: inline-block;
}
.caution p {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}
.square_box {
  margin-bottom: 30px;
}
.square_box img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.square_title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 20px;
}
.square_text {
  font-size: 18px;
}
/* ==============================================
 Q&A
============================================== */
.qaarea {
  background-image: url(../images/PC/qa_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.qa__titlebox {
  padding: 80px 0 70px;
}
.qabox {
  width: 1100px;
  margin: auto;
  background-color: #fff;
  text-align: left;
  padding: 50px 30px 10px;
  box-sizing: border-box;
}
.qabox h3 {
  font-weight: bold;
  letter-spacing: 3px;
  font-weight: bold;
  color: #000;
}
.qa__img {
  vertical-align: middle;
}
.qa__text {
  margin: 15px 15px 60px 70px;
}
.drawing {
  display: block;
  margin: 0 auto 27px;
}
/* ==============================================
 お仕事開始までの流れ
============================================== */
.flowarea {
  margin: 0 auto 100px;
  width: 1100px;
}
.flow__titlebox {
  padding: 100px 0 70px;
}
/* floatを使うのでclearfixの指定 */
.flowarea:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.flowarea .flowbox {
  color: #fff;
  padding-top: 15px;
  width: 195px;
  /*height: 370px;*/
  height: 280px;
  background-color: #3db0e0;
  float: left;
  position: relative;
  margin-right: 20px;
}
.flowarea .flowbox:nth-child(5) {
  background-color: #f6ba04;
}
.flowarea .flowbox:last-child {
  width: 0;
}
.flowarea .flowbox:first-child:after {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.flowarea .flowbox:nth-child(6):after {
  border-left: 40px solid #f6ba04;
}
.flowarea .flowbox:after {
  border-left: 40px solid #3db0e0;
  /*border-top: 193px solid transparent;
    border-bottom: 193px solid transparent;*/
  border-top: 148px solid transparent;
  border-bottom: 148px solid transparent;
  content: "";
  position: absolute;
  left: -20px;
  top: -0;
}
.flowarea .flowbox:before {
  border-left: 40px solid #fff;
  /*border-top: 190px solid transparent;
    border-bottom: 190px solid transparent;*/
  border-top: 148px solid transparent;
  border-bottom: 148px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.flow__number {
  /*width: 200px;*/
  width: 150px;
  margin-left: 43px;
}
.flow__number p {
  font-size: 14px;
  line-height: 1.2;
}
.flow__number span {
  font-weight: bold;
}
.flowbox__inner .contentheading.middle {
  line-height: 1.2;
}
.flowbox__inner .contentheading {
  width: 150px;
  height: 50px;
  margin: 30px 0 50px 45px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-size: 23px;
}
.flowbox__inner .flow__text_top p {
  width: 155px;
  margin-left: 52px;
}
.step1 .flowbox__inner .flow__text_top p {
  margin-left: 65px;
}
.step2 .flowbox__inner .flow__text_top p {
  margin-left: 52px;
}
.flow__text {
  text-align: left;
  line-height: 1.2;
}
.flow__text p {
  text-align: center;
}
.flow__text_top p {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
}
div.flowbox.toppage-box {
  height: 390px;
}
div.flowbox.toppage-box:after {
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
}
div.flowbox.toppage-box:before {
  border-top: 204px solid transparent;
  border-bottom: 204px solid transparent;
}
}
.toppage-area {
  margin: 0 auto 100px;
  width: 1100px;
}
.flow__number img {
  margin-top: 10px;
}
/* ==============================================
 会員登録
============================================== */
.registrationbox {
  background-image: url(../images/PC/bl_check_bg.png);
  padding: 50px 0 90px;
}
.registration__text span {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  display: inline-block;
}
.registration__text span.fontsmall {
  font-size: 16px
}
.registration__text span.fontsmall a {
  font-size: 16px;
  color: #fff;
}
.registration__text span.fontsmall a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.registration__btn {
  color: #966904;
  font-weight: bold;
  background-color: #fff227;
  margin: auto;
  font-size: 24px;
  width: 400px;
  padding: 18px 0;
  display: block;
  /*box-shadow: 0 5px 0 0 #cd9624;*/
  box-shadow: 0 5px 0 0 #e2d620;
  letter-spacing: 3px;
}
.registration__btn:hover {
  box-shadow: 0 0 0 0 #cd9624;
  text-decoration: none;
  margin: 5px auto -5px;
}
.registration__btn.company {
  color: #ffffff;
  background-color: #3db0e0;
  box-shadow: 0 5px 0 0 #369ec9;
}
.registration__btn.company:hover {
  box-shadow: none;
}
/* ==============================================
 #footer
============================================== */
#footer {
  width: 100%;
  padding: 7px 0 20px;
  text-align: left;
}
.footer_inner {
  width: 1100px;
  margin: 25px auto 25px;
}
.footer_inner img {
  vertical-align: sub;
  margin-right: 10px;
}
.footer_inner .copyright {
  font-size: 13px;
}
/* ==============================================
 #btn-pagetop
============================================== */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 100px;
  z-index: 99999;
}
#page-top a {
  text-decoration: none;
  width: 100px;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .7;
}
#page-top a img {
  width: 100px;
}
/* *******************************************************************
 SECTION THEME
******************************************************************* */
/* ==============================================

============================================== */
.backnumber {
  font-size: 14px !important;
  margin-top: 10px;
}
.backnumber > a {
  font-size: 14px;
}