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

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

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

*{
  margin: 0;
  padding: 0;
}

hr{
  overflow: visible;
  height: 0;
}

details,
main{
  display: block;
}

summary{
  display: list-item;
}

small{
  font-size: 80%;
}

[hidden]{
  display: none;
}

abbr[title]{
  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;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub{
  bottom: -.25em;
}

sup{
  top: -.5em;
}

input{
  border-radius: 0;
}

[disabled]{
  cursor: default;
}

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

[type=search]{
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

[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{
  -webkit-appearance: none;
     -moz-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{
  color: inherit;
  font: inherit;

  -webkit-appearance: button;
}

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-sp{
  display: none !important;
}
.h-bgcw{
  background-color: #fff;
}

.h-ml-0{
  margin-left: 0 !important;
}

.h-mr-0{
  margin-right: 0 !important;
}

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

.cf:after{
  clear: both;
}

.cf{
  *zoom: 1;
}

html{
  color: #000;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
}

body{
  word-wrap: break-word;
}

a{
  color: inherit;
  transition: all .3s;
}
a:hover{
  opacity: .6;

  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

:-ms-input-placeholder{
  color: #adbbcb;
}

::placeholder{
  color: #adbbcb;
}

: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: pointer;
  pointer-events: auto;
}

.ly_mainHeader{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: 10px 16px;
  background-color: #fff;

  align-items: center;
  justify-content: space-between;
}

.ly_mainFooter{
  background-color: #f1f2f3;
}

.bl_max{
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1128px;
}

.bl_sidePd{
  padding: 0 24px;
}

.bl_logo{
  display: block;
  width: 123px;
}
.bl_headerLogoWrapper span{
  display: block;
  margin-top: 3px;
  color: #e60012;
  font-size: 10px;
  font-size: .7142857143rem;
  line-height: 1;
  -ms-transform: scale(.8);
      transform: scale(.8);
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}

.bl_menuSwitch{
  position: relative;
  width: 17px;
  height: 15px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}
.bl_menuSwitch::before,
.bl_menuSwitch::after,
.bl_menuSwitch span{
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #666;
  content: '';
  transition: all .3s;
}
.bl_menuSwitch span{
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.bl_menuSwitch::before{
  top: 0;
}
.bl_menuSwitch::after{
  bottom: 0;
}

.bl_headerList{
  display: -ms-flexbox;
  display: flex;
}

.bl_headerList_itemBox{
  width: 140px;
  height: 100px;
}
.bl_headerList_itemBox__blue{
  background-color: #2863aa;
}
.bl_headerList_itemBox__green{
  background-color: #3998b8;
}

.bl_headerListWrapper{
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 62, 104, .5);
  transition: all .3s;
}

.is-modal .bl_headerListWrapper{
  right: 0;
}

.bl_menuClose{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.bl_menuClose::before,
.bl_menuClose::after{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #2760a8;
  content: '';
}
.bl_menuClose::before{
  -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
}
.bl_menuClose::after{
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}

.bl_headerListWrapper__inner{
  overflow: auto;
  margin-left: auto;
  padding-top: 65px;
  width: 300px;
  height: 100%;
  background-color: #fff;
}
.bl_headerList02{
  margin: 0 20px 25px;
}

.bl_headerList02_itemBox{
  margin-bottom: 16px;
}
.bl_headerList02_itemBox a{
  position: relative;
  display: block;
  padding: 9px 0;
  border-radius: 24px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
}
.bl_headerList02_itemBox a span{
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}
.bl_headerList02_itemBox a span::before{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 5px;
  border-style: solid;
  content: '';
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.bl_headerList02_itemBox__blue a{
  background-color: #2760a9;
}
.bl_headerList02_itemBox__blue a span::before{
  border-color: transparent transparent transparent #2760a9;
}
.bl_headerList02_itemBox__green a{
  background-color: #3998b8;
}
.bl_headerList02_itemBox__green a span::before{
  border-color: transparent transparent transparent #3998b8;
}

.bl_headerListItem{
  position: relative;
  display: block;
  padding: 9px 24px;
  border-top: 1px solid #ccc;
  color: #2760a8;
}

.bl_headerListMark{
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 100%;
  background-color: #2760a8;
}
.bl_headerListMark::before,
.bl_headerListMark::after{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 1px;
  background-color: #fff;
  content: '';
  transition: all .3s;
}
.bl_headerListMark::before{
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.bl_headerListMark::after{
  -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg);
}

.bl_headerSubList{
  display: none;
  background-color: #dde6f2;
}

.is-open .bl_headerListMark::after{
  -ms-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
}
.is-open+ .bl_headerSubList{
  display: block;
}

.bl_kv{
  position: relative;
}
.bl_kv__example{
  margin-top: 20px;
}

.bl_kv_inner{
  position: absolute;
  top: 43%;
  left: 10%;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}

.bl_kv_img{
  display: block;
  width: 100%;
}

.bl_kv_heading{
  font-size: 6.5vw;
}

.bl_kv_subHeading{
  font-weight: bold;
  font-size: 3vw;
  font-family: 'Montserrat', sans-serif;
}

.bl_kv_txt{
  display: none;
}

.bl_sectionAbout{
  padding-bottom: 46px;
}

.bl_sectionAboutBody{
  margin: 0 auto 32px;
  padding: 112px 24px 60px;
  max-width: 430px;
  background-image: url(/business/biorem/_files/images/top/abut_sp01.png), url(/business/biorem/_files/images/top/abut_sp02.png);
  background-position: center 56px, center bottom;
  background-size: 290px 24px, 285px 24px;
  color: #2760a9;
}

.bl_sectionHeader{
  margin-bottom: 30px;
  text-align: center;
}

.bl_sectionAbout_txt01{
  margin: 0 36px 20px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.bl_sectionLayout{
  padding-top: 50px;
  padding-bottom: 50px;
}
.bl_sectionLayout__blue{
  background-color: #f4f7fa;
}
.bl_sectionLayout__study{
  overflow: hidden;
}

.bl_sectionLayout02{
  margin-bottom: 50px;
}

.bl_productList{
  margin-top: 60px;
}

.bl_productList_item{
  margin-bottom: 88px;
  padding: 0 24px 24px;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, .12);
}
.bl_productList_item:last-child{
  margin-bottom: 0;
}

.bl_productList_item_imgWrapper{
  display: block;
  -ms-transform: translateY(-32px);
      transform: translateY(-32px);
}
.bl_productList_item_imgWrapper img{
  width: 100%;
}

.bl_productList_item_ttl{
  margin-top: -35px;
  color: #2760a9;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.4285714286rem;
}

.bl_productList_item_txt{
  margin-bottom: 15px;
  text-align: center;
}

.bl_pdSliderWrapper{
  position: relative;
  margin-bottom: 75px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .12);
}
.bl_pdSliderWrapper .slick-arrow{
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #2760a9;
  border-radius: 50%;
  background-color: #fff;
  text-indent: -9999px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.bl_pdSliderWrapper .slick-prev::before,
.bl_pdSliderWrapper .slick-next::before{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #2760a9;
  border-right: 3px solid #2760a9;
  content: '';
}
.bl_pdSliderWrapper .slick-prev{
  left: -30px;
}
.bl_pdSliderWrapper .slick-prev::before{
  -ms-transform: translate(-40%, -50%) rotate(-135deg);
      transform: translate(-40%, -50%) rotate(-135deg);
}
.bl_pdSliderWrapper .slick-next{
  right: -30px;
}
.bl_pdSliderWrapper .slick-next::before{
  -ms-transform: translate(-60%, -50%) rotate(45deg);
      transform: translate(-60%, -50%) rotate(45deg);
}
.bl_pdSliderWrapper .slick-dots{
  position: absolute;
  bottom: -40px;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);

  justify-content: center;
}
.bl_pdSliderWrapper .slick-dots li{
  margin: 0 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #2760a9;
  border-radius: 50%;
  text-indent: -9999px;
}
.bl_pdSliderWrapper .slick-dots li.slick-active{
  background-color: #2760a9;
}

.bl_exampleItem_wrapper{
  position: relative;
}

.bl_exampleItem_img{
  display: block;
  width: 100%;
}

.bl_exampleItem_data{
  padding: 15px 16px 24px;
}

.bl_exampleItem_intro{
  font-size: 12px;
  font-size: .8571428571rem;
}
.bl_exampleItem_intro dt,
.bl_exampleItem_intro dd{
  display: inline-block;
}
.bl_exampleItem_intro dd{
  margin-left: 5px;
  padding: 0 8px;
  border-radius: 11px;
  background-color: #2760a9;
  color: #fff;
  line-height: 1.85;
}

.bl_exampleItem_heading{
  margin-bottom: 4px;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
.bl_exampleItem_heading span{
  margin-left: 4px;
  font-size: 14px;
  font-size: 1rem;
}
.bl_exampleItem_list> div{
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  font-size: 12px;
  font-size: .8571428571rem;
  line-height: 1.85;
}
.bl_exampleItem_list> div dt{
  margin-right: 16px;
  width: 80px;
  border: 1px solid #ccc;
  text-align: center;
}

.bl_exampleItem_message{
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 15px 0;
  background-color: #f4f7fa;
  color: #2760a9;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.8;
}
.bl_exampleItemUnit .bl_exampleItem_catch{
  display: none;
}
.bl_exampleItemUnit .bl_exampleItem{
  margin-top: 20px;
  margin-bottom: 40px;
}
.bl_exampleItemUnit .bl_exampleItem_wrapper{
  box-shadow: 0 0 12px rgba(0, 0, 0, .12);
}
.bl_exampleItemUnit .bl_exampleItem{
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
}

.bl_exampleLogo{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  border: 1px solid #ccc;
}
.bl_exampleLogo__private{
  width: 90px;
  border: none;
}
.bl_exampleLogo img{
  display: block;
  width: 100%;
}

.bl_sectionContact{
  padding: 50px 24px;
  background-image: url(/business/biorem/_files/images/top/contact_back_sp.jpg);
  background-size: cover;
}

.bl_sectionContactHeader{
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 1.4285714286rem;
  line-height: 1.8;
}

.bl_sectionContact_imgWrapper{
  display: block;
  padding: 22px 0;
  background-color: #eee;
}
.bl_sectionContact_imgWrapper img{
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, .12);
}

.bl_sectionContact_body{
  padding: 18px 20px 9px;
  background-color: #fff;
}
.bl_sectionContact_body .el_btn{
  margin-bottom: 15px;
}

.bl_sectionContact_heading{
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.bl_sectionContact_txt{
  margin-bottom: 20px;
  font-size: 12px;
  font-size: .8571428571rem;
}

.bl_sectionContact_tel{
  display: block;
  margin-bottom: 5px;
  color: #2760a9;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-family: 'Montserrat', sans-serif;
}
.bl_sectionContact_tel img{
  margin-right: 5px;
  vertical-align: middle;
}

.bl_footerItem_name{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.bl_footerItem_address{
  font-style: normal;
  font-size: 12px;
  font-size: .8571428571rem;
}

.bl_telList{
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: .8571428571rem;
}
.bl_telList> div{
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}
.bl_telList dt{
  margin-right: 5px;
}

.bl_fileList{
  margin-top: 20px;
  margin-bottom: 40px;
  color: #2760a9;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.bl_fileList> li{
  position: relative;
  margin-bottom: 4px;
  padding-left: 30px;
}
.bl_fileList> li::before{
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/business/biorem/_files/images/icon/gear_down_file.svg);
  content: '';
}

.bl_arrowList{
  margin-top: 35px;
  margin-bottom: 40px;
  color: #2760a9;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.bl_arrowList> li{
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}
.bl_arrowList> li::before{
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2760a8;
  content: '';
}
.bl_arrowList> li::after{
  position: absolute;
  top: 15px;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: '';
}

.bl_footerSubList{
  font-weight: normal;
  font-size: 14px;
  font-size: 1rem;
}
.bl_footerSubList li{
  margin-bottom: 8px;
}

.bl_footerInner{
  margin: 0 auto;
  padding: 55px 24px;
  max-width: 1128px;
}

.bl_footerItem_ttl{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.bl_footerItem .el_btn{
  margin-top: 16px;
}

.bl_footerCopy{
  display: block;
  padding: 22px 0;
  background-color: #2760a9;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1rem;
}

.bl_breadcrumb{
  display: none;
  padding-top: 14px;
  font-size: 12px;
  font-size: .8571428571rem;
}
.bl_breadcrumb img{
  margin-top: -2px;
  margin-right: 4px;
  vertical-align: middle;
}
.bl_breadcrumb a{
  color: #3b6eae;
}

.bl_pageHeader{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin-bottom: 24px;
  height: 120px;
  background-image: url(/business/biorem/_files/images/header/product_sp.jpg);
  background-size: cover;
  line-height: 1.4;

  align-items: center;
  justify-content: flex-start;
}

.bl_pageHeader_heading{
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1128px;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-size: 1.5714285714rem;
}

.bl_bgbHeader,
.bl_blogWrapper h4{
  margin: 24px 0;
  padding: 8px 24px;
  background-color: #dde6f2;
  color: #2760a9;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.bl_blogWrapper .bl_sideImg{
  margin-bottom: 55px;
}
.bl_blogWrapper section{
  margin: 0 auto 50px;
  padding: 0 24px;
  max-width: 1128px;
}
.bl_blogWrapper h4{
  margin: 24px -24px;
}
.bl_blogWrapper h5{
  margin: 8px 0;
  color: #2760a9;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.bl_blogWrapper h5 img{
  margin-right: 10px;
  width: auto;
  height: 16px;
  vertical-align: middle;
}
.bl_blogWrapper table{
  margin-top: 20px;
  width: 100%;
}
.bl_blogWrapper table td{
  text-align: right;
}
.bl_blogWrapper table th{
  background-color: #dde6f2;
  text-align: left;
}
.bl_blogWrapper table th,
.bl_blogWrapper table td{
  border: 1px solid #ccc;
}
.bl_blogWrapper table thead th{
  padding: 5px 14px;
}
.bl_blogWrapper table tbody th{
  width: 163px;
}
.bl_blogWrapper table tbody th,
.bl_blogWrapper table tbody td{
  padding: 10.5px 12px;
}
.bl_blogWrapper .bl_arrowList{
  margin-top: 5px;
}
.bl_blogWrapper .bl_arrowList li{
  margin-bottom: 0;
}
.bl_sideImg> img,
.bl_sideImg> picture img{
  width: 100%;
}
.bl_sideImg figure{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
  min-height: 160px;
  border: 1px solid #ccc;

  align-items: center;
  justify-content: center;
}
.bl_sideImg figure> img{
  max-width: 100%;
}
.bl_sideImg_reverse{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.bl_sideImg_reverse p{
  margin-bottom: 20px;
}
.bl_microorganismsItem{
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}

.bl_microorganismsItem_meta{
  margin-left: 16px;
  text-align: left;
  line-height: 1.4;
}

.bl_microorganismsItem_heading{
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.4285714286rem;
}

.bl_sceneListWrapper{
  padding: 24px 16px 16px;
  background-color: #fff;
}
.bl_sceneListHeaderImg img{
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.bl_sceneListHeaderTxt{
  color: #2760a9;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.bl_sceneListHeaderTxt span{
  color: #ed1c24;
}

.bl_sceneList{
  display: -ms-grid;
  display:     grid;
  margin-top: 8px;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.bl_sceneList img{
  max-width: 100%;
  max-height: 100%;
}
.bl_sceneList li{
  padding: 1px;
  height: 32px;
  border: 1px solid #ccc;
  text-align: center;
}

.bl_sceneListFooter{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-top: 10px;
  font-size: 11px;
  font-size: .7857142857rem;

  align-items: center;
}
.bl_sceneListFooter img{
  margin-right: 15px;
}

.productItem{
  margin-bottom: 50px;
}
.productItem:last-child{
  margin-bottom: 0;
}

.productItem_img{
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.productItem_list{
  margin-bottom: 10px;
}
.productItem_list li::before{
  content: '●';
}

.bl_imgList{
  font-size: 15px;
  font-size: 1.0714285714rem;
}
.bl_imgList> li{
  margin-bottom: 40px;
}
.bl_imgList img{
  width: 100%;
}
.bl_linenapList li{
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding: 16px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}

.bl_linenapList_body{
  margin-left: 16px;
}
.bl_linenapList_body> div{
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.0714285714rem;
}
.bl_linenapList_body dl{
  font-size: 12px;
  font-size: .8571428571rem;
  line-height: 1.6;
}
.bl_linenapList_body dl> div{
  display: -ms-flexbox;
  display: flex;
}
.bl_linenapList_body dl dt{
  width: 60px;
}

.bl_number{
  margin-top: 55px;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: #2760a9;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 60px;
}

.bl_productLinkList{
  margin-top: 21px;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.bl_productLinkList a{
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 11.5px 40px;
  border: 1px solid #2760a8;
  color: #2760a9;
}
.bl_productLinkList a::before{
  position: absolute;
  top: 20px;
  left: 16px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2760a8;
  content: '';
}
.bl_productLinkList a::after{
  position: absolute;
  top: 24.5px;
  left: 21px;
  display: block;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: '';
}

.bl_typeList{
  margin-bottom: 35px;
}
.bl_typeList li{
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #2760a9;
  background-color: #2760a9;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.bl_typeList li.is-current{
  background-color: #fff;
}
.bl_typeList li.is-current select{
  color: #2760a9;
}
.bl_typeList li.is-current option{
  background-color: #fff;
}
.bl_typeList li.is-current::before{
  border-color: #2760a9;
}
.bl_typeList li::before{
  position: absolute;
  top: 50%;
  right: 24px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: '';
  vertical-align: middle;
  -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
}
.bl_typeList li select{
  position: relative;
  display: block;
  padding: 11px 40px 11px 24px;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
.bl_typeList li select option{
  background-color: #2760a9;
}

.bl_radioList{
  display: -ms-grid;
  display:     grid;
  margin: 0 -24px;
  border-bottom: 1px solid #2760a9;

  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.bl_radioList [type=checkbox]{
  display: none;
}
.bl_radioList label{
  display: block;
  border-top: 1px solid #2760a9;
}
.bl_radioList label:nth-child(2n){
  border-left: 1px solid #2760a9;
}

.bl_radioDummy{
  position: relative;
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}

.bl_radioList_item{
  padding: 7px 12px;
  color: #2760a9;
  font-size: 13px;
  font-size: .9285714286rem;
}

:checked+ .bl_radioList_item{
  background-color: #e9eff6;
}
:checked+ .bl_radioList_item .bl_radioDummy{
  border-color: #2760a9;
}
:checked+ .bl_radioList_item .bl_radioDummy::before{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2760a9;
  content: '';
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.bl_pageNav{
  text-align: center;
}
.bl_pageNav a{
  display: inline-block;
}

.bl_pageNav_number{
  margin: 0 2px;
  width: 40px;
  height: 40px;
  border: 1px solid #2760a9;
  color: #2760a9;
  font-weight: bold;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 40px;
}
.bl_pageNav_number.is-current{
  background-color: #2760a9;
  color: #fff;
}

.bl_pageNav_move_prev::before,
.bl_pageNav_move_next::after{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2760a9;
  border-right: 2px solid #2760a9;
  content: '';
  vertical-align: middle;
}

.bl_pageNav_move{
  color: #2760a9;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.bl_pageNav_move.is-disabled{
  color: #9d9d9d;
  pointer-events: none;
}
.bl_pageNav_move.is-disabled::before,
.bl_pageNav_move.is-disabled::after{
  border-color: #9d9d9d;
}
.bl_pageNav_move_next{
  margin-left: 20px;
}
.bl_pageNav_move_next::after{
  margin-left: 9px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.bl_pageNav_move_prev{
  margin-right: 20px;
}
.bl_pageNav_move_prev::before{
  margin-right: 9px;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.bl_enterpriseProf{
  margin: 24px;
  padding: 16px 16px 10px;
  border: 1px solid #ccc;
}

.bl_enterpriseProf_imgWrapper{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 90px;
  border: 1px solid #ccc;

  align-items: center;
  justify-content: center;
}
.bl_enterpriseProf_imgWrapper img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.bl_enterpriseProf_list{
  line-height: 1.6;
}
.bl_enterpriseProf_list> div{
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.bl_enterpriseProf_list> div:last-child{
  padding-bottom: 0;
  border-bottom: none;
}
.bl_enterpriseProf_list dt{
  margin-bottom: 2px;
  font-weight: bold;
}

.bl_voiceWrapper{
  margin-bottom: 55px;
}

.bl_voiceHeading{
  padding: 15px 36px;
  background-color: #2760a9;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.bl_voiceImgWrapper{
  float: left;
  margin-right: 16px;
  margin-bottom: 10px;
}
.bl_voiceImgWrapper img{
  width: 67px;
  border: 1px solid #ccc;
}

.bl_voiceBody{
  padding: 24px;
  background-color: #f6f6f6;
}

.bl_voiceTxt01{
  font-weight: bold;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.6;
}

.bl_voiceTxt02{
  font-weight: bold;
  font-size: 12px;
  font-size: .8571428571rem;
}

.bl_voiceTxt03{
  clear: both;
  margin-top: 20px;
}

.bl_contactWrapper{
  min-height: calc(100vh - 124px);
  background-color: #f4f7fa;
}

.bl_contactBody{
  padding: 0 24px 50px;
}
.bl_contactBody .el_btn{
  padding: 15px 0;
  width: 100%;
  border-radius: 30px;
}

.bl_contactBody_img{
  margin-right: 24px;
  margin-bottom: 15px;
}

.bl_formWrapper{
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.bl_formWrapper.bl_formWrapper__confirm> div{
  margin-bottom: 30px;
}
.bl_formWrapper.bl_formWrapper__confirm dd{
  font-size: 14px;
  font-size: 1rem;
}
.bl_formWrapper> div{
  margin-bottom: 25px;
}
.bl_formWrapper dt{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.0714285714rem;
}
.bl_formWrapper dd p{
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.bl_privacyMessage{
  overflow: auto;
  margin-top: 35px;
  margin-bottom: 40px;
  padding: 10px;
  height: 159px;
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 1.6;
}
.bl_privacyMessage> div{
  margin-bottom: 20px;
}
.bl_privacyMessage dl div{
  margin-bottom: 16px;
  counter-increment: privacy;
}
.bl_privacyMessage dl dt::before{
  content: counter(privacy) '.';
}
.bl_privacyMessage p,
.bl_privacyMessage ol{
  margin-bottom: 15px;
}
.bl_privacyMessage ol{
  list-style-position: inside;
}

.bl_formRadio{
  display: inline-block;
  margin-top: 15px;
}
.bl_formRadio input{
  display: none;
}

:checked+ .bl_formRadio_inner{
  position: relative;
}
:checked+ .bl_formRadio_inner::before{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2760a9;
  content: '';
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.bl_formRadio_inner{
  display: inline-block;
  margin-top: -2px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}
.bl_contactBody_btns .el_btn{
  margin-bottom: 25px;
}

.el_lvHeading01{
  color: #2760a8;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.7142857143rem;
}

.el_lvHeading03{
  color: #2760a8;
  font-size: 24px;
  font-size: 1.7142857143rem;
  line-height: 1.4;
}

.el_lvHeading04{
  margin-bottom: 25px;
  color: #2760a8;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.7142857143rem;
  line-height: 1.5;
}

.el_subHeader{
  color: #666;
  font-weight: bold;
  font-size: 12px;
  font-size: .8571428571rem;
  font-family: 'Montserrat', sans-serif;
}

.el_btn{
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 9px 0;
  width: 279px;
  border-radius: 24px;
  background-color: #2760a9;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
}
.el_btn.el_btn__green{
  background-color: #3998b8;
}
.el_btn.el_btn__green span::before{
  border-color: transparent transparent transparent #3998b8;
}
.el_btn span{
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}
.el_btn span::before{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #2760a9;
  content: '';
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.el_btn__border{
  font-size: 13px;
  font-size: .9285714286rem;
}
.el_btn__border span{
  width: 12px;
  height: 12px;
}
.el_btn__border span::before{
  border-width: 3px 0 3px 4px;
}
.el_btn__border,
.el_btn__border02{
  margin-left: 0;
  padding: 6px 0;
  width: 200px;
  border: 1px solid #2760a9;
  background-color: transparent;
  color: #2760a9;
  font-weight: bold;
}
.el_btn__border span,
.el_btn__border02 span{
  background-color: #2760a9;
}
.el_btn__border span::before,
.el_btn__border02 span::before{
  border-color: transparent transparent transparent #fff;
}

.el_txt02{
  margin-bottom: 50px;
}

.el_txt03{
  margin-bottom: 20px;
}

.el_txt04{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.el_badge{
  display: inline-block;
  margin-bottom: 8px;
  padding: 1px 10px;
  border-radius: 15px;
  background-color: #2760a9;
  color: #fff;
}

.el_input,
.el_select,
.el_textArea{
  padding: 7px 15px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.el_textArea{
  height: 200px;
}

.el_select{
  padding-right: 30px;
  background-image: url(/business/biorem/_files/images/icon/icon_arrow_bottom.svg);
  background-position: right 15px center;
  background-size: 12px auto;
}

.el_require::before{
  margin-right: 10px;
  padding: 1.5px 8px;
  border-radius: 2px;
  background-color: #d22d25;
  color: #fff;
  content: '必須';
  font-size: 11px;
  font-size: .7857142857rem;
}


.movie_area iframe{
  width: 100%;
  height: 315px;
}



@media screen{
  [hidden~=screen]{
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target){
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media only screen and (min-width: 768px){
  .h-hide-pc{
    display: none !important;
  }
  .h-hide-sp{
    display: block !important;
  }
  a[href*='tel:']{
    cursor: default;
    pointer-events: none;
  }
  .ly_mainHeader{
    padding: 0 0 0 10px;
  }
  .bl_sidePd{
    padding: 0;
  }
  .bl_menuSwitch{
    display: none;
  }
  .bl_headerListWrapper{
    position: static;
  }
  .bl_menuClose{
    display: none;
  }
  .bl_headerListWrapper__inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    overflow: visible;
    padding-top: 0;
    width: auto;
    height: auto;
  }
  .bl_headerList01{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    margin-right: 20px;
    max-width: 400px;

    -ms-flex: 1;
        flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-around;
  }
  .bl_headerList01> li{
    position: relative;
    padding: 0 5px;
  }
  .bl_headerList01> li:hover .bl_headerSubList{
    display: block;
  }
  .bl_headerList01 .bl_headerListItem{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 0;
    height: 100%;
    color: #444;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.1428571429rem;

    align-items: center;
    justify-content: center;
  }
  .bl_headerList02{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin: 0;

    align-items: center;
  }
  .bl_headerList02_itemBox{
    margin-bottom: 0;
  }
  .bl_headerList02_itemBox__blue a{
    background-image: url(/business/biorem/_files/images/icon/icon-download.svg);
    background-position: center 18px;
  }
  .bl_headerList02_itemBox__green a{
    background-image: url(/business/biorem/_files/images/icon/icon-mail.svg);
    background-position: center 20px;
  }
  .bl_headerList02_itemBox a{
    padding-top: 58px;
    width: 100px;
    height: 100px;
    border-radius: 0;
    text-align: center;
    font-size: 11px;
    font-size: .7857142857rem;
  }
  .bl_headerList02_itemBox a span{
    display: none;
  }
  .bl_headerListItem{
    border-top: none;
  }
  .bl_headerListMark{
    position: static;
    margin-left: 4px;
    width: 0;
    height: 0;
    border-width: 6px 5px 0 5px;
    border-style: solid;
    border-color: #2760a8 transparent transparent transparent;
    background-color: transparent;
  }
  .bl_headerListMark::before,
  .bl_headerListMark::after{
    display: none;
  }
  .bl_headerSubList{
    position: absolute;
    top: 70px;
    left: -70px;
    z-index: 21;
    border-radius: 8px;
    background-color: #fff;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="24" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.25)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, .25));
  }
  .bl_headerSubList .bl_headerListItem{
    display: block;
    padding: 3px 16px;
    border-bottom: 1px solid #eee;
    color: #2760a8;
    text-align: left;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    font-size: 1rem;
  }
  .bl_kv__example{
    margin-top: 40px;
  }
  .bl_kv_inner{
    top: 32%;
    left: 15%;
    line-height: 1.6;
  }
  .bl_kv_heading{
    font-size: 3.4vw;
  }
  .bl_kv_subHeading{
    font-size: 1.4vw;
  }
  .bl_kv_txt{
    display: block;
    margin-top: 24px;
    font-size: 1.6vw;
  }
  .bl_sectionAbout{
    padding-bottom: 98px;
    background-image: url(/business/biorem/_files/images/top/abut_pc01.png), url(/business/biorem/_files/images/top/abut_pc02.png);
    background-position: 98px 40px, right 100px top 40px;
    background-size: 188px 480px, 195px 480px;
  }
  .bl_sectionAboutBody{
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 40px;
    background-color: rgba(255, 255, 255, .6);
    background-image: none;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .bl_sectionHeader{
    margin-bottom: 50px;
  }
  .bl_sectionAbout_txt01{
    margin: 0 30px 22px;
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .bl_sectionLayout{
    padding-top: 88px;
    padding-bottom: 98px;
  }
  .bl_sectionLayout02{
    margin-bottom: 10px;
  }
  .bl_productList{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 100px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
  }
  .bl_productList_item{
    margin-bottom: 96px;
    padding: 0 32px 36px;
    width: 48.8%;
  }
  .bl_productList_item:last-child{
    margin-bottom: 76px;
  }
  .bl_productList_item_imgWrapper{
    -ms-transform: translateY(-54px);
        transform: translateY(-54px);
  }
  .bl_productList_item_txt{
    margin-bottom: 25px;
    min-height: 56px;
  }
  .bl_pdSliderWrapper{
    margin: 0 auto 56px;
    max-width: calc(100% - 110px);
    width: 1074px;
    box-shadow: none;
  }
  .bl_pdSliderWrapper .slick-list{
    overflow: visible;
  }
  .bl_exampleItem{
    display: -ms-flexbox;
    display: flex;
    margin: 0 57px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .12);
  }
  .bl_exampleItem_wrapper{
    max-width: 40%;
    width: 360px;
  }
  .bl_exampleItem_img{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
  }
  .bl_exampleItem_data{
    padding: 40px 40px 10px 27px;

    -ms-flex: 1;
        flex: 1;
  }
  .bl_exampleItem_intro{
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1rem;
  }
  .bl_exampleItem_intro dd{
    margin-left: 10px;
    padding: 0 12px;
    border-radius: 12px;
    line-height: 1.72;
  }
  .bl_exampleItem_heading{
    margin-bottom: 8px;
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
  .bl_exampleItem_heading span{
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .bl_exampleItem_list> div{
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .bl_exampleItem_list> div dd{
    font-weight: bold;
  }
  .bl_exampleItem_message{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .bl_exampleItemUnit{
    display: -ms-grid;
    display:     grid;
    margin-top: 54px;

    gap: 24px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .bl_exampleItemUnit .bl_exampleItem{
    display: block;
    margin: 0;
    border: 1px solid #ccc;
    box-shadow: none;
  }
  .bl_exampleItemUnit .bl_exampleItem_wrapper{
    max-width: 100%;
    width: 100%;
  }
  .bl_exampleItemUnit .bl_exampleItem_intro{
    display: none;
  }
  .bl_exampleItemUnit .bl_exampleItem_message{
    display: none;
  }
  .bl_exampleItemUnit .bl_exampleItem_txt{
    display: none;
  }
  .bl_exampleItemUnit .bl_exampleItem_heading{
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .bl_exampleItemUnit .bl_exampleItem_heading span{
    font-size: 14px;
    font-size: 1rem;
  }
  .bl_exampleItemUnit .bl_exampleItem_catch{
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #2760a9;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.4285714286rem;
    line-height: 1.5;
  }
  .bl_exampleLogo{
    bottom: -40px;
    left: 24px;
    max-width: 35%;
  }
  .bl_exampleLogo__private{
    width: 120px;
  }
  .bl_sectionContact{
    padding-top: 70px;
    padding-bottom: 116px;
    background-image: url(/business/biorem/_files/images/top/contact_back_pc.jpg);
  }
  .bl_sectionContactHeader{
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
  .bl_sectionContactHeader br{
    display: none;
  }
  .bl_sectionContact_imgWrapper{
    padding: 36px 45px;
    width: 50%;
  }
  .bl_sectionContact_imgWrapper img{
    width: 100%;
  }
  .bl_sectionContact_body{
    padding: 25px 32px 9px;

    -ms-flex: 1;
        flex: 1;
  }
  .bl_sectionContact_inner{
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1080px;
  }
  .bl_sectionContact_heading{
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .bl_sectionContact_txt{
    margin-right: auto;
    margin-left: auto;
    max-width: 334px;
    font-size: 14px;
    font-size: 1rem;
  }
  .bl_sectionContact_tel{
    margin-bottom: 20px;
    font-size: 40px;
    font-size: 2.8571428571rem;
    line-height: 1.5;
  }
  .bl_sectionContact_tel img{
    width: 32px;
  }
  .bl_sectionContact_btns{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
  }
  .bl_sectionContact_btns .el_btn{
    margin: 0;
    max-width: 48%;
  }
  .bl_footerItem_name{
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .bl_footerItem_address{
    font-size: 14px;
    font-size: 1rem;
  }
  .bl_telList{
    font-size: 14px;
    font-size: 1rem;
  }
  .bl_footerLogo{
    margin-bottom: 20px;
    width: 252px;
  }
  .bl_fileList{
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .bl_arrowList{
    margin-top: 0;
  }
  .bl_footerSubList{
    display: -ms-flexbox;
    display: flex;
    max-width: 305px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_footerSubList li{
    margin-right: 23px;
  }
  .bl_footerInner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding-bottom: 0;

    justify-content: space-between;
  }
  .bl_footerItem_ttl{
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .bl_footerItem{
    margin-right: 20px;
  }
  .bl_footerItem:last-child{
    margin-right: 0;
  }
  .bl_footerItem .el_btn{
    max-width: 344px;
    width: 25vw;
  }
  .bl_breadcrumb{
    display: block;
  }
  .bl_breadcrumb ul{
    display: -ms-flexbox;
    display: flex;
  }
  .bl_breadcrumb li{
    position: relative;
    margin-right: 14px;
    padding-right: 14px;
  }
  .bl_breadcrumb li:last-child::after{
    display: none;
  }
  .bl_breadcrumb li::after{
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: '';
    -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
  }
  .bl_pageHeader{
    margin-top: 10px;
    margin-bottom: 34px;
    padding: 50px 0;
    height: 160px;
    background-image: url(/business/biorem/_files/images/header/product_pc.jpg);
  }
  .bl_pageHeader_heading{
    color: #2760a8;
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
  .bl_bgbHeader,
  .bl_blogWrapper h4{
    margin: 24px 0;
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .bl_blogWrapper{
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  .bl_blogWrapper__example section{
    padding: 0;
  }
  .bl_blogWrapper .bl_sideImg{
    margin-bottom: 40px;
  }
  .bl_blogWrapper section{
    margin-top: 40px;
  }
  .bl_blogWrapper h4:not(.bl_bgbHeader){
    margin-bottom: 80px;
  }
  .bl_blogWrapper h5{
    margin: 0 0 15px;
    font-size: 20px;
    font-size: 1.4285714286rem;
    line-height: 1.2;
  }
  .bl_blogWrapper h5 img{
    height: 20px;
  }
  .bl_blogWrapper table{
    width: 400px;
  }
  .bl_blogWrapper table th,
  .bl_blogWrapper table td{
    width: 50%;
  }
  .bl_sideImg{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;

    align-items: flex-start;
  }
  .bl_sideImg figure{
    height: 220px;
  }
  .bl_sideImg figure,
  .bl_sideImg> picture img,
  .bl_sideImg> img{
    margin-right: 24px;
    width: 344px;
  }
  .bl_sideImg> p,
  .bl_sideImg> div{
    font-size: 16px;
    font-size: 1.1428571429rem;

    -ms-flex: 1;
        flex: 1;
  }
  .bl_sideImg_reverse{
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .bl_sideImg_reverse figure,
  .bl_sideImg_reverse> picture img,
  .bl_sideImg_reverse> img{
    margin-right: 0;
    margin-left: 24px;
  }
  .bl_sideImg_reverse p{
    margin-bottom: 0;
  }
  .bl_sideImg .bl_sideImg_img{
    max-width: 49%;
  }
  .bl_sideImg .bl_sideImg_img__l{
    width: 49%;
  }
  .bl_microorganismsUnit{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
  }
  .bl_microorganismsUnit .bl_microorganismsItem{
    width: 48.5%;
  }
  .bl_microorganismsItem{
    margin-top: 25px;
  }
  .bl_sceneListWrapper{
    padding: 50px 40px 40px;
    padding-top: 50px;
  }
  .bl_sceneListHeaderImg img{
    width: 528px;
  }
  .bl_sceneListHeaderTxt{
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
  .bl_sceneList{
    margin-top: 50px;

    gap: 24px;
  }
  .bl_sceneList li{
    height: 72px;
  }
  .bl_sceneListFooter{
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  .bl_sceneListFooter img{
    width: 118px;
  }
  .productWrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    justify-content: space-between;
  }
  .productItem{
    width: 48%;
  }
  .productItem_list{
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .bl_imgList{
    display: -ms-grid;
    display:     grid;
    column-gap: 40px;

    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .bl_imgList img{
    margin-bottom: 10px;
  }
  .bl_imgList> li{
    margin-bottom: 0;
  }
  .bl_linenapList{
    display: -ms-grid;
    display:     grid;
    margin-bottom: 20px;

    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .bl_linenapList img{
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    width: 180px;
  }
  .bl_linenapList li{
    display: block;
    padding: 20px;
  }
  .bl_linenapList li:not(:last-child){
    border-right: none;
  }
  .bl_linenapList_body> div{
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .bl_linenapList_body dl{
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
  }
  .bl_productLinkList{
    display: -ms-grid;
    display:     grid;
    margin-top: px;

    -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .bl_productLinkList a{
    padding: 15px 40px;
  }
  .bl_typeList{
    display: -ms-grid;
    display:     grid;
    margin-bottom: 30px;
    column-gap: 10px;

    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .bl_radioList{
    margin: 0;
    border-right: 1px solid #2760a9;

    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .bl_radioList label{
    border-left: 1px solid #2760a9;
  }
  .bl_radioDummy{
    width: 24px;
    height: 24px;
  }
  .bl_radioList_item{
    padding: 10px 24px;
    font-size: 14px;
    font-size: 1rem;
  }
  :checked+ .bl_radioList_item .bl_radioDummy::before{
    width: 16px;
    height: 16px;
  }
  .bl_pageNav{
    margin-top: 40px;
    margin-bottom: 90px;
  }
  .bl_pageNav_move_next{
    margin-left: 40px;
  }
  .bl_pageNav_move_prev{
    margin-right: 40px;
  }
  .bl_enterpriseProf{
    margin: 0;
  }
  .bl_enterpriseProf_imgWrapper{
    width: 220px;
    height: 120px;
  }
  .bl_exampleWrapper{
    display: -ms-grid;
    display:     grid;
    margin-right: auto;
    margin-left: auto;
    padding: 0 24px;
    max-width: 1128px;

    gap: 0 24px;
    -ms-grid-columns: 1fr 252px;
    grid-template-columns: 1fr 252px;
  }
  .bl_exampleWrapper .bl_max{
    padding: 0;
  }
  .bl_voiceWrapper{
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .bl_voiceImgWrapper img{
    width: 120px;
  }
  .bl_voiceBody{
    padding: 32px;
  }
  .bl_voiceTxt01{
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .bl_voiceTxt02{
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .bl_voiceTxt03{
    clear: none;
    overflow: hidden;
    margin-top: 12px;
    font-size: 14px;
    font-size: 1rem;
  }
  .bl_contactWrapper{
    padding-bottom: 96px;
    min-height: calc(100vh - 172px);
  }
  .bl_contactBody{
    margin: 0 auto;
    padding: 40px;
    max-width: 800px;
    width: 95%;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .12);
  }
  .bl_contactBody .el_btn{
    width: 352px;
  }
  .bl_contactBody__thank{
    text-align: center;
  }
  .bl_contactBody_img{
    float: left;
    margin-bottom: 50px;
    width: 348px;
  }
  .bl_formWrapper{
    clear: both;
    margin-top: 40px;
  }
  .bl_formWrapper.bl_formWrapper__confirm dt{
    padding-top: 0;
  }
  .bl_formWrapper.bl_formWrapper__confirm dd{
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .bl_formWrapper> div{
    display: -ms-flexbox;
    display: flex;
  }
  .bl_formWrapper dt{
    margin-right: 10px;
    padding-top: 18px;
    width: 30%;
  }
  .bl_formWrapper dd{
    -ms-flex: 1;
        flex: 1;
  }
  .bl_privacyMessage{
    height: 195px;
  }
  .bl_contactBody_btns{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 90px auto 0;
    max-width: 660px;

    justify-content: space-between;
  }
  .bl_contactBody_btns .el_btn{
    margin-right: 10px;
    margin-left: 10px;
    max-width: 300px;
  }
  .bl_contactBody_btns .el_btn__border02 span{
    right: auto;
    left: 15px;
    -ms-transform: translate(0, -50%) rotate(180deg);
        transform: translate(0, -50%) rotate(180deg);
  }
  .el_lvHeading01{
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
  .el_lvHeading03{
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
  .el_lvHeading04{
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
  .el_subHeader{
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .el_btn{
    padding: 13px 0;
    width: 300px;
    border-radius: 28px;
  }
  .el_btn__border,
  .el_btn__border02{
    padding: 6px 0;
    width: 200px;
  }
  .el_txt02{
    margin-bottom: 40px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .el_txt03{
    margin-bottom: 40px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .el_txt04{
    margin-bottom: 30px;
    color: #2760a9;
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .el_input,
  .el_select,
  .el_textArea{
    padding: 11px 15px;
  }

.movie_area iframe{
  width: 560px;
  height: 315px;
}




}

@media only screen and (min-width: 1000px){
  .ly_mainHeader{
    padding: 0 0 0 50px;
  }
  .bl_logo{
    width: 254px;
  }
  .bl_headerLogoWrapper span{
    font-weight: bold;
    font-size: 14px;
    font-size: 1rem;
    -ms-transform: scale(1);
        transform: scale(1);
  }
  .bl_headerList02_itemBox a{
    width: 140px;
    font-size: 14px;
    font-size: 1rem;
  }
}
