@charset "utf-8";
@import url("common.css");
/*  breadcrumb  */
.breadcrumb-wrap {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  background-color: transparent;
}
@media (min-width: 768px) {
  .breadcrumb-wrap {
    position: static;
    background-color: #F2F7FB;
  }
}

.breadcrumb {
  padding: 6px 20px;
  max-width: 540px;
  margin: 0 auto;
  background-color: transparent;
}
@media (min-width: 768px) {
  .breadcrumb {
    max-width: 1200px;
    padding: 6px 0;
  }
}

.breadcrumb-list {
  display: flex;
  margin: 0;
  padding-left: 3px;
  overflow-x: scroll;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .breadcrumb-list {
    padding-left: 54px;
    overflow-x: auto;
  }
}

.breadcrumb-list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb-list::-webkit-scrollbar {
    display: block;
  }
}

.breadcrumb-item {
  position: relative;
  margin: 0;
  font-size: 12px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 30px
}

.breadcrumb-item + .breadcrumb-item::before {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0,-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  padding: 0;
  border-top: 1px solid #969696;
  border-right: 1px solid #969696;
  content: "";
}

.breadcrumb-link {
  color: #333;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}


/*====================================
 	common-parts
====================================*/
/*  text  */
.common-text {
  font-size: 16px;
}

.common-text.small {
  color: #626262;
  font-size: 14px;
  font-weight: 400;
}

.common-text.medium {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.common-text.bold {
  font-weight: 700;
}

.common-text.large {
  font-size: 18px;
  font-weight: 700;
}

.common-text.blue {
  color: #0066cc;
}

/*  title  */
.common-title.type01 {
  position: relative;
  margin: 60px 0 60px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.64;
  text-align: center;
}

.common-title.type01:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0066cc;
}

.common-title.type02 {
  margin: 40px 0 40px 0;
  color: #0066cc;
  font-size: 26px;
  font-weight: 700;
}

.common-title.type03 {
  display: flex;
  align-items: center;
  min-height: 30px;
  margin: 40px 0 40px 0;
  padding: 4px 0 4px 10px;
  border-left: 3px solid #0066CC;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .common-title.type03 {
    min-height: 40px;
    font-size: 26px;
  }
}

.common-title.type04 {
  margin: 40px 0 20px 0;
  padding: 18px 10px;
  border-left: 3px solid #0066CC;
  border-bottom: 1px solid #0066CC;
  color: #000;
  background: #eeefef;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .common-title.type04 {
    margin-bottom: 40px;
    padding: 10px;
    font-size: 26px;
  }
}

.common-title.type05 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71.7%;
  min-height: 60px;
  margin: 40px auto 25px;
  padding: 10px;
  background: #eeefef;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .common-title.type05 {
    margin: 40px auto;
    font-size: 26px;
  }
}
.common-title.type06 {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .common-title.type06 {
    font-size: 20px;
  }
}

.common-title.type07 {
  margin: 0 0 20px 0;
  padding-left: 10px;
  border-left: 3px solid #0066cc;
  color: #0066cc;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .common-title.type07 {
    font-size: 20px;
  }
}

.common-title.type08 {
  display: flex;
  min-height: 60px;
  margin: 0 0 20px 0;
  padding: 13px 10px;
  background: #eeefef;
  color: #0066cc;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}
@media (min-width: 768px) {
  .common-title.type08 {
    align-items: center;
    font-size: 20px;
  }
}

.common-title.type08 .counter {
  display: inline-block;
  margin: -6px 5px 0;
  font-size: 24px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .common-title.type08 .counter {
    margin: 0 20px 0 10px;
    font-size: 28px;
  }
}

/*  page header  */
.page-header {
  background: url("/common/img/img_pageheader_bg_sp.png") no-repeat center/cover #0066cc;
}
@media (min-width: 768px) {
  .page-header {
    background-image: url("/common/img/img_pageheader_bg.png");
  }
}

.page-header-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 1240px;
  min-height: 102px;
  margin: 0 auto;
  padding: 30px 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-header-inner {
    max-width: 100%;
    min-height: 165px;
    padding: 60px 0;
  }
}

.page-header-title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-header-title {
    font-size: 32px;
  }
}

.page-header-title-sub {
  margin-top: 5px;
  color: #fff;
  font-size: 15px;
}
@media (min-width: 768px) {
  .page-header-title-sub {
    margin-top: 15px;
    font-size: 16px;
  }
}

.page-header.user-case {
  background: url("/user_case/img/img_pageheader_bg.png") no-repeat center/cover #0066cc;
}

.page-header.seminar-event {
  background: url("/seminar_event/img/img_pageheader_bg.png") no-repeat center/cover #0066cc;
}

.common-link-arrow {
  position: relative;
  color: #0066CC;
  font-weight: 700;
}

@media (min-width: 768px) {
  .common-link-arrow:hover {
    text-decoration: underline;
  }
}

.common-link-arrow .arrow-circle {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #0066CC;
  margin-left: 12px;
  border-radius: 50%;
}

.common-link-arrow .arrow-circle::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg)
}

.common-link-arrow .counter {
  transform: translate(0,1px);
  display: inline-block;
  margin: 0 7px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .common-link-arrow .counter {
    transform: translate(0,-1px);
  }
}

.common-link.pdf {
  color: #000;
  text-decoration: none;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .common-link.pdf {
    margin-left: 15px;
  }
}

.common-link.pdf span {
  position: relative;
  margin-right: 30px;
  vertical-align: middle;
}

.common-link.pdf span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("/common/img/icon_pdf.png") no-repeat;
  background-size: contain;
  content: "";
}

/*  tag  */
.hashtag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin: 0;
}

.hashtag-item {
  margin: 0;
  font-size: 14px;
  color: #638fb7;
}

.service-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 7px;
}

.service-tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 53px;
  min-height: 25px;
  margin: 0;
  padding: 0 6px;
  font-size: 13px;
  font-weight: 500;
}

.service-tag-item[data-tag="hospital"] {
  background-color: #d6d2ff;
}

.service-tag-item[data-tag="clinic"] {
  background-color: #b3e3de;
}

.news-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 14px;
  margin: 0;
}

.news-tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  min-height: 24px;
  padding: 0 10px;
  font-size: 12px;
  background-color: #e4eff9;
}

.oyakudachi-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin: 0;
}

.oyakudachi-tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 2px 14px;
  color: #fff;
  font-size: 13px;
}

.oyakudachi-tag-item[data-tag="document"] {
  background-color: #e2b55c;
}

.oyakudachi-tag-item[data-tag="column"] {
  background-color: #6a99df;
}

.oyakudachi-tag-item[data-tag="report"] {
  background-color: #8db2b2;
}

.seminar-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 23px;
  margin: 0;
}

.seminar-tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 147px;
  min-height: 40px;
  margin: 0;
  color: #0066cc;
  font-size: 15px;
  font-weight: 700;
}

.seminar-tag-item[data-tag="accepting"] {
  background-color: #e4eff9;
}

.seminar-tag-item[data-tag="closed"] {
  background-color: #727272;
  color: #fff;
}

.seminar-tag-item[data-tag="distribution"] {
  background-color: #cbeeee;
}

/*  link panel  */
.link-panel {
  display: block;
  background: #fff;
  box-shadow: 0 0 20px 15px rgba(0, 0, 0, .05);
  transition: all .3s ease-out;
}
@media (min-width: 768px) {
  .link-panel {
    height: 100%;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .link-panel:hover {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(163,163,163,.50);
    color: #000;
    transition: all .3s ease-out;
  }
}

.link-panel-image img {
  width: 100%;
}

.link-panel-text {
  padding: 20px;
}
@media (min-width: 768px) {
  .link-panel-text {
    padding: 25px 20px;
  }
}

.link-panel .hashtag-list {
  margin-top: 30px;
}

.link-panel-tag-list {
  display: flex;
}

.link-panel-tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 2px 14px;
  color: #fff;
  font-size: 13px;
}

.link-panel-tag-item[data-tag="document"] {
  background-color: #e2b55c;
}

.link-panel-tag-item[data-tag="column"] {
  background-color: #6a99df;
}

.link-panel-tag-item[data-tag="report"] {
  background-color: #8db2b2;
}

/* seminar_event */
.link-panel-tag-item[data-tag="accepting"] {
  background-color: #E4EFF9;
  color: #0066CC;
  font-weight: 700;
  width: 147px;
}

.link-panel-tag-item[data-tag="closed"] {
  background-color: #727272;
  font-weight: 700;
  width: 147px;
}

.link-panel-tag-item[data-tag="stream"] {
  background-color: #CBEEEE;
  color: #0066CC;
  font-weight: 700;
  width: 147px;
}

/* news */
.link-panel-tag-item[data-tag="info"] {
  background-color: #E4EFF9;
  color: #333;
}

.link-panel-tag-item[data-tag="release"] {
  background-color: #E4EFF9;
  color: #333;
}

.link-panel-tag-item[data-tag="event"] {
  background-color: #E4EFF9;
  color: #333;
}

.link-panel-title {
  margin: 0 0 16px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .link-panel-title {
    font-size: 16px;
  }
}

.link-panel.type01 {
  box-shadow: 0 0 15px 3px rgba(18, 23, 67, .05);
}

.link-panel.type01:hover .link-panel-title {
  text-decoration: underline;
}

.link-panel.type03:hover{
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, .05);
}

.link-panel.type03 .link-panel-title {
  color: #0066cc;
}

.link-panel.type04 .link-panel-title {
  color: #000;
}

.link-panel.type05 .link-panel-title {
  color: #0066cc;
}

.link-panel.type07:hover {
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, .05);
}

.link-panel.type07 .link-panel-title {
  color: #000;
}

/*  filter  */
.section.filter {
  padding: 0;
}

.section.filter .container-frame {
  padding: 60px 0;
  background-color: #e4eff9;
}

@media (min-width: 768px) {
  .filter-block {
    justify-content: center;
  }
}

.filter-block > [class^="col-"]{
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.filter-list {
  display: flex;
  gap: 20px 0;
}
@media (min-width: 768px) {
  .filter-list {
    align-items: center;
    gap: 0;
  }
}

.filter-list-title {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.filter-list-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin: 0;
}
@media (min-width: 768px) {
  .filter-list-content {
  }
}

.filter-list-content li {
  margin-bottom: 0;
}

.filter-list-content li:first-child {
    width: 100%;
  }
@media (min-width: 768px) {
  .filter-list-content li:first-child {
    width: auto;
  }
}

.filter-list-content input[type="radio"],
.filter-list-content input[type="checkbox"] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.filter-list-content input[type="radio"] + label,
.filter-list-content input[type="checkbox"] + label{
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.filter-list-content input[type="radio"] + label::before,
.filter-list-content input[type="radio"] + label::after {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  display: block;
  border-radius: 50%;
  content: "";
}

.filter-list-content input[type="radio"] + label::before {
  width: 20px;
  aspect-ratio: 1;
  left: 10px;
  background-color: #b5b5b5;
}

.filter-list-content input[type="radio"] + label::after {
  left: 10px;
  width: 8px;
  background-color: #333;
  aspect-ratio: 1;
  opacity: 0;
}

.filter-list-content input[type="checkbox"] + label::before,
.filter-list-content input[type="checkbox"] + label::after {
  position: absolute;
  transform: translate(-50%,-50%);
  display: block;
  content: "";
}

.filter-list-content input[type="checkbox"] + label::before {
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  background-color: #b5b5b5;
}

.filter-list-content input[type="checkbox"] + label::after {
  top: 42%;
  left: 10px;
  transform: translate(-50%,-50%) rotate(-41deg);
  width: 12px;
  height: 8px;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  opacity: 0;
}

.filter-list-content input:checked + label::after {
  opacity: 1;
}

.filter-list-content form {
  display: flex;
  gap: 0 10px;
}

.filter-list-content input[type="search"] {
  width: 100%;
  min-width: 225px;
  padding: 5px 10px;
  border: 1px solid #778fa8;
}
@media (min-width: 768px) {
  .filter-list-content input[type="search"] {
    width: auto;
  }
}

.filter-list-content input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 39px;
  border: none;
  background-color: #0066cc;
  color: #fff;
  font-size: 15px;
}

/*  with background   */
.bg-blue {
  background-color: #e4eff9;
}

.bg-white {
  background-color: #fff;
}

/*  section  */
.section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 40px 0;
  }
}

.section.head {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section.head {
    padding: 80px 0;
  }
}

.section-frame-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .section-frame-wrap {
    max-width: 1380px;
    padding: 0 20px;
  }
}

.section-frame {
  background: linear-gradient(166.79deg, #EEF7FC 11.67%, #B8D9FF 22.9%, #F5FBFF 61.52%, #C6E3FD 82.62%);
}

.section-frame.type01 {
  background: url("/common/img/img_frame_bg_001.png") no-repeat 20% 0/cover;
}
@media (min-width: 768px) {
  .section-frame.type01 {
    background-position: center top;
  }
}

.section-frame.type02 {
  background: url("/common/img/img_frame_bg_002.png") no-repeat top center/cover;
}

.section-frame.type03 {
  background: #e4eff9;
}

.section-frame .section {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .section-frame .section {
    padding: 25px 0;
  }
}

.section-lead {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-lead {
    font-size: 28px;
    text-align: center;
  }
}

/*  page detail  */
.page-detail {
  padding-bottom: 40px;
}

.page-detail-date {
  margin-bottom: 5px;
  text-align: right;
}

.free-area {
  margin: 80px 0;
}

/*  btn  */
.common-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .common-btn-wrap {
    margin-top: 80px;
  }
}

.common-btn-link {
  background: linear-gradient(to right,#428eda, #0267cc);
  color: #fff!important;
  cursor: pointer;
  position: relative;
  text-align: center;
  transition: all .5s ease-out;
  display: block;
  width: 300px;
  padding: 15px 30px;
}
@media (min-width: 768px) {
  .common-btn-link {
    width: 326px;
  }
}

.common-btn-link span {
  position: relative;
}

.common-btn-link:before {
  background: linear-gradient(to right, #0267cc, #428eda);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .5s ease-out;
  width: 100%;
}

.common-btn-link:after {
  background: none;
  border: 0;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: "";
  height: 8px;
  width: 8px;
  right: 15px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .5s ease-out;
}

@media (min-width: 768px) {
  .common-btn-link:hover:before {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .common-btn-link:hover:after {
    right: 12px;
    transition: all .5s ease-out;
  }
}

/*  list  */
.common-list-disc {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin: 25px 0;
}
@media (min-width: 768px) {
  .common-list-disc {
    gap: 15px 0;
    margin: 35px 0;
  }
}

.common-list-disc > li {
  position: relative;
  padding-left: 35px;
  list-style: none;
}

.common-list-disc > li::before {
  position: absolute;
  left: 11px;
  top: 10px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0066cc;
  content: "";
}

.common-list-num {
  padding-left: 0;
  counter-reset: count 0;
  list-style: none;
}
@media (min-width: 768px) {
  .common-list-num {
    margin: 35px 0;
  }
}

.common-list-num > li {
  position: relative;
  padding-left: 35px;
}

.common-list-num > li::before {
  position: absolute;
  top: 0;
  left: 10px;
  counter-increment: count 1;
  content: counter(count)".";
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin: 0;
}

.check-list-item {
  position: relative;
  margin: 0;
  padding-left: 38px;
}

.check-list-item::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 21px;
  background: url("/service/medical/img/icon_check_box.png") no-repeat;
  aspect-ratio: 1;
  content: "";
}

/*  anchor link  */
.anchor-link-box {
  margin: 30px 0 40px;
}
@media (min-width: 768px) {
  .anchor-link-box {
    margin: 75px 0 50px;
  }
}

.anchor-link-box .row {
  gap: 20px 0;
}
@media (min-width: 768px) {
  .anchor-link-box .row {
    gap: 40px 0;
  }
}

.anchor-link-box [class^=col-] {
  margin-bottom: 0;
}

.anchor-link {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  width: 100%;
  min-height: 60px;
  padding: 0 40px 0 0;
  border: 1px solid #0066CC;
  color: #0066CC;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  vertical-align: top;
}

.anchor-link-box.type01 .anchor-link {
  justify-content: center;
}

.anchor-link:hover {
  border: 1px solid #0066CC;
  background: #0066CC;
  color: #fff;
  transition: .3s;
}

.anchor-link::after {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  margin: auto;
  border: 0;
  border-top: 2px solid #0066cc;
  border-right: 2px solid #0066cc;
  content: "";
}

.anchor-link:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/*  catchcopy  */
.common-catchcopy {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .common-catchcopy {
    margin-top: 40px;
  }
}

.common-catchcopy.large {
  font-size: 20px;
}
@media (min-width: 768px) {
  .common-catchcopy.large {
    font-size: 28px;
  }
}

/*  block  */
.common-block {
  padding: 40px 20px 70px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .common-block {
    padding: 40px 40px 70px;
  }
}

.common-block.type01 {
  max-width: 860px;
  margin: 0 auto;
}

.common-block-blue {
  margin: 30px 0;
  padding: 30px 17px;
  background-color: #e4eff9;
}
@media (min-width: 768px) {
  .common-block-blue {
    margin: 45px 0;
    padding: 48px;
  }
}

.common-block-blue.type01 {
  margin: 0;
  padding: 40px 10px 10px;
  background: url("/service/medical/img/img_block_bg.png") no-repeat -60px top/cover;
}
@media (min-width: 768px) {
  .common-block-blue.type01 {
    padding: 40px 40px 60px;
    background-position: center;
  }
}

.common-block-blue.type01 .common-title.type01 {
  color: #fff;
}

.common-block-blue.type01 .common-title.type01:after {
  background-color: #fff;
}

.common-block-solution {
  max-width: 900px;
  margin: 0 auto;
  padding: 25px 17px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .common-block-solution {
    padding: 40px 42px;
  }
}

.common-block-feature .common-title.type08:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .common-block-feature .common-title.type08:not(:first-child) {
    margin-top: 60px
  }
}

/*  box  */
.common-box-wrap {
  margin: 10px auto 0;
}
@media (min-width: 768px) {
  .common-box-wrap {
    max-width: 860px;
    margin-top: 135px;
  }
}

.common-box {
  margin-top: 60px;
  padding: 0;
}

.common-box .common-title.type05 {
  width: 100%;
}

/*  contact, guidance  */
.section.contact,
.section.guidance {
  margin: 20px 0 60px;
}
@media (min-width: 768px) {
  .section.contact,
  .section.guidance {
    margin: 40px 0 60px;
  }
}

.section-frame .section.guidance {
  margin: 0;
}

.section.contact .common-title.type01,
.section.guidance .common-title.type01 {
  margin-top: 0;
  line-height: 1.86;
}

@media (min-width: 768px) {
  .section.contact .common-btn-wrap,
  .section.guidance .common-btn-wrap {
    margin-top: 60px;
  }
}

/*  case, download, column, related slider  */
.section-frame .section.case {
  padding: 20px 0 75px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .section-frame .section.case {
    padding-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .section.case .container {
    padding: 0;
  }
}

.section-frame .section.download {
  padding: 20px 0 75px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .section-frame .section.download {
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .section.download .container {
    padding: 0;
  }
}

.section-frame .section.column {
  padding: 20px 0 75px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .section-frame .section.column {
    padding-bottom: 85px;
  }
}

@media (max-width: 767.98px) {
  .section.column .container {
    padding: 0;
  }
}

.section.related {
  padding: 20px 0 75px;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  .section.related .container {
    padding: 0;
  }
}

.section.case .common-title.type01,
.section.download .common-title.type01,
.section.column .common-title.type01,
.section.related .common-title.type01 {
  margin: 20px 0 40px;
  line-height: 1.86;
}
@media (min-width: 768px) {
  .section.case .common-title.type01,
  .section.download .common-title.type01,
  .section.column .common-title.type01,
  .section.related .common-title.type01 {
    margin: 40px 0 80px;
  }
}

.section.case .common-btn-wrap,
.section.download .common-btn-wrap {
  margin-top: 40px;
}

.section.column .common-btn-wrap {
  margin-top: 55px;
}

/*  lower slider  */
.js-service-slider.slick-slider {
  margin: -30px -10px;
}

.js-service-slider [class^=col-] {
  padding: 30px;
}
@media (min-width: 768px) {
  .js-service-slider [class^=col-] {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }
}

.js-service-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 19px;
  height: 19px;
  border: none;
  border-radius: 50%;
  background-color: rgba(0,102,204,0.5);
  overflow: hidden;
  text-indent: 100%;
}

.js-service-slider .slick-prev {
  left: 30px;
  transform: translate(-50%,-50%);
}

.js-service-slider .slick-next {
  right: 30px;
  transform: translate(50%,-50%);
}

.js-service-slider .slick-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5px;
  border: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  aspect-ratio: 1;
  content: "";
}

.js-service-slider .slick-prev::after {
  transform: translate(-40%,-50%) rotate(-135deg);
}

.js-service-slider .slick-next::after {
  transform: translate(-70%,-50%) rotate(45deg);
}

/*  result  */
.result-list {
  gap: 75px 0;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .result-list {
    margin-bottom: 80px;
  }
}

.morehidden {
  display: none;
}

.p-text {
  margin-bottom: 15px;
}

.text-blue {
  color: #0066CC;
  font-weight: 700;
}

.text-bold {
  font-weight: 700;
}

.p-tag {
  margin-bottom: 15px;
  color: #638fb7;
  font-size: 14px;
}

.block {
  padding: 48px 20px 60px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .block {
    max-width: 100%;
    padding: 50px 60px 60px;
  }
}

.section-frame .row {
  gap: 20px 0;
}

.common-hr {
  display: block;
  margin: 26px 0;
  border: 0;
  border-top: 1px solid #eaeaeb;
}

.common-category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 5px 0 30px;
}
@media (min-width: 768px) {
  .common-category-tags {
    margin: 15px 0 45px;
  }
}

.common-category-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 53px;
  min-height: 30px;
  margin: 0;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .common-category-tag {
    font-size: 13px;
  }
}

.common-category-tag[data-tag="hospital"] {
  background-color: #d6d2ff;
}

.common-category-tag[data-tag="clinic"] {
  background-color: #b3e3de;
}

.section.hashtag {
  padding: 20px 0;
}

.container .common-title.type04:not(:first-of-type) {
  margin-top: 65px;
}
@media (min-width: 768px) {
  .container .common-title.type04:not(:first-of-type) {
    margin-top: 85px;
  }
}

/* common 追記済 始まり*/
/*  contact  */
#contact {
  padding: 0;
}

#contact .container-frame {
  background: #fff url("/img/bg_index_005.png") top center no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  z-index: 0;
  top: 0;
}

#contact .section-title {
  margin-top: 0;
}

#contact .section-title-ja {
  padding: 40px 0 5px;
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
}

@media (min-width: 768px) {
  #contact .section-title-ja {
    padding: 90px 0 35px;
    font-size: 32px;
  }
}

/*  panel guidance  */
.panel.telephone {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(163,163,163,.50);
}

.panel.telephone {
  padding: 40px 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .panel.telephone {
    height: 100%;
    padding: 15px;
  }
}

.panel.guidance {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
}

.panel.guidance .panel-bottom {
  padding: 15px;
}

@media (min-width: 768px) {
  .panel.guidance .panel-bottom {
    height: 100%;
    padding: 30px 20px 30px;
  }
}

.panel.guidance.panel-left {
  border-right: 1px solid #efefef;
}

.panel.guidance.panel-left .panel-bottom {
  box-shadow: -10px 10px 30px 0 rgb(215 213 213 / 50%);
}

.panel.guidance.panel-right .panel-bottom {
  box-shadow: 10px 10px 30px 0 rgb(215 213 213 / 50%);
}

.panel.guidance .img-hover-zoom {
  height: auto;
  flex-shrink: 0;
}

.panel.guidance .panel-title-link {
  color: #0066CC;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  position: relative;
}

@media (min-width: 768px) {
  .panel.guidance .panel-title-link {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

.panel.guidance .panel-title-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.panel.guidance .panel-text {
  margin: 0 0 15px 0;
}

.panel.telephone h3 {
  font-size: 20px;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .panel.telephone h3 {
    font-size: 26px;
  }
}

.panel.telephone .phone {
  font-size: 40px;
  color: #0066CC;
  margin: 15px 0 0 0;
}

@media (min-width: 768px) {
.panel.telephone .phone {
  margin: 0;
  font-size: 64px;
}
}

.panel.telephone .info {
  font-size: 18px;
  color: #333;
}

.panel.telephone .phone img,
.panel.telephone .phone span {
  display: inline-block;
}

.panel.telephone .phone img {
  position: relative;
  top: -15px;
    left: -3px;
  width: 30px;
}

@media (min-width: 768px) {
  .panel.telephone .phone img {
    position: relative;
    top: -20px;
    left: -10px;
    width: 50px;
  }
}
/* ここまで */
/* common 追記済 終わり*/

.section-title {
  text-align: center;
}

.section-title-ja {
  color: #000;
  display: block;
  font-size: 28px;
  font-weight: 700;
}

#contact .section-title-ja {
  padding: 40px 0 5px;
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
}

@media (min-width: 768px) {
  #contact .section-title-ja {
    padding: 90px 0 35px;
    font-size: 32px;
  }
}

.arrow-circle.large {
  margin: 5px 0 0 10px;
  width: 20px;
  height: 20px;
  background: #0066CC;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
}
@media (min-width: 768px) {
  .arrow-circle.large {
    margin: 9px 0 0 15px;
    width: 28px;
    height: 28px;
  }
}

.arrow-circle.large::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 8px;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .panel.guidance .arrow-circle.large::after {
    right: 12px;
    top: 12px;
  }
}

/* common 追記済 始まり*/
#contact .panel-telephone {
  padding: 0 0 43px;
}

@media (min-width: 768px) {
  #contact .panel-telephone {
    padding: 25px 0 60px;
  }
}
/* common 追記済 終わり*/

/*--section6--*/
#section-06 {
  background: #fff;
}

.section-title.type01 {
  position: relative;
  margin: 0 0 40px;
  padding-top: 40px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title.type01 {
    font-size: 34px;
    margin-bottom: 80px;
  }
}

.section-title.type01::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 80px;
  aspect-ratio: 1;
  content: "";
}

.section-title.type01:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #0066CC;
  content: "";
}
@media (min-width: 768px) {
  .section-title.type01::after {
    width: 40px;
    height: 2px;
  }
}

.text-link.type-01 {
  background: linear-gradient(to right,#428eda, #0267cc);
  color: #fff!important;
  cursor: pointer;
  margin-inline: auto;
  position: relative;
  text-align: center;
  transition: all .5s ease-out;
  display: block;
  width: 100%;
  padding: 15px 30px;
}

.text-link.type-01 span {
  position: relative;
}

.text-link.type-01::before {
  background: linear-gradient(to right, #0267cc, #428eda);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .5s ease-out;
  width: 100%;
}

.text-link.type-01:hover::before {
  opacity: 0;
}

.text-link.type-01::after {
  background: none;
  border: 0;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: "";
  height: 8px;
  width: 8px;
  right: 15px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}

.text-link.type-01:hover::after {
  right: 12px;
  transition: all .3s;
}