@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;600&family=Noto+Serif+JP:wght@300;500;600&display=swap");

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

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

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

html {
  font-size: 62.5%
}

body {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.85;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem
  }
}

.pc {
  display: block
}

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

.sp {
  display: none
}

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

.inview.fadeInup03 {
  overflow: hidden
}

.inview.fadeInup,
.inview.fadeInup03 img,
.inview.fadeInup03:after {
  opacity: 0
}

.inview.fadeInup.active {
  -webkit-animation: fadeInup .5s ease-out;
  animation: fadeInup .5s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.inview.fadeInup03.active img {
  -webkit-animation: zoom02 2s cubic-bezier(0.61, 1, 0.88, 1);
  animation: zoom02 2s cubic-bezier(0.61, 1, 0.88, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.inview.fadeInup03:after {
  transition: all 1s ease;
  transition-delay: .3s
}

.inview.fadeInup03.active:after {
  opacity: 1
}

@-webkit-keyframes fadeInup {
  0% {
    transform: translateY(25px);
    opacity: 0
  }

  100% {
    transform: translateY(0px);
    opacity: 1
  }
}

@keyframes fadeInup {
  0% {
    transform: translateY(25px);
    opacity: 0
  }

  100% {
    transform: translateY(0px);
    opacity: 1
  }
}

@-webkit-keyframes zoom02 {
  0% {
    transform: scale(1.2);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

@keyframes zoom02 {
  0% {
    transform: scale(1.2);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

.mb0 {
  margin-bottom: 0px
}

.mb5 {
  margin-bottom: 5px
}

.mb10 {
  margin-bottom: 10px
}

.mb15 {
  margin-bottom: 15px
}

.mb20 {
  margin-bottom: 20px
}

.mb25 {
  margin-bottom: 25px
}

.mb30 {
  margin-bottom: 30px
}

.mb35 {
  margin-bottom: 35px
}

.mb40 {
  margin-bottom: 40px
}

.mb45 {
  margin-bottom: 45px
}

.mb50 {
  margin-bottom: 50px
}

a {
  color: #3E3E3E;
  text-decoration: none
}

a:hover {
  color: #000;
  text-decoration: none
}

img[src$=".svg"],
img {
  vertical-align: bottom;
  line-height: 1;
  width: 100%;
  height: auto
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

ul,
li {
  list-style: none
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all .5s ease
}

@media only screen and (max-width: 768px) {
  header {
    min-width: 0;
    width: 100%;
    padding: 0
  }
}

header.fixed {
}

header .header_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  padding: 20px 32px;
}

@media only screen and (max-width: 768px) {
  header .header_inner {
    align-items: center;
    min-width: 0;
    padding: 0;
  }
}

#logo {
  align-items: center;
  position: relative;
  display: flex;
  padding: 0 0 0 0
}

#logo img[src$=".svg"],
#logo img {
  width: 100% !important
}

@media only screen and (max-width: 768px) {
  #logo {
    padding: 22px 16px 12px;
  }
}

#logo .image {
  width: 68px;
  position: relative;
  margin: 0 32px 0 0;
  padding: 0;
  transition: all .3s ease
}

@media only screen and (max-width: 768px) {
  #logo .image {
    width: 40px;
    margin: 0 16px 0 0
  }
}

#logo .txt,
#logo .txtss {
  font-size: 1.6rem;
  padding: 0.3rem 0 0 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333
}

@media only screen and (max-width: 768px) {

  #logo .txt,
  #logo .txtss {
    font-size: 1rem;
    white-space: nowrap
  }
}

body#toppage #logo {
  margin: 0 5rem 0 0
}

body#toppage #logo .txt {
  color: #fff
}

@media only screen and (max-width: 768px) {
  body#toppage #logo .txt {
    color: #333
  }
}

body#toppage header.fixed #logo .txt {
  color: #000
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  z-index: 9000;
  transition: all .3s ease;
  visibility: hidden;
  opacity: 0
}

.overlay.active {
  visibility: visible;
  background: #000;
  opacity: 0.5
}

main {
  width: 100%;
  overflow: hidden;
  position: relative
}

body.top {
  transition: 0 !important
}

.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
  }
}


main .txtlinks{
  text-decoration: underline;
}