/*===== layout =====*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.section-inner {
  width: 100%;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.display-pc {
  display: block !important;
}
.display-sp {
  display: none !important;
}
.none {
  display: none !important;
}
#main {
  width: 100%;
  position: relative;
}
.d-flex {
  display: flex;
  width: 100%;
}
.col-2 {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.d-flex img,
.img-100 {
  width: 100%;
}
.line-height-1 {
  line-height: 1 !important;
}
.sec {
  padding: 80px 10px 100px;
}
.sec .section-inner {
  padding: 0;
}
.ttl-h2 {
  position: relative;
  display: inline-block;
  color: #000;
  letter-spacing: .1em;
  font-size: 35px;
  font-weight: 700;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  margin: 0 auto 100px;
}
.ttl-h2::after {
  content: "";
  display: block;
  width : 100%;
  left: 0;
  height: 5px;
  position: absolute;
  bottom: -20px;
  background-color: #c36726;
}
.ttl-h2 em {
  display: block;
  color: #c36726;
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: .05em;
  text-align: center;
}
.font-min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.palt {
  font-feature-settings: "palt";
}
.btn {
  position: relative;
  width: 100%;
  display: block;
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
  background: #d1772a;
  letter-spacing: .05em;
  padding: 20px 10px;
  text-align: center;
  transition: .3s linear;
}
.btn em {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.btn:hover {
  background: #db7934;
}
.btn span {
  position: relative;
  display: block;
}
.btn span::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/common/icon_arrow.svg") no-repeat left center /contain;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  right: 15px;
}
.btn::before,
.btn::after {
  content: "";
  display: block;
  position: absolute;
  background: #d1772a;
}
.btn::before {
  width: 1px;
  height: 100%;
  top: 2px;
  left: 100%;
  margin-left: 2px;
}
.btn::after {
  width: calc(100% - 17px);
  height: 1px;
  top: 100%;
  left: 20px;
  margin-top: 2px;
}
.btn-wh {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  z-index: 2;
}
@media all and (-ms-high-contrast:none) {
.btn {
  padding: 23px 10px 17px 10px;
}
}
.mb120 {
  margin-bottom: 120px;
}
/*===== header =====*/
header {
  width: 100%;
  background: rgba(255,255,255,.7);
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 101;
  border-bottom: 4px solid #d1772a;
}
header > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #logo {
  width: 9.25%;
  max-width: 100px;
}
header nav {
  width: auto;
}
nav ul {
  width: 100%;
  display: flex;
  align-items: center;
}
nav ul li:not(:last-child) {
  margin-right: 40px;
}
nav li a {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  display: block;
  transition: color .3s;
}
nav ul li a::before {
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  bottom: -10px;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background: #c36726;
}
nav ul li a:hover::before,
nav ul li a.current::before {
  opacity: 1;
  width: 100%;
}
nav li:not(:last-child) a:hover {
  color: #c36726 !important;
}
nav li:last-child a {
  position: relative;
  width: 200px;
  text-align: center;
  padding: 20px 10px;
  background: #c36726;
  border-radius: 4px;
  transition: .3s linear;
  color: #fff !important;
}
nav li:last-child a:hover {
  background: #db7934;
}
nav li:last-child a::before {
  display: none;
}
nav li:last-child a span {
  position: relative;
}
nav li:last-child a span::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url("../img/common/icon_mail.svg") no-repeat left top /contain;
  width: 20px;
  height: 15px;
  margin-right: 5px;
  top: 2px;
}
.menu-trigger {
  display: none;
}
/*===== TOP style =====*/
/* fv */
#fv {
  position: relative;
  background: url("../img/top/mv.jpg") no-repeat center /cover;
  height: 850px;
}
/* mv */
#mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 750px;
}
#mv p {
  display: none;
  position: relative;
  top: -120px;
}
#mv strong {
  display: block;
  font-size: 65px;
  letter-spacing: .15em;
  color: #000;
  margin-bottom: 35px;
}
#mv em {
  display: inline-block;
  position: relative;
  font-size: 20px;
  letter-spacing: .065em;
  color: #4c4c4c;
}
#mv em::before,
#mv em::after {
  content: "";
  display: block;
  background: #4c4c4c;
  position: absolute;
  width: 30px;
  height: 1px;
  left: -40px;
  top: 50%;
}
#mv em::after {
  left: inherit;
  right: -40px;
}
/* Job change */
#job-change p,
#recruiting p,
#about p {
  font-size: 18px;
  line-height: 2.2;
}
#job-change .d-flex > div {
  width: 38%;
}
#job-change .d-flex figure {
  width: 55.5%;
}
#job-change .btn-wh {
  margin-top: 50px;
}
/* recruiting */
#recruiting,
#company-info {
  background: #f1f2f4;
}
#recruiting p {
  margin: 30px 0;
  text-align: center;
}
/* about */
#about .d-flex {
  justify-content: flex-start;
}
#about .d-flex > div {
  order: 2;
  width: 38%;
  margin-left: 6%;
}
#about .d-flex figure {
  order: 1;
  width: 55.5%;
}
/* company profile */
.gmap {
  /*height: 0;*/
  height: 450px;
  overflow: hidden;
  /*padding-bottom: 56.25%;*/
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.gmap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#company-profile {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 60px 0 100px;
}
#company-profile figure {
  width: 17.39%;
  max-width: 160px;
  border: 1px solid #4c4c4c;
}
#company-profile ul {
  width: 76%;
}
#company-profile ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #4c4c4c;
  padding: 20px 0;
}
#company-profile ul li:first-child {
  padding-top: 0;
}
#company-profile ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#company-profile ul li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 50%;
}
/*===== footer =====*/
footer ul {
  display: flex;
  width: auto;
  justify-content: center;
  padding: 40px 10px;
  border-top: 1px solid #c36726;
}
footer ul li:not(:last-child) {
  margin-right: 50px;
}
footer ul li a {
  display: block;
  font-size: 15px;
  font-weight: 700;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer #copy {
  text-align: center;
  color: #fff;
  font-size: 13px;
  background: #4c4c4c;
  padding: 20px 10px;
}
#pagetop {
  position: fixed;
  bottom: 1.34%;
  right: 1.34%;
  z-index: 90;
  display: none;
}
#pagetop a {
  display: flex;
  width: 60px;
  height: 60px;
  background: rgba(76,76,76,.8);
  align-items: center;
  justify-content: center;
}
#pagetop a img {
  display: block;
  width: 28px;
  height: auto;
}
@media all and (-ms-high-contrast:none) {
footer ul {
  padding: 45px 10px 35px;
}
footer #copy {
  padding: 23px 10px 17px 10px;
}
}
/*===== Page style =====*/
/* fv */
#page #fv {
  background: none;
  height: inherit;
  border-bottom: 1px solid rgba(76,76,76,.4);
}
#headline {
  padding: 80px 10px;
  background: url("../img/common/page-mv.jpg") no-repeat center /cover;
  display: flex;
  height: 300px;
  align-items: center;
}
.bg-overlay {
  position: relative;
}
.bg-overlay::after {
  content: "";
  display: block;
  background: rgba(255,255,255,.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#headline h1 {
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .075em;
}
#headline h1 em {
  font-size: 20px;
  color: #c36726;
  margin-left: 1em;
  letter-spacing: .1em;
}
#page .ttl-h2 {
  margin-bottom: 80px;
}
#page .btn-wh {
  margin-top: 60px;
}
.lead-txt {
  text-align: center !important;
  margin-bottom: 60px !important;
}
.ttl-h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
.ttl-h3::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  left: 0;
  top: 0;
  margin-top: -20px;
  background: #d1772a;
}
.merit-box {
  position: relative;
  border: 1px solid #ccc;
  padding: 0 30px 40px 30px;
  margin-top: 80px;
}
.merit-box h4 {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  padding: 10px 20px;
  top: -20px;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
#recruiting h4 {
  background: #f1f2f4;
}
#page #recruiting p {
  margin: 0;
  text-align: left;
}
.merit-box ul li {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.merit-box ul li:last-child {
  margin-bottom: 0;
}
.merit-box p,
#page #recruiting .merit-box p {
  font-size: 18px;
  margin-bottom: 30px;
}
.merit-box p:last-of-type,
#page #recruiting .merit-box p:last-of-type {
  margin-bottom: 0;
}
.merit-box p span {
  display: block;
  font-weight: bold;
}
.profile-box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.profile-box dl {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #4c4c4c;
  margin-bottom: 15px;
}
.profile-box dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.profile-box dl dt,
.profile-box dl dd {
  font-size: 16px;
  line-height: 1.3;
}
.profile-box dl dt {
  width: 18%;
  margin-right: 4%;
}
.profile-box dl dd {
  width: 78%;
}
/* Privacy policy */
#page .policy-box p {
  font-size: 16px;
  line-height: 1.6;
}
.policy-box > p {
  margin-bottom: 25px;
}
.policy-box dl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.policy-box dl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.policy-box dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.policy-box dd p:not(:last-of-type) {
  margin-bottom: 20px;
}
.policy-box dd p span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
/* contact */
#contact {
  background: #f1f2f4;
}
#contact p {
  font-size: 16px;
  margin-bottom: 30px;
}
input,button,textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
::-webkit-input-placeholder {
  color: #ddd;
  font-size: 15px;
}
::-moz-placeholder {
  color: #ddd;
  opacity: 1;
  font-size: 15px;
}
:-ms-input-placeholder {
  color: #ddd;
  font-size: 15px;
}
input[type="text"] {
  width: 70%;
  height: 50px;
  padding: 10px;
  border: 1px solid rgba(76,76,76,.6);
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
input[type="text"]:hover,textarea:hover,input[type="text"]:focus,textarea:focus {
  background-color: #f9f9f9;
  outline: none;
}
textarea {
  background: #fff;
  border: 1px solid rgba(76,76,76,.6);
  padding: 10px;
  width: 100%;
  height: 180px !important;
  -webkit-transition: .4s;
  transition: .4s;
}
input[type="submit"] {
  width: 100%;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  padding: 20px 10px;
  background: #d1772a;
  border: none;
  transition: .3s linear;
  letter-spacing: 1px;
  color: #fff;
}
input[type="submit"]:hover {
  background: #db7934;
}
label {
  cursor: pointer;
  display: block;
  margin-bottom: 15px;
}
label:last-child {
  margin-bottom: 0;
}
input[type="radio"] {
  position: relative;
  outline: none;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  top: -1px;
}
.input-100 {
  width: 100% !important;
}
.form {
  width: 100%;
  margin: 0 auto 50px;
}
.form th,
.form td {
  padding: 30px 10px;
  font-size: 16px;
  border-bottom: 1px solid rgba(76,76,76,.5);
  vertical-align: middle;
  word-break: break-all;
}
.form tr:nth-child(1) th,
.form tr:nth-child(1) td {
  border-top: 1px solid rgba(76,76,76,.5);
}
.form th {
  width: 25%;
}
.form th span {
  color: #E31D20;
  margin-left: .5em;
  font-size: 13px;
}
.form th em {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
.va {
  vertical-align: top !important;
  padding-top: 30px !important;
}
#submit-btn input {
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
/* エラー */
#error-box {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#error-box > p {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 16px;
}
#error-box p:first-child {
  margin-bottom: 25px;
}
#error-box .error_messe {
  color: #db7934;
  margin-bottom: 15px;
}
#error-box .btn-back {
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: 40px auto 0;
}
#error-box .btn-back input {
  width: 100%;
  display: block;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  outline: none;
  cursor: pointer;
  border: none;
  -webkit-transition: .6s;
  transition: .6s;
  padding: 20px 10px;
  background: #ddd;
}
.btn-back input:hover {
  opacity: .7;
}
/* 確認画面・送信完了 */
#confirm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
} 
#confirm > p {
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 16px;
}
#confirm-btn {
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
#confirm-btn li {
  float: left;
  margin-right: 5%;
  width: 47.5%;
}
#confirm-btn li:last-child {
  margin-right: 0;
}
#confirm-btn li input, .btn-box a {
  width: 100%;
  display: block;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  outline: none;
  cursor: pointer;
  border: none;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 20px 10px;
}
#confirm-btn li:first-child input, .btn-box a {
  background: #d1772a;
  color: #fff;
}
#confirm-btn li:last-child input {
  background: #ddd;
}
#confirm-btn input:hover {
  opacity: .7;
}
.btn-box {
  width: 64%;
  margin: 0 auto;
}
#thanks-btn {
  width: 100%;
  max-width: 480px;
  text-align: center;
}
.btn-box a {
  text-align: center;
  padding: 25px 10px;
  background: #d1772a;
  color: #fff;
}
#thanks-txt {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 25px;
}
a[href="http://www.php-factory.net/"] {
  display: none !important;
}
@media screen and (max-width:768px) {
/*===== layout =====*/
.section-inner {
  padding: 0;
}
.display-pc {
  display: none !important;
}
.display-sp {
  display: block!important;
}
.d-flex {
  flex-direction: column;
}
.sec {
  padding: 10% 4%;
}
.ttl-h2 {
  font-size: 4.5vw;
  margin: 0 auto 12%;
}
.ttl-h2::after {
  bottom: -2.5vw;
}
.ttl-h2 em {
  font-size: 2.75vw;
  margin-bottom: 5.5%;
}
.btn {
  font-size: 3.5vw;
  padding: 5% 1vw;
}
.btn em {
  font-size: 2.35vw;
  margin-bottom: 2.5%;
}
.btn span::after {
  width: 5vw;
  height: 5vw;
  margin-top: -2.5vw;
  right: 3vw;
}
.btn::before,
.btn::after {
  display: none;
}
.btn-wh {
  width: 80%;
  max-width: 100%;
}
.mb120 {
  margin-bottom: 12%;
}
/*===== header =====*/
header {
  background: rgba(255,255,255,1);
  border-bottom: 2px solid #d1772a;
}
header #logo {
  width: 13%;
  max-width: inherit;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
}
.menu-trigger {
  display: block;
  position: absolute;
  z-index: 110;
  width: 6.5vw;
  height: 4.5vw;
  right: 4%;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1vw;
  background-color: #4c4c4c;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  margin-top: 1.75vw;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 1vw;
  background-color: #4c4c4c;
  transition: all .4s;
}
.menu-trigger.active span {
  background-color: #4c4c4c;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(2vw) scale(0);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.menu-trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  background-color: #4c4c4c;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-2vw) scale(0);
}
body.open::after {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(209,119,42,.85);
}
nav {
  position: absolute;
  padding: 16% 5%;
  opacity: 0;
  width: 100% !important;
  height: 0;
  left: 0;
  top: -100%;
  z-index: 101;
  transition: .3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transform: translate(0, -100%);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
nav.show {
  opacity: 1;
  height: 100vh;
  top: 0;
  transition: .6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, 0);
}
nav ul {
  display: block;
}
nav ul li:not(:last-child) {
  margin-right: 0;
  border-bottom: 1px solid rgba(255,255,255,.65);
}
nav li a {
  width: 100%;
  font-size: 3.25vw;
  padding: 5% 0;
  text-align: center;
  color: #fff !important;
}
nav li:not(:last-child) a:hover {
  color: #fff !important;
}
nav li:last-child a {
  width: 80%;
  margin: 5% auto;
  padding: 5% 1vw;
}
nav li a::before {
  display: none;
}
nav li:last-child a span::before {
  width: 4vw;
  height: 4vw;
  margin-right: .5em;
  top: 1.35vw;
}
/*===== TOP style =====*/
/* fv */
#fv {
  position: relative;
  background: none;
  height: inherit;
}
/* mv */
#mv {
  background: url("../img/top/mv-sp.jpg") no-repeat center /cover;
  height: 80vw;
}
#mv p {
  top: -10vw;
}
#mv strong {
  font-size: 6vw;
  margin-bottom: 5%;
}
#mv em {
  font-size: 2.75vw;
}
#mv em::before,
#mv em::after {
  width: 5vw;
  left: -7vw;
}
#mv em::after {
  left: inherit;
  right: -7vw;
}
/* Job change */
#job-change p,
#recruiting p,
#about p {
  font-size: 2.75vw;
  line-height: 1.8;
}
#job-change p br,
#recruiting p br,
#about p br {
  display: none;
}
#job-change .d-flex > div {
  width: 100%;
  order: 2;
}
#job-change .d-flex figure {
  width: 80%;
  margin: 0 auto 5%;
  order: 1;
}
#job-change .btn-wh,
#page .btn-wh {
  margin-top: 8%;
}
/* recruiting */
#recruiting p {
  margin: 5% 0 8%;
  text-align: left;
}
/* about */
#about .d-flex > div {
  margin-left: 0;
  width: 100%;
}
#about .d-flex figure {
  width: 80%;
  margin: 0 auto 5%;
}
/* company profile */
.gmap {
  height: 0;
  padding-bottom: 56.25%;
}
#company-profile {
  padding: 8% 4% 10%;
}
#company-profile figure {
  width: 15%;
  max-width: inherit;
  margin-bottom: 5%;
}
#company-profile ul {
  width: 100%;
}
#company-profile ul li {
  padding: 4% 0;
}
#company-profile ul li:first-child {
  padding-top: 0;
}
#company-profile ul li:last-child {
  padding-bottom: 0;
}
#company-profile ul li p {
  font-size: 2.5vw;
}
#company-profile ul li:first-child p {
  width: 100%;
}  
/*===== footer =====*/
footer ul {
  display: block;
  width: 100%;
  padding: 0;
}
footer ul li:not(:last-child) {
  margin-right: 0;
  border-bottom: 1px solid rgba(76,76,76,.5);
}
footer ul li a {
  font-size: 3vw;
  padding: 4.5% 4%;
  position: relative;
}
footer ul li a:hover {
  text-decoration: none;
}
footer ul li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 3vw;
  width: 1.4vw;
  height: 1.4vw;
  margin-top: -.7vw;
  border-top: solid 2px rgba(76,76,76,.65);
  border-right: solid 2px rgba(76,76,76,.65);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer #copy {
  font-size: 2.5vw;
  padding: 4% 1vw;
}
#pagetop {
  display: none !important;
  z-index: -1;
}
#pagetop a {
  width: 12vw;
  height: 12vw;
}
#pagetop a img {
  width: 6vw;
}
/*===== Page style =====*/
/* fv */
#headline {
  padding: 8% 4%;
  background: url("../img/common/page-mv-sp.jpg") no-repeat center /cover;
  height: 30vw;
}
#headline h1 {
  font-size: 5vw;
}
#headline h1 em {
  font-size: 2.5vw;
}
#page .ttl-h2 {
  margin-bottom: 10%;
}
.lead-txt {
  font-size: 2.75vw;
  margin-bottom: 8% !important;
}
.ttl-h3 {
  font-size: 3.5vw;
  margin-bottom: 4%;
  margin-top: 8%;
}
.ttl-h3::before {
  width: 6vw;
  margin-top: -4%;
}
.merit-box {
  padding: 0 4% 5% 4%;
  margin-top: 10%;
}
.merit-box h4 {
  font-size: 3vw;
  padding: 2% 4%;
  top: -3vw;
}
.merit-box ul li {
  font-size: 2.75vw;
  margin-bottom: 4%;
  margin-left: 1em;
  text-indent: -1em;
}
.merit-box ul li:last-child {
  margin-bottom: 0;
}
.merit-box p,
#page #recruiting .merit-box p {
  font-size: 2.75vw;
  margin-bottom: 4%;
}
.merit-box p:last-of-type,
#page #recruiting .merit-box p:last-of-type {
  margin-bottom: 0;
}
.profile-box dl {
  padding-bottom: 4%;
  margin-bottom: 4%;
}
.profile-box dl:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.profile-box dl dt,
.profile-box dl dd {
  font-size: 2.75vw;
}
.profile-box dl dt {
  width: 30%;
  margin-right: 4%;
}
.profile-box dl dd {
  width: 66%;
}
/* Privacy policy */
#page .policy-box p {
  font-size: 2.75vw;
}
.policy-box > p {
  margin-bottom: 5%;
}
.policy-box dl {
  padding-bottom: 4%;
  margin-bottom: 5%;
}
.policy-box dl:last-of-type {
  padding-bottom: 0;
}
.policy-box dt {
  font-size: 2.75vw;
  margin-bottom: 2%;
}
.policy-box dd p {
  font-size: 2.5vw;
}
.policy-box dd p:not(:last-of-type) {
  margin-bottom: 4%;
}
.policy-box dd p span {
  margin-bottom: 2%;
}
/* contact */
#contact p {
  font-size: 2.75vw;
  margin-bottom: 5%;
}
input,button,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 2.5vw;
}
::-webkit-input-placeholder {
  font-size: 2.5vw;
}
::-moz-placeholder {
  font-size: 2.5vw;
}
:-ms-input-placeholder {
  font-size: 2.5vw;
}
input[type="text"] {
  width: 100%;
  height: 7vw;
  padding: 1vw;
  -webkit-transition: none;
  transition: none;
}
textarea {
  padding: 1vw;
  width: 100%;
  height: 25vw !important;
  -webkit-transition: none;
  transition: none;
}
input[type="submit"] {
  font-size: 2.75vw;
  padding: 4% 1vw;
  -webkit-transition: none;
  transition: none;
}
label {
  margin-bottom: 3%;
}
label:last-child {
  margin-bottom: 0;
}
input[type="radio"] {
  position: relative;
  border: 1px solid #4c4c4c;
  border-radius: 50%;
  outline: none;
  margin-right: 1.5vw;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  padding: 1.2vw;
}
input[type="radio"]:checked {
  background: #fff;
}
input[type="radio"]:checked:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -.6vw 0 0 -.6vw;
  content: "";
  border-radius: 50%;
  width: 1.2vw;
  height: 1.2vw;
  background: #4c4c4c;
}
.form {
  margin: 0 auto 6.66%;
}
.form th,
.form td {
  display: block;
  padding: 4.5% 0;
  font-size: 2.5vw;
}
.form th {
  width: 100%;
  border-bottom: none;
  padding-bottom: 0;
}
.form tr:nth-child(1) td {
  border-top: none;
}
.form th span,
.form th em {
  font-size: 2.25vw;
}
.form th em {
  margin-top: 1.5vw;
}
.form td {
  padding-top: 2.6%;
}
.va {
  padding-top: 4% !important;
}
#submit-btn input {
  max-width: 100%;
}
/* エラー */
#error-box {
  width: 100%;
}
#error-box > p {
  margin-bottom: 4%;
  font-size: 2.5vw;
}
#error-box p:first-child {
  margin-bottom: 4%;
}
#error-box .error_messe {
  font-size: 2.5vw;
  margin-bottom: 2.5%;
}
#error-box .btn-back {
  max-width: 100%;
  width: 85%;
  margin: 5% auto 0;
}
#error-box .btn-back input {
  font-size: 2.75vw;
  -webkit-transition: none;
  transition: none;
  padding: 4% 1vw;
}
.btn-back input:hover {
  opacity: 1;
}
/* 確認画面・送信完了 */ 
#confirm > p {
  margin-bottom: 4%;
  font-size: 2.5vw;
}
#confirm-btn {
  margin: 5% auto 0;
}
#confirm-btn li {
  margin-right: 2%;
  width: 49%;
}
#confirm-btn li:last-child {
  margin-right: 0;
}
#confirm-btn li input, .btn-box a {
  font-size: 2.75vw;
  -webkit-transition: none;
  transition: none;
  padding: 5.5% 1vw;
}
#confirm-btn input:hover {
  opacity: 1;
}
.btn-box {
  width: 85%;
}
#thanks-btn {
  width: 85%;
  max-width: 100%;
  margin: 0 auto;
}
.btn-box a {
  padding: 4% 1vw;
}
#thanks-txt {
  font-size: 2.5vw;
  margin-bottom: 4%;
}
}
@media screen and (max-width:425px) {
/*===== layout =====*/
.ttl-h2 {
  font-size: 5.75vw;
}
.ttl-h2::after {
  bottom: -3vw;
}
.ttl-h2 em {
  font-size: 3.75vw;
}
.btn {
  font-size: 4.75vw;
}
.btn em {
  font-size: 3.5vw;
}
.btn span::after {
  width: 6vw;
  height: 6vw;
  margin-top: -3vw;
}
.btn-wh {
  width: 100%;
}
/*===== header =====*/
header #logo {
  width: 18%;
}
.menu-trigger {
  width: 8vw;
  height: 6vw;
}
.menu-trigger span:nth-of-type(2) {
  margin-top: 2.5vw;
}
nav {
  padding: 21% 5% 18%;
}
nav li a {
  font-size: 4.5vw;
  padding: 5.5% 0;
}
nav li:last-child a {
  width: 100%;
  padding: 6% 1vw;
}
nav li:last-child a span::before {
  width: 5vw;
  height: 5vw;
  top: 1.5vw;
}
/*===== TOP style =====*/
/* mv */
#mv strong {
  font-size: 6.5vw;
}
#mv em {
  font-size: 3.25vw;
}
/* Job change */
#job-change p,
#recruiting p,
#about p {
  font-size: 3.75vw;
}
/* company profile */
#company-profile figure {
  width: 18%;
  margin-bottom: 6.66%;
}
#company-profile ul li p {
  font-size: 3.65vw;
}  
/*===== footer =====*/
footer ul li a {
  font-size: 4vw;
  padding: 5% 4%;
}
footer ul li a::after {
  width: 2vw;
  height: 2vw;
  margin-top: -1vw;
}
footer #copy {
  font-size: 3vw;
}
/*===== Page style =====*/
/* fv */
#headline {
  height: 35vw;
}
#headline h1 {
  font-size: 6vw;
}
#headline h1 em {
  font-size: 3.5vw;
}
.lead-txt {
  font-size: 3.75vw;
  text-align: left !important;
}
.ttl-h3 {
  font-size: 4.5vw;
}
.ttl-h3::before {
  width: 10vw;
  margin-top: -4vw;
}
.merit-box {
  padding: 0 2% 5% 2%;
}
.merit-box h4 {
  font-size: 3.5vw;
  padding: 2%;
}
.merit-box ul li {
  font-size: 3.5vw;
}
.merit-box p {
  font-size: 3.5vw;
}
#page #recruiting .merit-box p {
  font-size: 3.35vw;
}
.profile-box dl dt,
.profile-box dl dd {
  font-size: 3.75vw;
}
/* Privacy policy */
#page .policy-box p {
  font-size: 3.75vw;
}
.policy-box dt {
  font-size: 3.75vw;
}
.policy-box dd p {
  font-size: 3.5vw;
}
/* contact */
#contact p {
  font-size: 3.75vw;
}
input,button,textarea {
  font-size: 3.5vw;
}
::-webkit-input-placeholder {
  font-size: 3.5vw;
}
::-moz-placeholder {
  font-size: 3.5vw;
}
:-ms-input-placeholder {
  font-size: 3.5vw;
}
input[type="text"] {
  height: 9vw;
}
input[type="submit"] {
  font-size: 4vw;
  padding: 5% 1vw;
}
.form th,
.form td {
  font-size: 3.75vw;
}
.form th {
  width: 100%;
  border-bottom: none;
  padding-bottom: 0;
}
.form tr:nth-child(1) td {
  border-top: none;
}
.form th span,
.form th em {
  font-size: 3.25vw;
}
.form td {
  padding-top: 2.6%;
}
.va {
  padding-top: 4% !important;
}
#submit-btn input {
  max-width: 100%;
}
input[type="radio"]:checked:before {
  margin: -1vw 0 0 -1vw;
  width: 2vw;
  height: 2vw;
}
/* エラー */
#error-box > p {
  font-size: 3.75vw;
}
#error-box .error_messe {
  font-size: 3.75vw;
}
#error-box .btn-back {
  width: 100%;
}
#error-box .btn-back input {
  font-size: 3.75vw;
}
/* 確認画面・送信完了 */ 
#confirm > p {
  font-size: 3.75vw;
}
#confirm-btn li input, .btn-box a {
  font-size: 3.75vw;
}
.btn-box {
  width: 100%;
}
#thanks-btn {
  width: 100%;
}
#thanks-txt {
  font-size: 3.75vw;
}
}