@charset "UTF-8";
/*
 * common
 * common：全ページ共通のcss。
 */
/*
 * setting
 * setting：各変数の定義。
 */
/*
 * helpers
 * helpers：mixinなどのヘルパーcss
 */
/*
 * borders
 */
/*
 * clearfix
 */
/*
 * gradient
 */
/*
 * margin-auto
 */
/*
 * off-left
 */
/*
 * placeholder
 */
/*
 * buttons
 */
@import url(top.css);
/* line 6, ../../../../assets/common/css/modules/_buttons.scss */
.btnArea {
  text-align: center;
}

/*common btns*/
/* line 11, ../../../../assets/common/css/modules/_buttons.scss */
.btnInactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  cursor: default;
}

/*
 * lower
 * about：about画面用css。
 */
/* 代表メッセージ
------------------------------ */
/* line 10, ../../../../assets/common/css/lower/_about.scss */
.aboutArea .imgWrap {
  position: relative;
  text-align: center;
  max-width: 721px;
  margin: 40px auto;
}
/* line 15, ../../../../assets/common/css/lower/_about.scss */
.aboutArea .imgWrap img {
  width: 100%;
  height: auto;
}
/* line 19, ../../../../assets/common/css/lower/_about.scss */
.aboutArea .imgWrap figcaption {
  position: absolute;
  top: 133px;
  left: 66px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  text-align: right;
}

@media screen and (max-width: 768px) {
  /* line 34, ../../../../assets/common/css/lower/_about.scss */
  .aboutArea .imgWrap figcaption {
    top: 20vw;
    left: 7vw;
    font-size: 4vw;
  }
}
/* 会社情報
------------------------------ */
/* line 45, ../../../../assets/common/css/lower/_about.scss */
.tableAboutUs {
  /*font-size: 12px;*/
  width: 1000px;
  margin: 100px auto 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* line 52, ../../../../assets/common/css/lower/_about.scss */
.tableAboutUs tr th {
  width: 25%;
  padding: 3%;
  background-color: #949494;
  color: #fff;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
/* line 60, ../../../../assets/common/css/lower/_about.scss */
.tableAboutUs tr td {
  width: 75%;
  padding: 3%;
  border-top: 1px solid #ddd;
  vertical-align: top;
}
/* line 65, ../../../../assets/common/css/lower/_about.scss */
.tableAboutUs tr td a {
  color: #e95e90;
  text-decoration: none;
  display: flex;
  align-items: center;
}
/* line 70, ../../../../assets/common/css/lower/_about.scss */
.tableAboutUs tr td a:hover {
  text-decoration: underline;
}
/* line 74, ../../../../assets/common/css/lower/_about.scss */
.tableAboutUs tr td .pdfIcon {
  width: 16px;
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  /* line 82, ../../../../assets/common/css/lower/_about.scss */
  .tableAboutUs {
    font-size: 12px;
    width: 100%;
    margin: 20px auto 0;
  }
  /* line 87, ../../../../assets/common/css/lower/_about.scss */
  .tableAboutUs tr th {
    padding: 2%;
    display: block;
    width: 100%;
  }
  /* line 92, ../../../../assets/common/css/lower/_about.scss */
  .tableAboutUs tr td {
    padding: 2%;
    display: block;
    width: 100%;
  }
}
/* ニュース
------------------------------ */
/* line 103, ../../../../assets/common/css/lower/_about.scss */
.newsArea {
  text-align: center;
  margin: 50px auto;
  width: 1000px;
}
/* line 107, ../../../../assets/common/css/lower/_about.scss */
.newsArea dt, .newsArea dd {
  display: inline-block;
  padding: 20px;
  vertical-align: top;
}
/* line 112, ../../../../assets/common/css/lower/_about.scss */
.newsArea dt {
  width: 13%;
  margin-right: 5%;
  border-top: 1px solid #ccc;
}
/* line 116, ../../../../assets/common/css/lower/_about.scss */
.newsArea dt:nth-last-child(2) {
  border-bottom: 1px solid #ccc;
}
/* line 120, ../../../../assets/common/css/lower/_about.scss */
.newsArea dd {
  width: 70%;
  text-align: left;
  border-top: 1px dotted #ccc;
}
/* line 124, ../../../../assets/common/css/lower/_about.scss */
.newsArea dd:last-child {
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 768px) {
  /* line 130, ../../../../assets/common/css/lower/_about.scss */
  .newsArea {
    margin: 20px auto;
    width: 94%;
  }
  /* line 133, ../../../../assets/common/css/lower/_about.scss */
  .newsArea dt, .newsArea dd {
    padding: 10px 0;
  }
  /* line 136, ../../../../assets/common/css/lower/_about.scss */
  .newsArea dt {
    width: 25%;
    text-align: center;
    margin-right: 2%;
    border-top: 1px solid #ccc;
  }
  /* line 144, ../../../../assets/common/css/lower/_about.scss */
  .newsArea dd {
    width: 69%;
    text-align: left;
    border-top: 1px dotted #ccc;
  }
  /* line 148, ../../../../assets/common/css/lower/_about.scss */
  .newsArea dd:last-child {
    border-bottom: 1px dotted #ccc;
  }
}
/*
 * lower
 * service：service画面用css。
 */
/* line 7, ../../../../assets/common/css/lower/_service.scss */
.serviceArea {
  width: 90%;
  max-width: 800px;
  margin: 30px auto;
}
/* line 11, ../../../../assets/common/css/lower/_service.scss */
.serviceArea .topTxt {
  margin-bottom: 30px;
}
/* line 14, ../../../../assets/common/css/lower/_service.scss */
.serviceArea p {
  text-align: center;
  line-height: 1.6;
}
/* line 17, ../../../../assets/common/css/lower/_service.scss */
.serviceArea p.h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
/* line 20, ../../../../assets/common/css/lower/_service.scss */
.serviceArea p.h4 span {
  color: #fcc1ca;
}

/* 経営・人事支援
------------------------------ */
/* line 30, ../../../../assets/common/css/lower/_service.scss */
.serviceImageWrap {
  display: flex;
  align-self: stretch;
  justify-content: center;
}

/* line 35, ../../../../assets/common/css/lower/_service.scss */
.serviceImage01 {
  border: 2px solid #444;
  padding: 20px 0;
  background: url(/common/images/bg_service_image.png) no-repeat bottom;
  background-size: 180px auto;
  min-width: 257px;
}
/* line 41, ../../../../assets/common/css/lower/_service.scss */
.serviceImage01 .serviceImageTit {
  background: #444;
  color: #fff;
  font-size: 18px;
  width: 150px;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto 25px auto;
  border-radius: 20px;
}
/* line 51, ../../../../assets/common/css/lower/_service.scss */
.serviceImage01 dd {
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
/* line 55, ../../../../assets/common/css/lower/_service.scss */
.serviceImage01 dd p {
  padding-bottom: 25px;
}
/* line 58, ../../../../assets/common/css/lower/_service.scss */
.serviceImage01 dd strong {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding: 80px 0;
}

/* line 66, ../../../../assets/common/css/lower/_service.scss */
.arrow {
  margin-left: 5px;
  display: flex;
}
/* line 69, ../../../../assets/common/css/lower/_service.scss */
.arrow .icon {
  position: relative;
  width: 40px;
}
/* line 72, ../../../../assets/common/css/lower/_service.scss */
.arrow .icon::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 24px;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border: 60px solid transparent;
  border-left: 30px solid #444;
}
/* line 86, ../../../../assets/common/css/lower/_service.scss */
.arrow .icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  width: 80px;
  height: 60px;
  border-left: 25px solid #444;
}

/* line 100, ../../../../assets/common/css/lower/_service.scss */
.serviceImage02 {
  border: 2px solid #fcc1ca;
  padding: 20px 40px;
  background: #fff6f6;
}
/* line 104, ../../../../assets/common/css/lower/_service.scss */
.serviceImage02 .serviceImageTit {
  background: #fcc1ca;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto 25px auto;
  border-radius: 20px;
}
/* line 113, ../../../../assets/common/css/lower/_service.scss */
.serviceImage02 .tableLayout {
  margin-bottom: 25px;
  text-align: center;
}
/* line 116, ../../../../assets/common/css/lower/_service.scss */
.serviceImage02 .tableLayout .caption {
  margin-bottom: 10px;
}
/* line 121, ../../../../assets/common/css/lower/_service.scss */
.serviceImage02 .exConsul .exConsulBlock {
  display: flex;
  justify-content: space-between;
}
/* line 124, ../../../../assets/common/css/lower/_service.scss */
.serviceImage02 .exConsul .exConsulBlock dl {
  padding: 20px 0;
  background: #fff;
  width: 140px;
  margin-right: 4px;
}
/* line 129, ../../../../assets/common/css/lower/_service.scss */
.serviceImage02 .exConsul .exConsulBlock dl:last-child {
  margin-right: 0;
}
/* line 132, ../../../../assets/common/css/lower/_service.scss */
.serviceImage02 .exConsul .exConsulBlock dl dt {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 14px;
}
/* line 137, ../../../../assets/common/css/lower/_service.scss */
.serviceImage02 .exConsul .exConsulBlock dl dd {
  font-size: 11px;
  line-height: 1.6;
}
/* line 145, ../../../../assets/common/css/lower/_service.scss */
.serviceImage02 .exOut .exOutBlock {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 150, ../../../../assets/common/css/lower/_service.scss */
.serviceImage02 .exOut .exOutBlock p {
  width: calc(50% - 2px);
  background: #fff;
  padding: 10px 0;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  /* line 163, ../../../../assets/common/css/lower/_service.scss */
  .serviceArea p.h4 {
    font-size: 5.2vw;
  }

  /* line 168, ../../../../assets/common/css/lower/_service.scss */
  .serviceImageWrap {
    flex-direction: column;
  }

  /* line 171, ../../../../assets/common/css/lower/_service.scss */
  .serviceImage01 {
    margin-bottom: 12vw;
  }

  /* line 174, ../../../../assets/common/css/lower/_service.scss */
  .arrow {
    transform: rotate(90deg) translateX(33vw);
    width: auto;
  }

  /* line 179, ../../../../assets/common/css/lower/_service.scss */
  .serviceImage02 {
    padding: 20px 10px;
  }
  /* line 182, ../../../../assets/common/css/lower/_service.scss */
  .serviceImage02 .exConsul .exConsulBlock {
    flex-direction: column;
  }
  /* line 184, ../../../../assets/common/css/lower/_service.scss */
  .serviceImage02 .exConsul .exConsulBlock dl {
    width: 100%;
    margin-bottom: 4px;
  }
  /* line 191, ../../../../assets/common/css/lower/_service.scss */
  .serviceImage02 .exOut .exOutBlock {
    flex-direction: column;
  }
  /* line 193, ../../../../assets/common/css/lower/_service.scss */
  .serviceImage02 .exOut .exOutBlock p {
    width: 100%;
    margin-bottom: 4px;
  }
}
/* 採用エージェント
------------------------------ */
/* line 204, ../../../../assets/common/css/lower/_service.scss */
.leftTxt {
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}
/* line 208, ../../../../assets/common/css/lower/_service.scss */
.leftTxt dt {
  font-weight: bold;
  font-size: 14px;
}
/* line 212, ../../../../assets/common/css/lower/_service.scss */
.leftTxt dd {
  padding: 10px 20px 20px;
  line-height: 1.6;
}

/* 転職サポート
------------------------------ */
/* line 221, ../../../../assets/common/css/lower/_service.scss */
.support p {
  margin-bottom: 16px;
}

/* line 225, ../../../../assets/common/css/lower/_service.scss */
.pushWrap {
  line-height: 1.6;
  background: #fff6f6;
  padding: 20px;
}
/* line 229, ../../../../assets/common/css/lower/_service.scss */
.pushWrap p {
  margin-bottom: 16px;
}

/* line 233, ../../../../assets/common/css/lower/_service.scss */
.interviewWrap {
  margin-top: 32px;
}

/* line 236, ../../../../assets/common/css/lower/_service.scss */
.interviewList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 244, ../../../../assets/common/css/lower/_service.scss */
.interviewList li a {
  background: url(/common/images/support_img_person_pin.png) no-repeat center top;
  background-size: 36px auto;
  padding-top: 40px;
  display: block;
  text-decoration: none;
  color: #666;
  transition: all .4s;
  margin: 16px;
}

/* line 254, ../../../../assets/common/css/lower/_service.scss */
.interviewList li a:hover {
  color: #ffa7ca;
  background: url(/common/images/support_img_person_pin_ov.png) no-repeat center top;
  background-size: 36px auto;
}

/*
 * lower
 * member：member画面用css。
 */
/* common
------------------------------ */
/* line 9, ../../../../assets/common/css/lower/_member.scss */
.member-Contents {
  padding-top: 0;
}
/* line 11, ../../../../assets/common/css/lower/_member.scss */
.member-Contents .detailWrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px auto;
}
@media (min-width: 1160px) {
  /* line 11, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .detailWrap {
    width: 80vw;
  }
}
/* line 18, ../../../../assets/common/css/lower/_member.scss */
.member-Contents .detailWrap .member-photo {
  width: 48vw;
  max-width: 660px;
  min-width: 450px;
}
@media (min-width: 1160px) {
  /* line 18, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .detailWrap .member-photo {
    margin-right: 40px;
  }
}
/* line 25, ../../../../assets/common/css/lower/_member.scss */
.member-Contents .detailWrap .member-photo img {
  width: 100%;
  height: auto;
}
/* line 30, ../../../../assets/common/css/lower/_member.scss */
.member-Contents .detailWrap .detailTxt {
  width: auto;
  margin: 40px auto 0 30px;
  max-width: 600px;
  text-align: left;
  border: none;
}
/* line 36, ../../../../assets/common/css/lower/_member.scss */
.member-Contents .detailWrap .detailTxt h3 {
  margin-top: 30px;
  font-size: 3vw;
}
@media (min-width: 1160px) {
  /* line 36, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .detailWrap .detailTxt h3 {
    font-size: 34px;
  }
}
/* line 43, ../../../../assets/common/css/lower/_member.scss */
.member-Contents .detailWrap .detailTxt .ruby {
  font-size: 16px;
  margin-top: 10px;
}
/* line 47, ../../../../assets/common/css/lower/_member.scss */
.member-Contents .detailWrap .detailTxt .department {
  margin-top: 30px;
}
/* line 50, ../../../../assets/common/css/lower/_member.scss */
.member-Contents .detailWrap .detailTxt .pickupTxt {
  margin-top: 50px;
  line-height: 1.6;
  font-size: 1.8vw;
  padding-right: 20px;
}
@media (min-width: 1160px) {
  /* line 50, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .detailWrap .detailTxt .pickupTxt {
    font-size: 20px;
  }
}
/* line 62, ../../../../assets/common/css/lower/_member.scss */
.member-Contents .memberMain-read {
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 1160px) {
  /* line 62, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .memberMain-read {
    width: 80vw;
  }
}
/* line 69, ../../../../assets/common/css/lower/_member.scss */
.member-Contents .memberMain-read dl dt {
  font-size: 24px;
  margin-bottom: 20px;
}
/* line 73, ../../../../assets/common/css/lower/_member.scss */
.member-Contents .memberMain-read dl dd {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  /* line 83, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents {
    padding-top: 0;
  }
  /* line 85, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .detailWrap {
    display: block;
  }
  /* line 87, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .detailWrap .member-photo {
    width: 100vw;
    min-width: auto;
    margin: 0 auto;
  }
  /* line 92, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .detailWrap .detailTxt {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    border-bottom: 1px solid #efefef;
  }
  /* line 97, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .detailWrap .detailTxt .department {
    margin-top: 30px;
  }
  /* line 100, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .detailWrap .detailTxt h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  /* line 104, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .detailWrap .detailTxt .ruby {
    font-size: 12px;
    margin-top: 10px;
  }
  /* line 108, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .detailWrap .detailTxt .pickupTxt {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.6;
    padding: 0 20px 40px 20px;
  }
  /* line 118, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .memberMain-read dl dt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  /* line 122, ../../../../assets/common/css/lower/_member.scss */
  .member-Contents .memberMain-read dl dd {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
/*
 * lower
 * recruit：recruit画面用css。
 */
/* common
------------------------------ */
/* line 9, ../../../../assets/common/css/lower/_recruit.scss */
.columnWrap {
  max-width: 800px;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  margin: 40px auto;
}
/* line 15, ../../../../assets/common/css/lower/_recruit.scss */
.columnWrap .sideTxt {
  line-height: 1.8;
}
/* line 18, ../../../../assets/common/css/lower/_recruit.scss */
.columnWrap .imgWrap {
  max-width: 300px;
}

/* line 22, ../../../../assets/common/css/lower/_recruit.scss */
.voiceWrap {
  max-width: 800px;
  margin: 0 auto 50px auto;
  border: 2px solid #fcc1ca;
  border-radius: 10px;
}
/* line 27, ../../../../assets/common/css/lower/_recruit.scss */
.voiceWrap dl {
  margin: 20px;
}
/* line 30, ../../../../assets/common/css/lower/_recruit.scss */
.voiceWrap dt {
  background: url("/common/images/icon_voice.png") no-repeat left;
  background-size: 27px auto;
  color: #fcc1ca;
  font-weight: bold;
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 16px;
}
/* line 39, ../../../../assets/common/css/lower/_recruit.scss */
.voiceWrap dd {
  line-height: 1.8;
}

/* line 43, ../../../../assets/common/css/lower/_recruit.scss */
.btnWrap a {
  display: block;
  margin: 0 auto;
  background: #ffa7ca;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  width: 200px;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  transition: .2s;
}

/* line 58, ../../../../assets/common/css/lower/_recruit.scss */
.btnWrap a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  /* line 63, ../../../../assets/common/css/lower/_recruit.scss */
  .columnWrap {
    margin: 20px auto;
    padding: 0 20px;
  }
  /* line 66, ../../../../assets/common/css/lower/_recruit.scss */
  .columnWrap .imgWrap {
    display: none;
  }

  /* line 70, ../../../../assets/common/css/lower/_recruit.scss */
  .voiceWrap {
    margin: 0 20px 20px;
  }
}
/* 正社員採用
------------------------------ */
/* line 77, ../../../../assets/common/css/lower/_recruit.scss */
.recruitArea {
  text-align: center;
  margin: 50px auto;
  width: 800px;
}
/* line 81, ../../../../assets/common/css/lower/_recruit.scss */
.recruitArea dl {
  margin-bottom: 50px;
}
/* line 84, ../../../../assets/common/css/lower/_recruit.scss */
.recruitArea dt, .recruitArea dd {
  display: inline-block;
  padding: 20px;
  vertical-align: top;
}
/* line 89, ../../../../assets/common/css/lower/_recruit.scss */
.recruitArea dt {
  width: 13%;
  text-align: left;
  margin-right: 5%;
  border-top: 1px solid #ccc;
  line-height: 1.8;
}
/* line 95, ../../../../assets/common/css/lower/_recruit.scss */
.recruitArea dt:nth-last-child(2) {
  border-bottom: 1px solid #ccc;
}
/* line 100, ../../../../assets/common/css/lower/_recruit.scss */
.recruitArea dd {
  width: 70%;
  text-align: left;
  border-top: 1px dotted #ccc;
  line-height: 1.8;
}
/* line 105, ../../../../assets/common/css/lower/_recruit.scss */
.recruitArea dd:last-child {
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 768px) {
  /* line 111, ../../../../assets/common/css/lower/_recruit.scss */
  .recruitArea {
    margin: 20px auto;
    width: 100%;
  }
  /* line 114, ../../../../assets/common/css/lower/_recruit.scss */
  .recruitArea dl {
    margin-bottom: 20px;
  }
  /* line 117, ../../../../assets/common/css/lower/_recruit.scss */
  .recruitArea dt, .recruitArea dd {
    display: block;
    padding: 10px 0;
  }
  /* line 121, ../../../../assets/common/css/lower/_recruit.scss */
  .recruitArea dt {
    width: 100%;
    text-align: center;
    margin-right: 0%;
    border-top: 1px solid #ccc;
    background-color: #eee;
  }
  /* line 127, ../../../../assets/common/css/lower/_recruit.scss */
  .recruitArea dt:nth-last-child(2) {
    border-bottom: none;
    min-height: 1em;
  }
  /* line 132, ../../../../assets/common/css/lower/_recruit.scss */
  .recruitArea dd {
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
    text-align: left;
    border-top: 1px dotted #ccc;
  }
  /* line 138, ../../../../assets/common/css/lower/_recruit.scss */
  .recruitArea dd:last-child {
    border-bottom: 1px dotted #ccc;
  }
}
/*
 * lower
 * access：access画面用css。
 */
/* アクセス
------------------------------ */
/* line 9, ../../../../assets/common/css/lower/_access.scss */
.mapArea {
  text-align: center;
  margin: 50px 0;
}

/* line 13, ../../../../assets/common/css/lower/_access.scss */
.accessArea {
  *zoom: 1;
  margin: 0 auto;
  width: 60%;
  line-height: 1.8;
}
/* line 38, ../../../../assets/common/css/core/_helpers.scss */
.accessArea:after {
  content: "";
  display: block;
  clear: both;
}
/* line 18, ../../../../assets/common/css/lower/_access.scss */
.accessArea ul {
  float: left;
  width: 45%;
}
/* line 21, ../../../../assets/common/css/lower/_access.scss */
.accessArea ul li {
  margin-bottom: 15px;
  a-color: #333;
  a-text-decoration: none;
}
/* line 29, ../../../../assets/common/css/lower/_access.scss */
.accessArea .accessArea-right {
  float: right;
  width: 45%;
  background-color: #e7e7e7;
  padding: 5%;
}

@media screen and (max-width: 768px) {
  /* line 38, ../../../../assets/common/css/lower/_access.scss */
  .mapArea {
    margin: 20px 0;
  }

  /* line 41, ../../../../assets/common/css/lower/_access.scss */
  .accessArea {
    width: 94%;
  }
  /* line 43, ../../../../assets/common/css/lower/_access.scss */
  .accessArea ul {
    float: none;
    width: 100%;
  }
  /* line 47, ../../../../assets/common/css/lower/_access.scss */
  .accessArea .accessArea-right {
    float: none;
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
  }
}
/* お問い合わせ
------------------------------ */
/* line 58, ../../../../assets/common/css/lower/_access.scss */
.formWrap {
  max-width: 800px;
  margin: 50px auto;
}
/* line 61, ../../../../assets/common/css/lower/_access.scss */
.formWrap dl {
  font-size: 0;
  margin-bottom: 50px;
}
/* line 65, ../../../../assets/common/css/lower/_access.scss */
.formWrap dt, .formWrap dd {
  display: inline-block;
  padding: 20px;
  vertical-align: top;
  font-size: 13px;
}
/* line 71, ../../../../assets/common/css/lower/_access.scss */
.formWrap dt {
  width: 20%;
  text-align: left;
  margin-right: 5%;
  border-top: 1px solid #ccc;
  line-height: 1.8;
  white-space: nowrap;
}
/* line 78, ../../../../assets/common/css/lower/_access.scss */
.formWrap dt:nth-last-child(2) {
  border-bottom: 1px solid #ccc;
  min-height: 8.5em;
}
/* line 82, ../../../../assets/common/css/lower/_access.scss */
.formWrap dt span {
  padding: 4px;
  font-size: 10px;
  border-radius: 4px;
  margin-right: 6px;
  color: #fff;
}
/* line 88, ../../../../assets/common/css/lower/_access.scss */
.formWrap dt span.required {
  background: #f44;
}
/* line 91, ../../../../assets/common/css/lower/_access.scss */
.formWrap dt span.optional {
  background: #34b1e5;
}
/* line 96, ../../../../assets/common/css/lower/_access.scss */
.formWrap dd {
  width: 64%;
  text-align: left;
  border-top: 1px dotted #ccc;
  line-height: 1.8;
}
/* line 101, ../../../../assets/common/css/lower/_access.scss */
.formWrap dd:last-child {
  border-bottom: 1px dotted #ccc;
}
/* line 104, ../../../../assets/common/css/lower/_access.scss */
.formWrap dd .contactTypeTable {
  width: 100%;
}
/* line 106, ../../../../assets/common/css/lower/_access.scss */
.formWrap dd .contactTypeTable th, .formWrap dd .contactTypeTable td {
  padding-bottom: 20px;
  line-height: 2;
}
/* line 110, ../../../../assets/common/css/lower/_access.scss */
.formWrap dd .contactTypeTable tr:last-child th, .formWrap dd .contactTypeTable tr:last-child td {
  padding-bottom: 0;
}
/* line 113, ../../../../assets/common/css/lower/_access.scss */
.formWrap dd .contactTypeTable th {
  vertical-align: top;
  width: 70px;
}
/* line 123, ../../../../assets/common/css/lower/_access.scss */
.formWrap dd input[type='text'],
.formWrap dd input[type='email'],
.formWrap dd input[type='tel'],
.formWrap dd textarea {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: calc(100% - 32px);
  font-family: mplus-1m-light, sans-serif;
}
/* line 133, ../../../../assets/common/css/lower/_access.scss */
.formWrap dd input.error {
  border-color: #e80000;
}
/* line 136, ../../../../assets/common/css/lower/_access.scss */
.formWrap dd input[type='text'].error,
.formWrap dd input[type='email'].error,
.formWrap dd input[type='tel'].error {
  background: #fff5f5;
}
/* line 141, ../../../../assets/common/css/lower/_access.scss */
.formWrap dd label.error {
  padding-top: 6px;
  color: #e80000;
  display: block;
}
/* line 148, ../../../../assets/common/css/lower/_access.scss */
.formWrap .btnArea {
  display: flex;
  justify-content: center;
}
/* line 151, ../../../../assets/common/css/lower/_access.scss */
.formWrap .btnArea button {
  font-family: mplus-1m-light, sans-serif;
  letter-spacing: 3px;
  transition: .2s;
  cursor: pointer;
}
/* line 156, ../../../../assets/common/css/lower/_access.scss */
.formWrap .btnArea button + button {
  margin-left: 40px;
}
/* line 159, ../../../../assets/common/css/lower/_access.scss */
.formWrap .btnArea button.prev {
  display: block;
  font-size: 14px;
  height: 38px;
  position: relative;
  overflow: hidden;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  width: 298px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #999;
}
/* line 171, ../../../../assets/common/css/lower/_access.scss */
.formWrap .btnArea button.prev:before {
  content: "←";
  position: absolute;
  left: 10px;
}
/* line 176, ../../../../assets/common/css/lower/_access.scss */
.formWrap .btnArea button.prev:hover {
  opacity: 0.5;
}
/* line 180, ../../../../assets/common/css/lower/_access.scss */
.formWrap .btnArea button.next {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 38px;
  position: relative;
  overflow: hidden;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  width: 298px;
  background: rgba(0, 0, 0, 0.7);
}
/* line 31, ../../../../assets/common/css/modules/_buttons.scss */
.formWrap .btnArea button.next::after {
  content: "→";
  position: absolute;
  right: 10px;
}
/* line 36, ../../../../assets/common/css/modules/_buttons.scss */
.formWrap .btnArea button.next:visited {
  text-decoration: none;
}
/* line 39, ../../../../assets/common/css/modules/_buttons.scss */
.formWrap .btnArea button.next:active {
  background: rgba(255, 255, 255, 0.4);
}
/* line 183, ../../../../assets/common/css/lower/_access.scss */
.formWrap .btnArea button.next:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* line 190, ../../../../assets/common/css/lower/_access.scss */
.compTxt {
  max-width: 800px;
  margin: 50px auto;
  line-height: 1.8;
  font-size: 14px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  /* line 199, ../../../../assets/common/css/lower/_access.scss */
  .formWrap dl {
    margin-bottom: 20px;
  }
  /* line 202, ../../../../assets/common/css/lower/_access.scss */
  .formWrap dt, .formWrap dd {
    display: block;
    padding: 10px 0;
  }
  /* line 206, ../../../../assets/common/css/lower/_access.scss */
  .formWrap dt {
    width: 100%;
    text-align: center;
    margin-right: 0;
    border-top: 1px solid #ccc;
    background-color: #eee;
    position: relative;
  }
  /* line 213, ../../../../assets/common/css/lower/_access.scss */
  .formWrap dt:nth-last-child(2) {
    border-bottom: none;
    min-height: 1em;
  }
  /* line 217, ../../../../assets/common/css/lower/_access.scss */
  .formWrap dt span {
    position: absolute;
    right: 2%;
  }
  /* line 222, ../../../../assets/common/css/lower/_access.scss */
  .formWrap dd {
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
    text-align: left;
    border-top: 1px dotted #ccc;
  }
  /* line 228, ../../../../assets/common/css/lower/_access.scss */
  .formWrap dd:last-child {
    border-bottom: 1px dotted #ccc;
  }
  /* line 231, ../../../../assets/common/css/lower/_access.scss */
  .formWrap dd select,
  .formWrap dd input,
  .formWrap dd textarea {
    font-size: 16px;
  }
  /* line 237, ../../../../assets/common/css/lower/_access.scss */
  .formWrap .btnArea {
    padding: 0 20px;
  }
  /* line 239, ../../../../assets/common/css/lower/_access.scss */
  .formWrap .btnArea button + button {
    margin-left: 20px;
  }
}
/* line 20, ../../../../assets/common/css/lower.scss */
.header {
  height: 300px;
}
/* line 22, ../../../../assets/common/css/lower.scss */
.header nav {
  position: fixed;
  top: 0;
  height: 60px;
  background-color: #fff;
}
/* line 29, ../../../../assets/common/css/lower.scss */
.header nav .navWhite .gNavWhiteSp .navLogo {
  display: block;
}
/* line 35, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea {
  background: url("/common/images/img_about.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: relative;
}
/* line 43, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea .pankuzu {
  *zoom: 1;
  background-color: #fcc1ca;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 80%;
  padding: 7px 10%;
}
/* line 38, ../../../../assets/common/css/core/_helpers.scss */
.header .lowerTopArea .pankuzu:after {
  content: "";
  display: block;
  clear: both;
}
/* line 51, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea .pankuzu li {
  float: left;
}
/* line 53, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea .pankuzu li:before {
  content: "＞";
  margin: 0 5px;
}
/* line 57, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea .pankuzu li:first-child:before {
  content: none;
}
/* line 60, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea .pankuzu li a:link,
.header .lowerTopArea .pankuzu li a:visited {
  color: #e95e90;
  text-decoration: none;
}
/* line 66, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea .pankuzu li a:hover {
  text-decoration: underline;
}
/* line 71, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea h2 {
  font-size: 30px;
  letter-spacing: 5px;
  text-align: center;
  position: absolute;
  top: 120px;
  margin: 0 auto;
  display: block;
  width: 100%;
  color: #fff;
}
/* line 81, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea h2 > span {
  letter-spacing: 5px;
}
/* line 84, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea h2 .memberlist {
  margin-top: 30px;
}
/* line 86, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea h2 .memberlist li {
  display: inline-block;
  font-size: 14px;
}
/* line 89, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea h2 .memberlist li span {
  color: #F2AC96;
}
/* line 92, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea h2 .memberlist li a {
  color: #fff;
  text-decoration: none;
}
/* line 95, ../../../../assets/common/css/lower.scss */
.header .lowerTopArea h2 .memberlist li a:hover {
  text-decoration: underline;
}
/* line 103, ../../../../assets/common/css/lower.scss */
.header .lowerAbout {
  background: url("/common/images/img_about.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
/* line 108, ../../../../assets/common/css/lower.scss */
.header .lowerService {
  background: url("/common/images/img_service.png") no-repeat center;
}
/* line 111, ../../../../assets/common/css/lower.scss */
.header .lowerMember {
  background: url("/common/images/img_member.png") no-repeat center;
}
/* line 114, ../../../../assets/common/css/lower.scss */
.header .lowerRecruit {
  background: url("/common/images/img_recruit.png") no-repeat bottom;
}
/* line 117, ../../../../assets/common/css/lower.scss */
.header .lowerAccess {
  background: url("/common/images/img_about.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

/* line 123, ../../../../assets/common/css/lower.scss */
.lowerContents {
  padding: 70px 10px;
}
/* line 125, ../../../../assets/common/css/lower.scss */
.lowerContents .lowerContents-ttl {
  font-size: 26px;
  text-align: center;
  letter-spacing: 8px;
}
/* line 130, ../../../../assets/common/css/lower.scss */
.lowerContents .colorBoxArea {
  *zoom: 1;
  margin: 40px auto 0;
  clear: none;
  max-width: 50px;
}
/* line 38, ../../../../assets/common/css/core/_helpers.scss */
.lowerContents .colorBoxArea:after {
  content: "";
  display: block;
  clear: both;
}
/* line 136, ../../../../assets/common/css/lower.scss */
.lowerContents .lowerContents-txt {
  margin: 40px auto 0;
  text-align: center;
  letter-spacing: 6px;
  font-size: 14px;
  line-height: 30px;
}
/* line 143, ../../../../assets/common/css/lower.scss */
.lowerContents .memberList {
  margin-top: 0;
}
/* line 146, ../../../../assets/common/css/lower.scss */
.lowerContents .topMembers {
  padding-top: 30px;
}

/* line 151, ../../../../assets/common/css/lower.scss */
.legal {
  width: 90%;
  margin: 0 auto 80px;
}
/* line 154, ../../../../assets/common/css/lower.scss */
.legal dl {
  line-height: 1.8;
}
/* line 156, ../../../../assets/common/css/lower.scss */
.legal dl dt {
  font-size: 18px;
  margin: 30px 0 10px;
}

/* line 162, ../../../../assets/common/css/lower.scss */
.privacy {
  width: 90%;
  margin: 0 auto 80px;
  max-width: 690px;
}
/* line 166, ../../../../assets/common/css/lower.scss */
.privacy .topTxt {
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
  line-height: 1.6;
}
/* line 172, ../../../../assets/common/css/lower.scss */
.privacy .rightTxt {
  text-align: right;
}
/* line 175, ../../../../assets/common/css/lower.scss */
.privacy dl {
  line-height: 1.8;
}
/* line 177, ../../../../assets/common/css/lower.scss */
.privacy dl dt {
  font-size: 18px;
  margin: 30px 0 10px;
}
/* line 182, ../../../../assets/common/css/lower.scss */
.privacy dl dd p {
  font-size: 18px;
  text-align: center;
}
/* line 187, ../../../../assets/common/css/lower.scss */
.privacy dl dd ul li {
  margin-bottom: 10px;
}
/* line 189, ../../../../assets/common/css/lower.scss */
.privacy dl dd ul li div {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  /* line 199, ../../../../assets/common/css/lower.scss */
  .header {
    height: 200px;
  }
  /* line 201, ../../../../assets/common/css/lower.scss */
  .header nav {
    /*background-color: rgba(255,255,255,0.9);*/
    height: 50px;
  }
  /* line 205, ../../../../assets/common/css/lower.scss */
  .header .lowerTopArea {
    margin-top: 50px;
    display: table;
  }
  /* line 208, ../../../../assets/common/css/lower.scss */
  .header .lowerTopArea .pankuzu {
    left: 0;
    width: 100%;
    padding: 7px 2%;
    box-sizing: border-box;
  }
  /* line 214, ../../../../assets/common/css/lower.scss */
  .header .lowerTopArea h2 {
    font-size: 23px;
    display: table-cell;
    letter-spacing: 0.1em;
    vertical-align: middle;
    position: static;
    padding-bottom: 30px;
  }
  /* line 221, ../../../../assets/common/css/lower.scss */
  .header .lowerTopArea h2 .memberlist {
    margin-top: 10px;
    line-height: 17px !important;
  }
  /* line 224, ../../../../assets/common/css/lower.scss */
  .header .lowerTopArea h2 .memberlist li {
    font-size: 13px;
  }

  /* line 231, ../../../../assets/common/css/lower.scss */
  .lowerContents {
    padding: 20px 0;
  }
  /* line 233, ../../../../assets/common/css/lower.scss */
  .lowerContents .colorBoxArea {
    margin: 20px auto 0;
  }
  /* line 236, ../../../../assets/common/css/lower.scss */
  .lowerContents .lowerContents-txt {
    margin: 20px auto 0;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 1.8;
    width: 94%;
  }
  /* line 243, ../../../../assets/common/css/lower.scss */
  .lowerContents .lowerContents-ttl {
    font-size: 20px;
    letter-spacing: 5px;
  }

  /* line 249, ../../../../assets/common/css/lower.scss */
  .legal {
    width: 90%;
    margin: 0 auto 80px;
  }
  /* line 253, ../../../../assets/common/css/lower.scss */
  .legal dl dt {
    font-size: 18px;
    margin: 30px 0 10px;
  }
}
