@charset "UTF-8";
/*########## ミックスイン ##########*/
/* ----- Google Fonts ----- */
/*########## 共通レイアウト ##########*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul:after {
  display: block;
  content: "";
  clear: both;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  color: inherit;
}
@media screen and (max-width: 780px) {
  select {
    font-size: 1.6rem;
  }
}
select:focus {
  outline: none;
  border: none;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

::-moz-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

::-ms-input-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

::placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  ::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  ::-moz-placeholder {
    font-size: 1.6rem;
  }
  :-ms-input-placeholder {
    font-size: 1.6rem;
  }
  ::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  ::placeholder {
    font-size: 1.6rem;
  }
}

select option::-webkit-input-placeholder {
  color: #444;
}

select option::-moz-placeholder {
  color: #444;
}

select option:-ms-input-placeholder {
  color: #444;
}

select option::-ms-input-placeholder {
  color: #444;
}

select option::placeholder {
  color: #444;
}

::-webkit-placeholder {
  /*padding-top: 0.25em;*/
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #aaa;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  textarea {
    font-size: 16rem;
  }
}

input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #979797;
  padding: 0 5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 780px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number] {
    font-size: 1.6rem;
  }
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html {
  font-size: 9px;
}
@media screen and (min-width: 351px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 980px) {
  html {
    font-size: 9px;
  }
}
@media screen and (min-width: 1341px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1700px) {
  html {
    font-size: 11px;
  }
}

body {
  width: 100%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #43434B;
  background: #fff;
  font-weight: 500;
  font-style: normal;
  font-family: YakuHanJP, "Noto Sans JP", "TsukuGoPr5-D", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 981px) {
  body.bind {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

article {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  will-change: opacity;
  overflow: hidden;
}
article.loading {
  opacity: 0;
}

section .section_inner {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  section .section_inner {
    width: 82%;
    max-width: 1590px;
  }
}
@media screen and (min-width: 720px) {
  section .section_inner {
    min-width: 1200px;
  }
}

button {
  font-family: inherit;
  font-weight: inherit;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}
button:focus {
  outline: none;
}

.pc_img {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp_img {
    display: none;
  }
  .pc_img {
    display: block;
  }
}
.ly_sectionForm, .ly_sectionPage, .ly_sectionTop {
  padding: 0 !important;
}

header {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: auto !important;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  will-change: opacity;
}
header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
}
header .header_inner .header_logo {
  width: 172px;
  padding-left: 20px;
}
header .header_inner .header_logo a {
  display: block;
}
header .header_inner .header_navigation .navigation_list {
  display: none;
}
header .header_inner .header_navigation .header_menu button {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}
header .header_inner .header_navigation .header_menu button span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #43434B;
  -webkit-transition: background 0.1s, -webkit-transform 0.1s;
  transition: background 0.1s, -webkit-transform 0.1s;
  transition: background 0.1s, transform 0.1s;
  transition: background 0.1s, transform 0.1s, -webkit-transform 0.1s;
  will-change: background, transform;
}
header .header_inner .header_navigation .header_menu button span:nth-of-type(1) {
  top: 20px;
}
header .header_inner .header_navigation .header_menu button span:nth-of-type(2) {
  bottom: 20px;
}
header .header_inner .header_navigation .header_menu button.hum_open span:nth-of-type(1) {
  -webkit-transform: translateY(4.5px) rotate(45deg);
          transform: translateY(4.5px) rotate(45deg);
}
header .header_inner .header_navigation .header_menu button.hum_open span:nth-of-type(2) {
  -webkit-transform: translateY(-4.5px) rotate(-45deg);
          transform: translateY(-4.5px) rotate(-45deg);
}
header.index {
  opacity: 0;
}

@media screen and (min-width: 980px) {
  header {
    top: 20px !important;
  }
  header .header_inner {
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    min-width: 1100px;
  }
  header .header_inner .header_logo {
    width: 285px;
    padding-left: 0px;
  }
  header .header_inner .header_logo a {
    display: block;
  }
  header .header_inner .header_navigation .navigation_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_inner .header_navigation .navigation_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_inner .header_navigation .navigation_list ul li {
    margin-right: 30px;
  }
  header .header_inner .header_navigation .navigation_list ul li a {
    display: block;
    font-size: 1.4rem;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    will-change: color;
  }
  header .header_inner .header_navigation .navigation_list ul li a:hover {
    color: #4A86FF;
  }
  header .header_inner .header_navigation .navigation_list .comp-link-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_inner .header_navigation .navigation_list .comp-link-button .button_item {
    margin-right: 10px;
  }
  header .header_inner .header_navigation .navigation_list .comp-link-button .button_item:nth-last-of-type(1) {
    margin-right: 0px;
  }
  header .header_inner .header_navigation .navigation_list .comp-link-button .button_item a {
    width: 120px;
    font-size: 1.4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 40px;
  }
  header .header_inner .header_navigation .navigation_list .comp-link-button .button_item a .txt {
    font-size: 1.4rem;
    padding-right: 20px;
  }
  header .header_inner .header_navigation .navigation_list .comp-link-button .button_item a .arrow {
    height: 40px;
  }
  header .header_inner .header_navigation .navigation_list .comp-link-button .button_item a .arrow .arrow_inner {
    height: 40px;
  }
  header .header_inner .header_navigation .header_menu {
    display: none;
  }
}
footer {
  margin-bottom: 70px;
}

@media screen and (min-width: 980px) {
  footer {
    margin-bottom: 0;
  }
}
.comp-hummenu {
  position: fixed;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 500;
  height: var(--wHeightPx);
  overflow: hidden;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  line-height: 1;
  will-change: opacity;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #F2F5F5;
}
.comp-hummenu.open {
  opacity: 1;
  pointer-events: all;
}
.comp-hummenu .contents {
  position: relative;
  width: 100%;
  height: var(--wHeightPx);
  margin: 0 auto;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.comp-hummenu .contents::-webkit-scrollbar {
  display: none;
}
.comp-hummenu .contents .hummenu_inner {
  position: relative;
  padding: 90px 8vw 40px;
}
.comp-hummenu .contents .hummenu_inner .menu_upper {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}
.comp-hummenu .contents .hummenu_inner .menu_upper .navigation ul {
  padding: 0 1vw;
  margin-bottom: 25px;
}
.comp-hummenu .contents .hummenu_inner .menu_upper .navigation ul li {
  margin-bottom: 20px;
}
.comp-hummenu .contents .hummenu_inner .menu_upper .navigation ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.comp-hummenu .contents .hummenu_inner .menu_upper .navigation ul li a {
  display: block;
  font-size: 1.5rem;
  padding: 5px 0;
  color: inherit;
}
.comp-hummenu .contents .hummenu_inner .menu_lower .navigation_mini ul {
  padding: 0 1vw;
  margin-bottom: 25px;
}
.comp-hummenu .contents .hummenu_inner .menu_lower .navigation_mini ul li {
  margin-bottom: 15px;
}
.comp-hummenu .contents .hummenu_inner .menu_lower .navigation_mini ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.comp-hummenu .contents .hummenu_inner .menu_lower .navigation_mini ul li a {
  display: block;
  font-size: 1.3rem;
  padding: 5px 0;
  color: inherit;
}

.animate-fadeup {
  /* blur + opacity + transition */
  opacity: 1;
  -webkit-filter: blur(0px) brightness(1);
          filter: blur(0px) brightness(1);
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  -webkit-transition: opacity 0.6s, -webkit-filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, -webkit-filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, filter, transform;
}
.animate-fadeup.effect, .animate-fadeup.delayed_effect {
  opacity: 0;
  -webkit-filter: blur(15px) brightness(1.25);
          filter: blur(15px) brightness(1.25);
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

.animate-fadeup2 {
  /* opacity + transition */
  opacity: 1;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, transform;
}
.animate-fadeup2.effect, .animate-fadeup2.delayed_effect {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

.animate-fadeup3 {
  /* opacity */
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity;
}
.animate-fadeup3.effect, .animate-fadeup3.delayed_effect {
  opacity: 0;
}

.func-txt-anim, .func-txt-anim-wrap {
  overflow: hidden;
}
.func-txt-anim span, .func-txt-anim-wrap span {
  display: inline-block;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.5s;
  transition: -webkit-transform 0.5s, -webkit-filter 0.5s;
  transition: transform 0.5s, filter 0.5s;
  transition: transform 0.5s, filter 0.5s, -webkit-transform 0.5s, -webkit-filter 0.5s;
  will-change: transform;
}
.func-txt-anim span.display, .func-txt-anim-wrap span.display {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

/*########## ページ個別レイアウト ##########*/
.page-index .section-main {
  margin-bottom: -20px;
}
.page-index .section-lead {
  position: relative;
  z-index: 10;
  margin-bottom: -20px;
  padding: 13vw 0 16vw;
  -webkit-transition: background 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: background 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.page-index .section-lead::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  margin: auto;
  width: calc(100% + 40px);
  height: 100%;
  border-radius: 20px;
  background: #fff;
  -webkit-transition: width 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: width 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.page-index .section-lead .section_box {
  position: relative;
  z-index: 10;
}
.page-index .section-lead .section_box .lead_txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  .page-index .section-lead .section_box .lead_txt_wrap {
    width: 82%;
    max-width: 1590px;
  }
}
.page-index .section-lead .section_box .lead_txt_wrap .wrap_inner p {
  font-size: 1.6rem;
  line-height: 2.2;
}
.page-index .section-lead.effect::before {
  width: calc(100% - 150px);
  border-radius: 20px;
}
.page-index .section-service {
  position: relative;
  padding: calc(16vw + 20px) 0 calc(18vw + 20px);
  background-color: #2D2C34;
  color: #fff;
  margin-bottom: -20px;
}
.page-index .section-service::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100vw;
  background-image: url(/recruit/wp-content/themes/skillupRecruit/assets/img/index/service_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.page-index .section-service .section_inner {
  position: relative;
  z-index: 10;
}
.page-index .section-service .section_inner .comp-index-title {
  margin-bottom: 20px;
}
.page-index .section-service .section_inner .comp-index-title::before {
  display: none;
}
.page-index .section-service .section_inner .service_synergy {
  margin-top: 35px;
}
.page-index .section-service .section_inner .service_synergy .comp-link-button {
  margin-top: 40px;
}
.page-index .section-vision {
  z-index: 10;
  background-image: url(/recruit/wp-content/themes/skillupRecruit/assets/img/index/vision_bg.jpg);
  background-size: cover;
  background-position: center top;
  color: #fff;
}
.page-index .section-environment {
  z-index: 11;
  background: #F2F5F5;
}
.page-index .section-interview {
  z-index: 12;
  background: #fff;
}
.page-index .section-faq {
  z-index: 13;
  background: #F2F5F5;
  padding-bottom: 13vw;
  margin-bottom: 0;
}

@media screen and (min-width: 980px) {
  .page-index .section-main {
    margin-bottom: -60px;
  }
  .page-index .section-main .img_wrap {
    width: 100%;
    height: calc(100vh + 60px);
  }
  .page-index .section-main .img_wrap img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .page-index .section-lead {
    position: relative;
    z-index: 10;
    margin-bottom: -60px;
    padding: 160px 0 120px;
  }
  .page-index .section-lead::before {
    width: calc(100% + 120px);
    left: -60px;
    right: -60px;
    border-radius: 60px;
    -webkit-transition: width 1.5s cubic-bezier(0.5, 1, 0.89, 1);
    transition: width 1.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .page-index .section-lead .section_box .lead_txt_wrap {
    margin-top: 100px;
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 980px) and (min-width: 720px) {
  .page-index .section-lead .section_box .lead_txt_wrap {
    width: 82%;
    max-width: 1590px;
  }
}
@media screen and (min-width: 980px) {
  .page-index .section-lead .section_box .lead_txt_wrap .wrap_inner p {
    font-size: 2rem;
    line-height: 2.2;
  }
  .page-index .section-lead .section_box .lead_txt_wrap .wrap_inner p br {
    display: none;
  }
  .page-index .section-lead.effect::before {
    width: calc(100% - 200px);
    border-radius: 60px;
  }
  .page-index .section-service {
    padding: 180px 0 180px;
    margin-bottom: -60px;
  }
  .page-index .section-service::before {
    background-image: url(/recruit/wp-content/themes/skillupRecruit/assets/img/index/service_bg_pc.svg);
  }
  .page-index .section-service .section_inner {
    position: relative;
    z-index: 10;
  }
  .page-index .section-service .section_inner .comp-index-title {
    margin-bottom: 60px;
  }
  .page-index .section-service .section_inner .service_synergy {
    margin-top: 60px;
  }
  .page-index .section-service .section_inner .service_synergy .img_wrap {
    width: 60%;
    margin: 0 auto;
  }
  .page-index .section-service .section_inner .service_synergy .img_wrap img {
    width: 100%;
  }
  .page-index .section-service .section_inner .service_synergy .comp-link-button {
    max-width: 260px;
    margin: 60px auto 0;
  }
  .page-index .section-vision {
    background-image: url(/recruit/wp-content/themes/skillupRecruit/assets/img/index/vision_bg_pc.jpg);
  }
  .page-index .section-interview .section_wrapper .comp-index-title {
    margin-bottom: -40px;
  }
  .page-index .section-faq {
    padding-bottom: 120px;
    margin-bottom: 0;
  }
}
.page-benefits .section-benefit2 {
  padding-bottom: 15vw;
  background: #F2F5F5;
}
.page-benefits .section-kufu {
  padding: 13vw 0 calc(13vw + 20px);
  background: #F2F5F5;
  margin-bottom: -20px;
}
.page-benefits .section-numbers {
  padding: 13vw 0;
  border-radius: 20px 20px 0 0;
  background: #fff;
}

@media screen and (min-width: 980px) {
  .page-benefits .section-benefit2 {
    padding-bottom: 120px;
  }
  .page-benefits .section-recruit-link {
    width: calc(100% - 100px);
    margin: auto;
    border-radius: 30px;
  }
  .page-benefits .section-recruit-link:nth-last-of-type(1) {
    width: 100%;
    border-radius: 0px;
  }
  .page-benefits .section-kufu {
    padding: 120px 0 120px;
    margin-bottom: -60px;
  }
  .page-benefits .section-numbers {
    padding: 120px 0;
    border-radius: 60px 60px 0 0;
  }
}
.page-interview-list .section-underpage-contents .section_inner .inner_box .category_wrapper .comp-category-list {
  margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .page-interview-list .section-underpage-contents .section_inner .inner_box .category_wrapper .comp-category-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px;
  }
}
.page-interview-detail .section-interview-header {
  padding: calc(50px + 10vw) 0 13vw;
  position: relative;
  background-image: url(/recruit/wp-content/themes/skillupRecruit/assets/img/interview/article_bg.jpg);
  background-size: cover;
  background-position: center top;
}
.page-interview-detail .section-interview-header .section_wrapper {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 720px) {
  .page-interview-detail .section-interview-header .section_wrapper {
    width: 82%;
    max-width: 1590px;
  }
}
.page-interview-detail .section-interview-header .section_wrapper .thumb_wrapper {
  border-radius: 20px;
  margin-bottom: 20px;
}
.page-interview-detail .section-interview-header .section_wrapper .thumb_wrapper img {
  border-radius: 20px;
}
.page-interview-detail .section-interview-header .section_wrapper .article_header .article_ttl {
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}
.page-interview-detail .section-interview-header .section_wrapper .article_header .header_lower .date {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #fff;
}
.page-interview-detail .section-interview-header .section_wrapper .article_header .lead_description {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.page-interview-detail .section-interview-header .section_wrapper .article_header .lead_description p {
  margin-bottom: 0.5em;
}
.page-interview-detail .section-interview-header .section_wrapper .article_header .lead_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .page-interview-detail .section-interview-header .section_wrapper .article_header .lead_description {
    font-size: 1.6rem;
    padding: 0;
  }
}
.page-interview-detail .section-interview-header .section_wrapper .article_header .lead_description a {
  color: inherit;
  text-decoration: underline;
}
.page-interview-detail .section-article-profile {
  padding: 15vw 0;
}
.page-interview-detail .section-article-profile .profile_flex_wrap .profile_img {
  width: 60%;
  margin: 0 auto 30px;
}
.page-interview-detail .section-article-profile .profile_flex_wrap .profile_txt .profile_ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.page-interview-detail .section-article-profile .profile_flex_wrap .profile_txt .profile_desc {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-interview-detail .section-article-profile .profile_flex_wrap .profile_txt .profile_desc p {
  margin-bottom: 0.5em;
}
.page-interview-detail .section-article-profile .profile_flex_wrap .profile_txt .profile_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .page-interview-detail .section-article-profile .profile_flex_wrap .profile_txt .profile_desc {
    font-size: 1.6rem;
    padding: 0;
  }
}
.page-interview-detail .section-article-content {
  padding: calc(15vw - 50px) 0 18vw;
  background: #F2F5F5;
}

@media screen and (min-width: 980px) {
  .page-interview-detail .section-interview-header {
    padding: 150px 0 120px;
    background-image: url(/recruit/wp-content/themes/skillupRecruit/assets/img/interview/article_bg_pc.jpg);
  }
  .page-interview-detail .section-interview-header .section_wrapper {
    max-width: 60%;
    position: relative;
    z-index: 10;
  }
  .page-interview-detail .section-interview-header .section_wrapper .thumb_wrapper {
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .page-interview-detail .section-interview-header .section_wrapper .thumb_wrapper img {
    border-radius: 30px;
  }
  .page-interview-detail .section-interview-header .section_wrapper .article_header .article_ttl {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .page-interview-detail .section-interview-header .section_wrapper .article_header .header_lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-interview-detail .section-interview-header .section_wrapper .article_header .header_lower .date {
    margin-top: 0;
    font-size: 1.8rem;
  }
  .page-interview-detail .section-interview-header .section_wrapper .article_header .lead_description {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
  }
  .page-interview-detail .section-interview-header .section_wrapper .article_header .lead_description p {
    margin-bottom: 0.5em;
  }
  .page-interview-detail .section-interview-header .section_wrapper .article_header .lead_description p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 980px) and (min-width: 1100px) {
  .page-interview-detail .section-interview-header .section_wrapper .article_header .lead_description {
    font-size: 1.6rem;
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .page-interview-detail .section-interview-header .section_wrapper .article_header .lead_description a {
    color: inherit;
    text-decoration: underline;
  }
  .page-interview-detail .section-article-profile {
    padding: 80px 0;
  }
  .page-interview-detail .section-article-profile .profile_flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 80%;
    margin: 0 auto;
  }
  .page-interview-detail .section-article-profile .profile_flex_wrap .profile_img {
    width: 200px;
    margin: 0;
    margin-right: 60px;
  }
  .page-interview-detail .section-article-profile .profile_flex_wrap .profile_txt {
    width: calc(100% - 260px);
  }
  .page-interview-detail .section-article-profile .profile_flex_wrap .profile_txt .profile_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .page-interview-detail .section-article-content {
    padding: 40px 0 160px;
  }
  .page-interview-detail .section-article-content .section_inner {
    max-width: 60%;
    width: 60%;
    min-width: unset;
    margin: 0 auto;
  }
}
.page-404 .section-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 60px);
  margin-bottom: 0px;
}
.page-404 .section_inner_new .contact_ttl {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 400;
  font-size: 3.6rem;
  margin-bottom: 20px;
  text-align: center;
}
.page-404 .section_inner_new .contact_desc {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
.page-404 .section_inner_new .comp-admin-button {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .page-404 .section_inner_new .contact_ttl {
    font-size: 4.2rem;
    margin-bottom: 25px;
  }
  .page-404 .section_inner_new .contact_desc {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
  }
  .page-404 .section_inner_new .comp-admin-button {
    width: 90%;
    margin: 0 auto;
  }
}
/*########## コンポーネント ##########*/
/* 共通 */
.comp-link-button .button_item {
  margin-bottom: 10px;
}
.comp-link-button .button_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-link-button .button_item a, .comp-link-button .button_item .link {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  line-height: 50px;
  border-radius: 200px;
}
.comp-link-button .button_item a .txt, .comp-link-button .button_item .link .txt {
  width: 100%;
  font-size: 1.4rem;
  position: relative;
  z-index: 10;
  color: #fff;
}
.comp-link-button .button_item a .arrow, .comp-link-button .button_item .link .arrow {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.comp-link-button .button_item a .arrow .arrow_inner, .comp-link-button .button_item .link .arrow .arrow_inner {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
}
.comp-link-button .button_item a .arrow .arrow_inner::before, .comp-link-button .button_item .link .arrow .arrow_inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(/recruit/wp-content/themes/skillupRecruit/assets/img/common/arrow.svg);
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.comp-link-button .button_item a .arrow.left, .comp-link-button .button_item .link .arrow.left {
  display: none;
}
.comp-link-button .button_item a .arrow.right, .comp-link-button .button_item .link .arrow.right {
  right: 0;
}
.comp-link-button .button_item a.blue, .comp-link-button .button_item .link.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#666BFD), to(#04E3FD));
  background-image: linear-gradient(to right, #666BFD 0%, #04E3FD 100%);
}
.comp-link-button .button_item a.red, .comp-link-button .button_item .link.red {
  background-image: -webkit-gradient(linear, left top, right top, from(#FE970A), to(#FE6872));
  background-image: linear-gradient(to right, #FE970A 0%, #FE6872 100%);
}
.comp-link-button .button_item a.nobg, .comp-link-button .button_item .link.nobg {
  background-color: transparent;
  border: 1px solid #43434B;
}
.comp-link-button .button_item a.nobg .txt, .comp-link-button .button_item .link.nobg .txt {
  color: #43434B;
}
.comp-link-button .button_item a.nobg .arrow .arrow_inner::before, .comp-link-button .button_item .link.nobg .arrow .arrow_inner::before {
  background-image: url(/recruit/wp-content/themes/skillupRecruit/assets/img/common/arrow_gray.svg);
}
.comp-link-button .button_item a.vision, .comp-link-button .button_item .link.vision {
  background-color: white;
}
.comp-link-button .button_item a.vision .txt, .comp-link-button .button_item .link.vision .txt {
  color: #43434B;
}
.comp-link-button .button_item a.vision .arrow, .comp-link-button .button_item .link.vision .arrow {
  background-image: -webkit-gradient(linear, left top, right top, from(#FE970A), to(#FE6872));
  background-image: linear-gradient(to right, #FE970A 0%, #FE6872 100%);
}

@media screen and (min-width: 980px) {
  .comp-link-button .button_item {
    margin-bottom: 0;
  }
  .comp-link-button .button_item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .comp-link-button .button_item a, .comp-link-button .button_item .link {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    line-height: 50px;
    border-radius: 200px;
  }
  .comp-link-button .button_item a::before, .comp-link-button .button_item .link::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    border-radius: 200px;
  }
  .comp-link-button .button_item a .txt, .comp-link-button .button_item .link .txt {
    position: relative;
    z-index: 10;
    font-size: 1.6rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
  }
  .comp-link-button .button_item a .arrow, .comp-link-button .button_item .link .arrow {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
  }
  .comp-link-button .button_item a .arrow .arrow_inner, .comp-link-button .button_item .link .arrow .arrow_inner {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
  }
  .comp-link-button .button_item a .arrow .arrow_inner::before, .comp-link-button .button_item .link .arrow .arrow_inner::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(/recruit/wp-content/themes/skillupRecruit/assets/img/common/arrow.png);
    background-size: 50px;
    background-position: center left 0;
    background-repeat: no-repeat;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    will-change: background;
  }
  .comp-link-button .button_item a .arrow.left, .comp-link-button .button_item .link .arrow.left {
    display: block;
    left: 0;
  }
  .comp-link-button .button_item a .arrow.left .arrow_inner::before, .comp-link-button .button_item .link .arrow.left .arrow_inner::before {
    background-position: center left -50px;
  }
  .comp-link-button .button_item a .arrow.right, .comp-link-button .button_item .link .arrow.right {
    right: 0;
  }
  .comp-link-button .button_item a .arrow.right .arrow_inner::before, .comp-link-button .button_item .link .arrow.right .arrow_inner::before {
    background-position: center left 0px;
  }
  .comp-link-button .button_item a.blue, .comp-link-button .button_item .link.blue {
    background-image: -webkit-gradient(linear, right top, left top, from(#666BFD), to(#04E3FD));
    background-image: linear-gradient(to left, #666BFD 0%, #04E3FD 100%);
  }
  .comp-link-button .button_item a.blue::before, .comp-link-button .button_item .link.blue::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#666BFD), to(#04E3FD));
    background-image: linear-gradient(to right, #666BFD 0%, #04E3FD 100%);
  }
  .comp-link-button .button_item a.red, .comp-link-button .button_item .link.red {
    background-image: -webkit-gradient(linear, left top, right top, from(#FE970A), to(#FE6872));
    background-image: linear-gradient(to right, #FE970A 0%, #FE6872 100%);
  }
  .comp-link-button .button_item a.red::before, .comp-link-button .button_item .link.red::before {
    background-image: -webkit-gradient(linear, right top, left top, from(#FE970A), to(#FE6872));
    background-image: linear-gradient(to left, #FE970A 0%, #FE6872 100%);
  }
  .comp-link-button .button_item a.nobg, .comp-link-button .button_item .link.nobg {
    background-color: transparent;
    border: 1px solid #43434B;
  }
  .comp-link-button .button_item a.nobg .txt, .comp-link-button .button_item .link.nobg .txt {
    color: #43434B;
  }
  .comp-link-button .button_item a.nobg .arrow .arrow_inner::before, .comp-link-button .button_item .link.nobg .arrow .arrow_inner::before {
    background-image: url(/recruit/wp-content/themes/skillupRecruit/assets/img/common/arrow_gray.svg);
  }
  .comp-link-button .button_item a.vision, .comp-link-button .button_item .link.vision {
    background-color: white;
  }
  .comp-link-button .button_item a.vision .txt, .comp-link-button .button_item .link.vision .txt {
    color: #43434B;
  }
  .comp-link-button .button_item a.vision .arrow, .comp-link-button .button_item .link.vision .arrow {
    background-image: -webkit-gradient(linear, left top, right top, from(#FE970A), to(#FE6872));
    background-image: linear-gradient(to right, #FE970A 0%, #FE6872 100%);
  }
  .comp-link-button .button_item a:hover::before, .comp-link-button .button_item .link:hover::before {
    opacity: 1;
  }
  .comp-link-button .button_item a:hover .txt.align_left, .comp-link-button .button_item .link:hover .txt.align_left {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  .comp-link-button .button_item a:hover .arrow.left, .comp-link-button .button_item .link:hover .arrow.left {
    display: block;
    left: 0;
  }
  .comp-link-button .button_item a:hover .arrow.left .arrow_inner::before, .comp-link-button .button_item .link:hover .arrow.left .arrow_inner::before {
    background-position: center left 0px;
  }
  .comp-link-button .button_item a:hover .arrow.right, .comp-link-button .button_item .link:hover .arrow.right {
    right: 0;
  }
  .comp-link-button .button_item a:hover .arrow.right .arrow_inner::before, .comp-link-button .button_item .link:hover .arrow.right .arrow_inner::before {
    background-position: center left 50px;
  }
}
.comp-recruit-link-section {
  padding: 9vw 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#938FFE), to(#46ECFF));
  background-image: linear-gradient(to right, #938FFE 0%, #46ECFF 100%);
}
.comp-recruit-link-section .link_section_wrapper {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media screen and (min-width: 720px) {
  .comp-recruit-link-section .link_section_wrapper {
    width: 82%;
    max-width: 1590px;
  }
}
.comp-recruit-link-section .link_section_wrapper .link_ttl {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 35px;
}
.comp-recruit-link-section .link_section_wrapper .comp-link-button .button_item {
  margin-bottom: 25px;
}
.comp-recruit-link-section .link_section_wrapper .comp-link-button .button_item a {
  line-height: 45px;
}
.comp-recruit-link-section .link_section_wrapper .comp-link-button .button_item:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 980px) {
  .comp-recruit-link-section {
    padding: 60px 0;
  }
  .comp-recruit-link-section .link_section_wrapper {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 200px;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
  }
}
@media screen and (min-width: 980px) and (min-width: 720px) {
  .comp-recruit-link-section .link_section_wrapper {
    width: 82%;
    max-width: 1590px;
  }
}
@media screen and (min-width: 980px) {
  .comp-recruit-link-section .link_section_wrapper .link_ttl {
    font-size: 2.2rem;
    margin-bottom: 45px;
  }
  .comp-recruit-link-section .link_section_wrapper .comp-link-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .comp-recruit-link-section .link_section_wrapper .comp-link-button .button_item {
    width: 340px;
    margin: 0 30px;
  }
  .comp-recruit-link-section .link_section_wrapper .comp-link-button .button_item a {
    line-height: 50px;
  }
}
.comp-underpage-main {
  position: relative;
  width: 100%;
  height: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -20px;
}
.comp-underpage-main .underpage_ttl {
  position: relative;
  z-index: 10;
  width: 80%;
  background: #fff;
  border-radius: 200px;
  text-align: center;
  font-size: 1.8rem;
  padding: 12px 0;
  margin-top: 40px;
}
.comp-underpage-main .main_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comp-underpage-main .main_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 980px) {
  .comp-underpage-main {
    width: 100%;
    height: 31vw;
    margin-bottom: -60px;
  }
  .comp-underpage-main .underpage_ttl {
    width: 480px;
    font-size: 2.8rem;
    padding: 15px 0;
    margin-top: 30px;
  }
}
.comp-first-contents {
  position: relative;
  z-index: 20;
  padding: 13vw 0;
}
.comp-first-contents::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  background: #fff;
}
.comp-first-contents .inner_box {
  position: relative;
  z-index: 20;
}
.comp-first-contents.gray::before {
  background: #F2F5F5;
}

@media screen and (min-width: 980px) {
  .comp-first-contents {
    padding: 120px 0;
  }
  .comp-first-contents::before {
    border-radius: 60px 60px 0 0;
  }
}
.comp-section-related-article {
  padding: 0 0 15vw;
  background: #F2F5F5;
}
.comp-section-related-article .related_ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (min-width: 980px) {
  .comp-section-related-article {
    padding: 0 0 100px;
  }
  .comp-section-related-article .related_ttl {
    font-size: 2.4rem;
    margin-bottom: 80px;
  }
  .comp-section-related-article .comp-interview-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .comp-section-related-article .comp-interview-list.row01 .interview_item {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .comp-section-related-article .comp-interview-list.row01 .interview_item .interview_img {
    width: 50%;
  }
  .comp-section-related-article .comp-interview-list.row01 .interview_item .interview_txt {
    width: 50%;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-section-related-article .comp-interview-list.row01 .interview_item .interview_txt .interview_lower {
    width: calc(50% - 60px);
    left: unset;
    bottom: 30px;
    right: 30px;
  }
}
.comp-sp-recruit-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: transform;
}
.comp-sp-recruit-menu .comp-link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comp-sp-recruit-menu .comp-link-button .button_item {
  width: calc(50% - 5px);
  margin-bottom: 0;
}
.comp-sp-recruit-menu .comp-link-button .button_item:nth-last-of-type(1) {
  margin-right: 0;
}
.comp-sp-recruit-menu .comp-link-button .button_item a {
  line-height: 40px;
}
.comp-sp-recruit-menu .comp-link-button .button_item a .arrow .arrow_inner {
  height: 40px;
}
.comp-sp-recruit-menu.display {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 980px) {
  .comp-sp-recruit-menu {
    display: none;
  }
}
/* トップページ */
@-webkit-keyframes bgSlide {
  0% {
    background-position: center left 0px;
  }
  to {
    background-position: center left -1560vw;
  }
}
@keyframes bgSlide {
  0% {
    background-position: center left 0px;
  }
  to {
    background-position: center left -1560vw;
  }
}
@-webkit-keyframes bgSlidePc {
  0% {
    background-position: center left 0px;
  }
  to {
    background-position: center left -480vw;
  }
}
@keyframes bgSlidePc {
  0% {
    background-position: center left 0px;
  }
  to {
    background-position: center left -480vw;
  }
}
.comp-index-kv {
  width: 100%;
  height: 120vh;
}
.comp-index-kv .kv_img_wrap {
  position: relative;
  width: 100%;
  height: 120vh;
  background-repeat: repeat-x;
}
.comp-index-kv .kv_img_wrap::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  will-change: opacity;
}
.comp-index-kv .kv_img_wrap img {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: opacity 1s, -webkit-filter 1s;
  transition: opacity 1s, -webkit-filter 1s;
  transition: opacity 1s, filter 1s;
  transition: opacity 1s, filter 1s, -webkit-filter 1s;
  will-change: opacity, filter;
}
.comp-index-kv .kv_img_wrap img.display {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.comp-index-kv .kv_img_wrap.display {
  -webkit-animation: bgSlide 140s linear infinite;
          animation: bgSlide 140s linear infinite;
}
.comp-index-kv .kv_img_wrap.display::before {
  opacity: 0;
}
.comp-index-kv .comp-kv-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 980px) {
  .comp-index-kv {
    max-height: 66vw;
  }
  .comp-index-kv .kv_img_wrap {
    width: 100%;
    height: calc(100vh + 60px);
    max-height: calc(66vw + 60px);
  }
  .comp-index-kv .kv_img_wrap.display {
    -webkit-animation: bgSlidePc 90s linear infinite;
            animation: bgSlidePc 90s linear infinite;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes reverseloop {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes reverseloop {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes reverseloop2 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes reverseloop2 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.comp-kv-background {
  width: 100vw;
  position: relative;
  padding: 0;
  pointer-events: none;
}
.comp-kv-background .slider_box {
  margin-bottom: 5px;
}
.comp-kv-background .slider_box .simply-scroll-list {
  position: relative;
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.comp-kv-background .slider_box .simply-scroll-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  will-change: transform, filter;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.comp-kv-background .slider_box .simply-scroll-list ul:first-child {
  -webkit-animation: loop 400s -200s linear infinite;
          animation: loop 400s -200s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.comp-kv-background .slider_box .simply-scroll-list ul:nth-of-type(2) {
  -webkit-animation: loop2 400s linear infinite;
          animation: loop2 400s linear infinite;
}
.comp-kv-background .slider_box .simply-scroll-list ul ul + ul {
  -webkit-animation: loop2 400s linear infinite;
          animation: loop2 400s linear infinite;
}
.comp-kv-background .slider_box .simply-scroll-list ul li {
  min-width: 300vw;
  height: calc(var(--wHeightPx) * 1.2);
  margin-right: 0;
  border-radius: 0px;
}
@media screen and (min-width: 980px) {
  .comp-kv-background .slider_box .simply-scroll-list ul li {
    min-width: 180vh;
    height: calc(100vh + 60px);
    max-height: 66vw;
  }
}
.comp-kv-background .slider_box .simply-scroll-list ul li img {
  width: 100%;
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes reverseloop {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes reverseloop2 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.comp-image-slider {
  width: 100vw;
  position: relative;
  padding: 10px 0 0;
}
.comp-image-slider .slider_box {
  margin-bottom: 5px;
}
.comp-image-slider .slider_box .simply-scroll-list {
  position: relative;
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.comp-image-slider .slider_box .simply-scroll-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  will-change: transform, filter;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.comp-image-slider .slider_box .simply-scroll-list ul:first-child {
  -webkit-animation: reverseloop 80s -40s linear infinite;
          animation: reverseloop 80s -40s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.comp-image-slider .slider_box .simply-scroll-list ul:nth-of-type(2) {
  -webkit-animation: reverseloop2 80s linear infinite;
          animation: reverseloop2 80s linear infinite;
}
.comp-image-slider .slider_box .simply-scroll-list ul ul + ul {
  -webkit-animation: reverseloop2 80s linear infinite;
          animation: reverseloop2 80s linear infinite;
}
.comp-image-slider .slider_box .simply-scroll-list ul li {
  width: 80vw;
  margin-right: 5vw;
  border-radius: 20px;
}
@media screen and (min-width: 980px) {
  .comp-image-slider .slider_box .simply-scroll-list ul li {
    width: 460px;
    margin-right: 30px;
  }
}
.comp-image-slider .slider_box .simply-scroll-list ul li img {
  width: 100%;
  border-radius: 20px;
}

.comp-index-title hgroup .ttl_en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 3.4rem;
  line-height: 1.5;
  margin-bottom: 5px;
  text-indent: -0.05em;
}
.comp-index-title hgroup .ttl_jp {
  font-size: 1.6rem;
  font-weight: 500;
}
.comp-index-title .desc_wrapper {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-index-title .desc_wrapper p {
  margin-bottom: 0.5em;
}
.comp-index-title .desc_wrapper p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-index-title .desc_wrapper {
    font-size: 1.6rem;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .comp-index-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comp-index-title::before {
    display: block;
    content: "";
    position: absolute;
    right: -9vw;
    top: 30px;
    width: 0;
    height: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#666BFD), to(#04E3FD));
    background-image: linear-gradient(to right, #666BFD 0%, #04E3FD 100%);
    -webkit-transition: width 0.5s cubic-bezier(0.5, 1, 0.89, 1);
    transition: width 0.5s cubic-bezier(0.5, 1, 0.89, 1);
    will-change: width;
  }
  .comp-index-title hgroup .ttl_en {
    font-size: 6rem;
    margin-bottom: 5px;
  }
  .comp-index-title hgroup .ttl_jp {
    font-size: 2rem;
  }
  .comp-index-title .desc_wrapper {
    width: 50%;
    margin-top: 15px;
  }
  .effect2 .comp-index-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .effect2 .comp-index-title::before {
    width: 30%;
  }
}
.comp-service-list .service_item {
  margin-bottom: 5px;
}
.comp-service-list .service_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-service-list .service_item .service_ttl {
  position: relative;
  width: 90%;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(#666BFD), to(#04E3FD));
  background-image: linear-gradient(to right, #666BFD 0%, #04E3FD 100%);
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 0;
  margin: 0 auto;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.comp-service-list .service_item .service_ttl span {
  display: none;
}
.comp-service-list .service_item .service_img {
  border-radius: 5px;
}
.comp-service-list .service_item .service_img img {
  border-radius: 5px;
}
.comp-service-list .service_item.item01 .service_ttl {
  background-image: -webkit-gradient(linear, left top, right top, from(#666BFD), to(#04E3FD));
  background-image: linear-gradient(to right, #666BFD 0%, #04E3FD 100%);
}
.comp-service-list .service_item.item01 .service_img {
  border: 1px solid #625cff;
}
.comp-service-list .service_item.item02 .service_ttl {
  background-image: -webkit-gradient(linear, left top, right top, from(#018287), to(#00C286));
  background-image: linear-gradient(to right, #018287 0%, #00C286 100%);
}
.comp-service-list .service_item.item02 .service_img {
  border: 1px solid #00796E;
}
.comp-service-list .service_item.item03 .service_ttl {
  background-image: -webkit-gradient(linear, left top, right top, from(#21BEF7), to(#8ADEFA));
  background-image: linear-gradient(to right, #21BEF7 0%, #8ADEFA 100%);
}
.comp-service-list .service_item.item03 .service_img {
  border: 1px solid #00E8FF;
}

@media screen and (min-width: 980px) {
  .comp-service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comp-service-list .service_item {
    width: calc(50% - 15px);
    margin-bottom: 0px;
    text-align: center;
  }
  .comp-service-list .service_item:nth-last-of-type(1) {
    width: 100%;
    margin-bottom: 0px;
  }
  .comp-service-list .service_item .service_ttl {
    display: inline-block;
    position: relative;
    width: auto;
    border-radius: 200px;
    background-image: -webkit-gradient(linear, left top, right top, from(#666BFD), to(#04E3FD));
    background-image: linear-gradient(to right, #666BFD 0%, #04E3FD 100%);
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding: 15px 50px 17px;
    margin: 0 auto;
    -webkit-transform: translate(0, 70%);
            transform: translate(0, 70%);
  }
  .comp-service-list .service_item .service_ttl span {
    display: none;
  }
  .comp-service-list .service_item .service_img {
    border-radius: 20px;
  }
  .comp-service-list .service_item .service_img img {
    border-radius: 20px;
  }
}
.comp-index-link-section {
  position: relative;
  z-index: 10;
  padding: 16vw 0 22vw;
  border-radius: 20px 20px 0 0;
  margin-bottom: -20px;
}
.comp-index-link-section .section_wrapper {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  .comp-index-link-section .section_wrapper {
    width: 82%;
    max-width: 1590px;
  }
}
.comp-index-link-section .section_wrapper .comp-index-title {
  margin-bottom: 30px;
}
.comp-index-link-section .section_wrapper .comp-index-title hgroup .ttl_en {
  font-size: 2.8rem;
}
.comp-index-link-section .section_wrapper .comp-index-title hgroup .ttl_en.purple {
  color: #4A86FF;
}
.comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper {
  position: relative;
  margin-bottom: 15px;
}
.comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper .vision_link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper .vision_link .comp-link-button {
  display: block;
  position: absolute;
  width: 80%;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper .vision_link .comp-link-button .button_item {
  display: block;
}
.comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper .vision_link .comp-link-button .button_item .vision {
  display: block;
  text-align: left;
  text-indent: 20px;
}
.comp-index-link-section .section_wrapper .link_flex_wrapper .link_img {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.comp-index-link-section .section_wrapper .link_flex_wrapper .link_img.wide {
  width: 92vw;
}
.comp-index-link-section .section_wrapper .link_flex_wrapper .link_txt .link_desc {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
  margin-bottom: 30px;
}
.comp-index-link-section .section_wrapper .link_flex_wrapper .link_txt .link_desc p {
  margin-bottom: 0.5em;
}
.comp-index-link-section .section_wrapper .link_flex_wrapper .link_txt .link_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-index-link-section .section_wrapper .link_flex_wrapper .link_txt .link_desc {
    font-size: 1.6rem;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .comp-index-link-section {
    position: relative;
    z-index: 10;
    padding: 120px 0 180px;
    border-radius: 60px 60px 0 0;
    margin-bottom: -60px;
  }
  .comp-index-link-section .section_wrapper {
    max-width: 100%;
    width: 100%;
  }
  .comp-index-link-section .section_wrapper .comp-index-title {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 980px) and (min-width: 720px) {
  .comp-index-link-section .section_wrapper .comp-index-title {
    width: 82%;
    max-width: 1590px;
  }
}
@media screen and (min-width: 980px) {
  .comp-index-link-section .section_wrapper .comp-index-title hgroup .ttl_en {
    font-size: 6rem;
  }
  .comp-index-link-section .section_wrapper .vision_img_section {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 980px) and (min-width: 720px) {
  .comp-index-link-section .section_wrapper .vision_img_section {
    width: 82%;
    max-width: 1590px;
  }
}
@media screen and (min-width: 980px) {
  .comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper {
    width: calc(50% - 25px);
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper .vision_link {
    overflow: hidden;
  }
  .comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper .vision_link img {
    border-radius: 30px;
    -webkit-transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
    transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
    transition: transform 0.3s, filter 0.3s;
    transition: transform 0.3s, filter 0.3s, -webkit-transform 0.3s, -webkit-filter 0.3s;
  }
  .comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper .vision_link .comp-link-button {
    position: absolute;
    width: 280px;
    bottom: 25px;
    left: 0;
    right: 0;
  }
  .comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper .vision_link .comp-link-button .link {
    display: block;
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper .vision_link .comp-link-button .link .txt {
    display: block;
    text-indent: 20px;
  }
  .comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper .vision_link:hover {
    opacity: 1;
  }
  .comp-index-link-section .section_wrapper .vision_img_section .vision_img_wrapper .vision_link:hover img {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(105%);
            filter: brightness(105%);
  }
  .comp-index-link-section .section_wrapper .link_flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comp-index-link-section .section_wrapper .link_flex_wrapper .link_img {
    width: 58%;
    margin-bottom: 0px;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
  }
  .comp-index-link-section .section_wrapper .link_flex_wrapper .link_img.wide {
    width: 60%;
  }
  .comp-index-link-section .section_wrapper .link_flex_wrapper .link_txt {
    width: 35%;
    padding-left: 9vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-index-link-section .section_wrapper .link_flex_wrapper .link_txt .link_desc {
    line-height: 2.2;
    margin-bottom: 50px;
  }
  .comp-index-link-section .section_wrapper .link_flex_wrapper .link_txt .comp-link-button {
    max-width: 260px;
  }
  .comp-index-link-section .section_wrapper .link_flex_wrapper .link_txt .comp-link-button a {
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comp-index-link-section .section_wrapper .link_flex_wrapper .link_txt .comp-link-button a .txt {
    text-indent: 20px;
  }
}
/* 福利厚生 */
.comp-benefit-title {
  margin-bottom: 50px;
}
.comp-benefit-title .ttl_flex_wrap {
  position: relative;
}
.comp-benefit-title .ttl_flex_wrap::before {
  display: block;
  content: "";
  position: absolute;
  top: 18px;
  right: -9vw;
  width: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#666BFD), to(#04E3FD));
  background-image: linear-gradient(to right, #666BFD 0%, #04E3FD 100%);
  -webkit-transition: width 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: width 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: width;
}
.comp-benefit-title .ttl_flex_wrap .ttl {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
}
.comp-benefit-title .ttl_flex_wrap .desc_wrap {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-benefit-title .ttl_flex_wrap .desc_wrap p {
  margin-bottom: 0.5em;
}
.comp-benefit-title .ttl_flex_wrap .desc_wrap p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-benefit-title .ttl_flex_wrap .desc_wrap {
    font-size: 1.6rem;
    padding: 0;
  }
}
.comp-benefit-title .ttl_flex_wrap .desc_wrap span {
  display: block;
  color: #797979;
}

.effect2 .comp-benefit-title .ttl_flex_wrap::before {
  width: 100px;
}

@media screen and (min-width: 980px) {
  .comp-benefit-title {
    margin-bottom: 100px;
  }
  .comp-benefit-title .ttl_flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  .comp-benefit-title .ttl_flex_wrap::before {
    top: 15px;
    right: -9vw;
    height: 2px;
  }
  .comp-benefit-title .ttl_flex_wrap .ttl {
    width: 50%;
    font-size: 5rem;
    margin-bottom: 0px;
  }
  .comp-benefit-title .ttl_flex_wrap .desc_wrap {
    position: relative;
    width: 50%;
    margin-bottom: 10px;
  }
  .effect2 .comp-benefit-title .ttl_flex_wrap::before {
    width: calc(50% + 9vw);
  }
}
.comp-benefit-list {
  width: 90vw;
  margin-left: -3vw;
}
.comp-benefit-list .benefits_ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.comp-benefit-list .list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #4CABFF;
  border-bottom: 0px;
}
.comp-benefit-list .list_wrapper .list_item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #4CABFF;
}
.comp-benefit-list .list_wrapper .list_item.wide {
  width: 100%;
  border-right: 0px !important;
}
.comp-benefit-list .list_wrapper .list_item:nth-of-type(odd) {
  border-right: 1px solid #4CABFF;
}
.comp-benefit-list .list_wrapper .list_item .benefit_txt {
  padding: 15px;
}
.comp-benefit-list .list_wrapper .list_item .benefit_txt .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  margin-bottom: 15px;
}
.comp-benefit-list .list_wrapper .list_item .benefit_txt .ttl_wrap .benefit_ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.comp-benefit-list .list_wrapper .list_item .benefit_txt .ttl_wrap .benefit_ttl span {
  display: block;
  font-size: 1.2rem;
}
.comp-benefit-list .list_wrapper .list_item .benefit_txt .benefit_desc {
  font-size: 1.2rem;
  line-height: 1.78;
}
.comp-benefit-list.list01 .list_wrapper {
  border: 1px solid #4CABFF;
  border-bottom: 0px;
}
.comp-benefit-list.list01 .list_wrapper .list_item {
  border-bottom: 1px solid #4CABFF;
}
.comp-benefit-list.list01 .list_wrapper .list_item:nth-of-type(odd) {
  border-right: 1px solid #4CABFF;
}
.comp-benefit-list.list02 .list_wrapper {
  border: 1px solid #FFA259;
  border-bottom: 0px;
}
.comp-benefit-list.list02 .list_wrapper .list_item {
  border-bottom: 1px solid #FFA259;
}
.comp-benefit-list.list02 .list_wrapper .list_item:nth-of-type(odd) {
  border-right: 1px solid #FFA259;
}

@media screen and (min-width: 980px) {
  .comp-benefit-list {
    width: 100%;
    margin-left: 0;
  }
  .comp-benefit-list .benefits_ttl {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
  }
  .comp-benefit-list .list_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #4CABFF;
    border-right: 0px !important;
    border-bottom: 0px;
  }
  .comp-benefit-list .list_wrapper .list_item {
    width: 20%;
    border-right: 1px solid #4CABFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-benefit-list .list_wrapper .list_item.wide {
    width: 20%;
    border-right: 0px !important;
  }
  .comp-benefit-list .list_wrapper .list_item .benefit_txt {
    padding: 20px;
  }
  .comp-benefit-list .list_wrapper .list_item .benefit_txt .ttl_wrap {
    height: 55px;
    margin-bottom: 15px;
  }
  .comp-benefit-list .list_wrapper .list_item .benefit_txt .ttl_wrap .benefit_ttl {
    font-size: 2rem;
  }
  .comp-benefit-list .list_wrapper .list_item .benefit_txt .ttl_wrap .benefit_ttl span {
    font-size: 1.4rem;
  }
  .comp-benefit-list .list_wrapper .list_item .benefit_txt .benefit_desc {
    font-size: 1.4rem;
  }
  .comp-benefit-list.list02 .list_wrapper .list_item {
    border-right: 1px solid #FFA259 !important;
  }
}
.comp-workspace-feature .feature_item {
  margin-bottom: 40px;
}
.comp-workspace-feature .feature_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-workspace-feature .feature_item .feature_img {
  margin-bottom: 15px;
  border-radius: 10px;
}
.comp-workspace-feature .feature_item .feature_img img {
  border-radius: 10px;
}
.comp-workspace-feature .feature_item .feature_txt {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-workspace-feature .feature_item .feature_txt p {
  margin-bottom: 0.5em;
}
.comp-workspace-feature .feature_item .feature_txt p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-workspace-feature .feature_item .feature_txt {
    font-size: 1.6rem;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .comp-workspace-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-workspace-feature .feature_item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 75px;
  }
  .comp-workspace-feature .feature_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .comp-workspace-feature .feature_item:nth-last-of-type(1) {
    margin-bottom: 60px;
  }
  .comp-workspace-feature .feature_item .feature_img {
    margin-bottom: 25px;
    border-radius: 15px;
  }
  .comp-workspace-feature .feature_item .feature_img img {
    border-radius: 15px;
  }
}
.comp-number-graph .graph_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.comp-number-graph .graph_wrapper:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-number-graph .graph_wrapper .graph_ttl {
  width: 100%;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.comp-number-graph .graph_wrapper .graph_item {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.comp-number-graph .graph_wrapper .graph_item.half {
  width: calc(50% - 7.5px);
}
.comp-number-graph .graph_wrapper .graph_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-number-graph .graph_wrapper .graph_item .item_ttl {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  line-height: 1;
}
.comp-number-graph .graph_wrapper .graph_item .item_ttl span {
  position: relative;
  display: inline-block;
  padding: 10px 5px;
}
.comp-number-graph .graph_wrapper .graph_item .item_ttl span::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#666BFD), to(#04E3FD));
  background-image: linear-gradient(to right, #666BFD 0%, #04E3FD 100%);
}

@media screen and (min-width: 980px) {
  .comp-number-graph .graph_wrapper {
    margin-bottom: 80px;
  }
  .comp-number-graph .graph_wrapper:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .comp-number-graph .graph_wrapper .graph_ttl {
    width: 100%;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .comp-number-graph .graph_wrapper .graph_item {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  .comp-number-graph .graph_wrapper .graph_item.half_pc {
    width: calc(50% - 15px);
  }
  .comp-number-graph .graph_wrapper .graph_item.pc31 {
    width: calc(32% - 5px);
  }
  .comp-number-graph .graph_wrapper .graph_item.pc32 {
    width: calc(66% - 5px);
  }
  .comp-number-graph .graph_wrapper .graph_item.triple, .comp-number-graph .graph_wrapper .graph_item.triple_pc {
    width: calc(33% - 15px);
  }
  .comp-number-graph .graph_wrapper .graph_item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .comp-number-graph .graph_wrapper .graph_item .item_ttl {
    font-size: 2rem;
  }
  .comp-number-graph .graph_wrapper .graph_item .item_ttl span {
    padding: 15px;
  }
}
/* インタビュー */
.comp-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-category-list .category_item {
  margin-right: 5px;
  margin-bottom: 7px;
}
.comp-category-list .category_item a {
  display: block;
  border: 1px solid #d8d8d8;
  padding: 6px 10px;
  border-radius: 200px;
  color: inherit;
  font-size: 1.2rem;
  background: #fff;
}
.comp-category-list .category_item a span {
  color: #4A86FF;
}
.comp-category-list .category_item a.active {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#666BFD), to(#04E3FD));
  background-image: linear-gradient(to right, #666BFD 0%, #04E3FD 100%);
  pointer-events: none;
}
.comp-category-list .category_item a.active span {
  color: #fff;
}

@media screen and (min-width: 980px) {
  .comp-category-list .category_item {
    margin-right: 7px;
    margin-bottom: 10px;
  }
  .comp-category-list .category_item a {
    padding: 8px 15px;
    font-size: 1.4rem;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    will-change: background;
  }
  .comp-category-list .category_item a:hover {
    background: #d8d8d8;
  }
}
.comp-interview-list .interview_item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 2px 5px 6px 2px rgba(67, 67, 75, 0.2);
          box-shadow: 2px 5px 6px 2px rgba(67, 67, 75, 0.2);
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.comp-interview-list .interview_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-interview-list .interview_item .interview_img a {
  display: block;
}
.comp-interview-list .interview_item .interview_img a img {
  width: 100%;
}
.comp-interview-list .interview_item .interview_txt {
  padding: 20px 15px;
}
.comp-interview-list .interview_item .interview_txt .comp-category-list {
  margin-bottom: 5px !important;
}
.comp-interview-list .interview_item .interview_txt .interview_ttl {
  padding: 0 3px;
}
.comp-interview-list .interview_item .interview_txt .interview_ttl a {
  font-size: 1.8rem;
  line-height: 1.5;
  color: inherit;
}
.comp-interview-list .interview_item .interview_txt .interview_lower {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-interview-list .interview_item .interview_txt .interview_lower .date {
  font-size: 1.4rem;
  color: #969696;
}
.comp-interview-list .interview_item .interview_txt .interview_lower .link_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  color: inherit;
}
.comp-interview-list .interview_item .interview_txt .interview_lower .link_button a .txt {
  padding-right: 7px;
  margin-bottom: 2px;
}
.comp-interview-list .interview_item .interview_txt .interview_lower .link_button a .arrow {
  position: relative;
  width: 20px;
  height: 18px;
}
.comp-interview-list .interview_item .interview_txt .interview_lower .link_button a .arrow::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(/recruit/wp-content/themes/skillupRecruit/assets/img/common/arrow_purple.svg);
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.comp-interview-list .interview_item::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#666BFD), to(#04E3FD));
  background-image: linear-gradient(to right, #666BFD 0%, #04E3FD 100%);
}

@media screen and (min-width: 980px) {
  .comp-interview-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-interview-list .interview_item {
    width: 31%;
    margin-right: 3.5%;
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
  .comp-interview-list .interview_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .comp-interview-list .interview_item:nth-last-of-type(1) {
    margin-bottom: 50px;
  }
  .comp-interview-list .interview_item .interview_img a {
    display: block;
    overflow: hidden;
  }
  .comp-interview-list .interview_item .interview_img a img {
    -webkit-transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
    transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
    transition: transform 0.3s, filter 0.3s;
    transition: transform 0.3s, filter 0.3s, -webkit-transform 0.3s, -webkit-filter 0.3s;
    will-change: transform, filter;
  }
  .comp-interview-list .interview_item .interview_img a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.95);
            filter: brightness(0.95);
  }
  .comp-interview-list .interview_item .interview_txt {
    padding: 20px 15px;
  }
  .comp-interview-list .interview_item .interview_txt .comp-category-list {
    margin-bottom: 5px !important;
  }
  .comp-interview-list .interview_item .interview_txt .comp-category-list .category_item a {
    font-size: 1.2rem;
  }
  .comp-interview-list .interview_item .interview_txt .interview_ttl {
    padding: 0 3px;
  }
  .comp-interview-list .interview_item .interview_txt .interview_ttl a {
    font-size: 1.8rem;
    line-height: 1.5;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    will-change: color;
  }
  .comp-interview-list .interview_item .interview_txt .interview_ttl a:hover {
    color: #4A86FF;
  }
  .comp-interview-list .interview_item .interview_txt .interview_lower {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comp-interview-list .interview_item .interview_txt .interview_lower .date {
    font-size: 1.4rem;
    color: #969696;
  }
  .comp-interview-list .interview_item .interview_txt .interview_lower .link_button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    will-change: color;
  }
  .comp-interview-list .interview_item .interview_txt .interview_lower .link_button a .txt {
    padding-right: 7px;
    margin-bottom: 2px;
  }
  .comp-interview-list .interview_item .interview_txt .interview_lower .link_button a .arrow {
    position: relative;
    width: 24px;
    height: 18px;
  }
  .comp-interview-list .interview_item .interview_txt .interview_lower .link_button a .arrow::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(/recruit/wp-content/themes/skillupRecruit/assets/img/common/arrow_purple.png);
    background-size: 24px;
    background-position: center left 0px;
    background-repeat: repeat-x;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    will-change: background;
  }
  .comp-interview-list .interview_item .interview_txt .interview_lower .link_button a:hover {
    color: #4A86FF;
  }
  .comp-interview-list .interview_item .interview_txt .interview_lower .link_button a:hover .arrow::before {
    background-position: center left 24px;
  }
  .comp-interview-list .interview_item::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#666BFD), to(#04E3FD));
    background-image: linear-gradient(to right, #666BFD 0%, #04E3FD 100%);
  }
}
.comp-article-contents .article_item.border {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d8d8d8;
}
.comp-article-contents h2 {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 15px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.comp-article-contents h2::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666BFD), to(#04E3FD));
  background-image: linear-gradient(to bottom, #666BFD 0%, #04E3FD 100%);
}
.comp-article-contents .img_wrap {
  margin-bottom: 25px;
}
.comp-article-contents .img_wrap .caption {
  color: #797979;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 15px;
}
.comp-article-contents .desc_wrap {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-article-contents .desc_wrap p {
  margin-bottom: 0.5em;
}
.comp-article-contents .desc_wrap p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .comp-article-contents .desc_wrap {
    font-size: 1.6rem;
    padding: 0;
  }
}
.comp-article-contents .desc_wrap a {
  color: inherit;
  text-decoration: underline;
}
.comp-article-contents .desc_wrap.quote {
  background: #fff;
  padding: 20px;
  margin: 25px 0;
}
.comp-article-contents h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 15px;
}

@media screen and (min-width: 980px) {
  .comp-article-contents .article_item.border {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .comp-article-contents h2 {
    position: relative;
    font-size: 3rem;
    padding-left: 25px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .comp-article-contents .img_wrap {
    margin-bottom: 40px;
  }
  .comp-article-contents .img_wrap .caption {
    font-size: 1.3rem;
    margin-top: 20px;
  }
  .comp-article-contents .desc_wrap.quote {
    padding: 30px;
    margin: 40px 0;
  }
  .comp-article-contents h3 {
    font-size: 2.2rem;
    margin-top: 60px;
    margin-bottom: 15px;
  }
}
.comp-pager {
  margin: 60px auto 0;
  max-width: 400px;
}
@media screen and (min-width: 980px) {
  .comp-pager {
    margin-top: 80px;
  }
}
.comp-pager .comp_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comp-pager .comp_inner .link {
  width: 25%;
  text-align: center;
  color: inherit;
  background: #fff;
  font-size: 1.4rem;
  height: 50px;
  line-height: 52px;
  border-radius: 200px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.comp-pager .comp_inner .link:hover {
  opacity: 0.75;
}
.comp-pager .comp_inner .link span {
  display: inline-block;
  position: relative;
}
.comp-pager .comp_inner .link span::after {
  display: block;
  content: "";
  top: 2px;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #43434B;
  border-right: 1px solid #43434B;
}
.comp-pager .comp_inner .link.previous span {
  padding-left: 12px;
}
.comp-pager .comp_inner .link.previous span::after {
  left: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.comp-pager .comp_inner .link.next span {
  padding-right: 12px;
}
.comp-pager .comp_inner .link.next span::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.comp-pager .comp_inner .pager_select {
  width: 44%;
  margin: 0 3%;
  background-image: -webkit-gradient(linear, left top, right top, from(#666BFD), to(#04E3FD));
  background-image: linear-gradient(to right, #666BFD 0%, #04E3FD 100%);
  height: 50px;
  line-height: 50px;
  border-radius: 200px;
  position: relative;
}
.comp-pager .comp_inner .pager_select .pager_select_label {
  text-align: center;
  height: 50px;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.comp-pager .comp_inner .pager_select .pager_select_label .label_divider {
  display: inline-block;
  padding: 0 0.1em;
}
.comp-pager .comp_inner .pager_select .pager_select_label .label_arrow {
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/recruit/wp-content/themes/skillupRecruit/assets/img/common/select_caret.svg);
  -webkit-filter: brightness(1000);
          filter: brightness(1000);
}
.comp-pager .comp_inner .pager_select select {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.comp-sns-share {
  margin-top: 60px;
}
.comp-sns-share .share_ttl {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}
.comp-sns-share .sns_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comp-sns-share .sns_wrapper .sns_item {
  width: 45px;
  margin-right: 20px;
}
.comp-sns-share .sns_wrapper .sns_item:nth-last-of-type(1) {
  margin-right: 0;
}

@media screen and (min-width: 980px) {
  .comp-sns-share {
    margin-top: 100px;
  }
  .comp-sns-share .share_ttl {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
  }
  .comp-sns-share .sns_item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  .comp-sns-share .sns_item a:hover {
    opacity: 0.75;
  }
}
/* よくある質問 */
.comp-faq-contents .item_wrap {
  margin-bottom: 50px;
}
.comp-faq-contents .item_wrap:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-faq-contents .item_wrap .ttl_h3 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.comp-faq-contents .item_wrap .toggle_item {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.2s, color 0.2s;
  transition: height 0.2s, color 0.2s;
  will-change: height, color;
  min-height: 55px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 7px;
}
.comp-faq-contents .item_wrap .toggle_item::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#666BFD), to(#04E3FD));
  background-image: linear-gradient(to right, #666BFD 0%, #04E3FD 100%);
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  will-change: opacity;
}
.comp-faq-contents .item_wrap .toggle_item .toggle_button {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 15px 40px;
  font-family: inherit;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: inherit;
  line-height: 1.5;
  text-align: left;
  background: transparent;
  border: solid 0px #d8d8d8;
}
.comp-faq-contents .item_wrap .toggle_item .toggle_button::before {
  display: block;
  content: "Q.";
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #6D66FE;
  font-size: 1.6rem;
  top: 14px;
  left: 15px;
  margin: auto;
  width: 15px;
  height: 15px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  will-change: color;
}
.comp-faq-contents .item_wrap .toggle_item .toggle_button::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  top: 0;
  right: 20px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #6D66FE;
  border-right: 1px solid #6D66FE;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: border 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, transform 0.3s;
  transition: border 0.3s, transform 0.3s, -webkit-transform 0.3s;
  will-change: border, transform;
}
.comp-faq-contents .item_wrap .toggle_item .toggle_contents {
  position: relative;
  z-index: 10;
}
.comp-faq-contents .item_wrap .toggle_item .toggle_contents .contents_inner {
  padding: 0px 20px 15px;
  position: relative;
  line-height: 1.8;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.comp-faq-contents .item_wrap .toggle_item .toggle_contents .contents_inner p span {
  display: block;
  margin-bottom: 0.75em;
}
.comp-faq-contents .item_wrap .toggle_item .toggle_contents .contents_inner p span:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-faq-contents .item_wrap .toggle_item .toggle_contents .contents_inner p a {
  color: inherit;
  text-decoration: underline;
}
.comp-faq-contents .item_wrap .toggle_item.active {
  color: #fff;
}
.comp-faq-contents .item_wrap .toggle_item.active::before {
  opacity: 1;
}
.comp-faq-contents .item_wrap .toggle_item.active .toggle_button::before {
  color: #fff;
}
.comp-faq-contents .item_wrap .toggle_item.active .toggle_button::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 720px) {
  .comp-faq-contents {
    max-width: 820px;
    margin: 0 auto;
  }
  .comp-faq-contents .item_wrap {
    margin-bottom: 80px;
  }
  .comp-faq-contents .item_wrap .ttl_h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .comp-faq-contents .item_wrap .toggle_item {
    margin-bottom: 12px;
  }
  .comp-faq-contents .item_wrap .toggle_item .toggle_button {
    font-size: 1.6rem;
    cursor: pointer;
  }
  .comp-faq-contents .item_wrap .toggle_item .toggle_button::before {
    font-size: 1.6rem;
  }
  .comp-faq-contents .item_wrap .toggle_item .toggle_button::after {
    width: 12px;
    height: 12px;
    bottom: 4px;
  }
  .comp-faq-contents .item_wrap .toggle_item .toggle_contents {
    position: relative;
    z-index: 10;
  }
  .comp-faq-contents .item_wrap .toggle_item .toggle_contents .contents_inner {
    padding: 0px 20px 15px;
    font-size: 1.5rem;
  }
}