@charset "UTF-8";
/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
#wrap_mv_ph div {
  position: relative;
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div {
    width: 100%;
  }
}
#wrap_mv_ph div div {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 400px;
  height: 160px;
  padding: 45px 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div div {
    width: 135px;
    height: 130px;
    right: auto;
    left: 30px;
    bottom: -30px;
    padding: 35px 30px;
    z-index: 500;
  }
}
#wrap_mv_ph div div p {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div div p {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div div p span {
    display: none;
  }
}
#wrap_mv_ph div div h2 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div div h2 {
    font-size: 1.0625rem;
  }
}
#wrap_mv_ph div div h2 strong {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_mv_ph div div h2 strong {
    font-size: 0.625rem;
  }
}

#content00 {
  text-align: center;
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  #content00 {
    width: 100%;
  }
}
#content00 h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 440px) {
  #content00 h2 {
    font-size: 1.0625rem;
    margin-top: 80px;
    margin-bottom: 45px;
  }
}
#content00 p {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #content00 p {
    font-size: 0.75rem;
  }
}

#content000 {
  width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 440px) {
  #content000 {
    width: calc(100% - 60px);
    border-bottom: 1px solid #000;
    padding-bottom: 80px;
  }
}
#content000 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 440px) {
  #content000 ul {
    align-items: flex-start;
  }
}
#content000 ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 440px) {
  #content000 ul li {
    flex-direction: column;
    align-items: flex-start;
  }
}
#content000 ul li:nth-of-type(1) {
  text-align: right;
  flex-direction: row-reverse;
}
@media screen and (max-width: 440px) {
  #content000 ul li:nth-of-type(1) {
    flex-direction: column;
    align-items: end;
  }
}
#content000 ul li:nth-of-type(1) figure {
  margin-left: 20px;
}
@media screen and (max-width: 440px) {
  #content000 ul li:nth-of-type(1) figure {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
#content000 ul li:nth-of-type(2) {
  position: relative;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 440px) {
  #content000 ul li:nth-of-type(2) {
    width: 30px;
    height: 30px;
    padding-top: 70px;
  }
}
#content000 ul li:nth-of-type(2)::before, #content000 ul li:nth-of-type(2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
}
#content000 ul li:nth-of-type(2)::before {
  transform: rotate(-45deg);
}
#content000 ul li:nth-of-type(2)::after {
  transform: rotate(45deg);
}
#content000 ul li:nth-of-type(3) figure {
  margin-right: 20px;
}
@media screen and (max-width: 440px) {
  #content000 ul li:nth-of-type(3) figure {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
#content000 ul li figure {
  width: 200px;
  display: block;
}
@media screen and (max-width: 440px) {
  #content000 ul li figure {
    width: 100px;
  }
}
#content000 ul li figure img {
  width: 100%;
  height: auto;
}
#content000 ul li h2 {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #content000 ul li h2 {
    font-size: 0.5625rem;
  }
}
#content000 ul li h2 strong {
  font-size: 1.4375rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #content000 ul li h2 strong {
    font-size: 0.8125rem;
  }
}

#content01,
#content02,
#content03,
#content04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #000;
  margin-top: 80px;
  padding-top: 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 440px) {
  #content01,
  #content02,
  #content03,
  #content04 {
    width: 100%;
    border-top: none;
    padding-top: 0px;
    width: calc(100% - 60px);
  }
}
#content01 h3,
#content02 h3,
#content03 h3,
#content04 h3 {
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #content01 h3,
  #content02 h3,
  #content03 h3,
  #content04 h3 {
    font-size: 1.0625rem;
    margin-bottom: 80px;
  }
}
#content01 div,
#content02 div,
#content03 div,
#content04 div {
  width: 580px;
}
@media screen and (max-width: 440px) {
  #content01 div,
  #content02 div,
  #content03 div,
  #content04 div {
    width: 100%;
  }
}
#content01 div h2,
#content02 div h2,
#content03 div h2,
#content04 div h2 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 40px;
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 440px) {
  #content01 div h2,
  #content02 div h2,
  #content03 div h2,
  #content04 div h2 {
    font-size: 1.0625rem;
    margin-bottom: 45px;
  }
}
#content01 div h2::before,
#content02 div h2::before,
#content03 div h2::before,
#content04 div h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  background: rgb(0, 0, 0);
  width: 35px;
  height: 1px;
}
#content01 div p,
#content02 div p,
#content03 div p,
#content04 div p {
  font-size: 0.8125rem;
  font-weight: 400;
  margin-bottom: 40px;
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 440px) {
  #content01 div p,
  #content02 div p,
  #content03 div p,
  #content04 div p {
    font-size: 0.75rem;
    margin-bottom: 40px;
  }
}
#content01 div p::before,
#content02 div p::before,
#content03 div p::before,
#content04 div p::before {
  text-align: center;
  top: 0px;
  padding-top: 50px;
  left: 0;
  position: absolute;
  width: 45px;
}
#content01 div .person01::before,
#content02 div .person01::before,
#content03 div .person01::before,
#content04 div .person01::before {
  background: url(../../images/crosstalk/01/icn01.png) no-repeat top center;
  background-size: contain;
  content: "鹿沼";
}
#content01 div .person02::before,
#content02 div .person02::before,
#content03 div .person02::before,
#content04 div .person02::before {
  background: url(../../images/crosstalk/01/icn02.png) no-repeat top center;
  background-size: contain;
  content: "坪山";
}
#content01 div .person03::before,
#content02 div .person03::before,
#content03 div .person03::before,
#content04 div .person03::before {
  background: url(../../images/crosstalk/02/icn03.png) no-repeat top center;
  background-size: contain;
  content: "上岡";
}
#content01 div .person04::before,
#content02 div .person04::before,
#content03 div .person04::before,
#content04 div .person04::before {
  background: url(../../images/crosstalk/02/icn04.png) no-repeat top center;
  background-size: contain;
  content: "四郎丸";
}
@media screen and (max-width: 440px) {
  #content01 div picture,
  #content02 div picture,
  #content03 div picture,
  #content04 div picture {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
  }
}
#content01 div picture img,
#content02 div picture img,
#content03 div picture img,
#content04 div picture img {
  width: 100%;
  height: auto;
}

#content02 picture,
#content04 picture {
  margin-right: -150px;
  margin-left: -150px;
  width: 1300px;
}
@media screen and (max-width: 440px) {
  #content02 picture,
  #content04 picture {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
  }
}
#content02 picture img,
#content04 picture img {
  width: 100%;
  height: auto;
}

#content03 {
  position: relative;
}
#content03 aside {
  position: absolute;
  width: 230px;
  bottom: -100px;
  left: 155px;
}
@media screen and (max-width: 440px) {
  #content03 aside {
    width: 115px;
    bottom: -55px;
    left: 0;
  }
}
#content03 aside picture img {
  width: 100%;
  height: auto;
}

#wrap_slide {
  background: #fff;
}
#wrap_slide > div {
  width: 1000px;
  margin: 0 auto 0 auto;
  padding: 100px 0 200px 0;
}
@media screen and (max-width: 440px) {
  #wrap_slide > div {
    width: 100%;
    padding: 100px 30px 100px 30px;
    box-sizing: border-box;
  }
}
#wrap_slide > div > p {
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 440px) {
  #wrap_slide > div > p {
    width: auto;
    font-size: 0.5625rem;
  }
}
#wrap_slide > div > p::after {
  content: "";
  background: rgb(0, 0, 0);
  height: 1px;
  width: 0.7em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrap_slide > div > h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px 0 60px 0px;
}
@media screen and (max-width: 440px) {
  #wrap_slide > div > h2 {
    width: auto;
    margin: 10px auto 30px 0px;
    font-size: 1.25rem;
  }
}
#wrap_slide > div a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
#wrap_slide > div a picture {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}
#wrap_slide > div a picture img {
  width: 100%;
  height: auto;
}
#wrap_slide > div a ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
#wrap_slide > div a ul li {
  display: flex;
  align-items: center;
}
#wrap_slide > div a ul li:nth-of-type(2) {
  position: relative;
  width: 20px;
  height: 20px;
}
#wrap_slide > div a ul li:nth-of-type(2)::before, #wrap_slide > div a ul li:nth-of-type(2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
}
#wrap_slide > div a ul li:nth-of-type(2)::before {
  transform: rotate(-45deg);
}
#wrap_slide > div a ul li:nth-of-type(2)::after {
  transform: rotate(45deg);
}
#wrap_slide > div a ul li h2 {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_slide > div a ul li h2 {
    font-size: 0.5625rem;
  }
}
#wrap_slide > div a ul li h2 strong {
  font-size: 1.4375rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_slide > div a ul li h2 strong {
    font-size: 0.8125rem;
  }
}
#wrap_slide > div a p {
  position: absolute;
  bottom: 5px;
  right: 0px;
  border-left: #000 1px solid;
  padding: 0 0 5px 20px;
}
@media screen and (max-width: 440px) {
  #wrap_slide > div a p > span {
    margin-left: 0px;
  }
}

footer {
  margin-top: 0px;
}

#wrap_contents_02 {
  margin-bottom: 100px;
}/*# sourceMappingURL=style.css.map */