@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #333;
  letter-spacing: normal;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  text-align: justify;
}

a {
  text-decoration: none;
  color: #4b90c0;
}

/* colors */
.tac {
  text-align: center;
}

.lh12 {
  line-height: 1.2;
}

.lh65 {
  line-height: 65px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb40 {
  margin-bottom: 40px;
}

.red01 {
  color: red;
}

.block {
  display: block;
}

.ico-voice, .txt-voice01, .txt-voice02 {
  background: url(../img/ico_voice01.png) no-repeat 20px center;
  color: white;
  height: 77px;
  font-size: 32px;
  line-height: 77px;
  padding-left: 70px;
  padding-top: 5px;
  margin-bottom: 30px;
}

.box-size, .box-inner01, .box-example-in02 {
  width: 880px;
  margin: 0 auto;
}

.box-ba, .txt-before01, .txt-after01 {
  border-radius: 6px;
  width: 100%;
  text-align: center;
  color: white;
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 10px;
}

.hidden {
  display: none;
}

header img {
  vertical-align: bottom;
}
header h1 {
  position: relative;
}
header h1 .area-text {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
header h1 .area-text-list {
  padding: 25px 50px 5px;
  background: rgba(0, 0, 0, 0.5);
  letter-spacing: -0.4em;
}
header h1 .area-text-list-item {
  font-size: 25px;
  font-weight: bold;
  text-shadow: #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px, #FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF -2px -1px;
  letter-spacing: 0.1em;
  font-family: Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 10;
}
header h1 .area-text-list-item::before {
  display: inline-block;
  content: "";
  background: url(../img/star.png) no-repeat;
  width: 195px;
  height: 186px;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
header h1 .area-text-list-item .num {
  display: block;
  font-size: 70px;
  letter-spacing: -0.07em;
  position: relative;
}
header h1 .area-text-list-item .num_sup {
  display: inline-block;
  font-size: 32px;
  position: absolute;
  right: auto;
  bottom: 5px;
  z-index: -1;
}
header h1 .area-text-list-diff {
  font-size: 24px;
}
header h1 .area-text-list-diff_sup {
  display: block;
  font-size: 20px;
}
header h1 .area-text-list-diff .txt {
  display: block;
  font-size: 36px;
  letter-spacing: -0.08em;
}
header h1 .area-text-list-diff .txt_sup {
  display: block;
  text-align: right;
}
header h1 .area-text-box {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
header h1 .area-text-txt {
  background: #3e3636;
  width: 1000px;
  margin: auto;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  font-size: 30px;
  line-height: 1;
  border-radius: 10px;
  color: #FFF;
  letter-spacing: 0.05em;
}

.header01 {
  background: url(../img/bg_main01.png) repeat-x 0 0;
}

.header02 {
  background: url(../img/bg_main02.png) repeat-x 0 0;
}

.header-logo01 {
  width: 1056px;
  margin: 0 auto;
}

.header-logo02 {
  width: 1222px;
  margin: 0 auto;
}

.btn-box01 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzgyODM4NCIvPjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiM0YjRkNGYiLz48c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjMWIxZDIwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #828384), color-stop(2%, #4b4d4f), color-stop(8%, #1b1d20));
  background: -moz-linear-gradient(top, #828384 1%, #4b4d4f 2%, #1b1d20 8%);
  background: -webkit-linear-gradient(top, #828384 1%, #4b4d4f 2%, #1b1d20 8%);
  background: linear-gradient(to bottom, #828384 1%, #4b4d4f 2%, #1b1d20 8%);
  border-top: 4px #1b1d20 solid;
  border-bottom: 8px #bfbfbf solid;
  position: relative;
  margin-bottom: 40px;
}
.btn-box01 p {
  text-align: center;
}

.btn-box02 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzgyODM4NCIvPjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiM0YjRkNGYiLz48c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjMWIxZDIwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #828384), color-stop(2%, #4b4d4f), color-stop(8%, #1b1d20));
  background: -moz-linear-gradient(top, #828384 1%, #4b4d4f 2%, #1b1d20 8%);
  background: -webkit-linear-gradient(top, #828384 1%, #4b4d4f 2%, #1b1d20 8%);
  background: linear-gradient(to bottom, #828384 1%, #4b4d4f 2%, #1b1d20 8%);
  border-bottom: 8px #bfbfbf solid;
  position: relative;
  padding-top: 50px;
  margin-bottom: 80px;
}
.btn-box02 p {
  text-align: center;
}
.btn-box02:before {
  content: "";
  width: 0;
  height: 0;
  border: 150px solid transparent;
  border-top: 50px solid white;
  border-bottom: 0 solid transparent;
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -150px;
}

.btn-box03 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzgyODM4NCIvPjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiM0YjRkNGYiLz48c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjMWIxZDIwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #828384), color-stop(2%, #4b4d4f), color-stop(8%, #1b1d20));
  background: -moz-linear-gradient(top, #828384 1%, #4b4d4f 2%, #1b1d20 8%);
  background: -webkit-linear-gradient(top, #828384 1%, #4b4d4f 2%, #1b1d20 8%);
  background: linear-gradient(to bottom, #828384 1%, #4b4d4f 2%, #1b1d20 8%);
  border-bottom: 8px #bfbfbf solid;
  position: relative;
  padding-top: 50px;
  margin-bottom: 70px;
}
.btn-box03 p {
  text-align: center;
}
.btn-box03:before {
  content: "";
  width: 0;
  height: 0;
  border: 150px solid transparent;
  border-top: 50px solid #ffc600;
  border-bottom: 0 solid transparent;
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -150px;
}

.txt-tel01 {
  margin-top: 20px;
}

.txt-tel02 {
  color: white;
  margin-top: 10px;
}

.txt-tel03 {
  position: absolute;
  bottom: -59px;
  left: 50%;
  margin-left: -480px;
}

.box-inner01 {
  overflow: hidden;
}

.box-inner02 {
  width: 880px;
  margin: 0 auto;
  padding: 20px;
}

.box-inner03 {
  width: 960px;
  margin: 0 auto;
}

/*  こんなお悩みありませんか？ */
.tit-worry01 {
  padding: 40px 0;
  text-align: center;
  border-bottom: 10px #1b1d20 solid;
}

.tit-worry01 p {
  font-size: 53px;
  font-family: Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
}

.line01 {
  border-bottom: 10px #1b1d20 solid;
  border-bottom: 10px #1b1d20 solid;
}

.box-worry-in01 {
  border-top: 5px white solid;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bfbfbf), color-stop(10%, #ffffff));
  background-image: -moz-linear-gradient(top, #bfbfbf 0%, #ffffff 10%);
  background-image: -webkit-linear-gradient(top, #bfbfbf 0%, #ffffff 10%);
  background-image: linear-gradient(to bottom, #bfbfbf 0%, #ffffff 10%);
  position: relative;
  z-index: 0;
}
.box-worry-in01:before {
  content: "";
  border-radius: 30px;
  background: #1b1d20;
  color: white;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -15px;
  text-align: center;
  z-index: 1;
}
.box-worry-in01:after {
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 12px solid white;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: 3px;
  z-index: 2;
}

.tit-worry02,
.tit-worry03,
.tit-worry04 {
  font-size: 42px;
  font-weight: bold;
}

.tit-worry02 {
  background: url(../img/pic_man01.png) no-repeat 0 0;
  margin-top: -10px;
  padding-left: 190px;
  height: 181px;
  line-height: 181px;
}

.tit-worry03 {
  background: url(../img/pic_man02.png) no-repeat right 0;
  margin-top: -80px;
  height: 203px;
  letter-spacing: -0.05rem;
  line-height: 283px;
}

.tit-worry04 {
  background: url(../img/pic_man00.png) no-repeat 0 0;
  margin-top: -60px;
  padding-left: 190px;
  height: 191px;
  line-height: 231px;
}

.li-worry01 {
  font-size: 32px;
  width: 825px;
  margin: -10px auto 80px auto;
}
.li-worry01 li {
  border-bottom: 2px #727272 dotted;
  padding: 25px 0 20px 60px;
  background: url(../img/ico_check01.png) no-repeat 0 center;
}

.bar-worry01 {
  font-size: 38px;
  color: white;
  font-weight: bold;
  background: #41608d;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  padding: 8px 0;
  letter-spacing: 0.03em;
  text-wrap: none;
  position: relative;
  text-shadow: 2px 2px 4px rgba(46, 71, 114, 0.8), -2px 2px 4px rgba(46, 71, 114, 0.8), 2px -2px 4px rgba(46, 71, 114, 0.8), -2px -2px 4px rgba(46, 71, 114, 0.8);
}
.bar-worry01:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 20px;
  background: #bfbfbf;
  position: absolute;
  bottom: -3px;
  right: 0;
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}

.txt-pc01 {
  text-align: center;
  margin-bottom: 30px;
}

.txt-pc01 p {
  font-size: 34px;
  font-weight: bold;
  color: #000;
}

.txt-pc02 {
  text-align: center;
  margin-bottom: 60px;
}

.txt-pc02 p {
  font-size: 48px;
  font-weight: bold;
  color: #ff3900;
  letter-spacing: 0.05em;
}

.tit-box01 {
  background: #0f68b3;
  height: 175px;
  text-align: center;
  border-top: 8px #cacbcb solid;
}

.tit-box03 {
  background: #0f68b3;
  padding: 30px 0;
  height: 115px;
  text-align: center;
  border-top: 8px #cacbcb solid;
}

.txt-box01 {
  color: #fff117;
  font-size: 32px;
  line-height: 1;
}

.txt-box02 {
  color: white;
  font-size: 48px;
  font-weight: bold;
  line-height: 175px;
}

.txt-box03 {
  color: white;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
}

/*  リアル転職事例 */
.tit-example01 {
  background: #00baff;
  padding: 20px 0;
  text-align: center;
  font-size: 32px;
  color: white;
  letter-spacing: 0.2rem;
  position: relative;
}
.tit-example01:after {
  content: "";
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 40px solid #00baff;
  position: absolute;
  bottom: -65px;
  left: 50%;
  margin-left: -20px;
}

.txt-example01 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 40px;
}

.box-example02 {
  width: 880px;
  height: 280px;
  overflow: hidden;
  margin: 0 auto -15px auto;
  position: relative;
}

.box-ba01 {
  width: 280px;
  float: left;
}
.box-ba01:last-child {
  margin-left: 40px;
}

.txt_ba01 {
  font-size: 22px;
}

.txt-before01 {
  background: #619bca;
}

.txt-after01 {
  background: #ff9600;
}

.box-left01 {
  float: left;
  padding-top: 55px;
}

.box-right01 {
  position: absolute;
  bottom: 45px;
  right: 0;
}

.box-example-in02 {
  clear: both;
}

.box-before01 {
  border: 2px #619bca solid;
  margin-bottom: 25px;
}

.box-after01 {
  border: 2px #ff9600 solid;
  margin-bottom: 25px;
}

.box-before-in01 {
  background: #619bca;
  color: white;
  text-align: center;
  line-height: 1.2;
  font-size: 32px;
  font-weight: bold;
}

.box-after-in01 {
  background: #ff9600;
  color: white;
  text-align: center;
  line-height: 1.2;
  font-size: 32px;
  font-weight: bold;
}

.box-before-in02 {
  padding: 0 20px;
  overflow: hidden;
  width: 100%;
  height: 113px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI4OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmVjZWMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(89%, #ffffff), color-stop(100%, #ebecec));
  background-image: -moz-linear-gradient(top, #ffffff 89%, #ebecec 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 89%, #ebecec 100%);
  background-image: linear-gradient(to bottom, #ffffff 89%, #ebecec 100%);
}

.txt-before02 {
  float: left;
  line-height: 118px;
}

.txt-before03 {
  float: right;
  padding-top: 20px;
}

.box-example-txt01 {
  width: 795px;
  margin: 30px auto;
  display: none;
}

.txt-article01 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: black;
}

.txt-strong01 {
  color: #0062b3;
  font-weight: bold;
}

.txt-strong02 {
  color: #ee5300;
  font-weight: bold;
}

/* パチンコキャリア転職で成功する理由 */
.box-reason01 {
  background: #ffc600;
  z-index: -1;
  margin-top: -100px;
  padding-top: 120px;
}

.tit-reason01 {
  text-align: center;
}

.txt-reason01 {
  font-size: 1.8rem;
  font-weight: bold;
}

.txt-reason03 {
  line-height: 1.8;
}

.txt-reason04 {
  padding-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  clear: both;
}

.txt-reason05 {
  line-height: 2;
  width: 880px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.box-reason02 {
  border: 4px #b66b00 solid;
  border-radius: 12px;
  background: #ffffed;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 390px;
}

.box-reason03 {
  float: left;
  width: 460px;
  margin-top: 20px;
}
.box-reason03:nth-child(odd) {
  margin-left: 40px;
}

.tit-reason02 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2NmIwMCIvPjxzdG9wIG9mZnNldD0iNDglIiBzdG9wLWNvbG9yPSIjYjY2YjAwIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkOWEzNTYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNjZiMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b66b00), color-stop(48%, #b66b00), color-stop(50%, #d9a356), color-stop(100%, #b66b00));
  background-image: -moz-linear-gradient(top, #b66b00 0%, #b66b00 48%, #d9a356 50%, #b66b00 100%);
  background-image: -webkit-linear-gradient(top, #b66b00 0%, #b66b00 48%, #d9a356 50%, #b66b00 100%);
  background-image: linear-gradient(to bottom, #b66b00 0%, #b66b00 48%, #d9a356 50%, #b66b00 100%);
  border: 4px #b66b00 solid;
  border-radius: 8px;
  margin-bottom: 25px;
  color: white;
  font-size: 36px;
  line-height: 1;
  padding: 10px 0 8px 0;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px #a36000;
  z-index: 1;
}

/* よくあるご質問 */
.box-faq01 {
  background: #f8f8ea;
  padding: 60px 0;
}

.dt-faq01 {
  color: #0d6cbd;
  font-weight: bold;
  margin-bottom: 5px;
}

.dd-faq01 {
  margin-bottom: 50px;
}
.dd-faq01:last-child {
  margin-bottom: 0;
}

.txt-faq01 {
  color: #ee5300;
}

/* 転職までの流れ */
.txt-flow01 {
  background: #a2a2a2;
  color: white;
  text-align: center;
  font-size: 32px;
  padding: 5px 0;
  margin: 50px 0;
}

.txt-flow02 {
  background: #a2a2a2;
  color: white;
  text-align: center;
  font-size: 32px;
  padding: 15px 0 5px 0;
  margin: 50px 0;
  position: relative;
}
.txt-flow02:before {
  content: "";
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 10px solid white;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}

.txt-flow03 {
  color: #ff5e00;
  font-size: 42px;
  margin-bottom: 30px;
  text-align: center;
}

.txt-flow04 {
  line-height: 2.2;
  margin: 0 30px;
}

/* お客様の声 */
.box-voice01 {
  margin-top: 80px;
}

.txt-voice01 {
  background-color: #67c6e9;
}

.txt-voice02 {
  background-color: #f79fc8;
}

.txt-voice03 {
  margin-bottom: 60px;
  line-height: 2.2;
}

/* 求人の確認はこちらから */
.tit-box02 {
  background: #ff5e00;
  padding: 10px 0;
  height: 175px;
  line-height: 175px;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  border-top: 8px #cacbcb solid;
}

.box-form-in01 {
  background: #f8f8ea;
}

.errorTxt {
  text-align: center;
  padding: 10px 0;
  background: #faa8b1;
  color: black;
  font-size: 1.4rem;
  font-weight: bold;
}

.must {
  background: #ff6c00;
  padding: 2px 8px;
  border-radius: 3px;
  color: #FFF;
  margin: 0 2%;
  line-height: 1;
}

.formDl {
  margin-bottom: 20px;
}

.formDl dd {
  margin-bottom: 30px;
}

.error_exp {
  display: inline-block;
  color: red;
  margin-left: 3px;
}

input[type="text"] {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  line-height: 60px;
  border: #cfc5c7 2px solid;
  padding: 0 20px;
  margin: 5px 0 10px 0;
  -webkit-appearance: none;
  color: #ac9f9f;
  font-size: 24px;
}

input::-webkit-input-placeholder {
  color: #ac9f9f;
}

input:-ms-input-placeholder {
  color: #ac9f9f;
}

input::-moz-placeholder {
  color: #ac9f9f;
}

.circle01 {
  color: #8e8781;
  margin-right: 10px;
  font-size: 32px;
}

.form-txt {
  margin-top: -5px;
  margin-bottom: 10px;
  color: #5a5a5a;
}

select {
  margin: 10px 0;
  height: 60px;
  border-radius: 5px;
  border: #cfc5c7 2px solid;
  padding: 0 20px;
  background: white;
  font-size: 24px;
}

.select-exp {
  width: 100%;
  line-height: 40px;
  padding: 10px 0;
}

.box-checkbox01 {
  margin-top: -20px;
}

input[type="checkbox"] {
  border: #cfc5c7 2px solid;
  margin-top: 15px;
}

.txt-form02 {
  margin-top: -35px;
  line-height: 1.4;
  padding-left: 25px;
}
.txt-form02 a {
  text-decoration: underline;
}

.submitButton {
  clear: both;
  margin: 30px 0;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
  margin: 30px 10%;
  padding: 30px 0;
  width: 80%;
  font-size: 32px;
  color: white;
  text-align: center;
  border-radius: 6px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8a00), color-stop(1, #ff4e00));
  background: -webkit-linear-gradient(#ff8a00 0%, #ff4e00 100%);
  background: -moz-linear-gradient(#ff8a00 0%, #ff4e00 100%);
  background: -o-linear-gradient(#ff8a00 0%, #ff4e00 100%);
  background: linear-gradient(#ff8a00 0%, #ff4e00 100%);
}

a .back-btn {
  text-decoration: none;
}

.back-btn {
  cursor: pointer;
  margin: 10px 10%;
  padding: 20px 0;
  width: 80%;
  color: white;
  text-align: center;
  border-radius: 6px;
  background: #777;
  display: block;
}

.box-tel01 {
  background: #e6e6e6;
}

.txt-tel-footer01 {
  width: 760px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
  border-top: 2px black solid;
  border-bottom: 2px black solid;
  margin: 0 auto 30px auto;
}

.txt-pac01 {
  text-align: center;
  font-size: 32px;
}

.img-logo01 {
  margin-left: 40px;
}
.img-logo01 img {
  vertical-align: bottom;
}

.tit-form-confirm {
  font-weight: bold;
  font-size: 42px;
  padding: 5px 20px;
  width: 880px;
  margin: 0 auto;
}

footer {
  color: white;
  padding: 30px 0;
  height: 90px;
  background: #696969;
  text-align: center;
}
footer p {
  text-align: center;
  margin-bottom: 10px;
}
footer a {
  text-decoration: underline;
  color: white;
}
footer small {
  font-size: 18px;
}

.btn-detail03 {
  box-sizing: border-box;
  width: 780px;
  border-radius: 15px;
  border: 1px solid #FFF;
  padding: 42px 45px;
  margin: auto;
  margin-top: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ff5f00), color-stop(0.5, #ff5d0b), color-stop(0, #ff914e));
  background: -webkit-linear-gradient(top, #ff914e 0%, #ff5d0b 50%, #ff5f00 100%);
  background: -moz-linear-gradient(top, #ff914e 0%, #ff5d0b 50%, #ff5f00 100%);
  background: -o-linear-gradient(top, #ff914e 0%, #ff5d0b 50%, #ff5f00 100%);
  background: -ms-linear-gradient(top, #ff914e 0%, #ff5d0b 50%, #ff5f00 100%);
  background: linear-gradient(to bottom, #ff914e 0%, #ff5d0b 50%, #ff5f00 100%);
  position: relative;
}
.btn-detail03 span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1;
  padding-top: 5px;
}
.btn-detail03 span.icon {
  font-size: 48px;
  color: #ff5d0b;
  background: #FFF;
  padding: 14px 20px 9px;
  border-radius: 5px;
  margin-right: 30px;
}
.btn-detail03 span.text {
  font-size: 47px;
  color: #FFF;
}
.btn-detail03::before, .btn-detail03::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.btn-detail03::before {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 25%;
  border-radius: 50%;
  border: 6px solid #ff955f;
  background: #FFF;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-detail03::after {
  width: 12px;
  height: 12px;
  border-top: 4px solid #ff5500;
  border-right: 4px solid #ff5500;
  right: 70px;
  top: 48%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

/* 20180619 add */
/* pc/thanks.php */
.thanks__area {
  background: #f3edeb;
}
.thanks__area__inner {
  width: 880px;
  margin: 0 auto;
  padding: 20px;
}
.thanks__frame__head {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-top: 15px;
}
.thanks__frame__text {
  text-align: center;
  margin-top: 20px;
}
.thanks__frame__btn {
  display: block;
  width: 675px;
  margin: 30px auto;
}
.thanks__frame__btn:hover {
  opacity: 0.7;
}
.thanks__frame__btn img {
  vertical-align: middle;
}

/* 20191011 add */
/* pc/LP3/pc/index_d.php */

.lp03d-step {
  padding: 10px 0;
  display: flex;
  position: relative;
  height: 56px;
  list-style: none;
}

.lp03d-step-item.is-active {
  border: none;
  background-color: #e13f3f;
  color: #fff;
}

.lp03d-step-item {
  background-color: #fff;
  width: 32%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  padding-left: 5px;
}

.lp03d-step-item:after {
  z-index: 5;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: -13px;
}

.lp03d-step-item.is-active:after {
  display: block;
  content: "";
  border: none;
  width: 25px;
  height: 25px;
  background-color: #e13f3f;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: -12px;
}

.section04-form-radio--center {
  display: flex;
  align-items: center;
}

.form3d table td input {
  margin: 5px 20px 5px 40px;
  width: 20px;
}

.btn_submit--center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonStyle0--pc button {
  width: 360px;
}

.u-back-button--pc {
  width: 360px;
  height: 69px;
  border: none;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 6px;
  font-size: 26px;
  margin: 20px auto;
}

.form3d_3 table td input {
  width: 80% !important;
}