@charset "utf-8";

/* --------------------
recruit 
----------------------- */
.branding-locallayout {
  height: 44vh;
  background-image: url("../../recruit/image/header.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (max-width: 1021px) {
  .branding-locallayout {
    height: 40vh;
    background-position: 47% 50%;
  }
}
@media screen and (max-width: 600px) {
  .branding-locallayout {
    height: 40vh;
    background-position: 36% 50%;
  }
}

.branding-text-recruit {
  position: relative;
  top: 17vh;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.4;
  left: 52%;
  display: inline;
  background: rgb(69 69 69 / 90%);
  padding: 7px 20px;
}

@media screen and (max-width: 1021px) {
  .branding-text-recruit {
    font-size: 2.4rem;
    left: 48%;
  }
}

@media screen and (max-width: 700px) {
  .branding-text-recruit {
    font-size: 2.2rem;
    left: 46%;
  }
}

@media screen and (max-width: 600px) {
  .branding-text-recruit {
    left: 18%;
    top: 30vh;
    font-size: 2rem;
    box-sizing: border-box;
    display: inline-block;
    width: 80%;
    text-align: center;
    padding: 7px 10px;
  }
}

.content-recruit {
  background: #f2f2f2;
  padding-top: 60px;
}

@media screen and (max-width: 600px) {
  .content-recruit {
    padding-top: 50px;
  }
}

.content-recruit:nth-child(even) {
  background: #fff;
}

.content-recruit-color {
  background: #bad6e5;
  padding-top: 60px;
}

/* --- [m1-2_2] 見出し --- */
.title02 {
  color: #222;
  line-height: 1.4;
  font-weight: normal;
  text-align: left;
}

/* --- [m1-2_2-1] 見出し > 見出しレベル1 --- */
.title02-level1 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .title02-level1 {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}

/* --- [m1-2_2-2] 見出し > 見出しレベル2 --- */
.title02-level2 {
  font-size: 2.8rem;
  text-align: center;
  color: #004894;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .title02-level2 {
    font-size: 2.6rem;
  }
}

/* --- [m1-2_2-3] 見出し > 見出しレベル3 --- */
.title02-level3 {
  font-size: 2rem;
  color: #004894;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.title02-level3:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 2px;
  background: #004894;
}

@media screen and (max-width: 600px) {
  .title02-level3 {
    font-size: 1.8rem;
  }
}

/* --- [m1-2_2-4] 見出し > 見出しレベル4 --- */
.title02-level4 {
  font-size: 1.8rem;
}

/* --- [m1-2_2-4] 見出し > 見出しレベル5 --- */
.title02-level5 {
  font-size: 1.6rem;
}

.section02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .section02 {
    margin-bottom: 50px;
  }
}

.section-hr {
  padding-bottom: 50px;
  margin: 0 auto 50px;
  max-width: 1000px;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 600px) {
  .section-hr {
    padding-bottom: 24px;
  }
}

label.panel-label {
  user-select: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  border-radius: 40px;
  background-color: #ecf0f1;
}

#panels .main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked~#panels #panel-1 {
  max-height: initial;
  opacity: 1;
}

#panel-2-ctrl:checked~#panels #panel-2 {
  max-height: initial;
  opacity: 1;
}

#panel-3-ctrl:checked~#panels #panel-3 {
  max-height: initial;
  opacity: 1;
}

#panel-1-ctrl:checked~#tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
}

#panel-1-ctrl:checked~#tabs-list #li-for-panel-1 label.panel-label {
  background-color: #60768d;
  padding-top: 14px;
  color: #ffffff;
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2 label.panel-label {
  background-color: #60768d;
  padding-top: 14px;
  color: #ffffff;
}

#panel-3-ctrl:checked~#tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
  box-shadow: none;
}

#panel-3-ctrl:checked~#tabs-list #li-for-panel-3 label.panel-label {
  background-color: #60768d;
  padding-top: 14px;
  color: #ffffff;
}

ul#tabs-list {
  display: flex;
  justify-content: center;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0 0 100px 0;
}

ul#tabs-list li {
  text-align: center;
  width: 24%;
  position: relative;
  border: solid #cfcfcf 1px;
  margin: 0 10px;
  border-radius: 40px;
}

ul#tabs-list li label.panel-label {
  position: relative;
  padding: 14px 0;
  font-size: 1.8rem;
  border-radius: 40px;
}

.panel-radios {
  display: none;
}

.btn-recruit {
  padding: 24px 48px;
}
@media screen and (max-width: 600px) {
  .btn-recruit {
    padding: 24px;
  }
}