/* CSS Document */
/*色*/
/*フォント*/
.bg-color {
  /* background: #EFE5E2; */
  background-color: #fbf2df;
}
h1.mv {
  position: relative;
}
h1.mv .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5rem;
  font-family: "Zen Kaku Gothic";
  font-weight: 400;
  width: 100%;
}
h1.mv .title strong {
  color: #fff;
  font-size: 4.3rem;
  font-family: "Zen Kaku Gothic";
  letter-spacing: 6px;
  display: block;
  font-weight: 700;
  text-shadow: 0 0 20px #585858;
  /*  margin-bottom: 1.4em; */
}
h2.title1 {
  font-weight: 800;
  font-size: 4.5rem;
  letter-spacing: 0.01em;
  text-align: center;
  color: #876827;
  line-height: 1.3;
  margin-bottom: 1em;
  font-family: "Zen Old Mincho";
}
h2.title1 strong {
  color: #876827;
}
h2.title1 small {
  font-size: 0.7em;
}
h2.title1 span {
  font-family: "Zen Kaku Gothic";
  line-height: 1.5;
  font-weight: 500;
  color: #876827;
  font-size: 2.8rem;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 42px;
}
h2.title1 span:before, h2.title1 span:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 2px;
  height: 40px;
  background-color: #876827;
}
h2.title1 span:before {
  left: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
h2.title1 span:after {
  right: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
h2.line1 span:before, h2.line1 span:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 2px;
  height: 40px;
  background-color: #876827;
}
h2.bottom-title1{
  max-width: 1200px;
  margin: auto;
  position: relative;
  text-align: right;
  font-weight: 800;
  color: #876827;
  font-size: 8rem;
}
h2.bottom-title1 span {
  background-color: #fbf2df;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  z-index: 5;
}
h2.bottom-title1:after {
  content: "";
  height: 3px;
  width: 100%;
  background: #876827;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  h2.bottom-title1{
  margin: 0 15px;
  margin-bottom: 15px;
  font-size: 3.4rem;
}
  h2.bottom-title1 span {
  padding-left: 15px;
}

}
/*汎用*/
a.more {
  width: 411px;
  max-width: 340px;
  border-radius: 27.5px;
  border: 1px solid #ff9900;
  background-color: #ff9900;
  margin: 60px auto 0;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 15px 0;
  display: block;
  text-align: center;
  font-weight: 800;
}
a.more img {
  width: 91px;
  margin-left: 24px;
}
iframe {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: calc(360 / 640 * 100vw);
}
/*ベネフィット*/
#benefit img {
  border-radius: 10px;
}
#benefit .col-md-6 .value-box {
  padding: 30px 40px;
  background: #fff;
  margin-top: 40px;
}
#benefit .col-md-6 .value-box img {
  width: 380px;
  margin-bottom: 25px;
}
#benefit .col-md-6 .value-box h3 {
  font-weight: 700;
  font-size: 1.6rem;
  color: #876827;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 0;
}
#benefit .col-md-6 .value-box h3 span {
  text-align: left;
  padding: 12px 12px 12px 27px;
  border: solid 1px #ff9900;
  display: inline-block;
  width: calc(100% - 33px);
}
#benefit .col-md-6 .value-box h3:before {
  background-color: #ff9900;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  font-weight: 500;
  font-size: 1.8rem;
  margin-right: -16.5px;
  color: #fff;
  border-radius: 50%;
  position: relative;
  display: block;
}
#benefit .col-md-6 .value-box h3.no1:before {
  content: "1";
}
#benefit .col-md-6 .value-box h3.no2:before {
  content: "2";
}
#benefit .col-md-6 .value-box h3.no3:before {
  content: "3";
}
#benefit .col-md-6 .value-box h3.no4:before {
  content: "4";
}
#benefit .col-md-6 .value-box h3.no5:before {
  content: "5";
}
#benefit h3 {
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
  color: #55A365;
  margin: 70px 0 40px;
}
#benefit .mb-1em {
  margin-bottom: 1em;
}
/*スタッフの声*/
#voice .staff-wrap {
  margin: 60px auto 0;
  text-align: center;
}
#voice .staff-wrap li {
  text-align: center;
  margin-bottom: 2em;
}
#voice .staff-wrap li img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#voice .staff-wrap li p {
  background: #fff;
  padding: 5px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: "Zen Kaku Gothic";
  color: #876827;
}
#voice .balloon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#voice .balloon li {
  margin: 0 15px 50px;
  position: relative;
  padding: 15px;
  border-radius: 30px;
  color: #876827;
  border: solid 8px #ff9900;
  width: 320px;
  font-weight: 700;
  text-align: left;
}
#voice .balloon li::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 20px;
  height: 18px;
  bottom: -20px;
  background: #ff9900;
  border-radius: 50%;
  transform: translate(-50%);
}
#voice .balloon li::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 13px;
  height: 12px;
  bottom: -33px;
  background: #ff9900;
  border-radius: 50%;
}
@media (min-width: 769px) {
  #voice .balloon li.pc-left::after {
    left: 45%;
  }
}
@media (max-width: 768px) {
  #voice .balloon li {
    padding: 15px 10px;
  }
  #voice .balloon li.sp-left::after {
    left: 45%;
  }
}
/*メッセージ*/
#message iframe {
  margin-bottom: 80px;
}
#message .col-md-6 p, #message .col-md-6 img {
  margin-bottom: 1em;
}
#message .line {
  border-bottom: dashed 2px #87755E;
  padding: 3px 0;
}
/*募集職種*/
.imgbox {
  max-width: 500px;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  display: block;
  margin: 0 auto;
}
.inner {
  text-align: center;
}
/*スケジュール*/
#schedule h3 {
  border-radius: 10px 10px 0px 0px;
  background-color: #ff9900;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  padding: 7px 25px;
}
#schedule .schedule-box {
  background: #fff;
  padding: 15px 15px;
  border-radius: 0px 0px 10px 10px;
}
#schedule .schedule-box p, #schedule .schedule-box img {
  margin-bottom: 15px;
}
#schedule img {
  border-radius: 10px;
}
#schedule .txt-c.w670 img {
  width: 670px;
  max-width: 100%;
}
#schedule .txt-c img {
  margin: 20px 0;
  width: 40px;
}
#schedule .schedule_wrap {
  width: 700px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
}
#schedule .material-symbols-outlined {
  color: #ff9900;
  font-size: 5rem !important;
}
/*サポート*/
#support img {
  border-radius: 10px;
  margin-bottom: 20px;
}
#support .textbox {
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #FFF;
  background-color: #fbf2df;
  padding: 18px;
  min-height: 310px;
  border: solid 8px #ff9900;
}
#support .textbox .contents-title {
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: 800;
  color: #876827;
  text-align: center;
}
#support .textbox .contents-title:after {
  content: "";
  width: 90%;
  display: block;
  height: 1px;
  background: #876827;
  margin: 5px auto 10px;
}
/*提供する価値*/
#value .col-md-6 .value-box {
  padding: 30px 40px;
  background: #fff;
  margin-top: 40px;
}
#value .col-md-6 .value-box img {
  width: 380px;
  margin-bottom: 25px;
}
#message img, #value img {
  border-radius: 10px;
  margin-bottom: 20px;
}
#value .col-md-6 .value-box h3 {
  font-weight: 700;
  font-size: 1.6rem;
  color: #876827;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 0;
}
#value .col-md-6 .value-box h3 span {
  text-align: left;
  padding: 12px 12px 12px 27px;
  border: solid 1px #ff9900;
  display: inline-block;
  width: calc(100% - 33px);
}
#value .col-md-6 .value-box h3:before {
  background-color: #ff9900;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  font-weight: 500;
  font-size: 1.8rem;
  margin-right: -16.5px;
  color: #fff;
  border-radius: 50%;
  position: relative;
  display: block;
}
#value .col-md-6 .value-box h3.no1:before {
  content: "1";
}
#value .col-md-6 .value-box h3.no2:before {
  content: "2";
}
#value .col-md-6 .value-box h3.no3:before {
  content: "3";
}
#value .col-md-6 .value-box h3.no4:before {
  content: "4";
}
#value .col-md-6 .value-box h3.no5:before {
  content: "5";
}
#value h3 {
  margin: 70px 0 40px;
  font-family: "Zen Kaku Gothic";
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  color: #78a73a;
}
#value .mb-1em {
  margin-bottom: 1em;
}
#value .line {
  border-bottom: dashed 2px #87755E;
  padding: 3px 0;
}
#value ul {
  line-height: 2;
  padding: 2em 0;
}
#value li {
  display: flex;
  align-items: center;
}
#value li::before {
  content: "⚫︎";
  color: #876827;
  font-size: 0.6em;
  margin-right: 1em;
}
/*Q＆A*/
#qa h2 {
  max-width: 1200px;
  margin: auto;
  position: relative;
  text-align: left;
  font-weight: 800;
  color: #876827;
  font-size: 8rem;
}
#qa h2 span {
  background: #fff;
  padding-right: 20px;
  position: relative;
  display: inline-block;
  z-index: 5;
}
#qa h2:after {
  content: "";
  height: 3px;
  width: 100%;
  background: #876827;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#qa dl {
  border-top: 1px dotted #87755E;
  margin-top: 38px;
}
#qa dl dt {
  color: #876827;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-top: 12px;
}
#qa dl dt span {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #876827;
  margin-right: 14px;
  text-align: center;
  flex-shrink: 0;
  line-height: 34px;
  border-radius: 50%;
}
#qa dl dd {
  font-size: 1.7rem;
  font-weight: 500;
  padding-bottom: 12px;
  border-bottom: 1px dotted #87755E;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
#qa dl dd span {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #ff9900;
  margin-right: 14px;
  text-align: center;
  flex-shrink: 0;
  line-height: 34px;
  border-radius: 50%;
}
/*募集要項*/
#description {
  background-color: #fbf2df;
}
#description h2 {
  max-width: 1200px;
  margin: auto;
  position: relative;
  text-align: right;
  font-weight: 800;
  color: #876827;
  font-size: 8rem;
}
#description h2 span {
  background-color: #fbf2df;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  z-index: 5;
}
#description h2:after {
  content: "";
  height: 3px;
  width: 100%;
  background: #876827;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#description p.lead {
  margin-top: 40px;
  font-size: 1.5em;
  color: #1A1A1A;
}
#description table {
  max-width: 900px;
  width: calc(100% - 30px);
  margin: 40px auto 80px;
  border-collapse: collapse;
  padding: 0;
}
#description table tr {
  border: 1px solid;
  padding: 0.35em;
  background-color: #fff;
  border: 2px solid #876827;
}
#description table th {
  padding: 1em;
  border-bottom: 2px solid #876827;
  background-color: #fbf2df;
  width: 30%;
  text-align: center;
  color: #876827;
  font-family: "Zen Kaku Gothic";
  font-weight: 500;
}
#description table td {
  padding: 1em;
}
#description table td a {
  color: #876827;
  text-decoration: underline;
}
#description h3 {
  color: #876827;
  font-size: 30px;
  text-align: center;
  padding: 40px 0 0;
}
#description h3 span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
#description h3 span:before, #description h3 span:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
#description h3 span:before {
  border-left: solid 1px #876827;
  border-top: solid 1px #876827;
  top: 0;
  left: 0;
}
#description h3 span:after {
  border-right: solid 1px #876827;
  border-bottom: solid 1px #876827;
  bottom: 0;
  right: 0;
}
#flow p {
  font-family: "Zen Kaku Gothic";
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  color: #7E6851;
  margin-bottom: 40px;
}
#flow h3 {
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  color: #876827;
}
#flow h3 a {
  color: #876827;
  font-size: 4rem;
  letter-spacing: 0.01em;
}
#flow form {
  margin-top: 20px;
}
#flow form#mailformpro dl dt {
  min-width: 200px;
}
#flow form#mailformpro dl dd {
  padding: 10px 5px 20px 220px;
}
h3#mail {
  margin-top: 40px;
  font-size: 2.5rem;
}
#Recruitment {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fbf2df;
}
#Recruitment a, .recruitment a {
  display: block;
  text-align: center;
  background-color: #ff9900;
  color: #fff;
  padding: 15px 5px;
  border-radius: 27.5px;
  font-weight: 800;
  margin-bottom: 10px;
}
#Recruitment a {
  margin-bottom: 50px;
}
#Recruitment img {
  margin-bottom: 10px;
  border-radius: 30px;
}
table {
  padding-top: 40px;
}
form.npro_form .npro_itemname {
  padding: 10px 0;
  background: #876827 !important;
  color: #fff !important;
}
form.npro_form .npro_itemrows {
  border-bottom: 1px solid #fff !important;
}
@media (max-width: 768px) {
  h1.mv .title {
    font-size: 1.8rem;
  }
  h1.mv .title strong {
    font-size: 2rem;
    line-height: 1.35;
  }
  .mv.container-fluid {
    margin: 0;
    padding: 0;
  }
  .mv.container-fluid img {
    width: 100%;
  }
  h2.title1 {
    font-size: 2.5rem;
    letter-spacing: 0.01em;
    margin-bottom: 0.5em;
  }
  h2.title1 small {
    font-size: 0.6em;
  }
  h2.title1 span {
    font-size: 2.3rem;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 20px;
  }
  h2.line1 span:before, h2.line1 span:after {
    height: 30px;
  }
  /*汎用*/
  a.more {
    width: 310px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
  a.more img {
    width: 67px;
    margin-left: 15px;
  }
  /*ベネフィット*/
  #benefit .col-md-6 .value-box {
    padding: 20px 10px;
    margin-top: 30px;
  }
  #benefit .col-md-6 .value-box img {
    margin-bottom: 10px;
  }
  #benefit .col-md-6 .value-box h3 {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 18px;
  }
  #benefit .col-md-6 .value-box h3:before {
    background-color: #ff9900;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
    margin-right: -15px;
    flex-shrink: 0;
  }
  #benefit h3 {
    font-size: 1.9rem;
    margin: 50px 0 20px;
  }
  #benefit .mb-1em {
    margin-bottom: 1em;
  }
  #Recruitment {
    padding: 40px 0 0;
  }
  #voice .staff-wrap {
    margin: 25px auto 0;
  }    
  /*メッセージ*/
  #message iframe {
    margin-bottom: 40px;
  }
  /*スケジュール*/
  #schedule h3 {
    font-size: 1.7rem;
  }
  #schedule .schedule-box {
    background: #fff;
    padding: 7px 7px 0;
  }
  #schedule .schedule-box p, #schedule .schedule-box img {
    margin-bottom: 15px;
  }
  z #schedule .txt-c img {
    margin: 10px 0;
  }
  /*サポート*/
  #support .textbox {
    min-height: auto;
  }
  #support .textbox .contents-title {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
  #support .textbox .contents-title:after {
    width: 275px;
  }
  /*提供する価値*/
  #value .col-md-6 .value-box {
    padding: 20px 10px;
    margin-top: 30px;
  }
  #value .col-md-6 .value-box img {
    margin-bottom: 10px;
  }
  #value .col-md-6 .value-box h3 {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 18px;
  }
  #value .col-md-6 .value-box h3:before {
    background-color: #ff9900;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
    margin-right: -15px;
    flex-shrink: 0;
  }
  #value h3 {
    font-size: 2.4rem;
    margin: 50px 0 20px;
  }
  #value .mb-1em {
    margin-bottom: 1em;
  }
  /*Q＆A*/
  #qa h2 {
    margin: 0 15px;
    font-size: 3.4rem;
  }
  #qa h2 span {
    padding-right: 13px;
  }
  #qa dl {
    margin-top: 18px;
  }
  #qa dl dt {
    align-items: flex-start;
  }
  #qa dl dd {
    align-items: flex-start;
    font-size: 1.5rem;
    font-weight: 400;
  }
  /*募集要項*/
  #description h2 {
    margin: 0 15px;
    font-size: 3.4rem;
  }
  #description h2 span {
    padding-left: 13px;
  }
  #description p.lead {
    margin-top: 20px;
    font-size: 1.2em;
  }
  #description table {
    margin: 20px 15px 40px;
  }
  #description table tr th, #description table tr td {
    display: block;
    width: 100%;
  }
  #flow h3 a {
    font-size: 3rem;
  }
  #voice .staff-wrap li {
    text-align: left;
  }
  #voice .balloon {
    justify-content: space-around;
  }
  #voice .balloon li {
    margin: 0 0 50px;
    width: 48%;
  }
  h3#mail {
    margin-top: 20px;
    font-size: 2rem;
  }
}
div.mv {
  position: relative;
}
div.mv img {
  margin: auto;
}
div.mv .title {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 2.4em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 800px) {
  #flow p {
    font-size: 1.8rem;
  }
  #flow form#mailformpro dl dd {
    padding: 5px 15px !important;
  }
  div.mv .title {
    font-size: 1.1em;
  }
}