@charset "UTF-8";
body {
  font-size: 20px;
  font-size: 2rem;
  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: #252525;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 17.6470588235px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #252525 !important;
}
.col-ppl1 {
  color: #504894 !important;
}
.col-ppl2 {
  color: #bbb7e0 !important;
}
.col-lav1 {
  color: #f1f0f8 !important;
}
.col-lav2 {
  color: #f3f2f9 !important;
}
.col-gry1 {
  color: #6d6b77 !important;
}
.col-gry2 {
  color: #878787 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #252525 !important;
}
.bg-ppl1 {
  background-color: #504894 !important;
}
.bg-ppl2 {
  background-color: #bbb7e0 !important;
}
.bg-lav1 {
  background-color: #f1f0f8 !important;
}
.bg-lav2 {
  background-color: #f3f2f9 !important;
}
.bg-gry1 {
  background-color: #6d6b77 !important;
}
.bg-gry2 {
  background-color: #878787 !important;
}
.bg-blk-opa8 {
  background: rgba(37, 37, 37, 0.8);
}
.bg-btm-moon {
  background: url("/img/common/bg-moon.png") center bottom no-repeat;
  background-size: 100%;
}
.bg-top-moon {
  position: relative;
  z-index: 1;
}
.bg-top-moon::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/395;
  background-image: url("/img/common/bg-moon.png");
  background-size: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn-ptn1 .btn-link, .btn-ptn2 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #504894;
  color: #fff;
  border-radius: 5px;
}
.btn-ptn1 .btn-link:hover, .btn-ptn2 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.btn-ptn2 .btn-link {
  background: none;
  border: solid 1px #fff;
}
.btn-gmap .btn-link {
  line-height: 1;
  border-bottom: solid 1px #252525;
  padding-bottom: 10px;
}

.ic-tel-blk, .ic-tel-wht {
  display: flex;
  align-items: center;
}
.ic-tel-blk::before, .ic-tel-wht::before {
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel-blk.png");
  background-size: 100%;
  margin-right: 5px;
}
.ic-tel-wht::before {
  background-image: url("/img/common/ic-tel-wht.png");
  background-size: 100%;
  width: 22px;
  margin-right: 8px;
}
.ic-pin {
  display: flex;
  align-items: flex-end;
}
.ic-pin::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/20;
  background-image: url("/img/common/ic-pin.png");
  background-size: 100%;
  margin-right: 10px;
}

.arw-wht, .arw-wht-s {
  position: relative;
}
.arw-wht::after, .arw-wht-s::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/19;
  background-image: url("/img/common/arw-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-wht:hover::after, .arw-wht-s:hover::after {
  transform: translate(-2px, -50%);
}
.arw-wht-s::after {
  width: 9px;
}

.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 dl, .tbl-ptn1 dt, .tbl-ptn1 dd {
  width: 100%;
}
.tbl-ptn1 dd {
  margin-top: 5px;
}
.tbl-ptn2 th, .tbl-ptn2 td, .tbl-ptn2 a {
  color: #fff;
}
.tbl-ptn2 th, .tbl-ptn2 td {
  border-bottom: solid 1px #fff;
  padding: 20px 0;
  vertical-align: middle;
}
.tbl-ptn2 th {
  width: 20%;
}
.tbl-ptn2 td {
  padding-left: 2%;
}

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

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

.list-clm-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.list-clm-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.list-nav .nav-item {
  line-height: 1;
}
.list-news time {
  font-family: "Marcellus", serif;
  display: block;
  line-height: 1;
}
.list-news .list-item {
  border-bottom: solid 1px #878787;
  padding: 35px 0;
}
.list-news .list-item:first-child {
  padding-top: 0;
}
.list-news .list-inner {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.list-news .list-ttl {
  margin-top: 12px;
}
.list-gallery {
  gap: 26.6666666667px;
}
.list-gallery .list-item {
  width: 300px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.list-faq .list-item {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.list-faq dt, .list-faq dd {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-faq dt::before, .list-faq dd::before {
  content: "Q";
  font-family: "Marcellus", serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: normal;
  color: #6d6b77;
  display: block;
  width: 52px;
  min-width: 52px;
  aspect-ratio: 1/1;
  padding: 0 0 4px 4px;
  border-radius: 50rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 21.1764705882px;
  }
}
.list-faq dt {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  background: #6d6b77;
  color: #fff;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 21.1764705882px;
  }
}
.list-faq dd {
  padding: 35px 40px;
}
.list-faq dd::before {
  content: "A";
  background: #6d6b77;
  color: #fff;
}
.list-ptn1 {
  display: grid;
  row-gap: 80px;
}
.list-ptn1 .list-item {
  width: 100%;
}
.list-flow .flow-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.list-flow .flow-item::before {
  font-family: "Marcellus", serif;
  content: "1";
  display: block;
  width: 33px;
  min-width: 33px;
  aspect-ratio: 1/1;
  background: #504894;
  color: #fff;
  border-radius: 50rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2px 0 0 2px;
  transform: translateY(10px);
  margin-right: 20px;
}
.list-flow .flow-item:nth-child(2)::before {
  content: "2";
}
.list-flow .flow-item:nth-child(3)::before {
  content: "3";
}
.list-flow .flow-item:nth-child(4)::before {
  content: "4";
}
.list-flow .flow-item:nth-child(5)::before {
  content: "5";
}
.list-flow .flow-item:nth-child(6)::before {
  content: "6";
}
.list-flow .flow-item:nth-child(7)::before {
  content: "7";
}
.list-flow .flow-item:nth-child(8)::before {
  content: "8";
}
.list-flow .flow-item:nth-child(9)::before {
  content: "9";
}
.list-flow .flow-item:nth-child(10)::before {
  content: "10";
}
.list-flow dt {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3rem;
  color: #504894;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .list-flow dt {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt {
    font-size: 23.5294117647px;
  }
}
.list-flow dd {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .list-flow dd {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dd {
    font-size: 16.4705882353px;
  }
}
.list-flow::before {
  content: "";
  display: block;
  width: 2px;
  height: 94%;
  border-left: dotted 2px #504894;
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: -1;
}
.list-history .list-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.list-history dt {
  width: 295px;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #504894;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-history dt {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-history dt {
    font-size: 23.5294117647px;
  }
}
.list-history dt::after {
  content: "";
  display: block;
  width: 14px;
  min-width: 14px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #504894;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.list-history dd {
  max-width: calc(100% - 295px);
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 55px;
  transform: translateY(35%);
}
@media screen and (max-width: 768px) {
  .list-history dd {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-history dd {
    font-size: 16.4705882353px;
  }
}
.list-history::before {
  content: "";
  display: block;
  width: 2px;
  height: 97%;
  border-left: dotted 2px #504894;
  position: absolute;
  top: 15px;
  left: 287px;
  z-index: -1;
}
.list-location {
  row-gap: 80px;
}
.list-location .list-item {
  width: 520px;
  max-width: 100%;
}
.list-location .com-gmap {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.list-info .info-item {
  width: 100%;
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: #504894;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 4px;
}
@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: 16px;
  font-size: 1.6rem;
  line-height: 1;
  border: solid 1px #252525;
  padding: 5px 10px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .tag-item {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .tag-item {
    font-size: 15.2941176471px;
  }
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  gap: 2vw 0;
}
.ttl-main .eng {
  font-family: "Marcellus", serif;
  line-height: 1;
}
.ttl-main .ruby {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.ttl-main.flx-alitem-c {
  text-align: center;
}
.ttl-sub {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  border-top: solid 1px #504894;
  background: #f1f0f8;
  color: #504894;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 23.5294117647px;
  }
}
.ttl-bar {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  color: #504894;
  border-left: solid 12px #504894;
  padding-left: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ttl-bar {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bar {
    font-size: 23.5294117647px;
  }
}

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

#header .com-logo {
  width: 25.47%;
}
#header .com-tel {
  border-left: solid 1px #252525;
  padding-left: 20px;
}

.hd-bar {
  padding: 0 3.39%;
}

.mv, .sv {
  position: relative;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv-cc {
  display: flex;
  flex-direction: column;
  gap: 0.5vw 0;
  position: absolute;
  left: 3.39%;
  bottom: 0;
  transform: translateY(-40%);
  z-index: 1;
}
.mv-cc-sub {
  font-size: 38px;
  font-size: 1.9791666667vw;
  line-height: 1.7368421053;
}
@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-main {
  font-size: 50px;
  font-size: 2.6041666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-main {
    font-size: 29.4117647059px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-main {
    font-size: 50px;
  }
}

.sv {
  aspect-ratio: 1920/350;
}
.sv-ttl {
  font-size: 50px;
  font-size: 2.6041666667vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 29.4117647059px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 50px;
  }
}
.sv-guide {
  background: url("/img/guide/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-program {
  background: url("/img/program/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-meeting {
  background: url("/img/meeting/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-faq {
  background: url("/img/faq/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-blog {
  background: url("/img/blog/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;
}

#side-totop {
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 77;
}
#side-totop img {
  filter: drop-shadow(0 0 2px #fff);
}

@media screen and (max-width: 1480px) {
  #header .com-tel {
    padding-left: 15px;
  }
  .hd-bar-inner {
    gap: 0 20px;
  }
  #hd-nav .list-nav {
    font-size: 15px;
    font-size: 1.5rem;
    gap: 0 20px;
  }
}
@media screen and (max-width: 1480px) and (max-width: 768px) {
  #hd-nav .list-nav {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 1480px) and (max-width: 768px) and (min-width: 539px) {
  #hd-nav .list-nav {
    font-size: 14.7058823529px;
  }
}
@media screen and (max-width: 1280px) {
  #header .com-tel {
    padding-left: 10px;
  }
  .hd-bar-inner {
    gap: 0 15px;
  }
  #hd-nav .list-nav {
    font-size: 14px;
    font-size: 1.4rem;
    gap: 0 15px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  #hd-nav .list-nav {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) and (min-width: 539px) {
  #hd-nav .list-nav {
    font-size: 14.1176470588px;
  }
}
#ctn-top {
  position: relative;
  z-index: 1;
}
#ctn-top::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url("/img/top/para.png");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-news {
  padding: 160px 0 100px 0;
}
.top-news .list-news {
  min-height: 250px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  top: 180px;
}
.top-news::after {
  content: "";
  display: block;
  width: 476px;
  max-width: 24.7916666667%;
  aspect-ratio: 476/568;
  border-radius: 10px 10px 0 0;
  background: #f1f0f8;
  position: absolute;
  right: 5.52%;
  bottom: 0;
  z-index: -1;
}

.top-concept {
  padding: 100px 0 120px 0;
}
.top-concept img {
  display: block;
  width: 100%;
}
.top-concept::before {
  content: "";
  display: block;
  width: 476px;
  max-width: 24.7916666667%;
  aspect-ratio: 476/155;
  border-radius: 0 0 10px 10px;
  background: #f1f0f8;
  position: absolute;
  right: 5.52%;
  top: 0;
  z-index: -1;
}
.top-concept .ttl-main {
  margin-bottom: 40px;
}
.top-concept .layout-item {
  width: 29.33%;
  margin-left: 43.02%;
}
.top-concept .wrp-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-concept .img-01 {
  width: 37.43%;
}
.top-concept .img-02 {
  width: 21.51%;
}
.top-concept .btn {
  margin-top: 60px;
}

.top-about {
  padding: 180px 0 240px 0;
}
.top-about::before {
  content: "";
  display: block;
  width: 606px;
  max-width: 31.5625%;
  aspect-ratio: 606/920;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 75px;
  left: 7.81%;
  z-index: -1;
}
.top-about .ttl-main {
  margin-bottom: 50px;
}

.top-para {
  aspect-ratio: 1920/920;
}

.top-activities {
  background: rgba(37, 37, 37, 0.8);
  padding: 135px 0 115px 0;
}
.top-activities .ttl-main {
  margin-bottom: 100px;
}
.top-activities .layout-item {
  width: 590px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.top-gallery {
  padding: 160px 0 120px 0;
}
.top-gallery .ttl-main {
  margin-bottom: 80px;
}
.top-gallery .btn {
  margin-top: 80px;
}

.top-faq {
  padding: 150px 0 130px 0;
}
.top-faq .ttl-main {
  margin-bottom: 80px;
}
.top-faq .btn {
  margin-top: 70px;
}

#com-info {
  padding: 130px 0 !important;
}
#com-info .ttl-main {
  margin-bottom: 60px;
}
#com-info .layout-item {
  display: grid;
  row-gap: 15px;
}

#ctn-lower article {
  padding: 140px 0;
}
#ctn-lower .ttl-main {
  margin-bottom: 80px;
}
#ctn-lower .ttl-main .eng {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main .eng {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main .eng {
    font-size: 23.5294117647px;
  }
}
#ctn-lower .ttl-main .ruby {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main .ruby {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main .ruby {
    font-size: 35.2941176471px;
  }
}
#ctn-lower #com-info .ttl-main .eng {
  font-size: 70px;
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower #com-info .ttl-main .eng {
    font-size: 80px;
    font-size: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower #com-info .ttl-main .eng {
    font-size: 47.0588235294px;
  }
}
#ctn-lower .list-gallery .list-item {
  width: 250px;
  max-width: 100%;
}
#ctn-lower .bg-top-moon {
  padding-top: 180px;
}

.howto-contact .ic-tel-blk::before {
  width: 34px;
  margin-right: 20px;
}

#footer {
  padding: 100px 0;
  border-radius: 5px 5px 0 0;
}
#footer a {
  color: #fff;
}
#footer .com-logo {
  border-bottom: solid 1px #bbb7e0;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
#footer .btn {
  margin-top: 30px;
}
#footer .list-sns {
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */