@charset "UTF-8";


/* 基本フォント: ゴシック */
body{
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  line-height: 1.85;
  color: #181818;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 管理画面の余白調整 */
.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;
  letter-spacing: 0.075em;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.5;
}

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

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

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

a.img_fit{
  display: block;
}
a .img.img_fit img{
  transition: 0.2s all;
}
a:hover .img.img_fit img{
  transform: scale(1.05);
}

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

.gjs-dashed .responsive_video:before{
  display: none;
}
.gjs-dashed .responsive_video [data-gjs-type="video"]:before{
  content: "";
  display: block;
  padding-top:56.25%;
  pointer-events: none;
}


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

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

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

/*******************************
*　ヘッダー
********************************/
.header{

}
.hdr_1{
  display: flex;
  flex-wrap: wrap;
}
.hdr_1_item{
  width: 100%;
}
.hdr_1_item_inner{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  min-height: 35px;
  height: 100%;
  padding: 16px 0;
}
.hdr_1_item.item1{
  background: #ffe5e5;
}
.hdr_1_item.item1 .hdr_1_item_inner{

}
.hdr_1_item.item2{
  background: #e9ffe5;
}
.hdr_1_item.item2 .hdr_1_item_inner{

}
.hdr_1_item.item3{
  background: #e5f2ff;
}
.hdr_1_item.item3 .hdr_1_item_inner{

}


.pg_header{
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
}
.pg_header_text{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.pg_header_tt{
  font-size: 32px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
  color: #fff;
  text-shadow    : 
    2px  2px 1px #ffb2d8,
    -2px  2px 1px #ffb2d8,
    2px -2px 1px #ffb2d8,
    -2px -2px 1px #ffb2d8,
    2px  0px 1px #ffb2d8,
    0px  2px 1px #ffb2d8,
    -2px  0px 1px #ffb2d8,
    0px -2px 1px #ffb2d8; 
}




.mv{
  position: relative;
  margin-top: 30px;
}
.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}

.mv_items{

}
.mv_item{
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.mv_item_circle,
.pg_header_circle{
  width:31.04%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
.mv_item:nth-child(odd) .mv_item_circle.left,
.pg_header_circle.left{
  background-image: url(/system_panel/uploads/images/circle1.png);
}
.mv_item:nth-child(odd) .mv_item_circle.right,
.pg_header_circle.right{
  background-image: url(/system_panel/uploads/images/circle2.png);
}
.mv_item:nth-child(even) .mv_item_circle.left{
  background-image: url(/system_panel/uploads/images/circle2.png);
}
.mv_item:nth-child(even) .mv_item_circle.right{
  background-image: url(/system_panel/uploads/images/circle1.png);
}
.mv_item_circle.left,
.pg_header_circle.left{
  left: calc(24.73% - 31.04%);
}
.mv_item_circle.right,
.pg_header_circle.right{
  right:calc(24.73% - 31.04%);
}
.mv_item_img{
  width: 66.666%;
}
.mv_item_img:before{
  padding-top:40vh;
}
.mv_item_img img{
  border-radius:298px;;
}

/*slick*/
.mv_items .slick-arrow {
  font-size: 22px;
  color: #a9c0d3;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.mv_items .slide-prev {
  left: 17px;
  background-image: url(/system_panel/uploads/images/left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv_items .slide-next {
  right: 17px;
  background-image: url(/system_panel/uploads/images/right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv_items .slide-next:before,
.mv_items .slide-prev:before{
  display: none;
}
.slick-initialized .slick-slide{
  display: flex!important;
}
@media (min-width:375px){

}
@media (max-width:767px){
  .pg_header{
    margin-bottom: 70px;
  }
  .hdr1 {
  }
  .hdr_contact{
    display: none;
  }
  .hdr_2_contact{
    display: none;
  }
  .hdr_1_item_inner{
    padding: 5px 0;
  }

  .hdr_1_item.item1 .hdr_1_item_inner img{
    max-height: 18px;
  }
  .hdr_1_item.item2 .hdr_1_item_inner img{
    max-height: 18px;
  }
  .hdr_1_item.item3 .hdr_1_item_inner img{
    max-height: 15px;
  }

  .mv_item_circle.left,
  .mv_item_circle.right{
    width: 49.04%;
  }
  .mv_item_circle.left{
    left: calc(1.73% - 31.04%);
  }
  .pg_header_circle.left{
    left: 0;
  }
  .mv_item_circle.right{
    right: calc(1.73% - 31.04%);
  }
  .pg_header_circle.right{
    right: 0;
  }
  .mv_item_img,
  .pg_header_img{
    width: 80.666%;
  }
  .mv_item_img img,
  .pg_header_img img{
    border-radius: 140px;
  }

  .pg_header_img:before{
    padding-top: 20vh;
  }


  /* スマホ用 */
  .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;
  }
  .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;
  }

  /*slick*/
  .mv_items .slick-arrow{
    width: 20px;
    height: 20px;
  }
  .mv_items .slide-prev{
    left: 10px;
  }
  .mv_items .slide-next{
    right: 10px;
  }

}
@media (min-width:768px){
  .pg_header{
    margin-bottom: 40px;
    margin-top: 50px;
  }
  .body_recruit .pg_header{
    margin-bottom: 200px;
  }


  .pg_header_mv{
    /*height: 350px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }
  .pg_header_text{

  }
  .pg_header_tt{
    font-size: 42px;
  }


  .hdr_2{
    position: relative;
  }
  .hdr_2_nav{

  }

  .hdr_2_contact{
    position: absolute;
    top: 50%;
    right: 32px;;
    transform: translateY(-50%);
    max-width: 140px;
    width: 100%;
    text-align: center;
  }
  .hdr_2_contact_inner{
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    color: #fff;
    background: #ffb2d8;
    text-align: center;
    border-radius: 22px;
    padding: 14px 0;

  }
  .hdr_2_contact_inner:hover{
    background: #e5f2ff;
    color: #fff;
  }
  .hdr_2_contact_inner p{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hdr_2_contact_inner p:before{
    content: "";
    display: block;
    width: 23px;
    height: 16px;
    background-image: url(/system_panel/uploads/images/mail.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
  }



  .mv{
    margin-top: 50px;
  }
  .mv_items{

  }
  .mv_item{
    display: flex;
    justify-content: center;
  }
  .mv_item_circle{

  }
  .mv_item_img,
  .pg_header_img{
    width: 80.666%;
  }
  .mv_item_img:before,
  .pg_header_img:before{
    padding-top:38vh;
  }
  .mv_item_img img,
  .pg_header_img img{
    border-radius:298px;;
  }


  .hdr_1_item{
    width: 50%;
  }
  .hdr_1_item_inner{
    font-size: 22px;
    padding: 20px 16px;
  }
  .hdr_1_item_inner img{

  }
  .hdr_1_item.item1{

  }
  .hdr_1_item.item1 .hdr_1_item_inner{

  }
  .hdr_1_item.item1 img{

  }
  .hdr_1_item.item2{

  }

  .hdr_1_item.item2 .hdr_1_item_inner{

  }
  .hdr_1_item.item3{

  }
  .hdr_1_item.item3 img{
    min-height: auto;
  }
  .hdr_1_item.item3 .hdr_1_item_inner{

  }
  .hdr_2{
    margin: 28px 0 0;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 150px;
    margin-top: 87px;
  }

  .body_recruit .pg_header{
    margin-bottom: 310px;
  }

  .mv_item_img,
  .pg_header_img{
    width: 66.666%;
  }


  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }
  .pg_header_text{

  }
  .pg_header_tt{
    font-size: 60px;
  }

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

  .gnav{
    justify-content: center;
  }
  .gnav .gnav_item{
    padding: 0 5px;
  }
  .gnav {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .gnav .gnav_item {
    font-size: 15px;
    /*line-height: 2;*/
    font-weight: 500;
    transition: 0.2s all;
  }
  .gnav .gnav_item.current:after{
    content: "";
    display: block;
    background: #ffb2d8;
    width: 30px;
    height: 5px;
    border-radius: 2.5px;
    margin: 5px auto 0;
  }

  .gnav .gnav_item a{
    display: block;
    padding: 0 15px;
  }
  .gnav .gnav_item{

  }
  .gnav:hover .gnav_item{
    opacity: 0.5;
  }
  .gnav .gnav_item:hover{
    opacity: 1;
  }
  .gnav .gnav_item:hover a{
    opacity: 1;
  }

  .gnav .gnav_item:last-child{
    padding-right: 0;
  }

  .hdr_1_item{

  }
  .hdr_1_item_inner{
    font-size: 28px;
    padding: 20px 16px;
  }
  .hdr_1_item.item1{

  }
  .hdr_1_item.item1 .hdr_1_item_inner{

  }
  .hdr_1_item.item2{

  }
  .hdr_1_item.item2 .hdr_1_item_inner{

  }
  .hdr_1_item.item3{

  }
  .hdr_1_item.item3 .hdr_1_item_inner{

  }
  .hdr_2{
    margin: 60px 0 0;
  }

  .mv{
    margin-top: 60px;
  }
  .mv_items{

  }
  .mv_item{

  }
  .mv_item_circle{

  }
  .mv_item_img{

  }
  .mv_item_img:before.
  .pg_header_img:before{
    padding-top:400px;
  }
  .mv_item_img img{
    border-radius:298px;;
  }
}
@media (min-width:1200px){
  .hdr_1_item_inner{
    padding: 31px 0;
  }
  .gnav .gnav_item{
    padding: 0 12px;
  }

  .hdr_2_contact{
    max-width: 163px;
  }
  .hdr_2_contact_inner{
    font-size: 16px;
  }

  .mv{
    margin-top: 85px;
  }
  .mv_item_img:before,
  .pg_header_img:before{
    padding-top:597px;
  }

  .hdr_2{
    margin: 95px 0 0;
  }
}
@media (min-width:1300px){
  .gnav{
    margin: 0 -20px;
  }
  .gnav .gnav_item{
    padding: 0 20px;
  }

  .hdr_1_item.item2 img{
    min-height: 36px;
  }
}
@media (min-width:1600px){
  .gnav{
    margin: 0 -36px;
  }
  .gnav .gnav_item{
    padding: 0 36px;
  }
}
@media (min-width:1800px){
  .gnav{
    margin: 0 -49px;
  }
  .gnav .gnav_item{
    padding: 0 49px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {


  /*タブレットのみ(メニュー)*/
  .gnav.active {
    display: flex;
    height: auto;
    width: 95%;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    opacity: 1;
    border-radius: 15px;
    background:#ffe5e5;
    border: 1px solid #fff;
  }
  .gnav{
    display: block;
    position: fixed;
    left: 100%;
    top: auto;
    z-index: 10;
    height: 0;
    background: #47a3cd; 
    padding: 0; 
    font-size: 16px;
    overflow: hidden; 
    transition: all 1.8s;
    opacity: 0;
    color: #fff;
    margin: auto;
    border-radius: 15px;
  }
  .gnav .gnav_item:hover{
    background: #fff;;
    color: #181818;
    opacity: 1;
  }
  .gnav .gnav_box1 {
    width: 65px;
    background: #ffe5e5;
    border-radius: 15px 0 0 15px;
    text-align: center;
  }
  .gnav .gnav_box1 .mv_side_sns_icon{
    display: block;
  }
  .gnav_inner {

    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    width: calc(100% - 65px - 65px);
    background: #fff;
  }
  .gnav .gnav_item {
    font-size: 15px;
    line-height: 2; 
    font-weight: 500;
    width: 25%;
    text-align: center;
    padding: 0;
    border: 1px solid #eee;
    color: #181818;;
    background: #fff;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gnav .gnav_box2 {
    width: 65px;
    padding: 30px 15px;
    text-align: center;
    border-radius: 0 15px 15px 0;
    background: #ffe5e5;
    color: #fff;
  }
  .burger{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-right: 0;
    padding: 0 10px;
  }
  .gnav_open p{
    line-height: 1;
  }
  .fa-bars:before {
    font-size: 32px;

  }
  .fa-times:before {
    font-size: 32px;
  }

  .gnav .gnav_box2 .gnav_open {
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    color: #181818;
  }
  .gnav .gnav_box2 .gnav_open p {
    font-size: 11px;
  }

  .hdr_inner_outer{
    width: 70%;  
  }
  .hdr_outer_top{
    justify-content: flex-start;
  }



  .hdr_2{
    display: flex;
    justify-content: flex-end;
    padding-right: 16px;
  }
  .hdr_2_contact{
    right: 90px;
  }
}




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

.footer{
  background: #fff1f1;
  margin-top: 80px;
  padding: 50px 0;
  position: relative;
}
.footer:before{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/pink_circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 118px;
  position: absolute;
  top: -60px;
  right: 0;
}
.footer:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/ao_circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 44px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ftr1_contact_box{

}
.ftr1_contact_inner{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.ftr1_contact_item{

}
.ftr_contact_box_item_map{

}
.ftr_contact_box_item_map iframe{
  border: none;
  height: 291px;
  border-radius: 20px;
}
.ftr_contact_box_item_content{
  margin-top: 19px;
}
.ftr_contact_box_item_title{
  font-size: 17px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: 0;
}
.ftr_contact_box_item_title.station:before{
  content: "";
  display: block;
  width: 17px;
  height: 16px;
  background-image: url(/system_panel/uploads/images/ribon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ftr_contact_box_item_title.hana:before{
  content: "";
  display: block;
  width: 17px;
  height: 16px;
  background-image: url(/system_panel/uploads/images/hana.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ftr_contact_box_item_addr{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45em;
}

.ftr1{
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0;
  margin-bottom: 25px;
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}

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

.ftr_contact{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before{
  content:"\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 30px;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #ffe5e5;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #fff;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #fff;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

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

.ftr_contact_wrap{
  margin-top: 120px;
}
.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_contact_box1{
  width: 100%;
  position: relative;
}
.body_home .ftr_contact_box1:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/o1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 435px;
  height: 364px;
  position: absolute;
  top: 0;
  right: 0;
}
.ftr_contact_box .home_service_title{

}
.ftr_contact_box .home_service_title_txt{
  line-height: 1;
}
.ftr_contact_box1_desc{
  font-size: 16px;
  font-weight: 400;
  line-height:2.06em;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.ftr_contact_box2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.ftr_contact_box2_left{

  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 4;
}
.ftr_contact_box2_left_inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 28px 0 28px;
  background: #ffb2d8;
  border-radius: 22px;
  height: 100%;
  text-align: center;
}
.ftr_contact_box2_left_inner:hover{
  background: #66aef6;
  border-radius: 22px;
}
.ftr_contact_box2_left_inner:hover{
  color: #fff;
}
.ftr_contact_box2_icon{

}
.ftr_contact_box2_txt{
  position: relative;
  padding-left: 0;
}
.ftr_contact_box2_txt2:before{
  content: "";
  display: block;
  width: 28px;
  height: 20px;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ftr_contact_box2_left.left .ftr_contact_box2_txt2:before {
  height: 22px;
  width: 22px;
  background-image: url(/system_panel/uploads/images/tel_ftr.png);
}
.ftr_contact_box2_left.right .ftr_contact_box2_txt:before{
  background-image: url(/system_panel/uploads/images/mail_ftr.png);

}
.ftr_contact_box2_txt1{
  font-size: 16px;
  font-weight: 400;
}
.ftr_contact_box2_txt2{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.21em;
  position: relative;
  text-align: center;
  display: inline-block;
}
.ftr_contact_box2_txt3{
  font-size:16px;
  font-weight: 400;
  line-height: 1.21em;
  border-radius: 17.5px;
  border: 1px solid #fff;
  position: relative;
  padding-left:0;
  margin-top: 0;
  z-index: 1;
  max-width: 250px;
  width: 100%;
  padding: 7px 0;
}
.ftr_contact_box2_txt3:before{
  background-image: url(/system_panel/uploads/images/mail_ftr.png);
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 42px;
  transform: translateY(-50%);
}
.ftr_contact_box2_txt3:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: -1;
}

.ftr2_contact_box{

}
.ftr_links{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  width: 51.35%;
}
.ftr_link{

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

}

@media (min-width:768px){
  .footer{
    margin-top: 100px;
    padding: 100px 0;
  }
  .footer:before{
    width: 100px;
    height: 151px;
    top: -75px;
  }

  .footer:after{
    width: 254px;
    height: 152px;
    bottom: -32px;
  }
  .ftr_contact_wrap{
    margin-top: 100px;
  }
  .ftr_contact_box{

  }
  .ftr_contact_box1{

  }
  .ftr_contact_box1:after{

  }
  .ftr_contact_box .home_service_title{

  }
  .ftr_contact_box1_desc{
    margin-top: 30px;
  }
  .ftr_contact_box2{
    margin-top: 70px;
  }
  .body_home .ftr_contact_box1:after{
    width: 250px;
    height: 205px;
    position: absolute;
    top: -50px;
    right: 65%;
  }
  .ftr_contact_box2_left{
    width: 47.94%;
  }
  .ftr_contact_box2_left_inner{

  }
  .ftr_contact_box2_icon{

  }
  .ftr_contact_box2_txt{

  }
  .ftr_contact_box2_txt1{

  }
  .ftr_contact_box2_txt2{
    font-size: 28px;
  }

  .ftr1_contact_box{

  }
  .ftr1_contact_inner{

  }
  .ftr1_contact_item{

  }
  .ftr_contact_box_item_map{

  }
  .ftr_contact_box_item_map iframe{

  }
  .ftr_contact_box_item_content{

  }
  .ftr_contact_box_item_title{
    font-size: 16px;
  }
  ftr_contact_box_item_title.station{

  }
  .ftr_contact_box_item_addr{
    font-size: 15px;
  }

  .ftr2_contact_box{
    margin-top: 60px;
  }
  .ftr_links{
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    width:81%;
    margin: 0 auto;
  }
  .ftr_link{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 2.125em;
    padding: 0 23px;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 13px;
  }

  .ftr_copy{
    margin-top: 44px;
  }

  .ftr_contact_box2_left.right{
    width: 100%;
  }
  .ftr_contact_box2_left.right .ftr_contact_box2_left_inner{
    display: block;
  }
  .ftr_contact_box2_left.right .ftr_contact_box2_txt{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ftr_contact_box2_txt3{
    margin-left: 5px;
  }
  .ftr_contact_box2_left.right{
    margin-top: 17px;
  }
  .ftr_contact_box2_txt2:before{
    left: -32px;
  }

  .ftr_contact_box2_left.right .ftr_contact_box2_left_inner{
    padding: 32px 0;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 190px;
    padding: 140px 0 0;
  }
  .footer:before{
    width: 180px;
    height: 270px;
    top: -136px;
  }

  .footer:after{
    width: 254px;
    height: 152px;
    bottom: -32px;
  }

  .ftr_contact_wrap{
    margin-top: 120px;
  }
  .ftr_contact_box{

  }
  .ftr_contact_box1{
    width: 31.53%;
  }
  .ftr_contact_box .home_service_title{
    text-align: left;
  }
  .ftr_contact_box .home_service_title_txt{
    font-size: 40px;
  }
  .ftr_contact_box1_desc{
    text-align: left;
    margin-top: 19px;
  }
  .ftr_contact_box2{
    width: 65.76%;
    margin-top: 0;
    padding-top: 6px;
  }
  .body_home .ftr_contact_box1:after{
    width: 435px;
    height: 364px;
    position: absolute;
    top: -120px;
    right: 158px;
  }
  .ftr_contact_box2_left{

  }
  .ftr_contact_box2_left_inner{
    max-height: 123px;
  }
  .ftr_contact_box2_left.right .ftr_contact_box2_left_inner{
    justify-content: center;
    padding-left: 0;
  }
  .ftr_contact_box2_icon{

  }
  .ftr_contact_box2_txt{

  }
  .ftr_contact_box2_txt1{

  }
  .ftr_contact_box2_txt2{
    padding-left: 28px;
  }


  .ftr1_contact_box{

  }
  .ftr1_contact_inner{

  }
  .ftr1_contact_item{

  }
  .ftr_contact_box_item_map{

  }
  .ftr_contact_box_item_map iframe{

  }
  .ftr_contact_box_item_content{

  }
  .ftr_contact_box_item_title{
    font-size: 17px;
  }
  ftr_contact_box_item_title.station{

  }
  .ftr_contact_box_item_addr{
    font-size: 16px;
  }

  .ftr2_contact_box{
    margin-top: 84px;
  }
  .ftr_links{
    width: 60.35%;
    margin: 0 auto; 
  }
  .ftr_link{
    padding: 0 25px;
  }
  .ftr_contact_box2_txt2:before{
    left: 0;
  }
}
@media (min-width:1200px){
  .footer:before{
    width: 240px;
    height: 361px;
    top: -136px;
  }

  .footer:after{
    width: 361px;
    height: 215px;
    bottom: -32px;
  }
  .ftr_contact_box .home_service_title_txt{
    font-size: 48px;
  }
  .ftr_links{
    width: 51.35%;
    padding-left: 10px;
  }

  .ftr_contact_box2_left.right .ftr_contact_box2_txt{
    width: 100%;
  }
  .ftr_contact_box2_left.right .ftr_contact_box2_txt3:after{
    right: 35px;
  }
}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }

  .ftr_contact_box2_left{
    width: 100%;
  }
  .ftr_contact_box2_left:nth-child(n+2){
    margin-top: 20px;
  }
  .ftr_contact_box1:after{
    width: 150px;
    height: 124px;
    position: absolute;
    top: 38px;
    right: 65%;
  }
  .ftr_contact_box2_txt3:after{
    width: 20px;
    height: 4px;
    right: 23px;
    z-index: 0;
  }

  .ftr1_contact_item:nth-child(n+2){
    margin-top: 40px;
  }
  .ftr_contact_box_item_addr{
    text-align: center;
  }
  .ftr_contact_box_item_title{
    justify-content: center;
  }
  .ftr2_contact_box{
    display: none;
  }

  .gnav_box2{
    display: none;
  }

  .footer_fix_tel_link {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    background: #ffb2d8;
    color: #181818;
    border-radius: 22px;
    display: block;
    padding: 8px;
    font-family: "Zen Maru Gothic", serif;
    margin-top: 10px;
  }
  .footer_fix_tel_link.plan{
    background: #e9ffe5;
  }
  .footer_fix_tel_link.yui{
    background: #e5f2ff;
  }


  .footer_fix_tel:nth-child(n+2){
    margin-top: 16px;
  }
  .ftr_contact_box2_txt2:before{
    left: -32px;
  }
  .ftr_contact_box2_left_inner{
    padding: 16px 0;
  }
  .ftr_contact_box2_txt3:before{
    left: 10px
  }
  .ftr_contact_box2_left.right .ftr_contact_box2_left_inner{
    padding: 16px 0 22px;
  }
  .ftr_contact_box2_txt3:after{
    right: 16px;
  }
}



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

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

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

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

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

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

  body{
    padding-bottom: 56px;
  }
}


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

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

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


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

.anchor{
  position: relative;
}


@media (max-width:374px){

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

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

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

  .anchor{
    top: -100px;
  }

  /* ページネーション */
  .webgene-pagination {
    margin-top: 50px;
  }

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

  /* ページネーション */
  .webgene-pagination{
    margin-top: 50px;
  }
  .posts_list .webgene-pagination{
    margin-top: 80px;
  }

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


}


/*******************************
*　共通
********************************/
/*ボタン*/
.link_1{
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
  background: #ffb2d8;
  text-align: center;
  border-radius: 22px;
  padding: 14px 0;
  max-width: 272px;
  width: 100%;
  padding-right: 38px;
}
.link_1 p{
  position: relative;
  display: inline-block;
}
.link_1 p:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
}
.link_1:hover{
  opacity: 1;
  background: #66aef6;
  color: #fff;
}

.link_2{
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
  background: #ffb2d8;
  text-align: center;
  padding: 5px;
  max-width: 350px;
  width: 100%;
}
.link_2:hover{
  color: #fff;
  background: #66aef6;
}
.link_2 p{
  border: 1px solid #fff;
  padding: 20px;
  position: relative;
}
.link_2:hover p{
  border: 1px solid #fff;
}
.link_2 p:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/aro2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: all .3s;
}
.link_2:hover p:after{
  right: 10px;
}
/* コピー用 */
@media (max-width:374px){

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

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

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

  .link_1 p:after{
    width: 20px;
    height: 4px;
  }

}
@media (min-width:1024px){
  .link_1 p:after{
    width: 36px;
    height: 7px;
  }

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


}

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

}
.pg_home .section.sec1{
  margin-top: 50px;
}
.pg_home .section.sec2{
  margin-top: 80px;
}
.pg_home .section.sec3{
  margin-top: 80px;
}
.pg_home .section.sec4{
  margin-top:80px;
  position: relative;
}
.pg_home .section.sec4:after{
  content: "";
  display: block;
  width: 305px;
  height:374px;
  background-image: url(/system_panel/uploads/images/a4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;;
  z-index: -1;
}
.pg_home .section.sec4:before{
  content: "";
  display: block;
  width: 221px;
  height:277px;
  background-image: url(/system_panel/uploads/images/a5.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;;
  z-index: -1;
}


/*お知らせ*/
.home_news_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_news_box1{
  width: 100%;
  border: 1px solid #ffb2d8;
  border-radius:  15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_news_box1_title{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_news_box1_title_txt:after{
  content: "";
  display: block;
  max-width: 200px;
  width: 100%;
  height: 2px;
  margin: 20px auto 0;
  background: #ffb2d8;
}
.home_news_box1_title_txt{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.home_news_box1_content{
  width: 100%;
}
.home_news_box1_content .webgene-blog{

}
.home_news_box1_content .webgene-item{
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.home_news_box1_content .webgene-item .date{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_news_box1_content .webgene-item .category{
  max-width: 95px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  background: #a9c0d3;
  text-align: center;
  background: #ff7f7f;
  border-radius: 11.5px;
  color: #fff;
  margin-left: 0;
  line-height: 1;
  padding: 3px 0;
}
.home_news_box1_content .webgene-item .title{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  padding-left: 21px;
}

.home_news_box2{
  width: 100%;
}
.home_news_box2_link{
  display: block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #fff;
  background: #ffb2d8;
  height: 100%;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*about*/
.home_about_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_about_box1{
  width: 100%;
}

.home_about_box1_title{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.28em;
}
.home_about_box1_title_txt1{
  letter-spacing: 0.1em;
  font-weight: 400;
}
.home_about_box1_title_txt2{
  padding-left: 21%;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.home_about_box1_title strong{
  font-weight: 500;
  color: #ffb2d8;
}
.home_about_box1_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.06em;
  text-align: justify;
  margin-top: 34px;
  position: relative;
}
.home_about_box1_desc p:nth-child(n+2){
  margin-top: 16px;
}
.home_about_box1_desc:after{
  content: "";
  display: block;
  width: 298px;
  height: 298px;
  background-image: url(/system_panel/uploads/images/about_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -50px;;
  transform: translateY(-50%);
  z-index: -1;
}
.home_about_box1_desc strong{
  color:#ffb2d8;
  font-weight: normal;
}
.home_about_box2{
  width: 100%;
  position:relative;
  margin-top: 20px;
}

.home_about_box2_img:after{
  content: "";
  display: block;
  width: 32px;
  height:32px;
  background-image: url(/system_panel/uploads/images/about_bg2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -17px;
  left: -15px;
  z-index: -1;
}
.home_about_box2_img img{
  border-radius: 20px;
}
.home_about_box2_img:before{
  padding-top:71.88%; 
}

/*サービス*/
.home_service_wrap{
  position: relative;
}
.home_service_wrap:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/j5.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1820px;
  height:285px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;;
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.home_service_hdr{

}
.home_service_title{
  text-align: center;
}
.home_service_title_txt{
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #ffb2d8;
  position:relative;
}
.home_service_title_txt:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/i6.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height:30px;
  position: absolute;
  top: -10px;
  left: -44px;
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.home_service_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2.06em;
  text-align: justify;
  margin-top: 30px;
}
.home_service_items{
  margin-top: 40px;
}
.home_service_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

/*イラスト*/
.home_service_item:nth-child(odd):after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/bg_top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height:684px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.home_service_item:nth-child(odd) .home_service_box2:before{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/ji.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 182px;
  height:441px;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
}
.home_service_item:nth-child(odd) .home_service_box1_img:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/j3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 43px;
  height:43px;
  position: absolute;
  top: -17px;
  right:-17px;
  z-index: -1;
}
.home_service_item:nth-child(odd) .home_service_box2:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/j2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 457px;
  height:457px;
  position: absolute;
  top: 10%;
  right: -185px;
  z-index: -1;
}
.home_service_item:nth-child(even):after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/bg_bottom.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height:684px;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -2;
}
.home_service_item:nth-child(even) .home_service_box2:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/i7.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 626px;
  height:458px;
  position: absolute;
  top: 78px;
  left: -245px;
  z-index: -1;
}
.home_service_item:nth-child(even) .home_service_box1:before{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/i8.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 901px;
  height:205px;
  position: absolute;
  top: -5px;
  left: -15px;
  right: 0;
  z-index: -1;
}

.home_service_box1{
  width: 100%;
  position: relative;
}
.home_service_box1_img{
  z-index: 1;
}
.home_service_item .home_service_box1_img img{
  border-radius: 20px;
  z-index: 3;
}
.home_service_box1_img:before{
  padding-top: 101.85%;
}
.home_service_box2{
  width: 100%;
  position: relative;
}
.home_service_box2_title{

}
.home_service_box2_title_txt{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}
.home_service_box2_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2.06em;
  text-align: justify;
  margin-top: 14px;
  position: relative;
  z-index: 2;
}
.home_service_box2 .link_1{
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/*採用情報*/
.home_recruit_wrap .home_service_title{
  position: relative;
}
.home_recruit_wrap .home_service_title:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/s2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 198px;
  height:171px;
  position: absolute;
  top: -5px;
  left: auto;
  right: -150px;
  z-index: -1;
  margin-right: 0;
}
.home_service_title_txt:after{
  display: none;
}
.home_recruit_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_recruit_box1{
  width: 100%;
}
.home_recruit_box1_img{
  z-index: 2;
}
.home_recruit_box1_img img{
  border-radius: 20px;
}
.home_recruit_box1_img:before{
  padding-top: 69.52%;
}
.home_recruit_box1_img:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/a8.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 74px;
  height:74px;
  position: absolute;
  top: 87px;
  right: -27px;
  z-index: -1;
}
.home_recruit_box2{
  width: 100%;
  position: relative;
}
.home_recruit_box2:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/a6.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 222px;
  height:57px;
  position: absolute;
  bottom: -5px;
  left: -150px;
  right: auto;
  z-index: -1;
}
.home_recruit_box2_vertical{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.875em;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.home_recruit_box2_vertical p{
  letter-spacing: 0.09em;
}
.home_recruit_box2_inner{
  background: #fff1f1;
  border-radius: 20px;
  padding-bottom: 24px;
}
.home_recruit_box2_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.0625em;
  text-align: justify;
  padding-top: 50px;
  margin-top: -50px;
}
.home_recruit_box2_desc p{
  letter-spacing: 0.09em;
}
.home_recruit_items .link_1{
  margin: 40px auto 0;
}


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

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

}
@media (max-width:767px){
  .pg_home .section.sec4:before{
    bottom: -50px;
    right: 80px;
    width: 100px;
    height: 120px;
  }
  .pg_home .section.sec4:after{
    width: 100px;
    height: 124px;
  }
  .home_news_box1_content .webgene-item{
    flex-wrap: wrap;
  }
  .home_news_box1_content .webgene-item .title{
    width: 100%;
    padding-left: 0;
  }
  .home_news_box1_content .webgene-item .category{
    margin-left: 16px;
  }
  .home_news_box1_content .webgene-item .title{
    margin-top: 10px;
  }
  .home_news_box1{
    padding: 20px 16px;
  }
  .home_news_box1_content{
    margin-top: 28px;
  }
  .home_news_box2{
    margin-top: 16px;
  }

  /*service*/
  .home_service_box2{
    margin-top: 24px;
    padding-bottom: 30px;
  }
  /*イラスト*/
  .home_service_wrap:after{
    width: 400px;
    height: 61px;
  }
  .home_service_item:nth-child(odd):after{
    background-image: none;
    height: 100%;
    background: #fff7f7;
  }
  .home_service_item:nth-child(odd):before{
    content: "";
    display: block;
    background-image: url(/system_panel/uploads/images/bg_top_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;;
    width: 500px;
    height: 150px;
    position: absolute;
    top: -110px;
    right: 0;
    left: -15px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    z-index: -2;
  }
  .home_service_item:nth-child(odd) .home_service_box1_img:after{
    z-index: 0;
  }
  .home_service_item:nth-child(odd) .home_service_box2:after{
    width: 100px;
    height: 100px;
    right: -10px;
    z-index: 0;
  }
  .home_service_item:nth-child(even) .home_service_box2:after{
    width: 200px;
    height: 142px;
    top: 16px;
    left: -75px;
  }
  .home_service_item:nth-child(even) .home_service_box1:before{
    top: -5px;
    right: 0;
  }
  .home_service_item:nth-child(even):after{
    background-image: none;
    background-color: #fff7f7;
    height: 100%;
  }
  .home_service_item:nth-child(even):before{
    content: "";
    display: block;
    background-image: url(/system_panel/uploads/images/bg_bottom_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;;
    width: 509px;
    height: 254px;
    position: absolute;
    bottom: -161px;
    right: 0;
    left: -15px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    z-index: -2;
  }
  .home_service_item:nth-child(n+2){
    padding-top: 50px;
  }

  /*採用*/
  .home_recruit_items{
    margin-top: 40px;
  }
  .home_recruit_box1{
    order: 2;
    margin-top: 30px;
  }
  .home_recruit_box2{
    order: 1;
  }
  .home_recruit_wrap .home_service_title:after{
    width: 81px;
    height: 70px;
    top: -5px;
    left: auto;
    right: 0;
  }
  .home_recruit_box2_desc{
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 64px;
  }
  .home_recruit_box2:after{
    bottom: -27px;
    left: 0;
  }

  .body_home .ftr_contact_box1:after{
    width: 300px;
    height: 252px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

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

  .pg_home .section.sec1{
    margin-top: 100px;
  }
  .pg_home .section.sec2{
    margin-top: 100px;
  }
  .pg_home .section.sec3{
    margin-top: 120px;
  }
  .pg_home .section.sec4{
    margin-top: 90px;
  }
  .pg_home .section.sec4:after{
    width: 150px;
    height: 184px;
    top: -40px;
  }
  .pg_home .section.sec4:before{
    width: 221px;
    height: 277px;
    bottom: 22px;
    right: 85px;
  }

  /*お知らせ*/
  .home_news_box{

  }
  .home_news_box1{
    width:85.90%;
    padding: 11px 0 10px;
  }
  .home_news_box1_title{

  }
  .home_news_box1_title_txt{
    font-size: 20px;
  }
  .home_news_box1_content{
    width: 100%;
    padding: 22px 0 20px 20px;;
  }
  .home_news_box1_content .webgene-blog{

  }
  .home_news_box1_content .webgene-item{

  }
  .home_news_box1_content .webgene-item .date{
    width: 95px;
  }
  .home_news_box1_content .webgene-item .title{
    width: calc(100% - 95px - 95px);
  }

  .home_news_box2{
    width: 13.5%;
  }

  /*about*/
  .home_about_items{

  }
  .home_about_box1{

  }
  .home_about_box1_title{
    font-size: 36px;
  }
  .home_about_box1_title_txt1{

  }
  .home_about_box1_title_txt2{

  }
  .home_about_box1_title strong{

  }
  .home_about_box1_desc{

  }
  .home_about_box1_desc p:nth-child(n+2){
    margin-top: 32px;
  }
  .home_about_box1_desc:after{
    top: 52%;
    left: -145px;
  }
  .home_about_box2{
    margin-top: 30px;
  }
  .home_about_box2_img{

  }
  .home_about_box2_img img{

  }
  .home_about_box2_img:before{

  }

  /*サービス*/
  .home_service_hdr{

  }
  .home_service_title{

  }
  .home_service_title_txt{
    font-size: 36px;
  }
  .home_service_desc{
    margin-top: 36px;
  }
  .home_service_items{
    margin-top: 50px;
  }
  .home_service_item{

  }
  .home_service_item:nth-child(odd) .home_service_box1{
    order: 1;
  }
  .home_service_item:nth-child(odd) .home_service_box2{
    order: 2;
  }
  .home_service_item:nth-child(even) .home_service_box1{
    order: 2;
  }
  .home_service_item:nth-child(even) .home_service_box2{
    order: 1;
  }
  .home_service_box1{
    width: 48.64%;
  }
  .home_service_box1_img{

  }
  .home_service_box1_img:before{

  }
  .home_service_box2{
    width: 48.64%;
    padding-top: 40px;
  }
  .home_service_box2_title{

  }
  .home_service_box2_title_txt{
    font-size: 22px;
  }
  .home_service_box2_desc{
    font-size: 15px;
  }
  .home_service_box2 .link_1{
    margin-top: 20px;
  }

  /*イラスト*/
  .home_service_item:nth-child(odd):after{
    width: 1500px;
    height:500px;
  }
  .home_service_wrap:after{
    width: 800px;
    height:120px;
  }
  .home_service_item:nth-child(odd) .home_service_box2:before{
    width: 103px;
    height: 249px;
  }
  .home_service_item:nth-child(odd) .home_service_box2:after{
    width: 250px;
    height: 250px;
  }
  .home_service_item:nth-child(even) .home_service_box2:after{
    top: 127px;
    left: -144px;
    width: 347px;
    height: 254px;
  }
  .home_service_item:nth-child(even) .home_service_box1:before{
    top: -5px;
    right: 0;
    left: -15px;
  }

  /*採用情報*/
  .home_recruit_items{
    position: relative;
    justify-content: flex-end;
    margin-top: -14px;
  }
  .home_recruit_wrap .home_service_title:after{
    width: 130px;
    height: 107px;
    top: -19px;
    left: auto;
    right: 130px;
  }
  .home_recruit_box1{
    width: 51.35%;
    position: absolute;
    top: 62px;;
    right: 48.64%;
    left: 0;
  }
  .home_recruit_box1_img{

  }
  .home_recruit_box1_img img{

  }
  .home_recruit_box1_img:before{

  }
  .home_recruit_box1_img:after{
    width: 74px;
    height: 74px;
    position: absolute;
    top: 87px;
    right: -27px;
  }
  .home_recruit_box2{
    width: 51.35%;
  }
  .home_recruit_box2:after{
    width: 222px;
    height: 57px;
    bottom: -16px;
    left: -195px;
  }
  .home_recruit_box2_vertical{
    font-size: 28px;
  }
  .home_recruit_box2_inner{

  }
  .home_recruit_box2_desc{
    padding-left: 16.666%;
    padding-right: 16.666%;
    padding-top: 80px;
    margin-top: -64px;
  }
  .home_recruit_items .link_1{
    margin-top: 18px;
  }

}
@media (min-width:1024px){
  .pg_home .section.sec1{
    margin-top: 120px;
  }
  .pg_home .section.sec2{
    margin-top: 113px;
  }
  .pg_home .section.sec3{
    margin-top: 180px;
  }
  .pg_home .section.sec4{
    margin-top: 100px;
  }

  .pg_home .section.sec4:after{
    width: 174px;
    height: 215px;
    top: -135px;
  }


  /*お知らせ*/
  .home_news_box{

  }
  .home_news_box1{
    width:90.90%;
  }
  .home_news_box1_title{
    width:25.67%;
    padding-left: 28px;
    padding-bottom: 6px;
  }
  .home_news_box1_title_txt:after{
    display: none;
  }
  .home_news_box1_title_txt{
    font-size: 24px;
  }
  .home_news_box1_content{
    width: 72.02%;
    padding: 25px 0 20px 65px;
    border-left: 2px solid #ffb2d8;
  }
  .home_news_box1_content .webgene-blog{

  }
  .home_news_box1_content .webgene-item{

  }
  .home_news_box1_content .webgene-item .date{

  }
  .home_news_box1_content .webgene-item .category{

  }
  .home_news_box1_content .webgene-item .title{

  }
  .home_news_box2{
    width: 8.5%;

  }

  /*about*/
  .home_about_items{

  }
  .home_about_box1{
    width: 51.35%;
    padding-top: 63px;
  }
  .home_about_box1_title{
    font-size: 58px;
  }
  .home_about_box1_title_txt1{
    margin-left: -37px;
  }
  .home_about_box1_title_txt2{
    padding-left: 18%;
  }
  .home_about_box1_title strong{

  }
  .home_about_box1_desc{

  }
  .home_about_box1_desc:after{
    top: 52%;
    left: -145px;
  }
  .home_about_box2{
    position: relative;
    width:40.09%;
    margin-top: 0;
  }
  .home_about_box2_img{
    position:absolute;
    top: 0;
    left: 0;
    width: 420px;
  }
  .home_about_box2_img img{

  }
  .home_about_box2_img:before{

  }

  /*サービス*/
  .home_service_hdr{

  }
  .home_service_title{

  }
  .home_service_title_txt{
    font-size: 48px;
  }
  .home_service_desc{
    text-align: center;
    margin-top: 40px;
  }
  .home_service_items{
    margin-top: 67px;
  }
  .home_service_item{

  }
  .home_service_box1{

  }
  .home_service_box1_img{

  }
  .home_service_box1_img:before{

  }
  .home_service_box2{
    padding-top: 130px;
  }
  .home_service_box2_title{

  }
  .home_service_box2_title_txt{
    font-size: 24px;
  }
  .home_service_box2_desc{
    font-size: 16px;
  }
  .home_service_item:nth-child(even) .home_service_box2{
    padding-top: 150px;
  }

  /*イラスト*/
  .home_service_item:nth-child(odd):after{
    width: 1920px;
    height:684px;
  }
  .home_service_wrap:after{
    width: 1000px;
    height:150px;
  }
  .home_service_item:nth-child(odd) .home_service_box2:after{
    width: 300px;
    height:300px;
  }
  .home_service_item:nth-child(odd) .home_service_box2:before{
    width: 150px;
    height: 365px;
  }
  .home_service_item:nth-child(even) .home_service_box2:after{
    top: 78px;
    left: -245px;
    width: 450px;
    height:324px;
  }
  .home_service_item:nth-child(even) .home_service_box1:before{
    top: -5px;
    right: 0;
    left: -15px;
  }

  /*採用情報*/
  .home_recruit_wrap .home_service_title:after{
    width: 198px;
    height: 171px;
    top: -45px;
    left: auto;
    right: 180px;
  }
  .home_recruit_items{

  }
  .home_recruit_box1{

  }
  .home_recruit_box1_img{

  }
  .home_recruit_box1_img img{

  }
  .home_recruit_box1_img:before{

  }
  .home_recruit_box2{

  }
  .home_recruit_box2_vertical{
    font-size: 32px;
  }
  .home_recruit_box2_inner{

  }
  .home_recruit_box2_desc{

  }
  .home_recruit_items .link_1{

  }
}
@media (min-width:1200px){
  .pg_home .section.sec4:after{
    width: 305px;
    height: 374px;
    top: -135px;
  }


  /*about*/
  .home_about_box2_img{
    position:absolute;
    top: 0;
    left: 0;
    width: 850px;
  }
  .home_about_box1_title_txt2{
    padding-left: 27%;
  }

  /*イラスト*/
  .home_service_wrap:after{
    width: 1820px;
    height:285px;
  }
  .home_service_item:nth-child(odd) .home_service_box2:after{
    width: 457px;
    height:457px;
  }
  .home_service_item:nth-child(odd) .home_service_box2:before{
    width: 182px;
    height:441px;
  }
  .home_service_item:nth-child(even) .home_service_box2:after{
    top: 78px;
    left: -245px;
    width: 626px;
    height:458px;
  }
  .home_service_item:nth-child(even) .home_service_box1:before{
    top: -5px;
    right: 0;
    left: -15px;
  }



}


/*******************************
*　介護事業
********************************/
.pg_nursingcare{

}
.pg_nursingcare .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_nursingcare .section.sec2{
  margin-top: 100px;
}
.pg_nursingcare .section.sec3{
  padding-top: 120px;
}

/*見出し*/
.page_hdr_title{
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.075em;
  position:relative;
}
.page_hdr_title:after{
  content: "";
  display: block;
  width:657px;
  height: 308px;
  background-image: url(/system_panel/uploads/images/hdr_contet_illust.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page_hdr_title strong{
  color: #ffb2d8;
  font-weight: 500;
}
.page_hdr_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2.06em;
  text-align: justify;
  margin-top: 20px;
}

/*左右交互*/
.nursingcare_content_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.nursingcare_content_box1{
  width: 100%;
}
.nursingcare_content_box1_title{
  display: flex;
  align-items: center;
}
.nursingcare_content_item:nth-child(odd) .nursingcare_content_box1_title_num{
  background: #e5f2ff;
}
.nursingcare_content_item:nth-child(odd){

}
.nursingcare_content_item:nth-child(even) .nursingcare_content_box1_title_num{
  background: #ffe5e5;
}
.nursingcare_content_item:nth-child(even){

}
.nursingcare_content_box1_title_num{
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
}
.nursingcare_content_box1_title_ttx{
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding-top: 30px;
}
.nursingcare_content_box1_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2.0625em;
  text-align: justify;
  margin-top: 27px;
  position: relative;
  z-index: 2;
}
.nursingcare_content_box2{
  width: 100%;
}
.nursingcare_content_box2_img:before{
  padding-top: 65.74%;
}
.nursingcare_content_box2_img img{
  border-radius: 20px; 
}

/*作成の流れ*/
.nursingcare_care_items_wrap{
  margin-top: 80px;
}
.nursingcare_care_wrap .page_hdr_title:before{
  content: "";
  display: block;
  width:1286px;
  height: 440px;
  background-image: url(/system_panel/uploads/images/plan_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -105px;
  left: -190px;
  z-index: -1;
}
.nursingcare_care_wrap .page_hdr_title:after{
  display: none;
}
.nursingcare_care_items_title{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}
.nursingcare_care_items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  position: relative;
}
.nursingcare_care_items:before{
  content: "";
  display: block;
  width:1920px;
  height:809px;
  background-image: url(/system_panel/uploads/images/bg00.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -408px;
  left: auto;
  z-index: -2;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.nursingcare_care_items:after{
  content: "";
  display: block;
  width:1920px;
  height:809px;
  background-image: url(/system_panel/uploads/images/g11.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -415px;
  left: auto;
  z-index: -2;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.nursingcare_care_item{
  width: 100%;
}
.nursingcare_care_item_inner{

}
.nursingcare_care_item_title{
  display: flex;
  justify-content: space-between;
}
.nursingcare_care_item_title_num{
  width: 37px;
  height: 37px;
  min-width: 37px;
  background: #e9ffe5;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 5px;
}
.nursingcare_care_item_title_txt{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.333em;
  text-align: center;
}
.nursingcare_care_item_img{
  text-align: center;
  padding-left: 46px;
  margin-top: 28px;
}

.body_nursingCare .ftr_contact_box1:after{
  display: none;
}

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

}
@media (min-width:375px){
  .tel_popup{
    display: none;
  }
}
@media (max-width:767px){
  .page_hdr_title{
    font-size: 28px;
  }
  .page_hdr_title:after {
    width: 400px;
    height: 190px;
    top: 82px;
    left: -200px;
  }

  /*左右交互*/
  .nursingcare_content_items{
    position: relative;
  }
  .nursingcare_content_items:before{
    content: "";
    display: block;
    width: 100vw;
    height: 80px;
    background-image: url(/system_panel/uploads/images/g10_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -78px;
    left: 0;
    z-index: 0;
    margin-left: calc(50% - 50vw);
  }
  .nursingcare_content_items:after{
    content: "";
    display: block;
    width: 100vw;
    height: 80px;
    background-image: url(/system_panel/uploads/images/g1_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -78px;
    left: 0;
    z-index: 0;
    margin-left: calc(50% - 50vw);
  }
  .nursingcare_content_item:nth-child(2) .nursingcare_content_box2_img:after{
    content: "";
    display: block;
    width: 300px;
    height: 119px;
    background-image: url(/system_panel/uploads/images/g3_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    position: absolute;
    top: -80px;
    right: -65px;
    z-index: 0;
    pointer-events: none;
  }
  .nursingcare_content_item:nth-child(3) .nursingcare_content_box2_img:after{
    content: "";
    display: block;
    width: 261px;
    height: 124px;
    background-image: url(/system_panel/uploads/images/g5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -88px;
    right: 52px;
    z-index: -1;
  }
  .nursingcare_content_item:nth-child(3) .nursingcare_content_box1:after {
    content: "";
    display: block;
    width: 184px;
    height: 100px;
    background-image: url(/system_panel/uploads/images/g7.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -60px;
    left: -30px;
    z-index: 0;
  }

  .nursingcare_content_item:nth-child(n+2){
    padding-top: 50px;
  }
  .nursingcare_content_box1{
    order: 2;
    margin-top: 20px;
  }
  .nursingcare_content_box2{
    order: 1;
  }
  .nursingcare_content_item:before{
    content: "";
    display: block;
    background: #fff7f7;
    width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .nursingcare_content_box1_title_ttx{
    font-size: 24px;
  }
  .nursingcare_content_box1_title_num{
    width: 80px;
    height: 80px;
  }
  .nursingcare_care_item:nth-child(n+2){
    margin-top: 50px;
  }

  .nursingcare_care_items_wrap{
    position: relative;
  }
  .nursingcare_care_items{
    margin-top: 0;
  }
  .nursingcare_care_items_wrap:after{
    content: "";
    display: block;
    background: #fff7f7;
    width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .nursingcare_care_items:before{
    background-image: url(/system_panel/uploads/images/bg00_sp.png);
    background-size: 100% 100%;
    top: -113px;
    left: 0;
    z-index: -2;
    width: 100vw;
    height: 78px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .nursingcare_care_items:after{
    background-image:url( /system_panel/uploads/images/g11_sp.png);
    background-size: 100% 100%;
    width: 100vw;
    height: 78px;
    bottom: -76px;
  }
  .nursingcare_care_wrap .page_hdr_title:before{
    width: 729px;
    height: 250px;
    top: -38px;
    left: 30px;
  }
  /*slick*/
  .nursingcare_care_items .slick-arrow {
    font-size: 22px;
    color: #a9c0d3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }
  .nursingcare_care_items .slide-prev {
    left:0px;
    z-index: 1;
  }

  .nursingcare_care_items .slide-next {
    right:0px;
    z-index: 1;
  }
  .slick-initialized .slick-slide.nursingcare_care_item{
    display: block;
    justify-content: center;
  }
}
@media (min-width:768px){
  .pg_nursingcare{

  }
  .pg_nursingcare .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_nursingcare .section.sec2{
    margin-top: 130px;
  }
  .pg_nursingcare .section.sec3{
    padding-top: 250px;
  }

  /*見出し*/
  .page_hdr_title{
    font-size: 40px;
  }
  .page_hdr_title:after {
    width: 400px;
    height: 190px;
    top: 82px;
    left: -200px;
  }
  .page_hdr_desc{

  }

  /*左右交互*/
  .nursingcare_content_item{

  }
  .nursingcare_content_item:nth-child(2):before{
    content: "";
    display: block;
    width: 1920px;
    height: 815px;;
    background-image: url(/system_panel/uploads/images/g1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -760px;;
    left: 0;
    z-index: -5;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .nursingcare_content_item:nth-child(n+2){
    padding-top: 40px;
    background: #fff7f7;
  }
  .nursingcare_content_item:nth-child(n+2):after{
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #fff7f7;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    z-index: -2;
    position: absolute;
    top: 0;
  }
  .nursingcare_content_item:nth-child(2):before{

  }
  .nursingcare_content_item:last-child:before{
    content: "";
    display: block;
    width: 1920px;
    height:683px;;
    background-image: url(/system_panel/uploads/images/g10.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: auto;;
    bottom: -385px;
    left: 0;
    z-index: -1;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .nursingcare_content_item:nth-child(n+3){
    padding-top: 30px;
  }
  .nursingcare_content_item:nth-child(odd) .nursingcare_content_box1{
    order: 1;
  }
  .nursingcare_content_item:nth-child(odd) .nursingcare_content_box2{
    order: 2;
  }
  .nursingcare_content_item:nth-child(even) .nursingcare_content_box1{
    order: 2;
  }
  .nursingcare_content_item:nth-child(even) .nursingcare_content_box2{
    order: 1;
    padding-top:105px; 
  }
  .nursingcare_content_item:nth-child(2):before{
    width: 1300px;
    height: 634px;;
    top: -630px;;
  }

  .nursingcare_content_box1{
    width: 42.79%;
  }
  .nursingcare_content_item:nth-child(3)  .nursingcare_content_box1:after{
    content: "";
    display: block;
    width: 433px;
    height:236px;;
    background-image: url(/system_panel/uploads/images/g7.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -185px;
    left: -30px;
    z-index: 0;
  }
  .nursingcare_content_box1_title{

  }
  .nursingcare_content_box1_title_num{

  }
  .nursingcare_content_box1_title_ttx{
    font-size: 27px;
    padding-top: 42px;
    margin-right: -40px;
  }
  .nursingcare_content_box1_desc{


  }
  .nursingcare_content_item:nth-child(2) .nursingcare_content_box1_desc{
    position: relative;
    z-index: 6;
  }
  .nursingcare_content_box2{
    width: 48.64%;
    padding-top: 80px;
  }
  .nursingcare_content_box2_img{
    z-index: 5;
  }
  .nursingcare_content_item:last-child:before{
    width: 1500px;
    height:575px;;
    bottom: -220px;
    left: 0;
  }
  .nursingcare_content_item:nth-child(1) .nursingcare_content_box2_img:after{
    content: "";
    display: block;
    width: 216px;
    height:38px;;
    background-image: url(/system_panel/uploads/images/g8.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: -43px;
    z-index: 0;
    pointer-events: none;
  }
  .nursingcare_content_item:nth-child(2) .nursingcare_content_box2_img:after{
    content: "";
    display: block;
    width: 700px;
    height:368px;;
    background-image: url(/system_panel/uploads/images/g3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -67px;
    left: -22px;
    z-index:0;
    pointer-events: none;
  }
  .nursingcare_content_item:nth-child(3) .nursingcare_content_box2_img:after{
    content: "";
    display: block;
    width: 261px;
    height:124px;;
    background-image: url(/system_panel/uploads/images/g5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -88px;
    right: 52px;
    z-index: -1;
    pointer-events: none;
  }
  .nursingcare_content_box2_img img{

  }

  /*作成の流れ*/
  .nursingcare_care_items_wrap{
    margin-top: 100px;
  }
  .nursingcare_care_items_title{
    font-size: 32px;
  }
  .nursingcare_care_items{
    margin: 60px -16px 0;
  }
  .nursingcare_care_items:before{
    width:1500px;
    height:809px;
  }
  .nursingcare_care_items:after{
    width:1500px;
    height:809px;
    bottom: -300px;
  }
  .nursingcare_care_item{
    padding: 0 16px;
    width: 50%;
  }
  .nursingcare_care_item:nth-child(n+4){
    margin-top: 25px;
  }
  .nursingcare_care_item_inner{

  }
  .nursingcare_care_item_title{

  }
  .nursingcare_care_item_title_num{

  }
  .nursingcare_care_item_title_txt{
    font-size: 24px;
  }
  .nursingcare_care_item_img{

  }
  .body_nursingCare .ftr_contact_wrap{
    margin-top: 250px;
  }

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

  }
  .pg_nursingcare .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_nursingcare .section.sec2{
    margin-top: 250px;
  }
  .pg_nursingcare .section.sec3{
    padding-top: 325px;
  }

  /*見出し*/
  .page_hdr_title{
    font-size: 48px;
  }
  .page_hdr_title:after{
    width: 657px;
    height: 308px;
    top: 82px;
    left: -340px;
  }
  .page_hdr_desc{
    text-align: center;
  }

  /*左右交互*/
  .nursingcare_content_item{

  }
  .nursingcare_content_box1{

  }
  .nursingcare_content_box1_title{

  }
  .nursingcare_content_box1_title_num{
    font-size: 28px;
  }
  .nursingcare_content_box1_title_ttx{
    font-size: 36px;
  }
  .nursingcare_content_box1_desc{

  }
  .nursingcare_content_box2{

  }
  .nursingcare_content_box2_img{

  }

  .nursingcare_content_item:nth-child(2) .nursingcare_content_box2_img:after{
    width: 1150px;
    height: 527px;
    top: -104px;
    left: -106px;
  }
  .nursingcare_content_item:nth-child(1) .nursingcare_content_box2_img:after{
    width: 216px;
    height:38px;
    bottom: 0;
    left: -75px;
    z-index: 0;
  }
  .nursingcare_content_item:nth-child(2):before{
    width: 1920px;
    height: 815px;;
    top: -760px;;
  }
  .nursingcare_content_item:last-child:before{
    width: 1920px;
    height:683px;;
    bottom: -385px;
    left: 0;
  }
  .nursingcare_content_box2_img img{

  }

  /*作成の流れ*/
  .nursingcare_care_items_wrap{
    margin-top: 125px;
  }
  .nursingcare_care_items_title{
    font-size: 48px;
  }
  .nursingcare_care_items{
    margin: 60px -57px 0;
  }
  .nursingcare_care_items:before{
    width:1920px;
    height:809px;
  }
  .nursingcare_care_items:after{
    width:1920px;
    height:809px;
    bottom: -415px;
  }
  .nursingcare_care_item{
    padding: 0 57px;
    width: 33.3333%;
  }

  .nursingcare_care_item_inner{

  }
  .nursingcare_care_item_title{

  }
  .nursingcare_care_item_title_num{

  }
  .nursingcare_care_item_title_txt{
    font-size: 19px;
  }
  .nursingcare_care_item_img{

  }

  .nursingcare_content_item:last-child:before{
    width: 1597px;
    height: 645px;
    bottom: -398px;
    left: 0;
  }

  .nursingcare_care_item:nth-child(2) .nursingcare_care_item_title_txt,
  .nursingcare_care_item:nth-child(5) .nursingcare_care_item_title_txt{
    margin-right: -10px;
  }

  .body_nursingCare .ftr_contact_wrap{
    margin-top: 445px;
  }
}
@media (min-width:1200px){
  /*見出し*/
  .page_hdr_title:after{
    width: 657px;
    height: 308px;
    top: 82px;
    left: -340px;
  }

  .nursingcare_content_item:nth-child(2) .nursingcare_content_box2_img:after{
    width: 1725px;
    height:593px;;
    top: -96px;
    left: -305px;
    z-index:0;
  }
  .nursingcare_content_box1_title_ttx{
    font-size: 48px;
  }

  .nursingcare_content_box1_title_ttx{
    font-size: 48px;
  }
  .nursingcare_care_item_title_txt{
    font-size: 24px;
  }
  .nursingcare_content_item:last-child:before{
    width: 1920px;
    height:683px;;
    bottom: -385px;
    left: 0;
  }

}
/*******************************
*　障害者福祉事業
********************************/
.pg_handicapped{

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

.pg_handicapped .page_hdr_title:after{
  width: 400px;
  height: 154px;
  top: 104px;
  left: -270px;
  background-image: url(/system_panel/uploads/images/i12.png);
}
.pg_handicapped .nursingcare_content_box1_title{
  position: relative;
  z-index: 5;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_handicapped .nursingcare_content_item:nth-child(2) .nursingcare_content_box2_img:after{
    z-index: -1;
  }
}
@media (min-width:768px){
  .pg_handicapped{

  }
  .pg_handicapped .section.sec1{
  }
  .pg_handicapped .section.sec2{
    margin-top: 150px;
  }
  .pg_handicapped .section.sec3{
  }
  .pg_handicapped .nursingcare_content_item:nth-child(2):before{
    background-image: url(/system_panel/uploads/images/i4.png);
  }
  .pg_handicapped .nursingcare_content_item:nth-child(2) .nursingcare_content_box2_img:after{
    background-image: url(/system_panel/uploads/images/i3.png);
    width: 1725px;
    height: 520px;
    z-index: -3;
  }
  .pg_handicapped .nursingcare_content_item:nth-child(3) .nursingcare_content_box2_img:after{
    width: 88px;
    height: 88px;
    top: -50px;
    right: 220px;
    background-image: url(/system_panel/uploads/images/y1.png);
  }
  .pg_handicapped .nursingcare_content_item:nth-child(3) .nursingcare_content_box1:after{
    width: 245px;
    height: 249px;
    bottom: -77px;
    left: -27px;
    z-index: 1;
    background-image: url(/system_panel/uploads/images/i1.png);
  }
  .pg_handicapped .nursingcare_content_item:nth-child(4) .nursingcare_content_box2_img:after{
    content: "";
    display: block;
    width: 726px;
    height: 373px;
    background-image: url(/system_panel/uploads/images/i2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -32px;
    right: -24px;
    z-index: -1;
  }
  .pg_handicapped .nursingcare_content_item:nth-child(1) .nursingcare_content_box2_img:after{
    display: none;
  }

  .pg_handicapped .nursingcare_content_item:last-child:before{
    background-image: url(/system_panel/uploads/images/op.png);
    width: 1920px;
    height: 826px;
    bottom: -233px;
    z-index: 2;
  }
  .pg_handicapped .nursingcare_content_item:last-child{
    background: #fff7f7;
  }
  .pg_handicapped .nursingcare_content_item:last-child:after{
    display: none;
  }

  .body_handicapped .ftr_contact_wrap{
    margin-top: 250px;
  }
}
@media (min-width:1024px){
  .pg_handicapped{

  }
  .pg_handicapped .section.sec1{
  }
  .pg_handicapped .section.sec2{
    margin-top: 240px;
  }
  .pg_handicapped .section.sec3{
  }

  .pg_handicapped .page_hdr_title:after{
    width: 657px;
    height: 260px;
  }
  .pg_handicapped .nursingcare_content_item:nth-child(2) .nursingcare_content_box2_img:after{
    background-image: url(/system_panel/uploads/images/i3.png);
    width: 1500px;
    height: 452px;
    z-index: -3;
    top: -38px;
    left: -279px;
  }
  .pg_handicapped .nursingcare_content_item:last-child:before{
    bottom: -330px;
  }
  .pg_handicapped .nursingcare_content_item:last-child:after{
    content: "";
    background: #fff7f7;
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -5;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .pg_handicapped .nursingcare_content_item:last-child:before{
    background-image: url(/system_panel/uploads/images/op.png);
    width: 1920px;
    height: 826px;
    bottom: -330px;
    z-index: 2;
  }

  .body_handicapped .ftr_contact_wrap{
    margin-top: 345px;
  }
}
@media (min-width:1200px){
  .pg_handicapped .nursingcare_content_item:nth-child(2) .nursingcare_content_box2_img:after{
    top: -65px;
  }
  .pg_handicapped .nursingcare_content_item:nth-child(2) .nursingcare_content_box2_img:after{
    background-image: url(/system_panel/uploads/images/i3.png);
    width: 1725px;
    height: 520px;
    z-index: -3;
    top: -54px;
    left: -304px;
  }
  .pg_handicapped .nursingcare_content_item:last-child:before{
    bottom: -465px;
  }

}

/*******************************
*事業所案内
********************************/
.pg_offices{

}
.pg_offices .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_offices .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_offices .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

.offices_content_item_title{
  text-align: center;
  background: #ffb2d8;
  color: #fff;
  padding: 15px 0;
}
.offices_content_item_title_txt{
  font-size: 18px;
}

/*テーブル*/
.office_tbl {
  margin-top: 30px;
}
.office_tbl .table_rows_th,
.office_tbl .table_rows_td{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border: 1px solid #c4c4c4;
}
.office_tbl .table_rows_th{
  background: #fff7f7;
}
.office_tbl .table_rows_tr:first-child .table_rows_th,
.office_tbl .table_rows_tr:first-child .table_rows_td{
  border-top: 1px solid #c4c4c4;
}
.office_tbl .table_rows_td{
  line-height: 2;
  background: #fff;
}
.office_tbl .table_rows_th,
.office_tbl .table_rows_td{
  border-top: none;
}

.office_tbl .table_rows_td strong{
  font-weight: normal;
  max-width: 100px;
  width: 100%;
  display: inline-block;
}

/*地図*/
.gmap{
  margin-top: 30px;
}
.access_map iframe{
  border: none;
  width: 100%;
  height: 250px;
}
.footer .access_map iframe{
  height: 290px;
}
/* コピー用 */
@media (max-width:374px){

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

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

  .office_tbl .table_rows_th,
  .office_tbl .table_rows_td{
    display: block;
    width: 100%;
  }
  .office_tbl .table_rows_th{

  }
  .office_tbl .table_rows_td{

  }
  .offices_content_item:nth-child(n+2){
    margin-top: 50px;
  }
}
@media (min-width:768px){
  .pg_offices{

  }
  .pg_offices .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_offices .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_offices .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .offices_content_item_title{

  }
  .offices_content_item_title_txt{
    font-size: 20px;
  }

  .offices_content_item:nth-child(n+2){
    margin-top: 50px;
  }
  /*テーブル*/
  .office_tbl {
    margin-top: 50px;
  }
  .office_tbl .table_rows_th,
  .office_tbl .table_rows_td{
    padding: 15px 15px 15px;
  }
  .office_tbl .table_rows_th{
    border-right: none;
    width: 200px;
    border-top: none;
  }
  .office_tbl .table_rows_td{
    border-left: none;
    padding-left: 19px;
  }

  /*地図*/
  .gmap{
    margin-top: 40px;
  }
  .access_map iframe{
    height: 300px;
  }

  .body_offices .ftr_contact_wrap{
    margin-top: 140px;
  }
}
@media (min-width:1024px){
  .pg_offices{

  }
  .pg_offices .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_offices .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_offices .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .offices_content_item_title{

  }
  .offices_content_item_title_txt{

  }
  .offices_content_item:nth-child(n+2){
    margin-top: 92px;
  }

  /*テーブル*/
  .office_tbl {

  }
  .office_tbl .table_rows_th,
  .office_tbl .table_rows_td{

  }
  .office_tbl .table_rows_th{
    width: 284px;
  }
  .office_tbl .table_rows_td{

  }

  /*地図*/
  .gmap{
    margin-top: 50px;
  }
  .access_map iframe{
    height: 380px;
  }

  .body_offices .ftr_contact_wrap{
    margin-top: 190px;
  }
}
@media (min-width:1200px){


}


/*******************************
*　計画書
********************************/
.pg_treatment{

}
.pg_treatment .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_treatment .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_treatment .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

.treatment_cointent_item{

}
.treatment_cointent_item_title{

}
.treatment_cointent_item_title_txt{
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-left: 9px solid #ffb2d8;
  padding-left: 7px;
  line-height: 1;
}
.treatment_cointent_item_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 24px;
  padding-left: 3px;
}
.treatment_cointent_item_desc p{
  position: relative;
  padding-left: 13px;
  /*  text-indent: -1em;
    padding-left: 1em;*/
}
.treatment_cointent_item_desc p:nth-child(n+2){
  margin-top: 2px;
}
.treatment_cointent_item_desc p:before{
  content: "";
  display: block;
  width: 6.34px;
  height: 6.34px;
  background: #ffb2d8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%) translateX(-50%);
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .treatment_cointent_item:nth-child(n+2){
    margin-top: 30px;
  }
  .treatment_cointent_item_desc p:before{
    top: 15px;
  }
}
@media (min-width:768px){
  .pg_treatment{

  }
  .pg_treatment .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_treatment .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_treatment .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .treatment_cointent_item{

  }
  .treatment_cointent_item:nth-child(n+2){
    margin-top: 37px;
  }
  .treatment_cointent_item_title{

  }
  .treatment_cointent_item_title_txt{
    font-size: 18px;
  }
  .treatment_cointent_item_desc{

  }
  .treatment_cointent_item_desc p{

  }

  .body_treatment .ftr_contact_wrap{
    margin-top: 140px;
  }
}
@media (min-width:1024px){
  .pg_treatment{

  }
  .pg_treatment .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_treatment .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_treatment .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .treatment_cointent_item{

  }
  .treatment_cointent_item_title{

  }
  .treatment_cointent_item_title_txt{

  }
  .treatment_cointent_item_desc{

  }
  .treatment_cointent_item_desc p{

  }

  .body_treatment .ftr_contact_wrap{
    margin-top: 190px;
  }
}
@media (min-width:1200px){


}


/*******************************
*　採用
********************************/
.pg_recruit{

}
.pg_recruit .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_recruit .section.sec2{
  padding-top: 70px;
}
.pg_recruit .section.sec3{
  padding-top: 80px;
  margin-top: 0px;
}
.pg_recruit .section.sec4{
  padding-top: 50px;
}

.recruit_msg_box{
  position: relative;
  border: 4px solid #ffb2d8;
  border-radius: 20px;
  padding: 60px 16px 40px;
}
.recruit_msg_img{
  position: absolute;
  width: 268px;
  height: 231px;
  position: absolute;
  top:-165px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.recruit_msg_title{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.recruit_msg_title strong{
  color: #ffb2d8;
  font-weight: 500;
}
.recruit_msg_desc{
  margin-top: 20px;
}
.recruit_msg_desc .recruit_msg_desc_item{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2.06em;
  text-align: justify;
}
.recruit_msg_desc .recruit_msg_desc_item:nth-child(n+2){
  margin-top: 20px;
}
.recruit_msg_box .link_1{
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/*人物像*/
.recruit_flow_wrap .page_hdr_title:after,
.recriuit_welfare_wrap .page_hdr_title:after,
.recruit_person_wrap .page_hdr_title:after{
  display: none; 
}
.recruit_person_items{
  display: flex;
  flex-wrap: wrap;
  margin: 60px -15px 0;
  position: relative;
}
.recruit_person_items:after{
  content: "";
  display: block;
  width: 100vw;
  height: 969px;
  background-image: url(/system_panel/uploads/images/bg4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  position: absolute;
  top: 0;
  margin-right: calc(50% - 50vw);
}
.recruit_person_item{

}
.recruit_person_item_inner{
  background: #fff;
  border-radius: 20px;
  box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  padding: 30px 0;
}
.recruit_person_item_img_outer{
  position: relative;
  text-align: center;
}
.recruit_person_item_img_num{
  width: 65px;
  height: 65px;
  background: #ffb2d8;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 32px;
  font-weight: 600;
}
.recruit_person_item_img{

}
.recruit_person_item_desc{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.2em;
  margin-top: 20px;
}

/*福利厚生*/
.recriuit_welfare_items{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.recriuit_welfare_item{

}
.recriuit_welfare_item_inner{

}
.recriuit_welfare_item_title{

}
.recriuit_welfare_item_title_txt{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #ffb2d8;
}
.recriuit_welfare_item_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2.0625em;
  text-align: justify;
  margin-top: 19px;
}

/*流れ*/
.recruit_flow_items{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -25px 0;
}
.recruit_flow_item{
  width: 100%;
  padding:0 25px;
  position: relative;
}
.recruit_flow_item:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/arr.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 28px;
  position:absolute;
  top: 50%;
  right: -9px;;
  transform: translateY(-50%);
}
.recruit_flow_item:last-child:after{
  display: none;
}
.recruit_flow_item_inner{

}
.recruit_flow_item_circle{
  position: relative;
}
.recruit_flow_item_circle_num{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.0.75em;
  position: absolute;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffb2d8;
  color: #fff;
  top: -5px;
  left: -2px;
  border-radius: 50%;
}
.recruit_flow_item_circle_main{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.0.75em;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffd8eb;
  border-radius: 50%;
  height: 240px;
  text-align: center;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .recruit_msg_img{
    width: 100px;
    height: 90px;
    position: absolute;
    top: -60px;
  }

  .recruit_person_items{
    background:#fff7f7; 
  }
  .recruit_person_items:before{
    content: "";
    display: block;
    width: 100vw;
    height: 150px;
    background-image: url(/system_panel/uploads/images/bg_top_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    position: absolute;
    top: -99px;
    margin-right: calc(50% - 50vw);
  }
  .recruit_person_items:after{
    content: "";
    display: block;
    width: 100vw;
    height: 150px;
    background-image: url(/system_panel/uploads/images/bg_bottom_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    position: absolute;
    top: auto;
    margin-right: calc(50% - 50vw);
    bottom: -99px;
  }
  .recruit_person_item_img_num{
    font-size: 28px;
  }
  .recruit_person_item:nth-child(n+2){
    margin-top: 40px;
  }

  .recriuit_welfare_item{
    position: relative;
    padding-bottom: 30px;
  }
  .recriuit_welfare_item:nth-child(n+2){
    margin-top: 20px;
  }
  .recriuit_welfare_item:after{
    content: "";
    display: block;
    border-bottom:1px dotted #e6e6e6; 
    width:calc(100% - 5.4%);
    background: #86898b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform:translateX(-50%);
  }
  .recriuit_welfare_item:last-child:after{
    display: none;
  }

  .recruit_flow_item:after{
    content: "";
    display: block;
    background-image: url(/system_panel/uploads/images/arr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 28px;
    position:absolute;
    top: auto;
    bottom: -34px;
    left: 50%;
    transform:translateX(-50%) rotate(90deg);
  }
  .recruit_flow_item:nth-child(n+2){
    margin-top: 40px;
  }
  .recruit_flow_item_circle_num{
    left: 30px;
  }
  .recruit_flow_item_circle_main{
    width: 70%;
    margin: 0 auto;

  }

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

  }
  .pg_recruit .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_recruit .section.sec2{
    padding-top: 100px;
  }
  .pg_recruit .section.sec3{
    padding-top: 120px;
    margin-top: 200px;
  }
  .pg_recruit .section.sec4{
    padding-top: 100px;
  }

  .recruit_msg_box{
    padding: 107px 30px 30px;;
  }
  .recruit_msg_img{

  }
  .recruit_msg_title{
    font-size: 28px;
  }
  .recruit_msg_desc{
    margin-top: 34px;
  }
  .recruit_msg_desc .recruit_msg_desc_item{

  }
  .recruit_msg_desc .recruit_msg_desc_item:nth-child(n+2){
    margin-top: 34px;
  }
  .recruit_msg_box .link_1{
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
  }

  /*人物像*/
  .recruit_person_items{
    margin-top: 90px;
  }
  .recruit_person_items:after{
    top: -160px;
    height: 900px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .recruit_person_item{

  }
  .recruit_person_item:nth-child(2){
    margin-top: 70px;
  }
  .recruit_person_item:nth-child(3){
    margin-top: 143px;
  }
  .recruit_person_item_inner{
    padding: 30px 16px;;
    position: relative;
  }
  .recruit_person_item_inner:after{
    content: "";
    display: block;
    width: 102.85%;
    height: 102.85%;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
  }
  .recruit_person_item_img_outer{

  }
  .recruit_person_item_img_num{
    font-size: 28px;
  }
  .recruit_person_item_img{

  }
  .recruit_person_item_desc{
    font-size: 14px;
    margin-top: 27px;
  }

  /*福利厚生*/
  .recriuit_welfare_items{
    margin-top: 34px;
  }
  .recriuit_welfare_item{
    position: relative;
    padding-bottom: 40px;
  }
  .recriuit_welfare_item:nth-child(odd):before{
    content: "";
    display: block;
    border-right:1px dotted #e6e6e6; 
    height: 100%;
    background: #86898b;
    position: absolute;
    top: 0;
    right: 0;
  }
  .recriuit_welfare_item:nth-child(even) .recriuit_welfare_item_inner{
    padding-left: 10px;
  }
  .recriuit_welfare_item:nth-child(n+3){
    padding-bottom: 16px;
    padding-top: 46px;
  }
  .recriuit_welfare_item.last:after{
    content: "";
    display: block;
    border-top:1px dotted #e6e6e6; 
    background: #86898b;
    position: absolute;
    top: 0;
    left:0;
    right: auto;
    width: calc(100% - 2.7%)
  }
  .recriuit_welfare_item:nth-child(3):after{
    content: "";
    display: block;
    border-top:1px dotted #e6e6e6; 
    background: #86898b;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: calc(100% - 2.7%)
  };


  .recriuit_welfare_item_inner{

  }
  .recriuit_welfare_item_title{

  }
  .recriuit_welfare_item_title_txt{
    font-size: 18px;
  }
  .recriuit_welfare_item_desc{

  }

  /*流れ*/
  .recruit_flow_items{
    margin-top: 46px;
  }
  .recruit_flow_item{
    width: 25%;
  }

  .recruit_flow_item_inner{

  }
  .recruit_flow_item_circle{

  }
  .recruit_flow_item_circle_num{
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
  .recruit_flow_item_circle_main{
    font-size: 16px;
    height: 130px;
  }
}
@media (min-width:1024px){
  .pg_recruit{

  }
  .pg_recruit .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_recruit .section.sec2{
    padding-top: 140px;
  }
  .pg_recruit .section.sec3{
    padding-top: 120px;
    margin-top: 265px;
  }
  .pg_recruit .section.sec4{
    padding-top: 140px;
  }

  .recruit_msg_box{
    padding: 107px 30px 48px;
  }
  .recruit_msg_img{

  }
  .recruit_msg_title{
    font-size: 34px;
  }
  .recruit_msg_desc{

  }
  .recruit_msg_desc .recruit_msg_desc_item{

  }

  /*人物像*/
  .recruit_flow_wrap .page_hdr_title,
  .recriuit_welfare_wrap .page_hdr_title,
  .recruit_person_wrap .page_hdr_title{
    font-size: 34px;
  }
  .recruit_flow_wrap .page_hdr_title h2,
  .recriuit_welfare_wrap .page_hdr_title h2,
  .recruit_person_wrap .page_hdr_title h2{
    letter-spacing: 0.16em;
  }
  .recruit_flow_wrap .page_hdr_desc,
  .recriuit_welfare_wrap .page_hdr_desc,
  .recruit_person_wrap .page_hdr_desc{
    margin-top: 35px;
  }
  .recruit_person_items{
    margin-top: 112px;
  }
  .recruit_person_items:after{
    content: "";
    display: block;
    width: 100vw;
    height: 969px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .recruit_person_item{

  }
  .recruit_person_item_inner{
    padding: 30px 0;
  }
  .recruit_person_item_img_outer{

  }
  .recruit_person_item_img_num{

  }
  .recruit_person_item_img{

  }
  .recruit_person_item_desc{
    font-size: 16px;
  }

  /*福利厚生*/
  .recriuit_welfare_items{

  }
  .recriuit_welfare_item{

  }
  .recriuit_welfare_item_inner{

  }
  .recriuit_welfare_item_title{

  }
  .recriuit_welfare_item_title_txt{

  }
  .recriuit_welfare_item_desc{

  }

  /*流れ*/
  .recruit_flow_items{

  }
  .recruit_flow_item{
    width: 25%;
  }
  .recruit_flow_item_inner{

  }
  .recruit_flow_item_circle{

  }
  .recruit_flow_item_circle_num{
    font-size: 28px;
    width: 84px;
    height: 84px;
  }
  .recruit_flow_item_circle_main{
    font-size: 18px;
    height: 200px;
  }
}
@media (min-width:1200px){
  .recruit_msg_desc .recruit_msg_desc_item{
    text-align: center;
  }

  .recruit_person_item_desc{
    font-size: 18px;
  }
  .recruit_flow_item_circle_main{
    height: 240px;
  }


}

/*******************************
*　募集要項
********************************/
.pg_entry{

}
.pg_entry .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_entry .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_entry .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

.office_tbl .table_rows_td .down{
  text-indent: -1.2em;
  padding-left: 1.2em;
}
/* コピー用 */
@media (max-width:374px){

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

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

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

  }
  .pg_entry .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_entry .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_entry .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }


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

  }
  .pg_entry .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_entry .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_entry .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .offices_content_item:nth-child(n+2){
    margin-top: 75px;
  }
}
@media (min-width:1200px){


}
/*******************************
*　
********************************/
.pg_xxx{

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

@media (max-width:374px){

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

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

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

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


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


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


}


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

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

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}
.pg_news .home_news_box1_content{
  width: auto;
  padding: 0;
  border-left: none;
}

/* サイド */
.posts_side_wrap{

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

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 12px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 33px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #ffb2d8;
}
.pg_news .home_news_box1_content .webgene-item:nth-child(n+2){
  margin-top: 16px;
}

/* 詳細 */
.posts_detail{
  border: none;
  border-bottom: 1px solid #ffb2d8;
  padding: 0 0 30px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #ffb2d8;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  max-width: 95px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  background: #a9c0d3;
  text-align: center;
  background: #ff7f7f;
  border-radius: 11.5px;
  color: #fff;
  margin-left: 0;
  line-height: 1;
  padding: 3px 0;
  margin-left: 10px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{

}
.posts_detail .meta .day{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-align: center;
}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

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

.posts_layout_box1 .link_1{
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}


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

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

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
  }
  .posts_detail .meta .day{
    max-width: 95px;
  }

  .posts_detail .meta .title{
    width: 100%;
  }
}
@media (min-width:768px){

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

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 115px;
  }
  .pg_news .home_news_box1_content .webgene-item:nth-child(n+2){
    margin-top: 16px;
  }

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

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 12px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: 100%;
    font-size: 18px;
  }
  .posts_detail .post_content{
    padding: 0;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  .posts_layout_box1 .link_1{
    margin-top: 80px;
  }

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

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }

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

  .pg_news{
    padding-top: 100px;
  }

}

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

}
.pg_company .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_company .section.sec2{
  padding-top: 80px;
}
.pg_company .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

.company_title{
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.company_title strong{
  color: #ffb2d8;
  font-weight: 500;
}
.pg_company .home_recruit_box1_img:before{
  padding-top: 90.06%;
}
.pg_company .home_recruit_box1_img:after{

  width: 228px;
  height: 399px;
  top: auto;
  right: auto;
}
.pg_company .home_recruit_box2:after{
  background-image: url(/system_panel/uploads/images/compa_l2.png);
  width:788px;
  height: 648px;;
  bottom: -135px;
  left: -56px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .body_recruit .pg_header{
    margin-bottom: 100px;
  }
  .pg_company .home_recruit_box1_img:after{
    width: 72px;
    height: 75px;
    top: auto;
    right: auto;
  }
  .pg_company .home_recruit_box2:after {
    background-image: url(/system_panel/uploads/images/compa_l2.png);
    width: 300px;
    height: 415px;
    bottom: auto;
    left: 40px;
    top: -29px;
  }
}
@media (min-width:768px){
  .pg_company{

  }
  .pg_company .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_company .section.sec2{
    padding-top: 100px;
  }
  .pg_company .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .company_title{
    font-size: 28px;
  }

  .pg_company .home_recruit_box1_img:after{
    background-image: url(/system_panel/uploads/images/compa_il1.png);
  }
  .pg_company .home_recruit_box1{
    width: 43.42%;
  }
  .pg_company .home_recruit_box2{
    width: 59.90%;
  }

  .pg_company .home_recruit_box1_img:after{
    width: 228px;
    height: 399px;
    top: 55px;
    right: auto;
    left: -190px; 
  }
  .pg_company .home_recruit_box2:after{
    width:788px;
    height: 648px;;
    bottom: -28px;
    left: -53px;
  }

  .pg_company .home_recruit_box2_inner{
    padding-bottom: 70px;
  }

  .body_company .ftr_contact_wrap{
    margin-top: 140px;
  }
  .body_entry .ftr_contact_wrap,
  .body_recruit .ftr_contact_wrap{
    margin-top:150px;
  }
  .body_contact .ftr_contact_wrap{
    margin-top: 140px;
  }
  .body_newsDetail .ftr_contact_wrap{
    margin-top: 130px; 
  }
}
@media (min-width:1024px){
  .pg_company{

  }
  .pg_company .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_company .section.sec2{
    padding-top: 143px;
  }
  .pg_company .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .company_title{
    font-size: 34px;
    margin-bottom: 68px;
  }
  .pg_company .home_recruit_box1_img:after{
    width: 228px;
    height: 399px;
    top: 55px;
    right: auto;
    left: -190px; 
  }
  .pg_company .home_recruit_box2{
    padding-top: 57px;
  }
  .pg_company .home_recruit_box2_desc{
    margin-top: -54px;
    padding-top: 72px;
    padding-left: 14.28%;
    padding-right:  14.28%;
  }

  .pg_company .office_tbl{
    margin-top: 67px;
  }

  .body_company .ftr_contact_wrap{
    margin-top: 190px;
  }
  .body_entry .ftr_contact_wrap,
  .body_recruit .ftr_contact_wrap{
    margin-top: 200px;
  }
  .body_contact .ftr_contact_wrap{
    margin-top: 173px;
  }
  .body_newsDetail .ftr_contact_wrap{
    margin-top: 165px; 
  }
}
@media (min-width:1200px){


}


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

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
  font-family: "Noto Serif JP", serif;
}
.contact_info_tt{
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.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: #b1c274;
  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: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }

  .contact_tt.privacy{
    font-size: 18px;
  }
  .company_title{
    margin-bottom: 40px;
  }
}
@media (max-width:767px){

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

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

  .privacy_txt p{
    font-size: 16px;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  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;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  font-weight: 500;
  padding: 14px 7px 14px 25px;
  background: #fff7f7;
  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.12em;
  background: #ffb2d8;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 9px 23px;
  font-weight: 500;
}
.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: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.16em;
  border-radius: 0;
}
.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: 15px;
  padding: 7px 10px;
  letter-spacing: 0.16em;
  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: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  font-weight: 500;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
  background: #ffb2d8;
  text-align: center;
  border-radius: 22px;
  padding: 14px 0;
  max-width: 255px;
  width: 100%;
  position: relative;
  border: none;
  margin: 33px auto 0;
}
.pg_contact .formBtn.formSend:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/right_contact.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.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: #ffb2d8;
  margin: 0;
  color: #fff;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

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

  .contact_tt.privacy{
    font-size: 21px;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 144px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 46px;
  padding-left: 10px;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-family: "Zen Maru Gothic", serif;
}
.privacy_item {
  margin-top: 32px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  padding: 7px 15px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  border-left: 6px solid #ffb2d8;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}
.privacy_txt p{
  letter-spacing: 0.04em;
}
.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

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

.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: 250px;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

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

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

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


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

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

  .privacy_ttl {
    font-size: 16px;
    padding-left: 10px;
  }
  .privacy_txt{
    font-size: 16px;
  }

  .office_tbl .table_rows_tr:first-child .table_rows_th{
    border-bottom: none;
  }
}

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


/*******************************
*　
********************************/
.pg_xxx{

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


.pg_contact .link_1{
  margin: 30px auto 0;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .thanks_text{
    margin-top: 30px;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_contact .link_1{
    margin-top: 60px;
  }

}
@media (min-width:1024px){
  .thanks_text{
    text-align: center;

  }


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


}
