body {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  color: #0f0f12;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 28px;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #0f0f12 !important;
}
.col-main {
  color: #1d53b0 !important;
}
.col-sub {
  color: #13c4f7 !important;
}
.col-accent1 {
  color: #fff000 !important;
}
.col-accent2 {
  color: #98e5e3 !important;
}
.col-bdr {
  color: #98e5e3 !important;
}
.col-bg1 {
  color: #dceef5 !important;
}
.col-bg2 {
  color: #e0f7f7 !important;
}
.col-line {
  color: #06c755 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #0f0f12 !important;
}
.bg-main {
  background-color: #1d53b0 !important;
}
.bg-sub {
  background-color: #13c4f7 !important;
}
.bg-accent1 {
  background-color: #fff000 !important;
}
.bg-accent2 {
  background-color: #98e5e3 !important;
}
.bg-bdr {
  background-color: #98e5e3 !important;
}
.bg-bg1 {
  background-color: #dceef5 !important;
}
.bg-bg2 {
  background-color: #e0f7f7 !important;
}
.bg-line {
  background-color: #06c755 !important;
}

.ptn-stripe-blu {
  background-image: linear-gradient(90deg, #1d53b0 25%, #1c4fa7 25%, #1c4fa7 50%, #1d53b0 50%, #1d53b0 75%, #1c4fa7 75%, #1c4fa7);
  background-size: 18px 18px;
  background-attachment: fixed;
}
.ptn-bdr-ylw {
  background-image: linear-gradient(-45deg, #fff000 25%, #fff666 25%, #fff666 50%, #fff000 50%, #fff000 75%, #fff666 75%, #fff666);
  background-size: 14px 14px;
  background-attachment: fixed;
}
.ptn-grid-blu {
  background-color: #1d53b0;
  background-image: linear-gradient(transparent 95%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1)), linear-gradient(90deg, transparent 95%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1));
  background-size: 20px 20px;
  background-repeat: repeat;
}

.btn-01__link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  border-radius: 50rem;
  line-height: 1;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.ic-tel-15, .ic-tel-30 {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel-15::before, .ic-tel-30::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 30/39;
  background-image: url("/img/common/ic-tel-blu.png");
  background-size: 100%;
}
.ic-tel-30 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-tel-30::before {
  width: 30px;
}
.ic-mail-17, .ic-mail-40 {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-mail-17::before, .ic-mail-40::before {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 40/32;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-mail-40 {
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.ic-mail-40::before {
  width: 40px;
  max-width: 10%;
}
.ic-truck {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.ic-truck::before {
  content: "";
  display: block;
  width: 14.72%;
  aspect-ratio: 108/60;
  background-image: url("/img/common/ic-truck.png");
  background-size: 100%;
}

.obj-sun-blk::before {
  content: "";
  display: block;
  width: 151px;
  max-width: 22.5373134328%;
  aspect-ratio: 151/62;
  background-image: url("/img/common/obj-sun-blk.png");
  background-size: 100%;
  margin: 0 auto 3% auto;
}
@media screen and (min-width: 769px) {
  .obj-sun-blk::before {
    max-width: 75.5px;
  }
}
.obj-sla {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.obj-sla::before, .obj-sla:after {
  content: "";
  display: block;
  width: 31px;
  min-width: 31px;
  aspect-ratio: 31/27;
  background-image: url("/img/common/obj-sla.png");
  background-size: 100%;
}
.obj-shine {
  position: relative;
  z-index: 1;
}
.obj-shine::after {
  content: "";
  display: block;
  width: 41px;
  aspect-ratio: 41/42;
  background-image: url("/img/common/obj-shine.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(50%, -50%);
  z-index: -1;
}
.obj-icon-truck {
  position: relative;
  z-index: 1;
}
.obj-icon-truck::before {
  content: "";
  display: block;
  width: 108px;
  max-width: 16.1194029851%;
  aspect-ratio: 108/60;
  background-image: url("/img/common/ic-truck.png");
  background-size: 100%;
  transform: translateX(60%);
}
@media screen and (min-width: 769px) {
  .obj-icon-truck::before {
    max-width: 54px;
  }
}
.obj-illust-truck::after {
  content: "";
  display: block;
  width: 166px;
  max-width: 24.776119403%;
  aspect-ratio: 166/138;
  background-image: url("/img/common/illust-truck.png");
  background-size: 100%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 769px) {
  .obj-illust-truck::after {
    max-width: 83px;
  }
}
.obj-illust-recommend {
  position: relative;
  z-index: 1;
}
.obj-illust-recommend::before {
  content: "";
  display: block;
  width: 440px;
  max-width: 65.671641791%;
  aspect-ratio: 440/236;
  background-image: url("/img/service/ttl-recommend.png");
  background-size: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .obj-illust-recommend::before {
    max-width: 220px;
  }
}
.obj-illust-staff {
  position: relative;
  z-index: 1;
}
.obj-illust-staff::after {
  content: "";
  display: block;
  width: 225px;
  max-width: 30%;
  aspect-ratio: 225/271;
  background-image: url("/img/guide_voice/illust-staff.png");
  background-size: 100%;
  position: absolute;
  right: 8%;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .obj-illust-staff::after {
    max-width: 112.5px;
  }
}
.obj-illust-box {
  position: relative;
  z-index: 1;
}
.obj-illust-box:before {
  content: "";
  display: block;
  width: 140px;
  max-width: 20.8955223881%;
  aspect-ratio: 140/139;
  background-image: url("/img/company/info-illust.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(12%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .obj-illust-box:before {
    max-width: 70px;
  }
}

.arw-circle-ylw-50, .arw-circle-ylw-70 {
  position: relative;
}
.arw-circle-ylw-50::after, .arw-circle-ylw-70::after {
  content: "";
  display: block;
  width: 15.63%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-ylw.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.arw-circle-ylw-70::after {
  width: 10.45%;
}
.arw-ylw-30 {
  position: relative;
}
.arw-ylw-30::after {
  content: "";
  display: block;
  width: 2.86%;
  aspect-ratio: 18/30;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff000;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}

.tbl {
  width: 100%;
  table-layout: fixed;
}
.tbl-01 th,
.tbl-01 td {
  vertical-align: middle;
  padding: 50px 3%;
}
.tbl-01 th {
  width: 30%;
  background: #1d53b0;
  color: #fff;
  text-align: center;
}
.tbl-01 tr:not(:first-child) th,
.tbl-01 tr:not(:first-child) td {
  border-top: solid 2px #fff;
}
.tbl-01 tr:not(:first-child) td {
  border-top-color: #1d53b0;
}

.cts-670 {
  width: 670px;
  max-width: 89.3333333333%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cts-670 {
    max-width: 335px;
  }
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 4.48%;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: 47.76%;
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.48%;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: 47.76%;
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-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,
.layout-clm-3-c .layout-item {
  width: calc((100% - 80px) / 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-service {
  row-gap: 80px;
}
.list-service__item {
  aspect-ratio: 320/340;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 8px 8px rgba(19, 196, 247, 0.4);
}
@media screen and (max-width: 540px) {
  .list-service__item {
    box-shadow: 5px 5px rgba(19, 196, 247, 0.4);
  }
}
.list-service__item:first-child {
  background: url("/img/top/service-img-02.png") center center no-repeat;
  background-size: cover;
}
.list-service__item:nth-child(2) {
  background: url("/img/top/service-img-03.png") center center no-repeat;
  background-size: cover;
}
.list-service__item:nth-child(3) {
  background: url("/img/top/service-img-04.png") center center no-repeat;
  background-size: cover;
}
.list-service__item:last-child {
  background: url("/img/top/service-img-05.png") center center no-repeat;
  background-size: cover;
}
.list-service__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 6.25%;
}
.list-service__ttl {
  width: 100%;
  aspect-ratio: 280/82;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  color: #1d53b0;
  line-height: 1;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 30px;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .list-service__ttl {
    font-size: 15px;
  }
}
.list-reason__img {
  width: 390px;
  max-width: 52%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-20%);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .list-reason__img {
    max-width: 195px;
  }
}
.list-reason__bx {
  width: 710px;
  max-width: 94.6666666667%;
  background: #fff;
  margin-left: auto;
  border-radius: 0 0 0 30px;
  box-shadow: 0 10px rgba(19, 196, 247, 0.2);
}
@media screen and (min-width: 769px) {
  .list-reason__bx {
    max-width: 355px;
  }
}
.list-reason__ttl {
  width: 100%;
  text-align: center;
  row-gap: 10px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
.list-reason__ttl .main {
  padding: 0 4%;
  border-radius: 50rem;
  background: #1d53b0;
  color: #fff;
  line-height: 1;
  font-size: 30px;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .list-reason__ttl .main {
    font-size: 15px;
  }
}
.list-reason__ttl .sub {
  color: #1d53b0;
  font-size: 34px;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 769px) {
  .list-reason__ttl .sub {
    font-size: 17px;
  }
}
.list-reason__ttl::before, .list-reason__ttl::after {
  content: "";
  display: block;
  width: 11.18%;
  aspect-ratio: 38/41;
  background-image: url("/img/common/obj-point.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.list-reason__ttl::after {
  left: inherit;
  right: 0;
  transform: scaleX(-1);
}
.list-reason__inner {
  width: 50%;
  margin: 0 5.63% 0 auto;
}
.list-reason__txt {
  line-height: 1.7857142857;
}
.list-reason__item {
  position: relative;
}
.list-reason__item:nth-child(even) .list-reason__img {
  left: inherit;
  right: 0;
}
.list-reason__item:nth-child(even) .list-reason__bx {
  margin: 0 auto 0 0;
  border-radius: 0 0 30px 0;
}
.list-reason__item:nth-child(even) .list-reason__inner {
  margin: 0 auto 0 5.63%;
}
.list-news__item {
  padding: 47px 0;
  border-bottom: solid 2px #98e5e3;
}
.list-news__bx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.list-news__ttl {
  margin-top: 20px;
}
.list-news time {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #1d53b0;
  font-size: 26px;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .list-news time {
    font-size: 13px;
  }
}
.list-check__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 3%;
       column-gap: 3%;
  line-height: 1.6666666667;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  transform: translateY(20%);
}
.list-dot__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.list-dot__item:before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #13c4f7;
}
.list-voice__ic {
  width: 22.39%;
  min-width: 22.39%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  border: solid 4px #1d53b0;
  overflow: hidden;
}
.list-voice__bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 4.48%;
       column-gap: 4.48%;
}
.list-voice__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}
.list-voice .txt-age_type, .list-voice .txt-works {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.list-voice .txt-age_type {
  display: flex;
  color: #1d53b0;
  font-size: 34px;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 769px) {
  .list-voice .txt-age_type {
    font-size: 17px;
  }
}
.list-voice .txt-age_type span {
  display: flex;
  align-items: center;
}
.list-voice .txt-age_type span:not(:first-child)::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #13c4f7;
  margin: 0 20px;
}
.list-voice .txt-works {
  line-height: 1;
  background: #13c4f7;
  color: #fff;
  padding: 1.5% 2%;
  border-radius: 10px;
}
.list-voice .txt-plain {
  margin-top: 20px;
}
.list-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 96px;
  max-width: 14.328358209%;
  aspect-ratio: 96/100;
  background-image: url("/img/flow/arrow.png");
  background-size: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .list-flow__item:not(:last-child)::after {
    max-width: 48px;
  }
}
.list-flow__num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -20%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 120px;
  max-width: 17.9104477612%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff000;
  color: #1d53b0;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 58px;
  font-size: 7.7333333333vw;
}
@media screen and (min-width: 769px) {
  .list-flow__num {
    max-width: 60px;
  }
}
@media screen and (min-width: 769px) {
  .list-flow__num {
    font-size: 29px;
  }
}
.list-flow__num::after {
  content: "";
  display: block;
  width: 16.67%;
  aspect-ratio: 20/30;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff000;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(-1px) rotate(45deg);
  z-index: -1;
}

.com-gmap {
  aspect-ratio: 670/430;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-tel .tel {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  line-height: 1;
}
.com-info .btn.line {
  width: 90px;
  max-width: 13.4328358209%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .com-info .btn.line {
    max-width: 45px;
  }
}
.com-info .btn.contact {
  width: 400px;
  max-width: 59.7014925373%;
  aspect-ratio: 400/100;
}
@media screen and (min-width: 769px) {
  .com-info .btn.contact {
    max-width: 200px;
  }
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.tag-main__link {
  display: block;
  background: #13c4f7;
  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;
}
.tag-sub__item {
  line-height: 1;
  background: #13c4f7;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 20px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .tag-sub__item {
    font-size: 10px;
  }
}

.ttl-01 {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 60px;
}
.ttl-01__eng {
  line-height: 1;
  color: #1d53b0;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 38px;
  font-size: 5.0666666667vw;
}
@media screen and (min-width: 769px) {
  .ttl-01__eng {
    font-size: 19px;
  }
}
.ttl-01__ruby {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 38px;
  font-size: 5.0666666667vw;
}
@media screen and (min-width: 769px) {
  .ttl-01__ruby {
    font-size: 19px;
  }
}
.ttl-01__sub {
  padding: 0 4%;
  border-radius: 50rem;
  color: #fff000;
  background: #1d53b0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 46px;
  font-size: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  .ttl-01__sub {
    font-size: 23px;
  }
}
.ttl-02 {
  padding: 2% 4%;
  text-align: center;
  border-radius: 20px;
  border: solid 4px #1d53b0;
  color: #1d53b0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 40px;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .ttl-02 {
    font-size: 20px;
  }
}
.ttl-03 {
  padding: 2.8% 4%;
  border-radius: 20px;
  text-align: center;
  background: #1d53b0;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 34px;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 769px) {
  .ttl-03 {
    font-size: 17px;
  }
}
.ttl-04 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.ttl-04::before, .ttl-04::after {
  content: "";
  display: block;
  width: 51px;
  max-width: 7.6119402985%;
  aspect-ratio: 51/124;
  background-image: url("/img/common/obj-sun-wht.png");
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .ttl-04::before, .ttl-04::after {
    max-width: 25.5px;
  }
}
.ttl-04::after {
  transform: scaleX(-1);
}
.ttl-05 {
  padding: 30px 4%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-top: solid 4px #1d53b0;
  border-bottom: solid 4px #1d53b0;
  text-align: center;
  color: #1d53b0;
  font-size: 34px;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 769px) {
  .ttl-05 {
    font-size: 17px;
  }
}
.ttl-06 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.ttl-06::before, .ttl-06::after {
  content: "";
  display: block;
  width: 38px;
  min-width: 38px;
  aspect-ratio: 38/41;
  background-image: url("/img/common/obj-point.png");
  background-size: 100%;
}
.ttl-06::after {
  transform: scaleX(-1);
}
.ttl-comment-01 {
  position: relative;
  padding: 4%;
  border-radius: 0.5em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.ttl-comment-01::after {
  content: "";
  display: block;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
}
.ttl-comment-01.bg-main::after, .ttl-comment-01.bg-wht::after {
  background: #1d53b0;
}
.ttl-comment-01.arw-40::after {
  width: 40px;
  aspect-ratio: 40/20;
}
.ttl-comment-01.arw-50::after {
  width: 50px;
  aspect-ratio: 50/30;
}

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

.shadow-bx-sub {
  box-shadow: 8px 8px rgba(19, 196, 247, 0.4);
}
@media screen and (max-width: 540px) {
  .shadow-bx-sub {
    box-shadow: 5px 5px rgba(19, 196, 247, 0.4);
  }
}

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

#top-bar {
  width: 100%;
  aspect-ratio: 750/150;
  padding: 0 4%;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}
#top-bar .logo-hd {
  width: 36vw;
}
#top-bar .list-btn {
  -moz-column-gap: 2vw;
       column-gap: 2vw;
}
#top-bar .list-btn__item {
  width: 10.67vw;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  overflow: hidden;
}
#top-bar .list-btn__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  color: #fff;
}
#top-bar .list-btn .tel img {
  max-width: 37.5%;
}
#top-bar .list-btn .line {
  font-size: 24px;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  #top-bar .list-btn .line {
    font-size: 12px;
  }
}
#top-bar .list-btn .contact img {
  max-width: 50%;
}

.top-bar__bx {
  -moz-column-gap: 2vw;
       column-gap: 2vw;
}

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

body.active #top-bar {
  background: #dceef5;
}
body.active #top-bar .list-btn {
  display: none;
}
body.active .top-bar__wrp {
  justify-content: space-between;
}

.top-service .service-main figure {
  width: 100%;
  aspect-ratio: 670/400;
  background: url("/img/top/service-img-01.png") center center no-repeat;
  background-size: cover;
}
.top-service .service-main .list-service__ttl {
  aspect-ratio: 610/86;
}
.top-service .obj-illust-01 {
  position: relative;
  z-index: 1;
}
.top-service .obj-illust-01::before {
  content: "";
  display: block;
  width: 170px;
  max-width: 25.3731343284%;
  aspect-ratio: 170/202;
  background-image: url("/img/top/service-illust-01.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top-service .obj-illust-01::before {
    max-width: 85px;
  }
}
.top-service.obj-illust-02 {
  position: relative;
  z-index: 1;
}
.top-service.obj-illust-02::after {
  content: "";
  display: block;
  width: 684px;
  max-width: 91.2%;
  aspect-ratio: 684/88;
  background-image: url("/img/top/service-illust-02.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-30%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top-service.obj-illust-02::after {
    max-width: 342px;
  }
}

.top-reason .obj-illust {
  position: relative;
  z-index: 1;
}
.top-reason .obj-illust::after {
  content: "";
  display: block;
  width: 680px;
  max-width: 90.6666666667%;
  aspect-ratio: 680/289;
  background-image: url("/img/top/reason-illust.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top-reason .obj-illust::after {
    max-width: 340px;
  }
}

.top-recover .cts-670 {
  padding-left: 4.48%;
  padding-right: 4.48%;
}
.top-recover h2 {
  width: 90.33%;
}

.top-area {
  background: url("/img/top/area-bg.png") center center no-repeat;
  background-size: cover;
}
.top-area .cts-670 {
  padding-left: 4.48%;
  padding-right: 4.48%;
}

.top-news .ttl-01 {
  width: 400px;
  max-width: 59.7014925373%;
}
@media screen and (min-width: 769px) {
  .top-news .ttl-01 {
    max-width: 200px;
  }
}
.top-news .btn {
  width: 630px;
  max-width: 94.0298507463%;
  aspect-ratio: 630/100;
}
@media screen and (min-width: 769px) {
  .top-news .btn {
    max-width: 315px;
  }
}
.top-news .obj-illust {
  position: relative;
  z-index: 1;
}
.top-news .obj-illust::before {
  content: "";
  display: block;
  width: 166px;
  max-width: 24.776119403%;
  aspect-ratio: 166/225;
  background-image: url("/img/top/news-illust.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: calc(100% + 3px);
  transform: translateX(-10%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top-news .obj-illust::before {
    max-width: 83px;
  }
}

#ctn-lower section {
  padding: 150px 0;
}

#footer .list-btn {
  -moz-column-gap: 4.35%;
       column-gap: 4.35%;
}
#footer .btn.tel, #footer .btn.line {
  width: 90px;
  max-width: 13.4328358209%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  #footer .btn.tel, #footer .btn.line {
    max-width: 45px;
  }
}
#footer .btn.tel img {
  max-width: 33.33%;
}
#footer .btn.contact {
  width: 400px;
  max-width: 59.7014925373%;
  aspect-ratio: 400/100;
}
@media screen and (min-width: 769px) {
  #footer .btn.contact {
    max-width: 200px;
  }
}
#footer .logo-footer {
  width: 320px;
  max-width: 47.7611940299%;
}
@media screen and (min-width: 769px) {
  #footer .logo-footer {
    max-width: 160px;
  }
}

.footer-nav__list {
  padding-left: 5.8%;
  padding-right: 5.8%;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 55% 45%;
  grid-template-rows: repeat(5, auto);
  gap: 40px 4%;
  font-size: 22px;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .footer-nav__list {
    font-size: 11px;
  }
}
.footer-nav__item {
  line-height: 1;
  letter-spacing: 0;
}
.footer-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
.footer-nav__link::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 10/15;
  background-image: url("/img/common/arrow-solid-blu.png");
  background-size: 100%;
}/*# sourceMappingURL=style.css.map */