@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 24pt;
  height: 100%;
  color: #131834;
  font-size: 1.4rem;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #FFF;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:visited {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #F4A016;
}

h1, h2, h3, p, ul, li {
  margin: 0;
  padding: 0;
}

section {
  padding-top: 60px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

h1 {
  margin: 0 0 0 20px;
}

img {
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h2 {
  text-align: center;
  margin: 0 auto;
  max-width: 360px;
  position: relative;
  display: inline-block;
}

h2 span.uper {
  font-size: 35px;
  font-weight: bold;
  font-family: "Hiragino Mincho Pro";
  color: rgb(141, 114, 49);
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
  top: 0px;
}

h2 span.lower {
  font-size: 18px;
  font-family: 'Meiryo', "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
  ;
  color: rgb(34, 34, 34);
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
  top: -5px;
  font-weight: normal;
}

h2::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  left: 400px;
  width: 300px;
  height: 3px;
  background-color: rgb(141, 114, 49);
}

h2::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 400px;
  width: 300px;
  height: 3px;
  background-color: rgb(141, 114, 49);
}

h2 img {
  width: calc(100% - 60px);
}
section {
  text-align: center;
}
a img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s all;
  opacity: 0.7;
}
span.under-yellow{
  background: linear-gradient(transparent 50%, yellow 50%);
}
span.under-whiteline{
  background: linear-gradient(transparent 50%, white 50%);
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.1em;
}

/*============================
#header
============================*/

#header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}

#header a {
  display: block;
}

#header img {
  width: auto;
}

#header .header-inner {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

#header .header-inner h1 {
  float: left;
}

#header .header-inner h1 a {}

#header .header-inner h1 a img {}

#header .header-inner nav {
  float: right;
}

#header .header-inner nav ul {}

#header .header-inner nav ul li {
  display: inline-block;
  margin-right: 20px;
}

#header .header-inner nav ul li a {
  font-size: 15px;
  position: relative;
  height: 87px;
  width: 100%;
  padding-top: 52px;
}

#header .header-inner nav ul li a::after {
  font-size: 20px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 24px;
  font-family: "Hiragino Mincho Pro";
  color: rgb(141, 114, 49);
  line-height: 1;
  text-align: center;
}

.FLOW {
  font-size: 24px;
  font-family: "Hiragino Mincho Pro";
  color: rgb(141, 114, 49);
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 599.762px;
  top: 21.5px;
  z-index: 39;
}

#header .header-inner nav ul li a img {}

#header .header-inner nav {}

#header .header-inner nav ul {}

#header .header-inner nav ul li.your-type {}

#header .header-inner nav ul li.your-type a::after {
  content: "VOICE";
}

#header .header-inner nav ul li.merit {}

#header .header-inner nav ul li.merit a::after {
  content: "MERIT";
}

#header .header-inner nav ul li.flow {}

#header .header-inner nav ul li.flow a::after {
  content: "FLOW";
}

#header .header-inner nav ul li.salary {}

#header .header-inner nav ul li.salary a::after {
  content: "SALARY";
}

#header .header-inner nav ul li.qa {}

#header .header-inner nav ul li.qa a::after {
  content: "Q&A";
}

#header .header-inner nav ul li.entry {}

#header .header-inner nav ul li.entry a::after {
  content: "ENTRY";
}


/*============================
#footer
============================*/

#footer {
  background-color: #000;
  color: #FFF;
  text-align: center;
  overflow: hidden;
}

#footer a {
  color: #FFF;
  font-size: 16px;
  position: relative;
}
#footer a::before{
  position: absolute;
  top: 0px;
  right: -21px;
  content: "";
  height: 18px;
  width: 1px;
  background-color: #fff;
}
#footer ul li:last-child a::before{
  display: none;
}
#footer ul.upper {
  margin: 26px auto 10px;
}

#footer ul.upper li {
  display: inline-block;
  margin-right: 30px;
}

#footer ul.upper li:last-child {
  margin: 0;
  margin-right: 30px;
}

#footer address {
  margin-bottom: 10px;
  font-style: normal;
  font-size: 11px;
}

#footer ul.lower {
  margin-bottom: 31px;
}

#footer ul.lower li {
  display: inline-block;
}

br.br-sp {
  display: none;
}
br.br-pc {

}
@media screen and (max-width: 1024px) {
  #footer ul li:last-child a::before{
    display: block;
  }
  h2 {}
  h2::after, h2::before {
    display: none;
  }
  h2 img {
    width: auto;
  }
  #footer {}
  #footer a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 8px 20px;
    font-size: 14px;
    position: relative;
  }
  #footer ul li a::before {
    position: absolute;
    top: 16px;
    right: 8px;
    content: "";
    width: 11px;
    height: 14px;
    background: url(../img/arr.png) no-repeat;
    background-size: cover;
  }
  #footer ul.upper {}
  #footer ul.upper li {
    display: block;
  }
  #footer ul.upper li:last-child {}
  #footer address {}
  #footer ul.lower {}
  #footer ul.lower li {}
}

@media screen and (max-width: 480px) {
  #header .header-inner h1 a img {
    height: 70px;
  }
  br.br-sp {
    display: block;
  }
  br.br-pc {
    display: none;
  }
  #footer ul.upper li {
    display: inline-block;
    margin-right: 15px;
    width: 100%;
  }

  #footer ul.upper li:last-child {
    margin: 0;
    margin-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  #covid19 {}
  #covid19 img {}
}

#toggle, #toggle-menu {
  display: none;
}

@media screen and (max-width:1024px) {
  header nav {
    display: none;
  }
  #toggle {
    position: fixed;
    top: 28px;
    right: 15px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
    display: block;
  }
  #toggle div {
    position: relative;
    width: 40px;
  }
  #toggle span {
    width: 100%;
    height: 1.5px;
    left: 0;
    display: block;
    background: #454545;
    position: absolute;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 15px;
  }
  #toggle span:nth-child(3) {
    top: 30px;
  }
  #toggle.active span {
    background: #454545;
  }
  #toggle.active span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #toggle.active span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  #toggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #toggle-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 98;
    background-color: rgb(242, 241, 239);
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  #toggle-menu.active {
    visibility: visible;
    opacity: 1;
  }
  #toggle-menu ul li a {
    color: #000;
    font-size: 22px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px 0 2px;
  }
  #toggle-menu ul {
    padding: 0;
    margin-top: 33%;
  }
  #toggle-menu ul li {
    border-bottom: 1px solid #000;
    text-align: center;
    width: 65%;
    margin: auto;
  }
  #toggle, #toggle-menu {
    display: inline!important;
  }
}

@media screen and (max-width:480px) {
  #toggle {
    top: 18px;
  }
}

.link-b {
    width: 360px;
    margin: 30px auto 50px;
    text-align: center;
}

.link-b a {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 24px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    border-radius: 40px;
    padding: 20px 0;
}

@media screen and (max-width:480px) {
	.link-b a {
		font-size: 20px;
		padding: 10px 0;
	}
}

.r-btn {
    position: relative;
}

.r-btn a {
    position: fixed;
    bottom: 0;
    left: 20px;
}

	@media screen and (max-width:480px) {
		.r-btn a {
			bottom:-10px;
			left: 0;
		}
	}

.r-btn a:hover {
	opacity: .8;
}

.r-btn img {
	width: 360px
}
	@media screen and (max-width:480px) {
		.r-btn img {
			width: 100%
		}
	}

	@media screen and (max-width:480px) {
		#footer {
			padding-bottom: 55px;
		}
	}
