@-webkit-keyframes mvSlide_left {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.05) translateY(0);
            transform: scale(1.05) translateY(0);
  }
}
@keyframes mvSlide_left {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.05) translateY(0);
            transform: scale(1.05) translateY(0);
  }
}
@-webkit-keyframes mvSlide_before_left {
  0% {
    -webkit-transform: scale(1.05) translateY(0);
            transform: scale(1.05) translateY(0);
  }
  100% {
    -webkit-transform: scale(1) translateY(50px);
            transform: scale(1) translateY(50px);
  }
}
@keyframes mvSlide_before_left {
  0% {
    -webkit-transform: scale(1.05) translateY(0);
            transform: scale(1.05) translateY(0);
  }
  100% {
    -webkit-transform: scale(1) translateY(50px);
            transform: scale(1) translateY(50px);
  }
}
@-webkit-keyframes mvSlide_right {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.05) translateY(0px);
            transform: scale(1.05) translateY(0px);
  }
}
@keyframes mvSlide_right {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.05) translateY(0px);
            transform: scale(1.05) translateY(0px);
  }
}
@-webkit-keyframes mvSlide_before_right {
  0% {
    -webkit-transform: scale(1.05) translateY(0px);
            transform: scale(1.05) translateY(0px);
  }
  100% {
    -webkit-transform: scale(1) translateY(-30px);
            transform: scale(1) translateY(-30px);
  }
}
@keyframes mvSlide_before_right {
  0% {
    -webkit-transform: scale(1.05) translateY(0px);
            transform: scale(1.05) translateY(0px);
  }
  100% {
    -webkit-transform: scale(1) translateY(-30px);
            transform: scale(1) translateY(-30px);
  }
}
@-webkit-keyframes mvSlide_first {
  0% {
    -webkit-transform: scale(1) translateY(-30px);
            transform: scale(1) translateY(-30px);
  }
  100% {
    -webkit-transform: scale(1.05) translateY(0px);
            transform: scale(1.05) translateY(0px);
  }
}
@keyframes mvSlide_first {
  0% {
    -webkit-transform: scale(1) translateY(-30px);
            transform: scale(1) translateY(-30px);
  }
  100% {
    -webkit-transform: scale(1.05) translateY(0px);
            transform: scale(1.05) translateY(0px);
  }
}
.home_page .key {
  --height: 60vw;
  --min-height: 550px;
  --max-height: 1080px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .mv_slider {
  position: relative;
  z-index: 1;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 0;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
  font-size: 10px;
  z-index: 0;
}
.home_page .key .key_text .item {
  width: 100%;
  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;
}
.home_page .key .catch {
  text-align: center;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding-top: 10.4em;
}
.home_page .key .catch h2,
.home_page .key .catch p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_page .key .catch h2 {
  margin-bottom: 0.3666666667em;
  font-size: 6em;
  line-height: 1.4;
}
.home_page .key .catch p {
  font-size: 3em;
  line-height: 1.6;
}
.home_page .key .mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-color: #f7f7f7;
}
.home_page .key .mv_bg .mv_bg_slide {
  position: relative;
  width: 100%;
}
.home_page .key .mv_bg .mv_bg_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key .mv_bg .mv_bg_img {
  width: 100%;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.home_page .key .mv_bg .mv_bg_left .mv_bg_img {
  clip-path: polygon(0% 0%, 100% 0%, 0% 0%, 0% 100%);
}
.home_page .key .mv_bg .mv_bg_left .mv_bg_item.before .mv_bg_img {
  position: relative;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-animation-duration: 14.5s;
          animation-duration: 14.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home_page .key .mv_bg .mv_bg_left .mv_bg_item.active:not(.hide) .mv_bg_img {
  position: relative;
  z-index: 3;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home_page .key .mv_bg .mv_bg_left,
.home_page .key .mv_bg .mv_bg_right {
  width: 50%;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  overflow: hidden;
}
.home_page .key .mv_bg .mv_bg_right .mv_bg_img {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.home_page .key .mv_bg .mv_bg_right .mv_bg_item.before .mv_bg_img {
  position: relative;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-animation-duration: 10.5s;
          animation-duration: 10.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home_page .key .mv_bg .mv_bg_right .mv_bg_item.active:not(.hide) .mv_bg_img {
  position: relative;
  z-index: 3;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
@media only screen and (min-width: 769px) {
  .home_page .key .mv_bg .mv_bg_left {
    width: calc(50% + 1px);
  }
  .home_page .key .mv_bg .mv_bg_right {
    width: calc(50% + 1px);
  }
  .home_page .key .mv_bg .mv_bg_left .mv_bg_item.hide{right: -2px;}
  .home_page .key .mv_bg .mv_bg_right .mv_bg_item.hide{left: -2px;}
  .home_page .key .mv_bg .mv_bg_left .mv_bg_item.hide .mv_bg_img, 
  .home_page .key .mv_bg .mv_bg_right .mv_bg_item.hide .mv_bg_img {
    transform: scale(1.01);
  }

  }
.home_page .key .mv_bg .mv_bg_left .mv_bg_item.before:not(.hide) .mv_bg_img {
  -webkit-animation-name: mvSlide_before_left;
          animation-name: mvSlide_before_left;
}
.home_page .key .mv_bg .mv_bg_right .mv_bg_item.before:not(.hide) .mv_bg_img {
  -webkit-animation-name: mvSlide_before_right;
          animation-name: mvSlide_before_right;
}
  .home_page .key .mv_bg .mv_bg_left .mv_bg_item.active:not(.hide) .mv_bg_img {
    -webkit-animation-name: mvSlide_left;
            animation-name: mvSlide_left;
  }
  .home_page .key .mv_bg .mv_bg_right .mv_bg_item.active:not(.hide) .mv_bg_img {
  -webkit-animation-name: mvSlide_right;
          animation-name: mvSlide_right;
  }
}
.home_page .topic_path {
  display: none;
}
.home_page .fixed-bnr {
  position: fixed;
  bottom: 30px;
  left: 5.1em;
  width: 36em;
  height: 14em;
  font-size: 10px;
  background-color: #ffffff;
  -webkit-transition: position 0.3s ease-in-out;
  transition: position 0.3s ease-in-out;
  z-index: 10;
}
.home_page .fixed-bnr .ic-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.6em;
  height: 2.6em;
  background: var(--clr1) url(../images/ic_close.svg) no-repeat center/0.9em auto;
  cursor: pointer;
  z-index: 2;
}
.home_page .fixed-bnr.active {
  bottom: 30px;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.home_page .fixed-bnr .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_page .fixed-bnr figure {
  max-width: 14em;
  width: 42%;
}
.home_page .fixed-bnr_cont {
  background-color: #ffffff;
  border: 1px solid var(--clr1);
  padding: 0.9em 1em 1em;
  position: relative;
  width: 100%;
  height: 100%;
}
.home_page .fixed-bnr_cont::after {
  content: "";
  position: absolute;
  bottom: 0.8em;
  right: 0.7em;
  background: url(../images/ic_arr.svg) no-repeat center/contain;
  width: 1.9em;
  height: 0.5em;
}
.home_page .fixed-bnr_tt {
  width: 58%;
  padding-left: 1.8em;
  padding-top: 0.5em;
}
.home_page .fixed-bnr_tt span {
  display: block;
}
.home_page .fixed-bnr_tt .tt-en {
  color: var(--main-color);
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  margin-left: 0.2em;
}
.home_page .fixed-bnr_tt .tt-jp {
  font-size: 2.6em;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.3846;
}
@media only screen and (min-width: 769px) {
  .home_page .fixed-bnr .ic-close:hover {
    background-color: var(--clr2);
  }
  .home_page .fixed-bnr_cont:hover {
    background-color: #f7ede3;
  }
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 40vw;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    --max-height: 100vh;
  }
  .home_page .key .catch {
    padding-bottom: 5em;
  }
  .home_page .fixed-bnr {
    font-size: 8px;
    bottom: 4.9em;
    left: 2em;
  }
}
@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, 1vmin);
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .home_page .key {
    --height: 68vw;
    --min-height: 590px;
  }
  .home_page .key .key_text {
    font-size: 0.8vmin;
  }
  .home_page .fixed-bnr {
    font-size: 7px;
    bottom: 9em;
  }
  .home_page .fixed-bnr.ac {
    bottom: 70px;
  }
  .home_page .fixed-bnr .ic-close {
    width: 3em;
    height: 3em;
    background-size: 1.4em auto;
  }
  .home_page .fixed-bnr_tt .tt-en {
    font-size: 1.1em;
  }
}
.wrap-h3 {
  text-align: center;
}
.wrap-h3 .h-en {
  color: var(--main-color);
  font-weight: 400;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}
.wrap-h3 h3 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 19px;
  color: var(--clr1);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--clr1);
  padding-bottom: 9px;
  padding-left: 13px;
  padding-right: 13px;
  display: table;
}
.wrap-h3 h3.tt36 {
  font-size: 36px;
}
.wrap-h3 h3.mb {
  margin-bottom: 25px;
}
.wrap-h3 h3 .tt-lg {
  font-size: 48px;
  line-height: 1;
  color: var(--main-color);
}
.wrap-h3.white * {
  color: #fff;
}
.wrap-h3.white .h-en {
  font-weight: 400;
}
.wrap-h3.white h3 {
  font-weight: 400;
  border-color: #ffffff;
}
.wrap-h3.white h3 .tt-lg {
  color: #ffffff;
}

.inner_full {
  max-width: 1820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.btn01 {
  display: table;
  margin-left: auto;
}
.btn01 a {
  text-decoration: none;
  color: var(--clr1);
  position: relative;
  padding: 0 10px;
  font-weight: 500;
  border-bottom: 1px solid var(--clr1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn01 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb(81, 61, 60)' d='M8.186,4.391 C8.845,4.777 8.845,5.730 8.186,6.116 L1.791,9.865 C1.124,10.257 0.285,9.776 0.285,9.004 L0.285,1.503 C0.285,0.731 1.124,0.250 1.791,0.641 L8.186,4.391 Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 8px;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn01 a:hover {
  color: var(--clr1);
}

.idx01 {
  padding-bottom: 135px;
}
.idx01 .wrap-h3 {
  margin-bottom: 33px;
}
.idx01 .wrap-h3 h3 {
  padding: 0 14px 7px 17px;
}
.idx01 .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 638px;
  width: 100%;
  margin-left: auto;
}
.idx01 .tab-btn .tab-it {
  width: calc(33.3333333333% - 12px);
  max-width: 120px;
  margin: 0 6px;
  border-radius: 40px;
  border: 1px solid #dcdddd;
  background-color: #ffffff;
  padding: 10px 10px 11px;
  text-align: center;
  cursor: pointer;
}
.idx01 .tab-btn .tab-it.active {
  background-color: var(--clr1);
  border-color: var(--clr1);
  color: #ffffff;
}
.idx01 .tab-btn .tab-it.active p {
  font-weight: 400;
}
.idx01 .tab-btn .tab-it p {
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}
.idx01 .tab-content {
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 780px;
  width: 100%;
  margin-left: auto;
}
.idx01 .tab-content .content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.idx01 .tab-content .content > div {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.idx01 .tab-content .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.idx01 .block-news {
  position: relative;
  z-index: 0;
  padding: 0 0 104px 60px;
  margin-top: -82px;
}
.idx01 .block-news::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(../images/idx01_news_bg.jpg) top left repeat;
  z-index: -1;
}
.idx01 .btn-group {
  max-width: 320px;
}
.idx01 .btn-group .btn {
  max-width: 260px;
  width: 100%;
  margin: 11px auto;
  opacity: 0;
  display: none;
}
.idx01 .btn-group .btn.active {
  opacity: 1;
  display: block;
}
.idx01 .list-post li {
  border-bottom: 1px solid #d6d6d6;
}
.idx01 .list-post li:first-child {
  border-top: 1px solid #d6d6d6;
}
.idx01 .list-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 17px 0px 20px 14px;
  --w: 125px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 500;
  color: var(--clr1);
}
.idx01 .list-post a span {
  display: inline-block;
}
.idx01 .list-post a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx01 .list-post a:hover {
    background-color: rgba(79, 61, 60, 0.08);
  }
}
.idx01 .list-post a .date {
  width: var(--w);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.idx01 .list-post a .cate {
  width: 120px;
  border-radius: 30px;
  border: 1px solid #a2a2a2;
  font-size: 16px;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 4px 10px 6px;
  text-align: center;
  line-height: 1;
  position: relative;
  top: 2px;
}
.idx01 .list-post a .title {
  width: calc(100% - var(--w) - 120px);
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 1em;
}

.idx02 {
  padding: 108px 0 74px;
  position: relative;
  z-index: 0;
}
.idx02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background: url(../images/idx02_bg.jpg) repeat center;
  z-index: -1;
}
.idx02 .wrap-h3 {
  position: relative;
  z-index: 0;
  padding-bottom: 5.1666666667em;
  margin-bottom: 14px;
}
.idx02 .wrap-h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 1em;
  margin: auto;
  background: url(../images/idx02_ttl_illus01.png) no-repeat center/contain;
  width: 18.2222222222em;
  height: 14em;
  z-index: -1;
}
.idx02 .wrap-h3 h3::before {
  content: "";
  position: absolute;
  top: -0.84375em;
  right: -1.125em;
  background: url(../images/idx02_ttl_illus02.svg) no-repeat center/contain;
  width: 2.0625em;
  height: 1.4375em;
}
.idx02 .wrap-h3 .h-en {
  padding-right: 6.55em;
}
.idx02 .t_center {
  max-width: 1075px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.idx02 .t_center p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.idx02 .block-problem {
  max-width: 1000px;
  width: 100%;
  margin: 26px auto 2px;
  font-size: 10px;
}
.idx02 .block-problem .problem-item {
  max-width: 21em;
  min-height: 20.2em;
  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;
  z-index: 0;
  position: relative;
  padding-top: 1.9em;
}
.idx02 .block-problem .problem-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/idx02_item_bg.png) no-repeat center/contain;
  z-index: -1;
}
.idx02 .block-problem .problem-title {
  text-align: center;
  font-size: 2.2em;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.636;
  position: relative;
  padding-bottom: 2.0454545455em;
}
.idx02 .block-problem .problem-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.4090909091em;
  height: 1.4090909091em;
  background: url(../images/ic_arr02.svg) no-repeat center/contain;
}
.idx02 .bnr_seft-check {
  position: relative;
  z-index: 0;
  max-width: 56.5em;
  height: 12em;
  border-radius: 120px;
  background-color: #ca783a;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 3px 5px 1px rgba(202, 121, 59, 0.5);
          box-shadow: 3px 5px 1px rgba(202, 121, 59, 0.5);
  overflow: hidden;
  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;
  margin: 0 auto;
  padding: 1.6em 2em 1em;
  font-size: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx02 .bnr_seft-check::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/idx02_bnr_bg.jpg) no-repeat center/cover;
  z-index: -1;
  opacity: 0.3;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx02 .bnr_seft-check::after {
  content: "";
  position: absolute;
  top: 0.2em;
  bottom: 0;
  right: 2.6em;
  width: 1.5em;
  height: 1.8em;
  background: url(../images/ic_arr04.svg) no-repeat center/contain;
  margin: auto;
}
.idx02 .bnr_seft-check .bnr_tt {
  color: #ffffff;
  text-align: center;
}
.idx02 .bnr_seft-check .bnr_tt .en {
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  margin-bottom: 0.15em;
  font-weight: 400;
}
.idx02 .bnr_seft-check .bnr_tt .jp {
  font-size: 2.6em;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.idx03 {
  padding: 174px 0 252px;
  position: relative;
  z-index: 1;
}
.idx03::before {
  content: "";
  position: absolute;
  top: -4.8em;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/idx03_bg.jpg) no-repeat center/cover;
  clip-path: polygon(0 16.7em, 100% 0%, 100% calc(100% - 16.8em), 0% 100%);
  z-index: -1;
  font-size: 10px;
}
.idx03 .wrap-h3 {
  max-width: 750px;
  width: 100%;
  margin-bottom: 32px;
}
.idx03 .wrap-h3 h3::before, .idx03 .wrap-h3 h3::after {
  content: "";
  position: absolute;
  top: 0.28125em;
  background: url(../images/idx03_tl_illus.svg) no-repeat center/contain;
  width: 0.8125em;
  height: 1.125em;
}
.idx03 .wrap-h3 h3::before {
  left: -0.9375em;
}
.idx03 .wrap-h3 h3::after {
  right: -1.03125em;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.idx03 .inner_big {
  max-width: 1430px;
}
.idx03 .box-checklist {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  padding: 72px 50px 85px;
  max-width: 750px;
}
.idx03 .btn {
  max-width: 400px;
}
.idx03 .listcheck {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
.idx03 .listcheck li {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 51px;
  padding-top: 13px;
  padding-bottom: 16px;
}
.idx03 .listcheck li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 12px;
  width: 26px;
  height: 26px;
  background: url(../images/ic_checklist.svg) no-repeat center/contain;
}

.idx04 {
  padding: 4px 0 84px;
  position: relative;
  z-index: 0;
}
.idx04::before, .idx04::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.idx04::before {
  background: url(../images/idx04_bg.png) no-repeat center/contain;
  width: 187.7em;
  height: 42.2em;
  right: -61.6em;
  top: -21.7em;
  font-size: 10px;
}
.idx04::after {
  background-color: #fbf9f1;
  width: 100%;
  height: 277px;
  left: 0;
  bottom: 0;
}
.idx04 .inner_max {
  max-width: 1860px;
}
.idx04 .b-grid {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
.idx04 .osteoporosis-content {
  padding-left: 20px;
}
.idx04 .osteoporosis-content .cont {
  padding: 0 70px 0 49px;
  margin-bottom: 73px;
}
.idx04 .osteoporosis-content .cont p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.idx04 .osteoporosis-img {
  position: relative;
}
.idx04 .osteoporosis-img img {
  border-radius: 12px;
}
.idx04 .osteoporosis-bnr .bnr-it {
  max-width: 280px;
  height: 24em;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 3.6em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 10px;
}
.idx04 .osteoporosis-bnr .bnr-it::after {
  content: "";
  position: absolute;
  bottom: 1em;
  right: 0.9em;
  background-color: #ffffff;
  width: 0.9em;
  height: 0.9em;
  border-radius: 1px;
}
.idx04 .osteoporosis-bnr .bnr-tt {
  color: #ffffff;
  font-weight: 400;
  font-size: 2.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
}
.idx04 .osteoporosis-bnr .bnr-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.idx04 .osteoporosis-bnr .bnr-bg::before, .idx04 .osteoporosis-bnr .bnr-bg::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx04 .osteoporosis-bnr .bnr-bg::before {
  background: url(../images/idx04_bnr_bf.png) no-repeat center bottom/contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.idx04 .osteoporosis-bnr .bnr-bg::after {
  inset: 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.idx04 .osteoporosis-bnr .bnr-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.idx05 {
  padding: 90px 0 35px;
}
.idx05 .block-treatment {
  position: relative;
  z-index: 0;
  padding-bottom: 90px;
}
.idx05 .block-treatment::before {
  content: "";
  position: absolute;
  background: url(../images/idx05_bg.jpg) no-repeat center/cover;
  width: calc(100% - 80px);
  height: max(100% - 312px, 100% - 16.5vw);
  top: min(312px, 16.5vw);
  left: -50px;
  z-index: -1;
}
.idx05 .wrap-title {
  position: relative;
  padding-left: 0.7222222222em;
  padding-bottom: 6.6111111111em;
  z-index: 1;
}
.idx05 .wrap-title::before, .idx05 .wrap-title::after {
  content: "";
  position: absolute;
  background-color: var(--clr1);
}
.idx05 .wrap-title::before {
  height: 24em;
  width: 1px;
  left: 1px;
  bottom: 0;
}
.idx05 .wrap-title::after {
  width: 1920px;
  height: 1px;
  left: -2.7777777778em;
  bottom: 3.2222222222em;
}
.idx05 .wrap-title .h-en {
  font-size: 6.6666666667em;
  font-weight: 400;
  line-height: 1;
  color: #b3927b;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
  margin-bottom: 0.2916666667em;
}
.idx05 .wrap-title .h-en::before {
  content: "";
  position: relative;
  left: 0.1333333333em;
  display: block;
  background: url(../images/ic_logo.svg) no-repeat center/contain;
  width: 1.425em;
  height: 1.3833333333em;
  margin: 0 auto 0.15em;
  opacity: 0.3;
}
.idx05 .wrap-title h3 {
  font-size: 2.6666666667em;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  position: relative;
  letter-spacing: 0.1em;
  padding-left: 0.9375em;
}
.idx05 .treatment-img {
  margin-right: -50px;
}
.idx05 .treatment-img img {
  border-top-left-radius: 60px;
}
.idx05 .treatment-cont {
  margin-top: 29px;
}
.idx05 .treatment-cont .box-cont {
  color: #ffffff;
}
.idx05 .treatment-cont h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
  padding-left: 10px;
  margin-bottom: 21px;
}
.idx05 .treatment-cont p {
  font-weight: 400;
  padding-left: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.idx06 {
  position: relative;
  z-index: 0;
  padding: 141px 0 92px;
}
.idx06::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background-image: url(../images/idx06_bf.png), url(../images/idx06_bg.jpg);
  background-position: top center, bottom center;
  background-repeat: repeat-x, repeat;
  z-index: -1;
}
.idx06 .inner_max {
  max-width: 1640px;
}
.idx06 .wrap-h3 {
  margin-bottom: 51px;
}
.idx06 .block-support {
  margin-bottom: 48px;
}
.idx06 .support-img {
  position: relative;
  z-index: 0;
}
.idx06 .support-img::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: -21px;
  background-color: rgba(202, 120, 58, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: -1;
}
.idx06 .support-img img {
  border-radius: 12px;
}
.idx06 .box-title {
  position: relative;
  padding-left: 93px;
  margin-bottom: 38px;
}
.idx06 .box-title::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0px;
  background: url(../images/idx06_h4_ic.png) no-repeat center/contain;
  width: 74px;
  height: 74px;
}
.idx06 .box-title .en {
  font-size: 16px;
  color: var(--main-color);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-indent: 4px;
}
.idx06 .box-title h4 {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.idx06 .btn {
  max-width: 400px;
}
.idx06 .support-cont .btn-group {
  margin-top: 31px;
}
.idx06 .support-cont .btn-group .btn {
  margin: 12px 0;
}
.idx06 .b-grid {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.idx06 .b-grid h4 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: var(--main-color);
  padding-bottom: 7px;
  padding-top: 29px;
  padding-left: 5px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(202, 121, 59, 0.5);
}
.idx06 .b-grid .b-img {
  max-width: 600px;
}
.idx06 .b-grid .b-img img {
  border-radius: 12px;
}
.idx06 .b-grid .b-cont {
  max-width: 585px;
}
.idx06 .b-grid .b-cont > p {
  padding: 0 30px 0 8px;
}
.idx06 .b-grid .b-cont .btn {
  margin-top: 44px;
  margin-left: 8px;
}
.idx06 .tab2 .btn {
  margin: 53px auto 0;
}
.idx06 .block-flow {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.idx06 .block-flow .flow-it {
  max-width: 305px;
  min-height: 26em;
  position: relative;
  z-index: 0;
  color: #ffffff;
  text-align: center;
  padding: 1.9em 2em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
}
.idx06 .block-flow .flow-it:nth-child(1) {
  z-index: 4;
}
.idx06 .block-flow .flow-it:nth-child(2) {
  z-index: 3;
}
.idx06 .block-flow .flow-it:nth-child(3) {
  z-index: 2;
}
.idx06 .block-flow .flow-it:nth-child(4) {
  z-index: 1;
}
.idx06 .block-flow .flow-it:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.8em;
  margin: auto;
  background-image: url(../images/flow_arr.png), -webkit-gradient(linear, left top, right top, from(rgb(81, 61, 60)), color-stop(126%, rgb(202, 120, 58)));
  background-image: url(../images/flow_arr.png), linear-gradient(90deg, rgb(81, 61, 60) 0%, rgb(202, 120, 58) 126%);
  background-size: 1em auto, auto;
  background-repeat: no-repeat, repeat;
  background-position: calc(50% + 0.3em) calc(50% - 0.1em), center;
  width: 3.6em;
  height: 7.2em;
  border-top-right-radius: 14em;
  border-bottom-right-radius: 14em;
  z-index: -1;
}
.idx06 .block-flow .flow-it:last-child::after {
  display: none;
}
.idx06 .block-flow .flow-num {
  font-size: 6em;
  font-weight: 300;
  line-height: 1;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.05em;
  margin-bottom: 0.3em;
  letter-spacing: 0;
}
.idx06 .block-flow .flow-txt {
  font-size: 2.2em;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6364;
  padding: 0 0.8181818182em;
}
.idx06 .block-flow .flow-cont {
  max-width: 22em;
  width: 100%;
  margin: auto;
  position: relative;
}
.idx06 .block-flow .flow-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.idx06 .block-flow .flow-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(106 75 60 / 65%);
}
.idx06 .block-flow .flow-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.idx07 {
  position: relative;
  z-index: 1;
  padding: 0 0 232px;
}
.idx07::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/idx07_bg.jpg) no-repeat center/cover;
  clip-path: polygon(0 16.7em, 100% 0%, 100% calc(100% - 16.8em), 0% 100%);
  z-index: -1;
  font-size: 10px;
}
.idx07 .b-grid {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  color: #ffffff;
}
.idx07 .importance-img {
  position: relative;
}
.idx07 .importance-img img {
  border-radius: 12px;
}
.idx07 .importance-img .txt-en {
  position: absolute;
  top: -0.2583333333em;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 120px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: rgba(114, 78, 62, 0.2);
}
.idx07 .btn-group {
  margin-top: 60px;
}
.idx07 .btn-group .btn {
  margin: 0 20px;
  max-width: 400px;
  width: calc(50% - 40px);
}

.idx08 {
  position: relative;
  z-index: 0;
  padding: 93px 0 131px;
}
.idx08::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/idx08_bg.jpg) no-repeat center/cover;
  width: 100%;
  height: calc(100% + 175px);
  z-index: -1;
}
.idx08 .box-title {
  margin-bottom: 35px;
  font-size: 10px;
  position: relative;
  z-index: 1;
}
.idx08 .box-title .h-en {
  color: var(--main-color);
  font-weight: 500;
  font-size: 2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.5em;
}
.idx08 .box-title .h-en::before {
  content: "";
  position: absolute;
  top: -1.6em;
  left: -1.35em;
  width: 1.55em;
  height: 1.4em;
  background: url(../images/idx08_tl_bf.svg) no-repeat center/contain;
}
.idx08 .box-title h3 {
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #ffffff;
}
.idx08 .box-title h3 span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: var(--clr1);
  padding: 0.21875em 0.84375em 0.28125em 0.6875em;
  line-height: 2.25;
}
.idx08 .block-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 9px;
}
.idx08 .block-img figure {
  position: relative;
  width: calc(50% - 40px);
  max-width: 400px;
  margin: 0 20px;
  z-index: 0;
}
.idx08 .block-img figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -21px;
  right: -21px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
.idx08 .block-img figure img {
  border-radius: 12px;
}
.idx08 .block-img .img01 {
  margin-top: -49px;
}
.idx08 .block-img .img02 {
  margin-top: 42px;
}
.idx08 .block-cont .cont {
  padding: 0px 30px 0 20px;
}
.idx08 .block-cont .btn {
  max-width: 500px;
  margin-top: 43px;
}

.idx09 {
  padding: 89px 0 0;
  margin-bottom: 89px;
  background: url(../images/idx09_bg.jpg) no-repeat center/cover;
}
.idx09 .wrap-h3 {
  margin-bottom: 41px;
}
.idx09 .slick-list {
  overflow: unset;
}
.idx09 .slide-nav {
  max-width: 600px;
  font-size: 10px;
}
.idx09 .slide-nav:not(.slick-slider) {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx09 .slide-nav .slick-track {
  width: 100% !important;
}
.idx09 .slide-nav .f-tt {
  background-color: #ffffff;
  border: 1px solid #ded2c8;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: unset;
  padding: 2.2em 1.4em 2.4em;
  margin-bottom: 1.2em;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
.idx09 .slide-nav .f-tt.slick-current {
  background-color: #f9f5e6;
  color: var(--main-color);
}
.idx09 .slide-nav .f-tt.slick-current .f-tt_txt {
  color: var(--main-color);
}
.idx09 .slide-nav .f-tt_point {
  font-family: var(--f-en);
  font-size: 7.2em;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--main-color);
  line-height: 1;
  position: relative;
  margin-right: 0.25em;
  margin-bottom: 0;
  padding-right: 0.125em;
  width: 1.375em;
  top: 0.0972222222em;
  text-align: center;
}
.idx09 .slide-nav .f-tt_point::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.0277777778em;
  width: 1px;
  height: calc(100% - 0.1388888889em);
  background-color: #ded2c8;
}
.idx09 .slide-nav .f-tt_txt {
  width: calc(100% - 4.125em);
  font-size: 2.4em;
  line-height: 1.5;
  color: var(--clr1);
  letter-spacing: 0.1em;
}
.idx09 .slide-thumb:not(.slick-slider) {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx09 .slide-thumb .f-content_img {
  width: 200%;
  max-width: 1280px;
  margin-left: -240px;
  height: 640px;
}
.idx09 .slide-thumb .f-content_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 60px;
}
.idx09 .slide-thumb .f-content_ct {
  padding: 48px 42px 55px 60px;
  border-radius: 30px;
  max-width: 640px;
  width: 100%;
  background-color: #ffffff;
  border: 4px solid #f8f0e8;
  position: relative;
  margin-top: -120px;
  margin-left: auto;
}
.idx09 .slide-thumb .f-content_ct > p:not(.f-content_point) {
  line-height: 1.7778;
  max-width: 445px;
}
.idx09 .slide-thumb .f-content_point {
  color: var(--main-color);
  font-size: 120px;
  font-family: var(--f-en);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: -0.4083333333em;
  right: 0.2416666667em;
}
.idx09 .slide-thumb .f-content h4 {
  font-size: 26px;
  line-height: 1.615;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.idx09 .btn01 {
  margin-top: 22px;
}
.idx09 .btn01 a {
  padding: 0 15px 9px 40px;
}
.idx09 .btn01 a::before {
  top: -4px;
  left: 16px;
  width: 12px;
  height: 10px;
}
.idx09 .f-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 80px;
  padding-top: 40px;
  margin-bottom: 40px;
}
.idx09 .slider-pagination {
  color: var(--clr1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin: 1px 68px 0 0px;
  font-size: 10px;
}
.idx09 .slider-pagination span {
  font-family: var(--f-en);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}
.idx09 .slider-pagination .current-slide {
  font-size: 7.2em;
  margin-right: 0.2361111111em;
}
.idx09 .slider-pagination .slider-separator {
  width: 1px;
  height: 14em;
  background-color: var(--clr1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -2.1em;
  right: 0;
  left: 4.8em;
  display: table;
  margin: 0 auto;
}
.idx09 .slider-pagination .total-slides {
  font-size: 4.8em;
  margin-top: 0.9791666667em;
}
.idx09 .f-arrow {
  width: 48px;
  position: relative;
  z-index: 1;
}
.idx09 .f-arrow .slide-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: var(--clr1);
  position: relative;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.idx09 .f-arrow .slide-arrow.prev-arrow {
  background-image: url(../images/ic_prev.svg);
  margin-bottom: 5px;
}
.idx09 .f-arrow .slide-arrow.next-arrow {
  background-image: url(../images/ic_next.svg);
}

.idx10 {
  padding: 120px 0;
  background: url(../images/idx10_bg.jpg) no-repeat center/cover;
}
.idx10 .box-title {
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
}
.idx10 .box-title .h-en {
  font-size: 20px;
  line-height: 1;
  position: relative;
  padding-right: 89px;
  margin-bottom: 0;
  margin-top: 20px;
}
.idx10 .box-title .h-en::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  height: 1px;
  width: 60px;
  margin: auto;
  background-color: var(--main-color);
}
.idx10 .box-title h3 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.idx10 .b-grid {
  padding-left: 23px;
}
.idx10 .btn-group {
  margin-top: 89px;
}
.idx10 .btn-group .btn {
  max-width: 400px;
  width: calc(50% - 40px);
  margin: 0 20px;
}
.idx10 .greeting-img {
  padding-right: 86px;
  position: relative;
  max-width: 450px;
  padding-top: 8px;
  padding-left: 7px;
  font-size: 10px;
}
.idx10 .greeting-img figure {
  max-width: 306px;
  position: relative;
  z-index: 1;
}
.idx10 .greeting-img figure::before {
  content: "";
  position: absolute;
  bottom: -5.7em;
  left: -8.1em;
  background: url(../images/idx10_img_bf.svg) no-repeat center/contain;
  width: 17em;
  height: 15.8em;
  z-index: -1;
}
.idx10 .box-name {
  position: absolute;
  top: 12.1em;
  right: -3.1em;
  z-index: 0;
}
.idx10 .box-name::before {
  content: "";
  position: absolute;
  bottom: -8.4em;
  right: -2.2em;
  background: url(../images/idx10_box_bg.svg) no-repeat center/contain;
  width: 39.3em;
  height: 36.7em;
  z-index: -1;
}
.idx10 .box-name .name-jp {
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid var(--clr1);
  padding-bottom: 1.1111111111em;
  padding-right: 0.9444444444em;
  padding-left: 1.1666666667em;
  margin-bottom: 0.8888888889em;
  font-size: 1.8em;
}
.idx10 .box-name .name-jp span {
  font-size: 1.6666666667em;
  line-height: 1;
  padding-left: 0.3666666667em;
  letter-spacing: 0.1em;
}
.idx10 .box-name .name-en {
  text-align: center;
  color: var(--main-color);
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.idx11 {
  padding: 128px 0 90px;
  background: url(../images/idx11_bg.jpg) no-repeat center/cover;
  color: #ffffff;
}
.idx11 .box-title {
  position: relative;
  padding-left: 150px;
  margin-bottom: 38px;
}
.idx11 .box-title::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 6px;
  width: 124px;
  height: 121px;
  background: url(../images/idx11_logo.svg) no-repeat center/contain;
}
.idx11 .box-title h3 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-bottom: 25px;
  display: table;
  letter-spacing: 0.1em;
}
.idx11 .box-title .h-en {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  padding-left: 4px;
}
.idx11 .box-info {
  padding-left: 149px;
}
.idx11 .box-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.idx11 .box-info dl:last-child {
  margin-bottom: 0;
}
.idx11 .box-info dl.mb-a {
  margin-bottom: 31px;
}
.idx11 .box-info dt, .idx11 .box-info dd {
  line-height: 1.77778;
}
.idx11 .box-info dt {
  width: 108px;
}
.idx11 .box-info dd {
  width: calc(100% - 108px);
}
.idx11 .box-info a {
  font-size: 30px;
  line-height: 0.8;
  letter-spacing: 0.1em;
}
.idx11 .btn-group {
  margin-top: 53px;
}
.idx11 .btn-group .btn {
  max-width: 400px;
  width: calc(50% - 40px);
  margin: 0 20px;
}
.idx11 .ft_tracffic{
  padding-left: 149px;
}
.idx11 .ft_tracffic .item{
  border: 1px solid #ffffff;
  background-color: rgb(255 255 255 / 10%);
}

.idx_map {
  margin-top: 61px;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
}

.block-instagram {
  padding: 93px 0 54px;
}
.block-instagram .box-title {
  position: relative;
  padding-left: 52px;
}
.block-instagram .box-title::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 37px;
  height: 36px;
  background: url(../images/ic_instagram.png) no-repeat center/contain;
}
.block-instagram .box-title .en {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: -4px;
}
.block-instagram .box-title h3 {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-left: 3px;
}
.block-instagram .btn01 {
  margin-top: 17px;
}
.block-instagram .btn01 a {
  padding: 0 9px 9px 27px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-weight: 500;
}
.block-instagram .btn01 a::before {
  top: -5px;
  left: 9px;
  width: 12px;
  height: 10px;
}
.block-instagram .l-insta {
  margin-top: 45px;
}

@media only screen and (min-width: 769px) {
  .btn01 a:not([target*=_blank]):hover {
    color: var(--main-color);
    border-color: var(--main-color);
  }
  .btn01 a:not([target*=_blank]):hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb(202, 120, 58)' d='M8.186,4.391 C8.845,4.777 8.845,5.730 8.186,6.116 L1.791,9.866 C1.124,10.256 0.285,9.776 0.285,9.003 L0.285,1.504 C0.285,0.731 1.124,0.250 1.791,0.641 L8.186,4.391 Z'/%3E%3C/svg%3E");
  }
  .idx01 .b-grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 30% 68.77%;
    grid-template-columns: 30% 68.77%;
  }
  .idx01 .wrap-h3 {
    max-width: 321px;
    padding-top: 66px;
  }
  .idx01 .tab-btn {
    margin-bottom: 107px;
  }
  .idx01 .tab-btn .tab-it:not(.active):hover {
    background-color: var(--clr1);
    border-color: var(--clr1);
    color: #ffffff;
  }
  .idx02 .block-problem .problem-item {
    width: calc(25% - 3em);
    margin: 1.5em;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .idx02 .block-problem .problem-item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .idx02 .block-problem .problem-item.it03::before, .idx02 .block-problem .problem-item.it04::before, .idx02 .block-problem .problem-item.it06::before {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .idx02 .block-problem .problem-item.it01 {
    top: 7.7em;
    left: 1.5em;
  }
  .idx02 .block-problem .problem-item.it02 {
    left: -1.3em;
  }
  .idx02 .block-problem .problem-item.it03 {
    left: 1.5em;
  }
  .idx02 .block-problem .problem-item.it04 {
    top: 7.7em;
    right: 1.5em;
  }
  .idx02 .block-problem .problem-item.it05 {
    top: -1.7em;
    left: -2.3em;
  }
  .idx02 .block-problem .problem-item.it06 {
    top: -1.7em;
    right: -2.4em;
  }
  .idx02 .bnr_seft-check:hover {
    -webkit-box-shadow: 3px 5px 4px rgba(202, 121, 59, 0.5);
            box-shadow: 3px 5px 4px rgba(202, 121, 59, 0.5);
  }
  .idx02 .bnr_seft-check:hover::before {
    opacity: 0.1;
  }
  .idx03 .flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .idx03 .box-checklist, .idx03 .wrap-h3 {
    width: 60%;
  }
  .idx03 .btn {
    margin-left: 94px;
    width: 30%;
  }
  .idx04 .wrap-h3 {
    padding-top: 13px;
    margin-bottom: 29px;
  }
  .idx04 .wrap-h3 h3 {
    margin-bottom: 25px;
  }
  .idx04 .osteoporosis-bnr .bnr-it {
    width: calc(33.3333333333% - 10px);
    margin: 5px;
  }
  .idx04 .osteoporosis-bnr .bnr-it:hover .bnr-bg::before {
    background-color: rgba(90, 64, 50, 0.6);
  }
  .idx05 .wrap-title {
    width: 30%;
  }
  .idx05 .treatment-img {
    width: calc(70% + 6px);
  }
  .idx05 .treatment-tl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .idx05 .treatment-cont {
    padding-left: 47px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .idx05 .box-cont {
    width: 43%;
  }
  .idx05 .btn-group {
    width: 50%;
  }
  .idx05 .btn-group {
    width: 46%;
    margin-top: 62px;
  }
  .idx05 .btn-group .btn {
    max-width: 453px;
    width: 100%;
  }
  .idx05 .btn-group .btn a {
    padding: 14px 30px 14px 41px;
  }
  .idx06 .b-grid {
    -ms-grid-columns: 48% 45.7%;
    grid-template-columns: 48% 45.7%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .idx06 .block-support {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .idx06 .support-img {
    width: 50%;
  }
  .idx06 .support-cont {
    width: 50%;
    padding-left: 77px;
    padding-top: 23px;
  }
  .idx06 .box-in {
    max-width: 550px;
  }
  .idx06 .block-flow .flow-it {
    width: calc((100% - 6em) / 4);
    margin-right: 2em;
  }
  .idx06 .block-flow .flow-it:last-child {
    margin-right: 0;
  }
  .idx06 .TabContainer .TabContent .content:not(.ac) {
    height: 33.777777778em;
  }
  .idx07 .wrap-h3, .idx07 .importance-cont {
    max-width: 633px;
    padding-left: 62px;
  }
  .idx07 .importance-cont p {
    font-weight: 400;
  }
  .idx07 .importance-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    margin-top: -4px;
  }
  .idx07 .wrap-h3 {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-top: 145px;
    margin-bottom: 29px;
  }
  .idx08 .b-grid {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .idx08 .block-cont, .idx08 .box-title {
    max-width: 638px;
    width: 100%;
    margin-left: auto;
  }
  .idx08 .box-title {
    margin-right: -60px;
    max-width: 700px;
  }
  .idx09 .block-feature .feature-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 41.7%;
  }
  .idx09 .block-feature .feature-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  .idx09 .slide-nav .f-tt:hover {
    background-color: #f9f5e6;
    color: var(--main-color);
  }
  .idx09 .f-arrow .slide-arrow:hover {
    background-color: var(--main-color);
  }
  .idx10 .b-grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 44.5% 40%;
    grid-template-columns: 44.5% 40%;
  }
  .idx11 .block-clinic .col-left {
    width: 48%;
  }
  .idx11 .block-clinic .col-right {
    width: 48.5%;
    padding-right: 21px;
    margin-top: 11px;
  }
  .block-instagram .fblock {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block-instagram .l-insta .it {
    width: calc((100% - 33px) / 4);
    margin-right: 11px;
  }
  .block-instagram .l-insta .it:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1800px) and (min-width: 769px) {
  .idx03::before {
    background-position: center right 16%;
  }
  .idx04 .osteoporosis-bnr .bnr-it {
    font-size: min(10px, 0.555555vw);
  }
  .idx05 .block-treatment {
    padding-left: 20px;
  }
  .idx05 .wrap-title {
    font-size: min(18px, 1.1vw);
  }
  .idx06 .block-support {
    padding-left: 20px;
  }
  .idx07 .b-grid {
    padding-left: 20px;
  }
  .idx07 .importance-img .txt-en {
    font-size: min(120px, 6.8vw);
  }
  .idx11 {
    background-image: url(../images/idx11_bg01.jpg);
    background-position: left 45% center;
    padding: 70px 0 80px;
  }
  .idx11 .btn-group {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 769px) {
  .idx05 .treatment-img {
    width: 69%;
  }
  .idx09 .slide-nav {
    font-size: min(10px, 0.65vw);
  }
  .idx09 .slide-thumb .f-content_img {
    width: 145%;
    max-width: 1280px;
    margin-left: -20px;
    max-height: 640px;
    height: 50vw;
  }
  .idx10 .b-grid {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .wrap-h3 h3 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .wrap-h3 h3.tt36 {
    font-size: min(30px, 3.3vw);
  }
  .wrap-h3 h3 .tt-lg {
    font-size: 36px;
  }
  .wrap-h3 .h-en {
    font-size: 18px;
  }
  .idx01 .tab-btn {
    margin-bottom: 95px;
  }
  .idx01 .b-grid {
    padding-right: 40px;
  }
  .idx01 .block-news {
    padding-bottom: 80px;
  }
  .idx02 .block-problem {
    font-size: min(8.75px, 0.8vw);
  }
  .idx02 .bnr_seft-check {
    font-size: 8px;
    max-width: 470px;
  }
  .idx03 {
    padding: 140px 0 215px;
  }
  .idx03::before {
    font-size: 6px;
  }
  .idx03 .wrap-h3 {
    margin-bottom: 15px;
  }
  .idx03 .btn {
    width: 35%;
    margin-left: 35px;
  }
  .idx03 .box-checklist {
    padding: 42px 50px 55px;
  }
  .idx03 .listcheck li {
    font-size: 18px;
    padding-left: 40px;
  }
  .idx03 .listcheck li::before {
    left: 5px;
    width: 20px;
    height: 20px;
  }
  .idx04 {
    padding-bottom: 60px;
  }
  .idx04::before {
    font-size: min(6px, 0.5vw);
  }
  .idx04::after {
    height: 150px;
  }
  .idx04 .wrap-h3 {
    margin-bottom: 20px;
  }
  .idx04 .wrap-h3 h3 {
    margin-bottom: 12px;
  }
  .idx04 .b-grid {
    -ms-grid-columns: 48% 50%;
    grid-template-columns: 48% 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .idx04 .osteoporosis-content .cont {
    padding: 0 52px 0 11px;
    margin-bottom: 35px;
  }
  .idx04 .osteoporosis-bnr .bnr-it {
    padding: 3.6em 2em;
  }
  .idx05 .block-treatment::before {
    width: calc(100% + 30px);
  }
  .idx05 .treatment-cont {
    padding-right: 50px;
  }
  .idx05 .treatment-cont h4 {
    font-size: 26px;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }
  .idx05 .box-cont {
    width: 47%;
  }
  .idx06 .box-title {
    padding-left: 72px;
    margin-bottom: 20px;
  }
  .idx06 .box-title::before {
    width: 60px;
    height: 60px;
  }
  .idx06 .box-title h4 {
    font-size: 22px;
  }
  .idx06 .box-title .en {
    font-size: 14px;
  }
  .idx06 .support-cont {
    padding-left: 50px;
    padding-right: 50px;
  }
  .idx06 .block-flow .flow-it {
    font-size: min(10px, 0.9vw);
  }
  .idx06 .b-grid {
    -ms-grid-columns: 47% 48.7%;
    grid-template-columns: 47% 48.7%;
  }
  .idx06 .b-grid h4 {
    font-size: 24px;
    padding-top: 0;
    margin-bottom: 12px;
  }
  .idx06 .b-grid .b-cont .btn {
    margin-top: 20px;
  }
  .idx07 {
    padding-bottom: 160px;
  }
  .idx07::before {
    font-size: 6px;
  }
  .idx07 .importance-cont {
    padding-right: 65px;
  }
  .idx07 .importance-cont, .idx07 .wrap-h3 {
    padding-left: 40px;
  }
  .idx07 .wrap-h3 {
    padding-top: 91px;
  }
  .idx07 .btn-group {
    margin-top: 35px;
  }
  .idx08 {
    padding-bottom: 100px;
  }
  .idx08 .box-title {
    font-size: min(10px, 0.7vw);
    margin-bottom: 20px;
    margin-right: -6em;
    width: calc(100% + 6em);
  }
  .idx08 .b-grid {
    padding-left: 30px;
  }
  .idx08 .block-cont .btn {
    margin-top: 26px;
  }
  .idx08 .block-img figure {
    width: calc(50% - 20px);
    margin: 0px 10px;
  }
  .idx08 .block-img figure::before {
    left: 10px;
    bottom: -10px;
  }
  .idx09 .wrap-h3 {
    margin-bottom: 25px;
  }
  .idx09 .slide-thumb .f-content_img {
    margin-top: 20px;
    max-height: 540px;
  }
  .idx09 .slide-thumb .f-content h4 {
    font-size: 22px;
  }
  .idx09 .slide-thumb .f-content_point {
    top: -0.508333em;
    font-size: 100px;
  }
  .idx09 .f-btn {
    padding-right: 12%;
    padding-top: 0;
    margin-bottom: 15px;
  }
  .idx09 .slider-pagination {
    margin-right: 32px;
    font-size: 8px;
  }
  .idx09 .f-arrow .slide-arrow {
    width: 40px;
    height: 40px;
  }
  .idx10 {
    padding-bottom: 100px;
  }
  .idx10 .box-title {
    margin-bottom: 10px;
  }
  .idx10 .box-title h3 {
    font-size: 36px;
  }
  .idx10 .box-title .h-en {
    font-size: 18px;
    padding-right: 70px;
  }
  .idx10 .box-title .h-en::after {
    width: 45px;
  }
  .idx10 .b-grid {
    -ms-grid-columns: 47.5% 40%;
    grid-template-columns: 47.5% 40%;
  }
  .idx10 .greeting-img figure {
    max-width: 270px;
  }
  .idx10 .btn-group {
    position: relative;
    z-index: 1;
  }
  .idx11 .inner_big {
    max-width: 1200px;
  }
  .idx11 .box-title {
    margin-bottom: 10px;
    padding-left: 86px;
  }
  .idx11 .box-title::before {
    width: 74px;
    height: 70px;
    top: 10px;
  }
  .idx11 .box-title h3 {
    font-size: 36px;
    padding-bottom: 3px;
    margin-bottom: 15px;
  }
  .idx11 .box-title .h-en {
    font-size: 18px;
  }
  .idx11 .block-clinic .col-left{width: 49%;}
  .idx11 .box-info {
    padding-left: 80px;
  }
  .idx11 .ft_tracffic{
    padding-left: 75px;
  }
  .idx11 .box-info a {
    letter-spacing: 0.05em;
    font-size: 24px;
  }
  .idx_map {
    height: 350px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx01 {
    padding-bottom: 90px;
  }
  .idx01 .wrap-h3 {
    margin-bottom: 15px;
    padding-top: 40px;
  }
  .idx01 .wrap-h3 h3 {
    padding: 0 8px 7px 8px;
    margin-bottom: 10px;
  }
  .idx01 .block-news {
    margin-top: -40px;
    padding: 0 5% 30px 5%;
  }
  .idx01 .tab-btn {
    margin-bottom: 60px;
  }
  .idx01 .b-grid {
    padding-right: 0;
    -ms-grid-columns: 31% 65.77%;
    grid-template-columns: 31% 65.77%;
  }
  .idx01 .list-post a {
    --w: 105px;
  }
  .idx01 .list-post a .cate {
    font-size: 13px;
    width: 90px;
  }
  .idx01 .list-post a .title {
    width: calc(100% - var(--w) - 90px);
  }
  .idx02 .t_center {
    padding: 0 5%;
  }
  .idx03 {
    padding: 110px 0 170px;
  }
  .idx03::before {
    background-position: center right 26%;
  }
  .idx03 .box-checklist {
    padding: 25px 50px 35px;
  }
  .idx05 {
    padding: 70px 0 0;
  }
  .idx05 .block-problem {
    padding-bottom: 70px;
  }
  .idx06 .b-grid .b-cont > p {
    padding-right: 0;
  }
  .idx06 .tab2 .btn {
    margin-top: 40px;
  }
  .idx06 .block-support {
    padding-left: 10px;
  }
  .idx06 .support-cont {
    width: 56%;
    padding-left: 35px;
    padding-right: 40px;
    padding-top: 0;
  }
  .idx06 .support-img {
    width: 44%;
  }
  .idx06 .support-img::before {
    left: -10px;
    bottom: -10px;
  }
  .idx06 .box-title {
    margin-bottom: 10px;
  }
  .idx08 {
    padding-bottom: 80px;
  }
  .idx09 .slide-thumb .f-content_ct {
    padding: 45px 5% 50px;
  }
  .idx09 .slide-nav .f-tt_txt {
    font-size: 2.8em;
  }
  .idx10 .b-grid {
    -ms-grid-columns: 49.5% 50%;
    grid-template-columns: 49.5% 50%;
  }
  .idx10 .greeting-cont {
    position: relative;
    z-index: 1;
  }
  .idx10 .greeting-img {
    font-size: min(10px, 0.9vw);
    padding-right: 16em;
  }
  .idx10 .box-name {
    right: 0;
  }
  .idx10 .btn-group {
    margin-top: 40px;
  }
  .idx10 .btn-group .btn{
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .idx11 .block-clinic .col-right {
    width: 49%;
  }
  .idx11 .box-info dt {
    width: 85px;
  }
  .idx11 .box-info dd {
    width: calc(100% - 85px);
  }
  .idx11 .ft_tracffic .item{font-size: min(10px, 0.75vw);}
  .idx11 .time_sheet table th {
    padding: 1em 0.2em 1em;
  }
  .idx11 .time_sheet table td {
    padding: 1em 0.2em 1em;
  }
  .idx11 .time_sheet table tbody tr:nth-child(2) td {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .idx11 .btn-group .btn{
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx03 {
    padding: 100px 0 170px;
  }
  .idx03::before {
    background-image: url(../images/idx03_bf.png), url(../images/idx03_bg_sp.jpg);
    background-position: top 5% center, center;
    background-size: 100% auto, cover;
    font-size: 5px;
  }
  .idx03 .wrap-h3 {
    margin-bottom: 40vw;
  }
  .idx03 .box-checklist, .idx03 .wrap-h3 {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .idx03 .box-checklist {
    padding: 40px 5% 53px;
  }
  .idx03 .btn {
    width: 100%;
    margin: 20px auto 0;
  }
  .idx04 .b-grid {
    display: block;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
  .idx04 .osteoporosis-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .idx04 .osteoporosis-content .cont {
    padding: 0;
  }
  .idx04 .osteoporosis-bnr .bnr-it {
    font-size: min(10px, 1vw);
  }
  .idx05 .wrap-title {
    padding-bottom: 3.444444em;
    width: 39%;
    font-size: min(18px, 1.5vw);
  }
  .idx05 .wrap-title::before {
    height: 19em;
  }
  .idx05 .wrap-title::after {
    bottom: 2.055556em;
  }
  .idx05 .wrap-title .h-en {
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .idx05 .wrap-title .h-en::before {
    font-size: 0.8em;
  }
  .idx05 .block-treatment::before {
    top: min(312px, 19.5vw);
  }
  .idx05 .treatment-cont h4 {
    text-align: center;
    padding-left: 0;
  }
  .idx05 .treatment-img {
    width: 62%;
  }
  .idx05 .box-cont, .idx05 .btn-group {
    width: 100%;
  }
  .idx05 .btn-group {
    margin-top: 25px;
  }
  .idx05 .btn-group .btn {
    max-width: 500px;
    margin: 0 auto;
  }
  .idx07 {
    padding-bottom: 100px;
  }
  .idx07::before {
    font-size: 3px;
  }
  .idx07 .b-grid {
    display: block;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
  .idx07 .importance-cont {
    margin-top: 20px;
    padding: 0;
  }
  .idx07 .btn-group .btn {
    margin: 0 10px;
    width: calc(50% - 20px);
  }
  .idx08 .box-title {
    font-size: 8px;
    margin-bottom: 35px;
    text-align: center;
  }
  .idx08 .box-title .h-en {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .idx08 .b-grid {
    display: block;
    max-width: 640px;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }
  .idx08 .block-img {
    margin-bottom: 30px;
  }
  .idx08 .block-img .img01 {
    margin-top: 0;
  }
  .idx08 .block-cont .btn {
    margin: 20px auto 0;
  }
}