@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", serif;
  overflow-x: hidden;
}
.c5-main__container img {
  max-width: 100%;
}
.c5-main__container h1, .c5-main__container h2, .c5-main__container h3 {
  margin: 0;
  padding: 0;
}
.c5-main__container a {
  transition: all 0.3s;
}
.c5-main__container a:hover {
  text-decoration: none;
}
.c5-main__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c5-main__container * {
  box-sizing: border-box;
}

.c5-serif {
  font-family: serif;
}
h1 {
  max-width: 1200px;
  margin: 0 auto 10px;
}
h1 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

ul.c5-nav {
  margin: 0 auto;
  padding: 10px 10px 15px;
  position: relative;
  z-index: 2;
}
ul.c5-nav li {
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 8px;
  background-color: #90d3ed;
  border-radius: 7px;
  box-shadow: 2px 3px 4px 0.25px rgba(6, 0, 1, 0.2);
  transition: all 0.3s;
  font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Noto Sans Japanese", serif;
}
ul.c5-nav li:hover {
  opacity: 0.8;
}
ul.c5-nav li a {
  display: block;
  padding: 14px 0;
  color: inherit;
}
ul.c5-nav li a.c5-window span {
  position: relative;
}
ul.c5-nav li a.c5-window span::after {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  background: url("../img/window.gif") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
}
.c5-intro {
  margin: 0 auto;
  background: url("../img/kumo_sp.png") no-repeat 90% top, url("../img/bg_sp.png") no-repeat center center;
  background-size: 25%, cover;
  padding: 20% 0 5%;
  position: relative;
  top: -20px;
  z-index: -1;
}
.c5-intro__top-txt {
  margin-bottom: 20px;
}
.c5-intro__top-txt p {
  font-size: 13px;
  line-height: 2;
  text-align: center;
  margin: 0;
  letter-spacing: 0.15em;
  font-feature-settings: "palt" 1;
}
.c5-intro__top-txt p span {
  display: block;
}
.c5-intro__top-img {
  width: 65%;
  margin: 0 auto;
}
.c5-intro__bottom p {
  font-size: 13px;
  line-height: 2;
  text-align: center;
  margin: 0;
  padding: 0 10px;
  letter-spacing: 0.15em;
  font-feature-settings: "palt" 1;
}
.c5-intro__bottom p span {
  display: block;
}
.c5-intro__bottom p span:nth-child(2), .c5-intro__bottom p span:nth-child(3), .c5-intro__bottom p span:nth-child(4), .c5-intro__bottom p span:last-child {
  display: inline;
}
.c5-movie {
  position: relative;
  z-index: 2;
}
.c5-movie__wrap {
  width: 85%;
  margin: 0 auto 65px;
}
.c5-movie__content p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.7px;
  margin: 10px 0 0;
}
.c5-movie__content p span {
  color: #0093bb;
  padding-right: 0.5em;
  vertical-align: middle;
}
.c5-movie img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
.c5-movie img:hover {
  opacity: 0.7;
}
h2.c5-block__ttl {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 10px;
  font-size: 22px;
  letter-spacing: 0.35em;
  text-align: center;
  color: #4db2d0;
  line-height: 1;
  border: 4px solid #4db2d0;
  border-radius: 100px;
  font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Noto Sans Japanese", serif;
}
.c5-content {
  margin-bottom: 70px;
}
.c5-content h2.c5-block__ttl {
  margin-bottom: 35px;
}
.c5-content__point {
  width: 77px;
  height: auto;
}
.c5-content__block {
  margin: 0 auto 50px;
  padding: 0 18px;
}
.c5-content__block-txt {
  margin-bottom: 20px;
  color: #4db2d0;
}
.c5-content__block-txt h3 {
  margin: 0 auto 15px;
  font-size: 28px;
  letter-spacing: 0.16em;
  color: #0093bb;
  line-height: 1.357;
  font-weight: 500;
}
.c5-content__block-txt h3 span {
  position: relative;
  display: inline-block;
}
.c5-content__block-txt h3 span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c5-content__block-txt p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  margin: 0;
  color: #0093bb;
  font-feature-settings: "palt" 1;
}
.c5-content__block-img {
  width: 98%;
  margin: 0 auto;
}
.c5-content__block-img img {
  display: block;
  margin: 0 auto;
}
.c5-content__block p.c5-note {
  color: #221815;
  font-size: 10px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 400;
}

.c5-content1 .c5-content__block-txt h3 span::after {
  width: 47px;
  height: 56px;
  right: -2em;
  background: url("../img/shape_1.png") no-repeat 0 0;
  background-size: contain;
}

.c5-content2 .c5-content__block-txt h3 span::after {
  width: 41px;
  height: 63px;
  right: -2em;
  background: url("../img/shape_2.png") no-repeat 0 0;
  background-size: contain;
}

.c5-content3 {
  background-size: 36px 61.5px;
}
.c5-content3 .c5-content__block-txt h3 span::after {
  width: 168px;
  height: 61px;
  right: -6.5em;
  background: url("../img/shape_3.png") no-repeat 0 0;
  background-size: contain;
}

.c5-content4 .c5-content__block-txt h3 span::after {
  width: 112px;
  height: 96px;
  top: 20px;
  right: -2em;
  background: url("../img/shape_5_sp.png") no-repeat 0 0;
  background-size: contain;
}

.c5-content5 .c5-content__block-txt h3 span::after {
  width: 52px;
  height: 31px;
  right: -2.5em;
  background: url("../img/shape_4.png") no-repeat 0 0;
  background-size: contain;
}

.c5-content6 .c5-content__block-img {
  width: 70%;
  margin: 0 auto;
}
.c5-plan {
  margin-bottom: 60px;
}
.c5-plan h2.c5-block__ttl {
  margin-bottom: 30px;
}
.c5-plan .c5-note {
  font-size: 10px;
}
.c5-plan .c5-link {
  font-weight: bold;
  text-decoration: underline;
}
.c5-plan__catch {
  margin-bottom: 30px;
}
.c5-plan__catch h3 {
  font-size: 15px;
  text-align: center;
}
.c5-plan__catch p {
  text-align: center;
}
.c5-plan__catch p:first-of-type {
  font-size: 14px;
  margin-top: 0;
}
.c5-plan__catch p:last-of-type {
  font-size: 12px;
  margin: 15px auto 0;
  font-weight: bold;
}
.c5-plan__catch .c5-note {
  text-align: center;
}
.c5-plan__block {
  border-radius: 7px;
  background-color: #90d3ed;
  margin-bottom: 13px;
}
.c5-plan__block h4 {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Noto Sans Japanese", serif;
  font-feature-settings: "palt" 1;
}
.c5-plan__block p {
  margin: 0;
}
.c5-plan__price p:first-child {
  font-size: 27px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Noto Sans Japanese", serif;
  font-weight: 900;
}
.c5-plan__price p:first-child span {
  font-size: 0.65em;
}
.c5-plan__price p.c5-plan__txt {
  font-size: 12px;
  font-weight: bold;
}
.c5-plan__1 {
  background-color: #e6e6e6;
  padding: 15px 10px 10px;
}
.c5-plan__1 h4 {
  color: #111;
  margin-bottom: 10px;
}
.c5-plan__1-ttl {
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 2px;
  background-color: #fff;
  font-weight: bold;
}
.c5-plan__1 p {
  font-size: 12px;
  margin-bottom: 13px;
}
.c5-plan__2 {
  padding-bottom: 20px;
}
.c5-plan__2 h4 {
  border-radius: 7px 7px 0 0/7px 7px 0 0;
  background-color: #006996;
  margin-bottom: 13px;
  padding: 3px;
}
.c5-plan__2 .c5-flex {
  padding: 0 15px;
}
.c5-plan__2 .c5-plan__price .c5-spacing {
  letter-spacing: -5px;
  font-size: 1em;
}
.c5-plan__2 .c5-plan__price .c5-spacing:first-of-type {
  position: relative;
  left: -5px;
}
.c5-plan__3 {
  padding-bottom: 20px;
  background: url("../img/zero.png") no-repeat 95% 45% #90d3ed;
  background-size: 55px;
}
.c5-plan__3 h4 {
  border-radius: 7px 7px 0 0/7px 7px 0 0;
  background-color: #006996;
  margin-bottom: 13px;
  padding: 3px;
}
.c5-plan__3 .c5-plan__price {
  margin-bottom: 20px;
  padding: 0 15px;
}
.c5-plan__3 .c5-plan__price .c5-spacing {
  letter-spacing: -5px;
  font-size: 1em;
}
.c5-plan__3 .c5-plan__price .c5-spacing:first-of-type {
  position: relative;
  left: -5px;
}
.c5-plan__3 .c5-plan__price .c5-serif {
  position: relative;
  left: -5px;
}
.c5-plan__3 .c5-flex {
  padding: 0 15px;
}
.c5-plan__3 .c5-note {
  line-height: 1.4;
}
.c5-plan__4 {
  background: rgb(165, 231, 95);
  background: linear-gradient(180deg, rgb(165, 231, 95) 0%, rgb(171, 233, 104) 15%, rgb(240, 254, 208) 100%);
  padding: 20px 15px 15px;
}
.c5-plan__4 h4 {
  font-size: 25px;
  line-height: 1.2;
  border-bottom: 1px solid #111;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  color: #111;
  font-feature-settings: "palt" 1;
}
.c5-plan__4 h4 span {
  font-size: 16px;
}
.c5-plan__4-txt {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.236;
  font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Noto Sans Japanese", serif;
  color: #111;
}
.c5-plan__4 .c5-note {
  margin-top: 10px;
  text-align: center;
}
.c5-plan__4 .c5-note li {
  font-size: 10px;
  color: #221815;
}
.c5-plan__4-box-left {
  margin-bottom: 20px;
}
.c5-plan__4-box-right {
  width: 55%;
  margin: 0 auto;
}
.c5-plan__4-box-right img {
  display: block;
  margin: 0 auto;
}
.c5-plan__5 {
  background-color: #e6e6e6;
  margin-bottom: 40px;
  padding: 15px 10px 10px;
}
.c5-plan__5-ttl {
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 2px;
  background-color: #fff;
  font-weight: bold;
}
.c5-plan__5 ul li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
.c5-plan .c5-btn {
  display: block;
  max-width: 150px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px auto 0;
  padding: 5px;
  background-color: #006996;
  box-shadow: 2px 3px 4px 0.25px rgba(6, 0, 1, 0.2);
}
.c5-plan .c5-btn:hover {
  opacity: 0.8;
  box-shadow: 4px 6px 4px 0.25px rgba(6, 0, 1, 0.5);
}
.c5-spec {
  margin-bottom: 65px;
}
.c5-spec h2.c5-block__ttl {
  margin-bottom: 20px;
}
.c5-spec .c5-flex {
  padding: 0 15px;
}
.c5-spec table {
  border-collapse: collapse;
  font-size: 12px;
  line-height: 2;
  width: 100%;
  margin-bottom: 45px;
}
.c5-spec table td:first-child {
  width: 31%;
  vertical-align: top;
}
.c5-spec table td:last-child {
  width: 69%;
  border-left: 1px solid #90d3ed;
  padding-left: 8px;
}
.c5-spec__img {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.c5-pagelink {
  width: 75%;
  margin: 0 auto;
}
.c5-pagelink.top {
  margin-bottom: 30px;
}
.c5-pagelink.bottom {
  width: 100%;
}
.c5-pagelink.bottom .c5-flex {
  width: 75%;
  margin: 0 auto;
}
.c5-pagelink__ttl {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.c5-pagelink__note {
  font-size: 12px;
  text-align: center;
}
.c5-pagelink ul li {
  font-size: 14px;
  border: 3px solid #4db2d0;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 10px;
  background: url("../img/window.gif") no-repeat 90% 50%;
  background-size: 11px;
  transition: all 0.3s;
}
.c5-pagelink ul li a {
  display: block;
  color: #4db2d0;
  padding: 8px;
}
.c5-pagelink ul li a:hover {
  opacity: 0.7;
}
.c5-pagelink ul li:hover {
  border-color: rgba(77, 178, 208, 0.7);
}
.c5-price-wrap {
  margin: 0 auto 10px;
  background-color: #90d3ed;
  border-radius: 7px;
  font-family: "Noto Sans JP", serif;
}
.c5-price-inner {
  padding: 0 15px 15px;
}
.c5-price-ttl {
  margin: 0 auto 13px;
  padding: 8px 5px;
  font-size: 4.8vw;
  letter-spacing: 0.25em;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  font-feature-settings: "palt" 1;
  border-radius: 7px 7px 0 0/7px 7px 0 0;
  background-color: #006996;
  color: #fff;
}
.c5-price-box {
  margin: 0 auto 10px;
}
.c5-price-box p {
  font-size: 27px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  font-feature-settings: "palt" 1;
}
.c5-price-box p .tax {
  font-size: 70%;
}
.c5-price-note {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 auto 15px;
  font-weight: 500;
  line-height: 1.36;
  text-align: center;
}
.c5-price-btn {
  display: block;
  width: 45%;
  margin: 0 auto;
  padding: 10px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background-color: #006996;
  color: #fff;
  letter-spacing: 0.12em;
  border-radius: 4px;
  box-shadow: 2px 2px 4px 0.25px rgba(6, 0, 1, 0.2);
}
.c5-price-btn:hover {
  color: #006996;
  background-color: #fff;
}
.c5-comic-wrap {
  margin: 0 auto 35px;
}
.c5-comic-wrap .c5-block__ttl {
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 25px;
}
.c5-comic-wrap .c5-block__ttl span {
  display: block;
}
.c5-comic-img {
  width: 80%;
  margin: 0 auto 20px;
}
.c5-comic-img img {
  display: block;
  margin: 0 auto;
}
.c5-comic-btn {
  display: block;
  width: 45%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.12em;
  background-color: #4db2d0;
  border-radius: 4px;
  box-shadow: 2px 2px 4px 0.25px rgba(6, 0, 1, 0.2);
}
.c5-comic-btn:hover {
  color: #4db2d0;
  background-color: #fff;
  border: 1px solid #4db2d0;
}
.c5-comic-btn span {
  position: relative;
}
.c5-comic-btn span::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/window.gif") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
}
.c5-bottom-link {
  display: block;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 500px) {
  .c5-intro {
    margin: 0 auto -10%;
    background: url("../img/kumo.png") no-repeat 50% top, url("../img/bg_1.png") no-repeat center top, url("../img/bg_2.png") no-repeat center bottom;
    background-size: 61%, 100% 50%, 100% 50%;
    padding: 15% 0 33.2%;
  }
  .c5-intro__top {
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
  }
  .c5-intro__top-txt {
    width: 52%;
    margin-bottom: 0;
  }
  .c5-intro__top-txt p {
    font-size: calc(0.8125rem + (1vw - 5px) * 1.2857);
    min-height: 0vw;
    position: relative;
    top: 20px;
    left: 20px;
    letter-spacing: 0;
  }
  .c5-intro__top-txt p span {
    position: relative;
  }
  .c5-intro__top-txt p span:first-child {
    left: 2em;
  }
  .c5-intro__top-txt p span:nth-child(2) {
    left: -2em;
  }
  .c5-intro__top-txt p span:nth-child(3) {
    left: 1em;
  }
  .c5-intro__top-txt p span:nth-child(4) {
    left: -1em;
  }
  .c5-intro__top-txt p span:last-child {
    left: -2em;
  }
  .c5-intro__top-img {
    width: 42%;
    position: relative;
    top: 40px;
  }
  .c5-intro__bottom p {
    font-size: calc(0.8125rem + (1vw - 5px) * 1.2857);
    min-height: 0vw;
    position: relative;
    top: 35px;
    letter-spacing: 0;
  }
  .c5-intro__bottom p span {
    position: relative;
  }
  .c5-intro__bottom p span:first-child {
    left: 2em;
  }
  .c5-intro__bottom p span:nth-child(2) {
    display: block;
    left: -3em;
  }
  .c5-intro__bottom p span:nth-child(3) {
    display: block;
    left: -1em;
  }
  .c5-intro__bottom p span:nth-child(4) {
    display: block;
    left: -2em;
  }
  .c5-intro__bottom p span:last-child {
    display: block;
    left: -4em;
  }
  .c5-plan__3 {
    background-size: 80px;
  }
}
@media (min-width: 640px) {
  .c5-intro__top-txt p {
    left: 50px;
  }
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-flex {
    display: flex;
  }
  .c5-main__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
  ul.c5-nav {
    padding: 40px 4%;
    justify-content: space-between;
  }
  ul.c5-nav li {
    width: 31.8%;
    max-width: 351px;
    font-size: 23px;
    margin-bottom: 0;
  }
  ul.c5-nav li a {
    padding: 30px 0;
  }
  ul.c5-nav li a.c5-window span::after {
    width: 14px;
    height: 14px;
    right: -0.6em;
  }
  .c5-movie__wrap {
    display: flex;
    justify-content: center;
    width: 97%;
    margin-bottom: 180px;
  }
  .c5-movie__content {
    width: 49%;
    max-width: 559px;
  }
  .c5-movie__content p {
    font-size: 16px;
    margin: 20px 0 0;
  }
  h2.c5-block__ttl {
    margin: 0 auto;
    padding: 25px;
    font-size: 40px;
    border-width: 9px;
  }
  .c5-content {
    margin-bottom: 170px;
  }
  .c5-content h2.c5-block__ttl {
    margin-bottom: 80px;
  }
  .c5-content__point {
    position: absolute;
    width: 13%;
    max-width: 153px;
    margin: 0;
  }
  .c5-content__block {
    margin: 0 auto 150px;
    padding: 0 3%;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .c5-content__block .c5-flex {
    justify-content: space-between;
  }
  .c5-content__block-txt {
    margin-bottom: 0;
  }
  .c5-content__block-txt img {
    display: block;
    margin: 0 auto 20px;
  }
  .c5-content__block-txt h3 {
    font-size: 4.1666vw;
    margin-bottom: 25px;
    line-height: 1.3;
    letter-spacing: 0.185em;
  }
  .c5-content__block-txt p {
    font-size: 1.666vw;
    line-height: 2;
    letter-spacing: 0.16em;
  }
  .c5-content__block-img {
    margin: 0;
  }
  .c5-content__block p.c5-note {
    font-size: 14px;
  }
  .c5-content1 .c5-content__point {
    top: 50px;
  }
  .c5-content1 .c5-content__block-txt {
    width: 58%;
  }
  .c5-content1 .c5-content__block-txt h3 span::after {
    right: -2.5em;
  }
  .c5-content1 .c5-content__block-img {
    width: 42%;
  }
  .c5-content2 .c5-flex {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .c5-content2 .c5-content__point {
    left: 50%;
    top: -25px;
  }
  .c5-content2 .c5-content__block-txt {
    width: 50%;
  }
  .c5-content2 .c5-content__block-img {
    width: 49%;
  }
  .c5-content2 .c5-content__block-img img {
    margin: 0;
  }
  .c5-content3 {
    margin-bottom: 95px;
    align-items: flex-end;
  }
  .c5-content3 .c5-content__point {
    top: 50px;
  }
  .c5-content3 .c5-content__block-txt {
    width: 56%;
  }
  .c5-content3 .c5-content__block-img {
    width: 44%;
  }
  .c5-content4 {
    margin-bottom: 140px;
    padding-top: 190px;
  }
  .c5-content4 .c5-content__point {
    top: 0;
    left: 10%;
  }
  .c5-content4 .c5-content__block-txt {
    width: 85%;
    margin-left: 8%;
  }
  .c5-content4 .c5-content__block-img {
    width: 32%;
  }
  .c5-content5 .c5-content__point {
    top: 50px;
  }
  .c5-content5 .c5-content__block-txt {
    width: 73%;
  }
  .c5-content5 .c5-content__block-txt img {
    margin-left: 27%;
  }
  .c5-content5 .c5-content__block-img {
    position: absolute;
    top: 0;
    right: 5%;
    width: 32%;
  }
  .c5-content6 .c5-content__point {
    top: -10px;
    left: 34%;
  }
  .c5-content6 .c5-flex {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
  .c5-content6 .c5-content__block-txt {
    width: 67%;
  }
  .c5-content6 .c5-content__block-img {
    width: 28%;
    margin: 0;
  }
  .c5-plan {
    margin-bottom: 160px;
  }
  .c5-plan h2.c5-block__ttl {
    margin-bottom: 70px;
  }
  .c5-plan .c5-note {
    font-size: 14px;
  }
  .c5-plan__catch {
    margin-bottom: 45px;
  }
  .c5-plan__catch h3 {
    font-size: 36px;
    line-height: 1.55;
  }
  .c5-plan__catch p:first-of-type {
    font-size: 24px;
  }
  .c5-plan__catch p:last-of-type {
    max-width: 886px;
    margin: 20px auto 0;
    font-size: 16px;
  }
  .c5-plan__block {
    max-width: 1090px;
    border-radius: 14px;
    margin: 0 auto 30px;
  }
  .c5-plan__block h4 {
    font-size: 35px;
    letter-spacing: 0.1em;
  }
  .c5-plan__block p {
    margin: 0;
  }
  .c5-plan__price {
    padding: 0 4%;
  }
  .c5-plan__price p:first-child {
    font-size: 54px;
    text-align: left;
  }
  .c5-plan__price p:first-child span {
    font-size: 0.8em;
  }
  .c5-plan__price p:first-child span.c5-row {
    writing-mode: vertical-rl;
    font-size: 25px;
    position: relative;
    top: 5px;
  }
  .c5-plan__price p.c5-plan__txt {
    font-size: 22px;
  }
  .c5-plan__1 {
    max-width: 886px;
    padding: 15px 40px 10px;
  }
  .c5-plan__1-ttl {
    font-size: 22px;
    padding: 3px;
  }
  .c5-plan__1 p {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .c5-plan__2 {
    padding-bottom: 40px;
  }
  .c5-plan__2 h4 {
    border-radius: 14px 14px 0 0/14px 14px 0 0;
    margin-bottom: 20px;
    padding: 5px;
  }
  .c5-plan__2 .c5-plan__price {
    padding: 0;
  }
  .c5-plan__2 .c5-flex {
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 4%;
  }
  .c5-plan__3 {
    padding-bottom: 40px;
    background-size: 147px !important;
    background-position: 89% 44%;
  }
  .c5-plan__3 h4 {
    border-radius: 14px 14px 0 0/14px 14px 0 0;
    margin-bottom: 20px;
    padding: 5px;
  }
  .c5-plan__3 .c5-plan__price {
    width: 77%;
    margin-bottom: 10px;
    padding: 0 4%;
  }
  .c5-plan__3 .c5-flex {
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 4%;
  }
  .c5-plan__3 .c5-note {
    line-height: 1.4;
  }
  .c5-plan__4 {
    padding: 25px 3.5%;
  }
  .c5-plan__4 h4 {
    font-size: 53px;
    margin: 0 auto 25px;
  }
  .c5-plan__4 h4 span {
    font-size: 26px;
  }
  .c5-plan__4-txt {
    font-size: 37px;
  }
  .c5-plan__4 .c5-note {
    margin-top: 15px;
  }
  .c5-plan__4 .c5-note li {
    font-size: 14px;
  }
  .c5-plan__4-box {
    display: flex;
    justify-content: space-between;
  }
  .c5-plan__4-box-left {
    width: 69%;
    margin-bottom: 0;
  }
  .c5-plan__4-box-right {
    width: 30%;
    margin: 0;
  }
  .c5-plan__5 {
    max-width: 886px;
    margin-bottom: 120px;
    padding: 15px 40px 10px;
  }
  .c5-plan__5-ttl {
    font-size: 22px;
    padding: 3px;
  }
  .c5-plan__5 ul li {
    font-size: 19px;
  }
  .c5-plan .c5-btn {
    width: 100%;
    max-width: 271px;
    border-radius: 8px;
    margin: 0;
    padding: 6px;
    font-size: 25px;
  }
  .c5-spec {
    margin-bottom: 160px;
  }
  .c5-spec h2.c5-block__ttl {
    margin-bottom: 95px;
  }
  .c5-spec .c5-flex {
    max-width: 1090px;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }
  .c5-spec table {
    width: 72%;
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 0;
  }
  .c5-spec table td:first-child {
    width: 31%;
  }
  .c5-spec table td:last-child {
    width: 69%;
    padding-left: 25px;
  }
  .c5-spec__img {
    width: 233px;
    margin: 0;
  }
  .c5-pagelink {
    width: 100%;
  }
  .c5-pagelink.top {
    margin-bottom: 50px;
  }
  .c5-pagelink.top .c5-flex {
    width: calc(100% + 25px);
  }
  .c5-pagelink.bottom {
    position: relative;
  }
  .c5-pagelink.bottom .c5-flex {
    width: calc(100% + 25px);
    justify-content: center;
  }
  .c5-pagelink__ttl {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .c5-pagelink__note {
    margin-top: 40px;
    font-size: 16px;
  }
  .c5-pagelink ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .c5-pagelink ul li {
    width: calc(33.333% - 25px);
    font-size: 1.916vw;
    border-width: 6px;
    margin: 0 25px 15px 0;
    background: none;
  }
  .c5-pagelink ul li a {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c5-pagelink ul li a::after {
    display: block;
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/window.gif") no-repeat center center;
    background-size: contain;
    padding-left: 1em;
  }
  .c5-price-wrap {
    max-width: 1090px;
    margin: 0 auto 20px;
    border-radius: 14px;
  }
  .c5-price-inner {
    padding: 0 3.4% 30px;
  }
  .c5-price-ttl {
    font-size: 36px;
    margin: 0 auto 20px;
    padding: 10px;
    border-radius: 14px 14px 0 0/14px 14px 0 0;
  }
  .c5-price-box {
    margin-bottom: 20px;
  }
  .c5-price-box p {
    font-size: 70px;
  }
  .c5-price-note {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .c5-price-btn {
    width: 271px;
    padding: 20px;
    font-size: 25px;
    border-radius: 7px;
  }
  .c5-comic-wrap {
    margin: 0 auto 110px;
  }
  .c5-comic-wrap .c5-block__ttl {
    margin-bottom: 75px;
  }
  .c5-comic-wrap .c5-block__ttl span {
    display: inline-block;
    padding-left: 0.5em;
  }
  .c5-comic-img {
    width: auto;
    margin: 0 auto 40px;
  }
  .c5-comic-img img {
    margin: 0 auto;
  }
  .c5-comic-btn {
    width: 271px;
    font-size: 25px;
    border-radius: 7px;
  }
  .c5-comic-btn:hover {
    border-width: 2px;
  }
  .c5-comic-btn span::after {
    width: 19px;
    height: 19px;
    right: -1em;
  }
  .c5-bottom-link {
    position: absolute;
    bottom: 20%;
    right: 20%;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .c5-content__block-txt h3 {
    font-size: 50px;
  }
  .c5-content__block-txt p {
    font-size: 20px;
  }
  .c5-content1 .c5-content__point {
    top: 50px;
  }
  .c5-content1 .c5-content__block-txt h3 span::after {
    width: 94px;
    height: 105px;
    right: -2.5em;
  }
  .c5-content1 .c5-content__block-img {
    width: 42%;
  }
  .c5-content2 .c5-flex {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .c5-content2 .c5-content__point {
    left: 50%;
    top: -25px;
  }
  .c5-content2 .c5-content__block-txt {
    width: 50%;
  }
  .c5-content2 .c5-content__block-txt h3 span::after {
    width: 83px;
    height: 112px;
  }
  .c5-content2 .c5-content__block-img {
    width: 49%;
  }
  .c5-content2 .c5-content__block-img img {
    margin: 0;
  }
  .c5-content3 {
    margin-bottom: 95px;
    align-items: flex-end;
  }
  .c5-content3 .c5-content__point {
    top: 50px;
  }
  .c5-content3 .c5-content__block-txt {
    width: 56%;
  }
  .c5-content3 .c5-content__block-txt h3 span::after {
    width: 72px;
    height: 123px;
    right: -2.5em;
  }
  .c5-content3 .c5-content__block-img {
    width: 44%;
  }
  .c5-content4 .c5-content__point {
    left: 17%;
  }
  .c5-content4 .c5-content__block-txt {
    margin-left: 15%;
  }
  .c5-content4 .c5-content__block-txt h3 span::after {
    width: 236px;
    height: 122px;
    top: 50%;
    right: -5em;
    background: url("../img/shape_5.png") no-repeat 0 0;
    background-size: contain;
  }
  .c5-content4 .c5-content__block-img {
    width: 32%;
  }
  .c5-content5 .c5-content__block-txt h3 span::after {
    width: 101px;
    height: 62px;
    right: -2.8em;
    background: url("../img/shape_4.png") no-repeat 0 0;
    background-size: contain;
  }
  .c5-comic-wrap {
    margin: 0 auto 110px;
  }
  .c5-comic-wrap .c5-block__ttl {
    line-height: 1;
  }
  ul.c5-nav li a.c5-window span::after {
    width: 19px;
    height: 19px;
    right: -1.5em;
  }
  .c5-intro__top-txt p {
    font-size: 22px;
    letter-spacing: 0.15em;
  }
  .c5-intro__bottom p {
    font-size: 22px;
    letter-spacing: 0.15em;
  }
  .c5-pagelink ul li {
    font-size: 23px;
  }
}
/*# sourceMappingURL=style.css.map */