.main {
  margin-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .main {
    margin-top: 15rem;
  }
}

.under-title {
  padding: 10rem 0;
}

.footer {
  margin-top: 15rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 16rem;
  }
}

.under-ttl-type-01 {
  font-weight: bold;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .under-ttl-type-01 {
    font-size: 4rem;
  }
}
.under-ttl-type-01 .en {
  color: #103029;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .under-ttl-type-01 .en {
    font-size: 2rem;
  }
}

.simulation .intro {
  padding: 10rem 0 25rem;
}
@media only screen and (max-width: 767px) {
  .simulation .intro {
    padding-bottom: 48rem;
  }
}
@media print, screen and (min-width: 768px) {
  .simulation .intro__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: unset;
  }
}
@media print, screen and (min-width: 768px) {
  .simulation .intro__ttl {
    width: calc(50% - 10rem);
  }
}
.simulation .intro__ttl .ttl-img {
  height: 8.6rem;
}
@media only screen and (max-width: 767px) {
  .simulation .intro__ttl .ttl-img {
    height: 10rem;
  }
}
.simulation .intro__txt {
  margin-top: 3rem;
}
@media print, screen and (min-width: 768px) {
  .simulation .intro__txt {
    width: 40%;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .simulation .intro__txt {
    width: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .simulation .intro__txt {
    margin-top: 9.5rem;
  }
}
.simulation .area {
  background-color: #CB906B;
}
@media print, screen and (min-width: 768px) {
  .simulation .area {
    padding-bottom: 6rem;
  }
}
.simulation .area__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -10rem;
}
@media only screen and (max-width: 767px) {
  .simulation .area__inner {
    top: -36rem;
  }
}
.simulation .area__item {
  background-color: #fff;
  display: block;
  border: 1px solid #103029;
}
@media print, screen and (min-width: 768px) {
  .simulation .area__item {
    width: 48.9%;
  }
}
@media only screen and (max-width: 767px) {
  .simulation .area__item {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .simulation .area__item:hover {
    opacity: 1;
  }
  .simulation .area__item:hover .btn {
    opacity: 1;
  }
  .simulation .area__item:hover .btn::after {
    margin-right: -0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .simulation .area__item + * {
    margin-top: 6rem;
  }
}
.simulation .area__item .btn {
  transition: all ease-in-out 0.3s;
}
.simulation .area__img {
  width: 100%;
  height: 34.5rem;
}
.simulation .area__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.simulation .area__head .under-ttl-type-01, .simulation .area__head .head-txt {
  text-align: center;
}
.simulation .area__head .under-ttl-type-01 {
  margin: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .simulation .area__head .under-ttl-type-01 {
    margin-bottom: 4rem;
  }
}
.simulation .area__bottom {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 6.5rem;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .simulation .area__bottom {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .simulation .area {
    margin-bottom: -16rem;
  }
}

.privacy .titleType01 .en {
  height: 6.5rem;
}
@media only screen and (max-width: 767px) {
  .privacy .titleType01 .en {
    height: 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .privacy .footer {
    margin-top: 20rem;
  }
}