@charset "UTF-8";

/*
  ttl
-------------------------------------------------- */
.ttl--base {
  margin-bottom: 3.2rem;
  text-align: center;
}

.ttl--base > span {
  display: block;
}

.ttl--base > span.ttl-jp {
  font-size: 3rem;
  margin-bottom: 0.8rem;
}

.ttl--base > span.ttl-en {
  color: #ff9999;
  font-size: 1.8rem;
}

.ttl--color {
  font-size: 2.4rem;
  color: #55beca;
  margin-bottom: 2rem;
  text-align: center;
}

.ttl--color.ttl--s {
  font-size: 1.8rem;
}

.ttl--sb {
  position: relative;
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

.ttl--sb:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  left: 0;
  margin: auto 0;
  background: #eee;
}

.ttl--sb span {
  padding: 0 40px;
  background: #fff;
  z-index: 10;
  position: relative;
}

/*
  index
-------------------------------------------------- */

.mv__wrapper .mv__inner {
  position: relative;
}

.mv__wrapper .mv__image img {
  width: 100%;
}

.mv__wrapper .mv__ttl {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv__wrapper .mv__ttl h2 {
  max-width: 700px;
  padding-left: 110px;
  margin-bottom: 0;
}

.about__overview__read p + p {
  padding-top: 1.1em;
}

.service__info {
  background: #fff;
  padding: 3.2rem 40px;
}

.service__info__head {
  margin-bottom: 3.6rem;
}

.service__info__head .service__desc-txt {
  text-align: center;
}

.service__info__head .service__desc-txt span {
  display: inline-block;
  text-align: left;
}

.service__info + .service__info {
  margin-top: 6rem;
}

.guide-service__flow dl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.guide-service__flow dl:not(:last-of-type) {
  padding-bottom: 4rem;
}

.guide-service__flow dl:not(:last-of-type):before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #55beca;
  left: 37px;
}

.guide-service__flow dl dt {
  text-align: center;
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 50%;
  border: solid 1px #55beca;
  background: #fff;
  position: relative;
  z-index: 10;
}

.guide-service__flow dl dt .flow__inner {
  margin: 5px;
  background: #55beca;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.guide-service__flow dl dt span {
  display: block;
  color: #fff;
}

.guide-service__flow dl dt span.step {
  font-size: 1.4rem;
  line-height: 0.7;
  padding-bottom: 4px;
}

.guide-service__flow dl dt span.num {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}

.guide-service__flow dl dd {
  padding-left: 40px;
  flex: 0 0 calc(100% - 7.4rem);
  flex-basis: calc(100% - 7.4rem);
  max-width: calc(100% - 7.4rem);
}

.guide-service__flow dl dd .ttl {
  color: #55beca;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
}

.info-band__row .info__contact {
  background: #55beca;
  color: #fff;
  padding: 52px 20px 60px;
}

.info-band__row .info__contact a {
  color: #fff;
}

.info-band__row .info__contact h3 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
  text-align: center;
}

.info-band__row .info__contact .info__contact__txt .contact-tel:after {
  content: '';
  clear: both;
}

.info-band__row .info__contact .info__contact__txt .contact-tel dt {
  float: left;
  width: 5em;
}

.info-band__row .info__contact .info__contact__txt .contact-tel dd {
  float: right;
  padding-left: 5em;
}

.clinic-link__wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

.clinic-link__wrapper nav {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.clinic-link__wrapper h1 {
  font-weight: 500;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.6rem;
}

.clinic-link__wrapper h1 .service {
  font-size: 2.1rem;
  display: block;
  padding-top: 8px;
}

.clinic-link__wrapper .clinic-link__list {
  margin-bottom: 5.4rem;
}

.clinic-link__wrapper .clinic-link__special {
  margin-top: 30px;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.clinic-link__wrapper .clinic-link__special a {
  padding: 12px 20px;
  border: solid 1px #e9ecef;
  display: block;
}

@media screen and (min-width: 361px) {
  body {
    margin: 0;
  }
}

@media screen and (min-width: 576px) {
  body {
    margin: 0;
  }
  .hidden-sm-up {
    display: none !important;
  }
  .t-center-up {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
  .hidden-md-up {
    display: none !important;
  }
  main .button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .button-container {
    padding: 0 20px;
  }
  .table-container dl:before {
    content: '';
    position: absolute;
    width: 14em;
    height: 1px;
    top: -1px;
    left: 0;
    background: #55beca;
  }
  .table-container dl:last-of-type:after {
    content: '';
    position: absolute;
    width: 14em;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #55beca;
  }
  .table-container dl dt {
    float: left;
    width: 14em;
    padding-left: 8px;
  }
  .table-container dl dd {
    padding-left: 14em;
  }
  .service__list {
    margin: 0 -8px;
  }
  .service__list li {
    padding: 0 8px;
    margin-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
  .info-band__row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .info-band__row .info-band__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .info-band__row .info__contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .clinic-link__wrapper .clinic-link__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  .clinic-link__wrapper .clinic-link__list li {
    padding: 5px 20px;
  }
}

@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
  a:hover img {
    opacity: 0.7;
  }
  .t-astarisk a:hover {
    text-decoration: none;
  }
  .t-underline:hover {
    text-decoration: none;
  }
  .t-tel-link {
    pointer-events: none;
    display: inline-block;
  }
  .btn-primary:hover, .btn-primary:active {
    color: #1450a4;
    background: #fff;
    border-color: #1450a4;
  }
  .btn-primary.btn-arrow:hover:after {
    border-color: #55beca;
  }
  .btn-secondary:hover, .btn-secondary:active {
    color: #f28500;
    background: #fff;
    border-color: #f28500;
  }
  .btn-secondary.btn-arrow:hover:after {
    border-color: #ff9999;
  }
  .gotop-btn a:hover {
    background: #fff;
  }
  .gotop-btn a:hover:after {
    border-color: #ff9999;
  }
  .header__nav--recruit a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.3s all;
  }
  .header__nav--recruit a:hover:after {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
  .hidden-lg-up {
    display: none !important;
  }
  .header__nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .header__nav--recruit a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 10rem;
    padding: 0 24px;
  }
}

@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}

@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}

@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
  .site-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
  .header__logo {
    flex: 0 0 280px;
    max-width: 280px;
  }
  .header__nav ul li + li {
    margin-left: 24px;
  }
  .mv__wrapper .mv__ttl h2 {
    max-width: 610px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
  .hidden-md-down {
    display: none !important;
  }
  main {
    padding-top: 8rem;
  }
  .header {
    height: 8rem;
  }
  .header__nav__menu {
    position: fixed;
    left: 0;
    background: #55beca;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
    top: -100%;
    z-index: -10;
  }
  .nav-open .header__nav__menu {
    top: 8rem;
  }
  .header__nav ul li + li {
    margin-left: 0;
  }
  .header__nav ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    padding: 0 15px;
    height: 6rem;
  }
  .header__nav ul li a .nav-icon {
    padding-right: 10px;
  }
  .header__nav--recruit {
    position: absolute;
    right: 8rem;
    top: 0;
    height: 8rem;
    width: 8rem;
  }
  .header__nav--recruit a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1.2;
  }
  .header__nav__trigger {
    height: 8rem;
    width: 8rem;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
  }
  .header__nav__trigger button {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header__nav__trigger button span {
    background: #55beca;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s all;
  }
  .header__nav__trigger button span:first-child {
    top: 24px;
  }
  .nav-open .header__nav__trigger button span:first-child {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    top: 38px;
  }
  .header__nav__trigger button span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav-open .header__nav__trigger button span:nth-child(2) {
    opacity: 0;
  }
  .header__nav__trigger button span:last-child {
    bottom: 24px;
  }
  .nav-open .header__nav__trigger button span:last-child {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    bottom: 39px;
  }
  .mv__wrapper {
    padding: 0 !important;
  }
  .mv__wrapper .mv__ttl h2 {
    max-width: 550px;
    padding-left: 0;
  }
  .about__overview__read {
    margin-bottom: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
  a:hover {
    color: #333;
  }
  .t-underline:hover {
    text-decoration: underline;
  }
  .btn-primary:hover, .btn-primary:active {
    background: #1450a4 !important;
    background-color: #1450a4 !important;
  }
  .btn-secondary:hover, .btn-secondary:active {
    background: #f28500 !important;
    background-color: #f28500 !important;
    color: #fff;
  }
  .header__nav ul li a:hover {
    color: #fff;
  }
  .header__nav--recruit a:hover {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
  ol {
    padding-left: 0.8em;
  }
  .hidden-sm-down {
    display: none !important;
  }
  main {
    padding-top: 6rem;
  }
  .site-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content__inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 600px;
  }
  .t-tel-link {
    text-decoration: underline;
  }
  .clinic-logo {
    font-size: 2.1rem;
  }
  .info-band__row .clinic-info .tel dl {
    justify-content: center;
  }
  .ttl--base > span.ttl-jp {
    font-size: 2.4rem;
  }
  .ttl--sb {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
  .ttl--sb span {
    padding: 0 16px;
  }
  .button-container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .button-container + .button-container {
    margin-top: 2.4rem;
  }
  .footer .copyright {
    padding: 0.8rem 15px;
  }
  .header {
    height: 6rem;
  }
  .nav-open .header__nav__menu {
    top: 6rem;
  }
  .header__nav--recruit {
    height: 6rem;
    width: 6rem;
    right: 6rem;
  }
  .header__nav__trigger {
    height: 6rem;
    width: 6rem;
  }
  .mv__wrapper .mv__ttl h2 {
    padding-top: 30%;
    max-width: 450px;
  }
  .service__info {
    padding: 3.2rem 24px;
  }
  .service__info__head {
    margin-bottom: 4rem;
  }
  .guide-service__flow dl dd {
    padding-left: 16px;
  }
  .info-band__row .info__location {
    height: 360px;
  }
  .info-band__row .info__contact {
    text-align: center;
    padding: 3.2rem 15px 4rem;
  }
  .info-band__row .info__contact h3 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .clinic-link__wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .clinic-link__wrapper h1 .service {
    font-size: 1.8rem;
  }
  .clinic-link__wrapper .clinic-link__list li {
    text-align: left;
  }
  .clinic-link__wrapper .clinic-link__list li + li {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 575px) {
  body {
    margin: 0;
  }
  body {
    min-width: 100%;
  }
  .hidden-xs-down {
    display: none !important;
  }
  .container--border {
    padding: 2.8rem 16px;
  }
  .table-container dl dd span {
    display: block;
  }
  .header__logo {
    flex: 0 0 205px;
    max-width: 205px;
  }
  .mv__wrapper .mv__ttl h2 {
    max-width: 310px;
  }
  .service__list li + li {
    margin-top: 1.8rem;
  }
}
