@charset "UTF-8";
/* font family */
/* 見出し */
/* ボタン */
/* 文字の垂直方向のセンタリング */
/* position指定要素のtopの位置取り */
/* 疑似要素追加(画像無し) */
/* 疑似要素追加(画像あり) */
/* ボーダーセット */
/* フォント設定 */
/* メディアクエリ */
/* お客様インタビュー動画 */
/* font family */
/* 見出し */
/* ボタン */
/* 文字の垂直方向のセンタリング */
/* position指定要素のtopの位置取り */
/* 疑似要素追加(画像無し) */
/* 疑似要素追加(画像あり) */
/* ボーダーセット */
/* フォント設定 */
/* メディアクエリ */
.tools {
  padding-top: 75px;
  /* 基本フォントカラー */
  /* 基本クラス */
  /* 基本width */
  /* 基本クラス */
  /* ポップアップ動画 */
  /* メイン部分 */
  /* CTA */
  /* 医療機関向けお役立ちコンテンツ */
  /* おすすめ資料、お問い合わせ、お役立ち資料一覧はこちらから */
}
@media screen and (max-width: 1050px) {
  .tools {
    padding-top: 60px;
  }
}
.tools * {
  color: #454545;
}
.tools .contents {
  display: contents;
}
.tools .wrap {
  width: min(100%, 900px);
  padding: 0 10px;
  margin: 0 auto;
}
.tools .onmouse-cta {
  overflow: unset !important;
}
.tools .onmouse-cta:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
.tools .arrow-btn {
  position: relative;
}
.tools .arrow-btn::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: calc(50% - 7px);
  right: 22px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .tools .arrow-btn::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
.tools .modal-wrap {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
}
.tools .modal-box {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(95%, 880px);
  display: flex;
  align-items: flex-end;
}
.tools .modal-box .close-btn {
  background-color: #fff;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 30px;
  font-weight: bold;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.05em;
  cursor: pointer;
}
.tools .modal-box .video-btn {
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.tools .modal-box .video-btn div {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid #fff;
  border-right: 0;
  margin-left: 10px;
}
@media screen and (max-width: 520px) {
  .tools .modal-box .video-btn {
    width: 90px;
    height: 90px;
  }
}
.tools .modal-box video {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  cursor: pointer;
  object-fit: cover;
}
.tools .modal-bg {
  background-color: rgba(33, 51, 67, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.tools .popup-video-trigger {
  cursor: pointer;
}
.tools .popup-video-trigger:active, .tools .popup-video-trigger:focus {
  outline: none;
}
.tools .tools-main {
  padding: 39px 0 52px;
}
.tools .tools-main__heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .tools .tools-main__heading {
    font-size: 28px;
  }
}
.tools .tools-main__text {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 1.3em;
}
@media screen and (max-width: 768px) {
  .tools .tools-main__text {
    font-size: 16px;
  }
}
.tools .tools-main__box {
  border: 1px solid #E0E0E0;
  border-radius: 30px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 10px;
}
.tools .tools-main__box.first {
  margin-top: 46px;
}
.tools .tools-main__box.second {
  margin-top: 20px;
}
.tools .tools-main__heading--sub-wrap {
  text-align: center;
}
.tools .tools-main__heading--sub {
  font-size: 24px;
  font-weight: bold;
  display: inline;
  margin: 0 auto;
  padding: 0 0.1em;
  background: linear-gradient(transparent 60%, #FFD4B2 60%);
}
@media screen and (max-width: 768px) {
  .tools .tools-main__heading--sub {
    font-size: 20px;
  }
}
.tools .tools-main__list {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tools .tools-main__list {
    font-size: 16px;
  }
}
.tools .tools-main__item:not(.last) {
  margin-bottom: 7px;
}
.tools .tools-cta {
  background-color: #FA6E01;
  padding: 52px 0 40px;
}
.tools .tools-cta__heading {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .tools .tools-cta__heading {
    font-size: 24px;
  }
}
.tools .tools-cta__text {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .tools .tools-cta__text {
    font-size: 16px;
  }
}
.tools .tools-cta__button {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  background-color: #fff;
  border-radius: 100vh;
  font-size: 28px;
  font-weight: bold;
  width: min(100%, 450px);
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: unset !important;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  margin: 1.1em auto 0;
}
.tools .tools-cta__button:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
.tools .tools-cta__button::after {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico06.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 49px;
  height: 41px;
  top: calc(50% - 21px);
  right: 0.5em;
  background: url(/wp-content/themes/cocoon-child-master/img/healthcare/icn_cta_02.webp) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .tools .tools-cta__button::after {
    width: 30px;
    height: 25px;
    top: calc(50% - 13px);
  }
}
.tools .tools-cta__button img {
  position: absolute;
  width: 45px;
  left: 22px;
  top: calc(50% - 28px);
}
@media screen and (max-width: 768px) {
  .tools .tools-cta__button {
    font-size: 18px;
    width: min(100%, 300px);
    height: 50px;
    padding-left: 1em;
  }
}
.tools .tools-cta__button:hover, .tools .tools-cta__button:active {
  color: #454545;
}
@media screen and (max-width: 768px) {
  .tools .tools-cta__button img {
    width: 35px;
    top: calc(50% - 22px);
  }
}
.tools .useful-medical {
  padding: 82px 10px 79px;
}
@media (max-width: 768px) {
  .tools .useful-medical {
    padding: 68px 10px 79px;
  }
}
.tools .useful-medical__heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .tools .useful-medical__heading {
    font-size: 20px;
  }
}
.tools .useful-medical__list {
  width: min(100%, 1062px);
  margin: 32px auto 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px 51px;
}
@media (max-width: 768px) {
  .tools .useful-medical__list {
    flex-direction: column;
    align-items: center;
  }
}
.tools .useful-medical__card {
  width: min(100%, 320px);
}
.tools .useful-medical__image {
  background-color: #F9F9F9;
  aspect-ratio: 320/270;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DBDBDB;
}
@media (max-width: 768px) {
  .tools .useful-medical__image {
    aspect-ratio: 320/220;
  }
}
.tools .useful-medical__image-inner {
  width: calc(100% - 20px);
  aspect-ratio: 300/225;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tools .useful-medical__image-inner:hover .useful-medical__image-src {
  transform: scale(1.1);
}
.tools .useful-medical__image-src {
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .tools .useful-medical__image-src.first {
    max-width: 260px;
  }
}
.tools .useful-medical__image-src.second {
  max-width: 266px;
}
@media (max-width: 768px) {
  .tools .useful-medical__image-src.last {
    max-width: 240px;
  }
}
.tools .useful-medical__heading--sub {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 1.4em;
}
.tools .useful-medical__button {
  position: relative;
  background-color: #FA6E01;
  color: #fff;
  border-radius: 100vh;
  box-shadow: 0 4px 0 0 #ACACAC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  width: min(100%, 240px);
  height: 42px;
  margin: 1.1em auto 0;
}
.tools .useful-medical__button:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
.tools .useful-medical__button::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: calc(50% - 7px);
  right: 22px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .tools .useful-medical__button::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
@media (max-width: 768px) {
  .tools .useful-medical__button {
    width: min(100%, 280px);
  }
}
.tools .case-documents {
  display: none;
  padding: 83px 0 80px;
  padding: 69.37px 0 101px;
}
@media (max-width: 768px) {
  .tools .case-documents {
    padding-top: 60px;
  }
}
.tools .case-documents-heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #454545;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .tools .case-documents-heading {
    font-size: 24px;
  }
}
.tools .case-documents-items {
  width: min(100%, 1060px);
  margin: 53px auto 0;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .tools .case-documents-items {
    row-gap: 50px;
  }
}
.tools .case-documents-items div.flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: min(31%, 320px);
  row-gap: 26px;
}
@media (max-width: 960px) {
  .tools .case-documents-items div.flex {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .tools .case-documents-items div.flex {
    width: 100%;
  }
}
.tools .case-documents-items div.flex figure {
  background-color: #f9f9f9;
  border: 1px solid #dbdbdb;
  width: 100%;
  height: 270px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  overflow: hidden;
}
.tools .case-documents-items div.flex figure img {
  transition: all 0.3s;
}
.tools .case-documents-items div.flex figure:hover img {
  transform: scale(1.1);
}
.tools .case-documents-items div.flex h3 {
  font-size: 20px;
  font-weight: bold;
  color: #454545;
}
.tools .case-documents-items div.flex h3.small {
  font-size: 18px;
}
.tools .case-documents-items div.flex a {
  width: 240px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  border-radius: 100vh;
  font-size: 20px;
  font-weight: bold;
  background-color: #fa6e01;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .tools .case-documents-items div.flex a {
    font-size: 20px !important;
  }
}
.tools .case-documents-items div.flex a.img-link {
  display: contents;
}
.tools .case-documents-items div.flex:first-child figure img {
  width: min(100%, 300px);
}
.tools .case-documents-items div.flex:first-child figure.simulator img {
  width: min(100%, 180px);
}
.tools .case-documents-items div.flex:nth-child(2) figure img, .tools .case-documents-items div.flex:last-child figure img {
  width: min(100%, 180px);
}
@media (max-width: 768px) {
  .tools .case-documents-items {
    margin: 26px auto 0;
  }
}
.tools .case-documents .container {
  max-width: 1090px;
}
.tools .case-documents .case-documents-items div.flex a {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  background-color: #FA6E01;
  border: 1px solid #FA6E01;
}
.tools .case-documents .case-documents-items div.flex:first-child figure img {
  width: min(100%, 180px);
}
.tools .case-documents .case-documents-items div.flex:last-child figure img {
  width: min(100%, 300px);
}
.tools .case-customer {
  padding: 50px 0 65px;
  background-color: #f5f5f5;
}
@media (max-width: 520px) {
  .tools .case-customer {
    padding: 0 0 20px;
    background-color: initial;
  }
}
@media (max-width: 520px) {
  .tools .case-customer .container {
    padding: 0 3px;
  }
}
.tools .case-customer-heading {
  font-size: 28px;
  color: #454545;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 520px) {
  .tools .case-customer-heading {
    font-size: 20px;
  }
}
.tools .case-customer-heading .w-520-block {
  display: none;
}
@media (max-width: 520px) {
  .tools .case-customer-heading .w-520-block {
    display: block;
  }
}
.tools .case-customer-content {
  margin-top: 36px;
  justify-content: center !important;
  column-gap: 60px;
}
@media (max-width: 768px) {
  .tools .case-customer-content {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
@media (max-width: 520px) {
  .tools .case-customer-content {
    background-color: #f5f5f5;
    padding: 10px 10px 20px;
    row-gap: 15px;
    margin-top: 16px;
  }
}
.tools .case-customer-content-item {
  width: min(45%, 400px);
  background-color: #fff;
  border: 0.5px solid #dcdcdc;
  flex-direction: column;
  align-items: center;
  padding: 40px 38px;
  row-gap: 20px;
}
@media screen and (max-width: 960px) {
  .tools .case-customer-content-item {
    padding: 55px 20px;
  }
}
@media screen and (max-width: 768px) {
  .tools .case-customer-content-item {
    width: min(100%, 415px);
  }
}
@media (max-width: 520px) {
  .tools .case-customer-content-item {
    width: min(100%, 344px);
    padding: 20px 22px;
    row-gap: 7px;
  }
}
.tools .case-customer-content-item figure {
  background-color: #fff3eb;
  width: 140px;
  height: 140px;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 520px) {
  .tools .case-customer-content-item figure {
    width: 120px;
    height: 120px;
  }
}
.tools .case-customer-content-item figure img {
  width: 100px;
}
@media (max-width: 520px) {
  .tools .case-customer-content-item figure img {
    width: 90px;
  }
}
.tools .case-customer-content-item h3 {
  font-size: 24px;
  color: #4c4c4c;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .tools .case-customer-content-item h3 {
    font-size: 18px;
  }
}
.tools .case-customer-content-item p {
  font-size: 16px;
  color: #4c4c4c;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .tools .case-customer-content-item p {
    font-size: 14px;
  }
}
.tools .case-customer-content-item a {
  font-size: 24px;
  color: #fff !important;
  font-weight: bold;
  background-color: #fa6e01;
  border-radius: 100vh;
  width: min(100%, 320px);
  text-align: center;
  height: 50px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding-top: 0.3em;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .tools .case-customer-content-item a {
    width: min(100%, 280px);
    height: 45.5px;
    font-size: 20px;
    padding-top: 0.4em;
  }
}
.tools .case-customer-content-item a:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.tools .case-customer .case-customer-content-item a {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  background-color: #FA6E01;
  border: 1px solid #FA6E01;
}
.tools .case-customer .case-customer-content-item a:hover {
  opacity: 1;
}