/* utility系 */

body {
  line-height: 30px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
}

ul li {
  font-weight: bold;
  margin-bottom: 15px;
}

.pc-hidden {
  display: none;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 44px;
  font-family: "Shippori Mincho", serif;
  margin-top: 100px;
}

.wrapper {
  width: 85%;
  margin: auto;
  max-width: 1000px;
}
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* header */

.menu-content-pc {
  display: inherit;
  margin-right: 50px;
  position: relative;
  bottom: 35px;
  color: black;
  font-weight: bolder;
}

.menu-content-pc ul {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  position: relative;
  top: -19px;
  color: #824396;
}

.header-bar {
  background-color: #fff;
  z-index: 2;
  height: 80px;
  width: 100%;
  position: fixed;
}

.header-bar > p {
  display: flex;
  height: 100%;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .header-bar > p {
    display: flex;
    height: 100%;
    padding: 0 20px;
  }
}

.menu-btn {
  display: none;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 29px;
  border-radius: 3px;
  background-color: #824396;
  position: absolute;
}

.menu-btn span::before {
  bottom: 8px;
}

.menu-btn span::after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #fff;
  transition: all 0.5s;
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #824396;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 17px;
  box-sizing: border-box;
  color: #824396;
  text-decoration: none;
  padding: 2rem;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #824396;
  border-right: solid 2px #824396;
  transform: rotate(45deg);
  position: absolute;
  right: 33px;
  top: 39px;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
}

.header-bar img {
  display: block;
  width: 226px;
  margin: 4px 6px;
}

nav.globalMenuSp.active {
  transform: translateX(0%);
}

.header-bar img {
  margin: 15px 45px;
  width: 140px;
}

.top_img img {
  padding-top: 60px;
  text-align: center;
  width: 100%;
}

/* section系 */

.section-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 40px;
  background: #824396;
  position: relative;
  top: 12px;
  left: -5px;
  margin-right: 10px;
  z-index: -2;
}

.section-title {
  font-size: 19px;
  font-weight: bold;
  color: #824396;
}

.outstand {
  font-weight: bold;
  color: #824396;
  text-align: center;
  font-size: 19px;
  padding: 25px 0 22px;
  border: 1px solid #000;
}

.about-salary ul li {
  text-align: center;
  padding: 25px 0 22px;
  border: 1px solid;
  border-radius: 40px;
  margin-bottom: 50px;
}

.about-apply ul li {
  font-weight: inherit;
  list-style: disc;
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.table-body-row-cell {
  display: table-cell;
  vertical-align: middle;
  border-bottom: solid 1px #000;
  padding: 2.3em 0.5em;
}

.table-body-row-cell:first-child {
  width: 25%;
  text-align: center;
  padding-right: 20px;
}

.table-body-row-cell:last-child {
  width: 70%;
  text-align: left;
  padding-left: 100px;
}

button {
  padding: 15px 0;
  width: 100%;
  text-align: center;
  background-color: #0fc753;
  color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
}

button:hover {
  color: #fff;
  background-color: #000;
}

/* 固定申し込みボタン */

.fixation {
  background-color: #323232;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
}

.fixation ul {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
}

.fixation ul li {
  text-align: center;
  padding: 15px 0;
  background-color: #824396;
  width: 43%;
  max-width: 550px;
  color: #fff;
  font-weight: normal;
  border-radius: 38px;
}

.fixation ul li:hover {
  color: #fff;
  background-color: #000;
}

.thanks-fixation ul {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: 50px auto;
}

.thanks-fixation ul li {
  text-align: center;
  padding: 15px 0;
  background-color: #824396;
  width: 250px;
  color: #fff;
  font-weight: normal;
  border-radius: 38px;
}

.thanks-fixation ul li:hover {
  color: #fff;
  background-color: #000;
}

.form {
  padding: 200px 0;
  border: 1px solid #000;
  background-color: gray;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.triangle {
  color: #824396;
  font-weight: bold;
}

/*modal*/

.salary-modal {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

/* ポップアップウインドウの設定 */
.popup {
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 90%;
  overflow-y: scroll;
  background-color: #fff;
  padding: 85px 0;
  height: auto;
  z-index: 1;
}
/* チェックボックスの初期設定 */
#popup-on,
#popup-on1,
#popup-on2,
#popup-on3,
#popup-on4 {
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup,
#popup-on1:checked + .popup,
#popup-on2:checked + .popup,
#popup-on3:checked + .popup,
#popup-on4:checked + .popup {
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close {
  display: none;
}

/* 開くボタン */
.btn-open {
  background: #fff;
  border-radius: 40px;
  color: #000;
  padding: 25px 40px;
  width: 70%;
  cursor: pointer;
  text-align: center;
  margin: 0 auto 55px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 2px 2px 5px #c5c5c5, -2px -2px 5px #ffffff;
}

/* ポップアップの内容 */
.popup-content {
  margin: 40px auto;
  width: 90%;
  /* text-align: center; */
}

.popup-content h2 {
  padding-left: 0.75em;
  border-left: solid #824396 0.75em;
  font-size: 1.25svw;
  line-height: 2;
  color: #824396;
  font-weight: 500;
  margin-bottom: min(2em, 24px);
}

.popup-content p {
  font-size: 1svw;
  line-height: 2.5;
  font-weight: 100;
}

@media screen and (max-width: 767px) {
  .popup-content h2 {
    padding-left: 0.65em;
    border-left: solid #824396 0.7em;
    font-size: 4svw;
  }

  .popup-content p {
    font-size: 3.4svw;
    line-height: 2.5;
    font-weight: 100;
  }
}

.pop-box {
  width: 30%;
}

/* 閉じるボタン */

.btn-close {
  text-align: center;
  border-radius: 30px;
  width: 150px;
  margin: 0 auto;
  padding: 10px 0px;
  background-color: #824396;
  color: #fff;
}
.table-sp table {
  width: 100%;
  border-spacing: 0;
  font-size: 14px;
  max-width: 850px;
  margin: 0 auto;
}

.table-sp table th {
  padding: 2px 0;
  text-align: center;
  font-weight: normal;
}

.table-sp table td {
  padding: 25px;
  text-align: center;
  border: solid 1px #000;
}

.table-sp table tr:nth-child(odd) {
  background-color: #824396;
  border: solid 1px #824396;
  color: #fff;
  text-align: center;
}

.table-sp {
  display: none;
}

.thanks {
  padding-top: 50px;
}

.thanks-line {
  margin: 20px 0;
}

.sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .sp {
    display: block;
  }

  .header-bar img {
    margin: 14px auto;
    width: 110px;
  }

  .menu-content-pc {
    display: none;
  }

  .menu-btn {
    display: inherit;
    position: fixed;
    top: 5px;
    right: 15px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }

  .header-bar {
    background-color: #fff;
    z-index: 2;
    height: 70px;
    width: 100%;
    position: fixed;
  }

  h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    font-family: "Shippori Mincho", serif;
    margin-top: inherit;
  }
  .salary-modal {
    display: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    margin-top: inherit;
  }

  .about-salary ul li {
    width: inherit;
  }

  .table-body-row-cell:last-child {
    width: inherit;
    text-align: inherit;
    padding-left: inherit;
  }

  .icon-close {
    display: inherit;
    background: #824396;
    color: #fff;
    font-size: 30px;
    padding: 5px;
    position: fixed;
    right: 0;
  }

  .pop-box {
    width: inherit;
    margin: 0 auto;
  }

  .popup {
    height: auto;
    width: 100%;
    padding: 80px 0 150px;
    z-index: inherit;
  }

  .popup img {
    text-align: center;
  }

  .table {
    display: none;
  }

  .table-sp {
    display: inherit;
  }

  .thanks {
    padding-top: 110px;
  }

  .about-apply li {
    font-weight: inherit;
    list-style: none;
    text-align: left;
  }

  .about-apply li::before {
    content: "・";
    margin-left: -1rem;
  }

  .notion p {
    text-align: left;
  }
}
