@charset "UTF-8";

.main_comeback {
  background: #f1dac0;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 12rem 0;
  position: relative;
  margin: -120px auto 0 auto;
}

.main_back {
  background: url(../images/comeback/main_bg.svg) no-repeat bottom center / cover;
  background-size: cover;
  width: 100%;
  height: clamp(48rem, 42.828rem + 22.069vw, 58rem);
  margin: 0 auto clamp(12rem, -6.506rem + 38.55vw, 20rem) auto;
}

.comeback_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1100px;
  text-align: center;
  gap: 3rem;
  padding: clamp(3rem, -13.193rem + 33.73vw, 10rem) 2rem;
}

.comeback_catch {
  font-size: clamp(2.4rem, -0.376rem + 5.78vw, 3.6rem);
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 auto clamp(2rem, -0.313rem + 4.82vw, 3rem) auto;
}

.comeback_mainimg {
  width: 80%;
  max-width: 430px;
}

.comeback_mainimg img {
  width: 100%;
}

.comeback_txt p {
  line-height: 2;
  text-align: center;
}

.comeback_txt p span {
  font-weight: bold;
  color: #ed7a9b;
}

.comeback_container {
  max-width: 1100px;
  padding: 0 2rem;
  margin: clamp(6rem, -7.88rem + 28.92vw, 12rem) auto;
}

.comeback_midashi {
  font-weight: 700;
  font-size: clamp(2.2rem, 1.275rem + 1.93vw, 2.6rem);
  padding: 0 0 clamp(2rem, -0.313rem + 4.82vw, 3rem) 0;
  text-align: center;
}

.comeback_about {
  text-align: center;
  line-height: 2;
}

.comeback_merit {
  display: flex;
  gap: 5rem;
  justify-content: center;
  align-items: stretch;
  margin: 5rem auto -12rem auto;
}

.comeback_merit li {
  width: calc((100% - 10rem) / 3);
}

.comeback_merit_item {
  width: 100%;
  padding: 0 2rem 3rem 2rem;
  border-radius: 3rem;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
}

.comeback_merit_item img {
  margin: -5rem auto 0rem auto;
}

.comeback_merit_item h5 {
  font-weight: bold;
  color: #ed7a9b;
  line-height: 1.2;
  font-size: clamp(2rem, 1.075rem + 1.93vw, 2.4rem);
}

.comeback_merit_item p {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .main_comeback {
    background: #f1dac0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 12rem 0;
    position: relative;
    margin: -60px auto 0 auto;
  }

  .comeback_txt p {
    text-align: justify;
    line-height: 2;
  }

  .comeback_about {
    text-align: justify;
  }

  .comeback_merit {
    display: flex;
    gap: 7rem;
    justify-content: flex-start;
    align-items: stretch;
    margin: 5rem auto -12rem auto;
    flex-direction: column;
  }

  .comeback_merit li {
    width: 100%;
  }

  .comeback_merit_item img {
    width: 70%;
  }
}

.comeback_ob {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  padding: clamp(2rem, -2.627rem + 9.64vw, 4rem);
}

.comeback_ob_detail {
  display: flex;
  gap: 4rem;
}

.shimada_img {
  flex: 1;
  text-align: center;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
}

.shimada_img img {
  border-radius: 2rem;
  width: 100%;
}

.shimada_img .name {
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}

.comeback_ob_item {
  width: 75%;
  display: flex;
  gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
}

.comeback_ob h5 {
  font-size: clamp(1.8rem, 0.875rem + 1.93vw, 2.2rem);
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 0px 0;
}
.comeback_ob h5 span{
  color: #ed7a9b;
}


.comeback_ob p {
  line-height: 1.8;
  text-align: justify;
  margin: 1rem 0 rem 0;
}

.comeback_ob_item2 {
  text-align: center;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin: clamp(4rem, -0.627rem + 9.64vw, 6rem) auto 0 auto;
}

.comeback_ob_img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.comeback_ob_img img {
  width: 100%;
  border-radius: 1rem;
}

@media screen and (max-width: 480px) {
  .comeback_ob_detail {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
  }

  .shimada_img {
    flex: 1;
    width: 60%;
    text-align: center;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .shimada_img img {
    border-radius: 2rem;
    width: 100%;
  }

  .shimada_img .name {
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
  }

  .comeback_ob_item {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .comeback_ob h5 {
    font-size: clamp(1.8rem, 0.875rem + 1.93vw, 2.2rem);
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 0px 0;
  }

  .comeback_ob p {
    line-height: 1.8;
    text-align: justify;
  }

  .comeback_ob_item2 {
    text-align: center;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 4rem auto 0 auto;
  }

  .comeback_ob_img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }

  .comeback_ob_img img {
    width: 100%;
    border-radius: 1rem;
  }
}

.comeback_btn {
  width: 350px;
  margin: 5rem auto;
  display: flex;
  background: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 1.6rem;
}

.comeback_btn a {
  color: #fff;
}
