/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Shadow
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-02__link, .btn-04__link, .btn-05__link, .btn-06__link, .btn-07__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-01__link {
  background: #003586;
  background: linear-gradient(0deg, #003586 0%, #005ba0 100%);
  color: #fff;
  border-radius: 10px;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  background: #ffff00;
  color: #fb8518;
}
.btn-02__link:hover {
  color: rgba(251, 133, 24, 0.8);
}
.btn-03 {
  display: flex;
}
.btn-03__link {
  color: #003586;
  border-bottom: solid 2px #003586;
  padding-bottom: 10px;
  font-weight: 700;
}
.btn-03__link:hover {
  color: rgba(0, 53, 134, 0.8);
}
.btn-04__link {
  border: solid 2px #003586;
  background: #003586;
  background: linear-gradient(0deg, #003586 0%, #005ba0 100%);
  color: #fff;
  border-radius: 5px;
}
.btn-04__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-05__link {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transform: rotate(0.04deg);
  background: #fff;
  background: linear-gradient(180deg, #fff 0%, #ffff00 100%);
  border-radius: 50rem;
  border: solid 2px #fff;
}
.btn-05__link:hover {
  transform: scale(0.98);
}
.btn-06__link, .btn-07__link {
  box-shadow: 3.536px 3.536px 0px 0px rgba(14, 18, 26, 0.1);
  border-radius: 10px;
}
.btn-06__link {
  background: #003586;
  color: #fff;
}
.btn-06__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-07__link {
  background: #ffff00;
  color: #fa5c20;
  font-weight: 700;
}
.btn-07__link:hover {
  color: rgba(250, 92, 32, 0.8);
}

.side-chart, .side-totop {
  position: fixed;
  right: 40px;
  z-index: 88;
}
.side-chart {
  bottom: 200px;
}
.side-totop {
  bottom: 20px;
}

.ic-tel-orn, .ic-tel-blu {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel-orn::before, .ic-tel-blu::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel-orn.png");
  background-size: 100%;
}
.ic-tel-blu::before {
  background-image: url("/img/common/ic-tel-blu.png");
  background-size: 100%;
}
.ic-board {
  position: relative;
  z-index: 1;
}
.ic-board::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 65px;
  max-width: 100%;
  aspect-ratio: 65/76;
  background-image: url("/img/top/contact-ic-search.png");
  background-size: 100%;
  top: 50%;
  right: 90px;
  transform: translate(0, -50%);
}
.ic-line {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ic-line::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 30px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-outlink-wht, .ic-outlink-orn {
  position: relative;
  z-index: 1;
}
.ic-outlink-wht::after, .ic-outlink-orn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 21px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-outlink-wht.png");
  background-size: 100%;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
.ic-outlink-wht:hover::after, .ic-outlink-orn:hover::after {
  transform: translate(2px, calc(-50% - 2px));
}
.ic-outlink-orn::after {
  background-image: url("/img/common/ic-outlink-orn.png");
  background-size: 100%;
}

.arw-wht {
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
.arw-wht::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 1px;
  height: calc(100% - 10px);
  background: #fff;
  top: 50%;
  right: 60px;
  transform: translate(0, -50%);
}
.arw-wht::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 18px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-wht.png");
  background-size: 100%;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.arw-wht:hover::after {
  transform: translate(2px, calc(-50% - 2px));
}
.arw-blu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arw-blu::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 15px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-blu.png");
  background-size: 100%;
}
.arw-blu:hover::after {
  transform: translate(2px, -2px);
}

.bg-dot-top, .bg-dot-btm {
  position: relative;
  z-index: 1;
}
.bg-dot-top::before, .bg-dot-btm::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1920/206;
  background-image: url("/img/common/bg-dot.png");
  background-size: 100%;
  left: 0;
}
.bg-dot-top::before {
  top: 0;
}
.bg-dot-btm::after {
  bottom: 0;
  transform: scaleY(-1);
}

.deco-side-point {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.deco-side-point::before, .deco-side-point::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 22px;
  min-width: 22px;
  aspect-ratio: 22/29;
  background-image: url("/img/common/deco-point.png");
  background-size: 100%;
}
.deco-side-point::after {
  transform: scaleX(-1);
}

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

.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: #fb8518;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transform: rotate(0.04deg);
  line-height: 1;
  font-weight: 600;
}
.com-contbx, .com-txtbx {
  display: flex;
  flex-direction: column;
}
.com-box-shadow {
  box-shadow: 0px 0px 30px 0px rgba(14, 18, 26, 0.1);
}
.com-dro-shadow {
  filter: drop-shadow(3px 3px 10px rgba(14, 18, 26, 0.4));
}
.com-txt-shadow {
  text-shadow: 3px 3px 0px rgba(14, 18, 26, 0.1);
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 80px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 80px) / 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-news-top .list-item, .list-news-low .list-item, .list-privacy .list-item, .list-works .list-item {
  width: 100%;
}
.list-news-top time {
  display: block;
  line-height: 1;
  font-weight: 700;
  color: #fa5c20;
}
.list-news-top__item {
  padding: 30px 0;
}
.list-news-top__item:not(:first-child) {
  border-top: dotted 1px #999999;
}
.list-news-top__item:first-child {
  padding-top: 0 !important;
}
.list-news-top__item:last-child {
  padding-bottom: 0 !important;
}
.list-news-top__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news-top__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news-top__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-symptoms__item:first-child {
  margin-top: 100px;
}
.list-symptoms__item:last-child {
  margin-top: 150px;
}
.list-symptoms__item img {
  filter: drop-shadow(3px 3px 10px rgba(14, 18, 26, 0.4));
}
.list-check__item {
  background: url("/img/top/check-list-bg.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  border: solid 2px #0e121a;
  aspect-ratio: 2/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 15px;
}
.list-check dt {
  border-bottom: solid 3px #003586;
  font-weight: 700;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-check dt {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-check dt {
    font-size: 23.3333333333px;
  }
}
.list-check dt em {
  font-family: "Candal", sans-serif;
  color: #003586;
  font-weight: 400;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .list-check dt em {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-check dt em {
    font-size: 33.3333333333px;
  }
}
.list-check dd {
  background: #999;
  color: #fff;
  line-height: 1;
  padding: 0 20px 3px 20px;
  border-radius: 50rem;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-check dd {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-check dd {
    font-size: 18.6666666667px;
  }
}
.list-real__item {
  background: #eaf6fd;
  border: solid 2px #003586;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.list-real__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "1";
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  padding-bottom: 3px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fa5c20;
  color: #fff;
  font-family: "Candal", sans-serif;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-real__item::before {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-real__item::before {
    font-size: 26.6666666667px;
  }
}
.list-real__item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 340/155;
  background: #daeffc;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  left: 0;
  bottom: 0;
}
.list-real__item:nth-child(2)::before {
  content: "2";
}
.list-real__item:nth-child(3)::before {
  content: "3";
}
.list-real__item:nth-child(4)::before {
  content: "4";
}
.list-real__item:nth-child(5)::before {
  content: "5";
}
.list-real dt {
  padding: 60px 0 30px 0;
  text-align: center;
  border-bottom: solid 2px #003586;
}
.list-real dt img {
  filter: drop-shadow(5px 5px 5px rgba(14, 18, 26, 0.2));
}
.list-real .bx {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-dot__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-dot__item::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 8px;
  min-width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fb8518;
}
.list-checkpoint__item {
  border: solid 2px #003586;
  border-radius: 5px;
  color: #003586;
  padding: 8px 15px;
}
.list-reason {
  row-gap: 60px;
}
.list-reason__item {
  background: #fff;
  border-radius: 5px;
  border: solid 3px #fa5c20;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  box-shadow: 0px 0px 30px 0px rgba(14, 18, 26, 0.1);
  position: relative;
}
.list-reason__num {
  width: 164px;
  max-width: 100%;
  aspect-ratio: 164/154;
  background: url("/img/top/reason-ribbon.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-24px, -24px);
  z-index: 1;
  color: #fff;
  font-family: "Candal", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .list-reason__num {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__num {
    font-size: 16.6666666667px;
  }
}
.list-reason__num .inner {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 10px), calc(-50% - 10px)) rotate(-42deg);
}
.list-reason__num em {
  margin-left: 5px;
  color: #ffff00;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-reason__num em {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__num em {
    font-size: 23.3333333333px;
  }
}
.list-reason__ic {
  text-align: center;
}
.list-reason__ic img {
  filter: drop-shadow(3px 3px 10px rgba(14, 18, 26, 0.4));
}
.list-reason__ttl {
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transform: rotate(0.04deg);
  background: linear-gradient(90deg, #00359d 0%, #0060a6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 29px;
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .list-reason__ttl {
    font-size: 39px;
    font-size: 5.078125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__ttl {
    font-size: 26px;
  }
}
.list-works__item {
  position: relative;
  z-index: 1;
}
.list-works__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 170px;
  max-width: 100%;
  aspect-ratio: 170/147;
  background-image: url("/img/top/works-arrow.png");
  background-size: 100%;
  left: 220px;
  bottom: 160px;
  z-index: 2;
}
.list-works__item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 890px;
  max-width: 100%;
  aspect-ratio: 890/490;
  background: #fff;
  top: 40px;
  right: 40px;
}
.list-works__item:nth-child(even) .img-before {
  text-align: right;
}
.list-works__item:nth-child(even) .img-after {
  text-align: left;
  margin: -110px -80px 0 0;
}
.list-works__item:nth-child(even) .list-works__ttl {
  border-radius: 5px 0 5px 0;
  right: inherit;
  left: 40px;
}
.list-works__item:nth-child(even)::before {
  left: inherit;
  right: 220px;
  transform: scaleX(-1);
}
.list-works__item:nth-child(even)::after {
  right: inherit;
  left: 40px;
}
.list-works__ttl {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 550px;
  max-width: 100%;
  border-radius: 0 5px 0 5px;
  background: #fa5c20;
  color: #fff;
  text-align: center;
  padding: 30px 15px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transform: rotate(0.04deg);
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-works__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works__ttl {
    font-size: 26.6666666667px;
  }
}
.list-works .img-after {
  position: relative;
  z-index: 1;
  text-align: right;
  margin: -110px 0 0 -80px;
}
.list-works .img-after img {
  box-shadow: 0px 0px 30px 0px rgba(14, 18, 26, 0.1);
}

.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: #003586;
  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-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 15.3333333333px;
  }
}
.tag-sub__item {
  line-height: 1;
  border: solid 1px #999999;
  color: #999999;
  padding: 2px 5px 4px 5px;
  border-radius: 50rem;
}

.ttl-sub {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transform: rotate(0.04deg);
  border-left: solid #fb8518 6px;
  border-bottom: solid 1px #999999;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 500;
  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 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transform: rotate(0.04deg);
  letter-spacing: 0.1em;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 40px;
  }
}
.ttl-01 .inner {
  position: relative;
  z-index: 1;
}
.ttl-01 .inner::before {
  width: 100%;
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
  paint-order: stroke fill;
  stroke-linejoin: round;
}
.ttl-01 .inner {
  filter: drop-shadow(7px 7px 3px rgba(14, 18, 26, 0.15));
}
.ttl-01::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 70px;
  height: 5px;
  background: #fa5c20;
  margin: 15px 0 0;
}
.ttl-01.txt-aln-c::after {
  margin: 15px auto 0 auto;
}

.txt-plain {
  line-height: 2.1875;
}
.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;
  }
}
.txt-02 {
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .txt-02 {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-02 {
    font-size: 16.6666666667px;
  }
}

.line-wave {
  display: inline-block;
  background: url("/img/common/ptn-wave.png") left bottom;
  background-repeat: repeat-x;
  padding-bottom: 5px;
}

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

.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;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.footer-nav {
  margin-top: 40px;
}
.footer-nav__list {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  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__item:not(:first-child):not(:nth-child(6))::before {
  content: "/";
  display: inline-block;
  color: #fff;
  margin: 0 10px;
}
.footer-nav__link {
  color: #fff;
}

.header-bar {
  padding: 10px 10px 10px 20px;
}
.header-bar .com-tel {
  padding: 10px 20px;
}
.header-bar dd {
  border-left: solid 1px #ddd;
  padding-left: 15px;
  margin-left: 15px;
}

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

.sv {
  aspect-ratio: 1920/450;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sv-ttl {
  width: 700px;
  max-width: 36.4583333333%;
  aspect-ratio: 700/200;
  background: rgba(0, 53, 134, 0.9);
  border: solid 2px #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(14, 18, 26, 0.1);
}
.sv-ttl .txt {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transform: rotate(0.04deg);
  background: linear-gradient(180deg, #fff 0%, #ffff00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  font-size: 2.34375vw;
}
@media screen and (max-width: 1260px) {
  .sv-ttl .txt {
    font-size: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl .txt {
    font-size: 45px;
  }
}
.sv-bg-blog {
  background: url("/img/blog/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.jpg") center center no-repeat;
  background-size: cover;
}

#page-top {
  position: relative;
  z-index: 1;
}
#page-top::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("/img/top/para-img.jpg");
  background-size: cover;
  background-position: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-symptoms {
  padding: 180px 0 0;
  background: url("/img/top/symptoms-bg.jpg") center top no-repeat;
  background-size: cover;
}
.top-symptoms .ttl-main {
  margin-bottom: 40px;
}
.top-symptoms.obj-arw {
  position: relative;
  z-index: 1;
}
.top-symptoms.obj-arw::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 1080px;
  max-width: 100%;
  aspect-ratio: 1080/80;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ffe644;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1px);
}
.top-symptoms .obj-map, .top-symptoms .obj-deco, .top-symptoms .obj-people {
  position: relative;
  z-index: 1;
}
.top-symptoms .obj-map::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 435px;
  max-width: 100%;
  aspect-ratio: 435/395;
  background-image: url("/img/top/symptoms-img-map.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(100px, -40px);
}
.top-symptoms .obj-deco::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 98px;
  max-width: 100%;
  aspect-ratio: 98/64;
  background-image: url("/img/top/symptoms-obj.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(50px, -20px);
}
.top-symptoms .obj-people::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 510px;
  max-width: 100%;
  aspect-ratio: 510/339;
  background-image: url("/img/top/symptoms-img-people.png");
  background-size: 100%;
  margin: -65px auto 0 auto;
  transform: translateX(20px);
}

.top-check {
  padding: 100px 0 120px 0;
  background: url("/img/top/check-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.top-check .ttl-main {
  margin-bottom: 50px;
}
.top-check h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(0, -50%);
}
.top-check .com-base {
  padding: 80px 60px 40px 60px;
}
.top-check .obj-arw {
  position: relative;
  z-index: 1;
}
.top-check .obj-arw::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 117px;
  max-width: 100%;
  aspect-ratio: 117/114;
  background-image: url("/img/top/check-arrow.png");
  background-size: 100%;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
}
.top-check::before, .top-check::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, #003586 25%, #003586 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, #003586 75%, #003586);
  background-size: 24px 24px;
}
.top-check::before {
  top: 0;
}
.top-check::after {
  bottom: 0;
}

.top-real {
  padding: 100px 0;
}
.top-real .ttl-main {
  margin-bottom: 80px;
}

.top-important {
  padding: 50px 0 100px 0;
  background: url("/img/top/important-bg.jpg") center center no-repeat;
  background-size: cover;
}
.top-important .obj-dot, .top-important .obj-people {
  position: relative;
  z-index: 1;
}
.top-important .obj-dot::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 4px;
  height: 20px;
  border-left: dotted 4px #fff;
  margin: 5px auto 0 auto;
}
.top-important .obj-people::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 336px;
  max-width: 100%;
  aspect-ratio: 336/356;
  background-image: url("/img/top/important-img-people.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(-30px, 100px);
}
.top-important.obj-arw {
  position: relative;
  z-index: 1;
}
.top-important.obj-arw::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 780px;
  max-width: 100%;
  aspect-ratio: 780/150;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #003586;
  background: linear-gradient(180deg, #003586 0%, rgba(0, 53, 134, 0.1) 100%);
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-chart {
  padding: 100px 0 120px 0;
  background: url("/img/top/chart-bg.png") center bottom no-repeat;
  background-size: 100%;
}
.top-chart .wrp-checklist .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 10px 0 0 10px;
}
.top-chart .wrp-checklist .ttl.obj-bf::before {
  width: 20px;
  aspect-ratio: 20/25;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background: #003586;
  top: 50%;
  right: 100%;
  transform: translate(1px, -50%);
}
.top-chart .wrp-checklist .list-checkpoint {
  border-radius: 0 10px 10px 0;
}
.top-chart .wrp-checklist.obj-dog {
  position: relative;
  z-index: 1;
}
.top-chart .wrp-checklist.obj-dog::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 161px;
  max-width: 100%;
  aspect-ratio: 161/206;
  background-image: url("/img/top/chart-img-dog.png");
  background-size: 100%;
  left: 0;
  top: 0;
  transform: translate(-20px, 0);
}
.top-chart .wrp-bnr .bnr-item {
  background: url("/img/top/chart-bnr-bg.jpg") center center no-repeat;
  background-size: cover;
}
.top-chart .wrp-bnr .bnr-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 50px 0;
}
.top-chart .wrp-bnr .obj-paint, .top-chart .wrp-bnr .obj-ic {
  position: relative;
  z-index: 3;
}
.top-chart .wrp-bnr .obj-paint::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 333px;
  max-width: 100%;
  aspect-ratio: 333/230;
  background-image: url("/img/top/chart-img-paint.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(106px, 0);
}
.top-chart .wrp-bnr .obj-ic::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 170px;
  max-width: 100%;
  aspect-ratio: 170/199;
  background-image: url("/img/top/chart-ic-search.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(-260px, -50px);
}
.top-chart .wrp-bnr .obj-deco::before, .top-chart .wrp-bnr .obj-deco::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 401px;
  max-width: 100%;
  aspect-ratio: 401/520;
  background-image: url("/img/top/chart-obj-lft.png");
  background-size: 100%;
  right: 100%;
  bottom: 0;
  transform: translate(80px, 45px);
}
.top-chart .wrp-bnr .obj-deco::after {
  width: 385px;
  max-width: 100%;
  aspect-ratio: 385/524;
  background-image: url("/img/top/chart-obj-rt.png");
  background-size: 100%;
  top: 50%;
  left: 100%;
  transform: translate(-115px, -50%);
}

.top-reason {
  padding: 80px 0 120px 0;
}
.top-reason .ttl-main {
  margin-bottom: 75px;
}
.top-reason.bg-bf::before {
  width: 100%;
  height: 420px;
  background-image: url("/img/top/reason-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-works {
  padding: 100px 0;
  background: url("/img/common/ptn-bg-wht.png") center top;
  background-size: 100%;
  background-repeat: repeat-y;
}
.top-works .ttl-main {
  margin-bottom: 40px;
}
.top-works .obj-dog {
  position: relative;
  z-index: 1;
}
.top-works .obj-dog::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 223px;
  max-width: 100%;
  aspect-ratio: 223/217;
  background-image: url("/img/top/works-img-dog.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(-200px, -25px);
}

.top-contact {
  padding: 130px 0;
  background: url("/img/top/contact-bg.jpg") center center no-repeat;
  background-size: cover;
}
.top-contact .wrp {
  padding: 25px 20px 60px 20px;
  background: #fa5c20;
  background: linear-gradient(0deg, #fa5c20 0%, #ffa239 100%);
}
.top-contact .obj-dog, .top-contact .obj-people {
  position: relative;
  z-index: 1;
}
.top-contact .obj-dog::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 173px;
  max-width: 100%;
  aspect-ratio: 173/207;
  background-image: url("/img/top/contact-img-dog.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-30px, 30px);
}
.top-contact .obj-people::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 309px;
  max-width: 100%;
  aspect-ratio: 309/397;
  background-image: url("/img/top/contact-img-people.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(140px, 130px);
}

.top-blog {
  padding: 120px 0;
}
.top-blog .cts-1080 {
  min-height: 260px;
}
.top-blog .btn {
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 1;
}

#page-low section {
  padding: 120px 0;
}
#page-low .ttl-main {
  margin-bottom: 60px;
}

#footer .wrp-main {
  padding: 110px 0;
}
#footer .com-logo {
  margin-bottom: 50px;
}
#footer .wrp-sub {
  padding: 15px 0;
}/*# sourceMappingURL=style.css.map */