.guidelines-linkbtn {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  transform: rotate(-45deg);
  background: #FF0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  aspect-ratio: 1/1;
  border-radius: 5px;
  text-align: center;
  flex-shrink: 0; }
  .guidelines-linkbtn .rotated-box {
    transform: rotate(45deg); }
    .guidelines-linkbtn .rotated-box p {
      color: #2D6692;
      text-align: center;
      leading-trim: both;
      text-edge: cap;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 900;
      line-height: 130%;
      /* 31.2px */
      margin-top: 20px; }
    .guidelines-linkbtn .rotated-box .guidelines-linkbtn-down-arrow {
      width: 16px;
      height: 12px;
      flex-shrink: 0; }

.pd-top120 {
  padding-top: 120px; }

.content {
  max-width: 1000px;
  width: 73.206vw;
  margin: 0 auto; }

.relative {
  position: relative; }

.common-h2 {
  text-align: center;
  margin-bottom: 80px; }
  .common-h2.left {
    text-align: left; }
  .common-h2 img {
    width: 295px;
    height: 76px;
    flex-shrink: 0; }

.lp-mv {
  width: 100%;
  height: 100vh; }
  .lp-mv h1.logo {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    text-align: center; }
    .lp-mv h1.logo img {
      width: 457px;
      height: 60px;
      flex-shrink: 0; }

.section-service {
  background-color: #fff; }

.section-message {
  padding: 80px 0 120px; }

.message {
  width: 52%;
  display: grid;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px; }
  .message .message-text {
    color: #303030;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 36px */ }
  .message .director-name {
    color: #303030;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 36px */ }

/*# sourceMappingURL=lp.css.map */
