@charset "UTF-8";
/* Scss Document */
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }

  ::selection {
    background: #00afcc;
    color: #fff;
  }

  ::-moz-selection {
    background: #00afcc;
    color: #fff;
  }

  html {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    /*background: #f2f2f2;*/
	  width: 100vw;
	  overflow: hidden;
  }

  body {
    position: relative;
    min-width: 600px;
    height: auto;
    min-height: 700px;
  }

  #nav-area:hover {
    position: fixed;
    right: 0;
    transition: 0.5s ease-out;
  }
  #nav-area:hover a.logo {
    margin: 0 0 30px 35px;
  }
  #nav-area:hover li {
    padding: 5px 0 5px 35px;
  }
  #nav-area:hover p.copy {
    padding: 0 0 0 35px;
  }
  #nav-area:hover .ttl {
    display: none;
  }

  #nav-area {
    position: fixed;
    right: -380px;
    background-color: #000;
    width: 450px;
    margin-left: auto;
    height: 100%;
    min-height: 800px;
    padding: 40px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s ease-out;
    z-index: 1000;
  }
  #nav-area .ttl {
    position: absolute;
    top: 45vh;
    left: 25px;
  }
  #nav-area .ttl img {
    width: 20px;
  }
  #nav-area a.logo {
    width: 110px;
    margin: 0 0 30px 85px;
  }
  #nav-area a.logo img {
    width: 110px;
	hegiht:auto;
  }
  #nav-area ul li {
    font-size: 18px;
    padding: 5px 0 5px 85px;
    flex: 1 1 auto;
  }
  #nav-area ul li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }
  #nav-area ul li:hover {
    background: #00afcc;
  }
  #nav-area ul.sub {
    margin: 40px 0 30px;
  }
  #nav-area ul.sub li {
    font-size: 10px;
  }
  #nav-area ul.sub li a {
    color: #ccc;
  }
  #nav-area ul.sub li a:hover {
    color: #fff;
  }
  #nav-area p.copy {
    color: #ccc;
    font-size: 8px;
    margin-top: auto;
    padding: 0 0 0 85px;
  }
}
#header{
	width: 100%;
	padding: 20px;
}
#header h2 img{
	width: 235px;
	height: auto;
}
/* IEのみの設定 */
@media all and (-ms-high-contrast: none) {
  .slider-thumbnail-img{
    display: block;
    width:200px!important;
    text-align: center!important;
    display: flex!important;
    justify-content: center;
  }
  /* #top-area #slider .thumbnail div img{
    width: 100%;
    height: auto;
  } */
}
@media all and (min-aspect-ratio: 14/9){
  #top-area {
    width: 100%;
    /*height: 60vh;
    min-height: 350px;*/
    box-sizing: border-box;
    padding: 40px 60px 80px 0;
    background: #00afcc;
  }
  #top-area #slider {
    width: 89%;
    height: 50vh;
    min-height: 270px;
    margin: 0 auto;
    position: relative;
  }
  #top-area #slider .slider-logo {
    width: 230px;
    position: absolute;
    bottom: -40px;
    left: 0px;
    z-index: 200;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  }
  #top-area #slider .slider-logo img {
    width: 100%;
    height: auto;
  }
  #top-area #slider .white {
    width: 230px;
    height: 81px;
    position: absolute;
    bottom: -33px;
    left: 0px;
    z-index: 199;
    background: #fff;
  }
  #top-area #slider .slider-img {
    width: 55%;
    height: 100%;
    float: left;
  }
  #top-area #slider .slider-img div {
    height: 100%;
  }
  #top-area #slider .slider-img div img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  #top-area #slider .caption {
    width: 43%;
    height: 70%;
    min-height: 170px;
    float: right;
    position: relative;
  }
  #top-area #slider .caption .slider-text {
    width: 100%;
    padding: 0px 10px 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
  }
  #top-area #slider .caption .slider-text .ttl {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  #top-area #slider .caption .slider-text .txt {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    word-wrap: break-word; /*20180725追加*/
  }
  #top-area #slider .caption .slider-text .copyright {
    margin-top: 10px;
    display: block;
    text-align: right;
    font-size: 10px;
    color: #fff;
    word-wrap: break-word; /*20180725追加*/
  }
  #top-area #slider .thumbnail {
    background: #000;
    width: 43%;
    height: 30%;
    float: right;
    color: #000;
  }
  @media all and (-ms-high-contrast: none) {
    #top-area #slider .thumbnail {
      background: #fff;
    }
  }
  #top-area #slider .thumbnail div {
    height: 100%;
	width: 100%;
    width: auto;
    display: block;
  }
  #top-area #slider .thumbnail div img {
    width: auto;
    height: 100%;
  }
  #top-area #slider .thumbnail .slick-current {
    opacity: 1;
  }
}
@media all and (max-aspect-ratio: 14/9){
  #top-area {
    background: #00afcc;
    padding: 20px 90px 100px 20px;
  }
  #top-area a.logo img {
    width: 110px;
    margin-bottom: 10px;
  }
  #top-area #slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 81px;
  }
  #top-area #slider .slider-logo {
    width: 230px;
    height: auto;
    position: absolute;
    top: 20px;
    left: -30px;
    z-index: 200;
  }
  #top-area #slider .slider-logo img {
    width: 100%;
    height: auto;
  }
  #top-area #slider .white {
    width: 230px;
    height: 81px;
    position: absolute;
    top: 20px;
    left: -30px;
    z-index: 199;
    background: #fff;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  }
  #top-area #slider .slider-img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    display: block;
  }
  #top-area #slider .slider-img div {
    width: 100%;
    height: 56vw;
  }
  #top-area #slider .slider-img div img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
  #top-area #slider .caption {
    width: 100%;
    height: 70%;
    display: block;
  }
  #top-area #slider .caption .slider-text {
    width: 100%;
    box-sizing: border-box;
  }
  #top-area #slider .caption .slider-text .ttl {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  #top-area #slider .caption .slider-text .txt {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    word-wrap: break-word; /*20180725追加*/
  }
  #top-area #slider .caption .slider-text .copyright {
    margin-top: 10px;
    display: block;
    text-align: right;
    font-size: 10px;
    color: #fff;
    word-wrap: break-word; /*20180725追加*/
  }
  #top-area #slider .thumbnail {
    width: 100%;
    /*height: 120px;*/
	height: 20vw;/*20180828追加*/
    background: #000;
  }
  #top-area #slider .thumbnail div {
	width: 100%;
    height: 100%;
	width: auto;
    display: block;
  }
  #top-area #slider .thumbnail div img {
    width: auto;
    height: 100%;
  }
  #top-area #slider .thumbnail .slick-current {
    opacity: 1;
  }
}
@media screen and (min-width: 640px) {
  #topics-area {
    width: 80%;
    padding: 40px 70px 100px 0;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  #topics-area h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  #topics-area h2 img {
    height: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 999px) {
  #topics-area h2 {
    text-align: left;
    margin-bottom: 15px;
  }
  #topics-area h2 img {
    height: 20px;
  }
}
@media screen and (min-width: 640px) {
  #topics-area .main {
    min-height: 150px;
    overflow: auto;
    border-top: 1px solid  #d1d1d1;
    border-bottom: 1px solid  #d1d1d1;
    padding: 15px 0 0;
  }
  #topics-area .main table {
    width: 100%;
    padding: 20px 0;
  }
  #topics-area .main table tbody tr {
    margin-bottom: 3px;
    display: block;
    margin-bottom: 5px;
  }
  #topics-area .main table tbody tr th {
    font-size: 14px;
    width: 150px;
    text-align: right;
    font-weight: normal;
    padding-right: 30px;
    vertical-align: text-top;
  }
  #topics-area .main table tbody tr td {
    padding-right: 30px;
    vertical-align: middle;
  }
  #topics-area .main table tbody tr td div {
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
  }
  #topics-area .main table tbody tr td .company {
    background-color: #00afcc;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
  }
  #topics-area .main table tbody tr td .categoly {
    background-color: #7d7d7d;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
  }
  #topics-area .main table tbody tr .text {
    padding-bottom: 15px;
    font-size: 14px;
  }
  #topics-area .main table tbody tr .text a {
    color: #000;
    text-decoration: none;
  }
  #topics-area .main table tbody tr .text a:hover {
    color: #00afcc;
    text-decoration: none;
  }
  #topics-area a.detail {
    color: #fff;
    font-size: 14px;
    background: #2f2f2f;
    display: block;
    width: 250px;
    margin-top: 20px;
    margin-left: auto;
    text-decoration: none;
    box-sizing: border-box;
    padding: 5px 20px;
    position: absolute;
    bottom: 50px;
    right: 70px;
    z-index: 1;
    cursor: pointer;
  }
  #topics-area a.detail .inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #topics-area a.detail .inner span {
    width: 40px;
    height: 2px;
    background-color: #00afcc;
    position: absolute;
    top: 9px;
    left: 175px;
    transition: 0.1s ease-out;
  }
  #topics-area a.detail:hover span {
    width: 80px;
  }

  #company-area {
    width: 100%;
    display: block;
  }
  #company-area ul {
    width: 100%;
    padding: 30px 70px 0px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
    background: #00afcc;
    /*li.h2{
    	width: 340px;
    	margin-left: -40px;
    	img{
    		height:50px;
    	}
    }*/
  }
  #company-area ul li {
    flex: 0 0 auto;
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-bottom: 4px;
    display: inline-block;
    position: relative;
  }
  #company-area ul li img {
    width: 100%;
    height: auto;
    opacity: 0;
  }
  #company-area ul li.border-ani::after {
    background-color: #858585;
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
  }
  #company-area ul li.border-ani:hover::after {
    width: 100%;
  }
}
/***************************
メディアクエリ
***************************/


/********20190719追加 請求書ファーマット************/
.format{
	display: block;
	width: 100%;
	margin-left: 200px;
	margin-top: 60px;
	padding: 15px 15px 15px 30px;
	box-sizing: border-box;
	font-size:14px;
	font-weight: bold;
	text-align: left;
	color:#00afcc;
	background: url(../../common/images/format-btn-bg.jpg) center center repeat;
	background-size: 10%;
	text-decoration: none;
	transition: 0.5s;
}

.format:hover{
	text-decoration: none;
	color:#969696;
	cursor:pointer;
	background-size: 11%;
}

.format span{
	font-size:12px;
}

#nav-area:hover .format{
	margin-left: 0;
}

/*# sourceMappingURL=style-pc.css.map */
