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

.interview__staff + .interview__staff2 {
  position: relative;
}
.interview__staff + .interview__staff2 .l-container {
  position: relative;
  z-index: 2;
}
.interview__staff + .interview__staff2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 998px;
  background-image: -webkit-image-set(
    url(../img/common/img_bg_beige.png) 1x,
    url(../img/common/img_bg_beige@2x.png) 2x
  );
  background-image: image-set(url(../img/common/img_bg_beige.png) 1x, url(../img/common/img_bg_beige@2x.png) 2x);
  background-color: #fff;
}
@media screen and (min-width: 991.98px) {
  .interview__staff_info {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 991.98px) {
  .interview__staff_info_img {
    width: 505px;
    max-width: 43%;
  }
}
.interview__staff_info_content {
  align-self: center;
}
@media screen and (min-width: 991.98px) {
  .interview__staff_info_content {
    width: 617px;
    max-width: 54%;
  }
}
@media screen and (max-width: 991.98px) {
  .interview__staff_info_content {
    margin-top: 40px;
  }
}
.interview__staff_info_content_name {
  margin-top: 40px;
}
.interview__staff_info_content_name span {
  font-weight: 700;
  font-size: clamp(1.6rem, 0.442vw + 1.4343rem, 2rem);
}
.interview__staff_qa {
  margin-top: clamp(6rem, 4.4199vw + 4.3425rem, 10rem);
  background: #fff;
  padding: clamp(2rem, 1.1712707182rem + 2.2099447514vw, 4rem);
}
.interview__staff_qa_title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d97182;
  margin-bottom: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
}
.interview__staff_qa_title ~ .interview__staff_qa_title {
  margin-top: clamp(4rem, 3.1712707182rem + 2.2099447514vw, 6rem);
}
.interview__staff_timeline {
  margin-top: clamp(6rem, 4.4199vw + 4.3425rem, 10rem);
  background: #fff;
  padding: clamp(2rem, 1.1712707182rem + 2.2099447514vw, 4rem);
}
@media screen and (max-width: 991.98px) {
  .interview__staff_timeline {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.interview__staff_timeline h3 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d97182;
  margin-bottom: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
}
.interview__staff_timeline .inner {
  position: relative;
}
.interview__staff_timeline .inner::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 164px;
  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");
}
@media screen and (max-width: 991.98px) {
  .interview__staff_timeline .inner::before {
    left: 108px;
  }
}
.interview__staff_timeline .inner .item {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template: 1fr/126px 18px 1fr;
  gap: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
}
@media screen and (max-width: 991.98px) {
  .interview__staff_timeline .inner .item {
    grid-template: 1fr/90px 14px 1fr;
    gap: 0 12px;
  }
}
.interview__staff_timeline .inner .item + .item {
  margin-top: 40px;
}
.interview__staff_timeline .inner .item .time {
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(1.6rem, 0.442vw + 1.4343rem, 2rem);
}
@media screen and (max-width: 991.98px) {
  .interview__staff_timeline .inner .item .time {
    font-size: 14px;
  }
}
.interview__staff_timeline .inner .item .line {
  width: 18px;
  height: 18px;
  background: #f2a7a7;
  border-radius: 50%;
}
@media screen and (max-width: 991.98px) {
  .interview__staff_timeline .inner .item .line {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 991.98px) {
  .interview__staff_timeline .inner .item .group-content {
    display: flex;
    justify-content: space-between;
  }
  .interview__staff_timeline .inner .item .group-content .img {
    width: 344px;
    max-width: 38%;
  }
}
@media screen and (min-width: 991.98px) {
  .interview__staff_timeline .inner .item .group-content .group-txt {
    width: 535px;
    max-width: 60%;
  }
}
.interview__staff_timeline .inner .item .group-content .group-txt .title {
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .interview__staff_timeline .inner .item .group-content .group-txt .title {
    margin-top: 20px;
  }
}
.interview__staff_timeline .sub-txt {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
}
