@charset "utf-8";
/* @common
----------------------------------------------------------*/


/* @top
----------------------------------------------------------*/
.top-mv {
  position: relative;
}
.top-mv-con {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* @top-mv  */
.top-mv {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.top-mv > .inner {
  position: relative;
  padding-bottom: 4.3%;
}
.top-mv-slider-wrap {
  position: relative;
  padding-top: 4.08%;
}
.top-mv-slider-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--content-overflow);
  right: var(--content-overflow);
  z-index: 10;
  pointer-events: none;
  background: url(../img/top/mv-frame.svg) no-repeat center top / auto 100%;
}

.top-mv-slider {
  position: relative;
  width: 90%;
  margin: 0 auto;
  transform: translateX(2.8%);
  overflow: hidden;
  border-radius: calc(infinity * 1px);
}
.top-mv-slider .splide__slide {
  position: relative;
}
.top-mv-slider .img {
  height: 100%;
}
.top-mv-slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide__slide.is-active .img,
.splide__slide.is-prev .img,
.splide__slide .img.is-prev {
  animation: scale 10s linear 0s normal both;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.top-mv-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 1110px;
  margin: 0 auto;
  transform: translateX(-60px);
}
.top-mv-copy-box {
  position: relative;
  padding: .79em 3em;
  color: var(--color-main-text);
  font-size: 2rem;
  font-size: min(2.8vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
  border-radius: 100vmax;
}
.top-mv-copy-box._team {
  width: 68.18%;
  border-radius: 100vmax 100vmax 0 100vmax;
  background: var(--color-sub);
}
.top-mv-copy-box._chamber {
  z-index: 10;
  width: 63.27%;
  margin-left: auto;
  margin-top: -2em;
  padding: .4em 2.6em 1.1em;
  border: 8px solid var(--color-sub);
  background: var(--color-main-bg);
}

.top-mv-copy-box .ja {
  margin: 0;
}
.top-mv-copy-box .ja span {
  display: block;
  margin-left: 2.5em;
}
.top-mv-copy-box .en {
  position: absolute;
  margin: 0;
  font-weight: 200;
  letter-spacing: .1em;
  line-height: .8;
}

.top-mv-copy-box._team .en {
  top: 0;
  right: -.2em;
  font-size: 5rem;
  font-size: min(8vw, 5rem);
}

.top-mv-copy-box._chamber .ja span  {
  margin-left: 3em;
}
.top-mv-copy-box._chamber .en {
  bottom: -8px;
  left: 2.65em;
  z-index: 10;
  line-height: .6;
  font-size: 3.125rem;
  font-size: min(4.6vw, 3.125rem);
}
.top-mv-copy-box._chamber .img {
  position: absolute;
  bottom: -16%;
  right: 4.5%;
  z-index: 2;
  max-width: 25.07%;
}

/* @top-news */
.top-news-inner {
  max-width: 830px;
  margin: 0 auto;
}
.top-news-ttl {
  margin-bottom: 1.95em;
}
.top-news-more_btn {
  text-align: right;
  padding-right: 1.8em;
}
.top-news-more_btn a::before {
  content: attr(data-en);
  display: inline-block;
  margin-right: .25em;
  line-height: 1;
  font-size: 1.571em;
  font-weight: 200;
  letter-spacing: .1em;
  font-family: var(--font-en);
  font-style: italic;
  color: var(--color-main-text);
  vertical-align: -.05em;
}

.news-list {
  border-top: 2px dashed var(--color-gry);
}
.news-list > li {
  border-bottom: 2px dashed var(--color-gry);
}
.news-list-item a {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: .61em 1.9em .61em 1.5em;
  color: var(--color-blk);
  text-decoration: none;
  gap: 10px 1.75em;
}
.news-list-item a:hover {
  color: var(--color-main-text);
}
.news-list-item a:hover .title::after {
  transform: translateX(.5em);
}
.news-list-item .cat {
  margin: .15em 0 0;
}
.news-list-item .title {
  position: relative;
  flex: 1;
  letter-spacing: .1em;
  line-height: 1.5;
  padding-top: .14em;
  padding-right: 1.5em;
}
.news-list-item .title::after {
  content: "";
  position: absolute;
  right: 0;
  top: .4em;
  width: 1.125rem;
  height: 1.125rem;
  z-index: 2;
  background: var(--icon-arrow) no-repeat center / 100%;
  transition: transform .3s ease-out;
}

.c-post-cat {
  margin: 0;
  display: inline-block;
  min-width: 7.1em;
  padding: .5em .5em .62em;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  border-radius: 1.5em;
  background: var(--color-main);
}
.c-post-date {
  margin: 0;
  min-width: 5.8em;
  color: var(--color-main-text);
  font-style: italic;
  font-weight: bold;
  letter-spacing: .1em;
}

/* @top-intro */
.top-intro {
  margin-bottom: 74px;
  padding-top: 40px;
}
.top-intro-head {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.2em;
  padding: 0 140px;
  color: var(--color-main-text);
  text-align: center;
  font-size: 1.5rem;
}
.top-intro-head::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  z-index: -1;
  height: 120px;
  border: 6px solid var(--color-sub);
  border-radius: 100vmax;
}
.top-intro-head::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  right: 60px;
  z-index: -1;
  background: #fff;
}
.top-intro-head .ttl {
  margin-bottom: .15em;
  font-size: 5.625rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: .1em;
}
.top-intro-head .lead {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
}

.top-intro-point {
  max-width: 764px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
  margin: 1em auto;
  text-align: center;
  font-size: 1.125rem;
}
.top-intro-point > li {
  max-width: 333px;
}
.top-intro-point .ttl {
  margin-bottom: .25em;
  padding-bottom: .35em;
  color: var(--color-main-text);
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .1em;
  border-bottom: 5px solid var(--color-sub);
}
.top-intro-point .txt {
  margin: 0;
  letter-spacing: .1em;
}

.top-intro-body {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 60px 0 45px;
}
.top-intro-body_box .head-en {
  margin: 0 0 .2em;
  color: var(--color-main-text);
  font-size: 5.625rem;
  font-size: min(7.5vw, 5.625rem);
  font-weight: 200;
  line-height: .75;
  letter-spacing: .1em;
}
.top-intro-body_box .head-ja {
  margin-bottom: .4em;
  color: var(--color-main-text);
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}
.top-intro-body_box .head-lead {
  margin: .75em 0 1em;
  font-weight: 500;
  color: var(--color-main);
  text-align: justify;
  line-height: 1.75;
}
.top-intro-body_box .point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: .6em;
  margin-left: -.3em;
  font-size: .875rem;
}
.top-intro-body_box .point > li {
  padding: .45em 0 .3em 1em;
  text-indent: -1em;
  line-height: 1.5;
  border-bottom: 2px dashed var(--color-gry);
}
.top-intro-body_box .point > li::before {
  content: "・";
}
.top-intro-body_box .img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  aspect-ratio: 1 / .81;
  border: 8px solid var(--color-sub);
  border-radius: 20px;
  transform: skew(-7deg);
}
.top-intro-body_box .img img {
  transform: skew(7deg) scale(1.16);
}

.body-group  {
  width: 64.55%;
}
.body-inner_group {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 670px;
  margin-bottom: 20px;
}

.top-intro-msg-txt {
  margin-bottom: 1.4em;
  color: var(--color-main-text);
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: .1em;
  line-height: 1.5;
}
.top-intro-msg-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 620px;
  margin: 0 auto;
}
.top-intro-msg-img .img {
  overflow: hidden;
  width: 46.77%;
  border-radius: 20px;
  border: 8px solid var(--color-sub);
}




/* @top-bnr */
.top-bnr {
  max-width: 1100px;
  margin-bottom: 67px;
}
.top-bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.25em;
}
.top-bnr-list > li {
  max-width: 452px;
  width: 47%;
}
.top-bnr-list a {
  overflow: hidden;
  display: block;
  text-decoration: none;
  border-radius: 22px 22px 0 0;
}
.top-bnr-list .label {
  margin: 0;
  padding: .45em 1em;
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .1em;
  background: var(--color-sub);
}
.top-bnr-list .label::before {
  content: "";
  display: inline-block;
  height: 34px;
  margin-right: .95em;
  vertical-align: -.65em;
  background: no-repeat center right;
}
.top-bnr-list .talk .label::before  {
  width: 30px;
  background-image: url(../img/common/icon-coffee.svg);
}
.top-bnr-list .interview .label::before  {
  width: 19px;
  background-image: url(../img/common/icon-mic.svg);
}
.top-bnr-list .recruit .label::before  {
  width: 42px;
  background-image: url(../img/common/icon-glasses.svg);
}
.top-bnr-list .tech .label::before  {
  width: 25px;
  background-image: url(../img/common/icon-gear.svg);
}
.top-bnr-list .img {
  overflow: hidden;
}

.top-insta {
  padding: 56px 0;
  background: var(--color-main-bg);
}
.top-insta-inner {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: .85em 30px;
  max-width: 1100px;
}
.top-insta-head_ttl {
  color: var(--color-main-text);
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: .1em;
}
#sb_instagram #sbi_images {
  padding: 0;
}
.top-insta-btn {
  margin-top: 1em;
  text-align: right;
}

/* @feature
----------------------------------------------------------*/
.feature-sec {
  margin-bottom: 80px;
}

.feature-sec-head {
  margin-bottom: 2.1em;
}

.feature-sec-body {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 3em 60px;
  align-items: start;
  margin-bottom: 8px;
}

.feature-sec-body .con-ttl {
  margin-right: -.5em;
}
.feature-sec-body .con-lead {
  margin-bottom: 1.4em;
  color: var(--color-main);
  letter-spacing: .1em;
  line-height: 1.75;
}
.feature-sec-body .con-list {
  margin-block: 1em;
  padding-left: 1.833em;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
}
.feature-sec-body .con-list > li {
  position: relative;
  margin-right: -1.75em;
  padding-block: .5em;
}
.feature-sec-body .con-list > li::before {
  content: "";
  position: absolute;
  top: .7em;
  left: -1.833em;
  width: 1.222em;
  height: 1.222em;
  border-radius: 50%;
  background: var(--color-sub);
}
.feature-sec-body .con-list > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 1.75em;
  height: 2px;
  border-bottom: 2px dashed var(--color-gry);
}
.feature-sec-body .con-illust {
  margin-block: 2em;
  text-align: right;
}

.feature-sec-body .img {
  position: relative;
  margin: 18px 0 0 18px;
}
.feature-sec-body .img:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 62px;
  border: 6px solid var(--color-sub);
  transform: translate(-17px, -18px);
}
.feature-sec-body .img img {
  overflow: hidden;
  border-radius: 60px;
}
.feature-sec-imglist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em 3.91%;
}
.feature-sec-imglist img {
  border-radius: 24px;
}
.feature-sec-imglist figcaption {
  margin-top: 1em;
  font-size: .875rem;
  line-height: 1.5;
  text-align: center;
}


/* @technology
----------------------------------------------------------*/
/* @tech-solution */
.tech-solution {
  margin-bottom: 76px;
}
.tech-solution-head {
  margin-bottom: .95em;
}
.tech-solution-lead {
  margin-bottom: .8em;
}

.tech-solution-list {
  max-width: 816px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 30px;
}
.tech-solution-list .icon {
  margin-bottom: 8px;
  text-align: center;
}
.tech-solution-list .ttl {
  margin-bottom: .6em;
  padding: 1.056em .5em;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 10px;
  border: 6px solid var(--color-sub);
}
.tech-solution-list .list > li {
  position: relative;
  padding-left: 1.3em;
  color: var(--color-main);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
}
.tech-solution-list .list > li::before {
  content: "";
  position: absolute;
  top: .35em;
  left: 0;
  width: .875em;
  height: .875em;
  border-radius: 50%;
  background: #0067b3;
}
.tech-solution-list .list > li + li {
  margin-top: .3em;
}

.tech-solution-btn {
  margin-top: 2.7rem;
}

/* @tech-flow */
.tech-flow {
  margin-bottom: 60px;
}
.tech-flow-list > li {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 2.2em;
  padding-block: 2.15em;
  border-bottom: 2px dashed var(--color-gry);
}
.tech-flow-list > li:first-child {
  padding-top: .6em;
}
.tech-flow-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.tech-flow-list .con-ttl {
  position: relative;
  z-index: 2;
  margin-bottom: .5em;
  padding-block: .65em;
  color: var(--color-main-text);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}
.tech-flow-list .con-ttl:has(br) {
  padding-top: 0;
}
.tech-flow-list .con-ttl-num {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.867em;
  height: 1.867em;
  line-height: 1.7em;
  text-align: center;
  font-size: 1.5em;
  font-style: italic;
  border-radius: 50%;
  border: 2px solid var(--color-sub);
  background: #fff;
}
.tech-flow-list .con-ttl,
.tech-flow-list .con-desc,
.tech-flow-list .img {
  padding-left: 4.8rem;
}
.tech-flow-list .con-ttl-num::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-sub);
}

.tech-flow-list .txt {
  margin-top: 0;
  color: var(--color-main);
  text-align: justify;
  font-weight: 500;
}
.tech-flow-list .txt:only-child {
  margin-bottom: 0;
}
.tech-flow-list .img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
}
.tech-flow-list .img img {
  border-radius: 23px;
}
.tech-flow-list .img {
  text-align: center;
  font-size: .875rem;
  letter-spacing: .1em;
}
.tech-flow-list .img figcaption {
  margin-top: .8em;
  line-height: 1.6;
}

/* @info
----------------------------------------------------------*/
/* @info-profile */
.info-profile {
  margin-bottom: 84px;
}
.info-profile-ttl {
  margin-bottom: 2.25em;
}
.info-profile-tbl {
  margin-bottom: 50px;
}


/* @info-talk */
.info-talk {
  margin-bottom: 82px;
}
.info-talk-ttl {
  margin-bottom: .9em;
}
.info-talk-lead {
  margin-bottom: .8em;
  color: var(--color-main);
  text-align: center;
}
.info-talk-lead::before {
  content: "";
  display: block;
  width: 36px;
  height: 26px;
  margin: 0 auto .4em;
  background: url(../img/common/icon-coffee.svg) no-repeat center / 100%;
}

.info-talk-bnr {
  max-width: 700px;
  margin: 0 auto;
}
.info-talk-bnr-inner {
  position: relative;
  padding: 2.86% 10.71% 0;
}
.info-talk-bnr-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/info/talk-bg.jpg) no-repeat center / 100%;
}
.info-talk-bnr-inner > a {
  display: block;
  text-align: center;
}
.info-talk-bnr .img {
  overflow: hidden;
  border-radius: 15px;
}
.info-talk-bnr .btn {
  margin-top: -1.5em;
}

/* @info-office */
.info-office {
  margin-bottom: 90px;
}
.info-office-ttl {
  margin-bottom: 2em;
}
.office-img_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 33px;
  text-align: center;
}
.office-img_list img {
  border-radius: 12px;
}
.office-img_list figcaption {
  margin-top: .7em;
  font-size: var(--fz-s);
  line-height: 1.6;
}

/* @info-history */
.info-history {
  margin-bottom: 80px;
}
.info-history-ttl {
  margin-bottom: 2em;
}
.info-history-tbl {
  margin-bottom: 74px;
}
.info-history-img_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.info-history-img_list img {
  border-radius: 12px;
}

/* @talk ---------- */
.talk-intro {
  margin: 0 auto 60px;
  padding-top: 23px;
}
.talk-intro-head {
  margin-bottom: 1.2em;
  padding-block: 0 .75em;
}
.talk-intro-head-icon {
  margin-top: -.8em;
  margin-bottom: .3em;
}
.talk-intro-head-ttl {
  font-weight: bold;
}
.talk-intro-head-ttl::before {
  content: attr(data-en);
  display: block;
  margin-bottom: .35em;
  color: var(--color-main-text);
  font-size: .786em;
  font-weight: 300;
  font-family: var(--font-en);
  font-style: italic;
  line-height: .8;
  letter-spacing: .1em;
}
.talk-intro-lead {
  margin-bottom: 2.3em;
  text-align: center;
  font-weight: 500;
  color: var(--color-main);
}

.talk-intro-member {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 3.45%;
  margin-bottom: 66px;
}
.talk-intro-member li {
  width: 13.27%;
  text-align: center;
  padding-right: 12px;
}
.talk-intro-member .img {
  position: relative;
  z-index: 2;
  margin-bottom: .75em;
  padding-bottom: 10px;
}
.talk-intro-member .img img {
  border-radius: 50%;
  box-shadow: 12px 10px 0 var(--color-sub);
}

.talk-intro-member .post {
  margin: 0 -1em .65em;
  font-size: .875rem;
  line-height: 1.5;
  white-space: nowrap;
}
.talk-intro-member .name {
  margin: 0 -1em;
  color: var(--color-main-text);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}
.talk-intro-member .name::before {
  content: attr(data-en);
  display: block;
  margin: 0 -2em .2em;
  font-size: .889em;
  font-weight: 300;
  font-family: var(--font-en);
  font-style: italic;
  line-height: .8;
  letter-spacing: .1em;
  white-space: nowrap;
}

.talk-intro-hero {
  overflow: hidden;
  max-width: 880px;
  margin-inline: auto;
  border-radius: 20px;
}
.talk-group_head {
  margin-bottom: 2.3em;
  color: var(--color-main-text);
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.talk-group_head::after {
  content: "";
  display: block;
  max-width: 330px;
  height: 5px;
  margin: .5em auto 0;
  background: var(--color-sub);
}
.talk-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 70px;
}
.talk-group:last-child {
  margin-bottom: 1em;
}
.talk-group + .talk-group {
  margin-top: -36px;
}
.talk-group-con {
  flex: 1;
}
.talk-con-lead {
  margin-bottom: 1.2em;
  color: var(--color-main-text);
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
}
.talk-con-lead:first-child {
  margin-top: -.3em;
}

.talk-con-text {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  line-height: 1.75;
  margin-bottom: .9em;
}
.talk-con-text:last-child {
  margin-bottom: 0;
}
.talk-con-text .name {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--color-main);
  font-weight: bold;
}
.talk-con-text .name-icon {
  border-radius: 50%;
  overflow: hidden;
}
.talk-con-text .name span {
  display: block;
  padding-top: .2em;
  letter-spacing: .1em;
}
.talk-con-text p {
  margin: 0;
  padding-top: .2em;
  text-align: justify;
  letter-spacing: .025em;
}

.talk-group-img {
  overflow: hidden;
  width: 44.09%;
  border-radius: 20px;
}


.talk-group:nth-of-type(even) .talk-group-img {
  order: -1;
}

.talk-footer_btn {
  margin-bottom: 70px;
}

/* @equipment
----------------------------------------------------------*/
.eq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

.eq-list-item {
  text-align: center;
  color: var(--color-main-text);
}
.eq-list-item .img img {
  border-radius: 14px;
}
.eq-list-item .name {
  margin-block: .7em .4em;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
}
.eq-list-item .name::after {
  content: "";
  display: block;
  max-width: 7.5em;
  height: 6px;
  margin: .5em auto 0;
  border-radius: 3px;
  background: var(--color-sub);
}
.eq-list-item .maker {
  margin: 0;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
}

.eq-list-item:last-child:nth-child(1n) {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: calc(50% - 18px);
}

/* @recruit
----------------------------------------------------------*/
/* @recruit-voices */
.recruit-voices {
  margin-bottom: 100px;
}
.recruit-voices-ttl {
  margin-bottom: 2.2em;
}
.recruit-voices-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px 6.06%;
}
.recruit-voices-list > li {
  padding-bottom: 12px;
}
.recruit-voices-list a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 12px 0 var(--color-sub);
}
.recruit-voices-list .img {
  overflow: hidden;
  border-radius: 12px;
}
.recruit-voices-list .label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: .7em 1em .9em;
  color: #000;
  text-align: center;
  background: rgba(255,255,255, .85);
}
.recruit-voices-list .label-post {
  margin: 0 0 .65em;
  font-size: .875rem;
  line-height: 1.5;
  white-space: nowrap;
}
.recruit-voices-list .label-name {
  margin: 0;
  color: var(--color-main-text);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}
.recruit-voices-list .label-name::before {
  content: attr(data-en);
  display: block;
  margin: 0 0 .2em;
  font-size: .889em;
  font-weight: 300;
  font-family: var(--font-en);
  font-style: italic;
  line-height: .8;
  letter-spacing: .1em;
  white-space: nowrap;
}
.recruit-voices-list .label-name::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-block: auto;
  margin-left: .5em;
  margin-right: -1.5em;
  vertical-align: -.1em;
  background: var(--icon-arrow) no-repeat center / 100%;
  transition: transform .5s ease-in-out;
}
.recruit-voices-list a:hover .label-name::after {
  transform: translateX(.25em);
}

/* @recruit-benefits */
.recruit-benefits {
  margin-bottom: 85px;
}
.recruit-benefits-ttl {
  margin-bottom: 1.8em;
}
.recruit-benefits-tbl {
  margin-bottom: 3em;
}
.recruit-benefits-box {
  display: grid;
  place-items: center;
  margin-bottom: 3em;
  padding: 1.5em 0 2em 1.5em;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.444;
  border-top: 2px dashed var(--color-gry);
  border-bottom: 2px dashed var(--color-gry);
}
.recruit-benefits-box .ttl {
  margin-bottom: .3em;
}
.recruit-benefits-box .txt {
  margin-block: 0 .75em;
}

.recruit-benefits-img_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px 23px;
}
.recruit-benefits-img_list figure {
  text-align: center;
}
.recruit-benefits-img_list figure:nth-last-of-type(1),
.recruit-benefits-img_list figure:nth-last-of-type(2) {
  order: 2;
}
.recruit-benefits-img_list img {
  border-radius: 23px;
}
.recruit-benefits-img_list figcaption {
  margin-top: .7em;
  font-size: var(--fz-s);
  line-height: 1.6;
}

.desc_box {
  font-size: .875rem;
}
.desc_box-ttl {
  margin: 1em -.5em .5em 0;
  color: var(--color-main);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
}
.desc_box-ttl:first-child {
  margin-top: 0;
}
.desc_box-ttl small  {
  font-size: .778em;
}
.desc_box p {
  margin: 0;
}
.desc_box-timetbl {
  display: grid;
  grid-template-columns: 3em 1fr;
  gap: .35em .75em;
  line-height: 1.571;
}
.desc_box-timetbl > dt {
  font-weight: bold;
}

/* @recruit-job */
.recruit-job {
  margin-bottom: 70px;
}

/* @voice ---------- */
.voice-detail {
  max-width: 990px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.voice-detail-main {
  display: grid;
  grid-template-columns: 35.96% 1fr;
  gap: 2em 4.04%;
  align-items: start;
  margin-bottom: 40px;
}
.voice-detail-main .con-main_lead {
  margin-block: -.5em .55em;
  padding-bottom: .7em;
  color: var(--color-main-text);
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.565;
  letter-spacing: .1em;
  border-bottom: 5px solid var(--color-sub);
}

.voice-detail-main .con-name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 2.45em;
}
.voice-detail-main .con-name .post {
  width: 100%;
  margin: 0 0 .5em;
  font-weight: 500;
}
.voice-detail-main .con-name .name {
  margin: 0;
  color: var(--color-main-text);
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1;
}
.voice-detail-main .con-name .name::after {
  content: attr(data-en);
  display: inline-block;
  margin: 0 0 .2em 1em;
  font-size: .87em;
  font-weight: 300;
  font-family: var(--font-en);
  font-style: italic;
  line-height: .8;
  letter-spacing: .1em;
  white-space: nowrap;
}
.voice-detail-main .con-name .year {
  margin: 0 0 0 1.8em;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}

.voice-detail .con-ttl {
  position: relative;
  margin-bottom: .85em;
  padding-left: 1.5em;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.5;
}
.voice-detail .con-ttl::before {
  content: "ー";
  position: absolute;
  left: 0;
}
.voice-detail .con-txt + .con-ttl {
  margin-top: 1.4em;
}
.voice-detail .con-lead {
  margin: 0 0 .85em;
  color: var(--color-main-text);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.556;
}
.voice-detail .con-txt {
  margin-top: 0;
  letter-spacing: .025em;
  text-align: justify;
  line-height: 1.75;
}
.voice-detail .con-txt:last-child {
  margin-bottom: 0;
}

.voice-detail .img_box {
  position: relative;
}
.voice-detail .img_box img {
  border-radius: 20px;
}
.voice-detail .img_box .my_items {
  position: absolute;
  right: 1.5em;
  bottom: 1.125em;
  width: 8.357em;
  height: 8.357em;
  margin: 0;
  padding: .96em;
  color: var(--color-main-text);
  font-size: .875rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.429;
  letter-spacing: .025em;
  border-radius: 50%;
  background: var(--color-sub);
}
.voice-detail .img_box .my_items span {
  display: block;
  font-size: 1.286em;
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 300;
  letter-spacing: .1em;
}

.voice-detail-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 30px;
}

.voice-detail-personal {
  margin-top: 40px;
  padding-block: 1.3em 2.1em;
  border-top: 2px dashed var(--color-gry);
  border-bottom: 2px dashed var(--color-gry);
}
.voice-detail-personal-wrap {
  width: fit-content;
  margin: 0 auto;
}
.voice-detail-personal-ttl {
  margin-bottom: .75em;
  text-indent: -.1em;
  color: var(--color-main-text);
  font-family: var(--font-en);
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .1em;
}
.voice-detail-personal-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  line-height: 1.75;
  letter-spacing: .025em;
  align-items: start;
}
.voice-detail-personal-data .group {
  min-width: 360px;
  display: grid;
  grid-template-columns: 10.5em 1fr;
  gap: .25em .85em;
}
.voice-detail-personal-data dt {
  color: var(--color-main-text);
  font-weight: bold;
}
.voice-detail-personal-data .my_items {
  flex: 1;
  position: relative;
  padding-left: 6.5em;
}
.voice-detail-personal-data .my_items .label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4.889em;
  height: 4.889em;
  line-height: 4.889em;
  color: var(--color-main-text);
  font-family: var(--font-en);
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: .1em;
  border-radius: 50%;
  background: var(--color-sub);
}
.voice-detail-personal-data .my_items dt {
  margin-top: -.1em;
  margin-bottom: .4em;
}
.voice-detail-personal-data .my_items dd {
  text-align: justify;
}

/* @contact
----------------------------------------------------------*/
.contact-lead {
  color: var(--color-main);
  text-align: center;
  font-weight: 500;
}

/* @tel */
.contact-tel {
  margin-bottom: 94px;
}
.contact-tel-number {
  text-align: center;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: .1em;
}
.contact-tel-number .label {
  margin-right: .75em;
  font-size: 1.125em;
  font-weight: bold;
  vertical-align: -.12em;
  letter-spacing: .1em;
}
.contact-tel-number .num {
  display: inline-block;
  font-size: 1.375em;
  vertical-align: -.1em;
  line-height: 1;
  letter-spacing: .1em;
}


/* @form */
.contact-form {
  margin-bottom: 60px;
}
.contact-form-ttl {
  margin-bottom: 1.3em;
}

/* @policy */
.privacy-policy .policy-content {
  font-size: var(--fz-s);
}
.privacy-policy .policy-head {
  margin-bottom: 2em;
}
.privacy-policy .policy-ttl {
  margin-top: 2em;
  margin-bottom: .5em;
  color: var(--color-main);
  font-weight: 500;
}
.privacy-policy .policy-ttl + p {
  margin-top: 0;
}
.privacy-policy .policy-contact {
  margin-top: 4em;
}
.privacy-policy .policy-footer_btn {
  margin-bottom: 60px;
}

/* レスポンシブ
----------------------------------------------------------*/
@media screen and (min-width: 961px) {
  /* @top-intro */
  .top-intro-body_box .head-en span {
    display: block;
  }

  .top-intro-body_box .lay-col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2em;
  }

  .top-intro-body_box._order {
    width: 330px;
    max-width: 30%;
    padding-left: 20px;
  }
  .top-intro-body_box._order .head {
    padding-right: .5em;
  }
  .top-intro-body_box._order .head-en span {
    margin-left: .18em;
  }
  .top-intro-body_box._order  .head-ja {
    padding-right: .5em;
  }
  .top-intro-body_box._order .head-lead {
    max-width: 254px;
    margin-left: auto;
  }
  .top-intro-body_box._order .body {
    max-width: 240px;
    margin-left: auto;
  }

  .top-intro-body_box._speedy {
    max-width: 336px;
    flex: 1;
  }
  .top-intro-body_box._speedy .head {
    display: grid;
  }
  .top-intro-body_box._speedy .head-ja {
    order: -1;
    text-align: center;
    margin-bottom: .1em;
    padding-left: 1em;
  }
  .top-intro-body_box._speedy .body {
    padding-left: 1.2em;
  }

  .top-intro-body_box._cost {
    max-width: 632px;
  }
  .top-intro-body_box._cost .head {
    max-width: 60%;
    padding-top: .65em;
  }
  .top-intro-body_box._cost .head-en {
    margin-right: -.2em;
  }
  .top-intro-body_box._cost .head-en > span {
    display: inline-block;
    margin-left: -.15em;
  }
  .top-intro-body_box._cost .head-lead {
    max-width: 340px;
    margin-bottom: 0;
  }
  .top-intro-body_box._cost .point {
    display: flex;
    gap: 1.2em;
  }

  /* @feature
  ----------------------------------------------------------*/
  .feature-sec:nth-child(2n) .feature-sec-body {
    display: grid;
    grid-template-columns: 1fr 440px;
  }
  .feature-sec:nth-child(2n) .feature-sec-body .img {
    order: -2;
    margin: 18px 0 0 18px;
  }

  /* @technology
  ----------------------------------------------------------*/
  .tech-flow-list .img {
    padding-left: 0;
  }
  .tech-flow-list .img figcaption {
    margin-inline: -.5em;
  }

  /* @recruit
  ----------------------------------------------------------*/
  /* @recruit-voices */
  .recruit-benefits-tbl > .row,
  .recruit-job-tbl > .row {
    grid-template-columns: 185px 1fr;
  }

  /* @voice -------- */
  .voice-detail-group:nth-of-type(even) .con_box {
    order: -1;
  }

  ._matsumaru .voice-detail-personal-data {
    column-gap: 0;
  }
  ._sawai .voice-detail-main .con-main_lead,
  .voice-detail._hyakumoto .con-lead {
    margin-right: -1em;
  }
  ._hyakumoto .voice-detail-personal-data {
    column-gap: 2em;
  }


}

@media screen and (max-width: 1040px) {
  .top-intro-body_box._cost .point {
    display: block;
  }
}

/* @960px 以下 (タブレット縦以下) */
@media screen and (max-width: 960px) {


  /* @common
  ----------------------------------------------------------*/


  /* @top
  ----------------------------------------------------------*/
  /* @top-mv */
  .top-mv {
    margin-bottom: 15px;
  }
  .top-mv > .inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24.27%;
  }
  .top-mv-slider {
    width: 96%;
    transform: translateX(0);
    border-radius: 0;
    -webkit-clip-path: url('#sliderSpClip');
    lip-path: url('#sliderSpClip');
  }
  .top-mv-slider-wrap {
    padding-top: 3.8%;
  }
  .top-mv-slider-wrap::before {
    left: 0;
    right: 0;
    background-image: url(../img/top/mv-frame-sp.svg);
    background-size: 97%;
  }

  .top-mv-copy {
    width: 95%;
    transform: translateX(-1%);
  }
  .top-mv-copy-box {
    padding: 1.3em 2em .85em;
    font-size: 4.8vw;
    line-height: 1.28;
  }
  .top-mv-copy-box._team {
    width: 77.6vw;
  }
  .top-mv-copy-box._team .en {
    right: .3em;
    font-size: 8.67vw;
    line-height: .75;
  }
  .top-mv-copy-box._chamber {
    width: 85.07vw;
    margin-top: -1em;
    font-size: 4.27vw;
    padding: .7em 2.3em 1.4em;
    line-height: 1.4;
    border-width: 1.33vw;
  }
  .top-mv-copy-box._chamber .ja span {
    margin-left: 1em;
  }
  .top-mv-copy-box._chamber .en {
    bottom: -1.2vw;
    font-size: 6.67vw;
  }
  .top-mv-copy-box._chamber .img {
    bottom: 5%;
    right: 3%;
    max-width: 27.59%;
  }

  /* @top-news */
  .c-post-cat {
    padding-top: .55em;
    padding-bottom: .5em;
  }
  /* @top-intro */
  .top-intro {
    display: grid;
    padding-top: 20px;
  }
  .top-intro-head {
    order: -1;
    margin-bottom: 1em;
    padding: 0;
  }
  .top-intro-head::before,
  .top-intro-head::after {
    display: none;
  }
  .top-intro-head .ttl {
    margin-bottom: .2em;
    font-size: max(50px, 11vw);
  }
  .top-intro-head .lead {
    position: relative;
    padding: 1em 4em;
  }
  .top-intro-head .lead::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    bottom: 3px;
    z-index: -1;
    height: 120px;
    margin: auto 0;
    border: 6px solid var(--color-sub);
    border-radius: 100vmax;
  }
  .top-intro-head .lead::after {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 60px;
    right: 60px;
    z-index: -1;
    background: #fff;
  }

  .top-intro-body,
  .body-group,
  .body-inner_group {
    display: contents;
  }

  .top-intro-body_img {
    order: -1;
    max-width: 180px;
    margin: 0 auto 1em;
    text-align: center;
  }

  .top-intro-point {
    margin-bottom: 3em;
    font-size: 1rem;
  }
  .top-intro-point .ttl {
    font-size: max(1.1875rem, 3vw);
  }

  .top-intro-body_box {
    margin-bottom: 3em;
  }
  .top-intro-body_box .head,
  .top-intro-body_box .head-ja {
    text-align: center;
  }
  .top-intro-body_box .head-en {
    font-size: max(8vw, 2.8125rem);
  }
  .top-intro-body_box .head-ja {
    font-size: 1.25rem;
  }

  .top-intro-body_box .head-lead {
    text-align: center;
  }

  .top-intro-body_box .point {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .top-intro-body_box .img {
    max-width: 400px;
    margin: 0 auto;
  }

  /* @top-bnr */
  .top-bnr-list {
    gap: 1.5em 0;
  }
  .top-bnr-list > li {
    width: 48%;
    max-width: 100%;
  }

  /* @top-insta */
  .top-insta {
    padding-block: 40px;
  }
  .top-insta-inner {
    grid-template-columns: 1fr;
  }
  .top-insta-head {
    text-align: center;
  }

  /* @feature
  ----------------------------------------------------------*/
  .feature-sec-body {
    grid-template-columns: 1fr;
  }
  .feature-sec-body .img {
    order: -1;
  }

  /* @technology
  ----------------------------------------------------------*/
  .tech-flow-list > li {
    grid-template-columns: 1fr;
  }

  /* @info
  ----------------------------------------------------------*/
  /* @talk ---------- */
  .talk-intro-member li {
    width: 28%;
  }

  .talk-group_head {
    margin-bottom: 1.5em;
  }

  .talk-group {
    flex-direction: column;
  }
  .talk-group-img {
    width: 100%;
    order: -1;
  }

  /* @recruit
  ----------------------------------------------------------*/
  /* @voice ---------- */
  .voice-detail-main,
  .voice-detail-group {
    grid-template-columns: 1fr;
  }
  .voice-detail-main .img_box {
    max-width: 460px;
    margin: 0 auto 1em;
  }
  .voice-detail-personal-data {
    flex-direction: column;
  }
  .voice-detail-personal-data .group {
    min-width: 0;
  }

}

/* @599px 以下 (スマホ)  */
@media screen and (max-width: 599px) {
  /* @common
  ----------------------------------------------------------*/

  /* @top
  ----------------------------------------------------------*/
  /* @top-news */
  .top-news-ttl {
    margin-bottom: 1em;
  }
  .top-news-ttl::before {
    margin-bottom: .1em;
  }
  .top-news-more_btn {
    padding-right: .55em;
  }
  .news-list {
    margin: 0 var(--content-overflow);
    border-top-style: dotted;
  }
  .news-list > li {
    border-bottom-style: dotted;
  }
  .news-list-item a {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    gap: 10px 1.2em;
  }
  .news-list-item .title {
    width: 100%;
    flex: none;
  }


  /* @top-intro */
  .top-intro {
    margin-bottom: 50px;
  }
  .top-intro-head {
    margin-bottom: 1.5em;
  }
  .top-intro-head .lead {
    margin: 0 -.7em;
    padding: 0 2.2em;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .top-intro-head .lead::before {
    height: 85px;
    border-width: 5px;
  }
  .top-intro-head .lead::after {
    left: 38px;
    right: 38px
  }

  .top-intro-point {
    grid-template-columns: repeat(1, 1fr);
  }

  .top-intro-body_img {
    max-width: 138px;
  }


  .top-intro-body_box .head-lead {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
  }
  .top-intro-body_box .img {
    max-width: 240px;
  }
  .top-intro-body_box .point {
    width: 100%;
    max-width: 336px;
  }
  .top-intro-body_box .point > li {
    font-size: 1rem;
    border-bottom-style: dotted;
  }

  .top-intro-body_box._cost {
    margin-bottom: 2em;
  }

  .top-intro-msg-img {
    max-width: 280px;
    margin: 0 auto;
    gap: 10px 0;
    flex-direction: column;
  }
  .top-intro-msg-img .img {
    width: 100%;
    border-width: 8px;
  }

  .c-guide-btn {
    margin-top: 2em;
  }

  /* @top-bnr */
  .top-bnr-list {
    gap: .85em 0;
  }
  .top-bnr-list > li {
    width: 100%;
  }

  /* @feature
  ----------------------------------------------------------*/
  .feature-sec-body {
    row-gap: 2em;
  }
  .feature-sec-body .img {
    margin: 14px 0 0 14px;
  }
  .feature-sec-body .img img {
    border-radius: 30px;
  }
  .feature-sec-body .img:before {
    border-radius: 38px;
    border-width: 5px;
    transform: translate(-14px, -14px);
  }
  .feature-sec-body .con-ttl {
    margin-right: -1em;
  }
  .feature-sec-body .con-lead {
    font-size: .95rem;
    margin-bottom: 0;
  }
  .feature-sec-body .con-list {
    font-size: 1.05rem;
  }
  .feature-sec-body .con-list > li {
    margin-right: 0;
  }
  .feature-sec-body .con-list > li::after {
    right: 0;
  }
  .feature-sec-body .con-illust {
    margin-block: 1em;
  }
  .feature-sec-body .con-illust img {
    width: 90px;
  }
  .feature-sec-imglist {
    max-width: 100%;
    width: max(92%, 280px);
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
  .feature-sec-imglist img {
    border-radius: 16px;
  }

  /* @technology
  ----------------------------------------------------------*/
  .tech-head {
    padding-block: .35em;
  }

  /* @tech-solution */
  .tech-solution {
    margin-bottom: 70px;
  }
  .tech-solution-lead {
    margin-bottom: 0;
  }
  .tech-solution-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
  .tech-solution-list .ttl {
    font-size: 1rem;
    border-width: 3px;
  }
  .tech-solution-list .list > li {
    font-size: .875rem;
  }

  /* @tech-flow */
  .tech-flow-head  {
    margin-bottom: .5em;
  }

  .tech-flow-list > li {
    gap: 1.5em;
  }
  .tech-flow-list .con-ttl {
    margin-bottom: 1em;
    padding-left: 4em;
    font-size: 1.125rem;
  }
  .tech-flow-list .con-desc,
  .tech-flow-list .img{
    padding-left: 0;
  }
  .tech-flow-list .txt {
    font-size: .9375rem;
  }

  .tech-flow-list .img {
    gap: 15px;
  }
  .tech-flow-list .img img {
    border-radius: 16px;
  }

 /* @info
  ----------------------------------------------------------*/
  /* @info-profile */
  .info-profile,
  .info-talk {
    margin-bottom: 60px;
  }
  .info-profile-ttl,
  .info-office-ttl,
  .info-history-ttl {
    margin-bottom: 1.5em;
  }
  .info-profile-tbl {
    margin-bottom: 0;
  }


  /* @info-talk */
  .info-talk-lead {
    margin-bottom: 0;
  }
  .info-talk-bnr-inner {
    padding: 7% 5% 0;
  }
  .info-talk-bnr-inner::after {
    margin-inline: var(--content-overflow);
    background-image: url(../img/info/talk-bg-sp.jpg);
  }
  .info-talk-bnr .img {
    aspect-ratio: 4 / 2;
  }
  .info-talk-bnr .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* @info-office */
  .info-office {
    margin-bottom: 70px;
  }
  .office-img_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* @info-history */
  .info-history-tbl {
    margin-bottom: 50px;
  }
  .info-history-img_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  /* @talk ---------- */
  .talk-intro-member {
    gap: 26px 8%;
    margin-bottom: 40px;
  }
  .talk-intro-member li {
    width: 46%;
  }
  .talk-intro-hero {
    aspect-ratio: 5/2.2;
  }
  .talk-intro-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .talk-group {
    margin-bottom: 40px;
  }
  .talk-group + .talk-group {
    margin-top: 0;
  }
  .talk-group_head {
    font-size: 1.25rem;
  }

  .talk-con-text {
    grid-template-columns: 46px 1fr;
    gap: 1em;
    font-size: .9375rem;
  }
  .talk-con-text .name {
    display: block;
    text-align: center;
  }

  /* @equipment
  ----------------------------------------------------------*/
  .eq-list {
    grid-template-columns: 1fr;
  }
  .eq-list-item:last-child:nth-child(1n) {
    max-width: 100%;
  }

  .eq-list-item .name {
    font-size: 1.125rem;
  }
  .eq-list-item .maker {
    font-size: .875rem;
  }

 /* @recruit
  ----------------------------------------------------------*/
  /* @recruit-voices */
  .recruit-voices {
    margin-bottom: 70px;
  }
  .recruit-voices-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 6.06%;
  }
  .recruit-voices-list > li {
    padding-bottom: 6px;
  }
  .recruit-voices-list a {
    box-shadow: 0 6px 0 var(--color-sub);
  }
  .recruit-voices-list .label-post {
    font-size: .8125rem;
  }
  .recruit-voices-list .label-name {
    font-size: 1rem;
  }

  /* @recruit-benefits */
  .recruit-benefits-box {
    font-size: 1rem;
    padding-inline: 1em;
  }

  .recruit-benefits-img_list {
    grid-template-columns: 1fr;
    gap: 20px 15px;
  }
  .recruit-benefits-img_list img {
    border-radius: 12px;
  }
  .recruit-benefits-img_list figure:nth-last-of-type(1),
  .recruit-benefits-img_list figure:nth-last-of-type(2) {
    order: initial;
  }
  .recruit-benefits-img_list .desc_box {
    order: -1;
    grid-column: 1 / -1;
    margin-bottom: 1.5em;
  }

  /* @voice ---------- */
  .voice-detail-main .con-main_lead {
    font-size: 1.25rem;
  }
  .voice-detail-main .con-name {
    display: block;
  }
  .voice-detail-main .con-name .name {
    font-size: 1.25rem;
  }
  .voice-detail-main .con-name .year {
    margin: .85em 0 0;
    font-size: 1rem;
  }

  .voice-detail-personal-data .my_items {
    padding: 0;
  }
  .voice-detail-personal-data .my_items dt {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1em;
  }
  .voice-detail-personal-data .my_items .label {
    position: static;
  }
}
