@charset "UTF-8";
/*----------------------------------
        font
----------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lobster");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700,900&subset=japanese");
@font-face {
  font-family: "Mamelon";
  src: url("../font/Mamelon.woff2"), url("../font/Mamelon.woff");
}
/*heavyとblack同じ*/
* {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 16px;
}

/*----------------------------------
        setting
----------------------------------*/
@media screen and (min-width: 415px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .pc {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.wrapper {
  width: 1165px;
  margin: 0 auto;
  padding: 0 80px;
}

.wrapper.wide {
  padding: 0 20px;
}

@media screen and (max-width: 414px) {
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
}
main, body {
  min-width: 1165px;
}

@media screen and (max-width: 414px) {
  main, body {
    min-width: 414px;
    /* min-width: 320px; */
  }

  body {
    padding-bottom: 85px;
  }
}
/*----------------------------------
----------------------------------*/
header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 2;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}
header .wrapper {
  box-sizing: border-box;
  height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
header .wrapper .header_logo img {
  width: 288px;
}
header .wrapper .header_form_jump {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ff7e60;
  width: 300px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0px 5px #ff5136;
}
header .wrapper .header_form_jump p {
  color: #fff;
  font-size: 21px;
}
header .wrapper .header_form_jump img {
  width: 23px;
  margin-left: 10px;
}

main {
  padding-top: 100px;
}

@media screen and (max-width: 414px) {
  header {
    position: static;
  }
  header .wrapper {
    width: 100%;
    height: 66px;
    padding: 0 15px;
  }
  header .wrapper .header_logo img {
    width: 190px;
  }
  header .wrapper .header_form_jump {
    width: 105px;
    height: 47px;
    position: relative;
    margin-left: 50px;
  }
  header .wrapper .header_form_jump p {
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.3;
  }
  header .wrapper .header_form_jump img {
    width: 15px;
    margin: 0;
    position: absolute;
    bottom: 6px;
    right: 15px;
  }

  main {
    padding-top: 0;
  }
}
.recruit_top {
  background-color: #f0ece7;
  padding-bottom: 60px;
}
.recruit_top .Recruit_title {
  font-size: 86px;
  font-family: 'Lobster', cursive;
  text-align: center;
  position: relative;
  top: 40px;
}
.recruit_top .Recruit_img img {
  margin: 0 auto;
  display: block;
}
.recruit_top .Recruit_content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 645px;
  height: 73px;
  margin: 0px auto;
  padding: 2px 0;
  position: relative;
  bottom: 30px;
  background: url(../img/recruit-lp/recruit_lp_top_txt.png) no-repeat;
}
.recruit_top .Recruit_content p {
  font-size: 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}
.recruit_top .Recruit_content p span {
  font-size: 40px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}
.recruit_top .Recruit_open {
  height: 300px;
  width: 94%;
  max-width: 1160px;
  margin: 60px auto;
  background: url(../img/recruit-lp/recruit_lp_recruit_frame.png);
  background-size: 100% 300px;
  position: relative;
}
.recruit_top .Recruit_open .top_ttl {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  background: #948070;
  color: white;
  font-size: 23px;
  font-weight: 500;
  padding: 10px 20px;
  white-space: nowrap;
}
.recruit_top .Recruit_open .Recruit_open_textarea {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.recruit_top .Recruit_open .Recruit_open_textarea .day {
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit_top .Recruit_open .Recruit_open_textarea .day span {
  background: white;
  border-radius: 50%;
  font-size: 30px;
  padding: 1px 8px;
  margin-left: 10px;
}
.recruit_top .Recruit_open .Recruit_open_textarea .open {
  font-size: 41px;
  font-weight: 800;
  white-space: nowrap;
  color: #ee8568;
  text-shadow: 
      3px  3px 1px #ffffff,
    -3px  3px 1px #ffffff,
      3px -3px 1px #ffffff,
    -3px -3px 1px #ffffff,
      3px  0px 1px #ffffff,
      0px  3px 1px #ffffff,
    -3px  0px 1px #ffffff,
      0px -3px 1px #ffffff; 
}
.recruit_top .Recruit_open .Recruit_open_textarea .open span {
  color: #948070;
  font-size: 41px;
  font-weight: 800;
}
.recruit_top .Recruit_open .Recruit_open_textarea .opening-staff {
  font-size: 55px;
  font-weight: 800;
  white-space: nowrap;
  color: #ee8568;
  text-shadow: 
  3px  3px 1px #ffffff,
-3px  3px 1px #ffffff,
  3px -3px 1px #ffffff,
-3px -3px 1px #ffffff,
  3px  0px 1px #ffffff,
  0px  3px 1px #ffffff,
-3px  0px 1px #ffffff,
  0px -3px 1px #ffffff; 
}

.recruit_top .wrapper .txt_lead {
  margin-bottom: 50px;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 2;
}
.recruit_top .wrapper .txt_lead .strong {
  font-size: 100%;
  font-weight: 500;
  color: #ED8568;
}
.recruit_top .wrapper .txt_top {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 20px;
  text-align: center;
}
.recruit_top .wrapper .txt_top .txt_yellow {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #e0e500;
  text-shadow: 1px 1px #000,  -1px -1px #000, -1px 1px #000,  1px -1px #000, 0px 1px #000, 0px -1px #000, -1px 0px #000, 1px 0px #000;
}
.recruit_top .wrapper .txt_top .txt_white {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  text-shadow: 1px 1px #000,  -1px -1px #000, -1px 1px #000,  1px -1px #000, 0px 1px #000, 0px -1px #000, -1px 0px #000, 1px 0px #000;
}
.recruit_top .wrapper .txt_top .txt_width {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -30px;
}
.recruit_top .wrapper .txt_bottom {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.5px;
}
.recruit_top .wrapper .store {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 75px;
}
.recruit_top .wrapper .store .store_box {
  /*img*/
  width: 112px;
  height: 112px;
  background: url(../img/recruit-lp/recruit_lp_maru.png) no-repeat;
  background-size: 100%;
  position: relative;
  /*font*/
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
.recruit_top .wrapper .store .store_box .new {
  position: absolute;
  top: -15px;
  left: -2px;
  transform: rotate(-30deg);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  color: #ff7e60;
}
.recruit_top .wrapper .present {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 46px;
  background: url(../img/recruit-lp/recruit_lp_present.png) no-repeat;
  height: 160px;
  padding-top: 12px;
  margin-bottom: 10px;
}
.recruit_top .wrapper .present .present1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 74px;
  color: #fff;
  text-shadow: 1px 1px #000,  -1px -1px #000, -1px 1px #000,  1px -1px #000, 0px 1px #000, 0px -1px #000, -1px 0px #000, 1px 0px #000;
  letter-spacing: 5px;
  position: relative;
  top: 3px;
  left: 3px;
}
.recruit_top .wrapper .present .present2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 64px;
  color: #fff;
  text-shadow: 1px 1px #000,  -1px -1px #000, -1px 1px #000,  1px -1px #000, 0px 1px #000, 0px -1px #000, -1px 0px #000, 1px 0px #000;
  letter-spacing: 5px;
}

@media screen and (max-width: 414px) {
  .recruit_top {
    padding-bottom: 40px;
  }
  .recruit_top .Recruit_title {
    font-size: 43px;
    top: 20px;
  }
  .recruit_top .Recruit_img img {
    width: 100%;
    padding: 0 15px;
  }
  .recruit_top .Recruit_content {
    width: 225px;
    height: 75px;
    background: url(../img/recruit-lp/recruit_lp_top_txt_sp.png) no-repeat;
    background-size: 100%;
  }
  .recruit_top .Recruit_content p {
    font-size: 19px;
  }
  .recruit_top .Recruit_content p span {
    font-size: 24px;
  }



  .recruit_top .Recruit_open {
    height: 105px;
    max-width: 385px;
    margin: 40px auto;
    background: url(../img/recruit-lp/recruit_lp_recruit_frame_sp.png);
    background-size: 100% 100%;
  }
  .recruit_top .Recruit_open .top_ttl {
    top: -8%;
    max-width: 280px;
    font-size: 10px;
    padding: 4px 6px;
  }
  .recruit_top .Recruit_open .Recruit_open_textarea {
    top: 18%;
  }
  .recruit_top .Recruit_open .Recruit_open_textarea .day {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .recruit_top .Recruit_open .Recruit_open_textarea .day span {
    font-size: 12px;
    padding: 1px 4px;
    margin-left: 8px;
  }
  .recruit_top .Recruit_open .Recruit_open_textarea .open {
    font-size: 14px;
  }
  .recruit_top .Recruit_open .Recruit_open_textarea .open span {
    font-size: 14px;
  }
  .recruit_top .Recruit_open .Recruit_open_textarea .opening-staff {
    font-size: 19px;
  }




  .recruit_top .wrapper .txt_top {
    font-size: 22px;
    position: relative;
    left: -10px;
  }
  .recruit_top .wrapper .txt_top .txt_yellow {
    font-size: 20px;
  }
  .recruit_top .wrapper .txt_top .txt_white {
    font-size: 20px;
  }
  .recruit_top .wrapper .txt_top .txt_width {
    font-size: 22px;
  }
  .recruit_top .wrapper .txt_bottom {
    font-size: 19px;
  }
  .recruit_top .wrapper .store {
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
  }
  .recruit_top .wrapper .store .store_box {
    width: 70px;
    height: 70px;
    margin: 0 3px 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .recruit_top .wrapper .store .store_box .new {
    top: -10px;
    left: -5px;
    font-size: 12px;
  }
  .recruit_top .wrapper .present {
    font-size: 24px;
    background: url(../img/recruit-lp/recruit_lp_present_sp.png) no-repeat;
    background-size: 100%;
    padding-top: 20px;
  }
  .recruit_top .wrapper .present .present1 {
    font-size: 40px;
    position: relative;
    top: 2px;
    left: 2px;
  }
  .recruit_top .wrapper .present .present2 {
    font-size: 35px;
  }
}
.jump {
  padding: 10px 0;
}
.jump .pattern {
  width: 100%;
  height: 20px;
  background: url(../img/recruit-lp/recruit_lp_pattern.png) no-repeat;
}
.jump .wrapper {
  padding: 40px 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jump .wrapper .pic01 {
  background: url(../img/recruit-lp/recruit_lp_jump01.png) no-repeat;
  background-size: 100%;
}
.jump .wrapper .pic02 {
  background: url(../img/recruit-lp/recruit_lp_jump02.png) no-repeat;
  background-size: 100%;
}
.jump .wrapper .pic03 {
  background: url(../img/recruit-lp/recruit_lp_jump03.png) no-repeat;
  background-size: 100%;
}
.jump .wrapper .pic04 {
  background: url(../img/recruit-lp/recruit_lp_jump04.png) no-repeat;
  background-size: 100%;
}
.jump .wrapper .jump_box {
  width: 230px;
  height: 230px;
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.jump .wrapper .jump_box::after {
  content: "";
  background: url(../img/recruit-lp/arrow.png) no-repeat;
  background-size: 17px;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 170px;
  left: 45%;
}

@media screen and (max-width: 414px) {
  .jump .pattern {
    background: url(../img/recruit-lp/recruit_lp_pattern_sp.png) no-repeat;
    background-size: 100%;
  }
  .jump .wrapper {
    padding: 15px 15px 0;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .jump .wrapper .jump_box {
    width: 165px;
    height: 165px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .jump .wrapper .jump_box::after {
    background-size: 12px;
    width: 12px;
    height: 15px;
    top: 115px;
  }
}
.reason {
  background-color: #f0ece7;
  padding-top: 80px;
}
.reason .reason_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  position: relative;
  width: 294px;
  margin: 0 auto;
}
.reason .reason_box_red {
  padding-top: 80px;
  background: linear-gradient(transparent 38%, #ff7e60 0%);
}
.reason .reason_box_red .wrapper .top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.reason .reason_box_red .wrapper .top .no {
  font-family: 'Lobster', cursive;
  font-size: 28px;
}
.reason .reason_box_red .wrapper .top .no span {
  font-family: 'Lobster', cursive;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 5px;
}
.reason .reason_box_red .wrapper .top .hukidashi {
  position: absolute;
  left: 60px;
}
.reason .reason_box_red .wrapper .top .hukidashi img {
  width: 100%;
}
.reason .reason_box_red .wrapper .top .hukidashi span {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 32px;
  display: block;
  position: absolute;
  letter-spacing: -0.5px;
}
.reason .reason_box_red .wrapper .top .hukidashi .no1 {
  top: 100px;
  left: 52px;
  transform: rotate(-14deg);
  -webkit-transform: rotate(-14deg);
}
.reason .reason_box_red .wrapper .top .hukidashi .no3 {
  top: 65px;
  left: 100px;
  transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
}
.reason .reason_box_red .wrapper .top .pic img {
  width: 470px;
}
.reason .reason_box_red .wrapper .content {
  padding: 20px 0;
  line-height: 30px;
}
.reason .reason_box_yellow {
  padding-top: 80px;
  background: linear-gradient(transparent 38%, #e0e500 0%);
}
.reason .reason_box_yellow .wrapper .top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.reason .reason_box_yellow .wrapper .top .pic img {
  width: 470px;
}
.reason .reason_box_yellow .wrapper .top .no {
  font-family: 'Lobster', cursive;
  font-size: 28px;
}
.reason .reason_box_yellow .wrapper .top .no span {
  font-family: 'Lobster', cursive;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 5px;
}
.reason .reason_box_yellow .wrapper .top .hukidashi img {
  width: 100%;
}
.reason .reason_box_yellow .wrapper .top .hukidashi span {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 32px;
  display: block;
  position: absolute;
  letter-spacing: -0.5px;
}
.reason .reason_box_yellow .wrapper .top .hukidashi .no2 {
  top: 70px;
  right: 70px;
  transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
}
.reason .reason_box_yellow .wrapper .top .hukidashi .no4 {
  top: 75px;
  right: 95px;
  transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
}
.reason .reason_box_yellow .wrapper .content {
  padding: 20px 0;
  line-height: 30px;
}

@media screen and (max-width: 414px) {
  .reason {
    padding-top: 50px;
  }
  .reason .reason_title {
    font-size: 30px;
    width: 215px;
  }
  .reason .reason_box_red {
    padding-top: 30px;
    background: linear-gradient(transparent 16%, #ff7e60 0%);
  }
  .reason .reason_box_red .wrapper .top {
    display: block;
  }
  .reason .reason_box_red .wrapper .top .no {
    font-size: 21px;
    text-align: right;
  }
  .reason .reason_box_red .wrapper .top .no span {
    font-size: 54px;
  }
  .reason .reason_box_red .wrapper .top .hukidashi {
    left: 0;
    top: 0;
  }
  .reason .reason_box_red .wrapper .top .hukidashi span {
    font-size: 18px;
  }
  .reason .reason_box_red .wrapper .top .hukidashi .no1 {
    top: 55px;
    left: 32px;
  }
  .reason .reason_box_red .wrapper .top .hukidashi .no3 {
    top: 38px;
    left: 62px;
  }
  .reason .reason_box_red .wrapper .top .pic img {
    width: 100%;
    margin-top: 95px;
    padding: 0 15px;
  }
  .reason .reason_box_red .wrapper .content {
    font-size: 15px;
    padding: 20px 15px;
  }
  .reason .reason_box_yellow {
    padding-top: 30px;
    background: linear-gradient(transparent 16%, #e0e500 0%);
  }
  .reason .reason_box_yellow .wrapper .top {
    display: block;
  }
  .reason .reason_box_yellow .wrapper .top .pic img {
    width: 100%;
    margin-top: 95px;
    padding: 0 15px;
  }
  .reason .reason_box_yellow .wrapper .top .no {
    font-size: 21px;
  }
  .reason .reason_box_yellow .wrapper .top .no span {
    font-size: 54px;
  }
  .reason .reason_box_yellow .wrapper .top .hukidashi {
    position: absolute;
    top: 0;
    right: 0;
  }
  .reason .reason_box_yellow .wrapper .top .hukidashi span {
    font-size: 18px;
  }
  .reason .reason_box_yellow .wrapper .top .hukidashi .no2 {
    top: 40px;
    right: 45px;
  }
  .reason .reason_box_yellow .wrapper .top .hukidashi .no4 {
    top: 50px;
    right: 65px;
  }
  .reason .reason_box_yellow .wrapper .content {
    font-size: 15px;
    padding: 20px 15px;
  }
}
.training {
  padding-top: 80px;
}
.training .wrapper {
  padding: 0 210px;
}
.training .wrapper .training_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  position: relative;
  width: 252px;
  margin: 0 auto 60px;
}
.training .wrapper .schedule {
  border: 6px solid #987f6e;
  border-radius: 10px;
}
.training .wrapper .schedule .schedule_top {
  font-size: 22px;
  color: #fff;
  text-align: center;
  width: 500px;
  line-height: 50px;
  margin: 0 auto 30px;
  background-color: #987f6e;
  border-radius: 0 0 10px 10px;
}
.training .wrapper .schedule .schedule_box {
  background-color: #f0ece7;
  margin: 0 50px 20px 50px;
}
.training .wrapper .schedule .schedule_box p {
  font-size: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid;
  line-height: 50px;
  padding: 0 20px;
}
.training .wrapper .schedule .schedule_box p:first-child {
  border: none;
}
.training .wrapper .schedule .schedule_box span {
  font-size: 20px;
}
.training .wrapper .schedule .arrow_box p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px;
  position: relative;
}
.training .wrapper .schedule .arrow_box p img:first-child {
  width: 22px;
  position: absolute;
  left: 260px;
}
.training .wrapper .schedule .arrow_box p img:last-child {
  width: 22px;
  position: absolute;
  right: 260px;
}
.training .wrapper .schedule .schedule_txt {
  margin: 0 70px 30px;
}
.training .wrapper .schedule .schedule_bottom {
  color: #fff;
  background-color: #987f6e;
  padding: 20px 50px;
  line-height: 2;
}
.training .wrapper .schedule .schedule_bottom a {
  text-decoration: underline;
}
.training .wrapper .schedule .schedule_bottom a img {
  width: 16px;
  margin-left: 15px;
}
.training .wrapper .training_bottom {
  display: -webkit-flex;
  display: flex;
  margin: 40px 15px 0;
}
.training .wrapper .training_bottom img {
  width: 224px;
  height: 100%;
}
.training .wrapper .training_bottom p {
  font-size: 18px;
  background: url(../img/recruit-lp/recruit_lp_training_hukidashi.png) no-repeat;
  width: 500px;
  padding: 60px 0 0 60px;
}

@media screen and (max-width: 414px) {
  .training {
    padding-top: 50px;
  }
  .training .wrapper {
    padding: 0 15px;
  }
  .training .wrapper .training_title {
    font-size: 30px;
    width: 200px;
  }
  .training .wrapper .schedule {
    border: 4px solid #987f6e;
  }
  .training .wrapper .schedule .schedule_top {
    font-size: 18px;
    width: 250px;
    line-height: 38px;
    margin: 0 auto 15px;
  }
  .training .wrapper .schedule .schedule_box {
    margin: 0 15px 15px;
  }
  .training .wrapper .schedule .schedule_box P {
    font-size: 15px;
    line-height: 40px;
    padding: 0 10px;
  }
  .training .wrapper .schedule .schedule_box span {
    font-size: 15px;
  }
  .training .wrapper .schedule .arrow_box p {
    font-size: 17px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .training .wrapper .schedule .arrow_box p img:first-child {
    width: 17px;
    left: 88px;
  }
  .training .wrapper .schedule .arrow_box p img:last-child {
    width: 17px;
    right: 88px;
  }
  .training .wrapper .schedule .schedule_txt {
    margin: 0 15px 15px;
  }
  .training .wrapper .schedule .schedule_txt p {
    font-size: 15px;
  }
  .training .wrapper .schedule .schedule_bottom {
    padding: 20px 15px;
  }
  .training .wrapper .schedule .schedule_bottom p {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .training .wrapper .schedule .schedule_bottom a img {
    width: 14px;
    margin-left: 5px;
  }
  .training .wrapper .training_bottom {
    margin: 90px 0 0;
    position: relative;
  }
  .training .wrapper .training_bottom img {
    width: 150px;
    position: relative;
    right: 10px;
  }
  .training .wrapper .training_bottom p {
    font-size: 15px;
    background: url(../img/recruit-lp/recruit_lp_training_hukidashi_sp.png) no-repeat;
    background-size: 222px;
    width: 222px;
    height: 240px;
    padding: 30px 0 0 30px;
    position: absolute;
    top: -70px;
    right: -8px;
    line-height: 1.45;
  }
}
.case {
  background-color: #f0ece7;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.case .wrapper .case_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  position: relative;
  width: 252px;
  margin: 0 auto 60px;
}
.case .wrapper .case_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
.case .wrapper .case_box .box {
  width: 314px;
  background-color: #fff;
  border-radius: 10px;
}
.case .wrapper .case_box .box .top {
  position: relative;
  margin: 15px 0 15px 90px;
  text-align: center;
}
.case .wrapper .case_box .box .top img {
  position: absolute;
  top: -5px;
  left: -75px;
  width: 95px;
}
.case .wrapper .case_box .box .top .txt1 {
  font-size: 17px;
  margin: 5px 0;
}
.case .wrapper .case_box .box .top .txt2 {
  font-size: 18px;
  margin: 5px 25px;
  background: url(../img/recruit-lp/recruit_lp_case_ribbon.png) no-repeat;
  background-size: 100%;
}
.case .wrapper .case_box .box .top .txt3 {
  font-size: 16px;
  margin: 5px 0;
}
.case .wrapper .case_box .box .bottom {
  height: 198px;
  background-color: #987f6e;
  border-radius: 0 0 10px 10px;
  display: -webkit-flex;
  display: flex;
  padding: 15px 5px;
}
.case .wrapper .case_box .box .bottom p:first-child {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: auto 0;
  line-height: 1.2;
}
.case .wrapper .case_box .box .bottom p:first-child span {
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
}
.case .wrapper .case_box .box .bottom img {
  margin: 0 10px;
}
.case .wrapper .case_box .box .bottom p:last-child {
  color: #e0e500;
  font-size: 18px;
  text-align: center;
  margin: 50px 0;
}
.case .wrapper .case_box .box .bottom p:last-child span {
  font-size: 26px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}
.case .wrapper .case_bottom {
  border-radius: 10px;
}
.case .wrapper .case_bottom .title {
  color: #fff;
  background-color: #ff7e60;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  padding: 0 20px;
}
.case .wrapper .case_bottom .top {
  border-bottom: 1px solid;
}
.case .wrapper .case_bottom .bottom {
  border-radius: 0 0 10px 10px;
}
.case .wrapper .case_bottom .top, .case .wrapper .case_bottom .bottom {
  line-height: 60px;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
}
.case .wrapper .case_bottom .top div, .case .wrapper .case_bottom .bottom div {
  text-align: center;
  background-color: #987f6e;
  color: #fff;
  border-radius: 5px;
  width: 50px;
  line-height: 24px;
  margin: 18px 20px;
}
.case .wrapper .case_bottom .top span, .case .wrapper .case_bottom .bottom span {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 414px) {
  .case {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .case .wrapper .case_title {
    font-size: 30px;
    width: 160px;
    margin: 0 auto 30px;
  }
  .case .wrapper .case_box {
    display: block;
  }
  .case .wrapper .case_box .box {
    width: 100%;
  }
  .case .wrapper .case_box .box .top {
    height: 123px;
    padding-top: 20px;
  }
  .case .wrapper .case_box .box .top img {
    top: 25px;
    width: 100px;
  }
  .case .wrapper .case_box .box .top .txt1 {
    margin: 10px 0;
  }
  .case .wrapper .case_box .box .top .txt2 {
    font-size: 19px;
  }
  .case .wrapper .case_box .box .top .txt3 {
    margin: 10px 0;
  }
  .case .wrapper .case_box .box .bottom {
    height: 218px;
  }
  .case .wrapper .case_box .box .bottom p:first-child {
    font-size: 19px;
  }
  .case .wrapper .case_box .box .bottom p:first-child span {
    font-size: 19px;
  }
  .case .wrapper .case_box .box .bottom img {
    margin: 0 25px;
  }
  .case .wrapper .case_box .box .bottom p:last-child {
    font-size: 19px;
  }
  .case .wrapper .case_box .box .bottom p:last-child span {
    font-size: 29px;
  }
  .case .wrapper .case_bottom .title {
    padding: 0 15px;
    font-size: 18px;
  }
  .case .wrapper .case_bottom .top, .case .wrapper .case_bottom .bottom {
    line-height: normal;
    padding: 15px;
    display: block;
    letter-spacing: -0.8px;
  }
  .case .wrapper .case_bottom .top div, .case .wrapper .case_bottom .bottom div {
    margin: 0;
    width: 43px;
    font-size: 15px;
  }
  .case .wrapper .case_bottom .top div span, .case .wrapper .case_bottom .bottom div span {
    font-size: 19px;
  }
}
.share {
  padding: 110px 113.5px 60px;
  background: url(../img/recruit-lp/recruit_lp_sharehouse_back.png) no-repeat;
  background-size: 100%;
  width: 1012px;
  margin: 0 auto;
  position: relative;
}
.share .title {
  margin-bottom: 60px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 46px;
  text-align: center;
}
.share .title span {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 44px;
  margin: 0 25px;
  color: #ff7e60;
  text-shadow: 1px 1px #000,  -1px -1px #000, -1px 1px #000,  1px -1px #000, 0px 1px #000, 0px -1px #000, -1px 0px #000, 1px 0px #000;
}
.share .top {
  text-align: center;
  font-size: 22px;
  margin-bottom: 50px;
  line-height: 1.8;
}
.share .top span {
  color: #ff7e60;
  text-shadow: 1px 1px #000,  -1px -1px #000, -1px 1px #000,  1px -1px #000, 0px 1px #000, 0px -1px #000, -1px 0px #000, 1px 0px #000;
  font-size: 22px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
}
.share .toho {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  width: 440px;
  margin: 0 auto;
  border-top: 2px dotted;
  border-bottom: 2px dotted;
  margin-bottom: 30px;
}
.share .toho div {
  background: linear-gradient(transparent 50%, #e0e500 0%);
  display: inline;
}
.share .toho div span {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #ff7e60;
  text-shadow: 1px 1px #000,  -1px -1px #000, -1px 1px #000,  1px -1px #000, 0px 1px #000, 0px -1px #000, -1px 0px #000, 1px 0px #000;
}
.share .toho div span:nth-child(2) {
  font-size: 38px;
}
.share .hukidashi {
  position: absolute;
  top: 385px;
  right: 200px;
  background: url(../img/recruit-lp/recruit_lp_sharehouse_hukidashi.png) no-repeat;
  background-size: 100%;
  width: 88px;
  height: 74px;
  font-size: 17px;
  font-family: 'Mamelon', sans-serif;
  color: #ff5136;
  line-height: 1.2;
  padding: 12px 0 0 18px;
}
.share .hukidashi span {
  font-size: 23px;
  font-family: 'Mamelon', sans-serif;
  letter-spacing: -1px;
}
.share .option {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.share .option div {
  background-size: 100%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 20px;
  height: 58px;
  padding: 6px 10px 0;
}
.share .option .option01 {
  background: url(../img/recruit-lp/recruit_lp_sharehouse_hukidashi01.png) no-repeat;
  background-size: 100%;
}
.share .option .option02 {
  background: url(../img/recruit-lp/recruit_lp_sharehouse_hukidashi02.png) no-repeat;
  background-size: 100%;
}
.share .option .option03 {
  background: url(../img/recruit-lp/recruit_lp_sharehouse_hukidashi03.png) no-repeat;
  background-size: 100%;
}
.share .option .option04 {
  background: url(../img/recruit-lp/recruit_lp_sharehouse_hukidashi04.png) no-repeat;
  background-size: 100%;
}
.share .hutan {
  text-align: center;
  height: 100px;
  position: relative;
  top: -25px;
}
.share .hutan span {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 58px;
}
.share .hutan span:nth-child(2), .share .hutan span:nth-child(4) {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  color: #ff7e60;
  text-shadow: 1px 1px #000,  -1px -1px #000, -1px 1px #000,  1px -1px #000, 0px 1px #000, 0px -1px #000, -1px 0px #000, 1px 0px #000;
}
.share .hutan span:nth-child(3) {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 90px;
  color: #ff7e60;
  text-shadow: 1px 1px #000,  -1px -1px #000, -1px 1px #000,  1px -1px #000, 0px 1px #000, 0px -1px #000, -1px 0px #000, 1px 0px #000;
  position: relative;
  top: 5px;
}
.share .hutan span:nth-child(2), .share .hutan span:nth-child(3) {
  letter-spacing: -15px;
}
.share .ribbon {
  background: url(../img/recruit-lp/recruit_lp_sharehouse_ribbon.png) no-repeat;
  background-size: 100%;
  width: 520px;
  line-height: 40px;
  color: #e0e500;
  font-size: 22px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.share .ribbon span {
  color: #fff;
  font-size: 22px;
}
.share .ribbon_btm {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.share .pic_box {
  margin-bottom: 50px;
}
.share .pic_box .box {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.share .pic_box .box .left, .share .pic_box .box .right {
  position: relative;
}
.share .pic_box .box .left .tape, .share .pic_box .box .right .tape {
  width: 132px;
  position: absolute;
  top: -22px;
  left: -22px;
}
.share .pic_box .box .left .pic, .share .pic_box .box .right .pic {
  width: 350px;
}
.share .pic_box .box .left P, .share .pic_box .box .right P {
  font-size: 18px;
  font-family: 'Mamelon', sans-serif;
  text-align: center;
  line-height: 1.8;
}
.share .pic_box .box .right {
  margin-top: 60px;
}
.share .pic_box .box .cleaner {
  position: absolute;
  right: -70px;
  bottom: 0;
  width: 163px;
}
.share .pic_box .box .drier {
  position: absolute;
  left: -70px;
  bottom: 0;
  width: 69px;
}
.share .white_box {
  font-size: 26px;
  font-family: 'Mamelon', sans-serif;
  text-align: center;
  background-color: #fff;
  width: 779px;
  line-height: 80px;
  margin: 0 auto 35px;
  position: relative;
}
.share .white_box span {
  font-size: 26px;
  font-family: 'Mamelon', sans-serif;
  color: #ff5136;
}
.share .white_box .paper {
  position: absolute;
  top: 10px;
  left: 50px;
  width: 36px;
}
.share .white_box .bottle {
  position: absolute;
  top: 10px;
  right: 40px;
  width: 43px;
}
.share .white_box .wave {
  position: absolute;
  bottom: 12px;
  left: 92px;
}
.share .bottom {
  font-size: 24px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #795f4e;
}

@media screen and (max-width: 414px) {
  .share {
    width: 95%;
    padding: 100px 15px 50px;
    background: url(../img/recruit-lp/recruit_lp_sharehouse_back_sp.png) no-repeat;
    background-size: 100%;
  }
  .share .title {
    font-size: 28px;
    margin-bottom: 40px;
    position: relative;
    right: 10px;
  }
  .share .title span {
    font-size: 28px;
    margin: 0 15px;
  }
  .share .top {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .share .top span {
    font-size: 16px;
  }
  .share .toho {
    width: 230px;
    font-size: 20px;
    margin-bottom: 25px;
  }
  .share .toho div {
    background: linear-gradient(transparent 60%, #e0e500 0%);
  }
  .share .toho div span {
    font-size: 21px;
  }
  .share .toho div span:nth-child(2) {
    font-size: 30px;
  }
  .share .hukidashi {
    top: 315px;
    right: 10px;
    font-size: 15px;
    width: 75px;
    height: 66px;
    padding: 8px 0 0 14px;
  }
  .share .hukidashi span {
    font-size: 21px;
  }
  .share .option {
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
  }
  .share .option div {
    font-size: 12px;
  }
  .share .option .option01 {
    margin-right: 15px;
  }
  .share .option .option02 {
    position: absolute;
    top: 45px;
    left: 70px;
  }
  .share .option .option04 {
    position: absolute;
    top: 45px;
    right: 80px;
  }
  .share .hutan {
    font-size: 35px;
    margin-top: 20px;
    height: 70px;
    top: -10px;
  }
  .share .hutan span {
    font-size: 35px;
  }
  .share .hutan span:nth-child(3) {
    font-size: 60px;
    top: 2px;
  }
  .share .hutan span:nth-child(2), .share .hutan span:nth-child(3) {
    letter-spacing: -10px;
  }
  .share .ribbon {
    font-size: 14px;
    width: 315px;
    line-height: 23px;
  }
  .share .ribbon span {
    font-size: 14px;
  }
  .share .ribbon_btm {
    font-size: 12px;
  }
  .share .pic_box {
    padding: 0px 30px;
    margin-bottom: 40px;
  }
  .share .pic_box .box {
    display: block;
  }
  .share .pic_box .box .left, .share .pic_box .box .right {
    margin-bottom: 45px;
  }
  .share .pic_box .box .left .tape, .share .pic_box .box .right .tape {
    width: 100px;
    top: -20px;
    left: -20px;
  }
  .share .pic_box .box .left .pic, .share .pic_box .box .right .pic {
    width: 100%;
  }
  .share .pic_box .box .left P, .share .pic_box .box .right P {
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.3;
  }
  .share .pic_box .box .right {
    margin-top: 0;
  }
  .share .pic_box .box .cleaner {
    width: 106px;
    bottom: 10px;
    right: -30px;
  }
  .share .pic_box .box .drier {
    position: absolute;
    left: -30px;
    top: 160px;
    width: 55px;
  }
  .share .white_box {
    font-size: 18px;
    width: 315px;
    height: 70px;
    line-height: 1.3;
    margin: 0 auto 20px;
    padding-top: 5px;
    letter-spacing: -2px;
  }
  .share .white_box span {
    font-size: 18px;
  }
  .share .white_box .paper {
    top: 5px;
    left: 10px;
    width: 26px;
  }
  .share .white_box .bottle {
    top: 5px;
    right: 10px;
    width: 31px;
  }
  .share .white_box .wave {
    bottom: 10px;
    left: 10px;
    width: 295px;
  }
  .share .bottom {
    font-size: 19px;
  }
}
.question {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f0ece7;
}
.question .question_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  position: relative;
  width: 252px;
  margin: 0 auto 60px;
}
.question .wrapper .question_box {
  margin-bottom: 20px;
  border: 4px solid #e0e500;
  border-radius: 10px;
}
.question .wrapper .question_box input {
  display: none;
}
.question .wrapper .question_box label .top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #e0e500;
  padding: 0 20px;
  height: 60px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.question .wrapper .question_box label .top div {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ff7e60;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 31px;
  height: 31px;
  margin-right: 20px;
}
.question .wrapper .question_box label .top span {
  position: relative;
  margin: 0 0 0 auto;
}
.question .wrapper .question_box label .top span::before, .question .wrapper .question_box label .top span::after {
  content: "";
  border-top: 3px solid;
  width: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.question .wrapper .question_box label .top span::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.question .wrapper .question_box label .top span::after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.question .wrapper .question_box .bottom {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.question .wrapper .question_box .bottom p {
  padding: 20px;
  line-height: 30px;
}
.question .wrapper .question_box input:checked ~ .bottom {
  max-height: 300px;
}
.question .wrapper .question_box input:checked ~ label span::after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

@media screen and (max-width: 414px) {
  .question {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .question .question_title {
    font-size: 30px;
    width: 200px;
    margin: 0 auto 30px;
  }
  .question .wrapper .question_box label .top {
    font-size: 16px;
    padding: 5px 10px;
    height: auto;
  }
  .question .wrapper .question_box label .top div {
    font-size: 15px;
    width: 25px;
    height: 26px;
    margin-right: 10px;
  }
  .question .wrapper .question_box label .top span::before, .question .wrapper .question_box label .top span::after {
    width: 16px;
  }
  .question .wrapper .question_box .bottom p {
    padding: 10px;
  }
}
.voice {
  padding-top: 80px;
}
.voice .question_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  position: relative;
  width: 680px;
  margin: 0 auto 60px;
}
.voice .voice_box {
  margin-bottom: 65px;
  position: relative;
}
.voice .voice_box .wrapper {
  display: -webkit-flex;
  display: flex;
}
.voice .voice_box .wrapper img {
  width: 320px;
  height: 100%;
}
.voice .voice_box .wrapper .img_yellow {
  position: relative;
  bottom: 20px;
}
.voice .voice_box .wrapper .box_pink {
  width: 500px;
  margin-left: 40px;
}
.voice .voice_box .wrapper .box_pink .top {
  font-size: 28px;
  letter-spacing: -0.5px;
  margin: 40px 0 10px;
}
.voice .voice_box .wrapper .box_pink .bottom {
  border-top: 2px dashed #ff7e60;
  padding-top: 10px;
  letter-spacing: -0.5px;
  line-height: 30px;
}
.voice .voice_box .wrapper .box_yellow {
  width: 500px;
  margin-left: auto;
  margin-right: 40px;
}
.voice .voice_box .wrapper .box_yellow .top {
  font-size: 28px;
  letter-spacing: -0.5px;
  margin: 60px 0 10px;
}
.voice .voice_box .wrapper .box_yellow .bottom {
  border-top: 2px dashed #e0e500;
  padding-top: 10px;
  letter-spacing: -0.5px;
  line-height: 30px;
}

.voice_back {
  position: relative;
}
.voice_back img {
  height: 400px;
  width: 100%;
  position: absolute;
  top: 525px;
}

@media screen and (max-width: 414px) {
  .voice {
    padding-top: 50px;
  }
  .voice .bracket::before, .voice .bracket::after {
    background: url(../img/recruit-lp/recruit_lp_bracket_long.png) no-repeat;
    background-size: 12px;
    height: 95px;
  }
  .voice .question_title {
    font-size: 30px;
    width: 300px;
    margin: 0 auto 30px;
  }
  .voice .voice_box {
    margin-bottom: 30px;
  }
  .voice .voice_box .wrapper {
    display: block;
  }
  .voice .voice_box .wrapper img {
    width: 217px;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  .voice .voice_box .wrapper .box_pink {
    width: 100%;
    margin: 0;
  }
  .voice .voice_box .wrapper .box_pink .top {
    font-size: 19px;
    margin: 20px 0 10px;
  }
  .voice .voice_box .wrapper .box_pink .bottom {
    font-size: 15px;
  }
  .voice .voice_box .wrapper .box_yellow {
    width: 100%;
    margin: 0;
  }
  .voice .voice_box .wrapper .box_yellow .top {
    font-size: 19px;
    margin: 20px 0 10px;
  }
  .voice .voice_box .wrapper .box_yellow .bottom {
    font-size: 15px;
  }
  .voice .voice_box .flex_sp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 30px 15px;
  }

  .voice_back img {
    height: 600px;
    top: 665px;
  }
}
.flow {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f0ece7;
}
.flow .flow_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  position: relative;
  width: 252px;
  margin: 0 auto 60px;
}
.flow .wrapper .flow_box {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  border: 4px solid #987f6e;
  border-radius: 10px;
}
.flow .wrapper .flow_box .left {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 20px;
  width: 160px;
  height: 160px;
  background-color: #987f6e;
  border-radius: 5px 0 0 5px;
}
.flow .wrapper .flow_box .left img {
  margin-top: 10px;
}
.flow .wrapper .flow_box .right {
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  padding: 15px 20px;
  width: 840px;
  line-height: 30px;
}
.flow .wrapper .flow_box .right div {
  margin-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #ff7e60;
}

@media screen and (max-width: 414px) {
  .flow {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .flow .flow_title {
    font-size: 30px;
    width: 160px;
    margin: 0 auto 30px;
  }
  .flow .wrapper .flow_box {
    border: 2px solid #987f6e;
  }
  .flow .wrapper .flow_box .left {
    width: 25%;
    font-size: 15px;
    padding: 0;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flow .wrapper .flow_box .left img {
    width: 65%;
  }
  .flow .wrapper .flow_box .right {
    border-radius: 0 10px 10px 0;
    padding: 10px;
    width: 75%;
    font-size: 15px;
  }
  .flow .wrapper .flow_box .right div {
    font-size: 19px;
  }
}
.reward {
  padding-top: 80px;
  padding-bottom: 40px;
}
.reward .reward_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  position: relative;
  width: 390px;
  margin: 0 auto 60px;
}
.reward .wrapper .first_child {
  border-top: 1px solid;
}
.reward .wrapper .reward_list {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid;
}
.reward .wrapper .reward_list .left {
  background-color: #f0ece7;
  width: 230px;
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.reward .wrapper .reward_list .right {
  padding: 15px;
  line-height: 30px;
}
.reward .wrapper .reward_list .right .case_color {
  color: #ff7e60;
  text-decoration: underline;
}
.reward .wrapper .reward_list .right .form_color {
  color: #ff7e60;
  text-decoration: underline;
}

@media screen and (max-width: 414px) {
  .reward {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .reward .reward_title {
    font-size: 30px;
    width: 270px;
    margin: 0 auto 30px;
  }
  .reward .wrapper .reward_list {
    display: block;
  }
  .reward .wrapper .reward_list .left {
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 15px;
  }
  .reward .wrapper .reward_list .right {
    font-size: 15px;
  }
}
.thought {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f0ece7;
}
.thought .thought_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  position: relative;
  width: 252px;
  margin: 0 auto 60px;
}
.thought .wrapper {
  padding: 0;
}
.thought .wrapper .thought_box {
  background: url(../img/recruit-lp/recruit_lp_thought_top.png) no-repeat;
  height: 600px;
  padding: 70px 0;
  margin-bottom: 60px;
}
.thought .wrapper .thought_box div {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.thought .wrapper .thought_box p {
  color: #fff;
  text-align: center;
  line-height: 2;
}
.thought .wrapper .challenge {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #fff;
  padding: 70px 0 70px 80px;
  margin-bottom: 60px;
}
.thought .wrapper .challenge .left div {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 40px;
}
.thought .wrapper .challenge .left p {
  line-height: 2;
}
.thought .wrapper .challenge img {
  width: 580px;
}
.thought .wrapper .to {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
}
.thought .wrapper .to img {
  width: 405px;
}
.thought .wrapper .to .right {
  padding: 70px 0;
  background-color: #987f6e;
  width: 760px;
}
.thought .wrapper .to .right .leaf {
  position: absolute;
  right: 0;
  bottom: 0;
}
.thought .wrapper .to .right div {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.thought .wrapper .to .right p {
  line-height: 2;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 414px) {
  .thought {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .thought .thought_title {
    font-size: 30px;
    width: 180px;
    margin: 0 auto 30px;
  }
  .thought .wrapper {
    padding: 0 15px;
  }
  .thought .wrapper .thought_box {
    background: url(../img/recruit-lp/recruit_lp_thought_top_sp.png) no-repeat;
    background-size: 100%;
    height: 720px;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .thought .wrapper .thought_box div {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .thought .wrapper .thought_box p {
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
  }
  .thought .wrapper .challenge {
    display: block;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .thought .wrapper .challenge .left div {
    font-size: 23px;
    margin-bottom: 20px;
    text-align: center;
  }
  .thought .wrapper .challenge .left p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .thought .wrapper .challenge img {
    width: 100%;
  }
  .thought .wrapper .to {
    display: block;
  }
  .thought .wrapper .to img {
    width: 100%;
    vertical-align: bottom;
  }
  .thought .wrapper .to .right {
    padding: 30px 15px;
    width: 100%;
  }
  .thought .wrapper .to .right .leaf {
    width: 207px;
  }
  .thought .wrapper .to .right div {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .thought .wrapper .to .right p {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }
}
.office {
  padding-top: 80px;
  padding-bottom: 80px;
}
.office .office_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  position: relative;
  width: 200px;
  margin: 0 auto 60px;
}
.office .wrapper .president {
  display: -webkit-flex;
  display: flex;
  height: 340px;
  margin-bottom: 60px;
}
.office .wrapper .president .left {
  width: 50%;
  background-color: #ff7e60;
  padding-top: 30px;
}
.office .wrapper .president .left img {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.office .wrapper .president .left .top {
  font-family: 'Lobster', cursive;
  font-size: 38px;
  color: #fff;
  text-align: center;
}
.office .wrapper .president .left .bottom {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.office .wrapper .president .right {
  width: 50%;
  background-color: #f0ece7;
  padding-top: 30px;
}
.office .wrapper .president .right .top {
  margin-bottom: 40px;
  text-align: center;
}
.office .wrapper .president .right .bottom {
  text-align: center;
}
.office .wrapper .first_child {
  border-top: 1px solid;
}
.office .wrapper .office_list {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid;
}
.office .wrapper .office_list .left {
  background-color: #f0ece7;
  width: 230px;
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.office .wrapper .office_list .right {
  padding: 15px;
  line-height: 30px;
}
.office .wrapper .office_list .right a {
  color: #ff7e60;
  text-decoration: underline;
}

@media screen and (max-width: 414px) {
  .office {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .office .office_title {
    font-size: 30px;
    width: 140px;
    margin: 0 auto 30px;
  }
  .office .wrapper .president {
    display: block;
    margin: 0 0 30px;
    height: auto;
  }
  .office .wrapper .president .left {
    width: 100%;
    height: 235px;
    padding-top: 20px;
  }
  .office .wrapper .president .left img {
    width: 138px;
  }
  .office .wrapper .president .left .top {
    font-size: 26px;
  }
  .office .wrapper .president .left .bottom {
    font-size: 16px;
  }
  .office .wrapper .president .right {
    width: 100%;
    padding: 30px 15px;
  }
  .office .wrapper .president .right .top {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .office .wrapper .president .right .bottom {
    font-size: 15px;
  }
  .office .wrapper .office_list {
    display: block;
  }
  .office .wrapper .office_list .left {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
  }
  .office .wrapper .office_list .right {
    font-size: 15px;
  }
}
.btm_form {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f0ece7;
}
.btm_form .btm_form_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  position: relative;
  width: 252px;
  margin: 0 auto 60px;
}
.btm_form .wrapper .btm_form_box {
  background-color: #fff;
  padding: 40px;
  /*--form_response--*/
  /*-----------------*/
}
.btm_form .wrapper .btm_form_box .screen-reader-response {
  display: none;
}
.btm_form .wrapper .btm_form_box .wpcf7-response-output {
  text-align: center;
  margin-top: 30px;
  color: red;
}
.btm_form .wrapper .btm_form_box .first_child {
  border-top: 1px solid #d7c8be;
}
.btm_form .wrapper .btm_form_box .form_box {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #d7c8be;
}
.btm_form .wrapper .btm_form_box .form_box .left {
  display: -webkit-flex;
  display: flex;
  padding: 20px 0;
  width: 30%;
  position: relative;
}
.btm_form .wrapper .btm_form_box .form_box .left span {
  font-size: 14px;
  color: #fff;
  background-color: #ff7e60;
  border-radius: 15px;
  padding: 2px 7px;
  height: 24px;
  position: absolute;
}
.btm_form .wrapper .btm_form_box .form_box .left .left_txt {
  margin-left: 60px;
}
.btm_form .wrapper .btm_form_box .form_box .right {
  width: 70%;
  padding: 20px 0;
  /*--form_response--*/
  /*-----------------*/
}
.btm_form .wrapper .btm_form_box .form_box .right input, .btm_form .wrapper .btm_form_box .form_box .right textarea {
  border: 1px solid #000;
}
.btm_form .wrapper .btm_form_box .form_box .right .name_size {
  width: 340px;
}
.btm_form .wrapper .btm_form_box .form_box .right .post_size1 {
  width: 80px;
}
.btm_form .wrapper .btm_form_box .form_box .right .post_size2 {
  width: 110px;
}
.btm_form .wrapper .btm_form_box .form_box .right .address_size {
  width: 100%;
  margin-top: 10px;
}
.btm_form .wrapper .btm_form_box .form_box .right .tel_size {
  width: 110px;
}
.btm_form .wrapper .btm_form_box .form_box .right .email_size {
  width: 100%;
}
.btm_form .wrapper .btm_form_box .form_box .right .skill_size {
  width: 100%;
}
.btm_form .wrapper .btm_form_box .form_box .right .age_size {
  width: 80px;
}
.btm_form .wrapper .btm_form_box .form_box .right .message_size {
  width: 100%;
}
.btm_form .wrapper .btm_form_box .form_box .right .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: red;
  width: 100%;
  float: left;
}
.btm_form .wrapper .btm_form_box .submit_button {
  margin-top: 30px;
  text-align: center;
}
/* .btm_form .wrapper .btm_form_box .submit_button button {
  -webkit-appearance: button;
  appearance: button;
  font-size: 21px;
  color: #fff;
  border: none;
  background-color: #ff7e60;
  width: 240px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0px 5px #ff5136;
} */

.btm_form .wrapper .btm_form_box .submit_button .submit_input {
	-webkit-appearance: button;
  appearance: button;
  font-size: 21px;
  color: #fff;
  border: none;
  background-color: #ff7e60;
  width: 240px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0px 5px #ff5136;
	cursor: pointer;
}


@media screen and (max-width: 414px) {
  .btm_form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .btm_form .btm_form_title {
    font-size: 30px;
    width: 180px;
    margin: 0 auto 20px;
  }
  .btm_form .wrapper .btm_form_box {
    padding: 20px 15px;
  }
  .btm_form .wrapper .btm_form_box .form_box {
    display: inline-block;
    width: 100%;
  }
  .btm_form .wrapper .btm_form_box .form_box .left {
    width: 100%;
    padding: 10px 0;
  }
  .btm_form .wrapper .btm_form_box .form_box .left span {
    font-size: 12px;
    padding: 2px 9px;
    height: 20px;
    margin-right: 10px;
    position: static;
  }
  .btm_form .wrapper .btm_form_box .form_box .left .left_txt {
    margin: 0;
    font-size: 15px;
  }
  .btm_form .wrapper .btm_form_box .form_box .right {
    width: 100%;
    padding: 0 0 10px;
  }
  .btm_form .wrapper .btm_form_box .form_box .right input {
    height: 40px;
  }
  .btm_form .wrapper .btm_form_box .form_box .right .name_size {
    width: 100%;
  }
  .btm_form .wrapper .btm_form_box .form_box .right .post_size1 {
    width: 75px;
  }
  .btm_form .wrapper .btm_form_box .form_box .right .post_size2 {
    width: 100px;
  }
  .btm_form .wrapper .btm_form_box .form_box .right .address_size {
    width: 100%;
    margin-top: 10px;
  }
  .btm_form .wrapper .btm_form_box .form_box .right .tel_size {
    width: 80px;
  }
  .btm_form .wrapper .btm_form_box .form_box .right .email_size {
    width: 100%;
  }
  .btm_form .wrapper .btm_form_box .form_box .right .skill_size {
    width: 100%;
  }
  .btm_form .wrapper .btm_form_box .form_box .right .age_size {
    width: 80px;
  }
  .btm_form .wrapper .btm_form_box .form_box .right .message_size {
    width: 100%;
    height: 190px;
  }
  .btm_form .wrapper .btm_form_box .submit_button {
    margin-top: 20px;
  }
  /* .btm_form .wrapper .btm_form_box .submit_button button {
    font-size: 17px;
    width: 200px;
    height: 50px;
  } */
	.btm_form .wrapper .btm_form_box .submit_button .submit_input {
    font-size: 17px;
    width: 200px;
    height: 50px;
  }
}
footer .copyright {
  background-color: #987f6e;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

@media screen and (max-width: 414px) {
  footer .copyright {
    line-height: 40px;
    font-size: 13px;
  }
  footer .form_link {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
  }
  footer .form_link .wrapper {
    padding: 5px 0;
    height: 85px;
  }
  footer .form_link .wrapper .form_jump {
    height: 68px;
  }
  footer .form_link .wrapper .form_jump p {
    line-height: 1.3;
  }
}
.bracket::before {
  content: "";
  background: url(../img/recruit-lp/recruit_lp_bracket.png) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 48px;
  display: block;
  position: absolute;
  top: 10px;
  left: -25px;
}

.bracket::after {
  content: "";
  background: url(../img/recruit-lp/recruit_lp_bracket.png) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 48px;
  display: block;
  position: absolute;
  top: 10px;
  right: -25px;
  transform: scale(-1, 1);
}

@media screen and (max-width: 414px) {
  .bracket::before {
    background-size: 10px;
    width: 10px;
    height: 40px;
    top: 4px;
    left: -20px;
  }

  .bracket::after {
    background-size: 10px;
    width: 10px;
    height: 40px;
    top: 4px;
    right: -20px;
  }
}
.form_link .wrapper {
  display: -webkit-flex;
  display: flex;
  padding: 50px 80px;
  position: relative;
}
.form_link .wrapper .hukidashi_left {
  position: relative;
  margin-left: 100px;
}
.form_link .wrapper .hukidashi_left img {
  width: 100px;
}
.form_link .wrapper .hukidashi_left span {
  position: absolute;
  top: 18px;
  left: 12px;
  line-height: 20px;
  text-align: center;
  font-family: 'Mamelon', sans-serif;
  font-size: 18px;
}
.form_link .wrapper .hukidashi_right {
  position: relative;
  margin-right: 110px;
}
.form_link .wrapper .hukidashi_right img {
  width: 90px;
}
.form_link .wrapper .hukidashi_right span {
  position: absolute;
  top: 15px;
  left: 21px;
  line-height: 20px;
  text-align: center;
  font-family: 'Mamelon', sans-serif;
  font-size: 18px;
}
.form_link .wrapper .hito_left img {
  width: 117px;
  position: absolute;
  bottom: 0;
  left: 260px;
}
.form_link .wrapper .hito_right img {
  width: 135px;
  position: absolute;
  bottom: 0;
  right: 260px;
}
.form_link .wrapper .form_jump {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ff7e60;
  width: 460px;
  height: 120px;
  border-radius: 5px;
  box-shadow: 0px 5px #ff5136;
  margin: 0 70px;
}
.form_link .wrapper .form_jump p {
  color: #fff;
  font-size: 22px;
}
.form_link .wrapper .form_jump p span {
  font-size: 32px;
}

@media screen and (max-width: 414px) {
  .form_link .wrapper {
    padding: 140px 15px 30px;
  }
  .form_link .wrapper .hukidashi_left {
    margin: 0;
    position: absolute;
    top: 30px;
  }
  .form_link .wrapper .hukidashi_left img {
    width: 87px;
  }
  .form_link .wrapper .hukidashi_left span {
    font-size: 16px;
    top: 16px;
    left: 10px;
  }
  .form_link .wrapper .hukidashi_right {
    margin: 0;
    position: absolute;
    top: 30px;
    right: 15px;
  }
  .form_link .wrapper .hukidashi_right img {
    width: 78px;
  }
  .form_link .wrapper .hukidashi_right span {
    font-size: 16px;
    top: 10px;
    left: 18px;
  }
  .form_link .wrapper .hito_left img {
    width: 88px;
    left: 88px;
    top: 45px;
  }
  .form_link .wrapper .hito_right img {
    width: 88px;
    right: 88px;
    top: 50px;
  }
  .form_link .wrapper a {
    z-index: 1;
    margin: 0 auto;
  }
  .form_link .wrapper .form_jump {
    width: 315px;
    height: 80px;
    margin: 0 15px;
  }
  .form_link .wrapper .form_jump p {
    font-size: 18px;
  }
  .form_link .wrapper .form_jump p span {
    font-size: 26px;
  }
}


/* フォームのバリデーションエラー */
.error{
	color: red;
}