@charset "UTF-8";
.top_ttl {
  font-family: "フォーク M", "Folk Medium", sans-serif;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.15em;
  color: #1A2437;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 50px;
}

.top_ttl:before {
  content: '';
  height: 4px;
  width: 45px;
  background: #7D83E1;
  position: absolute;
  bottom: 0;
  left: calc(50% + 0px);
}

.top_ttl:after {
  content: '';
  height: 4px;
  width: 45px;
  background: #4D7ABD;
  position: absolute;
  bottom: 0;
  left: calc(50% - 45px);
}

#dental_bnr {
  text-align: center;
  padding: 100px 0 0;
  position: relative;
  z-index: 0;
}

#dental_bnr:before {
  content: '';
  background: #EEF1F4;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: -1px;
  z-index: -1;
}

#dental_bnr img {
  border-radius: 10px;
  max-width: 612px;
  width: 100% !important;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #dental_bnr {
    padding: 40px 30px 0;
  }
  .top_ttl {
    font-size: 28px;
  }
  .top_ttl:before {
    width: 32px;
    left: calc(50% + 0px);
  }
  .top_ttl:after {
    width: 32px;
    left: calc(50% - 32px);
  }
}

#commit {
  position: relative;
  z-index: 0;
  padding: 100px 0 0;
}

#commit:before {
  content: '';
  background: #EEF1F4;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: -1px;
  z-index: -1;
}

#commit .box {
  color: #fff;
  display: flex;
  text-align: center;
}

#commit .box .img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#commit .box .img img {
  display: none;
}

#commit .box .text {
  padding: 0 30px;
  width: 100%;
  background: #4D7ABD;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#commit .box .text:before {
  content: '1';
  font-family: "フォーク M", "Folk Medium", sans-serif;
  font-size: 123px;
  line-height: 203px;
  letter-spacing: 0.15em;
  position: absolute;
  bottom: -41px;
  right: -31px;
  z-index: -1;
  color: #335ca5;
}

#commit .box .text h3 {
  font-size: 23px;
  line-height: 38px;
  letter-spacing: 0.15em;
  padding-top: 30px;
  font-family: "フォーク M", "Folk Medium", sans-serif;
}

#commit .box .text .txt {
  margin: 25px 0 30px;
  line-height: 30px;
  letter-spacing: 0.15em;
}

#commit .box .text .bnr {
  padding-bottom: 30px;
}

#commit .box .text .bnr a {
  display: block;
  width: 100%;
  border: 1px solid;
  border-radius: 28px;
  font-family: "フォーク M", "Folk Medium", sans-serif;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.15em;
  position: relative;
  color: #fff;
  padding: 8px 0 7px;
}

#commit .box .text .bnr a:before {
  content: '';
  width: 6px;
  background-image: url("../img/icons/ico_arrow02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

#commit .box .text .bnr a:hover {
  text-decoration: none;
  opacity: 0.6;
}

#commit .box .item {
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#commit .box .item1 .img {
  background-image: url("../img/top/commit-img1.jpg");
  border-radius: 20px 0 0 0;
}

#commit .box .item1 .text {
  border-radius: 0 0 0px 20px;
}

#commit .box .item1 .text:before {
  bottom: -46px;
}

#commit .box .item2 .img {
  order: 2;
  background-image: url("../img/top/commit-img2.jpg");
}

#commit .box .item2 .text {
  order: 1;
}

#commit .box .item2 .text:before {
  content: '2';
}

#commit .box .item3 .img {
  background-image: url("../img/top/commit-img3.jpg");
  border-radius: 0 20px 0 0;
}

#commit .box .item3 .text {
  border-radius: 0 0px 20px 0px;
}

#commit .box .item3 .text:before {
  content: '3';
}

#commit .blk h4 {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.15em;
  font-family: "フォーク M", "Folk Medium", sans-serif;
  margin: 70px 0 18px;
}

#commit .blk h4 img {
  margin-right: 15px;
}

#commit .blk .video {
  max-width: 670px;
  width: 100%;
  height: 377px;
  margin: 0 auto;
  position: relative;
}

#commit .blk .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 1080px) {
  #commit .box .text {
    padding: 0 20px;
  }
}

@media screen and (max-width: 980px) {
  #commit .box {
    display: block;
  }
  #commit .box .item {
    width: 100%;
  }
  #commit .box .item .img {
    background: transparent;
    height: auto !important;
  }
  #commit .box .item .img img {
    display: block;
    width: 100% !important;
  }
  #commit .box .item .text {
    height: auto !important;
  }
  #commit .box .item .text .bnr a {
    padding: 6px 0 9px;
  }
  #commit .box .item1 .img {
    border-radius: 0;
  }
  #commit .box .item1 .img img {
    border-radius: 20px 20px 0 0;
  }
  #commit .box .item1 .text {
    border-radius: 0;
  }
  #commit .box .item2 .img {
    order: 1;
  }
  #commit .box .item2 .text {
    order: 2;
  }
  #commit .box .item3 .text {
    border-radius: 0 0 20px 20px;
  }
}

#medical {
  padding-top: 100px;
  position: relative;
  z-index: 0;
  color: #fff;
}

#medical:before {
  content: '';
  background: #EEF1F4;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 94px;
  z-index: -1;
}

#medical .blk {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}

#medical .blk div {
  margin: 1px;
}

#medical .blk .box {
  background: #4D7ABD;
  border-radius: 20px 0 0 0;
  padding: 50px;
  width: 434px;
  position: relative;
  z-index: 0;
}

#medical .blk .box:before {
  content: '';
  width: 187px;
  background-image: url("../img/top/medical-deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  opacity: 0.6;
}

#medical .blk .box .txt {
  letter-spacing: 0.1em;
}

#medical .blk .box .bnr {
  margin-top: 20px;
}

#medical .blk .box .bnr a {
  display: block;
  width: 100%;
  color: #fff;
  font-family: "フォーク M", "Folk Medium", sans-serif;
  border: 1px solid #fff;
  border-radius: 28px;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.15em;
  padding: 6px 20px 9px;
  position: relative;
}

#medical .blk .box .bnr a:before {
  content: '';
  width: 6px;
  background-image: url("../img/icons/ico_arrow02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

#medical .blk .box .bnr a:hover {
  text-decoration: none;
  opacity: 0.6;
}

#medical .blk .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 20px 30px 25px;
  width: 216px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
#medical .blk .item:hover{
	opacity: 0.8;
}
#medical .blk .item .ttl {
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0.15em;
  font-family: "フォーク M", "Folk Medium", sans-serif;
  margin-bottom: 15px;
}

#medical .blk .item ul {
  line-height: 28px;
  letter-spacing: 0.1em;
}

#medical .blk .item ul img {
  margin-right: 5px;
  position: relative;
  top: 5px;
}

#medical .blk .item ul li {
  display: flex;
  align-items: flex-start;
}

#medical .blk .item ul li + li {
  margin-top: 5px;
}

#medical .blk .item1 {
  width: 644px;
  padding: 50px;
  background-image: url("../img/top/medical-img1.jpg");
  border-radius: 0 20px 0 0;
}

#medical .blk .item1 .ttl {
  font-size: 24px;
  margin-bottom: 30px;
}

#medical .blk .item2 {
  background-image: url("../img/top/medical-img2.jpg");
  border-radius: 0 0 0 20px;
}

#medical .blk .item3 {
  background-image: url("../img/top/medical-img3.jpg");
}

#medical .blk .item4 {
  background-image: url("../img/top/medical-img4.jpg");
}

#medical .blk .item5 {
  background-image: url("../img/top/medical-img5.jpg");
}

#medical .blk .item6 {
  background-image: url("../img/top/medical-img6.jpg");
  border-radius: 0 0 20px 0;
  width: 208px;
}

#medical .blk .item6 ul {
  letter-spacing: 0;
}

@media screen and (max-width: 1139px) {
  #medical .blk .box {
    width: calc(40% - 2px);
    padding: 40px;
  }
  #medical .blk .item {
    width: calc(20% - 2px);
    padding: 20px 15px;
  }
  #medical .blk .item1 {
    width: calc(60% - 2px);
    padding: 40px;
  }
}

@media screen and (max-width: 1080px) {
  #medical .blk .box {
    padding: 30px;
  }
  #medical .blk .item .ttl {
    margin-bottom: 10px;
  }
  #medical .blk .item ul {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  #medical .blk .item1 {
    padding: 30px;
  }
  #medical .blk .item1 .ttl {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 980px) {
  #medical .blk .box {
    padding: 30px 20px;
  }
  #medical .blk .item {
    padding: 20px 10px;
  }
  #medical .blk .item .ttl {
    letter-spacing: 0.02em;
  }
  #medical .blk .item ul {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  #medical .blk .item ul img {
    width: 15px;
    margin-right: 3px;
    top: 5px;
  }
  #medical .blk .item1 {
    padding: 30px 20px;
  }
  #medical .blk .item1 .ttl {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  #medical {
    padding-top: 60px;
  }
  #medical:before {
    bottom: 44vw;
  }
  #medical .blk {
    display: block;
  }
  #medical .blk .box {
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding: 25px 20px;
  }
  #medical .blk .box:before {
    width: 107px;
  }
  #medical .blk .box .txt {
    font-size: 15px;
    line-height: 30px;
  }
  #medical .blk .box .bnr a {
    font-size: 16px;
    padding: 3px 20px 7px;
  }
  #medical .blk .item {
    width: 100%;
    padding: 25px 20px !important;
  }
  #medical .blk .item .ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #medical .blk .item ul {
    letter-spacing: 0.1em;
  }
  #medical .blk .item ul img {
    width: 18px;
    margin-right: 5px;
    top: 5px;
  }
  #medical .blk .item1 {
    width: 100%;
    border-radius: 0;
    background-image: url("../img/top/medical-img1_sp.jpg");
  }
  #medical .blk .item1 .ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #medical .blk .item1 .txt {
    font-size: 15px;
  }
  #medical .blk .item2 {
    border-radius: 0;
    background-image: url("../img/top/medical-img2_sp.jpg");
  }
  #medical .blk .item3 {
    background-image: url("../img/top/medical-img3_sp.jpg");
  }
  #medical .blk .item4 {
    background-image: url("../img/top/medical-img4_sp.jpg");
  }
  #medical .blk .item5 {
    background-image: url("../img/top/medical-img5_sp.jpg");
  }
  #medical .blk .item6 {
    border-radius: 0 0 20px 20px;
    background-image: url("../img/top/medical-img6_sp.jpg");
  }
}

#greeting {
  padding-top: 100px;
  position: relative;
  z-index: 0;
}

#greeting:before {
  content: '';
  width: 351px;
  height: 287px;
  background-image: url("../img/top/greeting-deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 140px;
  z-index: -1;
}

#greeting .container {
  position: relative;
}

#greeting .doctor {
  width: 528px;
  float: left;
  border-radius: 20px;
  box-shadow: 10px 10px rgba(125, 131, 225, 0.21);
}

#greeting .doctor img {
  border-radius: 20px;
}

#greeting .text {
  width: 494px;
  float: right;
}

#greeting .text .ttl {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.15em;
  color: #7D83E1;
  font-family: "フォーク M", "Folk Medium", sans-serif;
}

#greeting .text .txt {
  line-height: 27px;
  margin: 30px 0 40px;
}

#greeting .text .txt p + p {
  margin-top: 30px;
}

#greeting .text .btn-grp {
  display: flex;
}

#greeting .text .btn-grp .bnr {
  width: 243px;
}

#greeting .text .btn-grp .bnr a {
  display: block;
  width: 100%;
  border: 1px solid #4D7ABD;
  color: #4D7ABD;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.15em;
  padding: 6px 20px 9px;
  border-radius: 28px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

#greeting .text .btn-grp .bnr a:before {
  content: '';
  width: 7px;
  background-image: url("../img/top/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transition: 0.3s all ease-in-out;
}

#greeting .text .btn-grp .bnr a:hover {
  text-decoration: none;
  background: #4D7ABD;
  color: #fff;
}

#greeting .text .btn-grp .bnr a:hover:before {
  background-image: url("../img/icons/ico_arrow02.png");
}

#greeting .text .btn-grp .bnr + .bnr {
  margin-left: 8px;
}

#greeting .name_pc {
  width: 62px;
  position: absolute;
  left: 80px;
  top: 160px;
  z-index: 1;
}

#greeting .name_sp {
  display: none;
}

@media screen and (max-width: 1140px) {
  #greeting .doctor {
    width: 48%;
  }
  #greeting .text {
    width: 48%;
  }
  #greeting .text .txt {
    margin: 20px 0 30px;
  }
  #greeting .text .txt p + p {
    margin-top: 16px;
  }
  #greeting .name_pc {
    width: 5%;
    left: 7%;
    top: 152px;
  }
}

@media screen and (max-width: 1080px) {
  #greeting .doctor {
    width: 50%;
  }
  #greeting .text {
    width: 46%;
  }
}

@media screen and (max-width: 980px) {
  #greeting:before {
    top: 79vw;
  }
  #greeting .doctor {
    width: 100%;
    float: none;
  }
  #greeting .doctor img {
    width: 100% !important;
  }
  #greeting .text {
    width: 100%;
    float: none;
    margin-top: 39px;
  }
  #greeting .text .txt {
    margin: 35px 0 50px;
  }
  #greeting .text .txt p + p {
    margin-top: 30px;
  }
  #greeting .text .btn-grp .bnr {
    width: 50%;
  }
  #greeting .name_pc {
    display: none;
  }
  #greeting .name_sp {
    display: block;
    font-size: 23px;
    line-height: 38px;
    letter-spacing: 0.15em;
    font-family: "フォーク M", "Folk Medium", sans-serif;
    color: #4D7ABD;
    text-align: right;
    margin-bottom: 20px;
  }
  #greeting .name_sp span {
    color: #7D83E1;
    font-size: 16px;
    line-height: 30px;
    margin-right: 18px;
  }
  #greeting .name_sp small {
    display: block;
    color: #7D83E1;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.12em;
  }
}

@media screen and (max-width: 767px) {
  #greeting {
    padding-top: 60px;
  }
  #greeting:before {
    width: 264px;
    top: 88vw;
  }
  #greeting h2 {
    margin-bottom: 40px;
  }
  #greeting .img {
    box-shadow: 8px 8px rgba(125, 131, 225, 0.21);
  }
  #greeting .text .ttl {
    font-size: 23px;
  }
  #greeting .text .txt {
    margin-top: 30px;
  }
  #greeting .text .btn-grp {
    display: block;
  }
  #greeting .text .btn-grp .bnr {
    margin-bottom: 5px;
    width: 100%;
  }
  #greeting .text .btn-grp .bnr + .bnr {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  #greeting .text .ttl {
    letter-spacing: 0.05em;
  }
}

#info {
  padding-top: 100px;
}

#info .info-l {
  width: 490px;
  float: left;
}

#info table {
  line-height: 22px;
}

#info table th {
  width: 150px;
}

#info table td {
  text-align: center;
}

#info table .txt-cl {
  color: #7D83E1;
}

#info table td:last-child {
  width: 55px;
}

#info table thead tr {
  border-bottom: 1px solid rgba(72, 75, 125, 0.3);
}

#info table thead tr th, #info table thead tr td {
  padding-bottom: 10px;
}

#info table tbody tr:first-child th, #info table tbody tr:first-child td {
  padding: 15px 0 8px;
}

#info table tbody tr:last-child {
  border-bottom: 1px solid rgba(72, 75, 125, 0.3);
}

#info table tbody tr:last-child th, #info table tbody tr:last-child td {
  padding-bottom: 15px;
}

#info .info-txt {
  margin: 20px 0 45px;
  line-height: 26px;
  letter-spacing: 0.1em;
}

#info .vcard {
  line-height: 25px;
}

#info .vcard dl {
  display: table;
  width: 100%;
}

#info .vcard dl dt {
  width: 90px;
  display: table-cell;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}

#info .vcard dl dd {
  display: table-cell;
}

#info .vcard dl + dl {
  margin-top: 20px;
}

@media screen and (max-width: 1080px) {
  #info .info-l {
    width: 49%;
  }
  #info .info-txt {
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 980px) {
  #info table th {
    width: 100px;
  }
  #info .vcard {
    font-size: 15px;
  }
  #info .vcard dl dt {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  #info {
    padding-top: 60px;
  }
  #info .info-l {
    width: 100%;
  }
  #info .info-txt {
    margin-bottom: 35px;
  }
  #info .vcard {
    letter-spacing: 0.05em;
  }
}

#news-box .elementor-widget-wrap {
  display: block;
}

#news {
  width: 532px;
  float: right;
  background: #F1F1F1;
  border-radius: 20px 20px 0 0;
  padding: 32px 40px;
  margin-top: -420px;
  position: relative;
  z-index: 1;
}

#news .news-ttl {
  border-bottom: 2px solid #4D7ABD;
  padding-bottom: 15px;
}

#news .news-ttl .ttl {
  color: #4D7ABD;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.15em;
  font-family: "フォーク M", "Folk Medium", sans-serif;
  float: left;
}

#news .news-ttl .news-link {
  float: right;
  margin-top: 7px;
}

#news .news-ttl .news-link a {
  color: #4D7ABD;
  line-height: 20px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid;
  transition: 0s;
}

#news .news-ttl .news-link a:hover {
  border-color: transparent;
}

.post-box {
  background: #F1F1F1;
  border-radius: 0px 0px 20px 20px;
  width: 532px;
  float: right;
  margin-top: -335px;
  padding: 0 40px 30px;
  position: relative;
  z-index: 1;
}

.post-box .post-box__header {
  display: none;
}

.post-box .post-box__content {
  height: 305px;
  overflow-y: scroll;
}

.post-box dl {
  width: 100%;
  display: table;
  border-bottom: 1px dashed #CBCAC9;
  padding: 23px 0;
}

.post-box dl dt {
  width: 110px;
  display: table-cell;
  color: #1A2437;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.post-box dl dd {
  display: table-cell;
  letter-spacing: 0.05em;
  padding-left: 53px;
  position: relative;
}

.post-box dl dd:before {
  content: 'NEW';
  background: #4D7ABD;
  color: #fff;
  border-radius: 8px;
  width: 38px;
  height: 16px;
  font-size: 9px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 5px;
}

@media screen and (max-width: 1100px) {
  #news, .post-box {
    width: 48%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .post-box dl {
    display: block;
  }
  .post-box dl dt {
    display: block;
  }
  .post-box dl dd {
    display: block;
    margin-top: 5px;
  }
}

@media screen and (max-width: 845px) {
  #news {
    margin-top: -470px;
    padding: 20px;
  }
  .post-box {
    padding: 0 20px 30px;
    margin-top: -395px;
  }
  .post-box dl {
    padding: 15px 0;
  }
  .post-box .post-box__content {
    height: 363px;
  }
}

@media screen and (max-width: 767px) {
  #news, .post-box {
    width: 100%;
  }
  #news {
    margin-top: 30px;
  }
  #news .news-ttl .ttl {
    font-size: 22px;
    line-height: 27px;
  }
  #news .news-ttl .news-link {
    margin-top: 0;
  }
  .post-box {
    margin-top: -14px;
  }
  .post-box .post-box__content {
    height: 300px;
  }
  .post-box dl {
    padding: 12px 0;
  }
}

#ggmap {
  margin: 70px 0 100px;
}

#ggmap iframe {
  width: 100%;
  height: 343px;
  border: none;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  #ggmap {
    margin: 30px 0 60px;
  }
  #ggmap iframe {
    height: 247px;
  }
}
