<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  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: #2f322e;
  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: #2f322e !important;
}
.col-gry1 {
  color: #96a090 !important;
}
.col-gry2 {
  color: #cbcdcb !important;
}
.col-gry3 {
  color: #ededed !important;
}
.col-grn {
  color: #edf4e8 !important;
}
.col-grn2 {
  color: #62a730 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #2f322e !important;
}
.bg-gry1 {
  background-color: #96a090 !important;
}
.bg-gry2 {
  background-color: #cbcdcb !important;
}
.bg-gry3 {
  background-color: #ededed !important;
}
.bg-grn {
  background-color: #edf4e8 !important;
}
.bg-grn2 {
  background-color: #62a730 !important;
}

#side-bar {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 88;
}

.side-contact {
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-contact::before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/18;
  background-image: url("/img/common/ic-mail-wht.png");
  background-size: cover;
  margin-bottom: 7px;
}
.side-contact:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.side-totop {
  margin-top: 40px;
}
.side-totop:hover img {
  transform: translateY(-3px);
}

.btn-ptn1 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  border: solid 1px #2f322e;
}
@media screen and (max-width: 768px) {
  .btn-ptn1 .btn-link {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .btn-ptn1 .btn-link {
    font-size: 16.4705882353px;
  }
}
.btn-ptn1 .btn-link:hover {
  color: rgba(47, 50, 46, 0.8);
}

.arw-blk {
  position: relative;
}
.arw-blk::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 12/16;
  background-image: url("/img/common/arw-blk.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-blk:hover::after {
  transform: translate(-3px, -50%);
}
.arw-circle {
  position: relative;
}
.arw-circle::after {
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-circle:hover::after {
  transform: translate(-3px, -50%);
  opacity: 0.8;
}

.line-top-gry {
  position: relative;
  z-index: 1;
}
.line-top-gry::before {
  content: "";
  display: block;
  width: 1280px;
  height: 1px;
  background: #cbcdcb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.ic-mail-blk::before, .ic-mail-wht::before {
  content: "";
  display: inline-block;
  width: 25px;
  aspect-ratio: 25/18;
  background-image: url("/img/common/ic-mail-blk.png");
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}
.ic-mail-wht::before {
  background-image: url("/img/common/ic-mail-wht.png");
  background-size: cover;
}

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

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.tbl-ptn1 dl {
  display: flex;
}
.tbl-ptn1 dl:not(:first-child) {
  margin-top: 15px;
}
.tbl-ptn1 dt {
  width: 15%;
}
.tbl-ptn1 dt, .tbl-ptn1 dd {
  line-height: 1.2;
}
.tbl-ptn1 dd {
  width: 75%;
  border-left: solid 1px #fff;
  padding-left: 15px;
  margin-left: 15px;
}
.tbl-ptn2 dl, .tbl-ptn3 dl {
  display: flex;
  background: #fff;
}
.tbl-ptn2 dt, .tbl-ptn2 dd, .tbl-ptn3 dt, .tbl-ptn3 dd {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 50px;
  white-space: pre-wrap;
}
.tbl-ptn2 dt, .tbl-ptn3 dt {
  background: #edf4e8;
  border-right: solid 1px #96a090;
}
.tbl-ptn2 dl {
  border: solid 1px #96a090;
}
.tbl-ptn2 dl:not(:first-child) {
  margin-top: 20px;
}
.tbl-ptn3 {
  border: solid 1px #96a090;
}
.tbl-ptn3 dl:not(:first-child) {
  border-top: solid 1px #96a090;
}
.tbl-ptn3 dt {
  width: 30%;
}
.tbl-ptn3 dd {
  width: 70%;
}

.cts-1080 {
  width: 1080px;
  margin: 0 auto;
}

.list-clm-2 .list-item {
  width: 470px;
  max-width: 100%;
}
.list-clm-3 {
  display: flex;
  flex-wrap: wrap;
}
.list-clm-3 .list-item {
  width: 340px;
  max-width: 100%;
}
.list-clm-3 .list-item:not(:nth-child(3n-2)) {
  margin-left: 30px;
}
.list-clm-4 {
  display: flex;
  flex-wrap: wrap;
}
.list-clm-4 .list-item {
  width: 240px;
  max-width: 100%;
}
.list-clm-4 .list-item:not(:nth-child(4n-3)) {
  margin-left: 40px;
}
.list-thumb .list-item {
  aspect-ratio: 3/2;
}
.list-thumb .list-item:nth-child(n+5) {
  margin-top: 40px;
}
.list-nav {
  letter-spacing: 0.08em;
}
.list-nav .nav-item {
  line-height: 1;
}
.list-news .list-item {
  border-bottom: solid 1px #cbcdcb;
  padding-bottom: 25px;
}
.list-news .list-item:not(:first-child) {
  margin-top: 25px;
}
.list-news .list-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .list-news .list-ttl {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news .list-ttl {
    font-size: 16.4705882353px;
  }
}
.list-news time {
  display: block;
}
.list-news .com-tag-sub {
  margin-top: 10px;
}
.list-works .list-img {
  width: 100%;
  aspect-ratio: 1/1;
}
.list-works-lower .list-item {
  width: 320px;
  max-width: 100%;
}
.list-works-lower .list-item:not(:nth-child(3n-2)) {
  margin-left: 60px;
}
.list-works-lower .list-item:nth-child(n+4) {
  margin-top: 45px;
}
.list-works-lower .list-img {
  aspect-ratio: 320/280;
}
.list-works-lower .list-ttl {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .list-works-lower .list-ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works-lower .list-ttl {
    font-size: 17.6470588235px;
  }
}
.list-check .list-item {
  width: 470px;
  max-width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
}
.list-check .list-item::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check.png");
  background-size: cover;
  transform: translateY(15%);
}
.list-check .list-item:nth-child(n+3) {
  margin-top: 30px;
}
.list-check .list-inner {
  width: calc(100% - 45px);
}
.list-flow .list-item {
  text-align: center;
  border: solid 1px #2f322e;
  aspect-ratio: 240/340;
  padding: 45px 0;
  position: relative;
}
.list-flow .list-item::before {
  font-family: "Zen Old Mincho", serif;
  content: "01";
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.08em;
  background: #edf4e8;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-flow .list-item::before {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .list-item::before {
    font-size: 19.4117647059px;
  }
}
.list-flow .list-item:nth-child(2)::before {
  content: "02";
}
.list-flow .list-item:nth-child(3)::before {
  content: "03";
}
.list-flow .list-item:nth-child(4)::before {
  content: "04";
}
.list-flow .list-item:not(:last-child) {
  position: relative;
  z-index: 1;
}
.list-flow .list-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/16;
  background-image: url("/img/common/arw-blk.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(220%, -50%);
}
.list-flow .list-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .list-flow .list-ttl {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .list-ttl {
    font-size: 19.4117647059px;
  }
}
.list-flow .list-ttl, .list-flow .list-ic {
  margin-bottom: 20px;
}
.list-price .list-item:not(:first-child) {
  margin-top: 100px;
}
.list-circle {
  padding: 60px;
}
.list-circle .list-item {
  display: flex;
  align-items: flex-start;
}
.list-circle .list-item::before {
  content: "〇";
  display: block;
}
.list-circle .list-item:not(:first-child) {
  margin-top: 20px;
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.com-tag-main .tag-item {
  margin: 5px 10px;
}
.com-tag-main .tag-link {
  line-height: 1;
  display: block;
  border: solid 1px #2f322e;
  padding: 15px 50px;
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-sub .tag-item {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  color: #96a090;
  margin: 5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .tag-item {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .tag-item {
    font-size: 14.7058823529px;
  }
}
.com-tag-sub .tag-item::before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  background: #96a090;
  margin-right: 10px;
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-detail .wrp-ba .ba-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: medium;
  line-height: 1;
  background: #2f322e;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .com-detail .wrp-ba .ba-ttl {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-detail .wrp-ba .ba-ttl {
    font-size: 16.4705882353px;
  }
}
.com-detail .layout-item:not(:first-child) {
  margin-left: 40px;
}
.com-tel .tel {
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
.com-contact {
  padding: 130px 0;
}
.com-contact .ttl-main {
  margin-bottom: 60px;
}
.com-contact .btn {
  margin-top: 45px;
}
.com-contact::after {
  content: "";
  display: block;
  width: 930px;
  max-width: 48.4375vw;
  height: 100%;
  background: url("/img/common/contact-img.png") right center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.com-bnr .bnr {
  padding: 60px 0 0 45px;
  position: relative;
  z-index: 1;
}
.com-bnr .bnr-about {
  background: url("/img/common/bnr-about.png") center center no-repeat;
  background-size: cover;
}
.com-bnr .bnr-price {
  background: url("/img/common/bnr-price.png") center center no-repeat;
  background-size: cover;
}
.com-bnr .bnr-company {
  background: url("/img/common/bnr-company.png") center center no-repeat;
  background-size: cover;
}
.com-bnr .bnr-works {
  background: url("/img/common/bnr-works.png") center center no-repeat;
  background-size: cover;
}
.com-bnr .bnr::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(47, 50, 46, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.com-bnr .bnr:hover::before {
  background: rgba(47, 50, 46, 0.45);
}
.com-bnr .bnr:hover.arw-circle::after {
  transform: translateX(-3px);
}
.com-bnr .ttl-main {
  text-align: left !important;
  margin-bottom: 0 !important;
  color: #fff;
}
.com-bnr .ttl-main .eng {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .ttl-main .eng {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-bnr .ttl-main .eng {
    font-size: 14.1176470588px;
  }
}
.com-bnr .arw-circle::after {
  width: 50px;
  top: inherit;
  right: 35px;
  bottom: 35px;
  transform: none;
}
.com-bnr.clm-2 .bnr {
  width: 515px;
  max-width: 100%;
  aspect-ratio: 515/280;
}
.com-bnr.clm-2 .ttl-main .ruby {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-bnr.clm-2 .ttl-main .ruby {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-bnr.clm-2 .ttl-main .ruby {
    font-size: 23.5294117647px;
  }
}
.com-bnr.clm-3 .bnr {
  width: 330px;
  max-width: 100%;
  aspect-ratio: 330/260;
  padding-right: 50px;
}
.com-bnr.clm-3 .ttl-main .ruby {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-bnr.clm-3 .ttl-main .ruby {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-bnr.clm-3 .ttl-main .ruby {
    font-size: 22.3529411765px;
  }
}
.com-works .btn {
  position: absolute;
  top: 145px;
  right: 0;
  z-index: 1;
}

.ttl-main .ruby, .ttl-main .eng {
  display: block;
}
.ttl-main .ruby {
  font-family: "Zen Old Mincho", serif;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ttl-main .ruby {
    font-size: 55px;
    font-size: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .ruby {
    font-size: 32.3529411765px;
  }
}
.ttl-main .eng {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ttl-main .eng {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .eng {
    font-size: 14.7058823529px;
  }
}
.ttl-main.ttl-ver {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ttl-sub {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: solid #cbcdcb 6px;
  border-bottom: solid 1px #ededed;
  background: #f5f5f5;
  padding: 10px 0 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-bar {
  font-size: 25px;
  font-size: 2.5rem;
  background: #edf4e8;
  padding: 17px 20px;
}
@media screen and (max-width: 768px) {
  .ttl-bar {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bar {
    font-size: 20.5882352941px;
  }
}

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

header#header {
  position: relative;
}

.hd-lower {
  position: relative;
  z-index: 1;
}
.hd-lower::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/90;
}

.logo-hd {
  min-width: 180px;
  aspect-ratio: 270/235;
}
.logo-hd img {
  min-width: 56px;
}

.hd-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hd-bar-inner {
  width: 1650px;
  max-width: 100%;
  aspect-ratio: 1650/90;
  padding-right: 4.17%;
  padding-bottom: 1vw;
}

#hd-nav .nav-item:not(:first-child) {
  margin-left: 25px;
}
#hd-nav .tel-caution {
  position: absolute;
  top: 1vw;
  right: 0;
}

.mv {
  width: 100%;
  aspect-ratio: 1920/1010;
  background: url("/img/top/mv-img.png") left center no-repeat;
  background-size: 95.83%;
}
.mv-cc {
  width: 597px;
  max-width: 31.09375vw;
  min-width: 397px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-105%);
  z-index: 1;
}

.sv {
  min-width: 1170px;
  aspect-ratio: 1760/600;
}
.sv-ttl {
  position: absolute;
  top: 50%;
  left: 5.21%;
  transform: translateY(-15%);
  z-index: 1;
}
.sv-ttl .eng {
  margin-top: 15px;
}
.sv-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-price {
  background: url("/img/price/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-works {
  background: url("/img/works/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-company {
  background: url("/img/company/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-sitemap {
  background: url("/img/sitemap/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-e404 {
  background: url("/img/e404/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-blog {
  background: url("/img/blog/sv.png") center center no-repeat;
  background-size: cover;
}

.top-news {
  padding: 150px 0 0;
}
.top-news .list-news {
  min-height: 300px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.top-concept {
  padding: 200px 0;
}
.top-concept .eng {
  margin-top: 20px;
}
.top-concept .com-layout:not(:first-child) {
  margin-top: 90px;
}
.top-concept .img-01 {
  margin-left: -420px;
}
.top-concept .img-02 {
  margin-right: -200px;
}
.top-concept .txt {
  line-height: 2.2222222222;
}

.top-feature {
  padding: 150px 0;
}
.top-feature .ttl-main {
  margin-bottom: 120px;
}
.top-feature .com-layout:not(:first-child) {
  margin-top: 130px;
  padding-top: 130px;
}
.top-feature .com-layout:nth-child(odd) .img-main {
  margin-right: -200px;
}
.top-feature .com-layout:nth-child(even) {
  flex-direction: row-reverse;
}
.top-feature .com-layout:nth-child(even) .img-main {
  margin-left: -200px;
}
.top-feature .layout-item:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-feature h3 {
  margin-bottom: 30px;
}
.top-feature .img-main {
  margin-top: auto;
}
.top-feature .img-sub {
  margin-top: 40px;
}
.top-feature .btn {
  margin-top: 100px;
}
.top-feature .line-top-gry::before {
  width: 1480px;
}

.top-works {
  padding: 180px 0 0;
}
.top-works .ttl-main {
  margin-bottom: 65px;
}

.top-price {
  padding: 150px 0 180px 0;
  margin-top: 150px;
}
.top-price .bnr-price {
  width: 1280px;
  background: url("/img/top/price-bg.png") center center no-repeat;
  background-size: cover;
  margin-left: 50%;
  transform: translateX(-50%);
}
.top-price .bnr-price::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(47, 50, 46, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.top-price .bnr-price:hover .ttl-main {
  opacity: 0.8;
}
.top-price .bnr-price:hover::before {
  background: rgba(47, 50, 46, 0.25);
}
.top-price .ttl-main {
  transition: 0.3s;
}
.top-price .ttl-main .eng {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .top-price .ttl-main .eng {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-price .ttl-main .eng {
    font-size: 15.8823529412px;
  }
}
.top-price .ttl-main .ruby {
  font-size: 55px;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  .top-price .ttl-main .ruby {
    font-size: 65px;
    font-size: 8.4635416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-price .ttl-main .ruby {
    font-size: 38.2352941176px;
  }
}

#ctn-lower article {
  padding: 130px 0;
}
#ctn-lower .ttl-main {
  text-align: center;
  margin-bottom: 60px;
}
#ctn-lower .txt-plain {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
@media screen and (max-width: 768px) {
  #ctn-lower .txt-plain {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .txt-plain {
    font-size: 16.4705882353px;
  }
}

.lower-feature .line-top-gry {
  margin-top: 100px;
  padding-top: 100px;
}

.lower-howto .layout-item:not(:first-child) {
  border-left: solid 1px #cbcdcb;
}

footer#footer {
  padding: 120px 0;
}
footer#footer .btn-sns {
  margin-top: 40px;
}

.logo-ft {
  margin-bottom: 50px;
}

#ft-nav .list-nav {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
}
#ft-nav .list-nav .nav-item:nth-child(n+5) {
  margin-left: 50px;
}
#ft-nav .list-nav .nav-item:not(:first-child):not(:nth-child(5)) {
  margin-top: 25px;
}
#ft-nav .list-nav .nav-link {
  color: #fff;
}
#ft-nav .list-nav-sub {
  margin-top: 60px;
}
#ft-nav .list-nav-sub .nav-item {
  line-height: 1;
}
#ft-nav .list-nav-sub .nav-item:not(:first-child) {
  border-left: solid 1px #cbcdcb;
  margin-left: 15px;
  padding-left: 15px;
}
#ft-nav .list-nav-sub .nav-link {
  color: #cbcdcb;
}

.ft-item-01 {
  padding-bottom: 60px;
}
.ft-copy {
  position: absolute;
  left: 0;
  bottom: 0;
}</pre></body></html>