@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  font-family: "Noto Serif JP", sans-serif;
  background: rgb(233, 250, 245);
  background: linear-gradient(180deg, rgb(233, 250, 245) 0%, rgb(223, 236, 251) 50%, rgb(216, 226, 254) 90%);
}
.c5-main__container img {
  display: block;
  max-width: 100%;
}
.c5-main__container h1, .c5-main__container h2, .c5-main__container h3, .c5-main__container p {
  margin-top: 0;
}
.c5-main__container a {
  word-break: break-all;
  transition: all 0.3s;
}
.c5-main__container a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.c5-main__container ul {
  list-style: none;
  margin-top: 0;
}
.c5-main__container * {
  box-sizing: border-box;
}

ul.c5-note {
  margin-top: 0;
  padding-left: 0;
}

.c5-note li,
.c5-note p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
  font-size: 14px;
}
.c5-hero {
  margin: 0 auto 20px;
}
.c5-hero img {
  width: 100%;
  margin: 0 auto;
}
.c5-catch {
  margin: 0 auto 10px;
  padding-bottom: 25px;
  background-color: #fff;
}
.c5-catch .c5-left {
  margin: 0 auto 35px;
  padding: 35px 10px;
  background: url("../img/bg1.jpg") no-repeat 0 0;
  background-size: cover;
}
.c5-catch .c5-left p {
  font-size: 25px;
  line-height: 1.52;
  color: #4c504f;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.c5-catch .c5-left img {
  width: 55%;
  margin: 0 auto;
}
.c5-catch .c5-right {
  padding: 0 20px;
}
.c5-catch .c5-right p {
  font-size: 13px;
  line-height: 1.77;
  letter-spacing: 0.1em;
  color: #4c504f;
}
.c5-anchor {
  display: flex;
  justify-content: center;
  margin: 0 auto 10px;
}
.c5-anchor__btn {
  width: 50%;
  padding: 8px 3px;
  position: relative;
  background: rgb(211, 223, 254);
  background: linear-gradient(90deg, rgb(211, 223, 254) 0%, rgb(215, 231, 254) 50%, rgb(217, 236, 254) 90%);
}
.c5-anchor__btn p {
  font-size: 12px;
  text-align: center;
}
.c5-anchor__btn p:first-child {
  color: #045cc0;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.c5-anchor__btn p:nth-child(2) {
  line-height: 1.5;
  color: #4c504f;
}
.c5-anchor__btn:first-child p:nth-child(2) {
  font-size: 11px;
}
.c5-anchor__btn a {
  display: block;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c5-anchor__btn a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.c5-anchor__btn::after {
  display: block;
  content: "";
  width: 16px;
  height: 13px;
  background: url("../img/arrow.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.c5-sec__ttl p {
  text-align: center;
  color: #4c504f;
}
.c5-sec__ttl p:first-child {
  font-size: 14px;
  color: #045cc0;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.c5-sec__ttl p:first-child span {
  padding: 0 1.5em 2px;
  border-bottom: 1px solid #4c504f;
}
.c5-sec__ttl p:last-child {
  font-size: 23px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.c5-sec__txt p {
  font-size: 13px;
  line-height: 1.77;
  color: #4c504f;
}
.c5-sec1 {
  margin: 0 auto 10px;
  padding: 25px 20px 0;
  background-color: #fff;
}
.c5-sec1 .c5-sec__txt img {
  width: 80%;
  margin: 0 auto;
}
.c5-sec2 {
  margin: 0 auto 35px;
  background-color: #fff;
}
.c5-sec2 .c5-sec__ttl__wrap {
  background: url("../img/bg1.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 120px 0;
  position: relative;
}
.c5-sec2 .c5-sec__ttl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c5-sec2 .c5-sec__txt {
  padding: 35px 20px 15px;
}
.c5-sec2 .c5-sec__txt img {
  width: 40%;
  margin: 0 auto;
}
.c5-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c5-sns .mod-effect {
  display: block;
  transition: all 0.3s;
}
.c5-sns .mod-effect:first-child {
  width: 30px;
  margin-right: 30px;
}
.c5-sns .mod-effect:last-child {
  width: 25px;
}
.c5-sns .mod-effect:hover {
  opacity: 0.6;
}
.c5-fix {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.c5-fix__content {
  writing-mode: vertical-rl;
  width: 30px;
  margin-bottom: 10px;
  padding: 15px 5px;
  background-color: #fff;
  box-shadow: -3px 3px 10px 0px rgba(170, 169, 169, 0.4);
}
.c5-fix__content a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #4c504f;
  font-size: 11px;
  letter-spacing: 1px;
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-flex {
    display: flex;
  }
  .c5-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .c5-main__container {
    margin-bottom: 100px;
    padding-bottom: 160px;
    overflow-x: hidden;
  }
  .c5-note li,
  .c5-note p {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 300;
  }
  .c5-hero {
    margin: 0 auto 40px;
  }
  .c5-hero img {
    width: auto;
  }
  .c5-catch {
    margin: 0 auto 20px;
    padding-bottom: 0;
    background: url("../img/bg1.jpg") no-repeat left top;
    display: flex;
    justify-content: center;
  }
  .c5-catch .c5-left {
    width: 60%;
    margin: 0;
    padding: 120px 10px 40px;
    background: none;
  }
  .c5-catch .c5-left p {
    letter-spacing: 4px;
  }
  .c5-catch .c5-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    padding: 20px 15px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .c5-anchor {
    margin: 0 auto 20px;
  }
  .c5-anchor__btn {
    padding: 15px 5px 30px;
  }
  .c5-anchor__btn p {
    font-size: 16px;
  }
  .c5-anchor__btn p:first-child {
    margin-bottom: 10px;
  }
  .c5-anchor__btn p:nth-child(2) {
    margin-bottom: 10px;
  }
  .c5-anchor__btn:first-child p:nth-child(2) {
    font-size: 16px;
  }
  .c5-anchor__btn::after {
    width: 25px;
    height: 21px;
    bottom: 10px;
  }
  .c5-sec__ttl p:first-child {
    font-size: 16px;
  }
  .c5-sec__ttl p:last-child {
    font-size: 26px;
  }
  .c5-sec__txt p {
    font-size: 16px;
  }
  .c5-sec2 {
    margin: 0 auto 60px;
    background: url("../img/bg2.jpg") no-repeat left top;
    background-size: cover;
    display: flex;
    justify-content: center;
  }
  .c5-sec2 .c5-sec__ttl__wrap {
    width: 50%;
    background: none;
    padding: 0;
  }
  .c5-sec2 .c5-sec__txt {
    width: 50%;
    padding: 60px 20px 30px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .c5-sec2 .c5-sec__txt img {
    width: 33%;
  }
  .c5-sns .mod-effect:first-child {
    width: auto;
    margin-right: 50px;
  }
  .c5-sns .mod-effect:last-child {
    width: auto;
  }
  .c5-fix__content {
    width: 40px;
    margin-bottom: 5px;
    padding: 30px 9px;
  }
  .c5-fix__content a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .c5-catch .c5-left p {
    font-size: 40px;
  }
  .c5-catch .c5-left img {
    width: auto;
  }
  .c5-catch .c5-right {
    padding: 20px 40px;
  }
  .c5-catch .c5-right p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.18em;
  }
  .c5-anchor__btn p {
    font-size: 24px;
  }
  .c5-anchor__btn:first-child p:nth-child(2) {
    font-size: 24px;
  }
  .c5-sec__ttl p:first-child {
    font-size: 24px;
  }
  .c5-sec__ttl p:first-child span {
    padding: 0 2em 5px;
  }
  .c5-sec__ttl p:last-child {
    font-size: 40px;
  }
  .c5-sec__txt p {
    line-height: 2;
  }
  .c5-sec1 {
    margin: 0 auto 20px;
    padding: 55px 2% 0 5%;
  }
  .c5-sec1 .c5-sec__ttl p:last-child {
    margin-bottom: 0;
  }
  .c5-sec1 .c5-sec__txt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c5-sec1 .c5-sec__txt p {
    width: 52%;
    margin-right: 3%;
  }
  .c5-sec1 .c5-sec__txt img {
    width: auto;
  }
  .c5-fix__content {
    width: 60px;
    padding: 40px 14px;
  }
  .c5-fix__content a {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */
