@charset "UTF-8";
.page_container02 {
  background-color: #FFFDF5;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}
.page_container02 .wrap03 {
  padding: 50px 0 64px;
}
@media screen and (max-width: 768px) {
  .page_container02 .wrap03 {
    padding: 6vw 0 8vw;
  }
}

.head_box {
  max-width: 551px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .head_box {
    max-width: none;
    width: 80%;
    margin-bottom: 15vw;
  }
}

#instagram {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  #instagram {
    margin-top: 15vw;
  }
}
#instagram .section_title_box {
  background-image: url(../img/collaborate/instagram_txt_bg.svg);
}
#instagram .feed_content {
  margin-top: 60px;
  height: 680px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  #instagram .feed_content {
    margin-top: 8vw;
    height: 120vw;
  }
}

.section_title_box {
  position: relative;
  width: 100%;
  height: 114px;
  background-repeat: no-repeat;
  background-size: auto 114px;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .section_title_box {
    height: 12.5vw;
    background-size: auto 12.5vw;
  }
}
.section_title_box h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.section_title_box h3 span {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 1em;
  display: inline-block;
  background-color: #fff;
  padding: 0.3em 1em 0.4em;
}
@media screen and (max-width: 768px) {
  .section_title_box h3 span {
    font-size: 4vw;
    white-space: nowrap;
    padding: 0.3em 1em 0.4em;
  }
}

#mission {
  /* margin-top: 80px; */
}
@media screen and (max-width: 768px) {
  #mission {
    /* margin-top: 15vw; */
  }
}
#mission .section_title_box {
  background-image: url(../img/collaborate/mission_txt_bg.svg);
}
#mission .txt_box01 {
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mission .txt_box01 {
    max-width: none;
    width: 100%;
    display: block;
    margin-top: 8vw;
  }
}
#mission .txt_box01 .img01 {
  width: 41.5%;
}
@media screen and (max-width: 768px) {
  #mission .txt_box01 .img01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#mission .txt_box01 .txt_block {
  width: 47.1%;
}
@media screen and (max-width: 768px) {
  #mission .txt_box01 .txt_block {
    width: 100%;
    margin-top: 12vw;
  }
}
#mission .txt_box01 .txt_block .txt01 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.9em;
  color: #000;
}
@media screen and (max-width: 768px) {
  #mission .txt_box01 .txt_block .txt01 {
    font-size: 5vw;
    line-height: 1.5em;
  }
}
#mission .txt_box01 .txt_block .txt02 {
  font-size: 15px;
  line-height: 3.5em;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  #mission .txt_box01 .txt_block .txt02 {
    font-size: 3.8vw;
    line-height: 2em;
    margin-top: 4.5vw;
  }
}

#action {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  #action {
    margin-top: 15vw;
  }
}
#action .section_title_box {
  background-image: url(../img/collaborate/action_txt_bg.svg);
}
#action .txt_box01 {
  max-width: 950px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #action .txt_box01 {
    max-width: none;
    width: 100%;
    margin-top: 8vw;
  }
}
#action .txt_box01 .txt_block {
  width: 29.9%;
  height: 132px;
  margin-left: 5.15%;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #action .txt_box01 .txt_block {
    width: 48%;
    height: 20.5vw;
    margin-left: 4%;
    border-radius: 2vw;
  }
  #action .txt_box01 .txt_block:nth-child(n+3) {
    margin-top: 3vw;
  }
}
#action .txt_box01 .txt_block:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #action .txt_box01 .txt_block:nth-child(3n+1) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  #action .txt_box01 .txt_block:nth-child(2n+1) {
    margin-left: 0;
  }
}
#action .txt_box01 .txt_block:nth-child(n+4) {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  #action .txt_box01 .txt_block:nth-child(n+4) {
    margin-top: 3.8vw;
  }
}
#action .txt_box01 .txt_block .txt01 {
  font-size: 22px;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #action .txt_box01 .txt_block .txt01 {
    font-size: 3.2vw;
    letter-spacing: 0em;
  }
}
#action .txt_box01 .txt_block .txt02 {
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #action .txt_box01 .txt_block .txt02 {
    font-size: 2.5vw;
    line-height: 2em;
  }
}/*# sourceMappingURL=style_collaborate.css.map */