.pc {
  display: block
}

.sp {
  display: none
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none
  }
  .sp {
    display: block
  }
}

.visual_header {
  position: relative
}

.visual_header .image {
  position: relative
}

.visual_header .image:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 100;
  background: rgba(0, 0, 0, 0.5)
}

.visual_header h1 {
  font-size: 4rem;
  margin: 0 0 10rem 0;
  font-weight: 500;
  position: absolute;
  z-index: 2000;
  letter-spacing: 0.1em;
  top: 55%;
  left: 8vw;
  transform: translateY(-50%);
  color: #fff
}

@media only screen and (max-width: 768px) {
  .visual_header h1 {
    font-size: 2rem
  }
}

.recnormal_cont {
  padding: 10rem 0
}

@media only screen and (max-width: 768px) {
  .recnormal_cont {
    padding: 8vw 0
  }
}

.recnormal_cont .inner {
  padding: 0 8vw;
  max-width: 1600px;
  margin: auto
}

@media only screen and (max-width: 768px) {
  .recnormal_cont .inner {
    padding: 0 8vw
  }
}

.intro {
  margin: 0 0 5rem 0;
  padding: 0 0 5rem 0;
  border-bottom: 1px dotted #ccc
}

@media only screen and (max-width: 768px) {
  .intro {
    margin: 0 0 3rem 0;
    padding: 0 0 3rem 0
  }
}

.intro h2 {
  font-size: 2.8rem;
  margin: 0 0 2rem 0;
  font-weight: 500
}

@media only screen and (max-width: 768px) {
  .intro h2 {
    font-size: 1.6rem
  }
}

.rec_block {
  margin: 0 0 5rem 0
}

.rec_block.center {
  text-align: center
}

.rec_block h3 {
  font-size: 2rem;
  margin: 0 0 1rem 0;
  font-weight: bold
}

@media only screen and (max-width: 768px) {
  .rec_block h3 {
    font-size: 1.6rem
  }
}

.rec_block p {
  margin: 0 0 1em 0
}

.flow_box {
  background: #efefef;
  padding: 5rem
}

@media only screen and (max-width: 768px) {
  .flow_box {
    padding: 5vw
  }
}

.flow_box ul {
  margin: 0 0 5rem 0
}

.flow_box ul li {
  font-size: 2rem;
  font-weight: 500
}

@media only screen and (max-width: 768px) {
  .flow_box ul li {
    font-size: 1.4rem
  }
}

.chui_box h3 {
  font-size: 2rem
}

@media only screen and (max-width: 768px) {
  .chui_box h3 {
    font-size: 1.6rem
  }
}

.chui_box ul li {
  margin: 0 0 0.5rem 0;
  font-weight: normal;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  padding-left: 1em;
  text-indent: -1em
}

@media only screen and (max-width: 768px) {
  .chui_box ul li {
    font-size: 1.4rem
  }
}

.chui_box ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  line-height: 1;
  margin: 0 0.5em 0 0;
  transform: translateY(-50%)
}

.privacy_btn a {
  background: #333;
  padding: 2rem 5rem 2rem 4rem;
  border-radius: 5px;
  color: #fff;
  position: relative;
  transition: all .3s ease;
  display: inline-block
}

@media only screen and (max-width: 768px) {
  .privacy_btn a {
    display: block
  }
}

.privacy_btn a:hover {
  background: #000
}

@font-face {
  font-family: "Flaticon";
  src: url("/company/recruitment/assets/fonts/Flaticon.eot");
  src: url("/company/recruitment/assets/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("/company/recruitment/assets/fonts/Flaticon.woff2") format("woff2"), url("/company/recruitment/assets/fonts/Flaticon.woff") format("woff"), url("/company/recruitment/assets/fonts/Flaticon.ttf") format("truetype"), url("/company/recruitment/assets/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/company/recruitment/assets/fonts/Flaticon.svg#Flaticon") format("svg")
  }
}

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased
}

.flaticon-next:before {
  content: "\f101"
}

.flaticon-chevron:before {
  content: "\f105"
}

.flaticon-plus:before {
  content: "\f10a"
}

.entry_btn a {
  background: #FEE200;
  padding: 2rem 4rem 2rem 4rem !important;
  border-radius: 5px;
  color: #000;
  position: relative;
  transition: all .3s ease;
  display: inline-block
}

@media only screen and (max-width: 768px) {
  .entry_btn a {
    display: block
  }
}

.entry_btn a:hover {
  text-decoration: none;
  background: #ffe619
}


.privacy_btn a:after {
  position: absolute;
  font-family: 'Flaticon';
  top: 50%;
  right: 1.5rem;
  line-height: 1;
  content: "\f101";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
  color: #fff;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  display: block
}

.c-icon {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: 0 0.5em 0.2em;
  vertical-align: middle
}

a.blanklink:after {
  display: none !important
}

@media only screen and (max-width: 768px) {
  .portal_banner {
    margin: 0 0 3rem 0
  }
}

footer {
  padding: 10rem 0 0 0 !important;
  border-top: 1px solid #ccc;
  background: #fff
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 0 !important;
    border-top: 1px solid #fff
  }
}

footer .finner {
  padding: 0 2rem;
  width: 100%;
  margin: 0 0 5rem 0
}

@media only screen and (max-width: 768px) {
  footer .finner {
    display: block;
    padding: 0 5vw;
    display: none
  }
}

footer .finner #rights {
  flex: 1
}

footer .finner #rights .titlesss {
  font-size: 2rem;
  margin: 0 0 3rem 0;
  font-weight: 500
}

footer .finner #rights .sflex .s02 {
  width: 40%;
  padding: 0 0 0 5rem
}

footer .finner #rights .sflex .s02 .portal_banner {
  margin: 3rem 0 0 0;
  padding: 0 5rem 0 0
}

@media only screen and (max-width: 768px) {
  footer .finner #rights .sflex .s02 .portal_banner {
    margin: 2rem 0
  }
}

footer .finner #rights .sflex .s02 .portal_banner a {
  position: relative;
  display: block
}

footer .finner #rights .sflex .s02 .portal_banner a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1000;
  box-shadow: 0 0 0 0px #FEE200 inset;
  transition: all .3s ease
}

footer .finner #rights .sflex .s02 .portal_banner a:hover:after {
  box-shadow: 0 0 0 8px #FEE200 inset
}

footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #000;
  padding: 3rem 0;
  background: #eee
}

@media only screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2vw;
    margin: 2rem 0 0 0;
    text-align: center;
    margin: 0
  }
}

.sitemaps {
  display: flex;
  justify-content: space-between;
  width: 100%
}

.sitemaps .box {
  width: 48%
}

.sitemaps .box.wides {
  width: 100%
}

.sitemaps .box .sitemap_blocks {
  margin: 0 0 5rem 0
}

.sitemaps .box .sitemap_blocks .title {
  position: relative
}

.sitemaps .box .sitemap_blocks .title:after {
  content: "";
  width: 3rem;
  height: 1px;
  display: block;
  margin: 1rem 0;
  background: #ccc
}

.sitemaps .box .sitemap_blocks .title p.en {
  font-size: 1rem
}

.sitemaps .box .sitemap_blocks .title p.jp {
  font-weight: 500;
  font-size: 1.4rem
}

.sitemaps .box .sitemap_blocks ul li a {
  padding: 0 2rem 0 0;
  display: inline-block;
  position: relative;
  font-size: 1.3rem
}

.sitemaps .box .sitemap_blocks ul li a:after {
  position: absolute;
  font-family: 'Flaticon';
  top: 57%;
  right: 0;
  line-height: 1;
  content: "\f101";
  font-size: 13px;
  font-size: 1.3rem;
  z-index: 999;
  color: #000;
  transition: all 0.3s ease;
  transform: translateY(-50%)
}

#pagetop {
  width: 64px;
  height: 64px;
  background: #000;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9997;
  cursor: pointer;
  transition: all .3s;
  opacity: 0;
  visibility: hidden
}

@media only screen and (max-width: 768px) {
  #pagetop {
    width: 34px;
    height: 34px
  }
}

#pagetop.active {
  opacity: 1;
  visibility: visible
}

#pagetop:after {
  position: absolute;
  font-family: 'Flaticon';
  top: 50%;
  left: 50%;
  line-height: 1;
  content: "\f105";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
  color: #fff;
  transition: all 0.3s ease;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block
}

#pagetop .inner {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  background: #FEE200;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 999
}

@media only screen and (max-width: 768px) {
  #pagetop .inner {
    display: none
  }
}

.copyin {
  display: flex;
  justify-content: space-between;
  padding: 0 8vw 0 3vw
}

@media only screen and (max-width: 768px) {
  .copyin {
    display: block;
    padding: 0 0 8rem 0
  }
}

@media only screen and (max-width: 768px) {
  .copyin .cplink {
    margin: 0 0 2rem 0
  }
}

.copyin .cplink ul {
  display: flex
}

@media only screen and (max-width: 768px) {
  .copyin .cplink ul {
    display: block
  }
}

@media only screen and (max-width: 768px) {
  .copyin .cplink ul li {
    text-align: center
  }
}

.copyin .cplink ul li a {
  display: block;
  padding: 0 1rem
}

@media only screen and (max-width: 768px) {
  .copyin .cplink ul li a {
    padding: 1rem 0;
    font-size: 1.2rem;
    display: inline-block
  }
}

@charset "UTF-8";
/* index-hero__wrap
==============================================================*/
.u-mt-70{ margin-top: 70px;}

.c-hero {
        aspect-ratio: 2560 / 700;
}
.c-hero .c-hero__image {
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.c-hero .c-hero__image .c-figure{height: 100%;}
.c-hero .c-hero__content{
    width: 100%;
    padding: 32px 20px 32px 20px;
}
.c-hero--type02 .c-hero__title{
    text-shadow: 0 0 4px rgba(0,0,0,.9);
}
.c-hero .c-text{
    color: #FFF;
    text-shadow: 0 0 4px rgba(0,0,0,.9);
}
@media screen and (min-width: 1100px){
    .c-hero {
        aspect-ratio: 2560 / 700;
    } 
}
@media screen and (min-width: 520px) and (max-width: 1099px) {

    .c-hero__inner{
        display: block;
    }
    .c-hero .c-hero__content {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 100%;
        padding: 32px 20px 32px 20px;
        z-index: 2;
        background: none;
        box-sizing: border-box;
    }
    .c-hero__title{
        font-size: 2.6rem;
        color: #fff;
    }
}

@media screen and (max-width: 519px) {
    .c-hero__inner{
        display: block;
    }
    .c-hero .c-hero__content {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        padding: 32px 16px 32px 16px;
        z-index: 2;
        background: none;
        box-sizing: border-box;
    }
    .c-hero__title{
        font-size: 2.5rem;
        color: #fff;
        text-shadow: 0 0 10px #000;
    }
    .c-hero .c-hero__image {
        position: absolute;

    }

}

/* index-group
==============================================================*/
.index-group .c-grid__col3-1{
    border-bottom: 1px solid #b3b3b3;
    box-sizing: border-box;
}
.index-group .c-grid__item:nth-of-type(2){
    margin: auto 0 0 auto;
}
.index-group .c-grid__item .c-button-block{
    width: 300px;
}
.index-group .c-grid__item .c-button-block .c-button{ width: 100%;}

.index-group .button-form .c-button-block{
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
}
.index-group .button-form .c-button-block .c-button{ padding: 8px 10px 9px;}

@media screen and (max-width: 519px) {
    .index-group .c-grid__item .c-text{ font-size: 1.4rem;}
    .index-group .c-grid__item:nth-of-type(2){
        margin: 0;
    }
    .index-group .c-grid__item .c-button-block{
        width: 100%;
    }
    .index-group .button-form .c-button-block{
        width: 100%;
        max-width: inherit;
    }
    .button-form.u-mt-12 {
        margin-top: 52px !important;
    }
    .main-inner {
        padding-bottom: 135px;
    }

}



.portal_banner a{position:relative;display:block}
.portal_banner a:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;content:"";z-index:1000;box-shadow:0 0 0 0px #FEE200 inset;transition:all .3s ease}
.portal_banner a:hover:after{box-shadow:0 0 0 8px #FEE200 inset}