/*######################################################################

		Contents

************************************************************************/

:root {
  --font-size-12: .75rem;
  --font-size-14: .875rem;
  --font-size-15: .9375rem;
  --font-size-16: 1rem;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-23: 1.4375rem;
  --font-size-25: 1.5625rem;
  --font-size-28: 1.75rem;
  --font-size-30: 1.875rem;
  --font-size-35: 2.1875rem;
  --font-size-40: 2.5rem;
  --font-size-48: 3rem;
  --font-size-55: 3.4375rem;
  --font-size-56: 3.5rem;
  --font-size-60: 3.75rem;
  --font-size-72: 4.5rem;
  --font-size-80: 5rem;
  --font-size-88: 5.5rem;
  --font-size-128: 8rem;
}


/*
	top
/////////////////////////////////////////////////////////*/

.top-mv {
  position: relative;
  margin-bottom: 90px;
  padding-block: 370px 350px;
  background-image: url(./assets/images/top/top-mv-bg.jpg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  z-index: 0;
}

.top-mv::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(61 72 80 / .1);
  z-index: 1;
}

@media not all and (min-width: 768px){
  .top-mv {
    margin-bottom: 70px;
    padding-block: 120px;
  }
}

.top-mv__container {
  position: relative;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1680px;
  color: #fff;
  z-index: 2;
}

.top-mv__heading-jp,
.top-mv__heading-en {
  font-size: var(--font-size-60);
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4;
}

.top-mv__heading-en {
  margin-bottom: 20px;
}

.top-mv__text {
  font-size: var(--font-size-30);
}

.top-news {
  margin-bottom: 80px;
}

.top-news__heading {
  margin-inline: auto;
  margin-bottom: 60px;
  width: fit-content;
  font-size: var(--font-size-23);
}

.top-news__heading .__en {
  margin-left: 10px;
  font-size: var(--font-size-18);
  font-weight: 400;
}

@media not all and (min-width: 768px){
  .top-news {
    margin-bottom: 0;
  }

  .top-news__heading {
    margin-bottom: 30px;
    font-size: var(--font-size-35);
  }

  .top-news__heading .__en {
    display: block;
    margin-left: 0;
  }
}

.top-news__list {
  margin-inline: auto;
  margin-bottom: 40px;
  padding-inline: 40px;
  max-width: 1280px;
  font-size: var(--font-size-15);
}

@media not all and (min-width: 768px){
  .top-news__list {
    padding-inline: 20px;
  }
}

.top-news__list li {
  margin-bottom: 20px;
}

.top-news__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.top-news__time {
  width: 90px;
}

.top-news__cat {
  display: grid;
  place-content: center;
  width: 240px;
  height: 20px;
  font-weight: 500;
  line-height: 1;
  border-radius: 4px;
}

.top-news__title {
  width: calc(100% - 370px);
}

.top-news__cat.sougo {
  background-color: #DFDEDE;
}
.top-news__cat.kenzai {
  color: #fff;
  background-color: #419818;
}
.top-news__cat.food {
  color: #fff;
  background-color: #0663A6;
}

@media not all and (min-width: 768px){
  .top-news__list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ACB5BC;
  }

  .top-news__list li a {
    flex-wrap: wrap;
    gap: 0;
  }

  .top-news__cat {
    order: 1;
    width: 100%;
  }

  .top-news__time {
    order: 2;
  }

  .top-news__title {
    order: 3;
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
  }
}

.more-button.top-news__button {
  margin-bottom: 80px;
}

.more-button.top-news__button a {
  margin-inline: auto;
}

.top-nav {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-inline: auto;
  margin-bottom: 170px;
  padding-inline: 40px;
  max-width: 1280px;
}

.top-nav li {
  width: 48%;
}

@media not all and (min-width: 768px){
  .top-nav {
    margin-bottom: 70px;
    padding-inline: 0;
  }

  .top-nav li {
    width: 100%;
  }

  .top-nav li:not(:last-child) {
    margin-bottom: 50px;
  }
}

.top-nav li a {
  display: flex;
  flex-direction: column;
}

@media (any-hover: hover) {
  .top-nav li a:hover {
    text-decoration: none;
  }
}

.top-nav li a:focus-visible {
  text-decoration: none;
}

.top-nav__heading {
  order: 2;
  display: grid;
  place-content: center;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: var(--font-size-23);
  font-weight: 900;
}

.top-nav__text {
  order: 3;
}

.top-nav__image {
  order: 1;
}

.__kenzai .top-nav__heading {
  background-color: #419818;
}

.__food .top-nav__heading {
  background-color: #0671BF;
}

.top-nav__heading::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 17px;
  height: 16px;
  background-image: url(./assets/images/common/icon-arrow-w.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.top-nav__image img {
  transition: .3s ease;
}

@media not all and (min-width: 768px){
  .top-nav__text {
    padding-inline: 30px;
  }
}

.top-about {
  display: flex;
	justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
	flex-wrap: wrap;
  margin-inline: auto;
  margin-bottom: 250px;
  padding-inline: 40px;
  max-width: 1280px;
}

@media not all and (min-width: 768px){
  .top-about {
    padding-inline: 20px;
  }
}

.top-about__contents {
  width: 48%;
}

.top-about__image {
  width: 48%;
}

@media not all and (min-width: 768px){
  .top-about {
    flex-direction: column-reverse;
    margin-bottom: 50px;
    padding-inline: 0;
  }

  .top-about__contents {
    padding-inline: 30px;
    width: 100%;
  }

  .top-about__image {
    margin-bottom: 30px;
    width: 100%;
  }
}

.top-about__heading {
  margin-bottom: 10px;
  padding-block: 20px;
  padding-left: 30px;
  font-size: var(--font-size-23);
  border-left: 11px solid #3D4850;
}

.top-about__heading .__en {
  margin-left: 30px;
  font-size: var(--font-size-18);
  font-weight: 500;
}

.top-about__text {
  margin-bottom: 100px;
}

@media not all and (min-width: 768px){
  .top-about__heading {
    margin-left: 50px;
  }

  .top-about__heading .__en {
    display: block;
    margin-left: 0;
  }

  .top-about__text {
    margin-bottom: 30px;
  }

  .top-about__image img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

nav.breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-inline: auto;
  padding: 0px;
  max-width: 1680px;
  text-align: left;
  font-size: 13px;
}


.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding: 20px 20px 5px 40px;
}

.breadcrumb ol li:not(:last-child)::after {
  content: '▶';
  margin-left: 30px;
}

@media not all and (min-width: 768px){
.breadcrumb {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}


/*
	recruit
/////////////////////////////////////////////////////////*/

.recruit-header-bg {
  background-image: url(./assets/images/recruit/recruit-header-bg.jpg);
}

.recruit-container {
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1280px;
}

@media not all and (min-width: 768px){
  .recruit-container {
    padding-inline: 20px;
  }
}

.recruit-hero__wrap-pc {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 140px;
}

.recruit-hero__wrap-sp {
  display: none;
}

@media not all and (min-width: 768px){
  .recruit-hero__wrap-pc {
    display: none;
  }

  .recruit-hero__wrap-sp {
    display: block;
    margin-bottom: 30px;
  }
}

.recruit-hero__wrap-pc .__contents {
  width: 48%;
}

.recruit-hero__wrap-pc .recruit-hero__image {
  width: 48%;
}

.recruit-hero__heading {
  margin-bottom: 30px;
  font-size: var(--font-size-30);
  text-align: center;
}

@media not all and (min-width: 768px){
  .recruit-hero__wrap-sp .recruit-hero__heading {
    margin-bottom: 70px;
    font-size: var(--font-size-20);
  }

  .recruit-hero__wrap-sp .recruit-hero__image {
    margin-bottom: 30px;
  }
}

.recruit-hero__banner {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 130px;
}

.recruit-hero__banner li {
  width: 32%;
  border: 3px solid #979797;
}

@media not all and (min-width: 768px){
  .recruit-hero__banner li {
    width: 100%;
  }

  .recruit-hero__banner li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.recruit-hero__banner .__image a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.__icon img{
  width: 60px;
  height: 60px;
}

@media not all and (min-width: 768px){
.__icon img{
  width: 40px;
  height: 50px;
  margin: 10px;
}
}

.recruit-hero__banner .__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 40px;
  height: 100%;
  font-size: var(--font-size-26);
}

@media (any-hover: hover) {
  .recruit-hero__banner .__button a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .recruit-hero__banner .__button a {
    font-size: var(--font-size-20);
  }
}

.recruit-hero__banner .__button a:focus-visible {
  text-decoration: none;
  opacity: .7;
}

.recruit-section__header {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  margin-bottom: 120px;
}

.recruit-section__heading {
  font-size: var(--font-size-28);
}

.recruit-section__heading-en {
  color: #DFDEDE;
  font-size: var(--font-size-40);
  font-family: 'Noto Serif JP', serif;
  text-transform: uppercase;
}

@media not all and (min-width: 768px){
  .recruit-section__header {
    margin-bottom: 30px;
  }

  .recruit-section__header::before {
    content: '';
    display: inline-block;
    margin-top: 20px;
    margin-inline: auto;
    transform: rotate(45deg);
    width: 1px;
    height: 46px;
    background-color: #979797;
  }

  .recruit-section__heading {
    font-size: var(--font-size-23);
  }

  .recruit-section__heading-en {
    font-size: var(--font-size-30);
  }
}

.recruit-occuppation {
  margin-bottom: 250px;
}

.recruit-occuppation__item {
  margin-bottom: 80px;
}

@media not all and (min-width: 768px){
  .recruit-occuppation {
    margin-bottom: 90px;
  }

  .recruit-occuppation__item {
    margin-bottom: 20px;
  }
}

.recruit-occuppation__header {
  position: relative;
  margin-bottom: 50px;
}

@media not all and (min-width: 768px){
  .recruit-occuppation__header {
    margin-bottom: 0;
  }

  .recruit-occuppation__header img {
    aspect-ratio: 1.5/1;
    object-fit: cover;
  }
}

.recruit-occuppation__heading-area {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 70px 100px;
  width: 100%;
  background-image: linear-gradient(180deg, rgb(238 238 238 / .68) 0%, rgb(61 72 80 / .68) 100%);
}

.recruit-occuppation__heading-area .__heading {
  color: #fff;
  font-size: var(--font-size-55);
}

.recruit-occuppation__heading-area .__subheading {
  display: inline-block;
  padding-block: 10px;
  color: #fff;
  font-size: var(--font-size-25);
  line-height: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media not all and (min-width: 768px){
  .recruit-occuppation__heading-area {
    padding: 43px 50px;
  }

  .recruit-occuppation__heading-area::after {
    content: '';
    display: block;
    margin-top: 20px;
    margin-inline: auto;
    transform: rotate(180deg);
    width: 36px;
    height: 32px;
    background-image: url(./assets/images/recruit/recruit-arrow-w-large.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .recruit-occuppation__header.open .recruit-occuppation__heading-area::after {
    transform: rotate(0);
  }

  .recruit-occuppation__heading-area .__heading {
    margin-bottom: 10px;
    font-size: var(--font-size-25);
    text-align: center;
  }

  .recruit-occuppation__heading-area .__subheading {
    width: 100%;
    font-size: var(--font-size-20);
    text-align: center;
  }
}

.recruit-occuppation__contents h4 {
  position: relative;
  margin-block: 50px 30px;
  padding-left: 80px;
  font-size: var(--font-size-25);
}

.recruit-occuppation__contents h4::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #979797;
}

@media not all and (min-width: 768px){
  .recruit-occuppation__contents {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
  }

  .recruit-occuppation__contents.open {
    margin-bottom: 120px;
    height: fit-content;
    visibility: visible;
    opacity: 1;
  }

  .recruit-occuppation__contents h4 {
    margin-block: 0;
    padding-left: 0;
    transition: .3s;
  }

  .recruit-occuppation__contents.open h4 {
    margin-block: 110px 30px;
  }

  .recruit-occuppation__contents h4::after {
    display: none;
  }
}

.recruit-welfare {
  margin-bottom: 380px;
}

.recruit-welfare__wrap {
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
  gap: 10%;
}

.recruit-welfare__list {
  width: 35%;
}

@media not all and (min-width: 768px){
  .recruit-welfare {
    margin-bottom: 150px;
  }

  .recruit-welfare__wrap {
    flex-direction: column;
    margin-inline: auto;
    width: fit-content;
  }

  .recruit-welfare__list {
    width: fit-content;
  }
}

.recruit-welfare__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: var(--font-size-20);
}

.recruit-requirements {
  margin-bottom: 250px;
}

@media not all and (min-width: 768px){
  .recruit-requirements {
    margin-bottom: 0;
  }
}

.recruit-requirements__section {
  margin-bottom: 90px;
}

@media not all and (min-width: 768px){
  .recruit-requirements__section {
    margin-bottom: 80px;
  }
}

.recruit-requirements__section-heading {
  margin-bottom: 30px;
  text-align: center;
}

.recruit-requirements__section-heading .__num {
  display: block;
  position: relative;
}

.recruit-requirements__section-heading .__num::after {
  content: '';
  display: block;
  margin: 10px auto;
  width: 1px;
  height: 20px;
  background-color: #979797;
}

.recruit-requirements__item {
  margin-bottom: 20px;
  border: 1px solid #979797;
}

.recruit-requirements__item .__header {
  position: relative;
  padding: 20px 90px 20px 60px;
  color: #fff;
  background-color: #3D4850;
  cursor: pointer;
}

.recruit-requirements__item .__header::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(180deg);
  width: 15px;
  height: 25px;
  background-image: url(./assets/images/recruit/recruit-arrow-w.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.recruit-requirements__item .__header.open::after {
  transform: rotate(0);
}

@media not all and (min-width: 768px){
  .recruit-requirements__item .__header {
    padding: 30px 60px 30px 30px;
  }
}

.recruit-requirements__item .__contents {
  display: none;
  padding-block: 20px;
}

.recruit-requirements__item .__contents.open {
  display: block;
}

.recruit-requirements__item .__contents dl {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  padding-block: 10px;
}

.recruit-requirements__item .__contents dl:not(:last-child) {
  border-bottom: 1px dotted #979797;
}

.recruit-requirements__item .__contents dt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
  width: 165px;
  border-right: 1px solid #3D4850;
}

.recruit-requirements__item .__contents dd {
  padding: 20px 30px;
  width: calc(100% - 165px);
}

@media not all and (min-width: 768px){
  .recruit-requirements__item .__contents dt {
    padding-right: 20px;
    width: 120px;
  }

  .recruit-requirements__item .__contents dd {
    padding: 10px 20px;
    width: calc(100% - 120px);
  }
}





/*
	contact
/////////////////////////////////////////////////////////*/

.contact-header-bg {
  background-image: url(./assets/images/contact/contact-header-bg.jpg);
}

.contact-container {
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1280px;
}

@media not all and (min-width: 768px){
  .contact-container {
    padding-inline: 20px;
  }
}

.contact-contents__heading {
  margin-bottom: 40px;
  font-size: var(--font-size-25);
  font-weight: 700;
  text-align: center;
}

.contact-contents__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 80px;
}

.contact-contents__item {
  width: 48%;
}

@media not all and (min-width: 768px){
  .contact-contents__item {
    width: 100%;
  }

  .contact-contents__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.contact-contents__item a {
  display: flex;
  flex-direction: column-reverse;
  padding: 30px 50px;
  box-shadow: 0 3px 7px rgb(134 125 125 / .5);
}

@media (any-hover: hover) {
  .contact-contents__item a:hover {
    background-color: #eee;
    box-shadow: none;
  }
}

.contact-contents__item a:focus-visible {
  background-color: #eee;
  box-shadow: none;
}

.contact-contents__item p {
  padding: 5px;
  color: #fff;
  font-size: var(--font-size-25);
  font-weight: 700;
  text-align: center;
  background-color: #3D4850;
  border-radius: 50vh;
}

@media not all and (min-width: 768px){
  .contact-contents__item a {
    padding: 0;
  }

  .contact-contents__item p {
    padding: 40px 10px;
    border-radius: 0;
  }
}

.contact-contents__item img {
  margin-bottom: 20px;
  width: auto;
  height: 80px;
}

@media not all and (min-width: 768px){
  .contact-contents__item img {
    margin-top: 40px;
  }
}


/*
	praivacy
/////////////////////////////////////////////////////////*/

.praivacy-header-bg {
  background-image: url(./assets/images/praivacy/praivacy-header-bg.jpg);
}

.praivacy-container {
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1280px;
}

@media not all and (min-width: 768px){
  .praivacy-container {
    padding-inline: 20px;
  }
}

.praivacy-contents__hero {
  margin-inline: auto;
  margin-bottom: 110px;
  width: fit-content;
}

.praivacy-contents__main {
  counter-reset: h2;
}

.praivacy-contents__main p {
  margin-bottom: 30px;
}

.praivacy-contents__main h2 {
  position: relative;
  margin-block: 70px 30px;
  padding-top: 60px;
  font-size: var(--font-size-20);
}

.praivacy-contents__main h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 6px;
  background-color: #DFDEDE;
}

.praivacy-contents__main h2::after {
  counter-increment: h2;
  content: counter(h2,decimal-leading-zero);
  position: absolute;
  top: 20px;
  left: 0;
  color: #3D4850;
  font-size: var(--font-size-23);
  font-family: serif;
}

@media not all and (min-width: 768px){
  .praivacy-contents__main h2::before {
    width: 100%;
  }
}

.praivacy-contents__main ol {
  counter-reset: ol;
}

.praivacy-contents__main ol li {
  position: relative;
  padding-left: 1.5em;
}

.praivacy-contents__main ol li::before {
  counter-increment: ol;
  content: "-" counter(ol);
  position: absolute;
  top: 0;
  left: 0;
}

.praivacy-contents__main ul.__caution li {
  position: relative;
  padding-left: 1.5em;
}

.praivacy-contents__main ul.__caution li::before {
  content: '＊';
  position: absolute;
  top: 0;
  left: 0;
}

.praivacy-contents__main p.__finish {
  margin-bottom: 185px;
  text-align: right;
}

/*事業詳細ページ印刷プレビューPC化*/
@media print {
  body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-size: 12pt;
  }

  .header,
  .header__menu,
  .header__menu-button,
  .header__menu-close-button,
  .header__menu-wrap,
  .company-footer-nav,
  .footer,
  .fixed-contact {
    display: none !important;
  }

  .base-single-container {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  .page-header-bg {
    background-image: none !important;
    padding: 0.5cm 0;
    margin-bottom: 0.5cm;
  }

  .page-header-bg__title {
    color: #000;
    font-size: 24pt;
    text-align: center;
    margin: 0;
  }

  .base-single-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.3cm;
    page-break-inside: avoid;
  }

  .base-single-contents {
    width: 60%;
  }

  .base-single-image {
    width: 38%;
  }

  .base-single-contents h2 {
    font-size: 18pt;
    margin-bottom: 0.3cm;
  }

  .base-single-contents h3 {
    font-size: 16pt;
    margin-top: 0.3cm;
    margin-bottom: 0.2cm;
  }

  .base-single-contents h4 {
    font-size: 14pt;
    margin-top: 0.2cm;
    margin-bottom: 0.1cm;
    padding-left: 0.5cm;
    position: relative;
  }

  .base-single-contents h4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.2cm;
    height: 0.6cm;
    background-color: #888;
  }

  .base-single-contents h5 {
    font-size: 12pt;
    margin-top: 0.1cm;
    font-weight: bold;
  }

  .base-single-contents p {
    margin-bottom: 0.3cm;
    line-height: 1.3;
  }

  .base-single-image img {
    width: 100%;
    height: auto;
  }

  .base-single-map {
    page-break-before: auto;
    page-break-inside: avoid;
    margin-top: 0.3cm;
    height: 14cm !important;
    overflow: hidden;
    border: none;
  }

  .base-single-map iframe {
    width: 100% !important;
    height: 13.8cm !important;
    border: 1px solid #ccc !important;
    display: block !important;
    visibility: visible !important;
    overflow: visible !important;
    transform: none !important;
    position: relative !important;
    z-index: 9999 !important;
    max-height: none !important;
    max-width: none !important;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  @media not all and (min-width: 768px) {
    .base-single-wrap {
      flex-direction: row !important;
    }

    .base-single-contents {
      width: 55% !important;
    }

    .base-single-image {
      width: 38% !important;
    }

    .base-single-map iframe {
      aspect-ratio: 16 / 9 !important;
    }
  }

  @page {
    margin: 0.8cm;
    size: portrait;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  p, img {
    page-break-inside: avoid;
  }

  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }

  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 80%;
    color: #666;
  }

  a[href^="/"]:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
}

/*
	採用に関するお問い合わせ
/////////////////////////////////////////////////////////*/
.recruit-contact{
    margin-bottom: 100px;
}
.recruit-con-btn{
    margin-bottom: 100px;
}
.recruit-con-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-inline: auto;
    padding: 20px;
    max-width: 640px;
    font-size: var(--font-size-20);
    font-weight: 900;
    border: 2px solid #3D4850;
}


/*
	製品単ページ内のアンケートフォーム
/////////////////////////////////////////////////////////*/
.aptoenqform  {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box!important;
  font-size: 14px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding: 0 0 0;
}

.aptoenq_choice_1 {
  width: 100%;
  
}

@media not all and (min-width: 768px) {
  .aptoenqform {
    width: fit-content;
    margin-top: 40px;
  }
}


.aptoenq_necessary {
  text-align: left;
  margin-left: 16px;
  font-size: 12px;
  text-indent: 0px;
}
.aptoenq_red {
  color: red;
}
.aptoenq_question, .aptoenq_cusinfo {
  color: black;
  text-indent: 0px;
}


.aptoenq_q {
  background-color: rgb(240, 240, 240);
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: bold;
  padding: 14px 10px;
}

@media not all and (min-width: 768px) {
  .aptoenq_q {
    line-height: 1.5em;
  }
}

.aptoenq_a {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 14px;
  font-size: 14px;
}
.aptoenq_l {
  text-align: left;
  padding: 10px !important;
}
.aptoenq_qa {
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  line-height: 130%;
  margin: 16px 0px 0px 0px;
  border-top: 1px solid #ddd;
  padding-top: 0px;
  padding-bottom: 24px;
  max-width: 100%;
  display: block;
  align-items: center;
}
@media not all and (min-width: 768px) {
  .aptoenq_qa {
    padding-bottom: 16px;
    flex-wrap: wrap;
    display: block;
}
}

.aptoenq_question label {
  font-weight: normal;
  font-size: 14px;
}
.aptoenq_a label {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

@media not all and (min-width: 768px)  {
  .aptoenq_a {
    display: block;
    height: auto;
    padding: 12px;
    width: -webkit-fill-available;
    margin: 0px 10px;
}
}

.aptoenq_br {
  clear: both;
}
.aptoenq_cusinfo {
  font-size: 12px;
}
.aptoenq_question, .aptoenq_cusinfo {
  color: black;
  text-indent: 0px;
}

.aptoenq_cusinfo .aptoenq_cusinfo_warn {
  text-align: left;
  margin: 6px;
  float: none;
}

.aptoenq_cusinfo .aptoenq_cusinfo_fm {
  font-size: 14px !important;
  overflow: hidden !important;
  padding: 14px 11px !important;
  border-top: 1px dotted #d5d5d5!important;
  width: auto!important;
  text-align: left!important;
  padding: 12px!important;
  float: none!important;
}
@media not all and (min-width: 768px)  {
.aptoenq_cusinfo .aptoenq_cusinfo_fm {
  max-width: 100%!important;
  overflow: hidden !important;
  padding: 14px 11px !important;
  border-top: none!important;
  width: auto!important;
}
}


.aptoenq_cusinfo .aptoenq_cusinfo_item {
  font-size: 16px;
  font-weight: bold ;
  float: left ;
  padding: 14px 11px ;
  text-align: left !important;
  border-top: 1px dotted #d5d5d5 ;
}
@media not all and (min-width: 768px)  {
.aptoenq_cusinfo .aptoenq_cusinfo_item {
    max-width: 100%;
    display: block;
    float: none;
  }
  }
  @media screen and (min-width: 480px) {
    .aptoenq_cusinfo .aptoenq_cusinfo_item {
        width: 25%;
        font-weight: bold;
        float: left;
        border-top: 1px dotted #ccc;
        padding: 20px 0;
        margin: 0 0 0;
    }
}



.aptoenq_h160 {
  line-height: 160%;
}
.aptoenq_question input[type="text"] {
  width: -webkit-fill-available !important;
  height: 32px!important;
  border: 1px solid #CCC!important;
  border-color: #AAA #CCC #CCC #AAA!important;
  border-radius: 4px!important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset!important;
  padding: 2px!important;
  background-color: white!important;
  text-align: left!important;
  font-family: MS UI Gothic!important;
  margin: 0 10px 0 10px!important;
  -webkit-box-sizing: border-box!important;
}


@media not all and (min-width: 768px)  {
  .aptoenq_question input[type="text"] {
    width: -webkit-fill-available;
  }
    }
.aptoenq_cusinfo input, .aptoenq_cusinfo textarea, .aptoenq_qa input, .aptoenq_qa textarea {
  color: black;
  font-size: 16px !important;
}


.aptoenq_qa textarea{
  width: 100% !important;
}


@media not all and (min-width: 768px)  {
  .aptoenq_qa textarea {
    max-width: 100%;
    height: auto;
    padding: 4px;
  }
    }

.aptoenq_cusinfo .aptoenq_cusinfo_exp {
  text-align: center;
  margin: 12px;
}
.aptoenq_question input[type="checkbox"] {
  margin: 3px 3px 3px 4px !important;
  border-style: none;
  width: auto;
}
.aptoenq_c {
  text-align: center;
}
.aptoenq_bt_set {
  width: 400px !important;
  margin: 30px auto 0 !important;
  display: flex!important;
}
@media not all and (min-width: 768px)  {
  .aptoenq_bt_set {
    max-width: 100%!important;
    margin: 30px auto 0!important;
    display: block!important;
    text-align: -webkit-center!important;
    }
    }


.aptoenq_bt_back {
  width: 180px;
  background: url(enquete/bg_bt_back01.gif) no-repeat;
}

.aptoenq_bt_send, .aptoenq_bt_back {
  text-align: center !important;
  padding-bottom: 5px !important;
  padding-right: 5px!important;
  background: none!important;
  float:none!important;
  width: auto!important;
}


.aptoenq_bt_send button {
  font-size: 14px !important;
  font-weight: bold !important;
  padding: 13px 0 !important;
  cursor: pointer !important;
  text-align: center!important;
	vertical-align: middle!important;
	text-decoration: none!important;
	width: 200px!important;
	margin: auto!important;
	padding: 0rem 1rem!important;
	font-weight: bold!important;
	border: 2px solid rgb(6, 113, 191)!important;
	background: rgb(6, 113, 191)!important;
	color: #fff!important;
	border-radius: 100vh!important;
	transition: 0.5s!important;
}
a.aptoenq_bt_send button:hover {
	color: rgb(6, 113, 191)!important;
	background: #fff!important;
}

.aptoenq_bt_send button {
  background: rgb(6, 113, 191)!important;
  box-shadow: none!important;
  height: 60px!important;
}
.aptoenq_bt_send button:hover {
  box-shadow: 0 4px #ffffff!important;
  color: #333!important;
  top: 2px!important;
}


.aptoenq_bt_back button {
  width: 180px!important;
  height: 60px!important;
  font-size: 14px!important;
  text-align: center!important;
	vertical-align: middle!important;
	text-decoration: none!important;
	margin: auto!important;
	padding: 0rem 1rem!important;
	font-weight: bold!important;
	border: 1px #cccccc solid!important;
	background: #cccccc!important;
	color: #fff!important;
	border-radius: 100vh!important;
	transition: 0.5s!important;
  box-shadow: none!important;
}
.aptoenq_bt_back button:hover {
	box-shadow: none!important;
  color: #cccccc!important;
	background: #fff!important;
  top: 2px!important;
}


.aptoenq_cusinfo .aptoenq_cusinfo_subj {
  font-size: 18px !important;
  font-weight: bold  !important;
  margin: 0 0 30px 0  !important;
  padding: 13px 12px !important;
  text-align: left  !important;
  color: rgb(6, 113, 191) !important;
  border-top: none  !important;
  border-right: none  !important;
  border-bottom: none !important;
  border-left: none !important;
  padding-top: 30px !important;
}

@media not all and (min-width: 768px)  {
  .aptoenq_cusinfo_subj {
    font-size: 18px !important;
  }
    }

.ans3{
  padding: 3px;
}

.aptoenq_cusinfo_subj {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  padding: 30px;
  margin-bottom: 1em;
}
.aptoenq_cusinfo_subj::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 10px;
  background: rgb(6, 113, 191) !important;
  z-index: 1;
}
.aptoenq_cusinfo_subj::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: rgb(240, 240, 240);
}


.aptoenq_cusinfo_msg{
  font-size: 12px;
  display: block;
}

@media not all and (min-width: 768px)  {
  .aptoenq_cusinfo_msg{
    text-align: justify;
  }
    }

    .ans2 textarea{
      width: 100%;
    }

    

.btn-cat,
a.btn-cat {
  color: #000;
  background-color: #eeeeee;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn-cat:hover,
a.btn-cat:hover {
  color: #000;
  background: #eeeeee;
}



.contact-recruit-section{
  max-width: 890px;
  text-align: center;
  margin: 0px auto;
}

@media not all and (min-width: 768px){
  .contact-recruit-section{
    padding: 5px;
  }
}


.recruit-contact-container {
  margin-top: 0px;
}
.recruit-contact-header__title {
  margin-bottom: 80px;
  font-size: var(--font-size-35);
  text-align: center;
  margin-top: 60px;
}

@media not all and (min-width: 768px){
  .recruit-contact-container  {
    margin-top: 80px;
  }
  .recruit-contact-header__title {
    font-size: var(--font-size-35);
  }
}

.recruit-contact-section{
  max-width: 890px;
  text-align: center;
  margin: 0px auto;
}

@media not all and (min-width: 768px){
  .recruit-contact-section{
    padding: 5px;
  }
}


.recruit-contact__contents{

}