@charset "UTF-8";
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*◇◆◇◆◇◆基本色◇◆◇◆◇◆*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*◇◆◇◆◇◆ハンバーガー色◇◆◇◆◇◆*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*◇◆◇◆◇◆お知らせ色◇◆◇◆◇◆*/
/*お知らせタイトル背景*/
/*お知らせ文字*/
/*お知らせボーダー*/
/*お知らせアイコン*/
/*お知らせ背景*/
/*◇◆◇◆◇◆フッター◇◆◇◆◇◆*/
/*フッター背景色*/
/*フッターテキスト*/
/*フッターボーダー*/
/*◇◆◇◆◇◆フッターリンク◇◆◇◆◇◆*/
/*フッターリンク背景色*/
/*フッターリンクテキスト*/
/*フッターリンクボーダー*/
/*◇◆◇◆◇◆コピーライト◇◆◇◆◇◆*/
/*コピーライト背景色*/
/*コピーライトテキスト*/
/*◇◆◇◆◇◆リンク系◇◆◇◆◇◆*/
/*リンクカラー*/
/*リンクカラーホバー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆テーブル系◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*tdボーダー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆影◇◆◇◆◇◆*/
/*◇◆◇◆◇◆フロー◇◆◇◆◇◆*/
/*◇◆◇◆◇◆汎用カラー◇◆◇◆◇◆*/
/*薄茶色*/
/*赤紫*/
/*薄茶色*/
/*緑*/
/*黄土色*/
/*水色*/
/*薄茶色*/
/*黄土色*/
/*白透過*/
/*薄茶色*/
/*茶色*/
/*灰色*/
/*灰色*/
/*黒*/
/*茶色*/
/*薄い青*/
/*青*/
/*茶色*/
/*黒*/
/*灰色*/
/*緑色*/
/*仕様変更後のカラー*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "inter_regular";
  src: url(../font/Inter-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter_medium";
  src: url(../font/Inter-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter_bold";
  src: url(../font/Inter-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ibmplexsansjp_regular";
  src: url(../font/IBMPlexSansJP-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ibmplexsansjp_medium";
  src: url(../font/IBMPlexSansJP-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ibmplexsansjp_bold";
  src: url(../font/IBMPlexSansJP-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}
/*共通モジュール*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

/* float -------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* txt -------------------------------------- */
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

/* img -------------------------------------- */
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 768px), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 768px), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/*ハンバーガー*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: 0;
  z-index: 99999999;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0 0 0 0;
  background-color: #F4E4D5;
  overflow-x: hidden;
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.main_nav_sp .drawr::-webkit-scrollbar {
  display: none;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #1A1311 1px solid;
  width: 90%;
  margin: 20vw auto 20vw auto;
  position: relative;
  z-index: 999999;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li.union_hbg a::after, .main_nav_sp .drawr ul.hbg li.health_hbg a::after, .main_nav_sp .drawr ul.hbg li.purchase_hbg a::after, .main_nav_sp .drawr ul.hbg li.opening_hbg a::after, .main_nav_sp .drawr ul.hbg li.service_hbg a::after {
  font-family: "fontello";
  font-weight: normal;
  font-size: 1rem;
  content: "\e80b";
  margin: 0 0 0 0.3rem;
  color: #7B303F;
}
.main_nav_sp .drawr ul.hbg li.union_hbg:hover, .main_nav_sp .drawr ul.hbg li.health_hbg:hover, .main_nav_sp .drawr ul.hbg li.purchase_hbg:hover, .main_nav_sp .drawr ul.hbg li.opening_hbg:hover, .main_nav_sp .drawr ul.hbg li.service_hbg:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li.open_union_arrow a::after, .main_nav_sp .drawr ul.hbg li.open_health_arrow a::after, .main_nav_sp .drawr ul.hbg li.open_purchase_arrow a::after, .main_nav_sp .drawr ul.hbg li.open_opening_arrow a::after, .main_nav_sp .drawr ul.hbg li.open_service_arrow a::after {
  font-family: "fontello";
  font-weight: normal;
  font-size: 1rem;
  content: "\e80c";
  margin: 0 0 0 0.3rem;
  color: #7B303F;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #1A1311;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #1A1311 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li a span {
  display: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub {
  display: none;
  width: 100%;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a {
  background-color: #7B303F;
  color: #ffffff;
  border-bottom: none;
  text-align: center;
  border-bottom: #ffffff 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_union {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_health {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_purchase {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_opening {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_service {
  display: block;
}

@media screen and (min-width: 768px), print {
  .main_nav_sp {
    display: none;
  }
}
.toggle {
  display: none;
  height: 14vw;
}

.toggle-label {
  cursor: pointer;
  display: block;
  width: 14%;
  height: 10vw;
  padding: 0 0 0.5vw 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}

.toggle-label {
  cursor: pointer;
  width: 100%;
}

.toggle-label .toggle-icon,
.toggle-label .toggle-icon:before,
.toggle-label .toggle-icon:after {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 28px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 10px);
  height: 14px;
  color: #ffffff;
  text-align: center;
}

.toggle-label .toggle-text:before {
  position: absolute;
  width: 100%;
  left: 0;
  content: "MENU";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: visible;
  opacity: 1;
  font-size: 1rem;
}

.toggle-label .toggle-text:after {
  position: absolute;
  width: 100%;
  left: 0;
  content: "CLOSE";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  font-size: 1rem;
}

.toggle-label .toggle-icon {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

.toggle-label .toggle-icon:before {
  -webkit-transform: translate3d(-50%, -11.5px, 0);
          transform: translate3d(-50%, -11.5px, 0);
}

.toggle-label .toggle-icon:after {
  -webkit-transform: translate3d(-50%, 5px, 0);
          transform: translate3d(-50%, 5px, 0);
}

.toggle:checked ~ .toggle-label .toggle-icon {
  background-color: transparent;
}

.toggle:checked ~ .toggle-label .toggle-icon:before,
.toggle:checked ~ .toggle-label .toggle-icon:after {
  top: 0;
}

.toggle:checked ~ .toggle-label .toggle-icon:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 1.5px;
}

.toggle:checked ~ .toggle-label .toggle-icon:after {
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
          transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 8.5px;
}

.toggle:checked ~ .toggle-label .toggle-text:before {
  visibility: hidden;
  opacity: 0;
}

.toggle:checked ~ .toggle-label .toggle-text:after {
  visibility: visible;
  opacity: 1;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  max-width: 15%;
  position: fixed;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  z-index: 99999999999;
  padding: 0 0 0.6rem 0;
  background-color: #7B303F;
  height: 12vw;
}

/*見出し*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
h1 {
  margin: 0;
}

h2.top_title {
  text-align: center;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin: 0;
  position: relative;
}
h2.top_title::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 30%;
  height: 0.5rem;
  background: url(../img/h2_line.svg) no-repeat center;
  background-size: cover;
}
h2.ovoverview_sub_title {
  text-align: center;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin: 0 0 2rem 0;
  position: relative;
}
h2.ovoverview_sub_title::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 30%;
  height: 0.5rem;
  background: url(../img/h2_line2.svg) no-repeat center;
  background-size: cover;
}
h2.low {
  color: #ffffff;
  background-color: #7B303F;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 2rem;
  text-align: left;
  padding: 1rem 1rem 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
  position: relative;
}
h2.low::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.6rem;
  width: 1px;
  height: 100%;
  border-left: #ffffff 1px solid;
  display: block;
}
h2.first {
  margin: 0 0 1.5rem 0;
}

h3.low {
  color: #7B303F;
  background-color: #f3e4d5;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 2rem;
  text-align: left;
  padding: 1.2rem 1rem 0.9rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
  border-radius: 3rem;
  position: relative;
}
h3.low::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  left: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/icon_h3.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  color: #1A1311;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.9rem;
  margin: 2.4rem 0 1.5rem 0;
  padding: 0 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  position: relative;
}
h4.low::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 20%;
  height: 3px;
  border-bottom: #7B303F 3px solid;
}
h4.low::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3px;
  border-bottom: #CACDD2 3px solid;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #1A1311;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.9rem;
  margin: 2.4rem 0 1.5rem 0;
  padding: 0 0 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  position: relative;
}
h5.low::before {
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 0;
  content: "";
  display: block;
  width: 1rem;
  height: 0.4rem;
  background: url("../img/h5_icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
h5.first {
  margin: 0 0 1rem 0;
}

p {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    text-align: center;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 3.4rem;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin: 0;
    position: relative;
  }
  h2.top_title::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: url(../img/h2_line.svg) no-repeat center;
    background-size: cover;
  }
  h2.ovoverview_sub_title {
    text-align: center;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 3.4rem;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin: 0;
    position: relative;
  }
  h2.ovoverview_sub_title::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: url(../img/h2_line2.svg) no-repeat center;
    background-size: cover;
  }
  h2.low {
    color: #ffffff;
    background-color: #7B303F;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 3rem;
    text-align: left;
    padding: 6px 6px 6px 26px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 60px 0 15px 0;
    line-height: 160%;
  }
  h2.low::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    width: 1px;
    height: 100%;
    border-left: #ffffff 1px solid;
    display: block;
  }
  h2.first {
    margin: 0 0 15px 0;
  }
  h3.low {
    color: #7B303F;
    background-color: #f3e4d5;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 3.4rem;
    text-align: left;
    padding: 8px 6px 2px 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 60px 0 15px 0;
    line-height: 160%;
    border-radius: 3rem;
    position: relative;
  }
  h3.low::before {
    content: "";
    position: absolute;
    top: calc(50% - 6.5px);
    left: 16px;
    width: 13px;
    height: 13px;
    background: url("../img/icon_h3.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  h3.first {
    margin: 0 0 15px 0;
  }
  h4.low {
    color: #1A1311;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 2.6rem;
    margin: 50px 0 15px 0;
    padding: 0 0 2px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    position: relative;
  }
  h4.low::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 76px;
    height: 3px;
    border-bottom: #7B303F 3px solid;
  }
  h4.low::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    border-bottom: #CACDD2 3px solid;
  }
  h4.first {
    margin: 0 0 15px 0;
  }
  h5.low {
    color: #1A1311;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 2.4rem;
    margin: 40px 0 15px 0;
    padding: 0 0 0 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    position: relative;
  }
  h5.low::before {
    position: absolute;
    top: calc(50% - 2.3925px);
    left: 0;
    content: "";
    display: block;
    width: 13px;
    height: 4.785px;
    background: url("../img/h5_icon.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  h5.first {
    margin: 0 0 15px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #f3e4d5;
  border: #f3e4d5 1px solid;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #1A1311;
  border: #f3e4d5 1px solid;
}
table.timetable tr td i {
  font-size: 4vw;
  color: #A7BCDB;
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
  color: #1A1311;
}
table.timetable caption {
  caption-side: bottom;
  font-size: 3.4vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #1A1311;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #f3e4d5;
    width: 10%;
    height: 46px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 30%;
    letter-spacing: 0.1em;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #1A1311;
    height: 46px;
    box-sizing: border-box;
    border-bottom: #f3e4d5 1px solid;
  }
  table.timetable tr td i {
    font-size: 1.4rem;
    color: #f3e4d5;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #1A1311;
    font-size: 1.6rem;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.8rem;
    margin: 12px 0 0 0;
    width: 100%;
    color: #1A1311;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    text-align: left;
  }
}
/*テーブル*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table caption.ue {
  caption-side: top;
  margin: 0 0 0.5rem 0;
}
table.low_table tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #ffffff;
  border: #AAAAAA 1px solid;
  background-color: #4E6E66;
}
table.low_table tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #333333;
  border: #AAAAAA 1px solid;
  background-color: #ffffff;
}
table.low_table.tate tr th {
  width: 100%;
}
table.low_table.tate tr td {
  width: 100%;
}
table.low_table.doctor tr th {
  width: 50%;
  text-align: center;
}
table.low_table.doctor tr td {
  width: 50%;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table caption.ue {
    caption-side: top;
    margin: 0 0 10px 0;
  }
  table.low_table tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #ffffff;
    border: #AAAAAA 1px solid;
    background-color: #4E6E66;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #333333;
    border: #AAAAAA 1px solid;
    background-color: #ffffff;
  }
  table.low_table.tate tr th {
    width: 100%;
  }
  table.low_table.tate tr td {
    width: 100%;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide {
  width: 1200px;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide tr th {
  width: 50%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #ffffff;
  border: #AAAAAA 1px solid;
  background-color: #4E6E66;
}
table.low_table_slide tr td {
  width: 50%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  color: #333333;
  border: #AAAAAA 1px solid;
  background-color: #ffffff;
}
table.low_table_slide.lts_three tr th {
  width: 33.33%;
}
table.low_table_slide.lts_three tr td {
  width: 33.33%;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide tr th {
    width: 50%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #ffffff;
    border: #AAAAAA 1px solid;
    background-color: #4E6E66;
  }
  table.low_table_slide tr td {
    width: 50%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    color: #333333;
    border: #AAAAAA 1px solid;
    background-color: #ffffff;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #ffffff;
  background-color: #4E6E66;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
}
table.low_table_spblock tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #333333;
  background-color: #ffffff;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
}
table.low_table_spblock tr td span {
  color: #7B303F;
  font-weight: bold;
}
table.low_table_spblock tr td span a {
  color: #7B303F;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock tr td.fax {
  pointer-events: none;
}
table.low_table_spblock tr:first-child th {
  border-top: #AAAAAA 1px solid;
}
table.low_table_spblock.list tr:first-child td:first-child {
  border-top: #AAAAAA 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock tr th {
    width: 30%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #ffffff;
    background-color: #4E6E66;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
  }
  table.low_table_spblock tr td {
    width: 70%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #333333;
    background-color: #ffffff;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
  }
  table.low_table_spblock tr td span {
    color: #7B303F;
    font-weight: bold;
  }
  table.low_table_spblock tr td span a {
    color: #7B303F;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock tr td.fax {
    pointer-events: none;
  }
  table.low_table_spblock tr td.tel span {
    color: #1A1311;
    font-weight: normal;
  }
  table.low_table_spblock tr td.tel span a {
    color: #1A1311;
    font-weight: normal;
    text-decoration: none;
  }
  table.low_table_spblock tr:first-child th {
    border-top: #AAAAAA 1px solid;
  }
  table.low_table_spblock tr:first-child td {
    border-top: #AAAAAA 1px solid;
  }
  table.low_table_spblock.list tr th {
    width: 33.33%;
  }
  table.low_table_spblock.list tr td {
    width: 33.33%;
  }
  table.low_table_spblock.list tr:first-child td:first-child {
    border-top: #AAAAAA 1px solid;
  }
}
/*テーブル線上下のみ*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table2 tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #ffffff;
  border-bottom: #AAAAAA 1px solid;
  background-color: #4E6E66;
}
table.low_table2 tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #333333;
  border-bottom: #AAAAAA 1px solid;
  background-color: #ffffff;
}
table.low_table2 tr:first-child th {
  border-top: #AAAAAA 1px solid;
}
table.low_table2 tr:first-child td {
  border-top: #AAAAAA 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  table.low_table2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table2 tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #ffffff;
    border-bottom: #AAAAAA 1px solid;
    background-color: #4E6E66;
  }
  table.low_table2 tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #333333;
    border-bottom: #AAAAAA 1px solid;
    background-color: #ffffff;
  }
  table.low_table2 tr:first-child th {
    border-top: #AAAAAA 1px solid;
  }
  table.low_table2 tr:first-child td {
    border-top: #AAAAAA 1px solid;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide2 {
  width: 1000px;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide2 tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #ffffff;
  border-bottom: #AAAAAA 1px solid;
  background-color: #4E6E66;
}
table.low_table_slide2 tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #333333;
  border-bottom: #AAAAAA 1px solid;
  background-color: #ffffff;
}
table.low_table_slide2 tr:first-child th {
  border-top: #AAAAAA 1px solid;
}
table.low_table_slide2 tr:first-child td {
  border-top: #AAAAAA 1px solid;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  table.low_table_slide2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide2 tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #ffffff;
    border-bottom: #AAAAAA 1px solid;
    background-color: #4E6E66;
  }
  table.low_table_slide2 tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #333333;
    border-bottom: #AAAAAA 1px solid;
    background-color: #ffffff;
  }
  table.low_table_slide2 tr:first-child th {
    border-top: #AAAAAA 1px solid;
  }
  table.low_table_slide2 tr:first-child td {
    border-top: #AAAAAA 1px solid;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock2 tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #ffffff;
  background-color: #4E6E66;
  border-bottom: #AAAAAA 1px solid;
}
table.low_table_spblock2 tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #333333;
  background-color: #ffffff;
  border-bottom: #AAAAAA 1px solid;
}
table.low_table_spblock2 tr td span {
  color: #7B303F;
  font-weight: bold;
}
table.low_table_spblock2 tr td span a {
  color: #7B303F;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock2 tr:first-child th {
  border-top: #AAAAAA 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock2 tr th {
    width: 30%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #ffffff;
    background-color: #4E6E66;
    border-bottom: #AAAAAA 1px solid;
  }
  table.low_table_spblock2 tr td {
    width: 70%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #333333;
    background-color: #ffffff;
    border-bottom: #AAAAAA 1px solid;
  }
  table.low_table_spblock2 tr td span {
    color: #7B303F;
    font-weight: bold;
  }
  table.low_table_spblock2 tr td span a {
    color: #7B303F;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock2 tr:first-child th {
    border-top: #AAAAAA 1px solid;
  }
  table.low_table_spblock2 tr:first-child td {
    border-top: #AAAAAA 1px solid;
  }
}
/*テーブル丸角*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #1A1311;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #AAAAAA 1px solid;
}
table.low_table3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table3 tr th {
  width: 30%;
  padding: 1rem;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  background-color: #4E6E66;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table3 tr td {
  width: 70%;
  padding: 1rem;
  border-bottom: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #333333;
  background-color: #ffffff;
}
table.low_table3 tr:first-child th {
  border-top-left-radius: 0.7rem;
}
table.low_table3 tr:first-child td {
  border-top-right-radius: 0.7rem;
}
table.low_table3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
  border-bottom: #AAAAAA 1px solid;
}
table.low_table3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #1A1311;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #AAAAAA 1px solid;
  }
  table.low_table3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 0.5rem 0 0 0;
  }
  table.low_table3 tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    background-color: #4E6E66;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table3 tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #333333;
    background-color: #ffffff;
  }
  table.low_table3 tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table3 tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #AAAAAA 1px solid;
  }
  table.low_table3 tr:last-child td {
    border-bottom-right-radius: 10px;
  }
}
/* -----------------------------------------------------------
　テーブルサブタイトル
----------------------------------------------------------- */
table.low_table_subtitle3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #1A1311;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #AAAAAA 1px solid;
}
table.low_table_subtitle3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 1rem 0 0 0;
}
table.low_table_subtitle3 tr th {
  width: 100%;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  background-color: #D9AF5B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_subtitle3 tr th .sub_title {
  background-color: #7B303F;
  color: #ffffff;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
table.low_table_subtitle3 tr th .sub_title.st_top {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle3 tr th .sub_text {
  background-color: #CBB7BC;
  color: #1A1311;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
table.low_table_subtitle3 tr td {
  width: 100%;
  padding: 0.5rem;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #333333;
  background-color: #ffffff;
}
table.low_table_subtitle3 tr:first-child th {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
}
table.low_table_subtitle3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table_subtitle3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #1A1311;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #AAAAAA 1px solid;
  }
  table.low_table_subtitle3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 16px 0 0 0;
  }
  table.low_table_subtitle3 tr th {
    width: 100%;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    background-color: #4E6E66;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_subtitle3 tr th .sub_title {
    background-color: #7B303F;
    color: #ffffff;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  table.low_table_subtitle3 tr th .sub_title.st_top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table.low_table_subtitle3 tr th .sub_text {
    background-color: #CBB7BC;
    color: #1A1311;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  table.low_table_subtitle3 tr td {
    width: 100%;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #333333;
    background-color: #ffffff;
  }
  table.low_table_subtitle3 tr:first-child th {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table.low_table_subtitle3 tr:last-child th {
    border-bottom-left-radius: 0.7rem;
  }
  table.low_table_subtitle3 tr:last-child td {
    border-bottom-right-radius: 0.7rem;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide3 {
  width: 1200px;
  border-collapse: separate;
  border-spacing: 0;
  color: #1A1311;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0 0;
  line-height: 140%;
  border-radius: 0.7rem;
  border-top: #7B303F 1px solid;
}
table.low_table_slide3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide3 tr th {
  width: auto;
  padding: 1rem;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  background-color: #4E6E66;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide3 tr td {
  width: auto;
  padding: 1rem;
  border-bottom: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #333333;
  background-color: #ffffff;
}
table.low_table_slide3 tr:first-child th {
  border-top-left-radius: 0.7rem;
}
table.low_table_slide3 tr:first-child td {
  border-top-right-radius: 0.7rem;
}
table.low_table_slide3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
  border-bottom: #AAAAAA 1px solid;
}
table.low_table_slide3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  table.low_table_slide3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #1A1311;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 0 0;
    line-height: 160%;
    border-radius: 0.7rem;
    border-top: #AAAAAA 1px solid;
  }
  table.low_table_slide3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 160%;
  }
  table.low_table_slide3 tr th {
    width: auto;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    background-color: #4E6E66;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide3 tr td {
    width: auto;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #333333;
    background-color: #ffffff;
  }
  table.low_table_slide3 tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table_slide3 tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table_slide3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #AAAAAA 1px solid;
  }
  table.low_table_slide3 tr:last-child td {
    border-bottom-right-radius: 10px;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #1A1311;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
}
table.low_table_spblock3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock3 tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  background-color: #4E6E66;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
}
table.low_table_spblock3 tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: #7B303F 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
  color: #333333;
  background-color: #ffffff;
}
table.low_table_spblock3 tr td span {
  color: #7B303F;
  font-size: 2.2rem;
  font-weight: bold;
}
table.low_table_spblock3 tr td span a {
  color: #7B303F;
  text-decoration: none;
}
table.low_table_spblock3 tr:first-child th {
  border-top: #AAAAAA 1px solid;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_spblock3 tr:last-child td {
  border-bottom-left-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #1A1311;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
  }
  table.low_table_spblock3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock3 tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: none;
    background-color: #4E6E66;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock3 tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
    color: #333333;
    background-color: #ffffff;
  }
  table.low_table_spblock3 tr td span {
    color: #7B303F;
    font-size: 3rem;
    font-weight: bold;
  }
  table.low_table_spblock3 tr td span a {
    color: #7B303F;
    text-decoration: none;
  }
  table.low_table_spblock3 tr:first-child th {
    border-top: #AAAAAA 1px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
  }
  table.low_table_spblock3 tr:first-child td {
    border-top: #AAAAAA 1px solid;
    border-top-right-radius: 10px;
  }
  table.low_table_spblock3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #AAAAAA 1px solid;
  }
  table.low_table_spblock3 tr:last-child td {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.img_right {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}

.img_center {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_center img {
  width: 100%;
  height: auto;
}
.img_center figcaption {
  text-align: center;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
}

.img_left {
  margin: 0 0 10px 0;
}
.img_left img {
  width: 100%;
  height: auto;
}
.img_left figcaption {
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
}

.img_link {
  margin: 0 0 1rem 0;
  text-decoration: none;
  color: #1A1311;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
}
.img_link img {
  width: 100%;
  height: auto;
}
.img_link span {
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
  display: block;
}
.img_link.ajs img {
  width: 50%;
  height: auto;
  margin: 0;
  display: block;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 400px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  .img_center figcaption {
    text-align: center;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    margin: 20px 0 0 0;
  }
  .img_left {
    float: none;
    margin: 0 0 20px 0;
  }
  .img_left img {
    width: auto;
    height: auto;
  }
  .img_left figcaption {
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    margin: 20px 0 0 0;
  }
  .img_link {
    margin: 0 0 10px 0;
    text-decoration: none;
    color: #1A1311;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
  }
  .img_link img {
    width: 100%;
    height: auto;
  }
  .img_link span {
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    margin: 16px 0 0 0;
    display: block;
  }
  .img_link.ajs img {
    width: auto;
    height: auto;
    margin: 0;
    display: block;
  }
  .img_link {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .img_link:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/*リスト*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準 disc*/
ul.list_normal {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準2列 disc*/
ul.list_normal_two {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal_two li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準3列 disc*/
ul.list_normal_three {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal_three li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準 maru*/
ul.list_maru {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

/*標準2列 maru*/
ul.list_maru_two {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru_two li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

/*標準3列 maru*/
ul.list_maru_three {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru_three li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

ul.list_link {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_link li {
  margin: 0 0 1rem 0;
}
ul.list_link li a {
  display: block;
  text-decoration: none;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 120%;
  background-color: #ffffff;
  color: #7B303F;
  border: #7B303F 1px solid;
  padding: 0.5rem 4rem 0.5rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul.list_link li a::before {
  font-family: "fontello";
  content: "\f103";
  margin: 0 0.5rem 0 0;
}

ul.catalog_img_list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
}
ul.catalog_img_list li {
  width: 49%;
}
ul.catalog_img_list li img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_normal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準2列 disc*/
  ul.list_normal_two {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準3列 disc*/
  ul.list_normal_three {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_three li {
    width: 30%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準 maru*/
  ul.list_maru {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 4px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準2列 maru*/
  ul.list_maru_two {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 4px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準3列 maru*/
  ul.list_maru_three {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_three li {
    width: 30%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 4px;
    background-size: 12px;
    margin: 0 20px 10px 0;
    padding: 0 0 0 25px;
  }
  ul.list_maru_three li:nth-child(3n) {
    margin: 0 0 10px 0;
  }
  ul.list_link {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_link li {
    width: 380px;
    margin: 0 30px 16px 0;
  }
  ul.list_link li a {
    display: block;
    text-decoration: none;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 2rem;
    line-height: 120%;
    background-color: #ffffff;
    color: #7B303F;
    border: #7B303F 1px solid;
    padding: 10px 20px 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  ul.list_link li a::before {
    font-family: "fontello";
    content: "\f103";
    margin: 0 0.5rem 0 0;
  }
  ul.list_link li a:hover {
    color: #ffffff;
    background-color: #7B303F;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  ul.list_link li:nth-child(3n) {
    margin: 0 0 16px 0;
  }
  ul.list_link.four li {
    width: 277px;
  }
  ul.list_link.four li:nth-child(3n) {
    margin: 0 30px 16px 0;
  }
  ul.list_link.four li:nth-child(4n) {
    margin: 0 0 16px 0;
  }
  ul.catalog_img_list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  ul.catalog_img_list li {
    width: 150px;
    margin: 0 50px 0 0;
  }
  ul.catalog_img_list li img {
    width: 100%;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
dl.bio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.bio_list dt {
  width: 30%;
  margin: 0 0 1rem 0;
}
dl.bio_list dd {
  width: 70%;
  margin: 0 0 1rem 0;
}

/*数字*/
dl.num_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.num_list dt {
  width: 8%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 92%;
  margin: 0 0 1rem 0;
}

/*記号*/
dl.symbol_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.symbol_list dt {
  width: 6%;
  margin: 0 0 0.5rem 0;
}
dl.symbol_list dd {
  width: 94%;
  margin: 0 0 0.5rem 0;
}

/*タイトルボックス*/
dl.title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
}
dl.title_box dt {
  width: 100%;
  margin: 0;
  background-color: #4E6E66;
  color: #ffffff;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  border-bottom: #AAAAAA 1px solid;
}
dl.title_box dt:first-child {
  border-top: #AAAAAA 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  border-bottom: #AAAAAA 1px solid;
}

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 120px;
    margin: 0 0 1rem 0;
  }
  dl.bio_list dd {
    width: 1100px;
    margin: 0 0 1rem 0;
  }
  /*数字*/
  dl.num_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 100%;
  }
  dl.num_list dt {
    width: 30px;
    margin: 0 0 18px 0;
  }
  dl.num_list dd {
    width: calc(100% - 30px);
    margin: 0 0 18px 0;
  }
  /*記号*/
  dl.symbol_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 100%;
  }
  dl.symbol_list dt {
    width: 20px;
    margin: 0 0 5px 0;
  }
  dl.symbol_list dd {
    width: calc(100% - 20px);
    margin: 0 0 5px 0;
  }
  dl.symbol_list.ajs {
    width: 60%;
  }
  /*タイトルボックス*/
  dl.title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #4E6E66;
    color: #ffffff;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    border-bottom: #AAAAAA 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #AAAAAA 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    border-bottom: #AAAAAA 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border: none;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2.5rem solid #7B303F;
  text-align: center;
  display: block;
  margin: 2rem auto;
}

/*強調*/
.emphasis {
  background-color: #F4E4D5;
  border: #f3e4d5 1px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p.mb_none {
  margin: 0;
}

/*二列*/
/*下層電話*/
.low_tel {
  margin: 0 0 1rem 0;
}
.low_tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "inter_regular";
  font-weight: normal;
  font-size: 2.4rem;
}
.low_tel span a {
  text-decoration: none;
  color: #1A1311;
}
.low_tel span::before {
  font-family: "fontello";
  content: "\e800";
  margin: 0 0.5rem 0 0;
  background-color: #7B303F;
  color: #ffffff;
  font-size: 1.8rem;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.5rem 0 0;
}

.tac {
  text-align: center;
}

.text_underline {
  text-decoration: underline;
}

.text_bold {
  font-weight: bold;
}

.text_red {
  color: #ff0000;
}

.text_large {
  font-size: 2rem;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #7B303F;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  /*二列*/
  .two_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
  }
  .two_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #F4E4D5;
    border: #f3e4d5 1px solid;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 20px 0;
  }
  .low_tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "inter_regular";
    font-weight: normal;
    font-size: 4rem;
  }
  .low_tel span a {
    text-decoration: none;
    color: #1A1311;
  }
  .low_tel span::before {
    font-family: "fontello";
    content: "\e800";
    margin: 0 0.5rem 0 0;
    background-color: #7B303F;
    color: #ffffff;
    font-size: 2.2rem;
    width: 4rem;
    height: 4rem;
    line-height: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 10px 0 0;
  }
  .tac {
    text-align: center;
  }
  .text_underline {
    text-decoration: underline;
  }
  .text_bold {
    font-weight: bold;
  }
  .text_red {
    color: #ff0000;
  }
  .text_large {
    font-size: 4rem;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
ul.pankuzu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  width: 96%;
  margin: 2rem auto 1rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #1A1311;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #1A1311;
  text-decoration: none;
}
ul.pankuzu_list li a br {
  display: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    width: 1200px;
    margin: 20px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.6rem;
    color: #1A1311;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.6rem;
    color: #1A1311;
    text-decoration: none;
  }
  ul.pankuzu_list li a br {
    display: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

.lightbox_frame {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame .img_box a img {
  width: 100%;
}
.lightbox_frame .img_box a span {
  display: block;
  text-align: center;
  color: #1A1311;
  font-size: 1.4rem;
  margin: 1.5rem 0 0 0;
  font-weight: bold;
}

.lightbox_frame2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame2 .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame2 .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame2 .img_box a img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .lightbox {
    z-index: 9999999 !important;
  }
  .lightbox_frame {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame .img_box a img {
    width: 380px;
  }
  .lightbox_frame .img_box a span {
    display: block;
    text-align: center;
    color: #1A1311;
    font-size: 2rem;
    margin: 30px 0 0 0;
    font-weight: bold;
  }
  .lightbox_frame2 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame2 .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame2 .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame2 .img_box a img {
    width: 380px;
  }
}
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.banner_01 {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #f3e4d5 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #7B303F;
  padding: 1rem;
  text-decoration: none;
  color: #1A1311;
}
.banner_01 img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
}
.banner_01 .banner_title {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #1A1311;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #1A1311;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #1A1311;
}

@media screen and (min-width: 768px), print {
  .banner_01 {
    width: 800px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #f3e4d5 2px solid;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #7B303F;
    padding: 20px;
    text-decoration: none;
    color: #1A1311;
    position: relative;
  }
  .banner_01 img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    display: block;
    margin: 0;
  }
  .banner_01 .banner_title {
    position: absolute;
    top: 20px;
    left: 240px;
    display: block;
    text-align: left;
    font-size: 3rem;
    font-weight: bold;
    color: #1A1311;
    margin: 0 0 0 0;
  }
  .banner_01 .banner_text {
    position: absolute;
    top: 80px;
    left: 240px;
    display: block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: normal;
    color: #1A1311;
    margin: 0 0 1rem 0;
    line-height: 160%;
    width: 500px;
  }
  .banner_01 ul {
    position: absolute;
    top: 80px;
    left: 240px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.low_link_text {
  color: #7B303F;
}

.low_button {
  background-color: #ffffff;
  border: #7B303F 1px solid;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  text-align: left;
  text-decoration: none;
  padding: 0.5rem 1rem 0.5rem 1rem;
  line-height: 120%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7B303F;
  font-family: "ibmplexsansjp_medium";
  font-size: 1.4rem;
  font-weight: normal;
}

.qr_box {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #F4E4D5 4px solid;
  border-radius: 1rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.qr_box p {
  text-align: center;
}
.qr_box .qrlink {
  text-decoration: none;
  text-align: center;
  display: block;
}
.qr_box .qrlink img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.bana_btn {
  text-decoration: none;
  text-align: center;
  display: block;
}
.bana_btn img {
  width: 100%;
  display: block;
  margin: 0 0 4rem 0;
}

.qr_btn {
  text-decoration: none;
  text-align: center;
  display: block;
}
.qr_btn img {
  width: auto;
  display: block;
  margin: 0 auto 4rem auto;
}
.qr_btn.ajs img {
  width: 50%;
  margin: 0 auto 2rem auto;
}

.img_btn_link {
  width: 80%;
  display: block;
  text-decoration: none;
  border: #7B303F 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.img_btn_link img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .low_link_text {
    color: #7B303F;
  }
  .low_link_text:hover {
    color: #CB7385;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button {
    background-color: #ffffff;
    border: #7B303F 1px solid;
    width: auto;
    height: auto;
    margin: 0 0 20px 0;
    text-align: left;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    line-height: 120%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #7B303F;
    font-family: "ibmplexsansjp_medium";
    font-size: 2rem;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button:hover {
    color: #ffffff;
    background-color: #7B303F;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .bana_btn {
    text-decoration: none;
    text-align: center;
    display: block;
    width: 700px;
    margin: 0 auto 30px auto;
  }
  .bana_btn img {
    width: auto;
    display: block;
    margin: 0;
  }
  .bana_btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .qr_box {
    width: auto;
    margin: 0 0 30px 0;
    border: #F4E4D5 4px solid;
    border-radius: 1rem;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
  }
  .qr_box p {
    text-align: center;
  }
  .qr_box .qrlink {
    text-decoration: none;
    text-align: center;
    display: block;
  }
  .qr_box .qrlink img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .qr_btn {
    text-decoration: none;
    text-align: center;
    display: block;
  }
  .qr_btn img {
    width: auto;
    display: block;
    margin: 0 auto 60px auto;
  }
  .qr_btn.ajs img {
    width: auto;
    margin: 0 auto 40px auto;
  }
  .img_btn_link {
    width: 480px;
    display: block;
    text-decoration: none;
    border: #7B303F 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .img_btn_link img {
    width: 100%;
    height: auto;
  }
  .img_btn_link {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .img_btn_link:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .img_btn_link.ajs {
    margin: 0 auto 0 auto;
  }
  ul.yoko_button_list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.yoko_button_list li {
    margin: 0 20px 0 0;
  }
  ul.yoko_button_list.ajs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
.img_doctor {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_doctor img {
  width: 70%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right;
  }
  .img_doctor img {
    width: 290px;
    height: auto;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.machine_box {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box figure figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}
.machine_box figure img {
  width: 100%;
  margin: 0 0 1rem 0;
}

.machine_box2 {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box2 section {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box2 section h3 {
  margin: 0 0 1rem 0;
}
.machine_box2 section img {
  width: 100%;
  margin: 0 0 1rem 0;
}

/*スライダー*/
.slider-pro {
  margin: 0 auto 2rem auto !important;
}
.slider-pro p.sp-layer {
  font-size: 2.4rem !important;
}

@media screen and (min-width: 768px), print {
  .machine_box {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box figure {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .machine_box2 {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box2 section {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box2 section h3 {
    margin: 0 0 20px 0;
  }
  .machine_box2 section img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /*スライダー*/
  .slider-pro {
    margin: 0 auto 30px auto !important;
  }
  .slider-pro p.sp-layer {
    font-size: 2rem !important;
  }
}
/* -----------------------------------------------------------
　流れ1
----------------------------------------------------------- */
dl.flow_box {
  background-color: #ffffff;
  border: #7B303F 1px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.flow_box dt {
  color: #7B303F;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
dl.flow_box dt .flow_no {
  background-color: #7B303F;
  color: #ffffff;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 0.8rem;
  margin: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
dl.flow_box dd {
  color: #7B303F;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.flow_box dd.ajs {
  padding: 0;
}

@media screen and (min-width: 768px), print {
  dl.flow_box {
    background-color: #ffffff;
    border: #7B303F 1px solid;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  dl.flow_box dt {
    color: #7B303F;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90px;
  }
  dl.flow_box dt .flow_no {
    background-color: #7B303F;
    color: #ffffff;
    font-weight: normal;
    font-size: 2.3rem;
    padding: 15px 10px;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  dl.flow_box dd {
    width: 1050px;
    color: #7B303F;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 180%;
    padding: 12px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.flow_box dd.ajs {
    padding: 0;
  }
}
/* -----------------------------------------------------------
　流れ2
----------------------------------------------------------- */
.flow_box2 .flow_box2_step {
  background-color: #FFE9BE;
  padding: 10rem 1rem 3rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 6rem 0 0 0;
  overflow: visible;
  position: relative;
}
.flow_box2 .flow_box2_step img {
  width: 90%;
  height: auto;
  margin: 0 auto 0 auto;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
}
.flow_box2 .flow_box2_step p {
  color: #333333;
  width: 90%;
  margin: 0 auto;
  text-align: justify;
}

@media screen and (min-width: 768px), print {
  .flow_box2 {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flow_box2 .flow_box2_step {
    width: 300px;
    height: 235px;
    background-color: #FFE9BE;
    padding: 122px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px 0 0 0;
    overflow: visible;
    position: relative;
  }
  .flow_box2 .flow_box2_step img {
    width: 267px;
    height: auto;
    margin: 0 auto 0 auto;
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
  }
  .flow_box2 .flow_box2_step p {
    color: #333333;
    width: 234px;
    margin: 0 auto;
    text-align: justify;
  }
}
/* -----------------------------------------------------------
　流れ3
----------------------------------------------------------- */
dl.flow_box3 {
  background-color: #ffffff;
  border: #7B303F 1px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.flow_box3 dt {
  color: #7B303F;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 120%;
  position: relative;
  padding: 0 0 0 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.flow_box3 dt .flow_no {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7B303F;
  color: #ffffff;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 0.8rem;
  margin: 0 1rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
dl.flow_box3 dd {
  color: #1A1311;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  padding: 0 0 0 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1rem 0 0 0;
}
dl.flow_box3 dd.ajs {
  padding: 0;
}

@media screen and (min-width: 768px), print {
  dl.flow_box3 {
    background-color: #ffffff;
    border: #7B303F 1px solid;
    padding: 40px 20px 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.flow_box3 dt {
    color: #7B303F;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 120%;
    position: relative;
    padding: 0 0 0 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.flow_box3 dt .flow_no {
    position: absolute;
    top: -10px;
    left: 0;
    background-color: #7B303F;
    color: #ffffff;
    font-weight: normal;
    font-size: 3.6rem;
    padding: 10px 10px;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  dl.flow_box3 dd {
    color: #1A1311;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 180%;
    padding: 12px 0 0 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 1rem 0 0 0;
  }
  dl.flow_box3 dd.ajs {
    padding: 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
dl.access_info {
  width: 96%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 160%;
}
dl.access_info dt {
  width: 25%;
  margin: 0 0 1rem 0;
}
dl.access_info dt span {
  background-color: #f3e4d5;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  height: 8vw;
  letter-spacing: 0.1em;
}
dl.access_info dd {
  width: 70%;
  margin: 0 0 1rem 0;
  padding: 0.3rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

iframe.accessmap {
  width: 100%;
  height: 100vw;
  display: block;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  dl.access_info {
    width: 550px;
    margin: 20px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 160%;
  }
  dl.access_info dt {
    width: 25%;
    margin: 0 0 20px 0;
  }
  dl.access_info dt span {
    background-color: #f3e4d5;
    color: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 0.2rem;
    height: 40px;
    letter-spacing: 0.1em;
  }
  dl.access_info dd {
    width: 70%;
    margin: 0 0 20px 0;
    padding: 6px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　お問い合わせフォーム
----------------------------------------------------------- */
/*お問い合わせフォーム*/
iframe.formzu_frame {
  width: 100%;
  height: 155vw;
  overflow: hidden;
  border: 0;
}

/*ハウスメーカーカタログ請求フォーム*/
iframe.formzu_frame_catalog {
  width: 100%;
  height: 404vw;
  overflow: hidden;
  border: 0;
}

@media screen and (min-width: 768px), print {
  /*お問い合わせフォーム*/
  iframe.formzu_frame {
    width: 690px;
    height: 700px;
    overflow: hidden;
    border: 0;
    display: block;
    margin: 0 auto;
  }
  /*ハウスメーカーカタログ請求フォーム*/
  iframe.formzu_frame_catalog {
    width: 690px;
    height: 1900px;
    overflow: hidden;
    border: 0;
    display: block;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　ハウスメーカー・リフォーム
----------------------------------------------------------- */
.link_img {
  width: 100%;
}
.link_img ul.link_img_list {
  list-style-type: none;
}
.link_img ul.link_img_list li {
  margin: 0 0 1rem 0;
}
.link_img ul.link_img_list li a {
  background-color: #ffffff;
  border: #7B303F 1px solid;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  text-align: left;
  text-decoration: none;
  padding: 0.5rem 1rem 0.5rem 1rem;
  line-height: 120%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7B303F;
  font-family: "ibmplexsansjp_medium";
  font-size: 1.4rem;
  font-weight: normal;
}
.link_img figure {
  width: 100%;
}
.link_img figure img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .link_img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .link_img ul.link_img_list {
    width: 45%;
    list-style-type: none;
  }
  .link_img ul.link_img_list li {
    margin: 0 0 1rem 0;
  }
  .link_img ul.link_img_list li a {
    background-color: #ffffff;
    border: #7B303F 1px solid;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    text-align: left;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    line-height: 120%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #7B303F;
    font-family: "ibmplexsansjp_medium";
    font-size: 2rem;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .link_img ul.link_img_list li a:hover {
    color: #ffffff;
    background-color: #7B303F;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .link_img figure {
    width: 45%;
  }
  .link_img figure img {
    width: 100%;
    height: auto;
  }
}
/*メールフォームプロ用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　お問い合わせ・メールフォーム
----------------------------------------------------------- */
#mailformpro table {
  font-size: 1.4rem;
  line-height: 140%;
  width: 100%;
}
#mailformpro table tr th {
  display: block;
  text-align: left;
  font-weight: normal;
  background-color: #F4E4D5;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1A1311;
  border-top: #f3e4d5 1px solid;
  border-left: #f3e4d5 1px solid;
  border-right: #f3e4d5 1px solid;
}
#mailformpro table tr th span {
  color: #ff0000;
  display: inline-block;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0.6rem;
}
#mailformpro table tr td {
  display: block;
  text-align: left;
  border-top: #f3e4d5 1px solid;
  border-left: #f3e4d5 1px solid;
  border-right: #f3e4d5 1px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mailformpro table tr td ol {
  list-style-type: none;
}
#mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
  font-size: 1.2rem;
  width: 90%;
  margin: 0 0 0.6rem 0;
}
#mailformpro table tr td select {
  font-size: 1.2rem;
  width: 90%;
}
#mailformpro table tr td select.time {
  width: 12%;
}
#mailformpro table tr td textarea {
  font-size: 1.2rem;
  width: 90%;
  min-height: 40vw;
}
#mailformpro table tr:last-child td {
  border-bottom: #f3e4d5 1px solid;
}

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.6rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    background-color: #F4E4D5;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #f3e4d5 1px solid;
    border-left: #f3e4d5 1px solid;
    border-right: #f3e4d5 1px solid;
    vertical-align: middle;
  }
  #mailformpro table tr th span {
    color: #ff0000;
    display: inline-block;
    padding: 0 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 1rem;
  }
  #mailformpro table tr td {
    width: 800px;
    display: table-cell;
    text-align: left;
    border-top: #f3e4d5 1px solid;
    border-left: #f3e4d5 1px solid;
    border-right: #f3e4d5 1px solid;
    padding: 1.5rem 3rem 1.5rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    line-height: 140%;
  }
  #mailformpro table tr td ol {
    list-style-type: none;
  }
  #mailformpro table tr td ol li {
    margin: 0 0 5px 0;
  }
  #mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
    font-size: 1.6rem;
    width: 300px;
    margin: 0 1rem 0 0;
  }
  #mailformpro table tr td select {
    font-size: 1.6rem;
    width: 300px;
  }
  #mailformpro table tr td select.time {
    width: 60px;
  }
  #mailformpro table tr td textarea {
    font-size: 1.6rem;
    width: 600px;
    min-height: 300px;
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #1A1311;
  background-color: #ffffff;
  padding: 0 0 13vw 0;
  /*ページ内リンク用*/
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #1A1311;
    background-color: #ffffff;
    padding: 0;
    /*ページ内リンク用*/
    scroll-behavior: smooth;
    /*スクロール後の余白設定*/
    scroll-padding-top: 128px;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

section {
  height: auto;
  overflow: hidden;
  margin: 0;
}

.sentence {
  height: auto;
  overflow: hidden;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: 1280px;
    -webkit-text-size-adjust: 100%;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .pc_none_span {
    display: none;
  }
  .sp_none_span {
    display: inline;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
.wrapper {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.wrapper_low {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main {
  height: auto;
  width: 100%;
  margin: 4rem 0 0 0;
  padding: 0;
}

.main_low {
  height: auto;
  width: 96%;
  margin: 2rem auto 4rem auto;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1200px;
    margin: 50px auto 100px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  width: 100%;
  height: 150vw;
  background: url("../img/key_visual_sp.jpg") no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: #f3e4d5;
  position: relative;
  z-index: 3;
}
header.header .header_box {
  /*ロゴとハンバーガー*/
}
header.header .header_box .header_top {
  width: 100%;
  height: 16vw;
  margin: 0;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*ハンバーガー*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top {
  /*ロゴ*/
}
header.header .header_box .header_top .head_logo {
  width: 75%;
  margin: 0 0 0 2%;
}
header.header .header_box .header_top .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
  margin: 4vw 0 0 0;
}
header.header .header_box .header_top .head_logo a img {
  width: 100%;
}
header.header .header_box {
  /*ヘッダーhomeボタン*/
}
header.header .header_box .head_home {
  display: none;
}
header.header .header_box .head_line {
  display: block;
  width: 15%;
  text-decoration: none;
  margin: 2.5rem auto 2.5rem auto;
}
header.header .header_box .head_line img {
  width: 100%;
  height: auto;
}
header.header .header_box {
  /*ヘッダー情報*/
}
header.header .header_box .header_info {
  margin: 1rem 0 0 0;
}
header.header .header_box .header_info .header_text {
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 1rem 0;
}
header.header .header_box .header_info {
  /*電話番号*/
}
header.header .header_box .header_info .header_tel {
  margin: 0 0 1rem 0;
}
header.header .header_box .header_info .header_tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-family: "inter_regular";
  font-weight: normal;
  font-size: 2.6rem;
  color: #1A1311;
}
header.header .header_box .header_info .header_tel span a {
  text-decoration: none;
  color: #1A1311;
}
header.header .header_box .header_info .header_tel span::before {
  font-family: "fontello";
  content: "\e800";
  margin: 0 0.5rem 0 0;
  background-color: #7B303F;
  color: #ffffff;
  font-size: 1.8rem;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header .headre_key_text {
  text-align: center;
  color: #7B303F;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 180%;
  margin: 0;
}

/*ヘッダー下層*/
header.header_low {
  width: 100%;
  height: 80vw;
  background: url("../img/key_visual_low_sp.jpg") no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: relative;
  z-index: 3;
}
header.header_low .header_box {
  /*ロゴとハンバーガー*/
}
header.header_low .header_box .header_top {
  width: 100%;
  height: 16vw;
  margin: 0;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*ハンバーガー*/
}
header.header_low .header_box .header_top .container {
  width: 15%;
}
header.header_low .header_box .header_top {
  /*ロゴ*/
}
header.header_low .header_box .header_top .head_logo {
  width: 75%;
  margin: 0 0 0 2%;
}
header.header_low .header_box .header_top .head_logo .logo {
  display: block;
  width: 100%;
  text-decoration: none;
  margin: 2vw 0 0 0;
}
header.header_low .header_box .header_top .head_logo .logo img {
  width: 100%;
}
header.header_low .header_box {
  /*ヘッダーhomeボタン*/
}
header.header_low .header_box .head_home {
  display: none;
}
header.header_low .header_box .head_line {
  display: block;
  width: 15%;
  text-decoration: none;
  margin: 2.5rem auto 2.5rem auto;
}
header.header_low .header_box .head_line img {
  width: 100%;
  height: auto;
}
header.header_low .header_box {
  /*ヘッダー情報*/
}
header.header_low .header_box .header_info {
  margin: 1rem 0 0 0;
}
header.header_low .header_box .header_info .header_text {
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 1rem 0;
}
header.header_low .header_box .header_info {
  /*電話番号*/
}
header.header_low .header_box .header_info .header_tel {
  margin: 0 0 1rem 0;
}
header.header_low .header_box .header_info .header_tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-family: "inter_regular";
  font-weight: normal;
  font-size: 2.6rem;
  color: #1A1311;
}
header.header_low .header_box .header_info .header_tel span a {
  text-decoration: none;
  color: #1A1311;
}
header.header_low .header_box .header_info .header_tel span::before {
  font-family: "fontello";
  content: "\e800";
  margin: 0 0.5rem 0 0;
  background-color: #7B303F;
  color: #ffffff;
  font-size: 1.8rem;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header_low .headre_key_text {
  text-align: center;
  color: #7B303F;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 180%;
  margin: 0;
}
header.header_low h1.low {
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 2.2rem;
  text-align: center;
  color: #7B303F;
  margin: 3rem 0 0 0;
  line-height: 120%;
}

@media screen and (min-width: 768px), print {
  header.header {
    width: 100%;
    height: 940px;
    background: url("../img/key_visual_pc.jpg") no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-color: #f3e4d5;
    position: relative;
    z-index: 99;
  }
  header.header .header_box {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
  }
  header.header .header_box .header_top {
    width: 476.667px;
    height: 69.273px;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top {
    /*ロゴ*/
  }
  header.header .header_box .header_top .head_logo {
    width: 476.667px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 476.667px;
    text-decoration: none;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 476.667px;
  }
  header.header .header_box .head_home {
    position: absolute;
    top: 0;
    left: 507px;
    text-decoration: none;
    width: 86px;
    height: 86px;
    background-color: #7B303F;
    color: #ffffff;
    font-family: "ibmplexsansjp_medium";
    font-size: 1.4rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .head_home img {
    width: 37.75px;
    margin: 0 0 3px 0;
  }
  header.header .header_box .head_home:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .head_line {
    position: absolute;
    top: 30px;
    right: 320px;
    display: block;
    width: 50px;
    text-decoration: none;
    margin: 0 0 0 0;
  }
  header.header .header_box .head_line img {
    width: 100%;
    height: auto;
  }
  header.header .header_box {
    /*ヘッダー情報*/
  }
  header.header .header_box .header_info {
    position: absolute;
    top: 16px;
    right: 10px;
    margin: 0 0 0 0;
    text-align: center;
  }
  header.header .header_box .header_info .header_text {
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 -8px 5px 0;
    letter-spacing: 0.1em;
  }
  header.header .header_box .header_info {
    /*電話番号*/
  }
  header.header .header_box .header_info .header_tel {
    margin: 0 -5px 0 0;
  }
  header.header .header_box .header_info .header_tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    font-family: "inter_regular";
    font-weight: normal;
    font-size: 3rem;
    color: #1A1311;
    letter-spacing: 0.1em;
  }
  header.header .header_box .header_info .header_tel span a {
    text-decoration: none;
    color: #1A1311;
  }
  header.header .header_box .header_info .header_tel span::before {
    font-family: "fontello";
    content: "\e800";
    margin: 0 12px 0 0;
    background-color: #7B303F;
    color: #ffffff;
    font-size: 1.8rem;
    width: 32px;
    height: 32px;
    line-height: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.header .headre_key_text {
    position: absolute;
    top: 273px;
    left: 0;
    right: 0;
    text-align: center;
    color: #7B303F;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 3rem;
    line-height: 213%;
    margin: 0 auto;
  }
  header.header_low {
    width: 100%;
    height: 540px;
    background: url("../img/key_visual_low_pc.jpg") no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: relative;
    z-index: 99;
  }
  header.header_low .header_box {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
  }
  header.header_low .header_box .header_top {
    width: 476.667px;
    height: 69.273px;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
  }
  header.header_low .header_box .header_top .container {
    display: none;
  }
  header.header_low .header_box .header_top {
    /*ロゴ*/
  }
  header.header_low .header_box .header_top .head_logo {
    width: 476.667px;
    margin: 0;
  }
  header.header_low .header_box .header_top .head_logo .logo {
    display: block;
    width: 476.667px;
    text-decoration: none;
    margin: 0;
  }
  header.header_low .header_box .header_top .head_logo .logo img {
    width: 476.667px;
  }
  header.header_low .header_box .head_home {
    position: absolute;
    top: 0;
    left: 507px;
    text-decoration: none;
    width: 86px;
    height: 86px;
    background-color: #7B303F;
    color: #ffffff;
    font-family: "ibmplexsansjp_medium";
    font-size: 1.4rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header_low .header_box .head_home img {
    width: 37.75px;
    margin: 0 0 3px 0;
  }
  header.header_low .header_box .head_home:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header_low .header_box .head_line {
    position: absolute;
    top: 30px;
    right: 320px;
    display: block;
    width: 50px;
    text-decoration: none;
    margin: 0 0 0 0;
  }
  header.header_low .header_box .head_line img {
    width: 100%;
    height: auto;
  }
  header.header_low .header_box {
    /*ヘッダー情報*/
  }
  header.header_low .header_box .header_info {
    position: absolute;
    top: 16px;
    right: 10px;
    margin: 0 0 0 0;
    text-align: center;
  }
  header.header_low .header_box .header_info .header_text {
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 -8px 5px 0;
    letter-spacing: 0.1em;
  }
  header.header_low .header_box .header_info {
    /*電話番号*/
  }
  header.header_low .header_box .header_info .header_tel {
    margin: 0 -5px 0 0;
  }
  header.header_low .header_box .header_info .header_tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    font-family: "inter_regular";
    font-weight: normal;
    font-size: 3rem;
    color: #1A1311;
    letter-spacing: 0.1em;
  }
  header.header_low .header_box .header_info .header_tel span a {
    text-decoration: none;
    color: #1A1311;
  }
  header.header_low .header_box .header_info .header_tel span::before {
    font-family: "fontello";
    content: "\e800";
    margin: 0 12px 0 0;
    background-color: #7B303F;
    color: #ffffff;
    font-size: 1.8rem;
    width: 32px;
    height: 32px;
    line-height: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.header_low h1.low {
    position: absolute;
    top: 310px;
    left: 0;
    right: 0;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 3.8rem;
    text-align: center;
    color: #7B303F;
    margin: 0 0 0 0;
    line-height: 160%;
  }
  header.header_low h1.low br {
    display: none;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

.side_link {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 56px;
    margin: 0;
    position: relative;
    top: -36px;
    z-index: 99999999;
  }
  nav.main_nav_pc ul {
    width: 1180px;
    height: 98px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: 284px;
    height: 98px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li a {
    width: 284px;
    height: 98px;
    text-decoration: none;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    letter-spacing: 0.05em;
    font-family: "ibmplexsansjp_medium";
    font-size: 1.8rem;
    font-weight: normal;
    color: #1A1311;
    -webkit-box-shadow: 0 0 15px #C4C1C0;
            box-shadow: 0 0 15px #C4C1C0;
    padding: 54px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li a::after {
    content: "\e80b";
    font-family: "fontello";
    font-size: 1.4rem;
    margin: 0 0 4px 5px;
    color: #7B303F;
  }
  nav.main_nav_pc ul li a.dropdown {
    pointer-events: none;
  }
  nav.main_nav_pc ul li.union a {
    background: url("../img/icon_gnav_union.svg") no-repeat;
    background-size: 45px;
    background-position: top 12px center;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul li.union a:hover {
    background-color: #FCF4E5;
  }
  nav.main_nav_pc ul li.health a {
    background: url("../img/icon_gnav_insurance.svg") no-repeat;
    background-size: 45px;
    background-position: top 12px center;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul li.health a:hover {
    background-color: #FCF4E5;
  }
  nav.main_nav_pc ul li.purchase a {
    background: url("../img/icon_gnav_buy.svg") no-repeat;
    background-size: 45px;
    background-position: top 12px center;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul li.purchase a:hover {
    background-color: #FCF4E5;
  }
  nav.main_nav_pc ul li.service a {
    background: url("../img/icon_gnav_service.svg") no-repeat;
    background-size: 60px;
    background-position: top 12px center;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul li.service a:hover {
    background-color: #FCF4E5;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 284px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    all: initial;
    width: 568px;
    height: auto;
    margin: 7px 0 0 -144px;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  }
  nav.main_nav_pc ul li .sub_nav_box ul li {
    all: initial;
    display: block;
    width: 284px;
    height: 69px;
    margin: 0;
    padding: 0;
    border-bottom: #7B303F 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    all: initial;
    width: 100%;
    height: 69px;
    text-decoration: none;
    text-align: center;
    color: #1A1311;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 10px;
    letter-spacing: 0.05em;
    font-family: "ibmplexsansjp_medium";
    font-size: 1.8rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    cursor: pointer;
    cursor: hand;
    color: #ffffff;
    background: #7B303F;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li:last-child {
    border-bottom: none;
  }
  nav.main_nav_pc ul li .sub_nav_box.union_box ul {
    width: 284px;
    margin: 7px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li .sub_nav_box.health_box ul {
    width: 284px;
    margin: 7px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    /*
    &.open_union{
      display: block;     
    }
    &.open_health{
      display: block;    
    }  
    &.open_purchase{
      display: block;
      ul{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;   
        width: 568px;
        margin: 7px 0 0 -144px;
        li{
          &.ajs{
            border-bottom: none;
          }
          &:nth-child(odd){
            border-right: $color2 1px solid;
          }
        }
      }
    } 
    &.open_opening{
      display: block;    
    }
    &.open_service{
      display: block;
      ul{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;   
        width: 568px;
        margin: 7px 0 0 -144px;
        li{
          &.ajs{
            border-bottom: none;
          }
          &:nth-child(odd){
            border-right: $color2 1px solid;
          }
        }
      }   
    }         
    &.purchase_box{
    }
    */
  }
  nav.main_nav_pc ul li:hover {
    cursor: pointer;
    cursor: hand;
    background-color: #FCF4E5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li:hover .sub_nav_box {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  nav.main_nav_pc ul li:hover .service_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 568px;
    margin: 7px 0 0 -144px;
  }
  nav.main_nav_pc ul li:hover .service_box ul li.ajs {
    border-bottom: none;
  }
  nav.main_nav_pc ul li:hover .service_box ul li:nth-child(odd) {
    border-right: #7B303F 1px solid;
  }
  nav.main_nav_pc ul li:hover .purchase_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 568px;
    margin: 7px 0 0 -144px;
  }
  nav.main_nav_pc ul li:hover .purchase_box ul li.ajs {
    border-bottom: none;
  }
  nav.main_nav_pc ul li:hover .purchase_box ul li:nth-child(odd) {
    border-right: #7B303F 1px solid;
  }
  .nav_add {
    display: block;
    width: 100%;
    height: 0 !important;
    margin: 0;
    background-color: #f3e4d5;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed !important;
    top: 0 !important;
    z-index: 9999999999 !important;
  }
  .nav_add ul {
    margin: 7px auto 0 auto !important;
  }
  .nav_add ul .sub_nav_box ul {
    all: initial;
  }
  .nav_add ul .sub_nav_box.open_union {
    display: block;
  }
  .nav_add ul .sub_nav_box.open_union ul {
    margin: 7px 0 0 0 !important;
  }
  .nav_add ul .sub_nav_box.open_health {
    display: block;
  }
  .nav_add ul .sub_nav_box.open_health ul {
    margin: 7px 0 0 0 !important;
  }
  .nav_add ul .sub_nav_box.open_purchase {
    display: block;
  }
  .nav_add ul .sub_nav_box.open_purchase ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 568px;
    margin: 7px 0 0 -144px !important;
  }
  .nav_add ul .sub_nav_box.open_purchase ul li.ajs {
    border-bottom: none;
  }
  .nav_add ul .sub_nav_box.open_purchase ul li:nth-child(odd) {
    border-right: #7B303F 1px solid;
  }
  .nav_add ul .sub_nav_box.open_opening {
    display: block;
  }
  .nav_add ul .sub_nav_box.open_opening ul {
    margin: 7px 0 0 0 !important;
  }
  .nav_add ul .sub_nav_box.open_service {
    display: block;
  }
  .nav_add ul .sub_nav_box.open_service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 568px;
    margin: 7px 0 0 -144px !important;
  }
  .nav_add ul .sub_nav_box.open_service ul li.ajs {
    border-bottom: none;
  }
  .nav_add ul .sub_nav_box.open_service ul li:nth-child(odd) {
    border-right: #7B303F 1px solid;
  }
  .side_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 80px;
    height: 252px;
    text-decoration: none;
    color: #ffffff;
    background-color: #7B303F;
    border-radius: 10px;
    border: #ffffff 3px solid;
    -webkit-box-shadow: 0 0 15px color_shadow2;
            box-shadow: 0 0 15px color_shadow2;
    font-family: "ibmplexsansjp_medium";
    font-size: 2.6rem;
    font-weight: normal;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.2em;
    position: fixed;
    top: 332px;
    right: 0;
    z-index: 9999999999;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .side_link i {
    font-size: 2.6rem;
  }
  .side_link:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  nav.main_nav_pc ul li .sub_nav_box.service_box ul {
    width: 284px;
    margin: 7px 0 0 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li:hover .service_box ul li:nth-child(odd) {
    border-right: none;
  }
}
/* -----------------------------------------------------------
　Cafeteria
----------------------------------------------------------- */
.cafeteria_frame {
  width: 96%;
  border: #A7BCDB 4px solid;
  border-radius: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 4rem auto;
}
.cafeteria_frame h2.cafeteria_title {
  background-color: #3F73BE;
  color: #ffffff;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
  width: 70%;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cafeteria_frame h2.cafeteria_title::before {
  content: "\e825";
  font-family: "fontello";
  font-size: 3rem;
  margin: 0 1rem 0 0;
}
.cafeteria_frame .cafeteria_text {
  text-align: center;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.6rem;
  color: #1A1311;
  margin: 2rem 0 2rem 0;
}
.cafeteria_frame .cafeteria_link {
  text-decoration: none;
  text-align: center;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  color: #3F73BE;
  border: #3F73BE 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  height: 14vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 0 auto;
}
.cafeteria_frame .cafeteria_link::before {
  content: "\e811";
  font-family: "fontello";
  font-size: 1.4rem;
  margin: 0 0.5rem 0 0;
}
.cafeteria_frame .move {
  width: 90%;
  padding: 30% 0;
  position: relative;
  margin: 1rem auto 2rem auto;
}
.cafeteria_frame .move iframe {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .cafeteria_frame {
    width: 1190px;
    height: 480px;
    border: #A7BCDB 4px solid;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 76px auto;
    position: relative;
  }
  .cafeteria_frame h2.cafeteria_title {
    background-color: #3F73BE;
    color: #ffffff;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 3.4rem;
    text-align: center;
    width: 345px;
    height: 115px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 103px;
  }
  .cafeteria_frame h2.cafeteria_title::before {
    content: "\e825";
    font-family: "fontello";
    font-size: 4rem;
    margin: 0 18px 0 0;
  }
  .cafeteria_frame .cafeteria_text {
    text-align: center;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 3.4rem;
    color: #1A1311;
    margin: 0;
    width: 420px;
    position: absolute;
    top: 185px;
    left: 62px;
    line-height: 130%;
  }
  .cafeteria_frame .cafeteria_link {
    text-decoration: none;
    text-align: center;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    color: #3F73BE;
    border: #3F73BE 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 271px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    position: absolute;
    bottom: 67px;
    left: 142px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .cafeteria_frame .cafeteria_link::before {
    content: "\e811";
    font-family: "fontello";
    font-size: 1.8rem;
    margin: 0 8px 0 0;
  }
  .cafeteria_frame .cafeteria_link:hover {
    color: #ffffff;
    background-color: #3F73BE;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .cafeteria_frame .move {
    width: 514px;
    padding: 13% 0;
    position: relative;
    margin: 0;
    position: absolute;
    top: 80px;
    right: 100px;
  }
  .cafeteria_frame .move iframe {
    width: 100%;
  }
}
/* -----------------------------------------------------------
slick
----------------------------------------------------------- */
.sliderArea {
  width: 80%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0;
}
.slick-slide a {
  text-decoration: none;
}
.slick-slide a img {
  width: 100%;
  height: auto;
}

.slick-prev:before, .slick-next:before {
  color: transparent !important;
  background-color: transparent !important;
}

.slick-next {
  right: -10% !important;
  width: 2rem !important;
  height: 2rem !important;
  color: transparent;
}
.slick-next::before {
  content: "" !important;
  width: 2rem !important;
  height: 2rem !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: url("../img/arrow_right.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}

.slick-prev {
  left: -10% !important;
  width: 2rem !important;
  height: 2rem !important;
  color: transparent;
}
.slick-prev::before {
  content: "" !important;
  width: 2rem !important;
  height: 2rem !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: url("../img/arrow_left.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}
.thumb.slick-slide {
  cursor: pointer;
}
.thumb.slick-slide:hover {
  opacity: 0.6;
}

.slick-dots li button::before {
  color: #CCCCCC !important;
  font-size: 1rem !important;
}

.slick-dots li.slick-active button::before {
  color: #7B303F !important;
  font-size: 1rem !important;
}

@media screen and (min-width: 768px), print {
  .sliderArea {
    width: 532px;
    margin: 90px auto 85px auto;
  }
  .slick-slide {
    margin: 0;
  }
  .slick-slide a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .slick-slide a img {
    width: 100%;
    height: auto;
  }
  .slick-slide a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .slick-prev:before, .slick-next:before {
    color: transparent !important;
    background-color: transparent !important;
  }
  .slick-next {
    right: -98px !important;
    width: 54px !important;
    height: 54px !important;
    color: transparent;
  }
  .slick-next::before {
    content: "" !important;
    width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: url("../img/arrow_right.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .slick-prev {
    left: -98px !important;
    width: 54px !important;
    height: 54px !important;
    color: transparent;
  }
  .slick-prev::before {
    content: "" !important;
    width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: url("../img/arrow_left.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .slick-prev, .slick-next {
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .slick-prev:hover, .slick-next:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .slick-slide {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .slick-active {
    opacity: 1;
  }
  .slick-current {
    opacity: 1;
  }
  .thumb {
    margin: 20px 0 0;
  }
  .thumb.slick-slide {
    cursor: pointer;
  }
  .thumb.slick-slide:hover {
    opacity: 0.6;
  }
  .slick-dots li button::before {
    color: #CCCCCC !important;
    font-size: 1.8rem !important;
  }
  .slick-dots li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .slick-dots li:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .slick-dots li.slick-active button::before {
    color: #7B303F !important;
    font-size: 1.8rem !important;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  margin: 5rem 0 0 0;
  width: 100%;
  padding: 0 0 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  position: relative;
}
.notice_frame h2.top_title {
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
  width: 40%;
  z-index: 2;
}
.notice_frame .notice_box {
  width: 96%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 3rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #F4E4D5 4px solid;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  top: -1.8rem;
}
.notice_frame .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 96%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #CCCCCC 1px solid;
}
.notice_frame .notice_box dl dt {
  color: #1A1311;
  margin: 0 0 0 0;
  padding: 5.5rem 0 1rem 2rem;
  font-family: "ibmplexsansjp_medium";
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: relative;
  border-top: #CCCCCC 1px solid;
}
.notice_frame .notice_box dl dt::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/arrow_news_up.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 5.6rem;
}
.notice_frame .notice_box dl dt.open::before {
  content: "";
}
.notice_frame .notice_box dl dt.close {
  padding: 5.5rem 0 1rem 2rem;
}
.notice_frame .notice_box dl dt.close::before {
  content: "";
  background: url("../img/arrow_news_down.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.notice_frame .notice_box dl dt .date {
  position: absolute;
  top: 2rem;
  left: 0;
  font-family: "inter_medium";
  font-weight: normal;
  font-size: 1.4rem;
  color: #1A1311;
  background-color: #F4E4D5;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2rem;
  line-height: 100%;
}
.notice_frame .notice_box dl dt:first-child {
  border-top: none;
}
.notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  color: #1A1311;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 120%;
  display: none;
}
.notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_frame .notice_box dl dd a {
  color: #7B303F;
}
.notice_frame .notice_box dl dd p a {
  color: #7B303F;
}
.notice_frame .notice_box .notice_btn {
  background-color: #ffffff;
  border: #7B303F 1px solid;
  width: 66%;
  height: auto;
  margin: 2rem auto 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 1rem 1rem 1rem 1rem;
  line-height: 120%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7B303F;
  font-family: "ibmplexsansjp_medium";
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    margin: 80px auto 0 auto;
    width: 1200px;
    padding: 0 0 85px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
  }
  .notice_frame h2.top_title {
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    width: 240px;
    z-index: 2;
  }
  .notice_frame .notice_box {
    width: 1200px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 31px 0 76px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #F4E4D5 4px solid;
    border-radius: 50px;
    position: relative;
    z-index: 0;
    top: -30px;
  }
  .notice_frame .notice_box dl {
    height: auto;
    margin: 0 auto 0 auto;
    width: 900px;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow-wrap: break-word;
    padding: 0 0 16px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #CCCCCC 1px solid;
  }
  .notice_frame .notice_box dl dt {
    color: #1A1311;
    margin: 0 0 0 0;
    padding: 85px 0 10px 34px;
    font-family: "ibmplexsansjp_medium";
    font-size: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 100%;
    position: relative;
    border-top: #CCCCCC 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dt::before {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background: url("../img/arrow_news_up.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 80px;
  }
  .notice_frame .notice_box dl dt.open::before {
    content: "";
  }
  .notice_frame .notice_box dl dt.close {
    padding: 85px 0 10px 34px;
  }
  .notice_frame .notice_box dl dt.close::before {
    content: "";
    background: url("../img/arrow_news_down.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .notice_frame .notice_box dl dt .date {
    position: absolute;
    top: 28px;
    left: 0;
    font-family: "inter_medium";
    font-weight: normal;
    font-size: 1.4rem;
    color: #1A1311;
    background-color: #F4E4D5;
    padding: 9px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2rem;
    line-height: 100%;
  }
  .notice_frame .notice_box dl dt:first-child {
    border-top: none;
  }
  .notice_frame .notice_box dl dt:hover {
    cursor: pointer;
    cursor: hand;
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #7B303F;
  }
  .notice_frame .notice_box dl dd {
    margin: 0 0 24px 0;
    padding: 0 0 0 0;
    color: #1A1311;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 160%;
    display: none;
  }
  .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_frame .notice_box dl dd a {
    color: #7B303F;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dd a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dd p {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    line-height: 175%;
  }
  .notice_frame .notice_box dl dd p a {
    color: #7B303F;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dd p a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box .notice_btn {
    background-color: #ffffff;
    border: #7B303F 1px solid;
    width: 240px;
    height: 50px;
    margin: 46px auto 0 auto;
    text-align: left;
    text-decoration: none;
    padding: 0;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #7B303F;
    font-family: "ibmplexsansjp_medium";
    font-size: 1.8rem;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box .notice_btn:hover {
    color: #ffffff;
    background-color: #7B303F;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.pick_up_frame ul.pick_up_list {
  width: 96%;
  margin: 4rem auto 0 auto;
  list-style-type: none;
}
.pick_up_frame ul.pick_up_list li {
  width: 100%;
  margin: 0 0 4rem 0;
}
.pick_up_frame ul.pick_up_list li a {
  text-decoration: none;
  width: 100%;
  display: block;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  color: #1A1311;
  line-height: 120%;
}
.pick_up_frame ul.pick_up_list li a img {
  width: 100%;
  height: auto;
  margin: 0 0 1rem 0;
  border: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pick_up_frame ul.pick_up_list li a span {
  display: block;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.8rem;
  color: #7B303F;
  margin: 0 0 1rem 0;
}
.pick_up_frame ul.pick_up_list li a {
  /*
  span{
    width: 40%;
    height: 10vw;
    font-family: 'ibmplexsansjp_medium';
    font-weight: normal;
    font-size: 1.4rem;  
    background-color: $color5;
    color: $color_white;
    margin: 0.8rem 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;          
  }
  */
}

@media screen and (min-width: 768px), print {
  .pick_up_frame ul.pick_up_list {
    width: 1180px;
    margin: 100px auto 0 auto;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pick_up_frame ul.pick_up_list li {
    width: 350px;
    margin: 0 65px 102px 0;
  }
  .pick_up_frame ul.pick_up_list li a {
    text-decoration: none;
    width: 100%;
    display: block;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    color: #1A1311;
    line-height: 150%;
    letter-spacing: 0.1em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .pick_up_frame ul.pick_up_list li a img {
    width: 100%;
    margin: 0 0 7px 0;
    border: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pick_up_frame ul.pick_up_list li a span {
    display: block;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 2rem;
    color: #7B303F;
    margin: 0 0 1.5rem 0;
  }
  .pick_up_frame ul.pick_up_list li a {
    /*
    span{
      width: 138px;
      height: 41px;
      font-family: 'ibmplexsansjp_medium';
      font-weight: normal;
      font-size: 1.6rem;  
      background-color: $color5;
      color: $color_white;
      margin: 12px 0 0 0;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;          
    }       
    */
  }
  .pick_up_frame ul.pick_up_list li a:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .pick_up_frame ul.pick_up_list li:nth-child(3n) {
    margin: 0 0 102px 0;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.info_frame {
  margin: 4rem 0 0 0;
}
.info_frame .info_box_area {
  margin: 4rem 0 0 0;
}
.info_frame .info_box_area .info_box {
  margin: 0 0 4rem 0;
}
.info_frame .info_box_area .info_box .info_title {
  width: 100%;
  margin: 0;
}
.info_frame .info_box_area .info_box .info_title a {
  text-decoration: none;
  text-align: none;
  color: #ffffff;
  width: 90%;
  height: 40vw;
  display: block;
  position: relative;
}
.info_frame .info_box_area .info_box .info_title a span {
  width: 90%;
  height: 30vw;
  border: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.info_frame .info_box_area .info_box .info_title a span::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 0 0.5rem 0;
}
.info_frame .info_box_area .info_box .info_title a span::after {
  content: "";
  background: url("../img/arrow_r.svg") no-repeat;
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.3rem 0 0 0;
}
.info_frame .info_box_area .info_box .info_title.health_title a {
  background-color: #7B303F;
}
.info_frame .info_box_area .info_box .info_title.health_title a span {
  position: absolute;
  top: 5vw;
  left: 0;
  right: 0;
}
.info_frame .info_box_area .info_box .info_title.health_title a span::before {
  background: url("../img/recommend_01.svg") no-repeat;
  background-size: contain;
}
.info_frame .info_box_area .info_box .info_title.purchase_title a {
  background-color: #4E6E66;
}
.info_frame .info_box_area .info_box .info_title.purchase_title a span {
  position: absolute;
  top: 5vw;
  left: 0;
  right: 0;
}
.info_frame .info_box_area .info_box .info_title.purchase_title a span::before {
  background: url("../img/recommend_02.svg") no-repeat;
  background-size: contain;
}
.info_frame .info_box_area .info_box .info_title.service_title a {
  background-color: #D9AF5B;
}
.info_frame .info_box_area .info_box .info_title.service_title a span {
  position: absolute;
  top: 5vw;
  left: 0;
  right: 0;
}
.info_frame .info_box_area .info_box .info_title.service_title a span::before {
  width: 5rem;
  height: 3rem;
  background: url("../img/recommend_03.svg") no-repeat;
  background-size: contain;
}
.info_frame .info_box_area .info_box .info_link {
  width: 90%;
  padding: 4rem 2rem 2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info_frame .info_box_area .info_box .info_link ul {
  list-style-type: none;
}
.info_frame .info_box_area .info_box .info_link ul li {
  margin: 0 0 2em 0;
}
.info_frame .info_box_area .info_box .info_link ul li a {
  display: block;
  text-decoration: none;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 120%;
  color: #1A1311;
  width: 100%;
  height: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info_frame .info_box_area .info_box .info_link ul li a::after {
  font-family: "fontello";
  content: "\e812";
  margin: 0 0 0 0.5rem;
}
.info_frame .info_box_area .info_box .info_link.health_link {
  background-color: #F4E4D5;
}
.info_frame .info_box_area .info_box .info_link.health_link ul li a {
  border-bottom: #7B303F 1px solid;
}
.info_frame .info_box_area .info_box .info_link.purchase_link {
  background-color: #E4EEE7;
}
.info_frame .info_box_area .info_box .info_link.purchase_link ul li a {
  border-bottom: #4E6E66 1px solid;
}
.info_frame .info_box_area .info_box .info_link.service_link {
  background-color: #FCF4E5;
}
.info_frame .info_box_area .info_box .info_link.service_link ul li a {
  border-bottom: #BE974A 1px solid;
}
.info_frame .info_box_area .info_box.ib_title_left .info_title a {
  margin: 0 0 0 0;
}
.info_frame .info_box_area .info_box.ib_title_left .info_link {
  margin: -2rem 0 0 10%;
}
.info_frame .info_box_area .info_box.ib_title_right .info_title a {
  margin: 0 0 0 10%;
}
.info_frame .info_box_area .info_box.ib_title_right .info_link {
  margin: -2rem 10% 0 0;
}

@media screen and (min-width: 768px), print {
  .info_frame {
    margin: 96px 0 22px 0;
  }
  .info_frame .info_box_area {
    margin: 69px 0 0 0;
    overflow: visible;
  }
  .info_frame .info_box_area .info_box {
    width: 1200px;
    margin: 0 auto 70px auto;
    position: relative;
    overflow: visible;
  }
  .info_frame .info_box_area .info_box .info_title {
    width: 400px;
    margin: 0;
  }
  .info_frame .info_box_area .info_box .info_title a {
    text-decoration: none;
    text-align: none;
    color: #ffffff;
    width: 400px;
    height: 340px;
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .info_frame .info_box_area .info_box .info_title a span {
    width: 308px;
    height: 257px;
    border: #ffffff 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 2.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0;
  }
  .info_frame .info_box_area .info_box .info_title a span::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 0 20px 0;
  }
  .info_frame .info_box_area .info_box .info_title a span::after {
    content: "";
    background: url("../img/arrow_r.svg") no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    margin: 24px 0 0 0;
  }
  .info_frame .info_box_area .info_box .info_title a:hover span {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .info_frame .info_box_area .info_box .info_title.health_title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .info_frame .info_box_area .info_box .info_title.health_title a {
    background-color: #7B303F;
  }
  .info_frame .info_box_area .info_box .info_title.health_title a span {
    position: absolute;
    top: 40px;
    right: 40px;
    left: auto;
  }
  .info_frame .info_box_area .info_box .info_title.health_title a span::before {
    background: url("../img/recommend_01.svg") no-repeat;
    background-size: contain;
  }
  .info_frame .info_box_area .info_box .info_title.health_title::before {
    content: "";
    display: block;
    width: 200%;
    height: 340px;
    position: absolute;
    top: 0;
    left: -600px;
    z-index: 0;
    background-color: #7B303F;
  }
  .info_frame .info_box_area .info_box .info_title.purchase_title {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 2;
  }
  .info_frame .info_box_area .info_box .info_title.purchase_title a {
    background-color: #4E6E66;
  }
  .info_frame .info_box_area .info_box .info_title.purchase_title a span {
    position: absolute;
    top: 40px;
    left: 40px;
    right: auto;
  }
  .info_frame .info_box_area .info_box .info_title.purchase_title a span::before {
    background: url("../img/recommend_02.svg") no-repeat;
    background-size: contain;
  }
  .info_frame .info_box_area .info_box .info_title.purchase_title::before {
    content: "";
    display: block;
    width: 200%;
    height: 340px;
    position: absolute;
    top: 0;
    right: -600px;
    z-index: 0;
    background-color: #4E6E66;
  }
  .info_frame .info_box_area .info_box .info_title.service_title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .info_frame .info_box_area .info_box .info_title.service_title a {
    background-color: #D9AF5B;
  }
  .info_frame .info_box_area .info_box .info_title.service_title a span {
    position: absolute;
    top: 40px;
    right: 40px;
    left: auto;
  }
  .info_frame .info_box_area .info_box .info_title.service_title a span::before {
    width: 140px;
    height: 100px;
    background: url("../img/recommend_03.svg") no-repeat;
    background-size: contain;
  }
  .info_frame .info_box_area .info_box .info_title.service_title::before {
    content: "";
    display: block;
    width: 200%;
    height: 340px;
    position: absolute;
    top: 0;
    left: -600px;
    z-index: 0;
    background-color: #D9AF5B;
  }
  .info_frame .info_box_area .info_box .info_link {
    width: 930px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
  }
  .info_frame .info_box_area .info_box .info_link ul {
    list-style-type: none;
    width: 660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info_frame .info_box_area .info_box .info_link ul li {
    width: 300px;
    margin: 0 0 40px 0;
  }
  .info_frame .info_box_area .info_box .info_link ul li a {
    display: block;
    text-decoration: none;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 2rem;
    line-height: 120%;
    color: #1A1311;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .info_frame .info_box_area .info_box .info_link ul li a::after {
    font-family: "fontello";
    content: "\e812";
    margin: 0 0 0 0;
    font-size: 1.4rem;
  }
  .info_frame .info_box_area .info_box .info_link.health_link {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1;
    height: 336px;
    background-color: #F4E4D5;
    padding: 60px 0 0 190px;
    overflow: visible;
  }
  .info_frame .info_box_area .info_box .info_link.health_link::before {
    content: "";
    display: block;
    width: 100%;
    height: 336px;
    position: absolute;
    top: 0;
    right: -930px;
    z-index: 0;
    background-color: #F4E4D5;
  }
  .info_frame .info_box_area .info_box .info_link.health_link ul li a {
    border-bottom: #7B303F 1px solid;
  }
  .info_frame .info_box_area .info_box .info_link.health_link ul li a:hover {
    color: #7B303F;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .info_frame .info_box_area .info_box .info_link.purchase_link {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #E4EEE7;
    height: 355px;
    padding: 60px 0 0 10px;
  }
  .info_frame .info_box_area .info_box .info_link.purchase_link::before {
    content: "";
    display: block;
    width: 100%;
    height: 355px;
    position: absolute;
    top: 0;
    left: -930px;
    z-index: 0;
    background-color: #E4EEE7;
  }
  .info_frame .info_box_area .info_box .info_link.purchase_link ul li a {
    border-bottom: #4E6E66 1px solid;
  }
  .info_frame .info_box_area .info_box .info_link.purchase_link ul li a:hover {
    color: #4E6E66;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .info_frame .info_box_area .info_box .info_link.service_link {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1;
    background-color: #FCF4E5;
    height: 355px;
    padding: 60px 0 0 190px;
  }
  .info_frame .info_box_area .info_box .info_link.service_link::before {
    content: "";
    display: block;
    width: 100%;
    height: 355px;
    position: absolute;
    top: 0;
    right: -930px;
    z-index: 0;
    background-color: #FCF4E5;
  }
  .info_frame .info_box_area .info_box .info_link.service_link ul li a {
    border-bottom: #BE974A 1px solid;
  }
  .info_frame .info_box_area .info_box .info_link.service_link ul li a:hover {
    color: #BE974A;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .info_frame .info_box_area .info_box.ib_title_left .info_title a {
    margin: 0 0 0 0;
  }
  .info_frame .info_box_area .info_box.ib_title_left .info_link {
    margin: 0 0 0 0;
  }
  .info_frame .info_box_area .info_box.ib_title_right .info_title a {
    margin: 0 0 0 0;
  }
  .info_frame .info_box_area .info_box.ib_title_right .info_link {
    margin: 0 0 0 0;
  }
  .info_frame .info_box_area .info_box.health_box {
    height: 397px;
  }
  .info_frame .info_box_area .info_box.purchase_box {
    height: 413px;
  }
  .info_frame .info_box_area .info_box.service_box {
    height: 416px;
  }
}
/* -----------------------------------------------------------
  お問い合わせ・相談
----------------------------------------------------------- */
.inquiry_bg {
  width: 100%;
  background: url("../img/index_inquiry_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry_bg .inquiry_frame {
  width: 90%;
  margin: 0 auto;
  background-color: rgba(250, 250, 250, 0.7);
  padding: 2rem 0 2rem 0;
}
.inquiry_bg .inquiry_frame .inquiry_text {
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  margin: 3rem 0 2rem 0;
}
.inquiry_bg .inquiry_frame .inquiry_tel {
  margin: 0 0 1rem 0;
}
.inquiry_bg .inquiry_frame .inquiry_tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-family: "inter_regular";
  font-weight: normal;
  font-size: 2.6rem;
  color: #1A1311;
}
.inquiry_bg .inquiry_frame .inquiry_tel span a {
  text-decoration: none;
  color: #1A1311;
}
.inquiry_bg .inquiry_frame .inquiry_tel span::before {
  font-family: "fontello";
  content: "\e800";
  margin: 0 0.5rem 0 0;
  background-color: #7B303F;
  color: #ffffff;
  font-size: 1.8rem;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry_bg .inquiry_frame .inquiry_time {
  margin: 3rem 0 2rem 0;
}
.inquiry_bg .inquiry_frame .inquiry_time p {
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.3rem;
  text-align: center;
  margin: 0 0 1rem 0;
}
.inquiry_bg .inquiry_frame .inquiry_link {
  width: 90%;
  height: 20vw;
  margin: 0 auto 2rem auto;
  background-color: #7B303F;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #CBB7BC;
          box-shadow: 0.5rem 0.5rem 0 #CBB7BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inquiry_bg .inquiry_frame .inquiry_link i {
  width: 30%;
  text-align: center;
  font-size: 3.5rem;
  border-right: #441A23 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry_bg .inquiry_frame .inquiry_link span {
  width: 70%;
  display: block;
  text-align: center;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
}
.inquiry_bg .inquiry_frame .inquiry_link span span {
  font-family: "inter_regular";
  font-weight: normal;
  font-size: 1rem;
  width: 100%;
  margin: 0.5rem 0 0 0;
}
.inquiry_bg .inquiry_frame .inquiry_text2 {
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  margin: 2rem 0 0 0;
  line-height: 160%;
}

@media screen and (min-width: 768px), print {
  .inquiry_bg {
    width: 100%;
    height: 837px;
    background: url("../img/index_inquiry_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 107px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .inquiry_bg .inquiry_frame {
    width: 1000px;
    height: 624px;
    margin: 0 auto;
    background-color: rgba(250, 250, 250, 0.7);
    padding: 49px 0 0 0;
  }
  .inquiry_bg .inquiry_frame .inquiry_text {
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 2rem;
    text-align: center;
    margin: 41px 0 5px 0;
  }
  .inquiry_bg .inquiry_frame .inquiry_tel {
    margin: 0 0 32px 0;
  }
  .inquiry_bg .inquiry_frame .inquiry_tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    font-family: "inter_regular";
    font-weight: normal;
    font-size: 4.2rem;
    color: #1A1311;
  }
  .inquiry_bg .inquiry_frame .inquiry_tel span a {
    text-decoration: none;
    color: #1A1311;
  }
  .inquiry_bg .inquiry_frame .inquiry_tel span::before {
    font-family: "fontello";
    content: "\e800";
    margin: 0 12px 0 0;
    background-color: #7B303F;
    color: #ffffff;
    font-size: 2.8rem;
    width: 46px;
    height: 46px;
    line-height: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inquiry_bg .inquiry_frame .inquiry_time {
    margin: 32px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .inquiry_bg .inquiry_frame .inquiry_time p {
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 18px 0 18px;
  }
  .inquiry_bg .inquiry_frame .inquiry_link {
    width: 586px;
    height: 136px;
    margin: 0 auto 40px auto;
    background-color: #7B303F;
    color: #ffffff;
    text-decoration: none;
    border-radius: 68px;
    -webkit-box-shadow: 10px 10px 0 #CBB7BC;
            box-shadow: 10px 10px 0 #CBB7BC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .inquiry_bg .inquiry_frame .inquiry_link i {
    width: 147px;
    height: 64px;
    text-align: center;
    font-size: 6rem;
    border-right: #441A23 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 100%;
  }
  .inquiry_bg .inquiry_frame .inquiry_link span {
    width: 439px;
    display: block;
    text-align: center;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 2.8rem;
    letter-spacing: 0.15em;
  }
  .inquiry_bg .inquiry_frame .inquiry_link span span {
    font-family: "inter_regular";
    font-weight: normal;
    font-size: 1.4rem;
    width: 100%;
    margin: 12px 0 0 0;
    letter-spacing: 0.2em;
  }
  .inquiry_bg .inquiry_frame .inquiry_link:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .inquiry_bg .inquiry_frame .inquiry_text2 {
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    margin: 40px 0 0 0;
    line-height: 200%;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_frame {
  width: 100%;
  background-color: #F4E4D5;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview_frame .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview_frame .overview_box .overview_logo {
  width: 90%;
  margin: 0 auto 2rem auto;
  display: block;
}
.overview_frame .overview_box .overview_logo img {
  width: 100%;
}
.overview_frame .overview_box .overview_info_text {
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 2rem 0;
}
.overview_frame .overview_box .overview_info_text i {
  color: #7B303F;
}
.overview_frame .overview_box .overview_info_box {
  width: 96%;
  margin: 0 auto 0 auto;
  background-color: #ffffff;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview_frame .overview_box .overview_info_box .ovoverview_sub_text {
  text-align: center;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in {
  margin: 4rem 0 0 0;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in img {
  width: 4rem;
  height: auto;
  margin: 0 auto 0 auto;
  display: block;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_tel {
  margin: 2rem 0 1rem 0;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-family: "inter_regular";
  font-weight: normal;
  font-size: 2.6rem;
  color: #1A1311;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_tel span a {
  text-decoration: none;
  color: #1A1311;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_tel span::before {
  font-family: "fontello";
  content: "\e800";
  margin: 0 0.5rem 0 0;
  background-color: #7B303F;
  color: #ffffff;
  font-size: 1.8rem;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_tel_text {
  text-align: center;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 0 0;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_contact_text {
  text-align: center;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 2.2rem;
  text-align: center;
  color: #7B303F;
  margin: 1rem 0 0 0;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_contact_text.line {
  color: #00B44A;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_info_link {
  width: 80%;
  height: 16vw;
  margin: 1rem auto 2rem auto;
  background-color: #7B303F;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #CBB7BC;
          box-shadow: 0.5rem 0.5rem 0 #CBB7BC;
  padding: 0 0 0 4rem;
  line-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_info_link span {
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_info_link em {
  font-family: "inter_regular";
  font-weight: normal;
  font-size: 1.1rem;
  font-style: normal;
  margin: 0.6rem 0 0 0;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_info_link.contact::before {
  position: absolute;
  content: "";
  top: calc(50% - 1.5rem);
  left: 2rem;
  width: 3rem;
  height: 3rem;
  display: block;
  background: url("../img/icon_mail2.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_info_link.line {
  background-color: #00B44A;
}
.overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_info_link.line::before {
  position: absolute;
  content: "";
  top: calc(50% - 1.5rem);
  left: 2rem;
  width: 3rem;
  height: 3rem;
  display: block;
  background: url("../img/icon_line2.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 768px), print {
  .overview_frame {
    width: 100%;
    background-color: #F4E4D5;
    padding: 56px 0 78px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview_frame .overview_box {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview_frame .overview_box .overview_logo {
    width: 476.67px;
    margin: 0 auto 33x auto;
    display: block;
  }
  .overview_frame .overview_box .overview_logo img {
    width: 100%;
  }
  .overview_frame .overview_box .overview_info_text {
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 37px 0;
  }
  .overview_frame .overview_box .overview_info_text i {
    color: #7B303F;
  }
  .overview_frame .overview_box .overview_info_box {
    width: 1180px;
    height: 578px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    padding: 49px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview_frame .overview_box .overview_info_box .ovoverview_sub_text {
    text-align: center;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    margin: 61px 0 0 0;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex {
    width: 1054px;
    margin: 50px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in {
    width: 330px;
    margin: 0 0 0 0;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in img {
    width: 60px;
    height: auto;
    margin: 0 auto 0 auto;
    display: block;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_tel {
    margin: 33px 0 20px 0;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    font-family: "inter_regular";
    font-weight: normal;
    font-size: 3.4rem;
    color: #1A1311;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_tel span a {
    text-decoration: none;
    color: #1A1311;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_tel span::before {
    font-family: "fontello";
    content: "\e800";
    margin: 0 8px 0 0;
    background-color: #7B303F;
    color: #ffffff;
    font-size: 2rem;
    width: 3.4rem;
    height: 3.4rem;
    line-height: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_tel_text {
    text-align: center;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 0 0;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_contact_text {
    text-align: center;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 2.6rem;
    text-align: center;
    color: #7B303F;
    margin: 29px 0 0 0;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_contact_text.line {
    color: #00B44A;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_info_link {
    width: 330px;
    height: 70px;
    margin: 18px auto 0 auto;
    background-color: #7B303F;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4rem;
    -webkit-box-shadow: 5px 5px 0 #CBB7BC;
            box-shadow: 5px 5px 0 #CBB7BC;
    padding: 0 0 0 28px;
    line-height: 100%;
    letter-spacing: 0.1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_info_link span {
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 2rem;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_info_link em {
    font-family: "inter_regular";
    font-weight: normal;
    font-size: 1.2rem;
    font-style: normal;
    margin: 10px 0 0 0;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_info_link:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_info_link.contact::before {
    position: absolute;
    content: "";
    top: calc(50% - 17px);
    left: 25px;
    width: 34px;
    height: 34px;
    display: block;
    background: url("../img/icon_mail2.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_info_link.line {
    background-color: #00B44A;
  }
  .overview_frame .overview_box .overview_info_box .overview_info_box_in_flex .overview_info_box_in .overview_info_link.line::before {
    position: absolute;
    content: "";
    top: calc(50% - 17px);
    left: 25px;
    width: 34px;
    height: 34px;
    display: block;
    background: url("../img/icon_line2.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
}
/* -----------------------------------------------------------
　地図
----------------------------------------------------------- */
iframe.googlemap {
  width: 100%;
  height: 100vw;
  display: block;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  iframe.googlemap {
    width: 100%;
    height: 460px;
    display: block;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame {
  display: none;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #7B303F;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 999999;
  border-top: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link a.footer_tel {
  width: 20%;
  margin: 0;
  color: #ffffff;
  background-color: #7B303F;
  text-align: center;
  font-family: "inter_medium";
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  border-right: #ffffff 1px solid;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_link a.footer_reserve {
  width: 60%;
  margin: 0;
  color: #ffffff;
  background-color: #7B303F;
  text-align: center;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 120%;
  border-right: #ffffff 1px solid;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_link .smoothScrolls {
  color: #ffffff;
  background-color: #7B303F;
  width: 20%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #ffffff;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  text-decoration: none;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 44px 0 0 0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 266px;
    height: 172px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    height: 16px;
    margin: 0 12px 19px 0;
    padding: 0 12px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #1A1311 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 16px;
    line-height: 100%;
  }
  footer .footer_frame ul.footer_list li a {
    color: #1A1311;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.6rem;
    position: relative;
  }
  footer .footer_frame ul.footer_list li a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #1A1311;
  }
  footer .footer_frame ul.footer_list li a:hover::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    top: 0;
    bottom: -3px;
  }
  footer .footer_frame ul.footer_list li .sub_nav_box {
    display: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    height: 35px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #7B303F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
    position: relative;
  }
  footer .copyright a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ffffff;
  }
  footer .copyright a:hover::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    top: 0;
    bottom: -2px;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    text-decoration: none;
    width: 60px;
    height: 60px;
    background-color: #7B303F;
    color: #ffffff;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pagetop_position #linkpagetop a i {
    font-size: 1.2rem;
    margin: 0 0 5px 0;
  }
  #pagetop_position #linkpagetop a:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pagetop {
    position: fixed;
    bottom: 17px;
    right: 15%;
    z-index: 999999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop {
    position: fixed;
    bottom: 17px;
    right: 2%;
    z-index: 999999;
  }
}
/*# sourceMappingURL=style.css.map */