/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-02__link, .btn-03__link, .btn-04__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-01__link {
  background: #fff;
  border: solid 1px #ddd;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  background: #ddd;
}
.btn-03__link {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  background: #bce2e8;
  border: solid 1px #ddd;
}
.btn-03__link:hover {
  color: rgba(51, 51, 51, 0.8);
}
.btn-04__link {
  border: solid 1px #ddd;
  background: #f3f3f3;
}
.btn-04__link:hover {
  color: rgba(51, 51, 51, 0.8);
}

.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 10px;
  max-width: 100%;
  aspect-ratio: 10/14;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-outlink-wht, .ic-outlink-gry {
  position: relative;
  z-index: 1;
}
.ic-outlink-wht::after, .ic-outlink-gry::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 9px;
  max-width: 100%;
  aspect-ratio: 9/8;
  background-image: url("/img/common/ic-outlink-gry.png");
  background-size: 100%;
  right: 5px;
  bottom: 5px;
}
.ic-outlink-wht:hover::after, .ic-outlink-gry:hover::after {
  transform: translate(-1px, -1px);
}
.ic-outlink-wht::after {
  background-image: url("/img/common/ic-outlink-wht.png");
  background-size: 100%;
}

.arw-blk, .arw-wht {
  position: relative;
  z-index: 1;
}
.arw-blk::after, .arw-wht::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 20px;
  max-width: 100%;
  aspect-ratio: 20/6;
  background-image: url("/img/common/arrow-solid-blk.png");
  background-size: 100%;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}
.arw-blk:hover::after, .arw-wht:hover::after {
  transform: translate(-40%, -50%);
}
.arw-wht::after {
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
}

.deco-bf-float, .deco-af-float,
.obj-bf-float,
.obj-af-float,
.bg-bf-float,
.bg-af-float {
  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;
  transition: 0.3s;
}
.deco-bf-float::before, .deco-af-float::after,
.obj-bf-float::before,
.obj-af-float::after,
.bg-bf-float::before,
.bg-af-float::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-info, .tbl-hobby {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.tbl-info dl, .tbl-hobby dl {
  display: flex;
}
.tbl-info dt, .tbl-info dd, .tbl-hobby dt, .tbl-hobby dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tbl-info dt, .tbl-hobby dt {
  padding: 10px;
  text-align: center;
}
.tbl-info dd, .tbl-hobby dd {
  padding: 10px 15px;
}
.tbl-info dl {
  display: flex;
}
.tbl-info dt {
  width: 100px;
  max-width: 100%;
  background: #fff;
}
.tbl-info dd {
  width: calc(100% - 100px);
  text-align: left;
}
.tbl-hobby dl {
  background: #f3f3f3;
}
.tbl-hobby dt {
  width: 120px;
  max-width: 100%;
  background: #333;
  color: #fff;
}
.tbl-hobby dd {
  width: calc(100% - 120px);
}
.tbl-recruit {
  background: #f3f3f3;
}
.tbl-recruit th, .tbl-recruit td {
  vertical-align: middle;
  font-weight: 500;
  padding: 20px;
}
.tbl-recruit th {
  width: 200px;
  max-width: 100%;
  background: #333;
  color: #fff;
  text-align: center;
}
.tbl-recruit tr:not(:first-child) th, .tbl-recruit tr:not(:first-child) td {
  border-top: solid 1px #ddd;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
}
.com-tel__ttl {
  background: #333;
  color: #fff;
  font-weight: 500;
  padding: 1px 0 2px 0;
  text-align: center;
}
.com-contbx, .com-txtbx {
  display: flex;
  flex-direction: column;
}

.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: 70px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 140px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 140px) / 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-news-top .list-item, .list-news-low .list-item, .list-privacy .list-item, .list-info .list-item, .list-commitment .list-item, .list-staff .list-item, .list-menu .list-item, .list-check .list-item, .list-faq .list-item {
  width: 100%;
}
.list-news-top time {
  display: block;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.list-news-top__item {
  padding: 35px 0;
  border-bottom: solid 1px #ddd;
}
.list-news-top__item:first-child {
  padding-top: 0 !important;
}
.list-news-top__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news-top__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news-top__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 {
  aspect-ratio: 380/500;
}
.list-bnr__item:nth-child(2) {
  margin-top: 100px;
}
.list-bnr__item:nth-child(3) {
  margin-top: 200px;
}
.list-bnr__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.list-bnr__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  background: #333333;
  background: linear-gradient(0deg, #333333 0%, rgba(51, 51, 51, 0) 80%);
  top: 0;
  left: 0;
}
.list-bnr__link:hover .list-bnr__ttl,
.list-bnr__link:hover .btn {
  transform: translateY(-4px);
  opacity: 0.8;
}
.list-bnr__link:hover .btn::after {
  transform: translateX(-2px);
}
.list-bnr__bx {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-bnr__ttl,
.list-bnr .btn {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
.list-bnr__ttl {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .list-bnr__ttl {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr__ttl {
    font-size: 33.3333333333px;
  }
}
.list-bnr .btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-bnr .btn {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr .btn {
    font-size: 17.3333333333px;
  }
}
.list-bnr .btn::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 20px;
  max-width: 100%;
  aspect-ratio: 20/6;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
}
.list-bnr .menu {
  background: url("/img/top/bnr-img-menu.jpg") center center no-repeat;
  background-size: cover;
}
.list-bnr .recruit {
  background: url("/img/top/bnr-img-recruit.jpg") center center no-repeat;
  background-size: cover;
}
.list-bnr .qa {
  background: url("/img/top/bnr-img-qa.jpg") center center no-repeat;
  background-size: cover;
}
.list-info__item {
  background: #ddd;
  padding: 100px 0;
}
.list-info .cts-1080 {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-info .com-layout {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}
.list-info .ttl-01 {
  justify-content: center;
}
.list-info .txtbx {
  width: 100%;
}
.list-info .img {
  width: 420px;
  max-width: 100%;
  min-width: 420px;
  aspect-ratio: 420/300;
}
.list-info .obj-af-float::after {
  width: 78px;
  max-width: 100%;
  aspect-ratio: 78/235;
  background-image: url("/img/common/access-illust.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(10px, 10px);
}
.list-commitment__item {
  background: #f3f3f3;
  padding: 100px 0;
}
.list-commitment .cts-1080 {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-commitment .com-layout {
  width: 100%;
  justify-content: space-between;
}
.list-commitment .wrp-description {
  align-items: center;
}
.list-commitment .wrp-description .txtbx {
  width: 680px;
  max-width: 100%;
}
.list-commitment .wrp-service {
  background: #fff;
  align-items: flex-start;
  padding: 30px;
}
.list-commitment .wrp-service .com-layout__item {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-commitment .wrp-service .txtbx {
  width: 650px;
  max-width: 100%;
}
.list-commitment .wrp-service dl {
  display: flex;
  flex-direction: column;
  row-gap: 12px !important;
}
.list-commitment .wrp-service dt {
  padding: 5px 15px;
  background: #bce2e8;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-commitment .wrp-service dt {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-commitment .wrp-service dt {
    font-size: 23.3333333333px;
  }
}
.list-staff__item {
  background: #fff;
  padding: 100px 0;
}
.list-staff .cts-1080 {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-staff .com-layout {
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.list-staff .img {
  width: 320px;
  max-width: 100%;
  min-width: 320px;
  aspect-ratio: 320/450;
}
.list-staff .txtbx {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-menu dl {
  background: #fff;
  padding: 20px 40px;
  box-shadow: 3.214px 3.83px 8px 0px rgba(51, 51, 51, 0.15);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-menu dt {
  background: #333;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}
.list-menu dt .txt {
  max-width: 80%;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-menu dt .txt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu dt .txt {
    font-size: 20px;
  }
}
.list-menu dt .price {
  max-width: 20%;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-menu dt .price {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu dt .price {
    font-size: 17.3333333333px;
  }
}
.list-gallery__item {
  aspect-ratio: 1/1;
}
.list-check__item {
  background: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-check__item::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 30px;
  max-width: 100%;
  min-width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
}
.list-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 50px;
}
.list-anchor__item {
  min-width: 200px;
}
.list-anchor__item a {
  width: 100%;
  height: 60px;
}
.list-faq .cts-1080 {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-faq .bx {
  background: #ddd;
  padding: 100px 0;
}
.list-faq dl {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-faq dt {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 23.3333333333px;
  }
}
.list-faq dt::before {
  content: "";
  display: block;
  transition: 0.3s;
  content: "Q";
  width: 40px;
  max-width: 100%;
  min-width: 40px;
  aspect-ratio: 1/1;
  background: #333;
  color: #bce2e8;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 5px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before {
    font-size: 23.3333333333px;
  }
}
.list-faq dd {
  background: #fff;
  padding: 15px 20px;
}
.list-faq .obj-af-float::after {
  width: 90px;
  max-width: 100%;
  aspect-ratio: 90/183;
  background-image: url("/img/faq/faq-illust.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(25px, 20px);
  z-index: 1;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 20px;
  }
}
.tag-main__link {
  display: block;
  background: #ddd;
  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: #ddd;
  padding: 3px 5px 5px 5px;
}

.ttl-main {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  letter-spacing: 0.075em;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .ttl-main {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main {
    font-size: 46.6666666667px;
  }
}
.ttl-main.jp {
  font-family: "Zen Kaku Gothic New", system-ui;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-main.jp {
    font-size: 55px;
    font-size: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main.jp {
    font-size: 36.6666666667px;
  }
}
.ttl-sub {
  border-left: solid #bce2e8 6px;
  border-bottom: solid 1px #ddd;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 600;
  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 {
  padding: 15px 30px;
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ttl-01 .en {
  background: #bce2e8;
  color: #333;
  padding: 3px 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 .en {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 .en {
    font-size: 23.3333333333px;
  }
}
.ttl-01 .jp {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 .jp {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 .jp {
    font-size: 26.6666666667px;
  }
}
.ttl-01 .jp em {
  border: solid 1px #fff;
  padding: 0 5px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 .jp em {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 .jp em {
    font-size: 20px;
  }
}
.ttl-02 {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #333;
  font-weight: 600;
  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 {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
}
.ttl-03 {
  padding: 10px 20px;
  background: #ddd;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 20px;
  }
}

.txt-plain {
  line-height: 2.2222222222;
}
.txt-01 {
  line-height: 1.6666666667;
}

.header-nav__list,
.drawer-nav__list,
.footer-nav__list {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.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: 13px;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.header-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.header-nav__link::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 10px;
  height: 2px;
  background: #333;
}
.header-nav__link:hover::before {
  background: #bce2e8;
}
.header-nav .current::before {
  background: #bce2e8;
}

.footer-nav {
  margin-top: 30px;
}
.footer-nav__list {
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
  border-top: solid 1px #ddd;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  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 span {
  display: inline-block;
  border-bottom: solid 2px rgba(188, 226, 232, 0);
  padding-bottom: 5px;
}
.footer-nav .current span {
  border-bottom-color: #bce2e8;
}

#header-bar {
  padding: 0 3.13%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 88;
}

.mv, .sv {
  width: 1800px;
  max-width: 93.75%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.sv {
  aspect-ratio: 1800/500;
}
.sv-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2vw;
}
.sv-ttl .en, .sv-ttl .jp {
  line-height: 1;
}
.sv-ttl .en {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  letter-spacing: 0.075em;
  font-size: 80px;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl .en {
    font-size: 90px;
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl .en {
    font-size: 60px;
  }
}
.sv-ttl .jp {
  background: #bce2e8;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl .jp {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl .jp {
    font-size: 23.3333333333px;
  }
}
.sv-bg-about {
  background: url("/img/about/sv.jpg") right center no-repeat;
  background-size: cover;
}
.sv-bg-menu {
  background: url("/img/menu/sv.jpg") right center no-repeat;
  background-size: cover;
}
.sv-bg-recruit {
  background: url("/img/recruit/sv.jpg") right center no-repeat;
  background-size: cover;
}
.sv-bg-faq {
  background: url("/img/faq/sv.jpg") right center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.jpg") right center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.jpg") right center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.jpg") right center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.jpg") right center no-repeat;
  background-size: cover;
}
.sv-bg-news {
  background: url("/img/news/sv.jpg") right center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.jpg") right center no-repeat;
  background-size: cover;
}
.sv-bg-contact::before, .sv-bg-complete::before, .sv-bg-privacy::before, .sv-bg-site::before, .sv-bg-news::before, .sv-bg-notfound::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  background: #fffaf5;
  background: linear-gradient(90deg, #fffaf5 20%, rgba(255, 250, 245, 0) 100%);
  top: 0;
  left: 0;
}

.top-about {
  margin-top: 130px;
  padding: 100px 0;
}
.top-about .ttl-main {
  margin-bottom: 55px;
}
.top-about .img {
  margin-left: -320px;
}
.top-about .obj-af-float::after {
  width: 103px;
  max-width: 100%;
  aspect-ratio: 103/146;
  background-image: url("/img/top/about-illust.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(20px, 7px);
  z-index: 1;
}
.top-about.bg-af-float::after {
  width: 1500px;
  max-width: 78.125%;
  height: 100%;
  background: #f3f3f3;
  top: 0;
  right: 0;
}

.top-bnr {
  padding: 130px 0;
}
.top-bnr .obj-bf-float::before {
  width: 176px;
  max-width: 100%;
  aspect-ratio: 176/200;
  background-image: url("/img/top/bnr-illust-01.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(155px, -17px);
}
.top-bnr .obj-af-float::after {
  width: 242px;
  max-width: 100%;
  aspect-ratio: 242/203;
  background-image: url("/img/top/bnr-illust-02.png");
  background-size: 100%;
  bottom: 0;
  left: 0;
  transform: translate(-155px, 120px);
}

.top-access .ttl-main {
  margin-bottom: 50px;
}
.top-access .com-gmap {
  width: 100%;
  height: 400px;
}

.top-news {
  padding: 130px 0;
}
.top-news .cts-1080 {
  min-height: 200px;
}
.top-news .ttl-main {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -120px);
}
.top-news .btn {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translate(0, 90px);
}

#page-low section {
  padding: 130px 0;
}
#page-low .ttl-main {
  text-align: center;
  margin-bottom: 60px;
}

.about-concept .img-01, .about-concept .img-02 {
  position: absolute;
  top: 0;
  z-index: -1;
}
.about-concept .img-01 {
  left: 0;
  transform: translate(-220px, -50px);
}
.about-concept .img-02 {
  right: 0;
  transform: translate(220px, 50px);
}
.about-concept .obj-bf-float::before {
  width: 176px;
  max-width: 100%;
  aspect-ratio: 176/200;
  background-image: url("/img/top/concept-illust-02.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(-30px, 20px);
}
.about-concept .obj-af-float::after {
  width: 60px;
  max-width: 100%;
  aspect-ratio: 60/84;
  background-image: url("/img/top/concept-illust-01.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(35px, -160px);
}

.low-access .com-gmap {
  width: 400px;
  max-width: 100%;
  min-width: 400px;
  height: 330px;
}

.recruit-seek .obj-bf-float::before {
  width: 256px;
  max-width: 100%;
  aspect-ratio: 256/97;
  background-image: url("/img/recruit/seek-illust.png");
  background-size: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-130px - 50%));
}
.recruit-seek .obj-af-float::after {
  width: 422px;
  max-width: 100%;
  aspect-ratio: 422/630;
  background-image: url("/img/recruit/seek-img.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(80px, 130px);
}

.recruit-policy .obj-bf-float::before {
  width: 60px;
  max-width: 100%;
  aspect-ratio: 60/84;
  background-image: url("/img/top/concept-illust-01.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(45px, 60px) scaleX(-1);
}
.recruit-policy .obj-af-float::after {
  width: 114px;
  max-width: 100%;
  aspect-ratio: 114/181;
  background-image: url("/img/recruit/policy-illust.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(60px, 15px);
}

#footer {
  padding: 100px 0;
}
#footer .com-logo {
  margin-bottom: 40px;
}/*# sourceMappingURL=style.css.map */