@charset "utf-8";

/* --------------
 reset
-------------- */
input[type="submit"],
label {
  cursor: pointer;
}

/* --------------
 base
-------------- */
.ifsp {
  display: none;
}

/* --------------
 modules css
-------------- */
/* ---------- font size */
.fs05 {
  font-size: 0.5em;
}
.fs06 {
  font-size: 0.6em;
}
.fs07 {
  font-size: 0.7em;
}
.fs08 {
  font-size: 0.8em;
}
.fs09 {
  font-size: 0.9em;
}
.fs10 {
  font-size: 1em;
}
.fs11 {
  font-size: 1.1em;
}
.fs12 {
  font-size: 1.2em;
}
.fs13 {
  font-size: 1.3em;
}
.fs14 {
  font-size: 1.4em;
}
.fs15 {
  font-size: 1.5em;
}
.fs16 {
  font-size: 1.6em;
}
.fs17 {
  font-size: 1.7em;
}
.fs18 {
  font-size: 1.8em;
}
.fs19 {
  font-size: 1.9em;
}
.fs20 {
  font-size: 2em;
}
.fs21 {
  font-size: 2.1em;
}
.fs22 {
  font-size: 2.2em;
}
.fs23 {
  font-size: 2.3em;
}
.fs24 {
  font-size: 2.4em;
}
.fs25 {
  font-size: 2.5em;
}
.fs30 {
  font-size: 3em;
}

/* ---------- float */
.fll {
  float: left;
}
.flr {
  float: right;
}

/* ---------- width */
.wd5 {
  width: 5% !important;
}
.wd10 {
  width: 10% !important;
}
.wd15 {
  width: 15% !important;
}
.wd20 {
  width: 20% !important;
}
.wd25 {
  width: 25% !important;
}
.wd30 {
  width: 30% !important;
}
.wd35 {
  width: 35% !important;
}
.wd40 {
  width: 40% !important;
}
.wd45 {
  width: 45% !important;
}
.wd48 {
  width: 48% !important;
}
.wd49 {
  width: 49% !important;
}
.wd50 {
  width: 50% !important;
}
.wd55 {
  width: 55% !important;
}
.wd60 {
  width: 60% !important;
}
.wd65 {
  width: 65% !important;
}
.wd70 {
  width: 70% !important;
}
.wd75 {
  width: 75% !important;
}
.wd80 {
  width: 80% !important;
}
.wd85 {
  width: 85% !important;
}
.wd90 {
  width: 90% !important;
}
.wd95 {
  width: 95% !important;
}
.wd100 {
  width: 100% !important;
}

/* ---------- margin,padding */
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}

/* ----- images */
.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.imgR {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* ----- imgbox */

.imgBox {
  height: 280px; /*exp適宜*/
}

.imgBox img {
  width: 100%;
  height: 100%;
}

/* ----- base width */
html,
body {
  width: 100%;
  min-width: 768px;
}
/*
#mainNav, #container, #siteFooter {
	width: 100%;
	margin: 0 auto;
}
*/
.in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.in1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* ---------- align */
.alcPC {
  text-align: center !important;
}
.alrPC {
  text-align: right !important;
}
.allPC {
  text-align: left !important;
}

/* -------gird */
.pc-grid--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
.pc-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}

/* ---------- hover */
.worksItem .btn a:hover {
  box-shadow: -2px -2px #000;
  transform: translate(2px, 2px);
  text-decoration: none;
}

#company .cmnBox .btn a:hover {
  background-color: #fff;
  color: #333;
  border: #333 1px solid;
}

#footer .btn a:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.submitBtm button:hover {
  background-color: #fff;
}

/* --------------
 common
-------------- */

/* =header
-------------------------------------------------------------- **/

.nlist {
  display: none;
}

/* =siteHeader
---------------------------------------------------- */

#siteHeader h1 img {
  max-height: 120px;
}

/* =globalNav
---------------------------------------------------- */
.mvImg {
  height: 540px;
  background-position: right bottom;
  background-size: 86%;
}

.leadBox {
  top: 70%;
  font-size: 0.9em;
}

.leadBox .bgW {
  background-color: #fff;
  padding: 10px 12px 8px 11px;
}
.leadBox p:nth-child(3) .bgW {
  padding: 9px 13px 8px;
}

.sp-humberger {
  display: none;
}
/* =container
-------------------------------------------------------------- **/

@media screen and (max-width: 1280px) {
  .bread,
  .main {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .main .businessList {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .main .businessItem img {
    left: 30%;
  }
  .news dl {
    display: block;
  }
  .news dl dt {
    font-size: 0.875rem;
  }
  #homeNews {
    height: 6.5rem;
  }
}

.down {
  text-align: center;
  margin: 20px auto 40px;
}

.worksItem {
  width: 32%;
  margin-right: 2%;
}

.worksItem:nth-of-type(3n) {
  margin-right: 0;
}

.worksItem:nth-of-type(n + 4) {
  margin-top: 30px;
}

#logoList {
  display: flex;
  justify-content: space-evenly;
}
div#logoList::after {
  content: none;
}
.logoItem.logoC {
  width: 240px;
}

.logoItem.logoS,
.logoItem.logoT,
.logoItem.logoP,
.logoItem.logoR {
  width: 80px;
}

.logoItem.show::before:hover {
  display: block;
}

/* =subpage
---------------------------------------------------- */

.bgGreen {
  height: 120px;
}

@media screen and (max-width: 1000px) {
  /*以下の時*/
  /*service*/
  #service5business ol {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 850px) {
  /*以下の時*/
}
@media screen and (max-width: 820px) {
  /*以下の時*/
}
@media screen and (max-width: 800px) {
  /*以下の時*/
}
/*company, privacy*/

/*contact*/

.contactFormBox h2 {
  font-size: 18px;
}

.contactFormBox dl {
  margin-top: 40px;
}

.contactFormBox dt {
  font-size: 18px;
  width: 19rem;
  white-space: nowrap;
}

.contactFormBox dd {
  width: 66%;
}
@media screen and (max-width: 1000px) {
  /*以下の時*/
  #contactsub .submitBtm button {
    font-size: 1.25rem;
  }
}

/* =breadcrumb
---------------------------------------------------- */

/* =headline / titles
---------------------------------------------------- */

/* =sidebar
---------------------------------------------------- */
/* =aside
------------------------------------------ */

/* =footer
-------------------------------------------------------------- **/

#footNav ul li:nth-of-type(n + 2) {
  margin-left: 3em;
}

/* =siteFooter
---------------------------------------------------- */

/* =copyright
---------------------------------------------------- */

/* =pageTop
-------------------------------------------------------------- **/
#pageTop {
  bottom: 100px;
}
@media screen and (max-width: 1200px) {
  /*以下の時*/
  #pageTop {
    right: 4.5%;
  }
}
@media screen and (min-width: 1201px) {
  /*以上の時*/
  #pageTop {
    right: 100px;
  }
}

#pageTop a {
  width: 60px;
  height: 60px;
}

/* --------------
 home contents
-------------- */
/* =visual
---------------------------------------------------- */

/* --------------
 subpages contents
-------------- */

/* =page shop
---------------------------------------------------- */

/* = 
------------------------------------------------------*/
@media screen and (max-width: 900px) {
}
/* -----------
works
------------*/
@media screen and (max-width: 1000px) {
  /*以下の時*/
  .worksGrid {
    gap: 1rem;
  }
  section#mv h1 {
    font-size: 2rem;
  }
  section#mv h1 span {
    font-size: 1.25rem;
  }
  section#mv img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 850px) {
  /*以下の時*/
  .working__item {
    width: 100%;
  }
  .pc-grid--3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
