@charset "UTF-8";
/*
Theme Name: work
*/
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;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  height: 100%;
  color: #000;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.85;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  letter-spacing: 0.1em;
}

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

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

#wrapper {
  width: 100%;
}


#toPageTop {
  position: relative;
  height: 0;
}

#toPageTop a {
  position: fixed;
  z-index: 10;
  bottom: -1px;
  right: 0;
  height: 0;
  border-bottom: 30px solid #000;
  border-right: 30px solid #000;
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-indent: -999em;
}

#toPageTop a.abBottom {
  position: absolute;
  /*  bottom: 30px;*/
}

#toPageTop a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 11;
  right: -18px;
  bottom: -15px;
  width: 13px;
  height: 7px;
  background-image: url(images/arrow_topagetop.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 769px) {
  .pc {
    display: none;
  }
  .mincho {
    font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  }

  header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 49px;
    background: #fff;
    border-bottom: #e5e5e5 solid 1px;
    z-index: 1000;
  }
  header #header-logo-sp {
    position: relative;
    width: 222px;
    height: 48px;
    margin: 0 auto;
  }
  header #header-logo-sp a {
    display: block;
    width: 222px;
    height: 48px;
    background: url(images/header_logo.svg);
    background-size: 164px 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    text-indent: -999em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header #toggle {
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header #toggle .trigger {
    position: relative;
    width: 28px;
    height: 19px;
  }
  header #toggle .trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }
  header #toggle .trigger span:nth-of-type(1) {
    top: 0;
  }
  header #toggle .trigger span:nth-of-type(2) {
    top: 8px;
  }
  header #toggle .trigger span:nth-of-type(2):after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  header #toggle .trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .toggleWrap {
    background: #fff;
    padding: 50px 15px 10px 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  header .toggleWrap .mainNav li {
    list-style-type: none;
  }
  header .toggleWrap .mainNav li .navItem {
    display: block;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    text-align: center;
    font-size: 1rem;
  }

  /* メニューを閉じる時のスタイル
  display:none; を使用せず、opacityを使うとfadeっぽくなる */
  .hide {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }

  /* アニメーションはメニューの開閉時のみでいいので
  .toggleWrapに書かず、別にclassを用意 */
  .animation {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  /* メニューオープン時のみ、メニューの後ろのコンテンツをスクロールさせない
  iOS safariには別途対応が必要（jQueryに記述）*/
  .no-scroll {
    overflow: hidden;
  }

  .trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) scale(0);
    transform: translateY(8px) scale(0);
  }

  .trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) scale(0);
    transform: translateY(-8px) scale(0);
  }

  #content {
    width: 100%;
  }
  #content #main-visual {
    width: 100%;
    height: 80vh;
    background-size: cover;
  }
  #content #main-visual #main-visual-inner {
    position: relative;
    width: 90%;
    height: 100%;
    margin: 49px auto 0;
  }
  #content #main-visual #main-visual-inner #ceo {
    position: absolute;
    bottom: 0;
    width: 84%;
    left: 8%;
  }
  #content #main-visual #main-visual-inner #message {
    position: absolute;
    top: -210px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 70%;
  }
  #content #main-visual #main-visual-inner h1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 90%;
    display: table;
  }
  #content #main-visual #main-visual-inner h1 img {
    display: table-cell;
    vertical-align: middle;
  }
  #content .main-visual-index {
    background: url(images/bg-top.jpg) bottom right;
  }
  #content .main-visual-value {
    background: url(images/bg-value.jpg) center center;
  }
  #content .main-visual-question {
    background: url(images/bg-question.jpg) center center;
  }
  #content .main-visual-jobinfo {
    background: url(images/bg-jobinfo.jpg) center center;
  }
  #content .main-visual-application {
    background: url(images/bg-application.jpg) center center;
  }
  #content .height50 {
    height: 50vh !important;
  }

  #main-content {
    width: 100%;
  }
  #main-content section {
    width: 100%;
    margin: 35px 0;
  }
  #main-content section .index-h2 {
    width: 85%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto;
  }
  #main-content section .index-p {
    width: 85%;
    margin: 25px auto;
    line-height: 2;
    font-size: .8rem;
    text-align: justify;
  }
  #main-content section .about-us-text-area h3 {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin: 25px 0;
  }
  #main-content section .about-us-text-area p {
    width: 85%;
    font-size: .8rem;
    line-height: 2;
    margin: 25px auto;
  }
  #main-content section .index-h2-2 {
    width: 85%;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    margin: 0 auto;
  }
  #main-content section .index-text {
    width: 85%;
    font-size: .8rem;
    line-height: 2;
    margin: 25px auto;
    text-align: justify;
  }
  #main-content section .index-text a {
    display: block;
    width: 100%;
    height: 45px;
    background: #000;
    border-radius: .25rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    margin: 25px auto 35px;
  }
  #main-content section .index-img {
    display: block;
    width: 85%;
    margin: 0 auto 50px;
  }
  #main-content section .index-messages-2 {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px 0;
  }
  #main-content section .entory {
    width: 85%;
    height: 45px;
    margin: 25px auto 50px;
  }
  #main-content section .entory a {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    border-radius: .25rem;
  }
  #main-content section .content-text-box {
    width: 85%;
    margin: 0 auto;
  }
  #main-content section .content-text-box .value-h2 {
    color: #fff;
    font-size: 1rem;
    letter-spacing: .2rem;
    background: #1967b2;
    padding: .25rem .75rem;
    display: inline-block;
    margin: 0 auto 15px;
    display: table;
  }
  #main-content section .content-text-box .value-h3 {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px 0;
  }
  #main-content section .content-img-area {
    width: 85%;
    margin: 0 auto;
  }
  #main-content section .width85 {
    width: 85%;
    font-size: .9rem;
    margin: 25px auto;
    line-height: 2;
  }
  #main-content section .question-h2 {
    position: relative;
    display: inline-block;
    background: #1967b2;
    color: #fff;
    font-size: 1rem;
    padding: .25rem .75rem;
    margin: 0 auto 15px;
    display: table;
  }
  #main-content section .question-dl {
    width: 85%;
    margin: 0 auto;
  }
  #main-content section .question-dl dt {
    position: relative;
    font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
    font-size: 1.2rem;
    padding: 0 0 5px 0;
    display: inline-flex;
    line-height: 1.5;
  }
  #main-content section .question-dl dt:before {
    content: "Q";
    padding: 0 20px 0 0;
    color: #1967b2;
    font-size: 1.5rem;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-weight: bold;
  }
  #main-content section .question-dl dt:after {
    position: absolute;
    left: 20px;
    top: 2px;
    content: ".";
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1967b2;
  }
  #main-content section .question-dl dd {
    position: relative;
    line-height: 2;
    display: inline-flex;
    padding: 0 0 35px 0;
    font-size: .9rem;
    text-align: justify;
  }
  #main-content section .question-dl dd:before {
    content: "A";
    padding: 0 20px 0 2px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: -8px;
  }
  #main-content section .question-dl dd:after {
    position: absolute;
    left: 20px;
    top: -7px;
    content: ".";
    font-size: 1.5rem;
    font-weight: bold;
  }
  #main-content section .jobinfo-h2 {
    color: #fff;
    font-size: 1rem;
    letter-spacing: .2rem;
    background: #1967b2;
    padding: .25rem .75rem;
    display: inline-block;
    margin: 0 auto 15px;
    display: table;
  }
  #main-content section #jobinfo-ul {
    width: 89%;
    margin: 0 auto;
  }
  #main-content section #jobinfo-ul ul li {
    width: 50%;
    padding: 0 2%;
    float: left;
    margin-bottom: 30px;
    min-height: 270px;
  }
  #main-content section #jobinfo-ul ul li h3 {
    font-size: .9rem;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    border-bottom: #000 solid 1px;
    margin: 0 0 10px 0;
  }
  #main-content section #jobinfo-ul ul li p {
    font-size: .75rem;
    text-align: justify;
  }
  #main-content section #wp-content {
    width: 85%;
    margin: 0 auto;
  }
  #main-content section #wp-content table {
    background: #efefef;
  }
  #main-content section #wp-content table tr {
    border-bottom: #e1e1e1 solid 1px;
  }
  #main-content section #wp-content table tr th {
    max-width: 30px;
    width: 30%;
    padding: 15px 0 0 15px;
    vertical-align: top;
    font-size: .75rem;
  }
  #main-content section #wp-content table tr td {
    width: 70%;
    padding: 15px 15px 15px 20px;
    font-size: .75rem;
  }

  #footer .inquiryArea {
    padding: 0 28px 10px;
    background: #0c5daa;
  }

  #footer .inquiryArea .cFrame {
    display: block;
  }

  #footer .inqBlock {
    padding: 25px 0 25px;
    border-right: none;
    text-align: center;
    color: #fff;
  }

  #footer .inqTelBlock {
    border-top: 1px solid #3d7dbb;
  }

  #footer .inqBlock .inqLink a {
    font-size: 1.25rem;
    color: #fff;
    text-decoration: none;
    letter-spacing: .8rem;
  }

  #footer .inqLinkBlock .comName {
    font-size: .75rem;
  }

  #footer .inqLinkBlock .inqLink {
    font-size: 2.2rem;
    margin: -10px 0 0 0;
  }

  #footer .inqLinkBlock .text {
    font-size: .5rem;
    letter-spacing: 0.1em;
  }

  #footer .inqTelBlock dt {
    font-size: .75rem;
  }

  #footer .inqTelBlock .tel {
    font-size: 1.75rem;
    letter-spacing: 0.2em;
  }

  #footer .inqTelBlock .address {
    font-size: .5rem;
    letter-spacing: 0.1em;
  }

  #footer .inqTelBlock .tel a {
    color: #fff;
    white-space: nowrap;
  }

  #footer .fNav {
    width: auto;
    padding: 17px 0 17px;
    text-align: center;
  }

  #footer .fNav li {
    display: inline-block;
    margin: 0 14px;
    font-size: .75rem;
    line-height: calc(25/6);
    white-space: nowrap;
  }
  #footer .fNav li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }

  #footer .copyright {
    width: auto;
    padding: 35px 0;
    border-top: #e5e5e5 solid 1px;
    color: #555;
    font-size: .35rem;
    text-align: center;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt0 {
    margin-top: 0 !important;
  }


.recruitSect {
  margin: 0 0 45px;
}

#recruitSect01 {
  position: relative;
  padding: 0;
}

#recruitSect01 .titleArea,
#recruitSect01 .textArea {
  float: none;
  width: auto;
}

#recruitSect01 .photo {
  float: none;
  width: auto;
  margin: 0 -28px;
}

#recruitSect01 .titleArea {
  margin: 0 0 30px;
  padding: 0 0 0;
}

#recruitSect01 .titleArea h2 {
  font-size: 2.5rem;
  line-height: calc(37/25);
}

#recruitSect01 .titleArea .badge {
  float: none;
  margin-top: 20px;
  padding: 0 3px 0 6px;
  font-size: 0.9rem;
  line-height: 13px;
}

#recruitSect01 .textArea {
  position: relative;
  z-index: 2;
  top: auto;
  left: auto;
  width: auto;
  margin: -45px 0 0 49px;
  padding: 9px 17px;
  font-size: 1.2rem;
  line-height: calc(23/12);
}

#recruitSect01 .textArea .signature {
  display: none;
}

.recruitSect:nth-of-type(2) .titleSideLine {
  letter-spacing: 0.2em;
}

#formSect {
  padding: 0 20px;
}

#formFlow {
  display: flex;
  margin: 0 -25px 43px;
}

#formFlow li {
  width: 33.33333333333333%;
  padding: 0 25px;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}

#formFlow li.ac {
  opacity: 1;
}

#formFlow li .flowItem {
  display: block;
  position: relative;
  height: 50px;
  padding-left: 50px;
  background: #ededed;
  font-size: 1rem;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  white-space: normal;
  letter-spacing: 0.4em;
}

#formFlow li .flowItem .forPc {
  display: inline-block;
}

#formFlow li .flowItem:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -25px;
  margin: 0;
  border-left: 25px solid #ededed;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

#formFlow li.flow03 .flowItem:after {
  display: none;
}

#formFlow li .flowItem .num {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  padding-left: 0.1em;
  color: #fff;
  background: #0d5dab;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.formCanvas {
  padding: 40px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slideScrn {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#formWrapper {
  width: 300%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#formWrapper.fStep01 {
  transform: translateX(0);
}

#formWrapper.fStep02 {
  transform: translateX(-33.33333%);
}

#formWrapper.fStep03 {
  transform: translateX(-66.66667%);
}

#formWrapper .stepArea {
  float: left;
  width: calc(1/3*100%);
  padding: 0 115px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#formWrapper.fStep01 #step01,
#formWrapper.fStep02 #step02,
#formWrapper.fStep03 #step03 {
  opacity: 1;
}

#formWrapper .stepHeader {
  text-align: center;
  margin: 0 0 30px;
}

#formWrapper .stepArea h3 {
  display: inline-block;
  position: relative;
  margin: 0 0 6px;
  padding: 0 0 0 0.4em;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: calc(21/13);
  letter-spacing: 0.4em;
  white-space: nowrap;
}

#formWrapper .stepArea .text {
  margin: 0 0 25px;
  font-size: 1.4rem;
  line-height: calc(13/7);
  text-align: center;
}

#formWrapper .stepArea .formCaution {
  display: inline-block;
  margin: 0 0 10px;
  font-size: .75rem;
  line-height: calc(13/7);
  white-space: nowrap;
}

#formWrapper .stepArea .formCaution span {
  color: #f00;
}

#formWrapper .stepArea .formErr {
  display: none;
  width: 587px;
  height: 105px;
  margin: 0 auto 40px;
  padding: 24px 0 23px;
  color: #f00;
  border: 3px solid #f00;
  font-size: 1rem;
  line-height: calc(13/7);
  font-weight: bold;
  text-align: center;
  /*  -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

#formWrapper .stepArea .formBlock {
  margin-bottom: -1px;
  padding: 15px 35px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

#formWrapper .stepArea .formRow {
  display: table;
  width: 100%;
}

#formWrapper .stepArea .formRow dt,
#formWrapper .stepArea .formRow dd {
  display: table-cell;
  padding: 15px 0;
  font-size: .75rem;
  line-height: 40px;
  vertical-align: top;
  text-align: left;
}

#formWrapper .stepArea#step04 .formRow dt,
#formWrapper .stepArea#step04 .formRow dd {
  line-height: 1.85;
}

#formWrapper .stepArea .formRow dt {
  width: 167px;
}

#formWrapper .stepArea .formRow dt span {
  position: relative;
  left: -1em;
  margin-right: -1em;
  color: #f00;
}

#formWrapper .stepArea input[type='text'],
#formWrapper .stepArea input[type='email'],
#formWrapper .stepArea select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

#formWrapper .stepArea .slctWrapper {
  position: relative;
}

#formWrapper .stepArea .slctWrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  transform: translateY(-50%) rotate(90deg);
  width: 13px;
  height: 25px;
  background-image: url(images/arrow_panel.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#formWrapper .stepArea textarea {
  width: 100%;
  height: 210px;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

#formWrapper .stepArea #rPost1,
#formWrapper .stepArea #rPost2 {
  width: 135px;
}

#rAddress1,
#rAddress2 {
  margin: 20px 0 0;
}

#formWrapper .stepArea select {
  -webkit-appearance: none;
  border-radius: 2px;
  /*  background-image: url(/common/images/arrow_black_down.svg);*/
  /*  background-size: 10px 12px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-position: right 10px top 14px;*/
}

#formWrapper .err input,
#formWrapper .err select,
#formWrapper .err textarea {
  border-color: #f00 !important;
}

.stepArea .btnArea {
  padding: 30px 0 0;
  text-align: center;
}

.stepArea .btnArea p {
  display: inline-block;
  margin: 0 12px;
}

.stepArea .btnArea .btnBack,
.stepArea .btnArea .btnNext {
  display: inline-block;
  position: relative;
  width: 210px;
  height: 60px;
  padding-left: 0.46em;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 58px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.46em;
  text-decoration: none;
}

.stepArea .btnArea .btnBack {
  background: #fff;
  color: #000;
  /*#*/
}

.stepArea .btnArea .btnNext {
  background: #000;
  color: #fff;
}

.stepArea .btnArea .btnBack:hover {
  opacity: 0.6;
}

.stepArea .btnArea .btnNext:hover {
  background: #0d5dab;
  border-color: #0d5dab;
}

.stepArea .btnArea .btnBack:before,
.stepArea .btnArea .btnNext:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
}

.stepArea .btnArea .btnBack:before {
  left: 13px;
  background-image: url(images/arrow_panel.svg);
  transform: translateY(-50%) rotate(180deg);
}

.stepArea .btnArea .btnNext:after {
  right: 13px;
  background-image: url(images/arrow_panel_w.svg);
}

.stepArea .btnArea p {
  position: relative;
}

.stepArea .btnArea .loaderBg {
  display: block;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  border-radius: 2px;
  /*  background: rgba(255, 255, 255, .9);*/
}

.stepArea .btnArea .loader {
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  font-size: 10px;
  margin: -15px 0 0 -15px;
  text-indent: -9999em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  background: -moz-linear-gradient(left, #1967b2 10%, rgba(25, 103, 178, 0) 42%);
  background: -webkit-linear-gradient(left, #1967b2 10%, rgba(25, 103, 178, 0) 42%);
  background: -o-linear-gradient(left, #1967b2 10%, rgba(25, 103, 178, 0) 42%);
  background: -ms-linear-gradient(left, #1967b2 10%, rgba(25, 103, 178, 0) 42%);
  background: linear-gradient(to right, #1967b2 10%, rgba(25, 103, 178, 0) 42%);
  /*  position: relative;*/
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.stepArea .btnArea .loader:before {
  width: 50%;
  height: 50%;
  background: #1967b2;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.stepArea .btnArea .loader:after {
  /*  background: #fff;*/
  background: #e6e6e6;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#formSect {
  padding: 0;
  width: 85% !important;
  margin: 35px auto !important;
}

#formSect p{
  font-size: .9rem;
}
#formFlow {
  margin: 25px -12px 35px;
}

#formFlow li {
  padding: 0 12px;
}

#formFlow li .flowItem {
  height: 30px;
  padding-left: calc(30px + 0.4em);
  font-size: 1rem;
  line-height: 30px;
  white-space: nowrap;
}

#formFlow li .flowItem:after {
  right: -15px;
  border-left: 15px solid #ededed;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

#formFlow li.flow03 .flowItem:after {
  display: none;
}

#formFlow li .flowItem .num {
  width: 30px;
  height: 30px;
  font-size: 1rem;
}

#formSect .textArea {
  margin: 0 0 25px;
}

#formSect .textArea .text {
  width: auto;
  margin: 0 0 25px;
  font-size: 1.2rem;
}

.formCanvas {
  padding: 19px;
}

#formWrapper .stepArea {
  padding: 0;
}


#formWrapper .stepHeader {
  margin: 0 0 10px;
}

#formWrapper .stepArea h3 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1rem;
  line-height: 29px;
}

#formWrapper .stepArea .text {
  margin: 0 0 17px;
  font-size: .75rem;
  line-height: 1.6;
}

#formWrapper .stepArea .formCaution {
  margin: 0 0 20px;
  font-size: .5rem;
  white-space: normal;
}

#formWrapper .stepArea .formErr {
  width: auto;
  height: auto;
  margin: 0 0 20px;
  padding: 8px;
  border: 2px solid #f00;
  font-size: .75rem;
}

#formWrapper .stepArea .formBlock {
  margin-bottom: -1px;
  padding: 20px 0 0;
}

#formWrapper .stepArea .formRow {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

#formWrapper .stepArea .formRow dt,
#formWrapper .stepArea .formRow dd {
  display: block;
  padding: 0;
  line-height: 1;
}

#formWrapper .stepArea#step02 .formRow dd {
  line-height: 1.6;
}

#formWrapper .stepArea .formRow dt {
  width: auto;
  margin: 0 0 15px;
  font-size: .75rem;
  line-height: 1 !important;
}

#formWrapper .stepArea .formRow dt span {
  left: 0;
  margin-right: 0;
}

#formWrapper .stepArea input[type='text'],
#formWrapper .stepArea input[type='email'],
#formWrapper .stepArea select {
  height: 36px;
  padding: 0 9px;
  border-radius: 2px;
  font-size: .75rem;
  line-height: 34px;
}

#formWrapper .stepArea .slctWrapper:after {
  right: 9px;
  width: 9px;
  height: 14px;
}

#formWrapper .stepArea textarea {
  height: 106px;
  padding: 5px 9px;
  border-radius: 2px;
  font-size: .75rem;
}

#formWrapper .stepArea select {
  
}

#formWrapper .stepArea #rPost1,
#formWrapper .stepArea #rPost2 {
  width: 80px;
}

#rAddress1,
#rAddress2 {
  margin: 20px 0 0;
}

.stepArea .btnArea {
  display: flex;
  margin: 0 -8px;
  padding: 20px 0 0;
  align-content: center;
  align-items: center;
  text-align: center;
}

.stepArea .btnArea p {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 0 8px;
}

.stepArea .btnArea .btnBack,
.stepArea .btnArea .btnNext {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 35px;
  border: 1px solid #000;
  font-size: 1rem;
  font-weight: bold;
  line-height: 33px;
}

.stepArea#step01 .btnArea p,
.stepArea#step05 .btnArea p {
  width: 100%;
  text-align: center;
}

.stepArea#step01 .btnArea .btnNext,
.stepArea#step05 .btnArea .btnBack {
  width: 60%;
}

.stepArea .btnArea .btnBack:before,
.stepArea .btnArea .btnNext:after {
  width: 8px;
  height: 13px;
}



.stepArea .btnArea .loaderBg {
  left: 8px;
  width: calc(100% - 16px);
}

.stepArea .btnArea .loader {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
}
.forPc {
    display: none !important;
}
}
@media (min-width: 770px) {
  .mincho {
    font-family: 游明朝,"Yu Mincho",YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  }

  .sp{
    display: none;
  }
  a {
    transition: .25s;
    -webkit-transition: .25s;
  }
  a:hover {
    transition: .25s;
    -webkit-transition: .25s;
  }

  header {
    position: relative;
    width: 100%;
    z-index: 9999;
  }
  header #header-inner {
    position: relative;
    width: 100%;
    height: 82px;
  }
  header #header-inner #header-logo {
    position: relative;
    width: 222px;
    height: 82px;
    float: left;
  }
  header #header-inner #header-logo a {
    display: block;
    width: 222px;
    height: 82px;
    background: url(images/header_logo.svg);
    background-size: 164px 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    text-indent: -999em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header #header-inner #header-logo a:link, header #header-inner #header-logo a:visited {
    background-color: rgba(255, 255, 255, 0.8);
  }
  header #header-inner #header-logo a:hover {
    opacity: .7;
  }
  header #header-inner nav {
    position: absolute;
    right: 15px;
    font-size: 12px;
  }
  header #header-inner nav #official a {
    display: block;
    padding: 12px;
    color: #fff;
    font-weight: bold;
    float: right;
    text-decoration: none;
  }
  header #header-inner nav #official a:hover {
    background: #1967b2;
  }
  header #header-inner nav ul {
    padding: 10px 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  header #header-inner nav ul li a {
    padding: 12px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  header #header-inner nav ul li a:hover {
    background: #1967b2;
  }
  header .header-slide {
    width: 100%;
    height: 82px;
    background: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid #e5e5e5;
    margin-top: -1px;
  }
  header .header-slide #slide-nav-inner {
    position: relative;
    width: 100%;
    height: 82px;
  }
  header .header-slide #slide-nav-inner #slide-nav-logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  header .header-slide #slide-nav-inner #slide-nav-logo a {
    display: block;
    width: 222px;
    height: 82px;
    background: url(images/header_logo.svg);
    background-size: 164px 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-right: #e5e5e5 solid 1px;
  }
  header .header-slide #slide-nav-inner #slide-nav-logo a:hover {
    opacity: .7;
  }
  header .header-slide #slide-nav-gnav {
    position: absolute;
    top: 0;
    right: 0;
  }
  header .header-slide #slide-nav-gnav #official-2 {
    float: right;
    padding: 4px 10px 0 0;
  }
  header .header-slide #slide-nav-gnav #official-2 a {
    padding: 8px 12px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
  }
  header .header-slide #slide-nav-gnav #official-2 a:link, header .header-slide #slide-nav-gnav #official-2 a:visited {
    color: #000;
  }
  header .header-slide #slide-nav-gnav #official-2 a:hover {
    color: #fff;
    background: #1967b2;
  }
  header .header-slide #slide-nav-gnav ul {
    float: right;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 7px 10px 0 0;
  }
  header .header-slide #slide-nav-gnav ul li a {
    padding: 8px 12px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
  }
  header .header-slide #slide-nav-gnav ul li a:link, header .header-slide #slide-nav-gnav ul li a:visited {
    color: #000;
  }
  header .header-slide #slide-nav-gnav ul li a:hover {
    color: #fff;
    background: #1967b2;
  }

  #content {
    width: 100%;
  }
  #content #main-visual {
    position: relative;
    width: 100%;
    height: 650px;
    background-size: cover;
    margin: -82px 0 0 0;
  }
  #content .main-visual-application{
    background: url(images/bg-application.jpg) center center;
  }
  #content #main-visual #main-visual-inner {
    position: relative;
    max-width: 1200px;
    width: 90%;
    height: 650px;
    margin: auto;
    padding: 82px 0 0 0;
  }
  #content #main-visual #main-visual-inner #ceo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 550px;
  }
  #content #main-visual #main-visual-inner #message {
    position: absolute;
    top: 240px;
    right: 15%;
    width: 300px;
  }
  #content #main-visual #main-visual-inner h1{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1000px;
    height: 100px;
  }
  #content #main-content {
    max-width: 940px;
    width: 100%;
    margin: 100px auto;
  }
  #content #main-content section {
    max-width: 940px;
    width: 100%;
    margin: 0 0 160px 0;
  }
  #content #main-content section .index-h2 {
    font-size: 2.75rem;
    font-weight: bold;
    letter-spacing: .6rem;
    line-height: 1.6;
    margin: 0 0 30px 0;
  }
  #content #main-content section .index-h2 .br {
    display: block;
  }
  #content #main-content section .index-h2-2 {
    font-size: 2.75rem;
    font-weight: bold;
    letter-spacing: .5rem;
    border-left: #1967b2 solid 20px;
    padding: 0 0 0 20px;
    margin: 0 0 45px 0;
  }
  #content #main-content section .index-h2-2 .br {
    display: block;
  }
  #content #main-content section .index-messages-2 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .3rem;
    margin: 0 0 15px 0;
  }
  #content #main-content section .index-p {
    line-height: 2;
  }
  #content #main-content section .about-us-img {
    width: 30%;
  }
  #content #main-content section .about-us-text-area {
    width: 70%;
    height: 197px;
    border: #e9e9e9 solid 1px;
    border-left: none;
  }
  #content #main-content section .about-us-text-area h3 {
    font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: .5rem;
    padding: .3rem 0 .4rem 1.5rem;
  }
  #content #main-content section .about-us-text-area p {
    font-size: .75rem;
    width: 95%;
    padding: 0 0 0 1.5rem;
    text-align: justify;
  }
  #content #main-content section .index-text {
    width: 65%;
  }
  #content #main-content section .index-text p {
    line-height: 2;
    text-align: justify;
    margin: 0 0 20px 0;
  }
  #content #main-content section .index-text a:link, #content #main-content section .index-text a:visited {
    text-decoration: underline;
  }
  #content #main-content section .index-text a:hover {
    text-decoration: none;
  }
  #content #main-content section .index-img {
    width: 30%;
  }
  #content #main-content section .entory {
    width: 500px;
    height: 70px;
    margin: 50px auto 0;
  }
  #content #main-content section .entory a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.75rem;
    border-radius: .5rem;
    text-align: center;
    line-height: 70px;
    text-decoration: none;
  }
  #content #main-content section .entory a:link, #content #main-content section .entory a:visited {
    border: #1967b2 solid 1px;
    background: #1967b2;
    color: #fff;
  }
  #content #main-content section .entory a:hover {
    background: #fff;
    color: #1967b2;
  }
  #content #main-content section .content-text-box {
    width: 55%;
  }
  #content #main-content section .content-text-box .value-h2 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: .2rem;
    background: #1967b2;
    padding: .25rem .75rem;
    display: inline-block;
    margin: 0 0 15px 0;
  }
  #content #main-content section .content-text-box .value-h3 {
    font-size: 2.75rem;
    font-weight: bold;
    letter-spacing: .4rem;
    line-height: 1.4;
  }
  #content #main-content section .content-text-box .value-h3 .br {
    display: block;
  }
  #content #main-content section .content-img-area {
    width: 40%;
  }
  #content #main-content section .justify {
    text-align: justify;
  }
  #content #main-content section .question-h2 {
    position: relative;
    display: inline-block;
    background: #1967b2;
    color: #fff;
    font-size: 1.15rem;
    font-weight: bold;
    padding: .25rem .75rem;
  }
  #content #main-content section .question-h2:after {
    position: absolute;
    left: 0;
    bottom: 2px;
    content: "";
    width: 940px;
    height: 1px;
    background: #1967b2;
  }
  #content #main-content section .question-dl dt {
    position: relative;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .3rem;
    padding: 35px 0 5px 0;
  }
  #content #main-content section .question-dl dt:before {
    content: "Q";
    padding: 0 30px 0 0;
    color: #1967b2;
    font-size: 2.25rem;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-weight: bold;
  }
  #content #main-content section .question-dl dt:after {
    position: absolute;
    left: 30px;
    bottom: 6px;
    content: ".";
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #1967b2;
  }
  #content #main-content section .question-dl dd {
    position: relative;
    line-height: 2;
    display: inline-flex;
  }
  #content #main-content section .question-dl dd:before {
    content: "A";
    padding: 0 30px 0 0;
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: -8px;
  }
  #content #main-content section .question-dl dd:after {
    position: absolute;
    left: 30px;
    bottom: 6px;
    content: ".";
    font-size: 2rem;
    font-weight: bold;
  }
  #content #main-content section .jobinfo-h2 {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: .4rem;
    margin-bottom: 20px;
  }
  #content #main-content section #jobinfo-ul ul {
    width: 940px;
  }
  #content #main-content section #jobinfo-ul ul li {
    width: 270px;
    min-height: 350px;
    float: left;
    margin-top: 50px !important;
  }
  #content #main-content section #jobinfo-ul ul li h3 {
    font-size: 1.5rem;
    padding: .5rem 0;
    text-align: center;
    border-bottom: #000 solid 1px;
    margin: 0 0 .5rem 0;
    letter-spacing: .2rem;
  }
  #content #main-content section #jobinfo-ul ul li p {
    padding: .5rem;
    text-align: justify;
  }
  #content #main-content section #jobinfo-ul ul .margin {
    margin: 0 65px;
  }
  #content #main-content section #wp-content table {
    background: #efefef;
  }
  #content #main-content section #wp-content table tr {
    border-bottom: #e1e1e1 solid 1px;
  }
  #content #main-content section #wp-content table tr th {
    width: 200px;
    padding: 15px 0 0 15px;
    vertical-align: top;
  }
  #content #main-content section #wp-content table tr td {
    width: 740px;
    padding: 15px;
  }
  #content #main-content .border-left {
    border-left: #1967b2 solid 1px;
    padding: 0 0 0 40px;
  }

  .float-left {
    float: left;
  }

  .float-right {
    float: right;
  }

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

  .mt15 {
    margin-top: 15px;
  }

  .titleBanner {
    background-image: url(../images/index_mainvisual.jpg);
  }

  .titleBanner .titleCopy dt {
    margin: -7px 0;
    line-height: calc(20/13);
  }

  .recruitSect {
    margin: 0 0 100px;
  }

  #recruitSect01 {
    position: relative;
    padding: 0 20px;
  }

  #recruitSect01 .titleArea,
  #recruitSect01 .textArea {
    float: left;
    width: 430px;
  }

  #recruitSect01 .photo {
    float: right;
    width: 698px;
  }

  #recruitSect01 .titleArea {
    margin: 0 0 87px;
    padding: 80px 0 0;
  }

  #recruitSect01 .titleArea h2 {
    font-size: 5rem;
    line-height: calc(74/50);
    letter-spacing: 0.46em;
    white-space: nowrap;
  }

  #recruitSect01 .titleArea .badge {
    float: right;
    display: inline-block;
    margin-top: 30px;
    padding: 0 5px 0 10px;
    color: #fff;
    background: #1967b2;
    font-size: 1.4rem;
    line-height: 23px;
    font-style: italic;
    letter-spacing: 0.3em;
  }

  #recruitSect01 .textArea {
    position: absolute;
    top: 370px;
    left: 120px;
    width: 834px;
    padding: 22px 20px;
    background: #fff;
    font-size: 1.4rem;
    line-height: calc(15/7);
  }

  #recruitSect01 .textArea .signature {
    margin-top: 12px;
    text-align: right;
  }

  .panelArea .panel .panelHeader dt:after {
    display: none;
  }

  #formSect {
    padding: 0 20px;
  }

  #formFlow {
    display: flex;
    margin: 50px -25px 43px;
  }

  #formFlow li {
    width: 33.33333333333333%;
    padding: 0 25px;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
  }

  #formFlow li.ac {
    opacity: 1;
  }

  #formFlow li .flowItem {
    display: block;
    position: relative;
    height: 50px;
    padding-left: 50px;
    background: #ededed;
    font-size: 1rem;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    white-space: normal;
    letter-spacing: 0.4em;
  }

  #formFlow li .flowItem .forPc {
    display: inline-block;
  }

  #formFlow li .flowItem:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
    margin: 0;
    border-left: 25px solid #ededed;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }

  #formFlow li.flow03 .flowItem:after {
    display: none;
  }

  #formFlow li .flowItem .num {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    padding-left: 0.1em;
    color: #fff;
    background: #0d5dab;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }

  .formCanvas {
    padding: 40px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .slideScrn {
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #formWrapper {
    width: 300%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #formWrapper.fStep01 {
    transform: translateX(0);
  }

  #formWrapper.fStep02 {
    transform: translateX(-33.33333%);
  }

  #formWrapper.fStep03 {
    transform: translateX(-66.66667%);
  }

  #formWrapper .stepArea {
    float: left;
    width: calc(1/3*100%);
    padding: 0 115px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  #formWrapper.fStep01 #step01,
  #formWrapper.fStep02 #step02,
  #formWrapper.fStep03 #step03 {
    opacity: 1;
  }

  #formWrapper .stepHeader {
    text-align: center;
    margin: 0 0 30px;
  }

  #formWrapper .stepArea h3 {
    display: inline-block;
    position: relative;
    margin: 0 0 6px;
    padding: 0 0 0 0.4em;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: calc(21/13);
    letter-spacing: 0.4em;
    white-space: nowrap;
  }

  #formWrapper .stepArea .text {
    margin: 0 0 25px;
    font-size: 1rem;
    line-height: calc(13/7);
    text-align: center;
    width: 600px;
  }

  #formWrapper .stepArea .formCaution {
    display: inline-block;
    margin: 0 0 10px;
    font-size: .75rem;
    line-height: calc(13/7);
    white-space: nowrap;
  }

  #formWrapper .stepArea .formCaution span {
    color: #f00;
  }

  #formWrapper .stepArea .formErr {
    display: none;
    width: 587px;
    height: 105px;
    margin: 0 auto 40px;
    padding: 24px 0 23px;
    color: #f00;
    border: 3px solid #f00;
    font-size: 1rem;
    line-height: calc(13/7);
    font-weight: bold;
    text-align: center;
    /*	-webkit-transition: all 0.3s ease;
    	transition: all 0.3s ease;*/
  }

  #formWrapper .stepArea .formBlock {
    margin-bottom: -1px;
    padding: 15px 35px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  #formWrapper .stepArea .formRow {
    display: table;
    width: 100%;
  }

  #formWrapper .stepArea .formRow dt,
  #formWrapper .stepArea .formRow dd {
    display: table-cell;
    padding: 15px 0;
    font-size: .75rem;
    line-height: 40px;
    vertical-align: top;
    text-align: left;
  }

  #formWrapper .stepArea#step04 .formRow dt,
  #formWrapper .stepArea#step04 .formRow dd {
    line-height: 1.85;
  }

  #formWrapper .stepArea .formRow dt {
    width: 167px;
  }

  #formWrapper .stepArea .formRow dt span {
    position: relative;
    left: -1em;
    margin-right: -1em;
    color: #f00;
  }

  #formWrapper .stepArea input[type='text'],
  #formWrapper .stepArea input[type='email'],
  #formWrapper .stepArea select {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }

  #formWrapper .stepArea .slctWrapper {
    position: relative;
  }

  #formWrapper .stepArea .slctWrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    transform: translateY(-50%) rotate(90deg);
    width: 13px;
    height: 25px;
    background-image: url(images/arrow_panel.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  #formWrapper .stepArea textarea {
    width: 100%;
    height: 210px;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  #formWrapper .stepArea #rPost1,
  #formWrapper .stepArea #rPost2 {
    width: 135px;
  }

  #rAddress1,
  #rAddress2 {
    margin: 20px 0 0;
  }

  #formWrapper .stepArea select {
    -webkit-appearance: none;
    border-radius: 2px;
    /*	background-image: url(/common/images/arrow_black_down.svg);*/
    /*	background-size: 10px 12px;
    	background-repeat: no-repeat;
    	background-position: 95% 50%;
    	background-position: right 10px top 14px;*/
  }

  #formWrapper .err input,
  #formWrapper .err select,
  #formWrapper .err textarea {
    border-color: #f00 !important;
  }

  .stepArea .btnArea {
    padding: 30px 0 0;
    text-align: center;
  }

  .stepArea .btnArea p {
    display: inline-block;
    margin: 0 12px;
  }

  .stepArea .btnArea .btnBack,
  .stepArea .btnArea .btnNext {
    display: inline-block;
    position: relative;
    width: 210px;
    height: 60px;
    padding-left: 0.46em;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 58px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.46em;
    text-decoration: none;
  }

  .stepArea .btnArea .btnBack {
    background: #fff;
    color: #000;
    /*#*/
  }

  .stepArea .btnArea .btnNext {
    background: #000;
    color: #fff;
  }

  .stepArea .btnArea .btnBack:hover {
    opacity: 0.6;
  }

  .stepArea .btnArea .btnNext:hover {
    background: #0d5dab;
    border-color: #0d5dab;
  }

  .stepArea .btnArea .btnBack:before,
  .stepArea .btnArea .btnNext:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .stepArea .btnArea .btnBack:before {
    left: 13px;
    background-image: url(images/arrow_panel.svg);
    transform: translateY(-50%) rotate(180deg);
  }

  .stepArea .btnArea .btnNext:after {
    right: 13px;
    background-image: url(images/arrow_panel_w.svg);
  }

  .stepArea .btnArea p {
    position: relative;
  }

  .stepArea .btnArea .loaderBg {
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    border-radius: 2px;
    /*	background: rgba(255, 255, 255, .9);*/
  }

  .stepArea .btnArea .loader {
    display: block;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    font-size: 10px;
    margin: -15px 0 0 -15px;
    text-indent: -9999em;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    background: -moz-linear-gradient(left, #1967b2 10%, rgba(25, 103, 178, 0) 42%);
    background: -webkit-linear-gradient(left, #1967b2 10%, rgba(25, 103, 178, 0) 42%);
    background: -o-linear-gradient(left, #1967b2 10%, rgba(25, 103, 178, 0) 42%);
    background: -ms-linear-gradient(left, #1967b2 10%, rgba(25, 103, 178, 0) 42%);
    background: linear-gradient(to right, #1967b2 10%, rgba(25, 103, 178, 0) 42%);
    /*	position: relative;*/
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }

  .stepArea .btnArea .loader:before {
    width: 50%;
    height: 50%;
    background: #1967b2;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }

  .stepArea .btnArea .loader:after {
    /*	background: #fff;*/
    background: #e6e6e6;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  @-webkit-keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
#footer {
  position: relative;
}

#footer .inquiryArea {
  padding: 30px 0;
  background: #0c5daa;
}

#footer .inquiryArea .cFrame {
  display: flex;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

#footer .inqBlock {
  width: 100%;
  padding: 13px 0 11px;
  color: #fff;
  border-right: 1px solid #3d7dbb;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

#footer .inqBlock:last-child {
  border-right: none;
}

#footer .inqTelBlock dt,
#footer .inqTelBlock .tel,
#footer .inqBlock .inqLink {
  font-family: 'A1 Mincho', serif;
}

#footer .inqBlock .inqLink a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

#footer .inqBlock .inqLink a:hover {
  opacity: 0.6;
}

#footer .inqLinkBlock .comName {
  margin: 0 0 18px;
  font-size: .75rem;
  letter-spacing: 0.3em;
  font-weight: bold;
}

#footer .inqLinkBlock .inqLink {
  margin: 0 0 19px;
  font-size: 2rem;
  letter-spacing: 0.53em;
}

#footer .inqLinkBlock .text {
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: .75rem;
}

#footer .inqTelBlock dt {
  margin: 0 0 11px;
  font-size: 1rem;
  letter-spacing: 0.2em;
}

#footer .inqTelBlock .tel {
  margin: 0 0 15px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

#footer .inqTelBlock .tel span {
  display: inline-block;
  position: relative;
  top: -3px;
}

#footer .inqTelBlock .address {
  letter-spacing: 0.2em;
  font-size: .75rem;
}

#footer .fNav {
  width: 790px;
  margin: 0 auto;
  padding: 27px 0 37px;
  text-align: center;
}

#footer .fNav li {
  display: inline-block;
  margin: 0 14px;
  font-size: 1.4rem;
  line-height: calc(20/7);
  font-weight: bold;
  white-space: nowrap;
}

#footer .fNav li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000;
  font-size: .75rem;
}

#footer .fNav li a:hover {
  color: #0c5daa;
  /*opacity: 0.6;
  text-decoration: underline;*/
}

#footer .copyright {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0 48px;
  color: #999;
  border-top: 1px solid #d6d6d6;
  font-size: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

#footer .copyright:first-letter {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}

/* @end */

/* @group ページトップへ戻る ---------------------------------------- */

#toPageTop {
  position: relative;
  height: 0;
}

#toPageTop a {
  position: fixed;
  z-index: 10;
  bottom: -1px;
  right: 0;
  height: 0;
  border-bottom: 30px solid #000;
  border-right: 30px solid #000;
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-indent: -999em;
}

#toPageTop a:hover {
  opacity: 1;
  border-bottom-color: #0c5daa;
  border-right-color: #0c5daa;
}

#toPageTop a.abBottom {
  position: absolute;
/*  bottom: 30px;*/
}

#toPageTop a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 11;
  right: -18px;
  bottom: -15px;
  width: 13px;
  height: 7px;
  background-image: url(images/arrow_topagetop.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.line{
  border-left: #1967b2 solid 10px;
  padding: 0 0 0 20px;
}
.mb35{
  margin-bottom: 35px !important;
}
}