@charset "utf-8";
/* CSS Document */
@media print, screen and (min-width: 768px) {
  .p-top {
    /*background-image: url("../images/mv.webp");*/
    background-image: linear-gradient(90deg, rgba(3, 174, 248, 1), rgba(107, 207, 174, 1) 54%, rgba(235, 243, 149, 1));
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
  .mv-img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media not all and (min-width: 768px) {
  .p-top {
    /* background-image: url("../images/mv.webp");*/
    background-image: linear-gradient(90deg, rgba(3, 174, 248, 1), rgba(107, 207, 174, 1) 54%, rgba(235, 243, 149, 1));
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
.mt-30 {
  margin-top: 30px;
}
.blue {
  color: #003366;
}
.green {
  color: #22574c;
}
.lead {
  font-size: 1.5rem;
  margin-top: 3em;
  font-weight: bold;
}
.p-info-item__heading p {
  font-size: 0.95rem;
  line-height: 1.2 !important;
}
@media not all and (min-width: 768px) {
  .lead {
    font-size: 1.3rem;
  }
}
/*============================
	お悩みありませんか？
==============================*/
.problem {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #003366;
}
.problem::before {
  display: block;
  content: "";
  width: 80px;
  aspect-ratio: 1;
  margin-inline: auto;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/corp/assets/images/common/icon_keyboard_double_arrow_down.svg");
  background: #003366;
}
.lead_s {
  width: 500px;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #fff;
  padding: 1rem 2rem;
  position: absolute;
  top: -1.5em;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.solution {
  border: 1px solid #22574c;
  padding: 2em;
  position: relative;
  margin: 2em 0;
}
.solution ul {
  display: flex;
  justify-content: center;
}
.solution ul li {
  margin: 0 1em;
}
.solution ul li img {
  max-width: 200px;
}
.solution ul li p {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .p-info-item-s:nth-child(n + 3) {
    margin-top: 2%;
  }
  .p-info-item-s__detail {
    width: calc(100% - 75px);
  }
}
@media not all and (min-width: 768px) {
  .p-info-item-s__heading {
    padding-left: 0;
  }
  .p-info-item-s {
    padding: 1em;
    font-size: 1.3rem;
  }
  .solution ul {
    display: block;
    margin: 3em 0;
    text-align: center;
  }
  .solution {
    border: none;
  }
  .solution ul li {
    margin-bottom: 2.5em;
  }
  .lead_s {
    width: 100%;
    font-size: 1.3rem;
  }
}
/*============================
	Medifellowの概要
==============================*/
#overview ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em auto;
}
#overview ul li p {
  line-height: 1.8;
  font-size: 1rem;
}
#overview ul li p span {
  font-size: 0.9rem;
}
#overview ul li:first-child {
  width: 35%;
}
#overview ul li:last-child {
  width: 65%;
}
@media not all and (min-width: 768px) {
  #overview ul {
    display: block;
  }
  #overview ul li:first-child,
  #overview ul li:last-child {
    width: 100%;
    text-align: center;
  }
  #overview ul li p {
    text-align: left;
  }
}
/*============================
	Medifellowのポイント
==============================*/
@media not all and (min-width: 768px) {
  .p-info__item {
    margin-bottom: 5em;
  }
  .p-info-item__head {
    height: 180px;
  }
}
/*============================
	ヘルスケアサービスの比較
==============================*/
.travel-info-table {
  border-top: none;
  border-left: none;
}
.th-border {
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.th2 {
  padding: 1em;
  border-left: 1px solid #d7d7d7;
}
.th3 {
  width: 20%;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 1rem;
}
.th-bg-b {
  background-color: #e2f7fb;
}
.travel-info-table__heading2 {
  background-color: #003366;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #003366;
}
.lasth {
  border-right: 3px solid #003366;
  border-left: 3px solid #003366;
}
.lasth-end {
  border-bottom: 3px solid #003366;
}
@media not all and (min-width: 768px) {
  .travel-info-table_responsive {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
