@charset "utf-8";
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap);
/* common -----------------------------------------------*/

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #503e4b;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

ul {
  list-style: none;
}
a {
  color: #595656;
  opacity: 1;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
object {
  max-width: 100%;
  height: auto;
}
iframe {
  border: none;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

footer {
  padding: 10px;
  background-color: #671919;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 60px;
}

.header__in {
  border-top: solid 10px #671919;
  padding: 14px;
}

.fix_cont {
  background-color: #d3b572;
  box-shadow: 0 0 0 10px #d3b572;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  width: 100%;
  font-weight: bold;
  z-index: 9999;
  opacity: 0.9;
}
.fix_cont::after {
  content: "";
  clear: both;
}
.fix_cont li a {
  display: block;
  color: #503e4b;
  font-size: 1.1rem;
  line-height: 1;
  height: 50px;
  position: relative;
}
.fix_cont li:nth-child(1) {
  background-color: #fff;
}
.fix_cont li:nth-child(2) {
  background-color: #e9d2b3;
}
.fix_cont li:nth-child(3) {
  background-color: #cfb797;
}
.fix_cont li:nth-child(4) {
  background-color: #e9c593;
}
.fix_cont li:nth-child(2),
.fix_cont li:nth-child(3),
.fix_cont li:nth-child(4) {
  flex: 1;
}
.fix_cont li:nth-child(2) .icon_area-inner,
.fix_cont li:nth-child(3) .icon_area,
.fix_cont li:nth-child(4) .icon_area {
  font-size: 1.76rem;
  display: flex;
  align-items: center;
}
.fix_cont li:nth-child(2) .icon_area-inner {
  justify-content: center;
}
.fix_cont li:nth-child(3) .icon_area,
.fix_cont li:nth-child(4) .icon_area {
  justify-content: center;
  padding: 0 10px;
}
.fix_cont .sp {
  display: block;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fix_cont,
.top_back_btn {
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
}
.fix_cont.is_active,
.top_back_btn.is_active {
  opacity: 1;
}
.pc.top_back_btn {
  position: fixed;
  bottom: 150px;
  right: 20px;
  background-color: #503e4b;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 30%);
}

.pc.top_back_btn img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.display-pc{
  display: block;
}
.display-sp{
  display: none;
}

@media only screen and (max-width:740px) {
  .display-pc{
    display: none;
  }
  .display-sp{
    display: block;
  }
}

@media screen and (min-width: 741px) {
  .fix_cont .sp {
    display: none;
  }
  .attention.fix_attention {
    display: block;
    font-family: initial;
    font-size: 0.8rem;
    padding-top: 6px;
    font-weight: normal;
  }
  .fix_cont li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
  }
  .fix_cont .footer-logo {
    height: 50px;
  }
  .fix_cont li:nth-child(2) .icon_area-inner::before {
    background-image: url(../images/tel_icon.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    padding-right: 4px;
  }
  .fix_cont li:nth-child(3) .icon_area::before {
    background-image: url(../images/mail_icon.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 26px;
    height: 22px;
    padding-right: 7px;
  }
  .fix_cont li:nth-child(4) .icon_area::before {
    background-image: url(../images/line_icon.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 36px;
    height: 34px;
    padding-right: 7px;
  }
  .fix_cont img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    max-width: 212px;
  }
  .icon_area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .icon_area2 {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1100px) {
  .fix_cont .footer-logo {
    margin: 0 auto;
  }
  .fix_cont li:nth-child(2) .icon_area-inner {
    font-size: 1.7vw;
  }
  .fix_cont li:nth-child(3) .icon_area {
    font-size: 1.5vw;
    line-height: 1.2;
  }
  .fix_cont li:nth-child(4) .icon_area {
    font-size: 1.5vw;
    line-height: 1.2;
  }
}

@media screen and (max-width: 740px) {
  .header__in {
    padding: 10px;
  }
  .fix_cont li.footer-logo {
    height: auto;
    text-align: center;
    /* padding: 10px; */
    width: 100%;
    flex: auto;
  }
  .fix_cont li.footer-logo img {
    display: block;
    margin: auto;
  }
  .fix_cont li.footer-logo img.display-pc {
    display: none;
  }
  .fix_cont li.footer-logo a {
    height: auto;
  }
  .fix_cont li {
    height: 40px;
    box-sizing: border-box;
  }
  .fix_cont li:nth-child(2),
  .fix_cont li:nth-child(3),
  .fix_cont li:nth-child(4) {
    flex: auto;
    width: calc(33.333% - 13.4px);
  }
  .fix_cont .top_back_btn {
    background-image: url(../images/top_back-sp.svg);
    background-repeat: no-repeat;
    background-position: 50% 38%;
    background-size: 63%;
  }
  .fix_cont li:nth-child(2) {
    background-image: url(../images/footer-icon_tel_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 82px;
  }
  .fix_cont li:nth-child(3) {
    background-image: url(../images/footer-icon_mail_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 82px;
  }
  .fix_cont li:nth-child(4) {
    background-image: url(../images/footer-icon_line_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 82px;
  }
  .fix_cont li:nth-child(5) {
    background-color: #503e4b;
    width: 40px;
  }
  .fix_cont [class*="icon_area"] {
    visibility: hidden;
  }
  .pc.top_back_btn {
    display: none !important;
  }
  footer {
    margin-bottom: 96px;
  }
}

/* custom
----------------------------------------------------- */

.font__notosans {
  font-family: "Noto Sans Japanese", sans-serif;
}

.font__notoserif {
  font-family: "Noto Serif JP", serif;
}

.font__yumincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* テキストの非表示
------------------------------------- */

:not(.seo):not(.pc):not(.tab):not(.sp).elem_hide {
  display: none;
}

/* テキストの非表示（SEO、アクセシビリティ対策）
------------------------------------- */

:not(.pc):not(.tab):not(.sp).seo.elem_hide {
  visibility: hidden;
  position: absolute;
  height: 0;
}

tr:not(.pc):not(.tab):not(.sp).seo.elem_hide {
  visibility: collapse;
}

/* テキスト折返し調整用
------------------------------------- */

:not(.pc):not(.tab):not(.sp).txt_brk_blk {
  display: block;
}

:not(.pc):not(.tab):not(.sp).txt_brk_inlblk {
  display: inline-block;
}

@media screen and (min-width: 960px) {
  :not(.seo).pc.elem_hide {
    display: none !important;
  }

  .pc.txt_brk_blk {
    display: block;
  }

  .pc.txt_brk_inlblk {
    display: inline-block;
  }
}

@media screen and (max-width: 960px) {
  :not(.seo).tab.elem_hide {
    display: none !important;
  }

  .tab.txt_brk_blk {
    display: block;
  }

  .tab.txt_brk_inlblk {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  :not(.seo).sp.elem_hide {
    display: none !important;
  }

  .sp.txt_brk_blk {
    display: block;
  }

  .sp.txt_brk_inlblk {
    display: inline-block;
  }
}

/* font - bold
------------------------------------- */

.font__bold {
  font-weight: 700;
}
.font__regular {
  font-weight: 400;
}

/* layout class
------------------------------------- */

.cssgrid {
  display: grid;
}

.flexbox {
  display: flex;
}

/* flexbox - flow
------------------------------------- */

.fxf_c {
  flex-flow: row;
}
.fxf_cr {
  flex-flow: row-reverse;
}
.fxf_r {
  flex-flow: row;
}
.fxf_rr {
  flex-flow: row-reverse;
}

/* css grid - center
------------------------------------- */

.cssgrid.content_center {
  place-content: center;
  gap: 1ch;
}

/* flexbox - center
------------------------------------- */

.flexbox.gentle_flex {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
}

/* margin - center
------------------------------------- */

.autobot {
  display: flex;
}
.autobot > * {
  margin: auto;
}

/* padding - center
------------------------------------- */

.fluffy_center {
  padding: 10ch;
}

.pop_and_plop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.head__lv2 {
  font-size: 3rem;
  font-weight: 400;
}

.head__lv3 {
  font-size: 2.5rem;
  font-weight: 400;
}

/* button style
------------------------------------- */

.btn__bg_red {
  background-color: #bc2c2c;
}

.head__pic {
  display: block;
  margin: 0 auto;
}

.head__pic + .head__lv2 {
  padding-top: 40px;
}

.pic_txt {
  vertical-align: text-bottom;
}

/* list */
ul.list__disc_sm > li::before,
ul > li.list__disc_sm::before,
ul.list__disc_lg > li::before,
ul > li.list__disc_lg::before {
  background-color: #333;
  content: "";
  display: inline-block;
  border-radius: 100%;
}

/* -----------------------------------------------------
ここから下は調整用class
----------------------------------------------------- */

/* header
------------------------------------- */

.header__in .header__in-cont {
  margin: 0 auto;
  max-width: 1280px;
}

/* main visual
------------------------------------- */

.mainVisual {
  background-image: url(../images/mainimage_2023.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  height: 100%;
  padding: 0 25px;
  position: relative;
  z-index: 0;
}

.mainVisual::after {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 70%;
  width: 100%;
  z-index: 0;
}

.main__wrapper {
  margin: auto;
  max-width: 1080px;
  /* min-height: 854px; */
  min-height: 650px;
  height: 100%;
  position: relative;
}

.mainVisual .visual__label {
  background-color: #503d4b;
  color: #fff;
  display: inline-block;
  font-size: 2.6rem;
  letter-spacing: 6px;
  line-height: 1;
  padding: 0.5em;
}

.mainVisual .layout_block {
  max-width: 900px;
  width: 100%;
}

.mainVisual .visual__text_layout {
  display: inline-block;
}

.mainVisual .copy__catch {
  font-size: 2.4rem;
  line-height: 1.4;
}

.mainVisual .visual__font_md {
  font-size: 3.6rem;
}

.mainVisual .visual__font_lg {
  font-size: 6.8rem;
}

.mainVisual .main__title {
  margin: auto;
  position: relative;
  z-index: 1;
  min-height: 686px;
}
.mainVisual .notes {
  bottom: 0;
  color: #503E4B;
  font-size: 1.8rem;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 10px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.mainVisual .title_block {
  position: absolute;
  /* bottom: 0; */
  left: 0;
  top: 300px;
  padding-right: 25%;
}
.mainVisual .copy__read {
  color: #503E4B;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 28px;
  position: relative;
  z-index: 1;
}
.mainVisual .main__title .copy_unit {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-left: auto;
  max-width: 231px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.mainVisual .main__title .copy_unit .copy_list {
  max-width: 231px;
  position: relative;
  width: 100%;
  margin: 5px 0 0;
}
.mainVisual .main__title .copy_unit .copy_list img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.mainVisual .copy__read .text {
  display: block;
  font-size: 2.5rem;
  position: relative;
  z-index: 1;
}

.mainVisual .head-cta {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 200px;
}

.lead-text {
  text-align: center;
  margin: 50px 0 30px;
  font-size: 3rem;
}

.ft-img {
  max-width: 1080px;
  margin: 0 auto;
}


/* director
------------------------------------- */

.director_block {
  max-width: 1280px;
  margin: 50px auto 80px;
}

.director_block .photo {
  max-width: 590px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.director_block .photo::before {
  background-image: url(../images/director@2.jpg);
  background-position: center;
  background-size: cover;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  padding-bottom: 65%;
  position: absolute;
  width: 100%;
}

.director_block .photo .icon_media {
  position: absolute;
  width: 150px;
  left: 20px;
  bottom: 20px;
}

.director_block .copy__catch {
  text-align: center;
}

.director_block .text {
  background-color: #671919;
  padding: 30px 50px;
}

.director_block .director_name,
.director_block .copy__catch {
  display: block;
}

.director_block .director_name {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.director_block .director_name .pic_name {
  vertical-align: top;
}

.director_block .copy__catch {
  display: block;
  font-size: 25px;
  padding-top: 40px;
}

.director_block .text .copy__head,
.director_block .career {
  color: #fff;
}

.director_block .career {
  padding-top: 40px;
}

/* recommend
------------------------------------- */

.sec_recommend {
  background-image: url(../images/sec_recommend_bg_img.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 0;
  position: relative;
}

.sec_recommend::before {
  background-color: rgba(255, 255, 255, 0.75);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.sec_recommend .head__lv2 {
  font-size: 3rem;
  text-align: center;
}

.sec_recommend .copy__heading {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1160px;
  margin: 40px auto;
}

.sec_recommend .copy_list {
  line-height: 1;
  padding: 20px;
  position: relative;
}

.sec_recommend .copy_list .copy__read .font__bold {
  font-style: normal;
}

.catchcopy {
  background-color: #503e4b;
  color: #fff;
  font-size: 2.4rem;
  padding: 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}

/* features
------------------------------------- */

.sec_features {
  padding: 80px 0 64px;
}

.sec_features .head__lv2 {
  color: #671919;
  text-align: center;
}

.sec_features .copy__heading {
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
  max-width: 1080px;
}

.sec_features .copy_list {
  padding: 20px 25px;
  width: 33.333%;
}

.sec_features .copy_list_wrap {
  background-color: #854747;
  color: #fff;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.sec_features .head__lv3 {
  align-items: center;
  background-color: #fce9d3;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
  flex-wrap: wrap;
}

.sec_features .copy__heading .head__lv3 .picture {
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
  margin-right: 30px;
  margin-top: -20px;
}

.sec_features .copy__heading .head__lv3 .picture[src*="_point2"] {
  margin-bottom: -8px;
  margin-top: -8px;
}

.sec_features .copy__heading .head__lv3 .picture[src*="_point3"] {
  margin-bottom: -8px;
  margin-top: -8px;
}

.sec_features .copy__heading .head__lv3 .picture[src*="_point4"] {
  margin-bottom: -12px;
  margin-top: -13px;
}

.sec_features .copy__read {
  padding: 25px;
  text-align: center;
  width: 100%;
}

.copy__label {
  background-color: #ffebc2;
}

/* consideration
------------------------------------- */

.sec_consideration {
  background-image: url(../images/sec_treatment_bg.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.sec_consideration::before {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sec_consideration .inner_wrapper {
  color: #fff;
  margin: 0 auto;
  max-width: 1030px;
  padding: 80px 25px;
  position: relative;
  z-index: 1;
}

.sec_consideration .head__lv2 {
  padding-bottom: 127px;
  text-align: center;
}

.sec_consideration .copy__read {
  font-size: 2rem;
}

.sec_consideration .notes {
  font-size: 1.1rem;
  text-align: right;
}

.sec_consideration .list__checkbox {
  margin-bottom: 80px;
}
.sec_consideration .list__checkbox .list {
  display: flex;
  font-size: 3rem;
}
.sec_consideration .list__checkbox .list:nth-child(1n+2) {
  margin-top: 14px;
}
.sec_consideration .list__checkbox .list::before {
  background-image: url(../images/icn_checkbox_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 5px;
  height: 50px;
  width: 50px;
  transform: translate(0, 0);
}
.sec_consideration .unit_list.list__disc_sm .list {
  display: flex;
  align-items: baseline;
}
.sec_consideration .unit_list.list__disc_sm .list::before {
  background-color: #fff;
  margin-right: 0.5em;
  height: 4px;
  width: 4px;
  flex: 0 0 auto;
  transform: translate(0, -0.25em);
}
.sec_consideration .text__space {
  margin-top: 30px;
}

/* lift up
------------------------------------- */

.sec_lift_up {
  background-image: url(../images/sec_lift_up_bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.sec_lift_up::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sec_lift_up .inner_wrapper {
  color: #fff;
  margin: 0 auto;
  max-width: 1080px;
  padding: 80px 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.sec_lift_up .head__lv2 {
  padding-bottom: 42px;
  text-align: center;
}

.sec_lift_up .lift_up_block {
  flex-flow: row-reverse;
  padding-bottom: 40px;
  width: 100%;
}

.sec_lift_up .lift_up_block .picture {
  padding-left: 25px;
  width: 50%;
}

.sec_lift_up .lift_up_block .picture img {
  display: block;
  margin: 0 auto;
  padding-left: 25px;
}

.sec_lift_up .lift_up_block .copy__read {
  font-size: 2rem;
  width: 50%;
}

.sec_lift_up .lift_up_block .copy__read p:nth-child(1n + 2) {
  padding-top: 20px;
}

.sec_lift_up .lift_up_block .notes {
  font-size: 1.5rem;
  padding: 16px;
}

/* treatment
------------------------------------- */

.sec_treatment {
  padding: 80px 25px;
}

.sec_treatment .head__lv2 {
  color: #671919;
  padding-bottom: 40px;
  text-align: center;
}

.sec_treatment .treatment_block.step1 {
  margin-bottom: 50px;
}

.sec_treatment .treatment_wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}

.sec_treatment .treatment_block .head__lv3 {
  color: #671919;
  text-align: center;
}

.sec_treatment .treatment_block .copy__read {
  padding-top: 20px;
  text-align: left;
}

.sec_treatment .step1,
.sec_treatment .step2,
.sec_treatment .step3,
.sec_treatment .step4 {
  box-shadow: 0 0 0 1px #503e4b;
  margin-bottom: 50px;
  width: 100%;
}

.sec_treatment .step2,
.sec_treatment .step3,
.sec_treatment .step4 {
  box-shadow: 0 0 0 1px #503e4b;
  width: calc(50% - 25px);
  width: calc(33% - 25px);
}

.sec_treatment .step3 {
  /* margin-left: 50px; */
}

.sec_treatment .step4 {
  /* margin-top: 50px; */
}

.sec_treatment .step2 .treatment_block,
.sec_treatment .step3 .treatment_block,
.sec_treatment .step4 .treatment_block {
  flex-wrap: wrap;
  flex-flow: column-reverse;
  padding: 25px;
  height: 100%;
  justify-content: space-between;
}

/* .sec_treatment .step4 .treatment_block {
  flex-wrap: wrap;
  flex-flow: row-reverse;
} */

.sec_treatment .step1 .treatment_block .col {
  padding: 25px;
  width: 100%;
}

.sec_treatment .treatment_block .text__space {
  padding-left: 40px;
}

.sec_treatment .step2 .treatment_block .photo,
.sec_treatment .step3 .treatment_block .photo,
.sec_treatment .step4 .treatment_block .photo {
  padding-top: 20px;
}

.sec_treatment .treatment_block .photo .img_elem {
  display: block;
  margin: 0 auto;
}

.sec_treatment .step1 .treatment_block {
  background-color: #FFECD6;
}

.sec_treatment .step1 .treatment_block .col {
  text-align: center;
}

.sec_treatment .step1 .treatment_block .col .tel_number {
  font-size: 2.5rem;
  text-align: center;
}

.sec_treatment .step1 .treatment_block .col .icn__tel {
  padding-right: 10px;
}

.sec_treatment .step1 .treatment_block .col .hours {
  padding-bottom: 17px;
  padding-top: 20px;
  text-align: center;
}

.sec_treatment .step1 .treatment_block .col .btn__mail {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 2.2rem;
  margin: 0 auto;
  padding: 17px 40px;
  position: relative;
  text-align: center;
}

.sec_treatment .step1 .treatment_block .col .btn__mail::after {
  border-top: solid #fff;
  border-right: solid #fff;
  border-width: 2px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 26px auto 0;
  transform: rotate(45deg);
}

.sec_treatment .step1 .treatment_block .col .icn__mail {
  padding-bottom: 5px;
  padding-right: 5px;
  vertical-align: middle;
}

/* service
------------------------------------- */

.sec_service .article:nth-child(1n + 2) {
  margin-top: 80px;
}
.sec_service .bg__red {
  background-color: #671919;
  color: #fff;
}
.sec_service .bg__blue {
  background-color: #0c204e;
  color: #fff;
}
.sec_service .bg__golden {
  background: linear-gradient(225deg, #f1d0a5 40%, #ffefd6 70%, #b96f00 120%);
  color: #671919;
  margin-bottom: 40px;
}
.sec_service .service_grid .col {
  max-width: 540px;
  width: 100%;
}
.sec_service .article:nth-child(2) .service_grid .col {
  max-width: 620px;
}
.sec_service .article:nth-child(3) .service_grid .col {
  max-width: 630px;
}
.sec_service .service_grid .col {
  padding: 40px 50px;
}
.sec_service .service_grid::before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  display: inline-block;
  padding-bottom: 21.25%;
  width: 50%;
  z-index: 0;
}
.sec_service .article:nth-child(1) .service_grid::before {
  background-image: url(../images/sec_service_pic1@2x.jpg);
}
.sec_service .article:nth-child(2) .service_grid::before {
  background-image: url(../images/sec_service_pic2@2x.jpg);
  background-position: 60% 50%;
}
.sec_service .article:nth-child(3) .service_grid::before {
  background-image: url(../images/sec_service_pic3@2x.jpg);
  background-position: 40% 50%;
}
.sec_service .head__lv2 {
  color: #671919;
  font-size: 3.2rem;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}
.sec_service .head__pic[src*="_blue"]+.head__lv2 {
  color: #0c204e;
}
.sec_service .head__lv3 {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.sec_service .head__lv3:nth-child(1n + 2) {
  margin-top: 40px;
}
.sec_service .unit_list.flexbox .list:nth-last-child(n+2) {
  padding-right: 70px;
}
.sec_service .unit_list .list {
  font-size: 2rem;
}
.sec_service .unit_list .sub_head {
  font-size: 2rem;
}
.sec_service .unit_list .list:nth-child(1n+2) .sub_head {
  display: block;
  margin-top: 6px;
}
.sec_service .unit_list .label {
  background-color: #fff;
  color: #671919;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.25em;
  margin-right: 20px;
  padding: 3px 8px;
  vertical-align: middle;
}
.sec_service .bg__blue .unit_list .label {
  color: #0c204e;
}
.sec_service .head__lv3::before {
  content: "";
  display: inline-block;
  background-color: #bca045;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 10px;
  height: 100%;
}
.sec_service .inner_wrapper.bg__golden .head__lv3 {
  font-size: 2rem;
  padding-left: 0;
}
.sec_service .inner_wrapper.bg__golden .head__lv3::before {
  content: none;
}
.sec_service .head__lv3 .em {
  font-size: 2.5rem;
  font-style: normal;
}
.sec_service .head__lv3 .brackets {
  font-size: 1.6rem;
}
.sec_service .head__lv4 {
  font-size: 2rem;
}
.sec_service .unit_list {
  margin: 14px 0;
}
.sec_service .unit_list.list__disc_sm .list {
  display: flex;
  align-items: baseline;
}
.sec_service .unit_list.list__disc_sm .list::before {
  background-color: #503e4b;
  margin-right: 0.5em;
  height: 4px;
  width: 4px;
  flex: 0 0 auto;
  transform: translate(0, -0.25em);
}
.sec_service .notes {
  margin-top: 30px;
}
.sec_service .notes.notes_space {
  margin-top: 10px;
}
.sec_service .inner_wrapper.bg__golden .notes {
  margin-top: 0;
}
.sec_service .hr__dotted {
  background: linear-gradient(to right,rgba(103, 25, 25, 1),rgba(103, 25, 25, 1) 33%,rgba(103, 25, 25, 0) 33%,rgba(103, 25, 25, 0) 100%)0% 0%;
  background-size: 6px 2px;
  border: none;
  width: 100%;
  height: 2px;
  margin: 40px 0;
}

.price-list img.display-pc {
    max-width: 1080px;
    margin: 0 auto 50px;
}

/* precautions
------------------------------------- */

.sec_precautions {
  background-color: #e9e9e9;
  padding: 80px 25px;
}
.sec_precautions .inner_wrapper {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}
.sec_precautions .head__lv2 {
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.sec_precautions .notes + .head__lv3 {
  margin-top: 40px;
}
.sec_precautions .head__lv3 {
  font-size: 2.5rem;
  font-weight: 700;
}
.sec_precautions .head__lv4 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 40px;
}
.sec_precautions .notes {
  line-height: 2;
}
.sec_precautions .unit_list {
  line-height: 1.8;
}
.sec_precautions .unit_list.list__disc_lg .list {
  display: flex;
  align-items: baseline;
}
.sec_precautions .unit_list.list__disc_lg .list::before {
  background-color: #503e4b;
  margin-right: 0.1em;
  height: 15px;
  width: 15px;
  flex: 0 0 auto;
  transform: translate(0, 0.1em);
}

/* movie
------------------------------------- */

.movie_block {
  margin-bottom: 40px;
  margin-top: 40px;
}
.movie_block .head__lv3 {
  color: #503E4B;
  padding-bottom: 40px;
  text-align: center;
}
.movie_block .movie {
  display: block;
  margin: auto;
  max-width: 100%;
}

/* director
------------------------------------- */

.sec_director {
  margin: 80px 0;
  padding: 0 25px;
}
.sec_director .director_block {
  margin-top: 40px;
}

.sec_director .head__lv2 {
  color: #671919;
  text-align: center;
}

.sec_director.of_introduction .director_block {
  margin-bottom: 0;
}

.clinic__slider-wrap {
  margin: 40px auto 0;
  max-width: 800px;
  position: relative;
}

/* .clinic__slider-wrap .clinic__list img {
  width: 100%;
} */

/* in hospital intoro
------------------------------------- */

.sec_in_hospital_intoro {
  background-image: url(../images/clinic_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 25px;
}

.sec_in_hospital_intoro .head__lv2 {
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.sec_in_hospital_intoro .copy__catch {
  font-size: 2.5rem;
  text-align: center;
}

.sec_in_hospital_intoro .copy__box {
  box-shadow: inset 0px 0px 0px 1px #4d3f4a;
  font-size: 1.8rem;
  margin: 40px auto 0;
  max-width: 800px;
  padding: 17px;
  text-align: center;
}

.sec_in_hospital_intoro .copy__read {
  font-size: 1.8rem;
  padding: 40px 10px 0;
  text-align: center;
}

/* access
------------------------------------- */

.sec_access {
  padding: 80px 25px;
}

.sec_access .head__lv2 {
  text-align: center;
}

.sec_access .copy__catch {
  font-size: 2.5rem;
  padding-top: 40px;
  text-align: center;
}

.sec_access .access_block {
  flex-flow: row-reverse;
  margin: 40px auto 0;
  max-width: 1080px;
}

.sec_access .access_block .col {
  width: 50%;
}

.sec_access .access_block .col:nth-child(1) {
  padding: 20px 0 20px 20px;
  text-align: center;
}

.sec_access .access_block .map {
  min-height: 193px;
  height: 100%;
  width: 100%;
}

.sec_access .access_block .address {
  padding-top: 20px;
  text-align: center;
}

.sec_access .access_block .head__lv3 {
  padding-top: 40px;
}

.sec_access .access_block .nearest_station {
  padding-top: 20px;
}

/* medi treat
------------------------------------- */

.sec_medi_treat {
  background-color: #fce9d3;
  padding: 30px 25px 40px;
  text-align: center;
}

.sec_medi_treat .head__lv2 {
  font-weight: 700;
  padding-bottom: 20px;
}

.sec_medi_treat .sub_title {
  padding-bottom: 20px;
}

/* faq
------------------------------------- */

.sec_faq {
  margin-top: 80px;
}

.sec_faq .head__lv2 {
  text-align: center;
}

.sec_faq .faq_block {
  max-width: 732px;
  margin: 40px auto 20px;
  padding: 0 25px;
}

.sec_faq .faq_block .col:not(.faq_q) {
  flex: 1;
  padding: 20px 30px;
}

.sec_faq .faq_block .faq_q {
  background-color: #503e4b;
  color: #fff;
  height: 80px;
  width: 80px;
  display: flex;
  font-size: 3rem;
  justify-content: center;
  align-items: center;
}

.sec_faq .faq_block .faq_subtitle {
  font-size: 2.5rem;
}

.sec_faq .faq_block .faq_read {
  font-size: 1.8rem;
  padding-top: 4.3rem;
}

.sec_faq .consideration .sub_section {
  background-color: #e9e9e9;
  padding: 40px 25px;
}

.sec_faq .consideration .sub_section:nth-child(1n + 2) {
  margin-top: 40px;
}

.sec_faq .consideration .inner_wrapper {
  max-width: 732px;
  margin: 0 auto;
  width: 100%;
}

.sec_faq .consideration .head__lv3 {
  text-align: center;
}

.sec_faq .consideration .notes {
  padding-top: 20px;
}

.sec_faq .consideration .consideration_unit {
  padding-top: 20px;
}

.sec_faq .consideration .consideration_unit .copy_list {
  display: flex;
  align-items: baseline;
}

.sec_faq .consideration .consideration_unit.list__disc_lg .copy_list::before {
  background-color: #503e4b;
  margin-right: 0.1em;
  height: 15px;
  width: 15px;
  flex: 0 0 auto;
  transform: translate(0, 0.1em);
}

/* contact
------------------------------------- */

.sec_contact {
  background-color: #fce9d3;
  margin-top: 80px;
  padding: 80px 25px;
  text-align: center;
}

.sec_contact .head__lv2 {
  text-align: center;
}

.sec_contact .tel_number {
  font-size: 40px;
  line-height: 1;
  padding-top: 27px;
}

.sec_contact .icn__tel {
  margin-right: 10px;
  vertical-align: middle;
}

.sec_contact .hours {
  padding-top: 15px;
}

.sec_contact .btn__mail {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 2.2rem;
  margin-top: 16px;
  padding: 17px 40px;
  position: relative;
  text-align: center;
}

.sec_contact .icn__mail {
  margin-bottom: 7px;
  margin-right: 10px;
  vertical-align: middle;
}

.sec_contact .btn__mail::after {
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom-width: 2px;
  border-left-width: 2px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto 26px auto 0px;
  transform: rotate(45deg);
}

.contact__privacy-link {
  align-items: center;
  display: flex;
  margin-top: 1em;
}

.contact__privacy-link.--center {
  justify-content: center;
}

.contact__privacy-link.--right {
  justify-content: flex-end;
}

/* slider
------------------------------------- */

.bx-controls-direction a {
  width: 80px;
  height: 80px;
  top: 0;
  bottom: 45px;
  margin-bottom: auto;
  margin-top: auto;
  overflow: hidden;
  position: absolute;
  z-index: 9999;
  transition: all ease-in-out 0.3s;
}
.bx-prev {
  left: 10px;
}
.bx-next {
  right: 10px;
}
.bx-prev::before,
.bx-next::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.bx-prev::before {
  background-image: url(../images/slide_l.png);
}
.bx-next::before {
  background-image: url(../images/slide_r.png);
}
.clinic__slider-text {
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .sec_service .article .service_grid {
    flex-wrap: wrap;
  }
  .sec_service .service_grid::before {
    padding-bottom: 56.25%;
    width: 100%;
  }
  .sec_service .service_grid .col {
    max-width: none;
    margin: auto;
    padding: 30px 10px;
    width: auto;
  }
  .sec_service .bg__golden {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 960px) {
  /* header
  ------------------------------------- */
  .header__in .logo {
    display: block;
    margin: 0 auto;
  }
  .head__lv2 {
    line-height: 1.2;
  }
  .head__pic {
    max-width: 100%;
    min-width: auto;
  }
  /* catchcopy
  ------------------------------------- */
  .copy__catch {
    font-size: 5vw;
    padding: 5px 0 0;
    text-align: left;
  }
  /* head SVG
  ------------------------------------- */
  .head__pic.head__pic_space {
    margin-top: 30px;
  }
  /* main visual
  ------------------------------------- */
  .mainVisual {
    background-image: url(../images/mainimage_2023.jpg);
    min-height: auto;
    padding: 10px;
  }
  .mainVisual::after {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
    height: 85%;
  }
  .mainVisual .main__wrapper {
    min-height: auto;
    height: 550px;
    
  }
  .mainVisual .main__title {
    flex-flow: column;
    margin: -10px -10px -10px;
    padding: 5% 10px 0;
    width: calc(100% + 20px);
    min-height: auto;
  }
  .mainVisual .main__title::before {
    content: none;
  }
  .mainVisual .title_block {
    width: 100%;
    padding-right: 0;
    position: relative; /*PCのみの座標取得をリセット*/
    top: 250px;
  }
  .mainVisual .main__title .copy_unit {
    max-width: calc(100% / 3 - 15px);
    margin: auto;
  }
  .mainVisual .main__title .copy_unit .copy_list {
    margin: 0;
    max-width: none;
  }
  .mainVisual .copy__catch {
    padding-top: 0;
  }
  .mainVisual .copy__read {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .mainVisual .visual__label {
    font-size: 3.6vw;
    letter-spacing: 4px;
  }
  .mainVisual .visual__font_md {
    font-size: 6vw;
  }
  .mainVisual .visual__font_lg {
    font-size: 7.7vw;
  }
  .mainVisual .visual__text_layout:nth-child(2),
  .mainVisual .visual__text_layout:nth-child(3) .visual__font_lg:nth-child(2) {
    padding-left: 0;
  }
  .mainVisual .notes {
    font-size: 1.2rem;
    margin: 0 0 0 auto;
    padding-bottom: 50px;
    padding-top: 30px;
    position: relative;
    text-align: right;
  }
  
  .mainVisual .head-cta {
    position: absolute;
    right: 10px;
    top: 40%;
    max-width: 150px;
    width: 30%;
  }
  
  .lead-text {
    text-align: center;
    margin: 50px 0 30px;
    font-size: 3rem;
  }
  
  /* director
  ------------------------------------- */
  .mainVisual+.director_block {
    margin-top: 0;
  }
  .director_block {
    flex-wrap: wrap;
    margin: 40px 10px 10px;
  }
  .director_block .director_name {
    font-size: 1.8rem;
  }
  .director_block .director_name.pc {
    padding-bottom: 10px;
  }
  .director_block .photo {
    max-width: none;
    padding-bottom: 60%;
  }
  .director_block .photo::before {
    padding-bottom: 60%;
  }
  
  .director_block .photo .icon_media {
    width: 30%;
    left: 10px;
    bottom: 10px;
  }
  
  .director_block .text {
    padding: 30px 10px;
    width: 100%;
  }
  .director_block .copy__catch {
    font-size: 1.6rem;
    padding-top: 20px;
    text-align: center;
  }
  .director_block .career {
    font-size: 1.1rem;
    padding-top: 16px;
  }
  /* recommend
  ------------------------------------- */
  .sec_recommend {
    margin-top: 50px;
    padding: 50px 0 0;
    padding: 0;
  }
  .sec_recommend .copy__heading {
    margin: 0 auto;
    max-width: 540px;
    padding: 20px 0 17px;
  }
  .sec_recommend .copy_list {
    padding: 10px;
    width: calc(100% / 2);
  }
  .sec_recommend .copy_list:nth-child(1n + 3) {
    padding-top: 5px;
  }
  .sec_recommend .head__lv2 {
    font-size: 1.8rem;
  }
  /* catchcopy
  ------------------------------------- */
  .catchcopy {
    font-size: 1.8rem;
  }
  /* features
  ------------------------------------- */
  .sec_features {
    padding: 50px 10px 30px;
  }
  .sec_features .head__lv2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .sec_features .copy_list {
    padding: 30px 10px 0;
    width: 100%;
  }
  .sec_features .picture {
    width: 100%;
  }
  .sec_features .head__lv3 {
    padding-right: 100px;
  }
  .sec_features .copy__heading .head__lv3 .picture {
    max-width: 116px;
    margin-right: 40px;
    width: auto;
  }
  .sec_features .copy__read {
    font-size: 2rem;
    padding: 20px;
    width: 100%;
  }
  /* consideration
  ------------------------------------- */
  .sec_consideration {
    background-position: 67% 50%;
  }
  .sec_consideration .inner_wrapper {
    padding: 50px 10px;
  }
  .sec_consideration .head__lv2 {
    font-size: 1.8rem;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .sec_consideration .copy__read {
    font-size: 1.6rem;
  }
  .sec_consideration .list__checkbox {
    margin-bottom: 50px;
  }
  .sec_consideration .list__checkbox .list {
    font-size: 1.8rem;
  }
  .sec_consideration .list__checkbox .list::before {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    transform: translate(0, 0);
  }
  .sec_consideration .list__checkbox .list:nth-child(1n+2) {
    margin-top: 30px;
  }
  .sec_consideration .head__lv3 {
    font-size: 1.8rem;
  }
    /* treatment
  ------------------------------------- */
  .sec_treatment {
    padding: 50px 10px;
  }
  .sec_treatment .head__lv2 {
    font-size: 1.8rem;
    padding-bottom: 30px;
  }
  .sec_treatment .treatment_wrapper .treatment_block {
    flex-wrap: wrap;
  }
  .sec_treatment .treatment_block .head__lv3 {
    color: #671919;
    font-size: 2rem;
    line-height: 1.4;
  }
  .sec_treatment .treatment_block .head__lv3>span {
    vertical-align: middle;
  }
  .sec_treatment .treatment_block .head__lv3 .font__lg {
    font-size: 2.5rem;
  }
  .sec_treatment .step1,
  .sec_treatment .step4 {
    margin-bottom: 10px;
  }
  .sec_treatment .step1 .treatment_block .col {
    padding: 20px 10px;
    width: 100%;
  }
  .sec_treatment .step1 .treatment_block .col:nth-child(1) {
    padding-bottom: 10px;
  }
  .sec_treatment .step1 .treatment_block .col:nth-child(2) {
    padding-top: 0;
  }
  .sec_treatment .step2,
  .sec_treatment .step3,
  .sec_treatment .step4 {
    width: 100%;
  }
  .sec_treatment .step2 .treatment_block,
  .sec_treatment .step3 .treatment_block,
  .sec_treatment .step4 .treatment_block {
    padding: 20px 10px;
  }
  .sec_treatment .step2 .treatment_block .photo,
  .sec_treatment .step3 .treatment_block .photo {
    padding-top: 20px;
  }
  .sec_treatment .treatment_block .photo .img_elem {
    padding-bottom: 10px;
    padding-top: 0;
    width: 100%;
  }
  .sec_treatment .step1 .treatment_block .col .tel_number {
    font-size: 2.5rem;
  }
  .sec_treatment .step1 .treatment_block .col .icn__tel {
    vertical-align: text-top;
  }
  .sec_treatment .step1 .treatment_block .col .hours {
    font-size: 1.1rem;
    padding: 5px 0 10px;
  }
  .sec_treatment .step1 .treatment_block .col .btn__mail {
    font-size: 1.4rem;
    padding: 13px 30px 13px 20px;
      width: 100%;
  }
  .sec_treatment .step1 .treatment_block .col .icn__mail {
    padding-bottom: 4px;
    padding-right: 10px;
  }
  .sec_treatment .step1 .treatment_block .col .btn__mail::after {
    margin: auto 16px auto 0;
  }
  .sec_treatment .step2 {
    margin-bottom: 10px;
  }
  .sec_treatment .step3 {
    margin-bottom: 0;
    margin-left: 0;
  }
  .sec_treatment .step4 {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .sec_treatment .treatment_wrapper :not(.step1) .treatment_block {
    flex-flow: column-reverse;
  }
  .sec_treatment .step4 .treatment_block .col {
    padding: 0;
    width: 100%;
  }
  .sec_treatment .step4 .treatment_block .col:nth-child(1) {
    padding: 20px 0 0;
  }
  .sec_treatment .step4 .treatment_block .col:nth-child(2) {
    padding-top: 0;
  }
  /* service
  ------------------------------------- */
  .sec_service .article:nth-child(1n+2) {
    margin-top: 50px;
  }
  .sec_service .head__lv2 {
    font-size: 1.8rem;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .sec_service .head__lv3 {
    font-size: 2rem;
  }
  .sec_service .head__lv4 {
    font-size: 1.8rem;
  }
  .sec_service .head__lv5 {
    font-size: 1.6rem;
  }
  .sec_service .service_grid .col {
    width: 100%;
  }
  .sec_service .col>.unit_list {
    margin-bottom: 0;
    margin-top: 12px;
    padding: 0 10px;
  }
  .sec_service .unit_list .list {
    font-size: 1.8rem;
  }
  .sec_service .unit_list .sub_head {
    font-size: 1.8rem;
  }
  .sec_service .head__lv3:nth-child(1n+2) {
    margin-top: 30px;
  }
  .sec_service .notes {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 10px;
  }
  .sec_service .notes.notes__space {
    padding-left: 10px;
  }
  .sec_service .inner_wrapper.bg__red .notes.notes__space {
    margin-top: 30px;
    padding-left: 0;
  }
  .sec_service .bg__golden {
    background: linear-gradient(200deg, #f1d0a5 30%, #ffefd6 50%, #b96f00 120%);
  }
  .sec_service .inner_wrapper.bg__golden .unit_list {
    line-height: 2;
  }
  .sec_service .inner_wrapper.bg__golden .unit_list .list:nth-child(1n+2) .sub_head {
    margin-top: 0;
  }
  .sec_service .inner_wrapper.bg__golden .hr__dotted {
    margin: 20px 0;
  }
  .sec_service .inner_wrapper.bg__golden .hr__dotted+.head__lv3 {
    margin-top: 0;
  }
  .sec_service .inner_wrapper.bg__golden .unit_list__space {
    margin: 0;
  }
  .sec_service .inner_wrapper.bg__golden .notes.notes__space {
    margin-bottom: 40px;
  }
  .sec_service .inner_wrapper.bg__golden .text {
    line-height: 2;
  }
  .sec_service .unit_list.flexbox .list:nth-last-child(n+2) {
    padding-right: 20px;
  }
  /* precautions
  ------------------------------------- */
  .sec_precautions {
    padding: 50px 10px;
  }
  .sec_precautions .head__lv2 {
    font-size: 1.8rem;
    margin-bottom: 28px;
  }
  .sec_precautions .head__lv3 {
    font-size: 2rem;
  }
  .sec_precautions .head__lv4 {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .sec_precautions .notes + .head__lv3 {
    margin-top: 30px;
  }
  .sec_precautions .notes {
    font-size: 1.4rem;
    line-height: 2;
  }
  .sec_precautions .unit_list {
    font-size: 1.6rem;
    line-height: 2;
  }
  /* movie
  ------------------------------------- */
  .movie_block {
    margin: 20px -10px 0;
  }
  .movie_block .head__lv3 {
    font-size: 1.8rem;
    padding: 0 10px 10px;
  }
  /* director
  ------------------------------------- */
  .sec_director.of_introduction {
    margin: 0;
    padding: 50px 10px 0;
  }
  .sec_director.of_introduction .head__lv2 {
    font-size: 1.8rem;
    padding-top: 30px;
  }
  .sec_director.of_introduction .director_block {
    margin: 30px 0 10px;
  }
  .sec_director.of_introduction .text {
    margin-top: 0;
    padding: 30px 10px;
  }
  .sec_director.of_introduction .text .copy__head {
    line-height: 1.4;
  }
  .sec_director.of_introduction .copy__catch {
    text-align: center;
  }
  .sec_director.of_introduction .career {
    line-height: 1.8;
    padding-top: 16px;
  }
  /* in hospital intoro
  ------------------------------------- */
  .sec_in_hospital_intoro {
    padding: 50px 10px;
  }
  .sec_in_hospital_intoro .head__lv2 {
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  .sec_in_hospital_intoro .copy__catch {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-top: 20px;
  }
  .sec_in_hospital_intoro .copy__box {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .sec_in_hospital_intoro .copy__read {
    font-size: 1.4rem;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  /* slider
  ------------------------------------- */
  .clinic__slider-wrap {
    margin: 0 -20px;
    max-width: none;
    padding: 0;
  }
  .clinic__slider-text {
    font-size: 1.2rem !important;
    padding: 10px 20px !important;
  }
  .bx-controls-direction a {
    width: 40px;
    height: 40px;
    margin-bottom: 50%;
    margin-top: 30%;
    opacity: 0.5;
  }
  .bx-prev {
    left: 20px;
  }
  .bx-next {
    right: 20px;
  }
  /* access
  ------------------------------------- */
  .sec_access {
    padding: 50px 10px 30px;
  }
  .sec_access .head__lv2 {
    font-size: 1.8rem;
    padding-top: 30px;
  }
  .sec_access .copy__catch {
    font-size: 1.8rem;
    padding-top: 20px;
  }
  .sec_access .access_block {
    flex-flow: column-reverse;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .sec_access .access_block .col {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .sec_access .access_block .col:nth-child(1) {
    padding: 10px;
  }
  .sec_access .access_block .address {
    font-size: 1.4rem;
    padding-top: 0;
  }
  .sec_access .access_block .head__lv3 {
    font-size: 1.8rem;
    padding-top: 20px;
  }
  .sec_access .access_block .nearest_station {
    font-size: 1.4rem;
    padding-top: 10px;
  }
  /* medi treat
  ------------------------------------- */
  .sec_medi_treat {
    margin-top: 0;
    padding: 30px 10px;
  }
  .sec_medi_treat .head__lv2 {
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
  .sec_medi_treat .sub_title {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .sec_medi_treat .hours {
    font-size: 1.8rem;
  }
  .sec_medi_treat .copy__read {
    font-size: 1.4rem;
    padding-top: 5px;
  }
  /* faq
  ------------------------------------- */
  .sec_faq {
    margin-top: 50px;
  }
  .sec_faq .head__lv2 {
    font-size: 2.5rem;
  }
  .sec_faq .faq_block {
    margin: 25px auto 0;
    padding: 0 10px;
  }
  .sec_faq .faq_block .faq_q {
    font-size: 2.5rem;
    height: 40px;
    width: 40px;
  }
  .sec_faq .faq_block .col:not(.faq_q) {
    padding: 7px 0 32px 10px;
  }
  .sec_faq .faq_block .faq_subtitle {
    font-size: 1.8rem;
  }
  .sec_faq .faq_block .faq_read {
    padding-top: 10px;
    font-size: 1.4rem;
  }
  .sec_faq .consideration .head__lv3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .sec_faq .consideration .notes,
  .sec_faq .consideration .consideration_unit {
    padding-top: 20px;
  }
  .sec_faq .consideration .sub_section {
    padding: 30px 10px;
  }
  .sec_faq .consideration .sub_section:nth-child(4) {
    margin-top: 30px;
  }
  .sec_faq .consideration .sub_section:nth-child(1n + 2) {
    margin-top: 30px;
  }
  .sec_faq .consideration .sub_section:nth-child(1n + 5) {
    margin-top: 20px;
  }
  /* contact
  ------------------------------------- */
  .sec_contact {
    margin-top: 50px;
    padding: 46px 20px 50px;
  }
  .sec_contact .head__lv2 {
    font-size: 2.5rem;
    padding-top: 30px;
  }
  .sec_contact .tel_number {
    font-size: 2.5rem;
    padding-top: 20px;
  }
  .sec_contact .hours {
    font-size: 1.1rem;
    padding-top: 10px;
  }
  .sec_contact .btn__mail {
    font-size: 1.4rem;
    padding: 13px 30px 13px 20px;
    width: 100%;
  }
  .sec_contact .btn__mail::after {
    margin: auto 16px auto 0;
  }
  .sec_contact .icn__mail {
    margin-bottom: 4px;
  }
  /* footer
  ------------------------------------- */
  footer {
    font-size: 1rem;
    padding: 18px 20px;
    text-align: left;
  }
}

@media (max-width: 768px) {
    /* medi treat
  ------------------------------------- */
  .sec_medi_treat .hours .content_center {
    display: inline-grid;
    text-align: right;
  }
}

/* breakpoint - font size
------------------------------------- */
@media screen and (max-width: 360px) {
  .sec_medi_treat .hours {
    font-size: calc(112.5% + 5 * (100vw - 360px) / 150)
  }
}

/* アニメーション
----------------------------------------------------- */
.ani_trigger {
  opacity: 0;
  transform: scale(0.9) rotate(0.0001deg);
  transition: opacity 0.4s ease-in-out, transform 0.5s ease-in-out;
}

.is_show {
  animation: is_show 0.5s 0s ease-out 1 normal forwards running;
  opacity: 1;
  transform: scale(1) rotate(0.0001deg);
}

/* アイコン */
.icon-arrow-right {
  height: auto;
}
.icon-gray polyline {
  stroke: #727171 !important;
}
.icon-size18 {
  width: 18px;
}
.icon-size24 {
  width: 24px;
}