/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

/* 共通 */
body {
  background:#fff;
}

@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.m-header-001 {
  background: #060606;
}

.m-header-001__logo {
  display: flex;
  align-items: center;
}

.m-header-001__logo-link-img {
  max-height: 54px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-kv-001__figure-img-sp {
    width: 100%;
  }
}

.c-headline-001__en {
  color: #fc8505;
}

.c-headline-001__ja {
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-kv-001__figure-img-sp {
    width: 100%;
  }
}

/**********************************************
* モジュール2：メッセージ001 *
**********************************************/
@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 320px) {
  .m-message-001__headline-txt {
    font-size: 2rem;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-message-001__detail {
    padding: 80px 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-001__detail {
    padding: 40px 0;
  }
}

.m-message-001__desc-txt {
  padding-bottom: 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

/**********************************************
* モジュール3：評価制度001 *
**********************************************/
.m-assessment-001 {
  padding: 20px 0 56px 0;
}

@media screen and (max-width: 1024px){
  .m-assessment-001 {
    padding: 10px 0 68px 0;
  }
}

@media screen and (max-width: 767px){
  .m-assessment-001 {
    padding: 20px 0 28px 0;
  }
}

.m-assessment-001__list-item:nth-of-type(1) .m-assessment-001__list-item-desc {
  padding: 20px 20px 0 20px;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item:nth-of-type(1) .m-assessment-001__list-item-desc {
    padding: 10px 0 0 0;
  }
}

.m-assessment-001__list-item-ttl {
  border: solid #ddd;
  border-width: 1px 0;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-figure {
    padding: 0;
  }
}

.m-assessment-001__list-item-figure-img {
  max-width: 90%;
}

@media screen and (max-width: 1024px) {
  .m-assessment-001__list-item-figure-img {
    max-width: 100%;
  }
}

.m-assessment-001__list-item-ttl-txt {
  color: #333;
}

.m-assessment-001__list-item-desc {
  padding: 0 20px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-desc {
    padding: 0;
  }
}

.m-assessment-001__list-item-desc-txt {
  text-align: justify;
}

/**********************************************
* モジュール4：社風004 *
**********************************************/
.m-culture-004 {
  padding: 68px 0;
  background: #eee !important;
}

@media screen and (max-width: 767px) {
  .m-culture-004 {
    padding: 28px 0;
  }
}

.m-culture-004__list {
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-culture-004__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-culture-004__list-item-detail-ttl {
  border: solid #ddd;
  border-width: 0 0 1px;
}

.m-culture-004__list-item-detail-ttl-txt {
  font-size: 2rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-culture-004__list-item-detail-ttl-txt {
    font-size: 1.8rem;
  }
}

.m-culture-004__list-item-detail-desc-txt {
  font-size: 1.5rem;
  color: #333;
  text-align: justify;
}

/**********************************************
* モジュール5：社風003 *
**********************************************/
.m-culture-003 {
  padding: 80px 0;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-culture-003 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-003 {
    padding: 40px 0;
  }
}

.m-culture-003__inner {
  max-width: 800px;
}

.m-culture-003__list {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .m-culture-003__list {
    padding: 0 12px;
  }
}

.m-culture-003__list-item {
  margin: 0;
  padding: 0 0 40px 0;
}

@media screen and (max-width: 1024px){
  .m-culture-003__list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px){
  .m-culture-003__list-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item {
    padding: 0 24px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-culture-003__list-item {
    padding: 0 24px;
  }
}

.m-culture-003__list-item:last-child {
  padding-bottom: 0;
}

.m-culture-003__list-item-detail {
  padding: 20px;
}

@media screen and (max-width: 1024px){
  .m-culture-003__list-item-detail {
    padding: 20px 0;
  }
}

.m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
    padding-bottom: 0;
  }
}

.m-culture-003__list-item-detail-ttl {
  border: solid #333;
  border-width: 0 0 1px;
}

.m-culture-003__list-item-detail-ttl-txt {
  font-size: 2rem;
  color: #333;
}


@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.6rem;
  }
}

.m-culture-003__list-item-detail-desc-txt {
  font-size: 1.5rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-desc-txt {
    font-size: 1.4rem;
  }
}

/**********************************************
* モジュール6：メッセージ002 *
**********************************************/
@media screen and (max-width: 320px) {
  .m-message-002__headline-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-message-002__detail {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 10px 0 0;
    text-align: left;
  }
}

/**********************************************
* 募集要項（募集要項004）*
**********************************************/
.m-require-004 .c-headline-001__ja {
  font-weight: 700;
}

@media screen and (max-width: 767px){
  .m-require-004__detail {
    padding-top: 14px;
  }
}

.m-require-004__detail-row {
  border-top: 1px solid #ddd;
}

.m-require-004__detail-row:last-child {
  border-bottom: 1px solid #ddd;
}

.m-require-004__detail-desc {
  font-weight: 400;
  color: #333;
}

/* IE対応 */
_:-ms-fullscreen, :root .m-require-004__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}