
/* 全体設定
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400&display=swap');

body {
  font-family: 'Noto Sans JP', Arial,Helvetica, "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #333;
  font-weight: 400;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

/* 色の設定
------------------------------------------------------------*/
:root {
  --entry-color-01: #ff0054;
  --entry-color-02: #ff5c04;
  --site-color-01: #008f09;
  --site-color-02: #60cc56;
  --site-subcolor-01: #c9eec6;
  --site-subcolor-02: #e1f9df;
  --interview-color-01: #ffa200;
  --interview-color-02: #f5c342;
}


------------------------------------------------------------*/

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.printBox {
  display: none;
}

.noscript {
  z-index: 999999;
  position: fixed;
  top: 100px;
  text-align: center;
  width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  /* text-align: inherit; */
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  transition: opacity .3s ease;
}

a:hover, a:active {
  outline: none;
  text-decoration: none;
  color: #000;
  opacity: 0.7;
  transition: opacity .3s ease;
}

p {
  font-size: 16px;
  margin-bottom: 10px;
}

img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}
img.img_insert_left {
  float: left;
  margin: 0 30px 40px 0;
  width: 200px;
}
img.img_insert_right {
  float: right;
  margin: 0 30px 40px 40px;
  width: 300px;
}
.text-small {
  font-size: 12px;
  line-height: 1.6;
}
.text-large {
  font-size: 20px;
  line-height: 1.6;
}
.text-bold {
  font-weight: 700;
}
.text-b-mr40 {
  padding-bottom: 40px;
}
.text-center {
  text-align: center;
}
.text-center-pc {
  text-align: center;
}
.text-right {
  text-align: right;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
strong {
  font-weight: bold;
}
em {
  color: #f31e34;
  font-style: normal;

}
sup {
  font-size: 0.6em;
}
.text-centerBox{
  text-align: center;
}
ul.disc {
}
ul.disc li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
ul.disc li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0.8em;
}

ol.ol_type01 {
  margin: 0 0 30px 0;
}
ol.ol_type01 li {
  margin: 0 0 20px 0;
  padding-left: 2.5em;
  text-indent: -1.5em;
}

dl.faq {
}
dl.faq dt {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  margin: 0 0 20px 0;
  line-height: 1.6;
}
dl.faq dt:before {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  top: -15px;
  color: var(--site-color-01);
  font-size: 36px;
  font-family: "Roboto", sans-serif;
}
dl.faq dd {
  position: relative;
  padding-left: 40px;
  margin: 0 0 50px 0;
}
dl.faq dd:before {
  content: "A";
  display: block;
  position: absolute;
  left: 0;
  top: -15px;
  color: #ff5c04;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
}

dl.dl_type01 {
}
dl.dl_type01 dt {
  position: relative;
  padding-left: 50px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
dl.dl_type01 dt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .9em;
  width: 40px;
  height: 2px;
  background: linear-gradient(to right,  var(--site-color-01) 0%,var(--site-color-02) 100%);

}
dl.dl_type01 dd {
  margin-bottom: 40px;
}


.flex_type01 {
  display: flex;
}
.flex_type02 {
  display: flex;
  justify-content: space-between;
}
.flex_type03 {
  display: flex;
  justify-content: space-around;
}
.flex_type04 {
  display: flex;
  justify-content: center;
}
.flex_type05 {
  display: flex;
  justify-content: flex-end;
}
.flex_type01_sp {
  display: flex;
}
.flex_type02_sp {
  display: flex;
  justify-content: space-between;
}
.flex_type03_sp {
  display: flex;
  justify-content: space-around;
}
.flex_type04_sp {
  display: flex;
  justify-content: center;
}
.flex_type05_sp {
  display: flex;
  justify-content: flex-end;
}
.flex_wrap {
  flex-wrap: wrap;
}
.flex_center {
  align-content: center;
}

@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #000;
}
}

.scroll-prevent-pc {
  overflow: hidden;
}
.spacer30 {
  padding-top: 30px;
}
.spacer50 {
  padding-top: 50px;
}

.note {
  text-indent: -1em;
  margin-left: 1em;
  color: #666666;
  text-align: left;
}
.attention {
  font-weight: 700;
  color: red;
}
.h2_type01 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 70px 0 30px 0;
}
.h2_type01 span {
  font-size: 20px;
  display: block;
  background: linear-gradient(to bottom,  var(--site-color-01) 0%,var(--site-color-02) 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
}

.h2_type02 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 30px 0;
  position: relative;
}
.h2_type02:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, var(--site-color-01) 0%,var(--site-color-02) 100%);
}
.h2_type03 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px 0;
  color: #666666;
}
.h2_type03 span {
  color: #f67070;
  font-size: 32px;
}

.h3_type01 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.h4_type01 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.cvBtn_01,
.cvBtn_02 {
  width: 270px;
  position: relative;
  overflow: hidden;
}
.cvBtn_01 {
  margin-right: 20px;
}
.cvBtn_01 a,
.cvBtn_02 a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  z-index: 99;
}
.cvBtn_01 a:hover,
.cvBtn_02 a:hover {
  opacity: 1;
}
.cvBtn_01::after,
.cvBtn_02::after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s top ease;
}
.cvBtn_01::after {
  background: linear-gradient(to bottom,  var(--entry-color-01) 0%,var(--entry-color-02) 50%, var(--entry-color-01) 100%);
}
.cvBtn_02::after {
  background: linear-gradient(to bottom,  var(--site-color-01) 0%,var(--site-color-02) 50%, var(--site-color-01) 100%);
}
.cvBtn_01:hover::after,
.cvBtn_02:hover::after {
  top: -60px;
  transition: .3s top ease;
}



/* headerArea
------------------------------------------------------------*/
.headerArea {
  padding: 20px;
  border-bottom: 2px solid #dfdfdf;
}
.headerArea .sitename {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}
.headerArea .roboto {
  font-size: 55px;
  vertical-align: -3px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}
.headerArea .deco {
  display: inline-block;
  padding: 0 10px 2px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  background: #000;
  margin-left: 20px;
  line-height: 1.4;
  vertical-align: 7px;
}



.headerArea .jobList {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 700;
}
.headerArea .jobList span {
  display: inline-block;
  padding: 0 10px 2px;
  font-weight: 500;
  color: #fff;
  background: #000;
  margin-right: 25px;
  line-height: 1.4;
  vertical-align: bottom;
  position: relative;
}
.headerArea .jobList span:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #000;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.headerArea .jobList a {
  display: inline-block;
}
.headerArea .jobList a:hover {
  color: var(--site-color-01);
}

.headerArea .menuBtn--sp {
  display: none;
}
.menuBox--sp {
  display: none;
}

/* globalMenu
------------------------------------------------------------*/
.globalMenu {
  max-width: 1400px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  font-size: 20px;
}
.globalMenu li {
}
.globalMenu li a {
  display: block;
  padding: 20px;
  font-weight: 700;
}
.globalMenu li a:hover {
  color: var(--site-color-01);
}
.globalMenu li.is-active a {
  color: var(--site-color-01);
}


/* kvArea
------------------------------------------------------------*/
.kvArea {
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.kvArea .topMenu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 4px 0 50px 0;
}
.kvArea .topMenu li {
  width: calc((100% / 4) - 3px);
  position: relative;
  overflow: hidden;
}
.kvArea .topMenu li::after {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  background: linear-gradient(to bottom, var(--site-color-01) 0%, var(--site-color-02) 50%, var(--site-color-01) 100%);
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s top ease;
}
.kvArea .topMenu li:hover::after {
  top: -100%;
  transition: .3s top ease;
}
.kvArea .topMenu li a {
  display: block;
  width: 100%;
  padding: 45px 0;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-align: center;
  z-index: 99;
}
.kvArea .topMenu li a:hover {
  opacity: 1;
}
.kvArea .topMenu li a img {
  width: 24px;
  margin-right: 5px;
  vertical-align: -2px;
}
.kvArea .newsBox {
  display: flex;
  width: 100%;
  background: linear-gradient(to right,  var(--site-subcolor-01) 0%,var(--site-subcolor-02) 100%);
  padding: 30px 100px;
  margin: 0;
}
.kvArea .newsBox .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  height: 55px;
  margin-right: 40px;
  background: linear-gradient(to bottom,  var(--site-color-01) 0%,var(--site-color-02) 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
}
.kvArea .newsBox .date {
  font-weight: 700;
  line-height: 60px;
  height: 60px;
  margin-right: 20px;
}
.kvArea .newsBox .text {
  line-height: 60px;
  height: 60px;
}







/* 共通
------------------------------------------------------------*/

.kvArea--lower {
  position: relative;
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto 100px;
}
.kvArea--lower h1 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 300px;
  height: 300px;
  width: 100%;
  text-align: center;
}


.entryBox .cvBtn_01 {
  width: 700px;
  margin: 100px auto;
  position: relative;
  overflow: hidden;
}
.entryBox .cvBtn_01 a {
  display: block;
  height: 150px;
  line-height: 150px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  z-index: 99;
}
.entryBox .cvBtn_01 a:hover {
  opacity: 1;
}
.entryBox .cvBtn_01::after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s top ease;
}
.entryBox .cvBtn_01::after {
  background: linear-gradient(to bottom,  var(--entry-color-01) 0%,var(--entry-color-02) 50%, var(--entry-color-01) 100%);
}
.entryBox .cvBtn_01:hover::after {
  top: -100px;
  transition: .3s top ease;
}




.nextLink {
  text-align: center;
}
.nextLink a {
  font-size: 20px;
  border-bottom: 1px solid #000;
}
.nextLink a:hover {
  border-bottom: 1px solid transparent;
}




/* contentsArea
------------------------------------------------------------*/
.contentsArea {
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.contentsArea .companyArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contentsArea .companyArea .companyBox {
  display: block;
  width: calc((100% / 2) - 25px);
  margin-bottom: 50px;
}
.contentsArea .companyArea .companyBox:hover {
  color: var(--site-color-01);
}
.contentsArea .companyArea .companyBox .img {
  margin-bottom: 20px;
}
.contentsArea .companyArea .companyBox .title {
  font-size: 22px;
  font-weight: 700;
}
.contentsArea .companyArea .companyBox .text {
}

.contentsArea .otherLinkArea {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.contentsArea .otherLinkArea .linkBox {
  display: block;
  width: 440px;
  background: #000;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 0 25px;
  padding: 10px 0;
}
.contentsArea .otherLinkArea .linkBox img {
  width: 22px;
  vertical-align: -2px;
}




.contentsArea .recruitList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contentsArea .recruitList .recruitBox {
  width: calc((100% / 2) - 50px);
  margin-bottom: 80px;
}
.contentsArea .recruitList .recruitBox .img {
  margin-bottom: 20px;
}
.contentsArea .recruitList .recruitBox .text {
  margin-bottom: 10px;
}
.contentsArea .recruitList .recruitBox .link {
  border-bottom: 1px solid #000;
  display: inline-block;
}
.contentsArea .recruitList .recruitBox a:hover .link {
  border-bottom: 1px solid transparent;
}

.contentsArea .column-2-Area {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.contentsArea .column-2-Area.no-reverse {
  flex-direction: unset;
}
.contentsArea .column-2-Box {
  width: calc((100% / 2) - 50px);
  margin-bottom: 80px;
}

.contentsArea .interviewBox {
  margin-bottom: 100px;
}
.contentsArea .interviewBox .name {
  font-size: 42px;
  font-weight: 700;
  margin: 20px 0 30px;
}
.contentsArea .interviewBox .name .size01 {
  font-size: 16px;
}
.contentsArea .interviewBox .name .size02 {
  font-size: 20px;
}


.interviewBox .cvBtn_01 {
  width: 700px;
  margin: 100px auto;
  position: relative;
  overflow: hidden;
}
.interviewBox .cvBtn_01 .imgBox {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 110px;
}
.interviewBox .cvBtn_01 a {
  display: block;
  height: 150px;
  line-height: 150px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  z-index: 99;
}
.interviewBox .cvBtn_01 a:hover {
  opacity: 1;
}
.interviewBox .cvBtn_01::after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s top ease;
}
.interviewBox .cvBtn_01::after {
  background: linear-gradient(to bottom,  var(--interview-color-01) 0%,var(--interview-color-02) 50%, var(--interview-color-01) 100%);
}
.interviewBox .cvBtn_01:hover::after {
  top: -100px;
  transition: .3s top ease;
}


/* footerArea
------------------------------------------------------------*/

.footerArea {
  margin: 50px 0 0;
  padding: 70px 0 100px;
  text-align: center;
  background: linear-gradient(to right,  var(--site-subcolor-01) 0%,var(--site-subcolor-02) 100%);
}

.footerArea small {
  font-size: 12px;
}
.footerArea .inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.footerArea .logoBox {
  display: block;
  width: 112px;
  margin: 70px auto 40px;
}
.footerArea .globalMenu--sp {
  display: none;
}




/* pageTop
------------------------------------------------------------*/

.pageTop {
  width: 78px;
  height: 78px;
  border-radius: 39px;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 10px;
  transition: .3s bottom ease;
}
.pageTop:hover {
  bottom: 20px;
  transition: .3s bottom ease;
}






/* 中間レイアウト
-----------------------------------------------*/

@media screen and (max-width:1380px) {

  .cvBtn_01,
  .cvBtn_02 {
    width: 18vw;
  }
  .cvBtn_01 a,
  .cvBtn_02 a {
    height: 4vw;
    line-height: 4vw;
    font-size: 1.4vw;
  }
  .cvBtn_01::after,
  .cvBtn_02::after {
    height: 8vw;
  }
  .cvBtn_01:hover::after,
  .cvBtn_02:hover::after {
    top: -4vw;
  }

  .headerArea .sitename {
    font-size: 3.2vw;
  }
  .headerArea .roboto {
    font-size: 4vw;
  }
  .headerArea .deco {
    padding: 0 1vw .2vw;
    font-size: 1.6vw;
    vertical-align: .7vw;
  }
  .headerArea .jobList {
    font-size: 1.2vw;
    margin-top: 20px;
  }
  .headerArea .jobList span {
    padding: 0 1vw .2vw;
    margin-right: 2.5vw;
  }
  .headerArea .jobList span:after {
    width: 1.3vw;
    height: 1.3vw;
    right: -.65vw;
  }

}



@media screen and (max-width:1280px) {


  body {
    font-size: 1.4vw;
    line-height: 1.8;
    letter-spacing: 2px;
  }

  p {
    font-size: 1.4vw;
    margin-bottom: 1vw;
  }
  img {
    width: 100%;
  }
  .text-small {
    font-size: 1.2vw;
    line-height: 1.6;
  }
  .text-large {
    font-size: 2vw;
    line-height: 1.6;
  }
  ul.disc {
  }
  ul.disc li {
    padding-left: 1.5vw;
    position: relative;
    margin-bottom: 1vw;
  }
  ul.disc li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0.8em;
  }

  ol.ol_type01 {
    margin: 0 0 3vw 0;
  }
  ol.ol_type01 li {
    margin: 0 0 2vw 0;
    padding-left: 2.5em;
    text-indent: -1.5em;
  }


  dl.faq {
  }
  dl.faq dt {
    position: relative;
    padding-left: 4vw;
    font-size: 2vw;
    margin: 0 0 2vw 0;
    line-height: 1.6;
  }
  dl.faq dt:before {
    content: "Q";
    display: block;
    position: absolute;
    left: 0;
    top: -1.5vw;
    color: var(--site-color-01);
    font-size: 3.6vw;
    font-family: "Roboto", sans-serif;
  }
  dl.faq dd {
    position: relative;
    padding-left: 4vw;
    margin: 0 0 5vw 0;
  }
  dl.faq dd:before {
    content: "A";
    display: block;
    position: absolute;
    left: 0;
    top: -1.5vw;
    color: #ff5c04;
    font-size: 3.6vw;
    font-family: "Roboto", sans-serif;
  }

  dl.dl_type01 {
  }
  dl.dl_type01 dt {
    position: relative;
    padding-left: 5vw;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 1.5vw;
  }
  dl.dl_type01 dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .9em;
    width: 4vw;
    height: 2px;
    background: linear-gradient(to right,  var(--site-color-01) 0%,var(--site-color-02) 100%);

  }
  dl.dl_type01 dd {
    margin-bottom: 4vw;
  }


  .spacer30 {
    padding-top: 3vw;
  }
  .spacer50 {
    padding-top: 5vw;
  }

  .h2_type01 {
    font-size: 3.2vw;
    font-weight: 700;
    text-align: center;
    margin: 6vw 0 2vw 0;
  }
  .h2_type01 span {
    font-size: 1.8vw;
  }

  .h2_type02 {
    font-size: 2.8vw;
    font-weight: 700;
    margin: 0 0 3vw 0;
    position: relative;
  }
  .h2_type02:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--site-color-01) 0%,var(--site-color-02) 100%);
  }
  .h3_type01 {
    font-size: 2.2vw;
    font-weight: 700;
    margin: 0 0 1vw 0;
  }
  .h4_type01 {
    font-size: 1.6vw;
    font-weight: 700;
    margin: 0 0 .5vw 0;
  }

  .cvBtn_01,
  .cvBtn_02 {
    width: 17vw;
  }
  .cvBtn_01 a,
  .cvBtn_02 a {
    height: 4vw;
    line-height: 4vw;
    font-size: 1.4vw;
  }
  .cvBtn_01::after,
  .cvBtn_02::after {
    height: 8vw;
  }
  .cvBtn_01:hover::after,
  .cvBtn_02:hover::after {
    top: -4vw;
  }


  /* headerArea
  ------------------------------------------------------------*/
  .headerArea .sitename {
    font-size: 3.2vw;
  }
  .headerArea .roboto {
    font-size: 4vw;
  }
  .headerArea .deco {
    padding: 0 1vw .2vw;
    font-size: 1.6vw;
    margin-left: 1.6vw;
    vertical-align: .7vw;
  }
  .headerArea .jobList {
    font-size: 1.1vw;
    margin-top: 20px;
  }
  .headerArea .jobList span {
    padding: 0 .7vw .2vw;
    margin-right: 1.5vw;
  }
  .headerArea .jobList span:after {
    width: 1.3vw;
    height: 1.3vw;
    right: -.65vw;
  }



  /* globalMenu
  ------------------------------------------------------------*/
  .globalMenu {
    max-width: 1400px;
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    font-size: 1.7vw;
  }
  .globalMenu li {
  }
  .globalMenu li a {
    display: block;
    padding: 1.7vw;
    font-weight: 700;
  }

  /* kvArea
  ------------------------------------------------------------*/
  .kvArea {
    max-width: 1440px;
    width: 100%;
    padding: 0 2vw;
    margin: 0 auto;
  }
  .kvArea .topMenu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 4px 0 4vw 0;
  }
  .kvArea .topMenu li {
    width: calc((100% / 4) - 3px);
    position: relative;
    overflow: hidden;
  }
  .kvArea .topMenu li::after {
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    position: absolute;
    background: linear-gradient(to bottom, var(--site-color-01) 0%, var(--site-color-02) 50%, var(--site-color-01) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s top ease;
  }
  .kvArea .topMenu li:hover::after {
    top: -100%;
    transition: .3s top ease;
  }
  .kvArea .topMenu li a {
    display: block;
    width: 100%;
    padding: 3.5vw 0;
    font-weight: 700;
    font-size: 2vw;
    color: #fff;
    text-align: center;
    z-index: 99;
  }
  .kvArea .topMenu li a:hover {
    opacity: 1;
  }
  .kvArea .topMenu li a img {
    width: 2vw;
    margin-right: 5px;
    vertical-align: -2px;
  }
  .kvArea .newsBox {
    display: flex;
    width: 100%;
    background: linear-gradient(to right,  var(--site-subcolor-01) 0%,var(--site-subcolor-02) 100%);
    padding: 2vw 8vw 1vw;
    margin: 0;
  }
  .kvArea .newsBox .title {
    font-weight: 700;
    font-size: 3vw;
    line-height: 4vw;
    height: 4vw;
    margin-right: 30px;
  }
  .kvArea .newsBox .date {
    font-size: 1.4vw;
    font-weight: 700;
    line-height: 4.5vw;
    height: 4.5vw;
    margin-right: 2vw;
  }
  .kvArea .newsBox .text {
    font-size: 1.4vw;
    line-height: 4.5vw;
    height: 4.5vw;
  }





  /* 共通
  ------------------------------------------------------------*/

  .kvArea--lower {
    position: relative;
    max-width: 1280px;
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto 10vw;
  }
  .kvArea--lower h1 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3.4vw;
    font-weight: 700;
    line-height: 23vw;
    height: 23vw;
    width: 100%;
    text-align: center;
  }


  .entryBox .cvBtn_01 {
    width: 40vw;
    margin: 10vw auto;
    position: relative;
    overflow: hidden;
  }
  .entryBox .cvBtn_01 a {
    display: block;
    height: 10vw;
    line-height: 10vw;
    color: #fff;
    text-align: center;
    font-size: 2vw;
    font-weight: 700;
    z-index: 99;
  }
  .entryBox .cvBtn_01 a:hover {
    opacity: 1;
  }
  .entryBox .cvBtn_01::after {
    content: "";
    display: block;
    width: 100%;
    height: 20vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s top ease;
  }
  .entryBox .cvBtn_01::after {
    background: linear-gradient(to bottom,  var(--entry-color-01) 0%,var(--entry-color-02) 50%, var(--entry-color-01) 100%);
  }
  .entryBox .cvBtn_01:hover::after {
    top: -10vw;
    transition: .3s top ease;
  }


  .nextLink {
    text-align: center;
  }
  .nextLink a {
    font-size: 1.8vw;
    border-bottom: 1px solid #000;
  }
  .nextLink a:hover {
    border-bottom: 1px solid transparent;
  }





  /* contentsArea
  ------------------------------------------------------------*/
  .contentsArea {
    max-width: 1280px;
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto;
  }

  .contentsArea .companyArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contentsArea .companyArea .companyBox {
    display: block;
    width: calc((100% / 2) - 2.5vw);
    margin-bottom: 4vw;
  }
  .contentsArea .companyArea .companyBox .img {
    margin-bottom: 2vw;
  }
  .contentsArea .companyArea .companyBox .title {
    font-size: 1.8vw;
  }
  .contentsArea .otherLinkArea .linkBox {
    display: block;
    width: 36vw;
    background: #000;
    color: #fff;
    font-size: 1.7vw;
    text-align: center;
    margin: 0 2vw;
    padding: 1vw 0;
  }
  .contentsArea .otherLinkArea .linkBox img {
    width: 1.8vw;
    vertical-align: -2px;
  }




  .contentsArea .recruitList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contentsArea .recruitList .recruitBox {
    width: calc((100% / 2) - 5vw);
    margin-bottom: 8vw;
  }
  .contentsArea .recruitList .recruitBox .img {
    margin-bottom: 2vw;
  }
  .contentsArea .recruitList .recruitBox .text {
    margin-bottom: 1vw;
  }
  .contentsArea .recruitList .recruitBox .link {
    border-bottom: 1px solid #000;
    display: inline-block;
  }
  .contentsArea .recruitList .recruitBox a:hover .link {
    border-bottom: 1px solid transparent;
  }


  .contentsArea .interviewBox {
    margin-bottom: 6vw;
  }
  .contentsArea .interviewBox .name {
    font-size: 3.2vw;
    font-weight: 700;
    margin: 2vw 0 3vw;
  }
  .contentsArea .interviewBox .name .size01 {
    font-size: 1.4vw;
  }
  .contentsArea .interviewBox .name .size02 {
    font-size: 1.8vw;
  }

  .interviewBox .cvBtn_01 {
    width: 40vw;
    margin: 10vw auto;
    position: relative;
    overflow: hidden;
  }
  .interviewBox .cvBtn_01 .imgBox {
    position: absolute;
    top: 2vw;
    right: 0.7vw;
    width: 6.5vw;
  }
  .interviewBox .cvBtn_01 a {
    display: block;
    height: 10vw;
    line-height: 10vw;
    color: #000;
    text-align: center;
    font-size: 2vw;
    font-weight: 700;
    z-index: 99;
  }
  .interviewBox .cvBtn_01 a:hover {
    opacity: 1;
  }
  .interviewBox .cvBtn_01::after {
    content: "";
    display: block;
    width: 100%;
    height: 20vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s top ease;
  }
  .interviewBox .cvBtn_01::after {
    background: linear-gradient(to bottom,  var(--interview-color-01) 0%,var(--interview-color-02) 50%, var(--interview-color-01) 100%);
  }
  .interviewBox .cvBtn_01:hover::after {
    top: -10vw;
    transition: .3s top ease;
  }



  /* footerArea
  ------------------------------------------------------------*/

  .footerArea {
    margin: 14vw 0 0;
    padding: 7vw 0 8vw;
  }

  .footerArea small {
    font-size: 1.2vw;
  }
  .footerArea .inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
  .footerArea .logoBox {
    display: block;
    width: 9vw;
    margin: 6vw auto 4vw;
  }




  /* pageTop
  ------------------------------------------------------------*/

  .pageTop {
    width: 6vw;
    height: 6vw;
    border-radius: 3vw;
    display: block;
    position: fixed;
    right: 1vw;
    bottom: 1vw;
    transition: .3s bottom ease;
  }
  .pageTop:hover {
    bottom: 2vw;
    transition: .3s bottom ease;
  }




}





@media screen and (max-width:1000px) {




}




/* PC,SP切り替え
------------------------------------------------------------*/
.pc-on {
  display: block !important;
}

.pc-on-inlineblock {
  display: inline-block !important;
}
.pc-on-inline {
  display: inline !important;
}
.pc-on-flex {
  display: flex !important;
}

.sp-on {
  display: none !important;
}

.sp-on-inlineblock {
  display: none !important;
}
.sp-on-inline {
  display: none !important;
}






/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {

  /* PC,SP切り替え
  ------------------------------------------------------------*/
  .pc-on {
      display: none !important;
  }

  .pc-on-inlineblock {
      display: none !important;
  }
  .pc-on-inline {
      display: none !important;
  }
  .pc-on-flex {
    display: none !important;
  }

  .sp-on {
      display: block !important;
  }

  .sp-on-inlineblock {
      display: inline-block !important;
  }
  .sp-on-inline {
      display: inline !important;
  }

  /* 全体設定
  ------------------------------------------------------------*/

  body {
    font-size: 3.2vw;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #333;
    font-weight: 400;
    width: 100%;
    position: relative;
  }
  .text-small {
    font-size: 2.4vw;
    line-height: 1.6;
  }
  .text-large {
    font-size: 4vw;
    line-height: 1.6;
  }
  .text-b-mr40 {
    padding-bottom: 8vw;
  }
  .text-center {
    text-align: center;
  }
  .text-center-pc {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .margin-bottom-10 {
    margin-bottom: 2vw !important;
  }
  strong {
    font-weight: bold;
  }
  em {
    color: #f31e34;
    font-style: normal;
  }
  .text-centerBox{
    text-align: center;
  }
  ul.disc {
  }
  ul.disc li {
    padding-left: 3vw;
    position: relative;
    margin-bottom: 2vw;
  }
  ul.disc li:before {
    content: "";
    width: .8vw;
    height: .8vw;
    background: #333;
    border-radius: .4vw;
    position: absolute;
    left: 0;
    top: .8em;
  }
  ol.ol_type01 {
    margin: 0 0 6vw 0;
  }
  ol.ol_type01 li {
    margin: 0 0 4vw 0;
    padding-left: 2.5em;
    text-indent: -1.5em;
  }


  dl.faq {
  }
  dl.faq dt {
    position: relative;
    padding-left: 7vw;
    font-size: 4vw;
    margin: 0 0 4vw 0;
    line-height: 1.6;
  }
  dl.faq dt:before {
    content: "Q";
    display: block;
    position: absolute;
    left: 0;
    top: -2vw;
    color: #336fe9;
    font-size: 6vw;
    font-family: "Roboto", sans-serif;
  }
  dl.faq dd {
    position: relative;
    padding-left: 7vw;
    margin: 0 0 10vw 0;
  }
  dl.faq dd:before {
    content: "A";
    display: block;
    position: absolute;
    left: 0;
    top: -2vw;
    color: #ff5c04;
    font-size: 6vw;
    font-family: "Roboto", sans-serif;
  }

  dl.dl_type01 {
  }
  dl.dl_type01 dt {
    position: relative;
    padding-left: 10vw;
    font-size: 4.4vw;
    font-weight: 700;
    margin-bottom: 3vw;
  }
  dl.dl_type01 dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .9em;
    width: 8vw;
    height: 2px;
    background: linear-gradient(to right,  var(--site-color-01) 0%,var(--site-color-02) 100%);

  }
  dl.dl_type01 dd {
    margin-bottom: 8vw;
    font-size: 3.6vw;
  }



  p {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }

  .flex_type01 {
    display: block;
  }
  .flex_type02 {
    display: block;
  }
  .flex_type03 {
    display: block;
  }
  .flex_type04 {
    display: block;
  }
  .flex_type05 {
    display: block;
  }
  .flex_type01_sp {
    display: flex;
  }
  .flex_type02_sp {
    display: flex;
    justify-content: space-between;
  }
  .flex_type03_sp {
    display: flex;
    justify-content: space-around;
  }
  .flex_type04_sp {
    display: flex;
    justify-content: center;
  }
  .flex_type05_sp {
    display: flex;
    justify-content: flex-end;
  }



  .scroll-prevent-pc {
    overflow: auto;
  }

  .spacer30 {
    padding-top: 6vw;
  }
  .spacer50 {
    padding-top: 10vw;
  }

  .note {
    text-indent: -1em;
    margin-left: 1em;
    color: #666666;
    text-align: left;
  }


  .h2_type01 {
    font-size: 6vw;
    font-weight: 700;
    text-align: center;
    margin: 10vw 0 3vw 0;
  }
  .h2_type01 span {
    font-size: 4vw;
    display: block;
    background: linear-gradient(to bottom,  var(--site-color-01) 0%,var(--site-color-02) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
  }





  .h2_type02 {
    font-size: 5vw;
    font-weight: 700;
    margin: 0 0 6vw 0;
    position: relative;
  }
  .h2_type02:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--site-color-01) 0%,var(--site-color-02) 100%);
  }
  .h3_type01 {
    font-size: 4.2vw;
    font-weight: 700;
    margin: 0 0 2vw 0;
  }
  .h4_type01 {
    font-size: 3.6vw;
    font-weight: 700;
    margin: 0 0 1vw 0;
  }




  /* headerArea
  ------------------------------------------------------------*/
  .headerArea {
    padding: 2.5vw 4vw;
    border-bottom: 2px solid #dfdfdf;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
  }
  .headerArea .sitename {
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.2;
  }
  .headerArea .roboto {
    font-size: 6vw;
    vertical-align: -1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
  }
  .headerArea .deco {
    display: inline-block;
    padding: .2vw 2vw .6vw;
    font-size: 3vw;
    font-weight: 500;
    color: #fff;
    background: #000;
    margin-left: 2.5vw;
    line-height: 1.4;
    vertical-align: 3px;
  }

  .headerArea .jobList {
    display: none;
  }

  .headerArea .menuBtn--sp {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6vw;
    width: 8vw;
    height: 8vw;
    margin: auto;
  }
  .headerArea .menuBtn--sp::before,
  .headerArea .menuBtn--sp::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: 8vw;
    height: 1px;
    transition: .3s transform ease;
  }
  .headerArea .menuBtn--sp::before {
    top: -2vw;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 2px solid #000;
  }
  .headerArea .menuBtn--sp::after {
    top: 0;
    bottom: -2vw;
    right: 0;
    left: 0;
    margin: auto;
    border-bottom: 2px solid #000;
  }

  .headerArea .menuBtn--sp.is-active::before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 2px solid #000;
    transform: rotate(135deg);
    transition: .3s transform ease;
  }
  .headerArea .menuBtn--sp.is-active::after {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-bottom: 2px solid #000;
    transform: rotate(-135deg);
    transition: .3s transform ease;
  }

  .menuBox--sp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100svw;
    height: 100svh;
    background: linear-gradient(to right,  var(--site-subcolor-01) 0%,var(--site-subcolor-02) 100%);
    z-index: 99;
    padding-top: 34vw;
  }

  .menuBox--sp .globalMenu--sp {
    font-size: 4.5vw;
    display: block;
    margin-bottom: 10vw;
    text-align: center;
  }
  .menuBox--sp .globalMenu--sp li {
  }
  .menuBox--sp .globalMenu--sp li a {
    display: block;
    padding: 1.5vw;
    font-weight: 700;
  }
  .menuBox--sp .globalMenu--sp li a:hover {
    color: var(--site-color-01);
  }
  .menuBox--sp .globalMenu--sp li.is-active a {
    color: var(--site-color-01);
  }

  .cvBtn_01,
  .cvBtn_02 {
    width: 70vw;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  .cvBtn_01 {
    margin-bottom: 8vw;
  }
  .cvBtn_01 a,
  .cvBtn_02 a {
    display: block;
    height: 15vw;
    line-height: 15vw;
    color: #fff;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    z-index: 99;
  }
  .cvBtn_01 a:hover,
  .cvBtn_02 a:hover {
    opacity: 1;
  }
  .cvBtn_01::after,
  .cvBtn_02::after {
    content: "";
    display: block;
    width: 100%;
    height: 30vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s top ease;
  }
  .cvBtn_01::after {
    background: linear-gradient(to bottom,  var(--entry-color-01) 0%,var(--entry-color-02) 50%, var(--entry-color-01) 100%);
  }
  .cvBtn_02::after {
    background: linear-gradient(to bottom,  var(--site-color-01) 0%,var(--site-color-02) 50%, var(--site-color-01) 100%);
  }
  .cvBtn_01:hover::after,
  .cvBtn_02:hover::after {
    top: -15vw;
    transition: .3s top ease;
  }

  .scroll-prevent-sp {
    overflow: hidden;
  }


  /* globalMenu
  ------------------------------------------------------------*/
  .globalMenu {
    display: none;
  }


  /* kvArea
  ------------------------------------------------------------*/
  .kvArea {
    max-width: 1440px;
    width: 100%;
    padding: 0;
    margin: 18vw auto 0;
  }
  .kvArea .topMenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 4px 0 6vw 0;
  }
  .kvArea .topMenu li {
    width: calc((100% / 2) - .4vw);
    position: relative;
    overflow: hidden;
    margin-bottom: .8vw;
  }
  .kvArea .topMenu li::after {
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    position: absolute;
    background: linear-gradient(to bottom, var(--site-color-01) 0%, var(--site-color-02) 50%, var(--site-color-01) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s top ease;
  }
  .kvArea .topMenu li:hover::after {
    top: -100%;
    transition: .3s top ease;
  }
  .kvArea .topMenu li a {
    display: block;
    width: 100%;
    padding: 6vw 0;
    font-weight: 700;
    font-size: 4vw;
    color: #fff;
    text-align: center;
    z-index: 99;
  }
  .kvArea .topMenu li a:hover {
    opacity: 1;
  }
  .kvArea .topMenu li a img {
    width: 4vw;
    margin-right: 1vw;
    vertical-align: -2px;
  }
  .kvArea .newsBox {
    display: block;
    width: 100%;
    background: linear-gradient(to right,  var(--site-subcolor-01) 0%,var(--site-subcolor-02) 100%);
    padding: 6vw;
    margin: 0;
  }
  .kvArea .newsBox .title {
    font-weight: 700;
    font-size: 6vw;
    line-height: 1;
    height: 6vw;
    margin-right: 0;
    background: linear-gradient(to bottom,  var(--site-color-01) 0%,var(--site-color-02) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }
  .kvArea .newsBox .date {
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 1;
    height: 4vw;
    margin-right: 0;
  }
  .kvArea .newsBox .text {
    font-size: 4vw;
    line-height: 1;
    height: 4vw;
  }




  /* 共通
  ------------------------------------------------------------*/

  .kvArea--lower {
    position: relative;
    max-width: 1280px;
    width: 100%;
    padding: 0;
    margin: 18vw 0 10vw 0;
  }
  .kvArea--lower h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 5.5vw;
    font-weight: 700;
    line-height: 1.6;
    height: auto;
    width: 100%;
    text-align: center;
    display:table;
  }
  .kvArea--lower h1 span {
    display:table-cell;
    vertical-align:middle;
  }


  .entryBox .cvBtn_01 {
    width: 80vw;
    margin: 10vw auto;
    position: relative;
    overflow: hidden;
  }
  .entryBox .cvBtn_01 a {
    display: block;
    height: 20vw;
    line-height: 20vw;
    color: #fff;
    text-align: center;
    font-size: 5vw;
    font-weight: 700;
    z-index: 99;
  }
  .entryBox .cvBtn_01 a:hover {
    opacity: 1;
  }
  .entryBox .cvBtn_01::after {
    content: "";
    display: block;
    width: 100%;
    height: 40vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s top ease;
  }
  .entryBox .cvBtn_01::after {
    background: linear-gradient(to bottom,  var(--entry-color-01) 0%,var(--entry-color-02) 50%, var(--entry-color-01) 100%);
  }
  .entryBox .cvBtn_01:hover::after {
    top: -20vw;
    transition: .3s top ease;
  }


  .nextLink {
    text-align: center;
  }
  .nextLink a {
    font-size: 4vw;
    border-bottom: 1px solid #000;
  }
  .nextLink a:hover {
    border-bottom: 1px solid transparent;
  }






  /* contentsArea
  ------------------------------------------------------------*/
  .contentsArea {
    max-width: 1280px;
    width: 100%;
    padding: 0 6vw;
    margin: 0 auto;
  }

  .contentsArea .companyArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10vw;
  }
  .contentsArea .companyArea .companyBox {
    display: block;
    width: 100%;
    margin-bottom: 8vw;
  }
  .contentsArea .companyArea .companyBox:hover {
    color: var(--site-color-01);
  }
  .contentsArea .companyArea .companyBox .img {
    margin-bottom: 2vw;
  }
  .contentsArea .companyArea .companyBox .title {
    font-size: 4.4vw;
    font-weight: 700;
  }
  .contentsArea .companyArea .companyBox .text {
  }

  .contentsArea .otherLinkArea {
    display: block;
    justify-content: center;
  }
  .contentsArea .otherLinkArea .linkBox {
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 4vw;
    text-align: center;
    margin: 0 0 6vw 0;
    padding: 2vw 0;
  }
  .contentsArea .otherLinkArea .linkBox img {
    width: 4vw;
    vertical-align: -2px;
  }


  .contentsArea .recruitList {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contentsArea .recruitList .recruitBox {
    width: 100%;
    margin-bottom: 10vw;
  }
  .contentsArea .recruitList .recruitBox .img {
    margin-bottom: 4vw;
  }
  .contentsArea .recruitList .recruitBox .text {
    margin-bottom: 2vw;
  }
  .contentsArea .recruitList .recruitBox .link {
    border-bottom: 1px solid #000;
    display: inline-block;
  }
  .contentsArea .recruitList .recruitBox a:hover .link {
    border-bottom: 1px solid transparent;
  }

  .contentsArea .column-2-Area {
    display: block;
  }
  .contentsArea .column-2-Box {
    width: 100%;
    margin-bottom: 10vw;
  }

  .contentsArea .interviewBox {
    margin-bottom: 10vw;
  }
  .contentsArea .interviewBox .name {
    font-size: 6vw;
    font-weight: 700;
    margin: 4vw 0 6vw;
  }
  .contentsArea .interviewBox .name .size01 {
    font-size: 3.5vw;
  }
  .contentsArea .interviewBox .name .size02 {
    font-size: 4vw;
  }

  .interviewBox .cvBtn_01 {
    width: 80vw;
    margin: 10vw auto;
    position: relative;
    overflow: hidden;
  }
  .interviewBox .cvBtn_01 .imgBox {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.4vw;
    width: 14vw;
    height: 14vw;
  }
  .interviewBox .cvBtn_01 a {
    display: block;
    height: auto;
    line-height: 1.6;
    color: #000;
    text-align: center;
    font-size: 3.8vw;
    font-weight: 700;
    z-index: 99;
    padding: 6vw 0;
  }
  .interviewBox .cvBtn_01 a:hover {
    opacity: 1;
  }
  .interviewBox .cvBtn_01::after {
    content: "";
    display: block;
    width: 100%;
    height: 40vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s top ease;
  }
  .interviewBox .cvBtn_01::after {
    background: linear-gradient(to bottom,  var(--interview-color-01) 0%,var(--interview-color-02) 50%, var(--interview-color-01) 100%);
  }
  .interviewBox .cvBtn_01:hover::after {
    top: -20vw;
    transition: .3s top ease;
  }

  /* footerArea
  ------------------------------------------------------------*/

  .footerArea {
    margin: 20vw 0 0;
    padding: 12vw 4vw 20vw;
    text-align: center;
    background: linear-gradient(to right,  var(--site-subcolor-01) 0%,var(--site-subcolor-02) 100%);
  }

  .footerArea small {
    font-size: 2.8vw;
    text-align: left;
    display: block;
  }
  .footerArea .inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
  .footerArea .logoBox {
    display: block;
    width: 24vw;
    margin: 4vw auto 8vw;
  }


  .footerArea .globalMenu--sp {
    font-size: 4vw;
    display: block;
    margin-bottom: 10vw;
  }
  .footerArea .globalMenu--sp li {
  }
  .footerArea .globalMenu--sp li a {
    display: block;
    padding: 1.5vw;
    font-weight: 700;
  }
  .footerArea .globalMenu--sp li a:hover {
    color: var(--site-color-01);
  }
  .footerArea .globalMenu--sp li.is-active a {
    color: var(--site-color-01);
  }



  /* pageTop
  ------------------------------------------------------------*/

  .pageTop {
    width: 12vw;
    height: 12vw;
    border-radius: 6vw;
    display: block;
    position: fixed;
    right: 2vw;
    bottom: 2vw;
    transition: .3s bottom ease;
  }
  .pageTop:hover {
    bottom: 4vw;
    transition: .3s bottom ease;
  }




}





