/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #333;
  color: #fff;
  line-height: 1;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02 {
  display: flex;
}
.btn-02__link:hover {
  color: rgba(51, 51, 51, 0.8);
}

.ic-mail-13, .ic-mail-20 {
  position: relative;
}
.ic-mail-13::before, .ic-mail-20::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 20/15;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.ic-mail-20::before {
  width: 20px;
  left: 8%;
}
.ic-mail-13-top {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.ic-mail-13-top::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 20/15;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-outlink {
  position: relative;
}
.ic-outlink::after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/12;
  background-image: url("/img/common/ic-outlink.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-80%);
  transition: 0.3s;
}
.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 19/24;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
  transform: translateY(10%);
}

.arw-solid-blk-top {
  display: flex;
  flex-direction: column;
}
.arw-solid-blk-top::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 10/7;
  background-image: url("/img/common/arrow-solid-top.png");
  background-size: 100%;
}
.arw-sq-blk, .arw-sq-wht {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.arw-sq-blk::after, .arw-sq-wht::after {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-square-blk.jpg");
  background-size: 100%;
  transition: 0.3s;
}
.arw-sq-blk:hover::after, .arw-sq-wht:hover::after {
  transform: translateX(-1px);
}
.arw-sq-wht {
  position: relative;
}
.arw-sq-wht::after {
  background-image: url("/img/common/arrow-square-wht.jpg");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-sq-wht:hover::after {
  transform: translate(-2px, -50%);
}
.arw-solid-wht {
  position: relative;
}
.arw-solid-wht::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/20;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-wht:hover::after {
  transform: translate(-2px, -50%);
}

.deco-bf, .deco-af,
.obj-bf,
.obj-af,
.bg-bf,
.bg-af {
  position: relative;
  z-index: 1;
}
.deco-bf::before,
.obj-bf::before,
.bg-bf::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.deco-af::after,
.obj-af::after,
.bg-af::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 {
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.tbl-01 th, .tbl-01 td {
  padding: 27px 4%;
  vertical-align: middle;
}
.tbl-01 th {
  width: 30%;
  font-weight: 600;
}
.tbl-01 td {
  font-weight: 500;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td {
  border-top: solid 1px #333;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-contents {
  display: flex;
  flex-direction: column;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 60px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 60px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 120px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 120px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-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,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.layout-clm-5 .list-item,
.layout-clm-5 .layout-item {
  width: calc((100% - 80px) / 5);
}
.layout-clm-5-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.layout-clm-5-c .list-item,
.layout-clm-5-c .layout-item {
  width: calc((100% - 80px) / 5);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-flow .list-item, .list-works .list-item, .list-faq .list-item {
  width: 100%;
}
.list-news time {
  display: block;
}
.list-news__item {
  padding: 40px 0;
  border-bottom: solid 1px #ccc;
}
.list-news__item:first-child {
  padding-top: 0 !important;
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.list-news__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-ent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.list-ent__item:first-child {
  grid-row: span 2/span 2;
  background: url("/img/entrance/img-01.jpg") center center no-repeat;
  background-size: cover;
}
.list-ent__item:first-child .list-ent__bx {
  aspect-ratio: 860/740;
}
.list-ent__item:nth-child(2) {
  background: url("/img/entrance/img-02.jpg") center center no-repeat;
  background-size: cover;
}
.list-ent__item:not(:first-child) .list-ent__bx {
  aspect-ratio: 860/300;
}
.list-ent__item:last-child {
  grid-column-start: 2;
  background: url("/img/entrance/img-03.jpg") center center no-repeat;
  background-size: cover;
}
.list-ent__link, .list-ent__bx, .list-ent__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.3s;
}
.list-ent__link {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.list-ent__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.list-ent__link:hover::after {
  background: rgba(0, 0, 0, 0.2);
}
.list-ent__bx {
  width: 89.58%;
  background: url("/img/common/ptn-blk-opa.png");
}
.list-ent__ttl {
  width: 60.47%;
  aspect-ratio: 520/100;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  font-size: 1.8229166667vw;
}
@media screen and (max-width: 1120px) {
  .list-ent__ttl {
    font-size: 23.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .list-ent__ttl {
    font-size: 35px;
  }
}
.list-info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-info dl {
  width: 100%;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-info dt {
  width: 80px;
  max-width: 100%;
  background: #fff;
  text-align: center;
}
.list-info dd {
  width: calc(100% - 90px);
  color: #fff;
}
.list-worries__item {
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #333;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 20px;
  line-height: 1.625;
}
.list-worries__item:nth-child(even) {
  margin-top: 100px;
}
.list-worries__item::before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/20;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
}
.list-service__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-service__img {
  text-align: center;
}
.list-service__ttl {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl {
    font-size: 20px;
  }
}
.list-bnr__item {
  aspect-ratio: 510/170;
  background: #000;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-bnr__item {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr__item {
    font-size: 26.6666666667px;
  }
}
.list-bnr__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.list-bnr__link:hover::before {
  transform: scale(1.03);
  filter: blur(3px);
}
.list-bnr .bg-bf::before {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: 0.3s;
}
.list-bnr .sell .bg-bf::before {
  background-image: url("/img/common/bnr-sell.jpg");
  background-size: cover;
}
.list-bnr .works .bg-bf::before {
  background-image: url("/img/common/bnr-works.jpg");
  background-size: cover;
}
.list-bnr .about .bg-bf::before {
  background-image: url("/img/common/bnr-about.jpg");
  background-size: cover;
}
.list-flow__item {
  background: #fff;
  border: solid 1px #ccc;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 44px;
  aspect-ratio: 44/25;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #333;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, calc(27.5px - 50%));
  z-index: -1;
}
.list-flow__bx {
  width: 790px;
  max-width: 100%;
}
.list-flow__ttl {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-flow__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__ttl {
    font-size: 26.6666666667px;
  }
}
.list-flow__txt {
  line-height: 2.1875;
}
.list-flow dl {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-works__item {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-works .com-layout {
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.list-works .ttl-02 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-works .ttl-02 {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works .ttl-02 {
    font-size: 25.3333333333px;
  }
}
.list-works .img {
  width: 540px;
  max-width: 100%;
  min-width: 540px;
  aspect-ratio: 540/380;
  overflow: hidden;
}
.list-works .txtbx {
  width: 100%;
}
.list-works table td,
.list-works .txt-plain {
  white-space: pre-wrap;
}
.list-faq__item {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-faq dt, .list-faq dd {
  display: flex;
}
.list-faq dt::before, .list-faq dd::before {
  content: "Q";
  display: block;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 25.3333333333px;
  }
}
.list-faq dt {
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  line-height: 1.7;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 20px;
  }
}
.list-faq dt span {
  padding: 8px 0;
}
.list-faq dd {
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.list-faq dd span {
  white-space: pre-wrap;
}
.list-faq dd::before {
  content: "A";
  background: #ccc;
  width: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  background: #333;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 16px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #333;
  color: #fff;
  padding: 3px 10px 5px 10px;
}

.ttl-main {
  font-weight: 600;
  line-height: 1.5555555556;
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-main {
    font-size: 55px;
    font-size: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main {
    font-size: 36.6666666667px;
  }
}
.ttl-sub {
  border-left: solid #333 6px;
  border-bottom: solid 1px #ccc;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@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: 22.6666666667px;
  }
}
.ttl-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ttl-01 .inner {
  background: #fff;
  padding: 0 25px;
}
.ttl-01::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
.ttl-02 {
  background: #333;
  color: #fff;
  padding: 18px 30px;
  font-weight: 600;
}
.ttl-03 {
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ttl-03::before {
  content: "";
  display: block;
  width: 8px;
  min-width: 8px;
  aspect-ratio: 1/1;
  background: #333;
}
.ttl-04 {
  font-weight: 600;
  border-bottom: solid 1px #333;
  padding-bottom: 12px;
}

.txt-plain {
  line-height: 2.5;
}
.txt-01 {
  line-height: 2.2222222222;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .txt-01 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-01 {
    font-size: 18.6666666667px;
  }
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}

.header-nav__list {
  display: flex;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 18.6666666667px;
  }
}
.header-nav__item {
  padding: 0 20px;
}
.header-nav__item:not(:first-child) {
  border-left: solid 2px #333;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 165px 150px;
  grid-template-rows: repeat(5, auto);
  gap: 25px 70px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 16px;
  }
}
.footer-nav__link {
  color: #fff;
}

.header-bar {
  padding: 0 3.13%;
}

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

.mv-img-01 {
  width: 600px;
  max-width: 31.25%;
  margin-top: 4vw;
}
.mv-img-02 {
  width: 1150px;
  max-width: 59.8958333333%;
}
.mv-cc {
  row-gap: 1vw;
  position: absolute;
  left: 13.02%;
  bottom: 0;
  transform: translateY(-85%);
  z-index: 1;
  font-weight: 600;
  font-size: 60px;
  font-size: 3.125vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc {
    font-size: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc {
    font-size: 60px;
  }
}
.mv-cc span {
  line-height: 1;
  background: #fff;
  padding: 8px 0 12px 1vw;
}

.sv {
  aspect-ratio: 1920/500;
}
.sv-ttl {
  position: absolute;
  top: 50%;
  left: 11.98%;
  transform: translate(0, -50%);
  z-index: 1;
  background: #fff;
  line-height: 1;
  padding: 15px 1vw;
  font-weight: 600;
  font-size: 40px;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 26.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 40px;
  }
}
.sv-bg-about {
  background: url("/img/about/sv.jpg") right center no-repeat;
  background-size: 83.33%;
}
.sv-bg-sell {
  background: url("/img/sell/sv.jpg") right center no-repeat;
  background-size: 83.33%;
}
.sv-bg-works {
  background: url("/img/works/sv.jpg") right center no-repeat;
  background-size: 83.33%;
}
.sv-bg-faq {
  background: url("/img/faq/sv.jpg") right center no-repeat;
  background-size: 83.33%;
}
.sv-bg-blog {
  background: url("/img/blog/sv.jpg") right center no-repeat;
  background-size: 83.33%;
}
.sv-bg-contact {
  background: url("/img/contact/sv.jpg") right center no-repeat;
  background-size: 83.33%;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.jpg") right center no-repeat;
  background-size: 83.33%;
}
.sv-bg-site {
  background: url("/img/site/sv.jpg") right center no-repeat;
  background-size: 83.33%;
}
.sv-bg-complete {
  background: url("/img/complete/sv.jpg") right center no-repeat;
  background-size: 83.33%;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.jpg") right center no-repeat;
  background-size: 83.33%;
}

.top-about .ttl-main, .top-worries .ttl-main, .top-service .ttl-main, .top-contact .ttl-main, .top-blog .ttl-main {
  margin-bottom: 55px;
}
.top-service, .top-faq, .top-contact {
  padding: 130px 0 0;
}

.top-about {
  padding: 200px 0 260px 0;
}
.top-about .img {
  position: absolute;
  z-index: -1;
}
.top-about .img-01 {
  top: 0;
  left: 0;
  transform: translate(-420px, 0);
}
.top-about .img-02 {
  top: 0;
  right: 0;
  transform: translate(200px, -60px);
}

.com-worries .obj-af::after {
  width: 180px;
  aspect-ratio: 180/110;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #333;
  background: linear-gradient(0deg, #333 0%, rgba(255, 255, 255, 0) 100%);
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.com-worries .com-base .ttl {
  line-height: 1.6666666667;
}

.com-faq .bnr-faq {
  aspect-ratio: 1080/400;
}
.com-faq .bnr-faq .bg-bf::before {
  width: 100%;
  height: 100%;
  background-image: url("/img/top/faq-img.jpg");
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.com-faq .bnr-faq .bg-bf:hover::before {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(102%);
  filter: blur(3px);
}
.com-faq .bnr-faq a {
  color: #fff;
}

.com-contact dl {
  display: flex;
  align-items: center;
}
.com-contact dt {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .com-contact dt {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-contact dt {
    font-size: 16px;
  }
}

.top-blog {
  padding: 130px 0;
}
.top-blog .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#ctn-low section {
  padding: 130px 0;
}
#ctn-low .ttl-main {
  text-align: center;
  margin-bottom: 60px;
}

.contact-info dl {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.contact-info dt, .contact-info dd {
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-info dt {
  background: #333;
  color: #fff;
  padding: 3px 5px;
}
.contact-info dd {
  font-weight: 600;
}

.com-footer {
  padding: 100px 0;
}

.side-bar {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 88;
}
.side-bar a {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: center;
  text-align: center;
}
.side-bar__contact {
  width: 120px;
  max-width: 100%;
}
.side-bar__contact a {
  background: #333;
  color: #fff;
  border: solid 1px #fff;
}
.side-bar__totop {
  width: 60px;
  max-width: 100%;
}
.side-bar__totop a {
  background: #fff;
  border: solid 1px #ccc;
}/*# sourceMappingURL=style.css.map */