@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 100px;
  background: #dcf4ff;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  margin-left: var(--margin-60);
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin-right: auto;
    padding-left: 3vw;
  }
  #header .item-logo img {
    width: 35vw;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  background: #fff;
  padding: 15px;
  padding-left: 45px;
  margin-right: var(--margin-60);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .btn-contact {
  background: var(--col--main-01);
  width: 200px;
  height: 50px;
  position: relative;
}
#header .btn-contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__01_01w.png) center center/contain no-repeat;
  width: 17px;
  height: 12px;
  left: 15px;
  top: 50%;
  translate: 0 -50%;
}
#header .btn-contact span {
  color: #fff;
}
#header .cont-info {
  width: fit-content;
}

#footer .group__sns {
  width: fit-content;
  margin: 0 auto;
  gap: 6vw;
  margin: 4vw 4vw 6vw;
}


html {
  scroll-padding-top: 100px;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  margin-right: var(--margin-30);
}
#nav .list-nav {
  width: fit-content;
  gap: 3vw;
}
#nav .list-nav .item {
  width: fit-content;
  position: relative;
}
#nav .list-nav .item::before {
  content: "/";
  position: absolute;
  right: -20px;
  bottom: 0;
}
#nav .list-nav .item:last-child::before {
  display: none;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  margin-top: 70px;
  overflow: hidden;
  z-index: 0;
  position: relative;
  width: 100%;
  height: 60vw;
  background: url(/img/mv/mv__bg_img.png) center top/100% no-repeat;
}
#mv::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__img.png) center center/contain no-repeat;
  width: 187vw;
  height: 87vw;
  right: -74vw;
  top: 0;
}
#mv .list-images .item {
  z-index: -1;
}
#mv .list-images .item_01 {
  display: none;
  position: absolute;
  right: 1030px;
  top: 540px;
}
#mv .list-images .item_02 {
  width: 4vw;
  position: absolute;
  right: 25vw;
  top: 32vw;
}
#mv .list-images .item_03 {
  display: none;
  position: absolute;
  right: 475px;
  top: 340px;
}
#mv .list-images .item_04 {
  display: none;
  position: absolute;
  right: 500px;
  top: 580px;
}
#mv .list-images .item_05 {
  position: absolute;
  width: 4vw;
  right: 6vw;
  top: 64vw;
}
#mv .list-images .item_06 {
  position: absolute;
  width: 4vw;
  right: 26vw;
  top: 76vw;
}
#mv .mv-catch {
  position: absolute;
  top: 16vw;
  width: 79vw;
  left: 3vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 50vw;
  overflow: hidden;
  margin-top: 70px;
  background: url(/img/sv/sv__bg_01.png) center top/100% no-repeat;
}
#sv .sv-img {
  width: 90%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  white-space: nowrap;
  width: fit-content;
  padding: 3vw 7vw;
  background: #fff;
  border-radius: 1.5vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: var(--font-size-40);
  font-size: 5.5vw;
}
#sv .sv-catch span {
  position: relative;
}
#sv .sv-catch span::before {
  content: "●";
  color: var(--col--main-01);
  font-size: 2vw;
  right: -4vw;
  top: 50%;
  translate: 0 -50%;
  position: absolute;
}
#sv .sv-catch span::after {
  content: "●";
  color: var(--col--main-01);
  font-size: 2vw;
  left: -4vw;
  top: 50%;
  translate: 0 -50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

.sv-company {
  background: url(/img/sv/sv__company.png) center center/cover no-repeat;
}

.sv-recruit {
  background: url(/img/sv/sv__recruit.png) center center/cover no-repeat;
}

.sv-robots {
  background: url(/img/sv/sv__robots.png) center center/cover no-repeat;
}

.sv-case {
  background: url(/img/sv/sv__case.png) center center/cover no-repeat;
}

.sv-voice {
  background: url(/img/sv/sv__voice.png) center center/cover no-repeat;
}

.sv-notfound {
  background: url(/img/sv/sv__notfound.png) center center/cover no-repeat;
}

.sv-contact {
  background: url(/img/sv/sv__contact.png) center center/cover no-repeat;
}

.sv-complete {
  background: url(/img/sv/sv__complete.png) center center/cover no-repeat;
}

.sv-news {
  background: url(/img/sv/sv__news.png) center center/cover no-repeat;
}

.sv-site {
  background: url(/img/sv/sv__site.png) center center/cover no-repeat;
}

.sv-privacy {
  background: url(/img/sv/sv__privacy.png) center center/cover no-repeat;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: #f5f5f5;
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-40);
  width: 40vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .item-address {
  letter-spacing: 0.08em;
  font-size: var(--font-size-14);
  margin-bottom: 8vw;
}
#footer .btn-introduce {
  width: fit-content;
  display: block;
  position: relative;
  font-size: var(--font-size-16);
  letter-spacing: 0.08em;
  padding-bottom: 12px;
  padding-right: var(--margin-50);
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: var(--margin-35);
  margin-left: auto;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 8vw;
}
#footer .btn-introduce::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_03g.png) center center/contain no-repeat;
  width: 35px;
  height: 20px;
  right: 0;
  top: 0;
}
#footer .list-nav {
  width: 100%;
  gap: 3vw 3vw;
  justify-content: end;
  margin-bottom: var(--margin-20);
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  letter-spacing: 0.08em;
  font-size: var(--font-size-14);
  position: relative;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer .list-nav-item {
  width: fit-content;
}
#footer .list-nav-item a {
  position: relative;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: end;
  color: var(--col--main-02);
  text-align: center;
  font-size: 3vw;
  width: 100%;
  line-height: 1.7;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

.pagetop {
  z-index: 5;
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: ease 0.3s;
}
.pagetop:hover {
  opacity: 0.8;
  bottom: 13px;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__news .inner {
  padding-top: var(--margin-60);
  padding-top: 0;
}
#top__news .ttl03 {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-bottom: var(--margin-20);
  padding-bottom: 6vw;
  margin-bottom: 7vw;
}
#top__news .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__dot__01_03.png) center center/contain no-repeat;
  width: 5vw;
  height: 2vw;
  bottom: 0vw;
  left: 50%;
  translate: -50% 0;
}
#top__news .ttl03 .en {
  font-size: var(--font-size-40);
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  position: relative;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--base-01);
  margin-bottom: var(--margin-20);
  transition: ease 0.2s;
  right: 0vw;
  margin-bottom: 4vw;
}
.unit-latest:last-child {
  margin-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-20);
  font-size: 3.6vw;
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-bottom: var(--margin-20);
  font-size: var(--font-size-17);
  font-weight: 600;
  margin-right: var(--margin-20);
  font-size: 3.6vw;
}
.unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 5vw;
  justify-content: end;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-size: 3.6vw;
  color: #9e9e9e;
  font-size: var(--font-size-14);
  position: relative;
}
.unit-latest .tag_list-item::before {
  content: "●";
  font-size: 1.4vw;
  color: var(--col--main-01);
  right: -4vw;
  top: 55%;
  translate: 0 -50%;
  position: absolute;
}
.unit-latest .tag_list-item:last-of-type::before {
  display: none;
}
.unit-latest .unit-latest-img {
  height: 5vw;
  width: 5vw;
  margin-right: 5vw;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 5vw;
  width: 5vw;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--acc-01);
  right: -2vw;
}

.s-post-taglist {
  gap: 5vw;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  font-size: 3.6vw;
  color: #9e9e9e;
}

#top__news {
  position: relative;
}
#top__news .inner {
  position: relative;
  object-fit: var(--margin-50);
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 7vw;
}
#top__news .ttl03 .en {
  font-size: 7.5vw;
}
#top__news .cont-latest {
  width: 100%;
  margin-left: auto;
  position: relative;
  margin-bottom: 10vw;
}
#top__news .unit-latest {
  position: relative;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--base-01);
  margin-bottom: var(--margin-20);
  transition: ease 0.2s;
  right: 0vw;
  margin-bottom: 4vw;
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-20);
  font-size: 3.6vw;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-bottom: var(--margin-20);
  font-size: var(--font-size-17);
  font-weight: 600;
  margin-right: var(--margin-20);
  font-size: 3.6vw;
}
#top__news .unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 5vw;
  justify-content: end;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-size: 3.6vw;
  color: #9e9e9e;
  font-size: var(--font-size-14);
  position: relative;
}
#top__news .unit-latest .tag_list-item::before {
  content: "●";
  font-size: 1.4vw;
  color: var(--col--main-01);
  right: -4vw;
  top: 55%;
  translate: 0 -50%;
  position: absolute;
}
#top__news .unit-latest .tag_list-item:last-of-type::before {
  display: none;
}
#top__news .unit-latest .unit-latest-img {
  height: 5vw;
  width: 5vw;
  margin-right: 5vw;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 5vw;
  width: 5vw;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  color: var(--col--acc-01);
  right: -2vw;
}
#top__news .com__btn_01 {
  position: relative;
  margin: 0 auto;
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about .block__about {
  position: relative;
  margin-bottom: var(--margin-20);
}
#top__about .block__about .ttl03 {
  margin-bottom: var(--margin-40);
}
#top__about .block__about .ttl03 .en {
  margin-bottom: var(--margin-20);
}
#top__about .block__about .ttl03 .ja {
  display: inline;
  line-height: 2.6;
  border-bottom: 1px solid var(--col--txt-01);
  padding-bottom: 1vw;
  font-size: 5vw;
}
#top__about .block__about .ttl03 .ja .str-01 {
  color: var(--col--main-01);
}
#top__about .block__about .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top__about .block__about .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__01_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  right: 0vw;
  bottom: 0vw;
}
#top__about .block__about .item-text p {
  font-size: 3.8vw;
}
#top__about .block__about .item-text p br {
  display: none;
}

/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  background: url(/img/top/top__service__bg_img_01.jpg) center left/cover no-repeat;
}
#top__service .inner {
  padding: 15vw 0;
}
#top__service .block__intro {
  position: relative;
}
#top__service .block__intro .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
  text-align: center;
}
#top__service .block__intro .item-img img {
  width: 70%;
}
#top__service .block__intro .item-text {
  margin-bottom: var(--margin-40);
  margin-bottom: 9vw;
}
#top__service .block__intro .item-text p {
  font-size: 3.8vw;
}
#top__service .block__intro .item-text p br {
  display: none;
}
/* top__robots
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__robots .inner {
  padding-bottom: var(--margin-60);
  padding-bottom: 15vw;
}
#top__robots .block__intro .ttl03 {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#top__robots .cont__post {
  gap: 5vw;
  margin-bottom: var(--margin-50);
  justify-content: center;
}
#top__robots .cont__post .block__post {
  width: calc((100% - 5vw) / 2);
  background: var(--col--base-01);
  border-radius: 1.5vw;
}
#top__robots .cont__post .block__post a {
  padding: 2vw;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#top__robots .cont__post .block__post a .ttl04 {
  order: 2;
  text-align: center;
  overflow: hidden;
  height: 5vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #fff;
}
#top__robots .cont__post .block__post a .ttl04 .ja {
  color: #fff;
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 600;
}
#top__robots .cont__post .block__post a .item-img {
  order: 1;
  width: 100%;
  height: 30vw;
  border-radius: 1.5vw;
  margin-bottom: var(--margin-10);
}
#top__robots .com__btn_01 {
  margin: 0 auto;
}

/* top__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__voice {
  background: #f5f5f5;
}
#top__voice .inner {
  width: 100%;
  padding-top: var(--margin-60);
  padding-bottom: var(--margin-60);
  padding-top: 15vw;
  position: relative;
}
#top__voice .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__01_02.png) center center/contain no-repeat;
  width: 41vw;
  height: 33vw;
  right: -4vw;
  top: 8vw;
}
#top__voice .cont__post {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
  margin-bottom: 10vw;
}
#top__voice .cont__post .block__post {
  height: 22vw;
  background: #fff;
  border-radius: 1.5vw;
  position: relative;
}
#top__voice .cont__post .block__post a {
  width: 100%;
  height: 100%;
  padding: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top__voice .cont__post .block__post a .ttl04 {
  width: 100%;
  height: 14vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: var(--font-size-16);
  display: flex;
  align-items: left;
  justify-content: center;
  text-align: left;
  padding-left: var(--margin-10);
  overflow: hidden;
  max-height: 13vw;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  border-left: 2px solid var(--col--main-01);
}
#top__voice .cont__post .block__post a .ttl04 .ja {
  font-size: var(--font-size-16);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
#top__voice .block__voice {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 1.5vw;
  padding: 5vw;
}
#top__voice .com__btn_01 {
  position: relative;
  margin: 0 auto;
}

/* top__company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__company .inner {
  padding-top: var(--margin-60);
  padding: 15vw 0;
}
#top__company .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-70);
}
#top__company .ttl03 .ja {
  margin: 0 auto;
}
#top__company .cont__links {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
#top__company .cont__links .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 10vw;
}
#top__company .cont__links .list-btn {
  width: 100%;
  min-height: 5vw;
  margin-bottom: var(--margin-60);
}
#top__company .cont__links .list-btn > .item {
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #dd3e3e 7%, #111111 7%);
  border-image-slice: 1;
}
#top__company .cont__links .list-btn > .item a {
  display: block;
  width: 100%;
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
}
#top__company .cont__links .list-btn > .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 13vw;
  height: 5vw;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__company .cont__bnr {
  justify-content: space-between;
  flex-direction: column;
  gap: 4vw;
}
/* top__recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__recruit {
  background: url(/img/top/top__recruit__bg_img_01.jpg) right -304vw center/cover no-repeat;
}
#top__recruit .block__recruit {
  width: 100%;
  margin-left: auto;
}
#top__recruit .block__recruit .ttl03 {
  margin-bottom: var(--margin-55);
}
#top__recruit .block__recruit .ttl03 .en {
  margin-bottom: var(--margin-20);
}
#top__recruit .block__recruit .ttl03 .ja {
  display: inline;
  line-height: 1.8;
  padding-bottom: 1vw;
  border-bottom: 1px solid #fff;
}
#top__recruit .block__recruit .item-text {
  width: 50vw;
  margin-bottom: var(--margin-55);
  background: rgba(0, 0, 0, 0.2);
}
#top__recruit .block__recruit .list-btn {
  gap: 5vw;
  flex-direction: column;
}
#top__recruit .block__recruit .list-btn > .item a {
  width: 100%;
  height: 12vw;
}
/* common__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.common__contact hgroup .ttl03 {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-80);
  margin-bottom: 5vw;
}
.common__contact hgroup .ttl03 .en {
  margin: 0 auto;
  margin-bottom: 5vw;
}
.common__contact hgroup .ttl03 .en::before {
  display: none;
}
.common__contact hgroup .ttl03 .ja {
  margin: 0 auto;
}
.common__contact hgroup .lead_text {
  line-height: 2;
  margin-bottom: 10vw;
}
.common__contact .block__contact {
  width: 100%;
}
.common__contact .block__contact .unit__mail {
  margin-bottom: var(--margin-40);
}
.common__contact .block__contact .unit__mail .ttl04 {
  position: relative;
  width: 100%;
  display: flex;
  gap: 5vw;
  align-items: center;
  margin-bottom: var(--margin-20);
}
.common__contact .block__contact .unit__mail .ttl04 .ja {
  font-size: var(--font-size-18);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 3.8vw;
}
.common__contact .block__contact .unit__mail .ttl04::before {
  content: "";
  position: relative;
  border-bottom: 1px solid var(--col--txt-01);
  top: 50%;
  translate: 0 -50%;
  flex: 1;
}
.common__contact .block__contact .unit__mail .ttl04::after {
  content: "";
  position: relative;
  border-bottom: 1px solid var(--col--txt-01);
  top: 50%;
  translate: 0 -50%;
  flex: 1;
}
.common__contact .block__contact .unit__mail .btn-contact {
  background: var(--col--main-01);
  width: 100%;
  height: 15vw;
}
.common__contact .block__contact .unit__mail .btn-contact span {
  color: #fff;
  position: relative;
  font-size: var(--font-size-16);
  font-weight: 700;
  padding-left: var(--margin-30);
  padding-left: 7vw;
}
.common__contact .block__contact .unit__mail .btn-contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__01_01w.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}
.common__contact .block__contact .unit__contact {
  gap: 5vw;
  flex-direction: column;
}
.common__contact .block__contact .unit__contact > div {
  padding: 5vw;
  background: #f5f5f5;
  width: calc((100% - 5vw) / 2);
  width: 100%;
}
.common__contact .block__contact .unit__contact > div .ttl04 {
  text-align: center;
  width: 100%;
  margin-bottom: var(--margin-20);
}
.common__contact .block__contact .unit__contact > div .ttl04 .ja {
  font-weight: 700;
  font-size: var(--font-size-18);
}
.common__contact .block__contact .unit__contact .com__tel {
  margin: 0 auto;
}
.common__contact .block__contact .unit__contact .com__tel .tel-num {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 5vw;
}
.common__contact .block__contact .unit__contact .com__tel .tel-attention {
  display: block;
  width: fit-content;
  margin: 0 auto;
  height: 3vw;
}
.common__contact .block__contact .unit__contact .unit__line .btn-line {
  background: #c0e5cf;
  width: 100%;
  height: 15vw;
}
.common__contact .block__contact .unit__contact .unit__line .btn-line span {
  position: relative;
  font-size: var(--font-size-16);
  font-weight: 600;
  padding-left: var(--margin-40);
  padding-left: 13vw;
}
.common__contact .block__contact .unit__contact .unit__line .btn-line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}

/* common subpages
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.common__l_nav {
  position: relative;
}
.common__l_nav .inner {
  padding-bottom: var(--margin-60);
}
.common__l_nav .list-nav {
  flex-direction: column;
  display: flex;
  justify-content: center;
  gap: 5vw;
}
.common__l_nav .list-nav .item {
  position: relative;
  width: fit-content;
  width: 100%;
}
.common__l_nav .list-nav .item a {
  display: block;
  width: 100%;
  padding-right: var(--margin-80);
  font-weight: 600;
  font-size: var(--font-size-18);
  letter-spacing: 0.05em;
  padding-bottom: 5vw;
  border-bottom: 1px solid #fff;
  border-image: linear-gradient(90deg, #dd3e3e 30px, #9e9e9e 30px);
  border-image-slice: 1;
  position: relative;
  font-size: 3.9vw;
}
.common__l_nav .list-nav .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_04r.png) center center/contain no-repeat;
  width: 14vw;
  height: 6vw;
  right: 0vw;
  top: 0vw;
}

/* robots
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* robots__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#robots__nav .list-nav {
  justify-content: space-between;
}
#robots__nav .list-nav .item {
  flex-grow: 1;
}

#robots__about .inner {
  padding-top: var(--margin-60);
}
#robots__about .cont__intro {
  position: relative;
}
#robots__about .cont__intro .ttl03 {
  margin: unset;
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-40);
}
#robots__about .cont__intro .ttl03 .ja {
  display: inline;
  font-weight: 700;
  font-size: var(--font-size-36);
  line-height: 2;
  padding-bottom: 5vw;
  border-bottom: 1px solid var(--col--txt-01);
  letter-spacing: 0.04em;
  padding-bottom: 1.2vw;
  line-height: 2.8;
  font-size: 5vw;
}
#robots__about .cont__intro .ttl03 .ja .str-01 {
  color: var(--col--main-01);
}
#robots__about .cont__intro .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#robots__about .cont__intro .item-text {
  width: 100%;
  margin-left: auto;
}
#robots__about .cont__intro .item-text p {
  font-weight: 500;
  font-size: 3.8vw;
}
#robots__about .cont__intro .item-text p br {
  display: none;
}

/* robots__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#robots__feature {
  background: var(--col--base-02);
}
#robots__feature .ttl03 .ja .str-01 {
  font-size: var(--font-size-50);
  color: var(--col--main-01);
}
#robots__feature .cont__feature .list-feature {
  gap: 5vw;
}
#robots__feature .cont__feature .list-feature > .item {
  background: #fff;
  padding: 5vw;
  position: relative;
  border-radius: 1.5vw;
}
#robots__feature .cont__feature .list-feature > .item .ttl04 {
  display: flex;
  width: 100%;
  gap: 0;
  padding-bottom: 5vw;
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: var(--margin-20);
  flex-direction: column;
  margin-bottom: 6vw;
}
#robots__feature .cont__feature .list-feature > .item .ttl04 .num {
  background: var(--col--main-01);
  color: #fff;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: var(--font-size-25);
  bottom: 2vw;
  padding-bottom: 5vw;
  position: relative;
  justify-content: center;
  padding-bottom: 1vw;
  display: flex;
  align-items: center;
}
#robots__feature .cont__feature .list-feature > .item .ttl04 .ja {
  font-size: var(--font-size-25);
  font-weight: 800;
  letter-spacing: 0.06em;
  flex: 1;
  line-height: 2;
}
#robots__feature .cont__feature .list-feature > .item .ttl04 .ja .str-01 {
  background: #e3e3e3;
}
#robots__feature .cont__feature .list-feature > .item .item-img {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 4vw;
}
#robots__feature .cont__feature .list-feature > .item .item-text {
  width: 100%;
}
#robots__feature .cont__feature .list-feature > .item .item-text p {
  font-size: 3.8vw;
}
#robots__feature .cont__feature .list-feature > .item .item-text p br {
  display: none;
}

/* robots__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#robots__works .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-70);
}
#robots__works .ttl03 .sub {
  margin: 0 auto;
  width: fit-content;
  display: block;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: var(--font-size-30);
  margin-bottom: var(--margin-20);
  padding-bottom: 1vw;
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: 4.5vw;
  font-size: 4vw;
  line-height: 1.5;
  text-align: center;
}
#robots__works .ttl03 .sub .str-01 {
  color: var(--col--main-01);
}
#robots__works .ttl03 .ja {
  margin: 0 auto;
  width: fit-content;
  display: block;
}
#robots__works .cont__works .list-works {
  gap: 5vw;
}
#robots__works .cont__works .list-works > .item {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1.5vw;
  background: var(--col--base-02);
  padding: 5vw;
}
#robots__works .cont__works .list-works > .item .ttl04 {
  order: 2;
  margin-bottom: var(--margin-15);
  background: var(--col--main-01);
  width: 100%;
  text-align: center;
  padding: 2vw;
  border-radius: 1.5vw;
  margin-bottom: 4vw;
}
#robots__works .cont__works .list-works > .item .ttl04 .ja {
  font-size: var(--font-size-25);
  font-weight: 700;
  font-size: 4.7vw;
  color: #fff;
}
#robots__works .cont__works .list-works > .item .item-img {
  margin: 0 auto;
  width: fit-content;
  order: 1;
  margin-bottom: var(--margin-15);
  margin-bottom: 4vw;
}
#robots__works .cont__works .list-works > .item .item-img img {
  width: 28vw;
}
#robots__works .cont__works .list-works > .item .item-text {
  text-align: left;
  order: 3;
}
#robots__works .cont__works .list-works > .item .item-text p {
  font-weight: 500;
  font-size: var(--font-size-18);
  line-height: 1.8;
  font-size: 3.8vw;
}
#robots__works .cont__works .list-works > .item .item-text p br {
  display: none;
}

/* robots__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#robots__flow {
  background: #9e9e9e;
}
#robots__flow .lead-text {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#robots__flow .lead-text p {
  color: #fff;
}
#robots__flow .cont__flow .list-flow {
  gap: 5vw;
}
#robots__flow .cont__flow .list-flow > .item {
  background: #fff;
  padding: 5vw;
  position: relative;
  border-radius: 1.5vw;
}
#robots__flow .cont__flow .list-flow > .item::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 4px solid #fff;
  left: 14%;
  translate: -50% 100%;
  bottom: 0;
}
#robots__flow .cont__flow .list-flow > .item:last-child::before {
  display: none;
}
#robots__flow .cont__flow .list-flow > .item .ttl04 {
  display: flex;
  gap: 3.5vw;
  margin-bottom: var(--margin-10);
  flex-direction: column;
  width: 100%;
  margin-bottom: 4vw;
}
#robots__flow .cont__flow .list-flow > .item .ttl04 .num {
  width: 100%;
  font-size: var(--font-size-20);
  border-radius: 1.5vw;
  font-weight: 700;
  background: var(--col--main-01);
  color: #fff;
  padding: 1vw;
  width: fit-content;
}
#robots__flow .cont__flow .list-flow > .item .ttl04 .num small {
  font-size: var(--font-size-14);
  margin-right: 1vw;
}
#robots__flow .cont__flow .list-flow > .item .ttl04 .ja {
  font-size: var(--font-size-25);
  font-weight: 700;
  letter-spacing: 0.08em;
}
#robots__flow .cont__flow .list-flow > .item .item-text p {
  font-weight: 500;
  font-size: var(--font-size-18);
  font-size: 4vw;
}
#robots__flow .cont__flow .list-flow > .item .item-text p br {
  display: none;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .cont__post {
  gap: 5vw;
}
#case .cont__post .block__post {
  width: calc((100% - 5vw) / 2);
  background: var(--col--base-01);
  border-radius: 1.5vw;
}
#case .cont__post .block__post a {
  padding: 3vw;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#case .cont__post .block__post a .ttl04 {
  order: 2;
  text-align: center;
  overflow: hidden;
  height: 6vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #fff;
}
#case .cont__post .block__post a .ttl04 .ja {
  color: #fff;
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 600;
}
#case .cont__post .block__post a .item-img {
  order: 1;
  width: 100%;
  height: 30vw;
  border-radius: 1.5vw;
  margin-bottom: var(--margin-10);
}
/* case detail
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.case__in_post .block__post {
  background: #f5f5f5;
  border-radius: 1.5vw;
  padding: 4vw;
  border: 1px solid #9e9e9e;
  display: flex;
  flex-direction: column;
}
.case__in_post .block__post .ttl03 {
  order: 2;
  width: 100%;
  padding: 3vw;
  border-radius: 1.5vw;
  margin-bottom: var(--margin-20);
  background: var(--col--base-01);
  text-align: left;
  margin-bottom: 7vw;
}
.case__in_post .block__post .ttl03 .ja {
  line-height: 1.7;
  color: #fff;
  font-size: var(--font-size-25);
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.08em;
}
.case__in_post .block__post .item-img {
  order: 1;
  width: 100%;
  height: 50vw;
  margin: 0 auto;
  margin-bottom: var(--margin-30);
  border-radius: 1.5vw;
}
.case__in_post .block__post .wrap__info {
  order: 3;
}
.case__in_post .block__post .wrap__info .block__info {
  margin-bottom: var(--margin-20);
  margin-bottom: 6vw;
  flex-direction: column;
}
.case__in_post .block__post .wrap__info .block__info:last-child {
  margin-bottom: 0;
}
.case__in_post .block__post .wrap__info .block__info .ttl04 {
  margin-right: var(--margin-15);
  text-align: left;
  border-radius: 1.5vw;
  width: fit-content;
  padding: 2vw 4vw;
  background: var(--col--main-01);
  display: flex;
  margin-bottom: 2vw;
}
.case__in_post .block__post .wrap__info .block__info .ttl04 .ja {
  width: 100%;
  align-self: center;
  display: block;
  color: #fff;
}
.case__in_post .block__post .wrap__info .block__info .item-text {
  flex: 1;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.case__in_post .com__btn_01 {
  margin: 0 auto;
  margin-top: var(--margin-40);
  width: 100%;
}

/* voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice {
  background: var(--col--base-01);
}
#voice .cont__post {
  gap: 5vw;
}
#voice .cont__post .block__post {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  height: 24vw;
  background: #fff;
  border-radius: 1.5vw;
  position: relative;
}
#voice .cont__post .block__post::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01w.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  filter: var(--col--main-01-f);
  bottom: 1vw;
  left: 50%;
  translate: -50% 0;
  rotate: 90deg;
}
#voice .cont__post .block__post a {
  width: 100%;
  height: 100%;
  padding: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#voice .cont__post .block__post a .ttl04 {
  width: 100%;
  height: 14vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: var(--font-size-16);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  height: 13vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#voice .cont__post .block__post a .ttl04 .ja {
  font-size: var(--font-size-16);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

/* voice__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.voice__in_post .block__post {
  background: var(--col--base-02);
  padding: 5vw;
  border-radius: 1.5vw;
}
.voice__in_post .block__post .ttl03 {
  width: 100%;
  padding: 3vw;
  border-radius: 1.5vw;
  margin-bottom: var(--margin-40);
  text-align: center;
  background: var(--col--main-01);
}
.voice__in_post .block__post .ttl03 .ja {
  font-size: var(--font-size-25);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.voice__in_post .block__post .wrap__info .block__info {
  margin-bottom: var(--margin-50);
}
.voice__in_post .block__post .wrap__info .block__info:last-child {
  margin-bottom: 0;
}
.voice__in_post .block__post .wrap__info .block__info .ttl04 {
  padding-bottom: 2vw;
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: 4vw;
  position: relative;
  padding-left: var(--margin-20);
  padding-left: 5vw;
}
.voice__in_post .block__post .wrap__info .block__info .ttl04::before {
  content: "●";
  color: #9e9e9e;
  left: 0;
  font-size: 3vw;
  top: 5vw;
  translate: 0 -50%;
  position: absolute;
}
.voice__in_post .block__post .wrap__info .block__info .ttl04 .ja {
  font-size: var(--font-size-25);
  font-weight: 700;
  line-height: 1.5;
  font-size: 4.5vw;
  letter-spacing: 0.05em;
}
.voice__in_post .block__post .wrap__info .block__info .item-text {
  line-height: 1.7;
}
.voice__in_post .block__post .wrap__info .block__info .item-text br {
  display: none;
}
.voice__in_post .com__btn_01 {
  margin: 0 auto;
  width: 100%;
  margin-top: var(--margin-50);
}

/* recruit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* recruit__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__intro {
  background: url(/img/recruit/recruit__intro__bg_img_01.jpg) left center/cover no-repeat;
  position: relative;
  margin-top: 5vw;
}
#recruit__intro .block__intro .ttl03 {
  margin: unset;
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-60);
}
#recruit__intro .block__intro .ttl03 .ja {
  display: inline;
  line-height: 2.5;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.8vw;
}
#recruit__intro .block__intro .item-text {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-30);
}
#recruit__intro .block__intro .item-text p {
  color: #fff;
}
#recruit__intro .block__intro .item-text p br {
  display: none;
}
#recruit__intro .block__intro .list-btn {
  gap: 5vw;
  width: 100%;
  margin-left: auto;
  flex-direction: column;
}
#recruit__intro .block__intro .list-btn > .item a {
  width: 100%;
  height: 15vw;
}
/* recruit__environment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__environment {
  background: var(--col--base-02);
}
#recruit__environment .cont__environment .list-environment > .item {
  background: #fff;
  padding: 5vw;
  position: relative;
  border-radius: 1.5vw;
  margin-bottom: var(--margin-40);
}
#recruit__environment .cont__environment .list-environment > .item:last-child {
  margin-bottom: 0;
}
#recruit__environment .cont__environment .list-environment > .item .ttl04 {
  display: flex;
  width: 100%;
  gap: 5vw;
  padding-bottom: 5vw;
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: var(--margin-20);
  gap: 1vw;
  margin-bottom: 5vw;
  flex-direction: column;
}
#recruit__environment .cont__environment .list-environment > .item .ttl04 .num {
  background: var(--col--main-01);
  color: #fff;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: var(--font-size-25);
  bottom: 0;
  padding-bottom: 1vw;
  position: relative;
}
#recruit__environment .cont__environment .list-environment > .item .ttl04 .ja {
  font-size: var(--font-size-25);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
#recruit__environment .cont__environment .list-environment > .item .ttl04 .ja .str-01 {
  background: #e3e3e3;
}
#recruit__environment .cont__environment .list-environment > .item .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#recruit__environment .cont__environment .list-environment > .item .item-text {
  width: 100%;
}
#recruit__environment .cont__environment .list-environment > .item .item-text p {
  letter-spacing: 0.05em;
}

/* recruit__data
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__data {
  background: var(--col--base-01);
}
#recruit__data .list-data {
  gap: 8vw;
}
#recruit__data .list-data > .item {
  width: calc((100% - 5vw) / 2);
  background: #fff;
  border-radius: 1.5vw;
  padding: 4vw;
  width: 100%;
}
#recruit__data .list-data > .item .ttl04 {
  width: 100%;
  background: var(--col--txt-01);
  padding: 2vw;
  text-align: center;
  margin-bottom: var(--margin-20);
}
#recruit__data .list-data > .item .ttl04 .ja {
  color: #fff;
  font-size: var(--font-size-25);
  font-weight: 600;
}
#recruit__data .list-data > .item .item-img {
  width: 100%;
  height: 40vw;
  text-align: center;
}
#recruit__data .list-data > .item .item-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* recruit__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__voice .cont__post .block__post {
  padding: 5vw;
  border-radius: 1.5vw;
  border: 1px solid var(--col--base-01);
  background: var(--col--base-02);
  margin-bottom: var(--margin-40);
  gap: 4vw;
  flex-direction: column-reverse;
}
#recruit__voice .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#recruit__voice .cont__post .block__post .item-img {
  width: 100%;
  height: 60vw;
  border-radius: 1.5vw;
  margin-bottom: 4vw;
}
#recruit__voice .cont__post .block__post .wrap__info {
  flex: 1;
}
#recruit__voice .cont__post .block__post .wrap__info .ttl04 {
  margin-bottom: var(--margin-15);
  margin-bottom: 8vw;
}
#recruit__voice .cont__post .block__post .wrap__info .ttl04 .ja {

}
#recruit__voice .cont__post .block__post .wrap__info .block__info {
  margin-bottom: var(--margin-30);
  margin-bottom: 7vw;
}
#recruit__voice .cont__post .block__post .wrap__info .block__info:last-child {
  margin-bottom: 0;
}
#recruit__voice .cont__post .block__post .wrap__info .block__info .ttl05 {
  width: 100%;
  border-radius: 1.5vw;
  background: var(--col--txt-01);
  padding: 3vw;
  margin-bottom: var(--margin-10);
}
#recruit__voice .cont__post .block__post .wrap__info .block__info .ttl05 .ja {
  font-size: var(--font-size-18);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
}
#recruit__voice .cont__post .block__post .wrap__info .block__info .item-text p {
  font-size: var(--font-size-18);
  letter-spacing: 0.04em;
  line-height: 1.9;
}
#recruit__voice .cont__post .block__post .wrap__info header{
  width: fit-content;
    font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.05em;
  gap: 3vw;
}


/* recruit__list
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__list {
  background: var(--col--base-02);
}
#recruit__list .com__btn_01 {
  width: 100%;
  margin: 0 auto;
  margin-top: var(--margin-40);
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__nav
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__nav .list-nav .item {
  flex-grow: 1;
}

/* company__owner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__owner .block__message {
  position: relative;
}
#company__owner .block__message .ttl04 {
  width: 100%;
  margin-bottom: var(--margin-60);
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--txt-01);
}
#company__owner .block__message .ttl04 .ja {
  font-size: var(--font-size-25);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
#company__owner .block__message .ttl04 .ja .str-01 {
  display: block;
  color: var(--col--main-01);
}
#company__owner .block__message .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#company__owner .block__message .item-text {
  width: 100%;
  margin-bottom: var(--margin-40);
}
#company__owner .block__message .item-text p {
  letter-spacing: 0.05em;
}
#company__owner .block__message .item-text p br {
  display: none;
}
#company__owner .block__message .item-text .name {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 5vw;
  margin-top: 6vw;
}
#company__owner .block__message .item-text .name dt {
  padding: 2vw;
  background: var(--col--main-01);
  color: #fff;
  font-size: var(--font-size-17);
}
#company__owner .block__message .item-text .name dd {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: var(--font-size-22);
  font-size: 7vw;
}

/* company__ideal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__ideal {
  background: url(/img/company/company__ideal__bg_img_01.jpg) center center/cover no-repeat;
}
#company__ideal .block__ideal hgroup .sub_ttl {
  text-align: center;
  padding: 3vw;
  color: var(--col--main-01);
  font-size: var(--font-size-25);
  background: #fff;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: var(--margin-40);
  font-size: 4.8vw;
}
#company__ideal .block__ideal .item-text {
  text-align: left;
}
#company__ideal .block__ideal .item-text br {
  display: none;
}
/* company__sdgs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__sdgs .ttl03 .ja .str-01 {
  color: var(--col--main-01);
}
#company__sdgs .lead-text {
  text-align: left;
  margin-bottom: var(--margin-50);
}
#company__sdgs .lead-text p {
  font-size: 3.8vw;
}
#company__sdgs .lead-text p br {
  display: none;
}
#company__sdgs .wrap__works .list-works > .item {
  position: relative;
  background: var(--col--base-02);
  padding: 5vw;
  border-radius: 1.5vw;
  margin-bottom: var(--margin-40);
}
#company__sdgs .wrap__works .list-works > .item:last-child {
  margin-bottom: 0;
}
#company__sdgs .wrap__works .list-works > .item .ttl04 {
  display: flex;
  align-items: center;
  padding-bottom: 5vw;
  padding-top: 5vw;
  margin-bottom: 5vw;
  border-bottom: 1px solid var(--col--txt-01);
  flex-direction: column;
  gap: 4vw;
}
#company__sdgs .wrap__works .list-works > .item .ttl04 .num {
  width: fit-content;
  font-size: var(--font-size-20);
  border-radius: 1.5vw;
  font-weight: 700;
  background: var(--col--main-01);
  color: #fff;
  width: 9vw;
  height: 9vw;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1vw;
  text-align: center;
}
#company__sdgs .wrap__works .list-works > .item .ttl04 .num small {
  font-size: var(--font-size-14);
}
#company__sdgs .wrap__works .list-works > .item .ttl04 .ja {
  flex: 1;
  font-size: var(--font-size-25);
  font-weight: 700;
  letter-spacing: 0.08em;
}
#company__sdgs .wrap__works .list-works > .item .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 6vw;
  height: 13vw;
}
#company__sdgs .wrap__works .list-works > .item .item-img img {
  height: 100%;
}
#company__sdgs .wrap__works .list-works > .item .list > .item {
  position: relative;
  font-weight: 500;
  font-size: var(--font-size-17);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: var(--margin-15);
  font-size: 3.7vw;
  padding-left: 0.5vw;
}
#company__sdgs .wrap__works .list-works > .item .list > .item::before {
  content: "●";
  color: var(--col--main-01);
  font-size: var(--font-size-13);
  left: 0;
  top: 0.5vw;
  position: absolute;
}
#company__sdgs .wrap__works .list-works > .item .list > .item:last-child {
  margin-bottom: 0;
}

/* company__history
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__history {
  background: var(--col--base-01);
}
#company__history .block__history {
  background: #fff;
  padding: 7vw 3vw;
  border-radius: 1.5vw;
}
#company__history .block__history .list-history > .item {
  flex-direction: column;
  margin-bottom: var(--margin-20);
  margin-bottom: 7vw;
}
#company__history .block__history .list-history > .item:last-child {
  margin-bottom: 0;
}
#company__history .block__history .list-history > .item dt {
  width: 100%;
  background: var(--col--main-01);
  padding: 2vw;
  border-radius: 2vw;
  color: #fff;
  text-align: center;
  font-size: var(--font-size-18);
  margin-bottom: 0vw;
  font-weight: 600;
  margin-bottom: 4vw;
}
#company__history .block__history .list-history > .item dd {
  font-size: var(--font-size-18);
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* item-map（wrap-allover直下）
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.item-map {
  width: 100%;
  height: 40vw;
}
.item-map iframe {
  width: 100%;
  height: 100%;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-01);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--main-01);
  line-height: 1.6;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--main-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    border: 1px solid var(--col--main-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}/*# sourceMappingURL=style_sp.css.map */