/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2022/03/03, 14:29:09
    Author     : ADMIN-PC2
*/


/* **********************************
 *  共通
 * ********************************* */
.tt3 {
  font-size:36px;
  text-align: center;
  padding:80px 0 40px;
}
.tt3:after {
  content: "";
  display: block;
  width: 90px;
  border-bottom: 5px solid #0F90EF;
  text-align: center;
  margin:0 auto;
  padding-top:34px;
}
.section_title {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  
}
.section_title:after {
  content: "";
  display: block;
  width: 90px;
  border-bottom: 5px solid #0F90EF;
  padding:16px 0;
  margin:0 auto;
}
.txt_ellipsis {
    white-space: normal;
  }


/* **********************************
 *  引取・買取品目
 * ********************************* */
.section#sec3 {
  padding-top:158px;
}
.section#sec4 {
  padding-top:174px;
}
.cubicle_txt {
  text-align: center;
}
.aircon_txt {
  text-align: center;
}
.aircon_img {
  text-align: center;
  padding-top:50px;
}


/* **********************************
 *  ブログ
 * ********************************* */
.pg_archive_blog {
}
.blog_items  {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.blog_items .item {
  width: 49%;
  padding: 0 10px;
  margin-top:130px
}
.post_content {
  width:100%;
}
.post_items .post_content p {
  padding-top:50px;
}
.post_items .post_content .img_box .img {
  display:block;
  width:100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.post_items .post_content .img_box .img:before{
  display:block;
  content:"";
  padding-top:50%;
}

.blog_items .item:nth-child(odd) {
  margin-right:24px;
}
.blog-content {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.blog-content .box {
  min-width: 50%;
}
.blog-content .img {
  display:block;
  width:100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.blog-content .img img {
  width:100%;
}
.blog-content .img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.blog-content .content {
  width: 50%;
  padding:30px 0 30px 40px;
}
.blog-content .date {
  font-weight: 700;
  font-size:18px;
  letter-spacing: 0.1em;
}
.blog-content .text .txt {
  padding:13px 13px 0 0;
  line-height: 2.10em;
  height:120px;
}
.blog-content .content .read{
  display:flex;
  font-weight:400;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 13px; 
}
.blog_items .item .read a {
  font-size:15px;
  position: relative;
}
.blog-content .content .read:after {
  content: '';
  display: block;
  width: 12px;
  height: 4px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: skew(45deg);
  position: absolute;
  right:150px;
}

.pg_archive_blog .pagination {
  background-color: #F5F5F5;
  padding:80px 50px;
}
.pg_archive_blog .pagination .nav-posts .page-archive a {
  color:#000000;
  background-color: #F5F5F5;
}
.pg_archive_blog .pagination .page-numbers {
  border:none;
  margin:0 19px;
}
.pg_archive_blog .pagination .page-numbers.current, .pagination .page-numbers:hover {
  background: #F5F5F5;
  border-bottom:2px solid #0F90EF;
}
.pg_archive_blog .pagination .page-numbers.next:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pg_archive_blog .pagination .page-numbers.prev:before {
   content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}



/* **********************************
 *  お知らせ 一覧
 * ********************************* */
.pg_news {
  margin-bottom:-200px;
}
.news_wrap .news_items .item {
  padding:47px 0;
}
.news_wrap .news_items .item .title a{
  color:#000000;
}
.pg_news .pagination .page-numbers {
  border:none;
  margin:0 19px;
}
.pg_news .pagination .page-numbers.next:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pg_news .pagination .page-numbers.prev:before {
   content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pg_news .pagination .page-numbers.current, .pagination .page-numbers:hover {
  background:  #F5F5F5;
  border-bottom:2px solid #0F90EF;
}
.pg_news .pagination {
  background-color: #F5F5F5;
  padding:80px 50px;
}
.pg_news .pagination .nav-posts .page-archive a {
  color:#000000;
  background-color: #F5F5F5;
}





/* **********************************
 *  お知らせ詳細
 * ********************************* */
.pg_single_blog {
  margin-bottom:-200px;
}
.pg_single_news {
  margin-bottom:-200px;
}
.post_items .item.single_item {
  display: block;
  background-color: #ffffff;
  padding: 32px 34px;
}
.post_items .item.single_item .meta {
  align-items: center;
  width: 100%;
}
.post_items .item .date {
  width: 130px;
  color: #000000;
  line-height: 1.87;
}
.post_items .item.single_item .title {
  width: 100%;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-top:22px;
  color: #000000;
  letter-spacing: 0.065em;
  position: relative;
}
.post_items .item.single_item .title:after {
  content:"";
  display:block;
  width:45px;
  border-bottom: 5px solid #0F90EF;
  position: absolute;
  bottom:-56%;
  left:0;
}
.pg_single_blog .pagination {
  background-color: #F5F5F5;
  padding:80px 50px;
}
.pg_single_blog .pagination .nav-posts .page-archive a {
  color:#000000;
  background-color: #F5F5F5;
}
.pg_single_blog .pagination .nav-posts .page-next a, 
.pg_single_blog .pagination .nav-posts .page-prev a {
  font-weight:700;
  border:none;
}
.pg_single_blog .pagination .nav-posts .page-next a:before {
  left:63px;
}

.pg_single_news .pagination .nav-posts .page-next a:before {
  right:63px;
}
.pg_single_news .pagination {
  background-color: #F5F5F5;
  padding:80px 50px;
}
.pg_single_news .pagination .nav-posts .page-archive a {
  color:#000000;
  background-color: #F5F5F5;
}
.pg_single_news .pagination .nav-posts .page-next a, 
.pg_single_news .pagination .nav-posts .page-prev a {
  font-weight:700;
  border:none;
}
.pagination .nav-posts .page-prev a:after {
  right:65px;
}



/* **********************************
 *  採用情報
 * ********************************* */

.pg_recruit .section#sec1 {
  background-image: url('/img/recruit/recruit.img1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:30px 0 150px 0;
}
.pg_recruit .section#sec2 {
  padding-bottom:84px;
}
.pg_recruit .section#sec3 {
  background-color: #F5F5F5;
}
.pg_recruit .section#sec4 {
  padding-top:150px;
}

.recruit_top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
/*  background-image: url('/img/recruit/recruit.img1.png');*/
}
.recruit_top .container{
  margin: 0;
}
.recruit_top .items {
  display: flex;
}
.recruit_top .items .item {
  width:50%;
  padding:90px 0 218px;
}
.recruit_top .items .item .tt1 {
  font-size:36px;
  font-weight:500;
  color:#ffeb00;
  text-align: center;
  line-height:1.8em;
  padding-left: 20px;
}
.recruit_top .items .item .txt {
  color:#ffffff;
  font-weight:normal;
  line-height:2em; 
  padding:15px 0 0 0;
}
.recruit_top .items .images {
  width:100%;
}

/*メッセージ*/

.recruit_items {
  margin-bottom:126px;
}
.recruit_items .item{
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
}
.recruit_items .box1{
  width:44.66%;
  height:476px;
  position:relative;
}
.recruit_items .box1 .img {
  width: 1000px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.recruit_items .box1 .img img {
  height:auto;
}
.recruit_items .box1 .img {
  right: 0;
  text-align: right;
}
.recruit_items.middle .box1 .img {
  left: 0;
  text-align: left;
}
.recruit_items .box2{
  width:50%;
  color:#52463e;
  padding:70px 0;
}
.recruit_items .box2 .text {
  color:#000000;
  line-height: 2em;
}
.recruit_items .box2 .title {
  font-size:25px;
  font-weight: 600;
  color:#000000;
  padding-bottom:35px;
}
.recruit_items .box2 span:after {
  content: "";
  display: block;
  width: 45px;
  border-bottom: 5px solid #0F90EF;
  padding:15px 0;
}
.recruit_items .box2.middle {
  padding-left:350px;
}
.recruit_items.middle {
  padding-bottom:30px;
}

/*メンバー紹介*/

.staff_wrap {
  padding-top: 156px;
  padding-bottom: 150px;
}
.staff_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px -10px 0;
}
.staff_items .item {
  width: 33.33%;
  padding: 0 10px;
}
.staff_items .item .img {
  width: 80%;
  height:auto;
  margin: 0 auto;
  text-align: center;
}
.staff_items .item .img span {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
.staff_items .item .img span:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.staff_items .item .name {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.36;
  text-align: center;
  padding-top:28px;
}

/*募集要項*/

.recruit_info_tbl th {
  width: 200px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding-top:44px;
  position: relative;
}
.recruit_info_tbl th:after {
  content:"";
  border-bottom:1px solid #0F90EF;
  width:160px;
  position: absolute;
  bottom:0;
  left:0;
}
.recruit_info_tbl td {
  width:100%;
  font-weight: normal;
  text-align: left;
  border-bottom:1px solid #d4d4d4;
  margin-left:10px;
  padding: 44px 0 44px;
  line-height:2em;
}

/*応募ボタン*/

.recruit_btns  {
  text-align: center;
  padding-top:110px;
}
.recruit_btns .text {
  font-size:24px;
}
.recruit_btns .btn {
  font-weight: 400;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 26px;
}
.recruit_btns .btn a{
  display: inline-block;
  font-size:25px;
  max-width: 100%; 
  width: 556px;
  background-color: #0f90ef;
  color: #ffffff;
  text-decoration: none;
  /*display:block;*/
  margin: 30px auto;
  padding: 36px 0;
  position:relative;
}
.recruit_btns .btn a:before,
.recruit_btns .btn a:after{
  content:"";
  display:block;
  -webkit-transform:skewX(45deg);
  transform:skewX(45deg);
  position:absolute;
  right:35px;
  bottom:52px;
}
.recruit_btns .btn a:before{
  width:39px;
  height:2px;
  background:#ffffff;
}
.recruit_btns .btn a:after{
  width:4px;
  height:8px;
  background:#ffffff;
}


/* **********************************
 *  応募フォーム
 * ********************************* */
.pg_form {
  margin-bottom:-200px;
}
.pg_form .section#sec1 {
  background-color: #F5F5F5;
  padding: 0;
  padding-top:100px;
} 
.pg_form .contact_form {
  padding-top:50px;
}
.contact_form  td [name="career"] {
  padding:20px;
}
.contact_form td [name="license"]{
  padding:20px;
}
.contact_form td [name="example"]{
  padding:20px;
}
.contact_form tr td [name="your-job"] {
  width:390px;
  padding:20px;
}
.contact_form tr td [name="year"]{
  width:117px;
  margin-right:10px;
}
.contact_form tr td [name="month"]{
  width:117px;
  margin-left:30px;
  margin-right:10px;
}
.contact_form tr td [name="day"]{
  width:117px;
  margin-left:30px;
  margin-right:10px;
}
.contact_form tr td.form {
  padding:22px 0;
}
.mw_wp_form .horizontal-item  {
  font-size:18px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left:120px;
  
}

.contact_form td input {
  vertical-align: middle;
  
}
.mwform-radio-field-text {
  vertical-align: middle;
}


/* **********************************
 *  お問い合わせフォーム
 * ********************************* */

.pg_contact .section#sec2 {
  background-color: #F5F5F5;
  padding:126px 0;
}

.contuct_message {
  font-size:16px;
  text-align:center;
  line-height: 2em;
}
.contact_info{
  background: -moz-linear-gradient(left, #73838d 0%, #3a4247 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #73838d 0%,#3a4247 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #73838d 0%,#3a4247 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  padding: 67px 30px;
  margin: 75px 0 100px;
}
.contact_info .info_items {
  display:flex;
  align-items: center;
}
.contact_info .info_items .item_a {
  width:55%;
}
.contact_info .info_items .item_b {
  width:45%;
  text-align: left;
}

.contact_info .info_items .item_a .box {
  text-align: center;
  display:inline-block;
  padding-right:77px;
}
.contact_info .info_items .item_a .tel {
  font-size:35px;
  font-weight:700;
  color:#ffeb00;
}
.contact_info .info_items .item_a .tel a {
  text-decoration: none;
}
.contact_info .info_items .item_a .txt {
  display:block;
  font-size:16px;
  letter-spacing: 0.05em;
  color:#ffffff;
  margin:0 auto;
}
.contact_info .info_items .item_b .fax {
  font-size:22px;
  font-weight:700;
  letter-spacing: 0.05em;
  color:#ffffff;
  padding-left:55px;
/*  border-left:2px solid #ffffff;*/
  position: relative;
}
.contact_info .info_items .item_b .fax:before {
  content:"";
  display:inline-block;
  width:2px;
  height:44px;
  background-color: #ffffff;
  position: absolute;
  top:0;
  left:-15px;
} 
.contact_info .info_items .item_a:first-child{
  text-align: right;
}
.contact_form input {
  align-items: center;
}
.contact_form textarea {
  width:100%;
}
.contact_form th.vtop {
  vertical-align: top;
  padding-top:40px;
}
.contact_form_acceptance {
  font-size:18px;
  text-align: left;
  padding-left:270px;
  padding-top:20px;
}
.contact_form_btns {
  padding-top:90px;
  padding-bottom: 200px;
}
.contact_form_btns button {
  width:550px;
  font-size:22px;
  position: relative;
}
.contact_form_btns button:after {
  content:"";
  width:40px;
  height:8px;
  border-bottom: solid 1px;
  border-right:solid 1px;
  transform:skew(45deg);
  position: absolute;
  right:35px;
  top:50px;
}


/* **********************************
 *  プライパシーポリシー
 * ********************************* */
.privacy_sec {
  margin-top:247px;
}
.privacy_items .item .txt1 {
  padding:25px 0 30px;
}
.privacy_sec .section_title {
  font-size:36px;
}
.privacy_items .item .txt {
  padding:25px 0 76px;
}
.privacy_days {
  text-align: right;
  padding-top:50px;
}
.privacy_t1 {
  padding: 15px 0;
}
.privacy_day {
  padding-top:54px;
}
.privacy_day span{
  display: block;
}



/* **********************************
 *  会社案内
 * ********************************* */

.pg_company .section {
   padding-bottom:80px;
}
.pg_company .section#sec1 {
  background-image:url('/img/company/company_img_top.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pg_company .section#sec2 {
 padding-top:50px;
}
.pg_company .section#sec3 {
  width:100%;
  padding-top:80px;
}
.pg_company .section#sec4 {
 padding:90px 0 210px;
}
.pg_company .section#sec5 {
  background-color: #F5F5F5;
  padding-top:155px;
}
.pg_company {
  margin-bottom:-200px;
}

/*会社案内TOP*/

.company_wrap {
  padding:69px 0;
}
.company_items {
  display:flex;
  justify-content: space-between;
  padding-top:30px;
}
.company_items .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.8em;
  color: #ffeb00;
}
.company_items .text{
  color:#ffffff;
  padding-top:35px;
  line-height: 2em;
}
.company_items .words{
  color:#ffffff;
}

.company_items .words .txt {
  display:block;
  padding-top:34px;
}
.company_items .word {
  line-height: 2em;
  padding-top:30px;
}

.company_items .word span {
  font-size: 20px;
  font-weight: 500;
  color: #ffeb00;
  text-align: center;
  
}
.company_items .daihyo {
  color:#ffffff;
  text-align: right;
  padding-top: 15px;
}
.company_items .item .img {
  padding:52px 0;
}
.company_items .item .daihyo .name {
  font-size:24px;
  position:relative
}
.company_items .item .daihyo span {
  font-size:20px;
}
.company_items .item .daihyo .name img {
  display: inline-block;
  width: 71px;
  margin-right: 17px;
  padding-bottom: 10px;
}


/*会社概要*/

.pg_company .recruit_info_tbl th {
  letter-spacing: 1.5em;
}
.pg_company .recruit_info_tbl th.th {
  letter-spacing: normal;
}
.recruit_info_tbl td .table_wrap{
  width:405px;
}
.recruit_info_tbl td .table_wrap .table {
  border-collapse: collapse;
}
.recruit_info_tbl td .table_wrap .table th  {
  width:123px;
  font-size:16px;
  font-weight: normal;
  border:solid 1px;
  padding:13px;
  letter-spacing: normal;
  
  text-align: center;
}
.recruit_info_tbl td .table_wrap .table td{
  border:solid 1px;
  text-align: center;
  padding:13px;
}
.table th:after {
  border:none;
}



/*マップ*/

iframe {
    max-width: 100%;
    width:100%;
}

/*アイデンティティ*/

.identity {
  width:980px;
  text-align: center;
  margin:0 auto;
  
}
.identity .items {
  display:flex;
  justify-content: flex-end;
}
.identity .items .img {
  text-align: right;
}
.identity .items .text {
  text-align: left;
  padding:43px 0 0 87px;
  line-height:2em;
}



/*沿革*/

.history_info_tbl {
  width:50%;
  margin:5px auto;
}
.history_info_tbl th {
  width:200px;
  font-size: 16px;
  font-weight:normal;
  text-align: left;
  vertical-align: top;
  padding-top: 40px;
  position: relative;
}
.history_info_tbl th:after {
  content: "";
  border-bottom: 1px solid #0F90EF;
  width: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.history_info_tbl td {
  width: 100%;
  font-weight: normal; 
  line-height: 2em;
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
  margin-left: 10px;
  padding: 40px 0 40px;
 }
 
 
 
 /*3/22 追加CSS*/
 .pg_service .service_contents_wrap2 .img img {
   height:auto;
 }

 .pg_service .home_links_wrap .inner {
   height:100%;
 }
 .pg_header.nobg {
   background-color:#F5F5F5; 
 }





