@charset "UTF-8";
/*==========================================
koukanki
===========================================*/
.youtube_area {
  text-align: center;
  font-size: 2.0rem;
}

.youtube_area p {
  margin-bottom: 80px;
}

.youtube_area .youtube {
  margin: 0 auto;
  width: 560px;
  height: 315px;
}

.youtube_area .youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .youtube_area {
    margin: 60px auto;
  }
  .youtube_area .youtube {
    position: relative;
    width: 100%;
    height: inherit;
    padding-top: 56.25%;
  }
  .youtube_area .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 480px) {
  .youtube_area {
    font-size: 4.1vw;
  }
}

.contrivance {
  padding: 70px 0 100px;
  background-image: url(../../img/koukanki/bg_koukanki.jpg);
  background-size: 75%;
  background-position: left top;
  background-repeat: no-repeat;
}

.contrivance .w420 {
  margin: 0 0 0 auto;
  margin: 0 0 110px auto;
}

@media screen and (max-width: 1200px) {
  .contrivance {
    background-size: 90%;
  }
}

@media screen and (max-width: 768px) {
  .contrivance {
    padding: 70px 0 40px;
    background-image: none;
  }
  .contrivance .w420 {
    width: 100%;
    margin: 0 0 50px auto;
  }
  .contrivance .w960 {
    padding: 0;
  }
}

/*==========================================
about us
===========================================*/
.support .display_flex_sp_block:first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.support .display_flex_sp_block:first-child section {
  margin-right: 130px;
}

.support .display_flex_sp_block:last-child section {
  margin-left: 130px;
}

.support .display_flex_sp_block section {
  padding-top: 70px;
}

.support .display_flex_sp_block img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .support .display_flex_sp_block:first-child section,
  .support .display_flex_sp_block:last-child section {
    margin-left: inherit;
    margin-right: inherit;
    padding: 0 5vw 5vw;
    width: 50%;
  }
  .support .display_flex_sp_block:last-child section {
    padding-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .support .display_flex_sp_block:first-child section,
  .support .display_flex_sp_block:last-child section {
    width: 100%;
  }
}

.message {
  background-color: #f0f0f0;
  padding: 130px 0 170px;
}

@media screen and (max-width: 768px) {
  .message {
    padding: 90px 0;
  }
}

.message_wrap h4 {
  margin-bottom: 1rem;
}

.message_wrap dl {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .message_wrap h4 {
    margin-top: 35px;
  }
}

.staff {
  margin: 100px 0 0;
  border-top: 1px solid #182982;
  padding: 100px 0 0px;
}

@media screen and (max-width: 768px) {
  .staff {
    padding: 90px 0;
  }
}

.staff_wrap h4 {
  margin-bottom: 1rem;
}

.staff_wrap dl {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .staff_wrap h4 {
    margin-top: 35px;
  }
}


#kyousei .message {
  padding: 85px 0;
}

#kyousei .message h3 {
  font-size: 2.6rem;
}

#kyousei .message hr {
  margin: 75px 0;
  height: 2px;
  background-color: #6973a6;
  border: none;
}

#kyousei .message dl {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

@media screen and (max-width: 768px) {
  #kyousei .message h3 {
    font-size: 6vw;
  }
  #kyousei .message .col2_w36 dt {
    width: 100%;
  }
  #kyousei .message .col2_w36 dt figure {
    width: 65%;
    margin: 0 auto;
  }
}

.doctor dt {
  width: calc(100% - 320px);
}

.doctor dt .year {
  width: 60px !important;
}

.doctor dt .career {
  width: calc(100% - 60px) !important;
}

.doctor dd {
  width: 240px;
}

@media screen and (max-width: 768px) {
  .doctor dt {
    width: 100%;
    padding: 0;
  }
  .doctor dt figure {
    width: 57%;
    min-width: 240px;
    margin: 0 auto;
  }
  .doctor dt .display_flex_sp_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  .doctor dt .year {
    width: 50px !important;
  }
  .doctor dt .career {
    width: calc(100% - 50px) !important;
  }
}

.adress .display_flex_sp_block dt {
  width: 25%;
  margin-bottom: 1rem;
  font-weight: bold;
}

.adress .display_flex_sp_block dd {
  width: 75%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .adress .display_flex_sp_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .adress .display_flex_sp_block dt {
    width: 100px;
  }
  .adress .display_flex_sp_block dd {
    width: calc(100% - 100px);
    line-height: 1.4;
  }
}

.map_wrap {
  position: relative;
  margin: 50px auto 130px;
}

.map_wrap img.icon_map {
  position: absolute;
  width: 20px;
  right: 20px;
}

.map_wrap:hover img.icon_map {
  display: none;
}

@media screen and (max-width: 768px) {
  .map_wrap {
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .map_wrap {
    margin: 50px auto 0;
    font-size: 14px;
  }
  .map_wrap.back_button {
    width: 100%;
  }
  .map_wrap img.icon_map {
    right: 10px;
  }
}

.gallery {
  margin: 100px 0 0;
  border-top: 1px solid #182982;
}

@media screen and (max-width: 768px) {
  .gallery {
    margin: 0;
    border-top: none;
  }
}

@media screen and (max-width: 480px) {
  .gallery .mb {
    display: -ms-grid;
    display: grid;
  }
}

/* swiper */
.swiper-button-prev,
.swiper-button-next {
  width: 25px;
  /* ボタンの幅 */
  top: 40%;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  background-image: url(../../img/about/swiper_next.svg);
  right: 28vw;
}

@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 13.5vw;
  }
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url(../../img/about/swiper_prev.svg);
  left: 28vw;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 13.5vw;
  }
}

/*==========================================
setsubi
===========================================*/
.item ul {
  margin: 0 auto 80px;
}

.item li figure {
  height: 238px;
}

.item li figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.item li h3 {
  font-size: 2.6rem;
}

.item li h3 span {
  letter-spacing: -.4rem;
}

.item .item_bottom {
  margin: 0 auto 120px;
}

.item .item_bottom section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item .item_bottom section .arrow_wrap {
  margin-top: auto;
  padding: 13px 0;
}

.item .num {
  font-size: 7.2rem;
  color: #e1b643;
}

@media screen and (max-width: 768px) {
  .item ul {
    margin: 0 auto;
  }
  .item li figure {
    max-width: 180px;
    width: 33%;
    height: inherit;
  }
  .item li p {
    padding-top: 20px;
    width: 100%;
  }
  .item li .col_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item li.position_r_box {
    position: relative;
  }
  .item li.position_r_box h3,
  .item li.position_r_box p {
    width: 75%;
    margin: 0 0 0 auto;
  }
  .item .position_a {
    position: absolute;
    letter-spacing: 0;
    bottom: 0;
    left: -30px;
    z-index: -10;
  }
  .item .padding-top30 {
    padding-top: 0;
  }
  .item.section_wrap h2 {
    margin: 0 0 10px;
  }
  .item .item_bottom {
    margin: 0 auto;
  }
  .item .item_bottom:last-child .col_box {
    border-bottom: none;
  }
  .item .item_bottom:last-child .col_box p {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .item li figure {
    width: 50%;
  }
  .item .position_a {
    bottom: 40px;
    left: -50px;
    width: 35%;
    min-width: 120px;
  }
}

/*==========================================
chiryou
===========================================*/
.interactive {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .interactive {
    margin-bottom: 50px;
  }
  .interactive .margin_right50 {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .interactive .padding-top100 {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .about_teeth.section_wrap h2 {
    font-size: 6vw;
  }
  .about_teeth dt {
    width: 100%;
  }
  .about_teeth dd.w200 {
    width: calc(100% - 60px);
    margin: 0 auto 30px;
  }
}

#chiryou .about_teeth {
  padding: 80px 0;
  background-color: #182982;
  color: white;
}

#chiryou .about_teeth dt {
  width: calc(100% - 230px);
}

@media screen and (max-width: 768px) {
  #chiryou .about_teeth dt {
    width: 100%;
  }
}

#orthodontics,
#whitening {
  padding-top: 120px;
  margin-top: -120px;
}

#orthodontics.about_teeth dl,
#whitening.about_teeth dl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#orthodontics.about_teeth dt,
#whitening.about_teeth dt {
  width: calc(100% - 450px);
}

@media screen and (max-width: 768px) {
  #orthodontics.about_teeth .next_arrow,
  #whitening.about_teeth .next_arrow {
    width: 23px;
  }
  #orthodontics.about_teeth dt,
  #whitening.about_teeth dt {
    width: 100%;
  }
  #orthodontics.about_teeth dd.w340,
  #whitening.about_teeth dd.w340 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #orthodontics.about_teeth dd.w340 figure,
  #whitening.about_teeth dd.w340 figure {
    width: calc((100% - 60px) / 2);
  }
  #orthodontics.about_teeth dd.w340.margin_bottom30,
  #whitening.about_teeth dd.w340.margin_bottom30 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .whitening_img {
    margin-top: 30px;
  }
}

.other_btn_wrap {
  margin: 0 auto 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.other_btn_wrap a,
.other_btn_wrap a.back_button {
  width: calc((100% - 20px) / 2);
  margin: 0;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .other_btn_wrap a,
  .other_btn_wrap a.back_button {
    width: 100%;
  }
  .other_btn_wrap a.back_button {
    margin: 0 0 40px;
  }
}

.variety dl:nth-child(2), .variety dl:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto auto 0;
}

.variety dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
}

.variety dl dt h3 {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin: 0 auto;
  font-weight: bold;
}

.variety dl dd {
  width: 100%;
}

.variety .col_padding_w40 .col_box:first-child {
  padding: 0 40px 0 0 !important;
}

.variety .col_padding_w40 .col_box:last-child {
  padding: 0 0 0 40px  !important;
}

@media screen and (max-width: 1024px) {
  .variety .col_padding_w40 .col_box {
    padding: 0 20px;
  }
  .variety .col_padding_w40 .col_box:first-child {
    padding: 0 20px 0 0 !important;
  }
  .variety .col_padding_w40 .col_box:last-child {
    padding: 0 0 0 20px  !important;
  }
}

@media screen and (max-width: 768px) {
  .variety .col_box {
    width: 100%;
  }
  .variety .col_padding_w40 .col_box {
    padding: 70px 30px;
  }
  .variety .col_padding_w40 .col_box:first-child, .variety .col_padding_w40 .col_box:last-child {
    padding: 70px 30px !important;
  }
  .variety dt {
    height: 170px;
  }
}

.visit {
  padding: 100px 0 80px;
  background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
  .visit.section_wrap h2 {
    font-size: 6vw;
  }
}

/*==========================================
kyousei
===========================================*/
#kyousei .about_teeth .padding-top60 {
  padding: 0;
}

#kyousei .item li figure {
  height: 200px;
}

#kyousei .item li figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

#kyousei .item li h3 {
  font-size: 2.4rem;
  margin: 50px 0 24px;
}

@media screen and (max-width: 768px) {
  #kyousei .col3 .col_box {
    width: 100%;
  }
  #kyousei .col_padding_w40 .col_box {
    padding: 45px 25px;
  }
  #kyousei .item li figure {
    width: 78%;
    margin: 0 auto;
    max-width: inherit;
    height: inherit;
  }
  #kyousei .item li figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #kyousei .item li h3 {
    margin: 20px 0 0;
  }
}

.arrow_down_wrap {
  position: relative;
  margin: 0 0 6px;
}

.arrow_down_wrap .arrow_down {
  position: absolute;
  height: 25px;
  width: inherit;
  left: 50%;
}

.schedule {
  padding: 50px 0;
  color: white;
  background-color: #182982;
}

.schedule .ttl_min {
  display: initial;
  font-size: 1.8rem;
}

h2.schedule_ttl {
  width: 64%;
}

@media screen and (max-width: 768px) {
  h2.schedule_ttl {
    width: 100%;
    font-size: 5vw;
  }
}

@media screen and (max-width: 480px) {
  h2.schedule_ttl {
    width: 100%;
    font-size: 7vw;
  }
}

.schedule_date {
  width: 36%;
}

.schedule_date dt {
  width: 120px;
  margin-right: 0;
}

.schedule_date dd {
  width: calc(100% - 120px);
}

@media screen and (max-width: 768px) {
  .schedule_date {
    width: 100%;
  }
  .schedule_date.display_flex_sp_block {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .schedule_date dt {
    width: 100px;
    margin-right: 0;
  }
  .schedule_date dd {
    width: calc(50% - 100px);
  }
}

@media screen and (max-width: 480px) {
  .schedule_date dd {
    width: calc(100% - 100px);
    margin: 0 0 5px;
  }
}

/*==========================================
procedure
===========================================*/
.procedure .col_padding_w40 .col_box:first-child {
  padding: 0 40px 0 0 !important;
}

.procedure .col_padding_w40 .col_box:last-child {
  padding: 0 0 0 40px  !important;
}

@media screen and (max-width: 1024px) {
  .procedure .col_padding_w40 .col_box {
    padding: 0 20px;
  }
  .procedure .col_padding_w40 .col_box:first-child {
    padding: 0 20px 0 0 !important;
  }
  .procedure .col_padding_w40 .col_box:last-child {
    padding: 0 0 0 20px  !important;
  }
}

@media screen and (max-width: 768px) {
  .procedure .col_padding_w40 .col_box {
    padding: 0 20px;
    border-bottom: none;
    margin-bottom: 40px;
  }
  .procedure .col_padding_w40 .col_box:nth-child(odd) {
    padding: 0 30px 0 0 !important;
  }
  .procedure .col_padding_w40 .col_box:nth-child(even) {
    padding: 0 0 0 30px  !important;
    border-left: 1px solid #182982;
  }
  .procedure .col_padding_w40 .col_box:last-child {
    width: 80%;
    margin: 0 auto;
    padding: 0 !important;
  }
  .procedure .col_padding_w40 .col_box:last-child .item li p {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .procedure {
    margin-bottom: 90px;
  }
  .procedure h2.txt_c {
    text-align: left;
  }
  .procedure .item .pc {
    display: none;
  }
  .procedure .item li p {
    width: 100%;
  }
  .procedure .item li h3 {
    margin: 0 auto;
    font-size: 4.8vw;
  }
  .procedure .item .num {
    font-size: 6.6rem;
  }
  .procedure .display_flex_sp_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .procedure .col3 li, .procedure .col3 .col_box {
    width: calc(100% / 2);
  }
  .procedure .item li:last-child .num {
    padding-top: 0;
  }
}

.faq {
  padding: 130px 0 1px;
  background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 60px 0 10px;
  }
  .faq .back_button {
    width: 100%;
  }
}

.faq_wrap {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.faq_wrap dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq_wrap dt {
  width: 50px;
  font-size: 3.8rem;
}

.faq_wrap dd {
  width: calc(100% - 50px);
}

.faq_wrap .answer {
  color: #e1b643;
}

@media screen and (max-width: 768px) {
  .faq_wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 50px;
    border-bottom: 1px solid #182982;
  }
  .faq_wrap dt,
  .faq_wrap dd.fz_24 {
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .faq_wrap .margin_bottom80 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .faq_wrap dd.fz_24 {
    font-size: 5.8vw;
  }
}

/*==========================================
friends
===========================================*/
.friends_contents {
  margin-bottom: 60px;
  width: calc((100% - 70px) / 2);
}

.friends_contents li {
  padding: 60px 0 70px;
  border-bottom: 1px solid #182982;
}

.friends_contents li h2 {
  margin: 0 0 20px;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.friends_contents li .link {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

.friends_contents li .link span {
  color: #e1b643;
}

.friends_contents li .link a {
  text-decoration: none;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.friends_contents li .link a:hover {
  text-decoration: underline;
}

.friends_contents li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .friends_contents {
    margin-bottom: 0;
    width: 100%;
  }
}

#friends .visual_ttl {
  margin-bottom: 0;
}
/*# sourceMappingURL=other.css.map */