/* reset.scss start*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset.scss end*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #2D344A;
  font-size: 16px;
  line-height: 1.5;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

.c-secTitle {
  font-family: "Gilda Display";
  font-size: 90px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-secTitle {
    font-size: 50px;
  }
}

.c-secButton {
  border-radius: 100px;
  background: #BBC1DD;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  width: 400px;
  height: 70px;
  padding-right: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-secButton {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 45px;
    padding-right: 60px;
    height: 56px;
    font-size: 16px;
  }
}
.c-secButton::after {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14' fill='none'%3E%3Cpath d='M13 14L11.575 12.6L16.175 8H0V6H16.175L11.6 1.4L13 0L20 7L13 14Z' fill='white'/%3E%3C/svg%3E");
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-secButton::after {
    right: 23px;
  }
}
.c-secButton:hover::after {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .c-secButton:hover::after {
    right: 15px;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 568px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp {
    display: block !important;
  }
}

.ipad {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ipad {
    display: block !important;
  }
}

.ipad_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.ipadPro_sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_sp {
    display: block !important;
  }
}

.ipadPro_pc {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_pc {
    display: none !important;
  }
}

.ipad_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.pc_inline {
  display: inline-block !important;
}
@media screen and (max-width: 568px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp_inline {
    display: inline-block !important;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.8;
}

/* setting.scss end*/
.page-breadcrumb {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.clinic-page {
  padding-top: 67px;
}
@media screen and (max-width: 768px) {
  .clinic-page {
    padding-top: 42px;
  }
}
.clinic-page .intro-sec {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 73px;
}
@media screen and (max-width: 768px) {
  .clinic-page .intro-sec {
    margin-bottom: 45px;
  }
}
.clinic-page .intro-sec h2 {
  font-family: "Zen Old Mincho";
  font-size: 46px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .clinic-page .intro-sec h2 {
    font-size: 36px;
  }
}
.clinic-page .intro-sec h2 .text-s {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .clinic-page .intro-sec h2 .text-s {
    font-size: 20px;
  }
}
.clinic-page .intro-sec p {
  font-family: "Noto Sans JP Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .clinic-page .intro-sec p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}
.clinic-page .intro-sec__text1 {
  margin-bottom: 34px;
}
.clinic-page .intro-sec__dentist-image {
  max-width: 474px;
  margin: 0 auto 46px;
}
.clinic-page .intro-sec__dentist-image img {
  border-radius: 4px;
}
.clinic-page .environment-sec {
  border-top: rgba(45, 52, 74, 0.3) solid 1px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .clinic-page .environment-sec {
    padding-top: 69px;
  }
}
.clinic-page .environment-sec h2 {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .clinic-page .environment-sec h2 {
    font-size: 20px;
  }
}
.clinic-page .environment-sec h2 span {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .clinic-page .environment-sec h2 span {
    font-size: 36px;
  }
}
.clinic-page .guide-sec {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 143px;
}
@media screen and (max-width: 768px) {
  .clinic-page .guide-sec {
    padding-top: 57px;
    padding-bottom: 66px;
  }
}
.clinic-page .guide-sec .title {
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 46px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .clinic-page .guide-sec .title {
    font-size: 36px;
    margin-bottom: 36px;
  }
}
.clinic-page .guide-sec__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 58px;
}
@media screen and (max-width: 768px) {
  .clinic-page .guide-sec__list {
    gap: 28px;
  }
}
.clinic-page .guide-sec__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .clinic-page .guide-sec__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
  }
}
.clinic-page .guide-sec__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .clinic-page .guide-sec__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.clinic-page .guide-sec__item:nth-of-type(even) h3 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .clinic-page .guide-sec__item:nth-of-type(even) h3 {
    text-align: left;
  }
}
.clinic-page .guide-sec__item .item-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.clinic-page .guide-sec__item .item-image img {
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14);
}
.clinic-page .guide-sec__item .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .clinic-page .guide-sec__item .item-text {
    width: 100%;
  }
}
.clinic-page .guide-sec__item .item-text h3 {
  color: #9FAAE0;
  font-family: "Zen Old Mincho";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .clinic-page .guide-sec__item .item-text h3 {
    font-size: 26px;
  }
}
.clinic-page .guide-sec__item .item-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .clinic-page .guide-sec__item .item-text p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.clinic-page .equipment-sec {
  background: #F4F5F9;
}
.clinic-page .equipment-sec__inner {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 143px;
}
@media screen and (max-width: 768px) {
  .clinic-page .equipment-sec__inner {
    padding-top: 58px;
    padding-bottom: 61px;
  }
}
.clinic-page .equipment-sec .title {
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 46px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 79px;
}
@media screen and (max-width: 768px) {
  .clinic-page .equipment-sec .title {
    font-size: 36px;
    margin-bottom: 38px;
  }
}
.clinic-page .equipment-sec__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 62px;
}
@media screen and (max-width: 768px) {
  .clinic-page .equipment-sec__list {
    gap: 38px;
  }
}
.clinic-page .equipment-sec__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
}
@media screen and (max-width: 768px) {
  .clinic-page .equipment-sec__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 26px;
  }
}
.clinic-page .equipment-sec__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .clinic-page .equipment-sec__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1200px) {
  .clinic-page .equipment-sec__item:nth-of-type(even) .item-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .clinic-page .equipment-sec__item:nth-of-type(even) .item-text {
    padding-left: 0;
  }
}
.clinic-page .equipment-sec__item:nth-of-type(even) .item-text h3 {
  text-align: left;
}
.clinic-page .equipment-sec__item .item-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.clinic-page .equipment-sec__item .item-image img {
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14);
}
.clinic-page .equipment-sec__item .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1200px) {
  .clinic-page .equipment-sec__item .item-text {
    padding-top: 0px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .clinic-page .equipment-sec__item .item-text {
    padding-right: 0;
    width: 100%;
  }
}
.clinic-page .equipment-sec__item .item-text h3 {
  text-align: right;
  color: #9FAAE0;
  font-family: "Zen Old Mincho";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .clinic-page .equipment-sec__item .item-text h3 {
    text-align: left;
    font-size: 26px;
  }
}
.clinic-page .equipment-sec__item .item-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .clinic-page .equipment-sec__item .item-text p {
    font-size: 14px;
    line-height: 1.8;
  }
}