@charset "UTF-8";


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

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

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

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

.mincho{
  font-family: 'Noto Serif JP', serif;
}
.en{
  font-family: 'Vujahday Script', cursive;
}

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

/* 動画埋め込みのレスポンシブ対応 */
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;
  }
}

/* 指定した行数での切り取り */
.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{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hdr_1 {
  padding: 10px;
  background: #eeeeee;
}
.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{
  margin-bottom: 30px;
}
.hdr_img:before{
  padding-top: 170px;
}  
.hdr_tt {
  width: 150px;
  height: 150px;
  margin: -75px auto 0;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: #ffffff;
}
.hdr_ttl{
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.header .white_bg{    
  background: rgba(255,255,255,0.75);
  position: relative;
  z-index: 3;
}
.header .white_bg:before{
  content: "";
  width: 100%;
  height: 30px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

.gnav{  
  z-index: 5;
}


@media (max-width: 767px){
  .hdr_logo{
    width: 300px;
    margin: 0 auto;
    padding: 3px 25px;
    background: url(https://fine-craft.jp/system_panel/uploads/images/hdr_logo_bg.svg) no-repeat center / contain;
    text-align: center;
    display: block;
    position: relative;
  }
  .hdr_logo img{
    width: 150px;
  }
  .gnav .gnav_item.logo{
    display: none;
  }

}

@media (min-width:768px){
  body {
    padding-top: 90px; 
  }

  .hdr_1 {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .hdr_desc{
    font-size: 15px;
    padding-left: 20px;
  }
  .hdr_contact{
    display: flex;
    align-items: center;
  }
  .hdr_tel{
    font-size: 18px;
    margin-right: 20px;
    font-weight: 500;
  }
  .hdr_form {
    font-size: 14px;
    padding: 15px 13px;
    display: block;
    background: #6bb1ec;
    color: #ffffff;
  }
  .hdr_form p:before{
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-weight: 900;
    margin-right: 5px;
  }

  .hdr_form2 {
    font-size: 14px;
    padding: 15px 13px;
    display: block;
    background: #b80000;
    color: #ffffff;
  }
  .hdr_form2 p:before{
    font-family: 'FontAwesome';
    font-weight: 900;
    margin-right: 5px;
  }

  .pg_header{
    margin-bottom: 60px;
  }
  .pg_header_mv{
    height: 350px;
  }

  .gnav .gnav_item.logo{
    background: url(https://fine-craft.jp/system_panel/uploads/images/hdr_logo_bg.svg) no-repeat center / contain;
    text-align: center;
    position: relative;
  }
  .gnav .gnav_item.logo img {
    width: 163px;
  }
  .header .white_bg:before{
    height: 40px;
  }
  .gnav {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
    align-items: flex-end;
  }
  .gnav .gnav_item {
    padding: 0 15px;
    margin-top: 10px;
    /*line-height: 2;*/
    font-weight: 500;
    letter-spacing: 0.1em;
  }  
  .gnav .gnav_item.logo{
    width: 325px;
    padding: 3px 25px;
  }
  .gnav_item:hover .children{
    display: block;
    transition: 0.2s;
  }
  .gnav_item .children{
    width: 100%;
    padding: 15px 0;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    /*bottom: -78px;*/
    top:100%;
    display: none;
  }
  .gnav_item .children .container{
    padding: 0 30px;
    justify-content: center;
  }
  .children_item {
    padding: 0 20px;
    margin: 5px 0;
    color: #ffffff;
    line-height: 1;
  }
  .children_item + .children_item{
    border-left: 1px solid;
  }
  .children_item:first-child,
  .children_item:nth-child(5){
    padding-left: 0;
  }
  .children_item:nth-child(5){
    border-left: 0;
  }
  .children_item:last-child{
    padding-right: 0;
  }
  .children_item:hover{
    border-left-color: #ffffff;
    opacity: 1;
  }


  .hdr_img:before{
    padding-top: 370px;
  }

  .hdr_tt {
    width: 220px;
    height: 220px;
    margin: -110px auto 0;
  }  
  .hdr_ttl{
    font-size: 20px;
    margin-top: 24px;
  }
}
@media (min-width:1024px){
  body {
    padding-top: 110px;
  }

  .hdr_desc{
    padding-left: 30px;
  }
  .hdr_form {
    font-size: 15px;
    padding: 15px 23px;
  }  
  .hdr_tel{
    font-size: 24px;
  }

  .header .white_bg:before{
    height: 50px;
  }
  .gnav {
    margin: 0 -25px;
  }
  .gnav .gnav_item {
    padding: 5px 25px;
    margin-top: 0;
  }
  .gnav .gnav_item.logo {
    width: 475px;
    padding: 3px 25px;
    margin-top: 8px;
  }
  .gnav .gnav_item.logo img {
    width: 253px;
  }

  .pg_header{
    margin-bottom: 110px;
  }
  .pg_header_mv{
    height: 550px;
  }
  .gnav_item .children{
    /*bottom: -45px;*/
  }
  .children_item {
    font-size: 14px;
    padding: 0 5px;
    margin: 0;
  }
  .children_item:nth-child(5){
    padding-left: 5px;
    border-left: 1px solid;
  }
}
@media (min-width:1200px){
  .gnav {
    margin: 0 -45px;
  }
  .gnav .gnav_item {
    padding: 8px 45px;
  }
  .gnav .gnav_item.logo {
    width: 475px;
    padding: 3px 45px;
    margin-top: 8px;
  }

  .children_item {
    padding: 0 22px;
  }
  .children_item:nth-child(5){
    padding-left: 22px;
  }
}

@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: 15px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
    color: inherit;
    justify-content: center;
    display: block;
    text-align: center;
    position: static;
  }
  .gnav_item:before{
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ddd;
  }
  .gnav_item.active:before{
    content: "\f0d8";
  }
  .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;
  }

  .gnav_item .children{ 
    margin-top: 10px;   
    color: #ffffff;
    background: rgba(0,0,0,0.5);
    display: none;
  }
  .gnav_item .children .container{
    padding: 0;
  }
  .children_item {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .children_item + .children_item{
    border-top: 1px solid;
  }
  


}



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

.footer{
  margin-top: 80px;
}

.ftr1 {
  padding: 35px 0 25px;
  background: #6bb1ec;
  text-align: center;
}
.contact .ftr1{
  display: none;
}
.ftr_contact_ttl1 {
  font-family: 'Kaisei Decol', serif;
}
.ftr_contact_ttl2{
  margin: 0 0 20px;
}
.ftr1 .flex{
  padding: 0 15px;
  justify-content: center;
}
.ftr_contact_link1,
.ftr_contact_link2 {
  max-width: 410px;
  width: 100%;
  height: 58px;
  margin-top: 25px;
  padding: 10px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftr_contact_link2{
  font-size: 15px;
  border-color: #ffffff;
  background: url(https://fine-craft.jp/system_panel/uploads/images/home_arrow1.svg) no-repeat 95% center / 18% auto #ffffff;
}

.ftr2 {
  padding: 20px 0 15px;
}
.contact .ftr2 {
  padding: 0 0 15px;
}
.ftr_logo img{
  width: 267px;
}
.ftr3 {
  padding: 0 0 15px;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.ftr_links{
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ftr_links_item{
  font-size: 15px;
  padding: 0 16px;
  margin-top: 15px;
  line-height: 1;
  font-weight: 600;
  border-left: 1px solid;
}
.copyright{
  padding: 15px 0;
}


/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  z-index: 10;
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #6bb1ec;
  text-decoration: none;
  line-height: 1.2;
  color: #ffffff;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #5da3df;
}
.footer_fix .footer_fix_item_1 + .footer_fix_item_1 i{
  font-size: 28px;
  line-height: 1;
  margin: -2px 0 2px;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}


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



@media (max-width: 767px){
  .ftr_contact_link2{
    background: #ffffff;
  }
  .copyright{
    border-top: 1px solid #aaaaaa;
  }
}

@media (min-width:768px){

  .footer{
    margin-top: 150px;
  }

  .ftr1 {
    padding: 40px 0 38px;
  }
  .ftr_contact_link1,
  .ftr_contact_link2 {
    margin-top: 25px;
  }
  .ftr_contact_text p br{
    display: none;
  }

  .ftr2 {
    padding: 40px 0 30px;
  }
  .contact .ftr2 {
    padding: 0 0 30px;
  }

  .copyright{
    padding: 45px 0;
  }
}
@media (min-width:1024px){

  .footer{
    margin-top: 200px;
  }
  .footer.contact{
    margin-top: 180px;
  }

  .ftr1 .flex{
    padding: 0 0px;
    justify-content: space-between;
    align-items: baseline;
  }
  .ftr_contact_link1,
  .ftr_contact_link2 {
    width: 48%;
    margin-top: 45px;
  }
}
@media (min-width:1200px){

}
@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){

  .ftr_links_item:nth-child(1){
    border-left: 0;
  }
  .ftr_links_item:nth-child(6),
  .ftr_links_item:nth-child(10){
    border-left: 0;
  }
}
@media (min-width:1024px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px 10px 60px;
  }
  .fl_tbl_items_item_txt{
    padding: 10px 10px 10px 25px;
  }

  .ftr_links_item:nth-child(8),
  .ftr_links_item:nth-child(5){
    border-left: 1px solid;
  }
  .ftr_links_item:nth-child(6),
  .ftr_links_item:nth-child(10){
    border-left: 1px solid;
  }
  .ftr_links_item:nth-child(7){
    border-left: 0;
  }
}
@media (min-width:1200px){

  .ftr_links_item:nth-child(7){
    border-left: 1px solid;
  }
  .ftr_links_item:nth-child(8){
    border-left: 0;
  }
}
@media (max-width:767px){
  .footer_fix{
    display: flex;
  }

  body{
    padding-bottom: 60px;
  }
}


/* テーブル用 */
.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: 20px 15px;
}
.table_rows_th{
  background-color: #eeeeee;
}
.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;
}


/*******************************
*　HOME
********************************/
.section .container p:not(.tt1_en),
.section .container h1,
.section .container h2,
.section .container h3{
  position: relative;
  z-index: 1;
}
.mv{
  position: relative;
  display: flex;
}
.mv_box{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.mv_box .container{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv_txt{
  text-shadow: 0 0 7px #ffffff,
    0 0 7px #ffffff,
    0 0 7px #ffffff,
    0 0 7px #ffffff,
    0 0 7px #ffffff,
    0 0 7px #ffffff,
    0 0 7px #ffffff;
    z-index: 2;
}
.mv_img{
  width: 100%;
  position: relative;
  z-index: 1;  
}
.mv_img:before{
  padding-top: 300px;
}

.pg_home .section.sec1{
  padding: 50px 0;
}
.section .container{
  position: relative;  
}
.tt1_en {
  font-size: 60px;
  line-height: 1;
  font-family: 'Vujahday Script', serif;
  color: #f3f2f2;
  letter-spacing: 0.08em;
  position: absolute;
  z-index: 0;
  right: 15px;
  top: -25px;
}

.tt1 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  letter-spacing: 0.08em;
}

.flex{
  display: flex;
  flex-wrap: wrap;
}
.home_sec1_list{
  margin: 30px 0 0;
}
.home_sec1_item {
  width: 100%;
  padding: 25px 10px 15px;
  text-align: center;
}  
.home_sec1_item a{
  display: block;
}
.home_sec1_item_ttl{
  margin: 20px 0;
}
.home_sec1_item_label{
  margin: 0 -10px;
  justify-content: center;
}
.home_sec1_item_label p{  
  min-width: 90px;
  padding: 0 5px;
  margin: 3px;
  line-height: 1.7;
  background: #6bb1ec;
  color: #ffffff;
  text-align: center;
}
.home_sec1_item_label.long p{
  padding: 0 5px;  
  letter-spacing: -0.05em;
}

.read_more {
  width: 106px;
  font-size: 13px;
  margin: 25px auto 0;
  display: block;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  font-weight: 600;
  background: url(https://fine-craft.jp/system_panel/uploads/images/home_arrow1.svg) no-repeat right center / auto 7px;
}

.pg_home .section.sec2{
  padding: 50px 0 50px;
  background: #e5f2fd;
  position: relative;
}
.pg_home .section.sec2 .container{
  position: relative;
}
.home_sec2_bg1 img{
  opacity: 0.35;
}
.pg_home .section.sec2 .tt1_en{
  color: #ffffff;
}
.pg_home .section.sec2 .row {
  margin-top: 50px;
}
.pg_home .section.sec2 .row > div{
  display: flex;
}
.home_sec2_ttl.mincho {
  font-size: 17px;
}
.home_sec2_bg {
  width: 100%;
  padding: 0 10px 15px;
  background: #ffffff;
}
.home_sec2_point {
  font-family: 'Kaushan Script', cursive;
  letter-spacing: 0.08em;
  color: #6bb1ec;
  line-height: 1.2;
  position: relative;
  top: -20px;
  margin-bottom: -20px;
}
.home_sec2_bg1 {
  width: 90%;  
  position: absolute;
  left: 0;
  top: -20px;
  background: #ffffff;
  z-index: 0;
}
.home_sec2_bg1:before{
  padding-top: 100%;
}
.home_sec2_img:before{
  padding-top: 72%;
}
.home_sec2_ttl {
  margin: 20px 0 10px;
  text-align: center;
}
.home_sec2_text{
  padding: 0 10px;
}

.pg_home .section.sec3 {
  padding: 50px 0 30px;
}
.pg_home .section.sec3 .tt1_en{
  top: -35px;
  z-index: 1;
}
.pg_home .section.sec3 .tt1 br{
  display: none;
}
.home_sec3_img {
  width: 100%;
  margin-top: 30px;
}
.home_sec3_img .flex{
  margin: 10px -10px 0;
}
.home_sec3_img_item{
  width: 33.33%;
  padding: 0 5px;
}
.home_sec3_img_item:nth-child(n+4){
  margin-top: 10px;
}
.link_1,
.link_2{
  max-width: 255px;
  width: 100%;
  padding: 15px;
  margin: 30px auto 0;
  border: 1px solid #3a91ba;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  background: url(https://fine-craft.jp/system_panel/uploads/images/home_arrow1.svg) no-repeat 95% center / 12% auto;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  display: block;
}
.home_sec3_txt .link_1{
  margin: 50px 0 0;
}
.home_sec3_txt .link_1 + .link_1{
  margin-left: 10px;
}
.link_2{
  max-width: 350px;
  width: 100%;
}


.pg_home .section.sec4{
  padding: 50px 0 0;
}
.pg_home .section.sec4 .tt1{
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.pg_home .section.sec4 .tt1_en{
  top: -30px;
  z-index: 3;
}
.blog_list .webgene-blog{
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.blog_list .webgene-item{
  width: 50%;
}
.blog_list .webgene-item:nth-child(n+3){
  margin-top: 30px;
}
.blog_list .webgene-item a{
  display: block;
}
.blog_list .img{
  margin-bottom: 8px;
  background: url(https://fine-craft.jp/system_panel/uploads/images/noimage.jpg) no-repeat center / cover;
}
.blog_list .img:before{
  padding-top: 80%;
}
.blog_list .flex{
  justify-content: space-between;
}
.blog_list .category{
  min-width: 120px;
  font-size: 10px;
  padding: 0 5px;
  width: auto;
  display: inline-block;
  background: #6bb1ec;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
.blog_list .date{
  font-size: 15px;
  margin-right: 5px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.blog_list .title {
  font-size: 14px;
  margin-top: 12px;
  font-weight: 400;
  line-height: 1.85;
}

@media (max-width:767px){
  .home_sec1_item img{
    height: 65px;
  }
  .home_sec1_item + .home_sec1_item{
    border-top: 1px solid #898989;
  }

  .pg_home .section.sec2 .row > div + div{
    margin-top: 40px;
  }
  .home_sec3_txt .link_1{
    max-width: 140px;
    margin-top: 30px;
    background-size: auto 4px;
  }
  .home_sec3_txt .flex{
    justify-content: center;
  }
}

@media (min-width:768px){

  .pg_home .section.sec1{
    padding: 80px 0;
  }  
  .pg_home .section.sec1 .tt1 br{
    display: none;
  }
  .home_sec1_large p br{
    display: none;
  }

  .tt1 {
    font-size: 24px;
  }
  .tt1_en {
    font-size: 108px;
    right: 15px;
    top: -50px;
  }
  .home_sec1_list{
    margin: 60px -10px 0;
  }
  .home_sec1_item {
    width: 50%;
    padding: 25px 10px 15px;
    text-align: center;
    border-left: 1px solid #898989;
  }  
  .home_sec1_item:nth-child(2n+1){
    border-left: 0;
  }
  .home_sec1_item:nth-child(n+3){
    border-top: 1px solid #898989;
  }
  .home_sec1_item_label p{
    margin: 0 5px;
  }  
  .home_sec1_item_label.long p{
    padding: 0 10px;  
    letter-spacing: 0;
  }
  .home_sec1_item_label p:first-child{
    margin-left: 0
  }
  .home_sec1_item_label p:last-child{
    margin-right: 0
  }  
  .read_more {
    width: 136px;
    font-size: 15px;
    margin: 35px 10px 0 auto;
  }

  .mv_img:before{
    padding-top: 65vw;
  }

  .pg_home .section.sec2 {
    padding: 100px 0 80px;
  }  
  .home_sec2_bg1 {
    width: 45.7%;  
    top: -30px;
  }
  .home_sec2_bg1:before{
    padding-top: 700px;
  }
  .pg_home .section.sec2 .row {
    margin-top: 50px;
  }
  .home_sec2_ttl.mincho {
    font-size: 17px;
  }

  .pg_home .section.sec3{
    padding: 80px 0 50px;
  }
  .pg_home .section.sec3 .tt1_en {
    top: -30px;
  }
  .home_sec3_txt .flex{
    justify-content: center;
  }
  .home_sec3_img {
    margin-top: 50px;
  }  
  .link_1,
  .link_2{
    margin: 60px auto 0;
  }
  .link_2{
    background-size: 20% auto;
  }
  .home_sec3_txt .link_1 + .link_1{
    margin-left: 15px;
  }

  .pg_home .section.sec4 {
    padding: 50px 0 0;
  }
  .pg_home .section.sec4 .tt1_en {
    top: -70px;
  }

  .pg_home .blog_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .blog_list .title {
    font-size: 16px;
  }
  .blog_list .category{
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .pg_home .blog_list .webgene-item:nth-child(4){
    display: none;
  }

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

  .pg_home .section.sec1{
    padding: 145px 0 150px;
  }

  .tt1 {
    font-size: 34px;
  }
  .tt1_en {
    font-size: 168px;
    right: 15px;
    top: -115px;
  }
  .home_sec1_item {
    width: 33.33%;
    border-left: 1px solid #898989;
  }
  .home_sec1_item:nth-child(3n+1){
    border-left: 0;
  }
  .home_sec1_item:nth-child(2n+1){
    border-left: 1px solid #898989;
  }
  .home_sec1_item:first-child{
    border-left: 0;
  }
  .home_sec1_item:nth-child(n+3){
    border-top: 0;
  }
  .home_sec1_item:nth-child(n+4){
    border-top: 1px solid #898989;
  }

  .pg_home .section.sec2{
    padding: 130px 0 100px;
  }
  .pg_home .section.sec2 .row{
    margin-top: 70px;
  }
  .home_sec1_item_label.flex {
    font-size: 13px;
  }
  .home_sec1_item_label.long p{
    padding: 0 20px;  
  }

  .home_sec2_ttl.mincho br{
    display: none;
  }

  .pg_home .section.sec3{
    padding: 140px 0 100px;
  }
  .pg_home .section.sec3 .tt1 br{
    display: block;
  }
  .pg_home .section.sec3 .tt1_en {
    top: -105px;
  }
  .home_sec3_txt{
    width: 50%;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home_sec3_text{
    margin-top: 33px;
    padding-right: 40px;
  }
  .home_sec3_img{
    width: 50%;
    margin-top: 0;
  }
  .home_sec3_txt .flex{
    justify-content: flex-start;
  }

  .blog_list .category {
    min-width: 160px;
    font-size: 15px;
  }
  .home_sec1_item_ttl.mincho.nols {
    letter-spacing: -0.08em;
  }
  .home_sec2_ttl.mincho {
    font-size: 17px;
  }
  .home_sec3_txt .link_1 {
    max-width: 210px;
  }

  .pg_home .section.sec4 {
    padding: 110px 0 0;
  }
  .pg_home .section.sec4 .tt1_en {
    top: -120px;
  }
}
@media (min-width:1200px){

  .mv_img:before{
    padding-top: 800px;
  }

  .tt1 {
    font-size: 34px;
  }

  .home_sec1_item_label.flex {
    font-size: 15px;
  }
  .home_sec1_item_ttl.mincho.nols {
    letter-spacing: 0;
  }  

  .home_sec2_ttl.mincho {
    font-size: 21px;
  }
  .home_sec3_txt .link_1 {
    max-width: 255px;
  }

  .home_sec1_item_label p{  
    min-width: 100px;
    padding: 0 10px;
    margin: 0 10px;
  }
}




/*******************************
*　木質建材・家具
********************************/

.wood_sec1_box1 {
  padding: 10px;
  margin-top: 40px;
  position: relative;
  z-index: 5;
}
.wood_sec1_box1_in {
  padding: 20px 15px 10px;
  border-radius: 10px;
}
.wood_sec1_box1_ttl {
  font-size: 16px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.wood_sec1_box1_ttl:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #2e2e2e;
  position: absolute;
  left: 0;
  top: 50%;
}
.wood_sec1_box1_ttl p{
  padding: 0 20px;
  background: #ffffff;
}
.wood_sec1_box1_list{
  letter-spacing: 0.08em;
}
.wood_sec1_box1_list p {
  padding-left: 25px;
  margin-top: 5px;
  position: relative;
}
.wood_sec1_box1_list p:before{
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #6bb1ec;
}
.wood_sec1_box1_in .text-right{
  padding-right: 20px;
  margin-top: 5px;
  letter-spacing: 0.08em;
}
.wood_sec1_box1_text {
  margin-top: 20px;
  padding: 0 10px 15px;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 2;
}

.pg_wood .section.sec2{
  padding-top: 60px;
}
.tt1 + .example_list {
  margin-top: 50px;
}
.example_list > .row{
  position: relative;
}
.example_list:not(.merit) > .row:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #eeeeee;
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: -2;
}
.example_list > .row + .row{
  margin-top: 70px;
}
.example_img:before{
  padding-top: 80%;
}
.example_img:after{
  content: "";
  width: 220px;
  height: 220px;
  background: #6bb1ec;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
.example_txt {
  padding: 0 0 25px;
}
.example_ttl{
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 26px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-bottom: 1px solid;
  text-align: center;
}
.example_text{
  letter-spacing: 0.08em;
  line-height: 2;
}
.example_list > .row:nth-child(even) .col-md-5{
  order: 2;
}
.example_list > .row:nth-child(even) .col-md-7{
  order: 1;
}
.example_list > .row:nth-child(even) .example_img:after{
  right: inherit;
  left: -10px;
}
.example_list + .link_2{
  margin-top: 50px;
  background-size: 10% auto;
}

@media (max-width:767px){

  .example_list > .row .col-md-5{
    order: 2;
  }
  .example_list > .row .col-md-7{
    order: 1;
  }
}

@media (min-width:768px){
  .wood_sec1_box1 {
    margin-top: 70px;
  }
  .wood_sec1_box1_ttl {
    font-size: 20px;
  }
  .wood_sec1_box1_ttl p{
    padding: 0 30px;
  }
  .wood_sec1_box1_ttl br{
    display: none;
  }
  .wood_sec1_text p br{
    display: none;
  }
  .wood_sec1_box1_list{
    padding: 0 10px;
  }
  .wood_sec1_box1_in {
    padding: 20px 20px 10px;
  }
  .wood_sec1_box1_list p {
    width: 50%;
    padding-left: 35px;
    margin-top: 15px;
  }
  .wood_sec1_box1_text {
    padding: 0 25px 15px;
  }
  .pg_wood .section.sec2{
    padding-top: 150px;
  }
  .tt1 + .example_list{
    margin-top: 80px;
  }
  .example_txt {
    padding: 45px 20px 0 15px;
  }
  .example_ttl{
    font-size: 21px;
    text-align: left;
  }
  .example_list > .row:before{
    width: calc(100% - 80px);
    bottom: inherit;
    top: 25px;
    right: 15px;
  }
  .example_list > .row:nth-child(even) .example_txt {
    padding: 45px 15px 0 20px;
  }
  .example_list > .row:nth-child(even):before{
    right: inherit;
    left: 15px;
  }
  .example_list > .row + .row{
    margin-top: 85px;
  }
  .example_text{
    margin-right: -10px;
  }
  .example_list > .row:nth-child(even) .example_text{
    margin-right: 0;
  }
  .example_list + .link_2{
    margin-top: 105px;
    background-size: 15% auto;
  }
  .example_img:after{
    width: 180px;
    height: 180px;
  }
  .example_list:not(.merit) > .row:before{
    width: 92%;
    right: 15px;
  }
}
@media (min-width:1024px){

  .example_txt {
    padding: 45px 20px 0 65px;
  }
  .example_img:after{
    width: 260px;
    height: 260px;
  }
  .example_list > .row:nth-child(even) .example_txt {
    padding: 45px 55px 0 20px;
  }
  .example_list + .link_2{
    margin-top: 175px;
  }
}
@media (min-width:1200px){

  .example_img:after{
    width: 280px;
    height: 280px;
  }
}



/*******************************
*　アルミ・スチール
********************************/
.pg_almi .section.sec2,
.pg_stainless .section.sec2,
.pg_flooring .section.sec2,
.pg_bath .section.sec2,
.pg_others .section.sec2{
  padding-top: 80px;
}

.pg_almi .tt1_en.right{
  line-height: 0.89;
  letter-spacing: 0;
  right: 40px;
}

@media (min-width:768px){
  .pg_almi .section.sec2,
  .pg_stainless .section.sec2,
  .pg_flooring .section.sec2,
  .pg_bath .section.sec2,
  .pg_others .section.sec2{
    padding-top: 150px;
  }
}
@media (min-width:1024px){

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

}

/*******************************
*　フローリング上貼り簡単リフォーム
********************************/

.merit_img{
  margin-right: 10px;
  margin-bottom: 32px;
}
.merit_img:before{
  padding-top: 82%;
}
.merit_img:after{
  content: "";
  width: 220px;
  height: 220px;
  background: #6bb1ec;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
.example_list.merit .example_text{
  padding: 0 8px;
}
.example_list.merit .row > div + div{
  margin-top: 30px;
}
.example_list.merit .example_ttl{
  font-size: 18px;
  margin-bottom: 8px;
}

@media (min-width:768px){
  .example_list.merit .row > div + div{
    margin-top: 0;
  }
  .example_list.merit .row > div:nth-child(n+4){
    margin-top: 50px;
  }
  .pg_flooring .example_list + .link_2 {
    margin-top: 140px;
  }
  .merit_img:after{
    width: 160px;
    height: 160px;
  }
  .example_list.merit .example_ttl{
    font-size: 20px;
  }
}
@media (min-width:1024px){
  .merit_img:after{
    width: 220px;
    height: 220px;
  }

}
@media (min-width:1200px){
  .merit_img:after{
    width: 280px;
    height: 280px;
  }
}



/*******************************
*　浴室・浴槽・人工大理石
********************************/
.wood_sec1_box1_ttl2 {
  margin: 20px 0 15px;
}
.wood_sec1_box1_text2{
  margin-top: 15px;
  padding-bottom: 15px;
}
.wood_sec1_box1_box{
  justify-content: center;
}

.pg_bath .wood_sec1_box1_ttl{
  text-align: center;
}

@media (min-width:768px){
  .pg_header.others .hdr_ttl br,
  .wood_sec1_box1_ttl2 br{
    display: none;
  }
  
  .pg_bath .wood_sec1_box1_ttl br{
    display: none;
  }
}
@media (min-width:1024px){
  .wood_sec1_box1_box{
    align-items: center;
  }
  .wood_sec1_box1_ttl2 {
    margin: 30px 0 20px;
  }
  .wood_sec1_box1_box{
    padding: 0 30px 10px;
  }
  .wood_sec1_box1_box img{
    width: 40%;
  }
  .wood_sec1_box1_text2{
    width: 60%;
    padding-left: 40px;
    margin-top: 0;
  }

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

}


/*******************************
*　コンクリート・その他
********************************/
.pg_others .wood_sec1_box1_text {
  padding: 0 10px 15px;
}

@media (min-width:768px){
  .pg_others .wood_sec1_box1_text {
    padding: 0 28px 15px;
  }

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

}


/*******************************
*　お問い合わせ
********************************/
.contact_info {
  padding: 15px 10px 10px;
  background: #6bb1ec;
}
.contact_info_bg{
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
}
.contact_info_text1 {
  margin-bottom: 15px;
}
.contact_info_text2 {
  padding: 0 10px;
  margin-right: 5px;
  align-self: center;
  border-radius: 5px;
  background: #6bb1ec;
  color: #ffffff;
  line-height: 1.5;
}
.contact_info_text2 img{
  width: 28px;
}
.contact_info_text3{
  display: flex;
  line-height: 1;
}
.contact_info_text3 img{
  width: 200px;
}
.contact_info_text4 {
  width: 100%;
  margin-top: 5px;
}
.contact_info_text1 br{
  display: block;
}

.pg_contact .section.sec2{
  padding: 50px 0 80px;
}

.contact_tt{
  margin-bottom: 30px;
}


/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
  color: #000000;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 10px;
  background: #ebeaea;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.pg_contact .formTh label br{
  display: none;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 0 12px;
  margin-top: 3px;
  float: right;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.blue{
  background: #0052b8;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px;
}
.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;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"] {
  max-width: 80px;
}
.pg_contact .formTd input[name="zip2"] {
  max-width: 100px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 155px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  background: url(https://fine-craft.jp/system_panel/uploads/images/down_arrow.svg) no-repeat 98% center #ffffff;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
  display: block;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  margin-top: 30px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 15px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  max-width: 314px;
  width: 100%;
  font-size: 18px;
  padding: 11px;
  margin: 32px auto 0;
  border: 0;
  background: #b80000;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0.15em;
}
.radioArea .d-inline-block{
  margin-right: 33px;
}
.pg_contact .formTd label.label.zipcode_i {
  width: auto;
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}

.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

/* プライバシーポリシー */
.privacy_tt {
  margin-bottom: 30px;
}
.privacy_ttl {
  margin-bottom: 15px;
  border-left: 6px solid #6bb1ec;
  padding: 10px 15px;
}
.privacy_item {
  margin-top: 25px;
}  

@media (min-width:768px){

  .contact_tt{
    margin-bottom: 50px;
  }

  .pg_contact .section.sec2{
    padding: 135px 0 115px;
  }

  .contact_info {
    padding: 25px 20px 20px;
  }  
  .contact_info_bg{
    padding: 20px;
  }
  .contact_info_text1 {
    margin-bottom: 18px;
  }
  .contact_info_text1 br{
    display: none;
  }
  .contact_info_text2 {
    padding: 0 15px;
    margin-right: 18px;
  }
  .contact_info_text2 img{
    width: 42px;
  }
  .contact_info_text3 img{
    width: auto;
  }
  .contact_info_text4 {
    width: auto;
    margin-top: 5px;
  }

  .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;
  }
  .pg_contact .formTd .addArea .labelText02{
    display: inline-block;
  }

  .pg_contact .formTh {
    padding: 12px 15px 16px 20px;
  }
  .pg_contact .formTd {
    padding: 10px 16px;
  }
  .pg_contact .privacyLabel {
    font-size: 17px;
  }
  .pg_contact .formWrap .text-center{
    margin-top: 40px;
  }

  .pg_contact .formTh label br{
    display: block;
  }
  .thanks_text p br {
    display: none;
  }

  .privacy_tt {
    margin-bottom: 60px;
  }
  .privacy_tt br{
    display: none;
  }
  .privacy_item {
    margin-top: 32px;
  }  
}
@media (min-width:1024px){

  .contact_info_text4 {
    margin-top: 25px;
    margin-left: 8px;
  }
}


/*******************************
*　ブログ
********************************/
.category_ttl {
  padding: 10px;
  margin-bottom: 15px;
}
.category_list{
  padding: 0 10px;
  text-align: left;
}
.category_list .webgene-item + .webgene-item{
  margin-top: 13px;
}
.category_list .webgene-item a:before {
  content: "□";
  margin-right: 1em;
}
.category_list + .category_ttl{
  margin-top: 50px;
}
.category_list p{
  padding-left: 2em;
  position: relative;
}
.category_list1:before{
  content: "□";
  position: absolute;
  left: 0;
  top: 0;
}
.category_list2:before{
  content: "－";
  position: absolute;
  left: 8px;
  top: 0;
}
.category_list p + p{
  margin-top: 13px;
}

.pg_blog .blog_list .img{
  margin: 2px 0;
}
.pg_blog .blog_list .date{
  font-size: 14px;
}
.pg_blog .blog_list .title{
  margin-top: 0;
}
.pg_blog .blog_list .webgene-item:nth-child(n+3){
  margin-top: 30px;
}

/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 50px 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 14px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
}
.webgene-pagination li.selected{
  border-color: #e5e5e5;
  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;
}


/* 詳細 */
.blog_detail .webgene-item > .flex {
  padding: 5px 0;
  letter-spacing: 0.08em;
  align-items: center;
}
.blog_detail .date {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.blog_detail .webgene-item {
  padding: 15px 10px 30px;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-top: 10px solid #eeeeee;
  background: #ffffff;
  color: #181818;
}
.blog_detail .title {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid #d3d3d3;
  letter-spacing: 0.05em;
}
.blog_detail .post_content {
  margin-top: 15px;
  letter-spacing: 0.07em;
  line-height: 1.85;
}
.blog_detail .category {
  min-width: 122px;
  font-size: 14px;
  margin-right: 25px;
  padding: 0 3px;
  width: auto;
  display: inline-block;
  background: #6bb1ec;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.blog_detail .imgs{
  justify-content: space-between;
  position: relative;
}
.blog_detail .imgs .img1,
.blog_detail .imgs .img2{
  width: 100%;
}
.blog_detail .imgs .img1:before,
.blog_detail .imgs .img2:before{
  padding-top: 80%;
}
.blog_detail .imgs .img2{
  margin-top: 40px;
}
.blog_detail .imgs .img2:after{
  content: "";
  border-style: solid;
  border-width: 16px 20px 0 20px;
border-color: #bcd8ef transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}
.blog_detail .imgs{
  margin: 40px 0 45px;
}
.pg_blog .link_2{
  margin: 50px auto;
}


@media (min-width:768px){

  .blog_detail .imgs .img1,
  .blog_detail .imgs .img2{
    width: 46%;
  }
  .blog_detail .imgs .img2{
    margin-top: 0;
  }
  .blog_detail .imgs .img2:after{
    border-width: 20.5px 0 20.5px 16px;
    left: -5.5vw;
    top: 50%;
    transform: translateY(-50%);
  border-color: transparent transparent transparent #bcd8ef;
  }
  
  .pg_blog .blog_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .pg_blog .blog_list .webgene-item:nth-child(n+4){
    margin-top: 50px;
  }
  
.blog_detail .imgs .img2:after{
  border-width: 30.5px 0 30.5px 26px;
  left: -12%;
}
  /* ページネーション */
  .webgene-pagination {
    margin: 80px 0;
  }

  .blog_detail .webgene-item {
    padding: 15px 30px 55px 38px;
    border-top: 14px solid #eeeeee;
  }
  .blog_detail .title {
    font-size: 18px;
  }
}
@media (min-width:1024px){

  /* ページネーション */
  .webgene-pagination {
    margin: 140px 0 0;
  }
  .pg_blog .link_2{
    margin: 100px auto 0;
  }
}


/*******************************
*　採用情報
********************************/
.pg_recruit .section.sec1{
  padding: 0 0 80px;
}

.pg_recruit .section.sec2{
  padding: 0 0 30px;
  background: #e5f2fd;
  position: relative;
}
.recruit_sec2_img {
  width: 90%;
}
.recruit_sec2_img:before {
  padding-top: 70%;
}
.pg_recruit .section.sec2 .container{
  position: relative;
}
.pg_recruit .section.sec2 .tt1_en{
  color: #ffffff;
}
.recruit_sec2_ttl {
  margin-bottom: 10px;
}
.recruit_sec2_text p + p{
  margin-top: 30px;
}

.pg_recruit .section.sec3{
  padding: 50px 0 0;
}
.recruit_tr + .recruit_tr{
  margin-top: 5px;
}
.recruit_th,
.recruit_td{
  padding: 10px;
}
.recruit_th{
  background: #e5f2fd;
}
.recruit_td{
  background: #eeeeee;
}

@media (min-width:768px){
  .pg_recruit .section.sec1{
    padding: 0 0 150px;
  }
  .recruit_sec1_text.mincho {
    font-size: 16px;
    letter-spacing: 0;
  }
  .recruit_sec2_img {
    width: 45.9%;
    top: -35px;
    position: absolute;
    left: 0;
    z-index: 0;
  }
  .recruit_sec2_img:before {
    padding-top: 380px;
  }
  .pg_recruit .section.sec2 .container{
    min-height: 520px;
    height: 100%;
  }
  .pg_recruit .section.sec2 .tt1_en{
    font-size: 132px;
    left: 0;
    top: inherit;
    bottom: -65px;
    line-height: 1;
  }
  .recruit_sec2_txt{
    padding-top: 30px;
    width: 52%;
    margin-left: auto;
  }
  .recruit_sec2_text {
    padding: 0 0 0 5px;
  }

  .pg_recruit .section.sec3{
    padding: 150px 0 0;
  }
  .pg_recruit .section.sec3 .tt1{
    margin-bottom: 85px;
  }
  .recruit_tbl{
    width: 100%;
    display: table;
  }
  .recruit_tr{
    display: table-row;
  }
  .recruit_th,
  .recruit_td{
    padding: 16px;
    display: table-cell;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .recruit_tr + .recruit_tr .recruit_th,
  .recruit_tr + .recruit_tr .recruit_td{
    border-top: 5px solid #ffffff;
  }
  .recruit_th{
    width: 220px;
    padding-left: 35px;
    vertical-align: middle;
  }
  .recruit_td{
    padding-left: 30px;
  }

  .recruit_td p br{
    display: none;
  }
}
@media (min-width:1024px){  
  .pg_recruit .section.sec1{
    padding: 0 0 180px;
  }
  .recruit_sec1_text.mincho {
    font-size: 20px;
    letter-spacing: 0;
  }

  .recruit_sec2_img:before {
    padding-top: 480px;
  }
  .pg_recruit .section.sec2 .tt1_en{
    font-size: 192px;
  }

  .pg_recruit .section.sec3{
    padding: 240px 0 0;
  }
  .recruit_th{
    width: 300px;
    padding-left: 65px;
  }
}
@media (min-width:1200px){

  .recruit_sec1_text.mincho {
    font-size: 24px;
    letter-spacing: 0.08em;
  }
  .recruit_th{
    width: 350px;
  }
}



/*******************************
*　会社概要
********************************/
.company_ttl{
  margin-bottom: 50px;
}
.company_tbl{
  border: 1px solid;
}
.company_tr + .company_tr{
  border-top: 1px solid;
}
.company_th,
.company_td{
  padding: 10px;
}
.company_th{
  background: #ebeaea;
}

.access_map iframe{
  width: 100%;
  height: 300px;
  border: 0;
}
.pg_company .section.sec2{
  padding-top: 50px;
}

@media (min-width:768px){
  .company_ttl{
    margin-bottom: 85px;
  }
  .company_tbl{
    width: 100%;
    display: table;
  }
  .company_tr{
    display: table-row;
  }
  .company_th,
  .company_td{
    padding: 18px;
    display: table-cell;
    line-height: 2;
  }
  .company_tr + .company_tr .company_th,
  .company_tr + .company_tr .company_td{
    border-top: 1px solid;
  }
  .company_th{
    width: 204px;
    padding-left: 30px;
    vertical-align: middle;
  }
  .company_td{
    padding-left: 65px;
  }
  
  .pg_access .section.sec2{
    padding-top: 80px;
  }
  .access_map iframe{
    height: 350px;
  }

}
@media (min-width:1024px){
  .company_th{
    width: 284px;
  }
}
@media (min-width:1200px){

}

/* コピー用 */
@media (min-width:375px){

}

@media (min-width:768px){

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

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

}