@charset "UTF-8";
/*******************************************/
/*** 研究開発・生産技術 ***/
/*******************************************/
/** 研究開発・生産技術 **/
.rd_pro_container {
  padding-top: 160px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .rd_pro_container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.rd_pro_flex {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .rd_pro_flex {
    display: block;
    margin-bottom: 60px;
  }
}
.rd_pro_flex02 {
  display: flex;
  border: 1px solid #B5B7BE;
  border-radius: 40px 40px 0;
  padding: 45px 60px 35px;
}
@media screen and (max-width: 767.9px) {
  .rd_pro_flex02 {
    display: block;
    padding: 40px 20px;
  }
}
.rd_pro_image {
  margin-right: 60px;
  max-width: 568px;
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .rd_pro_image {
    margin: 0 auto 40px;
    width: 100%;
  }
}
.rd_pro_image02 {
  margin-right: 60px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .rd_pro_image02 {
    text-align: center;
    margin: 0;
  }
}
.rd_pro_content {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .rd_pro_content {
    width: 100%;
  }
}
.rd_pro .rd_pro_content_h3 {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .rd_pro .rd_pro_content_h3 {
    margin-top: 30px;
  }
}
.rd_pro_content_anchor1 {
  position: relative;
  top: -120px;
}
@media screen and (max-width: 767.9px) {
  .rd_pro_content_anchor1 {
    top: -60px;
  }
}
.rd_pro_content_anchor2 {
  position: relative;
  top: -80px;
}
@media screen and (max-width: 767.9px) {
  .rd_pro_content_anchor2 {
    top: -40px;
  }
}
.rd_pro_content_link {
  display: flex;
  align-items: center;
}
.rd_pro_content_link > a:nth-child(n+2) {
  margin-left: 60px;
}
@media screen and (max-width: 767.9px) {
  .rd_pro_content_link > a:nth-child(n+2) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .rd_pro .rd_pro_content_list {
    margin: 20px 0;
  }
}
.rd_pro .rd_pro_content_item {
  margin-bottom: 10px;
}
.rd_pro .rd_pro_content_item:last-child {
  margin-bottom: 0;
}
.rd_pro .rd_pro_content_item::before {
  background-color: #434343;
  margin-right: 10px;
}
@media screen and (max-width: 767.9px) {
  .rd_pro .rd_pro_content02_h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .rd_pro .rd_pro_content02_text {
    margin-bottom: 15px;
  }
}

/** 採用情報 **/
.rd_recruit {
  background-color: #F2F3F5;
  padding: 80px 0;
}
@media screen and (max-width: 767.9px) {
  .rd_recruit {
    padding: 60px 0;
  }
}
.rd_recruit .rd_recruit_text {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .rd_recruit .rd_recruit_text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.rd_recruit .rd_recruit_button {
  margin: 0;
}

/*******************************************/
/*** 研究技術戦略 ***/
/*******************************************/
.strategy_above {
  padding: 37px 0 80px;
}
@media screen and (max-width: 767.9px) {
  .strategy_above {
    padding: 0 0 60px;
  }
}

@media screen and (min-width: 768px) {
  .strategy_vision {
    background: url(../image/rd_production/strategy_vision-bg.png) no-repeat center top 75px;
  }
}
@media screen and (max-width: 767.9px) {
  .strategy_vision {
    position: relative;
  }
  .strategy_vision::before, .strategy_vision::after {
    content: "";
    position: absolute;
    top: 50px;
    height: 285px;
    width: 90px;
  }
  .strategy_vision::before {
    left: -20px;
    background: url(../image/rd_production/strategy_vision-bg-left-sp.png) no-repeat center;
  }
  .strategy_vision::after {
    right: -25px;
    background: url(../image/rd_production/strategy_vision-bg-right-sp.png) no-repeat center;
  }
}
.strategy_vision_text-blue {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1868D3;
  margin-right: -1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .strategy_vision_text-blue {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.strategy_vision_text-blue-eng {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1868D3;
}
@media screen and (max-width: 767.9px) {
  .strategy_vision_text-blue-eng {
    font-size: 16px;
  }
}
.strategy_vision .strategy_vision_text {
  margin: 30px 0 20px;
}
@media screen and (max-width: 767.9px) {
  .strategy_vision .strategy_vision_text {
    font-size: 18px;
    margin: 20px 0 20px;
  }
}
.strategy_vision .strategy_vision_note {
  margin: 0;
}
.strategy_vision .strategy_vision_box {
  padding: 35px 10px;
  margin: 90px 0 0;
}
@media screen and (max-width: 767.9px) {
  .strategy_vision .strategy_vision_box {
    padding: 25px;
    margin-top: 65px;
  }
}
@media screen and (max-width: 767.9px) {
  .strategy_vision_box_heading {
    margin-bottom: 20px;
  }
}
.strategy_vision_box_heading .text-small {
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: 0;
}
@media screen and (max-width: 767.9px) {
  .strategy_vision_box_heading .text-small {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .strategy_vision_box_br {
    display: block;
  }
}
.strategy_vision_quote {
  display: flex;
  justify-content: center;
}
.strategy_vision_quote-left {
  display: flex;
  align-items: flex-start;
  margin-top: 4px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .strategy_vision_quote-left {
    margin-right: 5px;
  }
}
.strategy_vision_quote-right {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
  flex-shrink: 0;
}

.strategy_target,
.strategy_platform {
  padding-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .strategy_target,
  .strategy_platform {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .strategy_target .strategy_target, .strategy_target .strategy_platform_h2,
  .strategy_platform .strategy_target,
  .strategy_platform .strategy_platform_h2 {
    margin-bottom: 40px;
  }
}
.strategy_target_item,
.strategy_platform_item {
  position: relative;
  padding: 30px 0 30px 28px;
}
@media screen and (max-width: 767.9px) {
  .strategy_target_item,
  .strategy_platform_item {
    padding-left: 0;
  }
}
.strategy_target_item::before, .strategy_target_item::after,
.strategy_platform_item::before,
.strategy_platform_item::after {
  display: block;
  position: absolute;
  left: 0;
  background-image: radial-gradient(#1868D3 20%, transparent 20%);
  background-size: 10px 10px;
  width: 100%;
  height: 10px;
}
.strategy_target_item::before,
.strategy_platform_item::before {
  content: "";
  top: 0;
}
.strategy_target_item:last-child::after,
.strategy_platform_item:last-child::after {
  content: "";
  bottom: 0;
}
.strategy_target_above,
.strategy_platform_above {
  display: flex;
}
.strategy_target_point,
.strategy_platform_point {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71em;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1868D3;
  margin-right: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .strategy_target_point,
  .strategy_platform_point {
    margin-right: 20px;
  }
}
.strategy_target_number,
.strategy_platform_number {
  display: block;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 0;
}
.strategy_target_title,
.strategy_platform_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .strategy_target_title,
  .strategy_platform_title {
    font-size: 16px;
  }
}
.strategy_target_dl,
.strategy_platform_dl {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: 72px;
}
@media screen and (max-width: 767.9px) {
  .strategy_target_dl,
  .strategy_platform_dl {
    display: block;
    margin-left: 62px;
  }
}
.strategy_target_dl > div,
.strategy_platform_dl > div {
  flex-basis: calc((100% - 90px) / 3);
  max-width: 220px;
}
@media screen and (max-width: 767.9px) {
  .strategy_target_dl > div,
  .strategy_platform_dl > div {
    max-width: 100%;
  }
  .strategy_target_dl > div:nth-of-type(n+2),
  .strategy_platform_dl > div:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.strategy_target_dl > div > dt,
.strategy_platform_dl > div > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .strategy_target_dl > div > dt,
  .strategy_platform_dl > div > dt {
    justify-content: flex-start;
  }
}
.strategy_target_dl > div > dt > i,
.strategy_platform_dl > div > dt > i {
  margin-right: 15px;
}
.strategy_target_dl > div > dd,
.strategy_platform_dl > div > dd {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .strategy_target_dl > div > dd,
  .strategy_platform_dl > div > dd {
    font-size: 15px;
  }
}
.strategy_target_list2,
.strategy_platform_list2 {
  margin-top: 20px;
  margin-left: 70px;
}
@media screen and (max-width: 767.9px) {
  .strategy_target_list2,
  .strategy_platform_list2 {
    margin-top: 15px;
    margin-left: 60px;
  }
}
.strategy_target_item2,
.strategy_platform_item2 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #000;
}
@media screen and (max-width: 767.9px) {
  .strategy_target_item2,
  .strategy_platform_item2 {
    font-size: 15px;
  }
}
.strategy_target_item2:nth-child(n+2),
.strategy_platform_item2:nth-child(n+2) {
  margin-top: 10px;
}
.strategy_target_number2,
.strategy_platform_number2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50%;
  background-color: #1868D3;
  margin-right: 10px;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*******************************************/
/*** 研究技術戦略 ***/
/*******************************************/
.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 999;
}

.md-block {
  display: none;
  position: fixed;
  top: 80px;
  left: 50%;
  max-width: 1150px;
  width: 100%;
  height: auto;
  transform: translateX(-50%);
  margin-right: -50%;
  z-index: 1000;
}
@media screen and (max-width: 767.9px) {
  .md-block {
    top: 40px;
  }
}

.md-inner {
  position: relative;
  width: 95%;
  width: calc(100% - 100px);
  max-height: 85vh;
  max-height: calc(100vh - 160px);
  background-color: #fff;
  padding: 60px 100px;
  margin: 0 auto;
  overflow-y: scroll;
}
@media screen and (max-width: 1000px) {
  .md-inner {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .md-inner {
    width: calc(100% - 40px);
    max-height: calc(100vh - 80px);
    padding: 60px 20px;
  }
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767.9px) {
  .modal-close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  border-top: 3px solid #9FA2AC;
}
@media screen and (max-width: 767.9px) {
  .modal-close::before, .modal-close::after {
    width: 20px;
  }
}
.modal-close::before {
  transform: skewY(-45deg);
}
.modal-close::after {
  transform: skewY(45deg);
}

.md-xmark {
  position: fixed;
  top: 30px;
  right: 80px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .md-xmark {
    right: 50px;
  }
}

.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9FA2AC;
  border-radius: 4px;
}

.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}

.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

.core_above .core_above_text-blue {
  font-size: 20px;
  font-weight: 700;
}
.core_above_image {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767.9px) {
  .core_above_image {
    margin-top: 20px;
  }
}

.core_product {
  padding-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .core_product {
    padding-top: 60px;
  }
}
.core_product_flex {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #1868D3;
  border-radius: 40px 40px 0;
  padding: 30px 30px 30px 120px;
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .core_product_flex {
    justify-content: center;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .core_product_flex {
    flex-direction: column;
    border-color: #DCDEE2;
    border-radius: 30px 30px 0;
    padding: 40px 20px;
    margin-top: 20px;
  }
}
.core_product_flex::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1868D3;
  width: 100%;
  height: 52px;
  z-index: -1;
}
.core_product_content {
  margin-bottom: 20px;
  margin-right: 60px;
  flex-shrink: 0;
}
.core_product_content.eng {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .core_product_content.eng {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .core_product_content {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .core_product_content {
    margin-right: 0;
  }
}
.core_product .core_product_content_text-lg {
  font-size: 20px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767.9px) {
  .core_product .core_product_content_text-lg {
    text-align: center;
  }
}
.core_product .core_product_content_text {
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  .core_product .core_product_content_text {
    text-align: center;
  }
}
.core_product .core_product_content_button {
  margin: 30px 0 0;
}
.core_product .core_product_content_button > a::after {
  background-image: url(../image/rd_production/core/core_pdf-icon.svg);
  width: 31px;
  height: 19px;
}
@media screen and (max-width: 767.9px) {
  .core_product .core_product_content_button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
.core_product_image {
  max-width: 372px;
}

.core_technology {
  padding-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .core_technology {
    padding-top: 60px;
  }
}
.core_technology .core_technology_anchor::before {
  height: calc(100% - 2px);
}
@media screen and (min-width: 768px) {
  .core_technology .core_technology_anchor.eng > li {
    width: 33%;
  }
}
.core_technology_block {
  border-radius: 50px 50px 0;
  background-color: rgba(232, 242, 253, 0.25);
  padding: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1250px) {
  .core_technology_block {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .core_technology_block {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 370px) {
  .core_technology_block {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 1250px) {
  .core_technology_block.eng {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .core_technology_block.eng {
    padding: 30px 10px;
  }
}
.core_technology_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .core_technology_list {
    justify-content: flex-start;
    max-width: 487px;
    margin: 0 auto;
  }
}
.core_technology_item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .core_technology_item {
    max-width: 240px;
    width: 33%;
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
  .core_technology_item:nth-child(n+4) {
    margin-top: 20px;
  }
  .core_technology_item:nth-child(3n), .core_technology_item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .core_technology_item {
    max-width: 240px;
    width: calc((100% - 7px) / 2);
    margin-right: 7px;
  }
  .core_technology_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .core_technology_item:nth-child(2n), .core_technology_item:last-child {
    margin-right: 0;
  }
}
.core_technology_item_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67em;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 0 70px 0 35px;
  clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.core_container_eng .core_technology_item_link {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 60px 0 40px;
}
@media screen and (max-width: 1200px) {
  .core_container_eng .core_technology_item_link {
    font-size: 12px;
    padding: 0 40px 0 30px;
  }
}
@media screen and (max-width: 980px) {
  .core_container_eng .core_technology_item_link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .core_container_eng .core_technology_item_link {
    font-size: 14px;
    padding: 0 30px 0 25px;
  }
}
@media screen and (max-width: 480px) {
  .core_container_eng .core_technology_item_link {
    font-size: 11px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
  .core_technology_item_link {
    font-size: clamp(10px, 1.5vw, 18px);
    padding: 0 40px 0 25px;
  }
}
@media screen and (max-width: 980px) {
  .core_technology_item_link {
    font-size: clamp(13px, 1.8vw, 18px);
  }
}
@media screen and (max-width: 767.9px) {
  .core_technology_item_link {
    font-size: clamp(13px, 3.3vw, 18px);
    padding: 0 30px 0 25px;
  }
}
@media screen and (max-width: 370px) {
  .core_technology_item_link {
    font-size: 11px;
    padding: 0 30px 0 20px;
  }
}
.core_technology_item_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  background: url(../image/rd_production/core/core_technology-plus.svg) no-repeat center;
  width: 23px;
  height: 23px;
  transition: background-image 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .core_technology_item_link::after {
    right: 15px;
  }
}
@media screen and (max-width: 980px) {
  .core_technology_item_link::after {
    right: 25px;
  }
}
@media screen and (max-width: 767.9px) {
  .core_technology_item_link::after {
    right: 13px;
    background-size: 15px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1100px) {
  .core_container_eng .core_technology_item_link::after {
    right: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .core_container_eng .core_technology_item_link::after {
    right: 10px;
  }
}

.core_technology_item_link:hover::after {
  background-image: url(../image/rd_production/core/core_technology-plus-hover.svg);
}
.core_technology_item_link.not-link::after {
  content: none;
}
.core_technology_item_link.out-link::after {
  background-image: url(../image/rd_production/core/core_technology-outlink.svg);
  width: 19px;
  height: 19px;
}
@media screen and (max-width: 767.9px) {
  .core_technology_item_link.out-link::after {
    background-size: 13px;
    width: 14px;
    height: 14px;
  }
}
.core_technology_item_link.out-link:hover::after {
  background-image: url(../image/rd_production/core/core_technology-outlink-hover.svg);
}

/*** モーダル 調整css ***/
/*** 薬効を高める分子設計 ***/
.molecule_block .molecule_block_image-box {
  margin: 40px auto 0;
}
.molecule_block .molecule_block_image-item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767.9px) {
  .molecule_block .molecule_block_image-item {
    text-align: center;
    width: 100%;
  }
}

/*** 危険性ガスの実施例 ***/
.example_block .example_block_h3 {
  margin: 60px 0 30px;
}
.example_block .example_block_text {
  margin: 20px 0;
}
.example_block_flex {
  display: flex;
  flex-direction: column;
}/*# sourceMappingURL=rd_production.css.map */