.p-btn-pic {
  position: relative;
  display: block;
  width: 342px;
  padding: 20px 0 0 20px;
}
@media screen and (width <= 900px) {
  .p-btn-pic {
    width: auto;
    padding: 4.1666666667vw 0 0 4.1666666667vw;
  }
}
.p-btn-pic_4 {
  width: 460px;
}
@media screen and (width <= 900px) {
  .p-btn-pic_4 {
    width: auto;
  }
}
.p-btn-pic_5 {
  width: 534px;
}
@media screen and (width <= 900px) {
  .p-btn-pic_5 {
    width: auto;
  }
}
.p-btn-pic__boxs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-btn-pic__boxin1, .p-btn-pic__boxin2 {
  position: relative;
  width: fit-content;
  padding: 0 17px;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.16em;
  background: #fff;
  border: 1px solid #e60000;
}
@media screen and (width <= 900px) {
  .p-btn-pic__boxin1, .p-btn-pic__boxin2 {
    padding: 0 2.0833333333vw;
    font-size: 3.75vw;
    line-height: 7.0833333333vw;
  }
}
.p-btn-pic__boxin1 p, .p-btn-pic__boxin2 p {
  position: relative;
  z-index: 3;
  color: #e60000;
}
.p-btn-pic__boxin1::before, .p-btn-pic__boxin2::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #e60000;
  border-radius: 0;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: scale(0, 1);
  transform-origin: right center;
}
.p-btn-pic__boxin2 {
  margin: 7px 0 0;
}
@media screen and (width <= 900px) {
  .p-btn-pic__boxin2 {
    margin-top: 1.4583333333vw;
  }
}
.p-btn-pic__img {
  position: relative;
  z-index: 1;
}
.p-btn-pic__img::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: scale(0, 1);
  transform-origin: right center;
}
.p-btn-pic__img img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .p-btn-pic__img img {
    border-radius: 2.0833333333vw;
  }
}
.p-btn-pic__read {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #e60000;
  border-radius: 10px 0;
}
@media screen and (width <= 900px) {
  .p-btn-pic__read {
    justify-content: center;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    border-radius: 2.0833333333vw 0;
  }
}
.p-btn-pic__read::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 10px 0;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: scale(0, 1);
  transform-origin: right center;
}
.p-btn-pic__read svg {
  position: relative;
  z-index: 3;
  fill: none;
  stroke: #fff;
  stroke-linejoin: bevel;
}
.p-btn-pic__svgpc {
  display: block;
  width: 25px;
}
@media screen and (width <= 900px) {
  .p-btn-pic__svgpc {
    display: none;
  }
}
.p-btn-pic__svgsp {
  display: none;
}
@media screen and (width <= 900px) {
  .p-btn-pic__svgsp {
    display: block;
    width: 4.1666666667vw;
  }
}
@media (hover: hover) {
  .p-btn-pic:hover {
    opacity: 1;
  }
  .p-btn-pic:hover .p-btn-pic__boxin1 p,
  .p-btn-pic:hover .p-btn-pic__boxin2 p {
    color: #fff;
  }
  .p-btn-pic:hover .p-btn-pic__boxin1::before,
  .p-btn-pic:hover .p-btn-pic__boxin2::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  .p-btn-pic:hover .p-btn-pic__img::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  .p-btn-pic:hover .p-btn-pic__read::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  .p-btn-pic:hover .p-btn-pic__read p {
    color: #e60000;
  }
  .p-btn-pic:hover .p-btn-pic__read svg {
    stroke: #e60000;
  }
}

.p-title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.p-title img {
  width: auto;
  height: 24px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .p-title img {
    height: 5vw;
  }
}
.p-title_1 {
  margin-top: 170px;
}
@media screen and (width <= 900px) {
  .p-title_1 {
    margin-top: 25vw;
  }
}
.p-title_2 img {
  height: 32px;
}
@media screen and (width <= 900px) {
  .p-title_2 img {
    height: 6.6666666667vw;
  }
}
.p-title span {
  display: block;
  padding: 24px 0 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media screen and (width <= 900px) {
  .p-title span {
    padding-top: 5vw;
    font-size: 3.75vw;
  }
}
.p-title::before {
  position: absolute;
  top: -48px;
  left: -42px;
  display: block;
  width: 100px;
  height: 100px;
  clip-path: polygon(0 100%, 1px 100%, 100% 1px, 100% 0);
  content: "";
  background-color: #e60000;
}
@media screen and (width <= 900px) {
  .p-title::before {
    top: -10vw;
    left: -8.75vw;
    width: 20.8333333333vw;
    height: 20.8333333333vw;
    background-color: #e60000;
  }
}

.p-title2 {
  position: relative;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
}
.p-title2::before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  clip-path: polygon(0 100%, 1px 100%, 100% 1px, 100% 0);
  content: "";
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-title2::before {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
.p-title2 span {
  display: block;
  margin: 18px 0 0;
  font-size: 40px;
  color: #e60000;
}
@media screen and (width <= 900px) {
  .p-title2 span {
    margin: 3.125vw 0 0;
    font-size: 6.25vw;
  }
}
.p-title2_keyword::before {
  width: 24px;
  height: 24px;
}
@media screen and (width <= 900px) {
  .p-title2_keyword::before {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
.p-title2_keyword span {
  font-size: 28px;
}
@media screen and (width <= 900px) {
  .p-title2_keyword span {
    margin-top: 2.2916666667vw;
    font-size: 5.8333333333vw;
    line-height: 8.3333333333vw;
  }
}
.p-title2_career::before {
  width: 24px;
  height: 24px;
}
@media screen and (width <= 900px) {
  .p-title2_career::before {
    width: 5vw;
    height: 5vw;
  }
}
.p-title2_career span {
  font-size: 26px;
  color: #000;
}
@media screen and (width <= 900px) {
  .p-title2_career span {
    margin-top: 2.2916666667vw;
    font-size: 5.4166666667vw;
    line-height: 1.6153846154;
  }
}

.p-title-keyword {
  position: relative;
}
.p-title-keyword::after {
  bottom: 0;
  left: 0;
  display: block;
  width: calc(50vw + 26px);
  height: 1px;
  content: "";
  background: #e60000;
}
@media screen and (max-width: 1110px) {
  .p-title-keyword::after {
    width: calc(74.1626794258vw + -243.2057416268px);
  }
}
@media screen and (width <= 900px) {
  .p-title-keyword::after {
    width: 88.75vw;
  }
}
.p-title-keyword::before {
  position: absolute;
  bottom: 0;
  left: calc(50vw + 26px);
  display: block;
  width: 24px;
  height: 24px;
  clip-path: polygon(calc(100% - 1px) 0, 100% 0%, 1px 100%, 0% 100%);
  content: "";
  background: #e60000;
}
@media screen and (max-width: 1110px) {
  .p-title-keyword::before {
    left: calc(74.1626794258vw + -243.2057416268px);
  }
}
@media screen and (width <= 900px) {
  .p-title-keyword::before {
    left: 88.75vw;
    width: 5vw;
    height: 5vw;
  }
}
.p-title-keyword__title {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .p-title-keyword__title {
    padding: 0 6.25vw;
  }
}
.p-title-keyword span {
  padding: 80px 0 17px 6px;
  font-size: 40px;
  font-weight: 400;
  color: #e60000;
}
@media screen and (width <= 900px) {
  .p-title-keyword span {
    padding: 14.5833333333vw 0 3.3333333333vw;
    font-size: 8.3333333333vw;
  }
}

.p-text {
  font-size: 16px;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 2;
  text-align: center;
  text-indent: 0.02em;
  letter-spacing: 0.02em;
}
@media screen and (width <= 900px) {
  .p-text {
    font-size: 3.3333333333vw;
    text-align: left;
  }
}
.p-text_pt42 {
  padding-top: 42px;
}
@media screen and (width <= 900px) {
  .p-text_pt42 {
    padding-top: 8.75vw;
  }
}
.p-text_pt22 {
  padding-top: 22px;
}
@media screen and (width <= 900px) {
  .p-text_pt22 {
    padding-top: 4.5833333333vw;
    text-align: center;
  }
}

.p-text2 {
  font-size: 16px;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (width <= 900px) {
  .p-text2 {
    font-size: 3.3333333333vw;
  }
}
.p-text2_keyword {
  padding-top: 40px;
}
@media screen and (width <= 900px) {
  .p-text2_keyword {
    padding-top: 6.6666666667vw;
  }
}

.p-text-marker {
  width: fit-content;
  padding: 0 14px;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-text-marker {
    padding: 0 2.3958333333vw;
    font-size: 3.75vw;
    line-height: 1.7777777778;
  }
}

.p-text-marker2 {
  width: fit-content;
  padding: 0 26px;
  margin: 13px 0 0;
  font-size: 50px;
  line-height: 1.24;
  color: #fff;
  text-indent: -0.18em;
  letter-spacing: -0.18em;
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-text-marker2 {
    padding: 0 5.4166666667vw;
    margin-top: 2.625vw;
    font-size: 10.4166666667vw;
    line-height: cal(62/50);
  }
}

.p-text-link {
  margin: 9px 0 0;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 2;
  color: #000;
  text-decoration: underline;
  letter-spacing: 0.02em;
}
@media screen and (width <= 900px) {
  .p-text-link {
    margin-top: 3.75vw;
    font-size: 3.3333333333vw;
  }
}

.p-keyword-box {
  position: relative;
  width: 340px;
  min-height: 456px;
  background: linear-gradient(45deg, rgb(253, 246, 234) 0%, rgb(233, 223, 228) 100%);
  border-radius: 20px;
}
@media screen and (width <= 900px) {
  .p-keyword-box {
    width: 87.5vw;
    min-height: auto;
    border-radius: 4.1666666667vw;
  }
}
.p-keyword-box::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  content: "";
  background: #e60000;
  border-radius: 20px 0 0;
}
@media screen and (width <= 900px) {
  .p-keyword-box::before {
    width: 10vw;
    height: 10vw;
    border-radius: 4.1666666667vw 0 0;
  }
}
.p-keyword-box__head {
  position: relative;
}
.p-keyword-box__head::before {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: block;
  width: 226px;
  height: 22px;
  margin: 0 auto;
  content: "";
  background: #fff;
}
@media screen and (width <= 900px) {
  .p-keyword-box__head::before {
    width: 47.0833333333vw;
    height: 4.5833333333vw;
  }
}
.p-keyword-box__head_2::before {
  width: 155px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__head_2::before {
    width: 32.2916666667vw;
  }
}
.p-keyword-box__head_6::before {
  width: 248px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__head_6::before {
    width: 51.6666666667vw;
  }
}
.p-keyword-box__head_12::before {
  width: 190px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__head_12::before {
    width: 39.5833333333vw;
  }
}
.p-keyword-box__head_13::before {
  width: 186px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__head_13::before {
    width: 38.75vw;
  }
}
.p-keyword-box__head_14::before {
  width: 254px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__head_14::before {
    width: 52.9166666667vw;
  }
}
.p-keyword-box__head_16::before {
  width: 239px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__head_16::before {
    width: 49.7916666667vw;
  }
}
.p-keyword-box__head_17::before {
  width: 234px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__head_17::before {
    width: 48.75vw;
  }
}
.p-keyword-box__head_18::before {
  width: 260px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__head_18::before {
    width: 54.1666666667vw;
  }
}
.p-keyword-box__h0 {
  padding: 36px 0 0;
  font-size: 26px;
  color: #e60000;
  text-align: center;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
}
@media screen and (width <= 900px) {
  .p-keyword-box__h0 {
    padding-top: 7.5vw;
    font-size: 5.4166666667vw;
  }
}
.p-keyword-box__h1 {
  position: relative;
  z-index: 2;
  padding: 29px 0 0;
  font-size: 36px;
  color: #e60000;
  text-align: center;
  letter-spacing: 0.025em;
}
@media screen and (width <= 900px) {
  .p-keyword-box__h1 {
    padding-top: 5.4166666667vw;
    font-size: 7.5vw;
  }
}
.p-keyword-box__h1 span {
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
.p-keyword-box__h1_2 {
  padding: 7px 0 0;
  font-size: 26px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__h1_2 {
    padding-top: 1.4583333333vw;
    font-size: 5.4166666667vw;
  }
}
.p-keyword-box__h1_6 {
  padding: 7px 0 0;
  font-size: 26px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__h1_6 {
    padding-top: 1.4583333333vw;
    font-size: 5.4166666667vw;
  }
}
.p-keyword-box__h1-120 {
  font-size: 120px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__h1-120 {
    font-size: 25vw;
  }
}
.p-keyword-box__h1-100 {
  font-size: 100px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__h1-100 {
    font-size: 20.8333333333vw;
  }
}
.p-keyword-box__h1-80 {
  font-size: 80px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__h1-80 {
    font-size: 16.6666666667vw;
  }
}
.p-keyword-box__h1-50 {
  font-size: 50px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__h1-50 {
    font-size: 10.4166666667vw;
  }
}
.p-keyword-box__h1-26 {
  font-size: 26px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__h1-26 {
    font-size: 5.4166666667vw;
  }
}
.p-keyword-box__head-line2 {
  padding: 25px 0 0;
}
.p-keyword-box__h1-line2 {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-keyword-box__h1-line2 p {
  position: relative;
  z-index: 2;
  font-feature-settings: "palt";
  color: #e60000;
  letter-spacing: 0.025em;
}
.p-keyword-box__h1-line2 p:nth-of-type(1) {
  font-size: 50px;
  font-weight: 500;
}
.p-keyword-box__h1-line2 p:nth-of-type(2) {
  font-size: 36px;
  font-weight: 500;
}
.p-keyword-box__h1-line2 p:nth-of-type(2)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 135px;
  height: 22px;
  content: "";
  background: #fff;
}
.p-keyword-box__h1-line2 p span {
  font-size: 80px;
  font-weight: 400;
}
.p-keyword-box__title {
  padding: 46px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media screen and (width <= 900px) {
  .p-keyword-box__title {
    padding-top: 10.4166666667vw;
    font-size: 4.1666666667vw;
  }
}
.p-keyword-box__title_5 {
  padding-top: 23px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__title_5 {
    padding-top: 10.4166666667vw;
  }
}
.p-keyword-box__title_15 {
  padding-top: 40px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__title_15 {
    padding-top: 10.4166666667vw;
  }
}
.p-keyword-box__title_16 {
  padding-top: 76px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__title_16 {
    padding-top: 10.4166666667vw;
  }
}
.p-keyword-box__title_18 {
  padding-top: 50px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__title_18 {
    padding-top: 10.4166666667vw;
  }
}
.p-keyword-box__small {
  font-size: 13px;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.5384615385;
  text-align: center;
  text-indent: 0.02em;
  letter-spacing: 0.02em;
}
@media screen and (width <= 900px) {
  .p-keyword-box__small {
    font-size: 2.7083333333vw;
  }
}
.p-keyword-box__text {
  padding: 18px 25px 22px;
  font-size: 16px;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (width <= 900px) {
  .p-keyword-box__text {
    padding: 4.1666666667vw 5.2083333333vw;
    font-size: 3.3333333333vw;
  }
}
.p-keyword-box__text_2 {
  padding: 24px 25px 22px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__text_2 {
    padding: 4.1666666667vw 5.2083333333vw;
  }
}
.p-keyword-box__text_4 {
  padding: 28px 25px 22px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__text_4 {
    padding: 4.1666666667vw 5.2083333333vw;
  }
}
.p-keyword-box__text_5 {
  padding: 24px 25px 22px;
}
@media screen and (width <= 900px) {
  .p-keyword-box__text_5 {
    padding: 4.1666666667vw 5.2083333333vw;
  }
}

.c-mv {
  position: relative;
  z-index: 3;
}
.c-mv img {
  width: 100%;
}
.c-mv__fix {
  position: relative;
  inset: 0 0 auto;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.c-mv__over {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.c-mv__wrap {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 3;
  display: block;
  padding: 0 0 22px;
  margin: 0 auto;
  transform: translateY(-50%);
}
.c-mv__wrap_req, .c-mv__wrap_career {
  padding-bottom: 0;
}
@media screen and (width <= 900px) {
  .c-mv__wrap {
    top: 0;
    padding: 15.2083333333vw 0 0;
    transform: translateY(0);
  }
}
.c-mv__wrap_keyword {
  padding: 20px 0 0;
}
@media screen and (width <= 900px) {
  .c-mv__wrap_keyword {
    padding: 13.3333333333vw 0 0;
  }
}
.c-mv__tit {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.c-mv__tit img {
  width: auto;
  height: 23px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .c-mv__tit img {
    height: 2.6vw;
  }
}
.c-mv__tit_keyword img {
  height: 30px;
}
@media screen and (width <= 900px) {
  .c-mv__tit_keyword img {
    height: 3.2916666667vw;
  }
}
.c-mv__tit::before {
  position: absolute;
  top: -48px;
  left: -42px;
  display: block;
  width: 100px;
  height: 100px;
  clip-path: polygon(0 100%, 1px 100%, 100% 1px, 100% 0);
  content: "";
  background-color: #fff;
}
@media screen and (width <= 900px) {
  .c-mv__tit::before {
    top: -4.7916666667vw;
    left: -4.1666666667vw;
    width: 10vw;
    height: 10vw;
    background-color: #fff;
  }
}
.c-mv__title {
  padding: 45px 0 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 64px;
  color: #fff;
  text-align: center;
  text-indent: 0.16em;
  letter-spacing: 0.16em;
}
@media screen and (width <= 900px) {
  .c-mv__title {
    padding-top: 6.25vw;
    font-size: 6.6666666667vw;
    line-height: 8.125vw;
  }
}
.c-mv__title_req {
  padding-top: 31px;
}
@media screen and (width <= 900px) {
  .c-mv__title_req {
    padding-top: 5.2083333333vw;
  }
}
.c-mv__title_keyword {
  padding-top: 31px;
}
@media screen and (width <= 900px) {
  .c-mv__title_keyword {
    padding-top: 2.9166666667vw;
  }
}
.c-mv__title_career {
  padding-top: 28px;
  font-size: 56px;
}
@media screen and (width <= 900px) {
  .c-mv__title_career {
    padding-top: 3.0208333333vw;
    font-size: 6.6666666667vw;
  }
}
.c-mv__title_welfare, .c-mv__title_work {
  padding-top: 31px;
}
@media screen and (width <= 900px) {
  .c-mv__title_welfare, .c-mv__title_work {
    padding: 3.9583333333vw 0 0;
  }
}
.c-mv__add {
  padding: 23px 0 0;
  font-size: 16px;
  font-feature-settings: "palt";
  color: #fff;
  text-align: center;
  text-indent: 0.14em;
  letter-spacing: 0.14em;
}
@media screen and (width <= 900px) {
  .c-mv__add {
    padding: 4.7916666667vw 0 0;
    font-size: 3.3333333333vw;
  }
}
@media screen and (width <= 900px) {
  .c-mv__add_keyword, .c-mv__add_welfare, .c-mv__add_work {
    padding: 2.0833333333vw 0 0;
    font-size: 2.9166666667vw;
  }
}

.keyword-1__wrap {
  padding: 120px 20px;
}
@media screen and (width <= 900px) {
  .keyword-1__wrap {
    padding: 15vw 6.25vw;
  }
}
.keyword-1__tebox {
  padding: 40px 0 116px;
}
@media screen and (width <= 900px) {
  .keyword-1__tebox {
    padding: 5.4166666667vw 0 13.75vw;
  }
}
.keyword-1__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .keyword-1__flex {
    max-width: 720px;
  }
}
@media screen and (width <= 900px) {
  .keyword-1__flex {
    flex-direction: column;
    gap: 6.25vw;
  }
}

.keyword-2 {
  background-image: url("../img/keyword/keyword-bg.png");
  background-repeat: repeat-x;
  background-size: 1297px 600px;
}
@media screen and (width <= 900px) {
  .keyword-2 {
    background-image: url("../img/keyword/keyword-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.keyword-2__wrap {
  position: relative;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .keyword-2__wrap {
    padding: 0 6.25vw;
  }
}
.keyword-2__col {
  max-width: 650px;
  padding: 56px 0 91px;
}
@media screen and (max-width: 1110px) {
  .keyword-2__col {
    width: calc(71.7703349282vw + -146.6507177033px);
  }
}
@media screen and (width <= 900px) {
  .keyword-2__col {
    width: auto;
    padding: 7.2916666667vw 0 15.8333333333vw;
  }
}
.keyword-2__pic {
  position: absolute;
  top: -71px;
  right: 20px;
  max-width: 459px;
}
@media screen and (max-width: 1110px) {
  .keyword-2__pic {
    width: calc(28.2296650718vw + 145.6507177033px);
  }
}
@media screen and (width <= 900px) {
  .keyword-2__pic {
    display: none;
  }
}
.keyword-2__picsp {
  display: none;
}
@media screen and (width <= 900px) {
  .keyword-2__picsp {
    display: block;
    width: 72.9166666667vw;
    margin: 6.25vw auto 0;
  }
}

.other {
  padding: 103px 20px 100px;
  background: #e3e3e3;
}
@media screen and (width <= 900px) {
  .other {
    padding: 23.9583333333vw 6.25vw 15vw;
  }
}
.other__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 1100px;
  margin: 88px auto 0;
}
@media screen and (width <= 900px) {
  .other__inner {
    flex-direction: column;
    gap: 4.1666666667vw;
    margin-top: 15vw;
  }
}
