@charset "UTF-8";
/* CSS Document */
.mv {
  height: 900px;
  text-align: center;
  background: #0d64f2;
  background: rgb(255, 255, 255); /* Old browsers */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgb(13, 100, 242) 31%, rgb(13, 100, 242) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#0d64f2",GradientType=0 );
}

.mv > div {
  height: 635px;
  overflow: hidden;
  position: relative;
}

.mv > div h1 {
  padding-top: 160px;
}

.mv > div h1 a:hover {
  opacity: 1;
  transition: 0.3s;
}

.mv > div h1 a img {
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s;
}

.mv > div h1 a:hover img {
  transform: translate(-50%, -50%) scale(1.05);
  transition: 0.6s;
}

.mv > a {
  display: inline-block;
  transform: translateY(-30px);
}

.mv > a + a {
  margin-left: 30px;
}

.mv > a:hover {
  opacity: 1;
  transform: translateY(-20px);
}

@media screen and (max-width: 1350px) {
  .mv > a {
    width: 48%;
  }
  .mv > a + a {
    margin-left: 2%;
  }
}
.news_list li {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
}

.news_list li + li {
  margin-top: 30px;
}

.news_list li span,
.news_list li a {
  display: inline-block;
}

.news_list li div {
  width: 30%;
}

.news_list li .date {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 125px;
  font-size: 16px;
  line-height: 1;
}

.news_list li .cate {
  min-width: 140px;
  font-size: 14px;
  line-height: 20px;
  padding: 0 5px;
  border: 1px solid #595656;
  border-radius: 2px;
  background: #FFF;
  text-align: center;
  box-sizing: border-box;
}

/*.news_list li .cate:hover{
  opacity: .7;
  transform: translate(3px,3px)
}*/
.news_list li a {
  width: 70%;
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
}

@media screen and (max-width: 1250px) {
  .news_list li div {
    width: 35%;
  }
  .news_list li a {
    width: 65%;
  }
}
@media screen and (max-width: 1080px) {
  .news_list li div {
    width: 40%;
  }
  .news_list li a {
    width: 60%;
  }
}
@media screen and (max-width: 1040px) {
  .news_list li div {
    width: 30%;
  }
  .news_list li a {
    width: 70%;
  }
}
.products h3 {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}

.products h3 span {
  font-size: 30px;
  color: #0d64f2;
  padding-right: 0.3em;
}

.products h3.gl {
  margin-top: 90px;
}

.products h3.gl span {
  color: #858a95;
}

.tab_list {
  position: relative;
}

.tab_list::before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #0d64f2;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
}

.tab_list.gb::before {
  background: #858a95;
}

.tab_btn {
  display: flex;
  flex-flow: wrap;
}

.tab_btn li {
  width: 25%;
  height: 120px;
  border: 1px solid #0d64f2;
  background: #FFF;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.gb .tab_btn li {
  width: 33.33%;
  height: 90px;
  border: 1px solid #858a95;
  border-bottom: none;
}

.tab_btn li + li {
  border-left: none !important;
}

.tab_btn li p {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #0d64f2;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.tab_btn li p span {
  font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 80%;
  padding-left: 0.3em;
}

.tab_btn li.active {
  background: #498eff;
  transition: 0.3s;
}

.tab_btn li.active p {
  color: #FFF !important;
}

.tab_btn li:hover {
  background: #498eff;
}

.tab_btn li:hover p {
  color: #FFF !important;
  transition: 0.3s;
}

.gb .tab_btn li.active {
  background: #9ba0ab !important;
}

.gb .tab_btn li p {
  color: #4c525f;
}

.gb .tab_btn li:hover {
  background: #9ba0ab;
}

.tab_box {
  color: #FFF;
  padding: 60px 60px 60px 0;
  background: #0d64f2;
  text-align: center;
}

.gb .tab_box {
  background: #858a95;
}

.tab_box h4 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.tab_box p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.tab_box > div > h5 {
  font-size: 18px;
  line-height: 1;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFF;
}

.tab_box ul + h5 {
  margin-top: 50px;
}

.tab_box ul {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.tab_box ul::after {
  display: block;
  content: "";
  width: 300px;
}

.tab_box ul li {
  width: 49%;
  background: #FFF;
  border-radius: 3px;
  overflow: hidden;
  transition: 0.6s all;
}

.tab_box ul li:nth-of-type(n + 3) {
  margin-top: 2%;
}

.tab_box ul li a {
  width: 100%;
  height: 100%;
  display: table;
  color: #252525;
}

.tab_box ul li a:hover {
  opacity: 1;
}

.tab_box ul li a h5 {
  width: 55%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tab_box ul li a h5 img {
  width: 80%;
}

.tab_box ul li a div {
  width: 45%;
  height: 100%;
  text-align: left;
  background: #f1f1f1;
  padding: 18px;
  display: table-cell;
  box-sizing: border-box;
}

.tab_box ul li a p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0;
}

span.wb {
  min-width: 80px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding: 0 5px;
  background: #FFF;
  box-sizing: border-box;
  border: 1px solid #595656;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.3s all;
}

span.bb,
section.case span.cate {
  min-width: 80px;
  font-size: 13px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  background: #0d64f2;
  box-sizing: border-box;
  border: 1px solid #0d64f2;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.3s all;
}

/*span.wb:hover,
span.bb:hover{
  opacity: .7;
  transform: translate(1px,1px);
}

section.case span.wb:hover{
  opacity: 1;
  transform: translate(0);
}*/
.tab_box .tab02,
.tab_box .tab03,
.tab_box .tab04,
.tab_box .tab05,
.tab_box .tab06 {
  display: none;
}

.tab_box .r_btn a {
  border: none;
}

.tab_box ul li:hover {
  transform: translate(5px, 5px);
}

.relevance {
  padding: 60px 0 55px;
  background: #f1f1f1;
  position: relative;
}

.relevance::before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
}

.relevance h2 {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 35px;
}

.relevance > div {
  display: flex;
}

.relevance > div > div {
  width: 33.333%;
}

.relevance h3 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 2px solid #595656;
}

.relevance ul + h3 {
  margin-top: 30px;
}

.relevance ul li {
  font-size: 16px;
  line-height: 1.4;
}

.relevance ul li::before {
  content: "＞";
  color: #252525;
  padding-right: 10px;
  display: inline-block;
  transform: scale(0.6, 1);
}

.relevance ul li + li {
  margin-top: 10px;
}

.case ul {
  display: flex;
  justify-content: space-between;
}

.case ul li {
  width: 32%;
}

.case ul li a {
  display: block;
  color: #252525;
}

.case ul li a:hover {
  opacity: 1;
  transition: 0.6s;
}

.case ul li a div {
  overflow: hidden;
}

.case ul li a img {
  width: 100%;
  transition: 0.6s;
}

.case ul li a img:hover {
  opacity: 1;
  transform: scale(1.1);
  transition: 0.6s;
}

.case ul li a div + div {
  margin-top: 25px;
}

.case ul li a div h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.case ul li a div h3 span {
  font-size: 90%;
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-right: 0.5em;
}

.case ul li a div p {
  font-size: 16px;
  line-height: 1.6;
}

.case ul li a div p + p {
  margin-top: 5px;
}

.case strong {
  padding-bottom: 0.25em;
  background: linear-gradient(#595656, #595656) 0 100%/0 1px no-repeat;
  transition: background 0.6s;
  text-decoration: none;
}

.case p:hover strong {
  background-size: 100% 1px;
}

.mcsl {
  text-align: center;
  padding: 105px 0 95px;
  background: #f1f1f1;
  position: relative;
}

.mcsl::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: 66.5%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1040px) {
  .mcsl::before {
    left: 50%;
  }
}
.mcsl h2 {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.mcsl > p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 55px;
}

.mcsl > div {
  display: flex;
  justify-content: space-between;
}

.mcsl .mcsl_box01 {
  width: 37%;
  padding: 40px 50px;
  box-sizing: border-box;
  background: #FFF;
}

.mcsl .mcsl_box01 h3 img {
  width: 144px;
  display: block;
  margin: 0 auto 25px;
}

.mcsl .mcsl_box01 h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.mcsl .mcsl_box01 h3 span {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 28px;
  display: block;
}

.mcsl .mcsl_box01 p {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.mcsl .mcsl_box02 {
  width: 61.5%;
  padding: 65px 70px 50px;
  box-sizing: border-box;
  background: #FFF;
}

.mcsl .mcsl_box02 h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 50px;
}

.mcsl .mcsl_box02 h3::before {
  font-family: "FontAwesome";
  content: "\f002";
  display: inline-block;
  margin-right: 10px;
}

.mcsl .mcsl_box02 ul {
  display: flex;
  flex-flow: wrap;
  text-align: left;
}

.mcsl .mcsl_box02 ul li {
  width: 55%;
  margin-bottom: 40px;
}

.mcsl .mcsl_box02 ul li::before {
  content: "＞";
  display: inline-block;
  margin-right: 10px;
  transform: scale(0.6, 1);
}

.mcsl .mcsl_box02 ul li:nth-of-type(even) {
  width: 45%;
}

.mcsl .mcsl_box02 > p {
  font-size: 15px;
  line-height: 1;
  padding-top: 35px;
  margin-top: 30px;
  border-top: 1px solid #ccd3dc;
}

.mcsl .mcsl_box02 .r_btn {
  margin-top: 15px;
}

.wcu {
  position: relative;
}

.wcu h2 {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 34px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 55px;
}

.wcu ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
}

.wcu ul::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #0d64f2;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: -1;
}

.wcu ul li {
  width: 49.5%;
  height: 325px;
  margin-bottom: 1%;
  background: url("/jp/-/media/medicom/renew/img/wcu_pic01.jpg") center center no-repeat;
  background-size: cover !important;
  transition: 0.3s;
}

.wcu ul li:nth-of-type(2) {
  background: url("/jp/-/media/medicom/renew/img/wcu_pic02.jpg") center center no-repeat;
}

.wcu ul li:nth-of-type(3) {
  background: url("/jp/-/media/medicom/renew/img/wcu_pic03.jpg") center center no-repeat;
}

.wcu ul li:nth-of-type(4) {
  background: url("/jp/-/media/medicom/renew/img/wcu_pic04.jpg") center center no-repeat;
}

.wcu ul li:hover {
  transform: translate(5px, 5px);
  transition: 0.3s;
}

.wcu ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.wcu ul li a div {
  font-size: 18px;
  line-height: 1;
  color: #0d64f2;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.wcu ul li a div span {
  font-size: 24px;
  line-height: 1;
  color: #252525;
  padding-bottom: 30px;
  display: block;
  position: relative;
}

.wcu ul li a div span::after {
  content: "＞";
  display: inline-block;
  padding-left: 0.5em;
  transform: scale(0.6, 1);
}

.wcu ul li a div span::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #252525;
  position: absolute;
  bottom: 15px;
  left: 0;
}

/*.wcu ul li:first-of-type a div{
  color: #FFF;
}

.wcu ul li:first-of-type a div span{
  color: #FFF;
}

.wcu ul li:first-of-type a div span::before{
  background: #FFF;
}*/
.keyw {
  text-align: center;
}

.keyw h2 {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 55px;
}

.keyw ul li {
  display: inline-block;
  margin: 0 5px 10px 0;
}

.keyw ul li a {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 15px;
  border: 1px solid #c2c2c2;
  border-radius: 50px;
  display: inline-block;
}

.keyw > div {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}

.keyw > div.second_row {
  display: flex;
  justify-content: center;
}

.keyw > div a {
  width: 24%;
  display: block;
  position: relative;
}

.keyw > div.second_row a {
  margin-left: 0.65%;
  margin-right: 0.65%;
}

.keyw a:hover {
  transform: translate(3px, 3px);
}

.keyw > div a p {
  width: 90%;
  height: 85px;
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
  background: rgba(133, 138, 149, 0.8);
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
}

.keyw > div a p span {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.am {
  padding-top: 105px;
  position: relative;
}

.am::before {
  content: "";
  width: 100vw;
  height: 625px;
  background: #0d64f2;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: -2;
}

.am::after {
  content: "";
  width: 1000px;
  height: 170px;
  background: url("/jp/-/media/medicom/renew/img/am_logo.gif") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50px;
  right: 230px;
  z-index: -1;
}

@media screen and (max-width: 1040px) {
  .am::after {
    width: 90%;
    right: auto;
    left: 0;
  }
}
.am h2 {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 34px;
  line-height: 1;
  color: #FFF;
  margin-bottom: 50px;
}

.am p {
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
}

.am .r_btn {
  text-align: left;
}

.am .r_btn a {
  text-align: center;
  border: none;
}

.am img {
  max-width: 110%;
  width: auto;
  margin-top: 40px;
  display: inline-block;
  float: right;
}

.tab_box iframe {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}

@media screen and (max-width: 980px) {
  .head {
    margin-bottom: 25vw;
  }
  .news_list li {
    display: block;
  }
  .news_list li + li {
    margin-top: 5vw;
    padding-top: 5.5vw;
    border-top: 1px solid #ccd3dc;
  }
  .news_list li div {
    width: 100%;
  }
  .news_list li .date {
    min-width: inherit;
    font-size: 2.5vw;
    line-height: 1;
    padding-right: 2vw;
  }
  .news_list li .cate {
    min-width: inherit;
    font-size: 2.8vw;
    line-height: 1;
    padding: 0.5vw 2vw;
    border: 1px solid #595656;
    border-radius: 2px;
    background: #FFF;
    text-align: center;
  }
  .news_list li a {
    width: 100%;
    font-size: 3.8vw;
    line-height: 1.5;
    color: #191919;
    display: block;
    margin-top: 2vw;
  }
  .products h3 {
    font-size: 3.8vw;
    line-height: 1;
    margin-bottom: 5vw;
  }
  .products h3 span {
    font-size: 5vw;
    color: #0d64f2;
  }
  .products h3.gl {
    margin-top: 15vw;
  }
  .tab_list::before {
    display: none;
  }
  .tab_btn {
    display: none;
  }
  .tab_box > h2 {
    width: 100vw;
    font-size: 4vw;
    line-height: 1;
    text-align: left;
    color: #FFF;
    padding: 8vw 6vw;
    box-sizing: border-box;
    background: #0d64f2;
    margin-top: 1vw;
    margin-left: -6vw;
    position: relative;
    cursor: pointer;
  }
  .tab_box > h2::before,
.tab_box > h2::after {
    content: "";
    width: 3vw;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 50%;
    right: 7vw;
    transform-origin: center center;
    transform: translateY(-50%);
    transition: 0.3s;
    z-index: 1;
  }
  .tab_box > h2::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .tab_box > h2.open::after {
    transform: translateY(-50%) rotate(0);
    transition: 0.3s;
  }
  .gb .tab_box > h2 {
    background: #858a95;
  }
  .tab_box {
    color: #FFF;
    padding: 0;
    background: none;
    text-align: center;
  }
  .gb .tab_box {
    background: none;
  }
  .tab_box > div {
    width: 100%;
    background: #498eff;
    padding: 10vw 6vw;
    margin-left: -6vw;
  }
  .gb .tab_box > div {
    background: #9ba0ab;
  }
  .tab_box h4 {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 3vw;
  }
  .tab_box p {
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 8vw;
    text-align: left;
    padding: 0 3vw;
  }
  .tab_box p br {
    display: none;
  }
  .tab_box > div > h5 {
    font-size: 4vw;
    line-height: 1;
    text-align: left;
    padding-bottom: 2vw;
    margin-bottom: 3vw;
    border-bottom: 1px solid #FFF;
  }
  .tab_box ul + h5 {
    margin-top: 10vw;
  }
  .tab_box ul {
    display: block;
  }
  .tab_box ul::after {
    display: none;
  }
  .tab_box ul li {
    width: 100%;
    background: #FFF;
    border-radius: 0;
    overflow: hidden;
  }
  .tab_box ul li + li {
    margin-top: 2vw;
  }
  .tab_box ul li:nth-of-type(n + 3) {
    margin-top: 2vw;
  }
  .tab_box ul li a {
    display: block;
  }
  .tab_box ul li a h5 {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 2vw 0;
  }
  .tab_box ul li a h5::after {
    content: "＞";
    font-size: 4vw;
    color: #4e5e76;
    display: block;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%) scale(0.6, 1);
  }
  .tab_box ul li a h5 img {
    width: auto;
    height: 14vw;
  }
  .tab_box ul li a div {
    width: 100%;
    padding: 3vw;
    display: block;
  }
  .tab_box ul li a p {
    font-size: 3.5vw;
    line-height: 1.3;
    padding: 0;
    margin-bottom: 0;
  }
  span.wb {
    min-width: inherit;
    font-size: 3.1vw;
    line-height: 1;
    padding: 0.5vw 2vw;
    background: #FFF;
    border-radius: 3px;
    margin-right: 1vw;
    margin-bottom: 2vw;
  }
  span.bb,
section.case span.cate {
    min-width: inherit;
    font-size: 3.1vw;
    line-height: 1;
    padding: 0.5vw 2vw;
    margin-right: 1vw;
    margin-bottom: 2vw;
  }
  .tab_box .tab01,
.tab_box .tab02,
.tab_box .tab03,
.tab_box .tab04,
.tab_box .tab05,
.tab_box .tab06 {
    display: none;
  }
  .tab_box .r_btn {
    margin-top: 8vw;
  }
  .tab_box .r_btn a {
    border: none;
  }
  .relevance {
    padding: 8vw 5vw;
    margin-top: 6vw;
    background: #f1f1f1;
  }
  .relevance::before {
    display: none;
  }
  .relevance h2 {
    font-size: 5vw;
    text-align: center;
    line-height: 1;
    margin-bottom: 8vw;
  }
  .relevance > div {
    display: flex;
    flex-flow: wrap;
  }
  .relevance > div > div {
    width: 50%;
  }
  .relevance h3 {
    font-size: 3.5vw;
    line-height: 1;
    margin-bottom: 2vw;
    padding-left: 2vw;
    border-left: 4px solid #0d64f2;
  }
  .relevance ul + h3 {
    margin-top: 5vw;
  }
  .relevance ul li {
    font-size: 3.5vw;
    line-height: 1.4;
    padding: 0 4vw;
  }
  .relevance ul li::before {
    width: 4vw;
    content: "＞";
    color: #252525;
    padding-right: 0;
    display: inline-block;
    transform: scale(0.6, 1);
    margin-left: -4vw;
  }
  .relevance ul li + li {
    margin-top: 2vw;
  }
  .case > ul {
    display: none !important;
  }
  .case ul {
    display: block;
  }
  .case_slider {
    width: 100vw;
    margin-left: -6vw;
    overflow: hidden;
  }
  .case ul {
    height: 100%;
  }
  .case ul li {
    height: 100% !important;
    background: #FFF;
    box-shadow: 1vw 1vw 5vw 0px rgba(105, 142, 197, 0.5);
  }
  .case ul li a {
    display: block;
    color: #252525;
  }
  .case ul li a div + div {
    margin-top: 0;
    padding: 4vw;
  }
  .case ul li a:hover img {
    transform: scale(1);
  }
  .case ul li a div h3 {
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }
  .case ul li a div h3 span {
    display: block;
    padding-right: 1em;
  }
  .case ul li a div p {
    font-size: 4vw;
    line-height: 1.4;
  }
  .case ul li a div p + p {
    margin-top: 0;
  }
  .mcsl {
    margin-top: 15vw !important;
    width: 100vw;
    text-align: center;
    padding: 15vw 4vw 10vw;
    margin-left: -6vw;
    box-sizing: border-box;
    background: #f1f1f1;
    position: relative;
  }
  .mcsl::before {
    display: none;
  }
  .mcsl h2 {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
  .mcsl > p {
    font-size: 3.8vw;
    line-height: 1.4;
    padding: 0 4vw;
    text-align: left;
    margin-bottom: 6vw;
  }
  .mcsl > div {
    display: block;
  }
  .mcsl .mcsl_box01 {
    width: 100%;
    padding: 8vw 6vw;
    margin-bottom: 5vw;
    box-sizing: border-box;
    background: #FFF;
  }
  .mcsl .mcsl_box01 h3 img {
    width: 30vw;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mcsl .mcsl_box01 h3 {
    font-size: 4vw;
    line-height: 1.4;
    text-align: left;
    padding: 10vw 0 0 35vw;
    margin-bottom: 15vw;
    position: relative;
  }
  .mcsl .mcsl_box01 h3 span {
    font-size: 5vw;
    display: block;
  }
  .mcsl .mcsl_box01 p {
    font-size: 3.5vw;
    line-height: 1.6;
    height: 4.5em;
    text-align: left;
    overflow: hidden;
    position: relative;
  }
  .mcsl .mcsl_box01 p.open {
    height: auto;
  }
  .mcsl .mcsl_box01 p span.sp {
    width: 15em;
    font-size: 3.5vw;
    line-height: 1;
    padding: 1vw 4vw 0.5vw;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 6%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
  }
  .mcsl .mcsl_box01 p span.sp i {
    font-style: normal;
    color: #0d64f2;
    position: relative;
  }
  .mcsl .mcsl_box01 p span.sp i::after {
    content: "＞";
    color: #738093;
    display: inline-block;
    transform: translateX(0.3em) rotate(90deg) scale(0.6, 1);
  }
  .mcsl .mcsl_box01 p.open span.sp {
    display: none !important;
  }
  .mcsl .mcsl_box02 {
    width: 100%;
    padding: 10vw 6vw;
  }
  .mcsl .mcsl_box02 h3 {
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 10vw;
    position: relative;
  }
  .mcsl .mcsl_box02 h3::before {
    font-family: "FontAwesome";
    content: "\f002";
    display: inline-block;
    margin-right: 0.5em;
  }
  .mcsl .mcsl_box02 ul {
    padding: 0 5vw;
    justify-content: space-between;
  }
  .mcsl .mcsl_box02 ul li {
    font-size: 3.8vw;
    line-height: 1.3;
    width: 45%;
    padding: 2vw 0;
    box-sizing: border-box;
    margin-bottom: 2vw;
  }
  .mcsl .mcsl_box02 ul li::before {
    width: 3.5vw;
    content: "＞";
    margin-right: 0;
    margin-left: -3.5vw;
  }
  .mcsl .mcsl_box02 ul li:nth-of-type(even) {
    width: 45%;
  }
  .mcsl .mcsl_box02 > p {
    font-size: 3.8vw;
    line-height: 1.3;
    padding-top: 0;
    margin-top: 5vw;
    border-top: none;
  }
  .mcsl .mcsl_box02 .r_btn {
    margin-top: 5vw;
  }
  .wcu h2 {
    font-size: 5.5vw;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10vw;
  }
  .wcu ul {
    display: block;
  }
  .wcu ul::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #0d64f2;
    position: absolute;
    top: 5vw;
    right: -6vw;
    z-index: -1;
  }
  .wcu ul li {
    width: 100%;
    height: 40vw;
    margin-bottom: 3vw;
  }
  .wcu ul li:hover {
    transform: translate(0);
  }
  .wcu ul li a div {
    font-size: 3vw;
    left: 6vw;
  }
  .wcu ul li a div span {
    font-size: 5vw;
    padding-bottom: 6vw;
  }
  .wcu ul li a div span::after {
    content: "＞";
    font-size: 110%;
    transform: scale(0.6, 1);
  }
  .wcu ul li a div span::before {
    width: 5vw;
    height: 2px;
    bottom: 3vw;
  }
  .keyw {
    width: 100vw;
    margin-left: -6vw;
    padding: 0 4vw;
    box-sizing: border-box;
  }
  .keyw h2 {
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 6vw;
  }
  .keyw ul li {
    margin: 0 1vw 2vw 0;
  }
  .keyw ul li a {
    font-size: 3.5vw;
    line-height: 1;
    padding: 1.5vw 2vw;
    border: 1px solid #c2c2c2;
    border-radius: 10vw;
    display: inline-block;
  }
  .keyw > div {
    margin-top: 10vw;
    display: block;
  }
  .keyw > div.second_row {
    margin-top: 0;
    display: block;
  }
  .keyw > div a + a {
    margin-top: 0.5vw;
  }
  .keyw > div a {
    width: 100%;
    display: flex;
  }
  .keyw > div.second_row a {
    margin-right: 0;
    margin-left: 0;
  }
  .keyw > div.second_row > a {
    margin-top: 0.5vw;
  }
  .keyw > div a img {
    width: 30%;
    height: auto;
  }
  .keyw > div a p {
    width: 70%;
    height: auto;
    font-size: 3.8vw;
    line-height: 1.5;
    text-align: left;
    color: #FFF;
    display: block;
    background: #888e9b;
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0);
  }
  .keyw > div a p span {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 5vw;
    transform: translateY(-50%);
    box-sizing: border-box;
  }
  .keyw > div a p span::after {
    content: "＞";
    font-size: 110%;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%) scale(0.6, 1);
  }
  .am {
    margin-top: 15vw !important;
    padding-top: 15vw;
    position: relative;
    background: #0d64f2;
    width: 100vw;
    padding: 20vw 8vw 0;
    box-sizing: border-box;
    margin-left: -6vw;
    z-index: 1;
  }
  .am::before {
    display: none;
  }
  .am::after {
    content: "";
    width: 100%;
    height: 20vw;
    background: url("/jp/-/media/medicom/renew/img/am_logo.gif") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 10vw;
    right: 0;
    z-index: -1;
  }
  .am h2 {
    font-size: 6.5vw;
    line-height: 1;
    text-align: center;
    color: #FFF;
    margin-bottom: 10vw;
  }
  .am p {
    width: 100%;
    font-size: 3.8vw;
    line-height: 1.5;
  }
  .am .r_btn {
    text-align: center;
    margin: 10vw 0 0;
  }
  .am img {
    max-width: inherit;
    width: auto;
    height: 60vw;
    margin-top: 15vw;
    margin-left: -8vw;
    display: inline-block;
    float: none;
  }
}
.bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
}

.case .bx-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.case .bx-viewport {
  overflow: visible !important;
  width: 75% !important;
  height: 100%;
  padding: 5vw 0 8vw;
  margin: 0 auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -8vw;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/jp/-/media/medicom/renew/img/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #c2c2c2;
  padding-top: 0;
}

.case .bx-wrapper .bx-pager {
  bottom: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #c2c2c2;
  text-indent: -9999px;
  display: block;
  width: 2vw;
  height: 2vw;
  margin: 0 2vw;
  outline: 0;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0d64f2 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #c2c2c2;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.mcca {
  text-align: center;
  padding: 105px 0 95px;
  background: #f1f1f1;
  position: relative;
}

.mcca::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: 66.5%;
  transform: translateX(-50%);
  z-index: -1;
}

.mcca h2 {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 25px;
}

.mcca h2 span {
  font-size: 16px;
}

.mcca > p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 55px;
}

.mcca .mcca_content {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 50px;
}

.mcca .mcca_content .img_box {
  width: 31%;
  margin-top: 20px;
}

.mcca .mcca_content .text_box {
  text-align: left;
  width: 65%;
}

.mcca .mcca_content .text_box p {
  margin-bottom: 20px;
}

.mcca .mcca_content .text_box .button_box {
  display: flex;
  max-width: 100%;
}

.mcca .mcca_content .text_box .button_box .r_btn {
  margin-top: 18px;
  margin-right: 9px;
}

@media screen and (max-width: 1040px) {
  .mcca::before {
    left: 50%;
  }
}
@media screen and (max-width: 980px) {
  .mcca h2 {
    font-size: 5vw;
  }
  .mcca h2 span {
    font-size: 3.5vw;
  }
  .mcca p {
    font-size: 3.5vw;
  }
  .mcca .mcca_content {
    display: block;
    padding: 5vw;
  }
  .mcca .mcca_content .img_box {
    width: 100%;
    text-align: center;
  }
  .mcca .mcca_content .img_box img {
    width: 60%;
    margin-bottom: 4vw;
    margin-top: 0;
  }
  .mcca .mcca_content .text_box {
    width: 100%;
  }
  .mcca .mcca_content .text_box .button_box {
    display: block;
  }
  .mcca .mcca_content .text_box .button_box .r_btn {
    text-align: center;
  }
  .mcca .mcca_content .text_box .button_box .r_btn a {
    width: 65vw;
  }
}
/*# sourceMappingURL=top.css.map */