@charset "UTF-8";

/* ------
  - *基本設定
  - *パンくずリスト
  - *ページ内リンク
  - *ページャー
  - *書式設定
  - *タイトル
  - *メインビジュアル
  - *医院案内
  - *医師紹介
  - *アクセス
  - *当院の矯正治療
  - *料金表
  - *求人案内
  - *ブログ
  - *404
------ */
/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
main section {
  margin-bottom: 80px;
}

/* ----- 1カラム用 ------ */
main section .inner, .breadcrumb .inner, .page_links .inner, .blog_wrap {
  max-width: 1100px;
}

/* ----- 2カラム用 ------ */
/* .breadcrumb .inner , .blog_wrap{
  max-width: 1200px;
}

main .wrapper {
  display: flex;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto 80px;
}

main .contents {
  width: 75%;
}
*/
/* ==============================================
  *SP 基本設定
============================================== */
@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }

  /* ----- 2カラム用 ------ */
  /* main .wrapper {
    flex-flow: column;
    gap: 0;
    margin-bottom: 80px;
  }

  main .contents {
    width: 100%;
  } */
}

/* ==================================================================================================================================

  *パンくずリスト

================================================================================================================================== */
.breadcrumb {
  margin: 30px auto !important;
}

.breadcrumb_list {
  counter-reset: unset;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}

.breadcrumb_list li {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.breadcrumb_list li::after {
  content: "\f054";
  position: relative;
  top: -1px;
  padding: 0 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70%;
}

/* 親、子、孫が複数ある場合、最後以外にカンマを表示 */
.breadcrumb_list li.parent:has(~ .parent)::after,
.breadcrumb_list li.child:has(~ .child)::after,
.breadcrumb_list li.grandchild:has(~ .grandchild)::after {
  content: ",";
  position: relative;
  top: 0;
  padding: 0 5px;
  font-family: inherit;
  font-weight: normal;
  font-size: 100%;
}

/* 最後の要素の矢印を消す */
.breadcrumb_list li:last-of-type::after {
  display: none;
}

/* ==============================================
  *SP パンくずリスト
============================================== */
@media screen and (max-width: 640px) {
  .breadcrumb {
    font-size: 13px;
  }
}

/* ==================================================================================================================================

  *ページ内リンク

================================================================================================================================== */
.page_links {
  margin-bottom: 50px;
}

.page_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.page_links li {
  position: relative;
  z-index: 1;
}

.page_links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  background: var(--sub-color);
  border: 1px solid var(--sub-color);
    font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
  color: #ffffff;
  font-size: 95%;
  text-align: center;
  transition: color 0.2s, background 0.2s;
    border-radius: 100px;
}

.page_links a:hover {
  background: #ffffff;
  color: var(--sub-color);
}

/* ----- 2列 ----- */
.twoLinks li {
  width: calc(50% - 5px);
}

/* ----- 3列 ----- */
.threeLinks li {
  width: calc(33.3333333333% - 6.6666666667px);
}

/* ==============================================
  *SP ページ内リンク
============================================== */
@media screen and (max-width: 640px) {
  .page_links {
    margin-bottom: 40px;
  }

  /* ----- 2列 ----- */
  .twoLinks li {
    width: 100%;
  }

  /* ----- 3列 ----- */
  .threeLinks li {
    width: 100%;
  }
}

/* ==================================================================================================================================

  *ページャー

================================================================================================================================== */
.pager {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px auto 0;
  font-size: 15px;
}

/* ----- ページャーのボタン ----- */
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0 0 1px 2px;
  background: #d7d7d7;
  border-radius: 50%;
  color: #ffffff;
  line-height: 1;
}

/* リンクの場合  */
a.page-numbers.prev, a.page-numbers.next {
  padding: 0 0 5px 1px;
  font-size: 170%;
}

a.page-numbers:hover {
  background: #929292;
  color: #ffffff;
}

/* 開いているページ */
.page-numbers.current {
  background: var(--main-color);
  color: #ffffff;
}

/* ==================================================================================================================================

  *サイドバー

================================================================================================================================== */
.sidebar {
  z-index: 3;
  flex-shrink: 0;
  width: 25%;
}

.side_box {
  padding: 20px;
  background: var(--bg-color);
}

.side_box:not(:last-of-type) {
  margin-bottom: 30px;
}

.side_box .children {
  padding-left: 10px;
}

.side_box a {
  color: var(--text-color);
}

.side_box a:hover {
  color: var(--main-color);
}

.side_title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  padding: 0 0 5px 5px;
  border-bottom: solid 2px var(--main-color);
  font-weight: bold;
  font-size: 110%;
  line-height: 1.5;
  text-align: left;
}

.side_title i {
  margin-right: 10px;
  color: var(--main-color);
}

/* ----- サイドバー（診療案内） ----- */
.sidebar .medical li {
  padding: 10px 15px;
  border-bottom: 1px solid var(--line-color);
}

@media screen and (max-width: 640px) {
  .sidebar {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .side_box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* ==================================================================================================================================

  *書式設定

================================================================================================================================== */
.mtem {
  margin-top: 2em;
}

.mbem {
  margin-bottom: 1em;
}

/* 段落余白 */
main .inner > *:not(h1, h2, h3, h4, h5) {
  margin-bottom: 2em;
}

main .inner > *:not(h1, h2, h3, h4, h5):last-child {
  margin-bottom: 0;
}

/* ----- text ----- */
.text {
  position: relative;
}

.text > *:not(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 2em;
}

.text > *:not(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 0;
}

/* ==================================================================================================================================

  *タイトル

================================================================================================================================== */
h2, h3, h4, h5, h6 {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  line-height: 1.75;
}

h2:first-of-type, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
  margin-top: 0;
}

h2 {
  margin-bottom: 25px;
  padding: 10px 15px 7px;
  background: #B6DDE3;
background: linear-gradient(90deg, rgba(182, 221, 227, 1) 0%, rgba(222, 248, 222, 1) 100%);
    font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
  font-size: 140%;
    border-radius: 10px;
}

h3 {
  width: fit-content;
  margin-bottom: 20px;
  padding: 5px 20px;
  border-bottom: 2px solid var(--sub-color);
    font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
  font-size: 120%;
}

h4, 
.attention {
  margin-bottom: 17px;
  color: var(--main-color);
    font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
  font-size: 125%;
}

h5 {
  margin-bottom: 15px;
    color: #80bd99;
  font-size: 110%;
    font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
}

/* ==================================================================================================================================

  *メインビジュアル

================================================================================================================================== */
.mainvisual {
  position: relative;
  z-index: 1;
  background: var(--main-color);
  overflow: hidden;
}

.mainvisual .mainvisual_bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}

.mainvisual .mainvisual_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.mainvisual .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 230px;
  padding: 50px 0;
}

/* ----- 下層ページの見出し ----- */
.main_headline {
  color: var(--text-color);
  font-size: 200%;
  line-height: 1.5;
  text-align: center;
  filter: drop-shadow(0 0 5px #ffffff) drop-shadow(0 0 5px #ffffff) drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 15px #ffffff) drop-shadow(0 0 15px #ffffff);
    font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
}

/* ==============================================
  *SP メインビジュアル
============================================== */
@media screen and (max-width: 640px) {
  .mainvisual .inner {
    min-height: 180px;
    padding: 30px 20px;
  }

  /* ----- 下層ページの見出し ----- */
  .main_headline {
    font-size: 150%;
  }
}

/* ==================================================================================================================================

  *医院案内

================================================================================================================================== */
.clinic_desc {
  width: 100%;
}

.clinic_desc dl {
  display: flex;
}

.clinic_desc dt {
  width: 20%;
  padding: 15px;
  border-bottom: 1px dotted var(--line-color);
  font-weight: bold;
}

.clinic_desc li:first-child dt {
  padding-top: 0;
}

.clinic_desc dd {
  width: 80%;
  padding: 15px;
  border-bottom: 1px dotted var(--line-color);
}

.clinic_desc dd .zipcode {
  margin-right: 10px;
}

.clinic_desc li:first-child dd {
  padding-top: 0;
}

.facilities_list {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

.facilities_item {
  width: calc(33.3333333333% - 13.3333333333px);
  background: var(--bg-color);
}

.facilities_item dd {
  padding: 15px 20px;
}

.facilities_item dd p {
  padding-top: 5px;
}

.facilities_item h3 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 125%;
}

.facilities_item h3::before, .facilities_item h3::after {
  display: none;
}

/* ----- 画像がない時用 ----- */
.facilities_item.noimg {
  padding: 15px 20px;
}

.facilities_item.noimg p {
  margin-top: 5px;
}

/* ==============================================
  *SP 医院案内
============================================== */
@media screen and (max-width: 640px) {
  .clinic_desc dl {
    display: block;
  }

  .clinic_desc dt {
    width: 100%;
    padding: 15px 0 5px;
    border-bottom: none;
  }

  .clinic_desc li:first-child dt {
    padding-top: 0;
  }

  .clinic_desc dd {
    width: 100%;
    padding: 0 0 15px;
  }

  .facilities_item {
    width: 100%;
  }
}

/* ==================================================================================================================================

  *医師紹介

================================================================================================================================== */
.doctor_box:not(:last-child) {
  margin: 0;
  padding: 0 0 60px;
}

.doctor_box:not(:first-child) h2 {
  margin-top: 20px;
}

.doctor_flex {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.doctor_text {
  width: 100%;
}

.doctor_text > *:not(:first-child) {
  margin-top: 30px !important;
}

.doctor_name {
  text-align: right;
}

.doctor_name .position {
  font-size: 130%;
}

.doctor_name .name {
  font-size: 150%;
}

.doctor_img {
  flex-shrink: 0;
  width: 350px;
}

.doctor_career {
  margin-top: 30px;
}

.career_box {
  padding: 30px;
  background: var(--bg-color);
}

.career_box:not(:last-of-type) {
  margin-bottom: 20px;
}

.career_box h3 {
  margin: 0 0 5px;
  padding: 0;
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 140%;
}

.career_box h3::before, .career_box h3::after {
  display: none;
}

/* 日付あり */
.career_box dl {
  display: flex;
  gap: 10px;
  border-bottom: 1px dashed var(--line-color);
}

.career_box dl > * {
  padding: 10px 20px;
}

.career_box dt {
  width: 15%;
}

/* 日付なし */
.career_box li {
  padding: 10px 20px;
  border-bottom: 1px dashed var(--line-color);
}

/* フリーエリア */
.doctor_freearea {
  margin-top: 30px;
}

/* ==============================================
  *SP 医師紹介
============================================== */
@media screen and (max-width: 640px) {
  .doctor_flex {
    flex-flow: column;
    gap: 30px;
  }

  .doctor_img {
    order: -1;
    width: 100%;
    margin: 0 auto;
  }

  .career_box {
    padding: 20px 25px;
  }

  .career_box h3 {
    margin: 0;
  }

  /* 日付あり */
  .career_box dl {
    flex-flow: column;
    gap: 0;
  }

  .career_box dl > * {
    padding: 10px;
  }

  .career_box dt {
    width: 100%;
    padding: 10px 10px 5px;
  }

  .career_box dd {
    width: 100%;
    padding: 5px 10px 10px;
  }

  /* 日付なし */
  .career_box li {
    padding: 10px;
  }
}

/* ==================================================================================================================================

  *アクセス

================================================================================================================================== */
/* ----- MAP ----- */
.access .googlemap iframe {
  width: 100%;
  height: 400px;
}

/* イラストマップのみ */
.access .illustmap {
  width: 100%;
  height: fit-content;
  text-align: center;
}

/* 両方を表示する時 */
.mapflex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 30px;
}

.mapflex > * {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  width: calc(50% - 10px) !important;
}

.mapflex > .googlemap {
  position: relative;
  z-index: 1;
  flex-shrink: 1;
  width: calc(50% - 20px);
  height: auto;
}

.mapflex > .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----- 住所 ----- */
.access .location {
  position: relative;
  z-index: 1;
  padding: 0 0 0 40px;
  font-weight: bold;
}

.access .location::before {
  content: "\f3c5";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0 0 0 2px;
  background: var(--main-color);
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 13px;
}

.access span {
  display: inline-block;
  margin-right: 10px;
}

.access .btn01 {
  text-align: center;
}

/* ----- ルート案内 ----- */
.route_list {
  display: flex;
  flex-flow: wrap;
  gap: 50px 30px;
}

.route_item {
  width: calc(50% - 15px);
}

.route_item > *:not(:last-child) {
  margin-bottom: 1em;
}

.route_title {
  position: relative;
  z-index: 1;
  min-height: 30px;
  padding: 0 0 0 40px;
  font-size: 110%;
}

.route_title .number {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: var(--main-color);
  color: #ffffff;
  line-height: 1;
}

.access_info {
  margin-right: 15px;
  border: 4px solid #3ab4c9;
  padding: 25px 30px 5px;
}

@-moz-document url-prefix() {
  .access_info {
    margin-right: 15px;
    border: 4px solid #3ab4c9;
    padding: 25px 30px 5px;
    width: 50%;
  }
}

.access_info dt i {
  margin-right: 7px;
}

.access_train,
.access_bus,
.access_car,
.access_bike {
  margin-bottom: 25px;
}

.access_train dt,
.access_bus dt,
.access_car dt,
.access_bike dt {
  padding-left: 0;
  margin-bottom: 5px;
  font-size: 95%;
  font-weight: bold;
  color: #3ab4c9;
}

.access_train dd,
.access_bus dd,
.access_car dd,
.access_bike dd {
  font-size: 95%;
}

.access_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.access_2nd{
  font-size: 95%;
}

/* ==============================================
  *SP アクセス
============================================== */
@media screen and (max-width: 640px) {
  .mapflex > * {
    width: 100% !important;
  }

  /* ----- ルート案内 ----- */
  .route_list {
    gap: 30px;
  }

  .route_item {
    width: 100%;
  }

  .access_info{
    margin-right: 0;
    margin-bottom: 15px;
  }

  .access_flex{
    flex-direction: column;
  }




}

/* ==================================================================================================================================

  *おとなの矯正治療

================================================================================================================================== */
/* ----- 当院の「おとなの矯正治療」の特徴 ----- */
.orthodontics01_kinds_inner-img {
  text-align: center;
}

.orthodontics01_kinds_inner-img img {
  width: 90%;
  max-width: 250px;
}
/* ----- 料金表（大人の矯正治療） ----- */
.orthodontics_price-table {
  border-collapse: separate;
}

.orthodontics_price-table thead tr th {
  background: var(--main-color);
  color: #ffffff;

}

.orthodontics_price-table tbody tr th {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 12px 36px;
}

.orthodontics_price-table tbody tr th span {
  display: inline-block;
  width: 220px;
  font-size: 15px;
}

.orthodontics_price-table tbody tr th img {
  width: 110px;
}

.orthodontics_card-wrap img {
  width: 95%;
  max-width: 450px;
}
/* ==============================================
  *SP おとなの矯正治療
============================================== */
/* ----- 料金表（大人の矯正治療） ----- */
@media screen and (max-width: 640px) {
  .orthodontics_price-table {
    min-width: 600px !important;
  }

  .orthodontics_price-table tbody tr th {
    flex-direction: column;
    height: auto;
  }

  .orthodontics_price-table tbody tr th img {
    display: block;
    text-align: center;
    margin: auto;
  }

}/* ==================================================================================================================================

  *こどもの矯正治療

================================================================================================================================== */
/* ----- 治療の流れ ----- */

.orthodontics_child-price {
  max-width: 1100px;
}

.orthodontics_child-price .child-price01 {
  overflow: hidden;
}

.orthodontics_child-price .child-price01 dl {
  position: relative;
  float: left;
  width: calc(90% / 7);
  height: 270px;
  margin-right: calc(10% / 6);
  padding: 0.5%;
  background: #a1e4eb;
  border-radius: 10px;
  margin-bottom: 25px;
}

.orthodontics_child-price .child-price01 dl:last-child {
  margin-right: 0;
}

.orthodontics_child-price .child-price01 dl::before {
  position: absolute;
  top: 110px;
  right: -14px;
  height: initial;
  border-width: 7px 0px 7px 7px;
  border-color: transparent transparent transparent #3ab4c9;
  border-style: solid;
  content: '';
  margin: auto;
  transform: rotate(0);
}

.orthodontics_child-price .child-price01 dl:last-child:before {
  content: none;
}

.orthodontics_child-price .child-price01 dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  margin-bottom: 7px;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 8px;
}
.orthodontics_child-price .child-price01 dl dd {
  line-height: 1.5;
  text-align: left;
}

.orthodontics_child-price .child-price01 dl dd p {
  font-size: 12px;
  margin: 0;
}

.orthodontics_child-price .child-price01 dl:nth-child(6),
.orthodontics_child-price .child-price01 dl:nth-child(7) {
  height: 230px;
  background: #d5e68f;
}

.orthodontics_child-price .child-price02 {
  position: relative;
  width: calc((90% / 7)*2 + (10% / 6) );
  margin-top: -50px;
  margin-left: auto;
  padding: 7px 12px 7px;
  border-radius: 10px;
  background: #d5e68f;
  text-align: center;
  font-size: 11px;
}

.orthodontics_child-price .child-price02::before {
  position: absolute;
  top: 12px;
  left: -12px;
  border-width: 7px 0px 7px 7px;
  border-color: transparent transparent transparent #3ab4c9;
  border-style: solid;
  content: '';
}

.orthodontics_child-price .child-price01 dl:nth-child(6) dt,
.orthodontics_child-price .child-price01 dl:nth-child(7) dt {
  margin-bottom: 7px;
}

.orthodontics_child-price .orthodontics_child-small-text p {
  margin-bottom: 8px !important;
  font-size: 14px;
  color: #666;
  margin-left: 1em !important;
  text-indent: -1em;
}

/* ==============================================
  *SP おとなの矯正治療
============================================== */
/* ----- 治療の流れ ----- */
@media screen and (max-width: 640px) {
  .orthodontics_child-price .child-price01 dl {
    width: 100%;
    height: 220px;
    margin-right: 0;
    padding: 1.5%;
    float: none;
  }
  
  .orthodontics_child-price .child-price01 dl:nth-child(6),
  .orthodontics_child-price .child-price01 dl:nth-child(7){
    height: 220px;
  }

  .orthodontics_child-price .child-price01 dl::before {
    display: block;
    top: initial;
    bottom: -16px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0px;
    border-color: #3ab4c9 transparent transparent transparent;
    border-style: solid;
    transform: rotate(-135deg);
  }

  .orthodontics_child-price .child-price01 dl:nth-child(6),
  .orthodontics_child-price .child-price01 dl:nth-child(7) {
    width: 70%;
  }

  .orthodontics_child-price .child-price01 dl dt{
    font-size: 15px;
  }

  .orthodontics_child-price .child-price01 dl dt br{
    display: none;
  }

  .orthodontics_child-price .child-price01 dl dd p{
    font-size: 14px;
    padding: 5px;
  }
  .orthodontics_child-price .child-price02 {
    width: 50px;
    margin-top: -490px;
    height: 465px;
    font-size: 14px;
  }

  .orthodontics_child-price .child-price02::before {
    top: -30px;
    left: 22px;
    transform: rotate(90deg) scale(0.7);
    border-width: 10px 10px 10px 0px;
    border-color: #3ab4c9 transparent transparent transparent;
    transform: rotate(-135deg);

  }
}
/* ==================================================================================================================================

  *料金表

================================================================================================================================== */
.layout08 {
  overflow: hidden;
}

.layout08 dl {
  position: relative;
  float: left;
  margin-bottom: 25px;
  padding: 3%;
  border-radius: 10px;
  background-color: #F7F7F7;
}

.layout08 dl::before {
  position: absolute;
  right: -17px;
  top: 0;
  height: 7px;
  width: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
  border-top: 2px solid #87c0ca;
  border-right: 2px solid #87c0ca;
  content: "";
  bottom: 0;
  margin: auto;
}

.layout08 dl:nth-child(3n) {
  margin-right: 0;
}

.layout08 dl dt {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
}

.layout08 dl dt em {
  margin-right: 8px;
  font-size: 24px;
}

.layout08 dl dd {
  line-height: 1.5;
}

.price_box dl {
  width: calc(90% / 5);
  margin-right: calc(10% / 4);
  height: 220px;
  padding: 1%;
  background: #a1e4eb;
}

.price_box dl::before {
  top: 110px;
  bottom: inherit;
  width: 0;
  height: initial;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent #3ab4c9;
  border-style: solid;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.price_box dl dt {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 125px;
  margin-bottom: 15px;
  background: #fff;
  font-size: 14px;
}

.price_box dl dt em {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  color: #3ab4c9;
  font-style: normal;
}

.price_box dl dd {
  text-align: center;
}

.price_box dl:nth-child(3n) {
  margin-right: 23px;
}

.price_box dl:nth-child(5n) {
  margin-right: 0;
}

.price_box dl:nth-child(5n)::before {
  display: none;
}

.price_box dl:nth-child(4),
.price_box dl:nth-child(5) {
  height: 200px;
  background: #d5e68f;
}

.price_box dl:nth-child(4) dt,
.price_box dl:nth-child(5) dt {
  margin-bottom: 7px;
}

.price_box2 {
  position: relative;
  width: calc((90% / 5) * 2 + (10% / 4));
  margin-top: -65px;
  margin-left: auto;
  margin-right: 5px;
  padding: 7px 12px 7px;
  border-radius: 10px;
  background: #d5e68f;
  text-align: center;
}

.price_box2::before {
  position: absolute;
  top: 12px;
  left: -15px;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent #3ab4c9;
  border-style: solid;
  content: '';
}

@media screen and (max-width: 640px) {
  .price_box2{
    width: 50px;
    margin-top: -475px;
    height: 426px;
  }

  .price_box2::before{
    top: -22px;
    left: 19px;
    transform: rotate(90deg) scale(0.7);
  }
  
  .price_box dl{
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .price_box dl:nth-child(3n){
    margin-right: 0;
  }

  .price_box dl:nth-child(4), .price_box dl:nth-child(5){
    width: 70%;
  }

  .price_box dl::before{
    display: block;
    top: initial;
    bottom: -16px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0px;
    border-color: #3ab4c9 transparent transparent transparent;
    border-style: solid;
    transform: rotate(-135deg);
  }

}

/* ==================================================================================================================================

  *求人案内

================================================================================================================================== */

.recruit_flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 130px !important;
}

.recruit_flex_box {
  width: 30%;
  position: relative;
}

.recruit_flex_box img {
  width: 100%;
  border-radius: 50%;
}
.recruit_flex_box .ballon img{
  border-radius: inherit;
}

.recruit_flex_box .balloon {
  position: absolute;
  left: 10px;
  bottom: -50px;
  width: 320px;
}

.recruit_flex_box .balloon img {
  border-radius: 0;
}

.recruit_features_flex {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.recruit_features {
  width: 30%;
  margin-bottom: 15px;
}

.recruit_features img {
  width: 100%;
}

.recruit_features_title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.5;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}

.recruit_features_title span {
  color: rgb(232, 65, 46);
}

.recruit_features_text {
  font-size: 80%;
  padding: 0 10px;
}

.recruit_interview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.interview_box {
  display: flex;
  width: 48%;
}

.interview_icon {
  width: 30%;
}

.interview_icon img {
  width: 100%;
}

.interview_text {
  width: 70%;
  padding: 0 20px 10px;
}

.interview_text .tit01{
  letter-spacing: 0.15em;
  color: var(--main-color);
  font-weight: 700;
  font-size: 125%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
	.recruit_flex {
		display: block;
    width: 85%;
    margin: 0 auto 60px !important;
	}
	.recruit_flex_box {
		width: 100%;
		padding-bottom: 80px;
	}
	.recruit_flex_box .balloon {
		left: 0;
		bottom: 28px;
		width: 100%;
	}
	.recruit_features {
		width: 100%;
	}
	.recruit_features_text {
		font-size: 95%;
	}
	.doctor_flex {
		display: block;
	}
	.doctor_flex p:first-child {
		width: 100%;
	}
	.recruit_interview {
		display: block;
	}
	.interview_box {
		width: 100%;
	}

  .doctor_flex img{
    margin-bottom: 15px;
  }
}

/* ==================================================================================================================================

  *ブログ

================================================================================================================================== */
/* ----- 共通 ----- */
.blog_wrap {
  display: flex;
  gap: 50px;
  margin: 0 auto 80px;
  padding: 0;
}

.blog_wrap .inner {
  width: 75%;
  margin: 0;
  padding: 0;
}

.blog_wrap .contents {
  display: flex;
  flex-flow: wrap;
  gap: 30px 20px;
  width: 100%;
  margin: 0 !important;
}

/* 日付 */
.blog_date {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.5;
}

.blog_date::before {
  content: "\f073";
  display: inline-block;
  margin-right: 7px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: var(--main-color);
}

/* カテゴリー */
.blog_categorys {
  display: flex;
  flex-flow: wrap;
  gap: 0 5px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.blog_categorys a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5;
}

.blog_categorys a::before {
  content: "\f02b";
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

/* ----- サイドバ（サムネイル付き） ----- */
.blog_list_thum {
  display: flex;
  flex-flow: column;
}

.blog_list_thum li {
  padding: 15px 0;
}

.blog_list_thum li:first-child {
  padding-top: 0;
}

.blog_list_thum li:last-child {
  padding-bottom: 0;
}

.blog_list_thum li:not(:last-child) {
  border-bottom: 1px dashed var(--line-color);
}

.blog_list_thum li a {
  display: flex;
  gap: 10px;
  color: var(--text-color);
  font-size: 95%;
  line-height: 1.75;
}

.blog_list_thum li a:hover {
  color: var(--main-color);
}

/* サムネイル */
.blog_item_thum {
  float: none;
  display: block;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.blog_item_thum img {
  float: none;
  display: block;
  width: auto;
  min-height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 0.2s;
}

.blog_item a:hover img {
  transform: scale(1.1);
}

/* タイトル */
.blog_item_title {
  padding: 5px 0;
}

/* カテゴリー */
.side_blog_category a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0 0 15px;
  color: var(--text-color);
}

.side_blog_category a :hover {
  color: var(--main-color);
}

.side_blog_category a::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

/* ----- アーカイブページ ----- */
.blog_box {
  display: flex;
  flex-flow: column;
  width: calc(33.3333333333% - 13.3333333333px);
  height: auto;
  background-color: #ffffff;
  border: solid 1px var(--line-color);
}

/* サムネイル */
.blog_box .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-bottom: solid 1px var(--line-color);
  text-align: center;
}

.blog_box .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 13/9;
}

.blog_inner {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 15px 15px 20px;
  border-top: none;
}

/* 見出し */
.blog_box h2.blog_title {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 110%;
}

.blog_box h2.blog_title:before, .blog_box h2.blog_title:after {
  display: none;
}

.blog_box .btn01 {
  margin-top: auto;
  text-align: center;
}

.blog_box .btn01 > * {
  min-width: auto;
}

/* ----- 記事ページ ----- */
.blog_single_box {
  width: 100%;
}

/* サムネイル */
.blog_single_box .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  text-align: center;
}

#index {
  margin: 0 0 30px;
  padding: 20px;
  background: var(--bg-color);
}

#index .index_title {
  margin: 0 0 0;
  font-weight: bold;
  font-size: 110%;
}

#index a {
  color: var(--text-color);
}

#index a:hover {
  color: var(--main-color);
}

#index .index_h2 {
  position: relative;
  z-index: 1;
  padding: 5px 0 5px 20px;
  font-weight: bold;
  color: var(--text-color);
  font-size: 110%;
}

#index .index_h2::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: var(--main-color);
}

#index .index_h3 {
  position: relative;
  z-index: 1;
  padding: 5px 0 5px 25px;
}

#index .index_h3::before {
  content: "-";
  position: absolute;
  top: 5px;
  left: 10px;
}

.blog_single_box .blog_text > *:not(h1, h2, h3, h4, h5) {
  margin-bottom: 2em;
}

.blog_single_box .blog_text > *:not(h1, h2, h3, h4, h5):last-child {
  margin-bottom: 2em;
}

/* ==============================================
  *SP ブログ
============================================== */
@media screen and (max-width: 640px) {
  /* ----- 共通 ----- */
  .blog_wrap {
    flex-flow: column;
    gap: 70px;
    width: 100%;
  }

  .blog_wrap .inner {
    width: 100%;
    padding: 0 20px;
  }

  /* ----- アーカイブページ ----- */
  .blog_box {
    width: 100%;
  }

  /* サムネイル */
  .blog_box .thumbnail {
    height: auto;
    min-height: auto;
  }

  .blog_box .thumbnail img {
    width: 100%;
    height: auto;
  }
}

/* ==================================================================================================================================

404

================================================================================================================================== */
.error404 main > .inner {
  padding: 20px 0 80px;
}

.error404 main p {
  text-align: center;
}

/* ==============================================
  *SP 404
============================================== */
@media screen and (max-width: 640px) {
  .error404 main > .inner {
    padding: 0px 20px 60px;
  }
}

/* ==================================================================================================================================

インプラントページ　説明表

================================================================================================================================== */

.type01 table td {
  vertical-align: top;
}

.type01 table span {
  display: block;
}

.type01 table tr th:first-of-type {
  width: 180px;
}

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

  .type01 table tr th:first-of-type {
    width: 170px;
  }
}



