@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
     tab-size: 4;
}

*, :after, :before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.h-hide {
  display: none !important;
}

.h-hide-pc {
  display: none !important;
}
.h-center {
  text-align: center !important;
}

.h-fwb {
  font-weight: bold !important;
}

.h-mb-0 {
  margin-bottom: 0 !important;
}

.h-textDecolationNone {
  text-decoration: underline;
}

.cf:after,
.cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: #273c4b;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  word-wrap: break-word;
  text-spacing-trim: trim-start;
}

a {
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  text-decoration-color: transparent;
  opacity: 0.6;
}

:visited:hover,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

img {
  height: auto;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

a[href*="tel:"] {
  cursor: default;
  pointer-events: none;
}

.l-header {
  display: flex;
  z-index: 22;
  position: fixed;
  top: 20px;
  left: 20px;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
  padding: 15px 20px;
  gap: 0 50px;
  border-radius: 10px;
  background-color: #edf3f7;
  box-shadow: 0 3px 10px 0 #d3deec;
  color: #06171F;
}

.l-footer {
  color: #000;
}

.l-recruitTop {
  background-color: #d3e9ed;
}

.l-interview,
.l-crosstalk,
.l-privacy,
.l-regulation,
.l-product {
  background-color: #edf3f7;
}

.bl_cookie {
  display: none;
  z-index: 20;
  position: fixed;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 60px;
  gap: 30px;
  background-color: #dde5eb;
  font-size: 15px;
  font-size: 0.9375rem;
}
.bl_cookie.is-active {
  display: flex;
}
.bl_cookie .el_btn {
  padding: 13px 39px;
  font-size: 16px;
  font-size: 1rem;
  white-space: nowrap;
}

.bl_cookie_txt a {
  color: #e60012;
  text-decoration: underline;
}

.h-scrollAnim {
  transform: translateY(50px);
  opacity: 0;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h-scrollAnim.is-scrollIn {
  transform: translateY(0px);
  opacity: 1;
}

.bl_breadcrumbs {
  max-width: 1280px;
  margin: 0 auto 8px;
  padding: 10px 20px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.bl_breadcrumbs_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bl_breadcrumbs_list li {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.bl_breadcrumbs_list li img {
  display: block;
}
.bl_breadcrumbs_list li:not(:last-child)::after {
  display: inline-block;
  aspect-ratio: 1;
  width: 8px;
  margin: 0 8px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
}

.bl_logo img {
  display: block;
  width: 318px;
  height: auto;
}

.bl_headerRight,
.bl_globalNav_list {
  display: flex;
  align-items: center;
  gap: 0px min(40px, 2.77vw);
}

.bl_globalNav_list {
  flex-wrap: wrap;
}

.bl_languageSelect span {
  margin: 0 8px;
}
.bl_languageSelect .is-active {
  color: #e60012;
}

.bl_whiteBack {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
}

.bl_globalNav_back {
  display: none;
}

.bl_globalNav_itemSubmenu {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  padding: 70px 40px 40px;
  transform: translateY(100%);
  border-radius: 10px;
  background: #273c4b;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.bl_globalNav_itemSubmenu_heading {
  margin-bottom: 40px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 20px;
  font-size: 1.25rem;
}
.bl_globalNav_itemSubmenu_heading::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 20px;
  transform: rotate(-90deg);
  background-image: url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5%202.18557e-07C5.18941%202.26836e-07%205.37105%200.0752416%205.50498%200.209172C5.63892%200.343102%205.71416%200.524751%205.71416%200.714157V7.11338L8.77932%204.04679C8.91342%203.91269%209.0953%203.83735%209.28494%203.83735C9.47459%203.83735%209.65646%203.91269%209.79056%204.04679C9.92466%204.18089%2010%204.36277%2010%204.55241C10%204.74206%209.92466%204.92393%209.79056%205.05803L5.50562%209.34297C5.43928%209.40948%205.36048%209.46225%205.27371%209.49825C5.18695%209.53425%205.09394%209.55279%205%209.55279C4.90606%209.55279%204.81305%209.53425%204.72629%209.49825C4.63952%209.46225%204.56072%209.40948%204.49438%209.34297L0.209435%205.05803C0.0753355%204.92393%200%204.74206%200%204.55241C0%204.36277%200.0753355%204.18089%200.209435%204.04679C0.343534%203.91269%200.525413%203.83735%200.715058%203.83735C0.904704%203.83735%201.08658%203.91269%201.22068%204.04679L4.28584%207.11338V0.714157C4.28584%200.524751%204.36108%200.343102%204.49501%200.209172C4.62894%200.0752416%204.81059%202.10278e-07%205%202.18557e-07Z'%20fill='%23273C4B'/%3e%3c/svg%3e");
  background-size: contain;
  content: "";
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(240deg) brightness(101%) contrast(101%);
}

.bl_globalNav_itemSubmenu_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px 40px;
}
.bl_globalNav_itemSubmenu_list a {
  display: block;
  position: relative;
  padding-right: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bl_globalNav_itemSubmenu_list a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(-90deg);
  background-image: url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5%202.18557e-07C5.18941%202.26836e-07%205.37105%200.0752416%205.50498%200.209172C5.63892%200.343102%205.71416%200.524751%205.71416%200.714157V7.11338L8.77932%204.04679C8.91342%203.91269%209.0953%203.83735%209.28494%203.83735C9.47459%203.83735%209.65646%203.91269%209.79056%204.04679C9.92466%204.18089%2010%204.36277%2010%204.55241C10%204.74206%209.92466%204.92393%209.79056%205.05803L5.50562%209.34297C5.43928%209.40948%205.36048%209.46225%205.27371%209.49825C5.18695%209.53425%205.09394%209.55279%205%209.55279C4.90606%209.55279%204.81305%209.53425%204.72629%209.49825C4.63952%209.46225%204.56072%209.40948%204.49438%209.34297L0.209435%205.05803C0.0753355%204.92393%200%204.74206%200%204.55241C0%204.36277%200.0753355%204.18089%200.209435%204.04679C0.343534%203.91269%200.525413%203.83735%200.715058%203.83735C0.904704%203.83735%201.08658%203.91269%201.22068%204.04679L4.28584%207.11338V0.714157C4.28584%200.524751%204.36108%200.343102%204.49501%200.209172C4.62894%200.0752416%204.81059%202.10278e-07%205%202.18557e-07Z'%20fill='%23273C4B'/%3e%3c/svg%3e");
  background-size: contain;
  content: "";
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(240deg) brightness(101%) contrast(101%);
}

.bl_globalNav_item {
  font-weight: bold;
}
.bl_globalNav_item > button.is-open {
  color: #e60214;
}
.bl_globalNav_item > button.is-open::after {
  transform: rotate(180deg);
  filter: invert(10%) sepia(96%) saturate(6925%) hue-rotate(352deg) brightness(88%) contrast(106%);
}
.bl_globalNav_item button:hover {
  opacity: 0.6;
}
.bl_globalNav_item > span,
.bl_globalNav_item > button {
  position: relative;
}
.bl_globalNav_item > span::after,
.bl_globalNav_item > button::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5%202.18557e-07C5.18941%202.26836e-07%205.37105%200.0752416%205.50498%200.209172C5.63892%200.343102%205.71416%200.524751%205.71416%200.714157V7.11338L8.77932%204.04679C8.91342%203.91269%209.0953%203.83735%209.28494%203.83735C9.47459%203.83735%209.65646%203.91269%209.79056%204.04679C9.92466%204.18089%2010%204.36277%2010%204.55241C10%204.74206%209.92466%204.92393%209.79056%205.05803L5.50562%209.34297C5.43928%209.40948%205.36048%209.46225%205.27371%209.49825C5.18695%209.53425%205.09394%209.55279%205%209.55279C4.90606%209.55279%204.81305%209.53425%204.72629%209.49825C4.63952%209.46225%204.56072%209.40948%204.49438%209.34297L0.209435%205.05803C0.0753355%204.92393%200%204.74206%200%204.55241C0%204.36277%200.0753355%204.18089%200.209435%204.04679C0.343534%203.91269%200.525413%203.83735%200.715058%203.83735C0.904704%203.83735%201.08658%203.91269%201.22068%204.04679L4.28584%207.11338V0.714157C4.28584%200.524751%204.36108%200.343102%204.49501%200.209172C4.62894%200.0752416%204.81059%202.10278e-07%205%202.18557e-07Z'%20fill='%23273C4B'/%3e%3c/svg%3e");
  content: "";
  transition: all 0.3s;
}
.bl_globalNav_item:has(button):hover button:not(.bl_globalNav_back)::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  transform: translateY(100%);
  content: "";
}
.bl_globalNav_item .is-open + .bl_globalNav_itemSubmenu {
  opacity: 1;
  pointer-events: auto;
}

.bl_subMenuClose {
  position: absolute;
  top: 20px;
  right: 20px;
  aspect-ratio: 1;
  width: 30px;
  cursor: pointer;
}
.bl_subMenuClose::after, .bl_subMenuClose::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  content: "";
}
.bl_subMenuClose::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bl_subMenuClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bl_menuSwitch {
  display: none;
  position: relative;
  width: 18px;
  height: 16px;
}
.bl_menuSwitch::after, .bl_menuSwitch::before,
.bl_menuSwitch span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background-color: #273c4b;
  content: "";
}
.bl_menuSwitch::after {
  margin-top: -7px;
}
.bl_menuSwitch::before {
  margin-top: 7px;
}
.bl_menuSwitch.is-menu::after {
  margin-top: 0px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bl_menuSwitch.is-menu::before {
  margin-top: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bl_menuSwitch.is-menu span {
  width: 0;
}

.bl_topFront {
  position: relative;
  padding-top: 244px;
  overflow: hidden;
  background-image: url("/pharmatech/assets/images/top/background_pc.jpg");
  background-position: center 0;
  background-size: 100%;
  text-align: center;
}
.bl_topFront .bl_topFront_txt01,
.bl_topFront .bl_topFront_txt02,
.bl_topFront .bl_topFront_txt03,
.bl_topFront .bl_ben,
.bl_topFront .bl_btnAnim {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.8s ease-out;
}
.bl_topFront.is-scrollIn .bl_topFront_txt01,
.bl_topFront.is-scrollIn .bl_topFront_txt02,
.bl_topFront.is-scrollIn .bl_topFront_txt03,
.bl_topFront.is-scrollIn .bl_ben,
.bl_topFront.is-scrollIn .bl_btnAnim {
  transform: translateY(0px);
  opacity: 1;
}
.bl_topFront.is-scrollIn .bl_badgeImg {
  transform: scale(1);
  opacity: 1;
}
.bl_badgeImg {
  position: absolute;
  left: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.6s ease-out;
}
.bl_badgeImg__01 {
  top: 30px;
  margin-left: 336px;
  transition-delay: 0.3s;
}
.bl_badgeImg__01 img {
  width: 383px;
}
.bl_badgeImg__02 {
  top: 458px;
  margin-left: -714px;
  transition-delay: 0.4s;
}
.bl_badgeImg__02 img {
  width: 433.5px;
}
.bl_badgeImg__03 {
  top: 956px;
  margin-left: 194px;
  transition-delay: 0.5s;
}
.bl_badgeImg__03 img {
  width: 566px;
}
.bl_badgeImg__04 {
  top: 490px;
  margin-left: 300px;
  transition-delay: 1s;
}
.bl_badgeImg__04 img {
  width: 260px;
}
.bl_badgeImg__05 {
  top: 870px;
  margin-left: -560px;
  transition-delay: 1.1s;
}
.bl_badgeImg__05 img {
  width: 300px;
}
.bl_badgeImg__06 {
  top: 1160px;
  margin-left: -260px;
  transition-delay: 1.2s;
}
.bl_badgeImg__06 img {
  width: 200px;
}

.bl_topFront_txt01 {
  display: block;
  margin-bottom: 55px;
}

.bl_topFront_txt02 {
  margin-bottom: 16px;
  line-height: 2.2;
}

.bl_topFront_txt03 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}

.bl_topFront_txt04 {
  margin-bottom: 115px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2;
  letter-spacing: 0.02em;
  text-align: center;
}

.bl_ben img {
  display: block;
  margin: 68px auto 60px;
}

.svg-sns-iconlist {
  display: none;
}

.bl_footerMenu {
  position: relative;
  margin: 0 20px 20px;
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #edf3f7;
  box-shadow: 0 3px 10px 0 #d3deec;
  color: #06171f;
}

.bl_footerMenu_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1340px;
  margin: 0 auto;
  gap: 20px;
}
.bl_footerMenu_inner a {
  position: relative;
}
.bl_footerMenu_inner a::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #e60214;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.bl_footerMenu_inner a:hover {
  color: #e60214;
  opacity: 1;
}
.bl_footerMenu_inner a:hover::after {
  width: 100%;
  opacity: 1;
  pointer-events: auto;
}

.bl_footerMenu_list dt {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
.bl_footerMenu_list dt:not(:first-child) {
  margin-top: 20px;
}
.bl_footerMenu_list dd {
  margin-bottom: 2px;
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_footerContentWrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 10px solid #e60012;
  background-color: #fff;
}

.bl_footerContent {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0px 20px;
}

.bl_footerContent_address {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_footerContent_tel {
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_footerContent_front_list {
  display: flex;
  margin-top: 28px;
  gap: 40px;
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_footerContent_front_list svg {
  fill: #e60012;
  margin-top: -2px;
  margin-right: 10px;
  vertical-align: middle;
}

.bl_footerBtn {
  display: block;
  position: relative;
  width: 280px;
  margin-bottom: 25px;
  padding: 3.5px 20px;
  border-radius: 6px;
  background-color: #8fa0ae;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_footerBtn svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.bl_footerContent_back {
  margin-top: 40px;
}

.bl_copy {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-align: right;
}

.bl_maxWidth {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.bl_maxWidth02 {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_appealboxUnit {
  margin-top: 445px;
  margin-bottom: 150px;
  text-align: left;
}

.bl_appealbox {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 30px;
}
.bl_appealbox .el_btn {
  padding-right: 67px;
  padding-left: 67px;
}
.bl_appealbox .el_btn.el_btn__eng {
  padding-right: 68px;
  padding-left: 41px;
}
.bl_appealbox:nth-child(2) {
  flex-direction: row-reverse;
  padding-right: 48px;
}
.bl_appealbox:nth-child(2) .bl_appealbox_body {
  padding-top: 20px;
}
.bl_appealbox:not(:last-child) {
  margin-bottom: 110px;
}
.bl_appealbox .bl_appealbox_imgWrapper {
  text-align: center;
}
.bl_appealbox .bl_appealbox_imgWrapper img {
  max-width: 100%;
}

.bl_appealbox_body {
  max-width: 432px;
  padding-top: 35px;
}

.bl_appealbox_txt {
  margin-bottom: 70px;
}

.bl_sectionNews_head {
  position: relative;
  padding-top: 78px;
}
.bl_sectionNews_head::after {
  position: absolute;
  top: 0;
  left: -5.5vw;
  width: 50vw;
  height: 100%;
  transform: translateX(-100%);
  background-color: #e60214;
  content: "";
}

.bl_sectionNews {
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf3f7+0,edf3f7+100&0+0,0+50,1+53,1+100 */
  background: linear-gradient(to right, rgba(237, 243, 247, 0) 0%, rgba(237, 243, 247, 0) 50%, rgb(237, 243, 247) 53%, rgb(237, 243, 247) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bl_sectionNews__eng {
  margin-bottom: 150px;
}

.bl_sectionNews_inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.bl_sectionNews_heading {
  margin-bottom: 48px;
  font-size: 30px;
  font-size: 1.875rem;
}

.bl_sectionNews_body {
  flex: 1;
  max-width: 800px;
  padding: 90px 0 25px 40px;
  background-color: #edf3f7;
}

.bl_sectionNews li:last-child .bl_newsList_item {
  border-bottom: none;
}

.bl_newsList_item {
  display: flex;
  position: relative;
  padding: 32px 70px 31px 20px;
  border-bottom: 1px solid #d5dfe7;
}
.bl_newsList_item:not(:has(.bl_newsList_item_link)) {
  padding-right: 0;
}

a.bl_newsList_item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #e1eaf0;
  content: "";
  transition: all 0.3s ease;
}
a.bl_newsList_item:hover {
  opacity: 1;
}
a.bl_newsList_item:hover::after {
  width: 100%;
}

.bl_newsList_item_link {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
.bl_newsList_item_link img {
  display: block;
}

.bl_newsList_date {
  z-index: 1;
  position: relative;
  width: 112px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_newsList_body {
  z-index: 1;
  position: relative;
  flex: 1;
  line-height: 1.8;
}
.bl_newsList_body a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
}

.bl_newsList_item_heading {
  font-weight: bold;
}

.bl_sectionCareers {
  position: relative;
  min-height: 1269px;
  margin-bottom: 70px;
  padding: 70px 20px 0;
  overflow: hidden;
  background-image: url("/pharmatech/assets/images/top/careers_back_pc.png");
  background-position: right bottom;
  background-size: 1086px auto;
  background-repeat: no-repeat;
  background-color: #273c4b;
  color: #fff;
}
.bl_sectionCareers::after {
  display: block;
  position: absolute;
  top: -2160px;
  left: 50%;
  aspect-ratio: 1;
  width: 2880px;
  transform: translateX(-57%);
  border-radius: 50%;
  background-color: #e60012;
  content: "";
}

.bl_sectionCareers_item {
  z-index: 1;
  position: relative;
}
.bl_sectionCareers_item .el_enHeading::after {
  color: #fff;
}
.bl_sectionCareers_item:not(:last-child) {
  margin-bottom: min(237px, 16.4vw);
}
.bl_sectionCareers_item:last-child .bl_sectionCareers_item_txtbox {
  padding: 20px;
  transform: translateX(-20px) translateY(-20px);
  background-color: rgba(39, 60, 75, 0.8);
}

.bl_sectionCareers_item_txt01 {
  margin-bottom: 70px;
}
.bl_sectionCareers_item_txt01 p {
  margin-bottom: 30px;
  letter-spacing: -0.01em;
}

.bl_sectionCareers_item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.bl_sectionCareers_item_imgWrapper {
  width: min(34.7vw, 500px);
  margin-top: -30px;
  margin-right: -20px;
}
.bl_sectionCareers_item_imgWrapper img {
  width: 100%;
}

.bl_sectionCareers_item_txt02 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
}

.bl_employeeUnit {
  margin-top: 80px;
}
.bl_employeeUnit__recruit {
  margin-top: 60px;
}
.bl_employeeUnit__recruit .bl_employeeItem_prof {
  background-color: #fff;
}
.bl_employeeUnit__recruit .bl_employeeItem_position {
  background-color: #dde5eb;
}

.bl_employeeItem {
  display: block;
  position: relative;
  width: 320px;
}
.bl_employeeItem::before {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% + 10px);
  aspect-ratio: 1;
  width: 200px;
  transform: translate(-50%);
  border-radius: 50%;
  background-color: #e60214;
  content: "";
  transition: all 0.3s ease;
}
.bl_employeeItem:hover {
  opacity: 1;
}
.bl_employeeItem:hover::before {
  left: calc(50% + 20px);
}
.bl_employeeItem:hover .bl_barometerArrow::before {
  width: 100%;
}

.bl_employeeItem_imgWrapper {
  z-index: 1;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto -100px;
  border: 2px solid #e60214;
  border-radius: 50%;
}
.bl_employeeItem_imgWrapper img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_employeeItem_prof {
  position: relative;
  height: 280px;
  padding: 135px 30px 45px;
  border-radius: 200px 200px 20px 20px;
  background-color: #dde5eb;
}

.bl_employeeItem_detail {
  margin-bottom: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}

.bl_employeeItem_bottom {
  display: flex;
  align-items: center;
  gap: 11px;
}

.bl_employeeItem_name {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.bl_employeeItem_position {
  padding: 3.5px 10px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  white-space: nowrap;
}

.bl_barometerArrow {
  position: relative;
  position: relative;
  width: calc(100% - 20px);
  height: 2px;
  margin-top: 22px;
  margin-bottom: 10px;
  background-color: #dde5eb;
}
.bl_barometerArrow::before {
  display: block;
  width: 0;
  height: 100%;
  background-color: #e60214;
  content: "";
  transition: all 0.3s;
}
.bl_barometerArrow img {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) rotate(-90deg);
  filter: invert(10%) sepia(100%) saturate(6841%) hue-rotate(353deg) brightness(92%) contrast(100%);
}

.bl_employeeUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}

.bl_sectionCrossTalkWrapper {
  margin-top: 96px;
  margin-bottom: 150px;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e60214+0,e60214+100 */
  background-image: linear-gradient(to right, rgb(230, 2, 20) 0%, rgb(230, 2, 20) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 50% 100%;
}
.bl_sectionCrossTalkWrapper__recruit {
  margin-top: 148px;
  margin-bottom: 120px;
}
.bl_sectionCrossTalkWrapper__recruit .bl_sectionCrossTalk {
  background-color: #d3e9ed;
}

.bl_sectionCrossTalk {
  display: block;
  width: 94.8vw;
  max-width: 1320px;
  height: 500px;
  margin: 0 auto;
  border-radius: 100px;
  background-image: url("/pharmatech/assets/images/top/crosstalk_back_pc.jpg");
  background-position: right 0;
  background-size: auto 100%;
  background-color: #fff;
  color: #fff;
}
.bl_sectionCrossTalk .el_circleBtn {
  transition: all 0.3s;
}
.bl_sectionCrossTalk:hover {
  opacity: 1;
}
.bl_sectionCrossTalk:hover .el_circleBtn {
  opacity: 0.6;
}

.bl_sectionCrossTalk_head {
  width: 43.8%;
  min-width: 420px;
  height: 100%;
  padding-top: 100px;
  padding-left: 7.5%;
  border-radius: 0 100px 100px 0;
  background-color: #e60214;
}

.bl_sectionCrossTalk_heading {
  margin-bottom: 12px;
  font-size: 48px;
  font-size: 3rem;
}

.bl_sectionCrossTalk_txt {
  max-width: 320px;
  margin-bottom: 70px;
}

.bl_corporateIntro {
  padding-bottom: 112px;
  background-image: url("/pharmatech/assets/images/corporate/corporate_back.png");
  background-position: right 0;
  background-size: 1440px auto;
  background-color: #d3e9ed;
}

.bl_pageHeader {
  margin-bottom: 110px;
  padding-top: 185px;
}
.bl_pageHeader__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 88px;
  padding-top: 160px;
}
.bl_pageHeader__flex .bl_pageHeader_heading {
  margin-bottom: 0;
}

.bl_pageHeader_heading {
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.01em;
}

.bl_pageHeader_info {
  color: #e60214;
  font-weight: bold;
}

.bl_pageHeader_btn {
  display: flex;
  position: relative;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 49px 16px 20px;
  gap: 0 19px;
  border-radius: 20px;
  background-color: #e60012;
  color: #fff;
  font-weight: 500;
}
.bl_pageHeader_btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 15px;
  height: 16px;
  transform: translateY(-50%) rotate(0deg);
  background-image: url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5%202.18557e-07C5.18941%202.26836e-07%205.37105%200.0752416%205.50498%200.209172C5.63892%200.343102%205.71416%200.524751%205.71416%200.714157V7.11338L8.77932%204.04679C8.91342%203.91269%209.0953%203.83735%209.28494%203.83735C9.47459%203.83735%209.65646%203.91269%209.79056%204.04679C9.92466%204.18089%2010%204.36277%2010%204.55241C10%204.74206%209.92466%204.92393%209.79056%205.05803L5.50562%209.34297C5.43928%209.40948%205.36048%209.46225%205.27371%209.49825C5.18695%209.53425%205.09394%209.55279%205%209.55279C4.90606%209.55279%204.81305%209.53425%204.72629%209.49825C4.63952%209.46225%204.56072%209.40948%204.49438%209.34297L0.209435%205.05803C0.0753355%204.92393%200%204.74206%200%204.55241C0%204.36277%200.0753355%204.18089%200.209435%204.04679C0.343534%203.91269%200.525413%203.83735%200.715058%203.83735C0.904704%203.83735%201.08658%203.91269%201.22068%204.04679L4.28584%207.11338V0.714157C4.28584%200.524751%204.36108%200.343102%204.49501%200.209172C4.62894%200.0752416%204.81059%202.10278e-07%205%202.18557e-07Z'%20fill='%23273C4B'/%3e%3c/svg%3e");
  background-size: contain;
  content: "";
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(240deg) brightness(101%) contrast(101%);
  transition: all 0.3s ease;
}

.bl_pageHeader_btn_txt01 {
  font-size: 34px;
  font-size: 2.125rem;
}
.bl_appealUnit {
  display: grid;
  gap: 40px;
}

.bl_appealItem {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
}
.bl_appealItem:nth-child(2n) {
  flex-direction: row-reverse;
}

.bl_appealItem_txtbox {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px 30px 80px;
}

.bl_appealItem_imgWrapper {
  aspect-ratio: 1;
  width: 42.9%;
  overflow: hidden;
}
.bl_appealItem_imgWrapper img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_appealItem_heading {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.8;
}

.bl_appealItem_txt01 {
  line-height: 1.8;
}

.bl_president {
  margin: 100px 0 50px;
  overflow: hidden;
  border-radius: 20px;
}
.bl_president img {
  display: block;
  width: 100%;
}

.bl_messageBox {
  margin-bottom: 42px;
}
.bl_messageBox p {
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_dotList {
  margin: 25px 0 23px;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.6;
}
.bl_dotList li {
  position: relative;
  padding-left: 10px;
}
.bl_dotList li::before {
  position: absolute;
  left: 0px;
  content: "•";
}

.bl_small {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_aboutListSection {
  margin-top: 85px;
  margin-bottom: 135px;
  padding: 0 20px;
  text-align: center;
}

.bl_aboutList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.bl_aboutList_item {
  width: 300px;
}
.bl_aboutList_item:hover {
  opacity: 1;
}
.bl_aboutList_item:hover .bl_aboutList_item_imgWrapper img {
  transform: scale(1.1);
}
.bl_aboutList_item:hover .bl_barometerArrow::before {
  width: 100%;
}

.bl_aboutList_item_imgWrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.bl_aboutList_item_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
  transition: all 0.3s ease;
}

.bl_aboutList_item_heading {
  margin-top: 16px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}

.bl_tableLayout {
  overflow: hidden;
  border: 1px solid #dde5eb;
  border-radius: 20px;
  font-size: 14px;
}
.bl_tableLayout > div {
  display: flex;
}
.bl_tableLayout > div:not(:last-child) {
  border-bottom: 1px solid #dde5eb;
}
.bl_tableLayout dt,
.bl_tableLayout dd {
  display: flex;
  align-items: center;
  padding: 16px 30px;
}
.bl_tableLayout dt {
  width: 240px;
  border-right: 1px solid #dde5eb;
  background-color: #edf3f7;
  font-weight: bold;
}
.bl_tableLayout dd {
  flex: 1;
}
.bl_tableLayout__eng {
  margin-bottom: 80px;
}

.bl_headingSubTxt {
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_blueBackSection {
  margin: 100px 0 85px;
  padding: 64px 20px 58px;
  overflow: hidden;
  background-color: #edf3f7;
}

.bl_sectionHeader {
  z-index: 1;
  position: relative;
  margin-bottom: 52px;
  text-align: center;
}

.bl_pdfCapture {
  display: flex;
  position: relative;
  justify-content: center;
  width: 740px;
  max-width: 100%;
  margin: 0 auto 60px;
  gap: 2.6%;
}
.bl_pdfCapture::after, .bl_pdfCapture::before {
  display: block;
  position: absolute;
  aspect-ratio: 1;
  width: 200px;
  border-radius: 50%;
  background-color: #e60214;
  content: "";
}
.bl_pdfCapture::after {
  top: -70px;
  right: -70px;
}
.bl_pdfCapture::before {
  bottom: -70px;
  left: -70px;
}
.bl_pdfCapture img {
  display: block;
  z-index: 1;
  position: relative;
}
.bl_pdfCapture img:first-child {
  width: 32.5%;
}
.bl_pdfCapture img:last-child {
  width: 64.9%;
}

.bl_baseSection {
  margin-bottom: 80px;
}
.bl_baseSection__benefit {
  margin-bottom: 120px;
  padding-top: 80px;
}
.bl_baseSection__product {
  margin-bottom: 80px;
  padding-top: 84px;
  padding-bottom: 90px;
  background-color: #d3e9ed;
}
.bl_baseSection__features {
  padding-top: 84px;
  padding-bottom: 5px;
  background-color: #edf3f7;
}

.bl_whiteBoxWrapper {
  margin-bottom: 60px;
}

.bl_accessBody {
  display: flex;
}

.bl_accessBody_item {
  width: 50%;
}
.bl_accessBody_item iframe {
  width: 100%;
  height: 420px;
  margin-top: 5px;
  border: none;
}

.bl_accessBody_item_inner {
  width: 580px;
  max-width: 100%;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 20px;
}

.bl_dlList01 > div {
  display: flex;
  line-height: 1.8;
}
.bl_dlList01 > div dt {
  width: 94px;
}
.bl_dlList01 > div dd a {
  text-decoration: underline;
}
.bl_dlList01.bl_dlList01__eng dt {
  width: 140px;
}
.bl_dlList01.bl_dlList01__eng dd {
  flex: 1;
}

.bl_accessBody_item_img {
  display: block;
  max-width: 100%;
  margin-top: 50px;
}

.bl_historyLayout {
  position: relative;
  background-image: linear-gradient(180deg, rgba(221, 229, 235, 0) 52.88%, #dde5eb 66.44%, rgba(221, 229, 235, 0) 80%);
  background-position: 0% 75%;
  background-size: 5062px 5062px;
}
.bl_historyLayout::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  width: 50%;
  height: 100%;
  background-color: #fff;
  content: "";
}

.bl_historyLayout_inner {
  z-index: 1;
  position: relative;
  max-width: 1440px;
  margin: -10px auto 0;
  background-image: url("/pharmatech/assets/images/corporate/outline/history_back_pc.png");
  background-size: 1281px auto;
}

.bl_historyLayout_body {
  padding-top: 2px;
  padding-left: 260px;
}

.bl_history_item_imgWrapper {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.bl_historyUnit {
  max-width: 1040px;
  height: 1365px;
  padding-right: 20px;
}

.bl_history_item {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  min-height: 81px;
  margin-bottom: 19px;
  margin-left: -60px;
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_history_item__innerImg {
  padding-right: 280px;
}
.bl_history_item__innerImg::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: rgba(39, 60, 75, 0.5);
  content: "";
}
.bl_history_item:nth-child(1) {
  margin-left: 0px;
}
.bl_history_item:nth-child(2) {
  margin-left: 10px;
}
.bl_history_item:nth-child(3) {
  margin-left: 20px;
}
.bl_history_item:nth-child(4) {
  margin-left: 30px;
}
.bl_history_item:nth-child(5) {
  margin-left: 50px;
}
.bl_history_item:nth-child(6) {
  margin-left: 70px;
}
.bl_history_item:nth-child(7) {
  margin-left: 100px;
}
.bl_history_item:nth-child(8) {
  margin-left: 135px;
}
.bl_history_item:nth-child(9) {
  margin-left: 175px;
}
.bl_history_item:nth-child(10) {
  margin-left: 220px;
}
.bl_history_item:nth-child(11) {
  margin-left: 265px;
}
.bl_history_item:nth-child(12) {
  margin-left: 324px;
}
.bl_history_item p {
  z-index: 1;
  position: relative;
  padding-right: 50px;
  background-color: #fff;
}

.bl_history_item_year {
  display: none;
}

.bl_pageHeaderBackground {
  padding-bottom: 70px;
  background-position: 0 bottom;
  background-size: cover;
}
.bl_pageHeaderBackground .bl_pageHeader {
  margin-bottom: 90px;
}
.bl_pageHeaderBackground__sustainability {
  background-image: url("/pharmatech/assets/images/corporate/sustainability/header_pc.jpg");
}
.bl_pageHeaderBackground__squalityControl {
  padding-bottom: 124px;
  background-image: url("/pharmatech/assets/images/corporate/qualityassurance/header_pc.jpg");
  color: #fff;
}

.bl_siteHeaderTxtbox p {
  margin-bottom: 12px;
}
.bl_siteHeaderTxtbox a {
  color: #e60214;
  text-decoration: underline;
}

.bl_outerLink::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  background-image: url("data:image/svg+xml,%3csvg%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.25%2015C0.916667%2015%200.625%2014.875%200.375%2014.625C0.125%2014.375%200%2014.0833%200%2013.75V1.25C0%200.916667%200.125%200.625%200.375%200.375C0.625%200.125%200.916667%200%201.25%200H7.0625V1.25H1.25V13.75H13.75V7.9375H15V13.75C15%2014.0833%2014.875%2014.375%2014.625%2014.625C14.375%2014.875%2014.0833%2015%2013.75%2015H1.25ZM5.45833%2010.4375L4.58333%209.54167L12.875%201.25H8.3125V0H15V6.6875H13.75V2.14583L5.45833%2010.4375Z'%20fill='%23E60214'/%3e%3c/svg%3e");
  background-size: contain;
  content: "";
  vertical-align: middle;
  filter: invert(10%) sepia(96%) saturate(6925%) hue-rotate(352deg) brightness(88%) contrast(106%);
  transition: all 0.3s ease;
}

.bl_sustainabilityInfo {
  padding: 90px 20px 190px;
  background-color: #edf3f7;
}
.bl_sustainabilityInfo img {
  display: block;
  margin: 48px auto 0;
}

.bl_sustainabilityInfo_img {
  display: block;
  width: 502px;
  margin: 48px auto 0;
}

.bl_pageNavi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -60px;
  margin-bottom: 100px;
  gap: 13px;
}
.bl_pageNavi a {
  display: block;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
}
.bl_pageNavi a:hover {
  color: #e60012;
  opacity: 1;
}
.bl_pageNavi a:hover::after {
  bottom: 5px;
}
.bl_pageNavi a::after {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
  background: url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5%202.18557e-07C5.18941%202.26836e-07%205.37105%200.0752416%205.50498%200.209172C5.63892%200.343102%205.71416%200.524751%205.71416%200.714157V7.11338L8.77932%204.04679C8.91342%203.91269%209.0953%203.83735%209.28494%203.83735C9.47459%203.83735%209.65646%203.91269%209.79056%204.04679C9.92466%204.18089%2010%204.36277%2010%204.55241C10%204.74206%209.92466%204.92393%209.79056%205.05803L5.50562%209.34297C5.43928%209.40948%205.36048%209.46225%205.27371%209.49825C5.18695%209.53425%205.09394%209.55279%205%209.55279C4.90606%209.55279%204.81305%209.53425%204.72629%209.49825C4.63952%209.46225%204.56072%209.40948%204.49438%209.34297L0.209435%205.05803C0.0753355%204.92393%200%204.74206%200%204.55241C0%204.36277%200.0753355%204.18089%200.209435%204.04679C0.343534%203.91269%200.525413%203.83735%200.715058%203.83735C0.904704%203.83735%201.08658%203.91269%201.22068%204.04679L4.28584%207.11338V0.714157C4.28584%200.524751%204.36108%200.343102%204.49501%200.209172C4.62894%200.0752416%204.81059%202.10278e-07%205%202.18557e-07Z'%20fill='%23273C4B'/%3e%3c/svg%3e");
  background-size: cover;
  content: "";
  filter: invert(10%) sepia(96%) saturate(6925%) hue-rotate(352deg) brightness(88%) contrast(106%);
  transition: all 0.3s;
}
.bl_pageNavi__recruit {
  grid-template-columns: repeat(6, 1fr);
  margin-top: 0;
  margin-bottom: -60px;
}
.bl_pageNavi__product {
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: -60px;
}
.bl_pageNavi__eng a {
  height: auto;
  min-height: 120px;
  padding-bottom: 30px;
  line-height: 1.4;
}
.bl_pageNavi__eng a::after {
  bottom: 10px;
}

.bl_sdgsHeader_thema_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.bl_sdgsHeader_thema_list img {
  display: block;
}

.bl_sdgsWrapper {
  margin-bottom: 135px;
}
.bl_sdgsWrapper .bl_baseSection {
  margin-bottom: 55px;
}

.bl_sdgsHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 382px;
  margin-bottom: 40px;
  padding: 30px 30px 30px 60px;
  gap: 30px;
  border-radius: 20px;
  background-size: cover;
  color: #fff;
}
.bl_sdgsHeader__01 {
  background-image: url("/pharmatech/assets/images/corporate/sustainability/header_back_pc01.png");
}
.bl_sdgsHeader__02 {
  background-image: url("/pharmatech/assets/images/corporate/sustainability/header_back_pc02.png");
}
.bl_sdgsHeader__03 {
  background-image: url("/pharmatech/assets/images/corporate/sustainability/header_back_pc03.png");
}
.bl_sdgsHeader__04 {
  background-image: url("/pharmatech/assets/images/corporate/sustainability/header_back_pc04.png");
}

.bl_sdgsHeader_heading {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.8;
}

.bl_sdgsHeader_thema_heading {
  margin-bottom: 22px;
  color: #273c4b;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

.bl_sdgsHeader_thema {
  padding: 16px 30px 30px;
  border-radius: 20px;
  background-color: #fff;
}

.bl_ellipseList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 20px;
  font-weight: 500;
}
.bl_ellipseList:not(:first-child) {
  margin-top: 52px;
}
.bl_ellipseList li {
  padding: 14px 40px;
  border-radius: 30px;
  background-color: #edf3f7;
}

.bl_squalityControlInfo {
  margin-top: 62px;
  margin-bottom: 54px;
}

.bl_squalityControlInfo_heading {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.8;
  text-align: center;
}

.bl_squalityControlInfo_lead {
  margin-top: 30px;
  margin-bottom: 22px;
  color: #e60012;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2;
}

.bl_squalityControlInfo_txts p:not(:last-child) {
  margin-bottom: 32px;
}

.bl_guarantee {
  margin-top: 95px;
  margin-bottom: 80px;
  padding-top: 68px;
  padding-bottom: 80px;
  background-color: #edf3f7;
  text-align: center;
}
.bl_guarantee p {
  text-align: left;
}

.bl_guaranteeImageWrapper {
  margin-top: 20px;
  margin-bottom: 30px;
}
.bl_guaranteeImageWrapper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.bl_guaranteeList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 20px 13px;
}
.bl_guaranteeList > div {
  width: calc(25% - 9.99px);
  padding: 10px 20px 14px 20px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 10px 10px 20px 0 rgba(74, 88, 98, 0.2), -10px -10px 20px 0 rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}
.bl_guaranteeList > div:nth-child(n+5) {
  width: calc(33.3% - 8.33px);
}
.bl_guaranteeList dt {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
.bl_guaranteeList dd {
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_sectionDashedline {
  margin-bottom: 30px;
  padding: 42px 40px 48px;
  border: 1px dashed #273c4b;
  border-radius: 20px;
}

.bl_sectionDashedline_heading {
  margin-bottom: 26px;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

.bl_sectionDashedline_headingTxt {
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
}

jnn,
.bl_sectionDashedline_cell {
  display: flex;
  justify-content: space-between;
  padding: 25px 10px 32px;
  gap: 40px;
  border-top: 1px solid rgba(39, 60, 75, 0.5);
  font-size: 14px;
  font-size: 0.875rem;
}
jnn:last-child,
.bl_sectionDashedline_cell:last-child {
  padding-bottom: 0px;
}

.bl_sectionDashedline_imgWrapper img {
  display: block;
  margin-top: 14px;
  margin-right: -5px;
  border-radius: 20px;
}

.bl_headingBoldTxt dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.bl_headingBoldTxt div {
  margin-top: 12px;
}

.bl_sectionDashedline02 {
  padding: 74px 40px 76px 40px;
  border: 1px dashed #273c4b;
  border-radius: 20px;
}
.bl_sectionDashedline02__eng {
  padding: 44px 40px 46px 40px;
}

.bl_sectionDashedline02_inner {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding-right: 340px;
}
.bl_sectionDashedline02_inner img {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.bl_sectionDashedline02_txt {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
}

.bl_flagUnit {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
}

.bl_flagItem {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.bl_flagHeading {
  width: 108px;
  padding: 24px 10px;
  background-color: #273c4b;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.bl_flagBody {
  padding: 11px 24px 5px 24px;
}
.bl_flagBody__02 {
  padding-left: 28px;
}

.bl_flagUnit {
  margin-top: 50px;
}

.bl_flagList {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  text-align: center;
}
.bl_flagList > li {
  width: 60px;
}
.bl_flagList img {
  display: block;
  margin: 0 auto 6px;
}

.bl_flagList_name {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
}

.bl_corporateFlagSection {
  margin: 100px 0 85px;
  padding-top: 92px;
  padding-bottom: 92px;
  background-image: url("/pharmatech/assets/images/corporate/qualityassurance/map_pc.png");
  background-position: center center;
  background-size: 900px;
  background-color: #edf3f7;
}
.bl_corporateFlagSection .el_centerHeading03 {
  margin-bottom: 22px;
}

.bl_small02 {
  display: block;
  margin-top: 14px;
  padding-right: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
}

.bl_systemImg {
  display: block;
  max-width: 100%;
  margin: 42px auto 135px;
}

.bl_translation {
  margin: 24px 0 12px;
  padding: 7px 17px 12px;
  border: 1px dashed #000;
  border-radius: 10px;
}
.bl_translation li {
  position: relative;
  padding-left: 10px;
}
.bl_translation li::after {
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  width: 3px;
  transform: translateY(-50%);
  background-color: currentColor;
  content: "";
}

.bl_centerHeading {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 46px;
  font-size: 2.875rem;
}
.bl_centerHeading::before {
  display: block;
  content: attr(data-en);
  color: #e60214;
  font-size: 18px;
  font-size: 1.125rem;
}

.bl_whiteBox_txt p:not(:last-child) {
  margin-bottom: 32px;
}

.bl_whiteBox {
  margin-bottom: 60px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}
.bl_whiteBox__recruitTop {
  padding: 65px 60px min(495px, 40vw);
  background-image: url("/pharmatech/assets/images/recruit/message_back_pc.jpg");
  background-position: center bottom;
  background-size: 100% auto;
}
.bl_whiteBox__termsBody {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 26px 30px;
}

.bl_understandWrapper {
  padding-top: 165px;
  padding-bottom: 2px;
  background-color: #fff;
}

.bl_card_understandUnit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 1000px;
  margin: 68px auto 0;
  gap: 20px;
}

.bl_understandUnitSmall {
  display: block;
  max-width: 1000px;
  margin: 15px auto 0;
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
}

.bl_card_understandItem {
  padding: 26px 20px 0px;
  border-radius: 20px;
  background-color: #dde5eb;
  text-align: center;
  filter: drop-shadow(0 0 10px rgba(143, 160, 174, 0.3));
}

.bl_card_understandItem_number {
  margin-bottom: 32px;
  font-weight: 900;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}
.bl_card_understandItem_number strong {
  font-size: 70px;
  font-size: 4.375rem;
}

.bl_fz20Heading {
  font-weight: 900;
  font-size: 20px;
  font-size: 1.25rem;
}
.bl_fz20Heading span {
  font-size: 16px;
  font-size: 1rem;
}

.bl_card_understandItem_img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 198px;
}
.bl_card_understandItem_img__mt {
  padding-bottom: 9px;
}

.bl_card_benefitUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  margin: 70px auto 58px;
  gap: 29px 20px;
}

.bl_card_benefitItem {
  width: 320px;
  padding: 20px 10px 19px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.bl_card_benefitItem_icon img {
  display: block;
  margin: 0 auto 20px;
}

.bl_card_benefitItem_heading {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

.bl_card_benefitItem_txt {
  line-height: 1.6;
}
.bl_card_benefitItem_txt span {
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_workSection {
  margin-bottom: 120px;
  padding: 52px 0 28px;
  background-image: url("/pharmatech/assets/images/recruit/works_background.png");
  background-position: right center;
  background-size: auto 100%;
  background-color: #273c4b;
  color: #fff;
}

.bl_qaSection {
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.bl_qaSection_heading {
  padding: 20px 30px;
  background-color: #273c4b;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

.bl_qaList {
  background-color: #fff;
}
.bl_qaList dt {
  position: relative;
  padding: 25.5px 66px;
  border-bottom: 1px solid #273c4b;
  font-weight: bold;
  line-height: 1.8;
  cursor: pointer;
}
.bl_qaList dt::before {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  content: "Q";
  color: #e60012;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
.bl_qaList dt span {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  aspect-ratio: 1;
  width: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #d9d9d9;
}
.bl_qaList dt span::before, .bl_qaList dt span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background-color: #273c4b;
  content: "";
  transition: all 0.3s;
}
.bl_qaList dt span::before {
  transform: translate(-50%, -50%);
}
.bl_qaList dt span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.bl_qaList dt.is-open {
  border: none;
}
.bl_qaList dt.is-open span::after {
  transform: translate(-50%, -50%);
}
.bl_qaList dd {
  display: none;
  padding: 32px 30px;
  background-color: #dde5eb;
  line-height: 1.8;
}

.bl_entryBox {
  position: relative;
  height: 540px;
  margin-top: 88px;
  margin-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
  border: 1px solid #e60012;
  border-radius: 20px;
  background-image: url("/pharmatech/assets/images/recruit/entry_back_pc.jpg");
  background-size: cover;
}

.bl_entryBox_heading {
  color: #e60012;
  font-weight: bold;
  font-size: 90px;
  font-size: 5.625rem;
}

.bl_entryBtns {
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 50px;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 100px);
  gap: 20px;
  line-height: 1.8;
}
.bl_entryBtns > span {
  border: 1px solid #273c4b;
  background-color: #edf3f7;
}
.bl_entryBtns > span span {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 4.5px 10px;
  transform: translateY(-50%);
  border-radius: 4px;
  background-color: #273c4b;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_entryBtns a,
.bl_entryBtns > span {
  display: flex;
  position: relative;
  align-items: center;
  width: 320px;
  height: 99px;
  padding: 10px 45px 10px 20px;
  border-radius: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  white-space: nowrap;
}
.bl_entryBtns a {
  background-color: #e60012;
  color: #fff;
}
.bl_entryBtns a:hover {
  background-color: #fff;
  color: #e60012;
  opacity: 1;
}
.bl_entryBtns a:hover::after {
  filter: invert(10%) sepia(96%) saturate(6925%) hue-rotate(352deg) brightness(88%) contrast(106%);
}
.bl_entryBtns a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 23px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%208.66667V8H1.33333V8.66667H2ZM7.33333%208.66667V8H6.66667V8.66667H7.33333ZM7.33333%2014H6.66667V14.6667H7.33333V14ZM16.6667%204.66667H17.3333V4.39067L17.1387%204.19467L16.6667%204.66667ZM12.6667%200.666667L13.1387%200.194667L12.9427%200H12.6667V0.666667ZM2%209.33333H3.33333V8H2V9.33333ZM2.66667%2014.6667V11.3333H1.33333V14.6667H2.66667ZM2.66667%2011.3333V8.66667H1.33333V11.3333H2.66667ZM3.33333%2010.6667H2V12H3.33333V10.6667ZM4%2010C4%2010.1768%203.92976%2010.3464%203.80474%2010.4714C3.67971%2010.5964%203.51014%2010.6667%203.33333%2010.6667V12C3.86377%2012%204.37247%2011.7893%204.74755%2011.4142C5.12262%2011.0391%205.33333%2010.5304%205.33333%2010H4ZM3.33333%209.33333C3.51014%209.33333%203.67971%209.40357%203.80474%209.5286C3.92976%209.65362%204%209.82319%204%2010H5.33333C5.33333%209.46957%205.12262%208.96086%204.74755%208.58579C4.37247%208.21071%203.86377%208%203.33333%208V9.33333ZM6.66667%208.66667V14H8V8.66667H6.66667ZM7.33333%2014.6667H8.66667V13.3333H7.33333V14.6667ZM10.6667%2012.6667V10H9.33333V12.6667H10.6667ZM8.66667%208H7.33333V9.33333H8.66667V8ZM10.6667%2010C10.6667%209.46957%2010.456%208.96086%2010.0809%208.58579C9.70581%208.21071%209.1971%208%208.66667%208V9.33333C8.84348%209.33333%209.01305%209.40357%209.13807%209.5286C9.26309%209.65362%209.33333%209.82319%209.33333%2010H10.6667ZM8.66667%2014.6667C9.1971%2014.6667%209.70581%2014.456%2010.0809%2014.0809C10.456%2013.7058%2010.6667%2013.1971%2010.6667%2012.6667H9.33333C9.33333%2012.8435%209.26309%2013.013%209.13807%2013.1381C9.01305%2013.2631%208.84348%2013.3333%208.66667%2013.3333V14.6667ZM12%208V14.6667H13.3333V8H12ZM12.6667%209.33333H16V8H12.6667V9.33333ZM12.6667%2012H14.6667V10.6667H12.6667V12ZM1.33333%206.66667V2H0V6.66667H1.33333ZM16%204.66667V6.66667H17.3333V4.66667H16ZM2%201.33333H12.6667V0H2V1.33333ZM12.1947%201.13867L16.1947%205.13867L17.1387%204.19467L13.1387%200.194667L12.1947%201.13867ZM1.33333%202C1.33333%201.82319%201.40357%201.65362%201.5286%201.5286C1.65362%201.40357%201.82319%201.33333%202%201.33333V0C1.46957%200%200.960859%200.210714%200.585786%200.585786C0.210714%200.960859%200%201.46957%200%202H1.33333ZM0%2016V18H1.33333V16H0ZM2%2020H15.3333V18.6667H2V20ZM17.3333%2018V16H16V18H17.3333ZM15.3333%2020C15.8638%2020%2016.3725%2019.7893%2016.7475%2019.4142C17.1226%2019.0391%2017.3333%2018.5304%2017.3333%2018H16C16%2018.1768%2015.9298%2018.3464%2015.8047%2018.4714C15.6797%2018.5964%2015.5101%2018.6667%2015.3333%2018.6667V20ZM0%2018C0%2018.5304%200.210714%2019.0391%200.585786%2019.4142C0.960859%2019.7893%201.46957%2020%202%2020V18.6667C1.82319%2018.6667%201.65362%2018.5964%201.5286%2018.4714C1.40357%2018.3464%201.33333%2018.1768%201.33333%2018H0Z'%20fill='%23E60214'/%3e%3c/svg%3e");
  background-size: contain;
  content: "";
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(240deg) brightness(101%) contrast(101%);
}

.bl_ContactBox {
  margin-bottom: 138px;
  padding: 34px 30px 44px;
  border-radius: 20px;
  background-color: #273c4b;
  color: #fff;
  text-align: center;
}

.bl_ContactBox_heading {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
}

.bl_email {
  margin: 14px 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.bl_email svg {
  margin-top: -8px;
  margin-right: 20px;
  vertical-align: middle;
}

.bl_ContactBox_body {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  letter-spacing: -0.02em;
}

.bl_ContactBox_message {
  margin-top: 25px;
  padding: 9px 10px;
  border: 1px dashed currentColor;
  border-radius: 10px;
}

.bl_departmentUnit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.bl_departmentItem {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}

.bl_departmentItem .bl_departmentItem_body {
  flex: 1;
}

.bl_departmentItem_heading {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.8;
  text-align: center;
}

.bl_departmentItem_imgWrapper {
  border-top: 2px solid #273c4b;
}

.bl_departmentItem_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_departmentItem_body {
  padding: 30px;
  background-color: #edf3f7;
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_appealboxUnit02 {
  position: relative;
  margin: 185px 0 165px;
  padding: 5px 60px 55px 80px;
  border-radius: 20px;
  background-color: #edf3f7;
}
.bl_appealboxUnit02 .bl_appealbox_imgWrapper {
  position: absolute;
  top: -87px;
  left: 370px;
}

.bl_departmentUnit02 {
  margin-bottom: 150px;
}

.bl_departmentItem02:not(:last-child) {
  margin-bottom: 58px;
}
.bl_departmentItem02:nth-child(2n) .bl_departmentItem02_body {
  flex-direction: row-reverse;
}

.bl_departmentItem02_body {
  display: flex;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}

.bl_departmentItem02_heading {
  padding-bottom: 14px;
  border-bottom: 2px solid #273c4b;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
}

.bl_departmentItem02_imgWrapper {
  width: 48.2%;
}
.bl_departmentItem02_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_departmentItem02_txt {
  flex: 1;
  padding: 30px 50px 15px;
  background-color: #edf3f7;
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_interviewHeader_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1440px;
  height: 700px;
  margin-right: auto;
  margin-left: auto;
}

.bl_interviewHeader {
  background-image: url("/pharmatech/assets/images/recruit/interview/heading_pc.png");
  background-size: cover;
}

.bl_interviewHeader_imgWrapper {
  width: 50%;
}
.bl_interviewHeader_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_interviewHeader_txtWrapper {
  flex: 1;
  margin-right: -100px;
  padding-bottom: 46px;
  padding-left: min(160px, 11vw);
}

.bl_pageHeader_txt {
  display: flex;
  align-items: flex-end;
  min-height: 276px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.8;
}
.bl_pageHeader_txt strong {
  color: #e60012;
  font-weight: bold;
  font-size: 50px;
  font-size: 3.125rem;
}

.bl_pageHeader_prof_data {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bl_pageHeader_prof_data dt {
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
}
.bl_pageHeader_prof_data dd {
  padding: 3px 10px;
  border-radius: 4px;
  background-color: #fff;
  line-height: 1.4;
}

.bl_interviewHeader_small {
  display: block;
  width: 78%;
  max-width: 1120px;
  margin: 20px auto 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}

.bl_interviewHeaderBottom {
  padding: 0 20px;
}

.bl_interviewBottom {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0px 20px;
}

.bl_interviewBody {
  max-width: 1000px;
  margin: 74px auto 90px;
  padding: 0px 20px;
}
.bl_interviewBody.bl_interviewBody__crosstalk {
  max-width: 1040px;
  margin-bottom: 60px;
}
.bl_interviewBody section:not(:first-child) {
  margin-top: 74px;
}
.bl_interviewBody h3 {
  display: flex;
  position: relative;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 55px;
  margin-bottom: 42px;
  margin-left: 40px;
  padding: 6.5px 0;
  border-top: 1px solid #e60012;
  border-bottom: 1px solid #e60012;
  background-color: #edf3f7;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
.bl_interviewBody h3:not(:first-child) {
  margin-top: 74px;
}
.bl_interviewBody h3::before {
  z-index: -1;
  position: absolute;
  position: absolute;
  top: 50%;
  left: -40px;
  aspect-ratio: 1;
  width: 100px;
  transform: translateY(-50%);
  border: 1px solid #e60012;
  border-radius: 50%;
  content: "";
}
.bl_interviewBody h3 span {
  display: inline-block;
  margin-right: 10px;
  padding: 6.5px 12.5px;
  background-color: #e60012;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
.bl_interviewBody img {
  max-width: 100%;
  border-radius: 20px;
}
.bl_interviewBody .bl_interviewBody_box {
  display: flex;
  gap: 60px;
}
.bl_interviewBody .bl_interviewBody_box > div {
  flex: 1;
}
.bl_interviewBody .bl_interviewBody_box p:not(:last-child) {
  margin-bottom: 32px;
}

.bl_bl_interviewBottom_img img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.bl_scheduleOneDay {
  position: relative;
  max-width: 800px;
  margin: -204px auto 0;
  padding: 44px 40px 50px;
  border-top: 3px solid #e60214;
  border-bottom: 3px solid #e60214;
  background-color: rgba(255, 255, 255, 0.9);
}

.bl_scheduleOneDay_heading {
  margin-bottom: 28px;
  color: #e60214;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}

.bl_scheduleOneDay_list {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.6;
}
.bl_scheduleOneDay_list > div {
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
}
.bl_scheduleOneDay_list > div:not(:last-child) {
  margin-bottom: 24.2px;
}
.bl_scheduleOneDay_list > div dt {
  position: relative;
  width: 78px;
  font-weight: bold;
}
.bl_scheduleOneDay_list > div dt::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 10px;
  right: -9px;
  aspect-ratio: 1;
  width: 16px;
  border: 2px solid #273c4b;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.bl_scheduleOneDay_list > div dd {
  flex: 1;
  padding-left: 40px;
}
.bl_scheduleOneDay_list::after {
  display: block;
  position: absolute;
  top: 15px;
  left: 78px;
  width: 2px;
  height: calc(100% - 25px);
  background-color: #273c4b;
  content: "";
}

.bl_otherPage {
  margin-top: 80px;
  margin-bottom: 200px;
}

.bl_otherPage_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.bl_otherPage_heading {
  margin-bottom: 72px;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
}

.bl_otherPage_link {
  display: block;
  position: relative;
  width: 480px;
}
.bl_otherPage_link::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  aspect-ratio: 1;
  width: 200px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #e60214;
  content: "";
}
.bl_otherPage_link:hover {
  opacity: 1;
}
.bl_otherPage_link:hover .bl_otherPage_link_body {
  background-color: #dde5eb;
}
.bl_otherPage_link:hover .bl_otherPage_link_addrss {
  background-color: #fff;
}
.bl_otherPage_link__prev .bl_otherPage_link_personImg {
  left: 0;
}
.bl_otherPage_link__prev::before {
  left: 10px;
}
.bl_otherPage_link__prev .bl_otherPage_link_body {
  margin-left: 98px;
  padding: 14px 0 22px 120px;
}
.bl_otherPage_link__next .bl_otherPage_link_personImg {
  right: 0;
}
.bl_otherPage_link__next::before {
  right: 10px;
}
.bl_otherPage_link__next .bl_otherPage_link_body {
  margin-right: 98px;
  padding: 14px 120px 22px 30px;
}

.bl_otherPage_link_body {
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.3s;
}

.bl_otherPage_link_initial {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.bl_otherPage_link_addrss {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #dde5eb;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.3s;
}

.bl_otherPage_link_personImg {
  position: absolute;
  top: 50%;
  aspect-ratio: 1;
  width: 200px;
  overflow: hidden;
  transform: translateY(-50%);
  border: 2px solid #e60214;
  border-radius: 50%;
}
.bl_otherPage_link_personImg img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.bl_crosstalkHeader {
  display: flex;
  height: 700px;
  margin-bottom: 86px;
  background-image: url("/pharmatech/assets/images/recruit/crosstalk/header_pc.jpg");
  background-position: right 0;
  background-size: contain;
  background-size: auto 100%;
}

.bl_crosstalkHeader_body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 800px);
  min-width: 600px;
  padding: 35px 0 0 40px;
  border-radius: 0 0 100px 0;
  background-color: #e60012;
  color: #fff;
}

.bl_crosstalkHeader_heading {
  margin-bottom: 90px;
  font-size: 48px;
  font-size: 3rem;
}

.bl_crosstalkHeader_txt {
  font-weight: 500;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.8;
}

.bl_memberUnit {
  display: grid;
  grid-template-columns: 43.3% auto;
  margin-bottom: 90px;
  gap: 71px 54px;
}

.bl_memberItem {
  display: flex;
  gap: 30px;
}

.bl_memberItem_prof {
  flex: 1;
}

.bl_memberItem_heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 11px;
}

.bl_memberItem_name {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}

.bl_memberItem_info {
  padding: 4px 10px;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.bl_memberItem_address {
  margin-bottom: 36px;
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_separate img {
  display: block;
  max-width: 100%;
  margin: 0 auto 125px;
  border-radius: 20px;
}
.bl_separate__02 img {
  margin-bottom: 0px;
}

.speechItem {
  position: relative;
  max-width: calc(100% - 280px);
  margin-left: 140px;
  gap: 40px;
}
.speechItem:nth-child(2n) {
  margin-right: 140px;
  margin-left: auto;
}
.speechItem:nth-child(2n) .speechItem_person {
  right: -140px;
  left: auto;
}
.speechItem:nth-child(2n) .speechItem_txt::after {
  right: -20px;
  left: auto;
  transform: rotate(180deg);
}
.speechItem:not(:last-child) {
  margin-bottom: 30px;
}

.speechUnit {
  margin-top: 50px;
}

.speechItem_person {
  display: block;
  position: absolute;
  top: 0;
  left: -140px;
  text-align: center;
}
.speechItem_person img {
  display: block;
}
.speechItem_person figcaption {
  display: block;
  font-weight: bold;
}

.speechItem_txt {
  position: relative;
  padding: 15px 40px 18px 40px;
  border-radius: 20px;
  background-color: #fff;
}
.speechItem_txt::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 30px;
  left: -20px;
  width: 0;
  height: 0;
  border-width: 20px 40px 20px 0px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  content: "";
}

.bl_newsBody {
  margin-bottom: 10px;
  background-color: #edf3f7;
}

.bl_newsSection {
  position: relative;
  padding: 40px 20px 45px;
}
.bl_newsSection::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 5px;
  background-color: #e60012;
  content: "";
}
.bl_newsSection .bl_newsList_item {
  align-items: center;
}

.bl_newsSection_inner {
  max-width: 1125px;
  margin: 0 auto;
}

.bl_newsSection_heading {
  margin-bottom: 34px;
  font-weight: 900;
  font-size: 36px;
  font-size: 2.25rem;
}

.bl_ContactBoxUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.bl_ContactBoxUnit .bl_ContactBox {
  width: 540px;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.bl_ContactBoxUnit .bl_ContactBox_heading {
  padding-top: 6px;
}
.bl_ContactBoxUnit .bl_email {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
}
.bl_ContactBoxUnit .bl_ContactBox_tel {
  margin-top: 38px;
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.bl_dashedBox_heading {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

.bl_dashedBox {
  margin-top: 105px;
  margin-bottom: 105px;
  padding: 42px 50px 45px;
  border: 1px dashed currentColor;
  border-radius: 20px;
}

.bl_dashedBox_txt {
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_dashedBox_txt a {
  color: #e60012;
  text-decoration: underline;
}

.bl_pageHeaderWhite {
  height: 400px;
  padding-bottom: 10px;
  background-color: #fff;
}
.bl_pageHeaderWhite .bl_pageHeader {
  margin-bottom: 92px;
}

.bl_termsBody {
  max-width: 1000px;
  margin: 0px auto;
  padding: 70px 20px 77px;
}
.bl_termsBody .bl_topFront_txt03 {
  margin-bottom: 20px;
}

.bl_termsSubSection:not(:first-child) {
  margin-top: 28px;
}

.bl_termsSection {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  counter-increment: termssection;
}
.bl_termsSection:not(:last-child) {
  margin-bottom: 28px;
}
.bl_termsSection .bl_termsSection_heading {
  position: relative;
  padding-left: 25px;
  font-weight: bold;
}
.bl_termsSection .bl_termsSection_heading::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(termssection) ".";
}
.bl_termsSection div.bl_termsSection_heading {
  padding-left: 0;
}
.bl_termsSection div.bl_termsSection_heading::before {
  display: none;
}
.bl_termsSection ol {
  padding: 0;
  list-style: none;
}
.bl_termsSection ol li {
  position: relative;
  padding-left: 26px;
  counter-increment: numberlist;
}
.bl_termsSection ol li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "(" counter(numberlist) ")";
}
.bl_termsSection .bl_numberList02 {
  padding: 0;
  list-style: none;
}
.bl_termsSection .bl_numberList02 li {
  position: relative;
  padding-left: 20px;
  counter-increment: numberlist;
}
.bl_termsSection .bl_numberList02 li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: counter(numberlist) ".";
}
.bl_termsSection a {
  display: block;
}
.bl_termsSection a:hover {
  color: #e60012;
  text-decoration: underline;
  opacity: 1;
}

.bl_termsTxt {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}

.bl_termsSection_heading {
  font-size: 16px;
  font-size: 1rem;
}

.bl_link_pdf {
  display: inline-block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 20px 0px 0px;
  text-decoration: underline;
}
.bl_link_pdf::after {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 12px;
  height: 14px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3csvg%20width='12'%20height='14'%20viewBox='0%200%2012%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.38462%206.06667V5.6H0.923077V6.06667H1.38462ZM5.07692%206.06667V5.6H4.61538V6.06667H5.07692ZM5.07692%209.8H4.61538V10.2667H5.07692V9.8ZM11.5385%203.26667H12V3.07347L11.8652%202.93627L11.5385%203.26667ZM8.76923%200.466667L9.096%200.136267L8.96031%200H8.76923V0.466667ZM1.38462%206.53333H2.30769V5.6H1.38462V6.53333ZM1.84615%2010.2667V7.93333H0.923077V10.2667H1.84615ZM1.84615%207.93333V6.06667H0.923077V7.93333H1.84615ZM2.30769%207.46667H1.38462V8.4H2.30769V7.46667ZM2.76923%207C2.76923%207.12377%202.7206%207.24247%202.63405%207.32998C2.54749%207.4175%202.4301%207.46667%202.30769%207.46667V8.4C2.67492%208.4%203.0271%208.2525%203.28676%207.98995C3.54643%207.7274%203.69231%207.3713%203.69231%207H2.76923ZM2.30769%206.53333C2.4301%206.53333%202.54749%206.5825%202.63405%206.67002C2.7206%206.75753%202.76923%206.87623%202.76923%207H3.69231C3.69231%206.6287%203.54643%206.2726%203.28676%206.01005C3.0271%205.7475%202.67492%205.6%202.30769%205.6V6.53333ZM4.61538%206.06667V9.8H5.53846V6.06667H4.61538ZM5.07692%2010.2667H6V9.33333H5.07692V10.2667ZM7.38462%208.86667V7H6.46154V8.86667H7.38462ZM6%205.6H5.07692V6.53333H6V5.6ZM7.38462%207C7.38462%206.6287%207.23874%206.2726%206.97907%206.01005C6.71941%205.7475%206.36722%205.6%206%205.6V6.53333C6.12241%206.53333%206.2398%206.5825%206.32636%206.67002C6.41291%206.75753%206.46154%206.87623%206.46154%207H7.38462ZM6%2010.2667C6.36722%2010.2667%206.71941%2010.1192%206.97907%209.85662C7.23874%209.59407%207.38462%209.23797%207.38462%208.86667H6.46154C6.46154%208.99043%206.41291%209.10913%206.32636%209.19665C6.2398%209.28417%206.12241%209.33333%206%209.33333V10.2667ZM8.30769%205.6V10.2667H9.23077V5.6H8.30769ZM8.76923%206.53333H11.0769V5.6H8.76923V6.53333ZM8.76923%208.4H10.1538V7.46667H8.76923V8.4ZM0.923077%204.66667V1.4H0V4.66667H0.923077ZM11.0769%203.26667V4.66667H12V3.26667H11.0769ZM1.38462%200.933333H8.76923V0H1.38462V0.933333ZM8.44246%200.797067L11.2117%203.59707L11.8652%202.93627L9.096%200.136267L8.44246%200.797067ZM0.923077%201.4C0.923077%201.27623%200.971703%201.15753%201.05826%201.07002C1.14481%200.9825%201.26221%200.933333%201.38462%200.933333V0C1.01739%200%200.66521%200.1475%200.405544%200.410051C0.145879%200.672601%200%201.0287%200%201.4H0.923077ZM0%2011.2V12.6H0.923077V11.2H0ZM1.38462%2014H10.6154V13.0667H1.38462V14ZM12%2012.6V11.2H11.0769V12.6H12ZM10.6154%2014C10.9826%2014%2011.3348%2013.8525%2011.5945%2013.5899C11.8541%2013.3274%2012%2012.9713%2012%2012.6H11.0769C11.0769%2012.7238%2011.0283%2012.8425%2010.9417%2012.93C10.8552%2013.0175%2010.7378%2013.0667%2010.6154%2013.0667V14ZM0%2012.6C0%2012.9713%200.145879%2013.3274%200.405544%2013.5899C0.66521%2013.8525%201.01739%2014%201.38462%2014V13.0667C1.26221%2013.0667%201.14481%2013.0175%201.05826%2012.93C0.971703%2012.8425%200.923077%2012.7238%200.923077%2012.6H0Z'%20fill='%23273C4B'/%3e%3c/svg%3e");
  background-size: contain;
  content: "";
}

.bl_page404 {
  padding: 235px 0 122px;
  line-height: 2.2;
  text-align: center;
}
.bl_page404 img {
  max-width: 100%;
}

.bl_page404_txt01 {
  margin-top: 72px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
}

.bl_page404_txt02 {
  font-weight: 500;
}
.bl_page404_txt02 a {
  color: #e60012;
  text-decoration: underline;
}
.bl_page404_txt02 a:hover {
  color: #e60012;
  opacity: 1;
}

.bl_productHeader {
  display: flex;
  height: 700px;
  background-position: right 0;
  background-size: contain;
  background-size: auto 100%;
}
.bl_productHeader__product {
  background-image: url("/pharmatech/assets/images/product/header/product01_02_header_pc.jpg");
}
.bl_productHeader__product .bl_productHeader_body {
  background-image: url("/pharmatech/assets/images/product/header/product01_01_header.png");
}
.bl_productHeader__syringe {
  background-image: url("/pharmatech/assets/images/product/header/product02_02_header_pc.jpg");
}
.bl_productHeader__syringe .bl_productHeader_body {
  background-image: url("/pharmatech/assets/images/product/header/product02_01_header.jpg");
}
.bl_productHeader__vial {
  background-image: url("/pharmatech/assets/images/product/header/product03_02_header_pc.jpg");
}
.bl_productHeader__vial .bl_productHeader_body {
  background-image: url("/pharmatech/assets/images/product/header/product03_01_header.jpg");
}
.bl_productHeader__ampoule {
  background-image: url("/pharmatech/assets/images/product/header/product04_02_header_pc.jpg");
}
.bl_productHeader__ampoule .bl_productHeader_body {
  background-image: url("/pharmatech/assets/images/product/header/product04_01_header.jpg");
}
.bl_productHeader__tablets {
  background-image: url("/pharmatech/assets/images/product/header/product05_02_header_pc.jpg");
}
.bl_productHeader__tablets .bl_productHeader_body {
  background-image: url("/pharmatech/assets/images/product/header/product05_01_header.jpg");
}

.bl_productHeader_body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 800px);
  min-width: 600px;
  padding: 0px 0 0;
  border-radius: 0 0 100px 0;
  background-position: center center;
  background-size: cover;
  background-color: #273c4b;
  color: #fff;
}

.bl_productHeader_heading {
  margin-bottom: 20px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.4;
}

.bl_productHeader_txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

.bl_strongBlueBackSection {
  margin-bottom: 84px;
  padding-top: 155px;
  padding-bottom: 92px;
  background-color: #d3e9ed;
}

.bl_overview_front {
  flex: 1;
}

.bl_overview {
  display: flex;
  gap: 7%;
}

.bl_overview_heading {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}

.bl_overview_back {
  width: 42.8%;
  padding-top: 5px;
}
.bl_overview_back img {
  width: 100%;
  border-radius: 20px;
}

.bl_overview_txt01 {
  margin-bottom: 28px;
}

.bl_overview_listUnit {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.bl_overview_listUnit__eng {
  line-height: 1.4;
}
.bl_overview_listUnit dl {
  padding: 26px 15px 40px 40px;
  border-radius: 20px;
  background-color: #edf3f7;
}
.bl_overview_listUnit dl:first-child {
  width: 220px;
}
.bl_overview_listUnit dl:last-child {
  flex: 1;
}
.bl_overview_listUnit dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
.bl_overview_listUnit dd {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_overview_listUnit dd::after {
  display: block;
  position: absolute;
  top: 12px;
  left: 6px;
  aspect-ratio: 1;
  width: 4px;
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}

.dl_features {
  margin-top: 46px;
  margin-bottom: 100px;
}
.dl_features > div {
  counter-increment: features;
}
.dl_features > div:not(:last-child) {
  margin-bottom: 19px;
}
.dl_features.dl_features__lactams dt {
  width: 575px;
}
.dl_features.dl_features__eng02 dt {
  display: flex;
  align-items: center;
  width: 604px;
  min-height: 55px;
  padding: 4px 10px 4px 92px;
  line-height: 1.4;
}
.dl_features dt {
  position: relative;
  width: 485px;
  max-width: 100%;
  padding: 11.5px 10px 11.5px 92px;
  border-radius: 10px;
  background-color: #273c4b;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
.dl_features dt h3 {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
.dl_features dt::before {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  content: counter(features, decimal-leading-zero);
  color: #e60012;
  font-size: 20px;
  font-size: 1.25rem;
}
.dl_features dd {
  margin-top: -8px;
  padding: 17px 20px 20px 40px;
  border: 1px solid #273c4b;
  border-radius: 0 10px 10px 10px;
  background-color: #fff;
}
.dl_features__eng dt {
  width: 770px;
  max-width: 100%;
}

.bl_productList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  margin-top: 48px;
  gap: 50px 40px;
}

.bl_productItem {
  position: relative;
}
.bl_productItem .el_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
  margin-top: -108px;
  margin-bottom: 50px;
  padding: 13.5px 50px;
}
.bl_productItem:hover {
  opacity: 1;
}
.bl_productItem:hover .el_btn {
  background-color: #e60012;
  color: #fff;
  opacity: 1;
}
.bl_productItem:hover .el_btn.el_btn__arrow::after, .bl_productItem:hover .el_btn.el_btn__pdf::after, .bl_productItem:hover .el_btn.el_btn__outer_link::after {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(240deg) brightness(101%) contrast(101%);
}

.bl_productItem_heading {
  min-height: 98px;
  font-size: 26px;
  font-size: 1.625rem;
}

.bl_productItem_imgWrapper {
  height: 260px;
  margin-bottom: 17px;
  padding: 72px 10px 30px 40px;
  border-radius: 20px;
  background-size: cover;
  color: #fff;
}
.bl_productItem_imgWrapper__01 {
  background-image: url("/pharmatech/assets/images/product/product01.jpg");
}
.bl_productItem_imgWrapper__02 {
  background-image: url("/pharmatech/assets/images/product/product02.jpg");
}
.bl_productItem_imgWrapper__03 {
  background-image: url("/pharmatech/assets/images/product/product03.jpg");
}
.bl_productItem_imgWrapper__04 {
  background-image: url("/pharmatech/assets/images/product/product04.jpg");
}

.bl_stepUnit {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 52px;
  overflow: hidden;
  border-radius: 20px;
}

.bl_stepItem {
  display: flex;
  position: relative;
  line-height: 1.8;
  counter-increment: step;
}
.bl_stepItem:not(:last-child) {
  margin-bottom: 20px;
}
.bl_stepItem:not(:last-child)::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, 100%);
  border-width: 20px 15px 0px 15px;
  border-style: solid;
  border-color: #273c4b transparent transparent transparent;
  content: "";
}

.bl_stepItem_num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  background-color: #273c4b;
  color: #fff;
}
.bl_stepItem_num::after {
  display: block;
  content: "STEP" counter(step);
}

.bl_stepItem_body {
  flex: 1;
  padding: 20px 28px 25px 30px;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_stepItem_heading {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.bl_sideImage {
  display: flex;
  margin-top: 82px;
  margin-bottom: 100px;
  gap: 73px;
}
.bl_sideImage__02 {
  margin-bottom: 40px;
}

.bl_sideImageWrapper {
  padding: 60px 40px;
  border-radius: 20px;
  background-color: #edf3f7;
}
.bl_sideImageWrapper .bl_sideImage {
  margin-top: 0;
  margin-bottom: 0;
}
.bl_sideImageWrapper .bl_sideImage_imgWrapper {
  width: 46.2%;
}

.bl_sideImage_body {
  flex: 1;
}
.bl_sideImage_body sup {
  font-size: 10px;
  font-size: 0.625rem;
}
.bl_sideImage_body ul {
  margin-bottom: 32px;
  margin-left: 5px;
}
.bl_sideImage_body ul li {
  position: relative;
  padding-left: 20px;
}
.bl_sideImage_body ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.bl_sideImage_body .bl_sideImage_heading {
  margin-bottom: 20px;
}
.bl_sideImage_body small {
  display: block;
  padding-left: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.bl_sideImage_heading {
  margin-bottom: 35px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.8;
}

.bl_sideImage_txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.bl_sideImage_txt small {
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_sideImage_txt:not(:last-child) {
  margin-bottom: 32px;
}

.bl_sideImage_txt02 {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}

.bl_sideImage_imgWrapper {
  width: 42.8%;
  padding-top: 18px;
}
.bl_sideImage_imgWrapper img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.bl_commissionedUnit {
  display: flex;
  margin-bottom: 50px;
  gap: 35px;
}
.bl_commissionedUnit__eng .bl_commissionedItem_heading {
  line-height: 1.4;
}

.bl_commissionedItem {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 30px 40px;
  border-radius: 20px;
  background-color: #edf3f7;
}

.bl_commissionedItem_heading {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

.bl_commissionedItem_imgWrapper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}

.bl_commissionedList {
  margin-bottom: 22px;
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_commissionedList li {
  position: relative;
  padding-left: 10px;
}
.bl_commissionedList li::after {
  position: absolute;
  top: 0.08em;
  left: -2px;
  content: "・";
}

.bl_figure {
  margin: 60px 0 92px;
}
.bl_figure img {
  width: 100%;
}

.bl_supportMessage {
  margin-bottom: 105px;
  padding: 80px 0 90px;
  background-image: url("/pharmatech/assets/images/product/support_back_pc.jpg");
  background-position: center 0;
  background-size: cover;
  color: #fff;
}

.bl_supportMessage_txt01 {
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.bl_supportMessage_txt02 {
  font-size: 16px;
  font-size: 1rem;
}

.bl_supportMessage_heading {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
}

.bl_ContactBox_front__eng .bl_ContactBox_front_inner {
  justify-content: space-between;
  max-width: 100%;
}
.bl_ContactBox_front__eng .bl_ContactBox_heading {
  width: 48.3%;
}
.bl_ContactBox_front__eng .bl_ContactBox_txt {
  flex: 1;
}

.bl_ContactBox_front_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 38px;
  gap: 20px;
  line-height: 1.8;
  text-align: left;
}

.bl_ContactBox__product {
  padding-bottom: 65px;
}
.bl_ContactBox__product .bl_ContactBox_body {
  margin-top: 32px;
}

.bl_tableManufacturing {
  width: 100%;
  margin-top: 20px;
  line-height: 1.6;
  table-layout: fixed;
}
.bl_tableManufacturing thead tr {
  background-color: #273c4b;
  color: #fff;
}
.bl_tableManufacturing thead tr th {
  padding: 10px 10px;
  border-right: 1px solid #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.bl_tableManufacturing td {
  padding: 10.5px 20px;
  border-top: 1px solid #273c4b;
  border-bottom: 1px solid #273c4b;
  background-color: rgba(221, 229, 235, 0.2);
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_tableManufacturing td:first-child {
  text-align: center;
}
.bl_tableManufacturing td:not(:last-child) {
  border-right: 1px solid #273c4b;
}
.bl_tableManufacturing td:not(:last-child).bl_tableManufacturing_cell__lineDot {
  border-right: 1px dashed #273c4b;
}
.bl_tableManufacturing__type02 {
  margin-top: 112px;
}
.bl_tableManufacturing__eng li {
  position: relative;
  padding-left: 15px;
}
.bl_tableManufacturing__eng li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "・";
}

.bl_productImgList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 35px;
  gap: 40px;
  border-bottom: 1px solid #273c4b;
  background-color: rgba(221, 229, 235, 0.2);
}
.bl_productImgList img {
  display: block;
  border-radius: 20px;
}

.el_btn {
  display: inline-block;
  position: relative;
  padding: 13.5px 62px;
  border: 1px solid currentColor;
  border-radius: 30px;
  background-color: #fff;
  color: #e60012;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.64px;
  transition: all 0.8s ease;
}
.el_btn__arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%) rotate(-90deg);
  background-image: url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5%202.18557e-07C5.18941%202.26836e-07%205.37105%200.0752416%205.50498%200.209172C5.63892%200.343102%205.71416%200.524751%205.71416%200.714157V7.11338L8.77932%204.04679C8.91342%203.91269%209.0953%203.83735%209.28494%203.83735C9.47459%203.83735%209.65646%203.91269%209.79056%204.04679C9.92466%204.18089%2010%204.36277%2010%204.55241C10%204.74206%209.92466%204.92393%209.79056%205.05803L5.50562%209.34297C5.43928%209.40948%205.36048%209.46225%205.27371%209.49825C5.18695%209.53425%205.09394%209.55279%205%209.55279C4.90606%209.55279%204.81305%209.53425%204.72629%209.49825C4.63952%209.46225%204.56072%209.40948%204.49438%209.34297L0.209435%205.05803C0.0753355%204.92393%200%204.74206%200%204.55241C0%204.36277%200.0753355%204.18089%200.209435%204.04679C0.343534%203.91269%200.525413%203.83735%200.715058%203.83735C0.904704%203.83735%201.08658%203.91269%201.22068%204.04679L4.28584%207.11338V0.714157C4.28584%200.524751%204.36108%200.343102%204.49501%200.209172C4.62894%200.0752416%204.81059%202.10278e-07%205%202.18557e-07Z'%20fill='%23273C4B'/%3e%3c/svg%3e");
  background-size: contain;
  content: "";
  filter: invert(10%) sepia(96%) saturate(6925%) hue-rotate(352deg) brightness(88%) contrast(106%);
  transition: all 0.3s ease;
}
.el_btn__outer_link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3csvg%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.25%2015C0.916667%2015%200.625%2014.875%200.375%2014.625C0.125%2014.375%200%2014.0833%200%2013.75V1.25C0%200.916667%200.125%200.625%200.375%200.375C0.625%200.125%200.916667%200%201.25%200H7.0625V1.25H1.25V13.75H13.75V7.9375H15V13.75C15%2014.0833%2014.875%2014.375%2014.625%2014.625C14.375%2014.875%2014.0833%2015%2013.75%2015H1.25ZM5.45833%2010.4375L4.58333%209.54167L12.875%201.25H8.3125V0H15V6.6875H13.75V2.14583L5.45833%2010.4375Z'%20fill='%23E60214'/%3e%3c/svg%3e");
  background-size: contain;
  content: "";
  filter: invert(10%) sepia(96%) saturate(6925%) hue-rotate(352deg) brightness(88%) contrast(106%);
  transition: all 0.3s ease;
}
.el_btn__pdf::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 17px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%208.66667V8H1.33333V8.66667H2ZM7.33333%208.66667V8H6.66667V8.66667H7.33333ZM7.33333%2014H6.66667V14.6667H7.33333V14ZM16.6667%204.66667H17.3333V4.39067L17.1387%204.19467L16.6667%204.66667ZM12.6667%200.666667L13.1387%200.194667L12.9427%200H12.6667V0.666667ZM2%209.33333H3.33333V8H2V9.33333ZM2.66667%2014.6667V11.3333H1.33333V14.6667H2.66667ZM2.66667%2011.3333V8.66667H1.33333V11.3333H2.66667ZM3.33333%2010.6667H2V12H3.33333V10.6667ZM4%2010C4%2010.1768%203.92976%2010.3464%203.80474%2010.4714C3.67971%2010.5964%203.51014%2010.6667%203.33333%2010.6667V12C3.86377%2012%204.37247%2011.7893%204.74755%2011.4142C5.12262%2011.0391%205.33333%2010.5304%205.33333%2010H4ZM3.33333%209.33333C3.51014%209.33333%203.67971%209.40357%203.80474%209.5286C3.92976%209.65362%204%209.82319%204%2010H5.33333C5.33333%209.46957%205.12262%208.96086%204.74755%208.58579C4.37247%208.21071%203.86377%208%203.33333%208V9.33333ZM6.66667%208.66667V14H8V8.66667H6.66667ZM7.33333%2014.6667H8.66667V13.3333H7.33333V14.6667ZM10.6667%2012.6667V10H9.33333V12.6667H10.6667ZM8.66667%208H7.33333V9.33333H8.66667V8ZM10.6667%2010C10.6667%209.46957%2010.456%208.96086%2010.0809%208.58579C9.70581%208.21071%209.1971%208%208.66667%208V9.33333C8.84348%209.33333%209.01305%209.40357%209.13807%209.5286C9.26309%209.65362%209.33333%209.82319%209.33333%2010H10.6667ZM8.66667%2014.6667C9.1971%2014.6667%209.70581%2014.456%2010.0809%2014.0809C10.456%2013.7058%2010.6667%2013.1971%2010.6667%2012.6667H9.33333C9.33333%2012.8435%209.26309%2013.013%209.13807%2013.1381C9.01305%2013.2631%208.84348%2013.3333%208.66667%2013.3333V14.6667ZM12%208V14.6667H13.3333V8H12ZM12.6667%209.33333H16V8H12.6667V9.33333ZM12.6667%2012H14.6667V10.6667H12.6667V12ZM1.33333%206.66667V2H0V6.66667H1.33333ZM16%204.66667V6.66667H17.3333V4.66667H16ZM2%201.33333H12.6667V0H2V1.33333ZM12.1947%201.13867L16.1947%205.13867L17.1387%204.19467L13.1387%200.194667L12.1947%201.13867ZM1.33333%202C1.33333%201.82319%201.40357%201.65362%201.5286%201.5286C1.65362%201.40357%201.82319%201.33333%202%201.33333V0C1.46957%200%200.960859%200.210714%200.585786%200.585786C0.210714%200.960859%200%201.46957%200%202H1.33333ZM0%2016V18H1.33333V16H0ZM2%2020H15.3333V18.6667H2V20ZM17.3333%2018V16H16V18H17.3333ZM15.3333%2020C15.8638%2020%2016.3725%2019.7893%2016.7475%2019.4142C17.1226%2019.0391%2017.3333%2018.5304%2017.3333%2018H16C16%2018.1768%2015.9298%2018.3464%2015.8047%2018.4714C15.6797%2018.5964%2015.5101%2018.6667%2015.3333%2018.6667V20ZM0%2018C0%2018.5304%200.210714%2019.0391%200.585786%2019.4142C0.960859%2019.7893%201.46957%2020%202%2020V18.6667C1.82319%2018.6667%201.65362%2018.5964%201.5286%2018.4714C1.40357%2018.3464%201.33333%2018.1768%201.33333%2018H0Z'%20fill='%23E60214'/%3e%3c/svg%3e");
  background-size: contain;
  content: "";
  filter: invert(10%) sepia(96%) saturate(6925%) hue-rotate(352deg) brightness(88%) contrast(106%);
  transition: all 0.3s ease;
}
.el_btn:hover {
  background-color: #e60012;
  color: #fff;
  opacity: 1;
}
.el_btn:hover.el_btn__arrow::after, .el_btn:hover.el_btn__pdf::after, .el_btn:hover.el_btn__outer_link::after {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(240deg) brightness(101%) contrast(101%);
}

.el_enHeading {
  margin-bottom: 38px;
  font-weight: bold;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.8;
}
.el_enHeading::after {
  display: block;
  content: attr(data-en);
  color: #e60214;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}
.el_enHeading__eng {
  line-height: 1.2;
}
.el_enHeading__eng::after {
  margin-top: 16px;
}

.el_centerHeading {
  margin-bottom: 65px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.8;
  text-align: center;
}

.el_centerHeading02 {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.8;
  text-align: center;
}
.el_centerHeading02__bottom {
  margin-bottom: 48px;
}

.el_centerHeading03 {
  margin-bottom: 48px;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.8;
  text-align: center;
}

.el_centerHeading04 {
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2;
  text-align: center;
}

.el_circleBtn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 60px;
  border: solid 1px #fff;
  border-radius: 50%;
  background-color: #fff;
}
.el_circleBtn img {
  transform: rotate(-90deg);
  filter: invert(10%) sepia(96%) saturate(6925%) hue-rotate(352deg) brightness(88%) contrast(106%);
  transition: all 0.3s ease;
}
.el_circleBtn:hover {
  background-color: #e60012;
  opacity: 1;
}
.el_circleBtn:hover img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(240deg) brightness(101%) contrast(101%);
}

.el_circleHeading {
  position: relative;
  margin-bottom: 12px;
  padding-left: 17px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
.el_circleHeading::after {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  aspect-ratio: 1;
  width: 16px;
  border-radius: 50%;
  background-color: #273c4b;
  content: "";
}

.el_pageTop {
  position: absolute;
  top: -45px;
  right: 20px;
  width: 56px;
  height: 95px;
  border: 1px solid #e60012;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.el_pageTop::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(180deg);
  background-image: url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5%202.18557e-07C5.18941%202.26836e-07%205.37105%200.0752416%205.50498%200.209172C5.63892%200.343102%205.71416%200.524751%205.71416%200.714157V7.11338L8.77932%204.04679C8.91342%203.91269%209.0953%203.83735%209.28494%203.83735C9.47459%203.83735%209.65646%203.91269%209.79056%204.04679C9.92466%204.18089%2010%204.36277%2010%204.55241C10%204.74206%209.92466%204.92393%209.79056%205.05803L5.50562%209.34297C5.43928%209.40948%205.36048%209.46225%205.27371%209.49825C5.18695%209.53425%205.09394%209.55279%205%209.55279C4.90606%209.55279%204.81305%209.53425%204.72629%209.49825C4.63952%209.46225%204.56072%209.40948%204.49438%209.34297L0.209435%205.05803C0.0753355%204.92393%200%204.74206%200%204.55241C0%204.36277%200.0753355%204.18089%200.209435%204.04679C0.343534%203.91269%200.525413%203.83735%200.715058%203.83735C0.904704%203.83735%201.08658%203.91269%201.22068%204.04679L4.28584%207.11338V0.714157C4.28584%200.524751%204.36108%200.343102%204.49501%200.209172C4.62894%200.0752416%204.81059%202.10278e-07%205%202.18557e-07Z'%20fill='%23273C4B'/%3e%3c/svg%3e");
  background-size: contain;
  content: "";
  filter: invert(10%) sepia(96%) saturate(6925%) hue-rotate(352deg) brightness(88%) contrast(106%);
  transition: all 0.3s ease;
}
.el_pageTop:hover {
  background-color: #e60012;
  opacity: 1;
}
.el_pageTop:hover::after {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(240deg) brightness(101%) contrast(101%);
}
@media only screen and (min-width: 2000px){
  .bl_appealboxUnit {
    margin-top: 45vw;
  }
}
@media only screen and (max-width: 1920px){
  .bl_topFront {
    background-size: 1920px;
  }
}
@media only screen and (max-width: 1340px){
  .bl_logo img {
    width: 222px;
  }
}
@media only screen and (max-width: 1160px){
  .bl_memberUnit {
    grid-template-columns: auto;
    gap: 33px;
  }
}
@media only screen and (max-width: 1135px){
  .bl_historyLayout_inner {
    background-position: -140px 0;
  }
  .bl_historyLayout_body {
    padding-left: 120px;
  }
  .bl_history_item p {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1120px){
  .bl_separate img {
    border-radius: 0;
  }
}
@media only screen and (max-width: 1040px){
  .bl_otherPage_inner {
    justify-content: center;
    gap: 100px;
  }
}
@media only screen and (max-width: 1000px){
  .bl_interviewHeader_inner {
    height: 650px;
  }
  .bl_pageHeader_txt {
    min-height: 200px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .bl_pageHeader_txt strong {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 990px){
  .bl_overview_listUnit {
    flex-direction: column;
  }
  .bl_overview_listUnit dl {
    width: 100%;
  }
  .bl_overview_listUnit dl:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 900px){
  .bl_history_item:nth-child(12) {
    padding-right: 0;
  }
  .bl_history_item:nth-child(12)::after {
    display: none;
  }
  .bl_history_item:nth-child(12) .bl_history_item_imgWrapper {
    position: static;
    margin-top: 10px;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 768px){
  .h-hide-pc {
    display: block !important;
  }
  .h-hide-sp {
    display: none !important;
  }
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .l-header {
    padding: 10px 20px;
  }
  .bl_cookie {
    flex-direction: column;
    padding: 35px;
    gap: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bl_cookie .el_btn {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .bl_breadcrumbs {
    padding-right: 110px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .bl_breadcrumbs_list li:not(:last-child)::after {
    width: 6px;
  }
  .bl_headerRight {
    display: block;
    position: fixed;
    top: 100px;
    left: 50%;
    width: calc(100% - 40px);
    padding: 14px 30px 40px 30px;
    transform: translateX(-50%);
    border-radius: 16px;
    background-color: #273c4b;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .is-menu + .bl_headerRight {
    opacity: 1;
    pointer-events: auto;
  }
  .bl_globalNav_list {
    display: block;
  }
  .bl_globalNav_list .bl_globalNav_item > a,
  .bl_globalNav_list .bl_globalNav_item > button {
    display: block;
    position: relative;
    width: 100%;
    padding: 21.7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
  }
  .bl_globalNav_list .bl_globalNav_item > a::after,
  .bl_globalNav_list .bl_globalNav_item > button::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%) rotate(-90deg);
    background-size: contain;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(240deg) brightness(101%) contrast(101%);
  }
  .bl_globalNav_list:has(.is-open) .bl_globalNav_item {
    display: none;
  }
  .bl_globalNav_list:has(.is-open) .bl_globalNav_item:has(.is-open) {
    display: block;
  }
  .bl_globalNav_list:has(.is-open) .bl_globalNav_item:has(.is-open) button:not(.bl_globalNav_back) {
    display: none;
  }
  .bl_languageSelect {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_languageSelect span {
    display: none;
  }
  .bl_languageSelect a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 18px;
    line-height: 1;
  }
  .bl_languageSelect a.is-active {
    background-color: #fff;
    color: #273c4b;
  }
  .is-menuOpen {
    overflow: hidden;
  }
  .is-menuOpen .bl_whiteBack {
    opacity: 1;
    pointer-events: auto;
  }
  .bl_globalNav_itemSubmenu {
    display: none;
    position: static;
    padding: 20px 0 0;
    transform: translateY(0);
    opacity: 1;
  }
  .is-open + .bl_globalNav_itemSubmenu {
    display: block;
  }
  .bl_globalNav_itemSubmenu .bl_globalNav_back {
    display: block;
    position: absolute;
    top: 23px;
    left: 0px;
  }
  .bl_globalNav_itemSubmenu .bl_globalNav_back::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 20px;
    transform: rotate(90deg);
    background-image: url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5%202.18557e-07C5.18941%202.26836e-07%205.37105%200.0752416%205.50498%200.209172C5.63892%200.343102%205.71416%200.524751%205.71416%200.714157V7.11338L8.77932%204.04679C8.91342%203.91269%209.0953%203.83735%209.28494%203.83735C9.47459%203.83735%209.65646%203.91269%209.79056%204.04679C9.92466%204.18089%2010%204.36277%2010%204.55241C10%204.74206%209.92466%204.92393%209.79056%205.05803L5.50562%209.34297C5.43928%209.40948%205.36048%209.46225%205.27371%209.49825C5.18695%209.53425%205.09394%209.55279%205%209.55279C4.90606%209.55279%204.81305%209.53425%204.72629%209.49825C4.63952%209.46225%204.56072%209.40948%204.49438%209.34297L0.209435%205.05803C0.0753355%204.92393%200%204.74206%200%204.55241C0%204.36277%200.0753355%204.18089%200.209435%204.04679C0.343534%203.91269%200.525413%203.83735%200.715058%203.83735C0.904704%203.83735%201.08658%203.91269%201.22068%204.04679L4.28584%207.11338V0.714157C4.28584%200.524751%204.36108%200.343102%204.49501%200.209172C4.62894%200.0752416%204.81059%202.10278e-07%205%202.18557e-07Z'%20fill='%23273C4B'/%3e%3c/svg%3e");
    background-size: contain;
    content: "";
    vertical-align: middle;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(240deg) brightness(101%) contrast(101%);
  }
  .bl_globalNav_itemSubmenu_heading {
    margin-bottom: 0%;
    padding-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
    text-align: right;
  }
  .bl_globalNav_itemSubmenu_heading::after {
    display: none;
  }
  .bl_globalNav_itemSubmenu_list {
    display: block;
    min-height: 280px;
  }
  .bl_globalNav_itemSubmenu_list a {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: normal;
  }
  .bl_globalNav_itemSubmenu_list a::after {
    display: none;
  }
  .bl_globalNav_item {
    color: #fff;
  }
  .bl_globalNav_item a:hover,
  .bl_globalNav_item button:hover {
    opacity: 1;
  }
  .bl_globalNav_item:has(button):hover button:not(.bl_globalNav_back)::before {
    display: none;
  }
  .bl_globalNav_item .is-open + .bl_globalNav_itemSubmenu {
    padding-top: 50px;
  }
  .bl_subMenuClose {
    display: none;
  }
  .bl_menuSwitch {
    display: block;
    cursor: pointer;
  }
  .bl_topFront {
    padding-top: 227px;
    background-image: url("/pharmatech/assets/images/top/background_sp.jpg");
    background-size: 100% auto;
  }
  .bl_topFront__eng {
    padding-top: 200px;
  }
  .bl_topFront__eng .bl_topFront_txt01 {
    margin-bottom: 20px;
  }
  .bl_topFront__eng .bl_topFront_txt02 {
    margin-bottom: 15px;
  }
  .bl_badgeImg {
    margin-left: 0;
  }
  .bl_badgeImg__01 {
    top: 27.3px;
    left: 64vw;
  }
  .bl_badgeImg__01 img {
    width: 49.2vw;
  }
  .bl_badgeImg__02 {
    display: none;
  }
  .bl_badgeImg__03 {
    z-index: 1;
    top: 1010px;
    right: -30px;
    left: auto;
    margin-left: 0;
  }
  .bl_badgeImg__03 img {
    width: 320px;
  }
  .bl_badgeImg__04 {
    display: none;
  }
  .bl_badgeImg__05 {
    top: 971px;
    left: -8vw;
    margin-left: 0;
  }
  .bl_badgeImg__05 img {
    width: 179px;
  }
  .bl_badgeImg__06 {
    z-index: 1;
    top: 577px;
    left: 87vw;
    margin-left: 0;
  }
  .bl_badgeImg__06 img {
    width: 25.65vw;
  }
  .bl_topFront_txt01 {
    margin-bottom: 36px;
  }
  .bl_topFront_txt01 img {
    width: 267px;
  }
  .bl_topFront_txt02 {
    margin-bottom: 22px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
  }
  .bl_topFront_txt03 {
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_topFront_txt04 {
    margin-bottom: 70px;
    line-height: 2;
    letter-spacing: 0em;
  }
  .bl_ben img {
    width: 350px;
    max-width: 100%;
    margin: 52px auto 40px;
  }
  .bl_footerMenu {
    padding: 30px 20px 30px;
  }
  .bl_footerMenu_inner {
    display: block;
  }
  .bl_footerMenu_inner a:hover {
    color: inherit;
  }
  .bl_footerMenu_inner a::after {
    display: none;
  }
  .bl_footerMenu_item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  .bl_footerMenu_item dt:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #000;
  }
  .bl_footerContentWrapper {
    padding-top: 38px;
    padding-bottom: 32px;
  }
  .bl_footerContent {
    display: block;
  }
  .bl_footerBtn {
    width: 100%;
    margin-bottom: 12px;
    padding: 15px 20px;
  }
  .bl_footerContent_logo {
    width: 320px;
  }
  .bl_copy {
    margin-top: 38px;
    text-align: center;
  }
  .bl_appealboxUnit {
    margin-top: 375px;
    margin-right: -20px;
    margin-bottom: 82px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .bl_appealbox .el_btn.el_btn__eng {
    width: 100%;
    max-width: 380px;
    padding-right: 30px;
    padding-left: 21px;
    line-height: 1.2;
    white-space: wrap;
  }
  .bl_appealbox:nth-child(2) {
    padding-right: 0;
  }
  .bl_appealbox:nth-child(2) .bl_appealbox_imgWrapper {
    width: 85%;
    margin: 0 auto;
  }
  .bl_appealbox {
    display: block;
    padding-bottom: 92px;
  }
  .bl_appealbox .el_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-right: 48px;
    padding-left: 21px;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .bl_appealbox:not(:last-child) {
    margin-bottom: 40px;
  }
  .bl_appealbox_body {
    max-width: 100%;
  }
  .bl_appealbox_txt {
    margin-bottom: 30px;
  }
  .bl_appealbox_txt br {
    display: none;
  }
  .bl_sectionNews_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    background-color: #fff;
  }
  .bl_sectionNews_head::after {
    display: none;
  }
  .bl_sectionNews__eng {
    margin-bottom: 120px;
  }
  .bl_sectionNews {
    background-image: none;
    background-color: #e60012;
  }
  .bl_sectionNews_inner {
    flex-direction: column;
    margin-right: -20px;
    gap: 0px;
  }
  .bl_sectionNews_heading {
    margin-bottom: 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .bl_sectionNews_body {
    padding: 21px 20px 10px;
  }
  .bl_newsList_item {
    display: block;
    padding: 21px 40px 22px 0;
  }
  .bl_newsList_item_link {
    right: -40px;
    transform: translateY(0%);
  }
  .bl_newsList_date {
    display: block;
    margin-bottom: 12px;
  }
  .bl_newsList_body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .bl_newsList_body a {
    text-decoration: none;
  }
  .bl_sectionCareers {
    margin-bottom: 60px;
    padding: 60px 0px 210px;
    background-image: url("/pharmatech/assets/images/top/careers_back_sp.png");
    background-position: center bottom;
    background-size: 830px auto;
  }
  .bl_sectionCareers::after {
    top: -2054px;
    transform: translateX(-62%);
  }
  .bl_sectionCareers_item:not(:last-child) {
    margin-bottom: 45px;
  }
  .bl_sectionCareers_item:last-child .bl_sectionCareers_item_txtbox {
    padding: 0 0 45px;
    transform: translateX(0px) translateY(0px);
    background-color: transparent;
  }
  .bl_sectionCareers_item:last-child .bl_sectionCareers_item_txtbox .bl_sectionCareers_item_txt01 {
    margin-bottom: 50px;
  }
  .bl_sectionCareers_item_txt01 {
    margin-bottom: 0px;
  }
  .bl_sectionCareers_item_txt01 p {
    margin-bottom: 26px;
  }
  .bl_sectionCareers_item_txt01 br {
    display: none;
  }
  .bl_sectionCareers_item {
    display: block;
  }
  .bl_sectionCareers_item_imgWrapper {
    width: 280px;
    margin: 50px auto 0;
  }
  .bl_sectionCareers_item_txt02 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .bl_employeeUnit {
    margin-top: 37px;
    margin-right: -20px;
  }
  .bl_employeeItem::before {
    left: calc(50% + 8px);
    width: 180px;
  }
  .bl_employeeItem {
    width: 288px;
  }
  .bl_employeeItem:last-child {
    margin-right: 20px;
  }
  .bl_employeeItem.h-scrollAnim {
    transform: translateY(0);
  }
  .bl_employeeItem_imgWrapper {
    width: 180px;
    height: 180px;
    margin-bottom: -90px;
  }
  .bl_employeeItem_prof {
    width: 288px;
    height: 252px;
    padding: 115px 27px 40px;
  }
  .bl_employeeItem_name {
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_employeeItem_position {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .bl_barometerArrow {
    margin-top: 20px;
  }
  .bl_employeeUnit {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    gap: 27px;
  }
  .bl_sectionCrossTalkWrapper {
    margin-top: 76px;
    background-image: none;
  }
  .bl_sectionCrossTalkWrapper__recruit {
    margin-bottom: 55px;
  }
  .bl_sectionCrossTalk {
    width: 100vw;
    height: auto;
    padding-bottom: 175px;
    border-radius: 0px;
    background-image: url("/pharmatech/assets/images/top/crosstalk_back_sp.png");
    background-position: right bottom;
    background-size: 350px auto;
  }
  .bl_sectionCrossTalk_head {
    position: relative;
    width: 89.8%;
    min-width: 0px;
    height: 180px;
    padding-top: 18px;
    padding-left: 5%;
    border-radius: 0 40px 40px 0;
  }
  .bl_sectionCrossTalk_head .el_circleBtn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .bl_sectionCrossTalk_heading {
    font-size: 32px;
    font-size: 2rem;
  }
  .bl_sectionCrossTalk_txt {
    max-width: 190px;
    margin-bottom: 0;
  }
  .bl_corporateIntro {
    padding-bottom: 72px;
  }
  .bl_corporateIntro .el_btn {
    width: 200px;
  }
  .bl_pageHeader {
    margin-bottom: 45px;
    padding-top: 132px;
  }
  .bl_pageHeader__flex {
    margin-bottom: 65px;
    padding-top: 155px;
  }
  .bl_pageHeader_heading {
    margin-bottom: 13px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .bl_pageHeader_btn {
    display: block;
    padding: 1px 58px 10px 20px;
    border-radius: 10px;
    line-height: 1.5;
  }
  .bl_pageHeader_btn_txt01 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .bl_appealItem {
    flex-direction: column-reverse;
  }
  .bl_appealItem:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .bl_appealItem_txtbox {
    display: block;
    padding: 30px;
  }
  .bl_appealItem_imgWrapper {
    width: 100%;
  }
  .bl_appealItem_heading {
    margin-bottom: 11px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .bl_appealItem_heading br {
    display: none;
  }
  .bl_appealItem_txt01 br {
    display: none;
  }
  .bl_president {
    margin: 80px 0 28px;
  }
  .bl_messageBox {
    margin-bottom: 32px;
  }
  .bl_dotList {
    margin: 23px 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  .bl_dotList li {
    padding-left: 18px;
  }
  .bl_dotList li:not(:last-child) {
    margin-bottom: 14px;
  }
  .bl_aboutListSection {
    margin-top: 50px;
    margin-bottom: 90px;
  }
  .bl_aboutList {
    justify-content: center;
    gap: 28px 8.4%;
  }
  .bl_aboutList__02 .bl_aboutList_item {
    position: relative;
    padding-bottom: 30px;
  }
  .bl_aboutList__02 .bl_barometerArrow {
    position: absolute;
    bottom: 0px;
    left: 0%;
  }
  .bl_aboutList_item {
    width: 45.8%;
  }
  .bl_aboutList_item_imgWrapper {
    border-radius: 10px;
  }
  .bl_aboutList_item_heading {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_tableLayout {
    border-radius: 10px;
  }
  .bl_tableLayout > div {
    display: block;
  }
  .bl_tableLayout dt {
    width: 100%;
    padding: 6px 20px;
  }
  .bl_tableLayout dd {
    padding: 15.5px 20px;
  }
  .bl_tableLayout__eng {
    margin-bottom: 40px;
  }
  .bl_blueBackSection {
    margin: 60px 0 50px;
    padding: 46px 20px 56px;
  }
  .bl_blueBackSection .el_btn {
    width: 186px;
  }
  .bl_sectionHeader {
    margin-bottom: 30px;
  }
  .bl_pdfCapture {
    margin-bottom: 40px;
  }
  .bl_pdfCapture::after, .bl_pdfCapture::before {
    width: 150px;
  }
  .bl_pdfCapture::after {
    top: -46px;
    right: -43px;
  }
  .bl_pdfCapture::before {
    bottom: -47px;
    left: -46px;
  }
  .bl_baseSection {
    margin-bottom: 36px;
  }
  .bl_baseSection__benefit {
    margin-bottom: 80px;
    padding-top: 65px;
  }
  .bl_baseSection__product {
    margin-bottom: 50px;
    padding-top: 48px;
    padding-bottom: 50px;
  }
  .bl_baseSection__features {
    padding-top: 48px;
  }
  .bl_whiteBoxWrapper {
    margin-bottom: 36px;
  }
  .bl_accessBody {
    display: block;
  }
  .bl_accessBody_item {
    width: 100%;
  }
  .bl_accessBody_item iframe {
    height: 230px;
  }
  .bl_accessBody_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .bl_accessBody_item:not(:last-child) {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bl_accessBody_item_inner {
    width: 100%;
    margin-left: 0;
    padding-right: 0px;
    padding-left: 0px;
  }
  .bl_dlList01 > div {
    padding-left: 0px;
  }
  .bl_dlList01.bl_dlList01__eng dt {
    width: 120px;
  }
  .bl_accessBody_item_img {
    margin: 20px auto 0;
  }
  .bl_historyLayout {
    margin-bottom: 106px;
    background-image: none;
  }
  .bl_historyLayout_inner {
    background-image: none;
  }
  .bl_historyLayout_body {
    padding-left: 20px;
  }
  .bl_history_item_imgWrapper {
    position: static;
    width: 195px;
    margin-top: 15px;
    margin-left: auto;
    transform: translateY(0);
  }
  .bl_history_item_imgWrapper img {
    display: block;
    width: 100%;
  }
  .bl_historyUnit {
    position: relative;
    height: auto;
    margin-top: 18px;
    padding-left: 65px;
  }
  .bl_historyUnit::after {
    position: absolute;
    top: 0;
    left: 15px;
    width: 20px;
    height: 100%;
    background: linear-gradient(180deg, #dde5eb 52.88%, #273c4b 90.73%, rgba(39, 60, 75, 0) 100%);
    content: "";
  }
  .bl_history_item__innerImg {
    padding-right: 0;
  }
  .bl_history_item__innerImg::after {
    display: none;
  }
  .bl_history_item {
    display: block;
    position: relative;
    min-height: 0;
    margin-bottom: 38px;
    margin-left: 0 !important;
  }
  .bl_history_item_year {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0%;
    left: -65px;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    width: 50px;
    transform: translateY(-10px);
    border: 1px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    color: #273c4b;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bl_history_item_year__red {
    border-color: #fff;
    background-color: #e60214;
    color: #fff;
  }
  .bl_pageHeaderBackground {
    min-height: 695px;
    padding-bottom: 44px;
  }
  .bl_pageHeaderBackground .bl_pageHeader {
    margin-bottom: 40px;
    padding-top: 140px;
  }
  .bl_pageHeaderBackground__sustainability {
    background-image: url("/pharmatech/assets/images/corporate/sustainability/header_sp.jpg");
  }
  .bl_pageHeaderBackground__squalityControl {
    background-image: url("/pharmatech/assets/images/corporate/qualityassurance/header_sp.jpg");
  }
  .bl_siteHeaderTxtbox br {
    display: none;
  }
  .bl_siteHeaderTxtbox p {
    margin-bottom: 25px;
  }
  .bl_siteHeaderTxtbox p:last-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_sustainabilityInfo img {
    margin-top: 32px;
  }
  .bl_sustainabilityInfo {
    padding: 65px 20px 225px;
  }
  .bl_sustainabilityInfo_img {
    width: 330px;
  }
  .bl_pageNavi {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -155px;
    margin-bottom: 60px;
    gap: 10px;
  }
  .bl_pageNavi a {
    height: 100px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .bl_pageNavi a::after {
    bottom: 10px;
  }
  .bl_pageNavi__recruit {
    margin-top: 0;
    margin-bottom: -160px;
  }
  .bl_pageNavi__product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: -100px;
  }
  .bl_pageNavi__product a {
    width: 110px;
    height: 100%;
    min-height: 60px;
    padding-top: 5px;
    padding-bottom: 26px;
    border-radius: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .bl_pageNavi__product a::after {
    display: inline-block;
    bottom: 7px;
  }
  .bl_pageNavi__eng a {
    height: auto;
    min-height: 100px;
    padding-top: 15px;
  }
  .bl_sdgsHeader_thema_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .bl_sdgsHeader_thema_list img {
    width: 60px;
  }
  .bl_sdgsWrapper {
    margin-bottom: 100px;
  }
  .bl_sdgsHeader__01 {
    background-image: url("/pharmatech/assets/images/corporate/sustainability/header_back_sp01.png");
  }
  .bl_sdgsHeader__02 {
    background-image: url("/pharmatech/assets/images/corporate/sustainability/header_back_sp02.png");
  }
  .bl_sdgsHeader__03 {
    background-image: url("/pharmatech/assets/images/corporate/sustainability/header_back_sp03.png");
  }
  .bl_sdgsHeader__04 {
    background-image: url("/pharmatech/assets/images/corporate/sustainability/header_back_sp04.png");
  }
  .bl_sdgsHeader {
    display: block;
    min-height: 0;
    margin-bottom: 30px;
    padding: 27px 20px 20px 20px;
    border-radius: 10px;
  }
  .bl_sdgsHeader_heading {
    margin-bottom: 16px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .bl_sdgsHeader_thema_heading {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .bl_sdgsHeader_thema {
    padding: 12px 20px 20px;
    border-radius: 10px;
  }
  .bl_ellipseList {
    gap: 10px;
  }
  .bl_ellipseList li {
    padding: 6px 20px;
  }
  .bl_ellipseList:not(:first-child) {
    margin-top: 20px;
  }
  .bl_squalityControlInfo_heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .bl_squalityControlInfo_lead {
    margin-top: 15px;
    margin-bottom: 16px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .bl_guarantee {
    margin-top: 48px;
    margin-bottom: 44px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .bl_guaranteeImageWrapper {
    margin-top: 30px;
    margin-bottom: 35px;
    transform: scale(1.1);
  }
  .bl_guaranteeList {
    margin-bottom: 40px;
    gap: 10px 13px;
  }
  .bl_guaranteeList dt {
    width: 70px;
  }
  .bl_guaranteeList dd {
    flex: 1;
  }
  .bl_guaranteeList > div {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12.5px 20px;
    border-radius: 10px;
    text-align: left;
  }
  .bl_guaranteeList > div:nth-child(n+5) {
    width: 100%;
  }
  .bl_sectionDashedline {
    margin-bottom: 20px;
    padding: 12px 20px 30px 20px;
    border-radius: 10px;
  }
  .bl_sectionDashedline_heading {
    margin-bottom: 23px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
  jnn,
  .bl_sectionDashedline_cell {
    padding: 16px 0px 20px;
  }
  jnn,
  .bl_sectionDashedline_cell {
    flex-direction: column;
    gap: 20px;
  }
  .bl_sectionDashedline_imgWrapper img {
    width: 100%;
    margin-top: 0px;
    margin-right: 0;
    border-radius: 0px;
  }
  .bl_sectionDashedline02 {
    padding: 12px 20px 30px 20px;
    border-radius: 10px;
  }
  .bl_sectionDashedline02_inner {
    padding-right: 0;
    padding-bottom: 150px;
  }
  .bl_sectionDashedline02_inner img {
    top: auto;
    right: 50%;
    bottom: -70px;
    width: 260px;
    transform: translateX(50%);
  }
  .bl_sectionDashedline02_txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .bl_flagUnit {
    gap: 20px;
  }
  .bl_flagItem {
    display: block;
    width: 100%;
  }
  .bl_flagHeading {
    width: 100%;
    padding: 4px 10px;
  }
  .bl_flagBody {
    flex-wrap: wrap;
    padding-bottom: 18px;
    background-color: #edf3f7;
  }
  .bl_flagList {
    justify-content: center;
    margin-top: 9px;
    gap: 14px;
  }
  .bl_corporateFlagSection {
    margin: 100px 0 50px;
    padding: 46px 0 56px;
    background-color: #edf3f7;
  }
  .bl_small02 {
    padding-right: 0px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .bl_spTxtLeft {
    text-align: left;
  }
  .bl_systemImg {
    margin: 30px auto 108px;
  }
  .bl_translation {
    margin-top: 12px;
  }
  .bl_translation li::after {
    top: 16px;
  }
  .bl_centerHeading {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .bl_centerHeading::before {
    margin-bottom: 15px;
  }
  .bl_whiteBox_txt p:not(:last-child) {
    margin-bottom: 30px;
  }
  .bl_whiteBox {
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .bl_whiteBox__recruitTop {
    padding: 40px 20px 80vw;
    background-image: url("/pharmatech/assets/images/recruit/message_back_sp.jpg");
  }
  .bl_whiteBox__termsBody {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 26px 30px;
  }
  .bl_understandWrapper {
    padding-top: 230px;
  }
  .bl_card_understandUnit {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    gap: 10px 12px;
  }
  .bl_understandUnitSmall {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bl_card_understandItem {
    padding: 14px 11px 0;
    border-radius: 10px;
    filter: drop-shadow(0 0 2px rgba(143, 160, 174, 0.3));
  }
  .bl_card_understandItem:nth-child(1) img {
    width: 135px;
  }
  .bl_card_understandItem:nth-child(2) img {
    width: 72px;
  }
  .bl_card_understandItem:nth-child(3) img {
    width: 58px;
  }
  .bl_card_understandItem:nth-child(4) img {
    width: 52px;
  }
  .bl_card_understandItem:nth-child(5) img {
    width: 63px;
  }
  .bl_card_understandItem:nth-child(6) img {
    width: 95px;
  }
  .bl_card_understandItem:nth-child(7) img {
    width: 75px;
  }
  .bl_card_understandItem:nth-child(8) img {
    width: 114px;
  }
  .bl_card_understandItem:nth-child(9) img {
    width: 55px;
  }
  .bl_card_understandItem_number {
    margin-bottom: 14px;
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_card_understandItem_number strong {
    font-size: 37px;
    font-size: 2.3125rem;
  }
  .bl_fz20Heading {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .bl_fz20Heading span {
    font-size: 8px;
    font-size: 0.5rem;
  }
  .bl_card_understandItem_img {
    min-height: 105px;
  }
  .bl_card_understandItem_img img {
    max-width: 100%;
  }
  .bl_card_benefitUnit {
    margin-top: 40px;
    margin-bottom: 25px;
    gap: 10px;
  }
  .bl_card_benefitItem {
    width: 170px;
    min-height: 150px;
    padding: 12px 10px 10px;
    border-radius: 10px;
  }
  .bl_card_benefitItem_icon img {
    width: 53px;
    margin-bottom: 7px;
  }
  .bl_card_benefitItem_heading {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bl_card_benefitItem_txt {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .bl_card_benefitItem_txt span {
    font-size: 8px;
    font-size: 0.5rem;
    letter-spacing: -0.15em;
  }
  .bl_workSection {
    margin-bottom: 64px;
    padding-top: 45px;
    padding-bottom: 245px;
    background-image: url("/pharmatech/assets/images/recruit/works_background_sp.png");
    background-position: center bottom;
    background-size: 830px auto;
  }
  .bl_workSection p {
    margin-bottom: 55px;
  }
  .bl_workSection .bl_sectionCareers_item_txtbox {
    padding: 0 !important;
    transform: translate(0) !important;
  }
  .bl_qaSection {
    margin-bottom: 20px;
    border-radius: 10px 10px 0 0;
  }
  .bl_qaSection_heading {
    padding: 9px 20px;
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_qaList dt span {
    right: 20px;
  }
  .bl_qaList dt {
    padding: 15.5px 55px 15.5px 46px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bl_qaList dt h3 {
    font-size: inherit;
  }
  .bl_qaList dt::before {
    left: 20px;
  }
  .bl_qaList dd {
    padding: 17.5px 20px;
  }
  .bl_entryBox {
    height: 450px;
    margin-top: 80px;
    margin-bottom: 30px;
    padding: 4px 20px 20px;
    background-image: url("/pharmatech/assets/images/recruit/entry_back_sp.jpg");
  }
  .bl_entryBox_heading {
    margin-bottom: 105px;
    padding-left: 10px;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.5;
  }
  .bl_entryBtns {
    position: static;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .bl_entryBtns a,
  .bl_entryBtns > span {
    width: 100%;
    height: 70px;
    padding: 17px 45px 17px 20px;
    border-radius: 10px;
  }
  .bl_entryBtns a::after,
  .bl_entryBtns > span::after {
    right: 20px;
  }
  .bl_ContactBox {
    margin-bottom: 105px;
    padding: 24px 20px 34px;
  }
  .bl_ContactBox_heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .bl_email {
    margin: 17px 0 18px;
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_email img {
    width: auto;
    height: 18px;
  }
  .bl_email svg {
    width: 24px;
    margin-right: 10px;
  }
  .bl_ContactBox_body {
    margin-top: 22px;
    padding-top: 18px;
    line-height: 1.8;
  }
  .bl_departmentUnit {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .bl_departmentItem_heading {
    margin-bottom: 18px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .bl_departmentItem_body {
    padding: 20px;
  }
  .bl_appealboxUnit02 {
    max-width: 292px;
    margin: 80px 0 70px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 22px 60px 22px;
  }
  .bl_appealboxUnit02 .bl_appealbox_body {
    text-align: center;
  }
  .bl_appealboxUnit02 .bl_appealbox_txt {
    margin-bottom: 328px;
  }
  .bl_appealboxUnit02 .bl_appealbox_imgWrapper {
    top: auto;
    bottom: 90px;
    left: 50%;
    width: 350px;
    transform: translateX(-50%);
  }
  .bl_departmentUnit02 {
    margin-bottom: 78px;
  }
  .bl_departmentItem02:not(:last-child) {
    margin-bottom: 30px;
  }
  .bl_departmentItem02_body {
    display: block;
    border-radius: 0 0 10px 10px;
  }
  .bl_departmentItem02_heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .bl_departmentItem02_imgWrapper {
    width: 100%;
  }
  .bl_departmentItem02_txt {
    padding: 19px 20px;
  }
  .bl_interviewHeader_inner {
    display: block;
    height: auto;
  }
  .bl_interviewHeader {
    padding-top: 136px;
    background-image: url("/pharmatech/assets/images/recruit/interview/heading_sp.png");
  }
  .bl_interviewHeader_imgWrapper {
    width: 100%;
    margin-top: -50px;
  }
  .bl_interviewHeader_txtWrapper {
    margin-right: 0px;
    padding: 0 20px;
  }
  .bl_pageHeader_txt {
    min-height: 0px;
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .bl_pageHeader_prof_data dt {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .bl_interviewHeader_small {
    width: 100%;
    margin-top: 25px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .bl_interviewBody.bl_interviewBody__crosstalk {
    margin-top: 77px;
  }
  .bl_interviewBody {
    margin-top: 90px;
    margin-bottom: 72px;
  }
  .bl_interviewBody h3 {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin-top: 0;
    margin-bottom: 37px;
    margin-left: 30px;
    padding: 5px 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .bl_interviewBody h3::before {
    left: -30px;
    width: 75px;
  }
  .bl_interviewBody h3 span {
    padding: 3.5px 5.5px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .bl_interviewBody section:not(:first-child) {
    margin-top: 60px;
  }
  .bl_interviewBody .bl_interviewBody_box {
    flex-direction: column;
    gap: 30px;
  }
  .bl_interviewBody img {
    border-radius: 10px;
  }
  .bl_bl_interviewBottom_img {
    margin-right: -20px;
    margin-left: -20px;
  }
  .bl_bl_interviewBottom_img img {
    border-radius: 0px;
  }
  .bl_scheduleOneDay {
    margin: -60px auto 0;
    padding: 24px 20px 30px;
  }
  .bl_scheduleOneDay_heading {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .bl_scheduleOneDay_list > div:not(:last-child) {
    margin-bottom: 17.2px;
  }
  .bl_scheduleOneDay_list > div dt,
  .bl_scheduleOneDay_list > div dd {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .bl_scheduleOneDay_list > div dt {
    width: 58px;
  }
  .bl_scheduleOneDay_list > div dt::after {
    top: 8px;
  }
  .bl_scheduleOneDay_list > div dd {
    padding-left: 20px;
  }
  .bl_scheduleOneDay_list::after {
    left: 58px;
  }
  .bl_otherPage {
    margin-top: 62px;
    margin-bottom: 90px;
  }
  .bl_otherPage_inner {
    gap: 44px;
  }
  .bl_otherPage_heading {
    margin-bottom: 50px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .bl_otherPage_link__prev .bl_otherPage_link_body {
    margin-left: 50px;
    padding: 6px 0 17px 85px;
  }
  .bl_otherPage_link__prev::before {
    left: 5px;
  }
  .bl_otherPage_link__next::before {
    right: 5px;
  }
  .bl_otherPage_link__next .bl_otherPage_link_body {
    margin-right: 50px;
    padding: 6px 85px 17px 20px;
  }
  .bl_otherPage_link_personImg {
    width: 120px;
  }
  .bl_otherPage_link_body {
    border-radius: 10px;
  }
  .bl_otherPage_link_initial {
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_otherPage_link_addrss {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .bl_otherPage_link {
    width: 100%;
  }
  .bl_otherPage_link::before {
    width: 120px;
  }
  .bl_crosstalkHeader {
    height: auto;
    margin-bottom: 66px;
    padding-bottom: 78.2vw;
    background-image: url("/pharmatech/assets/images/recruit/crosstalk/header_sp.jpg");
    background-position: center bottom;
    background-size: 100% auto;
  }
  .bl_crosstalkHeader_body {
    display: block;
    width: 100%;
    min-width: 0px;
    height: 390px;
    padding-top: 124px;
    padding-left: 20px;
    border-radius: 0 0 50px 0;
  }
  .bl_crosstalkHeader_heading {
    margin-bottom: 16px;
    font-size: 36px;
    font-size: 2.25rem;
  }
  .bl_crosstalkHeader_txt {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .bl_memberUnit {
    margin-bottom: 55px;
  }
  .bl_memberItem {
    gap: 15px;
  }
  .bl_memberItem_imgWrapper {
    width: 100px;
  }
  .bl_memberItem_imgWrapper img {
    width: 100%;
  }
  .bl_memberItem_heading {
    margin-bottom: 2px;
  }
  .bl_memberItem_name {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .bl_memberItem_info {
    padding: 5px 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .bl_memberItem_address {
    margin-bottom: 4px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .bl_memberItem_txt {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8;
  }
  .bl_memberItem_txt br {
    display: none;
  }
  .bl_separate img {
    margin-bottom: 60px;
  }
  .speechItem:nth-child(2n) .speechItem_txt::after {
    right: -15px;
  }
  .speechItem {
    max-width: calc(100% - 80px);
    margin-left: auto;
  }
  .speechItem:nth-child(2n) {
    margin-right: 0px;
    margin-left: 0;
  }
  .speechItem:nth-child(2n) .speechItem_person {
    right: -80px;
  }
  .speechItem:not(:last-child) {
    margin-bottom: 20px;
  }
  .speechUnit {
    margin-top: 36px;
  }
  .speechItem_person {
    left: -80px;
    width: 60px;
  }
  .speechItem_txt {
    padding: 11px 20px 12px 20px;
  }
  .speechItem_txt::after {
    top: 10px;
    left: -15px;
  }
  .bl_newsBody {
    margin-bottom: 110px;
    padding-bottom: 20px;
  }
  .bl_newsSection {
    padding: 28px 20px 20px;
  }
  .bl_newsSection::after {
    width: 180px;
  }
  .bl_newsSection .bl_newsList_item {
    margin-bottom: 20px;
  }
  .bl_newsSection_heading {
    margin-bottom: 16px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .bl_ContactBoxUnit {
    gap: 20px;
  }
  .bl_ContactBoxUnit .bl_ContactBox_heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .bl_ContactBoxUnit .bl_ContactBox {
    width: 100%;
  }
  .bl_ContactBoxUnit .bl_ContactBox_tel {
    margin-top: 20px;
  }
  .bl_ContactBoxUnit .bl_email {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
    word-break: break-all;
  }
  .bl_dashedBox_heading {
    margin-bottom: 8px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .bl_dashedBox {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
  }
  .bl_pageHeaderWhite {
    height: 287px;
  }
  .bl_pageHeaderWhite .bl_pageHeader {
    margin-bottom: 40px;
  }
  .bl_termsBody {
    padding: 30px 20px 30px;
  }
  .bl_termsBody .bl_fz20Heading {
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_page404 {
    padding: 125px 0 62px;
  }
  .bl_page404_txt01 {
    margin-top: 40px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .bl_productHeader {
    height: auto;
    padding-bottom: 70.4vw;
    background-position: center bottom;
    background-size: 100% auto;
  }
  .bl_productHeader__product {
    background-image: url("/pharmatech/assets/images/product/header/product01_02_header_sp.jpg");
  }
  .bl_productHeader__syringe {
    background-image: url("/pharmatech/assets/images/product/header/product02_02_header_sp.jpg");
  }
  .bl_productHeader__vial {
    background-image: url("/pharmatech/assets/images/product/header/product03_02_header_pc.jpg");
  }
  .bl_productHeader__ampoule {
    background-image: url("/pharmatech/assets/images/product/header/product04_02_header_pc.jpg");
  }
  .bl_productHeader__tablets {
    background-image: url("/pharmatech/assets/images/product/header/product05_02_header_pc.jpg");
  }
  .bl_productHeader_body {
    display: block;
    width: 100%;
    min-width: 0px;
    min-height: 293px;
    padding-top: 140px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 0 0 50px 0;
  }
  .bl_productHeader_heading {
    margin-bottom: 4px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .bl_productHeader_txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bl_strongBlueBackSection {
    margin-bottom: 45px;
    padding-bottom: 64px;
  }
  .bl_overview {
    display: block;
  }
  .bl_overview_heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .bl_overview_back {
    aspect-ratio: 1/1;
    width: 100%;
    margin-top: 32px;
    overflow: hidden;
  }
  .bl_overview_back img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
       object-fit: cover;
    border-radius: 10px;
  }
  .bl_overview_txt01 {
    margin-bottom: 32px;
  }
  .bl_overview_listUnit dl {
    padding: 18px 30px 22px;
    border-radius: 10px;
  }
  .bl_overview_listUnit dt {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .dl_features.dl_features__eng02 dt {
    padding-left: 34px;
  }
  .dl_features dt {
    width: 95%;
    padding: 13.5px 10px 13.5px 34px;
    font-size: 16px;
    font-size: 1rem;
  }
  .dl_features dt h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .dl_features dt::before {
    left: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .dl_features {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .dl_features dd {
    margin-top: -6px;
    padding: 17px 20px 23px 20px;
  }
  .bl_productList {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 28px;
    gap: 32px;
  }
  .bl_productItem .el_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 12.5px 35px;
    border-radius: 40px;
    line-height: 1.6;
    text-align: center;
  }
  .bl_productItem_heading {
    min-height: 0px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .bl_productItem_imgWrapper {
    display: flex;
    align-items: center;
    height: 170px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
  }
  .bl_stepUnit {
    margin-top: 28px;
    border-radius: 10px;
  }
  .bl_stepItem_num {
    width: 60px;
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_stepItem_num::after {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
  .bl_stepItem_body {
    padding: 11px 18px 13px 20px;
  }
  .bl_stepItem_heading {
    margin-bottom: 13px;
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_sideImage {
    display: block;
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .bl_sideImage__02 {
    margin-top: 45px;
    margin-bottom: 40px;
  }
  .bl_sideImage__02 .bl_sideImage_heading {
    margin-bottom: 18px;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
  }
  .bl_sideImageWrapper .bl_sideImage_imgWrapper {
    width: 100%;
  }
  .bl_sideImageWrapper {
    padding: 30px 20px;
  }
  .bl_sideImage_body small {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .bl_sideImage_body ul {
    margin-left: 0;
  }
  .bl_sideImage_body small {
    padding-left: 0;
  }
  .bl_sideImage_heading {
    margin-bottom: 6px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .bl_sideImage_heading__02 {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
  }
  .bl_sideImage_txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bl_sideImage_txt small {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .bl_sideImage_txt02 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .bl_sideImage_imgWrapper {
    width: 100%;
    padding-top: 30px;
  }
  .bl_sideImage_imgWrapper img {
    border-radius: 10px;
  }
  .bl_commissionedUnit {
    flex-direction: column;
    gap: 20px;
  }
  .bl_commissionedItem {
    padding: 26px 23px 40px;
  }
  .bl_commissionedItem_heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .bl_commissionedItem_imgWrapper img {
    border-radius: 10px;
  }
  .bl_commissionedList {
    margin-bottom: 25px;
  }
  .bl_figure {
    margin-bottom: 52px;
  }
  .bl_supportMessage {
    margin-bottom: 60px;
    padding: 44px 0 54px;
    background-image: url("/pharmatech/assets/images/product/support_back_sp.jpg");
  }
  .bl_supportMessage_txt02 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bl_supportMessage_heading {
    margin-bottom: 12px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .bl_ContactBox_front__eng .bl_ContactBox_heading {
    width: 100%;
  }
  .bl_ContactBox_front_inner {
    display: block;
    padding-top: 10px;
  }
  .bl_ContactBox_front_inner .bl_ContactBox_heading {
    margin-bottom: 15px;
    text-align: center;
  }
  .bl_ContactBox_front_inner .bl_ContactBox_txt br {
    display: none;
  }
  .bl_ContactBox__product {
    padding-bottom: 24px;
  }
  .bl_ContactBox__product .bl_ContactBox_body {
    margin-top: 20px;
  }
  .bl_tableManufacturing thead tr th {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bl_tableManufacturing td {
    padding: 10px;
  }
  .bl_tableManufacturing td:first-child {
    text-align: center;
  }
  .bl_productImgList {
    gap: 20px;
  }
  .el_btn {
    padding: 13px 21px;
  }
  .el_btn__arrow {
    padding-right: 48px;
  }
  .el_btn__outer_link {
    padding-right: 48px;
  }
  .el_btn__pdf {
    padding-right: 48px;
  }
  .el_enHeading {
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 2rem;
  }
  .el_enHeading::after {
    font-size: 16px;
    font-size: 1rem;
  }
  .el_centerHeading {
    margin-bottom: 32px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .el_centerHeading02 {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .el_centerHeading02__bottom {
    margin-bottom: 30px;
  }
  .el_centerHeading03 {
    margin-bottom: 32px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .el_centerHeading04 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .el_circleHeading {
    font-size: 16px;
    font-size: 1rem;
  }
  .el_circleHeading::after {
    top: 10px;
    width: 14px;
  }
}
@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}