@charset "UTF-8";
body {
  width: 100%;
  min-width: 1260px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #522e24;
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #522e24 !important;
}
.col-main {
  color: #0f67b1 !important;
}
.col-sub {
  color: #6fb8f7 !important;
}
.col-accent {
  color: #f38382 !important;
}
.col-accent2 {
  color: #8bc53d !important;
}
.col-accent3 {
  color: #a5d8f5 !important;
}
.col-bdr {
  color: #c4bcb9 !important;
}
.col-bg {
  color: #f6f1ec !important;
}
.col-bg2 {
  color: #f2ebe4 !important;
}
.col-bg3 {
  color: #e0f2ff !important;
}
.col-bg4 {
  color: #deeffc !important;
}
.col-bg5 {
  color: #e6f8ce !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #522e24 !important;
}
.bg-main {
  background-color: #0f67b1 !important;
}
.bg-sub {
  background-color: #6fb8f7 !important;
}
.bg-accent {
  background-color: #f38382 !important;
}
.bg-accent2 {
  background-color: #8bc53d !important;
}
.bg-accent3 {
  background-color: #a5d8f5 !important;
}
.bg-bdr {
  background-color: #c4bcb9 !important;
}
.bg-bg {
  background-color: #f6f1ec !important;
}
.bg-bg2 {
  background-color: #f2ebe4 !important;
}
.bg-bg3 {
  background-color: #e0f2ff !important;
}
.bg-bg4 {
  background-color: #deeffc !important;
}
.bg-bg5 {
  background-color: #e6f8ce !important;
}

.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 50rem;
}
.btn-01__link.bg-main {
  box-shadow: 0 4px 0 0 #0d3b7c;
}
.btn-01__link.bg-main:hover {
  box-shadow: 0 0 0 0 rgba(13, 59, 124, 0);
  transform: translateY(2px);
}
.btn-01__link.bg-sub {
  box-shadow: 0 4px 0 0 #388cd5;
}
.btn-01__link.bg-sub:hover {
  box-shadow: 0 0 0 0 rgba(56, 140, 213, 0);
  transform: translateY(2px);
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 28/30;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-mail-34 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}
.ic-mail-34::before {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 34/24;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-pc, .ic-wallet, .ic-flag, .ic-voice {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-pc::before, .ic-wallet::before, .ic-flag::before, .ic-voice::before {
  content: "";
  display: block;
}
.ic-pc::before {
  width: 26px;
  aspect-ratio: 26/19;
  background-image: url("/img/common/ic-pc.png");
  background-size: 100%;
}
.ic-wallet::before {
  width: 21px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-wallet.png");
  background-size: 100%;
}
.ic-flag::before {
  width: 19px;
  aspect-ratio: 19/24;
  background-image: url("/img/common/ic-flag.png");
  background-size: 100%;
}
.ic-voice::before {
  width: 20px;
  aspect-ratio: 20/19;
  background-image: url("/img/common/ic-voice.png");
  background-size: 100%;
}
.ic-line, .ic-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-line::before, .ic-mail::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-mail::before {
  width: 24px;
  aspect-ratio: 34/24;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}

.obj-trouble {
  position: relative;
  z-index: 1;
}
.obj-trouble::before {
  content: "";
  display: block;
  width: 37px;
  aspect-ratio: 37/49;
  background-image: url("/img/top/trouble-obj.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.obj-illust-staff1, .obj-illust-staff2, .obj-illust-staff3 {
  position: relative;
  z-index: 1;
}
.obj-illust-staff1::after, .obj-illust-staff2::after, .obj-illust-staff3::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.obj-illust-staff1::after {
  width: 188px;
  aspect-ratio: 188/209;
  background-image: url("/img/common/illust-staff-point.png");
  background-size: 100%;
}
.obj-illust-staff2::after {
  width: 175px;
  aspect-ratio: 175/202;
  background-image: url("/img/common/illust-staff-phone.png");
  background-size: 100%;
}
.obj-illust-staff3::after {
  width: 283px;
  aspect-ratio: 283/236;
  background-image: url("/img/common/illust-staff-shine.png");
  background-size: 100%;
}
.obj-illust-tree1, .obj-illust-tree2, .obj-illust-tree3, .obj-illust-tree4, .obj-illust-tree5, .obj-illust-tree6 {
  position: relative;
  z-index: 1;
}
.obj-illust-tree1::before, .obj-illust-tree2::before, .obj-illust-tree3::before, .obj-illust-tree4::before, .obj-illust-tree5::before, .obj-illust-tree6::before {
  content: "";
  display: block;
  width: 532px;
  max-width: 27.7083333333%;
  aspect-ratio: 532/481;
  background-image: url("/img/common/illust-tree.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(5%);
  z-index: -1;
}
.obj-illust-tree2::before, .obj-illust-tree3::before, .obj-illust-tree4::before {
  left: inherit;
  bottom: inherit;
  top: 0;
  right: 0;
  transform: translate(0, -50%) scale(-1) rotate(30deg);
}
.obj-illust-tree3::before {
  transform: translate(0, -70%) scale(-1) rotate(30deg);
}
.obj-illust-tree4::before {
  width: 470px;
  max-width: 24.4791666667%;
  top: inherit;
  bottom: 0;
  transform: translate(0, 28%) scale(-1) rotate(30deg);
}
.obj-illust-tree5::before {
  bottom: inherit;
  top: 0;
  transform: translate(0, -18%) rotate(15deg);
}
.obj-illust-tree6::before {
  bottom: inherit;
  top: 0;
  transform: translate(0, -52%) rotate(15deg);
}

.deco-pickup1, .deco-pickup2, .deco-sun-side {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.deco-pickup1::before, .deco-pickup1::after, .deco-pickup2::before, .deco-pickup2::after, .deco-sun-side::before, .deco-sun-side::after {
  content: "";
  display: block;
  width: 74px;
  aspect-ratio: 74/91;
  background-image: url("/img/common/deco-pickup1.png");
  background-size: 100%;
}
.deco-pickup1::after, .deco-pickup2::after, .deco-sun-side::after {
  transform: scaleX(-1);
}
.deco-pickup2::before, .deco-pickup2::after {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 34/44;
  background-image: url("/img/common/deco-pickup2.png");
  background-size: 100%;
}
.deco-sun-side {
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.deco-sun-side::before, .deco-sun-side::after {
  width: 39px;
  aspect-ratio: 39/94;
  background-image: url("/img/common/deco-sun3.png");
  background-size: 100%;
}
.deco-sun-side::after {
  transform: scaleX(-1);
}
.deco-sun1, .deco-sun2 {
  display: flex;
  flex-direction: column;
}
.deco-sun1::before, .deco-sun2::before {
  content: "";
  display: block;
  width: 134px;
  aspect-ratio: 134/56;
  background-image: url("/img/common/deco-sun1.png");
  background-size: 100%;
  margin: 0 auto;
}
.deco-sun2 {
  row-gap: 20px;
}
.deco-sun2::before {
  width: 128px;
  aspect-ratio: 128/35;
  background-image: url("/img/common/deco-sun2.png");
  background-size: 100%;
}

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

.bdr-grunge {
  position: relative;
  z-index: 1;
}
.bdr-grunge::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #522e24;
  filter: url(#hand-drawn);
  will-change: filter;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bdr-grunge.bdr-r-10::before {
  border-radius: 10px;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td {
  padding: 20px 4%;
  vertical-align: middle;
}
.tbl-01 th {
  width: 30%;
  background: #0f67b1;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
  font-weight: 700;
}
.com-shadow-nav {
  box-shadow: 0 4px 0 0 #0d3b7c;
}
.com-shadow-nav:hover {
  box-shadow: 0 0 0 0 rgba(13, 59, 124, 0);
  transform: translateY(2px);
}
.com-shadow-blu {
  box-shadow: 0 4px 0 0 #388cd5;
}
.com-shadow-blu:hover {
  box-shadow: 0 0 0 0 rgba(56, 140, 213, 0);
  transform: translateY(2px);
}

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

.list-blog .list-item, .list-privacy .list-item, .list-faq .list-item, .list-voice .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  line-height: 1;
}
.list-news__item {
  background: #f6f1ec;
  position: relative;
  z-index: 1;
}
.list-news__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #522e24;
  filter: url(#hand-drawn);
  will-change: filter;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
  height: 100%;
  padding: 10px 10px 35px 10px;
}
.list-news__img {
  width: 100%;
  aspect-ratio: 340/210;
  overflow: hidden;
}
.list-news__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-bar__item {
  background: #fff;
  padding: 15px 20px;
  border-radius: 50rem;
}
.list-bar__item:nth-child(10) {
  margin-left: 300px;
}
.list-bar__item:nth-child(12) {
  margin: 0 auto 0 60px;
}
.list-bar__item:nth-child(13) {
  margin: 0 auto 0 100px;
}
.list-bar__item:nth-child(14) {
  margin-left: 130px;
}
.list-bar__item:last-child {
  margin: 0 0 0 auto;
}
.list-bar em {
  color: #0f67b1;
}
.list-service__item {
  position: relative;
  z-index: 1;
}
.list-service__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #522e24;
  filter: url(#hand-drawn);
  will-change: filter;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.list-service__item {
  background: #e0f2ff;
  padding: 10px 0;
}
.list-service__item:nth-child(odd) .list-service__ttl {
  background-image: linear-gradient(-45deg, #0f67b1 25%, #176cb3 25%, #176cb3 50%, #0f67b1 50%, #0f67b1 75%, #176cb3 75%, #176cb3);
  background-size: 20px 20px;
  background-attachment: fixed;
}
.list-service__item:nth-child(even) .list-service__ttl {
  background-image: linear-gradient(-45deg, #6fb8f7 25%, #74baf7 25%, #74baf7 50%, #6fb8f7 50%, #6fb8f7 75%, #74baf7 75%, #74baf7);
  background-size: 20px 20px;
  background-attachment: fixed;
}
.list-service__img {
  width: calc(100% - 20px);
  margin: 0 auto;
  background: #fff;
  aspect-ratio: 318/180;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-service__ttl {
  position: relative;
  z-index: 1;
}
.list-service__ttl::before, .list-service__ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: solid 1px #fff;
  filter: url(#hand-drawn);
  will-change: filter;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: -1;
}
.list-service__ttl:after {
  left: inherit;
  right: 10px;
}
.list-service__ttl {
  padding: 10px;
  text-align: center;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.04deg);
  font-weight: 600;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl {
    font-size: 24px;
  }
}
.list-service__txt {
  padding: 15px 10px;
  line-height: 1.7333333333;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .list-service__txt {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__txt {
    font-size: 16.6666666667px;
  }
}
.list-point, .list-member {
  row-gap: 40px;
}
.list-point__item, .list-member__item {
  background: #fff;
  position: relative;
  z-index: 1;
}
.list-point__item::before, .list-member__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #522e24;
  filter: url(#hand-drawn);
  will-change: filter;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.list-point__item, .list-member__item {
  border-radius: 10px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  min-height: 210px;
  position: relative;
}
.list-point__item::before, .list-member__item::before {
  border-radius: 10px;
}
.list-point__num, .list-point__ttl, .list-member__num, .list-member__ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.04deg);
  font-weight: 600;
}
.list-point__num, .list-member__num {
  width: 130px;
  max-width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  transform: translate(-10px, -10px);
  z-index: 1;
  padding: 5px 15px;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .list-point__num, .list-member__num {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__num, .list-member__num {
    font-size: 15.3333333333px;
  }
}
.list-point__num .inner, .list-member__num .inner {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.list-point__num em, .list-member__num em {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .list-point__num em, .list-member__num em {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__num em, .list-member__num em {
    font-size: 30.6666666667px;
  }
}
.list-point__ttl, .list-member__ttl {
  color: #0f67b1;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl, .list-member__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl, .list-member__ttl {
    font-size: 26.6666666667px;
  }
}
.list-point .marker-blu, .list-member .marker-blu {
  padding: 0 10px;
}
.list-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.list-menu .list-item,
.list-menu .layout-item {
  width: calc((100% - 72px) / 4);
}
.list-menu a {
  background: #0f67b1;
  width: 100%;
  height: 64px;
  box-shadow: 0 4px 0 0 #0d3b7c;
}
.list-menu a:hover {
  box-shadow: 0 0 0 0 rgba(13, 59, 124, 0);
  transform: translateY(2px);
}
.list-flow {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.04deg);
  font-weight: 600;
}
.list-flow__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-flow__bx {
  width: 910px;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 25px 60px;
}
.list-flow dl {
  position: relative;
  z-index: 1;
}
.list-flow dl::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/28;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background: #fff;
  position: absolute;
  top: 50%;
  right: calc(100% - 1px);
  transform: translateY(-50%);
  z-index: -1;
}
.list-flow dt {
  color: #f38382;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .list-flow dt {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt {
    font-size: 30.6666666667px;
  }
}
.list-flow dd {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-flow dd {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dd {
    font-size: 22.6666666667px;
  }
}
.list-member__item {
  padding: 70px 35px 35px;
  min-height: inherit;
}
.list-member__item:first-child .list-member__num {
  background: #7a6547 !important;
}
.list-member__item:first-child .list-member__num::after {
  background: #7a6547 !important;
}
.list-member__item:nth-child(2) .list-member__num {
  background: #8c8c8c !important;
}
.list-member__item:nth-child(2) .list-member__num::after {
  background: #8c8c8c !important;
}
.list-member__item:nth-child(3) .list-member__num {
  background: #a69242 !important;
}
.list-member__item:nth-child(3) .list-member__num::after {
  background: #a69242 !important;
}
.list-member__item:last-child .list-member__num {
  background: #0f67b1 !important;
}
.list-member__item:last-child .list-member__num::after {
  background: #0f67b1 !important;
}
.list-member__num {
  transform: translate(-10px, -10px);
  padding: 12px 0;
  text-align: center;
  width: 260px;
  max-width: 100%;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-member__num {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-member__num {
    font-size: 25.3333333333px;
  }
}
.list-member__num .inner {
  display: block;
}
.list-member ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list-member ul li {
  display: flex;
}
.list-member ul li::before {
  content: "・";
  display: block;
}
.list-faq dl {
  background: #fff;
  overflow: hidden;
}
.list-faq dt {
  border-radius: 10px;
  background: #0f67b1;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.04deg);
  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, .list-faq dd {
  padding: 14px 20px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  line-height: 2;
}
.list-faq dt::before, .list-faq dd::before {
  content: "Q";
  display: block;
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  color: #6fb8f7;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.04deg);
  font-weight: 600;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 22.6666666667px;
  }
}
.list-faq dd span {
  white-space: pre-wrap;
}
.list-faq dd::before {
  content: "A";
  background: #f38382;
  color: #fff;
}
.list-price__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  position: relative;
  z-index: 1;
}
.list-price__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #522e24;
  filter: url(#hand-drawn);
  will-change: filter;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.list-price__item {
  padding: 20px;
}
.list-price dt {
  max-width: 90%;
}
.list-price dd {
  text-align: right;
  margin: 0 0 0 auto;
}
.list-works__item {
  background: #fff;
  position: relative;
  z-index: 1;
}
.list-works__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #522e24;
  filter: url(#hand-drawn);
  will-change: filter;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.list-works__link {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 10px 10px 30px 10px;
}
.list-works__img {
  width: 100%;
  aspect-ratio: 320/240;
  overflow: hidden;
}
.list-works__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.list-thumb .list-item,
.list-thumb .layout-item {
  width: calc((100% - 40px) / 3);
}
.list-thumb__item {
  aspect-ratio: 300/240;
}
.list-voice__item {
  padding: 25px 70px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.list-voice__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #522e24;
  filter: url(#hand-drawn);
  will-change: filter;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.list-voice__item p {
  white-space: pre-wrap;
}

.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: #0f67b1;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-weight: 500;
  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: #0f67b1;
  color: #fff;
  padding: 3px 20px 5px 20px;
  border-radius: 3px;
}
.tag-main .bg-10294, .tag-sub .bg-10294 {
  background: #6fb8f7;
}
.tag-main .bg-10295, .tag-sub .bg-10295 {
  background: #0f67b1;
}
.tag-main .bg-10296, .tag-sub .bg-10296 {
  background: #f38382;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.04deg);
  font-weight: 600;
  line-height: 1.375;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .ttl-main {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main {
    font-size: 33.3333333333px;
  }
}
.ttl-main .en {
  display: block;
  color: #6fb8f7;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 21.3333333333px;
  }
}
.ttl-sub {
  border-left: solid #0f67b1 6px;
  border-bottom: solid 1px #c4bcb9;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.04deg);
  font-weight: 600;
  font-weight: 700;
  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-ribbon {
  position: relative;
}
.ttl-ribbon .inner {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.04deg);
  font-weight: 600;
}
.ttl-ribbon::after {
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0, 0 50%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
}
.ttl-ribbon.bg-accent::after {
  background: #f38382;
}
.ttl-ribbon.bg-main::after {
  background: #0f67b1;
}
.ttl-01 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.04deg);
  font-weight: 600;
  background: #0f67b1;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
}

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

.marker-blu {
  background: linear-gradient(transparent 50%, #e0f2ff 50%);
}

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

.side-bar__item {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
  border: solid 1px #c4bcb9;
  overflow: hidden;
}
.side-bar__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.side-bar__link:hover {
  background: #f6f1ec;
}
.side-bar__txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.04deg);
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .side-bar__txt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .side-bar__txt {
    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 {
  margin-top: 15px;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
}
.header-nav__item {
  display: flex;
  align-items: center;
}
.header-nav__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #6fb8f7;
  margin: 0 20px;
}
.header-nav .current {
  color: #f38382;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 135px 175px;
  grid-template-rows: repeat(5, auto);
  gap: 20px 90px;
  font-size: 15px;
  font-size: 1.5rem;
}
@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: 16.6666666667px;
  }
}
.footer-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer-nav__link::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: rgba(111, 184, 247, 0);
}
.footer-nav .current::before {
  background: #6fb8f7;
}

.header-bar {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  margin-bottom: -130px;
}
.header-bar__wrp, .header-bar__bx, .header-bar__inner {
  display: flex;
  align-items: center;
}
.header-bar__wrp {
  width: 1720px;
  max-width: 96%;
  margin: 0 auto;
  padding: 0 2.91%;
  border-radius: 0 0 10px 10px;
}
.header-bar .btn-01__link {
  border-radius: 10px;
}

.header-info dl {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.header-info dt {
  background: #f2ebe4;
  border-radius: 50rem;
  padding: 3px 10px;
}
.header-info dd {
  white-space: nowrap;
}
.header-info dd br {
  display: none;
}

.mv, .sv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  aspect-ratio: 1920/930;
  background: url("/img/top/mv-img.png") center center no-repeat;
  background-size: cover;
}
.mv-cc {
  width: 633px;
  max-width: 32.96875%;
}

.sv {
  aspect-ratio: 1920/550;
}
.sv-ttl {
  transform: translateY(calc(130px - 100%));
  padding: 15px 30px;
  border-radius: 10px;
  background: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.04deg);
  font-weight: 600;
  line-height: 1;
  color: #0f67b1;
  font-size: 45px;
  font-size: 2.34375vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 45px;
  }
}
.sv-bg-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-menu-price {
  background: url("/img/menu-price/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-works {
  background: url("/img/works/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-voice {
  background: url("/img/voice/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

.top-trouble .ttl-main, .top-service .ttl-main, .top-feature .ttl-main, .top-support .ttl-main, .top-news .ttl-main {
  margin-bottom: 50px;
}

.top-trouble {
  padding: 100px 0 150px 0;
}
.top-trouble .ttl-main {
  flex-direction: row;
}
.top-trouble .obj-illust {
  position: relative;
  z-index: 1;
}
.top-trouble .obj-illust::after {
  content: "";
  display: block;
  width: 386px;
  aspect-ratio: 386/277;
  background-image: url("/img/top/trouble-illust.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50px);
  z-index: -1;
}
.top-trouble.obj-bg {
  background: url("/img/top/trouble-bg.png") center bottom 50px no-repeat;
  background-size: 62.66%;
}

.top-leave {
  padding: 130px 0 100px 0;
}
.top-leave.obj-frame {
  background: url("/img/common/frame-round.png") center top no-repeat;
  background-size: 100%;
}
.top-leave .obj-illust-staff1::after {
  right: 0;
  bottom: 0;
  transform: translate(-70px, 100px);
}

.top-service {
  padding: 100px 0;
}
.top-service .obj-illust-staff3::after {
  right: 0;
  bottom: 0;
  transform: translateX(145px);
}

.top-feature {
  padding: 150px 0;
  background: url("/img/common/bg-notepc.png") left bottom no-repeat;
  background-size: 44.79%;
}

.top-area {
  padding: 90px 0 100px 0;
  background: url("/img/top/area-bg.png") left bottom no-repeat;
  background-size: 64.32%;
}
.top-area .ttl-main {
  margin-bottom: 30px;
}
.top-area .com-base {
  padding: 55px 20px 40px 20px;
  border-radius: 10px;
}
.top-area .com-base::before {
  border-radius: 10px;
}
.top-area .ttl-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-20px);
}
.top-area li {
  width: 100px;
  max-width: 100%;
  background: #e0f2ff;
  border-radius: 5px;
  padding: 2px 10px;
  text-align: center;
}
.top-area .img {
  margin-right: -350px;
}

.top-support {
  padding: 120px 0 100px 0;
  background: url("/img/top/support-bg.png") center center no-repeat;
  background-size: cover;
}
.top-support .txt {
  line-height: 2.1111111111;
}
.top-support .obj-illust-staff1::after {
  width: 164px;
  max-width: 100%;
  top: 0;
  right: 0;
  transform: translate(-150px, -55px);
}

.top-used {
  padding: 120px 0 140px 0;
}
.top-used .ttl-main {
  margin-bottom: 30px;
}

.top-menu {
  padding: 60px 0 110px 0;
  background: url("/img/top/menu-bg.png") center bottom no-repeat;
  background-size: 100%;
}

.top-news {
  padding: 90px 0 105px 0;
}

#ctn-lower section {
  padding: 100px 0;
  letter-spacing: 0.04em;
}
#ctn-lower .ttl-main {
  text-align: center;
  margin-bottom: 40px;
}

.low-flow .obj-illust-staff3::after {
  right: 0;
  bottom: 0;
  transform: translate(140px, 30px);
  z-index: 1;
}

.low-member {
  background: url("/img/common/bg-notepc.png") left bottom no-repeat;
  background-size: 51.04%;
}

.low-detail .img {
  min-width: 450px;
}

#com-contact {
  padding: 90px 0 130px 0;
  background: url("/img/common/contact-bg.png") center center no-repeat;
  background-size: cover;
}
#com-contact .ttl-main {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 70px;
}
#com-contact .ttl-main .inner {
  position: relative;
  z-index: 1;
}
#com-contact .ttl-main .inner span {
  padding: 12px 60px;
}
#com-contact .ttl-main .inner::before, #com-contact .ttl-main .inner::after {
  content: "";
  display: block;
  width: 74px;
  aspect-ratio: 74/52;
  clip-path: polygon(0% 0%, 100% 0, 85% 50%, 100% 100%, 0% 100%);
  background: #c66363;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#com-contact .ttl-main .inner::before {
  right: 100%;
  transform: translate(40px, 20px) scaleX(-1);
}
#com-contact .ttl-main .inner::after {
  left: 100%;
  transform: translate(-40px, 20px);
}
#com-contact .txt {
  line-height: 1.8888888889;
}
#com-contact .obj-illust-staff2::after {
  left: 0;
  bottom: 0;
  transform: translateX(-90px);
  z-index: -1;
}

#footer {
  padding: 60px 0 30px 0;
  color: #fff;
  font-weight: 400;
}
#footer a {
  color: #fff;
}

.footer-info dl {
  display: flex;
}
.footer-info dt {
  display: flex;
}
.footer-info dt::after {
  content: "：";
  display: block;
}
.footer-info dd {
  white-space: nowrap;
}
.footer-info dd br {
  display: none;
}/*# sourceMappingURL=style.css.map */