@charset "UTF-8";

.container {
  max-width: unset;
}

img {
  width: unset;
}

.stepper__item {
  top: 10em;
}

.jobDetail-float-btn.active {
    background: rgba(48, 183, 200, 0.05);
    border-color: #30b7c8;
}

.jobDetail-float-btn {
    display: -webkit-box;
    display: flex;
    position: relative;
    height: 36px;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 8px;
    border: 2px solid #f2f2f2;
    border-radius: 4px;
    background: #f2f2f2;
    font-size: 1.4rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.jobDetail-float-btn.active .jobDetail-float-btn_inner {
    /* color: #fff; */
}
.jobDetail-float-btn_inner {
    color: #8b8a8c;
    display: table-cell;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

html {
  color: #000;
  background: #fff
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

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

fieldset, img {
  border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal
}

ol, ul {
  list-style: none
}

caption, th {
  text-align: left
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%
}

q:before, q:after {
  content: ''
}

abbr, acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input, textarea, select {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  *font-size: 100%
}

legend {
  color: #000
}

#yui3-css-stamp.cssreset {
  display: none
}

/* @charset "UTF-8"; */
html {
  font-size: 62.5%
}

body {
  width: 100%;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  font-family: Roboto, 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', Arial, sans-serif;
  font-size: 1.2rem;
  text-align: left;
  -webkit-text-size-adjust: 100%
}

a {
  color: #3ab27a;
  text-decoration: underline
}

a:visited {
  color: #8f3dba
}

a:hover {
  color: #009dff
}

.textLink {
  display: block;
  padding-left: 15px;
  background: rgba(255, 255, 255, 0.7) url(/img/sp/common/icon/filled/black/arrowRight-circled.svg) left center/12px no-repeat;
  background-blend-mode: lighten;
  font-size: 1.2rem;
  text-decoration: none
}

.btnNormal a {
  display: block;
  width: 100%;
  line-height: 40px;
  border-radius: 3px;
  color: #fff;
  background: #3ab27a;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none
}

.btnNormal--search {
  margin: 0 20% 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  background: #3ab27a
}

.btnNormal--search a {
  position: relative;
  padding-left: 4px;
  background: none;
  font-size: 1.2rem
}

.btnNormal--search a:after {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(/img/sp/common/icoSearch.png) left center no-repeat;
  background-size: 14px;
  content: ''
}

.btnImportant a {
  display: block;
  position: relative;
  width: 100%;
  height: 37px;
  line-height: 37px;
  padding-left: 5px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #f97d75;
  background: -webkit-gradient(linear, left top, left bottom, from(#f97d75), to(#f75e55));
  background: linear-gradient(#f97d75 0%, #f75e55 100%);
  font-size: 1.3rem;
  text-align: left;
  text-decoration: none
}

.btnImportant a:after {
  position: absolute;
  top: 12px;
  right: 3px;
  width: 14px;
  height: 14px;
  background: url(/img/sp/common/icoHeaderCta.png) left center no-repeat;
  background-size: 14px;
  content: ''
}

.btnImportant--flat a {
  background: #ff635c
}

.btnImportant--flat a:after {
  display: none
}

.ttlBasic {
  vertical-align: middle;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #fff;
  background-color: #3c7da2;
  font-size: 1.4rem
}

.ttlBasic_02 {
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 7px 0;
  color: #fff;
  background-color: #3c7da2;
  font-weight: bold;
  text-align: center
}

.ttlBasic_02--prjDetail {
  margin-bottom: 0
}

.ttlBasic_04 {
  margin-bottom: 10px;
  color: #333;
  background: url(/img/pc/common/ttlBasic.png) no-repeat left bottom;
  font-weight: bold;
  font-size: 1.4rem
}

.ttlBasic_04--m10 {
  margin: 0 10px 10px
}

.ttlBasic_04--keyword {
  margin: 0 10px 16px
}

.commonLink {
  display: block;
  padding: 10px 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #3ab27a;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none
}

.commonLink--technicalcounselor {
  background: #6b9e41
}

.commonLink--follower {
  background: #ff635b
}

.commonLink__pc {
  display: inline-block;
  padding-left: 20px;
  background: url(/img/sp/service/icnViewPc.png) 0 center no-repeat;
  background-size: 13px
}

.commonLink:hover, .commonLink:visited, .commonLink:active {
  color: #fff;
  text-decoration: none
}

.x-clearFix {
  *zoom: 1
}

.x-clearFix:before {
  display: table;
  content: ''
}

.x-clearFix:after {
  display: table;
  clear: both;
  content: ''
}

.x-disBlock {
  display: block
}

.x-disNone {
  display: none
}

.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px
}

.siteLogo {
  width: 90px;
  margin-right: 12px
}

.headerMenu {
  vertical-align: top;
  padding: 10px
}

.headerMenu img {
  width: 25px
}

.headerCatch {
  display: table-cell;
  position: relative;
  width: 100%;
  vertical-align: middle;
  text-align: right
}

.headerCatch span {
  display: inline-block;
  line-height: 40px;
  padding: 0 8px;
  border-radius: 5px;
  color: #487e9f;
  background: #eef6ff;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em
}

.globalHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 56px;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .95)
}

.globalHeader img {
  width: 100%;
  height: auto;
  vertical-align: middle
}

.globalHeader--notFixed {
  position: unset
}

.globalHeader__logo {
  width: 90px
}

.globalHeaderBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.globalHeaderBtn__item>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 1rem;
  text-decoration: none
}

.globalHeaderBtn__item>a:visited {
  color: #333
}

.globalHeaderBtn__item--cta a {
  color: #fff;
  background: #ff635c
}

.globalHeaderBtn__item--cta a:visited {
  color: #fff
}

.globalHeaderBtn__item img {
  width: 24px;
  height: auto
}

.l-globalMenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 9999;
  display: none
}

.globalMenu {
  width: 280px;
  height: 100%;
  overflow: scroll;
  margin-left: auto;
  -webkit-box-shadow: -8px 0 24px rgba(0, 0, 0, .1);
  box-shadow: -8px 0 24px rgba(0, 0, 0, .1);
  background: #f5f5f5;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.globalMenu.is-show {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.globalMenuHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 6px solid #f5f5f5;
  background: #fff
}

.globalMenuHead__logo img {
  vertical-align: middle
}

.globalMenuHead__cta a {
  display: block;
  line-height: 38px;
  padding: 0 8px;
  border-radius: 4px;
  color: #fff;
  background: #ff635c;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: .02em
}

.globalMenuHead__cta a:hover, .globalMenuHead__cta a:visited {
  color: #fff
}

.globalMenuList {
  background: #fff
}

.globalMenuList__category {
  border-bottom: 6px solid #f5f5f5
}

.globalMenuList__category__ttl {
  position: relative;
  line-height: 40px;
  padding: 0 16px;
  font-weight: bold;
  font-size: 1.4rem
}

.globalMenuList__category__ttl:before, .globalMenuList__category__ttl:after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.05) right center/20px no-repeat;
  background-blend-mode: lighten;
  content: '';
  -webkit-transition: .2s;
  transition: .2s
}

.globalMenuList__category__ttl:before {
  background-image: url(/img/sp/common/icon/filled/blue/add.svg);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.globalMenuList__category__ttl:after {
  background-image: url(/img/sp/common/icon/filled/blue/minus.svg);
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg)
}

.globalMenuList__category__ttl.is-open:before {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center
}

.globalMenuList__category__ttl.is-open:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0)
}

.globalMenuList__category__ttl--project:before, .globalMenuList__category__ttl--project:after {
  content: none
}

.globalMenuList__category__btn {
  margin-bottom: 24px;
  padding: 0 16px
}

.globalMenuList__category__btn a {
  display: block;
  border: 1px solid #4794be;
  border-radius: 4px;
  color: #4794be;
  font-size: 1.4rem;
  text-align: center;
  line-height: 36px;
  letter-spacing: .02em;
  text-decoration: none
}

.globalMenuList__category__btn a:hover, .globalMenuList__category__btn a:visited {
  color: #4794be
}

.globalMenuList__category__link {
  line-height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #333;
  font-size: 1.4rem;
  text-decoration: none
}

.globalMenuList__category__link:hover, .globalMenuList__category__link:visited {
  color: #333
}

.globalMenuLink {
  display: none;
  border-top: 1px solid #f5f5f5
}

.globalMenuLink--visible {
  display: block
}

.globalMenuLink__item {
  position: relative;
  border-bottom: 1px solid #f5f5f5
}

.globalMenuLink__item a {
  display: block;
  line-height: 40px;
  padding: 0 16px;
  color: #333;
  font-size: 1.4rem;
  text-decoration: none
}

.globalMenuLink__item a:hover, .globalMenuLink__item a:visited {
  color: #333
}

.globalMenuLink__item img {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 16px;
  height: auto;
  opacity: .8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.projectCategoryMenu {
  padding: 16px;
  border-top: 1px solid #f5f5f5
}

.projectCategoryMenu__item:not(:first-child) {
  margin-top: 16px
}

.projectCategoryMenu__item__ttl {
  position: relative;
  font-size: 1.4rem
}

.projectCategoryMenu__item__ttl img {
  width: 20px;
  height: auto;
  vertical-align: top;
  margin-right: 4px;
  opacity: .8
}

.projectCategoryMenu__item__ttl:after {
  position: absolute;
  top: 50%;
  right: 0;
  background: url(/img/sp/common/icon/filled/blue/arrowDown.svg) center/20px no-repeat;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s
}

.projectCategoryMenu__item__ttl.is-open:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg)
}

.keywordTagList {
  display: none;
  font-size: 0;
  margin: 4px -3px 8px
}

.keywordTagList a {
  display: inline-block;
  line-height: 1;
  font-size: 1.2rem;
  text-decoration: none;
  background: #f5f5f5;
  padding: 6px 12px;
  color: #333;
  border-radius: 3em;
  margin: 3px
}

.keywordTagList a:hover, .keywordTagList a:visited {
  color: #333
}

.l-notification {
  padding: 8px 0;
  background: #ffef99
}

.notification {
  margin: 0 2%
}

.notification img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transition: .3s;
  transition: .3s
}

.notification__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.notification__ttl__info {
  width: 20px
}

.notification__ttl__txt {
  margin-left: 8px;
  color: #4d4100;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .05em
}

.notification__ttl__icon {
  width: 20px;
  margin-left: auto
}

.notification__ttl.is-open .notification__ttl__icon img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.notification__content {
  display: none;
  margin: 8px auto 0;
  padding: 3vmin;
  border: 1px solid #998200;
  border-radius: 4px
}

.notification__content__txt {
  text-align: center
}

.notification__content__txt img {
  max-width: 100vmin
}

.l-pageTitle {
  padding: 24px 0;
  background: #f5f5f5
}

.pageTitle {
  color: #3ab27a;
  font-weight: bold;
  font-size: 2rem;
  text-align: center
}

.pageTitle span {
  color: #2d2d2d;
  font-size: 1.4rem
}

.l-column--bgGry {
  background-color: #eee
}

.KeepListPopup {
  display: none;
  position: fixed;
  top: 50%;
  z-index: 999;
  width: 100%;
  margin: -20px 0 0 0;
  text-align: center
}

.KeepListPopup__ttl {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 3px;
  color: #fff;
  background-color: #3ab27a;
  font-weight: bold;
  font-size: 1.4rem
}

.l-footer {
  padding: 10px;
  background-color: #eee
}

.l-footer--fix {
  padding: 10px 10px 80px 10px
}

.privacyLogo {
  float: left;
  width: 95px
}

.footerLink {
  float: left;
  width: 205px;
  margin-top: 15px
}

.footerLink__list {
  float: left;
  width: 80px;
  margin-bottom: 10px;
  list-style: none
}

.footerLink__list a {
  padding-left: 15px;
  background: url(/img/sp/common/icnLink.png) no-repeat 0 0;
  background-size: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: none
}

.footerLink__list a:visited {
  color: #3ab27a
}

.footerLink__list--long {
  width: 120px
}

.copyright {
  clear: both;
  text-align: right
}

.footerCopy {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s
}

.footerCopyItem {
  display: table;
  width: 100%;
  background-color: rgba(51, 51, 51, .8);
  text-decoration: none
}

.footerCopyItem__txt {
  display: table-cell;
  width: 100%;
  line-height: 1.4;
  vertical-align: middle;
  color: #fff;
  font-size: 1rem;
  text-align: right
}

.footerCopyItem__logo {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 5px;
  white-space: nowrap
}

.footerCopyItem__logo img {
  vertical-align: top
}

.select_01 {
  width: 100%;
  line-height: 40px;
  padding: 0 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.select_01:focus {
  border-color: #3ab27a;
  outline: none
}

.inputCheck {
  display: block;
  float: left;
  margin: 9px 5px 0 0
}

.inputLabel {
  display: block;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 10px
}

.reasonCta {
  position: relative;
  margin: 10px auto
}

.reasonCta--mar0 {
  margin: 0 auto
}

.reasonCta__img__link {
  display: block;
  max-width: 640px;
  margin: 0 10px 10px;
  text-decoration: none
}

.reasonCta__img__link span {
  display: block;
  padding: 12px 8px;
  color: #fff;
  background: #3c7da2
}

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

.reasonCta__img__link--pb10 {
  margin: 0;
  padding-bottom: 10px
}

.reasonCta__cap {
  position: absolute;
  right: 14px;
  bottom: 4px;
  font-size: 1rem
}

.bnrLink a {
  display: block
}

.bnrLink__img img {
  width: 100%;
  vertical-align: bottom
}

.bnrConsultation {
  margin: 24px 10px
}

.bnrConsultation img {
  width: 100%;
  height: 100%;
  vertical-align: bottom
}

.cta a {
  display: block
}

.cta__img img {
  width: 100%;
  vertical-align: bottom
}

.bnrBox {
  margin: 16px 10px 24px
}

.bnrBox__item+.bnrBox__item {
  margin-top: 16px
}

.bnrProposal img {
  width: 100%;
  height: auto
}

.toTopBtn {
  position: fixed;
  right: 10px;
  bottom: 48px;
  display: block;
  z-index: 10;
  width: 44px;
  height: 44px;
  visibility: hidden;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
  background: rgba(55, 120, 155, .95);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s
}

.toTopBtn::before {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.toTopBtn.is-appear {
  visibility: visible;
  opacity: 1
}

/* @charset "UTF-8"; */
body {
  overflow: hidden;
  background: #EBF8F2;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna'
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow-x: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.formHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 12px;
  background: #fff
}

.progressBar {
  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
}

.progressBar__loading {
  width: 100px;
  height: 10px;
  overflow: hidden;
  border-radius: 10px;
  background: #f5f5f5
}

.progressBar__loading__progress {
  height: 100%;
  background: #3ab27a;
  -webkit-transition: width .2s ease;
  transition: width .2s ease
}

.progressBar__display {
  min-width: 90px;
  margin-left: 14px;
  font-size: 1.6rem
}

.progressBar__display strong {
  line-height: 1;
  margin: 0 2px;
  color: #3ab27a;
  font-size: 2.4rem
}

.progressBar__display span {
  color: #3ab27a;
  font-size: 1.8rem
}

.formBody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem
}

.stepper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  min-height: 400px;
  margin: 20px auto
}

.stepper__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.step {
  width: 100%;
  margin: auto
}

.step__header {
  margin-bottom: 20px
}

.step__header__num {
  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;
  width: 28px;
  height: 28px;
  margin: 0 auto 10px;
  border-radius: 50%;
  color: #fff;
  background: #3ab27a;
  font-size: 1.6rem
}

.step__header__txt {
  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;
  font-size: 1.8rem
}

.step__header__txt span {
  color: #3ab27a;
  font-weight: bold
}

.step__header__txt:after {
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 7px;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem
}

.step__header__txt.is-required:after {
  background: #ed5f58;
  content: '必須'
}

.step__header__txt.is-optional:after {
  background: #666;
  content: '任意'
}

.card__ttl.is-required:after {
  background: #ed5f58;
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 7px;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
  content: '必須'
}

.card__ttl.is-optional:after {
  background: #0070c0;
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 7px;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
  content: '任意'
}

.step__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 12px
}

.step__control__desc {
  width: 100%;
  margin-bottom: 24px;
  text-align: center
}

.step__control__desc a {
  color: #3ab27a;
  font-weight: bold;
  text-decoration: underline
}

.step__control__desc a:hover {
  color: #5fa1cb
}

.step__control__desc span {
  font-weight: bold
}

.preStepper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #f8f9fa
}

.preStepper__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto
}

.preStepper__wrapper--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.preStepper__wrapper--horizontal .preStepper__wrapper__ttl {
  margin-right: 40px
}

.preStepper__wrapper__ttl {
  color: #3ab27a;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: nowrap
}

.preStepper__wrapper__content {
  margin-top: 4px;
  text-align: center
}

.preStepper__wrapper__content span {
  margin: 0 4px;
  font-weight: bold
}

.selectList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 8px
}

.selectList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 4 - 8px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 4px
}

.selectList__item__input {
  width: 0;
  height: 0;
  opacity: 0
}

.selectList__item__input:focus+label {
  background: #f5f8fa;
  outline: -webkit-focus-ring-color auto 5px
}

.selectList__item__input:checked+label {
  border-color: #3ab27a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3ab27a;
  background: #f5f8fa
}

.selectList__item__input:checked+label svg {
  opacity: 1
}

.selectList__item__label {
  padding: 10px 2px;
  border: 2px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(55, 120, 155, .1);
  box-shadow: 0 2px 6px rgba(55, 120, 155, .1);
  color: #666;
  background: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
  cursor: pointer
}

.selectList__item__label:hover {
  background: #f5f8fa
}

.card {
  padding: 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(55, 120, 155, .1);
  box-shadow: 0 2px 6px rgba(55, 120, 155, .1);
  background: #fff
}

.card--error {
  margin: 30px 12px
}

.card__ttl {
  padding-bottom: 4px;
  color: #3ab27a;
  font-weight: bold
}

.card__ttl:not(:first-child) {
  margin-top: 16px
}

.card__txt span {
  display: block;
  margin-left: 4px;
  font-weight: bold
}

.card__inputField {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.card__inputField__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1
}

.card__inputField__item+.card__inputField__item {
  margin-left: 12px
}

.card__inputField__item.is-error>.cardInput {
  border: 2px solid #ed5f58;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ed5f58;
  background: rgba(237, 95, 88, .1)
}

.card__inputField__item--select {
  position: relative
}

.card__inputField__item--select:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 12px;
  border-top: 6px solid #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
  pointer-events: none
}

.card__inputField__item--select.is-error:after {
  border-top: 6px solid #ed5f58
}

.card__errorMsg {
  color: #ed5f58;
  font-weight: bold
}

.select {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  background: #f5f5f5;
  font-size: 1.4rem;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

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

.select:hover {
  border-color: #eee;
  background-color: #eee
}

.select:focus {
  border-color: #3ab27a;
  color: #3ab27a;
  background: rgba(61, 138, 186, .1);
  outline: none
}

.select.is-error {
  border: 2px solid #ed5f58;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ed5f58;
  background: rgba(237, 95, 88, .1)
}

.input {
  width: 100%;
  height: 40px;
  padding: 4px 8px;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  background: #f5f5f5;
  font-size: 1.4rem;
  -webkit-transition: .2s background-color, border-color ease;
  transition: .2s background-color, border-color ease;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button
}

.input:hover {
  border-color: #eee;
  background-color: #eee
}

.input:focus {
  border-color: #3ab27a;
  color: #3ab27a;
  background: rgba(55, 120, 155, .1);
  outline: none
}

.input.is-error {
  border: 2px solid #ed5f58;
  color: #ed5f58;
  background: rgba(237, 95, 88, .1)
}

label.is-error {
  border: 2px solid #ed5f58;
  color: #ed5f58;
  background: rgba(237, 95, 88, .1)
}

.confirm {
  padding: 24px 24px 32px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(55, 120, 155, .1);
  box-shadow: 0 2px 6px rgba(55, 120, 155, .1);
  background: #fff
}

.confirm__header {
  margin-bottom: 16px;
  color: #3ab27a;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center
}

.confirm__privacyMark {
  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;
  margin-bottom: 16px
}

.confirm__privacyMark__img {
  margin-right: 12px
}

.summary {
  margin-bottom: 20px;
  padding: 6px 12px
}

.summaryLine {
  display: table;
  width: 100%;
  padding: 4px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.summaryLine__head {
  display: table-cell;
  width: 170px
}

.summaryLine__head__txt {
  display: inline-block;
  width: 112px;
  font-size: 1.3rem
}

.summaryLine__head__label {
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 7px;
  color: #fff;
  font-size: 1.1rem
}

.summaryLine__head__label.is-optional {
  background-color: #666
}

.summaryLine__head__label.is-required {
  background-color: #ed5f58
}

.summaryLine__content {
  display: table-cell;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem
}

.accordion {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  cursor: pointer
}

.accordion__header {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
  color: #666;
  font-weight: bold
}

.accordion__header__icon {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.accordion__header__icon.is-active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.accordion__body {
  overflow: hidden;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #f5f5f5;
  font-size: 1.2rem;
  -webkit-transition: .1s ease;
  transition: .1s ease
}

.accordion__body__inner {
  padding: 8px;
  overflow-wrap: break-word
}

.control {
  display: block;
  border: none;
  font-weight: bold;
  letter-spacing: .05em;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  cursor: pointer
}

.control--next, .control--last, .control--submit {
  margin: auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(55, 120, 155, .1);
  box-shadow: 0 2px 6px rgba(55, 120, 155, .1);
  color: #fff;
  font-size: 1.8rem;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button
}

.control--next, .control--last {
  min-width: 220px;
  padding: 12px;
  background: #3ab27a
}

.control--next:hover, .control--last:hover {
  background: #5a9fc4
}

.control--next:disabled, .control--last:disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed
}

.control--submit {
  min-width: 360px;
  padding: 16px 0;
  background: #ff635c
}

.control--submit:hover {
  background: #ff3229
}

.control--submit:disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ccc;
  cursor: not-allowed
}

.control--skip, .control--prev {
  padding: 0 4px 4px;
  border-bottom: 1px solid rgba(55, 120, 155, .6);
  color: rgba(55, 120, 155, .6);
  background: none;
  font-size: 1.4rem
}

.control--skip:hover, .control--prev:hover {
  border-color: rgba(55, 120, 155, .8);
  color: rgba(55, 120, 155, .8)
}

.control--skip {
  margin-left: auto
}

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
  color: #b5b5b5
}

.next-enter {
  opacity: 0;
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0)
}

.next-enter-active, .next-leave-active {
  will-change: transform opacity;
  -webkit-transition: .15s ease;
  transition: .15s ease
}

.next-leave-to {
  opacity: 0;
  -webkit-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0)
}

.prev-enter {
  opacity: 0;
  -webkit-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0)
}

.prev-enter-active, .prev-leave-active {
  -webkit-transition: .15s ease;
  transition: .15s ease
}

.prev-leave-to {
  opacity: 0;
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0)
}

[v-cloak] {
  display: none
}

.efPopup {
  position: absolute;
  top: 18px;
  right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  width: 242px;
  height: 74px;
  visibility: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 8px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 8px 3px rgba(0, 0, 0, .16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(241, 247, 250, .9);
  opacity: 0;
  -webkit-animation: slideIn 6s 1.5s 1;
  animation: slideIn 6s 1.5s 1
}

.efPopup__img {
  position: relative;
  width: 40px
}

.efPopup__img:after {
  position: absolute;
  top: -2px;
  right: -8px;
  width: 18px;
  line-height: 18px;
  border-radius: 100%;
  color: #fff;
  background: #ff635c;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  content: '1'
}

.efPopup__img img {
  width: 100%;
  height: auto
}

.efPopup__txt {
  color: #2a5b75;
  font-weight: bold;
  font-size: 1.4rem
}

@-webkit-keyframes slideIn {
  0%, 20% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  30% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  90% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@keyframes slideIn {
  0%, 20% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  30% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  90% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@media screen and (max-width:768px) { 
  .preStepper__wrapper{
    width: auto;
  }
}

/* checkbox */
.radioInputBlock, .checkboxInputBlock {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.radioInputBlock__item, .checkboxInputBlock__item {
  position: relative;
  width: calc(50% - 8px);
}
.inputRadio, .inputCheckbox {
  position: absolute;
  opacity: 0;
}
.inputRadio:checked + label, .inputCheckbox:checked + label {
  border-color: #30b7c8;
  background: rgba(48, 183, 200, 0.05);
}
.checkboxLabel:hover, .radioLabel:hover {
  border: 2px solid #e5e5e5;
  background: #e5e5e5;
}
.checkboxLabel, .radioLabel {
  display: -webkit-box;
  display: flex;
  position: relative;
  height: 36px;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 8px;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.h4, strong {
  font-weight: bold !important;
  color: #3ab27a !important;
}
.title1 {
  background: #f8f9fa;
}
.job-modal-body {
  background: #EBF8F2;
}

/* kiyaku */
.title6 {
  font-size: 16px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ababab;
  font-weight: 700;
  line-height: 1.4;
text-align: left;
}
.box > p {
text-align: left;
}
.box > ol {
list-style: none;
padding-left: 0;
}
.box > ul {
list-style: none;
padding-left: 0;
}
.box > ul > li {
text-align: left;
padding-left: 0;
}
.title1 {
-moz-box-shadow: 0 -1px 3px #c5c2b2;
  -webkit-box-shadow: 0 -1px 3px #c5c2b2;
  box-shadow: 0 -1px 3px #c5c2b2;
  background: #2cc2c2;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#1bb4b4),to(#3ed0d0));
  background: -webkit-linear-gradient(#1bb4b4,#3ed0d0);
  background: -moz-linear-gradient(#1bb4b4,#3ed0d0);
  background: -ms-linear-gradient(#1bb4b4,#3ed0d0);
  background: -o-linear-gradient(#1bb4b4,#3ed0d0);
  background: linear-gradient(#1bb4b4,#3ed0d0);
  border-top: 1px solid #a8dbdb;
  border-bottom: 1px solid #55b4b4;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
  padding: 10px 15px;
}
table th {
  background: #eee;
  color: #3cc;
  font-weight: 700;
  width: 75px;
  vertical-align: top;
}
table td, table th {
  border: 1px solid #ccc;
  padding: 8px 10px;
}
.title7 {
  margin-bottom: 18px;
}
.title7 {
  background: #d3f1f1;
  font-weight: 700;
  padding: 9px 15px;
  /* margin: 0 -15px 15px; */
}
.insert--text {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.large-list > h4 {
font-size: 14px;
}

.large-list > ol {
list-style: none;
margin-bottom: 20px;
text-align: left;
padding-left: 0;
}
.large-list > ol > li {
  margin-bottom: 5px;
  padding-left: 1.4em;
  position: relative;
  text-indent: -1.4em;
text-align: left;
}
h4, h5 {
font-size: 14px;
text-align: left;
}
li {
list-style: none;
text-align: left;
}

.kiyaku-btn {
  color: #3ab27a !important;
  font-size: 12px;
  font-weight: bold;
}
