@charset "UTF-8";
  	/* 新 fit
  -------------------------------------*/
  .fit img {
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .fit img:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
@media screen and (min-width: 768px), print {
  .wysiwyg p {
    min-height: 15px;
    min-width: 10px;
  }

.rec-ttl{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32px;
}

.h1-txt{
  position: absolute;
  top: 20px;
left: 0;
  font-size: 12px;
  line-height: 1.65;
}


  /* bese */
   body { font-size: 16px;
      overflow-x: hidden;
   line-height: 1.8;
   }
   
   header{width: 90%; margin: 0 auto; padding-top: 55px; position: relative;}
   header .h1-txt{ font-size: 12px; letter-spacing: 1px; color: #000; margin-bottom: 15px; margin-top: 25px;}
   header .h-logo{ text-align: center; margin-bottom: 30px;}
   header .btn01{ position: absolute; right: 10px; top: 120px;}
   header .btn02{ position: absolute; right: 10px; top: 170px;}
   header .insta-icon{ position: absolute;top: 65px;right: 70px;}
   header .fb-icon{ position: absolute;top: 65px;right: 140px;}
   header .line-icon{ position: absolute;top: 65px;right: 0px;}
   
   .pc-menu{ position: fixed; top: 0; right: 0;  z-index: 9999; }
   .pc-menu:hover{
      opacity: 0.8;
      cursor: pointer;
      cursor: hand;}

   .side-fix{ position: fixed; top: 150px; right: 0; z-index: 10;}
   
   #pc-menu-open{ display: none; background: #f8f8f8; width: 100vw; height: 100vh; position: fixed; top: 0; z-index: 10000; overflow-y: scroll; }
   #pc-menu-open .open-close-01{ position: absolute; top: 0; right: 0; }
   
   #pc-menu-open { background: #fff; padding: 80px 0; line-height: 1.6; }
   #pc-menu-open .footer-Box{ width: 800px; margin: 0 auto 15px; font-size: 12px;}
   #pc-menu-open .f-link-Box{ padding: 0 40px; margin-bottom: 40px;}
   #pc-menu-open .f-link-Box .f-home-link { margin-bottom: 40px; letter-spacing: 0.8px;}
   #pc-menu-open .f-link-Box .f-home-link::before { content: "■ ";color: #fff600}
   #pc-menu-open .f-link-Box .child{ font-size: 12px; letter-spacing: 0.2px;}
   #pc-menu-open .f-link-Box .child::before{ content: "＞ "; padding-right: 0px;}
   /*#pc-menu-open .f-link-Box li::before{ content: "> "; }*/
   #pc-menu-open .f-link-Box li{ margin-bottom: 15px; }
   #pc-menu-open .f-link-l{ float: left; width: 275px; margin-right: 15px }
   #pc-menu-open .f-link-c{ float: left; width: 215px; margin-right: 15px }
   #pc-menu-open .f-link-r{ float: left; width: 200px; margin-right: 0;}
   #pc-menu-open .f-con-Box{ width: 800px; margin: 0 auto; font-size: 12px; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;-webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
   #pc-menu-open .f-con-Box .f-logo{ margin-right: 40px;}
   #pc-menu-open .f-con-Box .f-company{ margin-right: 25px; line-height: 1.8; letter-spacing: 0.8px; margin-top: 15px;}
   #pc-menu-open .f-con-Box .sns-list{margin-top: 20px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;-webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
   #pc-menu-open .f-con-Box .sns-list li{ margin-right: 20px;}
   #pc-menu-open .f-con-Box .sns-list li:last-child{ margin-right: 0px;}
   .copyright{ font-size: 10px; letter-spacing: 0.5px; text-align: center; padding: 0px 0px 20px; display: block; color: #838383;}

   #g-nav{ width: 1100px; margin: 0px auto 10px auto; padding: 20px 0; text-align: center; font-size: 0.875em; line-height: 1}
   #g-nav li.list { position: relative; display: inline-block; margin-right: 2px;}
   #g-nav li.list span { cursor: pointer;}
   #g-nav li.list span,
   #g-nav li.list a{ border-right: 1px solid #999; display: block; text-align: center; padding: 3px 20px; }
   #g-nav li.list:first-child a { border-left: none;}
   #g-nav .dropmenu li.list ul.sub { visibility: hidden; opacity: 0; transition: 0s; position: absolute; top: 40px; left: 0; margin: 0; padding: 0; z-index: 500; width: 280px;}
   #g-nav .dropmenu li.list:hover ul { visibility: visible; opacity: 1; display: block; }
   #g-nav .dropmenu li.list ul li:last-child a { border-bottom: 1px solid #ccc; }
   #g-nav .dropmenu li.list ul li a {text-align: left; visibility: hidden; opacity: 0; transition: 0.9s; background: #fff; display: block; width: 280px; padding: 15px 20px; color: #000; border: 1px solid #ccc; border-bottom: none; }
   #g-nav .dropmenu li.list:hover ul li a { visibility: visible; opacity: 1; }
   
   #end-contact {margin-top: 80px; height: 435px; background: url(../images/common/end-bg.png) no-repeat top center; padding: 55px 0;}
   #end-contact .end-contact-ttl { margin-bottom: 86px; text-align: center; }
   #end-contact .ttl{ font-size: 16px; letter-spacing: 0.5px; font-weight: bold; text-align: center; margin-bottom: 30px;}
   #end-contact .end-bx {width: 900px; margin: 0 auto 36px; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;-webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
   #end-contact .tel{ margin-right: 55px}
   #end-contact .btn{ position: relative; left: -12px; top: 5px;}
   #end-contact .human{ position: absolute; right: -26px; top: 18px}
   #end-contact .txt{ font-size: 12px; letter-spacing: 0.8px; text-align: center; margin-bottom: 20px;}
   
   footer{ width: 100%; min-width: 800px; padding: 40px 0 15px; line-height: 1.4; border-top: 1px solid #000}
   footer .footer-Box{ width: 800px; margin: 0 auto; font-size: 12px;}
   footer .f-link-Box{ padding: 0 40px; margin-bottom: 40px;}
   footer .f-link-Box .f-home-link { margin-bottom: 40px; letter-spacing: 0.8px;}
   footer .f-link-Box .f-home-link::before { content: "■ ";color: #fff600}
   footer .f-link-Box .child{ font-size: 12px; letter-spacing: 0.2px;}
   footer .f-link-Box .child::before{ content: "＞ "; padding-right: 0px;}
   /*footer .f-link-Box li::before{ content: "> "; }*/
   footer .f-link-Box li{ margin-bottom: 15px; }
   footer .f-link-l{ float: left; width: 275px; margin-right: 15px }
   footer .f-link-c{ float: left; width: 215px; margin-right: 15px }
   footer .f-link-r{ float: left; width: 200px; margin-right: 0;}
   footer .f-con-Box{ width: 800px; margin: 0 auto; font-size: 12px; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;-webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
   footer .f-con-Box .f-logo{ margin-right: 40px;}
   footer .f-con-Box .f-company{ margin-right: 25px; line-height: 1.8; letter-spacing: 0.8px; margin-top: 15px;}
   footer .f-con-Box .sns-list{margin-top: 20px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;-webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
   footer .f-con-Box .sns-list li{ margin-right: 20px;}
   footer .f-con-Box .sns-list li:last-child{ margin-right: 0px;}
   .copyright{ font-size: 10px; letter-spacing: 0.5px; text-align: center; padding: 0px 0px 20px; display: block; color: #838383;}

   
   /* common */
   
   /* 2カラムサイト----------------
   #tow-cl{ width: 1100px; margin: 0 auto; padding: 20px 0;}
   #tow-cl main{ width: 800px!important; float: left;  }
   #tow-cl #side{ width: 280px; float: left; margin-right: 19px; background: #333; height: 800px; }
   #blog #tow-cl #side{ display: none;}
   #blog #tow-cl main{ width: 1100px !important;}*/
   /* 1カラムサイト */
   /*#one-cl{ }*/
   

   h1.main-title{ width: 100%; min-width: 1100px; background: #333; color: #fff; padding: 50px 0; text-align: center; }
   h1.main-title .en { display: block; font-size: 1rem; margin-bottom: 20px; text-transform: uppercase;}
   h1.main-title .jp { display: block; font-size: 2rem; font-weight: bold;}
   h2.sub-title{ padding: 25px 20px 10px; margin-bottom: 50px; font-size: 28px; font-weight: bold; letter-spacing: 2px; text-align: center; border-bottom: solid 2px #000;}
   h2.sub-title1{font-size: 24px; position: relative; }
   h2.sub-title1 .span1{font-size: 14px; position: absolute; left: 40px; top: -15px}
   h2.sub-title1 .span2{font-size: 40px; position: absolute; left: 100px; top: -15px}.seo_bread_list{max-width: 1100px; width: 100%; padding: 20px 0; margin: 0 auto; font-size: 0.8rem; line-height: 1.4; }
   .seo_bread_list li{ margin-right: 20px; float: left;  }
   .seo_bread_list li::after{ content: " >"; }
   .seo_bread_list li:last-child::after{ content: ""; }
   
   /*pc・タブレットcss*/
   /*pc_defaultset*/
   .pc { display: block !important; }
   /*pcのみ表示ブロック*/
   .pc2 { display: inline-block !important; }
   /*pcのみ表示ブロック*/
   .sp, .sp2 { display: none !important; }
   /*スマホのみ表示ブロック*/
   .h_menu { display: none; }
   /*スマホ用ヘッダ*/
   .sp-header { display: none; }
   /*スマホ用メニュー*/
   #sp-global-nav { display: none; }
   /*スマホ用メニュー*/
   .sp-fix-list { display: none; }
   /* Antialiasing ※任意　*/
   
   .fit img { object-fit: cover; font-family: "object-fit: cover;"; }
   
   html { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: none; overflow-x: hidden; }
   
   /* WEB FONTs 游ゴシックかすれ予防*/
   @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
   @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
   @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
   @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
   @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }
   @font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 100; }
   @font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 200; }
   .f-min { font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
   .f-min-02 { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Sawarabi Mincho","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
   .f-gothic { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.f-noto{font-family: noto-sans-cjk-jp, sans-serif;font-style: normal;}
.f-noto-c{font-family: noto-serif, serif;font-style: normal;}
   
   
   body { -webkit-text-size-adjust: 100%; }
   img { vertical-align: bottom; }
   a { text-decoration: none; color: #090909; }
   a:hover { text-decoration: underline; }
   .nobd a:hover { text-decoration: none !important; }
   
   /* clearfix */
   .clearfix { zoom: 1; }
   .clearfix:after { display: block; clear: both; height: 0; visibility: hidden; line-height: 0; content: "."; }
  

  /* ラック
  -------------------------------------*/
  .error {
    font-size: 15px;
    color: #f10000;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  .form_error_wrap {
    margin-top: .5em;
    font-size: 14px;
    color: #f10000;
    line-height: 1.6;
  }

  .form-Box input[type="text"], input[type="email"], input[type="tel"] {
    padding: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .from-w-02 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .from-list li {
    margin-bottom: .3em;
  }

  .from-kakunin {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: bold;
  }

  .form-Box textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 120px;
    padding: .5em .6em .4em;
    line-height: 2;
  }

  .form-Box button {
    padding: 0px;
    border: none;
    cursor: pointer;
    cursor: hand;
  }

  .from-err {
    border: 1px solid #000;
    padding: 24px;
    font-size: 15px;
    line-height: 2.5;
    margin-bottom: 24px;
  }

  .btnArea {
    text-align: center;
  }

  .borderwrap {
    border: 1px solid #000;
    padding: 24px;
    font-size: 15px;
    line-height: 2.5;
    margin-bottom: 24px;
  }

  .borderwrap .con-ttl {
    font-size: 16px;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 1px;
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px dotted #000;
  }

  form th.required:after {
    display: inline-block;
    content: "【必須】";
    color: #f00;
    margin-left: 10px;
  }

  /* ページ送り */
  .page-list, .page-navi {
    margin: 20px 0;
    text-align: center;
  }

  .page-list li, .page-navi li {
    display: inline-block;
  }

  .page-list a, .page-navi a {
    padding: 0 8px;
    display: inline-block;
  }

  .page-navi .fast {
    margin-right: 10px;
  }

  .page-navi .last {
    margin-left: 10px;
  }

  .page-navi .list:before, .page-navi .list:after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
  }


/* ＜＜山田追加＞＞ -------------------------------------*/


/* text-center -------------------------------------*/


.text-center{
  text-align: center;
  margin-bottom: 60px
}


.title-flag{
  text-align: center;
  margin-bottom: 60px
}




  	/* seo_bread_list
  -------------------------------------*/
  .seo_bread_list li::after {
    content: "：";
    /*：*/
    content: "｜";
    /*|*/
    content: url("../images/arrow.gif");
    margin-right: .3em;
  }

 
  /* Ten -------------------------------------*/
  .mr {
    margin-right: auto;
  }

  .ml {
    margin-left: auto;
  }

  .yazi_r a:before {
    content: "\FF1E";
    padding-right: 0.3em;
  }

  img {
    vertical-align: bottom;
  }

  a {
    text-decoration: none;
    color: #090909;
  }

  a:hover {
    text-decoration: underline;
  }

  .nobd a:hover {
    text-decoration: none !important;
  }

  a img:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }

  .noop a img:hover {
    -ms-filter: "alpha( opacity=100 )" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
  }

  .sis-pic {
    text-align: center;
  }

  .sis-pic img {
    max-width: 100% !important;
    height: auto !important;
  }

  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .ori {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-ce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 100px
  }

  .flex-txt-ce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .flex-mce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .flex-u {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .order {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-flex-order: -1;
    -moz-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
  }

  .flex-t {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }

  .flex-ue {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .flex-o {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-flex-order: -1;
    -moz-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
  }

  .flex-rt {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex-r {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  /*pc・タブレットcss*/
  /*pc_defaultset*/
  .pc {
    display: block !important;
  }

  /*pcのみ表示ブロック*/
  .pc2 {
    display: inline-block !important;
  }

  /*pcのみ表示ブロック*/
  .sp, .sp2 {
    display: none !important;
  }

  /*スマホのみ表示ブロック*/
  .h_menu {
    display: none;
  }

  /*スマホ用ニュー*/
  #sp-global-nav {
    display: none;
  }

  /*スマホ用ニュー*/
  /* Antialiasing ※任意　*/
  html {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: none;
    overflow-x: hidden;
  }

  /* WEB FONTs 游ゴシックかすれ予防*/
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
  }
  .f-min {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  .f-min-02 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Sawarabi Mincho","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .f-gothic {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 800;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  img {
    vertical-align: bottom;
  }

  a {
    text-decoration: none;
    color: #090909;
  }

  a:hover {
    text-decoration: underline;
  }

  .nobd a:hover {
    text-decoration: none !important;
  }

  /*-----float-----*/
  .fl-l {
    float: left;
  }

  .fl-r {
    float: right;
  }

  .cl-both {
    clear: both;
  }

  /*-----font-----*/
  .fw-b {
    font-weight: bold;
  }

  .ta-r {
    text-align: right;
  }

  .ta-c {
    text-align: center;
  }

  .ta-l {
    text-align: left;
  }

  /* IE10以上 不要なら削除 */
  /* Margin-Top & Padding-Top */
  .mt00 {
    margin-top: 0px;
  }

  .pt00 {
    padding-top: 0px;
  }

  .mt05 {
    margin-top: 5px;
  }

  .pt05 {
    padding-top: 5px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .pt10 {
    padding-top: 10px;
  }

  .mt15 {
    margin-top: 15px;
  }

  .pt15 {
    padding-top: 15px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .pt20 {
    padding-top: 20px;
  }

  .mt25 {
    margin-top: 25px;
  }

  .pt25 {
    padding-top: 25px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .pt30 {
    padding-top: 30px;
  }

  .mt35 {
    margin-top: 35px;
  }

  .pt35 {
    padding-top: 35px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .pt40 {
    padding-top: 40px;
  }

  .mt45 {
    margin-top: 45px;
  }

  .pt45 {
    padding-top: 45px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .pt50 {
    padding-top: 50px;
  }

  .mt55 {
    margin-top: 55px;
  }

  .pt55 {
    padding-top: 55px;
  }

  .mt60 {
    margin-top: 60px;
  }

  .pt60 {
    padding-top: 60px;
  }

  .mt65 {
    margin-top: 65px;
  }

  .pt65 {
    padding-top: 65px;
  }

  .mt70 {
    margin-top: 70px;
  }

  .pt70 {
    padding-top: 70px;
  }

  .mt75 {
    margin-top: 75px;
  }

  .pt75 {
    padding-top: 75px;
  }

  .mt80 {
    margin-top: 80px;
  }

  .pt80 {
    padding-top: 80px;
  }

  .mt85 {
    margin-top: 85px;
  }

  .pt85 {
    padding-top: 85px;
  }

  .mt90 {
    margin-top: 90px;
  }

  .pt90 {
    padding-top: 90px;
  }

  .mt95 {
    margin-top: 95px;
  }

  .pt95 {
    padding-top: 95px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .pt100 {
    padding-top: 100px;
  }

  /* Margin-Right & Padding-Right */
  .mr00 {
    margin-right: 0px;
  }

  .pr00 {
    padding-right: 0px;
  }

  .mr05 {
    margin-right: 5px;
  }

  .pr05 {
    padding-right: 5px;
  }

  .mr10 {
    margin-right: 10px;
  }

  .pr10 {
    padding-right: 10px;
  }

  .mr15 {
    margin-right: 15px;
  }

  .pr15 {
    padding-right: 15px;
  }

  .mr20 {
    margin-right: 20px;
  }

  .pr20 {
    padding-right: 20px;
  }

  .mr25 {
    margin-right: 25px;
  }

  .pr25 {
    padding-right: 25px;
  }

  .mr30 {
    margin-right: 30px;
  }

  .pr30 {
    padding-right: 30px;
  }

  .mr35 {
    margin-right: 35px;
  }

  .pr35 {
    padding-right: 35px;
  }

  .mr40 {
    margin-right: 40px;
  }

  .pr40 {
    padding-right: 40px;
  }

  .mr45 {
    margin-right: 45px;
  }

  .pr45 {
    padding-right: 45px;
  }

  .mr50 {
    margin-right: 50px;
  }

  .pr50 {
    padding-right: 50px;
  }

  .mr55 {
    margin-right: 55px;
  }

  .pr55 {
    padding-right: 55px;
  }

  .mr60 {
    margin-right: 60px;
  }

  .pr60 {
    padding-right: 60px;
  }

  .mr65 {
    margin-right: 65px;
  }

  .pr65 {
    padding-right: 65px;
  }

  .mr70 {
    margin-right: 70px;
  }

  .pr70 {
    padding-right: 70px;
  }

  .mr75 {
    margin-right: 75px;
  }

  .pr75 {
    padding-right: 75px;
  }

  .mr80 {
    margin-right: 80px;
  }

  .pr80 {
    padding-right: 80px;
  }

  .mr85 {
    margin-right: 85px;
  }

  .pr85 {
    padding-right: 85px;
  }

  .mr90 {
    margin-right: 90px;
  }

  .pr90 {
    padding-right: 90px;
  }

  .mr95 {
    margin-right: 95px;
  }

  .pr95 {
    padding-right: 95px;
  }

  .mr100 {
    margin-right: 100px;
  }

  .pr100 {
    padding-right: 100px;
  }

  /* Margin-Bottom & Padding-Bottom */
  .mb00 {
    margin-bottom: 0px;
  }

  .pb00 {
    padding-bottom: 0px;
  }

  .mb05 {
    margin-bottom: 5px;
  }

  .pb05 {
    padding-bottom: 5px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .pb10 {
    padding-bottom: 10px;
  }

  .mb15 {
    margin-bottom: 15px;
  }

  .pb15 {
    padding-bottom: 15px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .pb20 {
    padding-bottom: 20px;
  }

  .mb25 {
    margin-bottom: 25px;
  }

  .pb25 {
    padding-bottom: 25px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .pb30 {
    padding-bottom: 30px;
  }

  .mb35 {
    margin-bottom: 35px;
  }

  .pb35 {
    padding-bottom: 35px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .pb40 {
    padding-bottom: 40px;
  }

  .mb45 {
    margin-bottom: 45px;
  }

  .pb45 {
    padding-bottom: 45px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .pb50 {
    padding-bottom: 50px;
  }

  .mb55 {
    margin-bottom: 55px;
  }

  .pb55 {
    padding-bottom: 55px;
  }

  .mb60 {
    margin-bottom: 60px;
  }

  .pb60 {
    padding-bottom: 60px;
  }

  .mb65 {
    margin-bottom: 65px;
  }

  .pb65 {
    padding-bottom: 65px;
  }

  .mb70 {
    margin-bottom: 70px;
  }

  .pb70 {
    padding-bottom: 70px;
  }

  .mb75 {
    margin-bottom: 75px;
  }

  .pb75 {
    padding-bottom: 75px;
  }

  .mb80 {
    margin-bottom: 80px;
  }

  .pb80 {
    padding-bottom: 80px;
  }

  .mb85 {
    margin-bottom: 85px;
  }

  .pb85 {
    padding-bottom: 85px;
  }

  .mb90 {
    margin-bottom: 90px;
  }

  .pb90 {
    padding-bottom: 90px;
  }

  .mb95 {
    margin-bottom: 95px;
  }

  .pb95 {
    padding-bottom: 95px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .pb100 {
    padding-bottom: 100px;
  }

  /* Margin-Left & Padding-Left */
  .ml00 {
    margin-left: 0px;
  }

  .pl00 {
    padding-left: 0px;
  }

  .ml05 {
    margin-left: 5px;
  }

  .pl05 {
    padding-left: 5px;
  }

  .ml10 {
    margin-left: 10px;
  }

  .pl10 {
    padding-left: 10px;
  }

  .ml15 {
    margin-left: 15px;
  }

  .pl15 {
    padding-left: 15px;
  }

  .ml20 {
    margin-left: 20px;
  }

  .pl20 {
    padding-left: 20px;
  }

  .ml25 {
    margin-left: 25px;
  }

  .pl25 {
    padding-left: 25px;
  }

  .ml30 {
    margin-left: 30px;
  }

  .pl30 {
    padding-left: 30px;
  }

  .ml35 {
    margin-left: 35px;
  }

  .pl35 {
    padding-left: 35px;
  }

  .ml40 {
    margin-left: 40px;
  }

  .pl40 {
    padding-left: 40px;
  }

  .ml45 {
    margin-left: 45px;
  }

  .pl45 {
    padding-left: 45px;
  }

  .ml50 {
    margin-left: 50px;
  }

  .pl50 {
    padding-left: 50px;
  }

  .ml55 {
    margin-left: 55px;
  }

  .pl55 {
    padding-left: 55px;
  }

  .ml60 {
    margin-left: 60px;
  }

  .pl60 {
    padding-left: 60px;
  }

  .ml65 {
    margin-left: 65px;
  }

  .pl65 {
    padding-left: 65px;
  }

  .ml70 {
    margin-left: 70px;
  }

  .pl70 {
    padding-left: 70px;
  }

  .ml75 {
    margin-left: 75px;
  }

  .pl75 {
    padding-left: 75px;
  }

  .ml80 {
    margin-left: 80px;
  }

  .pl80 {
    padding-left: 80px;
  }

  .ml85 {
    margin-left: 85px;
  }

  .pl85 {
    padding-left: 85px;
  }

  .ml90 {
    margin-left: 90px;
  }

  .pl90 {
    padding-left: 90px;
  }

  .ml95 {
    margin-left: 95px;
  }

  .pl95 {
    padding-left: 95px;
  }

  .ml100 {
    margin-left: 100px;
  }

  .pl100 {
    padding-left: 100px;
  }

  /* clearfix */
  .clearfix {
    zoom: 1;
  }

  .clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: ".";
  }

  /* Margin-Center */
  .ma-ce {
    margin-right: auto;
    margin-left: auto;
  }

  /* TextAlign */
  .al {
    text-align: left;
  }

  .ar {
    text-align: right;
  }

  .ac {
    text-align: center;
  }

  /* Float */
  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .clear {
    clear: both;
  }

  /* position */
  .poa {
    position: absolute;
  }

  .rel {
    position: relative;
  }

  /* wysiwyg */
  .wysiwyg strong {
    font-weight: bolder;
  }

  .wysiwyg em {
    font-family: "ＭＳ ゴシック",sans-serif;
    font-style: italic;
  }

  .wysiwyg img {
    max-width: 100% !important;
    height: auto !important;
  }

  .wysiwyg h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  .wysiwyg h2 {
    font-size: 1.5em;
    margin: 0.75em 0;
  }

  .wysiwyg h3 {
    font-size: 1.17em;
    margin: 0.83em 0;
  }

  .wysiwyg h4 {
    margin: 1.12em 0;
  }

  .wysiwyg h5 {
    font-size: .83em;
    margin: 1.5em 0;
  }

  .wysiwyg h6 {
    font-size: .75em;
    margin: 1.67em 0;
  }

  .wysiwyg {
    word-wrap: break-word;
  }

  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    color: #383231;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.25em;
    font-weight: 700;
  }

  .wysiwyg h1 {
    background-color: #dcdcdc;
    padding: 16px 24px 14px;
    font-size: 20px;
    line-height: 1.6;
  }

  .wysiwyg h2 {
    border-top: 1px solid #191919;
    border-bottom: 1px solid #191919;
    padding-top: 13px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 1.8;
  }

  .wysiwyg h3 {
    font-size: 17px;
    padding-top: 7px;
    padding-bottom: 6px;
    border-left: 6px solid #231815;
    padding-left: 22px;
    line-height: 1.8;
  }

  .wysiwyg h4 {
    line-height: 1.8;
    font-size: 16px;
    padding-bottom: 6px;
    border-bottom: 1px solid #000;
    line-height: 1.8;
  }

  .wysiwyg h5 {
    font-size: 15px;
    line-height: 1.8;
    border-bottom: 1px dashed #000;
    padding-bottom: 8px;
  }

  .wysiwyg h6 {
    font-size: 14px;
    line-height: 32px;
    line-height: 1.8;
    background-color: #c9c9c9;
    border: 1px dotted #000;
    padding: 10px 16px;
  }

  /* img-block */
  .img-b img {
    display: block;
  }

  /* ※なので、2行目の1文字目を空ける時 */
  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }

  .indent-list li {
    padding-left: 1em;
    text-indent: -1em;
  }

  /*---------------------------------------- 　　よく使うcss用　サンプル ----------------------------------------*/
  /* アンカーリンク調整 */
  .hideAnchor {
    display: block;
    height: 0px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -10px;
    padding-bottom: 10px;
  }

  /* スクロール縦 */
  .scroll-y {
    box-sizing: border-box;
    overflow-y: scroll;
    transform: translateZ(0);
  }

  /* 背景2つ　1番目が前 2番目が後ろ */
  .w-bg {
    background: url(../images/web/bg-01.png) 445px 20px no-repeat, url(../images/web/ptn-01.jpg) left top repeat;
  }

  /* リンク透明 */
  a img:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }

  /* リンク透明にしない */
  .noop a img:hover {
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    opacity: 1.0;
  }

  /*---------------------------------------- 　　外部サービス ----------------------------------------*/
  /* ggmap */
  /* <div class="ggmap">iframeのコピーしたコード</div> */
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
  @font-face {
    font-family: 'jp-sttl01';
    /* お好きな名前にしましょう */
    src: url("../font/.eot");
    /* IE9以上用 */
    src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff") format("woff");
    /* iOS, Android用 */
    /* 念の為指定しておきます */
    font-weight: normal;
    /* 念の為指定しておきます */
    font-style: normal;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
  }
  .myWebFontClass {
    font-family: 'jp-sttl01';
  }
}



















@media screen and (max-width: 767px) {
	.mega-con{overflow: hidden;width: 100%;margin: 0 auto;}
	.mega-con li{width: 32%;float: left;margin-right: 2%;}
	.mega-con li:nth-child(3){margin-right: 0px;}
  
  .rec-ttl{
    font-weight: 4.589vw;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 12%;
    margin-bottom: 6%;
    text-align: center;
  }

  .h1-txt{
    font-size: 1.2rem;
    line-height: 1.65;
    font-size: 3.14vw;
    margin-bottom: 5%;
    margin-left: 2%;
  }


  .wysiwyg p {
    min-height: 15px;
    min-width: 10px;
  }

  .error {
    font-size: 15px;
    color: #f10000;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  .form_error_wrap {
    margin-top: .5em;
    font-size: 14px;
    color: #f10000;
    line-height: 1.6;
  }

  .form-Box input[type="text"], input[type="email"], input[type="tel"] {
    padding: .5em .6em .4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .from-w-02 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .from-list li {
    margin-bottom: .3em;
  }

  .form-Box textarea {
    width: 100%;
    padding: .5em .6em .4em;
    line-height: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 120px;
  }

  .form-Box button {
    padding: 0px;
    border: none;
  }

  .from-err {
    border: 1px solid #000;
    padding: 24px;
    font-size: 15px;
    line-height: 2.5;
    margin-bottom: 24px;
  }

  .btnArea {
    text-align: center;
  }

  .borderwrap {
    border: 1px solid #000;
    padding: 24px;
    font-size: 15px;
    line-height: 2.5;
    margin-bottom: 24px;
  }

  .borderwrap .con-ttl {
    font-size: 16px;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 1px;
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px dotted #000;
  }

  form th.required:after {
    display: inline-block;
    content: "【必須】";
    color: #f00;
    margin-left: 10px;
  }

  /* ページ送り */
  .page-list, .page-navi {
    margin: 20px 0;
    text-align: center;
  }

  .page-list li, .page-navi li {
    display: inline-block;
  }

  .page-list a, .page-navi a {
    padding: 0 8px;
    display: inline-block;
  }

  .page-navi .fast {
    margin-right: 10px;
  }

  .page-navi .last {
    margin-left: 10px;
  }

  .page-navi .list:before, .page-navi .list:after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
  }


body { -webkit-text-size-adjust: 100%; }
img { vertical-align: bottom; max-width: 100%; }
a { text-decoration: none; color: #090909; }
a:hover { text-decoration: underline; }
.pc, .pc2 { display: none !important; }
/*pcのみ表示ブロック*/
.sp { display: block !important; }
/*スマホのみ表示ブロック*/
.sp2 { display: inline-block !important; }
/*スマホのみ表示ブロック*/
.no-br { display: none; }
/*スマホでbrを解除したい場合に使用*/
.sp_display_block { display: block !important; }
/*スマホでflexboxを解除したい場合等に使用*/
.pc-menu{ display: none; }
.side-fix{ display: none !important;; }
.fix-list{ display: none; }
#pc-menu-open{ display: none; }
#g-nav{ display: none; }

.sp-header .h-logo {text-align: center; height: 20vw; width: auto; margin: 5vw auto;}
.sp-header .h-logo img {text-align: center; height: 20vw; width: auto;}
.sp-header .h-menu { position: fixed; top: 0; right: 0; width: 13vw; z-index: 997;}
.sp-header .h-menu img { height: 13vw; width: auto;}

nav#sp-global-nav {background: url(../images/common/sp-open-bg.png) no-repeat top center;}
nav#sp-global-nav .h-logo {text-align: center; height: 13vw; width: auto; margin: 10vw auto 0;}
nav#sp-global-nav .h-logo img {text-align: center; height: 13vw; width: auto;}
nav#sp-global-nav { font-size: 3.8vw; z-index: 999; overflow: scroll; position: fixed; top: 0; width: 100vw; height: 100vh; display: none; background-color: #000; box-sizing: border-box; color: #fff; }
nav#sp-global-nav .open-close-01 { position: fixed; top: 0; right: 0; width: 13vw; z-index: 998;}
nav#sp-global-nav .open-close-01 img { height: 13vw; width: auto;}

nav#sp-global-nav .open-color-Box {padding: 8vw 0 50vw}
nav#sp-global-nav .open-link { width: 70%; margin: 0 auto 3%;}

nav#sp-global-nav .list { margin: 3% 10% 5%;}
nav#sp-global-nav .list li a {font-size: 3.4vw; letter-spacing: 0vw; color: #000; line-height: 1.6; text-decoration: none; padding: 5% 0%; display: block; }
nav#sp-global-nav .list li a:before{ content: "＞ "}


.sp-fix-list { position: fixed; bottom: 0; width: 100%; z-index: 996; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: flex-end;}
.sp-fix-list img{ width: 100%}
.sp-fix-list .tel {  }
.sp-fix-list .icon { }

 #end-contact {margin-top: 10vw; background: url(../images/common/sp-end-bg.png) no-repeat top center; padding: 8vw 0 10vw; background-size: 100%}
 #end-contact .end-contact-ttl {width: 30vw; margin: 0 auto 10vw;}
 #end-contact .ttl{ font-size: 3.2vw; letter-spacing: 0.2vw; font-weight: bold; text-align: center; margin-bottom: 3vw;}
 #end-contact .end-bx {width: 80vw; margin: 0 auto 5vw; position: relative; }
 #end-contact .tel{ width: 60vw; margin: 0 auto 6vw;}
 #end-contact .btn{ width: 80vw; margin: 0 auto 0vw;}
 #end-contact .human{width: 30vw; position: absolute; right: -10vw; top: 32.6vw}
 #end-contact .txt{ font-size: 3vw; letter-spacing: 0.1vw; text-align: center; margin-bottom: 10vw;}
 
.sp-page-top a { text-align: center; display: block; padding: 5% 3%;}
.sp-page-top a img { width: 10%; height: auto;}

 footer{ width: 100vw; padding: 8vw 0; line-height: 1.6; border-top: 1px solid #000}
 footer .f-con-Box .f-logo{ width: 40vw; margin: 0 auto 5vw;}
 footer .f-con-Box .f-company{text-align: center; font-size: 3.2vw; line-height: 1.6; letter-spacing: 0.2vw; margin: 7vw 0;}
 footer .f-con-Box .sns-list{display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;-webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
 footer .f-con-Box .sns-list li{ width: 6%; margin-right: 6vw}
 footer .f-con-Box .sns-list li img{ width: 90%;}
 footer .f-con-Box .sns-list li:last-child{ margin-right: 0;}
 .copyright{ font-size: 3vw; letter-spacing: 0.1vw; text-align: center; padding: 0vw 0vw 25vw; display: block; color: #838383;}



h1.main-title{ width: 100%; background: #333; color: #fff; padding: 7% 0; text-align: center; margin-bottom: 4%; }
h1.main-title .en { display: block; font-size: 3.2vw; margin-bottom: 4%; text-transform: uppercase;}
h1.main-title .jp { display: block; font-size: 4.8vw; font-weight: bold;}

h2.sub-title{ font-weight: bold; padding: 3% 3% 1%; margin-bottom: 5%; font-size: 5vw; letter-spacing: 0.3vw; text-align: center; border-bottom: solid #000 1px;}
h2.sub-title1{font-size: 5vw; position: relative; left: 8vw}
h2.sub-title1 .span1{font-size: 3vw; position: absolute; left: 10vw; top: -3vw}
h2.sub-title1 .span2{font-size: 6vw; position: absolute; left: 25vw; top: -1vw}

.seo_bread_list{ width: 100%; padding: 2vw 2vw 3.5vw; margin: 0 auto; font-size: 3.2vw; color: #666; line-height: 1.6;}
/*.seo_bread_list{display: none;}*/
 .seo_bread_list a { color: #666;}
.seo_bread_list li{ margin-right: 1.5vw; float: left;  }
.seo_bread_list li::after{ content: ">"; }
.seo_bread_list li:last-child::after{ content: none; } 

/* 2カラムサイト---------------- */
#tow-cl #side{ display: none;}

.fit img { object-fit: cover; }
.wysiwyg img { width: auto !important; height: auto !important; }
html { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: none; overflow-x: hidden; }
/* WEB FONTs 游ゴシックかすれ予防*/
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 100; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 200; }
.f-min { font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
.f-min-02 { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Sawarabi Mincho","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.f-gothic { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.f-noto{font-family: noto-sans-cjk-jp, sans-serif;font-style: normal;}
.f-noto-c{font-family: noto-serif, serif;font-style: normal;}

body { -webkit-text-size-adjust: 100%; }
img { vertical-align: bottom; max-width: 100%; }
a { text-decoration: none; color: #090909; }
a:hover { text-decoration: underline; }
.nobd a:hover { text-decoration: none !important; }
.clearfix { zoom: 1; }
.clearfix:after { display: block; clear: both; height: 0; visibility: hidden; line-height: 0; content: "."; }


  .btn-deco {
    position: relative;
  }

  .btn-deco:after {
    position: absolute;
    content: url("../images/index/btn-deco-01.png");
    bottom: -12px;
    right: -28px;
  }


  /*sp_defaultset*/
  html {
    font-size: 62.5%;
  }

  body {
    overflow-x: hidden;
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
  }

  .pc, .pc2 {
    display: none !important;
  }

  /*pcのみ表示ブロック*/
  .sp {
    display: block !important;
  }

  /*スマホのみ表示ブロック*/
  .sp2 {
    display: inline-block !important;
  }

  /*スマホのみ表示ブロック*/
  .no-br {
    display: none;
  }

  /*スマホでbrを解除したい場合に使用*/
  .sp_display_block {
    display: block !important;
  }

  /*スマホでflexboxを解除したい場合等に使用*/
  .h_tel_fix {
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
  }

  /*ページ下部固定電話・メール*/
  p.h_mail {
    position: absolute;
    top: 15px;
    right: 94px;
    width: 35px;
    z-index: 99996;
  }

  p.h_tel {
    position: absolute;
    top: 15px;
    right: 52px;
    width: 35px;
    z-index: 99997;
  }

  p.h_menu {
    position: fixed;
    top: 15px;
    right: 10px;
    width: 35px;
    z-index: 99998;
  }

  p.h_mail img, p.h_tel img, p.h_menu img {
    width: 35px;
  }


  .wysiwyg img {
    width: auto !important;
    height: auto !important;
  }

  /*ウィジウィグ内画像の縦横比調整*/
  .pagetop {
    text-align: center;
    background: #ccc;
    padding: 3%;
  }


  /* Antialiasing ※任意　*/
  html {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: none;
    overflow-x: hidden;
  }

  /* WEB FONTs 游ゴシックかすれ予防*/
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
  }
  .f-min {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  .f-min-02 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Sawarabi Mincho","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .f-gothic {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  img {
    vertical-align: bottom;
  }

  a {
    text-decoration: none;
    color: #090909;
  }

  a:hover {
    text-decoration: underline;
  }

  .nobd a:hover {
    text-decoration: none !important;
  }

  /*-----float-----*/
  .fl-l {
    float: left;
  }

  .fl-r {
    float: right;
  }

  .cl-both {
    clear: both;
  }

  /*-----font-----*/
  .fw-b {
    font-weight: bold;
  }

  .ta-r {
    text-align: right;
  }

  .ta-c {
    text-align: center;
  }

  .ta-l {
    text-align: left;
  }

  main {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
  }

  /* Ten -------------------------------------*/
  .mr {
    margin-right: auto;
  }

  .ml {
    margin-left: auto;
  }

  .yazi_r a:before {
    content: "\FF1E";
    padding-right: 0.3em;
  }

  img {
    vertical-align: bottom;
  }

  a {
    text-decoration: none;
    color: #090909;
  }

  a:hover {
    text-decoration: underline;
  }

  .nobd a:hover {
    text-decoration: none !important;
  }

  a img:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }

  .noop a img:hover {
    -ms-filter: "alpha( opacity=100 )" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
  }

  .sis-pic {
    text-align: center;
  }

  .sis-pic img {
    max-width: 100% !important;
    height: auto !important;
  }

  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .ori {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-ce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .flex-txt-ce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .flex-mce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .flex-u {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .order {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-flex-order: -1;
    -moz-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
  }

  .flex-t {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }

  .flex-ue {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .flex-o {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-flex-order: -1;
    -moz-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
  }

  .flex-rt {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex-r {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .sp-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .sp-ori {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sp-flex-ce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .sp-flex-txt-ce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .sp-flex-mce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .sp-flex-u {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .sp-order {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-flex-order: -1;
    -moz-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
  }

  .sp-flex-t {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }

  .sp-flex-ue {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .sp-flex-o {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-flex-order: -1;
    -moz-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
  }

  .sp-flex-rt {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sp-flex-r {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  body {
    font-family: Verdana, Meiryo, sans-serif;
  }

  /* Margin-Top & Padding-Top */
  .mt00 {
    margin-top: 0px;
  }

  .pt00 {
    padding-top: 0px;
  }

  .mt05 {
    margin-top: 5px;
  }

  .pt05 {
    padding-top: 5px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .pt10 {
    padding-top: 10px;
  }

  .mt15 {
    margin-top: 15px;
  }

  .pt15 {
    padding-top: 15px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .pt20 {
    padding-top: 20px;
  }

  .mt25 {
    margin-top: 25px;
  }

  .pt25 {
    padding-top: 25px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .pt30 {
    padding-top: 30px;
  }

  .mt35 {
    margin-top: 35px;
  }

  .pt35 {
    padding-top: 35px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .pt40 {
    padding-top: 40px;
  }

  .mt45 {
    margin-top: 45px;
  }

  .pt45 {
    padding-top: 45px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .pt50 {
    padding-top: 50px;
  }

  .mt55 {
    margin-top: 55px;
  }

  .pt55 {
    padding-top: 55px;
  }

  .mt60 {
    margin-top: 60px;
  }

  .pt60 {
    padding-top: 60px;
  }

  .mt65 {
    margin-top: 65px;
  }

  .pt65 {
    padding-top: 65px;
  }

  .mt70 {
    margin-top: 70px;
  }

  .pt70 {
    padding-top: 70px;
  }

  .mt75 {
    margin-top: 75px;
  }

  .pt75 {
    padding-top: 75px;
  }

  .mt80 {
    margin-top: 80px;
  }

  .pt80 {
    padding-top: 80px;
  }

  .mt85 {
    margin-top: 85px;
  }

  .pt85 {
    padding-top: 85px;
  }

  .mt90 {
    margin-top: 90px;
  }

  .pt90 {
    padding-top: 90px;
  }

  .mt95 {
    margin-top: 95px;
  }

  .pt95 {
    padding-top: 95px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .pt100 {
    padding-top: 100px;
  }

  /* Margin-Right & Padding-Right */
  .mr00 {
    margin-right: 0px;
  }

  .pr00 {
    padding-right: 0px;
  }

  .mr05 {
    margin-right: 5px;
  }

  .pr05 {
    padding-right: 5px;
  }

  .mr10 {
    margin-right: 10px;
  }

  .pr10 {
    padding-right: 10px;
  }

  .mr15 {
    margin-right: 15px;
  }

  .pr15 {
    padding-right: 15px;
  }

  .mr20 {
    margin-right: 20px;
  }

  .pr20 {
    padding-right: 20px;
  }

  .mr25 {
    margin-right: 25px;
  }

  .pr25 {
    padding-right: 25px;
  }

  .mr30 {
    margin-right: 30px;
  }

  .pr30 {
    padding-right: 30px;
  }

  .mr35 {
    margin-right: 35px;
  }

  .pr35 {
    padding-right: 35px;
  }

  .mr40 {
    margin-right: 40px;
  }

  .pr40 {
    padding-right: 40px;
  }

  .mr45 {
    margin-right: 45px;
  }

  .pr45 {
    padding-right: 45px;
  }

  .mr50 {
    margin-right: 50px;
  }

  .pr50 {
    padding-right: 50px;
  }

  .mr55 {
    margin-right: 55px;
  }

  .pr55 {
    padding-right: 55px;
  }

  .mr60 {
    margin-right: 60px;
  }

  .pr60 {
    padding-right: 60px;
  }

  .mr65 {
    margin-right: 65px;
  }

  .pr65 {
    padding-right: 65px;
  }

  .mr70 {
    margin-right: 70px;
  }

  .pr70 {
    padding-right: 70px;
  }

  .mr75 {
    margin-right: 75px;
  }

  .pr75 {
    padding-right: 75px;
  }

  .mr80 {
    margin-right: 80px;
  }

  .pr80 {
    padding-right: 80px;
  }

  .mr85 {
    margin-right: 85px;
  }

  .pr85 {
    padding-right: 85px;
  }

  .mr90 {
    margin-right: 90px;
  }

  .pr90 {
    padding-right: 90px;
  }

  .mr95 {
    margin-right: 95px;
  }

  .pr95 {
    padding-right: 95px;
  }

  .mr100 {
    margin-right: 100px;
  }

  .pr100 {
    padding-right: 100px;
  }

  /* Margin-Bottom & Padding-Bottom */
  .mb00 {
    margin-bottom: 0px;
  }

  .pb00 {
    padding-bottom: 0px;
  }

  .mb05 {
    margin-bottom: 5px;
  }

  .pb05 {
    padding-bottom: 5px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .pb10 {
    padding-bottom: 10px;
  }

  .mb15 {
    margin-bottom: 15px;
  }

  .pb15 {
    padding-bottom: 15px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .pb20 {
    padding-bottom: 20px;
  }

  .mb25 {
    margin-bottom: 25px;
  }

  .pb25 {
    padding-bottom: 25px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .pb30 {
    padding-bottom: 30px;
  }

  .mb35 {
    margin-bottom: 35px;
  }

  .pb35 {
    padding-bottom: 35px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .pb40 {
    padding-bottom: 40px;
  }

  .mb45 {
    margin-bottom: 45px;
  }

  .pb45 {
    padding-bottom: 45px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .pb50 {
    padding-bottom: 50px;
  }

  .mb55 {
    margin-bottom: 55px;
  }

  .pb55 {
    padding-bottom: 55px;
  }

  .mb60 {
    margin-bottom: 60px;
  }

  .pb60 {
    padding-bottom: 60px;
  }

  .mb65 {
    margin-bottom: 65px;
  }

  .pb65 {
    padding-bottom: 65px;
  }

  .mb70 {
    margin-bottom: 70px;
  }

  .pb70 {
    padding-bottom: 70px;
  }

  .mb75 {
    margin-bottom: 75px;
  }

  .pb75 {
    padding-bottom: 75px;
  }

  .mb80 {
    margin-bottom: 80px;
  }

  .pb80 {
    padding-bottom: 80px;
  }

  .mb85 {
    margin-bottom: 85px;
  }

  .pb85 {
    padding-bottom: 85px;
  }

  .mb90 {
    margin-bottom: 90px;
  }

  .pb90 {
    padding-bottom: 90px;
  }

  .mb95 {
    margin-bottom: 95px;
  }

  .pb95 {
    padding-bottom: 95px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .pb100 {
    padding-bottom: 100px;
  }

  /* Margin-Left & Padding-Left */
  .ml00 {
    margin-left: 0px;
  }

  .pl00 {
    padding-left: 0px;
  }

  .ml05 {
    margin-left: 5px;
  }

  .pl05 {
    padding-left: 5px;
  }

  .ml10 {
    margin-left: 10px;
  }

  .pl10 {
    padding-left: 10px;
  }

  .ml15 {
    margin-left: 15px;
  }

  .pl15 {
    padding-left: 15px;
  }

  .ml20 {
    margin-left: 20px;
  }

  .pl20 {
    padding-left: 20px;
  }

  .ml25 {
    margin-left: 25px;
  }

  .pl25 {
    padding-left: 25px;
  }

  .ml30 {
    margin-left: 30px;
  }

  .pl30 {
    padding-left: 30px;
  }

  .ml35 {
    margin-left: 35px;
  }

  .pl35 {
    padding-left: 35px;
  }

  .ml40 {
    margin-left: 40px;
  }

  .pl40 {
    padding-left: 40px;
  }

  .ml45 {
    margin-left: 45px;
  }

  .pl45 {
    padding-left: 45px;
  }

  .ml50 {
    margin-left: 50px;
  }

  .pl50 {
    padding-left: 50px;
  }

  .ml55 {
    margin-left: 55px;
  }

  .pl55 {
    padding-left: 55px;
  }

  .ml60 {
    margin-left: 60px;
  }

  .pl60 {
    padding-left: 60px;
  }

  .ml65 {
    margin-left: 65px;
  }

  .pl65 {
    padding-left: 65px;
  }

  .ml70 {
    margin-left: 70px;
  }

  .pl70 {
    padding-left: 70px;
  }

  .ml75 {
    margin-left: 75px;
  }

  .pl75 {
    padding-left: 75px;
  }

  .ml80 {
    margin-left: 80px;
  }

  .pl80 {
    padding-left: 80px;
  }

  .ml85 {
    margin-left: 85px;
  }

  .pl85 {
    padding-left: 85px;
  }

  .ml90 {
    margin-left: 90px;
  }

  .pl90 {
    padding-left: 90px;
  }

  .ml95 {
    margin-left: 95px;
  }

  .pl95 {
    padding-left: 95px;
  }

  .ml100 {
    margin-left: 100px;
  }

  .pl100 {
    padding-left: 100px;
  }

  /* clearfix */
  .clearfix {
    zoom: 1;
  }

  .clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: ".";
  }

  /* Margin-Center */
  .ma-ce {
    margin-right: auto;
    margin-left: auto;
  }

  /* TextAlign */
  .al {
    text-align: left;
  }

  .ar {
    text-align: right;
  }

  .ac {
    text-align: center;
  }

  /* Float */
  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .clear {
    clear: both;
  }

  /* position */
  .poa {
    position: absolute;
  }

  .rel {
    position: relative;
  }

  /* wysiwyg */
  .wysiwyg strong {
    font-weight: bolder;
  }

  .wysiwyg em {
    font-family: "ＭＳ ゴシック",sans-serif;
    font-style: italic;
  }

  .wysiwyg img {
    max-width: 100% !important;
    height: auto !important;
  }

  .wysiwyg h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  .wysiwyg h2 {
    font-size: 1.5em;
    margin: 0.75em 0;
  }

  .wysiwyg h3 {
    font-size: 1.17em;
    margin: 0.83em 0;
  }

  .wysiwyg h4 {
    margin: 1.12em 0;
  }

  .wysiwyg h5 {
    font-size: .83em;
    margin: 1.5em 0;
  }

  .wysiwyg h6 {
    font-size: .75em;
    margin: 1.67em 0;
  }

  .wysiwyg {
    word-wrap: break-word;
  }

  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    color: #383231;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.25em;
    font-weight: 700;
  }

  .wysiwyg h1 {
    background-color: #dcdcdc;
    padding: 5%;
    font-size: 20px;
    line-height: 1.6;
  }

  .wysiwyg h2 {
    border-top: 1px solid #191919;
    border-bottom: 1px solid #191919;
    padding-top: 13px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 1.8;
  }

  .wysiwyg h3 {
    font-size: 17px;
    padding-top: 7px;
    padding-bottom: 6px;
    border-left: 6px solid #231815;
    padding-left: 22px;
    line-height: 1.8;
  }

  .wysiwyg h4 {
    line-height: 1.8;
    font-size: 16px;
    padding-bottom: 6px;
    border-bottom: 1px solid #000;
    line-height: 1.8;
  }

  .wysiwyg h5 {
    font-size: 15px;
    line-height: 1.8;
    border-bottom: 1px dashed #000;
    padding-bottom: 8px;
  }

  .wysiwyg h6 {
    font-size: 14px;
    line-height: 32px;
    line-height: 1.8;
    background-color: #c9c9c9;
    border: 1px dotted #000;
    padding: 10px 16px;
  }

  /* img-block */
  .img-b img {
    display: block;
  }

  /* ※なので、2行目の1文字目を空ける時 */
  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }

  .indent-list li {
    padding-left: 1em;
    text-indent: -1em;
  }

  /*---------------------------------------- 　　よく使うcss用　サンプル ----------------------------------------*/
  /* アンカーリンク調整 */
  .hideAnchor {
    display: block;
    height: 0px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -10px;
    padding-bottom: 10px;
  }

  /* スクロール縦 */
  .scroll-y {
    box-sizing: border-box;
    overflow-y: scroll;
    transform: translateZ(0);
  }

  /* 背景2つ　1番目が前 2番目が後ろ */
  .w-bg {
    background: url(../images/web/bg-01.png) 445px 20px no-repeat, url(../images/web/ptn-01.jpg) left top repeat;
  }

  /* リンク透明 */
  a img:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }

  /* リンク透明にしない */
  .noop a img:hover {
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    opacity: 1.0;
  }

  /*---------------------------------------- 　　外部サービス ----------------------------------------*/
  /* ggmap */
  /* <div class="ggmap">iframeのコピーしたコード</div> */
  .sp-ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .sp-ggmap iframe, .sp-ggmap object, .sp-ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
  @font-face {
    font-family: 'jp-sttl01';
    /* お好きな名前にしましょう */
    src: url("../font/.eot");
    /* IE9以上用 */
    src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff") format("woff");
    /* iOS, Android用 */
    /* 念の為指定しておきます */
    font-weight: normal;
    /* 念の為指定しておきます */
    font-style: normal;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
  }
  .myWebFontClass {
    font-family: 'jp-sttl01';
  }
}
/* IE10以上 不要なら削除 */
@media screen and (max-width: 1390px) {
  .open-bg {
    background-image: url(../images/common/open-bg-t-02.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

  .open-main-Box .deco-Box {
    display: block;
  }

  .open-main-Box .deco-Box .abs-01, .open-main-Box .deco-Box .abs-02 {
    position: absolute;
  }

  .open-main-Box .deco-Box .abs-01 {
    left: -72px;
    top: 336px;
  }

  .open-main-Box .deco-Box .abs-02 {
    right: 36px;
    top: 610px;
  }
}
@media screen and (max-width: 1220px) {
  .open-bg {
    background-image: url(../images/common/open-bg-t-02.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

  .open-main-Box .deco-Box {
    display: none;
  }
}
