@charset "UTF-8";

/* Basic Settings
------------------------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

#wrap {
  margin: 0 auto;
}

.column-main {
  background: #dfedf2;
  min-width: 955px;
  max-width: 955px;
  padding: 30px 0 0;
  margin: 0 5px 0 0;
}

.column-main em {
  font-style: normal;
}

.header-global,
.breadcrumbs {
  min-width: 1195px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-pageTitle-low,
.container-contact,
.footer-global {
  min-width: 1195px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1195px;
}

.column-main {
  width: 955px;
  min-width: 955px;
  color: #444;
  line-height: 1.4;
}

.column-sidebar {
  width: 25%;
  min-width: 200px;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  #wrap {
    width: 1000px;
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 800px) {
  .header-global,
  .breadcrumbs {
    width: 100%;
    min-width: inherit;
  }

  .header-pageTitle-low,
  .container-contact,
  .footer-global {
    min-width: inherit;
  }

  .container {
    min-width: inherit;
    display: inherit;
  }

  .column-main {
    min-width: inherit;
    max-width: inherit;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #wrap {
    width: 100%;
    overflow: hidden;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
}

.column section {
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .column section {
    padding-bottom: calc(50 / 320 * 100vw);
  }
}

.column section + section {
  margin-top: 0 !important;
}

.column-main {
  min-width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 800px) {
  .column-main {
    margin-right: 0;
    margin-left: -4vw;
    max-width: 100vw !important;
    min-width: 100vw !important;
    width: 100vw !important;
  }
}

.column_head.old_head > div {
  padding-bottom: 110px;
}

@media only screen and (max-width: 800px) {
  .column_head.old_head > div {
    padding: 0;
  }
}

/* Page Common Styles
------------------------------------------------*/
.color0 {
  color: #444;
}

.color1 {
  color: #3da9c5;
}

.color2 {
  color: #2b6780;
}

.color3 {
  color: #2d90aa;
}

.column-main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.column-main a {
  color: #444;
  text-decoration: underline;
}

.column-main a:hover {
  text-decoration: none;
}

.column-main .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-title-wrap a.btn,
.column-main a.btn {
  display: block;
  border: 1px solid #fff;
  width: 100%;
  max-width: 398px;
  height: 54px;
  line-height: 52px;
  border-radius: 6px;
  position: relative;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.page-title-wrap a.btn:hover,
.column-main a.btn:hover {
  opacity: 0.75;
}

.page-title-wrap a.btn:after,
.column-main a.btn:after {
  content: "";
  display: block;
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/icon_arrow03_pc.png) no-repeat 0 0;
  width: 10px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
}

.page-title-wrap a.btn.btn-color1,
.column-main a.btn.btn-color1 {
  background-image: -moz-linear-gradient(90deg, #328d17 0%, #4dbf29 17%, #9dd431 100%);
  background-image: -webkit-linear-gradient(90deg, #328d17 0%, #4dbf29 17%, #9dd431 100%);
  background-image: -ms-linear-gradient(90deg, #328d17 0%, #4dbf29 17%, #9dd431 100%);
}

.page-title-wrap a.btn.btn-color2,
.column-main a.btn.btn-color2 {
  background-image: -moz-linear-gradient(90deg, #b11818 0%, #df7b39 17%, #e7b10b 100%);
  background-image: -webkit-linear-gradient(90deg, #b11818 0%, #df7b39 17%, #e7b10b 100%);
  background-image: -ms-linear-gradient(90deg, #b11818 0%, #df7b39 17%, #e7b10b 100%);
}

.flex-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/bg_sec-ttl_pc.png") right center no-repeat;
  margin: 0 0 50px;
  padding: 0 0 0 114px;
  height: 120px;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 26px;
}

.section-title:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  display: block;
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/icon_ribon_pc.png) no-repeat 0 0;
  width: 92px;
  height: 133px;
}

.section-title .num {
  width: 55px;
  font-size: 50px;
  -moz-transform: matrix(1, 0, -0.08749, 1, 0, 0);
  -webkit-transform: matrix(1, 0, -0.08749, 1, 0, 0);
  -ms-transform: matrix(1, 0, -0.08749, 1, 0, 0);
}

.section-title .title {
  font-size: 26px;
  line-height: 1.4;
}

.section-title .title .sub {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  color: #99d1e8;
}

.section-sub-title {
  position: relative;
  align-items: center;
  border-bottom: 2px solid #a3c9d6;
  background: -moz-linear-gradient(0deg, #f5fafb 0%, #dfedf2 100%);
  background: -webkit-linear-gradient(0deg, #f5fafb 0%, #dfedf2 100%);
  background: -ms-linear-gradient(0deg, #f5fafb 0%, #dfedf2 100%);
  margin: 0 0 30px;
  padding: 20px 0 0 50px;
  height: 60px;
  line-height: 1;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
}

.section-sub-title.no-space {
  letter-spacing: 0;
}

.section-sub-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/icon_ribon-s_pc.png") no-repeat 0 0;
  width: 30px;
  height: 60px;
}

.section-sub-title .sub {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0;
  color: #9fd4e9;
}

.section-sub-title .sub .num {
  font-style: normal;
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  .page-title-wrap a.btn,
  .column-main a.btn {
    border: 0.2666667vw solid #fff;
    width: 100%;
    max-width: auto;
    height: 13.3333333vw;
    line-height: 12.8vw;
    border-radius: 0.8vw;
    font-size: 4.2666667vw;
  }

  .page-title-wrap a.btn:after,
  .column-main a.btn:after {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/icon_arrow03_sp.png) 0 0 / 100% 100% no-repeat;
    width: 2.666667vw;
    height: 4vw;
    margin-top: -2vw;
  }

  .section-title {
    background: #fff url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/bg_sec-ttl_sp.png") right center / 50vw auto no-repeat;
    margin: 0 0 6.6666667vw;
    padding: 0 0 0 13.3333333vw;
    height: 20vw;
  }

  .section-title:before {
    top: 0;
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/icon_ribon_pc.png) 0 0 / 100% 100% no-repeat;
    width: 12.2666667vw;
    height: 17.733333vw;
  }

  .section-title .num {
    margin: -6vw 0 0;
    width: 10vw;
    font-size: 6.6666667vw;
  }

  .section-title .title {
    font-size: 5.3333333vw;
    line-height: 1.2;
  }

  .section-title .title .sub {
    font-size: 3.2vw;
  }

  .section-sub-title {
    border-bottom: 0.2666667vw solid #a3c9d6;
    background: rgba(254, 254, 254, 0.7);
    margin: 0 0 30px;
    padding: 2.933333vw 0 0 8vw;
    height: 10.666667vw;
    font-size: 5.3333333vw;
  }

  .section-sub-title:before {
    background: url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/icon_ribon-s_pc.png") 0 0 / 100% 100% no-repeat;
    width: 5.3333333vw;
    height: 10.666667vw;
  }

  .section-sub-title .sub {
    font-size: 3.2vw;
  }

  .section-sub-title .sub .num {
    font-size: 4vw;
  }
}

.section-link {
  width: 90.34%;
  margin: 30px auto 0;
}

#sec01 .section-link {
  margin-top: -20px;
}

.section-link-back-page {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: end;
  align-items: start;
  gap: 5px;
  text-decoration: none !important;
}

.section-link-back-page .section-link-back-page__icon {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: center / contain no-repeat url(/jp/-/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/icon_link_arrow_blue.svg);
  translate: 0 2.25px;
}

.section-link-back-page .section-link-back-page__text {
  color: #0056a8;
  font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .section-link,
  #sec01 .section-link {
    margin: calc(30 / 320 * 100vw) auto 0;
  }

  .section-link-back-page {
    gap: calc(5 / 320 * 100vw);
  }

  .section-link-back-page .section-link-back-page__icon {
    width: calc(16 / 320 * 100vw);
    height: calc(16 / 320 * 100vw);
    translate: 0 calc(1.8 / 320 * 100vw);
  }

  .section-link-back-page .section-link-back-page__text {
    font-size: calc(14 / 320 * 100vw);
    line-height: 1.4;
  }
}

/* Page Styles
------------------------------------------------*/
/* main Visual */
.page-title-wrap {
  background: url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/bg_h1_pc.png"), -moz-linear-gradient(0deg, #4b9cc0 0%, #4b9cc0 50%, #c8dadc 51%, #c8dadc 100%);
  background: url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/bg_h1_pc.png"), -webkit-linear-gradient(0deg, #4b9cc0 0%, #4b9cc0 50%, #c8dadc 51%, #c8dadc 100%);
  background: url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/bg_h1_pc.png"), -ms-linear-gradient(0deg, #4b9cc0 0%, #4b9cc0 50%, #c8dadc 51%, #c8dadc 100%);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 380px;
  min-width: 1195px;
  line-height: 1.4;
}

.page-title-wrap .page-title-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 33px;
  font-weight: normal;
  color: #fff;
  position: relative;
  height: 380px;
}

.page-title-wrap .page-title-inner .logo {
  position: absolute;
  top: 84px;
  background: url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/ttl_h1.png") no-repeat 0 0;
  width: 543px;
  height: 87px;
  text-indent: -9999px;
  overflow: hidden;
}

.page-title-wrap .btn-wrap {
  position: absolute;
  top: 220px;
  width: 735px;
}

.page-title-wrap .btn-wrap li {
  width: 360px;
}

.page-title-wrap .page-index {
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -50px;
  border-radius: 40px;
  background: -moz-linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 7%);
  background: -webkit-linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 7%);
  background: -ms-linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 7%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  margin: 0 0 0 -540px;
  width: 84.375%;
  height: 80px;
}

.page-title-wrap .page-index li {
  position: relative;
  width: 24%;
}

.page-title-wrap .page-index li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 25px;
  right: -1px;
  display: block;
  background: #eee;
  width: 1px;
  height: 30px;
}

.page-title-wrap .page-index li a {
  position: relative;
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #444;
}

.page-title-wrap .page-index li a:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  display: block;
  background: #2d90aa;
  border-radius: 8px;
  margin: 0 0 0 -8px;
  width: 16px;
  height: 16px;
}

.page-title-wrap .page-index li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -2px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width: 768px) {
  /* main Visual */
  .page-title-wrap {
    background: #dfedf2 url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/bg_h1_sp.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 88vw;
    min-width: 100%;
    line-height: 1.4;
  }

  .page-title-wrap .page-title-inner {
    max-width: 100%;
    padding: 8vw 0 6vw;
    height: auto;
  }

  .page-title-wrap .page-title-inner .logo {
    position: relative;
    top: auto;
    background: url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/ttl_h1.png") 0 0 / 100% 100% no-repeat;
    margin: 0 0 32.666667vw 5.3333333vw;
    width: 72.4vw;
    height: 11.6vw;
  }

  .page-title-wrap .btn-wrap {
    position: relative;
    top: auto;
    margin: 0 0 8vw;
    width: auto;
  }

  .page-title-wrap .btn-wrap li {
    margin: 0 auto 2.666667vw;
    width: 86.666667vw;
  }

  .page-title-wrap .page-index {
    justify-content: center;
    position: relative;
    left: auto;
    bottom: auto;
    border-radius: 1.3333333vw;
    background: #fff;
    box-shadow: 0 0 5.3333333vw 0 rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    width: 94.666667vw;
    height: auto;
  }

  .page-title-wrap .page-index li {
    width: 100%;
  }

  .page-title-wrap .page-index li:not(:last-child):after {
    top: auto;
    bottom: 0;
    right: 2.666667vw;
    width: 89.333333vw;
    height: 0.2666667vw;
  }

  .page-title-wrap .page-index li a {
    padding: 0 0 0 16vw;
    height: 12vw;
    line-height: 12vw;
    text-align: left;
    font-size: 4.2666667vw;
  }

  .page-title-wrap .page-index li a:before {
    bottom: 4vw;
    left: 6.6666667vw;
    border-radius: 2vw;
    margin: 0;
    width: 4vw;
    height: 4vw;
  }

  .page-title-wrap .page-index li a:after {
    bottom: 5.6vw;
    left: 8vw;
    margin: 0;
    width: 1.2vw;
    height: 1.2vw;
    border-top: 0.2666667vw solid #fff;
    border-right: 0.2666667vw solid #fff;
  }
}

/* Section 01 */
#sec01 .function-list {
  row-gap: 40px;
  margin: 0 auto 50px;
  width: 90.34%;
}

#sec01 .function-list .function-item {
  position: relative;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.0175);
  padding: 10px 10px 130px;
  width: 48%;
}

#sec01 .function-list .function-item a.btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin: 0 0 0 -32.2222%;
  width: 64.444%;
}

#sec01 .function-list .function-item .function-title {
  background: #2d90aa;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}

#sec01 .function-list .function-item .txt {
  padding: 10px 20px 0;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  #sec01 .function-list {
    display: block;
    margin: 0 auto 6.6666667vw;
    width: 89.333333vw;
  }

  #sec01 .function-list .function-item {
    border-radius: 1.3333333vw;
    box-shadow: 0 0.8vw 2vw 0 rgba(0, 0, 0, 0.0175);
    margin: 0 0 6.6666667vw;
    padding: 2.666667vw 2.666667vw 5.3333333vw;
    width: 100%;
  }

  #sec01 .function-list .function-item a.btn {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 6vw auto 0;
    width: 78.666667vw;
  }

  #sec01 .function-list .function-item .function-title {
    height: 10vw;
    line-height: 10vw;
    font-size: 4.2666667vw;
  }

  #sec01 .function-list .function-item .txt {
    padding: 3.333333vw 2.666667vw 0;
    line-height: 1.75;
    font-size: 3.733333vw;
  }
}

/* Section 02 */
#sec02 > .txt {
  margin: 0 50px 40px;
}

#sec02 .alignment-list {
  counter-reset: my-counter;
  margin: 0 auto 20px;
  width: 88.4%;
}

#sec02 .alignment-list .alignment-item {
  position: relative;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.0175);
  margin: 0 0 20px;
  padding: 0 20px 20px;
  width: 31.875%;
  overflow: hidden;
}

#sec02 .alignment-list .alignment-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 76px solid transparent;
  border-left: 64px solid #2d90aa;
}

#sec02 .alignment-list .alignment-item:after {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

#sec02 .alignment-list .alignment-item .alignment-title {
  padding: 40px 0;
  min-height: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

#sec02 .alignment-list .alignment-item .alignment-title.pd-ajust {
  padding: 15px 0 0;
}

#sec02 .alignment-list .alignment-item .alignment-title .sub {
  display: block;
  font-size: 15px;
}

#sec02 .alignment-list .alignment-item .txt {
  line-height: 1.6;
}

#sec02 .btn-wrap {
  margin: 0 auto;
  width: 48.25%;
}

#sec02 .btn-wrap li {
  width: 100%;
}

#sec02 .btn-wrap li .btn {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  #sec02 > .txt {
    margin: 0 5.3333333vw 8.6666667vw;
  }

  #sec02 .alignment-list {
    margin: 0 auto 5.3333333vw;
    width: 89.333333vw;
  }

  #sec02 .alignment-list .alignment-item {
    border-radius: 1.3333333vw;
    box-shadow: 0 0.8vw 2vw 0 rgba(0, 0, 0, 0.0175);
    margin: 0 0 2.666667vw;
    padding: 0 5.3333333vw 5.3333333vw;
    width: 100%;
  }

  #sec02 .alignment-list .alignment-item:before {
    border-bottom: 16vw solid transparent;
    border-left: 13.3333333vw solid #2d90aa;
  }

  #sec02 .alignment-list .alignment-item:after {
    width: 8vw;
    height: 8.6666667vw;
    line-height: 8.6666667vw;
    font-size: 3.733333vw;
  }

  #sec02 .alignment-list .alignment-item .alignment-title {
    padding: 6vw 0;
    min-height: 16.666667vw;
    font-size: 4.8vw;
  }

  #sec02 .alignment-list .alignment-item .alignment-title.pd-ajust {
    padding: 6vw 0;
  }

  #sec02 .alignment-list .alignment-item .alignment-title .sub {
    font-size: 3.733333vw;
  }

  #sec02 .btn-wrap {
    margin: 0 auto;
    width: 86.666667vw;
  }
}

/* Section 03 */
#sec03 > .txt {
  margin: 0 50px 40px;
  line-height: 1.75;
}

#sec03 .security-list {
  margin: 0 auto;
  width: 90.34%;
}

#sec03 .security-list .security-item {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.0175);
  margin: 0;
  padding: 30px;
  width: 48%;
}

#sec03 .security-list .security-item .security-title {
  min-height: 85px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

#sec03 .security-list .security-item .security-title span {
  font-size: 16px;
}

#sec03 .security-list .security-item .security-title .sub {
  display: block;
  border-radius: 15px;
  background: #fff;
  margin: 0 auto 10px;
  width: 240px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}

#sec03 .security-list .security-item .txt {
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  #sec03 > .txt {
    margin: 0 5.3333333vw 8.6666667vw;
  }

  #sec03 .security-list {
    margin: 0 auto;
    width: 89.333333vw;
    gap: 6.6666667vw;
  }

  #sec03 .security-list .security-item {
    border-radius: 1.3333333vw;
    box-shadow: 0 0.8vw 2vw 0 rgba(0, 0, 0, 0.0175);
    margin: 0;
    padding: 5.3333333vw 4vw 4vw;
    width: 100%;
  }

  #sec03 .security-list .security-item .security-title {
    margin: 0 0 4vw;
    min-height: auto;
    font-size: 4.8vw;
  }

  #sec03 .security-list .security-item .security-title span {
    font-size: 3.2vw;
  }

  #sec03 .security-list .security-item .security-title .sub {
    border-radius: 3.333333vw;
    margin: 0 auto 1.3333333vw;
    width: 46.666667vw;
    height: 6.6666667vw;
    line-height: 6.6666667vw;
    font-size: 3.2vw;
  }
}

/* Section 04 */
#sec04 .case-list {
  margin: 0 0 15px;
  padding: 20px 0 0;
}

#sec04 .case-list .case-item {
  position: relative;
}

#sec04 .case-list .case-item a {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.0175);
  margin: 0 4.825% 60px 27.6%;
  padding: 25px 30px 30px;
  text-decoration: none;
  width: 67.5%;
}

#sec04 .case-list .case-item + .case-item a {
  margin: 0 27.6% 60px 4.825%;
}

#sec04 .case-list .case-item a:before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 1px;
  display: block;
  background: url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/arrow_case_pc.png") no-repeat 0 0;
  width: 76px;
  height: 76px;
}

#sec04 .case-list .case-item .case-title {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 22px;
}

#sec04 .case-list .case-item .txt {
  margin: 0 0 40px;
  line-height: 1.75;
}

#sec04 .case-list .case-item .case-name {
  font-size: 22px;
}

#sec04 .case-list .case-item .case-name sub {
  vertical-align: baseline;
  font-size: 14px;
}

#sec04 .case-list .case-item .img {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
}

#sec04 .case-list .case-item + .case-item .img {
  left: auto;
  right: 0;
}

#sec04 .bnr-wrap {
  margin: 0 auto;
  width: 616px;
}

@media only screen and (max-width: 768px) {
  #sec04 .section-title {
    background: #fff url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/bg_sec-ttl_sp2.png") right center / 50vw auto no-repeat;
    margin: 0 0 6.6666667vw;
    padding: 0 0 0 13.3333333vw;
    height: 26.666667vw;
  }

  #sec04 .case-list {
    margin: 0 auto 5.3333333vw;
    padding: 1.3333333vw 0 0;
    width: 89.333333vw;
  }

  #sec04 .case-list .case-item {
    position: relative;
  }

  #sec04 .case-list .case-item a {
    background: rgba(255, 255, 255, 0.5) url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/img_case01_sp.png") left top / 52.4vw auto no-repeat;
    border-radius: 1.3333333vw;
    box-shadow: 0 0.8vw 2vw 0 rgba(0, 0, 0, 0.0175);
    margin: 0 0 6.6666667vw;
    padding: 9.3333333vw 5.3333333vw 6.6666667vw;
    width: 100%;
  }

  #sec04 .case-list .case-item + .case-item a {
    background: rgba(255, 255, 255, 0.5) url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/img_case02_sp.png") left top / 52.4vw auto no-repeat;
    margin: 0 0 6.6666667vw;
  }

  #sec04 .case-list .case-item a:before {
    bottom: 0.2666667vw;
    right: 0.2666667vw;
    background: url("/jp/~/media/medicom/clinics/mchrf-hybrid-cloud/function-detail/arrow_case_sp.png") 0 0 / 100% 100% no-repeat;
    width: 10.666667vw;
    height: 10.666667vw;
  }

  #sec04 .case-list .case-item .case-title {
    position: relative;
    z-index: 10;
    margin: 0 0 6vw;
    padding: 0 0 0 22.666667vw;
    font-size: 4.2666667vw;
  }

  #sec04 .case-list .case-item .txt {
    margin: 0 0 5.3333333vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 1.75;
  }

  #sec04 .case-list .case-item .case-name {
    font-size: 3.2vw;
  }

  #sec04 .case-list .case-item .case-name sub {
    font-size: 2.666667vw;
  }

  #sec04 .case-list .case-item .img {
    display: none;
  }

  #sec04 .bnr-wrap {
    margin: 0 auto;
    width: 91.466667vw;
  }
}

/* Section 05 */
#sec05 .bnr-wrap {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.0175);
  margin: 0 auto;
  width: 450px;
  text-align: center;
}

#sec05 .bnr-wrap a {
  display: block;
  padding: 30px 55px;
}

@media only screen and (max-width: 768px) {
  #sec05 {
    padding: 0 0 16vw;
  }

  #sec05 .bnr-wrap {
    border-radius: 1.3333333vw;
    box-shadow: 0 0.8vw 2vw 0 rgba(0, 0, 0, 0.0175);
    width: 89.333333vw;
  }

  #sec05 .bnr-wrap a {
    padding: 8vw 10vw 6.6666667vw;
  }
}

/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media only screen and (max-width: 650px) {
  .main-scroll-area {
    min-width: 0;
  }

  .column-main {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

/* cv */
.bg1 {
  background-color: #dfedf2;
  padding-bottom: 0 !important;
}

.index-header .color1,
.cta-wrap .color1 {
  color: #3da9c5;
}

.index-header .color3,
.cta-wrap .color3 {
  color: #2b6780;
}

.index-header {
  padding: 22px 25px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

@media only screen and (max-width: 800px) {
  .index-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 5.86667vw 15px;
  }
}

.index-header-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.index-header .txt1 {
  margin-bottom: 7px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.86667;
}

@media only screen and (max-width: 800px) {
  .index-header .txt1 {
    font-size: 3.73333vw;
    letter-spacing: -0.05em;
  }
}

.index-header .txt2 {
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_02/CV_logo_pc.png) no-repeat 0 0;
  width: 268px;
  height: 72px;
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.index-header .txt3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 800px) {
  .index-header .txt3 {
    font-size: 4.26667vw;
  }
}

.index-header2 {
  padding: 0 25px 40px;
}

@media only screen and (max-width: 800px) {
  .index-header2 {
    padding: 0 25px 28px;
  }
}

.column-main .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  .column-main .btn-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.column-main .btn-wrap a:nth-child(2) {
  margin-left: 15px;
}

@media only screen and (max-width: 800px) {
  .column-main .btn-wrap a:nth-child(2) {
    margin-left: 0;
  }
}

.btn-wrap .renew_btn {
  color: rgb(255, 255, 255);
  text-align: center;
  height: 68px;
  font-size: 20px;
  font-family: "UD Shin Go DemiBold", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, ãƒ¡ã‚¤ãƒªã‚ª, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  border-radius: 15px;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
}

.renew_btn--orange {
  background-color: rgb(218, 124, 16);
}

.renew_btn--green {
  background-color: rgb(8, 165, 147);
}

.renew_btn::after {
  content: url(/jp/-/media/medicom/mchsf/side-detail.svg);
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  display: inline-table;
}

@media screen and (max-width: 770px) {
  .btn-wrap .renew_btn {
    width: 100%;
    height: auto;
    padding: 4.27vw 0;
    border-radius: 15px;
    border: none;
    font-size: 4.8vw;
    line-height: 1;
  }
}

.cta-wrap {
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_02/bg_cta_pc.png) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 265px;
  padding: 34px 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

@media only screen and (max-width: 800px) {
  .cta-wrap {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_02/bg_cta_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 100%;
    height: auto;
    padding: 6.66667vw 6.13333vw 8vw;
  }
}

.cta-wrap-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
}

@media only screen and (max-width: 800px) {
  .cta-wrap-col {
    position: relative;
    width: 100vw;
    margin-left: -5.33333vw;
    margin-right: -5.33333vw;
    margin-bottom: 2.66667vw;
  }
}

.cta-wrap .btn-wrap {
  width: 100%;
}

.cta-wrap .txt1 {
  margin-bottom: -13px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.86667;
  text-shadow: #fff 1px 1px 18px, #fff -1px 1px 18px, #fff 1px -1px 18px, #fff -1px -1px 18px;
  z-index: 1;
}

@media only screen and (max-width: 800px) {
  .cta-wrap .txt1 {
    font-size: 3.73333vw;
    margin-bottom: 1.46667vw;
  }
}

.cta-wrap .txt2 {
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/cta_logo_pc_hc.png) no-repeat center 0 /100%;
  width: 310px;
  height: 110px;
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 0;
}

@media only screen and (max-width: 800px) {
  .cta-wrap .txt2 {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/cta_logo_pc_hc.png) no-repeat center 0 /100%;
    width: 59.73333vw;
    height: 23.4vw;
    margin-right: 0;
  }
}

.cta-wrap .txt3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-shadow: #fff 1px 1px 18px, #fff -1px 1px 18px, #fff 1px -1px 18px, #fff -1px -1px 18px;
  margin-top: 40px;
}

@media only screen and (max-width: 800px) {
  .cta-wrap .txt3 {
    font-size: 4.26667vw;
  }
}