@charset "UTF-8";

.ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 40px;
}

.ttl__main {
  font-size: 3.2rem;
  letter-spacing: 0;
  font-weight: 700;
}

.ttl__label {
  font-size: 2rem;
}

/*------------------------------------------
  about
-------------------------------------------*/
.about-lead {
  width: 85%;
  margin: 0 auto 60px auto;
  font-size: 1.8rem;
}

.l-col__about {
  margin-bottom: 80px;
  justify-content: space-around;
  align-items: center;
}

.about-inner {
  width: 45%;
}

.about-inner__lead {
  color: var(--font-orange);
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: 1px solid #e5e7eb;
}

.about-inner__text {
  font-size: 1.6rem;
}

.about-img__wrapper {
  width: 45%;
  position: relative;
}

.about-img {
  clip-path: inset(0 0 0 round 20px);
}

.about-img__shape {
  width: 30%;
  position: absolute;
  left: -7.5%;
  top: -12.5%;
  z-index: -1;
}

.about-summary__wrapper {
  width: 95%;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  background: rgba(253, 240, 232, 0.8);
  border-radius: 14px;
  position: relative;
}

.about-summary {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.about-summary__shape {
  width: 12.5%;
  position: absolute;
  top: -20%;
  right: -2.5%;
  z-index: -1;
}

.about-summary__shape2 {
  width: 12.5%;
  position: absolute;
  bottom: -20%;
  left: -5%;
  z-index: -1;
}

.about-summary__img {
  width: 17.5%;
  flex-shrink: 0;
  margin-right: 2.5%;
  position: relative;
  z-index: 1;
}

.about-summary__inner {
  width: 70%;
  position: relative;
  z-index: 1;
}

.about-title__sub {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

/*----------------------------------------------------
  feature
----------------------------------------------------*/
.feature {
  background: url('../img/common/bg--terazzo.jpg');
  background-size: cover;
  border-radius: 80px;
}

.feature .l-inner {
  width: 95%;
}

.feature-title {
  width: 40%;
  margin: 0 auto 20px auto;
}

.feature-box {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.feature-box::after {
  display: block;
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('../img/top/');
  background-size: cover;
  background-position: top center;
  z-index: -1;
}

.feature-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  flex-wrap: wrap;
}

.feature-item {
  width: 31%;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, .05));
}

.feature-item:nth-of-type(n+4) {
  margin-top: 40px;
}

.feature-item__img {
  position: relative;
}

.feature-item__img-main {
  border-radius: 10px 10px 0 0;
}

.feature-point {
  width: 25%;
  position: absolute;
  left: -5%;
  top: -20%;
}

.feature-item__inner {
  padding: 20px 30px 30px 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .8);
  border-radius: 0 0 10px 10px;
  flex: 1;
}

.feature-item__lead {
  color: var(--font-orange);
  border-bottom: 1px solid #e5e7eb;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1.8;
}

.feature-item__desc {
  line-height: 1.8;
}

.media {
  padding: 40px 60px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, .05));
}

.l-col__media {
  justify-content: space-around;
}

.media-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.media-title>span {
  padding-bottom: 10px;
}

.media-movie__wrapper {
  width: 48%;
  text-align: right;
}

.media-movie {
  position: relative;
  margin-bottom: 10px;
}

.media-movie::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.media-movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.media-movie__source {
  display: inline-block;
  text-align: right;
  font-size: 1rem;
  line-height: 1.6;
}

.feature-bg__text {
  position: absolute;
  width: auto;
  height: 45%;
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: -1;
  opacity: .15;
}

/*----------------------------------------------------
  box-arrow
----------------------------------------------------*/

.box-arrow {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  position: relative;
}

.box-arrow__feature {
  margin: 0;
  margin-top: -40px;
}

.box-arrow span {
  display: block;
  width: 16px;
  height: 16px;
  border-top: 16px solid #5CC7FF;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 16px solid transparent;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.box-arrow__feature span {
  width: 8px;
  height: 8px;
  border-top: 8px solid #5CC7FF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.box-arrow span:nth-of-type(2) {
  animation-delay: .15s;
}

.box-arrow span:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*----------------------------------------------------
  vision
----------------------------------------------------*/
.disease-lead {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
}

.disease-list__wrapper {
  padding: 40px 60px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f9f9f8;
}

.disease-title__sub {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.disease-title__sub>span {
  padding-bottom: 10px;
}

.disease-list {
  width: 100%;
  --line: #ccc;
  margin: 0 auto;
}

.disease-list .row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 5px 0;
}

.disease-name {
  display: block;
  width: 95%;
  max-width: 300px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
  padding: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.disease-name__main {
  background: #efbba8;
}

.disease-name:not(.disease-name__main) {
  background: #F8E1D9;
}

.disease-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.disease-item::after {
  display: block;
  content: '';
  border-left: 1px solid #ccc;
  height: 30px;
}

/* second row with two cards */
.disease-item__child-card {
  width: calc(100%/3);
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.disease-item__child-card .disease-name {
  margin-left: auto;
  margin-right: auto;
}

.disease-item__child-card2 {
  width: calc(100%/3*2);
  text-align: center;
}

.disease-name__wrapper {
  display: flex;
  justify-content: space-around;
}

.clinical-department.list {
  display: inline-block;
  font-size: 1.6rem;
  width: auto;
  margin: 0 auto;
  font-weight: 500;
  text-align: justify;
  padding-left: 20px;
  box-sizing: border-box;
}

.disease-item__child2.row {
  justify-content: space-between;
}

.disease-item__child2-card {
  width: 24.5%;
}

.branch {
  width: 66%;
  height: 30px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  position: relative;
}

.branch::before {
  display: block;
  content: '';
  border-left: 1px solid #ccc;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.branch::after {
  display: block;
  content: '';
  border-right: 1px solid #ccc;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.disease-notion {
  width: 95%;
  text-align: right;
  margin: 0 auto;
}

.disease-notion__list {
  display: inline-block;
  width: auto;
  text-align: justify;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.6;
}

.disease-notion__item {
  display: flex;
}

.disease-notion__item::before {
  display: block;
  content: '※';
  flex-shrink: 0;
}

/*------------------------------------------
  ssct
-------------------------------------------*/
.ssct {
  background: #FEF9F6;
}

.l-col__ssct {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 80px;
}

.ssct-inner {
  width: 40%;
}

.sscr-lead {
  font-size: 2.6rem;
  font-weight: 700;
}

.ssct-img__wrapper {
  width: 50%;
  position: relative;
}

.ssct-img {
  clip-path: inset(0 0 0 round 20px);
}

.ssct-img__capcha {
  width: 25%;
  position: absolute;
  bottom: -10%;
  right: -10%;
  border-radius: 50vh;
}

.ssct-summary {
  width: 92.5%;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #F9E8AF;
  border-radius: 14px;
  margin: 0 auto;
}

.ssct-summary__img {
  width: 25%;
  flex-shrink: 0;
  margin-right: 2.5%;
}

.ssct-summary__img--sp {
  display: none;
}

.ssct-summary__inner {
  width: 70%;
}

.ssct-title__sub {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}

/*----------------------------------------------------
  summary
----------------------------------------------------*/
.summary {
  background: url('../img/top/bg-menu.jpg');
  background-size: cover;
  background-position: top center;
}


.summary-title {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  margin-bottom: 60px;
}

.summary-title__sub {
  font-size: 1.4rem;
}

.l-col__summary {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.summary-img {
  width: 45%;
  clip-path: inset(0 0 0 round 20px);
}

.summary-inner {
  width: 50%;
}

p.summary__lead {
  font-size: 2rem;
}

.summary__lead-main {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.8;
  display: flex;
  align-items: flex-end;
}

.summary__lead-main::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #4A3C34;
  margin-bottom: 20px;
}

.summary-cta {
  padding: 60px 40px;
  background: rgba(255, 255, 255, .7);
  border-radius: 20px;
}

@media screen and (max-width:1536px) {
  .about-summary {
    width: 95%;
  }
}

@media screen and (max-width:1280px) {

  /*---feature---*/
  .feature-item {
    width: 32%;
  }

  .feature-item__inner {
    padding: 20px 20px 30px 20px;
  }

  .feature-item__desc {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:1024px) {

  /*---about---*/
  .l-col__about {
    flex-direction: column;
  }

  .about-img__wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-img__shape {
    width: 18%;
    left: -5.5%;
    top: -9.5%;
  }

  .about-inner {
    width: 70%;
  }

  .about-summary__img {
    width: 20%;
  }

  .about-summary__shape {
    right: -1.5%;
    top: -12%;
  }

  .about-summary__shape2 {
    bottom: -12%;
  }

  /*---feature---*/
  .feature .l-inner {
    width: 90%;
  }

  .feature-title {
    width: 55%;
  }

  .feature-item {
    width: 48%;
  }

  .feature-item:nth-of-type(n+3) {
    margin-top: 40px;
  }

  /*---disease---*/
  .disease-lead .ui--sp {
    display: block;
  }

  /*---ssct---*/
  .l-col__ssct {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column-reverse;
  }

  .ssct-img__wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .ssct-inner {
    width: 90%;
  }

  /*---summary---*/
  .l-col__summary {
    width: 85%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .summary-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .summary-inner {
    width: 95%;
  }
}

@media screen and (max-width:896px) {

  /*---about---*/
  .about-inner {
    width: 80%;
  }

  /*---feature---*/
  .feature-title {
    width: 65%;
  }

  /*---ssct---*/
  .l-col__ssct {
    width: 90%;
  }

  /*---summary---*/
  .l-col__summary {
    width: 90%;
  }
}

@media screen and (max-width:787px) {

  /*---about---*/
  .about-inner {
    width: 85%;
  }

  /*---feature---*/
  .feature .l-inner {
    width: 95%;
  }

  .feature-item__lead .ui--sp {
    display: block;
  }

  /*---disease---*/
  .disease .l-inner {
    width: 95%;
  }

  .disease-list__wrapper {
    padding: 40px 30px;
  }

  .disease-list .row {
    justify-content: space-between;
  }

  .disease-item {
    width: 50%;
  }

  .disease-title__sub {
    font-size: 2rem;
  }

  .disease-item__child-card,
  .disease-item__child-card2 {
    width: 49.5%;
  }

  .disease-name__wrapper {
    flex-direction: column;
  }

  .disease-name__wrapper .disease-name:not(:last-of-type) {
    margin-bottom: 5px;
  }

  .disease-name {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
  }

  .disease-item__child2.row {
    flex-wrap: wrap;
  }

  .disease-item__child2-card {
    width: 49.5%;
  }

  /*---summary---*/
  .l-col__summary {
    width: 95%;
  }
}

@media screen and (max-width:680px) {
  .box-arrow span {
    width: 10px;
    height: 10px;
    border-top: 10px solid #5CC7FF;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  /*---feature---*/
  .feature .l-inner {
    width: 85%;
  }

  .feature-title {
    width: 80%;
  }

  .feature-item {
    width: 100%;
  }

  .feature-item:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .feature-item__lead .ui--sp {
    display: none;
  }

  .l-col__media {
    flex-direction: column;
  }

  .media-movie__wrapper {
    width: 100%;
  }

  .media-movie__wrapper:not(:last-of-type) {
    margin-bottom: 20px;
  }

  /*---disease---*/
  .disease-lead {
    text-align: justify;
  }

  .disease-lead br,
  .disease-lead .ui--sp {
    display: none;
  }

  /*---ssct---*/
  .l-col__ssct {
    width: 100%;
  }

  .ssct-img__capcha {
    width: 30%;
    right: -5%;
  }

  .ssct-summary__inner {
    width: 100%;
  }

  .ssct-title__sub {
    text-align: center;
  }

  .ssct-summary__img {
    width: 45%;
    flex-shrink: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .ssct-summary__img--pc {
    display: none;
  }

  .ssct-summary__img--sp {
    display: block;
  }

  /*---summary---*/
  .l-col__summary {
    width: 100%;
  }

  .summary__lead br:nth-of-type(1) {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .ttl__main {
    font-size: 2.4rem;
  }

  .ttl__label {
    font-size: 1.6rem;
  }

  /*---about---*/
  .about-lead {
    width: 95%;
    margin: 0 auto 40px auto;
    font-size: 1.6rem;
  }

  .l-col__about {
    margin-bottom: 40px;
  }

  .about-img__wrapper {
    margin-bottom: 30px;
  }

  .about-img {
    clip-path: inset(0 0 0 round 10px);
  }

  .about-inner {
    width: 95%;
  }

  .about-inner__lead {
    font-size: 2rem;
  }

  .about-inner__text {
    font-size: 1.6rem;
  }

  .about-summary {
    width: 100%;
    flex-direction: column;
  }

  .about-title__sub {
    font-size: 1.8rem;
  }

  .about-summary__img {
    width: 50%;
    margin-right: 0;
    margin-bottom: 14px;
  }

  .about-summary__inner {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .about-summary__shape {
    width: 25%;
    right: -7.5%;
    top: -5%;
  }

  .about-summary__shape2 {
    width: 25%;
    position: absolute;
    bottom: -7.5%;
    left: -7.5%;
  }

  /*---feature---*/
  .feature .l-inner {
    width: 90%;
  }

  .feature-item__lead .ui--sp {
    display: block;
  }

  .media {
    padding: 40px 20px;
  }

  .media-title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  /*---disease---*/
  .disease-lead {
    width: 90%;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }

  .disease-title__sub {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .disease-title__sub .ui--sp {
    display: block;
  }

  .disease-title__sub .anime-underline::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .disease-title__sub .anime-underline::after {
    right: 50%;
    transform: translateX(150%);
  }

  .disease-list__wrapper {
    padding: 40px 14px;
  }

  .disease-item {
    width: 100%;
  }

  .disease-item::after {
    height: 15px;
  }

  .disease-name {
    font-size: 1.4rem;
  }

  .clinical-department.list {
    font-size: 1.2rem;
    padding: 10px 0 20px 20px;
  }

  .clinical-department.list .item {
    line-height: 1.4;
  }

  .clinical-department.list .item:not(:last-of-type) {
    margin-bottom: 5px;
  }

  .clinical-department.list .item {
    padding-right: 10px;
    box-sizing: border-box;
  }

  .disease-item__child2-card {
    width: 49%;
  }

  .disease-notion {
    text-align: left;
  }

  .disease-notion__list {
    font-size: 1rem;
  }

  .branch {
    height: 15px;
  }

  /*---ssrc---*/
  .ssct .ttl__main {
    font-size: 2rem;
  }

  .l-col__ssct {
    margin-bottom: 40px;
  }

  .ssct-img {
    clip-path: inset(0 0 0 round 10px);
  }

  .sscr-lead {
    font-size: 2rem;
  }

  .ssct-summary {
    width: 100%;
    padding: 30px 20px;
  }

  .ssct-summary__img {
    width: 65%;
    margin-bottom: 10px;
  }

  .ssct-title__sub {
    font-size: 1.8rem;
  }

  .ssct-summary__text {
    font-size: 1.4rem;
  }

  /*---summary---*/
  .summary .l-inner {
    width: 95%;
  }

  .l-col__summary {
    margin-bottom: 40px;
  }

  .summary-title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .summary-title__sub {
    font-size: 1.2rem;
  }

  .summary-img {
    clip-path: inset(0 0 0 round 10px);
    margin-bottom: 20px;
  }

  p.summary__lead {
    font-size: 1.6rem;
  }

  .summary__lead-main {
    font-size: 2rem;
  }

  .summary-cta {
    padding: 40px 20px;
  }

  .cta__text {
    line-height: 1.8;
  }
}