<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
a {
  color: #4280B8;
  text-decoration: underline;
}
.l-header {
  display: none;
}
footer {
  display: none;
}
.medical-pcNavi {
  width: 35vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  border-right: 1px solid #E8E4E4;
  overflow-y: auto;
}
.medical-pcNavi__logo {
  width: 240px;
  margin: 3em auto 2em;
}
.medical-pcNavi__list {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.medical-pcNavi__listItem {
  margin-bottom: 2em;
  font-weight: bold;
  font-size: 18px;
}
.medical-pcNavi__listItem a {
  color: #333d47;
  text-decoration: none;
}
.medical-mainContents {
  max-width: 65vw;
  margin: 0 auto 0 35vw;
}
.medical-mv {
  height: 40vh;
  background: url("../images/medical/bg_mv.jpg") no-repeat center top/cover;
  position: relative;
}
.medical-mvText {
  width: 100%;
  font-weight: normal;
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  text-align: center;
}
.medical-ctaBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.medical-ctaBtn a {
  display: block;
  background: linear-gradient(to right bottom, #79a4e1, #8ac0e3);
  width: 9em;
  height: 9em;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  padding-top: 2.8em;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.7;
  font-size: 16px;
  text-decoration: none;
  z-index: 10;
}
.medical-section {
  margin: 5em auto;
  width: 90%;
}
@media screen and (min-width: 1600px) {
  .medical-section {
    width: 750px;
  }
}
.medical-h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1em;
}
.madical-contents__img {
  width: 80%;
  margin: 0 auto 3em;
  max-width: 650px;
}
.madical-contents__listArea {
  border-radius: 16px;
  padding: 2em;
  margin-bottom: 2em;
}
.madical-contents__listArea.-melon {
  background: #D4E5F5;
}
.madical-contents__listArea.-medical {
  background: #D9E8C3;
}
.madical-contents__h3 {
  border-bottom: 1px solid #333D47;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 1em;
}
.madical-contents__listItem {
  font-size: 14px;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0.7em;
}
.madical-contents__listItem:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
.medical-contents__melon {
  border-left: 1px solid #6A8BC4;
  padding: 0 30px;
  margin-top: 5em;
}
.medical-contents__h3 {
  background: #fff;
  font-size: 24px;
  transform: translateX(-31px);
  padding-bottom: 9px;
  display: inline-block;
}
.medical-contents__h3.-melon {
  color: #6A8BC4;
}
.medical-contents__h3.-medical {
  color: #80BDA1;
}

.medical-contents__h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 0.6em 0 1em;
}
.medical-image {
  max-width: 785px;
  margin-bottom: 2em;
}
.quote {
  font-size: 10px;
  vertical-align: super;
}
.medical-contents__feature {
  background: #F7FAFF;
  padding: 2em 0;
  margin: 2em 0;
  max-width: 785px;
}
.medical-contents__feature__ttl {
  font-size: 24px;
  color: #6993BD;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.medical-contents__feature__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1028px) {
  .medical-contents__feature__list {
    width: 100%;
    justify-content: space-around;
  }
}
.medical-contents__feature__listItem {
  width: 290px;
  padding-left: 75px;
  box-sizing: border-box;
  margin-bottom: 2em;
  background-size: 59px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1028px) {
  .medical-contents__feature__listItem {
    width: 45%;
  }
}
.medical-contents__feature__listItem span {
  font-weight: bold;
}
.medical-contents__feature__listItem.-class {
  background-image: url("../images/online/ico_online_what01.png");
}
.medical-contents__feature__listItem.-archive {
  background-image: url("../images/online/ico_online_what05.png");
}
.medical-contents__feature__listItem.-learn {
  background-image: url("../images/online/ico_online_what03.png");
}
.medical-contents__feature__listItem.-ir {
  background-image: url("../images/online/ico_online_what02.png");
}
.medical-marker {
  background:linear-gradient(transparent 60%, #E0EAF8 60%);
  font-weight: bold;
}
.reference {
  color: #98999A;
  margin-top: 2em;
  font-size: 12px;
  display: block;
}
.u-mt_middle {
  margin-top: 4em;
}
.medical-contents__medical {
  border-left: 1px solid #80BDA1;
  padding: 0 30px;
  margin-top: 5em;
}
.medical-contents__case {
  width: 100%;
  max-width: 680px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 2em auto;
}
.medical-contents__caseItem {
  width: 206px;
  margin-bottom: 2em;
}
.medical-ctaArea {
  background: #F0F4FA;
  padding: 4em 0;
}
.medical-cta__btn a {
  font-size: 16px;
  width: 20em;
  display: block;
  color: #fff;
  background: linear-gradient(to right, #79a4e1 0, #8ac0e3 100%);
  text-align: center;
  padding: 1.4em 3em;
  text-decoration: none;
  border-radius: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto 2em;
}
.medical-cta__text {
  text-align: center;
}
.medical-comment__list__Wrapperbox {
display: flex;
}
.medical-comment__listItem {
  border: 1px solid #E5E2E2;
  padding: 2em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.medical-comment__list__box.-left {
  width: 200px;
  margin-right: 2em;
}
.medical-comment__list__box.-right {
  width: 100%;
}
.medical-comment__list__name {
  font-size: 16px;
  margin-bottom: 1em;
}
.medical-comment__list__text {
  font-size: 14px;
}
.medical-about__logo {
  margin-bottom: 2em;
  padding: 4em;
  border: 1px solid #7393B9;
  max-width: 785px;
  box-sizing: border-box;
}
.medical-seminar__text span {
  text-decoration: underline;
}

.medical-seminar__movie_desc{
  
}


@media screen and (max-width: 767px) {
  body {
    padding-bottom: 60px;
  }
  .medical-pcNavi {
    display: none;
  }
  .l-header.-fixedActive {
    display: none;
  }
  .m-spNav {
    display: none;
  }
  .medical-spMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border-top: 1px solid #F2F2F2;
  }
  .medical-spMenu__wrapperBtn {
    display: flex;
  }
  .medical-spMenu__btn.-left {
    width: 70%;
  }
  .medical-spMenu__btn.-left a {
    display: block;
    text-decoration: none;
    width: 100%;
    background: linear-gradient(to right, #79a4e1 0, #8ac0e3 100%);
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 1.4em 0;
    font-weight: bold;
  }
  .medical-spMenu__btn.-right {
    width: 30%;
    text-align: center;
    font-size: 14px;
    padding: 1.4em 0;
    background: #fff;
    font-weight: bold;
  }
  .medical-spMenu__iconOutline {
    display: inline-block;
    width: 15px;
    height: auto;
    vertical-align: inherit;
    padding-right: 3px;
  }
  .medical-spNavi {
    width: 70%;
    background: #fff;
    border-radius: 10px 10px 0 0;
    border: 1px solid #F2F2F2;
    padding: 3em 2em;
    position: fixed;
    right: 0;
    bottom: 60px;
    z-index: 9;
    transform: translateX(100%);
    transition: .3s;
  }
  .medical-spNavi.-isShow {
    transform: translateX(0);
  }
  .medical-spNavi__listItem {
    margin-bottom: 1.5em;
    font-size: 14px;
  }
  .medical-spNavi__list li:last-of-type {
    margin-bottom: 0;
  }
  .medical-spNavi__listItem a {
    color: #333d47;
    text-decoration: none;
  }
  .medical-mainContents {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .medical-mv {
    height: 190px;
  }
  .medical-mvText {
    font-size: 24px;
  }
  .medical-h2 {
    font-size: 18px;
  }
  .madical-contents__img {
    width: 100%;
  }
  .medical-contents__h3 {
    font-size: 18px;
  }
  .medical-contents__h4 {
    font-size: 16px;
  }
  .medical-contents__feature {
    padding: 2em 1em;
  }
  .medical-contents__feature__ttl {
    font-size: 18px;
  }
  .medical-contents__feature__list {
    display: block;
    width: 100%;
  }
  .medical-contents__feature__listItem {
    font-size: 12px;
    background-size: 50px auto;
    padding-left: 65px;
    width: 100%;
    margin-bottom: 1em;
  }
  .medical-contents__feature__listItem.-archive {
    padding: 12px 0 12px 60px;
  }
  .medical-contents__case {
    justify-content: space-between;
  }
  .medical-contents__caseItem {
    width: 48%;
  }
  .medical-cta__btn a {
    width: 90%;
    box-sizing: border-box;
  }
  .medical-cta__text {
    width: 90%;
    margin: 0 auto;
    line-height: 2;
  }
  .medical-comment__listItem {
    display: block;
    padding: 1.3em;
  }
  .medical-comment__list__Wrapperbox {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.5em;
    align-items: center;
  }
  .medical-about__logo {
    padding: 3em;
  }
}</pre></body></html>