/* CSS Document */
/*------------------------------
break point
------------------------------*/
/*------------------------------
project
------------------------------*/
#bg {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100lvh;
}

.mv {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.mv_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.mv_wrap h1 {
  font-size: 8rem;
  line-height: 1.1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv_wrap h1 {
    font-size: 4rem;
  }
}
.mv_wrap p {
  font-size: 3.4rem;
  line-height: 1.1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv_wrap p {
    font-size: 1.8rem;
  }
}
.mv_image {
  position: relative;
  z-index: 0;
  width: 100%;
}
.mv_inner {
  position: relative;
  z-index: 2;
}
.mv_inner > p {
  line-height: 2;
  padding-inline: 6rem;
  max-width: calc(1100px + 8rem);
  margin-block: var(--leading-trim);
  margin-inline: auto;
}
@media screen and (max-width: 1180px) {
  .mv_inner > p {
    padding-inline: 2rem;
    max-width: 1100px;
  }
}
.mv_hd {
  font-weight: 700;
  line-height: 1;
  color: #dfe4eb;
  padding-inline: calc(6rem - 0.05em);
  max-width: calc(1100px + 8rem);
  margin-top: -8rem;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.mv_hd p {
  font-size: min(20rem, 12.5vw);
  margin-top: calc((8.5726351351vw + 0.5lh) * -1);
  letter-spacing: -0.02em;
  line-height: 1;
  display: inline-block;
}
.mv_hd p::first-letter {
  color: var(--color-sub02);
}
@media screen and (max-width: 767px) {
  .mv_hd p {
    font-size: 8rem;
    margin-top: -0.45lh;
  }
}
.mv_hd span {
  font-size: 2.1rem;
  font-weight: 500;
  color: #353535;
  display: inline-block;
  margin-left: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .mv_hd span {
    margin-left: 0;
    font-size: 1.6rem;
  }
}
.mv_hd span .spmask {
  display: inline;
}
@media screen and (max-width: 767px) {
  .mv_hd span .spmask {
    display: none;
  }
}
.mv_hd h1 {
  display: inline;
  font-size: 2.1rem;
}
@media screen and (max-width: 1180px) {
  .mv_hd {
    padding-inline: calc(2rem - 0.05em);
    max-width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .mv_hd {
    margin-top: -0.525lh;
    margin-bottom: 1rem;
  }
}
.mv_title {
  margin-top: max(-10rem, -6.25vw);
  padding-block: min(10rem, 6.25vw) 6rem;
  background-color: #fff;
  padding-inline: 6rem;
  max-width: calc(1100px + 8rem);
  margin-inline: auto;
}
@media screen and (max-width: 1180px) {
  .mv_title {
    padding-inline: 2rem;
    max-width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .mv_title {
    padding-block: 3rem 2.5rem;
    margin-top: 0;
  }
}
.mv_title p {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .mv_title p {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.profile {
  position: relative;
  z-index: 1;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .profile {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.profile_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .profile_wrap {
    padding-bottom: 3rem;
    flex-wrap: wrap;
  }
}
.profile_item {
  padding-inline: 3rem;
}
.profile_item + .profile_item {
  border-left: 1px #aaaeb1 dotted;
}
.profile_item:first-of-type {
  padding-left: 0;
}
.profile_item:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .profile_item {
    padding-inline: 2rem;
    width: 50%;
  }
  .profile_item:nth-of-type(2) {
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .profile_item:nth-of-type(3) {
    padding-left: 0;
    border-left: none;
  }
  .profile_item.item03 {
    padding-right: 2rem;
  }
}
.profile_item-image {
  width: 100%;
}
.profile_item-name {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-main);
  letter-spacing: 0.05em;
  margin-block: 1.2rem 1.4rem;
}
@media screen and (max-width: 767px) {
  .profile_item-name {
    font-size: 2.4rem;
  }
}
.profile_item > p {
  font-size: 1.3rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .profile_item > p {
    font-size: 1.2rem;
    font-feature-settings: "palt";
  }
}
.profile_item > p:first-of-type {
  margin-top: var(--leading-trim);
}
.profile_item > p:last-of-type {
  margin-bottom: var(--leading-trim);
}

.talk {
  position: relative;
  z-index: 1;
  padding-top: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .talk {
    padding-top: 5rem;
  }
}
.talk_item {
  width: 100%;
}
.talk_item + .talk_item {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .talk_item + .talk_item {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .talk_item {
    flex-direction: column-reverse;
  }
}
.talk_item-wrap {
  display: flex;
}
.talk_item-wrap.wrap01, .talk_item-wrap.wrap03 {
  margin-right: calc(50% - 50vw);
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .talk_item-wrap.wrap01, .talk_item-wrap.wrap03 {
    margin-inline: auto;
    flex-direction: column-reverse;
    justify-content: flex-start;
    margin-top: 4rem;
  }
}
.talk_item-wrap.wrap01 .talk_item-image, .talk_item-wrap.wrap03 .talk_item-image {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .talk_item-wrap.wrap01 .talk_item-image, .talk_item-wrap.wrap03 .talk_item-image {
    margin-left: auto;
  }
}
.talk_item-wrap.wrap02, .talk_item-wrap.wrap04 {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .talk_item-wrap.wrap02, .talk_item-wrap.wrap04 {
    margin-inline: auto;
    flex-direction: column-reverse;
  }
}
.talk_item-wrap.wrap02 .talk_item-image, .talk_item-wrap.wrap04 .talk_item-image {
  margin-right: 6rem;
}
@media screen and (max-width: 767px) {
  .talk_item-wrap.wrap02 .talk_item-image, .talk_item-wrap.wrap04 .talk_item-image {
    margin-right: auto;
  }
}
.talk_item-wrap ul {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .talk_item-wrap ul {
    width: 100%;
  }
}
.talk_item-wrap ul li {
  display: flex;
}
.talk_item-wrap ul li + li {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .talk_item-wrap ul li + li {
    margin-top: 4.5rem;
  }
}
.talk_item-wrap ul li.align {
  align-items: center;
}
.talk_item-wrap ul li .icon {
  width: 10rem;
  margin-right: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .talk_item-wrap ul li .icon {
    width: 8rem;
  }
}
.talk_item-wrap ul li .icon p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.8rem;
  line-height: 1;
}
.talk_item-wrap ul li .icon p span {
  font-weight: 700;
}
.talk_item-wrap ul li > p {
  text-align: justify;
  line-height: 2;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .talk_item-wrap ul li > p {
    line-height: 1.75;
  }
}
.talk_item-image {
  width: calc(50vw - 6rem);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .talk_item-image {
    width: 100%;
    margin-top: 3rem;
  }
}
.talk_item-title {
  margin-bottom: 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .talk_item-title {
    margin-bottom: 3.5rem;
  }
}
.talk_item-title span {
  position: absolute;
  z-index: 0;
  bottom: calc(-0.14lh + 0.8rem);
  left: 0;
  font-size: 11rem;
  font-weight: 700;
  color: #dfe4eb;
}
.talk_item-title h2 {
  position: relative;
  z-index: 1;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0.8rem;
  color: var(--color-main);
  border-bottom: 2px var(--color-main) solid;
  font-feature-settings: "palt";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .talk_item-title h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.talk_image {
  width: 100%;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .talk_image {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

.after {
  margin-block: 8rem 10rem;
}
@media screen and (max-width: 767px) {
  .after {
    margin-block: 4rem 3rem;
  }
}
.after_wrap {
  border-top: 1px var(--color-sub02) solid;
  border-bottom: 1px var(--color-sub02) solid;
  padding: 5rem 4rem 4rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .after_wrap {
    display: block;
    padding: 2.5rem 0;
  }
}
.after_wrap > p {
  line-height: 2;
  margin-block: var(--leading-trim);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .after_wrap > p {
    line-height: 1.75;
  }
}
.after_hd {
  margin-right: 10rem;
}
@media screen and (max-width: 767px) {
  .after_hd {
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
.after_hd span {
  font-size: 6rem;
  font-weight: 700;
  color: #dfe4eb;
  line-height: 1;
  display: inline-block;
  margin-top: -0.1lh;
}
.after_hd h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-sub02);
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .after_hd h2 {
    margin-top: 0;
  }
}

.footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid #dfe4eb;
}
/*# sourceMappingURL=crosstalk.css.map */