@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;
}
#root{
  overflow: hidden;
}
/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
}

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

.mincho{
  font-family: 'Noto Serif JP', serif;
}
.zen{
  font-family: "Zen Maru Gothic", serif;
}
.mon{
  font-family: "Montserrat", sans-serif;
}
.rale{
  font-family: "Raleway", sans-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);
}

.flex{
  display: flex;
  flex-wrap: wrap;
}


/* 動画埋め込みのレスポンシブ対応 */
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!important;
  }
  .tb:not(.pc){
    display: none!important;
  }
  .sp:not(.pc){
    display: none!important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .pc:not(.md){
    display: none!important;
  }
  .tb:not(.md){
    display: none!important;
  }
  .sp:not(.md){
    display: none!important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none!important;
  }
  .md:not(.tb){
    display: none!important;
  }
  .sp:not(.tb){
    display: none!important;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none!important;
  }
  .md:not(.sp){
    display: none!important;
  }
  .tb:not(.sp){
    display: none!important;
  }
}

/* 指定デバイスで改行を消す */
@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{
  background: #fff;
  border-bottom: 1px solid #139b40;
}
.hdr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 10px;
  /*background: rgba(255,255,255,0.85);*/
}
.hdr1_box1{

}
.hdr1_box2{

}
.hdr_contact{

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

.pg_header{
  margin-bottom: 30px;
  position: relative;
  padding: 16px 20px;
}
.pg_header_img:before{
  padding-top: 150px;
}
.pg_header_img img{
  border-radius: 25px;
}

/*mv*/
.mv{
  position: relative;
  background: #fbfbfb;
  padding-bottom: 85px;
}
.mv:after{
  content: "";
  display: block;
  position: absolute;
  top: 43.34%;
  left: 50%;
  transform:translateX(-50%);
  background-image: url(/system_panel/uploads/images/circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1920px;
  height: 1500px;
  z-index: -1;
}

/*下層見出し楕円*/
.pg_header:after{
  content: "";
  display: block;
  position: absolute;
  top: 32.5%;
  left: 50%;
  transform:translateX(-50%);
  background-image: url(/system_panel/uploads/images/circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1920px;
  height: 1500px;
  z-index: -1;
}

.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}
.swiper-slide .img_fit:before{
  padding-top: 350px;
}
.swiper-slide-prev .img_fit:before,
.swiper-slide-next .img_fit:before{
  padding-top: 150px;
}
.swiper{
  overflow: visible;
  padding-top: 250px;
  height: 580px;

}
.swiper-wrapper{
  z-index: 3;
}
.swiper-slide .img_fit:before{
  padding-top: 59.18%;
}
.swiper-slide .img_fit{
  border-radius: 40px;
}
.swiper-slide .img_fit img{
  border-radius:40px;
}
.mv .swiper-slide.swiper-slide-active{
  width: 500px;
  transform: scale(2) rotate(0deg);
  transition: .7s; /* ゆっくり小さくさせる */
  /*  width: 51.04%;*/
}
.mv .swiper-slide.swiper-slide-prev {
  transform: scale(1) rotate(-20deg); /* 左右のスライドを小さくする */
  transition: .7s; /* ゆっくり小さくさせる */
}
.mv .swiper-slide.swiper-slide-next{
  width: 300px;
  transform: scale(1) rotate(20deg); /* 左右のスライドを小さくする */
  transition: .7s; /* ゆっくり小さくさせる */
}
.mv .swiper-slide{
  /*transition: 2.7s !important;*/
}
.swiper-slide{

}
.mv_txt{
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #f5f5f5;
  position: absolute;
  top: 53px;
  left: 50%;
  transform:translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}
.gjs-dashed .swiper-slide{
  width: 33.333%;
}
.gjs-dashed .swiper-wrapper{
  display: flex;
}

.mv_schroll{
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #139b40;
  margin-top: 170px;
}
.mv_schroll:after{
  content: "";
  display: block;
  background: #139b40;
  width: 1px;
  height: 60px;
  margin: 20px auto 0;
}

@media (min-width:375px){

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

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

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

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
    display: block;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav .gnav_item{
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
    color: inherit;
    justify-content: center;
    display: block;
    text-align: 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;
  }

  .header{
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .hdr_logo{
    display: block;
    width: 180px;
  }
  .hdr_sns_item{
    margin: 0 5px;
  }

  /*mv*/
  .mv:after{
    height: 1400px;
  }
  .swiper{
    height: 350px;
    padding-top: 135px;
  }
  .mv_txt{
    top: 20px;
  }
  .swiper-slide .img_fit img{
    border-radius:20px;
  }
  .mv_schroll{
    margin-top: 0;
  }
  .mv_schroll:after{
    height: 24px;
  }

}
@media (min-width:768px){
  .pg_header{
    margin-bottom: 40px;
    padding: 50px 10.9% 50px;
    margin-top: 105px;
  }
  .pg_header_img:before{
    padding-top: 350px;
  }

  .header{
    align-items: center;
    justify-content: space-between;
    padding: 27px 10px 28px 14px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .hdr_logo{
    display: block;
    width: 190px;
  }
  .hdr_outer{
    align-items: center;
    justify-content: flex-end;
  }
  .gnav_outer{
    align-items: center;
    margin-right: 20px;
  }
  .hdr_sns{
    margin-right: 22px;
  }
  .hdr_sns_item{
    margin: 0 10px;
  }
  .hdr_sns_item:hover{
    filter: brightness(0.5);
  }

  .hdr_contact{
    display: block;
    background: #139b40;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 22.5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.075em;
    width: 180px;
    padding: 5px 0;
  }
  .hdr_contact p{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hdr_contact:hover{
    background: #fff;
    border: 1px solid #139b40;
    color: #139b40;
  }
  .hdr_contact p:before{
    display: inline-block;
    content: "\f0e0";
    font-family: "fontAwesome";
    font-size: 17px;
    margin-right: 7px;
    color: #fff;
  }
  .hdr_contact:hover p:before{
    color: #139b40;
  }

  .gnav .gnav_item{

  }
  .gnav .gnav_item:hover{
    color: #139b40;
  }
  .gnav .gnav_item_en{
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
  }
  .gnav .gnav_item_ja{
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
  }
  /*mv*/
  .mv{
    padding-bottom: 85px;
    margin-top: 105px;
  }
  .swiper{
    overflow: visible;
    padding-top: 180px;
    height: auto;
  }
  .swiper-slide .img_fit:before{
    padding-top: 59.18%;
  }
  .swiper-slide .img_fit{
    border-radius: 80px;
  }
  .swiper-slide .img_fit img{
    border-radius:40px;
  }
  .mv .swiper-slide.swiper-slide-active{
    width: 500px;
    transform: scale(1.7) rotate(0deg);
    transition: .7s; /* ゆっくり小さくさせる */
    /*  width: 51.04%;*/
  }
  .mv .swiper-slide.swiper-slide-prev {
    transform: scale(1) rotate(-20deg); /* 左右のスライドを小さくする */
    transition: .7s; /* ゆっくり小さくさせる */
  }
  .mv .swiper-slide.swiper-slide-next{
    width: 300px;
    transform: scale(1) rotate(20deg); /* 左右のスライドを小さくする */
    transition: .7s; /* ゆっくり小さくさせる */
  }
  .swiper-backface-hidden .swiper-slide{

  }
  .swiper-slide{

  }

  .swiper-slide-prev .img_fit:before,
  .swiper-slide-next .img_fit:before{
    padding-top: 58.00%;
  }

  .mv_txt{
    top: 15px;
    font-size:65px;
  }
  .mv_schroll{
    margin-top: 120px;
  }

}
@media (min-width:1024px){
  .pg_header{
    padding: 55px 10.9% 85px;
  }
  .pg_header_img:before{
    padding-top: 500px;
  }
  .hdr_logo{
    width: 190px;
  }
  /*mv*/
  .swiper{
    padding-top: 150px;
  }
  .swiper-slide .img_fit:before{
    padding-top: 59.18%;
  }
  .swiper-slide-prev .img_fit:before,
  .swiper-slide-next .img_fit:before{
    padding-top: 58.00%;
  }
  .mv .swiper-slide.swiper-slide-active{
    width: 500px;
    transform: scale(1.9) rotate(0deg);
    transition: .7s; /* ゆっくり小さくさせる */
    /*  width: 51.04%;*/
  }
  .mv .swiper-slide.swiper-slide-prev {
    transform: scale(0.8) rotate(-20deg); /* 左右のスライドを小さくする */
    transition: .7s; /* ゆっくり小さくさせる */
  }
  .mv .swiper-slide.swiper-slide-next{
    width: 300px;
    transform: scale(0.8) rotate(20deg); /* 左右のスライドを小さくする */
    transition: .7s; /* ゆっくり小さくさせる */
  }
  .mv_txt{
    top: 10px;
    font-size: 60px;
  }
  .mv_schroll{
    margin-top: 170px;
  }
}
@media (min-width:1200px){
  .header{
    padding: 27px 10px 28px 14px;
  }

  .hdr_logo{
    width: 140px;
  }
  .mv_img.img_fit:before{
    padding-top: 880px;
  }

  .gnav {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .gnav .gnav_item{
    padding: 0 8px;
    transition: 0.2s all;
  }
  .gnav:hover .gnav_item{
    opacity: 0.5;
  }
  .gnav .gnav_item:hover{
    opacity: 1;
  }
  .gnav .gnav_item:hover a{
    opacity: 1;
  }
  .gnav_item.hasMenu{
    position: relative;
  }
  .gnav_sub {
    width: 430px;
    background: #fefbf4;
    position:fixed;
    top: 70px;
    left: 50%;
    transform:translateX(-50%);
    display: none;
    z-index: 1;
    text-align: center;
    color: #139b40;
    padding: 0 16px;
  }
  .gnav_sub_item{
    width: 48.5%;
  }
  .gnav_sub_title{
    background: #139b40;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.075em;
    position: relative;
    padding: 3px;
    color: #fff;
  }
  .gnav_sub .gnav_item{
    color: #139b40;
    line-height: 1;
  }
  .gnav_sub .gnav_item:hover a{
    color: #fff
  }
  .gnav:hover .gnav_sub .gnav_item{
    opacity: 1;
  }
  .gnav_sub .gnav_item:hover{
    color: #139b40;
  }
  .gnav_item.hasMenu:hover .gnav_sub {
    display: flex;
    justify-content: space-between;;
    z-index: 3;
    padding-top: 20px;

  }


  .header{
    display: flex;
    align-items: center;
  }
  .hdr_outer{

  }
  .gnav_outer{

  }
  .hdr_sns{
    margin-right: 5px;
  }
  .hdr_sns_item{
    margin: 0 5px;
  }
  .hdr_contact{
    font-size: 14px;
    width: 140px;
  }

  /*mv*/
  .swiper{
    padding-top:130px;
  }
  .mv .swiper-slide.swiper-slide-active{
    width: 500px;
    transform: scale(1.48) rotate(0deg);
    transition: .9s; /* ゆっくり小さくさせる */
    /*  width: 51.04%;*/
  }
  .mv .swiper-slide.swiper-slide-prev {
    transform: scale(0.8) rotate(-16deg); /* 左右のスライドを小さくする */
    top: 150px;
    transition: .7s; /* ゆっくり小さくさせる */
  }
  .mv .swiper-slide.swiper-slide-next{
    width: 300px;
    top: 150px;
    transform: scale(0.8) rotate(16deg); /* 左右のスライドを小さくする */
    transition: .7s; /* ゆっくり小さくさせる */
  }
  .mv_txt{
    top: 15px;
    font-size: 70px;
  }
}
@media (min-width:1500px){
  .header{
    padding: 13px 23px 13px 25px;
  }
  .hdr_logo{
    width: auto;
  }
  .hdr_sns{
    margin-right: 22px;
  }
  .hdr_contact{
    font-size: 15px;
    width: 180px;
  }


  .hdr_sns_item{
    margin: 0 10px;
  }
  .gnav .gnav_item{
    padding: 0 5px;
  }

  .swiper{
    padding-top: 235px;
  }
  .mv_txt{
    top: 53px;
    font-size: 85px;
  }
}
@media (min-width:1700px){
  .gnav .gnav_item{
    padding: 0 18px;
  }
  .mv_txt{
    font-size: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .gnav {
    display: flex !important;
    position: fixed;
    left: 100%;
    z-index: 1000000000;
    height: 0;
    /* background: #47a3cd; */
    /* padding: 20px 15px; */
    font-size: 16px;
    overflow: hidden;
    border-radius: 15px;
    transition: all 1.8s;
    opacity: 0;
    background: #f6f6f6;
    box-shadow: 0 0 4px 0px #666;
    margin: 0;
  }
  .gnav {
    align-items: center;
    font-size: 20px;
    width: calc(100% - 60px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav.active, .gjs-dashed .gnav {
    max-width: 900px;
    top: 50%;
    left: 51.8%;
    right: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(-50%, -50%);
  }
  .gnav .inner {
    width: calc(100% - 65px - 65px);
  }
  .gnav.active .inner, .gjs-dashed .gnav .inner {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    /* border: 1px solid #000; */
    border-right: 1px solid #9f9f9f;
    border-left: 1px solid #9f9f9f;
    background: #f6f6f6;
  }
  .gnav.active {
    align-items: flex-start;
    left: 50%;
    right: inherit;
    top: 50%;
    height: auto;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .gnav .gnav_box1 {
    width: 65px;
    padding: 30px 0;
  }
  .gnav .gnav_item {
    width: 33.333%;
    padding: 100px 10px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.075em;
    text-align: center;
    color: #181818;
    display:block;
    height: auto;
    border-right: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
    padding: 100px 0;
  }
  .gnav .gnav_item:nth-child(3n){
    border-right: none;
  }
  .gnav .gnav_item:first-child{

  }
  .gnav .gnav_item:nth-child(n+7){
    border-top: none;;
    border-bottom:none;
  }
  .gnav .gnav_box2 {
    width: 65px;
    text-align: center;
    padding: 30px 0;
  }

  .gnav:hover .gnav_item{
    opacity: 0.5;
  }
  .gnav .gnav_item:hover{
    opacity: 1;
  }
  .gnav .gnav_item:hover a{
    opacity: 1;
  }
  .fa-times:before {
    font-size: 18px;
  }
  .gnav .gnav_box2 .gnav_open {
    font-size: 10px;
    margin-left: 0;
    color: #181818;
  }

  .barger{
    text-align: center;
  }
  .barger i{
    font-size: 28px;

  }
  .barger p{
    line-height: 1;
  }
  .hdr_sns{
    justify-content: center;
    margin-right: 0;
  }
  .hdr_outer{
    align-items: center; 
  }
}




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

.footer{
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.footer:before{
  content: "";
  display: block;
  width: 1920px;
  height: 438px;
  background-image: url(/system_panel/uploads/images/circle2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.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;
  text-align: center;
  background: #139b40;
  color: #fff;
  padding: 6px 0;
}

/* 追尾スマホメニュー */
.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: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 5px 5px;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #181818;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #f5f3ec;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

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

.ftr_contact_wrap{
  padding: 50px 0;
  margin-top: 80px;
}
.ftr_contact_items{
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.ftr_contact_item{

}
.ftr_contact_item_inner{

}
.ftr_contact_item_title{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}
.ftr_contact_item_num{
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  position: relative;
  transition: all .3s;
}
.ftr_contact_item_num:hover{
  color: #181818;
  transform: scale(1.05);
}
.ftr_contact_item_btn{
  width: 100%;
  max-width: 290px;
  font-size: 15px;
  font-weight: 500;
  margin: 15px auto 0;
  padding: 16px 0;
  display: block;
  background: #139b40;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 31px;
  letter-spacing: 0.075em;
  border: 1px solid transparent;
}
.ftr_contact_item_btn p:before{
  display: inline-block;
  content: "\f0e0";
  font-family: "fontAwesome";
  font-size: 17px;
  margin-right: 7px;
  color: #fff;
}
.ftr_contact_item_btn:hover{
  background: #fff;
  color: #139b40;
  border: 1px solid #139b40;
}
.ftr_contact_item_btn:hover p:before{
  color: #139b40;
}

.ftr_1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_1_box1{
  width: 100%;
}
.ftr_logo{

}
.ftr_1_box1_add{
  font-size: 15px;
  font-weight: 500;
  line-height: 2.133em;
  margin-top: 18px;
}
.ftr_1_box1_add p{
  letter-spacing: 0.1em;
}
.ftr_1_box2{
  width: 100%;
}
.ftr_link_box{

}
.ftr_links{

}
.ftr_link{

}

@media (min-width:375px){

}

@media (min-width:768px){
  .footer{
    margin-top: 100px;
    padding-bottom: 80px;
  }
  .ftr_contact_wrap{
    padding: 70px 0 100px;
    margin-top: 80px;
  }
  .ftr_contact_items{
    margin-top: 50px;
  }
  .ftr_contact_item{
    border-right: 1px solid #181818;
  }

  .ftr_contact_item:last-child{
    border-right:none;
  }
  .ftr_contact_item:last-child .ftr_contact_item_inner{
    border-right: 1px solid #181818;
  }

  .ftr_contact_item:first-child .ftr_contact_item_inner{
    border-left: 1px solid #181818;
  }

  .ftr_contact_item_inner{

  }
  .ftr_contact_item_title{

  }
  .ftr_contact_item_num{
    font-size:24px;
    margin-top: 10px;
  }
  .ftr_contact_item_btn{
    padding: 5px 0;
    margin: 10px auto 0;
  }

  .ftr_1{

  }
  .ftr_1_box1{
    width: 55.23%;
  }
  .ftr_logo{

  }
  .ftr_1_box1_add{

  }
  .ftr_1_box1_add strong{
    font-weight: 500;
  }
  .ftr_1_box2{
    width: 42.79%;
    padding-top: 5px;
  }
  .ftr_link_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    transition: all .2s;
  }
  .ftr_link_box:hover .ftr_link{
    opacity: 0.5;
  }
  .ftr_link_box .ftr_link:hover{
    opacity: 1;
    color: #181818;
  }
  .ftr_links{
    width: 40%;
  }
  .ftr_link{
    font-size: 14px;
    font-weight: 500;
    display: block;
    transition: all .2s;
  }
  .ftr_link:nth-child(n+2){
    margin-top: 7px;
  }
  .ftr_link p{
    letter-spacing: 0.075em;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 170px;
    padding-bottom: 70px;
  }
  .body_home .footer{
    margin-top: 170px;
  }
  .ftr_contact_wrap{
    padding: 105px 0 95px;
    margin-top: 80px;
  }
  .body_news .ftr_contact_wrap,
  .body_newsDetail .ftr_contact_wrap{
    padding-top: 80px;
  }

  .ftr_contact_items{
    margin-top: 60px;
  }
  .ftr_contact_item{

  }
  .ftr_contact_item_inner{

  }
  .ftr_contact_item:first-child .ftr_contact_item_inner{
    padding-left: 16px;
  }
  .ftr_contact_item:last-child .ftr_contact_item_inner{
    padding-right: 16px;
  }
  .ftr_contact_item_title{

  }
  .ftr_contact_item_num{
    font-size:36px;
    margin-top: 12px;
  }
  .ftr_contact_item_btn{
    padding: 16px 0;
    margin: 15px auto 0;
  }

  .ftr_1{

  }
  .ftr_1_box1{
    width: 42.23%;
  }
  .ftr_logo{

  }
  .ftr_1_box1_add{

  }
  .ftr_1_box2{

  }
  .ftr_link_box{
    justify-content: flex-start;
  }
  .ftr_links{

  }
  .ftr_links:first-child{
    margin-right: 30px;
  }
  .ftr_link{

  }
}
@media (min-width:1200px){
  .ftr_1_box1{
    width: 34.23%;
  }
}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }

  .ftr_contact_item_num{
    font-size: 32px;
  }
  .ftr_contact_item:nth-child(n+3){
    margin-top: 20px;
  }

  .ftr_1_box2{
    display: none;
  }
  .ftr_1_box1_add{
    text-align: center; 
  }
  .ftr_logo{
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .ftr_1_box1_add strong{
    display: none;
  }
  .footer:before{
    width: 1600px;
    height: 367px;
    z-index: 0;
    bottom: 0;
  }
}



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

/* 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: 3px 14px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 500;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
.webgene-pagination li.selected{
  border: 0;
  background: #139b40;
  color: #fff;
}  
.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;
  top: -30px;
}


@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: 120px;
  }
  .pg_news .webgene-pagination{
    margin-top: 100px;
  }
  .posts_list .webgene-pagination{
    margin-top: 80px;
  }

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


}
/*******************************
*　共通
********************************/
/*タイトル*/
.sec_title{

}
.sec_title.center{
  text-align: center;
}
.sec_title_en{
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.sec_title_en.gr{
  color: #139b40;
}
.sec_title_en:after{
  content: "";
  display: block;
  width: 115px;
  height: 17px;
  background-image: url(/system_panel/uploads/images/title_bg_gr.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sec_title_en.wh:after{
  background-image: url(/system_panel/uploads/images/title_bg_wh.png);
}
.sec_title_ja{
  font-size: 20px;
  font-weight: 500;
  margin-top: 18px;
}
/*補足*/
.sec_title_sub{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  color: #139b40;
}
/*説明*/
.content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  text-align: justify;
  margin-top: 20px;
}

/*ボタン*/
.link_1{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.link_1 p{
  position: relative;
  z-index: 3;
}
.link_1:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/ar.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: -70px;;
  transform: translateY(-50%);
  transition: all .3s;
}
.link_1:hover{
  color: #139b40;
}
.link_1:hover:after{
  right: -80px;;
}
.link_1_outer{
  margin-top: 40px; 
}



@media (max-width:374px){

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

}
@media (max-width:767px){
  /*ボタン*/
  .link_1_outer{
    text-align: center;
  }

  .sec_title_sub{
    margin-top: 16px;
  }

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

  /*タイトル*/
  .sec_title{

  }
  .sec_title_en{

  }
  .sec_title_ja{
    font-size: 22px;
  }
  /*補足*/
  .sec_title_sub{
    font-size: 21px;
  }
  /*説明*/
  .content_desc{

  }
}
@media (min-width:1024px){
  /*タイトル*/
  .sec_title{

  }
  .sec_title_en{

  }
  .sec_title_ja{
    font-size: 24px;
  }
  /*補足*/
  .sec_title_sub{
    font-size: 28px;
  }
  /*説明*/
  .content_desc{

  }

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


}


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

}
.pg_home .section.sec1{
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.section.sec1{
  position: relative;
}
.pg_home .section.sec1 .container{
  position: relative;
  z-index: 2;
}
.section.sec1:before{
  content: "";
  display: block;
  background: #fff;
  border-radius: 80px 80px 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/*.section.sec1:after{
  content: "";
  display: block;
  position: absolute;
  top: -53.77%;
  left: 50%;
  transform:translateX(-50%);
  background-image: url(/system_panel/uploads/images/circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1920px;
  height: 1500px;
  z-index: -1;
}*/
/*.circle{
  position: absolute;
  top: 0;
  left: 50%;
  transform:translateX(-50%);
  background-image: url(/system_panel/uploads/images/circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1920px;
  height: 1500px;
  z-index: -1;
}*/
.pg_home .section.sec2{
  padding-top: 70px;
}
.pg_home .section.sec3{
  background: #f5f5f5;
  padding-top: 70px;
}
.pg_home .section.sec4{
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 50px;
}
.pg_home .section.sec5{
  padding-top: 70px;
}
.pg_home .section.sec6{
  padding-top: 70px;
}
.pg_home .section.sec7{
  background: #fbfbfb;
  padding: 50px 0;
}

/*about*/
.home_aboyt_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_aboyt_box1{
  width: 100%;
}
.home_aboyt_box1_img:before{
  padding-top: 122.10%;
}
.home_aboyt_box1_img img{
  border-radius: 30px;
}
.home_aboyt_box2{
  width: 100%;
}
.home_aboyt_box2 .sec_title_sub{
  margin-right: -10px;
  margin-top: 20px;
}
.home_aboyt_sub_items{
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.home_aboyt_sub_box1{
  width: 31.53%;
  margin-right: 8.5%;
}
.home_aboyt_sub_box1_img img,
.home_aboyt_sub_box2_img img{
  border-radius: 30px;
}
.home_aboyt_sub_box1_img:before{
  padding-top: 80%;
}
.home_aboyt_sub_box2{
  width: 36.93%;
  margin-right: 5.8%;
}
.home_aboyt_sub_box2_img{

}
.home_aboyt_sub_box2_img:before{
  padding-top: 85.36%;
}

/*自社製品*/
.home_product_title_img{
  text-align: center;
}
.home_product_wrap .sec_title{
  text-align: center;
  margin-top: 20px;
}
.home_product_wrap .sec_title_en{
  color: #139b40;
}
.home_product_wrap{
  position: relative;
}
.home_product_wrap:after{
  content: "";
  display: block;
  width: 1920px;
  height: 376px;
  background-image: url(/system_panel/uploads/images/product_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -10.88%;;
  left: 50%;
  transform:translateX(-50%);
  z-index: -1;
}
.home_product_wrap_inner{
  background: #f5f5f5;
}
.home_product_box .webgene-item{
  width: 299px;
  padding: 0 15px;
}
.home_product_box .img_fit{
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  background-image: url(/system_panel/uploads/images/noimage.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
}
.home_product_box .webgene-item a:hover{
  color: #181818;
}
.home_product_box .webgene-item .img_fit img{
  transition: all .3s;
  border-radius: 20px;
  border: 1px solid #d2d2d2;
}
.home_product_box .webgene-item .img img{
  object-fit: contain;
  font-family: 'object-fit: contain';
}
.product_detail .img_fit img{
  object-fit: contain;
  font-family: 'object-fit: contain';
}
.home_product_box .webgene-item a .img_fit:before{
  padding-top: 100%;
  z-index: 1;
}
.home_product_box .img_fit:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: -1;

}
.home_product_box .webgene-item a:hover .img_fit img{
  transform: scale(1.1);
}
.home_product_box .webgene-item a .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-top: 17px;
}
.home_product_wrap_inner .swiper{
  padding-top: 36px;
}
.forretailers_product_wrap .gallery-prev,
.forretailers_product_wrap .gallery-next,
.home_product_wrap_inner .gallery-prev,
.home_product_wrap_inner .gallery-next,
.home_other_wrap .gallery-prev,
.home_other_wrap .gallery-next{
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 170px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: all .2s;
}
.forretailers_product_wrap .gallery-prev:hover,
.forretailers_product_wrap .gallery-next:hover,
.home_product_wrap_inner .gallery-prev:hover,
.home_product_wrap_inner .gallery-next:hover,
.home_other_wrap .gallery-prev:hover,
.home_other_wrap .gallery-next:hover{
  filter: brightness(0.9);
}
.forretailers_product_wrap .gallery-prev,
.home_other_wrap .gallery-prev,
.home_product_wrap_inner .gallery-prev {
  left: calc(50% - 160px);
  background-image: url(/system_panel/uploads/images/next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.forretailers_product_wrap .gallery-next,
.home_other_wrap .gallery-next,
.home_product_wrap_inner .gallery-next {
  right: calc(50% - 160px);
  background-image: url(/system_panel/uploads/images/prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*動画*/
.home_movie_wrap{
  margin-top: 50px;
}
.home_movie_items{
  display: flex;
  flex-wrap: wrap;
  margin: 36px -15px 0;
}
.home_movie_item{

}
.home_movie_item .responsive_video iframe{
  border: none;
  border-radius: 20px;
}

/*その他商品*/
.home_other_wrap .customer_bland_items{
  margin-top: 40px;
}
.home_other_wrap .swiper{
  padding-top: 36px;
}

/*サービス*/
.home_service_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.home_service_item{

}
.home_service_item_inner{

}
.home_service_item_img_outer{
  position: relative;
}
.home_service_item_img img{
  border-radius: 30px;
}
.home_service_item_img:before{
  padding-top: 82.66%;
}
.home_service_item_img_tt{
  position: absolute;
  bottom: -24px;
  left: 0;
  background: #fff;
  width: 100%;
  border-radius: 0 30px 0 0;
  padding-top: 20px;
}
.home_service_item .sec_title_en{
  color: #139b40;
}
.home_service_item_desc{

}
.home_service_item .link_1_outer{

}

/*お知らせ*/
.home_news_wrap{
  position: relative;
}
.home_news_wrap:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/bg6.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height: 211px;
  position: absolute;
  top: 26.22%;
  left: 50%;
  transform:translateX(-50%);
  z-index: -2;
}
.home_news_wrap_inner{
  background: #f5f3ec;
  padding-top: 36px;
  padding-bottom: 40px;
}
.home_news_box .webgene-blog{

}
.home_news_box .webgene-item:nth-child(n+2){
  margin-top: 9px;
}
.home_news_box .webgene-item a{
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 12px 40px 12px 20px;
  position: relative;
  transition: all .2s;
}
.home_news_box .webgene-item a:hover{
  color: #139b40; 
}

.home_news_box .webgene-item a:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/ar2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  transition: all .2s;
}
.home_news_box .webgene-item a .date{
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.075em;
}
.home_news_box .webgene-item a .cate_inner{
  display: inline-block;
  text-align: center;
  border: 1px solid #139b40;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 3px 8px 4px;
}
.home_news_box .webgene-item a .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
}

/*お問い合わせ*/
.home_contact_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.home_contact_item{

}
.home_contact_item_outer{
  background: #fff;
  border-radius: 20px;
  padding: 5px;
  position: relative;
  transition: all .3s;
}
.home_contact_item_inner{
  display: block;
  border: 1px solid #b5b3ac;
  border-radius: 20px;
  padding: 20px;

}
.home_contact_item_inner:hover{
  color: #181818;
}
.home_contact_item_outer:hover .home_contact_item_inner:after{
  right: 60px;
}
.home_contact_item_inner:hover:after{

}
.home_contact_item_inner:hover:after{

}
.home_contact_item_inner:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/ar3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 85px;
  transform: translateY(-50%);
  transition: all .3s;
}

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

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

}
@media (max-width:767px){
  /*about*/
  .home_aboyt_box2{
    margin-top: 20px;
  }
  .home_aboyt_sub_items{
    margin-top: 50px;
  }
  .home_aboyt_sub_box1{
    width: 45%;
  }
  .home_aboyt_sub_box2{
    width: 53%;
  }

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

  /*サービス*/
  .home_service_item:nth-child(n+2){
    margin-top: 70px; 
  }
  .home_service_item_img_tt{
    max-width: 230px;
    padding-top: 12px;
  }
  .home_service_item .sec_title_ja{
    margin-top: 8px;
  }
  .home_service_item .content_desc{
    margin-top: 40px;
  }

  /*地球イラスト*/
  .home_product_title_img{
    width: 28%;
    margin: 0 auto;
  }

  /*お知らせ*/
  .home_news_box .webgene-item a{
    flex-wrap: wrap;
  }
  .home_news_box .webgene-item a .category{
    margin-left: 10px;
  }
  .home_news_box .webgene-item a .title{
    margin-top: 10px; 
  }

  /*お問い合わせ*/
  .home_contact_item:nth-child(n+2){
    margin-top: 20px;
  }
  .home_contact_item .sec_title_ja{
    margin-top: 5px;
  }
  .home_contact_item_inner:after{
    right: 50px;
  }
}
@media (min-width:768px){

  .pg_home .section.sec1{
    padding-top: 113px;
  }
  .pg_home .section.sec2{
    padding-top: 120px;
  }
  .pg_home .section.sec3{
    padding-top: 80px;
  }
  .pg_home .section.sec4{
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .pg_home .section.sec5{
    padding-top: 100px;
  }
  .pg_home .section.sec6{
    padding-top: 100px;
  }
  .pg_home .section.sec7{
    padding: 100px 0;
  }

  /*about*/
  .home_aboyt_items{

  }
  .home_aboyt_box1{
    width: 42.79%;
  }
  .home_aboyt_box1_img:before{

  }
  .home_aboyt_box1_img img{

  }
  .home_aboyt_box2{
    width:51.35%;
    padding-top: 50px;
  }
  .home_aboyt_box2 .sec_title_en{
    margin-left: 30px;
  }
  .home_aboyt_box2 .sec_title_sub{
    margin-right: -10px;
    margin-top: 34px;
  }
  .home_aboyt_box2 .content_desc{
    margin-top: 36px;
  }
  .home_aboyt_sub_items{
    margin-top: 50px;
  }
  .home_aboyt_sub_box1{
    margin-top: 100px;
  }
  .link_1_outer{
    margin-top: 63px; 
  }

  /*自社製品*/
  .home_product_title_img{

  }
  .home_product_wrap .sec_title,
  .home_news_wrap .sec_title{
    margin-top: 35px;
  }
  .home_product_box .webgene-item {
    width: 200px;
    padding: 0 15px;
  }
  .home_product_wrap_inner .swiper{
    padding-top: 50px;
  }
  .home_product_wrap_inner .link_1_outer{
    text-align: center;
    margin-top: 57px;
  }
  .link_1_outer.center{
    text-align: center;
    margin-left: -70px;
  }
  .forretailers_product_wrap .gallery-prev,
  .forretailers_product_wrap .gallery-next,
  .home_product_wrap_inner .gallery-prev,
  .home_product_wrap_inner .gallery-next,
  .home_other_wrap .gallery-prev,
  .home_other_wrap .gallery-next{
    top: 175px;
  }
  .forretailers_product_wrap .gallery-prev,
  .home_other_wrap .gallery-prev,
  .home_product_wrap_inner .gallery-prev {
    left: calc(50% - 308px);
  }
  .forretailers_product_wrap .gallery-next,
  .home_other_wrap .gallery-next,
  .home_product_wrap_inner .gallery-next {
    right: calc(50% - 308px);
  }

  /*動画*/
  .home_movie_wrap{
    margin-top: 60px;
  }
  .home_movie_items{
    margin-top: 46px;
  }
  .home_movie_item{

  }

  /*その他商品*/
  .home_other_wrap .customer_bland_items{
    margin-top: 60px;
  }
  .home_other_wrap .swiper{
    padding-top: 50px;
  }

  /*サービス*/
  .home_service_items{

  }
  .home_service_item{

  }
  .home_service_item_inner{

  }
  .home_service_item:nth-child(odd) .home_service_item_inner{
    padding-right: 15px;
  }
  .home_service_item:nth-child(even) .home_service_item_inner{
    padding-left: 15px;
  }
  .home_service_item_img_outer{

  }
  .home_service_item_img img{

  }
  .home_service_item_img:before{

  }
  .home_service_item_img_tt{
    max-width: 255px;
  }
  .home_service_item_img_tt .sec_title_ja{
    font-size: 20px;
  }
  .home_service_item_desc{

  }
  .home_service_item .content_desc{
    margin-top: 40px;
  }
  .home_service_item .link_1_outer{
    text-align: right;
    margin-right: 70px;
    margin-left: 0;
    margin-top: 55px;
  }

  /*お知らせ*/
  .home_news_wrap{

  }
  .home_news_box .webgene-blog{

  }
  .home_news_box .webgene-item a{
    padding: 12px 60px 12px 20px;
  }
  .home_news_box .webgene-item a:hover:after{
    right: 20px;
  }
  .home_news_box .webgene-item a .date{
    width: 130px;
  }
  .home_news_box .webgene-item a .category{
    min-width: 132px;
  }
  .home_news_box .webgene-item a .title{
    width: calc(100% - 130px - 132px);
  }
  .home_news_wrap_inner{
    padding-top: 40px;
    padding-bottom: 80px;
  }

  /*お問い合わせ*/
  .home_contact_items{

  }
  .home_contact_item{

  }
  .home_contact_item .sec_title_ja{
    margin-top: 15px;
  }
  .home_contact_item_outer{

  }
  .home_contact_item_inner{

  }
  .home_contact_item_inner:after{
    right: 50px;
  }
}
@media (min-width:1024px){
  .pg_home .section.sec1{
    padding-top: 113px;
  }
  .pg_home .section.sec2{
    padding-top: 145px;
  }
  .pg_home .section.sec3{
    padding-top: 100px;
  }
  .pg_home .section.sec4{
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .pg_home .section.sec5{
    padding-top: 130px;
  }
  .pg_home .section.sec6{
    padding-top: 130px;
  }
  .pg_home .section.sec7{
    padding: 120px 0;
  }

  /*about*/
  .home_aboyt_sub_box1{
    margin-top: 150px;
  }

  /*自社製品*/
  .home_product_title_img{

  }
  .home_product_wrap .sec_title{

  }
  .home_product_box .webgene-item {
    width: 200px;
    padding: 0 15px;
  }
  .home_product_wrap_inner .swiper{
    padding-top: 50px;
  }
  .forretailers_product_wrap .gallery-prev,
  .forretailers_product_wrap .gallery-next,
  .home_product_wrap_inner .gallery-prev,
  .home_product_wrap_inner .gallery-next,
  .home_other_wrap .gallery-prev,
  .home_other_wrap .gallery-next{
    top:180px;
  }
  .forretailers_product_wrap .gallery-prev,
  .home_other_wrap .gallery-prev,
  .home_product_wrap_inner .gallery-prev {
    left: calc(50% - 510px);
  }
  .forretailers_product_wrap .gallery-next,
  .home_other_wrap .gallery-next,
  .home_product_wrap_inner .gallery-next {
    right: calc(50% - 510px);
  }

  /*動画*/
  .home_movie_wrap{
    margin-top: 80px;
  }
  .home_movie_items{
    margin-top: 52px;
  }
  .home_movie_item{

  }

  /*その他商品*/
  .home_other_wrap .customer_bland_items{
    margin-top: 60px;
  }
  .home_other_wrap .swiper{
    padding-top: 50px;
  }

  /*サービス*/
  .home_service_items{

  }
  .home_service_item{

  }
  .home_service_item_inner{

  }
  .home_service_item_img_outer{

  }
  .home_service_item_img img{

  }
  .home_service_item_img:before{

  }
  .home_service_item_img_tt{

  }
  .home_service_item_desc{

  }
  .home_service_item .link_1_outer{

  }
  .home_service_item_img_tt .sec_title_ja{
    font-size: 20px;
  }

  /*お知らせ*/
  .home_news_wrap{

  }
  .home_news_box .webgene-blog{

  }
  .home_news_box .webgene-item a{

  }
  .home_news_box .webgene-item a .date{

  }
  .home_news_box .webgene-item a .category{

  }
  .home_news_box .webgene-item a .title{

  }
  .home_news_wrap_inner{
    padding-bottom: 133px;
  }


  /*お問い合わせ*/
  .home_contact_items{

  }
  .home_contact_item{

  }
  .home_contact_item_outer{

  }
  .home_contact_item_inner{

  }
  .home_contact_item_inner:after{
    right: 85px;
  }
}
@media (min-width:1200px){

  .home_product_wrap_inner .gallery-prev,
  .home_product_wrap_inner .gallery-next,
  .home_other_wrap .gallery-prev,
  .home_other_wrap .gallery-next,
  .forretailers_product_wrap .gallery-prev,
  .forretailers_product_wrap .gallery-next{
    top: 200px;
  }
  .forretailers_product_wrap .gallery-prev,
  .home_other_wrap .gallery-prev,
  .home_product_wrap_inner .gallery-prev {
    left: calc(50% - 598px);
  }
  .forretailers_product_wrap .gallery-next,
  .home_other_wrap .gallery-next,
  .home_product_wrap_inner .gallery-next {
    right: calc(50% - 598px);
  }
  .home_product_box .webgene-item {
    width: 235px;
    padding: 0 15px;
  }
}
@media (min-width:1300px){
  .home_product_box .webgene-item {
    width: 255px;
    padding: 0 15px;
  }
  .home_product_wrap_inner .gallery-prev,
  .home_product_wrap_inner .gallery-next,
  .home_other_wrap .gallery-prev,
  .home_other_wrap .gallery-next,
  .forretailers_product_wrap .gallery-prev,
  .forretailers_product_wrap .gallery-next{
    top: 200px;
  }
  .forretailers_product_wrap .gallery-prev,
  .home_other_wrap .gallery-prev,
  .home_product_wrap_inner .gallery-prev {
    left: calc(50% - 650px);
  }
  .forretailers_product_wrap .gallery-next,
  .home_other_wrap .gallery-next,
  .home_product_wrap_inner .gallery-next {
    right: calc(50% - 650px);
  }
}
@media (min-width:1500px){
  .home_product_wrap_inner .gallery-prev,
  .home_product_wrap_inner .gallery-next,
  .home_other_wrap .gallery-prev,
  .home_other_wrap .gallery-next,
  .forretailers_product_wrap .gallery-prev,
  .forretailers_product_wrap .gallery-next{
    top: 230px;
  }
  .forretailers_product_wrap .gallery-prev,
  .home_other_wrap .gallery-prev,
  .home_product_wrap_inner .gallery-prev {
    left: calc(50% - 574px);
  }
  .forretailers_product_wrap .gallery-next,
  .home_other_wrap .gallery-next,
  .home_product_wrap_inner .gallery-next {
    right: calc(50% - 574px);
  }
  .home_product_box .webgene-item {
    width: 380px;
    padding: 0 15px;
  }
}



/*******************************
*　about
********************************/
.pg_about{

}
.pg_about .section.sec1{
  padding-top: 50px;
  padding-bottom: 150px;
}
.pg_about .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_about .section.sec3{
  background: #fbfbfb;
  padding-bottom: 60px;
}
.pg_about .section.sec4{
  padding-top: 70px;
}
.pg_about .section.sec5{
  padding-top: 60px;
}

.container{
  position: relative;
}

/*見出し*/
.pg_about .sec_title_ja{
  font-size: 17px;
}
.pg_about .sec_title_sub{
  text-align: center; 
}
.about_hdr_items{
  margin: 50px -15px 0;
}
.about_hdr_item{

}
.about_hdr_item_inner{

}
.about_hdr_item_img img{
  border-radius: 30px;
}
.about_hdr_item_img:before{
  padding-top: 120%;
}

/*歴史*/
.about_history_wrap{
  background: #f5f3ec;
  position: relative;
}
.about_history_wrap:before{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/bg4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1918px;
  height: 211px;
  position: absolute;
  top: -185px;
  left: 50%;
  transform:translateX(-50%);
}
.about_history_wrap:after{

}
.about_history_box{
  background: #fff;
  border-radius: 30px;
  position: relative;
  padding: 50px 0 50px;
}
.about_history_box_en{
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0;
  color: #f9f9f9;
  line-height: 1;
}
.about_history_box_en.left{

}
.about_history_box_en.right{

}

.about_history_items{
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px 0;
}
.about_history_item{

}
.about_history_item_inner{

}
.about_history_item_img{
  overflow: hidden;
  border-radius: 20px;
}
.about_history_item_img img{
  transition: all .3s;
  border-radius: 20px;
  border: 1px solid #d2d2d2;
}
.about_history_item_inner:hover .about_history_item_img img{
  transform: scale(1.1);
}

.about_history_item_img:before{
  padding-top: 100%;
}
.about_history_item_ttl{
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-top: 17px;
}


/*ビジョン*/
.about_vision_wrap{
  position: relative;
}
.about_vision_wrap:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/bg7.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height:347px;
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.about_vision_wrap .sec_title{
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
.about_vision_wrap .home_product_title_img{
  position: relative;
  z-index: 10;
}



/*サービス*/
.aboiut_service_wrap{
  padding-top: 60px;
}
.aboiut_service_img{
  margin-top: 40px;
}

.aboiut_service_items{
  margin: 70px -15px 0;
}
.aboiut_service_item{

}
.aboiut_service_item_inner{
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 32px 0;
  height: 100%;
}
.aboiut_service_item_title_txt{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
}
.aboiut_service_item_title_txt:after{
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #139b40;
  margin: 21px auto 0;
}
.aboiut_service_item_desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
  margin-top: 16px;
  padding: 0 16px;
}

/*追加24/10/21*/
.about_feature_wrap{
  margin-top:50px;
}
.sdgs_logo_items{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.sdgs_logo_item{
  max-width: 120px;
  width: 100%;
  margin-right: 5px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*見出し*/
  .about_hdr_items{
    justify-content: space-between;
  }
  .about_hdr_item{
    width: 49%;
    order: 2;
    margin-top: 16px;
  }
  .about_hdr_item.center{
    width: 75%;
    order: 1;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  /*歴史*/
  .about_history_wrap:before{
    width: 1000px;
    height: 110px;
    top: -90px;
  }
  .about_history_box{
    padding: 50px 16px 50px;
  }
  .about_history_box_en{
    font-size: 50px;
    text-align: center; 
  }
  .about_history_wrap{
    padding-bottom: 80px;
  }
  .about_vision_wrap:after{
    width: 1000px;
    height: 250px;
  }
  .about_history_box_en.right{
    margin-top: 20px;
  }

  .about_vision_wrap_inner .sec_title_sub{
    text-align: justify;
  }
  .about_history_box .sec_title_sub{
    font-size: 19px;
  }

  .about_beiginner_wrap .sec_title_sub{
    font-size: 19px;

  }
  .about_beiginner_wrap .sec_title_sub p{
    letter-spacing: 0;
  }

  .aboiut_service_item:nth-child(n+2){
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pg_about{

  }
  .pg_about .section.sec1{
    padding-top: 100px;
    padding-bottom: 300px;
  }
  .pg_about .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_about .section.sec3{
    padding-top: 0;
    padding-bottom: 100px;
  }
  .pg_about .section.sec4{
    padding-top: 100px;
  }
  .pg_about .section.sec5{
    padding-top: 100px;
  }

  /*見出し*/
  .pg_about .sec_title_ja{
    font-size: 18px;
  }
  .pg_about .content_desc{
    margin-top: 30px;
  }
  .about_hdr_items{
    margin-top: 60px;
  }
  .about_hdr_item{
    margin-top: 48px;;
  }
  .about_hdr_item.center{
    margin-top: 0;
  }
  .about_hdr_item_inner{

  }
  .about_hdr_item_img img{

  }
  .about_hdr_item_img .img_fit:before{

  }

  /*歴史*/
  .about_history_wrap{
    padding-bottom: 141px;
  }
  .about_history_box{
    padding: 100px 0 110px;
  }
  .about_history_box_en{
    font-size: 80px;
  }

  .about_history_box_en.left{
    position: absolute;
    top: 33%;
    left: 95px;
    transform: rotate(90deg);
    transform-origin: left top;
  } 
  .about_history_box_en.right{
    position: absolute;
    bottom: 34%;;
    right: 100px;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
  .about_history_box .content_desc{
    padding: 0 115px;
  }

  .about_history_items{
    padding: 0 100px;
    margin-top: 60px;
  }
  .about_history_item{

  }
  .about_history_item:nth-child(n+3){
    margin-top: 20px;
  }
  .about_history_item_inner{

  }
  .about_history_item_img{

  }
  .about_history_item_img img{

  }
  .about_history_item_inner:hover .about_history_item_img img{

  }

  .about_history_item_img:before{

  }
  .about_history_item_ttl{

  }

  /*ビジョン*/
  .about_vision_wrap .sec_title{
    margin-top: 30px;
  }

  /*サービス*/
  .aboiut_service_wrap{
    padding-top: 80px;
  }
  .aboiut_service_img{
    margin-top: 50px;
  }
  .aboiut_service_items{
    margin-top: 80px;
  }
  .aboiut_service_item{

  }
  .aboiut_service_item:nth-child(n+2){
    margin-top: 20px;
  }
  .aboiut_service_item_inner{
    padding: 43px 0;
  }
  .aboiut_service_item_title_txt{
    font-size: 20px;
  }
  .aboiut_service_item_desc{
    padding: 0 16px;
  }

  /*追加24/10/21*/
  .about_feature_wrap{
    margin-top: 80px;
  }
  .sdgs_logo_items{
    margin-top: 36px;
  }
}
@media (min-width:1024px){
  .pg_about{

  }
  .pg_about .section.sec1{
    padding-top: 110px;
    padding-bottom: 365px;
  }
  .pg_about .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_about .section.sec3{
    padding-top: 0;
    padding-bottom: 115px;
  }
  .pg_about .section.sec4{
    padding-top: 110px;
  }
  .pg_about .section.sec5{
    padding-top: 120px;
  }
  .pg_about .section.sec1 .content_desc{
    text-align: justify;
  }


  /*見出し*/
  .pg_about .sec_title_ja{
    font-size: 20px;
  }
  .pg_about .content_desc{
    text-align: center;
    margin-top: 34px;
  }
  .pg_about .sec_title_sub{
    margin-top: 35px;
  }
  .about_hdr_items{
    margin-top: 76px;
  }
  .about_hdr_item{

  }
  .about_hdr_item_inner{

  }
  .about_hdr_item_img img{

  }
  .about_hdr_item_img:before{

  }
  .about_history_box .content_desc{
    text-align: justify;
    padding: 0 100px;
  }

  /*歴史*/
  .about_history_wrap{
    padding-bottom: 141px;
  }
  .about_history_box{
    padding: 100px 0 110px;
  }
  .about_history_box_en{
    font-size: 110px;
  }
  .about_history_box_en.left{
    top: 21%;
  } 
  .about_history_box_en.right{
    bottom: 22%;
  }
  .about_history_items{
    padding: 0 100px;
    margin-top: 80px;
  }
  .about_history_item{

  }
  .about_history_item:nth-child(n+3){
    margin-top: 0;
  }
  .about_history_item_inner{

  }
  .about_history_item_img{

  }
  .about_history_item_img img{

  }
  .about_history_item_inner:hover .about_history_item_img img{

  }

  .about_history_item_img:before{

  }
  .about_history_item_ttl{

  }

  /*begionner*/
  .about_beiginner_wrap .content_desc{
    margin-top: 20px;
  }

  /*サービス*/
  .aboiut_service_wrap{
    padding-top: 100px;
  }
  .aboiut_service_img{
    margin-top: 65px;
  }
  .aboiut_service_items{
    margin-top: 100px;
  }
  .aboiut_service_item{

  }
  .aboiut_service_item:nth-child(n+2){
    margin-top: 0;
  }
  .aboiut_service_item_inner{
    padding: 43px 0;
  }
  .aboiut_service_item_title_txt{
    font-size: 17px;
  }
  .aboiut_service_item_desc{
    padding: 0 34px;
  }

}
@media (min-width:1200px){
  .container-w{
    max-width: 1510px;
  }
  .pg_about .section.sec1 .content_desc{
    text-align: center;
  }

  .about_history_box .content_desc{
    text-align: center;
    padding: 0px;
  }
  .about_history_box_en.left{
    top: 20%;
  } 
  .about_history_box_en.right{
    bottom: 18%;
  }
  /*サービス*/
  .aboiut_service_item_title_txt{
    font-size: 20px;
  }
}

/*******************************
*　小売店
********************************/
.pg_forretailers{

}
.pg_forretailers .section.sec1{
  padding-top: 50px;
  padding-bottom: 100px;
}
.pg_forretailers .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 5;
}
.pg_forretailers .section.sec3{
  padding-top: 0;
  padding-bottom: 50px;
  background: #f8f8f8;
}
.pg_forretailers .section.sec4{
  padding-top: 70px;
}
.pg_forretailers .section.sec5{
  padding-top:70px;
}

.pg_forretailers .sec_title_sub{
  text-align: center;
}
/*小売店*/
.pg_forretailers .section.sec2 .about_history_wrap{
  padding-bottom: 0;
}
.pg_forretailers .section.sec2 .about_history_wrap:before{
  top: -104px;
}
.pg_forretailers .section.sec2 .about_vision_wrap:after{
  top: 23%;
}

/*強み*/
.forretailers_feature_items{
  margin-top: 36px;
}
.forretailers_feature_item{
  justify-content: space-between;
  border-bottom: 1px solid #b5b3ac;
  padding-bottom: 50px;
}
.forretailers_feature_item:last-child{
  border-bottom: none;
}
.forretailers_feature_item:nth-child(n+2){
  padding-top: 50px;
}
.forretailers_feature_item_box1{
  width: 100%;
}
.forretailers_feature_item_title{

}
.forretailers_feature_item_title_en{
  font-size: 16px;
  font-weight: 700;
  color: #139b40;
  line-height: 1;
}
.forretailers_feature_item_title_en p:before{
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #139b40;
  margin-right: 17px;
}
.forretailers_feature_item_title_en p{
  display: flex;
  align-items: center;
}
.forretailers_feature_item_title_tt{
  margin-top: 10px;
}
.forretailers_feature_item_title_tt,
.forretailers_feature_item_title_tt1{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
}
.forretailers_feature_item_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  text-align: justify;
  margin-top: 22px;
}
.forretailers_feature_item_box2{
  width: 100%;
}
.forretailers_feature_item_box2_img img{
  border-radius: 30px;
}
.forretailers_feature_item_box2_img:before{
  padding-top: 74.15%;
}
.pg_forretailers .section.sec3 .about_vision_wrap:after{
  background-image: url(/system_panel/uploads/images/bg8.jpg);
}

/*チャネル*/
.pg_forretailers .section.sec3 .about_vision_wrap{
  padding-top: 50px;
}

.chanel_wrap_items{
  margin: 40px -15px 0;
  position: relative;
  z-index: 20;
}
.customor_reason_items:before,
.chanel_wrap_items:before{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/gr_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 487px;
  height:655px;
  position: absolute;
  top: -250px;
  left: -250px;
}
.customor_reason_items:after,
.chanel_wrap_items:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/gr_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 487px;
  height:655px;
  position: absolute;
  bottom: -250px;
  right: -250px;
  z-index: -1;
}
.chanel_wrap_item{

}
.chanel_wrap_item_outer{
  position: relative;
}
.chanel_wrap_item_inner{

}
.chanel_wrap_item_img img{
  border-radius: 20px;
}
.chanel_wrap_item_img:before{
  padding-top: 76%;
}
.chanel_wrap_item_txt{
  background: #f8f8f8;
  width: 190px;
  border-radius: 0 20px 0 0;
  position: absolute;
  left: 0;
  bottom: -5px;
  font-size: 17px;
  font-weight: 700;
  padding-top: 12px;
}
.chanel_wrap_desc{
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding-top: 23px;
  margin-top: 40px;
}

/*自社商品*/
.pg_forretailers .section.sec4 .sec_title{
  margin-top: 30px;
}
.forretailers_product_wrap .swiper{
  padding-top: 36px;
}
.forreetailers_product_item:nth-child(n+2){
  margin-top:60px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .forretailers_feature_item_box1{
    order: 2;
    margin-top: 20px;
  }
  .forretailers_feature_item_box2{
    order: 1;
  }
  /*強み*/
  .pg_forretailers .section.sec1 .sec_title_sub{
    font-size: 19px;
  }
  .pg_forretailers .section.sec1 .sec_title_sub p{
    letter-spacing: 0;
  }
  .pg_forretailers .section.sec2 .about_history_wrap:before{
    top: -60px;
  }
  .pg_forretailers .section.sec3 .about_vision_wrap:after{
    top: 0; 
  }
  /*チャネル*/
  /*  .chanel_wrap_item:nth-child(n+4){
      margin-top: 24px;
    }*/
  .chanel_wrap_inner .swiper{
    height: auto;
    padding-top: 0;
    margin-top: 36px;
  }
  .chanel_wrap_desc{
    text-align: justify;
    text-indent: -1em;
    padding-left: 1em;
  }
  .chanel_wrap_inner .swiper-button-prev,
  .chanel_wrap_inner .swiper-button-next{
    color: #181818;
  }

  .about_history_item:nth-child(n+2){
    margin-top: 30px;
  }
}
@media (min-width:768px){
  .pg_forretailers{

  }
  .pg_forretailers .section.sec1{
    padding-top:90px;
    padding-bottom: 200px;
  }
  .pg_forretailers .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_forretailers .section.sec3{
    padding-top: 0;
    padding-bottom: 100px;
  }
  .pg_forretailers .section.sec4{
    padding-top: 100px;
  }
  .pg_forretailers .section.sec5{
    padding-top: 100px;
  }

  .pg_forretailers .section.sec1 .sec_title_sub{
    margin-top: 36px;
  }
  .pg_forretailers .section.sec1 .content_desc{
    margin-top: 36px;
  }
  /*強み*/
  .pg_forretailers .section.sec2 .about_history_wrap{
    padding-bottom: 0;
  }
  .forretailers_feature_items{
    margin-top: 45px;
  }
  .pg_forretailers .sec_title_ja{
    font-size: 20px;
    margin-top: 15px;
  }
  .forretailers_feature_items{

  }
  .forretailers_feature_item{
    padding-bottom: 65px;
  }
  .forretailers_feature_item:nth-child(n+2){
    padding-top: 58px;
  }
  .forretailers_feature_item_box1{
    width: 51.35%;
  }
  .forretailers_feature_item_title{

  }
  .forretailers_feature_item_title_en{

  }
  .forretailers_feature_item_title_tt,
  .forretailers_feature_item_title_tt1{
    font-size: 20px;
  }
  .forretailers_feature_item_desc{

  }
  .forretailers_feature_item_box2{
    width: 40.09%;
  }
  .forretailers_feature_item_box2_img img{

  }
  .forretailers_feature_item_box2_img:before{

  }

  /*チャネル*/
  .pg_forretailers .section.sec3 .about_vision_wrap{
    padding-top: 110px;
  }
  .chanel_wrap_inner .content_desc{
    text-align: justify;
    margin-top: 36px;
  }
  .chanel_wrap_items{
    margin-top: 60px;
  }
  .chanel_wrap_item{

  }
  .chanel_wrap_item:nth-child(n+4){
    margin-top: 48px;
  }
  .chanel_wrap_item_outer{

  }
  .chanel_wrap_item_inner{

  }
  .chanel_wrap_item_img img{

  }
  .chanel_wrap_item_img:before{

  }
  .chanel_wrap_item_txt{
    font-size: 18px;
  }
  .chanel_wrap_desc{
    margin-top: 50px;
  }

  /*自社商品*/
  .pg_forretailers .section.sec4 .sec_title{
    margin-top: 30px;
  }
  margin-top: 30px;
  .forretailers_product_wrap .swiper{
    padding-top: 50px;
  }
  .forreetailers_product_item:nth-child(n+2){
    margin-top:100px;
  }
}
@media (min-width:1024px){
  .pg_forretailers{

  }
  .pg_forretailers .section.sec1{
    padding-top: 110px;
    padding-bottom: 250px;
  }
  .pg_forretailers .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_forretailers .section.sec3{
    padding-top: 0;
    padding-bottom: 110px;
  }
  .pg_forretailers .section.sec4{
    padding-top: 120px;
  }
  .pg_forretailers .section.sec5{
    padding-top: 120px;
  }

  .pg_forretailers .section.sec1 .content_desc{
    text-align: center;
  }
  /*小売店*/
  .pg_forretailers .section.sec2 .about_history_wrap{
    padding-bottom: 0;
  }

  .chanel_wrap_inner .content_desc{
    text-align: center;
  }
  /*強み*/
  .forretailers_feature_items{
    margin-top: 45px;
  }
  .forretailers_feature_item{

  }
  .forretailers_feature_item_box1{

  }
  .forretailers_feature_item_title{

  }
  .forretailers_feature_item_title_en{

  }
  .forretailers_feature_item_title_tt{

  }
  .forretailers_feature_item_desc{
    padding-right: 15px;
  }
  .forretailers_feature_item_box2{

  }
  .forretailers_feature_item_box2_img img{

  }
  .forretailers_feature_item_box2_img:before{

  }
  /*チャネル*/
  .pg_forretailers .section.sec3 .about_vision_wrap{
    padding-top: 118px;
  }
  .chanel_wrap_items{
    margin-top: 70px;
  }
  .chanel_wrap_item{

  }
  .chanel_wrap_item_outer{

  }
  .chanel_wrap_item_inner{

  }
  .chanel_wrap_item_img img{

  }
  .chanel_wrap_item_img:before{

  }
  .chanel_wrap_item_txt{

  }
  .chanel_wrap_desc{

  }

  /*自社商品*/
  .pg_forretailers .section.sec4 .sec_title_ja{
    font-size: 24px;
  }
  .forretailers_product_wrap .swiper{
    padding-top: 60px;
  }
  .forretailers_product_wrap .gallery-next,
  .forretailers_product_wrap .gallery-prev{
    top: 210px;
  }
  .forreetailers_product_item:nth-child(n+2){
    margin-top:120px;
  }
}
@media (min-width:1200px){
  .forretailers_product_wrap .gallery-next,
  .forretailers_product_wrap .gallery-prev{
    top: 230px;
  }

}

/*******************************
*　Customer
********************************/
.pg_customer{

}
.pg_customer .section.sec1{
  padding: 50px 0 150px;
}
.pg_customer .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_customer .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_customer .section.sec4{
  background: #fbfbfb;
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
}
.pg_customer .section.sec5{

}

/*見出し*/
.pg_customer .section.sec1 .sec_title_sub{
  text-align: center;
}
.customer_bnr_img{
  margin-top: 40px;
}
.customer_bnr_img a img{
  transition: all .2s;
}
.customer_bnr_img a:hover img{
  transform: scale(1.03);
}

/*商品*/
.customer_product_items{
  margin-top: 36px;
  position: relative;
  z-index: 5;
}
.customer_product_item{
  justify-content: space-between;
}
.customer_product_box1{
  width: 100%;
}
.customer_product_box1_title{
  font-size: 18px;
  font-weight: 700;
}

.customer_product_box2{
  width: 100%;
}
.customer_product_box2_img img,
.customer_product_item_sub_img img{
  border-radius: 30px;
}
.customer_product_box2_img:before{
  padding-top: 74.15%;
}
.customer_product_item_sub{
  width: 100%;
}
.customer_product_item_sub_title{
  text-align: center;
  position: relative;
}
.customer_product_item_sub_title:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b5b3ac;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.customer_product_item_sub_title_txt{
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  background: #f5f3ec;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
.customer_product_item_sub_lists{
  margin-top: 36px;
  margin-left: -10px;
  margin-right: -10px;
}
.customer_product_item_sub_list{

}
.customer_product_item_sub_list_inner{

}
.customer_product_item_sub_img:before{
  padding-top: 80%;
}
.customer_product_item_sub_list_title{
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.customer_product_item_sub .content_desc{
  margin-top: 16px;
}
.customer_product_item_sub_list_inner .content_desc{
  margin-top: 15px;
}

/*reason*/
.pg_customer .section.sec3 .about_vision_wrap{
  padding-top: 50px;
}
.pg_customer .section.sec3 .about_vision_wrap:after{
  background-image: url(/system_panel/uploads/images/bg9.jpg);
}
.customor_reason_items{
  margin: 36px -15px 0;
  position: relative;
}
.customor_reason_items:after{
  top: 100px;
  bottom: auto;
}
.customor_reason_item .home_service_item_img_tt{
  padding-left: 13px;
}
.customor_reason_item .content_desc{
  padding-left: 13px;
}

/*カテゴリ*/
.customer_cate_items{
  margin: 36px -15px 0;
}
.customer_cate_item{

}
.customer_cate_item_inner{
  display: block;
  overflow: hidden;
  border-radius: 38px 38px 0 0;
}
.customer_cate_item_inner:hover{
  color: #181818;
}
.customer_cate_item_inner:hover .customer_cate_item_title:after{
  right: 15px;
}
.customer_cate_item_inner:hover .customer_cate_item_img img{
  transform: scale(1.1);
}
.customer_cate_item_img{
  overflow: hidden;
}
.customer_cate_item_img img{
  transition: all .2s;
  border-radius: 38px 38px 0 0;
}
.customer_cate_item_img:before{
  padding-top: 71.42%;
}
.customer_cate_item_title{
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 0;
  border-radius: 0 0 38px 38px;
  background: #fff;
  position: relative;
}
.customer_cate_item_title:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/ar5.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all .2s;
}

/*ブランド*/
.pg_customer .section.sec5 .about_history_wrap{
  background: #fff;
  padding-bottom: 0;
}
.pg_customer .section.sec5 .about_history_wrap:before{
  top: -140px;
  height: 346px;
  background-image: url(/system_panel/uploads/images/s.png);
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_customer .section.sec3 .about_vision_wrap:after{
    top: 0;
  }
  /*商品*/
  .customer_product_item_sub{
    margin-top: 42px;
  }
  .customer_product_wrap .swiper{
    padding-top: 0;
    margin-top: 36px;
    height: auto;
  }
  .customer_product_wrap .swiper-button-next,
  .customer_product_wrap .swiper-button-prev{
    top: 65%;
    color: #181818;
  }
  .customer_product_wrap .swiper-button-next{
    right: -16px;
  }
  .customer_product_wrap .swiper-button-prev{
    left: -16px;
  }
  .customer_product_item:nth-child(n+2){
    margin-top: 40px;
  }

  .customer_product_box1{
    order: 2;
    margin-top: 20px;
  }
  .customer_product_box2{
    order: 1;
  }
  .customer_product_item_sub{
    order: 3;
  }
  .swiper{

  }

  /*reson*/
  .pg_customer .section.sec3 .about_vision_wrap{
    padding-top:30px;
  }

  .customor_reason_item:nth-child(n+2){
    margin-top: 50px;
  }
  .customor_reason_item .content_desc{
    margin-top: 40px;
  }

  .customer_cate_item:nth-child(n+3){
    margin-top: 20px;
  }

  .customer_cate_items{
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
  }
  .customer_cate_item{
    padding: 0 5px;
  }
  .customer_cate_item_title{
    font-size:15px;
  }
  .customer_cate_item_title p{
    letter-spacing: 0;
  }
  .customer_cate_item_title:after{
    right: 9px;
  }
  .customer_cate_item_inner:hover .customer_cate_item_title:after{
    right: 5px;
  }

  /*ブランド*/
  .pg_customer .section.sec5 .about_history_wrap:before{
    top: -60px;
  }

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

  }
  .pg_customer .section.sec1{
    padding: 108px 0 200px;
  }
  .pg_customer .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_customer .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_customer .section.sec4{
    margin-top:90px;
    padding-top: 90px;
    padding-bottom: 200px;
  }

  /*見出し*/
  .pg_customer .section.sec2 .about_history_wrap:before{
    top: -130px;
  }
  .pg_customer .sec_title_sub{
    margin-top: 36px;
  }
  .customer_bnr_img{
    margin-top: 52px;
  }

  /*商品*/
  .customer_product_items{
    margin-top: 50px;

  }
  .customer_product_item{

  }
  .customer_product_item:nth-child(n+2){
    margin-top: 85px;
  }
  .customer_product_item:nth-child(odd) .customer_product_box1{
    order: 1;
  }
  .customer_product_item:nth-child(odd) .customer_product_box2{
    order: 2;
  }
  .customer_product_item:nth-child(odd) .customer_product_item_sub{
    order: 3;
  }
  .customer_product_item:nth-child(even) .customer_product_box1{
    order: 2;
  }
  .customer_product_item:nth-child(even) .customer_product_box2{
    order: 1;
  }
  .customer_product_item:nth-child(even) .customer_product_item_sub{
    order: 3;
  }
  .customer_product_box1{
    width: 51.35%;
  }
  .customer_product_box1_title{
    font-size: 20px;
  }

  .customer_product_box2{
    width: 40.09%;
  }
  .customer_product_box2_img img{

  }
  .customer_product_box2_img:before{

  }
  .customer_product_item_sub{
    margin-top: 46px;
  }
  .customer_product_item_sub_title{

  }
  .customer_product_item_sub_title_txt{
    font-size: 20px;
    padding: 0 70px;
  }
  .customer_product_item_sub_lists{
    display: flex;
    flex-wrap: wrap;
    margin: 43px -15px 0;
  }
  .customer_product_item_sub_list{

  }
  .customer_product_item_sub_list_inner{

  }
  .customer_product_item_sub_img img{

  }
  .customer_product_item_sub_img:before{

  }
  .customer_product_item_sub_list_title{
    font-size: 17px;
    letter-spacing: 0;
    padding: 21px 0;
  }
  .customer_product_item_sub_list_inner .content_desc{
    margin-top: 15px;
  }

  /*reason*/
  .pg_customer .section.sec2 .about_history_wrap {
    padding-bottom: 80px;
  }
  .pg_customer .section.sec3 .about_vision_wrap{
    padding-top: 60px;
  }
  .customor_reason_items{
    margin-top: 46px;
  }
  .customor_reason_item .content_desc{
    margin-top: 46px;
  }

  /*カテゴリ*/
  .customer_cate_items{
    margin-top: 45px;
  }
  .customer_cate_item{

  }
  .customer_cate_item:nth-child(n+4){
    margin-top: 30px;
  }
  .customer_cate_item_inner{

  }
  .customer_cate_item_img{

  }
  .customer_cate_item_img img{

  }
  .customer_cate_item_img:before{

  }
  .customer_cate_item_title{
    font-size: 16px;
    padding: 20px 0;
  }

  /*ブランド*/
  .pg_customer .section.sec5 .about_history_wrap{
    padding-bottom: 0;
  }
}
@media (min-width:1024px){
  .pg_customer{

  }
  .pg_customer .section.sec1{
    padding: 108px 0 305px;
  }
  .pg_customer .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_customer .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_customer .section.sec4{
    margin-top: 110px;
    padding-top: 110px;
    padding-bottom: 290px;
  }

  /*見出し*/
  .pg_customer .section.sec2 .about_history_wrap:before{
    top: -185px;
  }
  .pg_customer .sec_title_ja{
    font-size: 20px;
    margin-top: 15px;
  }
  .pg_customer .section.sec1 .content_desc{
    text-align: justify;
  }
  .pg_customer .content_desc{
    margin-top: 35px;
  }
  .customer_bnr_img{
    margin-top: 52px;
  }

  /*商品*/
  .customer_product_items{
    margin-top: 50px;
  }
  .customer_product_item{

  }
  .customer_product_box1{

  }
  .customer_product_box1_title{

  }
  .customer_product_box1 .content_desc{
    margin-top: 20px;
  }
  .customer_product_box1 .content_desc p{
    letter-spacing: 0.07em;  
  }

  .customer_product_box2{
    padding-top: 5px;
  }
  .customer_product_box2_img img{

  }
  .customer_product_box2_img:before{

  }
  .customer_product_item_sub{

  }
  .customer_product_item_sub_title{

  }
  .customer_product_item_sub_title_txt{
    padding: 0 70px;
  }
  .customer_product_item_sub_lists{

  }
  .customer_product_item_sub_list{

  }
  .customer_product_item_sub_list_inner{

  }
  .customer_product_item_sub_img img{

  }
  .customer_product_item_sub_img:before{

  }
  .customer_product_item_sub_list_title{
    font-size: 18px;
    letter-spacing: 0.075em;
  }
  .customer_product_item_sub_list_inner .content_desc{
    margin-top: 15px;
  }

  /*reason*/
  .pg_customer .section.sec2 .about_history_wrap {
    padding-bottom: 141px;
  }
  .pg_customer .section.sec3 .about_vision_wrap{
    padding-top: 84px;
  }
  .customor_reason_items{
    margin-top: 46px;
  }
  .customor_reason_item:nth-child(odd) .home_service_item_inner{
    padding-right: 16px;
  }
  .customor_reason_item:nth-child(even) .home_service_item_inner{
    padding-left: 16px;
  }
  .customor_reason_item .content_desc{
    margin-top: 46px;
  }

  /*カテゴリ*/
  .customer_cate_items{

  }
  .customer_cate_item{

  }
  .customer_cate_item:nth-child(n+4) {
    margin-top: 63px;
  }
  .customer_cate_item_inner{

  }
  .customer_cate_item_img{

  }
  .customer_cate_item_img img{

  }
  .customer_cate_item_img:before{

  }
  .customer_cate_item_title{
    font-size: 18px;
  }

  /*ブランド*/
  .pg_customer .section.sec5 .about_history_wrap{
    padding-bottom: 0;
  }
}
@media (min-width:1200px){
  .pg_customer .section.sec1 .content_desc{
    text-align: center;
  }

}

/*******************************
*　
********************************/
.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: 0;
}
.pg_news .section.sec1{
  padding-top: 50px;
  overflow: hidden;
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;

}
.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;
}
.body_news .ftr_contact_wrap,
.body_newsDetail .ftr_contact_wrap{
  background: #fff;
  margin-top: 0;
}

/* リスト */
.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{

}

.news_box.home_news_box .webgene-item a{
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
}
.news_box.home_news_box .webgene-item:nth-child(n+2){
  margin-top: 0;
}
.news_box.home_news_box .webgene-item a:after{
  right: 11px;
}
.news_box.home_news_box .webgene-item a .cate_inner{
  border-radius: 5px;
}


/* サイド */
.posts_side_wrap{

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

.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: 32px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #139b40;
}

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

}
.posts_detail .meta{
  align-items: center;
  border-bottom: none;
  padding-bottom: 5px;
  margin-bottom: 6px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
  display: inline-block;
  text-align: center;
  border: 1px solid #139b40;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 3px 8px;
}
.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{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.posts_detail .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #333333;
  padding-bottom: 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;
}
.pg_news .link_1_outer.center{
  margin-top: 36px;
}

/* コピー用 */
@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_layout{
    margin-top: 30px;
  }
  .news_box.home_news_box .webgene-item a{
    padding-left: 0;
  }
  .posts_detail .meta{
    display: flex;
    align-items: center;
  }
  .posts_detail .meta .category{
    margin-left: 10px;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 0;
  }
  .pg_news .section.sec1{
    padding-top: 112px;
    padding-bottom: 80px;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
    padding-top: 12px;
  }

  .posts_category_sp{
    display: none;
  }
  .body_news .ftr_contact_wrap,
  .body_newsDetail .ftr_contact_wrap{
    margin-top: 0;
  }

  /* リスト */
  .posts_layout{
    margin-top: 40px;
  }
  .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{

  }
  .news_box.home_news_box .webgene-item a{
    padding: 24px 60px 24px 0;
  }
  .news_box.home_news_box .webgene-item a:hover:after{
    right: 5px;
  }
  .news_box.home_news_box .webgene-item a .date{
    width: 110px;
  }
  .news_box.home_news_box .webgene-item a .title{
    width: calc(100% - 110px - 132px);
  }

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

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

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 5px;
    margin-bottom: 6px;
  }
  .posts_detail .meta .category{

  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  .pg_news .link_1_outer.center{
    margin-top: 90px;
  }

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

  }
  .pg_news .sec_title_ja{
    font-size: 20px;
    margin-top: 15px;
  }
  .body_news .ftr_contact_wrap,
  .body_newsDetail .ftr_contact_wrap{
    margin-top: 0;
  }

  .posts_detail{
    padding: 0 0 123px;
  }

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

  .pg_news{
    padding-top: 0;
  }

}

/*******************************
*　商品
********************************/
.pg_product{

}
.pg_product .section.sec1{
  padding-top: 50px;
}
.pg_product .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}

/*大カテゴリ*/
.product_top_cate_items{
  margin: 36px -15px 0;
}
.product_top_cate_item{

}
.product_top_cate_item_inner{
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #139b40;
  border-radius:10px; 
  font-size: 18px;
  font-weight: 500;
  letter-spacing:0.075em;
  position: relative;
  padding: 6px;
}
.product_top_cate_item_inner:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/ar5.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: all .2s;
}
.product_top_cate_item_inner:hover{
  background: #139b40;
  color: #fff;
}

/*カテゴリにactiveついたら装飾変更*/
.product_top_cate_item.active .product_top_cate_item_inner{
  background: #139b40;
  color: #fff;
}
.product_top_cate_item.active .product_top_cate_item_inner:after{
  background-image: url(/system_panel/uploads/images/ar2.png);
}


/*小カテゴリ*/
.product_bottom_cate_items{

}
.product_bottom_cate_items .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.product_bottom_cate_items .webgene-item a{
  text-align: center;
  padding-left: 0;
  display: block;
  border: 1px solid #139b40;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.product_bottom_cate_items .webgene-item a:before{
  display: none;
}
.product_bottom_cate_items .webgene-item a{
  position: relative;
}
.product_bottom_cate_items .webgene-item a.active{
  background: #139b40;
  color: #fff;
}
.product_bottom_cate_items .webgene-item a:after{
  display: inline-block;
  content: "\f054";
  font-family: "fontAwesome";
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.product_bottom_cate_items .posts_cat_item{
  padding: 0 15px;
}
.product_bottom_cate_items .posts_cat_item + .posts_cat_item{
  margin-top: 0;
}

/*リスト*/
.product_data{
  display: none;
}

.product_lists{
  margin-top: 60px;
}
.product_lists .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.no_results{
  width: 100%;
  color: red;
  font-weight: 500;
  text-align: center;
}


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

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

}
@media (max-width:767px){
  /*大カテゴリ*/
  .product_top_cate_items{
    margin-bottom: 30px;
  }
  .product_top_cate_item:nth-child(n+2){
    margin-top: 16px;
  }

  /*小カテゴリ*/
  .product_bottom_cate_items{
    display: none;
  }
  /*小カテゴリタイトル削除*/
  .posts_category_sp .posts_side_title{
    display: none;
  }

  /*リスト*/
  .product_lists .webgene-blog{
    margin: 0 -5px;
  }
  .product_lists .webgene-item{
    padding: 0 5px;
  }
  .product_lists .webgene-item:nth-child(n+3){
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pg_product{

  }
  .pg_product .section.sec1{
    padding-top: 105px;
  }
  .pg_product .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*大カテゴリ*/
  .product_top_cate_items{
    margin-top: 54px;
  }
  .product_top_cate_item{

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


  /*小カテゴリ*/
  .product_bottom_cate_items{
    margin-top: 50px;
  }
  .product_bottom_cate_items .webgene-blog{

  }
  .product_bottom_cate_items .posts_cat_item:nth-child(n+4){
    margin-top: 16px;
  }
  .product_bottom_cate_items .webgene-item a{
    padding: 13px 0;
  }
  .product_bottom_cate_items .webgene-item a{

  }

  /*リスト*/
  .product_lists{
    margin-top: 80px;
  }
  .product_lists .webgene-item:nth-child(n+5){
    margin-top: 50px;
  }
  .pg_product .webgene-pagination{
    margin-top: 60px;
  }


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

  }
  .pg_product .section.sec1{
    padding-top: 105px;
  }
  .pg_product .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_product .sec_title_ja{
    font-size: 20px;
    margin-top: 15px;
  }

  /*小カテゴリ*/
  .product_bottom_cate_items{
    margin-top: 77px;
  }
  .product_bottom_cate_items .posts_cat_item:nth-child(n+4){
    margin-top: 0;
  }
  .product_bottom_cate_items .posts_cat_item:nth-child(n+5){
    margin-top: 19px;
  }

  /*リスト*/
  .product_lists{
    margin-top: 100px;
  }
  .product_lists .webgene-item:nth-child(n+5){
    margin-top: 70px;
  }

  .pg_product .webgene-pagination{
    margin-top: 75px;
  }



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


}

/*******************************
*　商品詳細
********************************/
.body_product .ftr_contact_wrap,
.body_productDetail .ftr_contact_wrap{
  background: #fff;
  margin-top: 0;
}

.product_detail .webgene-item .content_outer{
  padding: 0 30px;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
.detail_content{
  padding: 0 30px;
}
.product_detail .webgene-item .content_outer:before{
  content: "";
  display: block;
  width: 100vw;
  height: 70.48%;
  background: #f5f5f5;
  position: absolute;
  top: 37.24%;
  left: 50%;
  transform:translateX(-50%);
  z-index: -1;
  margin-right: calc(50% - 50vw);
}
.product_detail .webgene-item .thumb{
  padding: 0 30px;
}
.product_detail .slick-arrow{

}
.product_detail .slick-prev{
  left: -54px;
  background-image: url(/system_panel/uploads/images/next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product_detail .slick-next{
  right: -54px;
  background-image: url(/system_panel/uploads/images/prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product_detail .slick-arrow{
  color: #181818;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 45px;
  height: 45px;
  border: none;
  font-size: 0;
  border-radius: 50%;
  text-decoration: none;
  border: none;
}
.product_detail .webgene-item .img_fit:before{
  padding-top: 100%;
}
.product_detail .sub_outer{
  margin-top: 30px;
}
.product_detail .sub .img_fit{
  margin: 0 5px;
  cursor: pointer;
}
.product_detail .sub .img_fit:before{
  padding-top: 100%;
}
.sub_outer{
  position: relative;
}

.product_detail .webgene-item .meta{
  border-bottom: 1px solid #139b40;
  padding-bottom: 16px;
  margin-top: 60px;
}
.product_detail .webgene-item .title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.product_detail .webgene-item .desc_outer{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2em;
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 30px;
}

.product_detail .webgene-item .price:before{
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  background: #139b40;
  margin-bottom: 13px;
}
.product_detail .webgene-item .price{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.product_detail .webgene-item .pdf{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #3651a2;
  line-height: 1;
  margin-top: 20px;
}
.product_detail .webgene-item .pdf:after{
  content: "";
  display: block;
  width: 112px;
  height: 1px;
  background: #d6dae8;
}
.product_detail .link_1{
  z-index: 1;
}
.product_detail .link_1:after{
  z-index: -1;
}
.product_detail .webgene-item .meta{
  margin-top: 42px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_company .section.sec4{
    padding-top: 60px;
  }
  .body_product .ftr_contact_wrap,
  .body_productDetail .ftr_contact_wrap{
    padding-top:80px;
  }

  button.slick-arrow{
    display: none;
  }
  .product_detail .slick-arrow{
    width: 28px;
    height: 28px;
  }
  .product_detail .slick-next{
    right: -32px;
  }
  .product_detail .slick-prev{
    left: -32px;
  }
}
@media (min-width:768px){
  .product_detail .webgene-item .content_outer{
    padding: 0 60px;
    margin-top: 50px;
  }
  .detail_content{
    padding: 0 60px;
  }
  .product_detail .webgene-item .thumb{
    padding: 0 60px;
  }
  .product_detail .slick-arrow{

  }
  .product_detail .slick-prev{
    left: -54px;
  }
  .product_detail .slick-arrow{
    right: -54px;
  }
  .product_detail .webgene-item .img_fit:before{

  }
  .product_detail .sub_outer{
    margin-top: 50px;
  }
  .product_detail .sub .img_fit{

  }
  .product_detail .sub .img_fit:before{

  }

  .product_detail .webgene-item .meta{
    padding-bottom: 45px;
    margin-top: 80px;
  }
  .product_detail .webgene-item .title{
    font-size: 20px;
  }
  .product_detail .webgene-item .desc_outer{
    padding-top: 40px;
    padding-bottom: 36px;
  }
  .product_detail .webgene-item .pdf{
    margin-top: 40px;
  }
  .product_detail .link_1_outer{
    margin-top: 80px;
  }
}
@media (min-width:1024px){
  .detail_content{
    padding: 0 95px;
  }
  .product_detail .webgene-item .content_outer{
    padding: 0 95px;
    margin-top: 60px;
  }
  .product_detail .webgene-item .thumb{
    padding: 0 95px;
  }
  .product_detail .slick-arrow{

  }
  .product_detail .slick-prev{
    left: -72px;
  }
  .product_detail .slick-next{
    right: -72px;
  }
  .product_detail .slick-arrow{

  }
  .product_detail .webgene-item .img_fit:before{

  }
  .product_detail .sub{

  }
  .product_detail .sub .img_fit{

  }
  .product_detail .sub .img_fit:before{

  }
  .product_detail .webgene-item .meta{
    margin-top: 105px;
  }
  .product_detail .webgene-item .title{

  }
  .product_detail .webgene-item .desc_outer{
    padding-bottom: 42px;
  }
  .product_detail .link_1_outer{
    margin-top: 108px;
  }
}
@media (min-width:1200px){


}

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

}
.pg_company .section.sec1{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_company .section.sec2{
  padding-top: 50px;
  padding-bottom:50px;
  background: #fbfcfc;
}
.pg_company .section.sec3{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f5f3ec;
}

/*見出し*/
.company_cate_wrap{
  margin-top: 40px;
}
.company_cate_items{
  justify-content: center;
  background: #139b40;
  border-radius: 30px;
  padding: 16px 0;
  transition: all .2s;
  border: 1px solid transparent;
}
.company_cate_items:hover{

  border: 1px solid #139b40;
}
.company_cate_items:hover .company_cate_item_inner{
  color: #fff;
  opacity: 0.5;
}
.company_cate_items .company_cate_item:hover{


}
.company_cate_items .company_cate_item_inner:hover{
  opacity: 1;
  color:#ffeb3b;
}
.company_cate_item{
  position: relative;
}
.company_cate_item:before{
  content: "／";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
}
.company_cate_item:last-child:after{
  content: "／";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;

}
.company_cate_item_inner{
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.company_cate_item_inner:hover{

}

/*理念*/
.company_philo_box{
  border: 1px solid #139b40;
  border-radius: 30px;
  padding: 32px 0;
  margin-top: 60px;
}
.company_philo_box .sec_title_sub{
  text-align: center;
  margin-top: 28px;
}
.company_philo_lists{
  margin-top: 20px;
}
.company_philo_list{
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  display: flex;
  align-items: center;
}
.company_philo_list:before{
  content: "●";
  color: #139b40;
  padding-right: 5px;
}

/*想い*/
.company_thughut_items{
  justify-content: space-between;
  margin-top: 27px;
}
.company_thughut_box1{
  width: 100%;
  position: relative;
}
.company_thughut_box1_inner{

}
.company_thughut_box1_img img{
  border-radius: 30px;
}
.company_thughut_box1_img:before{
  padding-top: 129.14%;
}
.company_thughut_box1_en{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #139b40;
  position: absolute;
  top: 0;
  right: -20px;
}
.company_thughut_box1_name{
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 14px;
  margin-top: 12px;
}
.company_thughut_box2{
  width: 100%;
}

/*テーブル*/
.company_tbl{
  margin-top: 36px;
}
.company_tbl .table_rows{
  border-collapse: separate;
}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.0.8em;
  border: 1px solid #b2b2b2;
}
.company_tbl .table_rows_th{
  background: #139b40;
  color: #fff;
}
.company_tbl .table_rows_td{
  line-height: 1.8125em;
  background: #fff;
}

/*地図*/
.gmap{
  margin-top: 50px;
}
.access_map iframe{
  width: 100%;
  border: none;
  height: 250px;
  border-radius:30px; 
}

/*店舗リスト*/
.company_list_cate_items{
  margin: 36px -15px 50px;
}
.company_list_cate_item{

}
.company_list_cate_item_inner{
  text-align: center;
  padding-left: 0;
  display: block;
  border: 1px solid #139b40;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 11px 0;
}
.company_list_cate_item.active .company_list_cate_item_inner{
  background: #139b40;
  color: #fff;
}
.company_list_cate_item_inner:after{
  display: inline-block;
  content: "\f054";
  font-family: "fontAwesome";
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}

/*店舗情報*/
.company_lists.show, .gjs-dashed .company_lists{
  display: block;
}
.company_lists{
  display: none;
}
.company_list{
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  padding-top: 36px;
  padding-bottom: 36px;
}
.company_list_box1{
  width: 100%;
}
.company_list_title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.company_list_box2{
  width: 100%;
}
.company_list_box2_img img{
  border-radius: 30px;
}
.company_list_box2_img:before{
  padding-top: 63.15%;
}

.company_list_box2_map{
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.company_list_box2_map:before{
  content: "";
  display: block;
  padding-top: 63.15%;
}
.company_list_box2_map iframe{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

}
@media (max-width:767px){
  /*見出しカテゴリ*/
  .company_cate_item{
    width: 100%;
  }
  .company_cate_item:nth-child(n+2){
    margin-top: 16px;
  }
  .company_cate_item:before{
    display: none;
  }
  .company_cate_item:last-child:after{
    display: none;
  }

  .company_philo_list{
    align-items: flex-start;
    padding: 0 16px;;
  }

  .company_thughut_box1_inner{
    width: 85%;
  }
  .company_thughut_box1_en{
    right: 0; 
  }

  /*テーブル*/
  .company_tbl{
    margin-top: 40px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .company_tbl .table_rows_th{
    border-right: none;
  }
  .company_tbl .table_rows_td{
    border-left: none;
  }
  .company_tbl .table_rows_tr:first-child .table_rows_th{
    border-radius: 10px 10px 0 0;
  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-radius: 0 0 10px 10px;;
    border-bottom: 1px solid #b2b2b2;
  }

  /*店舗カテゴリ*/
  .company_list_cate_items{
    margin: 36px -5px 50px;
  }
  .company_list_cate_item:nth-child(n+3){
    margin-top: 16px;
  }
  .company_list_cate_item{
    padding: 0 5px;
  }

  /*店舗情報*/
  .company_list:nth-child(n+2){

  }
  .company_list_box1{
    order: 2;
    margin-top: 20px;
  }
  .company_list_box2{
    order: 1;
  }
  .company_tbl .table_rows_th{
    width:100%;
    border-left: 1px solid #b2b2b2;
  }
  .company_tbl .table_rows_td{
    padding-left: 33px;
    border-left: 1px solid #b2b2b2;
  }
}
@media (min-width:768px){
  .pg_company{

  }
  .pg_company .section.sec1{
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .pg_company .section.sec2{
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .pg_company .section.sec3{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /*見出し*/
  .company_cate_wrap{
    margin-top: 80px;
  }
  .company_cate_items{

  }
  .company_cate_item{
    padding: 0 30px 0 50px;
  }

  .company_cate_item_inner{

  }

  /*理念*/
  .company_philo_box{
    padding: 50px 0;
    margin-top: 100px;
  }
  .company_philo_box .sec_title_sub{
    margin-top: 45px;
  }
  .company_philo_lists{
    margin: 20px auto 0;
    padding: 0 5px 0 20px;
  }
  .company_philo_list{
    padding: 0 0 0 0;;
  }

  /*想い*/
  .company_thughut_items{

  }
  .company_thughut_box1{
    width: 50%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }
  .company_thughut_box1_inner{
    padding-right: 30px;
  }
  .company_thughut_box1_img img{

  }
  .company_thughut_box1_img:before{

  }
  .company_thughut_box1_en{
    top: -4px;
    right: -18px;
  }
  .company_thughut_box1_name{
    font-size: 24px;
  }
  .company_thughut_box2{

  }

  /*テーブル*/
  .company_tbl{
    margin-top: 40px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 14px 23px;
  }
  .company_tbl .table_rows_tr:first-child .table_rows_th{
    border-radius: 10px 0 0 0;
  }
  .company_tbl .table_rows_tr:first-child .table_rows_td{
    border-radius: 0 10px 0 0;
  }
  .company_tbl .table_rows_tr:last-child .table_rows_th{
    border-radius: 0 0 0 10px;
  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-radius: 0 0 10px 0;
  }
  .company_tbl .table_rows_th{
    width:200px;
    border-right: none;
  }
  .company_tbl .table_rows_td{
    padding-left: 33px;
    border-left: none;
  }

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

  /*店舗リスト*/
  .company_list_cate_items{
    margin-top: 46px;
    margin-bottom: 80px;
  }
  .company_list_cate_item{

  }
  .company_list_cate_item:nth-child(n+5){
    margin-top: 16px;
  }
  .company_list_cate_item_inner{

  }

  /*店舗情報*/
  .company_list{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .company_list_box1{
    width: 49.23%;
  }
  .company_list_title{
    font-size: 20px;
  }
  .company_list_box2{
    width: 42.79%;
  }
  .company_list_box2_img img{

  }
  .company_list_box2_img:before{

  }
  .company_list_box1 .link_1_outer{
    margin-top: 50px;
  }
}
@media (min-width:1024px){
  .pg_company{

  }
  .pg_company .section.sec1{
    padding-top: 110px;
    padding-bottom: 127px;
  }
  .pg_company .section.sec2{
    padding-top: 107px;
    padding-bottom: 110px;
  }
  .pg_company .section.sec3{
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .pg_company .section.sec4{
    padding-top: 110px;
  }

  .company_list_wrap .sec_title_ja,
  .company_tbl_wrap .sec_title_ja,
  .pg_company .section.sec1 .sec_title_ja{
    font-size: 20px;
    margin-top: 15px;
  }
  .pg_company .section.sec1 .content_desc{
    text-align: center;
  }
  /*見出し*/
  .company_cate_wrap{
    margin-top: 113px;
  }
  .company_cate_items{

  }
  .company_cate_item{

  }
  .company_cate_item_inner{

  }

  /*理念*/
  .company_philo_box{
    margin-top: 125px;
  }
  .company_philo_box .sec_title_sub{

  }
  .company_philo_lists{
    width: 71.17%;
    padding: 0;

  }
  .company_philo_list{
    padding: 0;;
  }

  /*想い*/
  .pg_company .section.sec2 .sec_title_ja{
    font-size: 20px;
    margin-top: 15px;
  }
  .company_thughut_items{

  }
  .company_thughut_box1{
    width: 34.23%;
    margin-right: 0;
    margin-left:0;
  }
  .company_thughut_box1_inner{

  }
  .company_thughut_box1_img img{

  }
  .company_thughut_box1_img:before{

  }
  .company_thughut_box1_en{

  }
  .company_thughut_box1_name{

  }
  .company_thughut_box2{
    width: 57.20%;
  }

  /*テーブル*/
  .company_tbl{
    margin-top: 53px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_th{
    width: 310px;
  }
  .company_tbl .table_rows_td{

  }

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

  /*店舗リスト*/
  .company_list_cate_items{
    margin-top: 54px;
    margin-bottom: 100px;
  }
  .company_list_cate_item{

  }
  .company_list_cate_item_inner{

  }

  /*店舗情報*/
  .company_list{
    padding-top: 72px;
    padding-bottom: 80px;
  }
  .company_list_box1{

  }
  .company_list_title{
    font-size: 24px;
  }
  .company_list_box2{
    padding-top: 7px;
  }
  .company_list_box2_img img{

  }
  .company_list_box2_img:before{

  }
}
@media (min-width:1200px){
  /*理念*/
  .company_philo_list{
    padding: 0 0 0 77px;;
  }
}


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

.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;
  }
}
@media (max-width:767px){

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

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


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Zen Maru Gothic", serif;
  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 {
  color: #fff;
  padding: 14px 10px 14px 20px;
  background: #139b40;
  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: 500;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .d-inline-block.nin{
  background: #fff;
  color: #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 20px;
}
.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;
  letter-spacing: 0.16em;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.18em;
  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: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 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;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  max-width: 190px;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  background: transparent;
  position: relative;
  color: #181818;
  border: none;
  left: -30px;
  margin: 45px auto 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.pg_contact .formBtn.formSend:hover:after{
  right: -20px;;
}
.pg_contact .formBtn.formSend:after{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/ar.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .3s;
  z-index: -2;

}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 3px;
  letter-spacing: 0.08em;
  font-size: 16px;
}
.radioArea .d-inline-block{
  margin-right: 30px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

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


/* プライバシー */
.pg_contact .section.sec2{
  background: #fff;
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 30px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #139b40;
}
.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: 155px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .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: 15px;
    padding-left: 10px;
  }
}

.pg_contact .section.sec1{
  padding-top: 50px;
}
.pg_contact .section.sec3{
  padding-top: 50px;
  margin-top: 30px;
  background: #fbfbfb;
  padding-bottom: 50px;
}
.pg_contact .section.sec1 .link_1{
  position: relative;
}
.pg_contact .section.sec1 .link_1 p{
  display: flex;
  align-items: center;
}
.pg_contact .section.sec1 .link_1 p:before{
  content: "";
  display: block;
  background-image: url(/system_panel/uploads/images/20241011204025520031.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 16px;
  margin-right: 4px;
}

.formTbl{
  border-radius:10px; 
}
.formTbl .row:first-child .formTh{
  border-radius: 10px 0 0 0;
}
.formTbl .row:first-child .formTd{
  border-radius: 0 10px 0 0;
}
.formTbl .row:last-child .formTh{
  border-radius: 0 0 0 10px;
}
.formTbl .row:last-child .formTd{
  border-radius: 0 0 10px 0;
}

.pg_contact .section.sec2 .sec_title{
  margin-bottom: 32px;
}
.contact_tt.privacy{
  font-weight: 400;
  font-size: 19px;
  margin-bottom:32px;
}

.contact_terms_box{
  padding-top: 70px;
}

.body_thanks .pg_contact .section.sec1{
  padding-bottom:60px;
}
.body_thanks .pg_contact .section.sec1 .link_1 p:before{
  display: none;
}
.body_thanks .pg_contact .section.sec1 .contact_tt{
  margin-top: 30px;
} 
.body_thanks .ftr_contact_wrap{
  background: #fff;
  margin-top: 0;
}

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

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

}
@media (max-width:767px){
  .formTbl .row:first-child .formTh{
    border-radius: 10px 10px 0 0;
  }
  .formTbl .row:first-child .formTd{
    border-radius: 0;
  }
  .formTbl .row:last-child .formTh{
    border-radius: 0;
  }
  .formTbl .row:last-child .formTd{
    border-radius: 0 0 10px 10px;
  }

  .privacy_ttl{
    font-size: 17px;
  }
}
@media (min-width:768px){
  .pg_contact .section.sec1{
    padding-top: 80px;
  }
  .pg_contact .section.sec2 .sec_title{
    margin-bottom: 45px;
  }
  .pg_contact .section.sec3{
    padding-top: 125px;
    margin-top: 50px;
    padding-bottom: 100px;
  }



  .pg_contact .sec_title_ja{
    font-size: 20px;
    margin-top: 15px;
  }
  .pg_contact .section.sec1 .content_desc{
    text-align: center;
    margin-top: 45px;
  }

  .contact_tt.privacy{
    font-size: 20px;
    margin-bottom: 36px;
  }

  .contact_terms_box{
    padding-top: 100px;
  }

  .body_thanks .pg_contact .section.sec1 .contact_tt{
    margin-top: 50px;
  } 
  .body_thanks .pg_contact .section.sec1{
    padding-bottom: 100px;
  }
  .body_thanks .ftr_contact_wrap{
    background: #fff;
    margin-top: 0;
  }
}
@media (min-width:1024px){
  .pg_contact .section.sec1{
    padding-top: 110px;
  }
  .pg_contact .section.sec1 .content_desc{
    text-align: center;
  }
  .pg_contact .section.sec3{
    padding-top: 115px;
    margin-top: 110px;
    padding-bottom: 115px;
  }
  .contact_terms_box{
    padding-top: 135px;
  }


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

  .thanks_text{
    text-align: center;
  }
  .body_thanks .pg_contact .section.sec1{
    padding-bottom: 100px;
  }
  .body_thanks .ftr_contact_wrap{
    background: #fff;
    margin-top: 0;
  }
}
@media (min-width:1200px){


}

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


.customer_bnr_btns_box,
.customer_bnr_shop_box{
  margin-top: 50px;
}
.customer_bnr_btns{
  display: flex;
  flex-wrap: wrap;
  margin: 32px -15px 0;
}
.customer_bnr_btn{

}
.customer_bnr_btn_inner{
  font-size: 15px;
  font-weight: 500;
  margin: 15px auto 0;
  padding: 16px 0;
  display: block;
  background: #139b40;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 31px;
  letter-spacing: 0.075em;
  border: 1px solid transparent;
}
.customer_bnr_btn_inner:hover{
  background: #fff;
  color: #139b40;
  border: 1px solid #139b40;
}
.customer_bnr_btn_inner.line:hover{
  background: #fff;
  border: 1px solid #00B900;
  color: #00B900;
}
.customer_bnr_shop_box .customer_bnr_btns{
  justify-content: center;
}

.desc_outer .post_content a{
  color: #007bff;
}

#popup_line {
  width: 600px;
}
.popup_line_wrap {
  background: #fff;
  color: #FFF;
  border: 1px solid #00B900;
  padding: 30px 30px;
}
.popup_line_wrap .ftr_line_items {
  margin-top: 0;
}
.ftr_line_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.ftr_shop_item_inner{
  background: #00B900;
  display: block;
  background: #00B900;
  color: #fff;
  text-align: center;
  border-radius: 36px;
  padding: 5px 0;
}

.ftr_line_item {
  width: 100%;
  max-width: 210px;
}
.lity.lity-opened{
  z-index: 99999999;
}

.line_link_box .customer_bnr_btns{
  justify-content: center; 
}

.customer_bnr_btn_inner.line{
  background: #00B900;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  #popup_line {
    max-width: 90%;
    margin: 0 auto;
  }
  .ftr_line_item:nth-child(n+2){
    margin-top:16px;
  }
}
@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;
  }

  .customer_bnr_btns{
    margin-top: 45px; 
  }
  .customer_bnr_btns_box,
  .customer_bnr_shop_box{
    margin-top: 60px;
  }

  .ftr_line_item {
    margin: 0 15px;
  }
}
@media (min-width:1024px){

  .customer_bnr_btns_box,
  .customer_bnr_shop_box{
    margin-top: 70px;
  }

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


}

.cta-note {
  	margin-top: 4px;
	font-size: 10px;
  	text-align: center;
  	line-height: 1.2;
}