@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*============================================================
 system
*============================================================*/
/* pc-sp display switch
---------------------------------------- */
.forPC {
  display: initial;
}

.forSP {
  display: none !important;
}

.hideSCRN {
  display: none !important;
}

/*============================================================
 トップページ
*============================================================*/
/* common
---------------------------------------- */
html {
  width: 100%;
  min-width: 1008px;
  background-color: #fff;
  font-size: 1px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16rem;
  line-height: 200%;
  color: #333333;
  letter-spacing: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1008px;
}

main {
  margin-top: 88px;
  width: 100%;
}

main.scrolled {
  margin: 72px 0 0 0;
}

section {
  width: 100%;
  /* overflow: hidden; */
}

.inner {
  padding: 0 24px;
  margin: 0 auto;
}

h1,
h2,
h3 {
  text-shadow: none;
  text-align: left;
}

h3 {
  color: #3e3e3e;
}

.hide_pc {
  display: none;
}

.bg_gray {
  background: #f9f9f9;
  color: #3e3e3e;
}

.bg_green {
  background: #73b24d;
  color: #fff;
}

.bg_brown {
  background: #704635;
  color: #fff;
}

.bg_white {
  background: #ffffff;
  color: #73b24d;
}

p {
  font-size: 14px;
}

/* ボタン */
/* ボタン
---------------------------------------- */
.box_btn[data-size="small"] {
  border: none;
  border-radius: 4px;
  height: 48px;
  width: 124px;
  cursor: pointer;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  text-align: center;
  color: #ffffff;
}
.box_btn[data-size="small"]:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box_btn[data-size="middle"] {
  border: none;
  border-radius: 5px;
  height: 56px;
  width: 200px;
  text-align: center;
  cursor: pointer;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  text-align: center;
  color: #ffffff;
}
.box_btn[data-size="middle"]:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box_btn[data-size="large"] {
  border: none;
  border-radius: 4px;
  width: 240px;
  height: 56px;
  text-align: center;
  cursor: pointer;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  text-align: center;
  color: #ffffff;
}
.box_btn[data-size="large"]:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_hvr_green:hover {
  background: #517d36;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_hvr_brown:hover {
  background: #4f3125;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_hvr_white:hover {
  background: #e3f0db;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_hvr_medical_department .medical_box:hover {
  background: #ebe8d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_hvr_problem .search_box:hover {
  background: #f5f3e7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 英語表記
---------------------------------------- */
.en-title {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 180%;
  /* identical to box height, or 18px */
  text-align: center;
  /* green */
  color: #73b24d;
}

/* メインスペース
---------------------------------------- */
.main_space {
  max-width: 960px;
  margin: 0 auto;
}

/* メインタイトル
---------------------------------------- */
.main_title {
  padding-bottom: 12px;
  border-bottom: 1px solid #c7c1a4;
}
.main_title h2 {
  margin: 0;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  /* identical to box height, or 29px */
  /* black */
  color: #3e3e3e;
}
.main_title p {
  text-align: left;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 180%;
  /* identical to box height, or 18px */
  /* green */
  color: #73b24d;
}

/* ロゴ表記
---------------------------------------- */
.logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px;
}
.logo-block .logo_border {
  border-right: 1px solid #e7e7e7;
}
.logo-block img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 40px;
  width: auto;
  margin: 0 16px;
}
.logo-block .logo_3 {
  margin: 0;
  width: 82px;
}
.logo-block .header_txt {
  margin-top: 6px;
}
.logo-block .header_txt p {
  font-family: Futura;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  /* identical to box height, or 18px */
  letter-spacing: 0.06em;
  /* blown */
  color: #704635;
}
.logo-block .header_txt .btm_txt {
  margin-top: 4px;
  font-family: Futura;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 110%;
  /* or 14px */
  letter-spacing: 0.03em;
  /* blown */
  color: #704635;
}

/* お悩みから探す
---------------------------------------- */
.search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px 0;
}
.search_wrap .search_box {
  width: 220px;
  height: 160px;
  padding: 15px 0;
  border: 1px solid #c7c1a4;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search_wrap .search_box h3 {
  margin: 15px 0 0 0;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  text-align: center;
  color: #222222;
}
.search_wrap .search_box .h3_title {
  font-size: 16px;
  margin-bottom: 4px;
}
.search_wrap .search_box p {
  text-align: center;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 180%;
  /* or 25px */
  text-align: center;
  /* green */
  color: #73b24d;
}

/* SAIWAIの診療一覧（ 診療科一覧）
---------------------------------------- */
.medical_box_wrap {
  max-width: 708px;
  margin: 36px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.medical_box_wrap .medical_box {
  width: 220px;
  margin: 0 0 24px;
  padding: 15px 0;
  background: #f5f3e7;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.medical_box_wrap .medical_box h3 {
  text-align: center;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 180%;
  /* or 36px */
  text-align: center;
  letter-spacing: 0.12em;
  color: #3e3e3e;
}
.medical_box_wrap .medical_box h3 span {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 180%;
  /* identical to box height, or 58px */
  text-align: center;
  letter-spacing: 0.12em;
  color: #73b24d;
}

/* カルーセルスライダー
---------------------------------------- */
.carousel_slider {
  background: #73b24d;
}
.carousel_slider .slider .slick-slide:not(.slick-active) {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.carousel_slider .slider {
  margin: 0;
  padding: 0;
  height: auto;
}
.carousel_slider .slider .slick-dots li.slick-active button:before,
.carousel_slider .slider .slick-dots li button:before {
  color: #fff;
  height: 10px;
}
.carousel_slider .slider .slick-dots {
  margin: 0;
  bottom: -48px;
}
.carousel_slider .slider .slick-dots li {
  margin: 0;
}
.carousel_slider .slider img {
  max-width: 100%;
  height: auto;
}
.carousel_slider .slider .category_box .category_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 10px;
  padding: 32px;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  border-radius: 5px;
}
.carousel_slider .slider .category_box .category_box_inner:active {
  border: none;
}
.carousel_slider .slider .category_box .category_box_inner .category_img {
  position: relative;
  width: 80%;
  font-size: 14px;
}
.carousel_slider .slider .category_box .category_box_inner .category_img img {
  margin-bottom: 0;
  width: 100%;
}
.carousel_slider .slider .category_box .category_box_inner .category_text_wrap {
  margin-left: 3%;
  width: 100%;
  line-height: 1.8;
}
.carousel_slider .slider .category_box .category_box_inner .category_text_wrap .en-title {
  text-align: left;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  /* identical to box height, or 22px */
  color: #9f9f9f;
}
.carousel_slider .slider .category_box .category_box_inner .category_text_wrap h2 {
  margin-bottom: 8px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 180%;
  /* identical to box height, or 58px */
  /* green */
  color: #73b24d;
}
.carousel_slider .slider .category_box .category_box_inner .category_text_wrap .category_text {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  /* or 25px */
  /* black */
  color: #3e3e3e;
  opacity: 0.9;
}
.carousel_slider .main_space .arrows {
  height: 50px;
  position: relative;
  text-align: center;
}
.carousel_slider .main_space .arrows .slick-prev {
  position: absolute;
  top: -164px;
  left: -24px;
  z-index: 100;
}
.carousel_slider .main_space .arrows .slick-next {
  position: absolute;
  top: -164px;
  right: 0;
  z-index: 99;
}
.carousel_slider .main_space .arrows .slick-prev:before {
  content: "\f104";
  color: #73b24d;
  font-family: FontAwesome;
  font-size: 20px;
  background: #fff;
  border: 1px solid #73b24d;
  border-radius: 50%;
  padding: 10px 16px;
}
.carousel_slider .main_space .arrows .slick-next:before {
  content: "\f105";
  color: #73b24d;
  font-family: FontAwesome;
  font-size: 20px;
  background: #fff;
  border: 1px solid #73b24d;
  border-radius: 50%;
  padding: 10px 16px;
}

/* リストアイコン
---------------------------------------- */
.page-lower ul {
  list-style: none;
}
.page-lower .list_icon {
  background-image: url(assets/images/common/icon_kuro.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 2em;
}

/* 診療案内部黒文字強調
---------------------------------------- */
.bk_title {
  font-weight: bold;
  color: #3e3e3e;
}

/* 悩み相談ボタン下余白
---------------------------------------- */
.trouble-btn-margin {
  margin-bottom: 30px;
}

/* 悩み相談ボタン下余白（セクション間）
---------------------------------------- */
.trouble-btn-margin-section {
  margin-bottom: 51px;
}

/* ページ内リンクヘッダー隠れ防止
---------------------------------------- */
#section_01,
#section_02,
#section_03,
#section_04,
#section_05,
#section_06 {
  margin-top: -72px;
  padding-top: 72px;
}

/* お知らせ表記 */
.skip-link {
  display: none;
}

/* トップヘッダー
---------------------------------------- */
header .header-element {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 88px;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
header .header-element #gnav {
  margin: 20px 0;
}

/* カレントナビ表示変更 */
header .header-element #gnav .current > a .title {
  font-weight: bold !important;
  color: #73b24d !important;
}

/* 親メニュー */
header .header-element #gnav .inner ul.gnav-main-menu {
  display: -webkit-box;
  display: flex;
  gap: 0 32px;
  padding: 0;
}

/* メニューリスト */
header .header-element #gnav .inner ul li {
  line-height: 1;
  position: relative;
}
header .header-element #gnav .inner ul li a {
  /* display: inline-block; */
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
header .header-element #gnav .inner ul li a .title {
  display: block;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 29px */
  /* black */
  color: #3e3e3e;
  margin-bottom: 6px;
}
header .header-element #gnav .inner ul li a .en-title {
  display: block;
  line-height: 1;
}
header .header-element #gnav .inner ul .header_btn {
  margin: 0 0 0 8px;
}

/* 親メニューリスト */
header .header-element #gnav .inner ul li.box-main {
  margin-top: 12px;
}
/* 子メニュー */
header .header-element #gnav .inner ul.gnav-sub-menu {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  visibility: hidden;
  opacity: 0;
  padding: 12px 12px 8px 12px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.3s;
}
header .header-element #gnav .inner ul.gnav-sub-menu li {
  min-width: max-content;
  width: 100%;
}
header .header-element #gnav .inner ul li.box-main:hover ul.gnav-sub-menu {
  visibility: visible;
  opacity: 1;
}
/* SP用WEB予約ボタン非表示 */
.header_btn_sp {
  display: none;
}

/*============================================================
 トップページコンテンツ
*============================================================*/
#page-top {
  /* 電話問い合わせ
  ---------------------------------------- */
  /* トップイメージ
  ---------------------------------------- */
  /* トップイメージボトム
  ---------------------------------------- */
  /* お口の中から探す
  ---------------------------------------- */
  /* SAIWAIの診療一覧
  ---------------------------------------- */
  /* SAIWAI DENTAL CLINICが大切にしていること
  ---------------------------------------- */
  /* 院内紹介
  ---------------------------------------- */
  /* 院内紹介背景
  ---------------------------------------- */
  /* 最新機器スライダー
  ---------------------------------------- */
  /* お知らせ
  ---------------------------------------- */
}
#page-top .tel_info {
  position: relative;
}
#page-top .tel_info .tel_info_wrap {
  padding: 10px 43px 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  /* green */
  border: 2px solid #73b24d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0px;
}
#page-top .tel_info .tel_info_wrap .text {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  /* or 17px */
  /* black */
  color: #3e3e3e;
  margin-right: 16px;
}
#page-top .tel_info .tel_info_wrap .tel_num {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  /* identical to box height, or 24px */
  letter-spacing: 0.04em;
  /* green */
  color: #73b24d;
}
#page-top .top_img {
  display: block;
  width: 100%;
  height: 480px;
  background: url("assets/images/top/top_img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#page-top .top_img_text {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
#page-top .top_img_text .top_img_text_inner {
  width: 680px;
  height: 238px;
  margin: calc(-238px - 198px) 0 0 0;
}
#page-top .top_img_text .top_img_text_inner .top_img_text_wrap {
  padding: 24px 40px 24px 160px;
  background: rgba(255, 255, 255, 0.64);
}
#page-top .top_img_text .top_img_text_inner .top_img_text_wrap h1 {
  margin: -12px 0 0 0;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 180%;
  /* or 72px */
  letter-spacing: 0.1em;
  color: #3e3e3e;
}
#page-top .top_img_text .top_img_text_inner .top_img_text_wrap h1 span {
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 180%;
  /* or 115px */
  letter-spacing: 0.32em;
  color: #73b24d;
}
#page-top .top_img_text .top_img_text_inner .top_img_text_wrap p {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  /* identical to box height, or 22px */
  /* black */
  color: #3e3e3e;
}
#page-top .top_img_mg {
  margin-top: 198px;
}
#page-top .top_img_btm {
  display: block;
  position: relative;
  width: 100%;
  height: 56px;
}
#page-top .top_img_btm div p {
  margin: 16px 0;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 180%;
  /* or 23px */
  color: #ffffff;
}
#page-top .top_img_btm div a .box_btn {
  margin: 4px 0 0 12px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  text-align: center;
  /* green */
  color: #73b24d;
}
#page-top .top_img_btm div .topics_btn {
  margin-top: 11px;
  width: 72px;
  height: 34px;
  background: #ffb800;
  padding-top: 5px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  /* or 25px */
  text-align: center;
  color: #ffffff;
}
#page-top .top_img_btm div .post-title {
  width: 520px;
  margin: 12px 0;
  margin-left: 16px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  /* identical to box height, or 29px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  /* black */
  color: #3e3e3e;
}
#page-top .top_img_btm div img {
  margin: -20px 0 0 0;
  width: 272px;
  z-index: 1;
}
#page-top .search {
  margin-top: 64px;
}
#page-top .search .search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page-top .mediclal_list {
  margin-top: 56px;
}
#page-top .mediclal_list h3 {
  margin: 0;
}
#page-top .belief {
  margin-top: 56px;
  overflow-x: clip;
}
#page-top .belief .belief_bg {
  height: 383px;
  background: #f5f3e7;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1920px 600px;
}
#page-top .belief .belief_bg_btm {
  height: calc(460px + 258px);
  background: #fff;
}
#page-top .belief .belief_wrap {
  position: relative;
  margin: -384px auto 74px auto;
  padding-top: 32px;
}
#page-top .belief .belief_wrap .box {
  position: absolute;
  top: -72px;
  right: -112px;
  z-index: 10;
}
#page-top .belief .belief_wrap .box div img {
  height: 131px;
}
#page-top .belief .belief_wrap .en-title {
  color: #704635;
}
#page-top .belief .belief_wrap .main_title h2 {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  /* identical to box height, or 29px */
  /* black */
  color: #3e3e3e;
}
#page-top .belief .belief_wrap .belief_message {
  margin-top: 8px;
  margin-bottom: 7px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 180%;
  /* identical to box height, or 72px */
  /* blown */
  color: #704635;
}
#page-top .belief .belief_wrap .belief_text {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  /* or 25px */
  /* black */
  color: #3e3e3e;
  opacity: 0.9;
}
#page-top .belief .belief_wrap .belief_conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
#page-top .belief .belief_wrap .belief_conts img {
  width: 320px;
  height: 220px;
  border-radius: 10px;
}
#page-top .belief .belief_wrap .belief_conts .belief_conts_text_wrap {
  margin-left: 40px;
}
#page-top .belief .belief_wrap .belief_conts .belief_conts_text_wrap .doctor_name {
  margin-bottom: 7px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  /* identical to box height, or 20px */
  /* black */
  color: #3e3e3e;
  opacity: 0.9;
}
#page-top .belief .belief_wrap .belief_conts .belief_conts_text_wrap .en-title {
  margin-bottom: 12px;
  text-align: left;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  /* identical to box height, or 10px */
  /* blown */
  color: #704635;
  opacity: 0.9;
}
#page-top .belief .belief_wrap .belief_conts .belief_conts_text_wrap a {
  position: absolute;
  bottom: 42px;
}
#page-top .expedition {
  background-image: url(assets/images/top/expedition_02_2.png);
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-position: center -54px;
}
#page-top .expedition .expedition_text_wrap {
  position: relative;
}
#page-top .expedition .expedition_text_wrap .expedition_text_inner {
  position: absolute;
  bottom: 166px;
  left: -120px;
  width: 440px;
  padding: 16px 24px 24px;
  background: rgba(255, 255, 255, 0.64);
  z-index: 2;
}
#page-top .expedition .expedition_text_wrap .expedition_text_inner .expedition_text_title {
  margin-bottom: 16px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 180%;
  /* identical to box height, or 58px */
  /* green */
  color: #73b24d;
}
#page-top .expedition .expedition_text_wrap .expedition_text_inner .expedition_text .text {
  margin-right: 8px;
  margin-bottom: 24px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  /* or 25px */
  text-align: left;
}
#page-top .expedition .expedition_text_wrap .expedition_text_inner .expedition_text .box_btn_wrap {
  text-align: left;
}
#page-top .expedition .expedition_text_wrap .expedition_text_inner button {
  width: 240px;
  height: 56px;
}
#page-top .expedition .expedition_img_wrap {
  text-align: right;
}
#page-top .expedition .expedition_img_wrap .expedition_img {
  margin-bottom: 80px;
  margin-right: 20px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
#page-top .expedition .expedition_img_wrap .expedition_img::after {
  /* green */
  border: 3px solid #73b24d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  position: absolute;
  top: -16px;
  left: 16px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -999;
}
#page-top .expedition .expedition_img_wrap .expedition_img img {
  width: 820px;
  height: auto;
  border-radius: 8px;
}
#page-top .expedition_back_img {
  z-index: 1;
}
#page-top .expedition_back_img .expedition_back_btm {
  z-index: 1;
  width: 1920px;
  height: 540px;
  background-image: url(assets/images/top/expedition_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* 採用バナー　追加 */
#page-top #sec-recruit {
  margin: 64px 0;
}
#page-top #sec-recruit .recruit_link_wrap {
  max-width: 760px;
  margin: 0 auto;
}
#page-top #sec-recruit .recruit_link_wrap .banner_link:hover {
  transition: all 0.3s;
  opacity: 0.8;
}
#page-top #sec-recruit .recruit_link_wrap .bg_1 {
  border-radius: 4px;
  padding: 6px;
  background: #73b24d;
}
#page-top #sec-recruit .recruit_link_wrap .bg_2 {
  border-radius: 4px;
  padding: 6px;
  background: #73b24d;
  border: 3px solid #f5f3e7;
  border-radius: 4px;
}
#page-top #sec-recruit .banner_box {
  background: #73b24d;
  border: 3px solid rgba(245, 243, 231, 0.3);
  border-radius: 4px;
  padding: 10px 7px;
  align-items: center;
}
#page-top #sec-recruit .banner_box .recruit_content {
  text-align: center;
  margin: 0 auto;
}
#page-top #sec-recruit .banner_box .recruit_content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 180%;
  color: #ffffff;
  text-align: center;
}
#page-top #sec-recruit .banner_box .recruit_content .link_catchcopy {
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  color: #ffffff;
}
#page-top .category_box {
  width: 960px;
}
#page-top #sec-news {
  margin: 64px auto 54px auto;
}
#page-top #sec-news .inner {
  margin-top: 24px;
  padding: 0;
}
#page-top #sec-news .inner .parts-boxes {
  margin-bottom: 32px;
}
#page-top #sec-news .inner .parts-boxes .post-date {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  /* identical to box height, or 29px */
  /* green */
  color: #73b24d;
}
#page-top #sec-news .inner .parts-boxes .post-title {
  margin-left: 32px;
  width: calc(960px - 84px - 32px);
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  /* or 29px */
  /* black */
  color: #3e3e3e;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#page-top #sec-news .inner .btn_wrap {
  margin-top: 32px;
  text-align: center;
}
#page-top #sec-news .inner article:nth-child(5) {
  margin-bottom: 56px;
}

/* フッター
---------------------------------------- */
footer {
  background: #f5f3e7;
}
footer .footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
}
footer p {
  text-align: left;
}
footer .footer_left .footer_logo {
  margin: 0 0 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}
footer .footer_left .footer_logo .logo_txt {
  margin-top: 3px;
  margin-left: 16px;
}
footer .footer_left .footer_logo .logo_txt p {
  font-family: Futura;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  /* identical to box height, or 18px */
  letter-spacing: 0.06em;
  /* blown */
  color: #704635;
}
footer .footer_left .footer_logo .logo_txt .btm_txt {
  margin-top: 4px;
  font-family: Futura;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 110%;
  /* or 14px */
  letter-spacing: 0.03em;
  /* blown */
  color: #704635;
}
footer .footer_left .footer_txt {
  margin-bottom: 12px;
}
footer .footer_left .footer_txt p {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  /* or 19px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* black */
  color: #3e3e3e;
}
footer .footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 32px;
  align-items: flex-start; /* 画像の伸びを防止する */
}
footer .footer_right > img {
  max-width: 272px;
}
footer .footer_right .footer_btn_wrap {
  margin-left: 104px;
}
footer .footer_right .tel_info {
  margin-top: 12px;
}
footer .footer_right .tel_info .tel_info_wrap {
  padding: 12px 0 8px 0;
  background: #ffffff;
  /* green */
  border: 2px solid #73b24d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .footer_right .tel_info .tel_info_wrap .text {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  /* or 25px */
  text-align: center;
  letter-spacing: 0.12em;
  /* black */
  color: #3e3e3e;
}
footer .footer_right .tel_info .tel_info_wrap .tel_num {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 180%;
  /* identical to box height, or 40px */
  text-align: center;
  letter-spacing: 0.04em;
  /* green */
  color: #73b24d;
}

#copyright {
  padding: 19px 0;
  background: #73b24d;
  text-align: center;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 200%;
  /* identical to box height, or 24px */
  text-align: center;
  color: #ffffff;
}
#copyright a {
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: underline;
}
/* SNS Linkボタン追加 */
footer .footer_left .footer_sns {
  margin-top: 16px;
}
footer .footer_left .footer_sns a:first-child {
  margin-right: 16px;
}

/* トップへ戻るボタン
---------------------------------------- */
.top_btn_wrap {
  position: relative;
}

#topBtn {
  position: fixed;
  right: 136px;
  bottom: 80px;
  display: block;
  z-index: 100;
  width: 50px;
  height: 50px;
  opacity: 1;
  border-radius: 50%;
  text-decoration: none;
  /* blown */
  background: #704635;
}
#topBtn:hover {
  opacity: 0.7;
}
#topBtn i {
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* 働きやすい環境づくりに取り組んでいます */
#sec-summary .forPC {
  display: block;
}
#sec-summary {
  background-repeat: repeat;
  background-position: center top;
  margin: 0 auto;
  width: 100%;
  padding: 40px 0 48px;
  background-color: #73b24d;
  color: #fff;
  margin-bottom: 64px;
}

#sec-summary h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  color: #fff;
}

.summary-box {
  margin-top: 24px;
  display: flex;
  gap: 24px;
  color: #704635;
  max-width: 824px;
  margin: auto;
  width: 100%;
  margin-top: 24px;
}
.summary-left,
.summary-right {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  width: calc(50% - (24px * 1 / 2));
}
.summary-right {
  display: flex;
  gap: 14px;
}
.summary-img {
  width: 29%;
  max-width: 98px;
  padding-top: 16px;
}
.summary-img img {
  width: 100%;
}
.summary-content {
  width: 71%;
}
.summary-label {
  color: #fff;
  background: #5f5045;
  border-radius: 4px;
  padding: 4px 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  display: inline-block;
}
.summary-text1 {
  margin-top: 4px;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
}
.summary-text2 {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.summary-text3 {
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #ffb800;
}

.summary-info {
  margin-top: 24px;
}
.summary-info p {
  font-size: 14px;
  line-height: 25px;
}
/* バナー */
.banner_wrap {
  margin-top: 24px;
  text-align: center;
}
.banner_wrap img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

#sec-summary .parts-btn-wrap {
  margin-top: 24px;
  gap: 24px;
}
#sec-summary .parts-btn {
  width: 280px;
  margin: 0;
	height: 55px;
}

/*============================================================
診療案内
*============================================================*/
/* キャッチメッセージ
---------------------------------------- */
#sec-info-catch .parts-boxes .boxes_1 {
  margin-right: 48px;
}
#sec-info-catch .parts-boxes .boxes_1 .parts-boxes {
  padding: 27px 37px 24px;
  background: #f5f3e7;
  border-radius: 8px;
  text-align: center;
}
#sec-info-catch .parts-boxes .boxes_1 .parts-boxes img {
  margin-bottom: 9px;
}
#sec-info-catch .parts-boxes .boxes_1 .parts-boxes .pickup_title {
  font-weight: bold;
  font-size: 12px;
  line-height: 160%;
  /* or 19px */
  text-align: center;
  letter-spacing: 0.02em;
  /* green */
  color: #73b24d;
}
#sec-info-catch .parts-boxes .boxes_1 .parts-boxes p {
  margin: 0;
  font-size: 10px;
}

/* 診療科一覧
---------------------------------------- */
#sec-info-medical h3 {
  margin: 0;
}

/* お悩みから探す
---------------------------------------- */
#sec-info-search .search_box_text h3 {
  margin: 15px 0 0 0;
  font-size: 18px;
  color: #222222;
}
#sec-info-search .search_box_text .h3_title {
  font-size: 16px;
  margin-bottom: 4px;
}
#sec-info-search .search_box_text p {
  margin: 0;
}

/*============================================================
特徴
*============================================================*/
/* さいわいデンタルが大切にしていること
---------------------------------------- */
#page-great {
  /* 希望の日時でスムーズな診療
  ---------------------------------------- */
  /* 明るく清潔な院内・個室
  ---------------------------------------- */
  /* 最新の機器の導入
  ---------------------------------------- */
  /* さいわいデンタルクリニックでは治療に使う器具もこだわる
  ---------------------------------------- */
  /* わかりやすい治療計画書
  ---------------------------------------- */
  /* 診察券をアプリ管理　スムーズな情報共有
  ---------------------------------------- */
  /* 駐車場・キャッシュレスの推進
  ---------------------------------------- */
  /* スタッフ写真
  ---------------------------------------- */
}
#page-great #sec-great-lead {
  text-align: center;
}
#page-great #sec-great-lead .lead_title_wrap {
  position: relative;
}
#page-great #sec-great-lead .lead_title {
  font-weight: bold;
  font-size: 24px;
  /* identical to box height, or 48px */
  /* black */
  color: #3e3e3e;
}
#page-great #sec-great-lead .lead_title::before {
  position: absolute;
  left: 220px;
  bottom: 2px;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(assets/images/common/icon_kuro.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#page-great #sec-great-lead .lead_title::after {
  position: absolute;
  right: 220px;
  bottom: 2px;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(assets/images/common/icon_kuro.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#page-great #sec-great-lead .lead_msg_wrap {
  position: relative;
  margin: 0 auto 48px auto;
  width: 800px;
  padding: 20px 32px;
  /* warm_gray */
  background: #f5f3e7;
  /* warm_gray */
  border: 4px solid #f5f3e7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
#page-great #sec-great-lead .lead_msg_wrap .lead_msg {
  margin-bottom: 16px;
  text-align: left;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 200%;
  /* identical to box height, or 56px */
  /* green */
  color: #73b24d;
}
#page-great #sec-great-lead .lead_msg_wrap .lead_msg_icon {
  position: absolute;
  bottom: -4px;
  right: calc(-145px + 83px - 26px);
}
#page-great #sec-great-lead .lead_msg_wrap .lead_msg_icon img {
  width: 144px;
}
#page-great #sec-great-smooth .parts-boxes .boxes_1 {
  margin-right: 28px;
}
#page-great #sec-great-smooth .parts-boxes .boxes_1 .boxes_1_top {
  margin-bottom: 24px;
}
#page-great #sec-great-smooth .parts-boxes .boxes_1 .boxes_1_top span {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 200%;
  /* or 48px */
  /* black */
  color: #3e3e3e;
}
#page-great #sec-great-smooth .parts-boxes .boxes_1 li {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
  /* identical to box height, or 29px */
  /* green */
  color: #73b24d;
}
#page-great #sec-great-room .inner {
  position: relative;
}
#page-great #sec-great-room .inner .box-img-inner {
  position: absolute;
  bottom: -92px;
  right: -80px;
  z-index: 999;
}
#page-great #sec-great-room .inner .box-img-inner img {
  height: 105px;
}
#page-great #sec-great-room .carousel_slider {
  margin: 40px 0;
  padding: 24px 0 0;
  background: #f5f3e7;
}
#page-great #sec-great-room .carousel_slider .multiple_slider_2 .category_box {
  width: 310px;
  height: auto;
  margin: 0 8px;
}
#page-great #sec-great-room .carousel_slider .multiple_slider_2 .category_box_inner {
  padding: 0;
}
#page-great #sec-great-room .carousel_slider .multiple_slider_2 .slick-dots {
  margin: 0;
  bottom: -40px;
}
#page-great #sec-great-room .carousel_slider .multiple_slider_2 .slick-dots li.slick-active button:before,
#page-great #sec-great-room .carousel_slider .multiple_slider_2 .slick-dots li button:before {
  color: #704635;
  height: 10px;
}
#page-great #sec-great-room .carousel_slider .main_space .arrows_2 {
  height: 32px;
  position: relative;
  text-align: center;
}
#page-great #sec-great-room .carousel_slider .main_space .arrows_2 .slick-prev {
  position: absolute;
  top: -144px;
  left: -30px;
  z-index: 100;
}
#page-great #sec-great-room .carousel_slider .main_space .arrows_2 .slick-next {
  position: absolute;
  top: -144px;
  right: -6px;
  z-index: 99;
}
#page-great #sec-great-room .carousel_slider .main_space .arrows_2 .slick-prev:before {
  content: "\f104";
  color: #704635;
  font-family: FontAwesome;
  font-size: 20px;
  background: #fff;
  border: 1px solid #704635;
  border-radius: 50%;
  padding: 10px 16px;
}
#page-great #sec-great-room .carousel_slider .main_space .arrows_2 .slick-next:before {
  content: "\f105";
  color: #704635;
  font-family: FontAwesome;
  font-size: 20px;
  background: #fff;
  border: 1px solid #704635;
  border-radius: 50%;
  padding: 10px 16px;
}
#page-great #sec-great-device .carousel_slider {
  margin-top: 32px;
  padding: 40px 0 0;
}
#page-great #sec-great-device .carousel_slider .multiple_slider .category_box {
  width: 960px;
}
#page-great #sec-great-device .carousel_slider .multiple_slider .category_box p {
  margin: 0;
}
#page-great #sec-great-device .carousel_slider .multiple_slider .slick-dots {
  margin: 0;
  bottom: -48px;
}
#page-great #sec-great-device .carousel_slider .main_space .arrows {
  height: 50px;
  position: relative;
  text-align: center;
}
#page-great #sec-great-device .carousel_slider .main_space .arrows .slick-prev {
  position: absolute;
  top: -164px;
  left: -24px;
  z-index: 100;
}
#page-great #sec-great-device .carousel_slider .main_space .arrows .slick-next {
  position: absolute;
  top: -164px;
  right: 0;
  z-index: 99;
}
#page-great #sec-great-device .carousel_slider .main_space .arrows .slick-prev:before {
  content: "\f104";
  color: #73b24d;
  font-family: FontAwesome;
  font-size: 20px;
  background: #fff;
  border: 1px solid #73b24d;
  border-radius: 50%;
  padding: 10px 16px;
}
#page-great #sec-great-device .carousel_slider .main_space .arrows .slick-next:before {
  content: "\f105";
  color: #73b24d;
  font-family: FontAwesome;
  font-size: 20px;
  background: #fff;
  border: 1px solid #73b24d;
  border-radius: 50%;
  padding: 10px 16px;
}
#page-great #sec-great-tools .inner {
  width: 960px;
  padding: 16px 16px 24px 16px;
  background: #ffffff;
  /* border */
  border: 4px solid #c7c1a4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
#page-great #sec-great-tools .inner h2 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 200%;
  /* or 40px */
  color: #704635;
}
#page-great #sec-great-tools .inner .btn_wrap {
  text-align: center;
}
#page-great #sec-great-schedule {
  margin-bottom: 88px;
}
#page-great #sec-great-apl {
  position: relative;
  height: 390px;
  background: #73b24d;
}
#page-great #sec-great-apl h2,
#page-great #sec-great-apl p {
  color: #ffffff;
}
#page-great #sec-great-apl .box-info {
  margin: 32px 0 0 20px;
  width: 710px;
}
#page-great #sec-great-apl .box-img {
  margin: -35px 0 0 0;
  width: 230px;
}
#page-great #sec-great-apl .great-apl-icon {
  position: absolute;
  top: -81px;
  right: 50px;
}
#page-great #sec-great-apl .great-apl-icon img {
  width: 144px;
}
#page-great #sec-great-convenience {
  margin-bottom: 305px;
}
#page-great #sec-great-convenience h3 {
  margin-bottom: 12px;
  font-size: 24px;
  color: #704635;
}
#page-great #sec-great-convenience .box-img {
  padding: 20px 16px;
  width: 460px;
  height: 329px;
  /* warm_gray */
  background: #f5f3e7;
  /* blown */
  border: 4px solid #704635;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
#page-great #sec-great-convenience .box-img .box-img-inner {
  text-align: center;
}
#page-great #sec-great-convenience .box-img .box-img-inner img {
  width: 406px;
}
#page-great #sec-great-convenience .parts-btn-wrap {
  margin-top: 32px;
}
#page-great #sec-great-convenience .parts-btn-wrap .parts-btn {
  background: #704635;
}
#page-great #sec-great-staff {
  margin-bottom: 0;
  background: url(assets/images/great/staff.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#page-great #sec-great-staff .staff_wrap {
  position: relative;
  padding-top: 91px;
  padding-bottom: 106px;
  padding-left: 46px;
}
#page-great #sec-great-staff h2 {
  font-size: 40px;
  color: #ffffff;
}
#page-great #sec-great-staff .parts-btn-wrap {
  position: absolute;
  top: 301px;
  right: 0;
}

/*============================================================
院内紹介
*============================================================*/
/* リード
---------------------------------------- */
#page-expedition #sec-expedition-lead .carousel_slider {
  margin: 40px 0;
  padding: 24px 0 0;
  background: #f5f3e7;
}
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 {
  max-width: 960px;
  margin: 0 auto;
}
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 .category_box {
  width: 472px;
  height: auto;
  margin: 0 8px;
}
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 .category_box_inner {
  padding: 0;
  display: block;
  background: none;
}
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 .category_box_inner h2 {
  color: #704635;
}
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 .slick-dots {
  margin: 0;
  bottom: -28px;
}
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 .slick-dots li.slick-active button:before,
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 .slick-dots li button:before {
  color: #704635;
  height: 10px;
}
#page-expedition #sec-expedition-lead .carousel_slider .main_space .arrows_3 {
  height: 50px;
  position: relative;
  text-align: center;
}
#page-expedition #sec-expedition-lead .carousel_slider .main_space .arrows_3 .slick-prev {
  position: absolute;
  top: -338px;
  left: -8px;
  z-index: 100;
}
#page-expedition #sec-expedition-lead .carousel_slider .main_space .arrows_3 .slick-next {
  position: absolute;
  top: -338px;
  right: 0;
  z-index: 99;
}
#page-expedition #sec-expedition-lead .carousel_slider .main_space .arrows_3 .slick-prev:before {
  content: "\f104";
  color: #704635;
  font-family: FontAwesome;
  font-size: 20px;
  background: #fff;
  border: 1px solid #704635;
  border-radius: 50%;
  padding: 10px 16px;
}
#page-expedition #sec-expedition-lead .carousel_slider .main_space .arrows_3 .slick-next:before {
  content: "\f105";
  color: #704635;
  font-family: FontAwesome;
  font-size: 20px;
  background: #fff;
  border: 1px solid #704635;
  border-radius: 50%;
  padding: 10px 16px;
}

/*============================================================
スタッフ紹介
*============================================================*/
/* タブ
---------------------------------------- */
#page-greeting #sec-greeting-lead {
  margin-bottom: 291px;
}
#page-greeting #sec-greeting-lead .inner {
  position: relative;
}
#page-greeting #sec-greeting-lead .inner .smile_01 {
  position: absolute;
  top: 100px;
  right: -68px;
  background-image: url(assets/images/greeting/smile_staff.png);
  width: 1054px;
  height: 415px;
  background-position: left top;
}
#page-greeting .tabs {
  margin-bottom: 32px;
}
#page-greeting .parts-boxes .box.box-img {
  width: 280px;
}
#page-greeting #sec-point .points-wrap .point .box-info {
  width: 680px;
}

/*============================================================
料金案内
*============================================================*/
/* テーブル
---------------------------------------- */
#page-price table {
  margin-top: 56px;
  margin-bottom: 56px;
  width: 100%;
  font-weight: bold;
  table-layout: fixed;
}
#page-price table tr {
  border-bottom: 1px solid #c4c4c4;
}
#page-price table .row_title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 200%;
  /* identical to box height, or 28px */
  /* black */
  color: #3e3e3e;
  text-align: left;
}
#page-price table td {
  padding: 14px 0 15px;
  width: 540px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  /* identical to box height, or 29px */
  text-align: center;
  letter-spacing: 0.02em;
  /* black */
  color: #3e3e3e;
}
#page-price table th {
  position: relative;
  padding: 13px 0 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  letter-spacing: 0.02em;
  /* black */
  color: #3e3e3e;
  text-align: center;
}
#page-price table th span {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  /* or 16px */
  text-align: center;
  letter-spacing: 0.02em;
  /* black */
  color: #3e3e3e;
}
#page-price table th p {
  position: absolute;
  top: -20px;
  left: 0;
  width: 64px;
  height: 32px;
  background: #ffb800;
  border-radius: 32px;
  padding-top: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 160%;
  /* identical to box height, or 18px */
  text-align: center;
  letter-spacing: -0.03em;
  color: #ffffff;
}
#page-price table .bg_1 {
  background: #f5f3e7;
}
#page-price table .bg_2 {
  background: #f5f3e7;
  border-radius: 8px 8px 0 0;
}
#page-price table .bg_3 {
  background: #e2dfcc;
  border-radius: 8px 8px 0 0;
}
#page-price table .thread img {
  padding-top: 28px;
  padding-bottom: 8px;
}
#page-price .list_title {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 200%;
  /* identical to box height, or 32px */
  /* black */
  color: #3e3e3e;
}
#page-price h3 {
  margin-top: 40px;
}
#page-price .table_program {
  border: 1px solid #c4c4c4;
}
#page-price .border_bottom {
  border: 1px solid #c4c4c4;
}

.parts-tabs .tabs .tab {
  width: 280px !important;
}
#page-price table td span {
  font-size: 14px;
  font-weight: 500;
}


/*============================================================
アクセス
*============================================================*/
/* マップ
---------------------------------------- */
#page-access #sec-access-02 {
  margin-bottom: 72px;
}
#page-access #sec-access-03 {
  margin: 0;
}
#page-access #sec-access-03 .map {
  line-height: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
#page-access #sec-access-03 .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*============================================================
一般歯科
*============================================================*/
/* 虫歯の治療
---------------------------------------- */
#page-general #sec-cavity-treatment li {
  margin-left: 0;
  margin-bottom: 16px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
  /* identical to box height, or 29px */
  /* green */
  color: #73b24d;
}
#page-general #sec-cavity-treatment .parts-list li {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 200%;
  /* identical to box height, or 28px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  /* black */
  color: #3e3e3e;
}
#page-general #sec-periodontal-disease p {
  margin-bottom: 16px;
}
#page-general #sec-rubber-dam .parts-img {
  margin-bottom: 64px;
}

/*============================================================
小児歯科
*============================================================*/
/* 子どもの虫歯の治療
---------------------------------------- */
#page-pediatrics #sec-pediatrics-treatment ul {
  list-style: none;
}
#page-pediatrics #sec-pediatrics-treatment .check {
  padding: 20px 0 30px 31px;
  background: #f5f3e7;
  border-radius: 8px;
}
#page-pediatrics #sec-pediatrics-treatment .check li::before {
  content: url(assets/images/pediatrics/check.png);
  margin-right: 6px;
}
#page-pediatrics #sec-cavity-prevention .parts-boxes {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#page-pediatrics #sec-cavity-prevention .parts-boxes img {
  width: 310px;
}
#page-pediatrics #sec-cavity-prevention .parts-boxes .bk_title {
  margin: 3px 0 12px;
  text-align: center;
}
#page-pediatrics #sec-cavity-prevention .parts-boxes p {
  padding: 0 10px;
}
#page-pediatrics #sec-point .text {
  margin-bottom: 5px;
}
#page-pediatrics #sec-point .parts-list-num {
  padding: 26px 0 18px 31px;
  background: #f5f3e7;
  border-radius: 8px;
}

/*============================================================
審美歯科
*============================================================*/
#page-cosmetic-dentistry #sec-point .parts-boxes:nth-child(3) {
  margin-bottom: 72px;
}

/*============================================================
口腔外科
*============================================================*/
/* 顎関節症
---------------------------------------- */
#page-oral-surgery #sec-tmjd .check li::before {
  content: url(assets/images/pediatrics/check.png);
  margin-right: 6px;
}
#page-oral-surgery #sec-mouth-trouble .parts-list {
  padding: 21px 39px 30px 32px;
  background: #f5f3e7;
  border-radius: 8px;
}
#page-oral-surgery #sec-mouth-trouble .parts-list span {
  font-size: 16px;
}

/*============================================================
予防歯科
*============================================================*/
/* リード
---------------------------------------- */
#page-preventive-dentistry #sec-preventive-dentistry-lead span {
  font-weight: bold;
  font-size: 24px;
  color: #3e3e3e;
}
#page-preventive-dentistry #sec-routine-checkup {
  margin-bottom: 104px;
}
#page-preventive-dentistry #sec-routine-checkup .list_icon {
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
}
#page-preventive-dentistry #sec-routine-checkup .routine-checkup-img {
  text-align: center;
}
#page-preventive-dentistry #sec-routine-checkup .parts-boxes {
  margin-top: 56px;
}
#page-preventive-dentistry #sec-routine-checkup .parts-boxes .box-1 {
  padding: 20px 20px 0 20px;
  width: 460px;
  background: #f5f3e7;
  /* green */
  border: 4px solid #73b24d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
#page-preventive-dentistry #sec-routine-checkup .parts-boxes .box-2 {
  padding: 20px 20px 0 20px;
  width: 460px;
  background: #f5f3e7;
  /* blown */
  border: 4px solid #704635;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
#page-preventive-dentistry #sec-relation {
  position: relative;
}
#page-preventive-dentistry #sec-relation .home-icon {
  position: absolute;
  top: -80px;
  right: 0;
}

/*============================================================
歯が痛い・しみる
*============================================================*/
/* 噛むと痛い
---------------------------------------- */
/*============================================================
お知らせ
*============================================================*/
/* お知らせ一覧
---------------------------------------- */
#archive-news #sec-news-01 .post-date {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  /* identical to box height, or 29px */
  /* green */
  color: #73b24d;
}
#archive-news #sec-news-01 .post-title {
  margin-left: 32px;
  width: calc(960px - 84px - 32px);
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  /* or 29px */
  /* black */
  color: #3e3e3e;
  text-decoration: underline;
}

/*============================================================
個人情報に関する取扱い
*============================================================*/
#page-privacy #sec-contents ul {
  list-style-type: disc;
  padding-left: 16px;
}
#page-privacy #sec-contents li {
  list-style-type: disc;
}

/*============================================================
ページ内リンク
*============================================================*/
.page-lower .sec-block .inner .parts-list-link {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f3e7;
  border-radius: 8px;
  padding: 10px 12px;
}
.page-lower .sec-block .inner .parts-list-link li {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  text-decoration: underline;
}
.page-lower .sec-block .inner .parts-list-link li:before {
  content: "";
  position: absolute;
  right: -12px;
  top: 14px;
  display: inline-block;
  width: 20px;
  height: 0.5px;
  background-color: black;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-lower .sec-block .inner .parts-list-link .border-none:before {
  display: none;
}

/*============================================================
ヘッダーナビの切り替え
*============================================================*/
@media (max-width: 1336px) {
  /* Gナビ */
  #gnav {
    /* display: none; */
  }
  /* SP用WEB予約ボタン表示 */
  .header_btn_sp {
    display: block;
    position: absolute;
    top: 16px;
    right: calc(55px + 16px + 16px);
  }
  .header_btn_sp button {
    border: none;
    border-radius: 4px;
    height: 55px;
    width: 55px;
    text-align: center;
    cursor: pointer;
    padding: 6px 8px;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    text-align: center;
    color: #ffffff;
  }

  /* レスポンシブメニュー */
  #responsive-menu {
    margin-top: 56px;
    margin-left: 12px;
  }
  button#responsive-menu-button {
    top: 16px;
    right: 16px;
    width: 55px;
    height: 55px;
    background: #73b24d;
    border-radius: 4px;
  }
}
/*============================================================
Comming soon
*============================================================*/
#page-commingsoon #sec-commingsoon-01 .commingsoon-box {
  width: 960px;
  padding: 72px 0;
  background: #f5f3e7;
}
#page-commingsoon #sec-commingsoon-01 .commingsoon-box h2 {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 200%;
  /* identical to box height, or 96px */
  text-align: center;
  /* green */
  color: #73b24d;
}

/*============================================================
矯正歯科
*============================================================*/
#page-braces #sec-braces-lead {
  margin-bottom: 64px;
}
#page-braces .box-img {
  width: 440px;
}
#page-braces .box-img img {
  margin-bottom: 24px;
}
#page-braces #sec-braces-movie h3 {
  color: #3e3e3e;
}
#page-braces #sec-braces-movie .boxes {
  margin-bottom: 40px;
}
#page-braces #sec-braces-movie .box {
  width: 48%;
}
#page-braces #sec-braces-movie .movie {
  position: relative;
  padding-top: calc(315 / 560 * 100%);
}
#page-braces #sec-braces-movie .movie-iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*============================================================
副作用・リスク
*============================================================*/
#sec-braces-risk-lead {
  margin-bottom: 40px;
}
#page-braces-risk ol {
  padding-left: 30px;
  margin-bottom: 24px;
}
#page-braces-risk ol > li {
  position: relative;
  margin-bottom: 8px;
  counter-increment: list;
}
#page-braces-risk ol li:last-child {
  margin-bottom: 0;
}
#page-braces-risk ol > li:before {
  content: counter(list);
  position: absolute;
  left: -30px;
  top: 0;
  font-weight: 700;
  color: #73b24d;
  font-size: 16px;
}

/*============================================================
SDGs
*============================================================*/
#sec-sdgs .sdgs-about,
#sec-sdgs .sdgs-goal,
#sec-sdgs .sdgs-goal-detail {
  margin-bottom: 80px;
}
#sec-sdgs .sdgs-about .sdgs-img {
  max-width: 332px;
  width: 35%;
}
#sec-sdgs .sdgs-about .sdgs-content {
  max-width: 604px;
  width: 60%;
}
#sec-sdgs .sdgs-about .sdgs-content .box_btn_wrap a {
  width: 220px;
  display: block;
  height: 50px;
  color: #329ad9;
  border: 2px solid #329ad9;
  border-radius: 30px;
  padding: 10.5px 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
}
#sec-sdgs .sdgs-about .sdgs-content .box_btn_wrap a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
#sec-sdgs .sdgs-goal .sdgs_title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #3e3e3e;
}
#sec-sdgs .sdgs-goal .sdgs_icon {
  margin: 0 auto;
  gap: 16px;
  max-width: 664px;
  width: 100%;
}
#sec-sdgs .sdgs-goal-detail .parts-boxes {
  margin-bottom: 80px;
}
#sec-sdgs .sdgs-goal-detail .sdgs-img {
  max-width: 500px;
  width: 50%;
}
#sec-sdgs .sdgs-goal-detail .sdgs-content {
  max-width: 436px;
  width: 47%;
}
#sec-sdgs .sdgs-goal-detail .sdgs-content .sdgs-icon {
  margin-bottom: 16px;
}
#sec-sdgs .sdgs-goal-detail .sdgs-content .sdgs-goal-sub-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 180%;
  color: #3e3e3e;
  margin-bottom: 8px;
}
#sec-sdgs .sdgs-goal-detail .sdgs-content .sdgs-goal-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  color: #3e3e3e;
  margin-bottom: 16px;
}
/*============================================================
採用
*============================================================*/
#sec-recruit .recruit-box {
  margin-bottom: 56px;
}
#sec-recruit .recruit-box .recruit-img {
  margin-bottom: 24px;
}
#ser-recruit .recruit-lead {
  margin-bottom: 72px;
}

/*# sourceMappingURL=page.css.map */
