@charset "UTF-8";
/* Scss Document */
body, select, input {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  color: #333333;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .--ov767 {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .--ov767 {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .--ud767 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .--ud767 {
    display: block !important;
  }
}

/*** ヘッダー ***/
.header_pc {
  position: relative;
  z-index: 1000;
}
.header_pc .header_logo {
  font-size: 0.8em;
  padding: 1.3em 0 0 0;
  margin-bottom: 0;
}
.header_pc .header_logo img {
  max-width: 210px;
  margin-right: 1.3em;
}
.header_pc .header_logo strong {
  background: #E75291;
  color: #ffffff;
  padding: 0.7em 0.5em 0.6em;
  line-height: 1.1em;
  border-radius: 50%;
  margin-right: 0.5em;
  font-size: 1.2em;
  font-weight: normal;
}
.header_pc .header_logo strong:hover {
  text-decoration: none;
}
.header_pc .header_logo span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6em;
}
.header_pc .header_logo span br {
  display: none;
}
@media (max-width: 1200px) {
  .header_pc .header_logo span br {
    display: inline;
  }
}
@media (max-width: 992px) {
  .header_pc .header_logo span {
    display: none;
  }
}
.header_pc .header-btns {
  margin-bottom: 0;
}
.header_pc .header-btns li {
  width: 30%;
  text-align: center;
  font-size: 1em;
  border-left: 1px solid #ccc;
  list-style: none;
}
.header_pc .header-btns li a {
  display: block;
  padding: 1.1em 1em;
  font-size: 0.9em;
  height: 100%;
  color: #5DC0CF;
}
.header_pc .header-btns li a figure {
  margin: 0 auto 0.2em auto;
  position: relative;
  width: 1.7em;
  height: 1.7em;
}
.header_pc .header-btns li a:hover {
  text-decoration: none;
  background: #f7fafb;
}
@media (max-width: 1100px) {
  .header_pc .header-btns li a {
    padding: 1.6em 0.3em 0.8em;
  }
}
.header_pc .header-btns .header-btns-support {
  width: 40%;
  border-left: 0;
}
.header_pc .header-btns .header-btns-support a {
  background: -moz-linear-gradient(left, #ed84ad, #e75291);
  background: -webkit-linear-gradient(left, #ed84ad, #e75291);
  background: linear-gradient(to right, #ed84ad, #e75291);
  color: #ffffff;
}
.header_pc .header-btns .header-btns-support a:hover {
  background: #e75291;
}
.header_pc .header-btns .header-btns-support figure {
  display: inline-block;
  margin-right: 0.6em;
  vertical-align: middle;
  width: 1.7em;
  height: 1.7em;
}
.header_pc .header-btns .header-btns-support span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  .header_pc .header-btns .header-btns-support figure {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .header_pc .header-btns .header-btns-support span {
    display: block;
    text-align: center;
  }
  .header_pc .header-btns .header-btns-support a {
    padding: 0.8em 0.3em;
  }
}
.header_pc .header-nav {
  background-color: #FEF2F7;
}
.header_pc .header-nav .col {
  padding: 0;
}
.header_pc .header-nav li {
  display: flex;
  align-items: center;
}
.header_pc .header-nav a {
  min-height: 48px;
  width: 100%;
  color: #333333;
  font-size: 1.07em;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.9em 0 0.5em;
  font-weight: bold;
  position: relative;
  transition: 0.4s;
}
.header_pc .header-nav a * {
  vertical-align: middle;
}
.header_pc .header-nav a figure {
  margin-bottom: 0;
  margin-right: 0.3em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: relative;
}
.header_pc .header-nav a span {
  display: inline-block;
}
.header_pc .header-nav a img {
  width: 1.5em;
}
.header_pc .header-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #E65294;
}
.header_pc .header-nav a:hover {
  transition: 0.4s;
  text-decoration: none;
  background: #FCE6F0;
}
.header_pc .header-nav li:nth-child(1) a figure::before {
  position: absolute;
  content: "";
  background: url("../images/common/ico_search_w.svg") no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: contain;
  left: 0;
  top: 0;
}
.header_pc .header-nav li:nth-child(2) a figure::before {
  position: absolute;
  content: "";
  background: url("../images/common/ico_hands_w.svg") no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: contain;
  left: 0;
  top: 0;
}
.header_pc .header-nav li:nth-child(3) a figure::before {
  position: absolute;
  content: "";
  background: url("../images/common/ico_men_w.svg") no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: contain;
  left: 0;
  top: 0;
}
.header_pc .header-nav li:nth-child(4) a figure::before {
  position: absolute;
  content: "";
  background: url("../images/common/ico_exq_w.svg") no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: contain;
  left: 0;
  top: 0;
}
.header_pc .header-nav li:last-child a::after {
  display: none;
}
@media (max-width: 992px) {
  .header_pc .header-nav a {
    font-size: 1em;
  }
  .header_pc .header-nav .container {
    width: 100%;
    max-width: 100%;
  }
}

/*** ヘッダー：SP ***/
.header_sp {
  border-bottom: 1px solid #D8D8D8;
}
.header_sp .row {
  margin: 0;
}
.header_sp .row * {
  padding: 0;
}
.header_sp .header-nav_info {
  padding: 0.4em 0 0.3em 0.5em;
}
.header_sp .header-nav_info h1 {
  font-size: 0.6em;
  margin: 0;
  padding: 0 0 0.3em 0;
}
.header_sp .header-nav_info figure {
  margin: 0;
  padding-right: 0.5em;
}
.header_sp .header-nav_info figure img {
  margin-bottom: 0.2em;
}
.header_sp .header-nav_info figure strong {
  display: block;
  text-align: center;
  padding: 0 0.2em;
  font-size: 0.8em;
  color: #ffffff;
  border-radius: 0.3em;
  background: #E75291;
}
.header_sp .header-nav_info .header-nav_info_day,
.header_sp .header-nav_info .header-nav_info_data {
  font-size: 0.8em;
  white-space: nowrap;
}
.header_sp .header-nav_info .header-nav_info_day {
  text-align: center;
}
.header_sp .header-nav_info .header-nav_info_day span {
  border-bottom: 1px solid #E75291;
}
.header_sp .header-nav_info .header-nav_info_data {
  color: #E75291;
}
.header_sp .header-nav_info .header-nav_info_data span {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: -0.05em;
}
.header_sp .header-nav_btn {
  padding: 0;
  border-left: 1px solid #D8D8D8;
}
.header_sp .header-nav_btn a {
  display: block;
  text-align: center;
}
.header_sp .hbg_btn {
  cursor: pointer;
}

#slide_menu {
  position: fixed;
  top: 0;
  left: -80%;
  width: 80%;
  height: 100%;
  background: rgba(80, 80, 80, 0.9);
  padding: 5%;
  box-sizing: border-box;
  z-index: 3000;
}
#slide_menu ul {
  background: none;
}
#slide_menu li {
  position: relative;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #999;
  border-right: none;
}
#slide_menu a {
  font-size: 16px;
  padding: 0.6em 0.5em;
  color: #fff;
  display: block;
}
#slide_menu .hbg_btn {
  display: block;
  text-align: center;
  font-size: 0.9em;
  letter-spacing: 0.1em !important;
  padding-top: 1.2em;
}

/* ヘッダー・フッターの、転職サポートお申し込みへのリンクボタンのデザイン変更 */
/* ======================================= */
.header_pc .header-btns .header-btns-support a {
  background: #E65293;
  transition: 0.4s;
  padding: 0.6em 1em 0.3em;
  border-left: solid 1px #E65293;
  border-right: solid 1px #E65293;
}
.header_pc .header-btns .header-btns-support a:hover {
  background: #ffffff;
  border-left: solid 1px #E65293;
  border-right: solid 1px #E65293;
  color: #E65293;
}
.header_pc .header-btns .header-btns-support a:hover .header-btns-support-sm::before {
  background: #E65293;
}
.header_pc .header-btns .header-btns-support a:hover .header-btns-support-sm::after {
  background: #E65293;
}
.header_pc .header-btns .header-btns-support .header-btns-support-sm {
  font-size: 0.8em;
  position: relative;
}
.header_pc .header-btns .header-btns-support .header-btns-support-sm::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(-25deg);
  left: -1em;
  transition: 0.4s;
}
.header_pc .header-btns .header-btns-support .header-btns-support-sm::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(25deg);
  right: -0.5em;
  transition: 0.4s;
}
.header_pc .header-btns .header-btns-support .header-btns-support-md {
  font-size: 1em;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

/*** パンくずリンク ***/
.pankuzu {
  border-bottom: 1px solid #E5E5E5;
  color: #aaa;
  font-size: 0.9em;
}
.pankuzu a {
  display: inline-block;
  padding: 0 1.5em 0 0;
  margin-right: 1em;
  color: #666;
  position: relative;
}
.pankuzu a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: url("../images/common/ico_arrow_right_g.svg") no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
}

@media (max-width: 767px) {
  .pankuzu {
    font-size: 0.8em;
    background: #F9F9F9;
  }
  .pankuzu .container {
    padding-left: 0;
    padding-right: 0;
  }
  .pankuzu a {
    padding: 0 1.2em 0 0;
    margin-right: 0.3em;
  }
}
/*** 汎用バーツ：背景 ***/
.bg_wh {
  background: #ffffff;
}

.bg_blue {
  background: #eef9fa;
}

.bg_pink {
  background-color: #FEF8FB;
}

.bg_gray {
  background: #F7F7F7;
}

.bg_stripe {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ffffff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ffffff), color-stop(0.75, #ffffff), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 5px 5px;
}

.bg_stripe_blue {
  background-color: #f2fafc;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #e2e2e2), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #e2e2e2), color-stop(0.75, #e2e2e2), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 5px 5px;
}

.l-bg_parent {
  margin: auto;
}
@media (min-width: 768px) {
  .l-bg_parent {
    box-sizing: content-box;
    padding: 0 1.25%;
  }
}
@media (max-width: 767px) {
  .l-bg_parent {
    width: 100%;
    padding: 0 4%;
  }
}

.l-bg_max2000 {
  margin: auto;
  position: relative;
}
@media (min-width: 768px) {
  .l-bg_max2000 {
    max-width: 2000px;
  }
}
@media (max-width: 767px) {
  .l-bg_max2000 {
    width: 100%;
  }
}

.l-bg_max1400 {
  margin: auto;
  position: relative;
}
@media (min-width: 768px) {
  .l-bg_max1400 {
    max-width: 1400px;
    padding: 0 1.7142857143%;
  }
}
@media (max-width: 767px) {
  .l-bg_max1400 {
    width: 100%;
  }
}

.l-bg_max1200 {
  margin: auto;
  position: relative;
}
@media (min-width: 768px) {
  .l-bg_max1200 {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .l-bg_max1200 {
    width: 100%;
  }
}

.l-bg_max840 {
  margin: auto;
  position: relative;
}
@media (min-width: 768px) {
  .l-bg_max840 {
    max-width: 840px;
  }
}
@media (max-width: 767px) {
  .l-bg_max840 {
    width: 100%;
  }
}

.l-bg_has-side {
  margin: auto;
  position: relative;
}
@media (min-width: 768px) {
  .l-bg_has-side {
    display: grid;
    grid-template-columns: 77.5% 22.5%;
    grid-template-rows: auto auto;
  }
  .l-bg_has-side > .sec_main1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .l-bg_has-side > .sec_main2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .l-bg_has-side > .sec_side {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.l-bg_has-side_inner {
  position: relative;
}
@media (min-width: 768px) {
  .l-bg_has-side_container {
    margin: 0 2.6905829596%;
  }
}
@media (max-width: 767px) {
  .l-bg_has-side_container {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .l-bg_has-side .l-sidebar {
    padding-top: 20px;
    margin-top: 60px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .l-bg_has-side .l-sidebar {
    width: 100%;
    padding: 60px 0 30px;
    position: relative;
  }
  .l-bg_has-side .l-sidebar:has(.side_wrap .btn-pink-araw-square) {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .l-bg_has-side .l-sidebar_favorite {
    margin-bottom: 60px;
  }
}
.l-bg_has-side .l-sidebar_title {
  position: relative;
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-bg_has-side .l-sidebar_title {
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .l-bg_has-side .l-sidebar_title:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .l-bg_has-side .l-sidebar_title {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .l-bg_has-side .l-sidebar_title .btn-blue-araw-s {
    position: absolute;
    right: 0;
    top: -6px;
  }
}
@media (max-width: 767px) {
  .l-bg_has-side .l-sidebar .favorite_link {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .l-bg_has-side.--sticky .side_wrap {
    position: sticky;
    top: 0;
    overflow: scroll;
    padding-top: 20px;
  }
}

.l-bg_fullscreen-box {
  top: 0;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  margin: 0 calc(50% - 50vw);
}
.l-bg_fullscreen-box.--overflow-h {
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-bg_fullscreen-box.--has_side_main {
    margin: 0 calc(64.5161290323% - 50vw);
  }
}
.l-bg_fullscreen-box .bg_blue_shape01 {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
@media (min-width: 768px) {
  .l-bg_fullscreen-box .bg_blue_shape01 {
    width: 33.3571428571%;
  }
}
@media (max-width: 767px) {
  .l-bg_fullscreen-box .bg_blue_shape01 {
    width: 64%;
  }
}
@media (max-width: 767px) {
  .l-bg_fullscreen-box:has(+ .p-top_sec-jobs) .bg_blue_shape01 {
    top: -26vw;
  }
}
.l-bg_fullscreen-box .bg_pink_shape01 {
  position: absolute;
  display: block;
}
@media (min-width: 768px) {
  .l-bg_fullscreen-box .bg_pink_shape01 {
    width: 50.7142857143%;
    left: -20%;
    top: 13vw;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .l-bg_fullscreen-box .bg_pink_shape01 {
    width: 116.8%;
    left: -39%;
    top: 42vw;
    transform: rotate(90deg);
  }
}
.l-bg_fullscreen-box .bg_pink_shape02 {
  position: absolute;
  display: block;
}
@media (min-width: 768px) {
  .l-bg_fullscreen-box .bg_pink_shape02 {
    width: 15.3571428571%;
    right: 0;
    top: 12.5316914162%;
  }
}
@media (max-width: 767px) {
  .l-bg_fullscreen-box .bg_pink_shape02 {
    width: 33.0666666667%;
    right: 0;
    top: 50%;
  }
}
.l-bg_fullscreen-box .bg_pink_shape03 {
  position: absolute;
  display: block;
}
@media (min-width: 768px) {
  .l-bg_fullscreen-box .bg_pink_shape03 {
    width: 39.5%;
    right: 5%;
    top: 31.5465411083%;
  }
}
@media (max-width: 767px) {
  .l-bg_fullscreen-box .bg_pink_shape03 {
    width: 62.4%;
    right: 0;
    bottom: 0;
  }
}
.l-bg_fullscreen-box .bg_pink_shape04 {
  position: absolute;
  display: block;
}
@media (min-width: 768px) {
  .l-bg_fullscreen-box .bg_pink_shape04 {
    width: 15.4285714286%;
    right: 0;
    bottom: 3.187250996%;
  }
}
@media (max-width: 767px) {
  .l-bg_fullscreen-box .bg_pink_shape04 {
    width: 32.8%;
    right: 0;
    top: 50%;
  }
}
.l-bg_fullscreen-box .bg_pink_shape05 {
  position: absolute;
  display: block;
}
@media (min-width: 768px) {
  .l-bg_fullscreen-box .bg_pink_shape05 {
    width: 33.2857142857%;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .l-bg_fullscreen-box .bg_pink_shape05 {
    width: 49.8666666667%;
    left: 0;
    bottom: 0;
  }
}

/*** フッター：リンク ***/
@media (min-width: 768px) {
  .foot_links #menu-footer_lab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.foot_links_nav .foot_links_nav_inner {
  padding-right: 2.5em;
}
.foot_links_nav .foot_links_nav_inner .foot_links_nav_open {
  pointer-events: none;
}
.foot_links_nav .foot_links_nav_inner .foot_links_nav_open em {
  display: block;
  font-size: 1.2em;
  background: url("../images/common/ico_hexa.svg") no-repeat;
  background-size: 1.2em;
  padding: 0.1em 0 0.3em 1.5em;
  margin-left: -1.5em;
  font-style: normal;
  font-weight: bold;
  color: #49b8c9;
}
.foot_links_nav .foot_links_nav_inner li {
  display: block;
  padding: 0 0 0.5em 0;
}
@media (min-width: 768px) {
  .foot_links_nav .foot_links_nav_inner li {
    width: 47%;
  }
}
.foot_links_nav .foot_links_nav_inner li a {
  display: block;
  padding: 0.2em 2em 0.2em 0;
  color: #333333;
  font-size: 0.9em;
  position: relative;
}
.foot_links_nav .foot_links_nav_inner li a:hover {
  text-decoration: none;
  color: #49b8c9;
}
.foot_links_nav .foot_links_nav_inner li a::after {
  content: "";
  position: absolute;
  right: 0.5em;
  width: 10px;
  height: 10px;
  background: url("../images/common/ico_arrow_right.svg") no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 992px) {
  .foot_links_nav .foot_links_nav_inner {
    padding-right: 1.5em;
  }
  .foot_links_nav .foot_links_nav_inner em {
    background: none;
  }
}
@media (max-width: 767px) {
  .foot_links_nav .foot_links_nav_inner .foot_links_nav_open {
    pointer-events: auto;
    display: block;
    background: #FFFFFF;
    padding: 0.4em 2em 0.3em 0.6em;
    border-radius: 0.3em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 0.3em;
    position: relative;
  }
  .foot_links_nav .foot_links_nav_inner .foot_links_nav_open em {
    font-size: 1em;
    background: none;
    padding: 0;
    margin: 0;
  }
  .foot_links_nav .foot_links_nav_inner .foot_links_nav_open:hover {
    text-decoration: none;
  }
  .foot_links_nav .foot_links_nav_inner .foot_links_nav_open::after {
    content: "";
    width: 1em;
    height: 1em;
    background: url("../images/common/ico_arrow_bottom.svg") no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.5em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .foot_links_nav .foot_links_nav_inner ul {
    margin-bottom: 0.8em;
  }
  .foot_links_nav .foot_links_nav_inner li {
    padding-bottom: 0;
  }
  .foot_links_nav .foot_links_nav_inner li a {
    padding: 0.4em 1.5em 0.3em 0.5em;
    border-bottom: 1px solid #ddd;
  }
  .foot_links_nav .foot_links_nav_inner li a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    background: url("../images/common/ico_arrow_right.svg") no-repeat;
    background-size: contain;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.foot_support {
  background: #ED85AD;
  border-radius: 0.5em;
}
.foot_support h4 {
  color: #ffffff;
  font-size: 1.4em;
}
.foot_support p {
  font-size: 0.9em;
  color: #FFFFFF;
}
.foot_support .btn-basic {
  background: #FFFFFF;
  padding: 0.4em 1em;
  width: 90%;
  color: #666666;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}
.foot_support .btn-basic::after {
  display: none;
}
.foot_support .btn-basic:hover {
  background: #fff3fb;
}
.foot_support .btn-basic img {
  width: 1.4em;
}
.foot_support .btn-basic * {
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 767px) {
  .foot_support h4 {
    font-size: 1.2em;
  }
  .foot_support .btn-basic {
    padding: 0.4em 0.3em !important;
    width: 100%;
    font-size: 1em;
    letter-spacing: 0;
    text-align: center;
  }
  .foot_support .btn-basic img {
    width: 1.2em;
  }
}
/*** フッター：ナビ ***/
.foot_nav li {
  padding: 0 1.5em 0 0;
}
.foot_nav a {
  font-size: 0.9em;
  color: #333;
  display: inline-block;
  padding: 0 1.2em 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .foot_nav a {
    font-size: 0.7em;
  }
}
.foot_nav a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  background: url("../images/common/ico_arrow_right_g.svg") no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 992px) {
  .foot_nav .container {
    max-width: 100%;
  }
  .foot_nav li {
    padding: 0;
    border-bottom: 1px solid #bbb;
  }
  .foot_nav a {
    display: block;
    padding: 0.7em 1.2em 0.6em 1em;
  }
  .foot_nav a::after {
    right: 0.3em;
  }
}

.foot_copy {
  background: #333333;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-size: 0.7em;
  padding: 1.2em 0.5em;
}

.foot_support {
  background-color: #ffffff;
}
@media (max-width: 750px) {
  .foot_support {
    padding: 20px 16px;
  }
}
.foot_support h4 {
  display: inline-block;
  color: #E65293;
  font-weight: 700;
  font-size: 1.1em;
  position: relative;
}
.foot_support h4::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background-color: #E65293;
  transform: rotate(-25deg);
  left: -1.3em;
  bottom: 0;
  transition: 0.4s;
}
.foot_support h4::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background-color: #E65293;
  transform: rotate(25deg);
  right: -0.9em;
  bottom: 0;
  transition: 0.4s;
}
.foot_support p {
  color: #333333;
  font-weight: 500;
  margin-top: 6px;
}
@media (max-width: 750px) {
  .foot_support p {
    font-size: 0.8em;
  }
}
.foot_support .btn-basic {
  background-color: #E65293;
  border-radius: 29px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  width: 95%;
  padding: 15px 40px 15px 5px;
  letter-spacing: 0.05em;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 750px) {
  .foot_support .btn-basic {
    border: solid 1px #E65293;
    font-size: 16px;
    width: 100%;
    padding: 15px 40px 15px 18px !important;
  }
}
.foot_support .btn-basic::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background: url("../images/common/ico_foot_support_arrow_right.svg") no-repeat right center;
  background-size: contain;
  width: 14px;
  height: 14px;
}
@media (max-width: 750px) {
  .foot_support .btn-basic::before {
    right: 22px;
  }
}
.foot_support .btn-basic:hover {
  opacity: 0.7;
  background-color: #E65293;
}
.foot_support .btn-basic span {
  margin-right: 33px;
}
@media (max-width: 750px) {
  .foot_support .btn-basic span {
    margin-right: 15px;
    width: 1.6em;
    height: 1.4em;
  }
}
.foot_support .ico_arrow_right {
  position: relative;
}
.foot_support .ico_mail_g {
  position: relative;
}
.foot_support .ico_mail_g::before {
  position: absolute;
  content: "";
  background: url("../images/common/ico_foot_support_mail_g.svg") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

/*** 
* Template Name: ニュース一覧
* Template Name: ラボラトリ一覧
* Template Name: LP用フォーム
* Template Name: 無料転職サポートお申し込み 送信完了
 ***/
.entry_wrap dl {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.entry_wrap dl dt, .entry_wrap dl dd {
  display: table-cell;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  padding: 1em;
  font-weight: normal;
  vertical-align: middle;
}
.entry_wrap dl dt {
  width: 30%;
}
.entry_wrap p {
  line-height: 1em;
  margin: 0;
}
.entry_wrap .required {
  font-size: 0.9em;
  color: #E75291;
}
.entry_wrap .description {
  font-size: 0.8em;
  color: gray;
  line-height: 2em;
}
.entry_wrap .entry_num {
  border: 3px double #ccc;
  border-radius: 0.5em;
  background: #fffcfe;
}
.entry_wrap .entry_num dt, .entry_wrap .entry_num dd {
  border: none;
}
.entry_wrap .validate-error-msg {
  display: block;
  padding: 0.3em;
  font-size: 0.9em;
  color: #E75291;
}
.entry_wrap input[type=checkbox],
.entry_wrap input[type=radio] {
  display: inline;
}
.entry_wrap input[type=text],
.entry_wrap input[type=tel],
.entry_wrap input[type=email],
.entry_wrap select,
.entry_wrap textarea {
  padding: 0.5em 0.8em;
  border-radius: 0.3em;
  border: 1px solid #aaa;
}
.entry_wrap input::placeholder, .entry_wrap textarea::placeholder {
  color: #bbb !important;
}
.entry_wrap input:placeholder-shown, .entry_wrap textarea:placeholder-shown {
  color: #bbb !important;
}
.entry_wrap input:-moz-input-placeholder, .entry_wrap input::-webkit-input-placeholder, .entry_wrap textarea:-moz-input-placeholder, .entry_wrap textarea::-webkit-input-placeholder {
  color: #bbb !important;
}
.entry_wrap input:-ms-input-placeholder, .entry_wrap textarea:-ms-input-placeholder {
  color: #bbb !important;
}
.entry_wrap input::-ms-input-placeholder, .entry_wrap textarea::-ms-input-placeholder {
  color: #bbb !important;
}

.entry_btn {
  padding-top: 2em;
  text-align: center;
}
.entry_btn input[type=submit] {
  cursor: pointer;
  display: inline-block;
  background: -moz-linear-gradient(left, #ed84ad, #e75291) !important;
  background: -webkit-linear-gradient(left, #ed84ad, #e75291) !important;
  background: linear-gradient(to right, #ed84ad, #e75291) !important;
  color: #ffffff !important;
  border: 2px solid #e75291 !important;
  font-size: 1.1em;
  border-radius: 0.3em;
  padding: 0.5em 2em;
  text-align: center;
  min-width: 30%;
  margin-bottom: 0.2em;
}
.entry_btn input[type=submit]:hover {
  background: #e75291 !important;
}
.entry_btn input[type=submit]::after {
  display: none !important;
}
.entry_btn input + input {
  margin-left: 0.5em;
}

@media (max-width: 767px) {
  .entry_wrap {
    padding: 20px !important;
  }
  .entry_wrap dl {
    display: block;
  }
  .entry_wrap dl dt, .entry_wrap dl dd {
    display: block;
    width: 100%;
  }
  .entry_wrap dl dt {
    border-bottom: 0.2em;
    padding-top: 0.3em;
    padding-bottom: 0.1em;
  }
  .entry_wrap dl dd {
    padding-top: 0;
  }
  .entry_wrap .entry_num dt, .entry_wrap .entry_num dd {
    text-align: center;
  }
  .entry_wrap .entry_num dd {
    padding-bottom: 0.3em;
    margin-bottom: 0;
  }
  .entry_wrap .mwform-tel-field input {
    max-width: 28%;
  }
}
/*** 汎用バーツ：リンク ***/
.text_link {
  border-bottom: 2px solid #ccc;
  color: #333;
  padding: 0.1em;
}
.text_link:hover {
  text-decoration: none;
  color: #e75291;
}
.text_link span {
  color: #e75291;
  font-weight: bold;
  display: inline-block;
  padding-right: 0.2em;
}

/*** 汎用バーツ：ボタン ***/
.btn-basic {
  display: inline-block;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 0.5em;
  background: #4dbaca;
  padding: 1.2em 3em 1.1em;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.btn-basic:hover {
  background: #7ad2df;
  color: #ffffff;
  text-decoration: none;
}
.btn-basic::after {
  content: "";
  position: absolute;
  right: 0.5em;
  width: 15px;
  height: 15px;
  background: url("../images/common/ico_arrow_right_w.svg") no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn-basic.arrow_blue::after {
  display: none;
}
.btn-basic.arrow_blue::before {
  content: "";
  position: absolute;
  right: 0.5em;
  width: 15px;
  height: 15px;
  background: url("../images/common/ico_arrow_right.svg") no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn-basic.btn-basic-pill {
  border-radius: 38px;
}
.btn-basic.btn-l {
  font-size: 1.3em;
  font-weight: bold;
}
.btn-basic.btn-m {
  font-size: 1.2em;
  font-weight: bold;
  padding: 1.1em 3em 1em;
}
.btn-basic.btn-s {
  font-size: 1em;
  font-weight: bold;
  padding: 0.7em 3em 0.6em 1em;
  line-height: 1.2em;
}
.btn-basic.btn-ss {
  font-size: 10px;
  font-weight: bold;
  padding: 7.5px 25px 8.5px 15px;
  line-height: 1.2em;
}
.btn-basic span {
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-basic + .btn-basic {
  margin-left: 0.5em;
}

.btn-pink {
  background: -moz-linear-gradient(left, #ed84ad, #e75291) !important;
  background: -webkit-linear-gradient(left, #ed84ad, #e75291) !important;
  background: linear-gradient(to right, #ed84ad, #e75291) !important;
  color: #ffffff !important;
  border: 2px solid #e75291 !important;
}
.btn-pink:hover {
  background: #e75291 !important;
}
.btn-pink::after {
  display: none !important;
}

.btn-pink--hov-turn {
  transition: background-color 0.8s;
}
.btn-pink--hov-turn:hover {
  color: #E65293 !important;
  background-color: #ffffff !important;
  border: 2px solid #E65293 !important;
  transition: background-color 0.8s;
}
.btn-pink--hov-turn:hover::before {
  background: url(../images/common/ico_support_arrow_right_hover.svg) no-repeat;
  background-size: contain;
}

.btn-blue {
  background: #fff !important;
  color: #49B8C9 !important;
  border: 2px solid #49B8C9 !important;
}
.btn-blue:hover {
  background: #eff8fa !important;
}
.btn-blue::after {
  display: none !important;
}

.btn-blue-araw-s {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  color: #ffffff;
  border: 1px solid #49B8C9;
  border-radius: 0.5em;
  background: #4dbaca;
  padding: 1.2em 3em 1.1em;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  font-size: 10px;
  font-weight: bold;
  padding: 7px 18px;
  line-height: 1;
  border-radius: 38px;
}
.btn-blue-araw-s:hover {
  background: #ffffff;
  color: #49B8C9;
  text-decoration: none;
}
.btn-blue-araw-s:hover::after {
  background: url("../images/common/ico_arrow_right.svg") no-repeat;
}
.btn-blue-araw-s::after {
  content: "";
  position: absolute;
  right: 5px;
  width: 7px;
  height: 7px;
  background: url("../images/common/ico_arrow_right_w.svg") no-repeat;
  background-size: contain;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn-blue-araw-l, .btn-blue-araw-w100per {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 38px;
  background: #49B8C9;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #ffffff;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .btn-blue-araw-l, .btn-blue-araw-w100per {
    width: 100%;
    max-width: 350px;
    min-width: 250px;
    border: 2px solid #49B8C9;
    padding: 15px 4.2857142857%;
    font-size: 18.5px;
  }
}
@media (max-width: 767px) {
  .btn-blue-araw-l, .btn-blue-araw-w100per {
    width: 100%;
    min-height: 58px;
    border: 2px solid #49B8C9;
    padding: 0 6.3768115942%;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.btn-blue-araw-l:hover, .btn-blue-araw-w100per:hover {
  transition: 0.4s;
  background: #ffffff;
  color: #ffffff;
  text-decoration: none;
  color: #49B8C9;
}
.btn-blue-araw-l:hover::after, .btn-blue-araw-w100per:hover::after {
  background: url("../images/common/ico_arrow_right.svg") no-repeat;
}
.btn-blue-araw-l::after, .btn-blue-araw-w100per::after {
  content: "";
  position: absolute;
  right: 4.2857142857%;
  width: 15px;
  height: 15px;
  background: url("../images/common/ico_arrow_right_w.svg") no-repeat;
  background-size: contain;
  top: 49%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (min-width: 768px) {
  .btn-blue-araw-w100per {
    max-width: unset;
    min-width: unset;
    padding: 15px 9.3167701863%;
  }
}
@media (max-width: 767px) {
  .btn-blue-araw-w100per {
    max-width: unset;
    min-width: unset;
    padding: 0 8.5714285714%;
  }
}
.btn-blue-araw-w100per.--fs16 {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.3125;
}

.btn-pink-araw-l {
  position: relative;
  display: inline-block;
  background: #e75291;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #ffffff;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .btn-pink-araw-l {
    min-width: 350px;
    border-radius: 38px;
    border: 2px solid #e75291;
    padding: 15px 4.2857142857%;
    font-size: 18.5px;
  }
}
@media (max-width: 767px) {
  .btn-pink-araw-l {
    width: 100%;
    border: 0.5797101449vw solid #e75291;
    border-radius: 10.1333333333vw;
    padding: 4.8vw 2.4vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
  }
}
.btn-pink-araw-l::after {
  content: "";
  position: absolute;
  right: 4.2857142857%;
  width: 15px;
  height: 15px;
  background: url("../images/common/ico_arrow_right_w.svg") no-repeat;
  background-size: contain;
  top: 49%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .btn-pink-araw-l::after {
    right: 2.4vw;
    width: 4vw;
    height: 4vw;
  }
}
.btn-pink-araw-l__has-s3tep-icon {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .btn-pink-araw-l__has-s3tep-icon {
    max-width: 455px;
    padding: 9px 3.2967032967% 9px 0;
  }
}
@media (max-width: 767px) {
  .btn-pink-araw-l__has-s3tep-icon {
    width: 100%;
    padding: 2.1333333333vw 2.4vw 2.1333333333vw 0;
  }
}
.btn-pink-araw-l__has-s3tep-icon .icon {
  display: inline-block;
  height: 100%;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2857142857;
  color: #E65293;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .btn-pink-araw-l__has-s3tep-icon .icon {
    font-size: 14px;
    min-width: 122px;
    padding: 11px 1.978021978%;
    margin: 0 1.978021978%;
  }
}
@media (max-width: 767px) {
  .btn-pink-araw-l__has-s3tep-icon .icon {
    font-size: 2.9333333333vw;
    padding: 2.4vw 2.4vw;
    margin: 0 2.4vw;
  }
}
.btn-pink-araw-l:hover {
  transition: 0.4s;
  background: #ffffff;
  color: #ffffff;
  text-decoration: none;
  color: #e75291;
}
.btn-pink-araw-l:hover::after {
  background: url("../images/common/ico_arrow_right_pink.svg") no-repeat;
}

.ui-clipped {
  border: 2px solid #e75291 !important;
  color: #e75291 !important;
  background: #fff7eb !important;
}
.ui-clipped:hover {
  background: #fff7eb !important;
}
.ui-clipped .ico_heart_checked {
  overflow: inherit;
  margin-right: 0.4em;
  margin-top: -0.2em;
  width: 1.6em;
  height: 1.7em;
}

@media (max-width: 768px) {
  .btn-basic {
    letter-spacing: 0.05em;
  }
  .btn-basic.btn-l {
    font-size: 1.1em;
    font-weight: normal;
  }
  .btn-basic.btn-m {
    font-size: 1.1em;
    font-weight: normal;
  }
  .btn-basic.btn-s {
    font-size: 1.1em;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .btn-basic {
    width: 94%;
    color: #49B8C9;
    border: 2px solid #49B8C9;
    border-radius: 0.5em;
    background: #ffffff;
    padding: 0.8em 2em 0.8em 1.1em !important;
    text-align: left;
    letter-spacing: 0;
  }
  .btn-basic:hover {
    background: #7ad2df;
    color: #ffffff;
    text-decoration: none;
  }
  .btn-basic::after {
    content: "";
    position: absolute;
    right: 0.6em;
    width: 15px;
    height: 15px;
    background: url("../images/common/ico_arrow_right.svg") no-repeat;
    background-size: contain;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .btn-basic.btn-l {
    font-size: 1em;
    font-weight: normal;
  }
  .btn-basic.btn-m {
    font-size: 1em;
    font-weight: normal;
  }
  .btn-basic.btn-s {
    font-size: 1em;
    font-weight: normal;
  }
  .btn-basic + .btn-basic {
    margin-left: 0;
    margin-top: 0.5em;
  }
}
/**
* 無料転職サポートに申し込む
* use:右サイドnavi
*/
.btn-pink-araw-square {
  position: relative;
  display: inline-block;
  background: #e75291;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #ffffff;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .btn-pink-araw-square {
    border-radius: 16px;
    border: 2px solid #e75291;
    padding: 24px 6.8571428571%;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .btn-pink-araw-square {
    width: 100%;
    border: 0.5797101449vw solid #e75291;
    border-radius: 4.2666666667vw;
    padding: 6.4vw 6.4vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
  }
}
.btn-pink-araw-square .label {
  position: relative;
}
.btn-pink-araw-square .label::after {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  background: url("../images/common/ico_arrow_right_w.svg") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .btn-pink-araw-square .label::after {
    top: 49%;
    width: 4vw;
    height: 4vw;
  }
}
@media (max-width: 767px) {
  .btn-pink-araw-square_wrap {
    margin-bottom: 30px;
  }
}
.btn-pink-araw-square__has-s3tep-icon {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .btn-pink-araw-square__has-s3tep-icon {
    width: 100%;
  }
}
.btn-pink-araw-square__has-s3tep-icon .icon {
  display: inline-block;
  height: 100%;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2857142857;
  color: #E65293;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .btn-pink-araw-square__has-s3tep-icon .icon {
    font-size: 14px;
    min-width: 122px;
    padding: 11px 1.978021978%;
    margin: 0 1.978021978% 18px;
  }
}
@media (max-width: 767px) {
  .btn-pink-araw-square__has-s3tep-icon .icon {
    font-size: 2.9333333333vw;
    padding: 2.4vw 2.4vw;
    margin: 0 2.4vw 18px;
  }
}
.btn-pink-araw-square__has-s3tep-icon .label {
  line-height: 1.4090909091;
}
@media (min-width: 768px) {
  .btn-pink-araw-square__has-s3tep-icon .label {
    padding: 0 9.5541401274%;
  }
}
.btn-pink-araw-square:hover {
  transition: 0.4s;
  background: #ffffff;
  color: #ffffff;
  text-decoration: none;
  color: #e75291;
}
.btn-pink-araw-square:hover .label::after {
  background: url("../images/common/ico_arrow_right_pink.svg") no-repeat;
}

/*** 汎用バーツ：矢印 ***/
.arrow_w,
.arrow_blue {
  position: relative;
  padding-right: 1.8em;
  display: block;
}

.arrow_w::before {
  content: "";
  position: absolute;
  right: 0.2em;
  width: 15px;
  height: 15px;
  background: url("../images/common/ico_arrow_right_w.svg") no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.arrow_blue::before {
  content: "";
  position: absolute;
  right: 0.2em;
  width: 15px;
  height: 15px;
  background: url("../images/common/ico_arrow_right.svg") no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*** 汎用バーツ：タイトル ***/
.title_l {
  position: relative;
  line-height: 1.4;
  padding: 0.1em 0.7em;
  display: inline-block;
  font-weight: bold;
  font-size: 2em;
  top: 0;
  color: #666666;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.title_l:before, .title_l:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}

.title_l:before {
  border-left: solid 2px #d7dada;
  border-top: solid 2px #d7dada;
  border-bottom: solid 2px #d7dada;
  left: 0;
}

.title_l:after {
  content: "";
  border-top: solid 2px #d7dada;
  border-right: solid 2px #d7dada;
  border-bottom: solid 2px #d7dada;
  right: 0;
}

.title_m {
  position: relative;
  text-align: center;
  font-size: 2.1em;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.title_m span {
  display: inline-block;
  background: #eef9fa;
  padding: 0 0.3em;
  color: #86D0DB;
  position: relative;
  z-index: 2;
}
.title_m::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #d7dada;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.title_size16 {
  font-size: 16px;
  line-height: 1.1875;
}

.title_size27 {
  font-size: 27px;
  letter-spacing: 0.03em;
  line-height: 1.3703703704;
}
.title_size27__hasIcon::before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  margin-right: 10px;
  background-image: url(../images/page/top/icon_heading3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.title_hasicon, .title_hasnoneicon {
  letter-spacing: 0.03em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .title_hasicon, .title_hasnoneicon {
    font-size: 27px;
    line-height: 1.3703703704;
  }
}
@media (max-width: 767px) {
  .title_hasicon, .title_hasnoneicon {
    font-size: 5.6vw;
    line-height: 1.7619047619;
    text-indent: -6.9333333333vw;
    margin-left: 6.9333333333vw;
  }
}
.title_hasicon::before, .title_hasnoneicon::before {
  display: inline-block;
  content: "";
  background-image: url(../images/page/top/icon_heading3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .title_hasicon::before, .title_hasnoneicon::before {
    width: 21px;
    height: 21px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .title_hasicon::before, .title_hasnoneicon::before {
    width: 4.3466666667vw;
    height: 3.704vw;
    margin-right: 2.6666666667vw;
  }
}

.title_hasnoneicon {
  margin-left: 0;
  text-align: center;
  text-indent: unset;
}
.title_hasnoneicon::before {
  display: none;
}

.title_size33 {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.1212121212;
}
@media (max-width: 767px) {
  .title_size33 {
    font-size: 24px;
    letter-spacing: 0.03em;
    letter-spacing: 0.8333333333;
  }
}

.title_s {
  position: relative;
  font-size: 1.6em;
  padding: 0.2em 0.2em 0.1em 0.5em;
  font-weight: bold;
  line-height: 1.2em;
}

.title_s_pink {
  color: #E75291;
  border-left: 4px solid #E75291;
}

.title_s_blue {
  color: #5DC0CF;
  border-left: 4px solid #5DC0CF;
}

.title_ss {
  display: block;
  border-bottom: 5px double #86D0DB;
  padding: 0 0.2em 0 0.1em;
}

.title_ss h4 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 0.2em;
}
.title_ss h4 span {
  background: #E75291;
  color: #FFFFFF;
  padding: 0.2em 0.6em 0.1em;
  border-radius: 0.3em;
  font-size: 0.7em;
  font-weight: normal;
  vertical-align: middle;
  letter-spacing: 0.1em;
  margin-right: 0.5em;
}

.title_border_dashed {
  position: relative;
  display: inline-block;
  padding-bottom: 0.3em;
}
.title_border_dashed::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #42c3d4 0, #42c3d4 6px, transparent 6px, transparent 10px);
}

.title_border_solid {
  position: relative;
  display: block;
  padding-bottom: 12.5px;
}
.title_border_solid::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #42c3d4;
}

@media (max-width: 992px) {
  .title_l {
    font-size: 1.7em;
  }
}
@media (max-width: 768px) {
  .title_m {
    font-size: 1.5em;
    margin-bottom: 0.7em;
  }
  .title_ss h4 {
    font-size: 1.1em;
  }
}
@media (max-width: 767px) {
  .title_l {
    font-size: 1.2em;
    background: #6DC6D3;
    color: #ffffff;
    display: block;
    padding: 0.3em;
  }
  .title_l::before, .title_l::after {
    display: none;
  }
  .title_m {
    font-size: 1.2em;
    margin-bottom: 0.7em;
  }
  .title_s {
    font-size: 1em !important;
    padding-bottom: 0;
    line-height: 1.1em;
  }
  .title_ss h4 {
    font-size: 1em;
  }
}
/*** 汎用バーツ：アイコン ***/
.ico_mail,
.ico_heart,
.ico_mail_w,
.ico_mail_g {
  position: relative;
}

.ico_mail::before {
  position: absolute;
  content: "";
  background: url("../images/common/ico_mail.svg") no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: contain;
  left: 0;
  top: 0;
}

.ico_heart::before {
  position: absolute;
  content: "";
  background: url("../images/common/ico_heart.svg") no-repeat center center;
  width: 90%;
  height: 100%;
  background-size: contain;
  left: 0;
  top: 0;
}

.ico_heart_checked::before {
  position: absolute;
  content: "";
  background: url("../images/common/ico_heart_check.svg") no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: contain;
  left: 0;
  top: 0;
}

.ico_mail_w::before {
  position: absolute;
  content: "";
  background: url("../images/common/ico_mail_w.svg") no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: contain;
  left: 0;
  top: 0;
}

.ico_mail_g::before {
  position: absolute;
  content: "";
  background: url("../images/common/ico_mail_g.svg") no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: contain;
  left: 0;
  top: 0;
}

/*** 汎用バーツ：ライン ***/
.line_wave {
  background: url("../images/common/line_wave.png") repeat-x center center;
  height: 2em;
}

.ul_pink {
  background: linear-gradient(transparent 70%, #E75291 70%, #E75291 85%, transparent 85%);
}

.ul_pink_l {
  background: linear-gradient(transparent 70%, #F2A9C5 70%, #F2A9C5 85%, transparent 85%);
}

@media (max-width: 767px) {
  .line_wave {
    height: 1em;
  }
  .ul_pink_l {
    background: linear-gradient(transparent 80%, #F2A9C5 80%, #F2A9C5 100%, transparent 100%);
  }
}
/**
* 無料転職サポートに申し込む　ページ下部吸着ボタン
*/
@media (min-width: 768px) {
  .fixed_cv_bar {
    position: fixed;
    z-index: 99;
    padding: 19px 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  .fixed_cv_bar.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .fixed_cv_bar a {
    vertical-align: bottom;
  }
  .fixed_cv_bar .container {
    text-align: center;
  }
  .fixed_cv_bar .btn-basic.btn-m {
    font-size: 18px;
    padding: 14px 51px;
    border-radius: 30px;
    background: #E65293;
    border: 2px solid #E65293;
    transition: 0.4s;
  }
  .fixed_cv_bar .btn-basic.btn-m:hover {
    color: #E65293;
    background-color: #ffffff;
    border: 2px solid #E65293;
  }
  .fixed_cv_bar .btn-basic.btn-m.ui-clipped .ico_heart::before {
    background: url(../images/common/ico_heart_check.svg) no-repeat center center;
    background-size: contain;
  }
  .fixed_cv_bar .btn-basic.btn-m.ui-clipped:hover {
    background-color: #FFF0AC !important;
  }
  .fixed_cv_bar .btn_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
  }
  .fixed_cv_bar .btn_wrap .toggle-favorite, .fixed_cv_bar .btn_wrap .btn-pink-araw-l {
    margin: 0 10px;
  }
  .fixed_cv_bar .btn_wrap .btn-pink-araw-l {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .fixed_cv_bar {
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    margin: 11vw auto 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
  }
  .fixed_cv_bar.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .fixed_cv_bar a {
    vertical-align: bottom;
  }
  .fixed_cv_bar .container {
    text-align: center;
  }
  .fixed_cv_bar .work_main_btn_pink {
    width: 100%;
    color: #ffffff;
    padding: 14px 11px 13px 6px !important;
  }
  .fixed_cv_bar .btn-basic.btn-m {
    font-size: 12px;
    font-weight: bold;
    padding: 14px 51px;
    border-radius: 30px;
    background: #E65293;
    border: 2px solid #E65293;
    transition: 0.4s;
  }
  .fixed_cv_bar .btn-basic.btn-m.ui-clipped .ico_heart::before {
    background: url(../images/common/ico_heart_check.svg) no-repeat center center;
    background-size: contain;
  }
  .fixed_cv_bar .btn_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    width: 92%;
  }
  .fixed_cv_bar .btn_wrap > *:first-child {
    margin-bottom: 10px;
  }
  .fixed_cv_bar .btn_wrap > *:last-child {
    margin-bottom: 0;
  }
  .fixed_cv_bar .btn_wrap .btn-pink-araw-l {
    flex-grow: 1;
  }
}
/*** 
* 新着の求人カード
* 
***/
.c-jobcard_ico span {
  display: inline-block;
  padding: 9px 12px;
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .c-jobcard_ico span {
    font-size: 12px;
    line-height: 1.1666666667;
  }
}
@media (max-width: 767px) {
  .c-jobcard_ico span {
    font-size: 10px;
    line-height: 1.2;
    max-height: 30px;
  }
}
.c-jobcard_ico .work_ico_01 {
  background: #e75291;
}
.c-jobcard_ico .work_ico_02 {
  background: #dbbb03;
}
.c-jobcard_ico .work_ico_02.term-fulltime {
  background: #2b7cc8;
}
.c-jobcard_ico .work_ico_02.term-u001706 {
  background: #ea3333;
}
.c-jobcard_ico .work_ico_03 {
  background: #2b7cc8;
}
.c-jobcard_ico .work_ico_04 {
  background: #000000;
}
.c-jobcard_ico .work_ico_05 {
  background: #000000;
}

@media (min-width: 768px) {
  .c-jobcard_link {
    padding-bottom: 25px;
    display: block;
    position: relative;
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    color: #333333;
  }
  .c-jobcard_link:hover {
    text-decoration: none;
    color: inherit;
  }
  .c-jobcard_image {
    position: relative;
  }
  .c-jobcard_ico {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .c-jobcard_ico.--only-ov767 {
    display: flex;
  }
  .c-jobcard_ico.--only-max767 {
    display: none;
  }
  .c-jobcard figure {
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
  }
  .c-jobcard figure img {
    border-radius: 0.5em 0.5em 0 0;
    width: 100%;
    object-fit: contain;
  }
  .c-jobcard_txt {
    margin-bottom: 18px;
  }
  .c-jobcard_address {
    display: block;
    margin: 25px 25px 6px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .c-jobcard_salary {
    font-style: normal;
    display: block;
    margin: 0 25px 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .c-jobcard_description {
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
    margin: 0px 25px 0;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.6;
    color: #333333;
  }
}
@media (max-width: 767px) {
  .c-jobcard_link {
    display: grid;
    padding-bottom: 30px;
    grid-template-columns: 1fr 43.768115942%;
    grid-template-rows: auto auto auto auto;
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    color: #333333;
  }
  .c-jobcard_link:hover {
    color: inherit;
    text-decoration: none;
  }
  .c-jobcard_ico {
    grid-column: 1/3;
    grid-row: 1/2;
    margin-bottom: 18px;
  }
  .c-jobcard_ico.--only-ov767 {
    display: none;
  }
  .c-jobcard_ico.--only-max767 {
    display: flex;
  }
  .c-jobcard_image {
    grid-column: 2/3;
    grid-row: 2/4;
    display: flex;
    align-items: center;
    margin: 0 12.7659574468% 0 0;
  }
  .c-jobcard figure img {
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .c-jobcard figure img {
    border-radius: 0.5em 0.5em 0 0;
  }
}
@media (max-width: 767px) {
  .c-jobcard_txt {
    grid-column: 1/2;
    grid-row: 2/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-jobcard_address {
    display: block;
    margin: 0 13.5869565217% 3.2608695652% 9.7826086957%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .c-jobcard_salary {
    font-style: normal;
    display: block;
    margin: 0 13.5869565217% 0 9.7826086957%;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .c-jobcard_description {
    grid-column: 1/3;
    grid-row: 4/5;
    margin: 25px 5.2173913043% 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.7142857143;
    color: #333333;
  }
}
.c-linkbtn_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 768px) {
  .c-linkbtn_list {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-linkbtn_list {
    display: block;
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .c-linkbtn_item {
    margin-right: 4.1666666667%;
    width: 47.619047619%;
  }
  .c-linkbtn_item:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .c-linkbtn_item {
    width: 100%;
    min-width: 100%;
    margin-bottom: 16px;
  }
  .c-linkbtn_item:last-child {
    margin-bottom: 0;
  }
}
.c-linkbtn_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .c-linkbtn_btn {
    padding: 44px 4.9875311721% 37px 12.4688279302%;
  }
}
@media (max-width: 767px) {
  .c-linkbtn_btn {
    padding: 35px 5.7803468208% 30px 8.6705202312%;
  }
}
.c-linkbtn_btn .label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.1818181818;
  color: #333333;
}
@media (min-width: 768px) {
  .c-linkbtn_btn .label {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .c-linkbtn_btn .label {
    font-size: 18px;
  }
}
.c-linkbtn_btn .label_sub {
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 2.3125;
  color: #E65293;
}
@media (min-width: 768px) {
  .c-linkbtn_btn .label_sub {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c-linkbtn_btn .label_sub {
    font-size: 14px;
  }
}
.c-linkbtn_btn .btn {
  width: 53px;
  height: 53px;
  background-color: #FEF2F7;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .c-linkbtn_btn .btn {
    width: 42px;
    height: 42px;
  }
}
.c-linkbtn_btn .btn::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/page/top/ico_support_arrow_right_hover.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 38%;
  transform: translate(0, -50%);
  transition: 0.4s;
}
.c-linkbtn_btn:hover {
  text-decoration: none;
}
.c-linkbtn_btn:hover .btn {
  background-color: #E65293;
  border-color: #ffffff;
}
.c-linkbtn_btn:hover .btn::after {
  content: "";
  background: url(../images/page/top/ico_support_arrow_right.svg) no-repeat;
  background-size: contain;
}

.c-voice_icon {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  background-size: 48%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 37px;
  background-image: url(../images/page/top/ico_voice_type_a.svg);
  background-color: #FF98BE;
}
@media (max-width: 767px) {
  .c-voice_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 16px;
  }
}
.c-voice_icon.--size-l {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  max-width: 120px;
  max-height: 120px;
}
@media (max-width: 767px) {
  .c-voice_icon.--size-l {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 48px;
  }
}
.c-voice_icon.--size-m {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
}
@media (max-width: 767px) {
  .c-voice_icon.--size-m {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
  }
}
.c-voice_icon.--icon_type_a {
  background-image: url(../images/page/top/ico_voice_type_a.svg);
  background-color: #FF98BE;
}
.c-voice_icon.--icon_type_b {
  background-image: url(../images/page/top/ico_voice_type_b.svg);
  background-color: #4AB8C7;
}

.c-voicecard .voiceitem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px 50px 40px 22px;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
}
@media (max-width: 767px) {
  .c-voicecard .voiceitem {
    padding: 25px;
    padding-left: 6.6225165563%;
    padding-right: 6.6225165563%;
  }
}
.c-voicecard .voice_title {
  margin-right: 58px;
  display: flex;
  flex-direction: column-reverse;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 0;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .c-voicecard .voice_title {
    font-size: 11px;
    margin-right: 6.6225165563%;
  }
}
.c-voicecard .voice_title::after {
  content: "";
  display: block;
  margin-left: 20px;
  width: 2px;
  height: 100%;
  /* 縦に小さな長方形（棒）を並べる */
  background-image: repeating-linear-gradient(to bottom, #ffffff 0 4px, transparent 4px 7px);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 4px 7px; /* 幅12px, 縦7px単位 */
  pointer-events: none;
  opacity: 0.95;
}
.c-voicecard .voice_inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .c-voicecard .voice_inner {
    display: block;
    position: relative;
  }
}
.c-voicecard .voice_contents {
  display: block;
}
.c-voicecard .c-voice_icon {
  margin-right: 37px;
}
@media (max-width: 767px) {
  .c-voicecard .c-voice_icon {
    margin-bottom: 16px;
  }
}
.c-voicecard .voice_attributes {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .c-voicecard .voice_attributes {
    position: absolute;
    top: 23px;
    left: 80px;
  }
}
.c-voicecard .voice_text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5;
}

.c-voicecard2 .voice_item {
  transition: height 0.4s ease, opacity 0.4s ease;
  background-color: #ffffff;
  width: 100%;
  border: 1px solid #E9E9E9;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .c-voicecard2 .voice_item {
    display: flex;
    flex-direction: column;
    padding: 2.8571428571% 3.5714285714%;
  }
}
@media (max-width: 767px) {
  .c-voicecard2 .voice_item {
    padding: 5.8823529412% 7.3529411765%;
  }
  .c-voicecard2 .voice_item:first-child {
    margin-top: 10px;
  }
}
.c-voicecard2 .voice_contents {
  display: block;
  flex: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 12px;
}
.c-voicecard2 .voice_title {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7333333333;
}
.c-voicecard2 .voice_text {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.7333333333;
}
.c-voicecard2 .voice_bottom {
  width: 100%;
}
@media (min-width: 768px) {
  .c-voicecard2 .voice_bottom {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c-voicecard2 .voice_bottom {
    display: flex;
  }
}
.c-voicecard2 .voice_bottom .left {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .c-voicecard2 .voice_bottom .left {
    margin: 2px 8% 2px 0;
  }
}
@media (max-width: 767px) {
  .c-voicecard2 .voice_bottom .left {
    margin: 2px 14% 2px 0;
  }
}
.c-voicecard2 .voice_bottom .left .voice_attributes {
  margin-bottom: 0;
}
.c-voicecard2 .c-voice_icon {
  margin-right: 8%;
  margin-bottom: 0;
}
.c-voicecard2 .voice_attributes {
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
@media (min-width: 768px) {
  .c-voicecard2 .voice_attributes {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .c-voicecard2 .voice_attributes {
    min-width: 77.3255813953%;
  }
}
@media (min-width: 768px) {
  .c-voicecard2 .voice_bottom .icons {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .c-voicecard2 .voice_bottom .icons {
    display: flex;
    flex-direction: column;
    width: 115px;
  }
}
.c-voicecard2 .voice_bottom .icons .icon {
  display: inline-block;
  background-color: #F4F4F4;
  padding: 8px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.1666666667;
  color: #E65293;
  text-align: center;
}
@media (min-width: 768px) {
  .c-voicecard2 .voice_bottom .icons .icon {
    white-space: nowrap;
    margin-right: 6%;
  }
  .c-voicecard2 .voice_bottom .icons .icon:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .c-voicecard2 .voice_bottom .icons .icon {
    margin: 3.5px;
    width: 100%;
  }
  .c-voicecard2 .voice_bottom .icons .icon:first-child {
    margin-top: 0;
  }
  .c-voicecard2 .voice_bottom .icons .icon:last-child {
    margin-bottom: 0;
  }
}

.c-voice_more {
  display: block;
  color: #333333 !important;
  background: #ffffff !important;
  padding: 7px 9%;
  border: solid 2px #333333 !important;
  border-radius: 38px;
  margin: 4px auto 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3125;
}
@media (min-width: 768px) {
  .c-voice_more {
    display: none;
  }
}

@media (max-width: 768px) {
  .c-voicecard2.sp-more-close .voice_item:nth-child(n+4) {
    height: 0;
    margin-bottom: 0 !important;
    opacity: 0;
    overflow: hidden; /* 中身がはみ出ないように */
    transition: height 0.4s ease, opacity 0.4s ease;
    padding: 0 !important;
  }
}
/**
* ピックアップ
*/
/**
* ピックアップアイテム
* use：サイドバー
* use:スライダー
*/
.c-pickup_slide {
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin-bottom: 5px;
}
.c-pickup_slide .slide_inner {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.c-pickup_slide .slide_inner:hover {
  text-decoration: none;
}
.c-pickup_slide .slide_inner .img img {
  width: 100%;
  object-fit: contain;
}
.c-pickup_slide .slide_inner .text {
  display: flex;
  align-items: center;
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.03em;
  line-height: 1.8125;
}
@media (min-width: 768px) {
  .c-pickup_slide .slide_inner .text {
    padding: 0 8.3333333333%;
  }
}
@media (max-width: 767px) {
  .c-pickup_slide .slide_inner .text {
    padding: 0 8.3333333333%;
  }
}

/**
* サイドバー
*/
.side_wrap .side_pickup {
  margin-bottom: 1.5em !important;
}
.side_wrap .side_pickup .c-pickup_slide {
  margin-bottom: 20px;
}
.side_wrap .side_pickup .c-pickup_slide:last-child {
  margin-bottom: 0;
}

/**
* スライダー
* use：top
*/
@media (min-width: 768px) {
  .c-pickup_slider_wrapper {
    overflow: hidden;
    position: relative;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .c-pickup_slider_wrapper {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

#c-pickup_slider {
  position: relative;
  overflow: visible;
}
@media (min-width: 768px) {
  #c-pickup_slider {
    margin: 0 2.6905829596%;
  }
}
@media (max-width: 767px) {
  #c-pickup_slider {
    max-width: 100%;
    margin: 0 4%;
  }
}
#c-pickup_slider .c-pickup_container {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
}
#c-pickup_slider .c-pickup_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

#c-pickup_slider .c-pickup_slide {
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #c-pickup_slider .c-pickup_slide {
    opacity: 0;
    transition: 0.8s;
  }
  #c-pickup_slider .c-pickup_slide.swiper-slide-active {
    opacity: 1;
    transition: 0.8s;
  }
  #c-pickup_slider .c-pickup_slide.swiper-slide-active + .c-pickup_slide {
    opacity: 1;
    transition: 0.8s;
  }
  #c-pickup_slider .c-pickup_slide.swiper-slide-active + .c-pickup_slide + .c-pickup_slide {
    opacity: 1;
    transition: 0.8s;
  }
}
#c-pickup_slider .c-pickup_slide .slide_inner {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#c-pickup_slider .c-pickup_slide .slide_inner:hover {
  text-decoration: none;
}
#c-pickup_slider .c-pickup_slide .slide_inner .img img {
  width: 100%;
  object-fit: contain;
}
#c-pickup_slider .c-pickup_slide .slide_inner .text {
  display: flex;
  align-items: center;
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.03em;
  line-height: 1.8125;
}
@media (min-width: 768px) {
  #c-pickup_slider .c-pickup_slide .slide_inner .text {
    padding: 0 8.3333333333%;
  }
}
@media (max-width: 767px) {
  #c-pickup_slider .c-pickup_slide .slide_inner .text {
    padding: 0 8.3333333333%;
  }
}
#c-pickup_slider .c-pickup_prev,
#c-pickup_slider .c-pickup_next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) {
  #c-pickup_slider .c-pickup_prev,
  #c-pickup_slider .c-pickup_next {
    width: 3.5vw;
    max-width: 53px;
    height: 3.5vw;
    max-height: 53px;
  }
}
@media (max-width: 768px) {
  #c-pickup_slider .c-pickup_prev,
  #c-pickup_slider .c-pickup_next {
    top: 50%;
    width: 12vw;
    height: 12vw;
    max-width: 45px;
    max-height: 45px;
  }
}
#c-pickup_slider .c-pickup_prev::after,
#c-pickup_slider .c-pickup_next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #E65294;
  border-right: 2px solid #E65294;
}
#c-pickup_slider .c-pickup_prev::after {
  margin-right: -6px;
}
#c-pickup_slider .c-pickup_next::after {
  margin-right: 6px;
}
#c-pickup_slider .c-pickup_prev::after {
  transform: rotate(-135deg);
}
@media (min-width: 768px) {
  #c-pickup_slider .c-pickup_prev {
    left: -2.466367713%;
  }
}
@media (max-width: 767px) {
  #c-pickup_slider .c-pickup_prev {
    left: 0;
  }
}
#c-pickup_slider .c-pickup_next::after {
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  #c-pickup_slider .c-pickup_next {
    right: -2.466367713%;
  }
}
@media (max-width: 767px) {
  #c-pickup_slider .c-pickup_next {
    right: 0;
  }
}
#c-pickup_slider .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
#c-pickup_slider .c-pickup_pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 10px;
  left: 0;
  width: 100%;
}
#c-pickup_slider .c-pickup_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #ddd;
  margin: 0 4px;
  opacity: 0.7;
  cursor: pointer;
}
#c-pickup_slider .c-pickup_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3b82f6;
  opacity: 1;
}

/**
* 新着
*/
@media (min-width: 768px) {
  .c-newarrival_slider_wrapper {
    overflow: hidden;
    position: relative;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .c-newarrival_slider_wrapper {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.c-newarrival_condition {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-newarrival_condition {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
.c-newarrival_condition .update_info {
  display: block;
  position: relative;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #49B8C9;
}
@media (min-width: 768px) {
  .c-newarrival_condition .update_info {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .c-newarrival_condition .update_info {
    font-size: 12px;
  }
}
.c-newarrival_condition .update_info::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #42c3d4;
}
.c-newarrival_condition > * {
  margin-right: 20px;
}
.c-newarrival_condition > *:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .c-newarrival_condition .prefectur_seclet {
    width: 42.0289855072%;
  }
}

.c-newarrival_title_wrap {
  display: flex;
}
@media (min-width: 768px) {
  .c-newarrival_title_wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 2.6905829596%;
  }
}
@media (max-width: 768px) {
  .c-newarrival_title_wrap {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-newarrival_title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .c-newarrival_title {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  #c-newarrival_slider {
    position: relative;
    overflow: visible;
    max-width: 94.1704035874%;
    margin: 0 2.6905829596%;
  }
}
@media (max-width: 767px) {
  #c-newarrival_slider {
    position: relative;
    overflow: visible;
    max-width: 100%;
    margin: 0 4%;
  }
}
@media (min-width: 768px) {
  #c-newarrival_slider .c-newarrival_container {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  #c-newarrival_slider .c-newarrival_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
}
@media (max-width: 767px) {
  #c-newarrival_slider .c-newarrival_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
}

#c-newarrival_slider .c-newarrival_slide {
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #c-newarrival_slider .c-newarrival_slide {
    opacity: 0;
    transition: 0.8s;
  }
  #c-newarrival_slider .c-newarrival_slide.swiper-slide-active {
    opacity: 1;
    transition: 0.8s;
  }
  #c-newarrival_slider .c-newarrival_slide.swiper-slide-active + .c-newarrival_slide {
    opacity: 1;
    transition: 0.8s;
  }
  #c-newarrival_slider .c-newarrival_slide.swiper-slide-active + .c-newarrival_slide + .c-newarrival_slide {
    opacity: 1;
    transition: 0.8s;
  }
}
#c-newarrival_slider .c-newarrival_prev,
#c-newarrival_slider .c-newarrival_next {
  position: absolute;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) {
  #c-newarrival_slider .c-newarrival_prev,
  #c-newarrival_slider .c-newarrival_next {
    top: 50%;
    width: 3.5vw;
    max-width: 53px;
    height: 3.5vw;
    max-height: 53px;
  }
}
@media (max-width: 768px) {
  #c-newarrival_slider .c-newarrival_prev,
  #c-newarrival_slider .c-newarrival_next {
    top: 50%;
    width: 12vw;
    height: 12vw;
    max-width: 45px;
    max-height: 45px;
  }
}
#c-newarrival_slider .c-newarrival_prev::after,
#c-newarrival_slider .c-newarrival_next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #E65294;
  border-right: 2px solid #E65294;
}
#c-newarrival_slider .c-newarrival_prev::after {
  margin-right: -6px;
}
#c-newarrival_slider .c-newarrival_next::after {
  margin-right: 6px;
}
#c-newarrival_slider .c-newarrival_prev::after {
  transform: rotate(-135deg);
}
@media (min-width: 768px) {
  #c-newarrival_slider .c-newarrival_prev {
    left: -2.466367713%;
  }
}
@media (max-width: 767px) {
  #c-newarrival_slider .c-newarrival_prev {
    left: 0;
  }
}
#c-newarrival_slider .c-newarrival_next::after {
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  #c-newarrival_slider .c-newarrival_next {
    right: -2.466367713%;
  }
}
@media (max-width: 767px) {
  #c-newarrival_slider .c-newarrival_next {
    right: 0;
  }
}
#c-newarrival_slider .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
#c-newarrival_slider .c-newarrival_pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 10px;
  left: 0;
  width: 100%;
}
#c-newarrival_slider .c-newarrival_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #ddd;
  margin: 0 4px;
  opacity: 0.7;
  cursor: pointer;
}
#c-newarrival_slider .c-newarrival_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3b82f6;
  opacity: 1;
}

.side_wrap .top_main_nav {
  padding: 0 0 1em 0;
}
.side_wrap .top_main_nav li {
  padding: 0.1em;
}
.side_wrap .top_main_nav a,
.side_wrap .top_main_nav button {
  padding: 0.7em 0.5em;
}
.side_wrap .top_main_nav a img,
.side_wrap .top_main_nav button img {
  -webkit-filter: brightness(0%) invert(1);
  -moz-filter: brightness(0%) invert(1);
  -o-filter: brightness(0%) invert(1);
  -ms-filter: brightness(0%) invert(1);
  filter: brightness(0%) invert(1);
  max-width: 85%;
}

/*** コンテンツページ：サイドカラム ***/
.side_wrap .swiper-slide {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.side_wrap .work_link_box .work_ico,
.side_wrap .work_link_box em {
  display: inline-block;
  font-size: 0.8em;
}
.side_wrap .work_link_box strong {
  padding-bottom: 0.1em;
  font-size: 1em;
}
.side_wrap .work_link_box p {
  font-size: 0.8em;
}

.side_title {
  display: block;
  background: #49B8C9;
  padding: 0.4em 0.3em 0.3em 0.7em;
  color: #ffffff;
  font-size: 1em;
  font-style: normal;
}

.side_work_tokushu li {
  padding: 0.8em 0;
  border-bottom: 1px solid #E2E2E2;
}
.side_work_tokushu li * {
  margin-bottom: 0;
}
.side_work_tokushu li figure {
  position: relative;
  z-index: 0;
}
.side_work_tokushu li figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.side_work_tokushu li figure span {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.side_work_tokushu li figure span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0.5em;
}
.side_work_tokushu li a {
  color: #333;
}
.side_work_tokushu li strong {
  font-size: 1em;
  color: #E75291;
}
.side_work_tokushu li p {
  font-size: 0.9em;
}

.side_work_news li {
  padding: 0.6em 0;
  border-bottom: 1px solid #E2E2E2;
}
.side_work_news li * {
  margin-bottom: 0;
}
.side_work_news li a {
  color: #333;
}
.side_work_news li span {
  font-size: 0.8em;
  color: #49B8C9;
}
.side_work_news li p {
  font-size: 0.9em;
}

@media (max-width: 767px) {
  .side_work_history {
    max-width: 90%;
    margin: 0 auto;
  }
}
.side_work_history li {
  padding: 0.6em 0;
  background: #fff;
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.side_work_history li * {
  margin-bottom: 0;
}
.side_work_history li a {
  color: #333;
}
.side_work_history li a:hover figure {
  opacity: 0.9;
}
.side_work_history li figure {
  position: relative;
  padding-top: 45%;
  overflow: hidden;
  border-radius: 6px;
}
.side_work_history li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.side_work_history li strong {
  font-size: 0.9em;
  color: #49B8C9;
  font-weight: normal;
}
.side_work_history li p {
  font-size: 0.9em;
}

@media (max-width: 992px) {
  .side_work_tokushu li figure::before {
    display: none;
  }
  .side_work_tokushu li figure span {
    position: static;
  }
}
@media (max-width: 767px) {
  .side_work_tokushu li {
    padding: 0.8em;
    background: #fff;
    border-radius: 0.5em;
    border-bottom: none;
    margin-bottom: 0.5em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  }
  .side_work_tokushu li * {
    margin-bottom: 0;
  }
  .side_work_tokushu li figure {
    display: none;
  }
  .side_work_tokushu li a {
    color: #333;
  }
  .side_work_tokushu li strong {
    font-size: 1em;
    color: #E75291;
  }
  .side_work_tokushu li p {
    font-size: 0.9em;
  }
}
/*** 検索：サイドカラム ***/
.side_search_now {
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border: 3px solid #49b8c9;
}
.side_search_now .side_search_now_title {
  display: block;
  color: #ffffff;
  font-size: 1.05em;
  padding: 0.3em 0.5em 0.2em 0.5em;
  background: #E75291;
  text-align: center;
  font-weight: normal;
  border: 1px solid #c44379;
  letter-spacing: 0.1em;
}
.side_search_now .side_search_now_table {
  width: 100%;
  font-size: 0.85em;
}
.side_search_now .side_search_now_table th, .side_search_now .side_search_now_table td {
  padding: 0.5em 0.4em 0.4em 0.7em;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
.side_search_now .side_search_now_table th {
  white-space: nowrap;
  color: #E75291;
}

.side_search_area .nav-tabs {
  margin: 0;
}
.side_search_area .nav-item {
  padding: 0;
}
.side_search_area .nav-item a {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.6em;
}
.side_search_area .nav-item a:hover {
  background: #daedef;
}
.side_search_area .nav-item a.active:hover {
  background: #FFFFFF;
}
.side_search_area .nav-item a img {
  max-width: 70%;
}
.side_search_area .tab-content {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-top: none;
}
.side_search_area .search_moyori button {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.side_search_check li {
  display: block;
  border-bottom: 1px solid #ccc;
}
.side_search_check label {
  cursor: pointer;
  width: 100%;
  padding-left: 33px;
  margin-bottom: 0;
}

.work_list_num {
  font-size: 0.9em;
}
.work_list_num span {
  font-size: 1.2em;
  color: #e75291;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.work_list_sort::before {
  content: "│";
}
.work_list_sort a {
  display: inline-block;
  padding: 0.2em 0.5em 0.1em;
  background: #FFFFFF;
  border-radius: 0.3em;
  font-size: 0.9em;
  color: #E75291;
}
.work_list_sort a.active {
  background: #E75291;
  color: #ffffff;
}

@media (max-width: 992px) {
  .side_search_now .side_search_now_title {
    font-size: 1em;
    padding: 0.2em 0.2em 0.1em 0.2em;
  }
  .side_search_now .side_search_now_table {
    font-size: 0.8em;
  }
  .side_search_now .side_search_now_table * {
    display: block;
  }
  .side_search_now .side_search_now_table th, .side_search_now .side_search_now_table td {
    padding: 0.5em 0 0.4em 0;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
  }
  .side_search_now .side_search_now_table th {
    white-space: auto;
    border-bottom: 0;
    padding-top: 0.3em;
    padding-bottom: 0;
  }
  .side_search_now .side_search_now_table td {
    padding-top: 0;
    padding-bottom: 0.2em;
  }
  .side_search_check li {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .side_search_check label {
    padding-left: 33px;
    margin-bottom: 0;
    font-size: 0.8em;
    line-height: 1.3em;
    padding-right: 0;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }
}
@media (max-width: 767px) {
  .work_list_num {
    font-size: 0.9em;
    margin-bottom: 0.2em !important;
  }
  .work_list_num span {
    font-size: 1em;
    color: #e75291;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .work_list_sort {
    margin-bottom: 0.5em !important;
  }
  .work_list_sort::before {
    display: none;
  }
  .work_list_sort a {
    padding: 0.2em 0.4em 0.1em;
    font-size: 0.85em;
  }
}
/*** 検索：サイドカラム（SP） ***/
.side_search_now_sp {
  font-size: 0.9em;
  padding: 0.4em;
  background: #49B8C9;
  border-radius: 0.2em;
  margin-bottom: 0.5em;
}
.side_search_now_sp p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #FFFFFF;
  padding: 0.2em 0.4em;
  border-radius: 0.1em;
  margin-bottom: 0.3em;
}
.side_search_now_sp button {
  background: #099FB6;
  width: 80%;
  margin: 0 auto;
  border-radius: 2em;
  color: #fff;
  border: 0;
  display: block;
  padding: 0.2em 0;
}
.side_search_now_sp button span {
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.2em;
  display: inline-block;
  vertical-align: middle;
}
.side_search_now_sp button span::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: url("../images/common/ico_search_w.svg") no-repeat center center;
  background-size: contain;
}

#SearchModal-sp .top_main_nav {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0;
}
#SearchModal-sp .top_main_nav button {
  padding: 1em !important;
}

/*** 検索：メインカラム ***/
.work_list_box .work_list_box_link {
  background: #fff;
  padding: 1.5em 1em;
  border-radius: 0.3em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 0;
  color: #333;
  border-right: 4px solid #ccc;
}
.work_list_box .work_list_box_link:hover {
  text-decoration: none;
  background: #fffcfe;
  border-right: 4px solid #E75291;
}
.work_list_box .work_list_box_link .btn-basic {
  padding: 0.4em 0.5em 0.3em 0.5em;
  font-weight: normal;
  font-size: 0.9em;
  letter-spacing: 0;
  box-shadow: none;
  width: 100%;
}
.work_list_box .work_list_box_link .btn-basic span {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.3em;
}
.work_list_box .work_list_box_link figure {
  margin-bottom: 0;
}
.work_list_box .work_list_box_link .work_link_txt {
  padding-right: 0;
}
.work_list_box .work_list_box_link .work_link_txt strong {
  font-size: 1.1em;
  display: block;
  padding-bottom: 0.2em;
}
.work_list_box .work_list_box_link .work_link_txt em {
  font-style: normal;
  display: block;
  padding: 0.2em 0;
  font-size: 0.9em;
  font-weight: bold;
}
.work_list_box .work_list_box_link .work_link_txt p {
  margin-bottom: 0.5em;
}
.work_list_box .work_list_box_link .work_link_txt .work_tag {
  font-size: 0.9em;
}
.work_list_box .work_list_box_link .work_link_txt .work_tag span {
  padding-bottom: 0.1em;
}

.pager {
  text-align: center;
  padding: 1em 0 0 0;
}
.pager li {
  display: inline-block;
  font-size: inherit !important;
  padding: inherit !important;
  list-style-type: inherit !important;
}
.pager li:before {
  content: "" !important;
}
.pager li * {
  border: 1px solid #ccc;
  padding: 0.2em 0.7em;
  font-size: 0.9em;
  background: #FFFFFF;
  display: block;
}
.pager li span {
  background: #eee;
}
.pager li a {
  color: #333;
}
.pager li a:hover {
  color: #fff;
  background: #ED85AD;
  text-decoration: none;
}

.work_list_0 {
  border: 3px double #E75291;
  background: #ffffff;
  padding: 2em;
  text-align: center;
}
.work_list_0 strong {
  display: block;
  font-size: 1.4em;
  color: #E75291;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
}
.work_list_0 p {
  font-size: 1.1em;
  line-height: 1.8em;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .pager {
    text-align: center;
    padding: 1em 0 0 0;
    display: table;
    border-collapse: collapse;
    margin: 0 auto;
  }
  .pager li {
    display: table-cell;
    border-collapse: collapse;
    margin: 0;
  }
  .pager li * {
    border: 1px solid #ccc;
    border-right: 0;
    padding: 0.2em 0.5em;
  }
  .pager li span {
    background: #eee;
  }
  .pager li a {
    color: #333;
  }
  .pager li a:hover {
    color: #fff;
    background: #ED85AD;
    text-decoration: none;
  }
  .pager li:last-child * {
    border-right: 1px solid #ccc;
  }
  .work_list_0 {
    padding: 1em;
    text-align: center;
  }
  .work_list_0 strong {
    display: block;
    font-size: 1em;
  }
  .work_list_0 p {
    font-size: 0.9em;
    line-height: 1.5em;
  }
}
@media (max-width: 992px) {
  .work_list_box .work_list_box_link {
    background: #fff;
    padding: 1em;
    border-radius: 0.3em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin: 0;
    color: #333;
    border-right: 4px solid #ccc;
  }
  .work_list_box .work_list_box_link:hover {
    text-decoration: none;
    background: #fffcfe;
    border-right: 4px solid #E75291;
  }
  .work_list_box .work_list_box_link .work_link_image {
    padding: 0;
  }
  .work_list_box .work_list_box_link .work_link_image .btn-basic {
    padding: 0.4em 0.3em 0.3em 0.3em;
    font-size: 0.8em;
    width: auto;
    position: absolute;
    top: -0.7em;
    right: -0.7em;
  }
  .work_list_box .work_list_box_link .work_link_image .btn-basic span {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.3em;
  }
  .work_list_box .work_list_box_link figure {
    margin-bottom: 0;
  }
  .work_list_box .work_list_box_link .work_link_txt {
    padding: 0;
  }
  .work_list_box .work_list_box_link .work_link_txt strong {
    font-size: 1em;
    display: block;
    padding-bottom: 0.2em;
  }
  .work_list_box .work_list_box_link .work_link_txt .work_ico {
    display: inline-block;
  }
  .work_list_box .work_list_box_link .work_link_txt em {
    font-style: normal;
    display: inline-block;
    padding: 0.2em;
    font-size: 0.9em;
    font-weight: bold;
  }
  .work_list_box .work_list_box_link .work_link_txt p {
    margin: 0.2em 0 0.5em 0;
    font-size: 0.85em;
  }
  .work_list_box .work_list_box_link .work_link_txt .work_tag {
    font-size: 0.8em;
  }
  .work_list_box .work_list_box_link .work_link_txt .work_tag span {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .work_list_box .work_list_box_link .work_link_image .btn-basic {
    padding: 0.4em 0.3em 0.3em 0.3em !important;
  }
  .work_list_box .work_list_box_link .work_link_image .btn-basic span {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.3em;
  }
  .work_list_box .work_list_box_link .work_link_txt {
    padding: 0;
  }
  .work_list_box .work_list_box_link .work_link_txt em {
    font-style: normal;
    display: inline-block;
    padding: 0.2em;
    font-size: 0.9em;
    font-weight: bold;
  }
  .work_list_box .work_list_box_link .work_link_txt p {
    margin: 0.2em 0 0.5em 0;
    font-size: 0.8em;
  }
  .work_list_box .work_list_box_link .work_link_txt .work_tag {
    font-size: 0.8em;
  }
  .work_list_box .work_list_box_link .work_link_txt .work_tag span {
    padding-bottom: 0;
  }
}
.link_btns a {
  display: block;
  margin-top: 0.8em;
  width: 100%;
  padding: 0.5em 0.5em 0.4em 0.5em;
  border-radius: 0.3em;
  background: #eff8fa;
  border: 2px solid #49b8c9;
  color: #49b8c9;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.link_btns a:hover {
  background: #FFFFFF;
}

@media (max-width: 767px) {
  .link_btns a {
    font-size: 0.85em;
    letter-spacing: -0.05em;
  }
}
/*** TOPメイン：モーダル ***/
.search_moyori .col2,
.modal_btns .col2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.8em;
}
.search_moyori .col2:first-child,
.modal_btns .col2:first-child {
  margin-top: 0;
}
.search_moyori .col2 button,
.modal_btns .col2 button {
  margin-top: 0;
  margin-right: 10px;
}
.search_moyori .col2 button:last-child,
.modal_btns .col2 button:last-child {
  margin-right: 0;
}
.search_moyori a,
.search_moyori button,
.modal_btns a,
.modal_btns button {
  display: block;
  margin-top: 0.8em;
  width: 100%;
  height: 48px;
  padding: 0.5em 2em 0.4em 0.8em;
  border-radius: 0.3em;
  background: #eff8fa;
  border: 2px solid #49b8c9;
  color: #49b8c9;
  text-align: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search_moyori a:first-child,
.search_moyori button:first-child,
.modal_btns a:first-child,
.modal_btns button:first-child {
  margin-top: 0;
}
.search_moyori a:hover,
.search_moyori button:hover,
.modal_btns a:hover,
.modal_btns button:hover {
  background: #FFFFFF;
}
.search_moyori a::after,
.search_moyori button::after,
.modal_btns a::after,
.modal_btns button::after {
  content: "＋";
  position: absolute;
  right: 0.5em;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
}
.search_moyori a + button,
.search_moyori button + button,
.modal_btns a + button,
.modal_btns button + button {
  margin-top: 0.5em;
}
.search_moyori .checked_btn,
.modal_btns .checked_btn {
  color: #333;
  border: 2px solid #e75291;
}
.search_moyori .checked_btn::after,
.modal_btns .checked_btn::after {
  display: none;
}
.search_moyori .checked_btn::before,
.modal_btns .checked_btn::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url("../images/common/ico_checked.svg") no-repeat;
  background-size: contain;
  right: 0.8em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.search_moyori .next_btn,
.modal_btns .next_btn {
  pointer-events: none;
  background: #f2f2f2;
  border: solid 2px #dbdbdb;
  color: #afafaf;
}
.search_moyori .next_btn::after,
.modal_btns .next_btn::after {
  display: none;
}

.modal_btns button {
  text-align: center;
  background: #FFFFFF;
  padding: 0.5em 0.8em 0.4em;
}
.modal_btns button:hover {
  background: #eff8fa;
}
.modal_btns button::after {
  display: none;
}
.modal_btns .modal_btns_next {
  background: #49b8c9;
  color: #ffffff;
  position: relative;
}
.modal_btns .modal_btns_next:hover {
  background: #7ad2df;
}
.modal_btns .modal_btns_next::before {
  content: "＋";
  position: absolute;
  right: 0.5em;
  font-weight: bold;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
}

.search_btn {
  margin-top: 0.8em;
  cursor: pointer;
  color: #fff !important;
  background: #e75291 !important;
  border: solid 2px #e75291 !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 1.2em !important;
  padding: 0.5em 0.8em 0.4em !important;
  border-radius: 0.3em;
  position: relative;
}
.search_btn::after {
  display: none;
}
.search_btn::before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/common/ico_search_btn_w.svg") no-repeat;
  background-size: contain;
  left: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.search_btn:hover {
  opacity: 0.9;
}

.search_btn_typeb {
  cursor: pointer;
  position: relative;
  padding: 0.5em 0.8em 0.4em !important;
  background: #ffffff !important;
  border: solid 2px #49b8c9 !important;
  border-radius: 38px !important;
  margin-top: 20px;
  font-size: 17px !important;
  font-weight: bold !important;
  color: #49b8c9 !important;
  text-align: center !important;
}
.search_btn_typeb::after {
  display: none;
}
.search_btn_typeb::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../images/common/ico_search_btn_02_blue.svg") no-repeat;
  background-size: contain;
  left: auto;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.search_btn_typeb.--blue {
  color: #49b8c9 !important;
  background: #ffffff !important;
  border: solid 2px #49b8c9 !important;
}
.search_btn_typeb.--blue::before {
  content: "";
  background: url("../images/common/ico_search_btn_02_blue.svg") no-repeat;
  background-size: contain;
  left: auto;
}
.search_btn_typeb.--blue-fill {
  color: #ffffff !important;
  background: #49b8c9 !important;
  border: solid 2px #49b8c9 !important;
  transition: 0.4s;
}
.search_btn_typeb.--blue-fill::before {
  content: "";
  background: url("../images/common/ico_search_btn_02_w.svg") no-repeat;
  background-size: contain;
  left: auto;
  transition: 0.4s;
}
.search_btn_typeb.--blue-fill:hover {
  color: #49b8c9 !important;
  background: #ffffff !important;
  border: solid 2px #49b8c9 !important;
  transition: 0.4s;
}
.search_btn_typeb.--blue-fill:hover::before {
  content: "";
  background: url("../images/common/ico_search_btn_02_blue.svg") no-repeat;
  background-size: contain;
  left: auto;
  transition: 0.4s;
}
.search_btn_typeb.--black {
  color: #333333 !important;
  background: #ffffff !important;
  border: solid 2px #333333 !important;
}
.search_btn_typeb.--black::before {
  content: "";
  background: url("../images/common/ico_search_btn_02_black.svg") no-repeat;
  background-size: contain;
  left: auto;
}
.search_btn_typeb.--pink {
  color: #e75291 !important;
  background: #ffffff !important;
  border: solid 2px #e75291 !important;
}
.search_btn_typeb.--pink::before {
  content: "";
  background: url("../images/common/ico_search_btn_02_pink.svg") no-repeat;
  background-size: contain;
  left: auto;
}
.search_btn_typeb:hover {
  opacity: 0.9;
}

/*** TOPメイン：モーダル ***/
.search_modal_box {
  padding: 0.8em 0.8em 0.5em 0.8em;
  border-bottom: 1px dotted #aaa;
}
.search_modal_box .search_shosai_title {
  display: block;
  font-size: 1.2em;
  　margin-bottom: 0.1em !important;
  margin-bottom: 0.2em;
}
.search_modal_box .search_shosai_title span {
  margin-right: 0.3em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  vertical-align: middle;
}
.search_modal_box .search_shosai_title span.search_shosai_title_ico01::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url("../images/common/work_ico_01.svg") no-repeat center center;
  background-size: contain;
}
.search_modal_box .search_shosai_title span.search_shosai_title_ico02::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url("../images/common/work_ico_02.svg") no-repeat center center;
  background-size: contain;
}
.search_modal_box .search_shosai_title span.search_shosai_title_ico03::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url("../images/common/work_ico_03.svg") no-repeat center center;
  background-size: contain;
}
.search_modal_box .search_shosai_title span.search_shosai_title_ico04::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url("../images/common/work_ico_04.svg") no-repeat center center;
  background-size: contain;
}
.search_modal_box .search_shosai_title span.search_shosai_title_ico05::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url("../images/common/work_ico_05.svg") no-repeat center center;
  background-size: contain;
}
.search_modal_box .search_shosai_title span.search_shosai_title_ico06::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url("../images/common/work_ico_06.svg") no-repeat center center;
  background-size: contain;
}
.search_modal_box .search_shosai_title span.search_shosai_title_ico07::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url("../images/common/work_ico_07.svg") no-repeat center center;
  background-size: contain;
}
.search_modal_box .search_shosai_title span img {
  width: 1.2em;
}
.search_modal_box label {
  padding: 0.3em 0 0.2em 2.2em;
  border-radius: 0.2em;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.4em;
  font-size: 0.9em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search_modal_box label input {
  margin-right: 0.3em;
}

.search_btn_modal {
  width: 60% !important;
}

/*** フォーム：生年月日下の注意書き ***/
.form_birthday p {
  font-size: 0.9em;
  color: #656565;
  line-height: 1.5em;
  display: inline-block;
}

/*** フォームパーツ ***/
input[type=checkbox],
input[type=radio] {
  display: none;
}

.checks,
.radios {
  position: relative;
  line-height: 2;
  padding: 0 20px 0 27px;
}

.work_list_side .checks,
.work_list_side .radios {
  position: relative;
  line-height: 2;
  padding: 0 0 0 32px;
}

.checks:hover:after,
.radios:hover:after {
  border-color: #5DC0CF;
}

.radios.checked::after {
  border-color: #5DC0CF;
  background: #5DC0CF;
}
.radios.checked::before {
  opacity: 1;
}

.checks:after, .checks:before,
.radios:after, .radios:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  margin: auto;
}

.checks:after,
.radios:after {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  border: 2px solid #d1d1d1;
  border-radius: 0.2em;
  z-index: 100;
}

.radios:after {
  border-radius: 50%;
}

.checks:before,
.radios:before {
  left: 6px;
  top: -0.2em;
  width: 7px;
  height: 11px;
  margin-left: 5px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 150;
}

input[type=checkbox]:checked + .checks:before,
input[type=radio]:checked + .radios:before {
  opacity: 1;
}

input[type=checkbox]:checked + .checks:after,
input[type=radio]:checked + .radios:after {
  background: #5DC0CF;
  border: 2px solid #5DC0CF;
}

.data-none {
  pointer-events: none;
  color: #aaa;
}

.work_link_image .ico_heart_checked::before {
  position: absolute;
  content: "";
  background: url("../images/common/ico_heart_check.svg") no-repeat center center;
  width: 90%;
  height: 100%;
  background-size: contain;
  left: 0;
  top: 0;
}

/*** お仕事リンク ***/
.work_link .work_link_box a {
  display: block;
  height: 100%;
  background: #FFFFFF;
  border-radius: 0.5em;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  color: #333333;
}
.work_link .work_link_box a:hover {
  text-decoration: none;
}
.work_link .work_link_box a:hover img {
  opacity: 0.8;
}
.work_link .work_link_box figure {
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
}
.work_link .work_link_box figure img {
  border-radius: 0.5em 0.5em 0 0;
}
.work_link .work_link_box strong {
  font-size: 1.1em;
  display: block;
  padding-bottom: 0.2em;
}
.work_link .work_link_box em {
  font-style: normal;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0.5em 0 1em;
  display: block;
}
.work_link .work_link_box p {
  padding-top: 0.8em;
  border-top: 1px dotted #999;
  font-size: 0.9em;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .work_link .work_link_box {
    max-width: 94%;
    margin: 0 auto;
  }
  .work_link .work_link_box figure img {
    width: 100%;
  }
  .work_link .work_link_box .work_ico {
    display: inline-block;
  }
  .work_link .work_link_box em {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .work_link .work_link_box figure {
    display: none;
  }
  .work_link .work_link_box p {
    margin-bottom: 0;
  }
}
/*** 求人詳細 ***/
.work_main {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
}
.work_main .work_main_img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.work_main h2 {
  font-size: 1.9em;
  color: #49B8C9;
  line-height: 1.4em;
}
.work_main .work_ico,
.work_main .work_tag {
  margin-bottom: 0.4em;
}
@media (max-width: 768px) {
  .work_main h2 {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .work_main h2 {
    font-size: 1.2em;
  }
  .work_main .work_main_btn .btn-basic {
    width: 100%;
  }
}

.work_ico span {
  display: inline-block;
  padding: 0.2em 0.5em;
  margin-bottom: 0.3em;
  font-size: 0.9em;
  border-radius: 0.5em;
  color: #FFFFFF;
}
.work_ico .work_ico_01 {
  background: #e75291;
}
.work_ico .work_ico_02 {
  background: #dbbb03;
}
.work_ico .work_ico_02.term-fulltime {
  background: #2b7cc8;
}
.work_ico .work_ico_02.term-u001706 {
  background: #ea3333;
}
.work_ico .work_ico_03 {
  background: #2b7cc8;
}
.work_ico .work_ico_04 {
  background: #000000;
}
.work_ico .work_ico_05 {
  background: #000000;
}

.work_tag {
  padding-bottom: 0.3em;
}
.work_tag span {
  display: inline-block;
  padding: 0.2em 0.5em;
  margin-bottom: 0.3em;
  font-size: 0.9em;
  border-radius: 0.5em;
  color: #E75291;
  border: 2px solid #E75291;
}

.work_shousai_left {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.work_shousai_left .work_shousai_title {
  display: block;
  font-size: 1.7em;
  color: #49B8C9;
  padding-bottom: 0.3em;
}
.work_shousai_left .work_shousai_free {
  line-height: 2em;
}
.work_shousai_left .work_shousai_table {
  border: 1px solid #dee2e6;
}
.work_shousai_left .work_shousai_table th {
  font-weight: normal;
  background: #F7F7F7;
  width: 25%;
}
.work_shousai_left .work_shousai_table td {
  background: #FFFFFF;
}
.work_shousai_left .work_hellowork_table {
  border: 1px solid #dee2e6;
}
.work_shousai_left .work_hellowork_table th {
  font-weight: normal;
  background: #F7F7F7;
  width: 25%;
  padding: 0.5em 0.8em;
  font-size: 0.9em;
}
.work_shousai_left .work_hellowork_table td {
  background: #FFFFFF;
  padding: 0.5em 0.8em;
  font-size: 0.9em;
}
.work_shousai_left .work_shousai_btn .btn-basic {
  padding: 0.8em 1em;
}

.work_recommend .work_recommend_title {
  text-align: center;
  color: #49B8C9;
  padding-bottom: 0.3em;
}
.work_recommend .work_recommend_title span {
  vertical-align: middle;
}
.work_recommend .work_recommend_title span img {
  width: 1.5em;
  padding-right: 0.3em;
  vertical-align: text-top;
}

@media (max-width: 767px) {
  .work_shousai_left {
    background: none !important;
    box-shadow: none;
  }
  .work_shousai_left .work_shousai_title {
    background: #49B8C9;
    font-size: 1.1em;
    padding: 0.3em 0.5em 0.3em 0.5em;
    color: #ffffff;
    margin-bottom: 0.5em;
  }
  .work_shousai_left .work_shousai_free,
  .work_shousai_left .work_shousai_table {
    margin-bottom: 2em;
  }
  .work_shousai_left .work_shousai_free {
    font-size: 1em;
    line-height: 1.8em;
  }
  .work_shousai_left .work_shousai_table {
    border-top: 0;
  }
  .work_shousai_left .work_shousai_table * {
    display: block;
    width: 100%;
  }
  .work_shousai_left .work_shousai_table th,
  .work_shousai_left .work_shousai_table td {
    padding: 0.6em 0.8em 0.2em;
    width: 100%;
  }
  .work_shousai_left .work_shousai_table th {
    font-weight: bold;
  }
  .work_shousai_left .work_shousai_table td {
    padding: 0.3em 0.8em 0.5em;
  }
  .work_shousai_left .work_hellowork_table {
    border-top: 0;
  }
  .work_shousai_left .work_hellowork_table * {
    display: block;
    width: 100%;
  }
  .work_shousai_left .work_hellowork_table th,
  .work_shousai_left .work_hellowork_table td {
    padding: 0.5em 0.8em 0.2em;
    width: 100%;
  }
  .work_shousai_left .work_hellowork_table th {
    font-weight: bold;
  }
  .work_shousai_left .work_hellowork_table td {
    padding: 0.3em 0.8em 0.5em;
  }
  .work_shousai_left .work_shousai_table_sub {
    border-top: 1px solid #dee2e6;
  }
  .work_shousai_left .work_shousai_table_sub * {
    background: #FFFFFF !important;
  }
  .work_shousai_left .work_shousai_table_sub tbody {
    padding: 0.5em 1em;
  }
  .work_shousai_left .work_shousai_table_sub th,
  .work_shousai_left .work_shousai_table_sub td {
    padding: 0.5em 0em;
  }
  .work_shousai_left .work_shousai_table_sub th {
    border: none;
    font-weight: bold;
    padding-bottom: 0;
  }
  .work_shousai_left .work_shousai_table_sub td {
    border: none;
    border-bottom: 1px dotted #dee2e6;
    padding-top: 0.2em;
  }
  .work_recommend {
    padding-bottom: 1.5em;
  }
  .work_recommend .work_recommend_title {
    background: #49B8C9;
    font-size: 1.1em;
    padding: 0.5em 0.4em 0.4em 0.4em;
    color: #ffffff;
    margin-bottom: 0.8em;
  }
  .work_recommend .work_recommend_title img {
    -webkit-filter: brightness(0%) invert(1);
    -moz-filter: brightness(0%) invert(1);
    -o-filter: brightness(0%) invert(1);
    -ms-filter: brightness(0%) invert(1);
    filter: brightness(0%) invert(1);
  }
  .work_recommend .work_link .work_link_box figure {
    display: block;
  }
}
/**
* 汎用ホバースタイル
*/
.u-hov_transp {
  opacity: 1;
}
@media (hover: hover) {
  .u-hov_transp:hover {
    opacity: 0.8;
  }
}

.u-hov_scup_wrap {
  overflow: hidden;
}
.u-hov_scup_wrap img {
  scale: 1;
  transition: 0.4s;
}
@media (hover: hover) {
  .u-hov_scup:hover img {
    scale: 1.05;
    transition: 0.4s;
  }
}

/*** 汎用バーツ：カラー ***/
.font_pink {
  color: #e75291;
}

.font_blue {
  color: #49b8c9;
}

/***********************************************
* TOP
*********************************************/
/**
* TOP汎用
*/
.p-top_inner_sp {
  margin: auto;
}
@media (max-width: 767px) {
  .p-top_inner_sp {
    width: 100%;
    padding: 0 4%;
  }
}

@media (min-width: 768px) {
  .p-top_box_btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p-top_box_btn {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .p-top_sec-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-title {
    margin-bottom: 25px;
  }
}

/**
* ピックアップ&新着
*/
.p-top_sec-jobs {
  position: relative;
}
@media (min-width: 768px) {
  .p-top_sec-jobs {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .p-top_sec-jobs {
    padding: 37px 0 65px 0;
  }
}
@media (min-width: 768px) {
  .p-top_sec-jobs_title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-jobs_title {
    margin-bottom: 25px;
  }
}

.p-top_sec-pickup {
  position: relative;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-top_sec-pickup {
    overflow: hidden;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-pickup {
    max-width: 100%;
    margin-bottom: 65px;
  }
}

/**
新着
*/
@media (max-width: 767px) {
  .p-top_sec-newarrival .c-newarrival_container {
    margin-bottom: 0;
  }
}

/**
* お仕事ラボの3つの特徴
*/
.p-top_sec-feature {
  position: relative;
}
@media (min-width: 768px) {
  .p-top_sec-feature {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .p-top_sec-feature {
    width: 100%;
    padding: 65px 0 0;
  }
}
.p-top_sec-feature_title {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.1212121212;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-top_sec-feature_title {
    margin-bottom: 40px;
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-feature_title {
    margin-bottom: 25px;
    font-size: 6.4vw;
  }
}
.p-top_sec-feature .features_box {
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .p-top_sec-feature .features_box {
    padding: 70px 7.311827957% 40px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-feature .features_box {
    padding: 40px 6.3583815029%;
  }
}
.p-top_sec-feature .features_box_btn {
  text-align: center;
}
@media (min-width: 768px) {
  .p-top_sec-feature .features_box_btn {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-feature .features_box_btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-feature .c-linkbtn_list {
    margin-top: 25px;
    padding-bottom: 25px;
  }
}

.p-top_sec-feature .cartitem {
  display: grid;
  grid-template-columns: 16.1221590909% 1fr 16.1221590909%;
  grid-template-rows: auto auto auto auto;
  border-bottom: 1px solid #F4F4F4;
}
@media (min-width: 768px) {
  .p-top_sec-feature .cartitem {
    padding-bottom: 64px;
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-feature .cartitem {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.p-top_sec-feature .cartitem:not(:has(+ .cartitem)) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.p-top_sec-feature .cartitem_number {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media (min-width: 768px) {
  .p-top_sec-feature .cartitem_number img {
    max-height: 112px;
  }
}
.p-top_sec-feature .cartitem_image {
  grid-row: 1/3;
  grid-column: 2/4;
}
.p-top_sec-feature .cartitem_title {
  grid-row: 3/4;
  grid-column: 1/4;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.7692307692;
  color: #E65293;
  margin-top: 38px;
  margin-bottom: 27px;
}
.p-top_sec-feature .cartitem_description {
  grid-row: 4/5;
  grid-column: 1/4;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-top_sec-feature .cartitem {
    display: grid;
    grid-template-columns: 17.5496688742% 1fr;
    grid-template-rows: auto auto;
  }
  .p-top_sec-feature .cartitem_number {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 100%;
  }
  .p-top_sec-feature .cartitem_number img {
    max-height: 15.7333333333vw;
    display: block;
    margin: 0;
  }
  .p-top_sec-feature .cartitem_image {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-bottom: 35px;
    margin-top: 20px;
  }
  .p-top_sec-feature .cartitem_title {
    grid-row: 1/2;
    grid-column: 2/3;
    display: flex;
    align-items: center;
    min-height: 3.5em;
    margin: 0;
    font-size: 5.3333333333vw;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.55;
  }
  .p-top_sec-feature .cartitem_description {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}

.p-top_sec-voice_title {
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.7692307692;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top_sec-voice_title {
    margin-bottom: 20p;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 2.3;
  }
}
.p-top_sec-voice .c-voicecard2 {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .p-top_sec-voice .c-voicecard2 {
    display: block;
  }
}
.p-top_sec-voice .voice_item {
  width: 48.2954545455%;
}
@media (max-width: 767px) {
  .p-top_sec-voice .voice_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-top_sec-voice .voice_item:last-child {
    margin-bottom: 0;
  }
}

/**
* コラム＆ニュースレイアウト
*/
@media (min-width: 768px) {
  .p-top_grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: 57px auto;
  }
}
@media (max-width: 767px) {
  .p-top_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media (min-width: 768px) {
  .p-top_grid_ttl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-top_grid_ttl .p-top_sec-title {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .p-top_grid_ttl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (min-width: 768px) {
  .p-top_grid_link {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .p-top_grid_link {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .p-top_grid_item {
    grid-column: 2/2;
    grid-row: 1/3;
  }
}
@media (max-width: 767px) {
  .p-top_grid_item {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

/**
* コラム
*/
@media (min-width: 768px) {
  .p-top_sec-column {
    padding: 60px 0 60px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-column {
    padding: 68px 0 70px;
  }
}
.p-top_sec-column_item {
  display: flex;
  align-items: flex-start;
  color: #333333;
}
@media (max-width: 767px) {
  .p-top_sec-column_item {
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    display: block;
    padding: 22px 6.3583815029%;
  }
}
.p-top_sec-column_item:hover {
  text-decoration: none;
}
.p-top_sec-column_image {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top_sec-column_image {
    min-width: 29.9145299145%;
    max-width: 350px;
    margin-right: 5.1282051282%;
  }
}
@media (max-width: 767px) {
  .p-top_sec-column_image {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.p-top_sec-column_image img {
  width: 100%;
}
.p-top_sec-column_time {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #49B8C9;
}
@media (max-width: 767px) {
  .p-top_sec-column_time {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 2.6428571429;
  }
}
.p-top_sec-column_title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.0909090909;
  color: #333333;
}
@media (max-width: 767px) {
  .p-top_sec-column_title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.p-top_sec-column_description {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  .p-top_sec-column_description {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.p-top_sec-column_detail {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .p-top_sec-column_detail {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

/**
* お仕事ラボNEWS
*/
@media (min-width: 768px) {
  .p-top_sec-news {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-news {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .p-top_sec-news_list {
    width: 100%;
  }
}
.p-top_sec-news_list li {
  display: block;
  border-bottom: 1px solid #E0E0E0;
}
.p-top_sec-news_list li:first-child a {
  padding-top: 0;
}
.p-top_sec-news_list li a {
  position: relative;
  padding: 1em 0;
}
.p-top_sec-news_list li a:hover {
  text-decoration: none;
}
.p-top_sec-news_list li a:hover p {
  text-decoration: underline;
}
.p-top_sec-news_list li a::after {
  content: "";
  position: absolute;
  right: 0.6em;
  width: 15px;
  height: 15px;
  background: url("../images/common/ico_arrow_right.svg") no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-top_sec-news_list li a span {
  color: #49B8C9;
}
.p-top_sec-news_list li a p {
  margin-bottom: 0;
  padding-right: 2em;
  color: #333333;
}

/**
* お仕事ラボでは、全国の薬剤師の求人情報を検索することができます。
*/
@media (min-width: 768px) {
  .p-top_sec-pref {
    padding: 40px 10.2564102564%;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-pref {
    margin-bottom: 50px;
    border: 1px solid #E6E6E6;
  }
}

/**
* AXISのサービス
*/
.p-top_sec-axisstyle {
  text-align: center;
}
@media (min-width: 768px) {
  .p-top_sec-axisstyle {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-axisstyle {
    margin-bottom: 62px;
  }
}
@media (min-width: 768px) {
  .p-top_sec-axisstyle .title_hasicon {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-axisstyle .title_hasicon {
    margin-bottom: 30px;
    text-align: left;
  }
}
.p-top_sec-axisstyle .bnr_dokuritsushien img {
  height: auto;
}

/**
* フッター前リンク
* top_link_wrapのコピー
*/
@media (min-width: 768px) {
  .p-top_sec-footerlinks {
    padding-bottom: 6rem !important;
    padding-top: 0 !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-top_sec-footerlinks {
    padding-bottom: 3rem !important;
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .p-top_sec-footerlinks .title_hasicon {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-footerlinks .title_hasicon {
    margin-bottom: 30px;
    text-align: left;
  }
}
.p-top_sec-footerlinks ul {
  display: flex;
  margin: 0 -1%;
}
@media (max-width: 767px) {
  .p-top_sec-footerlinks ul {
    flex-wrap: wrap;
  }
}
.p-top_sec-footerlinks ul li {
  display: flex;
  align-items: center;
  width: 31.33333%;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .p-top_sec-footerlinks ul li {
    height: 110px;
    margin: 0 1.2820512821%;
  }
  .p-top_sec-footerlinks ul li:first-child {
    margin-left: 0;
  }
  .p-top_sec-footerlinks ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .p-top_sec-footerlinks ul li {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 16px;
  }
  .p-top_sec-footerlinks ul li:last-child {
    margin-bottom: 0;
  }
}
.p-top_sec-footerlinks ul li a {
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  color: #333333;
}
@media (min-width: 768px) {
  .p-top_sec-footerlinks ul li a {
    width: 100%;
    height: 100%;
    padding: 26px 8.1081081081%;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.6666666667;
  }
}
@media (max-width: 767px) {
  .p-top_sec-footerlinks ul li a {
    width: 100%;
    display: block;
    padding: 20px 5.7971014493%;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.p-top_sec-footerlinks ul li a::before {
  content: "";
  background: url("../images/common/icon_arr_link_blue.svg") no-repeat center;
}
@media (min-width: 768px) {
  .p-top_sec-footerlinks ul li a::before {
    width: 24px;
    height: 24px;
    margin-right: 9px;
  }
}
@media (max-width: 767px) {
  .p-top_sec-footerlinks ul li a::before {
    position: absolute;
    display: block;
    right: 5.7971014493%;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
}
.p-top_sec-footerlinks ul li a::after {
  display: inline-block;
  position: relative;
  content: "";
  background: url(../images/common/icon_new_blue.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .p-top_sec-footerlinks ul li a::after {
    width: 15px;
    height: 15px;
  }
}
.p-top_sec-footerlinks ul li a:hover .ib {
  text-decoration-line: underline;
}
.p-top_sec-footerlinks ul li a span.ib {
  display: inline-block;
}

/*** TOPメイン：検索エリア ***/
.top-main {
  background: url(../images/page/top/main2_pc.jpg) no-repeat center center #ffffff;
  height: 548px;
  background-size: cover;
}
@media (max-width: 1100px) {
  .top-main {
    background-position: right;
  }
}
.top-main .container {
  position: relative;
  max-width: 1212px;
  margin: auto;
}
.top-main .top_main_search {
  z-index: 300;
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  position: absolute;
  top: 79px;
  right: 0;
}
@media (max-width: 1100px) {
  .top-main .top_main_search {
    width: auto;
  }
}
.top-main .nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.top-main .nav-item {
  border-top: none !important;
  width: 50%;
}
.top-main .nav-link2 {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 48px;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C1C1C1;
  color: #FFFFFF;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2307692308;
}
.top-main .nav-link2.active {
  background-color: #ffffff;
  color: #333333;
}
.top-main .tab-pane {
  padding: 25px 30px;
}

.tab_title {
  display: block;
  font-weight: normal;
  color: #333;
  margin-bottom: 23px;
}

.tab_title span {
  font-size: 1.2em;
  font-weight: bold;
}

/*** メイン：SP ***/
.top-main_sp {
  height: 129.8666666667vw;
  background: url(../images/page/top/main2_sp.jpg) no-repeat center center;
  background-size: contain;
  position: relative;
}
.top-main_sp .top_main_text_catch {
  padding: 0 5%;
}
.top-main_sp .top_main_text_catch * {
  margin-bottom: 0;
}
.top-main_sp .top_main_text_catch h2 {
  font-size: 1.3em;
  line-height: 1.4em;
}
.top-main_sp .top_main_text_catch h2 span {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #f2a9c5 70%, #f2a9c5 85%, transparent 85%);
}
.top-main_sp .top_main_text_catch p {
  font-size: 1.1em;
  line-height: 1.5em;
  padding-top: 0.3em;
}

.top-main_sp_entrylink {
  width: 92%;
  margin: 11vw auto 0;
  position: relative;
  z-index: 1;
}

.nav-item img {
  max-width: 75%;
}

.top_main_nav {
  padding: 10% 5% 0 5%;
}
.top_main_nav li {
  padding: 0.3em;
}
.top_main_nav a,
.top_main_nav button {
  display: block;
  background: #49b8c9;
  background: -moz-linear-gradient(-45deg, #7cccd7 0%, #49b8c9 100%);
  background: -webkit-linear-gradient(-45deg, #7cccd7 0%, #49b8c9 100%);
  background: linear-gradient(135deg, #7cccd7 0%, #49b8c9 100%);
  padding: 0.8em 0.5em;
  border: none;
  border-radius: 0.3em;
  color: #ffffff;
  text-align: center;
}
.top_main_nav a img,
.top_main_nav button img {
  -webkit-filter: brightness(0%) invert(1);
  -moz-filter: brightness(0%) invert(1);
  -o-filter: brightness(0%) invert(1);
  -ms-filter: brightness(0%) invert(1);
  filter: brightness(0%) invert(1);
  max-width: 80%;
}
.top_main_nav .top_main_nav_support {
  background: #E75291;
  background: -moz-linear-gradient(-45deg, #ED85AD 0%, #E75291 100%);
  background: -webkit-linear-gradient(-45deg, #ED85AD 0%, #E75291 100%);
  background: linear-gradient(135deg, #ED85AD 0%, #E75291 100%);
}
.top_main_nav .top_main_nav_support * {
  vertical-align: text-top;
}
.top_main_nav .top_main_nav_support span {
  display: inline-block;
}
.top_main_nav .top_main_nav_support span img {
  width: 1.6em;
  margin-right: 0.4em;
}

@media (max-width: 767px) {
  .top_main_modal_open_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: -6.6666666667vw;
    z-index: 1;
  }
  .top_main_modal_open_btn .item {
    width: 45.3333333333vw;
    padding: 4.8vw 8vw;
    margin: 0 0.6666666667vw;
    background-color: #49B8C9;
    border-radius: 1.6vw;
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.03em;
    line-height: 1.5;
    color: #ffffff;
  }
  .top_main_modal_open_btn button {
    background-color: #49B8C9;
    border: none;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
  }
}

/*** TOPメイン：キャッチコピーエリア ***/
@media (min-width: 768px) {
  .top_main_text_catch-01 {
    text-align: center;
    margin: 57px 0 18px 0;
    max-width: 54.3981481481%;
  }
}
@media (max-width: 767px) {
  .top_main_text_catch-01 {
    width: 72.5333333333vw;
    padding: 6.4vw 0;
    margin: auto;
  }
  .top_main_text_catch-01 img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .top_main_text_wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.top_main_text_catch-02 {
  display: flex;
}
@media (min-width: 768px) {
  .top_main_text_catch-02 {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .top_main_text_catch-02 {
    justify-content: center;
    margin-bottom: 1.8666666667vw;
  }
}
@media (min-width: 768px) {
  .top_main_text_catch-02 li {
    width: 142px;
    margin: 0 6px;
  }
}
@media (max-width: 767px) {
  .top_main_text_catch-02 li {
    width: 27.2vw;
    margin: 0 2.4vw;
  }
}
.top_main_text_catch-02 li img {
  width: 100%;
  max-width: 100%;
}

.top_main_text_catch-03 {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .top_main_text_catch-03 {
    margin-bottom: 12px;
    width: 455px;
    height: 55px;
    border: 2px solid #FF98BE;
    --stripe-color: #FFF6F9;
    --bg: #ffffff;
    --thickness: 2px;
    --gap: 12px;
    --angle: -45deg;
    background: repeating-linear-gradient(var(--angle), var(--stripe-color) 0 calc(var(--thickness)), var(--bg) calc(var(--thickness)) calc(var(--thickness) + var(--gap)));
  }
}
@media (max-width: 767px) {
  .top_main_text_catch-03 {
    width: auto;
    margin: 0 2.6666666667%;
    padding: 1.0666666667vw 0;
  }
}
.top_main_text_catch-03-day {
  background-color: #E65293;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.39px;
}
@media (min-width: 768px) {
  .top_main_text_catch-03-day {
    width: 113px;
    height: 25px;
    padding: 2px 5px;
    margin-right: 30px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .top_main_text_catch-03-day {
    padding: 0.5333333333vw 1.3333333333vw;
    margin-right: 3.2vw;
    font-size: 2.6666666667vw;
  }
}
.top_main_text_catch-03-content {
  display: flex;
  align-items: center;
}
.top_main_text_catch-03-title {
  font-weight: bold;
}
@media (min-width: 768px) {
  .top_main_text_catch-03-title {
    margin-right: 15px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .top_main_text_catch-03-title {
    margin-right: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.top_main_text_catch-03-number {
  font-weight: bold;
  color: #E75291;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .top_main_text_catch-03-number {
    margin-right: 5px;
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .top_main_text_catch-03-number {
    margin-right: 1.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.top_main_text_catch-03-matter {
  font-weight: bold;
  color: #E75291;
}
@media (min-width: 768px) {
  .top_main_text_catch-03-matter {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .top_main_text_catch-03-matter {
    font-size: 4vw;
  }
}

@media (min-width: 768px) {
  .top_main_text_catch-04 {
    text-align: left;
    font-size: 11px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .top_main_text_catch-04 {
    text-align: center;
    width: 100%;
    font-size: 2.6666666667vw;
    letter-spacing: 0.03em;
    line-height: 1.7;
    color: #333333;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0) 100%);
    padding: 1.6vw 8vw 9.3333333333vw;
    border-radius: 8px;
    display: inline-block;
  }
}

.top_main_text {
  position: absolute;
  z-index: 200;
  left: 0;
  top: 50%;
  bottom: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
  text-align: right;
}
@media (max-width: 1100px) {
  .top_main_text {
    top: 219px;
    left: -150px;
    scale: 0.6;
  }
}
.top_main_text .top_main_text_catch * {
  margin-bottom: 0;
}
.top_main_text .top_main_text_catch h2 {
  font-size: 2.6em;
  line-height: 1.4em;
}
.top_main_text .top_main_text_catch h2 span {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #f2a9c5 70%, #f2a9c5 85%, transparent 85%);
}
.top_main_text .top_main_text_catch p {
  font-size: 1.8em;
  line-height: 1.5em;
  padding-top: 0.3em;
}
@media (max-width: 1200px) {
  .top_main_text .top_main_text_catch h2 {
    font-size: 2.3em;
  }
  .top_main_text .top_main_text_catch p {
    font-size: 1.6em;
  }
}
@media (max-width: 1100px) {
  .top_main_text .top_main_text_catch h2 {
    font-size: 2.1em;
  }
  .top_main_text .top_main_text_catch p {
    font-size: 1.5em;
  }
}
@media (max-width: 992px) {
  .top_main_text .top_main_text_catch h2 {
    font-size: 1.9em;
  }
  .top_main_text .top_main_text_catch p {
    font-size: 1.3em;
  }
}
.top_main_text .top_main_text_up {
  background: #ffffff;
  text-align: center;
  border-radius: 5em;
  padding: 0.2em 0.8em 0.1em;
  border: solid 2px #E75291;
}
.top_main_text .top_main_text_up::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 80%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 500;
}
.top_main_text .top_main_text_up::before {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 80%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #E75291;
  z-index: 400;
}
.top_main_text .top_main_text_up .d-flex {
  flex-flow: wrap;
  align-items: center;
}
.top_main_text .top_main_text_up .d-flex * {
  vertical-align: middle;
  padding: 0 0.1em;
  color: #E75291;
  font-weight: bold;
}
.top_main_text .top_main_text_up .d-flex .top_main_text_up_day {
  font-size: 1.1em;
  padding-right: 0.3em;
}
.top_main_text .top_main_text_up .d-flex .top_main_text_up_title {
  font-size: 0.7em;
  line-height: 1.2em;
}
.top_main_text .top_main_text_up .d-flex .top_main_text_up_number {
  font-size: 1.6em;
}
.top_main_text .top_main_text_up .d-flex .top_main_text_up_matter {
  font-size: 1.1em;
}
@media (max-width: 1200px) {
  .top_main_text .top_main_text_up .d-flex .top_main_text_up_day {
    font-size: 1em;
  }
  .top_main_text .top_main_text_up .d-flex .top_main_text_up_number {
    font-size: 1.4em;
  }
  .top_main_text .top_main_text_up .d-flex .top_main_text_up_matter {
    font-size: 0.9em;
  }
}
@media (max-width: 992px) {
  .top_main_text .top_main_text_up .d-flex .top_main_text_up_day {
    font-size: 0.9em;
  }
  .top_main_text .top_main_text_up .d-flex .top_main_text_up_title {
    font-size: 0.6em;
    line-height: 1.1em;
  }
  .top_main_text .top_main_text_up .d-flex .top_main_text_up_number {
    font-size: 1.2em;
  }
  .top_main_text .top_main_text_up .d-flex .top_main_text_up_matter {
    font-size: 0.8em;
  }
}
.top_main_text .top_main_text_up .top_main_text_up_icon {
  left: -60px;
  top: -25px;
}
@media (max-width: 1200px) {
  .top_main_text .top_main_text_up .top_main_text_up_icon {
    display: none;
  }
}
.top_main_text .top_main_text_up .top_main_text_up_icon img {
  -webkit-filter: drop-shadow(0px 0 10px rgb(255, 255, 255));
  filter: drop-shadow(0px 0px 10px rgb(255, 255, 255));
}

/*** TOP：バナーエリア ***/
.bnr_slide {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ffffff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ffffff), color-stop(0.75, #ffffff), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 5px 5px;
  padding: 2em 0;
}

.swiper-container .swiper-wrapper {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}
.swiper-container .swiper-wrapper img {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.swiper-container .swiper-wrapper img:hover {
  opacity: 0.8;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #E1007E;
}

@media (max-width: 992px) {
  .swiper-container {
    padding-bottom: 1.2em;
    width: 100% !important;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .bnr_slide {
    padding: 1em 0;
  }
  .swiper-container .swiper-slide {
    padding: 0 3%;
  }
}
@media (min-width: 992px) {
  .swiper-wrapper {
    flex-wrap: wrap;
  }
  .swiper-slide {
    width: 25%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .swiper-button-prev, .swiper-button-next, .swiper-pagination {
    display: none;
  }
}
.swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  cursor: pointer;
}

/*** TOP：特徴 ***/
.top_special_title {
  text-align: center;
  position: relative;
}
.top_special_title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #d7dada;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.top_special_title .title_l {
  background: #eef9fa;
}

@media (max-width: 767px) {
  .top_special_title {
    background: #6DC6D3;
  }
  .top_special_title::before {
    display: none;
  }
  .top_special_title .title_l {
    background: #6DC6D3;
  }
}
.top_special_01,
.top_special_02 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top_special_01::before,
.top_special_02::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  background: #e09bba;
  left: 0;
  right: 0;
  top: 1.6em;
  margin: auto;
  z-index: 100;
}
@media (max-width: 768px) {
  .top_special_01::before,
  .top_special_02::before {
    display: none;
  }
}

.top_special_02 .top_special_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.top_special_02 .top_special_img span {
  right: -3%;
  left: auto;
  top: -4%;
}
@media (max-width: 1200px) {
  .top_special_02 .top_special_img span {
    right: 0%;
    top: -4%;
  }
}
@media (max-width: 768px) {
  .top_special_02 .top_special_img span {
    right: auto;
    left: 0%;
    top: -4%;
  }
}
.top_special_02 .top_special_txt {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media (max-width: 768px) {
  .top_special_02 .top_special_img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .top_special_02 .top_special_txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

.top_special_img img {
  width: 100%;
  height: auto;
}
.top_special_img span {
  left: -3%;
  top: -4%;
  right: auto;
}
.top_special_img span img {
  width: auto;
}
@media (max-width: 1200px) {
  .top_special_img span {
    left: 0%;
    top: -4%;
    max-width: 28%;
  }
}

.top_special_txt strong {
  font-size: 1.8em;
  color: #E75291;
  display: inline-block;
  padding: 0.3em 0.5em;
  margin-left: -0.5em;
  position: relative;
  background: #eef9fa;
  z-index: 200;
}
.top_special_txt p {
  font-size: 1.2em;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
@media (max-width: 992px) {
  .top_special_txt strong {
    font-size: 1.5em;
  }
  .top_special_txt p {
    font-size: 1.1em;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .top_special_txt strong {
    font-size: 1.1em;
  }
  .top_special_txt p {
    font-size: 0.9em;
    letter-spacing: 0;
  }
}

/*** TOP：メッセージ ***/
.top_message {
  background-color: #e2eeef;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #e8f8f9), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #e8f8f9), color-stop(0.75, #e8f8f9), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 5px 5px;
}
.top_message .container_inner::before, .top_message .container_inner::after {
  position: absolute;
  top: 0;
  content: "";
  width: 13px;
  height: 100%;
  display: inline-block;
}
.top_message .container_inner::before {
  border-left: solid 2px #5dc0cf;
  border-top: solid 2px #5dc0cf;
  border-bottom: solid 2px #5dc0cf;
  left: 0;
}
.top_message .container_inner::after {
  content: "";
  border-top: solid 2px #5dc0cf;
  border-right: solid 2px #5dc0cf;
  border-bottom: solid 2px #5dc0cf;
  right: 0;
}

.top_message_txt {
  -webkit-justify-content: center;
  justify-content: center;
}
.top_message_txt .top_message_txt_title {
  display: block;
  padding: 0 0 0.5em 1.6em;
  font-size: 1.2em;
  font-weight: bold;
  color: #5dc0cf;
  border-bottom: 1px solid #5dc0cf;
  background: url("../images/common/ico_hexa.svg") no-repeat left top;
  background-size: 1.2em;
}
.top_message_txt .top_message_txt_catch {
  display: block;
  font-size: 2em;
  font-weight: normal;
  padding: 0.5em 0;
}
.top_message_txt p {
  line-height: 1.8em;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}

@media (max-width: 992px) {
  .top_message_txt .top_message_txt_catch {
    font-size: 1.7em;
  }
  .top_message_txt p {
    line-height: 1.7em;
    font-size: 1em;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 768px) {
  .top_message_txt {
    padding: 0 3%;
  }
}
@media (max-width: 767px) {
  .top_message_txt .top_message_txt_catch {
    font-size: 1.2em;
  }
  .top_message_txt p {
    line-height: 1.7em;
    font-size: 0.9em;
    letter-spacing: 0;
  }
  .top_message_txt p + p {
    margin-bottom: 0;
  }
}
/*** TOP：お気に入り・閲覧履歴 ***/
.reccomend_area {
  background: #eef9fa !important;
}

.history_area {
  background: #ffffff !important;
}

/*** TOP：エリアリスト ***/
.area_list_title {
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2631578947;
  color: #49B8C9;
  pointer-events: none;
}
@media (min-width: 768px) {
  .area_list_title {
    margin-bottom: 31px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .area_list_title {
    display: block;
    position: relative;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 20px 11.5942028986% 20px 6.9565217391%;
    pointer-events: all;
  }
  .area_list_title p {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .area_list_title::after {
    display: inline-block;
    position: absolute;
    right: 4.347826087%;
    top: 39%;
    content: "";
    background-color: blue;
    background: url(../images/common/icon_plus.svg) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .area_list_title:has(+ .area_list.show)::after {
    background: url(../images/common/icon_plus_minus.svg) no-repeat center;
  }
}
.area_list_title strong {
  font-weight: normal;
}

.area_list {
  margin: 0 0 1em 0;
  display: flex !important;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .area_list {
    display: none !important;
    padding: 0 4.347826087% 15px;
    padding-right: 2.8985507246%;
  }
}
.area_list li {
  display: inline-block;
}
@media (min-width: 768px) {
  .area_list li {
    margin: 0 3px 10px;
  }
}
@media (max-width: 767px) {
  .area_list li {
    margin: 0 0 6px 0;
  }
}
.area_list li a {
  padding: 4px 8px;
  border: 1px solid #eff8fa;
  background-color: #eff8fa;
  letter-spacing: 0;
  line-height: 1.875;
  color: #333333;
  text-decoration: none;
}
@media (min-width: 768px) {
  .area_list li a {
    border-radius: 4px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .area_list li a {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.1428571429;
  }
}
.area_list li a:hover {
  color: #E75291;
}
.area_list li:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .area_list li a {
    display: inline-block;
    padding: 0.2em 0.3em;
    border-radius: 0.3em;
    font-size: 0.9em;
    border: 1px solid #eff8fa;
    background-color: #eff8fa;
  }
  .area_list li::after {
    display: none;
  }
  .area_list.show {
    display: block !important;
    height: auto;
  }
}
/*** TOP：News ***/
.top_news_title h3 {
  font-size: 2em;
  padding: 0.5em 0;
  font-weight: bold;
  color: #666666;
}
@media (max-width: 992px) {
  .top_news_title h3 {
    font-size: 1.7em;
  }
}
@media (max-width: 767px) {
  .top_news_title h3 {
    font-size: 1.2em;
    text-align: center;
    background: #6DC6D3;
    color: #ffffff;
    margin-bottom: 0.7em;
  }
}

.top_news_list li {
  display: block;
  border-bottom: 1px solid #E0E0E0;
}
.top_news_list li a {
  position: relative;
  padding: 1em 0;
}
.top_news_list li a:hover {
  text-decoration: none;
}
.top_news_list li a:hover p {
  text-decoration: underline;
}
.top_news_list li a::after {
  content: "";
  position: absolute;
  right: 0.6em;
  width: 15px;
  height: 15px;
  background: url("../images/common/ico_arrow_right.svg") no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.top_news_list li a span {
  color: #49B8C9;
}
.top_news_list li a p {
  margin-bottom: 0;
  padding-right: 2em;
  color: #333333;
}

/*** TOP：お仕事研究所 ***/
.top_labo {
  background: url("../images/common/info_bg.jpg") no-repeat center center;
  background-size: cover;
}
.top_labo .top_labo_title .title_l {
  color: #FFFFFF;
}

.top_labo_box a {
  display: block;
  border-radius: 1em;
  padding: 2.2em 3em 2.2em 2.2em;
  background: #FFFFFF;
  height: 100%;
}
.top_labo_box a:hover {
  text-decoration: none;
  background: #fff3fb;
}
.top_labo_box a::after {
  content: "";
  position: absolute;
  right: 1.6em;
  width: 20px;
  height: 20px;
  background: url("../images/common/ico_arrow_right_pink.svg") no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.top_labo_box figure {
  text-align: center;
}
.top_labo_box strong {
  display: block;
  padding-bottom: 0.3em;
  font-size: 1.5em;
  color: #E75291;
}
.top_labo_box p {
  margin-bottom: 0;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  color: #333333;
}
@media (max-width: 768px) {
  .top_labo_box strong {
    padding-bottom: 0.2em;
    font-size: 1.3em;
  }
  .top_labo_box p {
    font-size: 1em;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 767px) {
  .top_labo .container {
    max-width: 100%;
  }
  .top_labo_box {
    margin-bottom: 0.5em;
  }
  .top_labo_box a {
    padding: 1em 1.8em 1em 1.5em;
  }
  .top_labo_box a strong {
    padding-bottom: 0.3em;
    font-size: 1.2em;
    line-height: 1.3em;
  }
  .top_labo_box a p {
    font-size: 0.9em;
    letter-spacing: 0;
  }
  .top_labo_box a::after {
    right: 1.2em;
  }
}
/*** TOP：AXIS ***/
.top_axis .row {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.top_axis p {
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #666666;
}

@media (max-width: 767px) {
  .top_axis .row figure {
    text-align: center;
  }
  .top_axis .row figure img {
    max-width: 60%;
  }
  .top_axis .row p {
    font-size: 0.9em;
    line-height: 1.6em;
    letter-spacing: 0;
  }
}
/*** Home:テキストリンク ***/
.top_link_wrap {
  padding-bottom: 6rem !important;
  padding-top: 4rem !important;
}
@media (max-width: 768px) {
  .top_link_wrap {
    padding-bottom: 5rem !important;
    padding-top: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  .top_link_wrap {
    padding-bottom: 3rem !important;
    padding-top: 2rem !important;
  }
}
.top_link_wrap div h3 {
  font-size: 2em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #666666;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d7dada;
}
@media (max-width: 768px) {
  .top_link_wrap div h3 {
    font-size: 1.7em;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .top_link_wrap div h3 {
    font-size: 1.2em;
    text-align: center;
    background: #6DC6D3;
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0.6em 0 0.5em;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
}
.top_link_wrap div ul {
  display: flex;
  margin: 0 -1%;
}
@media (max-width: 767px) {
  .top_link_wrap div ul {
    flex-wrap: wrap;
  }
}
.top_link_wrap div ul li {
  width: 31.33333%;
  margin: 0 1%;
}
@media (max-width: 767px) {
  .top_link_wrap div ul li {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    margin: 0;
  }
}
.top_link_wrap div ul li a {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  color: #333333;
  padding-left: 29px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .top_link_wrap div ul li a {
    font-size: 16.5px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .top_link_wrap div ul li a {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .top_link_wrap div ul li a {
    font-size: 15px;
    display: block;
    padding: 18px 20px 18px 0;
  }
}
.top_link_wrap div ul li a::before {
  content: "";
  background: url("../images/common/icon_arr_link.svg") no-repeat center;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 10px;
  top: 11px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .top_link_wrap div ul li a::before {
    width: 20px;
    height: 20px;
    left: 13px;
  }
}
@media (max-width: 767px) {
  .top_link_wrap div ul li a::before {
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
  }
}
.top_link_wrap div ul li a::after {
  display: inline-block;
  position: relative;
  content: "";
  background: url(../images/common/icon_new.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .top_link_wrap div ul li a::after {
    width: 15px;
    height: 15px;
  }
}
.top_link_wrap div ul li a:hover .ib {
  text-decoration-line: underline;
}
.top_link_wrap div ul li a span.ib {
  display: inline-block;
}

/* HOME / 都道府県リンク一覧（上部） */
.prefectures_outer {
  background: url(../images/common/home_area_map.png) no-repeat right center;
}
@media screen and (max-width: 600px) {
  .prefectures_outer {
    background: none;
  }
}

.prefectures_list .area_title {
  font-weight: bold;
  font-size: 21px;
  position: relative;
  padding-left: 10px;
  margin: 10px 0 7px 0;
}
@media screen and (max-width: 600px) {
  .prefectures_list .area_title {
    font-size: 5.5vw;
    margin: 10px 0 5px 0;
  }
}
.prefectures_list .area_title span {
  color: #4fbbcb;
}
.prefectures_list .area_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 2px;
  width: 5px;
  background: #4fbbcb;
  border-radius: 100px;
}
.prefectures_list .list_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
@media (max-width: 1100px) {
  .prefectures_list .list_wrap {
    width: 88%;
  }
}
@media screen and (max-width: 900px) {
  .prefectures_list .list_wrap {
    width: 100%;
  }
}
.prefectures_list .list_wrap .list_box {
  margin-top: 8px;
  display: flex;
  width: 50%;
  padding-right: 3%;
}
@media screen and (max-width: 819px) {
  .prefectures_list .list_wrap .list_box {
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0;
  }
}
.prefectures_list .list_wrap .list_box .list_title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9669c;
  color: #fff;
  font-size: 16px;
  border: 1px solid #ca5384;
  border-radius: 6px;
  text-align: center;
  width: 20%;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .prefectures_list .list_wrap .list_box .list_title {
    width: 100%;
    padding: 5px 0 3px;
    margin-bottom: 8px;
    background: #fff2f7;
    color: #e75894;
    border: 1px solid #e1b2c5;
  }
}
.prefectures_list .list_wrap .list_box .list_title * {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .prefectures_list .list_wrap .list_box .list_title * {
    color: #e75894;
  }
}
.prefectures_list .list_wrap .list_box .list_title .inner span {
  display: block;
}
@media screen and (max-width: 600px) {
  .prefectures_list .list_wrap .list_box .list_title .inner span {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .prefectures_list .list_wrap .list_box .list_title .inner span + span::before {
    content: "・";
  }
}
.prefectures_list .list_wrap .list_box .list_prefectures {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-left: 15px;
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .prefectures_list .list_wrap .list_box .list_prefectures {
    margin-left: 0;
    width: 100%;
  }
}
.prefectures_list .list_wrap .list_box .list_prefectures li {
  width: 18.4%;
  margin-bottom: 5px;
}
.prefectures_list .list_wrap .list_box .list_prefectures li a {
  display: block;
  font-size: 15px;
  border: 1px solid #a5a5a5;
  padding: 5px 0 4px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.3em;
  color: #333;
  background: #fff;
}
.prefectures_list .list_wrap .list_box .list_prefectures li a:hover {
  text-decoration: none;
  background: #f7f7f7;
}

/*** エリアTOP ***/
.area_baloon {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  border: solid 3px #f2a9c5;
  padding: 18px 20px 12px 20px;
  margin-bottom: 0;
  border-radius: 10px;
}
.area_baloon .text_hidden {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.area_baloon .text_full {
  display: block;
  margin: 0;
}
.area_baloon .text_open_btn_wrap {
  text-align: center;
  padding-top: 10px;
}
.area_baloon .text_open_btn_wrap .text_open_btn {
  display: inline-block;
  cursor: pointer;
  color: #333;
  padding: 6px 25px 4px;
  border-radius: 100px;
  background: #eee;
}
.area_baloon .text_open_btn_wrap .text_open_btn:hover {
  background: #e4e4e4;
}

@media (max-width: 767px) {
  .area_baloon + figure {
    padding-top: 1em;
  }
  .area_baloon + figure img {
    max-width: 25%;
  }
}
/***********************************************
* meritページ
*********************************************/
.p-feature.l-bg_has-side {
  /* 最初の wrap（fullscreen-box のすぐ次の wrap）だけ 204px */
}
@media (max-width: 767px) {
  .p-feature.l-bg_has-side .sec_main1 {
    padding-top: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .p-feature.l-bg_has-side .sec_main1 > .l-bg_fullscreen-box + .p-feature_item_list {
    margin-top: 80px;
  }
}
.p-feature.l-bg_has-side .l-bg_fullscreen-box {
  overflow: hidden;
}
.p-feature.l-bg_has-side .l-bg_fullscreen-box .bg_p-feature {
  width: 100%;
}
@media (min-width: 768px) {
  .p-feature.l-bg_has-side .l-bg_fullscreen-box .bg_p-feature {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .p-feature.l-bg_has-side .l-bg_fullscreen-box .bg_p-feature {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 767px) {
  .p-feature.l-bg_has-side .p-feature_item_list {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .p-feature.l-bg_has-side .l-sidebar {
    margin-top: 60px;
  }
}

.p-feature_sec-main {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .p-feature_sec-main {
    max-width: 1400px;
    height: 512px;
    background-image: url(../images/page/merit/main.jpg);
  }
}
@media (max-width: 767px) {
  .p-feature_sec-main {
    background-image: url(../images/page/merit/main_sp.jpg);
    height: 102.6666666667vw;
  }
}
@media (min-width: 768px) {
  .p-feature_sec-main .main_copy {
    display: flex;
    justify-content: space-between;
    max-width: 1030px;
    padding: 104px 15px 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-main .main_copy {
    width: 81.0666666667%;
    padding-top: 13.3333333333vw;
    margin: 0 auto;
  }
}
.p-feature_sec-main .main_copy .title {
  flex-shrink: 0;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 0.880952381;
  color: #E65293;
}
@media (min-width: 768px) {
  .p-feature_sec-main .main_copy .title {
    font-size: 42px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-main .main_copy .title {
    font-size: 7.7333333333vw;
    margin-bottom: 7.4666666667vw;
  }
}
.p-feature_sec-main .main_copy .leadtext {
  letter-spacing: 0;
  color: #333333;
}
@media (min-width: 768px) {
  .p-feature_sec-main .main_copy .leadtext {
    max-width: 650px;
    padding-left: 35px;
    line-height: 2.1428571429;
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-main .main_copy .leadtext {
    line-height: 1.8;
    font-size: 3.4666666667vw;
  }
}

@media (min-width: 768px) {
  .p-feature_sec-main2 {
    width: 100%;
    max-width: 1400px;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-main2 {
    width: 92%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .p-feature_sec-main2 .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-main2 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
  }
}
.p-feature_sec-main2 .item {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .p-feature_sec-main2 .item {
    width: 14.2857142857%;
    min-width: 200px;
    margin: 0 1.1428571429%;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-main2 .item1, .p-feature_sec-main2 .item2, .p-feature_sec-main2 .item3 {
    width: 32%;
  }
  .p-feature_sec-main2 .item1 .img_wrap, .p-feature_sec-main2 .item2 .img_wrap, .p-feature_sec-main2 .item3 .img_wrap {
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .p-feature_sec-main2 .item.item4 {
    width: 71%;
    margin: 19px 0 0 0;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-main2 .item.item4 {
    margin: 21px auto 0;
  }
}
.p-feature_sec-main2 .item.item4 span {
  letter-spacing: 0.03em;
  line-height: 1.5454545455;
}
@media (min-width: 768px) {
  .p-feature_sec-main2 .item.item4 span {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-main2 .item.item4 span {
    text-align: center;
    font-size: 2.9333333333vw;
  }
}

.p-feature_sec-linksupport {
  background-color: #FBF2F7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .p-feature_sec-conv {
    margin: 40px 0 155px;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-conv {
    padding-top: 30px;
  }
}
.p-feature_sec-conv .btn-pink-araw-l {
  margin: auto;
}

.p-feature_sec-contact_title {
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.1212121212;
  color: #E65293;
  text-align: center;
}
@media (min-width: 768px) {
  .p-feature_sec-contact_title {
    margin-top: 82px;
    margin-bottom: 35px;
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-contact_title {
    margin-top: 72px;
    margin-bottom: 24px;
    font-size: 6.4vw;
  }
}
.p-feature_sec-contact .description {
  letter-spacing: 0;
  line-height: 1.7222222222;
  text-align: center;
}
@media (min-width: 768px) {
  .p-feature_sec-contact .description {
    font-size: 18px;
    margin: auto;
    max-width: 810px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-contact .description {
    margin: auto;
    font-size: 3.7333333333vw;
    line-height: 1.9375;
  }
}
.p-feature_sec-contact .steps {
  text-align: center;
}
@media (max-width: 767px) {
  .p-feature_sec-contact .steps {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .p-feature_sec-contact .steps img {
    width: 100%;
  }
}
.p-feature_sec-contact_btnwrap {
  margin: auto;
}
@media (min-width: 768px) {
  .p-feature_sec-contact_btnwrap {
    max-width: 483px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-contact_btnwrap {
    margin-bottom: 60px;
  }
}
.p-feature_sec-contact .c-linkbtn_list {
  margin: auto;
}
@media (min-width: 768px) {
  .p-feature_sec-contact .c-linkbtn_list {
    margin-bottom: 73px;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-contact .c-linkbtn_list {
    margin-bottom: 60px;
  }
}
.p-feature_sec-contact .c-linkbtn_item {
  margin: auto;
}
@media (min-width: 768px) {
  .p-feature_sec-contact .c-linkbtn_item {
    max-width: 430px;
  }
}

@media (max-width: 767px) {
  .p-feature_l-bg_parent_02 {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .p-feature_sec-charm + .p-feature_sec-voice_wrap {
    margin-top: -200px;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-charm + .p-feature_sec-voice_wrap {
    margin-top: -160px;
  }
}

.l-bg_fullscreen-box:has(+ .p-feature_sec-pickup.--ud767) .bg_p-feature {
  position: absolute;
  top: 102px;
}

.p-feature_sec-pickup.--ud767 {
  padding-top: 65px;
}
.p-feature_sec-pickup.--ud767 .title_size16 {
  margin-bottom: 16px;
  font-weight: bold;
}

.p-feature_sec-voice {
  background-color: #EEF9FA;
  border-radius: 24px;
  position: relative;
  margin: auto;
}
@media (min-width: 768px) {
  .p-feature_sec-voice {
    max-width: 1400px;
    padding: 92px;
    padding-bottom: 76px;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-voice {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .p-feature_sec-voice_wrap {
    padding: 0 1.7142857143%;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-voice_wrap {
    margin-top: 100px;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .p-feature_sec-voice_title {
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.1212121212;
    color: #49B8C9;
  }
}
.p-feature_sec-voice .c-voicecard2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .p-feature_sec-voice .c-voicecard2 {
    gap: 1.7123287671%;
  }
}
.p-feature_sec-voice .c-voicecard2 .voice_item {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-feature_sec-voice .c-voicecard2 .voice_item {
    width: 49.1438356164%;
  }
}
.p-feature_sec-voice .c-voicecard2 .voice_item:nth-last-child(-n+2) {
  margin-right: 0;
}
.p-feature_sec-voice .c-voicecard2 .voice_inner {
  background-color: #ffffff;
}
.p-feature_sec-voice .voice_box_title {
  background-color: #EEF9FA;
  border-radius: 24px;
  position: absolute;
  top: -50px;
  left: 0;
  font-weight: bold;
  color: #49B8C9;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-feature_sec-voice .voice_box_title {
    padding: 43px 90px;
    font-size: 33px;
    line-height: 1.1212121212;
  }
}
@media (max-width: 767px) {
  .p-feature_sec-voice .voice_box_title {
    padding: 18px 40px;
    top: -25px;
    font-size: 18px;
    line-height: 1.1111111111;
  }
}
.p-feature_sec-voice .voice_box_title::after {
  content: "";
  position: absolute;
  right: 0.5em;
  width: 23px;
  height: 23px;
  background: url("../images/common/voice_titlebox.svg") no-repeat;
  background-size: contain;
  top: 36%;
  right: -23px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .p-feature_sec-voice .voice_box_title::after {
    right: -17px;
  }
}

.p-feature_img {
  width: 100%;
  text-align: center;
  margin: auto;
}
.p-feature_img img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-feature_img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .p-feature_img {
    margin-bottom: 20px;
  }
}

.p-feature_img_ttl {
  display: block;
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5769230769;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-feature_img_ttl {
    margin-bottom: 25px;
    font-size: 4.8vw;
    line-height: 1.55;
    text-align: center;
  }
}

.p-feature_img_description {
  letter-spacing: 0;
  line-height: 1.7222222222;
  text-align: center;
}
@media (min-width: 768px) {
  .p-feature_img_description {
    font-size: 18px;
    margin: auto;
    max-width: 810px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p-feature_img_description {
    margin: auto;
    font-size: 4.2666666667vw;
    line-height: 1.9375;
  }
}

.p-feature_sec-charm {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 140px 115px 316px;
  background-image: url(../images/page/top/charm_bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-feature_sec-charm {
    display: block;
    background-image: url(../images/page/top/charm_bg_sp.jpg);
    padding: 9.6%;
    padding-top: 80px;
    padding-bottom: 226px;
  }
}
.p-feature_sec-charm .text {
  width: 49.7872340426%;
}
@media (max-width: 767px) {
  .p-feature_sec-charm .text {
    width: 100%;
  }
}
.p-feature_sec-charm .description {
  font-size: 16px;
  line-height: 2;
}
.p-feature_sec-charm .image {
  width: 43.7446808511%;
  padding: 7.1489361702%;
  padding-top: 98px;
  padding-bottom: 98px;
  border-radius: 16px;
  background-color: #ffffff;
}
.p-feature_sec-charm .image img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .p-feature_sec-charm .image {
    width: 100%;
    padding: 16.2251655629%;
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

.p-feature_item_sectitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .p-feature_item_sectitle {
    margin-bottom: 16px;
  }
}
.p-feature_item_sectitle .num img {
  max-height: 100%;
}
@media (min-width: 768px) {
  .p-feature_item_sectitle .num {
    height: 112px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .p-feature_item_sectitle .num {
    height: 15.7333333333vw;
    margin-right: 5.7971014493%;
  }
}
@media (min-width: 768px) {
  .p-feature_item_sectitle .text {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.2333333333;
    color: #E65293;
  }
}
@media (max-width: 767px) {
  .p-feature_item_sectitle .text {
    font-size: 5.3333333333vw;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.4090909091;
    color: #E65293;
  }
}

@media (min-width: 768px) {
  .p-feature_item_wrap {
    padding: 50px 7.5187969925%;
    border-radius: 24px;
    background-color: #ffffff;
    margin-right: 4.7581284695%;
    margin-bottom: 24px;
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .p-feature_item_wrap {
    padding: 30px 5.8666666667% 40px;
    border-radius: 24px;
    background-color: #ffffff;
    margin: auto;
    margin-bottom: 16px;
  }
  .p-feature_item_wrap:last-child {
    margin-bottom: 0;
  }
}

.p-feature_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.p-feature_item.--pc-row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-feature_item.--pc-row-reverse {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .p-feature_item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .p-feature_item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.p-feature_item_box_half {
  width: 49.7435897436%;
  max-width: 49.7435897436%;
}
@media (max-width: 767px) {
  .p-feature_item_box_half {
    width: 100%;
    max-width: 100%;
  }
}
.p-feature_item_box_text {
  width: 49.7435897436%;
  max-width: 49.7435897436%;
}
@media (max-width: 767px) {
  .p-feature_item_box_text {
    width: 100%;
    max-width: 100%;
  }
}
.p-feature_item_box_image {
  width: 43.3333333333%;
  max-width: 49.7435897436%;
}
@media (max-width: 767px) {
  .p-feature_item_box_image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.p-feature_item_image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-feature_item_image img {
    max-height: 200px;
    object-fit: contain;
  }
}
.p-feature_item_title {
  display: block;
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5769230769;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-feature_item_title {
    margin-bottom: 16px;
    font-size: 4.8vw;
    line-height: 1.55;
    text-align: center;
  }
}
.p-feature_item_description {
  display: block;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: normal;
  color: #333333;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-feature_item_description {
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-feature_steplist {
  background-color: #FEF2F7;
}
@media (min-width: 768px) {
  .p-feature_steplist {
    padding: 22px 20px;
  }
}
@media (max-width: 767px) {
  .p-feature_steplist {
    padding: 22px 6.6225165563%;
  }
}
.p-feature_steplist .steplist_title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6875;
}
@media (min-width: 768px) {
  .p-feature_steplist .list_parent {
    display: flex;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .p-feature_steplist .list_child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .p-feature_steplist .list_child {
    width: 100%;
  }
}
.p-feature_steplist .list_child .items {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6875;
}
.p-feature_steplist .list_child .items .item {
  text-indent: -0.75em;
  margin: 0 1em;
}
.p-feature_steplist .list_child .items .num {
  font-weight: bold;
  color: #E65293;
  margin-right: 0.5em;
}
.p-feature_steplist .list_child .items .num::before {
  content: "・";
  display: inline-block;
}

/*** 3つのメリット：メインカラム ***/
.merit_title figure {
  margin-bottom: 0;
}
.merit_title h3 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
.merit_title h3 * {
  vertical-align: top;
}
.merit_title h3 figure {
  display: inline-block;
  padding-right: 0.3em;
}
.merit_title h3 img {
  height: 0.9em;
}
.merit_title h3 span {
  font-weight: bold;
}
.merit_title h3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #ffffff;
}

.merit_box .merit_box_text {
  padding-right: 30%;
  margin-top: -2em;
}
.merit_box .merit_box_text .merit_box_text_label {
  background: #E75291;
  padding: 0.4em 0.8em 0.2em;
  border-radius: 0.3em;
  color: #ffffff;
  font-size: 0.8em;
  margin-bottom: 1em;
  display: inline-block;
}
.merit_box .merit_box_text strong {
  display: block;
  font-size: 1.7em;
  margin-bottom: 0.8em;
}
.merit_box .merit_box_text strong span {
  border-bottom: 3px solid #333;
}
.merit_box .merit_box_text p {
  font-size: 1.15em;
  margin-bottom: 0;
}
.merit_box .merit_box_illust {
  position: absolute;
  right: -0.8em;
  bottom: -0.2em;
  max-width: 30%;
  margin-bottom: 0;
}

.merit_box_consul_ico {
  position: relative;
  background: #FFFFFF;
  border: 2px solid #D6D6D6;
  max-width: 30%;
  display: block;
  padding: 0.8em 2em 0 2em;
  border-radius: 0.8em 0.8em 0 0;
  border-bottom: 0;
}
.merit_box_consul_ico img {
  margin-bottom: -1em;
}

.merit_box_consul {
  border: 2px solid #D6D6D6;
  border-radius: 0.3em;
  padding: 2em;
  margin-top: -2px;
}
.merit_box_consul strong {
  display: block;
  font-size: 1.7em;
  margin-bottom: 0.8em;
  color: #49B8C9;
}
.merit_box_consul strong span {
  border-bottom: 3px solid #49B8C9;
  line-height: 1.8em;
}
.merit_box_consul p {
  font-size: 1.1em;
  line-height: 2em;
  color: #666666;
}
.merit_box_consul p + p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .merit_box .merit_box_text {
    padding-right: 0;
    margin-top: -2em;
  }
  .merit_box .merit_box_text .merit_box_text_label {
    background: #E75291;
    padding: 0.4em 0.8em 0.2em;
  }
  .merit_box .merit_box_text strong {
    display: block;
    font-size: 1.2em;
    margin-bottom: 0.8em;
  }
  .merit_box .merit_box_text strong span {
    border-bottom: 2px solid #333;
  }
  .merit_box .merit_box_text p {
    font-size: 1.1em;
    margin-bottom: 1em;
  }
  .merit_box .merit_box_illust {
    position: static;
    right: auto;
    bottom: auto;
    max-width: 50%;
    margin: 0 auto;
  }
  .merit_box_consul_ico {
    max-width: 40%;
    display: block;
    padding: 0.4em 1em 0 1em;
    border-radius: 0.8em 0.8em 0 0;
    border-bottom: 0;
  }
  .merit_box_consul_ico img {
    margin-bottom: -1em;
  }
  .merit_box_consul {
    padding: 1.5em;
  }
  .merit_box_consul strong {
    display: block;
    font-size: 1.1em;
    margin-bottom: 0.8em;
    color: #49B8C9;
  }
  .merit_box_consul strong span {
    border-bottom: 3px solid #49B8C9;
    line-height: 1.8em;
  }
  .merit_box_consul p {
    font-size: 1em;
    line-height: 1.7em;
  }
}
@media (max-width: 767px) {
  .merit_title figure {
    margin-bottom: 0;
  }
  .merit_title h3 {
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 0;
    position: relative;
  }
  .merit_title h3 * {
    vertical-align: top;
  }
  .merit_title h3 figure {
    display: inline-block;
    padding-right: 0.3em;
  }
  .merit_title h3 img {
    height: 0.9em;
  }
  .merit_title h3 span {
    font-weight: bold;
  }
  .merit_title h3::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #ffffff;
  }
  .merit_box_tit {
    margin-bottom: 0;
  }
  .merit_box .merit_box_text {
    padding-right: 0;
    margin-top: -1.5em;
  }
  .merit_box .merit_box_text strong {
    display: block;
    font-size: 1em;
    margin-bottom: 0.8em;
  }
  .merit_box .merit_box_text p {
    font-size: 0.9em;
    margin-bottom: 1em;
  }
  .merit_box .merit_box_illust {
    position: static;
    right: auto;
    bottom: auto;
    max-width: 70%;
    margin: 0 auto;
  }
  .merit_box_consul_ico {
    max-width: 50%;
    display: block;
    padding: 0.2em 0.8em 0 0.8em;
    border-radius: 0.8em 0.8em 0 0;
    border-bottom: 0;
  }
  .merit_box_consul_ico img {
    margin-bottom: -1em;
  }
  .merit_box_consul {
    padding: 1em;
  }
  .merit_box_consul strong {
    display: block;
    font-size: 1em;
    margin-bottom: 0.8em;
    color: #49B8C9;
  }
  .merit_box_consul strong span {
    border-bottom: 2px solid #49B8C9;
  }
  .merit_box_consul p {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
/*** 3つのメリット：申し込みカラム ***/
.merit_flow {
  background: #FFFFFF;
}

.merit_flow_title {
  background: #5DC0CF;
}
.merit_flow_title h3 {
  font-size: 2em;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  letter-spacing: 0.05em;
}
.merit_flow_title h3 span {
  border-bottom: 3px solid #FFFF03;
}
.merit_flow_title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #5DC0CF;
}
.merit_flow_title figure {
  padding: 1em 0;
}

.merit_flow_info {
  padding: 2% 10% 1% 10%;
  position: relative;
}
.merit_flow_info p {
  font-size: 1.2em;
  line-height: 2em;
  margin-bottom: 1em;
  color: #666666;
}
.merit_flow_info .merit_flow_info_link {
  font-size: 1em;
}
.merit_flow_info .merit_flow_info_link a {
  color: #49B8C9;
  text-decoration: underline;
}
.merit_flow_info::before, .merit_flow_info::after {
  position: absolute;
  top: 0;
  content: "";
  width: 13px;
  height: 100%;
  display: inline-block;
}
.merit_flow_info::before {
  border-left: solid 2px #D3D3D3;
  border-top: solid 2px #D3D3D3;
  border-bottom: solid 2px #D3D3D3;
  left: 0;
}
.merit_flow_info::after {
  content: "";
  border-top: solid 2px #D3D3D3;
  border-right: solid 2px #D3D3D3;
  border-bottom: solid 2px #D3D3D3;
  right: 0;
}

@media (max-width: 768px) {
  .merit_flow_title h3 {
    font-size: 1.2em;
  }
  .merit_flow_title figure {
    max-width: 20%;
  }
  .merit_flow_info {
    padding: 2% 8% 1% 8%;
    position: relative;
  }
  .merit_flow_info p {
    font-size: 1.1em;
    line-height: 1.8em;
    margin-bottom: 1em;
    color: #666666;
  }
  .merit_flow_info .merit_flow_info_link {
    font-size: 0.9em;
  }
  .merit_flow_info .merit_flow_info_link a {
    color: #49B8C9;
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .merit_flow_title .container {
    width: 100%;
    padding: 0;
  }
  .merit_flow_title h3 {
    font-size: 1em;
    position: static;
    margin-top: -1em;
    padding-bottom: 0.5em;
  }
  .merit_flow_title::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #5DC0CF;
  }
  .merit_flow_title figure {
    max-width: 20%;
    margin-bottom: 0;
  }
  .merit_flow_title figure img {
    margin-top: -3em;
    margin-bottom: 0;
  }
  .merit_flow_info {
    padding: 0 0 1% 0;
    position: relative;
  }
  .merit_flow_info p {
    font-size: 0.9em;
  }
  .merit_flow_info::before, .merit_flow_info::after {
    display: none;
  }
}
/*** TOP：新着お仕事 ***/
.new_work {
  background: -moz-linear-gradient(#fbfbfb, #f6f6f6);
  background: -webkit-linear-gradient(#fbfbfb, #f6f6f6);
  background: linear-gradient(#fbfbfb, #f6f6f6);
}
.new_work .new_work_title {
  border-bottom: 1px solid #D8D8D8;
}
.new_work .new_work_title .row {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.new_work .new_work_title h3 {
  font-size: 2em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #666666;
  font-weight: bold;
}
.new_work .new_work_title .new_work_info {
  right: 0;
  bottom: 1em;
  white-space: nowrap;
}
.new_work .new_work_title .new_work_day {
  border: 2px solid #49B8C9;
  display: inline-block;
  padding: 0.3em 1em;
  color: #49B8C9;
  font-size: 0.8em;
  border-radius: 3em;
}

.new_work_area {
  background: #FFFFFF;
  background: -moz-linear-gradient(#ffffff, #ffffff);
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  background: linear-gradient(#ffffff, #ffffff);
}
.new_work_area .work_link_box {
  margin-bottom: 1.5em !important;
}

@media (max-width: 992px) {
  .new_work .new_work_title h3 {
    font-size: 1.7em;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .new_work .container {
    max-width: 100%;
  }
  .new_work .new_work_title {
    border-bottom: none;
  }
  .new_work .new_work_title h3 {
    font-size: 1.2em;
    text-align: left;
    background: #6DC6D3;
    padding: 0.3em;
    text-align: center;
    color: #ffffff;
  }
  .new_work .new_work_title .new_work_info {
    position: static !important;
  }
  .new_work .new_work_title .new_work_day {
    margin-left: 1.2em;
  }
}
/*** キャンペーン：メインカラム ***/
.camp_illust {
  top: -1em;
  left: 1em;
  z-index: 500;
  max-width: 25%;
}

.camp_box {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.camp_link {
  color: #333333;
  font-size: 1.1em;
  text-decoration: underline;
}
.camp_link:hover {
  color: #e75291;
}

.camp_bnr_box {
  border-bottom: 1px solid #E5E5E5;
}
.camp_bnr_box figure {
  margin-bottom: 0;
}
.camp_bnr_box strong {
  font-size: 1.6em;
  color: #E75291;
  display: block;
  margin-bottom: 0.4em;
}
.camp_bnr_box em {
  display: block;
  padding: 0 0 0 0.5em;
  border-left: 3px solid #49B8C9;
  font-style: normal;
  font-weight: bold;
}
.camp_bnr_box p {
  font-size: 0.9em;
  padding: 0.4em 0 0.3em 1em;
}

@media (max-width: 768px) {
  .camp_illust {
    display: none;
  }
}
@media (max-width: 767px) {
  .camp_box .camp_box_title {
    margin-top: 0;
  }
  .camp_box h3 {
    font-size: 1.1em;
    line-height: 1.5em;
  }
  .camp_box p {
    font-size: 0.9em;
  }
  .camp_link {
    font-size: 1em;
  }
  .camp_bnr_box figure {
    text-align: center;
  }
  .camp_bnr_box figure img {
    max-width: 60%;
  }
  .camp_bnr_box strong {
    font-size: 1em;
    padding-top: 0.7em;
  }
  .camp_bnr_box em {
    font-size: 0.9em;
  }
  .camp_bnr_box .btn-basic {
    padding: 0.5em !important;
    text-align: center;
  }
}
/*** キャンペーン ***/
.table_camp th {
  background: #eee;
}

@media (max-width: 767px) {
  .table_camp * {
    display: block;
    width: 100%;
  }
  .table_camp th {
    border-bottom: 0;
    padding-bottom: 0.3em;
  }
  .table_camp td {
    border-top: 0;
    padding-top: 0.3em;
  }
}
/*** 運営会社について ***/
.company_box_message p {
  font-size: 1em;
  line-height: 2em;
}

.company_box_message_name span {
  display: block;
  font-size: 0.9em;
  text-align: left;
}

.company_box_axis p {
  font-size: 0.9em;
  line-height: 1.8em;
}
.company_box_axis li {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0.2em 0.3em;
}
.company_box_axis li span {
  font-weight: bold;
  color: #E75291;
}

.company_box_info {
  background: #eee;
  border-radius: 0.3em;
  width: 96%;
  margin: 0 auto;
}
.company_box_info p {
  font-size: 0.9em;
  padding: 1em 0;
  margin-bottom: 0;
}

.company_box_chara figure {
  text-align: center;
  padding: 1em 0.5em;
  border-radius: 0.5em;
  background: #f3f3ef;
}
.company_box_chara p {
  font-size: 0.9em;
  padding: 0 0 1em 0;
  margin-bottom: 0;
  line-height: 2em;
}

@media (max-width: 767px) {
  .company_box_message figure {
    text-align: center;
  }
  .company_box_message figure img {
    max-width: 50%;
  }
  .company_box_message p {
    font-size: 0.9em;
    line-height: 1.8em;
  }
  .company_box_axis figure {
    text-align: center;
  }
  .company_box_axis figure img {
    max-width: 80%;
  }
}
/*** お仕事を開始するまでの流れ ***/
.flow_wrap .flow_text {
  line-height: 2em;
}

.flow_box p {
  font-size: 0.9em;
  line-height: 1.8em;
}
.flow_box p span {
  color: #E75291;
}
.flow_box .small {
  font-size: 80% !important;
}

.flow_select .nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.flow_select .nav-tabs .nav-item {
  margin-bottom: -2px;
}
.flow_select .nav-tabs .nav-link {
  padding: 1em 0 0.7em 0;
  color: #49b8c9;
  border: 2px solid transparent;
  border-bottom: 2px solid #dee2e6;
  background: #eff8fa;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  position: relative;
}
.flow_select .nav-tabs .nav-link span {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.1em;
}
.flow_select .nav-tabs .nav-link::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: middle;
  background: url("../images/common/ico_arrow_bottom.svg") no-repeat center center;
  background-size: contain;
}
.flow_select .nav-tabs .nav-link:hover,
.flow_select .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.flow_select .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.flow_select .nav-tabs .nav-link.active,
.flow_select .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.flow_select .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.flow_goods {
  border-top: 3px solid #aaa;
}
.flow_goods .flow_goods_title {
  background: #FFFFFF;
  color: #E75291;
  padding: 0.5em 0.3em 0.4em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  border-radius: 0.3em;
  display: block;
  text-align: center;
}
.flow_goods .list_num {
  list-style-type: decimal !important;
  margin-left: 2em;
  font-size: 0.95em;
  line-height: 1.8em;
}
.flow_goods .list_num li {
  padding: 0.5em 0.3em;
  border-bottom: 1px solid #ccc;
}
.flow_goods .list_num li ul {
  list-style-type: disc;
  color: #B46B6C;
  margin-left: 2em;
}
.flow_goods .list_num li ul li {
  padding: 0.2em;
}
.flow_goods .list_num li span {
  display: block;
  padding: 0.5em;
  line-height: 1.7em;
}

@media (max-width: 768px) {
  .flow_select .nav-tabs .nav-link span {
    vertical-align: middle;
    display: inline-block;
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .flow_wrap .flow_text {
    line-height: 1.8em;
    font-size: 0.9em;
    margin-bottom: 0.2em;
  }
  .flow_select .nav-tabs .nav-link span {
    vertical-align: middle;
    display: block;
    font-size: 0.9em;
  }
  .flow_select .nav-tabs .nav-link::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0.2em;
    vertical-align: middle;
    background: url("../images/common/ico_arrow_bottom.svg") no-repeat center center;
    background-size: contain;
  }
  .flow_box figure img {
    max-width: 60%;
  }
  .flow_goods {
    border-top: 3px solid #aaa;
  }
  .flow_goods .flow_goods_title {
    padding: 0.4em 0.2em 0.3em;
    margin-bottom: 0.3em;
    font-size: 1em;
  }
  .flow_goods .list_num {
    list-style-type: decimal !important;
    margin-left: 1.8em;
    font-size: 0.9em;
    line-height: 1.7em;
  }
  .flow_goods .list_num li {
    padding: 0.4em 0.2em;
    border-bottom: 1px solid #ccc;
  }
  .flow_goods .list_num li ul {
    list-style-type: disc;
    color: #B46B6C;
    margin-left: 1.8em;
  }
  .flow_goods .list_num li ul li {
    padding: 0.2em;
  }
  .flow_goods .list_num li span {
    display: block;
    padding: 0.5em;
    line-height: 1.7em;
  }
}
/*** 派遣のお仕事についてもっと詳しく ***/
.about_haken_box p {
  font-size: 0.9em;
  line-height: 1.9em;
}

.about_haken_list {
  border: 2px solid #ccc;
  padding: 1em;
  border-radius: 0.3em;
}
.about_haken_list ul {
  list-style: disc;
  margin-left: 2em;
  font-size: 0.9em;
}
.about_haken_list ul li {
  padding: 0.1em 0;
}

.about_haken_list_sub {
  list-style: circle;
  margin-left: 2em;
  font-size: 0.9em;
}
.about_haken_list_sub li {
  border-bottom: 1px solid #ccc;
  padding: 0.3em 0.1em;
}

@media (max-width: 767px) {
  .about_haken_box figure {
    text-align: center;
  }
  .about_haken_box figure img {
    max-width: 60%;
  }
  .about_haken_box p {
    line-height: 1.7em;
  }
}
/*** 職業安定法に基づく情報公開 ***/
.employment_wrap p {
  font-size: 0.9em;
}
.employment_wrap .employment_table {
  border-collapse: collapse;
  width: 100%;
}
.employment_wrap .employment_table th, .employment_wrap .employment_table td {
  border-collapse: collapse;
  padding: 0.5em;
  border: 1px solid #ccc;
  font-size: 0.9em;
  font-weight: normal;
  border-left: none;
  border-right: none;
}
.employment_wrap .employment_table thead th {
  background: #E5E5E5;
}

@media (max-width: 767px) {
  .employment_wrap .employment_table * {
    display: block;
    width: 100%;
  }
  .employment_wrap .employment_table th, .employment_wrap .employment_table td {
    border-collapse: collapse;
    padding: 0.5em;
    border: 1px solid #ccc;
    font-size: 0.9em;
    font-weight: normal;
    border-left: none;
    border-right: none;
  }
  .employment_wrap .employment_table thead {
    display: none;
  }
  .employment_wrap .employment_table th {
    background: #E5E5E5;
    border-top: none;
    border-bottom: none;
  }
  .employment_wrap .employment_table td {
    border-top: none;
  }
}
/*** ラボラトリー ***/
.labo_list li {
  padding: 0 !important;
  padding-right: 3em !important;
  font-size: 1em !important;
  position: relative;
}
.labo_list li:hover {
  background: #f1f8f9;
}
.labo_list li::after, .labo_list li:hover::after {
  content: "";
  width: 1em;
  height: 100%;
  position: absolute;
  right: 1em;
  background: url("../images/common/ico_arrow_right_pink.svg") no-repeat center center;
  background-size: 90%;
  top: 0;
}
.labo_list li a {
  color: #333333;
  z-index: 100;
}
.labo_list li a:hover {
  text-decoration: none;
}
.labo_list li time {
  color: #e85298;
  font-size: 0.9em;
  display: block;
  padding-bottom: 0.3em;
}
.labo_list li h3 {
  font-size: 1.4em;
  font-weight: 600;
}
.labo_list li p {
  line-height: 1.8em;
}

.laboratory li::before,
.labo_list li::before {
  display: none !important;
}

.laboratory .laboratory_title {
  font-size: 1.8rem;
  display: block;
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
  border-bottom: solid 3px #f7dfdf;
}
.laboratory .laboratory_title_sub {
  font-size: 1.4rem;
  text-align: left;
  padding: 4px 15px 3px 15px;
  color: #fff;
  background: #ff9494;
  margin: 30px 0 15px 0;
  display: block;
}
.laboratory time {
  color: #e85298;
  font-size: 0.9em;
  display: block;
}
.laboratory ul li {
  position: relative;
  background-size: 70px auto !important;
  background-position: 24px 5px !important;
  display: table;
  min-height: 84px;
  line-height: 28px;
  margin: 30px 0;
  padding: 0 40px 0 108px !important;
}
.laboratory ul li.icon_lab_01 {
  background: url(../images/labo/icon_lab_01.png) no-repeat;
}
.laboratory ul li.icon_lab_02 {
  background: url(../images/labo/icon_lab_02.png) no-repeat;
}
.laboratory ul li.icon_lab_03 {
  background: url(../images/labo/icon_lab_03.png) no-repeat;
}
.laboratory ul li.icon_lab_04 {
  background: url(../images/labo/icon_lab_04.png) no-repeat;
}
.laboratory ul li.icon_lab_05 {
  background: url(../images/labo/icon_lab_05.png) no-repeat;
}
.laboratory ul li.icon_lab_06 {
  background: url(../images/labo/icon_lab_06.png) no-repeat;
}
.laboratory ul li.icon_lab_07 {
  background: url(../images/labo/icon_lab_07.png) no-repeat;
}
.laboratory ul li.icon_lab_08 {
  background: url(../images/labo/icon_lab_08.png) no-repeat;
}
.laboratory ul li.icon_lab_08 em {
  background: #CBE8EC;
}
.laboratory ul li em {
  position: relative;
  display: table-cell;
  padding: 16px 14px;
  font-style: normal;
  vertical-align: middle;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  background: #FEEBBE;
  color: #222222;
  font-size: 0.8em;
  font-weight: 400;
}
.laboratory ul li em strong {
  color: #C30;
  margin-right: 4px;
}
.laboratory ul li em::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 11px solid transparent;
  border-right-color: #c8c8c8;
  top: 29px;
  right: 100%;
}
.laboratory ul li em::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 10px solid transparent;
  border-right-color: #FEEBBE;
  top: 30px;
  right: 100%;
}
.laboratory ul li.icon_lab_08 em::after {
  border-right-color: #CBE8EC;
}

@media (max-width: 767px) {
  .labo_list li {
    padding-right: 0 !important;
  }
  .labo_list li::after, .labo_list li:hover::after {
    display: none !important;
  }
  .labo_list li h3 {
    font-size: 1.2em;
    font-weight: 500;
  }
  .labo_list li p {
    line-height: 1.6em;
    font-size: 0.9em;
  }
  .laboratory .laboratory_title {
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
  }
  .laboratory h3 {
    font-size: 1rem;
  }
  .laboratory ul li {
    background-size: 48px auto !important;
    background-position: 0px 5px !important;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 0 58px !important;
  }
  .laboratory div.lab_section dl dt {
    float: none;
    width: 100%;
    margin-bottom: 16px;
  }
  .laboratory div.lab_section dl dd {
    margin-left: 0;
    padding-left: 0;
  }
}
/*# sourceMappingURL=common.css.map */