@charset "UTF-8";
/*///// 共通　/////*/
body {

}
.l-content-area__inner {
  padding-top: 80px;
}
.m-button._conversion {
  background-color: #b6007c;
  line-height: 1.5;
  padding: 16px 56px 16px 34px;
  font-size: 1.2rem;
  border-radius: 30px;
}
.m-button._conversion:not(.is-disabled):not(:disabled):hover, .m-button._conversion:not(.is-disabled):not(:disabled):focus {
  background-color: #ff3366;
}
/* navi-area */
._top .b_page-title .navi-area {
    position: absolute;
  z-index: 5;
  bottom: 20px;
}
@media print, screen and (min-width: 1000px) {
  ._top .b_page-title .navi-area {
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 36em) {
   .m-media__caption p{
        text-align: left;
    }
}
/* 製品メニューがヘッダで止まるように */
._top .b_page-title .navi-area.fixed, .navi-area.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  height: 60px;
}
.navi-area__inner {
  max-width: 1260px;
  padding: 0 20px;
  margin: auto;
}
.navi-area.fixed .navi-area__inner {
  max-width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #dcdfe6;
}
.navi-area .m_links._box {
  display: inline-block;
  background-color: #fff;
  margin: 0;
  padding: 10px;
  line-height: 1;
}
.navi-area .m_links._box > li {
  vertical-align: middle;
  font-size: 1.1rem;
}
.navi-area .m_links._box > li a {
  padding: .75em 1.5em;
  color: #002850;
  background: none;
  font-weight: bold;
}
@media print, screen and (max-width: 32em) {
  .navi-area .m_links._box > li {
    font-size: 1rem;
  }
  .navi-area .m_links._box > li a {
    padding: .5em 1em;
  }
  .navi-area .m_links._box {
    padding: 5px;
  }
}
.navi-area__title {
  padding-top: 32px;
  text-align: left;
  margin-bottom: 16px;
}
.navi-area.fixed .navi-area__title, ._top .navi-area__title {
  display: none;
}
.m_links._box > li a.m-button._conversion {
  color: #fff;
  font-size: 1.1rem;
  background-color: #b6007c;
  line-height: 1;
  padding: 13px 24px 15px;
}
/* タイトル */
.m-heading-type__attach {
  margin-bottom: 8px;
  font-size: 0.875rem;
  display: block;
}
.m-heading-type__attach span {
  background-color: #06C;
  border-radius: 30px;
  padding: 5px 20px;
  color: #fff;
}
/* */
.m-box-type_line {
  background-color: rgb(255 255 255 / 0.1);
  padding: 40px 40px 30px;
  border: solid 1px rgb(255 255 255 / 0.3);
}
.m-box-type_line .m-heading-type2 {
  margin-top: 0;
}
@media print, screen and (max-width: 32em) {
.m-box-type_line {
  padding: 30px 30px 20px;
}
}
/* 順番を入れ替える */
@media print, screen and (max-width:760px) {
._reverse .m-layout__inner{
  display: flex;
  flex-direction: column-reverse; 
}
}

.m_links._box > li a.m-button::before, .m_links._box > li a.m-button::after {
  display: none;
}
.m-media__caption b {
  font-size: 1rem;
}
/*///// intro /////*/
._top .b_page-title {
  position: relative;
  background: url("../images/intro_bg.jpg") right;
  overflow: clip;
  background-size: cover;
}
._top .b_page-title h1 {
  position: relative;
}
._top .b_page-title h1:after {
  position: absolute;
  z-index: 1;
  content: url(../images/intro_img.png);
  transform: scale(0.6);
  right: 50%;
  left: -50%;
  top: 30px;
}
@media print, screen and (min-width: 700px) {
  ._top .b_page-title h1 {
      height: 680px;
  }
  ._top .b_page-title h1:after { /*画像を絶対配置*/
    top: 100px;
  transform: scale(0.8);
	    right: 80%;
  left: -20%;
  }
}
@media print, screen and (min-width: 1000px) {
  ._top .b_page-title h1:after { /*画像を絶対配置*/
    left: -200px;
    top: 0;
    transform: scale(0.9);
  }
}
._top .b_page-title h1 .title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 230px;
}
._top .b_page-title h1 .subheading {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variant-east-asian: proportional-width;
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
}

._top .b_page-title h1 .subheading span{
letter-spacing: -0.5em; 
}
._top .b_page-title h1 ._news {
  font-size: .8rem;
}
._top .b_page-title h1 p { /*黒い台 */
  padding: 8px 16px 12px;
  font-size: 1.1rem;
  margin-top: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
}
@media print, screen and (max-width: 36em) {
._top .b_page-title h1 p {
    white-space: pre-wrap;
	}
}
._top .b_page-title h1 ._news { /*ラボ英名*/
  font-size: .8rem;
  color: #fff;
  margin-top: 5px;
}

@media print, screen and (min-width: 1000px) {
  ._top .b_page-title h1 .title {
    z-index: 3;
    position: absolute;
    margin-top: 0;
    left: auto;
    right: 0;
    top: 40%;
    transform: translateY(-40%);
    max-width: 100%;
  }
  ._top .b_page-title h1 .subheading {
    font-weight: 600;
    font-size: 3.5rem;
    display: block;
    /* text-align: left;*/
  }
  ._top .b_page-title h1 p {
    margin-top: 20px;
    margin-right: 20px;
    padding: 8px 16px 12px;
    font-size: 1.3rem;
  }
  ._top .b_page-title h1 ._news {
    font-size: 1rem;
  }
}
._top .m-heading-type2__heading {
  font-size: 2.5rem;
}
@media print, screen and (max-width: 760px) {
._top .m-heading-type2__heading {
  font-size: 1.8rem;
}
.u-fontSize-large {
  font-size: 1.1rem !important;
}
}


/*///// 課題 /////*/
#subject.l-content-area {
  background: url("../images/subject_bg.jpg") no-repeat right top #0a0305;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 62em) {
#subject.l-content-area {
  background-size: contain;
}
}
#subject, #subject .m-heading-type2__heading, #subject .m-text-lead__text, #subject .m-heading-type9__heading, #subject .m-heading-type6__heading {
  color: #fff;
}
#subject .m-list-bullet__item::before {
  background-color: #666;
}
@media print, screen and (max-width: 516px) {
#subject .m-heading-type2 {
    margin-bottom: 160px;
}
}
/*///// 価値 /////*/
#value.l-content-area {
  background: url("../images/value_bg.jpg") no-repeat center bottom #000;
  background-size: cover;
}
@media print, screen and (max-width: 760px) {
#value.l-content-area {
    background: url("../images/value_bg_sp.jpg") no-repeat center top #000;
    background-size: cover;
  }
}
#value, #value .m-heading-type2__heading, #value .m-text-lead__text, #value .m-heading-type9__heading {
  color: #fff;
}
#value .m-layout__content {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
@media print, screen and (max-width: 760px) {
#value .m-layout__content .m-heading-type9__heading {
font-size: 1.3rem;
  }
}
/* 日亜化学工業との共同運営について*/
._joint-red {
background-color: #000;
}
._joint-blue {
  background: #000 url("../images/what-blue_bg.jpg") no-repeat top;
}
@media print, screen and (max-width: 62em) {
._joint-blue {
background-position: bottom;
	background-size: 200%;
}
}
._joint-red .l-content-area__inner {
  padding-bottom: 0;
}
._joint-blue .l-content-area__inner {
  padding-top: 0;
}
._joint-red .m-text, ._joint-red .m-text-lead__text, ._joint-red .m-heading-type9__heading, ._joint-blue .m-text, ._joint-blue .m-text-lead__text, ._joint-blue .m-heading-type9__heading {
  color: #fff;
}
._joint-red .m-text-lead__text, ._joint-blue .m-text-lead__text {
  font-size: 1.2rem;
}
._joint-red .m-box-type_line {
  border-bottom: none;
}
._joint-blue .m-box-type_line {
  border-top: none;
}
._joint-red .l-content-area__inner, ._joint-blue .l-content-area__inner {
  padding-top: 0;
}
/*///// 設備 /////*/
#equipment .l-content-area__inner {
  padding-top: 100px;
}
