.Breadcrumb {
  padding-left: 120px;
  width: 50%;
  height: 60px;
  line-height: 60px;
  background: #222;
}
@media screen and (max-width: 768px) {
  .Breadcrumb {
    padding-left: 4.8vw;
    width: 86.9%;
    height: 40px;
    line-height: 40px;
  }
}
.Breadcrumb-List-Item {
  display: inline;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Breadcrumb-List-Item {
    font-size: 2.8vw;
  }
}
.Breadcrumb-List-Item::after {
  content: '＞';
  padding: 0 8px;
  color: #fff;
}
.Breadcrumb-List-Item:last-child::after {
  content: '';
}
.Breadcrumb-List-Item-Text {
  display: inline-block;
  color: #fff;
}
.Breadcrumb-List-Item-Text.isLink {
  text-decoration: underline;
}
.ContactSection {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .ContactSection {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .Contact-Inner {
    padding-left: 8.4vw;
    padding-right: 8.4vw;
  }
}
.Contact-Inner-Headline {
  margin-left: auto;
  margin-right: auto;
  width: 207px;
}
.Contact-Inner-Border {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 1px;
  background: #222;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Border {
    margin-top: 18px;
  }
}
.Contact-Inner-SubHeadline {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-SubHeadline {
    margin-top: 12px;
    font-size: 2.8vw;
  }
}
.Contact-Inner-SubHeadline02 {
  margin-top: 40px;
  text-align: center;
  line-height: 1.8;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-SubHeadline02 {
    margin-top: 27px;
    font-size: 4.3vw;
  }
}
.Contact-Inner-Text {
  margin-top: 40px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Text {
    margin-top: 25px;
    font-size: 2.8vw;
  }
}
.Contact-Inner-Btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  width: 640px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00b800;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Btn {
    margin-top: 24px;
    width: 100%;
    height: 75px;
    font-size: 5vw;
  }
}
.Contact-Inner-Btn img {
  margin-right: 24px;
  width: 40px;
}
@media screen and (max-width: 480px) {
  .Contact-Inner-Btn img {
    margin-right: 15px;
  }
}
.FindSection {
  position: relative;
  padding-top: 88px;
  padding-bottom: 88px;
  background: url("../../images/index-find-bg.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .FindSection {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../../images/index-find-bgSp.jpg") no-repeat center;
    background-size: cover;
  }
}
.Find-Inner-Box {
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 48px;
  width: 23.6%;
  max-width: 340px;
  background: rgba(0,0,0,0.6);
}
@media screen and (max-width: 768px) {
  .Find-Inner-Box {
    padding-top: 40px;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
    padding-bottom: 55px;
    width: 79.4%;
  }
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box {
    padding-left: 6.5vw;
    padding-right: 6.5vw;
  }
}
.Find-Inner-Box-Headline {
  text-align: center;
  line-height: 1.3;
  color: #fff;
  font-size: 36px;
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box-Headline {
    font-size: 8.6vw;
  }
}
.Find-Inner-Box-SubHeadline {
  margin-top: 10px;
  text-align: center;
  color: #d9b97a;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box-SubHeadline {
    margin-top: 20px;
    font-size: 4.8vw;
  }
}
.Find-Inner-Box-Border {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box-Border {
    margin-top: 30px;
  }
}
.Find-Inner-Box-Text {
  margin-top: 42px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box-Text {
    margin-top: 28px;
    font-size: 3.6vw;
  }
}
.Find-Inner-Box-Btn {
  position: relative;
  margin-top: 20px;
  border: 1px solid #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box-Btn {
    margin-top: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 4.3vw;
  }
}
.Find-Inner-Box-Btn:hover {
  border: 1px solid rgba(255,255,255,0.4);
}
.Find-Inner-Box-Btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 56px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  transform-origin: left top;
}
@media screen and (max-width: 480px) {
  .Find-Inner-Box-Btn::before {
    left: 5.7vw;
    width: 30px;
    height: 2px;
  }
}
.Find-Inner-Box-Btn:hover::before {
  background: rgba(255,255,255,0.65);
  animation-name: btn_hover;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@-moz-keyframes btn_hover {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes btn_hover {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-o-keyframes btn_hover {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes btn_hover {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.FooterSection {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #222;
}
@media screen and (max-width: 480px) {
  .FooterSection {
    padding-top: 70px;
    padding-bottom: 128px;
  }
}
.Footer-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1360px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.Footer-Inner-Logo {
  margin-left: auto;
  margin-right: auto;
  width: 140px;
}
.Footer-Inner-Border {
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 1px;
  background: #4e4e4e;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-Border {
    margin-top: 20px;
  }
}
.Footer-Inner-Info {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  width: 475px;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-Info {
    margin-top: 20px;
    display: none;
  }
}
.Footer-Inner-Info .isGray {
  color: #7a7a7a;
}
.Footer-Inner-InfoSp {
  margin-top: 20px;
  text-align: center;
  line-height: 2;
  color: #fff;
  font-size: 12px;
  display: none;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-InfoSp {
    display: block;
  }
}
.Footer-Inner-Copy {
  margin-top: 56px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.FixedCTASection {
  position: fixed;
  bottom: 0px;
  z-index: 24;
  width: 100%;
  border-top: 6px solid #d2c7b2;
  background: #1a1b21;
  pointer-events: none;
  opacity: 0;
  transition: 0.8s all;
}
.FixedCTASection.isShow {
  pointer-events: auto;
  opacity: 1;
}
.FixedCTA-Inner {
  padding-left: 4.8vw;
  padding-right: 4.8vw;
  width: 100%;
  height: 83px;
  display: flex;
  align-items: center;
}
.FixedCTA-Inner-Btn {
  width: calc((100% - 15px) / 2);
}
.FixedCTA-Inner-Btn:nth-child(2) {
  margin-left: 15px;
}
.Menu_Trigger {
  position: fixed;
  z-index: 10;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 20px;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .Menu_Trigger {
    top: 3.7vw;
    right: 2.7vw;
  }
}
.Menu_Trigger:hover {
  opacity: 0.65;
}
.Menu_Trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #222;
  transition: all 0.5s;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .Menu_Trigger span {
    height: 1px;
  }
}
.Page.isKasou .Menu_Trigger span {
  background-color: #fff;
}
.Menu_Trigger span:nth-of-type(1) {
  top: 0;
  width: 80%;
}
.Menu_Trigger span:nth-of-type(2) {
  top: 9px;
  width: 100%;
}
.Menu_Trigger span:nth-of-type(3) {
  bottom: 0;
  width: 62.5%;
}
.isActive .Menu_Trigger span {
  background-color: #fff;
}
.isActive .Menu_Trigger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  width: 100%;
}
.isActive .Menu_Trigger span:nth-of-type(2) {
  opacity: 0;
}
.isActive .Menu_Trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
  width: 100%;
}
.isActive .Nav {
  left: 0;
  opacity: 1;
}
.Nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 11;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .Nav {
    right: -220px;
    width: 220px;
  }
}
.Nav-Inner {
  padding: 25px;
}
@media screen and (max-width: 480px) {
  .Nav-Inner {
    padding: 2.7vw;
  }
}
.Nav-Inner-List-Item {
  border-bottom: 1px solid #ccc;
}
.Nav-Inner-List-Item-Link {
  padding: 1em;
  letter-spacing: 0.025em;
  color: #333;
  font-size: 20px;
  transition-duration: 0.2s;
}
@media screen and (max-width: 480px) {
  .Nav-Inner-List-Item-Link {
    padding: 0.8em;
    font-size: 3.6vw;
  }
}
.Nav-Inner-List-Item-Link:hover {
  background: #e7e7e7;
}
.MaskLayer {
  display: none;
  transition: all 0.5s;
}
.isActive .MaskLayer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}
.LogoBox {
  position: absolute;
  top: 35px;
  left: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .LogoBox {
    top: 3.7vw;
    left: 4.8vw;
    flex-wrap: wrap-reverse;
  }
}
.LogoBox-Logo {
  width: 136px;
}
@media screen and (max-width: 480px) {
  .LogoBox-Logo {
    margin-top: 16px;
    width: 100px;
  }
}
.LogoBox-Text {
  margin-left: 27px;
  letter-spacing: 0.12em;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .LogoBox-Text {
    margin-left: 0;
    width: 100%;
    font-size: 3.3vw;
  }
}
.Page.isKasou .LogoBox-Text {
  color: #fff;
}
/* ---------------------------- */
/* --- RecruitSection --- */
/* ---------------------------- */
.RecruitSection {
  position: relative;
  padding-top: 200px;
  padding-bottom: 110px;
  background: #222;
}
@media screen and (max-width: 480px) {
  .RecruitSection {
    padding-bottom: 80px;
  }
}
.Recruit-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Recruit-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Recruit-Inner {
    padding-left: 7.2vw;
    padding-right: 7.2vw;
  }
}
.Recruit-Inner-Headline {
  margin-left: auto;
  margin-right: auto;
  width: 362px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Headline {
    width: 88%;
  }
}
.Recruit-Inner-Border {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Border {
    margin-top: 18px;
  }
}
.Recruit-Inner-SubHeadline {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-SubHeadline {
    font-size: 2.8vw;
  }
}
.Recruit-Inner-Step {
  margin-top: 100px;
  border: 1px solid #999;
  display: flex;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Step {
    margin-top: 54px;
  }
}
.Recruit-Inner-Step-Item {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Step-Item {
    padding-top: 14px;
    padding-bottom: 14px;
    flex-wrap: wrap;
    font-size: 18px;
  }
}
.Recruit-Inner-Step-Item.isActive {
  z-index: 1;
  background: #fff;
  color: #222;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Step-Item:first-child {
    width: 28.24%;
  }
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Step-Item:nth-child(2) {
    padding-left: 20px;
    width: 36.15%;
  }
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Step-Item:nth-child(3) {
    padding-left: 16px;
    width: 35.61%;
  }
}
.Recruit-Inner-Step-Item span {
  margin-left: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Step-Item span {
    margin-top: 8px;
    margin-left: 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
}
.Recruit-Inner-Form {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form {
    margin-top: 60px;
  }
}
.Recruit-Inner-Form-Item {
  margin-top: 56px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-Item {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.Recruit-Inner-Form-Item.isAge {
  margin-top: 28px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-Item.isAge {
    margin-top: 20px;
  }
}
.Recruit-Inner-Form-Item.isTextarea {
  align-items: flex-start;
}
.Recruit-Inner-Form-Item-Label {
  padding-right: 30px;
  width: 30%;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-Item-Label {
    padding-right: 0;
    width: 100%;
  }
}
.Recruit-Inner-Form-Item-Label span {
  border-radius: 4px;
  margin-left: auto;
  width: 46px;
  height: 24px;
  line-height: 24px;
  background: #ffa700;
  text-align: center;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-Item-Label span {
    margin-left: 24px;
  }
}
.Recruit-Inner-Form-Item-Label.isTextarea {
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-Item-Label.isTextarea {
    padding-top: 0;
  }
}
.Recruit-Inner-Form-Item-Input {
  border-radius: 6px;
  border: none;
  padding-left: 30px;
  padding-right: 1em;
  width: 100%;
  height: 60px;
  background: #fff;
  color: #999;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-Item-Input {
    margin-top: 14px;
    padding-left: 20px;
    height: 50px;
  }
}
.Recruit-Inner-Form-Item-Input.isTel {
  width: 100%;
}
.Recruit-Inner-Form-Item-Textarea {
  border-radius: 6px;
  border: none;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 1em;
  width: 100%;
  height: 240px;
  background: #fff;
  color: #999;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-Item-Textarea {
    margin-top: 14px;
    padding-top: 16px;
    padding-left: 20px;
    height: 150px;
  }
}
.Recruit-Inner-Form-Item-Select {
  position: relative;
  border-radius: 6px;
  padding-left: 30px;
  padding-right: 1em;
  width: 30%;
  height: 60px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-Item-Select {
    margin-top: 14px;
    padding-left: 20px;
    width: 70%;
    height: 50px;
  }
}
.Recruit-Inner-Form-Item-Select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background-image: url("https://yuyauver98.me/wp-content/uploads/2020/12/contact-select-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
}
.Recruit-Inner-Form-Item-Select-Content {
  width: 100%;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  cursor: pointer;
}
.Recruit-Inner-Form-Item-Box {
  width: 62%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-Item-Box {
    margin-top: 14px;
    width: 100%;
  }
}
.Recruit-Inner-Form-Item-Box-Datepicker {
  border-radius: 6px;
  border: none;
  padding-left: 30px;
  padding-right: 1em;
  width: 100%;
  height: 60px;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-Item-Box-Datepicker {
    padding-left: 20px;
    height: 50px;
  }
}
.Recruit-Inner-Form-Item-Box-Select {
  position: relative;
  border-radius: 6px;
  padding-left: 30px;
  padding-right: 1em;
  width: 22.58%;
  height: 60px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-Item-Box-Select {
    padding-left: 12px;
    width: 22%;
    height: 50px;
  }
}
@media screen and (max-width: 320px) {
  .Recruit-Inner-Form-Item-Box-Select {
    padding-left: 10px;
  }
}
.Recruit-Inner-Form-Item-Box-Select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background-image: url("https://yuyauver98.me/wp-content/uploads/2020/12/contact-select-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-Item-Box-Select::after {
    right: 6px;
  }
}
.Recruit-Inner-Form-Item-Box-Select-Content {
  width: 100%;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.Recruit-Inner-Form-SubText {
  margin-top: 10px;
  margin-left: auto;
  width: 70%;
  color: #999;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-SubText {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .Recruit-Inner-Form-SubText {
    font-size: 10px;
  }
}
.Recruit-Inner-Box {
  margin-top: 120px;
  margin-left: auto;
  width: 70%;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Box {
    margin-top: 100px;
    width: 100%;
  }
}
.Recruit-Inner-Box-Btn {
  border: 1px solid #fff !important;
  width: 300px;
  height: 60px;
  background: #222;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Box-Btn {
    width: 100%;
  }
}
.Recruit-Inner-Box-Btn.wpcf7-submit {
  border: none !important;
  margin-top: 24px;
  background: #ffa700;
  font-weight: bold;
}
.Recruit-Inner-Step-Item:not(:last-child)::before,
.Recruit-Inner-Step-Item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 2;
  border: 35px solid transparent;
  border-left: 20px solid #222;
  margin: auto;
}
form.init .StepItem01 {
  z-index: 1;
  background: #fff;
  color: #222;
}
form.init .StepItem01::before,
form.init .StepItem01::after {
  border-left: 20px solid #fff;
}
form.custom-wpcf7c-confirmed .StepItem02 {
  z-index: 1;
  background: #fff;
  color: #222;
}
form.custom-wpcf7c-confirmed .StepItem02::before,
form.custom-wpcf7c-confirmed .StepItem02::after {
  border-left: 20px solid #fff;
}
.Recruit-Inner-Step-Item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #999;
}
.Recruit-Inner-Step-Item.isActive:not(:last-child)::after {
  border-left-color: #fff;
}
.Recruit-Inner-Step-Item.isActive:not(:last-child)::before {
  border-left: none;
}
td.ui-datepicker-week-end a.ui-state-default {
  color: #00f !important;
}
td.ui-datepicker-week-end:last-child a.ui-state-default {
  color: #f00 !important;
}
div.screen-reader-response {
  display: none;
}
div.wpcf7-response-output {
  color: #fff;
}
.wpcf7c-conf {
  border: none !important;
}
.isName + p {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .isName + p {
    width: 100%;
  }
}
.Recruit-Inner-Form-Item-Label.isTel + p {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .Recruit-Inner-Form-Item-Label.isTel + p {
    width: 70%;
  }
}
.isEmail + p {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .isEmail + p {
    width: 100%;
  }
}
.isTextarea + p {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .isTextarea + p {
    width: 100%;
  }
}
.wpcf7-form-control-wrap.your-name,
.wpcf7-form-control-wrap.your-tel,
.wpcf7-form-control-wrap.your-email,
.wpcf7-form-control-wrap.your-msg {
  width: 100%;
}
.wpcf7-form-control-wrap.your-interviewdate {
  width: 48.38%;
}
@media screen and (max-width: 480px) {
  .wpcf7-form-control-wrap.your-interviewdate {
    width: 52.17%;
  }
}
.custom-wpcf7c-confirmed .Recruit-Inner-Form-Item-Input,
.custom-wpcf7c-confirmed .Recruit-Inner-Form-Item-Select,
.custom-wpcf7c-confirmed .Recruit-Inner-Form-Item-Box-Select {
  background: #999;
}
.custom-wpcf7c-confirmed .Recruit-Inner-Form-Item-Textarea {
  background: rgba(255,255,255,0.9) !important;
}
input::placeholder {
  color: #ccc;
}
textarea::placeholder {
  color: #ccc;
}
.btn{
 max-width:300px;
margin:60px auto 0; 
}