@charset "UTF-8";

:root {
  --main-color: #3860e3;
  --sub-color: #ffc600;
}
#root{
  overflow: hidden;
}

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #272727;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



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

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

.mincho{
  font-family: 'Noto Serif JP', serif;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
  letter-spacing: 0.075em;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.5;
}

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

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

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

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

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

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


/* 指定デバイスのみで表示するclass */
@media (min-width:1720px){
  .fw_nobr br{
    display: none !important;
  }
}
@media (min-width:1536px){
  .lg_nobr br{
    display: none !important;
  }
}
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@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{

}
.hdr1{
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  background: #FFF;
}

/* ロゴ */
.hdr_logo{

}
.hdr_logo img{
  width: 150px;
}

/* メニュー全般 */
.hdr_menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* TELボタン */
.hdr_tel{

}
.hdr_tel_txt1{
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.hdr_tel_link{

}
.hdr_tel_link p{

}
.hdr_tel_link p:before{
  display: inline-block;
  content:"\f095";
  font-family: "fontAwesome";
  margin-right: 6px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  color: var(--main-color);
}


/* お問い合わせボタン */
.hdr_contact{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_contact a{
  background: var(--main-color);
  color: #FFF;
  width: 185px;
  padding: 10px 5px;
  text-align: center;
  transition: 0.2s all;
}
.hdr_contact a.email p:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}
.hdr_contact a:hover{
  background: var(--sub-color);
  color: #FFF;
}

/* SNSボタン */
.hdr_sns{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_sns a{
  width: 24px;
  transition: 0.2s all;
}
.hdr_sns a:hover{
  filter: brightness(1.1);
}
.hdr_sns a img{
  display: block;
}
.hdr_sns a + a{
  margin-left: 10px;
}


@media (min-width:375px){

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

  .hdr1 {
    justify-content: center;
  }

  .header{
    text-align: center;
    padding: 10px;
  }

  /* お問い合わせボタン */
  .hdr_contact{
    display: none;
  }
  /* SNSボタン */
  .hdr_sns{
    margin-left: 20px;
  }
  .hdr_sns a img{
    height: 30px;
  }

  .hdr_contact_btn{
    display: none;
  }


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

  /* ヘッダー固定 */
  body{
    /* ヘッダーの高さに応じて */
    padding-top: 0;
  }
  .header{
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    transition: all .2s;
  }
  .hdr_outer{
    display: flex;
    align-items: center;
    justify-content:flex-end;
    background: #fff;
    padding-right: 15px;;
  }
  .hdr_contact_btn{

  }


  .hdr1{
    padding: 0 15px 0;
  }

  /* ロゴ */
  .hdr_logo img{
    width: 250px;
  }

  /* ヘッダースリム */
  .header.slim{
    background: #272727;
  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 24px;
  }
  .hdr_tel_link p:before{
    margin-right: 6px;
  }

  .hdr_contact_btn{
    width: 110px;
    aspect-ratio: 1 / 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg,rgba(56, 96, 227, 1) 0%, rgba(34, 85, 189, 1) 41%, rgba(22, 79, 168, 1) 70%, rgba(2, 68, 133, 1) 100%);
    color: #fff;
    /*    margin-left: 20px;*/
    transition: all .2s;
  }
  .hdr_contact_btn:hover{
    color: #fff;
    background-image: linear-gradient(0deg, rgba(253, 109, 63, 1), rgba(255, 148, 88, 1));
  }
  .hdr_contact_btn:hover .btn_icon{
    margin-bottom: 20px;
  }
  .btn_icon{
    transition: all .2s;
    margin-bottom: 10px;
  }
  .hdr_contact_btn_txt{
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .gnav_outer{
    padding-bottom: 14px;
  }

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

  /* ロゴ */
  .hdr_logo img{
    width: 200px;
  }

  /* ヘッダースリム */
  .header.slim{
    background: #272727;
  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 26.5px;
  }

}
@media (min-width:1200px){
  .header{
    padding-left: 56px;
  }
  /* ロゴ */
  .hdr_logo{

  }

  .hdr_contact_btn{
    margin-left: 20px;
  }


  /* ヘッダースリム */
  .header.slim{

  }

  .hdr_contact_btn{
    margin-left: 27px;
  }

  .hdr_outer{
    background: none;
    padding-right: 0;
  }
}
@media (min-width:1440px){
  .hdr_logo img{
    width: auto;
  }
}

/*******************************
*　メインビジュアル
********************************/
/* MV */
.mv{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.mv_img{
  position: relative;
  z-index: 1;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}

/* MVテキスト */
.mv_txt{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
}
.mv_txt_p1{

}
.mv_txt_p2{

}

.mv_box1 {
  width: 54%;

  position: relative;
  order: 3;
  margin-right: auto;
  margin-left: 0;
}
.mv_box2{
  width: 84.357%;
  z-index: 1;
  order: 2;
  padding-left: 35px;;
}
.mv_box3{
  width: 80%;
  position: relative;
  order: 1;
  margin-left: auto;
}

.mv_box1 .mv_items{
  -webkit-mask-image: url(/system_panel/uploads/images/mv_left.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.mv_box3 .mv_items{
  -webkit-mask-image: url(/system_panel/uploads/images/mv_right.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.mv_box1 .img_fit:before{
  padding-top: 300px;
}
.mv_box3 .img_fit img{

}
.mv_box3 .img_fit:before{
  padding-top:300px;
}

.mv_items{
  position: relative;
  z-index: 1;
}
.mv_box2{
  transform: rotate(-13deg);
  z-index: 2;
}
.mv_text1{
  font-size:27px;
  font-weight: 700;
  line-height: 1.3em;
}
.mv_text1 p{
  letter-spacing: 0;
}
.mv_text1 strong{
  font-size:32px;
  font-weight: 700;
  color: #3860e3;
}
.mv_text2{
  font-size: 15px;
  font-weight: 700;
  margin-top: 16px;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5); /* 一度拡大 */
  }
  100% {
    transform: scale(1); /* 元のサイズに戻す */
  }
}

.text-zoom {
  display: inline-block;
  animation: zoomInOut 2s ease-in-out forwards;
}

/* スライダーの場合 */
.mv_slider{

}
.mv_slider_item{
  position: relative;
  z-index: 1;
}

.gjs-dashed .mv_slider_item{
  background: #CCC;
  padding: 15px 15px;
}


/*MV イラスト*/
.mv_pos{
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
.left_pos{
  width: 122.12%;
  aspect-ratio:806 / 1114;
  background-image: url(/system_panel/uploads/images/left_pos.png);
  bottom: -51.96%;
}
.right_pos{
  width: 74.64%;;
  aspect-ratio:660 / 634;
  background-image: url(/system_panel/uploads/images/right_pos.png);
  bottom: 2.74%;
  right: 0;
}
@media (min-width:768px){

  /* MV */
  .mv{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 400px;
  }
  .mv_box1{
    width: 66.27%;
    margin-top: 0;
    margin-right: 0;
    margin-left: -5px;
    /*    order: 1;*/
  }
  .mv_box2{
    width: 100%;
    z-index: 2;
    padding-left: 0;
  }
  .mv_box3{
    width: 66.27%;
    /*    order: 2;*/
    margin-left: auto;
  }
  .mv_items{

  }

  .mv_item{

  }
  .mv_box1 .img_fit img{

  }
  .mv_box1 .img_fit:before{
    padding-top: 145.7%;
  }
  .mv_box3 .img_fit img{

  }
  .mv_box3 .img_fit:before{
    padding-top: 106.47%;
  }

  .mv_text1{
    font-size: 58px;
    padding-left: 20px;
  }
  .mv_text1 strong{
    font-size:70px;
  }
  .mv_text2{
    font-size: 24px;
    margin-top: 20px;
  }


  .left_pos{
    width: 117.12%;
    bottom: -18.96%;
  }
  .right_pos{
    width: 50.64%;;
    bottom: -5.74%;
    right: 0;
  }
}
@media (min-width:1024px){


  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }

  .mv_box1{
    width:34.37%;
    margin-top: 32.78%;
    order: 1;
    margin-left: 0;
  }

  .mv_box3{
    width:44.27%;
    order: 2;
    margin-left: 0;
  }
  /* MVテキスト */
  .mv_box2{
    position: absolute;
    left: 22px;
    width: 70.357%;
    top: 100px;
  }
  .mv_text1{
    font-size: 55px;
    padding-left: 54px;
  }
  .mv_text1 strong{
    font-size: 60px;
  }
  .mv_text2{
    font-size: 36px;
  }

  .left_pos{
    width: 122.12%;
    bottom: -51.96%;
  }
  .right_pos{
    width: 74.64%;;
    bottom: -18.74%;
    right: 0;
  }
}
@media (min-width:1200px){

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 820px;
  }

  .mv_box1{
    margin-top: 32.78%;
  }

  /* MVテキスト */
  .mv_box2{
    top: 142px;
    z-index: 2;
  }
  .mv_text1{
    font-size: 60px;
  }
  .mv_text1 strong{
    font-size: 70px;
  }
  .mv_text2{
    font-size: 40px;
  }

}
@media (min-width:1530px){
  /* MVテキスト */
  .mv_text1{
    font-size: 80px;
  }
  .mv_text1 strong{
    font-size: 90px;
  }
  .mv_text2{
    font-size: 50px;
  }

  .mv_box3 .img_fit:before{
    padding-top: 102.47%;
  }
}
@media (min-width:1740px){
  /* MVテキスト */
  .mv_text1{
    font-size: 110px;
  }
  .mv_text1 strong{
    font-size: 128px;
  }
  .mv_text2{
    font-size: 68px;
  }

  .mv_box3 .img_fit:before{
    padding-top: 106.47%;
  }
}
/*******************************
*　サイドバー
********************************/

/* サイドバー */
.sidebar{
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* バナー */
.sidebar_bn{
  display: block;
}
.sidebar_bn img{
  width: 40px;
  transition: 0.2s all;
}
.sidebar_bn:hover{

}
.sidebar_bn:hover img{
  transform: scale(1.05);
  filter: brightness(1.05);
}


@media (min-width:768px){

  /* サイドバー */
  .sidebar{
    top: 50%;
  }

  /* バナー */
  .sidebar_bn{
  }
  .sidebar_bn img{
    width: 60px;
  }


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

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

  /* バナー */
  .sidebar_bn{
  }
  .sidebar_bn img{
    width: auto;
  }

}


/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 30px;
  position: relative;
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
}
.pg_header_mv_img{

}
.pg_header_mv_img.img_fit:before{
  padding-top: 150px;
}


@media (min-width:768px){
  .pg_header{
    margin-bottom: 80px;
  }
  .pg_header_mv{
    /*height: 350px;*/
    margin-left: auto;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 96px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

}
@media (min-width:1200px){
  .pg_header{
    margin-bottom: 140px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 500px;
  }


}



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

.footer{
  background: #3860e3;
  margin-top: 0;
  padding-top:40px;
  padding-bottom: 20px;
}

.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_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: #fff;
  color: #181818;
  padding: 7px;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #fff;
  color: #181818;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid var(--main-color);
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: var(--sub-color);
}
.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;
  z-index: 5;
  right: 10px;
  bottom: 60px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #4682b4;
}
.pagetop a i{
  font-size: 40px;
}

.ftr_contact_wrap{
  background: #3860e3;
  position: relative;
  margin-top: 200px;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
}
.ftr_pos{
  width: 641px;;
  aspect-ratio:641 / 667;
  background-image: url(/system_panel/uploads/images/ftr_pos.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -330px;
  left: -239px;
  z-index: -1;
}
.ftr_contact_wrap:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 331;
  background-image: url(/system_panel/uploads/images/ftr_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -315px;
  left: 50%;
  transform:translateX(-50%);
}
.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  text-align: center;
}
.ftr_contact_box1{
  width: 100%; 
}
.ftr_contact_box1_tt{

}
.ftr_contact_box1_en{
  font-size: 50px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
.ftr_contact_box1_ja{
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.ftr_contact_box1_ja:before{
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #fff;
  margin-right: 29px;
}
.ftr_contact_box2{
  width: 100%; 
}
.link_1{
  display: block;
  width:100%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: none;
  background: #fff;
  color: #181818;
  border-radius: 22.5px;
  color: #181818;
  padding: 11px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.link_1:hover{
  background: #fd6d3f;
  color: #fff;
}
.link_1:hover:after{
  margin-right: -5px;
}
.link_1:after{
  content: "";
  width: 24px;
  aspect-ratio: 1 / 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  background-image: url(/system_panel/uploads/images/circle_wh.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.ftr_contact_box2_tel{
  margin-top: 30px;
}
.ftr_contact_box2_tel1{
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 13px;
}
.ftr_contact_box2_tel2{
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-top: 14px;
}

.ftr_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ftr_box1{
  width: 100%;
}
.ftr_logo{

}
.ftr_add{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875em;
  margin-top: 28px;
}
.ftr_box2{
  width: 100%;
}
.ftr_links{

}
.ftr_link{

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

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

  .pg_header{
    justify-content: flex-end;
  }

  body{
    padding-bottom: 56px;
  }

  /*メインビジュアル*/
  .left_pos{
    width: 119.12%;
    bottom: -27.96%;
  }

  .footer_fix{
    display: flex;
  }

  .ftr_contact_wrap:before{
    top: -250px;
  }
  .ftr_pos{
    width: 300px;
    top: -194px;
    left: -213px;
  }
  .ftr_contact_box1_ja{
    display: block;
  }
  .ftr_contact_box1_ja:before{
    margin: 16px auto;
  }
  .ftr_contact_box2{
    margin-top: 30px;
  }

  .ftr_logo{
    display: block;
    width: 250px;
    margin:0 auto;
  }
  .ftr_box1{
    text-align: center;
  }
  .ftr_box2{
    display: none;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 30px;
  }


  .ftr_contact_wrap{
    margin-top: 380px;
    padding-bottom: 54px;
  }
  .ftr_contact_box{
    text-align: left;
  }
  .ftr_contact_box1{
    width: 48.64%;
  }
  .ftr_contact_box1_tt{

  }
  .ftr_contact_box1_en{
    font-size: 60px;
  }
  .ftr_contact_box1_ja{

  }
  .ftr_contact_box2{
    width: 48.64%;
    padding-top: 9px;
  }
  .link_1{
    font-size: 18px;
  }
  .ftr_contact_box2_tel{
    margin-top: 40px;
  }
  .ftr_contact_box2_tel1{

  }
  .ftr_contact_box2_tel2{
    font-size: 30px;
  }

  .ftr_box{
    margin-bottom: 50px;
  }
  .ftr_box1{
    width: 48.64%;
  }
  .ftr_logo{

  }
  .ftr_add{

  }
  .ftr_box2{
    width: 48.64%;
    padding-top: 79px;
  }
  .ftr_links{
    display: flex;
    flex-wrap: wrap;
  }
  .ftr_link{
    display: block;
    width: 50%;;
    font-size: 16px;
    font-weight: 400;
  }
  .ftr_link:hover{
    color: #fd6d3f;
  }
  .ftr_link:nth-child(n+3){
    margin-top: 16px;
  }

}
@media (min-width:1024px){
  .footer{
    margin-top: 0;
    padding-top: 81px;
    padding-bottom: 40px;
  }

  .ftr_contact_wrap{
    margin-top: 335px;
  }
  .body_about .ftr_contact_wrap{
    margin-top: 650px;
  }
  .ftr_contact_wrap{

  }
  .ftr_contact_box{

  }
  .ftr_contact_box1{

  }
  .ftr_contact_box1_tt{

  }
  .ftr_contact_box1_en{
    font-size: 85px;
  }
  .ftr_contact_box1_ja{

  }
  .ftr_contact_box2{

  }
  .link_1{

  }
  .ftr_contact_box2_tel{
    margin-top: 51px;
  }
  .ftr_contact_box2_tel1{

  }
  .ftr_contact_box2_tel2{
    font-size: 34px;
  }

  .ftr_box{
    margin-bottom: 77px;
  }
  .ftr_box1{

  }
  .ftr_logo{

  }
  .ftr_add{

  }
  .ftr_box2{

  }
  .ftr_links{

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

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

  .ftr_link{
    width: 160px;
  }
  .ftr_link:nth-child(n+3){
    margin-top: 0;
  }
  .ftr_link:nth-child(n+4){
    margin-top: 22px;
  }
  .ftr_link:nth-child(3n){
    margin-left: 16px;
  }
  .ftr_link:nth-child(3n+1){
    margin-right: 32px;
  }
}
@media (min-width:1400px){
  .body_about .ftr_contact_wrap{
    margin-top: 650px;
  }
}
@media (min-width:1540px){
  .body_about .ftr_contact_wrap{
    margin-top: 650px;
  }
}
@media (min-width:1740px){
  .body_about .ftr_contact_wrap{
    margin-top: 450px;
  }
}
@media (min-width:1920px){

}

/*******************************
*　共通パーツ
********************************/


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

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

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


/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #e5e5e5;
}  
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

/* アンカー */
.anchor{
  position: relative;
  top: -30px;
}

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.read_more a,
.read_more .a{
  width: 250px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: none;
  background: var(--sub-color);
  border-radius: 22.5px;
  color: #181818;
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  text-align: left;
}
.read_more a p{
  /*letter-spacing: 0;*/
}
.read_more .a:after,
.read_more a:after{
  content: "";
  width:24px;
  aspect-ratio:1 / 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  background-image: url(/system_panel/uploads/images/circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.read_more .a:hover,
.read_more a:hover{
  color: #181818;
  background: #fd6d3f;
}
.read_more .a:hover:after,
.read_more a:hover:after{
  margin-right: -5px;
}


/* 見出し */
.tt2{
  text-align: center;
  margin-bottom: 30px;
}
.tt2_en{
  font-size: 32px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #565656;
}
.tt2_ja{
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.tt2_ja2{
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.tt2_ja2 strong{
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}


/* セクション */
.section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.section.sec1{
  padding-top: 0;
}
.section:last-child{
  padding-bottom: 0;
}

.section.beige{
  background-color: #c3b9a9;
}

/* コンテナ */
.container.wide{

}

/*タイトル*/
.sec_title{
  position: relative
}
.sec_title.center{
  text-align: center;
}
.sec_title_en{
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}
.sec_title_en p{
  letter-spacing: 0;
}
.sec_title_ja{
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
}

/*1個英字*/
.big_int{
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: rgba(255,255,255,0.1);
  position: absolute;
  z-index: 0;
}

/*サブタイトル*/
.sec_sub_title{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
}
.sec_sub_title.center{
  text-align: center;
}

/*説明*/
.content_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  margin-top: 20px;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .mv_box1{
    width: 75%;
  }
  .mv_box1 .img_fit:before{
    padding-top: 420px;
  }
  .mv_text1 strong{
    font-size: 47px;
  }
  .mv_text1{
    font-size: 36px;
  }
  .mv_box2{
    width: 100%;
  }
  .mv_box3 .img_fit:before{
    padding-top: 320px;
  }



  /* スマホ用テーブル */
  .table_rows.resp{

  }
  .table_rows.resp,
  .table_rows.resp .table_rows_tr,
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    display: block;
    width: 100%;
    border: 0;
  }

  .table_rows.resp{
    border: 1px solid #dcdcdc;
    border-top: 0;
  }
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    border-top: 1px solid #dcdcdc;
  }

  /*タイトル*/
  .sec_title{
    text-align: center;
  }
}
@media (min-width:768px){

  .anchor{
    top: -100px;
  }

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

  /* ボタン */
  .read_more{
    margin-top: 35px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more .a,
  .read_more a{
    width: 285px;
    font-size: 15px;
    padding: 13px 31px;
    margin: 5px 5px;
  }
  .read_more a:after{
    content: "";
    top: 50%;
    right: 18px;
  }
  .read_more .a:hover:after,
  .read_more a:hover:after{
    margin-right: -5px;
  }

  /* 見出し */
  .tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 46px;
  }
  .tt2_ja{
    font-size: 16px;
    margin-top: 15px;
  }

  .tt2_ja2{
    font-size: 24px;
    margin-top: 30px;
  }
  .tt2_ja2 strong{
    font-size: 18px;
  }

  /*タイトル*/
  .sec_title{

  }
  .sec_title.center{
    text-align: center;
  }
  .sec_title_en{
    font-size: 60px;
  }
  .sec_title_ja{
    font-size: 18px;
    margin-top: 30px;
  }

  /*1個英字*/
  .big_int{
    font-size: 370px;
  }

  /*サブタイトル*/
  .sec_sub_title{
    font-size: 24px;
  }

  /*説明*/
  .content_desc{
    font-size: 17px;
  }
}
@media (min-width:1024px){

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

  /* 見出し */
  /*.tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 46px;
  }
  .tt2_ja{
    font-size: 16px;
    margin-top: 15px;
  }*/

  /*タイトル*/
  .sec_title{

  }
  .sec_title.center{
    text-align: center;
  }
  .sec_title_en{
    font-size: 80px;
  }
  .sec_title_ja{

  }

  /*1個英字*/
  .big_int{
    font-size: 200px;
  }

  /*サブタイトル*/
  .sec_sub_title{
    font-size: 28px;
  }

  /*説明*/
  .content_desc.center{
    text-align: center;
  }
}
@media (min-width:1200px){
  /* コンテナ */
  .container.wide{
    max-width: 1720px;
    padding-left: 100px;
    padding-right: 100px;
  }
  /*1個英字*/
  .big_int{
    font-size: 300px;
  }
}
@media (min-width:1340px){
  /*1個英字*/
  .big_int{
    font-size: 400px;
  }
}
@media (min-width:1540px){
  /*1個英字*/
  .big_int{
    font-size: 500px;
  }
}

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

}
.pg_home .section.sec1{
  background: var(--main-color);
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.pg_home .section.sec2{
  padding: 70px 0;
}
.pg_home .section.sec3{
  padding-bottom: 50px;
}
.pg_home .section.sec4{
  position: relative;
}
.pg_home .section.sec5{

}
.pg_home .section.sec6{

}
.pg_home .section.sec7{

}
.pg_home .section.sec8{

}
/*1個英字*/
.about_section .big_int{
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.home_problem_wrap .big_int{
  top: 88%;
  left: -189px;
  transform: translateY(-50%);
}
.home_product_top .big_int{
  top: 109%;
  right: -39px;
  transform: translateY(-50%);
}
.home_reason_wrap .big_int{
  top: 88%;
  right: -50px;
  transform: translateY(-50%);
}
.home_news_wrap .big_int{
  top: auto;
  left: -50px;
  bottom: -33px;
}

/*装飾*/
.news_pos{
  width: 200px;
  aspect-ratio:515 / 1114;
  background-image: url(/system_panel/uploads/images/fggg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -151px;
  right: -50px;
}

/*about*/
.about_section{
  margin-top: 50px;
  padding-bottom: 50px;
}
.about_section_box{

}
.about_section_top{

}
.about_section_top .sec_title{

}
.about_section .sec_sub_title{
  margin-top: 20px;
}
.about_section .content_desc{

}

/*problem*/
.home_problem_items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}
.home_problem_item{
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.home_problem_item:nth-child(n+2){
  margin-top:16px;;
}
.home_problem_item strong{
  font-weight: 500;
  color: #e1b006;
}
.home_problem_item p{
  position: relative;
  padding-left: 40px;
}
.home_problem_item_inner{
  padding:16px;
  background: #272727;
  border-radius: 30px;
  padding: 10px 20px;
}
.home_problem_item p:before{
  content: "";
  display: block;
  width: 26px;
  aspect-ratio:26 / 25;;
  background-image: url(/system_panel/uploads/images/fukidasi.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}

/*product*/
.home_product_top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_product_top_left{
  width: 100%;
}
.home_product_top_right{
  width: 100%;
}
.home_product_top_right .content_desc{

}

.home_product_box{
  margin-right: calc(50% - 50vw);
  margin-top: 40px;
  position: relative;
}
.home_product_box_inner{
  display: flex;
  flex-wrap: nowrap;
}
.home_product_item{

}
.home_product_item_inner{
  border-radius: 30px;
  overflow: hidden;
}
.home_product_item_img img{
  transition: all .2s;
  border-radius: 30px 30px 0 0;
}
.home_product_item_img.img_fit{
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
.home_product_item_inner:hover img{
  transform: scale(1.05);
}
.home_product_item_img:before{
  padding-top: 76.58%;
}
.home_product_item_content{
  height: 100%;
  background: #fff;
  padding: 16px 0;
  border-radius: 0 0 30px 30px;
}
.home_product_item_inner{
  border-radius: 0 0 30px 30px;

}
.home_product_item_tt{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  color: #181818;
}
.home_product_item_tt1{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.075em;;
  white-space: nowrap;
}
.home_product_item_tt1:after{
  content: "／";
  margin: 0 0px 0 14px;
}
.home_product_item_tt2{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_product_box .swiper-slide{
  width: 250px;
}
.home_product_box .read_more{
  margin-top: 10px;
}
.home_product_box .read_more .a:hover{
  pointer-events: none;
}
.home_product_item_inner:hover .read_more .a{
  background: #fd6d3f;
}

/*ページネーション*/
.slide_pagenation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.slide_pagenation_left {
  width: 86.51%;
  position: relative;
}
.slide-prev, .slide-next {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  transition: 0.2s all;
}
.slide-prev.swiper-button-disabled, .slide-next.swiper-button-disabled{
  visibility: hidden;
}
.slide_pagenation{
  margin-top: 40px;
}
.slide_pagenation_right{
  width: 7.43%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #272727;
}
.slide_pagenation_right .slide-prev:before{
  content: "←";
  font-weight: 900;
}
.slide_pagenation_right .slide-next:before{
  content: "→";
  font-weight: 900;
}
.slide_pagenation_right .slide-prev:hover,
.slide_pagenation_right .slide-next:hover{
  background:#fc774c;
}

/*swiper*/
.pg_home .section.sec2 .swiper-pagination-bullets.swiper-pagination-horizontal{
  display: flex;
  top: 0;
}
.pg_home .section.sec2 .swiper-pagination-bullet{
  opacity: 1;
}
.pg_home .section.sec2 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{

}
.pg_home .section.sec2 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin: 0;
  border-radius: 0;
}
.pg_home .section.sec2 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active{
  background-color: var(--sub-color);
}

/*reason*/
.home_reason_wrap{

}
.home_reason_wrap .big_int{

}
.home_reason_items{
  margin-top:50px;
}
.home_reason_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_reason_item:nth-child(n+2){
  margin-top: 50px;
}
.home_reason_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.home_reason_box1_title{
  display:flex;
  justify-content: flex-start;
}
.home_reason_box1_num{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}
.home_reason_box1_num.red{
  color: #e80505;
}
.home_reason_box1_num.or{
  color: #ff9000;
}
.home_reason_box1_num.gr{
  color: #2fde0c;
}
.home_reason_box1_num.bl{
  color: #20bddf;
}
.home_reason_box1_tt{
  padding-left: 14px;
}
.home_reason_box1_tt1{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;;
  line-height: 1;
  color: #3860e3;
}
.home_reason_box1_tt2{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;;
  line-height: 1.4em;
}
.home_reason_item .content_desc{

}
.home_reason_box2{
  width: 100%;
  order: 1;
}
.home_reason_box2_img:before{
  padding-top: 53.69%;
}

/*news*/
.home_news_wrap{

}
.home_news_box{
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.home_news_box .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
}
.home_news_box .webgene-item{
  width: 50%;
  padding-inline:5px;
}
.home_news_box .webgene-item:nth-child(n+3){
  margin-top: 10px;
}
.home_news_box .webgene-item a{

}
.home_news_box .webgene-item .img:before{
  padding-top: 72.22%;
}
.home_news_box .webgene-item .img img{
  border-radius: 15px;
}
.home_news_box .webgene-item .box2{
  padding-top: 16px;
  background: #272727;
}
.home_news_box .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home_news_box .webgene-item .date{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.home_news_box .webgene-item .category{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  background: #fff;
  color: #181818;
  width: 120px;
  border-radius: 10px;
  padding: 3px;
  margin-left: 0;
  margin-top: 5px;
}
.home_news_box .webgene-item .title{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  margin-top: 15px;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .home_problem_wrap .sec_sub_title{
    text-align: justify;
    margin-top: 16px;
  }

  /*product*/
  .home_product_item_tt{
    flex-wrap: wrap;
    justify-content: center;
  }
  .home_product_item_tt1,
  .home_product_item_tt2{
    text-align: center;
    width: 100%;
  }
  .home_product_item_tt1:after{
    display: none;
  }
  .home_product_item_tt2{

  }
  .home_product_item_content{
    padding: 16px;
  }

  /*ページネーション*/
  .slide_pagenation_left{
    width: 64.51%;
  }
  .slide_pagenation_right{
    width: 28.43%;
  }
}
@media (min-width:768px){

  .pg_home .section.sec1{
    padding: 100px 0;
  }
  .pg_home .section.sec2{
    padding: 100px 0;
  }
  .pg_home .section.sec3{
    padding-bottom: 140px;
  }
  .pg_home .section.sec4{

  }
  .pg_home .section.sec5{

  }
  .pg_home .section.sec6{

  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

  }

  /*装飾*/
  .news_pos{
    width: 300px;
    top: -200px;
    right: 0;
  }

  /*1個英字*/
  .about_section .big_int{
    top: 50%;
    right: -100px;
    left: auto;
  }
  .home_problem_wrap .big_int{
    top: 88%;
    left: -120px;
  }
  .home_product_top .big_int{
    top: 109%;
    right: -100px;
  }
  .home_reason_wrap .big_int{
    top: 88%;
    right: -100px;
    transform: translateY(-50%);
  }
  .home_news_wrap .big_int{
    top: auto;
    left: -150px;
    bottom: -161px;
  }

  /*about*/
  .about_section{
    margin-top: 120px;
    padding-bottom: 100px;
  }
  .about_section_box{

  }
  .about_section_top{

  }
  .about_section_top .sec_title{
    margin-left: 0;
  }
  .about_section .sec_sub_title{
    margin-top: 30px;
  }
  .about_section .content_desc{
    margin-top: 40px;
  }

  /*problem*/
  .home_problem_wrap .sec_sub_title{
    margin-top: 44px;
  }
  .home_problem_items{
    margin-inline:-15px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .home_problem_item{
    width: 50%;
    padding: 0 15px;
  }
  .home_problem_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_problem_item:nth-child(n+3){
    margin-top: 16px;;
  }
  .home_problem_item_inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;;
    padding: 19px 29px;
  }
  .home_problem_item p{
    padding-left: 30px;
  }
  .home_problem_item p:before{

  }

  /*product*/
  .home_product_box{
    margin-top: 60px;
  }
  .home_product_top{

  }
  .home_product_item_content{
    padding: 16px 0;
  }
  .home_product_top_left{

  }
  .home_product_top_right{

  }
  .home_product_top_right .content_desc{

  }
  .home_product_item_tt{

  }
  .home_product_item_tt1{
    font-size: 24px;
  }
  .home_product_item_tt2{
    font-size: 20px;
    text-align: center;
  }
  .home_product_box .swiper-slide{
    width: 300px;
  }
  .slide_pagenation{
    margin-top: 60px;
  }

  .slide_pagenation_right {
    width: 15.43%;
  }
  .slide_pagenation_left {
    width: 80.51%;
  }

  /*reason*/
  .home_reason_wrap{

  }
  .home_reason_wrap .big_int{

  }
  .home_reason_items{
    margin-top:80px;
  }
  .home_reason_item{

  }
  .home_reason_box1{
    margin-top: 30px;
  }
  .home_reason_item:nth-child(n+2){
    margin-top: 70px;
  }

  .home_reason_box1_title{

  }
  .home_reason_box1_num{
    font-size: 75px;
  }
  .home_reason_box1_tt{
    padding-top: 7px;
  }
  .home_reason_box1_tt1{

  }
  .home_reason_box1_tt2{
    font-size: 24px;
    margin-top: 9px;
  }
  .home_reason_item .content_desc{
    margin-top: 33px;
  }
  .home_reason_box2{

  }
  .home_reason_box2_img:before{

  }

  /*news*/
  .home_news_wrap{

  }
  .home_news_box{
    margin-top:60px;
  }
  .home_news_box .webgene-blog{
    margin-inline:-13px;
  }
  .home_news_box .webgene-item{
    padding-inline:13px; 
  }
  .home_news_box .webgene-item:nth-child(n+3){
    margin-top: 20px;
  }
  .home_news_box .webgene-item a{

  }
  .home_news_box .webgene-item .img:before{

  }
  .home_news_box .webgene-item .box2{

  }
  .home_news_box .webgene-item .meta{

  }
  .home_news_box .webgene-item .date{

  }
  .home_news_box .webgene-item .category{
    margin-left: 45px;
    margin-top: 0;
  }
  .home_news_box .webgene-item .title{

  }
}
@media (min-width:1024px){
  .pg_home .section.sec1{
    padding: 135px 0;
  }
  .pg_home .section.sec2{
    padding: 180px 0 145px;
  }
  .pg_home .section.sec3{
    padding-bottom: 227px;
  }
  .pg_home .section.sec4{

  }
  .pg_home .section.sec5{

  }
  .pg_home .section.sec6{

  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

  }

  /*装飾*/
  .news_pos{
    width: 512px;
    top: -616px;
    right: calc(50% - 821px);
  }

  /*1個英字*/
  .about_section .big_int{
    top: 50%;
    left: -120px;
    right: auto;
  }
  .home_problem_wrap .big_int{
    top: 88%;
    left: -80px;
  }
  .home_product_top .big_int{
    top: 109%;
    right: -80px;
  }
  .home_reason_wrap .big_int{
    top: 107%;
    right: -274px;
  }
  .home_news_wrap .big_int{
    top: auto;
    left: -100px;
    bottom: -75px;
  }

  /*about*/
  .about_section{
    margin-top: -100px;
    padding-bottom: 145px;
  }
  .about_section_box{
    width: 57.23%;
    margin-left: auto;
  }
  .about_section_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .about_section_top .sec_title{
    margin-left: 0;
  }
  .about_section_top .read_more{
    margin-top: 25px;
  }
  .about_section .sec_sub_title{
    margin-top: 45px;
  }
  .about_section .content_desc{
    margin-top: 64px;
  }

  /*problem*/
  .home_problem_items{
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .home_problem_item{
    font-size: 18px;
  }
  .home_problem_item:nth-child(n+3){
    margin-top: 27px;
  }
  .home_problem_item p{
    padding-left: 43px;
  }
  .home_problem_item p:before{

  }

  /*product*/
  .home_product_top{

  }
  .home_product_top_left{
    width: 32.23%;
  }
  .home_product_top_right{
    width: 63.48%;
  }
  .home_product_top_right .content_desc{
    margin-top: 0;
  }
  .home_product_item_tt{

  }
  .home_product_item_tt1{
    font-size: 28px;
  }
  .home_product_item_tt2{

  }

  /*ページネーション*/
  .slide_pagenation{
    margin-top: 85px;
  }
  .slide_pagenation_right{
    width: 10.43%;
  }
  .slide_pagenation_left {
    width: 86.51%;
  }

  /*product*/
  .home_product_top .sec_title_en{
    font-size: 60px;
  }
  .home_product_box{
    margin-top: 75px;
  }
  .home_product_box .swiper-slide{
    width: 400px;
  }

  /*reason*/
  .home_reason_wrap{

  }
  .home_reason_wrap .big_int{

  }
  .home_reason_items{
    margin-top: 100px;
  }
  .home_reason_item{

  }
  .home_reason_box1{
    width: 44.73%;
    margin-top: 0;
  }
  .home_reason_item:nth-child(odd) .home_reason_box1{
    order: 1;
  }
  .home_reason_item:nth-child(odd) .home_reason_box2{
    order: 2;
  }
  .home_reason_item:nth-child(even) .home_reason_box1{
    order: 2;
  }
  .home_reason_item:nth-child(even) .home_reason_box2{
    order: 1;
  }
  .home_reason_box1_title{

  }
  .home_reason_box1_num{
    font-size: 80px;
  }
  .home_reason_box1_tt{

  }
  .home_reason_box1_tt1{

  }
  .home_reason_box1_tt2{
    font-size: 22px;
  }
  .home_reason_item:nth-child(even) .home_reason_box1_title{
    justify-content: flex-start;
  }
  .home_reason_item:nth-child(even) .home_reason_box1_tt{
    padding-left: 10px;
    margin-right: -20px;
  }
  .home_reason_item .content_desc{

  }
  .home_reason_box2{
    width: 49.01%;
    padding-top: 10px;
  }
  .home_reason_box2_img:before{

  }

  /*news*/
  .home_news_wrap{

  }
  .home_news_box{
    margin-top: 76px;
  }
  .home_news_box .webgene-blog{

  }
  .home_news_box .webgene-item{
    width: 25%;
  }
  .home_news_box .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .home_news_box .webgene-item a{

  }
  .home_news_box .webgene-item .img:before{

  }
  .home_news_box .webgene-item .box2{

  }
  .home_news_box .webgene-item .meta{

  }
  .home_news_box .webgene-item .date{

  }
  .home_news_box .webgene-item .category{
    width: 100px;
    margin-left: 10px;
  }
  .home_news_box .webgene-item .title{

  }
  .home_news_wrap .read_more{
    margin-top: 40px;
  }
}
@media (min-width:1200px){
  /*1個英字*/
  .about_section .big_int{
    top: 50%;
    left: -120px;
  }
  .home_problem_wrap .big_int{
    top: 88%;
    left: -100px;
  }
  .home_product_top .big_int{
    top: 109%;
    right: -100px;

  }
  .home_news_wrap .big_int{
    top: auto;
    left: -150px;
    bottom: -140px;
  }

  /*装飾*/
  .news_pos{
    width: 512px;
    top: -616px;
    right: calc(50% - 863px);
  }

  /*about*/
  .about_section{
    margin-top: -300px;
  }
  .about_section .sec_title_en{
    font-size: 50px;
  }

  /*product*/
  .home_product_top .sec_title_en{
    font-size: 60px;
  }
  .home_product_box .swiper-slide{
    width: 400px;
  }
  .home_product_item_tt1{
    font-size: 35px;
  }

  /*ページネーション*/
  .slide_pagenation_right{
    width: 10.43%;
  }
}
@media (min-width:1440px){
  .about_section{
    margin-top: -400px;
  }
  .about_section .sec_title_en{
    font-size: 80px;
  }

  /*装飾*/
  .news_pos{
    width: 450px;
    top: -503px;
    right: calc(50% - 950px);
  }

  /*1個英字*/
  .home_product_top .big_int{
    top: 109%;
    right: -280px;
  }
  .home_news_wrap .big_int{
    top: auto;
    left: -207px;
    bottom: -270px;
  }
  .home_reason_wrap .big_int{
    top: 107%;
    right: -217px;
  }
  .home_news_wrap .big_int{
    top: auto;
    left: -141px;
    bottom: -195px;
  }


  /*product*/
  .home_product_top .sec_title_en{
    font-size: 80px;
  }

  /*reason*/
  .home_reason_box1_tt2{
    font-size: 24px;
  }

  /*news*/
  .home_news_box .webgene-item .category{
    width: 120px;
    margin-left: 45px;
  }
}
@media (min-width:1540px){
  /*1個英字*/
  .about_section .big_int{
    top: 50%;
    left: -120px;
  }
  .home_problem_wrap .big_int{
    top: 88%;
    left: -189px;
  }
  .home_product_top .big_int{
    top: 109%;
    right: -282px;
  }
  .home_reason_wrap .big_int{
    top: 107%;
    right: -274px;
  }
  .home_news_wrap .big_int{
    top: auto;
    left: -207px;
    bottom: -270px;
  }

  /*装飾*/
  .news_pos{
    width: 515px;
    top: -624px;
    right: calc(50% - 950px);
  }

  .about_section{
    margin-top: -400px;
  }

  /*ページネーション*/
  .slide_pagenation_right{
    width: 7.43%;
  }

  /*reason*/
  .home_reason_box1_tt2{
    font-size: 32px;
    margin-right: -16px;
  }
}
@media (min-width:1640px){
  .about_section{
    margin-top: -470px;
  }


  .home_product_box .swiper-slide{
    width: 585px;
  }

  /*装飾*/
  .news_pos{
    width: 515px;
    top: -596px;
    right: calc(50% - 950px);
  }
}


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

}
.pg_about .section.sec1{
  position: relative;
}
.pg_about .section.sec2{
  position: relative;
  margin-top: 0;
}
.pg_about .section.sec3{

}
.pg_about .section.sec4{

}
.pg_about .section.sec5{

}

/*1文字英字*/
.about_str_wrap .big_int{
  top: 96%;
  left: -146px;
  transform: translateY(-50%);
}

/*背景装飾*/
.content_pos{
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.content_pos_1{
  width: 29.11%;;
  aspect-ratio:559 / 634;
  background-image: url(/system_panel/uploads/images/right_img.png);
  right: 0;
  top: auto;
  bottom: 0;
}
.content_pos_2{
  width: 21.09%;
  aspect-ratio:405 / 1114;
  background-image: url(/system_panel/uploads/images/left_img.png);
  left: 0;
  top: 667px;
}
.content_pos_3{
  width: 41.71%;
  aspect-ratio:801 / 1114;
  background-image: url(/system_panel/uploads/images/right_img2.png);
  right: 0;
  bottom: 330px;
}

/*繰り返し*/
.about_str_items{
  margin-top: 40px;
}
.about_str_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.about_str_item:nth-child(n+2){
  margin-top:50px;
}
.about_str_box1{
  width: 100%;
  color: #181818;
  padding-bottom: 24px;
  order: 2;
  position: relative;
  padding-left: 20px;
  z-index: 3;
}
.about_str_box1:after{
  content: "";
  display: block;
  width: 96.04%;
  height: 91.91%;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  clip-path: none;
}
.about_str_box1_inner{
  position: relative;
  clip-path: none;
  background: #fff;
  z-index: 1;
  padding: 20px;
  margin-top: -20px;
}
.about_str_box1 .home_reason_box1_title{
  align-items: center;
}
.about_str_tt_left{

}
.about_str_tt_left .home_reason_box1_tt1{
  font-family: "Outfit", sans-serif;
  letter-spacing: 0;
}
.about_str_tt_left .home_reason_box1_num{

}
.about_str_box1 .home_reason_box1_tt{
  padding-top: 0;
}
.about_str_box1 .home_reason_box1_tt2{

}
.about_str_box1 .content_desc{

}
.about_str_box2{
  width: 100%;
  order: 1;
}
.about_str_box2_img:before{
  padding-top: 58.86%;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .about_str_wrap .big_int{
    top: 73%;
    left: -37px;
  }

  .about_str_item .home_reason_box1_title{
    display: block;
  }
  .about_str_item .home_reason_box1_tt{
    padding-left:0;
    margin-top: 5px;
  }
}
@media (min-width:768px){
  .pg_about{

  }
  .pg_about .section.sec1{

  }
  .pg_about .section.sec2{
    margin-top: 120px;
  }
  .pg_about .section.sec3{

  }
  .pg_about .section.sec4{

  }
  .pg_about .section.sec5{

  }

  /*1文字英字*/
  .about_str_wrap .big_int {
    top: 96%;
    left: -146px;
  }

  /*背景装飾*/
  .content_pos_1{
    width: 29.11%;;
    right: 0;
    top: auto;
    bottom: -70px;
  }
  .content_pos_2{
    width: 21.09%;
    left: 0;
    top: 667px;
  }
  .content_pos_3{
    width: 41.71%;
    right: 0;
    bottom: 330px;
  }

  /*繰り返し*/
  .about_str_items{
    margin-top: 54px;
  }
  .about_str_item{

  }
  .about_str_item:nth-child(n+2){
    margin-top:80px;
  }
  .about_str_box1{
    padding-bottom: 32px;
  }
  .about_str_box1 .home_reason_box1_title{

  }
  .about_str_tt_left{

  }
  .about_str_tt_left .home_reason_box1_tt1{

  }
  .about_str_tt_left .home_reason_box1_num{

  }
  .about_str_box1 .home_reason_box1_tt{

  }
  .about_str_box1 .home_reason_box1_tt2{

  }
  .about_str_box1 .content_desc{
    margin-top: 9px;
  }
  .about_str_box1_inner{
    /*    clip-path: polygon(0 1%, 90% 0, 100% 100%, 0% 100%);*/
    padding: 30px 90px 30px 30px;
    margin-top: -40px;
  }
  .about_str_box1:after{
    /*    clip-path: polygon(0 1%, 90% 0, 100% 100%, 0% 100%);*/
  }
  .about_str_box2{

  }
  .about_str_box2_img:before{

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

  }
  .pg_about .section.sec1{

  }
  .pg_about .section.sec2{
    margin-top: 178px;
  }
  .pg_about .section.sec3{

  }
  .pg_about .section.sec4{

  }
  .pg_about .section.sec5{

  }

  /*1文字英字*/
  .about_str_wrap .big_int {
    top: 96%;
    left: -146px;
  }

  /*背景装飾*/
  .content_pos_1{
    width: 29.11%;;
    right: 0;
    top: auto;
    bottom: -218px;
  }
  .content_pos_2{
    width: 21.09%;
    left: 0;
    top: 667px;
  }
  .content_pos_3{
    width: 41.71%;
    right: 0;
    bottom: 430px;
  }

  /*繰り返し*/
  .about_str_items{

  }
  .about_str_item{
    position: relative;
  }
  .about_str_item:nth-child(n+2){
    margin-top:400px;
  }
  .about_str_box1{
    width: 83.26%;
    position: absolute;
    top: 230px;
    z-index: 2;
    padding-left: 32px;

  }

  .about_str_item:nth-child(odd) .about_str_box1{
    left: 0;
  }
  .about_str_item:nth-child(even) .about_str_box1{
    right: 0;
  }
  .about_str_box1_inner{
    position: relative;
    background: #fff;
    padding-right: 19.04%;
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 48px;
    margin-top: 0;
    clip-path: polygon(0 1%, 81% 0, 100% 100%, 0% 100%);
  }
  .about_str_box1:after{
    clip-path: polygon(0 1%, 81% 0, 100% 100%, 0% 100%);
  }
  /*.about_str_box1_inner:after{
    content: "";
    display: block;
    width: 23.48%;
    aspect-ratio:155 / 396;
    background-image: url(/system_panel/uploads/images/sankaku_after.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 23.48%;
    top: 0;
  }*/
  .about_str_box1 .home_reason_box1_title{

  }
  .about_str_tt_left{

  }
  .about_str_tt_left .home_reason_box1_tt1{

  }
  .about_str_tt_left .home_reason_box1_num{

  }
  .about_str_box1 .home_reason_box1_tt{

  }
  .about_str_box1 .home_reason_box1_tt2{

  }
  .about_str_box1 .content_desc{

  }
  .about_str_box2{
    width: 61.51%;
  }
  .about_str_item:nth-child(odd) {
    justify-content: flex-end;
  }
  .about_str_item:nth-child(even) {
    justify-content: flex-start;
  }
  .about_str_box2_img:before{

  }
}
@media (min-width:1200px){
  /*1文字英字*/
  .about_str_wrap .big_int {
    top: 96%;
    left: -146px;
  }

  /*背景装飾*/
  .content_pos_1{
    width: 20.11%;;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .content_pos_2{
    width: 21.09%;
    left: 0;
    top: 667px;
  }
  .content_pos_3{
    width: 41.71%;
    right: 0;
    bottom: 600px;
  }

  .about_str_item:nth-child(n+2){
    margin-top:400px;
  }
  .about_str_box1{
    width: 70.26%;
  }

}
@media (min-width:1300px){
  /*1文字英字*/
  .about_str_wrap .big_int {
    top: 80%;
    left: -128px;
  }

  /*背景装飾*/
  .content_pos_1{
    width: 29.11%;;
    right: 0;
    top: auto;
    bottom: -218px;
  }

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

  .about_str_box1{
    width: 55.26%;
  }
}
@media (min-width:1440px){
  .about_str_item:nth-child(n+2){
    margin-top:300px;
  }
}
@media (min-width:1540px){
  /*1文字英字*/
  .about_str_wrap .big_int {
    top: 96%;
    left: -146px;
  }

  /*背景装飾*/
  .content_pos_1{
    width: 29.11%;;
    right: 0;
    top: auto;
    bottom: -218px;
  }
  .content_pos_2{
    width: 21.09%;
    left: 0;
    top: 667px;
  }
  .content_pos_3{
    width: 41.71%;
    right: 0;
    bottom: 330px;
  }

  .about_str_box1 .home_reason_box1_tt2{
    font-size: 30px;
  }
  .about_str_item:nth-child(n+2){
    margin-top:211px;
  }

}

/*******************************
*　OEM
********************************/
.pg_oem{

}
.pg_oem .section.sec1{
  position: relative;
}
.pg_oem .section.sec2{
  padding-top: 70px;
  position: relative
}
.pg_oem .section.sec3{
  position: relative;
  padding-top: 70px;
}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}

/*1文字英字*/
.oem_feuture_wrap .big_int{
  top: 96%;
  left: -146px;
  transform: translateY(-50%);
}

/*装飾*/
.pg_oem .section.sec1 .content_pos_1{
  background-image: url(/system_panel/uploads/images/aaaaaa.png);
  aspect-ratio:886 / 634;
  width: 46.14%;
  top: -300px;
  bottom: auto;
  right: -193px;
}
.pg_oem .section.sec2 .content_pos_2{
  background-image: url(/system_panel/uploads/images/oem_pos1.png);
  aspect-ratio:470 / 1114;
  width: 24.47%;
  top: 80px;;
}
.pg_oem .section.sec3 .content_pos_3{
  background-image: url(/system_panel/uploads/images/wwww.png);
  aspect-ratio:565 / 1114;
  width: 29.42%;
  top: -150px;
  bottom: auto;
  right: 0;
}

/*繰り返し*/
.oem_feuture_items{
  margin-top: 40px;
}
.oem_feuture_item{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.oem_feuture_item:nth-child(even){
  padding: 50px 0;
}
.oem_feuture_item:nth-child(even):before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  clip-path: polygon(0 1%, 92% 0, 100% 100%, 0% 100%);
  background: var(--main-color);
  position: absolute;
  top: 0;
  right: 13.48%;
}
.oem_feuture_item:nth-child(n+2){
  margin-top: 50px;
}
.oem_feuture_box1{
  width: 100%;
  order: 1;

}
.oem_feuture_box1_img:before{
  padding-top: 55.88%;
}
.oem_feuture_box2{
  width: 100%;
  position: relative;
  z-index: 1;
  order: 2;
  margin-top: 20px;
}
.oem_feuture_box2_tt{
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 17px;
}
.oem_feuture_box2_tt .home_reason_box1_num{

}
.oem_feuture_box2_text{
  font-size: 18px;
  font-weight: 500;
  margin-left: 16px;
}
.oem_feuture_box2 .content_desc{

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

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

}
@media (max-width:767px){
  .oem_feuture_wrap .big_int{
    top: 71%;
    left: -42px;
  }

  /*装飾*/
  .pg_oem .section.sec1 .content_pos_1{
    top: auto;
    bottom: -40px;
    right: -37px;
  }
  .pg_oem .section.sec2 .content_pos_2{
    top: 122px;
  }

  .oem_feuture_item:nth-child(even):before{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    right: auto;
    clip-path:none;
  }

  .body_bottle .pg_bottle .section.sec2{
    padding-bottom: 0;
  }
  .body_bottle .pg_bottle .section.sec3{
    padding-top: 0;
  }
}
@media (min-width:768px){
  .pg_oem{

  }
  .pg_oem .section.sec1{

  }
  .pg_oem .section.sec2{
    padding-top: 120px;
  }
  .pg_oem .section.sec3{
    padding-top: 110px;
  }

  /*1文字英字*/
  .oem_feuture_wrap .big_int{
    top: 96%;
    left: -78px;
    transform: translateY(-50%);
  }
  .order_feature_wrap.option .big_int{
    top: 96%;
    left: -109px;
    transform: translateY(-50%);
  }

  /*装飾*/
  .pg_oem .section.sec1 .content_pos_1{
    width: 46.14%;
    top: 100px;
    bottom: auto;
    right: -193px;
  }
  .pg_oem .section.sec2 .content_pos_2{
    width: 17.47%;
    top: 100px;;
  }
  .pg_oem .section.sec3 .content_pos_3{
    width: 29.42%;
    top: -280px;
    bottom: auto;
    right: 0;
  }

  /*繰り返し*/
  .oem_feuture_items{
    margin-top: 53px;
  }
  .oem_feuture_item{

  }
  .oem_feuture_item:nth-child(n+2){
    margin-top: 100px;
  }
  .oem_feuture_box1{

  }
  .oem_feuture_box1_img:before{

  }
  .oem_feuture_box2{
    margin-top: 30px;
  }
  .oem_feuture_box2_tt{

  }
  .oem_feuture_box2_tt .home_reason_box1_num{
    font-size: 50px;
  }
  .oem_feuture_box2_text{
    font-size: 24px;
    margin-left: 29px;
  }
  .oem_feuture_box2 .content_desc{
    margin-top: 15px;
  }

  /*オプション*/
  .order_feature_items.option .order_feature_item_icon{
    min-height: 200px;
    width: 37%;;
    margin-inline:auto;
  }
  .order_feature_items.option .order_feature_item:nth-child(2) .order_feature_item_icon{
    width: 60px;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .oem_feuture_item:nth-child(even):before {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    right: auto;
    clip-path: none;
  }
}
@media (min-width:1024px){
  .pg_oem{

  }
  .pg_oem .section.sec1{

  }
  .pg_oem .section.sec2{
    padding-top: 170px;
  }
  .pg_oem .section.sec3{
    padding-top: 180px;
  }
  /*1個英字*/
  .order_feature_wrap.option .big_int{
    top: 96%;
    left: -100px;
    transform: translateY(-50%);
  }
  /*1文字英字*/
  .oem_feuture_wrap .big_int{
    top: 96%;
    left: -109px;
    transform: translateY(-50%);
  }

  /*装飾*/
  .pg_oem .section.sec1 .content_pos_1{
    width: 46.14%;
    top: 0;
    bottom: auto;
    right: -193px;
  }
  .pg_oem .section.sec2 .content_pos_2{
    width: 24.47%;
    top: 100px;;
  }
  .pg_oem .section.sec3 .content_pos_3{
    width: 29.42%;
    top: -500px;
    bottom: auto;
    right: 0;
  }

  /*見出し*/
  .pg_oem .section.sec1 .content_desc{
    margin-top: 40px;
  }

  /*繰り返し*/
  .oem_feuture_items{

  }
  .oem_feuture_item{

  }
  .oem_feuture_box1{
    width: 44.73%;

  }
  .oem_feuture_item:nth-child(even):before{
    clip-path: polygon(0 1%, 92% 0, 100% 100%, 0% 100%);
  }
  .oem_feuture_item:nth-child(n+2){
    margin-top: 100px;
  }
  .oem_feuture_item:nth-child(odd) .oem_feuture_box1{
    order: 1;
  }
  .oem_feuture_item:nth-child(odd) .oem_feuture_box2{
    order: 2;
  }
  .oem_feuture_item:nth-child(even) .oem_feuture_box1{
    order: 2;
  }
  .oem_feuture_item:nth-child(even) .oem_feuture_box2{
    order: 1;
  }
  .oem_feuture_box1_img:before{

  }
  .oem_feuture_box2{
    width: 49.01%;
    padding-top: 20px;
    margin-top:0;
  }
  .oem_feuture_box2_tt{

  }
  .oem_feuture_box2_tt .home_reason_box1_num{
    font-size: 64px;
  }
  .oem_feuture_box2_text{
    font-size: 30px;
  }
  .oem_feuture_box2 .content_desc{

  }

  .order_feature_items.option .order_feature_item_icon{
    min-height: 200px;
    width: auto;
    margin-inline:0;
  }
  .order_feature_items.option .order_feature_item:nth-child(2) .order_feature_item_icon{
    width:auto;
  }
}
@media (min-width:1200px){
  /*1個英字*/
  .order_feature_wrap.option .big_int{
    top: 96%;
    left: -180px;
    transform: translateY(-50%);
  }
  /*1文字英字*/
  .oem_feuture_wrap .big_int{
    top: 93%;
    left: -83px;
    transform: translateY(-50%);
  }


  /*装飾*/
  .pg_oem .section.sec1 .content_pos_1{
    width: 46.14%;
    top: -20px;
    bottom: auto;
    right: -193px;
  }
  .pg_oem .section.sec2 .content_pos_2{
    width: 24.47%;
    top: 80px;;
  }
  .pg_oem .section.sec3 .content_pos_3{
    width: 29.42%;
    top: -700px;
    bottom: auto;
    right: 0;
  }

}
@media (min-width:1400px){
  /*装飾*/
  .pg_oem .section.sec1 .content_pos_1{
    width: 46.14%;
    top: -50px;
    bottom: auto;
    right: -193px;
  }

  /*1個英字*/
  .order_feature_wrap.option .big_int{
    top: 96%;
    left: -220px;
    transform: translateY(-50%);
  }

}
@media (min-width:1540px){
  /*1文字英字*/
  .oem_feuture_wrap .big_int{
    top: 96%;
    left: -109px;
    transform: translateY(-50%);
  }

  /*装飾*/
  .pg_oem .section.sec1 .content_pos_1{
    width: 46.14%;
    top: -100px;
    bottom: auto;
    right: -193px;
  }

}
@media (min-width:1740px){
  /*装飾*/
  .pg_oem .section.sec1 .content_pos_1{
    width: 46.14%;
    top: -300px;
    bottom: auto;
    right: -193px;
  }

}

/*******************************
*　特注品
********************************/
.pg_orderProduct{

}
.pg_orderProduct .section.sec1{
  padding-bottom: 50px;
  position: relative;
}
.pg_orderProduct .section.sec2{
  background: #3860e3;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_orderProduct .section.sec2:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 112px solid transparent;
  border-left: 112px solid transparent;
  border-top: 85px solid #272727;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform:translateX(-50%);
}
.pg_orderProduct .section.sec3{
  padding-top: 70px;
  position: relative;
}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}

.body_orderProduct .pg_header,
.body_company .pg_header{
  margin-bottom: 80px;
}

/*装飾*/
.pg_orderProduct .content_pos_1{
  width: 45.86%;
  top: -342px;
  right: -284px;
  bottom: auto;
  background-image: url(/system_panel/uploads/images/order_pos.png);
}

/*1文字英字*/
.order_hdr_wrap .big_int{
  top: 96%;
  left: -50px;
  transform: translateY(-50%);
}
.order_feature_wrap .big_int{
  top: 96%;
  left: -50px;
  transform: translateY(-50%);
}
.order_flow_wrap .big_int{
  top: 55%;
  left: -50px;
  transform: translateY(-50%);
}

/*見出し*/
.order_hdr_wrap .sec_sub_title{
  margin-top: 30px;
}
.order_hdr_lists{
  margin-top: 40px;
}
.order_hdr_list{
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.order_hdr_list:nth-child(n+2){
  margin-top: 30px;
}
.order_hdr_list p{
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
.order_hdr_list p:before{
  content: "";
  display: block;
  width:32px; ;
  aspect-ratio:66 / 65;
  background-image: url(/system_panel/uploads/images/chack.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.order_hdr_list strong{
  font-weight: 500;
  color: var(--sub-color);
}


/*特徴*/
.order_feature_items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.order_feature_item{
  color: #181818;
}
.order_feature_item:nth-child(n+2){
  margin-top: 30px;
}
.order_feature_item_inner{
  background: #fff;
  padding: 66px 16px 40px;
}
.order_feature_item_icon{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order_feature_item_tt{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
}
.order_feature_item .content_desc{

}

/*flow*/
.order_flow_wrap{
  position: relative;
  z-index: 1;
}
.order_flow_items{
  margin-top: 40px;
}
.order_flow_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
  background: #fff;
  color: #181818;
  position: relative;
}
.order_flow_item:nth-child(n+2){
  margin-top:70px;
}
.order_flow_item:after{
  content: "";
  display: block;
  width: 84px;
  aspect-ratio:84 / 34;
  background-image: url(/system_panel/uploads/images/arr.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -53px;
  left: 50%;
  transform:translateX(-50%);
}
.order_flow_item:last-child:after{
  display: none;
}
.order_flow_num{

}
.order_flow_box1{
  width: 100%;
}
.order_flow_num.home_reason_box1_num{
  position: absolute;
  top: -25px;
  left: 0;
  color: var(--main-color);
}
.order_flow_box1{

}
.order_flow_box1_tt{
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
.order_flow_item.head .order_flow_box1_tt:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--main-color);
  margin-top: 8px;
}
.order_flow_box1 .content_desc{
  margin-top: 7px;
}
.order_flow_item .content_desc{
  line-height:1.88em;
}
.order_flow_box2{
  width: 100%;
}
.order_flow_box2_tel{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.order_flow_box2_tel1{
  font-size: 16px;
  font-weight: 500;
}
.order_flow_box2_tel2{
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
}
.order_flow_box2 .read_more{

}
.order_flow_box2 .read_more a{
  width: 100%;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .order_flow_item.head .order_flow_box2{
    margin-top: 20px;
  }
  .order_flow_box1_tt:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--main-color);
    margin-top: 8px;
  }

  /*装飾*/
  .pg_orderProduct .content_pos_1{
    top: 53px;
    right: -50px;
  }

  .pg_orderProduct .section.sec2:before{
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 40px solid #272727;
  }
}
@media (min-width:768px){
  .pg_orderProduct{

  }
  .pg_orderProduct .section.sec1{
    padding-bottom: 100px;
  }
  .pg_orderProduct .section.sec2{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_orderProduct .section.sec3{
    padding-top: 150px;
  }

  .body_orderProduct .pg_header,
  .body_company .pg_header{
    margin-bottom: 150px;
  }

  /*1文字英字*/
  .order_hdr_wrap .big_int{
    top: 96%;
    left: -146px;
    transform: translateY(-50%);
  }
  .order_flow_wrap .big_int{
    top: 96%;
    left: -146px;
    transform: translateY(-50%);
  }
  .order_feature_wrap .big_int{
    font-size: 280px;
  }

  /*装飾*/
  .pg_orderProduct .content_pos_1{
    width: 880px;
    top: -342px;
    right: -450px;
  }
  /*装飾*/
  .pg_orderProduct .content_pos_2{
    top: -121px;
    left: -80px;
  }

  /*見出し*/
  .order_hdr_wrap .sec_sub_title{
    margin-top: 45px;
  }
  .order_hdr_lists{
    margin-top: 60px;
  }
  .order_hdr_list{
    font-size: 24px;
  }
  .order_hdr_list:nth-child(n+2){
    margin-top: 40px;
  }
  .order_hdr_list p{
    padding-left: 55px;
  }
  .order_hdr_list p:before{
    content: "";
    display: block;
    width:40px; 
  }

  /*特徴*/
  .order_feature_items{
    margin-top: 53px;
    margin-inline:-15px;
  }
  .order_feature_item{
    width: 50%;
    padding: 0 15px;
  }
  .order_feature_item:nth-child(n+2){
    margin-top: 0;
  }
  .order_feature_item:nth-child(n+3){
    margin-top: 52px;
  }
  .order_feature_item_inner{
    height: 100%;
    padding: 66px 32px 40px;
  }
  .order_feature_item_icon{
    min-height:193px;
    width: 150px;
    margin-inline:auto;
  }
  .order_feature_item:nth-child(2) .order_feature_item_icon{
    width: 90px;
  }
  .order_feature_item_tt{
    font-size: 24px;
  }
  .order_feature_item .content_desc{

  }

  /*flow*/
  .order_flow_items{
    margin-top: 60px;
  }
  .order_flow_item{
    padding: 10px 20px;
  }
  .order_flow_item.head{
    padding: 20px 20px;
  }
  .order_flow_item:nth-child(n+2){
    margin-top: 73px;
  }
  .order_flow_num{

  }
  .order_flow_box1{

  }
  .order_flow_num.home_reason_box1_num{
    font-size: 60px;
    top: -35px;
  }
  .order_flow_box1{
    width: 23.39%;
    position: relative;
  }
  .order_flow_box1:after{
    content: "";
    display: block;
    width: 1px;
    height: 64px;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    right:0;
    transform: translateY(-50%);
  }
  .order_flow_item.head .order_flow_box1:after{
    display: none;
  }
  .order_flow_item.head .order_flow_box1{
    width: 100%;
  }
  .order_flow_box1_tt{
    font-size: 24px;
    margin-right: -10px;
  }
  .order_flow_box1 .content_desc{

  }
  .order_flow_box2{
    width: 71.34%;
  }
  .order_flow_item.head .order_flow_box2{
    width: 100%;
    padding-top: 22px;
  }
  .order_flow_box2_tel{

  }
  .order_flow_box2_tel1{
    font-size: 18px;
  }
  .order_flow_box2_tel2{
    font-size: 30px;
  }
  .order_flow_box2 .content_desc{
    margin-top: 0;
  }
  .order_flow_box2 .read_more{

  }
  .order_flow_box2 .read_more a{
    width: 330px;;
  }



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

  }
  .pg_orderProduct .section.sec1{
    padding-bottom: 140px;
  }
  .pg_orderProduct .section.sec2{
    padding-top: 135px;
    padding-bottom: 150px;
  }
  .pg_orderProduct .section.sec3{
    padding-top: 225px;
  }

  .body_orderProduct .pg_header,
  .body_company .pg_header{
    margin-bottom: 235px;
  }

  /*装飾*/
  .pg_orderProduct .content_pos_1{
    width: 880px;
    top: -342px;
    right: -350px;
  }
  /*装飾*/
  .pg_orderProduct .content_pos_2{
    top: -121px;
    left: 0;
  }

  /*1個英字*/
  .order_feature_wrap .big_int{
    font-size: 200px;
    top: 96%;
    left: -101px;
    transform: translateY(-50%);
  }

  /*見出し*/
  .order_hdr_lists{
    margin-top: 75px;
  }
  .order_hdr_list{
    font-size: 30px;
  }
  .order_hdr_list:nth-child(n+2){
    margin-top: 54px;
  }
  .order_hdr_list p{
    padding-left: 125px;
  }
  .order_hdr_list p:before{
    content: "";
    display: block;
    width:66px; 
  }

  /*特徴*/
  .order_feature_items{
    margin-inline: -45px;
  }
  .order_feature_item{
    width: 50%;
    padding: 0 45px;
  }
  .order_feature_item_inner{
    padding: 66px 32px 40px;
  }
  .order_feature_item_icon{
    width: auto;
    margin-inline:0;
  }
  .order_feature_item_tt{
    font-size: 32px;
  }
  .order_feature_item .content_desc{

  }

  /*flow*/
  .order_flow_items{

  }
  .order_flow_item{
    padding: 20px 30px;
  }
  .order_flow_item.head{
    padding: 22px 30px;
  }
  .order_flow_num{

  }
  .order_flow_box1{
    width: 17.39%;
  }
  .order_flow_item.head .order_flow_box1{
    width: 58.69%;
  }
  .order_flow_num.home_reason_box1_num{
    font-size: 63.7px;
    top: -33px;
  }
  .order_flow_box1{

  }
  .order_flow_box1_tt{
    font-size: 27px;
  }
  .order_flow_box1 .content_desc{
    font-size: 18px;
  }
  .order_flow_item .content_desc{
    font-size: 18px;
  }
  .order_flow_box2{
    width:79.34%;
  }
  .order_flow_item.head .order_flow_box2{
    width: 41.3%;
    padding-top: 22px;
  }
  .order_flow_box2_tel{

  }
  .order_flow_box2_tel1{

  }
  .order_flow_box2_tel2{
    font-size: 34px;
  }
  .order_flow_box2 .read_more{
    margin-top: 12px;
  }
  .order_flow_box2 .read_more a{
    width: 100%;
    padding: 13px 64px;
  }

  /*オプション*/
  .content_desc.hdr{
    margin-top: 49px;
  }
  .order_feature_items.option{
    margin-inline: -55px;;
    margin-top: 75px;
    padding: 0;
  }
  .order_feature_items.option .order_feature_item{
    padding: 0 55px;
  }
  .order_feature_items.option .order_feature_item:nth-child(n+3){
    margin-top: 80px;
  }
  .order_feature_item:nth-child(2) .order_feature_item_icon{
    width: auto;
  }
}
@media (min-width:1200px){
  .order_hdr_lists{
    max-width: 920px;
    margin-inline:auto;
  }
  .order_hdr_list p{
    padding-left: 125px;
  }

  /*装飾*/
  .pg_orderProduct .content_pos_1{
    width: 880px;
    top: -342px;
    right: -284px;
  }
  /*装飾*/
  .pg_orderProduct .content_pos_2{
    top: -121px;
    left: 0;
  }

  /*特徴*/
  .order_feature_items{
    padding: 0 65px;
    margin-inline:-45px;
  }
  .order_feature_item{
    width: 50%;
    padding: 0 45px;
  }
  .order_feature_item_inner{

  }
  .order_feature_item_icon{

  }
  .order_feature_item_tt{
    font-size: 32px;
  }
  .order_feature_item .content_desc{

  }

  /*flow*/
  .order_flow_item{
    padding: 20px 95px;
  }
  .order_flow_item.head{
    padding: 22px 95px;
  }
  .order_flow_box1_tt{
    font-size: 30px;
  }
}
@media (min-width:1400px){
  /*装飾*/
  .pg_orderProduct .content_pos_2{
    top: -121px;
    left: 0;
  }
}
@media (min-width:1540px){
  /*装飾*/
  .pg_orderProduct .content_pos_2{
    top: -121px;
    left: 0;
  }

  .order_hdr_lists{

  }

}

/*******************************
*　ボトル
********************************/
.pg_bottle{
  /*  overflow: hidden;*/
}
.pg_bottle .section.sec1{
  position: relative;
}
.pg_bottle .section.sec2{
  margin-top: 0;
  position: relative;
}
.pg_bottle .section.sec3{
  position: relative;
  overflow: hidden;
}

/*装飾*/
.pg_bottle .content_pos{
  z-index: 0;
}
.pg_bottle .content_pos_1{
  width: 45.86%;
  top: 364px;
  right: -101px;
  bottom: auto;
  background-image: url(/system_panel/uploads/images/order_pos.png);
}
.pg_bottle .content_pos_2{
  width: 45.86%;
  top: -100px;
  left: -150px;
  bottom: auto;
  background-image: url(/system_panel/uploads/images/gf.png);
}

.pg_bottle .section.sec3 .content_pos_2{
  width: 45.86%;
  top: -100px;
  left: -150px;
  bottom: auto;
  background-image: url(/system_panel/uploads/images/gf.png);
}
.pg_bottle .section.sec3 .content_pos_3{
  width: 46.14%;
  top: 6600px;
  left: -260px;
  bottom: auto;
  background-image: url(/system_panel/uploads/images/sec3_contentpos3.png);
}
.pg_bottle .section.sec3 .content_pos_4{
  width: 45.86%;
  top: 13083px;
  left: -320px;
  bottom: auto;
  background-image: url(/system_panel/uploads/images/gf.png);
  aspect-ratio:917 / 1114;
}
.pg_bottle .section.sec3 .content_pos_5{
  width: 45.86%;
  top: 10100px;
  right: -281px;
  bottom: auto;
  background-image: url(/system_panel/uploads/images/gf.png);
  aspect-ratio:917 / 1114;
}

/*カテゴリ*/
.bottle_product_cate_items{
  display: flex;
  flex-wrap: wrap;
}
.bottle_product_cate_item{
  width: 100%;
}
.bottle_product_cate_item:nth-child(n+2){
  margin-top: 16px;
}
.bottle_product_cate_item a{
  display: block;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  padding: 12px 0;
}
.bottle_product_cate_item a:hover{
  background: var(--sub-color);
}
.bottle_product_cate_item a p{
  letter-spacing: 0;
}

.works_list .webgene-item{
  position:relative;
  z-index: 1;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_bottle .content_pos_2{
    top: 250px;
  }

  .pg_bottle .section.sec3 .content_pos_2{
    left: -50px;
  }
  .pg_bottle .section.sec3 .content_pos_3{
    left: -50px;
  }
  .pg_bottle .section.sec3 .content_pos_4{
    left: -50px;
  }
  .pg_bottle .section.sec3 .content_pos_5{
    right: -50px;
  }
}
@media (min-width:768px){
  .pg_bottle{

  }
  .pg_bottle .section.sec1{

  }
  .pg_bottle .section.sec2{
    margin-top: 42px;
  }

  .pg_bottle .section.sec1 .content_desc{
    margin-top: 45px;
  }

  /*装飾*/
  .pg_bottle .content_pos_1{
    width: 45.86%;
    top: 164px;
    right: -201px;
  }
  .pg_bottle .content_pos_2{
    width: 45.86%;
    top: -341px;
    left: -281px;
  }

  /*カテゴリ*/
  .bottle_product_cate_items{
    margin-inline:-5px;

  }
  .bottle_product_cate_item{
    width: 33.333%;
    padding: 0 5px;
  }
  .bottle_product_cate_item:nth-child(n+2){
    margin-top: 0;
  }
  .bottle_product_cate_item a{
    padding: 19px 0;
    position: relative;
  }
  .bottle_product_cate_item.active a:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
    border-bottom: 41px solid #ffffff;
    border-top: 0;
    position: absolute;
    bottom: -50px;;
    left: 50%;
    transform:translateX(-50%);
  }
}
@media (min-width:1024px){
  .pg_bottle{

  }
  .pg_bottle .section.sec1{

  }
  .pg_bottle .section.sec2{

  }

  /*装飾*/
  .pg_bottle .content_pos_1{
    width: 45.86%;
    top: 164px;
    right: -301px;
  }
  .pg_bottle .content_pos_2{
    width: 45.86%;
    top: -541px;
    left: -281px;
  }

  /*カテゴリ*/
  .bottle_product_cate_items{
    margin-inline:-16.5px;
  }
  .bottle_product_cate_item{
    padding: 0 16.5px;

  }

  .bottle_product_cate_item:nth-child(n+2){
    margin-top: 0;
  }
  .bottle_product_cate_item:nth-child(n+4){
    margin-top: 20px;
  }
  .bottle_product_cate_item a{
    position: relative;
  }

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

  /*装飾*/
  .pg_bottle .content_pos_1{
    width: 45.86%;
    top: 164px;
    right: -301px;
  }
  .pg_bottle .content_pos_2{
    width: 45.86%;
    top: -551px;
    left: -481px;
  }
}
@media (min-width:1400px){
  /*装飾*/
  .pg_bottle .content_pos_1{
    width: 45.86%;
    top: 164px;
    right: -301px;
  }
  .pg_bottle .content_pos_2{
    width: 45.86%;
    top: -641px;
    left: -481px;
  }
}
@media (min-width:1540px){
  /*装飾*/
  .pg_bottle .content_pos_1{
    width: 45.86%;
    top: 164px;
    right: -301px;
  }
  .pg_bottle .content_pos_2{
    width: 45.86%;
    top: -741px;
    left: -481px;
  }
}
@media (min-width:1740px){
  /*装飾*/
  .pg_bottle .content_pos_1{
    width: 45.86%;
    top: 216px;
    right: -301px;
  }
  .pg_bottle .content_pos_2{
    width: 45.86%;
    top: -923px;
    left: -515px;
  }

  .pg_bottle .section.sec3 .content_pos_2{
    top: 1803px;
    left: -71px;
  }
  .pg_bottle .section.sec3 .content_pos_3{
    top: 6600px;
    left: -260px;
    bottom: auto;
  }
}

/*******************************
*　トリガースプレー
********************************/
.pg_trigger{

}
.pg_trigger .section.sec1{

}
.pg_trigger .section.sec2{
  padding-top:0;
}
.pg_trigger .works_list .webgene-blog{
  margin-top: 0;
}


@media (max-width:374px){

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

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

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

  }
  .pg_trigger .section.sec1{

  }
  .pg_trigger .section.sec2{
    padding-top: 50px;
  }
  .pg_trigger .works_list .webgene-blog{
    margin-top: 0;
  }

  .pg_bottle.pg_trigger .content_pos_1 {
    width: 45.86%;
    top: 1233px;
    right: -280px;
  }

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

  }
  .pg_trigger .section.sec1{

  }
  .pg_trigger .section.sec2{

  }

  .pg_trigger .works_list .webgene-blog{
    margin-top: 0;
  }

  .pg_bottle.pg_trigger .content_pos_1 {
    width: 45.86%;
    top: 1233px;
    right: -380px;
  }
  .pg_bottle.pg_trigger .content_pos_2 {
    width: 45.86%;
    top: -704px;
    left: -360px;
  }

}
@media (min-width:1200px){
  .pg_bottle.pg_trigger .content_pos_1 {
    width: 45.86%;
    top: 1233px;
    right: -380px;
  }
  .pg_bottle.pg_trigger .content_pos_2 {
    width: 45.86%;
    top: -904px;
    left: -360px;
  }

}
@media (min-width:1540px){
  .pg_bottle.pg_trigger .content_pos_1 {
    width: 45.86%;
    top: 1233px;
    right: -380px;
  }
  .pg_bottle.pg_trigger .content_pos_2 {
    width: 45.86%;
    top: -871px;
    left: -488px;
  }
}
@media (min-width:1740px){
  .pg_bottle.pg_trigger .content_pos_1 {
    width: 45.86%;
    top: 1243px;
    right: -380px;
  }
  .pg_bottle.pg_trigger .content_pos_2 {
    width: 45.86%;
    top: -871px;
    left: -488px;
  }
}

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

}
.pg_company .section.sec1{
  position: relative;
}
.pg_company .section.sec2{
  padding-top: 70px;
  position: relative;
}
.pg_company .section.sec3{
  margin-top: 0;
  padding-top: 0;

}

.pg_company .section.sec1 .content_desc{
  font-size: 16px;
  line-height: 2;
}

/*装飾*/
.pg_company .content_pos_1{
  top: -73px;
  bottom: auto;
  right: -50px;
  background-image: url(/system_panel/uploads/images/h2.png);
  aspect-ratio:886 / 634;
  width: 46.14%;;
}
.pg_company .content_pos_2{
  bottom: auto;
  background-image: url(/system_panel/uploads/images/compa_pos1.png);
  aspect-ratio:917 / 1114;
  width: 47.76%;
  left: -110px;
  top: 0;
}

/*1個英字*/
.order_hdr_wrap.company .big_int{
  top: 96%;
  left: -50px;
  transform: translateY(-50%);
}

/*SDGs*/
.company_sdgs_img{
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px 0;
  margin-top: 50px;
}
.company_sdgs_img img{
  position: relative;
  z-index: 1;
}
.company_sdgs_img:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top:0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 0;
}

.oem_feuture_box1{
  position: relative;
}

.sdgs_icon{
  width: 139px;
  aspect-ratio:1 / 1;
  position: absolute;
  top: 0;
  z-index: 2;
}
.pg_company .section.sec2 .oem_feuture_box1_img:before{
  padding-top: 68.96%;
}
.pg_company .section.sec2 .oem_feuture_item:nth-child(odd) .sdgs_icon{
  right: 0;
}
.pg_company .section.sec2 .oem_feuture_item:nth-child(even) .sdgs_icon{
  left:0;
}
.pg_company .section.sec2 .oem_feuture_item:nth-child(even):before{
  display: none;
}

/*テーブル*/
.company_tbl{
  color: #181818;
}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  font-size: 16px;
  font-weight: 400;
  padding: 16px 15px;
}
.company_tbl .table_rows_th{
  background: #e5e5e5;
  letter-spacing: 0.08em;
}
.company_tbl .table_rows_td{
  background: #ffffff;
  letter-spacing: 0.16em;
}

/*地図*/
.gmap{
  margin-top: 40px;
}
.access_map iframe{
  border: none;
  width: 100%;
  height: 250px;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_company .section.sec2 .oem_feuture_box2_text{
    margin-left: 0;
  }
  .sdgs_icon{
    width: 80px;
  }

  .pg_company .section.sec2 .oem_feuture_wrap .big_int{
    top: 96%;
    left: -40px;
    transform: translateY(-50%);
  }

  /*テーブル*/
  .company_tbl{
    color: #181818;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
  }
  .company_tbl .table_rows_th{

  }
  .company_tbl .table_rows_td{

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

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{
    padding-top: 120px;
  }
  .pg_company .section.sec3{
    margin-top: 50px;
    padding-top: 0;
  }
  .pg_company .section.sec4{

  }
  .pg_company .section.sec5{

  }

  /*1個英字*/
  .order_hdr_wrap.company .big_int{
    top: 90%;
    left: -177px;
    transform: translateY(-50%);
  }

  /*装飾*/
  .pg_company .content_pos_1{
    top: -100px;
    bottom: auto;
    right: -200px;
    width: 46.14%;;
  }
  .pg_company .content_pos_2{
    width: 47.76%;
    left: -200px;
    top: -100px;
  }

  .pg_company .section.sec1 .content_desc{
    font-size: 16px;
  }

  /*sdgs*/
  .pg_company .section.sec2 .oem_feuture_items{
    margin-top: 65px;
  }
  .company_sdgs_img{
    padding: 60px 0;
    margin-top: 70px;
  }
  .pg_company .section.sec2 .oem_feuture_box2_text{
    font-weight: 700;
    margin-left: 0;
  }
  .pg_company .section.sec2 .oem_feuture_item:nth-child(n+2){
    margin-top: 30px;
  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 19.5px 15px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
  }
  .company_tbl .table_rows_td{
    padding-left: 21px;
  }

  /*地図*/
  .gmap{
    margin-top: 70px;
  }
  .access_map iframe{
    height: 350px;
  }
}
@media (min-width:1024px){
  .pg_company .section.sec2{
    padding-top: 180px;
  }
  .pg_company .section.sec3{
    margin-top: 50px;
    padding-top: 50px;
  }
  .pg_company .section.sec1 .content_desc{
    font-size: 16px;
  }

  /*1個英字*/
  .order_hdr_wrap.company .big_int{
    top: 90%;
    left: -100px;
    transform: translateY(-50%);
  }

  /*装飾*/
  .pg_company .content_pos_1{
    top: -200px;
    bottom: auto;
    right: -250px;
    width: 46.14%;;
  }
  .pg_company .content_pos_2{
    width: 47.76%;
    left: -350px;
    top: -290px;
  }

  .order_hdr_wrap.company .content_desc{
    margin-top: 45px;
  }

  /*sdgs*/
  .company_sdgs_img{
    padding: 87px 0 90px;
    margin-top: 90px;
  }
  .pg_company .section.sec2 .oem_feuture_box1{
    width: 43.93%;
  }
  .pg_company .section.sec2 .oem_feuture_box2{
    width: 51.13%;
    padding-top: 39px;
  }
  .pg_company .section.sec2 .oem_feuture_item:nth-child(n+2){
    margin-top: 30px;
  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

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

  }

  /*地図*/
  .gmap{

  }
  .access_map iframe{
    height: 400px;
  }
}
@media (min-width:1200px){
  /*1個英字*/
  .order_hdr_wrap.company .big_int{
    top: 90%;
    left: -150px;
    transform: translateY(-50%);
  }

  /*装飾*/
  .pg_company .content_pos_1{
    top: -279px;
    bottom: auto;
    right: -366px;
    width: 46.14%;;
  }
  .pg_company .content_pos_2{
    width: 47.76%;
    left: -449px;
    top: -290px;
  }

  .pg_company .section.sec2 .oem_feuture_items{
    padding: 0px;
  }



}
@media (min-width:1540px){
  /*1個英字*/
  .order_hdr_wrap.company .big_int{
    top: 90%;
    left: -269px;
    transform: translateY(-50%);
  }

  .pg_company .section.sec2 .oem_feuture_items{
    padding: 0 100px;
  }

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

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

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

/* リスト */
.posts_list{

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

}


/* サイド */
.posts_side_wrap{

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

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

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

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{

}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

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

/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}


/* 動画 */
.post_video{

}
.post_video .responsive_video{
  margin-top: 15px;
}
.post_video .responsive_video:empty{
  display: none;
}

/* コピー用 */
@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;
  }
}
@media (min-width:768px){

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

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

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

  }

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

  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .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 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }


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

  /* リスト */
  .posts_list{

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

  }

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

  .pg_news{
    padding-top: 100px;
  }

}



/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

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

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.47%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}


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

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

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

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

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 65.76%;
  }
  .gallery_box2{
    width: 31.53%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

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


}





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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


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

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


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


}
