@charset "UTF-8";
.txt {
  font-size: 14px;
  line-height: 1.8;
}
.common_mv {
  background: url("../../images/company/mv.jpg")no-repeat center center/cover;
}
.concept {
  padding: 0 2rem 8rem;
}
.concept .concept_img {
  width: 100%;
  max-width: 450px;
}
.concept .flex {
  flex-wrap: wrap
}
.concept .txt_cont {
  width: 100%;
}
.concept .txt_cont .ttl {
  font-size: 28px;
  line-height: 1.4;
}
.concept .txt_cont .txt {
  margin-top: 30px;
}
table {
  border-bottom: 2px solid #E4EBF8;
  margin-top: 80px;
  width: 100%;
  max-width: 770px;
}
table tr {
  text-align: left;
}
table tr:first-child th {
  border-top: 2px solid #FF813E;
}
table tr:first-child td {
  border-top: 2px solid #E4EBF8;
}
table th {
  font-size: 1.6rem;
  padding: 4rem 2rem;
  vertical-align: top;
  font-weight: 700;
  width: 10rem;
  line-height: 1.4;
  text-align: left;
  border-bottom: 2px solid #FF813E;
}
table td {
  padding: 2.5rem 0 2.5rem 2.5rem;
  font-size: 1.4rem;
  border-bottom: 2px solid #E4EBF8;
}
@media only screen and (min-width: 769px) {
  /*
  .txt {
    font-size: 16px;
  }
*/
  .concept {
    padding: 0 6rem 8rem;
  }
  .concept .flex {
    justify-content: space-between;
    align-items: center;
  }
  .concept .concept_img {
    width: 45%;
    max-width: 570px;
  }
  .concept .txt_cont {
    width: 50%;
    max-width: 611px;
  }
  .concept .txt_cont .ttl {
    font-size: 36px;
  }
  .concept .txt_cont .txt {
    padding-left: 50px;
    max-width: 610px;
    margin-top: 25px;
  }
  table th {
    font-size: 1.8rem;
    padding: 4rem 2rem;
    width: 16rem;
  }
  table {
    margin-left: auto;
  }
  table td {
    padding: 3.5rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1367px) {
  .txt {
    font-size: 18px;
  }
  .concept .txt_cont .ttl {
    font-size: 48px;
  }
  .concept .txt_cont .txt {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .concept .concept_img {
    margin: auto;
  }
  .concept .txt_cont {
    margin-top: 30px;
  }
}
.greeting {
  padding: 8rem 3rem;
}
.greeting .ttl, .greeting .txt_cont {
  width: 100%;
}
.greeting .ttl {
  line-height: 1.2;
}
.greeting .flex {
  margin-top: 80px;
}
.greeting .name {
  font-size: 1.6rem
}
.greeting .name small {
  font-size: 1.4rem
}
.greeting .name .bold {
  margin-left: 20px;
}
.lineup_list {
  align-items: flex-start;
  margin-top: 15px;
  padding: 0 10px;
}
.lineup_list li .txt {
  padding: 1.5rem 1rem;
  line-height: 1.4;
}
.lineup_list > li {
  width: 50%;
  padding: 0 5px;
}
.lineup_list ul {
  padding: 10px;
  font-size: 1.4rem;
}
.bg_grd {
  background: linear-gradient(60deg, #ee7232, #e8523d, #f49f54);
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  .greeting {
    padding: 8rem 6rem;
  }
  .greeting .flex {
    margin-top: 80px;
  }
  .greeting .ttl {
    width: 45%;
    font-size: 38px;
  }
  .greeting .txt_cont {
    width: 50%;
    margin-top: 40px
  }
  .greeting .name {
    font-size: 1.8rem
  }
  .greeting .name small {
    font-size: 1.6rem
  }
  .lineup_list > li {
    width: 50%;
  }
  .lineup_list ul {
    padding: 20px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1367px) {
  .greeting .ttl {
    font-size: 48px;
  }
  .greeting .txt_cont {
    width: 50%;
  }
  .greeting .name {
    font-size: 2rem
  }
  .greeting .name small {
    font-size: 1.8rem
  }
  .lineup_list > li {
    padding: 0 15px;
  }
  .lineup_list ul {
    padding: 30px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .greeting .txt {
    margin-top: 40px;
  }
}
.office {
  padding: 8rem 0rem;
}
.office .office_img {
  margin-top: 60px;
}
.contents {
  padding: 100px 15px;
}
.txt {
  width: 90%;
  margin: auto;
}
.privacypolicy .cont_inr {
  max-width: 800px;
  margin: auto;
}
.privacypolicy .subTxt, .privacypolicy .privacypolicyListInr {
  margin-bottom: 30px;
}
.privacypolicy .ttl {
  margin-bottom: 15px;
  font-size: 16px;
}
.privacypolicy .privacypolicyListInr ul {
  margin-top: 40px;
}
.privacypolicy .privacypolicyListInr ul li {
  padding-left: 1rem;
  text-indent: -1rem;
}