/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn-01__link {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .btn-01__link {
    font-size: 17.3333333333px;
  }
}
.btn-01__link span {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.btn-01__link span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #4fb52c;
  background: linear-gradient(90deg, #4fb52c 33%, #c2d818 100%);
}
.btn-01__link:hover {
  color: rgba(51, 51, 51, 0.8);
}
.btn-02__link {
  display: flex;
  align-items: center;
  padding: 0 25px;
  background: #4fb52c;
  background: linear-gradient(90deg, #4fb52c 33%, #c2d818 100%);
  color: #fff;
  border-radius: 50rem;
}
.btn-02__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-03__link, .btn-04__link {
  border-radius: 10px;
  background: #4fb52c;
  background: linear-gradient(90deg, #4fb52c 33%, #c2d818 100%);
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn-03__link, .btn-04__link {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .btn-03__link, .btn-04__link {
    font-size: 17.3333333333px;
  }
}
.btn-03__link {
  display: block;
}
.btn-03__link span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-03__link span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 8px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-03__link:hover {
  color: rgba(51, 51, 51, 0.8);
}
.btn-04__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.btn-04__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

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

.ic-line, .ic-mail-grn, .ic-mail-wht {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-line::before, .ic-mail-grn::before, .ic-mail-wht::before {
  content: "";
  display: block;
  width: 30px;
}
.ic-line::before {
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-mail-grn::before, .ic-mail-wht::before {
  aspect-ratio: 30/25;
  background-image: url("/img/common/ic-mail-grn.png");
  background-size: 100%;
}
.ic-mail-wht::before {
  background-image: url("/img/common/ic-mail-wht.png");
  background-size: 100%;
}
.ic-check {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-check::before {
  content: "";
  display: inline-block;
  width: 24px;
  min-width: 24px;
  aspect-ratio: 24/18;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
}

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

.illust-people1 {
  position: relative;
  z-index: 1;
}
.illust-people1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 502px;
  max-width: 100%;
  aspect-ratio: 502/386;
  background-image: url("/img/common/illust-people-01.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
}
.illust-buill1, .illust-buill2 {
  position: relative;
  z-index: 1;
}
.illust-buill1::after, .illust-buill2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 424px;
  max-width: 100%;
  aspect-ratio: 424/70;
  background-image: url("/img/common/illust-buillding-01.png");
  background-size: 100%;
  bottom: 0;
}
.illust-buill2::after {
  width: 494px;
  max-width: 100%;
  aspect-ratio: 494/86;
  background-image: url("/img/common/illust-buillding-02.png");
  background-size: 100%;
}

.obj-circle {
  position: relative;
  z-index: 1;
}
.obj-circle::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 230px;
  max-width: 100%;
  aspect-ratio: 230/245;
  background-image: url("/img/common/obj-circle-double.png");
  background-size: 100%;
}

.deco-dot::after {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 28/6;
  background-image: url("/img/common/deco-dot.png");
  background-size: 100%;
  margin: 15px auto 0 auto;
}

.img-shadow {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.img-shadow::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  background: #34b2ea;
  background: linear-gradient(90deg, #34b2ea 0%, #0072be 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
}

.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 {
  background: #fff;
}
.tbl-01 th, .tbl-01 td {
  padding: 20px 3%;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 th, .tbl-01 td {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 th, .tbl-01 td {
    font-size: 17.3333333333px;
  }
}
.tbl-01 th {
  width: 25%;
  background: #0072be;
  color: #fff;
  text-align: center;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td {
  border-top: solid 1px #fff;
}
.tbl-01 tr:not(:first-child) td {
  border-top-color: #0072be;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-contents {
  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: 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-news-low .list-item, .list-privacy .list-item, .list-flow .list-item, .list-voice .list-item, .list-recruit .list-item {
  width: 100%;
}
.list-news-top {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.list-news-top .list-item,
.list-news-top .layout-item {
  width: calc((100% - 100px) / 3);
}
.list-news-top time {
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-news-top time {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news-top time {
    font-size: 17.3333333333px;
  }
}
.list-news-top time {
  text-align: right;
}
.list-news-top__link {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-news-top__img {
  width: 100%;
  aspect-ratio: 220/165;
  border-radius: 15px 0 15px 15px;
  overflow: hidden;
}
.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: 3;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-news-top .tag-sub__list {
  justify-content: flex-end;
}
.list-policy__item, .list-point__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  position: relative;
  z-index: 1;
}
.list-policy__item:nth-child(even), .list-point__item:nth-child(even) {
  margin-left: 100px;
}
.list-policy__item::before, .list-point__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #d8eef9;
  background: linear-gradient(130deg, #d8eef9 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  transform: translate(-45%, -20%);
}
.list-policy dt, .list-point dt {
  background: linear-gradient(0deg, #34b2ea 0%, #0072be 100%);
  background: -webkit-linear-gradient(0deg, #34b2ea 0%, #0072be 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list-policy dd, .list-point dd {
  margin-left: 40px;
}
.list-policy dt .en {
  font-family: "Caveat", cursive;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .list-policy dt .en {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-policy dt .en {
    font-size: 30.6666666667px;
  }
}
.list-policy dt .jp {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-policy dt .jp {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-policy dt .jp {
    font-size: 22.6666666667px;
  }
}
.list-policy dd {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-policy dd {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-policy dd {
    font-size: 20px;
  }
}
.list-point dt {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-point dt {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point dt {
    font-size: 26.6666666667px;
  }
}
.list-job {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
}
.list-job .list-item,
.list-job .layout-item {
  width: calc((100% - 110px) / 3);
}
.list-job {
  row-gap: 70px;
}
.list-job__item, .list-job__bx {
  display: flex;
  flex-direction: column;
}
.list-job__item {
  row-gap: 20px;
}
.list-job__bx {
  row-gap: 15px;
}
.list-job dt {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-job dt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-job dt {
    font-size: 20px;
  }
}
.list-real {
  display: flex;
  flex-wrap: wrap;
  gap: 77px;
}
.list-real .list-item,
.list-real .layout-item {
  width: calc((100% - 154px) / 3);
}
.list-real__link {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  position: relative;
  z-index: 1;
}
.list-real__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 70px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-grn.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
}
.list-real__link:hover::after {
  transform: translateX(-3px);
}
.list-real__img {
  width: 100%;
  aspect-ratio: 310/192;
  position: relative;
  z-index: 1;
}
.list-real__img img {
  border-radius: 0 30px 30px 30px;
}
.list-real__img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  background-image: url("/img/top/works-img-shadow.jpg");
  background-size: cover;
  right: 15px;
  bottom: 15px;
  border-radius: 0 30px 30px 30px;
}
.list-real dt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(-25px, -50px) rotate(-15deg);
  font-family: "Caveat", cursive;
  background: linear-gradient(0deg, #34b2ea 0%, #0072be 100%);
  background: -webkit-linear-gradient(0deg, #34b2ea 0%, #0072be 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .list-real dt {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-real dt {
    font-size: 40px;
  }
}
.list-real dd {
  margin: 0 0 15px 0;
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-real dd {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-real dd {
    font-size: 25.3333333333px;
  }
}
.list-real__item {
  position: relative;
}
.list-real__item:nth-child(even) .list-real__link {
  flex-direction: column-reverse;
}
.list-real__item:nth-child(even) .list-real__link::after {
  bottom: inherit;
  top: 0;
}
.list-real__item:nth-child(even) .list-real__img::after {
  bottom: inherit;
  top: 15px;
}
.list-real__item:nth-child(even) dt {
  top: inherit;
  bottom: 0;
  transform: translate(-25px, 40px) rotate(-15deg);
}
.list-real__item:nth-child(even) dd {
  margin: 15px 0 0;
}
.list-check__item {
  background: #fff;
  color: #0072be;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-check__item::before {
  content: "";
  display: inline-block;
  width: 17px;
  min-width: 17px;
  aspect-ratio: 24/18;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
}
.list-flow__item {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.list-flow__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 13px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #0072be;
  top: 8px;
  left: 261px;
}
.list-flow dt, .list-flow h4 {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-flow dt, .list-flow h4 {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt, .list-flow h4 {
    font-size: 22.6666666667px;
  }
}
.list-flow dt {
  width: 215px;
  max-width: 100%;
  color: #0072be;
  text-align: right;
  font-weight: 600;
}
.list-flow dd {
  width: 745px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-flow.obj-af::after {
  width: 3px;
  height: 92%;
  background: #0072be;
  top: 10px;
  left: 266px;
}
.list-data__item {
  position: relative;
  background: #d8eef9;
  color: #0072be;
  display: flex;
  align-items: center;
  padding: 45px 30px 25px 30px;
}
.list-data dt, .list-data dd, .list-data dd span {
  line-height: 1;
}
.list-data dt {
  width: 100%;
  padding: 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -40%);
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-data dt {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-data dt {
    font-size: 24px;
  }
}
.list-data dd {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.list-data .count,
.list-data .unit {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-data .count,
  .list-data .unit {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-data .count,
  .list-data .unit {
    font-size: 18.6666666667px;
  }
}
.list-data .count {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  margin-bottom: auto;
}
.list-data .num {
  line-height: 52px;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 72px;
  font-size: 7.2rem;
}
@media screen and (max-width: 768px) {
  .list-data .num {
    font-size: 82px;
    font-size: 10.6770833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-data .num {
    font-size: 54.6666666667px;
  }
}
.list-data .ic {
  position: absolute;
  right: 0;
}
.list-data .data-01 .ic {
  top: 50%;
  transform: translate(-20px, -50%);
}
.list-data .data-02 .ic {
  top: 0;
  transform: translate(10px, -15px);
}
.list-data .data-03 .ic {
  top: 50%;
  transform: translate(-30px, -50%);
}
.list-data .data-04 .ic {
  top: 0;
  transform: translate(15px, -10px);
}
.list-data .data-05 .ic {
  top: 0;
  transform: translate(15px, -10px);
}
.list-data .data-06 .ic {
  bottom: 0;
  transform: translate(15px, 0);
}
.list-career__item {
  background: #fff;
  padding: 60px 25px 30px 25px;
  border-radius: 15px 15px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
}
.list-career__item:first-child {
  margin-top: 150px;
}
.list-career__item:nth-child(2) {
  margin-top: 75px;
}
.list-career__ttl {
  position: relative;
  width: 260px;
  max-width: 100%;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #34b2ea;
  background: linear-gradient(90deg, #34b2ea 0%, #0072be 100%);
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-career__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-career__ttl {
    font-size: 22.6666666667px;
  }
}
.list-career__ttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 20px;
  aspect-ratio: 20/12;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #34b2ea;
  background: linear-gradient(90deg, #34b2ea 0%, #0072be 100%);
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
}
.list-career .data-01 {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-career .data-01 dd {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-career .data-01 dd {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-career .data-01 dd {
    font-size: 17.3333333333px;
  }
}
.list-career .data-01 dd em {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-career .data-01 dd em {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-career .data-01 dd em {
    font-size: 22.6666666667px;
  }
}
.list-career .data-02 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.list-career .data-02 dd {
  line-height: 2;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-career .data-02 dd {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-career .data-02 dd {
    font-size: 18.6666666667px;
  }
}
.list-career dt {
  background: #0072be;
  color: #fff;
  line-height: 1;
  padding: 5px 10px 3px 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-career dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-career dt {
    font-size: 18.6666666667px;
  }
}
.list-voice__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.list-voice__item:nth-child(even) {
  justify-content: flex-end;
}
.list-voice__ic {
  width: 150px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
  border: solid 1px #333;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.list-voice__ic img {
  border-radius: 50rem;
  border: solid 4px #fff;
}
.list-voice__bx {
  width: 650px;
  max-width: 100%;
  background: #f1f1f1;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.list-voice__bx::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 20px;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background: #f1f1f1;
  top: 30px;
  right: 100%;
  transform: translate(0, 1px);
}
.list-voice dl {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #333;
  padding-bottom: 15px;
}
.list-recruit__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.list-recruit__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 20px;
  aspect-ratio: 1/1;
  border-right: solid 6px #0072be;
  border-bottom: solid 6px #0072be;
  top: 100%;
  left: 50%;
  transform: translate(-50%, calc(37.5px - 50%)) rotate(45deg);
}
.list-recruit__item dl {
  width: 820px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
}
.list-recruit__item dt {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  color: #0072be;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  border-bottom: solid 1px #0072be;
  padding-bottom: 15px;
}
.list-recruit__item dt em {
  margin-left: 10px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-recruit__item dt em {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-recruit__item dt em {
    font-size: 20px;
  }
}
.list-recruit__item .ttl {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-recruit__item .ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-recruit__item .ttl {
    font-size: 24px;
  }
}

.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: #0072be;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@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: 16px;
  }
}
.tag-sub__item {
  line-height: 1;
}
.tag-sub__item::before {
  content: "#";
  display: inline-block;
  color: #34b2ea;
}

.ttl-main .en, .ttl-low .en {
  font-family: "Caveat", cursive;
  line-height: 1;
  background: linear-gradient(0deg, #34b2ea 0%, #0072be 100%);
  background: -webkit-linear-gradient(0deg, #34b2ea 0%, #0072be 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en, .ttl-low .en {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en, .ttl-low .en {
    font-size: 26.6666666667px;
  }
}
.ttl-main .en.col-wht, .ttl-low .en.col-wht {
  background: none;
  -webkit-text-fill-color: inherit;
}
.ttl-main .jp, .ttl-low .jp {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .jp, .ttl-low .jp {
    font-size: 48px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .jp, .ttl-low .jp {
    font-size: 32px;
  }
}
.ttl-main .jp em, .ttl-low .jp em {
  position: relative;
  z-index: 1;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .jp em, .ttl-low .jp em {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .jp em, .ttl-low .jp em {
    font-size: 34.6666666667px;
  }
}
.ttl-main .jp em::after, .ttl-low .jp em::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 70%;
  border: solid 1px rgba(51, 51, 51, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ttl-main .jp.col-wht em::after, .ttl-low .jp.col-wht em::after {
  border-color: rgba(241, 241, 241, 0.5);
}
.ttl-main__inner {
  position: relative;
}
.ttl-main__inner,
.ttl-main .en,
.ttl-main .jp {
  display: inline-block;
}
.ttl-main .en {
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translate(-30px, -10px) rotate(-10deg);
}
.ttl-main .jp {
  position: relative;
  display: inline-block;
}
.ttl-low {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
  margin-bottom: 40px;
}
.ttl-low .jp em {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
}
.ttl-low.txt-aln-c {
  align-items: center;
}
.ttl-sub {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  border-left: solid #34b2ea 6px;
  border-bottom: solid 1px #f1f1f1;
  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;
  }
}

.txt-plain {
  line-height: 2.4;
}
.txt-01 {
  line-height: 1.7333333333;
}
.txt-02 {
  line-height: 2;
}
.txt-03 {
  line-height: 2.1176470588;
  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;
  }
}

.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.8;
}

.header-nav {
  margin-top: 25px;
}
.header-nav__list {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 18px;
       column-gap: 18px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 17.3333333333px;
  }
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 120px 120px;
  grid-template-rows: repeat(4, auto);
  gap: 30px 80px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 17.3333333333px;
  }
}
.footer-nav__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer-nav__item::before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border-right: solid 2px #4fb52c;
  border-bottom: solid 2px #4fb52c;
  transform: rotate(-45deg);
}

.footer-sub__list {
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 14.6666666667px;
  }
}
.footer-sub__item {
  padding: 0 10px;
}
.footer-sub__item:not(:first-child) {
  border-left: solid 1px #fff;
}
.footer-sub__item:first-child {
  padding-left: 0;
}
.footer-sub__item:last-child {
  padding-right: 0;
}
.footer-sub__link {
  color: #fff;
}

#header .com-logo {
  width: 689px;
  max-width: 35.8854166667%;
  min-width: 452px;
  position: absolute;
  top: 132px;
  left: 0;
  transform: translate(15%, -60%);
  z-index: 10;
}

.header-bar {
  padding: 30px 5.73%;
}

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

.mv-img {
  width: 1600px;
  max-width: 83.3333333333%;
}
.mv-img-01 {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
}
.mv-img-02 {
  width: 56.25%;
  aspect-ratio: 900/373;
  border-radius: 60px 60px 0 60px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.mv-img::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 20/1;
}
.mv-cc {
  width: 849px;
  max-width: 44.21875%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, -56%);
  z-index: 2;
}
.mv.obj-af::after {
  width: 117px;
  max-width: 6.09375%;
  aspect-ratio: 117/189;
  background-image: url("/img/top/mv-illust.png");
  background-size: 100%;
  left: 2.6%;
  bottom: 0;
  transform: translate(0, -40%);
  z-index: 1;
}

.sv-img {
  width: 1300px;
  max-width: 67.7083333333%;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
}
.sv-ttl {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  padding: 0.7vw 2vw;
  border-radius: 10px;
  position: absolute;
  left: 21.88%;
  bottom: 0;
  transform: translate(0, -100%);
  z-index: 2;
  background: #34b2ea;
  background: linear-gradient(90deg, #34b2ea 0%, #0072be 100%);
  line-height: 1;
  font-weight: 600;
  font-size: 62px;
  font-size: 3.2291666667vw;
}
@media screen and (max-width: 1260px) {
  .sv-ttl {
    font-size: 41.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 62px;
  }
}
.sv-ttl span {
  color: #fff;
}
.sv.obj-af::after {
  width: 368px;
  max-width: 19.1666666667%;
  aspect-ratio: 368/334;
  background-image: url("/img/common/sv-obj.png");
  background-size: 100%;
  left: 14.84%;
  bottom: 0;
  transform: translate(0, 10%);
  z-index: 1;
}

.top-about {
  padding: 180px 0 130px 0;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 114, 190, 0.2) 100%);
}
.top-about .ttl-main {
  margin-bottom: 40px;
}
.top-about .wrp-01, .top-about .wrp-02, .top-about .wrp-03 {
  position: relative;
}
.top-about .wrp-02 h3 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.top-about .wrp-03 h5 {
  line-height: 1.6;
}
.top-about .img-01 {
  position: absolute;
  left: 110px;
  bottom: 0;
}
.top-about .img-01 img {
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
}
.top-about .img-02 {
  position: relative;
  z-index: 1;
  margin-left: -100px;
}
.top-about .img-02 img {
  border-radius: 30px 30px 30px 0;
}
.top-about .img-02 .img-shadow::after {
  border-radius: 30px 30px 30px 0;
}
.top-about .img-03 {
  margin: 0 -280px 0 0;
}
.top-about .img-03 img {
  border-radius: 30px 30px 30px 0;
}
.top-about .illust-people1::after {
  transform: translate(0, 180px);
}

.top-origin {
  padding: 100px 0 130px 0;
}
.top-origin .ttl-main {
  margin-bottom: 50px;
}
.top-origin h3 {
  line-height: 2.1818181818;
}
.top-origin .illust-buill2::after {
  left: 0;
  transform: translate(-100px, 130px);
}

.top-charm {
  padding: 100px 0 130px 0;
  background: rgba(0, 114, 190, 0.1);
  background: linear-gradient(0deg, rgba(0, 114, 190, 0.1) 0%, rgba(52, 178, 234, 0.2) 100%);
}
.top-charm .ttl-main {
  margin-bottom: 70px;
}
.top-charm .illust-buill2::after {
  right: 0;
  transform: translate(355px, 130px);
}

.top-works {
  padding: 120px 0 135px 0;
  background: url("/img/top/works-bg.jpg") center center no-repeat;
  background-size: cover;
}
.top-works .ttl-main {
  margin-bottom: 40px;
}
.top-works .img {
  margin-left: -100px;
}
.top-works .img img {
  border-radius: 30px;
}
.top-works .img-shadow::after {
  border-radius: 30px;
  background: #0072be;
  background: linear-gradient(145deg, #0072be 0%, #34b2ea 100%);
  transform: translate(-50%, -50%) rotate(-10deg);
}
.top-works .obj-bf::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 283px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/top/works-obj.png");
  background-size: 100%;
  top: 0;
  left: 290px;
  transform: translate(0, -80px);
}
.top-works .obj-af::after {
  width: 256px;
  max-width: 100%;
  aspect-ratio: 256/281;
  background-image: url("/img/top/works-illust.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(100px, 150px);
}

.top-real {
  padding: 120px 0 150px 0;
}
.top-real .ttl-main {
  margin-bottom: 110px;
}
.top-real .illust-buill1::after {
  left: 0;
  transform: translate(-345px, 150px);
}

.top-news {
  background: rgba(52, 178, 234, 0.05);
  background: linear-gradient(90deg, rgba(52, 178, 234, 0.05) 0%, rgba(0, 114, 190, 0.25) 100%);
  padding: 130px 0;
}
.top-news .ttl-main {
  margin-top: 50px;
}
.top-news .btn {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 1;
}

.top-banner {
  padding: 130px 0 100px 0;
}
.top-banner .ttl-main .en {
  font-variant-ligatures: normal;
  font-feature-settings: "liga" 1, "clig" 1, "calt" 1;
  font-weight: 300;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .top-banner .ttl-main .en {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-banner .ttl-main .en {
    font-size: 40px;
  }
}
.top-banner .ttl-main .jp {
  transition: 0.3s;
  background: linear-gradient(0deg, #4fb52c 0%, #c2d818 100%);
  background: -webkit-linear-gradient(0deg, #4fb52c 0%, #c2d818 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .top-banner .ttl-main .jp {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-banner .ttl-main .jp {
    font-size: 26.6666666667px;
  }
}
.top-banner .bnr-item {
  width: 500px;
  max-width: 100%;
  aspect-ratio: 500/130;
  position: relative;
}
.top-banner .bnr-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.top-banner .bnr-link::before, .top-banner .bnr-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.top-banner .bnr-link::before {
  width: 50px;
  aspect-ratio: 50/54;
  background-image: url("/img/common/ic-note.png");
  background-size: 100%;
  left: 50px;
}
.top-banner .bnr-link::after {
  width: 61px;
  aspect-ratio: 61/40;
  background-image: url("/img/common/arrow-solid-grn.png");
  background-size: 100%;
  right: 30px;
}
.top-banner .bnr-link:hover .ttl-main .jp {
  opacity: 0.8;
}
.top-banner .bnr-link:hover::after {
  transform: translate(-3px, -50%);
}
.top-banner .obj-af::after {
  width: 177px;
  max-width: 100%;
  aspect-ratio: 177/183;
  background-image: url("/img/top/banner-img.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(115px, 215px);
}

#com-entry {
  padding: 200px 0 130px 0 !important;
}
#com-entry .ttl-main {
  margin-bottom: 30px !important;
}
#com-entry .com-base {
  padding: 140px 20px 80px 0;
  box-shadow: 0.707px 0.707px 18px 2px rgba(51, 51, 51, 0.08);
}
#com-entry .btn {
  width: 260px;
  max-width: 100%;
}
#com-entry .btn a {
  width: 100%;
  height: 70px;
}
#com-entry .obj-af::after {
  width: 251px;
  max-width: 100%;
  aspect-ratio: 251/239;
  background-image: url("/img/common/illust-people-02.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(100px, 130px);
  z-index: 1;
}
#com-entry.bg-bf::before {
  width: 100%;
  height: 518px;
  background-image: url("/img/common/entry-bg.jpg");
  background-size: cover;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#ctn-low section {
  padding: 120px 0;
}
#ctn-low .illust-buill1::after, #ctn-low .illust-buill2::after {
  right: 0;
  bottom: 0;
  transform: translate(340px, 120px);
}
#ctn-low .illust-people1::after {
  transform: translate(100px, 120px);
}

.job-description .img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-70px, 0);
}
.job-description .obj-circle::after {
  right: 0;
  bottom: 0;
  transform: translate(190px, 165px);
}
.job-point_license {
  background: rgba(216, 238, 249, 0);
  background: linear-gradient(180deg, rgba(216, 238, 249, 0) 0%, rgba(216, 238, 249, 0.8) 100%);
}
.job-point .ttl-low .jp em, .job-license .ttl-low .jp em {
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .job-point .ttl-low .jp em, .job-license .ttl-low .jp em {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .job-point .ttl-low .jp em, .job-license .ttl-low .jp em {
    font-size: 29.3333333333px;
  }
}
.job-point .obj-af::after {
  width: 256px;
  max-width: 100%;
  aspect-ratio: 256/281;
  background-image: url("/img/job/point-illust.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(-40px, 120px);
  z-index: 1;
}

.company-greeting {
  background: url("/img/company/greeting-bg.png") center bottom no-repeat;
  background-size: 100%;
}/*# sourceMappingURL=style.css.map */