@charset "UTF-8";
body {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Serif JP", serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #1f1e1d;
  scroll-behavior: smooth;
  background: #f4f3f0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 16.4705882353px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #1f1e1d !important;
}
.col-beg {
  color: #f4f3f0 !important;
}
.col-orn {
  color: #e9943a !important;
}
.col-gry {
  color: #a9a9a9 !important;
}
.col-crm {
  color: #f5f0e2 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #1f1e1d !important;
}
.bg-beg {
  background-color: #f4f3f0 !important;
}
.bg-orn {
  background-color: #e9943a !important;
}
.bg-gry {
  background-color: #a9a9a9 !important;
}
.bg-crm {
  background-color: #f5f0e2 !important;
}

.btn-ptn1 .btn-link, .btn-ptn2 .btn-link {
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  align-items: center;
}
.btn-ptn1 .btn-link:hover, .btn-ptn2 .btn-link:hover {
  color: rgba(31, 30, 29, 0.8);
}
.btn-ptn2 .btn-link {
  border-bottom: solid 1px #1f1e1d;
  padding-bottom: 10px;
}
.btn-ptn3 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  background: #1f1e1d;
  color: #fff;
}
.btn-ptn3 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ic-mail-wht, .ic-mail-blk, .ic-mail-wht-top, .ic-mail-blk-top {
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.ic-mail-wht::before, .ic-mail-blk::before, .ic-mail-wht-top::before, .ic-mail-blk-top::before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/19;
  background-image: url("/img/common/ic-mail-wht.png");
  background-size: 100%;
}
.ic-mail-blk::before {
  width: 30px;
  aspect-ratio: 30/22;
  background-image: url("/img/common/ic-mail-blk.png");
}
.ic-mail-wht-top, .ic-mail-blk-top {
  gap: 0 10px;
}

.arw-solid-wht, .arw-solid-blk {
  display: flex;
  align-items: center;
  -moz-column-gap: 65px;
       column-gap: 65px;
}
.arw-solid-wht::after, .arw-solid-blk::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 16/24;
  background-image: url("/img/common/arw-solid-blk.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-solid-wht:hover::after, .arw-solid-blk:hover::after {
  transform: translateX(-2px);
}
.arw-anchor-wht {
  position: relative;
}
.arw-anchor-wht::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/18;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(90deg);
  transition: 0.3s;
}
.arw-anchor-wht:hover::after {
  transform: translate(0, calc(-50% + 2px)) rotate(90deg);
}

.side-brackets {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.side-brackets::before, .side-brackets::after {
  content: "[";
  display: block;
  line-height: 1.2;
}
.side-brackets::after {
  content: "]";
}

.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 th, .tbl-ptn1 td {
  padding: 40px 0;
  vertical-align: middle;
  font-weight: 600;
  border-bottom: solid 1px #a9a9a9;
}
.tbl-ptn1 th {
  width: 20%;
}
.tbl-ptn1 td {
  white-space: pre-wrap;
  padding-left: 4%;
}
.tbl-ptn2 {
  border: solid 1px #1f1e1d;
}
.tbl-ptn2 th {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  background: rgba(169, 169, 169, 0.2);
}
@media screen and (max-width: 768px) {
  .tbl-ptn2 th {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-ptn2 th {
    font-size: 17.6470588235px;
  }
}
.tbl-ptn2 td {
  font-weight: 500;
}
.tbl-ptn2 th, .tbl-ptn2 td {
  width: 33.3333333333%;
  text-align: center;
  padding: 15px 4%;
}
.tbl-ptn2 th:not(:last-child), .tbl-ptn2 td:not(:last-child) {
  border-right: solid 1px #1f1e1d;
}
.tbl-ptn2 tbody th, .tbl-ptn2 tbody td {
  border-top: solid 1px #1f1e1d;
}

[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: 40px;
}
.layout-clm-3 .list-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item {
  width: calc((100% - 80px) / 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-nav {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}
.list-nav .nav-item {
  line-height: 1;
}
.list-blog .list-item {
  width: 100%;
}
.list-blog time {
  display: block;
  line-height: 1;
}
.list-blog .blog-item {
  padding: 35px 0;
  border-bottom: solid 1px #a9a9a9;
}
.list-blog .blog-item:first-child {
  padding-top: 0;
}
.list-blog .blog-link {
  display: grid;
  row-gap: 15px;
}
.list-point .list-item, .list-flow .list-item, .list-price .list-item {
  border-bottom: solid 1px #a9a9a9;
  padding-bottom: 50px;
}
.list-point dl, .list-flow dl {
  display: grid;
  row-gap: 30px;
}
.list-point dl, .list-point dt, .list-point dd, .list-flow dl, .list-flow dt, .list-flow dd {
  width: 100%;
}
.list-point dt, .list-flow dt {
  font-size: 26px;
  font-size: 2.6rem;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .list-point dt, .list-flow dt {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point dt, .list-flow dt {
    font-size: 21.1764705882px;
  }
}
.list-point dt::before, .list-flow dt::before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #1f1e1d;
  transform: translateY(15px);
}
.list-point dd, .list-flow dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .list-point dd, .list-flow dd {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point dd, .list-flow dd {
    font-size: 15.2941176471px;
  }
}
.list-flow dt::before {
  content: "1";
  width: 30px;
  min-width: 30px;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 0 2px;
  transform: translateY(5px);
}
@media screen and (max-width: 768px) {
  .list-flow dt::before {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt::before {
    font-size: 15.2941176471px;
  }
}
.list-flow dl:nth-child(2) dt::before {
  content: "2";
}
.list-flow dl:nth-child(3) dt::before {
  content: "3";
}
.list-flow dl:nth-child(4) dt::before {
  content: "4";
}
.list-flow dl:nth-child(5) dt::before {
  content: "5";
}
.list-price dl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.0454545455;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .list-price dl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price dl {
    font-size: 18.8235294118px;
  }
}
.list-price dt {
  max-width: 55%;
  font-size: inherit;
  display: grid;
}
.list-price dd {
  max-width: 40%;
  text-align: right;
}
.list-price .price-item {
  display: grid;
  row-gap: 20px;
}
.list-price .price-ttl {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-price .price-ttl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price .price-ttl {
    font-size: 18.8235294118px;
  }
}
.list-price .price-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .list-price .price-txt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price .price-txt {
    font-size: 16.4705882353px;
  }
}
.list-price .price-txt-min {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .list-price .price-txt-min {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price .price-txt-min {
    font-size: 15.2941176471px;
  }
}
.list-caution .caution-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.list-caution .caution-item::before {
  content: "※";
  display: block;
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: #1f1e1d;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 20px;
}
@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 {
  font-size: 15px;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .list-tag {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .list-tag {
    font-size: 14.7058823529px;
  }
}
.com-tag-sub .tag-item {
  line-height: 1;
}
.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: "Shippori Mincho B1", serif;
  line-height: 1;
  letter-spacing: 0.04em;
}

.ttl-main {
  font-family: "Shippori Mincho B1", serif;
}
.ttl-sub {
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-size: 2.4rem;
  border-left: solid #1f1e1d 6px;
  border-bottom: solid 1px #f5f0e2;
  background: #fff;
  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;
  }
}

#com-contact {
  padding: 140px 0;
}
#com-contact .ttl-main {
  margin-bottom: 60px;
}
#com-contact .layout-item {
  padding: 20px 0;
}
#com-contact .layout-item:not(:first-child) {
  border-left: solid 1px #a9a9a9;
  padding-left: 60px;
}

#nav-header .list-nav, #nav-footer .list-nav {
  font-size: 23px;
  font-size: 2.3rem;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #nav-header .list-nav, #nav-footer .list-nav {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #nav-header .list-nav, #nav-footer .list-nav {
    font-size: 19.4117647059px;
  }
}
#nav-header .nav-item, #nav-footer .nav-item {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  border-left: solid 1px #a9a9a9;
}
#nav-header .nav-item:first-child, #nav-footer .nav-item:first-child {
  border-right: solid 1px #a9a9a9;
}
#nav-header .nav-link, #nav-footer .nav-link {
  display: block;
  padding: 0 40px;
}
#nav-header .nav-link:hover, #nav-footer .nav-link:hover {
  transform: translateY(2px);
}
#nav-footer .nav-link {
  color: #fff;
  padding: 0 35px;
}
#nav-footer_sub .list-nav {
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 768px) {
  #nav-footer_sub .list-nav {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #nav-footer_sub .list-nav {
    font-size: 15.2941176471px;
  }
}
#nav-footer_sub .nav-item:not(:first-child) {
  border-left: solid 1px #fff;
  padding-left: 20px;
}
#nav-footer_sub .nav-link {
  color: #fff;
}

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

.hd-bar {
  padding: 40px 3.65%;
}

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

.sv {
  margin-top: 30px;
}
.sv-ttl {
  padding: 0 3.65%;
  font-size: 48px;
  font-size: 2.5vw;
  margin-bottom: 40px;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 28.2352941176px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 48px;
  }
}

#side-bar {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 77;
}
#side-bar .side-contact, #side-bar .side-totop {
  width: 100%;
}
#side-bar .side-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#side-bar .side-contact .side-link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
#side-bar .side-totop .side-link {
  aspect-ratio: 1/1;
}
#side-bar .side-totop .side-link::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/24;
  background-image: url("/img/common/arw-solid-blk.png");
  background-size: 100%;
  transform: rotate(-90deg);
  transition: 0.3s;
}
#side-bar .side-totop .side-link:hover::before {
  transform: translateY(-2px) rotate(-90deg);
}

#ctn-top .top-concept .ttl-main, #ctn-top .top-area .ttl-main {
  line-height: 1.6666666667;
}

.top-blog {
  padding: 220px 0 0;
}
.top-blog .list-blog {
  min-height: 345px;
}
.top-blog .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translate(0, 300px);
  z-index: 1;
}

.top-concept {
  padding: 250px 0 0;
  background: #f4f3f0;
  background: linear-gradient(180deg, #f4f3f0 0%, #f5f0e2 50%);
}
.top-concept .ttl-main {
  margin-bottom: 190px;
}
.top-concept .drop-cap {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(8px);
  z-index: -1;
}
.top-concept .drop-cap-top {
  margin-left: 90px;
}
.top-concept .img-01, .top-concept .img-02 {
  position: absolute;
  z-index: -1;
}
.top-concept .img-01 {
  top: 0;
  left: 0;
  transform: translateX(-195px);
}
.top-concept .img-02 {
  right: 0;
  top: 0;
  transform: translateY(560px);
}
.top-concept .img-03 {
  margin-top: 250px;
}

.top-area {
  padding: 260px 0 0;
}
.top-area .ttl-main {
  margin-bottom: 60px;
}
.top-area .img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100px, 90px);
  z-index: -1;
}

.top-bnr {
  padding: 450px 0 0;
}
.top-bnr .cts-full {
  -moz-column-gap: 1.56%;
       column-gap: 1.56%;
}
.top-bnr .bnr-item {
  width: 595px;
  max-width: 30.9895833333%;
  aspect-ratio: 595/620;
  cursor: pointer;
}
.top-bnr .bnr-item:hover .bnr-link::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top-bnr .bnr-item:hover .bnr-link::after {
  background: rgba(38, 38, 37, 0.9);
}
.top-bnr .bnr-link {
  width: 100%;
  height: 100%;
  font-size: 48px;
  font-size: 2.5vw;
  line-height: 1;
  color: #fff;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1120px) {
  .top-bnr .bnr-link {
    font-size: 28.2352941176px;
  }
}
@media screen and (min-width: 1920px) {
  .top-bnr .bnr-link {
    font-size: 48px;
  }
}
.top-bnr .bnr-link::before, .top-bnr .bnr-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.top-bnr .bnr-link::before {
  width: 95.8%;
  height: 95.8%;
  top: 2.1%;
  left: 2.1%;
  border: solid 1px #fff;
}
.top-bnr .bnr-link::after {
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 37, 0.82);
  z-index: -2;
}
.top-bnr .bnr-eternal-memorial {
  background: url("/img/top/bnr-eternal-memorial.png") center center no-repeat;
  background-size: cover;
}
.top-bnr .bnr-funeral {
  background: url("/img/top/bnr-funeral.png") center center no-repeat;
  background-size: cover;
}
.top-bnr .bnr-memorial-service {
  background: url("/img/top/bnr-memorial-service.png") center center no-repeat;
  background-size: cover;
}

.top-gallery {
  background: #f4f3f0;
  background: linear-gradient(180deg, #f4f3f0 0%, #f5f0e2 50%);
  padding: 280px 0 0;
}
.top-gallery .txt {
  line-height: 2.6;
}
.top-gallery .gallery-bx {
  margin-top: -30px;
}
.top-gallery .img-01 {
  transform: translateX(-240px);
}
.top-gallery .img-02 {
  transform: translateX(270px);
}
.top-gallery .img-03 {
  transform: translateX(-420px);
  margin-top: -20px;
}

.top-info {
  background: #f4f3f0;
  background: linear-gradient(0deg, #f4f3f0 0%, #f5f0e2 50%);
  padding: 230px 0 220px 0;
}
.top-info .btn, .top-info .com-gmap {
  margin-top: 80px;
}

#ctn-lower article {
  padding: 130px 0;
}
#ctn-lower .ttl-main {
  font-size: 48px;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main {
    font-size: 34.1176470588px;
  }
}

.body-eternal-memorial #com-contact, .body-funeral #com-contact, .body-contact #com-contact {
  border-top: none !important;
}
.body-eternal-memorial #com-contact .cts-1080, .body-funeral #com-contact .cts-1080, .body-contact #com-contact .cts-1080 {
  border: solid 1px #1f1e1d;
  padding-top: 80px;
  padding-bottom: 80px;
}
.body-eternal-memorial #com-contact:not(:last-child) {
  padding-bottom: 0 !important;
}

.com-service .cts-1080 {
  position: relative;
}
.com-service .service-sec-about .service-ttl {
  font-size: 34px;
  font-size: 3.4rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .com-service .service-sec-about .service-ttl {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-service .service-sec-about .service-ttl {
    font-size: 25.8823529412px;
  }
}
.com-service .service-sec-com .service-ttl {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-service .service-sec-com .service-ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-service .service-sec-com .service-ttl {
    font-size: 23.5294117647px;
  }
}

#footer {
  background: url("/img/common/ft-bg.png") center center no-repeat;
  background-size: cover;
  padding: 160px 0 100px 0;
}

.ft-item:last-child {
  margin-top: 200px;
}/*# sourceMappingURL=style.css.map */