@charset "UTF-8";
/*  HPS編集  */
/* Some Fix
------------------------------------------------ */
.medicalArea ul.step li {
  margin-top: 140px;
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .slicknav_nav .slicknav_item a {
    border-top: 0;
  }
  .nav_style li p::before {
    content: "";
  }
  .nav_style li a::before {
    content: "";
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
  }
  .conductorArea .inleft li:nth-child(3) {
    background: none;
  }
  .conductorArea .inleft li:nth-child(3) a {
    width: 100%;
    height: 100%;
	max-width:100%;
  }
  .conductorArea .inleft li:nth-child(4) {
    background: none;
  }
  .conductorArea .inleft li:nth-child(4) a {
    width: 100%;
    height: 100%;
	max-width:100%;
  }
}

/* Common
------------------------------------------------ */
.alert {
  padding: 10px 15px;
  border-radius: 4px;
  background: #eee;
}

.alert-info {
  background: #3cabe2;
  color: #fff;
}

.alert.mt {
  margin-top: 20px;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}

/* Header
------------------------------------------------ */
.sub_menu.filter {
  padding: 30px;
  width: 260px;
}

.sub_menu.filter li {
  margin-bottom: 10px;
  max-width: 260px;
}


.sub_menu.filter li input[type="text"], .sub_menu.filter li select {
  flex: 1;
  padding: 0 10px;
  border: 1px solid #ddd;
  color: #666;
}

.sub_menu.filter li input[type="submit"] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f3f3f3), color-stop(0, #fff));
  background: -webkit-linear-gradient(#fff, #f3f3f3);
  background: -moz-linear-gradient(#fff, #f3f3f3);
  background: -o-linear-gradient(#fff, #f3f3f3);
  background: -ms-linear-gradient(#fff, #f3f3f3);
  background: linear-gradient(#fff, #f3f3f3);
  color: #47b017;
  border: 1px solid #ddd;
  border-left: none;
  font-weight: bold;
  padding: 7px 20px;
  cursor: pointer;
  transition: 0.3s;
}

.sub_menu.filter li input[type="submit"]:hover {
  background: #47b017;
  border-color: #47b017;
  color: #fff;
}

.sub_menu.filter li.freeword {
  display: flex;
  align-items: stretch;
}

.sub_menu.filter li.freeword input[type="text"] {
  flex: 1;
}

.sub_menu.filter li.area {
  display: flex;
  align-items: stretch;
}

.sub_menu.filter li.area select {
  flex: 1;
}

.sub_menu.filter li.tag {
  display: block;
  flex-wrap: wrap;
}

.sub_menu.filter li.tag a {
  width: 15%;
  margin: 3px 4px;
  background: #47b017;
  display:inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 7px;
  font-size: 13px;
}

.sub_menu.filter li.tag a img {
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width:769px){
.sub_menu.filter li.tag a img{width:24px;}
}

@media screen and (max-width:768px){
.sub_menu.filter li.tag a img{display:block;width:auto!important;margin-left: auto;margin-right: auto;}
.sub_menu.filter li.tag a {width:32%!important;margin-left: auto;margin-right: auto;display:inline-block;}
}

.sub_menu.filter li.tag a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* Archive Store
------------------------------------------------ */
.storeArea .tenpoBox .inright h4 a {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #47b017;
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.pageLink02 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.pageLink02 li {
  width: 16%;
  margin-bottom: 10px;
}

.pageLink02 li a {
  display: block;
  background: #47b017;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 2px;
  font-size: 13px;
}

.pageLink02 li a img {
  width: 24px;
  height: auto;
  vertical-align: middle;
}

.pageLink02 li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.spTagList {
  display: none;
  border: #9bcf82 4px solid;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
}

.spTagList select {
  flex: 1;
  padding: 0 10px;
  border: 0;
  color: #666;
}

.spTagList input[type="submit"] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f3f3f3), color-stop(0, #fff));
  background: -webkit-linear-gradient(#fff, #f3f3f3);
  background: -moz-linear-gradient(#fff, #f3f3f3);
  background: -o-linear-gradient(#fff, #f3f3f3);
  background: -ms-linear-gradient(#fff, #f3f3f3);
  background: linear-gradient(#fff, #f3f3f3);
  color: #47b017;
  border: 0;
  border-left: 1px solid #eee;
  font-weight: bold;
  padding: 7px 20px;
  cursor: pointer;
  transition: 0.3s;
}

.spTagList input[type="submit"]:hover {
  background: #47b017;
  border-color: #47b017;
  color: #fff;
}

.fwsearch {
  border: #9bcf82 4px solid;
  display: flex;
  align-items: stretch;
}

.fwsearch input[type="text"] {
  flex: 1;
  padding: 0 10px;
  border: 0;
  color: #666;
}

.fwsearch input[type="submit"] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f3f3f3), color-stop(0, #fff));
  background: -webkit-linear-gradient(#fff, #f3f3f3);
  background: -moz-linear-gradient(#fff, #f3f3f3);
  background: -o-linear-gradient(#fff, #f3f3f3);
  background: -ms-linear-gradient(#fff, #f3f3f3);
  background: linear-gradient(#fff, #f3f3f3);
  color: #47b017;
  border: 0;
  border-left: 1px solid #eee;
  font-weight: bold;
  padding: 7px 20px;
  cursor: pointer;
  transition: 0.3s;
}

.fwsearch input[type="submit"]:hover {
  background: #47b017;
  border-color: #47b017;
  color: #fff;
}

/* Single Store
------------------------------------------------ */
.storeDetail .top {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  margin-bottom: 30px;
}

.storeDetail .top .images {
  width: 49%;
}

.storeDetail .top .images .bx-wrapper {
  margin-bottom: 20px;
}

.storeDetail .top .images .bx-wrapper .bx-viewport {
  max-height: 241px;
}

.storeDetail .top .images .slider-thumbs a img {
  width: 140px;
  height: 72px;
  object-fit: cover;
  border: 2px solid #fff;
}

.storeDetail .top .images .slider-thumbs a:hover img {
  opacity: 0.7;
  transition: 0.3s;
  border: 2px solid #47b017;
}

.storeDetail .top .detail {
  width: 48%;
}

.storeDetail .top .detail h1 {
  font-size: 21px;
  font-weight: bold;
}

.storeDetail .top .detail table {
  margin-top: 10px;
  width: 100%;
  border-right: solid 1px #e4e4e4;
  border-bottom: solid 1px #e4e4e4;
  margin-bottom: 15px;
}

.storeDetail .top .detail table th {
  padding: 10px;
  border-top: solid 1px #e4e4e4;
  border-left: solid 1px #e4e4e4;
  background: #f9f9f9;
  width: 80px;
  line-height: 1;
  color: #333;
  font-size: 13px;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-weight: bold;
}

.storeDetail .top .detail table td {
  padding: 10px;
  line-height: 1.4;
  font-size: 15px;
  color: #333;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  border-top: solid 1px #e4e4e4;
  border-left: solid 1px #e4e4e4;
}

.storeDetail .top .detail .comment {
  margin-bottom: 15px;
}

.storeDetail .top .detail .comment p {
  font-size: 13px;
}

.storeDetail .top .detail .tags ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.storeDetail .top .detail .tags ul li {
  width: 20%;
  padding: 0 5px;
  box-sizing: border-box;
}

.storeDetail .top .detail .tags ul li div {
  margin-bottom: 5px;
  background: #47b017;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 2px;
  font-size: 13px;
}

.storeDetail .top .detail .tags ul li div img {
  width: 40px;
  height: auto;
  vertical-align: middle;
}

.storeDetail .googlemap {
  margin-bottom: 80px;
}

.storeDetail .googlemap .map {
  margin-bottom: 10px;
}

.storeDetail .googlemap .map iframe {
  width: 100%;
  height: 300px;
}

.storeDetail .googlemap .link p {
  text-align: center;
}

.storeDetail .googlemap .link p a {
  border: solid 1px #47b017;
  color: #47b017;
  display: inline-block;
  padding: 7px 30px;
}

.find p {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 0px;
  border-bottom: 4px solid #47b017;
}

.storeAreaUnderFind {
  margin-top: 0px;
}

/* Page Training
------------------------------------------------ */
.topTxt {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tsTopLink {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 5px;
}

.tsTopLink > div {
  width: 33%;
  text-align: center;
  background: #dfe7f3;
}

.tsTopLink > div > a {
  display: block;
  height: 100%;
  color: #354475;
  padding: 25px 0;
}

.tsTopLink > div > a p {
  font-size: 18px;
  line-height: 140%;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
}

.tsTopLink > div > a figure {
  display: inline-block;
  padding: 6px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  transform: rotate(90deg);
}

.tsTopLink > div.skillup {
  background: #f3dfdf;
}

.tsTopLink > div.skillup > a {
  color: #753535;
}

.tsTopLink > div.careerup {
  background: #dff3df;
}

.tsTopLink > div.careerup > a {
  color: #377535;
}

.tsTopLinkBottom > div {
  background: #fbeedb;
}

.tsTopLinkBottom > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
  color: #755435;
}

.tsTopLinkBottom > div p {
  font-size: 18px;
  line-height: 140%;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.tsTopLinkBottom > div figure {
  margin-left: 20px;
  display: inline-block;
  padding: 6px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  transform: rotate(90deg);
}

.tsContents .ttl {
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 0 0 0 15px;
  background: #3490d0;
  border-radius: 5px;
}

.tsContents .ttl h2 {
  padding: 22px 0 20px 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  display: block;
  font-family: YuGothic,'Yu Gothic',sans-serif;
}

.tsContents .detail {
  border: 1px solid #ddd;
  padding: 30px 20px 20px;
  margin-bottom: 40px;
  position: relative;
  top: 0;
  left: 0;
}

.tsContents .detail h3 {
  position: absolute;
  top: -18px;
  left: 20px;
  display: inline-block;
  padding: 3px 50px;
  border-radius: 5px;
  background: #3490d0;
  color: #fff;
  font-size: 15px;
}

.tsContents .detail ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
}

.tsContents.skillup .ttl {
  background: #d03434;
}

.tsContents.skillup .detail h3 {
  background: #d03434;
}

.tsContents.careerup .ttl {
  background: #6fd034;
}

.tsContents.careerup .detail h3 {
  background: #6fd034;
}

.tsContents.human .ttl {
  background: #fb863d;
}

.tsContents.human .detail h3 {
  background: #fb863d;
}

/* Page Training
------------------------------------------------ */
.isLinks {
  margin-top: 50px;
  margin-bottom: 50px;
}

.isLinks ul {
  display: flex;
  justify-content: center;
}

.isLinks ul li {
  margin: 0 10px;
}

.isLinks ul li a {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #3490d0;
  color: #3490d0;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
}

.isLinks ul li a:hover {
  color: #fff;
  background: #3490d0;
}

.isCatchcopy {
  margin-bottom: 50px;
}

.isCatchcopy .top {
  text-align: center;
  margin-bottom: 20px;
}

.isCatchcopy .top p {
  font-size: 18px;
}

.isCatchcopy .top p.b {
  font-size: 24px;
}

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

.isCatchcopy .txt p {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.isPlans {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.isPlans > div {
  width: 30%;
  margin: 0 15px;
  border: 1px solid #ccc;
  padding: 30px 20px;
}

.isPlans > div h3 {
  text-align: center;
  color: #d03434;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.isPlans > div h4 {
  text-align: center;
  margin-bottom: 10px;
}

.isPlans > div:first-child {
  margin-left: 0;
}

.isPlans > div:last-child {
  margin-right: 0;
}

.isVoices {
  margin-bottom: 60px;
}

.isVoices .ttl {
  padding: 0 0 0 15px;
  background: #3490d0;
  border-radius: 5px;
  margin-bottom: 40px;
}

.isVoices .ttl h2 {
  padding: 22px 0 20px 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  display: block;
  font-family: YuGothic,'Yu Gothic',sans-serif;
}

.isVoices .txt {
  margin-bottom: 40px;
}

.isVoices .detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 20px;
}

.isVoices .detail .content {
  flex: 1;
}

.isVoices .detail .content h3 {
  font-size: 18px;
  color: #47b017;
}

.isVoices .detail .image {
  margin-left: 20px;
}

.isVoices .detail .image figure {
  background: #f3f3f3;
  width: 260px;
  height: 180px;
}

.isVoices .detail .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.isVoiceLink {
  margin-bottom: 60px;
}

.isVoiceLink a {
  display: flex;
  align-items: center;
  background: url("http://im001.webstarterz.com/wp-content/themes/wp-tokunaga/img/img-recruit/voice_head_bg.jpg") no-repeat;
  background-size: cover;
  height: 160px;
  color: #333;
  transition: 0.3s;
}

.isVoiceLink a div {
  display: inline-block;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 15px 30px;
}

.isVoiceLink a div p {
  font-size: 17px;
  font-weight: bold;
  line-height: 160%;
}

.isVoiceLink a div p.b {
  font-size: 36px;
}

.isVoiceLink a:hover {
  opacity: 0.7;
}

.isEnter {
  margin-bottom: 60px;
}

.isEnter .ttl {
  padding: 0 0 0 15px;
  background: #3490d0;
  border-radius: 5px;
  margin-bottom: 40px;
}

.isEnter .ttl h2 {
  padding: 22px 0 20px 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  display: block;
  font-family: YuGothic,'Yu Gothic',sans-serif;
}

.isEnter .top {
  text-align: center;
  margin-bottom: 40px;
}

.isEnter .top p {
  font-size: 18px;
}

.isEnter .detail {
  margin-bottom: 60px;
}

.isEnter .detail table {
  width: 100%;
}

.isEnter .detail table tbody th {
  padding-right: 20px;
}

/* Archive Event
------------------------------------------------ */
.evDates {
  margin-top: 30px;
}

.evDates .item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding: 15px;
}
.evDates .item:last-child {border-bottom:1px solid #ddd;}

.evDates .item .ttl {
  width: 75%;
}

.evDates .item .ttl h2 {
  font-weight: bold;
}

.evDates .item .ttl .status1 {
  margin-top: 5px;
  display: inline-block;
  padding: 1px 10px;
  background: #ccc;
  font-size: 15px;
  font-weight: bold;
}

.evDates .item .ttl .status1.full {
  background: #d03434;
  color: #fff;
}

.evDates .item .ttl .status1.few {
  background: #e7e401;
  color: #111;
}

.evDates .item .ttl .status1.free {
  background: #6ec88a;
  color: #fff;
}

.evDates .item .links {
  width: 25%;
}

.evDates .item .links ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.evDates .item .links ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 5px;
}

.evDates .item .links ul li a {
  display: block;
  background: #3490d0;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  box-shadow: 1px 1px 1px grey;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  padding: 10px 5px;
  transition: 0.3s;
}

.evDates .item .links ul li a:hover {
  opacity: 0.7;
}

.evDates .item.end {
  background: #e8e8e8;
}

/* Responsive
------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* Archive Store
  ------------------------------------------------ */
  .spTagList {
    display: flex;
  }
  .pageLink02 {
    display: none;
  }
  /* Single Store
  ------------------------------------------------ */
  .storeDetail .top {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
  .storeDetail .top .images {
    width: 100%;
  }
  .storeDetail .top .images .bx-wrapper {
    margin-bottom: 10px;
  }
  .storeDetail .top .images .slider-thumbs a img {
    width: 22%;
    height: auto;
  }
  .storeDetail .top .detail {
    width: 100%;
  }
  .storeDetail .googlemap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .storeDetail .googlemap iframe {
    max-height: 40vh;
  }
  .find {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  /* Page Training
  ------------------------------------------------ */
  .topTxt {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tsTopLink {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tsTopLinkBottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tsContents {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Page Internship
  ------------------------------------------------ */
  .isLinks ul {
    flex-direction: column;
  }
  .isLinks ul li {
    margin-bottom: 10px;
    text-align: center;
  }
  .isLinks ul li a {
    display: block;
  }
  .isCatchcopy {
    padding-left: 10px;
    padding-right: 10px;
  }
  .isPlans {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
  .isPlans > div {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 10px;
  }
  .isVoices {
    padding-left: 10px;
    padding-right: 10px;
  }
  .isVoices .detail {
    flex-direction: column-reverse;
  }
  .isVoices .detail .image {
    margin: 0 0 10px;
  }
  .isVoices .detail .image figure {
    width: 100%;
  }
  .isVoiceLink a div p.b {
    font-size: 20px;
  }
  .isEnter {
    padding-left: 10px;
    padding-right: 10px;
  }
  .isEnter .detail table tbody th {
    min-width: 8em;
  }
  /* Archive Event
  ------------------------------------------------ */
  .evDates .item {
    flex-direction: column;
  }
  .evDates .item .ttl {
    width: 100%;
    margin-bottom: 15px;
  }
  .evDates .item .links {
    width: 100%;
  }
}


.zaitakuArea ul.tenpoListBtn li {
  margin-bottom: 10px;
}