@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: none;
}

.forSP {
  display: block;
}

/*============================================================
共通要素
*============================================================*/
/* common
---------------------------------------- */
#page {
  overflow: hidden;
}

html {
  min-width: unset;
  font-size: 0.8889px;
}

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: unset;
  -webkit-text-size-adjust: 100%;
}

main {
  margin-top: 56px;
}

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

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

h3 {
  color: #3e3e3e;
}

.hide_sp {
  display: none;
}

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

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

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

p {
  font-size: 12px;
}

/* ボタン */
/* ボタン
---------------------------------------- */
.box_btn[data-size="large"] {
  border: none;
  border-radius: 4px;
  height: 56px;
  width: 240px;
  text-align: center;
  cursor: pointer;
}
.box_btn[data-size="large"]:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 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 */
  /* green */
  color: #73b24d;
}

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

.main_space_sp {
  max-width: 95%;
  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: 180%;
  /* 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 {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
}
.logo-block .logo_border {
  border-right: 1px solid #e7e7e7;
}
.logo-block img {
  height: 24px;
  width: auto;
}
.logo-block .logo_1 {
  width: 97px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
}
.logo-block .logo_2 {
  width: 77px;
  height: auto;
  margin-left: 10px;
  margin-right: 8px;
}
.logo-block .logo_3 {
  width: 41px;
  height: auto;
}
.logo-block .headrer_txt {
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.logo-block .headrer_txt p {
  margin: 0;
  font-size: 8px;
  color: #704635;
}
.logo-block .headrer_txt .sml_txt {
  font-size: 7px;
}

/* 電話お問い合わせ
---------------------------------------- */
.tel_info_wrap {
  /* background: #ffffff; */
  /* green */
  /* border: 3px solid #73b24d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px; */
  display: none;
}
.tel_info_wrap .text {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* identical to box height, or 14px */
  /* black */
  color: #3e3e3e;
}
.tel_info_wrap .tel_num {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
  /* identical to box height, or 18px */
  /* green */
  color: #73b24d;
}

.skip-link {
  display: none;
}

/* SAIWAIの診療一覧（ 診療科一覧）
---------------------------------------- */
.mediclal_list {
  margin-top: 48px;
}
.mediclal_list .medical_box_wrap {
  max-width: 708px;
  margin: 16px 0 0 0;
  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;
}
.mediclal_list .medical_box_wrap .medical_box {
  width: 48%;
  margin-bottom: 16px;
  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: 0.3s;
  transition: 0.3s;
}
.mediclal_list .medical_box_wrap .medical_box h3 {
  margin: 0;
  text-align: center;
}
.mediclal_list h3 {
  margin: 0;
  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;
}
.mediclal_list 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;
}

/* お悩みから探す
---------------------------------------- */
.search_wrap {
  margin: 16px 0;
}
.search_wrap .search_box {
  max-width: 100%;
  height: auto;
  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: 0.3s;
  transition: 0.3s;
  margin-bottom: 16px;
}
.search_wrap .search_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search_wrap .search_box a img {
  width: 40%;
  height: auto;
}
.search_wrap .search_box a .search_box_text {
  height: 60px;
}
.search_wrap .search_box a .search_box_text h3,
.search_wrap .search_box a .search_box_text p {
  text-align: left;
}
.search_wrap .search_box a .search_box_text h3 {
  line-height: 60px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  /* or 32px */
  color: #222222;
}
.search_wrap .search_box a .search_box_text .h3_title {
  font-size: 16px;
  margin-bottom: 4px;
}
.search_wrap .search_box a .search_box_text p {
  margin: 0;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 180%;
  /* or 25px */
  /* green */
  color: #73b24d;
}
.search_wrap .search_box h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #3e3e3e;
}
.search_wrap .search_box p {
  color: #73b24d;
  text-align: center;
}

/* カルーセルスライダー
---------------------------------------- */
.carousel_slider {
  background: #73b24d;
  margin: -2px 0 0 0;
  padding: 24px 0 0;
}
.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: #f9f9f9;
  height: 10px;
}
.carousel_slider .slider .slick-dots {
  bottom: -44px;
}
.carousel_slider .slider img {
  max-width: 100%;
  height: auto;
}
.carousel_slider .slider .category_box .category_box_inner {
  height: 470px;
  position: relative;
  margin: 0 10px;
  padding: 16px 16px 24px 16px;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 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;
  font-size: 12px;
}
.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-top: 12px;
  width: 100%;
  line-height: 1.8;
}
.carousel_slider .slider .category_box .category_box_inner .category_text_wrap .en-title {
  margin: 12px 0 0 0;
}
.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: 20px;
  line-height: 180%;
  /* identical to box height, or 36px */
  /* 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: 42px;
  position: relative;
  text-align: center;
}
.carousel_slider .main_space .arrows .slick-prev,
.carousel_slider .main_space .arrows .slick-next {
  line-height: 0;
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.carousel_slider .main_space .arrows .slick-prev {
  top: -390px;
  left: -4px;
}
.carousel_slider .main_space .arrows .slick-next {
  top: -390px;
  right: -4px;
}
.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: 2.5em;
}

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

/* ボタン下余白
---------------------------------------- */
.h2_btn_margin {
  margin-bottom: 30px;
}

.h3_btn_margin {
  margin-bottom: 24px;
}

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

/* モバイルメニュー
---------------------------------------- */
button#responsive-menu-button {
  top: 4px;
  right: 4px;
  width: 48px;
  height: 48px;
  background: #73b24d;
  border-radius: 4px;
}

#responsive-menu-title {
  margin-top: 56px;
}

#responsive-menu-additional-content a {
  display: block;
  width: 120px;
  height: 40px;
}

#responsive-menu {
  margin-top: 56px;
  margin-left: 12px;
}

.header_btn_sp {
  position: absolute;
  top: 4px;
  right: calc(48px + 16px);
}
.header_btn_sp button {
  border: none;
  border-radius: 4px;
  height: 48px;
  width: 48px;
  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;
}

/* トップヘッダー
---------------------------------------- */
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: 56px;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

/*============================================================
 トップページコンテンツ
*============================================================*/
#page-top {
  /* 電話問い合わせ
---------------------------------------- */
  /* トップイメージ
  ---------------------------------------- */
  /* トップイメージボトム
  ---------------------------------------- */
  /* お口の中から探す
  ---------------------------------------- */
  /* SAIWAI DENTAL CLINICが大切にしていること
  ---------------------------------------- */
  /* 院内紹介
  ---------------------------------------- */
  /* 院内紹介背景
  ---------------------------------------- */
  /* お知らせ
  ---------------------------------------- */
}
#page-top .tel_info {
  position: relative;
}
#page-top .tel_info .tel_info_wrap {
  padding: 8px 12px;
  position: absolute;
  top: 16px;
  left: 16px;
}
#page-top .tel_info .tel_info_wrap .text {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  /* identical to box height, or 14px */
  /* black */
  color: #3e3e3e;
  margin-bottom: 4px;
}
#page-top .tel_info .tel_info_wrap .tel_num {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  /* identical to box height, or 18px */
  /* green */
  color: #73b24d;
}
#page-top .top_img {
  display: block;
  width: 100%;
  height: 500px;
  background: url("assets/images/top/top_img.png");
  background-position: -440px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
#page-top .top_img_text {
  line-height: 1.5;
  width: 100%;
  margin: -146px auto 0 auto;
}
#page-top .top_img_text .top_img_text_wrap {
  padding: 16px 32px 24px 16px;
  background: rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
#page-top .top_img_text .top_img_text_wrap h1 {
  margin: 0;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 180%;
  /* or 47px */
  letter-spacing: 0.06em;
  color: #3e3e3e;
}
#page-top .top_img_text .top_img_text_wrap h1 span {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 180%;
  /* identical to box height, or 101px */
  letter-spacing: 0.1em;
  color: #73b24d;
}
#page-top .top_img_text .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_btm {
  position: relative;
  width: 100%;
  height: 80px;
}
#page-top .top_img_btm div {
  width: 90%;
  margin: auto;
}
#page-top .top_img_btm div p {
  padding: 16px 0;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  /* or 25px */
  color: #ffffff;
}
#page-top .top_img_btm div .box_btn {
  margin: 4px 0 0 10px;
}
#page-top .top_img_btm div img {
  z-index: 1;
}
#page-top .top_img_btm_sp {
  text-align: center;
  padding-bottom: 40px;
}
#page-top .top_img_btm_sp .topics_box_wrap {
  padding: 16px 0 40px 0;
}
#page-top .top_img_btm_sp .topics_box {
  margin: 0 16px 32px 16px;
  padding: 12px;
  text-align: left;
}
#page-top .top_img_btm_sp .topics_box p {
  text-align: left;
  font-size: 16px;
}
#page-top .top_img_btm_sp .topics_box .topics_btn {
  display: inline;
  height: 34px;
  background: #ffb800;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#page-top .top_img_btm_sp .topics_box .post-title {
  margin-top: 8px;
  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_sp .box_btn {
  background: #ffffff;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  text-align: center;
  /* green */
  color: #73b24d;
  border: 1px solid #ffffff;
}
#page-top .search {
  margin-top: 62px;
}
#page-top .belief {
  margin-top: 56px;
  position: relative;
  background: #f5f3e7;
}
#page-top .belief .belief_bg_btm {
  height: calc(460px + 258px);
  background: #fff;
}
#page-top .belief .belief_wrap {
  padding-top: 32px;
  padding-bottom: 40px;
}
#page-top .belief .belief_wrap .en-title {
  /* blown */
  color: #704635;
}
#page-top .belief .belief_wrap .belief_message {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 180%;
  /* or 58px */
  /* 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 {
  margin-top: 32px;
  text-align: center;
}
#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-top: 24px;
  line-height: 1.8;
}
#page-top .belief .belief_wrap .belief_conts .belief_conts_text_wrap p {
  text-align: left;
}
#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;
}
#page-top .belief .belief_wrap .belief_conts .belief_conts_text_wrap button {
  margin-top: 32px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  text-align: center;
  color: #ffffff;
}
#page-top .expedition {
  margin-top: 32px;
  height: 480px;
}
#page-top .expedition .expedition_img_wrap {
  text-align: center;
  position: relative;
}
#page-top .expedition .expedition_img_wrap p {
  text-align: left;
}
#page-top .expedition .expedition_img_wrap .expedition_text_title {
  margin-bottom: 16px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 180%;
  /* or 43px */
  /* green */
  color: #73b24d;
}
#page-top .expedition .expedition_img_wrap .expedition_img img {
  position: relative;
  z-index: -999;
}
#page-top .expedition .expedition_img_wrap .expedition_text .bdr_box {
  width: 100%;
  height: 120px;
  position: absolute;
  top: calc(43px + 16px + 229px - 40px - 12px);
  background: rgba(255, 255, 255, 0.64);
  z-index: -1;
}
#page-top .expedition .expedition_img_wrap .expedition_text .text {
  position: relative;
  margin: -40px 0 0 0;
  padding: 24px 16px 32px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  /* or 25px */
  z-index: 90;
  /* black */
  color: #3e3e3e;
}
#page-top .expedition .expedition_img_wrap button {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  text-align: center;
  color: #ffffff;
}
#page-top .expedition_back_img {
  margin: -28px auto 0 auto;
}
#page-top .expedition_back_img img {
  width: 100%;
}
#page-top .expedition_back_img .bubble {
  margin: -320px auto 0 auto;
  z-index: 1;
}
#page-top .expedition_back_img .expedition_back_btm {
  height: 320px;
}
/* 採用バナー　追加 */
#page-top #sec-recruit {
  margin-top: 32px;
}
#page-top #sec-recruit .recruit_link_wrap {
  width: 95%;
  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 .parts-boxes {
  flex-wrap: wrap-reverse;
}
#page-top #sec-recruit .banner_box .recruit_content {
  text-align: center;
  margin: 0 auto;
}
#page-top #sec-recruit .banner_box .recruit_img img {
  width: 100%;
}
#page-top #sec-recruit .banner_box .recruit_content h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  color: #ffffff;
  text-align: center;
}
#page-top #sec-recruit .banner_box .recruit_content .link_catchcopy {
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  color: #ffffff;
  margin-bottom: 8px;
}
#page-top #sec-news {
  margin: 40px auto 56px auto;
}
#page-top #sec-news .inner {
  padding-top: 32px;
}
#page-top #sec-news .inner .parts-boxes {
  display: block;
  margin-bottom: 24px;
}
#page-top #sec-news .inner .post-date {
  margin-bottom: 12px;
  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 .post-title {
  margin-bottom: 32px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  /* or 29px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  /* black */
  color: #3e3e3e;
}
#page-top #sec-news .inner .btn_wrap {
  text-align: center;
}
#page-top #sec-news .btn_wrap {
  margin-top: 40px;
}
#page-top #sec-news .btn_wrap .box_btn {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  text-align: center;
  color: #ffffff;
}


/* 働きやすい環境づくりに取り組んでいます */
#sec-summary {
  padding: 32px 0 48px;
  margin-bottom: 40px;
  background-repeat: repeat;
  background-position: center top;
  margin: 0 auto;
  width: 100%;
  background-color: #73b24d;
  color: #fff;
}
#sec-summary .main_space{
	max-width: 100%;
	padding: 0 16px;
	margin: 0;
}
#sec-summary h3 {
  font-size: 24px;
  line-height: 38px;

  font-weight: 700;
  text-align: center;
  color: #fff;
}
.summary-box {
  gap: 12px;
  margin-top: 22px;
  display: flex;
  color: #704635;
}
.summary-left,
.summary-right {
  width: calc(50% - (12px * 1 / 2));
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
}
.summary-right {
  position: relative;
}
.summary-img {
  position: absolute;
  right: 12px;
  bottom: 4px;
  width: 20%;
  max-width: 100%;
  z-index: 0;
}
.summary-img img {
  width: 100%;
}
.summary-content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.summary-label {
  font-size: 14px;
  line-height: 28px;
  padding: 2px 8px;
  color: #fff;
  background: #5f5045;
  border-radius: 4px;
	display: inline-block;
  font-weight: 700;
}
.summary-text1 {
  font-size: 16px;
  line-height: 26px;
  margin-top: 4px;
  font-weight: 700;
}
.summary-text2 {
  font-size: 12px;
  line-height: 17px;

  margin-top: 4px;
  font-weight: 400;
}
.summary-text3 {
  display: none;
}
.summary-info {
  margin-top: 24px;
}
.summary-info p {
  line-height: 22px;
  font-size: 14px;
}
/* バナー */
.banner_wrap {
  margin-top: 24px;
  text-align: center;
}
.banner_wrap img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
#sec-summary .parts-btn-wrap {
  margin-top: 30px;
	gap: 16px;
	display: flex;
}
#sec-summary .parts-btn{
	width: 254px;
	margin: 0;
	height: 51px;
}
#sec-summary .parts-btn a{
	font-size: 16px;
}




/* フッター
---------------------------------------- */
footer {
  background: #f5f3e7;
}
footer .footer_wrap {
  padding: 32px 0;
}
footer .footer_left {
  text-align: center;
  width: 240px;
}
footer .footer_left .footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}
footer .footer_left .footer_logo .logo_txt {
  margin-top: 3px;
  margin-left: 17px;
}
footer .footer_left .footer_txt {
  margin-top: 22px;
  margin-bottom: 12px;
}
footer .footer_left .footer_txt p {
  text-align: center;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  /* or 19px */
  /* black */
  color: #3e3e3e;
}
footer .footer_left button {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  text-align: center;
  color: #ffffff;
}
footer .footer_right img {
  margin: 32px 0;
}
footer .footer_right .footer_btn_wrap {
  width: 240px;
  margin: 0 auto;
}
footer .footer_right .footer_btn_wrap button {
  margin-bottom: 16px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  text-align: center;
  color: #ffffff;
}
footer .footer_right .tel_info .tel_info_wrap {
  width: 240px;
  margin: 0 auto;
  padding: 11px 20px 6px;
}
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;
}
/* SNS Linkボタン追加 */
footer .footer_left .footer_sns {
  margin-top: 16px;
}
footer .footer_left .footer_sns a:first-child {
  margin-right: 16px;
}

/*============================================================
診察案内
*============================================================*/
#page-information {
  /* リード
  ---------------------------------------- */
}
#page-information #sec-info-catch .pickup {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#page-information #sec-info-catch .pickup div {
  text-align: center;
}
#page-information #sec-info-catch .pickup div p {
  text-align: center;
  line-height: 150%;
}
#page-information #sec-info-catch .pickup div .pickup_title {
  margin: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 160%;
  /* or 19px */
  text-align: center;
  letter-spacing: 0.02em;
  /* green */
  color: #73b24d;
}

/*============================================================
特徴
*============================================================*/
#page-great {
  /* リード
  ---------------------------------------- */
  /* 希望の日時でスムーズな診療
  ---------------------------------------- */
  /* 明るく清潔な院内・個室
  ---------------------------------------- */
  /* 最新の機器の導入
  ---------------------------------------- */
  /* さいわいデンタルクリニックでは治療に使う器具もこだわる
  ---------------------------------------- */
  /* 駐車場000台完備、キャッシュレスの推進
  ---------------------------------------- */
}
#page-great #sec-great-lead .lead_title {
  font-weight: bold;
}
#page-great #sec-great-lead .lead_msg_wrap {
  padding: 12px;
  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: 4px;
  font-weight: 900;
  line-height: 200%;
  /* identical to box height, or 56px */
  /* green */
  color: #73b24d;
}
#page-great #sec-great-lead .lead_msg_icon {
  text-align: right;
}
#page-great #sec-great-lead .lead_msg_icon img {
  margin-bottom: 32px;
}
#page-great #sec-great-smooth h3 {
  color: #3e3e3e;
}
#page-great #sec-great-room .carousel_slider {
  margin: 0;
  padding: 24px 0 0;
  background: #f5f3e7;
}
#page-great #sec-great-room .carousel_slider .multiple_slider_2 .category_box {
  width: 310px;
  margin: 0 auto;
}
#page-great #sec-great-room .carousel_slider .multiple_slider_2 .category_box .category_box_inner {
  margin: 0;
  width: 310px;
  height: auto;
  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-prev:before,
#page-great #sec-great-room .carousel_slider .multiple_slider_2 .slick-next:before {
  color: #704635;
  border: 1px solid #704635;
}
#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,
#page-great #sec-great-room .carousel_slider .main_space .arrows_2 .slick-next {
  line-height: 0;
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
#page-great #sec-great-room .carousel_slider .main_space .arrows_2 .slick-prev {
  top: -156px;
  left: -4px;
}
#page-great #sec-great-room .carousel_slider .main_space .arrows_2 .slick-next {
  top: -156px;
  right: -4px;
}
#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 .multiple_slider .slick-dots {
  margin: 0;
}
#page-great #sec-great-device .carousel_slider .main_space .arrows {
  height: 42px;
  position: relative;
  text-align: center;
}
#page-great #sec-great-device .carousel_slider .main_space .arrows .slick-prev,
#page-great #sec-great-device .carousel_slider .main_space .arrows .slick-next {
  line-height: 0;
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
#page-great #sec-great-device .carousel_slider .main_space .arrows .slick-prev {
  top: -390px;
  left: -4px;
}
#page-great #sec-great-device .carousel_slider .main_space .arrows .slick-next {
  top: -390px;
  right: -4px;
}
#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-device p:last-child {
  margin-bottom: 24px !important;
}
#page-great #sec-great-tools .btn_wrap {
  text-align: center;
}
#page-great #sec-great-convenience .box-img-inner {
  margin-bottom: 24px;
}

/*============================================================
院内紹介
*============================================================*/
/* リード
---------------------------------------- */
#page-expedition #sec-expedition-lead .carousel_slider {
  margin: 0;
  padding: 24px 0 0;
  background: #f5f3e7;
}
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 {
  margin: 0 auto;
}
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 h2 {
  color: #704635;
}
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 p {
  margin-bottom: 0;
}
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 .category_box_inner {
  height: auto;
  padding: 0;
  background: #f5f3e7;
}
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 .slick-dots {
  margin: 0;
  bottom: -20px;
}
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 .slick-prev:before,
#page-expedition #sec-expedition-lead .carousel_slider .multiple_slider_3 .slick-next:before {
  color: #704635;
  border: 1px solid #704635;
}
#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 .multiple_slider_3 p {
  margin-bottom: 0;
}
#page-expedition #sec-expedition-lead .carousel_slider .main_space .arrows_3 {
  height: 36px;
  position: relative;
  text-align: center;
}
#page-expedition #sec-expedition-lead .carousel_slider .main_space .arrows_3 .slick-prev,
#page-expedition #sec-expedition-lead .carousel_slider .main_space .arrows_3 .slick-next {
  line-height: 0;
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
#page-expedition #sec-expedition-lead .carousel_slider .main_space .arrows_3 .slick-prev {
  top: -256px;
  left: -4px;
}
#page-expedition #sec-expedition-lead .carousel_slider .main_space .arrows_3 .slick-next {
  top: -256px;
  right: -4px;
}
#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-expedition #sec-expedition-lead p:first-child {
  margin-bottom: 24px !important;
}

/*============================================================
料金案内
*============================================================*/
/* テーブル
---------------------------------------- */
#page-price table {
  margin-top: 54px;
  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 thead img {
  max-width: 116px;
}
#page-price .parts-tabs h2 {
  margin-top: 56px;
}
#page-price .parts-tabs h3 {
  margin-top: 40px;
}
#page-price .parts-tabs h3:nth-of-type(1) {
  margin-top: 24px;
}
#page-price .table_program {
  border: 1px solid #c4c4c4;
}
#page-price .border_bottom {
  border: 1px solid #c4c4c4;
}


/* スクロール
---------------------------------------- */
#page-price .scroll {
  overflow-x: auto;
}
#page-price .price_table {
  min-width: 640px;
}
#page-price .price_table td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
#page-price .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-periodontal-disease .parts-boxes .box-img {
  margin-bottom: 24px;
}
#page-general #sec-periodontal-disease .treatment .parts-boxes {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#page-general #sec-periodontal-disease .treatment .parts-boxes .spacer {
  margin: 8px 8px;
}
#page-general #sec-periodontal-disease .treatment p {
  margin-bottom: 0;
}
#page-general #sec-periodontal-disease .treatment .arrow_wrap_1 {
  line-height: 215px;
}
#page-general #sec-periodontal-disease .treatment .arrow_wrap_2 {
  line-height: 0;
  text-align: center;
}
#page-general #sec-periodontal-disease .treatment .d_dl {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#page-general #sec-periodontal-disease .treatment .arrow {
  display: inline-block;
  position: relative;
  width: 2em;
  height: 2em;
  color: #3e3e3e;
  font-size: 14px;
}
#page-general #sec-periodontal-disease .treatment .arrow::before,
#page-general #sec-periodontal-disease .treatment .arrow::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
#page-general #sec-periodontal-disease .treatment .arrow::before {
  right: -0.5em;
  width: 0px;
  height: 0px;
  border: 1em solid transparent;
  border-left: 1em solid currentColor;
}
#page-general #sec-rubber-dam .inner .parts-img {
  margin-bottom: 24px;
}
#page-general #sec-rubber-dam .inner .rubber-dam-sp .parts-img {
  padding: 10px;
  background: #f9f9f9;
  border-radius: 8px;
}
#page-general #sec-rubber-dam .inner .rubber-dam-sp p {
  text-align: center;
}
#page-general #sec-rubber-dam .inner .rubber-dam-sp .arrow {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
}

/*============================================================
小児歯科
*============================================================*/
#page-pediatrics #sec-pediatrics-treatment ul {
  list-style: none;
}
#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 .bk_title {
  margin: 0;
  text-align: center;
}

/*============================================================
口腔外科
*============================================================*/
#page-oral-surgery #sec-transplant .transplant_sp p {
  margin: 0;
  text-align: center;
  font-size: 24px;
}
#page-oral-surgery #sec-tmjd .check li::before {
  content: url(assets/images/pediatrics/check.png);
  margin-right: 6px;
}

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

/*============================================================
予防歯科
*============================================================*/
#page-preventive-dentistry #sec-routine-checkup .box-img {
  margin: 24px 0;
}

/*============================================================
お知らせ
*============================================================*/
/* お知らせ一覧
---------------------------------------- */
#archive-news #sec-news-01 .inner .parts-boxes {
  display: block;
  margin-bottom: 24px;
}
#archive-news #sec-news-01 .inner .post-date {
  margin-bottom: 12px;
  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 .inner .post-title {
  margin-bottom: 32px;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  /* or 29px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  /* black */
  color: #3e3e3e;
}

/*============================================================
ヘッダーロゴの切り替え
*============================================================*/
@media (max-width: 374px) {
  .logo_1 {
    display: none;
  }
}
/*============================================================
矯正歯科
*============================================================*/
#page-braces .box-img:nth-child(1) {
  margin-bottom: 40px;
}
#page-braces .box-img img {
  margin-bottom: 24px;
}
#page-braces #sec-braces-movie h3 {
  margin-bottom: 6px;
  color: #3e3e3e;
}
#page-braces #sec-braces-movie .parts-boxes {
  margin-bottom: 20px;
}
#page-braces #sec-braces-movie .box {
  width: 100%;
  max-width: 440px;
}
#page-braces #sec-braces-movie .box:nth-child(1) {
  margin-bottom: 40px;
}
/*============================================================
SDGs
*============================================================*/
#sec-sdgs .sdgs-about,
#sec-sdgs .sdgs-goal,
#sec-sdgs .sdgs-goal-detail {
  margin-bottom: 40px;
}
#sec-sdgs .sdgs-about.parts-boxes {
  justify-content: unset;
}
#sec-sdgs .sdgs-about .sdgs-img {
  width: 100%;
  text-align: center;
}
#sec-sdgs .sdgs-about .sdgs-content {
  width: 100%;
}
#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;
  margin: 0 auto;
}
#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: 8px;
  width: 95%;
  justify-content: center;
}
#sec-sdgs .sdgs-goal .sdgs_icon .box {
  width: calc(20% - (8px * 4 / 5));
}
#sec-sdgs .sdgs-goal-detail .parts-boxes {
  margin-bottom: 40px;
}
#sec-sdgs .sdgs-goal-detail .sdgs-img {
  max-width: 705px;
  width: 100%;
  margin-bottom: 24px;
}
#sec-sdgs .sdgs-goal-detail .sdgs-img img {
  max-width: 705px;
  width: 100%;
}
#sec-sdgs .sdgs-goal-detail .sdgs-content {
  max-width: 613px;
  width: 100%;
}
#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: 47px;
}
#sec-recruit .recruit-box .box:nth-child(1) {
  margin-bottom: 40px;
}
#sec-recruit .recruit-box .recruit-img {
  margin-bottom: 24px;
}
#ser-recruit .recruit-lead {
  margin-bottom: 72px;
}
/*# sourceMappingURL=page-sp.css.map */
