@charset "UTF-8";
ß .moreButton {
  color: #ffffff;
  background: linear-gradient(128deg, #209cc6 0%, #7dc3c8 70%, #f1d3d2 100%);
  border-radius: 70px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
ß .moreButton:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .moreButton {
    font-size: clamp(14px, 4.1vw, 16px);
    width: min(43.6vw, 170px);
    padding: min(3.85vw, 15px) 0;
  }
}
@media print, screen and (min-width: 768px) {
  .moreButton {
    font-size: clamp(18px, 1.67vw, 20px);
    width: min(11.5vw, 220px);
    padding: min(1vw, 20px) 0;
  }
}
.ttl {
  margin-bottom: 60px;
}
.ttl h2 {
  font-size: 45px;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1em;
  z-index: 4;
}
.ttl h2:after {
  content: "";
  width: 100%;
  height: 15px;
  background-color: #5BC458;
  border-radius: 2px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: -1%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .ttl {
    margin-bottom: 48px;
  }
  .ttl h2 {
    font-size: 32px;
  }
  .ttl h2:after {
    height: 12px;
    bottom: -4px;
  }
}
.mv {
  background-image: url(../images/bg_mv.png);
  background-color: #fbfbef;
  background-size: cover;
  padding-bottom: 80px;
}
.mv .mvWrap {
  max-width: 1980px;
  width: 100%;
  margin: auto;
  position: relative;
}
.mv .mvWrap .mvBottom {
  display: none;
}
.mv .mvWrap .mvLeft {
  position: relative;
  width: 400px;
}
.mv .mvWrap .mvLeft .mvLeftWrap {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 48px 0 0;
}
.mv .mvWrap .mvLeft .mvLeftWrap .menu {
  width: -moz-fit-content;
  width: fit-content;
  border-left: 2px solid #0096F3;
  padding-left: 32px;
  margin: 8vh auto 0;
}
.mv .mvWrap .mvLeft .mvLeftWrap .menu a {
  display: block;
  padding: 8px 0;
  font-size: 22px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.mv .mvWrap .mvLeft .mvLeftWrap .menu a:last-of-type {
  margin-bottom: 0;
}
.mv .topNews {
  display: block;
  margin-top: 40px;
}

@media screen and (min-width: 1001px) {
  .mv .mvWrap {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: flex-start;
  }
  .mv .mvWrap .mvTopSp {
    display: none;
  }
  .mv .mvWrap .mvRight {
    padding-top: 100px;
    width: calc(100vw - 400px);
    max-width: 1400px;
  }
  .mv .mvWrap .mvRight .swiper {
    height: 100%;
  }
  .mv .mvWrap .mvRight img {
    border-radius: calc(50vh - 70px) 0 0 calc(50vh - 70px);
  }
}
@media screen and (max-width: 1300px) {
  .mv .mvWrap {
    align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .mv {
    padding-top: 26px;
  }
  .mv .mvWrap {
    padding-left: 20px;
    min-height: initial;
    display: grid;
  }
  .mv .mvWrap .mvTopSp {
    display: grid;
    order: 1;
  }
  .mv .mvWrap .mvTopSp .mv_sp {
    max-width: 600px;
    margin-left: auto;
  }
  .mv .mvWrap .mvTopSp .logo {
    padding-bottom: 33px;
  }
  .mv .mvWrap .mvRight {
    overflow: hidden;
    order: 2;
  }
  .mv .mvWrap .mvRight img {
    border-radius: 300px 0 0 300px;
  }
  .mv .mvWrap .mvLeft {
    order: 3;
    display: block;
    width: 100%;
  }
  .mv .mvWrap .mvLeft .mvLeftWrap {
    padding: 0px;
  }
  .mv .mvWrap .mvLeft .mvLeftWrap .logo {
    display: none;
  }
  .mv .mvWrap .mvLeft .mvLeftWrap img {
    height: 170px;
    display: block;
    margin: 0px auto;
  }
  .mv .mvWrap .mvLeft .mvLeftWrap .menu {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 15px;
    border-left: initial;
    padding-left: 0;
    margin: 26px auto 0;
  }
  .mv .mvWrap .mvLeft .mvLeftWrap .menu a {
    padding: 0 !important;
    font-size: clamp(0.875rem, 0.042rem + 2.67vw, 1.375rem);
  }
}
@media screen and (max-width: 500px) {
  .mv .mvWrap .mvRight img {
    border-radius: 180px 0 0 180px;
  }
}
.mds {
  width: clamp(712px, 92.7vw, 1040px);
  margin: 0 auto 40px;
}
.mds h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0096F3;
  color: #ffffff;
  font-size: clamp(30px, 2.67vw, 32px);
  display: flex;
  gap: 18px;
  align-items: center;
  padding-right: 52px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0 8px 8px 0;
}
.mds h2 span {
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.mds h2:before {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  background-color: #0096F3;
  position: absolute;
  left: -200px;
  border-radius: 8px 0 0 8px;
}

@media only screen and (max-width: 767px) {
  .mds {
    width: 100%;
    margin: 0 auto 40px;
  }
  .mds h2 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #0096F3;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    gap: 18px;
    align-items: center;
    padding-right: 22px;
    padding-left: 4vw;
    border-radius: 0 8px 8px 0;
  }
  .mds h2 span {
    color: #ffffff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
  }
  .mds h2:before {
    display: none;
  }
}
.topAbout {
  padding: 70px 0 110px;
  background-color: #F2FDFF;
}
.topAbout h3 {
  width: 100%;
  color: #0096F3;
  padding-bottom: 8px;
  border-bottom: 1px solid #0096F3;
  margin-bottom: 40px;
  font-size: clamp(26px, 2.33vw, 28px);
}
.topAbout .aboutTop {
  display: grid;
  grid-template-columns: 385px 1fr;
  gap: 35px;
  align-items: flex-start;
}
.topAbout .aboutTop .img {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}
.topAbout .aboutTop .img .tl {
  color: #0096F3;
  padding-bottom: 16px;
  line-height: 140%;
  text-align: center;
  font-size: clamp(25px, 2.25vw, 27px);
  margin-bottom: 10px;
}
.topAbout .aboutTop .txt {
  display: grid;
  gap: 40px;
}
.topAbout .aboutTop .txt h4 {
  font-size: clamp(22px, 2vw, 24px);
  color: #0096F3;
  border-bottom: 1px solid #0096F3;
  padding-bottom: 8px;
  width: 100%;
  margin-bottom: 18px;
}
.topAbout .aboutBottom {
  margin-top: 54px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  align-items: flex-start;
}
.topAbout .aboutBottom img {
  border-radius: 8px;
  overflow: hidden;
}
.topAbout .innerArea {
  margin-top: 48px;
  display: grid;
  gap: 16px;
}
.topAbout .innerArea .content {
  background: #ffffff;
  padding: 34px 48px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 34px;
  align-items: flex-start;
  border-radius: 8px;
}
.topAbout .innerArea .content ul {
  padding-left: 25px;
}
.topAbout .innerArea .content ul li {
  font-size: clamp(16px, 1.5vw, 18px);
}
.topAbout .innerArea .content h4 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  color: #0096F3;
  font-size: clamp(18px, 1.67vw, 20px);
}
.topAbout .innerArea .content .txt {
  font-size: clamp(16px, 1.5vw, 18px);
}

@media only screen and (max-width: 767px) {
  .topAbout {
    padding: 50px 0 60px;
  }
  .topAbout .aboutTop {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .topAbout .aboutTop .img img {
    width: 100%;
    margin: auto;
    display: block;
    max-width: 320px;
  }
  .topAbout .aboutTop .img h3 {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .topAbout .aboutTop p {
    font-size: 15px;
  }
  .topAbout .aboutBottom {
    margin-top: 54px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
    align-items: flex-start;
  }
  .topAbout .innerArea .content {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 15px;
    padding: 20px;
  }
  .topAbout .innerArea .content ul {
    padding-left: 20px;
  }
}
.information {
  padding: 60px 0 54px;
  background-color: #fbfbef;
}
.information .wrapWidth .innerWrap {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #0096F3;
  margin-bottom: 70px;
}
.information .wrapWidth .innerWrap .topWrap {
  display: grid;
  grid-template-columns: 1fr max-content 1fr max-content 1fr;
  background: #ffffff;
}
.information .wrapWidth .innerWrap .topWrap .btn {
  cursor: pointer;
  width: 100%;
  padding: 20px 0;
  border-bottom: 2px solid #0096F3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.information .wrapWidth .innerWrap .topWrap .btn p, .information .wrapWidth .innerWrap .topWrap .btn span, .information .wrapWidth .innerWrap .topWrap .btn h3 {
  text-align: center;
  font-size: clamp(18px, 1.67vw, 20px);
  color: #0096F3;
}
.information .wrapWidth .innerWrap .topWrap .active {
  pointer-events: none;
  background: #F2FDFF;
  border-bottom: none;
}
.information .wrapWidth .innerWrap .topWrap .line {
  height: 100%;
  width: 2px;
  background: #0096F3;
}
.information .wrapWidth .innerWrap .bottomWrap {
  background: #F2FDFF;
}
.information .wrapWidth .innerWrap .bottomWrap .active {
  display: none;
}
.information .wrapWidth .innerWrap .bottomWrap .content {
  padding: 64px 55px;
}
.information .wrapWidth .innerWrap .bottomWrap .content.content2 .tx, .information .wrapWidth .innerWrap .bottomWrap .content.content3 .tx {
  padding-bottom: 32px;
}
.information .wrapWidth .innerWrap .bottomWrap .content.content3 h4:first-child {
  margin-top: 0px;
}
.information .wrapWidth .innerWrap .bottomWrap .content.content3 h4 {
  margin-top: 32px;
}
.information .wrapWidth .innerWrap .bottomWrap .content .tx {
  font-size: 17px;
  line-height: 1.7;
}
.information .wrapWidth .innerWrap .bottomWrap .content ul {
  padding: 40px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.information .wrapWidth .innerWrap .bottomWrap .content ul li {
  background: #ffffff;
  border: 1px solid #0096F3;
  color: #0096F3;
  border-radius: 6px;
  padding: 6px 16px;
  line-height: 1.3em;
}
.information .wrapWidth .innerWrap .bottomWrap .content h4 {
  color: #0096F3;
  font-size: clamp(18px, 1.67vw, 20px);
  width: 100%;
  border-bottom: 1px solid #0096F3;
  margin-bottom: 12px;
}
.information .wrapWidth .innerWrap .bottomWrap .content .wrap.last ul {
  padding: 0 0 0px;
}
.information .wrapWidth .innerWrap .bottomWrap .content .wrap ul {
  padding: 0 0 32px;
}
.information .wrapWidth .innerWrap .bottomWrap .content .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: flex-start;
}
.information .wrapWidth .innerWrap .bottomWrap .content .btnArea {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  background-color: #ffffff;
  text-decoration: none;
  font-size: clamp(15px, 1.33vw, 16px);
  border-radius: 8px;
  box-shadow: 0px 2px 2px 0px #C0D5E8;
  padding: 5px 16px;
  gap: 5px;
}

@media only screen and (max-width: 767px) {
  .information {
    padding: 60px 0;
  }
  .information .wrapWidth .innerWrap .topWrap {
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .information .wrapWidth .innerWrap .topWrap .btn1 {
    grid-column: 1/4;
  }
  .information .wrapWidth .innerWrap .topWrap .btn {
    padding: 10px 0;
  }
  .information .wrapWidth .innerWrap .topWrap .btn p, .information .wrapWidth .innerWrap .topWrap .btn span {
    font-size: clamp(1.125rem, 0.891rem + 0.75vw, 1.25rem);
  }
  .information .wrapWidth .innerWrap .topWrap .active {
    pointer-events: none;
    background: #0096F3;
    border-bottom: 2px solid #0096F3;
  }
  .information .wrapWidth .innerWrap .topWrap .active h3 {
    color: #ffffff;
  }
  .information .wrapWidth .innerWrap .bottomWrap .content {
    padding: 35px 0;
    width: 90%;
    margin: 0 auto;
  }
  .information .wrapWidth .innerWrap .bottomWrap .content ul {
    padding: 20px 0;
  }
  .information .wrapWidth .innerWrap .bottomWrap .content .tx {
    font-size: 16px;
  }
  .information .wrapWidth .innerWrap .bottomWrap .content .container {
    grid-template-columns: 1fr;
  }
}
.examination {
  background-color: #ffffff;
  padding: 0px 0 80px;
}
.examination .examinationBox {
  margin-bottom: 50px;
}
.examination .examinationBox .btnArea {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  background-color: #ffffff;
  text-decoration: none;
  font-size: clamp(15px, 1.33vw, 16px);
  border-radius: 8px;
  box-shadow: 0px 2px 2px 0px #C0D5E8;
  padding: 5px 16px;
  gap: 5px;
}
.examination .examinationBox.box2 h3 {
  border-bottom: none;
  margin-bottom: 0;
  background: #0096F3;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px 8px 0 0;
}
.examination .examinationBox.box2 .ano {
  padding-top: 15px;
}
.examination .examinationBox.box2 .ano span {
  font-size: clamp(15px, 1.33vw, 16px);
  text-indent: -1.2em;
  padding-left: 1.2em;
  display: block;
}
.examination .examinationBox.box2 .ano span:first-of-type {
  padding-bottom: 5px;
}
.examination .examinationBox.box2Last {
  margin-bottom: 0;
}
.examination .examinationBox.box2Last .wrap .content {
  margin-bottom: 30px;
}
.examination .examinationBox h3 {
  font-size: clamp(25px, 2.25vw, 27px);
  color: #0096F3;
  border-bottom: 3px solid #0096F3;
  margin-bottom: 24px;
  padding-bottom: 6px;
}
.examination .examinationBox .wrap .top {
  margin-bottom: 28px;
}
.examination .examinationBox .wrap .content2 {
  padding: 20px 24px;
  border-radius: 8px;
  background-color: #F2FDFF;
}
.examination .examinationBox .wrap .content2 p {
  font-size: clamp(16px, 1.5vw, 18px);
}
.examination .examinationBox .wrap .content2 .inner {
  width: -moz-fit-content;
  width: fit-content;
}
.examination .examinationBox .wrap .content2 .inner p {
  text-align: left;
}
.examination .examinationBox .wrap .content2 .inner .btnArea {
  gap: 10px;
}
.examination .examinationBox .wrap .content {
  padding: 20px 24px;
  border-radius: 8px;
  background-color: #F2FDFF;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 3%;
  margin-bottom: 40px;
}
.examination .examinationBox .wrap .content .left {
  border-right: 1px solid #0096F3;
}
.examination .examinationBox .wrap .content .left h4 {
  font-size: clamp(20px, 1.83vw, 22px);
  margin-bottom: 10px;
  color: #0096F3;
}
.examination .examinationBox .wrap .content .left p {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 8px;
  align-items: center;
  font-size: clamp(16px, 1.5vw, 18px);
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.examination .examinationBox .wrap .content .left p:last-of-type {
  margin-bottom: 0px;
}
.examination .examinationBox .wrap .content .left p::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #0096F3;
}
.examination .examinationBox .wrap .content .right h4 {
  font-size: clamp(20px, 1.83vw, 22px);
  margin-bottom: 10px;
  color: #0096F3;
}
.examination .examinationBox .wrap .content .right ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.examination .examinationBox .wrap .content .right ul li {
  border: 1px solid #5E6468;
  border-radius: 6px;
  padding: 6px 16px;
  line-height: 1.3em;
}
.examination .examinationBox .wrap .bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2% 10px;
}
.examination .examinationBox .wrap .bottom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #0096F3;
  font-size: clamp(18px, 1.67vw, 20px);
  letter-spacing: 0.02em;
}
.examination .anoWrap {
  margin-bottom: 50px;
}
.examination .anoWrap div .inner {
  margin-left: 1.2em;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 5px;
}
.examination .anoWrap div .inner:first-child {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .examination {
    padding: 60px 0;
  }
  .examination .examinationBox {
    margin-bottom: 50px;
  }
  .examination .examinationBox:last-of-type {
    margin-bottom: 0px;
  }
  .examination .examinationBox h3 {
    font-size: 20px;
    margin-bottom: 16px;
    padding-bottom: 4px;
  }
  .examination .examinationBox .wrap .top {
    margin-bottom: 18px;
  }
  .examination .examinationBox .wrap .content {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 40px;
    padding: 15px 14px;
  }
  .examination .examinationBox .wrap .content .left {
    padding-bottom: 12px;
    border-right: 0px solid #0096F3;
    border-bottom: 1px solid #0096F3;
  }
  .examination .examinationBox .wrap .content .left h4 {
    font-size: clamp(20px, 1.83vw, 22px);
    margin-bottom: 8px;
  }
  .examination .examinationBox .wrap .content .left p {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .examination .examinationBox .wrap .content .left p:last-of-type {
    margin-bottom: 0px;
  }
  .examination .examinationBox .wrap .content .left p::before {
    content: "";
    width: 8px;
    height: 8px;
  }
  .examination .examinationBox .wrap .content .right h4 {
    font-size: clamp(20px, 1.83vw, 22px);
    margin-bottom: 8px;
  }
  .examination .examinationBox .wrap .content .right ul {
    gap: 8px;
  }
  .examination .examinationBox .wrap .content .right ul li {
    border: 1px solid #0096F3;
    border-radius: 6px;
    padding: 6px 12px;
    line-height: 1.3em;
  }
  .examination .examinationBox .wrap .content2 .inner p {
    text-align: left;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .examination .examinationBox .wrap .bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2% 10px;
  }
  .examination .examinationBox .wrap .bottom span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #0096F3;
    font-size: clamp(18px, 1.67vw, 20px);
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 500px) {
  .examination .examinationBox .btnArea {
    font-size: 13px;
  }
}
.doctor {
  background-color: #F2FDFF;
  padding: 80px 0 120px;
}
.doctor .wrapWidth .doctorWrap h3 {
  text-align: center;
  padding: 12px;
  background-color: #5BC458;
  color: #ffffff;
  font-size: 25px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.doctor .wrapWidth .doctorWrap .content {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 4%;
  margin-bottom: 40px;
}
.doctor .wrapWidth .doctorWrap .content:last-of-type {
  margin-bottom: 0;
}
.doctor .wrapWidth .doctorWrap .content .right h4 {
  font-size: 25px;
  color: #0096F3;
}
.doctor .wrapWidth .doctorWrap .content .right h4 br {
  display: none;
}
.doctor .wrapWidth .doctorWrap .content .right p {
  font-size: clamp(15px, 1.33vw, 16px);
}
.doctor .wrapWidth .doctorWrap .content .right .name {
  border-bottom: 3px solid #0096F3;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: clamp(16px, 1.5vw, 18px);
}
.doctor .wrapWidth .doctorWrap .content .right details {
  margin-top: 16px;
  width: 100%;
}
.doctor .wrapWidth .doctorWrap .content .right details summary {
  background-color: #ffffff;
  border: 2px solid #0096F3;
  border-radius: 8px;
  font-size: clamp(16px, 1.5vw, 18px);
  padding: 11px 22px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 18px;
  align-items: center;
  color: #0096F3;
}
.doctor .wrapWidth .doctorWrap .content .right details summary svg {
  width: 18px;
  height: auto;
  fill: #0096F3;
  transition: 0.3s;
}
.doctor .wrapWidth .doctorWrap .content .right details .detailsInner {
  transition: 0.3s;
  margin-top: 15px;
}
.doctor .wrapWidth .doctorWrap .content .right details .detailsInner .list {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 3%;
  margin-bottom: 20px;
}
.doctor .wrapWidth .doctorWrap .content .right details .detailsInner .list:last-of-type {
  margin-bottom: 0;
}
.doctor .wrapWidth .doctorWrap .content .right details .detailsInner .list h5 {
  height: 26px;
  width: 100%;
  background-color: #0096F3;
  color: #ffffff;
  font-size: clamp(15px, 1.33vw, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.doctor .wrapWidth .doctorWrap .content .right details .detailsInner .list .wrap {
  display: grid;
  grid-template-columns: 140px 1fr;
  row-gap: 4px;
}
.doctor .wrapWidth .doctorWrap .content .right details .detailsInner .list p {
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.doctor .wrapWidth .doctorWrap .content .right details[open] summary svg {
  transform: rotate(180deg);
  transition: 0.3s;
}
.doctor .wrapWidth .doctorWrap .content .right details[open] .detailsInner {
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .doctor {
    padding: 60px 0;
  }
  .doctor .wrapWidth .rinen .box {
    display: grid;
    grid-template-columns: 1fr;
    padding: 15px 14px;
    margin-bottom: 40px;
    border-radius: 8px;
  }
  .doctor .wrapWidth .rinen .box h3 {
    padding: 0 0 14px;
    font-size: 14px;
  }
  .doctor .wrapWidth .rinen .box p {
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.6em;
  }
  .doctor .wrapWidth .doctorWrap h3 {
    font-size: 22px;
  }
  .doctor .wrapWidth .doctorWrap .content {
    display: block;
    margin-bottom: 40px;
  }
  .doctor .wrapWidth .doctorWrap .content:last-of-type {
    margin-bottom: 0;
  }
  .doctor .wrapWidth .doctorWrap .content .left {
    margin-bottom: 16px;
  }
  .doctor .wrapWidth .doctorWrap .content .right h4 {
    line-height: 1.4em;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .doctor .wrapWidth .doctorWrap .content .right h4 br {
    display: block;
  }
  .doctor .wrapWidth .doctorWrap .content .right p {
    font-size: 15px;
  }
  .doctor .wrapWidth .doctorWrap .content .right .name p {
    font-size: 16px;
  }
  .doctor .wrapWidth .doctorWrap .content .right details summary {
    font-size: 18px;
  }
  .doctor .wrapWidth .doctorWrap .content .right details .detailsInner .list {
    display: block;
  }
  .doctor .wrapWidth .doctorWrap .content .right details .detailsInner .list:last-of-type {
    margin-bottom: 0;
  }
  .doctor .wrapWidth .doctorWrap .content .right details .detailsInner .list h5 {
    margin-bottom: 14px;
  }
  .doctor .wrapWidth .doctorWrap .content .right details .detailsInner .list p {
    font-size: 15px;
    line-height: 1.3em;
    margin-bottom: 12px;
  }
  .doctor .wrapWidth .doctorWrap .content .right details .detailsInner .list p br {
    display: block;
  }
  .doctor .wrapWidth .doctorWrap .content .right details[open] summary {
    font-size: 18px;
  }
  .doctor .wrapWidth .doctorWrap .content .right details[open] summary svg {
    transform: rotate(180deg);
    transition: 0.3s;
  }
  .doctor .wrapWidth .doctorWrap .content .right details[open] .detailsInner {
    transition: 0.3s;
  }
}
.equipment {
  background-color: #ffffff;
  background-size: cover;
  padding: 52px 0 120px;
}
.equipment .wrapWidth {
  display: block;
}
.equipment .wrapWidth .wrap {
  margin-top: 40px;
}
.equipment .wrapWidth .wrap .top {
  display: grid;
  grid-template-columns: 1fr;
}
.equipment .wrapWidth .wrap .top .box {
  padding: 30px 0 12px;
  transition: 0.3s;
  border-radius: 8px 8px 0 0;
}
.equipment .wrapWidth .wrap .top .box h3 {
  font-size: clamp(23px, 2.08vw, 25px);
  margin-bottom: 18px;
  color: #0096F3;
  line-height: 100%;
}
.equipment .wrapWidth .wrap .top .box .topTx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.equipment .wrapWidth .wrap .top .box .topTx img {
  border-radius: 8px;
}
.equipment .wrapWidth .wrap .top .box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: clamp(15px, 1.33vw, 16px);
  margin-top: 15px;
  opacity: 1;
  transition: 0.3s;
  visibility: visible;
}
.equipment .wrapWidth .wrap .top .box .btn:after {
  content: "";
  background-image: url(../../shared/images/icon_up.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 10px;
  transition: 0.3s;
  transform: rotate(180deg);
}
.equipment .wrapWidth .wrap .top .box .btn {
  color: #0096F3;
}
.equipment .wrapWidth .wrap .top .box .bottom .answer {
  width: 100%;
  padding: 32px 0px 40px;
}
.equipment .wrapWidth .wrap .top .box .bottom .answer.active {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: 0.3s;
}
.equipment .wrapWidth .wrap.wrap1 {
  margin-top: 0px;
}
.equipment .wrapWidth > h3 {
  font-size: clamp(22px, 2vw, 24px);
  margin-bottom: 12px;
  margin-top: 60px;
}
.equipment .wrapWidth .other {
  padding-top: 70px;
  margin: 0 auto;
}
.equipment .wrapWidth .other h3 {
  font-size: clamp(22px, 2vw, 24px);
  color: #0096F3;
  padding-bottom: 15px;
}
.equipment .wrapWidth .other .bottomWrap {
  background: #F2FDFF;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  gap: 12px;
  padding: 50px;
}
.equipment .wrapWidth .other .bottomWrap ul {
  padding-left: 32px;
}
.equipment .wrapWidth .other .bottomWrap ul li {
  font-size: clamp(18px, 1.67vw, 20px);
  line-height: 1.1em;
  margin-bottom: 25px;
}
.equipment .wrapWidth .other .bottomWrap ul li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .equipment .wrapWidth .wrap .top .box {
    padding: 40px 0 12px;
  }
  .equipment .wrapWidth .wrap .top .box .topTx {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .equipment {
    padding: 60px 0 0px;
  }
  .equipment .wrapWidth {
    display: block;
  }
  .equipment .wrapWidth .wrap {
    margin-top: 40px;
  }
  .equipment .wrapWidth .wrap .top .topTx {
    gap: 20px !important;
  }
  .equipment .wrapWidth .wrap .top .box {
    padding: 30px 8px 20px;
  }
  .equipment .wrapWidth .wrap .top .box h3 {
    font-size: 17px;
    margin-bottom: 6px;
    letter-spacing: 0em;
    line-height: 1.4em;
  }
  .equipment .wrapWidth .wrap .bottom .answer {
    padding: 10px 0px 10px !important;
  }
  .equipment .wrapWidth .wrap .bottom .answer p {
    font-size: 15px;
  }
  .equipment .wrapWidth .wrap.wrap1 {
    margin-top: 0px;
  }
  .equipment .wrapWidth > h3 {
    font-size: 17px;
    margin-top: 32px;
  }
  .equipment .wrapWidth .other {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .equipment .wrapWidth .other .bottomWrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 12px;
  }
  .equipment .wrapWidth .other .bottomWrap ul {
    padding-left: 24px;
  }
  .equipment .wrapWidth .other .bottomWrap ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .equipment .wrapWidth .other .bottomWrap ul li:last-of-type {
    margin-bottom: 0;
  }
}
.clinic {
  background-color: #e5f2fa;
  padding: 64px 0 0;
}
.clinic .mds {
  margin-bottom: 0;
}

#top .secHeader {
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0);
}
#top .secHeader.active {
  background-color: #ffffff;
}
#top .secHeader .headerLeft {
  opacity: 1;
  transition: 0.3s;
}

.cta {
  display: grid;
  grid-template-columns: 480px auto;
  justify-content: center;
  align-items: flex-start;
  max-width: 862px;
  width: 90%;
  margin: auto;
  gap: 45px;
}
.cta .imgWrap p {
  padding-top: 10px;
  font-size: clamp(16px, 1.5vw, 18px);
  color: #0096F3;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}
.cta img {
  width: 100%;
  height: auto;
}
.cta .ctaTel {
  width: -moz-fit-content;
  width: fit-content;
}
.cta .ctaTel a {
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: 58px;
  align-items: center;
  font-size: clamp(22px, 2vw, 24px);
  text-decoration: none;
  color: #ffffff;
  background-color: #F7BFD3;
  border-radius: 8px;
  padding: 0px 20px;
  box-shadow: 0px 4px 0px 0px #F19CB9;
}

@media only screen and (max-width: 920px) {
  .cta {
    display: block;
    margin-top: 64px;
  }
  .cta img {
    display: block;
    width: 100%;
    max-width: 460px;
    height: auto;
    margin: auto;
    margin-bottom: 24px;
  }
  .cta .ctaTel {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .cta .ctaTel a {
    margin: auto;
    margin-bottom: 12px;
  }
}
.topNews .innerWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.topNews .listContent .titleArea {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  background: #0096F3;
  align-items: center;
}
.topNews .listContent .titleArea h3 {
  color: #ffffff;
  font-size: 22px;
  color: #ffffff;
}
.topNews .listContent .newsList {
  padding: 12px 0;
  border-bottom: 1px solid #9b9b9b;
}
.topNews .listContent .newsList .newsLink {
  text-decoration: none;
}
.topNews .listContent .newsList .newsLink .wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.topNews .listContent .newsList .newsLink .wrap .category a {
  font-size: 14px;
  color: #5BC458;
  text-decoration: none;
}
.topNews .listContent .newsList .newsLink .newsDate {
  font-size: 15px;
  color: #9b9b9b;
}
.topNews .listContent .newsList .newsLink .newsTitle {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-decoration: none;
}
.topNews .listContent .newsList:first-of-type {
  padding: 0 0 12px;
}
.topNews .listContent .newsList:last-of-type {
  border-bottom: none;
  padding: 12px 0 0;
}
.topNews .listContent .bottomArea {
  padding: 24px 16px;
  background: #ffffff;
  border: 2px solid #0096F3;
  border-radius: 0 0 8px 8px;
}
.topNews .listContent .btnArea {
  display: flex;
  justify-content: center;
  width: 130px;
  align-items: center;
  background-color: #abcd03;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(15px, 1.33vw, 16px);
  border-radius: 8px;
  box-shadow: 0px 2px 2px 0px rgb(123, 148, 0);
  padding: 5px 0;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .topNews .innerWrap {
    grid-template-columns: 1fr;
  }
  .topNews .innerWrap .listContent .titleArea h3 {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */