@charset "UTF-8";
ul,
ol {
  margin: 0;
  padding: 0;
}

.mv {
  position: relative;
}

.mv .slick-slider {
  margin-bottom: 0;
  height: 100%;
}

.mv .slick-slider .slick-list {
  height: 100%;
}

.mv .slick-slider .slick-list .slick-track {
  height: 100%;
}

.mv .slick-slider li img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mv .copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1000;
}

.mv .copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mv .copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  max-width: 500px;
  max-height: 482px;
  z-index: 1001;
}

@media (max-width: 750px) {
  .mv .copy > li img {
    width: 90%;
  }
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: Roboto, "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  height: auto !important;
  overflow: hidden;
}

#top-footer {
  background: #99cefb;
  padding: 100px 0;
  padding: 10rem 0;
  margin-bottom: 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  #top-footer .box {
    display: grid;
    grid-template: "text-box table-box" auto "btn-box table-box" 1fr/1fr 55%;
    grid-gap: 40px 8%;
  }
}
#top-footer .text-box {
  grid-area: text-box;
  padding-top: 30px;
}
#top-footer .text-box p {
  margin: 0;
}
#top-footer .text-box p:not(.tel):not(.more) {
  line-height: 1.625;
}
#top-footer .text-box p:not(:last-child) {
  margin-bottom: 0.5em;
}
#top-footer h2 {
  font-size: 3rem;
  line-height: 1.8;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #top-footer h2 {
    text-align: left;
  }
}
#top-footer h2:before {
  content: none;
}
#top-footer .tel {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}
#top-footer .tel a {
  color: #ffffff;
}
#top-footer .table-box {
  background: #fff;
  border-radius: 10px;
  padding: 45px 4.5454545455%;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  #top-footer .table-box {
    grid-area: table-box;
  }
}
@media (max-width: 767px) {
  #top-footer .table-box {
    letter-spacing: 0.05em;
    padding: 30px 4.5454545455%;
  }
}
#top-footer .table-box table {
  text-align: center;
}
#top-footer .table-box thead th {
  width: 8%;
  padding: 0.7em 0.1em;
  font-weight: bold;
}
#top-footer .table-box thead th.one {
  width: 10%;
}
#top-footer .table-box thead th.one-half {
  width: 15%;
}
#top-footer .table-box thead th.two {
  width: 20%;
}
#top-footer .table-box thead th.three {
  width: 30%;
}
#top-footer .table-box tbody tr > * {
  padding: 0.7em 0.1em;
  border-bottom: 1px solid #99cefb;
}
#top-footer .table-info > * {
  margin: 0;
  color: #494949;
}
#top-footer .table-info > *:not(:last-child) {
  margin-bottom: 0.3em;
}
#top-footer .table-info > *.color-primary {
  color: #409ce9;
}
@media (min-width: 768px) {
  #top-footer .btn-box {
    width: 100%;
    grid-area: btn-box;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #top-footer .btn-box {
    margin-top: 30px;
  }
}

footer {
  background: #99cefb;
  color: #ffffff;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-typeC thead {
  background: #409ce9;
}
table.table-typeC tbody {
  color: #494949;
}

h1:not(.title) {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8;
  background: #95caf4;
  margin: 0 0 0.5em 0;
  padding: 1.2em 0;
  position: relative;
}
h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 0.8em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 16px;
  line-height: 1.6428571429;
  text-align: center;
  z-index: 4;
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 152px;
  height: 12px;
  background-image: -webkit-linear-gradient(135deg, #fff 25%, #95caf4 25%, #95caf4 50%, #fff 50%, #fff 75%, #95caf4 75%, #95caf4);
  background-image: linear-gradient(-45deg, #fff 25%, #95caf4 25%, #95caf4 50%, #fff 50%, #fff 75%, #95caf4 75%, #95caf4);
  background-size: 10px 10px;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
}
h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 0.8em;
  top: 0.28em;
  left: 0;
  background: #95caf4;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.7em;
  background: #95caf4;
}

.btn {
  display: block;
  overflow: hidden;
  margin: auto;
}
.btn a {
  display: block;
  border: 1px solid #409ce9;
  color: #fff;
  background: #409ce9;
  padding: 0.82em calc(6% + 16px);
  margin: 0 auto 1px;
  max-width: 316px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  border-radius: 100px;
  position: relative;
  font-size: 1.6rem;
}
.btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  margin: auto;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn a:hover {
  background: #fff;
  color: #409ce9;
}
.btn a:hover:before {
  border-top: 1px solid #409ce9;
  border-right: 1px solid #409ce9;
}

body {
  background: #fff;
}

header {
  background: #f0f7ff;
}

.mv {
  padding: 0 6%;
  background: #f0f7ff;
}
.mv .slick {
  max-width: 1500px;
  margin: auto;
  border-radius: 40px;
  overflow: hidden;
}

[id^=top-] {
  margin-bottom: 100px;
  margin-bottom: 10rem;
}
[id^=top-] .container {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
}
[id^=top-] p:not(.more):not(.tel):not(.fax) {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  [id^=top-] p:not(.more):not(.tel):not(.fax) {
    letter-spacing: 0.05em;
  }
}

@media (min-width: 768px) {
  .btn.pc-left a {
    margin-left: 0;
  }
}

@media (min-width: 1201px) {
  #top-about .box {
    display: grid;
    gap: 8%;
    grid-template: "text img"/520px 1fr;
  }
}
#top-about .img-box {
  grid-area: img;
  position: relative;
  margin: 0;
}
@media (min-width: 1201px) {
  #top-about .img-box {
    margin-right: calc(-6.25vw - 299px);
  }
}
@media (max-width: 1200px) {
  #top-about .img-box {
    padding-top: 60%;
  }
}
#top-about .img-box img {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
#top-about .img-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #f0f7ff;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 1200px) {
  #top-about .img-box:before {
    top: 10px;
    left: 10px;
  }
}
#top-about .text-box {
  grid-area: text;
  padding: 90px 0 100px;
}
#top-about h3 {
  padding-left: 0;
  line-height: 1.6153846154;
  font-size: 2.6rem;
  text-decoration: underline;
  text-decoration-thickness: 0.5384615385em;
  -webkit-text-decoration-color: #f0f7ff;
          text-decoration-color: #f0f7ff;
  text-underline-offset: -0.1em;
  margin-bottom: 34px;
  margin-bottom: 3.4rem 0;
}
#top-about h3:before {
  content: none;
}

#top-concept {
  padding: 100px 0;
  padding: 10rem 0;
  background: #f0f7ff;
}
@media (min-width: 768px) {
  #top-concept .container {
    max-width: calc(1000px + 12%);
    padding: 0 6%;
  }
}
#top-concept .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -17.5px;
  margin-right: -17.5px;
}
@media (max-width: 767px) {
  #top-concept .box {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#top-concept .box > * {
  width: calc(33.3% - 35px);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 3px solid #95caf4;
  margin: 17.5px;
}
@media (max-width: 767px) {
  #top-concept .box > * {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 450px) {
  #top-concept .box > * {
    width: calc(100% - 20px);
  }
}
#top-concept .card-item {
  padding: 50px 2.6%;
}
#top-concept .icon {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  #top-concept .icon {
    max-width: 130px;
  }
}
#top-concept h3 {
  padding: 0;
  text-align: center;
  color: #409ce9;
}
#top-concept h3:before {
  content: none;
}
#top-concept p {
  font-weight: bold;
}
@media (min-width: 1200px) {
  #top-concept p {
    text-align: center;
  }
}

#top-medical h2 {
  margin-bottom: 54px;
  margin-bottom: 5.4rem;
}
#top-medical .p-box {
  margin-bottom: 44px;
  margin-bottom: 4.4rem;
}
@media (min-width: 768px) {
  #top-medical .p-box {
    text-align: center;
  }
}
#top-medical .p-box > * {
  margin: 0;
}
#top-medical .p-box > *:not(:last-child) {
  margin-bottom: 0.7em;
}
#top-medical .list-box {
  border-radius: 20px;
  background: #fff;
  border: 3px solid #95caf4;
  padding: 50px calc(6% + 4px);
}
#top-medical h3 {
  padding-left: 0;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
#top-medical h3:before {
  content: none;
}
#top-medical .list {
  list-style: none;
  padding-left: 0;
  max-width: 600px;
  margin: auto;
}
@media (min-width: 768px) {
  #top-medical .list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 20% 51% 15%);
    grid-template-rows: repeat(auto-fit, minmax(1em, 1fr));
    gap: 0.5em 6.6666666667%;
  }
}
#top-medical .list > * {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #top-medical .list > *:not(:last-child) {
    margin-bottom: 1em;
  }
}
#top-medical .list > *:before {
  content: "・";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1em;
  height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-medical .btn {
  margin-top: 50px;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  #top-medical .btn {
    margin-top: 30px;
    margin-top: 3rem;
  }
}/*# sourceMappingURL=main.css.map */