.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 820px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
  position: relative;
}
.home_page .key::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/key-mv.jpg);
  width: calc(100% - 110px);
  height: 100%;
  border-radius: 200px 0 0 0;
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.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: center;
  background-repeat: no-repeat;
  padding-bottom: 11px;
}
.home_page .key .catch {
  text-align: center;
  font-size: 10px;
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}
.home_page .key h2 {
  margin-bottom: 0;
  font-size: 10em;
  letter-spacing: 0.08em;
  font-family: var(--f-en);
}
.home_page .key h2 .sm {
  font-family: var(--f-zenkaku);
  display: block;
  font-size: 0.3em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.home_page .key p {
  font-size: 2.4em;
  background-color: #fff;
  color: #6d777f;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-radius: 22.5px;
  padding: 5px 34px 12px 38px;
  line-height: 1;
  letter-spacing: 0.16em;
  margin-top: 10px;
}
.home_page .key p .sm {
  font-size: 0.8333333333em;
}
.home_page .key p .num {
  color: var(--main-color);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.home_page .key .scroll {
  font-size: 11px;
  position: absolute;
  bottom: 158px;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_page .key .scroll a {
  display: block;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-bottom: 53px;
  position: relative;
}
.home_page .key .scroll a span {
  padding: 17px 6px 17px 8px;
  background-color: white;
  color: #5f5e67;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
.home_page .key .scroll a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(50% - 7px);
  -webkit-mask-image: url(../images/scroll-arr.png);
          mask-image: url(../images/scroll-arr.png);
  -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;
  width: 13px;
  height: 61px;
  background-color: #6f808d;
}
@media only screen and (min-width: 769px) {
  .home_page .key .scroll a:hover span {
    background-color: #c9a172;
    color: #fff;
  }
  .home_page .key .scroll a:hover::before {
    background-color: #c9a172;
  }
}
.home_page .topic_path {
  display: none;
}
.home_page .idx-title {
  font-size: 10px;
}
.home_page .idx-title h3 {
  font-size: 4.2em;
  font-family: var(--f-en);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #5f5e67;
  line-height: 1;
  margin-bottom: 23px;
}
.home_page .idx-title p {
  font-size: 2em;
  font-family: var(--f-zenkaku);
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase;
  color: #5f5e67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.home_page .idx-title p::before {
  display: block;
  content: "";
  background-color: var(--main-color);
  width: 26px;
  height: 1px;
  margin-right: 16px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .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::before {
    width: calc(100% - 60px);
  }
  .home_page .key .scroll {
    width: 60px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key .catch {
    font-size: 8px;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx-news {
  padding-top: 19px;
  --widthNews: 300px;
}
.idx-news .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx-news .left {
  width: var(--widthNews);
  position: relative;
  padding-bottom: 63px;
  z-index: 1;
}
.idx-news .left::before {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #fff;
  bottom: 0;
  right: -80px;
  width: 100vw;
  height: calc(100% + 106px);
  border-radius: 0 80px 80px 0;
}
.idx-news .right {
  width: calc(100% - var(--widthNews));
  max-width: 820px;
  padding-bottom: 33px;
}
.idx-news .groupBtn {
  margin-top: 66px;
}
.idx-news .tabsButton li {
  background-color: #f7f2ea;
  border-radius: 35px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
  padding-left: 52px;
  cursor: pointer;
  position: relative;
}
.idx-news .tabsButton li::before, .idx-news .tabsButton li::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 56px;
  height: 56px;
  top: 7px;
  right: 7px;
}
.idx-news .tabsButton li::before {
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 50%;
}
.idx-news .tabsButton li::after {
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 18px auto;
          mask-size: 18px auto;
  -webkit-mask-image: url(../images/news-arr.png);
          mask-image: url(../images/news-arr.png);
  background-color: #5f5e67;
}
.idx-news .tabsButton li p {
  color: #5f5e67;
  font-size: 20px;
  letter-spacing: 0.18em;
}
@media only screen and (min-width: 769px) {
  .idx-news .tabsButton li:hover {
    background-color: #c9a172;
  }
  .idx-news .tabsButton li:hover p {
    color: #fff;
  }
}
.idx-news .tabsButton li.active {
  background-color: #6f808d;
}
.idx-news .tabsButton li.active:hover {
  background-color: #6f808d;
}
.idx-news .tabsButton li.active:hover p {
  color: white;
}
.idx-news .tabsButton li.active::before {
  opacity: 10%;
}
.idx-news .tabsButton li.active::after {
  background-color: #fff;
}
.idx-news .tabsButton li.active p {
  color: white;
}
.idx-news .tabsList {
  display: none;
}
.idx-news .tabsList li {
  border-bottom: 1px solid #c4c4c4;
}
.idx-news .tabsList li a {
  text-decoration: none;
  color: #5f5e67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 23px 0;
  padding-right: 30px;
  position: relative;
}
.idx-news .tabsList li a::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 4px;
  width: 7px;
  height: 13px;
  background-color: #5e7585;
  -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;
  -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='14px' height='26px'%3E%3Cpath fill-rule='evenodd' fill='rgb(87, 112, 130)' d='M14.013,13.005 L2.580,25.039 L0.291,22.630 L9.440,13.001 L0.291,3.368 L2.580,0.960 L11.726,10.595 L11.727,10.594 L14.013,13.005 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='14px' height='26px'%3E%3Cpath fill-rule='evenodd' fill='rgb(87, 112, 130)' d='M14.013,13.005 L2.580,25.039 L0.291,22.630 L9.440,13.001 L0.291,3.368 L2.580,0.960 L11.726,10.595 L11.727,10.594 L14.013,13.005 Z'/%3E%3C/svg%3E");
}
.idx-news .tabsList li .title {
  text-overflow: ellipsis;
  /* Needed to make it work */
  overflow: hidden;
  white-space: nowrap;
  padding-left: 40px;
}
.idx-news .tabsList li .bl_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx-news .tabsList li .cate {
  color: #fff;
  border-radius: 18px;
  width: 100px;
  height: 36px;
  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;
  margin-left: 34px;
  font-size: 14px;
}
.idx-news .tabsList li .news {
  background-color: #6f808d;
}
.idx-news .tabsList li .blog {
  background-color: #c9a172;
}
.idx-news .tabsList.active {
  display: block;
}
@media only screen and (min-width: 1281px) {
  .idx-news .tabsList li:first-child a::after {
    top: calc(50% - 5px);
  }
  .idx-news .tabsList li:nth-child(2) a {
    padding-top: 30px;
    padding-bottom: 22px;
  }
  .idx-news .tabsList li:nth-child(3) a {
    padding-top: 30px;
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx-news .left::before {
    right: -60px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx-news {
    --widthNews: 250px;
  }
  .idx-news .left::before {
    right: -40px;
  }
  .idx-news .right {
    width: calc(92% - var(--widthNews));
  }
  .idx-news .tabsButton li p {
    font-size: 18px;
  }
  .idx-news .tabsList li a {
    font-size: 18px;
  }
  .idx-news .groupBtn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx-news {
    --widthNews: 230px;
  }
  .idx-news .tabsButton li {
    padding-left: 25px;
  }
  .idx-news .left::before {
    right: -30px;
    height: calc(100% + 80px);
  }
  .idx-news .tabsList li a {
    padding-right: 20px;
  }
  .idx-news .tabsList li .cate {
    margin-left: 20px;
  }
  .idx-news .tabsList li .title {
    padding-left: 15px;
  }
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.idx01 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 162px;
  position: relative;
}
.idx01-left {
  max-width: 544px;
  width: 42%;
  position: relative;
  z-index: 1;
}
.idx01-left::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -75px;
  right: -133px;
  width: 100vw;
  height: calc(100% + 195px);
  background-color: #fff;
  border-bottom-right-radius: 80px;
}
.idx01-logo {
  max-width: 439px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.idx01-logo a:hover {
  opacity: 1;
}
.idx01-list {
  margin-top: 21px;
}
.idx01-list li {
  font-size: 18px;
  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;
  margin-bottom: 10px;
}
.idx01-list .left {
  width: 40px;
}
.idx01-list .right {
  width: calc(100% - 40px);
  padding-left: 15px;
  letter-spacing: 0.05em;
}
.idx01-map {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #adadad;
  overflow: hidden;
  margin-top: 20px;
}
.idx01-map iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.idx01-img {
  max-width: 960px;
  width: 58%;
}
.idx01-img img {
  border-top-left-radius: 80px;
}
.idx01-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.idx01-scroll p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 140px;
  letter-spacing: 0.1em;
  font-family: var(--f-zenkaku);
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 300;
  color: #f7f4f0;
  -webkit-animation: scroll-left 40s linear infinite;
          animation: scroll-left 40s linear infinite;
  margin: 0 0.2em;
}
@media only screen and (min-width: 769px) {
  .idx01 .flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .idx01 .inner_big {
    max-width: 1707px;
    padding-right: 0;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx01-img {
    width: 55%;
  }
  .idx01-left {
    width: 50%;
    left: 35px;
  }
  .idx01-left::before {
    right: -60px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx01 {
    padding-bottom: 130px;
  }
  .idx01-img {
    width: 52%;
  }
  .idx01-map {
    margin-top: 30px;
  }
  .idx01-scroll p {
    font-size: 100px;
  }
  .idx01-left::before {
    height: calc(100% + 160px);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx01-img {
    width: 50%;
  }
  .idx01-left {
    left: 30px;
  }
  .idx01-left::before {
    right: -50px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx01-img {
    width: 46%;
  }
  .idx01-left::before {
    top: -50px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx01 {
    padding-bottom: 110px;
  }
  .idx01-left {
    left: 0;
  }
  .idx01-left::before {
    right: -20px;
    height: calc(100% + 125px);
  }
  .idx01-right {
    width: 45%;
  }
  .idx01-scroll p {
    font-size: 90px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx01-left::before {
    right: -15px;
  }
}

.idx02 {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 209px;
  padding-bottom: 178px;
  z-index: 1;
}
.idx02::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 98px;
  right: 0;
  background-color: #fff;
  max-width: 1363px;
  width: 75%;
  height: calc(100% - 155px);
  border-top-left-radius: 80px;
}
.idx02 .inner_big {
  max-width: 1480px;
}
.idx02 .idx-title h3 {
  position: relative;
  padding-left: 74px;
}
.idx02 .idx-title h3::before {
  position: absolute;
  content: "4";
  top: -18px;
  left: 0;
  font-family: var(--f-en);
  font-size: 2.5952380952em;
  color: #c9a172;
  font-weight: 400;
}
.idx02 .idx-title h3 .sm {
  font-size: 0.7142857143em;
  display: block;
  letter-spacing: 0.02em;
  padding-bottom: 15px;
}
.idx02 .idx-title p {
  margin-left: 6px;
}
.idx02 .idx-title p::before {
  width: 56px;
  margin-right: 11px;
}
.idx02-grid {
  max-width: 870px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: section;
}
.idx02 .flex {
  margin-top: 33px;
}
.idx02 .item {
  width: 50%;
  padding: 56px;
  border: 1px solid;
  border-color: #c7d0d6;
  position: relative;
  z-index: 1;
}
.idx02 .item::before {
  z-index: -1;
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 100px;
  letter-spacing: 0;
  font-family: var(--f-zenkaku);
  font-weight: 400;
  opacity: 20%;
  line-height: 0.85;
}
.idx02 .item:nth-child(1)::before, .idx02 .item:nth-child(4)::before {
  color: #577082;
}
.idx02 .item:nth-child(2)::before, .idx02 .item:nth-child(3)::before {
  color: #c9a172;
}
@media only screen and (min-width: 641px) {
  .idx02 .item:first-child {
    border: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .idx02 .item:first-child::before {
    right: 48px;
  }
}
@media only screen and (min-width: 1281px) {
  .idx02 .item:nth-child(3)::before {
    right: 62px;
  }
}
@media only screen and (min-width: 641px) {
  .idx02 .item:nth-child(2) {
    border-bottom: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    padding-right: 0;
  }
  .idx02 .item:nth-child(2)::before {
    right: -3px;
  }
  .idx02 .item:nth-child(3) {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding-left: 0;
  }
  .idx02 .item:last-child {
    border-bottom: 0;
    border-right: 0;
    padding-right: 0;
  }
  .idx02 .item:last-child::before {
    right: -4px;
  }
}
@media only screen and (min-width: 991px) {
  .idx02 .item:nth-child(3)::before, .idx02 .item:nth-child(4)::before {
    top: 27px;
  }
}
.idx02 .ttl {
  font-family: var(--f-en);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
}
.idx02-img {
  position: absolute;
  top: calc(50% - 421px);
  right: 163px;
  max-width: 512px;
  width: 50%;
}
.idx02-img img {
  border-bottom-right-radius: 80px;
}
@media only screen and (min-width: 1281px) {
  .idx02 .item {
    padding-bottom: 52px;
    padding-top: 31px;
  }
  .idx02 .item:nth-child(3), .idx02 .item:nth-child(4) {
    padding-top: 43px;
    padding-bottom: 27px;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx02-img {
    right: 20px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx02-img {
    width: 35%;
  }
  .idx02-grid {
    width: 60%;
  }
  .idx02 .item {
    padding: 45px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx02 {
    padding-bottom: 115px;
  }
  .idx02 .item {
    padding: 30px;
  }
  .idx02 .item::before {
    font-size: 80px;
    right: 33px;
  }
  .idx02 .item:nth-child(2)::before, .idx02 .item:nth-child(4)::before {
    right: 0;
  }
  .idx02 .item p {
    letter-spacing: 0.05em;
  }
  .idx02-img {
    top: calc(50% - 18em);
  }
  .idx02 .ttl {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx02 {
    padding-top: 130px;
  }
  .idx02::before {
    top: 60px;
    height: calc(100% - 110px);
  }
  .idx02 .item {
    padding: 20px;
  }
  .idx02 .item::before {
    top: 10px;
    font-size: 70px;
  }
  .idx02 .ttl {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .idx02-grid {
    width: 61%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx02-img {
    width: 30%;
  }
  .idx02-grid {
    width: 65%;
  }
  .idx02 .item {
    padding: 15px;
  }
  .idx02 .item::before {
    right: 20px;
  }
  .idx02 .ttl {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.idx03 {
  padding-top: 180px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.idx03::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 235px;
  background-color: #fff;
}
.idx03 .inner_big {
  max-width: 1338px;
}
.idx03 .idx-title p {
  letter-spacing: 0.05em;
}
.idx03-content {
  max-width: 554px;
  margin-right: 0;
  margin-left: auto;
  width: 60%;
}
.idx03-box {
  margin-top: 46px;
}
.idx03-box p {
  margin-bottom: 10px;
}
.idx03-name {
  font-size: 10px;
  border-top: 1px solid #c9a172;
  max-width: 464px;
  margin-top: 42px;
  padding-top: 28px;
}
.idx03-name p {
  letter-spacing: 0.1em;
  font-family: var(--f-zenkaku);
  line-height: 1;
}
.idx03-name .t1 {
  font-size: 16px;
}
.idx03-name .t2 {
  font-size: 3.6em;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--f-en);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx03-name .t2 .sm {
  letter-spacing: 0.1em;
  color: #c9a172;
  font-size: 16px;
  padding-left: 12px;
  font-family: var(--f-zenkaku);
  font-weight: 400;
}
.idx03-img {
  position: absolute;
  top: 31px;
  left: 234px;
  max-width: 720px;
  width: 70%;
  z-index: 1;
  padding-bottom: 7.4%;
}
.idx03-img::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  left: -33.3%;
  border-bottom-right-radius: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/idx03-subBg.jpg);
  max-width: 780px;
  width: 109%;
  max-height: 595px;
  height: 64%;
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx03-img {
    width: 40%;
    left: 196px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx03-content {
    width: 50%;
  }
  .idx03-img {
    left: 13%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx03-img {
    left: 7%;
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.idx04 {
  --radius: 60px;
  padding-top: 160px;
  padding-bottom: 99px;
  background-color: white;
}
.idx04 .inner_big {
  max-width: 1483px;
}
.idx04-img {
  max-width: 710px;
  width: 50%;
}
.idx04 .img01 {
  padding-top: 5.6%;
}
.idx04 .img01 img {
  border-radius: 0 0 0 var(--radius);
}
.idx04 .img02 {
  position: relative;
  z-index: 1;
}
.idx04 .img02::before {
  position: absolute;
  content: "";
  font-size: 10px;
  top: -12.1em;
  right: -7.3em;
  width: 21.4em;
  height: 21em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx04-scroll.png);
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
}
.idx04 .img02 img {
  border-radius: 0 var(--radius) 0 0;
}
@media only screen and (max-width: 1560px) {
  .idx04 {
    padding-top: 130px;
  }
  .idx04-img {
    width: 49.5%;
  }
  .idx04 .inner_big {
    width: 90%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx04 {
    padding-top: 10%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx04 .img02::before {
    font-size: 8px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx04 {
    padding-top: 15%;
  }
}

.idx_map {
  height: 450px;
}
.idx_map iframe {
  height: 100%;
}

.recruit {
  padding-top: 180px;
  background-color: #fff;
}
.recruit .idx-title {
  text-align: center;
  margin-bottom: 20px;
}
.recruit p {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit .box {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
.recruit .btn-group {
  margin-top: 20px;
}
.recruit .btn-group .btn {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .recruit {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit {
    padding-top: 60px;
  }
}
/*# sourceMappingURL=index_pc.css.map */