body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.pad-wrap {
  padding: clamp(8rem, calc(8.8398vw + 4.6851rem), 16rem) 0;
}
.sec-bg-w {
  background-color: #fff;
}
.p-subFv__title {
  font-weight: 700;
  padding: 0 3%;
  letter-spacing: 0.1em;
}
.p-breadcrumb__item {
  font-weight: 700;
}
.p-breadcrumb__list .p-breadcrumb__item:last-child {
  font-weight: 400;
}
.p-asideCta__item_link .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.section__listjob {
  padding: clamp(7rem, 5.7569060773rem + 3.3149171271vw, 10rem) 0;
}
.list-typejob {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
  gap: clamp(2rem, calc(2.4631vw + 0.1084rem), 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: 767px) {
  .list-typejob {
    display: block;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1340px) {
  .list-typejob .item .c-sectionTitle .ja.fnt-ext {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1040px) {
  .list-typejob .item .c-sectionTitle .ja.fnt-ext {
    font-size: 1.8vw;
  }
}

.list-typejob .item {
  overflow: hidden;
  border: 2px solid #f2a7a7;
  border-radius: 1rem;
  background: #fff;
  box-sizing: border-box;
  transition: opacity 0.3s ease-in-out;
}
.list-typejob .item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .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;

  /* 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;
}

.common__contact {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 0.7569060773rem + 3.3149171271vw, 5rem) 0;
  display: grid;
  justify-items: center;
  row-gap: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
  text-align: center;
}
.common__contact_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.common__contact_bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.common__contact_btn {
  display: flex;
  justify-content: center;
  gap: clamp(3rem, 1.7569060773rem + 3.3149171271vw, 6rem);
}
@media screen and (max-width: 767px) {
  .common__contact_btn {
    flex-direction: column;
  }
}
.common__contact_btn .btn {
  background: #fff;
  border-radius: 1rem;
  height: 132px;
  display: grid;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .common__contact_btn .btn {
    width: 392px;
  }
}
.common__contact_btn .btn .c-tel {
  font-size: clamp(2.8rem, 1.0541436464rem + 1.9889502762vw, 3.6rem);
}
.common__contact_btn .btn .c-tel::before {
  width: 0.8612em;
  height: 0.8612em;
  top: 35%;
}
.common__contact_btn .btn .c-tel small {
  display: block;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.1756906077rem + 0.3314917127vw, 1.6rem);
  padding-right: clamp(0rem, calc(4.4199vw + -1.6575rem), 4rem);
}
.common__contact_btn .btn .c-btn {
  width: 279px;
  padding: 0.815em 0.5em;
  font-size: clamp(1.3rem, 1.1756906077rem + 0.3314917127vw, 1.6rem);
}
.common__contact_btn .btn .c-btn .text {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .common__contact_btn .btn .c-btn {
    padding: 1.2em 0.5em;
  }
}

.other-menu {
  padding: clamp(5rem, calc(5.5249vw + 2.9282rem), 10rem) 0;
}
.other-menu .c-sectionTitle {
  margin-bottom: clamp(3rem, calc(3.3149vw + 1.7569rem), 6rem);
  font-weight: 700;
}
.other-menu .c-sectionTitle .ja {
  font-weight: 700;
}
.other-menu .other-menu-list {
  padding-bottom: 35px;
}
.other-menu .other-menu-list .other-menu-list-item {
  background-color: #fff;
  border: 1px solid #f2a7a7;
  padding: 30px 15px;
  width: 30.937%;
  position: relative;
}
.other-menu .other-menu-list .other-menu-list-item h3 {
  font-weight: 700;
  font-size: clamp(1.5rem, calc(0.9285714286rem + 0.744047619vw), 2rem);
  line-height: 1.6;
  padding-bottom: 20px;
  text-align: center;
}
.other-menu .other-menu-list .other-menu-list-item .txt {
  padding: 15px 0 70px;
}
.other-menu .other-menu-list .other-menu-list-item .other-menu_btn {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
}
@media screen and (max-width: 1200px) {
  .other-menu .other-menu-list {
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 40px;
  }
  .other-menu .other-menu-list .other-menu-list-item {
    width: 50%;
    max-width: 370px;
  }
}
@media screen and (max-width: 940px) {
  .other-menu .other-menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .other-menu .other-menu-list .other-menu-list-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .other-menu .other-menu-list .other-menu-list-item {
    width: 100%;
  }
}

.banner-shared {
  padding: clamp(5rem, calc(5.5249vw + 2.9282rem), 10rem) 0;
}
.banner-shared ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-radius: 10px;
  border: 2px solid #f2a7a7;
  background: #fff;
  width: 47.24080267558528%;
  overflow: hidden;
  color: #d97182;
  text-align: center;
  position: relative;
  padding-bottom: clamp(3rem, calc(1.105vw + 2.5856rem), 4rem);
  transition: opacity 0.3s ease-in-out;
}
.banner-shared ul li .eng {
  color: #f5eaea;
  font-family: Montserrat, sans-serif;
  font-size: clamp(5rem, calc(3.1149vw + 3.1569rem), 8rem);
  font-weight: 700;
  line-height: 1;
  display: block;
  padding-top: clamp(3rem, calc(1.105vw + 2.5856rem), 4rem);
}
.banner-shared ul li .ja {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(2.7rem, calc(1.105vw + 2.2856rem), 3.7rem);
  z-index: 1;
  font-size: clamp(1.8rem, calc(2.0588vw + 0.5647rem), 3.2rem);
  line-height: normal;
}
.banner-shared ul li .ja .inl {
  display: inline-block;
}
.banner-shared ul li a {
  color: inherit;
}
.banner-shared ul li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .banner-shared ul {
    flex-wrap: wrap;
    gap: 3rem 0;
  }
  .banner-shared ul li {
    width: 100%;
    max-width: 565px;
    margin: 0 auto;
  }
}

.not_bosyu {
  text-align: center;
  padding: 0 10px;
}
