@charset "utf-8";

/*
Theme Name: 中部負荷試験サービス株式会社公式ホームページ
Theme URI: https://www.cls.nagoya/
Author: 中部負荷試験サービス株式会社 ホームページ製作チーム
Author URI: https://www.cls.nagoya/
Description: 自分達で作成する事で、自分達の良さを最大限にアピールする
Version: 1.7
Tags: 企業向け,コーポレート,シンプル,レスポンシブ
Text Domain: 中部負荷試験サービス株式会社公式ホームページ
*/

/*cssのリセット*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

@media screen and (min-width: 480px) {
  nav ul {
    list-style: none;
    position: relative;
    top: 0px;
    z-index: 0;
  }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
  nav ul {
    list-style: none;
    position: relative;
    top: 0px;
    z-index: 0;
  }
}

@media screen and (min-width: 1024px) {
  nav ul {
    list-style: none;
    /* position: relative;
    top: 50px; */
    z-index: 0;
  }
}


@media screen and (min-width: 480px) {
  ul#menu-cat {
    position: relative;
    top: 0px;
    left: 0px;
  }
}

/* @media screen and (min-width: 768px) and (max-width:1024px) {
  ul#menu-cat {
    position: relative;
    top: 75px;
    left: -660px;
  }
} */

/* @media screen and (min-width: 1024px) {
  ul#menu-cat {
    position: relative;
    top: 75px;
    left: -730px;
  }
} */

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
}

body {
  /*フォントの指定*/
  /* font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* background:#118B42 url(images/Home.png) repeat-x left top; */
  background-position-x: left;
  background-position-y: top;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #eee;
  /* background-size: cover; */
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
  /*行間の指定*/
  /* line-height: 1.4; */
  line-height:1.7em;
  margin: 0;
  padding: 0;
  position:relative;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

/*コンテンツのサイズ指定*/
.header-inner,
.container,
.footer-inner {
  box-sizing: border-box;
  /* max-width: 1200px; */
  margin-right: auto;
  margin-left: auto;
  padding: 0.25rem;
}

.footer-inner {
  width: 100%;
  background-color: #000;
  position: absolute;
  /* bottom: -10%; */
}

/* .container {
  padding: 3rem 1.25rem;
  background-color: #eee;
  margin-top: 50px;
  margin-bottom: 50px;
} */

.container:after {
  display: block;
  clear: both;
  content: '';
}

/* .contents {
  float: left;
  width: 70%;
  margin-right: 3%;
} */

.sidebar {
  float: left;
  width: 27%;
}

/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/
.site-title-wrap {
  text-align: left;
}

/*タイトルを画像にする場合*/
.site-title a {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

.site-title a img {
  display: inline-block;
  width: auto;
  height: 44px;
  position: relative;
  top: 15px;
  left: 120px;
}

/*タイトルを文字列にする場合*/
/* .site-title a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  color: #000;
} */

.header-inner {
  position: relative;
  background-color: #000;
  height: 10vh;
}

.symbol {
  position: absolute;
  top: 8px;
  left: 15px;
  text-indent: -9999px;
  background: url(./images/symbol.png);
  width: 100px;
  height: 100px;
}

.navbutton {
  display: none;
}

.header-nav-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 230px;
  /*タイトル分の余白をあけておく*/
  transform: translateY(-50%);
}

.header-nav {
  font-size: 0;
}

.header-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1rem;
}

.header-nav li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #eee;
}

.header-nav li a:hover {
  opacity: .6;
}

/*---------------------------------------------------------
フッター
---------------------------------------------------------*/
/* .footer::before{
  position: absolute;
  bottom: 250px;
  left: 5px;
  content: "";
  width: 80px;
  height: 80px;
  background: url(./images/climbing.png);
} */

#anime {
position: relative;
bottom: 70px;
left: -300px;
content: "";
width: 80px;
height: 80px;
/* transition: 5s ease; */
background: url(./images/climbing.png);
}

#anime.active {
  transition: 3s ease;
  left: calc(100% - 350px);
}

.tornado {
  position: absolute; 
  bottom: 170px;
  right: 40px;
  content: "";
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  /* opacity: 0; */
  background: url(./images/tornado.png);
}

/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) { 
  #tornado {
    right: 40px;
  }
}
 
/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
  #tornado {
    right: 50px;
  } 
}
 
/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {
  #tornado {
    right: 40px;
  }  
}



/* .effect i {
  position: relative;
  bottom: 300px;
  left: 5px;
  height: 120px;
  padding: 20px;
  font-size: 100px;
  transition: .8s;
}
.effect div {
  margin: auto;
  transition: .8s;
  transition-delay: .8s;
} */

/* .footer-inner{
  position: relative;
  background: url(./images/bg_footer.png) repeat-x left top;
  top: -10px;
} */

.footer-nav,
.copyright {
  text-align: center;
  position: relative;
}

/* @media screen and (min-width: 480px) {
  .footer-nav,
  .copyright {
    top: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
  .footer-nav,
  .copyright {
    top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav,
  .copyright {
    top: 80px;
  }
} */

.footer-nav {
  font-size: 0;
  margin-bottom: 3rem;
}

.footer-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.footer-nav li a {
  text-decoration: none;
  color: #FFF100;
}

.footer-nav li a:hover {
  opacity: .6;
}

.copyright p {
  font-size: 1rem;
  color: #eee;
  /* position: relative;
  top: -25px; */
}

/*---------------------------------------------------------
サイドバー
---------------------------------------------------------*/
.sidebar-wrapper {
  margin-bottom: 2rem;
}

.sidebar-title {
  font-size: 1.1rem;
  box-sizing: border-box;
  margin: 0 0 1.2rem;
  padding: .5rem;
  color: #000;
  border-bottom: 4px solid #03162f;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.calendar_wrap,
.tagcloud {
  list-style: none;
}

.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_nav_menu li {
  position: relative;
  margin-bottom: .5rem;
}

.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

.sidebar-wrapper a:hover {
  opacity: .6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  display: block;
  margin-bottom: .5rem;
}

.widget_categories li a {
  font-size: .95rem;
  position: relative;
  display: block;
  padding: .9rem .6rem .9rem 2rem;
  color: #fff;
  background-color: #03162f;
}

.widget_categories li a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: .6rem;
  content: '\f02b';
  transform: translateY(-50%);
  color: #fff;
}

.widget_categories .children {
  margin-bottom: .5rem;
  padding: 0;
  padding-left: 1rem;
  background-color: #415671;
}

.widget_categories .children li {
  margin-bottom: 0;
}

.widget_categories .children li a {
  font-size: .9rem;
  background-color: transparent;
}

.widget_categories .children li a::before {
  position: absolute;
  top: 50%;
  left: .6rem;
  content: '∟';
  transform: translateY(-50%);
  color: #fff;
}

/*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
.widget_categories .screen-reader-text {
  display: none;
}

.widget_archive .screen-reader-text {
  position: relative;
  display: block;
  height: 0;
  text-indent: -9999999px;
}

.widget_categories form {
  position: relative;
}

.widget_categories form::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: '▼';
  transform: translateY(-50%);
  pointer-events: none;
}

.widget_categories .postform,
.widget_archive select {
  font-size: .95rem;
  width: 100%;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #e0e3ef;
  border-radius: 0;
  background-color: #f4f5f9;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.widget_archive label::after {
  position: absolute;
  top: .5rem;
  right: 1rem;
  content: '▼';
  text-indent: 0;
  pointer-events: none;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: .9rem !important;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: .5rem;
  padding: .2rem .5rem;
  text-decoration: none;
  color: #03162f;
  border: 1px solid #000;
  background-color: #fff;
}

/*メニューウィジェット*/
.widget_nav_menu li a {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.3rem;
  color: #333;
}

.widget_nav_menu li a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  content: '\f105';
  transform: translateY(-50%);
  color: #03162f;
}

/*最近の投稿*/
.widget_recent_entries li {
  padding-bottom: .5rem;
  border-bottom: 1px solid #ddd;
}

.widget_recent_entries li a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-weight: 900;
  position: absolute;
  left: 5px;
  content: '\f303';
  color: #000;
}

.widget_recent_entries li a {
  display: block;
  margin-bottom: .3rem;
  padding-left: 1.6rem;
}

.widget_recent_entries .post-date {
  font-size: .8rem;
  display: block;
}

/*カレンダーウィジェット*/
.calendar_wrap {
  padding: 1rem;
  border: 1px solid #ddd;
}

.calendar_wrap table {
  width: 100%;
}

.calendar_wrap tbody {
  text-align: center;
}

.calendar_wrap caption {
  font-weight: bold;
  margin-bottom: 1rem;
}

.calendar_wrap td {
  padding: .3rem 0;
}

.calendar_wrap tfoot td {
  padding-top: .7rem;
}

.calendar_wrap tfoot td:last-child {
  text-align: right;
}

/*---------------------------------------------------------
記事一覧
---------------------------------------------------------*/
.archive-top h1 {
font-size: 1.6rem;
margin-bottom: 1.5rem;
}

.archive-top p {
font-size: .875rem;
line-height: 1.7;
margin-bottom: 1.5rem;
}

.article-list {
  border-top: 5px solid #299D39;
  padding:30px;
  border-radius: 0 0 20px 20px;
  background-color: #FFF;
  margin-bottom: 50px;
  box-shadow: 0 0 2px #CCCCCC;
  position: relative;
  line-height: 1.7em;
  font-size: 12px;
  /* color: #299D39; */
}

.article-list:hover {
  background-color: #eee;
}

.article-list a {
  display: block;
  text-decoration: none;
  /* color: #333; */
  color: #299D39;
}

.article-list a:after {
  display: block;
  clear: both;
  content: '';
}

.article-list .img-wrap {
  position: relative;
  float: left;
  line-height: 1;
}

.article-list .img-wrap img {
  /* width: 240px; */
  /* height: 160px; */
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.article-list .img-wrap .cat-data {
  font-size: .75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: .3rem .5rem;
  color: #fff;
  background-color: #03162f;
}

.article-list .text {
  margin-left: 260px;
}

.article-list .text h2 {
  font-size: 1.15rem;
  margin-bottom: .5rem;
}

.article-list .text .article-date,
.article-list .text .article-author {
  font-size: .75rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: .5rem;
  color: #888;
}

.article-list .text .article-date {
  margin-right: .5rem;
}

.article-list .text .article-author i {
  margin-right: .3rem;
}

.article-list .text p {
  font-size: .8125rem;
  line-height: 1.7;
}

/*ページネーション*/
.pagination {
  margin: 2rem 0;
  text-align: center;
}

.pagination ul {
  font-size: 0;
}

.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: .5rem;
}

.pagination ul li:last-child {
  border: 0;
}

.pagination ul li a,
.pagination .current {
  display: block;
  padding: .5rem .8rem;
  border: 1px solid #ccc;
}

.pagination ul li .prev,
.pagination ul li .next {
  border: 0;
}

.pagination ul li a {
  text-decoration: none;
  color: #333;
}

.pagination ul li a:hover {
  opacity: .6;
}

.pagination .current {
  color: #fff;
  background-color: #03162f;
}

/*---------------------------------------------------------
投稿・固定ページ
---------------------------------------------------------*/
.article-content {
  margin-bottom: 2rem;
}

.article-content .article-info {
  margin-bottom: .5rem;
}

.article-content .cat-data a {
  font-size: .8rem;
  margin-right: .5rem;
  padding: .1rem .5rem;
  text-decoration: none;
  color: #fff;
  background-color: #03162f;
}

.article-content .article-info .article-date,
.article-content .article-info .article-author {
  font-size: .8rem;
  display: inline-block;
  margin-right: .5rem;
  color: #888;
}

.article-content .article-info .article-author i {
  margin-right: .3rem;
}

.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 1px;
}

.article-content p,
.article-content img,
.article-content table,
.article-content ul,
.article-content ol {
  margin-bottom: 2rem;
}

.article-content h1 {
  font-size: 1.9rem;
  margin: 0 0 2rem;
  letter-spacing: 1px;
}

.article-content h2 {
  font-size: 1.7rem;
  margin: 3rem 0 2rem;
  padding: .4rem 0;
  letter-spacing: 1px;
  border-bottom: solid 5px #03162f;
}

.article-content h3 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1.8rem;
  padding: 0 1rem;
  letter-spacing: 1px;
  border-left: solid 7px #415671;
  background: transparent;
}

.article-content h4 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  letter-spacing: 1px;
}

.article-content h5 {
  font-size: 1.1rem;
  margin: 0 0 .3rem;
  letter-spacing: 1px;
}

.article-content .article-img {
  margin-bottom: 2rem;
}

.article-content .article-img img {
  display: block;
  margin: 0 auto;
}

.article-content ul {
  margin-left: 2rem;
  list-style: disc;
}

.article-content ol {
  margin-left: 2rem;
  list-style: decimal;
}

.article-content table {
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  padding: .6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.article-content figure {
  max-width: 100%;
}

.article-tag {
  text-align: right;
}

.article-tag ul {
  font-size: 0;
  margin-bottom: 0;
}

.article-tag ul li {
  font-size: .9rem;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}

.article-tag ul li:last-child {
  margin-right: 0;
}

.article-tag ul li a {
  padding: .2rem .5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}

.article-tag ul li a:hover {
  opacity: .6;
}

/*---------------------------------------------------------
TOPページ
---------------------------------------------------------*/
.home-top .article-top .img-wrap img {
  /* width: 600px; */
  /* height: 400px; */
  width: 100px;
  height: 100px;
}

.home-top .article-top .text {
  margin-left: 630px;
}

.home-top .article-top .new-post {
  font-weight: bold;
  display: block;
  margin-bottom: .5rem;
  color: #f00;
}

.home-top .article-top .text h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.home-top .article-top .text .article-date,
.home-top .article-top .text .cat-data {
  margin-bottom: 1rem;
}

@media(max-width: 1024px) {
  .home-top .article-top .img-wrap img {
    width: 420px;
    height: 280px;
  }

  .home-top .article-top .text {
    margin-left: 440px;
  }
}

@media(max-width: 800px) {
  .contents,
  .sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .contents {
    margin-bottom: 1.5rem;
  }

  /*---------------------------------------------------------
  ヘッダー
  ---------------------------------------------------------*/
  .site-title a img {
    height: 15px;
  }

  .navbutton {
    font-size: 2rem;
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 1.25rem;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
  }

  .navbutton:focus {
    outline: 0;
  }

  .header-nav-wrap {
    z-index: 999;
    top: 86px;
    /*ヘッダーの高さと合わせる*/
    right: auto;
    left: 0;
    display: none;
    width: 100%;
    margin-left: 0;
    transform: none;
    background-color: #03162f;
  }

  .header-nav li {
    display: block;
    margin-right: 0;
  }

  .header-nav li a {
    position: relative;
    padding: .8rem 1.25rem;
    color: #FFF100;
    border-bottom: 1px solid #888;
  }

  .header-nav li a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: block;
    content: '\f105';
    transform: translateY(-50%);
  }

  /*---------------------------------------------------------
  フッター
  ---------------------------------------------------------*/
  .footer-nav {
    margin-bottom: 1.5rem;
  }

  .footer-nav ul {
    text-align: center;
    /* position: relative;
    top: 120px; */
  }

  .footer-nav li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;
  }

  .copyright p{
    text-align: center;
    /* position: relative;
    top: 30px; */
  }

  .footer-nav li:nth-of-type(2n) {
    margin-right: 0;
  }

  /*---------------------------------------------------------
  TOPページ
  ---------------------------------------------------------*/
  .home-top .article-top .img-wrap {
    float: none;
  }

  .home-top .article-top .img-wrap img {
    width: 50%;
    height: 50vw;
  }

  .home-top .article-top .text {
    margin-left: 0;
  }

  .home-top .article-top .new-post,
  .home-top .article-top .text h2,
  .home-top .article-top .text .article-date,
  .home-top .article-top .text .cat-data {
    margin-bottom: 0;
  }
}

@media(max-width: 600px) {
  html {
    font-size: 15px;
  }

  .header-inner,
  .container,
  .footer-inner {
    padding: .8rem;
    /* position: relative; */
    /* bottom: 50px; */
  }

  .contents {
    margin-bottom: 1rem;
  }

  /*---------------------------------------------------------
  ヘッダー
  ---------------------------------------------------------*/
  .site-title a {
    font-size: 2rem;
  }

  .site-title a img {
    height: 30px;
    top: 10px;
  }

  .navbutton {
    right: .8rem;
  }

  .header-nav-wrap {
    top: 62px;
  }

  .header-nav li a {
    padding: .8rem;
  }

  .header-nav li a:after {
    right: .8rem;
  }

  /*---------------------------------------------------------
  記事一覧
  ---------------------------------------------------------*/
  .archive-top h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .archive-top p {
    font-size: .8125rem;
    margin-bottom: 1rem;
  }
  
  .article-list {
    padding: .5rem;
  }

  .article-list .img-wrap img {
    width: 132px;
    /* height: 88px; */
    height: 132px;
  }

  .article-list .img-wrap .cat-data {
    font-size: .6rem;
  }

  .article-list .text {
    margin-left: 140px;
    padding: 0;
  }

  .article-list .text h2 {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .article-list .text p {
    display: none;
  }

  .article-list .text .article-date,
  .article-list .text .article-author {
    font-size: .625rem;
    margin-bottom: 0;
  }

  .article-list .text .article-date {
    margin-right: .2rem;
  }

  /*---------------------------------------------------------
  投稿・固定ページ
  ---------------------------------------------------------*/
  .article-content h1 {
    font-size: 1.6rem;
  }

  .article-content h2 {
    font-size: 1.4rem;
  }

  .article-content h3 {
    font-size: 1.3rem;
  }

  .article-content h4 {
    font-size: 1.2rem;
  }
}

  /*---------------------------------------------------------
  ページトップへ
  ---------------------------------------------------------*/
 
  #pageToTop {
    position: fixed;
    bottom: 300px;
    right: 50px;
    text-indent: -9999px;
  }

  #pageToTop a {
    width: 80px;
    height: 80px;
    display: block;
    background-image: url(./images/topG.png);
    /* text-indent: -9999px; */
  }

  /* #pageToTop{
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 300px;
    right: 20px;
    cursor: pointer;
    z-Index: 7997;
    opacity: 0;
    background-image: url(./images/topG.png);
    text-indent: -9999px;
  } */

  /* @media(max-width: 800px) {
    #pageToTop{
      width: 50px;
      height: 50px;      
      bottom: 50px;
      background-image: url(./images/topB.png);

    }
  } */

  .bgimg-slider {
    /* width: 100vw; */
    height: 100vh;
    background-position:center center;
    background-size: cover;
    /* background-size: auto 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .bgimg-concept {
    /* width: 100vw; */
    height: 100vh;
    background-position:center center;
    background-size: cover;
    /* background-size: auto 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .bgimg-business {
    /* width: 100vw; */
    height: 100vh;
    background-position:center center;
    background-size: cover;
    /* background-size: auto 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .bgimg-licence {
    /* width: 100vw; */
    height: 100vh;
    background-position:center center;
    background-size: cover;
    /* background-size: auto 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .bgimg-company {
    /* width: 100vw; */
    height: 100vh;
    background-position:center center;
    background-size: cover;
    /* background-size: auto 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .bgimg-works {
    /* width: 100vw; */
    height: 100vh;
    background-position:center center;
    background-size: cover;
    /* background-size: auto 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .bgimg-contact {
    /* width: 100vw; */
    height: 100vh;
    background-position:center center;
    background-size: cover;
    /* background-size: auto 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
  
  .slider-title-jp{
    width: 100%;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Leelawadee UI','American Typewriter','Bradley Hand',sans-serif;
    background: linear-gradient(45deg, black, transparent);
    padding: 10px;
  }

  .concept-title-jp{
    width: 100%;
    line-height: 1.5;
    text-align:center;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    background: linear-gradient(45deg, #f4f5f9, transparent);
    padding: 30px;
  }

  .concept_heading {
    font-weight: bold;
    color: #FFF100;
  }

  .concept_general {
    color: #000;
  }

  /* スマホ */
  @media only screen and (max-width:1024px) {
    .concept_heading {
      font-size: 20px;
    }
  }

  /* PC */
  @media only screen and (min-width: 1024px) {
    .concept_heading {
      font-size: 30px;
    }   
  }

    /* スマホ */
    @media only screen and (max-width:1024px) {
      .concept_general {
        font-size: 15px;
        text-align: left;
      }
    }
  
    /* PC */
    @media only screen and (min-width: 1024px) {
      .concept_general {
        font-size: 25px;
      }   
    }

  .business-title-jp{
    color: #FFF;
    width: 100%;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  }

  .business_heading {
    font-weight: bold;
    color: #FFF100;
  }

  /* スマホ */
  @media only screen and (max-width:1024px) {
    .business-title-jp {
      font-size: 15px;
    }
  }
  
  /* PC */
  @media only screen and (min-width: 1024px) {
    .business-title-jp {
      font-size: 25px;
    }   
  }

  /* スマホ */
  @media only screen and (max-width:1024px) {
    .business_heading {
      font-size: 20px;
    }
  }
  
  /* PC */
  @media only screen and (min-width: 1024px) {
    .business_heading {
      font-size: 30px;
    }   
  }

  .licence-title-jp{
    width: 100%;
    color: #FFF;
    line-height: 1.5;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  }

  .licence_heading {
    font-weight: bold;
    color: #FFF100;
  }

  .insurance_heading {
    font-weight: bold;
    color: #FFF100;
  }

  /* スマホ */
  @media only screen and (max-width:1024px) {
    .licence-title-jp {
      font-size: 15px;
    }
  }
  
  /* PC */
  @media only screen and (min-width: 1024px) {
    .licence-title-jp {
      font-size: 25px;
    }   
  }

  /* スマホ */
  @media only screen and (max-width:1024px) {
    .licence_heading {
      font-size: 20px;
    }
  }
  
  /* PC */
  @media only screen and (min-width: 1024px) {
    .licence_heading {
      font-size: 30px;
    }   
  }

  /* スマホ */
  @media only screen and (max-width:1024px) {
    .insurance_heading {
      font-size: 20px;
    }
  }
  
  /* PC */
  @media only screen and (min-width: 1024px) {
    .insurance_heading {
      font-size: 30px;
    }   
  }

  .company-title-jp{
    width: 100%;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  }

  .company_heading {
    font-weight: bold;
    color: #FFF100;
  }

  /* スマホ */
  @media only screen and (max-width:1024px) {
    .company-title-jp {
      font-size: 15px;
    }
  }
  
  /* PC */
  @media only screen and (min-width: 1024px) {
    .company-title-jp {
      font-size: 25px;
    }   
  }

  /* スマホ */
  @media only screen and (max-width:1024px) {
    .company_heading {
      font-size: 20px;
    }
  }
  
  /* PC */
  @media only screen and (min-width: 1024px) {
    .company_heading {
      font-size: 30px;
    }   
  }  

  .works-title-jp{
    width: 100%;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  }

  .contact-title-jp{
    width: 100%;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    text-align:center;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    background: linear-gradient(45deg, black, transparent);
  }

  @media only screen and (max-width:1024px) {
    .bgimg-slider {
      width: 100%;
      position: absolute;
      background: url(images/Home_M.png) repeat-x left top;
      background-size: cover;
    }
  }
  
  @media only screen and (min-width: 1024px) {
    .bgimg-slider {
      width: 100%;
      position: absolute;
      background: url(images/Home_P.png) repeat-x left top;
      background-size: cover;
    }
  }
  
  @media only screen and (max-width:1024px) {
    .bgimg-concept {
      width: 100%;
      position: absolute;
      background: url(images/Concept_M.png) repeat-x left top;
      background-size: cover;
    }
  }

  @media only screen and (min-width: 1024px) {
    .bgimg-concept {
      width: 100%;
      position: absolute;
      background: url(images/Concept_P.png) repeat-x left top;
      background-size: cover;
    }
  }

  @media only screen and (max-width:1024px) {
    .bgimg-business {
      width: 100%;
      position: absolute;
      background: url(images/Business_M.png) repeat-x left top;
      background-size: cover;
    }
  }

  @media only screen and (min-width: 1024px) {
    .bgimg-business {
      width: 100%;
      position: absolute;
      background: url(images/Business_P.png) repeat-x left top;
      background-size: cover;
    }
  }

  @media only screen and (max-width:1024px) {
    .bgimg-licence {
      width: 100%;
      position: absolute;
      background: url(images/Licence_M.png) repeat-x left top;
      background-size: cover;
    }
  }

  @media only screen and (min-width: 1024px) {
    .bgimg-licence {
      width: 100%;
      position: absolute;
      background: url(images/Licence_P.png) repeat-x left top;
      background-size: cover;
    }
  }

  @media only screen and (max-width:1024px) {
    .bgimg-company {
      width: 100%;
      position: absolute;
      background: url(images/Company_M.png) repeat-x left top;
      background-size: cover;
    }
  }

  @media only screen and (min-width: 1024px) {
    .bgimg-company {
      width: 100%;
      position: absolute;
      background: url(images/Company_P.png) repeat-x left top;
      background-size: cover;
    }
  }

  @media only screen and (max-width:1024px) {
    .bgimg-works {
      width: 100%;
      position: absolute;
      background: url(images/Works_M.png) repeat-x left top;
      background-size: cover;
    }
  }

  @media only screen and (min-width: 1024px) {
    .bgimg-works {
      width: 100%;
      position: absolute;
      background: url(images/Works_P.png) repeat-x left top;
      background-size: cover;
    }
  }

  @media only screen and (max-width:1024px) {
    .bgimg-contact {
      width: 100%;
      position: absolute;
      background: url(images/Contact_M.png) repeat-x left top;
      background-size: cover;
    }
  }

  @media only screen and (min-width: 1024px) {
    .bgimg-contact {
      min-height: 100vh;      
      width: 100%;
      position: absolute;
      background: url(images/Contact_P.png) repeat-x left top;
      background-size: cover;
      background-position: center;
    }
  }

  @media screen and (min-width: 480px) {
  .slider-title-jp {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
.slider-title-jp {
    font-size: 36px
  }
}

@media screen and (min-width: 1024px) {
.slider-title-jp {
    font-size: 48px
  }
}

.container{
  flex: 1;
}

.fa-bars:before {
  color: #eee;
}

#menu-item-252 > a:after {
  content: 'トップ';
  display: block;
}

#menu-item-223 > a:after {
  content: '企業理念';
  display: block;
}

#menu-item-234 > a:after {
  content: '業務紹介';
  display: block;
}

#menu-item-233 > a:after {
  content: '保有資格';
  display: block;
}

#menu-item-232 > a:after {
  content: '会社概要';
  display: block;
}

#menu-item-239 > a:after {
  content: '業務実績';
  display: block;
}

#menu-item-224 > a:after {
  content: 'お問い合わせ';
  display: block;
}

.mgr-5 {
  margin-right: 5px;
}

.mgr-10 {
  margin-right: 10px;
}

.mgr-15 {
  margin-right: 15px;
}

.mgr-20 {
  margin-right: 20px;
}

.mgr-105 {
  margin-right: 105px;
}

.fboxworks {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width:1024px) {
  .fboxworks{
    flex-flow: column wrap;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .fboxworks{
    flex-flow: row wrap;
    position: absolute;
    top: 10vh;
  }
}

.wpcf7 {
  background: linear-gradient(45deg, #eee, transparent);
}

.cap {
  color:#000;
}

body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}