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

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

.m-header-001__logo {
  padding: 8px 40px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 20px 5%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px 13px;
  }
}

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

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

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

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

.c-headline-001__en {
  font-weight: 400;
  color: #00a0a5;
}

.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;
  }
}

.m-footer-001 {
  background: #fff;
  color: #00a0a5;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

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

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  background: #e5f5f6 !important;
}

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

@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__headline-txt {
  /* color: #333; */
}

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

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

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

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

/* -------------------------------------------
フリーテキスト
------------------------------------------- */
.m-free-001 .c-headline-001 {
  margin: 80px 0 20px 0;
}

@media screen and (max-width: 767px) {
  .m-free-001 .c-headline-001 {
    margin: 40px 0 20px 0;
  }
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 0 0 80px 0;
  /* background: #000 !important; */
}

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

.m-message-003__inner{
  padding: 0;
}

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

.m-message-003__headline-txt {
  /* color: #fff; */
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-message-003__headline-txt {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-message-003__headline-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-003__headline-txt {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

.m-message-003__detail {
  /* background: #000; */
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-message-003__detail {
    margin: 40% 0 0 -60%;
  }
}

@media screen and (max-width: 767px) {
  .m-message-003__detail {
    margin: 40% 0 0 -70%;
  }
}

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

/* -------------------------------------------
社風 003
------------------------------------------- */
.m-culture-003 {
  padding: 0 0 80px 0;
  /* background: #333; */
}

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

@media screen and (max-width: 767px) {
  .m-culture-003 {
    padding: 0 0 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 30px 0;
}

@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: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 #ddd;
  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.8rem;
  }
}

@media screen and (max-width: 320px) {
  .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;
  }
}

/* -------------------------------------------
評価制度 005
------------------------------------------- */
.m-assessment-005 {
  padding: 80px 0 56px 0;
  background: #e5f5f6;
}

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

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

.m-assessment-005__list-item:nth-child(1) {
  padding: 0 24px 24px 24px;
}

@media screen and (max-width: 1024px) {
  .m-assessment-005__list-item:nth-child(1) {
    padding: 0 24px 24px 24px;
  }
}

.m-assessment-005__list-item:nth-child(2) {
  padding: 0 24px 24px 24px;
}

@media screen and (max-width: 1024px) {
  .m-assessment-005__list-item:nth-child(2) {
    padding: 0 24px 12px 24px;
  }
}

.m-assessment-005__list-item-inner {
  border: 1px solid #ddd;
}

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

@media screen and (max-width: 320px) {
  .m-assessment-005__list-item-ttl-txt {
    font-size: 1.4rem;
  }
}

.m-assessment-005__list-item-desc {
  padding: 0;
}

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

.m-assessment-005__list-item-desc-txt {
  color: #333;
  text-align: justify;
}

/* -------------------------------------------
社風 002
------------------------------------------- */
.m-culture-002 {
  padding: 56px 0;
}

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

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

@media screen and (max-width: 767px) {
  .m-culture-002 .c-headline-001__ja {
    margin: 0;
  }
}

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

.m-culture-002__list-item-figure-img {
  width: 100%;
  vertical-align: middle;
}

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

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

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

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

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

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002__inner::before {
  opacity: .8;
}

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

.m-message-002__headline-txt {
  /* color: #1770ca; */
}

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

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

.m-message-002__desc-txt {
  /* color: #333; */
}

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

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003 {
  background: #e5f5f6 !important;
}

.m-require-003 .c-headline-001__ja {
  font-weight: 700;
}

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

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

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

.m-require-003__detail-ttl {
  width: 220px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .m-require-003__detail-ttl {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .m-require-003__detail-ttl {
    width: 100%;
  }
}

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