@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 {
  min-width: 955px;
  max-width: 955px;
  padding: 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;
}

.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;
}

/* Page Styles
------------------------------------------------*/
.bg1 {
  background-color: #dfedf2;
}

.bg2 {
  background-color: #f5f9fa;
}

.bg3 {
  background-color: rgba(255, 255, 255, 0.25);
}

.color0 {
  color: #444;
}

.color1 {
  color: #3da9c5;
}

.color2 {
  color: #1d80a4;
}

.color3 {
  color: #2b6780;
}

.color4 {
  color: #00cbff;
}

.color5 {
  color: #2d90aa;
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
	Ajustment For Tablett Window 
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
/* Page Styles
------------------------------------------------*/
@media only screen and (max-width: 800px) {
  .container {
    padding-top: 0;
  }
}

@media only screen and (max-width: 800px) {
  .column-sidebar {
    padding: 30px 0 15px;
    width: 100%;
  }
}

.column-main {
  color: #444;
  line-height: 1.4;
}

@media only screen and (max-width: 800px) {
  .column-main {
    margin-right: -10px;
    margin-left: -10px;
    max-width: 100vw !important;
    min-width: 100vw !important;
    width: 100vw !important;
  }
}

.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;
}

@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;
  }
}

.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;
}

@media only screen and (max-width: 800px) {
  .column-main a.btn {
    border-radius: 3px;
    max-width: 100%;
    height: 58px;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
  }
}

.column-main a.btn:hover {
  opacity: 0.75;
}

.column-main a.btn:after {
  content: "";
  display: block;
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/icon_arrow03_pc.png) no-repeat 0 0;
  width: 10px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
}

@media only screen and (max-width: 800px) {
  .column-main a.btn:after {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/icon_arrow03_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 10px;
    height: 15px;
    margin-top: -7px;
  }
}

.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%);
}

.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%);
}

.page-title-wrap {
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/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_01/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_01/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 320px;
  min-width: 1195px;
  line-height: 1.4;
}

@media only screen and (max-width: 800px) {
  .page-title-wrap {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/bg_h1_sp.png) no-repeat 0 0;
    background-size: 100%;
    min-width: 0;
  }
}

.page-title-wrap .page-title-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 33px;
  font-weight: normal;
  color: #fff;
  position: relative;
  height: 320px;
}

@media only screen and (max-width: 800px) {
  .page-title-wrap .page-title-inner {
    line-height: 1.6;
    height: 72vw;
    padding: 0 4.53333vw;
  }
}

.page-title-wrap .page-title-inner .txt1 {
  font-size: 28px;
  position: absolute;
  top: 39px;
}

@media only screen and (max-width: 800px) {
  .page-title-wrap .page-title-inner .txt1 {
    font-size: 4.8vw;
    top: 4.8vw;
  }
}

.page-title-wrap .page-title-inner .txt2 {
  font-size: 36px;
  position: absolute;
  top: 81px;
}

@media only screen and (max-width: 800px) {
  .page-title-wrap .page-title-inner .txt2 {
    font-size: 5.33333vw;
    top: 12.66667vw;
  }
}

.page-title-wrap .page-title-inner .logo {
  position: absolute;
  top: 209px;
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/img_h1_logo_pc.png) no-repeat 0 0;
  width: 396px;
  height: 81px;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  .page-title-wrap .page-title-inner .logo {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/img_h1_logo_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 52.8vw;
    height: 10.8vw;
    top: 31.6vw;
  }
}

.section-title1 {
  font-size: 26px;
  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;
}

@media only screen and (max-width: 800px) {
  .section-title1 {
    font-size: 4.8vw;
  }
}

.section-title1:before {
  content: "";
  display: block;
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/icon_ribon_pc.png) no-repeat 0 0;
  width: 92px;
  height: 133px;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 800px) {
  .section-title1:before {
    background-size: 100%;
    width: 12.26667vw;
    height: 17.73333vw;
  }
}

.section-title1 {
  padding-left: 114px;
  height: 120px;
  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) {
  .section-title1 {
    height: 20vw;
    padding-left: 15.2vw;
  }
}

.section-title1:before {
  top: -12px;
}

@media only screen and (max-width: 800px) {
  .section-title1:before {
    top: -1.6vw;
  }
}

.section-title1 .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);
}

@media only screen and (max-width: 800px) {
  .section-title1 .num {
    width: 8vw;
    font-size: 6.66667vw;
    height: 100%;
    padding-top: 7px;
  }
}

.section-title1 .title {
  font-size: 26px;
  line-height: 1.4;
}

@media only screen and (max-width: 800px) {
  .section-title1 .title {
    font-size: 4.8vw;
  }
}

.section-title1 .title .sub {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media only screen and (max-width: 800px) {
  .section-title1 .title .sub {
    font-size: 3.73333vw;
  }
}

.section-body {
  padding: 16px 50px 106px;
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/bg_section_pc.png) no-repeat 0 0;
}

@media only screen and (max-width: 800px) {
  .section-body {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/bg_section_sp.png) no-repeat 0 0;
    background-size: 100%;
    padding: 5.06667vw 5.33333vw 16vw;
  }
}

.section-body .section-body-subttl {
  font-size: 20px;
  line-height: 1.4;
  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;
  margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {
  .section-body .section-body-subttl {
    font-size: 4.8vw;
    line-height: 1.44444;
  }
}

.section-body p {
  line-height: 1.6;
}

.section-body .img-wrap {
  text-align: center;
  margin: 35px 0 30px;
}

.section-body .img-wrap img {
  margin-right: auto;
  margin-left: auto;
}

.section-body .img-wrap.sec05img {
  width: 566px;
  margin: 35px auto 40px;
}

@media only screen and (max-width: 800px) {
  .section-body .img-wrap.sec05img {
    width: 75.46667vw;
  }
}

.section-body .img-wrap.sec05img span {
  display: block;
  text-align: right;
  line-height: 1;
  padding: 14px 48px 0 0;
  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;
  font-size: 20px;
}

@media only screen and (max-width: 800px) {
  .section-body .img-wrap.sec05img span {
    font-size: 2.66667vw;
    padding: 1.86667vw 6.4vw 0 0;
  }
}

.section-body .bnr-wrap {
  text-align: center;
  margin: 30px 0 40px;
}

.section-body .bnr-wrap a img {
  margin-right: auto;
  margin-left: auto;
}

.section-body .bnr-wrap a:hover {
  opacity: 0.75;
}

#sec03 .section-body {
  padding-bottom: 90px;
}

@media only screen and (max-width: 800px) {
  #sec03 .section-body {
    padding-bottom: 15.73333vw;
  }
}

.bg-modal {
  opacity: .6;
}

.btn-modal-close {
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/icon_close_pc.png) no-repeat 0 0;
  top: -36px;
  right: -38px;
  width: 40px;
  height: 40px;
}

.modal {
  border: 10px solid #fff;
  background-color: #bfbfbf;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
}

.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 6.13333vw 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;
  }
}

.index-header .txt2 {
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/img_h1_logo_pc.png) no-repeat 0 0;
  width: 268px;
  height: 54px;
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  .index-header .txt2 {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/img_h1_logo_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 52.8vw;
    height: 10.8vw;
    top: 23.6vw;
  }
}

.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;
  }
}

.index-body {
  padding: 0 25px 40px;
}

@media only screen and (max-width: 800px) {
  .index-body {
    padding: 0 15px 28px;
  }
}

.index-list-wrap {
  padding: 25px 30px;
}

@media only screen and (max-width: 800px) {
  .index-list-wrap {
    padding: 25px 10px 10px;
  }
}

.index-list-wrap .index-list+.index-list {
  border-top: 1px solid #eee;
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list+.index-list {
    border-top: none;
  }
}

.index-list-wrap .index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 25px 0;
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px 0 0;
  }
}

.index-list-wrap .index-list-ttl {
  text-align: center;
  font-size: 20px;
  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-list-wrap .index-list-ttl {
    font-size: 18px;
  }
}

.index-list-wrap .index-list-label {
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 23.66864%;
  min-height: 30px;
  margin-right: 19px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list-label {
    background-color: #dfedf2;
    width: 100%;
    margin-right: 0;
    line-height: 35px;
    font-size: 16px;
  }

  .index-list-wrap .index-list-label br {
    display: none;
  }
}

.index-list-wrap .index-list-link {
  width: 74.08284%;
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list-link {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list-link ul {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list-link ul li {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list-link ul li a {
    display: block;
    padding-left: 5px;
    padding-right: 25px;
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/icon_arrow04_sp.png) no-repeat calc(100% - 5px) 50%;
    background-size: 10px;
  }
}

.index-list-wrap .index-list-link ul li+li {
  margin-top: 16px;
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list-link ul li+li {
    border-top: 1px solid #d8d8d8;
    margin-top: 0;
  }
}

.sec01-wrap .sec01-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .sec01-flex {
    width: 86.66667vw;
    margin-left: auto;
    margin-right: auto;
    gap: 12vw 0;
  }
}

.sec01-wrap .sec01-flex li {
  width: 410px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.0175);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.0175);
  padding: 22px 0 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .sec01-flex li {
    border-radius: 3px;
    width: 100%;
    min-height: 49.33333vw;
    padding: 3.46667vw 0 5.6vw;
  }
}

.sec01-wrap .sec01-flex li .txt1 {
  font-size: 16px;
  line-height: 1.75;
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/bg_sec01_pc.png) no-repeat 0 0;
  width: 100px;
  height: 61px;
  color: #fff;
  position: absolute;
  top: -15px;
  left: 0;
  text-align: center;
  padding-top: 15px;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .sec01-flex li .txt1 {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/bg_sec01_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 20vw;
    height: 11.73333vw;
    top: -4.13333vw;
    font-size: 3.2vw;
    padding-top: 2.93333vw;
  }
}

.sec01-wrap .sec01-flex li .txt1 span {
  display: inline-block;
  margin-left: 5px;
  color: #00cbff;
  line-height: 1.4;
  font-size: 20px;
  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) {
  .sec01-wrap .sec01-flex li .txt1 span {
    font-size: 4vw;
  }
}

.sec01-wrap .sec01-flex li h3 {
  font-size: 20px;
  line-height: 1.4;
  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;
  height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .sec01-flex li h3 {
    font-size: 4.26667vw;
    height: 19.2vw;
  }
}

.sec01-wrap .sec01-flex li .img-wrap {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(75, 122, 135, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(75, 122, 135, 0.2);
  width: 360px;
  margin: 0 auto 11px;
  border: 2px solid #fff;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .sec01-flex li .img-wrap {
    width: 78.66667vw;
    margin: 0 auto 3.06667vw;
    pointer-events: none;
  }
}

.sec01-wrap .sec01-flex li .img-wrap img {
  width: 100%;
  height: auto;
}

.sec01-wrap .sec01-flex li .img-wrap .link-modal {
  display: block;
  position: relative;
}

.sec01-wrap .sec01-flex li .img-wrap .link-modal:hover {
  opacity: 0.7;
}

.sec01-wrap .sec01-flex li .img-wrap .link-modal:after {
  content: "";
  display: block;
  background: #2d90aa url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/icon_zoom_pc.png) no-repeat 50% 50%;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .sec01-flex li .img-wrap .link-modal:after {
    display: none;
  }
}

.sec01-wrap .sec01-flex li .txt3 {
  margin-left: 29px;
  margin-right: 29px;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .sec01-flex li .txt3 {
    margin-left: 4vw;
    margin-right: 4vw;
    font-size: 3.73333vw;
  }
}

.sec01-wrap .txt2 {
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/icon_arrow01_pc.png) no-repeat 50% 100%;
  height: 110px;
  font-size: 24px;
  line-height: 1.75;
  text-align: center;
  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;
  margin: 0 auto -27px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .txt2 {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/icon_arrow01_sp.png) no-repeat 50% 100%;
    background-size: 7.73333vw;
    font-size: 4.26667vw;
    line-height: 1.3125;
    height: auto;
    padding-bottom: 10.4vw;
    margin-bottom: -1.33333vw;
  }
}

.sec01-wrap .txt4 {
  display: block;
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/bg_check_pc.png) no-repeat 0 0;
  width: 322px;
  height: 64px;
  line-height: 34px;
  padding-top: 7px;
  text-align: center;
  font-size: 16px;
  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;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .txt4 {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/bg_check_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 61.86667vw;
    height: 11.2vw;
    font-size: 3.2vw;
    line-height: 6.66667vw;
    padding-top: 0.93333vw;
  }
}

.sec01-wrap .txt4:before {
  content: "";
  display: block;
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/icon_check_pc.png) no-repeat 0 0;
  width: 83px;
  height: 40px;
  position: absolute;
  left: -3px;
  top: -13px;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .txt4:before {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/icon_check_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 15.86667vw;
    height: 7.46667vw;
    left: -0.93333vw;
    top: -2.8vw;
  }
}

.sec01-wrap .txt5 {
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/bg_gradient_pc.png) no-repeat 0 0;
  width: 855px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 47px;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .txt5 {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/bg_gradient_sp.png) no-repeat 0 0;
    width: 100vw;
    height: 17.86667vw;
    background-size: 100%;
    margin-left: -5.33333vw;
    margin-right: -5.33333vw;
    margin-bottom: 12vw;
  }
}

.sec01-wrap .txt5 span {
  text-align: center;
  color: #fff;
  width: 100%;
  display: block;
  font-size: 24px;
  line-height: 1.66667;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .txt5 span {
    font-size: 3.73333vw;
  }
}

.sec01-wrap .txt5 strong {
  text-align: center;
  color: #fff;
  width: 100%;
  display: block;
  font-size: 30px;
  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.33333;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .txt5 strong {
    font-size: 4.26667vw;
  }
}

.sec01-wrap .next-contents-bnr {
  width: 837px;
  height: 192px;
  margin: 118px auto 0;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .next-contents-bnr {
    width: 100vw;
    height: auto;
    margin-top: 20.26667vw;
    margin-left: -5.33333vw;
    margin-right: -5.33333vw;
  }
}

.sec01-wrap .next-contents-bnr a {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 115, 132, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(76, 115, 132, 0.2);
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/bnr_to_page02_pc.png) no-repeat 0 0;
  width: 837px;
  height: 192px;
  display: block;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .sec01-wrap .next-contents-bnr a {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/bnr_to_page02_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 92.53333vw;
    height: 27.2vw;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(76, 115, 132, 0.8);
    box-shadow: 0px 0px 10px 0px rgba(76, 115, 132, 0.8);
    margin: auto;
  }
}

.sec01-wrap .next-contents-bnr a:hover {
  opacity: 0.7;
}

.sec01-wrap .next-contents-bnr .txt6 {
  background: #fff;
  width: 280px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 115, 132, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(76, 115, 132, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  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) {
  .sec01-wrap .next-contents-bnr .txt6 {
    font-size: 3.2vw;
    width: 53.33333vw;
    height: 6.66667vw;
    line-height: 6.66667vw;
    border-radius: 3.33333vw;
    top: -3.3vw;
  }
}

.sec01-wrap .next-contents-bnr .txt7 {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 30px;
  line-height: 1.33333;
  color: #fff;
  text-align: left;
  text-shadow: 0px 0px 20px rgba(76, 115, 132, 0.4);
  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) {
  .sec01-wrap .next-contents-bnr .txt7 {
    text-shadow: 0px 0px 10px rgba(80, 159, 193, 0.81);
    font-size: 4.26667vw;
    line-height: 1.40625;
    left: 4.53333vw;
    top: 4.53333vw;
  }
}

.cta-wrap {
  background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/bg_cta_pc.png) no-repeat 0 0;
  width: 955px;
  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_01/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 .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;
}

@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.png) no-repeat 0 0;
  width: 307px;
  height: 93px;
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: -20px;
}

@media only screen and (max-width: 800px) {
  .cta-wrap .txt2 {
    background: url(/jp/~/media/medicom/clinics/mchrf-hybrid-cloud_01/cta_logo_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 53.73333vw;
    height: 12.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;
}

@media only screen and (max-width: 800px) {
  .cta-wrap .txt3 {
    font-size: 4.26667vw;
  }
}

.cta-wrap .btn-wrap {
  width: 100%;
}

/* ------------------------------------------------------------------------
	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%;
  }
}