@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300&family=Zen+Old+Mincho:wght@400;500&display=swap");
.p-thought {
  position: relative;
}
.p-thought__intro {
  border-top: solid 1px #D8D8D8;
  border-bottom: solid 1px #D8D8D8;
  padding: 20px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-thought__intro {
    padding: 70px 0;
    margin-bottom: 120px;
  }
}
.p-thought__intro--inner {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .p-thought__intro--inner {
    display: flex;
    justify-content: space-between;
  }
}
.p-thought__intro--img {
  text-align: center;
  width: 70%;
  max-width: 474px;
  margin: 0 auto 5px;
}
@media screen and (min-width: 769px) {
  .p-thought__intro--img {
    width: 39.5%;
    margin: 0;
  }
}
.p-thought__intro--txt {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-thought__intro--txt {
    width: 50%;
  }
}
.p-thought__intro--txt .ttl-c {
  margin-bottom: 10px;
  text-align: center !important;
}
@media screen and (min-width: 769px) {
  .p-thought__intro--txt .ttl-c {
    text-align: left !important;
  }
}
.p-thought__intro--txt p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-thought__intro--txt p {
    text-align: left !important;
  }
}
.p-thought__movie {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-thought__movie {
    margin-bottom: 80px;
  }
}
.p-thought__movie--cont {
  width: 100%;
  max-width: 1200px;
}
.p-thought__story {
  font-size: clamp(1.6rem, 1.4129rem + 0.5161vw, 1.8rem);
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-thought__story {
    line-height: 2.4;
  }
}
.p-thought__story-block01 p {
  text-align: center;
}
.p-thought__story-block01 p:nth-child(1) {
  margin-bottom: 2em;
}
@media screen and (min-width: 769px) {
  .p-thought__story-block02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-thought__story-block02 p:nth-child(1) {
  max-width: 750px;
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .p-thought__story-block02 p:nth-child(1) {
    width: 50%;
    margin: 0;
  }
}
.p-thought__story-block02 p:nth-child(2) {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-thought__story-block02 p:nth-child(2) {
    width: 47%;
    text-align: left;
  }
}
.p-thought__story-block03 {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .p-thought__story-block03 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.p-thought__story-block03 p {
  width: 100%;
}
.p-thought__story-block03 p:nth-child(2) {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-thought__story-block03 p {
    width: 50%;
  }
  .p-thought__story-block03 p:nth-child(1) {
    padding-left: 5%;
  }
  .p-thought__story-block03 p:nth-child(2) {
    margin-bottom: 0;
    width: 40.7%;
  }
  .p-thought__story-block03 p:nth-child(2) img {
    max-width: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .p-thought__story-block03 p:nth-child(1) {
    padding-left: 15%;
  }
}
.p-thought__story-block04 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-thought__story-block04 {
    padding-top: 4em;
  }
}
.p-thought__story-block04 p:nth-child(1) {
  margin-bottom: 2em;
}