/*  =============================

PC

=============================  */
/*  ---------------------------
					HEADER
---------------------------  */

@media screen and (min-width: 1025px) {

.top-pc-tb-header {
  align-items: center;
  font-family: "Reddit Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}
#top {
  overflow-x: hidden;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.sp-header {
  display: none;
}

.only_sp {
  display: none;
}

.only_tb {
  display: none;
}
.mb35{
  margin-bottom: 35px;
}

/*  ---------------------------
					NAVI
---------------------------  */

.hamburger-button {
  display: none;
}

#menubar {
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  background-color: #fff;
}

#menubar nav {
  height: 50px;
  padding-top: 20px;
  padding-right: 20px;
}

#menubar>nav>ul {
  display: flex;
  justify-content: flex-end;
  font-size: 1em;
  gap: 2em;
}

#menubar nav ul li a {
  position: relative;
}

#menubar nav ul li a::after {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  width: 40%;
  height: 3px;
  background: #000000;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

#menubar nav ul li a:hover::after {
  transform: scale(1, 1);
}


/*  ---------------------------
					NEWKV
---------------------------  */
@media screen and (min-width: 1167px) {
#header_set {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  width: 1140px;
  margin: 70px auto 0;
  padding-bottom: 70px;
}

#header_l {
  width: 340px;
}
.top-pc-tb-header #header_l h1 img{
  width: 260px;
}

#logo img {
  display: block;
  width: 330px;
}

.subhead_en {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 250px;
  padding: 20px 0;
}

.subhead_en img {
  height: 10px;
  padding-bottom: 8px;
}

#subhead_jp {
  padding-top: 40px;
  padding-bottom: 20px;
}

#header_r {
  width: 800px;
}
}

.mainimg {
  position: relative;
  display: none;
}

.mainimg.slick-initialized {
  display: block;
}

.mainimg img {
  width: 100%;
}

/*  ---------------------------
					ENQUIRY
---------------------------  */
#enquiry {
  position: fixed;
  bottom: 30px;
  width: 160px;
  height: 160px;
  right: 5px;
  z-index: 20;
}

#enquiry-sp {
  display: none;
}

/*  ---------------------------
					ABOUT
---------------------------  */
#aboutA {
  position: relative;
  padding-top: 40px;
  margin-top: -40px;
}

#about {
  position: relative;
  line-height: 0;
}

#about h2 {
  font-size: 26px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin: 60px 0 50px 0;
}

#about h2:before {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}

#about .wrapper {
  text-align: center;
  padding-top: 30px;
}

#about .wrapper p {
  font-size: 16px;
  padding: 10px 0;
  line-height: 1.6em;
}

#about .wrapper p.ttl {
  font-size: 18px;
  font-weight: bold;
}

.categories {
  margin-bottom: 30px;
}

.categories li {
  display: inline-block;
  width: 18%;
  padding: 0 3%;
  vertical-align: top;
  text-align: center;
}

.catetitle a {
  text-decoration: none;
  font-weight: bold;
}

.catetitle a:hover {
  text-decoration: none;
}

a.catelink {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 50px;
  margin: 10px auto;
  padding: 0.5rem 2rem;
  font-size: 14px;
  font-weight: bold;
  background: #009fe8;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
}

a.catelink:hover {
  color: #fff;
  background: black;
}

#fourcategories {
  width: 100%;
  margin: 30px 0;
}

#about .cateimg a img {
  width: 168px;
}

/*  ---------------------------
					SERVICE
---------------------------  */
#service{
  position: relative;
  padding-top: 40px;
  margin-top: -40px;
}

#service h2 {
  font-size: 26px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin: 60px 0 0 0;
}

#service h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}

#service .wrapper {
  width: 100%;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

#service .wrapper p.msg {
  font-size: 18px;
  font-weight: bold;
}

.txt_bg_blue_white {
  background: #595757;
  padding: 0.50em;
  margin: 0.50em;
  border-radius: 4px;
  color: white
}

#serviceimg {
  width: 900px;
  margin: 20px 0;
}

#serviceimg2 {
  width: 900px;
  margin: 50px 0 0 0;
}

/*  ---------------------------
					WORK
---------------------------  */
#work {
  position: relative;
  padding-top: 30px;
  margin-top: -30px;
}

#work h2 {
  font-size: 26px;
        position: relative;
        padding: 1.5rem;
        padding-bottom: 1.5rem;
        text-align: center;
        margin: 60px 0 0 0;
}

#work h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}

#work .wrapper {
  width: 880px;
  padding-top: 80px;
  padding-bottom: 50px;
}

/*workslick*/
#work_slider {
  margin-bottom: 50px;
}

.worksimg img {
  width: 700px;
  margin: 0 auto;
}

.worksimg figcaption {
  text-align: center;
}

/*  ---------------------------
				CORPORATE
---------------------------  */
#corp {
  position: relative;
  padding-top: 60px;
  margin-top: -60px;
}

#corp h2 {
  font-size: 26px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin: 50px 0;
}

#corp h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 90px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}

#corp .wrapper .left {
  width: 460px;
  float: left;
}

#corp .wrapper .left h3 {
  font-weight: bold;
  padding-bottom: 40px;
}

#corp .wrapper .left p.ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
}

#corp .torihikisaki {
  margin-top: 45px;
  font-weight: bold;
  padding-bottom: 5px;
}

#corp .wrapper .left p.all {
  font-size: 14px;
  line-height: 1.5em;
  padding-bottom: 20px;
}
#corp .wrapper .tel{
 padding-bottom: 5px;
}

#corp .wrapper .right {
  width: 460px;
  float: right;
}

#corp .wrapper .right img {
  padding-bottom: 5px;
}

#corp .wrapper .right p.ttl {
  font-weight: bold;
  font-size: 14px;
}

#corp .wrapper .right p {
  font-size: 14px;
}

#corp table th {
  text-align: left;
  width: 17%;
}

#corp table caption {
  padding-bottom: 5px;
  text-align: left;
  font-weight: bold;
}

/*  ---------------------------
				RECRUIT
---------------------------  */
#recruit {
  position: relative;
  padding-top: 60px;
  margin-top: -60px;
}
#recruit .wrapper{
  width: 980px;
  margin: 0 auto;
}

#recruit h2 {
  font-size: 26px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin: 30px 0 60px 0;
}

#recruit h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}
#recruit h3{
  margin-bottom: 20px;
} 

#recruit .left {
  padding-left: 30px;
  width: 460px;
  float: left;
}

#recruit .left img {
  width: 360px;
}

#recruit .right {
  width: 460px;
  float: right;
}

#recruit dl {
  margin-top: 10px;
}

#recruit dl dt {
  float: left;
  padding-bottom: 10px;
  width: 90px;
  text-align: right;
}

#recruit dl dd {
  padding-left: 85px;
  padding-bottom: 10px;
}

#corp:after {
  content: "";
  display: block;
  padding: 20px;
}

/*  ---------------------------
				CONTACT
---------------------------  */
#contact {
  position: relative;
  background: #e8e8e8;
}

#contact h2 {
  font-size: 26px;
  position: relative;
  padding: 50px 0 1.5rem 0;
  text-align: center;
  margin: 70px 0 50px 0;
}

#contact h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}

a.m_btn,
a.btn_03 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 240px;
  margin: 20px auto;
  padding: 1rem 4rem;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #595757;
  background: #595757;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
}

a.m_btn:hover,
a.btn_03:hover {
  color: #595757;
  background: #fff;
}

#bnrimg {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#bnrimg img {
  width: 300px;
  hight: 118px;
  margin-top: 10px;
  border: solid 1px #c6c4a6;
}

.bnr a {
  display: block;
  width: fit-content;
}

.bnr a img {
  display: block
}

#footer {
  font-size: 13px;
  margin-top: 40px;
  padding: 30px;
  border-top: 1px solid #595757;
}

#footer .private-information {
  width: 50%;
  margin: 20px auto;
}

#footer .private-information dl dt{
  margin-bottom: 15px;
}

#footer ul {
  padding: 0px 0px 24px 220px;
}

#footer .message {
  padding: 0px 135px;
}

#footer ul li:before {
  content: "・";
  padding-right: 5px;
}

footer {
  text-align: center;
  line-height: 1.5;
}

.align-center {
  text-align: center;
}
}
@media screen and (min-width:1025px)  and (max-width:1166px){
  #header_set {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    width: 980px;
    margin: 70px auto 0;
    padding-bottom: 70px;
  }
  
  #header_l {
    width: 100%;
  }
  .top-pc-tb-header #header_l h1 img{
    width: 250px;
  }

  .subhead_en {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 250px;
    padding: 15px 0;
  }
  
  .subhead_en img {
    height: 10px;
    padding-bottom: 8px;
  }
  
  #subhead_jp {
    width: 250px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  
  #header_r {
    width: 700px;
  }
  
}