@charset "UTF-8";
.pageBgItem {
  display: none;
}

.page__mv {
  position: relative;
  margin-bottom: 30px;
}

.pageMv__inner {
  position: relative;
  padding-top: 34.13vw;
  background: url(../img/page/page_mv_sp.png) no-repeat center/cover;
}

.pageMv__title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageMv__title .pageMv__title--ja {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 7.5px;
  white-space: nowrap;
}

.pageMv__title .pageMv__title--en {
  display: none;
}

.page__mv--blog .pageMv__title--en {
  width: 37.5px;
}

.breadcrumb {
  margin: 10px 0 5px;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
}
.breadcrumb__list > li {
  position: relative;
}
.breadcrumb__list > li > a {
  font-size: 1.2rem;
}
.breadcrumb__list > li:last-child > a {
  pointer-events: none;
}
.breadcrumb__list > li + li {
  margin-left: 15px;
  bottom: -1px;
}
.breadcrumb__list > li + li::before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -10px;
  font-size: 1.1rem;
}

.title3 {
  margin-bottom: 30px;
}
.title3 span {
  position: relative;
  padding: 25px 9px 0;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5;
}
.title3 span::before, .title3 span::after {
  content: "";
  display: inline-block;
  width: 21.5px;
  height: 21.5px;
  background: url(../img/common/title_item1_sp.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.title3 span::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}

.title4 {
  line-height: 1.56;
  margin-bottom: 20px;
  border-left: 3px solid #d4801e;
  border-bottom: 1px solid #d4801e;
  padding: 0 0 5.5px 7.5px;
}

.title6 {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.title6 span {
  font-size: 1.7rem;
  line-height: 1.6;
  padding-bottom: 15px;
  border-bottom: 1px solid #42210b;
}

.title7 {
  line-height: 1.5;
  margin-bottom: 25px;
}

.title8 {
  font-size: 2rem;
  padding-left: 15px;
  border-left: 5px solid #d4801e;
  margin-bottom: 15px;
}

.button.button--return .buttonIcon {
  right: auto;
  left: 10px;
  transform: translateY(-50%) scale(-1, 1);
}

.table th,
.table td {
  display: block;
}
.table th {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.table td {
  line-height: 1.4;
  padding-bottom: 15px;
  border-bottom: 1px solid #42210b;
}

.banner {
  display: flex;
  justify-content: center;
}

.notes > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1em;
}
.notes > li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.article__time {
  line-height: 1;
  margin-right: 20px;
}

.article__cat > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -10px;
}
.article__cat > ul > li {
  padding: 5px 0 0 10px;
}

.articleCat__item {
  line-height: 1;
  background-color: #f7e2c2;
  padding: 6px 10px;
  display: block;
  color: #d4801e;
  font-weight: bold;
  border-radius: 4px;
}

.detailContent .content_area {
  margin-bottom: 60px;
}

.detail__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.detail__eyeCatchingImg {
  position: relative;
  display: flex;
  justify-content: center;
}
.detail__button {
  margin-top: 110px;
}

.pager {
  margin-top: 60px;
}

.pager__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager__list > li {
  width: 42px;
  height: 42px;
  background-color: #e1dcd6;
  margin: 0 2.5px;
}
.pager__list > li.pagerList__item--front, .pager__list > li.pagerList__item--next {
  background-color: #fff;
}
.pager__list > li.pagerList__item--front {
  margin-right: 5px;
}
.pager__list > li.pagerList__item--next {
  margin-left: 5px;
}
.pager__list > li.cur {
  background-color: #42210b;
}

.pager__button {
  height: 100%;
}
.pager__button > a {
  width: 100%;
  height: 100%;
}
.pager__button > a,
.pager__button span {
  color: #fff;
  font-weight: bold;
}

.pagerNumber {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagerNumber > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagerList__item--front,
.pagerList__item--next {
  display: none;
}
.pagerList__item--front.active--,
.pagerList__item--next.active-- {
  display: block;
}
.pagerList__item--front a,
.pagerList__item--next a {
  display: flex;
  align-items: center;
  height: 100%;
}
.pagerList__item--front a::before,
.pagerList__item--next a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 16px solid #42210b;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.pagerList__item--front a {
  transform: scale(-1, 1);
}

.pagerList__item--next {
  margin-left: 5px;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  background-color: #444;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 23px;
  height: 23px;
  border: 2px solid #d4801e;
  border-radius: 100%;
  margin-top: 0;
  transform: translateY(-50%);
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 7px;
  background: url(../img/common/arrow_orange_sp.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}

.content__response {
  padding-top: 80px;
}

.response__wrapper {
  background-color: #d4801e;
  padding: 40px 0;
  position: relative;
}
.response__wrapper .button {
  max-width: 289px;
}
.response__wrapper .button .buttonTxt {
  font-size: 1.9rem;
  letter-spacing: 0;
  margin-left: -20px;
}

.response__title {
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.body--blog .pageMv__inner {
  background-image: url(../img/blog/page_mv_sp.png);
}
.body--blog .detailContent {
  padding-top: 0;
}

.archiveBlog__list > ul > li {
  margin-bottom: 20px;
}
.archiveBlog__list > ul > li:last-child {
  margin-bottom: 0;
}

.archiveBlog__link {
  background-color: #f6f3f2;
  padding: 10px 20px 20px;
}

.articleBlog__head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.archiveBlog__title {
  font-weight: bold;
  line-height: 1.406;
  margin-top: -4px;
}

.page__mv--service {
  margin-bottom: 70px;
}
.page__mv--service .pageMv__inner {
  background-image: url(../img/service/page_mv_sp.png);
}

.pagePreface__wrapper {
  margin-bottom: 70px;
  position: relative;
}
.pagePreface__wrapper::before {
  content: "";
  display: inline-block;
  width: 148px;
  height: 117px;
  background: url(../img/service/service_item1_sp.png) no-repeat center/contain;
  position: absolute;
  bottom: calc(100% + 10px);
  right: 20px;
}

.pagePreface__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  margin: -6px 0 25px;
  letter-spacing: 0.07em;
}
.pagePreface__title br:last-child {
  display: none;
}
.pagePreface__title + p {
  margin-top: -4px;
  line-height: 1.375;
  letter-spacing: 0.1em;
}

.serviceBgItem {
  display: none;
}

.content__serviceBanner {
  padding-top: 110px;
}

.service__mv {
  position: relative;
  padding-top: 40%;
  margin-bottom: 30px;
  overflow: hidden;
}
.service__mv::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 74px;
  height: 175.5px;
  background: url(../img/service/service_mv_bg_item_sp.png) no-repeat center/contain;
  z-index: 1;
  opacity: 0.2;
}

.serviceMv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.serviceMv__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.serviceMv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.72);
  border-left: 7px solid #d4801e;
  border-right: 7px solid #d4801e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 35px;
  white-space: nowrap;
  z-index: 1;
}

.serviceMvTitle {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.service__slider .swiper-pagination {
  display: none;
}
.service__slider .swiper-button-prev::before,
.service__slider .swiper-button-next::before {
  background-image: url(../img/service/arrowR.png);
}

.serviceSlider__inner {
  padding: 0 7.5px;
}

.serviceSlider__item {
  position: relative;
  border-radius: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.serviceSlider__img {
  padding-top: 61.92%;
}
.serviceSlider__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.serviceSlider__txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px 10px;
  background: linear-gradient(transparent, #7d7d7d);
}
.serviceSlider__txt > p {
  color: #fff;
  font-weight: bold;
  line-height: 1.43;
}

.body--service.body--single .detailContent {
  padding-top: 40px;
}
.body--service.body--single .content__serviceBanner {
  padding-top: 60px;
}

.body--company .pagePreface__wrapper::before {
  width: 123px;
  height: 124px;
  background-image: url(../img/company/company_item1_sp.png);
  bottom: calc(100% - 30px);
}
.body--company .conetnt__topLink {
  padding-top: 130px;
}

.companyGreeting__img {
  margin-bottom: 35px;
}

.companyGreetingImg {
  position: relative;
  padding-top: 64.39%;
  border-radius: 10px;
  box-shadow: 0 5px 32px 2px rgba(6, 0, 1, 0.2);
}
.companyGreetingImg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.companyGreetingTxt__inner {
  margin: -6px 0 35px;
}
.companyGreetingTxt__inner > p {
  line-height: 1.56;
  margin-bottom: 10px;
}
.companyGreetingTxt__inner > p:last-child {
  margin-bottom: 0;
}

.companyGreeting__representative {
  font-weight: bold;
  margin-top: -4px;
}

.companyGreeting__gallery {
  margin-top: 70px;
}
.companyGreeting__gallery > ul > li {
  margin-bottom: 30px;
}
.companyGreeting__gallery > ul > li:last-child {
  margin-bottom: 0;
}

.companyGreetingGallery__img {
  position: relative;
  padding-top: 64.39%;
  border-radius: 10px;
  overflow: hidden;
}
.companyGreetingGallery__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.body--recruit .pagePreface__wrapper::before {
  width: 163px;
  height: 113.5px;
  background-image: url(../img/recruit/recruit_item1_sp.png);
  bottom: calc(100% - 30px);
  right: 5px;
}
.body--recruit .pageUnitContent {
  padding-top: 0;
}
.body--recruit .conetnt__topLink {
  padding-top: 150px;
}

.page__mv--recruit .pageMv__inner {
  background-image: url(../img/recruit/page_mv_sp.png);
}

.unit-recruitment__box--min {
  margin-bottom: 20px;
}
.unit-recruitment__box--min > p:first-child {
  margin-bottom: 10px;
}
.unit-recruitment__box--min:last-child {
  margin-bottom: 0;
}

.body--privacy .pagePreface__wrapper,
.body--ch_policy .pagePreface__wrapper{
  display: none;
}

.page__mv--privacy .pageMv__title {
  left: 55%;
}
.page__mv--privacy .pageMv__title .pageMv__title--ja {
  font-size: 1.8rem;
}
.page__mv--privacy .pageMv__title .pageMv__title--en {
  width: 63.5px;
  height: 19px;
}

.body--contact .pagePreface__wrapper {
  display: none;
}

.page__mv--contact .pageMv__title .pageMv__title--en {
  width: 67px;
  height: 19px;
}

.must {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background-color: #d4801e;
  margin-left: 10px;
  padding: 5px 6px;
  font-weight: normal;
  letter-spacing: 0.07em;
  display: inline-block;
}

.input,
.textarea {
  border: 1px solid #42210b;
  width: 100%;
  padding: 11px 15px 7px 15px;
  transition: border-color 0.3s;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
.input:focus,
.textarea:focus {
  border-color: #d4801e;
}

.textarea {
  height: 53vw;
  resize: vertical;
}

.select__area {
  position: relative;
}
.select__area::before {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #d4801e;
  border-bottom: 2px solid #d4801e;
  transform: rotate(45deg);
}

.select {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  width: 100%;
  height: 42px;
  border: 1px solid #42210b;
  padding: 0 15px;
  transition: border-color 0.3s;
  display: block;
}

.form__important__txt {
  margin-top: 10px;
  font-size: 1.4rem;
}

.form__privacy > input {
  display: none;
}
.form__privacy > input:checked + label::before {
  background-color: #42210b;
}
.form__privacy > label {
  border: 1px solid #42210b;
  font-size: 1.4rem;
  padding: 11px 10px 9px 40px;
  position: relative;
  display: block;
  cursor: pointer;
}
.form__privacy > label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #42210b;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: background-color 0.6s;
}
.form__privacy > label::after {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: 1em;
  width: 12px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.form__button__area {
  margin-top: 40px;
}
.form__button__area .button {
  width: 100%;
}
.form__button__area .button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm__button__area {
  margin-top: 40px;
}
.confirm__button__area .button {
  width: 100%;
}
.confirm__button__area > form {
  margin-bottom: 30px;
}
.confirm__button__area > form:last-child {
  margin-bottom: 0;
}

.error_txt {
  font-size: 1.2rem;
  margin-top: 5px;
  color: #db3c3c;
}

.body--thanks .pagePreface__wrapper {
  display: none;
}

.unitConetnt > .unitContent__area,
.unitConetnt > .unitContent__area--l,
.unitConetnt > .unitContent__area--min {
  padding: 0 20px;
}
.unitConetnt > .unitContent__area:first-child > *:first-child,
.unitConetnt > .unitContent__area--l:first-child > *:first-child,
.unitConetnt > .unitContent__area--min:first-child > *:first-child {
  margin-top: 0;
}
.unitConetnt > .unitContent__area:last-child > *:last-child,
.unitConetnt > .unitContent__area--l:last-child > *:last-child,
.unitConetnt > .unitContent__area--min:last-child > *:last-child {
  margin-bottom: 0;
}
.unitConetnt .text {
  line-height: 1.875;
  margin: -8px 0 30px;
}
.unitConetnt .text strong {
  color: #d4801e;
}
.unitConetnt .title2.type2 {
  font-size: 2.3rem;
  margin-bottom: 45px;
}
.unitConetnt .title2.type2::before {
  width: 4.5px;
  height: 16px;
}
.unitConetnt .title6 {
  margin: 50px 0 30px;
}
.unitConetnt .title6 + p {
  margin-bottom: 65px;
}
.unitConetnt .title7 {
  margin: 70px 0 25px;
}
.unitConetnt .title7 + p {
  margin-bottom: 65px;
}
.unitConetnt .title8 {
  margin: 100px 0 15px;
}
.unitConetnt .unit-button__area {
  margin-bottom: 30px;
}
.unitConetnt .unit-iframe__area {
  margin-bottom: 30px;
}
.unitConetnt .button {
  max-width: 360px;
}
.unitConetnt .unit-card__wrapper {
  margin-bottom: 50px;
}
.unitConetnt .unit-card__wrapper .unit-card__title {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 20px;
  border-left: 3px solid #d4801e;
  margin-bottom: 17px;
}
.unitConetnt .unit-card__wrapper .unit-card__img {
  position: relative;
  padding-top: 53.73%;
  margin-bottom: 20px;
}
.unitConetnt .unit-card__wrapper .unit-card__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.unitConetnt .unit-card__wrapper .unit-card__img + p {
  margin-top: -5px;
  line-height: 1.5;
}
.unitConetnt .unitCard__area {
  margin-bottom: 70px;
}
.unitConetnt .unitCard__area:last-child {
  margin-bottom: 0;
}
.unitConetnt .unitCard__area > *:last-child {
  margin-bottom: 0;
}
.unitConetnt .column-media-center,
.unitConetnt .column-media-right,
.unitConetnt .column-media-left,
.unitConetnt .column-media-auto {
  margin-bottom: 30px;
}
.unitConetnt .column-media-center {
  display: flex;
  justify-content: center;
}
.unitConetnt .column-media-right {
  display: flex;
  justify-content: flex-end;
}
.unitConetnt .unit-recruitment__box {
  margin-bottom: 60px;
}
.unitConetnt .unit-recruitment__box:last-child {
  margin-bottom: 0;
}
.unitConetnt .unit-recruitment__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #d4801e;
  padding: 0 0 10px 5px;
  border-bottom: 1px solid #42210b;
  margin-bottom: 20px;
}
.unitConetnt .unit-recruitment__inner > p {
  line-height: 1.56;
}
.unitConetnt .unit-recruitment__inner .notes {
  margin-top: 5px;
}
.unitConetnt .privacy__box {
  margin-bottom: 100px;
}
.unitConetnt .privacy__box:last-child {
  margin-bottom: 0;
}
.unitConetnt .privacy__box > .title8 {
  margin: 0 0 20px;
}
.unitConetnt .privacy__box .privacy__company {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.unitConetnt .privacy__box .privacyCompany__inner > p {
  margin-bottom: 10px;
}
.unitConetnt .privacy__box .privacyCompany__inner > ul {
  padding-left: 40px;
}
.unitConetnt .privacy__box .privacyCompany__inner > ul > li {
  margin-bottom: 5px;
}
.unitConetnt .privacy__box .privacyCompany__inner > ul > li:last-child {
  margin-bottom: 0;
}
.unitConetnt .privacy__box .list--number .list--number {
  margin: 20px 0;
}

.conetnt__404 .title5 + p {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .pagePreface__title + p br {
    display: none;
  }

  .breadcrumb__list {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .table tr + tr th {
    padding-top: 25px;
  }

  .page__mv--contact .pageMv__title {
    left: 55%;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 15px;
  }
  .breadcrumb .content_area {
    padding: 0 15px;
    max-width: 1920px;
  }

  .breadcrumb__list > li > a {
    font-size: 1.4rem;
  }
  .breadcrumb__list > li + li {
    margin-left: 40px;
    bottom: -1px;
  }
  .breadcrumb__list > li + li::before {
    top: 0px;
    left: -23px;
    font-size: 1.4rem;
  }

  .pageMv__inner {
    max-width: 1861px;
    width: 100%;
    padding-top: 14.21vw;
    background: url(../img/page/page_mv_pc.png) no-repeat bottom/cover;
  }

  .pageMv__title {
    top: 2.86vw;
    left: 19.27vw;
    transform: none;
  }

  .table th,
.table td {
    display: table-cell;
    padding: 25px 50px 20px;
    line-height: 2.111;
  }
  .table th {
    width: 220px;
    -moz-text-align-last: justify;
         text-align-last: justify;
    background-color: #fff4ec;
    border-bottom: 1px solid #42210b;
  }
  .table tr:first-child th,
.table tr:first-child td {
    border-top: 1px solid #42210b;
  }

  .pagePreface__wrapper {
    margin-bottom: 140px;
  }
  .pagePreface__wrapper::before {
    background-image: url(../img/service/service_item1_pc.png);
    width: 25.57vw;
    height: 20.31vw;
    bottom: -7.29vw;
    right: 10.93vw;
  }
  .pagePreface__wrapper::after {
    content: "";
    display: inline-block;
    width: 36.35vw;
    height: 36.35vw;
    background: url(../img/page/page_mv_item1.png) no-repeat center/contain;
    position: absolute;
    top: -17.7vw;
    right: 11.97vw;
    opacity: 0.69;
    z-index: -1;
  }

  .pagePreface__title br:last-child {
    display: block;
  }

  .body--blog .pageMv__inner {
    background-image: url(../img/blog/page_mv_pc.png);
  }

  .page__mv--service .pageMv__inner {
    background-image: url(../img/service/page_mv_pc.png);
  }
  .page__mv--service + .pagePreface__wrapper::after {
    background-image: url(../img/service/service_mv_item1.png);
  }

  .service__mv {
    padding-top: 26.97%;
  }
  .service__mv::before {
    width: 30.2vw;
    height: 29.84vw;
    background-image: url(../img/service/service_mv_bg_item_pc.png);
  }

  .service__slider .swiper-button-next {
    margin-right: -4px;
  }
  .service__slider .swiper-button-prev {
    margin-left: -4px;
  }

  .serviceSlider__inner {
    padding: 0;
  }

  .serviceSlider__img {
    padding-top: 51.6%;
  }

  .serviceSlider__txt > p {
    text-align: center;
  }

  .body--company .pagePreface__wrapper::before {
    width: 20.78vw;
    height: 20.78vw;
    bottom: -4.16vw;
    background-image: url(../img/company/company_item1_pc.png);
  }

  .companyGreeting__inner {
    display: flex;
    align-items: flex-start;
    margin: 0 -10px;
  }

  .companyGreeting__img {
    width: 55%;
    padding: 0 10px;
    margin: 0;
  }

  .companyGreetingImg {
    padding-top: 75%;
  }

  .companyGreeting__txt {
    width: 45%;
    padding: 0 10px;
  }

  .body--recruit .pagePreface__wrapper::before {
    width: 26.87vw;
    height: 18.75vw;
    bottom: -7.29vw;
    right: 9.89vw;
    background-image: url(../img/recruit/recruit_item1_pc.png);
  }
  .body--recruit .pagePreface__wrapper::after {
    background-image: url(../img/recruit/page_mv_item1.png);
  }
  .body--recruit .pagePreface__title br:first-child {
    display: none;
  }

  .page__mv--recruit .pageMv__inner {
    background-image: url(../img/recruit/page_mv_pc.png);
  }

  .companyGreeting__gallery > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -40px -20px 0;
  }
  .companyGreeting__gallery > ul > li {
    width: 50%;
    padding: 40px 20px 0;
    margin-bottom: 0;
  }

  .companyGreetingGallery__img {
    padding-top: 70.17%;
  }

  .table--form.table th {
    -moz-text-align-last: auto;
         text-align-last: auto;
    width: 300px;
    padding-right: 20px;
  }
  .table--form.table th label {
    position: relative;
    display: block;
  }

  .must {
    position: absolute;
    top: 8px;
    right: 0;
    margin-left: 0;
  }

  .textarea {
    height: 200px;
  }

  .form__privacy > label::before {
    top: 16px;
  }
  .form__privacy > label::after {
    top: 20px;
  }

  .confirm__button__area {
    display: flex;
  }
  .confirm__button__area > form {
    width: 50%;
    margin: 0;
  }
  .confirm__button__area > form:first-child {
    padding-right: 40px;
  }
  .confirm__button__area > form:first-child .button {
    margin-right: 0;
  }
  .confirm__button__area > form:last-child {
    padding-left: 40px;
  }
  .confirm__button__area > form:last-child .button {
    margin-left: 0;
  }

  .page__mv--privacy .pageMv__title {
    left: 19.27vw;
  }

  .unitConetnt > .unitContent__area,
.unitConetnt > .unitContent__area--l,
.unitConetnt > .unitContent__area--min {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .unitConetnt > .unitContent__area--l {
    max-width: 1560px;
  }
  .unitConetnt > .unitContent__area--min {
    max-width: 1080px;
  }
  .unitConetnt .unit-card__wrapper .unit-card__inner {
    max-width: 580px;
    margin: 0 auto;
  }
  .unitConetnt .unitCard__area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -50px;
    margin-bottom: 160px;
  }
  .unitConetnt .unitCard__area .unit-card__wrapper {
    padding-top: 50px;
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
  .unitConetnt .unitCard__area .unit-card__wrapper .unit-card__inner {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .page__mv {
    margin-bottom: 70px;
  }

  .pageMv__title .pageMv__title--ja {
    font-size: 4.1rem;
    margin-right: 40px;
  }

  .page__mv--blog .pageMv__title--en {
    width: 108px;
  }

  .breadcrumb .content_area {
    padding: 0 45px;
  }

  .main {
    position: relative;
  }

  .pageBgItem {
    display: block;
    width: 348px;
    height: 613px;
    background: url(../img/page/pagebgitem1.png) no-repeat center/contain;
    position: absolute;
    bottom: 10.57vw;
    left: 0;
  }

  .title3 span {
    padding: 30px 35px 0;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .title3 span::before, .title3 span::after {
    width: 43px;
    height: 44px;
    background: url(../img/common/title_item1_pc.png) no-repeat center/contain;
  }

  .title4 {
    font-size: 2.7rem;
    padding: 5px 0 11px 30px;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
    border-left-width: 5px;
  }

  .title6 {
    margin-bottom: 75px;
  }
  .title6 span {
    font-size: 2.7rem;
    padding-bottom: 20px;
  }

  .title7 {
    margin-bottom: 45px;
  }

  .title8 {
    font-size: 4rem;
    padding-left: 30px;
    border-left-width: 9px;
    margin-bottom: 30px;
    letter-spacing: 0.07em;
  }

  .button.button--medium {
    max-width: 350px;
    height: 70px;
    border-radius: 40px;
  }
  .button.button--medium .buttonIcon {
    left: 15px;
  }
  .button.button--return .buttonTxt {
    margin-left: 0;
    margin-right: -20px;
  }
  .button.button--return .buttonIcon {
    right: 15px;
  }

  .banner:hover {
    opacity: 0.7;
  }

  .content__response {
    padding-top: 230px;
  }

  .response__wrapper {
    padding: 60px 0 70px;
  }
  .response__wrapper .button {
    max-width: 610px;
    height: 86px;
    border-radius: 50px;
  }
  .response__wrapper .button .buttonTxt {
    font-size: 3.2rem;
    margin-left: 0;
  }
  .response__wrapper .button .buttonIcon {
    width: 50px;
    height: 50px;
    right: 15px;
  }

  .response__title {
    font-size: 3.9rem;
    margin: -4px 0 50px;
  }

  .articleCat__item {
    padding: 9px 10px;
  }

  .detailContent .content_area {
    margin-bottom: 130px;
  }

  .detail__head .articleBlog__head {
    margin: 0 0 30px;
  }

  .detail__title {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }

  .detail__button {
    margin-top: 140px;
  }

  .pager__list > li {
    width: 46px;
    height: 46px;
    margin: 0 3px;
  }

  .swiper-button-next,
.swiper-button-prev {
    width: 46px;
    height: 46px;
    border-width: 5px;
  }
  .swiper-button-next::before,
.swiper-button-prev::before {
    width: 20px;
    height: 17px;
    background: url(../img/common/arrow_orange_pc.png) no-repeat center/contain;
  }

  .body--blog .conetnt__topLink {
    padding-top: 180px;
  }

  .page__mv--blog {
    margin-bottom: 120px;
  }

  .archiveBlog__list > ul > li {
    margin-bottom: 17px;
  }

  .archiveBlog__link {
    display: flex;
    align-items: center;
    padding: 24px 40px;
  }

  .articleBlog__head {
    margin: 0 25px 0 0;
    white-space: nowrap;
  }
  .articleBlog__head .article__time {
    margin-right: 40px;
  }

  .archiveBlog__body {
    width: 100%;
  }

  .pagePreface__wrapper {
    margin-bottom: 230px;
  }

  .pagePreface__title {
    font-size: 3.8rem;
    margin: -15px 0 45px;
  }
  .pagePreface__title + p {
    margin-top: -13px;
    line-height: 2.444;
  }

  .content__serviceBanner {
    padding-top: 200px;
  }

  .serviceBgItem {
    display: block;
    position: absolute;
    top: 39.06vw;
    left: 0;
    width: 324px;
    height: 684px;
    background: url(../img/service/service_bg_item.png) no-repeat center/contain;
    z-index: -1;
  }

  .serviceMv__title {
    border-left-width: 16px;
    border-right-width: 16px;
    padding: 33px 200px;
  }

  .serviceMvTitle {
    font-size: 5.4rem;
  }

  .service__slider .swiper-pagination {
    display: flex;
    bottom: auto;
    left: auto;
    margin-top: 70px;
  }
  .service__slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.4;
    transition: opacity 0.6s;
  }
  .service__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .service__slider .swiper-button-next {
    margin-right: -24px;
  }
  .service__slider .swiper-button-prev {
    margin-left: -24px;
  }

  .serviceSlider__item {
    border-radius: 10px;
  }

  .serviceSlider__txt {
    padding: 65px 20px 40px;
  }
  .serviceSlider__txt > p {
    font-size: 2.2rem;
  }

  .body--single .pageBgItem {
    bottom: 0.57vw;
  }

  .body--service.body--single .detailContent {
    padding-top: 140px;
  }
  .body--service.body--single .content__serviceBanner {
    padding-top: 150px;
  }

  .companyBgItem {
    width: 19.63vw;
    height: 35.57vw;
    background: url(../img/company/company_bg_item1.png) no-repeat center/contain;
    position: absolute;
    top: 97.65vw;
    right: 0;
    z-index: -1;
  }

  .companyGreeting__inner {
    margin: 0 -55px;
  }

  .companyGreeting__img {
    width: 670px;
    padding: 0 55px;
  }

  .companyGreeting__txt {
    width: calc(100% - 670px);
    padding: 0 55px;
  }

  .companyGreetingTxt__inner > p {
    line-height: 2.166;
    margin-bottom: 15px;
  }

  .companyGreeting__representative {
    font-size: 2rem;
    margin-top: -6px;
  }

  .companyGreeting__gallery {
    margin-top: 140px;
  }

  .body--company .conetnt__topLink {
    padding-top: 290px;
  }

  .body--recruit .conetnt__topLink {
    padding-top: 270px;
  }

  .recruitBgItem {
    display: block;
    width: 19.94vw;
    height: 35.62vw;
    background: url(../img/recruit/recruit_bg_item1.png) no-repeat center/contain;
    position: absolute;
    top: 63.93vw;
    left: 0;
    z-index: -1;
  }

  .unit-recruitment__box--min {
    margin-bottom: 40px;
  }

  .page__mv--privacy .pageMv__title .pageMv__title--ja {
    font-size: 2rem;
  }
  .page__mv--privacy .pageMv__title .pageMv__title--en {
    width: 109px;
    height: 28px;
  }

  .page__mv--contact .pageMv__title .pageMv__title--en {
    width: 189px;
    height: 56px;
  }

  .select__area::before {
    top: 20px;
    right: 25px;
  }

  .select {
    height: 53px;
  }

  .form__privacy > label {
    font-size: 1.8rem;
    padding: 11px 10px 9px 60px;
  }
  .form__privacy > label::before {
    width: 25px;
    height: 25px;
    top: 18px;
    left: 15px;
  }
  .form__privacy > label::after {
    top: 26px;
    left: 1.1em;
    width: 13px;
    height: 7px;
  }

  .form__button__area {
    margin-top: 60px;
  }

  .confirm__button__area {
    margin-top: 60px;
  }

  .error_txt {
    font-size: 1.4rem;
  }

  .unitConetnt > .unitContent__area,
.unitConetnt > .unitContent__area--l,
.unitConetnt > .unitContent__area--min {
    padding: 0 60px;
  }
  .unitConetnt .text {
    line-height: 2.11;
    margin: -9px 0 70px;
  }
  .unitConetnt .title2.type2 {
    font-size: 4.1rem;
    margin-bottom: 50px;
  }
  .unitConetnt .title2.type2::before {
    width: 6px;
    height: 21px;
  }
  .unitConetnt .title6 {
    text-align: center;
    margin-top: 200px;
    margin: 90px 0 50px;
  }
  .unitConetnt .title7 {
    text-align: center;
    margin: 100px 0 45px;
  }
  .unitConetnt .title8 {
    margin: 150px 0 30px;
  }
  .unitConetnt .unit-button__area {
    margin-bottom: 70px;
  }
  .unitConetnt .unit-iframe__area {
    margin-bottom: 70px;
  }
  .unitConetnt .unit-card__wrapper {
    margin-bottom: 80px;
  }
  .unitConetnt .unit-card__wrapper .unit-card__title {
    font-size: 2.7rem;
    padding-left: 40px;
    border-left-width: 6px;
    margin-bottom: 30px;
  }
  .unitConetnt .unit-card__wrapper .unit-card__img {
    padding-top: 60%;
    margin-bottom: 50px;
  }
  .unitConetnt .unit-card__wrapper .unit-card__img + p {
    margin-top: -11px;
    line-height: 2.11;
  }
  .unitConetnt .unitCard__area {
    margin-top: -80px;
    margin-bottom: 100px;
  }
  .unitConetnt .unitCard__area .unit-card__wrapper {
    padding-top: 80px;
    width: calc(50% - 55px);
  }
  .unitConetnt .column-media-center,
.unitConetnt .column-media-right,
.unitConetnt .column-media-left,
.unitConetnt .column-media-auto {
    margin-bottom: 50px;
  }
  .unitConetnt .unit-recruitment__box {
    margin-bottom: 120px;
  }
  .unitConetnt .unit-recruitment__title {
    padding-left: 90px;
    margin-bottom: 25px;
  }
  .unitConetnt .unit-recruitment__inner {
    padding-left: 120px;
  }
  .unitConetnt .privacy__box {
    margin-bottom: 150px;
  }
  .unitConetnt .privacy__box > .title8 {
    margin-bottom: 40px;
  }
  .unitConetnt .privacy__box > .title8 + p {
    margin-bottom: 40px;
  }

  .conetnt__404 .title5 + p {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1699px) {
  .body--service .pageBgItem {
    bottom: 30.57vw;
  }
}
@media screen and (min-width: 1400px) {
  .page__mv--privacy .pageMv__title .pageMv__title--ja {
    font-size: 3rem;
  }
  .page__mv--privacy .pageMv__title .pageMv__title--en {
    width: 179px;
    height: 38px;
  }
}
@media screen and (min-width: 1800px) {
  .page__mv--privacy .pageMv__title .pageMv__title--ja {
    font-size: 4.1rem;
  }

  .service__slider .swiper-button-next {
    margin-right: -40px;
  }
  .service__slider .swiper-button-prev {
    margin-left: -40px;
  }
}