@charset "utf-8";
/*
theme Name: KWS
Author: acamar
Description: kws hp theme
version: 0.1.0
*/

/*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;
}
 
nav ul {
  list-style: none;
}
 
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: 'Noto Sans JP','メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /*行間の指定*/
    line-height: 1.4;
    margin: 0;
    padding: 0;
    /*サイトのデフォルトとなる文字の色を指定*/
    color: #333;
  }
   
  /*見出しを全て太字で表示 + 文字色を黒に*/
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #333;
  }
  h2{
    font-size: 1.4rem;
  }
   
  img {
    max-width: 100%;
    height: auto;
  }
  
  /*確認用に一時記述----------*/
.contents, #sidebar {height: auto; }
 
/* header{background-color: none;}
 
.header-inner{ background-color: none;}
 
.container {background-color: none; }
 
.contents {background-color: none; }
 
#sidebar{background-color: #aefffc; }
 
footer{background-color: transparent; }
 
.footer-inner{background-color: #ddd; } */
/*------------------------*/

/*コンテンツのサイズ指定*/
.header-inner,
.container,
.footer-inner {
  box-sizing: border-box;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
  .container:after {
    display: block;
    clear: both;
    content: '';
  }
   
  .contents {
    /* float: left; */
    width: 100%;
/*     margin-right: 3%; */
  }
   
  .sidebar {
/*     float: left;
    width: 27%; */
  }
  @media(max-width: 800px) {
    .contents,
    .sidebar {
      float: none;
      width: 100%;
      margin-right: 0;
    }
   
    .contents {
      margin-bottom: 1.5rem;
    }
  }
  @media(max-width: 600px) {
    html {
      font-size: 15px;
    }
   
    .header-inner,
    .container,
    .footer-inner {
      /* padding: .8rem; */
    }
   
    .contents {
      margin-bottom: 1rem;
    }
  }
  
  /*header*/
  .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;
  }
   
  /*タイトルを文字列にする場合*/
  .site-title a {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    color: #000;
  }
@media(max-width: 800px) {
  .site-title a img {
    height: 40px;
  }
 
  .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: #fff;
    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%);
  }
}
  .header-inner {
    position: relative;
  }
   
  .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: #000;
  }
   
  .header-nav li a:hover {
    opacity: .6;
  }
  @media(max-width: 800px) {
    .site-title a img {
      height: 40px;
    }
   
    .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: #fff;
      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,
  .copyright {
    text-align: center;
  }
   
  .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: #fff;
  }
   
  .footer-nav li a:hover {
    opacity: .6;
  }
   
  .copyright p {
    font-size: 1rem;
    color: #fff;
  }
  @media(max-width: 800px) {
    .footer-nav {
      margin-bottom: 1.5rem;
    }
   
    .footer-nav ul {
      text-align: left;
    }
   
    .footer-nav li {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 1rem;
    }
   
    .footer-nav li:nth-of-type(2n) {
      margin-right: 0;
    }
  }
  .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;
}

 /* contact */
  .contact-message {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
}

.essential {
    background: #c10811;
    color: #fafafa;
    font-size: 12px;
    padding: 0 10px;
    font-weight: normal;
    margin-left: 10px;
} 
.contact-table {
  width: 90%;
    margin: 0 auto;
}
.table-list {
 /*    justify-content: space-between; */
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    width: 100%;
    margin-bottom: 20px;
    font-size: .85rem;
}

.table-list th {
  display: block;
  text-align: left;
  margin: 0.7em;
}
.table-list td{
  display: block;
  margin: 0.7em;
}

.table-list-address {
    /* flex-wrap: wrap; */
}

.table-list-address .input-area {
    margin-bottom: 10px;
}

.input-area {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    padding: 0 20px;
    border: none;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
}

.table-list td {
    font-size: 13px;
    width: 90%;
}
input::placeholder {
    color: #bfbfbf;
    font-size: 12px;
    font-weight: bold;
}
textarea {
    border: none;
    width: 100%;
    height: 200px;
    padding: 0;
    border: 1px solid #c4c4c4;
    resize: vertical; /* 横方向のみサイズを固定する */
}
textarea::placeholder {
    color: #bfbfbf;
    font-size: 12px;
}
input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-area .text {
    font-size: 13px;
    text-align: center;
    margin-bottom: 100px;
}
.contact-area .text a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: all .3s;
    text-decoration: none;
}
.contact-area .text a:hover {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    color: #777;
}
.submit-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 20px auto 0;
    background-color: #f3f3f3;
    cursor: pointer;
    color: #666;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 15px 80px;
    -webkit-appearance:none;
    border-radius: 5px;
}
.submit-button:hover {
    background: #cae1e3;
    color: #000;
    border: 1px solid #cae1e3;
}


/*見出しの左右線*/
.head-border{
  display: flex;  /* 横並びにする */
  align-items: center;  /* 垂直方向に中央 */
  text-align: center;  /* 文字のセンタリング(複数行になったとき用) */
  margin-top:2rem ;
  margin-bottom: 1rem;
}
.head-border span{
  font-size: 1.3rem;
}
.head-border p{
  font-size: 0.8rem;
}
/* 共通部分はまとめる */
.head-border::before,
.head-border::after{
  content:"";
  flex-grow: 1;  /* 線の伸び率 */
  border-bottom: 1px solid #c4c4c4;
}
/* 左側の線 */
.head-border::before{
  margin-right: 3rem;  /* 線と文字の間のスペース */
  margin-left: 3rem;  /* 枠と線の間のスペース */
  padding-left: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}
/* 右側の線 */
.head-border::after{
  margin-left: 3rem;  /* 線と文字の間のスペース */
  margin-right: 3rem;  /* 枠と線の間のスペース */
  padding-right: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}

.contents-space{
  text-align: center;
  display: block;
  padding: 1rem 1rem 0 1rem; 
  border:20px solid #F4F4F4;
}


.footer-inner{
    background-color: #054B63;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(180,960,471)'%3E%3Cstop offset='0' stop-color='%23054B63'/%3E%3Cstop offset='1' stop-color='%2397B0BD'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='300' height='250' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.02'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
/********************************************/
/*          company tableのデザイン           */
/********************************************/
.company-table{
  margin : 15px auto;
  width:90%;
  max-width: 600px;
  font-size: .85rem;
}
.company-table tr{
  border-top: 1px solid lightgray;
}
.company-table th{
  font-size: .9rem;
  text-align: center;
  padding-left: 0.2rem;
  vertical-align: middle;
  background-color: #f8f8f8;
  border-bottom: 1px solid lightgray;
  width: 20%;
}
.company-table td{
  padding: 8px 0;
  border-bottom: 1px solid lightgray;
  width: 60%;
  text-align: left;
  padding-left: 1rem;
}
@media (max-width: 600px) {
  .company-table th{
      width: 10%;
  }
  .company-table td{
      width: 30%;
  }
}

.company-img{
  background-color: #eeeeee;
  padding: 5px;
  margin: 5px;
  width: 70%;
  max-width: 500px;
}
@media(max-width:800px){
  .company-img{
    width: 70%;
  }
}

.access{
  width: 90%;
  max-width: 600px;
  height: 500px;
}
@media(max-width:800px){
  .access{
    height: 300px;
  }
}

.h2-title {
  margin-top:4rem;
  margin-left:1rem;
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  font-size: 20px;
}

.h2-title::before {
    position: absolute;
    top: 3px;
    left: 0;
    height:220px;
    border-right: 5px solid #85abbd;
    color: black;
    font-size: 10px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-transform: uppercase;
    content: 'KWS co.ltd';
    filter: drop-shadow(3px 2px 0px #e6e6e6);
}


/*ヘッダー下title*/
.header-title{
  width:100%;
  height:120px;
  text-align:center;
  position: relative;
}
.header-title img{
  object-fit: cover;
}

/********************************************/
/*          パンクズリスト                    */
/********************************************/
.breadcrumb-box {
  position: absolute;
  text-align: left;
  width: 100%;
  bottom: 0;
  color: white;
  margin:0 ;
  background-color: rgba(0, 0, 0, 0.5);
}
.breadcrumb-box0 {
  position: absolute;
  text-align: left;
  width: 100%;
  top: 0;
  color: white;
  margin:0 ;
  background-color: rgba(0, 0, 0, 0.5);
}
#breadcrumb{
  padding: 0 1em 0 1.2em;
  list-style: none;
  overflow: hidden;
  display: block;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
#breadcrumb ul {
  font-size: .8rem;
  margin: 2px;
}
#breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: 100;
  margin-right:.8em;
  color: white
}
#breadcrumb li:after {/* >を表示*/
  content: "/";
  /*font-family: "Font Awesome 5 Free";*/
  font-weight: 900;
  color: #929292;
}
#breadcrumb li:last-child:after {
  content: '';
}
#breadcrumb li a {
  text-decoration: none;
  color: white;
  margin-right: .8em;
}
#breadcrumb li a:hover {
  /*text-decoration: underline;*/
}
/* for footer bread*/
.footer-top #breadcrumb li{
  color: #4486AF;
}
.footer-top #breadcrumb li a {
  color: #4486AF;
}


.widgettitle{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 35px;
}
.widgettitle h2{
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1rem;
}
.widgettitle p{
  font-size: .9rem;
}

/*
トップページの一覧用
*/
.works-grid{
  padding:1.5rem;
  margin-bottom:10px;
  display:grid;
  gap:15px 7px;
  grid-template-columns:1fr 1fr 1fr;
  grid-template-rows:1fr 1fr 1fr;
  width:88%;
  grid-auto-flow: row;
  grid-auto-columns: 200px;
}
.grid-block{
  margin:auto;
}
.works-item{
  text-align:center;
}
.works-grid a{
  text-decoration:none;
  color:#333;
  font-size:.8rem;
}
.works-img{
  object-fit:cover;
  width:75%;
  height:auto;
  aspect-ratio: 1 / 1;
  border-radius:10%;
  margin:0 auto;
}
.works-img-c{
  object-fit:contain;
  width:75%;
  height:auto;
  aspect-ratio: 1 / 1;
  border-radius:10%;
  margin:0 auto;
}
.works-item p{
  font-size: 1.2em;
  font-weight: bold;
}

/*
list用
*/
.works-list{
  max-width: 1200px;
  /*margin: auto;*/
  padding: 0 1.2rem 0 1.2rem;
  list-style: none;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}
.works-list img{
  border-radius: 8%;
  aspect-ratio: 9/8;
  object-fit: cover;
}
.works-list figure{
  margin: 0;
}
.works-title{
  text-align: center;
  color: #1B1B1C;
}

/*news list design*/
.news-list{
  padding: .3rem;
  text-align: left;
}
.news-list li a{
  margin-left: 2rem;
  text-decoration: none;
  color: #1B1B1C;
}
.article-date{
  float: left;
}
.news-name{
  float: left;
  margin-left: 2rem;
}
.news-list li{
  list-style: none;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgb(160, 160, 160);
}