@charset "UTF-8";

:root {
  --main-color: #006532;
  --sub-color: #b8d200;
  /*--sub-color: #be4b1f;*/
  --bg1-color: #f7fde4; /* 薄い緑 */
  --bg2-color: #809b8d; /* 濃い緑 */
  --bg3-color: #f3fcd5; /* 濃い緑 */
  
  /* 画面端までの余白 */
  --margin-for-device-side: -15px;
  --margin-for-device-side-w: -15px;
}
#root{
  overflow: hidden;
}

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

}


@media (min-width:768px){
  :root {
    --margin-for-device-side: calc(345px - 50vw);
    --margin-for-device-side-w: calc(345px - 50vw);
  }
}
@media (min-width:992px){
  :root {
    --margin-for-device-side: calc(465px - 50vw);
    --margin-for-device-side-w: calc(465px - 50vw);
  }
}
@media (min-width:1200px){
  :root {
    --margin-for-device-side: calc(555px - 50vw);
    --margin-for-device-side-w: calc(555px - 50vw);
  }
}
@media (min-width:1366px){
  :root {
    /*--margin-for-device-side: calc(555px - 50vw);*/
    --margin-for-device-side-w: calc(625px - 50vw);
  }
}
@media (min-width:1450px){
  :root {
    /*--margin-for-device-side: calc(555px - 50vw);*/
    --margin-for-device-side-w: calc(685px - 50vw);
  }
}
@media (min-width:1700px){
  :root {
    --margin-for-device-side-w: calc(800px - 50vw);
  }
}


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

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

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

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;
  color: var(--main-color);
  /*opacity: 0.7;*/
  /*color: inherit;*/
}
img{
  max-width: 100%;
  width: auto;
  transition: 0.2s all;
}

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

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

/* メニュー全般 */
.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;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  text-align: center;
  transition: 0.2s all;
}
.hdr_contact a.email p:before{
  content:"\f003";
  font-family: "fontAwesome";
  margin-right: 10px;
}
.hdr_contact a:hover{
  background: var(--sub-color);
  color: #FFF;
}

.body_home .hdr_contact{
  display: none;
}

/* SNSボタン */
.hdr_sns{
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.hdr_sns a{
  width: 40px;
  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;
  }
  
  /* お問い合わせボタン */
  .hdr_contact{
    display: none;
  }
  /* SNSボタン */
  .hdr_sns{
    position: absolute;
    z-index: 1;
    right: 15px;
    margin-left: 20px;
  }
  .hdr_sns a img{
    height: 30px;
  }
  
}
@media (min-width:768px){
  
  /* ヘッダー固定 */
  body{
    /* ヘッダーの高さに応じて */
    padding-top: 130px;
  }
  .header{
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
  }
  .hdr_menu{
  }
  
  .hdr1{
    padding: 18px 15px 0;
  }
  
  /* ロゴ */
  .hdr_logo img{
    width: 100px;
  }
  
  
  /* ヘッダースリム */
  .header.slim{
    
  }
  .header.slim .hdr_logo img{
    width: 80px;
  }
  
  .hdr_sns a img{
  }
  
  .hdr_contact a{
    width: 240px;
    padding: 12px 10px; 
    font-size: 20px;
  }
  
  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 24px;
  }
  .hdr_tel_link p:before{
    margin-right: 6px;
  }
  
  
}
@media (min-width:1024px){
    body{
    /* ヘッダーの高さに応じて */
    padding-top: 86px;
  }
  /* ロゴ */
  .hdr_logo img{
    width: 100px;
  }

  /* ヘッダースリム */
  .header.slim{
    
  }
  
  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 26.5px;
  }
  
}
@media (min-width:1200px){

  /* ロゴ */
  .hdr_logo{

  }
  .hdr_logo img{
    width: 150px;
  }
  
  /* ヘッダースリム */
  .header.slim{
    
  }
  
}
@media (min-width:1470px){
  .hdr1{
    padding-left: 50px;
    padding-right: 30px;
  }
  .header.slim .hdr_logo img{
    width: 120px;
  }
  .hdr_contact a{
    width: 283px;
    padding: 17px 10px; 
    font-size: 23px;
  }
}

/*******************************
*　メインビジュアル
********************************/
/* MV */
.mv_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.mv_wrap:after{
  content: "";
  background: var(--bg1-color);
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 600px;
}
.mv_box1{
  width: 100%;
  margin-top: 30px;
  padding-bottom: 35px;
  order: 2;
}
.mv_box2{
  width: 100%;
  font-size: 40px;
  padding-top: 1.23em;
  padding-left: 1.23em;
  position: relative;
  z-index: 1;
  order: 1;
}

.mv{
  position: relative;
  z-index: 1;
}
.mv_img{
  position: relative;
  z-index: 1;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}

.mv_title{
  font-size: 1em;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.mv_title h1 ,
.mv_title p{
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.mv_title strong{
  color: var(--sub-color);;
  font-weight: 700;
}
.mv_title_txt1,
.mv_title_txt2{
  
}
.mv_title_txt1{
  
}
.mv_title_txt2{
  margin-top: 16px;
  margin-top: 0.123em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}


/* アニメ用の文字（初期は非表示） */
.mv_char,
.mv_char_v {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.6em);
  transition: opacity .32s ease, transform .32s ease, filter .6s ease;
  will-change: opacity, transform;
  filter: blur(10px); 
}

/* 表示状態 */
.mv_char.is-in,
.mv_char_v.is-in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0); 
}

/* 縦書き側は少しだけ別の見え方（お好みで） */
.mv_char_v {
  transform: translateX(.4em);
}
.mv_char_v.is-in {
  transform: translateX(0);
}

.mv_msg{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.571;
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.mv_msg + .read_more{
  margin-top: 20px;
}



/* スライダーの場合 */
.mv_slider{
  
}
.mv_slider_item{
  position: relative;
  z-index: 1;
}

.gjs-dashed .mv_slider_item{
  background: #CCC;
  padding: 15px 15px;
}
@media (min-width:768px){

  /* MV */
  .mv_wrap{
    margin-top: 0;
    padding-left: 15px;
  }
  .mv_wrap:after{
    height: 1000px;
  }
  .mv_box1{
    /*width: 405px;*/
    margin-top: 50px;
    padding-bottom: 35px;
    /*order: 1;*/
    display: flex;
    flex-direction: column;
  }
  .mv_box2{
    /*width: calc(100% - 405px);*/
    font-size: 90px;
    padding-top: 1.23em;
    padding-left: 1.23em;
    /*order: 2;*/
  }

  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 545px;
  }
  .mv_title_txt1{

  }
  .mv_title_txt2{
    margin-top: 0.123em;
  }

  .mv_msg{
    font-size: 21px;
    line-height: 2.571;
  }
  .mv_msg + .read_more{
    margin-top: 70px;
  }
  
}
@media (min-width:1024px){
  

  /* MV */
  .mv_wrap{
    padding-left: 15px;
  }
  .mv_wrap:after{
    height: 415px;
  }
  .mv_box1{
    width: 250px;
    padding-bottom: 20px;
    order: 1;
  }
  .mv_box2{
    width: calc(100% - 250px);
    font-size: 65px;
    /*padding-top: 1.23em;*/
    /*padding-left: 1.23em;*/
    order: 2;
  }

  .mv_img.img_fit:before{
    padding-top: 550px;
  }
  .mv_title_txt1{
  }
  .mv_title_txt2{
    margin-top: 0.123em;
  }

  .mv_msg{
    font-size: 18px;
  }
  .mv_msg + .read_more{
    margin-top: 30px;
  }
  
  
}
@media (min-width:1200px){

  /* MV */
  .mv_wrap{
    padding-left: 0;
  }
  .mv_wrap:after{
    height: 370px;
  }
  .mv_box1{
    width: 350px;
    padding-bottom: 35px;
  }
  .mv_box2{
    width: calc(100% - 350px);
    font-size: 85px;
  }
  .mv_msg{
    font-size: 18px;
  }
}
@media (min-width:1470px){
  .mv_wrap:after{
    height: 340px;
  }
}
@media (min-width:1536px){
  
  
  
}
@media (min-width:1720px){
  
  /* MV */
  .mv_wrap{
    padding-left: 0;
  }
  .mv_wrap:after{
    height: 475px;
  }
  .mv_box1{
    width: 405px;
    padding-bottom: 35px;
  }
  .mv_box2{
    width: calc(100% - 405px);
    font-size: 130px;
  }

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

  .mv_msg{
    font-size: 21px;
  }
  .mv_msg + .read_more{
    margin-top: 70px;
  }
  
}

/*******************************
*　サイドバー
********************************/

/* サイドバー */
.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{
  position: relative;
  z-index: 1;
}
.pg_header:after{
  content: "";
  background: #f7fde4;
  position: absolute;
  z-index: 0;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
}
.pg_header > .container{
  position: relative;
  z-index: 1;
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
}
.pg_header_mv_img{
  margin-left: 50px;
  margin-right: var(--margin-for-device-side-w);
}
.pg_header_mv_img.img_fit:before{
  padding-top: 200px;
}

.pg_header_title{
  position: absolute;
  z-index: 1;
  top: 50%;
  top: 35%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_header_title_en{
  font-size: 50px;
  font-weight: 600;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: var(--sub-color);
}
.pg_header_title_ja{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 5px;
}


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

  .pg_header_title_en{
    font-size: 50px;
  }
  .pg_header_title_ja{
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (min-width:1024px){
  .pg_header{
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

}
@media (min-width:1200px){
  body{
    padding-top: 165px;
  }
  .body_home{
    padding-top: 75px;
  }
  .pg_header_mv_img{
    margin-left: 250px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 560px;
  }
  
  .pg_header_title_en{
    font-size: 80px;
  }
  .pg_header_title_ja{
    font-size: 20px;
  }
  
}

@media (min-width:1366px){
  
  .pg_header_mv_img{
    /*margin-left: 365px;*/
  }
  
  .pg_header_title{
    left: 35px;
  }
}
@media (min-width:1450px){
  
  .pg_header_mv_img{
    margin-left: 365px;
  }
  
  .pg_header_title{
    left: 40px;
  }
  
  .pg_header_title_en{
    font-size: 100px;
  }
  .pg_header_title_ja{
    font-size: 36px;
  }
}
@media (min-width:1720px){
  
  .pg_header_mv_img{
    margin-left: 365px;
  }
  
  .pg_header_title{
    left: 50px;
  }
  .pg_header_title_en{
    font-size: 100px;
  }
  .pg_header_title_ja{
    font-size: 36px;
  }
}



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

.footer{
  margin-top: 0!important;
}

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

/* 追尾スマホメニュー */
.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: #cab386;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #ef7f1a;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #cab386;
}
.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;
}



@media (min-width:375px){

}
@media (max-width:767px){
  
  body{
    padding-bottom: 56px;
  }
  
  .footer_fix{
    display: flex;
  }
  
}
@media (min-width:768px){
  .footer{
  }
}
@media (min-width:1024px){
  .footer{
  }
}
@media (min-width:1200px){
  
}


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


/* テーブル用 */
.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{
  width: 250px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid currentColor;
  color: var(--main-color);
  /*background: var(--main-color);*/
  /*border-radius: 27px;*/
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.read_more a p{
  /*letter-spacing: 0;*/
}
.read_more a:after{
  content: "▶";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.read_more a:hover{
  color: #FFF;
  background: var(--sub-color);
}
.read_more a:hover:after{
  margin-right: -5px;
}

.read_more a.green{
  background: var(--main-color);
  color: #FFF;
}
.read_more a.green:hover{
  color: #FFF;
  background: var(--sub-color);
}

.read_more a.email{
  font-weight: 600; 
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
}
.read_more a.email:after{
  display: none;
}
.read_more a.email p:before{
  content: "\f003";
  font-weight: 400;
  font-family: "FontAwesome";
  position: static;
  -webkit-transform: none;
  transform: none;
  margin-right: 10px;
}


/* 見出し */
.tt2{
  text-align: center;
  margin-bottom: 30px;
}
.tt2_en{
  font-size: 50px;
  font-weight: 600;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: var(--sub-color);
}
.tt2_ja{
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}
.tt2_ja.wh{
  color: #FFF;
}

.txt_anime{
  /*display: flex;*/
}

.txt_anime span.space {
  width: 0.2em;   /* 半角スペース幅を確保（調整可） */
  opacity: 1;
  filter: none;
  transform: none;
}
.txt_anime .word {
  display: inline-block;      /* 単語内で改行させない */
  white-space: nowrap;        /* 句読点付きでも1塊で保持 */
}

/* 文字アニメ（既存と同じ） */
.txt_anime .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.6em);
  filter: blur(6px);
  transition: opacity .8s ease, transform .8s ease, filter .8s ease;
  will-change: opacity, transform, filter;
}
.txt_anime .char.is-in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* 文章 */
.cmn_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.666;
  line-height: 1.875;
  text-align: justify;
}

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

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

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

}


/* 概要 */
.cmn_about{
  
}
.cmn_about_title{
  text-align: center;
}
.cmn_about_title_ja{
  font-size: 18px;
  font-weight: 900;
  line-height: 1.805;
}
.cmn_about_title_en{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  line-height: 1.3;
  color: var(--main-color);
  margin-top: 18px;
}
.cmn_about_title_en:before,
.cmn_about_title_en:after{
  content: "";
  width: 45px;
  height: 1px;
  background:currentColor;
}
.cmn_about_title_en:before{
  margin-right: 15px;
}
.cmn_about_title_en:after{
  margin-left: 15px;
}

.cmn_about_txt{
  text-align: justify;
  line-height: 1.777;
}
* + .cmn_about_txt{
  margin-top: 40px;
}
  
.cmn_about_imgs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
}
* + .cmn_about_imgs{
  margin-top: 30px;
}
.cmn_about_imgs_item{
  width: 49.01%;
}
.cmn_about_imgs_item.img_fit:before{
  padding-top: 51.007%;
}
.cmn_about_imgs_item:nth-child(even){
  margin-top: -25px;
}

@media (max-width:374px){

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

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

  /* スマホ用テーブル */
  .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;
  }
  
}
@media (min-width:768px){

  /* セクション */
  .section{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .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{
    width: 285px;
    font-size: 16px;
    padding: 22px 20px;
    margin: 5px 5px;
  }
  .read_more a:after{
    top: 50%;
    right: 18px;
  }
  .read_more a:hover:after{
    margin-right: -5px;
  }
  
  /* 見出し */
  .tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 60px;
  }
  .tt2_ja{
    font-size: 28px;
    margin-top: 10px;
  }

  /* 概要 */
  .cmn_about{

  }
  .cmn_about_title{
    text-align: center;
  }
  .cmn_about_title_ja{
    font-size: 24px;
  }
  .cmn_about_title_en{
    font-size: 20px;
    margin-top: 18px;
  }
  .cmn_about_title_en:before,
  .cmn_about_title_en:after{
    width: 45px;
  }
  .cmn_about_title_en:before{
    margin-right: 30px;
  }
  .cmn_about_title_en:after{
    margin-left: 30px;
  }

  .cmn_about_txt{
    font-size: 16px;
    line-height: 1.777 !important;
    text-align: justify;
  }
  * + .cmn_about_txt{
    margin-top: 40px;
  }

  .cmn_about_imgs{
    padding-top: 50px;
  }
  * + .cmn_about_imgs{
    margin-top: 50px;
  }
  .cmn_about_imgs_item{
    width: 49.01%;
  }
  .cmn_about_imgs_item:nth-child(even){
    margin-top: -50px;
  }

}
@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;
  }*/
  
  /* 文章 */
  .cmn_txt{
    line-height: 1.666;
  }
  .cmn_about_txt{
    text-align: center;
  }
  .cmn_about_txt p{
   letter-spacing:0;
  }
}
@media (min-width:1200px){
  .cmn_about_txt p{
   letter-spacing:0.075em;
  }
  
  /* 概要 */
  .cmn_about{

  }
  .cmn_about_title{
    text-align: center;
  }
  .cmn_about_title_ja{
    font-size: 36px;
  }
  .cmn_about_title_en{
    font-size: 24px;
    margin-top: 18px;
  }
  .cmn_about_title_en:before,
  .cmn_about_title_en:after{
    width: 45px;
  }
  .cmn_about_title_en:before{
    margin-right: 30px;
  }
  .cmn_about_title_en:after{
    margin-left: 30px;
  }

  .cmn_about_txt{
    font-size: 18px;
    text-align: center;
  }
  * + .cmn_about_txt{
    margin-top: 40px;
  }

  .cmn_about_imgs{
    padding-top: 70px;
  }
  * + .cmn_about_imgs{
    margin-top: 75px;
  }
  .cmn_about_imgs_item{
    width: 49.01%;
  }
  .cmn_about_imgs_item:nth-child(even){
    margin-top: -70px;
  }
  
  /* 見出し */
  .tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 100px;
  }
  .tt2_ja{
    font-size: 36px;
    margin-top: 10px;
  }

}

@media (min-width:1366px){

  /* コンテナ */
  /*.container.mid{
    max-width: calc(1320px + 160px);
    padding-left: 80px;
    padding-right: 80px;
  }*/
  .container.wide{
    /*max-width: calc(1600px + 100px);*/
    max-width: calc(1250px + 70px);
    padding-left: 35px;
    padding-right: 35px;
  }
  /*.container.full{
    max-width: 1920px;
    padding-left: 60px;
    padding-right: 60px;
  }*/
  
  
  .read_more a.email{
    font-size: 23px;
  }
  
  
}
@media (min-width:1450px){
  
  /* セクション */
  .section{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  
  .container.wide{
    /*max-width: calc(1600px + 100px);*/
    max-width: calc(1370px + 80px);
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .tt2_en{
    font-size: 100px;
  }
  .tt2_ja{
    font-size: 36px;
    margin-top: 10px;
  }
  
  /* 文章 */
  .cmn_txt{
    font-size: 18px;
  }
  
}

@media (min-width:1720px){
  .container.wide{
    max-width: calc(1520px + 100px);
    padding-left: 50px;
    padding-right: 50px;
  }
}

.swiper-pagination{
  position: static;
  margin-top: 5px;
}
.swiper-pagination-bullet{
  background-color: var(--main-color);
}
.swiper-pagination-bullet-active{
  background-color: var(--sub-color);
}

.slider_btns{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.slider_btns .prev,
.slider_btns .next{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1;
  border: 1px solid;
  border-radius: 50%;
}
.slider_btns .prev:hover,
.slider_btns .next:hover{
  background: var(--main-color);
  color: #FFF;
}
.slider_btns .prev{
  
}
.slider_btns .next{
  margin-left: 20px;
}

@media (min-width:768px){
  .slider_btns{
    margin-top: 40px;
  }
  .slider_btns .prev,
  .slider_btns .next{
    width: 50px;
  }
  .slider_btns .next{
    margin-left: 20px;
  }
}
@media (min-width:1024px){
  .slider_btns{
    justify-content: flex-start;
    margin-top: 40px;
  }
}
@media (min-width:1536px){
  .slider_btns .prev,
  .slider_btns .next{
    width: 76px;
  }
}

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

}
.pg_home .section.sec1{
  background: var(--bg1-color);
  padding-top: 40px;
}
.pg_home .section.sec2{
  background: var(--bg2-color);
}
.pg_home .section.sec3{
  padding-top: 0;
}
.pg_home .section.sec4{
  background: var(--bg3-color);
}
.pg_home .section.sec5{
  
}
.pg_home .section.sec6{
  
}
.pg_home .section.sec7{
  
}
.pg_home .section.sec8{
  
}

@media (max-width:767px){

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

  .pg_home .section.sec1{
    padding-bottom: 80px;
  }
  .pg_home .section.sec2{
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .pg_home .section.sec3{
    padding-bottom: 100px;
  }
  .pg_home .section.sec4{
    padding-top: 85px;
  }
  .pg_home .section.sec5{
    
  }
  .pg_home .section.sec6{
    
  }
  .pg_home .section.sec7{
    
  }
  .pg_home .section.sec8{
    
  }

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


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


}


/* About */
.home_about{
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
  background-image: url(/system_panel/uploads/images/home_about_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.home_about_head{
  
}
.home_about_head_ja{
  font-size: 20px;
  font-weight: 900;
  line-height: 1.805;
  text-align: center;
}
.home_about_head_en{
  font-size: 16px;
  font-weight: 500;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  color: var(--main-color);
  text-align: center;
  margin-top: 18px;
}
.home_about_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.666;
  text-align: justify;
  margin-top: 40px;
}
.home_about .read_more{
  margin-top: 30px;
}

/* SERVICE */
.home_service{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
* + .home_service{
  margin-top: 50px;
}
.home_service_item{
  width: 100%;
  font-size: 40px;
  padding-left: 5px;
  padding-right: 5px;
}
.home_service_item:nth-child(n+2){
  margin-top: 30px;
}
.home_service_item_inner{
  position: relative;
  z-index: 1;
}
.home_service_item_title1,
.home_service_item_title2{
  font-weight: 600;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  line-height: 1;
  line-height: 0.7272;
  color: #FFF;
  letter-spacing: 0;
  position: absolute;
  z-index: 2;
}
.home_service_item_title1 p,
.home_service_item_title2 p{
  letter-spacing: 0;
}
.home_service_item_title1:first-letter,
.home_service_item_title2:first-letter{
  color: var(--main-color);
  font-style: normal;
  font-weight: inherit;
}
.home_service_item_title1{
  
}
.home_service_item_title2{
  
}
.home_service_item_bn{
  display: block;
  border: 10px solid #be4b1f;
  position: relative;
  z-index: 1;
}
.home_service_item_img{
  overflow: hidden;
}
.home_service_item_img.img_fit:before{
  padding-top: 86.015%;
}
.home_service_item_bn:hover .home_service_item_img img{
  transform: scale(1.05);
  filter: brightness(1.1);
}

.home_service_item_txt{
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.85);
  padding: 12px 15px;
}
.home_service_item_txt:after{
  content: "▶";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  aspect-ratio: 1 / 1;
  padding-left: 2px;
  border: 1px solid;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
  
}

.home_service_item_bn:hover .home_service_item_txt:after{
  margin-right: -5px;
  background: var(--main-color);
  color: #FFF;
  border-color: var(--main-color);
}

/* SERVICE(互い違い) */
.home_service_item:nth-child(odd) .home_service_item_inner{
  padding-bottom: 0.7272em;
  padding-left: 0.7272em;
  
}
.home_service_item:nth-child(odd) .home_service_item_title1{
  left: 0;
  bottom: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home_service_item:nth-child(odd) .home_service_item_title2{
  bottom: 0;
  left: 0.7272em;
}
.home_service_item:nth-child(odd) .home_service_item_bn{
  border-top: 0;
  border-right: 0;
}
.home_service_item:nth-child(odd) .home_service_item_txt{
  top: 0;
}


.home_service_item:nth-child(even) .home_service_item_inner{
  padding-top: 0.7272em;
  padding-right: 0.7272em;
  
}
.home_service_item:nth-child(even) .home_service_item_title1{
  top: 0;
  right: 0;
}
.home_service_item:nth-child(even) .home_service_item_title2{
  top: 0.7272em;
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home_service_item:nth-child(even) .home_service_item_bn{
  border-bottom: 0;
  border-left: 0;
}
.home_service_item:nth-child(even) .home_service_item_txt{
  bottom: 0;
}

/* WORKS(head) */
.home_works_bg{
  
}
.home_works_bg.img_fit:before{
  padding-top: 200px;
}
.home_works_head{
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.home_works_head_title1{
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 10px;
  background: #FFF;
}
.home_works_head_title1_txt{
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
.home_works_head_title2{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 10px;
}
.home_works_head_txt{
  margin-top: 20px;
  text-align: justify;
}


/* WORKS(記事) */
.home_works{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
* + .home_works{
  margin-top: 40px;
}
.home_works_box1{
  width: 100%;
}
.home_works_box2{
  width: 100%;
}
.home_works_title_en{
  font-size: 50px;
  font-weight: 800;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  line-height: 1;
  text-align: center;
  color: var(--sub-color);
}
.home_works_title_en_txt1{
  font-size: 1em;
  letter-spacing: 0.05em;
}
.home_works_title_en_txt1.txt_anime,
.home_works_title_en_txt2.txt_anime{
  display: flex;
  justify-content: center;
}
.home_works_title_en_txt2{
  font-size: 0.69em;
  letter-spacing: 0.05em;
}
.home_works_title_ja{
  border: 2px dashed var(--main-color);
  border-left: 0;
  border-right: 0;
  margin-top: 25px;
  padding: 10px 0 10px;
  text-align: center;
}
.home_works_title_ja_txt{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--main-color);
  text-align: center;
}
.home_works_title_ja_txt strong{
  font-size:0.8666em;
  font-weight: inherit;
  letter-spacing: 0.11em;
}

.home_about_txt p:nth-child(n+2){
 margin-top:16px;
}
@media (max-width:374px){

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

}
@media (max-width:1024px){
  .news_list.home .webgene-item:nth-child(n+3){
    display: none;
  }
}
@media (max-width:767px){

  .home_works_box2{
    margin-top: 30px;
  }
  .news_list.home .webgene-item:nth-child(n+3){
    display: none;
  }
  
}
@media (min-width:768px){

  
  /* About */
  .home_about{
    padding-top: 175px;
    padding-bottom: 110px;
    min-height: 963px;
    background-image: url(/system_panel/uploads/images/home_about_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
  }
  .home_about_head{

  }
  .home_about_head_ja{
    font-size: 36px;
    font-weight: 900;
    line-height: 1.805;
    text-align: center;
  }
  .home_about_head_en{
    font-size: 24px;
    font-weight: 500;
    font-family: "Outfit", 'Noto Sans JP', sans-serif;
    color: var(--main-color);
    text-align: center;
    margin-top: 18px;
  }
  .home_about_txt{
    font-size: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.666;
    text-align: justify;
    margin-top: 40px;
  }
  .home_about .read_more{
    margin-top: 30px;
  }
  .home_about_txt p:nth-child(n+2){
 margin-top:29px;
}
  
  /* SERVICE */
  .home_service{
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .home_service{
    margin-top: 50px;
  }
  .home_service_item{
    width: 50%;
    font-size: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home_service_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_service_item:nth-child(n+3){
    margin-top: 50px;
  }
  .home_service_item_title1,
  .home_service_item_title2{
    
  }
  .home_service_item_bn{
    border: 10px solid #be4b1f;
  }

  .home_service_item_txt{
    /*font-size: 20px;*/
    /*padding: 16px 30px;*/
  }
  .home_service_item_txt:after{
    /*width: 39px;
    padding-left: 2px;
    font-size: 12px;
    right: 25px;*/
  }
  .home_service_item_bn:hover .home_service_item_txt:after{
    margin-right: -5px;
  }


  /* WORKS(head) */
  .home_works_bg{

  }
  .home_works_bg.img_fit:before{
    padding-top: 400px;
  }
  .home_works_head{
    margin-top: -80px;
  }
  .home_works_head_title1{
    width: 950px;
    margin: 0 auto;
    padding: 24px 10px;
    background: #FFF;
  }
  .home_works_head_title1_txt{
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
  }
  .home_works_head_title2{
    font-size: 28px;
    line-height: 1.2777;
    text-align: center;
    margin-top: 40px;
  }
  .home_works_head_txt{
    margin-top: 24px;
    text-align: justify;
  }


  /* WORKS(記事) */
  .home_works{
  }
  * + .home_works{
    margin-top: 40px;
  }
  .home_works_box1{
    width: 100%;
  }
  .home_works_box2{
    width: 100%;
    margin-top: 30px;
  }
  .home_works_title_en{
    font-size: 100px;
  }
  .home_works_title_en_txt1{
    font-size: 1em;
    letter-spacing: 0.05em;
  }
  .home_works_title_en_txt2{
    font-size: 0.69em;
    letter-spacing: 0.05em;
  }
  .home_works_title_ja{
    border: 2px dashed var(--main-color);
    border-left: 0;
    border-right: 0;
    margin-top: 38px;
    padding: 20px 0 24px;
    text-align: center;
  }
  .home_works_title_ja_txt{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--main-color);
    text-align: center;
  }
  .home_works_title_ja_txt strong{
    font-size:0.8666em;
    font-weight: inherit;
    letter-spacing: 0.11em;
  }

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

  /* SERVICE */
  .home_service{
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .home_service{
    margin-top: 50px;
  }
  .home_service_item{
    width: 50%;
    font-size: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /* WORKS(記事) */
  .home_works{
  }
  * + .home_works{
    margin-top: 40px;
  }
  .home_works_box1{
    width: 275px;
  }
  .home_works_box2{
    width: calc(100% - 275px - 120px);
    margin-top: 0;
  }
  .home_works_title_en{
    font-size: 100px;
  }
  .home_works_title_en_txt1{
    font-size: 1em;
    letter-spacing: 0.05em;
  }
  .home_works_title_en_txt2{
    font-size: 0.69em;
    letter-spacing: 0.05em;
  }
  .home_works_title_ja{
    border: 2px dashed var(--main-color);
    border-left: 0;
    border-right: 0;
    margin-top: 38px;
    padding: 20px 0 24px;
    text-align: center;
  }
  .home_works_title_ja_txt{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--main-color);
    text-align: center;
  }
  .home_works_title_ja_txt strong{
    font-size:0.8666em;
    font-weight: inherit;
    letter-spacing: 0.11em;
  }


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

  /* SERVICE */
  .home_service{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .home_service{
    margin-top: 50px;
  }
  .home_service_item{
    width: 50%;
    font-size: 75px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home_service_item_txt{
    font-size: 18px;
    padding: 12px 20px;
  }
  
  .home_about .read_more{
    margin-top: 50px;
  }
  
  .home_works_head_title1_txt{
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
  }
  .home_works_head_title2{
    font-size: 36px;
    line-height: 1.2777;
    text-align: center;
    margin-top: 40px;
  }
  .home_works_head_txt{
    margin-top: 24px;
    text-align: center;
  }

  .home_works_bg.img_fit:before{
    padding-top: 680px;
  }
}
@media (min-width:1470px){


  /* SERVICE */
  .home_service{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .home_service{
    margin-top: 50px;
  }
  .home_service_item{
    width: 50%;
    font-size: 110px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home_service_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_service_item:nth-child(n+3){
    margin-top: 50px;
  }
  .home_service_item_title1,
  .home_service_item_title2{
    
  }
  .home_service_item_bn{
    border: 10px solid #be4b1f;
  }

  .home_service_item_txt{
    font-size: 20px;
    padding: 16px 30px;
  }
  .home_service_item_txt:after{
    width: 39px;
    padding-left: 2px;
    font-size: 12px;
    right: 25px;
  }
  
  
}
@media (min-width:1536px){

  

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


}


.section.bg1{
  background-color: var(--bg1-color);
}
.section.bg2{
  background-color: var(--bg2-color);
}
.section.bg3{
  background-color: var(--bg3-color);
}


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

/* セクション設定 */
.pg_about{

}
.pg_about .section.sec1{
  
}
.pg_about .section.sec2{
  
}
.pg_about .section.sec3{
  
}


@media (max-width:374px){

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

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

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

  }
  .pg_about .section.sec1{
    
  }
  .pg_about .section.sec2{
    
  }
  .pg_about .section.sec3{
    
  }

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


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

  .pg_about{

  }
  .pg_about .section.sec1{
    padding-bottom: 100px;
  }
  .pg_about .section.sec2{
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .pg_about .section.sec3{
    padding-top: 85px;
    
  }

}

/* メイン部分 */

/* thoughts */
.about_thoughts{
}
* + .about_thoughts{
  /*margin-top: 90px;*/
}
.about_thoughts_row1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.about_thoughts_row1 + .about_thoughts_row1{
  margin-top: 30px;
}
.about_thoughts_box1{
  width: 90%;
  position: relative;
  z-index: 2;
}
.about_thoughts_box2{
  width: 90%;
  margin-left: auto;
}
.about_thoughts_box3{
  width: 100%;
}

.about_thoughts_img{
  border-top: 10px solid #be4b1f;
}
.about_thoughts_img.img_fit:before{
  padding-top: 200px;
}

.about_thoughts_txt{
  
}
.about_thoughts_txt p{
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  background: #FFF;
  color: var(--main-color);
  padding: 4px 5px 6px;
}
.about_thoughts_txt p+p{
  margin-top: 8px;
}

.about_thoughts_txt2{
  color: #FFF;
  text-align: justify;
}

/* Reason */
.about_reason{
  
}
* + .about_reason{
  /*margin-top: 90px;*/
}
.about_reason_row{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.about_reason_row + .about_reason_row{
  margin-top: 50px;
}
.about_reason_box1{
  width: 100%;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.about_reason_box2{
  width: 100%;
  margin-top: 20px;
  background: #FFF;
  position: relative;
  z-index: 2;
}
/*.about_reason_box2:after{
  content: "";
  width: 65px;
  background: #FFF;
  position: absolute;
  z-index: 1;
  top: 55px;
  bottom: 0;
}*/
.about_reason_en{
  width: 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.about_reason_img{
  
}
.about_reason_img.img_fit:before{
  padding-top: 63.158%;
}
.about_reason_title{
  
}
.about_reason_title_num{
  font-size: 50px;
  font-weight: 600;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: var(--main-color);
}
.about_reason_title_ja{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.about_reason_txt{
  margin-top: 10px;
  /*line-height: 1.777;*/
}

/*.about_reason_row:nth-child(odd) .about_reason_box1{
  padding-left: 80px;
}
.about_reason_row:nth-child(odd) .about_reason_box2{
  
}
.about_reason_row:nth-child(odd) .about_reason_box2:after{
  right: 100%;
}
.about_reason_row:nth-child(odd) .about_reason_en{
  left: 0;
}
.about_reason_row:nth-child(even) .about_reason_box1{
  padding-right: 80px;
  order: 2;
}
.about_reason_row:nth-child(even) .about_reason_box2{
  order: 1;
}
.about_reason_row:nth-child(even) .about_reason_box2:after{
  left: 100%;
}
.about_reason_row:nth-child(even) .about_reason_en{
  right: 0;
}*/

@media (max-width:767px){

  .about_thoughts_box1{
    order: 2;
    margin-top: -50px;
  }
  .about_thoughts_box2{
    order: 1;
  }
  
}
@media (min-width:768px){

  /* thoughts */
  .about_thoughts{
  }
  * + .about_thoughts{
    margin-top: 60px;
  }
  .about_thoughts_row1 + .about_thoughts_row1{
    margin-top: 40px;
  }
  .about_thoughts_box1{
    width: 36.51%;
    width: 45%;
    position: absolute;
    z-index: 2;
    top: 32%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .about_thoughts_box2{
    width: 80%;
    margin-left: auto;
  }
  .about_thoughts_box3{
    width: 80%;
    margin-left: auto;
  }
  .about_thoughts_img{
    border-top: 10px solid #be4b1f;
  }
  .about_thoughts_img.img_fit:before{
    padding-top: 300px;
  }

  .about_thoughts_txt{

  }
  .about_thoughts_txt p{
    font-size: 24px;
    padding: 4px 5px 6px;
  }
  .about_thoughts_txt2{
  }
  
  /* Reason */
  .about_reason{

  }
  * + .about_reason{
    /*margin-top: 90px;*/
  }
  .about_reason_row{
  }
  .about_reason_row + .about_reason_row{
    margin-top: 70px;
  }
  .about_reason_box1{
    /*width: 55.26%;*/
    padding-left: 60px;
  }
  .about_reason_box2{
    /*width: 44.74%;*/
    
  }
  
  .about_reason_en{
    width: 60px;
  }
  .about_reason_title_num{
    font-size: 70px;
  }
  .about_reason_title_ja{
    font-size: 24px;
  }
  .about_reason_txt{
    margin-top: 20px;
    line-height: 1.777;
  }

  
  
}
@media (min-width:1024px){
  .home_about_txt{
    text-align:center;
  }
  /* thoughts */
  .about_thoughts{
  }
  * + .about_thoughts{
    /*margin-top: 90px;*/
  }
  .about_thoughts_row1 + .about_thoughts_row1{
    margin-top: 40px;
  }
  .about_thoughts_box1{
    width: 36.51%;
  }
  .about_thoughts_box2{
    width: 75.98%;
  }
  .about_thoughts_box3{
    width: 75.98%;
  }
  
  /* Reason */
  .about_reason{

  }
  * + .about_reason{
    /*margin-top: 90px;*/
  }
  .about_reason_row{
  }
  .about_reason_row + .about_reason_row{
    /*margin-top: 100px;*/
  }
  .about_reason_box1{
    width: 55.26%;
    padding: 0;
  }
  .about_reason_box2{
    width: 44.74%;
  }
  .about_reason_box2:after{
    content: "";
    width: 65px;
    width: 20px;
    position: absolute;
    z-index: 1;
    top: 55px;
    bottom: 0;
    background: #FFF;
  }
  .about_reason_en{
    width: 45px;
    left: auto;
  }
  .about_reason_title_num{
    /*font-size: 110px;*/
  }
  .about_reason_title_ja{
    /*font-size: 36px;*/
  }
  .about_reason_txt{
    margin-top: 20px;
    /*line-height: 1.777;*/
  }

  .about_reason_row:nth-child(odd) .about_reason_box1{
    padding-left: 45px;
  }
  .about_reason_row:nth-child(odd) .about_reason_box2{

  }
  .about_reason_row:nth-child(odd) .about_reason_box2:after{
    right: 100%;
  }
  .about_reason_row:nth-child(odd) .about_reason_en{
    left: 0;
  }
  .about_reason_row:nth-child(even) .about_reason_box1{
    padding-right: 45px;
    order: 2;
  }
  .about_reason_row:nth-child(even) .about_reason_box2{
    order: 1;
  }
  .about_reason_row:nth-child(even) .about_reason_box2:after{
    left: 100%;
  }
  .about_reason_row:nth-child(even) .about_reason_en{
    right: 0;
  }
  
}
@media (min-width:1200px){

  /* thoughts */
  * + .about_thoughts{
    /*margin-top: 90px;*/
  }
  .about_thoughts_row1 + .about_thoughts_row1{
    margin-top: 40px;
  }
  .about_thoughts_img.img_fit:before{
    padding-top: 400px;
  }
  .about_thoughts_txt p{
    font-size: 32px;
  }

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

  /* thoughts */
  .about_thoughts_img.img_fit:before{
    padding-top: 470px;
  }
  .about_thoughts_txt p{
    font-size: 36px;
  }
  
  /* Reason */
  .about_reason{

  }
  * + .about_reason{
    margin-top: 90px;
  }
  .about_reason_row{
  }
  .about_reason_row + .about_reason_row{
    margin-top: 180px;
  }
  .about_reason_box1{
    width: 55.26%;
  }
  .about_reason_box2{
    width: 44.74%;
  }
  .about_reason_box2:after{
    content: "";
    width: 65px;
    position: absolute;
    z-index: 1;
    top: 55px;
    bottom: 0;
  }
  .about_reason_en{
    width: 80px;
  }
  .about_reason_title_num{
    font-size: 110px;
  }
  .about_reason_title_ja{
    font-size: 36px;
  }
  .about_reason_txt{
    margin-top: 20px;
    line-height: 1.777;
  }

  .about_reason_row:nth-child(odd) .about_reason_box1{
    padding-left: 80px;
  }
  .about_reason_row:nth-child(even) .about_reason_box1{
    padding-right: 80px;
  }

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


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

  /* thoughts */
  .about_thoughts{
  }
  * + .about_thoughts{
    margin-top: 90px;
  }
  .about_thoughts_row1 + .about_thoughts_row1{
    margin-top: 40px;
  }
  .about_thoughts_box1{
    width: 36.51%;
  }
  .about_thoughts_box2{
    width: 75.98%;
  }
  .about_thoughts_box3{
    width: 75.98%;
  }
  .about_thoughts_img.img_fit:before{
    padding-top: 470px;
  }
  .about_thoughts_txt p{
    font-size: 42px;
  }

}




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

/* セクション設定 */
.pg_camera{

}
.pg_camera .section.sec1{
}
.pg_camera .section.sec2{
  
}
.pg_camera .section.sec3{
  
}
.pg_camera .section.sec4{
  
}
.pg_camera .section.sec5{
  padding-bottom: 0;
}
.pg_camera .section.sec6{
  
}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  
  .pg_camera .section.sec5{
    padding-bottom: 0;
  }
  .pg_camera .section.sec6{
  }
  

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


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

  .pg_camera .section.sec1{
    padding-top: 135px;
    padding-bottom: 80px;
  }
  .pg_camera .section.sec2{
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .pg_camera .section.sec3{
    padding-top: 85px;
    padding-bottom: 90px;
  }
  .pg_camera .section.sec4{
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .pg_camera .section.sec5{
    padding-top: 85px;
    padding-bottom: 0;
  }
  .pg_camera .section.sec6{
    padding-top: 80px;
  }

}


/* メイン部分 */

/* Danger */
.camera_danger{
  background: #FFF;
  padding: 40px 15px;
  position: relative;
  z-index: 1;
}
.camera_danger:before,
.camera_danger:after{
  content: "";
  background-image: url('/system_panel/uploads/images/danger_bdr.png');
  background-size: auto 100%;
  height: 10px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}
.camera_danger:before{
  top: 0;
}
.camera_danger:after{
  bottom: 0;
}
.camera_danger_icon {
  text-align: center;
  margin-bottom: 20px;
}
.camera_danger_icon img{
  width: 50px;
}
.camera_danger_title{
  font-size: 18px;
  font-weight: 900;
  line-height: 1.54;
  text-align: center;
}
.camera_danger_txt{
  margin-top: 15px;
  /*line-height: 1.777;*/
  text-align: justify;
}

/* Why */
.camera_why{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
* + .camera_why{
  margin-top: 50px;
}
.camera_why_item{
  width: 100%;
  padding: 0 20px;
}
.camera_why_item:nth-child(n+2){
  margin-top: 30px;
}
.camera_why_item_img{
  border-left: 5px solid #be4b1f;
}
.camera_why_item_img.img_fit:before{
  padding-top: 72.917%;
}
.camera_why_item_title{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4375;
  margin-top: 15px;
}
.camera_why_item_txt{
  font-weight: 500;
  line-height: 1.7777;
  text-align: justify;
  margin-top: 10px;
}

.camera_why_msg{
  border-top: 1px dashed #02371c;
  padding-top: 40px;
}
* + .camera_why_msg{
  margin-top: 40px;
}
.camera_why_msg_txt{
  font-size: 18px;
  font-weight: 900;
  line-height: 1.805;
  text-align: justify;
}
.camera_why_msg_txt + .camera_why_msg_txt{
  margin-top: 1.777em;
}
.camera_why_msg_txt .large{
  font-size: 1.166em;
  line-height: 1.547;
}
.camera_why_msg_txt em{
  font-style: normal;
  position: relative;
  z-index: 1;
}
.camera_why_msg_txt em:after{
  content: "";
  height: 15px;
  background: #fef500;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Feature */
.camera_feature{
}
* + .camera_feature{
  margin-top: 50px;
}
.camera_feature_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background: #FFF;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: calc(40px + 15px);
  padding-right: 15px;
}
.camera_feature_row + .camera_feature_row{
  margin-top: 50px;
}
.camera_feature_box1{
  width: 40px;
  background: var(--bg2-color);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
}
.camera_feature_box2{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.camera_feature_box3{
  width: 100%;
  order: 1;
}

.camera_feature_en{
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 5px;
}
.camera_feature_en img{
  width: 20px;
}
.camera_feature_num{
  font-size: 28px;
  font-weight: 600;
  font-family: "Outfit", 'Noto Sans JP', sans-serif;
  color: #FFF;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 5px;
}
.camera_feature_title{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.camera_feature_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.777;
  text-align: justify;
}
.camera_feature_img{
  
}
.camera_feature_img.img_fit:before{
  padding-top: 76.768%;
}


/* Price Nav */
.camera_price_nav{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.camera_price_nav_item{
  width: 50%;
  padding: 0 5px;
  margin: 5px 0;
}
.camera_price_nav_item:nth-child(n+5){
  
}
.camera_price_nav_item_a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4666;
  text-align: center;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  position: relative;
  z-index: 1;
  min-height: 55px;
}
.camera_price_nav_item_a:after{
  content: "▶";
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.camera_price_nav_item_a p{
  letter-spacing: 0.05em;
}
.camera_price_nav_item_a:hover{
  background: var(--main-color);
  color: #FFF;
}

/* Price */
.camera_price{
  
}
* + .camera_price{
  margin-top: 50px;
}
.camera_price_nav + .camera_price{
  margin-top: 50px;
}
.camera_price_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.camera_price_row + .camera_price_row{
  margin-top: 40px;
}
.camera_price_row .anchor{
  width: 100%;
}
.camera_price_box1{
  width: 100%;
}
.camera_price_box2{
  width: 100%;
  margin-top: 20px;
}
.camera_price_img{
  
}
.camera_price_img.img_fit:before{
  padding-top: 67.368%;
}
.camera_price_title{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.camera_price_txt1{
  line-height: 1.777;
}
.camera_price_txt2{
  font-size: 14px;
  margin-top: 10px;
}

.camera_price_fee{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  
  font-size: 15px;
  font-weight: 700;
}
* + .camera_price_fee{
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 15px;
}
.camera_price_fee_box1{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 3.6111em;
  min-height: 3.6111em;
  
  background: var(--main-color);
  color: #FFF;
}
.camera_price_fee_box2{
  width: calc(100% - 3.6111em - 10px);
  /*margin-top: -6px;*/
}
.camera_price_fee_label{
  font-size: 0.888em;
  line-height: 1.625;
  text-align: center;
}
.camera_price_fee_txt1{
  font-size: 1em;
  font-weight: 500;
}
.camera_price_fee_txt2{
  display: flex;
  align-items: flex-end;
  font-size: 1em;
}
.camera_price_fee_txt2_p1{
  font-size: 1.9444em;
  line-height: 1.2;
  color: #ca0000;
}
.camera_price_fee_txt2_p1 em{
  font-size: 0.5142em;;
  font-style: normal;
}
.camera_price_fee_txt2_p2{
  font-size: 1em;
}

.camera_price_link{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
* + .camera_price_link{
  margin-top: 10px;
}
.camera_price_link a{
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color);
  border: 1px solid currentColor;
  min-width: 350px;
  margin: 5px 5px;
  padding: 12px 10px 14px;
  text-align: center;
}
.camera_price_link a.pdf{
  
}
.camera_price_link a p{
  letter-spacing: 0.05em;
}

.camera_price_link a:hover{
  background: var(--sub-color);
}

@media (max-width:767px){

  
  
}
@media (min-width:768px){
  
  /* Danger */
  .camera_danger{
    padding: 50px 30px;
  }
  .camera_danger:before,
  .camera_danger:after{
    height: 10px;
  }
  .camera_danger_icon {
    text-align: center;
    margin-bottom: 20px;
  }
  .camera_danger_icon img{
    width: 60px;
  }
  .camera_danger_title{
    font-size: 30px;
    text-align: center;
  }
  .camera_danger_txt{
    margin-top: 27px;
    line-height: 1.777;
  }
  
  
  /* Why */
  .camera_why{
    margin: 0 -10px;
  }
  * + .camera_why{
    margin-top: 50px;
  }
  .camera_why_item{
    width: 50%;
    padding: 0 10px;
  }
  .camera_why_item:nth-child(n+2){
    margin-top: 0;
  }
  .camera_why_item:nth-child(n+3){
    margin-top: 30px;
  }
  .camera_why_item_title{
    font-size: 22px;
    margin-top: 15px;
  }
  .camera_why_item_txt{
    font-size: 18px;
    margin-top: 10px;
  }


  .camera_why_msg{
    padding-top: 50px;
  }
  * + .camera_why_msg{
    margin-top: 50px;
  }
  .camera_why_msg_txt{
    font-size: 22px;
    text-align: center;
  }
  .camera_why_msg_txt em:after{
    height: 10px;
  }
  
  
  /* Feature */
  .camera_feature{

  }
  * + .camera_feature{
    margin-top: 50px;
  }
  .camera_feature_row{
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: calc(100px + 35px);
    padding-right: 35px;
  }
  .camera_feature_row + .camera_feature_row{
    margin-top: 50px;
  }
  .camera_feature_box1{
    width: 100px;
  }
  .camera_feature_box2{
    /*width: 50.42%;*/
  }
  .camera_feature_box3{
    /*width: 41.59%;*/
    /*padding-top: 10px;*/
  }
  .camera_feature_en{
    top: 10px;
    left: 8px;
  }
  .camera_feature_en img{
    width: 40px;
  }
  .camera_feature_num{
    font-size: 60px;
  }
  .camera_feature_title{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .camera_feature_txt{
    font-size: 16px;
  }
  
  
  /* Price Nav */
  .camera_price_nav{
    margin-left: -10px;
    margin-right: -10px;
  }
  .camera_price_nav_item{
    width: 33.333%;
    padding: 0 10px;
    margin: 10px 0;
  }
  .camera_price_nav_item_a{
    font-size: 15px;
    min-height: 55px;
  }
  .camera_price_nav_item_a:after{
    font-size: 12px;
    right: 10px;
  }


  /* Price */
  .camera_price{

  }
  .camera_price_row{
  }
  .camera_price_row + .camera_price_row{
    margin-top: 65px;
  }
  .camera_price_box1{
    width: 42.97%;
    width: 44%;
    padding-top: 10px;
  }
  .camera_price_box2{
    width: 48.64%;
    width: 52%;
    margin-top: 0;
  }
  .camera_price_img{

  }
  .camera_price_title{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .camera_price_txt1{
    line-height: 1.777;
  }
  .camera_price_txt2{
    font-size: 14px;
    margin-top: 10px;
  }

  .camera_price_fee{
    font-size: 15px;
  }
  * + .camera_price_fee{
    margin-top: 28px;
    padding-top: 20px;
  }
  .camera_price_fee_box1{
    width: 3.6111em;
    min-height: 3.6111em;
  }
  .camera_price_fee_box2{
    width: calc(100% - 3.6111em - 10px);
    margin-top: -6px;
  }

  * + .camera_price_link{
    margin-top: 26px;
  }
  .camera_price_link a{
    font-size: 16px;
    min-width: 350px;
    padding: 12px 10px 14px;
  }
  .camera_price_link a.pdf{
    
  }
  
}
@media (min-width:1024px){

  /* Danger */
  .camera_danger{
    padding: 50px 15px;
  }
  .camera_danger_txt{
    text-align: center;
  }
  
  /* Why */
  .camera_why{
    /*margin: 0 -20px;*/
  }
  * + .camera_why{
    /*margin-top: 50px;*/
  }
  .camera_why_item{
    width: 33.333%;
    /*padding: 0 20px;*/
  }
  .camera_why_item:nth-child(n+3){
    margin-top: 0;
  }
  .camera_why_item:nth-child(n+4){
    margin-top: 50px;
  }
  .camera_why_item_title{
    /*font-size: 32px;*/
    /*margin-top: 25px;*/
  }
  .camera_why_item_txt{
    /*font-size: 18px;*/
    /*margin-top: 18px;*/
  }
  
  /* Feature */
  .camera_feature{

  }
  * + .camera_feature{
    margin-top: 50px;
  }
  .camera_feature_row{
    /*padding-top: 50px;
    padding-bottom: 50px;
    padding-left: calc(205px + 65px);
    padding-right: 60px;*/
  }
  .camera_feature_row + .camera_feature_row{
    /*margin-top: 50px;*/
  }
  .camera_feature_box1{
    /*width: 205px;*/
  }
  .camera_feature_box2{
    width: 50.42%;
    order: 1;
    margin-top: 0;
  }
  .camera_feature_box3{
    width: 41.59%;
    order: 2;
    margin-top: 0;
    padding-top: 10px;
  }
  .camera_feature_en{
    /*top: 10px;*/
    /*left: 8px;*/
  }
  .camera_feature_en img{
    /*width: 62px;*/
  }
  .camera_feature_num{
    /*font-size: 80px;*/
  }
  .camera_feature_title{
    font-size: 24px;
    margin-bottom: 20px;
    margin-right: -30px;
  }
  .camera_feature_txt{
    font-size: 18px;
  }

  /* Price Nav */
  .camera_price_nav{
    margin-left: -15px;
    margin-right: -15px;
  }
  .camera_price_nav_item{
    width: 25%;
    padding: 0 15px;
    margin: 10px 0;
  }
  .camera_price_nav_item_a{
    font-size: 15px;
    min-height: 55px;
  }
  .camera_price_nav_item_a:after{
    font-size: 12px;
    right: 10px;
  }
  
}
@media (min-width:1200px){

  /* Danger */
  .camera_danger{
    padding: 60px 15px;
  }
  .camera_danger:before,
  .camera_danger:after{
    height: 10px;
  }
  .camera_danger_icon {
    text-align: center;
    margin-bottom: 20px;
  }
  .camera_danger_icon img{
    width: 85px;
  }
  .camera_danger_title{
    font-size: 42px;
    text-align: center;
  }
  .camera_danger_txt{
    margin-top: 27px;
    line-height: 1.777;
    text-align: center;
  }

  
  
  .camera_why_msg{
    padding-top: 50px;
  }
  * + .camera_why_msg{
    margin-top: 90px;
  }
  .camera_why_msg_txt{
    font-size: 36px;
    text-align: center;
  }
  .camera_why_msg_txt em:after{
    height: 15px;
  }
  
  * + .camera_feature{
    margin-top: 90px;
  }
  
  /* Price */
  .camera_price{

  }
  * + .camera_price{
    margin-top: 90px;
  }
  .camera_price_nav + .camera_price{
    margin-top: 80px;
  }
  .camera_price_row{
  }
  .camera_price_row + .camera_price_row{
    margin-top: 65px;
  }
  .camera_price_box1{
    width: 42.97%;
    padding-top: 10px;
  }
  .camera_price_box2{
    width: 48.64%;
    width: 49.64%;
  }
  .camera_price_img{

  }
  .camera_price_title{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .camera_price_title.small{
    font-size: 26px;
  }
  .camera_price_txt1{
    line-height: 1.777;
  }
  .camera_price_txt2{
    font-size: 16px;
    margin-top: 10px;
  }

  .camera_price_fee{
    font-size: 18px;
  }
  * + .camera_price_fee{
    margin-top: 28px;
    padding-top: 20px;
  }
  .camera_price_fee_box1{
    width: 3.6111em;
    min-height: 3.6111em;
  }
  .camera_price_fee_box2{
    width: calc(100% - 3.6111em - 30px);
    margin-top: -6px;
  }

  * + .camera_price_link{
    margin-top: 26px;
  }
  .camera_price_link a{
    font-size: 16px;
    min-width: 350px;
    padding: 12px 10px 14px;
  }
  .camera_price_link a.pdf{
    
  }
  
}
@media (min-width:1470px){

  /* Why */
  .camera_why{
    margin: 0 -20px;
  }
  * + .camera_why{
    margin-top: 90px;
  }
  .camera_why_item{
    width: 33.333%;
    padding: 0 20px;
  }
  .camera_why_item:nth-child(n+3){
    margin-top: 0;
  }
  .camera_why_item:nth-child(n+4){
    margin-top: 75px;
  }
  .camera_why_item_title{
    font-size: 32px;
    margin-top: 25px;
  }
  .camera_why_item_txt{
    font-size: 18px;
    margin-top: 18px;
  }

  /* Feature */
  .camera_feature{

  }
  * + .camera_feature{
  }
  .camera_feature_row{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: calc(205px + 65px);
    padding-right: 60px;
  }
  .camera_feature_row + .camera_feature_row{
    margin-top: 80px;
  }
  .camera_feature_box1{
    width: 205px;
  }
  .camera_feature_box2{
    width: 50.42%;
    order: 1;
  }
  .camera_feature_box3{
    width: 41.59%;
    order: 2;
    margin-top: 0;
    padding-top: 10px;
  }
  .camera_feature_en{
    top: 10px;
    left: 8px;
  }
  .camera_feature_en img{
    width: 62px;
  }
  .camera_feature_num{
    font-size: 80px;
  }
  .camera_feature_title{
    font-size: 30px;
    margin-bottom: 20px;
    margin-right: -30px;
  }
  .camera_feature_txt{
    font-size: 18px;
  }
}
@media (min-width:1536px){


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

  .camera_feature_title{
    font-size: 36px;
    margin-bottom: 20px;
    margin-right: -30px;
  }

}

.news_list .webgene-item .img,
.works_list .webgene-item .img{
  overflow: hidden;
}

.works_list.slider{
  margin-top: 0;
}
* + .works_list.slider{
  margin-top: 50px;
}
.works_list.slider .webgene-blog{
  margin: 0;
}
.works_list.slider .webgene-item{
  width: 150px;
  margin-top: 0 !important;
  padding: 0 !important;
}
.works_list.slider .webgene-item .img.img_fit:before{
  padding-top: 88.57%;
}

@media (min-width:768px){
  
  .works_list.slider .webgene-item{
    width: 250px;
  }

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

  

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

  .works_list.slider .webgene-item{
    width: 350px;
  }

}



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

/* セクション設定 */
.pg_glass{

}
.pg_glass .section.sec1{
}
.pg_glass .section.sec2{
  
}
.pg_glass .section.sec3{
  
}
.pg_glass .section.sec4{
  
}
.pg_glass .section.sec5{
  padding-bottom: 0;
}
.pg_glass .section.sec6{
  
}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  
  .pg_glass .section.sec5{
    padding-bottom: 0;
  }
  .pg_glass .section.sec6{
  }
  

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


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

  .pg_glass .section.sec1{
    padding-top: 135px;
    padding-bottom: 180px;
  }
  .pg_glass .section.sec2{
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .pg_glass .section.sec3{
    padding-top: 85px;
    padding-bottom: 90px;
  }
  .pg_glass .section.sec4{
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .pg_glass .section.sec5{
    padding-top: 85px;
    padding-bottom: 0;
  }
  .pg_glass .section.sec6{
    padding-top: 80px;
  }

}

/* メイン部分 */


/* what */
.glass_what1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.glass_what1_box1{
  width: 100%;
}
.glass_what1_box2{
  width: 100%;
  margin-top: 20px;
}
.glass_what1_img{
  
}
.glass_what1_img.img_fit:before{
  padding-top: 55.882%;
}
.glass_what1_txt{
  color: #FFF;
}

.glass_types{
  background: #FFF;
  padding: 30px 20px 30px;
}
* + .glass_types{
  margin-top: 40px;
}
.glass_types_head{
}
.glass_types_head_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  color: var(--main-color);
  text-align: center;
}
.glass_types_head_title strong{
  font-weight: 700;
  white-space: nowrap;
}
.glass_types_head_title:before,
.glass_types_head_title:after{
  content: "";
  width: 100%;
  height: 1px;
  
  background: repeating-linear-gradient(
    to right,               /* 横方向に繰り返す */
    green 0,                /* 線の開始 */
    green 3px,              /* 横幅3px分 緑 */
    transparent 3px,        /* そこから透明に切り替え */
    transparent 6px         /* 6px間隔で繰り返し */
  );
  
}
.glass_types_head_title:before{
  margin-right: 10px;
}
.glass_types_head_title:after{
  margin-left: 10px;
}
.glass_types_head_txt{
  margin-top: 15px;
  line-height: 1.7777;
  text-align: justify;
}
.glass_types_list{
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*margin-left: -5px;*/
  /*margin-right: -5px;*/
}
* + .glass_types_list{
  margin-top: 30px;
}
.glass_types_list_item{
  width: 100%;
  /*padding: 0 10px;*/
}
.glass_types_list_item_inner{
  
}
.glass_types_list_item_img_box{
  position: relative;
  z-index: 1;
}
.glass_types_list_item_img.img_fit:before{
  padding-top: 101.923%;
}
.glass_types_list_item_title{
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}

.glass_types_list_item_title_p1,
.glass_types_list_item_title_p2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.glass_types_list_item_title_p1{
  font-size: 16px;
  font-weight: 600;
  background: rgba(0, 101, 50, 0.8);
  color: #FFF;
  
}
.glass_types_list_item_title_p1 *{
  font-size: 1em;
  font-weight: inherit;
}

.glass_types_list_item_title_p2{
  background: rgba(128, 155, 141, 0.85);
}
.glass_types_list_item_title_p2 img{
  width: 36px;
}
.glass_types_list_item_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
  border: 1px solid #93aa9e;
  padding: 15px 15px;
}


@media (max-width:767px){

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


  /* what */
  .glass_what1{
  }
  .glass_what1_box1{
    width: 100%;
  }
  .glass_what1_box2{
    width: 100%;
    margin-top: 30px;
  }
  .glass_what1_img{

  }
  
  .glass_types{
    padding: 50px 30px 50px;
  }
  * + .glass_types{
    margin-top: 80px;
  }
  .glass_types_head{
  }
  .glass_types_head_title{
    font-size: 30px;
  }
  .glass_types_head_title:before,
  .glass_types_head_title:after{
  }
  .glass_types_head_title:before{
    margin-right: 20px;
  }
  .glass_types_head_title:after{
    margin-left: 20px;
  }
  .glass_types_head_txt{
    margin-top: 38px;
  }
  .glass_types_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .glass_types_list{
    margin-top: 45px;
  }
  .glass_types_list_item{
    width: 50%;
    padding: 0 10px;
  }
  .glass_types_list_item:nth-child(n+3){
    margin-top: 20px;
  }
  .glass_types_list_item_title_p1,
  .glass_types_list_item_title_p2{
    height: 45px;
  }
  .glass_types_list_item_title_p1{
    font-size: 18px;
  }
  .glass_types_list_item_title_p2 img{
    width: 49px;
  }
  .glass_types_list_item_txt{
    font-size: 15px;
    line-height: 1.8666;
    padding: 15px 25px;
  }
  
}
@media (min-width:1024px){

  /* what */
  .glass_what1{
  }
  .glass_what1_box1{
    width: 44.73%;
  }
  .glass_what1_box2{
    width: 49.01%;
    margin-top: 0;
  }
  .glass_what1_img{

  }
  
  .glass_types{
    padding: 50px 60px 100px;
  }
  * + .glass_types{
    margin-top: 80px;
  }
  .glass_types_head{
  }
  .glass_types_head_title{
    font-size: 30px;
  }
  .glass_types_head_title:before,
  .glass_types_head_title:after{
  }
  .glass_types_head_title:before{
    margin-right: 20px;
  }
  .glass_types_head_title:after{
    margin-left: 20px;
  }
  .glass_types_head_txt{
    margin-top: 38px;
    text-align: center;
  }
  .glass_types_list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .glass_types_list{
    margin-top: 45px;
  }
  .glass_types_list_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .glass_types_list_item:nth-child(n+3){
    margin-top: 0;
  }
  .glass_types_list_item:nth-child(n+4){
    margin-top: 20px;
  }
  .glass_types_list_item_title_p1,
  .glass_types_list_item_title_p2{
    height: 45px;
  }
  .glass_types_list_item_title_p1{
    font-size: 18px;
  }
  .glass_types_list_item_title_p2 img{
    width: 49px;
  }
  .glass_types_list_item_txt{
    font-size: 15px;
    padding: 15px 25px;
  }

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

  /* what */
  .glass_what1{
  }
  .glass_what1_box1{
    width: 44.73%;
  }
  .glass_what1_box2{
    width: 49.01%;
    margin-top: 0;
  }
  .glass_what1_img{

  }
  
  .glass_types{
    padding: 50px 60px 100px;
  }
  * + .glass_types{
    margin-top: 80px;
  }
  .glass_types_head{
  }
  .glass_types_head_title{
    font-size: 36px;
  }
  .glass_types_head_title:before,
  .glass_types_head_title:after{
  }
  .glass_types_head_title:before{
    margin-right: 20px;
  }
  .glass_types_head_title:after{
    margin-left: 20px;
  }
  .glass_types_head_txt{
    margin-top: 38px;
  }
  .glass_types_list{
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .glass_types_list{
    /*margin-top: 45px;*/
  }
  .glass_types_list_item{
    width: 20%;
    padding: 0 10px;
  }
  .glass_types_list_item:nth-child(n+4){
    margin-top: 0;
  }
  .glass_types_list_item:nth-child(n+6){
    margin-top: 20px;
  }
  
  .glass_types_list_item_title_p2 img{
    width: 49px;
  }

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


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


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


}



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

/* セクション設定 */
.pg_xxx{

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


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

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


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


}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


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


}



/*******************************
*　
********************************/
.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){


}



/* ぼやけた状態からIN */
.animated2{
  
}
.animated2.inview{
  transition: 1s all;
}
.animated2.blurInUp{
  transform: translateY(2%);
  filter: blur(10px);
}
.animated2.blurInUp.inview{
  transform: translateY(0);
  filter: blur(0);
}

.animated2.blurIn{
  filter: blur(10px);
}
.animated2.blurIn.inview{
  filter: blur(0);
}
