

/* Newトップページ */


/* font */
/*
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');

body{
  font-size:84%;
  font-family: 'DM Sans',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color:#333;
  background:#fff;
  margin:0;
  padding:0;
  text-align:center;
}
a{
  vertical-align: bottom;
}
img{
  vertical-align: bottom;
}
*/

/* MVスライダー */
#mv .bx-wrapper{position:relative;width:100%;}
#mv .bx-viewport{position:relative;width:100%;}

#mv .bxslider{margin:0;}

#mv .bxslider li{
  width:100%;
  height: auto!important;
}
#mv .bxslider li:nth-child(1),
#mv .bxslider li:nth-child(2),
#mv .bxslider li:nth-child(3),
#mv .bxslider li:nth-child(4),
#mv .bxslider li:nth-child(5) {
  background:none;
}
#mv .bxslider li img{
  width:100%;
  vertical-align:bottom;
}

#mv .bx-controls-direction{display:none;}
#mv .bx-wrapper .bx-pager {
    position: relative;
    bottom: unset;
    z-index: 0;
    width: 100%;
    text-align: center;
    margin-top: 11px;
}
#mv .bx-wrapper .bx-pager .bx-pager-item{display:inline-block;margin:0 3px;}
#mv .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#mv .bx-wrapper .bx-pager.bx-default-pager a:hover,
#mv .bx-wrapper .bx-pager.bx-default-pager a.active,
#mv .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #6aa998;
}


#news{
  text-align: left;
  padding: 20px 0 30px;
}
#news .section_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  width: 100%;
}
#news .title_area{
  text-align: left;
  min-width: 120px;
}
#news h2{
  font-family: 'DM Sans', sans-serif;
  font-size: 36px;
  margin-bottom: 0;
}
.news_lists{
  width: calc(100% - 120px);
  max-width: 100%;
}
.news_lists dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 8px 5px;
  position: relative;
}
.news_lists dl dt{
  font-size: 11px;
  width: 110px;
  color: #999;
}
.news_lists dl dd{
  width: calc(100% - 110px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_lists dl dd br{
  display: none;
}
#news .link_area{
  text-align: right;
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width:1050px){
#news .section_inner{
  max-width: calc(100% - 40px);
}

.news_lists{
  width: 100%;
}
#news .link_area{
  text-align: center;
  width: 100%;
  margin-top: auto;
}
#news .link_area a {
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #2a846b;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin-top: 20px;
  padding: 0 54px;
  background: #fff;
  color: #2a846b;
}
#news .link_area a::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 7px;
  z-index: 1;
  bottom: calc(50% - 1px);
  right: 15px;
  transform: skewX(45deg);
  border-right: 2px solid #2a846b;
  border-bottom: 1.5px solid #2a846b;
}
#news .link_area a:hover {
  background: #2a846b;
  color: #fff;
}
#news .link_area a:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 1.5px solid #fff;
}
}

#about{
  background: #f0f4f0;
  padding: 24px 0 120px;
  position: relative;
}
#about::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/comorebiz/images/about_bg.png) center center no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 110px), 50% 100%, 0 calc(100% - 110px), 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 110px), 50% 100%, 0 calc(100% - 110px), 0 0);
}
#about h1,
#about h2{
  font-size: 34px;
  position: relative;
}
#about h1::after,
#about h2::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50% ,0);
  width: 20px;
  height: 1px;
  background: #2a846b;
}
#about p{
  font-size: 18px;
  width: 800px;
  max-width: calc(100% - 50px);
  margin: 1em auto 0;
  text-align: justify;
}
@media screen and (min-width:750px){
#about p br{
  display: none;
}
}
@media screen and (max-width:750px){
#about{
  padding: 7vw 0 14vw;
}
#about::before {
    background: url(/comorebiz/images/about_bg_sp.png) center center no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 13vw), 50% 100%, 0 calc(100% - 13vw), 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 13vw), 50% 100%, 0 calc(100% - 13vw), 0 0);
}
#about h1,
#about h2{
  font-size: 7vw;
}
#about p {
    font-size: 16px;
}
}

#effect{
  background: #f0f4f0;
  padding: 20px 0 50px;
}
#effect h2{
  font-size: 34px;
  position: relative;
}
#effect h2::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50% ,0);
  width: 20px;
  height: 1px;
  background: #2a846b;
}
#effect ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#effect li{
  background: #fff;
  width: 254px;
  max-width: 24%;
  padding: 20px 18px 0;
}
#effect h3{
  font-size: 20px;
  font-weight: bold;
}
#effect p{
  text-align:justify;
  font-size: 15px;
}
@media screen and (max-width:750px){
#effect{
  display: none;
}
#effect h2{
  font-size: 7vw;
}
#effect ul {
    margin: 0 20px;
}
#effect li{
  width: calc(100% - 40px);
  margin: 10px auto;
}
}

#experience .title_area{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
#experience .title_area h2{
  color: #006837;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  margin-bottom: 7px;
}
#experience .title_area h2::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 54px;
  border-top: #2a846b solid 1px;
  border-left: #2a846b solid 1px;
}
#experience .title_area h2::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 56px;
  height: 54px;
  border-bottom: #2a846b solid 1px;
  border-right: #2a846b solid 1px;
}
#experience .title_area h3 {
    display: inline-block;
    position: relative;
    height: 2em;
    line-height: 2em;
    text-align: center;
    padding: 0 1.2em;
    font-size: 20px;
    background: #68a896;
    color: #FFF;
}

#experience .title_area h3::before, #experience .title_area h3::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#experience .title_area h3::before {
  top: 0;
  left: -.49em;
  border-width: 1em .5em 1em 0;
  border-color: transparent #68a896 transparent transparent;
  border-style: solid;
}

#experience .title_area h3::after {
  top: 0;
  right: -.49em;
  border-width: 1em 0 1em .5em;
  border-color: transparent transparent transparent #68a896;
  border-style: solid;
}
#experience .title_area p{
  color: #006837;
  font-size: 18px;
  width: 850px;
  max-width: calc(100% - 40px);
  text-align: justify;
  margin: 0 auto;
}
#experience .title_area img{
  width:100%;
  height:auto;
  vertical-align:bottom;
}
#experience .title_area_img{
  margin-top: 50px;
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #ebf5de 50%, #ebf5de 100%);
}
@media screen and (min-width:750px){
#experience .title_area p br{
  display: none;
}
}
@media screen and (max-width:750px){
#experience{
  background: #f0f4f0;
}
#experience .title_area h2 {
    font-size: 5.5vw;
    padding: 0.5em;
}
#experience .title_area h3{
  font-size: 4vw;
}
#experience .title_area p{
  font-size: 16px;
  width: calc(100% - 40px);
}
#experience .title_area_img{
    background: #f0f4f0;
}
}
#experience .voice_area{
  background: #ebf5de;
}
#experience .voice_area .section_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 36px;
}
#experience .voice_area .section_inner .voice{
  background: #fff;
  width: calc((100% - 48px) / 2);
  padding: 30px;
}
#experience .voice_area .section_inner .voice h3{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
#experience .voice_area .section_inner .voice li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
#experience .voice_area .section_inner .voice li:not(:first-child){
  margin-top: 32px;
}
#experience .voice_area .section_inner .voice li img{
  width: 90px;
  height: auto;
}
#experience .voice_area .section_inner .voice li p{
  width: calc(100% - 110px);
  background: #f0f3e9;
  border-radius: 10px;
  padding: 15px 25px;
  text-align: justify;
  margin-bottom: 0;
  position: relative;
  font-size: 16px;
  max-width: 100%;
}
#experience .voice_area .section_inner .voice li p::before{
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  left: -9px;
  border-width: 8px 10px 8px 0;
  border-color: transparent #f0f3e9 transparent transparent;
  border-style: solid;
  transform: translateY(-50%);
}

#experience .voice_area .section_inner .access{
  background: #fff;
  width: calc((100% - 48px) / 2);
  padding: 30px;
  position: relative;
}
#experience .voice_area .section_inner .access h3{
  font-size: 28px;
  margin-bottom: 20px;
}
#experience .voice_area .section_inner .access img{
  width: 300px;
}
#experience .voice_area .section_inner .access h4{
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  margin: 20px 0 0;
  width: 100%;
}
#experience .voice_area .section_inner .access .txt_area{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#experience .voice_area .section_inner .access p{
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
}
#experience .voice_area .section_inner .access p span{
  font-size: 18px;
}
#experience .voice_area .section_inner .access a{
  font-size: 16px;
  border: 1px solid #d2b48c;
  padding: 7px 7px 7px 30px;
  position: relative;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  margin-left: auto;
}
#experience .voice_area .section_inner .access a::before{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #d2b48c;
  border-style: solid;
}
#experience .voice_area .section_inner .access a:hover{
  color: #000;
  background: #d2b48c;
}
#experience .voice_area .section_inner .access a:hover::before{
  border-color: transparent transparent transparent #fff;
}
#experience .voice_area .section_inner .access .ribbon{
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  background: #68a896;
  width: 120px;
  width: 84px;
  position: absolute;
  top: -1px;
  right: 24px;
  padding: 15px 0 25px;
}
#experience .voice_area .section_inner .access .ribbon::after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 60px 12px 60px;
  border-width: 0 42px 9px 42px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
}
@media screen and (max-width:1150px){
#experience .voice_area .section_inner .voice,
#experience .voice_area .section_inner .access{
    width: calc((100% - 20px) / 2);
    padding: 20px;
}
}
@media screen and (max-width:750px){
#experience .voice_area {
    display: none;
}
#experience .voice_area .section_inner .voice {
    width: calc(100% - 40px);
    margin: 0 auto;
}
#experience .voice_area .section_inner .voice li {
    justify-content: center;
}
#experience .voice_area .section_inner .voice li p {
    min-width: 300px;
}
#experience .voice_area .section_inner .voice li p::before {
    content: none;
}
#experience .voice_area .section_inner .access {
    width: calc(100% - 40px);
    margin: 20px auto 0;
}
}
#experience .cv_area{
  background: url(/comorebiz/images/cv_area_bg.png) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
}
#experience .cv_area p{
  width: 740px;
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
  margin: 0 auto;
}
#experience .cv_area a{
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  background: #2a846b;
  color: #fff;
  border: 1px solid #2a846b;
  border-radius: 25px;
  display:inline-block;
  text-decoration: none;
  position: relative;
  padding: 0 54px;
}
#experience .cv_area a::after{
  position: absolute;
  content: '';
  width: 16px;
  height: 7px;
  z-index: 1;
  bottom: calc(50% - 1px);
  right: 15px;
  transform: skewX(45deg);
  border-right: 2px solid #fff;
  border-bottom: 1.5px solid #fff;
}
#experience .cv_area a:hover{
  background: #fff;
  color: #2a846b;
}
#experience .cv_area a:hover::after{
  border-right: 2px solid #2a846b;
  border-bottom: 1.5px solid #2a846b;
}
@media screen and (max-width:750px){
#experience .cv_area{
    background: #f0f4f0;
}
}

#biophilic_design{
  padding: 70px 0 35px;
}
#biophilic_design h2{
  font-size: 34px;
  position: relative;
  width: 100%;
}
#biophilic_design h2::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50% ,0);
  width: 20px;
  height: 1px;
  background: #2a846b;
}
#biophilic_design .section_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#biophilic_design .txt_area{
  background: #f2f2f2;
  padding: 30px 25px;
  width: 428px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#biophilic_design .txt_area p{
  font-size: 15px;
  text-align: justify;
}
#biophilic_design .txt_area a{
  font-size: 11px;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  margin-left: auto;
  padding: 0 3em 0 2em;
  border: 1px solid #2a846b;
}
#biophilic_design .txt_area a::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 4px;
    z-index: 1;
    bottom: calc(50% - 1px);
    right: 12px;
    transform: skewX(45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
#biophilic_design .txt_area a:hover{
  background: #2a846b;
  color: #fff;
}
#biophilic_design .txt_area a:hover::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#biophilic_design .slide_area{
  width: 642px;
}
@media screen and (max-width:1150px){
#biophilic_design .section_inner {
    margin: 0 20px;
}
#biophilic_design .txt_area {
    width: 40%;
}
}
@media screen and (max-width:750px){
  #biophilic_design .section_inner {
    justify-content: center;
}
#biophilic_design h2 {
    font-size: 5vw;
}
#biophilic_design .txt_area {
    width: 100%;
    margin: 20px auto;
}
#biophilic_design .txt_area p {
    font-size: 16px;
}
}

/* バイオフィリックデザインとは？ スライダー */
#biophilic_design .bx-wrapper{position:relative;width:calc(100% - 90px);margin: 0 auto;padding-bottom: 30px;}
#biophilic_design .bx-viewport{position:relative;width:100%;}

#biophilic_design .bxslider{margin:0;}

#biophilic_design .bxslider li{
  width:100%;
  height:auto;
}
#biophilic_design .bxslider li:nth-child(1),
#biophilic_design .bxslider li:nth-child(2),
#biophilic_design .bxslider li:nth-child(3),
#biophilic_design .bxslider li:nth-child(4),
#biophilic_design .bxslider li:nth-child(5) {
  background:none;
}
#biophilic_design .bxslider li img{
  width:100%;
  height:auto;
  vertical-align: bottom;
}

#biophilic_design .bx-controls-direction{display:block;}
#biophilic_design .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 34px;
    height: 41px;
    text-indent: -9999px;
    z-index: 0;
}
#biophilic_design .bx-wrapper .bx-prev {
    left: -10px;
    transform: translateX(-100%);
    border: #2a846b solid 1px;
}
#biophilic_design .bx-wrapper .bx-next {
    right: -10px;
    transform: translateX(100%);
    border: #2a846b solid 1px;
}
#biophilic_design .bx-wrapper .bx-prev::after,
#biophilic_design .bx-wrapper .bx-next::after {
    display: block;
    width: 100%;
    height: 1em;
    font-size: 12px;
    text-indent: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #2a846b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#biophilic_design .bx-wrapper .bx-prev::after {
    content: "＜＜";
}
#biophilic_design .bx-wrapper .bx-next::after {
    content: "＞＞";
}
#biophilic_design .bx-wrapper .bx-pager {
    position: absolute;
    bottom: unset;
    z-index: 0;
    width: 100%;
    margin-top: 11px;
}
#biophilic_design .bx-wrapper .bx-pager .bx-pager-item{display:inline-block;margin:0 3px;}
#biophilic_design .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#biophilic_design .bx-wrapper .bx-pager.bx-default-pager a:hover,
#biophilic_design .bx-wrapper .bx-pager.bx-default-pager a.active,
#biophilic_design .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #6aa998;
}
@media screen and (max-width:1150px){
#biophilic_design .slide_area {
    width: 58%;
}
}
@media screen and (max-width:750px){
#biophilic_design .slide_area {
    width: 100%;
}
}

#well_being{
  padding: 35px 0 60px;
}
#well_being h2{
  font-size: 34px;
  position: relative;
}
#well_being h2::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50% ,0);
  width: 20px;
  height: 1px;
  background: #2a846b;
}
#well_being .txt_area{
  width: 710px;
  max-width: calc(100% - 40px);
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
}
#well_being .txt_area p{
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
}
#well_being .txt_area a{
  font-size: 11px;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  margin-left: auto;
  padding: 0 3em 0 2em;
  border: 1px solid #2a846b;
}
#well_being .txt_area a::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 4px;
    z-index: 1;
    bottom: calc(50% - 1px);
    right: 12px;
    transform: skewX(45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
#well_being .txt_area a:hover{
  background: #2a846b;
  color: #fff;
}
#well_being .txt_area a:hover::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width:750px){
#well_being {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: none;
}
#well_being h2{
    font-size: 6vw;
}
}

#glossary{
  background: #f2f2f2;
  padding: 60px 0;
  z-index: 100;
  position: relative;
}
#glossary h2{
  font-size: 34px;
  position: relative;
}
#glossary h2::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50% ,0);
  width: 20px;
  height: 1px;
  background: #2a846b;
}
#glossary .glossary_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1100px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
#glossary .glossary_list li{
  width: calc((100% - 60px) / 5);
}
#glossary .glossary_list li a{
  border: 1px solid #2a846b;
  background: #fff url(/comorebiz/images/glossary_icon01.png) center right 10px no-repeat;
  background-size: 19px 16px;
  padding: 0 30px 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 5em;
  line-height: 1.2;
}
#glossary .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
overscroll-behavior: contain;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
touch-action: none;
}
.modal::before,
.modal::after {
        content: "";
        width: 1px;
        height: calc(100vh + 1px);
        display: flex;
        position: absolute;
      }
.modal::-webkit-scrollbar {
display: none;
}
#glossary .modal__bg{
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}
#glossary .modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 460px;
    border: 2px solid #2a846b;
}
#glossary .modal__content h3{
  background: url(/comorebiz/images/glossary_icon02.png) center left no-repeat;
  background-size: 16px 16px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
#glossary .modal__content p{
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
}
#glossary .modal a.js-modal-close{
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: none;
}
@media screen and (max-width:750px){
#glossary {
    display: none;
}
#glossary h2{
    font-size: 6vw;
}
#glossary .glossary_list {
    width: calc(100% - 40px);
    margin: 0 auto;
}
#glossary .glossary_list li {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
}
#glossary .modal__content {
    width: 90%;
}
}

#service{
  padding: 60px 0 120px;
  position: relative;
}
#service::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #eaf0ea url(/comorebiz/images/service_bg.png);
    background-size: 6px auto;
    mix-blend-mode: multiply;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 110px), 50% 100%, 0 calc(100% - 110px), 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 110px), 50% 100%, 0 calc(100% - 110px), 0 0);
}
#service h2{
  font-size: 34px;
  position: relative;
}
#service h2::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50% ,0);
  width: 20px;
  height: 1px;
  background: #2a846b;
}
#service .card{
  background: #fff;
  border-radius: 10px;
  padding: 36px 36px 26px;
}
#service .card:not(:first-child){
  margin-top: 25px;
}
#service .card h3{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5em;
  color: #006837;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#service .card h3 span{
  font-size: 1.75em;
  line-height: .857em;
  color: #a8c0a9;
  border-right: 1px solid #006837;
  margin-right: .3em;
  padding-right: .3em;
}
#service .card p{
  font-size: 16px;
  text-align: justify;
  width: calc(100% - 160px);
  margin: 0 auto;
}
#service .card ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
  width: calc(100% - 160px);
}
#service .card ul li p{
  font-size: 14px;
  text-align: justify;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
}
#service .service_01 ul li {
    width: calc((100% - 60px) / 2);
}
#service .service_01 ul li h4{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
}
#service .service_01 ul li img{
  width: 240px;
}
#service .service_02 ul li {
    width: calc((100% - 120px) / 4);
}
#service .service_02 ul li h4{
  font-size: 20px;
  font-weight: bold;
  color: #006837;
  margin-bottom: 0;
}
#service .service_03 img {
  width: calc(100% - 160px);
  margin: 0 auto;
}
#service .card .more {
    text-align: right;
}
#service .card a{
  display: inline-block;
  font-size: 11px;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  margin-left: auto;
  padding: 0 3em 0 2em;
  border: 1px solid #2a846b;
}
#service .card a::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 4px;
    z-index: 1;
    bottom: calc(50% - 1px);
    right: 12px;
    transform: skewX(45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
#service .card a:hover{
  background: #2a846b;
  color: #fff;
}
#service .card a:hover::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width:750px){
#service{
  padding: 6vw 0 18vw;
}
#service::before {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 13vw), 50% 100%, 0 calc(100% - 13vw), 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 13vw), 50% 100%, 0 calc(100% - 13vw), 0 0);
}
#service h2{
    font-size: 6vw;
}
#service .section_inner {
    width: calc(100% - 40px);
    margin: 0 auto;
}
#service .card {
    padding: 20px;
}
#service .card h3 {
    font-size: 5vw;
}
#service .card p {
    width: 100%;
}
#service .card ul {
    justify-content: center;
    width: 100%;
}
#service .service_01 ul li {
    width: 100%;
    margin: 10px auto;
}
#service .service_02 ul li {
    width: 100%;
    margin: 10px auto;
}
#service .service_02 ul li img{
    width: 50%;
    margin: 0 auto;
}
#service .service_03 img {
    width: 100%;
    margin-top: 5vw;
}
}


#interview{
  padding: 60px 0;
  position: relative;
}
#interview h2{
  font-size: 32px;
}
@media screen and (max-width:750px){
#interview h2{
    font-size: 6vw;
}
#interview .section_inner {
    width: calc(100% - 40px);
    margin: 0 auto;
}
}

/* 導入企業インタビュー スライダー */
#interview .bx-wrapper{position:relative;width:calc(100% - 90px);margin: 0 auto;}
#biointerviewphilic_design .bx-viewport{position:relative;width:100%;}

#interview .bxslider{
  margin:0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#interview .bxslider .interview_item{
  width:100%;
  height:auto;
  padding: 10px;
}
#interview .bxslider .interview_item_inner{
  padding: 40px 50px;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
#interview .interview_item_inner h3{
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
#interview .interview_item_inner p{
  color: #006837;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
}
#interview .interview_item_inner .more {
    text-align: right;
    margin-bottom: 20px;
    width: 100%;
}
#interview .interview_item_inner a{
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  margin-left: auto;
  padding: 0 3em 0 2em;
  border: 1px solid #ee8900;
  background: #ee8900;
  color: #fff;
}
#interview .interview_item_inner a::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 4px;
    z-index: 1;
    bottom: calc(50% - 1px);
    right: 12px;
    transform: skewX(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#interview .interview_item_inner a:hover{
  background: #fff;
  color: #ee8900;
}
#interview .interview_item_inner a:hover::after {
    border-right: 1px solid #ee8900;
    border-bottom: 1px solid #ee8900;
}
#interview .img_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#interview .img_area .img_area01{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc((100% - 20px) * .45);
}
#interview .img_area .img_area01 img {
  width: calc((100% - 20px) / 2);
}
#interview .img_area .img_area01 img:nth-child(n+3) {
  margin-top: 20px;
}

#interview .img_area .img_area02 {
  width: calc((100% - 20px) * .55);
}
#interview .img_area .img_area02 img {
  width: 100%;
}

#interview .bx-controls-direction{display:block;}
#interview .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 34px;
    height: 41px;
    text-indent: -9999px;
    z-index: 0;
    background: #fff;
}
#interview .bx-wrapper .bx-prev {
    left: -10px;
    transform: translateX(-100%);
    border: #2a846b solid 1px;
}
#interview .bx-wrapper .bx-next {
    right: -10px;
    transform: translateX(100%);
    border: #2a846b solid 1px;
}
#interview .bx-wrapper .bx-prev::after,
#interview .bx-wrapper .bx-next::after {
    display: block;
    width: 100%;
    height: 1em;
    font-size: 12px;
    text-indent: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #2a846b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#interview .bx-wrapper .bx-prev::after {
    content: "＜＜";
}
#interview .bx-wrapper .bx-next::after {
    content: "＞＞";
}
#interview .bx-wrapper .bx-pager {
    position: absolute;
    bottom: unset;
    z-index: 99;
    width: 100%;
    text-align: left;
    margin-top: 11px;
}
#interview .bx-wrapper .bx-pager .bx-pager-item{display:inline-block;margin:0 3px;}
#interview .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#interview .bx-wrapper .bx-pager.bx-default-pager a:hover,
#interview .bx-wrapper .bx-pager.bx-default-pager a.active,
#interview .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #6aa998;
}

@media screen and (max-width:750px){
#interview .bx-wrapper {
    width: 100%;
}
#interview .bx-wrapper .bx-prev {
    transform: translateX(0);
}
#interview .bx-wrapper .bx-next {
    transform: translateX(0);
}
#interview .bxslider .interview_item_inner {
    padding: 20px;
}
#interview .interview_item_inner p {
    font-size: 5vw;
}
#interview .interview_item_inner .more {
    text-align: center;
}
#interview .img_area .img_area01 {
    width: 100%;
}
#interview .img_area .img_area01 img {
    width: calc((100% - 10px) / 2);
}
#interview .img_area .img_area01 img:nth-child(n+3) {
    margin-top: 10px;
}
#interview .img_area .img_area02 {
    width: 100%;
    margin-top: 10px;
}
}

/* .Newトップページ */



