@charset "UTF-8";
/**************************
loading
***************************/
html.is-loading,
body.is-loading {
  overflow: hidden; /* スクロール禁止 */
  height: 100%;     /* iOS対策 */
  touch-action: none; /* iOS での慣性スクロール抑止 */
}
  /**************************
  TOP_ani
  ***************************/
  .loading-wrap {
    position: fixed;
    width: 150%;
    height: 150vh;
    top: 0;
    left: 0;
    color: #fff;
    overflow: hidden;
    background-color: var(--footer);
    opacity: 1.0;
    visibility: visible;
    z-index: var(--z-index-loading);
    clip-path: ellipse(130% 180% at 0% 0%);
    will-change: clip-path, -webkit-clip-path;
    /* transition: 8.4s ease-in-out; */
  }
  /* .loading-wrap.on {
    clip-path: ellipse(0% 0% at -11% 8%);
  } */
  .loading-wrap.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: none; /* iPadではアニメ無効化 */
  }
  .loading_inner {
    position: relative;
    width: 100vw;
    height: 100vh;
    /* height: 100vh; */
  }
  /* loading-sitelogo */
.loading-sitelogo {
  position: fixed;
  top: 3px;
  left: 1.125%;
}
.loading-sitelogo img {
  width: 280px;
  opacity: 0;
  visibility: hidden;
}
/* loading-skip */
.loading-skip {
  position: fixed;
  bottom: 12.5%;
  right: 10%;
  z-index: var(--z-index-skip);
}
button.c-btn-skip {
  all: unset;
  cursor: pointer;
  display: inline-block;
  width: 32.5px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  pointer-events: auto;
}
  .loading-introtext,
  .loading-introtext_sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .loading-introtext p {
    margin: auto;
    opacity: 0;
    visibility: hidden;
  }
  /* loading-tagline */
  .loading-tagline {
    padding-left: 2%;
font-size: clamp(calc(25 / 16 * 1rem), calc(52 / 1440 * 100vw), calc(52 / 16 * 1rem));
font-family: var(--TPGothic-B);
/* font-weight: 700; */
line-height: 2.02;
letter-spacing: 0.0125em;
transform: translateY(-32px);
}
.loading-tagline .ls {
  display: block;
  letter-spacing: -0.05em;
}
.loading-tagline .ls2 {
  letter-spacing: 0.05em;
}
.loading-tagline .fwl {
    font-size: clamp(calc(20 / 16 * 1rem), calc(38 / 1440 * 100vw), calc(38 / 16 * 1rem));
    font-family: var(--TPGothic-R);
    font-weight: 400;
  }
  .loading-tagline .brackets {
    padding: 0 0.125em 0 0;
    font-family: var(--TPGothic-L);
    font-weight: 300;
  }
  .loading-tagline .brackets2 {
    padding: 0 0 0 0.125em;
    font-family: var(--TPGothic-L);
    font-weight: 300;
  }
  /* loading-copy */
  .loading-copy {
    margin: auto;
    width: fit-content;
    transform: translateY(-7%);
  }
  .loading-copy p {
    margin: auto;
  font-size: clamp(
    calc(17 / 16 * 1rem),
    calc(28 / 1440 * 100vw),
    calc(28 / 16 * 1rem)
  );
  line-height: 2.02;
  letter-spacing: 0.0125em;
  opacity: 0;
  visibility: hidden;
  }
  .loading-copy p + p {
    margin-top: 2.25em;
  }
  /* loading-scroll */
  /* .loading-scroll {
  position: absolute;
  bottom: 13%;
  left: 0;
  width: 100%;
  display: flex;
  }
  .loading-scroll img {
    margin: auto;
  display: inline-block;
  width: 46px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  } */
@media screen and (max-width: 768px) {
.loading-sitelogo {
  position: fixed;
  top: 8px;
  left: 2.75%;
}
.loading-sitelogo img {
  width: 200px;
  /* width: 196px; */
}
/* loading-skip */
.loading-skip {
  bottom: 4%;
  right: 8%;
}
button.c-btn-skip {
  width: 22px;
}
.loading-tagline {
   transform: translateY(-10px);
}
/* loading-copy */
.loading-copy {
  margin: auto auto auto;
  transform: translateY(-5px);
}
/* loading-scroll */
/* .loading-scroll {
  bottom: 16.5%;
}
.loading-scroll img {
  width: 32px;
} */
}
/*******************************
topmv
*******************************/
.topmv-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  z-index: 0;
}
.topmv-wrap picture {
  margin: 6rem auto 0;
  width: 80.5%;
  /* max-width: 1158px; */
  max-width: 1200px;
  /* height: 68.5vh; */
  height: calc(100vh - 250px);
}
.topmv-wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
.topmv-wrap picture {
  width: 92%;
}
}
/* ---------------------- */
@media screen and (max-width: 1024px) {
  .topmv-wrap picture {
      width: 100%;
  }
}
@media screen and (max-width: 992px) {
.topmv-wrap {
  height: 100vh;
}
.topmv-wrap picture {
    margin: 4.75rem auto 0;
    height: calc(100vh - 160px);
}
}
/*******************************
dokianime
*******************************/
.dokianime-wrap {
  margin-top: -100vh;
  position: relative;
}
#lottie {
  width: 100%;
  height: 100vh;
  /* height: 100vh; */
}
.lottie-scroll {
  position: absolute;
  /* bottom: 13%; */
  bottom: 100px;
  left: 0;
  width: 100%;
  display: flex;
}
.lottie-scroll a {
  margin: auto;
  display: inline-block;
  width: 46px;
  height: auto;
}

@media screen and (max-width: 992px) {
.dokianime-wrap {
  margin-top: calc(-100vh - 20px);
  height: 100vh;
}
.lottie-scroll {
  bottom: 36px;
}
.lottie-scroll a {
  width: 32px;
}
}
/*******************************
home-pagecontents
*******************************/
.home-pagecontents {
  padding-top: 4rem;
  padding-bottom: 4.875rem;
  position: relative;
}
.pagecontents_inner {
  display: block;
  /* clear: both; */
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.pagecontents_inner section {
  padding: 1.5rem 1.75rem 1.75rem;
  margin-bottom: clamp(2.25rem, (1vw * 64 / 1440 * 100), 4rem);
  width: 48%;
}
.pagecontents_inner section:last-of-type {
  margin-bottom: 0;
}
.pagecontents_inner section.home-bnr4,
.pagecontents_inner section.home-bnr {
  padding: 0 0;
}
/* order */
.pagecontents_inner section.home-philosophy {
  width: 100%;
  display: block;
  /* order: 1; */
}
.home-service {
  float: left;
}
.home-company {
  float: left;
}
.home-news {
  float: right;
}
.home-bnr4 {
  float: right;
}
.home-recruit {
  float: right;
}
.home-bnr {
  float: left;
  background-color: var(--footer);
}
.home-contact {
  float: right;
}
/* ---------------------- ---------------- */
@media screen and (max-width: 768px) {
.pagecontents_inner {
  display: flex;
  flex-direction: column;
}
.pagecontents_inner section {
  padding: 0.75rem 3.5%;
  width: 100%;
}
.pagecontents_inner section:nth-of-type(1) {
  order: 1;
}
.pagecontents_inner section:nth-of-type(2) {
  order: 2;
}
.pagecontents_inner section:nth-of-type(3) {
  order: 4;
}
.pagecontents_inner section:nth-of-type(4) {
  order: 3;
}
.pagecontents_inner section:nth-of-type(5) {
  order: 5;
}
.pagecontents_inner section:nth-of-type(6) {
  order: 6;
}
.pagecontents_inner section:nth-of-type(7) {
  order: 7;
}
.pagecontents_inner section:nth-of-type(8) {
  order: 8;
}
}
/*philosophy
-------------------------------*/
.philosophy-wrap{
  margin-top: 1.75rem;
  display: flex;
  justify-content: space-between;
}
.philosophy-textarea{
  flex: 0 1 61%;
  padding-bottom: clamp(1.625rem, (1vw * 32 / 1440 * 100), 2rem);
}
.philosophy-title {
  position: relative;
  padding-top: clamp(1.625rem, (1vw * 40 / 1440 * 100), 2.5rem);
  padding-bottom: clamp(1.5rem, (1vw * 72 / 1440 * 100), 4.5rem);
  text-align: center;
}
.philosophy-title img {
  margin: auto;
  width: 80%;
  max-width: 400px;
}
.philosophy-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  width: calc(100% - 16px);
  height: 2px;
  background-color: var(--main-blue);
}
.philosophy-maincopy {
margin-top: 3.25rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 3.25rem;
    width: fit-content;
    font-size: clamp(calc(14 / 16 * 1rem), calc(20 / 1440 * 100vw), calc(20 / 16 * 1rem));
line-height: 2.375;
    letter-spacing: -0.05em;
}
.philosophy-maincopy span {
display: block;
}
.philosophy-maincopy span + span {
margin-top: clamp(1.4rem, (1vw * 36 / 1440 * 100), 2.25rem);
}
/* vertical-border */
.vertical-border {
  flex: 0 1 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.vertical-border::before,
.vertical-border::after {
  content: "";
  margin: auto;
  display: inline-block;
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.vertical-border::before {
  content: "";
  background-image: url(../images/linevertical-start.svg);
}
.vertical-border:after {
  content: "";
  background-image: url(../images/linevertical-end.svg);
}
.vertical-border span {
  margin: auto;
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: var(--main-blue);
}
/* philosophy-bnrarea */
.philosophy-bnrarea{
  flex: 0 1 34%;
  padding: 0 2.5% 4% 3%;
  display: flex;
}
.philosophybnr-list {
  margin: auto;
  width: 100%;
}
.philosophybnr-list_item + .philosophybnr-list_item {
  margin-top: clamp(1.5rem, (1vw * 88 / 1440 * 100), 5.5rem);
}
.philosophybnr-list_item a {
padding: 1rem 5% 1rem 7%;
    position: relative;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
    aspect-ratio: 1.325;
    background-color: var(--main-blue);
    border-radius: 3px;
    overflow: hidden;
}

.philosophybnr-list_item a picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.philosophybnr-list_item a picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  /* transform: scale(1); */
  transition: .35s var(--cubic-bezier-hover);
}
.philosophybnr-title {
  position: relative;
  font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(20 / 1440 * 100vw),
    calc(20 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.025em;
  z-index: var(--z-index-aside);
}
.philosophybnr-more {
  margin-top: auto;
  position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(15 / 1440 * 100vw),
    calc(15 / 16 * 1rem)
    );
  font-family: var(--googlefont-Inter);
  font-weight: 300;
  letter-spacing: 0.025rem;
}
.philosophybnr-more .arrow {
  margin-left: 0.5rem;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--sub-red);
}
.philosophybnr-more .arrow::before,
.philosophybnr-more .arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/arrow-more_w.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 62% 62%;
  }
  .philosophybnr-more .arrow::before {
    left: 0;
    transition: .25s var(--cubic-bezier-hover);
}
.philosophybnr-more .arrow::after {
    left: -30%;
    opacity: 0;
    transition: .25s .05s var(--cubic-bezier-hover);
}
@media(hover: hover) {
.philosophybnr-list_item a:hover picture img {
  /* transform: scale(0.9); */
  opacity: 0.3;
}
  .philosophybnr-list_item a:hover .philosophybnr-more .arrow::before {
      left: 30%;
      opacity: 0
  }
  .philosophybnr-list_item a:hover .philosophybnr-more .arrow::after {
      left: 0;
      opacity: 1
  }
}
section.home-philosophy .c-btn_more {
  padding-right: 1%;
}
/* ---------------------- */
@media screen and (max-width: 768px) {
.philosophy-wrap{
  margin-top: 0;
  display: block;
}
/* .philosophy-textarea{
  padding-bottom: clamp(1.75rem, (1vw * 32 / 1440 * 100), 2rem);
} */
/* .philosophy-title {
  padding-top: clamp(1.5rem, (1vw * 36 / 1440 * 100), 2.25rem);
  padding-bottom: clamp(2.25rem, (1vw * 68 / 1440 * 100), 4.25rem);
} */
.philosophy-title img {
  width: 88%;
  max-width: 266px;
}
.philosophy-title::before {
  height: 1px;
}
.philosophy-maincopy {
  margin-top: 1.625rem;
  padding-bottom: 2.25rem;
  line-height: 2.3;
  letter-spacing: -0.07em;
}
/* vertical-border */
.vertical-border {
  flex-direction: row;
}
.vertical-border::before,
.vertical-border::after {
  width: 10px;
  height: 5px;
}
.vertical-border::before {
  background-image: url(../images/line-start.svg);
}
.vertical-border:after {
  background-image: url(../images/line-end.svg);
}
.vertical-border span {
  width: calc(100% - 20px);
  height: 1px;
}
/* philosophy-bnrarea */
.philosophy-bnrarea{
  padding: 0 4.5% 1rem 4.5%;
}
.philosophybnr-list {
  margin: 1.625rem auto 0;
  display: flex;
  justify-content: space-between;
}
.philosophybnr-list_item {
  flex: 0 1 47%;
}
.philosophybnr-list_item + .philosophybnr-list_item {
  margin-top: 0;
}
.philosophybnr-list_item a {
padding: 0.5rem 5% 0.5rem 7%;
aspect-ratio: 1.525;
    border-radius: 2px;
}
.philosophybnr-title {
  line-height: 1.22;
}
.philosophybnr-more .arrow {
        margin-left: 0.25rem;
        width: 13px;
        height: 13px;
}
section.home-philosophy .c-btn_more {
  padding-right: 0;
}
}

/*.service
-------------------------------*/
.serviceslider-wrap {
  padding-top: clamp(1.5rem, (1vw * 32 / 1440 * 100), 2rem);
  padding-right: 5%;
  padding-bottom: clamp(1.125rem, (1vw * 32 / 1440 * 100), 2rem);
  padding-left: 5%;
  margin-bottom: clamp(1.75rem, (1vw * 36 / 1440 * 100), 2.25rem);
  position: relative;
}
.serviceslider-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: 2px;
  background-color: var(--main-blue);
}
section.home-service .c-btn_more {
  padding-bottom: 0.75rem;
}

@media screen and (max-width: 768px) {
.serviceslider-wrap::after {
  height: 1px;
}
section.home-service .c-btn_more {
  padding-bottom: 1rem;
}
}
/*news
-------------------------------*/
.newspost-list {
  margin-top: clamp(1.75rem, (1vw * 34 / 1440 * 100), 2.125rem);
}
.newspost-list_item + .newspost-list_item {
  margin-top: clamp(1.75rem, (1vw * 34 / 1440 * 100), 2.125rem);
}
.c-card_news a {
  padding: 0 5% 3.5rem;
  position: relative;
  display: block;
  color: var(--text);
  text-decoration: none;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "news1 news1"
    "news2 news3"
    "news4 news4";
}
.c-card_news a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: 2px;
  background-color: var(--main-blue);
}
.c-card_news a picture {
  margin-bottom: clamp(2.125rem, (1vw * 44 / 1440 * 100), 2.75rem);
  grid-area: news1;
  aspect-ratio: 1.77;
  border-radius: 3px;
  overflow: hidden;
}
.c-card_news a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card_news a time {
  grid-area: news2;
  font-size: clamp(
  calc(11 / 16 * 1rem),
  calc(15 / 1440 * 100vw),
  calc(15 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 400;
}
.c-card_news a .category {
  margin-left: 1.5em;
  grid-area: news3;
  color: var(--main-blue);
  font-size: clamp(
  calc(11 / 16 * 1rem),
  calc(15 / 1440 * 100vw),
  calc(15 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 700;
  text-transform: uppercase;
}
.topics-posttitle {
  margin-top: 1.125rem;
  grid-area: news4;
  font-size: clamp(
    calc(14 / 16 * 1rem),
    calc(18 / 1440 * 100vw),
    calc(18 / 16 * 1rem)
  );
  line-height: 1.857;
  letter-spacing: -0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
section.home-news .c-btn_more {
  margin-top: 2rem;
  margin-top: clamp(1.625rem, (1vw * 36 / 1440 * 100), 2.25rem);
  padding-bottom: 0.875rem;
}
/* ---------------------- */
@media screen and (max-width: 768px) {
.c-card_news a {
  padding: 0 5% 3.625rem;
}
.c-card_news a::after {
  height: 1px;
}
.c-card_news a picture {
  border-radius: 2px;
}
.topics-posttitle {
  margin-top: 1rem;
  line-height: 1.95;
  -webkit-line-clamp: 4;
}
section.home-news .c-btn_more {
  padding-bottom: 1.125rem;
}
}
/*companyslider
-------------------------------*/
.companyslider-wrap {
  margin-top: 2rem;
  padding: 0 5%;
}
.company-profileouter {
  position: relative;
}
.company-profileouter::before,
.company-profileouter::after {
  content: "";
  position: absolute;
  top: -4px;
  width: 20px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.company-profileouter::before {
  content: "";
  left: 0;
  background-image: url(../images/line-start.svg);
}
.company-profileouter::after {
  content: "";
  right: 0;
  background-image: url(../images/line-end.svg);
}
/* company-profile */
.company-profile {
  margin-top: clamp(1rem, (1vw * 30 / 1440 * 100), 1.875rem);
  padding-top: clamp(2rem, (1vw * 56 / 1440 * 100), 3.5rem);
  position: relative;
}
.company-profile::before,
.company-profile::after {
  content: "";
  position: absolute;
  left: 4px;
  width: calc(100% - 8px);
  height: 2px;
  background-color: var(--main-blue);
}
.company-profile::before {
  top: 0;
}
.company-profile::after {
  top: auto;
  bottom: 0;
}
.company-dl + .company-dl {
  margin-top: 1.625rem;
}
.company-dl {
  padding-left: 10%;
  font-size: clamp(
  calc(12 / 16 * 1rem),
  calc(15 / 1440 * 100vw),
  calc(15 / 16 * 1rem)
  );
  line-height: 1.86;
  letter-spacing: 0.05em;
}
.company-dl dt {
  display: block;
}
.company-dl dd {
  padding-left: 1.25em;
}
.company-dl_title {
  color: var(--main-blue);
}
.company-dl_title::before {
  content: "○";
  margin-right: 0.25em;
  display: inline-block;
}
.company-dl_copy {
  letter-spacing: -0.075em;
}
.company-dl_copy span {
  font-family: var(--TPGothic-L);
  font-weight: 300;
}
.company-dl_copy span.company-dl_googlemap a {
  margin-left: 2em;
  display: inline-block;
  color: var(--main-blue);
  font-family: var(--TPGothic-M);
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0;
}
section.home-company .c-btn_more {
  margin-top: clamp(2.5rem, (1vw * 74 / 1440 * 100), 4.625rem);
  padding-bottom: clamp(1.875rem, (1vw * 34 / 1440 * 100), 2.125rem);
}
/* .companybnr-list { */
.companybnr-list {
  padding: 2.5rem 5% 1rem;
  display: flex;
  justify-content: space-between;
}
.companybnr-list_item {
  flex: 0 1 47.5%;
}
.companybnr-list_item a {
padding: 0.75rem 7.75% 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
    aspect-ratio: 1.325;
    background-color: var(--main-blue);
    border-radius: 3px;
    overflow: hidden;
}
.companybnr-list_item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/companybnr.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transition: .35s var(--cubic-bezier-hover);
}
.companybnr-title {
  position: relative;
  font-size: clamp(
  calc(11 / 16 * 1rem),
  calc(15 / 1440 * 100vw),
  calc(15 / 16 * 1rem)
  );
  font-family: var(--googlefont-Inter);
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
  z-index: var(--z-index-aside);
}
.companybnr-more {
  margin-top: auto;
  position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(15 / 1440 * 100vw),
    calc(15 / 16 * 1rem)
    );
  font-family: var(--googlefont-Inter);
  font-weight: 300;
  letter-spacing: 0.025rem;
}
.companybnr-more .arrow {
  margin-left: 0.5rem;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--sub-red);
}
.companybnr-more .arrow::before,
.companybnr-more .arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/arrow-more_w.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 62% 62%;
  }


  .companybnr-more .arrow::before {
    left: 0;
    transition: .25s var(--cubic-bezier-hover);
}
.companybnr-more .arrow::after {
    left: -30%;
    opacity: 0;
    transition: .25s .05s var(--cubic-bezier-hover);
}
@media(hover: hover) {
.companybnr-list_item a:hover::before {
  opacity: 0;
}
  .companybnr-list_item a:hover .companybnr-more .arrow::before {
      left: 30%;
      opacity: 0
  }
  .companybnr-list_item a:hover .companybnr-more .arrow::after {
      left: 0;
      opacity: 1
  }
}

/* ------------------------------------------------------- */
@media screen and (max-width: 768px) {
.companyslider-wrap {
  margin-top: 1.75rem;
  /* padding: 0 5%; */
}
.company-profileouter::before,
.company-profileouter::after {
  top: -2px;
  width: 10px;
  height: 5px;
}
.company-profile::before,
.company-profile::after {
  height: 1px;
}
.company-dl + .company-dl {
  margin-top: 1.5rem;
}
.company-dl {
  padding-left: 5.5%;
  line-height: 1.68;
}
.company-dl dd {
  padding-left: 1.375em;
}
.company-dl_googlemap a {
  margin-left: 1.5em;
}
/* .companybnr-list { */
.companybnr-list {
  padding: 1.75rem 5% 1.125rem;
}
.companybnr-list_item a {
  padding: 0.75rem 7% 1rem;
  aspect-ratio: 1.475;
  border-radius: 2px;
}
.companybnr-title {
  line-height: 1.25;
}
.companybnr-more .arrow {
  margin-left: 0.5rem;
  width: 13px;
  height: 13px;
}
}
/*recruit
-------------------------------*/
.recruit-title-outer {
  padding:  2.5rem 10% 2.75rem;
  position: relative;
}
.recruit-title-outer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: 2px;
  background-color: var(--main-blue);
}
.recruit-title {
  transform: translateX(8px);
}
section.home-recruit .c-btn_more {
    margin-top: clamp(1.75rem, (1vw * 32 / 1440 * 100), 2rem);
    padding-bottom: 1rem;
}
/* ---------------------- */
@media screen and (max-width: 768px) {
.recruit-title-outer {
  padding:  2.25rem 12% 1.875rem;
}
.recruit-title-outer::after {
  height: 1px;
}
.recruit-title {
    transform: translateX(3px);
}
section.home-recruit .c-btn_more {
    padding-bottom: 1.125rem;
}
}
/*contact
-------------------------------*/
section.home-contact .c-btn_more {
    margin-top: clamp(1.75rem, (1vw * 36 / 1440 * 100), 2.25rem);
    padding-bottom: 0.875rem;
}
