@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .contents {
    padding-right: 45px;
  }
  .drawer {
    padding-right: 35px;
  }
}
.sidemenu {
  position: absolute;
  top: auto;
  right: 0;
}
.sidemenu img {
  display: block;
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .sidemenu img {
    width: 35px;
  }
}
.sidemenu.fixed {
  position: fixed;
  top: 70px; /* ←ヘッダーとその下の高さに合わせて調整 */
  right: 0;
  z-index: 50;
}
.performance_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  width: 95%;
  margin: 0 auto;
}
.performance {
  display: block;
  width: calc((100% - 40px) / 2);
  object-fit: contain;
  object-position: top;
  line-height: 1.8rem;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .performance_flex {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .performance {
    display: block;
    width: 100%;
  }
}
.performance strong {
  position: relative;
  top: -5px;
  font-size: 1.2rem;
}
.freedom {
  padding: 40px 0px 40px 80px;
  background-color: #FAF0DE;
}
.freedom_mainimg {
  padding-right: 80px;
}
.freedom div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.freedom_subimg {
  width: 60%;
}
.freedom_link {
  display: block;
  width: 38%;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .freedom {
    padding: 10px;
    background-color: #FAF0DE;
  }
  .freedom_mainimg {
    padding-right: 0px;
  }
  .freedom div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
  .freedom_subimg {
    width: 100%;
  }
  .freedom_link {
    display: block;
    width: 50%;
  }
}