@charset "UTF-8";
body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #262626;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.2941176471px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #262626 !important;
}
.col-blu1 {
  color: #2f85e5 !important;
}
.col-blu2 {
  color: #82c6f0 !important;
}
.col-blu3 {
  color: #a2d4f3 !important;
}
.col-blu4 {
  color: #d6f2fb !important;
}
.col-gry {
  color: #ccc !important;
}
.col-nav {
  color: #272b73 !important;
}
.col-ylw {
  color: #ffe100 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #262626 !important;
}
.bg-blu1 {
  background-color: #2f85e5 !important;
}
.bg-blu2 {
  background-color: #82c6f0 !important;
}
.bg-blu3 {
  background-color: #a2d4f3 !important;
}
.bg-blu4 {
  background-color: #d6f2fb !important;
}
.bg-gry {
  background-color: #ccc !important;
}
.bg-nav {
  background-color: #272b73 !important;
}
.bg-ylw {
  background-color: #ffe100 !important;
}
.bg-grid {
  background-color: #fff;
  background-image: linear-gradient(transparent 95%, #f1f1f1 50%, #f1f1f1), linear-gradient(90deg, transparent 95%, #f1f1f1 50%, #f1f1f1);
  background-size: 20px 20px;
  background-repeat: repeat;
}

.btn-ptn1 .btn-link, .btn-ptn2 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #272b73;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-radius: 50rem;
}
@media screen and (max-width: 768px) {
  .btn-ptn1 .btn-link, .btn-ptn2 .btn-link {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .btn-ptn1 .btn-link, .btn-ptn2 .btn-link {
    font-size: 15.8823529412px;
  }
}
.btn-ptn1 .btn-link:hover, .btn-ptn2 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-ptn2 .btn-link {
  background: #fff;
  color: #2f85e5;
  border-radius: 10px;
}
.btn-ptn2 .btn-link:hover {
  color: rgba(47, 133, 229, 0.8);
}

.ic-tel-blu, .ic-tel-wht {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel-blu::before, .ic-tel-wht::before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel-blu.png");
  background-size: 100%;
}
.ic-tel-wht::before {
  background-image: url("/img/common/ic-tel-wht.png");
  background-size: 100%;
}
.ic-mail-blu, .ic-mail-wht {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-mail-blu::before, .ic-mail-wht::before {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/15;
  background-image: url("/img/common/ic-mail-blu.png");
  background-size: 100%;
}
.ic-mail-wht::before {
  background-image: url("/img/common/ic-mail-wht.png");
  background-size: 100%;
}

.arw-solid-wht {
  position: relative;
}
.arw-solid-wht::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/11;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-wht:hover::after {
  transform: translate(-1.5px, -50%);
}
.arw-circle-blu {
  position: relative;
}
.arw-circle-blu::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle-blu.png");
  background-size: 100%;
  position: absolute;
  right: 6%;
  bottom: 6%;
}

.wave-top-blu, .wave-btm-blu {
  position: relative;
  z-index: 1;
}
.wave-top-blu::before, .wave-btm-blu::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/52;
  background-image: url("/img/common/frame-wave-blu.png");
  background-size: 100%;
  position: absolute;
  left: 0;
}
.wave-top-blu::before {
  bottom: calc(100% - 1px);
  transform: scaleY(-1);
}
.wave-btm-blu::after {
  top: calc(100% - 1px);
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.tbl-ptn1 {
  background: #fff;
}
.tbl-ptn1 th, .tbl-ptn1 td {
  padding: 12px 4%;
  vertical-align: middle;
  color: #272b73;
  font-weight: 500;
  vertical-align: middle;
}
.tbl-ptn1 th {
  width: 30%;
  background: #82c6f0;
  text-align: center;
}
.tbl-ptn1 td {
  white-space: nowrap;
}
.tbl-ptn1 tr:not(:first-child) th {
  border-top: solid 1px #fff;
}
.tbl-ptn1 tr:not(:first-child) td {
  border-top: solid 1px #82c6f0;
}
.tbl-ptn1__price th, .tbl-ptn1__price td {
  padding: 12px 2%;
}
.tbl-ptn1__price th {
  width: 57.41%;
  color: #272b73;
  text-align: left;
}
.tbl-ptn1__price td {
  text-align: right;
}
.tbl-ptn2, .tbl-ptn3 {
  background: #fff;
}
.tbl-ptn2 th, .tbl-ptn2 td, .tbl-ptn3 th, .tbl-ptn3 td {
  text-align: center;
  font-weight: 500;
  color: #272b73;
  padding: 12px 2%;
  width: 50%;
}
.tbl-ptn2 th, .tbl-ptn3 th {
  background: #82c6f0;
}
.tbl-ptn2 th:not(:last-child), .tbl-ptn3 th:not(:last-child) {
  border-right: solid 1px #fff;
}
.tbl-ptn2 td:not(:last-child), .tbl-ptn3 td:not(:last-child) {
  border-right: solid 1px #82c6f0;
}
.tbl-ptn2 tr:not(:first-child) td, .tbl-ptn3 tr:not(:first-child) td {
  border-top: solid 1px #82c6f0;
}
.tbl-ptn3 th, .tbl-ptn3 td {
  width: 33.3333333333%;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-clm-3 .list-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-3-c .list-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item {
  width: calc((100% - 120px) / 4);
}

.list-news .list-item {
  width: 100%;
}
.list-nav .nav-item {
  line-height: 1;
}
.list-news time {
  display: block;
  line-height: 1;
  color: #2f85e5;
  font-weight: bold;
}
.list-news .news-item {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
}
.list-news .news-ttl {
  color: #272b73;
  font-weight: 500;
  margin-top: 15px;
}
.list-news .news-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-info dl {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.list-info dt, .list-info dd {
  line-height: 1.2;
}
.list-info dt {
  border-right: solid 1px #fff;
  padding-right: 5px;
}
.list-bnr {
  -moz-column-gap: 2.08%;
       column-gap: 2.08%;
}
.list-bnr .bnr-item {
  width: 400px;
  max-width: 20.8333333333%;
  aspect-ratio: 400/380;
  border-radius: 10px;
  border: solid 4px #272b73;
  overflow: hidden;
}
.list-bnr .bnr-item-service {
  background: url("/img/top/bnr-bg-service.png") center center no-repeat;
  background-size: cover;
}
.list-bnr .bnr-item-price {
  background: url("/img/top/bnr-bg-price.png") center center no-repeat;
  background-size: cover;
}
.list-bnr .bnr-item-faq {
  background: url("/img/top/bnr-bg-faq.png") center center no-repeat;
  background-size: cover;
}
.list-bnr .bnr-item-voice {
  background: url("/img/top/bnr-bg-voice.png") center center no-repeat;
  background-size: cover;
}
.list-bnr .bnr-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.list-bnr .bnr-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(130, 198, 240, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.list-bnr .bnr-link:hover::before {
  background: rgba(130, 198, 240, 0.3);
}
.list-bnr .bnr-ic {
  margin-bottom: -15px;
  position: relative;
  z-index: 1;
}
.list-bnr .bnr-ttl {
  width: 220px;
  max-width: 100%;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  background: #272b73;
  color: #fff;
  padding: 15px 0;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-bnr .bnr-ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr .bnr-ttl {
    font-size: 23.5294117647px;
  }
}
.list-anchor .btn-link {
  width: 100%;
  height: 60px;
}
.list-price .price-item {
  background: #fff;
  border-radius: 10px;
}
.list-price dl {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  border: solid 1px #82c6f0;
  position: relative;
}
.list-price dl:not(:last-child)::after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-plus.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(8px, -50%);
}
.list-price dt, .list-price dd {
  color: #272b73;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px 2%;
}
.list-price dt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  background: #82c6f0;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .list-price dt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price dt {
    font-size: 17.6470588235px;
  }
}
.list-price dd {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-price dd {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price dd {
    font-size: 20px;
  }
}
.list-faq .list-item {
  width: 100%;
}
.list-faq dt, .list-faq dd {
  padding: 15px 20px;
  color: #272b73;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-faq dt::before, .list-faq dd::before {
  width: 30px;
  min-width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 17.6470588235px;
  }
}
.list-faq dt {
  background: #82c6f0;
  border-radius: 10px;
  font-weight: bold;
}
.list-faq dt:before {
  content: "Q";
  background: #fff;
  color: #2f85e5;
  padding: 0 0 3px 0;
}
.list-faq dd:before {
  content: "A";
  background: #2f85e5;
  color: #fff;
}
.list-voice .list-item {
  width: 100%;
}
.list-voice .com-layout {
  justify-content: space-between;
}
.list-voice .voice-item {
  background: #d6f2fb;
  border-radius: 10px;
  border: solid 1px #82c6f0;
  padding: 40px 80px;
}
.list-voice dl {
  width: 720px;
  max-width: 100%;
}
.list-voice .ttl-bdr {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom-color: #82c6f0;
}
@media screen and (max-width: 768px) {
  .list-voice .ttl-bdr {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice .ttl-bdr {
    font-size: 18.8235294118px;
  }
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: #2f85e5;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .com-tag-main .tag-link {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-main .tag-link {
    font-size: 16.4705882353px;
  }
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.com-tag-sub .tag-item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  background: #2f85e5;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px 7px 10px;
  border-radius: 50rem;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .tag-item {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .tag-item {
    font-size: 14.1176470588px;
  }
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
  letter-spacing: 0.02em;
}
.com-num-circle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  width: 60px;
  min-width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #2f85e5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 3px 3px;
}
@media screen and (max-width: 768px) {
  .com-num-circle {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-num-circle {
    font-size: 24.7058823529px;
  }
}

.ttl-main {
  line-height: 1.7;
  font-weight: bold;
  color: #272b73;
}
.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #2f85e5 6px;
  border-bottom: solid 1px #d6f2fb;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-bdr {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #272b73;
  border-bottom: solid 2px #2f85e5;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ttl-bdr {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bdr {
    font-size: 20px;
  }
}
.ttl-bar {
  font-weight: bold;
  color: #272b73;
  border-left: solid 3px #2f85e5;
  padding-left: 20px;
  margin-bottom: 15px;
}

.txt-plain {
  line-height: 2;
}

.header__nav {
  margin-top: 15px;
}
.header__nav .header__nav-list {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .header__nav .header__nav-list {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header__nav .header__nav-list {
    font-size: 15.8823529412px;
  }
}
.header__nav .header__nav-item {
  display: flex;
  align-items: center;
}
.header__nav .header__nav-item:not(:first-child):before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #82c6f0;
  margin: 0 1.2vw;
}
.header__nav .header__nav-link {
  color: #272b73;
}
.header__nav .header__nav-link:hover {
  color: rgba(39, 43, 115, 0.8);
}

.footer__nav {
  width: 435px;
  max-width: 100%;
}
.footer__nav-list {
  font-size: 15px;
  font-size: 1.5rem;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer__nav-list {
    font-size: 14.7058823529px;
  }
}
.footer__nav-link {
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer__nav-link::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #82c6f0;
}
.footer__nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

#header {
  background: url("/img/common/mv-corner-wave.png") left top no-repeat;
  background-size: 39.17%;
  position: relative;
  z-index: 1;
}
#header::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/80;
  background-image: url("/img/top/mv-frame-wave.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: -1;
}

.hd-bar {
  padding: 15px 2.6%;
}

.mv {
  margin-top: 30px;
  position: relative;
}
.mv-cc {
  width: 1560px;
  max-width: 81.25%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(9.38%, -40%);
}
.mv-cc-main {
  font-size: 57px;
  font-size: 2.96875vw;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #272b73;
}
@media screen and (max-width: 1120px) {
  .mv-cc-main {
    font-size: 33.5294117647px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-main {
    font-size: 57px;
  }
}
.mv-cc-sub {
  width: 13.46%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 38px;
  font-size: 1.9791666667vw;
  line-height: 1.4210526316;
  font-weight: bold;
  letter-spacing: 0.02em;
  background: #2f85e5;
  color: #fff;
  position: relative;
  margin-top: 2vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-sub {
    font-size: 22.3529411765px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-sub {
    font-size: 38px;
  }
}
.mv-cc-sub span {
  font-size: 35px;
  font-size: 1.8229166667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-sub span {
    font-size: 20.5882352941px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-sub span {
    font-size: 35px;
  }
}
.mv-cc-sub::after {
  content: "";
  display: block;
  width: 39.05%;
  aspect-ratio: 82/97;
  background-image: url("/img/top/mv-illust-calc.png");
  background-size: 100%;
  position: absolute;
  left: 100%;
  bottom: 0;
  transform: translate(-40%, -10%);
  z-index: 1;
}
.mv-img {
  width: 1169px;
  max-width: 60.8854166667%;
  margin-right: 8.49%;
}

.sv-ttl {
  font-size: 46px;
  font-size: 2.3958333333vw;
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #272b73;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 27.0588235294px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 46px;
  }
}
.sv-img {
  width: 1071px;
  max-width: 55.78125%;
  margin-right: 10.78%;
}

.top-consul, .top-chart, .top-bnr, .top-comic, .top-news {
  padding: 100px 0;
}
.top-support .support-bnr,
.top-support .comic-bnr, .top-comic .support-bnr,
.top-comic .comic-bnr {
  border: solid 4px #2f85e5;
}
.top-support .support-link,
.top-support .comic-link, .top-comic .support-link,
.top-comic .comic-link {
  width: 100%;
  height: 100%;
}

.top-member {
  padding: 200px 0 100px 0;
}
.top-member .member-bx {
  background: url("/img/top/member-bnr-bg.png") left top no-repeat;
  background-size: auto;
  padding-top: 50px;
}
.top-member .member-txt {
  line-height: 1.7272727273;
  margin: 30px 0 0 80px;
}
.top-member .member-symbol {
  position: absolute;
  top: 35px;
  right: 80px;
}
.top-member .obj-user::after {
  content: "";
  display: block;
  width: 159px;
  aspect-ratio: 159/177;
  background-image: url("/img/top/member-bnr-illust-user.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(90px, 20px);
  z-index: 1;
}
.top-member .ttl-main {
  transform: translateX(-5px);
}
.top-member .ttl-main::before, .top-member .ttl-main::after {
  content: "";
  display: block;
  width: 25px;
  height: 50%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #2f85e5;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  z-index: -1;
}
.top-member .ttl-main::after {
  top: inherit;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.top-consul {
  background: url("/img/top/consul-corner-01.png") left top no-repeat;
  background-size: 35.42%;
}
.top-consul .ttl-main {
  margin-bottom: 40px;
}
.top-consul .txt {
  line-height: 2.3333333333;
}
.top-consul .btn {
  margin-top: 50px;
}
.top-consul .obj-money::after {
  content: "";
  display: block;
  width: 165px;
  aspect-ratio: 165/91;
  background-image: url("/img/top/consul-illust-money.png");
  background-size: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: -1;
}
.top-consul .obj-staff::before {
  content: "";
  display: block;
  width: 195px;
  aspect-ratio: 195/204;
  background-image: url("/img/top/consul-illust-staff.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-40px, -60px);
  z-index: -1;
}
.top-consul::after {
  content: "";
  display: block;
  width: 442px;
  max-width: 23.0208333333%;
  aspect-ratio: 442/208;
  background-image: url("/img/top/consul-corner-02.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.top-chart .ttl-main {
  margin-bottom: 60px;
}
.top-chart .obj-staff::before {
  content: "";
  display: block;
  width: 159px;
  aspect-ratio: 159/217;
  background-image: url("/img/top/chart-illust-staff.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-25px, -20px);
  z-index: -1;
}

.top-support {
  padding: 150px 0 100px 0;
}
.top-support .ttl-main {
  transition: 0.3s;
}
.top-support .support-bnr {
  background: url("/img/top/support-bg.png") right 57px bottom no-repeat;
  background-size: 75.28%;
}
.top-support .support-link:hover .ttl-main {
  opacity: 0.8;
}
.top-support .support-link:hover .btn-link {
  color: rgba(255, 255, 255, 0.8);
}
.top-support .support-link:hover .arw-solid-wht::after {
  transform: translate(-2px, -50%);
}
.top-support .support-inner {
  margin-left: 350px;
}
.top-support .support-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 0 15px;
  overflow: hidden;
}
.top-support .obj-point::before {
  content: "";
  display: block;
  width: 51px;
  aspect-ratio: 51/34;
  background-image: url("/img/common/obj-point.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
}
.top-support .obj-calc::before {
  content: "";
  display: block;
  width: 195px;
  aspect-ratio: 195/273;
  background-image: url("/img/top/support-illust.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-100px, -50%);
  z-index: -1;
}
.top-support .btn {
  margin-top: 30px;
}

.top-comic .comic-bnr {
  background: url("/img/top/comic-bg.png") center center no-repeat;
  background-size: cover;
}
.top-comic .comic-link:hover .comic-ttl {
  opacity: 0.8;
}
.top-comic .comic-ttl {
  width: 571px;
  max-width: 100%;
  aspect-ratio: 571/257;
  background: url("/img/top/comic-ttl-bg.png") center center no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.top-comic .comic-ttl-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  z-index: 1;
}
.top-comic .obj-staff::after {
  content: "";
  display: block;
  width: 278px;
  aspect-ratio: 278/239;
  background-image: url("/img/top/comic-illust.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(-35px);
  z-index: 1;
}

.top-profile {
  padding: 0 0 100px 0;
}

.top-news .ttl-main {
  margin-top: 25px;
}
.top-news .list-news {
  min-height: 255px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  top: 135px;
  z-index: 1;
}

#ctn-lower article {
  padding: 100px 0;
}
#ctn-lower article:first-child {
  padding-top: 180px;
}
#ctn-lower .ttl-main {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main {
    font-size: 29.4117647059px;
  }
}
#ctn-lower .ttl-main::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #82c6f0;
  margin: 15px auto 0 auto;
}
#ctn-lower .txt-plain {
  color: #272b73;
  font-weight: 500;
}

.contents-list-item {
  width: 100%;
}

.lower-greeting {
  background: url("/img/about/greeting-corner.png") left bottom no-repeat;
  background-size: 46.25%;
}

#footer {
  padding: 70px 0 30px 0;
}
#footer .btn,
#footer .list-info {
  margin-top: 20px;
}

.ft-bx-02 {
  border-top: solid 3px #82c6f0;
  padding-top: 30px;
  margin-top: 30px;
}
.ft-item-01 {
  line-height: 1.6875;
}
.ft-copy {
  margin-top: 80px;
}/*# sourceMappingURL=style.css.map */