@charset "UTF-8";
.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 940px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/key-bg.jpg);
}
.home_page .key::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(50% - 50vw);
  background-image: url(../images/key-bg-shadow.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100vw;
  height: 100%;
  z-index: 4;
}
.home_page .key .inner {
  position: relative;
  max-width: 1320px;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 76px;
}
.home_page .key .s1::before {
  background-image: url(../images/key-mv01.jpg);
}
.home_page .key .s1::after {
  background-image: url(../images/key-mv-subimg01.jpg);
}
.home_page .key .slick-initialized .s2::before {
  background-image: url(../images/key-mv02.jpg);
}
.home_page .key .slick-initialized .s2::after {
  background-image: url(../images/key-mv-subimg02.jpg);
}
.home_page .key .slick-initialized .s3::before {
  background-image: url(../images/key-mv03.jpg);
}
.home_page .key .slick-initialized .s3::after {
  background-image: url(../images/key-mv-subimg03.jpg);
}
.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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  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 .img-slide {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_page .key .img-slide > div {
  position: absolute;
}
@-webkit-keyframes stackRevealTop {
  0% {
    clip-path: inset(100% 0 0 0); /* bị che từ trên */
    z-index: 3;
  }
  10% {
    clip-path: inset(0 0 0 0);
    z-index: 3;
  }
  33% {
    clip-path: inset(0 0 0 0);
    z-index: 3;
  }
  43% {
    clip-path: inset(-100% 0 0 0); /* đẩy lên trên */
    z-index: 1;
  }
  100% {
    clip-path: inset(-100% 0 0 0);
    z-index: 1;
  }
}
@keyframes stackRevealTop {
  0% {
    clip-path: inset(100% 0 0 0); /* bị che từ trên */
    z-index: 3;
  }
  10% {
    clip-path: inset(0 0 0 0);
    z-index: 3;
  }
  33% {
    clip-path: inset(0 0 0 0);
    z-index: 3;
  }
  43% {
    clip-path: inset(-100% 0 0 0); /* đẩy lên trên */
    z-index: 1;
  }
  100% {
    clip-path: inset(-100% 0 0 0);
    z-index: 1;
  }
}
@-webkit-keyframes stackRevealBottom {
  0% {
    clip-path: inset(0 0 100% 0); /* bị che từ dưới */
    z-index: 3;
  }
  10% {
    clip-path: inset(0 0 0 0);
    z-index: 3;
  }
  33% {
    clip-path: inset(0 0 0 0);
    z-index: 3;
  }
  43% {
    clip-path: inset(0 0 -100% 0); /* đẩy xuống dưới */
    z-index: 1;
  }
  100% {
    clip-path: inset(0 0 -100% 0);
    z-index: 1;
  }
}
@keyframes stackRevealBottom {
  0% {
    clip-path: inset(0 0 100% 0); /* bị che từ dưới */
    z-index: 3;
  }
  10% {
    clip-path: inset(0 0 0 0);
    z-index: 3;
  }
  33% {
    clip-path: inset(0 0 0 0);
    z-index: 3;
  }
  43% {
    clip-path: inset(0 0 -100% 0); /* đẩy xuống dưới */
    z-index: 1;
  }
  100% {
    clip-path: inset(0 0 -100% 0);
    z-index: 1;
  }
}
.home_page .key .key-img-left,
.home_page .key .key-img-right {
  overflow: hidden;
}
.home_page .key .key-img-left {
  max-width: 1140px;
  top: 0;
  left: -5px;
  width: 60%;
  height: 100%;
}
.home_page .key .key-img-left .key-img {
  -webkit-animation: stackRevealTop 14s infinite cubic-bezier(0.77, 0, 0.175, 1);
          animation: stackRevealTop 14s infinite cubic-bezier(0.77, 0, 0.175, 1);
}
.home_page .key .key-img-right {
  width: 40%;
  top: 100px;
  right: -5px;
  max-width: 450px;
  max-height: 600px;
  height: 77%;
}
.home_page .key .key-img-right .key-img {
  -webkit-animation: stackRevealBottom 14s infinite cubic-bezier(0.77, 0, 0.175, 1);
          animation: stackRevealBottom 14s infinite cubic-bezier(0.77, 0, 0.175, 1);
}
.home_page .key {
  /* stack */
}
.home_page .key .key-img {
  position: absolute;
  will-change: clip-path;
  -webkit-animation: stackReveal 14s infinite;
          animation: stackReveal 14s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  height: 100%;
}
.home_page .key .key-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_page .key {
  /* LEFT */
}
.home_page .key .key-img-left .key-img {
  -webkit-animation: stackRevealTop 14s infinite cubic-bezier(0.77, 0, 0.175, 1);
          animation: stackRevealTop 14s infinite cubic-bezier(0.77, 0, 0.175, 1);
}
.home_page .key .key-img-right .key-img {
  -webkit-animation: stackRevealBottom 14s infinite cubic-bezier(0.77, 0, 0.175, 1);
          animation: stackRevealBottom 14s infinite cubic-bezier(0.77, 0, 0.175, 1);
}
.home_page .key .key-img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.home_page .key .key-img:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.home_page .key .key-img:nth-child(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.home_page .key .key-content {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 76px;
  z-index: 4;
}
.home_page .key .catch {
  font-size: 10px;
  position: relative;
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
  font-weight: 500;
}
.home_page .key h2 {
  font-size: 4.4em;
  letter-spacing: 0.1em;
  line-height: 1.3636363636;
  margin-bottom: 0.5681812em;
}
.home_page .key p {
  font-size: 2.3em;
  letter-spacing: 0.08em;
  line-height: 1.6086956522;
}
.home_page .key .key-circle {
  font-size: 10px;
  width: 55.3em;
  height: 55.2em;
  position: absolute;
  bottom: 10em;
  right: 3em;
}
.home_page .key .key-circle .box {
  width: 29.4em;
  height: 29.4em;
  border-radius: 50%;
  position: absolute;
  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;
  padding-top: 1.4em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_page .key .key-circle .box.st1 {
  bottom: 6.7em;
  left: 0;
  background-image: url(../images/key-bg01.png);
}
.home_page .key .key-circle .box.st2 {
  z-index: 1;
  top: 0;
  right: 7.3em;
  background-image: url(../images/key-bg02.png);
}
.home_page .key .key-circle .box.st3 {
  bottom: 0;
  right: 0;
  background-image: url(../images/key-bg03.png);
}
.home_page .key .key-circle .p {
  font-size: 1em;
  text-align: center;
  text-shadow: none;
}
.home_page .key .key-circle .p span {
  display: block;
}
.home_page .key .key-circle .p .t1 {
  font-size: 2.6em;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 0.2692307692em;
}
.home_page .key .key-circle .p .sm {
  font-size: 2.2em;
  letter-spacing: 0.1em;
  line-height: 1.3390909091;
}
.home_page .key .scroll {
  width: 7.9em;
  height: 7.9em;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  position: absolute;
  z-index: 4;
  bottom: 60px;
  right: 32px;
  background-image: url(../images/key-scroll.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.2em auto;
  font-size: 10px;
}
.home_page .key .scroll a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.home_page .key .scroll a::before {
  position: absolute;
  content: "Scroll";
  color: #fff;
  font-size: 1.8em;
  letter-spacing: 0.1em;
  width: 100%;
  top: 1.2222222222em;
  left: -4.4444444444em;
}
.home_page .topic_path {
  display: none;
}
.home_page .idx-title {
  font-size: 10px;
  position: relative;
}
.home_page .idx-title h3 {
  font-size: 3.2em;
  letter-spacing: 0.1em;
  color: #595757;
  line-height: 1;
  font-weight: 500;
}
.home_page .idx-title .en {
  font-size: 10em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--main-color);
  line-height: 0.7;
  margin-bottom: 7px;
}
.home_page .idx-title.white h3,
.home_page .idx-title.white .en {
  color: #fff;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --height: 100vh;
    --min-height: unset;
    --max-height: unset;
  }
  .home_page .key .key-img-left {
    max-width: 100%;
    width: 57%;
  }
  .home_page .key .key-img-right {
    max-width: 100%;
    width: 37%;
    max-height: 100%;
    height: 1200px;
  }
  .home_page .key .inner::before {
    background-size: cover;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 0.9vmin);
    --max-height: calc(100vh - var(--wrapper));
  }
}
@media only screen and (max-width: 1560px) and (min-width: 992px) {
  .home_page .key {
    --height: 100vh;
    --min-height: unset;
    --max-height: unset;
  }
  .home_page .key .key-circle {
    font-size: min(8px, 0.55vw);
    right: 28em;
  }
  .home_page .key .scroll {
    bottom: 10px;
    font-size: 8px;
  }
  .home_page .key .img-slide .key-img-right {
    width: 30%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1vmin;
  }
  .home_page .key .key-circle {
    right: 40em;
    font-size: 0.5vw;
  }
  .home_page .key .img-slide .key-img-left {
    width: 55%;
  }
  .home_page .key .img-slide .key-img-right {
    height: 66%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .home_page .key .catch {
    font-size: 8px;
  }
  .home_page .idx-title {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key .key-circle {
    font-size: 0.55vw;
    bottom: 10em;
    right: 35em;
  }
  .home_page .key .key-content {
    padding-bottom: 40px;
  }
  .home_page .key .key-img-right {
    top: 85px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .home_page .key .scroll {
    font-size: 8px;
    bottom: 20px;
    right: 20px;
  }
  .home_page .key .key-circle {
    bottom: 23em;
    right: 37em;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx-news {
  padding: 122px 0px 91px;
  background-color: #edeff2;
  position: relative;
}
.idx-news::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 277%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/idx-news-bg.jpg);
}
@media only screen and (min-width: 1921px) {
  .idx-news::before {
    height: 281%;
  }
}
.idx-news .news-banner {
  max-width: 217px;
  margin-left: 0;
  margin-right: 0;
}
.idx-news .news-banner a {
  border-bottom: 0;
}
.idx-news .inner_big {
  position: relative;
  max-width: 1280px;
  width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 87px;
  padding-left: 100px;
  padding-right: 97px;
  padding-bottom: 59px;
}
.idx-news .idx-title {
  margin-bottom: 97px;
}
.idx-news .idx-title h3 {
  font-size: 6em;
  letter-spacing: 0.05em;
  color: var(--main-color);
  font-weight: 600;
}
.idx-news .idx-title .sm {
  font-size: 2em;
  letter-spacing: 0.05em;
  color: #595757;
  position: relative;
  line-height: 1;
  margin-top: 19px;
  padding-left: 25px;
}
.idx-news .idx-title .sm::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 11px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--main-color);
}
.idx-news .btn-group .btn {
  max-width: 217px;
  margin-bottom: 42px;
}
.idx-news .btn-group .btn a {
  border-color: #595757;
}
.idx-news .btn-group .btn a::before {
  display: none;
}
.idx-news .left {
  width: 30%;
}
.idx-news .right {
  width: 70%;
  max-width: 730px;
}
.idx-news .news-content a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #928f84;
  position: relative;
  padding: 14.5px 0;
  padding-left: 8px;
  padding-right: 20px;
}
.idx-news .news-content a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto;
  background-image: url(../images/idx-news-line.png);
  width: 100%;
  height: 1px;
}
.idx-news .news-content a .date {
  text-align: center;
}
.idx-news .news-content a .date span {
  letter-spacing: 0.05em;
}
.idx-news .news-content a .year {
  font-size: 14px;
}
.idx-news .news-content a .year::after {
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  width: 3.5714285714em;
  height: 1px;
  background-color: #d9d9d9;
}
.idx-news .news-content a .cate {
  min-width: 72px;
  height: 26px;
  width: auto;
  padding: 5px;
  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;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-left: 29px;
  background-color: #b35c5c;
}
.idx-news .news-content a .cate.news {
  background-color: #c5bea8;
}
.idx-news .news-content a .cate.column {
  background-color: #b1c3ce;
}
.idx-news .news-content a .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx-news .news-content a .txt {
  text-overflow: ellipsis;
  /* Needed to make it work */
  overflow: hidden;
  white-space: nowrap;
  padding-left: 27px;
}
.idx-news .new-tabs .TabContainer .TabContent {
  margin-top: 21px;
}
.idx-news .new-tabs .TabContainer .TabPager {
  gap: 7px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
}
.idx-news .new-tabs .TabContainer .TabPager > div {
  background-color: #f0eeeb;
  width: calc(33.33% - 5px);
  max-width: 150px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 42px;
}
.idx-news .new-tabs .TabContainer .TabPager > div p {
  color: #928f84;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.idx-news .new-tabs .TabContainer .TabPager > div:hover {
  background-color: var(--main-color);
}
.idx-news .new-tabs .TabContainer .TabPager > div:hover p {
  color: #fff;
}
.idx-news .new-tabs .TabContainer .TabPager > div.active {
  background-color: #fff;
  border: 1px solid #b35c5c;
}
.idx-news .new-tabs .TabContainer .TabPager > div.active p {
  color: var(--main-color);
}
@media (1281px <= width) {
  .idx-news .right {
    margin-top: 13px;
  }
}
@media (769px <= width <= 1024px) {
  .idx-news {
    padding: 80px 0;
  }
  .idx-news .idx-title {
    margin-bottom: 60px;
  }
  .idx-news .inner_big {
    padding: 40px 20px 30px;
  }
}
@media (769px <= width <= 991px) {
  .idx-news .idx-title {
    font-size: 8px;
  }
  .idx-news .right {
    width: 65%;
  }
  .idx-news .news-content a .cate {
    margin-left: 15px;
  }
  .idx-news .news-content a .txt {
    padding-left: 15px;
  }
}

.idx-ins {
  padding-bottom: 140px;
  position: relative;
}
.idx-ins .idx-title {
  padding-left: 8.6em;
}
.idx-ins .idx-title::before {
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
  width: 8em;
  height: 8em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx-ins-icon.png);
}
.idx-ins .idx-title h3 {
  font-size: 3.6em;
  color: var(--main-color);
  letter-spacing: 0.05em;
  margin-bottom: -2px;
  text-align: left;
}
.idx-ins .idx-title .sm {
  font-size: 1.6em;
  color: var(--clr1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: unset;
  margin-top: 2px;
}
.idx-ins .idx-title .sm::before {
  background-color: var(--clr1);
  display: block;
  content: "";
  width: 6.375em;
  height: 1px;
  margin-right: 0.6875em;
}
.idx-ins .btn-group {
  max-width: 217px;
  width: 100%;
}
.idx-ins .btn-group .btn {
  max-width: 100%;
}
.idx-ins .btn-group .btn a {
  color: #928f84;
}
.idx-ins .btn-group .btn a:hover {
  color: #928f84;
  border-color: #999494 !important;
}
.idx-ins .ins-content {
  position: relative;
  margin-top: 52px;
  padding: 0 20px;
  max-width: 1834px;
  margin-left: auto;
  margin-right: auto;
}
.idx-ins .ins-content::before, .idx-ins .ins-content::after {
  position: absolute;
  content: "";
  background-color: #fff;
  opacity: 50%;
  top: 0;
  width: 252px;
  height: calc(100% - 6px);
  z-index: 1;
}
@media (769px <= width <= 1560px) {
  .idx-ins .ins-content::before, .idx-ins .ins-content::after {
    width: min(252px, 16.5vw) !important;
  }
}
@media (769px <= width <= 1440px) {
  .idx-ins .ins-content::before, .idx-ins .ins-content::after {
    width: min(252px, 15.9vw) !important;
  }
}
@media (769px <= width <= 1366px) {
  .idx-ins .ins-content::before, .idx-ins .ins-content::after {
    width: min(252px, 15.8vw) !important;
  }
}
@media (769px <= width <= 1280px) {
  .idx-ins .ins-content::before, .idx-ins .ins-content::after {
    width: min(252px, 15.7vw) !important;
  }
}
@media (769px <= width <= 1024px) {
  .idx-ins .ins-content::before, .idx-ins .ins-content::after {
    width: min(252px, 15.47vw) !important;
  }
}
@media (769px <= width <= 991px) {
  .idx-ins .ins-content::before, .idx-ins .ins-content::after {
    width: min(252px, 15.1vw) !important;
  }
}
@media only screen and (max-width: 768px) {
  .idx-ins .ins-content::before, .idx-ins .ins-content::after {
    display: none;
  }
}
.idx-ins .ins-content::before {
  left: 20px;
}
@media (769px <= width <= 991px) {
  .idx-ins .ins-content::before {
    width: min(252px, 15.2vw) !important;
  }
}
.idx-ins .ins-content::after {
  right: 20px;
}
.idx-ins .ins-content div#sbi_images {
  display: block !important;
  padding: 0px !important;
}
.idx-ins .sbi_item {
  width: min(252px, 15.98vw) !important;
}
@media (769px <= width <= 1560px) {
  .idx-ins .sbi_item {
    width: min(252px, 15.83vw) !important;
  }
}
@media (769px <= width <= 1440px) {
  .idx-ins .sbi_item {
    width: min(252px, 15.78vw) !important;
  }
}
@media (769px <= width <= 1366px) {
  .idx-ins .sbi_item {
    width: min(252px, 15.75vw) !important;
  }
}
@media (769px <= width <= 1280px) {
  .idx-ins .sbi_item {
    width: min(252px, 15.7vw) !important;
  }
}
@media (769px <= width <= 1024px) {
  .idx-ins .sbi_item {
    width: min(252px, 15.47vw) !important;
  }
}
@media (769px <= width <= 991px) {
  .idx-ins .sbi_item {
    width: min(252px, 15.2vw) !important;
  }
}
.idx-ins #sb_instagram #sbi_images .sbi_item {
  margin: 0 2.5px !important;
}
@media only screen and (min-width: 769px) {
  .idx-ins .flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1281px) {
  .idx-ins .btn-group {
    position: relative;
    top: 6px;
  }
}
@media (769px <= width <= 1280px) {
  .idx-ins {
    padding-bottom: 80px;
  }
  .idx-ins .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.idx01 {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/idx01-bg.jpg);
  padding-top: 131px;
  padding-bottom: 145px;
}
.idx01-left, .idx01-right {
  max-width: 560px;
  width: 50%;
}
.idx01 .idx-title {
  margin-bottom: 70px;
}
.idx01 .des p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .idx01 .des p {
    font-size: 16px;
    line-height: 2.25;
  }
}
.idx01-list {
  margin-top: 27px;
  --widthUl: 111px;
}
.idx01-list li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.idx01-list .left {
  width: var(--widthUl);
}
.idx01-list .left .ic {
  position: relative;
  padding-left: 20px;
}
.idx01-list .left .ic::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  width: 8px;
  height: 8px;
}
.idx01-list .right {
  width: calc(100% - var(--widthUl));
}
.idx01-list span {
  line-height: 2.25;
  display: block;
}
.idx01-list .sm {
  display: inline-block;
  font-size: 14px;
}
.idx01-list .cl {
  display: inline-block;
  font-size: 1.125em;
  font-weight: 500;
}
.idx01 .btn-group {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 66px;
}
.idx01 .btn-group .btn {
  max-width: 217px;
}
@media only screen and (min-width: 769px) {
  .idx01 .btn-group .btn:first-child {
    margin-right: 41px;
  }
}
.idx01-map {
  height: 310px;
  margin-top: 44px;
}
.idx01-map iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (1281px <= width) {
  .idx01-right {
    padding-top: 29px;
  }
}
@media (769px <= width <= 1366px) {
  .idx01 {
    background-image: url(../images/idx01-bg-1366.jpg);
  }
  .idx01 .inner_big {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (769px <= width <= 1280px) {
  .idx01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .idx01 .inner_big {
    padding-left: 20px;
    padding-right: 20px;
  }
  .idx01 .idx-title {
    margin-bottom: 40px;
  }
  .idx01 .des p {
    margin-bottom: 0;
  }
  .idx01 .btn-group {
    margin-top: 40px;
  }
  .idx01-list {
    margin-top: 15px;
  }
  .idx01-list li {
    margin-bottom: 15px;
  }
}
@media (769px <= width <= 1024px) {
  .idx01 .btn-group .btn:first-child {
    margin-right: 20px;
  }
}
@media (769px <= width <= 991px) {
  .idx01 {
    width: calc(100% - 30px);
  }
  .idx01-list {
    --widthUl: 90px;
  }
  .idx01-list li span {
    letter-spacing: 0.05em;
  }
  .idx01 .inner_big {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.idx02 {
  position: relative;
  padding-top: 283px;
  padding-bottom: 131px;
}
.idx02::before {
  position: absolute;
  content: "";
  top: -143px;
  left: 0;
  width: 100%;
  height: calc(233% - 133px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/idx02-bg.jpg);
}
.idx02 .inner_big {
  max-width: 1480px;
  position: relative;
}
.idx02 .inner_big::before {
  position: absolute;
  content: "";
  top: -143px;
  right: 99px;
  width: 75%;
  height: 102%;
  max-height: 717px;
  max-width: 1053px;
  background-position: left 50% center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/idx02-doctor.jpg);
}
.idx02 .idx-title {
  margin-bottom: 38px;
}
.idx02 .idx-title h3 {
  color: var(--main-color);
}
@media only screen and (min-width: 1281px) {
  .idx02 .idx-title h3 {
    margin-left: -4px;
  }
}
.idx02-content {
  max-width: 630px;
  width: 55%;
  background-color: #fff;
  padding-left: 99px;
  padding-top: 78px;
  padding-right: 83px;
  padding-bottom: 50px;
  position: relative;
}
.idx02-content::before {
  position: absolute;
  content: "Message";
  top: -0.7117117117em;
  left: 2px;
  font-size: min(111px, 8.5vw);
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: var(--f-en);
  line-height: 0.8;
  text-transform: uppercase;
  color: #fff;
}
.idx02-img01 {
  position: absolute;
  bottom: -38px;
  right: -120px;
  font-size: 10px;
}
.idx02-img01 .img-doctor {
  width: 33em;
  height: 39em;
}
.idx02-img01 .img-name {
  position: absolute;
  bottom: 7.8em;
  left: -27.6em;
  width: 37.2em;
  height: 15.3em;
}
.idx02-doctor {
  position: absolute;
  top: -33px;
  right: 159px;
  font-size: 10px;
}
.idx02-doctor .name {
  font-size: 1em;
  text-align: right;
  color: #fff;
}
.idx02-doctor .name .t1 {
  font-size: 1.7em;
  letter-spacing: 0.05em;
  line-height: 1.4705882353;
}
.idx02-doctor .name .t1::after {
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  height: 1px;
  width: 15.7647058824em;
  margin-top: 13px;
}
.idx02-doctor .name .t2 {
  margin-top: -0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4em;
  letter-spacing: 0;
}
.idx02-doctor .name .t2 .sm {
  font-size: 0.5185185185em;
  padding-right: 0.9285714em;
}
.idx02 .btn-group {
  margin-top: 40px;
}
.idx02 .btn-group .btn {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1281px) {
  .idx02-txt p {
    font-size: 18px;
    letter-spacing: 0.14em;
    line-height: 2;
    margin-bottom: 10px;
  }
  .idx02 .btn-group {
    margin-left: 6px;
  }
}
@media (769px <= width <= 1560px) {
  .idx02 .inner_big {
    margin-left: 0;
    margin-right: auto;
    width: calc(100% - 140px);
  }
}
@media (769px <= width <= 1440px) {
  .idx02 .inner_big::before {
    right: 50px;
    width: 70%;
    height: 100%;
  }
  .idx02-doctor {
    right: 90px;
    font-size: 8px;
  }
  .idx02-img01 {
    font-size: 8px;
  }
}
@media (769px <= width <= 1280px) {
  .idx02 {
    padding-top: 220px;
    padding-bottom: 120px;
  }
  .idx02-content {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .idx02 .idx-title {
    margin-bottom: 20px;
  }
  .idx02 .inner_big::before {
    right: 0;
  }
  .idx02-doctor {
    right: 30px;
  }
}
@media (769px <= width <= 1024px) {
  .idx02::before {
    height: calc(233% - 90px);
  }
  .idx02-doctor {
    top: -80px;
    font-size: 0.7vw;
  }
  .idx02 .inner_big::before {
    background-position: left 65% center;
  }
  .idx02-img01 {
    font-size: 0.7vw;
  }
}
@media (769px <= width <= 991px) {
  .idx02 .inner_big::before {
    right: -80px;
  }
  .idx02-doctor {
    right: -60px;
  }
  .idx02-img01 {
    font-size: 0.65vw;
    bottom: -10px;
  }
  .idx02-content {
    width: 65%;
  }
}

.idx03 {
  padding-bottom: 139px;
  position: relative;
}
.idx03 .banner03 .btn {
  max-width: 300px !important;
  margin-bottom: 0 !important;
}
.idx03 .banner03 .btn a {
  border-bottom: 0;
  padding-bottom: 0;
}
.idx03 .banner03 .btn a::before, .idx03 .banner03 .btn a::after {
  display: none;
}
.idx03::before {
  position: absolute;
  content: "";
  top: 35px;
  left: 0;
  width: 100%;
  height: calc(100% - 35px);
  background-color: rgba(209, 202, 192, 0.15);
}
.idx03 .inner_big {
  position: relative;
  max-width: 1480px;
}
.idx03 .idx-title {
  text-align: center;
}
.idx03 .idx-title h3 {
  font-weight: 600;
}
.idx03 .idx-title .en {
  margin-bottom: 17px;
}
.idx03-tabs {
  margin-top: 70px;
}
.idx03-btnTabs {
  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;
  gap: 7px;
}
.idx03-btnTabs li {
  background-color: #fff;
  padding-top: 28px;
  padding-bottom: 25px;
  max-width: 422px;
  width: calc(33.33% - 17px);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.idx03-btnTabs li::after {
  position: absolute;
  content: "";
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #b35c5c;
  width: 18px;
  height: 35px;
  opacity: 0;
}
.idx03-btnTabs li p {
  font-size: 10px;
  text-align: center;
  color: var(--main-color);
}
.idx03-btnTabs li p span {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
}
.idx03-btnTabs li p .jp {
  font-size: 2.3em;
  margin-bottom: 8px;
}
.idx03-btnTabs li p .en {
  font-weight: 500;
  font-size: 1.6em;
}
.idx03-btnTabs li.active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(179, 92, 92, 0.99608)), to(rgb(141, 75, 78)));
  background: linear-gradient(360deg, rgba(179, 92, 92, 0.99608) 0%, rgb(141, 75, 78) 100%);
}
.idx03-btnTabs li.active::after {
  opacity: 1;
}
.idx03-btnTabs li.active p {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx03-btnTabs li:hover {
    background-color: #efe3da;
  }
}
.idx03-content {
  margin-top: 15px;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.idx03-content > div {
  display: none;
  max-width: 1320px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.idx03-content > div.active {
  display: block;
}
.idx03-content > div:nth-child(3) .TabContainer .TabPager > div {
  width: calc(50% - 6px);
  max-width: 636px;
}
.idx03 .TabContainer .TabContent {
  margin-top: 52px;
}
.idx03 .TabContainer .TabPager {
  width: 100%;
  max-width: 100%;
  gap: 8px;
}
.idx03 .TabContainer .TabPager > div {
  max-width: 314px;
  background-color: #f2eeeb;
  width: calc(25% - 6px);
  padding-top: 15px;
  padding-bottom: 15px;
}
.idx03 .TabContainer .TabPager > div p {
  color: #b35c5c;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.idx03 .TabContainer .TabPager > div.active {
  background-color: #b35c5c;
}
.idx03 .TabContainer .TabPager > div.active:hover {
  background-color: #b35c5c;
}
.idx03 .TabContainer .TabPager > div.active p {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx03 .TabContainer .TabPager > div:hover {
    background-color: #efe3da;
  }
}
.idx03-left {
  max-width: 640px;
  width: 50%;
}
.idx03-right {
  max-width: 560px;
  width: 50%;
}
.idx03-right .btn-group {
  margin-top: 33px;
}
.idx03-right .btn-group .btn {
  max-width: 280px;
}
.idx03-title {
  font-size: 10px;
  margin-bottom: 28px;
}
.idx03-title p {
  line-height: 1;
  letter-spacing: 0.05em;
}
.idx03-title .sm {
  font-size: 6em;
  color: var(--main-color);
  line-height: 0.8;
  font-weight: 500;
  margin-bottom: 25px;
}
.idx03-title .jp {
  font-size: 2em;
  color: #595757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx03-title .jp::before {
  display: block;
  content: "";
  border-radius: 50%;
  background-color: var(--main-color);
  width: 11px;
  height: 12px;
  margin-right: 13px;
}
.idx03-title.font4 .sm {
  font-size: 3.5em;
}
.idx03-box p {
  letter-spacing: 0.14em;
  font-size: 14px;
}
@media only screen and (min-width: 1281px) {
  .idx03-box p {
    font-size: 16px;
    line-height: 2.25;
  }
}
.idx03 .btn-group {
  margin-top: 26px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.idx03 .btn-group .btn {
  max-width: 230px;
}
.idx03 .btn-group .btn a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .idx03 .btn-group .btn.w-full {
    max-width: 100%;
  }
}
.idx03 .btn-group.w280 .btn {
  max-width: 280px;
}
@media only screen and (min-width: 769px) {
  .idx03 .btn-group {
    max-width: 500px;
  }
  .idx03 .btn-group .btn {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1281px) {
  .idx03-right {
    padding-top: 27px;
  }
  .idx03-left {
    width: 51%;
  }
  .idx03-content > div:nth-child(2) .idx03-right {
    padding-top: 58px;
  }
  .idx03-content > div:nth-child(3) .idx03-right {
    padding-top: 78px;
  }
  .idx03 .TabContainer .TabContent .content > div:nth-child(3) .idx03-right, .idx03 .TabContainer .TabContent .content > div:nth-child(4) .idx03-right {
    padding-top: 47px;
  }
}
@media (769px <= width <= 1280px) {
  .idx03-title {
    font-size: min(8px, 0.85vw);
  }
  .idx03-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .idx03 .idx03-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (769px <= width <= 1024px) {
  .idx03 {
    padding-bottom: 77px;
  }
  .idx03-left {
    width: 45%;
  }
  .idx03-right {
    width: 52%;
  }
  .idx03-title .jp {
    font-size: 18px;
  }
  .idx03-title .jp::before {
    margin-top: 2px;
  }
}
@media (769px <= width <= 991px) {
  .idx03 .idx03-flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .idx03-tabs {
    margin-top: 40px;
  }
  .idx03-btnTabs li {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .idx03-btnTabs li p {
    font-size: 8px;
  }
  .idx03 .btn-group .btn {
    max-width: 100%;
  }
}

.idx04 {
  background-image: url(../images/idx04-bg.png);
  padding-top: 132px;
  padding-bottom: 311px;
  background-position: bottom center;
  position: relative;
}
.idx04::before {
  position: absolute;
  content: "";
  top: 0;
  left: -5px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx04-bg-sm.png);
  max-width: 1920px;
  width: 100%;
  max-height: 585px;
  height: 100%;
}
.idx04 .inner_big {
  max-width: 1480px;
  position: relative;
}
.idx04 .idx-title {
  text-align: center;
  margin-bottom: 30px;
}
.idx04 .idx-title .en {
  margin-bottom: 16px;
}
.idx04-tabs {
  margin-top: 71px;
}
.idx04-btnTabs {
  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;
  gap: 7px;
}
.idx04-btnTabs li {
  background-color: #fff;
  padding-top: 28px;
  padding-bottom: 25px;
  max-width: 422px;
  width: calc(33.33% - 17px);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.idx04-btnTabs li::after {
  position: absolute;
  content: "";
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #b35c5c;
  width: 18px;
  height: 35px;
  opacity: 0;
}
.idx04-btnTabs li p {
  font-size: 10px;
  text-align: center;
}
.idx04-btnTabs li p span {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
}
.idx04-btnTabs li p .jp {
  font-size: 2.3em;
  margin-bottom: 8px;
}
.idx04-btnTabs li p .en {
  font-weight: 500;
  font-size: 1.6em;
}
.idx04-btnTabs li.active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(179, 92, 92, 0.99608)), to(rgb(141, 75, 78)));
  background: linear-gradient(360deg, rgba(179, 92, 92, 0.99608) 0%, rgb(141, 75, 78) 100%);
}
.idx04-btnTabs li.active::after {
  opacity: 1;
}
.idx04-btnTabs li.active p {
  color: #fff;
}
.idx04-btnTabs {
  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;
  gap: 7px;
}
.idx04-btnTabs li {
  background-color: #fff;
  padding-top: 28px;
  padding-bottom: 25px;
  max-width: 422px;
  width: calc(33.33% - 17px);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.idx04-btnTabs li::after {
  position: absolute;
  content: "";
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #b35c5c;
  width: 18px;
  height: 35px;
  opacity: 0;
}
.idx04-btnTabs li p {
  font-size: 10px;
  text-align: center;
  color: var(--main-color);
}
.idx04-btnTabs li p span {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
}
.idx04-btnTabs li p .jp {
  font-size: 2.3em;
  margin-bottom: 8px;
}
.idx04-btnTabs li p .en {
  font-weight: 500;
  font-size: 1.6em;
}
.idx04-btnTabs li.active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(179, 92, 92, 0.99608)), to(rgb(141, 75, 78)));
  background: linear-gradient(360deg, rgba(179, 92, 92, 0.99608) 0%, rgb(141, 75, 78) 100%);
}
.idx04-btnTabs li.active::after {
  opacity: 1;
}
.idx04-btnTabs li.active p {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx04-btnTabs li:hover {
    background-color: #efe3da;
  }
}
.idx04-content {
  margin-top: 15px;
  background-color: #f8f8f6;
}
.idx04-content > div {
  display: none;
  max-width: 1440px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}
.idx04-content > div.active {
  display: block;
}
.idx04 .TabContainer .TabContent {
  margin-top: 52px;
}
.idx04 .TabContainer .TabContent .content > div {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1281px) {
  .idx04 .TabContainer .TabContent .content > div:first-child {
    padding-bottom: 0;
  }
}
.idx04 .TabContainer .TabPager {
  width: 100%;
  max-width: 100%;
  gap: 8px;
}
.idx04 .TabContainer .TabPager > div {
  max-width: 314px;
  background-color: #f2eeeb;
  width: calc(25% - 6px);
  padding-top: 15px;
  padding-bottom: 15px;
}
.idx04 .TabContainer .TabPager > div p {
  color: #b35c5c;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.idx04 .TabContainer .TabPager > div.active {
  background-color: #b35c5c;
}
.idx04 .TabContainer .TabPager > div.active:hover {
  background-color: #b35c5c;
}
.idx04 .TabContainer .TabPager > div.active p {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx04 .TabContainer .TabPager > div:hover {
    background-color: #efe3da;
  }
}
.idx04-grBtn {
  gap: 8px;
}
.idx04-ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #b35c5c;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  padding-left: 36px;
  margin-bottom: 36px;
}
.idx04-ttl::before, .idx04-ttl::after {
  position: absolute;
  content: "";
  background-color: #b35c5c;
}
.idx04-ttl::before {
  width: 1em;
  height: 1em;
  border-radius: 5px;
  left: 0;
  top: 5px;
}
.idx04-ttl::after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 10.35em;
  max-width: 15.45em;
}
@media only screen and (min-width: 769px) {
  .idx04-ttl.st2 {
    padding-left: 2.2em;
  }
  .idx04-ttl.st2::after {
    left: 13.65em;
    max-width: 12.15em;
  }
}
.idx04-item {
  max-width: 636px;
  width: calc(50% - 4px);
}
.idx04-item.col2 .idx04-box {
  margin-bottom: 8px;
}
.idx04-item.col2 .idx04-box:last-child {
  margin-bottom: 0;
}
.idx04-item:nth-child(3) {
  background-color: #fff;
}
.idx04-title {
  font-size: 10px;
  margin-bottom: 28px;
}
.idx04-title p {
  line-height: 1;
  letter-spacing: 0.05em;
}
.idx04-title .sm {
  font-size: 6em;
  color: var(--main-color);
  line-height: 0.8;
  font-weight: 500;
  margin-bottom: 25px;
}
.idx04-title .jp {
  font-size: 2em;
  color: #595757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx04-title .jp::before {
  display: block;
  content: "";
  border-radius: 50%;
  background-color: var(--main-color);
  width: 11px;
  height: 12px;
  margin-right: 13px;
}
@media only screen and (min-width: 769px) {
  .idx04-title.font4 .sm {
    font-size: 4em;
  }
}
.idx04-box {
  background-color: #fff;
  padding: 55px 60px 44px;
}
.idx04-box:nth-child(3) {
  height: 100%;
}
.idx04-grid {
  background-color: #fff;
  padding: 55px 60px 44px;
}
.idx04-left {
  max-width: 551px;
  width: 50%;
}
.idx04-right {
  max-width: 560px;
  width: 50%;
}
.idx04-flex {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.idx04-txtB p {
  letter-spacing: 0.08em;
  font-size: 14px;
}
@media only screen and (min-width: 1280px) {
  .idx04-txtB p {
    font-size: 16px;
    line-height: 2.25;
  }
}
.idx04 .btn-group .btn {
  margin-bottom: 16px;
}
.idx04 .btn-group.style04 {
  margin-top: 50px;
}
.idx04 .btn-group.style04 .btn {
  background-color: #eae8e5;
  padding: 5px;
  margin-bottom: 0;
}
.idx04 .btn-group.col2, .idx04 .btn-group.col4 {
  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;
}
@media only screen and (min-width: 769px) {
  .idx04 .btn-group.col2 .btn {
    width: calc(50% - 16px);
    max-width: 576px;
  }
  .idx04 .btn-group.col4 .btn {
    max-width: 284px;
    width: calc(25% - 16px);
  }
}
.idx04 .tab2 .TabContainer .TabPager {
  gap: 10px;
}
.idx04 .tab2 .TabContainer .TabPager > div {
  max-width: 248px;
  width: calc(20% - 8px);
}
.idx04-inner {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 45px;
}
.idx04-inner.none-bg {
  background-color: transparent;
  padding: 0;
}
.idx04-img img {
  -webkit-box-shadow: 13.383px 14.863px 38px 0px rgba(179, 92, 92, 0.24);
          box-shadow: 13.383px 14.863px 38px 0px rgba(179, 92, 92, 0.24);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.idx04-grCircle {
  gap: 52px 30px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.idx04-grCircle .ttl {
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  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-top: 30px;
  color: #595757;
}
.idx04-grCircle .ttl::after {
  display: block;
  content: "";
  margin-left: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx04-arr1.png);
  width: 18px;
  height: 18px;
}
.idx04-circle {
  position: relative;
  max-width: 232px;
  width: calc(20% - 15px);
}
.idx04 .btn-group.btn-tab2 {
  margin-top: 33px;
}
.idx04 .btn-group.btn-tab2 .btn {
  width: 100%;
  max-width: 280px;
}
.idx04 .btn-group.btn-tab2 .btn a {
  letter-spacing: 0.1em;
  border-color: #999494;
}
@media only screen and (min-width: 769px) {
  .idx04 .btn-group.col2, .idx04 .btn-group.col4 {
    gap: 8px;
  }
  .idx04-circle:hover .idx04-img img {
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}
@media only screen and (min-width: 1281px) {
  .idx04-right {
    padding-top: 72px;
  }
  .idx04-flex {
    padding-right: 13px;
  }
}
@media (769px <= width <= 1560px) {
  .idx04 {
    padding-bottom: 240px;
  }
}
@media (769px <= width <= 1366px) {
  .idx04-grCircle {
    gap: 30px 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (769px <= width <= 1280px) {
  .idx04 {
    padding-bottom: 240px;
  }
  .idx04-box {
    padding: 40px 40px 30px;
  }
  .idx04-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .idx04-content > div {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .idx04 {
    padding-bottom: 200px;
  }
  .idx04-grCircle {
    padding-left: 0;
    padding-right: 0;
  }
  .idx04 .inner_big {
    padding-left: 15px;
    padding-right: 15px;
  }
  .idx04-content > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (769px <= width <= 1024px) {
  .idx04-box {
    padding: 40px 15px 30px;
  }
  .idx04-grCircle .ttl {
    margin-top: 15px;
    font-size: 16px;
  }
  .idx04 .btn-group .btn {
    width: 49.5%;
  }
  .idx04-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .idx04 .TabContainer .TabContent {
    margin-top: 30px;
  }
  .idx04-ttl {
    font-size: 18px;
  }
  .idx04-ttl::after {
    width: 55%;
  }
  .idx04-ttl.st2::after {
    max-width: 100%;
    width: 43%;
  }
  .idx04 .TabContainer .TabPager > div p {
    font-size: min(16px, 1.55vw);
  }
  .idx04-left {
    width: 45%;
  }
  .idx04-right {
    width: 52%;
  }
  .idx04-title {
    margin-bottom: 20px;
  }
  .idx04-title .sm {
    font-size: 4.5em;
  }
  .idx04-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (769px <= width <= 991px) {
  .idx04-title.font4 .sm {
    font-size: 3.5em;
  }
  .idx04-circle {
    width: calc(33.33% - 15px);
    max-width: 200px;
  }
  .idx04-grCircle {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 20px;
  }
  .idx04 .btn-group .btn.style02 a {
    padding-right: 22px;
    font-size: 1.2em;
  }
  .idx04 .btn-group .btn.style02 a::after {
    right: 5px;
  }
  .idx04-ttl::after {
    left: 9em;
    width: 49%;
  }
  .idx04-ttl.st2::after {
    left: 12.5em;
    width: 29%;
  }
  .idx04-flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .idx04-btnTabs li p {
    font-size: 8px;
  }
}

.idx05 {
  padding-top: 371px;
  padding-bottom: 140px;
  position: relative;
  background-image: url(../images/idx05-bg.jpg);
  margin-top: -44px;
}
.idx05 .inner_big {
  position: relative;
  z-index: 1;
  padding-bottom: 105px;
}
.idx05::before, .idx05::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.idx05::before {
  top: -64px;
  right: 95px;
  background-image: url(../images/idx05-bg-sm.jpg);
  height: 538px;
  max-height: 46%;
  width: 67%;
  max-width: 1200px;
}
.idx05::after {
  top: 123px;
  left: -113px;
  background-position: top center;
  background-image: url(../images/idx05-img-sub.png);
  max-width: 425px;
  max-height: 495px;
  width: 30%;
  height: 43%;
  background-size: 100% 100%;
}
@media only screen and (min-width: 1921px) {
  .idx05::after {
    left: calc(50% - 68em);
  }
  .idx05::before {
    right: calc(50% - 54em);
  }
}
.idx05 .idx-title h3 {
  font-size: 2.4em;
  line-height: 1.8608333333;
  letter-spacing: 0.04em;
}
.idx05 .idx-title .en {
  font-weight: 600;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1281px) {
  .idx05 .idx-title .en {
    margin-left: -7px;
  }
}
.idx05-content {
  max-width: 600px;
  width: 55%;
}
.idx05-box {
  max-width: 470px;
  margin-top: 39px;
}
.idx05-box p {
  letter-spacing: 0.14em;
  margin-bottom: 13px;
  font-family: 14px;
}
@media only screen and (min-width: 1281px) {
  .idx05-box p {
    font-size: 16px;
    line-height: 2.25;
  }
}
.idx05-box .text-cl {
  font-size: 18px;
  line-height: 1.5;
  color: #b35c5c;
}
.idx05-flex {
  max-width: 734px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.idx05-item {
  max-width: 360px;
  width: 49.5%;
}
.idx05-img img {
  border-radius: 180px 180px 0 0;
}
.idx05-title {
  color: white;
  text-align: center;
  font-size: 10px;
}
.idx05-title .jp {
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 2px;
}
.idx05-title .en {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.idx05-bot {
  background-color: #d1cac0;
  padding-top: 47px;
  padding-bottom: 46px;
}
.idx05 .btn-group {
  margin-top: 69px;
}
.idx05 .btn-group .btn {
  max-width: 256px;
}
.idx05 .btn-group .btn a {
  letter-spacing: 0.14em;
}
@media (769px <= width <= 1366px) {
  .idx05 {
    padding-top: 150px;
  }
  .idx05::before {
    max-height: 32%;
  }
  .idx05::after {
    top: 30px;
  }
}
@media (769px <= width <= 1280px) {
  .idx05 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .idx05-flex {
    bottom: -50px;
  }
  .idx05::before {
    max-height: 30%;
    right: 20px;
  }
  .idx05-box {
    margin-top: 20px;
  }
  .idx05 .btn-group {
    margin-top: 30px;
  }
  .idx05 .inner_big {
    padding-bottom: 130px;
  }
  .idx05-bot {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (769px <= width <= 1024px) {
  .idx05-flex {
    bottom: 0;
    width: 46%;
  }
  .idx05-title .jp {
    font-size: 1.2em;
  }
}
@media (width <= 991px) {
  .idx05 {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .idx05 .idx-title {
    margin-bottom: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .idx05::before {
    max-height: 20%;
    top: -120px;
  }
  .idx05::after {
    left: 0;
  }
  .idx05 .inner_big {
    padding-bottom: 0;
  }
  .idx05-flex {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .idx05-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx05-box {
    margin-left: auto;
    margin-right: auto;
  }
  .idx05 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.idx06 {
  padding-bottom: 141px;
  position: relative;
}
.idx06::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 930px);
  background-image: url(../images/idx06-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.idx06 .inner_big {
  background-color: #fff;
  width: calc(100% - 40px);
  padding-top: 172px;
  padding-bottom: 84px;
  max-width: 1720px;
  position: relative;
}
.idx06 .inner_big::before {
  position: absolute;
  content: "";
  font-size: 10px;
  top: -35.2em;
  left: -33.1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx06-shape.png);
  width: 103.1em;
  height: 70.4em;
}
.idx06 .idx-title {
  text-align: center;
}
.idx06 .idx-title .en {
  margin-bottom: 17px;
}
.idx06-flow {
  font-size: 10px;
  width: 128em;
  margin-top: -9.9em;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  counter-reset: section;
}
@media only screen and (min-width: 769px) {
  .idx06-flow::before {
    position: absolute;
    content: "";
    top: calc(50% - 13.8em);
    left: calc(50% - 50em);
    width: 100em;
    height: 18.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/idx06-arr.png);
  }
}
.idx06-item {
  width: 28em;
  position: relative;
}
.idx06-img {
  position: relative;
}
.idx06-img::before {
  position: absolute;
  counter-increment: section;
  content: "0" counter(section);
  top: 0.4130434783em;
  left: calc(50% - 0.5652173913em);
  font-size: 4.6em;
  letter-spacing: 0.05em;
  line-height: 0.8;
  color: var(--main-color);
  font-weight: 300;
}
.idx06-ct {
  text-align: center;
  padding-top: 3.5em;
}
.idx06-ct .ttl {
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 0.25em;
}
.idx06-ct p {
  font-size: 1.6em;
  line-height: 2.25;
}
.idx06 .btn-group {
  margin-top: 70px;
}
.idx06 .btn-group .btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 256px;
}
.idx06 .btn-group .btn a {
  border-color: #928f84;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 769px) {
  .idx06-item:nth-child(2), .idx06-item:nth-child(3) {
    padding-top: 16.8em;
    left: 0;
  }
  .idx06-item:nth-child(2) {
    left: -1.3em;
  }
  .idx06-item:nth-child(3) {
    left: 0.8em;
  }
}
@media (769px <= width <= 1366px) {
  .idx06-flow {
    font-size: 8.5px;
  }
}
@media (769px <= width <= 1280px) {
  .idx06 {
    padding-bottom: 80px;
  }
  .idx06-flow {
    font-size: min(8px, 0.69vw);
  }
  .idx06 .inner_big {
    padding-top: 80px;
  }
}
@media (769px <= width <= 1024px) {
  .idx06 {
    padding-bottom: 80px;
  }
  .idx06 .btn-group {
    margin-top: 30px;
  }
  .idx06 .inner_big {
    padding-bottom: 60px;
  }
  .idx06 .inner_big::before {
    font-size: 6px;
  }
}

.idx07 {
  padding-bottom: 105px;
}
.idx07 .inner_big {
  max-width: 1440px;
  position: relative;
  padding-top: 107px;
  padding-bottom: 253px;
}
.idx07 .idx-title {
  z-index: 2;
}
.idx07 .idx-title .en {
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 17px;
}
.idx07 .idx-title h3 {
  letter-spacing: 0.1em;
}
.idx07-content {
  max-width: 750px;
  margin-right: 0;
  margin-left: auto;
  width: 55%;
}
.idx07-box {
  position: relative;
  z-index: 2;
  margin-top: 67px;
  max-width: 512px;
}
.idx07-box p {
  letter-spacing: 0.14em;
  font-size: 14px;
}
@media only screen and (min-width: 1281px) {
  .idx07-box p {
    font-size: 16px;
    line-height: 2.25;
  }
}
.idx07 .btn-group {
  position: relative;
  z-index: 2;
  margin-top: 61px;
}
.idx07 .btn-group .btn a {
  letter-spacing: 0.14em;
}
.idx07-img .img01 {
  top: 0;
  left: 1px;
  z-index: 1;
  max-width: 796px;
  width: 56%;
}
.idx07-img .img01::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 19.6%;
  left: -36.1%;
  opacity: 74%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(224, 224, 219, 0.99608)), to(rgb(244, 244, 241)));
  background: linear-gradient(90deg, rgba(224, 224, 219, 0.99608) 0%, rgb(244, 244, 241) 100%);
  max-width: 756px;
  max-height: 650px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1921px) {
  .idx07-img .img01::before {
    max-width: 100vw;
    width: 100vw;
    left: auto;
    right: 16em;
  }
}
.idx07-img .img02 {
  bottom: 0;
  right: 0;
  max-width: 352px;
  width: 30%;
}
@media only screen and (min-width: 769px) {
  .idx07-img figure {
    position: absolute;
  }
}
@media only screen and (min-width: 1281px) {
  .idx07 .idx-title {
    margin-left: -10px;
  }
  .idx07 .idx-title .en {
    margin-left: 7px;
  }
}
@media (769px <= width <= 1440px) {
  .idx07-img .img01 {
    left: 20px;
  }
  .idx07-img .img02 {
    right: 20px;
  }
}
@media (769px <= width <= 1024px) {
  .idx07 .inner_big {
    padding-bottom: 200px;
  }
  .idx07-box {
    margin-top: 30px;
  }
  .idx07 .btn-group {
    margin-top: 40px;
  }
  .idx07-img .img01 {
    width: 50%;
  }
  .idx07-img .img01::before {
    height: 90%;
  }
  .idx07-img .img02 {
    width: 25%;
  }
}
@media (769px <= width <= 991px) {
  .idx07 {
    padding-bottom: 20px;
  }
  .idx07 .inner_big {
    padding-top: 60px;
  }
  .idx07 .idx-title .en {
    font-size: 7em;
  }
}

.idx08 {
  background-image: url(../images/idx08-bg.jpg);
  position: relative;
  padding-top: 139px;
  padding-bottom: 140px;
}
.idx08 .idx-title .en {
  font-size: 2.4em;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 13px;
}
.idx08 .idx-title h3 {
  letter-spacing: 0.05em;
  font-size: 3.2em;
  line-height: 1.395625;
}
.idx08-content {
  max-width: 725px;
  width: 90%;
  position: relative;
}
.idx08-box {
  margin-top: 48px;
}
.idx08-box .st1 {
  font-size: 18px;
  margin-bottom: 9px;
}
.idx08-box p {
  color: #fff;
  letter-spacing: 0.14em;
  font-size: 14px;
}
@media only screen and (min-width: 1281px) {
  .idx08-box p {
    font-size: 16px;
    line-height: 2.25;
  }
}
.idx08-banner {
  width: 49%;
  max-width: 350px;
}
.idx08-flex {
  margin-top: 44px;
}
@media only screen and (min-width: 769px) {
  .idx08 .btn-group {
    position: absolute;
    top: 15px;
    right: 0;
    width: 256px;
  }
  .idx08 .btn-group .btn {
    margin-bottom: 25px;
  }
  .idx08 .btn-group .btn a {
    letter-spacing: 0.14em;
  }
}
@media (769px <= width <= 1366px) {
  .idx08 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.idx09 {
  background-image: url(../images/idx09-bg.jpg);
  margin-top: 6px;
  padding-top: 131px;
  padding-bottom: 80px;
}
.idx09 .idx-title {
  text-align: center;
}
.idx09 .idx-title .en {
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 17px;
}
.idx09 .flex {
  margin-top: 110px;
  counter-reset: section;
}
.idx09-item {
  max-width: 600px;
  width: 50%;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx09-item.full {
    width: 100%;
    max-width: 100%;
  }
  .idx09-item.full .idx09-content {
    margin-right: 0;
    margin-left: auto;
    padding-top: 170px;
    max-width: 396px;
    padding-left: 0;
    padding-bottom: 62px;
  }
  .idx09-item.full .idx09-content::before {
    top: 0.111842em;
    right: -0.131578em;
    font-size: 15.2em;
    letter-spacing: 0.05em;
  }
  .idx09-item.full .idx09-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 970px;
    width: 80%;
  }
}
.idx09-item.full .idx09-img figure::before {
  display: none;
}
.idx09-item.hidden {
  display: none;
}
.idx09-img {
  position: relative;
  max-width: 540px;
  width: 90%;
  margin-left: 0;
  margin-right: auto;
  z-index: 1;
}
.idx09-img figure::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 137px;
  right: -11.1%;
  max-width: 430px;
  max-height: 414px;
  width: 80%;
  height: 95%;
  background: linear-gradient(-135deg, #e0e0db, #f4f4f1);
}
.idx09-content {
  position: relative;
  z-index: 1;
  max-width: 530px;
  padding-top: 38px;
  padding-left: 30px;
  font-size: 10px;
}
.idx09-content::before {
  position: absolute;
  counter-increment: section;
  content: "0" counter(section);
  font-size: 11.8em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 0.8;
  color: var(--main-color);
  top: -0.559322em;
  right: -0.5em;
}
.idx09-content h4 {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  font-weight: 600;
  margin-bottom: 20px;
  color: #595757;
}
.idx09-content p {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.1111111111;
}
.idx09 .btn-group .btn {
  padding: 0;
  max-width: 270px;
}
.idx09 .btn-group .btn a::after {
  right: 26px;
  top: calc(50% - 12px);
  width: 16px;
  height: 24px;
  -webkit-mask-image: url(../images/idx09-arr-bottom.png);
          mask-image: url(../images/idx09-arr-bottom.png);
}
.idx09 .btn-group.active .btn a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (min-width: 769px) {
  .idx09-item {
    margin-bottom: 100px;
  }
  .idx09-item:nth-child(3) {
    margin-top: 3.15%;
  }
  .idx09-item:nth-child(4) {
    margin-bottom: 0;
  }
  .idx09-item:nth-child(5), .idx09-item:nth-child(6) {
    margin-bottom: 0;
    margin-top: 74px;
  }
  .idx09 .btn-group {
    margin-top: 74px;
  }
}
@media only screen and (min-width: 1919px) {
  .idx09 .flex {
    position: relative;
    left: -13px;
  }
}
@media only screen and (min-width: 1281px) {
  .idx09 .btn-group .btn a {
    padding-left: 27px;
  }
  .idx09-item:nth-child(2), .idx09-item:nth-child(3) {
    margin-bottom: 95px;
  }
  .idx09 .idx-title {
    margin-left: -24px;
  }
}
@media (769px <= width <= 1560px) {
  .idx09 .inner_big {
    width: 90%;
  }
}
@media (769px <= width <= 1280px) {
  .idx09-item:nth-child(4) {
    margin-bottom: 60px;
  }
  .idx09 .btn-group {
    margin-top: 40px;
  }
}
@media (769px <= width <= 1366px) {
  .idx09 {
    padding-top: 60px;
  }
  .idx09 .flex {
    margin-top: 60px;
  }
  .idx09-item {
    width: 49%;
  }
  .idx09-item:first-child {
    margin-bottom: 60px;
  }
  .idx09-item:last-child {
    margin-top: 60px;
  }
  .idx09-content {
    font-size: 8px;
  }
  .idx09-content::before {
    right: -0.3em;
  }
}
@media (769px <= width <= 1280px) {
  .idx09-content::before {
    right: 0;
  }
  .idx09-content p {
    font-size: 16px;
  }
}
@media (769px <= width <= 1024px) {
  .idx09 .inner_big {
    width: 100%;
  }
  .idx09-item {
    margin-bottom: 60px;
  }
  .idx09-item.full .idx09-content {
    padding-top: 120px;
  }
  .idx09-content {
    font-size: 6px;
    padding-left: 0;
    padding-top: 30px;
  }
  .idx09-content h4 {
    font-size: 24px;
  }
}
@media (769px <= width <= 991px) {
  .idx09-item.full .idx09-img {
    width: 50%;
  }
  .idx09-item.full .idx09-content {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .idx09-item:nth-child(4) {
    margin-bottom: 0;
  }
}

.idx_map {
  height: 450px;
}
.idx_map iframe {
  height: 100%;
}
/*# sourceMappingURL=index_pc.css.map */