.front-page .front__otherContents {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  background: url(../img/common/bg_dot01.png) right top no-repeat;
  overflow: hidden;
  margin-top: 0;
}
@media only screen and (max-width: 834px) {
  .front-page .front__otherContents {
    padding-top: 56px;
  }
}
.front-page .front__otherContents__inner {
  max-width: 1500px;
  padding: 0;
}
.front-page .front__otherContents .otherContents {
  flex-direction: row-reverse;
  gap: 0;
}
@media only screen and (max-width: 834px) {
  .front-page .front__otherContents .otherContents {
    display: block;
  }
}
.front-page .front__otherContents .otherContents .imgArea {
  position: relative;
  flex: 0 0 49.33%;
  max-width: 740px;
  margin-right: -25px;
}
@media only screen and (min-width: 1565px) {
  .front-page .front__otherContents .otherContents .imgArea {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .front-page .front__otherContents .otherContents .imgArea {
    margin-left: 40px;
    margin-bottom: 30px;
  }
}
.front-page .front__otherContents .otherContents .imgArea img {
  aspect-ratio: 740 / 439;
  border-radius: 30px;
}
@media only screen and (max-width: 834px) {
  .front-page .front__otherContents .otherContents .imgArea img {
    border-radius: 20px;
  }
}
.front-page .front__otherContents .otherContents .bodyArea {
  flex: 1 1 auto;
  align-self: center;
  padding: 0 7% 0 10%;
}
.front-page .front__otherContents .otherContents .bodyArea__txt {
  margin-top: 40px;
}
@media only screen and (max-width: 834px) {
  .front-page .front__otherContents .otherContents .bodyArea__txt {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 834px) {
  .front-page .front__otherContents .otherContents .bodyArea__txt br {
    display: none;
  }
}
.front-page .front__otherContents .otherContents .bodyArea__btn {
  margin-top: 48px;
}
@media only screen and (max-width: 834px) {
  .front-page .front__otherContents .otherContents .bodyArea__btn {
    margin-top: 20px;
  }
}
