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

	strongpoint style

================================*/
/**
 * feature
 */
.p-feature {
  color: #fff;
  background-color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .p-feature {
    padding: 0 6.25%;
  }
}

.p-feature__container {
  padding: 90px 20px 70px;
}
@media screen and (min-width: 768px) {
  .p-feature__container {
    max-width: 1340px;
    padding: 174px 7.1428571429% 120px;
    margin: 0 auto;
  }
}

.p-feature__heading {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-feature__heading {
    font-size: 40px;
  }
}

.p-feature__content {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-feature__content {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__item {
    display: flex;
  }
}
.p-feature__item:nth-child(n+2) {
  margin-top: 60px;
}

.p-feature__img {
  text-align: center;
}

.p-feature__img img {
  width: 170px;
}
@media screen and (min-width: 768px) {
  .p-feature__img img {
    width: 300px;
  }
}

.p-feature__block {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-feature__block {
    margin-top: -5px;
    margin-left: 50px;
  }
}

.p-feature__number {
  font-family: var(--font-cinzel);
  color: var(--secondary-color);
}
@media screen and (min-width: 768px) {
  .p-feature__number {
    font-size: 20px;
  }
}

.p-feature__title {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7273;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-feature__title {
    font-size: 30px;
    line-height: 1.8;
  }
}

.p-feature__body {
  margin-top: 25px;
  line-height: 2;
}

/**
 * machine
 */
.p-machine {
  background-color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .p-machine {
    padding: 0 6.25%;
  }
}

.p-machine__container {
  padding: 90px 20px 70px;
}
@media screen and (min-width: 768px) {
  .p-machine__container {
    max-width: 1340px;
    padding: 174px 7.1428571429% 200px;
    margin: 0 auto;
  }
}

.p-machine__heading {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-machine__heading {
    font-size: 40px;
  }
}

.p-machine__content {
  padding: 40px 20px 50px;
  margin-top: 60px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-machine__content {
    padding: 98px 7.4074074074% 100px;
    margin-top: 80px;
  }
}

.p-machine__title {
  text-align: center;
}

.p-machine__title .sub {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-machine__title .sub {
    font-size: 24px;
  }
}

.p-machine__title .main {
  display: block;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-machine__title .main {
    margin-top: 15px;
    font-size: 36px;
  }
}

.p-machine__text {
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-machine__text {
    margin-top: 48px;
  }
}

.p-machine__text span {
  display: inline-block;
  padding: 12px 22px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.68;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: var(--secondary-color);
}
@media screen and (min-width: 768px) {
  .p-machine__text span {
    padding: 22px 57px;
    font-size: 22px;
  }
}

.p-machine__body {
  margin-top: 30px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-machine__body {
    margin-top: 44px;
  }
}

.p-machine__list {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-machine__list {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .p-machine__item {
    display: flex;
  }
}
.p-machine__item:nth-child(n+2) {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .p-machine__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.p-machine__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-machine__img {
    width: 200px;
  }
}

.p-machine__inner {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-machine__inner {
    margin-left: 40px;
  }
}

.p-machine__inner dt {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-machine__inner dt {
    font-size: 30px;
  }
}

.p-machine__inner dd {
  margin-top: 10px;
  line-height: 2;
}

/**
 * strongpoint
 */
.p-strongpoint {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-strongpoint::before {
    position: absolute;
    top: 110px;
    left: 50%;
    z-index: 1;
    width: 87.5%;
    height: calc(100% - 220px);
    pointer-events: none;
    content: "";
    border: 1px solid #fff;
    transform: translateX(-50%);
  }
}

.p-strongpoint__group {
  position: relative;
  background-color: #1c2024;
  background-image: url("/assets/images/index/strongpoint_bg.png");
  background-repeat: repeat;
  background-size: 600px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__group {
    padding: 0 6.25%;
    background-size: 800px;
  }
}
.p-strongpoint__group::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 85px;
  height: 39px;
  content: "";
  background-image: url("/assets/images/strongpoint/arrow.png");
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-strongpoint__group::before {
    width: 209px;
    height: 95px;
    background-image: url("/assets/images/strongpoint/arrow_md.png");
  }
}

.p-strongpoint__inner {
  padding: 120px 20px 70px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__inner {
    max-width: 1340px;
    padding: 185px 7.1428571429% 194px;
    margin: 0 auto;
  }
}

.p-strongpoint__group--machine .p-strongpoint__inner {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__group--machine .p-strongpoint__inner {
    padding-top: 120px;
  }
}

.p-strongpoint__heading {
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
}

.p-strongpoint__heading .en {
  display: block;
  font-family: var(--font-cinzel);
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__heading .en {
    font-size: 40px;
  }
}

.p-strongpoint__heading .ja {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__heading .ja {
    margin-top: 8px;
    font-size: 18px;
  }
}

.p-strongpoint__content {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__content {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .p-strongpoint__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-strongpoint__item:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__item:nth-child(n+2) {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .p-strongpoint__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-strongpoint__group--machine .p-strongpoint__item:nth-child(odd) {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-strongpoint__group--machine .p-strongpoint__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.p-strongpoint__img {
  position: relative;
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__img {
    width: calc(50% - 40px);
    margin: 0;
  }
}

.p-strongpoint__img img {
  width: 100%;
}

.p-strongpoint__text {
  position: absolute;
  bottom: -53px;
  left: 50%;
  display: flex;
  align-items: center;
  color: #fff;
  transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  .p-strongpoint__text {
    bottom: -76px;
  }
}

.p-strongpoint__text .text01 {
  font-size: 20px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1000px) {
  .p-strongpoint__text .text01 {
    font-size: 30px;
  }
}

.p-strongpoint__text .line {
  display: inline-block;
  width: 80px;
  height: 1px;
  margin: 4px 20px 0;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .p-strongpoint__text .line {
    width: 133px;
    margin: 3px 35px 0;
  }
}
.p-strongpoint__text .line span {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__text .line span {
    margin-top: 15px;
    font-size: 15px;
  }
}

.p-strongpoint__text .text02 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1000px) {
  .p-strongpoint__text .text02 {
    font-size: 34px;
  }
}

.p-strongpoint__block {
  margin-top: 40px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__block {
    width: calc(50% - 20px);
    margin-top: -5px;
  }
}

.p-strongpoint__block--extend {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__block--extend {
    margin-top: 0;
  }
}

.p-strongpoint__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7273;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__title {
    font-size: 30px;
  }
}

.p-strongpoint__body {
  margin-top: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__body {
    margin-top: 20px;
  }
}