.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 970px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  z-index: 1;
}
.home_page .key .inner {
  position: relative;
  max-width: 1500px;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 0;
}
/* .home_page .key .s1 {
  background-image: url(../images/idx_mv01.jpg);
}
.home_page .key .slick-initialized .s2 {
  background-image: url(../images/idx_mv02.jpg);
}
.home_page .key .slick-initialized .s3 {
  background-image: url(../images/idx_mv03.jpg);
} */
.home_page .key .key_text {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: min(10px, 0.5vw);
}
.home_page .key .key_text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  padding-top: 3.5em;
}
/* .home_page .key .key_text .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 46, 78, 0.3);
  z-index: -1;
} */
.home_page .key .catch {
  position: relative;
  z-index: 0;
  padding-left: 9.1em;
  -webkit-animation: fadeInDown 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: fadeInDown 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.home_page .key .catch::before {
  content: "";
  position: absolute;
  top: -10.6em;
  left: -0.8em;
  width: 32.5em;
  height: 42.5em;
  background: url(../images/key_leaf.svg) no-repeat center/contain;
  z-index: -1;
}
.home_page .key .catch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #919191;
  z-index: -1;
  filter: blur(40px);
  mix-blend-mode: multiply;
  opacity: 0.4;
}
.home_page .key .catch h2,
.home_page .key .catch p {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.home_page .key .catch h2 {
  margin-bottom: 0.3958333333em;
  font-size: 4.6em;
  line-height: 1.5833;
}
.home_page .key .catch p {
  font-size: 3em;
  line-height: 2;
}
.home_page .topic_path {
  display: none;
}
.home_page #mainContent {
  position: relative;
}
.key_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.key_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bnr_fix {
  position: fixed;
  bottom: 10px;
  left: 90px;
  border: 1px solid #ee9347;
  max-width: 30em;
  width: 100%;
  height: 11em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 10;
  font-size: 10px;
  background-color: #ee9347;
}
.bnr_fix.active {
  left: 15px;
}
.bnr_fix .ic_close {
  position: absolute;
  top: -1.4em;
  right: -1em;
  width: 3.7em;
  height: 3.7em;
  background: #ee9347 url(../images/ic_close.png) no-repeat center/100% auto;
  z-index: 2;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  border-radius: 50%;
}
.bnr_fix .bnr_cont {
  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;
  width: 100%;
  height: 100%;
  background: url(../images/bnr_fix.jpg) no-repeat center/cover;
  position: relative;
}
.bnr_fix .bnr_tl {
  font-family: var(--f-notosans);
  font-weight: 500;
  text-align: center;
  color: #ee9347;
  font-size: 2.4em;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --height: 35vw;
    --min-height: 550px;
    --max-height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .bnr_fix .ic_close:hover {
    background-color: #dc7b2c;
  }
  .bnr_fix .bnr_cont:hover a {
    background-color: rgba(220, 123, 44, 0.1);
  }
}
@media only screen and (max-width: 1750px) and (min-width: 769px) {
  .home_page .key {
    --max-height: calc(100vh - 6em);
  }
  .home_page .key .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key .key_text {
    font-size: min(0.625em, 1.1vmin);
  }
  .bnr_fix {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key .key_text {
    font-size: 1.1vmin;
  }
  .home_page .key .slick-initialized .s3 {
    background-position: left 45% center;
  }
  .bnr_fix {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .home_page .key .key_text {
    font-size: 0.9vmin;
  }
  .home_page .key .key_text .item {
    padding-top: 0;
    padding-bottom: 3.5em;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .home_page .key {
    z-index: 1;
  }
  .home_page .key .catch {
    padding-left: 5%;
  }
  .home_page .key .inner {
    width: 100%;
  }
  .home_page .key .slick-initialized .s3 {
    background-position: right 20% center;
  }
  .bnr_fix.ac {
    bottom: 75px;
  }
}
.tl_h3 {
  font-size: 20px;
  color: var(--clr3);
  font-weight: 400;
  text-align: center;
  position: relative;
}
.tl_h3 span {
  display: block;
}
.tl_h3 .en {
  font-size: 48px;
  line-height: 1;
  color: var(--main-color);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 9px;
}
.tl_h3 .en::first-letter {
  color: #f6b57f;
}
.tl_h3.tl_white {
  color: #ffffff;
}
.tl_h3.tl_white .en {
  color: #ffffff;
}
.tl_h3.tl_white .en::first-letter {
  color: #ffffff;
}

.h3_st02 {
  position: relative;
  text-align: center;
  font-size: 36px;
  line-height: 1.389;
  color: var(--main-color);
  font-weight: 500;
}
.h3_st02 .en {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: table;
  margin: 0 auto 0.9em;
  padding: 0.45em 1.5em 0.4em;
  -webkit-filter: drop-shadow(9px 6px 0px rgba(211, 184, 163, 0.8));
  filter: drop-shadow(9px 6px 0px rgba(211, 184, 163, 0.8));
  position: relative;
  z-index: 0;
}
.h3_st02 .en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(
    20% 0%,
    0 0,
    12px 50%,
    0 100%,
    20% 100%,
    50% 100%,
    80% 100%,
    100% 100%,
    calc(100% - 12px) 50%,
    100% 0,
    80% 0%,
    50% 0
  );
  z-index: -1;
  background-color: #f6b57f;
}
.h3_st02 .jp {
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .tl_h3 {
    font-size: 20px;
  }
  .tl_h3 .en {
    font-size: 40px;
    margin-top: 5px;
  }
  .h3_st02 {
    font-size: 28px;
  }
  .h3_st02 .en {
    font-size: 18px;
  }
}
.idx01 {
  padding-top: 80px;
  padding-bottom: 81px;
  position: relative;
  z-index: 0;
}
.idx01::before {
  content: "";
  position: absolute;
  bottom: -5.125em;
  right: 5.625em;
  width: 8.75em;
  height: 8.75em;
  background: url(../images/idx01_at.png) no-repeat center/contain;
}

.idx01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background: url(../images/idx01_bg.jpg) no-repeat center/cover;
  opacity: 0.4;
  z-index: -1;
}
.idx01 .inner_max {
  max-width: 1400px;
  /* padding-top: 80px;
  padding-bottom: 81px; */
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  border-radius: 20px;
}
.idx01 .inner_max::before {
  content: "";
  position: absolute;
  top: -0.875em;
  left: -5.0625em;
  width: 10.0625em;
  height: 8.25em;
  background: url(../images/idx01_before.png) no-repeat center/contain;
}
.idx01 .inner_big {
  max-width: 1480px;
}
.idx01 .tl_h3 {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 20px;
}
/* .idx01 .tl_h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.2em;
  width: 3px;
  height: 3.7777777778em;
  background-color: var(--clr3);
} */
.idx01 .tl_h3 .jp {
  margin-left: 3px;
  margin-top: -1px;
}
.idx01 .tl_h3 .en {
  margin-top: 0;
}
.idx01 .box_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* background-color: #ffffff; */
  padding: 60px 40px;
}
.idx01 .box_news:nth-child(2) .tl_h3 {
  color: #f6b57f;
}
.idx01 .box_news:nth-child(2) .tl_h3::before {
  background-color: #f6b57f;
}
.idx01 .list_post {
  --w: 120px;
  margin-top: 29px;
  position: relative;
}
.idx01 .list_post a {
  color: #333333;
  text-decoration: none;
  padding: 19px 30px 21px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  max-width: 100%;
  position: relative;
}
.idx01 .list_post a::before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--clr3);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  z-index: 1;
}
.idx01 .list_post a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 6px;
  height: 8px;
  background-color: var(--clr3);
}
.idx01 .list_post .date {
  width: var(--w);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.idx01 .list_post .title {
  width: calc(100% - var(--w));
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx01 .list_post li {
  border-bottom: 1px solid rgba(216, 229, 240, 0.5);
}
.idx01 .cm_btn a {
  padding-left: 3px;
  padding-right: 18px;
  padding-bottom: 3px;
  margin-right: -2px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.idx01 .cm_btn a::after {
  top: 2px;
  bottom: 0;
  right: 4px;
}

@media only screen and (min-width: 769px) {
  .idx01 .tl_h3 {
    text-align: left;
    align-self: flex-end;
  }
  .idx01 .tl_h3 .en {
    font-size: 36px;
  }
  .idx01 .cm_btn {
    align-self: flex-start;
  }
  .idx01 .box_news {
    display: grid;
    grid-template-columns: 18% 82%;
    justify-content: flex-start;
    width: 100%;
  }
  .idx01 .list_post {
    grid-column-start: 2;
    grid-row: 1 / span 2;
    height: 100%;
    padding-left: 5%;
  }
  .idx01 .list_post::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: rgb(199 199 199 / 50%);
  }
  .idx01 .list_post a:hover {
    opacity: 1;
    color: var(--clr3);
  }
  .idx01 .list_post a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
@media only screen and (max-width: 1750px) and (min-width: 769px) {
  .idx01 .inner_max {
    width: 90%;
  }
  .idx01 .inner_max::before {
    left: -3.5625em;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx01::before {
    bottom: -2.125em;
    right: 1.625em;
    width: 6.75em;
    height: 6.75em;
  }
  .idx01 .tl_h3 {
    font-size: 28px;
  }
  .idx01 .tl_h3 .en {
    font-size: 30px;
    letter-spacing: 0;
  }
  .idx01 .inner_max {
    padding-left: 10px;
    padding-right: 10px;
  }
  .idx01 .inner_max::before {
    font-size: min(14px, 1.3vw);
  }
  .idx01 .box_news {
    padding: 30px 20px 40px;
    grid-template-columns: 25% 75%;
  }
  .idx01 .list_post {
    margin-top: 14px;
    --w: 100px;
  }
  .idx01 .cm_btn a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .idx01::after {
    height: 100%;
  }
}

.idx02 {
  position: relative;
  padding: 92px 0 90px;
  background: #ecf2f7 url(../images/idx02_bg.png) no-repeat top center/100% auto;
}
.idx02 .tl_h3 {
  margin-bottom: 26px;
}
.idx02 .tl_h3 .en {
  margin-top: 0;
}
.idx02 .txt_en {
  position: absolute;
  top: 53px;
  left: calc(50% - 50vw);
  z-index: 1;
  font-size: min(0.9vw, 10px);
}
.idx02 .txt_en .text {
  -webkit-animation: marquee 67.96s linear 0s infinite normal;
  animation: marquee 67.96s linear 0s infinite normal;
  display: block;
  width: 3780em;
  min-width: 546vw;
  height: 5.4em;
  background: url(../images/idx02_text_slide.png) repeat-x left top;
  background-size: 189em 5.4em;
}
.idx02 .block_greeting {
  position: relative;
  z-index: 0;
  padding-top: 107px;
}
.idx02 .block_greeting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 160px);
  height: 780px;
  background-image: url(../images/idx02_img01.png), url(../images/idx_greeting_bg.jpg);
  background-repeat: no-repeat;
  background-size:
    586px auto,
    cover;
  background-position:
    left 20px bottom -1px,
    center;
  z-index: -1;
  border-radius: 20px;
}
.idx02 .greeting_cont {
  padding: 77px 78px 69px;
  border-radius: 20px;
  background-color: #ffffff;
}
.idx02 .greeting_cont > p {
  line-height: 1.875;
}
.idx02 .box_name {
  position: absolute;
  top: 98px;
  left: 17px;
  background-color: var(--main-color);
  border-radius: 12px;
  padding: 1.1875em 1.5625em 1.5em 1.6875em;
  color: #ffffff;
  text-align: center;
}
.idx02 .box_name p {
  line-height: 1;
  letter-spacing: 0.1em;
}
.idx02 .box_name .pos {
  font-size: 1.125em;
  font-weight: 400;
  padding-bottom: 0.8333333333em;
  margin-bottom: 0.7777777778em;
  position: relative;
}
.idx02 .box_name .pos::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8.3333333333em;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.idx02 .box_name .name {
  font-size: 1.875em;
  font-weight: bold;
}
.idx02 .box_name .name span {
  font-size: 0.4em;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
.idx02 .gr_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.idx02 .gr_btn .cm_btn {
  margin: 10px 20px;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-756em);
    transform: translateX(-756em);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-756em);
    transform: translateX(-756em);
  }
}
@media only screen and (min-width: 769px) {
  .idx02 .tl_h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .idx02 .tl_h3 .jp {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 10px;
  }
  .idx02 .tl_h3 .en {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .idx02 .block_greeting {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .idx02 .greeting_img {
    width: 50%;
    position: relative;
    top: -8px;
    left: 17px;
  }
  .idx02 .greeting_cont {
    width: 50%;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 769px) {
  .idx02 .inner_max {
    width: 95%;
  }
  .idx02 .block_greeting::before {
    background-size:
      517px auto,
      cover;
    background-position:
      left 25px bottom -1px,
      center;
  }
  .idx02 .box_name {
    top: 24px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .idx02 .txt_en {
    top: 47px;
    font-size: 7px;
  }
  .idx02 .block_greeting {
    padding-top: 85px;
  }
  .idx02 .block_greeting:before {
    background-size:
      48% auto,
      cover;
    background-position:
      left 3px bottom -1px,
      center;
    height: 635px;
  }
  .idx02 .gr_btn {
    margin-top: 15px;
  }
  .idx02 .gr_btn .cm_btn {
    margin: 10px 10px;
  }
  .idx02 .box_name {
    left: 43px;
    top: -1em;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx02 {
    padding: 65px 0 75px;
  }
  .idx02 .block_greeting:before {
    width: calc(100% - 90px);
    height: 465px;
  }
  .idx02 .greeting_img {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .idx02 .greeting_cont {
    padding: 55px 3% 55px;
  }
  .idx02 .tl_h3 .en {
    font-size: 35px;
  }
  .idx02 .box_name {
    top: 250px;
    left: -6px;
    font-size: 12px;
  }
}
.idx03 {
  background-color: #ecf2f7;
  padding-bottom: 110px;
  padding-top: 100px;
}
.idx03 .tl_h3 {
  margin-bottom: 50px;
}
.idx03 .idx_logo {
  max-width: 468px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 24px;
}
.idx03 .idx_logo a:hover {
  opacity: 1;
}
.idx03 .block_clinic {
  background: url(../images/idx03_bg.jpg) no-repeat center/cover;
  padding: 85px 30px 90px;
  color: #ffffff;
  border-radius: 20px;
}
.idx03 .block_clinic > div {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.idx03 .box_infor {
  --w: 90px;
  margin-bottom: 20px;
}
.idx03 .box_infor dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 7px;
  margin-bottom: 19px;
}
.idx03 .box_infor dl:nth-child(2) {
  margin-bottom: 12px;
}
.idx03 .box_infor dl:last-child {
  margin-bottom: 0;
}
.idx03 .box_infor dt {
  width: var(--w);
}
.idx03 .box_infor dd {
  width: calc(100% - var(--w));
}
.idx03 .box_infor dt,
.idx03 .box_infor dd {
  line-height: 1.875;
}
.idx03 .box_infor .tt_22 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #ffffff;
}
.idx03 .col_img img {
  border-radius: 12px;
}
.idx03 .cm_btn {
  margin: 30px auto 0;
}
.idx03 .col .cm_btn {
  margin-left: auto;
  margin-right: 6px;
  margin-bottom: 34px;
  display: table;
}
.idx03 .col.col_map .cm_btn {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
.idx03_map {
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid #ffffff;
  height: 450px;
  margin-bottom: 15px;
}
.idx03_map iframe {
  height: 100%;
}
.idx03_banner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.idx03_banner .bnr {
  max-width: 610px;
}
.idx03_banner .bnr a {
  background-color: #ffffff;
}
.idx03_banner .bnr a:hover {
  opacity: 1;
}
.idx03_img {
  margin-top: 60px;
}
.idx03_img img {
  border-radius: 12px;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_infor .col {
    max-width: 610px;
    width: 48%;
  }
  .idx03_banner {
    margin-top: 68px;
    margin-bottom: 40px;
  }
  .idx03_banner .bnr {
    max-width: 610px;
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
  }
  .idx03_banner .bnr:last-child {
    margin-right: 0;
  }
  .idx03_banner .bnr a:hover {
    opacity: 0.85;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx03 {
    padding-bottom: 30px;
    padding-top: 70px;
  }
  .idx03 .tl_h3 {
    margin-bottom: 30px;
  }
  .idx03 .block_clinic {
    padding-bottom: 80px;
  }
  .idx03 .idx_infor .col {
    width: 44%;
  }
  .idx03 .idx_infor .col:first-child {
    width: 52%;
  }
  .idx03 .box_infor {
    --w: 70px;
  }
  .idx03 .box_infor dt,
  .idx03 .box_infor dd {
    letter-spacing: 0.05em;
  }
  .idx03 .box_infor .tt_22 {
    font-size: 20px;
  }
  .idx03_map {
    max-height: 425px;
    height: 42vw;
  }
  .idx03_banner {
    margin-top: 45px;
  }
  .idx03_banner .bnr {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
  .idx03 .map_note {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .idx03_img {
    margin-top: 40px;
  }
}
.idx04 {
  padding: 74px 0 89px;
}
.idx04_title {
  max-width: 1085px;
  width: 90%;
  margin: 0 auto 48px;
  position: relative;
}
.idx04_title::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -50px;
  background: url(../images/leaves_bf.svg) no-repeat center/contain;
  width: 98px;
  height: 151px;
}
.idx04_title p {
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 2;
}
.idx04 .tl_h3 {
  margin-bottom: 32px;
}
.idx04 .tl_h3 .en {
  line-height: 1.4;
}
.idx04 h4 {
  font-size: 22px;
  font-family: var(--f-notosans);
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--main-color);
  text-align: center;
  border-bottom: 1px solid rgba(54, 71, 137, 0.2);
  padding-bottom: 15px;
  margin-bottom: 19px;
}
.idx04 .block_l_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 584px;
  margin-left: auto;
  margin-right: auto;
}
.idx04 .block_l_btn .btn_it {
  max-width: 280px;
  width: calc(50% - 12px);
  margin: 6px;
}
.idx04 .block_l_btn .btn_it a {
  background-color: #5c8ac8;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  padding: 11px 20px 8px;
  font-size: 18px;
  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;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #5c8ac8;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.idx04 .block_l_btn .btn_it a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  width: 7px;
  height: 9px;
  background-color: #ffffff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.idx04 .block_l_btn .btn_it a:hover {
  opacity: 1;
}
.idx04 .block_l_btn.st02 .btn_it a {
  color: #5c8ac8;
}
.idx04 .block_l_btn.st02 .btn_it a::before {
  background-color: #ffffff;
}
.idx04 .block_l_btn.st02 .btn_it a::after {
  background-color: #5c8ac8;
}
.idx04 .st_orange h4 {
  color: #ee9347;
  border-color: rgb(238, 147, 71, 0.5);
}
.idx04 .st_orange .block_l_btn .btn_it a {
  background-color: #ee9347;
  border-color: #ee9347;
}
.idx04 .st_orange .block_l_btn.st02 .btn_it a {
  color: #ee9347;
  background-color: #ffffff;
}
.idx04 .st_orange .block_l_btn.st02 .btn_it a::after {
  background-color: #ee9347;
}

.bx_disease {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bx_disease:last-child {
  margin-bottom: 0;
}
.bx_disease .disease_icon {
  width: 90px;
  background-color: #fde6d0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  box-shadow: 0 0 2px #e77317;
}
.bx_disease .disease_icon img {
  max-width: 47px;
}
.bx_disease .disease_icon.w_img50 img {
  max-width: 50px;
}
.bx_disease .block_l_btn {
  width: calc(100% - 120px);
  align-self: center;
}
.idx04 .block_l_btn .btn_it.m_r10 {
  margin-right: 10px;
}
@media only screen and (min-width: 769px) {
  .idx04 .block_l_btn.col4 {
    max-width: 100%;
  }
  .idx04 .block_l_btn.col4 .btn_it {
    width: calc(25% - 12px);
    max-width: 320px;
  }
  .idx04 .block_l_btn .btn_it a::before {
    content: "";
    position: absolute;
    top: 0;
    background: #5c8ac8;
    width: 150%;
    height: 111%;
    left: -25%;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    transition:
      transform 0.4s cubic-bezier(0.3, 1, 0.8, 1),
      -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    z-index: -1;
    border-radius: 40px;
  }
  .idx04 .block_l_btn .btn_it a:hover {
    background-color: #ffffff;
    color: #5c8ac8;
  }
  .idx04 .block_l_btn .btn_it a:hover::before {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .idx04 .block_l_btn .btn_it a:hover::after {
    background-color: #5c8ac8;
  }
  .idx04 .block_l_btn.st02 .btn_it a:hover {
    background-color: #5c8ac8;
    color: #ffffff;
  }
  .idx04 .block_l_btn.st02 .btn_it a:hover::after {
    background-color: #ffffff;
  }
  .idx04 .st_orange .block_l_btn .btn_it a::before {
    background: #ee9347;
  }
  .idx04 .st_orange .block_l_btn .btn_it a:hover {
    color: #ee9347;
  }
  .idx04 .st_orange .block_l_btn .btn_it a:hover::after {
    background-color: #ee9347;
  }
  .idx04 .st_orange .block_l_btn.st02 .btn_it a:hover {
    background-color: #ee9347;
    color: #ffffff;
  }
  .idx04 .st_orange .block_l_btn.st02 .btn_it a::before {
    background-color: #ffffff;
  }
  .idx04 .st_orange .block_l_btn.st02 .btn_it a:hover::after {
    background-color: #ffffff;
  }
  .idx04 .col {
    width: 49%;
    max-width: 610px;
  }
}
.a_br {
  display: none;
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx04 .block_l_btn .btn_it a {
    font-size: min(17px, 1.24vw);
    letter-spacing: 0.05em;
    padding: 11px 20px 8px 15px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx04 .tl_h3 {
    margin-bottom: 16px;
  }
  .idx04 h4 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .idx04 .block_l_btn .btn_it {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .idx04 .block_l_btn .btn_it a {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 11px 23px 8px 13px;
  }
  .idx04 .a_br {
    display: block;
  }
  .bx_disease .disease_icon {
    width: 70px;
    padding: 10px 10px;
  }
  .bx_disease .disease_icon img {
    max-width: 40px;
  }
  .bx_disease .block_l_btn {
    width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx04 .col {
    width: 100%;
  }
  .idx04 .col:last-child {
    margin-top: 40px;
  }
}
.idx05 {
  padding: 84px 0 70px;
  background: url(../images/idx05_bg.jpg) no-repeat center/cover;
}
.idx05 .tl_h3 {
  margin-bottom: 42px;
}
.idx05 .block_treatment {
  --w-img: 8.75em;
}
.idx05 .block_treatment .treatment_it {
  background-color: #ffffff;
  padding: 1.25em 1.125em 4em;
  border-radius: 6px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  --clr: #364789;
}
.idx05 .block_treatment .treatment_it:nth-child(2n + 2) {
  --clr: #f6b57f;
}
.idx05 .block_treatment .treatment_it:nth-child(2n + 2) .treatment_img {
  background-color: #fdf3e6;
}
.idx05 .block_treatment .treatment_it:nth-child(2n + 2) .treatment_cont .cir_tt {
  color: #e99a59;
}
.idx05 .block_treatment .treatment_it::after {
  content: "";
  position: absolute;
  bottom: 0.6875em;
  right: 0;
  left: 0;
  margin: auto;
  width: 2em;
  height: 2em;
  background: var(--clr) url(../images/ic_arr.png) no-repeat center/100% auto;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx05 .block_treatment .box_in {
  text-align: center;
}
.idx05 .block_treatment .treatment_img {
  width: var(--w-img);
  height: var(--w-img);
  background-color: #e7ebf7;
  border-radius: 50%;
  margin: 0 auto 0.7692307692em;
}
.idx05 .block_treatment .treatment_img img {
  max-width: 100%;
}
.idx05 .block_treatment .treatment_tl {
  padding-left: 0;
  line-height: 1.38461;
  font-size: 1.625em;
  font-weight: bold;
  color: var(--clr);
  padding-top: 0.1538461538em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media only screen and (min-width: 769px) {
  .idx05 .block_treatment .treatment_it {
    width: calc((100% - 5em) / 3);
    margin-right: 2.5em;
    margin-bottom: 1.875em;
  }
  /* .idx05 .block_treatment .treatment_it.it_w50 {
    width: calc((100% - 2.5em) / 2);
    max-width: 25em;
  } */
  .idx05 .block_treatment .treatment_it:nth-child(3),
  .idx05 .block_treatment .treatment_it:last-child {
    margin-right: 0;
  }
  .idx05 .block_treatment .treatment_it:nth-child(5) {
    margin-right: 2.5em;
  }
  .idx05 .block_treatment .treatment_it:nth-child(2n + 2):hover::after {
    background-image: url(../images/ic_arr_orange.png);
  }
  .idx05 .block_treatment .treatment_it:hover {
    background-color: var(--clr);
  }
  .idx05 .block_treatment .treatment_it:hover::after {
    background-image: url(../images/ic_arr_blue.png);
    background-color: #ffffff;
  }
  .idx05 .block_treatment .treatment_it:hover .treatment_tl {
    color: #ffffff;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .idx05 {
    padding: 70px 0 60px;
  }
  .idx05 .tl_h3 {
    margin-bottom: 20px;
  }
  .idx05 .block_treatment {
    font-size: min(16px, 1.111vw);
    padding: 0 3.5%;
  }
  .idx05 .block_treatment .treatment_it {
    width: calc((100% - 3em) / 3);
    margin-right: 1.5em;
  }
}
.idx06 {
  margin-top: -100px;
  padding: 140px 0 91px;
  background: url(../images/idx06_bg.jpg) no-repeat top center/cover;
}
.idx06 .h3_st02 {
  margin-bottom: 54px;
}
.idx06 .h3_st02::before {
  content: "";
  position: absolute;
  top: -70px;
  right: 6px;
  mask-image: url(../images/leaves_bf1.svg);
  -webkit-mask-image: url(../images/leaves_bf1.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #ffffff;
  opacity: 0.8;
  width: 98px;
  height: 151px;
}
.idx06 h4 {
  font-size: 36px;
  line-height: 1.6;
  font-family: var(--f-notosans);
  font-weight: 500;
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 5px;
  margin-bottom: 33px;
  letter-spacing: 0.12em;
}
.idx06 h4 span {
  font-size: 48px;
}
.idx06 h5 {
  display: table;
  font-family: var(--f-notosans);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  background: rgba(246, 181, 127, 0.5);
  background: linear-gradient(0deg, rgba(246, 181, 127, 0.5) 12px, rgba(255, 255, 255, 0) 12px);
  padding: 0 6px 0 9px;
  color: var(--main-color);
  margin-top: 25px;
  margin-bottom: 24px;
}
.idx06 .inner_big {
  position: relative;
}
.idx06 .idx_list li {
  position: relative;
  padding-left: 29px;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.idx06 .idx_list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--main-color);
}
.idx06 .block_ct {
  position: relative;
  z-index: 0;
  padding: 50px 0 40px;
}
.idx06 .block_ct::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(70% + 320px);
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: -1;
}
.idx06 .block_ct .ct_img {
  border-radius: 12px;
}

.idx06 .block_circle {
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
}

.idx06 .block_circle .link > a {
  border-radius: 50%;
}
.idx06 .block_circle .circle_it {
  max-width: 15.25em;
  height: 15.25em;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.125em 1.25em 4.25em 1.25em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.9375em;
}
.idx06 .block_circle .circle_it::after {
  content: "";
  position: absolute;
  bottom: 1.2em;
  right: 0;
  left: 0;
  margin: auto;
  width: 1.8em;
  height: 1.8em;
  background: #ee9347 url(../images/ic_arr.png) no-repeat center/100% auto;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx06 .block_circle .circle_it.it01 .circle_img img {
  width: 5.5em;
  height: 5.75em;
}
.idx06 .block_circle .circle_it.it02 .circle_img img {
  width: 5em;
  height: 7.6875em;
}
.idx06 .block_circle .circle_it.it03 .circle_img img {
  width: 6.5em;
  height: 5.625em;
}
.idx06 .block_circle .circle_it.it04 .circle_img img,
.idx06 .block_circle .circle_it.it05 .circle_img img {
  width: 6.5em;
  height: 6.5em;
}
.idx06 .block_circle .circle_it.it06 .circle_img img {
  width: 6.875em;
  height: 6.875em;
}
.idx06 .block_circle .circle_tl {
  font-size: 1.5em;
  font-weight: bold;
  color: #ee9347;
  line-height: 1.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx06 .block_circle .circle_img {
  width: 100%;
  height: 7.6875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.5em;
}
.idx06 .block_circle .circle_img img {
  max-height: 100%;
}
.idx06 .cm_btn {
  margin-left: auto;
  margin-top: 35px;
}
@media only screen and (min-width: 1921px) {
  .idx06 {
    margin-top: -7vw;
  }
}
@media only screen and (min-width: 769px) {
  .idx06 h4 {
    padding-left: 6px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .idx06 .block_ct {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 78px;
  }
  .idx06 .block_ct:last-child {
    margin-bottom: 0;
  }
  .idx06 .block_ct .ct_img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    overflow: hidden;
    max-width: 580px;
    height: 580px;
    align-self: flex-start;
  }
  .idx06 .block_ct .ct_img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .idx06 .block_ct .ct_cont {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .idx06 .block_ct .ct_cont p {
    font-size: 18px;
    line-height: 2.333;
    padding-left: 9px;
  }
  .idx06 .block_ct.b_img_r {
    -ms-grid-columns: calc(50% - 50px) calc(50% - 20px);
    grid-template-columns: calc(50% - 50px) calc(50% - 20px);
  }
  .idx06 .block_ct.b_img_r::before {
    left: -320px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .idx06 .block_ct.b_img_r h4 {
    margin-top: -24px;
  }
  .idx06 .block_ct.b_img_r .ct_img {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .idx06 .block_ct.b_img_l {
    -ms-grid-columns: calc(50% - 20px) calc(50% - 50px);
    grid-template-columns: calc(50% - 20px) calc(50% - 50px);
  }
  .idx06 .block_ct.b_img_l::before {
    right: -320px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .idx06 .block_ct.b_img_l h4 {
    margin-top: -14px;
    margin-bottom: 31px;
    padding-bottom: 9px;
  }
  .idx06 .block_ct.b_img_l h5 {
    margin-top: 27px;
    margin-bottom: 23px;
  }
  .idx06 .block_ct.b_img_l .ct_img {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .idx06 .block_circle .circle_it {
    width: calc((100% - 3.75em) / 3);
    margin-right: 0.9375em;
  }
  .idx06 .block_circle .circle_it:nth-child(3n + 3),
  .idx06 .block_circle .circle_it:last-child {
    margin-right: 0;
  }
  .idx06 .block_circle .circle_it:hover {
    background-color: #ee9347;
  }
  .idx06 .block_circle .circle_it:hover::after {
    background-image: url(../images/ic_arr_orange.png);
    background-color: #ffffff;
  }
  .idx06 .block_circle .circle_it:hover .circle_img img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .idx06 .block_circle .circle_it:hover .circle_tl {
    color: #ffffff;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .idx06 .block_ct .ct_img {
    max-height: 680px;
    height: 42vw;
  }
  .idx06 .block_ct.b_img_l {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .idx06 h4 {
    font-size: 26px;
    margin-bottom: 22px;
  }
  .idx06 h4 span {
    font-size: 40px;
  }
  .idx06 h5 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 18px;
    background: linear-gradient(0deg, rgba(246, 181, 127, 0.5) 10px, rgba(255, 255, 255, 0) 10px);
  }
  .idx06 .block_ct.b_img_r {
    -ms-grid-columns: calc(50% - 20px) calc(50% - 20px);
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  }
  .idx06 .block_ct.b_img_r h4 {
    margin-top: 0;
  }
  .idx06 .block_ct.b_img_l {
    -ms-grid-columns: calc(50% - 20px) calc(50% - 20px);
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  }
  .idx06 .block_ct.b_img_l h4 {
    margin-bottom: 18px;
    margin-top: 0;
  }
  .idx06 .block_circle {
    font-size: min(16px, 1.11vw);
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx06 .h3_st02::before {
    width: 78px;
    height: 131px;
  }
  .idx06 .block_ct {
    padding: 40px 0 50px;
  }
  .idx06 .block_ct .ct_cont p {
    font-size: 16px;
    line-height: 2;
  }
  .idx06 .idx_list li {
    font-size: 16px;
    padding-left: 25px;
  }
  .idx06 .idx_list li::before {
    top: 9px;
  }
  .idx06 .block_circle {
    font-size: min(16px, 1.5vw);
  }
  .idx06 .block_circle .circle_it {
    padding: 1.125em 1.25em 5.25em 1.25em;
    width: calc((100% - 1.875em) / 3);
  }
  /* .idx06 .block_circle .circle_it::after {
    font-size: 1.4vw;
    bottom: 1em;
  }
  .idx06 .block_circle .circle_img {
    margin-bottom: 1em;
    font-size: 1.2vw;
  }
  .idx06 .block_circle .circle_tl {
    font-size: 2em;
  } */
}
.idx07 {
  position: relative;
  z-index: 0;
  padding: 98px 0 99px;
}
.idx07::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/idx07_bg.jpg);
  background-position:
    bottom center,
    center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  mask-image: url(../images/idx07_mask.svg);
  -webkit-mask-image: url(../images/idx07_mask.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center bottom;
  -webkit-mask-position: center bottom;
  z-index: -1;
}
.idx07 .box_title {
  position: relative;
  z-index: 0;
}
.idx07 .box_title::before,
.idx07 .box_title::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin: 0 -50vw;
  z-index: -1;
}
.idx07 .box_title::before {
  background-color: #ffffff;
  height: calc(100% + 49px);
  top: -99px;
}
.idx07 .box_title::after {
  background: url(../images/idx07_bg01.png) no-repeat center bottom/1920px 300px;
  height: 250px;
  bottom: -100px;
}
.idx07 .h3_st02 {
  margin-bottom: 100px;
}
.idx07 .h3_st02::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  background: url(../images/leaves_bf.svg) no-repeat center/contain;
  width: 98px;
  height: 151px;
}
.idx07 .txt_catch {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: var(--main-color);
  border-radius: 6px;
  padding: 6px 10px 3px;
  margin-bottom: 41px;
  text-align: center;
}
.idx07 p:not(.txt_catch) {
  font-size: 18px;
  line-height: 2.33333;
}
.idx07 .b_cont {
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 99px 0 118px;
  position: relative;
}
.idx07 .cm_btn {
  margin: 39px auto 0;
}

@media only screen and (min-width: 1920px) {
  .idx07 {
    background-size:
      100% 91px,
      cover;
  }
  .idx07 .box_title::after {
    background-size: 100% 300px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx07 {
    background-size:
      100% 91px,
      cover;
  }
  .idx07 .box_title::after {
    background-size: 100% 180px;
    bottom: -74px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx07 {
    padding: 70px 0;
  }
  .idx07 .box_title::before {
    top: -70px;
  }
  .idx07 .box_title::after {
    bottom: -59px;
  }
  .idx07 .h3_st02::before {
    width: 70px;
    height: 99px;
    top: 48px;
    left: 0;
  }
  .idx07 .txt_catch {
    font-size: min(20px, 2.5vw);
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .idx07 p:not(.txt_catch) {
    font-size: 16px;
  }
  .idx07 .b_cont {
    padding: 50px 0 75px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx07 .h3_st02 .sp_450 {
    display: block !important;
  }
}
.idx08 {
  padding: 75px 0 91px;
}
.idx08 .tl_h3 {
  margin-bottom: 41px;
}
.idx08 h4 {
  font-family: var(--f-notosans);
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 22px;
  text-align: center;
}
.idx08 .block_special .item {
  border-radius: 12px;
  overflow: hidden;
}
.idx08 .block_special .item:nth-child(1) .special_title {
  background-color: #5c8ac8;
}
.idx08 .block_special .item:nth-child(1) .special_title::before {
  background-color: #76a4e1;
}
.idx08 .block_special .item:nth-child(1) .special_cont {
  background-image: url(../images/idx08_it_bg01.jpg);
}
.idx08 .block_special .item:nth-child(1) .special_cont .circle {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(178, 219, 255)), to(rgb(238, 246, 253)));
  background-image: linear-gradient(90deg, rgb(178, 219, 255) 0%, rgb(238, 246, 253) 100%);
  background-color: rgb(178, 219, 255);
}
.idx08 .block_special .item:nth-child(1) .special_cont .circle::before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(238, 246, 253)),
    color-stop(65%, rgb(178, 219, 255))
  );
  background-image: linear-gradient(90deg, rgb(238, 246, 253) 0%, rgb(178, 219, 255) 65%);
}
.idx08 .block_special .item:nth-child(2) .special_title {
  background-color: #f6b57f;
  padding-right: 31px;
}
.idx08 .block_special .item:nth-child(2) .special_title::before {
  background-color: #fdc698;
}
.idx08 .block_special .item:nth-child(2) .special_title .img {
  padding-top: 5px;
}
.idx08 .block_special .item:nth-child(2) .special_cont {
  background-image: url(../images/idx08_it_bg02.jpg);
}
.idx08 .block_special .item:nth-child(2) .special_cont .circle {
  background-color: rgb(255, 218, 188);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 218, 188)), to(rgb(255, 242, 231)));
  background-image: linear-gradient(90deg, rgb(255, 218, 188) 0%, rgb(255, 242, 231) 100%);
}
.idx08 .block_special .item:nth-child(2) .special_cont .circle::before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(255, 242, 231)),
    color-stop(65%, rgb(255, 218, 188))
  );
  background-image: linear-gradient(90deg, rgb(255, 242, 231) 0%, rgb(255, 218, 188) 65%);
}
.idx08 .block_special .item:nth-child(2) .special_cont .circle::after {
  background-image: url(../images/ic_arr_orange.svg);
}
.idx08 .block_special .item:nth-child(2) .special_cont .cir_tt {
  color: #e99a59;
}
.idx08 .block_special .special_title {
  color: #ffffff;
  padding: 64px 33px 72px 54px;
  position: relative;
  z-index: 0;
}
.idx08 .block_special .special_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mask-image: url(../images/ic_logo.svg);
  -webkit-mask-image: url(../images/ic_logo.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 301px auto;
  -webkit-mask-size: 301px auto;
  mask-position: center;
  -webkit-mask-position: center;
}
.idx08 .block_special .special_title p {
  line-height: 1.875;
}
.idx08 .block_special .special_title img {
  max-width: 258px;
  width: 100%;
}
.idx08 .block_special .special_cont {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 38px 20px 58px;
}
.idx08 .block_special .special_cont .circle {
  max-width: 15.125em;
  height: 15.125em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 1.75em 0.625em 0.625em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.idx08 .block_special .special_cont .circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.idx08 .block_special .special_cont .circle::after {
  content: "";
  position: absolute;
  bottom: 1.5625em;
  right: 0;
  left: 0;
  margin: auto;
  width: 2em;
  height: 2em;
  background: #ffffff url(../images/ic_arr_blue.svg) no-repeat calc(50% + 0.0625em) 50%/0.375em auto;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.idx08 .block_special .special_cont .link > a {
  border-radius: 50%;
}
.idx08 .block_special .special_cont .cir_tt {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  color: var(--main-color);
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  .idx08 .block_special .special_title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45% 50%;
    grid-template-columns: 45% 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .idx08 .block_special .special_title .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / span 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    padding-top: 8px;
  }
}
@media only screen and (min-width: 769px) {
  .idx08 .block_special .item {
    width: 48.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .idx08 .block_special .special_title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .idx08 .block_special .special_cont .circle {
    width: calc(50% - 2em);
    margin: 0.625em 1em;
  }
  .idx08 .block_special .special_cont .circle:hover::before {
    opacity: 1;
  }
  .idx08 .block_special .special_cont .circle:hover::after {
    bottom: 1.2em;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx08 {
    padding: 60px 0;
  }
  .idx08 h4 {
    font-size: 22px;
    padding-bottom: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .idx08 .block_special .special_title {
    padding: 50px 20px 55px 20px;
  }
  .idx08 .block_special .special_title .img {
    max-width: 200px;
    height: 169px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px auto 10px;
  }
  .idx08 .block_special .special_cont {
    padding: 38px 0px 45px;
  }
  .idx08 .block_special .special_cont .circle {
    font-size: min(16px, 1.3vw);
  }
  .idx08 .block_special .special_cont .cir_tt {
    font-size: 1.7em;
  }
}
.idx09 {
  padding: 84px 0 88px;
  background-color: #f8f9f9;
}
.idx09 .tl_h3 {
  margin-bottom: 41px;
}
.idx09 .inner_big {
  position: relative;
}
.idx09 .inner_big::before {
  content: "";
  position: absolute;
  top: -126px;
  right: -50px;
  background: url(../images/leaves_bf.svg) no-repeat center/contain;
  width: 132px;
  height: 207px;
}
.idx09 .block_feature .feature_it:nth-child(2n + 2) .cm_btn a {
  border-color: #364789;
  background-image: linear-gradient(to right, #f6b57f, #f6b57f 50%, #364789 50%);
}
.idx09 .block_feature .feature_it:nth-child(2n + 2) .cm_btn a:before,
.idx09 .block_feature .feature_it:nth-child(2n + 2) .cm_btn a::after {
  background-color: #f6b57f;
}
.idx09 .block_feature .feature_img {
  position: relative;
  margin-bottom: 29px;
}
.idx09 .block_feature .feature_img img {
  border-radius: 12px;
}

.idx09 .block_feature .num {
  width: 106px;
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  font-family: var(--f-gothic);
  font-size: 14px;
  background-color: #5c8ac8;
  border-radius: 50%;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 11px;
  padding-top: 12px;
  position: absolute;
  top: 20px;
}
.idx09 .block_feature .num span {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 1px;
}

.idx09 .block_feature h4 {
  color: var(--main-color);
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 15px;
}
.idx09 .cm_btn {
  margin: 50px auto 0;
}

@media only screen and (min-width: 769px) {
  .idx09 .block_feature .feature_it {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .idx09 .block_feature .feature_it:last-child {
    margin-bottom: 0;
  }
  .idx09 .block_feature .feature_img {
    width: 47%;
    z-index: 1;
  }
  .idx09 .block_feature .feature_cont {
    width: 53%;
    padding-top: 95px;
    padding-bottom: 80px;
    position: relative;
    z-index: 0;
    margin-top: 80px;
  }
  .idx09 .block_feature .feature_cont::before {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% + 400px);
    height: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    z-index: -1;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 1) .feature_cont {
    padding-left: 65px;
    padding-right: 60px;
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 1) .feature_cont::before {
    right: 0;
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 1) .num {
    right: -145px;
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 2) {
    flex-direction: row-reverse;
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 2) .feature_cont {
    padding-left: 65px;
    padding-right: 70px;
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 2) .num {
    left: -145px;
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 2) .feature_cont::before {
    left: 0;
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 2) h4 {
    color: #e99a59;
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 2) .num {
    background-color: #f6b57f;
  }
  .idx09 .block_feature .cm_btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 2) .cm_btn a:hover:after {
    background-color: var(--main-color);
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx09 .inner_big::before {
    width: 96px;
    height: 150px;
    right: 50px;
  }
  /* .idx09 .block_feature .feature_it {
    padding-left: 20px;
  }
  .idx09 .block_feature h4 {
    left: -20px;
  } */
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx09 .tl_h3 {
    margin-bottom: 20px;
  }
  .idx09 .block_feature h4 {
    font-size: 22px;
  }
  /* .idx09 .block_feature h4 span {
    margin-bottom: 8px;
  } */
  .idx09 .block_feature .num {
    width: 70px;
    height: 70px;
    font-size: 12px;
    padding-bottom: 6px;
    top: 12px;
  }
  .idx09 .block_feature .num span {
    font-size: 34px;
    margin-top: -2px;
  }
  /* .idx09 .block_feature .cont {
    width: calc(100% - 80px);
  }
  .idx09 .block_feature .feature_cont {
    padding-right: 20px;
  }*/
  .idx09 .block_feature .feature_img {
    width: 43%;
  }
  .idx09 .block_feature .feature_cont {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 57%;
    margin-top: 60px;
  }
  .idx09 .block_feature .feature_cont::before {
    width: calc(100% + 25vw);
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 1) .feature_cont {
    padding-left: 30px;
    padding-right: 55px;
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 1) .num {
    right: -100px;
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 2) .feature_cont {
    padding-left: 52px;
    padding-right: 30px;
  }
  .idx09 .block_feature .feature_it:nth-child(2n + 2) .num {
    left: -100px;
  }
  .idx09 .cm_btn {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx09 .block_feature h4 .br_auto {
    display: inline;
  }
}
.block_recruit {
  max-width: 1080px;
  width: 100%;
  margin: -115px auto 50px;
  background: url(../images/idx_recruit_bg.jpg) no-repeat center/cover;
  padding: 45px 90px 45px 87px;
  border-radius: 12px;
  color: #ffffff;
  position: relative;
}
.block_recruit .tl_h3 {
  text-align: left;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-top: 4px;
}
.block_recruit .tl_h3 .jp {
  margin-left: 4px;
  margin-bottom: 9px;
}
.block_recruit .cm_btn {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
.block_recruit .recruit_cont {
  width: calc(100% - 262px);
  position: relative;
  padding-left: 60px;
  padding-top: 16px;
  padding-bottom: 26px;
}
.block_recruit .recruit_cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .block_recruit {
    padding: 45px 50px 45px 50px;
  }
  .block_recruit .recruit_cont {
    padding-left: 40px;
    width: calc(100% - 220px);
  }
}
.block00 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.clinic_information {
  max-width: 43.75em;
  width: 100%;
  position: absolute;
  top: -32.25em;
  right: 0;
}
.clinic_information .information_tl {
  color: #ffffff;
  background-color: #0072bc;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 114, 188, 0.8)),
    to(rgba(92, 138, 200, 0.8))
  );
  background-image: linear-gradient(90deg, rgba(0, 114, 188, 0.8) 0%, rgba(92, 138, 200, 0.8) 100%);
  text-align: center;
  padding: 19px 10px 20px;
}
.clinic_information .information_tl span {
  display: block;
  line-height: 1;
}
.clinic_information .information_tl .en {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 7px;
}
.clinic_information .information_tl .jp {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--f-notosans);
}
.clinic_information .information_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.clinic_information .infor_it {
  width: calc(100% / 3 - 1.875em);
  max-width: 11.9375em;
  height: 11.9375em;
  margin: 0.9375em;
}
.clinic_information .infor_it:nth-child(1) a > span,
.clinic_information .infor_it:nth-child(2) a > span,
.clinic_information .infor_it:nth-child(3) a > span {
  padding-top: 0.9090909090909091em;
}
.clinic_information .infor_it:nth-child(1) .btn,
.clinic_information .infor_it:nth-child(2) .btn,
.clinic_information .infor_it:nth-child(3) .btn {
  margin-top: 1.5em;
}
.clinic_information .infor_it a {
  position: relative;
  z-index: 0;
  font-family: var(--f-notosans);
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.375em;
  letter-spacing: 0.05em;
  color: var(--main-color);
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: linear-gradient(
    -24deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(181, 213, 255, 0.15) 10%,
    rgba(107, 170, 255, 0.1) 40%,
    rgb(107, 170, 255, 0.6) 80%
  );
}
.clinic_information .infor_it a .tt01 {
  font-size: 1.272727272727273em;
  font-weight: 700;
  display: block;
}
.clinic_information .infor_it a .tt_sm {
  font-size: 0.8888888888888889em;
  font-weight: 600;
}
.clinic_information .infor_it a .fz18 {
  font-size: 1em;
  padding-top: 1.1em;
  letter-spacing: 0;
}
.clinic_information .infor_it a .fz18 + .tt_green {
  font-size: 1em;
}
.clinic_information .infor_it a .tt_green {
  color: #7fba00;
  font-weight: 600;
}

.clinic_information .infor_it a::before,
.clinic_information .infor_it a::after {
  content: "";
  position: absolute;
}
.clinic_information .infor_it a::before {
  width: calc(100% + 0.7777777777777778em);
  height: calc(100% + 0.7777777777777778em);
  top: -0.3888888888888889em;
  left: -0.3888888888888889em;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: -1;
}
.clinic_information .infor_it a::after {
  width: 2.571428571428571em;
  height: 2.619047619047619em;
  background: url(../images/flower.svg) no-repeat center/contain;
  top: -0.2777777777777778em;
  left: -0.5555555555555556em;
}
.clinic_information .infor_it a > span {
}
.clinic_information .infor_it .btn {
  display: block;
  font-size: 0.5454545454545455em;
  background: #fff;
  width: 8.333333333333333em;
  padding: 0.75em 0.8333333333333333em;
  margin: 0.8333333333333333em auto 0;
  border-radius: 30px;
  position: relative;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.clinic_information .infor_it .btn::before {
  content: "";
  position: absolute;
  bottom: 2.083333333333333em;
  right: -4.583333em;
  margin: auto;
  width: 5.5em;
  height: 3em;
  background: url(../images/leaves.svg) no-repeat center/contain;
  opacity: 0.5;
}
.clinic_information .infor_it .btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0.8333333333333333em;
  margin: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 7px;
  height: 8px;
  background-color: #3a4b8b;
}
@media only screen and (min-width: 769px) {
  .block00 {
    width: 85%;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .clinic_information {
    font-size: min(14px, 0.9vw);
    top: -29.25em;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .block00 {
    width: 80%;
  }
  .clinic_information {
    font-size: 0.9vw;
  }
  .clinic_information .infor_it .btn::after {
    width: 4px;
    height: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  .block00 {
    width: 100%;
    padding: 60px 20px;
    z-index: 0;
  }
  .block00::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(92 138 200 / 45%) 100%);
    z-index: -1;
  }
  .clinic_information {
    position: relative;
    top: 0;
    max-width: 100%;
    width: 100%;
    font-size: 15px;
    z-index: 0;
  }
  .clinic_information .infor_it .btn::after {
    width: 0.5833333333333333em;
    height: 0.6666666666666667em;
  }
}
.idx_banner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.idx_banner .bnr_it {
  margin: 20px;
  width: calc(50% - 40px);
  max-width: 500px;
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx_banner .bnr_it {
    margin: 10px;
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .block00 {
    padding: 50px 10px;
  }
  .clinic_information {
    font-size: min(15px, 3vw);
    max-width: 600px;
    margin: 0 auto;
  }
  .clinic_information .infor_it {
    width: calc(100% / 2 - 1.875em);
  }
  .clinic_information .infor_it a::after {
    top: -0.9em;
  }
  .clinic_information .infor_it a .fz18,
  .clinic_information .infor_it a .fz18 + .tt_green {
    font-size: 0.9em;
  }

  .clinic_information .infor_it a > span::after {
    width: 8px;
    height: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .clinic_information {
    font-size: min(15px, 3.39vw);
  }
}
.faq_box {
  background-image: url(../images/idx_faq_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.faq_box h3 {
  margin-bottom: 60px;
}
.faq_box .cm_btn {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .faq_box h3 {
    margin-bottom: 30px;
  }
}
