/* lp */
@media screen and (min-width: 768px) {
  .Factory {
    margin: 30px auto 80px;
    max-width: 960px;
    width: 100%;
  }
}
.Factory * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.Factory .Title1 {
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

.Factory .Title1 .Title1__line1 {
  display: block;
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}

.Factory .Title1 .Title1__line2 {
  color: #211815;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .Factory .Title1 {
    margin-bottom: 50px;
  }
  .Factory .Title1 .Title1__line1 {
    font-size: 33px;
  }
  .Factory .Title1 .Title1__line2 {
    font-size: 23px;
  }
}
.Factory .Recommend2 {
  padding: 20px 0 0;
}

.Factory .Recommend2 .Recommend2__inner {
  padding: 0 26px;
}

.Factory .Recommend2 .Title1__line1 {
  letter-spacing: 0.05em;
}

.Factory .Recommend2 .Title1__line2 {
  letter-spacing: -0.06em;
}

.Factory .Recommend2 .Recommend2__item {
  margin-bottom: 13px;
  text-align: center;
}

.Factory .Recommend2 .Recommend2__item a {
  display: block;
}

.Factory .Recommend2 .Recommend2__image {
  margin-bottom: 6px;
}

.Factory .Recommend2 .Recommend2__image img {
  display: block;
  height: auto;
  width: 100%;
}

.Factory .Recommend2 .Recommend2__title {
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 -5px 5px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .Factory .Recommend2 {
    padding: 50px 0 0;
  }
  .Factory .Recommend2 .Recommend2__inner {
    max-width: 960px;
    padding: 0 50px;
  }
  .Factory .Recommend2 .Recommend2__list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -20px;
  }
  .Factory .Recommend2 .Recommend2__item {
    flex: 0 0 calc(50% - 40px);
    margin: 0 20px 40px;
  }
  .Factory .Recommend2 .Recommend2__item a {
    transition: opacity 300ms;
  }
  .Factory .Recommend2 .Recommend2__item a:hover {
    opacity: 0.7;
  }
  .Factory .Recommend2 .Recommend2__image {
    margin-bottom: 15px;
  }
  .Factory .Recommend2 .Recommend2__title {
    font-size: 22px;
  }
  .Factory .Recommend2 .Recommend2__text {
    font-size: 18px;
  }
}
.Factory {
  /* -------------------------- */
  /* - - - - - - pc - - - - - - */
  /* -------------------------- */
}
.Factory .Factory__inner {
  max-width: 960px;
  margin: 0 auto;
}
.Factory .Title__main {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.Factory .Title__sub {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #231815;
}
.Factory .Kv {
  margin-bottom: 25px;
}
.Factory .Kv__image {
  margin-bottom: 30px;
}
.Factory .Kv__text {
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  font-feature-settings: "palt";
  margin-top: 16px;
  padding: 0 10px;
}
.Factory .KvUnder__inner {
  margin-top: 21px;
  padding: 0 10px;
  max-width: 640px;
  margin: 0 auto 50px;
}
.Factory .KvUnder__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px 3%;
}
.Factory .KvUnder__text {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
.Factory .KvUnder__item {
  flex: 0 0 31.3%;
}
.Factory .Method__inner {
  max-width: 640px;
  margin: 0 auto;
}
.Factory .Method__wrap {
  margin-top: 20px;
}
.Factory .Method__list {
  padding: 0 25px;
}
.Factory .Method__item {
  margin-bottom: 30px;
}
.Factory .Method__itemWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 0 5%;
}
.Factory .Method__listSlick {
  width: 40%;
}
.Factory .Method__image {
  flex: 0 0 42%;
  position: relative;
}
.Factory .Method__image.-new::before {
  content: "";
  background-image: url(../images/factory/new_tag.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12vw;
  height: 7vw;
  max-width: 77px;
  max-height: 44px;
  position: absolute;
  top: 2%;
  left: -1px;
  z-index: 1;
}
.Factory .Method__image.-pattern1 {
  flex: 0 0 40%;
}
.Factory .Method__right {
  display: flex;
  flex-wrap: wrap;
}
.Factory .Method__titleArea {
  display: flex;
  gap: 0 1%;
  margin-bottom: 10px;
  flex: 0 0 100%;
}
.Factory .Method__title {
  flex: 0 0 84px;
  line-height: 1.2;
}
.Factory .Method__titleMain {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.Factory .Method__titleSub {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
.Factory .Method__category {
  flex: 0 0 49%;
  max-width: 100px;
}
.Factory .Method__category.-reSize {
  flex: 0 0 32%;
  max-width: 74px;
}
.Factory .Method__kinds {
  list-style-type: disc;
  padding-left: 10px;
}
.Factory .Method__kindsItem {
  font-size: 11px;
  line-height: 1.2;
}
.Factory .Method__text {
  font-size: 11px;
  text-align: justify;
}
.Factory .Method__movieWrap {
  padding: 0 40px 50px;
  margin-bottom: 50px;
  position: relative;
}
.Factory .Method__movieWrap.-last::before {
  content: none;
}
.Factory .Method__movieWrap::before {
  content: "";
  display: block;
  background-color: #ccc;
  width: 88%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.Factory .Method__movie {
  margin: 20px auto 0;
  max-width: 640px;
  position: relative;
  padding-top: 56.25%;
}
.Factory .Method__movie iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Factory .Method__listSlick .slick-dots {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.Factory .Method__listSlick .slick-dots li {
  font-size: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #C1C1C1;
}
.Factory .Method__listSlick .slick-dots li button {
  padding: 0;
}
.Factory .Method__listSlick .slick-dots li button::before {
  content: none;
}
.Factory .Method__listSlick .slick-dots .slick-active button {
  padding: 0;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50%;
}
.Factory .Method__listSlick .slick-dots .slick-active button::before {
  content: none;
}
.Factory .Bg__gray {
  background-color: #efefef;
  padding-bottom: 45px;
}
.Factory .Custom {
  padding: 41px 20px 20px;
}
.Factory .Custom__inner {
  background-color: #fff;
  padding: 28px 20px;
  max-width: 640px;
  margin: 0 auto;
}
.Factory .Custom__wrap {
  display: flex;
  justify-content: center;
  gap: 0 4%;
  margin: 20px 0;
}
.Factory .Custom__wrap.-reSize {
  align-items: flex-end;
  margin-bottom: 0;
}
.Factory .Custom__text {
  font-size: 10px;
  flex: 0 0 50%;
}
.Factory .Custom__image {
  flex: 0 0 40%;
}
.Factory .Custom__textGreen {
  font-size: 12px;
  color: #73bc41;
  font-weight: bold;
  flex: 0 0 50%;
  padding-bottom: 10%;
  margin-right: -40px;
}
.Factory .Inspection {
  padding: 0 20px;
}
.Factory .Inspection__inner {
  background-color: #fff;
  padding: 22px 15px;
  margin-bottom: 27px;
  max-width: 640px;
  margin: 0 auto;
}
.Factory .Inspection__wrap {
  display: flex;
  justify-content: center;
  gap: 0 8%;
  margin: 17px 0 25px;
}
.Factory .Inspection__image {
  flex: 0 0 38%;
}
.Factory .Inspection__text {
  font-size: 12px;
  font-feature-settings: "palt";
  text-align: justify;
}
.Factory .Inspection__list {
  display: flex;
  justify-content: center;
  gap: 0 3%;
  margin-bottom: 27px;
}
.Factory .Inspection__item {
  flex: 0 0 31%;
}
.Factory .Inspection__itemTitle {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}
.Factory .Inspection__itemText {
  font-size: 10px;
  text-align: justify;
  font-feature-settings: "palt";
}
.Factory .Inspection__under {
  display: flex;
  justify-content: center;
  gap: 0 5%;
}
.Factory .Inspection__underText {
  font-size: 10px;
  flex: 0 0 50%;
  text-align: justify;
  font-feature-settings: "palt";
}
.Factory .Factory__btn {
  margin: 40px auto 0;
  width: 265px;
  height: 60px;
}
.Factory .Factory__link {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #73bc41;
  border-radius: 30px;
  height: 100%;
  width: 100%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
}
.Factory .Factory__link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 47%;
  right: 21px;
  transform: rotate(45deg) translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  .Factory .Title__main {
    font-size: 36px;
  }
  .Factory .Title__sub {
    font-size: 25px;
  }
  .Factory .Kv__image {
    margin-bottom: 45px;
  }
  .Factory .Kv__text {
    font-size: 26px;
    margin-bottom: 60px;
    letter-spacing: 0.05em;
  }
  .Factory .KvUnder__inner {
    max-width: 960px;
    padding: 0 30px;
    margin-bottom: 155px;
  }
  .Factory .KvUnder__list {
    gap: 50px 3%;
  }
  .Factory .KvUnder__text {
    font-size: 25px;
  }
  .Factory .Method__inner {
    max-width: 960px;
    padding: 0 30px;
    margin-bottom: 100px;
  }
  .Factory .Method__wrap {
    margin-top: 75px;
  }
  .Factory .Method__list {
    padding: 0 20px;
  }
  .Factory .Method__item {
    margin-bottom: 75px;
  }
  .Factory .Method__itemWrap {
    align-items: stretch;
    margin-bottom: 30px;
    gap: 0 5.5%;
  }
  .Factory .Method__itemWrap.-noStretch {
    align-items: flex-start;
  }
  .Factory .Method__listSlick {
    width: 46%;
  }
  .Factory .Method__image {
    flex: 0 0 45.5%;
  }
  .Factory .Method__image.-new::before {
    max-width: none;
    max-height: none;
    width: 108px;
    height: 68px;
  }
  .Factory .Method__image.-pattern1 {
    flex: 0 0 46.047%;
  }
  .Factory .Method__titleArea {
    margin-bottom: 30px;
  }
  .Factory .Method__title {
    flex: 0 0 185px;
    white-space: nowrap;
  }
  .Factory .Method__titleMain {
    font-size: 36px;
  }
  .Factory .Method__titleSub {
    font-size: 18px;
  }
  .Factory .Method__category {
    max-width: none;
    flex: 0 0 41%;
  }
  .Factory .Method__category.-reSize {
    max-width: none;
    flex: 0 0 29%;
  }
  .Factory .Method__kinds {
    margin-top: auto;
    margin-bottom: 30px;
    padding-left: 18px;
  }
  .Factory .Method__kindsItem {
    font-size: 21px;
    line-height: 1.7;
  }
  .Factory .Method__text {
    font-size: 21px;
  }
  .Factory .Method__movieWrap {
    padding-bottom: 90px;
    margin: 80px auto 90px;
  }
  .Factory .Method__movieWrap::before {
    width: 100%;
    height: 2px;
  }
  .Factory .Method__movie {
    max-width: 800px;
  }
  .Factory .Method__listSlick .slick-dots {
    bottom: -20px;
  }
  .Factory .Method__listSlick .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
  .Factory .Method__listSlick .slick-dots .slick-active button {
    width: 10px;
    height: 10px;
  }
  .Factory .Custom {
    padding: 80px 40px 60px;
  }
  .Factory .Custom__inner {
    max-width: 875px;
    padding: 70px 50px 60px;
  }
  .Factory .Custom__wrap {
    margin: 60px 0 40px;
  }
  .Factory .Custom__wrap.-reSize {
    margin-top: 0;
  }
  .Factory .Custom__text {
    font-size: 21px;
  }
  .Factory .Custom__textGreen {
    font-size: 28px;
    padding-bottom: 80px;
  }
  .Factory .Inspection {
    padding: 0 40px;
  }
  .Factory .Inspection__inner {
    max-width: 875px;
    padding: 60px 75px;
  }
  .Factory .Inspection__wrap {
    margin: 45px auto 60px;
  }
  .Factory .Inspection__text {
    font-size: 21px;
    line-height: 1.5;
  }
  .Factory .Inspection__list {
    gap: 0 7%;
  }
  .Factory .Inspection__item {
    flex: 0 0 28%;
  }
  .Factory .Inspection__itemTitle {
    font-size: 21px;
    line-height: 1.2;
    height: 75px;
    padding-top: 5px;
  }
  .Factory .Inspection__itemText {
    font-size: 18px;
  }
  .Factory .Inspection__underText {
    font-size: 18px;
  }
  .Factory .Factory__btn {
    width: 396px;
    height: 100px;
  }
  .Factory .Factory__link {
    font-size: 30px;
    transition: 300ms;
    border-radius: 50px;
  }
  .Factory .Factory__link::before {
    width: 15px;
    height: 15px;
    right: 25px;
  }
  .Factory .Factory__link:hover {
    opacity: 0.7;
  }
}