@charset "utf-8";
/*
Theme Name: mh-tec SmartPack
Theme URI: https://mh-tec.co.jp/
Author: Mental Health Technologies Co.Ltd.
Author URI: https://mh-tec.co.jp/
Version: 2.0
*/

/*--------------------------------------------------------------
html
--------------------------------------------------------------*/

  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-height: 100vh;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/*--------------------------------------------------------------
body
--------------------------------------------------------------*/

  body {
      /*font-family: 'Cormorant SC','Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
      font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 15px;
      line-height: 165%;
      color: #222;
      margin: 0;
      letter-spacing: 0px;
      font-weight: 400;
      background-color: #fff;
  }
  body.home {
    background-color: #111;
  }

/*--------------------------------------------------------------
common
--------------------------------------------------------------*/

  * {box-sizing:border-box;}
  article,aside,footer,header,nav,section {
    display: block;
  }
  figcaption,figure,main,section {
    display: block;
  }
  hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #333;
    font-weight: 300;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    word-break: break-all;
  }
  a:active,a:hover {
    outline-width: 0;
    color: var(--main-color);
  }
  b,strong {
    font-weight: inherit;
    font-weight: 600;
  }
  small {
    font-size: 80%;
  }
  audio,video {
    display: inline-block;
  }
  img {
    border-style: none;
    max-width: 100%;
    height: auto;
  }
  button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,input {
    overflow: visible;
  }
  button,select {
    text-transform: none;
  }
  textarea {
    overflow: auto;
  }
  :root {
    --main-color: #111;
    --sub-color: #666;
  }
  .main-color {
    color: var(--main-color);
  }
  .sub-color {
    color: var(--sub-color);
  }

/*--------------------------------------------------------------
column
--------------------------------------------------------------*/

  .row {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-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;
  }

/*--------------------------------------------------------------
poster
--------------------------------------------------------------*/

  #poster-area {
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  #poster-area .poster-area-inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  #poster-area img.poster {
    width: 100%;
    max-width: initial;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }


    /*responsive*/
        @media (max-width: 767px) { /* xs */
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/

.home header {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  background-image: none;
  background-color: transparent;
}

header {
  position: relative;
  padding: 0px;
  margin: 0 auto;
  z-index: 3;
  text-align: center;
  background-color: #111;
}

header h1 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  line-height: 100%;
  padding: 20px 0 10px;
  z-index: 3;
  position: relative;
  color: #fff;
  font-size: 30px;
  text-align: left;
  letter-spacing: 4px;
}

header h1 a {
  display: block;
  max-width: 1170px;
  margin: 0 auto;
  color: #fff;
  font-family:  'Noto Serif JP', "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  text-decoration: none;
}

header h1 a:hover {
  color: #666!important;
  text-decoration: none!important;
}

header h1 a img {
  max-width: 100%;
}

/*追従設定*/
header {
top: 0;
left: 0;
width: 100%;
height: 105px;
z-index: 990;
}
header.is-fixed {
position: fixed;
}

    /*header responsive*/
        @media (max-width: 543px) { /* xs */
          header {
            height: 80px;
          }
          header h1 {
            padding: 30px 20px;
            font-size: 25px;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          header {
            height: 80px;
          }
          header h1 {
            padding: 30px 20px;
            font-size: 30px;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          header {
            height: 80px;
          }
          header h1 {
            padding: 30px 20px;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
          header {
            padding: 5px 30px;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/* ------------------------------------------------------------------------------------
  btn_type
------------------------------------------------------------------------------------ */

  a.btn_type01 {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 10px 15px;
    background: linear-gradient(to right, var(--main-color), var(--sub-color));
    border: 2px solid #fff;
    color: #fff!important;
    text-align: center;
    min-width: 250px;
    max-width: 100%;
    font-weight: 600;
    text-decoration: none!important;
    font-family: 'Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }
  a.btn_type01::after {
      font-family: 'Material Icons';
      font-weight: 300;
      content: "\e5cc";
      color: #fff;
      float: right;
  }

  a.btn_type01:hover {
    opacity: 0.5;
    text-decoration: none!important;
  }

  a.btn_red {
    background-color: #da0439;
    background: linear-gradient(to left, #ee7e77, #da0439);
  }

  a.btn_green {
    background-color: #00997f;
    background: linear-gradient(to left, #94d0c4, #00997f);
  }

  a.btn_blue {
    background-color: #00767f;
    background: linear-gradient(to left, #3eafcd, #00767f);
  }

  a.btn_purple {
    background-color: #731485;
    background: linear-gradient(to left, #b87fb5, #731485);
  }

  a.btn_pink {
    background-color: #ed4a89;
    background: linear-gradient(to left, #f789b3, #ed4a89);
  }

  a.btn_orange {
    background-color: #d56014;
    background: linear-gradient(to left, #f29847, #d56014);
  }

    /*btn_type responsive*/
        @media (max-width: 543px) { /* xs */
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/*--------------------------------------------------------------
information Zone
--------------------------------------------------------------*/


#information p {
  margin-bottom: 20px;
  box-sizing:border-box;
}
#information a.btn_type01 {
  float: right;
  font-size: 10px;
}
ul.info-list {margin-bottom: 20px;}
body.home ul.info-list .info_day {
  line-height: 100%;
}
ul.info-list .info_day {
  display: inline-block;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}
ul.info-list li {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#under-content ul.info-list li {
    text-shadow: none;

}

#under-content ul.info-list li a,
#under-content ul.info-list .info_day {
    color: #333!important;
}

ul.info-list li a {color: #333!important;font-weight: 500;}
ul.next_post_link {margin-bottom: 60px;padding-top: 15px;margin-top: 30px;border-top: 1px solid #999;}
ul.next_post_link li {display: inline-block;width: 49%;}
ul.next_post_link li.left {text-align: left;}
ul.next_post_link li.right {text-align: right;}
ul.next_post_link li a {color: var(--main-color);display: inline-block;width: auto;padding: 3px 10px;line-height: 100%;font-size: 13px;}
.none-info {text-align: center;width: 100%;font-size: 20px;font-weight: 500;border-bottom: 2px dashed #fff;border-top: 2px dashed #fff;display: block;width: 100%;padding: 10px;}
img.attachment-index_thumbnail {padding: 15px;margin: 0 auto;}
    /*#information responsive*/
        @media (max-width: 543px) { /* xs */
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/*--------------------------------------------------------------
footer Zone
--------------------------------------------------------------*/

  footer#footer {
    position: fixed;
    width: 100%;
    top: auto!important;
    bottom: 0!important;
  }

  body.home footer#footer {
    border-top: none;
  }

  body.home footer#footer .container {
    padding: 1vh 15px 2vh;
  }

  footer#footer .container {
    padding: 3vh 15px 2vh;
    font-size: 14px;
    line-height: 190%;
    color: #333;
  }

  footer#footer .container a {
    color: var(--main-color);
  }

  footer#footer .container h3 {
    position: relative;
    background: var(--main-color);
    line-height: 100%;
    padding: 10px 10px 10px 20px;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 30px;
  }

  footer#footer .container h3:before {
    content: "";
    background: #fff;
    width: 3.5px;
    height: 85%;
    position: absolute;
    left: 8px;
    top: 0;
  }

  footer#footer .container h3:first-child {
      margin-top: 0;
  }

  footer#footer .container h3 a.btn_info {
    float: right;
    background: #fff;
    color: var(--main-color)!important;
    text-decoration: none!important;
    line-height: 100%;
    padding: 5px 15px 5px 17px;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    margin-top: -3px;
    margin-right: 0px;
  }
  footer#footer .container h3 a.btn_info:hover {
    background-color: transparent;
    color: #fff!important;
  }

  footer#footer .container h4 {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px;
    color: #333;
    line-height: 155%;
  }

  footer#footer #footer-menu-left h3,
  footer#footer #footer-menu-right h3 {
    margin-bottom: 15px;
  }

  footer#footer p {
    line-height: 145%;
    font-size: 12.5px;
    margin-bottom: 15px;
    color: #333;
  }

  footer#footer p strong { 
    font-size: 15px;
    display: inline-block;margin-bottom: 5px;
  }

  footer#footer .textwidget {
      line-height: 145%;
  }

  footer#footer a {
      color: var(--main-color);
      text-decoration: underline;
  }

  footer#footer #footer-copyright .textwidget {
      margin-bottom: 0;

  }

  footer#footer .copy p {margin-bottom: 0;color: #fff;}
  footer#footer .copy {
      text-align: center;
      font-size: 9px;
      color: #fff;
      background-color: #111;
      font-weight: 300;
      padding: 10px 15px;
      font-family: 'Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }
      /*wrapper responsive*/
          @media (max-width: 543px) { /* xs */
            footer#footer {
              background-size: 250% auto;
            }
            footer#footer .container {padding: 5vh 15px 3vh;}
            footer#footer .textwidget {
              margin-bottom: 20px;
            }
          }
          @media screen and (min-width:544px) and (max-width:767px) { /* sm */
            footer#footer {
              background-size: 200% auto;
            }
            footer#footer .container {padding: 4vh 15px;}
          }
          @media screen and (min-width:768px) and (max-width:991px) { /* md */
            footer#footer .container {padding: 6vh 30px;}
          }
          @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
            footer#footer .container {padding: 6vh 30px;width: 980px;}
          }
          @media screen and (min-width:1200px) { /* xl */
            footer#footer .container {width: 980px;}
          }

/*--------------------------------------------------------------
side Zone
--------------------------------------------------------------*/

nav#menu {
  padding: 0;
  margin: 0 auto;
  z-index: 999;  
  position: relative;
  max-width: 1170px;
  margin-bottom: 20px;
}
nav {
    text-align: left;
    background: transparent;
}
.header-btn-language {
  font-family: 'Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  display: inline-block;
  line-height: 100%;
  background-color: #111;
  text-align: center;
  font-size: 15px;
  border: 1px solid #666;
  margin-top: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.header-btn-language a {
  padding: 14px 30px;
  display: block;
  color: #fff;
}
.home .header-btn-language {
  border: none;
  margin-top: 0;
}
.header-btn-language:hover {
  text-decoration: none;
  opacity: 0.7;
}

.home ul#menu-gnav {
  padding-top: 10px;
}

ul#menu-gnav {
  list-style: none;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 40px;
}
ul#menu-gnav > li {
    display: inline-block;
    line-height: 100%;
    text-align: center;
    box-sizing:border-box;
    vertical-align: middle;
    position: relative;
    border-right: 1px solid #fff;
}
ul#menu-gnav > li:last-child {
  border-right: none;
}
ul#menu-gnav > li a {
  color: #fff;
  display: block;
  text-align: center;
    font-weight: 400;
    display: block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    cursor: pointer;
    line-height: 120%;
    position: relative;
    vertical-align: middle;
    padding: 0px 1.5em;
    text-transform: uppercase;
}
ul#menu-gnav > li:first-child a {
  padding-left: 0;
}
ul#menu-gnav > li.update > a:before {
  display: inline-block;
  content: "New";
  background-color: red;
  line-height: 100%;
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  text-align: center;
}
ul#menu-gnav > li.menu_2line a {
  padding: 8px 0;
}
ul#menu-gnav > li li a {text-shadow: none;}

ul#menu-gnav > li.menu-item-has-children > a {pointer-events:none;}

ul#menu-gnav > li.menu-item-has-children > a:after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e5cf";
    margin-left: 5px;
}
ul#menu-gnav > li > a:before {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 3px;
}

ul#menu-gnav > li a:hover {
  text-decoration: none!important;
  opacity: 0.6;
}

ul#menu-gnav > li ul {
  z-index: 9999;
  position: absolute;
  top: 40px;
  left: -5px;
  list-style: none;
  text-align: left;
  display: none;
  width: 190px;
}
ul#menu-gnav > li:hover ul {
  display: block;
}

ul#menu-gnav > li ul a {
  margin: 0;
  box-shadow: none;
  font-weight: normal;
  text-align: left;
  color: #333;
  width: 100%;
  display: block;
  padding-left: 15px!important;
}
ul#menu-gnav > li ul a:before {display: none;}


ul#menu-gnav > li ul li {
  overflow: hidden;
  font-size: 13.5px;
  width: 100%;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
  margin: 0;
  position: relative;
  background-color: rgba(255,255,255,1);
  border-bottom: 1px solid #ddd;
}

ul#menu-gnav > li ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--main-color);
}

ul#menu-gnav > li:hover ul li{
  overflow: visible;
  padding: 0;
  height: auto;
  font-weight: normal!important;
}

.pure-drawer ul {background: #fff!important;}
.pure-drawer #global-menu {float: none;display: block;}
.pure-drawer {width: 80%!important;max-width: 300px;}
.pure-drawer a {
  font-weight: 400;
  padding: 10px 15px;
  border-bottom: 1px solid var(--main-color);
  display: block;
  color: #473832;
  text-align: left;
}
.pure-drawer a br {display: none;}
.pure-drawer h2 {
  width: 100%;
  padding: 15px;
  font-size: 30px;
  line-height: 45px;
  background-color: var(--main-color);
  color: #fff;
}
.pure-drawer li.menu-item-has-children > a:after {
    font-family: 'Material Icons';
    font-weight: 600;
    content: "\e5cf";
    margin-left: 5px;
}
.pure-drawer ul li a:hover {text-decoration: none!important;opacity:0.7}
.pure-drawer li.menu-item-has-children > a {border-bottom: none;pointer-events: none;}
.pure-drawer .sub-menu {border-bottom: 1px solid var(--main-color);}
.pure-drawer .sub-menu li {margin-left: 25px;}
.pure-drawer .sub-menu li:first-child a {padding-top: 5px;}
.pure-drawer .sub-menu li a {border-bottom: 1px dotted var(--main-color);}
.pure-drawer .sub-menu li:last-child a {border-bottom:none}

.pure-drawer ul#menu-gnav li {display: block;width: 100%;padding: 5px 15px;}
.pure-drawer ul#menu-gnav li a:after {
    content: "";
}

.pure-drawer ul#menu-gnav a {padding-right: 0;}
.pure-drawer ul#menu-gnav {margin-top: 0;margin-right: 10px;}

    /*navi responsive*/
        @media (max-width: 543px) { /* xs */
          .nav #menu > #global-menu {display: none;}
          .header-btn-language {
            margin-top: 0;
            right: 70px;
            top: -65px;
          }
          .home .header-btn-language {
            top: -9px;
          }
          .index_nav {height: auto!important;}
          .pure-drawer ul#menu-gnav {margin-right: 5px;margin-left: 30px;}
          .pure-drawer ul#menu-gnav li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-gnav li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          .nav #menu > #global-menu {display: none;}
          .header-btn-language {
            margin-top: 0;
            right: 80px;
            top: -70px;
          }
          .home .header-btn-language {
            top: -9px;
          }
          .pure-drawer ul#menu-gnav li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-gnav li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:768px) and (max-width:990px) { /* md */
          .nav #menu > #global-menu {display: none;}
          .header-btn-language {
            margin-top: 0;
            right: 105px;
            top: -65px;
          }
          .home .header-btn-language {
            top: -5px;
          }
          .pure-drawer ul#menu-gnav li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-gnav li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:991px) and (max-width:1199px) { /* lg */
          li.top_sp {display: none!important;}
          ul#menu-gnav > li ul a {
            min-width: 180px;
            padding: 10px 5px;
          }
          ul#menu-gnav a {font-size: 15px;}
        }
        @media screen and (min-width:1200px) and (max-width:1679px){
          li.top_sp {display: none!important;}
        }
        @media screen and (min-width:1680px) { /* xl */
          ul#menu-gnav,
          nav#menu {
            max-width: 95%;
          }
        }


.home ul#menu-gnav_en {
  padding-top: 10px;
}


ul#menu-gnav_en {
  list-style: none;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 40px;
}
ul#menu-gnav_en > li {
    display: inline-block;
    line-height: 100%;
    text-align: center;
    box-sizing:border-box;
    vertical-align: middle;
    position: relative;
    border-right: 1px solid #fff;
}
ul#menu-gnav_en > li:last-child {
  border-right: none;
}
ul#menu-gnav_en > li a {
  color: #fff;
  display: block;
  text-align: center;
    font-weight: 400;
    display: block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    cursor: pointer;
    line-height: 120%;
    position: relative;
    vertical-align: middle;
    padding: 0px 1.5em;
    text-transform: uppercase;
}
ul#menu-gnav_en > li:first-child a {
  padding-left: 0;
}
ul#menu-gnav_en > li.update > a:before {
  display: inline-block;
  content: "New";
  background-color: red;
  line-height: 100%;
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  text-align: center;
}
ul#menu-gnav_en > li.menu_2line a {
  padding: 8px 0;
}
ul#menu-gnav_en > li li a {text-shadow: none;}

ul#menu-gnav_en > li.menu-item-has-children > a {pointer-events:none;}

ul#menu-gnav_en > li.menu-item-has-children > a:after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e5cf";
    margin-left: 5px;
}
ul#menu-gnav_en > li > a:before {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 3px;
}

ul#menu-gnav_en > li a:hover {
  text-decoration: none!important;
  opacity: 0.6;
}

ul#menu-gnav_en > li ul {
  z-index: 9999;
  position: absolute;
  top: 40px;
  left: -5px;
  list-style: none;
  text-align: left;
  display: none;
  width: 190px;
}
ul#menu-gnav_en > li:hover ul {
  display: block;
}

ul#menu-gnav_en > li ul a {
  margin: 0;
  box-shadow: none;
  font-weight: normal;
  text-align: left;
  color: #333;
  width: 100%;
  display: block;
  padding-left: 15px!important;
}
ul#menu-gnav_en > li ul a:before {display: none;}


ul#menu-gnav_en > li ul li {
  overflow: hidden;
  font-size: 13.5px;
  width: 100%;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
  margin: 0;
  position: relative;
  background-color: rgba(255,255,255,1);
  border-bottom: 1px solid #ddd;
}

ul#menu-gnav_en > li ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--main-color);
}

ul#menu-gnav_en > li:hover ul li{
  overflow: visible;
  padding: 0;
  height: auto;
  font-weight: normal!important;
}

.pure-drawer ul {background: transparent!important;}
.pure-drawer #global-menu {float: none;display: block;}
.pure-drawer {
  width: 100%!important;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.8)!important;
}
.pure-drawer a {
  font-weight: 600;
  padding: 15px 15px;
  border-bottom: 1px solid var(--main-color);
  display: block;
  color: #111;
  text-align: left;
}
.pure-drawer a br {display: none;}
.pure-drawer h2 {
  width: 100%;
  padding: 15px;
  font-size: 30px;
  line-height: 45px;
  background-color: var(--main-color);
  color: #fff;
}
.pure-drawer li.menu-item-has-children > a:after {
    font-family: 'Material Icons';
    font-weight: 600;
    content: "\e5cf";
    margin-left: 5px;
}
.pure-drawer ul li a:hover {text-decoration: none!important;opacity:0.7}
.pure-drawer li.menu-item-has-children > a {border-bottom: none;pointer-events: none;}
.pure-drawer .sub-menu {border-bottom: 1px solid var(--main-color);}
.pure-drawer .sub-menu li {margin-left: 25px;}
.pure-drawer .sub-menu li:first-child a {padding-top: 5px;}
.pure-drawer .sub-menu li a {border-bottom: 1px dotted var(--main-color);}
.pure-drawer .sub-menu li:last-child a {border-bottom:none}

.pure-drawer ul#menu-gnav_en li {display: block;width: 100%;padding: 5px 15px;}
.pure-drawer ul#menu-gnav_en li a:after {
    content: "";
}

.pure-drawer ul#menu-gnav_en a {padding-right: 0;}
.pure-drawer ul#menu-gnav_en {margin-top: 0;margin-right: 10px;}

    /*navi responsive*/
        @media (max-width: 543px) { /* xs */
          .nav #menu > #global-menu {display: none;}
          .header-btn-language {
            margin-top: 0;
            right: 70px;
            top: -65px;
          }
          .home .header-btn-language {
            top: -9px;
          }
          .index_nav {height: auto!important;}
          .pure-drawer ul#menu-gnav_en {margin-right: 5px;margin-left: 30px;}
          .pure-drawer ul#menu-gnav_en li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-gnav_en li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          .nav #menu > #global-menu {display: none;}
          .header-btn-language {
            margin-top: 0;
            right: 80px;
            top: -70px;
          }
          .home .header-btn-language {
            top: -9px;
          }
          .pure-drawer ul#menu-gnav_en li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-gnav_en li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:768px) and (max-width:990px) { /* md */
          .nav #menu > #global-menu {display: none;}
          .header-btn-language {
            margin-top: 0;
            right: 105px;
            top: -65px;
          }
          .home .header-btn-language {
            top: -5px;
          }
          .pure-drawer ul#menu-gnav_en li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-gnav_en li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:991px) and (max-width:1199px) { /* lg */
          li.top_sp {display: none!important;}
          ul#menu-gnav_en > li ul a {
            min-width: 180px;
            padding: 10px 5px;
          }
          ul#menu-gnav_en a {font-size: 15px;}
        }
        @media screen and (min-width:1200px) and (max-width:1679px){
          li.top_sp {display: none!important;}
        }
        @media screen and (min-width:1680px) { /* xl */
          ul#menu-gnav_en,
          nav#menu {
            max-width: 95%;
          }
        }


/* ------------------------------------------------------------------------------------
  .pure-toggle-label
------------------------------------------------------------------------------------ */

  .pure-toggle-label {
    border: 1px solid #666!important;
    background-color: var(--main-color)!important;
  }
  .pure-toggle-label .pure-toggle-icon {
    transform: translate3d(-50%, 0px, 0)!important;
    -webkit-transform: translate3d(-50%, 0px, 0)!important;
  }
  .pure-toggle-label .pure-toggle-icon,
  .pure-toggle-label .pure-toggle-icon::before,
  .pure-toggle-label .pure-toggle-icon::after {
    border-radius: 0px!important;
    background: #999!important;
    height: 2px!important;
  }
  .pure-toggle[data-toggle="left"]:checked ~ .pure-toggle-label[data-toggle-label="left"] .pure-toggle-icon,
  .pure-toggle[data-toggle="right"]:checked ~ .pure-toggle-label[data-toggle-label="right"] .pure-toggle-icon,
  .pure-toggle[data-toggle="top"]:checked ~ .pure-toggle-label[data-toggle-label="top"] .pure-toggle-icon {
    background: transparent!important;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
          .pure-toggle-label {
            top: 20px!important;
            right: 4%!important;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
          .pure-toggle-label {
            top: 25px!important;
            right: 5%!important;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
          .pure-toggle-label {
            top: 35px!important;
            right: 5%!important;
          }
        }



/*--------------------------------------------------------------
Page-top Zone
--------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 77%;
    margin-bottom: 0!important
}
#page-top a {
    text-decoration: none!important;
    color: #fff!important;
    padding: 6px 6px;
    text-align: center;
    display: block;
    font-weight: 400;
    text-shadow: none!important;
}
#page-top a i {display: block;font-size: 15px;}
#page-top a:hover {
    opacity: 0.6;
}
/*--------------------------------------------------------------
Responsive Free Zone
--------------------------------------------------------------*/
.content-area {
    padding: 10px;
}
.top-3pr {
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .content-area {
    padding: 10px;
}
.top-3pr {
  max-width: 100%;
  margin-bottom: 20px;
  margin: 0px 5px;
}
}
@media (min-width: 992px) {
  .content-area {
    padding: 10px;
}
.top-3pr {
  max-width: 100%;
  margin-bottom: 20px;
  margin: 0px 5px;
}
}
@media (min-width: 1200px) {
  .content-area {
    padding: 10px;
}
}


/*--------------------------------------------------------------
#under-content
--------------------------------------------------------------*/

  #under-content {
    position: relative;
    padding: 3vh 15px;
    margin-bottom: 0px;
    box-sizing: border-box;
    background-color: #fff;
    font-family: 'Noto Serif JP', "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 400;
  }

/*--------------------------------------------------------------
#under-content .container
--------------------------------------------------------------*/

  #under-content .container {
    max-width: 950px;
    padding: 30px;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
          #under-content .container {
            max-width: 90%;
            padding: 20px;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
          #under-content .container {
            max-width: 85%;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
          #under-content .container {
            min-height: 300px;
          }
        }


/*--------------------------------------------------------------
#under-kv h1
--------------------------------------------------------------*/

#under-kv {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 7vh 30px;
  text-align: center;
}

#under-kv h1 {
  font-family: 'Noto Serif JP', "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: 27px;
  line-height: 145%;
  font-weight: 400;
  text-shadow: 1px 0px 3px #333, -1px 0px 3px #333, 0px 1px 5px #333, 0px -1px 5px #333;
  letter-spacing: 5px;
}


  /*wrapper responsive*/
        @media (max-width: 543px) { /* xs */
          #under-kv {
            padding: 4vh 30px;
            margin-top: 80px;
          }
          #under-kv h1 {
            font-size: 20px;
            letter-spacing: 1px;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          #under-kv {
            padding: 4vh 30px;
            margin-top: 80px;
          }
          #under-kv h1 {
            font-size: 23px;
            letter-spacing: 1px;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          #under-kv {
            margin-top: 80px;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
          #under-kv {
            margin-top: 100px;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
          #under-kv {
            margin-top: 100px;
          }
        }

/*--------------------------------------------------------------
#under-content h
--------------------------------------------------------------*/

#under-content h2 {
  font-family: 'Cormorant SC','Noto Serif JP', "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 22px;
  position: relative;
  padding: 10px 0px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 1.5px;
  z-index: 1;
}
#under-content h2::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ddd;
    z-index: 2;
}
#under-content h2::after {
    content: "";
    width: 85%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #666;
    z-index: 3;
}

#under-content h3 {
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding: 2px 15px 8px 16px;
    margin-bottom: 15px;
    line-height: 100%;
    letter-spacing: 1.5px;
    display: block;
    text-align: left;
    box-sizing: border-box;
    font-weight: 500;
}
#under-content h3:before {
  content: "";
  width: 3px;
  height: 95%;
  position: absolute;
  left: 0;
  bottom: 3px;
  background-color: #222;
}
#under-content h4 {
  font-weight: 400;
  font-size: 17px;
  background-color: #f7f7f7;
  padding: 5px 15px;
  margin-bottom: 15px;
  line-height: 130%;
  position: relative;
  border-radius: 3px;
}

#under-content h4 i {
  color: var(--main-color);
}

#under-content h5 {
  font-weight: 400;
  font-size: 17px;
  margin-left: 0;
  padding: 0;
  margin-bottom: 15px;
  text-indent: -1em;
  padding-left: .5em;
}
#under-content h5:before {content: "【";margin-right: 0.5em;}
#under-content h5:after {content: "】";margin-left: 0.5em;}
#under-content h5:before,#under-content h5:after {
  color: var(--main-color);
}

#under-content h6 {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
#under-content h6:before {content: "●";font-size: 10pt;margin-right: 0.5em;color: var(--main-color);}

    /*responsive*/
        @media (max-width: 767px) { /* xs */
          #under-content h1 {
            font-size: 21px;
            padding-bottom: 5px;
            margin-bottom: 30px;
          }
          #under-content h1:after {
            padding-bottom: -15px;
          }
          #under-content h2 {font-size: 18px;}
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/* ------------------------------------------------------------------------------------
　下層 リスト
------------------------------------------------------------------------------------ */

  /*ul　通常*/

  #under-content ul.dot {
    padding:0 0 0 0em;
    margin:0 0 20px;
    list-style: none;
  }
  #under-content ul.dot > li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  } 
  #under-content ul.dot > li:before { 
    content: "・";
    color: #5b528b;
    margin-right: 0.5em;
  }

  /*ul　アスタリスク*/

  #under-content ul.asterisk_list {
    padding:0 0 0 0.5em;
    margin:0 0 20px;
    list-style: none;
  }
  #under-content ul.asterisk_list > li {text-indent: -1em;padding-left: 1em;} 
  #under-content ul.asterisk_list > li:before { content: "※";}


  /*ul　矢印*/

  #under-content ul.ul_arrow {
    padding:0 0 0 1.5em;
    margin:0 0 20px;
    list-style: none;
  }
  #under-content ul.ul_arrow > li {text-indent: -1.5em;padding-left: 1em;margin-bottom: 15px;} 
  #under-content ul.ul_arrow > li:before {
      font-family: 'Material Icons';
      font-weight: 300;
      content: "\e5cc";
      color: #2c3970;
      margin-right: 0.5em;
  }


  /*OL*/

  #under-content ol {
    padding:0 0 0 2.5em;
    margin:0 0 20px;
  }
   
  #under-content ol > li{
    list-style-type:none;
    list-style-position:inside;
    counter-increment: cnt2;
    text-indent: -1.7em;
    margin-bottom: 10px;
  }

  #under-content ol > li:before{
    display: marker;
    content: counter(cnt2) "．";
  }


/*--------------------------------------------------------------
#under-content other
--------------------------------------------------------------*/

  #under-content section {margin-bottom: 50px;}
  #under-content article {margin-bottom: 35px;}
  #under-content p {margin-bottom: 15px;line-height: 180%;text-align: left;text-align: justify;text-justify: inter-ideograph;/*ジャスティファイ*/}
  #under-content p a {text-decoration: underline;}
  #under-content .asterisk { display: inline-block;padding-left: 1em;text-indent: -1em; }
  #under-content .asterisk:before { content: "※"; }
  #under-content .red {color: #c6000b;}
  #under-content .wp-caption-text {text-align: center;}
  #under-content img {max-width: 100%;width: auto;}
  #under-content span.marker {background: linear-gradient(transparent 40%, #e7ff64 40%);padding: 0 5px;}
  #under-content .attention {
    box-sizing: border-box;
    padding:  25px;
    border: 1px dotted #ff0000;
    text-align: center;
    border-radius: 5px;
  }
  #under-content .attention table {
    width: auto;
    display: inline-block;
  }
  #under-content .attention table td {
    font-size: 18px;
    font-weight: 600;
  }
  #under-content ol {
    padding:0 0 0 2em;
    margin:0;
  }
  
  #under-content p a {
    color: var(--main-color);
    text-decoration: underline;
  }

  #under-content p a.blank:after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e89e";
    margin: 0px 5px;
  }

  #under-content sup,
  #under-content sub {
    font-size: 60%;
  }
  #under-content sub {
    top: 0.6em;
  }
  #under-content sup {
    bottom: 0.6em;
  }

  #under-content hr {
    border: none;
    height: 1px;
    white-space: 100%;
    background-color: #ddd;
    padding: 0;
    margin: 15px 0;
  }

  #under-content .red {
    color: red;
  }
  #under-content del {
  background-image: linear-gradient(#fe3464, #fe3464);
  background-position: 0 50%;
  background-size: 100% 1px;
  background-repeat: repeat-x;
  margin: 0 0.4em;
  text-decoration: none;
  }

  #under-content .wp-caption {text-align: center;margin: 0 auto;}

  #under-content .so-panel p:last-of-type {
    margin-bottom: 0;
  }

    /*wrapper responsive*/
        @media (max-width: 543px) { /* xs */
          #under-content {padding: 3vh 0px;}
          #under-content .attention {padding: 15px;}
          #under-content .attention table td {font-size: 14px;}
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          #under-content {padding: 5vh 15px;}
          #under-content .attention table td {font-size: 16px;}
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/* ------------------------------------------------------------------------------------
 mailform
------------------------------------------------------------------------------------ */

/*#section#mailform*/
  section#mailform {max-width: 980px;margin: 0 15px;}
  section#mailform dl {}
  section#mailform dt label {padding: 2px 10px;width: 100%;display: inline-block;border-left: 4px solid var(--main-color);font-weight: normal;border-bottom: 1px solid #ddd;margin-bottom: 15px;font-weight: 600;font-size: 16px;}
  section#mailform dt {padding: 5px 10px ;vertical-align: top;}
  section#mailform dd {padding: 0px 10px 20px;vertical-align: top;}
  section#mailform dd.privacy_policy {padding: 10px;}
  section#mailform dd.privacy_policy p {
    padding: 15px;
    border: 1px solid rgb(171, 171, 171);
    box-sizing:border-box;
    height: 100px;
    overflow-y: scroll;
    overflow-x: none;
    background-color: #fff;
  }

  span.xs {color: #ff0000;font-size: 12px;display: inline-block;margin-left: 10px;}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid rgb(171, 171, 171);
  border-radius: 0px;
  padding: 7px 10px;
  width: 100%;
  background-color: #fff;
}

input[type="submit"], button.btn-check, button.btn-send, button.btn-back {
  color: #ffffff;
  /* text-shadow: 0px 0px 4px #fff; */
  font-weight: 600;
  letter-spacing: 0.2em;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: none!important;
  cursor: pointer;
  margin-bottom: 15px;
}

input[type="submit"]:hover {
  color: var(--main-color); 
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #222;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: .2em;
  border: 2px solid #222;
}

input::-webkit-input-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input[type="checkbox"] {
  float: left;
  display: inline-block;
  width: 25px;
}

input[type="radio"] {
  width: 20px;
}

ul#menu-gnav p {
    font-weight: 500;
    display: block;
    color: #666;
    font-size: 18px;
    line-height: 120%;
    position: relative;
    vertical-align: middle;
}

ul#menu-gnav_en p {
    font-weight: 500;
    display: block;
    color: #666;
    font-size: 18px;
    line-height: 120%;
    position: relative;
    vertical-align: middle;
}

.events_none { pointer-events: none; } /* aタグ無効 */

/*--------------------------------------------------------------
table 
--------------------------------------------------------------*/

table.tablepress {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
table.tablepress tr:nth-child(even) { background-color: #f1f1f1;/* 偶数番目の指定*/}


table.tablepress td {
  border-top: 1px solid #999;
  padding: 5px 10px;
}
table.tablepress th:nth-child(1), table.tablepress td:nth-child(1) {border-left: none;}
table.tablepress th {
  padding: 5px 10px;
  font-size:14px;
  background-color: #888!important;
  text-align: center;
  font-weight: 500!important;
  color: #fff;
  vertical-align: top;
  min-width: 4em;
}
table.tablepress td {font-size:14px;}
table.tablepress tbody strong {font-weight: 500;display: block;text-align: right;min-width: 4em;}
table.tablepress tbody strong:after {content: ":";}
table.tablepress .time {font-size:12px;text-align: center;vertical-align: middle;white-space: nowrap; }
table.tablepress .fa-chevron-right {font-size: 10px;}
table.tablepress .fa-file-pdf-o {margin-right: 5px;}
table.tablepress a {color: #afa02e;font-size: 95%;}


/*--------------------------------------------------------------
page link
--------------------------------------------------------------*/

#under-content ul.page_link {
  width: 100%;
  margin: 0 auto 0px;
  padding: 0;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
  border-top: 3px solid #e9fbff;
  border-bottom: 3px solid #e9fbff;
}
#under-content ul.page_link > li {
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 7px 15px 7px 7px;
  border-right: 1px dotted;
  line-height: 130%;
  font-size: 14.5px;
  vertical-align: middle;
  margin-bottom: 10px;
  min-height: 41px;
  text-indent: 0;
  position: relative;
  letter-spacing: 0;

}
#under-content ul.page_link > li a {
    text-decoration: none;
}
#under-content ul.page_link > li::before {
    display: none;
}
#under-content ul.page_link > li::after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e5cf";
    
    position: absolute;
    right: 8px;
    /*top: 0;*/
    top: 50%; /* ADD */
    /*bottom: 0;*/
    margin: auto;
    transform: translateY(-50%); /* ADD */

}

    /*page_link responsive*/
        @media (max-width: 543px) { /* xs */
            #under-content ul.page_link > li {
                width: 49%;
            }          
            #under-content ul.page_link > li:nth-child(2n) {
                border-right: none;
            }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
            #under-content ul.page_link > li {
                width: 49%;
            }
            #under-content ul.page_link > li:nth-child(2n) {
                border-right: none;
            }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
            #under-content ul.page_link > li {
                width: 32%;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
            #under-content ul.page_link > li {
                width: 32%;
                min-height: 35px;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }
        @media screen and (min-width:1200px) { /* xl */
            #under-content ul.page_link > li {
                width: 32%;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }

/* ------------------------------------------------------------------------------------
.single
------------------------------------------------------------------------------------ */

.single h1 .day {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0;
  line-height: 100%;
}

/* ------------------------------------------------------------------------------------
#top-video-area
------------------------------------------------------------------------------------ */

  #top-video-area {
    overflow: hidden;
    text-align: center;
  }

  #top-video-area video {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
  }

  #top-video-area .title-logo {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Cormorant SC','Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 5px;
    font-weight: 300;

    position: absolute;
    left: 0;
    right: 0;
    /*top: 0;*/
    top: 50%; /* ADD */
    /*bottom: 0;*/
    margin: auto;
    transform: translateY(-50%); /* ADD */
  }

  #top-video-area .title-logo span {
    display: block;
    font-size: 150%;
    border-bottom: 1px solid #fff;
    font-family:  'Noto Serif JP', "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding-bottom: 15px;
    margin-bottom: 5px;
    letter-spacing: 8px;
  }

/*responsive*/
@media (max-width: 767px) { /* xs */
  #top-video-area {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  #top-video-area video {
    position: absolute;
    left: -100%;
    /* top: 0; */
    top: 50%;
    /* bottom: 0; */
    margin: auto;
    transform: translateY(-50%);
    min-width: 320%;
    min-height: 320%;
  }
  #top-video-area .title-logo {
    font-size: 28px;
    letter-spacing: 3px;
    max-width: 90%;
  }
  #top-video-area .title-logo span {
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 520px) { /* logo2023/0117 */
  #top-video-area .title-logo {
    font-size: 18px;
  }
}
@media screen and (min-width:767px) and (max-width:1199px) { /* lg */
  #top-video-area {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  #top-video-area video {
    position: absolute;
    left: -50%;
    /*top: 0;*/
    top: 50%; /* ADD */
    /*bottom: 0;*/
    margin: auto;
    transform: translateY(-50%); /* ADD */
    min-width: 200%;
    min-height: 200%;
  }
  #top-video-area .title-logo {
    font-size: 40px;
    letter-spacing: 3px;
    max-width: 65%;
  }
}
@media screen and (min-width:1200px) { /* xl */
}

/* ------------------------------------------------------------------------------------
 mailform
------------------------------------------------------------------------------------ */

section#mailform {
  text-align: center;
}
table.table_form {
  margin: 0 auto 15px;
}
table.table_form,
table.table_form tr,
table.table_form td,
table.table_form th {
  border: none;
  padding: 10px;
  font-size: 15px;
  vertical-align: top;
  text-align: left;
}
table.table_form th { white-space: nowrap; line-height: 100%;width: 30%;}
table.table_form td { padding: 5px; }
table.table_form th label {float: left;}
table.table_form th span.required {
  background-color: #222;
  color: #fff;
  line-height: 100%;
  display: inline-block;
  padding: 5px 8px;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  float: right;
  margin-left: 10px;
  font-family: 'Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
table.table_form td.privacy_policy {padding: 10px;}
table.table_form td.privacy_policy p {
  padding: 15px;
  border: 1px solid rgb(171, 171, 171);
  box-sizing:border-box;
  height: 100px;
  overflow-y: scroll;
  overflow-x: none;
  background-color: #fff;
  text-align: left;
}
table.table_form input.form_name,
table.table_form input.form_namekana,
table.table_form input.form_mail,
table.table_form textarea.form_contents {
  width: 100%;
}
table.table_form input,
table.table_form select,
table.table_form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid rgb(171, 171, 171);
  border-radius: 0px;
  padding: 5px 8px;
  width: 100%;
  background-color: #fff;
}
table.table_form input[type=checkbox] ,
table.table_form input[type=radio] {width: auto;}

button.form_btn-check,
button.form_btn-send,
button.form_btn-back {
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  padding: 15px 20px;
  min-width: 200px;
  margin: 5px auto;
  width: 60%;
  max-width: 100%;
  cursor: pointer;
  font-family: 'Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

button.form_btn-back {
  background-color: #666;
  border: 1px solid #666;
}

button.form_btn-check,
button.form_btn-send {
  background-color: #222;
  border: 1px solid #222;
}
button.form_btn-back:after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e5cb";
    color: #fff;
    float: left;
}
button.form_btn-check:after,
button.form_btn-send:after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e5cc";
    color: #fff;
    float: right;
}

button.form_btn-back:hover,
button.form_btn-check:hover,
button.form_btn-send:hover {
  color: #333;
  background-color: #fff;
}

    /*mailform responsive*/
        @media (max-width: 543px) { /* xs */
            table.table_form td,
            table.table_form th {
              display: block;
              width: 100%;
            }
            table.table_form th label {float: none;}
            table.table_form th span.required {float: none;}
            table.table_form td input.form_tel {width: 28%;}
            table.table_form td {margin-bottom: 15px;}
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
            table.table_form td,
            table.table_form th {
              display: block;
              width: 100%;
            }
            table.table_form th label {float: none;}
            table.table_form th span.required {float: none;}
            table.table_form td input.form_tel {width: 25%;}
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

.footer-policy {
	position: absolute;
	right: 10%;
	top: 0;
	color: #fff !important;
	display: block;
	top: 10px;
	line-height: 18px;
	text-decoration: none !important;
	font-family: 'Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 12.5px;
}
@media screen and (max-width: 399px){
footer#footer .copy p {
    text-align: left;
}
}

#under-content {
  min-height: 100vh;
}