#top-page {
  background: #cfcbc6;
  position: relative;
  z-index: 2;
}
#top-page .bgImg {
  z-index: 1;
}
#top-page .main {
  width: 100%;
  height: 1000px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 600px) {
  #top-page .main {
    height: 750px;
  }
}
#top-page .main__inner {
  background: url(../../assets/images/top/main_pc.png) center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1080px) {
  #top-page .main__inner {
    background: url(../../assets/images/top/main_pc.png) center right no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  #top-page .main__inner {
    background: url(../../assets/images/top/main_sp.png) center no-repeat;
    background-size: cover;
    height: 750px;
  }
}
#top-page .main__inner .mainBox {
  position: absolute;
  bottom: 100px;
  left: 80px;
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox {
    bottom: inherit;
    left: 18px;
    top: 114px;
  }
}
#top-page .main__inner .mainBox h2 {
  font-size: 40px;
  line-height: 1.42em;
  color: #fff;
  margin-bottom: 14px;
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox h2 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 9px;
  }
}
#top-page .main__inner .mainBox p {
  font-size: 24px;
  line-height: 140%;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #top-page .main__inner .mainBox p {
    font-size: 16px;
  }
}
#top-page .concept {
  width: 100%;
  background-image: url(../images/top/bg_concept01_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  #top-page .concept {
    background-image: url(../images/top/bg_concept01_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
  }
}
@media screen and (max-width: 600px) {
  #top-page .concept {
    background-image: url(../images/top/bg_concept01_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
#top-page .concept__inner {
  width: min(89%, 1202px);
  margin: 0 auto;
  padding: 200px 0 338px;
}
@media screen and (max-width: 600px) {
  #top-page .concept__inner {
    padding: 89px 0 212px;
  }
}
#top-page .concept__inner .ttlConceptBox {
  margin-bottom: 85px;
}
@media screen and (max-width: 600px) {
  #top-page .concept__inner .ttlConceptBox {
    margin-bottom: 56px;
  }
}
#top-page .concept__inner .ttlConceptBox p {
  padding: 4px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #top-page .concept__inner .ttlConceptBox p {
    padding: 0;
    margin-bottom: 12px;
  }
}
#top-page .concept__inner .ttlConceptBox p span.en {
  color: var(--color-org);
  font-size: 14px;
  line-height: 150%;
}
#top-page .concept__inner .ttlConceptBox h3 {
  color: #fff;
  font-size: 56px;
  line-height: 1.19em;
}
@media screen and (max-width: 600px) {
  #top-page .concept__inner .ttlConceptBox h3 {
    font-size: 25px;
  }
}
#top-page .concept__inner .conceptBox {
  padding-left: 100px;
}
@media screen and (max-width: 600px) {
  #top-page .concept__inner .conceptBox {
    padding-left: 0;
  }
}
#top-page .concept__inner .conceptBox p {
  font-size: 18px;
  line-height: 300%;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #top-page .concept__inner .conceptBox p {
    font-size: 15px;
    font-feature-settings: "palt";
  }
}
#top-page .concept .txtBox {
  position: absolute;
  bottom: 42px;
  right: 13.8%;
  mix-blend-mode: overlay;
  color: #fff;
  font-size: 120px;
  line-height: 1.52em;
  transform: rotate(-2deg);
}
@media screen and (max-width: 834px) {
  #top-page .concept .txtBox {
    font-size: 110px;
  }
}
@media screen and (max-width: 600px) {
  #top-page .concept .txtBox {
    font-size: 60px;
    bottom: 58px;
    right: 28px;
    font-weight: 300;
    letter-spacing: 0;
  }
}
#top-page .commitment {
  width: 100%;
  position: relative;
  z-index: 2;
}
#top-page .commitment__inner {
  width: min(89%, 1200px);
  margin: 0 auto;
  padding: 140px 0 0;
}
@media screen and (max-width: 600px) {
  #top-page .commitment__inner {
    padding: 80px 0 0;
  }
}
#top-page .commitment__inner .commitmentPcFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 80px 0 140px;
}
@media screen and (max-width: 600px) {
  #top-page .commitment__inner .commitmentPcFlex {
    padding: 64px 0 78px;
    display: none;
  }
}
#top-page .commitment__inner .commitmentPcFlex .detailBox {
  width: 56.6%;
}
#top-page .commitment__inner .commitmentPcFlex .detailBox .commitmentSet {
  padding: 40px 0 48px;
  border-top: 1px solid var(--color-gry);
}
#top-page .commitment__inner .commitmentPcFlex .detailBox .commitmentSet h4 {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}
#top-page .commitment__inner .commitmentPcFlex .detailBox .commitmentSet h4 span {
  font-size: 28px;
  line-height: 170%;
}
#top-page .commitment__inner .commitmentPcFlex .detailBox .commitmentSet h4 span.en {
  font-size: 100px;
  line-height: 1em;
  font-weight: 100;
  color: var(--color-org);
}
#top-page .commitment__inner .commitmentPcFlex .photoBox {
  width: 33.3%;
  position: sticky;
  position: -webkit-sticky;
  top: 12%;
}
#top-page .commitment__inner .commitmentPcFlex .photoBox .imgBox {
  position: sticky;
  top: 12%;
  opacity: 0;
}
#top-page .commitment__inner .commitmentPcFlex .photoBox .imgBox img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  box-shadow: 10px 10px 30px rgba(40, 37, 35, 0.1);
}
#top-page .commitment__inner .commitmentSpFlex {
  position: relative;
  display: none;
}
@media screen and (max-width: 600px) {
  #top-page .commitment__inner .commitmentSpFlex {
    padding: 64px 0 78px;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
}
#top-page .commitment__inner .commitmentSpFlex .commitmentSet {
  padding: 40px 0 0;
  border-top: 1px solid var(--color-gry);
}
#top-page .commitment__inner .commitmentSpFlex .commitmentSet h4 {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
#top-page .commitment__inner .commitmentSpFlex .commitmentSet h4 span {
  font-size: 22px;
  line-height: 170%;
}
#top-page .commitment__inner .commitmentSpFlex .commitmentSet h4 span.en {
  font-size: 40px;
  line-height: 1em;
  font-weight: 100;
  color: var(--color-org);
}
@media screen and (max-width: 600px) {
  #top-page .commitment__inner .commitmentSpFlex .commitmentSet p {
    margin-bottom: 24px;
  }
}
#top-page .commitment__inner .commitmentSpFlex .commitmentSet img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  box-shadow: 10px 10px 30px rgba(40, 37, 35, 0.1);
}
#top-page .commitment__inner .photoSet {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
#top-page .commitment__inner .photoSet .txtBox {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -48px;
  left: 0;
  z-index: 7;
  color: #fff;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 600px) {
  #top-page .commitment__inner .photoSet .txtBox {
    bottom: -29px;
  }
}
#top-page .commitment__inner .photoSet .txtBox p {
  flex: 0 0 auto;
  white-space: nowrap;
}
#top-page .commitment__inner .photoSet .txtBox p span.en {
  font-size: 120px;
  line-height: 1em;
  font-weight: 100;
}
@media screen and (max-width: 600px) {
  #top-page .commitment__inner .photoSet .txtBox p span.en {
    font-size: 50px;
    line-height: 140%;
  }
}
#top-page .commitment__inner .photoSet .txtBox p:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}
#top-page .commitment__inner .photoSet .txtBox p:nth-child(even) {
  animation: loop2 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#top-page .style {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#top-page .style__inner {
  width: min(89%, 1200px);
  margin: 0 auto;
  padding: 140px 0px;
}
@media screen and (max-width: 600px) {
  #top-page .style__inner {
    padding: 109px 0;
  }
}
#top-page .style__inner .ttlBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #top-page .style__inner .ttlBox {
    margin-bottom: 64px;
  }
}
#top-page .style__inner .styleBox {
  padding-left: 100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #top-page .style__inner .styleBox {
    padding-left: 5.3%;
    margin-bottom: 56px;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 56px;
  }
}
@media screen and (max-width: 600px) {
  #top-page .style__inner .styleBox:nth-of-type(3) {
    margin-bottom: 64px;
  }
}
#top-page .style__inner .styleBox p.subTtl {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  #top-page .style__inner .styleBox p.subTtl {
    margin-bottom: 32px;
  }
}
#top-page .style__inner .styleBox p.subTtl span.en {
  z-index: 3;
  white-space: nowrap;
}
#top-page .style__inner .styleBox p.subTtl span.border {
  position: relative;
  width: 100%;
}
#top-page .style__inner .styleBox p.subTtl span.border::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: var(--color-gry);
  z-index: 1;
}
#top-page .style__inner .styleBox .styleSwiperBox {
  overflow: hidden;
}
#top-page .style__inner .styleBox .styleSwiperBox .styleFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 40px;
  column-gap: 1.8%;
}
@media screen and (max-width: 600px) {
  #top-page .style__inner .styleBox .styleSwiperBox .styleFlex {
    flex-wrap: nowrap;
    gap: 0;
  }
}
#top-page .style__inner .styleBox .styleSwiperBox .styleFlex .styleSet {
  width: 23.6%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 600px) {
  #top-page .style__inner .styleBox .styleSwiperBox .styleFlex .styleSet {
    width: 100%;
    gap: 12px;
  }
}
#top-page .style__inner .styleBox .styleSwiperBox .styleFlex .styleSet img {
  box-shadow: 10px 10px 30px rgba(40, 37, 35, 0.1);
}
@media screen and (max-width: 600px) {
  #top-page .style__inner .styleBox .styleSwiperBox .styleFlex .styleSet img {
    width: 100%;
    height: auto;
  }
}
#top-page .style__inner .styleBox .styleSwiperBox .styleFlex .styleSet p span.en {
  font-size: 20px;
  line-height: 120%;
}
#top-page .style__inner .btnSmallBox {
  width: min(100%, 233px);
  padding-left: 100px;
}
@media screen and (max-width: 600px) {
  #top-page .style__inner .btnSmallBox {
    padding: 0;
  }
}
#top-page .beforeAfter {
  width: 100%;
  position: relative;
  z-index: 1;
  background: var(--color-gry);
}
#top-page .beforeAfter__inner {
  width: min(89%, 1200px);
  margin: 0 auto;
  padding: 96px 0px;
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 600px) {
  #top-page .beforeAfter__inner {
    padding: 153px 0 0;
  }
}
#top-page .beforeAfter__inner .beforeAfterTtlBox {
  width: min(89%, 1200px);
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  #top-page .beforeAfter__inner .beforeAfterTtlBox {
    margin: 0 auto 64px;
    max-width: 315px;
  }
}
#top-page .beforeAfter__inner .beforeAfterTtlBox p {
  max-width: 396px;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #top-page .beforeAfter__inner .beforeAfterTtlBox p {
    max-width: 315px;
    font-size: 48px;
  }
}
#top-page .beforeAfter__inner .beforeAfterTtlBox p:last-child {
  text-align: right;
  margin-top: 25px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #top-page .beforeAfter__inner .beforeAfterTtlBox p:last-child {
    margin-top: 19px;
  }
}
#top-page .beforeAfter__inner .beforeAfterTtlBox p:last-child::before {
  position: absolute;
  width: 164px;
  height: 115px;
  display: block;
  content: "";
  background: url(../images/top/ico_beforeAtter.svg) center no-repeat;
  background-size: 100% auto;
  top: -76px;
  left: 150px;
}
@media screen and (max-width: 600px) {
  #top-page .beforeAfter__inner .beforeAfterTtlBox p:last-child::before {
    width: 84px;
    height: 58px;
    top: -36px;
    left: 135px;
  }
}
#top-page .beforeAfter__inner .beforeAfterTtlBox p span {
  font-weight: 200;
}
#top-page .beforeAfter__inner .beforeAfterBox p.subTtl {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 40px;
  position: relative;
}
#top-page .beforeAfter__inner .beforeAfterBox p.subTtl span.en {
  background: #cfcbc6;
  padding-right: 40px;
  position: relative;
  z-index: 3;
}
#top-page .beforeAfter__inner .beforeAfterBox p.subTtl::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: var(--color-gry);
  z-index: 1;
}
#top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet {
  position: absolute;
  top: 34vh;
  right: 8%;
  opacity: 0;
  width: min(89%, 720px);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 834px) {
  #top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  #top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet {
    top: 352px;
  }
}
#top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex {
  background: #e4dfd9;
  box-shadow: 10px 10px 30px rgba(41, 38, 36, 0.1);
  padding: 40px 80px 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  #top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex {
    padding: 20px 20px 38px;
  }
}
#top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .beforeBox,
#top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .afterBox {
  width: 45.1%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .beforeBox,
  #top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .afterBox {
    width: 46%;
    gap: 12px;
  }
}
#top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .beforeBox p,
#top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .afterBox p {
  font-size: 16px;
  line-height: 150%;
  padding-left: 16px;
  color: var(--color-gry);
  background: url(../images/common/ico_circle_orange.svg) center left 4px no-repeat;
  background-size: 6px;
}
@media screen and (max-width: 600px) {
  #top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .beforeBox p,
  #top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .afterBox p {
    font-size: 14px;
    padding-left: 12px;
    background: url(../images/common/ico_circle_orange.svg) center left 2px no-repeat;
    background-size: 6px;
  }
}
#top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .beforeBox img.txtBefore,
#top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .afterBox img.txtBefore {
  transform: rotate(-4deg);
  width: 159px;
  height: 122px;
  position: absolute;
  bottom: -62px;
  left: -30px;
}
@media screen and (max-width: 600px) {
  #top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .beforeBox img.txtBefore,
  #top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .afterBox img.txtBefore {
    width: 80px;
    height: 61px;
    bottom: -30px;
    left: -13px;
  }
}
#top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .beforeBox img.txtAfter,
#top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .afterBox img.txtAfter {
  transform: rotate(-4deg);
  width: 139px;
  height: 122px;
  position: absolute;
  bottom: -61px;
  left: -30px;
}
@media screen and (max-width: 600px) {
  #top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .beforeBox img.txtAfter,
  #top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .beforeAfterFlex .afterBox img.txtAfter {
    width: 70px;
    height: 61px;
    bottom: -30px;
    left: -13px;
  }
}
#top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .countBox {
  text-align: right;
  line-height: 1em;
}
#top-page .beforeAfter__inner .beforeAfterBox .beforeAfterSet .countBox img {
  width: 27px;
  height: 18px;
  text-align: right;
}
#top-page .voice {
  width: 100%;
  position: relative;
  z-index: 2;
}
#top-page .voice__inner {
  width: min(89%, 1200px);
  margin: 0 auto;
  padding: 100px 0px 140px;
}
@media screen and (max-width: 600px) {
  #top-page .voice__inner {
    padding: 80px 0;
  }
}
#top-page .voice__inner .ttlBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #top-page .voice__inner .ttlBox {
    margin-bottom: 56px;
  }
}
#top-page .voice__inner .voiceBox .voiceFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3.8%;
  width: min(100%, 1040px);
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #top-page .voice__inner .voiceBox .voiceFlex {
    gap: 40px;
  }
}
#top-page .voice__inner .voiceBox .voiceFlex .voiceSet {
  width: 30.7%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  #top-page .voice__inner .voiceBox .voiceFlex .voiceSet {
    width: 100%;
  }
}
#top-page .voice__inner .voiceBox .voiceFlex .voiceSet img {
  box-shadow: 10px 10px 30px rgba(40, 37, 35, 0.1);
}
#top-page .voice__inner .voiceBox .voiceFlex .voiceSet p {
  font-size: 15px;
  line-height: 170%;
}
#top-page .voice__inner .voiceBox .voiceFlex .voiceSet p:last-child {
  font-size: 14px;
}
#top-page .flow {
  width: 100%;
  position: relative;
  padding: 307px 0 140px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  #top-page .flow {
    padding: 160px 0 180px;
  }
}
#top-page .flow img.bg {
  width: 100%;
  height: 389px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  #top-page .flow img.bg {
    height: 200px;
  }
}
#top-page .flow__inner {
  width: min(94%, 1283px);
  margin-left: auto;
  padding: 120px 0px 117px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 600px) {
  #top-page .flow__inner {
    padding: 64px 0 78px;
  }
}
#top-page .flow__inner .flowBox {
  width: min(91%, 1042px);
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #top-page .flow__inner .flowBox {
    margin: 0;
    margin-left: auto;
  }
}
#top-page .flow__inner .flowBox .ttlBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #top-page .flow__inner .flowBox .ttlBox {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 600px) {
  #top-page .flow__inner .flowBox .flowSet {
    width: 93.8%;
  }
}
#top-page .flow__inner .flowBox .flowSet p.subTtl {
  font-size: 18px;
  line-height: 1.5em;
  position: relative;
}
#top-page .flow__inner .flowBox .flowSet p.subTtl span.en {
  position: relative;
  z-index: 3;
}
#top-page .flow__inner .flowBox .flowSet p.subTtl::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 109px);
  height: 1px;
  background: var(--color-gry);
  z-index: 1;
}
#top-page .flow__inner .flowBox .flowSet .flowFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 56px 0 64px 186px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #top-page .flow__inner .flowBox .flowSet .flowFlex {
    padding: 20px 0 40px;
    gap: 12px;
  }
}
#top-page .flow__inner .flowBox .flowSet .flowFlex .photoBox {
  width: 32.7%;
  box-shadow: 10px 10px 30px rgba(40, 37, 35, 0.1);
}
@media screen and (max-width: 600px) {
  #top-page .flow__inner .flowBox .flowSet .flowFlex .photoBox {
    width: 100%;
  }
}
#top-page .flow__inner .flowBox .flowSet .flowFlex .detailBox {
  width: 62.6%;
}
@media screen and (max-width: 600px) {
  #top-page .flow__inner .flowBox .flowSet .flowFlex .detailBox {
    width: 100%;
  }
}
#top-page .flow__inner .flowBox .flowSet .flowFlex .detailBox h4 {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #top-page .flow__inner .flowBox .flowSet .flowFlex .detailBox h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
#top-page .flow__inner .flowBox .flowSet:last-child .flowFlex {
  position: relative;
}
#top-page .flow__inner .flowBox .flowSet:last-child .flowFlex::before {
  width: calc(100% - 186px);
  background: var(--color-gry);
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  #top-page .flow__inner .flowBox .flowSet:last-child .flowFlex::before {
    width: 100%;
  }
}