@charset "utf-8";
/* CSS Document */

/** common **/
.entry-content {
    overflow: hidden;
}
h2.top-title01 {
  align-items: flex-end;
  display: flex;
  font-size: 2.5em;
  gap: 1em;
  position: relative;
}
.top-title01--small {
    border-bottom: 3px solid;
    flex-grow: 1;
    font-size: .65em;
    font-style: italic;
    font-weight: 500;
}
.top-title01--big {
  flex-shrink: 0;
}
@media screen and (max-width:767px){
h2.top-title01 {
  font-size: 1.75em;
}
}

h2.top-title02 {
    color: #fff;
    position: absolute;
    top: -4em;
}
h2.top-title02 span {
    display: inline-block;
}
h2.top-title02 span:first-child {
    border-right: 1px solid;
    font-size: 4.285em;
    padding-right: 3em;
}
h2.top-title02 span:last-child {
    font-size: 3.785em;
    font-weight: 100;
    padding-left: 3em;
}

.entry-content h3 {
    display: inline-block;
    font-size: 1.75em;
    padding-bottom: .5em;
    margin-bottom: 1em;
}
@media screen and (max-width:1440px){
.entry-content h3 {
  font-size: 1.5em;
}
}
@media screen and (max-width:768px) {
.entry-content h3 {
    font-size: 1.2em;
}
}

.common-link {
    display: flex;
    justify-content: center;
}
.common-link a {
    border: 1px solid;
    font-size: 1.14em;
    font-weight: bold;
    padding: 1em 3em;
}


/** key **/
.key {
    align-items: flex-end;
    background: url("../img/top/key.jpg") no-repeat center bottom/cover;
    display: flex;
    flex-direction: column;
    font-size: clamp(1em, 1vw + 0.75em, 1.25em);
    height: 100vh;
    justify-content: flex-end;
    margin-bottom: 10em;
    padding-bottom: 4vw;
}
.key p {
    color: #4B392C;
    font-weight: bold;
    line-height: 1.75;
}
.key p.key--emph {
    color: #fff;
    font-size: 2em;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: .875em;
    text-shadow: 0 3px 6px rgba(0,0,0,.3);
}
@media screen and (max-width:768px) {
.key {
  align-items: center;
  padding-bottom: 7vw;
}
}
@media screen and (max-width:767px) {
.key {
    align-items: flex-start;
    background: url("../img/top/key-sp.jpg") no-repeat center top/100% auto;
    height: 156vw;
    margin: 0;
    padding-bottom: 1em;
}
.key p {
    font-size: 3.27vw;
    width: 100%;
}
.key p.key--emph {
    font-size: 5.6vw;
    margin-bottom: .7em;
    text-shadow: 0 0 4px rgba(0,0,0,.35)
}
}

/** tokuchou **/
.tokuchou {
    margin-bottom: 5em;
    padding-bottom: 6em;
    position: relative;
}
.tokuchou::before {
    background: #E88846;
    bottom: 0;
    content: "";
    display: block;
    height: calc(100% - (100px));
    position: absolute;
    right: -10%;
    transform: skew(-6deg);
    width: 60%;
}
.tokuchou h2 {
    color: #E88846;
    margin: 0 0 0 auto;
    width: 50%;
}
.tokuchou h3 {
    border-bottom: 1px solid;
}
.tokuchou > div {
    position: relative;
}
.tokuchou2nd {
    flex-direction: row-reverse;
}
.tokuchou1st-img {
    background: url(../img/top/tokuchou_01.jpg) no-repeat center center/cover;
    height: 28.4vw;
    position: relative;
    transform: skew(-6deg) translateX(-3%);
    width: 54%;
}
.tokuchou2nd-img {
    background: url(../img/top/tokuchou_02.jpg) no-repeat center center/cover;
    height: 28.4vw;
    position: relative;
    transform: skew(-6deg) translateX(3%);
    width: 56%;
}
.tokuchou1st-img::before,
.tokuchou2nd-img::before {
    background: rgba(232,136,70,.15);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}
.tokuchou1st .tokuchou-wrap {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 50px 0 0;
  padding-bottom: 2em;
  padding-top: 1em;
  width: 46%;
}
.tokuchou1st .tokuchou-content:last-child {
    margin-left: auto;
}
.tokuchou1st * + .tokuchou-content {
  margin-top: 2.5em;
}
.tokuchou2nd .tokuchou-wrap {
    color: #E88846;
    padding-right: 0;
    padding-top: 50px;
    width: 44%;
}
.tokuchou2nd .tokuchou-content:not(:last-child) {
    margin-bottom: 2.5em;
}
.tokuchou2nd .tokuchou-content:nth-child(1) {
    margin-left: 5em;
}
.tokuchou2nd .tokuchou-content:nth-child(2) {
    margin-left: 2.5em;
}
@media screen and (max-width:1024px) {
.tokuchou h2 {
    margin-bottom: 2em;
    width: 70%;
}
.tokuchou > div {
    align-items: center;
}
.tokuchou1st-img {
    width: 50%;
}
.tokuchou1st .tokuchou-wrap {
    margin: 80px 0 0;
    width: 47%;
}
.tokuchou1st .tokuchou-content:last-child {
    margin: 2em 0 0;
}
.tokuchou2nd-img {
    width: 50%;
}
.tokuchou2nd .tokuchou-wrap {
    width: 47%;
}
.tokuchou2nd .tokuchou-content {
    margin-left: 0 !important;
}
}
@media screen and (max-width:768px) {
.tokuchou {
    margin-top: 10em;
    padding-top: 3em;
}
.tokuchou::before {
    bottom: auto;
    height: 50%;
    right: 0;
    transform: none;
    top: 0;
    width: 100%;
}
.tokuchou h2 {
    position: absolute;
    top: -2em;
    width: 100%;
}
.tokuchou > div {
    flex-direction: column;
}
.tokuchou1st {
    margin-bottom: 3em;
}
.tokuchou1st-img {
    align-self: flex-start;
    width: 80%;
}
.tokuchou1st .tokuchou-wrap,
.tokuchou2nd .tokuchou-wrap {
    margin-top: 2em;
    text-align: center;
    width: 100%;
}
.tokuchou2nd-img {
    align-self: flex-end;
    width: 80%;
}
.tokuchou2nd .tokuchou-wrap {
    padding: 0;
}
}
@media screen and (max-width:767px) {
.tokuchou {
  padding: 0;
}
.tokuchou1st .tokuchou-wrap, .tokuchou2nd .tokuchou-wrap {
    text-align: left;
}
.tokuchou2nd .tokuchou-wrap {
    padding: 0 10px;
}
}

/** kind **/
/*
.kind {
    padding-bottom: 4.86vw;
    padding-top: 7.3vw;
    position: relative;
}
.dentist {
    background: url("../img/top/dentist_bg.jpg") no-repeat center center/cover;
}
.dentist h2 {
    right: 3.857em;
}
.dentist h3 {
    color: #5E8BBF;
}
.hygienist {
    background: url("../img/top/hygienist_bg.jpg") no-repeat center center/cover;
}
.hygienist h2 {
    left: 3.857em;
}
.hygienist h3 {
    color: #BF5E80;
}
.assistant {
    background: url("../img/top/assistant_bg.jpg") no-repeat center center/cover;
    margin-bottom: 6em;
}
.assistant h2 {
    text-align: center;
    width: 100%;
}
.assistant h3 {
    color: #BF965E;
}

.kind-wrap {
    background: rgba(248,253,255,.7);
    padding: 3.857em;
    position: relative;
}
  .hygienist .kind-wrap {
      padding-bottom: 14em;
  }
.kind-container {
    flex-wrap: wrap;
}
.kind-container::after {
    content: "";
    display: block;
    width: 25.1%;
}
.kind-content {
    width: 25.1%;
}
  .dentist .kind-content:first-child {
      margin-bottom: 4em;
  }
.kind-content img {
    margin-bottom: 2em;
}
.kind-content h3 {
    margin-bottom: 1em;
}
.kind-content p {
    font-weight: bold;
}

.kind-link {
    bottom: 0;
    position: absolute;
    width: 36em;
}
  .dentist .kind-link,
  .assistant .kind-link {
      right: 0;    
  }
  .hygienist .kind-link {
      left: 0;    
  }
.kind-link p {
    font-size: 1.85em;
    font-style: italic;
    display: flex;
    width: 90%;
}
.kind-link p::after {
    border-bottom: 3px solid;
    content: "";
    display: block;
    width: 100%;
}
  .dentist .kind-link p {
      color: #5E8BBF;
      margin: 0 0 1em auto;
  }
  .hygienist .kind-link p {
      color: #BF5E80;
      margin: 0 auto 1em 0;
  }
  .assistant .kind-link p {
      color: #BF965E;
      margin: 0 0 1em auto;
  }
.kind-link p span {
    line-height: 1;
    margin-right: .5em;
}
.kind-link a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.7em;
    font-weight: 900;
    height: 17em;
    justify-content: center;
    transform: skew(-10deg) translateX(5%);
    transition: .3s;
}
  .dentist .kind-link a {
      background: #5E8BBF;    
  }
  .hygienist .kind-link a {
      background: #BF5E80;
      transform: skew(10deg) translateX(-5%);
  }
  .assistant .kind-link a {
      background: #BF965E;    
  }
.kind-link a:hover {
    background: #fff;
    border: 2px solid;
    opacity: 1;
}
  .dentist .kind-link a:hover {
      color: #5E8BBF;
  }
  .hygienist .kind-link a:hover {
      color: #BF5E80;
  }
  .assistant .kind-link a:hover {
      color: #BF965E;    
  }
.kind-link a span {
    line-height: 1.5;
    transform: skew(10deg);
}
  .hygienist .kind-link a span {
      transform: skew(-10deg);
  }
*/

/** tour **/
.tour {
    background: url("../img/top/tour_bg.jpg") no-repeat center bottom/100% auto;
    padding-bottom: 30vw;
}
.tour h2,
.tour h3 {
    color: #E88846;
}
.tour h2 {
    align-items: flex-end;
    display: flex;
    margin-bottom: 1em;
    justify-content: space-between;
}
.tour .top-title01--small {
    margin-left: -4.86vw;
    padding-left: 4.86vw;
}
.tour h3 { 
    margin-bottom: 1em;
}
.tour-head {
    font-weight: bold;
    margin-bottom: 3em;
    text-align: right;
}
.tour-wrap {
    padding: 0 2.5em;
}
.tour-content {
    margin-bottom: 4em;
    width: 25%;
}
.tour-content p {
    font-weight: bold;
}
.tour-contact {
    align-items: center;
    margin: 0 auto;
    width: min(47em,100%);
}
.tour-contact__tel {
    width: 48%;
}
.tour-contact__form {
    width: 45%;
}
.tour-contact__form a {
  border: 2px solid;
  color: #e88846;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  padding: .7em;
  text-align: center;
}
@media screen and (max-width:1024px) {
.tour-content {
    width: 30%;
}
}
@media screen and (max-width:768px) {
.tour-head {
    text-align: left;
}
.tour-wrap {
    flex-direction: column;
    padding: 0;
}
.tour-content {
    width: 100%;
}
}
@media screen and (max-width:767px) {
.tour .top-title01--small {
    width: 45%;
}
.tour-contact {
    flex-direction: column;
    width: 100%;
}
.tour-contact > div {
  width: 100%;
}
.tour-contact__form {
  margin-top: 2rem;
}
.tour-contact img {
  margin: 0 auto;
}
}

/** scholar **/
.scholar-wrap {
    background: #773C31;
    color: #fff;
    padding-bottom: 6.25vw;
    padding-top: 6.25vw;
    width: 40vw;
}
.scholar h2 {
  display: block;
  margin-bottom: 1.2em;
}
.scholar .top-title01--big {
    display: block;
    margin-bottom: .65em;
    text-align: center;
}
.scholar .top-title01--small {
    display: block;
    margin-left: -4.86vw;
    text-align: right;
}
.scholar h3 {
    font-weight: 700;
    margin-bottom: .85em;
}
.scholar p {
    font-weight: bold;
    margin-bottom: 2.5em;
}
.scholar-bg {
    background: url("../img/top/scholar_bg.jpg") no-repeat center center/cover;
    width: 60vw;
}
@media screen and (max-width:768px) {
.scholar-wrap {
    width: 60vw;
}
.scholar-bg {
    width: 40vw;
}
}
@media screen and (max-width:767px) {
.scholar {
    flex-direction: column;
}
.scholar-wrap,
.scholar-bg {
    width: 100vw;
}
.scholar-bg {
    height: 200px;
}
}

/** clinic **/
.clinic {
    background: url("../img/top/clinic_bg.jpg") no-repeat left top/57% auto;
    padding-bottom: 7.85em;
    padding-top: 7.85em;
}
.clinic h2 {
    display: block;
    margin-bottom: 2em;
    position: relative;
    text-align: center;
}
.clinic-wrap {
    justify-content: space-around;
}
.clinic .top-title01--small {
    bottom: 3px;
    left: calc(50vw + 2.857em);
    position: absolute;
    text-align: left;
    width: 45vw;
}
.clinic-content {
    width: 32%;
}
.clinic-img {
  width: 100%;
}
.clinic-logo {
    align-items: center;
    display: flex;
    height: 6.28em;
    margin: 0 auto;
    max-width: 100%;
}
.clinic01 .clinic-logo {
    width: 25em;
}
.clinic02 .clinic-logo {
    width: 18.1em;
}
.clinic03 .clinic-logo {
    width: 21.4em;
}
.clinic-address {
    font-size: 12px;
    margin-bottom: 2.5em;
    text-align: center;
}
.clinic-tel {
    display: block;
    margin: 0 auto 2.5em;
    width: 14.2em;
}
.clinic-map {
    height: 14em;
    margin-bottom: 3em;
    width: 100%;
}
.clinic-map iframe {
    height: 100%;
    width: 100%;
}
.clinic .common-link a {
    align-items: center;
    display: flex;
}
.clinic .common-link a::before {
    background: url("../img/common/web.svg") no-repeat center center/contain;
    content: "";
    display: block;
    height: 2.5em;
    margin-right: 1em;
    width: 2.5em;
}
@media screen and (max-width:1024px) {
.clinic .top-title01--small {
    left: auto;
    right: -30px;
    width: 40vw;
}
}
@media screen and (max-width:768px) {
.clinic .top-title01--small {
    width: 35vw;
}
.clinic-content {
  width: 48%;
}
}
@media screen and (max-width:767px) {
.clinic-wrap {
    flex-direction: column;
}
.clinic-content {
    width: 100%;
}
.clinic-content:not(:last-child) {
    margin-bottom: 4em;
}
}


