/* チームで揃えるユニフォーム特集　PC用CSS */
#M_wrapper{
    overflow-x: hidden
}
#main3 {
  overflow: visible;
}
.team-uniform {
  font-size: 15px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.team-uniform h2 {
  background: #DB473B;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.team-uniform h2 span {
  color: white;
  font-size: 26px;
  display: block;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
/* CTAボタン */
.cta-box {
  text-align: center;
  margin: 0 auto;
}
.cta-box span {
  text-align: center;
  margin: 25px 0;
  display: inline-block;
}
.cta-box ul {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.cta-box ul li {
  margin: 0 10px;
}
/* サービス紹介 */
.service-section {
  background-color: #EEEEEE;
  padding: 20px 40px 40px 40px;
  margin-bottom: 20px;
}
.service-section h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.service-section h3::before {
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/i-support.png) no-repeat left center;
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  left: 0;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.service-section ul {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  align-items: center;
}
.service-section ul li {
  position: relative;
  height: 170px;
  background-color: white;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  flex: 1;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  padding-bottom: 38px;
  align-items: center;
}
.service-section dl dt span {
  font-size: 12px;
  font-weight: normal;
}
.service-section li dd {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 0;
  width: 100%;
  display: block;
  background-color: #F8D11C;
  font-weight: bold;
}
.service-section li dd::before {
  content: "\e5df";
  position: relative;
  font-size: 20px;
  display: inline-block;
  font-family: "Material icons";
  top: 5px;
  line-height: 10px;
}
/* 会社紹介 */
.company-section {
  border: 1px solid #666666;
  padding: 30px 40px 40px 40px;
  margin-bottom: 90px;
}
.company-section h3 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}
.company-section ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
}
.company-section ul li {
  border: 1px solid #666666;
  flex: 1;
  height: 300px;
  box-sizing: border-box;
}
.company-section ul li dl {
  padding-top: 190px;
}
.company-section ul li dt {
  background: #56B7E1;
  color: white;
  font-weight: bold;
  padding: 5px 14px;
}
.company-section ul li dd {
  font-size: 18px;
  padding: 10px 14px;
}
.company-section ul li:first-child dl {
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/staff01.jpg) no-repeat top center;
}
.company-section ul li:nth-child(2) dl {
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/staff02.jpg) no-repeat;
  background-size: contain;
}
.company-section ul li:last-child {
  border: none;
  padding: 30px 110px 30px 15px;
  font-size: 13px;
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/rinen.jpg) no-repeat;
  flex: 1.6;
}
.company-section ul li .company-section-link a {
  display: block;
  color: white;
  margin-top: 10px;
  background-color: #0267C5;
  width: 140px;
  text-align: center;
  padding: 5px 10px;
}
/* 商品セクション */
.product-section {
  position: relative;
}
.product-section::before {
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/midashi01.png) no-repeat center;
  width: 184px;
  height: 200px;
  top: -50px;
  right: 0px;
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
}
.product-section h3 {
  text-align: center;
  margin-top: 50px;
  font-size: 24px;
}
.product-section h3 span {
  display: block;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 15px;
  border-top: 2px dotted #000000;
}
.product-grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.product-description {
  font-weight: bold;
  margin: 15px 0;
}
.product-val span {
  background-color: black;
  color: white;
  padding: 3px 10px;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.product-name {
  margin: 10px 0 3px 0;
  font-size: 15px;
  font-weight: normal;
}
.product-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #DB483E;
  font-size: 20px;
  font-weight: bold;
}
.product-price span {
  font-size: 12px;
}
.product-price .product-fixed-price {
  font-size: 14px;
  color: #333333;
  text-decoration: line-through;
  margin-left: 5px;
}
/* 業種別でアイテムを探す */
.job-section {
  position: relative;
  margin-bottom: 60px;
}
.job-section p {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.job-section::before {
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/midashi02.png) no-repeat center;
  width: 117px;
  height: 204px;
  top: -50px;
  right: 50px;
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
}
.job-section .job-section-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.job-section .job-section-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.job-section .job-section-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
/* まとめ買いされているのはコレ！売上数ランキング */
.ranking-section {
  position: relative;
}
.ranking-section h2 {
  margin-bottom: 30px;
}
.ranking-section::before {
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/midashi03.png) no-repeat center;
  width: 68px;
  height: 121px;
  top: -10px;
  right: 100px;
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
}
.ranking-section .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 25px;
}
.ranking-section .product-grid .product-card {
  position: relative;
}
.ranking-section .product-grid .product-card .product-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.ranking-section .product-grid .product-card::before {
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  font-size: 30px;
  text-align: left;
  font-style: oblique;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0%, 0 100%);
  height: calc(tan(63.435deg) * 80px / 2);
  width: 80px;
}
.product-card.no1 {
  grid-row: 1 / span 2;
  grid-column: 1 / 2;
}
.product-card.no1::before {
  content: "1";
  background-color: #D2B73E;
  text-indent: 18px;
}
.product-card.no2 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.product-card.no2::before {
  content: "2";
  background-color: #C3C3C3;
  text-indent: 18px;
}
.product-card.no3 {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
}
.product-card.no3::before {
  content: "3";
  background-color: #D09F91;
  text-indent: 18px;
}
.product-card.no4 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.product-card.no4::before {
  content: "4";
  background-color: #EEC23E;
  text-indent: 18px;
}
.product-card.no5 {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}
.product-card.no5::before {
  content: "5";
  background-color: #EEC23E;
  text-indent: 18px;
}
/* こんなシーンでのおまとめ買いも増えてます */
.extra-section {
  margin-bottom: 60px;
}
.extra-section h4 {
  background-color: #490115;
  color: white;
  text-align: center;
  padding: 15px 0;
  font-size: 22px;
  margin-bottom: 20px;
}
.extra-section ul {
  display: flex;
  justify-content: space-between;
}
.extra-section ul li {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
/* 加工訴求 */
.emb-section {}
.emb-section h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.emb-section h3::before {
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/i-kakou.png) no-repeat center;
  width: 45px;
  height: 33px;
  content: "";
  top: 4px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.emb-section .emb-section-txt {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #D0D7DF;
  z-index: -1;
  margin-bottom: 40px;
}
.emb-section .emb-section-txt p {
  font-weight: bold;
  height: 360px;
  width: 1030px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  font-size: 30px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.emb-section .emb-section-txt p::after {
  content: "";
  display: block;
  width: 1300px;
  height: 360px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/shisyu.jpg) no-repeat;
}
.emb-section .emb-section-txt p span {
  font-weight: normal;
  font-size: 18px;
  margin-top: 10px;
}
.emb-section ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.emb-box-section {
  background-color: #EEEEEE;
  padding: 30px 40px 40px 40px;
  margin: 40px 40px 100px 40px;
}
.emb-inner-section {
  background-color: white;
  padding-bottom: 50px;
}
.emb-inner-section ul {
  display: flex;
  padding: 30px;
  flex-wrap: wrap;
  gap: 50px 30px;
  align-items: stretch;
}
.emb-inner-section ul li {
  flex: 1;
  flex-basis: auto;
  padding-top: 140px;
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/img-name.jpg) no-repeat;
  width: 400px;
}
.emb-inner-section ul li:nth-child(2) {
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/img-onepoint.jpg) no-repeat;
}
.emb-inner-section ul li:nth-child(3) {
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/img-logo.jpg) no-repeat;
}
.emb-inner-section ul li:nth-child(4) {
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/img-print.jpg) no-repeat;
}
.emb-inner-section ul li strong {
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 10px;
  color: #000000;
  border-bottom: 3px solid #000000;
  display: block;
}
.emb-inner-section ul li strong span.popular {
  background-color: #DB473B;
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  color: white;
  padding: 2px 8px;
}
.emb-inner-section ul li strong span.recommend {
  background-color: #F39E4C;
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  color: white;
  padding: 2px 8px;
}
.emb-inner-section ul li strong span.estimate {
  background-color: #000000;
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  color: white;
  padding: 2px 8px;
}
.emb-inner-section ul li p {
  color: #03287B;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.emb-inner-section ul li dl.emb-bg-gray {
  background-color: #F0F0F0;
  padding: 20px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-around;
  font-size: 14px;
}
.emb-inner-section ul li dl.emb-bg-gray dt {
  width: 30%;
}
.emb-inner-section ul li dl.emb-bg-gray dd {
  width: 68%;
}
.emb-inner-section ul li dl.emb-feature dt {
  font-weight: bold;
  margin: 20px 0 5px 0;
  padding-left: 12px;
  position: relative;
}
.emb-inner-section ul li dl.emb-feature dt::before {
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/ico_fnav02.png) no-repeat center;
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -4px;
}
.emb-inner-section ul li dl.emb-feature dd {
  font-size: 14px;
}
.emb-inner-section .emb-etc {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.emb-inner-section .emb-etc a {
  text-align: center;
  margin: 0 auto;
}
.emb-inner-section .emb-etc span {
  display: block;
  text-align: center;
}
/* お問い合わせやお見積もり */
.contact-section {
  margin-bottom: 100px;
  position: relative;
}
.contact-section h2 {
  margin: 0 calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  width: 100vw;
  background: #0267C5;
  color: white;
  font-size: 26px;
  display: block;
  padding: 30px 0;
  text-align: center;
}
.contact-section::after {
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/midashi04.png) no-repeat center;
  width: 222px;
  height: 176px;
  top: -50px;
  right: 105px;
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
}
.contact-section h4 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px 0;
  padding-left: 30px;
}
.contact-section h4::before {
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/i-toiawase.png) no-repeat;
  position: relative;
  width: 30px;
  height: 31px;
  content: "";
  display: inline-block;
  left: -14px;
  top: 6px;
}
.contact-section .cta-call-box {
  padding: 30px 40px 40px 40px;
  width: 820px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #EEEEEE;
}
.contact-section .cta-call-inner-box {
  padding-right: 250px;
  background: url(https://gigaplus.makeshop.jp/thsfood/images/page/teamwear/staff03.jpg) no-repeat right center;
  background-size: contain;
  text-align: left;
}
.contact-section .cta-call-box span {
  color: #03287A;
  font-size: 22px;
  text-align: left;
  display: block;
  font-weight: bold;
  margin: 10px 0;
  letter-spacing: -0.5px;
}
.contact-section .cta-call-box .cta-tel {
  font-size: 24px;
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.contact-section .cta-call-box .cta-tel span {
  padding: 1px 10px;
  margin-right: 5px;
  display: inline-block;
  font-size: 14px;
  background-color: black;
  color: white;
}
.contact-section .cta-call-box .cta-time {
  font-size: 13px;
}