@charset "UTF-8";
/*---------------------------------------------
    common
---------------------------------------------*/
section {
  margin-bottom: 100px;
}

.section-ttl {
  color: #3a2a54;
  font-family: 'Jost', sans-serif;
  font-size: 6rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto 40px;
  max-width: 1280px;
  text-align: center;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .section-ttl {
    margin-bottom: 20px;
  }
}

.section-ttl .ja {
  display: block;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .section-ttl .ja {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 2.8rem;
  }
}

.inner .catch {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 100px;
}

.more {
  text-align: right;
}

.more a {
  border-bottom: #000 solid 7px;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.section-ttl {
  line-height: 1.3em;
}

/*---------------------------------------------
      main img
    ---------------------------------------------*/
#main-img {
  background: url(../images/main_img.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main-img {
    height: 100vh;
    max-height: 414px;
  }
}

@media screen and (max-width: 375px) {
  #main-img {
    height: 100vh;
    max-height: 375px;
  }
}

#main-img .main-catch {
  bottom: 240px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 2px;
  position: absolute;
  right: 4%;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5), 10px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  #main-img .main-catch {
    bottom: 10px;
    font-size: 1.8rem;
  }
}

#main-img .main-catch .large {
  font-size: 140%;
}

/*---------------------------------------------
      concept
  ---------------------------------------------*/
#concept {
  background-color: #eff2f3;
  height: 757px;
  margin-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  #concept {
    height: 514.3px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  #concept {
    height: 396px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  #concept {
    height: auto;
    padding-bottom: 30px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 1280px) {
  #concept .section-ttl {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  #concept .section-ttl {
    text-align: left;
  }
}

#concept .img {
  height: 757px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1280px) {
  #concept .img {
    height: 514.3px;
    width: 500px;
  }
}

@media screen and (max-width: 1024px) {
  #concept .img {
    height: 396px;
    width: 385px;
  }
}

@media screen and (max-width: 767px) {
  #concept .img {
    display: none;
  }
}

#concept .box {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

#concept .box .catch {
  font-size: 2.4rem;
  line-height: 3;
  margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  #concept .box .catch {
    font-size: 2rem;
    line-height: 2.4;
  }
}

@media screen and (max-width: 1024px) {
  #concept .box .catch {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  #concept .box .catch {
    font-size: 1.4rem;
    line-height: 2.4;
    text-align: center;
  }
}

/*---------------------------------------------
     business
---------------------------------------------*/
#business > .txt {
  margin-bottom: 80px;
  padding: 0 5%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #business > .txt {
    text-align: left;
  }
}

#business .box-wrap {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
  max-width: 1080px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  #business .box-wrap {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    margin-bottom: 0;
  }
}

#business .box-wrap .box {
  border-top: 4px solid #735179;
  max-width: 330px;
  padding-top: 10px;
  text-align: justify;
  width: 30.55556%;
}

@media screen and (max-width: 767px) {
  #business .box-wrap .box {
    margin: 0 auto 80px;
    max-width: 100%;
    width: 100%;
  }
}

#business .box-wrap .box .img {
  text-align: center;
}

#business .box-wrap .box .box-ttl {
  color: #735179;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#business .sdgs {
  padding-bottom: 150px;
}

#business .sdgs .img {
  margin-bottom: 50px;
  text-align: center;
}

#business .sdgs .txt {
  text-align: center;
}

#business .truck {
  background-color: #eff2f3;
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  #business .truck {
    padding: 40px 0;
  }
}

#business .truck .concept-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

#business .truck .table-style {
  margin: 0 auto;
  max-width: 680px;
  width: 90%;
}

#business .truck .table-style th {
  padding-left: 100px;
  width: 430px;
}

@media screen and (max-width: 767px) {
  #business .truck .table-style th {
    padding-left: 5%;
    width: 70%;
  }
}

/*---------------------------------------------
     recruit
---------------------------------------------*/
#recruit .box-wrap {
  margin-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #recruit .box-wrap {
    margin-bottom: 40px;
  }
}

#recruit .img {
  width: 60%;
}

@media screen and (max-width: 767px) {
  #recruit .img {
    margin: 0 auto;
    width: 100%;
  }
}

#recruit .box {
  background: rgba(52, 42, 84, 0.7);
  padding: 80px 70px;
  position: absolute;
  right: 0;
  top: 20%;
  width: 50%;
}

@media screen and (max-width: 1280px) {
  #recruit .box {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 1024px) {
  #recruit .box {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  #recruit .box {
    margin: 0 auto;
    padding: 10px 5% 30px;
    position: relative;
    top: -30px;
    width: 100%;
  }
}

#recruit .box .catch {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  #recruit .box .catch {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #recruit .box .catch {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

#recruit .box .txt {
  color: #fff;
  font-size: 1.8rem;
  text-align: justify;
}

@media screen and (max-width: 1024px) {
  #recruit .box .txt {
    font-size: 1.6rem;
  }
}

#recruit h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
}

#recruit .table-style {
  margin: 0 auto;
  max-width: 680px;
  width: 90%;
}

#recruit .table-style th {
  width: 280px;
}

@media screen and (max-width: 767px) {
  #recruit .table-style th {
    width: 34%;
  }
}

/*---------------------------------------------
      company
  ---------------------------------------------*/
#company .flex-box {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}

#company .img img {
  display: block;
}

#company .img img:not(:last-child) {
  margin-bottom: 10px;
}

#company .table-style {
  max-width: 760px;
  padding: 4% 6%;
  width: 60%;
}

#company .table-style tr:first-child th,
#company .table-style tr:first-child td,
#company .table-style tr:nth-child(2) th,
#company .table-style tr:nth-child(2) td,
#company .table-style tr:nth-child(3) th,
#company .table-style tr:nth-child(3) td,
#company .table-style tr:nth-child(4) th,
#company .table-style tr:nth-child(4) td,
#company .table-style tr:nth-child(5) th,
#company .table-style tr:nth-child(5) td,
#company .table-style tr:nth-child(6) th,
#company .table-style tr:nth-child(6) td,
#company .table-style tr:nth-child(7) th,
#company .table-style tr:nth-child(7) td {
  vertical-align: middle;
}

#company .table-style tr th, #company .table-style tr td {
  line-height: 2.2;
  padding: 14px 12px;
}

@media screen and (max-width: 767px) {
  #company {
    display: block !important;
    margin-bottom: 20px;
    padding: 0 0 6%;
  }
  #company .flex-box {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  #company .img {
    margin-top: 20px;
  }
  #company .img img {
    margin: 0 auto;
  }
  #company .img img:first-child {
    display: none;
  }
  #company .table-style {
    width: 100%;
  }
  #company .table-style th {
    width: 28%;
  }
}

/*---------------------------------------------
      contact
  ---------------------------------------------*/
#contact {
  background: url(../images/bg_contact.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
}

#contact .section-ttl {
  color: #fff;
}

#contact .table-style {
  margin: 0 auto 30px;
  max-width: 840px;
}

#contact .table-style th {
  color: #fff;
  vertical-align: top;
  width: 200px;
}

#contact .table-style td input {
  padding: 8px 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #contact .table-style th, #contact .table-style td {
    display: block;
    padding: 0;
    width: 100%;
  }
  #contact .table-style th {
    padding-bottom: 4px;
    padding-top: 14px;
  }
  #contact .table-style td {
    padding-bottom: 14px;
  }
}

#contact .table-style td textarea {
  padding: 8px 10px;
  width: 100%;
}

#contact #submit input[type="submit"] {
  -webkit-transition-duration: 0.5s;
  background: #fff;
  border: #473131 solid 1px;
  border-radius: 24px;
  color: #000;
  display: block;
  font-family: 'Noto Sans JP','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  transition-duration: 0.5s;
  width: 300px;
}

#contact #submit input[type="submit"]:hover {
  background: #e7d9ff;
  color: #000;
}

form.cmxform label.error, label.error {
  color: red;
}
