@charset "UTF-8";


/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #181818;
}

/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
}

@media (max-width:767px){
  body{
    font-size: 14px;
  } 

  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}
.mplus{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.03deg);
}
.outfit{
  font-family: 'Outfit', sans-serif;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
  color: inherit;
}
img{
  max-width: 100%;
  width: auto;
}

ul, ol, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.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;
}

a.img_fit{
  display: block;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* 指定デバイスで改行を消す */
@media (min-width:1024px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}

/* 指定した行数での切り取り */
.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/*******************************
*　ヘッダー
********************************/
.header{
  border-top: 5px solid #009944;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}
.hdr_logo img{
  width: 150px;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.hdr1{
  padding: 10px;
  /*background: rgba(255,255,255,0.85);*/
}
.hdr1 .container{
  justify-content: center;
  align-items: center;
}
.hdr_contact > a,
.ftr_contact > a{
  width: 175px;
  height: 47px;
  margin-left: 5px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  line-height: 1.5;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
}
.hdr_contact > a > p{
  transform: rotate(0.03deg);
}
.hdr_contact > a > p:before,
.ftr_contact > a > p:before{
  font-size: 16px;
  margin-right: 10px;
  font-family: "FontAwesome"; 
  font-weight: 900;
  display: inline-block;
}
.hdr_contact .hdr_link1,
.ftr_contact .ftr_contact_1{
  background: #8fc31f;
  color: #ffffff;
  letter-spacing: 0.075em;
}
.hdr_contact .hdr_link1 > p:before,
.ftr_contact .ftr_contact_1 > p:before{
  content: url(/system_panel/uploads/images/hdr_link1.svg);
}
.hdr_contact .hdr_link2,
.ftr_contact .ftr_contact_2{
  background: #f39800;
  color: #ffffff;
}
.hdr_contact .hdr_link2_1:before,
.ftr_contact .ftr_contact_2_1:before{
  content: "";
  background: url(/system_panel/uploads/images/hdr_link2.svg) no-repeat center / contain;
  width: 10px;
  height: 16px;
}
.hdr_contact .hdr_link2_2,
.ftr_contact .ftr_contact_2_2{
  font-size: 11px;
}
.hdr_contact .hdr_link3,
.ftr_contact .ftr_contact_3{
  letter-spacing: 0.075em;
  background: #ffde00;
}
.hdr_contact .hdr_link3 > p:before,
.ftr_contact .ftr_contact_3 > p:before{
  content: url(/system_panel/uploads/images/hdr_link3.svg);
}
.hdr1_box1{

}
.hdr1_box2{

}
.hdr_contact{

}
.hdr_contact_link a{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 11px 5px;
}
.hdr_contact_link a:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}

.pg_header {
  height: 180px;
  /* margin-bottom: 50px; */
  position: relative;
  background: #89c997;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg_header_mv{
  height: 150px;
  overflow: hidden;
}
.pg_header_mv_img{
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.tt1{
  width: 280px;
  font-size: 20px;
  padding: 25px 0;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.075em;

}

.mv{
  position: relative;
}
.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}
.mv_txt{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 2px #ffffff, 
    0 0 3px #ffffff;
}


@media (min-width:375px){

}

@media (min-width:768px){
  .pg_header{
    height: 250px;
    /* margin-bottom: 100px; */
  }
  .pg_header_mv{
    height: 350px;
  }  
  .tt1{
    width: 500px;
    font-size: 24px;
    padding: 35px 0;
  }
  .hdr_logo img{
    width: 200px;
  }
  .hdr1{
    padding: 0 10px;
  }
  .hdr1 .container{
    justify-content: space-between;
  }
  .hdr_contact > a{
    width: 155px;
  }
  .hdr_contact {
    margin-bottom: 20px;
  }
  .hdr2 {
    padding: 13px 0;
    background: #edf8f2;
  }
  .gnav {
    width: 100%;
    display: flex;
  }
  .gnav .gnav_item {
    width: 100%;
    font-size: 16px;
    padding: 5px 5px 3px;
    /*line-height: 2;*/
    font-weight: 500;
    text-align: center;
    border-right: 1px dotted #aaa7a7;
    line-height: 1.2;
    transform: rotate(0.03deg);
  }
  .gnav .gnav_item:first-child{
    border-left: 1px dotted #aaa7a7;
  }
  .gnav .gnav_item img{
    margin-bottom: 3px;
  }

  .mv_img.img_fit:before{
    padding-top: 450px;
  }
  .mv_txt{
    text-shadow: 0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 3px #ffffff, 
      0 0 5px #ffffff;
  }
}
@media (min-width:1024px){
  .pg_header{
    /* margin-bottom: 150px; */
    height: 320px;
  }
  .pg_header_mv{
    height: 550px;
  }

  .hdr_contact > a{
    width: 175px;
  }
  .hdr_logo img{
    width: auto;
  }

  .mv_img.img_fit:before{
    padding-top: 700px;
  }
}
@media (min-width:1200px){

  .mv_img.img_fit:before{
    padding-top: 750px;
  }
}

@media (max-width:767px){

  .hdr1 {
  }
  .hdr_contact{
    display: none;
  }

  /* スマホ用 */
  .gnav{
    display:block !important;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
    display: block;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav .gnav_item{
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
    color: inherit;
    justify-content: center;
    display: block;
    text-align: center;
  }
  .gnav_item:before{
    display: none;
  }
  .gnav .gnav_item + .gnav_item,
  .gnav .gnav_item:first-child,
  .gnav .gnav_item:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav_item:nth-child(n+5){
    margin-top: 0;
  }
  .gnav_bg{
    padding: 0;
    background: inherit;
  }

  .gnav_item .gnav_item_sub{
    display: block;
    position: static;
    width: 100%;
    background: aliceblue;
    padding: 15px;
    margin-top: 20px;
  }
  .gnav .gnav_item:hover{
    color: #000000;
  }



}



/*******************************
*　フッター
********************************/

.footer{
  margin-top: 80px;
  padding: 25px 0 0;
  background: url(https://kredocore.jp/system_panel/uploads/images/home_bg1.jpg);
}
.footer > .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ftr_logo{
  margin-bottom: 30px;
  display: inline-block;
}
.ftr_logo img{
  width: 180px;
}
.ftr_left{
  text-align: center;
}
.ftr_contact{
  margin-bottom: 45px;
}
.ftr_contact > a{
  border-radius: 10px;
}

.ftr_logo{
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_links{
  display: none;
  flex-wrap: wrap;
}
.ftr_links + .ftr_links{
  margin-top: 20px;
}
.ftr_link{
  padding: 0 28px;  
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
}
.ftr_link + .ftr_link{
  border-left: 1px solid;
}
.ftr_link:first-child{
  padding-left: 0;
}
.ftr_right{
  display: none;
}


/*.ftr_info_wrap{
  display: flex;
}
.ftr_info_box1{
  width: 90px;
  padding-right: 20px;
  position: relative;
}
.ftr_info_box1:after{
  content: " /";
  position: absolute;
  right: 5px;
  top: 0;
}
.ftr_info_box2{
  width: calc(100% - 90px);
}*/

.ftr_copy{
  margin-top: 30px;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #aaa7a7;
  letter-spacing: 0.075em;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  z-index: 1000;
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #009944;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
}
.footer_fix .footer_fix_item_1{
  width: 26%;
  border-right: 0;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 22%;
  color: #ffffff;
  background: #009944;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}
/*.footer_fix > a p:before{
  font-size: 18px;
  margin-bottom: 5px;
  font-family: 'FontAwesome';
  font-weight: 900;
  display: block;
}*/
.footer_fix > a.no1{
  background: #8fc31f;
  color: #ffffff;
}
.footer_fix > a.no2{
  background: #f39800;
  color: #ffffff;
}
.footer_fix > a.no3{
  background: #ffde00;
}
/*.footer_fix > a.no1 p:before{
  content: "\f007";
}
.footer_fix > a.no2 p:before{
  content: "\f10b";
}
.footer_fix > a.no3 p:before{
  content: "\f0e0";
}
.footer_fix > a.no4 p:before{
  content: "\f0c9";
}*/

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 10;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #009944;
}
.pagetop a i{
  font-size: 40px;
  font-family: 'FontAwesome';
  font-weight: 900;
}



@media (min-width:375px){

}

@media (min-width:768px){
  .footer{
    margin-top: 120px;
    padding: 60px 0 0;
  }
  .ftr_copy{
    margin-top: 50px;
  }
  .ftr_left{
    margin-bottom: 30px;
  }
  .ftr_links {
    display: flex;
    justify-content: center;
  }
  .ftr_right{
    display: block;
  }
  .ftr_logo img{
    width: auto;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 200px;
  }
  .ftr_contact > a {
    width: 165px;
  }
  .footer > .container{
    justify-content: space-between;
  }
  .ftr_left{
    margin-bottom: 0;
    text-align: left;
  }
  .ftr_links {
    justify-content: flex-start;
  }
}
@media (min-width:1200px){
  .ftr_contact > a {
    width: 175px;
  }
}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }
}



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

/* Flexテーブルレイアウト */
.fl_tbl_items{
  border: 1px solid #cab386;
  margin-bottom:80px;
}
.fl_tbl_items_item{
  display: flex;
  letter-spacing: 0.05em;
}
.fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #cab386;
}

.fl_tbl_items_item_box1,
.fl_tbl_items_item_box2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 70px;
}
.fl_tbl_items_item_box1{
  width:31.53%;
  background: #eeeeee;
  padding: 10px 5px;
  border-right: 1px solid #cab386;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.fl_tbl_items_item_box2{
  width:68.47%;
  background: #fff;
}
.fl_tbl_items_item_txt{
  width: 100%;
  padding: 10px 10px;
}
.fl_tbl_items_item_txt + .fl_tbl_items_item_txt{
  border-top: 1px solid #cab386;
}

/* 青 */
.fl_tbl_items.blue{
  border: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item_box1{
  background: #eff8fc;
  border-right: 1px solid #7ecef4;
}

@media (min-width:375px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px;
  }
}
@media (min-width:768px){
}
@media (min-width:1024px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px 10px 60px;
  }
  .fl_tbl_items_item_txt{
    padding: 10px 10px 10px 25px;
  }
}
@media (min-width:1200px){

}
@media (max-width:767px){
  .footer_fix{
    display: flex;
  }

  body{
    padding-bottom: 56px;
  }
}


/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 12px 10px;
  
}
.table_rows_th{
  background-color: #f6f6f6;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.table_rows_td{
  letter-spacing: 0.075em;
}
.table_rows_td_pad0{
  padding: 0 !important;
}

/* テーブル入れ子 */
.table_rows .table_rows{

}
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_td{
  border-top:0;
}
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_td{
  border-bottom:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:first-child{
  border-left:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:last-child{
  border-right:0;
}


/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #e5e5e5;
}  
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 30px;
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

/* リスト */
.posts_list{

}
.pg_home .posts_list{
  margin-bottom: 35px;
  position: relative;
}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 6px;
}
.posts_list .webgene-item a{
  width: 100%;
  padding: 0 12px;
  display: block;
}
.posts_list .webgene-item .date{
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.posts_list .webgene-item .meta{
}
.posts_list .webgene-item .category{
  font-size: 14px;
  width: auto;
  min-width: 148px;
  padding: 0;
  background: #cc0033;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 500;
}
.posts_list .webgene-item .title{
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #0069ba;
  color: #FFF;
  padding: 9px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 10px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 18px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 33px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{

}
.posts_detail .meta .title{
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

.posts_side_title{
  background: #cc0033;
}

.posts_detail{
  border-top: 15px solid #cc0033;
}

.posts_detail .category{
  width: 120px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: #cc0033;
  color: #FFF;
  padding: 4px;
}
.posts_detail .meta{
  align-items: center;
  padding: 0;
  margin-top: 10px;
  padding-bottom: 5px;
}
.posts_detail .meta .date{
  letter-spacing: 0.075em;
}
.posts_layout_box1 .link_1{
  max-width: 255px;
  background: #cc0033;
  font-weight: 500;
}
.pg_news1{
    margin-top: 8px;
}
.pg_news2{
    margin-top: 14px;
}


/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    font-size: 16px;
    max-width: calc(100% - 105px);
    padding-left: 15px;
  }
  .posts_list .webgene-item .category{
    min-width: 105px;
    padding: 2px;
    line-height: 1.2;
  }
  .posts_list .webgene-item .meta{
    display: flex;
    align-items: center;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 50px;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 15px;
  }
  .posts_list .webgene-item .meta{
    display: flex;
    align-items: center;;
  }
  .posts_list .webgene-item .category{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 148px - 28px);
    margin-left: 28px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 72px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 20px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 16px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }

  .webgene-pagination{
    margin-top: 80px;
  }
  .posts_detail .meta .title{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.065em;
  }
  .posts_layout_box1 .link_1{
    margin-top: 80px;
  }

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

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 149px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
  }
  .posts_list .webgene-item .title a{

  }
  
  .posts_detail{
    padding: 20px 30px;
  }

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

  .pg_news{
    padding-top: 100px;
  }
  
  .pg_news1 .posts_layout_box2{
    margin-top: 12px;
  }
  .posts_list .webgene-item{
  }
  
  
  .posts_detail{
    padding-top: 16px;
  }
  .posts_detail .category{
    margin-left: 10px;
  }
  .posts_detail .meta{
    padding-left: 10px;
  }
  .posts_detail .meta .title{
    font-size: 20px;
  }
  

}



/*******************************
*　お問い合わせ
********************************/

.contact_info_wrap{
  background: #f0f0f0;
  color: #FFF;
  padding: 28px 25px 20px;
  margin-bottom: 97px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #009944;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 20px 10px 28px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #009944;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 15px;
  margin-right: 18px;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 400;
  margin-left: 5px;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 18px;
    line-height: 1.5;
  }
  .contact_info_tel_icon{
    font-size: 16px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 28px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 14px;
  }

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 0.3em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 12px 15px 16px 20px;
  background: #eeeeee;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
  font-weight: 500;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 0 12px;
  margin-top: 5px;
  float: right;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 18px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.1em;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 8px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.1em;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  font-size: 15px;
  width: 100%;
  height: 280px;
  font-size: 16px;
  padding: 0 8px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.09em;
}
.pg_contact .checkArea{
  padding: 4px 13px;
  line-height: 1.85;
}
.pg_contact .checkbox + label{
  margin-left: 8px;
  letter-spacing: 0.16em;
}
.pg_contact .checkArea .d-inline-block{
  margin-right: 15px;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 0;
}
.pg_contact .checkbox + .privacyLabel{
  font-size: 17px;
  display: inline;
  letter-spacing: 0.075em;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  max-width: 285px;
  width: 100%;
  font-size: 18px;
  padding: 8px;
  margin: 30px auto 0;
  border: 0;
  background: #009944;
  color: #ffffff;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 500;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.075em;
}
.radioArea{
  padding: 0 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
}
.radioArea .d-inline-block{
  margin-right: 40px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.8;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }
  .pg_contact .section.sec1 {
    margin-top: -30px;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 120px 0 0;
}
.pg_contact .section.sec2 .contact_tt{
  font-size: 21px;
  margin-bottom: 50px;
  padding-left: 10px;
  letter-spacing: 0.22em;
}
.privacy_item {
  margin-top: 30px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 13px;
  margin-bottom: 12px;
  border-left: 6px solid #009944;
  letter-spacing: 0.042em;
  text-align: justify;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.88;
  text-align: justify;
}
.contact_tt.privacy {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

.privacy_txt ol li{    
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 1199px){ 
  
  .privacy_txt{
    letter-spacing: 0.025em;
  }
}

@media only screen and (max-width: 1023px){ 
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }
  
  .pg_contact .formTd input[name="city"] {
    max-width: 345px;
  }

}

@media only screen and (max-width: 767px){  
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  } 
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }
  .pg_contact .checkArea .d-inline-block{
    width: 100%;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 15px;
    padding-left: 10px;
  }
  .pg_contact .formTd input[name="city"] {
    max-width: 425px;
  }
  
  .privacy_txt{
    letter-spacing: 0.055em;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: justify;
}

@media only screen and (max-width: 767px){   
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
  }
}


/*******************************
*　HOME
********************************/
.pg_home{

}
.pg_home .section.sec1{
  padding-top: 10px;
  padding-bottom: 0;
  background: url(https://kredocore.jp/system_panel/uploads/images/home_bg1.jpg);
}
.home_news_ttl {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 12px 10px;
  background: #ffffff;
  border-radius: 10px;
}
.home_news .col-md-3{
  position: relative;
}
.home_news_tree{
  display: none;
}
.home_news_bird {
  padding-left: 10px;
}

.pg_home .section.sec2{
  padding-top: 50px;
  padding-bottom: 50px;
}
.home_sec2_text{
  text-align: justify;
}
.home_about_ttl1 {
  padding: 15px 0 23px;
  background: url(https://kredocore.jp/system_panel/uploads/images/home_ttl_bg1.png) no-repeat center bottom;
  color: #009944;
}
.home_about_ttl2 {
  margin: 15px 0 20px;
}
.link_1 {
  max-width: 350px;
  font-size: 15px;
  margin: 30px auto 0;
  padding: 10px;
  border-radius: 10px;
  background: #009944;
  color: #ffffff;
  font-weight: 500;
  display: block;
  text-align: center;
  letter-spacing: 0.075em;
}
.link_1:hover{
  color: #ffffff;
}
.pg_home .section.sec2 .link_1{
  margin-top: 45px;
}
.home_news_link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.075em;
  position: absolute;
  right: 18px;
  top: 10px;
}

.pg_home .section.sec3{
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(https://kredocore.jp/system_panel/uploads/images/home_bg2.jpg);
}
.home_facility_ttl:before{
  content: "";
  width: 312px;
  height: 64px;
  margin: 0 auto 6px;
  background: url(https://kredocore.jp/system_panel/uploads/images/home_ttl_bg2.png) no-repeat center / contain;
  display: block;
}
.home_facility_ttl{
  margin-bottom: 25px;
}
.home_facility {
  margin-top: 28px;
}
.home_facility > div{
  display: flex;
}
.home_facility_item{
  width: 100%;
  border-radius: 20px;
  padding-bottom: 20px;
  background: #ffffff;
}
.home_facility_img{
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.home_facility_img:before{
  padding-top: 47%;
}
.home_facility_tt {
  padding: 6px 6px 8px;
  margin-bottom: 10px;
  background: #cc0033;
  color: #ffffff;
}
.home_facility_text a{
  font-size: 18px;
  letter-spacing: 0.075em;
}
.home_facility_item .link_1{
  max-width: 250px;
  padding: 2px;
  margin: 10px auto 0;
}
.home_facility > div + div{
  margin-top: 15px;
}

.pg_home .section.sec4{
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(https://kredocore.jp/system_panel/uploads/images/home_bg3.jpg) no-repeat center bottom;
}
.home_service_ttl {
  padding: 12px 0 20px;
  margin-bottom: 15px;
  background: url(https://kredocore.jp/system_panel/uploads/images/home_ttl_bg3.png) no-repeat center bottom;
}
.home_service{
  margin-top: 25px;
}
.home_service_img{
  border: 4px solid #009944;
}
.home_service_img:before{
  padding-top: 46%;
}
.home_service_bg a{
  margin: -35px 45px 0;
  padding: 20px 15px 18px;
  position: relative;
  background: url(https://kredocore.jp/system_panel/uploads/images/home_ttl_bg4.png) no-repeat 5px 5px,
    url(https://kredocore.jp/system_panel/uploads/images/home_ttl_bg5.png) no-repeat calc(100% - 5px) calc(100% - 5px) #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  display: block;
}
.home_service_bg a:hover{
  opacity: 1;
}
.home_service_bg a:hover .link_1{
  opacity: 0.7;
}
.home_service_bg .link_1{
  max-width: 150px;
  font-size: 14px;
  margin: 12px auto 0;
  padding: 1px;
  border-radius: 12px;
  line-height: 1.5;
  transition: 0.2s;
}
.home_service > div + div{
  margin-top: 15px;
}

.pg_home .section.sec5{
  margin-bottom: -80px;
  position: relative;
}
.home_recruit_img{
  height: 400px;
  position: relative;
  overflow: hidden;
}
.home_recruit_img img{
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home_recruit_bg {
  padding: 20px;
  background: rgba(255,255,255,0.85);
  border-radius: 20px;
}
.home_recruit_txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.home_recuirt_ttl1 {
  margin-bottom: 3px;
  color: #cc0033;
}
.home_recruit_bg .link_1{
  max-width: 230px;
  padding: 5px;
  margin-top: 15px;
}
.home_recuirt_ttl3 {
  margin: 15px 0 10px;
}
.home_recuirt_text,
.home_sec4_text{
  text-align: justify;
}


@media (max-width:767px){

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

  .home_news_tree {
    width: 477px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
  }
  .pg_home .posts_list{
    min-height: 297px;
    margin-bottom: 35px;
  }
  .home_news_link {
    font-size: 14px;
    right: 28px;
  }

  .pg_home .section.sec2{
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .home_facility_text a{
    font-size: 20px;
  }
  .link_1 {
    margin: 45px auto 0;
  }
  .home_about_ttl1 {
    padding: 9px 0 23px;
  }

  .pg_home .section.sec3{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home_facility_img:before{
    padding-top: 256px;
  }
  .home_facility > div + div{
    margin-top: 0;
  }  
  .home_facility > div:nth-child(n+3){
    margin-top: 30px;
  }

  .pg_home .section.sec4{
    padding-top: 100px;
    padding-bottom: 180px;
  }
  .home_service{
    margin-top: 45px;
  }
  .home_service_img:before{
    padding-top: 242px;
  }
  .home_service_bg a {
    margin: -35px 25px 0;
  }
  .home_service > div + div{
    margin-top: 0;
  }  
  .home_service > div:nth-child(n+3){
    margin-top: 30px;
  }
  .home_service_bg .link_1{
    max-width: 220px;
  }

  .pg_home .section.sec5{
    margin-bottom: -120px;
  }
  .home_recruit_img{
    height: 350px;
  }
  .home_recruit_img img{
    left: 28%;
  }
}
@media (min-width:1024px){
  .pg_home .section.sec5{
    margin-bottom: -200px;
  }
  .home_sec2_text{
    text-align: center;
  }

  .home_recruit_img{
    height: 450px;
  }
  .home_facility_item .link_1{
    max-width: 350px;
  }
  .home_service_bg a {
    margin: -35px 65px 0;
  }
  .home_recruit_img img{
    left: 28%;
  }

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

  .home_recruit_img img{
    left: 50%;
  }

}
@media (min-width:1920px){

  .home_recruit_img{
    height: auto;
  }
  .home_recruit_img:before{
    content: "";
    padding-top: 450px;
    display: block;
  }
  .home_recruit_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}


/*******************************
*　コンセプト
********************************/
.concept_ttl {
  margin-bottom: 7px;
}

.pg_concept .section.sec1 {
  padding-bottom: 30px;
  overflow: hidden;
}
.pg_concept .section.sec1 .container{
  padding: 80px 15px 0;
  position: relative;
}
.pg_concept .section.sec1 .container:before{
  content: "";
  width: 45%;
  height: 77px;
  background: url(https://kredocore.jp/system_panel/uploads/images/concept_bg1.png) no-repeat center / contain;
  position: absolute;
  left: 15px;
  top: 0;
}
.pg_concept .section.sec1 .container:after{
  content: "";
  width: 45%;
  height: 77px;
  background: url(https://kredocore.jp/system_panel/uploads/images/concept_bg2.png) no-repeat center / contain;
  position: absolute;
  right: 15px;
  top: 0;
}
.concept_note{
  max-width: 842px;
  margin: 0 auto;  
  position: relative;
}
.concept_note:after{
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  box-shadow: 10px 20px 20px #f0e4df;
  position: absolute;
  left: 0;
  top: 20px;
  pointer-events: none;
}
.concept_bg {
  padding: 60px 15px 20px 35px;
  background: url(https://kredocore.jp/system_panel/uploads/images/concept_bg3_1.jpg) no-repeat left top, 
    url(https://kredocore.jp/system_panel/uploads/images/concept_bg3_2.jpg) no-repeat left bottom, 
    url(https://kredocore.jp/system_panel/uploads/images/concept_bg3_2.jpg) repeat-y left top;
  position: relative;
  background-size: 100% auto;
}
.concept_bg:before{
  content: "";
  background: url(https://kredocore.jp/system_panel/uploads/images/concept_bg4.png) no-repeat center / contain;
  position: absolute;
  right: -50px;
  top: 5.3%;
  z-index: 1;
}
.concept_bg:after{
  content: "";
  background: url(https://kredocore.jp/system_panel/uploads/images/concept_bg5.png) no-repeat center / contain;
  position: absolute;
  right: -50px;
  bottom: 5%;
  z-index: 1;
}
.concept_text {
  font-size: 16px;
  line-height: 2.11;
}
.concept_text + .concept_text{
  margin-top: 30px;
}

@media (min-width:768px){  
  .pg_concept {
    margin-top: -80px;
  }
  .concept_note:after{
    height: calc(100% - 50px);
    width: calc(100% - 40px);
    top: 50px;
    left: 40px;
    box-shadow: 20px 40px 30px #f0e4df;
  }
  .concept_bg{
    padding: 150px 75px 40px 65px;
    background-size: auto;
  }
  .pg_concept .section.sec1 .container{
    padding: 115px 0 0;
    position: relative;
  }
  .pg_concept .section.sec1 .container:before{
    content: "";
    width: 30%;
    max-width: 320px;
    height: 167px;
  }
  .pg_concept .section.sec1 .container:after{
    content: "";
    width: 30%;
    max-width: 320px;
    height: 167px;
  }
  .pg_concept .section.sec1 {
    padding-bottom: 100px;
  }
  .concept_text {
    font-size: 18px;
  }
  .concept_bg:before {
    width: 172px;
    height: 74px;
    right: -100px;
    top: 11.3%;
  }
  .concept_bg:after {
    width: 172px;
    height: 74px;
    right: -100px;
    bottom: 10%;
  }
}
@media (min-width:1024px){

  .pg_concept {
    margin-top: -120px;
  }
  .concept_note{
    left: -30px;
  }

}


/*******************************
*　事業内容
********************************/
.about_ttl {
  margin-top: -5px;
  margin-bottom: 20px;
}
.pg_about .home_facility_item,
.pg_facility .home_facility_item{
  padding-bottom: 15px;
  background: #f5fdf1;
}
.about_sec1_text2 {
  padding: 0 20px;
  margin-top: 8px;
}
.pg_about .home_facility_tt {
  padding: 2px 6px;
}

.pg_about .section.sec2{
  padding-top: 50px;
}
.about_sec2_item + .about_sec2_item{
  margin-top: 50px;
}
.about_sec2_ttl1 {
  padding: 10px 8px;
  border-radius: 5px;
  margin-bottom: 22px;
  background: #b3d465;
}
.about_sec2_text {
  padding-left: 10px;
}
.about_sec2_bg {
  padding: 28px 22px 40px;
  margin-top: 25px;
  background: #fdf7ed;
  position: relative;
}
.about_sec2_bg:after{
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px dashed #facd89;
  position: absolute;
  left: 10px;
  top: 10px;
  pointer-events: none;
}
.about_sec2_ttl2 {
  padding: 7px;
  margin-bottom: 20px;
  background: #f19149;
  color: #ffffff;
}
.about_sec2_dl{
  margin-top: 13px;
}
.about_sec2_dt{
  padding-left: 22px;
  padding-bottom: 2px;
  margin-bottom: 2px;
  position: relative;
  border-bottom: 1px dotted;
}
.about_sec2_dt:before{
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #cc0033;
}
.about_sec2_img{
  margin-bottom: 15px;
}
.about_sec2_img:before{
  padding-top: 99.328%;
}
.about_sec2_dd ul li{
  position: relative;
}
.about_sec2_dd_item p{
  position: relative;
}
.about_sec2_dd ul li:before{
  padding-right: 5px;
  content: "●";
  color: #eb7115;
}
.about_sec2_dd_item p:not(.indent):before{
  padding-right: 5px;
  content: "●";
  color: #eb7115;
}
.about_sec2_dd_item p.indent{
  padding-left: 1em;
  text-indent: -1em;
}
.about_sec2_dd ul li + li{
  margin-top: 10px;
}
.about_sec2_dd_item + .about_sec2_dd_item{
  margin-top: 10px;
}
.about_sec2_item .col-md-5{
  order: 1;
}
.about_sec2_item .col-md-7{
  order: 2;
}

@media (min-width:768px){  
  .pg_about .home_facility{
    margin-top: 42px;
  }

  .pg_about .section.sec2{
    padding-top: 120px;
  }
  .about_sec2_item + .about_sec2_item{
    margin-top: 100px;
  }
  .about_sec2_item .col-md-5{
    order: 2;
  }
  .about_sec2_item .col-md-7{
    order: 1;
  }
  .about_sec2_item:nth-child(even) .col-md-5{
    order: 1;
  }
  .about_sec2_item:nth-child(even) .col-md-7{
    order: 2;
  }
  .link_1 {
    margin: 35px auto 0;
  }
  .about_sec2_img{
    margin-bottom: 0;
  }
}
@media (min-width:1024px){
  .about_sec2_dd{
    display: flex;
    flex-wrap: wrap;
  }
  .about_sec2_dd ul{
    display: flex;
    flex-wrap: wrap;
  }
  .about_sec2_dd ul li:nth-child(2n+1){
    width: 44%;
  }
  .about_sec2_dd_item:nth-child(2n+1){
    width: 44%;
  }
  .about_sec2_dd ul li:nth-child(2n){
    width: 56%;
  }
  .about_sec2_dd_item:nth-child(2n){
    width: 56%;
  }
  .about_sec2_dd ul li + li{
    margin-top: 0;
  }
  .about_sec2_dd_item + .about_sec2_dd_item{
    margin-top: 0;
  }
  .about_sec2_dd ul li:nth-child(n+3){
    margin-top: 10px;
  }
  .about_sec2_dd_item:nth-child(n+3){
    margin-top: 10px;
  }

}
@media (min-width:1200px){
  .about_sec2_ttl2 br{
    display: none;
  }

}


/*******************************
*　施設紹介
********************************/


.faci_sec1_box {
  padding: 20px 15px;
  border: 1px solid #838383;
  align-items: flex-start;
  justify-content: center;
}
.faci_sec1_img {
  width: 100%;
  max-width: 446px;
  margin: 0 auto 20px;
  order: 1;
}
.faci_sec1_img:before{
  padding-top: 92%;
}
.faci_sec1_txt{
  line-height: 1.95;
}
.faci_sec1_txt.no1{
  margin-bottom: 20px;
  order: 2;
}
.faci_sec1_txt.no2{
  order: 3;
}
.faci_sec1_ttl{
  margin-bottom: 15px;
}
.faci_sec1_img2{
  width: 100%;
  max-width: 540px;
  margin: 20px auto 0;
  order: 4;
}
.faci_sec1_img2:before{
  padding-top: 76%;
}

.pg_facility .section.sec2{
  padding-top: 50px;
}
.faci_sec2_box1{
  margin-top: 50px;
}
.faci_sec2_text2 {
  text-align: center;
}
.faci_sec2_text2 ul{
  font-size: 14px;  
  display: inline-block;
  text-align: left;
}
.faci_sec2_text2 ul li{
  padding-left: 1em;
  position: relative;
}
.faci_sec2_text2 ul li:before{
  content: url(/system_panel/uploads/images/faci_check.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.pg_facility .about_sec2_bg{
  padding: 25px 25px;
  margin-top: 12px;
}
.faci_sec2_img1{
  margin-top: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.faci_sec2_img1:before{
  padding-top: 65%;
}
.faci_sec2_box2 {
  margin-top: 55px;
}
.faci_box3_ttl{
  justify-content: flex-start;
}
.faci_box3_ttl1 {
  margin-right: 8px;
  font-family: 'Oswald', sans-serif;
  color: #b3d465;
}
.faci_box3_ttl {
  padding-bottom: 13px;
  margin-bottom: 10px;
  align-items: center;
  border-bottom: 2px dashed #b3d465;
  line-height: 1;
}
.faci_box3_img{
  margin-top: 15px;
  border-radius: 20px;
  overflow: hidden;
}
.faci_box3_img:before{
  padding-top: 66%;
}
.faci_sec2_item2 + .faci_sec2_item2{
  margin-top: 30px;
}

.pg_facility .section.sec3 {
  padding-top: 80px;
}
.faci_sec4_gallery{
  margin: 0 -8px;
}
.faci_sec4_gallery_item {
  width: 50%;
  padding: 0 8px;
}
.faci_sec4_gallery_item .img_fit:before{
  padding-top: 73%;
}
.faci_sec4_gallery_item:nth-child(n+3){
  margin-top: 15px;
}
.faci_box3_ttl2 br{
  display: block;
}


@media (min-width:768px){  

  .faci_sec1_box {
    padding: 20px 30px;
  }
  .faci_sec1_txt.no1{
    padding-left: 35px;
  }

  .pg_facility .section.sec2{
    /* padding-top: 100px; */
  }
  .pg_facility .about_sec2_ttl1 {
    padding: 16px 20px 10px;
  }
  .faci_sec2_box1{
    margin-top: 80px;
  }
  .faci_sec2_box2{
    margin-top: 95px;
  }
  .pg_facility .about_sec2_ttl1{
    margin-bottom: 50px;
  }
  .pg_facility .faci_sec2_box2 .about_sec2_ttl1{
    margin-bottom: 60px;
  }

  .faci_box3_ttl{
    justify-content: flex-start;
  }
  .faci_box3_ttl2 {
    width: calc(100% - 66px);
  }
  .faci_box3_img{
    margin-top: 0;
  }
  .faci_box3_img:before{
    padding-top: 350px;
  }
  .faci_sec2_item2:nth-child(even) .img{
    order: 1;
  }
  .faci_sec2_item2:nth-child(even) .txt{
    order: 2;
  }
  .faci_sec2_item2 + .faci_sec2_item2{
    margin-top: 50px;
  }
  .pg_facility .section.sec3{
    padding-top: 100px;
  }
  .pg_facility .section.sec3 .home_facility_ttl{
    margin-bottom: 52px;
  }
  .faci_sec4_gallery_item {
    width: 25%;
  }
  .faci_sec4_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .faci_sec4_gallery_item:nth-child(n+5){
    margin-top: 15px;
  }

  .faci_sec2_item2 {
    align-items: center;
  }
  .faci_sec2_img1{
    margin-top: 0;
  }
  .faci_box3_ttl2 br{
    display: block;
  }
}
@media (min-width:1024px){
  .pg_facility {
    margin-top: -30px;
  }
  .faci_sec1_box {
    padding: 50px 30px;
    justify-content: space-between;
  }
  .faci_sec1_img {
    width: 43%;
    max-width: 446px;
    margin: 0;
    order: 1;
  }
  .faci_sec1_img2{
    width: 52%;
    margin: 35px 0 0;
    order: 4;
  }
  .faci_sec1_txt{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .faci_sec1_txt.no1{
    width: 57%;
    order: 2;
  }
  .faci_sec1_txt.no2{
    width: 48%;
    margin-top: 35px;
    padding-right: 50px;
    padding-left: 15px;
    order: 3;
  }
  .faci_sec1_ttl{
    margin-left: 22px;
  }
  .about_sec2_text1 {
    margin-top: -10px;
  }

  .faci_sec1_txt{
    line-height: 1.65;
  }
  .pg_facility .section.sec2{
    /* padding-top: 160px; */
  }

  .faci_sec2_box2{
    margin-top: 145px;
  }
  .pg_facility .section.sec3{
    padding-top: 150px;
  }
  
  .faci_sec2_text2 ul{
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
  }
  .faci_sec2_text2 ul li:nth-child(2n+1){
    width: 50%;
  }
  .faci_sec2_text2 ul li:nth-child(n+3){
    margin-top: 4px;
  }
  .faci_sec2_text2 ul li:nth-child(2n){
    width: 50%;
  }
}
@media (min-width:1200px){

  .faci_sec1_txt{
    line-height: 1.95;
  }


  .faci_box3_ttl1 {
    margin-right: 25px;
  }
  .faci_box3_ttl2 {
    width: calc(100% - 86px);
  }
  .faci_box3_ttl2 br{
    display: none;
  }
  .faci_sec2_text2 ul{
    font-size: 14px;
  }
  .faci_sec2_text2 ul li:nth-child(2n+1){
    width: 53%;
  }
  .faci_sec2_text2 ul li:nth-child(2n){
    width: 47%;
  }
  
}



/*******************************
*　スタッフ紹介
********************************/
.staff_item{
  padding: 30px 15px;
}
.staff_item + .staff_item{
  margin-top: 30px;
}
.staff_item.no1 {
  background: url(/system_panel/uploads/images/staff_bg1.jpg?2) no-repeat left top / 100% auto,
    url(/system_panel/uploads/images/staff_bg3.jpg?2) no-repeat left bottom / 100% auto,
    url(/system_panel/uploads/images/staff_bg2.jpg?2) repeat-y left top / 100% auto;
}
.staff_item.no2 {
  background: url(/system_panel/uploads/images/staff_bg4.jpg?) no-repeat left top / 100% auto,
    url(/system_panel/uploads/images/staff_bg6.jpg?) no-repeat left bottom / 100% auto,
    url(/system_panel/uploads/images/staff_bg5.jpg?) repeat-y left top / 100% auto;
}
.staff_left{
  width: 190px;
  margin: 0 auto 20px;
  text-align: center;
}
.staff_img{
  background: url(/system_panel/uploads/images/staff_noimg.jpg) no-repeat center / cover;
}
.staff_img:before{
  padding-top: 127%;
}
.staff_ttl {
  margin-bottom: 3px;
}
.staff_right_box + .staff_right_box{
  margin-top: 13px;
}
.staff_job{
  margin: 20px 0 5px;
  border-radius: 15px;
}
.staff_item.no1 .staff_job{
  background: #8fc31f;
}
.staff_item.no2 .staff_job{
  background: #f39800;
}
.staff_sec1_text{
  padding: 60px 0 20px;
  margin-bottom: 40px;
  position: relative;
}
.staff_sec1_text:before{
  content: "";
  position: absolute;
  width: 45%;
  height: 53px;
  top: 0;
  left: 0;
  background: url(/system_panel/uploads/images/staff_acce1.png) no-repeat left center / contain;
}
.staff_sec1_text:after{
  content: "";  
  position: absolute;
  width: 45%;
  height: 51px;
  top: 0;
  right: 0;
  background: url(/system_panel/uploads/images/staff_acce2.png) no-repeat right center / contain;
}

@media (min-width:768px){  

  .staff_item{
    padding: 45px 35px 55px;
    display: flex;
  }
  .staff_item + .staff_item{
    margin-top: 50px;
  }
  .staff_left{
    margin: 0;
  }
  .staff_right{
    width: calc(100% - 190px);
    padding-left: 30px;
  }
  .staff_sec1_text{
    padding: 50px 0;
    margin-top: -60px;
    margin-bottom: 30px;
  }
  .staff_item + .staff_item{
    margin-top: 80px;
  }
  .staff_sec1_text:before{
    content: "";
    position: absolute;
    width: 80px;
    height: 83px;
    top: 0;
    left: -10px;
    background: url(/system_panel/uploads/images/staff_acce1.png) no-repeat center / contain;
  }
  .staff_sec1_text:after{
    content: "";  
    position: absolute;
    width: 70px;
    height: 81px;
    top: 0;
    right: 10px;
    background: url(/system_panel/uploads/images/staff_acce2.png) no-repeat center / contain;
  }
}
@media (min-width:1024px){
  .staff_item {
    padding: 65px 65px 75px;
  }
  .staff_sec1_text{
    margin-bottom: 70px;
  }
  .staff_sec1_text:before{
    width: 100px;
    height: 103px;
    top: 30px;
  }
  .staff_sec1_text:after{
    width: 90px;
    height: 101px;
    top: 30px;
  }

}
@media (min-width:1200px){
  .staff_sec1_text:before{
    width: 160px;
    height: 163px;
    top: 0;
  }
  .staff_sec1_text:after{
    width: 150px;
    height: 161px;
    top: 0;
  }

}


/*******************************
*　採用情報
********************************/
.recruit_sec1_text {
  margin: 20px 0 50px;
}
.recruit_sec1_img{
  max-width: 980px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.recruit_sec1_img:before{
  padding-top: 60%;
}

.recruit_sec2_ttl{
  margin-bottom: 30px;
}
.recruit_sec2_ttl:before{
  content: url(/system_panel/uploads/images/recruit_ttl1.png);
  display: block;
  margin: 0 auto 20px;
}

.recruit_sec2_links {
  margin: 0 -8px;
  padding-bottom: 8px;
  position: relative;
}
.recruit_sec2_links:after{
  width: calc(100% - 16px);
  border-bottom: 3px solid #cc0033;
  position: absolute;
  left: 8px;
  bottom: 0;
  content: "";
}
.recruit_sec2_link{
  width: 50%;
  padding: 0 8px;
}
.recruit_sec2_link a{
  padding: 10px;
  display: block;
  border: 1px solid #c9c9c9;
  text-align: center;
}
.recruit_sec2_link.no1 a{
  border-bottom: 5px solid #8fc31f;
}
.recruit_sec2_link.no2 a{
  border-bottom: 5px solid #f39800;
}
.recruit_item{
  margin-top: 50px;
}
.recruit_item_ttl{
  margin-bottom: 30px;
  padding: 12px;
}
.recruit_item.no1 .recruit_item_ttl{
  background: #b3d465;
}
.recruit_item.no2 .recruit_item_ttl{
  background: #f19149;
}
.recruit_item.no1 .link_1{
  background: #b3d465;
  color: #ffffff;
}
.recruit_item.no2 .link_1{
  background: #f19149;
  color: #ffffff;
}
.pg_recruit .section.sec2{
  padding-top: 80px;
}

.pg_recruit .table_rows{
  display: block;
  border-bottom: 1px solid #dcdcdc;
}
.pg_recruit .table_rows_tr{
  display: block;
}
.pg_recruit .table_rows_th,
.pg_recruit .table_rows_td{
  display: block;
  border-bottom: 0;
}
.pg_recruit .table_rows_td{
  border-top: 0;
  letter-spacing: 0.12em;
  text-align: justify;
}

@media (min-width:768px){  
  .pg_recruit {
    margin-top: -10px;
  }
  .recruit_sec1_text {
    margin: 20px 0 70px;
  }
  .recruit_sec1_img:before{
    padding-top: 400px;
  }
  .pg_recruit .section.sec2{
    padding-top: 120px;
  }
  .recruit_sec2_ttl{
    margin-bottom: 75px;
  }
  .recruit_item{
    margin-top: 100px;
  }
  .recruit_item_ttl{
    margin-bottom: 60px;
  }
  .pg_recruit .table_rows{
    display: table;
  }
  .pg_recruit .table_rows_tr{
    display: table-row;
  }
  .pg_recruit .table_rows_th,
  .pg_recruit .table_rows_td{
    display: table-cell;
  }
  .pg_recruit .table_rows_td{
    border-top: 1px solid #dcdcdc;
  }
  .table_rows_th{
    width: 214px;
    border-right: 0;
  }
  .table_rows_td{
    padding-left: 30px;
    border-left: 0;
  }
  .recruit_list {
    margin-top: 110px;
  }
  .recruit_sec2_links{
    margin-bottom: 110px;
  }
  .pg_recruit .link_1{
    font-size: 18px;
    padding: 10px;
    max-width: 310px;
    margin: 65px auto 0;
  }
  
  .recruit_sec2_links{
    margin: 0 -15px;
  }
  .recruit_sec2_link{
    padding: 0 15px;
  }
  .recruit_sec2_ttl:before{
    margin: 0 auto 30px;
  }
  .recruit_sec2_links:after {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media (min-width:1024px){

  .table_rows_th{
    width: 284px;
  }

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


}




/*******************************
*　会社概要
********************************/
.pg_company .section.sec1{
}


.company_tt{
}

.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  letter-spacing: 0.075em;
}
.company_tbl .table_rows_th{
  background: #eef8fd;
  vertical-align: top;
}

.company_map{
  margin-top: 30px;
}
.company_map iframe{
  border: 0;
  width: 100%;
  height: 250px;
}


@media (max-width:767px){

}
@media (min-width:768px){  
  .pg_company{
    margin-top: -30px;
  }
  .pg_company .recruit_sec2_ttl:before {
    margin: 0 auto 26px;
  }
  .pg_company .recruit_sec2_ttl {
    margin-bottom: 55px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    letter-spacing: 0.1em;
  }

  .company_map{
    margin-top: 80px;
  }
  .company_map iframe{
    height: 450px;
  }
}
@media (min-width:1024px){

  

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

  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    font-size: 16.44px;
  }
  .company_tbl .table_rows_th{
  }

}


/*******************************
*　
********************************/
.pg_xxx{
  
}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

/* コピー用 */
@media (max-width:767px){

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

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


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


}


/*******************************
*　
********************************/
.pg_xxx{
  
}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

/* コピー用 */
@media (max-width:767px){

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

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


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


}
