.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;
}

.list-typejob {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
  gap: clamp(2rem, 1.1712707182rem + 2.2099447514vw, 4rem);
  margin-top: clamp(6rem, 4.4199vw + 4.3425rem, 10rem);
}
@media screen and (max-width: 991.98px) {
  .list-typejob {
    grid-template: 1fr 1fr/1fr 1fr;
    justify-content: center;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 576px) {
  .list-typejob {
    display: block;
  }
}

.list-typejob .item {
  overflow: hidden;
  border: 2px solid #f2a7a7;
  border-radius: 1rem;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .list-typejob .item + .item {
    margin-top: 40px;
  }
}
.list-typejob .item .c-sectionTitle {
  padding-bottom: 30px;
}
.list-typejob .item .c-sectionTitle .ja {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d97182;
  font-size: clamp(1.8rem, 0.884vw + 1.4685rem, 2.6rem);
}
.list-typejob .item .c-sectionTitle .ja.fs-32 {
  font-size: clamp(2rem, 1.5027624309rem + 1.3259668508vw, 3.2rem);
}
@media screen and (min-width: 991.98px) {
  .list-typejob .item .c-sectionTitle .ja {
    min-height: 74px;
    padding: 0 5px;
  }
}
.list-typejob .item .c-sectionTitle .en {
  font-size: clamp(4.2rem, 2.2099vw + 3.3713rem, 6.2rem);
}
@media screen and (min-width: 991.98px) and (max-width: 1250px) {
  .list-typejob .item .c-sectionTitle .en {
    font-size: clamp(3rem, 2.2099vw + 2.1713rem, 5rem);
  }
}

.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;
}
.interview__entry .box .col .logo + .logo {
  margin-top: 30px;
}
.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;
  font-size: clamp(1.6rem, calc(0.663vw + 1.3514rem), 2.2rem);
}
.partner__content .c-box .top__suggestion_problemList .title.ext {
  font-size: clamp(1.5rem, calc(1.5789vw + -0.3947rem), 2.1rem);
}
.partner__content .c-box .top__suggestion_problemList .top__suggestion_problemItem {
  grid-template-rows: auto auto 1fr;
  padding-top: clamp(1.5rem, calc(1.2155vw + 1.0442rem), 2.6rem);
}
.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;
  display: flex;
  justify-content: 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;
}

.partner__about .flex {
  margin: 60px 0 0;
}

@media screen and (max-width: 1199px) {
  .partner__content .c-box .top__suggestion_problemList .title.ext {
    font-size: clamp(1.6rem, calc(0.663vw + 1.3514rem), 2.2rem);
  }
}

@media screen and (min-width: 991.98px) {
  .partner__about .flex {
    display: flex;
    justify-content: space-between;
  }
  .partner__about .flex .img {
    width: 578px;
    max-width: 49%;
  }
  .partner__about .flex .group-txt {
    width: 576px;
    max-width: 49%;
  }
}
@media screen and (max-width: 991.98px) {
  .partner__about .flex .group-txt {
    margin-top: 40px;
  }
}
.partner__about .flex .group-txt ul {
  background: #f8ecec;
  padding: clamp(1.6rem, 0.442vw + 1.4343rem, 2rem) clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
}
@media screen and (max-width: 1100px) {
  .partner__about .flex .group-txt ul {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.partner__about .flex .group-txt ul li {
  padding-left: 30px;
  position: relative;
  line-height: 46px;
  font-size: clamp(1.8rem, 0.884vw + 1.4685rem, 2.6rem);
}
.partner__about .flex .group-txt ul li + li {
  margin-top: 10px;
}
.partner__about .flex .group-txt ul li span {
  font-size: clamp(2rem, 1.1712707182rem + 2.2099447514vw, 4rem);
}
@media screen and (max-width: 991.98px) {
  .partner__about .flex .group-txt ul li span {
    font-size: clamp(3rem, 2.2099vw + 2.1713rem, 5rem);
  }
}
.partner__about .flex .group-txt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background-image: url(../img/partner/check_circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  width: 24px;
  height: 24px;
}
.partner__about .flex .group-txt ul li:has(span)::before {
  top: 15px;
}
.partner__about .flex .group-txt .txt {
  margin-top: 23px;
}

.top__suggestion_problemItem_list {
  padding: 1.5rem 0.8rem;
}
