/* COMMON DEMO STYLE */
.page-view {
  height: 80vh;
  /*92*/
  width: 100%;
  /*100vw*/
  /*position: absolute;*/
  position: relative;
  top: 0;
  left: 0;
}

.page-view .project {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/top/main.png);
  background-size: cover;
}

.page-view .project .text {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: table;

}

@media screen and (max-width: 1000px) {
  .page-view .project .text {
    width: 70%;
  }
}

.page-view .project .text h1 .image {
  display: block;
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .page-view .project .text h1 .image {
    width: 75%;
  }
}

.page-view .project .text h1 .image img {
  width: 100%;
  height: auto
}

.page-view .project .text h1 .txt {
  display: block;
  width: 100%;
  margin: 30px auto 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  text-align: left;
}


@media screen and (max-width: 768px) {
  .page-view {
    height: 60vh;
    width: 100%;
    position: relative;
    top: 0;
    /*50px*/
    left: 0;
  }

  .page-view .project {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/top/main_sp.png);
    background-size: cover;
  }

  .page-view .project .text {
    width: 90%;
    position: absolute;
    top: 52%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: table;
    text-align: center;
  }

  .page-view .project .text h1 .image {
    display: block;
    width: 75%;
    margin: 0 auto;
  }


  .page-view .project .text h1 .txt {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    text-align: left;
  }
}

/*--------------------------------------------追加20220822-----*/


b {
  font-weight: bold;
}

.float {
  opacity: 0;
  transform: translate(100%, 0);
  transition: all 1500ms;
}

.float.active {
  opacity: 1;
  transform: translate(0, 0);
}

.float {
  position: fixed;
  right: 0;
  bottom: 9%;
  z-index: 10;
}

.float01 {
  background: #fff;
  border: 3px solid #1eb2cd;
  padding: 10px;
  border-right: 0;
  border-bottom: 0;
}

.float01 .float01-text,
.float03 .float01-text {
  color: #333;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  line-height: 1.3;
}

.float01 .float01-text.pc {
  display: block;
}

.float01 .float01-text.sp {
  display: none;
}

.float01 .float01-note.pc {
  display: block;
}

.float01 .float01-note.sp {
  display: none;
}

.float01 .float01-tel,
.float03 .float01-tel {
  color: #333;
  text-align: center;
  font-size: 2.5rem;
}

.float01 .float01-tel .fa-phone,
.float03 .float01-tel .fa-phone {
  color: #2464dd;
  margin-right: 10px;
}

.float01 .float01-note {
  color: #333;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7;
}

.float02 {
  background: #fff;
  border: 3px solid #1eb2cd;
  padding: 10px;
  border-right: 0;
  margin-bottom: 10px;
}

.float02 .float02-text,
.float03 .float02-text {
  color: #333;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  line-height: 1.3;
}

.float02 .float02-contact {
  background: #2464dd;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.float02 .float02-contact .fa-envelope {
  margin-right: 10px;
}

.float03 {
  background: #fff;
  border: 3px solid #1eb2cd;
  padding: 10px;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}

.float04 {
  background: #fff;
  border: 3px solid #1eb2cd;
  padding: 10px;
  border-right: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.float04 .float02-text {
  color: #333;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  line-height: 1.3;
}

.float04 .float01-tel {
  color: #333;
  text-align: center;
  font-size: 2.5rem;
}

.float04 .float01-tel .fa-phone {
  color: #2464dd;
  margin-right: 10px;
}

footer {
  padding: 40px 0 250px;
}

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

  .float {
    opacity: 0;
    transform: translate(0, 100%);
    transition: all 1500ms;
    display: flex;
    width: 100%;
  }

  .float.active {
    opacity: 1;
    transform: translate(0, 0);
  }

  .float {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
  }

  .float01 {
    border: none;
    margin-bottom: 0;
    width: 100%;
    background: #1eb2cd;
  }

  .float01 .float01-text.pc {
    display: none;
  }

  .float01 .float01-text.sp {
    color: #fff;
    font-size: 1rem;
    display: block;
  }

  .float01 .float01-tel,
  .float01 .float01-tel .fa-phone {
    color: #fff;
  }

  .float01 .float01-note.pc {
    display: none;
  }

  .float01 .float01-note.sp {
    color: #fff;
    font-size: 0.9rem;
    display: block;
    letter-spacing: -0.1em;
    text-align: center;
  }

  .float01 .float01-tel {
    font-size: 1.5rem;
  }

  .float02 {
    border: none;
    width: 100%;
    background: #2464dd;
    margin-bottom: 0;
  }

  .float02 .float02-text {
    color: #fff;
    font-size: 1rem;
  }

  .float02 .float02-contact {
    font-size: 1.2rem;
    background: #fff;
    color: #2464dd;
  }

  .float03 {
    border: none;
    margin-bottom: 0;
    width: 100%;
  }

  .float03 .float02-text {
    font-size: 1rem;
  }

  .float03 .float01-tel {
    font-size: 1.5rem;
  }

  .float04 {
    border: none;
    margin-bottom: 0;
    width: 100%;
    background: #1eb2cd;
  }

  .float04 .float02-text {
    font-size: 1rem;
  }

  .float04 .float01-tel {
    font-size: 1.5rem;
  }

  footer {
    padding: 15px 0 100px;
  }
}

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

  .contact_box .inner .left {
    width: 100%;
  }

  .contact_box .inner .right {
    width: 100%;
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
  .float04 {
    display: none;
  }
}

/*-----------------------------------------20221115-----*/

.contact_box .inner .left {
  background: rgba(255, 255, 255, 0.2);
  width: 48%;
  margin: 0 1%;
}

.contact_box .inner .left-wrap {
  display: inline-block;
  padding: 15px;
}

.doctor-intro {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.doctor-intro .doc-img {
  margin-right: 3%;
  width: 42%;
}

.doctor-intro .doc-intro .tit {
  display: block;
  padding: 30px 0 15px;
  font-size: 80%;
  line-height: 1.4;
}

.doctor-intro .doc-intro .name {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.0;
}

.doctor-intro .doc-intro .name span {
  font-family: "Crimson Text", serif;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.0;
  color: #c5c7cd;
  padding-left: 15px;
}

.sp975 {
  display: none;
}

.sec07 .inner .box2 ul {
  display: flex;
}

@media screen and (max-width: 1424px) {
  .sec07 .inner .box2 ul {
    display: flex;
  }
}

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

  .sp975 {
    display: block;
  }

  .sec07 .inner .box1 {
    display: block;
    margin: 0 0 40px;
  }

  .sec07 .inner .box1 .left {
    width: 100%;
    float: none;
    padding: 0;
  }

  .sec07 .inner .box1 .right {
    width: 100%;
    float: none;
  }

  .sec07 .inner .box2 ul {
    display: block;
  }

  .sec07 h2.jp {
    font-size: 22px;
    font-size: 1.8rem;
  }

  .sec07 .sp975 {
    margin-bottom: 20px;
  }

  .doctor-intro {
    display: block;
  }

  .doctor-intro .doc-img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .doctor-intro .doc-intro .tit {
    padding: 0 0 20px;
    text-align: center;
    font-size: 100%;
  }

  .doctor-intro .doc-intro .name {
    font-size: 2rem;
    text-align: center;
  }

  .sec07 .inner .box2 .doc-02-ul {
    margin: 0 auto 15px;
  }

  .doctor-intro .doc-intro .name span {
    font-size: 1.3rem;
  }

  .contact_box .inner .left {
    width: 100%;
    margin: 0 0 20px;
  }

}