@charset "UTF-8";
.secIntro {
  padding: 64px 0 96px;
}
@media screen and (min-width: 768px) {
  .secIntro {
    padding: 174px 0 145px;
  }
}
.secIntro__inner {
  width: 100%;
  padding: 0 20px;
}
.secIntro__inner--toy {
  padding-bottom: 340px;
  background: url(../img/business/toy-intro_bg.png) center bottom/428px no-repeat;
}
.secIntro__inner--plastic {
  padding-bottom: 300px;
  background: url(../img/business/plastic-intro_bg.png) center bottom/400px no-repeat;
}
.secIntro__inner--leather {
  padding-bottom: 256px;
  background: url(../img/business/leather-intro_bg.png) center bottom/417px no-repeat;
}
.secIntro__inner--sewing {
  padding-bottom: 270px;
  background: url(../img/business/sewing-intro_bg.png) center bottom/386px no-repeat;
}
.secIntro__inner--cans {
  padding-bottom: 282px;
  background: url(../img/business/cans-intro_bg.png) center bottom/368px no-repeat;
}
@media screen and (min-width: 768px) {
  .secIntro__inner {
    width: calc(100% - 40px);
    padding: 0;
    background-position: right top;
    background-size: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro__inner {
    background-size: 500px;
  }
}
.secIntro__ttl {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}
.secIntro__ttl .en {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .secIntro__ttl {
    margin-bottom: 80px;
  }
}
.secIntro__pageNav {
  margin-bottom: 40px;
}
.secIntro__pageNav_list {
  width: 100%;
  padding: 23px 0 23px 32px;
  background-color: #F5F5F5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.secIntro__pageNav_list li {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.secIntro__pageNav_list li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #202020;
  display: block;
}
.secIntro__pageNav_list a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.secIntro__pageNav_list a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ff6900 url('data:image/svg+xml;charset=utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.1716 6.46432L15.3536 9.6463C15.5488 9.84156 15.5488 10.1581 15.3536 10.3534L12.1716 13.5354C11.9763 13.7306 11.6597 13.7306 11.4645 13.5354C11.2692 13.3401 11.2692 13.0235 11.4645 12.8283L13.7929 10.4999H5C4.72386 10.4999 4.5 10.276 4.5 9.99985C4.5 9.72371 4.72386 9.49985 5 9.49985H13.7929L11.4645 7.17142C11.2692 6.97616 11.2692 6.65958 11.4645 6.46432C11.6597 6.26906 11.9763 6.26906 12.1716 6.46432Z" fill="%23fff"/></svg>') center/12px no-repeat;
  border-radius: 50%;
  display: block;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .secIntro__pageNav {
    margin-bottom: 62px;
  }
  .secIntro__pageNav_list {
    max-width: 391px;
    padding: 23px 30px 24px;
  }
}
.secIntro__txt {
  line-height: 1.8;
}
  @media screen and (min-width: 768px) {
    .secIntro__txt {
      max-width: 550px;
    }
  }
.secFlow {
  padding-bottom: 96px;
}
  @media screen and (min-width: 768px) {
    .secFlow {
      padding-bottom: 140px;
    }
  }
.secFlow__ttl {
  margin-bottom: 56px;
  color: #ff6900;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.secFlow__ttl::after {
  content: "";
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #ff6900 111px, #cdcdcd 111px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 1s;
}
.secFlow__ttl span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}
.secFlow__ttl.on::after {
  width: 100%;
}
.secFlow__ttl.on span {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .secFlow__ttl {
    margin-bottom: 60px;
    font-size: 120px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .secFlow__ttl::after {
    position: relative;
  }
  .secFlow__ttl span {
    margin-right: 23px;
    flex-shrink: 0;
  }
}

/*  Flow 縦並び   */
.secFlow__column{
  width: 100%;
}
.secFlow__columnList{
  counter-reset: flow 0;
}
.secFlow__columnItem{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  background-color: #F5F5F5;
  margin-bottom: 70px;
  padding: 60px 80px;
}
  @media(max-width: 960px) {
    .secFlow__columnItem{
      flex-direction: column;
      padding: 30px 0;
    }
  }
.secFlow__columnItem:last-child{
  margin-bottom: 0;
}
.secFlow__columnItem:not(:last-child):after{
  content: url(../img/business/flow-arrow.png);
  width: 53px;
  height: 51px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
}
.secFlow__columnItem_img{
  width: 40%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding-top: 28%;
}
  @media(max-width: 960px) {
    .secFlow__columnItem_img{
      width: 90%;
      padding-top: 40%;
    }
  }
.secFlow__columnItem_Wrap{
  display: flex;
  flex-direction: column;
  width: 50%;
}
  @media(max-width: 960px) {
    .secFlow__columnItem_Wrap{
      width: 90%;
    }
  }
.secFlow__columnItem_ttl{
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding-top: 40px;
}
  @media(max-width: 960px) {
    .secFlow__columnItem_ttl{
      margin-top: 60px;
      padding-top:20px;
    }
  }
  @media(max-width: 768px) {
    .secFlow__columnItem_ttl{
      padding-top: 5px;
    }
  }
.secFlow__columnItem_ttl::before{
  counter-increment: flow 1;
  content: counter(flow, decimal-leading-zero);
  font-size: 50px;
  font-weight: 600;
  font-family: "Jost", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  position: absolute;
  top: -40px;
  left: 0;
}
  @media(max-width: 768px) {
    .secFlow__columnItem_ttl::before{
      font-size: 32px;
    }
  }
.secFlow__columnItem_txtWrap{
  margin-top: 16px;
}
.secFlow__columnItem_txtWrap p{
  line-height: 1.8;
}


/* ※HTMLコメントアウト中 Flowのスライダー */
.secFlow__slideWrap {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .secFlow__slideWrap {
    width: calc(100% + 20px);
  }
}
@media screen and (min-width: 1240px) {
  .secFlow__slideWrap {
    width: calc(100% + 50vw - 600px);
  }
}
.secFlow__slideArrow {
  width: 102.5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 11px;
  position: absolute;
  top: -113px;
  right: 0;
}
.secFlow__slideArrow button {
  width: 100%;
  padding-top: 100%;
  background: #ff6900 url('data:image/svg+xml;charset=utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.1716 6.46432L15.3536 9.6463C15.5488 9.84156 15.5488 10.1581 15.3536 10.3534L12.1716 13.5354C11.9763 13.7306 11.6597 13.7306 11.4645 13.5354C11.2692 13.3401 11.2692 13.0235 11.4645 12.8283L13.7929 10.4999H5C4.72386 10.4999 4.5 10.276 4.5 9.99985C4.5 9.72371 4.72386 9.49985 5 9.49985H13.7929L11.4645 7.17142C11.2692 6.97616 11.2692 6.65958 11.4645 6.46432C11.6597 6.26906 11.9763 6.26906 12.1716 6.46432Z" fill="%23fff"/></svg>') center/25px no-repeat;
  border: 0;
  border-radius: 50%;
  display: block;
  outline: 0;
}
.secFlow__slideArrow button:focus {
  border: 0;
  outline: 0;
}
.secFlow__slideArrow button.prev {
  transform: scale(-1, 1);
}
.secFlow__slideArrow button.swiper-button-disabled {
  background-color: #D0D0D0;
}
@media screen and (min-width: 768px) {
  .secFlow__slideArrow {
    top: -120px;
    right: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .secFlow__slideArrow {
    right: calc(50vw - 600px);
  }
}
.secFlow__slideList {
  padding-top: 10px;
  align-items: stretch;
  counter-reset: flow 0;
}
.secFlow__slide {
  height: auto;
  padding: 0 20px 30px;
  background-color: #F5F5F5;
  border-radius: 8px;
}
.secFlow__slide_ttl {
  width: 100%;
  padding-top: 53px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
}
.secFlow__slide_ttl::before {
  counter-increment: flow 1;
  content: counter(flow, decimal-leading-zero);
  font-size: 23px;
  font-weight: 600;
  font-family: "Jost", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.secFlow__slide_img {
  width: 100%;
  padding-top: 67.797%;
  margin-bottom: 30px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.secFlow__slide_txtWrap p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .secFlow__slide {
    padding: 0 33px 30px;
  }
  .secFlow__slide_img {
    padding-top: 71.987%;
  }
}
/* ※HTMLコメントアウト中  ここまで */

.secFacility {
  padding: 0 0 96px;
}
@media screen and (min-width: 768px) {
  .secFacility {
    padding: 0 0 204px;
  }
}
.secFacility__ttl {
  padding-bottom: 5px;
  margin-bottom: 56px;
  color: #ff6900;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.secFacility__ttl::after {
  content: "";
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #ff6900 111px, #cdcdcd 111px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 1s;
}
.secFacility__ttl span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}
.secFacility__ttl.on::after {
  width: 100%;
}
.secFacility__ttl.on span {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .secFacility__ttl {
    padding-bottom: 0;
    margin-bottom: 100px;
    font-size: 120px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .secFacility__ttl::after {
    position: relative;
  }
  .secFacility__ttl span {
    margin-right: 23px;
    flex-shrink: 0;
  }
}
.secFacility__txtBlk {
  width: 100%;
  margin-bottom: 40px;
}
.secFacility__txtBlk_ttl {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4583;
}
.secFacility__txtBlk_txt {
  font-size: 15px;
  letter-spacing: -0.03em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .secFacility__txtBlk {
    margin-bottom: 107px;
  }
  .secFacility__txtBlk_ttl {
    margin-bottom: 30px;
  }
}
.secFacility__list {
  display: grid;
  grid-gap: 40px;
}
@media screen and (min-width: 768px) {
  .secFacility__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .secFacility__list {
    grid-gap: 63px;
  }
}
.secFacility__listItem:nth-child(even) {
  transition-delay: 0.1s;
}
.secFacility__listItem_img {
  padding-top: 74.627%;
  margin-bottom: 18px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.secFacility__listItem_txtWrap_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secFacility__listItem_txtWrap_header_name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4583;
}
.secFacility__listItem_txtWrap_header_location {
  padding: 12px 32px;
  background-color: #F5F5F5;
  border-radius: 40px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}
.secFacility__listItem_txtWrap_body {
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .secFacility__listItem_img {
    padding-top: 66.666%;
    margin-bottom: 20px;
    border-radius: 8px;
  }
}