@charset "UTF-8";
body {
  width: 100%;
  min-width: 1260px;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.8823529412px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #222 !important;
}
.col-main {
  color: #00ab96 !important;
}
.col-sub {
  color: #262f3a !important;
}
.col-accent {
  color: #00ab96 !important;
}
.col-bdr {
  color: #ddd !important;
}
.col-bg {
  color: #f7f7f7 !important;
}
.col-red {
  color: #e74c3c !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #222 !important;
}
.bg-main {
  background-color: #00ab96 !important;
}
.bg-sub {
  background-color: #262f3a !important;
}
.bg-accent {
  background-color: #00ab96 !important;
}
.bg-bdr {
  background-color: #ddd !important;
}
.bg-bg {
  background-color: #f7f7f7 !important;
}

.btn-01__link, .btn-02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #262f3a;
  color: #fff;
  font-weight: 500;
}
.btn-01__link:hover, .btn-02__link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.btn-01__link:hover img, .btn-02__link:hover img {
  opacity: 0.8;
}
.btn-02__link {
  background: #fff;
  color: #00ab96;
  font-weight: bold;
}
.btn-02__link:hover {
  color: rgba(0, 171, 150, 0.8) !important;
}
.btn-02__link:hover img {
  opacity: 0.8;
}
.btn-03 {
  display: flex;
}
.btn-03__link {
  line-height: 1;
}
.btn-03__link:hover {
  opacity: 0.8;
}

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

.arw-solid-wht {
  position: relative;
}
.arw-solid-wht::after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 50/11;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-solid-wht:hover::after {
  transform: translate(-2px, -50%);
}
.arw-solid-blk::after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 50/11;
  background-image: url("/img/common/arrow-solid-blk.png");
  background-size: 100%;
  margin-left: auto;
  transition: 0.3s;
}
.arw-solid-blk:hover::after {
  transform: translateX(-2px);
}
.arw-solid-blk_flx {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.arw-solid-blk_flx::after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 50/11;
  background-image: url("/img/common/arrow-solid-blk.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-solid-blk_flx:hover::after {
  transform: translateX(-2px);
}
.arw-anchor-wht {
  position: relative;
}
.arw-anchor-wht::after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/12;
  background-image: url("/img/common/arrow-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.arw-anchor-wht:hover::after {
  transform: translateY(calc(-50% + 2px)) rotate(90deg);
}
.arw-main {
  position: relative;
}
.arw-main::after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/12;
  background-image: url("/img/common/arrow-grn.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-main:hover::after {
  transform: translate(-2px, -50%);
}
.arw-back {
  position: relative;
}
.arw-back::before {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/12;
  background-image: url("/img/common/arrow-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%) scaleX(-1);
  transition: 0.3s;
}
.arw-back:hover::before {
  transform: translate(2px, -50%) scaleX(-1);
}

.obj-arw {
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.obj-arw::before {
  content: "▶";
  display: block;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01, .tbl-02 {
  background: #f7f7f7;
}
.tbl-01 th, .tbl-01 td, .tbl-02 th, .tbl-02 td {
  padding: 15px 4%;
  line-height: 1.6470588235;
}
.tbl-01 th, .tbl-02 th {
  width: 30%;
  background: #00ab96;
  color: #fff;
}
.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 #ddd;
}
.tbl-02 td {
  white-space: pre-wrap;
}

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

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

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 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);
}
.layout-clm-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.layout-clm-5 .list-item,
.layout-clm-5 .layout-item {
  width: calc((100% - 100px) / 5);
}
.layout-clm-5-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.layout-clm-5-c .list-item,
.layout-clm-5-c .layout-item {
  width: calc((100% - 100px) / 5);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-flow .list-item {
  width: 100%;
}
.list-news__item {
  border-bottom: solid 1px #ddd;
  padding: 20px 0;
}
.list-news__item:first-child {
  padding-top: 0;
}
.list-news__bx {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.list-news time {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  display: block;
  line-height: 1;
  color: rgba(34, 34, 34, 0.4);
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 17.6470588235px;
  }
}
.list-news__ttl {
  font-weight: 500;
  margin-top: 15px;
}
.list-menu__item {
  aspect-ratio: 340/170;
}
.list-menu__about a::before {
  width: 89px;
  aspect-ratio: 89/96;
  background-image: url("/img/top/menu-ic-01.png");
  background-size: 100%;
}
.list-menu__job a::before {
  width: 85px;
  aspect-ratio: 85/103;
  background-image: url("/img/top/menu-ic-02.png");
  background-size: 100%;
}
.list-menu__faq a::before {
  width: 91px;
  aspect-ratio: 91/97;
  background-image: url("/img/top/menu-ic-03.png");
  background-size: 100%;
}
.list-menu__link {
  width: 100%;
  height: 100%;
  background: #262f3a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.list-menu__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.list-menu__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.list-menu .arw-solid-wht::after {
  top: inherit;
  bottom: 15px;
}
.list-works__img {
  width: 100%;
  aspect-ratio: 1/1;
}
.list-works__ttl {
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  margin-top: 10px;
}
.list-check__item {
  border-bottom: dotted 2px #00ab96;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-check__item:first-child {
  padding-top: 0 !important;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
}
.list-merit__item {
  border: solid 1px #00ab96;
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
}
.list-merit__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  aspect-ratio: 1/1;
  background: #00ab96;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-merit__num {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-merit__num {
    font-size: 23.5294117647px;
  }
}
.list-merit__ic, .list-merit__ttl {
  text-align: center;
}
.list-merit__ttl {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-merit__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-merit__ttl {
    font-size: 21.1764705882px;
  }
}
.list-flow1__item, .list-flow2__item {
  border: solid 1px #00ab96;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
.list-flow1__item:not(:last-child) .list-flow1__num,
.list-flow1__item:not(:last-child) .list-flow2__num, .list-flow2__item:not(:last-child) .list-flow1__num,
.list-flow2__item:not(:last-child) .list-flow2__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
.list-flow1__item:not(:last-child) .list-flow1__num:after,
.list-flow1__item:not(:last-child) .list-flow2__num:after, .list-flow2__item:not(:last-child) .list-flow1__num:after,
.list-flow2__item:not(:last-child) .list-flow2__num:after {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 4/20;
  background-image: url("/img/common/obj-dot.png");
  background-size: 100%;
}
.list-flow1__num, .list-flow2__num {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  color: #00ab96;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-flow1__num, .list-flow2__num {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow1__num, .list-flow2__num {
    font-size: 23.5294117647px;
  }
}
.list-flow1__num .inner, .list-flow2__num .inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.list-flow1__num .inner span, .list-flow2__num .inner span {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-flow1__num .inner span, .list-flow2__num .inner span {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow1__num .inner span, .list-flow2__num .inner span {
    font-size: 21.1764705882px;
  }
}
.list-flow1__bx, .list-flow2__bx {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.list-flow1 dt, .list-flow2 dt {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-flow1 dt, .list-flow2 dt {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow1 dt, .list-flow2 dt {
    font-size: 21.1764705882px;
  }
}
.list-flow1__item {
  align-items: center;
}
.list-flow1__bx {
  align-items: flex-start;
}
.list-flow1 dl {
  max-width: 630px;
}
.list-flow2 dl {
  width: 740px;
  max-width: 100%;
}
.list-faq__item {
  border-bottom: solid 1px #00ab96;
  padding: 30px 0;
}
.list-faq__item:first-child {
  padding-top: 0 !important;
}
.list-faq dt {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 21.1764705882px;
  }
}
.list-faq dt span {
  transform: translateY(-5px);
}
.list-faq dt::before {
  content: "Q.";
  display: block;
  color: #00ab96;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before {
    font-size: 25.8823529412px;
  }
}
.list-faq dd {
  padding-left: 50px;
}
.list-products__item {
  background: #f7f7f7;
}
.list-products__link {
  width: 100%;
  padding: 30px 30px 60px 30px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  position: relative;
}
.list-products__img {
  width: 100%;
  overflow: hidden;
}
.list-products__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-products .arw-solid-blk::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.list-thumb__item {
  aspect-ratio: 1/1;
  background: #fff;
}
.list-anchor a {
  width: 100%;
  height: 70px;
}
.list-job__item {
  background: #f7f7f7;
}
.list-job__ttl {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #00ab96;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-job__ttl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-job__ttl {
    font-size: 18.8235294118px;
  }
}
.list-job__ttl-num {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  color: rgba(255, 255, 255, 0.16);
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  font-weight: 500;
  transform: translate(-10px, 20px);
  font-size: 80px;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .list-job__ttl-num {
    font-size: 90px;
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-job__ttl-num {
    font-size: 52.9411764706px;
  }
}
.list-job__bx {
  padding: 30px;
}
.list-job dl {
  border-top: solid 1px #00ab96;
  margin-top: 15px;
  padding-top: 15px;
}
.list-job dt {
  color: #00ab96;
  font-weight: bold;
}
.list-job dd em {
  font-weight: bold;
  margin-right: 15px;
}
.list-flow3 {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 40px 160px;
  position: relative;
  z-index: 1;
}
.list-flow3__item {
  width: 460px;
  max-width: 100%;
  min-height: 210px;
  background: #f7f7f7;
  padding: 40px;
  position: relative;
  z-index: 1;
}
.list-flow3__item:nth-child(1) {
  order: 1;
}
.list-flow3__item:nth-child(2) {
  order: 5;
}
.list-flow3__item:nth-child(2)::before {
  background-image: url("/img/message/flow-ic-02.png");
  background-size: 100%;
}
.list-flow3__item:nth-child(3) {
  order: 2;
}
.list-flow3__item:nth-child(3)::before {
  background-image: url("/img/message/flow-ic-03.png");
  background-size: 100%;
}
.list-flow3__item:nth-child(4) {
  order: 6;
}
.list-flow3__item:nth-child(4)::before {
  background-image: url("/img/message/flow-ic-04.png");
  background-size: 100%;
}
.list-flow3__item:nth-child(5) {
  order: 3;
}
.list-flow3__item:nth-child(5)::before {
  background-image: url("/img/message/flow-ic-05.png");
  background-size: 100%;
}
.list-flow3__item:nth-child(6) {
  order: 7;
}
.list-flow3__item:nth-child(6)::before {
  background-image: url("/img/message/flow-ic-06.png");
  background-size: 100%;
}
.list-flow3__item:nth-child(7) {
  order: 4;
}
.list-flow3__item:nth-child(7)::before {
  background-image: url("/img/message/flow-ic-07.png");
  background-size: 100%;
}
.list-flow3__item::before {
  content: "";
  display: block;
  width: 105px;
  aspect-ratio: 105/90;
  background-image: url("/img/message/flow-ic-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.list-flow3__item::after {
  content: "";
  display: block;
  width: 97px;
  aspect-ratio: 97/24;
  background-image: url("/img/message/flow-arrow.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-5px, -50%) scaleX(-1);
  z-index: -1;
}
.list-flow3__item:nth-child(even) {
  transform: translateY(calc(50% + 20px));
}
.list-flow3__item:nth-child(even)::after {
  left: inherit;
  right: 100%;
  transform: translate(5px, -50%);
}
.list-flow3 dt {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-bottom: solid 1px #00ab96;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.list-flow3__time {
  color: #00ab96;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-flow3__time {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow3__time {
    font-size: 21.1764705882px;
  }
}
.list-flow3__ttl {
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-flow3__ttl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow3__ttl {
    font-size: 18.8235294118px;
  }
}
.list-flow3::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #00ab96;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.list-dot__item {
  display: flex;
}
.list-dot__item::before {
  content: "・";
  display: block;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
.com-tel .tel span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.com-info a {
  color: #fff;
}
.com-info .btn a {
  color: #00ab96;
}
.com-info .com-tel:not(:first-child) {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  padding-top: 10px;
  margin-top: 5px;
}
.com-recruit .com-base {
  background: url("/img/common/recruit-bnr-img.png") right center no-repeat;
  background-size: auto 100%;
}
.com-recruit .arw-solid-wht::after {
  top: inherit;
  bottom: 30px;
  transform: none;
}
.com-recruit a:hover.arw-solid-wht::after {
  transform: translateX(-2px);
}
.com-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.com-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.com-label {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.com-label dt {
  background: #00ab96;
  color: #fff;
  font-weight: 500;
  padding: 8px 10px;
}
.com-detail .com-layout {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.com-detail .img {
  width: 470px;
  min-width: 470px;
}
.com-detail dl {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-weight: bold;
}
.com-detail dt {
  padding: 5px 10px 9px;
  background: #00ab96;
  color: #fff;
  line-height: 1;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-detail dt {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-detail dt {
    font-size: 18.8235294118px;
  }
}
.com-detail dd {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .com-detail dd {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-detail dd {
    font-size: 21.1764705882px;
  }
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-weight: 500;
}
.tag-main__item {
  border: solid 1px #00ab96;
  line-height: 1;
}
.tag-main__link {
  display: block;
  padding: 8px 15px;
}
.tag-main__link:hover {
  color: #00ab96;
}
.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: 14.1176470588px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #00ab96;
}
.tag-sub__item:not(:first-child) {
  border-left: solid 1px #ddd;
  padding-left: 10px;
}

.ttl-01 {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.ttl-01__eng {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .ttl-01__eng {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01__eng {
    font-size: 41.1764705882px;
  }
}
.ttl-01__ruby {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-01__ruby {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01__ruby {
    font-size: 17.6470588235px;
  }
}
.ttl-02 {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 50px;
}
.ttl-02__ruby {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .ttl-02__ruby {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02__ruby {
    font-size: 35.2941176471px;
  }
}
.ttl-02__eng {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-02__eng {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02__eng {
    font-size: 17.6470588235px;
  }
}
.ttl-03 {
  font-weight: bold;
  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: 17.6470588235px;
  }
}
.ttl-04 {
  margin-bottom: 25px;
  position: relative;
  background: #f7f7f7;
  padding: 10px 40px;
  font-weight: bold;
  border-left: solid 6px #00ab96;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-04 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-04 {
    font-size: 21.1764705882px;
  }
}
.ttl-04::before, .ttl-04::after {
  content: "";
  display: block;
  width: 6px;
  height: 0.8vw;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-6px);
  z-index: 1;
}
.ttl-04::after {
  top: inherit;
  bottom: 0;
}
.ttl-sub {
  border-left: solid #00ab96 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: 20px;
  }
}

.txt-plain {
  line-height: 1.6470588235;
}

#com-bnr {
  padding: 100px 0 70px 0 !important;
  position: relative;
  z-index: 1;
}
#com-bnr .bnr-img__inner {
  position: relative;
  z-index: 1;
}
#com-bnr .bnr-img__inner::after {
  content: "";
  display: block;
  width: calc(100% + 154px);
  aspect-ratio: 2/0.85;
  background: #f7f7f7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 70px);
  z-index: -1;
}
#com-bnr::before, #com-bnr::after {
  content: "";
  display: block;
  width: 602px;
  max-width: 31.3541666667%;
  aspect-ratio: 602/77;
  background-image: url("/img/common/banner-eng-01.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(-100px);
  z-index: -1;
}
#com-bnr::after {
  width: 604px;
  max-width: 31.4583333333%;
  aspect-ratio: 604/77;
  background-image: url("/img/common/banner-eng-02.png");
  background-size: 100%;
  left: inherit;
  right: 0;
}

#header {
  position: relative;
  z-index: 10;
}

.header-bar {
  padding: 22px 1.56%;
}

.logo-header {
  position: absolute;
  top: 50%;
  left: 1.56%;
  transform: translateY(-50%);
  z-index: 1;
}

.header-nav {
  margin-top: 20px;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
}
.header-nav__item {
  line-height: 1;
  position: relative;
}
.header-nav__item:not(:first-child) {
  border-left: solid 1px #222;
}
.header-nav__link {
  padding: 0 30px;
}
.header-nav__link:hover {
  color: #00ab96;
}
.header-nav .dropdown-menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  cursor: pointer;
}
.header-nav .dropdown-menu::before {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/12;
  background-image: url("/img/common/arrow-grn.png");
  background-size: 100%;
  transform: rotate(90deg);
}
.header-nav .dropdown-menu__list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
  padding-top: 20px;
  width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header-nav .dropdown-menu__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav .dropdown-menu__list {
    font-size: 14.7058823529px;
  }
}
.header-nav .dropdown-menu__list.is-open {
  max-height: 300px;
}
.header-nav .dropdown-menu__item {
  background: #00ab96;
  padding: 8px 15px;
}
.header-nav .dropdown-menu__item:first-child {
  padding-top: 20px;
}
.header-nav .dropdown-menu__item:last-child {
  padding-bottom: 20px;
}
.header-nav .dropdown-menu__link {
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header-nav .dropdown-menu__link::after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/12;
  background-image: url("/img/common/arrow-wht.png");
  background-size: 100%;
}
.header-nav .dropdown-menu__link:hover {
  opacity: 0.8;
}

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

.mv-cc {
  width: 100%;
  padding: 0 5.21%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.mv-cc__main {
  width: 58.49%;
}
.mv-cc__main img {
  filter: drop-shadow(0px 0px 20px #fff);
}
.mv-cc__sub {
  margin-top: 1.5vw;
  display: flex;
  -moz-column-gap: 0.83vw;
       column-gap: 0.83vw;
}
.mv-cc__sub span {
  background: #00ab96;
  color: #fff;
  font-weight: 600;
  padding: 0.4vw 1vw;
  letter-spacing: 0;
  font-size: 26px;
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__sub span {
    font-size: 15.2941176471px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__sub span {
    font-size: 26px;
  }
}
.mv-cc__txt {
  margin-top: 1.2vw;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5vw;
       column-gap: 0.5vw;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__txt {
    font-size: 11.7647058824px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__txt {
    font-size: 20px;
  }
}
.mv-cc__txt::before {
  content: "";
  display: block;
  width: 1vw;
  height: 1px;
  background: #222;
}

.sv {
  height: 340px;
}
.sv-ttl {
  min-width: 480px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  background: #00ab96;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl {
    font-size: 25.8823529412px;
  }
}
.sv-about_us {
  background: url("/img/about_us/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-about_film {
  background: url("/img/about_film/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-job_film {
  background: url("/img/job_film/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-faq_film {
  background: url("/img/faq_film/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-products_film {
  background: url("/img/products_film/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-job_duct {
  background: url("/img/job_duct/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-works_duct {
  background: url("/img/works_duct/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-message {
  background: url("/img/message/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-company {
  background: url("/img/company/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-news {
  background: url("/img/news/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-complete {
  background: url("/img/complete/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-site {
  background: url("/img/site/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-notfound {
  background: url("/img/notfound/sv.png") right center no-repeat;
  background-size: cover;
}

.top-about {
  margin-top: 100px;
  padding: 100px 0 85px 0;
  background: url("/img/top/about-bg.png") right center no-repeat;
  background-size: 36.2%;
}
.top-about .img {
  margin-left: -100px;
}
.top-about::before {
  content: "";
  display: block;
  width: 723px;
  max-width: 37.65625%;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-film,
.top-duct {
  padding: 0 0 180px 0;
  position: relative;
  z-index: 1;
}
.top-film .txt-bx, .top-film .cts-1080,
.top-duct .txt-bx,
.top-duct .cts-1080 {
  position: relative;
}
.top-film .cts-1080,
.top-duct .cts-1080 {
  z-index: 1;
}
.top-film .ttl-bx,
.top-duct .ttl-bx {
  padding: 100px 0;
  z-index: 2;
}
.top-film .ttl-bx .cts-1080::after,
.top-duct .ttl-bx .cts-1080::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 201px);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(280px, -50%);
  z-index: -2;
}
.top-film .ttl-02,
.top-duct .ttl-02 {
  margin-bottom: 0;
}
.top-film .txt-bx .cts-1080,
.top-duct .txt-bx .cts-1080 {
  padding: 80px 0;
}
.top-film .txt-bx .cts-1080::before,
.top-duct .txt-bx .cts-1080::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: #00ab96;
  position: absolute;
  top: 0;
  right: 100%;
  transform: translateX(-100px);
  z-index: -1;
}
.top-film .img,
.top-duct .img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100px, -30px);
  z-index: -1;
}

.top-film {
  margin-top: 100px;
}

.top-duct .list-bx .ttl-03 {
  position: relative;
  padding-left: 40px;
}
.top-duct .list-bx .ttl-03:before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: #00ab96;
  position: absolute;
  top: 0;
  left: 0;
}
.top-duct .list-bx .cts-1080::after {
  content: "";
  display: block;
  width: 950px;
  height: 260px;
  background: #f7f7f7;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(100px, 60px);
  z-index: -1;
}
.top-duct .list-bx .btn {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(40px, 70px);
}

.top-recruit {
  padding: 100px 0;
  background: url("/img/top/recruit-bg.png") center bottom no-repeat;
  background-size: 100%;
}

.top-news {
  padding: 100px 0;
}
.top-news .cts-1080 {
  min-height: 150px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(130px);
}

#ctn-lower .ttl-01, #ctn-lower .ttl-02 {
  text-align: center;
}
#ctn-lower section {
  padding: 100px 0;
}

.about_us-area .img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(100px, -50%);
  z-index: -1;
}

.about_film-video .cts-1080::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1080/440;
  background: #f7f7f7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100px);
  z-index: -1;
}

.message-job .wrp-list {
  margin-top: -40px;
}

#com-contact {
  padding: 0 !important;
  color: #fff;
  position: relative;
  z-index: 1;
}
#com-contact .cts-1280 {
  background: #00ab96;
  padding: 80px 0;
}
#com-contact .ttl-01 {
  text-align: center;
}
#com-contact::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 90px);
  background: #262f3a;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#footer .list-info {
  color: rgba(255, 255, 255, 0.6);
  border-left: solid 1px rgba(255, 255, 255, 0.4);
  padding-left: 15px;
}
#footer .list-info a {
  color: rgba(255, 255, 255, 0.6);
}
#footer .list-info dl {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
#footer .list-info .side-line {
  border-right: solid 1px rgba(255, 255, 255, 0.6);
  padding-right: 5px;
}

.footer-main {
  padding: 80px 0;
}
.footer-sub {
  padding: 20px 0;
}

.footer-nav__list {
  display: grid;
  grid-template-columns: 125px 150px 145px 75px;
  grid-template-rows: repeat(2, 1fr);
  gap: 15px 40px;
}
.footer-nav__item {
  position: relative;
}
.footer-nav__item:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(3) {
  grid-column-start: 2;
  grid-row-start: 1;
}
.footer-nav__item:nth-child(4) {
  grid-column-start: 3;
  grid-row-start: 1;
}
.footer-nav__item:nth-child(5) {
  grid-column-start: 4;
  grid-row-start: 1;
}
.footer-nav__item:nth-child(6) {
  grid-column-start: 4;
}
.footer-nav__link {
  color: #fff;
}
.footer-nav__link:hover {
  opacity: 0.8;
}
.footer-nav .dropdown-menu:hover {
  opacity: 1;
}
.footer-nav .dropdown-menu__list {
  width: 100%;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .dropdown-menu__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav .dropdown-menu__list {
    font-size: 14.7058823529px;
  }
}
.footer-nav .dropdown-menu__link {
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer-nav .dropdown-menu__link::before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 7/12;
  background-image: url("/img/common/arrow-grn.png");
  background-size: 100%;
}
.footer-nav .dropdown-menu__link:hover {
  opacity: 0.8;
}

.footer-sub__list {
  display: flex;
  justify-content: flex-end;
  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: 12.9411764706px;
  }
}
.footer-sub__item {
  line-height: 1;
  padding: 0 15px;
}
.footer-sub__item:not(:first-child) {
  border-left: solid 1px rgba(255, 255, 255, 0.4);
}
.footer-sub__link {
  color: rgba(255, 255, 255, 0.6);
}
.footer-sub__link:hover {
  opacity: 0.8;
}

.footer-copy small, .footer-copy a {
  color: rgba(255, 255, 255, 0.6);
}/*# sourceMappingURL=style.css.map */