@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Overpass:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
.cf-custom-content-01 {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}
.cf-custom-content-01 *,
.cf-custom-content-01 *::before,
.cf-custom-content-01 *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cf-custom-content-01 img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.cf-custom-content-01 figure {
  margin: 0;
}
.cf-custom-content-01 p {
  margin: 0;
  padding: 0;
}
.cf-custom-content-01 a {
  color: inherit;
  text-decoration: none;
}
.cf-custom-content-01 input,
.cf-custom-content-01 select,
.cf-custom-content-01 textarea,
.cf-custom-content-01 button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cf-custom-content-01 select::-ms-expand {
  display: none;
}
.cf-custom-content-01 textarea {
  resize: vertical;
}
.cf-custom-content-01 ::-webkit-input-placeholder {
  color: #ccc;
}
.cf-custom-content-01 :-ms-input-placeholder {
  color: #ccc;
}
.cf-custom-content-01 ::-ms-input-placeholder {
  color: #ccc;
}
.cf-custom-content-01 ::-moz-placeholder {
  color: #ccc;
}
.cf-custom-content-01 ::placeholder {
  color: #ccc;
}
.cf-custom-content-01 button {
  border: none;
  cursor: pointer;
}
.cf-custom-content-01 label {
  cursor: pointer;
}
.cf-custom-content-01 table {
  border-collapse: collapse;
}
.cf-custom-content-01 ul,
.cf-custom-content-01 ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cf-custom-content-01 h1,
.cf-custom-content-01 h2,
.cf-custom-content-01 h3,
.cf-custom-content-01 h4,
.cf-custom-content-01 h5,
.cf-custom-content-01 h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.cf-custom-content-01 main {
  display: block;
}
.cf-custom-content-01 #wrapper {
  position: relative;
}
.cf-custom-content-01 .inner-block {
  margin: 0 auto;
  position: relative;
}
.cf-custom-content-01 dl, .cf-custom-content-01 dt, .cf-custom-content-01 dd {
  padding: 0;
  margin: 0;
}
.cf-custom-content-01 .ib {
  display: inline-block;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  c-title
------------------------------------------------------------------------------*/
.cf-custom-content-01 .c-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 3.228962818vw;
}
.cf-custom-content-01 .c-ttl::after {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background-image: linear-gradient(to right, transparent, #fff, transparent);
  -webkit-filter: drop-shadow(0px 0px 3px #e02a2a) drop-shadow(0px 0px 3px #e02a2a);
          filter: drop-shadow(0px 0px 3px #e02a2a) drop-shadow(0px 0px 3px #e02a2a);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.cf-custom-content-01 .c-ttl span {
  display: block;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.9354207436vw;
  font-weight: bold;
  text-shadow: 2px 2px 14px #8d1695;
  padding-bottom: 0.9784735812vw;
  letter-spacing: 0.05em;
}

/*------------------------------------------------------------------------------
  c-inner
------------------------------------------------------------------------------*/
.cf-custom-content-01 .c-txt-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 3.9138943249vw;
}
.cf-custom-content-01 .c-img-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 3.9138943249vw;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.cf-custom-content-01 .kv-logo {
  width: 12.7201565558vw;
  padding: 6px 6px 3px;
}
.cf-custom-content-01 .kv-img {
  position: relative;
}
.cf-custom-content-01 .kv-ttl {
  color: #fff;
  font-size: 4.8923679061vw;
  font-weight: 700;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  top: 21.7221135029vw;
}
.cf-custom-content-01 .kv-ttl span {
  display: block;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.4677103718vw;
  letter-spacing: 0.1em;
  margin-top: 3px;
}
.cf-custom-content-01 .content-area {
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  color: #fff;
  padding: 100px 0 250px;
}
.cf-custom-content-01 .content-area p {
  color: #fff;
}
.cf-custom-content-01 .content-bg {
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cf-custom-content-01 .c-text {
  font-size: 1.3698630137vw;
  font-weight: 600;
}
.cf-custom-content-01 .c-text + .c-text {
  margin-top: 30px;
}
.cf-custom-content-01 .c-section {
  margin-top: 5.8708414873vw;
}
.cf-custom-content-01 .about-sega {
  position: relative;
}
.cf-custom-content-01 .about-sega::after {
  background: url(https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/company_list/00155934/original/bos/images/about_character01_241101.png) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 40.5088062622vw;
  position: absolute;
  width: 21.0371819961vw;
  top: -3.9138943249vw;
  left: 2.9354207436vw;
  margin: auto;
  z-index: 5;
}
.cf-custom-content-01 .about-sega::before {
  background: url(https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/company_list/00155934/original/bos/images/about_character02_241101.png) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 38.9432485323vw;
  position: absolute;
  width: 27.4951076321vw;
  top: -3.9138943249vw;
  right: 2.446183953vw;
  margin: auto;
  z-index: 5;
}
.cf-custom-content-01 .about-sega .c-text.wi-min {
  max-width: 46.2818003914vw;
  margin: 0 auto;
}
.cf-custom-content-01 .about-lead {
  font-size: 3.1311154599vw;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2.6418786693vw;
  position: relative;
  z-index: 10;
}
.cf-custom-content-01 .about-img {
  margin-top: 10.7632093933vw;
  margin-bottom: 6.3600782779vw;
}
.cf-custom-content-01 .global-lead {
  font-size: 2.3483365949vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.cf-custom-content-01 .global-lead .en {
  display: block;
  font-family: "Roboto", serif;
  font-size: 1.6634050881vw;
  font-weight: bold;
  padding-top: 3px;
}
.cf-custom-content-01 .global-info {
  margin: 5.3816046967vw 0 7.8277886497vw;
}
.cf-custom-content-01 .global-info_box {
  max-width: 22.5048923679vw;
}
.cf-custom-content-01 .global-info_box p {
  text-align: center;
  font-size: 1.4677103718vw;
  font-weight: bold;
  margin-bottom: 3.9138943249vw;
}
.cf-custom-content-01 .global-info_box img {
  width: 100%;
}
.cf-custom-content-01 .global-info_map {
  margin: 1.4677103718vw 0 4.4031311155vw;
}
.cf-custom-content-01 .jobs-table {
  width: 100%;
  margin: 5.3816046967vw auto 0;
}
.cf-custom-content-01 .employment-screening-flow .c-img-inner {
  max-width: none;
}
.cf-custom-content-01 .flow-img {
  width: 100%;
  margin: 0 auto;
}
.cf-custom-content-01 .flow-note li {
  font-size: 1.1741682975vw;
  padding-left: 1.0763209393vw;
  position: relative;
}
.cf-custom-content-01 .flow-note li::after {
  content: "※";
  display: block;
  height: 1.1741682975vw;
  position: absolute;
  width: 1.1741682975vw;
  top: 0;
  left: 0;
  margin: auto;
}
.cf-custom-content-01 .entry-btn-box {
  width: 100%;
  max-width: 33vw;
}
.cf-custom-content-01 .entry-btn-box a {
  background-color: #f18d57;
  border-right: solid 3px #c04b0c;
  border-left: solid 3px #c04b0c;
  border-bottom: solid 6px #c04b0c;
  border-radius: 5px;
  display: block;
  font-size: 1.4677103718vw;
  font-weight: 700;
  width: 100%;
  padding: 1.3698630137vw;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cf-custom-content-01 .entry-btn-box .pad_box {
  padding: 2.3vw 0;
}
.cf-custom-content-01 .entry-btn-box.blue {
  max-width: 33vw;
}
.cf-custom-content-01 .entry-btn-box.blue a {
  background-color: #1548ce;
  border-right: solid 3px #0e1e95;
  border-left: solid 3px #0e1e95;
  border-bottom: solid 6px #0e1e95;
}
.cf-custom-content-01 .entry-btn-box span {
  font-size: 1.0763209393vw;
}
.cf-custom-content-01 .entry-more-about-sega {
  width: 100%;
  max-width: 55.2837573386vw;
  margin: 8.3170254403vw auto 0;
}
.cf-custom-content-01 .entry-more-about-sega a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cf-custom-content-01 .entry-channel {
  width: 100%;
  max-width: 39.6281800391vw;
  margin: 10.7632093933vw auto 0;
}
.cf-custom-content-01 .entry-channel a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .cf-custom-content-01 {
    font-size: 14px;
  }
  .cf-custom-content-01 input,
  .cf-custom-content-01 select,
  .cf-custom-content-01 textarea {
    font-size: 16px !important;
  }
  .cf-custom-content-01 #wrapper {
    min-width: 320px;
  }
  .cf-custom-content-01 .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cf-custom-content-01 .pc {
    display: none !important;
  }
  .cf-custom-content-01 .c-ttl {
    margin-bottom: 4vw;
  }
  .cf-custom-content-01 .c-ttl span {
    font-size: 6.4vw;
    padding-bottom: 2.6666666667vw;
  }
  .cf-custom-content-01 .c-txt-inner {
    padding: 0 4vw;
  }
  .cf-custom-content-01 .c-img-inner {
    padding: 0 4vw;
  }
  .cf-custom-content-01 .kv {
    margin: 0 -15px;
  }
  .cf-custom-content-01 .kv-logo {
    width: 26.6666666667vw;
  }
  .cf-custom-content-01 .kv-ttl {
    font-size: 6.9333333333vw;
    top: 18.6666666667vw;
  }
  .cf-custom-content-01 .kv-ttl span {
    font-size: 3.2vw;
  }
  .cf-custom-content-01 .content-area {
    padding: 13.3333333333vw 0 21.3333333333vw;
    margin: 0 -15px;
  }
  .cf-custom-content-01 .c-text {
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 2;
  }
  .cf-custom-content-01 .c-text + .c-text {
    margin-top: 5.3333333333vw;
  }
  .cf-custom-content-01 .c-section {
    margin-top: 10.6666666667vw;
  }
  .cf-custom-content-01 .about-sega::after {
    height: 36.2666666667vw;
    width: 18.6666666667vw;
    top: -5.3333333333vw;
    left: 5.3333333333vw;
  }
  .cf-custom-content-01 .about-sega::before {
    height: 36.2666666667vw;
    width: 25.6vw;
    top: -5.3333333333vw;
    right: 2.1333333333vw;
  }
  .cf-custom-content-01 .about-sega .c-text.wi-min {
    max-width: none;
  }
  .cf-custom-content-01 .about-lead {
    font-size: 4.8vw;
    padding-bottom: 5.3333333333vw;
    line-height: 1.4;
  }
  .cf-custom-content-01 .about-img {
    margin-top: 10.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .cf-custom-content-01 .global-lead {
    font-size: 4.8vw;
  }
  .cf-custom-content-01 .global-lead .en {
    font-size: 3.2vw;
  }
  .cf-custom-content-01 .global-info {
    margin: 8vw 0 16vw;
  }
  .cf-custom-content-01 .global-info_box {
    max-width: 53.3333333333vw;
    margin: 0 auto;
  }
  .cf-custom-content-01 .global-info_box + .global-info_box {
    margin-top: 10.6666666667vw;
  }
  .cf-custom-content-01 .global-info_box p {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .cf-custom-content-01 .global-info_map {
    margin: 4vw 0 5.3333333333vw;
  }
  .cf-custom-content-01 .jobs-table {
    margin: 4vw 0 5.3333333333vw;
  }
  .cf-custom-content-01 .flow-img {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .cf-custom-content-01 .flow-note li {
    font-size: 3.2vw;
    padding-left: 3.2vw;
  }
  .cf-custom-content-01 .flow-note li::after {
    height: 3.2vw;
    width: 3.2vw;
  }
  .cf-custom-content-01 .entry-btn-box {
    max-width: 88vw;
    margin: 0 auto;
  }
  .cf-custom-content-01 .entry-btn-box a {
    font-size: 3.7333333333vw;
    font-weight: 500;
    padding: 2.6666666667vw;
  }
  .cf-custom-content-01 .entry-btn-box .pad_box {
    padding: 5.9vw 0;
  }
  .cf-custom-content-01 .entry-btn-box.blue {
    max-width: 88vw;
  }
  .cf-custom-content-01 .entry-btn-box span {
    font-size: 2.6666666667vw;
  }
  .cf-custom-content-01 .entry-more-about-sega {
    max-width: 88vw;
    margin: 10.6666666667vw auto 0;
  }
  .cf-custom-content-01 .entry-channel {
    max-width: 74.6666666667vw;
    margin: 16vw auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .cf-custom-content-01 a[href^="tel:"] {
    pointer-events: none;
  }
  .cf-custom-content-01 .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  .cf-custom-content-01 a,
  .cf-custom-content-01 a::before,
  .cf-custom-content-01 a::after,
  .cf-custom-content-01 button,
  .cf-custom-content-01 button::before,
  .cf-custom-content-01 button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .cf-custom-content-01 .sp {
    display: none !important;
  }
  .cf-custom-content-01 .c-txt-inner {
    max-width: 78.2778864971vw;
  }
  .cf-custom-content-01 .c-img-inner {
    max-width: 95.8904109589vw;
  }
  .cf-custom-content-01 .global-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 11.7416829746vw;
  }
  .cf-custom-content-01 .jobs-table {
    max-width: 69.4716242661vw;
  }
  .cf-custom-content-01 .flow-img {
    max-width: 78.2778864971vw;
  }
  .cf-custom-content-01 .entry-btn-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
  }
  .cf-custom-content-01 .entry-btn-box a:hover {
    background-color: #c04b0c;
  }
  .cf-custom-content-01 .entry-btn-box.blue a:hover {
    background-color: #0e1e95;
  }
  .cf-custom-content-01 .entry-more-about-sega a:hover {
    opacity: 0.7;
  }
  .cf-custom-content-01 .entry-channel a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1241px) {
  .cf-custom-content-01 .c-ttl {
    margin-bottom: 33px;
  }
  .cf-custom-content-01 .c-ttl span {
    font-size: 37px;
    padding-bottom: 10px;
  }
  .cf-custom-content-01 .c-txt-inner {
    width: 960px;
    padding: 0 40px;
  }
  .cf-custom-content-01 .c-img-inner {
    max-width: 980px;
    padding: 0 40px;
  }
  .cf-custom-content-01 .kv-logo {
    width: 159px;
  }
  .cf-custom-content-01 .kv-ttl {
    font-size: 61px;
    top: 273px;
  }
  .cf-custom-content-01 .kv-ttl span {
    font-size: 18px;
  }
  .cf-custom-content-01 .c-text {
    font-size: 17px;
  }
  .cf-custom-content-01 .c-section {
    margin-top: 80px;
  }
  .cf-custom-content-01 .about-sega::after {
    height: 507px;
    width: 263px;
    top: -40px;
    left: 40px;
  }
  .cf-custom-content-01 .about-sega::before {
    height: 489px;
    width: 345px;
    top: -40px;
    right: 30px;
  }
  .cf-custom-content-01 .about-sega .c-text.wi-min {
    max-width: 574px;
  }
  .cf-custom-content-01 .about-lead {
    font-size: 39px;
    padding-bottom: 27px;
  }
  .cf-custom-content-01 .about-img {
    margin-top: 140px;
    margin-bottom: 83px;
  }
  .cf-custom-content-01 .global-lead {
    font-size: 30px;
  }
  .cf-custom-content-01 .global-lead .en {
    font-size: 21px;
  }
  .cf-custom-content-01 .global-info {
    gap: 140px;
    margin: 64px 0 95px;
  }
  .cf-custom-content-01 .global-info_box {
    max-width: 280px;
  }
  .cf-custom-content-01 .global-info_box p {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .cf-custom-content-01 .global-info_map {
    margin: 20px 0 50px;
  }
  .cf-custom-content-01 .jobs-table {
    max-width: 870px;
    margin-top: 70px;
  }
  .cf-custom-content-01 .flow-img {
    max-width: 984px;
  }
  .cf-custom-content-01 .flow-note li {
    font-size: 15px;
    padding-left: 14px;
  }
  .cf-custom-content-01 .flow-note li::after {
    height: 15px;
    width: 15px;
    top: 1px;
  }
  .cf-custom-content-01 .entry-btn-box {
    max-width: 400px;
  }
  .cf-custom-content-01 .entry-btn-box a {
    font-size: 18px;
    padding: 16px;
  }
  .cf-custom-content-01 .entry-btn-box .pad_box {
    padding: 30px 0;
  }
  .cf-custom-content-01 .entry-btn-box.blue {
    max-width: 400px;
  }
  .cf-custom-content-01 .entry-btn-box span {
    font-size: 13px;
  }
  .cf-custom-content-01 .entry-more-about-sega {
    max-width: 700px;
    margin-top: 110px;
  }
  .cf-custom-content-01 .entry-channel {
    max-width: 500px;
    margin-top: 135px;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 1023px) {
  .cf-custom-content-01 .c-ttl {
    margin-bottom: 33px;
  }
  .cf-custom-content-01 .c-ttl span {
    font-size: 30px;
    padding-bottom: 8px;
  }
  .cf-custom-content-01 .c-txt-inner {
    width: 800px;
    padding: 0 40px;
  }
  .cf-custom-content-01 .c-img-inner {
    max-width: 800px;
    padding: 0 40px;
  }
  .cf-custom-content-01 .kv-logo {
    width: 130px;
  }
  .cf-custom-content-01 .kv-ttl {
    font-size: 50px;
    top: 222px;
  }
  .cf-custom-content-01 .kv-ttl span {
    font-size: 15px;
  }
  .cf-custom-content-01 .c-text {
    font-size: 14px;
  }
  .cf-custom-content-01 .c-section {
    margin-top: 60px;
  }
  .cf-custom-content-01 .about-sega::after {
    height: 414px;
    width: 215px;
    top: -30px;
    left: 30px;
  }
  .cf-custom-content-01 .about-sega::before {
    height: 398px;
    width: 281px;
    top: -30px;
    right: 25px;
  }
  .cf-custom-content-01 .about-sega .c-text.wi-min {
    max-width: 473px;
  }
  .cf-custom-content-01 .about-lead {
    font-size: 32px;
    padding-bottom: 27px;
  }
  .cf-custom-content-01 .about-img {
    margin-top: 110px;
    margin-bottom: 65px;
  }
  .cf-custom-content-01 .global-lead {
    font-size: 24px;
  }
  .cf-custom-content-01 .global-lead .en {
    font-size: 17px;
  }
  .cf-custom-content-01 .global-info {
    gap: 120px;
    margin: 55px 0 80px;
  }
  .cf-custom-content-01 .global-info_box {
    max-width: 230px;
  }
  .cf-custom-content-01 .global-info_box p {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .cf-custom-content-01 .global-info_map {
    margin: 15px 0 45px;
  }
  .cf-custom-content-01 .jobs-table {
    max-width: 710px;
    margin-top: 55px;
  }
  .cf-custom-content-01 .flow-img {
    max-width: 800px;
  }
  .cf-custom-content-01 .flow-note li {
    font-size: 12px;
    padding-left: 11px;
  }
  .cf-custom-content-01 .flow-note li::after {
    height: 12px;
    width: 12px;
  }
  .cf-custom-content-01 .entry-btn-box {
    max-width: 300px;
  }
  .cf-custom-content-01 .entry-btn-box a {
    font-size: 15px;
    padding: 14px;
  }
  .cf-custom-content-01 .entry-btn-box.blue {
    max-width: 300px;
  }
  .cf-custom-content-01 .entry-btn-box span {
    font-size: 11px;
  }
  .cf-custom-content-01 .entry-more-about-sega {
    max-width: 565px;
    margin-top: 85px;
  }
  .cf-custom-content-01 .entry-channel {
    max-width: 405px;
    margin-top: 110px;
  }
}