@charset "UTF-8";
#loading {
  background-color: var(--main-color);
  position: fixed;
  z-index: 9999;
  width: 100vw;
  left: 0;
  top: 0;
  height: 100vh;
  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;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
#loading picture {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 85%;
}
#loading .lines {
  opacity: 0;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
#loading.loaded picture {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#loading img {
  clip-path: inset(0 100% 0 0); /* ẩn từ trái */
  -webkit-transition: clip-path 1s ease;
  transition: clip-path 1s ease; /* chậm, 3s */
}

#loading.loaded img {
  clip-path: inset(0 0 0 0); /* hiện hoàn toàn */
}

@-webkit-keyframes idxKeyIn {
  0% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes idxKeyIn {
  0% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 750px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
  background-color: var(--main-color);
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.home_page .key .mv_slider .slick-active .item::before {
  -webkit-animation: idxKeyIn 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: idxKeyIn 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.home_page .key .s1::before {
  background-image: url(../images/idx_mv01.jpg);
}
.home_page .key .slick-initialized .s2::before {
  background-image: url(../images/idx_mv02.jpg);
}
.home_page .key .slick-initialized .s3::before {
  background-image: url(../images/idx_mv03.jpg);
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.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: top center;
  background-repeat: no-repeat;
}
.home_page .key .key_text .item::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.home_page .key .key-content {
  font-size: 10px;
  position: absolute;
  top: calc(50% + 8em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home_page .key .catch {
  font-size: 1em;
  text-align: center;
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
  font-weight: 400;
  font-family: var(--f-jp);
}
.home_page .key h2 {
  margin-bottom: 0.2380952em;
  font-size: 4.2em;
  line-height: 2;
  letter-spacing: 0.14em;
}
.home_page .key p {
  font-size: 2.2em;
  letter-spacing: 0.1em;
  line-height: 2.0454545455;
}
.home_page .key .key-circle {
  font-size: 1em;
  margin-top: 3.8em;
  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;
}
.home_page .key .key-circle .circle {
  border-radius: 50%;
  width: 20em;
  height: 20em;
  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;
  background-color: rgba(66, 167, 181, 0.7);
  position: relative;
}
.home_page .key .key-circle .circle::before {
  position: absolute;
  content: "";
  inset: 5px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.home_page .key .key-circle .circle:first-child {
  left: 15px;
}
.home_page .key .key-circle .circle:last-child {
  right: 15px;
}
.home_page .key .key-circle .circle p {
  font-weight: 300;
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0;
  line-height: 1.6666666667;
}
.home_page .key .key-scroll {
  font-size: 10px;
  position: absolute;
  bottom: 40px;
  right: 36px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(1, 11, 21, 0.2);
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_page .key .key-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url(../images/key-scroll.png);
}
@media only screen and (min-width: 769px) {
  .home_page .key .key-scroll:hover {
    background-color: #44371e;
  }
}
.home_page .key-banner {
  font-size: 10px;
  z-index: 6;
  width: 36em;
  height: 10em;
  position: absolute;
  bottom: 42px;
  left: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../images/key-baner.png);
  background-position: -2.6em -1.4em;
  background-repeat: no-repeat;
  background-size: 18.3em auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_page .key-banner::before {
  position: absolute;
  content: "";
  bottom: 0.4em;
  right: 0.4em;
  background-color: #b69d6f;
  width: 1.2em;
  height: 1.2em;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.home_page .key-banner a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.home_page .key-banner a span {
  width: 100%;
  height: 100%;
  font-size: 1.7em;
  letter-spacing: 0.05em;
  color: #47391f;
  line-height: 1.5294117647;
  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;
  padding-left: 95px;
  font-family: var(--f-jp);
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_page .key-banner .key-close {
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  width: 3.5em;
  height: 3.5em;
  background-color: var(--main-color);
  cursor: pointer;
  background-image: url(../images/key-close-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.1em auto;
}
.home_page .key-banner.active {
  position: fixed;
  left: 30px;
  bottom: 30px;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .home_page .key-banner .key-close:hover {
    background-color: #47391f;
  }
}
.home_page .topic_path {
  display: none;
}
.home_page .idx-title {
  font-size: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.home_page .idx-title::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -0.2833333333em;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 18em;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 0.85;
  font-family: var(--f-en);
}
.home_page .idx-title h3 {
  font-size: 5em;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-family: var(--f-jp);
  line-height: 1.4;
  position: relative;
}
.home_page .idx-title .en {
  font-size: 2em;
  color: #b69d6f;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1;
  padding-top: 13px;
}
.home_page .idx-title.white h3 {
  color: #fff;
}
.home_page .idx-title.white .en {
  color: #fff;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --height: 98vh;
    --min-height: unset;
    --max-height: unset;
  }
}
@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: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1vmin;
  }
  .home_page .key .key-content {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .home_page .key .key-banner {
    bottom: 30px;
    left: 30px;
  }
  .home_page .key .key-circle {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key .key-banner {
    font-size: 8px;
  }
  .home_page .key .key-circle {
    margin-top: 2em;
  }
  .home_page .key .key-content {
    font-size: 7px;
    top: calc(50% + 10em);
  }
  .home_page .idx-title {
    font-size: 8px;
  }
  .home_page .idx-title::before {
    font-size: 15em;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx-news {
  padding: 122px 0px 135px;
  background-image: url(../images/idx-new-bg.jpg);
}
.idx-news .inner_big {
  max-width: 1158px;
}
.idx-news .block-title {
  font-size: 10px;
  margin-bottom: 21px;
}
.idx-news .block-title .en {
  font-size: 4.6em;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #b69d6f;
  line-height: 1;
  margin-bottom: 9px;
}
.idx-news .block-title h3 {
  color: var(--main-color);
  font-family: var(--f-jp);
  font-size: 1.8em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.idx-news .content {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
.idx-news .content .box {
  width: 49%;
  max-width: 464px;
}
.idx-news .content li {
  width: auto;
}
.idx-news .content li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 18px 0px;
  --w: 7.3em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
}
.idx-news .content li a span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.idx-news .content li a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx-news .content li a:hover {
    color: var(--clr2);
  }
  .idx-news .content li a:hover .date {
    color: var(--clr2);
  }
  .idx-news .content li a:hover {
    background-color: #b69d6f;
  }
  .idx-news .content li a:hover span {
    color: #fff !important;
  }
  .idx-news .content li a:hover .date {
    padding-left: 0.3em;
  }
  .idx-news .content li a:hover .date::after {
    background-color: #fff;
  }
}
.idx-news .content li a .date {
  width: var(--w);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  color: var(--main-color);
  position: relative;
}
.idx-news .content li a .date::after {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 1px;
  height: 19px;
  background-color: #4e607c;
}
.idx-news .content li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 21px;
}
.idx-news .content .news {
  position: relative;
}
.idx-news .content .btn-group {
  position: absolute;
  right: -3px;
  top: 14px;
  z-index: 1;
}
.idx-news .content .btn-group .btn.style01 {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .idx-news .content {
    position: relative;
  }
  .idx-news .content::before {
    position: absolute;
    content: "";
    top: -12px;
    left: 50%;
    width: 1px;
    height: calc(100% + 27px);
    background-color: #9da5b3;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx-news {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx-news .block-title .en {
    font-size: 4em;
  }
  .idx-news .content li a .date::after {
    top: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx-news .content .box {
    width: 48%;
  }
}

.idx01 {
  background-image: url(../images/idx01-bg.jpg);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  padding-bottom: 116px;
  padding-top: 137px;
}
.idx01 .inner_big {
  max-width: 1190px;
}
.idx01 .idx-title {
  margin-bottom: 76px;
}
.idx01 .idx-title::before {
  content: "Trouble";
  opacity: 20%;
  letter-spacing: 0.1055555556em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #9da5b3), color-stop(90%, white));
  background: linear-gradient(180deg, #9da5b3 60%, white 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@-moz-document url-prefix() {
  .idx01 .idx-title::before {
    /* Fire Fox */
    opacity: 40%;
  }
}
.idx01 .idx-title h3::after {
  content: "";
  display: block;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 2px;
  background-color: #b69d6f;
}
.idx01 .flex {
  --space: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--space);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.idx01 .flex {
  --space: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--space);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.idx01-item {
  max-width: 266px;
  padding-top: 48px;
  padding-bottom: 38px;
  min-height: 266px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.4);
  width: calc(25% - var(--space));
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.idx01-item::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 16px;
  height: 16px;
  bottom: 3px;
  right: 2px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
@media only screen and (min-width: 769px) {
  .idx01-item.col3 {
    width: calc(33.33% - var(--space));
  }
  .idx01-item:first-child {
    margin-left: 40px;
  }
  .idx01-item:nth-child(3) {
    margin-right: 40px;
  }
  .idx01-item:hover {
    background-color: #fff;
  }
  .idx01-item:hover .ttl {
    color: var(--main-color);
  }
  .idx01-item:hover .idx01-img img {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
}
.idx01 .ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-family: var(--f-jp);
  margin-top: 22px;
  position: relative;
  margin-bottom: 0;
}
.idx01-img {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.idx01 .btn-group {
  margin-top: 78px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.idx01 .btn-group .btn.style01 a::before {
  background-color: #d5d9e1;
  border: none;
}
.idx01 .btn-group .btn.style01 a::after {
  background-color: var(--main-color);
}
@media only screen and (min-width: 1281px) {
  .idx01 .idx-title::before {
    left: 10px;
  }
  .idx01-item.col3 {
    margin-bottom: 2px;
  }
  .idx01-item:first-child .ttl {
    margin-top: 40px;
  }
  .idx01-item:nth-child(3) .idx01-img {
    right: 16px;
  }
  .idx01-item:nth-child(4) {
    padding-top: 56px;
  }
  .idx01-item:nth-child(4) .ttl {
    margin-top: 26px;
  }
  .idx01-item:nth-child(5) {
    padding-top: 54px;
  }
  .idx01-item:nth-child(5) .idx01-img {
    left: 5px;
  }
  .idx01-item:nth-child(6) {
    padding-top: 59px;
  }
  .idx01-item:nth-child(6) .ttl {
    margin-top: 29px;
  }
  .idx01-item:nth-child(7) {
    padding-top: 50px;
  }
  .idx01-item:nth-child(7) .ttl {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx01 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .idx01 .ttl {
    font-size: 18px;
  }
  .idx01-item {
    min-height: unset;
  }
  .idx01 .btn-group {
    margin-top: 50px;
  }
  .idx01-item:first-child {
    margin-left: 2.5%;
  }
  .idx01-item:nth-child(3) {
    margin-right: 2.5%;
  }
  .idx01-item.col3 {
    max-width: 219.25px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx01 .inner_big {
    padding-left: 10px;
    padding-right: 10px;
  }
  .idx01 .flex {
    gap: 10px;
  }
  .idx01-item {
    width: calc(26% - var(--space));
  }
  .idx01-item.col3 {
    max-width: 167.63px;
  }
  .idx01 .ttl {
    letter-spacing: 0;
    font-size: 16px;
  }
}

.idx02 {
  padding-top: 109px;
  padding-bottom: 106px;
}
.idx02 .sbi_type_image {
  border: 1px solid #b8b0a7;
}
.idx02-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
.idx02-btn {
  max-width: 259px;
  width: 100%;
  height: 100%;
  margin-top: 17px;
}
.idx02-btn a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #1d3356;
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-weight: 300;
  font-family: var(--f-jp);
  padding-left: 4px;
  padding-bottom: 11px;
  position: relative;
}
.idx02-btn a::after {
  position: absolute;
  content: "";
  top: calc(50% - 10px);
  right: 0;
  width: 14px;
  height: 11px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(30, 52, 88)' d='M24.889,10.990 L24.889,10.999 L27.1000,10.990 L15.555,21.982 L12.445,20.150 L21.398,12.825 L0.000,12.825 L0.000,9.160 L21.157,9.160 L12.445,1.834 L15.555,-0.001 L27.1000,10.990 L24.889,10.990 Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(30, 52, 88)' d='M24.889,10.990 L24.889,10.999 L27.1000,10.990 L15.555,21.982 L12.445,20.150 L21.398,12.825 L0.000,12.825 L0.000,9.160 L21.157,9.160 L12.445,1.834 L15.555,-0.001 L27.1000,10.990 L24.889,10.990 Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #1d3356;
}
.idx02-btn a:hover {
  color: inherit;
  opacity: 1;
}
.idx02 .flex {
  margin-top: 57px;
}
.idx02-item {
  max-width: 299px;
  width: 24.5%;
}
.idx02 .idx-title {
  text-align: left;
}
.idx02 .idx-title::before {
  display: none;
}
.idx02 .idx-title .en {
  padding-top: 0;
  font-size: 5em !important;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.26em;
  color: var(--main-color);
}
.idx02 .idx-title .en::before {
  display: block;
  content: "";
  margin-top: 0.1em;
  margin-right: 0.36em;
  width: 0.74em;
  height: 0.74em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx02-icon.png);
}
.idx02 .idx-title h3 {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx02 {
    padding: 80px 0;
  }
}

.idx03 {
  background-image: url(../images/idx03-bg.jpg);
  padding-top: 128px;
  padding-bottom: 127px;
  position: relative;
  z-index: 1;
}
.idx03 .idx-title::before {
  content: "Treatment";
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(0deg, #fff 0%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  top: -0.4611111111em;
  left: 0.02222222em;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx-title h3 {
    font-size: 4.5em;
  }
}
.idx03 .idx-title h3 {
  font-weight: 500;
}
.idx03-tabs {
  margin-top: 79px;
}
.idx03-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 38px;
}
.idx03-img {
  max-width: 436px;
  width: 45%;
  position: relative;
  height: 100%;
}
.idx03-img::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  inset: 10px;
}
.idx03-info {
  width: 55%;
  max-width: 514px;
  padding-top: 17px;
}
.idx03-title {
  font-size: 10px;
}
.idx03-title h4 {
  font-size: 3em;
  letter-spacing: 0.1em;
  color: #2f3465;
  font-family: var(--f-jp);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
}
.idx03-title .en {
  color: #82d8d0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.idx03-ttlSm {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: var(--f-jp);
  line-height: 1.4;
  margin-top: 44px;
  font-weight: 500;
}
.idx03 .btn-group {
  margin-top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.idx03 .btn-group .btn.style01 {
  width: auto;
  margin-bottom: 45px;
  margin-right: 47px;
}
@media only screen and (min-width: 769px) {
  .idx03 .btn-group.mx2 {
    max-width: 461px;
  }
  .idx03 .btn-group.mx3 {
    max-width: 477px;
  }
}
@media only screen and (min-width: 1281px) {
  .idx03 .btn-group .btn.style01 {
    margin-right: -8px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx03 .btn-group {
    margin-top: 30px;
  }
  .idx03 .btn-group .btn.style01 {
    margin-right: 0;
    margin-bottom: 35px;
  }
  .idx03-ttlSm {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx03-img {
    width: 42%;
  }
  .idx03-content {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx03-img {
    width: 35%;
  }
  .idx03-info {
    width: 62%;
  }
  .idx03-ttlSm {
    font-size: 22px;
  }
}

.idx04 {
  background-color: #42a7b5;
  padding-top: 169px;
  padding-bottom: 186px;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.idx04::before, .idx04::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx04::before {
  top: -43px;
  right: -20.8%;
  background-position: top center;
  background-image: url(../images/idx04-bg.png);
  max-width: 1314px;
  width: 92%;
  max-height: 1150px;
  height: 100%;
}
.idx04::after {
  font-size: min(10px, 0.8vw);
  background-image: url(../images/idx04-shape.png);
  background-position: center;
  width: 41.1em;
  height: 39.5em;
  bottom: -10.4em;
  right: 21em;
  z-index: 1;
}
.idx04 .inner_big {
  max-width: 1097px;
}
.idx04-content {
  max-width: 520px;
  width: 60%;
}
.idx04 .idx-title::before {
  content: "Implant";
  opacity: 25%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #82d8d0), to(#535353));
  background: linear-gradient(0deg, #82d8d0 100%, #535353 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100vw;
  text-align: left;
  top: -145px;
  left: -87px;
  line-height: unset;
}
@-moz-document url-prefix() {
  .idx04 .idx-title::before {
    /* Fire Fox */
    opacity: 55%;
  }
}
.idx04 .txt {
  color: #fff;
  margin-top: 49px;
  position: relative;
  z-index: 1;
}
.idx04 .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 61px;
  position: relative;
  z-index: 2;
}
.idx04 .btn-group .btn.style01 {
  width: auto;
  margin-bottom: 44.5px;
}
.idx04 .btn-group .btn.style01:nth-child(odd) {
  width: 57.5%;
}
.idx04 .btn-group .btn.style01 a::before {
  background-color: unset;
  border: 1px solid #fff;
}
.idx04 .btn-group .btn.style01 a::after {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx04 .btn-group .btn.style01 a:hover {
    color: var(--main-color);
  }
  .idx04 .btn-group .btn.style01 a:hover::after {
    background-color: #fff;
  }
  .idx04 .btn-group .btn.style01 a:hover::before {
    background-color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .idx-title {
    text-align: left;
  }
  .idx04 .idx-title h3 {
    font-size: 4.5em;
  }
}
@media only screen and (min-width: 1561px) {
  .idx04::before {
    right: -3.55%;
  }
  .idx04::after {
    bottom: -10.4em;
    right: 44.2em;
  }
}
@media only screen and (min-width: 1281px) {
  .idx04 .idx-title {
    left: -33px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx04 {
    padding-bottom: 130px;
  }
  .idx04 .idx-title::before {
    left: 0;
    top: -86px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx04 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .idx04::before {
    width: 85%;
    top: -30px;
  }
  .idx04 .btn-group .btn.style01:nth-child(odd) {
    width: 50%;
  }
  .idx04-content {
    width: 75%;
  }
  .idx04 .idx-title::before {
    font-size: 12em;
    top: -65px;
  }
  .idx04 .txt {
    padding-right: 50px;
  }
}

.idx05 {
  background-color: #f5f4f1;
  position: relative;
  padding-top: 149px;
  padding-bottom: 150px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.idx05::before {
  position: absolute;
  content: "";
  background-color: #f5f4f1;
  top: -203px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1920px' height='500px'%3E%3Cpath fill-rule='evenodd' fill='rgb(245, 244, 241)' d='M1920.000,500.000 L-0.000,500.000 L-0.000,-0.001 C-0.000,-0.001 424.607,202.255 960.000,202.255 C1495.393,202.255 1920.000,-0.001 1920.000,-0.001 L1920.000,500.000 Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1920px' height='500px'%3E%3Cpath fill-rule='evenodd' fill='rgb(245, 244, 241)' d='M1920.000,500.000 L-0.000,500.000 L-0.000,-0.001 C-0.000,-0.001 424.607,202.255 960.000,202.255 C1495.393,202.255 1920.000,-0.001 1920.000,-0.001 L1920.000,500.000 Z'/%3E%3C/svg%3E");
  width: 1920px;
  height: 500px;
}
.idx05 .inner_big {
  max-width: 1440px;
  counter-reset: section;
}
.idx05 .idx-title {
  margin-bottom: 26px;
}
.idx05 .idx-title h3 {
  font-size: 4.5em;
  font-weight: 500;
}
.idx05 .idx-title::before {
  content: "Feature";
  font-size: 20em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #b8b0a7), color-stop(66%, #535353));
  background: linear-gradient(180deg, #b8b0a7 44%, #535353 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  opacity: 10%;
  top: -0.495em;
  left: 6px;
}
@-moz-document url-prefix() {
  .idx05 .idx-title::before {
    /* Fire Fox */
    opacity: 40%;
  }
}
.idx05-img {
  max-width: 605px;
  width: 50%;
  padding-top: 6%;
  position: relative;
  z-index: 2;
}
.idx05-img::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: -42.9%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 121%;
  height: 100%;
  max-width: 728px;
  max-height: 450px;
}
.idx05-img figure {
  position: relative;
}
.idx05-img figure::before, .idx05-img figure::after {
  position: absolute;
}
.idx05-img figure::before {
  counter-increment: section;
  font-family: var(--f-shippori);
  content: "0" counter(section);
  font-size: 180px;
  font-weight: 400;
  letter-spacing: 0;
  bottom: -65px;
  left: 52px;
  opacity: 90%;
  color: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#dfd3bd), color-stop(70%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(0deg, #dfd3bd 0%, rgba(255, 255, 255, 0.5) 70%);
  -webkit-background-clip: text;
  background-clip: text;
}
.idx05-img figure::after {
  border: 1px solid #fff;
  inset: 10px;
  content: "";
}
.idx05-img.img01::before {
  background-image: url(../images/idx05-sub-img01.jpg);
}
.idx05-img.img02::before {
  background-image: url(../images/idx05-sub-img02.jpg);
}
.idx05-img.img03::before {
  background-image: url(../images/idx05-sub-img03.jpg);
}
.idx05-img.img04::before {
  background-image: url(../images/idx05-sub-img04.jpg);
}
.idx05-content {
  max-width: 640px;
  width: 50%;
  position: relative;
  z-index: 1;
  padding-top: 7.7%;
  margin-top: 9.7%;
  padding-bottom: 8.7%;
  padding-right: 8%;
}
.idx05-content::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: -53%;
  max-width: 981px;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.idx05-content h4 {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: var(--f-jp);
  margin-bottom: 23px;
  font-weight: 500;
}
.idx05-content .txt {
  color: var(--main-color);
}
.idx05-point {
  position: absolute;
  margin-bottom: 0;
  line-height: 1;
  color: #b69d6f;
  top: 30px;
  right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--f-en);
}
.idx05-point::before {
  display: block;
  content: "";
  width: 1px;
  height: 80px;
  background-color: #b69d6f;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.idx05 .btn-group {
  margin-top: 58px;
}
.idx05-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1340px;
  width: 100%;
}
.idx05-item:nth-child(1) {
  z-index: 5;
}
.idx05-item:nth-child(2) {
  z-index: 4;
}
.idx05-item:nth-child(3) {
  z-index: 3;
}
.idx05-item:nth-child(4) {
  z-index: 2;
}
.idx05-item:nth-child(5) {
  z-index: 1;
}
.idx05-item:nth-child(2n) .idx05-img::before {
  right: -43%;
  left: auto;
}
.idx05-item:nth-child(2n) .idx05-img figure::before {
  left: auto;
  right: 52px;
}
@media only screen and (min-width: 769px) {
  .idx05 .btn-group.flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .idx05 .btn-group.flex .btn.style02 {
    width: auto;
  }
  .idx05 .btn-group.flex .btn.style02:first-child {
    margin-right: 11.5%;
  }
  .idx05-item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .idx05-item:nth-child(2n) .idx05-content {
    padding-right: 0;
    padding-left: 8.3%;
  }
  .idx05-item:nth-child(2n) .idx05-content::before {
    left: 0;
  }
  .idx05-item:nth-child(2n) .idx05-point {
    right: auto;
    left: 18px;
  }
  .idx05-item:nth-child(2) .idx05-img, .idx05-item:nth-child(3) .idx05-img, .idx05-item:nth-child(4) .idx05-img, .idx05-item:nth-child(5) .idx05-img {
    padding-top: 10.5%;
  }
  .idx05-item:nth-child(2) .idx05-content, .idx05-item:nth-child(3) .idx05-content, .idx05-item:nth-child(4) .idx05-content, .idx05-item:nth-child(5) .idx05-content {
    margin-top: 14.2%;
  }
  .idx05-item:not(:first-child) {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 1281px) {
  .idx05 .btn-group.center {
    margin-top: 88px;
  }
  .idx05-item:nth-child(2) .idx05-img {
    padding-top: 10.5%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx05 {
    padding-bottom: 90px;
  }
  .idx05-content {
    padding-left: 2%;
    padding-right: 3.5%;
  }
  .idx05-content::before {
    height: 106%;
    width: 75vw;
  }
  .idx05-content h4 {
    margin-bottom: 20px;
  }
  .idx05-img figure::before {
    font-size: 150px;
    bottom: -45px;
    left: 40px;
  }
  .idx05-img::before {
    height: 72%;
  }
  .idx05-item:not(:first-child) {
    margin-top: -60px;
  }
  .idx05-item:nth-child(2n) .idx05-img figure::before {
    right: 40px;
  }
  .idx05-item:nth-child(2n) .idx05-content {
    padding-left: 4.5%;
    padding-right: 2%;
  }
  .idx05 .btn-group {
    margin-top: 30px;
  }
  .idx05 .btn-group.center {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx05-img {
    width: 45%;
  }
  .idx05-img figure::before {
    font-size: 120px;
    left: 30px;
  }
  .idx05-item {
    margin-top: -40px;
  }
  .idx05-item::before {
    height: 72%;
  }
  .idx05-item:not(:first-child) {
    margin-top: -50px;
  }
  .idx05-item:last-child .idx05-content {
    padding-bottom: 2%;
  }
  .idx05-item:nth-child(2n) .idx05-content {
    padding-right: 0;
    padding-left: 5%;
  }
  .idx05-item:nth-child(2n) .idx05-img figure::before {
    right: 30px;
  }
  .idx05-content {
    width: 52%;
    padding-top: 5%;
    padding-left: 0;
    padding-bottom: 8%;
  }
  .idx05-content::before {
    width: 75.5vw;
  }
  .idx05-content h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .idx05-ct {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx05 {
    padding-bottom: 60px;
  }
  .idx05-content {
    width: 57%;
    padding-bottom: 4%;
    padding-right: 6%;
  }
  .idx05-content::before {
    left: -32%;
    width: 70vw;
  }
  .idx05-content h4 {
    font-size: 22px;
    letter-spacing: 0;
  }
  .idx05-img {
    width: 40%;
  }
  .idx05-img figure::before {
    font-size: 100px;
  }
  .idx05-item:not(:first-child) {
    margin-top: -30px;
  }
  .idx05-item:nth-child(2n) .idx05-content {
    padding-left: 7%;
  }
  .idx05 .btn-group {
    margin-top: 20px;
  }
  .idx05 .btn-group.center {
    margin-top: 60px;
  }
}

.idx06 {
  background-image: url(../images/idx06-bg.jpg);
  padding-top: 243px;
  padding-bottom: 211px;
}
.idx06 .idx-title h3 {
  font-weight: 500;
}
.idx06 .idx-title::before {
  content: "Flow";
}
@media only screen and (min-width: 769px) {
  .idx06 .idx-title::before {
    top: -85px;
    left: -88px;
  }
}
.idx06 .idx-title::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#ece9e4), to(transparent));
  background: linear-gradient(0deg, #ece9e4 0%, transparent 100%);
  opacity: 40%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@-moz-document url-prefix() {
  .idx06 .idx-title::before {
    /* Fire Fox */
    opacity: 50%;
  }
}
.idx06 .inner_big {
  max-width: 1158px;
}
.idx06-left {
  width: 51%;
  max-width: 565px;
}
.idx06-content {
  color: #fff;
  margin-top: 64px;
}
.idx06-content .ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: var(--f-jp);
  margin-bottom: 14px;
}
.idx06 .btn-group {
  margin-top: 61px;
}
.idx06-right {
  max-width: 260px;
  width: 49%;
  position: relative;
  left: -95px;
  top: -8px;
}
.idx06-right ul {
  counter-reset: section;
}
.idx06-right ul li {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family: var(--f-jp);
  line-height: 1.6;
  color: #fff;
  position: relative;
  padding-left: 65px;
  margin-bottom: 45.6px;
}
.idx06-right ul li:last-child {
  margin-bottom: 0;
}
.idx06-right ul li:last-child::after {
  display: none;
}
.idx06-right ul li::before, .idx06-right ul li::after {
  position: absolute;
  content: "";
}
.idx06-right ul li::before {
  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;
  counter-increment: section;
  content: "0" counter(section);
  top: -2px;
  left: 0;
  color: #9da5b3;
  font-size: 1.0909090909em;
  font-family: var(--f-en);
  background-color: #fff;
  padding-bottom: 9px;
  letter-spacing: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.idx06-right ul li::after {
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  opacity: 50%;
  top: 43px;
  left: 22px;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx-title {
    text-align: left;
  }
  .idx06 .idx-title h3 {
    font-size: 4.5em;
  }
  .idx06 .idx-title::before {
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  .idx06 .idx-title .en {
    padding-top: 16px;
    margin-left: 3px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx06 {
    padding-top: 180px;
    padding-bottom: 150px;
  }
  .idx06 .idx-title::before {
    left: -60px;
  }
  .idx06-right ul li {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx06 {
    padding-bottom: 100px;
  }
  .idx06-content {
    margin-top: 40px;
  }
  .idx06-content .ttl {
    font-size: 22px;
  }
  .idx06 .idx-title::before {
    left: 0;
  }
  .idx06 .btn-group {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx06 {
    padding-top: 100px;
  }
  .idx06-right {
    left: 0;
    top: 0;
  }
  .idx06-right ul li {
    font-size: 20px;
  }
  .idx06-right ul li::before {
    top: -4px;
  }
  .idx06 .idx-title::before {
    top: -60px;
  }
  .idx06 .idx-title h3 {
    font-size: 3.7em;
  }
}

.idx07 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 309px;
  padding-bottom: 227px;
  z-index: 1;
  position: relative;
}
.idx07::before, .idx07::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 10px;
}
.idx07::before {
  background-image: url(../images/idx07-sub-img01.jpg);
  top: 0;
  left: -24em;
  width: 75.6em;
  height: 79.5em;
}
.idx07::after {
  background-image: url(../images/idx07-sub-img03.jpg);
  top: 29.1em;
  right: -24em;
  width: 53.8em;
  height: 48.4em;
}
.idx07 .idx-title h3 {
  font-weight: 500;
}
.idx07-content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.idx07 .txt {
  max-width: 472px;
  margin-left: auto;
  margin-right: auto;
}
.idx07 .btn-group {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 79px;
}
.idx07 .btn-group .btn.style01 a {
  z-index: 1;
}
.idx07-img .img {
  position: absolute;
}
.idx07-img .img::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  inset: 10px;
}
.idx07-img .img01 {
  top: 122px;
  left: 161px;
}
.idx07-img .img02 {
  bottom: 0;
  left: -123px;
}
.idx07-img .img03 {
  top: 116px;
  right: 80px;
  max-width: 327px;
}
.idx07-text {
  font-size: 180px;
  letter-spacing: 0.05em;
  line-height: 0.9em;
  position: absolute;
  bottom: -8px;
  right: -9px;
  font-weight: 400;
}
.idx07-text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #9da5b3), color-stop(66%, #535353));
  background: linear-gradient(180deg, #9da5b3 60%, #535353 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: block;
  opacity: 10%;
}
@-moz-document url-prefix() {
  .idx07-text span {
    /* Fire Fox */
    opacity: 40%;
  }
}
@media only screen and (min-width: 769px) {
  .idx07 .idx-title {
    margin-bottom: 47px;
  }
  .idx07 .idx-title h3 {
    font-size: 4em;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx07-img .img01 {
    left: 120px;
  }
  .idx07-img w .img03 {
    right: 50px;
  }
  .idx07-text {
    bottom: 0;
    right: 0;
    font-size: 150px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx07 {
    padding-top: 250px;
  }
  .idx07::before, .idx07::after {
    font-size: 8px;
  }
  .idx07-img .img01 {
    left: 80px;
  }
  .idx07-img .img02 {
    width: 35%;
  }
  .idx07-img .img03 {
    width: 20%;
  }
  .idx07 .btn-group {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx07::before, .idx07::after {
    font-size: 7px;
  }
  .idx07-img .img01 {
    width: 18%;
  }
  .idx07-img .img03 {
    right: 50px;
  }
  .idx07-text {
    font-size: 130px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx07 {
    padding-bottom: 170px;
  }
  .idx07::before, .idx07::after {
    font-size: 5px;
  }
  .idx07-img .img01 {
    top: 70px;
    left: 35px;
  }
  .idx07-img .img02 {
    left: -90px;
  }
  .idx07-img .img03 {
    right: 20px;
    top: 100px;
  }
  .idx07-text {
    font-size: 100px;
  }
  .idx07 .idx-title {
    margin-bottom: 25px;
  }
}

.idx08 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/idx08-bg.jpg);
  padding-top: 147px;
  position: relative;
}
.idx08 .inner_big {
  max-width: 1102px;
  position: relative;
  padding-bottom: 131px;
}
.idx08-content {
  max-width: 520px;
  width: 60%;
}
.idx08 .idx-title h3 {
  font-weight: 500;
}
.idx08 .idx-title .en {
  padding-left: 9px;
}
.idx08 .ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: var(--f-jp);
  margin-bottom: 16px;
  font-weight: 500;
}
.idx08 .btn-group {
  margin-top: 59px;
}
.idx08-img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -7em;
  font-size: 10px;
  width: 67.1em;
  height: 69.6em;
}
.idx08-name {
  background-color: rgba(182, 157, 111, 0.9);
  color: #fff;
  width: 29.9em;
  height: 18em;
  position: absolute;
  bottom: -40px;
  right: -19px;
  padding-top: 5.4em;
}
.idx08-name p {
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
  font-family: var(--f-jp);
}
.idx08-name .t1 {
  font-size: 2em;
  letter-spacing: 0.05em;
  margin-bottom: 0.55em;
}
.idx08-name .t1::after {
  content: "";
  display: block;
  width: 11.5em;
  margin-top: 0.7em;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #fff;
}
.idx08-name .t2 {
  font-size: 1.6em;
  letter-spacing: 0.1em;
}
.idx08-name .t3 {
  font-size: 2.6em;
  letter-spacing: 0.1em;
  padding-left: 0.461538em;
  padding-right: 0.19230769em;
}
.idx08-name .t4 {
  font-size: 1.2em;
  letter-spacing: 0.05em;
}
.idx08-text {
  font-size: min(180px, 13vw);
  letter-spacing: 0.1em;
  font-family: var(--f-en);
  font-weight: 400;
  line-height: 0.85;
  position: absolute;
  z-index: 1;
  top: 84px;
  left: -2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-15%, #b8b0a7), to(rgba(200, 205, 210, 0.15)));
  background: linear-gradient(90deg, #b8b0a7 -15%, rgba(200, 205, 210, 0.15) 100%);
  opacity: 40%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@-moz-document url-prefix() {
  .idx08-text {
    /* Fire Fox */
    opacity: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .idx08 .idx-title {
    text-align: left;
    margin-bottom: 50px;
  }
  .idx08 .idx-title h3 {
    font-size: 4.5em;
  }
  .idx08 .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .idx08 .btn-group .btn {
    width: auto;
  }
  .idx08 .btn-group .btn:first-child {
    margin-right: 62px;
  }
}
@media only screen and (min-width: 1439px) {
  .idx08 {
    background-size: 1920px auto;
    background-position: bottom center;
  }
}
@media only screen and (min-width: 1281px) {
  .idx08 .ttl {
    margin-left: -4px;
  }
  .idx08 .idx-title {
    margin-left: -37px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx08-text {
    font-size: min(180px, 10vw);
    left: 0;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx08 {
    padding-top: 100px;
  }
  .idx08-img {
    font-size: min(10px, 0.77vw);
  }
  .idx08 .inner_big {
    padding-bottom: 100px;
  }
  .idx08-text {
    font-size: 9vw;
    top: 1.5em;
  }
  .idx08-name {
    bottom: -3em;
    right: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx08 {
    padding-top: 70px;
  }
  .idx08 .inner_big {
    padding-left: 80px;
    padding-bottom: 60px;
  }
  .idx08-img {
    font-size: 0.6vw;
    right: 4em;
  }
  .idx08 .btn-group {
    margin-top: 30px;
  }
  .idx08 .btn-group .btn:first-child {
    margin-right: 30px;
  }
  .idx08 .idx-title {
    margin-bottom: 30px;
  }
  .idx08-text {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .idx08 .ttl {
    font-size: 22px;
  }
  .idx08 .txt {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx08 .inner_big {
    padding-left: 65px;
    padding-bottom: 30px;
  }
  .idx08-content {
    width: 60%;
  }
  .idx08-img {
    font-size: 0.58vw;
  }
  .idx08-name {
    font-size: 6px;
  }
}

.idx09 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/idx09-bg.jpg);
  padding-top: 140px;
  padding-bottom: 120px;
  position: relative;
}
.idx09::before {
  position: absolute;
  content: "";
  bottom: 184px;
  left: -10.5%;
  width: 50%;
  max-width: 341px;
  height: 460px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/idx09-shape1.png);
}
.idx09-left {
  max-width: 626px;
  width: 49%;
}
.idx09-right {
  max-width: 464px;
  width: 50%;
  right: 81px;
  position: relative;
  padding-top: 56px;
}
.idx09-img {
  position: relative;
}
.idx09-img::before {
  position: absolute;
  content: "";
  inset: 10px;
  border: 1px solid #fff;
}
.idx09 .btn-group {
  margin-top: 69px;
  padding-right: 9px;
}
.idx09-des {
  text-align: center;
}
.idx09-logo {
  max-width: 236px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.idx09-logo a:hover {
  opacity: 1;
}
.idx09-des {
  line-height: 1.875;
  color: #47391f;
  font-family: var(--f-jp);
  margin-bottom: 13px;
}
.idx09-tel {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.idx09 .time_sheet {
  margin-top: 43px;
}
.idx09-fBanner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  margin-top: 90px;
}
.idx09-banner {
  width: 50%;
  max-width: 436px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  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;
  position: relative;
  z-index: 1;
}
.idx09-banner::before, .idx09-banner::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.idx09-banner::before {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 80%;
}
.idx09-banner::after {
  bottom: 4px;
  right: 4px;
  width: 12px;
  height: 12px;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  background-color: #d5d9e1;
}
.idx09-banner.st1 {
  background-image: url(../images/idx09-banner01.jpg);
}
.idx09-banner.st1::before {
  background-color: #a2844e;
}
.idx09-banner.st2 {
  background-image: url(../images/idx09-banner02.jpg);
}
.idx09-banner.st2::before {
  background-color: #50a0ab;
}
.idx09-banner p {
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: var(--f-jp);
}
@media only screen and (min-width: 769px) {
  .idx09-banner:hover::before {
    opacity: 60%;
  }
  .idx09 .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .idx09 .btn-group .btn {
    width: auto;
  }
  .idx09 .btn-group .btn:first-child {
    margin-right: 66px;
  }
}
@media only screen and (min-width: 1561px) {
  .idx09::before {
    left: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .idx09-logo {
    position: relative;
    left: 14px;
  }
  .idx09-des {
    position: relative;
    left: 11px;
  }
  .idx09-tel {
    position: relative;
    left: 15px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx09 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .idx09-right {
    right: auto;
    padding-top: 0;
  }
  .idx09-fBanner {
    margin-top: 60px;
  }
  .idx09 .btn-group {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx09 .btn-group .btn:first-child {
    margin-right: 12px;
  }
  .idx09-fBanner {
    gap: 15px;
  }
  .idx09-banner {
    width: calc(50% - 15px);
  }
  .idx09-banner p {
    font-size: 20px;
  }
}
/*# sourceMappingURL=index_pc.css.map */