@charset "UTF-8";
/*
Theme Name: SILVER EGG TECHNOLOGY
Theme URI: https://www.silveregg.co.jp
Description: シルバーエッグオリジナルテーマ
Version: 2.0
*/
/*-----------------
reset
-------------------*/
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  color: #656464 !important;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  overflow-x: hidden;
  padding-top: 140px;
  font-weight: 200 !important;
}

body.en header,body.en footer{
	font-family:"Noto Sans";
}

@media screen and (max-width: 1180px) {
  body {
    padding-top: 70px;
  }
}

.noSP {
  display: block;
}

.noPC {
  display: none;
}

@media screen and (max-width: 768px) {
  .noSP {
    display: none;
  }
  .noPC {
    display: block;
  }
}

img, object {
  max-width: 100%;
  height: auto;
}

a img {
  transition: 0.3s;
}

a:hover, a:active {
  text-decoration: underline;
}

a:hover img, a:active img {
  opacity: 0.6;
}

.nega_margin_wrapper {
  margin: -220px 0 0;
  padding: 220px 0 0;
}

.mt100{
	margin-top: 100px;
}
.mb80{
	margin-bottom: 80px!important;
}

#header {
  width: auto;
  height: 140px;
  z-index: 10;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
	letter-spacing: 0;
}

@media screen and (max-width: 1180px) {
  #header {
    height: 70px;
  }
}

header:after {
  position: absolute;
  top: 100%;
  left: -80px;
  display: block;
  width: 100%;
  height: 60px;
  content: '';
  background: url(../../assets/img/top/lt-element.png) no-repeat left top;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  header:after {
    background-size: 100% auto;
  }
}
#header .logo {
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 248px;
  height: 70px;
  left: 40px;
  top: 50%;
  margin-top: -35px;
  transition: 0.3s;
}

@media screen and (max-width: 1400px) {
  #header .logo {
    left: 20px;
  }
}

@media screen and (max-width: 1180px) {
  #header .logo {
    width: 124px;
    height: 35px;
    margin-top: -20px;
    left: 10px;
  }
}

@media screen and (max-width: 1180px) {
  #header #menu {
    position: fixed;
    left: 0;
    top: 70px;
    background: rgba(240, 240, 242, 0.95);
    width: 100%;
    height: calc(100% - 70px);
    overflow: auto;
    opacity: 0;
    pointer-events: none;
  }
  #header #menu.show {
    opacity: 1;
    pointer-events: inherit;
    transition: 0.3s;
  }
}

#header #nav {
  position: absolute;
  right: 40px;
  bottom: 20px;
  transition: 0.3s;
}

@media screen and (max-width: 1400px) {
  #header #nav {
    right: 20px;
  }
}

@media screen and (max-width: 1180px) {
  #header #nav {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

#header #nav.sp ul li ul {
  
}

@media screen and (max-width: 1180px) {
  #header #nav.sp ul li ul {
    display: none;
  }
  #header #nav ul li a.drop_trigger:before{
    transform: rotate(45deg);
  }
  #header #nav ul li a.drop_trigger.active:before{
    transform: rotate(-135deg);
  }
}

#header #nav ul {
  font-size: 0;
  line-height: 0;
	margin-bottom:0;
}

@media screen and (max-width: 1180px) {
  #header #nav ul {
    border-top: 1px solid #cbcbcc;
    margin-bottom: 10px;
  }
}

#header #nav ul li {
  font-size: 16px;
  line-height: 1.6em;
  display: inline-block;
  position: relative;
}
#header #nav ul li:nth-last-child(3) {
	margin: 0 10px 0 0;
}
@media screen and (max-width: 1180px) {
  #header #nav ul li:nth-last-child(3) {
    margin: 0;
  }
}
#header #nav ul li.square a {
  padding: 8px 13px;
}

#header #nav ul li.square a:hover {
  background:#ffcc00;
}

#header #nav ul li.square:hover > a{
  color:#fff;
  background:#ffcc00;
  opacity:1;
}

#header #nav ul li ul {
  display: none;
  background: #ffcc00;
  color:#fff;
  width: 250px;
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -90px;
}

@media screen and (max-width: 1180px) {
  #header #nav ul li ul {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 !important;
    width: auto;
  }
}

#header #nav ul li ul li {
  display: block;
  margin: 0 !important;
  text-align: left;
  border-top: 1px solid #f3f3f3;
}

#header #nav ul li ul li a {
  display: block;
  padding: 10px;
  color: #fff !important;
}

#header #nav ul li ul li a:hover{
  opacity:1 !important;
}

@media screen and (max-width: 1180px) {
  #header #nav ul li ul li {
    text-align: left;
  }
  #header #nav ul li ul li:first-child {
    border-top: none;
  }
  #header #nav ul li ul li a {
    padding: 10px 10px 10px 20px !important;
  }
}

@media screen and (max-width: 1280px) {
  #header #nav ul li {
    /* margin-left: 15px; */
  }
}

@media screen and (max-width: 1180px) {
  #header #nav ul li {
    display: block;
    margin-left: auto !important;
    border-bottom: 1px solid #fff;
  }
}

#header #nav ul li:first-child {
  margin-left: 0;
}

#header #nav ul li:last-child {
  margin-left: 15px;
}

#header #nav ul li a {
  text-decoration: none;
  /* padding: 0 5px; */
}

@media screen and (max-width: 1180px) {
  #header #nav ul li a {
    display: block !important;
    border-radius: 0;
    padding: 15px 10px !important;
    position: relative;
  }
  #header #nav ul li a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #656464;
    border-bottom: 1px solid #656464;
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    margin-top: -5px;
  }
}

#header #nav ul li a:link, #header #nav ul li a:visited {
  color: #656464;
  text-decoration: none;
}

#header #nav ul li a:hover, #header #nav ul li a:active {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1180px) {
  #header #nav ul li a:hover, #header #nav ul li a:active {
    text-decoration: none;
  }
}

#header #nav ul li a.btn {
  color: #656464 !important;
}
body.en #header .tel {
  position: absolute;
  width: 200px;
  bottom: 75px;
  right: 253px;
  text-align: center;
}
#header .tel {
  position: absolute;
  width: 200px;
  bottom: 75px;
  right: 40px;
  text-align: center;
}
body.en #header .time {
  position: absolute;
  width: 200px;
  bottom: 75px;
  right: 40px;
  text-align: left;
}

@media screen and (max-width: 1400px) {
	#header .tel {
    right: 20px;
    transition: 0.3s;
  }
  body.en #header .tel {
    right: 233px;
    transition: 0.3s;
  }
	body.en #header .time {
    right: 20px;
		text-align: left;
    transition: 0.3s;
  }
}

@media screen and (max-width: 1180px) {
  #header .tel {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
  }
	body.en #header .tel {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
  }
	body.en #header .time {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
		text-align: center;
  }
}

#header .tel  {
  display: block;
  font-size: 13px;
  line-height: 1.6em;
}

body.en #header .time {
  display: block;
  font-size: 12px;
  line-height: 1.6em;
}


#header .tel a:link, #header .tel a:visited, #header .tel a:hover, #header .tel a:active,
#header .time a:link, #header .time a:visited, #header .time a:hover, #header .time a:active{
  text-decoration: none;
  color: #656464;
}

#header .tel:before {
  content: "";
  display: block;
  width: 190px;
  height: 23px;
  background: url(../../img/new/tel.png) no-repeat center top;
  background-size: 100%;
  margin: 0 auto 2px;
}

body.en #header .header-link {
  position: absolute;
  font-size: 13px;
  line-height: 1.6em;
  right: 470px;
  bottom: 75px;
  padding: 0 10px;
  border-left: 1px solid #656464;
  border-right: 1px solid #656464;
  transition: 0.3s;
}

#header .header-link {
  position: absolute;
  font-size: 13px;
  line-height: 1.6em;
  right: 260px;
  bottom: 75px;
  padding: 0 10px;
  border-left: 1px solid #656464;
  border-right: 1px solid #656464;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
	#header .header-link {
    right: 240px;
  }
  body.en #header .header-link {
    right: 450px;
  }
}

@media screen and (max-width: 1180px) {
  #header .header-link {
    position: relative;
    bottom: auto;
    right: auto;
    border: none;
    text-align: center;
    padding: 10px 0;
  }
	 body.en #header .header-link {
    position: relative;
    bottom: auto;
    right: auto;
    border: none;
    text-align: center;
    padding: 10px 0;
  }
}

#header .header-link a:link, #header .header-link a:visited {
  text-decoration: none;
  color: #656464;
}

#header .header-link a:hover, #header .header-link a:active {
  text-decoration: none;
  color: #656464;
}

#header #btn-nav {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 30px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1180px) {
  #header #btn-nav {
    display: block;
  }
}

#header #btn-nav:before {
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  content: "";
  width: 30px;
  height: 12px;
  border-top: 2px solid #989899;
  border-bottom: 2px solid #989899;
	box-sizing: border-box;
}

#header #btn-nav:after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #989899;
  position: absolute;
  bottom: 8px;
  left: 0;
}

.btn {
  transition: 0.3s;
	margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:hover, .btn:active {
  opacity: 0.6;
  text-decoration: none !important;
}

.btn.pt-a {
  display: inline-block;
  background: #ffcb00;
  border-radius: 30px;
  padding: 8px 20px;
}

.btn.pt-b {
  display: block;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 10px 20px;
  position: relative;
}

.btn.pt-b:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #656464;
  border-bottom: 1px solid #656464;
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}

.btn.pt-b:link, .btn.pt-b:visited {
  color: #656464;
  text-decoration: none !important;
  background: #ffcb00;
}

.btn.pt-b:hover, .btn.pt-b:active {
  color: #656464 !important;
  text-decoration: none !important;
}

.link {
  display: block;
  text-align: center;
  max-width: 100px;
  font-size: 12px;
}

.link:link, .link:visited, .link:hover, .link:active {
  text-decoration: none;
}

.link:link, .link:visited {
  background: #ffcb00;
  color: #656464;
}

.link:hover, .link:active {
  background: #ffcb00;
  color: #656464;
}

.link.news:link, .link.news:visited {
  background: #656464;
  color: #fff;
}

.link.news:hover, .link.news:active {
  background: #656464;
  color: #fff;
}

.first {
  position: relative;
}

.first:after {
  width: 100%;
  height: 60px;
  background: url(../../img/new/header-graphic.png) no-repeat left top;
  /* content: ""; */
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .first:after {
    background-size: 100% auto;
  }
}

#mv {
  background: url(../../img/new/mv.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
}

#mv:after {
  width: 100%;
  height: 60px;
  background: url(../../img/new/header-graphic.png) no-repeat left top;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  #mv:after {
    background-size: 100% auto;
  }
}

#mv:before {
  content: "";
  display: block;
  padding-top: 49%;
}

@media screen and (min-width: 1600px) {
  #mv:before {
    display: none;
  }
}

#mv #mv-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 1600px) {
  #mv #mv-inner {
    position: relative;
    width: 100%;
    height: 780px;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
}

#mv #mv-inner h2 {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  width: 100%;
  height: 100px;
  margin-top: -30px;
  font-size: 36px;
  line-height: 100px;
  text-shadow: 0px 2px 0px #fff;
  letter-spacing: 10px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #mv #mv-inner h2 {
    font-size: 18px;
    letter-spacing: 8px;
    text-shadow: 0px 1px 0px #fff;
  }
}

.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
  overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: auto;
    padding: 80px 20px;
  }
}

.ttl {
  line-height: 1.4em;
}

.ttl.pt-a {
  font-size: 36px;
  margin-bottom: 50px;
  font-weight: 300;
}

@media screen and (max-width: 1000px) {
  .ttl.pt-a {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .ttl.pt-a {
    font-size: 28px;
  }
}

.ttl.pt-b {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .ttl.pt-b {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .ttl.pt-b {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.ttl.pt-c {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 300;
}

@media screen and (max-width: 1000px) {
  .ttl.pt-c {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .ttl.pt-c {
    font-size: 20px;
  }
}

.ttl.pt-c span {
  display: block;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 5px;
}

.ttl.pt-d {
	padding: 60px 0 0;
  font-size: 50px;
	letter-spacing: 16px;
  margin-bottom: 50px;
  font-weight: 300;
}

@media screen and (max-width: 1000px) {
  .ttl.pt-d {
		padding: 0;
    font-size: 32px;
		letter-spacing: 10px;
  }
}

@media screen and (max-width: 768px) {
  .ttl.pt-d {
		padding: 0;
    font-size: 28px;
		letter-spacing: 5px;
  }
}

.tcenter {
  text-align: center;
}

.image {
  font-size: 0;
  line-height: 0;
}

#about ul {
  margin-top: 50px;
  margin-right: -50px;
  zoom: 1;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  #about ul {
    margin-right: -20px;
  }
}

@media screen and (max-width: 414px) {
  #about ul {
    margin-right: auto;
  }
}

#about ul li {
  width: calc(33.3% - 50px);
  float: left;
  margin-right: 50px;
}

@media screen and (max-width: 1000px) {
  #about ul li {
    width: calc(33.3% - 20px);
    margin-right: 20px;
  }
}

@media screen and (max-width: 414px) {
  #about ul li {
    width: auto;
    margin-right: auto;
    float: none;
    clear: both;
    margin-bottom: 50px;
  }
  #about ul li:last-child {
    margin-bottom: 0;
  }
}

#about ul li h3 br {
  display: none;
}

#about ul li h3 br.pt-b {
  display: inherit;
}

@media screen and (max-width: 1000px) {
  #about ul li h3 br {
    display: inherit;
  }
}

@media screen and (max-width: 414px) {
  #about ul li h3 br {
    display: none;
  }
}

#about ul li .image {
  margin-bottom: 20px;
}

#partner {
  background: #e8f5fb;
}

#partner .image {
  margin-bottom: 50px;
}

#about {
  font-size: 16px;
}

#service {
  background: #e8f5fb;
}

#service ul {
  margin-right: -120px;
  margin-bottom: -100px;
  zoom: 1;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  #service ul {
    margin-right: -20px;
  }
}

@media screen and (max-width: 414px) {
  #service ul {
    margin-right: auto;
    margin-bottom: 0;
  }
}

#service ul li {
  float: left;
  margin-right: 120px;
  width: calc(50% - 120px);
  cursor: pointer;
  margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  #service ul li {
    margin-right: 20px;
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 414px) {
  #service ul li {
    margin-right: auto;
    width: auto;
    float: none;
    clear: both;
    margin-bottom: 50px;
  }
  #service ul li:last-child {
    margin-bottom: 0;
  }
}

#service ul li .ttl {
  transition: 0.3s;
}

#service ul li .ttl:hover {
  opacity: 0.6;
  text-decoration: underline;
}

#service ul li .image {
  margin-bottom: 20px;
  transition: 0.3s;
}

#service ul li .image:hover {
  opacity: 0.6;
}

#service ul li p {
  margin-bottom: 20px;
  transition: 0.3s;
}

#service ul li p:hover {
  opacity: 0.6;
  text-decoration: underline;
}

#service ul li .btn {
  margin: 20px auto 0;
}

#case ul {
  margin-right: -40px;
  font-size: 0;
  line-height: 0;
  zoom: 1;
  overflow: hidden;
}

#case ul li {
  width: calc(16.6% - 40px);
  float: left;
  margin: 0 40px 20px 0;
}

@media screen and (max-width: 768px) {
  #case ul li {
    width: calc(25% - 40px);
    margin-bottom: 10px;
  }
}

#news {
  background: #e8f5fb;
}

#news .tcenter .btn {
  display: inline-block;
  width: 280px;
}

@media screen and (max-width: 768px) {
  #news .tcenter .btn {
    display: block;
    width: auto;
    max-width: 280px;
  }
}

#news .tcenter .btn:first-child {
  margin-right: 50px;
}

@media screen and (max-width: 1000px) {
  #news .tcenter .btn:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #news .tcenter .btn:first-child {
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.post-list {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .post-list {
    border-radius: 10px;
    overflow: hidden;
  }
}

.post-list li {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .post-list li {
    padding: 10px;
    background: #fff;
    margin-bottom: 1px;
  }
}

.post-list li:last-child {
  margin-bottom: 0;
}

.post-list li .date {
  width: 6em;
  float: left;
}

.post-list li .category {
  width: 12%;
  float: left;
}

.post-list li .category a {
  display: block;
  text-align: center;
  max-width: 100px;
  font-size: 12px;
}

.post-list li .category a:link, .post-list li .category a:visited, .post-list li .category a:hover, .post-list li .category a:active {
  text-decoration: none;
}

.post-list li .category a:link, .post-list li .category a:visited {
  background: #656464;
  color: #fff;
}

.post-list li .category a:hover, .post-list li .category a:active {
  background: #656464;
  color: #fff;
}

.post-list li .category.news a:link, .post-list li .category.news a:visited {
  background: #ffcb00;
  color: #656464;
}

.post-list li .category.news a:hover, .post-list li .category.news a:active {
  background: #ffcb00;
  color: #656464;
}

.post-list li .category.casestudy a:link, .post-list li .category.casestudy a:visited {
  background: #8acbed;
  color: #fff;
}

.post-list li .category.casestudy a:hover, .post-list li .category.casestudy a:active {
  background: #8acbed;
  color: #fff;
}

.post-list li .category.blog a:link, .post-list li .category.blog a:visited {
  background: #8acbed;
  color: #fff;
}

.post-list li .category.blog a:hover, .post-list li .category.blog a:active {
  background: #8acbed;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .post-list li .category {
    width: 40%;
  }
}

.post-list li .title {
  zoom: 1;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .post-list li .title {
    float: none;
    clear: both;
    padding-top: 10px;
  }
}

.post-list li .title a:link, .post-list li .title a:visited {
  color: #656464;
  text-decoration: none;
}

.post-list li .title a:hover, .post-list li .title a:active {
  color: #656464;
  text-decoration: underline;
}

#footer {
  position: relative;
}

#footer:before {
  content: "";
  width: 100%;
  height: 60px;
  background: url(../../img/new/footer-graphic.png) no-repeat right bottom;
  display: block;
  position: absolute;
  right: 0;
  top: -60px;
}

@media screen and (max-width: 768px) {
  #footer:before {
    background-size: 100% auto;
  }
}

#footer #footer-top {
  background: #989899;
}

#footer #footer-top .inner {
  padding: 50px 0;
  zoom: 1;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  #footer #footer-top .inner {
    padding: 50px 20px;
  }
}

#footer #footer-top ul {
  width: 280px;
  margin-right: 30px;
  float: left;
}

@media screen and (max-width: 1000px) {
  #footer #footer-top ul {
    margin-right: auto;
    float: none;
    clear: both;
    width: auto;
    margin-bottom: 10px;
    zoom: 1;
    overflow: hidden;
  }
}

#footer #footer-top ul li {
  text-align: center;
  margin-bottom: 10px;
}

#footer #footer-top ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  #footer #footer-top ul li {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #footer #footer-top ul li {
    float: none;
    width: auto;
    clear: both;
    margin-bottom: 10px;
  }
  #footer #footer-top ul li:last-child {
    margin-bottom: 0;
  }
  #footer #footer-top ul li .btn {
    max-width: 100%;
  }
}

#footer #footer-top .tel {
  zoom: 1;
  overflow: hidden;
}

#footer #footer-top .tel{
  display: block;
  border-radius: 10px;
  padding: 25px 25px 25px 32px;
  position: relative;
	background: #fff;
}

@media screen and (max-width: 768px) {
  #footer #footer-top .tel {
    padding: 10px 20px;
    text-align: center;
  }
}

#footer #footer-top .tel:before {
  content: "";
  width: 348px;
  height: 41px;
  background: url(../../img/new/tel.png) no-repeat;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  #footer #footer-top .tel:before {
    position: relative;
    right: auto;
    top: auto;
    margin-top: auto;
    clear: both;
    display: block;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 480px) {
  #footer #footer-top .tel:before {
    width: 100%;
    height: 50px;
    background-size: 100% auto;
    background-position: center center;
    margin-bottom: 0;
  }
}

#footer #footer-top .tel a:link, #footer #footer-top .tel a:visited {
  background: #fff;
  color: #656464;
  text-decoration: none;
}

#footer #footer-top .tel a:hover, #footer #footer-top .tel a:active {
  background: #fff;
  color: #656464;
  text-decoration: none;
}

#footer #footer-bottom {
  background: #656464;
}

#footer #footer-bottom .inner {
  padding: 50px 0;
}

@media screen and (max-width: 1000px) {
  #footer #footer-bottom .inner {
    padding: 50px 20px 20px;
  }
}

#footer #footer-bottom .logo {
  width: 310px;
  float: left;
}

@media screen and (max-width: 900px) {
  #footer #footer-bottom .logo {
    width: auto;
    float: none;
    clear: both;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #footer #footer-bottom .logo img {
    width: 124px;
    height: auto;
  }
}

#footer #footer-bottom #copyright {
  color: #fff;
  clear: both;
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  #footer #footer-bottom #copyright {
    font-size: 10px;
    text-align: center;
  }
}

.sitemap {
  zoom: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sitemap {
    border-radius: 10px;
    overflow: hidden;
  }
}

.sitemap div {
  width: 25%;
  float: left;
}

@media screen and (max-width: 768px) {
  .sitemap div {
    width: auto;
    float: none;
    clear: both;
  }
}

.sitemap div:first-child {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .sitemap div:first-child {
    width: auto;
    margin-top: -1px;
  }
}

@media screen and (max-width: 768px) {
  .sitemap div ul {
    background: #989899;
		margin-bottom: 0px;
  }
}

.sitemap div ul li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .sitemap div ul li {
    margin-bottom: auto;
    border-top: 1px solid #656464;
  }
  .sitemap div ul li a {
    display: block;
    padding: 10px 10px;
    position: relative;
  }
  .sitemap div ul li a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    right: 15px;
    top: 50%;
    margin-top: -5px;
  }
}

.sitemap div ul li ul {
  margin-top: 10px;
  padding-left: 20px;
	margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .sitemap div ul li ul {
    margin-top: auto;
    padding: 0;
    background: #8b8b8c;
  }
  .sitemap div ul li ul a {
    padding-left: 20px;
  }
  .sitemap div ul li ul ul {
    background: #7e7e80;
  }
  .sitemap div ul li ul ul a {
    padding-left: 40px;
  }
}

.sitemap div a:link, .sitemap div a:visited {
  color: #fff;
  text-decoration: none;
}

.sitemap div a:hover, .sitemap div a:active {
  color: #fff;
  text-decoration: underline;
}

#totop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #ffcb00;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

#totop.show {
  opacity: 0.7;
  pointer-events: inherit;
}

#totop.show:hover {
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  #totop {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #totop {
    width: 40px;
    height: 40px;
  }
}

#totop:after {
  content: "";
  width: 16px;
  height: 16px;
  border-right: 1px solid #656464;
  border-bottom: 1px solid #656464;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
  transform: rotate(-135deg);
}

#common .column-left {
  width: 670px;
  float: left;
}

@media screen and (max-width: 1000px) {
  #common .column-left {
    width: auto;
    float: none;
    clear: both;
  }
}

#common .column-right {
  width: 280px;
  float: right;
}

@media screen and (max-width: 1000px) {
  #common .column-right {
    display: none;
  }
}

.article-detail h1 {
  font-size: 20px;
  line-height: 1.4em;
  border: 1px solid #cbcbcc;
  padding: 15px 20px;
  font-weight: 500;
  margin-bottom: 1em;
}

.article-detail h2 {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 1em;
  margin-top: 1em;
  font-weight: 500;
}

.article-detail h2:first-child {
  margin-top: 0;
}

.article-detail h3 {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 2em;
  margin-top: 3em;
  font-weight: 500;
  padding: 10px;
  background: #cbcbcc;
}

.article-detail h3:first-child {
  margin-top: 2em;
}

.article-detail h4 {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 1em;
  margin-top: 3em;
  font-weight: 500;
}

.article-detail h4:first-child {
  margin-top: 0;
}

.article-detail p, .article-detail ul, .article-detail ol, .article-detail table {
  margin-bottom: 3em;
}

.article-detail p:last-child, .article-detail ul:last-child, .article-detail ol:last-child, .article-detail table:last-child {
  margin-bottom: 0;
}

.article-detail .image {
  margin-bottom: 20px;
}

.article-detail .image:last-child {
  margin-bottom: 0;
}

.article-detail ul {
  list-style: disc outside;
  padding-left: 30px;
}

.article-detail ol {
  list-style: decimal outside;
  padding-left: 30px;
}

.article-detail .caution {
  font-size: 14px;
  line-height: 1.6em;
  text-indent: -1em;
  padding-left: 1em;
}

.article-detail table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #cbcbcc;
}

@media screen and (max-width: 768px) {
  .article-detail table {
    border: 1px solid #cbcbcc;
  }
}

@media screen and (max-width: 768px) {
  .article-detail table tr {
    display: block;
  }
}

.article-detail table tr th, .article-detail table tr td {
  padding: 15px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #cbcbcc;
}

@media screen and (max-width: 768px) {
  .article-detail table tr th, .article-detail table tr td {
    display: block;
    width: auto !important;
    border: none;
  }
}

.article-detail table tr th {
  background: #d0eaf8;
}

.article-detail table tr td {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .fixed {
    width: 280px;
    top: calc(70px + 2%);
    position: fixed;
    z-index: 9998;
  }
}

@media screen and (min-width: 1180px) {
  .fixed {
    top: calc(140px + 2%);
  }
}

.link-list {
  border: 1px solid #cbcbcc;
}

.link-list ul {
  margin: 0;
}

.link-list h3 {
  border-bottom: 1px solid #cbcbcc;
  margin: 0;
}

.link-list a, .link-list span {
  display: block;
  padding: 22px 20px;
  transition: 0.3s;
  line-height: 1;
}

.link-list a:link, .link-list a:visited, .link-list span:link, .link-list span:visited {
  color: #656464;
  text-decoration: none;
  background: #fff;
}

.link-list a:hover, .link-list a:active, .link-list span:hover, .link-list span:active {
  color: #656464;
  text-decoration: none;
  background: #ffcb00 !important;
}

.link-list ul li {
  border-bottom: 1px solid #cbcbcc;
}

.link-list ul li:last-child {
  border-bottom: none;
}

.link-list ul li ul {
  display: none;
  border-top: 1px solid #cbcbcc;
}

.link-list ul li ul li a {
  padding-left: 30px;
}

.link-list ul li ul li a:before {
  content: "・";
}

.link-list ul li.active ul {
  display: block;
}

.link-list ul li.active a:link, .link-list ul li.active a:visited {
  background: #ddddde;
}

.link-list ul li.active ul li a:link, .link-list ul li.active ul li a:visited {
  background: #f2f2f2;
}


/* =================会社情報 start================= */

.resp {
  display: flex;
  flex-direction: row;
}

.tab_wrap {
  width: 100%;
  margin: 0 auto;
}

input[type='radio'] {
  display: none;
}

.tab_area {
  font-size: 0;
  display: flex;
  justify-content: space-between;
}

.tab_area label {
  font-size: 18px;
  line-height: 80px;
  display: inline-block;
  width: 332px;
  height: 80px;
  cursor: pointer;
  transition: ease .2s opacity;
  text-align: center;
  color: #fff;
  background: #cbcbcc;
}

.tab_area label:hover {
  opacity: .5;
}

.panel_area {
  background: #fff;
}

.tab_panel {
  display: none;
  width: 100%;
  padding: 80px 0;
}

.tab_panel h3+* {
  line-height: 1.75;
  padding: 25px 0 80px;
}

.tab_panel .message {
  width: 542px;
  padding: 0 0 0 47px;
}

.tab_panel .message strong {
  font-size: 20px;
}

.tab_panel ul li {
  box-sizing: border-box;
  padding: 15px 0;
}

.tab_panel ul li:nth-child(odd) {
  background-color: #e8f5fb;
}

.tab_panel ul li h4, .tab_panel ul li p {
  box-sizing: border-box;
  padding: 0 10px;
}

.tab_panel ul.overview li h4 {
  width: 15%;
  margin: 0;
}

.tab_panel ul.overview li p {
  width: 85%;
}

.tab_panel ul.officer li h4 {
  width: 25%;
}

.tab_panel ul.officer li p {
  width: 75%;
}

.tab_panel ul.history li h4 {
  display: flex;
  width: 12%;
  min-width: 104px;
  justify-content: space-between;
  white-space: nowrap;
}

.tab_panel ul.history li p {
  width: 87%;
}

.tab_panel .g_map {
  min-width: 491px;
  height: 454px;
  margin: 0 45px 0 0;
  border: solid 5px #ccc;
}

.tab_panel.access h4 {
  font-size: 24px;
  margin: 0 0 25px;
}

#tab1:checked~.tab_area .tab1_label, #tab2:checked~.tab_area .tab2_label, #tab3:checked~.tab_area .tab3_label {
  color: #656464;
  border-top: #cbcbcc solid 1px;
  background: #fff;
}

#tab1:checked~.tab_area .tab1_label{
  border-left: #cbcbcc solid 1px;
}

#tab3:checked~.tab_area .tab3_label{
  border-right: #cbcbcc solid 1px;
}

#tab1:checked~.panel_area #panel1, #tab2:checked~.panel_area #panel2, #tab3:checked~.panel_area #panel3 {
  display: block;
}

@media screen and (max-width: 768px) {
  .resp {
    flex-direction: column;
  }
  .tab_area label {
    font-size: 15px;
    line-height: 50px;
    height: 50px;
  }
  .tab_panel .ceo {
    margin: 0 auto 15px;
  }
  .tab_panel .message {
    width: 100%;
    padding: 0;
  }
  .tab_panel ul li>* {
    width: 100% !important;
  }
  .tab_panel ul.history li h4 {
    justify-content: flex-start;
  }
  .tab_panel .g_map {
    min-width: auto;
    margin: 0 0 20px;
  }
  .tab_panel.access h4 {
    font-size: 19px;
    margin: 0 0 15px;
  }
}

/* =================会社情報 end================= */

/*------------------------導入事例 ------------------------*/


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/*------------------------

        導入事例　　

------------------------*/
#casestudy .title a{
	    color: #656464;
	text-decoration: none;
}

/*#casestudy .case_box a{
	text-decoration: none;
	color: #656464;
}
*/

#casestudy h2.ttl.pt-a + p{
	padding-bottom: 60px;
}

#casestudy .case_box li.case_area{
	width: 440px;
	margin-bottom: 50px;
	cursor: pointer;
}

#casestudy .case_box li.case_area:nth-child(odd){
	float: left;
}

#casestudy .case_box li.case_area:nth-child(even){
	float: right;
}

#casestudy .case_box li.case_area div{
	margin-bottom: 20px;
	cursor: initial;
}

#casestudy .case_box li.case_area .category_area ul li{
	float: left;
	text-align: center;
	line-height: 2;
	border: 1px solid #656464;
	margin-right: 2%;
}

#casestudy .case_box li.case_area .category_area ul li:last-child{
	margin-right: 0;
}


#casestudy .case_box li.case_area .category_area ul .category_01{
	width: 7em;
}

#casestudy .case_box li.case_area .category_area ul .category_02{
	border-radius: 6px;
	padding-left: 2%;
	padding-right: 2%;
}

#casestudy .case_box li.case_area .hthumb:hover {
	opacity:0.6;
	transition:0.3s;
}

#casestudy .case_box li.case_area .title:hover{
  opacity:0.6;
  transition:0.3s;
  text-decoration:underline;
}

#casestudy .case_box li.case_area .case_link{
	text-align: center;
	margin-top: 35px;
}

#casestudy .pagination{
	text-align: center;
	margin-top: 80px;
}

#casestudy .pagination a{
	text-decoration: none;
	color: #656464;
}

#casestudy .pagination p,
#casestudy .pagination ul,
#casestudy .pagination li{
	display: inline-block;
}

#casestudy .pagination p,
#casestudy .pagination li{
	border: 1px solid #656464;
	margin: 1px;
}

#casestudy .pagination p a,
#casestudy .pagination li a{
	display: inline-block;
	line-height: 2.5;
	padding: 0px 17px;
	/* font-weight: bold; */
	color:#ffcb00;
}

#casestudy .pagination p a:hover,
#casestudy .pagination li a:hover{
  transition:.3s;
  opacity:0.6;
}

#casestudy .pagination p.no_link,
#casestudy .pagination li.no_link{
	line-height: 2.5;
	padding: 0px 17px;
}


/*------------------------

        レスポンシブ　　

------------------------*/

@media screen and (max-width: 1000px) {
	#casestudy .case_box li.case_area{
		width: 47%;
	}

	#casestudy .case_box li.case_area .category_area ul .category_01{
		width: 12vw;
	}

	#casestudy .case_box li.case_area .category_area ul li	{
		font-size: 1.6vw;
	}

}

@media screen and (max-width: 500px) {
	#casestudy .case_box li.case_area{
		width: 100%;
		margin-bottom: 40px;
	}

	#casestudy .case_box li.case_area .category_area ul .category_01{
		width: 20vw;
	}

	#casestudy .case_box li.case_area .category_area ul li	{
		font-size: 3.2vw;
	}
	#casestudy .case_box li.case_area .case_link{
		margin-top: 30px;
	}

	#casestudy .pagination p, #casestudy .pagination li{
		font-size: 3.5vw;
	}


#casestudy .pagination p a,
#casestudy .pagination li a{
		padding: 0 3vw;
}


#casestudy .pagination p.no_link,
#casestudy .pagination li.no_link{
		padding: 0 3vw;
}
}

/* サービス */


.breadcrumbs{
	margin-top: 50px !important;
}

/* 2020.11 Special Campaign */
section#special{background-color:#ffcb00;}
div.special_inner{padding: 2.0em 0;}
h2.special_h2{font-size: 1.4em !important;font-weight:600;margin-bottom: 1.0em !important;}
div.special_inner ul{margin-right:-50px;overflow:hidden;}
div.special_inner ul li{display:block;background-color: #ffeeaa;float:left;width: calc(33% - 50px); margin-right:50px; height: 4.8em; line-height:2.4em;text-align:center;font-weight: 600;}
div.special_inner ul li a{color: #989898;}
@media screen and (max-width: 750px) {
	div.special_inner{padding:0.8em 0.2em;}
	div.special_inner ul{margin-right: 0px !important; overflow: hidden;}
	div.special_inner ul li{border-bottom:solid 1px #ffcb00;display:block;float:none;background-color: #ffeeaa;width: 100%; margin:0.1em; height: 3.4em;line-height:1.6em; text-align:center;font-weight: 400;}	
	h2.special_h2{margin-bottom:0.8em !important;margin-top:1.0em !important;font-size:1.2em !important;}
}