

/* **********************************
 *  社長日記
 * ********************************* */
.flex{
  display: flex;
  flex-wrap: wrap;
}
.pg_blog{
  padding: 50px 0;
}
.pg_blog .sidebar{
  width: 250px;
}
.pg_blog .sidebar li{
  margin-bottom: 5px;
}
.pg_blog .sidebar li a{
  width: 100%;
  font-size: 18px;
  padding: 12px;
  border: 1px solid #427bba;
  border-bottom: 2px solid #427bba;
  display: block;
  background: #ffffff;
  letter-spacing: 2.6px;
  text-align: center;
}
.pg_blog .sidebar li.active a,
.pg_blog .sidebar li:hover a{
  background: #e7f2f6;  
}
.pg_blog .contents{
  width: calc(100% - 250px);
  padding-left: 50px;
}
.pg_blog .post_items .item{
  font-size: 18px;
  padding: 10px 5px 8px;
  margin-bottom: 15px;
  border-bottom: 2px solid #054a96;
}
.pg_blog .post_items .item .date {
  width: 115px;
  letter-spacing: 0;
}
.pg_blog .post_items .item .title{
  font-size: 18px;
  font-weight: 400;
  width: calc(100% - 115px);
}
.pg_blog .post_items .item .title:before{
  content: "|";
  margin-right: 30px;
  float: left;
}
.post-type-archive-blog #contact,
.single-blog #contact,
.pg_slug_contact #contact,
.pg_slug_recruit #contact{
  display: none;
}

.blog_items .title{  
  font-size: 18px;
  padding: 8px 10px;
  margin-bottom: 10px;
  background: #e7f2f6;
  border-bottom: 1px solid #0099cc;
}
.blog_items .meta{
  padding: 0 6px 30px;
  border-bottom: 2px solid #054a96;
  letter-spacing: 1px;
}
.blog_items .post_content{
  font-size: 18px;
  line-height: 1.65;
  padding: 15px 5px 0;
  min-height: 150px;
  letter-spacing: 0.1px;
}

.pagination {
  margin-top: 75px;
}
.pagination .nav-posts .page-archive a {
  font-size: 18px;
  background: #054a96;
  padding: 10px 73px;
}
.pagination .nav-posts .page-next a, 
.pagination .nav-posts .page-prev a {
  font-size: 18px;
  border: 1px solid #054a96;
}

/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.privacy_items .item {
  font-size: 18px;
  line-height: 1.65;
}
.privacy_items .item + .item {
  margin-top: 35px;
}
.privacy_items .item h4 {
  font-size: 18px;
  border-left: 0;
  padding-left: 0;
  margin-bottom: 15px;
  border-bottom: 3px solid #054a96;
  letter-spacing: 0.1px;
  font-weight: 500;
}

/* **********************************
 *  サイトマップ
 * ********************************* */
.sitemap_items .item h4 {
  border-bottom: 5px solid #054a96;
}
.sitemap_items .item h4 a {
  padding: 15px;
}

/* **********************************
 *  お問い合わせ
 * ********************************* */
.contact_info {
  margin-bottom: 50px;
  padding: 25px 25px 20px;
  background: #e7f2f6;
}
.contact_info .box2 .icon {
  background: #427bba;
  letter-spacing: 0.14em;
}
.contact_info .box2 .tel {
  letter-spacing: 0.03em;
}
.contact_info .box2 .txt {
  margin-bottom: 3px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 0;
}
.pg_contact .link{  
  width: 540px;
  max-width: 100%;
  font-size: 20px;
  padding: 18px 12px;
  margin: 0 auto 80px;
  background: #054a96;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 700;
}
.pg_contact .link:after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.contact_tt {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.pg_contact .contact_form,
.pg_contact .contact_form tr {
  border: 1px solid #054a96;
}
.pg_contact .contact_form th, 
.pg_contact .contact_form td {
  font-size: 18px;
  padding: 4px 15px 4px 50px;
}
.pg_contact .contact_form th{
  width: 320px;
  padding: 4px 15px 4px 60px;
  font-weight: 500;
  border-right: 1px solid #054a96;
}
.pg_contact .contact_form td .wpcf7-form-control, 
.pg_contact .contact_form td .wpcf7c-conf-hidden {
  padding: 11px;
  background: #f6f5f5;  
  border: 1px solid #e5e5e5;
}
.pg_contact .contact_form th .require {
  padding: 2px 8px;
  font-size: 13px;
  letter-spacing: 2px;
  text-indent: 2px;
}
.pg_contact .contact_form td .wpcf7-textarea{
  height: 180px;
}
.pg_contact .contact_form_acceptance {
  font-size: 19px;
  margin-top: 45px;
}
.pg_contact .contact_form_btns {
  padding: 40px 0;
}
.pg_contact .contact_form_btns input[type="submit"], 
.pg_contact .contact_form_btns input[type="button"] {
  font-size: 15px;
  padding: 12px;
}
.pg_contact .contact_form_btns input.wpcf7-submit {
  background: #054a96;
}
.pg_contact input[type="reset"]{
  width: 130px;
  font-size: 15px;
  padding: 11px;
  background: #ffffff;
  border: 1px solid #054a96;
  border-radius: 0;
}
.pg_contact .contact_form td .wpcf7-text {
  width: 380px;
}
.pg_contact .contact_form td .company-name .wpcf7-text{
  width: 480px;
}
.pg_contact .contact_form td .your-email .wpcf7-text{
  width: 520px;
}

/* **********************************
 *  採用情報
 * ********************************* */
.recruit_tt{  
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: 5px;
  text-align: center;
}
.pg_recruit .center{
  text-align: center;
}
.rec_tbl,
.rec_tbl tr{
  border: 1px solid #054a96;
}
.rec_tbl th, 
.rec_tbl td {
  font-size: 18px;
  line-height: 1.8;
  padding: 4px 15px 4px 50px;
}
.rec_tbl th{
  width: 320px;
  padding: 11px 15px 11px 60px;
  border-right: 1px solid #054a96;
  text-align: left;
}
.pg_recruit .section#sec2{
  padding: 120px 0 0;
}
.pg_recruit .section#sec2 .senior_list{
  padding-top: 10px;
  border-top: 3px solid #0099cc;
}
.pg_recruit .section#sec2 .senior_list:last-child{  
  padding-bottom: 10px;
  border-bottom: 1px dotted #0099cc;
}
.pg_recruit .section#sec2 .senior_list + .senior_list{
  margin-top: 100px;
}
.pg_recruit .section#sec2 .senior_list .flex{
  padding-top: 30px;
  border-top: 1px dotted #0099cc;
  align-items: flex-start;
}
.pg_recruit .section#sec2 .senior_list:last-child .flex{  
  padding-bottom: 100px;
  border-bottom: 3px solid #0099cc;
}
.pg_recruit .section#sec2 .senior_list .img{
  width: 25%;
  
}
.pg_recruit .section#sec2 .senior_list .img:before{
  content: "";
  padding-top: 108%;
  display: block;
}
.pg_recruit .section#sec2 .senior_list .txt{
  width: 75%;
  padding-left: 50px;
}
.pg_recruit .section#sec2 .senior_list .ttl{  
  font-size: 18px;
  padding: 8px 13px;
  margin-bottom: 30px;
  color: #054a96;
  font-weight: 700;
  background: #e7f2f6;
  border-bottom: 1px solid #0099cc;
}
.pg_recruit .section#sec2 .senior_list .ttl span{
  margin-right: 1em;
  display: inline-block;
}
.pg_recruit .section#sec2 .senior_list .txt dl{
  font-size: 18px;
}
.pg_recruit .section#sec2 .senior_list .txt dl + dl{
  margin-top: 35px;
}
.pg_recruit .section#sec2 .senior_list .txt dt{  
  padding-bottom: 2px;
  margin-bottom: 8px;
  font-weight: 700;
  padding-left: 46px;
  position: relative;
  border-bottom: 2px solid #054a96;
}
.pg_recruit .section#sec2 .senior_list .txt dt:before{
  content: "Q.";
  color: #ff0000;
  position: absolute;
  left: 8px;
  top: 1px;
}
.pg_recruit .section#sec2 .senior_list .txt dd{
  padding: 5px 10px;
}
.pg_recruit .section#sec3{
  padding: 85px 0 0;
}
.pg_recruit .section#sec3 .gallery{
  margin: 0 -18px;
}
.pg_recruit .section#sec3 .item{
  width: 25%;
  padding: 0 18px;
  margin-bottom: 30px;
}
.pg_recruit .section#sec3 .item .img{
  padding-top: 80%;
}

.breadcrumb{
  flex-wrap: wrap;
}


@media only screen and (max-width: 1220px){
  
}

@media only screen and (max-width: 1023px){
  
  /* **********************************
   *  社長日記
   * ********************************* */
  .pg_blog .contents {
    width: calc(100% - 200px);
    padding-left: 30px;
  }
  .pg_blog .sidebar {
    width: 200px;
  } 
  .pg_blog .post_items .item,
  .pg_blog .post_items .item .title{
    font-size: 16px;
  }
  
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a,
  .pagination .nav-posts .page-archive a{
    font-size: 16px;
  }
  .pagination .nav-posts .page-next, 
  .pagination .nav-posts .page-prev {
    min-width: 150px;
  }
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a {
    padding: 10px 20px;
  }
  .pagination .nav-posts .page-archive a {
    padding: 10px 63px;
  }
  

  /* **********************************
   *  サイトマップ
   * ********************************* */
  .sitemap_items .item {
    width: 33.33%;
  }

  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .pg_contact .contact_form th, 
  .pg_contact .contact_form td {
    padding: 6px 15px 6px 25px;
  }
  .pg_contact .contact_form th {
    width: 250px;
  }
  

  /* **********************************
   *  採用情報
   * ********************************* */
  .rec_tbl th, 
  .rec_tbl td {
    padding-left: 30px;
  }
  .pg_recruit .section#sec2 .senior_list .txt {
    padding-left: 30px;
  }
  .pg_recruit .section#sec3 .gallery {
    margin: 0 -10px;
  }
  .pg_recruit .section#sec3 .item {
    width: 33.33%;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px){
  
  
  /* **********************************
   *  社長日記
   * ********************************* */
  .pg_blog {
    padding: 20px 0;
  }
  .pg_blog .flex{
    justify-content: center;
  }
  .pg_blog .contents {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
    order: 1;
  }
  .pg_blog .sidebar {
    order: 2;
  }
  .pg_blog .post_items .item .title {
    width: 100%;
  } 
  .pg_blog .post_items .item .title:before{
    display: none;
  }
  .pagination {
    margin-top: 35px;
  }
  .blog_items .post_content {
    font-size: 16px;
  }
  

  /* **********************************
   *  プライバシーポリシー
   * ********************************* */
  .privacy_items .item {
    font-size: 15px;
  }

  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .pg_contact .link {
    font-size: 16px;
  }
  .contact_tt {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .pg_contact .contact_form th, 
  .pg_contact .contact_form td {
    font-size: 16px;
    padding: 6px 15px;
  }
  .pg_contact .contact_form th {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #054a96;
  }
  .pg_contact .contact_form_acceptance {
    font-size: 16px;
    margin-top: 35px;
  }
  .pg_contact .contact_form_btns input[type="submit"], 
  .pg_contact .contact_form_btns input[type="button"],
  .pg_contact input[type="reset"]{
    width: auto;
    margin: 0 1%;
    font-size: 12px;
  }
  .pg_contact div.wpcf7 .ajax-loader{
    display: block;
  }
  .contact_info .box2 .txt {
    letter-spacing: -0.8px;
  }

  /* **********************************
   *  採用情報
   * ********************************* */
  .rec_tbl th, .rec_tbl td {
    font-size: 16px;
  }
  .rec_tbl th {
    border-right: 0;
    border-bottom: 1px solid #054a96;
  }
  .pg_recruit .section#sec2 {
    padding: 80px 0 0;
  }
  .recruit_tt {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .pg_recruit .section#sec2 .senior_list .flex{
    justify-content: center;
  }
  .pg_recruit .section#sec2 .senior_list .img {
    width: 70%;
  }
  .pg_recruit .section#sec2 .senior_list .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .pg_recruit .section#sec2 .senior_list .ttl {
    font-size: 16px;
  }
  .pg_recruit .section#sec2 .senior_list .txt dl {
    font-size: 16px;
  }
  .pg_recruit .section#sec2 .senior_list .txt dt {
    padding-left: 36px;
  }
  .pg_recruit .section#sec2 .senior_list + .senior_list {
    margin-top: 50px;
  }
  .pg_recruit .section#sec2 .senior_list:last-child .flex {
    padding-bottom: 50px;
  }
  .pg_recruit .section#sec3 .item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 15px;
  }
  .pg_recruit .section#sec3 .gallery {
    margin: 0 -5px;
  }
}