@charset "utf-8";
/* CSS Document */

/*================================
企業情報・採用情報　共通
================================*/
.company_ttl{
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px){
  .company_ttl{
    width: 240px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .company_ttl{
    width: 180px;
  }
}
@media (min-width: 768px){
  .company_wrap{
    display: flex;
    align-items: flex-start;
  }
  .companybox{
    flex: 1;
  }
}
@media (max-width: 991px){
  .company_ttl{
    font-size: 1.5rem;
  }
}

/*================================
企業情報
================================*/
/*ごあいさつ
================================*/
#greeting .companybox > p{
  margin-bottom: 2rem;
}
#greeting .name{
  font-size: 1.1rem;
  font-weight: bold;
}
#greeting .name span{
  color: #808080;
  font-size: .8rem;
  font-weight: normal;
  display: block;
}
#greeting .qualification{
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: .9rem;
}
#greeting .qualification li:not(:last-child)::after{
  content: '／';
}
@media (max-width: 767px){
  #greeting .name{
    margin-top: 1rem;
  }
}

/*LIXILグループ
================================*/
#lixil_group{
  position: relative;
  background-image: url("../img/company/lixil_group.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
#lixil_group::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #979797;
  mix-blend-mode: multiply;
}
#lixil_group .container{
  position: relative;
  z-index: 1;
}
#lixil_group h2{
  font-weight: bold;
  margin-bottom: 1rem;
}
#lixil_group p{
  margin-bottom: 2rem;
}
#lixil_group .btn_detail{
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px){
  #lixil_group p{
    display: inline-block;
    text-align: left;
  }
}

/*会社概要
================================*/
#company_profile .table{
  margin-bottom: 2rem;
  border-color: #cacaca;
}
@media (min-width: 992px){
  #company_profile .table th{
    width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  #company_profile .table th{
    width: 140px;
  }
}
@media (min-width: 768px){
  #company_profile .table >:not(caption)>*>*{
    padding: 1rem 0;
  }
  #company_profile .table{
    margin-top: -1rem;
  }
}
@media (max-width: 767px){
  #company_profile .table{
    border-top: #cacaca 1px solid;
  }
  #company_profile .table th,
  #company_profile .table td{
    display: block;
    width: 100%;
  }
  #company_profile .table th{
    background-color: #f5f6f4;
  }
  #company_profile .table td{
    padding-left: 0;
    padding-right: 0;
  }
}

/*オフィシャルサイトバナー*/
.bnr_site{
  max-width: 500px;
  margin: 70px auto 0;
  text-align: center;
}
.bnr_site h3{
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.bnr_site a{
  display: block;
  transition: .3s;
}
@media (hover: hover) {
  .bnr_site a:hover img{
    opacity: .85;
  }
}

/*アクセスマップ
================================*/
#access iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
}

/*================================
採用情報
================================*/
/*採用について
================================*/
#recruit_about p{
  line-height: 2;
  margin-bottom: 2rem;
}
#recruit_about p:last-child{
  margin-bottom: 0;
}
#recruit_photo .container{
  padding: 0;
}

/*募集要項
================================*/
/*アコーディオン*/
#occupation .accordion-item{
  border: none;
}
#occupation .accordion-button,
#occupation .accordion-body{
  padding: 1.5rem 0;
}
#occupation .accordion-button{
  color: #000;
  border-bottom: #000 1px solid;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
#occupation .accordion-button::after{
  display: none;
}
#occupation .accordion-button:not(.collapsed){
  color: #000;
  background-color: transparent;
}
#occupation .accordion-button:focus{
  box-shadow: none;
}
#occupation .accordion-button .open_close{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 26px;
  height: 26px;
  background-color: #000;
}
#occupation .accordion-button .open_close::before,
#occupation .accordion-button .open_close::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .5s;
}
#occupation .accordion-button[aria-expanded="false"] .open_close::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform .5s;
}
#occupation .accordion-button[aria-expanded="true"] .open_close::after {
  transform: translateY(-50%) rotate(180deg);
}
#occupation .accordion-button[aria-expanded="true"] .open_close::before {
  opacity: 0;
}
@media (min-width: 768px){
  #occupation{
    margin-top: -1rem;
  }
}

/*テーブル*/
#occupation .table{
  margin-top: 2rem;
  border-top: #cacaca 1px solid;
  border-color: #cacaca;
}
#occupation .table td ul{
  padding-left: 1.3rem;
}
#occupation .table td ul:last-child{
  margin-bottom: 0;
}

#occupation .table td ul.star{
  padding-left: 0;
  list-style: none;
}
#occupation .table td ul.star li{
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}
#occupation .table td ul.star li span{
  margin-right: .3rem;
}

@media (min-width: 768px){
  #occupation .table >:not(caption)>*>*{
    padding: 1rem 0;
  }
  #occupation .table th{
    width: 140px;
  }
}
@media (max-width: 767px){
  #occupation .table{
    border-top: #cacaca 1px solid;
  }
  #occupation .table th,
  #occupation .table td{
    display: block;
    width: 100%;
  }
  #occupation .table th{
    background-color: #f5f6f4;
  }
  #occupation .table td{
    padding-left: 0;
    padding-right: 0;
  }
}

/*エントリーボタン*/
.btn_entry{
  color: #fff;
  background-color: #000;
  font-weight: bold;
  width: 90%;
  max-width: 400px;
  display: block;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}
@media (hover: hover) {
  .btn_entry:hover{
    color: #fff;
    background-color: #333;
  }
}
@media (min-width: 768px){
  .btn_entry{
    font-size: 1.4rem;
    padding: 1rem;
  }
}
@media (max-width: 767px){
  .btn_entry{
    font-size: 1.2rem;
    padding: .75rem;
  }
}

/*================================
プライバシーポリシー
================================*/
.privacy_txt h2{
  font-weight: bold;
  margin-bottom: 2rem;
}
.privacy_txt{
  counter-reset: privacy 0;
}
.privacy_txt .line_ttl{
  position: relative;
  padding-left: 2rem;
  margin-top: 3rem;
}

/*safariのみ*/
_::-webkit-full-page-media, _:future, :root .privacy_txt .line_ttl{
  padding-left: 2.5rem;
}

.privacy_txt .line_ttl:before {
  content: counter(privacy, decimal-leading-zero) ".";
  counter-increment: privacy;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: .01em;
}
.privacy_txt > ul{
  list-style: none;
  padding-left: 0;
  counter-reset: privacy_list 0;
}
.privacy_txt > ul > li{
  position: relative;
  padding-left: 2rem;
}
.privacy_txt > ul > li:before {
  content: "（" counter(privacy_list) "）";
  counter-increment: privacy_list 1;
  position: absolute;
  top: 0;
  left: 0;
}
.privacy_txt > ul > li:not(:last-child){
  margin-bottom: 1.5rem;
}
.privacy_txt > ul > li > p{
  margin-top: 1rem;
}
.privacy_txt > ul > li > ol{
  list-style: none;
  padding-left: 0;
}
.privacy_txt > ul > li > ol > li{
  padding-left: 1rem;
  text-indent: -1rem;
  margin-top: .25rem;
}
.privacy_txt > ul > li > ol > li:first-child{
  margin-top: .5rem;
}
.privacy_txt > dl > dd{
  margin-top: .2rem;
  margin-bottom: 1rem;
}
.privacy_txt > dl > dd > ul{
  padding-left: 1.3rem;
}
@media (min-width: 768px){
  .privacy_txt h2{
    font-size: 1.65rem;
  }
}
@media (max-width: 767px){
  .privacy_txt h2{
    font-size: 1.4rem;
  }
}


/*================================
サイトマップ
================================*/
#sitemap_link ul{
  padding-left: 0;
  list-style: none;
}
#sitemap_link ul li:not(:last-child){
  margin-bottom: .2rem;
}
#sitemap_link ul li ul{
  padding-left: 1.3rem;
  list-style: disc;
  margin-top: .2rem;
}
#sitemap_link ul li ul li{
  margin-bottom: 0 !important;
}
#sitemap_link ul li a{
  color: #000;
  text-decoration: none;
}
#sitemap_link ul li a:hover{
  color: #ef5a24;
  text-decoration: underline;
}
@media (min-width: 768px){
  #sitemap_link .line_ttl{
    margin-bottom: 1rem;
  }
  #sitemap_link ul:last-child{
    margin-bottom: 0;
  }
  #sitemap_link .line_ttl:not(:first-child){
    margin-top: 2rem;
  }
}
@media (max-width: 767px){
  #sitemap_link .line_ttl{
    margin-bottom: .75rem;
  }
  #sitemap_link ul{
    margin-bottom: 1.5rem;
  }
}