.page-field .common-fv__body {
  padding: 3.75rem 0 1.75rem;
}

.page-field .common-fv__body-title {
  letter-spacing: 0.07em;
}

.business {
  background: #eeeeee;
  padding: 5rem 0;
}

.business__title {
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #e6001e;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .business__title {
    font-size: max(1.2rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .business__title {
    font-size: 1.5rem;
  }
}

.business__image {
  width: 100%;
  max-width: 59.5rem;
  margin-inline: auto;
  margin-top: 1.875rem;
}

.business__image img {
  aspect-ratio: 952/602;
}

.business__accordion {
  width: 100%;
  max-width: 50rem;
  margin-inline: auto;
  color: #e6001e;
  background: #fff;
  border-radius: 2rem;
  border: 1px solid #e6001e;
  padding: 2.5rem;
  margin-top: 3.75rem;
}

.business__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  cursor: pointer;
}

.business__contents {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.business__contents-sub-title {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .business__contents-sub-title {
    font-size: max(0.8rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .business__contents-sub-title {
    font-size: 1rem;
  }
}

.business__contents-title {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .business__contents-title {
    font-size: max(1.6rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .business__contents-title {
    font-size: 2rem;
  }
}

.business__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background: #e6001e;
  border-radius: 50%;
}

.business__icon::before,
.business__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.business__icon::before {
  width: 0.75rem;
  height: 2px;
}

.business__icon::after {
  width: 2px;
  height: 0.75rem;
}

.business__accordion.active .business__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.business__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.business__accordion.active .business__body {
  border-top: 1px solid #d9d9d9;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}

.business__body-text {
  color: #000;
}

.business__body-title {
  margin-top: 1.875rem;
  text-align: center;
}

.business__body-title a {
  display: inline-block;
  font-weight: 700;
  color: #e6001e;
  border-bottom: 1px solid #e6001e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.business__body-title a:hover {
  opacity: 0.8;
}

.business__body-image {
  margin-top: 2.5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.business__body-image:hover {
  opacity: 0.8;
}

.business__body-image img {
  aspect-ratio: 1000/658;
}

.food {
  padding: 5rem 0 10rem;
}

.health-science {
  padding: 5rem 0 10rem;
}

.health-science .c-layout01__main-title {
  color: #0081b9;
  border-left: 3px solid #0081b9;
}

.health-science .c-layout01__tag {
  border: 1px solid #0081b9;
}

.medicine {
  padding: 5rem 0 10rem;
}

.medicine .c-layout01__main-title {
  color: #ea5504;
  border-left: 3px solid #ea5504;
}

.medicine .c-layout01__tag {
  border: 1px solid #ea5504;
}

.image-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 9999;
}

.image-popup.active {
  opacity: 1;
  visibility: visible;
}

.image-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-popup__content {
  position: relative;
  width: 100%;
  max-width: 62.1875rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-height: 600px) {
  .image-popup__content {
    max-width: 33.75rem;
  }
}
.image-popup__close {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: -2.5rem;
  right: -2.5rem;
  cursor: pointer;
  z-index: 10;
}

.image-popup__image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .page-field .common-fv__body {
    padding: 4.69vw 0 2.19vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .page-field .common-fv__body {
    padding: 16vw 0 7.47vw;
  }
}
@media screen and (max-width: 768px) {
  .page-field .common-fv__body-title {
    letter-spacing: 0;
  }
  .page-field .c-layout01 {
    gap: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .page-field .c-layout01__sub-title {
    font-size: max(1.88vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .page-field .c-layout01__sub-title {
    font-size: max(6.4vw, 10px);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .page-field .c-layout01__sub-block--02 {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .page-field .c-layout01__sub-block--02 {
    margin-top: 10.67vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business {
    padding: 6.25vw 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business {
    padding: 21.33vw 0;
  }
}
@media screen and (max-width: 768px) {
  .business__title {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__title {
    font-size: max(1.25vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__title {
    font-size: max(4.27vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .business__image {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__image {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__image {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .business__image img {
    aspect-ratio: 345/218;
  }
  .business__accordion {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__accordion {
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__accordion {
    border-radius: 8.53vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__accordion {
    padding: 2.34vw 1.17vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__accordion {
    padding: 8vw 4vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__accordion {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__accordion {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__row {
    gap: 1.56vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__row {
    gap: 5.33vw;
  }
}
@media screen and (max-width: 768px) {
  .business__contents-sub-title {
    line-height: 1.43;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__contents-sub-title {
    font-size: max(1.09vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__contents-sub-title {
    font-size: max(3.73vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .business__contents-title {
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__contents-title {
    font-size: max(1.56vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__contents-title {
    font-size: max(5.33vw, 10px);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__contents-title {
    margin-top: 0.31vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__contents-title {
    margin-top: 1.07vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__icon {
    width: 1.88vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__icon {
    width: 6.4vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__icon {
    height: 1.88vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__icon {
    height: 6.4vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__icon::before {
    width: 0.94vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__icon::before {
    width: 3.2vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__icon::before {
    height: 0.16vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__icon::before {
    height: 0.53vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__icon::after {
    width: 0.16vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__icon::after {
    width: 0.53vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__icon::after {
    height: 0.94vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__icon::after {
    height: 3.2vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__accordion.active .business__body {
    padding-top: 2.34vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__accordion.active .business__body {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__accordion.active .business__body {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__accordion.active .business__body {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__body-title {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__body-title {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .business__body-title a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .business__body-image {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__body-image {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .business__body-image:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .food {
    padding: 3.13vw 0 9.38vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .food {
    padding: 10.67vw 0 32vw;
  }
}
@media screen and (max-width: 768px) {
  .food .c-layout01__sub-title {
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .food .c-layout01__sub-title {
    margin-top: 1.56vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .food .c-layout01__sub-title {
    margin-top: 5.33vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .food .c-layout01__text {
    margin-top: 1.88vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .food .c-layout01__text {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .health-science {
    padding: 3.13vw 0 9.38vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .health-science {
    padding: 10.67vw 0 32vw;
  }
}
@media screen and (max-width: 768px) {
  .health-science .c-layout01__sub-title {
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .health-science .c-layout01__sub-title {
    margin-top: 1.95vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .health-science .c-layout01__sub-title {
    margin-top: 6.67vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .health-science .c-layout01__text {
    margin-top: 1.88vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .health-science .c-layout01__text {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .health-science .c-layout01__main-title {
    border-left: 0.8vw solid #0081b9;
  }
  .health-science .c-layout01__sub-heading {
    line-height: 1.25;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .medicine {
    padding: 3.13vw 0 9.38vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .medicine {
    padding: 10.67vw 0 32vw;
  }
}
@media screen and (max-width: 768px) {
  .medicine .c-layout01__sub-title {
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .medicine .c-layout01__sub-title {
    margin-top: 1.95vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .medicine .c-layout01__sub-title {
    margin-top: 6.67vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .medicine .c-layout01__text {
    margin-top: 1.88vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .medicine .c-layout01__text {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .medicine .c-layout01__main-title {
    border-left: 0.8vw solid #ea5504;
  }
  .page-image img {
    aspect-ratio: 375/200;
  }
  .image-popup__content {
    max-width: 92vw;
  }
  .image-popup__close {
    right: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .image-popup__close {
    width: 1.88vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .image-popup__close {
    width: 6.4vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .image-popup__close {
    height: 1.88vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .image-popup__close {
    height: 6.4vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .image-popup__close {
    top: -2.5vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .image-popup__close {
    top: -8.53vw;
  }
}