body {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #232627;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 16.4705882353px;
  }
}

#ctn-top {
  position: relative;
  z-index: 1;
}
#ctn-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/750;
  background-image: url("/img/top/service-bg.png");
  background-size: 100%;
  background-color: #92d2ef;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #232627 !important;
}
.col-main {
  color: #1274ba !important;
}
.col-sub {
  color: #92d2ef !important;
}
.col-bg {
  color: #eaf4f7 !important;
}
.col-bdr {
  color: #cdd6da !important;
}
.col-gry {
  color: #adc0c6 !important;
}
.col-gra-blu {
  background: linear-gradient(90deg, #217ab9 0%, #57b8dc 50%, #7fcee8 100%);
  background: -webkit-linear-gradient(90deg, #217ab9 0%, #57b8dc 50%, #7fcee8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #232627 !important;
}
.bg-main {
  background: #1274ba !important;
}
.bg-sub {
  background: #92d2ef !important;
}
.bg-bg {
  background-color: #eaf4f7 !important;
}
.bg-bdr {
  background-color: #cdd6da !important;
}
.bg-gry {
  background-color: #adc0c6 !important;
}
.bg-gra-blu {
  background: #217ab9;
  background: linear-gradient(90deg, #217ab9 0%, #57b8dc 50%, #7fcee8 100%);
}

.btn-01 {
  font-family: "Zen Kaku Gothic New", system-ui;
}
.btn-01__link:hover {
  color: rgba(35, 38, 39, 0.8);
}

.side-bar {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 88;
}

.ic-mail, .ic-line {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ic-mail::before, .ic-line::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 30/22;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-line::before {
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}

.arw-circle-blu {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.arw-circle-blu::after {
  content: "";
  display: block;
  width: 65px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle-blu.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-circle-blu:hover::after {
  transform: translateX(-2px);
}
.arw-solid-blk {
  position: relative;
}
.arw-solid-blk::after {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/22;
  background-image: url("/img/common/arw-solid-blk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-solid-blk:hover::after {
  transform: translate(-2px, -50%);
}
.arw-solid-wht__17 {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.arw-solid-wht__17::after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 31/32;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-solid-wht__17:hover::after {
  transform: translateX(-2px);
}
.arw-solid-wht__30 {
  position: relative;
}
.arw-solid-wht__30::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 31/32;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
  position: absolute;
  right: 35px;
  bottom: 30px;
  z-index: 1;
  transition: 0.3s;
}
.arw-solid-wht__30:hover::after {
  transform: translateX(-2px);
}

.obj-pc {
  position: relative;
  z-index: 1;
}
.obj-pc::after {
  content: "";
  display: block;
  width: 180px;
  aspect-ratio: 180/226;
  background-image: url("/img/common/illust-pc.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-board {
  position: relative;
  z-index: 1;
}
.obj-board::after {
  content: "";
  display: block;
  width: 128px;
  aspect-ratio: 128/200;
  background-image: url("/img/common/illust-board.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-handshake {
  position: relative;
  z-index: 1;
}
.obj-handshake::after {
  content: "";
  display: block;
  width: 200px;
  aspect-ratio: 255/173;
  background-image: url("/img/common/illust-handshake.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}

.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-info dl {
  display: flex;
  align-items: flex-start;
}
.tbl-info dt, .tbl-info dd {
  padding: 20px 4%;
  font-weight: 500;
}
.tbl-info dt {
  width: 30%;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.tbl-info dt::before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #92d2ef;
}
.tbl-info dd {
  width: 70%;
  padding-left: 4%;
}
.tbl-info dl:first-child dt, .tbl-info dl:first-child dd {
  padding-top: 0;
}
.tbl-info dl:last-child dt, .tbl-info dl:last-child dd {
  padding-bottom: 0;
}

[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: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 120px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 120px) / 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-case .list-item, .list-faq .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  line-height: 1;
}
.list-news__item {
  border-bottom: solid 1px #cdd6da;
  padding-bottom: 25px;
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news__ttl {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .list-news__ttl {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news__ttl {
    font-size: 15.8823529412px;
  }
}
.list-reason__item {
  position: relative;
}
.list-reason__num {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #1274ba;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-reason__num {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__num {
    font-size: 29.4117647059px;
  }
}
.list-reason__ttl {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 26px;
  font-size: 2.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .list-reason__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__ttl {
    font-size: 21.1764705882px;
  }
}
.list-reason__ttl-txt {
  background: #217ab9;
  background: linear-gradient(90deg, #217ab9 0%, #57b8dc 50%, #7fcee8 100%);
  color: #fff;
  padding: 3px 10px;
}
.list-btn {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .list-btn {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-btn {
    font-size: 19.4117647059px;
  }
}
.list-btn__item {
  width: 100%;
  border-bottom: solid 1px #232627;
}
.list-btn__item:first-child {
  border-top: solid 1px #232627;
}
.list-btn__link {
  display: block;
  line-height: 1;
  padding: 40px 0;
}
.list-btn__link:hover {
  color: rgba(35, 38, 39, 0.8);
}
.list-case__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  border-bottom: solid 1px #cdd6da;
  padding-bottom: 60px;
}
.list-case__ttl {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 23px;
  font-size: 2.3rem;
  background: #eaf4f7;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .list-case__ttl {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-case__ttl {
    font-size: 19.4117647059px;
  }
}
.list-case__txt {
  white-space: pre-wrap;
  line-height: 2;
}
.list-info {
  font-family: "Zen Kaku Gothic New", system-ui;
}
.list-info__item {
  padding: 20px 0;
}
.list-info__item:not(:first-child) {
  border-left: solid 1px #fff;
  padding-left: 30px;
}
.list-info__link {
  color: #fff;
  letter-spacing: 0.04em;
}
.list-info__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.list-faq__item {
  border-bottom: solid 1px #cdd6da;
  padding-bottom: 40px;
}
.list-faq__q, .list-faq__a {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-faq__q span, .list-faq__a span {
  padding-top: 12px;
}
.list-faq__q::before, .list-faq__a::before {
  display: block;
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .list-faq__q::before, .list-faq__a::before {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__q::before, .list-faq__a::before {
    font-size: 35.2941176471px;
  }
}
.list-faq__q {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Zen Kaku Gothic New", system-ui;
  color: #1274ba;
}
@media screen and (max-width: 768px) {
  .list-faq__q {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__q {
    font-size: 19.4117647059px;
  }
}
.list-faq__q::before {
  content: "Q";
  color: #1274ba;
}
.list-faq__a {
  margin-top: 20px;
}
.list-faq__a span {
  white-space: pre-wrap;
}
.list-faq__a::before {
  content: "A";
  color: #cdd6da;
}
.list-check {
  font-family: "Zen Kaku Gothic New", system-ui;
}
.list-check__item {
  background: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 16/18;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  transform: translateY(5px);
}
.list-card__item {
  background: #fff;
  padding: 30px;
}
.list-card__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .list-card__txt {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-card__txt {
    font-size: 15.2941176471px;
  }
}
.list-bnr__item {
  background: #217ab9;
  background: linear-gradient(90deg, #217ab9 0%, #57b8dc 50%, #7fcee8 100%);
  width: 510px;
  max-width: 100%;
  aspect-ratio: 510/300;
  border-radius: 7px;
  overflow: hidden;
}
.list-bnr__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 50px;
}
.list-bnr__link:hover {
  opacity: 0.8;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
  letter-spacing: 0.04em;
}
.com-sdw-img {
  box-shadow: 0px 0px 21px 9px rgba(12, 97, 185, 0.03);
}
.com-base {
  padding: 60px 20px;
}

#com-bnr .ttl-main {
  text-align: left !important;
  margin-bottom: 0 !important;
}
#com-bnr .ttl-main .eng, #com-bnr .ttl-main .ruby {
  color: #fff;
}

.tag-main__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.tag-main__link {
  display: block;
  background: #1274ba;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@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;
  color: #1274ba;
  display: flex;
  align-items: center;
}
.tag-sub__item::before {
  content: "#";
  display: block;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 60px;
}
.ttl-main .eng, .ttl-main .ruby {
  color: #1274ba;
  letter-spacing: 0.1em;
}
.ttl-main .eng {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ttl-main .eng {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .eng {
    font-size: 23.5294117647px;
  }
}
.ttl-main .ruby {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .ttl-main .ruby {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .ruby {
    font-size: 34.1176470588px;
  }
}
.ttl-sub, .ttl-bdr, .ttl-dot, .ttl-bar {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #1274ba;
}
.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  border-left: solid #1274ba 6px;
  border-bottom: solid 1px #92d2ef;
  background: rgba(234, 244, 247, 0.5);
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
}
@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-bdr {
  font-size: 32px;
  font-size: 3.2rem;
  border-bottom: solid 1px #1274ba;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ttl-bdr {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bdr {
    font-size: 24.7058823529px;
  }
}
.ttl-dot {
  font-size: 30px;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-dot {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-dot {
    font-size: 23.5294117647px;
  }
}
.ttl-dot::before, .ttl-dot::after {
  content: "";
  display: block;
  width: 6px;
  min-width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #1274ba;
}
.ttl-bdr-sub {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: solid 1px #1274ba;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ttl-bdr-sub {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bdr-sub {
    font-size: 18.8235294118px;
  }
}
.ttl-bar {
  font-size: 30px;
  font-size: 3rem;
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-bar {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bar {
    font-size: 23.5294117647px;
  }
}

.txt-plain {
  line-height: 2;
}
.txt-plain.ft-20 {
  line-height: 2.25;
}
.txt-plain.ft-21 {
  line-height: 1.9047619048;
}

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

#ctn-top article:first-child, #ctn-lower article:first-child {
  position: relative;
  z-index: 1;
}
#ctn-top article:first-child::before, #ctn-lower article:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background: #eaf4f7;
  background: linear-gradient(180deg, #eaf4f7 0%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#header {
  background: #eaf4f7;
  border-top: solid 6px #92d2ef;
  position: relative;
}
#header .com-logo {
  margin-bottom: 50px;
}

.header-bx {
  position: absolute;
  top: 40px;
  left: 4.17%;
  z-index: 10;
}

.header-nav__list {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 23px;
  font-size: 2.3rem;
  display: grid;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 19.4117647059px;
  }
}
.header-nav__item {
  line-height: 1;
}
.header-nav__link:hover {
  opacity: 0.8;
}
.header-nav .current {
  color: #1274ba;
}

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

.mv {
  padding-bottom: 90px;
}
.mv-img__01 {
  width: 680px;
  max-width: 35.4166666667%;
  transform: translateY(-12%);
}
.mv-img__bx {
  width: 700px;
  max-width: 36.4583333333%;
  margin-left: 6.25vw;
}
.mv-img__02 {
  width: 64.29%;
}
.mv-img__03 {
  width: 80%;
  margin: 6vw auto 0 0;
}
.mv-cc {
  width: 1075px;
  max-width: 55.9895833333%;
  position: absolute;
  left: 4.17%;
  bottom: 90px;
}
.mv-cc__main {
  aspect-ratio: 1075/80;
  font-size: 40px;
  font-size: 2.0833333333vw;
  border: solid 1px #1274ba;
}
@media screen and (max-width: 1120px) {
  .mv-cc__main {
    font-size: 23.5294117647px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__main {
    font-size: 40px;
  }
}
.mv-cc__sub {
  font-size: 32px;
  font-size: 1.6666666667vw;
  margin-top: 1.5vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__sub {
    font-size: 18.8235294118px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__sub {
    font-size: 32px;
  }
}
.mv .obj-illust {
  position: relative;
  z-index: 1;
}
.mv .obj-illust::before {
  content: "";
  display: block;
  width: 255px;
  max-width: 45.54%;
  aspect-ratio: 255/173;
  background-image: url("/img/common/illust-handshake.png");
  background-size: 100%;
  position: absolute;
  left: 8.04%;
  bottom: 100%;
  z-index: 1;
}

.sv {
  padding-bottom: 70px;
}
.sv-img {
  width: 1438px;
  max-width: 74.8958333333%;
  margin: 50px 7.81% 0 auto;
}
.sv-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 42px;
  font-size: 2.1875vw;
  font-weight: bold;
  width: 600px;
  max-width: 31.25%;
  aspect-ratio: 600/80;
  background: #fff;
  border: solid 1px #1274ba;
  color: #1274ba;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 4.17%;
  bottom: 70px;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 24.7058823529px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 42px;
  }
}

@media screen and (max-width: 1610px) {
  #header .com-logo {
    width: 140px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .header-bx {
    top: 30px;
  }
  .header-nav__list {
    font-size: 20px;
    font-size: 2rem;
    row-gap: 25px;
  }
}
@media screen and (max-width: 1610px) and (max-width: 768px) {
  .header-nav__list {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 1610px) and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 17.6470588235px;
  }
}
.top-case .btn, .top-faq .btn {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 1;
}

.top-news {
  padding: 120px 0 0;
}
.top-news .cts-1080 {
  min-height: 270px;
}
.top-news .btn {
  position: absolute;
  top: 200px;
  left: 0;
}

.top-greeting {
  padding: 280px 0 170px 0;
}
.top-greeting .wrp-img {
  position: absolute;
  left: 50%;
  z-index: -1;
}
.top-greeting .wrp-img-01 {
  top: 0;
  transform: translate(-50%, -95px);
}
.top-greeting .wrp-img-02 {
  width: 1280px;
  bottom: 0;
  transform: translate(-50%, 40px);
}

.top-reason {
  padding: 170px 0;
}

.top-eng .txt {
  aspect-ratio: 1920/290;
}

.top-service {
  padding: 170px 0;
}
.top-service h3 {
  margin-bottom: 30px;
}
.top-service .list-btn {
  margin-top: 40px;
}

.top-case {
  padding: 170px 0;
}

.top-faq {
  padding: 170px 0 0;
}

.top-company {
  padding: 190px 0 160px 0;
}
.top-company .obj-pc::after {
  right: 0;
  bottom: 0;
  transform: translateX(100px);
}

#ctn-lower article {
  padding: 150px 0;
}
#ctn-lower .ttl-main {
  text-align: center;
  margin-bottom: 70px;
}

.lower-service .obj-board::after {
  right: 0;
  bottom: 0;
  transform: translateX(84px);
  z-index: 1;
}
.lower-service .obj-handshake::after {
  left: 0;
  bottom: 0;
  transform: translateX(-100px);
  z-index: 1;
}
.lower-service .obj-pc::after {
  width: 147px;
  right: 0;
  bottom: 0;
  transform: translateX(100px);
  z-index: 1;
}

.lower-greeting .com-base {
  padding: 80px;
}
.lower-greeting .obj-pc::after {
  left: 0;
  bottom: 0;
  transform: translate(-100px, 30px) scaleX(-1);
  z-index: 1;
}

#com-contact .cts-full {
  width: 1760px;
  max-width: 91.6666666667%;
  padding-top: 150px;
  padding-bottom: 150px;
}
#com-contact .cts-full::after {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 1081/600;
  background-image: url("/img/common/contact-bg.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#com-contact .ttl-main .eng {
  font-size: 110px;
  font-size: 11rem;
}
@media screen and (max-width: 768px) {
  #com-contact .ttl-main .eng {
    font-size: 120px;
    font-size: 15.625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .ttl-main .eng {
    font-size: 70.5882352941px;
  }
}
#com-contact .ttl-main .ruby {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #com-contact .ttl-main .ruby {
    font-size: 48px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .ttl-main .ruby {
    font-size: 28.2352941176px;
  }
}

#footer {
  padding: 100px 0 90px 0;
}
#footer .com-logo {
  margin-bottom: 70px;
}

.footer-nav {
  margin-top: 135px;
}
.footer-nav__list {
  font-family: "Zen Kaku Gothic New", system-ui;
}
.footer-nav__list:first-child {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  row-gap: 30px;
}
.footer-nav__list:last-child {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 90px;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .footer-nav__list:last-child {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list:last-child {
    font-size: 15.2941176471px;
  }
}
.footer-nav__list:last-child .footer-nav__item:not(:first-child) {
  border-left: solid 1px #232627;
  padding-left: 15px;
}
.footer-nav__item {
  line-height: 1;
}
.footer-nav__link:hover {
  opacity: 0.8;
}

.footer-copy {
  position: absolute;
  left: 0;
  bottom: 0;
}/*# sourceMappingURL=style.css.map */