@charset "UTF-8";
#concept .main .mv {
  background: no-repeat url("../../../common/img/room_01.jpg");
  background-position: center;
  position: relative;
  height: 350px;
  padding: 0 20px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
}
#concept .main .mv .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: calc(50% + 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 500px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 2px solid #6bb8ef;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 16px -10px #172d4e;
          box-shadow: 0px 0px 16px -10px #172d4e;
}
#concept .main .mv .wrap .ttl {
  font-size: 2.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 6px;
}
#concept .main .mv .wrap p {
  font-size: 1.4rem;
  color: #6bb8ef;
  font-family: canada-type-gibson, sans-serif;
}
#concept .main .lead {
  background-color: #eaf4fc;
  padding: 100px 0;
}
#concept .main .lead .container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0;
}
#concept .main .lead-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #concept .main .lead-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#concept .main .lead-body .imgbox {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #concept .main .lead-body .imgbox {
    width: 100%;
  }
}
#concept .main .lead-body .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
#concept .main .lead-body .desbox {
  width: 60%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  #concept .main .lead-body .desbox {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #concept .main .lead-body .desbox {
    width: 100%;
  }
}
#concept .main .lead-body .desbox .ttl {
  font-size: clamp(1.8rem, 1.582rem + 1.09vw, 2.4rem);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.8;
  color: #499ce9;
}
@media screen and (max-width: 768px) {
  #concept .main .lead-body .desbox .ttl {
    text-align: center;
  }
}
#concept .main .lead-body .desbox .des {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 30px;
}
#concept .main .features {
  padding: 0;
}
#concept .main .features > .ttl {
  text-align: center;
  font-size: clamp(2.2rem, 1.836rem + 1.82vw, 3.2rem);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding: 60px 20px;
}
#concept .main .features-list {
  background-color: #eaf4fc;
}
#concept .main .features-list .container {
  max-width: 1200px;
}
#concept .main .features-list .container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
#concept .main .features-list .container > ul > * {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  #concept .main .features-list .container > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 20px;
  }
  #concept .main .features-list .container > ul > * {
    width: calc((100% - 0px) / 1);
  }
}
#concept .main .features-list .container > ul > li {
  background-color: #2a6acb;
  border-radius: 10px;
  padding-top: 10px;
}
#concept .main .features-list .container > ul > li .wrap {
  height: 100%;
  background-color: #fff;
  padding: 10px 40px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  #concept .main .features-list .container > ul > li .wrap {
    padding: 10px 20px;
  }
}
#concept .main .features-list .container > ul > li .wrap .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 5px;
  border-bottom: 1px solid #c3e3fa;
  font-size: clamp(1.6rem, 0.19rem + 2.3vw, 3rem);
  font-weight: bold;
}
#concept .main .features-list .container > ul > li .wrap .ttl span {
  background-color: #2a6acb;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.4rem;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
#concept .main .features-list .container > ul > li .wrap p {
  margin-top: 10px;
  padding: 20px 5px;
}
#concept .main .features-list .container .features-img {
  width: 85%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #concept .main .features-list .container .features-img {
    display: none;
  }
}
#concept .main .features-list .container .features-spimg {
  display: none;
}
@media screen and (max-width: 768px) {
  #concept .main .features-list .container .features-spimg {
    display: block;
    margin-top: 20px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  #concept .main .features-list .container .features-spimg .slick-dots {
    bottom: -40px;
  }
  #concept .main .features-list .container .features-spimg .slick-dots li.slick-active button:before {
    color: #fff;
  }
  #concept .main .features-list .container .features-spimg .slick-dots li button:before {
    font-size: 15px;
    color: #40729e;
  }
}
#concept .main .features-match {
  background-color: #ffd300;
}
#concept .main .features-match .match-listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
#concept .main .features-match .match-listbox > * {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  #concept .main .features-match .match-listbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 20px;
  }
  #concept .main .features-match .match-listbox > * {
    width: calc((100% - 0px) / 1);
  }
}
#concept .main .features-match .match-listbox .ttl {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
  font-size: clamp(1.8rem, 1.3rem + 0.9vw, 2.6rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#concept .main .features-match .match-listbox .ttl::before {
  content: url("../img/ico_cirecle.svg");
  display: inline-block;
  width: 30px;
  line-height: 0;
}
#concept .main .features-match .match-listbox .listbox {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 20px 40px;
}
#concept .main .features-match .match-listbox .listbox li {
  position: relative;
  padding-left: 0.8em;
}
#concept .main .features-match .match-listbox .listbox li::before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #2a6acb;
}
#concept .main .features-match .match-disease {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #concept .main .features-match .match-disease {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#concept .main .features-match .match-disease .ttl,
#concept .main .features-match .match-disease .des {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
#concept .main .features-match .match-disease .ttl {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  #concept .main .features-match .match-disease .ttl {
    border-radius: 10px 10px 0 0;
  }
}
#concept .main .features-match .match-disease .des {
  line-height: 2;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  #concept .main .features-match .match-disease .des {
    border-radius: 0 0 10px 10px;
  }
}
#concept .main .features-about {
  background-color: #eaf4fc;
}
#concept .main .features-about .about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
#concept .main .features-about .about-box > * {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 1024px) {
  #concept .main .features-about .about-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 20px;
  }
  #concept .main .features-about .about-box > * {
    width: calc((100% - 0px) / 1);
  }
}
#concept .main .features-about .about-box .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#concept .main .features-about .about-box .imgbox img {
  max-width: 360px;
}
@media screen and (max-width: 1024px) {
  #concept .main .features-about .about-box .desbox {
    display: contents;
  }
}
#concept .main .features-about .about-box .desbox .ttl {
  font-size: clamp(2rem, 1.3rem + 0.9vw, 2.8rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  #concept .main .features-about .about-box .desbox .ttl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
#concept .main .features-about .about-box .desbox .ttl::before {
  content: "";
  max-width: 100px;
  width: 12vw;
  height: 1px;
  display: inline-block;
  background: #2a6acb;
}
#concept .main .features-about .about-box .desbox .des p {
  line-height: 1.8;
}
#concept .main .features-about .about-box .desbox .des p:first-of-type {
  margin-top: 20px;
}
#concept .main .features-about .about-box .desbox .des ol {
  margin: 20px 0;
}
#concept .main .features-about .about-box .desbox .des ol li {
  font-size: 2rem;
  font-weight: bold;
}/*# sourceMappingURL=index.css.map */