<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.h-3-medical {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 30px;
  color: #2BAA50;
  border-left: 3px #2BAA50 solid;
  padding-left: 15px;
  margin: 50px 0 30px;
}
.h-3-medical:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .h-3-medical {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.m-medical-unit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}
.m-medical-unit picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .m-medical-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
  .m-medical-unit picture {
    margin-left: 0;
    margin-top: 10px;
  }
}
.m-medical-copy {
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .m-medical-copy {
    font-size: 2rem;
  }
}
.m-medical-cro-flow {
  margin-top: 50px;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .m-medical-cro-flow {
    margin-left: 10px;
    margin-top: 15px;
  }
}
.m-medical-cro-flow &gt; ol &gt; li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-left: 1px solid #2BAA50;
  padding-bottom: 50px;
}
.m-medical-cro-flow &gt; ol &gt; li:last-child {
  border-left: none;
}
@media only screen and (max-width: 768px) {
  .m-medical-cro-flow &gt; ol &gt; li {
    padding-bottom: 30px;
  }
  .m-medical-cro-flow &gt; ol &gt; li:last-child {
    padding-bottom: 0;
  }
}
.m-medical-cro-flow .icon-number {
  background: #2BAA50;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 1px;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
@media only screen and (max-width: 768px) {
  .m-medical-cro-flow .icon-number {
    width: 25px;
    height: 25px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
    font-size: 1.4rem;
  }
}
.m-medical-cro-flow .flow-content {
  width: 100%;
}
.m-medical-cro-flow .flow-content dt {
  color: #2BAA50;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.m-medical-cro-flow .flow-content dd {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.m-medical-cro-flow .flow-content dd .ttl-list {
  margin-top: 20px;
}
.m-medical-cro-flow .flow-content dd .list-ul {
  margin-top: 5px;
}
.m-medical-cro-flow .flow-content dd .list-ul_item {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .m-medical-cro-flow .flow-content dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .m-medical-cro-flow .flow-content dt,
  .m-medical-cro-flow .flow-content dd {
    font-size: 1.4rem;
  }
  .m-medical-cro-flow .flow-content dt {
    margin-bottom: 10px;
  }
  .m-medical-cro-flow .flow-content dd .ttl-list {
    margin-top: 10px;
  }
}
.m-medical-cro-img {
  width: 350px;
}
.m-medical-cro-img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .m-medical-cro-img {
    width: 100%;
    margin-top: 20px;
  }
}

.l-medical-wrap .m-accordion-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .l-medical-wrap .m-accordion-wrap {
    padding: 10px;
  }
}
.l-medical-wrap .img-layout.-col2 .img-layout_item {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .l-medical-wrap .img-layout.-col2 .img-layout_item {
    width: 100%;
  }
}
.l-medical-wrap .button-wrapper {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .l-medical-wrap .button-wrapper {
    margin: 20px 0;
  }
}

.sub .m-accordion-contents p {
  margin-top: 20px;
}
.sub .m-accordion-contents .box.-border {
  margin-top: 30px;
}

.homeBanner_movie a:first-child {
  margin-right: 120px;
}
@media only screen and (max-width: 768px) {
  .homeBanner_movie {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .homeBanner_movie a {
    width: 40%;
    max-width: 176px;
    margin: 0 10px;
  }
  .homeBanner_movie a:first-child {
    margin-right: initial;
  }
}

#open {
  cursor: pointer;
  padding: 20px 57px 20px 30px;
  border: 1px solid #2BAA50;
  width: 250px;
  border-radius: 5px;
  background-color: #F6F9F7;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: left;
  margin: 0;
  position: relative;
  top: 30%;
}
#open::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("/common/images/arrow.svg") 50% 50%/contain no-repeat;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#open:hover {
  background-color: #2BAA50;
  color: #fff;
}
#open:hover::after {
  background: url("/common/images/arrow_white.svg") 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  #open {
    margin: 30px auto -30px;
    width: 60vw;
    padding: 5vw 10.13333vw 5vw 5.33333vw;
    border-radius: 1.33333vw;
    font-size: 1.4rem;
  }
}

#close {
  cursor: pointer;
  width: 200px;
  border: 1px solid #2BAA50;
  border-radius: 5px;
  text-align: center;
  padding: 12px;
  margin: 30px auto;
  background: #fff;
  color: #2BAA50;
  font-size: 14px;
  line-height: 1.2;
}
#close:hover {
  background-color: #2BAA50;
  color: #fff;
}

#mask {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#modal {
  background: #fff;
  width: 950px;
  padding: 30px 50px 110px;
  border-radius: 15px;
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 2;
  height: 80%;
  -webkit-animation: fadein 2s ease;
          animation: fadein 2s ease;
}
#modal p {
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #modal {
    width: 95%;
    height: 90%;
    font-size: 1.2rem;
    padding: 30px 25px 110px;
    top: 53%;
  }
}

#modal .modal-textbox {
  height: 100%;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  #modal .modal-textbox {
    padding-right: 15px;
  }
}
#modal .modal-text {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #modal .modal-text {
    margin-bottom: 30px;
  }
}
#modal .modal-text-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2BAA50;
}
@media only screen and (max-width: 768px) {
  #modal .modal-text-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
#modal .modal-text-list li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #modal .modal-text-list li {
    margin-bottom: 10px;
  }
}
#modal .modal-text-list h5 {
  font-weight: bold;
  margin-bottom: 5px;
}
#modal .modal-text-list h5 span {
  font-weight: 400;
}
#modal .modal-text-list p {
  margin: 0 0 30px 30px;
}
@media only screen and (max-width: 768px) {
  #modal .modal-text-list p {
    margin: 0 0 20px;
  }
}
#modal .modal-text-list-exbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6B6B6B;
}
@media only screen and (max-width: 768px) {
  #modal .modal-text-list-exbox {
    display: -ms-grid;
    display: grid;
  }
}
#modal .modal-text-list-exbox-l, #modal .modal-text-list-exbox-r {
  margin-left: 20px !important;
}
@media only screen and (max-width: 768px) {
  #modal .modal-text-list-exbox-l, #modal .modal-text-list-exbox-r {
    margin-left: 0 !important;
  }
}
#modal .modal-text-list-exbox-r {
  margin-left: 0 !important;
}
#modal .modal-text-list-exbox p {
  margin-bottom: 0;
}

#mask.hidden {
  display: none;
}

#modal.hidden {
  display: none;
}

.medical-margin {
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  .medical-margin {
    margin: 40px auto 0;
  }
}

#recruit .twocols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #recruit .twocols {
    display: -ms-grid;
    display: grid;
    margin: 30px auto 0;
    width: 338px;
  }
}
#recruit .twocols-col-l, #recruit .twocols-col-r {
  width: 500px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  #recruit .twocols-col-l, #recruit .twocols-col-r {
    width: unset;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
#recruit .twocols-col-l a, #recruit .twocols-col-r a {
  text-decoration: none;
}
#recruit .twocols-col-l a:hover, #recruit .twocols-col-r a:hover {
  opacity: 0.5;
}
#recruit .twocols-col-box {
  padding: 20px 30px;
}
@media only screen and (max-width: 768px) {
  #recruit .twocols-col-box {
    padding: 15px;
  }
}
#recruit .twocols-col-title {
  font-size: 24px;
  color: #40A83A;
  margin-bottom: 12.5px;
  padding-bottom: 12.5px;
  border-bottom: 1px solid #C4C4C4;
}
@media only screen and (max-width: 768px) {
  #recruit .twocols-col-title {
    font-size: 20px;
  }
}
#recruit .twocols-col-text {
  margin-bottom: 33px;
  color: #222;
}
@media only screen and (max-width: 768px) {
  #recruit .twocols-col-text {
    font-size: 14px;
  }
}
#recruit .twocols-col-link {
  float: right;
  margin: 0 0 25px 0;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #recruit .twocols-col-link {
    margin: 0 0 15px 0;
  }
}
#recruit .twocols-col-link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f35d";
  margin: 0 0 0 15px;
}

#recruit .text {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #recruit .text {
    text-align: left;
  }
}

#recruit .img-layout {
  margin-top: 0;
}

#recruit .pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  #recruit .pc {
    display: none;
  }
}

/* 20240412_header改修 */
/*
・1200px以下では固定（右から見切れていく。コンテンツ領域と一緒
・1920～1201まではロゴサイズ、ナビの文字サイズ、paddingを小さくしていく（vwで指定？）
*/
@media (1200px &lt;= width) {
  .header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 20px;
    gap: 1vw;
  }
  .globalNav_link {
    padding: 5px 1vw;
  }
  .header-btn-wrap {
    margin-right: 1vw;
  }
  .header-logo {
    width: 18%;
    min-width: 215px;
    height: 100%;
    max-width: 324px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    position: initial;
    margin-right: 1vw;
  }
  .header-logo_link {
    width: 100%;
  }
  .header-logo_img {
    width: 100%;
    max-width: 324px;
    height: auto;
  }
  .header-inner {
    position: initial;
  }
  .globalNav {
    font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  }
  .homeBanner {
    width: 1298px;
    padding-right: 48px;
  }
  #font-large .globalNav_link {
    padding: 5px 0.7vw;
  }
}
@media (width &lt; 1200px) {
  .globalNav_link {
    padding: 5px 10px;
  }
  .globalNav {
    font-size: 14px;
  }
}
/* 20240614_おしらせ改修 */
.news-detail-ttl {
  margin-top: 0;
  margin-bottom: 5rem;
}
.news-detail-date {
  margin-bottom: 2rem;
}
.news-detail-content {
  margin-top: 7.5rem;
  min-height: 20vh;
}
.news-detail-content a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icon_window.svg) no-repeat;
  margin-left: 1.5rem;
}
.news-detail-content ul,
.news-detail-content li {
  list-style: disc;
}
.news-detail-content ul {
  margin-left: 20px;
}

.detailUpfile {
  text-align: center;
  margin: 3rem auto;
}

.newsbox li {
  font-size: 1.6rem;
  border-bottom: 1px solid #dee8e0;
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.newsbox li .date {
  width: 15rem;
}
.newsbox li .category {
  width: 120px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  margin-top: 0.2rem;
}
.newsbox li.cat-0 .category {
  background-color: #207558;
}
.newsbox li.cat-1 .category {
  background-color: #00A5C9;
}
.newsbox li .txt a {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.newsbox li .txt a:hover {
  color: #0ccb44;
  text-decoration: underline;
}
.newsbox li a {
  text-decoration: underline;
  color: #333;
}
.newsbox li a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 22px;
  background: url("/common/images/icon_pdf.svg") 0 0/contain no-repeat;
  margin: 0 5px;
  vertical-align: middle;
}
.newsbox li .newMark {
  font-size: 1rem;
  margin-left: 2rem;
  background: rgb(172, 0, 0);
  color: #FFF;
  line-height: 1;
  padding: 2px 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .newsbox li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .newsbox li &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .newsbox li &gt; *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .newsbox li &gt; *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .newsbox li &gt; *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .newsbox li .date {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .newsbox li .category {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  .newsbox li .txt {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
  }
}
.newsbox-pager {
  text-align: center;
  margin-top: 2rem;
}
.newsbox-pager .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.newsbox-pager .pager a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0ccb44;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 5px 10px;
}
.newsbox-pager .pager a:hover {
  background: #0ccb44;
  color: #FFF;
}
.newsbox-pager .pager a.current {
  background: #0ccb44;
  color: #FFF;
}</pre></body></html>