@charset "UTF-8";
/* layout */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansJP-Regular.woff") format('woff'), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2") format('woff2'), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff") format('woff');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url("../fonts/NotoSansJP-Medium.woff") format('woff'), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2") format('woff2'), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff") format('woff');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 600;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansJP-Bold.woff") format('woff'), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2") format('woff2'), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff") format('woff');
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', 'Noto Sans CJK jp', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: auto;
}
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
ol {
  list-style: none;
}
.l-header {
  background: none;
  box-shadow: none;
  display: block;
  padding: 10px 0;
  position: relative;
  width: 100%;
  z-index: 9999;
  position: relative;
}
.l-header .l-header_nav {
  color: #505050;
  display: flex;
  align-items: center;
  position: relative;
}
.l-header .l-header_nav .btn-scout {
  display: none;
  position: absolute;
  width: 54px;
  height: 50px;
  top: -7px;
  right: -10px;
}
.l-header .l-header_nav .btn-scout img {
  height: 100%;
  width: auto;
}
.l-header .l-header_nav_heading,
.l-header .l-header_nav_logo {
  display: inline-block;
  height: 100%;
  margin-right: auto;
  transform: translate(0, 0);
}
.l-header .l-header_nav_logo {
  padding-top: 12px;
}
.l-header .l-header_nav_PCmenu {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
#ats .l-header .l-header_nav_PCmenu,
#rule.ats .l-header .l-header_nav_PCmenu {
  -ms-grid-row-align: center;
      align-items: center;
}
.l-header .l-header_nav_link {
  font-size: 13px;
  margin-top: 9px;
  line-height: 2;
  border-right: 1px solid;
  position: relative;
}
#ems .l-header .l-header_nav_link,
#rule.ems .l-header .l-header_nav_link {
  border-right: 0;
}
.l-header .l-header_nav_link .hovermenu_target {
  display: inline-block;
  position: relative;
}
.l-header .l-header_nav_link .hovermenu_target .hovermenu {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 239px;
  height: 110px;
  padding: 32px 28px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-40%, 100%);
  transition: opacity 0.3s;
  border-radius: 6px;
  overflow: hidden;
  pointer-events: none;
  background-image: url("../img/pc/top/bg_header_hovmenu.png");
  background-size: 100% 100%;
}
.l-header .l-header_nav_link .hovermenu_target:hover .hovermenu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
}
.l-header .l-header_nav_link .hovermenu_target .hovermenu_item {
  font-size: 13px;
  line-height: 20px;
  margin-top: 12px;
}
.l-header .l-header_nav_link .hovermenu_target .hovermenu_item:first-child {
  margin-top: 0;
}
.l-header .l-header_nav_link .hovermenu_target .hovermenu_item a:hover {
  color: #235fad;
}
.l-header .l-header_nav_link_item {
  margin-right: 28px;
}
#ems .l-header .l-header_nav_link_item,
#rule.ems .l-header .l-header_nav_link_item,
#rule.time .l-header .l-header_nav_link_item {
  margin-right: 0;
}
#ems .l-header .l-header_nav_link_item:not(:first-of-type),
#rule.ems .l-header .l-header_nav_link_item:not(:first-of-type),
#rule.time .l-header .l-header_nav_link_item:not(:first-of-type) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #000;
}
#ems .l-header .l-header_nav_link_item:nth-child(2n),
#rule.ems .l-header .l-header_nav_link_item:nth-child(2n),
#rule.time .l-header .l-header_nav_link_item:nth-child(2n) {
  border: none;
  padding: 0;
}
.l-header .l-header_nav_link_time {
  font-size: 13px;
  margin: 9px 20px 0 0;
  line-height: 2;
  position: relative;
}
.l-header .l-header_nav_link_time > a {
  margin-left: 20px;
}
.l-header .l-header_nav_tel {
  display: flex;
  transform: translate(0, 0);
  margin: 9px 20px 0 36px;
  align-items: center;
}
.l-header .l-header_nav_tel.is-holiday {
  margin: 0 72px 0 36px;
  flex-wrap: wrap;
}
.l-header .l-header_nav_tel_num {
  padding: 0;
  display: table-cell;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
}
.l-header .l-header_nav_tel_num:before {
  background: url("../img/pc/common/icon_phone.png") no-repeat center/cover;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  left: -25px;
  top: 5px;
}
.l-header .l-header_nav_notice {
  position: absolute;
  bottom: -3px;
  left: -16px;
  transform: translateY(100%);
  font-size: 10px;
  color: #f26d33;
  white-space: nowrap;
}
.l-header .l-header_nav_btn_contact {
  display: block;
  width: 180px;
  height: auto;
  margin: 0;
  background: none;
  border-radius: 32px;
  border: solid 1px #235fad;
  color: #235fad;
  font-size: 13px;
  line-height: 44px;
  text-align: center;
}
#top .l-header .l-header_nav_btn_contact,
#voice .l-header .l-header_nav_btn_contact,
#news .l-header .l-header_nav_btn_contact {
  border: none;
  color: #fff;
  background-color: #f26d33;
}
#rule.time .l-header .l-header_nav_btn_contact,
#ats .l-header .l-header_nav_btn_contact,
#rule.ats .l-header .l-header_nav_btn_contact,
#ems .l-header .l-header_nav_btn_contact,
#rule.ems .l-header .l-header_nav_btn_contact {
  border-color: #f26d33;
  color: #f26d33;
  width: 153px;
  margin-left: 20px;
}
#rule.time .l-header .l-header_nav_btn_contact {
  margin: 0;
}
.l-header .l-header_nav_menuBtn {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.l-header .l-header_nav_menuBtn:before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 24px;
  width: 30px;
  height: 3px;
  background: #0e7ac6;
  box-shadow: 0 -18px 0 0 #0e7ac6, 0 -9px 0 0 #0e7ac6;
}
.l-header .l-header_nav_menuBtn.is-active {
  background-color: #0e7ac6;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
}
.l-header .l-header_nav_menuBtn.is-active:before,
.l-header .l-header_nav_menuBtn.is-active:after {
  position: absolute;
  content: "";
  width: 3px;
  background-color: #fff;
}
.l-header .l-header_nav_menuBtn.is-active:before {
  transform: rotate(45deg);
  height: 12px;
  top: 22px;
  left: 24px;
  background: #fff;
  box-shadow: 0 -18px 0 0 #fff, 0 -9px 0 0 #fff;
}
.l-header .l-header_nav_menuBtn.is-active:after {
  transform: rotate(-45deg);
  height: 30px;
  top: 7px;
  left: 30px;
}
.l-header .l-header_nav_menuBtn.is-active .l-header_nav_menu_txt {
  color: #fff;
}
.l-header .l-header_nav_menu_txt {
  text-align: center;
  color: #0e7ac6;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
}
.l-header .menulist {
  display: none;
  width: 100%;
  padding: 4px 10px;
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 2;
  background: #0e7ac6;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.l-header .menulist_item {
  height: auto;
  line-height: 52px;
  padding: 0 10px;
  width: 100%;
  border-bottom: 1px solid #235fad;
}
.l-header .menulist_item.bold {
  border-bottom-width: 2px;
}
.l-header .menulist_item:last-child {
  border-bottom: none;
}
#top .l-header .menulist_item:first-child,
#top .l-header .menulist_item:last-child {
  height: 56px;
  line-height: 56px;
}
.l-header .menulist.time .menulist_item {
  line-height: 46px;
}
.l-header .menulist_link {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 10px;
  line-height: 20px;
  position: relative;
}
.l-header .menulist_link:after {
  content: "";
  width: 12px;
  height: 20px;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  background: url("../img/pc/common/icon_arrow.png") no-repeat center/contain;
}
.l-header .menulist_link.indent {
  padding-left: 10px;
}
.l-header .menulist_link:after {
  right: 10px;
}
.l-header .menulist.time .menulist_link {
  padding-top: 14px;
  padding-bottom: 14px;
}
.l-header .menu_overlay {
  background-color: #333;
  display: none;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  right: 0;
  top: 60px;
  transition: all 0.3s linear 0s;
  width: 100%;
  z-index: -1;
}
.l-header .menu_overlay.is-active {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  display: block;
}
.l-header.is-fixed {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}
.l-header.is-fixed .l-header_nav_link_ats_faq {
  display: inline-block;
}
.l-header.is-fixed .l-header_nav_link_time_faq {
  display: none;
}
.l-header.is-fixed .l-header_nav_logo {
  padding: 0;
}
.l-header.is-fixed .l-header_nav_btn_contact {
  background: #eff7ff;
}
#ems .l-header.is-fixed .l-header_nav_btn_contact,
#ats .l-header.is-fixed .l-header_nav_btn_contact,
#rule.ems .l-header.is-fixed .l-header_nav_btn_contact,
#rule.ats .l-header.is-fixed .l-header_nav_btn_contact,
#rule.time .l-header.is-fixed .l-header_nav_btn_contact {
  background-color: #fff8f3;
}
.l-header.is-fixed .l-header_nav_menuBtn {
  background-color: #0e7ac6;
}
.l-header.is-fixed .l-header_nav_menuBtn:before {
  background: #fff;
  box-shadow: 0 -18px 0 0 #fff, 0 -9px 0 0 #fff;
}
.l-header.is-fixed .l-header_nav_menu_txt {
  color: #fff;
}
.l-footer {
  font-family: 'hiragino kaku gothic pro', meiryo, sans-serif;
}
.l-footer .l-footer_inner .l-footer_logo_img {
  width: auto;
  height: 26px;
}
.l-footer .l-footer_inner .l-footer_logo_img img {
  height: 100%;
}
.l-footer .l-footer_inner .l-footer_logo_text {
  font-size: 10px;
  font-family: meiryo;
  font-weight: 600;
  color: #435b67;
  padding-left: 10px;
}
.l-footer .l-footer_inner .l-footer_menu .l-footer_link {
  display: inline-block;
  line-height: 1;
  color: #435b67;
  font-size: 10px;
  text-decoration: none;
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
.l-footer .l-footer_inner .l-footer_menu .l-footer_link:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #435b67;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer .l-footer_inner .l-footer_sp.u-onlySP {
  color: #435b67;
  margin-bottom: 4px;
  font-size: 3.125vw;
}
.l-footer .l-footer_inner .l-footer_sp.u-onlySP a {
  padding: 0 8px;
  border-right: 1px solid #435b67;
  line-height: 2.2;
}
.l-footer .l-footer_inner .l-footer_sp.u-onlySP a:last-child {
  border: none;
}
/* common */
.c-inner {
  width: 944px;
  margin: 0 auto;
}
.c-heading {
  font-size: 36px;
  line-height: 54px;
  color: #0e7ac6;
  text-align: center;
}
.c-heading + .c-txt {
  margin-top: 32px;
  text-align: center;
}
.c-heading--white {
  font-size: 36px;
  line-height: 54px;
  color: #0e7ac6;
  text-align: center;
  color: #fff;
}
.c-heading--white + .c-txt {
  margin-top: 32px;
  text-align: center;
}
.c-txt {
  font-size: 14px;
  line-height: 1.75;
}
.c-btn {
  display: inline-block;
  height: 44px;
  text-align: center;
  color: #0e7ac6;
  border: 2px solid;
  line-height: 40px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  border-radius: 22px;
  font-weight: 400;
  width: 224px;
  font-size: 14px;
}
.c-btn--large {
  display: inline-block;
  height: 69px;
  text-align: center;
  color: #0e7ac6;
  border: 2px solid;
  line-height: 65px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  border-radius: 34.5px;
  font-weight: 400;
  width: 420px;
  font-size: 20px;
}
.p-voiceArticle .c-btn--large {
  display: block;
  margin: 64px auto 0;
}
.c-btn--arrow {
  display: inline-block;
  height: 64px;
  text-align: center;
  color: #0e7ac6;
  border: 2px solid;
  line-height: 60px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  border-radius: 32px;
  font-weight: 400;
  width: 320px;
  font-size: 20px;
  position: relative;
}
.c-btn--arrow:after {
  content: "";
  width: 12px;
  height: 20px;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  background: url("../img/pc/common/icon_arrow_blue.png") no-repeat center/contain;
}
.c-btn--arrow:after {
  right: 22px;
}
.c-case .c-btn--arrow {
  margin-top: 56px;
}
.c-btn--conversion,
.c-btn--conversionRequest,
.c-btn--conversionMedium,
.c-btn--conversionMediumRequest,
.c-btn--conversionLarge {
  display: inline-block;
  height: 64px;
  text-align: center;
  color: #fff;
  line-height: 64px;
  background-color: #f26d33;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  border-radius: 32px;
  font-weight: 400;
  width: 273px;
  font-size: 20px;
  padding-right: 13px;
  position: relative;
}
.c-btn--conversion:after,
.c-btn--conversionRequest:after,
.c-btn--conversionMedium:after,
.c-btn--conversionMediumRequest:after,
.c-btn--conversionLarge:after {
  content: "";
  width: 12px;
  height: 20px;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  background: url("../img/pc/common/icon_arrow.png") no-repeat center/contain;
}
.c-btn--conversion:after,
.c-btn--conversionRequest:after,
.c-btn--conversionMedium:after,
.c-btn--conversionMediumRequest:after,
.c-btn--conversionLarge:after {
  right: 22px;
}
.c-btn--conversionRequest {
  display: inline-block;
  height: 64px;
  text-align: center;
  color: #f26d33;
  line-height: 64px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  border-radius: 32px;
  font-weight: 400;
  border: 3px solid #f26d33;
  position: relative;
  line-height: 60px;
}
.c-btn--conversionRequest:after {
  content: "";
  width: 12px;
  height: 20px;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  background: url("../img/pc/common/icon_arrow_orange.png") no-repeat center/contain;
}
.c-btn--conversionMedium {
  width: 400px;
}
.c-btn--conversionMediumRequest {
  display: inline-block;
  height: 64px;
  text-align: center;
  color: #f26d33;
  line-height: 64px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  border-radius: 32px;
  font-weight: 400;
  border: 3px solid #f26d33;
  position: relative;
  width: 400px;
}
.c-btn--conversionMediumRequest:after {
  content: "";
  width: 12px;
  height: 20px;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  background: url("../img/pc/common/icon_arrow_orange.png") no-repeat center/contain;
}
.c-btn--detail {
  display: inline-block;
  height: 54px;
  text-align: center;
  color: #f26d33;
  border: 2px solid;
  line-height: 50px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  border-radius: 27px;
  font-weight: 400;
  font-size: 16px;
}
.c-series {
  line-height: 1;
  background: #dde7f0;
  color: #435b67;
}
.c-series .c-series_ttl {
  font-size: 14px;
  font-weight: bold;
}
.c-series .c-series_menu {
  display: flex;
  margin-top: 8px;
}
.c-series .c-series_link {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: lighter;
  text-decoration: none;
}
.c-case {
  padding: 88px 0 80px;
  text-align: center;
}
.c-case--border {
  border-bottom: 2px solid #ebebeb;
}
.c-case_txt {
  margin: 32px 0;
  color: #222;
  font-size: 16px;
  line-height: 1.5625;
}
.c-case_heading {
  margin-top: 70px;
  color: #0e7ac6;
  font-size: 26px;
  line-height: 2.12;
}
.c-case_linkWrap {
  display: flex;
  width: 944px;
  margin: 30px auto 0;
  justify-content: center;
}
.c-case_link {
  display: inline-block;
  width: 288px;
  padding: 17px 0;
  border: 2px solid #0e7ac6;
  border-radius: 44px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
  color: #0e7ac6;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.c-case_link:not(:first-child) {
  margin-left: 40px;
}
.c-case_link span {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
}
.c-case_link.is-comingsoon {
  position: relative;
  box-shadow: none;
  pointer-events: none;
}
.c-case_link.is-comingsoon:after {
  content: 'COMING\ASOON';
  display: block;
  padding: 16px 0;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: inherit;
  background-color: rgba(51,51,51,0.85);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  white-space: pre;
}
.c-case_slider {
  margin: 0 auto;
  position: relative;
}
.c-case_slider .c-case_arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  font-size: 0;
}
.c-case_slider .c-case_arrow:hover {
  background-color: #fff;
}
.c-case_slider .c-case_arrow:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: url("../img/pc/common/icon_arrow_blue.png") no-repeat;
  background-position: center;
  background-size: 25% 25%;
}
.c-case_slider .c-case_arrow.prev {
  left: -56px;
}
.c-case_slider .c-case_arrow.prev:before {
  transform: scale(-1);
}
.c-case_slider .c-case_arrow.next {
  right: -56px;
}
.c-case-card {
  width: 944px;
  padding: 32px 56px;
  position: relative;
  border-radius: 6px;
  background-color: #f4f7f9;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  font-size: 0;
  text-align: left;
}
.c-case-card.noLink {
  margin-top: 24px;
}
.c-case-card.noLink:hover {
  opacity: inherit;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
}
.c-case-card.noLink:active {
  opacity: inherit;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
}
.c-case-card.noLink:first-of-type {
  margin-top: 48px;
}
#voice .p-voiceTopList .c-case-card {
  margin: 32px 0;
}
.c-case_slider .c-case-card {
  margin: 0 10px 2px;
}
.c-case-card_item {
  display: inline-block;
  vertical-align: top;
}
.c-case-card_label {
  width: 126px;
  height: 34px;
  margin-bottom: 8px;
  padding: 3px 0;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.c-case-card_label.scout {
  background-color: #34a7e6;
}
.c-case-card_name {
  margin-bottom: 8px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.c-case-card_thumb {
  display: block;
  width: 368px;
  height: 218px;
  margin: 0;
  overflow: hidden;
}
.c-case-card_thumb img {
  max-width: 100%;
  height: auto;
}
.c-case-card_ttl {
  margin-bottom: 20px;
  color: #0e7ac6;
  font-size: 24px;
  line-height: 1.67;
}
.c-case-card_txt {
  color: #222;
  font-size: 14px;
  line-height: 2;
}
.c-case-card_link {
  display: inline-block;
  position: absolute;
  right: 56px;
  bottom: 24px;
  color: #0e7ac6;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5625;
  text-decoration: underline;
}
.c-news {
  padding: 32px 0 88px;
  color: #222;
  text-align: center;
  border-top: 2px solid #ebebeb;
  padding-top: 70px;
}
.c-news_show {
  margin-top: 32px;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid #222;
}
.c-news_ttl {
  font-size: 36px;
  line-height: 1.75;
  color: #0e7ac6;
}
.c-news_list {
  border-top: solid 2px #ebebeb;
  margin: 20px auto 0;
}
.c-news_list li {
  border-bottom: solid 2px #ebebeb;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.c-news_list li:nth-child(n+3) {
  display: none;
}
.c-news_list li:before {
  background: url("../img/pc/common/icon_arrow_gray.png") no-repeat center/contain;
  content: "";
  height: 20px;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  z-index: 1;
}
.c-news_list_date {
  color: #505050;
  padding: 16px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.c-news_list_type {
  color: #505050;
  padding: 5px 8px;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  background-color: #e5f2fd;
}
.c-news_list_link {
  display: inline-block;
  padding: 16px 0;
  text-align: left;
  width: 63%;
  vertical-align: middle;
}
.c-news_list_link:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.c-news_list_con {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#ems .c-news,
#top .c-news {
  border-top: none;
}
.c-contact {
  padding: 88px 0;
  text-align: center;
  background: #e5f2fd;
  color: #505050;
  line-height: 1;
}
.c-contact .c-contact_ttl {
  color: #3570ac;
  font-size: 36px;
}
.c-contact .c-contact_txt {
  margin-top: 32px;
  color: #505050;
  font-size: 14px;
  line-height: 1.75;
}
.c-contact .c-contact_txt.faq {
  margin-top: 44px;
  margin-bottom: 24px;
}
.c-contact .c-contact_txt.notice {
  margin-top: 0;
  color: #f26d33;
}
.c-contact .c-contact_con.mail {
  font-size: 20px;
}
.c-contact .c-contact_con .c-contact_con_form_catch {
  margin-bottom: 24px;
}
.c-contact .c-contact_con.tel {
  display: block;
}
.c-contact .c-contact_con .c-contact_con_tel_catch {
  font-size: 20px;
}
.c-contact .c-contact_con .c-contact_con_tel_num {
  display: block;
  font-size: 40px;
  font-weight: 600;
  color: #3570ac;
  margin: 24px auto;
}
.c-contact .c-contact_con .c-contact_con_txt {
  margin: 0 auto;
  font-size: 10px;
  font-weight: 400;
}
.c-contact .is-holiday .c-contact_con .c-contact_con_tel_num {
  margin-bottom: 8px;
}
.c-service {
  background: #235fad;
  text-align: center;
  padding: 88px 0;
}
.c-service_block {
  width: 1010px;
  margin: 0 auto;
}
.c-service_block_txt {
  margin-bottom: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 1.78;
}
.c-service_block_ttl {
  color: #fff;
  line-height: 1;
}
#voice .c-service_block_ttl {
  text-align: center;
  color: #235fad;
}
.c-service_block_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.c-service_block_list_item {
  display: block;
  background: #fff;
  border-radius: 4px;
  position: relative;
  text-align: left;
}
#voice .c-service_block_list_item {
  margin: 16px auto 0;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.5);
}
.c-service_block_item_desc {
  display: block;
  text-align: left;
  position: relative;
  z-index: 2;
}
.c-service_block_item_logo {
  display: block;
}
.c-service_block_item_logo img {
  display: block;
  max-width: 87%;
  margin: 0;
}
.c-service_block_item_pc {
  display: inline-block;
  position: absolute;
  right: 0;
}
.c-trial {
  text-align: center;
  margin: 0 auto;
}
.c-trial .c-trial_recommend {
  box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
  color: #515b63;
  background: #fff;
  border-bottom: 6px solid #0e7ac6;
  margin: 0 auto;
}
.c-trial .c-trial_txt {
  margin-bottom: 44px;
  text-align: center;
  font-size: 24px;
}
.c-trial .c-trial_caution {
  color: #09346b;
  text-align: left;
}
.c-trial .c-trial_contact {
  margin-top: 32px;
  color: #09346b;
}
.c-trial .c-trial_contact_text {
  font-size: 14px;
}
.c-trial .c-trial_contact_text:not(:first-of-type) {
  margin-top: 12px;
}
.c-trial .c-trial_contact_tel {
  margin-top: 24px;
  font-size: 18px;
}
.c-trial .c-trial_contact_subText {
  margin-top: 16px;
  font-size: 10px;
}
.c-trial .c-trial_recommend .c-btn--conversionMediumRequest {
  margin: 16px auto 0;
}
.c-trial .c-trial_recommend .c-btn--conversionMedium {
  margin: 0 auto;
}
.c-trial .c-btn--conversion {
  width: 400px;
}
.c-trial .c-btn--conversionRequest {
  width: 400px;
  line-height: 58px;
}
.c-trialBtn {
  position: fixed;
  z-index: 10;
}
.c-trialBtn img {
  width: 100%;
}
.c-holiday {
  line-height: 1.75;
  font-size: 14px;
  color: #f00;
  text-align: center;
  margin-top: 48px;
}
.c-holiday_title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.c-holiday-margin {
  margin-top: 20px;
}
.c-holiday-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: solid #09346b 2px;
  border-radius: 6px;
  margin: 0 auto;
}
#tensyokuscout .c-holiday-label {
  position: absolute;
}
#ats .c-holiday-label {
  position: absolute;
}
.c-holiday-label_text {
  display: inline-block;
  margin-right: 20px;
  color: #09346b;
}
.c-holiday-label_textEmphasis {
  color: #f00;
}
.c-holiday-label_arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #09346b;
  border-right: solid 2px #09346b;
  transform: rotate(45deg);
}
/* page */
#ats .p-topMV-ats {
  background: url("../img/pc/ats/bg_pc.png"), url("../img/pc/ats/bg_mv.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 621px 370px, 100% 100%;
  background-position: top 120px left calc(50% + 185px), top left 50%;
  padding: 0;
}
#ats .l-wrapper.is-fixed .p-topMV-ats {
  margin-top: -70px;
}
#ats .p-topMV-ats .c-inner {
  height: 100%;
  position: relative;
}
#ats .p-topMV-ats .p-topMV_image {
  width: 747px;
  height: 433px;
  position: absolute;
  top: 141px;
  right: -100px;
}
#ats .p-topMV-ats .p-topMV_main.lt .p-topMV_catch {
  color: #09346b;
  font-size: 38px;
  line-height: 1.66;
  text-align: left;
}
#ats .p-topMV-ats .p-topMV_main.lt .p-topMV_catch .p-topMV_ttl_img {
  display: inline-block;
  width: 110px;
  margin-right: 16px;
}
#ats .p-topMV-ats .p-topMV_intro {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
}
#ats .p-topMV-ats .p-topMV_intro_img {
  margin: 0;
}
#ats .p-topMV-ats .p-topMV_intro .emphasis {
  color: #245fac;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.33;
}
#ats .p-topMV-ats .p-topMV_intro .emphasis > span {
  font-weight: normal;
  font-size: 20px;
}
#ats .p-topMV-ats .p-top_btn_fixed {
  position: fixed;
  z-index: 999;
}
#ats .p-topMV-ats .p-top_btn_fixed img {
  width: 100%;
}
#ats .p-topSelection {
  text-align: center;
}
#ats .p-topSelection .p-topSelection_subttl {
  color: #f58220;
  font-size: 30px;
  margin-top: 48px;
  margin-bottom: 32px;
}
#ats .p-topSelection .p-topSelection_block {
  display: flex;
  flex-wrap: wrap;
  width: 784px;
  margin: 0 auto;
}
#ats .p-topSelection .p-topSelection_block .p-topSelection_block_left_col {
  background: #ebebeb;
  position: relative;
}
#ats .p-topSelection .p-topSelection_block .p-topSelection_block_left_col .p-topSelection_left_col_img {
  margin: 77px auto 20px;
}
#ats .p-topSelection .p-topSelection_block .p-topSelection_block_left_col .p-topSelection_left_col_desc {
  color: #222;
  line-height: 1.75;
}
#ats .p-topSelection .p-topSelection_block .p-topSelection_block_rectangle {
  width: 22px;
  height: 404px;
  position: relative;
}
#ats .p-topSelection .p-topSelection_block .p-topSelection_block_rectangle:after {
  top: 0;
  right: -64px;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 202px 0 202px 64px;
  border-color: transparent transparent transparent #fff;
}
#ats .p-topSelection .p-topSelection_block .p-topSelection_block_right_col {
  background: #eff7ff;
}
#ats .p-topSelection .p-topSelection_block .p-topSelection_block_right_col .p-topSelection_block_right_inner {
  width: 330px;
  margin: 44px 32px 44px auto;
}
#ats .p-topSelection .p-topSelection_block .p-topSelection_block_right_col .p-topSelection_block_right_inner .p-topSelection_right_col_desc {
  dispay: inline-block;
  color: #0e7ac6;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}
#ats .p-topCause {
  background: url("../img/pc/ats/bg_section03.png") no-repeat center/cover;
}
#ats .p-topCause .p-topCause_point {
  width: 784px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 24px auto 0;
}
#ats .p-topCause .p-topCause_point:first-of-type {
  margin-top: 60px;
}
#ats .p-topCause .p-topCause_point_img {
  margin: 32px 56px 32px 44px;
}
#ats .p-topCause .p-topCause_point_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#ats .p-topCause .p-topCause_point_txt .p-topCause_point_subttl {
  margin-bottom: 12px;
  color: #f58220;
  font-size: 30px;
  line-height: 40px;
}
#ats .p-topCause .p-topCause_point_txt .p-topCause_point_desc {
  width: 490px;
}
#ats .p-topWork {
  text-align: center;
  position: relative;
}
#ats .p-topWork .p-topWork_subttl {
  color: #f58220;
  font-size: 30px;
  line-height: 1.5;
  position: relative;
  text-align: left;
}
#ats .p-topWork .p-topWork_subttl span {
  color: #cde7f9;
  font-size: 80px;
  position: absolute;
  line-height: 1.65;
  top: -28px;
  left: 9%;
}
#ats .p-topWork .p-topWork_txt {
  color: #222;
  margin-top: 16px;
  text-align: left;
  line-height: 1.8;
}
#ats .p-topWork .p-topWork_listItem {
  display: flex;
  width: 944px;
  margin-top: 86px;
}
#ats .p-topWork .p-topWork_listItem:nth-of-type(odd) {
  flex-direction: row-reverse;
}
#ats .p-topWork .p-topWork_listItem:nth-of-type(even) .p-topWork_txtWrapper {
  padding-left: 0;
  padding-right: 40px;
}
#ats .p-topWork .p-topWork_listItem:nth-of-type(even) .p-topWork_txt {
  padding-left: 0;
}
#ats .p-topWork .p-topWork_listItem:first-child {
  margin-top: 52px;
}
#ats .p-topWork .p-topWork_txtWrapper {
  width: 400px;
  padding-top: 76px;
  padding-left: 40px;
}
#ats .p-topWork .p-topWork_imgWrapper {
  width: 544px;
}
#ats .p-topWork .p-topWork_listImg {
  width: 100%;
  border: 1px solid #d6d6d6;
}
#ems .p-topMV {
  position: relative;
  background-repeat: no-repeat, no-repeat;
}
#ems .p-topMV_inner {
  height: 100%;
  position: relative;
  z-index: 20;
}
#ems .p-topMV_main {
  padding-top: 44px;
  color: #09346b;
  font-size: 38px;
  line-height: 1.67;
  text-align: left;
}
#ems .p-topMV_notice {
  margin-top: 34px;
  padding: 17px 20px;
  width: 418px;
  background: #fff;
  border: solid 2px #09346b;
  border-radius: 10px;
}
#ems .p-topMV_noticeText {
  font-size: 16px;
  line-height: 1.88;
  color: #09346b;
}
#ems .p-topMV_noticeText_anchor {
  text-decoration: underline;
}
#ems .p-topAbout {
  text-align: center;
}
#ems .p-topAbout_block {
  display: flex;
  flex-wrap: wrap;
  width: 784px;
  margin: 48px auto 0;
}
#ems .p-topAbout_block:first-of-type {
  margin-top: 60px;
}
#ems .p-topAbout_case {
  background: #ebebeb;
  position: relative;
}
#ems .p-topAbout_case:after {
  z-index: 2;
  top: 0;
  right: -65px;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 202px 0 202px 64px;
  border-color: transparent transparent transparent #ebebeb;
}
#ems .p-topAbout_case_desc {
  color: #222;
  line-height: 1.75;
  margin: 0 auto;
}
#ems .p-topAbout_answer {
  background: #eff7ff;
}
#ems .p-topAbout_answer_desc {
  display: inline-block;
  color: #0e7ac6;
  font-size: 18px;
  line-height: 1.6;
}
#ems .p-topAbout_answer_desc > br {
  display: inline;
}
#ems .p-topAbout_answer_note {
  margin-top: 24px;
  color: #505050;
  font-size: 10px;
  line-height: 1.5;
}
#ems .p-topAbout_block_rectangle {
  width: 22px;
  height: 404px;
  position: relative;
}
#ems .p-topAbout_block_rectangle:after {
  top: 0;
  right: -64px;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 202px 0 202px 64px;
  border-color: transparent transparent transparent #fff;
}
#ems .p-topReason {
  background: url("../img/pc/ats/bg_section03.png") no-repeat center/cover;
}
#ems .p-topReason_point {
  display: flex;
  width: 784px;
  margin: 24px auto 0;
  padding: 32px 44px;
  background: #fff;
  border-radius: 5px;
}
#ems .p-topReason_point:first-of-type {
  margin-top: 60px;
}
#ems .p-topReason_point_img {
  margin: 0 56px 0 0;
}
#ems .p-topReason_point_txt {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
#ems .p-topReason_point_ttl {
  margin-bottom: 12px;
  color: #f58220;
  font-size: 30px;
  line-height: 40px;
}
#ems .p-topReason_point_desc {
  font-size: 14px;
  line-height: 1.785;
}
#ems .p-topFunc {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: solid 2px #ebebeb;
}
#ems .p-topFunc_img {
  width: 840px;
  height: 462px;
  margin-top: 248px;
}
#ems .p-topFunc_ttl {
  height: 118px;
  padding-top: 32px;
  color: #f58220;
  font-size: 30px;
  position: relative;
}
#ems .p-topFunc_ttl.l3 {
  line-height: 2.68;
}
#ems .p-topFunc_ttl span {
  color: #cde7f9;
  font-size: 80px;
  position: absolute;
  line-height: 1.65;
  top: -28px;
  left: 0;
}
#ems .p-topFunc_txt {
  height: 50px;
  margin: 20px auto 36px;
  color: #222;
  font-size: 14px;
}
#ems .slick_container .slick-block {
  width: 645px;
  position: absolute;
  top: 188px;
  left: 50%;
  transform: translateX(-50%);
}
#ems .slick_container .slick-block img {
  width: 99%;
  margin: 0 auto;
}
#ems .slick_container .slick-dots {
  bottom: -104px;
  height: 20px;
}
#ems .slick_container .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 16px;
}
#ems .slick_container .slick-dots button {
  padding: 0;
}
#ems .slick_container .slick-next,
#ems .slick_container .slick-prev {
  width: 28px;
  height: 56px;
  position: absolute;
  top: unset;
  bottom: 104px;
  z-index: 10;
}
#ems .slick_container .slick-next:before,
#ems .slick_container .slick-prev:before {
  content: "";
}
#ems .slick_container .slick-next {
  background: url("../img/pc/ats/arrow_next.png") no-repeat center/contain;
  right: -98px;
}
#ems .slick_container .slick-prev {
  background: url("../img/pc/ats/arrow_prev.png") no-repeat center/contain;
  left: -98px;
}
#ems .p-topMovie {
  padding: 88px 0;
  background-image: url("../img/pc/common/bg_polygon.png");
}
#ems .p-topMovie .movie-block {
  margin-top: 48px;
  text-align: center;
}
#ems .p-topMovie .movie-block iframe {
  border: none;
}
#ems .p-topMovieBtn {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
#ems .p-topMovie .c-btn--conversionMedium {
  margin: 0;
}
#ems .p-topMovie .c-btn--conversionMediumRequest {
  margin: 0 0 0 16px;
}
#ems .p-topFaq {
  padding: 88px 0;
  background-image: url("../img/pc/common/bg_polygon2.png");
}
#ems .p-topFaqItem {
  margin-top: 40px;
  padding: 40px;
  background: #fff;
}
#ems .p-topFaqItem:first-of-type {
  margin-top: 48px;
}
#ems .p-topFaqItem_q,
#ems .p-topFaqItem_a {
  padding-left: 58px;
  color: #222;
  position: relative;
}
#ems .p-topFaqItem_q:before,
#ems .p-topFaqItem_a:before {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
#ems .p-topFaqItem_q {
  font-size: 28px;
  line-height: 1.75;
}
#ems .p-topFaqItem_q:before {
  content: 'Q';
  top: 5px;
  background-color: #0e7ac6;
  line-height: 36px;
}
#ems .p-topFaqItem_a {
  margin-top: 22px;
  font-size: 24px;
  line-height: 1.75;
}
#ems .p-topFaqItem_a:before {
  content: 'A';
  top: 0;
  background-color: #f2aa33;
  line-height: 42px;
}
#ems .p-topFlow {
  margin: 88px 0;
}
#ems .p-topFlow_description {
  margin: 32px 0 60px;
  font-size: 16px;
  line-height: 1.66;
}
#ems .p-topFlow_wrapper {
  display: flex;
}
#ems .p-topFlow_img {
  margin: 0;
}
#ems .p-topFlow_imgFile {
  width: 100%;
  height: 100%;
}
#ems .p-topFlow_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#ems .p-topFlow_item {
  padding: 20px 0 32px 40px;
  border: 3px solid #eff7ff;
  border-radius: 6px;
}
#ems .p-topFlow_heading {
  font-size: 26px;
  font-weight: bold;
  color: #34a7e6;
}
#ems .p-topFlow_subHeading {
  font-size: 14px;
  font-weight: normal;
  color: #f00;
}
#ems .p-topFlow_txt {
  line-height: 1.79;
}
#ems .p-topFlow_txtSmall {
  margin-top: 8px;
  font-size: 10px;
  font-weight: normal;
}
#ems .p-topFlow_txtSmall--red {
  color: #f00;
}
#ems .p-topFlow_support_title {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #626262;
}
#ems .p-topFlow_support_list {
  margin-top: 16px;
}
#ems .p-topFlow_support_item {
  height: 66px;
  padding: 16px 32px;
  border-radius: 10px;
  background-color: #eff7ff;
}
#ems .p-topFlow_support_left {
  display: flex;
}
#ems .p-topFlow_support_icon {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ems .p-topFlow_support_txt {
  margin-left: 16px;
  font-size: 20px;
  white-space: nowrap;
}
#ems .p-topFlow_support_time {
  color: #515b63;
}
#ems .p-topFlow_support_number {
  font-size: 20px;
  color: #34a7e6;
}
#ems .p-topFlow_support_arrow {
  width: 100%;
  height: 32px;
  background: url("../img/pc/ems/icon_support_arrow.png") center no-repeat;
}
#ems .p-topContact {
  padding: 94px 0;
  color: #09346b;
  background: #e5f2fd;
}
#ems .p-topContact_inner {
  margin: 0 auto;
  width: 541px;
}
#ems .p-topContact_description {
  font-size: 18px;
  line-height: 1.56;
}
#ems .p-topContact_telText {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}
#ems .p-topContact_telText_margin {
  display: inline-block;
  margin-top: 10px;
}
#ems .p-topContact_tel {
  margin-top: 14px;
  font-size: 18px;
  text-align: center;
}
#ems .p-topContact_comment {
  margin-top: 8px;
  font-size: 10px;
  text-align: center;
}
.s-article .p-topEvent-MV {
  padding: 64px 0;
  text-align: center;
  color: #09346b;
}
.s-article .p-topEvent-MV_ttl {
  font-size: 38px;
}
.s-article .p-topEvent-MV_txt {
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.75;
}
.s-article .p-topEvent-summary {
  padding-bottom: 88px;
  color: #222;
}
.s-article .p-topEvent-summary_breadcrumb {
  display: flex;
  padding-left: 0;
  margin: 24px 0 0;
}
.s-article .p-topEvent-summary_breadcrumb_item:not(:first-child) {
  margin-left: 1em;
}
.s-article .p-topEvent-summary_breadcrumb_item:not(:first-child):before {
  content: '\003E';
  margin-right: 1em;
}
.s-article .p-topEvent-summary_breadcrumb_item a {
  color: #797979;
}
.s-article .p-topEvent-summary_breadcrumb_item a:hover {
  color: #235fad;
}
.s-article .p-topEvent-summary_box {
  padding: 40px;
  border: 1px solid #979797;
}
.s-article .p-topEvent-summary_box:not(:first-child) {
  margin-top: 56px;
}
.s-article .p-topEvent-summary_box_mainTtl {
  font-size: 36px;
  line-height: 1.31;
  font-weight: 500;
}
.s-article .p-topEvent-summary_box_mainTtl span {
  font-size: 26px;
}
.s-article .p-topEvent-summary_box_ttl {
  font-size: 18px;
  font-weight: 500;
}
.s-article .p-topEvent-summary_box_ttl:not(:first-child) {
  margin-top: 32px;
}
.s-article .p-topEvent-summary_box_ttl > span {
  border-bottom: 1px solid #222;
}
.s-article .p-topEvent-summary_box_txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.75;
}
.s-article .p-topEvent-summary_box_txt:not(:first-child) {
  margin-top: 30px;
}
.s-article .p-topEvent-summary_box_mainTtl ~ .p-topEvent-summary_box_txt:not(:first-child) {
  margin-top: 12px;
}
.s-article .p-topEvent-summary_box_list {
  font-size: 14px;
  line-height: 2;
}
.s-article .p-topEvent-summary_box_list > li > span {
  font-size: 16px;
}
.s-article .p-topEvent-summary_box_list:not(:first-child) {
  margin-top: 15px;
}
.s-article .p-topEvent-summary_speaker {
  margin-top: 32px;
}
.s-article .p-topEvent-summary_speaker_ttl {
  display: inline-block;
  font-size: 18px;
  line-height: 1.67;
  border-bottom: 1px solid;
}
.s-article .p-topEvent-summary_speaker_name {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.75;
}
.s-article .p-topEvent-summary_nav {
  padding: 35px 10px 25px;
  border-top: 1px solid #235fad;
  border-bottom: 1px solid #235fad;
  position: relative;
}
.s-article .p-topEvent-summary_nav:not(:first-child) {
  margin-top: 72px;
}
.p-topEvent-summary_speaker + .p-topEvent-summary_nav:not(:first-child) {
  margin-top: 48px;
}
.s-article .p-topEvent-summary_nav_ttl {
  color: #235fad;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  background: #fff;
  margin-left: 50%;
  padding: 0 25px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.s-article .p-topEvent-summary_nav_list {
  margin: auto;
}
.s-article .p-topEvent-summary_nav_item {
  color: #235fad;
  display: inline-block;
  padding-left: 42px;
  position: relative;
  font-size: 24px;
}
.s-article .p-topEvent-summary_nav_item:not(:first-child) {
  margin-top: 20px;
}
.s-article .p-topEvent-summary_nav_item:before {
  content: '';
  display: block;
  background: url("../img/pc/voice/icon_arrow.png") no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  top: 0.25em;
  left: 0;
  transform: rotate(90deg);
}
.s-article .p-topEvent-summary_nav_item.nolink:before {
  transform: rotate(0deg);
}
.s-article .p-topEvent-summary_ttl {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.s-article .p-topEvent-mv {
  width: 944px;
  height: 500px;
  margin: 56px auto 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.s-article .p-topEvent-mv.article-ems01 {
  background-image: url("../img/pc/event/ems01_img_01.jpg");
}
.s-article .p-topEvent-mv_ttl {
  display: inline-block;
  padding: 32px 54px 32px 32px;
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
}
.s-article .p-topEvent-mv_ttl.right {
  left: auto;
  right: 0;
}
.s-article .p-topEvent-article {
  background-image: url("../img/pc/common/bg_polygon.png");
  background-size: 100% auto;
  color: #222;
}
.s-article .p-topEvent-article_contents {
  background-color: #fff;
  padding: 64px;
}
.s-article .p-topEvent-article_mainTtl {
  margin-bottom: 88px;
  font-size: 36px;
  line-height: 1.5;
  color: #235fad;
}
.s-article .p-topEvent-article_ttl {
  border-bottom: 1px solid #222;
  font-weight: 500;
}
.s-article .p-topEvent-article_ttl:not(:first-child) {
  margin-top: 64px;
}
.s-article .p-topEvent-article_sttl {
  color: #235fad;
  font-size: 24px;
  line-height: 1.75;
}
.s-article .p-topEvent-article_sttl:not(:first-child) {
  margin-top: 32px;
}
.s-article .p-topEvent-article_speaker {
  font-size: 16px;
}
.s-article .p-topEvent-article_speaker:not(:first-child) {
  margin-top: 10px;
}
.s-article .p-topEvent-article_txt,
.s-article .p-topEvent-article_txt-line {
  font-size: 16px;
  line-height: 1.875;
}
.s-article .p-topEvent-article_txt:not(:first-child),
.s-article .p-topEvent-article_txt-line:not(:first-child) {
  margin-top: 32px;
}
.s-article .p-topEvent-article_txt-line:before,
.s-article .p-topEvent-article_txt-line-line:before {
  content: '';
  display: inline-block;
  vertical-align: 0.325em;
  width: 30px;
  height: 1px;
  margin-right: 10px;
  background-color: #222;
}
.s-article .p-topEvent-article_note {
  margin-top: 8px;
  font-size: 10px;
}
.s-article .p-topEvent-article_emphasis {
  font-weight: 500;
  border-bottom: 2px solid #f2aa33;
}
.s-article .p-topEvent-article_img:not(:first-child) {
  margin-top: 32px;
}
.s-article .p-topEvent-article_img > span {
  display: block;
  width: 100%;
}
.s-article .p-topEvent-article_img img {
  vertical-align: bottom;
  max-width: 100%;
}
.s-article .p-topEvent-article_service {
  margin-top: 88px;
}
.s-article .p-topEvent-article .c-service_block_ttl {
  color: #235fad;
  font-weight: 500;
  display: block;
  text-align: center;
}
.s-article .p-topEvent-article .c-service_block_list_item {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
}
.s-article .p-topEvent-article .c-service_block_item_logo {
  display: block;
}
#top {
  color: #222;
}
#top .c-news {
  padding-top: 88px;
}
#top .c-news_list {
  margin-top: 44px;
}
#top .p-mv {
  height: 574px;
  padding: 188px 0 142px;
  margin-top: -90px;
  text-align: center;
  background: url("../img/pc/top/bg_mv_icons.png") no-repeat, url("../img/pc/top/bg_mv.png") no-repeat;
  background-size: 1094px 468px, auto 100%;
  background-position: top 106px center, center center;
}
#top .p-mv.is-fixed {
  margin-top: 0;
}
#top .p-mv.is-holiday {
  position: relative;
  height: 598px;
}
#top .p-mv_catch {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #09346b;
}
#top .p-mv_ttl {
  height: 54px;
  margin-bottom: 60px;
}
#top .p-mv_ttl img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
#top .p-service {
  padding: 60px 0 0;
}
#top .p-service img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
#top .p-service_inner {
  display: flex;
}
#top .p-service_info {
  width: 384px;
}
#top .p-service_ttl {
  width: auto;
  height: 40px;
  margin-bottom: 32px;
}
#top .p-service_ttl img {
  width: auto;
  height: 100%;
}
#top .p-service_img {
  margin: 0;
  flex: 1;
}
#top .p-service_img img {
  height: auto;
  max-height: 100%;
}
#top .p-service_item {
  position: relative;
}
#top .p-service_item.ats {
  background-color: #f4f7f9;
}
#top .p-merit {
  padding: 88px 0;
  background: url("../img/pc/common/bg_polygon2.png") no-repeat top center/cover;
}
#top .p-merit_inner {
  display: flex;
  justify-content: space-between;
}
#top .p-merit_item {
  background-color: #fff;
  border-radius: 6px;
}
#top .p-merit_item .item_img {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
#top .p-merit_item .item_img.price {
  background-image: url("../img/pc/top/icon_price.png");
}
#top .p-merit_item .item_img.easy {
  background-image: url("../img/pc/top/icon_easy.png");
}
#top .p-merit_item .item_img.support {
  background-image: url("../img/pc/top/icon_support.png");
}
#top .p-merit_item .item_ttl {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  color: #f58220;
  text-align: center;
}
#news .p-newsTopMV {
  text-align: center;
  color: #09346b;
}
#news .p-newsTopMV.is-fixed {
  padding-top: 72px;
}
#news .p-newsTopMV_ttl {
  font-size: 38px;
  margin-bottom: 32px;
  padding-top: 64px;
  padding-bottom: 64px;
}
#news .p-newsList_container {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 30px;
}
#news .p-newsArticles_lists {
  width: 950px;
  display: flex;
  flex-wrap: wrap;
}
#news .p-newsArticles_list {
  width: 299px;
  margin: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  border-radius: 6px;
  display: none;
}
#news .p-newsArticles_list:nth-child(3n) {
  margin-right: 0;
}
#news .p-newsArticles_list:nth-child(3n+1) {
  margin-left: 0;
}
#news .p-newsArticles_listLink {
  display: block;
}
#news .p-newsArticles_listLink:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#news .p-newsArticles_listInner {
  padding: 17px;
  height: 160px;
}
#news .p-newsArticles_typeBox {
  font-size: 11px;
  display: inline;
}
#news .p-newsArticles_type {
  padding: 4px 6px;
  background-color: #e5f2fd;
  margin-left: 10px;
}
#news .p-newsArticles_type:first-child {
  margin-left: 0;
}
#news .p-newsArticles_date {
  color: #999;
  font-size: 12px;
  margin: 12px 0;
}
#news .p-newsArticles_desc {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 32px;
}
#news .p-newsArticles_imgBox {
  margin: 0;
}
#news img.p-newsArticles_img {
  max-width: 100%;
  display: block;
  border-radius: 0 0 6px 6px;
}
#news .p-newsArticles-addButton {
  height: 57px;
  width: 57px;
  padding: 15px;
  margin: 42px auto;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
#news .p-newsArticles-addButton img {
  display: block;
  margin: 0 auto;
  transition: 0.3;
}
#news .p-newsArticles-addButton:hover {
  background: #f7fbfe;
}
#news .p-newsArticles-upTopOuter {
  text-align: right;
  margin-top: 40px;
}
#news .p-newsArticles-upTop {
  font-size: 16px;
  margin-top: 40px;
  color: #235fad;
  cursor: pointer;
}
#news .p-newsArticles-upTop:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-newsDetails-MV {
  padding: 64px 0;
  text-align: center;
  color: #09346b;
/*
   * カテゴリ名
   * --------------*/
}
.p-newsDetails-MV_ttl {
  font-size: 38px;
}
.p-newsDetails-MV_txt {
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.75;
}
.p-newsDetails-category {
  color: #222;
  width: 944px;
  margin: 0 auto;
  padding: 0 64px;
}
.p-newsDetails-category_breadcrumb {
  display: flex;
  padding-left: 0;
  margin: 24px 0 60px;
}
.p-newsDetails-category_breadcrumb_item:not(:first-child) {
  margin-left: 1em;
}
.p-newsDetails-category_breadcrumb_item:not(:first-child):before {
  content: '\003E';
  margin-right: 1em;
}
.p-newsDetails-category_breadcrumb_item a {
  color: #797979;
}
.p-newsDetails-category_breadcrumb_item a:hover {
  color: #0e7ac6;
}
.p-newsDetails-category_categoryBox {
  display: inline-block;
  padding: 10px 0 0 0;
}
.p-newsDetails-category_date {
  display: inline-block;
  font-size: 13px;
}
.p-newsDetails-category_typeBox {
  display: inline-block;
}
.p-newsDetails-category_type {
  display: inline-block;
  font-size: 11px;
  background: #e5f2fd;
  padding: 4px 8px;
  margin-left: 15px;
}
.p-newsDetails-article {
  background-size: 100% auto;
  color: #222;
}
.p-newsDetails-article_contents {
  background-color: #fff;
  padding: 50px 64px 80px 64px;
}
.p-newsDetails-article_mainTtl {
  margin-bottom: 48px;
  font-size: 30px;
  line-height: 1.5;
  color: #0e7ac6;
  padding-bottom: 10px;
  border-bottom: 1px solid #0e7ac6;
}
.p-newsDetails-article_ttl {
  color: #0e7ac6;
  font-size: 24px;
  line-height: 1.75;
  margin-top: 56px;
}
.p-newsDetails-article_sttl {
  font-size: 20px;
  line-height: 1.75;
}
.p-newsDetails-article_sttl:not(:first-child) {
  margin-top: 32px;
}
.p-newsDetails-article_txt {
  font-size: 14px;
  line-height: 1.875;
  margin-top: 32px;
}
.p-newsDetails-article_txt--last {
  margin-top: 56px;
}
.p-newsDetails-article_txt--mt15 {
  font-size: 14px;
  line-height: 1.875;
  margin-top: 15px;
}
.p-newsDetails-article_txt--addBg {
  display: block;
  background-color: #f4f7f9;
  border-radius: 6px;
  padding: 30px 20px;
}
.p-newsDetails-article_listItem {
  margin-bottom: 20px;
}
.p-newsDetails-article_note {
  margin-top: 40px;
  font-size: 10px;
  margin-bottom: 15px;
  display: block;
}
.p-newsDetails-article_note--mt0 {
  font-size: 10px;
  margin-bottom: 15px;
  display: block;
}
.p-newsDetails-article_link {
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
  color: #0e7ac6;
  word-break: break-word;
}
.p-newsDetails-article_link:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: url("../img/parts/link.svg") no-repeat;
  vertical-align: middle;
  content: '';
}
.p-newsDetails-article_img > span {
  display: block;
  text-align: center;
  width: 100%;
}
.p-newsDetails-article_img img {
  vertical-align: bottom;
  max-width: 100%;
}
.p-newsDetails-article_strongTxt {
  font-weight: bold;
}
.p-newsDetails-article_coloredTxt {
  color: #f00;
}
.p-newsDetails-article_table {
  border-left: 1px solid #dde4ea;
  border-right: 1px solid #dde4ea;
  margin: 48px 0;
}
.p-newsDetails-article_tableRow {
  display: flex;
  align-items: center;
  border-top: 1px solid #dde4ea;
}
.p-newsDetails-article_tableRow:last-child {
  border-bottom: 1px solid #dde4ea;
}
.p-newsDetails-article_tableHead {
  background: #f4f7f9;
  padding: 20px 0;
  padding-left: 40px;
  width: 16%;
  text-align: left;
}
.p-newsDetails-article_tableItem {
  padding-left: 40px;
}
.p-newsDetails-article_announce {
  margin-top: 0;
  margin-bottom: 48px;
}
.p-newsDetails-article_announce--nonTemplate {
  margin-top: 48px;
  margin-bottom: 48px;
}
.p-newsDetails-article_announceTtl {
  color: #f00;
}
.p-newsDetails-article_announceTxt {
  padding-top: 20px;
  color: #036;
}
.p-newsDetails-article_announceTxt--strong {
  font-weight: bold;
}
.other .p-topOther-MV {
  padding: 64px 0;
  text-align: center;
  color: #09346b;
}
.other .p-topOther-MV_ttl {
  font-size: 38px;
}
.other .p-topOther-MV_txt {
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.75;
}
.other .p-topOther_mainTtl {
  margin-bottom: 48px;
  margin-top: 48px;
  font-size: 30px;
  line-height: 1.5;
  color: #0e7ac6;
  padding-bottom: 10px;
  border-bottom: 1px solid #0e7ac6;
}
.other .p-topOther-summary {
  padding-bottom: 96px;
  color: #222;
}
.other .p-topOther-summary_breadcrumb {
  display: flex;
  padding-left: 0;
  margin: 24px 0 56px;
}
.other .p-topOther-summary_breadcrumb_item:not(:first-child) {
  margin-left: 1em;
}
.other .p-topOther-summary_breadcrumb_item:not(:first-child):before {
  content: '\003E';
  margin-right: 1em;
}
.other .p-topOther-summary_breadcrumb_item a {
  color: #797979;
}
.other .p-topOther-summary_breadcrumb_item a:hover {
  color: #235fad;
}
.other .p-topOther-summary_description {
  line-height: 1.75;
  font-size: 16px;
}
.other .p-topOther-summary_description-margin {
  margin-top: 30px;
}
.other .p-topOther-summary_content {
  line-height: 1.9;
  font-size: 20px;
  font-weight: 500;
  color: #235fad;
  padding: 24px 0;
}
.other .p-topOther-summary_anchor {
  text-decoration: underline;
  display: inline-block;
  color: #0e7ac6;
  word-break: break-word;
}
.other .p-topOther-summary_anchor:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: url("../img/parts/link.svg") no-repeat;
  vertical-align: middle;
}
#rule .p-ruleMain {
  padding: 56px 0;
}
#rule .p-ruleMain .p-ruleMain_ttl {
  font-size: 30px;
  color: #3570ac;
}
#rule .p-ruleMain .p-ruleMain_ttl:not(:first-child) {
  margin-top: 56px;
}
#rule .p-ruleMain .p-ruleMain_intro,
#rule .p-ruleMain .p-ruleMain_list_txt,
#rule .p-ruleMain .p-ruleMain_list_mid_con,
#rule .p-ruleMain .p-ruleMain_list_small_con {
  font-size: 14px;
  color: #222;
  padding-bottom: 12px;
  padding-left: 44px;
  line-height: 1.75;
}
#rule .p-ruleMain .p-ruleMain_intro {
  padding-left: 0;
  margin-top: 30px;
}
#rule .p-ruleMain .p-ruleMain_list_ttl {
  font-size: 20px;
  color: #09346b;
  font-weight: 500;
  margin: 36px auto 20px;
  padding-left: 20px;
}
#rule .p-ruleMain .p-ruleMain_list_large {
  padding-left: 0;
}
#rule .p-ruleMain .p-ruleMain_list_large+.p-ruleMain_list_ttl {
  margin-top: 60px;
}
#rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_mid_ttl {
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
  padding-bottom: 1px;
}
#rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_mid {
  margin-top: 15px;
  padding-left: 0;
}
#rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_mid_con {
  padding-left: 16px;
  padding-left: 1rem;
  text-indent: -16px;
  text-indent: -1rem;
}
#rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_mid_con.policy {
  padding-left: 54.4px;
  padding-left: 3.4rem;
  text-indent: -3.8em;
}
#rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_mid_con:last-child {
  padding-bottom: 0;
}
#rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_mid_con .p-ruleMain_list_small {
  margin-top: 12px;
}
#rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_mid_con .p-ruleMain_list_small .p-ruleMain_list_small_con {
  padding-left: 16px;
  padding-left: 1rem;
  text-indent: -16px;
  text-indent: -1rem;
}
#rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_mid_con .p-ruleMain_list_small .p-ruleMain_list_small_con:last-child {
  padding-bottom: 0;
}
#rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_mid_con .p-ruleMain_list_small .p-ruleMain_list_small_con .p-ruleMain_list_small_con_link {
  text-decoration: underline;
}
#rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_representative {
  margin-top: 15px;
  text-align: right;
}
#rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_history {
  margin-top: 15px;
  line-height: 2;
}
#rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_rule .p-ruleMain_list_rule_link {
  margin-right: 15px;
}
#rule .p-ruleMain .p-ruleMain_list_small_con_link {
  color: #0e7ac6;
}
#rule .p-ruleMain .p-ruleMain_end {
  margin-top: 20px;
  text-align: right;
}
#tensyokuscout .l-header .l-header_nav_PCmenu {
  visibility: hidden;
}
#tensyokuscout .l-header.is-fixed .l-header_nav_PCmenu {
  visibility: visible;
}
#tensyokuscout .l-header.is-fixed .l-header_nav_btn_contact {
  border: none;
  color: #fff;
  background-color: #f26d33;
}
#tensyokuscout .p-topMV-scout {
  margin-top: 0;
  padding: 0;
}
#tensyokuscout .p-topMV-scout.is-fixed {
  margin-top: 0;
}
#tensyokuscout .p-topMV-scout .c-inner {
  position: relative;
  height: 100%;
}
#tensyokuscout .p-topMV-scout .p-topMV_image {
  position: absolute;
}
#tensyokuscout .p-topMV-scout .p-topMV_main {
  color: #09346b;
}
#tensyokuscout .p-topMV-scout .p-topMV_main .p-topMV_catch {
  font-size: 20px;
  line-height: 1.75;
  text-align: left;
}
#tensyokuscout .p-topMV-scout .p-topMV_main .p-topMV_catch_sup {
  font-size: 10px;
}
#tensyokuscout .p-topMV-scout .p-topMV_main .p-topMV_annotation {
  font-size: 10px;
  margin-top: 8px;
}
#tensyokuscout .p-topMV-scout .p-topMV_main .p-topMV_ttl {
  margin-top: 17px;
  text-align: left;
}
#tensyokuscout .p-topMV-scout .p-topMV_main .p-topMV_ttl .p-topMV_ttl_img {
  display: inline-block;
  width: 110px;
  margin-right: 16px;
}
#tensyokuscout .p-topRecord-scout {
  padding: 56px 0;
  border-bottom: 2px solid #ebebeb;
}
#tensyokuscout .p-topRecord-scout .p-topRecord_ttl {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 400;
  position: relative;
  text-align: center;
}
#tensyokuscout .p-topRecord-scout .p-topRecord_ttl .p-topRecord_num {
  color: #235fad;
  font-size: 30px;
  font-weight: 500;
}
#tensyokuscout .p-topRecord-scout .p-topRecord_ttl .p-topRecord_unit {
  color: #235fad;
  font-weight: 500;
}
#tensyokuscout .p-topRecord-scout .p-topRecord_ttl:before {
  border: solid 1px #dceefe;
  content: "";
  display: block;
  height: 2px;
  width: 299px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 5px;
}
#tensyokuscout .p-topRecord-scout .p-topRecord_ttl:after {
  border: solid 1px #dceefe;
  content: "";
  display: block;
  height: 2px;
  width: 299px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 5px;
}
#tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img {
  display: inline-block;
}
#tensyokuscout .p-topRecommend-scout {
  background: url("../img/pc/tensyokuscout/top_recommend_bg.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 88px 0;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution {
  background: #fff;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem {
  background: #235fad;
  color: #fff;
  text-align: center;
  padding: 56px 0 48px 0;
  position: relative;
  width: 315px;
  border-radius: 5px 0 0 5px;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem:after {
  background: url("../img/pc/tensyokuscout/icon_rectangle01.png") no-repeat center/cover;
  content: "";
  height: 46px;
  width: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  margin: auto;
  z-index: 1;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem .p-topRecommend_problem_head {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 1.8px;
  position: relative;
  text-indent: 32px;
  text-indent: 2rem;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem .p-topRecommend_problem_head:before {
  background: url("../img/pc/tensyokuscout/top_recommend_icon_minus.png");
  content: "";
  height: 26px;
  width: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  margin: auto;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem .p-topRecommend_problem_catch {
  font-size: 24px;
  margin-top: 12px;
  line-height: 1.5;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem .p-topRecommend_problem_img_block {
  margin-top: 36px;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem .p-topRecommend_problem_txt {
  font-size: 14px;
  margin-top: 36px;
  line-height: 1.785714285714286;
  text-align: left;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_answer {
  padding: 56px 0 0 56px;
  position: relative;
  width: 629px;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_answer .p-topRecommend_answer_head {
  color: #235fad;
  font-size: 20px;
  letter-spacing: 1.8px;
  position: relative;
  margin-left: 32px;
  margin-left: 2rem;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_answer .p-topRecommend_answer_head:before {
  background: url("../img/pc/tensyokuscout/top_recommend_icon_check.png");
  content: "";
  height: 26px;
  width: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  margin: auto;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_answer .p-topRecommend_answer_catch {
  border-bottom: solid 2px #f58220;
  color: #f58220;
  font-size: 30px;
  line-height: 1.5;
  margin-top: 24px;
  padding-bottom: 12px;
  width: 315px;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_answer .p-topRecommend_answer_img_block .p-topRecommend_answer_img {
  position: absolute;
  right: 35px;
  top: 125px;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_answer .p-topRecommend_answer_txt {
  color: #222;
  font-size: 14px;
  line-height: 1.785714285714286;
  margin-top: 32px;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_answer .p-topRecommend_answer_caution {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution+.p-topRecommend_solution {
  margin-top: 15px;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex02 .p-topRecommend_problem,
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex04 .p-topRecommend_problem {
  background: #0e7ac6;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex02 .p-topRecommend_problem:after,
#tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex04 .p-topRecommend_problem:after {
  background: url("../img/pc/tensyokuscout/icon_rectangle02.png") no-repeat center/cover;
  content: "";
  height: 46px;
  width: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  margin: auto;
  z-index: 1;
}
#tensyokuscout .p-topRecommend-scout .p-topRecommend_txt {
  color: #0e7ac6;
  font-size: 24px;
  line-height: 1.75;
  margin: 48px auto;
  text-align: center;
}
#tensyokuscout .p-topMovie-scout .movie-block {
  margin-top: 48px;
  text-align: center;
}
#tensyokuscout .p-topMovie-scout .movie-block iframe {
  border: none;
}
#voice .p-voiceTopMV {
  text-align: center;
  color: #09346b;
}
#voice .p-voiceTopMV.is-fixed {
  padding-top: 72px;
}
#voice .p-voiceTopMV .p-voiceTopMV_ttl {
  font-size: 38px;
  margin-bottom: 32px;
  padding-top: 64px;
}
#voice .p-voiceTopMV .p-voiceTopMV_txt {
  font-size: 20px;
  padding-bottom: 64px;
}
#voice .p-voiceTopList {
  padding: 32px 0 88px;
}
#voice .p-voiceTopTab {
  border: 2px solid #ebebeb;
  border-left: none;
  border-right: none;
  font-size: 0;
  text-align: center;
}
#voice .p-voiceTopTab_item {
  display: inline-block;
  width: 180px;
  height: 58px;
  padding: 16px 0;
  vertical-align: top;
  color: #222;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  cursor: pointer;
}
#voice .p-voiceTopTab_item.is-current {
  position: relative;
  background-color: #eff7ff;
  color: #0e7ac6;
}
#voice .p-voiceTopTab_item.is-current:after {
  content: '';
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0e7ac6;
}
#voice .p-voiceTopPager {
  font-size: 0;
  text-align: center;
}
#voice .p-voiceTopPager_item {
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 2px solid;
  vertical-align: top;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
  color: #0e7ac6;
  font-size: 16px;
  line-height: 2.375;
  text-align: center;
  cursor: pointer;
}
#voice .p-voiceTopPager_item:not(:last-child) {
  margin-right: 24px;
}
#voice .p-voiceTopPager_item.prev,
#voice .p-voiceTopPager_item.next {
  background-position: center;
  background-size: 8px 16px;
  background-repeat: no-repeat;
}
#voice .p-voiceTopPager_item.prev {
  background-image: url("../img/pc/common/icon_arrow_blue.png");
  transform: scale(-1);
}
#voice .p-voiceTopPager_item.prev.is-inactive {
  background-image: url("../img/pc/common/icon_arrow_gray.png");
}
#voice .p-voiceTopPager_item.next {
  background-image: url("../img/pc/common/icon_arrow_blue.png");
}
#voice .p-voiceTopPager_item.next.is-inactive {
  background-image: url("../img/pc/common/icon_arrow_gray.png");
}
#voice .p-voiceTopPager_item.is-current {
  border: none;
  box-shadow: none;
  pointer-events: none;
  background-color: #eff7ff;
}
#voice .p-voiceTopPager_item.is-inactive {
  color: #ccc;
  pointer-events: none;
  box-shadow: none;
}
#voice .p-voiceMV {
  margin: 72px auto 0;
  padding-bottom: 50px;
  background: url("../img/pc/voice/bg_mv.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
#voice .p-voiceMV_main {
  width: 944px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
#voice .p-voiceMV_main.voice01 {
  background-image: url("../img/pc/voice/mv_voice01.jpg");
}
#voice .p-voiceMV_main.voice02 {
  background-image: url("../img/pc/voice/mv_voice02.jpg");
}
#voice .p-voiceMV_main.voice03 {
  background-image: url("../img/pc/voice/mv_voice03.jpg");
}
#voice .p-voiceMV_main.voice04 {
  background-image: url("../img/pc/voice/mv_voice04.jpg");
}
#voice .p-voiceMV_main.voice05 {
  background-image: url("../img/pc/voice/mv_voice05.jpg");
}
#voice .p-voiceMV_main.voice-ats02 {
  background-image: url("../img/pc/voice/mv_voice-ats02.jpg");
}
#voice .p-voiceMV_main.voice-ats03 {
  background-image: url("../img/pc/voice/mv_voice-ats03.jpg");
}
#voice .p-voiceMV_main.voice-ats04 {
  background-image: url("../img/pc/voice/mv_voice-ats04.jpg");
}
#voice .p-voiceMV_main.voice-ems01 {
  background-image: url("../img/pc/voice/mv_voice-ems01.jpg");
}
#voice .p-voiceMV_main.voice-ems02 {
  background-image: url("../img/pc/voice/mv_voice-ems02.jpg");
}
#voice .p-voiceMV_main.voice-time01 {
  background-image: url("../img/pc/voice/mv_voice-time01.jpg");
}
#voice .p-voiceMV_ttl {
  display: inline-block;
  padding: 32px 54px 32px 32px;
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
}
#voice .p-voiceMV_ttl.right {
  left: auto;
  right: 0;
}
#voice .p-voiceSummary {
  padding: 0 0 88px;
  color: #222;
}
#voice .p-voiceSummary .p-voiceSummary_ttl {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
#voice .p-voiceSummary .p-voiceSummary_points {
  color: #235fad;
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: relative;
  text-align: center;
}
#voice .p-voiceSummary .p-voiceSummary_points p {
  font-size: 20px;
  line-height: 24px;
}
#voice .p-voiceSummary .p-voiceSummary_points .points_ttl {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1;
}
#voice .p-voiceSummary .p-voiceSummary_points .points_content {
  display: inline-block;
}
#voice .p-voiceSummary .p-voiceSummary_points .points_txt {
  padding-left: 21px;
  background: url("../img/pc/voice/icon_arrow.png") no-repeat;
  background-position: left center;
  background-size: 1em auto;
  text-align: left;
}
#voice .p-voiceArticle {
  background-image: url("../img/pc/common/bg_polygon.png");
  background-size: 100% auto;
  color: #222;
}
#voice .p-voiceArticle_contents {
  background-color: #fff;
}
#voice .p-voiceArticle_contents > p {
  margin-top: 32px;
  font-size: 16px;
  line-height: 30px;
}
#voice .p-voiceArticle_contents > p:first-of-type {
  margin-top: 0;
}
#voice .p-voiceArticle_contents .contents_txt .emphasis {
  font-weight: 500;
  border-bottom: 2px solid #f2aa33;
}
#voice .p-voiceArticle_contents .contents_txt + .contents_txt {
  margin-top: 30px;
}
#voice .p-voiceArticle_contents .contents_q {
  padding-left: 40px;
  color: #235fad;
  position: relative;
}
#voice .p-voiceArticle_contents .contents_q:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #3a72bb;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#voice .p-voiceArticle_contents .contents_ttl {
  border-bottom: 1px solid #222;
  font-weight: 500;
}
#voice .p-voiceArticle_contents .contents_img {
  width: 100%;
}
#voice .p-voiceArticle_note {
  margin-top: 54px;
}
#voice .p-voiceArticle_note .note_txt {
  padding-left: 44px;
  position: relative;
  font-size: 14px;
  line-height: 25px;
}
#voice .p-voiceArticle_note .note_txt + .note_txt {
  margin-top: 24px;
}
#voice .p-voiceArticle_profile {
  margin-bottom: 64px;
}
#voice .p-voiceArticle_profile .profile_ttl {
  color: #235fad;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
#voice .p-voiceArticle_profile .profile_content {
  display: flex;
  border: 1px solid #979797;
}
#voice .p-voiceArticle_profile .profile_logo {
  position: relative;
  flex: 1;
}
#voice .p-voiceArticle_profile .profile_logo img {
  max-width: 100%;
  max-height: 100%;
}
#voice .p-voiceArticle_profile .profile_name {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  border-bottom: 1px solid;
}
#voice .p-voiceArticle_profile .profile_txt {
  margin-top: 14px;
  font-size: 16px;
  line-height: 28px;
}
/* utility */
.u-left {
  text-align: left !important;
}
.u-center {
  text-align: center !important;
}
.u-right {
  text-align: right !important;
}
.u-top {
  vertical-align: top !important;
}
.u-middle {
  vertical-align: middle !important;
}
.u-bottom {
  vertical-align: bottom !important;
}
.u-baseline {
  vertical-align: baseline !important;
}
.u-hide {
  display: none !important;
}
.u-mt-0 {
  margin-top: 0px !important;
}
.u-mt-5 {
  margin-top: 5px !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}
.u-mt-15 {
  margin-top: 15px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}
.u-mt-25 {
  margin-top: 25px !important;
}
.u-mt-30 {
  margin-top: 30px !important;
}
.u-mt-35 {
  margin-top: 35px !important;
}
.u-mt-40 {
  margin-top: 40px !important;
}
.u-mt-45 {
  margin-top: 45px !important;
}
.u-mt-50 {
  margin-top: 50px !important;
}
.u-mb-0 {
  margin-bottom: 0px !important;
}
.u-mb-5 {
  margin-bottom: 5px !important;
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
.u-mb-30 {
  margin-bottom: 30px !important;
}
.u-mb-35 {
  margin-bottom: 35px !important;
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
.u-mb-45 {
  margin-bottom: 45px !important;
}
.u-mb-50 {
  margin-bottom: 50px !important;
}
.u-clear {
  clear: both;
}
.u-float-l {
  float: left;
}
.u-float-r {
  float: right;
}
.u-clearfix:after {
  content: '';
  clear: both;
  display: block;
}
@media screen and (min-width: 769px){
  a{
    cursor: pointer;
  }
  .l-header{
    padding: 20px 0 0;
    height: 90px;
  }
  .l-header .l-header_nav{
    height: 70px;
  }
  .l-header .l-header_nav_logo_img{
    height: 100%;
    width: auto;
  }
  .l-header.is-fixed{
    min-width: 1200px;
    height: 72px;
    padding: 14px 0;
  }
  .l-header.is-fixed .l-header_nav{
    height: 44px;
  }
  .l-header.is-fixed .l-header_nav_logo_img{
    padding-top: 0;
    width: 252px;
    height: auto;
  }
  #top .l-header.is-fixed .l-header_nav_logo_img,
  #voice .l-header.is-fixed .l-header_nav_logo_img,
  #news .l-header.is-fixed .l-header_nav_logo_img,
  #rule.top .l-header.is-fixed .l-header_nav_logo_img{
    width: 184px;
  }
  .l-wrapper.is-fixed{
    margin-top: 72px;
  }
  .l-footer{
    height: 96px;
  }
  .l-footer .l-footer_inner{
    position: relative;
    height: 100%;
    padding: 24px 0;
  }
  .l-footer .l-footer_inner .l-footer_logo{
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
  }
  .l-footer .l-footer_inner .l-footer_menu{
    position: absolute;
    bottom: 24px;
    right: 0;
  }
  .c-btn:hover{
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    transition: 0.1s;
  }
  .c-btn:active{
    box-shadow: none;
    transform: translate(0, 2px);
  }
  .c-btn--large:hover{
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    transition: 0.1s;
  }
  .c-btn--large:active{
    box-shadow: none;
    transform: translate(0, 2px);
  }
  .c-btn--arrow:hover{
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    transition: 0.1s;
  }
  .c-btn--arrow:active{
    box-shadow: none;
    transform: translate(0, 2px);
  }
  .c-btn--conversion:hover,
  .c-btn--conversionRequest:hover,
  .c-btn--conversionMedium:hover,
  .c-btn--conversionMediumRequest:hover,
  .c-btn--conversionLarge:hover{
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    transition: 0.1s;
  }
  .c-btn--conversion:active,
  .c-btn--conversionRequest:active,
  .c-btn--conversionMedium:active,
  .c-btn--conversionMediumRequest:active,
  .c-btn--conversionLarge:active{
    box-shadow: none;
    transform: translate(0, 2px);
  }
  .c-btn--conversionRequest:hover{
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    transition: 0.1s;
  }
  .c-btn--conversionRequest:active{
    box-shadow: none;
    transform: translate(0, 2px);
  }
  .c-btn--conversionMediumRequest:hover{
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    transition: 0.1s;
  }
  .c-btn--conversionMediumRequest:active{
    box-shadow: none;
    transform: translate(0, 2px);
  }
  .c-btn--conversionLarge{
    width: 420px;
  }
  .c-btn--detail:hover{
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    transition: 0.1s;
  }
  .c-btn--detail:active{
    box-shadow: none;
    transform: translate(0, 2px);
  }
  .c-series .c-series_inner{
    padding: 24px 0;
  }
  .c-series .c-series_link{
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
  }
  .c-series .c-series_link:after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: #435b67;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-case_slider{
    max-width: 960px;
  }
  .c-case-card:hover{
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .c-case-card_item.text{
    width: 416px;
    margin-left: 48px;
  }
  .c-news_list_date{
    margin-right: 16px;
  }
  .c-news_list_type{
    margin-right: 6px;
  }
  .c-contact .c-contact_block{
    display: flex;
    justify-content: center;
    margin: 48px 0 0;
  }
  .c-contact .c-contact_con.mail{
    width: 420px;
  }
  .c-contact .c-contact_con.tel{
    width: 368px;
  }
  .c-contact .c-contact_con .c-contact_con_tel_num{
    pointer-events: none;
  }
  .c-contact .line{
    border-right: 1px solid #d8d8d8;
    margin: 0 40px;
    height: 140px;
  }
  .c-service_block_ttl{
    display: inline-block;
    margin-bottom: 42px;
    font-size: 36px;
  }
  #voice .c-service_block_ttl{
    display: block;
    margin: 68px 0 0 0;
    font-size: 20px;
  }
  .c-service_block_list_item{
    width: 496px;
    height: 280px;
    padding: 40px 0 40px 40px;
  }
  #voice .c-service_block_list_item,
  .s-article .c-service_block_list_item{
    width: 464px;
    height: 264px;
    padding: 32px 0 20px 32px;
  }
  .c-service_block_item_desc{
    margin-top: 20px;
    line-height: 1.78;
  }
  .c-service_block_item_logo{
    width: 180px;
  }
  #voice .c-service_block_item_logo{
    width: 176px;
  }
  .c-service_block_item_pc{
    width: 260px;
    top: 40px;
  }
  #voice .c-service_block_item_pc{
    width: 266px;
  }
  .c-service_block_item_pc--ems{
    height: 195px;
  }
  .c-trial{
    padding: 88px 0;
    background: url("../img/pc/common/bg_trial.png") no-repeat center/cover;
  }
  #ems .c-trial{
    background-image: url("../img/pc/common/bg_trial2.png");
  }
  .c-trial .c-trial_recommend{
    width: 810px;
    padding: 64px 0;
  }
  .c-trial .c-trial_ttl{
    margin-bottom: 44px;
  }
  .c-trial .c-trial_caution{
    padding: 0 132px;
    line-height: 1.55;
    font-size: 18px;
  }
  .c-trialBtn{
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    width: 240px;
    right: 0;
    bottom: 7%;
  }
  .c-trialBtn:hover{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .c-holiday-label{
    width: 944px;
  }
  #top .c-holiday-label{
    position: absolute;
    bottom: 0;
  }
  #ems .c-holiday-label{
    position: absolute;
    bottom: -58px;
  }
  #tensyokuscout .c-holiday-label{
    bottom: -29px;
  }
  #ats .c-holiday-label{
    top: 533px;
  }
  #ats{
    min-width: 1200px;
  }
  #ats .p-topMV-ats{
    min-height: 620px;
    height: 620px;
    max-height: 100vw;
    margin-top: -90px;
  }
  #ats .p-topMV-ats.is-holiday{
    height: 704px;
  }
  #ats .p-topMV-ats .p-topMV_main{
    margin: auto;
    position: absolute;
    top: 126px;
    left: 0;
  }
  #ats .p-topMV-ats .c-btn--conversion{
    margin-top: 20px;
  }
  #ats .p-topMV-ats .c-btn--conversionRequest{
    margin-top: 20px;
    line-height: 58px;
  }
  #ats .p-topMV-ats .p-top_btn_fixed{
    bottom: 7%;
    right: 0;
    width: 240px;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  #ats .p-topMV-ats .p-top_btn_fixed:hover{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #ats .p-topSelection{
    padding-top: 120px;
    padding-bottom: 88px;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_left_col{
    width: 282px;
    height: 404px;
    border-radius: 5px 0 0 5px;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_left_col:after{
    z-index: 2;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 202px 0 202px 64px;
    border-color: transparent transparent transparent #ebebeb;
    transform: translateX(99.9%);
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_left_col .p-topSelection_left_col_desc{
    margin-left: 32px;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_right_col{
    width: 480px;
    height: 404px;
    border-radius: 0 5px 5px 0;
  }
  #ats .p-topCause{
    padding: 88px 0;
  }
  #ats .p-topWork{
    padding: 88px 0 88px;
    overflow-x: hidden;
  }
  #ems{
    min-width: 1200px;
  }
  #ems .p-topMV{
    height: 582px;
    max-height: 100vw;
    margin-top: -90px;
    padding-top: 90px;
    background-image: url("../img/pc/ems/bg_mv_rect.png"), url("../img/pc/ems/bg_mv.png");
    background-size: 100% 332px, 100% 100%;
    background-position: bottom -140px center, bottom center;
  }
  #ems .p-topMV:after{
    content: '';
    display: block;
    width: 100%;
    height: 210px;
    background-image: linear-gradient(to top, #fff 50px, rgba(255,255,255,0));
    position: absolute;
    bottom: 0;
    z-index: 10;
  }
  #ems .p-topMV.is-holiday{
    height: 640px;
    padding-bottom: 58px;
  }
  #ems .p-topMV_inner{
    width: 1200px;
    margin: 0 auto;
    padding-left: 128px;
    background-repeat: no-repeat;
    background-image: url("../img/pc/ems/bg_illust.png"), url("../img/pc/ems/bg_mv_cloud.png");
    background-size: 859px 453px, 906px 485px;
    background-position: bottom -20px right 12px, bottom -18px right;
  }
  #ems .p-topMV .c-btn--conversion{
    margin: 32px 0 0;
  }
  #ems .p-topMV .c-btn--conversionRequest{
    margin: 16px 0 0;
  }
  #ems .p-topAbout{
    padding-top: 52px;
    padding-bottom: 88px;
  }
  #ems .p-topAbout_block.large{
    height: 434px;
  }
  #ems .p-topAbout_case{
    display: flex;
    flex-direction: column;
    width: 282px;
    min-height: 404px;
    padding-bottom: 40px;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #ebebeb;
  }
  #ems .p-topAbout_block.large .p-topAbout_case:after{
    border-width: 217px 0 217px 64px;
  }
  #ems .p-topAbout_case_desc{
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
  }
  #ems .p-topAbout_case_desc p{
    max-width: 100%;
  }
  #ems .p-topAbout_answer{
    display: flex;
    flex-direction: column;
    width: 480px;
    min-height: 404px;
    padding: 0 32px 40px 90px;
    border-radius: 0 5px 5px 0;
  }
  #ems .p-topAbout_answer_desc{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
  }
  #ems .p-topAbout_answer_desc p{
    max-width: 100%;
  }
  #ems .p-topAbout_img{
    flex-shrink: 0;
    margin: 65px auto 50px;
  }
  #ems .p-topAbout_block.large .p-topAbout_img{
    margin: 56px auto 44px;
  }
  #ems .p-topAbout_block.large .p-topAbout_block_rectangle{
    height: 434px;
  }
  #ems .p-topAbout_block.large .p-topAbout_block_rectangle:after{
    border-width: 217px 0 217px 64px;
  }
  #ems .p-topReason{
    padding: 88px 0;
  }
  #ems .p-topFunc{
    padding: 88px 0 120px;
  }
  #ems .p-topFunc_inner{
    width: 944px;
    margin: 0 auto;
  }
  #ems .slick_container .slick-dots button:before{
    width: 12px;
    height: 12px;
    content: "";
    border: 6px solid;
    border-radius: 100px;
  }
  #ems .p-topFlow_description{
    text-align: center;
  }
  #ems .p-topFlow_img{
    margin-right: 32px;
    width: 140px;
  }
  #ems .p-topFlow_list{
    width: calc(100% - 172px);
  }
  #ems .p-topFlow_headingWrapper{
    display: flex;
  }
  #ems .p-topFlow_subHeading{
    margin-top: 16px;
    margin-left: 1em;
  }
  #ems .p-topFlow_txt{
    margin-top: 12px;
  }
  #ems .p-topFlow_txt--oneline{
    margin-top: 8px;
    line-height: 1;
  }
  #ems .p-topFlow_support{
    margin-left: 60px;
    width: 570px;
  }
  #ems .p-topFlow_support_inner{
    display: flex;
    justify-content: space-between;
  }
  #ems .p-topFlow_support_icon{
    width: 40px;
  }
  .s-article .p-topEvent-MV{
    margin-top: 72px;
    background: url("../img/pc/common/bg_fMV.png") no-repeat center/cover;
  }
  .s-article .p-topEvent-article{
    padding: 88px 0;
  }
  .s-article .p-topEvent-article_ttl{
    font-size: 28px;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .s-article .p-topEvent-article_img{
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
  }
  .s-article .p-topEvent-article_img > span{
    padding: 0 8px;
  }
  .s-article .p-topEvent-article .c-service_block_ttl{
    font-size: 20px;
    margin-bottom: 16px;
  }
  .s-article .p-topEvent-article .c-service_block_list_item{
    width: 100%;
    height: 322px;
    padding: 48px;
  }
  .s-article .p-topEvent-article .c-service_block_item_desc{
    font-size: 22px;
    line-height: 1.35;
    margin-top: 25px;
  }
  .s-article .p-topEvent-article .c-service_block_item_logo{
    width: 229px;
  }
  .s-article .p-topEvent-article .c-service_block_item_pc{
    width: 390px;
    top: 48px;
    right: 48px;
  }
  #top{
    min-width: 1200px;
  }
  #top .p-service_inner{
    height: 322px;
  }
  #top .p-service_info + .p-service_img{
    margin-left: 32px;
  }
  #top .p-service_txt{
    margin-bottom: 32px;
  }
  #top .p-service_txt + .p-service_img{
    margin-left: 32px;
  }
  #top .p-service_img{
    height: 100%;
  }
  #top .p-service_item{
    padding: 60px 0;
  }
  #top .p-service_item.tensyoku{
    padding: 18px 0 60px;
  }
  #top .p-service_item.tensyoku .p-service_inner{
    padding-left: 32px;
  }
  #top .p-service_item.tensyoku .p-service_ttl{
    margin-top: 42px;
  }
  #top .p-service_item.ems .p-service_inner{
    padding-left: 32px;
    height: 269px;
  }
  #top .p-service_item.ats .p-service_inner{
    padding-right: 32px;
    flex-direction: row-reverse;
    height: 279px;
  }
  #top .p-service_item.ats .p-service_ttl{
    margin-top: 24px;
  }
  #top .p-service_item.ats .p-service_info + .p-service_img{
    margin-left: -6px;
    margin-right: 60px;
  }
  #top .p-service_item.ems{
    padding-bottom: 88px;
  }
  #top .p-merit_inner{
    width: 944px;
    margin: 44px auto 0;
  }
  #top .p-merit_item{
    width: 296px;
    padding: 32px 24px 24px;
  }
  #news{
    min-width: 1200px;
  }
  #news .p-newsTopMV{
    margin-top: 72px;
    background: url("../img/pc/common/bg_fMV.png") no-repeat center/cover;
  }
  .p-newsDetails-MV{
    margin-top: 72px;
    background: url("../img/pc/common/bg_fMV.png") no-repeat center/cover;
  }
  .p-newsDetails-article_img{
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-newsDetails-article_img > span{
    padding: 0 8px;
  }
  .other{
    min-width: 1200px;
  }
  .other .p-topOther-MV{
    margin-top: 72px;
    background: url("../img/pc/common/bg_fMV.png") no-repeat center/cover;
  }
  #rule{
    min-width: 1200px;
  }
  #rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_rule{
    display: flex;
    margin-top: 30px;
    align-items: center;
  }
  #tensyokuscout{
    min-width: 1200px;
  }
  #tensyokuscout .p-topMV-scout{
    background: url("../img/pc/tensyokuscout/bg_top_mv.png") no-repeat;
    background-size: 120% 115%;
    margin-top: -90px;
    min-height: 600px;
    height: 600px;
    max-height: 100vw;
  }
  #tensyokuscout .p-topMV-scout.is-holiday{
    height: 623px;
  }
  #tensyokuscout .p-topMV-scout .p-topMV_image{
    width: 728px;
    height: 457px;
    top: 98px;
    right: -100px;
  }
  #tensyokuscout .p-topMV-scout .p-topMV_main{
    margin: auto;
    position: absolute;
    top: 117px;
    left: 0;
  }
  #tensyokuscout .p-topMV-scout .c-btn--conversion{
    margin: 10px 0 0;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block{
    padding: 0 70px;
    display: flex;
    height: 121px;
    margin-top: 32px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img{
    margin: 0 30px;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.isuzu{
    width: 85px;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.idom{
    width: 73px;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.sms{
    width: 83px;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.cdc{
    width: 49px;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.dksh{
    width: 48px;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.nikkeisha{
    width: 85px;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.ncxx{
    width: 48px;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.vision{
    width: 79px;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.vsn{
    width: 55px;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.freakout{
    width: 84px;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.yaskawa{
    width: 69px;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.leverages{
    width: 73px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution{
    width: 944px;
    margin: 0 auto;
    display: flex;
    border-radius: 0 5px 5px 0;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex01{
    margin-top: 48px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex01 .p-topRecommend_problem{
    padding: 56px 25px 48px 24px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex01 .p-topRecommend_answer .p-topRecommend_answer_catch{
    width: 270px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex01 .p-topRecommend_answer .p-topRecommend_answer_img_block .p-topRecommend_answer_img{
    top: 50%;
    transform: translateY(-50%);
    right: 48px;
    width: 190px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex02 .p-topRecommend_problem{
    padding: 56px 38px 48px 39px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex02 .p-topRecommend_answer .p-topRecommend_answer_catch{
    width: 270px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex02 .p-topRecommend_answer .p-topRecommend_answer_img_block .p-topRecommend_answer_img{
    top: 115px;
    right: 48px;
    width: 192px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex03 .p-topRecommend_problem{
    padding: 54px 59px 48px 60px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex03 .p-topRecommend_answer .p-topRecommend_answer_catch{
    width: 300px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex03 .p-topRecommend_answer .p-topRecommend_answer_img_block .p-topRecommend_answer_img{
    top: 83px;
    right: 56px;
    width: 175px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex04 .p-topRecommend_problem{
    padding: 56px 38px 48px 39px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex04 .p-topRecommend_answer .p-topRecommend_answer_catch{
    width: 150px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex04 .p-topRecommend_answer .p-topRecommend_answer_img_block .p-topRecommend_answer_img{
    right: 56px;
    width: 169px;
  }
  #tensyokuscout .p-topMovie-scout{
    padding: 88px 0;
    background-image: url("../img/pc/common/bg_polygon.png");
  }
  #voice{
    min-width: 1200px;
  }
  #voice .p-voiceTopMV{
    margin-top: 72px;
    background: url("../img/pc/common/bg_fMV.png") no-repeat center/cover;
  }
  #voice .p-voiceSummary .p-voiceSummary_points{
    margin-top: 35px;
    padding: 30px 0 20px;
  }
  #voice .p-voiceSummary .p-voiceSummary_points .points_ttl{
    padding: 0 25px;
  }
  #voice .p-voiceSummary .p-voiceSummary_points .points_txt{
    padding-left: 42px;
  }
  #voice .p-voiceSummary .p-voiceSummary_points .points_txt + .points_txt{
    margin-top: 18px;
  }
  #voice .p-voiceArticle{
    padding: 88px 0;
  }
  #voice .p-voiceArticle_contents{
    padding: 64px;
  }
  #voice .p-voiceArticle_contents .contents_ttl{
    margin-top: 64px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 1;
  }
  #voice .p-voiceArticle_contents .contents_img{
    margin-top: 64px;
  }
  #voice .p-voiceArticle_note .note_txt span{
    position: absolute;
    top: 0;
    left: 0;
  }
  #voice .p-voiceArticle_profile .profile_content{
    width: 694px;
    margin: 20px auto 0;
    padding: 40px;
  }
  #voice .p-voiceArticle_profile .profile_logo{
    width: 150px;
  }
  #voice .p-voiceArticle_profile .profile_logo img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #voice .p-voiceArticle_profile .profile_info{
    width: 440px;
    margin-left: 24px;
  }
  .u-onlyPC{
    display: block;
    margin: 0 auto;
  }
  .u-onlySP{
    display: none !important;
  }
  .u-onlyPCInlineBlock{
    display: inline-block;
    margin: 0 auto;
  }
  .u-onlySPInlineBlock{
    display: none !important;
  }
}
@media screen and (max-width: 768px){
  .l-header{
    height: 60px;
    padding: 12px 0;
  }
  .l-header .l-header_nav_heading,
  .l-header .l-header_nav_logo{
    margin: 0;
    width: 64vw;
    max-width: 205px;
  }
  #top .l-header .l-header_nav_heading,
  #top .l-header .l-header_nav_logo,
  #voice .l-header .l-header_nav_heading,
  #voice .l-header .l-header_nav_logo,
  #news .l-header .l-header_nav_heading,
  #news .l-header .l-header_nav_logo,
  #rule.top .l-header .l-header_nav_heading,
  #rule.top .l-header .l-header_nav_logo{
    max-width: 151px;
  }
  .l-header .l-header_nav_logo{
    padding: 0;
  }
  .l-header .l-header_nav_logo_img{
    width: 100%;
  }
  .l-header .l-header_nav_PCmenu{
    display: none;
  }
  .l-header .menulist_link:after{
    width: 2.81vw;
    height: 4.68vw;
  }
  .l-header.is-fixed{
    padding: 12px 0;
  }
  .l-header.is-fixed .l-header_nav .btn-scout{
    display: block;
  }
  .l-wrapper.is-fixed{
    margin-top: 60px;
  }
  .l-footer{
    padding-bottom: 17.5vw;
  }
  .l-footer.noBtn{
    padding-bottom: 0;
  }
  .l-footer .l-footer_inner{
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  .l-footer .l-footer_inner .l-footer_logo{
    margin-top: 2.5vw;
    display: flex;
    align-items: flex-end;
  }
  .l-footer .l-footer_inner .l-footer_menu{
    text-align: left;
  }
  .l-footer .l-footer_inner .l-footer_menu .l-footer_link{
    line-height: 2.2;
  }
  .l-footer .l-footer_inner .l-footer_menu .l-footer_link.service{
    display: block;
    margin-bottom: 10px;
  }
  .c-inner{
    width: 100%;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  .c-heading{
    font-size: 6.25vw;
    line-height: 1.5;
  }
  .c-heading + .c-txt{
    margin-top: 7.5vw;
  }
  .c-heading--white{
    font-size: 6.25vw;
    line-height: 1.5;
  }
  .c-heading--white + .c-txt{
    margin-top: 7.5vw;
  }
  .c-txt{
    font-size: 4.37vw;
  }
  .c-btn{
    width: 100%;
    height: 17.5vw;
    line-height: 16.25vw;
    font-size: 5vw;
    border-radius: 8.75vw;
  }
  .c-btn--large{
    width: 100%;
    height: 17.5vw;
    line-height: 16.25vw;
    font-size: 5vw;
    border-radius: 8.75vw;
  }
  .p-voiceArticle .c-btn--large{
    margin-top: 10vw;
  }
  .c-btn--arrow{
    width: 100%;
    height: 17.5vw;
    line-height: 16.25vw;
    font-size: 5vw;
    border-radius: 8.75vw;
  }
  .c-btn--arrow:after{
    width: 2.81vw;
    height: 4.68vw;
  }
  .c-btn--arrow:after:after{
    right: 7.81vw;
  }
  .c-btn--conversion,
  .c-btn--conversionRequest,
  .c-btn--conversionMedium,
  .c-btn--conversionMediumRequest,
  .c-btn--conversionLarge{
    width: 100%;
    height: 17.5vw;
    line-height: 17.5vw;
    font-size: 5vw;
    border-radius: 8.75vw;
  }
  .c-btn--conversion:after,
  .c-btn--conversionRequest:after,
  .c-btn--conversionMedium:after,
  .c-btn--conversionMediumRequest:after,
  .c-btn--conversionLarge:after{
    width: 2.81vw;
    height: 4.68vw;
  }
  .c-btn--conversion,
  .c-btn--conversionRequest,
  .c-btn--conversionMedium,
  .c-btn--conversionMediumRequest,
  .c-btn--conversionLarge{
    padding-right: 5.31vw;
  }
  .c-btn--conversion:after,
  .c-btn--conversionRequest:after,
  .c-btn--conversionMedium:after,
  .c-btn--conversionMediumRequest:after,
  .c-btn--conversionLarge:after{
    right: 7.81vw;
  }
  .c-btn--conversionRequest{
    width: 100%;
    height: 17.5vw;
    line-height: 17.5vw;
    font-size: 5vw;
    border-radius: 8.75vw;
  }
  .c-btn--conversionRequest:after{
    width: 2.81vw;
    height: 4.68vw;
  }
  .c-btn--conversionRequest{
    padding-right: 5.31vw;
    line-height: 16.25vw;
  }
  .c-btn--conversionMedium{
    width: 81.25vw;
  }
  .c-btn--conversionMediumRequest{
    width: 100%;
    height: 17.5vw;
    line-height: 17.5vw;
    font-size: 5vw;
    border-radius: 8.75vw;
  }
  .c-btn--conversionMediumRequest:after{
    width: 2.81vw;
    height: 4.68vw;
  }
  .c-btn--conversionMediumRequest{
    width: 81.25vw;
    line-height: 16.25vw;
    margin-top: 5vw;
  }
  .c-btn--detail{
    width: 100%;
    height: 17.5vw;
    line-height: 16.25vw;
    font-size: 5vw;
    border-radius: 8.75vw;
  }
  .c-series{
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
  .c-series .c-series_menu{
    flex-direction: column;
    margin-top: 2.5vw;
  }
  .c-series .c-series_link{
    padding: 0;
    line-height: 2.2;
  }
  .c-series .c-series_link a{
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
  }
  .c-series .c-series_link a:after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: #435b67;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-case{
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
  }
  .c-case_txt{
    margin-top: 7.5vw;
    margin-bottom: 7.5vw;
    font-size: 4.37vw;
    line-height: 1.785;
    text-align: left;
  }
  .c-case_heading{
    margin-top: 10vw;
    font-size: 6.25vw;
    line-height: 1.7;
  }
  .c-case_heading + .c-txt{
    margin-top: 7.5vw;
  }
  .c-case_linkWrap{
    width: 100%;
    margin-top: 12.5vw;
    flex-direction: column;
  }
  .c-case_link{
    width: 100%;
    margin-bottom: 6.25vw;
    padding-top: 3.12vw;
    padding-bottom: 3.12vw;
    font-size: 5vw;
    font-weight: 400;
    line-height: 1.37;
  }
  .c-case_link:not(:first-child){
    margin-left: 0;
  }
  .c-case_link span{
    margin-bottom: 0;
    font-size: 4.37vw;
  }
  .c-case_link.is-comingsoon:after{
    padding-top: 1.87vw;
    padding-bottom: 1.87vw;
    font-size: 5.62vw;
  }
  .c-case_slider{
    width: 100%;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  .c-case_slider .c-case_arrow{
    width: 12.5vw;
    height: 25vw;
    border-radius: 6px;
  }
  .c-case_slider .c-case_arrow.prev{
    left: 0;
  }
  .c-case_slider .c-case_arrow.next{
    right: 0;
  }
  .c-case-card{
    width: 87.5vw;
    height: 145.62vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    min-height: 140vw;
    box-shadow: none;
  }
  .c-case-card:active{
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .c-case-card.noLink{
    height: auto;
    margin-top: 5vw;
  }
  .c-case-card.noLink:first-of-type{
    margin-top: 10vw;
  }
  #voice .p-voiceTopList .c-case-card{
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .c-case_slider .c-case-card{
    height: 145.62vw;
  }
  .c-case-card_item{
    width: 100%;
  }
  .c-case-card_label{
    width: 39.37vw;
    height: 9.37vw;
    margin-bottom: 3.75vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    font-size: 4.37vw;
    line-height: 1;
  }
  .c-case-card_name{
    margin-bottom: 3.75vw;
    font-size: 4.37vw;
    text-align: center;
  }
  .c-case-card_thumb{
    width: 100%;
    height: 43.75vw;
    margin-bottom: 3.75vw;
  }
  .c-case-card_ttl{
    margin-bottom: 5vw;
    font-size: 5.62vw;
    line-height: 1.56;
  }
  .c-case-card_txt{
    display: none;
  }
  .c-case-card.noLink .c-case-card_txt{
    display: block;
  }
  .c-case-card_link{
    font-size: 4.37vw;
    line-height: 6.25vw;
    right: 7.5vw;
    bottom: 10vw;
  }
  .c-news{
    padding-top: 48px;
    padding-bottom: 56px;
    padding-top: 15vw;
    padding-bottom: 17.5vw;
  }
  .c-news_show{
    font-size: 4.37vw;
    margin-top: 10vw;
    padding: 0;
  }
  .c-news_ttl{
    font-size: 6.25vw;
    margin-bottom: 6vw;
  }
  .c-news_list{
    margin: 20px auto 0;
  }
  .c-news_list li{
    text-align: left;
    padding: 3vw 0;
    padding-left: 2vw;
  }
  .c-news_list li:before{
    right: 1vw;
    width: 7vw;
    height: 7vw;
  }
  .c-news_list_inner{
    width: 90%;
  }
  .c-news_list_date{
    padding: 12px 0 0;
    display: block;
    font-size: 4.37vw;
    margin-bottom: 2vw;
  }
  .c-news_list_type{
    font-size: 14px;
    font-size: 3.43vw;
    padding: 0.3vw 2vw;
    margin: 1vw 1vw 1vw 0;
  }
  .c-news_list_link{
    padding: 12px 0;
    width: 95%;
    font-size: 14px;
  }
  .c-news_list_con{
    margin: 2.5vw 0 4vw;
    white-space: normal;
    font-size: 4.37vw;
  }
  .c-contact{
    padding: 56px 0;
    margin: auto;
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
  }
  .c-contact .c-contact_ttl{
    font-size: 20px;
    font-size: 6.25vw;
  }
  .c-contact .c-contact_txt{
    margin-top: 5vw;
    margin-bottom: 10vw;
    font-size: 3.12vw;
    line-height: 1.7;
    text-align: left;
  }
  .c-contact .c-contact_txt.faq{
    font-size: 4.37vw;
    line-height: 6.25vw;
    margin-top: 10vw;
    text-align: center;
  }
  .c-contact .c-contact_txt.notice{
    margin-bottom: 32px;
  }
  .c-contact .c-contact_block{
    margin: 0;
  }
  .c-contact .c-contact_con{
    padding: 0;
  }
  .c-contact .c-contact_con.mail{
    font-size: 4.26vw;
    margin-bottom: 7.5vw;
  }
  .c-contact .c-contact_con .c-contact_con_form_catch{
    margin-bottom: 7.5vw;
    font-size: 16px;
    font-size: 5vw;
  }
  .c-contact .c-contact_con .c-contact_con_mail_catch{
    font-size: 16px;
    font-size: 5vw;
    text-decoration: underline;
    margin-top: 20px;
    margin-top: 6.25vw;
  }
  .c-contact .c-contact_con .c-contact_con_tel_catch{
    font-size: 16px;
    font-size: 5vw;
  }
  .c-contact .c-contact_con .c-contact_con_tel_num{
    font-size: 24px;
    font-size: 7.5vw;
    margin-top: 7.5vw;
    margin-bottom: 7.5vw;
  }
  .c-contact .c-contact_con .c-contact_con_txt{
    font-size: 3.12vw;
    line-height: 5.31vw;
  }
  .c-contact .line{
    border-bottom: 1px solid #d8d8d8;
    margin: 32px 0;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .c-contact .is-holiday .c-contact_con .c-contact_con_tel_num{
    margin-bottom: 5vw;
  }
  .c-service{
    height: auto;
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
  }
  .c-service_block{
    width: 100%;
    padding: 0 6.25%;
  }
  .c-service_block_txt{
    margin-bottom: 10vw;
    font-size: 3.12vw;
    line-height: 1.7;
    text-align: left;
  }
  .c-service_block_ttl{
    display: block;
    font-size: 6.25vw;
    margin-bottom: 5vw;
  }
  #voice .c-service_block_ttl{
    padding-top: 10vw;
    padding-bottom: 0;
    font-size: 5vw;
    line-height: 1.625;
  }
  .c-service_block_list_item{
    width: 100%;
    height: 100%;
    margin-bottom: 6.25vw;
    padding-top: 8.75vw;
    padding-left: 7.5vw;
    padding-bottom: 7.5vw;
  }
  .c-service_block_list_item:last-child{
    margin-bottom: 0;
  }
  #voice .c-service_block_list_item{
    height: 41.87vw;
    padding-top: 4.68vw;
    padding-left: 5.31vw;
    padding-bottom: 1.87vw;
  }
  .c-service_block_item_desc{
    line-height: 1.5;
    font-size: 4.37vw;
    margin-top: 5vw;
  }
  #voice .c-service_block_item_desc{
    font-size: 3.12vw;
    margin-top: 2.18vw;
  }
  .c-service_block_item_logo{
    width: 43.75vw;
  }
  #voice .c-service_block_item_logo{
    width: 33.43vw;
    height: 18.43vw;
  }
  .c-service_block_item_pc{
    width: 38.12vw;
  }
  #voice .c-service_block_item_pc{
    width: 45%;
    height: 58%;
    top: 4.68vw;
  }
  .c-service_block_item_pc--tensyokuscout{
    top: 13.12vw;
  }
  .c-service_block_item_pc--ems{
    top: 10vw;
  }
  .c-service_block_item_pc--ats{
    top: 6.87vw;
  }
  .c-trial{
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .c-trial{
    padding-top: 20vw;
    padding-bottom: 20vw;
    background: url("../img/sp/common/bg_trial.png") no-repeat center/cover;
  }
  #ems .c-trial{
    background-image: url("../img/sp/common/bg_trial2.png");
  }
  .c-trial .c-trial_recommend{
    width: 100%;
    font-size: 5vw;
    padding-top: 13.75vw;
    padding-bottom: 15vw;
  }
  .c-trial .c-trial_ttl{
    margin-bottom: 7.5vw;
    font-size: 7.5vw;
  }
  .c-trial .c-trial_txt{
    font-size: 5vw;
    line-height: 8.75vw;
  }
  .c-trial .c-trial_caution{
    padding-right: 6.25vw;
    padding-left: 6.25vw;
    line-height: 1.78;
    font-size: 4.37vw;
  }
  .c-trial .c-trial_contact_text{
    font-size: 3.75vw;
  }
  .c-trial .c-trial_contact_text:not(:first-of-type){
    margin-top: 3.75vw;
  }
  .c-trial .c-trial_contact_tel{
    font-size: 4.37vw;
  }
  .c-trial .c-trial_contact_subText{
    line-height: 1.7;
    font-size: 3.12vw;
  }
  .c-trial .c-trial_recommend .c-btn--conversionMediumRequest{
    margin-top: 5vw;
    width: 75vw;
  }
  .c-trial .c-trial_recommend .c-btn--conversionMedium{
    width: 75vw;
  }
  .c-trial .c-btn--conversion{
    width: 72.5vw;
  }
  .c-trial .c-btn--conversionRequest{
    line-height: 3.3;
    width: 72.5vw;
  }
  .c-trialBtn{
    height: 15vw;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .c-trialBtn.time{
    height: 17.5vw;
  }
  .c-holiday{
    line-height: 1.5;
    text-align: left;
    font-size: 4.37vw;
    margin-top: 7.5vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  .c-holiday_title{
    font-size: inherit;
  }
  .c-holiday-margin{
    margin-top: 6.25vw;
  }
  .c-holiday-label{
    padding-top: 1.25vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    padding-bottom: 1.25vw;
    width: 87.5vw;
    border-radius: 3px;
    border: solid #09346b 1px;
  }
  #top .c-holiday-label{
    margin-top: 4.37vw;
  }
  #tensyokuscout .c-holiday-label{
    top: 21.25vw;
  }
  #ats .c-holiday-label{
    top: 16.25vw;
  }
  .c-holiday-label_text{
    font-size: 3.43vw;
    max-width: 80%;
  }
  .c-holiday-label_arrow{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-width: 1px;
    border-top: solid 1px #09346b;
    border-right: solid 1px #09346b;
    transform: rotate(45deg) translateY(-50%);
    top: 48%;
    position: absolute;
  }
  #ats .p-topMV-ats{
    height: 273.75vw;
    margin-top: -60px;
    background: url("../img/sp/ats/bg_pc.png"), url("../img/sp/ats/bg_mv.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
    background-position: top 39vw center, top center;
  }
  #ats .p-topMV-ats.is-holiday{
    height: 375vw;
    background-position: top 40vw right 0, top center;
  }
  #ats .l-wrapper.is-fixed .p-topMV-ats{
    margin-top: -60px;
  }
  #ats .p-topMV-ats .p-topMV_main.lt{
    margin: 0 auto;
    position: absolute;
    top: 23.43vw;
    left: 0;
    right: 0;
  }
  #ats .p-topMV-ats .p-topMV_main.lt .p-topMV_catch.lt{
    display: inline-block;
    font-size: 24px;
    font-size: 7.5vw;
    line-height: 1.75;
    margin: 0 auto;
    padding-left: 6.25vw;
  }
  #ats .p-topMV-ats.is-holiday .p-topMV_main{
    top: 33.75vw;
  }
  #ats .p-topMV-ats .p-topMV_intro{
    flex-direction: column;
    left: 6.25vw;
    right: 6.25vw;
    bottom: 41.87vw;
    text-align: center;
  }
  #ats .p-topMV-ats .p-topMV_intro_text{
    width: 100%;
    padding-top: 8.12vw;
    font-size: 5vw;
    text-align: center;
  }
  #ats .p-topMV-ats .p-topMV_intro_img{
    width: 81.25vw;
    height: 32.18vw;
    margin-top: 8.12vw;
  }
  #ats .p-topMV-ats .p-topMV_intro .emphasis{
    margin-left: 0.25em;
    font-size: 10vw;
    line-height: 1.3125;
  }
  #ats .p-topMV-ats .p-topMV_intro .emphasis > span{
    font-size: 5vw;
  }
  #ats .p-topMV-ats .c-btn--conversion{
    top: 130vw;
    width: 87.5vw;
    margin: 0 auto;
  }
  #ats .p-topMV-ats.is-holiday .c-btn--conversion{
    top: 138.43vw;
  }
  #ats .p-topMV-ats .c-btn--conversionRequest{
    top: 136.25vw;
    line-height: 16.25vw;
    width: 87.5vw;
  }
  #ats .p-topMV-ats.is-holiday .c-btn--conversionRequest{
    top: 142.18vw;
  }
  #ats .p-topMV-ats .p-top_btn_fixed{
    bottom: 0;
    left: 0;
    height: 15vw;
  }
  #ats .p-topSelection{
    margin-top: -18.75vw;
    padding-top: 0vw;
    padding-bottom: 17.5vw;
  }
  #ats .p-topSelection .p-topSelection_subttl{
    font-size: 16px;
    margin: 32px auto 16px;
    font-size: 5vw;
    margin-top: 10vw;
    margin-bottom: 5vw;
  }
  #ats .p-topSelection .p-topSelection_block{
    width: 100%;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_left_col{
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_left_col:after{
    z-index: 2;
    bottom: -35px;
    right: 0;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 35px 43.75vw 0 43.75vw;
    border-color: #ebebeb transparent transparent transparent;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_left_col .p-topSelection_left_col_img{
    width: 128px;
    width: 40vw;
    margin: 32px 77px 31px;
    margin-top: 10vw;
    margin-left: 24.06vw;
    margin-right: 24.06vw;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_left_col .p-topSelection_left_col_desc{
    font-size: 4.37vw;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_rectangle{
    width: 100%;
    height: 12px;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_rectangle:after{
    top: 100%;
    right: 0;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 35px 43.75vw 0 43.75vw;
    border-color: #fff transparent transparent transparent;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_right_col{
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_right_col .p-topSelection_block_right_inner{
    width: 100%;
    margin: 68px auto 32px;
    margin-top: 21.25vw;
    margin-bottom: 10vw;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_right_col .p-topSelection_block_right_inner .p-topSelection_right_col_img.img1{
    width: 168px;
    width: 52.5vw;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_right_col .p-topSelection_block_right_inner .p-topSelection_right_col_img.img2{
    width: 178px;
    width: 55.62vw;
  }
  #ats .p-topSelection .p-topSelection_block .p-topSelection_block_right_col .p-topSelection_block_right_inner .p-topSelection_right_col_desc{
    font-size: 16px;
    font-size: 5vw;
    margin: 32px auto 0;
    margin-top: 10vw;
  }
  #ats .p-topCause{
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
  }
  #ats .p-topCause .p-topCause_point{
    width: 100%;
  }
  #ats .p-topCause .p-topCause_point:first-child{
    margin-top: 10vw;
  }
  #ats .p-topCause .p-topCause_point_img{
    margin: 0 auto;
    width: 150px;
    height: 150px;
    margin-top: 32px;
    width: 46.87vw;
    height: 46.87vw;
    margin-top: 10vw;
  }
  #ats .p-topCause .p-topCause_point_txt{
    text-align: center;
    width: 100%;
  }
  #ats .p-topCause .p-topCause_point_txt .p-topCause_point_subttl{
    margin-top: 7.5vw;
    margin-bottom: 3.75vw;
    font-size: 6.25vw;
    line-height: 6.25vw;
  }
  #ats .p-topCause .p-topCause_point_txt .p-topCause_point_desc{
    font-size: 4.37vw;
    width: 72.5vw;
    margin: 0 auto 24px;
    margin-bottom: 7.5vw;
    text-align: left;
  }
  #ats .p-topWork{
    padding-top: 56px;
    padding-bottom: 56px;
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
  }
  #ats .p-topWork .p-topWork_subttl{
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-size: 5vw;
  }
  #ats .p-topWork .p-topWork_subttl span{
    font-size: 50px;
    font-size: 15.62vw;
    top: -3.75vw;
    left: 0;
  }
  #ats .p-topWork .p-topWork_txt{
    width: 232px;
    line-height: 1.78;
    width: 72.5vw;
    margin: auto;
    margin-top: 3.75vw;
    margin-bottom: 0vw;
    font-size: 4.37vw;
  }
  #ats .p-topWork .p-topWork_listItem{
    display: block;
    width: 100%;
    margin-top: 17.5vw;
  }
  #ats .p-topWork .p-topWork_listItem:nth-of-type(even) .p-topWork_txtWrapper{
    padding-right: 0;
  }
  #ats .p-topWork .p-topWork_listItem:first-child{
    margin-top: 11.25vw;
  }
  #ats .p-topWork .p-topWork_txtWrapper{
    width: 100%;
    padding-top: 0vw;
    padding-left: 0;
    padding-right: 0;
  }
  #ats .p-topWork .p-topWork_imgWrapper{
    width: 100%;
    margin-top: 3.75vw;
  }
  #ems .p-topMV{
    background-image: url("../img/sp/ems/bg_pc.png"), url("../img/sp/ems/bg_mv.png");
    background-size: 97%, 100%;
    background-position: top 28vw right 0, top center;
    height: 187.5vw;
    margin-top: -18.75vw;
    padding-top: 18.75vw;
  }
  #ems .p-topMV.is-holiday{
    height: 188.43vw;
    background-position: top 37vw right 0, top center;
  }
  #ems .p-topMV_inner{
    width: 100%;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  #ems .p-topMV.is-holiday .p-topMV_inner{
    height: 97%;
  }
  #ems .p-topMV_main{
    display: inline-block;
    padding-top: 3.75vw;
    font-size: 7.5vw;
    line-height: 1.75;
  }
  #ems .p-topMV_notice{
    margin-top: 103.12vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 3.12vw;
    padding-right: 3.12vw;
    width: auto;
  }
  #ems .p-topMV_noticeText{
    font-size: 4.37vw;
  }
  #ems .p-topMV .c-btn--conversion{
    width: 87.5vw;
    position: absolute;
    left: 6.25vw;
    right: 6.25vw;
    bottom: 22.5vw;
  }
  #ems .p-topMV .c-btn--conversionRequest{
    width: 87.5vw;
    position: absolute;
    left: 6.25vw;
    right: 6.25vw;
    bottom: 0vw;
  }
  #ems .p-topAbout{
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
  }
  #ems .p-topAbout_block{
    width: 100%;
  }
  #ems .p-topAbout_case{
    width: 100%;
    border-radius: 5px 5px 0 0;
    padding-top: 10vw;
    padding-bottom: 2.5vw;
  }
  #ems .p-topAbout_case:after{
    top: unset;
    bottom: -35px;
    right: 0;
    border-width: 35px 43.75vw 0 43.75vw;
    border-color: #ebebeb transparent transparent transparent;
  }
  #ems .p-topAbout_case_desc{
    font-size: 4.37vw;
    margin-top: 10vw;
  }
  #ems .p-topAbout_answer{
    width: 100%;
    border-radius: 0 0 5px 5px;
    padding-top: 20vw;
    padding-bottom: 10vw;
  }
  #ems .p-topAbout_answer_desc{
    font-size: 5vw;
    margin-top: 10vw;
    padding-right: 3.12vw;
    padding-left: 3.12vw;
  }
  #ems .p-topAbout_answer_note{
    margin-top: 10vw;
    padding-left: 3.12vw;
    padding-right: 3.12vw;
    font-size: 3.12vw;
  }
  #ems .p-topAbout_img{
    margin: 0 auto;
  }
  #ems .p-topAbout_block_rectangle{
    width: 100%;
    height: 12px;
  }
  #ems .p-topAbout_block_rectangle:after{
    top: 100%;
    right: 0;
    border-width: 35px 43.75vw 0 43.75vw;
    border-color: #fff transparent transparent transparent;
  }
  #ems .p-topReason{
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
  }
  #ems .p-topReason_point{
    width: 100%;
    padding-top: 10vw;
    padding-right: 7.5vw;
    padding-left: 7.5vw;
    padding-bottom: 7.5vw;
    flex-direction: column;
  }
  #ems .p-topReason_point:first-of-type{
    margin-top: 17.5vw;
  }
  #ems .p-topReason_point_img{
    width: 46.87vw;
    margin: 0 auto;
  }
  #ems .p-topReason_point_txt{
    text-align: center;
    width: 100%;
  }
  #ems .p-topReason_point_ttl{
    margin-top: 7.5vw;
    margin-bottom: 3.75vw;
    font-size: 6.25vw;
    line-height: 1.5;
  }
  #ems .p-topReason_point_desc{
    font-size: 4.37vw;
    text-align: left;
  }
  #ems .p-topFunc{
    padding-top: 17.5vw;
    padding-bottom: 27.5vw;
  }
  #ems .p-topFunc_inner{
    width: 100%;
    padding-left: 3.12vw;
    padding-right: 3.12vw;
  }
  #ems .p-topFunc_img{
    position: relative;
    width: 93.75vw;
    height: auto;
    margin-top: 78.12vw;
  }
  #ems .p-topFunc_ttl{
    height: 23.75vw;
    font-size: 5vw;
    padding-top: 10vw;
  }
  #ems .p-topFunc_ttl.l3{
    line-height: 4;
  }
  #ems .p-topFunc_ttl span{
    font-size: 50px;
    font-size: 15.62vw;
    top: -3.75vw;
    left: 0;
  }
  #ems .p-topFunc_txt{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    line-height: 1.78;
    height: 38.75vw;
    width: 72.5vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
    font-size: 4.37vw;
  }
  #ems .slick_container .slick-block{
    width: 87.5vw;
    transform: translateX(0);
    top: 26.25vw;
    left: 6.25vw;
  }
  #ems .slick_container .slick-block img{
    width: 70.62vw;
    height: 46.25vw;
    margin: 0 auto;
  }
  #ems .slick_container .slick-dots{
    bottom: -17.5vw;
  }
  #ems .slick_container .slick-dots li{
    width: 6px;
    height: 6px;
    margin: 0 12px;
  }
  #ems .slick_container .slick-dots button:before{
    width: 6px;
    height: 6px;
    content: "";
    border: 3px solid;
    border-radius: 100px;
  }
  #ems .slick_container .slick-next,
  #ems .slick_container .slick-prev{
    top: 52.5vw;
    width: 4.68vw;
    height: 9.37vw;
  }
  #ems .slick_container .slick-next{
    right: -3.13vw;
  }
  #ems .slick_container .slick-prev{
    left: -3.13vw;
  }
  #ems .p-topMovie{
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
    background-image: url("../img/sp/common/bg_polygon.png");
    background-size: 100% auto;
  }
  #ems .p-topMovie .movie-block{
    margin-top: 10vw;
  }
  #ems .p-topMovie .movie-block iframe{
    width: 87.5vw;
    height: 49.37vw;
  }
  #ems .p-topMovieBtn{
    flex-direction: column;
  }
  #ems .p-topMovie .c-btn--conversionMediumRequest{
    margin: 0;
    margin-top: 5vw;
  }
  #ems .p-topFaq{
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
  }
  #ems .p-topFaqItem{
    margin-top: 7.5vw;
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
  #ems .p-topFaqItem:first-of-type{
    margin-top: 6.25vw;
  }
  #ems .p-topFaqItem_q,
  #ems .p-topFaqItem_a{
    padding-left: 11.25vw;
  }
  #ems .p-topFaqItem_q:before,
  #ems .p-topFaqItem_a:before{
    width: 7.5vw;
    height: 7.5vw;
    font-size: 5.62vw;
  }
  #ems .p-topFaqItem_q{
    font-size: 5vw;
    line-height: 2.19;
  }
  #ems .p-topFaqItem_q:before{
    top: 1.87vw;
    line-height: 7.5vw;
  }
  #ems .p-topFaqItem_a{
    margin-top: 5vw;
    font-size: 4.37vw;
    line-height: 1.79;
  }
  #ems .p-topFaqItem_a:before{
    line-height: 1.33;
  }
  #ems .p-topFlow{
    margin-top: 17.5vw;
    margin-bottom: 18.75vw;
  }
  #ems .p-topFlow_description{
    margin-top: 6.25vw;
    margin-bottom: 10vw;
    font-size: 4.37vw;
    line-height: 1.79;
  }
  #ems .p-topFlow_img{
    margin-right: 3.75vw;
    width: 12.5vw;
  }
  #ems .p-topFlow_list{
    width: 71.25vw;
  }
  #ems .p-topFlow_item{
    padding-top: 3.75vw;
    padding-right: 2.5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    border: 2px solid #eff7ff;
    border-radius: 3px;
  }
  #ems .p-topFlow_item--pt16{
    padding-top: 5vw;
  }
  #ems .p-topFlow_item--pb24{
    padding-bottom: 7.5vw;
  }
  #ems .p-topFlow_heading{
    font-size: 5vw;
    line-height: 1.87;
  }
  #ems .p-topFlow_subHeading{
    font-size: 4.37vw;
  }
  #ems .p-topFlow_txt{
    margin-top: 1.25vw;
    font-size: 4.37vw;
  }
  #ems .p-topFlow_txt--mt0{
    margin-top: 0vw;
  }
  #ems .p-topFlow_txt--mt12{
    margin-top: 3.75vw;
  }
  #ems .p-topFlow_txtSmall{
    font-size: 3.12vw;
    line-height: 1.7;
  }
  #ems .p-topFlow_support_title{
    margin-top: 5vw;
    font-size: 4.37vw;
    text-align: center;
  }
  #ems .p-topFlow_support_list{
    margin-top: 2.5vw;
  }
  #ems .p-topFlow_support_item{
    display: flex;
    justify-content: center;
    height: 22.5vw;
    margin-right: 1.25vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    border-radius: 3px;
  }
  #ems .p-topFlow_support_txt{
    margin-left: 2.5vw;
    font-size: 5vw;
  }
  #ems .p-topFlow_support_time{
    font-size: 4.37vw;
    text-align: center;
  }
  #ems .p-topFlow_support_number{
    font-size: 5.62vw;
  }
  #ems .p-topFlow_support_arrow{
    height: 8.75vw;
    background: url("../img/sp/ems/icon_support_arrow.png") center no-repeat;
  }
  #ems .p-topContact{
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
  }
  #ems .p-topContact_inner{
    width: auto;
  }
  #ems .p-topContact_description{
    font-size: 4.37vw;
    line-height: 8.12vw;
  }
  #ems .p-topContact_telText{
    margin-top: 8.75vw;
    font-size: 3.75vw;
    line-height: 7.5vw;
  }
  #ems .p-topContact_telText_margin{
    margin-top: 3.12vw;
  }
  #ems .p-topContact_tel{
    margin-top: 4.37vw;
    font-size: 4.37vw;
  }
  #ems .p-topContact_comment{
    margin-top: 5vw;
    font-size: 3.12vw;
    line-height: 5.62vw;
  }
  .s-article .p-topEvent-MV{
    margin-top: 60px;
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
    background: url("../img/sp/common/bg_fMV.png") no-repeat center/cover;
  }
  .s-article .p-topEvent-MV_ttl{
    font-size: 7.5vw;
  }
  .s-article .p-topEvent-MV_txt{
    font-size: 4.37vw;
    line-height: 1.785;
  }
  .s-article .p-topEvent-summary{
    padding-bottom: 17.5vw;
    margin-top: 17.5vw;
  }
  .s-article .p-topEvent-summary_breadcrumb{
    display: none;
  }
  .s-article .p-topEvent-summary_box{
    padding-top: 6.25vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    padding-bottom: 6.25vw;
  }
  .s-article .p-topEvent-summary_box:not(:first-child){
    margin-top: 17.5vw;
  }
  .s-article .p-topEvent-summary_box_mainTtl{
    font-size: 6.25vw;
    line-height: 1.5;
  }
  .s-article .p-topEvent-summary_box_mainTtl span{
    font-size: 4.37vw;
  }
  .s-article .p-topEvent-summary_box_ttl{
    font-size: 5vw;
    font-weight: 600;
  }
  .s-article .p-topEvent-summary_box_ttl span{
    font-size: 3.75vw;
  }
  .s-article .p-topEvent-summary_box_ttl:not(:first-child){
    margin-top: 5vw;
  }
  .s-article .p-topEvent-summary_box_txt{
    font-size: 3.75vw;
  }
  .s-article .p-topEvent-summary_box_txt:not(:first-child){
    margin-top: 5vw;
  }
  .s-article .p-topEvent-summary_box_mainTtl ~ .p-topEvent-summary_box_txt:not(:first-child){
    margin-top: 5vw;
    font-size: 4.37vw;
    line-height: 1.785;
  }
  .s-article .p-topEvent-summary_box_list{
    font-size: 3.12vw;
  }
  .s-article .p-topEvent-summary_box_list > li:not(:first-child){
    margin-top: 3.75vw;
  }
  .s-article .p-topEvent-summary_box_list > li > span{
    font-size: 3.75vw;
    display: block;
  }
  .s-article .p-topEvent-summary_box_list:not(:first-child){
    margin-top: 5vw;
  }
  .s-article .p-topEvent-summary_speaker{
    margin-top: 10vw;
  }
  .s-article .p-topEvent-summary_speaker_ttl{
    font-size: 3.75vw;
    font-weight: 500;
  }
  .s-article .p-topEvent-summary_speaker_name{
    margin-top: 5vw;
    font-size: 3.75vw;
  }
  .s-article .p-topEvent-summary_nav{
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
    padding-left: 0;
    padding-right: 0;
  }
  .s-article .p-topEvent-summary_nav:not(:first-child){
    margin-top: 13.12vw;
  }
  .s-article .p-topEvent-summary_nav_ttl{
    font-size: 4.37vw;
    font-weight: 500;
    padding: 0 4px;
  }
  .s-article .p-topEvent-summary_nav_item{
    padding-left: 24px;
    font-size: 4.37vw;
    font-weight: 500;
  }
  .s-article .p-topEvent-summary_nav_item:not(:first-child){
    margin-top: 4.68vw;
  }
  .s-article .p-topEvent-summary_nav_item:before{
    width: 14px;
    height: 14px;
  }
  .s-article .p-topEvent-summary_ttl{
    font-size: 5vw;
    line-height: 8.12vw;
  }
  .s-article .p-topEvent-mv.article-ems01{
    background-image: url("../img/sp/event/ems01_img_01.jpg");
  }
  .s-article .p-topEvent-mv{
    width: 100%;
    height: 66.56vw;
  }
  .s-article .p-topEvent-mv_ttl{
    width: 100%;
    padding-top: 4.06vw;
    padding-bottom: 3vw;
    padding-left: 3.12vw;
    padding-right: 3.12vw;
    font-size: 4.06vw;
    line-height: 6.87vw;
    bottom: 3.12vw;
  }
  .s-article .p-topEvent-article{
    padding-top: 10vw;
    padding-bottom: 17.5vw;
  }
  .s-article .p-topEvent-article_contents{
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
  .s-article .p-topEvent-article_mainTtl{
    margin-bottom: 0;
    font-size: 6.25vw;
  }
  .s-article .p-topEvent-article_ttl{
    font-size: 6.25vw;
    line-height: 9.37vw;
    padding-bottom: 2.5vw;
  }
  .s-article .p-topEvent-article_ttl span{
    font-size: 5vw;
    line-height: 1.75;
  }
  .s-article .p-topEvent-article_ttl:not(:first-child){
    margin-top: 10vw;
  }
  .s-article .p-topEvent-article_sttl{
    font-size: 5vw;
  }
  .s-article .p-topEvent-article_sttl:not(:first-child){
    margin-top: 7.5vw;
  }
  .s-article .p-topEvent-article_speaker{
    font-size: 4.37vw;
  }
  .s-article .p-topEvent-article_speaker:not(:first-child){
    margin-top: 2.5vw;
  }
  .s-article .p-topEvent-article_speaker:not(:last-child){
    margin-bottom: 6.25vw;
  }
  .s-article .p-topEvent-article_txt,
  .s-article .p-topEvent-article_txt-line{
    font-size: 4.37vw;
    line-height: 7.81vw;
  }
  .s-article .p-topEvent-article_txt:not(:first-child),
  .s-article .p-topEvent-article_txt-line:not(:first-child){
    margin-top: 7.5vw;
  }
  .s-article .p-topEvent-article_note{
    margin-top: 2.5vw;
    font-size: 3.12vw;
  }
  .s-article .p-topEvent-article_img:not(:first-child){
    margin-top: 7.5vw;
  }
  .s-article .p-topEvent-article_img > span:not(:first-child){
    margin-top: 5vw;
  }
  .s-article .p-topEvent-article_service{
    margin-top: 10vw;
  }
  .s-article .p-topEvent-article .c-service_block_ttl{
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .s-article .p-topEvent-article .c-service_block_list_item{
    height: 47.81vw;
    padding-top: 5.93vw;
    padding-bottom: 4.06vw;
    padding-left: 5.62vw;
  }
  .s-article .p-topEvent-article .c-service_block_item_logo{
    width: 36.56vw;
  }
  .s-article .p-topEvent-article .c-service_block_item_pc{
    width: 30.62vw;
  }
  #top .c-news{
    padding-top: 17.5vw;
  }
  #top .p-mv{
    height: 163.75vw;
    padding-top: 49.37vw;
    padding-bottom: 0;
    margin-top: -60px;
    background: url("../img/sp/top/bg_mv.png") no-repeat center bottom/cover;
  }
  #top .p-mv.is-holiday{
    padding-top: 18.75vw;
    height: 174.68vw;
  }
  #top .p-mv_catch{
    margin-bottom: 1.87vw;
    font-size: 6.25vw;
    line-height: 1.7;
  }
  #top .p-mv.is-holiday .p-mv_catch{
    padding-top: 26.87vw;
  }
  #top .p-mv_ttl{
    width: 68.75vw;
    height: 10.31vw;
    margin: 0 auto;
    margin-bottom: 10vw;
  }
  #top .p-service{
    padding-top: 17.5vw;
  }
  #top .p-service .c-txt{
    text-align: left;
  }
  #top .p-service_inner{
    flex-direction: column;
  }
  #top .p-service_info{
    width: 100%;
  }
  #top .p-service_ttl{
    height: 9.37vw;
    margin-bottom: 7.5vw;
  }
  #top .p-service_txt.tensyoku{
    margin-bottom: 70.46vw;
  }
  #top .p-service_txt.ats{
    margin-bottom: 64.06vw;
  }
  #top .p-service_img{
    width: 87.5vw;
    position: absolute;
    bottom: 45vw;
  }
  #top .p-service_item{
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
  }
  #top .p-service_item.time .p-service_txt{
    margin-bottom: 77.03vw;
  }
  #top .p-merit{
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
    background-image: url("../img/sp/common/bg_polygon2.png");
    background-position: center;
  }
  #top .p-merit_inner{
    flex-direction: column;
    margin-top: 11.87vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  #top .p-merit_item{
    padding-top: 10vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    padding-bottom: 7.5vw;
  }
  #top .p-merit_item + .p-merit_item{
    margin-top: 5vw;
  }
  #top .p-merit_item .item_img{
    width: 33.75vw;
    height: 33.75vw;
    margin-bottom: 10vw;
  }
  #top .p-merit_item .item_ttl{
    margin-bottom: 3.9vw;
    font-size: 6.25vw;
    line-height: 1;
  }
  #news .p-newsTopMV{
    margin-top: 60px;
    background: url("../img/sp/common/bg_fMV.png") no-repeat center/cover;
  }
  #news .p-newsTopMV.is-fixed{
    padding-top: 60px;
  }
  #news .p-newsTopMV_ttl{
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
    margin-bottom: 6.87vw;
    font-size: 7.5vw;
  }
  #news .p-newsArticles_lists{
    display: block;
    width: 100%;
  }
  #news .p-newsArticles_list{
    width: 100%;
    margin: 0;
    margin-bottom: 8.12vw;
  }
  #news .p-newsArticles_listInner{
    height: auto;
    padding-top: 5.62vw;
    padding-bottom: 5vw;
    padding-left: 5.62vw;
    padding-right: 5.62vw;
  }
  #news .p-newsArticles_typeBox{
    width: 90%;
    font-size: 3.43vw;
  }
  #news .p-newsArticles_type{
    margin-left: 3.12vw;
  }
  #news .p-newsArticles_date{
    font-size: 3.75vw;
  }
  #news .p-newsArticles_desc{
    font-size: 4.37vw;
    line-height: 7.81vw;
    margin-bottom: 0;
  }
  #news img.p-newsArticles_img{
    width: 100%;
  }
  #news .p-newsArticles-upTopOuter{
    margin-top: 12.5vw;
  }
  #news .p-newsArticles-upTop{
    font-size: 4.37vw;
    margin-top: 12.5vw;
  }
  .p-newsDetails-MV{
    margin-top: 60px;
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
    background: url("../img/sp/common/bg_fMV.png") no-repeat center/cover;
  }
  .p-newsDetails-MV_ttl{
    font-size: 7.5vw;
  }
  .p-newsDetails-MV_txt{
    font-size: 4.37vw;
    line-height: 1.785;
  }
  .p-newsDetails-category{
    width: 100%;
    margin-top: 17.5vw;
    padding: 0;
  }
  .p-newsDetails-category_breadcrumb{
    display: none;
  }
  .p-newsDetails-category_date{
    font-size: 4.06vw;
  }
  .p-newsDetails-category_typeBox{
    width: 75%;
    vertical-align: top;
  }
  .p-newsDetails-category_type{
    font-size: 3.43vw;
    margin-bottom: 3vw;
  }
  .p-newsDetails-article_contents{
    margin-bottom: 16.25vw;
    padding: 0;
  }
  .p-newsDetails-article_mainTtl{
    margin-bottom: 0;
    font-size: 6.25vw;
    margin-top: 10vw;
    padding-bottom: 3.75vw;
  }
  .p-newsDetails-article_ttl{
    color: #222;
    font-size: 6.25vw;
  }
  .p-newsDetails-article_sttl{
    font-size: 5vw;
    border-bottom: 1px solid #222;
  }
  .p-newsDetails-article_sttl:not(:first-child){
    margin-top: 7.5vw;
  }
  .p-newsDetails-article_txt{
    font-size: 4.37vw;
    line-height: 7.81vw;
  }
  .p-newsDetails-article_txt--last{
    font-size: 4.37vw;
    line-height: 7.81vw;
  }
  .p-newsDetails-article_txt--mt15{
    font-size: 4.37vw;
    line-height: 7.81vw;
  }
  .p-newsDetails-article_txt--addBg{
    font-size: 4.37vw;
    padding: 7vw 6vw;
    margin-top: 18vw;
    line-height: 1.9;
  }
  .p-newsDetails-article_note{
    margin-top: 6.25vw;
    font-size: 3.12vw;
  }
  .p-newsDetails-article_note--mt0{
    margin-top: 2.5vw;
    font-size: 3.12vw;
  }
  .p-newsDetails-article_link{
    margin-top: 2.5vw;
    font-size: 4.37vw;
  }
  .p-newsDetails-article_img{
    margin-top: 15vw;
    margin-bottom: 15vw;
  }
  .p-newsDetails-article_img > span:not(:first-child){
    margin-top: 5vw;
  }
  .p-newsDetails-article_table{
    font-size: 4.37vw;
    margin: 12vw 0;
  }
  .p-newsDetails-article_tableRow{
    background: #f4f7f9;
  }
  .p-newsDetails-article_tableHead{
    font-size: 4.37vw;
    padding: 0 4vw;
    width: 30%;
  }
  .p-newsDetails-article_tableItem{
    font-size: 4.37vw;
    width: 70%;
    padding: 4vw;
    line-height: 1.8;
    background: #fff;
  }
  .other{
    width: 100%;
    min-width: 320px;
  }
  .other .p-topOther-MV{
    margin-top: 60px;
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
    background: url("../img/sp/common/bg_fMV.png") no-repeat center/cover;
  }
  .other .p-topOther-MV_ttl{
    font-size: 7.5vw;
  }
  .other .p-topOther-MV_txt{
    font-size: 4.37vw;
    line-height: 1.785;
  }
  .other .p-topOther_mainTtl{
    font-size: 6.25vw;
    margin-top: 10vw;
    padding-bottom: 3.75vw;
    margin-bottom: 15vw;
  }
  .other .p-topOther-summary{
    padding-top: 15vw;
    padding-bottom: 17.5vw;
  }
  .other .p-topOther-summary_breadcrumb{
    display: none;
  }
  .other .p-topOther-summary_description{
    line-height: 1.79;
    font-size: 4.37vw;
  }
  .other .p-topOther-summary_description-margin{
    margin-top: 9.37vw;
  }
  .other .p-topOther-summary_content{
    line-height: 1.75;
    font-size: 5vw;
  }
  #rule .p-ruleMain{
    padding-top: 24px;
  }
  #rule .p-ruleMain .p-ruleMain_ttl:not(:first-child){
    margin-top: 24px;
  }
  #rule .p-ruleMain .p-ruleMain_ttl{
    font-size: 20px;
  }
  #rule .p-ruleMain .p-ruleMain_intro,
  #rule .p-ruleMain .p-ruleMain_list_txt,
  #rule .p-ruleMain .p-ruleMain_list_mid_con,
  #rule .p-ruleMain .p-ruleMain_list_small_con{
    font-size: 12px;
    padding-bottom: 8px;
    padding-left: 16px;
  }
  #rule .p-ruleMain .p-ruleMain_intro{
    padding-left: 0;
    margin-top: 15px;
  }
  #rule .p-ruleMain .p-ruleMain_list_ttl{
    font-size: 16px;
    margin: 20px auto 12px;
    padding-left: 0;
  }
  #rule .p-ruleMain .p-ruleMain_list_large+.p-ruleMain_list_ttl{
    margin-top: 30px;
  }
  #rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_mid_ttl{
    font-size: 14px;
    margin: 20px auto 12px;
  }
  #rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_mid_con .p-ruleMain_list_small{
    margin-top: 8px;
  }
  #rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_rule{
    margin-top: 15px;
  }
  #rule .p-ruleMain .p-ruleMain_list_large_con .p-ruleMain_list_rule .p-ruleMain_list_rule_link{
    display: block;
    margin-bottom: 15px;
  }
  #tensyokuscout .p-topMV-scout{
    background: url("../img/sp/tensyokuscout/bg_top_mv.png") no-repeat;
    background-size: 100%;
    margin-top: -60px;
    background-position: bottom;
    height: 192.81vw;
  }
  #tensyokuscout .p-topMV-scout.is-holiday{
    height: 198.75vw;
  }
  #tensyokuscout .p-topMV-scout .p-topMV_image{
    width: 100%;
    top: 205px;
    top: 64.06vw;
    left: 0;
  }
  #tensyokuscout .p-topMV-scout.is-holiday .p-topMV_image{
    top: 84.37vw;
  }
  #tensyokuscout .p-topMV-scout .p-topMV_main.lt{
    margin: 0 auto;
    padding-left: 22px;
    padding-left: 6.87vw;
    position: absolute;
    top: 100px;
    top: 29.06vw;
    left: 0;
    right: 0;
  }
  #tensyokuscout .p-topMV-scout.is-holiday .p-topMV_main{
    top: 37.18vw;
  }
  #tensyokuscout .p-topMV-scout .p-topMV_main .p-topMV_catch.lt{
    font-size: 13px;
    line-height: 1.55;
    font-size: 4.06vw;
    margin: 0 auto;
    text-align: left;
  }
  #tensyokuscout .p-topMV-scout .p-topMV_main .p-topMV_annotation{
    margin-top: 4px;
    margin-left: 3px;
  }
  #tensyokuscout .p-topMV-scout .p-topMV_main .p-topMV_ttl.lt{
    margin: 0 0 0 10px;
    position: relative;
    left: -10px;
  }
  #tensyokuscout .p-topMV-scout .p-topMV_main .p-topMV_ttl .p-topMV_ttl_img{
    width: 64px;
    width: 20vw;
    margin: 5px 10px 0 0;
  }
  #tensyokuscout .p-topMV-scout .c-btn--conversion{
    top: 173.12vw;
  }
  #tensyokuscout .p-topRecord-scout{
    padding-top: 56px;
    padding-bottom: 34px;
    padding-top: 17.5vw;
    padding-bottom: 10.62vw;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_ttl{
    font-size: 16px;
    font-size: 5vw;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_ttl .p-topRecord_num{
    font-size: 20px;
    font-size: 6.25vw;
    font-weight: 400;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_ttl .p-topRecord_unit{
    font-weight: 400;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_ttl:before{
    left: -7%;
    width: 15%;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_ttl:after{
    right: -7%;
    width: 15%;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block{
    padding: 0;
    margin-top: 11px;
    margin-top: 3.43vw;
    text-align: center;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img{
    width: 13.12vw;
    margin-top: 2.5vw;
    margin-right: 3.12vw;
    vertical-align: middle;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.isuzu{
    margin-left: 12.5vw;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.cdc{
    margin-right: 12.5vw;
  }
  #tensyokuscout .p-topRecord-scout .p-topRecord_img_block .p-topRecord_img.dksh{
    width: 8.75vw;
    margin-left: 2.5vw;
  }
  #tensyokuscout .p-topRecommend-scout{
    background: url("../img/sp/tensyokuscout/bg_recommend.png") no-repeat center/cover;
    padding: 56px 0;
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution{
    height: auto;
    margin-top: 20px;
    border-radius: 5px;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex01{
    margin-top: 10vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem{
    margin: auto;
    padding: 32px 24px 24px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    padding-top: 10vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    padding-bottom: 7.5vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem:after{
    height: 14.37vw;
    width: 7.18vw;
    top: auto;
    bottom: -33px;
    bottom: -10.32vw;
    transform: rotate(90deg);
    right: 0;
    left: 0;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem .p-topRecommend_problem_head{
    font-size: 16px;
    font-size: 5vw;
    margin-left: 1rem;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem .p-topRecommend_problem_catch{
    font-size: 20px;
    margin-top: 12px;
    font-size: 6.25vw;
    margin-top: 3.75vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem .p-topRecommend_problem_img_block{
    height: 74px;
    margin-top: 24px;
    height: 23.12vw;
    margin-top: 7.5vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem .p-topRecommend_problem_img_block .p-topRecommend_problem_img{
    height: 100%;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_problem .p-topRecommend_problem_txt{
    font-size: 4.37vw;
    margin-top: 24px;
    margin-top: 7.5vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_answer{
    padding: 48px 24px 24px 24px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    padding-top: 15vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    padding-bottom: 7.5vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_answer .p-topRecommend_answer_head{
    margin-left: 1rem;
    font-size: 16px;
    font-size: 5vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_answer .p-topRecommend_answer_catch{
    font-size: 20px;
    margin-top: 12px;
    font-size: 6.25vw;
    margin-top: 3.75vw;
    width: auto;
    display: inline-block;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_answer .p-topRecommend_answer_img_block{
    margin: 32px auto 0;
    margin-top: 10vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_answer .p-topRecommend_answer_img_block .p-topRecommend_answer_img{
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution .p-topRecommend_answer .p-topRecommend_answer_txt{
    font-size: 14px;
    margin-top: 32px;
    font-size: 4.37vw;
    veMT: 32;
    text-align: left;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution+.p-topRecommend_solution{
    margin-top: 30px;
    margin-top: 9.37vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex02 .p-topRecommend_problem:after,
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex04 .p-topRecommend_problem:after{
    height: 14.37vw;
    width: 7.18vw;
    top: auto;
    bottom: -33px;
    bottom: -10.32vw;
    transform: rotate(90deg);
    right: 0;
    left: 0;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex01 .p-topRecommend_problem .p-topRecommend_problem_img_block{
    height: 60px;
    height: 18.75vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex01 .p-topRecommend_answer .p-topRecommend_answer_img_block .p-topRecommend_answer_img{
    width: 132px;
    width: 41.25vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex02 .p-topRecommend_answer .p-topRecommend_answer_img_block .p-topRecommend_answer_img{
    width: 132px;
    width: 41.25vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex03 .p-topRecommend_answer .p-topRecommend_answer_img_block .p-topRecommend_answer_img{
    width: 134px;
    width: 41.87vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_solution.ex04 .p-topRecommend_answer .p-topRecommend_answer_img_block .p-topRecommend_answer_img{
    width: 132px;
    width: 41.25vw;
  }
  #tensyokuscout .p-topRecommend-scout .p-topRecommend_txt{
    font-size: 16px;
    font-size: 5vw;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  #tensyokuscout .p-topMovie-scout{
    padding: 56px 0;
    padding-top: 17.5vw;
    padding-bottom: 17.5vw;
    background-image: url("../img/sp/common/bg_polygon.png");
    background-size: 100% auto;
  }
  #tensyokuscout .p-topMovie-scout .movie-block iframe{
    width: 87.5vw;
    height: 49.37vw;
    margin-top: 10vw;
  }
  #voice .p-voiceTopMV{
    margin-top: 60px;
    background: url("../img/sp/common/bg_fMV.png") no-repeat center/cover;
  }
  #voice .p-voiceTopMV.is-fixed{
    padding-top: 60px;
  }
  #voice .p-voiceTopMV .p-voiceTopMV_ttl{
    padding-top: 12.5vw;
    margin-bottom: 6.87vw;
    margin-bottom: 22px;
    padding-top: 40px;
    font-size: 24px;
    font-size: 7.5vw;
  }
  #voice .p-voiceTopMV .p-voiceTopMV_txt{
    font-size: 14px;
    font-size: 4.37vw;
    line-height: 7.65vw;
    padding-bottom: 40px;
    padding-bottom: 12.5vw;
  }
  #voice .p-voiceTopList{
    padding-top: 10vw;
    padding-bottom: 17.5vw;
  }
  #voice .p-voiceTopList .c-inner{
    padding: 0;
  }
  #voice .p-voiceTopList .c-case-card{
    margin-left: auto;
    margin-right: auto;
  }
  #voice .p-voiceTopTab_item{
    width: 33.31vw;
    height: 18.12vw;
    padding: 0;
    font-size: 4.37vw;
    line-height: 6.25vw;
    position: relative;
  }
  #voice .p-voiceTopTab_item p{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #voice .p-voiceTopPager{
    display: flex;
    justify-content: space-between;
  }
  #voice .p-voiceTopPager_item{
    width: 12.5vw;
    height: 12.5vw;
    font-size: 5vw;
  }
  #voice .p-voiceTopPager_item:not(:last-child){
    margin: 0;
  }
  #voice .p-voiceTopPager_item.prev,
  #voice .p-voiceTopPager_item.next{
    background-size: 2.5vw 5vw;
  }
  #voice .p-voiceMV{
    margin-top: 60px;
    padding-bottom: 10vw;
    background: none;
  }
  #voice .p-voiceMV_main.voice01{
    background-image: url("../img/sp/voice/mv_voice01.jpg");
  }
  #voice .p-voiceMV_main.voice02{
    background-image: url("../img/sp/voice/mv_voice02.jpg");
  }
  #voice .p-voiceMV_main.voice03{
    background-image: url("../img/sp/voice/mv_voice03.jpg");
  }
  #voice .p-voiceMV_main.voice04{
    background-image: url("../img/sp/voice/mv_voice04.jpg");
  }
  #voice .p-voiceMV_main.voice05{
    background-image: url("../img/sp/voice/mv_voice05.jpg");
  }
  #voice .p-voiceMV_main.voice-ats02{
    background-image: url("../img/sp/voice/mv_voice-ats02.jpg");
  }
  #voice .p-voiceMV_main.voice-ats03{
    background-image: url("../img/sp/voice/mv_voice-ats03.jpg");
  }
  #voice .p-voiceMV_main.voice-ats04{
    background-image: url("../img/sp/voice/mv_voice-ats04.jpg");
  }
  #voice .p-voiceMV_main.voice-ems01{
    background-image: url("../img/sp/voice/mv_voice-ems01.jpg");
  }
  #voice .p-voiceMV_main.voice-ems02{
    background-image: url("../img/sp/voice/mv_voice-ems02.jpg");
  }
  #voice .p-voiceMV_main.voice-time01{
    background-image: url("../img/sp/voice/mv_voice-time01.jpg");
  }
  #voice .p-voiceMV_main{
    width: 100%;
    height: 66.56vw;
  }
  #voice .p-voiceMV_ttl{
    width: 100%;
    height: 26.87vw;
    padding-top: 3.12vw;
    padding-bottom: 3.12vw;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
    font-size: 4.37vw;
    line-height: 6.87vw;
    bottom: 3.12vw;
  }
  #voice .p-voiceSummary{
    padding-bottom: 17.5vw;
  }
  #voice .p-voiceSummary .p-voiceSummary_ttl{
    font-size: 5vw;
    line-height: 8.12vw;
  }
  #voice .p-voiceSummary .p-voiceSummary_points{
    margin-top: 9.37vw;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
  #voice .p-voiceSummary .p-voiceSummary_points p{
    font-size: 4.37vw;
    line-height: 6.87vw;
  }
  #voice .p-voiceSummary .p-voiceSummary_points .points_txt{
    padding-left: 7.5vw;
    background-position: top 1.25vw left;
  }
  #voice .p-voiceSummary .p-voiceSummary_points .points_txt + .points_txt{
    margin-top: 2.5vw;
  }
  #voice .p-voiceArticle{
    padding-top: 10vw;
    padding-bottom: 17.5vw;
  }
  #voice .p-voiceArticle_contents{
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
  #voice .p-voiceArticle_contents > p{
    margin-top: 10vw;
    font-size: 4.37vw;
    line-height: 7.81vw;
  }
  #voice .p-voiceArticle_contents .contents_txt + .contents_txt{
    margin-top: 7.81vw;
  }
  #voice .p-voiceArticle_contents .contents_q{
    padding-left: 0;
    text-indent: 7.5vw;
  }
  #voice .p-voiceArticle_contents .contents_q:before{
    width: 5vw;
    height: 0.31vw;
    top: 3.75vw;
    transform: none;
  }
  #voice .p-voiceArticle_contents .contents_ttl{
    margin-top: 10vw;
    padding-bottom: 3.12vw;
    font-size: 6.25vw;
    line-height: 9.37vw;
  }
  #voice .p-voiceArticle_contents .contents_img{
    margin-top: 10vw;
  }
  #voice .p-voiceArticle_note{
    margin-top: 16.25vw;
  }
  #voice .p-voiceArticle_note .note_txt{
    padding-left: 0;
    font-size: 3.75vw;
    line-height: 6.25vw;
  }
  #voice .p-voiceArticle_note .note_txt + .note_txt{
    margin-top: 6.25vw;
  }
  #voice .p-voiceArticle_note .note_txt span{
    margin-left: 0.5em;
  }
  #voice .p-voiceArticle_profile{
    margin-top: 10vw;
  }
  #voice .p-voiceArticle_profile .profile_ttl{
    font-size: 5vw;
    line-height: 8.12vw;
  }
  #voice .p-voiceArticle_profile .profile_content{
    flex-direction: column;
    width: 100%;
    margin-top: 5vw;
    padding-top: 8.12vw;
    padding-bottom: 8.12vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  #voice .p-voiceArticle_profile .profile_logo{
    width: 100%;
  }
  #voice .p-voiceArticle_profile .profile_logo img{
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #voice .p-voiceArticle_profile .profile_logo img.voice03{
    width: 53.12vw;
  }
  #voice .p-voiceArticle_profile .profile_logo img.voice04{
    width: 53.12vw;
  }
  #voice .p-voiceArticle_profile .profile_logo img.voice05{
    width: 62.5vw;
  }
  #voice .p-voiceArticle_profile .profile_info{
    margin-top: 3.75vw;
  }
  #voice .p-voiceArticle_profile .profile_name{
    font-size: 5vw;
    line-height: 8.12vw;
  }
  #voice .p-voiceArticle_profile .profile_txt{
    margin-top: 6.25vw;
    font-size: 3.75vw;
    line-height: 6.25vw;
  }
  .u-onlyPC{
    display: none !important;
  }
  .u-onlySP{
    display: block;
    margin: auto;
  }
  .u-onlyPCInlineBlock{
    display: none !important;
  }
  .u-onlySPInlineBlock{
    display: inline-block;
    margin: auto;
  }
}
@media screen and (min-width: 1500px){
  #top .p-mv{
    background-size: 1094px 468px, cover;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .p-newsDetails-article_ttl{
    margin-top: 7.5vw;
    border-left: 1.5vw solid #0e7ac6;
    padding-left: 1.5vw;
  }
}
