@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

form button:hover {
  cursor: pointer;
  cursor: hand;
  opacity: 0.8;
}

.wysiwyg iframe {
  max-width: 100%;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  /* bese */
  body {
    font-size: 16px;
    line-height: 1.8;
  }
  header {
    max-width: 88%;
    width: 1100px;
    height: 70px;
    margin: 0px auto 20px auto;
    padding-top: 10px;
    position: relative;
  }
  header h1 {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 15px;
    line-height: 1.2;
    height: 20px;
    width: 650px;
  }
  header .h-link-list {
    font-size: 12px;
    position: absolute;
    left: 220px;
    top: 20px;
  }
  header .h-link-list li {
    float: left;
    margin-right: 15px;
  }
  header .h-link-list li::before {
    content: "＞";
  }
  header .h-add-Box {
    width: 300px;
    position: absolute;
    font-size: 12px;
    top: 40px;
    left: 220px;
  }
  header .sns-list {
    position: absolute;
    top: 20px;
    right: 0px;
  }
  header .sns-list li {
    float: right;
    margin-left: 10px;
  }
  header {
    width: 97%;
    max-width: 1860px;
    padding-top: 30px;
    z-index: 5;
    height: auto;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
  }
  header .header-Box {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  header .header-Box .h-logo {
    width: 399.84px;
    margin-left: 33px;
    margin-top: 37px;
    position: absolute;
    top: 0;
    left: 2px;
  }
  header .header-Box .h-logo img {
    width: 100%;
  }
  header .header-Box ul {
    display: flex;
    justify-content: flex-end;
  }
  header .header-Box ul li a {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
  }
  header .header-Box ul li .btn01 a {
    display: block;
    width: 130px;
  }
  header .header-Box ul li .btn01 a img {
    width: 100%;
  }
  header .header-Box ul li + li {
    margin-left: 29px;
  }
  .pc-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .pc-menu {
    display: none;
  }
  .pc-menu:hover {
    opacity: 0.8;
    cursor: pointer;
    cursor: hand;
  }
  .side-fix {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 10;
  }
  .side-fix {
    position: fixed;
    top: auto;
    bottom: 35px;
    right: 75px;
    z-index: 10;
    width: 70px;
    height: auto;
  }
  .side-fix img {
    width: 100%;
    filter: invert(25%);
  }
  #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: #ccc;
    padding: 80px 0;
    line-height: 1.6;
  }
  #pc-menu-open .menu-open-Box {
    width: 1100px;
    margin: 0 auto;
    font-size: 0.875em;
  }
  #pc-menu-open .f-link-Box {
    width: 770px;
    float: left;
  }
  #pc-menu-open .f-link-Box .f-home-link {
    margin-bottom: 40px;
  }
  #pc-menu-open .f-link-Box .f-home-link::before {
    content: "■ ";
  }
  #pc-menu-open .f-link-Box .parent {
    font-size: 14px;
    color: #fff;
  }
  #pc-menu-open .f-link-Box .child {
    font-size: 14px;
  }
  #pc-menu-open .f-link-Box .child::before {
    content: "- ";
    padding-right: 5px;
  }
  /*#pc-menu-open  .f-link-Box li::before{ content: "> "; }*/
  #pc-menu-open .f-link-Box li {
    margin-bottom: 10px;
  }
  #pc-menu-open .f-link-l {
    float: left;
    width: 180px;
    margin-right: 40px;
  }
  #pc-menu-open .f-link-c {
    float: left;
    width: 180px;
    margin-right: 40px;
  }
  #pc-menu-open .f-link-r {
    float: left;
    width: 180px;
  }
  #pc-menu-open .menu-open-con-Box {
    width: 320px;
    float: left;
  }
  #pc-menu-open .menu-open-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;
  }
  #g-nav {
    width: 1100px;
    margin: 0px auto 10px auto;
    padding: 20px 0;
    text-align: center;
    font-size: 0.875em;
  }
  #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: 10px 20px;
  }
  #g-nav li.list:first-child a {
    border-left: 1px solid #999;
  }
  #g-nav .dropmenu li.list ul.sub {
    visibility: hidden;
    opacity: 0;
    transition: 0s;
    position: absolute;
    top: 35px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 500;
    width: 220px;
  }
  #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 {
    visibility: hidden;
    opacity: 0;
    transition: 0.9s;
    background: #fff;
    display: block;
    width: 220px;
    padding: 10px;
    color: #000;
    border: 1px solid #ccc;
    border-bottom: none;
  }
  #g-nav .dropmenu li.list:hover ul li a {
    visibility: visible;
    opacity: 1;
  }
  #end-contact {
    background: #eee;
    padding: 50px 0;
  }
  #end-contact .end-contact-ttl {
    margin-bottom: 50px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
  }
  #end-contact p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 0.875em;
  }
  #end-contact .end-bx {
    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: 20px;
  }
  #end-contact .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #end-contact {
    background-color: #A1876D;
    padding: 95px 0 69px;
  }
  #end-contact .inner-Box {
    width: 1005px;
    margin: 0 auto;
  }
  #end-contact .inner-Box h2 {
    width: 332.86px;
    margin-bottom: 40px;
  }
  #end-contact .inner-Box h2 img {
    width: 100%;
  }
  #end-contact .inner-Box > P {
    text-align: left;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: 0.8px;
    color: #fff;
  }
  #end-contact .inner-Box .end-bx {
    max-width: 1002px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 64px;
  }
  #end-contact .inner-Box .end-bx > div {
    margin-top: 3px;
    width: 545px;
  }
  #end-contact .inner-Box .end-bx > div .tel {
    display: flex;
    margin-bottom: 18px;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
    line-height: 1;
  }
  #end-contact .inner-Box .end-bx > div .tel img {
    width: 413.02px;
  }
  #end-contact .inner-Box .end-bx > div .tel small {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin-left: 25px;
    letter-spacing: 0.8px;
  }
  #end-contact .inner-Box .end-bx > div .job-list {
    font-family: "Work Sans", sans-serif;
    text-align: left;
    color: #fff;
    font-size: 13px;
    line-height: 1;
  }
  #end-contact .inner-Box .end-bx .btn a {
    display: block;
    background-color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 15px;
    padding: 17px 5px;
    width: 380px;
    border-radius: 5px;
  }
  .footer-top_text {
    background-color: #3C3C3C;
    padding: 50px 0 56px;
  }
  .footer-top_text .inner-Box {
    width: 1000px;
    margin: 0 auto;
  }
  .footer-top_text .inner-Box > p {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    letter-spacing: 0.6px;
  }
  footer {
    width: 100%;
    min-width: 1100px;
    background: #ccc;
    padding: 40px 0;
    line-height: 1.6;
  }
  footer .footer-Box {
    width: 1100px;
    margin: 0 auto;
    font-size: 0.875em;
  }
  footer .f-link-Box .f-home-link {
    margin-bottom: 40px;
  }
  footer .f-link-Box .f-home-link::before {
    content: "■ ";
  }
  footer .f-link-Box .parent {
    font-size: 14px;
    color: #fff;
  }
  footer .f-link-Box .child {
    font-size: 14px;
  }
  footer .f-link-Box .child::before {
    content: "- ";
  }
  /*footer .f-link-Box li::before{ content: "> "; }*/
  footer .f-link-Box li {
    margin-bottom: 10px;
  }
  footer .f-link-l {
    float: left;
    width: 180px;
    margin-right: 40px;
  }
  footer .f-link-c {
    float: left;
    width: 180px;
    margin-right: 40px;
  }
  footer .f-link-r {
    float: left;
    width: 180px;
  }
  footer .f-con-Box {
    width: 320px;
  }
  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;
  }
  footer {
    background-color: #E4E2DB;
    color: #3C3C3C;
    padding: 67px 0 60px;
  }
  footer .footer-Box {
    max-width: 1800px;
    width: 95%;
  }
  footer .footer-Box .flex-Box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .footer-Box .flex-Box .f-logo {
    width: 399.84px;
    margin-left: 5px;
    margin-right: 50px;
  }
  footer .footer-Box .flex-Box .f-logo img {
    width: 100%;
  }
  footer .footer-Box .flex-Box .f-home-link {
    width: 1198px;
  }
  footer .footer-Box .flex-Box .f-home-link a {
    color: #3C3C3C;
    font-size: 15px;
    letter-spacing: 0.8px;
  }
  footer .footer-Box .flex-Box .f-link-Box ul {
    width: 250px;
  }
  footer .footer-Box .flex-Box .f-link-Box ul .parent {
    margin-bottom: 25px;
  }
  footer .footer-Box .flex-Box .f-link-Box ul .parent img {
    height: 11.13px;
    width: auto;
  }
  footer .footer-Box .flex-Box .f-link-Box ul li {
    margin-bottom: 16px;
  }
  footer .footer-Box .flex-Box .f-link-Box ul li a {
    color: #3C3C3C;
    font-size: 15px;
    letter-spacing: 0.8px;
  }
  footer .footer-Box .flex-Box .f-link-Box .f-link-l {
    width: 217px;
  }
  footer .footer-Box .flex-Box .f-link-Box .f-link-r {
    width: 250px;
  }
  footer .footer-Box .flex-Box .f-con-Box {
    width: 553px;
  }
  footer .footer-Box .flex-Box .f-con-Box .parent {
    margin-bottom: 25px;
  }
  footer .footer-Box .flex-Box .f-con-Box .parent img {
    height: 11.13px;
    width: auto;
  }
  footer .footer-Box .flex-Box .f-con-Box .company-name {
    font-size: 15px;
    margin-bottom: 20px;
  }
  footer .footer-Box .flex-Box .f-con-Box dl {
    margin-bottom: 39px;
  }
  footer .footer-Box .flex-Box .f-con-Box dl > div {
    display: flex;
  }
  footer .footer-Box .flex-Box .f-con-Box dl > div dt {
    font-size: 12px;
    width: 110px;
    letter-spacing: 0.4px;
  }
  footer .footer-Box .flex-Box .f-con-Box dl > div dd {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  footer .footer-Box .flex-Box .f-con-Box dl div + div {
    margin-top: 12px;
  }
  footer .footer-Box .flex-Box .f-con-Box .tel-cmp {
    display: flex;
    align-items: flex-end;
  }
  footer .footer-Box .flex-Box .f-con-Box .tel-cmp span {
    display: block;
    width: 323.23px;
  }
  footer .footer-Box .flex-Box .f-con-Box .tel-cmp span img {
    width: 100%;
  }
  footer .footer-Box .flex-Box .f-con-Box .tel-cmp small {
    font-size: 12px;
    margin-left: 19px;
    letter-spacing: 1px;
  }
  footer .footer-Box .flex-Box .f-con-Box .job-list {
    margin-top: 27px;
    font-size: 13px;
    line-height: 1;
    font-family: "Work Sans", sans-serif;
  }
  footer .footer-Box .flex-Box + .flex-Box {
    margin-left: auto;
    align-items: flex-start;
    width: 1198px;
    margin-top: 72px;
  }
  footer .copyright {
    text-align: left;
    border-top: solid 1px #EFEEEA;
    color: #3C3C3C;
    font-size: 11px;
    line-height: 18px;
    padding: 39px 0 0;
    margin-top: 90px;
    font-family: "Work Sans", sans-serif;
    letter-spacing: 0.5px;
  }
  /* 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{ }*/
  /*
     .main-title{ width: 100%; min-width: 1100px; background: #333; color: #fff; padding: 50px 0; text-align: center; }
     .main-title .en { display: block; font-size: 1rem; margin-bottom: 20px; text-transform: uppercase;}
     .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: 3px;
    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;
  }
  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: ".";
  }
  /* wysiwyg */
  .wysiwyg {
    word-wrap: break-word;
    margin-bottom: 30px;
  }
  .wysiwyg strong {
    font-weight: bolder;
  }
  .wysiwyg em {
    font-family: "ＭＳ ゴシック", sans-serif;
    font-style: italic;
  }
  .wysiwyg img {
    max-width: 100% !important;
    height: auto !important;
  }
  .wysiwyg p {
    min-height: 15px;
    min-width: 10px;
    line-height: 1.6;
  }
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    color: #333;
    font-weight: bold;
    text-align: left;
  }
  .wysiwyg h1 {
    background-color: #dcdcdc;
    padding: 12px 24px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0.5em 0 1em;
  }
  .wysiwyg h2 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 12px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0.5em 0 1em;
  }
  .wysiwyg h3 {
    border-left: 6px solid #231815;
    padding: 5px 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0.5em 0 1em;
  }
  .wysiwyg h4 {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    font-size: 1.188rem;
    line-height: 1.6;
    margin: 0.5em 0 1em;
  }
  .wysiwyg h5 {
    border-bottom: 1px dashed #000;
    padding: 0 0 10px;
    font-size: 1.188rem;
    line-height: 1.6;
    margin: 0.5em 0 1em;
  }
  .wysiwyg h6 {
    background-color: #eee;
    border: 1px dotted #999;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0.5em 0 1em;
  }
  .wysiwyg ul {
    list-style-type: disc;
    line-height: 1.6;
    font-size: 0.875rem;
    margin: 0.5em 0 1em 2em;
  }
  .wysiwyg ol {
    list-style-type: decimal;
    line-height: 1.6;
    font-size: 0.875rem;
    margin: 0.5em 0 1em 2em;
  }
  .wysiwyg table {
    table-layout: fixed;
  }
  .wysiwyg table th,
  .wysiwyg table td {
    border: 1px solid #999;
    padding: 10px;
    font-size: 0.875rem;
    margin: 0.5em 0 1em;
  }
  /* リンク透明 */
  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;
  }
  /*---------------------------------------- 　　外部サービス ----------------------------------------*/
  /* 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;
  }
}
@media screen and (max-width: 1200px) {
  html {
    overflow: auto;
  }
  body {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form input[type=file] {
    display: inline-block;
    width: 100%;
    font-size: 3.8vw;
  }
  html {
    font-size: 62.5%;
  }
  body {
    overflow: hidden;
    font-size: 16px;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
  }
  .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;
  }
  .fix-list {
    display: none;
  }
  #pc-menu-open {
    display: none;
  }
  #g-nav {
    display: none;
  }
  .sp-header .h-logo img {
    height: 13vw;
    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;
  }
  .sp-header {
    height: 31.4009661836vw;
    background: linear-gradient(to right, #EFEEEA 38%, #E4E2DB 38%);
  }
  .sp-header .h-logo {
    position: absolute;
    top: 9.6618357488vw;
    left: 9.6618357488vw;
  }
  .sp-header .h-logo a img {
    width: 62.0555555556vw;
    height: auto;
  }
  nav#sp-global-nav .h-logo {
    background: #fff;
  }
  nav#sp-global-nav .h-logo img {
    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: 10% 0;
  }
  nav#sp-global-nav .open-link {
    width: 70%;
    margin: 0 auto 3%;
  }
  nav#sp-global-nav .list {
    margin: 3% 0 5%;
  }
  nav#sp-global-nav .list li a {
    color: #fff;
    line-height: 1.4;
    text-decoration: none;
    padding: 5%;
    display: block;
    border-bottom: 1px solid #fff;
  }
  nav#sp-global-nav .two-list {
    width: 96%;
    margin: 0 auto;
    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;
  }
  nav#sp-global-nav .two-list li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  nav#sp-global-nav .two-list li a {
    color: #fff;
    line-height: 1.4;
    text-decoration: none;
    padding: 9% 5%;
    display: block;
    line-height: 1.6;
  }
  nav#sp-global-nav .two-list-02 {
    width: 96%;
    margin: 0 auto;
    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;
  }
  nav#sp-global-nav .two-list-02 li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  nav#sp-global-nav .two-list-02 li a {
    color: #fff;
    line-height: 1.4;
    text-decoration: none;
    padding: 9% 5%;
    display: block;
    line-height: 1.6;
  }
  nav#sp-global-nav .open-close-02 {
    background: #222;
    text-align: center;
    padding: 5% 3%;
    margin: 10% 5% 20%;
    letter-spacing: 0.5vw;
  }
  nav#sp-global-nav .two-list-02 li:nth-child(2n+1):last-child {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav#sp-global-nav .two-list-02 li:nth-child(2n+1):last-child a {
    padding: 4.5% 2.5%;
  }
  nav#sp-global-nav .list-1 {
    width: 100%;
    margin: 0 auto 10%;
  }
  nav#sp-global-nav .list-1 li {
    border-bottom: 1px solid #fff;
    padding: 0% 5% 2.5%;
    margin-bottom: 5%;
  }
  nav#sp-global-nav .list-1 li a {
    color: #fff;
    display: block;
  }
  nav#sp-global-nav .list-1 .parent {
    font-size: 4vw;
    color: #fff;
  }
  nav#sp-global-nav .list-1 li.parent {
    margin-bottom: 2%;
  }
  nav#sp-global-nav .list-1 .child {
    font-size: 4vw;
  }
  nav#sp-global-nav .list-1 .child::before {
    content: "- ";
    padding-right: 1vw;
  }
  nav#sp-global-nav {
    background: #e3e3db;
  }
  nav#sp-global-nav .h-logo {
    background: #e3e3db;
    margin-top: 9.6618357488vw;
    margin-left: 9.6618357488vw;
  }
  nav#sp-global-nav .h-logo a img {
    width: 62.0555555556vw;
    height: auto;
  }
  nav#sp-global-nav .open-color-Box .flex-Box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 82.1256038647vw;
    margin: 0 auto;
  }
  nav#sp-global-nav .open-color-Box .flex-Box .open-link {
    width: 38.6473429952vw;
    margin: 0;
  }
  nav#sp-global-nav .open-color-Box .flex-Box .open-link a {
    display: block;
  }
  nav#sp-global-nav .open-color-Box .flex-Box .open-link a img {
    width: 100%;
  }
  nav#sp-global-nav .open-color-Box .list li a {
    padding: 4.8309178744vw 4.8309178744vw 4.8309178744vw 7.2463768116vw;
    font-size: 3.8647342995vw;
    color: #3C3C3C;
    line-height: 1;
  }
  nav#sp-global-nav .open-color-Box .list-1 {
    margin: 0 auto 8.4541062802vw;
  }
  nav#sp-global-nav .open-color-Box .list-1 .parent {
    padding: 0 4.8309178744vw 4.8309178744vw 7.2463768116vw;
    border-bottom: 1px solid #fff;
    margin-bottom: 6.038647343vw;
  }
  nav#sp-global-nav .open-color-Box .list-1 .parent img {
    height: 2.6884057971vw;
    width: auto;
  }
  nav#sp-global-nav .open-color-Box .list-1 .child {
    padding: 0;
    margin-bottom: 6.038647343vw;
    position: relative;
  }
  nav#sp-global-nav .open-color-Box .list-1 .child::before {
    content: none;
  }
  nav#sp-global-nav .open-color-Box .list-1 .child:after {
    content: ">";
    font-size: 3.8647342995vw;
    line-height: 1;
    color: #3c3c3c;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 6.5217391304vw;
  }
  nav#sp-global-nav .open-color-Box .list-1 .child a {
    padding: 0 4.8309178744vw 4.8309178744vw 7.2463768116vw;
    font-size: 3.8647342995vw;
    color: #3C3C3C;
    line-height: 1;
  }
  nav#sp-global-nav .open-color-Box .f-con-Box {
    width: 100%;
    padding: 0;
  }
  nav#sp-global-nav .open-color-Box .f-con-Box .parent {
    margin-bottom: 6.038647343vw;
    border-bottom: solid 1px #EFEEEA;
    padding-bottom: 4.8309178744vw;
    padding-left: 7.2463768116vw;
  }
  nav#sp-global-nav .open-color-Box .f-con-Box .parent img {
    height: 2.6884057971vw;
    width: auto;
  }
  nav#sp-global-nav .open-color-Box .f-con-Box .company-name {
    color: #3C3C3C;
    font-size: 3.6231884058vw;
    width: 100%;
    padding: 0 7.2463768116vw;
  }
  nav#sp-global-nav .open-color-Box .f-con-Box dl {
    width: 100%;
    margin-bottom: 10.6280193237vw;
    padding: 6.038647343vw 7.2463768116vw 0;
  }
  nav#sp-global-nav .open-color-Box .f-con-Box dl > div {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  nav#sp-global-nav .open-color-Box .f-con-Box dl > div dt {
    color: #3C3C3C;
    font-size: 2.8985507246vw;
    width: 24.154589372vw;
    letter-spacing: 0.4px;
  }
  nav#sp-global-nav .open-color-Box .f-con-Box dl > div dd {
    color: #3C3C3C;
    font-size: 2.8985507246vw;
    letter-spacing: 0.6px;
  }
  nav#sp-global-nav .open-color-Box .f-con-Box dl div + div {
    margin-top: 2.8985507246vw;
  }
  nav#sp-global-nav .open-color-Box .f-con-Box .sp-open-tel a {
    display: block;
    width: 91.7874396135vw;
    margin: 0 auto;
  }
  nav#sp-global-nav .open-color-Box .f-con-Box .sp-open-tel a img {
    width: 100%;
  }
  .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;
  }
  #end-contact {
    background: #eee;
    padding: 10% 5%;
  }
  #end-contact .end-contact-ttl {
    margin-bottom: 10%;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  #end-contact p {
    text-align: center;
    margin-bottom: 5%;
    font-size: 1.4rem;
  }
  #end-contact .tel {
    margin: 0 10% 10%;
  }
  #end-contact .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 5% 5%;
    text-align: center;
    display: block;
    background: #000;
  }
  #end-contact {
    background-color: #A1876D;
    padding: 22.9468599034vw 0 16.1835748792vw;
  }
  #end-contact .inner-Box {
    width: 91.7874396135vw;
    margin: 0 auto;
  }
  #end-contact .inner-Box h2 {
    width: 54.5579710145vw;
    margin: 0 auto 7.2463768116vw;
  }
  #end-contact .inner-Box h2 img {
    width: 100%;
  }
  #end-contact .inner-Box > P {
    text-align: center;
    font-size: 3.8647342995vw;
    line-height: 7.0048309179vw;
    letter-spacing: 0.8px;
    color: #fff;
  }
  #end-contact .inner-Box .job-list {
    font-family: "Work Sans", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 2.4154589372vw;
    line-height: 1;
  }
  #end-contact .inner-Box .end-bx {
    max-width: 242.0289855072vw;
    margin-top: 10.8695652174vw;
  }
  #end-contact .inner-Box .end-bx > div {
    margin-bottom: 9.6618357488vw;
  }
  #end-contact .inner-Box .end-bx > div .tel {
    margin: 0 0 10%;
  }
  #end-contact .inner-Box .end-bx > div .tel img {
    width: 99.7632850242vw;
  }
  #end-contact .inner-Box .end-bx > div .tel small {
    font-size: 2.8985507246vw;
    line-height: 1;
    color: #fff;
  }
  #end-contact .inner-Box .end-bx .btn a {
    display: block;
    background-color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 3.6231884058vw;
    padding: 4.1062801932vw 1.2077294686vw;
    width: 91.7874396135vw;
    border-radius: 5px;
    color: #3C3C3C;
  }
  .footer-top_text {
    background-color: #3C3C3C;
    padding: 14.4927536232vw 0 16.9082125604vw;
  }
  .footer-top_text .inner-Box {
    width: 86.9565217391vw;
    margin: 0 auto;
  }
  .footer-top_text .inner-Box > p {
    font-size: 2.8985507246vw;
    line-height: 4.5893719807vw;
    color: #666666;
    letter-spacing: 0.5px;
  }
  .sp-page-top a {
    text-align: center;
    display: block;
    padding: 5% 3%;
  }
  .sp-page-top a img {
    width: 10%;
    height: auto;
  }
  .sp-page-top {
    background: #E4E2DB;
  }
  .sp-page-top a {
    padding: 9.6618357488vw 0;
  }
  .sp-page-top a img {
    width: 16.9082125604vw;
    height: 16.9082125604vw;
  }
  footer {
    background: #ccc;
    line-height: 1.6;
    font-size: 3.8vw;
  }
  footer .f-link-Box .f-home-link {
    border-bottom: 1px solid #bebebe;
    padding: 10% 3%;
  }
  footer .f-link-Box li a {
    border: 1px solid #bebebe;
    border-width: 0 1px 1px 0;
    padding: 3%;
    display: block;
  }
  footer .f-con-Box {
    padding: 10% 3%;
  }
  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;
  }
  .copyright {
    font-size: 3.2vw;
    line-height: 1.6;
    padding: 10% 3% 25%;
    display: block;
  }
  footer {
    background-color: #E4E2DB;
    color: #3C3C3C;
    padding: 16.4251207729vw 0 14.4927536232vw;
  }
  footer .footer-Box {
    width: 91.7874396135vw;
    margin: 0 auto;
  }
  footer .footer-Box .flex-Box .f-logo {
    width: 64.4927536232vw;
  }
  footer .footer-Box .flex-Box .f-logo img {
    width: 100%;
  }
  footer .footer-Box .flex-Box .f-link-Box ul {
    width: 60.38647343vw;
  }
  footer .footer-Box .flex-Box .f-link-Box ul .parent {
    margin-bottom: 6.038647343vw;
  }
  footer .footer-Box .flex-Box .f-link-Box ul .parent img {
    height: 2.6884057971vw;
    width: auto;
  }
  footer .footer-Box .flex-Box .f-link-Box ul li {
    margin-bottom: 3.8647342995vw;
  }
  footer .footer-Box .flex-Box .f-link-Box ul li a {
    color: #3C3C3C;
    font-size: 3.6231884058vw;
    letter-spacing: 0.8px;
  }
  footer .footer-Box .flex-Box .f-link-Box .f-link-l {
    width: 52.4154589372vw;
  }
  footer .footer-Box .flex-Box .f-link-Box .f-link-r {
    width: 60.38647343vw;
  }
  footer .footer-Box .flex-Box .f-con-Box {
    width: 91.7874396135vw;
    padding: 0;
  }
  footer .footer-Box .flex-Box .f-con-Box .parent {
    margin-bottom: 6.038647343vw;
  }
  footer .footer-Box .flex-Box .f-con-Box .parent img {
    height: 2.6884057971vw;
    width: auto;
  }
  footer .footer-Box .flex-Box .f-con-Box .company-name {
    font-size: 3.6231884058vw;
    width: 98%;
    margin: 0 auto 3.6231884058vw;
  }
  footer .footer-Box .flex-Box .f-con-Box dl {
    width: 100%;
    margin-bottom: 9.4202898551vw;
    border-top: solid 1px #EFEEEA;
    padding-top: 4.8309178744vw;
  }
  footer .footer-Box .flex-Box .f-con-Box dl > div {
    display: flex;
    width: 98%;
    margin: 0 auto;
  }
  footer .footer-Box .flex-Box .f-con-Box dl > div dt {
    font-size: 2.8985507246vw;
    width: 26.5700483092vw;
    letter-spacing: 0.4px;
  }
  footer .footer-Box .flex-Box .f-con-Box dl > div dd {
    font-size: 2.8985507246vw;
    letter-spacing: 0.6px;
  }
  footer .footer-Box .flex-Box .f-con-Box dl div + div {
    margin-top: 2.8985507246vw;
  }
  footer .footer-Box .flex-Box .f-con-Box .tel-cmp {
    display: flex;
    align-items: flex-end;
  }
  footer .footer-Box .flex-Box .f-con-Box .tel-cmp span {
    display: block;
    width: 78.0748792271vw;
  }
  footer .footer-Box .flex-Box .f-con-Box .tel-cmp span img {
    width: 100%;
  }
  footer .footer-Box .flex-Box .f-con-Box .tel-cmp small {
    font-size: 2.8985507246vw;
    margin-left: 4.5893719807vw;
  }
  footer .footer-Box .flex-Box .f-con-Box .job-list {
    margin-top: 6.5217391304vw;
    font-size: 3.1400966184vw;
    line-height: 1;
    font-family: "Work Sans", sans-serif;
  }
  footer .footer-Box .flex-Box + .flex-Box {
    margin-left: auto;
    align-items: flex-start;
    width: 289.3719806763vw;
    margin-top: 15.7004830918vw;
  }
  footer .copyright {
    text-align: center;
    /* border-top: solid 1px #EFEEEA; */
    color: #3C3C3C;
    font-size: 2.6570048309vw;
    line-height: 4.347826087vw;
    padding: 0 0 12.077294686vw;
    margin-top: 13.2850241546vw;
    font-family: "Work Sans", sans-serif;
    letter-spacing: 0.5px;
  }
  /*
  .main-title{ width: 100%; background: #333; color: #fff; padding: 7% 0; text-align: center; margin-bottom: 4%; }
  .main-title .en { display: block; font-size: 3.2vw; margin-bottom: 4%; text-transform: uppercase;}
  .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;
  }
  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: ".";
  }
  /* wysiwyg */
  .wysiwyg {
    word-wrap: break-word;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .wysiwyg strong {
    font-weight: bolder;
  }
  .wysiwyg em {
    font-family: "ＭＳ ゴシック", sans-serif;
    font-style: italic;
  }
  .wysiwyg img {
    max-width: 100% !important;
    height: auto !important;
  }
  .wysiwyg p {
    min-height: 3vw;
    min-width: 3vw;
    line-height: 1.6;
  }
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    color: #333;
    font-weight: bold;
    text-align: left;
  }
  .wysiwyg h1 {
    background-color: #dcdcdc;
    padding: 3%;
    font-size: 4.2vw;
    line-height: 1.6;
    margin: 0.2vw 0 4.2vw;
  }
  .wysiwyg h2 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 3%;
    font-size: 4.2vw;
    line-height: 1.6;
    margin: 0.2vw 0 4.2vw;
  }
  .wysiwyg h3 {
    border-left: 4px solid #231815;
    padding: 3%;
    font-size: 4.2vw;
    line-height: 1.6;
    margin: 0.2vw 0 4.2vw;
  }
  .wysiwyg h4 {
    border-bottom: 1px solid #000;
    padding: 0 0 3%;
    font-size: 4vw;
    line-height: 1.6;
    margin: 0.2vw 0 4.2vw;
  }
  .wysiwyg h5 {
    border-bottom: 1px dashed #000;
    padding: 0 0 3%;
    font-size: 3.6vw;
    line-height: 1.6;
    margin: 0.2vw 0 4.2vw;
  }
  .wysiwyg h6 {
    background-color: #eee;
    border: 1px dotted #999;
    padding: 3%;
    font-size: 3.6vw;
    line-height: 1.6;
    margin: 0.2vw 0 4.2vw;
  }
  .wysiwyg ul {
    list-style-type: disc;
    line-height: 1.6;
    margin: 0.2vw 0 4.2vw 8vw;
  }
  .wysiwyg ol {
    list-style-type: decimal;
    line-height: 1.6;
    font-size: 3.6vw;
    margin: 0.2vw 0 4.2vw 8vw;
  }
  .wysiwyg table {
    width: 100% !important;
    table-layout: fixed;
  }
  .wysiwyg table th,
  .wysiwyg table td {
    border: 1px solid #999;
    padding: 3%;
    font-size: 3.6vw;
    margin: 0.2vw 0 4.2vw 8vw;
  }
  /* img-block */
  /* アンカーリンク調整 */
  .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);
  }
  /* リンク透明 */
  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;
  }
  /*---------------------------------------- 　　外部サービス ----------------------------------------*/
  /* 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;
  }
}
@media screen and (max-height: 450px) {
  /* 高さ450px以下の場合 andoroidのフォーム対策 ストーカーバナー用　*/
  .sp-fix-list {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */