@charset "UTF-8";
.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 750px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  z-index: 1;
}
.home_page .key::before {
  content: "";
  position: absolute;
  top: 11.5em;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/ic_tooth.svg) no-repeat center/contain;
  width: 46.3em;
  height: 45.1em;
  z-index: -2;
  font-size: 0.625em;
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1118px;
}
.home_page .key .key_line {
  position: absolute;
  top: 18.6em;
  left: -24.8em;
  width: 194.1em;
  height: 47.2em;
  background: url(../images/key_line.svg) no-repeat center/contain;
  z-index: -1;
}
.home_page .key .key_text {
  font-size: 0.625em;
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 0;
}
.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;
}
.home_page .key .gr_img01,
.home_page .key .gr_img02 {
  position: absolute;
}
.home_page .key .gr_img01 figure,
.home_page .key .gr_img02 figure {
  position: absolute;
}
.home_page .key .gr_img01 img,
.home_page .key .gr_img02 img {
  border-radius: 5px;
}
.home_page .key .gr_img01 {
  bottom: 10em;
  left: -11.9em;
  width: 52.6em;
  height: 46.8em;
}
.home_page .key .gr_img01 .key_img01 {
  top: 0;
  left: 0;
}
.home_page .key .gr_img01 .key_img01 img {
  max-width: 28em;
}
.home_page .key .gr_img01 .key_img02 {
  bottom: 0;
  right: 0;
}
.home_page .key .gr_img01 .key_img02 img {
  max-width: 27em;
}
.home_page .key .gr_img02 {
  right: 2em;
  top: 4.9em;
  width: 60.5em;
  height: 58.2em;
}
.home_page .key .gr_img02 .key_img03 {
  bottom: 4.3em;
  left: 0;
}
.home_page .key .gr_img02 .key_img03 img {
  max-width: 35.5em;
}
.home_page .key .gr_img02 .key_img04 {
  top: 0;
  right: 14.1em;
}
.home_page .key .gr_img02 .key_img04 img {
  max-width: 18em;
}
.home_page .key .gr_img02 .key_img05 {
  bottom: 0;
  right: 0;
}
.home_page .key .gr_img02 .key_img05 img {
  max-width: 23em;
}
.home_page .key .key_catch {
  width: 49.5%;
  padding-top: 18.7em;
}
.home_page .key h2 {
  margin-bottom: 1em;
  font-size: 2.2em;
  line-height: 2;
  font-weight: 500;
  display: table;
  margin-left: auto;
}
.home_page .key h2 span {
  letter-spacing: 0.1em;
}
.home_page .key h2 .h2_tt02 {
  font-size: 2.6363636364em;
  line-height: 1;
  display: inline-block;
  margin-top: 0.224137931em;
  margin-bottom: 0.3275862069em;
}
.home_page .key h2 .h2_tt03 {
  display: table;
  margin-left: auto;
  margin-right: -0.3636363636em;
}
.home_page .topic_path {
  display: none;
}

#loading {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  background-color: #f7f6f1;
}
#loading .loading_img {
  width: 100%;
  max-width: 144em;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
#loading #key_svg {
  width: 192em;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  left: 50%;
  top: -3.2em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
#loading.is-hidden {
  opacity: 1;
  pointer-events: none;
  z-index: -1;
  background-color: transparent;
}
#loading.is-hidden #key_svg {
  top: 5.3em;
}

.key_wrap {
  z-index: 23;
  position: relative;
}
.key_wrap .key {
  z-index: 100;
}
.key_wrap .key_in {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.key_wrap .pc_navi.navi_df {
  opacity: 0;
}

body.is-loaded .key_wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition:
    opacity 1.2s ease,
    -webkit-transform 1.2s ease;
  transition:
    opacity 1.2s ease,
    -webkit-transform 1.2s ease;
  transition:
    opacity 1.2s ease,
    transform 1.2s ease;
  transition:
    opacity 1.2s ease,
    transform 1.2s ease,
    -webkit-transform 1.2s ease;
  z-index: 20;
}
body.is-loaded .key_wrap .key {
  z-index: 3;
}
body.is-loaded .key_wrap .key_in {
  opacity: 1;
}
body.is-loaded .key_wrap .pc_navi.navi_df {
  z-index: 21;
  opacity: 1;
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .home_page .key::before {
    font-size: min(0.625em, 0.6vw);
  }
  .home_page .key .key_text {
    font-size: min(0.625em, 0.6vw);
  }
  .home_page .key .key_line {
    top: 15.6em;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key {
    --max-height: calc(100vh - 1.875em);
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .home_page .key {
    --max-height: 55vw;
    --height: 46vw;
    --min-height: 340px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .home_page .key h2 {
    font-size: 2.4em;
  }
  .home_page .key .key_line {
    top: 18.6em;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .home_page .key .gr_img01 {
    bottom: 3em;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.scroll_line svg {
  opacity: 0;
}

.tl_h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5625;
}
.tl_h3 .en {
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--main-color);
  padding-left: 20px;
  display: block;
  margin-bottom: 7px;
}
.tl_h3 .en::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--cl-en);
}
.tl_h3 .en.pink {
  --cl-en: #f887a5;
  margin-bottom: 17px;
}
.tl_h3 .en.orange {
  --cl-en: #f79f00;
}
.tl_h3 .en.green {
  --cl-en: #1e8d61;
}
.tl_h3 .en.blue {
  --cl-en: #4ba9eb;
  margin-bottom: 5px;
}
.tl_h3 .en.purple {
  --cl-en: #ba82d1;
}
.tl_h3.tl_center {
  text-align: center;
}
.tl_h3.tl_center .en {
  padding-left: 0;
}
.tl_h3.tl_center .en::before {
  position: relative;
  display: block;
  top: 0;
  margin: 0 auto 18px;
}

.p_txtscroll {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 1.34em;
  margin-left: calc((100vw - 100%) / 2 * -1);
  white-space: nowrap;
  position: relative;
  z-index: 1;
  font-size: 120px;
}
.p_txtscroll .gr_txt {
  -webkit-animation: marquee 150s linear infinite;
  animation: marquee 150s linear infinite;
  color: #ffffff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_txtscroll .gr_txt p {
  font-family: var(--f-en);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.idx01 {
  padding: 56px 0px 107px;
}
.idx01 .inner_big {
  position: relative;
  z-index: 0;
  padding-top: 60px;
}
.idx01 .inner_big::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1280px;
  width: 100%;
  height: 1px;
  background-color: #cdcbbf;
  margin: auto;
}
.idx01 .scroll_line {
  position: absolute;
  left: -31.2em;
  bottom: -18.1em;
  width: 43em;
  height: 76.8em;
  z-index: -1;
  font-size: 10px;
}
.idx01 .b_report {
  margin-top: -66px;
}
.idx01 .gr_btn .cm_btn {
  margin: 10px 0;
}
.idx01 .report_content {
  position: relative;
  z-index: 0;
  padding: 126px 25px 80px 50px;
}
.idx01 .report_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #efede7;
  z-index: -1;
  border-radius: 320px 0 0 320px;
}
.idx01 .report_slider {
  max-width: 44.6875em;
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.idx01 .report_slider:not(.slick-slider) {
  opacity: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx01 .report_slider .item {
  max-width: 14.3125em;
  width: calc(33.3333333333% - 0.625em);
  margin: 0.3125em;
  position: relative;
  height: 20em;
  background-color: #ffffff;
}
.idx01 .report_slider .item figure {
  width: 100%;
  height: 100%;
}
.idx01 .report_slider .item figure:hover {
  opacity: 0.8;
}
.idx01 .report_slider .item figure a {
  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;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.idx01 .report_slider .item figure a:hover {
  opacity: 1;
}
.idx01 .report_slider .item img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.idx01 .report_slider .modal_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 20;
}
.idx01 .report_slider .modal_img.hide {
  visibility: hidden;
  opacity: 0;
}
.idx01 .report_slider .modal_img.active {
  visibility: visible;
  opacity: 1;
}
.idx01 .report_slider .modal_img .icon_close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: var(--main-color) url(../images/icon_close.svg) no-repeat center/100% auto;
  z-index: 2;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  border-radius: 50%;
}
.idx01 .slick-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3em;
}
.idx01 .slick-dots li {
  margin: 6px;
}
.idx01 .slick-dots li button {
  border: 0;
  background-color: #cdcbbf;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx01 .slick-dots li.slick-active button {
  background-color: var(--main-color);
}
.idx01 .slick-dots li:hover button {
  background-color: var(--main-color);
}
.idx01 .slick-arrow {
  width: 3.75em;
  height: 3.75em;
  top: -5.25em;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 109% auto;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transform: unset;
  transform: unset;
  z-index: 1;
}
.idx01 .slick-arrow.slick-prev {
  background-image: url(../images/ic_prev.svg);
  left: -1.4375em;
}
.idx01 .slick-arrow.slick-next {
  background-image: url(../images/ic_next.svg);
  right: -1.5625em;
}
.idx01 .slick-arrow:hover {
  opacity: 0.8;
}

.slick-lightbox-inner > .slick-lightbox-close {
  display: none;
}

.slick-lightbox-slick-item-inner {
  position: relative;
}

/* Toàn bộ lightbox */
.idx02 {
  padding-bottom: 120px;
}
.idx02 .tl_h3 {
  margin-bottom: 50px;
}
.idx02 .inner_big {
  max-width: 1158px;
  position: relative;
  z-index: 2;
}
.idx02 .cm_btn {
  margin-left: auto;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.idx02 .list_post li {
  margin-bottom: 10px;
}
.idx02 .list_post li:last-child {
  margin-bottom: 0;
}
.idx02 .list_post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 31px 50px 32px 40px;
  --w: 141px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  width: 100%;
  color: var(--clr1);
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
}
.idx02 .list_post a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background-color: var(--clr2);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 7px;
  height: 9px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx02 .list_post a span {
  display: inline-block;
  letter-spacing: 0.1em;
}
.idx02 .list_post a .date {
  width: var(--w);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  color: var(--clr2);
  position: relative;
}
.idx02 .list_post a .date::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #cdcbbf;
  width: 1px;
  height: 30px;
}
.idx02 .list_post a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  padding-left: 37px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.idx03 {
  padding: 121px 0px 132px;
  background: url(../images/idx03_bg.jpg) no-repeat center/cover;
  color: #ffffff;
  text-align: center;
}
.idx03 .b_message {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .idx03 .b_message {
    position: relative;
    top: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx03 .b_message {
    top: 45px;
  }
}
.idx03 .cm_btn {
  margin: 160px auto 0;
}
.idx03 .txt_en {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}
.idx03 .message_ttl {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.idx03 .bx_name {
  font-family: var(--f-jp);
  font-weight: 300;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 30px;
  padding-top: 6px;
}
.idx03 .bx_name .name02 {
  margin: 0px 11px 0 9px;
}
.idx03 .bx_name .name03 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.idx03 .scroll_line {
  position: absolute;
  right: -30.9em;
  top: -42.6em;
  width: 67.9em;
  height: 52.9em;
  font-size: 10px;
}

.idx04 {
  padding: 120px 0 100px;
  position: relative;
  z-index: 0;
  background-color: #e8e5db;
}
.idx04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 513px;
  background: url(../images/idx04_bf.png) no-repeat bottom center/1920px auto;
  z-index: -1;
}
.idx04 .scroll_line {
  position: absolute;
  left: -31.3em;
  top: -24.3em;
  width: 69.2em;
  height: 50.2em;
  font-size: 10px;
}
.idx04 .tl_h3 {
  margin-bottom: 51px;
}
.idx04 .tl_h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.idx04 .tl_h4::after {
  content: "";
  position: relative;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  margin: 15px auto 0;
  background-color: var(--main-color);
  width: 100px;
  height: 2px;
}
.idx04 .box_h4 {
  margin-top: 60px;
}
.idx04 .box_h4 .service-sm {
  margin-top: 0;
}
.idx04 .service-lg_item {
  position: relative;
}
.idx04 .service-lg_item a {
  z-index: 3;
}
.idx04 .service-lg .box_in {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx04 .service-lg h4 {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--clr2);
  margin-bottom: 17px;
}
.idx04 .service-lg h4::after {
  content: "";
  position: relative;
  display: block;
  background-color: var(--main-color);
  margin: 15px auto 0;
  width: 60px;
  height: 1px;
}
.idx04 .service-lg_img {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  height: 450px;
  z-index: 0;
}
.idx04 .service-lg_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(-17%, rgb(0, 95, 158)),
    color-stop(56%, rgba(0, 95, 158, 0))
  );
  background: linear-gradient(0deg, rgb(0, 95, 158) -17%, rgba(0, 95, 158, 0) 56%);
  opacity: 0.5;
}
.idx04 .service-lg_img img {
  width: 100%;
  height: 100%;
}
.idx04 .service-lg_content {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 44px 65px 57px;
  border-radius: 5px;
  max-width: 360px;
  width: 90%;
  margin: -180px auto 0;
}
.idx04 .service-lg_content::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--clr2);
  background-image: url(../images/idx04_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.idx04 .service-sm {
  max-width: 1118px;
  width: 100%;
  margin: 60px auto 0;
}
.idx04 .service-sm h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--clr2);
  line-height: 1.4;
  margin-bottom: 15px;
}
.idx04 .service-sm p {
  line-height: 2;
}
.idx04 .service-sm_item {
  margin-bottom: 20px;
}
.idx04 .service-sm_img {
  border-radius: 0 0 5px 5px;
  width: 145px;
}
.idx04 .service-sm_img img {
  width: 100%;
  height: 100%;
}
.idx04 .service-sm_content {
  width: calc(100% - 145px);
  padding: 50px 36px 37px 36px;
  position: relative;
}
.idx04 .service-sm_content::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: var(--clr2);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 12px;
  height: 12px;
}
.idx04 .service-sm .box_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

.idx05 {
  background-color: #e8e5db;
  padding: 0 0 163px;
}
.idx05 .scroll_line {
  position: absolute;
  right: -58.4em;
  bottom: -23.5em;
  width: 99.8em;
  height: 39.2em;
  font-size: 10px;
}
.idx05 .b_movement {
  border-radius: 10px;
  background: url(../images/idx05_bg.jpg) no-repeat center/cover;
  color: #ffffff;
  text-align: center;
}
.idx05 h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  max-width: 20.8666666667em;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 0;
  padding: 0.6em 0.3333333333em;
  height: 3.0666666667em;
  margin-bottom: 38px;
  border-radius: 50px;
}
.idx05 h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20.8666666667em;
  height: 3.2em;
  z-index: -1;
  background: url(../images/idx05_tl.svg) no-repeat center/contain;
}
.idx05 p {
  font-weight: 300;
}
.idx05 .subtxt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.667;
  margin-bottom: 21px;
}
.idx05 .cm_btn {
  margin: 52px auto 0;
}
.idx05 .box_inner {
  max-width: 1118px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding: 119px 40px 120px;
}
.idx05 .box_inner::before,
.idx05 .box_inner::after {
  content: "";
  position: absolute;
  bottom: -2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 10px;
}
.idx05 .box_inner::before {
  width: 14.7em;
  height: 31.4em;
  background-image: url(../images/idx05_illus01.svg);
  left: 3.3em;
}
.idx05 .box_inner::after {
  width: 18.6em;
  height: 34.1em;
  background-image: url(../images/idx05_illus02.svg);
  right: -0.5em;
}

.idx06 {
  padding: 148px 0 181px;
}
.idx06 .box_inner {
  max-width: 1118px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.idx06 .tl_h3 {
  margin-bottom: 50px;
}
.idx06 .trivia-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 17px;
  right: 0;
}
.idx06 .trivia-btn p {
  margin-bottom: 0;
}
.idx06 .trivia-btn .current-slide,
.idx06 .trivia-btn .total-slides {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  font-family: var(--f-jp);
}
.idx06 .trivia-btn .current-slide {
  color: var(--main-color);
  margin-right: 15px;
}
.idx06 .trivia-btn .total-slides {
  color: #b7b5a7;
  margin-left: 14px;
}
.idx06 .trivia-btn .slider_arrow {
  width: 12px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: unset;
  transform: unset;
}
.idx06 .trivia-btn .slider_arrow:hover {
  opacity: 0.7;
}
.idx06 .trivia-btn .slider_arrow.prev-arrow {
  background-image: url(../images/idx06_ic_prev.png);
  margin-right: 16px;
}
.idx06 .trivia-btn .slider_arrow.next-arrow {
  background-image: url(../images/idx06_ic_next.png);
  margin-left: 13px;
}
.idx06 .trivia-btn .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.idx06 .trivia-btn .slick-dots li {
  height: 2px;
}
.idx06 .trivia-btn .slick-dots li button {
  border: 0;
  background-color: #cdcbbf;
  width: 15.6px;
  height: 2px;
  text-indent: -9999px;
  color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx06 .trivia-btn .slick-dots li.slick-active button,
.idx06 .trivia-btn .slick-dots li:hover button {
  background-color: var(--main-color);
}
.idx06 .slider_wrap {
  max-width: 1780px;
  width: calc(100% - 160px);
  margin: 53px auto 0;
}
.idx06 .trivia-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 22.8571428571em;
}
.idx06 .trivia-slider:not(.slick-slider) {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}
.idx06 .trivia-slider .slick-list {
  overflow: visible;
}
.idx06 .trivia-slider_item {
  margin: 0 10px;
  width: 24.25em;
  position: relative;
}
.idx06 .trivia-slider_item:nth-child(5n + 1) {
  --cl: #f887a5;
}
.idx06 .trivia-slider_item:nth-child(5n + 1) .trivia-slider_img::before {
  background-image: url(../images/ic_arr_pink.svg);
}
.idx06 .trivia-slider_item:nth-child(5n + 2) {
  --cl: #f79f00;
}
.idx06 .trivia-slider_item:nth-child(5n + 2) .trivia-slider_img::before {
  background-image: url(../images/ic_arr_orange.svg);
}
.idx06 .trivia-slider_item:nth-child(5n + 3) {
  --cl: #1e8d61;
}
.idx06 .trivia-slider_item:nth-child(5n + 3) .trivia-slider_img::before {
  background-image: url(../images/ic_arr_green.svg);
}
.idx06 .trivia-slider_item:nth-child(5n + 4) {
  --cl: #4ba9eb;
}
.idx06 .trivia-slider_item:nth-child(5n + 4) .trivia-slider_img::before {
  background-image: url(../images/ic_arr_blue.svg);
}
.idx06 .trivia-slider_item:nth-child(5n + 5) {
  --cl: #ba82d1;
}
.idx06 .trivia-slider_item:nth-child(5n + 5) .trivia-slider_img::before {
  background-image: url(../images/ic_arr_purple.svg);
}
.idx06 .trivia-slider_img {
  margin: 0 auto 25px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx06 .trivia-slider_img::before {
  content: "";
  position: absolute;
  bottom: 0.625em;
  right: 0.625em;
  background: #ffffff;
  width: 5.0505050505em;
  height: 5.0505050505em;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.idx06 .trivia-slider_img figure {
  width: 24.25em;
  height: 24.25em;
  border-radius: 50%;
  overflow: hidden;
  background-color: #eaeaea;
}
.idx06 .trivia-slider_img img {
  width: 100%;
  height: 100%;
}
.idx06 .trivia-slider_ttl {
  text-align: center;
  font-family: var(--f-jp);
  font-weight: 500;
  line-height: 1.625;
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.idx07 {
  padding: 120px 0 127px;
  background-color: #efede7;
  position: relative;
  z-index: 1;
}
.idx07 .inner_big {
  z-index: 0;
}
.idx07 .inner_big::before {
  content: "";
  position: absolute;
  top: -23.6em;
  right: -2.6em;
  width: 50.5em;
  height: 52.8em;
  background: url(../images/idx07_map.svg) no-repeat center/contain;
  z-index: -1;
  font-size: 10px;
}
.idx07 .scroll_line {
  position: absolute;
  left: -39.8em;
  top: -25.5em;
  width: 89.1em;
  height: 38em;
  font-size: 10px;
}
.idx07 .tl_h3 {
  margin-bottom: 72px;
}
.idx07 .b-local {
  margin-top: 49px;
}
.idx07 .b-local_item {
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.idx07 .b-local_item.active .b-local_hover {
  display: block;
}
.idx07 .b-local_item.active .b-local_ttl {
  background-color: var(--cl-hover);
}
.idx07 .b-local_item.active .b-local_ttl::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.idx07 .b-local_ttl {
  background-color: var(--cl);
  color: #ffffff;
  padding: 22px 45px 24px 36px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.idx07 .b-local_ttl::before,
.idx07 .b-local_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx07 .b-local_ttl::before {
  width: 15px;
  height: 1px;
  right: 30px;
}
.idx07 .b-local_ttl::after {
  width: 1px;
  height: 15px;
  right: 37px;
}
.idx07 .b-local_ttl p {
  font-family: var(--f-jp);
  font-weight: 400;
  line-height: 1.5;
}
.idx07 .b-local_ttl.rotate {
  background-color: var(--cl-hover);
}
.idx07 .b-local_ttl.rotate::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.idx07 .b-local_hover {
  background-color: #ffffff;
  padding: 20px 20px;
  display: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.idx07 .b-local .tb_info {
  border: 1px solid #cdcbbf;
  border-radius: 5px;
  overflow: hidden;
}
.idx07 .b-local .tb_info .br_pc {
  display: none;
}
.idx07 .b-local .tb_info .link_clinic {
  display: inline-block;
  word-break: break-all;
}
.idx07 .b-local .tb_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cdcbbf;
}
.idx07 .b-local .tb_info dl:last-child {
  border-bottom: 0;
}
.idx07 .b-local .tb_info dl .tt_sm {
  font-size: 13px;
  line-height: 1.58;
}
.idx07 .b-local .tb_info dt,
.idx07 .b-local .tb_info dd {
  font-size: 14px;
  line-height: 1.4285;
  letter-spacing: 0.05em;
  padding: 14px 10px 15px;
}
.idx07 .b-local .tb_info dt {
  background-color: var(--cl-dt);
  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;
  width: 120px;
  text-align: center;
}
.idx07 .b-local .tb_info dd {
  width: calc(100% - 120px);
  padding-left: 19px;
}
.idx07 .b-local .tb_info .btn_route {
  color: var(--clr1);
  cursor: pointer;
}
.idx07 .b-local .tb_info .btn_route:hover {
  opacity: 0.7;
}

.idx_map {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #cdcbbf;
  height: 460px;
}
.idx_map iframe {
  border: 0;
}
.idx_map h3 {
  font-size: 1.125em;
  font-weight: 600;
  color: var(--cl);
}
.idx_map p {
  color: var(--clr1);
}

@media only screen and (min-width: 1921px) {
  .idx04::before {
    background-size: cover;
  }
}
@media only screen and (min-width: 769px) {
  .idx01 .b_report {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: calc(34% - 30px) 66%;
    grid-template-columns: calc(34% - 30px) 66%;
  }
  .idx01 .tl_h3 {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 69px;
    margin-top: 17px;
  }
  .idx01 .report_content {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
  }
  .idx01 .tl_h3,
  .idx01 .gr_btn {
    max-width: 324px;
    width: 100%;
    margin-left: auto;
  }
  .idx02 .list_post a:hover {
    opacity: 1;
    color: var(--clr2);
    background-color: #eeeeeb;
  }
  .idx02 .list_post a:hover::after {
    right: 20px;
  }
  .idx02 .list_post a:hover .date {
    color: var(--clr2);
  }
  .idx04 .service-lg_item {
    width: calc((100% - 38px) / 3);
    max-width: 414px;
    margin-right: 19px;
  }
  .idx04 .service-lg_item:nth-child(3n + 3),
  .idx04 .service-lg_item:last-child {
    margin-right: 0;
  }
  .idx04 .service-lg_item:hover .box_in {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  }
  .idx04 .service-sm_item {
    width: calc((100% - 32px) / 2);
    max-width: 550px;
    margin-right: 16px;
  }
  .idx04 .service-sm_item:nth-child(2n + 2),
  .idx04 .service-sm_item:last-child {
    margin-right: 0;
  }
  .idx04 .service-sm_item:hover .box_in {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  .idx05 .cm_btn a:hover {
    border-color: #ffffff;
  }
  .idx06 .trivia-slider {
    font-size: min(9.9px, 0.688vw);
  }
  .idx06 .trivia-slider_item:hover .trivia-slider_ttl {
    color: var(--cl);
  }
  .idx06 .trivia-slider_item:hover .trivia-slider_img {
    opacity: 0.8;
  }
  .idx07 .b-local > div {
    width: calc((100% - 56px) / 3);
    margin-right: 28px;
  }
  .idx07 .b-local > div:nth-child(3n + 3),
  .idx07 .b-local > div:last-child {
    margin-right: 0;
  }
  .idx07 .b-local_item:hover .b-local_ttl {
    background-color: var(--cl-hover);
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .p_txtscroll {
    font-size: min(120px, 7.5vw);
  }
  .idx01 .tl_h3 {
    margin-bottom: 30px;
  }
  .idx01 .b_report {
    padding-right: 34px;
  }
  .idx01 .report_content {
    padding: 80px 25px 55px 50px;
  }
  .idx01 .slick-dots {
    margin-top: 20px;
  }
  .idx07 .inner_big::before {
    font-size: 8px;
    right: 4.4em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .tl_h3 {
    font-size: 28px;
  }
  .tl_h3 .en {
    font-size: 14px;
    padding-left: 16px;
  }
  .tl_h3 .en::before {
    width: 8px;
    height: 8px;
  }
  .tl_h3 .en.pink {
    margin-bottom: 7px;
  }
  .idx01 {
    padding-bottom: 85px;
  }
  .idx01 .inner_big {
    padding-top: 40px;
  }
  .idx01 .inner_big::before {
    width: 92%;
  }
  .idx01 .scroll_line {
    font-size: min(10px, 0.85vw);
    left: -29.2em;
  }
  .idx01 .report_slider {
    font-size: min(15px, 1.2vw);
  }
  .idx02 {
    padding-bottom: 90px;
  }
  .idx02 .tl_h3 {
    margin-bottom: 30px;
  }
  .idx02 .cm_btn {
    margin-top: 40px;
  }
  .idx03 .txt_en {
    font-size: 85px;
  }
  .idx03 .message_ttl {
    font-size: 22px;
    line-height: 1.6;
  }
  .idx03 .scroll_line {
    font-size: min(10px, 0.6vw);
    right: -24.9em;
    top: -48.6em;
  }
  .idx03 .bx_name {
    margin-top: 17px;
  }
  .idx03 .cm_btn {
    margin-top: 40px;
  }
  .idx04 {
    padding: 80px 0 85px;
  }
  .idx04 .inner_big {
    padding: 0 5%;
  }
  .idx04 .scroll_line {
    font-size: min(10px, 0.6vw);
    top: -31.3em;
  }
  .idx05 {
    padding-bottom: 100px;
  }
  .idx05 h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .idx05 .subtxt {
    font-size: 22px;
  }
  .idx05 .scroll_line {
    font-size: min(10px, 0.9vw);
    right: -55.4em;
    bottom: -20.5em;
  }
  .idx06 {
    padding: 100px 0 120px;
  }
  .idx06 .trivia-slider_item {
    margin: 0 0.625em;
  }
  .idx06 .trivia-slider_img {
    margin-bottom: 1.5625em;
  }
  .idx06 .trivia-slider_img::before {
    bottom: 0.625em;
    right: 0.625em;
    width: 6.125em;
    height: 6.125em;
  }
  .idx06 .trivia-slider_ttl {
    font-size: 2em;
  }
  .idx07 {
    padding: 90px 0 100px;
  }
  .idx07 .tl_h3 {
    margin-bottom: 45px;
  }
  .idx07 .scroll_line {
    font-size: min(10px, 0.7vw);
  }
  .idx07 .inner_big::before {
    font-size: min(10px, 0.8vw);
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx01 .b_report {
    -ms-grid-columns: calc(46% - 30px) 57%;
    grid-template-columns: calc(46% - 30px) 57%;
  }
  .idx01 .report_slider {
    font-size: min(15px, 0.98vw);
  }
  .idx02 .inner_big {
    width: calc(100% - 80px);
  }
  .idx03 .scroll_line {
    top: -54.6em;
  }
  .idx04::before {
    height: 380px;
  }
  .idx04 .tl_h3 {
    margin-bottom: 20px;
  }
  .idx04 .service-lg h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .idx04 .service-lg h4::after {
    margin-top: 5px;
  }
  .idx04 .service-lg p {
    line-height: 2;
  }
  .idx04 .service-lg_img {
    max-height: 390px;
    height: 33vw;
  }
  .idx04 .service-lg_content {
    padding: 30px 6% 37px;
    margin-top: -10vw;
  }
  .idx04 .service-lg_content::after {
    width: 35px;
    height: 35px;
  }
  .idx04 .service-sm {
    padding: 0 2%;
  }
  .idx04 .service-sm_img {
    width: 100px;
  }
  .idx04 .service-sm_content {
    width: calc(100% - 100px);
    padding: 35px 15px 18px 15px;
  }
  .idx04 .service-sm_content h4 {
    font-size: 18px;
  }
  .idx05 .box_inner::before,
  .idx05 .box_inner::after {
    font-size: min(10px, 0.85vw);
  }
  .idx05 .box_inner::after {
    right: 3.5em;
  }
  .idx05 .cm_btn {
    margin-top: 35px;
  }
  .idx06 .trivia-slider {
    font-size: min(16px, 0.65vw);
  }
  .idx07 .b-local > div {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .idx07 .b-local > div:nth-child(3n + 3) {
    margin-right: 0;
  }
  .idx07 .b-local_item {
    margin-bottom: 10px;
  }
  .idx07 .b-local_ttl {
    padding: 1.125em 1.4375em 1.25em 0.625em;
    font-size: min(16px, 1.65vw);
  }
  .idx07 .b-local_ttl::before {
    right: 0.6875em;
  }
  .idx07 .b-local_ttl::after {
    right: 1.125em;
  }
  .idx07 .b-local .tb_info .br_pc {
    display: block;
  }
  .idx07 .b-local .tb_info dt,
  .idx07 .b-local .tb_info dd {
    padding: 12px 6px 13px;
    font-size: 12px;
    letter-spacing: 0em;
  }
  .idx07 .b-local .tb_info dl .tt_sm {
    font-size: 11px;
  }
  .idx07 .b-local .tb_info dt {
    width: 70px;
  }
  .idx07 .b-local .tb_info dd {
    width: calc(100% - 70px);
    padding-left: 12px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .p_txtscroll {
    font-size: min(120px, 8.5vw);
  }
  .idx01 {
    padding-top: 3vw;
  }
  .idx01 .tl_h3 {
    margin-bottom: 10px;
  }
  .idx01 .b_report {
    margin-top: -40px;
  }
  .idx01 .report_content {
    padding-top: 61px;
    padding-left: 40px;
  }
  .idx01 .report_slider {
    font-size: min(15px, 0.88vw);
  }
  .idx01 .report_slider .item {
    height: 18.5em;
  }
  .idx01 .slick-dots li {
    margin: 0 3px;
  }
  .idx01 .slick-dots li button {
    width: 7px;
    height: 7px;
  }
  .idx04 .service-sm_item {
    width: calc((100% - 32px) / 2);
  }
  .idx04 .service-sm_item:nth-child(3n + 3) {
    margin-right: 16px;
  }
  .idx04 .service-sm_item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .idx06 .trivia-slider {
    font-size: min(16px, 1vw);
  }
  .idx07 .b-local_ttl::before {
    right: 0.575em;
  }
}
.idx_bn {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: -25px;
  left: 30px;
}
.idx_bn .bn_item {
  position: relative;
  background: var(--main-color);
  width: calc(100% / 3 - 1.25em);
  margin: 0.625em;
  text-align: center;
  color: #fff;
  max-width: 11.25em;
  padding: 0.625em 1.25em;
  border-radius: 5px;
  height: 3.75em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx_bn .bn_tl {
  line-height: 1.4;
}
.idx_bn .bn_item::after {
  content: "";
  position: absolute;
  bottom: 0.3125em;
  right: 0.3125em;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media only screen and (min-width: 769px) {
  .idx_bn .bn_item:not(.no_hover):hover {
    background-color: var(--clr2);
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx_bn {
    left: 0;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx_bn {
    font-size: min(16px, 0.9vw);
    width: 100%;
    top: -7px;
  }
  .idx_bn .bn_item {
    width: calc(100% / 3 - 0.625em);
    margin: 0.3125em;
  }
  .idx_bn .bn_tl {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx_bn {
    position: relative;
    bottom: 0;
    justify-content: center;
    font-size: min(16px, 1.3vw);
  }
}
