/*=============================================
 * Recruit common
 *=============================================*/
section {
  color: #0f0f0f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  section {
    font-size: 16px;
    line-height: 32px;
  }
}

.cl-green {
  color: #00c3c9;
}

#key h1 {
  width: 87%;
  min-width: inherit;
  min-height: inherit;
  right: 6.5%;
  bottom: 40px;
  left: 6.5%;
  padding: 0;
  font-size: 50px;
  letter-spacing: 0.1em;
}

#key h1:before {
  display: none;
}

#key h1 small {
  font-size: 35px;
}

@media screen and (max-width: 1023px) {
  #key h1 {
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  #key h1 {
    right: 20px;
    bottom: 15px;
    left: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  #key h1 small {
    font-size: 18px;
  }
}

.breadcrumb {
  color: #0f0f0f;
  font-weight: 500;
}

.breadcrumb li:not(:last-child):after {
  background-image: url("../img/recruit/arrow-right.png");
}

.breadcrumb a {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.recruit-h2 {
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 0.4em;
  line-height: 48px;
}

.recruit-h2 .sub {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .recruit-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .recruit-h2 .sub {
    font-size: 15px;
    line-height: 30px;
    padding-top: 0;
  }
}

.button-1 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 90px;
  background-color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 26px;
  line-height: 48px;
  position: relative;
  padding-right: 40px;
  box-sizing: border-box;
}

.button-1 a:after {
  content: '';
  width: 36px;
  height: 36px;
  background: url("../img/recruit/arrow-right-1.webp") no-repeat center top/cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.button-1 a:hover {
  background-color: #0f0f0f;
  color: #fff;
  opacity: 1;
}

.button-1 a:hover:after {
  background-image: url("../img/recruit/arrow-right-4.webp");
}

.button-1.down-green a {
  background-color: #00c3c9;
  border: 3px solid #00c3c9;
  color: #fff;
}

.button-1.down-green a:after {
  background-image: url("../img/recruit/arrow-right-3.webp");
}

.button-1.down-green a:hover {
  background-color: #fff;
  color: #00c3c9;
}

.button-1.down-green a:hover:after {
  background-image: url("../img/recruit/arrow-right-2.webp");
}

.button-1.down-white a {
  background-color: #fff;
  color: #00c3c9;
  border: 3px solid #00c3c9;
}

.button-1.down-white a:after {
  background-image: url("../img/recruit/arrow-right-2.webp");
}

.button-1.down-white a:hover {
  background-color: #00c3c9;
  color: #fff;
}

.button-1.down-white a:hover:after {
  background-image: url("../img/recruit/arrow-right-3.webp");
}

@media screen and (max-width: 767px) {
  .button-1 {
    text-align: center;
  }

  .button-1 a {
    width: 70%;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
  }

  .button-1 a:after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

.list-dots li {
  padding-left: 25px;
  position: relative;
}

.list-dots li:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #00c3c9;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
}

.list-dots li:not(:last-child) {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .list-dots li {
    padding-left: 20px;
  }

  .list-dots li:not(:last-child) {
    padding-bottom: 10px;
  }

  .list-dots li:before {
    width: 15px;
    height: 15px;
    top: 9px;
  }
}

/*=============================================
 * Recruit
 *=============================================*/
#kv {
  display: flex;
  align-items: center;
  background: url("../img/recruit/key.webp") no-repeat center top/cover;
  width: 100%;
  height: 800px;
}

#kv .in {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}

#kv h2 {
  color: #fff;
  font-weight: 700;
  font-size: 65px;
  line-height: 90px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
  #kv {
    align-items: flex-end;
    background-image: url("../img/recruit/key_sp.webp");
    box-sizing: border-box;
    padding: 20px;
  }

  #kv .in {
    width: 100%;
    max-width: 720px;
  }

  #kv h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  #kv {
    height: 130vw;
    padding: 20px 5vw;
  }

  #kv h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
  }
}

/* -- -- */
#recruit-banner {
  background-color: #f4f6f6;
  padding: 140px 0;
}

@media screen and (max-width: 767px) {
  #recruit-banner {
    padding: 40px 0;
  }

  #recruit-banner .wrap {
    padding: 0 5vw;
  }
}

/* -- -- */
#recruit-info {
  background-color: #f4f6f6;
  color: #0f0f0f;
  padding: 100px 0 280px;
}

#recruit-info h2 {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.1em;
}

#recruit-info h2 img {
  max-width: 850px;
  margin-bottom: 50px;
}

#recruit-info .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px 28px;
  padding-top: 100px;
}

#recruit-info .box .col {
  background-color: #fff;
  position: relative;
}

#recruit-info .box .text {
  padding: 20px 20px 70px;
}

#recruit-info .box h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
}

#recruit-info .box h3 span {
  display: block;
  color: #00c3c9;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}

#recruit-info .box .pink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 36px;
  background-color: #ffe9f0;
  color: #fd2d70;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 20px;
  position: absolute;
  bottom: 20px;
  right: 165px;
}

#recruit-info .box .btn-more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#recruit-info .box .btn-more span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 50px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
}

#recruit-info .box .btn-more span:after {
  content: '';
  background-color: #0f0f0f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

#recruit-info .box .btn-more span:hover {
  border-color: #00C3C9;
  color: #00C3C9;
  opacity: 1;
}

#recruit-info .box .btn-more span:hover:after {
  background-color: #00C3C9;
}

@media screen and (max-width: 1023px) {
  #recruit-info h2 {
    font-size: 18px;
  }

  #recruit-info h2 img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  #recruit-info .box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  #recruit-info {
    padding: 40px 0 80px;
  }

  #recruit-info h2 img {
    max-width: 100%;
  }

  #recruit-info .box {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 40px;
  }

  #recruit-info .box h3 {
    font-size: 18px;
  }

  #recruit-info .box h3 span {
    font-size: 14px;
  }

  #recruit-info .box .pink {
    right: 160px;
  }
}

/* -- -- */
#recruit-interview {
  color: #0f0f0f;
  padding-bottom: 400px;
}

#recruit-interview .photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#recruit-interview h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  margin-top: -120px;
}

#recruit-interview h2 span {
  display: block;
  font-weight: 600;
  font-size: 150px;
  line-height: 200px;
  color: #00c3c9;
}

#recruit-interview .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 32px;
  padding-top: 130px;
}

#recruit-interview .box .name {
  margin-top: -50px;
  position: relative;
}

#recruit-interview .box .name dt {
  display: inline-flex;
  flex-direction: column;
  background-color: #fff;
  min-width: 150px;
  min-height: 90px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #00c3c9;
  padding: 10px 10px;
}

#recruit-interview .box .name dt span {
  display: block;
  font-weight: 500;
  font-size: 26px;
  color: #0f0f0f;
}

#recruit-interview .box .name dt.jc {
  justify-content: center;
}

#recruit-interview .box .name dd {
  width: 60%;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

#recruit-interview .box .name dd img {
  max-width: inherit;
  max-height: 41px;
}

#recruit-interview .box .name dd img[src*="interview-name-3"] {
  max-height: 63px;
}

#recruit-interview .box .txt {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  padding: 0 10px;
}

@media screen and (max-width: 1200px) {
  #recruit-interview .box .name dd {
    width: auto;
    right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  #recruit-interview .box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  #recruit-interview {
    padding-bottom: 80px;
  }

  #recruit-interview .photos {
    grid-template-columns: 1fr;
  }

  #recruit-interview h2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: -32px;
  }

  #recruit-interview h2 span {
    font-size: 45px;
    line-height: 50px;
  }

  #recruit-interview .box {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 40px;
  }

  #recruit-interview .box .name dt {
    min-height: 80px;
    font-size: 16px;
  }

  #recruit-interview .box .name dt span {
    font-size: 20px;
  }

  #recruit-interview .box .txt {
    font-size: 18px;
  }
}

/* -- -- */
#recruit-entry {
  background: url("../img/recruit/entry-bg.webp") no-repeat center/cover;
  color: #fff;
  padding: 80px 0 110px;
}

#recruit-entry .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 180px;
}

#recruit-entry h2 {
  width: 100%;
  font-weight: 700;
  font-size: 27px;
  line-height: 30px;
}

#recruit-entry h2 span {
  display: block;
  font-weight: 600;
  font-size: 95px;
  line-height: 140px;
}

#recruit-entry .btn-entry a {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 450px;
  height: 120px;
  color: #00c3c9;
  font-weight: 700;
  font-size: 23px;
  line-height: 32px;
  border-radius: 100px;
  position: relative;
  box-sizing: border-box;
  padding: 0 50px;
}

#recruit-entry .btn-entry a:after {
  content: '';
  width: 41px;
  height: 41px;
  background: url("../img/recruit/btn-arrow.webp") no-repeat center top/cover;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: all 0.3s;
}

#recruit-entry .btn-entry a:hover:after {
  transform: translate(5px, -50%);
}

#recruit-entry .tel {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
}

#recruit-entry .tel .ttl {
  font-size: 20px;
}

#recruit-entry .tel a {
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
}

@media screen and (max-width: 1440px) {
  #recruit-entry .wrap {
    justify-content: space-between;
    gap: 60px 0;
  }
}

@media screen and (max-width: 1200px) {
  #recruit-entry .tel a {
    font-size: 45px;
  }
}

@media screen and (max-width: 1023px) {
  #recruit-entry .wrap {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }

  #recruit-entry .tel {
    text-align: center;
  }

  #recruit-entry .tel a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #recruit-entry {
    background-image: url("../img/recruit/entry-bg_sp.webp");
    padding: 40px 0;
  }

  #recruit-entry .wrap {
    padding: 0 6.6vw;
    gap: 30px;
  }

  #recruit-entry h2 {
    font-size: 18px;
    line-height: 26px;
  }

  #recruit-entry h2 span {
    font-size: 45px;
    line-height: 50px;
  }

  #recruit-entry .btn-entry {
    width: 100%;
  }

  #recruit-entry .btn-entry a {
    justify-content: center;
    width: 100%;
    height: 45px;
    font-size: 20px;
  }

  #recruit-entry .btn-entry a:after {
    width: 30px;
    height: 30px;
    right: 10px;
  }

  #recruit-entry .tel {
    font-size: 14px;
  }

  #recruit-entry .tel .ttl {
    font-size: 16px;
  }

  #recruit-entry .tel a {
    font-size: 32px;
    line-height: 32px;
  }
}



/*=============================================
 * Recruit/kango
 *=============================================*/
#kango__sec2 .list-dots {
  max-width: max-content;
  margin: 0 auto;
}

#kango__sec2 .list-dots li:before {
  top: 12px;
}

@media screen and (max-width: 767px) {
  #kango__sec2 .list-dots li:before {
    top: 7px;
  }
}

#kango__sec3 {
  background-color: #00c3c9;
  color: #fff;
  font-weight: 500;
  line-height: 53px;
}

#kango__sec3 h2 {
  color: #6bdce0;
  font-weight: 600;
  font-size: 150px;
  line-height: 216px;
}

#kango__sec3 .box-1 {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 80px;
  padding-top: 30px;
}

#kango__sec3 .box-1 figcaption {
  max-width: 315px;
  margin: 0 auto;
  padding-top: 30px;
}

#kango__sec3 .box-1 h3,
#kango__sec3 .box-1 h4 {
  letter-spacing: 0.1em;
}

#kango__sec3 .box-2 h3 {
  letter-spacing: 0.1em;
}

#kango__sec3 .box-2 .photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media screen and (max-width: 1023px) {
  #kango__sec3 .box-1 {
    grid-template-columns: 1fr;
  }

  #kango__sec3 .box-1 figure {
    width: 460px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #kango__sec3 {
    line-height: 32px;
  }

  #kango__sec3 h2 {
    font-size: 60px;
    line-height: 1.5;
  }

  #kango__sec3 h2+h3 {
    font-size: 28px;
    letter-spacing: 0.1em;
  }

  #kango__sec3 .box-1 {
    gap: 30px;
  }

  #kango__sec3 .box-1 figure {
    width: 100%;
  }

  #kango__sec3 .box-1 figure figcaption {
    width: 60%;
    padding-top: 0;
  }

  #kango__sec3 .box-1 h3 {
    font-size: 28px;
  }

  #kango__sec3 .box-1 h4 {
    padding-top: 0;
  }

  #kango__sec3 .box-2 .photos {
    grid-template-columns: 1fr;
  }

  #kango__sec3 .box-2 .photos.type1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

#kango__sec4 h3 {
  border-left: 11px solid #00c3c9;
  padding-left: 11px;
}

#kango__sec4 .list-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
  padding-top: 20px;
}

#kango__sec4 .list-1 dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#kango__sec4 .list-1 dl dt,
#kango__sec4 .list-1 dl dd {
  padding: 20px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

#kango__sec4 .list-1 dl dt {
  border-color: #00c3c9;
  letter-spacing: 0.15em;
}

#kango__sec4 .list-1 dl dd {
  border-color: #8ee5e7;
  letter-spacing: 0.3em;
}

#kango__sec4 .list-1+.list-1 {
  margin-top: -2px;
  padding-top: 0;
}

#kango__sec4 .list-2 {
  max-width: 700px;
  padding-top: 20px;
}

#kango__sec4 .list-2 li {
  border-top: 2px solid #00c3c9;
  border-bottom: 2px solid #00c3c9;
  padding: 20px;
}

#kango__sec4 .list-2 li+li {
  border-top: 0;
}

#kango__sec4 .button-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

#kango__sec4 .button-1 a {
  max-width: 100%;
  height: 110px;
  font-size: 33px;
}

@media screen and (max-width: 1440px) {

  #kango__sec4 .list-1 dl dt,
  #kango__sec4 .list-1 dl dd {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 1200px) {
  #kango__sec4 .list-1 {
    grid-template-columns: repeat(2, 1fr);
  }

  #kango__sec4 .list-1+.list-1 {
    margin-top: 0;
  }

  #kango__sec4 .list-1+.list-1 dl dt,
  #kango__sec4 .list-1+.list-1 dl dd {
    border-top-width: 0;
  }
}

@media screen and (max-width: 1023px) {
  #kango__sec4 .list-1 {
    grid-template-columns: 1fr;
  }

  #kango__sec4 .list-1 dl+dl dt,
  #kango__sec4 .list-1 dl+dl dd {
    border-top-width: 0;
  }
}

@media screen and (max-width: 767px) {
  #kango__sec4 h3 {
    border-left-width: 5px;
  }

  #kango__sec4 .list-1 {
    padding-top: 10px;
  }

  #kango__sec4 .list-1 dl dt,
  #kango__sec4 .list-1 dl dd {
    padding: 10px;
  }

  #kango__sec4 .list-2 {
    padding-top: 10px;
  }

  #kango__sec4 .list-2 li {
    padding: 10px;
  }

  #kango__sec4 .button-1 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #kango__sec4 .button-1 a {
    height: 50px;
    font-size: 16px;
  }
}

#kango__sec5 h2 {
  letter-spacing: 0.1em;
}

#kango__sec5 h3 {
  border-left: 11px solid #00c3c9;
  margin-top: 50px;
  padding-left: 11px;
}

#kango__sec5 .photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media screen and (max-width: 767px) {
  #kango__sec5 h3 {
    border-left-width: 5px;
  }

  #kango__sec5 .photos {
    grid-template-columns: 1fr;
  }
}

#kango__sec6 h2 {
  letter-spacing: 0.1em;
}

#kango__sec6 h3 {
  letter-spacing: 0.05em;
  border-left: 10px solid #00c3c9;
  padding-left: 10px;
}

#kango__sec6 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px;
  line-height: 43px;
}

#kango__sec6 .box .col {
  background-color: #fff;
  padding: 30px;
}

#kango__sec6 .box h4 span {
  display: inline-block;
  border-bottom: 1px solid;
}

#kango__sec6 .box .txt {
  padding-top: 30px;
}

#kango__sec6 .box .txt-1 {
  max-width: max-content;
  margin: 0 auto;
  padding-top: 30px;
}

#kango__sec6 .box .txt-1 ul {
  padding-top: 10px;
}

#kango__sec6 .box .txt-1 ul li {
  padding-left: 25px;
  position: relative;
}

#kango__sec6 .box .txt-1 ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #00c3c9;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
}

#kango__sec6 .photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media screen and (max-width: 767px) {
  #kango__sec6 h3 {
    border-left-width: 5px;
  }

  #kango__sec6 .box {
    grid-template-columns: 1fr;
    gap: 20px;
    line-height: 32px;
  }

  #kango__sec6 .box .txt {
    padding-top: 20px;
  }

  #kango__sec6 .box .txt-1 {
    padding-top: 20px;
  }

  #kango__sec6 .box .txt-1 ul li {
    padding-left: 20px;
  }

  #kango__sec6 .box .txt-1 ul li:before {
    width: 15px;
    height: 15px;
    top: 9px;
  }

  #kango__sec6 .photos {
    grid-template-columns: 1fr;
  }
}

#application-requirements .button-1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 40px;
  max-width: 1040px;
  margin: 0 auto;
}

#application-requirements .button-1 li {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  #application-requirements .button-1 {
    gap: 20px;
  }

  #application-requirements .button-1 li {
    width: 100%;
  }
}

/*=============================================
 * Recruit/kaigo
 *=============================================*/
#kaigo__sec1 h2 {
  border-left: 10px solid #00c3c9;
  padding-left: 10px;
}

#kaigo__sec1 h3 {
  font-weight: 700;
  letter-spacing: 0.3em;
}

#kaigo__sec1 h3 small {
  font-weight: 500;
  letter-spacing: 0.1em;
}

#kaigo__sec1 dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 425px;
  padding-top: 20px;
}

#kaigo__sec1 dl dt,
#kaigo__sec1 dl dd {
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 20px 20px;
}

#kaigo__sec1 dl dt {
  border-color: #00c3c9;
}

#kaigo__sec1 dl dd {
  border-color: #8ee5e7;
  letter-spacing: 0.3em;
}

#kaigo__sec1 ul {
  max-width: 860px;
  letter-spacing: 0.15em;
  padding-top: 20px;
}

#kaigo__sec1 ul li {
  border-top: 2px solid #00c3c9;
  border-bottom: 2px solid #00c3c9;
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  #kaigo__sec1 h3 {
    font-size: 20px;
  }

  #kaigo__sec1 h3:not(:first-of-type) {
    padding-top: 50px;
  }

  #kaigo__sec1 dl dt,
  #kaigo__sec1 dl dd {
    padding: 10px;
  }

  #kaigo__sec1 ul li {
    padding: 10px;
  }
}

#kaigo__sec2 h2 {
  letter-spacing: 0.1em;
}

#kaigo__sec2 h3 {
  border-left: 10px solid #00c3c9;
  margin-top: 50px;
  padding-left: 10px;
}

#kaigo__sec2 .txt {
  line-height: 56px;
  padding-top: 30px;
}

#kaigo__sec2 .photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media screen and (max-width: 767px) {
  #kaigo__sec2 .txt {
    line-height: 36px;
    padding-top: 20px;
  }

  #kaigo__sec2 .photos {
    grid-template-columns: 1fr;
  }
}

#schedule h2 {
  font-weight: 600;
  font-size: 150px;
  line-height: 216px;
  color: #bcf0f1;
}

#schedule h3 {
  letter-spacing: 0.1em;
}

#schedule h4 {
  padding-top: 20px;
}

#schedule .box {
  max-width: 780px;
  margin: 0 auto;
}

#schedule .box dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 0 50px;
  position: relative;
}

#schedule .box dl dt {
  text-align: center;
  position: relative;
}

#schedule .box dl:not(:last-child) {
  padding-bottom: 60px;
}

#schedule .box dl:not(:last-child) dt:before {
  content: '';
  width: 2px;
  background: linear-gradient(to bottom, #4b4b4b 2px, transparent 2px);
  background-size: 5px 5px;
  position: absolute;
  top: 40px;
  bottom: -60px;
  left: 50%;
}

@media screen and (max-width: 767px) {
  #schedule h2 {
    font-size: 60px;
    line-height: 60px;
  }

  #schedule h3 {
    padding-top: 20px;
  }

  #schedule h4 {
    font-size: 18px;
  }

  #schedule .box {
    padding-top: 30px;
  }

  #schedule .box dl {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  #schedule .box dl dt {
    text-align: left;
  }

  #schedule .box dl:not(:last-child) {
    padding-bottom: 30px;
  }

  #schedule .box dl:not(:last-child):before {
    content: '';
    width: 2px;
    height: 25px;
    background: linear-gradient(to bottom, #4b4b4b 2px, transparent 2px);
    background-size: 5px 5px;
    position: absolute;
    bottom: 0;
    left: 10px;
  }

  #schedule .box dl:not(:last-child) dt:before {
    display: none;
  }
}

/*=============================================
 * Recruit/yoko
 *=============================================*/
#yoko__sec1 h2 {
  border-left: 10px solid #00c3c9;
  padding-left: 10px;
}

#yoko__sec1 h3 {
  font-weight: 700;
  letter-spacing: 0.3em;
}

#yoko__sec1 h3 small {
  font-weight: 500;
  letter-spacing: 0.1em;
}

#yoko__sec1 ul {
  max-width: 850px;
  padding-top: 20px;
}

#yoko__sec1 ul li {
  border-top: 2px solid #00c3c9;
  border-bottom: 2px solid #00c3c9;
  padding: 20px 20px;
}

#yoko__sec1 ul li small {
  font-size: 20px;
}

.yoko_txt_red {
  font-size: 24px;
  color: red;
  text-align: center;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  #yoko__sec1 h3 {
    font-size: 20px;
  }

  #yoko__sec1 h3:not(:first-of-type) {
    padding-top: 50px;
  }

  #yoko__sec1 dl dt,
  #yoko__sec1 dl dd {
    padding: 10px;
  }

  #yoko__sec1 ul li {
    padding: 10px;
  }

  #yoko__sec1 ul li small {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
  }
  .yoko_txt_red {
  font-size: 18px;
  padding: 30px;
}
}

#yoko__sec2 h2 {
  letter-spacing: 0.1em;
}

#yoko__sec2 h3 {
  border-left: 10px solid #00c3c9;
  margin-top: 50px;
  padding-left: 10px;
}

#yoko__sec2 .txt {
  line-height: 56px;
  padding-top: 30px;
}

#yoko__sec2 .photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media screen and (max-width: 767px) {
  #yoko__sec2 .txt {
    line-height: 36px;
    padding-top: 20px;
  }

  #yoko__sec2 .photos {
    grid-template-columns: 1fr;
  }
}

/*=============================================
 * Recruit/reha_staff_pt
 *=============================================*/
#reha_staff_pt__sec1 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  max-width: calc(50% + 700px);
  margin-left: 0;
}

#reha_staff_pt__sec1 .col {
  padding: 20px 0 20px 50px;
}

#reha_staff_pt__sec1 h2 {
  line-height: 46px;
  letter-spacing: 0.1em;
}

#reha_staff_pt__sec1 .txt {
  font-weight: 500;
  line-height: 53px;
  padding-top: 30px;
}

@media screen and (max-width: 1440px) {
  #reha_staff_pt__sec1 .wrap {
    max-width: calc(50% + 570px);
  }
}

@media screen and (max-width: 1200px) {
  #reha_staff_pt__sec1 .wrap {
    max-width: calc(50% + 480px);
  }
}

@media screen and (max-width: 1023px) {
  #reha_staff_pt__sec1 .wrap {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 0;
  }

  #reha_staff_pt__sec1 figure {
    width: 80%;
    margin: 0 auto;
  }

  #reha_staff_pt__sec1 .col {
    width: 100%;
    box-sizing: border-box;
  }

  #reha_staff_pt__sec1 .col {
    padding: 80px 30px 0;
  }

  #reha_staff_pt__sec1 h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  #reha_staff_pt__sec1 .col {
    padding: 50px 20px 0;
  }

  #reha_staff_pt__sec1 h2 {
    font-size: 20px;
    line-height: 32px;
  }

  #reha_staff_pt__sec1 .txt {
    line-height: 32px;
    padding-top: 20px;
  }
}

#reha_staff_pt__sec2 h3 {
  border-left: 10px solid #00c3c9;
  padding-left: 10px;
}

#reha_staff_pt__sec2 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  padding-top: 20px;
}

#reha_staff_pt__sec2 .list dl {
  display: grid;
  grid-template-columns: 210px 1fr;
}

#reha_staff_pt__sec2 .list dl dt,
#reha_staff_pt__sec2 .list dl dd {
  padding: 20px 0 20px 10px;
  border-top: 2px solid;
}

#reha_staff_pt__sec2 .list dl dt {
  border-color: #00c3c9;
  letter-spacing: 0em;
}

#reha_staff_pt__sec2 .list dl dd {
  border-color: #8ee5e7;
  letter-spacing: 0.1em;
}

#reha_staff_pt__sec2 .list+.list {
  grid-template-columns: repeat(2, 1fr);
  padding-top: 0;
}

#reha_staff_pt__sec2 .list:last-child dl dt {
  border-bottom: 2px solid #00c3c9;
}

#reha_staff_pt__sec2 .list:last-child dl dd {
  border-bottom: 2px solid #8ee5e7;
}

#reha_staff_pt__sec2 .button-1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
}

#reha_staff_pt__sec2 .button-1 li {
  width: calc(50% - 18px);
}

#reha_staff_pt__sec2 .button-1 a {
  max-width: 100%;
  height: 110px;
  font-size: 33px;
}

@media screen and (max-width: 1440px) {
  #reha_staff_pt__sec2 .list {
    font-size: 20px;
  }

  #reha_staff_pt__sec2 .list dl {
    grid-template-columns: 180px 1fr;
  }
}

@media screen and (max-width: 1200px) {
  #reha_staff_pt__sec2 .list {
    grid-template-columns: repeat(2, 1fr);
    font-size: 18px;
  }
}

@media screen and (max-width: 1023px) {
  #reha_staff_pt__sec2 .list {
    grid-template-columns: 1fr;
  }

  #reha_staff_pt__sec2 .list dl {
    grid-template-columns: repeat(2, 1fr);
  }

  #reha_staff_pt__sec2 .list dl+dl dt,
  #reha_staff_pt__sec2 .list dl+dl dd {
    border-top: 1;
  }

  #reha_staff_pt__sec2 .list+.list {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  #reha_staff_pt__sec2 .list+.list dl dt,
  #reha_staff_pt__sec2 .list+.list dl dd {
    border-top: 1;
  }

  #reha_staff_pt__sec2 .list:last-child dl dt {
    border-bottom: 0px solid #00c3c9;
  }

  #reha_staff_pt__sec2 .list:last-child dl dd {
    border-bottom: 0px solid #8ee5e7;
  }
}

@media screen and (max-width: 767px) {
  #reha_staff_pt__sec2 h3 {
    border-left-width: 5px;
  }

  #reha_staff_pt__sec2 .list {
    font-size: 16px;
  }

  #reha_staff_pt__sec2 .list dl dt,
  #reha_staff_pt__sec2 .list dl dd {
    padding: 10px 0;
  }

  #reha_staff_pt__sec2 .list dl dd {
    padding-left: 10px;
  }

  #reha_staff_pt__sec2 .button-1 {
    gap: 20px;
    text-align: center;
  }

  #reha_staff_pt__sec2 .button-1 a {
    height: 50px;
    font-size: 16px;
  }

  #reha_staff_pt__sec2 .button-1 a:after {
    width: 20px;
    height: 20px;
    right: 10px;
  }

  #reha_staff_pt__sec2 .button-1 li {
    width: 100%;
  }
}

#reha_staff_pt__sec3 h2 {
  letter-spacing: 0.1em;
}

#reha_staff_pt__sec3 h3 {
  border-left: 10px solid #00c3c9;
  letter-spacing: 0.05em;
  line-height: 46px;
  margin-top: 50px;
  padding-left: 10px;
}

#reha_staff_pt__sec3 .txt {
  line-height: 48px;
  padding-top: 50px;
}

#reha_staff_pt__sec3 .photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media screen and (max-width: 767px) {
  #reha_staff_pt__sec3 h3 {
    line-height: 32px;
    border-left-width: 5px;
    margin-top: 30px;
  }

  #reha_staff_pt__sec3 .txt {
    line-height: 32px;
    padding-top: 30px;
  }

  #reha_staff_pt__sec3 .photos {
    grid-template-columns: 1fr;
  }
}

#reha_staff_pt__sec4 h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 48px;
  letter-spacing: 0.4em;
}

#reha_staff_pt__sec4 h2 .sub {
  display: block;
  color: #6bdce0;
  font-weight: 600;
  font-size: 150px;
  letter-spacing: 0;
  line-height: 180px;
}

#reha_staff_pt__sec4 .video {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 30px;
}

#reha_staff_pt__sec4 .video .in {
  width: 100%;
  padding-top: 68.75%;
  position: relative;
}

#reha_staff_pt__sec4 .video .in>* {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #reha_staff_pt__sec4 h2 {
    font-size: 24px;
    line-height: 35px;
  }

  #reha_staff_pt__sec4 h2 .sub {
    font-size: 60px;
    line-height: 60px;
  }
}

#reha_staff_pt__sec5,
#reha_staff_pt__sec6 {
  background-color: #fff;
}

#reha_staff_pt__sec5 .button-1,
#reha_staff_pt__sec6 .button-1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 40px;
  max-width: 1040px;
  margin: 0 auto;
}

#reha_staff_pt__sec5 .button-1 li,
#reha_staff_pt__sec6 .button-1 li {
  width: calc(50% - 20px);
}

#reha_staff_pt__sec5 .button-1 a,
#reha_staff_pt__sec6 .button-1 a {
  border: 2px solid #0f0f0f;
}

@media screen and (max-width: 767px) {

  #reha_staff_pt__sec5 h2,
  #reha_staff_pt__sec6 h2 {
    letter-spacing: 0.1em;
  }

  #reha_staff_pt__sec5 .button-1,
  #reha_staff_pt__sec6 .button-1 {
    gap: 20px;
  }

  #reha_staff_pt__sec5 .button-1 li,
  #reha_staff_pt__sec6 .button-1 li {
    width: 100%;
  }

  #reha_staff_pt__sec5 .banner,
  #reha_staff_pt__sec6 .banner {
    margin: 0 -5vw;
  }
}

/*=============================================
 * Recruit/requirement
 *=============================================*/
.requirement-key {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 510px;
  background-color: #00c3c9;
  color: #fff;
  text-align: center;
}

.requirement-key h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 85px;
  letter-spacing: 0.2em;
}

.requirement-key h1 small {
  display: block;
  font-size: 38px;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .requirement-key {
    height: 250px;
  }

  .requirement-key h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .requirement-key h1 small {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

#requirement h2 {
  letter-spacing: 0.1em;
}

#requirement .list-btn-1 {
  display: flex;
  justify-content: center;
  gap: 36px;
}

#requirement .list-btn-1 li {
  width: calc(50% - 18px);
}

#requirement .list-btn-1 a {
  max-width: 100%;
  height: 110px;
  font-size: 33px;
}

#requirement .list-btn-2 .down-green a {
  max-width: 750px;
  height: 130px;
  font-size: 33px;
  letter-spacing: 0.05em;
}

#requirement .list-btn-2 .down-green a:after {
  width: 40px;
  height: 40px;
  transform: translateY(-50%) rotate(-90deg);
}

#requirement .list-btn-2 .button-1:not(.down-green) {
  padding-top: 70px;
}

#requirement .list-btn-2 .button-1:not(.down-green) a {
  border: 2px solid;
  padding-right: 0;
  padding-left: 40px;
}

#requirement .list-btn-2 .button-1:not(.down-green) a:after {
  right: auto;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}

#requirement .tb-info {
  line-height: 43px;
  letter-spacing: 0.05em;
}

#requirement .tb-info dl {
  display: table;
  width: 100%;
}

#requirement .tb-info dl dt,
#requirement .tb-info dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 20px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

#requirement .tb-info dl dt {
  width: 300px;
  border-color: #00c3c9;
  font-weight: 700;
}

#requirement .tb-info dl dd {
  border-color: #8ee5e7;
}

#requirement .tb-info dl dd p:not(:last-child) {
  padding-bottom: 20px;
}

#requirement .tb-info dl+dl dt,
#requirement .tb-info dl+dl dd {
  border-top: 0;
}

@media screen and (max-width: 1023px) {
  #requirement .list-btn-1 {
    flex-direction: column;
  }

  #requirement .list-btn-1 li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #requirement .list-btn-1 {
    flex-direction: column;
    gap: 20px;
  }

  #requirement .list-btn-1 a {
    height: 50px;
    font-size: 16px;
  }

  #requirement .list-btn-2 .down-green a {
    width: 100%;
    height: 80px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 30px;
  }

  #requirement .list-btn-2 .down-green a:after {
    width: 30px;
    height: 30px;
    right: 10px;
  }

  #requirement .list-btn-2 .button-1:not(.down-green) {
    padding-top: 20px;
  }

  #requirement .list-btn-2 .button-1:not(.down-green) a {
    padding-left: 20px;
  }

  #requirement .list-btn-2 .button-1:not(.down-green) a:after {
    left: 10px;
  }

  #requirement .tb-info {
    line-height: 30px;
  }

  #requirement .tb-info dl {
    display: block;
    position: relative;
    padding: 15px 0;
  }

  #requirement .tb-info dl:before {
    content: '';
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #00c3c9 30%, #8ee5e7 30%);
    position: absolute;
    top: 0;
    left: 0;
  }

  #requirement .tb-info dl dt,
  #requirement .tb-info dl dd {
    display: block;
    padding: 0;
    border: 0;
  }

  #requirement .tb-info dl dt {
    width: auto;
  }

  #requirement .tb-info dl dd {
    padding: 10px 0 0 10px;
  }

  #requirement .tb-info dl:last-child:after {
    content: '';
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #00c3c9 30%, #8ee5e7 30%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/*=============================================
 * Interview
 *=============================================*/
#interview__kv .wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

#interview__kv .text {
  width: 800px;
}

#interview__kv h1 {
  color: #00c3c9;
  font-weight: 600;
  font-size: 120px;
  line-height: 1;
}

#interview__kv h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 63px;
  letter-spacing: 0.1em;
  padding-top: 50px;
}

#interview__kv .name {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.1em;
  line-height: 33px;
}

#interview__kv .name small {
  font-size: 25px;
}

#interview__kv figure {
  width: 550px;
}

@media screen and (max-width: 1440px) {
  #interview__kv figure {
    width: 340px;
  }
}

@media screen and (max-width: 1200px) {
  #interview__kv .wrap {
    flex-direction: column;
    gap: 50px;
  }

  #interview__kv figure {
    width: 550px;
  }

  #interview__kv .text {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  #interview__kv h2 {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  #interview__kv .wrap {
    gap: 20px;
    padding: 0;
  }

  #interview__kv figure {
    width: 100%;
  }

  #interview__kv .text {
    padding: 0 5vw;
    box-sizing: border-box;
  }

  #interview__kv h1 {
    font-size: 45px;
  }

  #interview__kv h2 {
    font-size: 20px;
    line-height: 25px;
    padding-top: 20px;
  }

  #interview__kv .name {
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
  }

  #interview__kv .name small {
    font-size: 12px;
  }
}

@media screen and (min-width: 1441px) {
  #interview__kv .wrap {
    max-width: 1400px;
  }
}

#interview__detail .box {
  max-width: 1000px;
  margin: 0 auto;
}

#interview__detail h3 {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0.1em;
}

#interview__detail h3:before {
  content: '';
  display: block;
  width: 35px;
  height: 0;
  border-top: 1px solid #00c3c9;
}

#interview__detail .txt {
  line-height: 48px;
  padding-top: 30px;
}

#interview__detail figure {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #interview__detail h3 {
    grid-template-columns: 30px 1fr;
    font-size: 20px;
    line-height: 30px;
  }

  #interview__detail h3:before {
    width: 20px;
  }

  #interview__detail .txt {
    line-height: 30px;
    padding-top: 15px;
  }

  #interview__detail figure {
    padding-top: 30px;
  }
}

#interview__other h2 {
  letter-spacing: 0.1em;
}

#interview__other .button-1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 100px;
}

#interview__other .button-1 li {
  width: calc(50% - 20px);
}

#interview__other .button-1 a {
  border: 2px solid #0f0f0f;
}

@media screen and (max-width: 1023px) {
  #interview__other .button-1 a {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #interview__other h2 {
    font-size: 24px;
  }

  #interview__other .button-1 {
    flex-direction: column;
    gap: 10px;
    padding-top: 30px;
  }

  #interview__other .button-1 li {
    width: 100%;
  }

  #interview__other .button-1 a {
    font-size: 14px;
  }
}

/* 栄養科------------------------------------------------------------------------ */

.eiyou_box h3 {
  font-weight: 700;
  letter-spacing: 0.3em;
}

.eiyou_box h3 {
  border-left: 10px solid #00c3c9;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 46px;
  margin-top: 50px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .eiyou_box h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.eiyou_box .txt {
  line-height: 56px;
  padding-top: 30px;
}

.eiyou_box dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 425px;
  padding-top: 20px;
}

.eiyou_box dl dd {
  border-color: #8ee5e7;
  letter-spacing: 0.3em;
}

.eiyou_box dl dt {
  border-color: #00c3c9;
}

.eiyou_box dl dt, .eiyou_box dl dd {
  border-top: 2px solid #00c3c9;
  border-bottom: 2px solid #00c3c9;
  padding: 20px 20px;
}


.eiyou_box .photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .eiyou_box .photos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media screen and (max-width: 425px) {
  .eiyou_box .photos {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.eiyou_box .eiyou_flex {
  display: flex;
  gap: 10px;
}

.eiyou_box .eiyou_flex p.eiyou_interview {
  padding-top: 0;
  line-height: 2rem;
  width: 85%;
}

@media screen and (max-width: 425px) {
  .eiyou_box .eiyou_flex {
    flex-direction: column;
  }

  .eiyou_box .eiyou_flex p {
    text-align: center;
  }
}


/* 車両------------------------------------------------------------------------ */

.car_box h3 {
  border-left: 10px solid #00c3c9;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 46px;
  margin-top: 50px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .car_box h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.car_box h3 {
  font-weight: 700;
  letter-spacing: 0.3em;
}

.car_box .txt {
  line-height: 56px;
  padding-top: 30px;
}

.car_box dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 425px;
  padding-top: 20px;
}

.car_box dl dd {
  border-color: #8ee5e7;
  letter-spacing: 0.3em;
}

.car_box dl dt {
  border-color: #00c3c9;
}

.car_box dl dt, .car_box dl dd {
  border-top: 2px solid #00c3c9;
  border-bottom: 2px solid #00c3c9;
  padding: 20px 20px;
}



.car_flex {
  display: flex;
  gap: 10px;
}

.car_flex p.car_interview {
  padding-top: 0;
  line-height: 2rem;
  width: 85%;
}

@media screen and (max-width: 425px) {
.car_flex {
    flex-direction: column;
  }
}
/*アイセル追記260305 ここから*/

@media screen and (max-width: 767px) {
  #interview__other h2 {
    font-size: 24px; }
  #interview__other .button-1 {
    flex-direction: column;
    gap: 10px;
    padding-top: 30px; }
    #interview__other .button-1 li {
      width: 100%; }
    #interview__other .button-1 a {
      font-size: 14px; } }
#reha_staff_pt__sec3 h3 {
  border-left: 10px solid #00c3c9;
  letter-spacing: 0.05em;
  line-height: 46px;
  margin-top: 50px;
  padding-left: 10px; }
#reha_staff_pt__sec3 .txt {
  line-height: 48px;
  padding-top: 20px; }
#reha_staff_pt__sec3 .photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }
.center_caption h2 {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding: 35px 125px;
  z-index: 1;
  text-align: center;
  margin-top: 80px;
}
.center_caption h2:before {
   content: '';
   height: 100%;
   background-image: linear-gradient(25deg, #006496, #82aebc);
   position: absolute;
   top: 0;
   right: 0;
   left: -25px;
   /*transform: skewX(-15deg);*/
   z-index: -1;
}
.traning_slider{
  margin-top: 20px;
}
.traning_slider figure{
  width: 100%;

  display: block;
} 
.traning_slider figure img{
  margin: 0 auto;
  max-width: 500px;
  box-sizing: border-box;
  padding:10px; border:1px #257aa5 solid; 
}
.cap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px !important; 
}
.cap figure{
  text-align: center;
}

.cap p{
font-size: 70%;
  line-height: 1.5;
    padding: 0.5em;
    margin: 20px 0;
    border-top: double 7px #8ee5e7;/*左線*/
    border-bottom: double 7px #8ee5e7;/*右線*/
  background: #fff;
  
}
.txt_img{
  display: flex;
  justify-content: space-around;
  align-content: flex-start;
  flex-wrap: wrap;
  
}
.txt_img p{
  
  width: calc(100% - 550px);
}
.txt_img figure{
  width: 500px;
  
}
.normal h2 {
  font-weight: 700 !important;
  font-size: 45px !important; 
  letter-spacing: 0.4em !important;
  line-height: 48px !important;
  color: #00c3c9 !important;
}
.normal .box{
 width: 100% !important;
  max-width: 100% !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.normal .box>div{
  width: calc(50% - 40px);
  margin: 20px;
}
.normal .box dl:not(:last-child) {
  padding-bottom: 30px !important;
}
.normal .box dl:not(:last-child) dt::before {
  bottom: -30px !important;
}
.shoppingreha .cap figure{
  text-align: center;
  position: relative;
}

.shoppingreha .cap p{
font-size: 70%;
  line-height: 1.5;
    padding: 0.5em;
    margin: 20px 0;
    border-top: double 7px #8ee5e7;/*左線*/
    border-bottom: double 7px #8ee5e7;/*右線*/
  background: rgba(255,255,255,0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
}

.shoppingreha .cap p:before {
  content: "";
  position: absolute;
  top: -37px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #8ee5e7;
}
.shoppingreha .cap p.fuki1{
  width: 220px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 120px;
}
.shoppingreha .cap p.fuki2{
 width: 260px;
  left: 10px;
  bottom: 100px;
}
.shoppingreha .cap p.fuki2:before {
  top: 107%;
  left: 50%;
  border: 15px solid transparent;
  border-bottom: none;
  border-top: 15px solid #8ee5e7;
}

.shoppingreha .cap p.fuki3{
 width: 200px;
  right: 120px;
  bottom: 100px;
}
.shoppingreha .cap p.fuki3:before {
  top: 107%;
  left: 90%;
  border: 15px solid transparent;
  border-bottom: none;
  border-top: 15px solid #8ee5e7;
}

.shoppingreha .cap p.fuki4{
  width: 380px;
  right: 10px;
  bottom: 200px;
}
.shoppingreha .cap p.fuki4:before {
  top: 107%;
  left: 50%;
  border: 15px solid transparent;
  border-bottom: none;
  border-top: 15px solid #8ee5e7;
}

.shoppingreha .cap p.fuki5{
  width: 250px;
  left: 80px;
  bottom: -11px;
}
.shoppingreha .cap p.fuki5:before {
  top: -57%;
  left: 50%;
  border: 15px solid transparent;
  border-bottom: 15px solid #8ee5e7;
}

@media screen and (max-width: 767px) {
 #reha_staff_pt__sec3 h3 {
    line-height: 32px;
    border-left-width: 5px;
    margin-top: 30px; }
  #reha_staff_pt__sec3 .txt {
    line-height: 32px;
    padding-top: 15px; }
  #reha_staff_pt__sec3 .photos {
    grid-template-columns: 1fr; } 
  .center_caption h2 {
 padding: 15px 10px;
    margin-top: 50px;
    width: calc(100%);
    font-size: 3.0vw;
    letter-spacing: 0 !important;
    line-height: 2.5;
    box-sizing: border-box;
}
  .center_caption h2::before {
    left:0;
}
  .engeiphoto p{
font-size: 100%;
  }
  .txt_img{
  
}
.txt_img p{
  
  width: 100%;
  margin-bottom: 20px;
}
.txt_img figure{
  width: 100%;
  
}


}
/*アイセル追記260305 ここまで*/



/*アイセル追記260316*/
/* 共通 */

.top-sec {
  padding-top: 120px;
}
.bottom-sec {
  padding-bottom: 150px;
}
.blue-section,
.white-section {
  position: relative;
  padding: 150px 0;
}
.blue-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(25deg, #006496, #82aebc);
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-5deg);
}
.white-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-5deg);
}
.btn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.btn a,
button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 420px;
  height: 60px;
  color: #fff;
  background-color: #006496;
  margin: 0 auto;
}
button {
  padding: 0 40px;
}
.form .table {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 135px;
  position: relative;
  z-index: 2;
}

.form .table table {
  width: 100%;
}
.form .table th,
.form .table td {
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  vertical-align: middle;
  padding: 30px 20px;
}

.form .table th {
  color: #006496;
  text-align: left;
}

.form .table td {
  color: #4b4b4b;
}

.form .table td ul {
  text-align: left;
  padding: 0;
}

.form .table td ul li {
  text-indent: -27px;
  padding-left: 27px;
}

.form .table td ul li:not(:last-child) {
  padding-bottom: 15px;
}

.form .table thead th:first-child {
  width: 12%;
}

.form .table thead th + th {
  width: 29%;
  background-color: #006496;
  color: #fff;
  border-right: 0;
  border-left: 1px solid #fff;
}

.form table button {
  width: 100%;
  max-width: 100%;
  border: none;
}
.required{
  color: red;
  display: contents;
}
form{
  padding-top: 40px;
}

.confirm-table tr th{
  width: 30%;
}
.confirm-table tr td{
  background-color: #fff;
  padding: 20px;
}
input,
textarea {
  border: none;
  background-color: #fff;
  width: 100%;
  padding: 20px;
}
label{
  display: block;
}
label input{
  width: auto;
}
.confirm-table tr th{
  width: 30%;
}
.confirm-table tr td{
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .form .table {
    padding-top: 100px;
  }
  .form .table-scroll {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  .form .table table {
    width: max-content;
  }
  .aki .table th:first-of-type {
    width: 30%;
  }
  .bottom-sec {
    padding-bottom: 100px;
  }
  .form .table th,
  .form .table td {
    padding: 10px 0;
  }
  .form form tr th,
  .form form tr td {
    display: grid;
  }
  .form .table table {
    width: 100%;
  }
  .confirm-table tr th{
    width: 100%;
  }
}
.photo_two{
  display: flex;
  justify-content: space-around;
  align-content: space-around;
  flex-wrap: wrap;
}
.photo_two>figure{
  width: calc(50% - 30px);
  margin: 15px;
}
.photo_two>figure img{
  width: 100%;
}
.trianglebox{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px auto;
}
.trianglebox .triangle{
    width: 0px;
    height: 0px;
   border-top: 40px solid #8ee5e7;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  margin: 0 30px;
}
.trianglebox p{
color: #00c5dc;
  font-weight: bold;

}

.shoping_read{
  text-align: center;
}
.shoping_read h2{
  text-align: center;
  color: #00c3c9;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.8;
}
.shoping_read img{
  width: 100px;
  margin: 20px auto;
}
.shoppingreha h2.recruit-h2{
  margin: 70px 0 30px;
}
.shoppingreha ol {
  counter-reset: number 0;           /* number のカウンタを 0 にセット */
}


.shoppingreha ol li{
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.shoppingreha ol li:before {
  counter-increment: number 1;
  content: counter(number) " ";
  color: #fff;
  font-weight: bold;
  background: #00c3c9;
  text-align: center;
  width: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.tour_box .read{
  text-align: center;
}
.tour_box .read h2{
   color: #00c5dc;
  line-height: 1.3;
  font-size: 30px;
  
}
.tour_box .read p{
   color: #00c5dc;
  line-height: 1.3;
  font-size: 20px;
  
}
.tour_box>.wrap{
  display: block;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;


}
.tour_box>.wrap h2{
  position: relative;
  padding-left: 55px;
  font-size: 28px;
  line-height: 1.3;
  color: #00c5dc;
  margin-bottom: 40px;
  margin-top: 60px;
}
.tour_box>.wrap h2:before{
  font-family: "Font Awesome 5 Free";
  content: '\f554';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #00c5dc;
  font-size: 55px;
  
}
.tour_box>.wrap h2>span{
  font-size: 70%;
  display: block;
    color: #fff;
  font-weight: normal;
  background: #8ee5e7;
  margin-bottom: 5px;
  padding: 3px;
  box-sizing: border-box;

}
.tour_box>.wrap h3{
    border-left: 10px solid #00c3c9;
  letter-spacing: 0.05em;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-weight: bold;
}
.tour_box>.wrap>div.tour_one{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tour_box>.wrap>div.tour_one>figure{
  width: calc(50% - 50px);
}
.tour_box>.wrap>div.tour_one>figure img{
  width: 100%;
}
.tour_box>.wrap>div.tour_one>div{
  width: calc(50% - 50px);
}
.mini_interview{
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 30px 0 50px;
  box-sizing: border-box;
  background: #fff;
  padding: 30px;
}
.mini_interview h4{
  width: 100%;
  border-bottom: 1px solid #00c3c9;
  color: #00c3c9;
  padding: 5px;
  box-sizing: border-box;
  display: inline-block;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.mini_interview figure{
  width: 300px;
}
.mini_interview figure img{
  width: 100%;
}
.mini_interview p{
  width: calc(100% - 380px);
  font-size: 20px;
}
h2.reha-catch{
  color: #00c3c9;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0.1em;
  width: 100%;
  margin-bottom: 80px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
.photo_two>figure{
  width: calc(100%);

}
.cap p{
font-size: 90%;
  }
  .shoping_read h2{
  font-size: 3.8vw;
}
.shoppingreha .cap p{
font-size: 90%;
  }
  .tour_box>.wrap{
  padding: 0 30px 80px;

}

  .tour_box>.wrap>div.tour_one>figure,
.tour_box>.wrap>div.tour_one>div{
  width: 100%;
}
.tour_box>.wrap>div.tour_one>div{
  margin-top: 20px;
}
.mini_interview figure,
  .mini_interview p{
    width: 100%;
}
  .mini_interview p{
    margin-bottom: 20px;
  }
h2.reha-catch{
  font-size: 5.0vw !important;
  }
}
/*アイセル追記260316 ここまで*/