/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
a {
  color: inherit;
}

.c_mv {
  padding-bottom: 227px;
  padding-bottom: clamp(120px, 11.8229166667vw, 227px);
}

.benefit {
  margin-top: clamp(80px, 12.0833333333vw, 232px);
}
.benefit_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  gap: clamp(20px, 50vw - 400px, 40px);
}
.benefit_ttl {
  margin-bottom: 43px;
}
.benefit_content {
  padding: 81px 0;
  padding: clamp(60px, 4.21875vw, 81px) 0;
}
.benefit_content:last-child {
  padding-bottom: 0;
}
.benefit_content:not(:last-child) {
  border-bottom: 1px solid #afafcb;
}
.benefit_content .txt_ttl {
  color: #d32439;
  display: block;
  font-weight: bold;
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  display: flex;
  align-items: flex-start;
}
.benefit_content .txt_ttl::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  line-height: 1;
  background-color: #d32439;
  margin-right: 15px;
  margin-top: 0.55em;
  flex-shrink: 0;
}
.benefit_content .txt_desc {
  line-height: 1.875;
  margin-top: 25px;
}

.work_nav {
  padding-right: 20px;
  padding-left: 20px;
}

.interview {
  background-color: #f7f7f5;
  margin-top: 160px;
  padding: 100px 0 118px;
  padding: clamp(80px, 5.2083333333vw, 100px) 0
    clamp(80px, 6.1458333333vw, 118px);
  margin-top: clamp(100px, 8.3333333333vw, 160px);
}
.interview_ttl {
  color: #9f9fa8;
  font-weight: bold;
}
.interview_ttl > * {
  display: block;
  text-align: center;
  line-height: 1;
}
.interview_ttl .txt_en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(2.4rem, 2.2857142857vw, 3.2rem);
}
.interview_ttl .txt_jp {
  margin-top: 14px;
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
}
.interview_list {
  margin-top: 65px;
  display: flex;
  width: calc(100% + 40px);
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  left: -20px;
}
.interview_contain {
  max-width: 760px;
  margin: 0 auto;
}
.interview_list.list_limit .interview_item {
  max-width: 360px;
}
.interview_item {
  max-width: calc(50% - 40px);
  background-color: white;
  flex: 296px;
  margin: 20px;
  display: block;
  margin: clamp(10px, 50vw - 540px, 20px);
  transition: opacity 0.5s ease;
  position: relative;
}
.interview_item:hover {
  opacity: 0.8;
}
.interview_item:hover .interview_item_btn img {
  transform: translateX(5px);
}
.interview_item_wrap {
  display: flex;
  padding: 41px 26px;
  padding: clamp(30px, 2.1354166667vw, 41px) 10px
    clamp(30px, 2.1354166667vw, 41px) clamp(15px, 1.3541666667vw, 26px);
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.interview_item_content {
  width: 60%;
}
.interview_item_img {
  max-width: 120px;
  margin-right: 23px;
  flex-shrink: 0;
  margin-right: clamp(15px, 50vw - 560px, 23px);
  width: 38%;
  min-width: 108px;
}
.interview_item_desc {
  line-height: 1.875;
  font-weight: 500;
}
.interview_item_name {
  font-size: clamp(1.6rem, 1.1458333333vw, 2.2rem);
  letter-spacing: 0.07em;
  font-weight: bold;
  line-height: 1;
  margin-top: 14px;
}
.interview_item_btn {
  background-color: #48485d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  width: clamp(36px, 2.3958333333vw, 46px);
  position: absolute;
  right: 0;
  bottom: 0;
}
.interview_item_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.interview_item_btn img {
  width: auto;
  position: absolute;
  transition: transform 0.5s ease;
}

.prologue {
  display: flex;
  justify-content: space-between;
}
.prologue_img img {
  height: 100%;
  object-fit: cover;
}
.prologue_img:first-child {
  max-width: 300px;
  max-width: max(300px, 15.625%);
}
.prologue_img:last-child {
  max-width: 760px;
  max-width: max(760px, 39.5833333333%);
}
.prologue_desc {
  max-width: clamp(400px, 26.0416666667vw, 500px);
  font-weight: 500;
  margin: -5px 50px 0;
  flex-shrink: 0;
  font-size: clamp(1.5rem, 1.0416666667vw, 2rem);
  line-height: 2;
  width: 40%;
}

.business {
  margin-top: clamp(80px, 11.4583333333vw, 220px);
}
.business_ttl {
  text-align: center;
}
.business_content {
  max-width: 1576px;
  padding: 106px 20px 173px;
  padding: 8.8333333333vw 20px 14.4166666667vw;
  padding: clamp(80px, 5.5208333333vw, 106px) 20px
    clamp(100px, 9.0104166667vw, 173px);
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.business_content::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #f7f7f5;
  width: calc(100% - 40px);
  height: 100%;
  top: 0;
  left: 20px;
}
.business_content::after {
  content: "";
  top: 153px;
  right: 212px;
  position: absolute;
  z-index: -2;
  width: 100vw;
  height: 100%;
  background-color: #d32439;
  top: clamp(20px, 7.96875vw, 153px);
  right: clamp(20px, 11.0416666667vw, 212px);
}
.business_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  gap: clamp(15px, 50vw - 480px, 40px);
  margin-top: clamp(40px, 3.3854166667vw, 65px);
}
.business_item_img {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 5px 20px;
  min-height: 260px;
  min-height: clamp(200px, 50vw - 300px, 260px);
}
.business_item_img img {
  width: auto;
  max-width: 70%;
}
.business_item_caption {
  font-size: clamp(1.5rem, 1.5714285714vw, 2.2rem);
  font-weight: bold;
  margin-top: 14px;
  line-height: 1.5;
  min-height: 65px;
  min-height: clamp(40px, 3.3854166667vw, 65px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_item_desc {
  margin-top: 30px;
  line-height: 1.875;
}

.group_headline {
  font-weight: 500;
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
}
.group_archor {
  margin: 81px 0 93px;
  margin: clamp(60px, 4.21875vw, 81px) 0 clamp(80px, 4.84375vw, 93px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  box-sizing: border-box;
  overflow: hidden;
}
.group_archor_btn {
  font-weight: bold;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  height: 71px;
  height: clamp(65px, 3.6979166667vw, 71px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  color: #d32439;
  position: relative;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  z-index: 1;
  box-sizing: border-box;
}
.group_archor_btn:hover::after {
  border-bottom-width: 5px;
}
.group_archor_btn::before,
.group_archor_btn::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.group_archor_btn::after {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #d32439;
  border-width: 0;
  border-bottom-width: 1px;
}
.group_archor_btn::before {
  right: -1.5px;
  /* width: 0; */
  height: 28.1690140845%;
  top: 50%;
  border-right: 1px solid #d32439;
  transform: translateY(-50%);
}
.group_archor_btn:nth-last-of-type(1):before {
  border-right: none;
}
.group_archor_btn.active {
  z-index: 3;
  pointer-events: none;
  background-color: white;
}
.group_archor_btn.active::after {
  border-bottom-width: 0;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 10px;
}
.group_archor_btn.active::before {
  content: none;
}
/* .group_archor_btn.active:first-child::after {
  border-left-width: 0;
} */
/* .group_archor_btn.active:last-child::after {
  border-right-width: 0;
} */
.group_page {
  display: none;
}
.group_page.active {
  display: block;
}
.group_ttl {
  text-align: center;
  font-size: 3.6rem;
  font-size: clamp(2.4rem, 1.875vw, 3.6rem);
}
.group_photo {
  max-width: 1020px;
  margin: 60px auto 0;
}
.group_box {
  max-width: 1536px;
  width: 95%;
  background-color: #f7f7f5;
  margin: 160px auto 0;
  margin: clamp(100px, 8.3333333333vw, 160px) auto 0;
  padding: 70px 0;
  padding: clamp(50px, 3.6458333333vw, 70px);
  position: relative;
  z-index: 0;
}
.group_box::before {
  content: "";
  z-index: -1;
  background-color: #f7f7f5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.group_box::after {
  content: "";
  top: 153px;
  height: 100%;
  width: 100%;
  right: 192px;
  z-index: -2;
  position: absolute;
  background-color: #d32439;
  top: clamp(20px, 7.96875vw, 153px);
  right: clamp(20px, 10vw, 192px);
}
.group_box_inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.group_box_img {
  height: 260px;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  flex-shrink: 0;
  margin-right: 152px;
  margin-right: clamp(40px, 7.9166666667vw, 152px);
}
.group_box_img img {
  width: auto;
}
.group_box_content {
  width: 100%;
}
.group_box_desc {
  margin-top: 24px;
  line-height: 1.875;
}
.group_box_item {
  display: flex;
}
.group_box_item .txt_focus {
  flex-shrink: 0;
}
.group_box_item:not(:last-child) {
  margin-bottom: 15px;
}
.group_box_ttl {
  font-weight: bold;
  font-size: clamp(1.6rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  .c_mv {
    padding-bottom: 60px;
  }
  .benefit {
    margin-top: 40px;
  }
  .benefit_list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px 20px;
  }
  .benefit_ttl {
    margin-bottom: 30px;
  }
  .benefit_content {
    padding: 60px 0;
  }
  .benefit_content .txt_ttl {
    font-size: 1.6rem;
  }
  .benefit_content .txt_desc {
    margin-top: 15px;
  }
  .interview {
    margin-top: 80px;
    padding: 60px 0;
  }
  .interview_ttl .txt_en {
    font-size: 2.4rem;
  }
  .interview_ttl .txt_jp {
    font-size: 1.8rem;
  }
  .interview_list {
    width: 100%;
    position: static;
    display: block;
    margin-top: 40px;
  }
  .interview_list.list_limit .interview_item {
    max-width: 500px;
  }
  .interview_item {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
  .interview_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .interview_item_wrap {
    padding: 20px 15px;
    align-items: center;
  }
  .interview_item_content {
    width: 66%;
  }
  .interview_item_img {
    min-width: 90px;
    margin-right: 15px;
    width: 35%;
  }
  .interview_item_name {
    font-size: 1.6rem;
  }
  .interview_item_btn {
    width: 35px;
  }
  .prologue {
    display: block;
    padding: 0 20px;
  }
  .prologue_img:first-child {
    display: none;
  }
  .prologue_img:last-child {
    margin-top: 20px;
  }
  .prologue_desc {
    font-size: 1.6rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .business {
    margin-top: 80px;
  }
  .business_content {
    max-width: 100%;
    padding: 60px 20px;
  }
  .business_content::after {
    top: 20px;
    right: 40px;
  }
  .business_list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-top: 40px;
    grid-gap: 30px 20px;
  }
  .business_item_img {
    min-height: 200px;
    padding: 20px 10px 10px;
    justify-content: center;
  }
  .business_item_img img {
    max-width: 50%;
  }
  .business_item_caption {
    font-size: 1.5rem;
  }
  .business_item_desc {
    margin-top: 15px;
  }
  .group_headline {
    font-size: 1.6rem;
  }
  .group_archor {
    position: relative;
    z-index: 0;
    grid-template-columns: repeat(2, 1fr);
    margin: 60px 0;
    grid-gap: 0;
  }
  .group_archor::after {
    content: "";
    z-index: 3;
    top: 0;
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #d32439;
    border-left: 1px solid #d32439;
    position: absolute;
  }
  .group_archor_btn {
    font-size: 1.6rem;
    height: 60px;
    overflow: hidden;
  }
  .group_archor_btn::after {
    border: none !important;
    height: 5px;
    width: auto;
    right: -10px;
    left: -10px;
    background-color: #d32439;
    opacity: 0;
  }
  .group_archor_btn::before {
    content: "" !important;
    right: 0;
    bottom: 0;
    top: auto;
    border-bottom: 1px solid #d32439;
    transform: none;
    width: 200%;
    height: 200%;
  }
  .group_archor_btn:nth-last-of-type(1):before {
    border-right: 1px solid #d32439;
  }
  .group_archor_btn.active::after {
    opacity: 1;
  }
  .group_ttl {
    font-size: 2.4rem;
  }
  .group_photo {
    margin-top: 40px;
  }
  .group_box {
    margin-top: 80px;
    padding: 40px 0;
  }
  .group_box::after {
    top: 20px;
    right: 20px;
  }
  .group_box_inner {
    display: block;
    align-items: flex-start;
  }
  .group_box_img {
    height: 200px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .group_box_img img {
    max-width: 40%;
  }
  .group_box_desc {
    margin-top: 15px;
  }
  .group_box_item {
    display: block;
  }
  .group_box_item:not(:last-child) {
    margin-bottom: 10px;
  }
}
