body {
  width: 100%;
  min-width: 1260px;
  text-align: justify;
  text-justify: inter-character;
  word-break: break-all;
  scroll-behavior: smooth;
  color: #28292e;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  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: 17.3333333333px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #28292e !important;
}
.col-main {
  color: #1a2b80 !important;
}
.col-sub {
  color: #486321 !important;
}
.col-accent {
  color: #0668ac !important;
}
.col-bdr {
  color: #c4c5ca !important;
}
.col-bg {
  color: #ebf3f8 !important;
}
.col-base {
  color: #eef0f1 !important;
}
.col-gra-main {
  background: linear-gradient(0deg, #004183 0%, #317cb6 50%, #27a5c5 100%);
  background: -webkit-linear-gradient(0deg, #004183 0%, #317cb6 50%, #27a5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #28292e !important;
}
.bg-main {
  background-color: #1a2b80 !important;
}
.bg-sub {
  background-color: #486321 !important;
}
.bg-accent {
  background-color: #0668ac !important;
}
.bg-bdr {
  background-color: #c4c5ca !important;
}
.bg-bg {
  background-color: #ebf3f8 !important;
}
.bg-base {
  background-color: #eef0f1 !important;
}
.bg-gra-main {
  background: #004183;
  background: linear-gradient(90deg, #004183 0%, #317cb6 50%, #27a5c5 100%);
}

.btn-01__link, .btn-02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #486321;
  color: #fff;
  line-height: 1;
  border-radius: 50rem;
}
.btn-01__link:hover, .btn-02__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  background: #1a2b80;
}

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

.arw-wht {
  position: relative;
}
.arw-wht::after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/18;
  background-image: url("/img/common/arrow-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-wht:hover::after {
  transform: translate(-2px, -50%);
}

.pin-top, .pin-btm {
  display: block;
  width: calc(100% - 50px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.pin-top::before, .pin-top::after, .pin-btm::before, .pin-btm::after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #c4c5ca;
}
.pin-top {
  top: 25px;
}
.pin-btm {
  bottom: 25px;
}

section.bg-wht, section.bg-bg, header.bg-wht, header.bg-bg, footer.bg-wht, footer.bg-bg {
  position: relative;
  z-index: 1;
}
section.bg-wht::before, section.bg-bg::before, header.bg-wht::before, header.bg-bg::before, footer.bg-wht::before, footer.bg-bg::before {
  content: "";
  display: block;
  width: 77px;
  aspect-ratio: 77/87;
  background-image: url("/img/common/corner-blu.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, -1);
  z-index: -2;
}
section.bg-wht::after, section.bg-bg::after, header.bg-wht::after, header.bg-bg::after, footer.bg-wht::after, footer.bg-bg::after {
  content: "";
  display: block;
  width: 77px;
  aspect-ratio: 77/87;
  background-image: url("/img/common/corner-blu.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
section.bg-bg::before, header.bg-bg::before, footer.bg-bg::before {
  background-image: url("/img/common/corner-wht.png");
  background-size: 100%;
}
section.bg-bg::after, header.bg-bg::after, footer.bg-bg::after {
  background-image: url("/img/common/corner-wht.png");
  background-size: 100%;
}
section.corner-lb-blu, section.corner-lb-wht, section.corner-lb-gry, section.corner-lb-nav, header.corner-lb-blu, header.corner-lb-wht, header.corner-lb-gry, header.corner-lb-nav, footer.corner-lb-blu, footer.corner-lb-wht, footer.corner-lb-gry, footer.corner-lb-nav {
  position: relative;
  z-index: 2;
}
section.corner-lb-blu::after, section.corner-lb-wht::after, section.corner-lb-gry::after, section.corner-lb-nav::after, header.corner-lb-blu::after, header.corner-lb-wht::after, header.corner-lb-gry::after, header.corner-lb-nav::after, footer.corner-lb-blu::after, footer.corner-lb-wht::after, footer.corner-lb-gry::after, footer.corner-lb-nav::after {
  content: "";
  display: block;
  width: 77px;
  aspect-ratio: 77/87;
  background-image: url("/img/common/corner-blu.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
section.corner-lb-wht::after, header.corner-lb-wht::after, footer.corner-lb-wht::after {
  background-image: url("/img/common/corner-wht.png");
  background-size: 100%;
}
section.corner-lb-gry::after, header.corner-lb-gry::after, footer.corner-lb-gry::after {
  background-image: url("/img/common/corner-gry.png");
  background-size: 100%;
}
section.corner-lb-nav::after, header.corner-lb-nav::after, footer.corner-lb-nav::after {
  background-image: url("/img/common/corner-nav.png");
  background-size: 100%;
}
section.corner-tr-blu, section.corner-tr-wht, section.corner-tr-gry, section.corner-tr-nav, header.corner-tr-blu, header.corner-tr-wht, header.corner-tr-gry, header.corner-tr-nav, footer.corner-tr-blu, footer.corner-tr-wht, footer.corner-tr-gry, footer.corner-tr-nav {
  position: relative;
  z-index: 2;
}
section.corner-tr-blu::before, section.corner-tr-wht::before, section.corner-tr-gry::before, section.corner-tr-nav::before, header.corner-tr-blu::before, header.corner-tr-wht::before, header.corner-tr-gry::before, header.corner-tr-nav::before, footer.corner-tr-blu::before, footer.corner-tr-wht::before, footer.corner-tr-gry::before, footer.corner-tr-nav::before {
  content: "";
  display: block;
  width: 77px;
  aspect-ratio: 77/87;
  background-image: url("/img/common/corner-blu.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, -1);
  z-index: -2;
}
section.corner-tr-wht::before, header.corner-tr-wht::before, footer.corner-tr-wht::before {
  background-image: url("/img/common/corner-wht.png");
  background-size: 100%;
}
section.corner-tr-gry::before, header.corner-tr-gry::before, footer.corner-tr-gry::before {
  background-image: url("/img/common/corner-gry.png");
  background-size: 100%;
}
section.corner-tr-nav::before, header.corner-tr-nav::before, footer.corner-tr-nav::before {
  background-image: url("/img/common/corner-nav.png");
  background-size: 100%;
}

.body-company #header::after, .body-news #header::after, .body-notfound #header::after, .body-privacy #header::after, .body-site #header::after, .body-contact #header::after, .body-complete #header::after {
  content: none !important;
}
.body-company section:first-child::before, .body-news section:first-child::before, .body-notfound section:first-child::before, .body-privacy section:first-child::before, .body-site section:first-child::before, .body-contact section:first-child::before, .body-complete section:first-child::before {
  content: none !important;
}
.body-facility #footer::before {
  background-image: url("/img/common/corner-blu.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 {
  padding: 20px 4%;
  vertical-align: middle;
  font-weight: bold;
}
.tbl-01 th {
  width: 30%;
  background: #0668ac;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 th {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 th {
    font-size: 20px;
  }
}
.tbl-01 td {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 td {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 td {
    font-size: 18.6666666667px;
  }
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td {
  border-top: solid 2px #fff;
}
.tbl-01 tr:not(:first-child) td {
  border-top-color: #0668ac;
}

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

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

.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: 45px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 90px) / 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__item {
  border-bottom: solid 1px #c4c5ca;
  padding: 35px 0;
}
.list-news__item:first-child {
  padding-top: 0 !important;
}
.list-news time {
  display: block;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 20px;
  }
}
.list-news__bx {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.list-news__ttl {
  margin-top: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  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: 18px;
  }
}
.list-graph__item {
  width: 300px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.list-graph__item:first-child {
  margin: 0 220px;
}
.list-graph__eng {
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-graph__eng {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-graph__eng {
    font-size: 24px;
  }
}
.list-graph__ic {
  border-radius: 50rem;
  border: solid 20px #ebf3f8;
}
.list-graph__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  width: 100%;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 12.75px 2.25px rgba(26, 43, 128, 0.03);
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-graph__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-graph__ttl {
    font-size: 22.6666666667px;
  }
}
.list-graph__ttl::before, .list-graph__ttl::after {
  content: "-";
  display: block;
}
.list-graph::after {
  content: "";
  display: block;
  width: 450px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  border: solid 6px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.list-business {
  font-family: "Shippori Mincho B1", serif;
}
.list-business__item {
  background: #fff;
  border-radius: 12px 12px 0 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 12.75px 2.25px rgba(26, 43, 128, 0.03);
}
.list-business__num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -35%);
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #1a2b80;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 30px;
  line-height: 1;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-business__num {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-business__num {
    font-size: 30px;
  }
}
.list-business__img img {
  display: block;
  width: 100%;
}
.list-business__ttl {
  padding: 12px 0;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-business__ttl {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-business__ttl {
    font-size: 28px;
  }
}
.list-label__item {
  background: #ebf3f8;
  padding: 10px 20px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-label__item::before {
  content: "";
  width: 8px;
  min-width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #1a2b80;
  transform: translateY(15px);
}
.list-case__item {
  min-height: 210px;
  background: url("/img/business/achievements-base.png") center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.list-case .pin-top, .list-case .pin-btm {
  width: calc(100% - 40px);
}
.list-case .pin-top::before, .list-case .pin-top::after, .list-case .pin-btm::before, .list-case .pin-btm::after {
  width: 13px;
}
.list-case .pin-top {
  top: 20px;
}
.list-case .pin-btm {
  bottom: 20px;
}
.list-flow__item {
  border: solid 2px #1a2b80;
  border-radius: 10px;
  padding: 50px 65px;
  position: relative;
  z-index: 1;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 2/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #1a2b80;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.list-flow__bx {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-flow dl {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.list-facility__item {
  background: #fff;
  box-shadow: 0px 0px 12.75px 2.25px rgba(26, 43, 128, 0.03);
  border-radius: 10px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-facility__img {
  width: 100%;
  aspect-ratio: 410/320;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.list-facility__bx {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-facility dl {
  background: #eef0f1;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 10px 20px;
}
.list-policy__item {
  text-align: center;
  background: #1a2b80;
  color: #fff;
  padding: 12px;
}

.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: "Shippori Mincho B1", serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
.com-bx-shadow {
  box-shadow: 0px 0px 12.75px 2.25px rgba(26, 43, 128, 0.03);
}
.com-contents .com-layout {
  justify-content: space-between;
}
.com-contents .com-layout .com-base {
  width: 650px;
  max-width: 100%;
  background: #fff;
  padding: 0 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 60px -90px 0 0;
  position: relative;
  z-index: -1;
  box-shadow: 0px 0px 12.75px 2.25px rgba(26, 43, 128, 0.03);
}
.com-contents .com-layout__inner {
  width: 440px;
  max-width: 100%;
}
.com-contents .com-layout .ttl-02, .com-contents .com-layout .ttl-03 {
  text-align: left;
}
.com-contents .com-layout .img {
  padding-bottom: 60px;
}
.com-contents .com-layout:nth-child(even) {
  flex-direction: row-reverse;
}
.com-contents .com-layout:nth-child(even) .com-base {
  margin: 60px 0 0 -90px;
}
.com-contents .com-layout:nth-child(even) .com-layout__inner {
  margin-left: auto;
}

.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: #486321;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 18px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #486321;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.tag-sub__item::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tag.png");
  background-size: 100%;
}

.ttl-main {
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.ttl-main__eng {
  line-height: 1;
  background: linear-gradient(0deg, #004183 0%, #317cb6 50%, #27a5c5 100%);
  background: -webkit-linear-gradient(0deg, #004183 0%, #317cb6 50%, #27a5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__eng {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__eng {
    font-size: 30px;
  }
}
.ttl-main__ruby {
  font-size: 55px;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__ruby {
    font-size: 65px;
    font-size: 8.4635416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__ruby {
    font-size: 43.3333333333px;
  }
}
.ttl-main.txt-aln-c {
  align-items: center;
}
.ttl-sub {
  border-left: solid #1a2b80 6px;
  border-bottom: solid 1px #c4c5ca;
  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, .ttl-03 {
  margin-bottom: 30px;
  border-bottom: solid 1px #c4c5ca;
  padding-bottom: 20px;
  color: #1a2b80;
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-01, .ttl-03 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01, .ttl-03 {
    font-size: 26.6666666667px;
  }
}
.ttl-02 {
  margin-bottom: 20px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 26.6666666667px;
  }
}
.ttl-02 span {
  background: linear-gradient(transparent 50%, #ebf3f8 50%);
}
.ttl-03 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 25.3333333333px;
  }
}
.ttl-04 {
  margin-bottom: 40px;
  padding: 15px 20px;
  background: #1a2b80;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-04 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-04 {
    font-size: 26.6666666667px;
  }
}
.ttl-05, .ttl-06 {
  color: #486321;
  border-left: solid 5px #486321;
  padding-left: 10px;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.2;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-05, .ttl-06 {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-05, .ttl-06 {
    font-size: 23.3333333333px;
  }
}
.ttl-05.col-accent, .ttl-06.col-accent {
  border-left-color: #0668ac;
}
.ttl-05.col-main, .ttl-06.col-main {
  border-left-color: #1a2b80;
}
.ttl-06 {
  color: #1a2b80;
  font-size: 30px;
  font-size: 3rem;
  border-left-color: #1a2b80;
}
@media screen and (max-width: 768px) {
  .ttl-06 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-06 {
    font-size: 26.6666666667px;
  }
}

.txt-01 {
  line-height: 2;
  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: 1.9;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .txt-02 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-02 {
    font-size: 20px;
  }
}
.txt-03 {
  line-height: 1.8823529412;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .txt-03 {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-03 {
    font-size: 18px;
  }
}
.txt-plain {
  line-height: 2.125;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item,
.footer-sub__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover,
.footer-sub__link:hover {
  opacity: 0.75;
}

.header-nav__list {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 19.3333333333px;
  }
}
@media screen and (max-width: 1350px) {
  .header-nav__list {
    -moz-column-gap: 25px;
         column-gap: 25px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .header-nav__list {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 18px;
  }
}

.drawer-nav__list {
  flex-direction: column;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 120px 140px;
  grid-template-rows: repeat(4, auto);
  gap: 30px 60px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 18.6666666667px;
  }
}

.footer-sub__list {
  display: flex;
  gap: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 16px;
  }
}
.footer-sub__item:not(:first-child) {
  border-left: solid 1px #28292e;
  padding-left: 20px;
}

.header-bar {
  padding: 0 2.6%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 8888;
}

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

.mv {
  padding-bottom: 90px;
}
.mv-img {
  width: 1250px;
  max-width: 65.1041666667%;
  margin: 0 2.6% 0 auto;
}
.mv-cc {
  width: 570px;
  max-width: 29.6875%;
  position: absolute;
  top: 50%;
  left: 5.21%;
  transform: translate(0, -50%);
  z-index: 1;
}
.mv-img-sub {
  width: 300px;
  max-width: 40%;
  position: absolute;
  left: 5.21%;
  bottom: 0;
  transform: translate(0, 40%);
  z-index: -1;
}

.sv-ttl {
  position: absolute;
  top: 50%;
  left: 5.21%;
  transform: translate(0, -50%);
  z-index: 1;
  width: 720px;
  max-width: 100%;
  padding: 30px 0;
  background: #004183;
  background: linear-gradient(90deg, #004183 0%, #317cb6 50%, #27a5c5 100%);
  color: #fff;
  font-weight: 500;
  line-height: 1;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl {
    font-size: 40px;
  }
}
.sv-img {
  width: 1250px;
  max-width: 65.1041666667%;
  margin: 0 2.6% 0 auto;
}

.top-about, .top-business, .top-equipment, .top-news {
  padding: 170px 0;
}

.top-about .wrp-img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 15%);
  z-index: -1;
}
.top-about .img-01 {
  width: 530px;
  max-width: 27.6041666667%;
}
.top-about .img-02 {
  width: 442px;
  max-width: 23.0208333333%;
  transform: translateY(72%);
}

.top-business .bx {
  background: url("/img/top/business-bg.png") center center no-repeat;
  background-size: cover;
}
.top-business .btn {
  position: absolute;
  top: 40px;
  right: 100px;
  z-index: 1;
}

.top-equipment {
  padding: 170px 0;
}
.top-equipment .img {
  margin-right: -100px;
}

.top-contact {
  background: url("/img/top/contact-bg.png") center center no-repeat;
  background-size: cover;
  padding: 250px 0 170px 0;
}
.top-contact .ttl-main__eng {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.top-contact .com-layout__item:not(:first-child) {
  border-left: solid 1px #c4c5ca;
}

.top-news .btn {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
}

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

.company-policy .com-base {
  background: url("/img/company/corporate-base.png") center center no-repeat;
  background-size: cover;
}
.company-greeting .cts-1080 {
  position: relative;
  z-index: 1;
}
.company-greeting .cts-1080::before, .company-greeting .cts-1080::after {
  content: "";
  display: block;
  width: 300px;
  aspect-ratio: 1/1;
  background-image: url("/img/company/greeting-img-01.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.company-greeting .cts-1080::before {
  top: 0;
  left: 0;
  transform: translate(-160px, -50px);
}
.company-greeting .cts-1080::after {
  background-image: url("/img/company/greeting-img-02.png");
  background-size: 100%;
  bottom: 0;
  right: 0;
  transform: translate(200px, 50px);
}

#footer {
  padding: 130px 0 90px 0;
}/*# sourceMappingURL=style.css.map */