.connect #contentBody {
  margin-top: 0;
}

.bgBody {
	background-image: url(../images/banner_1_pc.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
}

.txtStory {
  min-height: 170px;
}
.storyBody {
  min-height: 557px;
}

.story:nth-child(2) ul {
  margin-top: 40px !important;
}

.bgBody .bgBodyContent {
  display: flex;
  padding: 96px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.bgBody .bgBodyContent h2 {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}
.bgBody .bgBodyContent p {
  margin-top: 0;
  text-align: center;
}

.voiceContainer {
  width: 100%;
  padding: 64px 0;
  border: 1px solid var(--bgLightBlue);
  background-color: var(--bgLightBlue);
}

.voiceContainer h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.voiceContainer p {
  text-align: center;
}

.voiceBody {
  margin-top: 40px;
}

.introduceContainer {
  margin: 0 120px;
}

.introduce {
  padding: 40px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.imageIntroduce {
  text-align: center;
  margin-right: 48px;
  margin-bottom: 40px;
}
.imageIntroduce p {
  margin-top: 16px;
}
.imageIntroduce img {
  border: 1px solid #b8b8b8;
  border-radius: 50%;
}
.pickupBody {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.story {
  width: 576px;
  padding: 32px;
  border-color: var(--bgLightBlue);
  background-color: var(--bgLightBlue);
  border-radius: 16px;
}
.story h3 {
  margin: 0;
}
.storyBody {
  position: relative;
  margin: 0;
  background: #ffffff;
  padding: 32px 24px;
  margin: 32px 0;
}

.storyBody h4 {
  margin: 0 0 15px 0;
}
#contentBody .btnGroup .btn {
  width: 290px;
  margin-top: 0;
}

.storyContent {
  width: 100%;
  display: flex;
  margin-top: 4px;
}

.storyTxt p {
  margin: 5px;
}
.storyActive {
  width: 5%;
  height: auto;
  z-index: 1;
}
.storyActive img {
  width: 12px;
  height: 12px;
}
.storyTxt {
  width: 95%;
}

.photoStory {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 18px;
}
.imageStory {
  width: 220px;
  border-radius: 8px;
}
.imageStory img{
  border-radius: 8px;
}
.imageStory p {
  margin-top: 16px;
}

.storyActiveContent {
  position: relative;
}
.activeStory {
  position: absolute;
  content: "";
  width: 3px;
  margin-left: 4.3px;
  margin-top: 23px;
  height: 92%;
  background-color: #b8b8b8;
}

.activeStoryStart {
  position: absolute;
  content: "";
  width: 3px;
  margin-left: 4.3px;
  margin-top: 23px;
  height: 92%;
  background-color: #b8b8b8;
}

@media screen and (max-width: 768px) {
  .bgBody .bgBodyContent {
    padding: 64px 24px;
  }
  .bgBody .bgBodyContent h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: left;
  }
  .bgBody .bgBodyContent p {
    margin-top: 0;
    text-align: left;
  }
  .voiceContainer p {
    text-align: left;
    padding: 0 20px;
  }
  .voiceContainer {
    padding: 48px 0;
  }
  .voiceContainer h2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 32px;
    padding: 0 20px;
  }
  .imageIntroduce {
    margin-bottom: 32px;
    margin-right: 0;
  }
  .imageIntroduce img {
    width: 140px;
    height: 140px;
  }
  .imageIntroduce:nth-child(1) {
    margin-right: 24px;
  }
  .imageIntroduce:nth-child(3) {
    margin-right: 24px;
  }
  .imageIntroduce:nth-child(5) {
    margin-right: 24px;
  }
  .imageIntroduce:nth-child(7) {
    margin-right: 24px;
  }
  .imageIntroduce:nth-child(9) {
    margin-right: 24px;
  }
  .story {
    width: 100%;
    margin-bottom: 16px;
  }
  .imageStory {
    width: 135px;
  }
  .bgBody {
    background-image: url(../images/banner_1_sp.png);
  }
  .voiceBody .wide img {
    max-width: 200%;
    width: 180%;
    height: auto;
    margin-left: -40%;
  }
  .storyBody {
    position: relative;
    margin: 0;
    background: #ffffff;
    padding: 24px 16px;
    margin: 32px 0;
  }
  .txtStory {
    min-height: 0;
  }
  .bgBody .bgBodyContent h2 {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 668px) {
  .activeStoryStart {
    position: absolute;
    content: "";
    width: 3px;
    margin-left: 4.3px;
    margin-top: 23px;
    height: 90%;
    background-color: #b8b8b8;
  }
}

@media screen and (max-width: 568px) {
  .activeStoryStart {
    position: absolute;
    content: "";
    width: 3px;
    margin-left: 4.3px;
    margin-top: 23px;
    height: 87%;
    background-color: #b8b8b8;
  }
}

@media screen and (max-width: 430px) {
  .activeStoryStart {
    position: absolute;
    content: "";
    width: 3px;
    margin-left: 4.3px;
    margin-top: 23px;
    height: 88%;
    background-color: #b8b8b8;
  }
  .imageStory {
    width: 100%;
  }
  .imageStory img {
    width: 100%;
  }
}

.txt_center {
  text-align: center;
}

/* page header
-------------------------------------------------- */
#pageHeader {
  border-bottom: 1px solid #f2f8fc;
  background-color: #f2f8fc;
  position: relative;
}

#pageHeader h1 {
  max-width: 1200px;
  min-height: 190px;
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  align-items: center;
}

#pageHeader.imgConnect {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#pageHeader.imgConnect {
  background-image: url(/connect/images/ogp_1.png);
}

#pageHeader.imgConnect h1 {
  max-width: none;
  min-height: 280px;
  margin: 0 40px;
  padding: 0;
}

#pageHeader.imgConnect h1 span {
  padding: 4px 16px;
  background-color: var(--planBlue);
  color: var(--white);
}

#pageHeader.imgConnect::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: calc(100% + 8px);
  height: 0;
  padding-top: 2.2%;
  background: url(/shared/images/bg_2.svg) no-repeat 0 0 / 100%;
}

@media screen and (max-width: 1240px) {
  #pageHeader h1 {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  #pageHeader h1 {
    min-height: 150px;
  }
  #contentBody .btnGroup .btn {
    width: 350px;
    margin-top: 0;
  }

  #pageHeader.imgConnect h1 {
    max-width: none;
    min-height: 0;
    margin: 0;
    display: block;
    font-size: 2.4rem;
  }

  #pageHeader.imgConnect h1 span {
    display: block;
    padding: 16px 20px;
  }

  #pageHeader.imgConnect h1::after {
    content: "";
    display: block;
    height: 0;
    padding-top: 51.3%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }

  .connect #pageHeader.imgConnect h1::after {
    background-image: url(/component/images/img_1_sp.jpg);
  }

  #pageHeader.imgConnect::after {
    padding-top: 5.1%;
    background-image: url(/shared/images/bg_2_sp.svg);
  }
}

.w160 {
  max-width: 212px;
}
.messageList li img {
  height: 160px;
  object-fit: cover;
}
.messageList li figcaption {
  margin-top: 8px;
  color: var(--planBlue);
  text-decoration: underline;
  text-align: left;
}
.messageList .thumb {
  display: flex;
  justify-content: center;
}

.messageList [data-micromodal-trigger] .thumb::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(/shared/images/ico_12.svg) no-repeat 0 0 / 100%;
}
.imageStory img {
  width: 220px;
  height: 144px;
}
.story:nth-child(2) ul{
  margin-top: 114px;
}

@media screen and (max-width: 768px){
  .messageList [data-micromodal-trigger] .thumb::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 10%;
    width: 24px;
    height: 24px;
    background: url(/shared/images/ico_12.svg) no-repeat 0 0 / 100%;
  }
  .story:nth-child(2) ul{
    margin-top: auto;
  }

  .pickupBody .story {
    padding: 32px 16px;
  }

  .imageStory {
    width: 48%;
  }

  .imageStory img {
    width: 100%;
    height: auto;
  }
  .btnGroup:not(.nowrap) {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
}
}
@media screen and (max-width: 430px){
  .messageList [data-micromodal-trigger] .thumb::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 2.5%;
    width: 24px;
    height: 24px;
    background: url(/shared/images/ico_12.svg) no-repeat 0 0 / 100%;
  }
}