@charset "UTF-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #FFF7E9;
  position: relative;
  color: #707070;
  font-size: 16px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.coming-soon {
  display: none;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ======================================== */
/* 共通項 */

.u-1000,
.u-700,
.u-600,
.u-600-recruit,
.u-400 {
  display: none;
}

.o-600 {
  display: none;
}


/* ======================================== */
main {
  margin-top: 200px;
}

main h2 {
  font-size: 2.5em;
  text-align: center;
  margin: 100px 0;
  color: #428791;
}

main .inner {
  /* max-width: 1280px; */
  width: 90%;
  margin: 0 auto;
  padding-bottom: 4em;
}

.job-box {
  position: relative;
  background: #fff;
  border: 1px solid #c3c3c3;
  padding: 1.6em 2em;
  margin-top: 3em;
}

.job-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  /* 三角の辺の長さ調整 */
  height: 18px;
  background: #FFA500;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  /* 右下直角三角形 */
}

.sp-title {
  display: none;
}

.intro-content {
  width: 75%;
}

.category {
  display: inline-block;
  position: absolute;
  top: -1em;
  left: 5em;
  padding: 5px 16px;
  background-color: #ee8190;
  color: #fff;
  font-weight: bold;
}

.full-time {
  display: inline-block;
  position: absolute;
  top: -1em;
  left: -0.5em;
  padding: 5px 16px;
  background-color: #428791;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.part-time {
  display: inline-block;
  position: absolute;
  top: -1em;
  left: -0.5em;
  padding: 5px 16px;
  background-color: #914270;
  color: #fff;
  font-weight: bold;
  text-align: center;
}


.box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 5%;
}

.thumb-img {
  padding-top: 5px;
  width: 20%;
  display: flex;
  flex-direction: column;
}

.thumb-img img {
  display: block;
  /* width: 80%; */
  width: 100%;
  margin: 0 auto 1em;
  border: 1px solid #c3c3c3;
}

.pc-title h3 {
  min-width: 300px;
  color: #FFA500;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}

.box-bottom {
  display: flex;
  justify-content: space-around;
  gap: 2%;
}

.recruit-btn {
  width: 20%;
}

.to-recruit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #aaa;
  border-radius: 5px;
  text-align: center;
  transition: .3s;
  padding: 5px 0;
  width: 100%;
  margin: auto auto 0;
  transition: .3s;
}

.to-recruit:hover,
.u-600-recruit:hover {
  background-color: #FFA500;
}

.description {
  /* width: 70%; */
  font-weight: 500;
}

.link {
  transition: .3s;
}

.link:hover,
.pc-title:hover,
.sp-title:hover {
  opacity: 0.7;
}

.map {
  display: block;
  color: #707070;
  font-weight: bold;
}

.content-box {
  margin-bottom: 2em;
}

.address {
  min-width: 300px;
  position: relative;
  padding-left: 28px;
  /* ← アイコンの幅＋余白ぶん */
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.address .symbol-distance,
.address .symbol-train {
  position: absolute;
  left: 0;
  top: 0.1em;
  /* ちょっと下げて文字と揃える。お好みで調整 */
}

.other-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.job-wrapper {
  margin-bottom: 6em;
}

.to-other-box {
  width: 70%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.to-kaigo-vity {
  position: relative;
  display: inline-block;
  width: 20%;
  /* margin: 0 auto 2em; */
  /* border-radius: 15px; */
  text-align: center;
  padding: 1em 0;
  border: 3px solid #76A057;
  background-color: #fdfbfb;
  color: #76A057;
  letter-spacing: 0.05em;
  font-weight: 500;
  transition: ease .2s;
}

.to-kaigo-vity::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #76A057;
  border-right: solid 2px #76A057;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1em;
}

.to-kaigo-vity:hover {
  background-color: #76A057;
  color: #fff;
}

.to-iryou-vity {
  position: relative;
  display: inline-block;
  width: 20%;
  /* margin: 0 auto 2em; */
  /* border-radius: 15px; */
  text-align: center;
  padding: 1em 0;
  border: 3px solid #648FC6;
  background-color: #fdfbfb;
  color: #648FC6;
  letter-spacing: 0.05em;
  font-weight: 500;
  transition: ease .2s;
}

.to-iryou-vity::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #648FC6;
  border-right: solid 2px #648FC6;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1em;
}

.to-iryou-vity:hover {
  background-color: #648FC6;
  color: #fff;
}

.back {
  position: relative;
  display: block;
  width: 30%;
  margin: 0 auto 2em;
  text-align: center;
  padding: 1em 0;
  background-color: #a1d5c1;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  transition: ease .2s;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.coming-soon {
  display: none;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width:1000px) {

  .u-1000 {
    display: block;
  }

  main {
    margin-top: 150px;
  }

  main h2 {
    margin: 80px 0;
  }

  /* .box-wrapper {
    align-items: flex-start;
  } */

  .thumb-img {
    width: 30%;
  }

  .intro-content {
    width: 65%;
  }

  .recruit-btn {
    width: 25%;
  }

  .job-box {
    padding: 1.6em 1em;
  }

  .content-box {
    display: block;
    margin-bottom: 1em;
  }

  .map {
    padding-left: 0;
  }

}

@media screen and (max-width:700px) {
  .u-700 {
    display: block;
  }

  main h2 {
    font-size: 2em;
  }
}

@media screen and (max-width:600px) {
  .u-700 {
    display: none;
  }

  .o-600 {
    display: none;
  }

  .u-600,
  .u-600-recruit {
    display: block;
  }

  main {
    margin-top: 100px;
  }

  main h2 {
    font-size: 1.8em;
    margin: 40px 0;
  }

  .job-box {
    padding: 1.5em 1em;
  }

  .sp-title {
    display: block;
    text-align: center;

    font-size: 1.2em;
    color: #FFA500;
    font-weight: bold;

    margin-bottom: 1em;
  }

  .pc-title {
    display: none;
  }

  .box-wrapper {
    flex-direction: column;
    margin-bottom: 2em;
  }

  .thumb-img {
    width: 80%;
    margin: 0 auto 1em;
  }

  .thumb-img img {
    margin: 0 auto;
  }

  .intro-content {
    width: 100%;
  }

  .full-time,
  .part-time {
    max-width: 80px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 1em;
  }

  .category {
    font-size: 14px;
    left: 5.5em;
  }


  .job-box h3 {
    text-align: center;
    margin-bottom: 1.5em;
  }

  .u-600-recruit {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #aaa;
    border-radius: 5px;
    text-align: center;
    transition: .3s;
    padding: 5px 0;
    width: 80%;
    margin: 0 auto;
    transition: .3s;
  }


  .content-box {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1.5em;
  }

  .map {
    text-align: center;
  }



  .description {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width:400px) {
  .u-700 {
    display: block;
  }

  main h2 {
    font-size: 1.5em;
    margin: 1.5em 0;
  }

  .thumb-img {
    width: 100%;
  }

  .job-box h3 {
    font-size: 1.1em;
  }

  /* 
  .full-time,
  .part-time {
    margin-bottom: 0.5em;
  } */

  .address {
    min-width: initial;
    width: 100%;
  }

  .content-box {
    width: 100%;
  }

  .description {
    width: 100%;
  }


}