.wrap-contents {
  padding: 0 75rem;
}

section.intro picture.main-visual {
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
section.intro picture.main-visual img {
  width: 100%;
  height: auto;
}
section.intro .hstyle-intro {
  color: #0080cb;
  font-size: 54rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 80rem;
  margin-bottom: 60rem;
}
section.intro p {
  font-size: 30rem;
  line-height: 1.8;
}

.hstyle-section {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 42rem;
  margin-top: 60rem;
  margin-bottom: 30rem;
  line-height: 1.5;
}

section.message-col2 {
  margin-top: 100rem;
}

section.message-finish {
  margin-top: 87rem;
}
section.message-finish p {
  margin-bottom: 1.5em;
}
section.message-finish .name {
  margin-left: auto;
  width: 366rem;
}

.bottom-btn {
  margin-top: 80rem;
  padding: 0 70rem;
}
.bottom-btn a {
  display: block;
  width: 100%;
  font-size: 36rem;
  font-weight: bold;
  padding: 40rem 20rem;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.bottom-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 40rem;
  width: 15rem;
  height: 15rem;
  border-right: 3px solid #0080cb;
  border-bottom: 3px solid #0080cb;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  .breadCrumb {
    padding: 0 70px;
    width: 100%;
    max-width: 1416px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .breadCrumb li,
  .breadCrumb a {
    color: #fff;
  }
  .wrap-contents {
    position: relative;
    padding: 0;
  }
  section.intro {
    margin-bottom: 100px;
  }
  section.intro picture.main-visual {
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  section.intro picture.main-visual img {
    width: 100%;
    height: auto;
  }
  section.intro .hstyle-intro {
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  section.intro p {
    font-size: 20px;
    text-align: center;
    line-height: 1.8;
  }
  .hstyle-section {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  section.message-col2 {
    max-width: 1260px;
    margin: 0 auto 80px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  section.message-col2 .message-col2-ph {
    width: 41.2698412698%;
    margin-left: 60px;
  }
  section.message-col2 .message-col2-desc {
    flex: 1;
    margin-left: 6.3%;
    display: grid;
    gap: 50px;
  }
  section.message-col2 p {
    font-size: 20px;
  }
  section.message-col2.rev {
    flex-direction: row;
  }
  section.message-col2.rev .message-col2-ph {
    margin-left: 0;
    margin-right: 60px;
  }
  section.message-col2.rev .message-col2-desc {
    margin-left: 0;
    margin-right: 6.3%;
  }
  section.message-finish {
    max-width: 1100px;
    padding: 0 6.3%;
    margin: 87px auto 0;
  }
  section.message-finish .message-finish-ph {
    margin-bottom: 40px;
  }
  section.message-finish p {
    margin-bottom: 1.5em;
  }
  section.message-finish .name {
    margin-left: auto;
    width: 232px;
  }
  .bottom-btn {
    padding: 0;
    max-width: 580px;
    margin: 80px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .bottom-btn a {
    font-size: 24px;
    padding: 25px 20px;
  }
  .bottom-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #0080cb;
    border-bottom: 3px solid #0080cb;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  p,
  section.message-col2 p,
  section.intro p {
    font-size: 18px;
  }
  section.intro .hstyle-intro {
    font-size: 32px;
    margin-top: 80px;
  }
  .hstyle-section {
    font-size: 24px;
  }
}