@charset "UTF-8";

/* ----------------------------------------------------
	Reset
---------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  min-height: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  color: inherit;
}

pre {
  font-size: inherit;
  font-family: monospace, monospace;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: inherit;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ----------------------------------------------------
	Base Style
---------------------------------------------------- */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  background-color: #fff;
  color: #33373b;
  font-weight: normal;
  font-size: 4.27vw;
  line-height: 1;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

/* ----------------------------------------------------
	Layout
---------------------------------------------------- */

/* Header */
.l-header {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.l-header__inner {
  width: 100%;
  height: 16vw;
  padding-top: 4.27vw;
}

.l-header__logo {
  width: 40vw;
  margin-right: auto;
  margin-left: auto;
}

/* ハンバーガーメニュー */

.l-header__navi {
  display: flex;
  flex-direction: column;
  padding: 10.67vw 13.33vw 13.33vw;
}

.l-header__naviItem {
  margin-top: 4vw;
}

.l-header__naviItem a {
  display: block;
  color: #7d7d7d;
  font-weight: bold;
  font-size: 4.27vw;
  letter-spacing: 0.025em;
}

.l-header__naviItem a::before {
  display: inline-block;
  width: 4vw;
  height: 4.27vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  vertical-align: -0.53vw;
}

.l-header__naviItem.recruit a::before {
  margin-right: 2.4vw;
  background-image: url("../images/recruiter/icon_human.png");
}

.l-header__naviItem.column a::before {
  margin-right: 2.13vw;
  background-image: url("../images/recruiter/icon_pencil.png");
}

.l-rootContainer {
  overflow: hidden;
}

.l-container {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  overflow: hidden;
}

.l-main {
  flex: 1;
}

/* Footer */
.l-footer {
  padding-top: 6.67vw;
  padding-right: 2.67vw;
  padding-bottom: 9.33vw;
  padding-left: 2.67vw;
}

.l-footer__logo {
  width: 100%;
}

.l-footer__logo img {
  width: 42.67vw;
}

.l-footer__name {
  margin-top: 4.27vw;
  font-size: 2.93vw;
  line-height: 1.5;
}

.l-footer__address {
  margin-top: 0.8vw;
  font-size: 2.93vw;
  line-height: 1.5;
}

/* Footer Navi */
.l-footer__navi {
  display: none;
}

.l-footer__copyright {
  margin-top: 4.27vw;
  text-align: center;
}

.l-footer__copyright small {
  font-size: 2.67vw;
  letter-spacing: 0.05em;
}

/* ----------------------------------------------------
	Component
---------------------------------------------------- */
.c-link {
  transition: all 0.3s linear;
}

.c-button {
  display: block;
  width: 100%;
  padding: 5.07vw 0 4.53vw;
  border: solid 1px #fe6e4c;
  border-radius: 1.07vw;
  background-color: #fe6e4c;
  box-shadow: 0 1.07vw 0 0 #ce5336;
  color: #fff !important;
  font-weight: bold;
  font-size: 4.8vw;
  text-align: center;
}

.c-buttonArea {
  padding-top: 8.53vw;
  padding-bottom: 9.6vw;
  background-color: #f4f1e4;
}

.c-text__dot {
  position: relative;
}

.c-text__dot::before {
  position: absolute;
  top: -1.6vw;
  left: 2.4vw;
  width: 1.07vw;
  height: 1.07vw;
  border-radius: 1.07vw;
  background-color: #9ed366;
  content: "";
}

.c-comparisonTableTitle {
  display: block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  padding: 2.67vw 6.4vw 2.4vw;
  border-radius: 1.07vw;
  background-color: #1abb99;
  color: #fff;
  font-weight: bold;
  font-size: 3.73vw;
  line-height: 1.5;
}

.c-comparisonTableTitle::after {
  position: absolute;
  right: 0;
  bottom: -2.13vw;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 3.73vw 3.73vw 0 3.73vw;
  border-style: solid;
  border-color: #1abb99 transparent transparent transparent;
  content: "";
}

.c-comparisonTable {
  position: relative;
}

.c-comparisonTable::after {
  display: block;
  position: absolute;
  top: 0;
  left: 16.53vw;
  width: 48vw;
  height: 100%;
  border: solid 1.33vw #1abb99;
  content: "";
}

.c-comparisonTable table {
  width: 100%;
}

.c-comparisonTable th {
  padding: 4.8vw 0 4.27vw;
  border-bottom: solid 2px #bcc7d1;
  font-weight: bold;
  font-size: 2.67vw;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.c-comparisonTable__heading:nth-of-type(1) {
  width: 16.53vw;
}

.c-comparisonTable__heading:nth-of-type(2) {
  width: calc(100% - 16.53vw - 26.93vw);
}

.c-comparisonTable__heading:nth-of-type(3) {
  width: 26.93vw;
  text-align: right;
}

.c-comparisonTable__heading .logo {
  width: 38.67vw;
  height: auto;
}

.c-comparisonTable th:not(.c-comparisonTable__heading) {
  padding: 6.67vw 0 6.4vw;
  border-bottom: 1px solid #bcc7d1;
}

.c-comparisonTable td {
  min-height: 17.07vw;
  padding: 0 0 0 2.67vw;
  border-bottom: 1px solid #bcc7d1;
  font-size: 2.67vw;
  line-height: 1.5;
  vertical-align: middle;
}

.c-comparisonTable tr:last-of-type th,
.c-comparisonTable tr:last-of-type td {
  border-bottom: none;
}

.c-comparisonTable td.green {
  padding-right: 2.13vw;
  background-color: #f5ffeb;
  color: #00a183;
}

.c-comparisonTable td.large {
  font-size: 3.2vw;
}

.c-comparisonTable th.bold,
.c-comparisonTable td .bold {
  font-weight: bold;
}

.c-comparisonTable td.number {
  font-weight: bold;
  font-size: 4.27vw;
}

.c-comparisonTable td.number span {
  margin-right: 0.53vw;
  font-size: 8.53vw;
}

.c-comparisonTable td.center {
  text-align: center;
}

.c-comparisonTable td.list {
  padding-top: 4vw;
  padding-bottom: 5.33vw;
}

.c-comparisonTable td.green ul {
  padding-right: 3.47vw;
  padding-left: 7.2vw;
}

.c-comparisonTable td.green ul li {
  position: relative;
  text-align: left;
}

.c-comparisonTable td.green ul li::before {
  position: absolute;
  left: -1.4em;
  content: "・";
}

/* コンテンツ枠 */
.c-contentBlock {
  width: 100%;
  padding-right: 4.27vw;
  padding-left: 4.27vw;
}

/* 理由 見出し */
.c-heading {
  font-weight: bold;
  font-size: 6.4vw;
  line-height: 1.5;
  text-align: center;
}

.c-heading span.green,
.c-subHeading span.green {
  color: #1abb99;
}

.c-heading::before {
  display: block;
  width: 12.27vw;
  height: 14.33vw;
  margin-right: auto;
  margin-bottom: 2.13vw;
  margin-left: auto;
  background-position: center;
  background-size: auto 11.33vw;
  background-repeat: no-repeat;
  content: "";
}

.c-heading.reason01 {
  margin-left: -1.07vw;
}

.c-heading.reason01::before {
  background-image: url("../images/recruiter/number_reason01.svg");
}

.c-heading.reason02::before {
  background-image: url("../images/recruiter/number_reason02.svg");
}

.c-heading.reason03::before {
  background-image: url("../images/recruiter/number_reason03.svg");
}

.c-heading.no-number::before {
  display: none;
}

.c-subHeading {
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.5;
  text-align: center;
}

/* ----------------------------------------------------
	Project
---------------------------------------------------- */

/* メインビジュアル */
.p-mainVisual {
  position: relative;
  height: 79.2vw;
  background: url("../images/recruiter/mv_bg-sp.jpg") no-repeat center/cover;
}

.p-mainVisual__textWrapper {
  z-index: 1;
  position: absolute;
  top: 25.33vw;
  left: 4.27vw;
}

.p-mainVisual__title {
  margin-left: -0.8vw;
  background: url("../images/recruiter/mv_line.svg") no-repeat left 0.53vw top
    7.47vw/39.2vw auto;
  color: #00a183;
  font-weight: bold;
  font-size: 5.87vw;
  line-height: 1.5;
}

.p-mainVisual__text {
  margin-top: 1.33vw;
  font-weight: bold;
  font-size: 3.73vw;
  line-height: 1.5;
}

.p-mainVisual__button {
  width: 46.93vw;
  margin-top: 3.2vw;
  padding: 3.2vw 0;
  font-size: 3.73vw;
}

.p-mainVisual__image {
  position: absolute;
  top: 16.8vw;
  right: -0.8vw;
  width: 38.13vw;
  height: 62.4vw;
}

/* 3つの理由 */
.p-reasonBlock {
  padding-top: 7.47vw;
  padding-bottom: 6.4vw;
  background-color: #00a183;
}

.p-reason_heading {
  color: #fff;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.5;
  text-align: center;
}

.p-reason__boxWrapper {
  margin-top: 5.33vw;
}

.p-reason__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 27.73vw;
  margin-top: 2.13vw;
  padding: 6.4vw 5.87vw 6.4vw 6.13vw;
  border-radius: 1.07vw;
  background-color: #fff;
}

.p-reason__box:first-of-type {
  margin-top: 0;
}

.p-reason__textWrapper {
  display: flex;
  align-items: center;
}

.p-reason__number {
  width: 12vw;
  margin-right: 3.73vw;
}

.p-reason__number img {
  width: auto;
  height: 12.33vw;
  vertical-align: text-top;
}

.p-reason__text {
  font-weight: bold;
  font-size: 3.73vw;
  line-height: 1.5;
}

.p-reason__image {
  width: 20vw;
  text-align: center;
}

.p-reason__box:nth-of-type(1) .p-reason__image img {
  width: 14.93vw;
  height: auto;
}

.p-reason__box:nth-of-type(2) .p-reason__image img {
  width: 18.93vw;
  height: auto;
  margin-right: -1.33vw;
}

.p-reason__box:nth-of-type(3) .p-reason__image img {
  width: 19.73vw;
  height: auto;
}

/* 理由 01 */
.p-reason01Block {
  padding-top: 10.93vw;
  padding-bottom: 10.67vw;
}

.p-reason01__box {
  margin-top: 7.47vw;
}

.p-reason01__image {
  padding-right: 7px;
  text-align: center;
}

.p-reason01__image img {
  width: 25.6vw;
  height: auto;
}

.p-reason01__textWrapper {
  margin-top: 7.47vw;
}

.p-reason01__title {
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.5;
}

.p-reason01__text {
  margin-top: 4.27vw;
  font-size: 3.73vw;
  line-height: 1.5;
}

.p-reason01__tableWrapper {
  margin-top: 9.07vw;
}

.p-reason01__table {
  margin-top: 6.93vw;
}

/* 理由 02 */
.p-reason02Block {
  padding-top: 10.93vw;
  padding-bottom: 10.67vw;
}

.p-reason02__imageWrapper {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-top: 7.47vw;
}

.p-reason02__imageLeft,
.p-reason02__imageRight {
  position: relative;
  width: 32vw;
  height: 32vw;
  border-radius: 100%;
}

.p-reason02__imageLeft span,
.p-reason02__imageRight span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 4.27vw;
  white-space: nowrap;
}

.p-reason02__imageLeft {
  background-color: #9ed366;
}

.p-reason02__imageCenter {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0.8vw;
  left: 0;
  width: 37.33vw;
  height: 26.4vw;
  margin: auto;
}

.p-reason02__imageRight {
  background-color: #f6bb33;
}

.p-reason02__box {
  padding: 10.13vw 4.27vw 4.27vw;
  border-radius: 2.13vw;
}

.p-reason02__box.green {
  margin-top: 17.07vw;
  background-color: #d8f0bf;
}

.p-reason02__box.orange {
  margin-top: 12.8vw;
  background-color: #f8ebca;
}

.p-reason02__boxHeading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 25.87vw;
  margin-top: -17.07vw;
  margin-right: auto;
  margin-left: auto;
  padding: 3.47vw 4.27vw 2.93vw;
  border-radius: 6.67vw;
  color: #fff;
  font-weight: bold;
  font-size: 4.27vw;
  line-height: 1.5;
  text-align: center;
}

.green .p-reason02__boxHeading {
  background-color: #9ed366;
}

.orange .p-reason02__boxHeading {
  background-color: #f6bb33;
}

.p-reason02__boxTitle {
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.5;
  text-align: center;
}

.green .p-reason02__boxTitle {
  margin-top: 5.87vw;
}

.orange .p-reason02__boxTitle {
  margin-top: 3.73vw;
}

.p-reason02__listBox {
  margin-top: 6.4vw;
  overflow: hidden;
  border-radius: 1.07vw;
  background-color: #fff;
}

.p-reason02__listBox:first-of-type {
  margin-top: 6.4vw;
}

.p-reason02__listTitle {
  padding: 4.8vw 0 4.8vw;
  color: #fff;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.5;
  text-align: center;
}

.green .p-reason02__listTitle {
  background-color: #9ed366;
}

.orange .p-reason02__listTitle {
  background-color: #f6bb33;
}

.p-reason02__listWrapper {
  padding-top: 4.53vw;
  padding-bottom: 5.87vw;
}

.p-reason02__listWrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-reason02__listItem {
  margin: 1.07vw 0.53vw 0;
  padding: 1.33vw 2.13vw 1.07vw;
  border-radius: 0.53vw;
  background-color: #f3f4f4;
  color: #00a183;
  font-weight: bold;
  font-size: 4.27vw;
  line-height: 1.69;
}

.p-reason02__dataBoxHeading {
  margin-top: 9.6vw;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.5;
  text-align: center;
}

.p-reason02__dataBoxWrapper {
  margin-top: 5.07vw;
}

.p-reason02__dataBox {
  margin-top: 4.27vw;
  padding: 8.53vw 6.4vw 5.6vw;
  border-radius: 2.13vw;
  background-color: #f3f4f4;
}

.p-reason02__dataBox:first-of-type {
  margin-top: 0;
}

.p-reason02__dataImage {
  text-align: center;
}

.p-reason02__dataImage img {
  width: 25.6vw;
  height: auto;
}

.p-reason02__dataTextWrapper {
  margin-top: 4.27vw;
}

.p-reason02__dataIitle {
  color: #00a183;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.5;
  text-align: center;
}

.p-reason02__dataText {
  margin-top: 4.8vw;
  font-size: 3.73vw;
  line-height: 1.5;
}

/* 理由 03 */
.p-reason03Block {
  padding-top: 14.67vw;
  padding-bottom: 10.67vw;
}

.p-reason03__box {
  margin-top: 8vw;
}

.p-reason03__image {
  text-align: center;
}

.p-reason03__image img {
  width: 51.47vw;
  height: auto;
}

.p-reason03__table {
  margin-top: 8vw;
}

.p-reason03__grayBg {
  margin-top: 10.67vw;
  padding-top: 8vw;
  padding-right: 4.27vw;
  padding-bottom: 4.27vw;
  padding-left: 4.27vw;
  background-color: #f3f4f4;
}

.p-reason03__listBoxWrapper {
  margin-top: 7.73vw;
}

.p-reason03__listBox {
  margin-top: 4.27vw;
  background-color: #fff;
}

.p-reason03__listBox:first-of-type {
  margin-top: 0;
}

.p-reason03__listBoxImage {
  height: 46.4vw;
}

.p-reason03__listBoxTextWrapper {
  padding: 5.87vw 4.27vw 4.8vw;
}

.p-reason03__listBoxTitle {
  font-weight: bold;
  font-size: 4.27vw;
  line-height: 1.5;
}

.p-reason03__listBoxText {
  margin-top: 4vw;
}

.p-reason03__listBoxItem {
  margin-top: 2.13vw;
  padding-left: 6.4vw;
  background: url("../images/recruiter/icon_check.svg") no-repeat left top
    1.07vw/3.2vw auto;
  font-size: 3.73vw;
  line-height: 1.5;
}

.p-reason03__listBoxItem:first-of-type {
  margin-top: 0;
}

/* flow */
.p-flowBlock {
  padding-top: 8.8vw;
  padding-bottom: 1.6vw;
  background-color: #f4f1e4;
}

.p-flow__boxWrapper {
  margin-top: 6.67vw;
  counter-reset: number 0;
}

.p-flow__box {
  position: relative;
  margin-top: 14.13vw;
  border-radius: 1.07vw;
  background-color: #fff;
}

.p-flow__box:first-of-type {
  margin-top: 0;
}

.p-flow__box::before {
  display: block;
  position: absolute;
  top: -2.13vw;
  left: -2.13vw;
  width: 14.4vw;
  height: 14.4vw;
  border-radius: 100%;
  background-color: #1abb99;
  content: "" counter(number) "";
  color: #fff;
  font-weight: bold;
  font-size: 6.4vw;
  line-height: 14.4vw;
  text-align: center;
  counter-increment: number 1;
}

.p-flow__box::after {
  position: absolute;
  right: 0;
  bottom: -10.67vw;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 6.4vw 8.53vw 0 8.53vw;
  border-style: solid;
  border-color: #bcc7d1 transparent transparent transparent;
  content: "";
}

.p-flow__box:last-of-type::after {
  display: none;
}

.p-flow__image {
  min-height: 138px;
  text-align: center;
}

.p-flow__image--01 {
  width: 54.67vw;
  margin-top: 8.27vw;
  margin-bottom: 1.07vw;
}

.p-flow__image--02 {
  width: 54.13vw;
  height: auto;
  margin-top: 5.87vw;
}

.p-flow__image--03 {
  width: 44.53vw;
  height: auto;
  margin-top: 6.67vw;
  margin-bottom: 1.07vw;
}

.p-flow__image--04 {
  width: auto;
  height: 43.2vw;
}

.p-flow__textWrapper {
  padding-top: 5.33vw;
  padding-right: 4.27vw;
  padding-bottom: 5.07vw;
  padding-left: 4.27vw;
}

.p-flow__title {
  font-weight: bold;
  font-size: 5.33vw;
  line-height: 1.5;
  text-align: center;
}

.p-flow__text {
  margin-top: 1.6vw;
  font-size: 4.27vw;
  line-height: 1.5;
}

/* ----------------------------------------------------
	Utility
---------------------------------------------------- */

.u-objectFit {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-objectFit-bottom {
  -o-object-fit: cover;
  -o-object-position: bottom;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.u-objectFit-top {
  -o-object-fit: cover;
  -o-object-position: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.u-objectFit-left {
  -o-object-fit: cover;
  -o-object-position: 100% 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 0;
}

/* 以下 PC用のメディアクエリ */

@media screen and (min-width: 768px) {
  body {
    min-width: 1104px;
    font-size: 16px;
  }
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1024px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
  }
  .l-header__logo {
    width: 216px;
    margin: 0;
  }
  .l-header__spMenu {
    display: none;
  }
  .l-header__naviWrapper {
    flex: 1;
  }
  .l-header__naviWrapperInner {
    display: flex;
    justify-content: flex-end;
  }
  .l-header__navi {
    flex-direction: row;
    padding: 0 30px 0 0;
  }
  .l-header__naviItem {
    margin-top: 0;
    margin-left: 48px;
  }
  .l-header__naviItem a {
    font-size: 14px;
  }
  .l-header__naviItem a::before {
    width: 15px;
    height: 16px;
    vertical-align: -2px;
  }
  .l-header__naviItem.recruit a::before {
    margin-right: 8px;
  }
  .l-header__naviItem.column a::before {
    margin-right: 7px;
  }
  .l-footer {
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 24px;
    padding-left: 0;
  }
  .l-footer__inner {
    display: flex;
    align-items: center;
  }
  .l-footer__logo {
    width: auto;
    margin-right: 20px;
  }
  .l-footer__logo img {
    width: 160px;
  }
  .l-footer__textWrapper {
    flex: 1;
  }
  .l-footer__name {
    margin-top: 0;
    font-size: 14px;
  }
  .l-footer__address {
    margin-top: 6px;
    font-size: 11px;
  }
  .l-footer__navi {
    display: flex;
    padding-right: 2px;
  }
  .l-footer__naviItem {
    margin-left: 20px;
  }
  .l-footer__naviItem a {
    display: block;
    font-size: 14px;
  }
  .l-footer__copyright {
    margin-top: 8px;
    text-align: right;
  }
  .l-footer__copyright small {
    font-size: 10px;
  }
  .c-link:focus {
    opacity: 0.7;
    transition: all 0.3s linear;
  }
  .c-button {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding: 18px 0 16px;
    border-radius: 6px;
    box-shadow: 0 6px 0 0 #ce5336;
    font-size: 24px;
    color: #fff !important;
    text-decoration: none !important;
  }
  .c-buttonArea {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-buttonArea:last-of-type {
    padding-bottom: 86px;
  }
  .c-text__dot::before {
    top: -0.25em;
    left: 0.4em;
    width: 8px;
    height: 8px;
  }
  .c-comparisonTableTitle {
    padding: 12px 24px 11px;
    border-radius: 8px;
    font-size: 18px;
  }
  .c-comparisonTableTitle::after {
    bottom: -11px;
    border-width: 22px 22px 0 22px;
  }
  .c-comparisonTable::after {
    left: 340px;
    width: 345px;
    border: solid 5px #1abb99;
  }
  .c-comparisonTable th {
    padding: 25px 0 20px;
    font-weight: normal;
    font-size: 16px;
  }
  .c-comparisonTable__heading:nth-of-type(1) {
    width: 340px;
  }
  .c-comparisonTable__heading:nth-of-type(2) {
    width: calc(100% - 340px - 338px);
  }
  .c-comparisonTable__heading:nth-of-type(3) {
    width: 338px;
    font-size: 14px;
    text-align: center;
  }
  .c-comparisonTable__heading .logo {
    width: 216px;
  }
  .c-comparisonTable th:not(.c-comparisonTable__heading) {
    padding: 24px 0;
    font-weight: bold;
  }
  .c-comparisonTable td {
    min-height: 72px;
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
  .c-comparisonTable td.green {
    padding-right: 0;
  }
  .c-comparisonTable td.large {
    font-size: 16px;
  }
  .c-comparisonTable th.font-large,
  .c-comparisonTable td .font-large {
    font-size: 18px;
  }
  .c-comparisonTable td.number {
    font-size: 16px;
  }
  .c-comparisonTable td.number span {
    margin-right: 2px;
    font-size: 32px;
  }
  .c-comparisonTable td.list {
    padding-top: 22px;
    padding-bottom: 38px;
  }
  .c-comparisonTable td.green ul {
    padding-right: 19px;
    padding-left: 42px;
  }
  .c-comparisonTable td.green ul li::before {
    left: -1.2em;
  }
  .c-contentBlock {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .c-heading {
    font-size: 32px;
  }
  .c-heading::before {
    width: 72px;
    height: 55px;
    margin-bottom: 22px;
    background-size: auto 64px;
  }
  .c-heading.reason01 {
    margin-left: -5px;
  }
  .c-heading.reason01::before {
    background-image: url("../images/recruiter/number_reason01.svg");
    margin: 2px 483px 23px;
  }

  .c-heading.reason02::before {
    background-image: url("../images/recruiter/number_reason02.svg");
    margin: 10px 475px 24px;
  }

  .c-heading.reason03::before {
    background-image: url("../images/recruiter/number_reason03.svg");
    margin: 10px 477px 23px;
  }
  .c-subHeading {
    font-size: 28px;
  }
  .p-mainVisual {
    height: 455px;
    background-image: url("../images/recruiter/mv_bg.webp");
  }
  .p-mainVisual__textWrapper {
    top: 76px;
    left: calc((100% - 1024px) / 2 - 1px);
  }
  .p-mainVisual__title {
    margin-left: 0;
    background-position: left top 59px;
    background-size: 331px auto;
    font-size: 48px;
  }
  .p-mainVisual__text {
    margin-top: 5px;
    font-size: 24px;
  }
  .p-mainVisual__button {
    width: 400px;
    margin-top: 39px;
    margin-right: 0;
    margin-left: 0;
    padding: 18px 0 16px;
    font-size: 24px;
    color: #fff !important;
  }
  .p-mainVisual__image {
    top: auto;
    right: calc((100% - 1024px) / 2 - 13px);
    bottom: 0;
    width: 587px;
    height: 460px;
  }
  .p-reasonBlock {
    padding-top: 51px;
    padding-bottom: 80px;
  }
  .p-reason_heading {
    font-size: 32px;
  }
  .p-reason__boxWrapper {
    display: flex;
    margin-top: 44px;
  }
  .p-reason__box {
    flex-direction: column-reverse;
    align-items: inherit;
    width: calc((100% - (24px * 2)) / 3);
    height: 240px;
    margin-top: 0;
    margin-left: 24px;
    padding: 21px 33px 29px;
    border-radius: 8px;
  }
  .p-reason__box:first-of-type {
    margin-left: 0;
  }
  .p-reason__textWrapper {
    align-items: flex-end;
    margin-top: auto;
  }
  .p-reason__number {
    width: 53px;
    margin-right: 18px;
    margin-bottom: 4px;
  }
  .p-reason__box:nth-of-type(1) .p-reason__number {
    margin-left: 3px;
  }
  .p-reason__box:nth-of-type(2) .p-reason__number {
    margin-left: 2px;
  }
  .p-reason__number img {
    height: 64px;
    width: 64px;
    margin: -14px -5px;
  }
  .p-reason__text {
    font-size: 18px;
  }
  .p-reason__image {
    width: auto;
  }
  .p-reason__box:nth-of-type(1) .p-reason__image img {
    width: 96px;
    margin-top: 9px;
  }
  .p-reason__box:nth-of-type(2) .p-reason__image img {
    width: 140px;
    margin-top: 10px;
    margin-right: 0;
  }
  .p-reason__box:nth-of-type(3) .p-reason__image img {
    width: 146px;
  }
  .p-reason01Block {
    padding-top: 105px;
    padding-bottom: 86px;
  }
  .p-reason01__box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
  .p-reason01__image {
    margin-right: 96px;
    margin-left: 74px;
    padding-right: 0;
  }
  .p-reason01__image img {
    width: 180px;
  }
  .p-reason01__textWrapper {
    margin-top: 4px;
  }
  .p-reason01__title {
    font-size: 24px;
  }
  .p-reason01__text {
    margin-top: 21px;
    font-size: 16px;
  }
  .p-reason01__tableWrapper {
    margin-top: 60px;
  }
  .p-reason01__table {
    margin-top: 35px;
  }
  .p-reason02Block {
    padding-top: 72px;
    padding-bottom: 79px;
  }
  .p-reason02__imageWrapper {
    margin-top: 51px;
  }
  .p-reason02__imageLeft,
  .p-reason02__imageRight {
    display: none;
  }
  .p-reason02__imageCenter {
    top: 0;
    bottom: auto;
    width: 256px;
    height: 183px;
    padding-left: 3px;
  }
  .p-reason02__boxWrapper {
    display: flex;
    justify-content: space-between;
  }
  .p-reason02__box {
    width: 500px;
    padding: 81px 32px 32px;
    border-radius: 8px;
  }
  .p-reason02__box.green {
    margin-top: 134px;
  }
  .p-reason02__box.orange {
    margin-top: 134px;
  }
  .p-reason02__boxHeading {
    width: 180px;
    min-width: 180px;
    height: 180px;
    margin-top: -213px;
    padding: 73px 0 0 0;
    border-radius: 100%;
    font-size: 24px;
  }
  .p-reason02__boxTitle {
    font-size: 24px;
  }
  .green .p-reason02__boxTitle {
    margin-top: 34px;
  }
  .orange .p-reason02__boxTitle {
    margin-top: 34px;
  }
  .p-reason02__listBox {
    margin-top: 18px;
    border-radius: 4px;
  }
  .p-reason02__listBox:first-of-type {
    margin-top: 33px;
  }
  .p-reason02__listTitle {
    padding: 18px 0 16px;
    font-size: 20px;
  }
  .p-reason02__listWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 206px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-reason02__listItem {
    margin: 4px 2px 0;
    padding: 8px 12px 7px;
    border-radius: 2px;
    font-size: 18px;
  }
  .p-reason02__listItem--spacerPc {
    width: 100%;
  }
  .p-reason02__dataBoxHeading {
    margin-top: 68px;
    font-size: 24px;
  }
  .p-reason02__dataBoxWrapper {
    display: flex;
    margin-top: 33px;
  }
  .p-reason02__dataBox {
    width: calc((100% - (24px * 2)) / 3);
    margin-top: 0;
    margin-left: 24px;
    padding: 32px 24px 26px;
    border-radius: 8px;
  }
  .p-reason02__dataBox:first-of-type {
    margin-left: 0;
  }
  .p-reason02__dataImage img {
    width: 96px;
  }
  .p-reason02__dataTextWrapper {
    margin-top: 16px;
  }
  .p-reason02__dataIitle {
    font-size: 18px;
  }
  .p-reason02__dataText {
    margin-top: 19px;
    font-size: 14px;
  }
  .p-reason03Block {
    padding-top: 72px;
    padding-bottom: 80px;
  }
  .p-reason03__box {
    margin-top: 31px;
  }
  .p-reason03__image img {
    width: 242px;
  }
  .p-reason03__table {
    margin-top: 46px;
  }
  .p-reason03__grayBg {
    margin-top: 80px;
    padding: 34px 40px 40px;
  }
  .p-reason03__listBoxWrapper {
    margin-top: 33px;
  }
  .p-reason03__listBox {
    display: flex;
    align-items: center;
    margin-top: 24px;
    padding: 32px;
  }
  .p-reason03__listBox:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .p-reason03__listBoxImage {
    width: 253px;
    height: 190px;
    margin-right: 24px;
  }
  .p-reason03__listBox:nth-of-type(even) .p-reason03__listBoxImage {
    margin-right: 0;
    margin-left: 24px;
  }
  .p-reason03__listBoxTextWrapper {
    flex: 1;
    padding: 12px 0 0;
  }
  .p-reason03__listBoxTitle {
    font-size: 24px;
  }
  .p-reason03__listBoxText {
    margin-top: 23px;
  }
  .p-reason03__listBoxItem {
    margin-top: 8px;
    padding-left: 39px;
    background-position: left 2px top 7px;
    background-size: 17px auto;
    font-size: 18px;
  }
  .p-flowBlock {
    padding-top: 73px;
    padding-bottom: 18px;
  }
  .p-flow__boxWrapper {
    display: flex;
    margin-top: 60px;
  }
  .p-flow__box {
    width: calc((100% - (24px * 3)) / 4);
    margin-top: 0;
    margin-left: 24px;
    border-radius: 4px;
  }
  .p-flow__box:first-of-type {
    margin-left: 0;
  }
  .p-flow__box::before {
    top: -8px;
    left: -8px;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 49px;
  }
  .p-flow__box::after {
    right: -22px;
    bottom: 50%;
    left: auto;
    transform: translateY(-50%) rotate(-90deg);
    border-width: 8px 10px 0 10px;
  }
  .p-flow__image--01 {
    width: 177px;
    margin-top: 28px;
    margin-bottom: 0;
    margin-left: 9px;
  }
  .p-flow__image--02 {
    width: 164px;
    margin-top: 25px;
    margin-left: 3px;
  }
  .p-flow__image--03 {
    width: 141px;
    margin-top: 26px;
    margin-bottom: 0;
    margin-left: 10px;
  }
  .p-flow__image--04 {
    height: 138px;
    margin-left: 2px;
  }
  .p-flow__textWrapper {
    padding-top: 22px;
    padding-right: 19px;
    padding-bottom: 19px;
    padding-left: 19px;
  }
  .p-flow__title {
    font-size: 18px;
  }
  .p-flow__text {
    margin-top: 10px;
    font-size: 16px;
  }
  .u-sp-only {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .l-header__spMenu {
    z-index: 9999;
    position: absolute;
    top: 2.93vw;
    right: 4.27vw;
  }

  .l-header__naviButton {
    position: relative;
    width: 6.4vw;
    height: 9.07vw;
    cursor: pointer;
  }

  .l-hamburgerMenu__bar,
  .l-hamburgerMenu__bar::before,
  .l-hamburgerMenu__bar::after {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 6.4vw;
    height: 2px;
    margin: auto;
    background-color: #1abb99;
    transition: transform 0.25s;
  }

  .l-hamburgerMenu__bar {
    top: 2.13vw;
  }

  .l-hamburgerMenu__bar::before {
    top: -2.13vw;
    content: "";
  }

  .l-hamburgerMenu__bar::after {
    top: 2.13vw;
    content: "";
  }

  .l-hamburgerMenu__text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(0.8, 0.8);
    transform-origin: 0 0;
    color: #1abb99;
    font-size: 2.67vw;
    letter-spacing: 0.025em;
    text-align: center;
  }

  .u-hamburgerMenu__animated .l-hamburgerMenu__bar {
    background-color: transparent;
    transition: transform 0.25s;
  }

  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::before {
    top: 0;
    transform: rotate(45deg);
    content: "";
    transition: transform 0.25s;
  }

  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::after {
    top: 0;
    transform: rotate(-45deg);
    content: "";
    transition: transform 0.25s;
  }
  .l-header__naviWrapper {
    display: none;
    z-index: 1000;
    position: absolute;
    top: 16vw;
    right: 0;
    width: 100%;
    height: 40vw;
    max-height: 40vw;
  }

  .l-header__naviWrapperInner {
    background-color: #fff;
  }

  @supports (-webkit-touch-callout: none) {
    .l-header__naviWrapperInner {
      /* Safari用のハック */
      height: -webkit-fill-available;
    }
  }
  .c-comparisonTable th.small {
    padding: 5.33vw 0;
  }
  .p-reason02__listItem--spacerSp {
    width: 100%;
  }
  .u-pc-only {
    display: none;
  }
}

@media (hover: none) {
  .c-link:active {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) and (hover: hover) {
  .c-link:hover {
    opacity: 0.7;
    transition: all 0.3s linear;
  }
}
