/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-02__link, .btn-03__link, .btn-04__link, .btn-05__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #03277c;
  background: linear-gradient(90deg, #03277c 0%, #0084e8 100%);
  color: #fff;
}
.btn-01__link:hover, .btn-02__link:hover, .btn-03__link:hover, .btn-04__link:hover, .btn-05__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  background: #333;
}
.btn-03__link {
  background: #fff;
  color: #333;
}
.btn-03__link:hover {
  color: rgba(51, 51, 51, 0.8);
}
.btn-04__link {
  background: #0084e8;
}
.btn-05__link {
  background: #03277c;
}

#side-bar {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 88;
}

.ic-mail-14, .ic-mail-22 {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-mail-14::before, .ic-mail-22::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 22/16;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-mail-22 {
  position: relative;
}
.ic-mail-22::before {
  width: 22px;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0, -50%);
}
.ic-tel-14, .ic-tel-17 {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel-14::before, .ic-tel-17::before {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/24;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
  transform: translateY(15%);
}
.ic-tel-17::after {
  width: 17px;
}
.ic-window {
  position: relative;
  z-index: 1;
}
.ic-window::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 8px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-window.png");
  background-size: 100%;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.ic-window:hover::after {
  transform: translate(1px, calc(-50% - 1px));
}

.arw-solid-wht-13, .arw-solid-wht-22, .arw-solid-nav-13, .arw-solid-nav-22 {
  position: relative;
  z-index: 1;
}
.arw-solid-wht-13::after, .arw-solid-wht-22::after, .arw-solid-nav-13::after, .arw-solid-nav-22::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 13px;
  aspect-ratio: 22/15;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-wht-13:hover::after, .arw-solid-wht-22:hover::after, .arw-solid-nav-13:hover::after, .arw-solid-nav-22:hover::after {
  transform: translate(-2px, -50%);
}
.arw-solid-wht-22::after, .arw-solid-nav-22::after {
  width: 22px;
}
.arw-solid-nav-13::after {
  width: 13px;
  aspect-ratio: 13/9;
  background-image: url("/img/common/arrow-solid-nav.png");
  background-size: 100%;
}

.illust-wheelchair {
  position: relative;
  z-index: 1;
}
.illust-wheelchair::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 266px;
  aspect-ratio: 266/244;
  background-image: url("/img/common/illust-wheelchair.png");
  background-size: 100%;
}
.illust-walk {
  position: relative;
  z-index: 1;
}
.illust-walk::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 158px;
  aspect-ratio: 158/331;
  background-image: url("/img/common/illust-walk.png");
  background-size: 100%;
}
.illust-note {
  position: relative;
  z-index: 1;
}
.illust-note::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 91px;
  aspect-ratio: 91/125;
  background-image: url("/img/common/illust-note.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(-17px, 12px);
}
.illust-staff {
  position: relative;
  z-index: 1;
}
.illust-staff::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 258px;
  aspect-ratio: 258/196;
  background-image: url("/img/common/illust-staff.png");
  background-size: 100%;
}

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

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td, .tbl-02 th, .tbl-02 td {
  padding: 20px 2%;
  vertical-align: middle;
  font-weight: 500;
}
.tbl-01 th, .tbl-02 th {
  text-align: center;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td, .tbl-02 tr:not(:first-child) th, .tbl-02 tr:not(:first-child) td {
  border-top: solid 1px #ccc;
}
.tbl-01 tr:not(:first-child) th, .tbl-02 tr:not(:first-child) th {
  border-top-color: #fff;
}
.tbl-01 {
  background: #f8f8f8;
}
.tbl-01 th {
  background: #03277c;
  color: #fff;
}
.tbl-02 {
  background: #03277c;
  background: linear-gradient(180deg, #03277c 0%, #0084e8 100%);
}
.tbl-02 th {
  color: #fff;
}
.tbl-02 td {
  background: #fff;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
  font-weight: 600;
}
.com-contents {
  display: flex;
  flex-direction: column;
}

.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: 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-policy .list-item, .list-point .list-item, .list-voice .list-item, .list-faq .list-item, .list-job .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  line-height: 1;
}
.list-news__item {
  padding: 30px 0;
  border-bottom: solid 1px #fff;
}
.list-news__item:first-child {
  padding-top: 0 !important;
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  color: #fff;
}
.list-news__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-bnr__item {
  width: 33.3333333333%;
  aspect-ratio: 640/450;
  overflow: hidden;
  background: #333;
}
.list-bnr__item:hover {
  cursor: pointer;
}
.list-bnr__item:hover .list-bnr__link::before {
  opacity: 1;
}
.list-bnr__item:hover .list-bnr__ttl {
  opacity: 0.8;
}
.list-bnr__item:hover .list-bnr__ttl .jp::after {
  transform: translateX(-2px);
}
.list-bnr__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  color: #fff;
  position: relative;
  z-index: 1;
}
.list-bnr__link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 640/450;
  background: #03277c;
  background: linear-gradient(0, #03277c 0%, rgba(0, 132, 232, 0) 100%);
  opacity: 0.9;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.list-bnr__ttl {
  width: 100%;
  padding: 0 7.81%;
  display: flex;
  flex-direction: column;
  transform: translateY(-80%);
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.list-bnr__ttl .en {
  position: absolute;
  left: 0;
  bottom: 100%;
  transform: translate(10%, 40%);
  z-index: -1;
}
.list-bnr__ttl .jp {
  display: flex;
  align-items: center;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
  font-weight: 600;
  font-size: 40px;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1260px) {
  .list-bnr__ttl .jp {
    font-size: 26.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  .list-bnr__ttl .jp {
    font-size: 40px;
  }
}
.list-bnr__ttl .jp::after {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 22/15;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  transition: 0.3s;
}
.list-bnr .job {
  background: url("/img/common/bnr-img-job.jpg") center center no-repeat;
  background-size: cover;
}
.list-bnr .job .list-bnr__ttl .en {
  width: 48.7%;
}
.list-bnr .voice {
  background: url("/img/common/bnr-img-voice.jpg") center center no-repeat;
  background-size: cover;
}
.list-bnr .voice .list-bnr__ttl .en {
  width: 22.04%;
}
.list-bnr .faq {
  background: url("/img/common/bnr-img-faq.jpg") center center no-repeat;
  background-size: cover;
}
.list-bnr .faq .list-bnr__ttl .en {
  width: 30.93%;
}
.list-bnr .recruit {
  background: url("/img/common/bnr-img-recruit.jpg") center center no-repeat;
  background-size: cover;
}
.list-bnr .recruit .list-bnr__ttl .en {
  width: 38.33%;
}
.list-policy__item {
  background: #03277c;
  padding: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-policy__ttl {
  background: #fff;
  font-weight: 600;
  text-align: center;
  padding: 10px 100px;
  position: relative;
}
.list-policy__ttl .num {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  background: #fbe70e;
  line-height: 1;
  padding: 2px 10px 5px 10px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-policy__ttl .num {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-policy__ttl .num {
    font-size: 20px;
  }
}
.list-policy__ttl .num em {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-policy__ttl .num em {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-policy__ttl .num em {
    font-size: 23.3333333333px;
  }
}
.list-policy__ttl .ttl {
  background: linear-gradient(0deg, #03277c 0%, #0084e8 100%);
  background: -webkit-linear-gradient(0deg, #03277c 0%, #0084e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-policy__ttl .ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-policy__ttl .ttl {
    font-size: 26.6666666667px;
  }
}
.list-policy .com-layout {
  width: 100%;
  justify-content: space-between;
}
.list-policy .txtbx {
  width: 635px;
  max-width: 100%;
  color: #fff;
}
.list-point__item {
  background: #fff;
  padding: 40px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.list-point__num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(15px, -45px);
  z-index: -1;
}
.list-point__ttl {
  margin-top: 15px;
  color: #03277c;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl {
    font-size: 26.6666666667px;
  }
}
.list-point .txtbx {
  width: 730px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-point .txt {
  font-weight: 600;
}
.list-circle__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
}
.list-circle__bx {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #03277c;
  background: linear-gradient(0deg, #03277c 0%, #0084e8 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.6666666667;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-circle__bx {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-circle__bx {
    font-size: 26.6666666667px;
  }
}
.list-flow__item {
  background: #03277c;
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-flow .ttl-01 {
  text-align: center;
}
.list-time {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-time dl {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-time dt, .list-time dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-time dt {
  width: 140px;
  max-width: 100%;
  text-align: center;
  background: #fbe70e;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-time dt {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-time dt {
    font-size: 17.3333333333px;
  }
}
.list-time dd {
  max-width: calc(100% - 155px);
  color: #fff;
}
.list-voice__item {
  background: #fff;
  padding: 60px 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list-voice__icon {
  width: 100px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  overflow: hidden;
  background-color: #fff;
  border: dotted 2px #333;
}
.list-voice__bx {
  width: 940px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-voice__ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  background: #03277c;
  background: linear-gradient(90deg, #03277c 0%, #0084e8 100%);
  padding: 12px 20px;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-voice__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__ttl {
    font-size: 22.6666666667px;
  }
}
.list-voice__ttl .ttl {
  color: #fff;
}
.list-voice__ttl .age {
  line-height: 1;
  background: #fbe70e;
  padding: 3px 10px;
}
.list-voice__inner {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-voice dl {
  background: #e5f4ff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.list-voice dt {
  font-weight: 600;
  color: #03277c;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-voice dt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice dt {
    font-size: 20px;
  }
}
.list-voice dd {
  line-height: 1.6666666667;
  white-space: pre-wrap;
}
.list-faq__item {
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-faq dt, .list-faq dd {
  display: flex;
  align-items: flex-start;
}
.list-faq dt::before, .list-faq dd::before {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 5px 0;
  line-height: 1;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 22.6666666667px;
  }
}
.list-faq dt {
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 22.6666666667px;
  }
}
.list-faq dt span {
  max-width: calc(100% - 50px);
}
.list-faq dt::before {
  content: "Q";
  width: 40px;
  background: #03277c;
  background: linear-gradient(0deg, #03277c 0%, #0084e8 100%);
  color: #fff;
}
.list-faq dd {
  -moz-column-gap: 10px;
       column-gap: 10px;
  background: #e5f4ff;
  padding: 15px;
  line-height: 1.6666666667;
}
.list-faq dd span {
  white-space: pre-wrap;
  max-width: calc(100% - 40px);
}
.list-faq dd::before {
  content: "A";
  width: 30px;
  background: #fbe70e;
}
.list-anchor a::after {
  right: 5%;
}
.list-job__item {
  padding-top: 100px;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  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: #0084e8;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: 600;
  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: 14.6666666667px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #0084e8;
  color: #fff;
  padding: 3px 5px 5px 5px;
}

.ttl-main {
  font-weight: 600;
}
.ttl-sub {
  border-left: solid #03277c 6px;
  background: #e5f4ff;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01 {
  font-weight: 600;
  background: #fff;
  padding: 10px 20px;
}
.ttl-02 {
  font-weight: 600;
  background: #0084e8;
  color: #fff;
  padding: 18px 40px;
}

.txt-plain {
  line-height: 2.1875;
}
.txt-01 {
  line-height: 2.2222222222;
}
.txt-02 {
  line-height: 2.3529411765;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .txt-02 {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-02 {
    font-size: 18px;
  }
}

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

.header-nav {
  margin-top: 20px;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
}
.header-nav__item {
  padding: 0 15px;
}
.header-nav__item:not(:first-child) {
  border-left: solid 1px #ccc;
}
.header-nav__item:first-child {
  padding-left: 0 !important;
}
.header-nav__item:last-child {
  padding-right: 0 !important;
}
.header-nav .current {
  color: #03277c;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 125px 180px;
  grid-template-rows: repeat(6, auto);
  gap: 22px 55px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 16px;
  }
}
.footer-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer-nav__link::before {
  content: "";
  display: block;
  width: 4px;
  min-width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #e5f4ff;
}
.footer-nav .current::before {
  background: #03277c;
}

.header-bar {
  padding: 0 3.13%;
}

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

.mv {
  aspect-ratio: 1920/800;
  background: url("/img/top/mv-img.jpg") center center no-repeat;
  background-size: cover;
}
.mv img {
  display: block;
  width: 100%;
}
.mv-cc {
  width: 571px;
  max-width: 29.7395833333%;
  display: flex;
  flex-direction: column;
  row-gap: 0.5vw;
  position: absolute;
  pointer-events: all;
  top: 0;
  left: 7.81%;
  transform: translateY(65%);
  z-index: 1;
}
.mv-cc__main {
  width: 98.25%;
}
.mv-cc__sub {
  width: 100%;
}

.sv {
  height: 400px;
}
.sv::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 1500px;
  max-width: 78.125%;
  height: 100%;
  background: rgba(3, 39, 124, 0.6);
  background: linear-gradient(90deg, rgba(3, 39, 124, 0.6) 0%, rgba(0, 132, 232, 0) 100%);
  top: 0;
  left: 0;
}
.sv .cts-1080 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sv-ttl {
  position: relative;
  z-index: 1;
}
.sv-ttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 543px;
  aspect-ratio: 543/68;
  background-image: url("/img/common/deco-handwrite.png");
  background-size: 100%;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}
.sv-bg-about {
  background: url("/img/about/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-job {
  background: url("/img/job/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-faq {
  background: url("/img/faq/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-recruit {
  background: url("/img/recruit/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-news {
  background: url("/img/news/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.jpg") center center no-repeat;
  background-size: cover;
}

.top-news, .top-info {
  padding: 100px 0;
}
.top-news .ttl-main .jp, .top-info .ttl-main .jp {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .top-news .ttl-main .jp, .top-info .ttl-main .jp {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-news .ttl-main .jp, .top-info .ttl-main .jp {
    font-size: 33.3333333333px;
  }
}
.top-news .ttl-main, .top-info .ttl-main {
  margin-bottom: 60px;
}

.top-about {
  padding: 110px 0 190px 0;
  background: url("/img/top/about-bg.jpg") center bottom no-repeat;
  background-size: cover;
}
.top-about .en {
  transform: translate(-65%, 30%);
}
.top-about .ttl-main {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.top-about .ttl-main::before, .top-about .ttl-main::after {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background: #333;
  transform: rotate(-40deg);
}
.top-about .ttl-main::after {
  transform: rotate(40deg);
}
.top-about h4 {
  line-height: 2.3181818182;
}
.top-about h4 span {
  padding-bottom: 5px;
}

.top-what {
  padding: 130px 0;
}
.top-what .illust-wheelchair::before {
  top: 0;
  left: 0;
  transform: translate(-95px, -315px);
}
.top-what .illust-walk::after {
  right: 0;
  bottom: 0;
  transform: translate(-40px, 50px);
}

.top-contact {
  padding: 130px 0;
}
.top-contact .ttl-main {
  line-height: 1.5;
}
.top-contact .ttl-main .en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.top-contact .com-layout__item {
  width: 520px;
  max-width: 100%;
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
}
.top-contact h3 {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .top-contact h3 {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-contact h3 {
    font-size: 22.6666666667px;
  }
}

.top-news {
  padding: 100px 0;
}
.top-news .en {
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translate(-35%, 65%);
  z-index: -1;
}
.top-news .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.top-info .en {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-70%, 65%);
}
.top-info .com-gmap {
  min-width: 450px;
}
.top-info .tbl th {
  font-weight: 600;
  width: 120px;
  max-width: 100%;
}
.top-info .illust-staff::before {
  top: 0;
  right: 0;
  transform: translate(-130px, -145px);
}

#ctn-low section {
  padding: 130px 0;
}
#ctn-low .ttl-main {
  text-align: center;
  margin-bottom: 60px;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #ctn-low .ttl-main {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-low .ttl-main {
    font-size: 33.3333333333px;
  }
}

.about-policy {
  background: url("/img/about/policy-bg.png") center top no-repeat;
  background-size: 100%;
}

.about-point .illust-wheelchair::before {
  top: 0;
  left: 0;
  transform: translate(-60px, -190px);
}

.job-voice .illust-staff::before {
  top: 0;
  right: 0;
  transform: translate(-30px, -180px);
}

.job-anchor .list-anchor .list-item {
  width: 250px;
  max-width: 100%;
}
.job-anchor .list-anchor a {
  width: 100%;
  height: 60px;
}

.recruit-anchor .list-anchor .list-item {
  min-width: 240px;
}
.recruit-anchor .list-anchor a {
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  flex-direction: column;
  row-gap: 8px;
}
.recruit-anchor .list-anchor .type {
  background: #fbe70e;
  color: #333;
  line-height: 1;
  padding: 2px 5px;
}
.recruit-anchor .list-anchor .txt {
  font-weight: 400;
}

.recruit-job .tbl th {
  width: 310px;
  max-width: 100%;
}
.recruit-job .tbl td {
  line-height: 1.6666666667;
  white-space: pre-wrap;
}

#footer {
  padding: 100px 0 140px 0;
  background: url("/img/common/footer-bg.jpg") center center no-repeat;
  background-size: cover;
}/*# sourceMappingURL=style.css.map */