@charset "UTF-8";


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

/* 管理画面の余白調整 */
.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: 'Shippori Mincho', serif;
}
.zen{
  font-family: 'Zen Maru Gothic', 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;
}

/* 動画埋め込みのレスポンシブ対応 */
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 {
  padding: 10px;
  background: #91bfd6;
  position: relative;
}
.header:after{
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 0;
  pointer-events: none;
  background: #ffffff;
  border-radius: 10px 10px 0 0;
}
.hdr_right{
  position: relative;
  z-index: 2;
}
.hdr_contact{

}
.hdr_logo {
  padding: 0 20px 10px 0;
  background: #91bfd6;
  display: inline-block;
  border-radius: 0 0 30px 0;
  position: relative;
  z-index: 1;
}
.hdr_logo:hover{
  opacity: 1;
}
.hdr_logo img{
  width: 150px;
}
.hdr_contact1:hover{
  color: #ffffff;
}

.pg_header{
  margin-bottom: 30px;
  padding: 0 20px 30px;
  margin-top: -2px;
  position: relative;
  background: #91bfd6;
}
.pg_header:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  content: "";
}
.hdr_bg{
  padding-left: 100px;
  position: relative;
  background: #dce9ef;
  z-index: 1;
  border-radius: 10px;
}
.hdr_img{
  position: relative;
  z-index: 1;
}
.hdr_img.img_fit:before{
  padding-top: 150px;
}
.hdr_ttl{
  font-size: 20px;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-shadow: 0 2px 0 #979797;
  position: absolute;
  left: 8%;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 2;
  font-weight: 500;  
}

.gnav .gnav_en{
  font-size: 14px;
  color: #91bfd6;
}

.mv{
  padding: 0 20px 30px;
  margin-top: -2px;
  position: relative;
  background: #91bfd6;
}
.mv:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  content: "";
}
.mv_img{
  position: relative;
  z-index: 1;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}
.mv_txt {
  font-size: 20px;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-shadow: 0 0 10px #666666,
    0 0 10px #666666;
  position: absolute;
  left: 8%;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 2;
  font-weight: 500;
}


@media (min-width:375px){

}

@media (min-width:768px){
  .header{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .header:after {
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 15px;
  }
  .hdr_right{
    padding-right: 25px;
    position: relative;
  }
  .hdr_contact {
    width: 650px;
    padding: 0 0 52px 70px;
    text-align: right;
    background: url(/system_panel/uploads/images/hdr_contact_bg.png) no-repeat left top / 100% auto;
    position: absolute;
    right: 25px;
    bottom: -100px;
    z-index: 5;
  }
  .hdr_contact1 {
    width: 250px;
    font-size: 14px;
    padding: 6px;
    margin-right: 30px;
    display: inline-block;
    background: #91bfd6;
    color: #ffffff;
    text-align: center;
    border-radius: 15px;
    letter-spacing: 0.075em;
    vertical-align: middle;
  }
  .hdr_contact1 p:after{
    margin-left: 1em;
    margin-right: -15px;
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: 900;
    display: inline-block;
  }
  .hdr_contact2{
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.075em;
    display: inline-block;
    vertical-align: middle;
  }
  .hdr_logo img{
    width: 180px;
  }

  .pg_header{
    padding: 0 40px 50px;
    margin-bottom: 80px;
  }
  .pg_header:after {
    width: calc(100% - 30px);
    height: calc(100% - 25px);
    left: 15px;
  }
  .hdr_img{
    border-radius: 0 25px 25px 0;
    overflow: hidden;
  }
  .hdr_img.img_fit:before{
    padding-top: 250px;
  }
  .hdr_ttl {
    font-size: 38px;
    left: 12%;
    text-shadow: 0 3px 0 #979797;
  }
  .hdr_bg{
    padding-left: 187px;
    border-radius: 25px;
  }

  .gnav {
    margin: 10px -5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .gnav .gnav_item {
    font-size: 13px;
    padding: 0 5px;
    text-align: center;
  }
  .mv {
    padding: 0 40px 70px;
  }
  .mv:after {
    width: calc(100% - 30px);
    height: calc(100% - 45px);
    left: 15px;
  }
  .mv_img{
    border-radius: 25px;
    overflow: hidden;
  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }
  .mv_txt {
    font-size: 36px;
  }  
  .hdr_ttl {
    font-size: 38px;
    left: 60px;
  }
}
@media (min-width:1024px){
  .header{
    padding: 25px;
  }
  .header:after{
    width: calc(100% - 50px);
    height: calc(100% - 25px);
    left: 25px;
    top: 25px;
  }  
  .hdr_right {
    padding-right: 75px;
  }
  .hdr_logo {    
    padding: 0 28px 22px 0;
    border-radius: 0 0 40px 0;
  }
  .hdr_logo img{
    width: 220px;
  }
  .gnav {
    font-size: 13px;
    margin: 0 -8px;
    margin-top: 20px;
  }
  .gnav .gnav_item {
    padding: 0 8px;
  }
  .gnav .gnav_en{
    font-size: 16px;
  }
  .hdr_contact {
    width: 750px;
    bottom: -113px;   
    right: 75px;
  }
  .hdr_contact1 {
    width: 270px;
  }
  .hdr_contact2{
    font-size: 30px;
  }

  .pg_header{
    padding: 0 40px 70px;
    margin-bottom: 110px;
  }
  .pg_header_mv{
    height: 550px;
  }

  .mv {
    padding: 0 105px 75px;
  }
  .mv:after {
    width: calc(100% - 50px);
    height: calc(100% - 25px);
    left: 25px;
  }
  .mv_img.img_fit:before{
    padding-top: 590px;
  }
  .mv_txt {
    font-size: 48px;
    left: 12%;
  }  

  .pg_header {
    padding: 0 105px 75px;
  }
  .pg_header:after {
    width: calc(100% - 50px);
    height: calc(100% - 25px);
    left: 25px;
  }
  .hdr_img.img_fit:before{
    padding-top: 354px;
  }
  .hdr_bg {
    padding-left: 287px;
  }
  .hdr_ttl {
    font-size: 48px;
  }
}
@media (min-width:1200px){

  .gnav {
    margin: 0 -18px;
    margin-top: 30px;
  }
  .gnav .gnav_item {
    font-size: 20px;
    padding: 0 18px;
  }

  .hdr_logo {    
    padding: 0 68px 22px 0;
  }
  .hdr_logo img{
    width: auto;
  }
  .hdr_contact1 {
    width: 320px;
  }
  .hdr_contact{
    bottom: -123px;    
  }
  .mv_txt {
    font-size: 60px;
    left: 8%;
  }
  .mv_img.img_fit:before {
    padding-top: 690px;
  }

  .hdr_ttl {
    font-size: 54px;
    top: 50%;
  }

  .hdr_img.img_fit:before{
    padding-top: 564px;
  }
  .hdr_bg {
    padding-left: 387px;
  }
}
@media (min-width:1200px) and (max-width: 1450px){
  .gnav{
    margin: 15px -15px 0;
  }
  .gnav .gnav_item {
    font-size: 18px;
    padding: 0 15px;
  }
  .hdr_logo {
    padding: 0 48px 22px 0;
  }
  .hdr_logo img {
    width: 250px;
  }
}

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

.ftr1{
  position: relative;
}
.ftr1_bg{
  background: #595959;
}
.ftr1_bg:before{
  padding-top: 450px;
}
.ftr1_bg img{
  opacity: 0.7;
}
.ftr1_txt{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.ftr1_txt_bg{  
  justify-content: center;
}
.ftr1_txt_item:last-child {
  border-top: 1px solid #9c9c9c;
}
.ftr1 .tt1_tt{
  color: #ffffff;
  line-height: 1.2;
}
.ftr1_txt_item {
  padding: 10px 0;
  text-align: center;
}
.ftr1_txt_tel img {
  width: 200px;
}
.ftr1_txt_bg {
  padding: 15px;
  background: #ffffff;
  border-radius: 26px;
  color: #51443c;
}
.ftr1_txt_ttl {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}
.ftr1_txt_min {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ftr1_txt_link {
  max-width: 296px;
  width: 100%;
  font-size: 16 px;
  margin: 0 auto;
  padding: 10px;
  color: #ffffff;
  background: #4882b8;
  display: block;
  border-radius: 26px;
}
.ftr1_txt_link:hover{
  color: #ffffff;
}

.ftr2{
  padding: 30px 0 15px;
  color: #51443c;
  text-align: center;
}
.ftr2 .flex{
  justify-content: space-between;
  align-items: flex-start;
}
.ftr2_left,
.ftr2_right{
  width: 100%;
}
.ftr2_info {
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.ftr2_right {
  padding: 20px;
  background: #f9f4ee;
  border-radius: 20px;
  margin-top: 20px;
}
.ftr2_area_ttl {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.ftr2_area_text {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.ftr_logo{
  margin-bottom: 25px;
}
.ftr_logo img{
  width: 200px;
}

.ftr_links{
  display: none;
}
.footer .copy {
  font-size: 14px;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  background: #91bfd6;
  color: #ffffff;
}

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

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



@media (min-width:375px){

}

@media (min-width:768px){
  .footer{
    margin-top: 150px;
  }
  .ftr1_txt{
  }
  .ftr1 .tt1{
    margin-bottom: 30px;
  }
  .ftr1_txt_bg {
    padding: 40px 0;
  }
  .ftr1_txt_item {
    width: 50%;
    padding: 10px 0;
    text-align: center;
  }
  .ftr1_txt_item:last-child{
    border-left: 1px solid #9c9c9c;
    border-top: 0;
  }
  .ftr1_txt_ttl {
    font-size: 20px;
  }
  .ftr1_txt_min {
    font-size: 14px;
  }
  .ftr1_txt_link {
    font-size: 18px;
  }

  .ftr2{
    padding: 60px 0 25px;
    text-align: left;
  }
  .ftr_links {
    margin-top: 55px;
    padding-top: 10px;
    border-top: 1px solid #c9c9c9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ftr_link{
    font-size: 14px;
    padding: 5px 28px;
    letter-spacing: 0.06em;
  }
  .ftr1_bg:before{
    padding-top: 420px;
  }
  .ftr1_txt_tel img {
    width: 260px;
  }
  .ftr2_area_text {
    letter-spacing: 0;
  }
  .ftr2_left{
    width: auto;
  }
  .ftr2_right {
    max-width: 638px;
    width: calc(100% - 360px);
    margin-top: 0;
  }
  .ftr_logo img{
    width: auto;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 200px;
  }
  .ftr1_bg:before{
    padding-top: 520px;
  }
  .ftr1 .tt1{
    margin-bottom: 60px;
  }
  .ftr1_txt_tel img {
    width: auto;
  }
  .ftr1_txt_link {
    max-width: 346px;
  }
  .ftr2_area_text {
    letter-spacing: 0.1em;
  }
  .ftr_link{
    padding: 0 15px;
  }
}
@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){
}
@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 #b2b2b2;
  vertical-align: middle;
  padding: 10px;
  letter-spacing: 0.075em;
}
.table_rows_th{
  background-color: #f1ebe1;
}
.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: 3px 14px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
}
.webgene-pagination li.selected{
  background: #e5e5e5;
  border-color: #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{

}
.posts_list .webgene-item{
  padding: 0 5px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a0a0a0;
  padding: 10px 0;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  font-size: 12px;
  width: auto;
  letter-spacing: 0.075em;
  border-left: 1px solid;
  border-right: 1px solid;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  font-size: 14px;
  width: 100%;
  letter-spacing: 0.075em;
  font-weight: 400;
  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: #91bfd6;
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 20px;
}

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

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

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .category {
  font-size: 14px;
  letter-spacing: 0.075em;
  padding: 0 25px;
  line-height: 1;
  border-left: 1px solid;
  border-right: 1px solid;
  display: inline-block;
}
.posts_detail .meta .date{
  letter-spacing: 0.075em;
}
.posts_detail .meta .title{
  font-size: 16px;
  letter-spacing: 0.065em;
  font-weight: 500;
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  color: #505050;
}
.posts_detail .thumb{
  max-width: 505px;
  margin-bottom: 10px;
}
.posts_detail .thumb:before{
  padding-top: 69.5%;
}

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

.pg_news .link_1.blue{
  color: #ffffff;
}

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

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

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    width: 100px;
    line-height: 1.2;
    text-align: center;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 10px;
  }
  .posts_layout_box1{
    width: 100%;
  }
  .posts_layout_box2{    
    width: 100%;
    margin-top: 70px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .posts_side_wrap {
    width: 48%;
  }
  .posts_side_wrap + .posts_side_wrap{
    margin-top: 0;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding: 23px 6px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 110px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    font-size: 16px;
    width: calc(100% - 120px - 110px - 45px);
    margin-left: 45px;
  }
  .posts_list .webgene-item .title a{

  }


  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .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 .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 18px;
  }
  .posts_detail .post_content{
    padding: 0;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }

  .pg_news .webgene-pagination{
    margin-top: 80px;
  }
  .pg_news .link_1.blue {
    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 .title{
    width: calc(100% - 120px - 110px - 25px);
    margin-left: 25px;
  }
  .pg_home .posts_list .webgene-item .title{
    margin-left: 45px;
  }
  .posts_list .webgene-item .title a{

  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
    display: block;
  }
  .posts_side_wrap {
    width: 100%;
  }
  .posts_side_wrap + .posts_side_wrap{
    margin-top: 75px;
  }
  
  .posts_detail .meta .title{
    font-size: 20px;
  }

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


}



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

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 75px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 20px;
  color: #91bfd6;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #91bfd6;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 15px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  display: inherit;
}
.contact_info_txt {
  margin-left: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

@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: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

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


.contact_tt {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
.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;
}
.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;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.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 10px;
  border: 1px solid #d6d8d8;
}
.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{
  width: 100%;
  height: 280px;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.1em;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  max-width: 285px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  background: #91bfd6;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 500;
  border-radius: 10px;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0.16em;
}
.radioArea .d-inline-block{
  margin-right: 15px;
}
.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;
}
.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.sec2{
  padding: 115px 0 0;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 50px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 32px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #91bfd6;
  letter-spacing: 0.04em;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.87;
}
.contact_tt.privacy {
  font-size: 21px;
  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: 2em;
  text-indent: -2em;
}

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


  .privacy_ttl{
    font-size: 18px;
  }

}

@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_info_tel_link img{
    width: 200px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .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;
  }

  .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 {
    width: 100%;
    margin-right: 0;
  }
  .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_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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



/*******************************
*　HOME
********************************/
.pg_home .section{
  overflow: hidden;
}
.pg_home .section.sec1{
  padding-top: 50px;
  padding-bottom: 30px;
}
.tt1{
  margin-bottom: 30px;
  text-align: center;
}
.tt1_in{
  text-align: left;
  display: inline-block;
}
.tt1_tt{
  font-size: 24px;
  font-family: 'Shippori Mincho', serif;
  color: #91bfd6;
  letter-spacing: 0.12em;
}
.tt1_en {
  margin-left: -30px;
  margin-bottom: -10px;
}
.works_list_home .webgene-blog{
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.works_list_home .webgene-item{
  width: 50%;
  padding: 0 15px;
}
.works_list_home .webgene-item:nth-child(5){
  display: none;
}
.works_list_home .webgene-item:nth-child(n+3){
  margin-top: 20px;
}
.works_list_home .webgene-item a{
  display: block;
  position: relative;
}
.works_img{
  border-radius: 20px;
  overflow: hidden;
  background: url(/system_panel/uploads/images/noimg.jpg) no-repeat center / cover;
}
.works_img:before{
  padding-top: 75%;
}
.works_ttl{
  /*width: 98px;*/
  /*height: 77px;*/
  /*font-size: 18px;*/
  width: 80px;
  height: 63px;
  font-size: 14px;
  padding: 10px 0;
  padding-right: 15px;
  background: url(/system_panel/uploads/images/works_bg1.png) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
}
.works_ttl span{
  font-size: 12px;
  white-space: nowrap;
  display: block;
}
.works_text{  
  margin-top: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.625;
  letter-spacing: 0.075em;
}
.link_1 {
  width: 255px;
  font-size: 14px;
  padding: 10px;
  display: block;
  margin: 30px auto 0;
  text-align: center;
  background: #8c8c8c;
  color: #ffffff;
  border-radius: 23px;
  letter-spacing: 0.075em;
  position: relative;
}
.link_1:after{
  content: "\f105";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.link_1.white{
  background: #ffffff;
  color: #494949;
}
.link_1.blue{
  background: #91bfd6;
  color: #494949;
}

.pg_home .section.sec2{
  padding-top: 0;
  padding-bottom: 80px;
  background: url(/system_panel/uploads/images/bg_2.jpg) no-repeat center top / cover;
}
.pg_home .section.sec2:before{
  content: "";
  height: 83px;
  width: 100%;
  background: url(/system_panel/uploads/images/bg_1.jpg) no-repeat center top / cover;
  display: block;
  position: relative;
  z-index: 1;
}
.pg_home .section.sec2 .tt1_tt,
.pg_home .section.sec3 .tt1_tt{
  color: #ffffff;
}

.flex{
  display: flex;
  flex-wrap: wrap;
}
.home_sec2_item {
  text-align: center;
}
.home_sec2_item + .home_sec2_item{
  margin-top: 30px;
}
.home_sec2_item_ttl{
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.home_sec2_item_ttl:before{
  content: "";
  width: 85px;
  height: 46px;
  background: url(/system_panel/uploads/images/point.svg) no-repeat center / contain;
  position: absolute;
  left: -30px;
  top: -30px;
}
.home_sec2_item_ttl p:first-child{
  position: relative;
  display: inline-block;
}
.home_sec2_item_ttl p:first-child:after{
  width: 113px;
  height: 74px;
  background: url(/system_panel/uploads/images/home_about_i.png) no-repeat center / contain;
  display: inline-block;
  content: "";
  position: absolute;
  right: -85px;
  top: -50px;
}
.home_sec2_text{
  margin-bottom: 80px;
}
.home_sec2_img{
  margin-top: 15px;
  margin-bottom: 70px;
}
.home_sec2_img1:before{
  padding-top: 75%;
}
.home_sec2_img2:before{
  padding-top: 86%;
}

.pg_home .section.sec3{    
  padding-top: 180px;
  margin-top: -150px;
  padding-bottom: 50px;
  background-image: url(/system_panel/uploads/images/bg_3.png), url(/system_panel/uploads/images/bg_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  /*background: url(/system_panel/uploads/images/bg_3_1.png) no-repeat center top / cover;*/
  position: relative;
}
.pg_home .section.sec3 .tt1_tt{
  letter-spacing: 0.04em;
}
.home_sec3_bg {
  width: 100%;
  padding: 1px 35px 40px;
  background: #ffffff;
  position: relative;
  border-radius: 15px;
  color: #595959;
}
.home_sec3_bg:before{
  content: "";
  width: calc(100% + 70px);
  height: 131px;
  background: url(/system_panel/uploads/images/home_roof_bg.png) no-repeat center top / 100% 100%;
  display: block;
  margin-top: -81px;
  margin-left: -35px;
}
.home_sec3_item_ttl{
  margin-top: -25px;
  margin-bottom: 5px;
  border-bottom: 2px solid #91bfd6;
}
.home_sec3_item_text {
  margin-top: 10px;
  margin-right: -15px;
  line-break: anywhere;
}
.home_sec3_list{
  margin-top: 98px;
  justify-content: center;
}
.home_sec3_list > div{
  display: flex;
}
.home_sec3_list > div + div{
  margin-top: 100px;
}
.pg_home .section.sec3 .tt1_en {
  margin-left: -70px;
  margin-bottom: -20px;
}

.pg_home .section.sec4{
  padding-top: 55px;
  margin-top: -50px;
  margin-bottom: -40px;
  background: url(/system_panel/uploads/images/bg_4.png?1) no-repeat center top;
  position: relative;
}
.pg_home .section.sec4 .tt1_tt{
  color: #4882b8;
}


@media (max-width:767px){
  
  .home_sec2_item_text{
    text-align: left;
  }
  
}
@media (min-width:768px){

  .pg_home .section.sec1{
    padding-top: 110px;
    padding-bottom: 0;    
  }
  .pg_home .section.sec1 .container{
    position: relative;
  }
  .pg_home .section.sec1 .container:after{
    content: "";
    background: url(/system_panel/uploads/images/home_works_i.png) no-repeat right center / contain;
    position: absolute;
    right: -390px;
    top: 185px;
    width: 801px;
    height: 558px;
    z-index: -1;
  }
  .tt1{
    margin-bottom: 85px;
  }
  .tt1_tt{
    font-size: 40px;
  }
  .works_list_home .webgene-item{
    width: 33.33%;
  }
  .works_list_home .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .works_list_home .webgene-item:nth-child(n+4){
    margin-top: 55px;
  }
  .works_list_home .webgene-item:nth-child(5){
    display: block;
  }
  .works_text{  
    margin-top: 25px;
  }
  .link_1 {
    margin-top: 55px;
  }  
  .works_ttl{
    width: 128px;
    height: 101px;
    font-size: 26px;
    padding: 15px 0;
    padding-right: 20px;
  }
  .works_ttl span {
    font-size: 14px;
  }
  .pg_home .section.sec2{
    padding-top: 0;
    padding-bottom: 200px;
    position: relative;
  }
  .pg_home .section.sec2 .tt1{
    margin-bottom: 55px;
  }
  .pg_home .section.sec3{
    padding-top: 185px;
    margin-top: -200px;
    padding-bottom: 245px;
  }
  
  .home_sec2_text{
    margin-bottom: 50px;
  }
  
  .home_sec2_item + .home_sec2_item{
    margin-top: 70px;
  }
  .home_sec2_item_ttl{
    margin-top: 60px;
    margin-bottom: 25px;
  }  
  .home_sec2_item:nth-child(n+2) .home_sec2_item_ttl{
    margin-top: 100px;
  }
  .home_sec2_img {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  } 
  .link_1.white{
    margin-top: 95px;
  }
  .pg_home .section.sec3 .tt1{
    margin-bottom: 20px;
  }
  .pg_home .section.sec3 .link_1{
    margin-top: 95px;
  }
  .pg_home .section.sec3 .tt1_en {
    margin-left: -90px;
    margin-bottom: -20px;
  }
  .home_sec3_list{
    margin-top: 138px;
  }
  .home_sec3_list > div + div{
    margin-top: 0;
  }
  .home_sec3_list > div:nth-child(n+3){
    margin-top: 100px;
  }
  .home_sec3_item_ttl {
    margin-top: -45px;
  }
  
  .pg_home .section.sec4{
    padding-top: 105px;
    margin-top: -140px;
    margin-bottom: -40px;
  }
  .link_1.blue {
    margin-top: 70px;
  }
}
@media (min-width:1024px){

  .home_sec2_left {
    width: 477px;
  }
  .home_sec2_item {
    text-align: left;
  }
  .home_sec2_img {
    width: 44.5%;
    top: 27.5%;
    margin-top: 0;
    position: absolute;
    right: 0;
  }
  .home_sec2_img1:before {
    padding-top: 712px;
  }
  .home_sec2_img2:before {
    padding-top: 817px;
  }
  .home_sec2_img1 img{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  }
  .home_sec2_img2{
    margin-top: -120px;
  }
  .home_sec2_img2 img{
    -webkit-clip-path: polygon(0 16%, 100% 0, 100% 88%, 0% 100%);
    clip-path: polygon(0 16%, 100% 0, 100% 88%, 0% 100%);
  }
  .pg_home .section.sec1 .container:after{
    right: -310px;
    width: 751px;
    height: 538px;
  }
  .home_sec2_item_ttl:before{
    width: 105px;
    height: 66px;
    left: -30px;
    top: -50px;
  }
  .home_sec2_item + .home_sec2_item{
    margin-top: 120px;
  }
  .pg_home .section.sec2{
    padding-bottom: 250px;
  }
  .pg_home .section.sec2:before{
    margin-bottom: 80px;
    height: 283px;
  }
  .pg_home .section.sec3{
    /*background-image: url(/system_panel/uploads/images/bg_3.png?1);*/
    background-size: auto;
  }
  .home_sec3_list > div:nth-child(n+3){
    margin-top: 0;
  }

  .pg_home .section.sec4{
    padding-top: 165px;
  }
}
@media (min-width:1200px){

  .pg_home .section.sec1 .container:after{
    right: -340px;
    width: 851px;
    height: 608px;
  }
  .home_sec2_img {
    width: 49.5%;
  }
  .home_sec2_item_ttl:before{
    left: -70px;
  }
  .pg_home .section.sec2:before{
    background: url(/system_panel/uploads/images/bg_1.jpg) no-repeat center top / 100% auto;
  }
  .pg_home .section.sec3{
    background-size: cover;
  }
  .pg_home .section.sec4{
    background-size: 100% auto;
  }

}



/*******************************
*　酒井学瓦店の強み
********************************/
.pg_about .section.sec1 {
  padding-bottom: 50px;
}
.about_sec1_ttl{
  margin-bottom: 30px;
}

.pg_about .section.sec2 {
  padding-top: 0;
  padding-bottom: 80px;
  background: url(/system_panel/uploads/images/about_bg2.jpg) no-repeat center top / cover;
}
.pg_about .section.sec2:before{
  content: "";
  height: 83px;
  width: 100%;
  background: url(/system_panel/uploads/images/about_bg1.jpg) no-repeat center top / cover;
  display: block;
  position: relative;
  z-index: 1;
}
.pg_about .section.sec2 .tt1_tt{
  color: #ffffff;
}

.about_list {
  margin-top: 50px;
}
.about_item {
  padding: 5px 15px 20px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}
.about_item:after{
  content: "";
  width: 93px;
  height: 65px;
  background: url(/system_panel/uploads/images/about_i1.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  bottom: -55px;
}
.about_item:nth-child(even):after{
  right: inherit;
  left: 0;
}
.about_item + .about_item{
  margin-top: 50px;
}
.about_item_point{
  margin-left: -10px;
}
.about_item_ttl{
  margin-bottom: 15px;
  position: relative;
}
.about_item_ttl:after{
  width: 63px;
  height: 44px;
  background: url(/system_panel/uploads/images/about_i2.png) no-repeat center / contain;
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
}

.about_item_img {
  width: 100%;
  margin: 15px auto 0;
  position: relative;
}
.about_item_img:before{
  padding-top: 70%;
}
.roof_sec5_ttl2 {
  margin-top: 40px;
}

@media (min-width:768px){
  .about_sec1_ttl{
    margin-bottom: 45px;
  }
  .pg_about .section.sec2 {
    padding-top: 0;
    padding-bottom: 100px;
    position: relative;
  }
  .pg_about .section.sec2 .tt1{
    margin-bottom: 45px;
  }
  .about_item { 
    padding: 5px 65px 25px;
    justify-content: space-between;
    align-items: flex-start;
  }
  .about_item + .about_item{
    margin-top: 155px;
  }
  .about_item_point{
    margin-left: -55px;
    width: 137px;
  }  
  .about_list {
    margin-top: 130px;
  }
  .about_item_txt {
    width: 100%;
  }
  .about_item_img {
    width: 476px;
    margin: 20px auto 0;
    position: relative;
  }
  .about_item_img:before{
    padding-top: 355px;
  }
  .about_item_img img{
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
  }
  .about_item_ttl{
    margin-top: -10px;
  }
  .about_item_ttl:after{
    width: 113px;
    height: 74px;
    right: -42px;
  }
  .roof_sec5_ttl2 {
    margin-top: 80px;
  }
}
@media (min-width:1024px){
  .pg_about .section.sec2 {
    padding-bottom: 150px;
  }
  .pg_about .section.sec2:before {
    margin-bottom: 80px;
    height: 283px;
    background: url(/system_panel/uploads/images/about_bg1.jpg) no-repeat center top;
  }
  .about_item {
    width: calc(100% - 65px);   
    padding: 5px 0 25px 65px;
  }
  .about_item_img {
    width: 326px;
    right: -65px;
    top: -55px;
    margin: 0 0 -55px;
    order: 2;
  }
  .about_item_img:after{
    content: "";
    width: 143px;
    height: 95px;
    position: absolute;
    right: 0;
    bottom: -95px;
    background: url(/system_panel/uploads/images/about_i1.png) no-repeat center / contain;
  }
  .about_item_txt {
    width: calc(100% - 330px);
    order: 1;
  }
  .about_item:nth-child(even){
    padding: 5px 60px 30px 0;
    margin-left: auto;
  }
  .about_item:nth-child(even) .about_item_img{
    right: inherit;
    left: -65px;
    order: 1;
  }
  .about_item:nth-child(even) .about_item_txt{
    order: 2;
  }
  .about_item:nth-child(even) .about_item_img img{
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 95%);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 95%);
  }
  .about_item:nth-child(even) .about_item_img:after{
    right: inherit;
    left: 0;
  }
  .about_item:after{
    display: none;
  }

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

  .about_item_img {
    width: 476px;
  }
  .about_item_txt {
    width: calc(100% - 500px);
  }

}



/*******************************
*　施工実績
********************************/
.works_detail{
  max-width: 979px;
  padding: 15px 15px 30px;
  margin: 0 auto;
  border-radius: 20px;
  border: 3px solid #91bfd6;
}
.works_detail .works_img:before {
  padding-top: 78%;
}
.works_in {
  position: relative;
}
.works_in .works_ttl {
  width: 109px;
  height: 114px;
  font-size: 24px;
  padding: 0 0 20px;
  padding-right: 15px;
  background: url(/system_panel/uploads/images/works_d_bg1.png) no-repeat center / contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.works_use {
  margin: 30px 0 10px;
  padding: 0 15px;
  padding-bottom: 10px;
  color: #51443c;
  border-bottom: 1px solid #4a8bab;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works_use .text{
  width: calc(100% - 82px);
}
.works_detail .works_text{
  color: #51443c;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.18;
}


@media (min-width:768px){

  .works_detail{
    padding: 35px 50px 50px;
    border-radius: 50px;
  }
  .works_in .works_ttl {
    font-size: 36px;
    width: 149px;
    height: 154px;
    padding: 0 15px 30px 0;
  }
  .works_in .works_ttl span{
    font-size: 20px;
  }
  .works_use {
    margin: 55px 0 20px;
    padding: 0 30px 7px;
  }
  .works_detail .works_text {
    margin-top: 30px;
  }
  .pg_works .link_1{
    margin-top: 100px;
  }
}
@media (min-width:1024px){

  .works_detail{
    padding: 78px 90px 90px;
  }

}


/*******************************
*　屋根・瓦について
********************************/
.roof_sec1_ttl {
  margin-bottom: 30px;
}

.pg_roof .section.sec2{
  padding: 50px 0 80px;
}
.roof_sec2_item {
  width: 100%;
  border: 1px solid #ac978b;
  border-radius: 20px;
  overflow: hidden;
}
.roof_sec2_item_ttl {
  font-size: 16px;
  padding: 10px;
  background: #8cb1d2;
  color: #ffffff;
}
.roof_sec2_item_ttl em{
  font-size: 20px;
  font-style: normal;
}
.roof_sec2_item_text {
  padding: 10px 15px 20px;
}
.roof_sec2_list{
  margin-top: 30px;
}
.roof_sec2_list > div{
  display: flex;
}
.roof_sec2_list > div + div{
  margin-top: 20px;
}

.pg_roof .section.sec3{
  padding: 0 0 50px;
}
.roof_sec3_item{
  width: 100%;
  padding: 1px 35px 40px;
  background: #dce9ef;
  position: relative;
  border-radius: 15px;
  color: #595959;  
}
.roof_sec3_item:before {
  content: "";
  width: calc(100% + 70px);
  height: 112px;
  background: url(/system_panel/uploads/images/r_point_bg.jpg) no-repeat center top / 100% 100%;
  display: block;
  margin-top: -81px;
  margin-left: -35px;
}
.roof_sec3_list{
  justify-content: center;
}
.roof_sec3_list > div{
  display: flex;
}
.roof_sec3_list > div + div{
  margin-top: 100px;
}
.roof_sec3_item_ttl {
  padding: 2px;
  margin-bottom: 8px;
  background: #91bfd6;
  color: #ffffff;
}
.roof_sec3_item_box{
  margin-top: 30px;
}
.roof_sec3_item_box + .roof_sec3_item_box{
  margin-top: 30px;
}
.pg_roof .section.sec4{
  padding: 0;
  background: #dce9ef;
}
.pg_roof .section.sec4 .container {
  padding: 40px 15px 0;
}
.roof_sec4_text {
  max-width: 540px;
  padding: 5px;
  margin: 0 auto;
  margin-top: 20px;
  background: -moz-linear-gradient(top, #c1def3 0%, #d2e6f3 50%, #bdd7f3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c1def3 0%,#d2e6f3 50%,#bdd7f3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c1def3 0%,#d2e6f3 50%,#bdd7f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 47px;
}
.roof_sec4_text p {
  padding: 20px 10px;
  background: #ffffff;
  border-radius: 47px;
}
.roof_sec4_box + .roof_sec4_box{
  margin-top: 30px;
}
.roof_human{
  margin-top: 10px;
}
.roof_human1,
.roof_human2{
  width: 50%;
  position: relative;
  z-index: 0;
}
.roof_human1:before{
  padding-top: 140%;
}
.roof_human2:before{
  padding-top: 155%;
}
.roof_sec4_box {
  position: relative;
  z-index: 1;
}
.hina{
  font-family: 'Hina Mincho', serif;
}
.pg_roof .section.sec5{
  padding: 80px 0 0;
}
.roof_sec5_ttl {
  margin: 30px 0 25px;
}
.roof_sec5_img {
  border-radius: 20px;
  overflow: hidden;
}
.roof_sec5_img:before{
  padding-top: 77%;
}
.roof_sec5_item_ttl {
  padding: 15px 0;
  position: relative;
}
.roof_sec5_item_ttl:after{
  content: "";
  width: 100px;
  height: 2px;
  background: #4882b8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.roof_sec5_list > div:nth-child(n+2){
  margin-top: 30px;
}

.roof_sec5_item_text {
  margin-top: 15px;
  line-break: anywhere;
}


@media (max-width:767px){
  .roof_sec4_text p{
    letter-spacing: 0;
  }
}
@media (min-width:768px){
  .roof_sec1_ttl {
    margin-bottom: 45px;
  }
  .pg_roof .section.sec2{
    padding: 80px 0 120px;
  }
  .pg_roof .section.sec2 .tt1{
    margin-bottom: 30px;
  }
  .roof_sec2_item {
    min-height: 315px;
  }
  .roof_sec2_item_ttl {
    font-size: 18px;
  }
  .roof_sec2_item_ttl em{
    font-size: 22px;
  }
  .roof_sec2_item_text {
    padding: 20px 25px 30px;
  }
  .roof_sec2_list{
    margin-top: 55px;
  }
  .roof_sec2_list > div + div{
    margin-top: 0;
  }
  .roof_sec2_list > div:nth-child(n+3){
    margin-top: 60px;
  }
  .pg_roof .section.sec3 .tt1{
    margin-bottom: 20px;
  }
  .roof_sec3_list {
    margin-top: 130px;
  }
  .roof_sec3_item_box{
    margin-top: 50px;
  }
  .roof_sec3_item {
    min-height: 705px;
  }
  .roof_sec3_item_text {
    min-height: 104px;
  }
  .pg_roof .section.sec3{
    padding: 0 0 100px;
  }
  .pg_roof .section.sec4 .container{
    padding: 60px 15px;
    position: relative;
  }
  .roof_sec4_box + .roof_sec4_box{
    margin-top: 45px;
  }
  .roof_sec4_text p {
    padding: 20px;
  }
  .roof_human{
    margin-top: 0;
  }
  .roof_human1 {
    width: 206px;
    position: absolute;
    left: -20px;
    bottom: 0;
  }
  .roof_human2 {
    width: 178px;
    position: absolute;
    right: -20px;
    bottom: 0;
  }
  .pg_roof .section.sec5{
    padding: 100px 0 0;
  }
  .pg_roof .section.sec5 .tt1 {
    margin-bottom: 25px;
  }
  .pg_roof .section.sec5 .tt1_en{
    margin-left: -100px;
    margin-bottom: -15px;
  }
  .roof_sec5_ttl {
    margin: 40px 0 35px;
  }
  .roof_sec5_list > div:nth-child(n+2){
    margin-top: 0;
  }
  .roof_sec5_list > div:nth-child(n+4){
    margin-top: 60px;
  }
  .roof_sec5_list.no2 > div:nth-child(n+4) {
    margin-top: 100px;
  }
  .roof_sec5_ttl2{
    letter-spacing: 0;
  }
  .roof_sec3_list > div + div{
    margin-top: 0;
  }
  .roof_sec3_list > div:nth-child(n+3){
    margin-top: 100px;
  }
}
@media (min-width:1024px){

  .pg_roof .section.sec2{
    padding: 120px 0 180px;
  }
  .roof_sec2_list > div:nth-child(n+3){
    margin-top: 0;
  }
  .roof_sec2_list > div:nth-child(n+4){
    margin-top: 60px;
  }
  .roof_sec3_list > div:nth-child(n+3){
    margin-top: 0;
  }
  .roof_sec3_list > div:nth-child(n+4){
    margin-top: 100px;
  }
  .roof_human1 {
    width: 256px;
    left: 15px;
  }
  .roof_human2 {
    width: 228px;
    right: 30px;
  }
  .pg_roof .section.sec5{
    padding: 170px 0 0;
  }
  .roof_sec5_item_ttl:after{
    width: 200px;
  }
  .roof_sec5_item_text {
    margin-right: -10px;
  }
}
@media (min-width:1200px){

  .roof_sec5_ttl2{
    letter-spacing: 0.075em;
  }

}


/*******************************
*　ご利用の流れ
********************************/
.flow_list {
  margin-bottom: 40px;
}
.flow_item{
  position: relative;
}
.flow_item:not(:last-child):after{
  content: "";
  width: 5px;
  height: 100%;
  background: #dce9ef;
  position: absolute;
  left: 35px;
  top: 50px;
  z-index: -1;
}
.flow_item + .flow_item{
  padding-top: 50px;
}
.flow_item_img{
  max-width: 380px;
  width: 100%;
  margin: 15px auto 0;
  overflow: hidden;
  border-radius: 20px;
  order: 1;
}
.flow_item_img:before{
  padding-top: 60%;
}
.flow_item_num {
  width: 76px;
  height: 76px;
  background: url(/system_panel/uploads/images/flow_circle.png) no-repeat center / contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow_item_link {
  width: 255px;
  font-size: 14px;
  padding: 10px;
  margin: 20px auto 0;
  background: #91bfd6;
  display: block;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.075em;
  border-radius: 23px;
  position: relative;
}
.flow_item_link:hover{
  color: #ffffff;
}
.flow_item_link p:before{
  margin-right: 8px;
  font-family: 'FontAwesome';
  font-weight: 900;
}
.flow_item_link.contact p:before{
  content: "\f0e0";
}
.flow_item_link.tel p:before{
  content: "\f095";
  transform: rotate(270deg);
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
}
.flow_item_link p:after{
  content: "\f105";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.flow_item_txt{
  background: #ffffff; 
  order: 2;
}
.flow_item_text.nobr br{
  display: none;
}
.flow_item_ttl{
  margin: 15px 0;  
}

@media (min-width:768px){
  .flow_list{
    margin-bottom: 100px;
  }
  .flow_item .flex{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
  }
  .flow_item + .flow_item{
    padding-top: 55px;
  }
  .flow_item:not(:last-child):after{
    top: 55px;
    left: 47px;
  }
  .flow_item_img{
    width: 40%;
    margin: 0;
    order: 2;
  }
  .flow_item_num {
    width: 96px;
    height: 96px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .flow_item:first-child .flow_item_num{
    top: 0;
  }
  .flow_item_txt{
    width: 60%;
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 115px;
    position: relative;
    background: inherit;
    order: 1;
  }
  .flow_item_ttl{
    margin: 0 0 15px;
  }
  .flow_item_num {
    width: 96px;
    height: 96px;
    top: 55px;
  }
  .flow_item_link{    
    margin: 20px 0 0;
    display: inline-block;
  }
}
@media (min-width:1024px){
  .flow_item{
  }
  .flow_item_txt{
    width: calc(100% - 380px);
    padding-right: 60px;
  }
  .flow_item_img{
    width: 380px;
  }
  .flow_item_img:before{
    padding-top: 232px;
  }
  .flow_item_num {
    width: 96px;
    height: 96px;
  }
  .flow_item_link {
    width: 255px;
  }
  .flow_item_link + .flow_item_link{
    margin-top: 15px;
  }
  .flow_sec1_text {
    letter-spacing: 0;
  }

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

  .flow_item_link + .flow_item_link{
    margin-top: 0;
    margin-left: 40px;
  }
  .flow_sec1_text {
    letter-spacing: 0.08em;
  }
  .flow_item_text.nobr br{
    display: block;
  }
}


/*******************************
*　会社概要
********************************/
.access_map{
  margin-top: 30px;
}
.access_map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}
.table_rows_th{
  width: 90px;
}

@media (min-width:768px){
  .table_rows_th,
  .table_rows_td{
    padding: 17px;
  }
  .table_rows_th{
    width: 204px;
    padding-left: 28px;
  }
  .table_rows_td{
    padding-left: 45px;
  }
  .access_map{
    margin-top: 50px;
  }
  .access_map iframe {
    height: 450px;
  }
}
@media (min-width:1024px){

  .table_rows_th{
    width: 284px;
    padding-left: 38px;
  }
  .table_rows_td{
    padding-left: 65px;
  }

}


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

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

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


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


}
