body {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  font-size: 26px;
  font-size: 3.4666666667vw;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #353535;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 13px;
  }
}

.col-wht {
  color: #fff !important;
}

.col-blk {
  color: #353535 !important;
}

.col-blu {
  color: #00b5dd !important;
}

.col-orn {
  color: #f3981d !important;
}

.col-beg {
  color: #ffcb85 !important;
}

.bg-wht {
  background-color: #fff !important;
}

.bg-blk {
  background-color: #353535 !important;
}

.bg-blu {
  background-color: #00b5dd !important;
}

.bg-orn {
  background-color: #f3981d !important;
}

.bg-beg {
  background-color: #ffcb85 !important;
}

.ptn-dot-orn {
  background-color: #f3981d;
  background-image: radial-gradient(rgba(53, 53, 53, 0.2) 10%, transparent 20%), radial-gradient(rgba(53, 53, 53, 0.2) 10%, transparent 20%);
  background-size: 8px 8px;
  background-position: 5px 5px, 5px 5px;
}

.ptn-dot-wht {
  background-color: #fff;
  background-image: radial-gradient(rgba(53, 53, 53, 0.1) 10%, transparent 20%), radial-gradient(rgba(53, 53, 53, 0.1) 10%, transparent 20%);
  background-size: 8px 8px;
  background-position: 5px 5px, 5px 5px;
}

.btn-ptn1 .btn-link {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  display: block;
  width: 580px;
  max-width: 100%;
  max-width: 77.3333333333%;
  aspect-ratio: 580/90;
  margin: 0 auto;
  font-size: 30px;
  font-size: 4vw;
  font-weight: 500;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn-ptn1 .btn-link {
    font-size: 15px;
  }
}

.cts-650 .btn-ptn1 .btn-link {
  width: 580px;
  max-width: 100%;
  max-width: 89.2307692308%;
}

.cts-580 .btn-ptn1 .btn-link {
  width: 580px;
  max-width: 100%;
  max-width: 100%;
}

.arw-blk {
  position: relative;
}
.arw-blk::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/12;
  background-image: url("/img/common/arw-blk.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-wht {
  position: relative;
}
.arw-wht::after {
  content: "";
  display: block;
  width: 32px;
  max-width: 100%;
  max-width: 4.9230769231%;
  aspect-ratio: 32/24;
  background-image: url("/img/common/arw-wht.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 6.03%;
  transform: translateY(-50%);
}

.ic-tab {
  position: relative;
}
.ic-tab::after {
  content: "";
  display: block;
  width: 27px;
  max-width: 100%;
  max-width: 4.66%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tab.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 6.9%;
  transform: translateY(-50%);
}

.tbl {
  width: 100%;
  table-layout: fixed;
}
.tbl-ptn1 th, .tbl-ptn1 td {
  padding: 25px 4%;
}
.tbl-ptn1 th {
  width: 30%;
  color: #f3981d;
}
.tbl-ptn1 td {
  white-space: pre-wrap;
}
.tbl-ptn1 tr:not(:first-child) th, .tbl-ptn1 tr:not(:first-child) td {
  border-top: solid 1px rgba(53, 53, 53, 0.3);
}

.cts-650 {
  width: 650px;
  max-width: 100%;
  max-width: 86.6666666667%;
  margin: 0 auto;
}

.cts-580 {
  width: 580px;
  max-width: 100%;
  max-width: 77.3333333333%;
  margin: 0 auto;
}

.list-clm3, .list-clm4 {
  display: flex;
  flex-wrap: wrap;
}
.list-clm3 .list-item {
  width: calc(33.3333333333% - 13.3333333333px);
}
.list-clm3 .list-item:not(:nth-child(3n-2)) {
  margin-left: 20px;
}
.list-clm4 .list-item {
  width: calc(25% - 15px);
}
.list-clm4 .list-item:not(:nth-child(4n-3)) {
  margin-left: 20px;
}
.list-dot .dot-item {
  display: flex;
  align-items: center;
}
.list-dot .dot-item::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #353535;
  margin-right: 10px;
}
.list-dot .dot-item:not(:first-child) {
  margin-top: 10px;
}
.list-news .news-item:not(:first-child) {
  border-top: solid 1px rgba(53, 53, 53, 0.2);
  margin-top: 30px;
  padding-top: 30px;
}
.list-scene .scene-item:not(:first-child) {
  margin-top: 60px;
}
.list-scene .img {
  box-shadow: 15px 15px #f3981d;
}
.list-scene .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 40px;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.25;
  color: #f3981d;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .list-scene .ttl {
    font-size: 20px;
  }
}
.list-scene .ttl::before {
  content: "";
  display: block;
  width: 6px;
  max-width: 100%;
  min-width: 6px;
  aspect-ratio: 6/46;
  background: #f3981d;
  margin-right: 10px;
}
.list-point .ttl-box {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.list-point .num {
  width: 450px;
  max-width: 100%;
  max-width: 69.2307692308%;
  aspect-ratio: 2/1;
  border-radius: 50rem 50rem 0 0;
  font-size: 30px;
  font-size: 4vw;
  font-weight: 500;
  background: #f3981d;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .list-point .num {
    font-size: 15px;
  }
}
.list-point .num span {
  font-size: 44px;
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .list-point .num span {
    font-size: 22px;
  }
}
.list-point .ttl {
  font-size: 44px;
  font-size: 5.8666666667vw;
  font-weight: 600;
  background: #f3981d;
  border-radius: 60px 60px 0 0;
  padding: 20px 4%;
}
@media screen and (min-width: 768px) {
  .list-point .ttl {
    font-size: 22px;
  }
}
.list-point .txt {
  background: #fff;
  border: solid 3px #f3981d;
  border-radius: 0 0 60px 60px;
  padding: 25px 35px;
  position: relative;
  z-index: 1;
}
.list-point .point-item:not(:first-child) {
  margin-top: 70px;
}
.list-point .point-item:nth-child(even) .num, .list-point .point-item:nth-child(even) .ttl {
  background: #f35e1d;
}
.list-point .point-item:nth-child(even) .txt {
  border-color: #f35e1d;
}
.list-schedule::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #00b5dd;
  position: absolute;
  top: 0;
  left: calc(13.08% - 2px);
  z-index: -1;
}
.list-schedule dt {
  width: 170px;
  max-width: 100%;
  max-width: 26.1538461538%;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 40px;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .list-schedule dt {
    font-size: 20px;
  }
}
.list-schedule dd {
  font-size: 30px;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .list-schedule dd {
    font-size: 15px;
  }
}
.list-schedule .sd-item1 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 10px 10px #e8e8e8;
  display: flex;
}
.list-schedule .sd-item1 dt, .list-schedule .sd-item1 dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 4%;
}
.list-schedule .sd-item1 dt {
  background: #00b5dd;
  color: #fff;
}
.list-schedule .sd-item2 {
  display: flex;
  align-items: center;
  margin-left: 13.08%;
}
.list-schedule .sd-item2::before {
  content: "";
  display: block;
  width: 13.08%;
  height: 4px;
  background: #00b5dd;
}
.list-schedule .sd-item2 dt {
  color: #00b5dd;
}

.layout-half {
  display: flex;
  justify-content: center;
}
.layout-half .half-item {
  min-width: calc(50% - 20px);
}
.layout-half .half-item:nth-child(even) {
  margin-left: 40px;
}

.com-tag-main .tag-item {
  margin: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: #f3981d;
  color: #fff;
  font-size: 30px;
  font-size: 4vw;
  font-weight: 500;
  border-radius: 6px;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .com-tag-main .tag-link {
    font-size: 15px;
  }
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-sub .tag-item {
  font-size: 20px;
  font-size: 2.6666666667vw;
  line-height: 1;
  background: #f3981d;
  color: #fff;
  padding: 6px 10px 7px 10px;
  border-radius: 6px;
  margin: 0 5px 5px 0;
}
@media screen and (min-width: 768px) {
  .com-tag-sub .tag-item {
    font-size: 10px;
  }
}
.com-gmap {
  width: 100%;
  aspect-ratio: 750/450;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.com-tel .tel {
  line-height: 1;
}
.com-tel .tel-caution {
  max-height: 2.4vw;
}

.sdw {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}

#ctn-top article, #ctn-lower article {
  padding: 100px 0;
}

.box-ptn1 .box-in {
  padding: 40px 50px;
}

.txt-plain {
  font-size: 30px;
  font-size: 4vw;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .txt-plain {
    font-size: 15px;
  }
}

.ttl-main {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 54px;
  font-size: 7.2vw;
  font-weight: 600;
  color: #f3981d;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .ttl-main {
    font-size: 27px;
  }
}
.ttl-sub {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 36px;
  font-size: 4.8vw;
  font-weight: 600;
  border-left: solid #00b5dd 6px;
  border-bottom: solid 1px #ddd;
  background: #f5f5f5;
  padding: 10px 4% 15px 4%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .ttl-sub {
    font-size: 18px;
  }
}
.ttl-com {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 44px;
  font-size: 5.8666666667vw;
  font-weight: 600;
  text-align: center;
  background: #f3981d;
  color: #fff;
  border-radius: 50rem;
  padding: 20px 4%;
  position: relative;
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .ttl-com {
    font-size: 22px;
  }
}
.ttl-com::after {
  content: "";
  display: block;
  width: 30px;
  max-width: 100%;
  height: 16px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #f3981d;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.ttl-bar {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 54px;
  font-size: 7.2vw;
  font-weight: 600;
  line-height: 1.2;
  background: #f3981d;
  color: #fff;
  text-align: center;
  padding: 40px 4%;
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .ttl-bar {
    font-size: 27px;
  }
}

.hov-opa a:hover {
  opacity: 0.7;
}

.hdbar {
  aspect-ratio: 750/120;
  min-height: 55px;
  max-height: 120px;
  padding: 0 5.33%;
}

.logo-hd {
  width: 330px;
  max-width: 100%;
  max-width: 49.25%;
}

.top-about h2 {
  width: 575px;
  max-width: 100%;
  max-width: 76.6666666667%;
}
.top-about .txt-about {
  line-height: 1.8666666667;
  letter-spacing: 0.09em;
}
.top-about .txt-etc {
  position: absolute;
  right: 50px;
  bottom: -4px;
}

.top-recruit h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #fff;
  position: absolute;
  top: -1;
  left: 0;
  z-index: -1;
}

.top-news h2::after {
  content: "";
  display: block;
  width: 50px;
  max-width: 100%;
  max-width: 8.6206896552%;
  aspect-ratio: 50/37;
  background-image: url("/img/top/news-obj.png");
  background-size: cover;
  margin-left: 3%;
}

.service-works .txt-box {
  margin-top: -55px;
  background: #fff;
  border: solid 3px #f3981d;
  border-radius: 60px;
  padding: 50px 35px;
  position: relative;
  z-index: 1;
}
.service-works .img-comment {
  width: 625px;
  max-width: 100%;
  max-width: 83.3333333333%;
}

.recruit-want .want-img {
  width: 578px;
  max-width: 100%;
  max-width: 77.0666666667%;
}

.recruit-flow .list-schedule .sd-item1:not(:first-child) {
  margin-top: 65px;
}
.recruit-flow .list-schedule dt {
  font-size: 30px;
  font-size: 4vw;
  flex-direction: inherit;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .recruit-flow .list-schedule dt {
    font-size: 15px;
  }
}
.recruit-flow .list-schedule dt span {
  font-size: 44px;
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .recruit-flow .list-schedule dt span {
    font-size: 22px;
  }
}
.recruit-flow .list-schedule dd {
  padding-left: 20px;
  padding-right: 0px;
  letter-spacing: 0.03em;
}

.recruit-info .tbl-item:not(:first-child) {
  margin-top: 60px;
  border-top: solid 1px #f3981d;
  padding-top: 60px;
}

.company-greeting .img-box {
  width: 450px;
  max-width: 100%;
  max-width: 77.5862068966%;
  box-shadow: 15px 15px #f3981d;
}
.company-greeting .img-box::after {
  content: "";
  display: block;
  width: 127px;
  max-width: 100%;
  max-width: 28.22%;
  aspect-ratio: 127/199;
  background-image: url("/img/company/greeting-obj.png");
  background-size: cover;
  position: absolute;
  left: -8.89%;
  bottom: 0;
  z-index: 1;
}

footer#footer .work-time dt {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  padding: 0 15px;
  margin-right: 20px;
}
footer#footer .btn-contact {
  width: 61px;
  max-width: 100%;
  max-width: 10.5172413793%;
}

.logo-ft {
  width: 393px;
  max-width: 100%;
  max-width: 67.7586206897%;
}

#ft-nav .nav-item {
  line-height: 1;
}
#ft-nav .nav-item:not(:first-child) {
  border-left: solid 1px #fff;
  padding-left: 35px;
  margin-left: 35px;
}