
/* **********************************
 *  共通
 * ********************************* */
.flex{
  display: flex;
  flex-wrap: wrap;
}
.img_fit{
  position: relative;
}
.img_fit:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

/*下層共通タイトル*/
.section_title{
  line-height: 1.2;
}
.section_title:after{
  content: "";
  display: block;
  width: 108px;
  height: 3px;
  background: #fff20d;
  margin: 10px auto 0;
}
.section_title .en,
.section_title_ver2 .en{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.section_title_ver2 .en{
  font-size: 26px;
  color: #1f2774;
}
.section_title,
.section_title_ver2{
  text-align: center;
}
.tt2,
.ttt2{
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #1f2774;
  position: relative;
}
.tt2:before,
.ttt2:before{
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #1f2774;
  position: absolute;
  top: 50%;
  left: -20px;
}
.tt2:after,
.ttt2:after{
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #1f2774;
  position: absolute;
  top: 50%;
  right: -20px;
}
/*コピー用*/
@media (max-width:767px){
}
@media (min-width:768px){
  .section_title:after{

  }
  .section_title .en,
  .section_title_ver2 .en{
    font-size: 30.83px;
  }
  .section_title{
    text-align: center;
  }
  .tt2{

  }
  .tt2:before{

  }
  .tt2:after{

  }
}
@media (min-width:1024px){
}
@media (min-width:1200px){
}

/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{

}
.pg_company .section#sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_company .section#sec2{
  margin-top: 40px;
}
.pg_company .section#sec3{
  margin-top: 50px;
}
.pg_company .section#sec4{
  margin-top: 28px;
}
/*挨拶*/
.company_greeting_wrap{

}
.company_greeting_wrap{}
.company_greeting_wrap .company_greeting_items{
  justify-content: space-between;
  margin-top: 30px;
}
.company_greeting_wrap .company_greeting_items .box1{
  width: 75%;
  margin: 0 auto;
}
.company_greeting_wrap .company_greeting_items .box1 .img:before{
  padding-top: 119.8%;
}
.company_greeting_wrap company_greeting_items .box2{
  width: 100%;
}

.company_greeting_wrap .company_greeting_items .box2 .content{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: justify;
  line-height: 2em;
}
.company_greeting_wrap .company_greeting_items .box2 .name{
  text-align: right;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-top: 10px;
}

/*理念*/
.company_philosophy_wrap{

}
.company_philosophy_wrap .company_philosophy_msg{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 28px;
}
.company_philosophy_wrap .company_philosophy_items{
  margin-top: 28px;
}
.company_philosophy_wrap .company_philosophy_items .item{
  text-align: center;
}
.company_philosophy_wrap .company_philosophy_items .item:nth-child(n+2){
  margin-top: 20px;
}
.company_philosophy_wrap .company_philosophy_items .content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.7297em;
  margin-top: 5px;
}
.company_philosophy_wrap{

}
.company_philosophy_wrap{

}

/*テーブル*/
.company_tbl{
  margin-top: 20px;
}
.company_tbl th, .company_tbl td{
  border: 1px solid #b2b2b2;
  padding: 14px;
}
.company_tbl th, .company_tbl td{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.81em;
  text-align: left;
}
.company_tbl th{
  background: #f0f0f0;
}
.company_tbl td{
  letter-spacing: 0.16em;
  line-height: 1.93em;  
  font-size: 15px;
}

/*地図*/
.map_wrap{

}
.g_map{
  margin-top: 20px;
}
.g_map iframe{
  width: 100%;
  height:250px; 
}
/*コピー用*/
@media (max-width:767px){
  /*挨拶*/
  .company_greeting_wrap{

  }
  .company_greeting_wrap{}
  .company_greeting_wrap .company_greeting_items{

  }
  .company_greeting_wrap .company_greeting_items .box1{

  }
  .company_greeting_wrap .company_greeting_items .box1 .img:before{

  }
  .company_greeting_wrap .company_greeting_items .box2{
    margin-top: 20px;
  }
  .company_greeting_wrap .company_greeting_items .box2 .title{

  }
  .company_greeting_wrap .company_greeting_items .box2 .content{

  }

  /*テーブル*/
  .company_tbl th, .company_tbl td{
    display: block;
    width: 100%;
  }
  .company_tbl th{

  }
  .company_tbl td{

  }
}
@media (min-width:768px){
  .pg_company{

  }
  .pg_company .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_company .section#sec2{
    margin-top: 60px;
  }
  .pg_company .section#sec3{
    margin-top: 70px;
  }
  .pg_company .section#sec4{
    margin-top: 30px;
  }
  /*挨拶*/
  .company_greeting_wrap{

  }
  .company_greeting_wrap{}
  .company_greeting_wrap .company_greeting_items{
    justify-content: space-between;
    margin-top: 40px;
  }
  .company_greeting_wrap .company_greeting_items .box1{
    width: 31.53%;
    padding-top: 10px;
    margin: 0;
  }
  .company_greeting_wrap .company_greeting_items .box1 .img:before{

  }
  .company_greeting_wrap .company_greeting_items .box2{
    width: 59.90%;
  }

  .company_greeting_wrap .company_greeting_items .box2 .content{

  }
  .company_greeting_wrap .company_greeting_items .box2 .name{
    font-size: 18.5px;
  }

  /*理念*/
  .company_philosophy_wrap{

  }
  .company_philosophy_wrap .company_philosophy_msg{
    font-size: 28.78px;
    margin-top: 30px;
  }
  .company_philosophy_wrap .company_philosophy_items{
    margin-top: 30px;
  }
  .company_philosophy_wrap .company_philosophy_items .item{

  }
  .company_philosophy_wrap .company_philosophy_items .item:nth-child(n+2){
    margin-top: 35px;
  }
  .company_philosophy_wrap .company_philosophy_items .content{
    font-size: 18.5px;
  }
  .company_philosophy_wrap{

  }
  .company_philosophy_wrap{

  }

  /*テーブル*/
  .company_tbl{
    margin-top: 30px;
  }
  .company_tbl th, .company_tbl td{

  }
  .company_tbl th{
    width: 140px;
    border-right: none;
    padding-left: 20px;
  }
  .company_tbl th.vtop{
    vertical-align: text-top; 
  }
  .company_tbl td{
    border-left: none;
    padding-left: 28px;
  }

  /*地図*/
  .map_wrap{

  }
  .g_map{
    margin-top: 30px;
  }
  .g_map iframe{
    height:400px; 
  }
}
@media (min-width:1024px){
  .pg_company{

  }
  .pg_company .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_company .section#sec2{
    margin-top: 85px;
  }
  .pg_company .section#sec3{
    margin-top: 90px;
  }
  .pg_company .section#sec4{
    margin-top: 45px;
  }
  /*挨拶*/
  .company_greeting_wrap{

  }
  .company_greeting_wrap{}
  .company_greeting_wrap .company_greeting_items{
    margin-top: 50px;
  }
  .company_greeting_wrap .company_greeting_items .box1{

  }
  .company_greeting_wrap .company_greeting_items .box1 .img:before{

  }
  .company_greeting_wrap .company_greeting_items .box2{

  }

  .company_greeting_wrap .company_greeting_items .box2 .content{

  }
  .company_greeting_wrap .company_greeting_items .box2 .name{

  }
  /*理念*/
  .company_philosophy_wrap{

  }
  .company_philosophy_wrap .company_philosophy_msg{
    margin-top: 40px;
  }
  .company_philosophy_wrap .company_philosophy_items{
    margin-top: 40px;
  }
  .company_philosophy_wrap .company_philosophy_items .item{

  }
  .company_philosophy_wrap .company_philosophy_items .item:nth-child(n+2){

  }
  .company_philosophy_wrap .company_philosophy_items .content{

  }
  .company_philosophy_wrap{

  }
  .company_philosophy_wrap{

  }
  /*テーブル*/
  .company_tbl{}

  .company_tbl th, .company_tbl td{

  }
  .company_tbl th{
    width: 254px;
  }
  .company_tbl td{

  }
}
@media (min-width:1200px){
}
/* **********************************
 *  お問い合わせ
 * ********************************* */


.contact_form td input,
.contact_form td textarea,
.contact_form td select{
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;

}
.contact_form_addr dt{
  width: 80px;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.contact_form th, .contact_form td{
  padding: 11px 10px 11px 23px;
  line-height: 1.8;
}
.contact_form th{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 4px 5px;
}
.contact_form td [name="addr1"] {
  width: 220px;
}
.contact_form th .require{
  display: inline-block;
  padding:0 12px;
  color: #FFF;
  background: #b80000;
  font-size: 13px;
  font-weight: 900;
  float: right;
  margin-top: 5px;
}

.contact_form td [name="your_company"],
.contact_form td [name="your_name"],
.contact_form td [name="your_kana"],
.contact_form td [name="your_email"],
.contact_form td [name="your_tel"],
.contact_form td [name="addr2"],
.contact_form td [name="your_message"],
.contact_form td [name="jobtype"],
.contact_form td [name="your_old"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.contact_form{
  margin-top: 30px;
}
.contact_form_acceptance {
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_btns input[type="submit"], 
.contact_form_btns input[type="button"], 
.contact_form_btns button{
  background: #b80000;
  color: #FFF;
  border: 0;
  padding: 12px 10px;
  width: 315px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact_form_btns button[name="submitBack"]{
  background: #bbb;  
}
.contact_form td textarea{
  height: 280px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

/*プライパシー*/
.pg_contact .privacy{
  margin-top: 60px;
}
.privacy_tt{
  margin-bottom: 40px;
}
.privacy_tt h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_items .item .txt{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.875em;
}
.privacy_items .item h3{
  border-left: 6px solid #1f2774;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.privacy_items .item ul{
  list-style: none;
  margin-left: 0;
  margin-top: 5px;
}
.privacy_items .item.first{
  margin-top: 30px;
}

/*送信完了*/
.txt_c{
  margin-top: 40px;
}
.pg_contact .link_1,
.pg_entry .link_1{
  margin: 40px auto 0;
}

/*コピー用*/
@media (max-width:767px){
  .contact_form th, .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form td [name="zipcode"] {
    width: 100px;
  }
}
@media (min-width:768px){
  .contact_form td [name="zipcode"] {
    width: 70px;
  }
  .contact_form th.vtop{
    vertical-align: text-top;
  }
  .contact_form{
    margin-top: 50px;
  }
  .contact_form_acceptance {
    margin-top: 65px;
  }

  /*プライパシー*/
  .privacy_tt h2 {
    font-size: 21px;
  }
  .pg_contact .privacy{
    margin-top: 115px;
  }
}

@media (min-width:768px){
  .contact_form th {
    width: 250px;
  }
}

@media (min-width:1024px){

  .contact_form td [name="zipcode"] {
    width: 160px;
  }
  .contact_form td [name="your_company"],
  .contact_form td [name="your_name"],
  .contact_form td [name="your_kana"],
  .contact_form td [name="your_email"],
  .contact_form td [name="your_tel"],
  .contact_form td [name="jobtype"],
  .contact_form td [name="your_old"]{
    width: 460px;
  }
  .contact_form td [name="addr2"]{
    width: 425px;
  }
  .contact_form th{
    width: 310px;
  }
  .contact_form{
    margin-top: 60px;
  }
  .contact_form td .addr_auto{
    padding: 4px 16px;
  }
}
@media (min-width:1200px){
}
/* **********************************
*  お知らせ
* ********************************* */
/*共通*/
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  position: relative;
}
.post-type-archive-news .posts_layout:after{
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% * 1.5);
  background: #f8f8f8;
  position: absolute;
  top: -60px;
  margin-left: calc(-50vw + 50%);
  z-index: -1;
}
.posts_layout_box1 {
  width: 100%;

}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}
.pg_news .topics_list .item{
  background: #fff;
}

.posts_category_sp{
  margin-bottom: 50px;
}
.posts_layout_box2 select, .posts_category_sp select{
  width: 100%;
  height: 50px;
  padding: 8px;
  border-radius: 0;
  box-shadow: 0;
  border: 1px solid #000000;
}
.posts_category_sp .news_side_title{
  margin-bottom: 20px;
}
.news_side_wrap .dates li, .news_date_item li{
  list-style: none;
}
.news_side_wrap .dates li a, .news_date_item li a {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 33px;
  line-height: 2.625em;
}
.news_side_wrap .dates li a:before, .news_date_item li a:before {
  content: "■";
  position: absolute;
  left: 0px;
}
.news_side_wrap .dates, .news_side_wrap .date.date{
  padding: 15px 10px;
}
.news_side_wrap:last-child{
  margin-top: 40px;
}
.pg_news .post_items .item:after{
  display: none;
}

/*詳細*/
.post_items .item.single_item{
  border-top: 15px solid #1f2774;
}
.post_items .item.single_item .meta{
  border-bottom: 1px solid #CCC;
  margin-top: 15px;
  padding-bottom: 10px;
}
.post_items .item.single_item .meta .title{
  font-size: 18px;
  border-bottom: none;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  letter-spacing: 0.065em;
  line-height: 1;
}
.posts_layout_box1.single{
  padding: 0;
}
.post_items .item.single_item .meta .date{
  border-right: none;
  padding-left: 10px;
  font-size:16px;
  letter-spacing: 0.075em;
}
.post_items .item.single_item{
  padding: 12px 27px;
}
.post_items .item .category{
  width: 145px;
  padding: 0;
  margin-left: 6px;
}
.post_items .item .category span{
  background: #1f2774;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;

}
.pg_news .post_items .item .title a{
  padding-right: 0;
}
/*ページネーション*/
.pagination .nav-posts .page-archive a{
  background: #1f2774;
}
.pagination .nav-posts .page-archive{
  position: relative;
}
.pagination .nav-posts .page-archive:after{
  content: "→";
  color: #181818;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

/*カテゴリ*/
.news_side_title{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #1f2774;
  padding: 8px;
}

/*コピー用*/
@media (max-width:767px){
  /*ページネーション*/
  .pagination .nav-posts .page-archive a{
    padding: 7px 15px;
    font-size: 13px;
  }
  .pagination .nav-posts .page-next, .pagination .nav-posts .page-prev {
    min-width: 100px;
  }
  .pagination .nav-posts .page-next a, .pagination .nav-posts .page-prev a{
    padding: 7px 10px;
    font-size: 13px;
  }
  .pagination .nav-posts .page-prev a:after{
    display: none;
  }
  .pagination .nav-posts .page-next a:before{
    display: none;
  }
  .pagination .nav-posts .page-archive:after{
    display: none;
  }

  /*詳細*/
  .post_items .item.single_item{
    padding: 12px 10px;
  }
  .post_items .item.single_item .meta .title{
    padding-left: 12px;
  }
}
@media (min-width:768px){
  .posts_layout{
    margin-top: 70px;
  }
  .posts_category_sp {
    display: none;
  }

  .topics_list .item{

  }
  .posts_layout_box1 {
    width: 74.32%;
    padding: 0 15px;
  }
  .posts_layout_box2 {
    width: 22.97%;
    margin-top: 0;
  }
  .news_side_wrap:last-child{
    margin-top: 50px;
  }
  .topics_list{
    margin: 0 -15px;

  }

  /*詳細*/
  .post_items .item.single_item .meta .title{
    font-size:20px;
  }

  /*ページネーション*/
  .pagination .nav-posts .page-archive a{
    padding: 7px 60px;
  }
  .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: 7px 10px;
  }
}
@media (min-width:1024px){
  .posts_layout{
    margin-top: 95px;
  }

  .pagination .nav-posts .page-archive a{
    padding: 7px 90px;
  }
  .pagination .nav-posts .page-next, .pagination .nav-posts .page-prev {
    min-width: 200px;
  }
  .pagination .nav-posts .page-next a, .pagination .nav-posts .page-prev a{
    padding: 7px 50px;
  }
}
@media (min-width:1200px){

}
/* **********************************
 *  
 * ********************************* */

/*コピー用*/
@media (max-width:767px){
}
@media (min-width:768px){
}
@media (min-width:1024px){
}
@media (min-width:1200px){
}/* **********************************
 *  
 * ********************************* */

/*コピー用*/
@media (max-width:767px){
}
@media (min-width:768px){
}
@media (min-width:1024px){
}
@media (min-width:1200px){
}