/*カスタム*/
@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__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: #0284cf;
}

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

/* フッター */
.m-footer-001 {
  background: #fff;
  color: #0284cf;
}

.m-footer-001__copyright {
  font-weight: 700;
}

/**********************************************
* モジュール2：メッセージ001 *
**********************************************/
.m-message-001 {
  background: #e5f2fa !important;
}

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

.m-message-001__headline-txt {
  color: #0284cf;
}

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

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

@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-jobs-001 {
  padding: 80px 20px;
}

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

.m-jobs-001__content-desc {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
  padding: 20px 0 0 0;
}

@media screen and (max-width: 767px){
  .m-jobs-001__content + .m-jobs-001__list{
    padding-top: 0;
  }
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

.m-jobs-001__list-item-figure {
  width: 60%;
  min-height: 490px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40%;
  margin: 0;
  padding: 0 0% 0 40px;
}

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

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width:100%;
    margin: 0 0 0 0%;
    padding: 20px 0;
  }
}

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

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 0 40px 0 0%;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 0 20px 0 0%;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px 0;
  }
}

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safari対応*/
  padding: 2px 0;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .1rem;
  background: transparent;
  color: #0284cf;
}

/* IE対応 */
_:-ms-fullscreen, :root .m-jobs-001__list-item-detail-ttl {
  padding-top:8px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 10px;
    padding: 2px 0;
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
  color: #333;
  text-align: justify;
}

/**********************************************
* モジュール4：評価制度005 *
**********************************************/
.m-assessment-005 {
  padding: 80px 0 56px 0;
  background: #e5f2fa !important;
}

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

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

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

/**********************************************
* モジュール5：メッセージ003 *
**********************************************/
.m-message-003 {
  padding: 80px 0;
}

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

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

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

@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%;
  }
}

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

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  text-transform: uppercase;
}

.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 {
  color: #333;
}

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

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

/* 「応募する」ボタン */
.m-require-003__entry-btn {
  background: #0284cf;
  color: #fff;
}

.m-require-003__entry-btn::before {
  background: #1b7fb9;
}