.mv {
  background-image: url(../images/crosstalk/mv.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 1024px) {
  .mv {
    background-size: cover;
    background-position: 67% 0;
    height: 320px;
  }
}
.mv .container {
  position: unset;
}
@media all and (-ms-high-contrast: none) {
  .mv .container {
    position: static;
  }
}
.mv_bg {
  position: absolute;
  bottom: 0;
  height: min((255/1600)*100vw,255px);
  width: 53.625vw;
  background-color: #EEF9FB;
}
@media screen and (max-width: 1024px) {
  .mv_bg {
    width: 310px;
    height: 130px;
  }
}
@media all and (-ms-high-contrast: none) {
  .mv_bg {
    height: 15vw;
    width: 55vw;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 320px) and (max-width: 768px) {
  .mv_bg {
    width: 330px;
    height: 130px;
  }
}

.met {
  position: relative;
}
.met_cap {
  font-size: 2rem;
  color: #fff;
  background-color: #f3981d;
  padding: 13px 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .met_cap {
    font-size: 1.6rem;
    padding: 5px 30px;
  }
}
@media all and (-ms-high-contrast: none) {
  .met_cap {
    width: 200px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 320px) and (max-width: 1024px) {
  .met_cap {
    width: 115px;
  }
}
.met_intro {
  font-family: josefin-sans, sans-serif;
  font-style: italic;
  position: absolute;
  bottom: 0;
  color: #707070;
  font-size: min((55/1025)*100vw,70px);
  line-height: 1.42;
}
@media screen and (max-width: 1024px) {
  .met_intro {
    right: unset;
    left: 10px;
    font-size: 35px;
  }
}
@media all and (-ms-high-contrast: none) {
  .met_intro {
    font-size: 4vw;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 320px) and (max-width: 768px) {
  .met_intro {
    font-size: 35px;
  }
}

.pnkz {
  background-color: #EEF9FB;
}

.capter01 {
  background-color: #eef9fb;
  text-align: center;
  padding-bottom: 65px;
  margin-top: -13px;
}
@media screen and (max-width: 768px) {
  .capter01 {
    text-align: left;
    margin-top: 0;
    padding-top: 25px;
  }
}
.capter01_h3 {
  font-size: 3rem;
  color: #4BCBCC;
  line-height: 1.43;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .capter01_h3 {
    font-size: 2.5rem;
  }
}
.capter01_p {
  margin-top: 65px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .capter01_p {
    margin-top: 30px;
  }
}

.cross_title {
  text-align: center;
  margin-bottom: max((55/1025)*100vw,35px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cross_title {
    margin-bottom: 75px;
  }
}
@media all and (-ms-high-contrast: none) {
  .cross_title {
    margin-bottom: 4vw;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 320px) and (max-width: 768px) {
  .cross_title {
    font-size: 15vw;
  }
}

.cross_main {
  text-align: center;
  position: absolute;
  top: min((100/1600)*100vw,100px);
  right: 0;
  left: 0;
  z-index: 1;
}
@media all and (-ms-high-contrast: none) {
  .cross_main {
    top: 5.1vw;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 320px) and (max-width: 768px) {
  .cross_main {
    top: 15px;
  }
}

.capter02 {
  padding: 110px 0 78px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .capter02 {
    padding: 50px 0 78px;
  }
}
.capter02_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .capter02_box {
    display: block;
  }
}
.capter02_box_photo {
  width: 365px;
}
@media screen and (max-width: 768px) {
  .capter02_box_photo {
    width: 60%;
    margin: 0 auto 20px;
  }
}
.capter02_box_textarea {
  flex: 1;
  margin-left: 28px;
}
@media screen and (max-width: 768px) {
  .capter02_box_textarea {
    margin-left: 0px;
  }
}
.capter02_box_textarea_dt {
  border-left: 2px solid #f3981d;
  padding-left: 35px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.capter02_box_textarea_dd {
  margin-top: 40px;
  padding-left: 35px;
  line-height: 2.25;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .capter02_box_textarea_dd {
    padding-left: 0px;
    margin-top: 20px;
  }
}

.talk {
  position: relative;
  padding: 0 0 108px;
}
@media screen and (max-width: 768px) {
  .talk {
    padding: 0 0 60px;
  }
}
.talk_photo {
  width: 1160px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .talk_photo {
    width: 80%;
  }
}
.talk_photo02 {
  width: 1160px;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .talk_photo02 {
    width: 80%;
  }
}
.talk_mv {
  position: relative;
}
.talk_mv_bg {
  background-color: #EEF9FB;
  width: 1160px;
  height: 500px;
  position: absolute;
  bottom: -150px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .talk_mv_bg {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .talk_mv_bg {
    height: 100%;
    bottom: -56px;
  }
}
.talk_mv_bg02 {
  background-color: #EEF9FB;
  width: 1160px;
  height: 500px;
  position: absolute;
  bottom: -150px;
  z-index: -1;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .talk_mv_bg02 {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .talk_mv_bg02 {
    height: 100%;
    bottom: -56px;
  }
}
.talk_h5 {
  color: #4BCBCC;
  font-size: 3rem;
  line-height: 1.53;
  text-align: left;
  margin: 100px 0 50px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .talk_h5 {
    font-size: 2.5rem;
    margin: 50px 0 50px;
  }
}
.talk_area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .talk_area {
    display: block;
  }
}
.talk_area_dt {
  width: 150px;
}
.talk_area_dt_orange {
  color: #f3981d;
  font-size: 1.6rem;
  display: block;
  text-align: center;
}
.talk_area_dd {
  flex: 1;
  margin-left: 35px;
  line-height: 2.25;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .talk_area_dd {
    margin-left: 0px;
  }
}
.talk_margin {
  margin-bottom: 158px;
}
@media screen and (max-width: 768px) {
  .talk_margin {
    margin-bottom: 50px;
  }
}
.talk_under {
  width: 100%;
  height: min((500/1600)*100vw,500px);
  background-color: #EEF9FB;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media all and (-ms-high-contrast: none) {
  .talk_under {
    height: 20vw;
  }
}
.otherpeople {
  padding: 140px 0 50px;
}
@media screen and (max-width: 1150px) {
  .otherpeople {
    padding: 50px 0 0;
  }
}
.otherpeople_title {
  font-size: 4rem;
  font-family: josefin-sans, sans-serif;
  font-style: italic;
  letter-spacing: 0.05em;
  text-align: center;
}
.otherpeople_box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 870px) and (max-width: 1150px) {
  .otherpeople_box {
    justify-content: space-around;
    margin: 40px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .otherpeople_box {
    display: block;
    margin-top: 80px;
  }
}
.otherpeople_box_position {
  position: relative;
}
@media screen and (max-width: 1135px) {
  .otherpeople_box_position {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 768px) {
  .otherpeople_box_position {
    display: block;
    margin: 0 auto 65px;
    text-align: center;
    width: min((280/320)*100vw,360px);
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 320px) and (max-width: 768px) {
  .otherpeople_box_position {
    width: 300px;
  }
}
.otherpeople_box_position .number {
  z-index: 3;
  font-size: 8rem;
  top: 5px;
  line-height: 0;
}
.otherpeople_box_position_text {
  font-size: 1.8rem;
  width: 260px;
  margin-top: 15px;
}
@media screen and (max-width: 1135px) {
  .otherpeople_box_position_text {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .otherpeople_box_position_text {
    margin: 15px auto 0;
    display: block;
    text-align: left;
    width: min((280/320)*100vw,360px);
    font-size: 1.4rem;
  }
}
.otherpeople_box_position_text p {
  font-size: 1.4rem;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .otherpeople_box_position_text p {
    font-size: 1.2rem;
  }
}
.otherpeople_box_photo {
  width: 260px;
  position: relative;
  overflow: hidden;
  height: 250px;
}
@media screen and (max-width: 1135px) {
  .otherpeople_box_photo {
    width: min((300/320)*100vw,360px);
    height: min((200/320)*100vw,250px);
  }
}
@media screen and (max-width: 768px) {
  .otherpeople_box_photo {
    width: min((280/320)*100vw,360px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 320px) and (max-width: 1135px) {
  .otherpeople_box_photo {
    width: 350px;
  }
}
.otherpeople_box_photo_img {
  position: relative;
  transition-duration: 0.3s;
}
.otherpeople_box_photo_img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.otherpeople_box_photo_title {
  position: absolute;
  z-index: 2;
  bottom: 25px;
}
.otherpeople_box_photo_arrow {
  color: #fff;
  background-color: #f3981d;
  border-radius: 55px;
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.crosstalk {
  margin: min((150/1600) * 100vw, 88px) 0 148px;
}
@media all and (-ms-high-contrast: none) {
  .crosstalk {
    margin: 5vw 0 148px;
  }
}
@media screen and (max-width: 1039px) {
  .crosstalk .flex_02 {
    margin-top: 50px;
  }
}
.crosstalk_photo {
  position: relative;
  overflow: hidden;
  width: 500px;
  margin: 30px auto 0;
  display: block;
}
@media screen and (max-width: 540px) {
  .crosstalk_photo {
    width: 100%;
  }
}
.crosstalk_photo_img {
  transition-duration: 0.3s;
}
.crosstalk_photo_img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.crosstalk_photo_arrow {
  color: #fff;
  background-color: #f3981d;
  border-radius: 55px;
  text-align: center;
  width: 70px;
  height: 70px;
  padding: 22px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 370px) {
  .crosstalk .otherpeople_title {
    font-size: 3.3rem;
  }
}
/*# sourceMappingURL=crosstalk.css.map */