.business__anchor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em;
}
@media (max-width: 768px) {
  .business__anchor-list {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.business__anchor-item {
  height: 240px;
}
@media (max-width: 768px) {
  .business__anchor-item {
    height: 200px;
  }
}
.business__anchor-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  border-radius: 12px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.business__anchor-item a:hover::after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.business__anchor-item a:hover .business__anchor-item-contents::after {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}
.business__anchor-item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 12px;
}
.business__anchor-item a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business__anchor-item.--medical a::after {
  background: url(../img/business/anchor_01.jpg) no-repeat center center/cover;
}
.business__anchor-item.--nagoya a::after {
  background: url(../img/business/anchor_02.jpg) no-repeat center center/cover;
}
.business__anchor-item-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 1.6875em 1.5em 2em;
  width: 100%;
}
@media (max-width: 768px) {
  .business__anchor-item-contents {
    padding: 1.5em 2em;
  }
}
.business__anchor-item-contents::after {
  content: "";
  width: 1.75em;
  height: 1.75em;
  display: block;
  background: url(../img/business/icon_anchor.svg) no-repeat center center/cover;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business__anchor-item-text {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .business__anchor-item-text {
    font-size: 1.375em;
  }
}
.business__title {
  text-align: center;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .business__title {
    margin-bottom: 2.5em;
  }
}
.business__title-en {
  font-family: "Work Sans", sans-serif;
  color: #DB4040;
  font-size: 0.75em;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .business__title-en {
    font-size: 0.625em;
  }
}
.business__title-jp {
  font-size: 2.25em;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .business__title-jp {
    font-size: 1.75em;
  }
}
.business__box {
  padding: 3.75em 5em 5em;
  background-color: #F4F4F4;
  border-radius: 12px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 2em;
}
@media (max-width: 768px) {
  .business__box {
    margin-top: 1em;
    padding: 2.5em 1.5em;
  }
}
.business__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/common/texture.png) no-repeat center center/cover;
  opacity: 0.5;
  mix-blend-mode: color-burn;
}
.business__box-title {
  font-size: 2em;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .business__box-title {
    font-size: 1.625em;
    margin-bottom: 1.875rem;
  }
}
.business__box-title small {
  display: block;
  font-size: 0.5625em;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .business__box-title small {
    margin-bottom: 0;
  }
}

.medical {
  background-color: #F9F9F9;
}
.medical__inner {
  padding: 6.25em 0;
}
@media (max-width: 768px) {
  .medical__inner {
    padding: 3.75em 0;
  }
}
.medical__intro-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2em;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .medical__intro-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.875em;
    padding-bottom: 1.5em;
  }
}
.medical__intro-image {
  width: 45%;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .medical__intro-image {
    width: 100%;
  }
}
.medical__intro-content {
  width: 50%;
}
@media (max-width: 768px) {
  .medical__intro-content {
    width: 100%;
  }
}
.medical__intro-catch {
  display: inline-block;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #DB4040;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .medical__intro-catch {
    font-size: 1.25em;
    margin-bottom: 1.6em;
    width: 100%;
    text-align: center;
  }
}
.medical__intro-catch span {
  display: inline-block;
  position: relative;
}
.medical__intro-catch span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #DB4040;
}
@media (max-width: 768px) {
  .medical__flow-image img {
    margin: 0 auto;
  }
}
.medical__achievement-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875em;
}
@media (max-width: 768px) {
  .medical__achievement-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5em;
  }
}
.medical__achievement-item {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5;
  color: #DB4040;
  position: relative;
  background-color: #fff;
  padding: 1em;
  border-radius: 12px;
  padding-left: 2.5rem;
}
@media (max-width: 768px) {
  .medical__achievement-item {
    font-size: 1em;
    padding-left: 2rem;
  }
}
.medical__achievement-item::before {
  content: "";
  position: absolute;
  left: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(37, 31, 30, 0.5019607843);
}
@media (max-width: 768px) {
  .medical__achievement-item::before {
    left: 1.25rem;
  }
}
.medical__feature-item {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5em;
}
@media (max-width: 768px) {
  .medical__feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 1.5em;
    gap: 1.25em;
  }
}
.medical__feature-item:nth-child(n+2) {
  margin-top: 1.25em;
}
.medical__feature-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .medical__feature-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.medical__feature-item-image {
  width: 50%;
}
@media (max-width: 768px) {
  .medical__feature-item-image {
    width: 100%;
  }
}
.medical__feature-item-image img {
  width: 100%;
}
.medical__feature-item-content {
  width: 50%;
  padding: 1.25em;
}
@media (max-width: 768px) {
  .medical__feature-item-content {
    width: 100%;
    padding: 0;
  }
}
.medical__feature-item-title {
  font-size: 1.375em;
  line-height: 1.4;
  font-weight: bold;
  color: #DB4040;
  margin-bottom: 0.8em;
}
@media (max-width: 768px) {
  .medical__feature-item-title {
    font-size: 1.125em;
    margin-bottom: 0.875em;
    text-align: center;
  }
}

.banner img {
  width: 100%;
}
@media (max-width: 768px) {
  .banner img {
    height: 240px;
  }
}

.nagoya {
  background-color: #F9F9F9;
}
.nagoya__inner {
  padding: 6.25em 0;
  border-bottom: 1px dashed rgba(37, 31, 30, 0.1607843137);
}
@media (max-width: 768px) {
  .nagoya__inner {
    padding: 3.75em 0;
  }
}
.nagoya__intro-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2em;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .nagoya__intro-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.875em;
    padding-bottom: 1.5em;
  }
}
.nagoya__intro-image {
  width: 45%;
}
@media (max-width: 768px) {
  .nagoya__intro-image {
    width: 100%;
  }
}
.nagoya__intro-content {
  width: 50%;
}
@media (max-width: 768px) {
  .nagoya__intro-content {
    width: 100%;
  }
}
.nagoya__intro-catch {
  display: inline-block;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #DB4040;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .nagoya__intro-catch {
    font-size: 1.25em;
    margin-bottom: 1.6em;
    width: 100%;
    text-align: center;
  }
}
.nagoya__intro-catch span {
  display: inline-block;
  position: relative;
}
.nagoya__intro-catch span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #DB4040;
}
@media (max-width: 768px) {
  .nagoya__flow-image img {
    margin: 0 auto;
  }
}
.nagoya__achievement-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875em;
}
@media (max-width: 768px) {
  .nagoya__achievement-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5em;
  }
}
.nagoya__achievement-item {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5;
  color: #DB4040;
  position: relative;
  background-color: #fff;
  padding: 1em;
  border-radius: 12px;
  padding-left: 2.5rem;
}
@media (max-width: 768px) {
  .nagoya__achievement-item {
    font-size: 1em;
    padding-left: 2rem;
  }
}
.nagoya__achievement-item::before {
  content: "";
  position: absolute;
  left: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(37, 31, 30, 0.5019607843);
}
.nagoya__strength-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media (max-width: 768px) {
  .nagoya__strength-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5em;
  }
}
.nagoya__strength-item {
  background-color: #DB4040;
  border-radius: 12px;
  overflow: hidden;
  padding: 2em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
@media (max-width: 768px) {
  .nagoya__strength-item {
    padding: 1.5em;
    gap: 1.25em;
  }
}
.nagoya__strength-item-number {
  font-family: "Work Sans", sans-serif;
  font-size: 6.25em;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
  opacity: 0.16;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-15%, -20%);
          transform: translate(-15%, -20%);
  z-index: 0;
}
@media (max-width: 768px) {
  .nagoya__strength-item-number {
    font-size: 5em;
  }
}
.nagoya__strength-item-icon {
  width: 4.5em;
  height: 4.5em;
  background-color: #fff;
  border-radius: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .nagoya__strength-item-icon {
    width: 4em;
    height: 4em;
  }
}
@media (max-width: 768px) {
  .nagoya__strength-item-icon img {
    width: 1.75em;
    height: 1.75em;
  }
}
.nagoya__strength-item-text {
  font-size: 0.9375em;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 768px) {
  .nagoya__strength-item-text {
    font-size: 0.875em;
  }
}
.nagoya__feature-item {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5em;
}
@media (max-width: 768px) {
  .nagoya__feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 1.5em;
    gap: 1.25em;
  }
}
.nagoya__feature-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .nagoya__feature-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.nagoya__feature-item:nth-child(n+2) {
  margin-top: 1.25em;
}
.nagoya__feature-item-image {
  width: 50%;
}
@media (max-width: 768px) {
  .nagoya__feature-item-image {
    width: 100%;
  }
}
.nagoya__feature-item-content {
  width: 50%;
  padding: 1.25em;
}
@media (max-width: 768px) {
  .nagoya__feature-item-content {
    width: 100%;
    padding: 0;
  }
}
.nagoya__feature-item-title {
  font-size: 1.375em;
  line-height: 1.4;
  font-weight: bold;
  color: #DB4040;
  margin-bottom: 0.8em;
}
@media (max-width: 768px) {
  .nagoya__feature-item-title {
    font-size: 1.125em;
    margin-bottom: 0.875em;
    text-align: center;
  }
}

.recruit {
  background-color: #F9F9F9;
}
.recruit__inner {
  padding-bottom: 7.5em;
}
@media (max-width: 768px) {
  .recruit__inner {
    padding-bottom: 5em;
  }
}
.recruit__container a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: url(../img/business/recruit.jpg) no-repeat center center/cover;
  padding: 5em 6.25em 6.25em;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .recruit__container a {
    height: 640px;
    padding: 3.75em 1.5em;
    background: url(../img/business/recruit-sp.jpg) no-repeat top center/contain;
  }
}
.recruit__container a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/business/recruit_bg.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .recruit__container a::before {
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 75%;
    background: url(../img/business/recruit_bg-sp.png) no-repeat top center/cover;
  }
}
.recruit__container a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.16;
  background: url(../img/business/recruit_texture.png) no-repeat center center/cover;
}
.recruit__container a:hover .recruit__btn > span {
  background-color: #fff;
  color: #2970CC;
}
.recruit__container a:hover .recruit__btn > span::after {
  background: url(../img/common/icons/outer_blue.svg) no-repeat center center/cover !important;
}
@media (max-width: 768px) {
  .recruit__container-inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.recruit__contents {
  width: 50%;
}
@media (max-width: 768px) {
  .recruit__contents {
    width: 100%;
  }
}
.recruit__title {
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .recruit__title {
    text-align: center;
    margin-bottom: 2em;
  }
}
.recruit__text {
  color: #fff;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .recruit__text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .recruit__btn {
    margin: 0 auto;
  }
}
.recruit__btn > span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit__btn > span:hover {
  color: #2970CC;
}
.recruit__btn > span:hover::after {
  background: url(../img/common/icons/outer_blue.svg) no-repeat center center/cover !important;
}