.l-main02 {
  overflow: hidden;
  padding-top: 7.4375rem;
}

.l-inner-w780 {
  max-width: 780px;
}

.l-inner-w950 {
  max-width: 950px;
}

.c-section {
  padding-top: 5.75rem;
}
@media screen and (max-width: 767px) {
  .c-section {
    padding-top: 4.375rem;
  }
}
.c-section__in {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-section__in {
    padding-top: 3.5rem;
  }
}
.c-section__in:first-of-type {
  padding-top: 0;
}

.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-column-gap: 1.3125rem;
       -webkit-column-gap: 1.3125rem;
          column-gap: 1.3125rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-heading {
    margin-bottom: 1.875rem;
  }
}
.c-heading-en {
  position: relative;
  padding-left: 1.8125rem;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: roboto-condensed, sans-serif;
}
.c-heading-en::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.375rem;
  height: 1.0625rem;
  background: url(../images/logo-min.svg) no-repeat center;
  background-size: 1.375rem 1.0625rem;
}
.c-heading-ja {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 1.25rem;
  border-radius: 9.375rem;
  background: #dd1f22;
  max-width: 15.3125rem;
}

.c-heading02 {
  margin-bottom: 1.25rem;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-heading02 {
    font-size: 1.3rem;
  }
}
.c-heading02--sm {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-heading02--sm {
    font-size: 0.925rem;
  }
}

.c-newslist__list {
  border-bottom: 1px solid #dd1f22;
}
.c-newslist__list:first-child .c-newslist__item {
  padding-top: 0;
}
.c-newslist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.875rem;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .c-newslist__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem 0;
    padding: 0.9375rem 0;
  }
}
.c-newslist__date {
  display: block;
  font-size: 0.75rem;
  line-height: 1.25;
  font-family: roboto-condensed, sans-serif;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-newslist__date {
    margin-top: 0;
  }
}
.c-newslist__text {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}

.c-btn02 {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  text-align: center;
  border: 2px solid #dd1f22;
  border-radius: 9.375rem;
  font-family: roboto-condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 0.08em;
  color: #dd1f22;
}
.c-btn02__wrap {
  text-align: center;
  margin-top: 3.75rem;
}
.c-btn02--red {
  background-color: #dd1f22;
  color: white;
}

.c-cards02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cards02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-cards02 .c-card02 {
  width: calc((100% - 3.75rem) / 4);
}
@media screen and (max-width: 767px) {
  .c-cards02 .c-card02 {
    width: 100%;
  }
}

.c-card02__inner {
  display: block;
  height: 100%;
}
.c-card02__inner:hover {
  opacity: 1;
}
.c-card02__inner:hover .c-card02__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.c-card02__inner:hover .c-card02__title {
  color: #dd1f22;
}
.c-card02__img {
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
}
.c-card02__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-card02__body {
  margin-top: 0.5rem;
}
.c-card02__title {
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.c-card02 .c-taglist {
  margin-top: 0.5rem;
}
.c-card02 .c-catlist {
  margin-top: 0.75rem;
}

.c-taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  color: #737373;
}
.c-taglist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-column-gap: 0.125rem;
       -webkit-column-gap: 0.125rem;
          column-gap: 0.125rem;
}
.c-taglist__icon {
  width: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
}
.c-taglist__text {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-taglist__text {
    font-size: 0.675rem;
  }
}

.c-catlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.c-catlist__list {
  padding: 0.125rem 0.375rem;
  background-color: #ececec;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-catlist__list {
    font-size: 0.675rem;
  }
}

.c-introlist__list {
  position: relative;
  padding-left: 1.6875rem;
}
.c-introlist__list:not(:first-child) {
  margin-top: 1rem;
}
.c-introlist__list:hover .c-introlist__category {
  -webkit-transform: translateY(-50%) scale(1, 1);
      -ms-transform: translateY(-50%) scale(1, 1);
          transform: translateY(-50%) scale(1, 1);
  opacity: 1;
}
.c-introlist__category {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 1.25rem);
  -webkit-transform: translateY(-50%) scale(0, 0);
      -ms-transform: translateY(-50%) scale(0, 0);
          transform: translateY(-50%) scale(0, 0);
  padding: 0.5rem 0.5rem 0.625rem 0.5rem;
  background-color: #717171;
  color: #fff;
  font-size: 0.625rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, -webkit-transform 0.1s;
  -o-transition: transform 0.1s, opacity 0.1s;
  transition: transform 0.1s, opacity 0.1s;
  transition: transform 0.1s, opacity 0.1s, -webkit-transform 0.1s;
}
.c-introlist__icon {
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 1.125rem;
}
.c-introlist__text {
  font-size: 0.875rem;
  line-height: 2;
}

.c-infolist {
  color: #868686;
}
.c-infolist__list:not(:first-child) {
  margin-top: 1rem;
}
.c-infolist__head {
  position: relative;
  padding-left: 1.6875rem;
}
.c-infolist__icon {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 1.125rem;
}
.c-infolist__title {
  font-size: 0.75rem;
  font-weight: 700;
}
.c-infolist__text {
  padding-left: 1.6875rem;
  font-size: 0.75rem;
}

.c-text {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 0.875rem;
  }
}

.c-boxs {
  margin: 4rem 0;
}
.c-boxs .c-box:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-boxs .c-box:not(:first-child) {
    margin-top: 1rem;
  }
}

.c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
  padding: 1.5rem;
  background-color: #f8f8f8;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem 0;
  }
}
.c-box__title {
  width: 11.2676056338%;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-box__title {
    width: 100%;
  }
}
.c-box__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-box__text {
    font-size: 0.75rem;
  }
}

.p-article {
  color: #333;
}
.p-article__head {
  position: relative;
  padding-bottom: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-article__head {
    padding-bottom: 1.1875rem;
  }
}
.p-article__head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.25rem;
  height: 1px;
  background-color: #dd1f22;
}
.p-article__date {
  display: block;
  font-size: 0.75rem;
  line-height: 1.25;
  font-family: roboto-condensed, sans-serif;
  color: #dd1f22;
}
.p-article__lead {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
.p-article__body {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-article__body {
    margin-top: 1.5625rem;
  }
}
.p-article__body > *:last-child {
  margin-bottom: 0;
}
.p-article__text {
  font-size: 0.8125rem;
  line-height: 1.75;
  margin-bottom: 1.9375rem;
}
.p-article__text a {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-article__text {
    margin-bottom: 1.875rem;
  }
}
.p-article__img {
  margin: 1.9375rem 0;
}
.p-article__img .img__title {

}
.p-article__img .img__note {
  display: block;
  text-align: right;
  font-size: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-article__img {
    margin: 1.875rem 0;
  }
}
.p-article__img img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-article__img img {
    width: 100%;
  }
}
.p-article__box {
    border: 1px solid #ccc;
    padding: 1em;
    line-height: 2em;
}
.p-article__dl {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 30px 0;
  width: 100%;
  text-align: left;
}
.p-article__dl dt, .p-article__dl dd {
  padding: 5px 10px;
  flex-wrap: wrap;
  box-sizing: border-box;
  /*border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;*/
}
.p-article__dl dt {
  display: flex;
  align-items: center;
  width: 20%;
  border-left: 1px solid #ccc;
/*  background-color: #fcfcfc;*/
}
.p-article__dl dd {
  display: flex;
  align-items: center;
  width: 80%;
  margin-left: 0;
  border-right: 1px solid #ccc;
/*  background-color: #fcfcfc;*/
}
.p-article__dl dt:first-of-type,
.p-article__dl dd:first-of-type {
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.p-article__dl dt:last-of-type,
.p-article__dl dd:last-of-type {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-article__dl {
    display: block;
  }
  .p-article__dl dt,.p-article__dl dd {
    display: block;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
  }
  .p-article__dl dd:first-of-type {
    padding-top: 5px;
    border-top: none;
  }
  .p-article__dl dt:last-of-type {
    padding-bottom: 5px;
    border-bottom: none;
  }
}

.p-slider {
  padding: 0;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-slider {
    padding: 0 1.125rem;
    margin-bottom: 1rem;
  }
}
.p-slider .swiper-slide {
  aspect-ratio: 16/9;
}
.p-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-slider .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}
.p-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.p-slider02 {
  margin-bottom: 3rem;
}
.p-slider02 .swiper {
  padding-bottom: 1.25rem;
}
.p-slider02 .swiper-slide {
  aspect-ratio: 16/9;
}
.p-slider02 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-slider02 .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-slider02 .swiper-pagination-bullet {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #ececec;
  opacity: 1;
}
.p-slider02 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #dd1f22;
}

.p-recruit02 {
  color: #313131;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-recruit02__heading {
  position: relative;
  padding-left: 7.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit02__heading {
    padding-left: 5.375rem;
  }
}
.p-recruit02__heading02 {
  margin-bottom: 1.875rem;
  font-size: 2.25rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-recruit02__heading02 {
    font-size: 1.125rem;
  }
}
.p-recruit02__logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit02__logo {
    width: 4.375rem;
    top: -1.9375rem;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-recruit02__name {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit02__name {
    font-size: 1.1rem;
  }
}
.p-recruit02__industry {
  color: #808080;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-recruit02__industry {
    font-size: 0.625rem;
    margin-top: 0.4rem;
  }
}
.p-recruit02__lead {
  color: #808080;
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit02__lead {
    font-size: 0.875rem;
  }
}

.p-header02 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7.4375rem;
  z-index: 3;
  background: #dd1f22;
}
.p-header02__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-header02__logo a img {
  width: 5.5625rem;
  height: auto;
}
.p-header02__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-column-gap: 0.625rem;
       -webkit-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-header02__btns {
    display: block;
  }
}
.p-header02__tel-btn {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-header02__tel-btn {
    pointer-events: auto;
  }
}

.p-footer {
  padding-top: 15.3125rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    margin-top: 5.3125rem;
    padding-top: 0;
  }
}
.p-footer address {
  margin-top: 0;
}

.u-red {
  color: #dd1f22;
}/*# sourceMappingURL=lower.css.map */