@charset "UTF-8";
body {
  width: 100%;
  min-width: 1260px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  color: #031136;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.2941176471px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #031136 !important;
}
.col-main {
  color: #3eb4ff !important;
}
.col-sub {
  color: #0084e1 !important;
}
.col-accent {
  color: #00285f !important;
}
.col-bdr {
  color: #ddd !important;
}
.col-bg1 {
  color: #e3f7ff !important;
}
.col-bg2 {
  color: #f3f3f3 !important;
}
.col-red1 {
  color: #9d1212 !important;
}
.col-red2 {
  color: #ac2020 !important;
}
.col-blu1 {
  color: #c3eeff !important;
}
.col-blu2 {
  color: #e3f7ff !important;
}
.col-blu3 {
  color: #7acff3 !important;
}
.col-gra-blu {
  background: linear-gradient(0deg, #3eb4ff 0%, #0084e1 100%);
  background: -webkit-linear-gradient(0deg, #3eb4ff 0%, #0084e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #031136 !important;
}
.bg-main {
  background-color: #3eb4ff !important;
}
.bg-sub {
  background-color: #0084e1 !important;
}
.bg-accent {
  background-color: #00285f !important;
}
.bg-bdr {
  background-color: #ddd !important;
}
.bg-bg1 {
  background-color: #e3f7ff !important;
}
.bg-bg2 {
  background-color: #f3f3f3 !important;
}
.bg-red1 {
  background-color: #9d1212 !important;
}
.bg-red2 {
  background-color: #ac2020 !important;
}
.bg-blu1 {
  background-color: #c3eeff !important;
}
.bg-blu1 {
  background-color: #c3eeff !important;
}
.bg-blu2 {
  background-color: #e3f7ff !important;
}
.bg-blu3 {
  background-color: #7acff3 !important;
}
.bg-gra-blu {
  background: #3eb4ff;
  background: linear-gradient(30deg, #3eb4ff 0%, #0084e1 100%);
}

.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.btn-01__link::before {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #031136;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.btn-01__link.bg-red2::before {
  background: #9d1212;
}
.btn-01__link.bg-blk::before {
  background: #00285f;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.ic-tel-blu_22, .ic-tel-blu_31, .ic-tel-wht_22, .ic-tel-wht_31 {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel-blu_22::before, .ic-tel-blu_31::before, .ic-tel-wht_22::before, .ic-tel-wht_31::before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 31/34;
  background-image: url("/img/common/ic-tel-blu.png");
  background-size: 100%;
}
.ic-tel-blu_31, .ic-tel-wht_31 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel-blu_31::before, .ic-tel-wht_31::before {
  width: 31px;
}
.ic-tel-wht_22::before, .ic-tel-wht_31::before {
  aspect-ratio: 22/25;
  background-image: url("/img/common/ic-tel-wht.png");
  background-size: 100%;
}
.ic-mail {
  position: relative;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 28/18;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.ic-dl {
  position: relative;
}
.ic-dl::after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/18;
  background-image: url("/img/common/ic-download.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.ic-question, .ic-trouble, .ic-home {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-question::before, .ic-trouble::before, .ic-home::before {
  content: "";
  display: block;
  width: 56px;
  aspect-ratio: 56/50;
  background-image: url("/img/business/ic-question.png");
  background-size: 100%;
}
.ic-trouble::before {
  background-image: url("/img/business/ic-trouble.png");
  background-size: 100%;
}
.ic-home::before {
  background-image: url("/img/business/ic-home.png");
  background-size: 100%;
}

.arw-solid-wht, .arw-solid-wht_long {
  position: relative;
}
.arw-solid-wht::after, .arw-solid-wht_long::after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/5;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-wht:hover::after, .arw-solid-wht_long:hover::after {
  transform: translate(-2px, -50%);
}
.arw-solid-wht_long::after {
  width: 109px;
  aspect-ratio: 109/5;
  background-image: url("/img/common/arrow-solid-wht-long.png");
  background-size: 100%;
}
.arw-solid-blk {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.arw-solid-blk::after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/5;
  background-image: url("/img/common/arrow-solid-blk.png");
  background-size: 100%;
}
.arw-anchor {
  position: relative;
}
.arw-anchor::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-anchor:hover::after {
  transform: translateY(calc(-50% + 2px));
}

.obj-point {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
  text-align: center;
}
.obj-point::before, .obj-point::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #031136;
  transform: rotate(-30deg);
}
.obj-point::after {
  transform: rotate(30deg);
}
.obj-point__inner {
  max-width: calc(100% - 35px);
}
.obj-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
.obj-dot::before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 {
  background: #fff;
  border-top: solid 1px #031136;
  border-bottom: solid 1px #031136;
}
.tbl-01 th, .tbl-01 td {
  padding: 20px 4%;
  vertical-align: middle;
}
.tbl-01 th {
  width: 20%;
  background: #00285f;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.tbl-01 td {
  font-weight: bold;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td {
  border-top: solid 1px #fff;
}
.tbl-01 tr:not(:first-child) td {
  border-top-color: #031136;
}

[class^=cts-] {
  width: 100%;
  margin: 0 auto;
}

.cts-1080 {
  max-width: 1080px;
}
.cts-1280 {
  max-width: 1280px;
}
.cts-1820 {
  width: 1820px;
  max-width: 94.7916666667%;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 60px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 60px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 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-blog .list-item, .list-news .list-item, .list-privacy .list-item {
  width: 100%;
}
.list-news time {
  line-height: 1;
  display: flex;
  align-items: center;
}
.list-news time::after {
  content: "/";
  display: block;
  margin: 0 5px;
}
.list-news__item:not(:last-child) {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.list-news__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-news__img {
  width: 120px;
  min-width: 120px;
  aspect-ratio: 120/80;
}
.list-news__bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news__inner {
  display: flex;
  align-items: center;
}
.list-check__item {
  width: 240px;
  max-width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.list-check__item:nth-child(-n+4) {
  position: absolute;
}
.list-check__item:first-child, .list-check__item:nth-child(3) {
  top: 0;
  left: 0;
}
.list-check__item:nth-child(2), .list-check__item:nth-child(4) {
  top: 0;
  right: 0;
}
.list-check__item:first-child {
  transform: translate(65px, 10px);
}
.list-check__item:nth-child(2) {
  transform: translate(-65px, 10px);
}
.list-check__item:nth-child(3), .list-check__item:nth-child(4) {
  transform: translateY(250px);
}
.list-check__item:nth-child(6), .list-check__item:nth-child(8) {
  margin-left: 54px;
}
.list-check__item:nth-child(7) {
  margin-left: 82px;
}
.list-check__item:first-child .list-check__link::after, .list-check__item:nth-child(3) .list-check__link::after, .list-check__item:nth-child(5) .list-check__link::after, .list-check__item:nth-child(6) .list-check__link::after {
  right: 0;
  transform: translate(50%, calc(-50% + 25px));
}
.list-check__item:first-child .list-check__link:hover::after, .list-check__item:nth-child(3) .list-check__link:hover::after, .list-check__item:nth-child(5) .list-check__link:hover::after, .list-check__item:nth-child(6) .list-check__link:hover::after {
  transform: translate(calc(50% - 2px), calc(-50% + 25px));
}
.list-check__item:nth-child(2) .list-check__link::after, .list-check__item:nth-child(4) .list-check__link::after, .list-check__item:nth-child(7) .list-check__link::after, .list-check__item:nth-child(8) .list-check__link::after {
  left: 0;
  transform: translate(-50%, calc(-50% + 25px));
}
.list-check__item:nth-child(2) .list-check__link:hover::after, .list-check__item:nth-child(4) .list-check__link:hover::after, .list-check__item:nth-child(7) .list-check__link:hover::after, .list-check__item:nth-child(8) .list-check__link:hover::after {
  transform: translate(calc(-50% + 2px), calc(-50% + 25px));
}
.list-check__link {
  background: #e3f7ff;
  padding: 10px 10px 15px 10px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 2fr 1fr;
  row-gap: 10px;
  position: relative;
}
.list-check__link::after {
  content: "";
  display: block;
  width: 68px;
  aspect-ratio: 1/1;
  background-image: url("/img/top/check-button.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  z-index: 2;
  transition: 0.3s;
}
.list-check__img {
  background: #fff;
}
.list-check__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #00285f;
  line-height: 1.6666666667;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-check__ttl {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-check__ttl {
    font-size: 16.4705882353px;
  }
}
.list-check__ttl small {
  letter-spacing: 0.04em;
}
.list-bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.list-bnr .list-item,
.list-bnr .layout-item {
  width: calc((100% - 90px) / 3);
}
.list-bnr__item {
  padding-bottom: 35px;
  position: relative;
}
.list-bnr__link:hover .ttl-main__eng, .list-bnr__link:hover .ttl-main__ruby {
  color: rgba(255, 255, 255, 0.8);
}
.list-bnr__link:hover .ttl-main::after {
  transform: translateX(5px);
}
.list-bnr .ttl-main {
  width: 170px;
  max-width: 100%;
  background: #3eb4ff;
  background: linear-gradient(30deg, #3eb4ff 0%, #0084e1 100%);
  padding: 20px 0;
  text-align: center;
  row-gap: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.list-bnr .ttl-main__eng, .list-bnr .ttl-main__ruby {
  color: #fff;
  transition: 0.3s;
}
.list-bnr .ttl-main__eng {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .list-bnr .ttl-main__eng {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr .ttl-main__eng {
    font-size: 12.9411764706px;
  }
}
.list-bnr .ttl-main__ruby {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-bnr .ttl-main__ruby {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr .ttl-main__ruby {
    font-size: 20.5882352941px;
  }
}
.list-bnr .ttl-main::after {
  content: "";
  display: block;
  width: 109px;
  aspect-ratio: 109/5;
  background-image: url("/img/common/arrow-solid-wht-long.png");
  background-size: 100%;
  margin: 10px auto 0 auto;
  transition: 0.3s;
}
.list-staff__item {
  background: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 40px;
}
.list-staff__bx {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-staff .img {
  width: 100%;
  aspect-ratio: 430/280;
  overflow: hidden;
}
.list-staff h3 {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-staff h3 .ruby {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-staff h3 .ruby {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-staff h3 .ruby {
    font-size: 20.5882352941px;
  }
}
.list-staff h3 .eng {
  letter-spacing: 0.04em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list-staff h3 .eng {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-staff h3 .eng {
    font-size: 14.1176470588px;
  }
}
.list-staff h4 {
  color: #00285f;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-staff h4 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-staff h4 {
    font-size: 16.4705882353px;
  }
}
.list-staff dt {
  color: #0084e1;
  line-height: 1;
  border-left: solid 2px #0084e1;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-staff dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-staff dt {
    font-size: 16.4705882353px;
  }
}
.list-staff dd, .list-staff__txt {
  white-space: pre-wrap;
}
.list-dot__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-dot__item::before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #3eb4ff;
}
.list-dot__item:not(:last-child) {
  border-bottom: solid 1px #c3eeff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list-works {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.list-works .list-item,
.list-works .layout-item {
  width: calc((100% - 80px) / 2);
}
.list-works__item {
  background: #fff;
}
.list-works__img {
  width: 100%;
  aspect-ratio: 500/290;
  display: flex;
  overflow: hidden;
}
.list-works__img .img {
  width: 50%;
  height: 100%;
  position: relative;
}
.list-works__img .img:not(:first-child) {
  border-left: solid 2px #fff;
}
.list-works__bx {
  padding: 30px 30px 55px 30px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-works__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.list-works .btn {
  justify-content: flex-end;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.list-works .com-label-before::after, .list-works .com-label-after::after {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-works .com-label-before::after, .list-works .com-label-after::after {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works .com-label-before::after, .list-works .com-label-after::after {
    font-size: 17.6470588235px;
  }
}
.list-vision {
  border-top: solid 1px #7acff3;
  border-bottom: solid 1px #7acff3;
}
.list-vision__item {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
}
.list-vision__item:not(:first-child) {
  border-top: solid 1px #7acff3;
}
.list-policy {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.list-policy .list-item,
.list-policy .layout-item {
  width: calc((100% - 60px) / 3);
}
.list-policy {
  row-gap: 40px;
}
.list-policy__item {
  text-align: center;
}
.list-policy__ttl {
  width: 240px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #3eb4ff;
  background: linear-gradient(30deg, #3eb4ff 0%, #0084e1 100%);
  border: solid 5px #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin: 0 auto -50px auto;
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 55px;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  .list-policy__ttl {
    font-size: 65px;
    font-size: 8.4635416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-policy__ttl {
    font-size: 38.2352941176px;
  }
}
.list-policy__ttl em {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-policy__ttl em {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-policy__ttl em {
    font-size: 26.4705882353px;
  }
}
.list-policy__ttl em::first-letter {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .list-policy__ttl em::first-letter {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-policy__ttl em::first-letter {
    font-size: 35.2941176471px;
  }
}
.list-policy__txt {
  background: #e3f7ff;
  padding: 65px 15px 35px 15px;
}
.list-profile dl {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-profile dt, .list-profile dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-profile dt {
  width: 100px;
  min-width: 100px;
  background: #00285f;
  color: #fff;
  text-align: center;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel {
  letter-spacing: 0.06em;
}
.com-tel .tel {
  letter-spacing: 0.06em;
  line-height: 1;
}
.com-tel small {
  line-height: 1;
}
.com-business .com-layout__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.com-business h4 {
  color: #0084e1;
  font-weight: 800;
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-business h4 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-business h4 {
    font-size: 23.5294117647px;
  }
}
.com-label-before, .com-label-after {
  position: relative;
}
.com-label-before::after, .com-label-after::after {
  content: "Before";
  display: block;
  width: calc(100% - 20px);
  max-width: 170px;
  background: #fff;
  color: #3eb4ff;
  padding: 3px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -10px);
  z-index: 1;
}
.com-label-after::after {
  content: "After";
  color: #0084e1;
}

.tag-main__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  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: 16.4705882353px;
  }
}
.tag-main__link {
  display: block;
  background: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  background: #e3f7ff;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 14.1176470588px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #fff;
  color: #3eb4ff;
  padding: 8px 10px;
}
.tag-sub-works__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag-sub-works__item {
  background: #e3f7ff;
  color: #0084e1;
  padding: 5px 10px;
}
.tag-toggle {
  position: relative;
}
.tag-toggle-input {
  display: none;
}
.tag-toggle-input:checked + .arw-anchor::after {
  transform: translateY(-50%) scaleY(-1);
}
.tag-toggle-input:checked + .tag-toggle-btn + .tag-toggle__list {
  max-height: 9999px;
}
.tag-toggle-btn {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #00285f;
  color: #fff;
  cursor: pointer;
}
.tag-toggle__list {
  width: 100%;
  background: #fff;
  border: solid 3px #00285f;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.tag-toggle__item:not(:last-child) {
  border-bottom: solid 1px #ddd;
}
.tag-toggle__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding: 10px 20px;
}
.tag-toggle__link::before {
  content: ">";
  display: block;
}
.tag-toggle__link:hover {
  color: #0084e1;
}

.ttl-main {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.ttl-main__eng {
  letter-spacing: 0.08em;
  color: #3eb4ff;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__eng {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__eng {
    font-size: 20.5882352941px;
  }
}
.ttl-main__ruby {
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__ruby {
    font-size: 55px;
    font-size: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__ruby {
    font-size: 32.3529411765px;
  }
}
.ttl-main__ruby span, .ttl-main__ruby em {
  letter-spacing: 0.1em;
}
.ttl-sub {
  font-weight: 600;
  border-left: solid #3eb4ff 6px;
  border-bottom: solid 1px #ddd;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  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: 20px;
  }
}
.ttl-01 {
  font-family: "Zen Kaku Gothic New", system-ui;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #00285f;
  margin-bottom: 40px;
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 55px;
    font-size: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 32.3529411765px;
  }
}
.ttl-02 {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 800;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.ttl-02__num {
  line-height: 1;
  font-style: italic;
  color: #e3f7ff;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
  font-size: 100px;
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  .ttl-02__num {
    font-size: 110px;
    font-size: 14.3229166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02__num {
    font-size: 64.7058823529px;
  }
}
.ttl-02__txt {
  color: #0084e1;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-02__txt {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02__txt {
    font-size: 23.5294117647px;
  }
}
.ttl-03 {
  color: #00285f;
  border-bottom: solid 1px #00285f;
  padding-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 17.6470588235px;
  }
}

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

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

#ctn-top .tag-sub-works__list {
  font-size: 14px;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1120px) {
  #ctn-top .tag-sub-works__list {
    font-size: 8.2352941176px;
  }
}
@media screen and (min-width: 1920px) {
  #ctn-top .tag-sub-works__list {
    font-size: 14px;
  }
}
#ctn-lower .tag-sub-works__list {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .tag-sub-works__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .tag-sub-works__list {
    font-size: 14.1176470588px;
  }
}

#side-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 77;
}

.header-bar {
  padding: 0 20px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

.mv, .sv {
  width: 100%;
  position: relative;
}
.mv-cc, .sv-cc {
  width: 556px;
  max-width: 28.9583333333%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.mv .wrp-video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mv .wrp-video .youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sv-cc {
  width: 100%;
  max-width: 100%;
}
.sv-cc__ttl {
  letter-spacing: 0.12em;
  padding: 10px 10px 15px 10px;
}
.sv-reason {
  background: url("/img/reason/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-business {
  background: url("/img/business/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-works {
  background: url("/img/works/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-recruit {
  background: url("/img/recruit/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-company {
  background: url("/img/company/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

.header-nav {
  margin-top: 15px;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 14.7058823529px;
  }
}
.header-nav__item {
  display: flex;
  align-items: center;
  position: relative;
}
.header-nav__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background: #031136;
  transform: rotate(35deg);
  margin: 0 10px;
}
.header-nav__link:hover {
  opacity: 0.8;
}
.header-nav .dropdown-menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.header-nav .dropdown-menu::after {
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  background: #031136;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.header-nav .dropdown-menu__list {
  display: none;
  width: 107px;
  padding-top: 16px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.header-nav .dropdown-menu__item {
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  position: relative;
  z-index: 1;
}
.header-nav .dropdown-menu__item:not(:first-child) {
  border-top: solid 1px #3eb4ff;
}
.header-nav .dropdown-menu__item::before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #0084e1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
.header-nav .dropdown-menu__link {
  display: block;
  padding: 12px 0;
}
.header-nav .dropdown-menu__link:hover {
  color: #0084e1;
}
.header-nav .current {
  color: #0084e1;
}

.top-works, .top-diagnosis, .top-check, .top-news {
  padding: 100px 0;
}
.top-check .ttl-main, .top-message .ttl-main {
  margin-bottom: 40px;
}
.top-news .list-news, .top-works .list-news {
  width: 780px;
  max-width: 100%;
}
.top-news .btn, .top-works .btn {
  position: absolute;
  left: 0;
}

.top-works .cts-1080 {
  min-height: 280px;
}
.top-works .list-news {
  margin-top: 4vw;
}
.top-works .btn {
  top: 230px;
}

.top-check .ttl-main__ruby-sub {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-check .ttl-main__ruby-sub::after {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 28/22;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  margin-left: 15px;
}
.top-check .obj-arw {
  position: relative;
}
.top-check .obj-arw::before {
  content: "";
  display: block;
  width: 933px;
  max-width: 100%;
  aspect-ratio: 933/571;
  background-image: url("/img/top/check-arrow.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 25px), calc(-50% + 125px));
  z-index: 1;
}

.top-message .cts-1820 {
  background: url("/img/top/message-bg.png") center center no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.top-bnr {
  padding: 100px 0 0;
}

.top-news .cts-1080 {
  min-height: 200px;
}
.top-news .btn {
  top: 85px;
}

.com-contact {
  padding: 100px 0;
}
.com-contact__ttl-sub, .com-contact__ttl-main {
  display: flex;
  justify-content: center;
  text-align: center;
}
.com-contact__ttl-main::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/12;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #031136;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

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

.works-detail .list-item {
  position: relative;
  z-index: 1;
}
.works-detail .list-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/29;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #00285f;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(calc(-40px + 50%), -50%);
  z-index: -1;
}
.works-detail .img {
  width: 100%;
  aspect-ratio: 460/290;
  overflow: hidden;
  position: relative;
}
.works-detail .com-label-before, .works-detail .com-label-after {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .works-detail .com-label-before, .works-detail .com-label-after {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .works-detail .com-label-before, .works-detail .com-label-after {
    font-size: 14.7058823529px;
  }
}

.lower-vision .cts-1820 {
  background: url("/img/company/vision-bg.png") center center no-repeat;
  background-size: cover;
}

#footer {
  padding: 80px 0;
  color: #fff;
}
#footer a {
  color: #fff;
}

.footer-nav__list {
  display: grid;
  justify-content: flex-end;
  grid-template-columns: 110px 95px 170px;
  grid-template-rows: repeat(4, 1fr);
  gap: 10px 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
  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: 14.1176470588px;
  }
}
.footer-nav__item {
  position: relative;
}
.footer-nav__item:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(3) {
  grid-column-start: 1;
  grid-row-start: 3;
}
.footer-nav__item:nth-child(4) {
  grid-column-start: 2;
  grid-row-start: 1;
}
.footer-nav__item:nth-child(5) {
  grid-column-start: 2;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(6) {
  grid-column-start: 2;
  grid-row-start: 3;
}
.footer-nav__item:nth-child(7) {
  grid-column-start: 2;
  grid-row-start: 4;
}
.footer-nav__item:nth-child(8) {
  grid-column-start: 3;
  grid-row-start: 1;
}
.footer-nav__item:nth-child(9) {
  grid-column-start: 3;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(10) {
  grid-column-start: 3;
  grid-row-start: 3;
}
.footer-nav__link,
.footer-nav .dropdown-menu__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.footer-nav__link::before,
.footer-nav .dropdown-menu__link::before {
  content: "▶";
  display: block;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__link::before,
  .footer-nav .dropdown-menu__link::before {
    font-size: 20px;
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__link::before,
  .footer-nav .dropdown-menu__link::before {
    font-size: 11.7647058824px;
  }
}
.footer-nav__link:hover,
.footer-nav .dropdown-menu__link:hover {
  opacity: 0.8;
}
.footer-nav .dropdown-menu {
  position: relative;
}
.footer-nav .dropdown-menu::after {
  content: "└";
  display: block;
  position: absolute;
  top: calc(100% + 4px);
  left: 5px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .dropdown-menu::after {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav .dropdown-menu::after {
    font-size: 17.6470588235px;
  }
}
.footer-nav .dropdown-menu__list {
  display: flex !important;
  flex-direction: column;
  row-gap: 10px;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .dropdown-menu__list {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav .dropdown-menu__list {
    font-size: 12.9411764706px;
  }
}
.footer-nav .dropdown-menu__link::before {
  font-size: 8px;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .dropdown-menu__link::before {
    font-size: 18px;
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav .dropdown-menu__link::before {
    font-size: 10.5882352941px;
  }
}/*# sourceMappingURL=style.css.map */