@charset "UTF-8";
body {
  width: 100%;
  min-width: 1260px;
  color: #1b2c43;
  scroll-behavior: smooth;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  font-family: "Zen Kaku Gothic New", system-ui;
  letter-spacing: 0.05em;
  font-weight: 500;
  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: #1b2c43 !important;
}
.col-main {
  color: #569acc !important;
}
.col-sub {
  color: #72e4e3 !important;
}
.col-accent {
  color: #b3b3b3 !important;
}
.col-bdr {
  color: #ddd !important;
}
.col-bg {
  color: #f5f5f5 !important;
}
.col-gra-blu {
  background: linear-gradient(0deg, #72e4e3 0%, #569acc 100%);
  background: -webkit-linear-gradient(0deg, #72e4e3 0%, #569acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #1b2c43 !important;
}
.bg-main {
  background-color: #569acc !important;
}
.bg-sub {
  background-color: #72e4e3 !important;
}
.bg-accent {
  background-color: #b3b3b3 !important;
}
.bg-bdr {
  background-color: #ddd !important;
}
.bg-bg {
  background-color: #f5f5f5 !important;
}
.bg-gra-blu {
  background: #72e4e3;
  background: linear-gradient(90deg, #72e4e3 0%, #569acc 100%);
}

.btn-01__link, .btn-03__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 50rem;
  line-height: 1;
  font-weight: bold;
}
.btn-01__link:hover, .btn-03__link:hover {
  color: rgba(27, 44, 67, 0.8);
}
.btn-02__link {
  display: flex;
  justify-content: center;
  border-bottom: solid 1px #ddd;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 10px;
}
.btn-02__link:hover {
  color: rgba(27, 44, 67, 0.8);
}
.btn-03__link {
  background: #72e4e3;
  background: linear-gradient(90deg, #72e4e3 0%, #569acc 100%);
  color: #fff;
  font-weight: 500;
}
.btn-03__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-line-40 {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.ic-line-40::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-outlink {
  position: relative;
}
.ic-outlink::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-outlink.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.ic-outlink:hover::after {
  transform: translate(1px, calc(-50% - 1px));
}
.ic-outlink-flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ic-outlink-flx::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-outlink.png");
  background-size: 100%;
  transition: 0.3s;
}
.ic-outlink-flx:hover::after {
  transform: translate(1px, -1px);
}
.ic-pdf {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-pdf::after {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 23/26;
  background-image: url("/img/common/ic-pdf.png");
  background-size: 100%;
}

.arw-circle-btm::after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle.png");
  background-size: 100%;
  margin-top: 15px;
  transition: 0.3s;
}
.arw-circle-btm:hover::after {
  transform: translateX(2px);
}
.arw-circle {
  position: relative;
}
.arw-circle::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-circle:hover::after {
  transform: translate(-2px, -50%);
}
.arw-blu, .arw-wht {
  position: relative;
}
.arw-blu::after, .arw-wht::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/12;
  background-image: url("/img/common/arw-blu.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-blu:hover::after, .arw-wht:hover::after {
  transform: translate(-2px, -50%);
}
.arw-wht::after {
  background-image: url("/img/common/arw-wht.png");
  background-size: 100%;
}

.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 th, .tbl-01 td {
  font-weight: 500;
  padding: 22px 0;
  vertical-align: middle;
  border-bottom: solid 1px #ddd;
}
.tbl-01 th {
  width: 70%;
}
.tbl-01 td {
  text-align: right;
}
.tbl-01 tr:first-child th, .tbl-01 tr:first-child td {
  padding-top: 0;
}
.tbl-02 th {
  width: 15%;
  font-weight: bold;
  color: #b3b3b3;
}
.tbl-02 th, .tbl-02 td {
  font-weight: 500;
  padding: 22px 0;
  border-bottom: solid 1px #ddd;
}
.tbl-02 tr:first-child th, .tbl-02 tr:first-child td {
  padding-top: 0 !important;
}

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

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

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 100px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 100px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-01 .list-item {
  width: 100%;
}
.list-news time {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  display: block;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 14.1176470588px;
  }
}
.list-news__item {
  border-bottom: solid 1px #ddd;
  padding-bottom: 25px;
}
.list-news__link {
  display: block;
}
.list-news__bx {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.list-news__ttl {
  max-width: calc(100% - 60px);
  margin-top: 10px;
}
.list-service__item {
  aspect-ratio: 340/255;
}
.list-service__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  border: solid 1px #fff;
  box-shadow: 0px 5px 4.75px 0.25px rgba(27, 44, 67, 0.15);
}
@media screen and (max-width: 768px) {
  .list-service__link {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.08) 0px 0px 8px;
  }
}
.list-service__link:hover {
  box-shadow: none;
  border: solid 1px #72e4e3;
  background: #f2fbfc;
}
.list-service__link:hover img {
  transform: translateY(-2px);
}
.list-service__ic {
  mix-blend-mode: multiply;
}
.list-service__ttl {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl {
    font-size: 16.4705882353px;
  }
}
.list-point {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.list-point .list-item,
.list-point .layout-item {
  width: calc((100% - 30px) / 3);
}
.list-point__item {
  aspect-ratio: 195/106;
  border-radius: 8px;
  background: #72e4e3;
  background: linear-gradient(90deg, #72e4e3 0%, #569acc 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-point__item span {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-point__item span {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__item span {
    font-size: 18.8235294118px;
  }
}
.list-works__img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  border: solid 1px #fff;
  transition: 0.3s;
  box-shadow: 0px 5px 4.75px 0.25px rgba(27, 44, 67, 0.15);
}
@media screen and (max-width: 768px) {
  .list-works__img {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.08) 0px 0px 8px;
  }
}
.list-works__ttl {
  line-height: 1.5625;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-works__ttl {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works__ttl {
    font-size: 15.2941176471px;
  }
}
.list-works__link:hover .list-works__img {
  box-shadow: none;
  border-color: #ddd;
}
.list-business__txt, .list-merit__txt {
  line-height: 1.5625;
}
.list-business__item {
  justify-content: space-between;
}
.list-business__bx {
  width: 600px;
  max-width: 100%;
}
.list-merit__ttl {
  text-align: center;
  margin-top: 20px;
}
.list-thumb .list-item {
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 5px 4.75px 0.25px rgba(27, 44, 67, 0.15);
}
@media screen and (max-width: 768px) {
  .list-thumb .list-item {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.08) 0px 0px 8px;
  }
}
.list-staff__item {
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.list-staff__img {
  width: 340px;
  min-width: 340px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 5px 4.75px 0.25px rgba(27, 44, 67, 0.15);
}
@media screen and (max-width: 768px) {
  .list-staff__img {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.08) 0px 0px 8px;
  }
}
.list-staff__bx {
  width: 100%;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.com-shadow-bx {
  box-shadow: 0px 5px 4.75px 0.25px rgba(27, 44, 67, 0.15);
}

.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: #72e4e3;
  background: linear-gradient(90deg, #72e4e3 0%, #569acc 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 12.9411764706px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #b3b3b3;
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.tag-sub__item::before {
  content: "●";
  display: block;
}

.ttl-main {
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
.ttl-main__eng {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  background: linear-gradient(0deg, #72e4e3 0%, #569acc 100%);
  background: -webkit-linear-gradient(0deg, #72e4e3 0%, #569acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  font-size: 6.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__eng {
    font-size: 74px;
    font-size: 9.6354166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__eng {
    font-size: 43.5294117647px;
  }
}
.ttl-main__ruby {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__ruby {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__ruby {
    font-size: 14.1176470588px;
  }
}
.ttl-sub {
  font-weight: bold;
  border-left: solid #569acc 6px;
  border-bottom: solid 1px #ddd;
  background: rgba(245, 245, 245, 0.5);
  padding: 10px 20px 15px 20px;
  margin-bottom: 40px;
  line-height: 1.4583333333;
  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-weight: bold;
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 17.6470588235px;
  }
}
.ttl-01::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #72e4e3;
  background: linear-gradient(90deg, #72e4e3 0%, #569acc 100%);
  margin: 15px 0 0;
}
.ttl-02 {
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 16.4705882353px;
  }
}
.ttl-03 {
  font-weight: bold;
  border-left: solid 2px;
  padding-left: 10px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 15.2941176471px;
  }
}

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

#com-contact {
  padding: 200px 0 10px 0 !important;
  position: relative;
  z-index: 1;
}
#com-contact .ttl-main {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  margin-bottom: 0 !important;
  z-index: 1;
}
#com-contact .contact-bx {
  width: 870px;
  max-width: 100%;
  height: 220px;
  margin: 0 auto;
  background: url("/img/common/contact-eng.png") left bottom no-repeat;
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 5px 4.75px 0.25px rgba(27, 44, 67, 0.15);
}
@media screen and (max-width: 768px) {
  #com-contact .contact-bx {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.08) 0px 0px 8px;
  }
}
#com-contact .com-layout {
  transform: translateY(20px);
}
#com-contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 355px;
  background-image: url("/img/common/contact-bg.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#com-contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 65px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#com-contact.contact-mailform {
  background: #f5f5f5;
  padding: 100px 0 !important;
}
#com-contact.contact-mailform .contact-bx {
  display: block;
  height: auto;
  padding: 100px 0 50px 0;
}
#com-contact.contact-mailform .com-layout {
  transform: none;
}
#com-contact.contact-mailform::before, #com-contact.contact-mailform::after {
  content: none;
}

#main-contents {
  overflow: hidden;
}

#header .com-logo-a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.header-bar {
  background: #fff;
  width: 100%;
  height: 85px;
  padding-right: 1.56%;
  position: relative;
  z-index: 10;
}

.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 35px;
       column-gap: 35px;
  font-weight: bold;
  position: relative;
}
.header-nav__item:nth-child(2) .header-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.header-nav__item:nth-child(2) .header-nav__link::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 10/7;
  background-image: url("/img/common/arw-blk.png");
  background-size: 100%;
}
.header-nav__link {
  display: block;
  padding: 10px 0;
}
.header-nav__link:hover {
  opacity: 0.8;
}
.header-nav .dropdown-menu__list {
  width: 600px;
  padding: 50px 0 40px 0;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 35px 40px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.header-nav .dropdown-menu__item {
  line-height: 1;
}
.header-nav .dropdown-menu__item:nth-child(3n-2) {
  width: 205px;
}
.header-nav .dropdown-menu__item:nth-child(3n-1) {
  width: 85px;
}
.header-nav .dropdown-menu__item:nth-child(3n) {
  width: 105px;
}
.header-nav .dropdown-menu__link:hover {
  opacity: 0.8;
}
.header-nav .current {
  color: #569acc;
}

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

.mv-img {
  width: 1650px;
  max-width: 85.9375%;
}
.mv-cc {
  width: 850px;
  max-width: 44.2708333333%;
  aspect-ratio: 850/270;
  border-radius: 0 3vw 0 0;
  background: url("/img/top/mv-eng.png") left 12% top no-repeat;
  background-size: 55.53%;
  background-color: #fff;
  font-weight: bold;
  row-gap: 1.5vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.mv-cc__mein, .mv-cc__sub {
  line-height: 1;
}
.mv-cc__main {
  letter-spacing: 0.1em;
  font-size: 56px;
  font-size: 2.9166666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__main {
    font-size: 32.9411764706px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__main {
    font-size: 56px;
  }
}
.mv-cc__main::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #72e4e3;
  background: linear-gradient(90deg, #72e4e3 0%, #569acc 100%);
}
.mv-cc__main span {
  font-size: 50px;
  font-size: 2.6041666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__main span {
    font-size: 29.4117647059px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__main span {
    font-size: 50px;
  }
}
.mv-cc__sub {
  -moz-column-gap: 0.5vw;
       column-gap: 0.5vw;
  font-size: 28px;
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__sub {
    font-size: 16.4705882353px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__sub {
    font-size: 28px;
  }
}
.mv-cc__sub::before, .mv-cc__sub::after {
  content: "";
  display: block;
  width: 0.6vw;
  height: 2px;
  background: #1b2c43;
  transform: translateY(150%);
}
.mv-scroll {
  position: absolute;
  top: 50%;
  left: 10.42%;
  transform: translateY(-45%);
  z-index: 10;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1120px) {
  .mv-scroll {
    font-size: 10.5882352941px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-scroll {
    font-size: 18px;
  }
}
.mv-scroll__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
.mv-scroll__link::after {
  content: "";
  display: block;
  width: 2px;
  height: 5vw;
  background: #f5f5f5;
  transition: 0.3s;
}
.mv-scroll__link:hover {
  color: #569acc;
  transform: translateY(5px);
}
.mv-scroll__link:hover::after {
  background: #72e4e3;
}
.mv::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/412;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sv-bx {
  aspect-ratio: 1920/250;
}
.sv-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.5vw;
}
.sv-ttl__eng {
  font-size: 72px;
  font-size: 3.75vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl__eng {
    font-size: 42.3529411765px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl__eng {
    font-size: 72px;
  }
}
.sv-ttl__eng::first-letter {
  text-transform: uppercase;
}
.sv-ttl__ruby {
  font-weight: bold;
  font-size: 16px;
  font-size: 0.8333333333vw;
  margin-top: -15px;
}
@media screen and (max-width: 1120px) {
  .sv-ttl__ruby {
    font-size: 9.4117647059px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl__ruby {
    font-size: 16px;
  }
}

.side-bar {
  position: fixed;
  right: 0;
  bottom: 20px;
  transform: translateX(155px);
  transition: 0.3s;
  z-index: 77;
}
.side-bar__link {
  width: 255px;
  height: 100px;
  border-radius: 8px 0 0 8px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  box-shadow: 0px 5px 4.75px 0.25px rgba(27, 44, 67, 0.15);
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .side-bar__link {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.08) 0px 0px 8px;
  }
}
@media screen and (max-width: 768px) {
  .side-bar__link {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .side-bar__link {
    font-size: 16.4705882353px;
  }
}
.side-bar:hover {
  cursor: pointer;
  transform: translateX(0);
}
.side-bar:hover .side-bar__link {
  background: #f2fbfc;
}

.top-service {
  padding: 100px 0;
}
.top-works {
  padding: 160px 0 0;
}
.top-about .ttl-main, .top-works .ttl-main {
  margin-bottom: 40px;
}
.top-service .ttl-main, .top-carlease .ttl-main {
  margin-bottom: 30px;
}

.top-gallery {
  padding: 80px 0 0;
  -moz-column-gap: 1.56%;
       column-gap: 1.56%;
}
.top-gallery .img img {
  display: block;
  width: 100%;
}

.top-about {
  padding: 20px 0 80px 0;
  background: url("/img/top/about-eng.png") center bottom no-repeat;
  background-size: 100%;
}
.top-about .about-ttl {
  line-height: 1.625;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-160px);
  z-index: 1;
}

.top-carlease {
  padding: 100px 0 0;
}
.top-carlease .img {
  margin-left: -420px;
}

.top-works .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.top-works::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-news {
  padding: 160px 0 80px 0;
}
.top-news .news-bx {
  width: 1200px;
  border-radius: 30px 0 0 30px;
  padding: 50px 0 50px 50px;
  margin-left: auto;
  margin-right: -420px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

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

.works-detail .ba-bx {
  position: relative;
  z-index: 1;
}
.works-detail .ba-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 45px;
  aspect-ratio: 45/118;
  background-image: url("/img/common/arw-gra-blu.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.works-detail .ba-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 5px 4.75px 0.25px rgba(27, 44, 67, 0.15);
}
@media screen and (max-width: 768px) {
  .works-detail .ba-img {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.08) 0px 0px 8px;
  }
}
.works-detail .ba-txt {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  display: flex;
  line-height: 1;
  margin-bottom: 10px;
}
.works-detail .ba-txt span {
  padding: 5px 10px;
  border-radius: 8px;
}

#footer {
  padding: 80px 0 50px 0;
}

.footer-nav__list {
  display: grid;
  grid-template-columns: 85px 425px;
  grid-template-rows: repeat(4, 1fr);
  gap: 40px 50px;
  font-weight: bold;
}
.footer-nav__item {
  line-height: 1;
  position: relative;
}
.footer-nav__item:nth-child(4) {
  grid-row-start: 3;
}
.footer-nav__item:nth-child(5) {
  grid-row-start: 4;
}
.footer-nav__link:hover {
  opacity: 0.8;
}
.footer-nav .dropdown-menu__list {
  width: 425px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 190px 90px 105px;
  gap: 25px;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(25px);
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .dropdown-menu__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav .dropdown-menu__list {
    font-size: 14.1176470588px;
  }
}
.footer-nav .dropdown-menu__item {
  line-height: 1;
}
.footer-nav .dropdown-menu__item a::before {
  content: "- ";
}
.footer-nav .dropdown-menu__link:hover {
  opacity: 0.8;
}

.footer-nav_sub {
  margin-top: 50px;
}
.footer-nav_sub .footer-nav__list {
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
}

.footer-copy {
  border-top: solid 2px #ddd;
  padding-top: 25px;
}/*# sourceMappingURL=style.css.map */