.fnt-notosan {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-mon {
  font-family: "Montserrat", sans-serif;
}

.section__listjob {
  padding: clamp(7rem, 5.7569060773rem + 3.3149171271vw, 10rem) 0;
}

.color {
  color: #755139 !important;
}
.color::after {
  background-color: #755139;
}

.interview__entry {
  padding: clamp(5rem, 2.9281767956rem + 5.5248618785vw, 10rem) 0;
}
.interview__entry .c-sectionTitle .en {
  color: #fcf9f9;
}
.interview__entry .text {
  margin: 69px 0 38px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .interview__entry .text {
    margin-top: 30px;
  }
}
.interview__entry .box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  .interview__entry .box {
    padding-left: 0;
    padding-right: 0;
  }
}
.interview__entry .box .col {
  width: 444px;
  position: relative;
}
.interview__entry .box .col .title {
  margin-bottom: 15px;
}
.interview__entry .box .col .logo {
  text-align: center;
  padding: 0 20px;
  /* img {
    height: 60px;
  } */
}
.interview__entry .box .col .logo + .logo {
  margin-top: 30px;

  @media screen and (max-width: 991.98px) {
    margin-top: 10px;
  }
}
.interview__entry .box .col:last-child::before {
  display: none;
}
.interview__entry .box .col::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  width: 2px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E3D3B7FF' stroke-width='4' stroke-dasharray='2%2c 4' stroke-dashoffset='5' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.emergency__common_menu_unit_list {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
  gap: clamp(2rem, 1.1712707182rem + 2.2099447514vw, 4rem) clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
}
@media screen and (max-width: 767px) {
  .emergency__common_menu_unit_list {
    grid-template: 1fr/1fr;
  }
}
.emergency__common_menu_unit_list_item {
  background: #f8f6f4;
  padding: 20px 15px;
  display: grid;
}
.emergency__common_menu_unit_list_item_title {
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 13px;
}
.emergency__common_menu_unit_list_item_img {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}

.partner__content .c-box {
  position: relative;
}
.partner__content .c-box .sub-txt {
  position: absolute;
  border-radius: 50%;
  color: #fff;
  top: -54px;
  right: 40px;
  background: #d97182;
  width: 131px;
  height: 131px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .partner__content .c-box .sub-txt {
    font-size: 12px;
    width: 90px;
    height: 90px;
    top: -25px;
    right: 25px;
  }
}
.partner__content .c-box + .c-box {
  margin-top: clamp(4.5rem, 4.4199vw + 2.8425rem, 8.5rem);
}
.partner__content .c-box h3 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d97182;
}
.partner__content .c-box .emergency__common_menu_unit_list {
  margin-top: 30px;
}
.partner__content .c-box .top__suggestion_problemList .title {
  text-align: center;
}
.partner__content .c-box .top__suggestion_problemList .top__suggestion_problemItem {
  grid-template-rows: auto auto 1fr;
}
.partner__content
  .c-box
  .top__suggestion_problemList
  .top__suggestion_problemItem
  .top__suggestion_problemItem_list
  li
  + li {
  margin-top: 26px;
}
.partner__content .c-box .img {
  text-align: center;
  margin-top: 25px;
}
.partner__content .c-box .text {
  margin-top: 25px;
}

.partner__banner {
  background-size: cover;
  background-image: -webkit-image-set(url(../img/partner/bg.jpg) 1x, url(../img/partner/bg@2x.jpg) 2x);
  background-image: image-set(url(../img/partner/bg.jpg) 1x, url(../img/partner/bg@2x.jpg) 2x);
  text-align: center;
  padding: clamp(3rem, 2.1712707182rem + 2.2099447514vw, 5rem) 0;
  color: #fff;
}
.partner__banner .txt {
  margin: 30px 0 40px;
}
.partner__banner .l-cta__contact_btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-bg-c-white {
  background-color: #fff;
}

.recruit__key {
  background-repeat: repeat;
  background-image: -webkit-image-set(url(../img/recruit/bg.jpg) 1x, url(../img/recruit/bg@2x.jpg) 2x);
  background-image: image-set(url(../img/recruit/bg.jpg) 1x, url(../img/recruit/bg@2x.jpg) 2x);
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .recruit__key {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .recruit__key .list-img {
    display: flex;
    gap: 0 10px;
  }
}
@media screen and (min-width: 991.98px) {
  .recruit__key .list-img li + li {
    margin-top: 25px;
  }
}
.recruit__key .group-txt {
  align-self: center;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 991.98px) {
  .recruit__key .group-txt {
    padding: 40px 20px;
  }
}
.recruit__key .group-txt + .list-img {
  text-align: right;
}
.recruit__key .group-txt .title {
  margin: 0 0 35.5px;
}
.recruit__key .group-txt .text + .text {
  margin-top: 29px;
}
.recruit__key .group-txt .text2 {
  margin-top: 10px;
}

.recruit__profile .recruit__profile_wrap {
  max-width: 126.8rem;
  margin: 0 auto;
}
.recruit__profile .c-sectionTitle {
  margin-bottom: clamp(4rem, 3.1712707182rem + 2.2099447514vw, 6rem);
}
@media screen and (max-width: 1270px) {
  .recruit__profile .c-sectionTitle .en {
    font-size: clamp(4rem, 3.1712707182rem + 2.2099447514vw, 6rem);
  }
}
@media screen and (max-width: 991.98px) {
  .recruit__profile .c-sectionTitle .en {
    font-size: clamp(2.5rem, 2.2099vw + 1.6713rem, 4.5rem);
  }
}
@media screen and (max-width: 991.98px) {
  .recruit__profile .c-sectionTitle {
    padding-top: clamp(2.5rem, 2.2099vw + 1.6713rem, 4.5rem);
  }
}
@media screen and (min-width: 991.98px) {
  .recruit__profile .flex {
    display: flex;
    justify-content: space-between;
  }
  .recruit__profile .flex .img {
    width: 583px;
    max-width: 46%;
  }
  .recruit__profile .flex .group-txt {
    max-width: 50%;
    width: 590px;
  }
}
@media screen and (max-width: 991.98px) {
  .recruit__profile .flex .img {
    margin: 0 5.4%;
  }
}
.recruit__profile .flex .group-txt {
  padding-top: clamp(4rem, 3.1712707182rem + 2.2099447514vw, 6rem);
}
@media screen and (max-width: 991.98px) {
  .recruit__profile .flex .group-txt {
    padding-right: 5.4%;
  }
}
.recruit__profile .flex .group-txt h3 {
  background: #f8ecec;
  font-size: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
  padding: 45px 0;
}
@media screen and (max-width: 991.98px) {
  .recruit__profile .flex .group-txt h3 {
    padding: 1.5em 0;
  }
}
.recruit__profile .flex .group-txt .txt {
  margin: 45px 0 60px;
}
@media screen and (min-width: 991.98px) {
  .recruit__profile .flex .group-txt .txt {
    width: 518px;
    max-width: 90%;
  }
}
@media screen and (max-width: 991.98px) {
  .recruit__profile .flex .group-txt .txt {
    margin: 35px 0 30px 5.4vw;
  }
}

.recruit__interview .c-sectionTitle {
  margin-bottom: 70px;
}
.recruit__interview .c-sectionTitle .en {
  color: #fcf9f9;
}
@media screen and (min-width: 768px) {
  .recruit__interview .flex {
    display: flex;
    justify-content: space-between;
    gap: 0 35px;
  }
}
@media screen and (min-width: 768px) and (min-width: 991.98px) {
  .recruit__interview .flex {
    gap: 0 65px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__interview .flex .item + .item {
    margin-top: 45px;
  }
}
.recruit__interview .flex .item {
  position: relative;
}
.recruit__interview .flex .item h4 {
  margin: 20px 0;
}
.recruit__interview .flex .item .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit__interview .flex .item .inner .top__service_unit_link {
  margin-top: 0;
}

.recruit__date .c-box {
  margin-top: 60px;
  flex-wrap: wrap;
  display: flex;
  padding: clamp(2rem, 1.1712707182rem + 2.2099447514vw, 4rem) 0;
}
.recruit__date .c-box .item {
  width: 25%;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 991.98px) {
  .recruit__date .c-box .item {
    width: 50%;
  }
  .recruit__date .c-box .item:nth-child(even)::before {
    display: none;
  }
}
.recruit__date .c-box .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E3D3B7FF' stroke-width='4' stroke-dasharray='2%2c 4' stroke-dashoffset='5' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.recruit__date .c-box .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 174px;
}
.recruit__date .c-box .item:last-child::before {
  display: none;
}

.recruit__works .c-sectionTitle {
  margin-bottom: 70px;
}
.recruit__works .c-sectionTitle .en {
  color: #fcf9f9;
}
@media screen and (max-width: 991.98px) {
  .recruit__works .c-sectionTitle {
    margin-bottom: 40px;
  }
}
.recruit__works .txt {
  margin: 60px 0;
}
@media screen and (max-width: 991.98px) {
  .recruit__works .txt {
    margin: 40px 0;
  }
}
@media screen and (min-width: 991.98px) {
  .recruit__works .item {
    display: flex;
    justify-content: space-between;
  }
  .recruit__works .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .recruit__works .item .img {
    width: 617px;
    max-width: 52%;
  }
  .recruit__works .item .group-txt {
    width: 521px;
    max-width: 44%;
  }
}
.recruit__works .item + .item {
  margin-top: 100px;
}
@media screen and (max-width: 991.98px) {
  .recruit__works .item .group-txt {
    margin-top: 40px;
  }
}
.recruit__works .item .group-txt h4 {
  line-height: 1.2;
}
.recruit__works .item .group-txt .txt2 {
  margin: 40px 0 0;
}
@media screen and (max-width: 991.98px) {
  .recruit__works .item .group-txt .txt2 {
    margin-top: 20px;
  }
}
