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

#root{
  overflow: hidden;
}

@media (max-width:767px){
  body{
    font-size: 14px;
  } 
  
  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', 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;
  }
}

/* 指定した行数での切り取り */
.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{
  position: relative;
}
.header .mv{
  position: relative;
}
.header .mv:after{
  content: "";
  background: rgba(217,147,137,0.8);
  width: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}
.header .mv_scrbtn{
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
.header .mv_scrbtn a{
  display: block;
}
.header .mv_scrbtn a img{
  width: 20px;
}

.header .hdr1{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10px;
  z-index: 3;
}
.header .hdr1 .hdr_logo{
  
}
.header .hdr1 .hdr_logo img{
  width: 80px;
}
.header .hdr1 .hdr_h1{
  margin-top: 10px;
  padding: 0 5px;
}

.header .hdr1 .hdr_msg{
  background: rgba(255,255,255,0.5);
  margin-top: 20px;
  padding: 10px 0;
  font-family: "Noto Serif JP";
  font-weight: 600;
  text-align: center;
}
.header .hdr1 .hdr_msg .hdr_msg_p1{
  font-size: 18px;
  letter-spacing: 0.075em;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}
.header .hdr1 .hdr_msg .hdr_msg_p2{
  font-size: 36px;
}


.mv_bg{
  height: 300px;
}
.mv_bg:after{
  content: "";
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.mv_bg_img{
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}


/**/
.header .hdr2{
  padding: 20px 0 15px;
}
.header .hdr2>.container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .hdr2 .hdr_logo{
  
}
.header .hdr2 .hdr_logo img{
  height: 52px;
}
.header .hdr2 .hdr_contact{
  
}


.gnav_wrap{
  background: #b81d22;
  color: #FFF;
  padding: 5px 0;
}



.hdr_contact{
  display: flex;
}
.hdr_contact a+ a{
  margin-left: 15px;
}

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

.hdr_contact_btn1{
  display: block;
  background: #b81d22;
  color: #FFF;
  padding: 10px 30px 12px;
  text-align: center;
}
.hdr_contact_btn1 p:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}
.hdr_contact_btn1:hover{
  color: #FFF;
}
.hdr_contact_btn2{
  
}

.pg_header{
  position: relative;
  margin-bottom: 30px;
}
.pg_header:before{
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://itsukushi-life.com/system_panel/uploads/images/hdr_triangle.png) no-repeat center / 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.pg_header_title{
  z-index: 3;
}
.pg_header_mv{
  height: 150px;
}
.pg_header_mv.img_fit:before{
  display: none;
}
.pg_header_title{
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pg_header_h1{
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
}




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

@media (max-width:767px){
  
  .pg_header_h1{
    font-size: 20px;
  }
  
  .gnav_item a{
    color: #111;
  }
}
@media (min-width:768px){
  
  .header{
    
  }
  .header .hdr1{
    top: 30px;
  }
  .header .hdr1 .hdr_logo{
    
  }
  .header .hdr1 .hdr_logo img{
    width: auto;
  }
  .header .hdr1 .hdr_h1{
    margin-top: 60px;
  }

  .header .hdr1 .hdr_msg{
    margin-top: 15px;
    padding: 20px 0;
  }
  .header .hdr1 .hdr_msg .hdr_msg_p1{
    font-size: 24px;
  }
  .header .hdr1 .hdr_msg .hdr_msg_p2{
    font-size: 36px;
  }
  
  .header .mv_scrbtn{
    bottom: 20px;
  }
  .header .mv_scrbtn a{
  }
  .header .mv_scrbtn a img{
    width: auto;
  }
  
  .mv_bg{
    height: 500px;
  }
  .mv_bg:after{
    content: "";
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
  }
  .mv_bg_img{
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  
  
  .pg_header{
    margin-bottom: 40px;
  }
  .pg_header_mv{
    height: 250px;
  }
  
  .gnav {
    margin: 0 -35px;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
  }
  .gnav .gnav_item {
    width: auto;
    font-size: 15px;
    padding: 0 15px 0 0;
    padding-right: 10px;
    font-weight: 500;
    
    text-align: center;
    position: relative;
    /*border-right: 1px solid #FFF;*/
    background-image: url('https://itsukushi-life.com/system_panel/uploads/images/gnav_border.png');
    background-repeat: no-repeat;
    background-position: right center;
    
  }
  .gnav .gnav_item:first-child{
    background-image: url('https://itsukushi-life.com/system_panel/uploads/images/gnav_border.png'), url('https://itsukushi-life.com/system_panel/uploads/images/gnav_border.png');
    background-position: left center, right center;
  }
  
  .gnav .gnav_item.gnav_home{
    font-size: 26px;
    line-height: 1;
    padding-left: 25px;
    padding-right: 10px;
    
  }
  .gnav .gnav_item a{
    display: block;
    padding: 20px 0;
    padding-right: 10px;
  }
  
  .gnav_item .child_nav{
    display: none;
    position: absolute;
    width: auto;
    top: 100%;
    left: -4px;
    right: 12px;
    background: #95090e;
    border-top: 5px solid #b81d22;
    z-index: 5;
    text-align: center;
    padding: 3px;
    font-size: 14px;
  }
  
  .gnav_item .child_nav{
    width: 200px;
    left: 42%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  
  .gjs-dashed .gnav_item .child_nav{
    display: block !important;
  }
  .gnav_item .child_nav a{
    padding: 8px 2px;
  }
  .gnav_item:hover .child_nav{
    display: block;
  }
  
  .gnav_item .child_nav p{
    
  }
  .gnav_item .child_nav p+p{
    border-top: 1px dotted #FFF;
  }
}
@media (min-width:1024px){
  
  .header{
    
  }
  .header .mv{
    
  }
  .header .hdr1{
    top: 70px;
  }
  .header .hdr1 .hdr_logo{

  }
  .header .hdr1 .hdr_logo img{
    width: auto;
  }
  .header .hdr1 .hdr_h1{
    margin-top: 105px;
  }
  
  .header .hdr1 .hdr_msg{
    margin-top: 15px;
    padding: 20px 0;
  }
  .header .hdr1 .hdr_msg .hdr_msg_p1{
    font-size: 28px;
  }
  .header .hdr1 .hdr_msg .hdr_msg_p2{
    font-size: 36px;
  }
  .gnav .gnav_item.gnav_home a{
    padding-right: 0;
  }
  
  .mv_bg{
    height: 820px;
  }
  .mv_bg_img{
    
  }
  
  .pg_header{
    margin-bottom: 120px;
  }
  .pg_header_mv{
    height: 410px;
  }
  .pg_header_h1{
    font-size: 38px;
  }
  
  .gnav {
    margin: 0 -15px;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    letter-spacing: 0.05em;
  }
  .gnav .gnav_item {
    width: calc(20% - 23px);
    font-size: 12px;
    padding: 0 ;
    padding-right: 10px;
    white-space: nowrap;
  }
  
  .gnav .gnav_item.gnav_home {
    width: 85px !important;
    padding-left: 10px;
  }
  .gnav_item .child_nav{
    display: none;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 45%;
    right: 12px;
    background: #95090e;
    border-top: 5px solid #b81d22;
    z-index: 5;
    text-align: center;
    padding: 3px;
    font-size: 14px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .gnav_item .child_nav{
    /*font-size: 16px;*/
    font-size: 14px;
  }
  
}
@media (min-width:1200px){
  
  .gnav .gnav_item.gnav_home {
    width: 115px !important;
  }
  .gnav .gnav_item {
    font-size: 14px;
  }
}

@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: left;
    font-size: 18px;
  }
  .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.gnav_home{
    
  }
  .gnav_item.gnav_home a{
    
  }
  .gnav_item.gnav_home a i{
    display: none;
  }
  .gnav_item.gnav_home a:after{
    content: "HOME";
  }
  
  .gnav_item .child_nav{
    margin-top: 5px;
  }
  .gnav_item .child_nav p{
    
  }
  .gnav_item .child_nav p a:before{
    content: "\f105";
    font-family: "FontAwesome";
    margin: 0 10px;
  }
  
}



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

.footer{
  margin-top: 100px;
}
.ftr1{
  background: #d99389;
  padding: 20px 0;
}
.ftr1_title{
  text-align: center;
  margin-bottom: 20px;
}
.ftr_contact_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_contact_box{
  width: 100%;
  background: #FFF;
  padding: 20px 25px;
  border-radius: 10px;
  text-align: center;
}
.ftr_contact_box_inner{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.ftr_contact_box_inner1,
.ftr_contact_box_inner2{
  width: 100%;
}

.ftr_contact_icon{
  color: #a40000;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1;
}

.ftr_contact_tt{
  font-weight: 500;
  margin-bottom: 10px;
}
.ftr_contact_txt{
  font-size: 13px;
  margin-top: -10px;
  text-align: left;
}
.ftr_contact_txt br{
  display: none;
}
.ftr_contact_txt_sub1,
.ftr_contact_txt_sub2{
  font-size: 12px;
  font-weight: 500;
  border-radius: 10px;
  margin-top: 5px;
}
.ftr_contact_txt_sub1{
  background: #e5e5e5;
  padding: 4px 5px;
}
.ftr_contact_txt_sub2{
  background: #b81d22;
  color: #FFF;
}
.ftr_contact_txt_sub2 a{
  display: block;
  padding: 4px 5px;
  position: relative;
}
.ftr_contact_txt_sub2 a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


.ftr2{
  padding-top: 90px;
}
.ftr_logo{
  text-align: center;
}
.ftr_addr{
  text-align: center;
  line-height: 2;
  margin-top: 40px;
  margin-bottom: 50px;
}
.ftr_addr em{
  font-style: normal;
}
.fnav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fnav + .fnav{
  margin-top: 20px;
}
.fnav_item{
  padding: 0 25px;
  line-height: 1.2;
  letter-spacing: 0.14em;
}
.fnav_item+.fnav_item{
  border-left: 1px solid ;
}
.ftr_copy{
  margin-top: 80px;
  text-align: center;
  background: #fef9f8;
}


/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  z-index: 10;
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #b81d22;
  color: #FFF;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #d99389;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #FFF;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
}
.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: 70px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #b81d22;
}
.pagetop a i{
  font-size: 40px;
}



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

@media (max-width:767px){
  .ftr_contact_box + .ftr_contact_box{
    margin-top: 20px;
  }
  
  .fnav{
    
  }
  .fnav_item{
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .fnav_item+.fnav_item{
    border: 0;
  }
  .fnav_item a:before{
    content: "・";
  }
  
  .fnav + .fnav{
    margin-top: 0;
  }
  
  .ftr_addr{
    font-size: 12px;
  }
}
@media (min-width:768px){
  .ftr1{
    background: #d99389;
    padding: 60px 0 40px;
  }
  .ftr1_title{
    margin-bottom: 50px;
  }
  .ftr_contact_box{
    width: 48.64%;
    padding: 20px 15px;
  }
  
  .ftr_contact_icon{
    font-size: 28px;
  }
  .ftr_contact_tt{
    font-size: 17px;
  }
  .ftr_contact_txt{
    font-size: 15px;
  }
  .ftr_contact_txt_sub1,
  .ftr_contact_txt_sub2{
    font-size: 15px;
  }
  
  .fnav_item{
    padding: 0 5px;
    font-size: 13px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 200px;
  }
  
  .ftr_contact_box{
    width: 48.64%;
    padding: 20px 30px;
  }
  
  .ftr_contact_txt{
    text-align: center;
  }
  .ftr_contact_txt br{
    display: inline;
  }
}
@media (min-width:1200px){
  
}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }
  
  .footer_fix .footer_fix_item_1{
    
  }
  .footer_fix .footer_fix_item_1 div{
    /*display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 100%;*/
  }
  .footer_fix .footer_fix_item_1 div > *{
    /*width: 100%;*/
  }
  .footer_fix .footer_fix_item_1 ,
  .footer_fix .footer_fix_item_2 {
    display: block;
    padding-bottom: 10px;
  }
  .footer_fix .footer_fix_item_1 i,
  .footer_fix .footer_fix_item_2 i{
    line-height: 32px;
  }
  .footer_fix > a i{
    margin-bottom: 4px;
  }
}



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

/* 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: 70px;
  }
}


/* テーブル用 */
.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 #c9c9c9;
  vertical-align: middle;
  padding: 20px 15px;
}
.table_rows_th{
  background-color: #f4e0dd;
}
.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: 100px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
}
.webgene-pagination li.selected{
  background: #e5e5e5;
  border: 0;
}  
.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;
}


@media (max-width:767px){
  .webgene-pagination{
    margin-top: 50px;
  }
}




/*******************************
*　HOME
********************************/

.pg_home{
  
}
.pg_home .section.sec1{
  padding-top: 110px;
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/home_bg1.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}
.pg_home .section.sec2{
  margin-top: 70px;
}
.pg_home .section.sec3{
  margin-top: 170px;
}
.pg_home .section.sec4{
  padding-top: 150px;
  padding-bottom: 150px;
  background: #fef9f8;
}
.pg_home .section.sec5{
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/home_bg2.jpg');
}

.home_msg1{
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 21px;
  text-align: center;
}
.home_msg1 p{
  display: inline;
  background: linear-gradient(transparent 60%, #fff45c 60%);
  line-height: 1.4;
}
.home_msg1_sub {
  font-weight: 700;
  font-size: 16px;
  color: #b81d22;
  text-align: center;
}
.home_msg1_sub_btm{
  text-align: center;
}

.home_tt1{
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}

.home_nayami_wrap {
  margin-top: 50px;
}
.home_nayami_txt{
  color: #b81d22;
  text-align: center;
}

.home_service_wrap{
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}
.home_service_wrap + .home_service_wrap{
  margin-top: 10px;
}
.home_service_box1{
  width: 540px;
  max-width: 100%;
  padding: 35px 20px 25px;
  background: #FFF;
  box-shadow: 0px 0px 4.5px 0.5px rgba(60, 60, 60, 0.3);
  position: relative;
  z-index: 2;
}
.home_service_box2{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.home_service_title{
  font-size: 20px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  text-align: center;
}
.home_service_txt{
  margin-top: 30px;
}
.home_service_link{
  margin-top: 50px;
}
.home_service_link_a{
  display: block;
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 10px;
  background: #d99389;
  color: #FFF;
  text-align: center;
  position: relative;
  font-size: 14px;
  
}
.home_service_link_a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.home_service_wrap:nth-child(odd) .home_service_box1{
  
}
.home_service_wrap:nth-child(odd) .home_service_box2{
  left: 0;
  right: -1000px;
}
.home_service_wrap:nth-child(even) .home_service_box1{
  margin-left: auto;
}
.home_service_wrap:nth-child(even) .home_service_box2{
  right: 0;
  left: -1000px;
  text-align: right;
}

/* 施設運営 */
.home_company_wrap{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.home_company_box1{
  width: 100%;
  background: #eeeeee;
  position: relative;
  padding: 20px 10px;
}
.home_company_box2{
  width: 100%;
  position: relative;
}
.home_company_tt{
  display: flex;
  align-items: center;
  
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  white-space: nowrap;
}
.home_company_tt:after{
  content: "";
  margin-left: 30px;
  width: 100%;
  height: 1px;
  background: #d99389;
}
.home_company_addr{
  line-height: 2;
}
.home_company_addr + .home_company_addr{
  margin-top: 20px;
}
.home_company_addr strong{
  font-weight: 700;
}
.home_company_links{
  margin-top: 30px;
}
.home_company_link{
  
}
.home_company_link + .home_company_link{
  margin-top: 10px;
}
.home_company_link a{
  display: block;
  width: 330px;
  max-width: 100%;
  background: #d99389;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  padding: 12px 0;
  position: relative;
}
.home_company_link a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.home_company_page{
  padding: 20px 10px;
  position: relative;
  
}
.home_company_page:after{
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.home_company_page.bg1:after{
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/home_service_bg3_1.jpg');
}
.home_company_page.bg2:after{
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/home_service_bg3_2.jpg');
}
.home_company_page.bg3:after{
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/home_service_bg3_3.jpg');
}

.home_company_page_tt{
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #FFF;
}
.home_company_page_link{
  
}
.home_company_page_link a{
  display: block;
  background: #d99389;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  width: 190px;
  max-width: 100%;
  padding: 8px 0;
  margin: 0 auto;
  position: relative;
}
.home_company_page_link a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/**/
.home_news_header{
  display: flex;
  justify-content: space-between;
  background: #FFF;
  border-bottom: 3px solid #d99389;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
.home_news_header a{
  display: inline-block;
  width: 140px;
  background: #d99389;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.home_news_header a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.home_news_tt{
  font-size: 14px;
  font-weight: 500;
}
.home_news_tt em{
  font-style: normal;
  font-size: 1.733em;
  margin-right: 35px;
}
.home_news_tt em:first-letter{
  color: #d99389;
}


/**/
.home_msg2{
  font-family: "Noto Serif JP";
  font-size: 19px;
  line-height: 1.4;
  text-align: center;
  text-align: left;
  color: #a40000;
  margin-bottom: 20px;
  text-shadow: 0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff;
}
.home_msg2 br{
  display: none;
}
.home_msg2_sub{
  line-height: 2;
  font-weight: 500;
  text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
}
.home_msg2_sub p br{
  display: none;
}

/* コピー用 */

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

@media (max-width:767px){
  .home_nayami_txt{
    text-align: center;
  }
  .home_nayami_txt > p{
    text-align: left;
  }
  .home_nayami_txt br{
    display: none;
  }
  
  .pg_home .section.sec3{
    margin-top: 50px;
  }
  .pg_home .section.sec4{
    padding: 50px 0;
  }
  .pg_home .section.sec5{
    padding-top: 0;
  }
  .home_news_tt em{
    margin-right: 10px;
  }
  
  .home_news_header{
    align-items: center;
  }
  .home_news_header a{
    width: 90px;
  }
  .home_news_header a:after{
    right: 5px;
  }
  .home_news_tt{
    padding-bottom: 10px;
  }
  
  
}
@media (min-width:768px){
  
  .home_msg1{
    font-size: 28px;
  }
  .home_msg1_sub{
    font-size: 20px;
  }
  .home_tt1{
    font-size: 22px;
  }
  
  
  .home_msg2{
    font-size: 26px;
    text-align: center;
  }
  .home_msg2 br{
    display: inline;
  }
  .home_msg2_sub{
    font-size: 15px;
    text-align: left;
  }
  
  /* 施設運営 */
  .home_company_wrap{
    
  }
  .home_company_box1{
    width: 50%;
    padding: 20px 10px 20px 0;
  }
  .home_company_box2{
    width: 50%;
  }
  .home_company_box1:after{
    content: "";
    background: #eeeeee;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1000px;
  }
  .home_company_page{
    height: 33.333%;
  }
  
  
  .home_nayami_txt{
    text-align: center;
  }
  .home_nayami_txt > p{
    width: 80%;
    text-align: left;
    margin: 0 auto;
  }
  .home_nayami_txt br{
    display: none;
  }
  
}
@media (min-width:1024px){
  
  .home_msg1{
    font-size: 36px;
  }
  .home_msg1_sub{
    font-size: 23px;
    letter-spacing: 0.2em;
    margin-top: 20px;
    
  }
  .home_msg1_sub_btm{
    margin-bottom: 10px;
  }
  
  .home_msg2{
    font-size: 26px;
    text-align: center;
  }
  .home_msg2 br{
    display: inline;
  }
  .home_msg2_sub{
    font-size: 15px;
    text-align: left;
  }
  
  .home_tt1{
    font-size: 30px;
    
  }
  
  /* 施設運営 */
  .home_company_wrap{
    
  }
  .home_company_box1{
    width: 50%;
    padding: 50px 40px 50px 0;
  }
  .home_company_box2{
    width: 50%;
  }
  .home_company_box1:after{
    content: "";
    background: #eeeeee;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1000px;
  }
  .home_company_tt{
    font-size: 30px;
    margin-bottom: 30px;
  }
  .home_company_addr{
    
  }
  .home_company_addr + .home_company_addr{
    margin-top: 20px;
  }
  .home_company_addr strong{
    font-size: 18px;
  }
  .home_company_links{
    margin-top: 30px;
  }
  .home_company_link{

  }
  .home_company_link + .home_company_link{
    margin-top: 15px;
  }
  .home_company_link a{
  }
  
  .home_company_page{
    padding: 25px 0 20px 50px;
    
  }
  .home_company_page:after{
    background-size: auto;
    background-position: left center;
    right: -1000px;
  }
  .home_company_page_tt{
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 65px;
  }
  
  .home_msg2{
    font-size: 34px;
    margin-bottom: 40px;
  }
  .home_msg2_sub{
    font-size: 16px;
  }
  
  .home_service_title{
    font-size: 26px;
  }
  
  .home_company_page_link a{
    margin-left: auto;
    margin-right: 0;
  }
  
  .home_nayami_txt{
    width: 100%;
    text-align: center;
  }
  .home_nayami_txt > p{
    width: 100%;
    text-align: center;
  }
  .home_nayami_txt br{
    display: inline;
  }
}
@media (min-width:1200px){
  
  .home_msg1{
    font-size: 42px;
  }
  .home_msg1_sub{
    font-size: 23px;
  }
  .home_tt1{
    font-size: 36px;
    letter-spacing: -0.08em;
  }
  
  .home_msg2{
    font-size: 39px;
    margin-bottom: 40px;
  }
  .home_msg2_sub{
    font-size: 16px;
    text-align: center;
  }
  .home_msg2_sub p br{
    display: block;
  }
  
  .home_nayami_txt{
    font-size: 20px;
    
  }
  
  
}




/*******************************
*　私たちの強み
********************************/
.pg_xxx{
  
}
.pg_xxx .section.sec1{
  
}
.pg_xxx .section.sec2{
  
}
.pg_xxx .section.sec3{
  
}


.strengths_msg_wrap {
  margin-bottom: 50px;
}
.strengths_msg1{
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 22px;
}
.strengths_msg1 p{
  display: inline;
  line-height: 1.2;
  background: linear-gradient(transparent 60%, #fff45c 60%);
}
.strengths_msg2{
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 16px;
}

.strengths_point_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fef9f8;
}
.strengths_point_wrap + .strengths_point_wrap{
  margin-top: 50px;
}

.strengths_point_box1{
  width: 100%;
  padding: 0 10px;
}
.strengths_point_box2{
  width: 100%;
}

.strengths_point_num{
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho,"Noto Serif JP";
  font-weight: 400;
  font-style: italic;
  color: #d99389;
  line-height: 1;
  border-bottom: 1px solid #b81d22;
  margin-top: -30px;
  margin-bottom: 35px;
  position: relative;
}
.strengths_point_num:after{
  content: "Our Strength";
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 10px;
  letter-spacing: 0.1em;
}
.strengths_point_tt{
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 22px;
  color: #b81d22;
  
  margin-bottom: 30px;
  
}

.strengths_point_txt{
  line-height: 2;
}

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

@media (max-width:767px){
  .strengths_point_box2{
    margin-top: 15px;
  }
}
@media (min-width:768px){
  
  .strengths_msg_wrap {
    margin-bottom: 100px;
  }
  .strengths_msg1{
    font-size: 30px;
    text-align: center;
  }
  .strengths_msg2{
    font-size: 24px;
    text-align: center;
  }
  
  .strengths_point_box2{
    margin-top: 10px;
  }
  .strengths_point_num{
    font-size: 72px;
  }
  .strengths_point_num:after{
    font-size: 18px;
  }
  .strengths_point_tt{
    font-size: 26px;
    margin-bottom: 25px;
  }
  .strengths_point_txt{
    line-height: 2;
  }
  
}
@media (min-width:1024px){
  
  .strengths_msg1{
    font-size: 38px;
    text-align: center;
  }
  .strengths_msg2{
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
  }
  
  .strengths_point_box2{
    margin-top: 0;
  }
  .strengths_point_wrap{
    position: relative;
  }
  .strengths_point_wrap:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
    background: #fef9f8;
  }
  .strengths_point_wrap+.strengths_point_wrap{
    margin-top: 120px;
  }
  .strengths_point_box1{
    width: 57.20%;
    min-height: 440px;
    padding: 0;
  }
  .strengths_point_box2{
    width: 40.09%;
    position: relative;
  }
  .strengths_point_bg{
    position: absolute;
    top: -40px;
    bottom: 0;
    
  }
  
  .strengths_point_num{
    font-size: 72px;
  }
  .strengths_point_tt{
    font-size: 26px;
    margin-bottom: 25px;
  }
  .strengths_point_txt{
    line-height: 2.3125;
  }
  
  .strengths_point_wrap:nth-child(odd) .strengths_point_box1{
    
  }
  .strengths_point_wrap:nth-child(odd) .strengths_point_box2{
    
  }
  .strengths_point_wrap:nth-child(even) .strengths_point_box1{
    order: 2;
  }
  .strengths_point_wrap:nth-child(even) .strengths_point_box2{
    order: 1;
  }
  
  .strengths_point_wrap:nth-child(odd) .strengths_point_bg{
    left: 0;
    right: -1000px;
  }
  .strengths_point_wrap:nth-child(even) .strengths_point_bg{
    right: 0;
    left: -1000px;
    text-align: right;
  }
  
}
@media (min-width:1200px){
  .strengths_msg1{
    font-size: 42px;
    text-align: center;
  }
}

/*******************************
*　コンサルティング事業
********************************/

.pg_consulting{
  
}
.pg_consulting .section.sec1{
  
}
.pg_consulting .section.sec2{
  margin-top: 80px;
}
.pg_consulting .section.sec3{
  margin-top: 30px;
}

/* カテゴリ */
.consulting_cat_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.consulting_cat_item{
  width: 100%;
  padding: 0 5px;
}
.consulting_cat_inner{
  background: #d99389;
  padding: 25px 5px 20px;
  height: 100%;
}
.consulting_cat_item:nth-child(even) .consulting_cat_inner{
  background: #b81d22;
}


.consulting_cat_tt{
  font-size: 20px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  color: #FFF;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 5px;
  /*letter-spacing: 0.08em;*/
}
.consulting_cat_tt:after{
  content: "";
  display: block;
  width: 260px;
  max-width: 100%;
  height: 3px;
  background: #FFF;
  margin: 10px auto 0;
  
}

.consulting_cat_tt_sub{
  background: #FFF;
  border-radius: 18px;
  padding: 4px 5px;
  font-weight: 500;
  text-align: center;
}
.consulting_cat_txt{
  color: #FFF;
  padding: 0 10px;
  line-height: 1.875;
  margin-top: 10px;
  margin-bottom: 20px;
}


.consulting_cat_img{
  margin: 0 -5px;
}
.consulting_cat_img.img_fit:before{
  padding-top: 75.71%;
}
.consulting_cat_link{
  margin-top: 20px;
  padding: 0 10px;
  font-size: 14px;
}
.consulting_cat_link a{
  display: block;
  background: #FFF;
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  position: relative;
}
.consulting_cat_link a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/* サービス */
.consulting_service_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.consulting_service_item{
  width: 100%;
  padding: 0 5px;
}
.consulting_service_inner{
  display: flex;
  justify-content: space-between;
  border: 1px solid #c9c9c9;
  padding: 10px;
  height: 100%;
}
.consulting_service_box1{
  width: 39.21%;
}
.consulting_service_box2{
  width: 56.86%;
}

.consulting_service_tt{
  font-size: 16px;
  font-family: "Noto Serif JP";
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 3px solid #d99389;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
.consulting_service_tt_sub{
  font-weight: 500;
  margin-bottom: 10px;
}
.consulting_service_txt{
  margin-top: 10px;
  line-height: 1.625;
}


.consulting_service_img{
  
}
.consulting_service_img.img_fit:before{
  padding-top: 90%;
}


/* 事業内容 */
.consulting_srv_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.consulting_srv_item{
  width: 100%;
  border: 1px solid #c9c9c9;
  padding: 10px 5px;
}

.consulting_srv_box1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.consulting_srv_box1_1{
  width: 100%;
}  
.consulting_srv_box1_2{
  width: 200px;
  max-width: 100%;
  margin: 10px auto 0;
}
.consulting_srv_title1{
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 3px solid #d99389;
}

.consulting_srv_business{
  background: #eeeeee;
  border-radius: 10px;
  padding: 5px;
}
.consulting_srv_business_title{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: 5px;
}
.consulting_srv_business_list{
  background: #FFF;
  padding: 10px;
}
.consulting_srv_business_list p{
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding-left: 1.5em;
}
.consulting_srv_business_list p:before{
  content: "■";
  position: absolute;
  left: 0;
  
}

.consulting_srv_txt1{
  font-weight: 500;
  margin-top: 15px;
}
.consulting_srv_txt2{
  font-weight: 700;
  color: #b81d22;
  margin-top: 15px;
}
.consulting_srv_txt3{
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.consulting_srv_txt4{
  margin-top: 5px;
  line-height: 2.125;
}
.consulting_srv_txt5{
  margin-top: 10px;
}
.consulting_srv_txt6{
  
}
.consulting_srv_txt7{
  font-weight: 500;
  text-align: center;
}

.consulting_srv_service{
  background: #d99389;
  padding: 5px;
  margin-top: 5px;
}
.consulting_srv_service_title{
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 5px;
}
.consulting_srv_service_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  border-radius: 5px;
  padding: 3px 10px;
}
.consulting_srv_service_list p{
  padding-left: 1.5em;
  position: relative;
}
.consulting_srv_service_list p:before{
  content: "\f14a";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #b81d22;
}


.consulting_srv_price{
  margin-top: 20px;
}
.consulting_srv_report + .consulting_srv_price{
  margin-top: 0;
}
.consulting_srv_price_title1,
.consulting_srv_price_title2{
  margin-bottom: 12px;
}
.consulting_srv_price_title1 p,
.consulting_srv_price_title2 p{
  display: inline-block;
  width: 160px;
  font-size: 14px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  padding: 3px;
}
.consulting_srv_price_title1 p{
  background: #b81d22;
}
.consulting_srv_price_title2 p{
  background: #d99389;
}
.consulting_srv_price_title2{
  margin-top: 10px;
}

.consulting_srv_price_txt{
  font-weight: 700;
}

.consulting_srv_price_list{
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.consulting_srv_price_list p{
  padding-left: 1.5em;
  position: relative;
}
.consulting_srv_price_list p:before{
  content: "\f14a";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #b81d22;
}


.consulting_srv_arrow{
  text-align: center;
  margin-bottom: 5px;
}
.consulting_srv_report {
  text-align: center;
}

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

@media (max-width:767px){
  .consulting_cat_item + .consulting_cat_item{
    margin-top: 30px;
  }
  
  .consulting_service_tt {
    font-size: 15px;
  }
  .consulting_service_item + .consulting_service_item{
    margin-top: 30px;
  }
  
  .consulting_srv_item + .consulting_srv_item{
    margin-top: 50px;
  }
  .consulting_srv_price_list p{
    width: 100%;
  }
}
@media (min-width:768px){
  
  /* カテゴリ */
  .consulting_cat_items{
    margin: 0 -5px;
  }
  .consulting_cat_item{
    width: 33.333%;
    padding: 0 5px;
  }
  .consulting_cat_inner{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .consulting_cat_box1,
  .consulting_cat_box2{
    width: 100%;
  }
  .consulting_cat_tt{
    font-size: 20px;
  }
  .consulting_cat_tt_sub{
    font-size: 10px;
    letter-spacing: 0;
  }
  .consulting_cat_txt{
    font-size: 14px;
  }
  
  /* サービス */
  .consulting_service_items{
    margin: 0 -5px;
  }
  .consulting_service_item{
    width: 50%;
    padding: 0 5px;
  }
  .consulting_service_item:nth-child(n+3){
    margin-top: 30px;
  }
  .consulting_service_tt{
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  
  .consulting_srv_price_list p+p{
    margin-left: 55px;
  }
  
  /* 事業内容 */
  .consulting_srv_item{
    padding: 10px 10px 10px 18px;
  }
  .consulting_srv_item + .consulting_srv_item{
    margin-top: 50px;
  }
  .consulting_srv_box1_1{
    width: calc(100% - 200px - 20px);
  }  
  .consulting_srv_box1_2{
    width: 200px;
    margin: 0;
  }
  .consulting_srv_title1{
    font-size: 21px;
    padding-top: 5px;
  }
  
  .consulting_srv_txt3{
    
  }
  .consulting_srv_txt3 p{
    margin-right: 30px;
  }
  
  .consulting_srv_service_title{
    font-size: 16px;
  }
  
  .consulting_srv_service_list p{
    letter-spacing: 0.075em;
  }
  .consulting_srv_service_list2{
    justify-content: flex-start;
  }
  .consulting_srv_service_list2 p{
    margin-right: 35px;
  }
  
  .consulting_srv_business_title{
    padding-top: 3px;
  }
  .consulting_srv_business_list p{
    font-size: 15px;
    letter-spacing: 0.075em;
  }
  .consulting_srv_business_list p+p{
    margin-top: 2px;
  }
  
  .consulting_srv_price_txt{
    font-size: 18px;
  }
  .consulting_srv_price_list{
    font-size: 18px;
  }
}
@media (min-width:1024px){
  
  /* カテゴリ */
  .consulting_cat_items{
    margin: 0 -15px;
  }
  .consulting_cat_item{
    width: 33.333%;
    padding: 0 15px;
  }
  
  .consulting_cat_tt{
    font-size: 24px;
  }
  .consulting_cat_tt_sub{
    font-size: 14px;
    letter-spacing: -0.04em;
  }
  .consulting_cat_txt{
    font-size: 16px;
  }
  
  /* サービス */
  .consulting_service_items{
    margin: 0 -15px;
  }
  .consulting_service_item{
    width: 50%;
    padding: 0 15px;
  }
  .consulting_service_tt{
    font-size: 21px;
    letter-spacing: 0.05em;
  }
  .consulting_service_tt_sub{
    font-size: 18px;
  }
  
  /* 事業内容 */
  .consulting_srv_item{
    width: 48.64%;
  }
  .consulting_srv_box1_1{
    width: calc(100% - 200px - 45px);
  }
  
  .consulting_srv_item + .consulting_srv_item{
    margin-top: 0;
  }
  
  
}

@media (max-width:1199px){
  
}

@media (min-width:1200px){
  
  .consulting_cat_tt{
    font-size: 33px;
  }
  .consulting_cat_tt_sub{
    font-size: 16px;
  }
  .consulting_cat_txt{
    font-size: 16px;
  }
  
  .consulting_srv_txt6{
    white-space: nowrap;
  }
}


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

.pg_xxx{
  
}
.pg_xxx .section.sec1{
  
}
.pg_xxx .section.sec2{
  
}
.pg_xxx .section.sec3{
  
}


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

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

/*******************************
*　新規開業事業
********************************/

.pg_newopening{
  
}
.pg_newopening .section.sec1{
  
}
.pg_newopening .section.sec2{
  margin-top: 90px;
}

.newopening_tt1{
  font-size: 20px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.newopening_tt2{
  background: #d99389;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
}

.newopening_support_items{
  display: flex;
  flex-wrap: wrap;
  border: 3px solid #d99389;
  border-radius: 18px;
  width: 790px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 15px 10px;
}
.newopening_support_item{
  font-weight: 500;
}
.newopening_support_item:before{
  content: "■";
  margin-right: 1em;
  color: #b81d22;
}

.newopening_tt1_sub{
  font-weight: 700;
  color: #b81d22;
  text-align: center;
  margin-bottom: 2px;
  letter-spacing: 0.2em;
}
.newopening_tt1_sub_btm{
  text-align: center;
  margin-bottom: 10px;
}
.newopening_nayami_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 30px;
}
.newopening_nayami_item{
  width: 100%;
  padding: 3px 15px;
  
}
.newopening_nayami_item p{
  background: #f4e0dd;
  border-radius: 5px;
  padding: 15px 10px 15px 40px;
  font-weight: 500;
  position: relative;
}
.newopening_nayami_item p:before{
  content: "\f059";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #b81d22;
}

.newopening_msg1{
  font-weight: 500;
  font-size: 16px;
}
.newopening_msg2{
  line-height: 2.125;
}


.newopening_flow_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.newopening_flow_item{
  width: 50%;
  padding: 20px 5px;
}
.newopening_flow_inner{
  
}
.newopening_flow_img{
  
}
.newopening_flow_img.img_fit:before{
  padding-top: 70.85%;
}
.newopening_flow_step{
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/newopening_step_bg.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  height: 43px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
  margin-top: -22px;
  margin-bottom: 8px;
  padding-top: 5px;
  color: #FFF;
}
.newopening_flow_tt{
  font-weight: 500;
  font-size: 13px;
  border-bottom: 1px dotted;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.newopening_flow_txt{
  line-height: 1.875;
}

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

@media (max-width:767px){
  .newopening_msg1 br{
    display: none;
  }
}
@media (min-width:768px){
  
  .newopening_tt1{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .newopening_tt2{
    font-size: 18px;
    padding: 15px 15px;
    margin-bottom: 35px;
  }
  .newopening_support_items{
    justify-content: space-between;
    padding: 10px 35px;
    margin-bottom: 70px;
  }
  .newopening_support_item{
    font-size: 18px;
    padding: 5px 0;
  }
  .newopening_tt1_sub{
    font-size: 23px;
    margin-bottom: 2px;
  }
  
  .newopening_nayami_items{
    margin-bottom: 50px;
  }
  .newopening_nayami_item{
    width: 50%;
  }
  .newopening_nayami_item p{
    font-size: 17px;
  }
  
  .newopening_msg1{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .newopening_msg2{
    text-align: center;
  }
  .newopening_msg2.txt_l{
    text-align: left;
  }
  .newopening_msg2.txt_l br{
    display: none;
  }

  .newopening_flow_item{
    width: 50%;
    padding: 25px 5px;
  }
  .newopening_flow_tt{
    font-size: 18px;
  }
  .newopening_flow_step{
    font-size: 18px;
    padding-top: 0;
  }
  
  
}
@media (min-width:1024px){
  .newopening_tt1{
    font-size: 38px;
  }
  
  .newopening_flow_items{
    margin: 0 -15px;
  }
  
  .newopening_flow_item{
    width: 33.333%;
    padding: 25px 15px;
  }
  .newopening_support_items{
    padding: 10px 55px;
  }
  
  .newopening_msg2.txt_l{
    text-align: center;
  }
  .newopening_msg2.txt_l br{
    display: inline;;
  }
  
}
@media (min-width:1200px){
  .newopening_tt1{
    font-size: 38px;
    letter-spacing: -0.1em;
  }
  .newopening_msg1 br{
    display: none;
  }
}

/*******************************
*　コンサルティング事例
********************************/

.pg_case{
  
}
.pg_case .section.sec1{
  
}
.pg_case .section.sec2{
  
}
.pg_case .section.sec3{
  
}

.case_post_wrap{
  
}
.case_post_wrap + .case_post_wrap{
  margin-top: 60px;
}
.case_post_category{
  
}
.case_post_category_tt{
  background: #b81d22;
  color: #FFF;
  width: 190px;
  padding: 6px 6px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-bottom: 3px;
}
.case_post_items{
  border: 1px solid #d99389;
  border-top: 5px solid #d99389;
  padding: 20px 10px;
}
.case_post_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case_post_item + .case_post_item{
  margin-top: 30px;
}
.case_post_item_box1{
  width: 100%;
}
.case_post_item_box2{
  width: 100%;
  margin-top: 10px;
}
.case_post_item_tt{
  font-size: 16px;
  font-weight: 500;
  border-left: 8px solid #d99389;
  border-bottom: 1px solid #d99389;
  padding: 10px 10px ;
  margin-bottom: 10px;
}
.case_post_item_txt{
  line-height: 2.25;
}
.case_post_item_img{
  text-align: center;
}


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

@media (min-width:768px){
  
  .case_post_items{
    padding: 30px 20px 50px 10px;
  }
  
  .case_post_item_box1{
    width: 60.93%;
  }
  .case_post_item_box2{
    width: 33.48%;
    margin-top: 0;
  }
  .case_post_item_tt{
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  .pg_case{
    margin-top: -35px;
  }
}


/*******************************
*　施設運営
********************************/

.pg_management{
  
}
.pg_management .section.sec1{
  
}
.pg_management .section.sec2{
  margin-top: 120px;
}
.pg_management .section.sec3{
  margin-top: 120px;
}
.pg_management .section.sec4{
  margin-top: 70px;
}
.pg_management .section.sec5{
  margin-top: 120px;
}
.management_home_wrap{
  
}
.management_home_item{
  display: flex;
  flex-wrap: wrap;
  background: #f4e0dd;
}
.management_home_item + .management_home_item{
  margin-top: 30px;
}

.management_home_box1{
  width: 100%;
}
.management_home_box2{
  width: 100%;
  padding: 10px;
}
.management_home_img.img_fit:before{
  padding-top: 70.37%;
}
.management_home_tt{
  font-size: 18px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  background: #FFF;
  padding: 5px;
  margin-bottom: 10px;
}
.management_home_tt_sub{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.management_home_tt_sub p{
  display: inline-block;
}
.management_home_tt_sub p br{
  display: none;
}
.management_home_meta_items{
  
}
.management_home_meta_item{
  display: flex;
}
.management_home_meta_item + .management_home_meta_item{
  margin-top: 5px;
}
.management_home_meta_dt{
  white-space: nowrap;
}
.management_home_meta_dd{
  
}

/**/
.management_tt1_wrap{
  width: 681px;
  max-width: 100%;
  margin: 0 auto 15px;
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/management_tt1_bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
}
.management_tt1_wrap:before{
  content: "";
  display: block;
  padding-top: 11.45%;
}
.management_tt1{
  font-size: 16px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.management_tt2{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.management_tt2:after{
  content: "";
  width: 100%;
  height: 2px;
  background: #d99389;
}
.management_tt2 p{
  display: block;
  background: #d99389;
  color: #FFF;
  border-radius: 23px;
  font-size: 16px;
  white-space: nowrap;
  padding: 6px 18px;
}

.management_msg1{
  color: #b81d22;
  font-family: "Noto Serif JP";
  font-weight: 600;
  text-align: center;
}
.management_msg1_sub{
  font-weight: 500;
  text-align: center;
}


/* おすすめポイント：リスト */
.management_point_list{
}
.management_point_list_txt{
  position: relative;
  padding-left: 32px;
  letter-spacing: 0.1em;
}
.management_point_list_txt+.management_point_list_txt{
  margin-top: 30px;
}
.management_point_list_txt:before{
  content: "";
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.management_point_list_txt:nth-child(1):before{
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/management_point_num1.png');
}
.management_point_list_txt:nth-child(2):before{
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/management_point_num2.png');
}
.management_point_list_txt:nth-child(3):before{
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/management_point_num3.png');
}
.management_point_list_txt:nth-child(4):before{
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/management_point_num4.png');
}
.management_point_list_txt:nth-child(5):before{
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/management_point_num5.png');
}

.management_point_list_txt p{
  border-bottom: 1px solid #c9c9c9;
  padding: 9px 0 5px 40px;
  min-height: 48px;
}

/* おすすめポイント：ボックス */
.management_point_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-top: 50px;
}
.management_point_item{
  width: 50%;
  padding: 0 5px;
}
.management_point_item:nth-child(n+3){
  margin-top: 20px;
}
.management_point_tt{
  margin-bottom: 2px;
}
.management_point_tt p{
  display: inline-block;
  min-width: 128px;
  padding: 0 5px;
  background: #d99389;
  color: #FFF;
  text-align: center;
}
.management_point_img{
  
}
.management_point_img.img_fit:before{
  padding-top: 68.57%;
}
.management_point_txt{
  line-height: 1.875;
}

/**/
.management_price1_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.management_price1_box1{
  
}
.management_price1_box2{
  
}
.management_price1_box3{
  
}
.management_price1_mark{
  width: 100%;
  text-align: center;
  padding: 15px 0;
}



/* テーブル1 */
.management_price_tbl1{
  height: 100%;
  border: 3px solid #c9c9c9;
}
.management_price_tbl1 .table_rows_th, 
.management_price_tbl1 .table_rows_td{
  
}
.management_price_tbl1 .table_rows_td{
  
}
.management_price_tbl1 .table_rows_td.right{
  text-align: right;
}
.management_price_tbl1 .table_rows_td.center{
  text-align: center;
}
.management_price_tbl1 .table_rows_td strong{
  display: block;
  font-size: 24px;
}
.management_price1_notice{
  margin-top: 10px;
}

/* テーブル2 */
.management_price_tbl2{
  font-weight: 500;
  text-align: center;
}
.management_price_tbl2 .table_rows_th,
.management_price_tbl2 .table_rows_td{
  padding: 10px 5px;
}
.management_price_tbl2 .table_rows_th{
  background-color: #EEE;
}
.management_price_tbl2 .table_rows_th.total{
  background-color: #f4e0dd;
}
.management_price_tbl2 .table_rows_td.total{
  background-color: #f9f0ef;
}
.management_price_tbl2 .table_rows_td em{
  display: block;
  font-size: 0.875em;
  font-style: normal;
}

.management_price2_notice1{
  font-weight: 500;
}

/* テーブル3 */
.management_price_tbl3{
  font-weight: 500;
}
.management_price_tbl3 .table_rows_th{
  
}
.management_price_tbl3 .table_rows_td{
}
.management_price_tbl3 .table_rows_td.total{
  width: 34.23%;
  background-color: #f4e0dd;
  text-align: right;
}
.management_price_tbl3 .table_rows_td em{
  font-size: 0.875em;
  font-style: normal;
}



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

@media (max-width:767px){
  .management_price1_mark.equal{
    transform: rotate(90deg);
  }
  
  .management_msg1_sub{
    margin-bottom: 20px;
  }
  
  .management_home_meta_item.sp_flex{
    flex-wrap: wrap;
  }
  .management_home_meta_dd.sp100{
    width: 100%;
  }
  
  .management_price_tbl2 .table_rows_th{
    font-size: 16px;
  }
  .management_price_tbl2 .table_rows_th.sp_sm{
    width: 17%;
  }
  .management_price_tbl2 .table_rows_td em{
    font-size: 10px;
  }
}
@media (min-width:768px){
  
  .management_tt1{
    font-size: 24px;
  }
  
  .management_tt2 {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .management_tt2 p{
    font-size: 18px;
    letter-spacing: 0.1em;
    
  }
  
  .management_home_tt{
    font-size: 22px;
    padding: 8px 10px;
  }
  .management_home_tt_sub{
    font-size: 15px;
  }
  .management_home_txt{
    font-size: 14px;
  }
  
  /* おすすめポイント：ボックス */
  .management_point_items{
    margin: 0 -5px;
    margin-top: 50px;
  }
  .management_point_item{
    width: 33.333%;
    padding: 0 5px;
  }
  .management_point_item:nth-child(n+3){
    margin-top: 0;
  }
  .management_point_item:nth-child(n+4){
    margin-top: 30px;
  }
  .management_point_tt{
    
  }
  .management_point_tt p{
    
  }
  .management_point_img{

  }
  .management_point_txt{
    
  }
  
  /**/
  .management_price1_box1{
    width: 34.23%;
  }
  .management_price1_box2{
    width: 28.37%;
  }
  .management_price1_box3{
    width: 25.67%;
  }
  .management_price1_mark{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .management_price_tbl1 .table_rows_th, 
  .management_price_tbl1 .table_rows_td{
    font-size: 18px;
    padding: 8px 10px;
  }
  .management_price_tbl1 .table_rows_td{
    /*padding-left: 30px;*/
  }
  .management_price_tbl1 .table_rows_td.right{
    /*padding-right: 30px;*/
  }
  .management_price_tbl1 .table_rows_td strong{
    font-weight: 500;
    font-size: 28px;
    line-height: 1.4;
  }
  .management_price_tbl1 .table_rows_td.total{
    font-size: 16px;
  }
  
  .management_price2_notice1{
    margin-top: 15px;
  }
  
  .management_msg1{
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  
}

@media (min-width:1024px){
  
  /* 拠点紹介 */
  .management_home_wrap{

  }
  .management_home_item{
    justify-content: space-between;
  }
  .management_home_item + .management_home_item{
    margin-top: 30px;
  }
  
  .management_home_box1{
    width: 48.64%;
  }
  .management_home_box2{
    width: 48.64%;
  }
  .management_home_img.img_fit:before{
    padding-top: 72%;
  }
  .management_home_tt{
    font-size: 22px;
    padding: 8px 10px;
    margin-bottom: 10px;
  }
  .management_home_tt_sub{
    font-size: 16px;
    line-height: 1.777;
    margin-bottom: 10px
  }
  .management_home_tt_sub p{
    display: block;
  }
  .management_home_tt_sub p br{
    display: inline;
  }
  .management_home_meta_items{
    margin-left: 8px;
  }
  .management_home_meta_item{
    display: flex;
  }
  .management_home_meta_item + .management_home_meta_item{
    margin-top: 2px;
  }
  .management_home_meta_dt{
    white-space: nowrap;
  }
  .management_home_meta_dd{

  }
  
  .management_home_item:nth-child(odd) .management_home_box1{
    
  }
  .management_home_item:nth-child(odd) .management_home_box2{
    padding: 10px 10px 10px 0;
  }
  .management_home_item:nth-child(even) .management_home_box1{
    order: 2;
  }
  .management_home_item:nth-child(even) .management_home_box2{
    order: 1;
    padding: 10px 0 10px 10px;
  }
  
  /* おすすめポイント：ボックス */
  .management_point_items{
    margin: 0 -15px;
    margin-top: 70px;
  }
  .management_point_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .management_point_item:nth-child(n+3){
    margin-top: 0;
  }
  .management_point_item:nth-child(n+4){
    margin-top: 65px;
  }
  .management_point_tt{
    
  }
  .management_point_tt p{
    
  }
  .management_point_img{

  }
  .management_point_txt{
    
  }
  
  
  .management_msg1{
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px;
  }
  .management_msg1_sub{
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .management_price2_notice1{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .management_price2_notice2{
    margin-top: 5px;
  }
  
  .management_price_tbl1 .table_rows_th, 
  .management_price_tbl1 .table_rows_td{
    font-size: 18px;
    padding: 8px 10px;
  }
  .management_price_tbl1 .table_rows_td{
    padding-left: 30px;
  }
  .management_price_tbl1 .table_rows_td.right{
    padding-right: 30px;
  }
  .management_price_tbl1 .table_rows_td strong{
    font-weight: 500;
    font-size: 34px;
    line-height: 1.4;
  }
  .management_price_tbl1 .table_rows_td.total{
    font-size: 16px;
  }
  
  .management_price_tbl2 .table_rows_td em{
    display: inline-block;
  }
  
}
@media (min-width:1200px){
  
  .management_tt1_wrap{
    
  }
  .management_tt1_wrap.bg2{
    width: 717px;
    background-image: url('https://itsukushi-life.com/system_panel/uploads/images/management_tt1_bg2.png');
  }
  .management_tt1{
    font-size: 34px;
  }
  
  
  .management_home_img.img_fit:before{
    padding-top: 70.37%;
  }
  .management_home_tt{
    font-size: 28px;
    padding: 8px 10px;
    margin-bottom: 25px;
  }
  .management_home_tt_sub{
    font-size: 18px;
    line-height: 1.777;
    margin-bottom: 20px;
    padding-left: 8px;
  }
  .management_home_txt{
    font-size: 16px;
    line-height: 2.125;
  }
  
  
  .management_home_item:nth-child(odd) .management_home_box1{
    
  }
  .management_home_item:nth-child(odd) .management_home_box2{
    padding: 25px 20px 25px 0;
  }
  .management_home_item:nth-child(even) .management_home_box1{
    order: 2;
  }
  .management_home_item:nth-child(even) .management_home_box2{
    order: 1;
    padding: 25px 0 25px 20px;
  }
}


/*******************************
*　身元引受事業
********************************/

.pg_xxx{
  
}
.pg_xxx .section.sec1{
  
}
.pg_xxx .section.sec2{
  
}
.pg_xxx .section.sec3{
  
}


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

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


/*******************************
*　スタッフ紹介
********************************/

.pg_xxx{
  
}
.pg_xxx .section.sec1{
  
}
.pg_xxx .section.sec2{
  
}
.pg_xxx .section.sec3{
  
}

.staff_post_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.staff_post_item + .staff_post_item{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 3px solid #f4e0dd;
}
.staff_post_item_box1{
  width: 100%;
}
.staff_post_item_box2{
  width: 100%;
}
.staff_post_item_img{
  
}
.staff_post_item_img.img_fit:before{
  padding-top: 128%;
}
.staff_post_item_name{
  font-size: 16px;
  font-weight: 500;
  border-left: 8px solid #d99389;
  border-bottom: 1px solid #d99389;
  padding: 10px 10px ;
  margin-bottom: 10px;
}
.staff_post_item_license{
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted;
}
.staff_post_item_license_label{
  width: 60px;
  background: #d99389;
  border-radius: 16px;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  padding: 5px 0;
}
.staff_post_item_license_values{
  padding: 5px 0;
}
.staff_post_item_tt{
  background: #eeeeee;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 15px;
}
.staff_post_item_txt{
  line-height: 1.875;
}

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

@media (min-width:768px){
  
  .staff_post_item + .staff_post_item{
    margin-top: 60px;
    padding-top: 60px;
    border-top: 5px solid #f4e0dd;
  }
  
  .staff_post_item_box1{
    width: 22.97%;
  }
  .staff_post_item_box2{
    width: 74.32%;
  }
  .staff_post_item_name{
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  
  .staff_post_item_license_label{
    width: 100px;
    padding: 2px 0;
  }
  .staff_post_item_license_values{
    padding: 2px 0;
  }
  .staff_post_item_tt{
    margin-top: 30px;
    font-size: 16.44px;
  }
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
}


/*******************************
*　施設の暮らし
********************************/

.pg_life{
  
}
.pg_life .section.sec1{
  
}
.pg_life .section.sec2{
  margin-top: 100px;
}
.pg_life .section.sec3{
  
}

.life_tt1{
  font-size: 16px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  text-align: center;
  line-height: 1.54;
  margin-bottom: 25px;
}
.life_tt2{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  background: #b81d22;
  color: #FFF;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px 10px;
}

.life_case_cat_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.life_case_cat_list p{
  width: 18.01%;
  padding: 5px;
  border: 1px solid #d99389;
  border-radius: 5px;
  text-align: center;
}

.life_case_msg_wrap{
  margin-top: 30px;
  text-align: center;
}
.life_case_msg1{
  font-size: 16px;
  font-weight: 500;
}
.life_case_msg2{
  font-size: 14px;
  letter-spacing: -0.02em;
}

.life_case_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.life_case_item{
  width: 100%;
}

.life_case_img_box{
  padding-right: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
  position: relative;
}
.life_case_img_box:after{
  content: "";
  background: #d99389;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: -1;
}
.life_case_img{
  
}
.life_case_img.img_fit:before{
  padding-top: 67.30%;
}
.life_case_img.img_fit img{
  z-index: 1;
  border-radius: 10px;
}

.life_case_title{
  font-size: 18px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #d99389;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.life_case_txt{
  line-height: 1.875;
}

/* スケジュール */
.life_sche_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.life_sche_item{
  width: 100%;
}

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

@media (max-width:767px){
  .life_case_item:nth-child(n+2){
    margin-top: 30px;
  }
  .life_sche_item:nth-child(n+2){
    margin-top: 30px;
  }
}
@media (min-width:768px){
  
  .life_tt1{
     font-size: 28px;
  }
  
  .life_tt2{
    font-size: 24px;
    margin-bottom: 50px;
    
  }
  
  .life_case_msg1{
    font-size: 17px;
  }
  .life_case_msg2{
    font-size: 16px;
    letter-spacing: 0;
  }
  
  .life_case_items{
    margin-top: 100px;
  }
  .life_case_item{
    width: 48.64%;
  }
  .life_case_item:nth-child(n+3){
    margin-top: 45px;
  }
  .life_case_title{
    font-size: 18px;
  }
  .life_case_txt br{
    display: none;
  }
  
  .life_sche_item{
    width: 48.64%;
  }
  .life_sche_item:nth-child(n+3){
    margin-top: 50px;
  }
}
@media (min-width:1024px){
  .life_tt1{
    font-size: 37px;
  }
  .life_case_title{
    font-size: 24px;
  }
  .life_case_txt br{
    display: inline;
  }
  .life_case_msg1{
    font-size: 18.5px;
  }
  .life_case_msg2{
    font-size: 16px;
  }
  
}
@media (min-width:1200px){
  
  .life_tt1{
    letter-spacing: 0.1em;
  }
  .life_case_msg1,
  .life_case_msg2{
    letter-spacing: 0.1em;
  }
  
  .life_case_title{
    font-size: 26px;
  }
}


/*******************************
*　採用情報
********************************/
.pg_recruit1{
  
}
.pg_recruit1 .section.sec1{
  
}
.pg_recruit1 .section.sec2{
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fef9f8;
}
.pg_recruit1 .section.sec3{
  margin-top: 80px;
}
.pg_recruit1 .section.sec4{
  margin-top: 90px;
}

/**/
.recruit_tt1{
  font-size: 24px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  color: #b81d22;
  text-align: center;
  /*background: linear-gradient(transparent 60%, #fbe70d 60%);*/
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.recruit_tt1:after{
  content: "";
  display: block;
  width: 200px;
  height: 12px;
  background: #fbe70d;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}

.recruit_tt1_sub{
  font-weight: 500;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 30px;
}

/**/
.recruit_btn{
  margin-top: 45px;
}
.recruit_btn_a{
  display: block;
  width: 410px;
  max-width: 100%;
  margin: 0 auto;
  border: 3px solid #b81d22;
  background: #fef9f8;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding: 13px 10px;
  position: relative;
}
.recruit_btn_a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.recruit_btn_p{
  
}

/**/
.recruit_msg_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit_msg_box1{
  width: 100%;
}
.recruit_msg_box2{
  width: 100%;
}
.recruit_msg_tt{
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.recruit_msg_txt{
  line-height: 2.3125;
}
.recruit_msg_txt br{
  display: none;
}
.recruit_msg_img{
  position: relative;
}
.recruit_msg_img:before{
  content: "";
  display: block;
  padding-top: 99.21%;
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/recruit_msg_img_frame.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.recruit_msg_img img{
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

/* 先輩社員の声 */
.recruit_voice_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit_voice_item + .recruit_voice_item{
  margin-top: 30px;
}
.recruit_voice_box1{
  width: 100%;
}
.recruit_voice_box2{
  width: 100%;
}
.recruit_voice_bg{
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.recruit_voice_bg.img_fit:before{
  padding-top: 100%;
}
.recruit_voice_bg img{
  
}
.recruit_voice_tt{
  background: #d99389;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 10px 10px;
}
.recruit_voice_txt{
  line-height: 2.125;
}


/* 安心して働ける環境 */
.recruit_env_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.recruit_env_item{
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.recruit_env_box1{

}
.recruit_env_box2{

}
.recruit_env_img{
  border-radius: 10px;
  overflow: hidden;
}
.recruit_env_img.img_fit:before{
  padding-top: 82.35%;
}
.recruit_env_tt{
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.recruit_env_tt:after{
  content: "";
  display: block;
  width: 65px;
  height: 5px;
  background: #d99389;
  margin-top: 10px;
}
.recruit_env_txt{
  line-height: 1.875;
}



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

@media (max-width:767px){
  
  .recruit_voice_box1{
    margin-bottom: 20px;
  }
  .recruit_voice_bg{
    width: 60%;
    margin: 0 auto;
    
  }
 
  .recruit_msg_box2{
    margin-top: 15px;
  }
  
  .recruit_env_item{
    display: flex;
    justify-content: space-between;
  }
  .recruit_env_item:nth-child(n+2){
    margin-top: 15px;
  }
  .recruit_env_box1{
    width: 30%;
  }
  .recruit_env_box2{
    width: 66%;
  }
  .recruit_env_tt{
    margin-top: 0;
  }
  
}
@media (min-width:768px){
  .recruit_msg_box1{
    width: 61%;
  }
  .recruit_msg_box2{
    width: 34.23%;
  }
  .recruit_msg_tt{
    font-size: 20px;
  }
  
  .recruit_btn_a{
    font-size: 18.5px;
  }
  .recruit_tt1{
    font-size: 35px;
    margin-bottom: 80px;
  }
  .recruit_tt1:after{
    width: 350px;
    height: 16px;
  }
  
  .recruit_tt1_sub{
    font-size: 20.5px;
    margin-top: -55px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .recruit_tt1_sub.md{
    font-size: 16.4px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }

  .recruit_voice_item + .recruit_voice_item{
    margin-top: 60px;
  }
  .recruit_voice_box1{
    width: 22.97%;
  }
  .recruit_voice_box2{
    width: 74.32%;
  }
  .recruit_voice_tt{
    font-size: 16.44px;
    padding: 10px 15px;
  }
  
  .recruit_voice_item:nth-child(odd) .recruit_voice_box1{
    order: 1;
  }
  .recruit_voice_item:nth-child(odd) .recruit_voice_box2{
    order: 2;
  }
  .recruit_voice_item:nth-child(even) .recruit_voice_box1{
    order: 2;
  }
  .recruit_voice_item:nth-child(even) .recruit_voice_box2{
    order: 1;
  }
  
  /**/
  .recruit_env_items{
    
  }
  .recruit_env_item{
    width: 50%;
  }
  .recruit_env_item:nth-child(n+3){
    margin-top: 30px;
  }
  
  .recruit_env_tt{
    font-size: 18.5px;
  }
  .recruit_env_tt:after{
    width: 65px;
    height: 5px;
  }
  
}
@media (min-width:1024px){
  
  .recruit_msg_box1{
    padding-top: 20px;
  }
  .recruit_msg_box1{
    width: 59.90%;
  }
  .recruit_msg_box2{
    width: 34.23%;
  }
  
  .recruit_env_items{
    margin-left: -15px;
    margin-right: -15px;
  }
  .recruit_env_item{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .recruit_env_item:nth-child(n+3){
    margin-top: 0;
  }
  .recruit_env_item:nth-child(n+5){
    margin-top: 30px;
  }
  
  .recruit_msg_txt{
    font-size: 16.4px;
  }
  .recruit_msg_txt br{
    display: inline;
  }
  
  .recruit_msg_tt{
    font-size: 28px;
  }
}
@media (min-width:1200px){
  .recruit_msg_tt{
    font-size: 34px;
  }
}

/*******************************
*　採用情報(募集要項)
********************************/
.pg_recruit2{
  
}
.pg_recruit2 .section.sec1{
  
}
.pg_recruit2 .section.sec2{
  
}
.pg_recruit2 .section.sec3{
  
}

.recruit_tt2{
  font-family: "Noto Serif JP";
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.recruit_info_wrap {
  
}
.recruit_info_wrap + .recruit_info_wrap {
  margin-top: 50px;
}

.recruit_info_link{
  margin-top: 30px;
}
.recruit_info_link_a{
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 200px;
  background: #d99389;
  color: #FFF;
  font-weight: 500;
  text-align: center;
}

.recruit_info_txt_list1 {
  display: flex;
  flex-wrap: wrap;
}
.recruit_info_txt_list1  p{
  position: relative;
  padding-left: 1em;
}
.recruit_info_txt_list1  p:before{
  content: "・";
  position: absolute;
  left: 0;
}

.recruit_info_txt_list2 {
  
}
.recruit_info_txt_list2  p{
  position: relative;
  padding-left: 1em;
}
.recruit_info_txt_list2  p:before{
  content: "■";
  position: absolute;
  left: 0;
}


.recruit_info_tbl .table_rows_td{
  
}

.js-br-recruit1>br:first-child{
  display: none;
}

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

@media (max-width:767px){
  
  .recruit_info_tbl .table_rows_th,
  .recruit_info_tbl .table_rows_td{
    display: block;
    width: 100%;
  }

}

@media (min-width:768px){
  
  .recruit_tt2{
    font-size: 34px;
    margin-bottom: 70px;
  }
  
  .recruit_info_wrap + .recruit_info_wrap {
    margin-top: 120px;
  }
  .recruit_info_tbl .table_rows_th{
    width: 200px;
  }
  
  .recruit_info_link{
    margin-top: 60px;
  }
  .recruit_info_link_a{
    width: 350px;
    font-size: 18px;
  }
  
  .recruit_info_txt_list1 p{
    width: 100%;
  }
  .recruit_info_txt_list1.sm p{
    width: 33.333%;
  }
  .recruit_info_txt_list1 p.col2{
    width: 66.666%;
  }
  
  .recruit_info_salary{
    display: flex;
  }
  .recruit_info_salary_label{
    margin-right: 30px;
    white-space: nowrap;
  }
  .recruit_info_salary_items{
    display: flex;
    flex-wrap: wrap;
  }
  .recruit_info_salary_items p{
    margin-right: 15px;
  }
  .recruit_info_salary_items p+p{
    
  }
  
  
}
@media (min-width:1024px){
  .recruit_info_tbl .table_rows_th{
    width: 285px;
    padding-left: 35px;
  }
  .recruit_info_tbl .table_rows_td{
    padding-left: 50px;
  }
  
  .recruit_info_txt_list1.sm  p{
    width: 20%;
  }
  .recruit_info_txt_list1 p.col2{
    width: 40%;
  }
  
}
@media (min-width:1200px){
  
}

/*******************************
*　お知らせ
********************************/
.pg_news{
  
}
.pg_news .section.sec1{
  
}

.news_list_item{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px dotted;
  line-height: 1;
  padding: 20px 0;
}
.news_list_item + .news_list_item{
  margin-top: 10px;
}
.news_list_item .date{
  width: 90px;
  border-right: 1px solid;
  padding-left: 5px;
}
.news_list_item .title{
  width: calc(100% - 90px);
  padding-left: 15px;
}

#wgc-news .webgene-item + .webgene-item{
  margin-top: 10px;
}

/* 詳細 */
.news_detail{
  background: #ffffff;
}
.news_detail .title {
  margin: 0 0 25px;
  padding: 0 0 15px;
  border-bottom: 1px solid #d3d3d3;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.584;
  letter-spacing: 0.065em;
  font-family: inherit;
}
.news_detail .webgene-item-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.065em;
  padding-top: 22px;
}
.news_detail .date {
  font-size: 15px;
  color: #808080;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.news_detail .webgene-item {
  padding: 20px 10px;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-top: 14px solid #f4e0dd;
}
.news_detail .post_content {
  letter-spacing: 0.1em;
}
.news_detail .thumb{
  margin: 20px 0;
}

.news_detail .pdfLink {
  display: block;
  margin: 20px auto 0;
}

.news_detail .pdfLink .btn01In {
    width: 335px;
    max-width: 100%;
    background: #d99389;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.news_backlink{
  display: block;
  width: 335px;
  max-width: 100%;
  background: #d99389;
  margin: 0 auto;
  margin-top: 55px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}


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

@media (min-width:768px){
  .news_list_item .date{
    width: 100px;
  }
  .news_list_item .title{
    width: calc(100% - 100px);
    padding-left: 30px;
  }
  
  .news_detail .title {
    font-size: 20px;
  }
}
@media (min-width:1024px){
  .news_list_item .date{
    width: 140px;
  }
  .news_list_item .title{
    width: calc(100% - 140px);
    padding-left: 55px;
  }
  .news_detail .title {
    font-size: 20px;
  }
  .news_detail .pdfLink {
      margin: 40px auto 0;
  }
}
@media (min-width:1200px){
  .pg_news{
    margin-top: -20px;
  }
  
  .news_detail .webgene-item {
    padding: 32px 40px 20px;
  }
  
  .news_detail .title {
    font-size: 24px;
  }
}



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

.pg_xxx{
  
}
.pg_xxx .section.sec1{
  
}
.pg_xxx .section.sec2{
  
}
.pg_xxx .section.sec3{
  
}


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

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

/*******************************
*　会社概要
********************************/
.pg_company{
  
}
.pg_company .section.sec1{
  
}
.pg_company .section.sec2{
  margin-top: 120px;
}
.pg_company .section.sec3{
  
}

.company_tt1{
  background: #d99389;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
}

.company_info_tbl{
  
}

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

.company_history_items{
  
}

.company_history_item{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /*border-bottom: 1px dotted;*/
  line-height: 1;
  padding: 20px 0 12px;
  background-image: url('https://itsukushi-life.com/system_panel/uploads/images/company_history_bdr.png');
  background-size: auto;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.company_history_item + .company_history_item{
  margin-top: 10px;
}
.company_history_date,
.company_history_txt{
  line-height: 2.25em;
}
.company_history_date{
  width: 80px;
  position: relative;
}
.company_history_date:after{
  content: "";
  width: 1px;
  height: 16px;
  background: #6f6f6f;
  position: absolute;
  top: 0.60em;
  /*top: 0.75em;*/
  right:0;
}
.company_history_txt{
  width: calc(100% - 80px);
  padding-left: 15px;
}
  
/* コピー用 */
@media (min-width:375px){
  .company_info_tbl .table_rows_th, .company_info_tbl .table_rows_td{
    padding: 10px;
  }
}

@media (max-width:767px){
  
  .company_info_tbl .table_rows_th,
  .company_info_tbl .table_rows_td{
    display: block;
    width: 100%;
  }

}

@media (min-width:768px){
  
  .company_tt1{
    font-size: 18px;
    padding: 15px 15px;
    margin-bottom: 25px;
  }
  
  .company_info_tbl .table_rows_th{
    width: 130px;
  }
  .company_info_tbl .table_rows_td{
    font-size: 14px;
  }
  
  .company_history_date{
    width: 100px;
  }
  .company_history_txt{
    width: calc(100% - 100px);
    padding-left: 30px;
  }
  
}
@media (min-width:1024px){
  
  .company_info_tbl .table_rows_th,
  .company_info_tbl .table_rows_td{
    padding: 14px 35px;
  }
  .company_info_tbl .table_rows_th{
    width: 285px;
  }
  .company_info_tbl .table_rows_td{
    padding-left: 50px;
  }
  .company_info_tbl .table_rows_td{
    font-size: 16px;
  }
  
  
  
  .company_history_date{
    width: 160px;
  }
  .company_history_date:after{
    top: 0.75em;
  }
  .company_history_txt{
    width: calc(100% - 160px);
    padding-left: 40px;
  }
}
@media (min-width:1200px){
  
}

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



.contact_info_wrap{
  background: #d99389;
  color: #FFF;
  padding: 25px 25px 20px;
  margin-bottom: 80px;
  font-family: "Noto Serif JP", serif;
}
.contact_info_tt{
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  color: #FFF;
  margin-bottom: 15px;
}
.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: #d99389;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 30px;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){
  .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;
  }
  
  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 0.16em;
}
.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: #f4e0dd;
  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.18em;
}
.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;
}
.pg_contact .formWrap .text-center{
  margin-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: 314px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  background: #d99389;
  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;
}
.radioArea .d-inline-block{
  margin-right: 40px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.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%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 100%;
  }
}
  

/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 35px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #d99389;
}
.privacy_txt{
  letter-spacing: 0.04em;
}
.contact_tt.privacy {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

@media only screen and (max-width: 1023px){ 
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }
  
  
  .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_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 {
    margin-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }
  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }
  
  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


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

/*******************************
*　お問い合わせ送信完了
********************************/
.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;
  }
}




/*  */
@media (max-width:374px){
  
  
  .ftr_addr{
    font-size: 11px;
  }
  
  .pg_home .section.sec1{
    padding-bottom: 30px;
  }
  .home_msg1{
    font-size: 18px;
  }
  .home_tt1{
    font-size: 18px;
  }
  .home_news_tt{
    font-size: 11px;
  }
  
  .consulting_cat_tt_sub{
    font-size: 13px;
  }
  
  .newopening_tt1{
    font-size: 17px;
  }
  
  .newopening_support_item{
    width: 100%;
    font-size: 13px;
  }
  
  .management_tt1{
    font-size: 13px;
  }
  
  .management_price_tbl2 .table_rows_th,
  .management_price_tbl2 .table_rows_td{
    font-size: 12px;
  }
  .life_case_cat_list p{
    font-size: 10px;
  }
  .life_case_title{
    font-size: 15px;
  }
}


  


  /*******************************
  *　新規モデル提案
  ********************************/
  .pg_newmodel .section.sec1 {
    padding: 30px 0 45px;
  }
  .newmodel_ttl3 {
    max-width: 410px;
    margin: 22px auto 27px;
    padding: 2px;
  }

  .home_ttl2 {
    margin: 40px 0 25px;
    padding-bottom: 20px;
    background: url(https://itsukushi-life.com/system_panel/uploads/images/newmodel_ttl1_i.png) no-repeat center bottom;
  }
  .flex{
    display: flex;
    flex-wrap: wrap;
  }
  .newmodel_box1{
    justify-content: center;
  }
  .newmodel_box1_item{
    width: 50%;
    padding: 0 10px;
  }
  .newmodel_box1_item:nth-child(n+3){
    margin-top: 10px;
  }
  .newmodel_box1_bg{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .newmodel_box1_bg:before{
    content: "";
    padding-top: 100%;
  }
  .newmodel_text2{
    margin: 35px 0 25px;
  }
  .newmodel_text2 p{
    display: inline;
    line-height: 1.5;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 60%, #ffff00 60%, #ffff00 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 60%,#ffff00 60%,#ffff00 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 60%,#ffff00 60%,#ffff00 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .newmodel_text2 p + p{
    margin-top: 10px;
  }
  .newmodel_text2 p + p:before{
    content: "";
    display: block;
  }
  .newmodel_box2 {
    margin-top: 30px;
  }
  .newmodel_box2_tt {
    padding: 6px;
    justify-content: center;
    position: relative;
  }
  .newmodel_box2_tt1 {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
  }
  .newmodel_box2_img {
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
  }
  .newmodel_box2_item{
    padding: 12px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .newmodel_box2_item.arrow:before{
    content: "";
    width: 100px;
    height: 30px;
    margin: 0 auto 20px;
    transform: rotate(90deg);
    background: url(https://itsukushi-life.com/system_panel/uploads/images/newmodel_i1.png) no-repeat center / contain;
  }
  .newmodel_box2_item.plus:before {
    content: "";
    width: 18px;
    height: 19px;
    margin: 0 auto 15px;
    background: url(https://itsukushi-life.com/system_panel/uploads/images/newmodel_i2.png) no-repeat center / contain;
    display: block;
  }
  .newmodel_box2_item_ttl {
    padding: 3px 10px;
    margin-top: 15px;
    display: inline-block;
  }
  .newmodel_sec2_ttl1 {
    margin-bottom: 30px;
  }
  .newmodel_sec2_ttl2 {
    margin-top: 25px;
  }
  .newmodel_text3 p br{
    display: none;
  }

  @media (min-width: 375px){
    .newmodel_box2_tt1{
      left: 15px;
    }
  }
  @media (min-width: 768px){
    .newmodel_ttl3 br,
    .newmodel_sec2_ttl1 br,
    .newmodel_sec2_ttl2 br{
      display: none;
    }
    .home_ttl2 {
      margin: 70px 0 50px;
    }
    .newmodel_box1{
      padding: 0 10px;
    }
    .newmodel_box1_item{
      padding: 0 50px;
    }
    .newmodel_box1_item:nth-child(n+3){
      margin-top: 20px;
    }
    .newmodel_box2_img {
      padding: 32px 0;
    }
    .newmodel_box2_item.arrow:before{
      width: 23px;
      height: 33px;
      top: 52px;
      left: 33px;
    }
    .newmodel_box2_item.arrow.pdl100:before{
      left: 30px;
    }
    .newmodel_box2_item.plus:before {
      width: 28px;
      height: 29px;
      top: 50px;
    }
    .newmodel_sec2_ttl1 {
      margin-bottom: 55px;
    }
    .newmodel_sec2_ttl2 {
      margin-top: 45px;
    }
    .newmodel_box2_tt1 {
      left: 15px;
    }
  }
  @media (min-width: 1024px){  
    .pg_newmodel .section.sec1{
      padding: 50px 0 65px;
    }
    .newmodel_box1_item{
      width: 25%;
      padding: 0 15px;
    }
    .newmodel_text2 p + p{
      letter-spacing: -0.1em;
    }
    .newmodel_box1_item:nth-child(n+3){
      margin-top: 0;
    }
    .newmodel_box2_item{
      padding: 0 12px;
    }
    .newmodel_box2_img {
      flex-direction: row;
      justify-content: center;
    }
    .newmodel_box2_item.arrow{
      padding-left: 65px;
    }
    .newmodel_box2_item.arrow:before{
      width: 11%;
      height: 15%;
      position: absolute;
      top: 25%;
      left: 18px;
      transform: none;
      margin: 0 auto;
    }
    .newmodel_box2_item.plus {
      padding-left: 40px;
    }
    .newmodel_box2_item.plus:before {
      position: absolute;
      top: 28%;
      left: 0;
      margin: 0 auto;
    }
    .newmodel_box2_item_ttl {
      min-width: 150px;
    }
    .newmodel_box2_item.arrow.pdl100{
      padding-left: 85px;
    }
    .newmodel_text3 p br{
      display: block;
    }
  }
  @media (min-width: 1200px){  
    .newmodel_box1{
      padding: 0 30px;
    } 
    .newmodel_box1_item{
      padding: 0 30px;
    }
    .newmodel_text2 p + p{
      letter-spacing: 0;
    }
    .newmodel_box2_item.arrow{
      padding-left: 105px;
    }
    .newmodel_box2_item.arrow:before{
      left: 33px;
    }
    .newmodel_box2_item_ttl {
      min-width: 200px;
    }
    .newmodel_box2_item.arrow.pdl100{
      padding-left: 135px;
    }
    .newmodel_box2_item.arrow.pdl100:before{
      left: 70px;
    }
  }


  /*******************************
  *　生産性の向上
  ********************************/

  .productivity_ttl {
    padding: 15px;
    margin: 35px 0 20px;
  }
  .productivity_flow_img:before{
    padding-top: 71%;
  }
  .productivity_flow_step{
    margin-top: -30px;
    position: relative;
    z-index: 5;
  }
  .productivity_flow_ttl {
    padding: 0 5px 3px;
    border-bottom: 2px dotted;
  }
  .productivity_flow_text{
    padding: 5px;
  }

  .productivity_index{
    margin: 30px 0;
    padding: 8px 8px 15px;
    position: relative;
  }
  .productivity_index_ttl{
    margin-bottom: 5px;
  }
  .productivity_index:before{
    content: "";
    border-style: solid;
    border-width: 0 23.5px 24px 22.5px;
    border-color: transparent transparent #88abda transparent;
    display: block;
    position: absolute;
    right: 50%;
    top: -24px;
  }
  .productivity_index_list{
    margin: 0 -5px;
  }
  .productivity_index_item{
    width: 50%;
    padding: 0 5px;
  }
  .productivity_index_tt{
    padding: 12px 8px;
  }

  @media (max-width: 767px){    
    .productivity_flow > div + div{
      margin-top: 20px;
    }
    .productivity_index:before{
      transform: translateX(50%);
    }
    .productivity_index_item:nth-child(n+3){
      margin-top: 10px;
    }
    .newmodel_text1 p br,
    .productivity_flow_ttl br{
      display: none;
    }
  }

  @media (min-width: 768px){    
    .pg_productivity .section.sec1{
      padding: 45px 0 0;
      margin-bottom: -10px;
    }
    .productivity_ttl {
      margin: 55px 0 40px;
    }
    .productivity_flow + .productivity_flow{
      margin-top: 40px;
    }  
    .productivity_index {
      margin: 60px 0 55px;
      padding: 8px 30px 30px;
    }
    .productivity_index_list{
      margin: 0 -23px;
    }
    .productivity_index_item{
      width: 33.33%;
      padding: 0 23px;
    }
    .productivity_index_item:nth-child(n+4){
      margin-top: 18px;
    }
    .productivity_index_tt{
      padding: 12px 8px;
    }
    .productivity_index:before{
      border-width: 0 32.5px 44px 32.5px;
      right: 10%;
      top: -44px;
    }
  }
  @media (min-width: 1024px){  
    .productivity_index:before{
      right: 12%;
    }
    .newmodel_text1 p br,
    .productivity_flow_ttl br{
      display: none;
    }
  }
  @media (min-width: 1200px){  
    .productivity_index:before{
      right: 145px;
    }

  }


  /*******************************
  *　介護事業所の立て直し
  ********************************/
  .pg_rebuild .section.sec1{
    padding: 30px 0;
  }
  .pg_rebuild .newmodel_text1{
    margin: 0 0 52px;
  }
  .rebuild_sec1_ttl {
    padding: 8px 20px 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d99389;
    border-left: 8px solid #d99389;
  }
  .rebuild_sec1_img:before{
    padding-top: 73%;
  }
  .rebuild_sec2_ttl1 {
    margin-bottom: 20px;
    padding: 6px;
  }
  .rebuild_sec2_ttl2 {
    align-items: baseline;
    justify-content: center;
    line-height: 1.5;
  }
  .pg_rebuild .section.sec2{
    padding: 55px 0 0;
  }

  @media (max-width: 767px){  
    .rebuild_sec1_img{
      margin-top: 15px;
    }
  }

  @media (min-width: 768px){  
    .pg_rebuild .section.sec1{
      padding: 50px 0;
    }
    .pg_rebuild .newmodel_text1{
      margin: 0 0 92px;
    }

    .pg_rebuild .section.sec2{
      padding: 85px 0 0;
    }
    .rebuild_sec2_ttl1 {
      margin-bottom: 48px;
    }
    .rebuild_sec2_ttl3 br{
      display: none;
    }
    .rebuild_sec2_ttl3:before,
    .rebuild_sec2_ttl3:after{
      content: "〜";
    }
  }
  @media (min-width: 1024px){  

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

  }


  /*******************************
  *　身元引受事業
  ********************************/
  .pg_identity .section.sec1{
    padding: 35px 0 0;
  }
  .pg_identity .section.sec1 .newmodel_text1{
    margin: 15px 0 55px;
  }
  .identity_sec1_worries{
    max-width: 1038px;
    margin: 0 auto;
    padding: 134px 15px 25px;
  }
  .identity_sec1_worries_ttl{
    padding-bottom: 40px;
    margin-bottom: 8px;
    background: url(https://itsukushi-life.com/system_panel/uploads/images/identity_memo_ttl_i.png) no-repeat center bottom;
  }
  .identity_sec1_worries_text p{
    padding-left: 25px;
    position: relative;
  }
  .identity_sec1_worries_text p + p{
    margin-top: 5px;
  }
  .identity_sec1_worries_text p:before{
    content: "\f14a";
    font-family: 'FontAwesome';
    font-weight: 900;
    color: #b81d22;
    position: absolute;
    left: 0;
    top: 0;
  }
  .identity_sec1_worries_text {
    display: inline-block;
    text-align: left;
  }
  .pg_identity .home_ttl2 {
    margin: 76px 0 20px;
  }

  .identity_sec2_box {
    margin: 45px 0 30px;
  }
  .identity_sec2_box_item {
    width: 100%;
    padding: 0 5px 10px;
    border: 2px solid #89c997;
    border-radius: 10px;
    position: relative;
  }
  .identity_sec2_box_item.pink{
    border: 2px solid #f29c9f;
  }
  .identity_sec2_box_item.pink:before{
    width: 100%;
    height: 50px;
    content: "";
    background: url(https://itsukushi-life.com/system_panel/uploads/images/identity_arrow1.png) no-repeat center / contain;
    display: block;
  }
  .identity_sec2_box_ttl {
    max-width: 297px;
    border-radius: 19px;
    padding: 6px;
    margin: -21px auto 20px;
  }

  .pg_identity .section.sec3{
    padding: 50px 0 30px;
  }
  .pg_identity .section.sec3 .rebuild_sec2_ttl1 {
    margin-bottom: 20px;
  }
  .pg_identity .section.sec3 .row > div{
    display: flex;
  }
  .identity_sec3_bg {
    width: 100%;
    padding: 15px 10px 30px;
    border: 1px solid #95090e;
    border-top: 5px solid #95090e;
  }

  .identity_sec3_ttl2 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px dotted;
  }
  .identity_sec3_ttl3 {
    margin: 25px 10px 15px;
  }
  .identity_sec3_ttl3 + .identity_sec3_ttl3{
    margin-top: -10px;
  }
  .identity_sec3_support {
    padding: 10px;
    margin: 0 10px;
  }
  .identity_sec3_support_text,
  .identity_sec3_option_text{
    display: inline-block;
  }
  .identity_sec3_support_bg {
    padding: 15px 10px;
  }
  .identity_sec3_option{
    margin: 20px 0 0;
  }
  .identity_sec3_option_ttl{
    margin-bottom: 10px;
  }
  .identity_sec3_ttl1{
    margin-bottom: 20px;
  }
  .identity_sec3_large{
    margin: 30px 0 0;
  }
  .identity_sec3_support_ttl{
    margin-bottom: 7px;
  }

  .identity_sec4_box{
    justify-content: center;
  }
  .identity_sec4_box_item{
    max-width: 250px;
    width: 100%;
    padding-bottom: 16px;
    position: relative;
    margin: 18px 0;
  }
  .identity_sec4_box_item + .identity_sec4_box_item{
    margin-left: 0;
  }
  .identity_sec4_txt{
    padding: 0 13px;
    display: inline-block;
  }
  .identity_sec4_box_ttl{
    margin-bottom: 15px;
  }
  .identity_sec4_box_item + .identity_sec4_box_item:before {
    content: "";  
    width: 22px;
    height: 20px;
    position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
    background: url(https://itsukushi-life.com/system_panel/uploads/images/identity_plus.png) no-repeat center / contain;
  }

  .identity_sec4_text {
    margin-top: 20px;
  }


  @media (max-width: 767px){ 
    .identity_sec2_box_item.pink{
      margin-top: 40px;
    }
    .identity_sec2_box_item.pink:before {
      margin: -60px 0 10px;
      transform: rotate(90deg);
      width: 100%;
      height: 80px;
    }
    .pg_identity .section.sec3 .row > div + div{
      margin-top: 15px;
    }
    .identity_sec2_text1 br{
      display: none;
    }
    
    .identity_sec4_box{
      align-items: center;
      flex-direction: column;
    }
  }

  @media (min-width: 768px){  
    .identity_sec2_box_item.pink:before {
      width: 36px;
      height: 86px;
      position: absolute;
      left: -14%;
      top: 50%;
      transform: translateY(-50%);
    }
    .identity_sec2_box_item {
      width: 46.4%;
    }
    .identity_sec2_box_item.pink{
      margin-left: 7.2%;
    }
    .pg_identity .section.sec3 .row > div:nth-child(n+3){
      margin-top: 30px;
    }
    .identity_sec1_worries{
      padding: 74px 30px 25px;
    }
    .identity_sec1_worries_ttl br,
    .identity_sec2_ttl p br,
    .identity_sec3_ttl1 br,
    .identity_sec3_large br{
      display: none;
    }
    .identity_sec2_box{
      margin: 75px 0 50px;
    }
    .identity_sec2_box_ttl {
      margin: -21px auto 50px;
    }
    .pg_identity .section.sec3{
      padding: 110px 0 70px;
    }
    .identity_sec3_ttl1 {
      margin-bottom: 40px;
    }
    .identity_sec3_large{
      margin: 50px 0 0;
    }
    .identity_sec4_box_item{
      max-width: 380px;
    }
    .pg_identity .section.sec1 .consulting_ttl p br{
      display: none;
    }  
  }
  @media (min-width: 1024px){   
    .consulting_ttl.mincho{
      letter-spacing: -0.03em;
    }
    .identity_sec2_box_item.pink:before {
      width: 46px;
      height: 106px;
    }
    .identity_sec3_ttl2.mincho{
      min-height: 152px;
      letter-spacing: -0.03em;
    }
    .identity_sec4_box_item{
      width: auto;
      margin: 10px 0;
    }
    .identity_sec4_box_item.red {
      max-width: 300px;
      width: 100%;
    }
    .identity_sec4_box_price1 {
      font-size: 22px;
    }
    .identity_sec4_box_item{
      margin: 0;
    }
    .identity_sec2_text1 br{
      display: none;
    }
    .pg_identity .section.sec3 .row > div:nth-child(n+3){
      margin-top: 0;
    }
    .identity_sec4_box_item + .identity_sec4_box_item{
      margin-left: 58px;
    }
    .identity_sec4_box_item + .identity_sec4_box_item:before {
      width: 29px;
      height: 28px;
      left: -45px;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
    }
  }
  @media (min-width: 1200px){  
    .consulting_ttl.mincho{
      letter-spacing: 0.03em;
    }
    .identity_sec2_box_item.pink:before {
      width: 66px;
      height: 146px;
    }
    .identity_sec3_ttl2.mincho{
      letter-spacing: 0;
    }
    .identity_sec4_box_price1 {
      font-size: 28px;
    }
    .identity_sec4_box_item.red {
      max-width: 380px;
    }
  }


  /*******************************
  *　お問い合わせ（ダウンロード）
  ********************************/
  .contact_download {
    padding: 10px 10px 20px;
    margin-bottom: 60px;
  }
  .contact_download_ttl {
    padding: 4px;
  }
  .contact_download_item {
    padding: 15px 0 10px;
    border-bottom: 1px dotted;
    align-items: center;
  }

  .contact_download_item_link {
    max-width: 221px;
    width: 100%;
    padding: 1px 20px;
    margin: 10px auto 0;
    display: block;
    border: 1px solid;
    border-radius: 15px;
    text-align: center;
  }
  .contact_download_item_link:before{
    margin-right: 16px;
    content: "";
    width: 14px;
    height: 18px;
    background: url(https://itsukushi-life.com/system_panel/uploads/images/contact_pdf_i.svg) no-repeat center / contain;
    display: inline-block;
    vertical-align: middle;
  }

  @media (max-width: 767px){
    .contact_download_item_ttl{
      width: 100%;
      text-align: center;
    }
  }
  @media (min-width: 768px){  
    .contact_download_ttl {
      margin-bottom: -3px;
    }
    .contact_download {
      margin-bottom: 120px;
      padding: 13px 11px 28px;
    }  
    .contact_download_item {
      padding: 28px 0 14px;
      margin: 0 10px;
      justify-content: space-between;
    }
    .pg_contact .section.sec1 {
      padding: 60px 0 0;
    }
    .contact_download_item_ttl{
      width: calc(100% - 201px);
    }
    .contact_download_item_link {
      max-width: 201px;
      padding: 1px 10px;
    }
    .contact_tt br{
      display: none;
    }
    .contact_info_tt p br{
      display: none;
    }
  }
  @media (min-width: 1024px){  
    .contact_download_item_ttl{
      width: calc(100% - 261px);
    }
    .contact_download_item_link {
      max-width: 261px;
      padding: 1px 40px;
    }

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

  }