@charset "UTF-8";
/* 各種変数 */
/* Gradient */
/* Blank */
/* Radius */
/* Font size */
/* Animation 関連 */
/* ブレイクポイント(for MediaQuery - max-width(PC->sp)) : オリジナルは scss/variables */
body {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-variation-settings: "wdth" 100;
}
body:has([aria-expanded=true]) {
  overflow: hidden;
}
body:has([aria-expanded=true]) header .container-fluid > .navbar-brand:first-child {
  filter: blur(10px);
}
body:has([aria-expanded=true]) main, body:has([aria-expanded=true]) footer {
  filter: blur(10px);
  opacity: 0.5;
}
body main, body footer {
  transition: all 0.5s ease;
}

.logo-placeholder {
  position: relative;
  overflow: initial;
}
.logo-placeholder img {
  position: relative;
  max-width: 120px;
  z-index: 1;
}
@media (min-width: 576px) {
  .logo-placeholder img {
    max-width: 150px;
  }
}
@media (min-width: 992px) {
  .logo-placeholder img {
    max-width: 164px;
  }
}
@media (min-width: 1200px) {
  .logo-placeholder img {
    max-width: 174px;
  }
}
.logo-placeholder.footer-logo {
  text-align: center;
}
@media (min-width: 992px) {
  .logo-placeholder.footer-logo {
    text-align: left;
  }
}
.logo-placeholder.footer-logo img {
  max-width: 120px;
}
@media (min-width: 992px) {
  .logo-placeholder.footer-logo img {
    max-width: 154px;
  }
}
@media (min-width: 1200px) {
  .logo-placeholder.footer-logo img {
    max-width: 174px;
  }
}

.top main {
  padding-top: 0;
}

main {
  padding-top: 90px;
}

header,
footer {
  z-index: 5;
}
header nav a,
header .nav-link,
footer nav a,
footer .nav-link {
  color: #000000;
  transition: all 0.5s ease;
}
header nav a:hover, header nav a.active,
header .nav-link:hover,
header .nav-link.active,
footer nav a:hover,
footer nav a.active,
footer .nav-link:hover,
footer .nav-link.active {
  opacity: 0.7;
  color: #4A7AD3;
}
header a[target=_blank],
footer a[target=_blank] {
  position: relative;
}
header a[target=_blank]::after,
footer a[target=_blank]::after {
  display: inline-block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("../images/common/icon-outer-link-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.5rem;
}
header .recruit-btn::after,
footer .recruit-btn::after {
  background-image: url("../images/common/icon-outer-link-white.svg") !important;
  margin-bottom: -0.3rem;
}

header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
header .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
header .navbar-brand {
  z-index: 0;
}
header .container-fluid {
  position: relative;
}
header .navbar-nav {
  position: relative;
  display: flex;
  border-radius: 17px;
  background-color: #ffffff;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.7rem 2.5rem;
  gap: 1rem;
}
header .navbar-nav .nav-item {
  padding: 0.5rem 0;
}
header .navbar-nav .nav-item:first-child {
  padding-top: 1rem;
}
header .navbar-nav .nav-item:last-child {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  header .navbar-nav {
    gap: 0;
    padding: 0.7rem;
  }
  header .navbar-nav .nav-item {
    padding: 0;
  }
  header .navbar-nav .nav-item:first-child {
    padding-top: 0;
  }
  header .navbar-nav .nav-item:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    gap: 1rem;
    padding: 0.7rem 2.5rem;
  }
}
header .contact-btn,
header .recruit-btn {
  display: flex;
  border: none;
  padding: 2rem 1rem;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  transition: opacity 0.5s ease;
}
header .contact-btn:hover,
header .recruit-btn:hover {
  opacity: 0.5;
}
@media (min-width: 992px) {
  header .contact-btn,
  header .recruit-btn {
    padding: 1.35rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  header .contact-btn,
  header .recruit-btn {
    padding: 1.35rem 2.5rem;
  }
}
header .contact-btn {
  background: linear-gradient(195deg, #828aa3 0%, #a2aec7 33.48%, #d1d5de 74.64%, #cdd7ef 100%);
}
header .recruit-btn {
  background: linear-gradient(195deg, #2c64bc 0%, #3c6ebc 33.48%, #6f9ade 74.64%, #c6d4ed 100%);
}
header #navbarNav {
  position: fixed;
  top: 120px;
  width: calc(100% - 24px);
  text-align: center;
}
header #navbarNav br {
  display: none;
}
@media (min-width: 992px) {
  header #navbarNav {
    top: 1.5rem;
    right: 0;
    padding-right: 3rem;
    width: calc(100% - 250px);
  }
  header #navbarNav br {
    display: block;
  }
}
header #navbarNav + aside {
  position: fixed;
  opacity: 0;
  left: 12px;
  top: 25px;
  transition: all 0.5s ease;
}
header #navbarNav.show + aside {
  opacity: 1;
  left: 12px;
  top: 25px;
  z-index: 10;
}
header .navbar-toggler {
  position: fixed;
  top: 1.5rem;
  right: 12px;
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
  background: linear-gradient(195deg, #2c64bc 0%, #3c6ebc 33.48%, #6f9ade 74.64%, #c6d4ed 100%);
  border-radius: 17px;
  transition: opacity 0.5s ease;
}
header .navbar-toggler:hover {
  opacity: 0.7;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-toggler span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
header .navbar-toggler[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
header .navbar-toggler[aria-expanded=true] span:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}
header .navbar-toggler[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}
header .navbar-toggler[aria-expanded=false] + .fader {
  transition: all 0.5s ease;
  opacity: 0;
}
header .navbar-toggler[aria-expanded=true] + .fader {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s ease;
  opacity: 1;
}
header .fader {
  position: fixed;
}
header .logo-placeholder::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% + 15px + 30px);
  height: calc(100% + 50px);
  left: -15px;
  top: -25px;
  border-bottom-right-radius: 17px;
  z-index: 0;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  header .logo-placeholder::after {
    width: calc(100% + 50px + 25px);
    left: -50px;
  }
}
@media (min-width: 1200px) {
  header .logo-placeholder::after {
    width: calc(100% + 50px + 45px);
    left: -50px;
  }
}
header .navbar-brand {
  z-index: 5;
}

footer {
  padding: 60px 0 60px;
}
footer:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  bottom: 0;
  background-image: url("../images/common/bg-footer.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: 1;
  opacity: 0.24;
  height: 150px;
}
@media (min-width: 768px) {
  footer:after {
    height: 250px;
  }
}
footer .container {
  position: relative;
  z-index: 5;
}
footer .nav {
  font-size: 0.875rem;
  margin-top: 36px;
}
@media (min-width: 768px) {
  footer .nav {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  footer .nav {
    display: flex;
    font-size: 1rem;
  }
}
footer .nav-item {
  display: inline-flex;
  align-items: center;
  width: auto;
  width: 50%;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .nav-item {
    width: auto;
  }
}
@media (min-width: 992px) {
  footer .nav-item {
    width: 33%;
    justify-content: end;
  }
}
@media (min-width: 1200px) {
  footer .nav-item {
    width: auto;
  }
}
footer .nav-item a {
  text-align: center;
  color: #000000;
  text-decoration: none;
}
footer .mini {
  position: relative;
  font-size: 0.75rem;
  color: #434343;
}
@media (min-width: 992px) {
  footer .mini {
    top: 0.15rem;
  }
}
footer .footer-logo a img {
  transition: opacity 0.5s ease;
}
footer .footer-logo a:hover img {
  opacity: 0.7;
}

main section {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  main section {
    margin-bottom: 60px;
  }
}
main h2,
main h3,
main h4,
main h5 {
  font-weight: normal;
  margin-bottom: 36px;
}
main h2 {
  font-size: 2.875rem;
}
@media (min-width: 992px) {
  main h2 {
    font-size: 3.75rem;
  }
}
main h3 {
  font-size: 1.875rem;
}
@media (min-width: 992px) {
  main h3 {
    font-size: 2.875rem;
  }
}
main dl dt {
  color: #5276BA;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  main dl dt {
    margin-bottom: inherit;
  }
}
main ul.disc {
  padding-left: 1.5rem;
}
main ul.disc li {
  position: relative;
  list-style: none;
}
main ul.disc li:before {
  position: absolute;
  content: "·";
  vertical-align: middle;
  left: -1rem;
}
main .page-header {
  margin-bottom: 60px;
}
main .page-header h1 {
  font-size: 2.875rem;
  font-weight: normal;
}
@media (min-width: 992px) {
  main .page-header h1 {
    font-size: 3.75rem;
  }
}
main .page-header p {
  font-size: 1.25rem;
}
main .page-content {
  max-width: 880px;
  margin: 0 auto;
}
main .page-contet-wide {
  max-width: auto;
}
main .btn,
main a {
  transition: opacity 0.5s ease;
}
main .btn:hover,
main a:hover {
  opacity: 0.7;
}
main .btn {
  padding: 1rem 3rem;
  font-size: 1rem;
  border-radius: 17px;
}
main .back-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(180deg, #b2b2b2 0%, #c3c3c3 38.19%, #d9d9d9 66.8%);
  border: none;
  color: #ffffff;
}
main .back-btn:hover, main .back-btn:active {
  color: #ffffff !important;
}
main .back-btn::before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  background: transparent url("../images/common/icon-arrow-back.svg") center center no-repeat;
}

main .narrow-content,
main .company-info-table {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  main .narrow-content,
  main .company-info-table {
    padding-left: inherit;
    padding-right: inherit;
  }
}

.boxicon-link,
.boxicon-link-blue {
  color: #000000;
  display: flex;
  text-decoration: none;
}
.boxicon-link span, .boxicon-link::after,
.boxicon-link-blue span,
.boxicon-link-blue::after {
  position: relative;
  border-radius: 17px;
  background-color: #ffffff;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
}
.boxicon-link span,
.boxicon-link-blue span {
  display: inline-block;
  padding: 0.9rem 2rem;
  z-index: 10;
}
.boxicon-link span::after,
.boxicon-link-blue span::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #ffffff;
  width: 15px;
  height: 100%;
  right: -15px;
  top: 0;
  border-radius: 17px 0 0 17px;
}
.boxicon-link::after,
.boxicon-link-blue::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../images/common/icon-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem 1rem;
  border-radius: 17px;
  padding: 1.8rem 1.6rem;
  z-index: 5;
}

.boxicon-link-blue {
  color: #ffffff;
}
.boxicon-link-blue span, .boxicon-link-blue::after {
  background: linear-gradient(185deg, #2c64bc 0%, #3c6ebc 33.48%, #6f9ade 74.64%, #c6d4ed 100%);
}
.boxicon-link-blue span::after {
  background: linear-gradient(185deg, #2c64bc 0%, #3c6ebc 33.48%, #6f9ade 74.64%, #c6d4ed 100%);
}

.boxicon-link-blue[target=_blank] span::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../images/common/icon-outer-link-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem 1rem;
  right: -2.2rem;
  top: 1.25rem;
}
.linked-in-btn {
  color: #ffffff;
  background: linear-gradient(185deg, #2c64bc 0%, #3c6ebc 33.48%, #6f9ade 74.64%, #c6d4ed 100%);
  padding: 0.9rem 2rem;
  border-radius: 17px;
  text-decoration: none;
}
.linked-in-btn::after {
  display: inline-block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("../images/common/icon-outer-link-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.5rem;
}

.empty-content .empty-content-body {
  padding-top: 60px;
}
.empty-content .empty-content-body p.link {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .empty-content .empty-content-body p.link {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.hero-carousel-section {
  position: relative;
  height: 100svh;
  overflow: hidden;
}
.hero-carousel-section .hero-bg-img {
  height: 100%;
  background-size: cover;
  background-position: 70% center;
  position: relative;
}
.hero-carousel-section .hero-bg-img h1 {
  color: #4A7AD3;
  font-weight: normal;
  font-size: clamp(2.1875rem, 1.421875rem + 4.0833333333vw, 5.25rem);
}
@media (min-width: 992px) {
  .hero-carousel-section .hero-bg-img h1 {
    font-size: clamp(3.125rem, 1rem + 3.4vw, 5.25rem);
  }
}
.hero-carousel-section .hero-bg-img .container {
  position: relative;
  z-index: 2;
}
.hero-carousel-section .carousel-indicators [data-bs-target] {
  background-color: #ffffff;
  opacity: 0.5;
}
.hero-carousel-section .carousel-indicators .active {
  opacity: 1;
}
.hero-carousel-section .carousel-control-prev-icon,
.hero-carousel-section .carousel-control-next-icon {
  filter: invert(1);
}
.hero-carousel-section #heroCarousel,
.hero-carousel-section .carousel-inner,
.hero-carousel-section .carousel-item {
  height: 100%;
}
.hero-carousel-section #heroCarousel {
  position: relative;
}
.hero-carousel-section #heroCarousel::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 40vh;
  bottom: 0;
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.lead-content {
  background: linear-gradient(180deg, rgb(78, 114, 184) 0%, rgb(120, 152, 201) 42%, rgb(170, 198, 222) 100%);
  display: flex;
  align-items: center;
}
.lead-content h2,
.lead-content p {
  color: #ffffff;
  padding: 0;
}
.lead-content h2 {
  font-size: 1.875rem;
}
@media (min-width: 992px) {
  .lead-content h2 {
    font-size: 2.875rem;
  }
}
.lead-content .placeholder-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/top/fig-lead.webp");
  height: 50vw;
  max-height: 300px;
}
@media (min-width: 992px) {
  .lead-content .placeholder-img {
    height: 400px;
    max-height: inherit;
  }
}

#business .card-link-bg {
  height: 250px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  border: none;
  border-radius: 55px;
  margin-bottom: 36px;
}
#business .card-link-bg .card-body {
  z-index: 10;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
@media (min-width: 992px) {
  #business .card-link-bg .card-body {
    flex-flow: wrap;
    padding: 3rem;
  }
}
#business .card-link-bg .card-body .card-title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
}
#business .card-link-bg .card-body .card-title h3 {
  margin-bottom: 1rem;
}
#business .card-link-bg .card-body .card-title p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #business .card-link-bg .card-body .card-title {
    display: block;
    width: auto;
    height: auto;
    padding-left: 1rem;
  }
}
#business .card-link-bg .card-body .card-link {
  height: 100%;
  width: 100%;
  vertical-align: baseline;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media (min-width: 992px) {
  #business .card-link-bg .card-body .card-link {
    width: auto;
  }
}
#business .card-link-bg .stretched-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
#business .card-link-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
  opacity: 0.85;
}
#business .card-link-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #4e72b8;
  opacity: 0.32;
}
#business .card-link-bg:hover::before {
  transform: scale(1.05);
}
#business .business-card::before {
  background-image: url("../images/top/bg-our-business.webp");
  background-color: #4A7AD3;
  background-position: 55% center;
}
#business .company-card::before {
  background-image: url("../images/top/bg-company-information.webp");
  background-color: #4A7AD3;
}

#recruit {
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #recruit {
    margin-top: -45px;
  }
}
#recruit .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #recruit .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    padding-top: 80px;
  }
}
#recruit .container .recruit-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  width: 100%;
  min-width: 250px;
}
@media (min-width: 992px) {
  #recruit .container .recruit-content {
    padding-bottom: 0;
    width: 33%;
  }
}
#recruit .container .recruit-content h2 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  #recruit .container .recruit-content h2 {
    font-size: 2.875rem;
  }
}
#recruit .container .recruit-content p {
  display: flex;
  justify-content: space-around;
}
#recruit .container .recruit-fig {
  position: relative;
  width: 100%;
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#recruit .container .recruit-fig img {
  max-width: 100%;
  border-radius: 55px;
}
@media (min-width: 992px) {
  #recruit .container .recruit-fig {
    width: 33%;
  }
}
#recruit .container .recruit-fig:first-child {
  margin-bottom: 36px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #recruit .container .recruit-fig:first-child {
    margin-bottom: 0;
  }
}
#recruit .container .recruit-fig:last-child {
  margin-top: 30px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #recruit .container .recruit-fig:last-child {
    margin-top: 0;
  }
}
#recruit .container .recruit-fig:last-child img {
  width: 55%;
}
#recruit .container .recruit-fig:last-child img:first-child {
  position: relative;
  z-index: 2;
  left: 0;
  top: -30px;
}
#recruit .container .recruit-fig:last-child img:last-child {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -30px;
}

main .business-unit .unit {
  position: relative;
  padding: 30px 30px;
  margin-bottom: 36px;
  min-height: 365px;
  border-radius: 68px 68px 0 0;
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 576px) {
  main .business-unit .unit {
    padding: 30px 0;
    margin-left: inherit;
    margin-right: inherit;
    border-radius: 68px 68px 51px 51px;
  }
}
@media (min-width: 992px) {
  main .business-unit .unit {
    padding: 30px 72px;
    padding-right: 38%;
    border-radius: 51px 68px 68px 51px;
  }
}
main .business-unit .unit::before {
  position: relative;
  display: block;
  content: "";
  top: -30px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.322/1;
  border-radius: 51px;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}
@media (min-width: 576px) {
  main .business-unit .unit::before {
    top: -30px;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  main .business-unit .unit::before {
    position: absolute;
    width: calc(38% - 60px);
    top: 0;
    left: inherit;
    right: 0;
  }
}
main .business-unit .unit h2,
main .business-unit .unit p {
  margin-bottom: 36px;
}
main .business-unit .unit h2 {
  font-size: 2.25rem;
  font-weight: normal;
}
main .business-unit .unit p {
  letter-spacing: 0.12rem;
}
main .business-unit .unit p:last-child {
  margin-bottom: 0;
}
main .business-unit .unit a {
  color: #000000;
}
main .business-unit .unit a.boxlink {
  position: relative;
  display: inline-block;
  border: 1px solid #000000;
  text-decoration: none;
  padding: 1rem;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  main .business-unit .unit a.boxlink {
    padding: 1rem 1.5rem;
  }
}
main .business-unit .unit a.boxlink:hover {
  background-color: rgba(74, 122, 211, 0.3);
}
main .business-unit .unit a.boxlink[target=_blank] {
  padding-right: 3rem;
}
@media (min-width: 992px) {
  main .business-unit .unit a.boxlink[target=_blank] {
    padding-right: 4rem;
  }
}
main .business-unit .unit a.boxlink[target=_blank]::after {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 1rem;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-size: cover;
  background-image: url("../images/common/icon-outer-link-black.svg");
}
@media (min-width: 992px) {
  main .business-unit .unit a.boxlink[target=_blank]::after {
    right: 1.5rem;
  }
}
main .business-unit .unit .icon-icu,
main .business-unit .unit .icon-opf {
  padding-left: 49px !important;
  text-align: left;
}
main .business-unit .unit .icon-icu::before,
main .business-unit .unit .icon-opf::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1.25em;
  height: 1.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
main .business-unit .unit .icon-icu::before {
  background-image: url("../images/our-business/otsuka-icu-logo.png");
}
main .business-unit .unit .icon-opf::before {
  background-image: url("../favicons/favicon-96x96.png");
}
main .business-unit .unit:last-child {
  margin-bottom: 0;
}
main .business-unit #subsidiary::before {
  background-image: url("../images/our-business/bg-management.webp");
}
main .business-unit #research-devlop::before {
  background-image: url("../images/our-business/bg-research.webp");
}

main .policy-list .unit {
  padding-bottom: 18px;
  margin-bottom: 36px;
  border-bottom: 1px solid #DBDBDB;
}
main .policy-list .unit h2 {
  font-size: 1.5rem;
  margin-block: 18px;
}
main .policy-list .unit h3 {
  font-size: 1.5rem;
  margin-block: 18px;
}
main .policy-list .unit h4 {
  font-size: 1.25rem;
  font-style: italic;
  margin-block: 18px;
}
main .policy-list .unit article {
  margin-top: 72px;
}
main .policy-list .unit table, main .policy-list .unit th, main .policy-list .unit td {
  border: 1px solid;
  border-collapse: collapse;
}
main .policy-list .unit table {
  margin-bottom: 1rem;
}
main .policy-list .unit table th, main .policy-list .unit table td {
  padding: 0.5rem;
}
main .policy-list .unit table th {
  background-color: #DBDBDB;
}
main .policy-list .unit ul li {
  margin-bottom: 0.5rem;
}
main .policy-list .unit-noline {
  border-bottom: none;
}

main .contact-form .btn {
  border: none;
  background: linear-gradient(195deg, #2c64bc 0%, #3c6ebc 33.48%, #6f9ade 74.64%, #c6d4ed 100%);
}
main .form-thanks {
  text-align: center;
}
main .form-thanks h2 {
  font-size: 2.25rem;
}

/* Waypoints
--------------------------------------------------*/
.animated {
  visibility: visible !important;
}

.delay {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-2 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.delay-3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-4 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-6 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.delay-7 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* モバイル環境でのメインコンテント内のディレイは無効 */
@media screen and (max-width: 767px) {
  .main-content .delay,
  .main-content .delay-1,
  .main-content .delay-2,
  .main-content .delay-3,
  .main-content .delay-4,
  .main-content .delay-5,
  .main-content .delay-6,
  .main-content .delay-7 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}

/*# sourceMappingURL=style.css.map */
