@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Roboto:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.voice-list {
  padding: 0 40px;
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .voice-list {
    padding: 0;
    gap: 40px;
    flex-direction: column;
    margin: 0 -25px;
  }
}
.voice-list__item {
  width: calc(50% - 40px);
  border-bottom: 1px dashed #223562;
}
@media (max-width: 767px) {
  .voice-list__item {
    width: 100%;
  }
}
.voice-list__link {
  display: block;
  position: relative;
  padding-bottom: 40px;
  height: 100%;
}
@media (max-width: 767px) {
  .voice-list__link {
    padding: 0 25px 65px;
  }
}
@media (min-width: 1024px) {
  .voice-list__link:hover .voice-list__img img {
    transform: scale(1.05);
  }
}
.voice-list__img {
  overflow: hidden;
  position: relative;
}
.voice-list__img img {
  transition: transform 0.4s ease;
  transform: scale(1);
}
.voice-list__img::before {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background: #3749c2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.voice-list__title {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .voice-list__title {
    margin-top: 25px;
  }
}
.voice-list__title-main {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .voice-list__title-main {
    font-size: 1.9rem;
  }
}
.voice-list__title-sub {
  margin-top: 12px;
  font-weight: 400;
  font-family: "Caveat", cursive;
  line-height: 1;
  letter-spacing: -0.03em;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .voice-list__title-sub {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}
.voice-list__description {
  width: calc(100% - 126px);
  margin-top: 20px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .voice-list__description {
    width: 100%;
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.voice-list .oval {
  position: absolute;
  right: 0;
  bottom: 40px;
}
@media (max-width: 767px) {
  .voice-list .oval {
    bottom: 25px;
    right: 25px;
  }
}
.voice-list .oval-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.voice-list .oval-icon::before, .voice-list .oval-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background-image: url(../../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.voice-list .oval-icon::before {
  transform: translate(0, 0);
}
.voice-list .oval-icon::after {
  transform: translate(-12px, 12px);
}
@media (max-width: 767px) {
  .voice-list .oval-icon {
    width: 7px;
    height: 7px;
  }
  .voice-list .oval-icon::before, .voice-list .oval-icon::after {
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 1024px) {
  .voice-list__link:hover .oval-icon::before {
    transform: translate(12px, -12px);
  }
  .voice-list__link:hover .oval-icon::after {
    transform: translate(0, 0);
  }
}

.message-kv {
  position: relative;
  z-index: 2;
}
.message-kv__image {
  width: 100%;
}

.message-title {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90px);
  z-index: 1;
}
@media (max-width: 767px) {
  .message-title {
    width: 100%;
    transform: translate(-50%, 120px);
  }
}
.message-title__sub {
  font-weight: 400;
  font-family: "Caveat", cursive;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ffffff;
  font-size: 16rem;
}
@media (max-width: 767px) {
  .message-title__sub {
    font-size: 8.4rem;
    line-height: 0.8;
  }
}
.message-title__sub span {
  font-size: 12rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .message-title__sub span {
    font-size: 6.4rem;
  }
}
.message-title__main {
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-size: 1.6rem;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .message-title__main {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}
.message-title--discussion {
  transform: translate(-50%, 70px);
}
@media (max-width: 767px) {
  .message-title--discussion {
    transform: translate(-50%, 94px);
  }
}
.message-title--discussion .message-title__sub {
  line-height: 0.7;
}

.message-header {
  margin-top: -20px;
}
.message-header--projectstory .message-header__inner {
  width: 100%;
  background: url(../../images/engineers/projectstory/bg_lead.jpg) repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .message-header--projectstory .message-header__inner {
    background: url(../../images/engineers/projectstory/bg_lead_sp.jpg) repeat center center;
    background-size: cover;
  }
}
.message-header--projectstory .message-header__inner::after {
  display: none;
}
@media (max-width: 767px) {
  .message-header--discussion .message-header__inner {
    padding: 153px 20px 90px;
  }
}
.message-header__inner {
  padding: 144px 40px 280px 80px;
  position: relative;
  width: calc(100% - 40px);
  background: url(../../images/common/bg_dark-blue.png) repeat center center;
  background-size: 100px;
}
@media (max-width: 767px) {
  .message-header__inner {
    padding: 180px 20px 90px;
    width: calc(100% - 10px);
    justify-content: flex-start;
  }
}
.message-header__inner::after {
  content: "";
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  top: 19.5px;
  right: -40px;
  background: url(../../images/common/bg_dark-blue_shadow.png) repeat center center;
  background-size: 100px;
  transform-origin: top right;
  transform: skewY(26deg);
}
@media (max-width: 767px) {
  .message-header__inner::after {
    width: 10px;
    right: -10px;
    top: 4.5px;
    z-index: 1;
  }
}
.message-header__lead {
  margin-top: 80px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .message-header__lead {
    margin-top: 60px;
  }
}
.message-header__heading {
  font-weight: 500;
  line-height: 1.7;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .message-header__heading {
    font-size: 1.8rem;
  }
}
.message-header__text {
  margin-top: 40px;
  line-height: 2;
}
@media (max-width: 767px) {
  .message-header__text {
    text-align: left;
    font-size: 1.4rem;
  }
}

.message-breadcrumbs {
  display: flex;
  justify-content: flex-end;
}

.message-contents {
  padding: 0 120px 120px;
}
@media (max-width: 767px) {
  .message-contents {
    padding: 0 0 100px;
  }
}
.message-contents__inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .message-contents__inner {
    max-width: 100%;
  }
}

.profile {
  margin-top: -140px;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .profile {
    margin-top: 0;
    padding: 0;
  }
}
.profile__list-wrap {
  background: #ffffff;
  padding: 80px 100px;
}
@media (max-width: 767px) {
  .profile__list-wrap {
    padding: 0 25px 60px !important;
  }
}
.profile__list-wrap--3col {
  padding: 80px 62px;
}
.profile__list-wrap--3col .profile__item {
  flex: 1;
}
.profile__list-wrap--3col .profile__item:nth-child(1) {
  padding-right: 50px;
}
.profile__list-wrap--3col .profile__item:nth-child(2),
.profile__list-wrap--3col .profile__item:nth-child(3) {
  border-left: 1px solid rgba(34, 53, 98, 0.3);
}
@media (max-width: 767px) {
  .profile__list-wrap--3col .profile__item:nth-child(2),
.profile__list-wrap--3col .profile__item:nth-child(3) {
    border-left: none;
  }
}
.profile__list-wrap--3col .profile__item:nth-child(2) {
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .profile__list-wrap--3col .profile__item:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
}
.profile__list-wrap--3col .profile__item:nth-child(3) {
  margin-top: 0;
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .profile__list-wrap--3col .profile__item:nth-child(3) {
    padding-left: 0;
  }
}
.profile__list-wrap--3col .profile__photo {
  width: 100%;
  max-width: 250px;
  margin-top: -140px !important;
}
@media (max-width: 767px) {
  .profile__list-wrap--3col .profile__photo {
    margin-top: 0 !important;
  }
}
.profile__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .profile__list {
    flex-direction: column;
  }
}
.profile__item {
  width: 50%;
}
@media (max-width: 767px) {
  .profile__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .profile__item + .profile__item {
    padding-top: 40px !important;
    margin-top: 40px !important;
    border-top: 1px solid rgba(34, 53, 98, 0.3) !important;
  }
}
@media (max-width: 767px) {
  .profile__item:first-child {
    margin-top: -40px;
  }
}
.profile__item:nth-child(odd) {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .profile__item:nth-child(odd) {
    padding-right: 0 !important;
  }
}
.profile__item:nth-child(even) {
  border-left: 1px solid rgba(34, 53, 98, 0.3);
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .profile__item:nth-child(even) {
    border-left: 0;
    padding-left: 0;
    margin-top: 40px;
    padding-top: 40px;
  }
}
.profile__item:nth-child(3), .profile__item:nth-child(4) {
  margin-top: 80px;
}
.profile__item:nth-child(3) .profile__photo, .profile__item:nth-child(4) .profile__photo {
  margin-top: 0;
}
.profile__item .profile__column-image {
  width: 80px;
}
.profile__photo {
  width: 100%;
  max-width: 310px;
  margin: -140px auto 0;
}
@media (max-width: 767px) {
  .profile__photo {
    max-width: 160px !important;
    margin-top: 0;
  }
}
.profile__photo img {
  width: 100%;
}
.profile__head {
  margin-top: 30px;
  text-align: center;
}
.profile__name-ja {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .profile__name-ja {
    font-size: 1.8rem;
  }
}
.profile__name-en {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1;
  color: rgba(34, 53, 98, 0.6);
}
.profile__name-data {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .profile__name-data {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.profile__text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .profile__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.profile__column {
  margin-top: 40px;
  display: flex;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .profile__column {
    margin-top: 30px;
    gap: 0 15px;
  }
}
.profile__column-image {
  width: 100px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .profile__column-image {
    width: 80px;
  }
}
.profile__column-text {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .profile__column-text {
    font-size: 1.2rem;
  }
}
.profile .common-notes {
  text-align: left;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .profile .common-notes {
    margin-top: 40px;
  }
}

.talk-section {
  width: calc(100% - 80px);
  padding: 120px 0 160px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .talk-section {
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 80px 0 60px;
  }
}
.talk-section--last {
  padding-bottom: 60px;
  border-bottom: 1px dashed #223562;
}
.talk-section + .talk-section {
  padding-top: 160px;
  border-top: 1px dashed #223562;
}
@media (max-width: 767px) {
  .talk-section + .talk-section {
    padding-top: 60px;
  }
}
.talk-section__head {
  text-align: center;
}
.talk-section__label {
  padding: 10px 20px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  background: #3749c2;
  display: inline-block;
}
@media (max-width: 767px) {
  .talk-section__label {
    font-size: 1.3rem;
  }
}
.talk-section__title {
  margin-top: 10px;
  padding-bottom: 25px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.7;
  position: relative;
}
@media (max-width: 767px) {
  .talk-section__title {
    font-size: 2.2rem;
  }
}
.talk-section__title::before, .talk-section__title::after {
  content: "";
  width: 20px;
  height: 5px;
  display: block;
  position: absolute;
  left: 50%;
}
@media (max-width: 767px) {
  .talk-section__title::before, .talk-section__title::after {
    height: 5px;
  }
}
.talk-section__title::before {
  background: #3749c2;
  bottom: 0;
  transform: translateX(-20px);
}
.talk-section__title::after {
  background: #a2adf2;
  bottom: 0;
}
.talk-section__images {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .talk-section__images {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.talk-section__images--2col {
  display: flex;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .talk-section__images--2col {
    gap: 0 10px;
  }
}
.talk-section__images--2col .talk-section__image {
  flex: 1;
}
.talk-section__image img {
  width: 100%;
}
.talk-section__images-sub {
  margin-top: 20px;
  display: flex;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .talk-section__images-sub {
    width: 100vw;
    margin-top: 10px;
    margin-left: calc(50% - 50vw);
    gap: 0 10px;
  }
}
.talk-section__image-sub {
  flex: 1;
}
.talk-section__image-sub img {
  width: 100%;
}

.talk-qa {
  padding: 80px 80px 0;
}
@media (max-width: 767px) {
  .talk-qa {
    padding: 40px 0 0;
  }
}
.talk-qa__question {
  color: #3749c2;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 767px) {
  .talk-qa__question {
    font-size: 1.6rem;
  }
}
.talk-qa__answers {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .talk-qa__answers {
    margin-top: 25px;
  }
}
.talk-qa__answer {
  display: flex;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .talk-qa__answer {
    gap: 0 15px;
  }
}
.talk-qa__answer + .talk-qa__answer {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .talk-qa__answer + .talk-qa__answer {
    margin-top: 40px;
  }
}
.talk-qa__person {
  width: 80px;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .talk-qa__person {
    width: 60px;
  }
}
.talk-qa__person-photo img {
  width: 100%;
}
.talk-qa__person-name {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .talk-qa__person-name {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.talk-qa__text {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .talk-qa__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.talk-qa__notes {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 2;
  padding-left: 17px;
  position: relative;
}
.talk-qa__notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.talk-comments {
  padding: 80px 80px 0;
}
@media (max-width: 767px) {
  .talk-comments {
    padding: 65px 0 0;
  }
}
.talk-comments__text-block + .talk-comments__text-block {
  margin-top: 40px;
}
.talk-comments__text-block + .talk-comments__comment {
  margin-top: 40px;
}
.talk-comments__text {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .talk-comments__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.talk-comments__comment {
  padding: 30px 60px;
  display: flex;
  gap: 0 40px;
  position: relative;
}
@media (max-width: 767px) {
  .talk-comments__comment {
    padding: 20px 0;
    gap: 0 15px;
  }
}
.talk-comments__comment + .talk-comments__text-block {
  margin-top: 40px;
}
.talk-comments__comment::before, .talk-comments__comment::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  pointer-events: none;
}
.talk-comments__comment::before {
  top: 0;
  left: 0;
  border-top: 1px solid #3749c2;
  border-left: 1px solid #3749c2;
}
.talk-comments__comment::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #3749c2;
  border-right: 1px solid #3749c2;
}
@media (max-width: 767px) {
  .talk-comments__comment::before, .talk-comments__comment::after {
    width: 20px;
    height: 20px;
  }
}
.talk-comments__person {
  width: 120px;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .talk-comments__person {
    width: 60px;
  }
}
.talk-comments__person-photo img {
  width: 100%;
}
.talk-comments__person-name {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .talk-comments__person-name {
    font-size: 1.4rem;
  }
}
.talk-comments__comment-text {
  font-size: 1.6rem;
  line-height: 2.2;
  color: #3749c2;
}
@media (max-width: 767px) {
  .talk-comments__comment-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.talk-comments__notes {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 2;
  padding-left: 17px;
  position: relative;
}
.talk-comments__notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.talk-closing__image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: hidden;
}
.talk-closing__image img {
  width: 100%;
}
.talk-closing__body {
  width: calc(100% - 80px);
  padding: 80px 100px;
  margin: -200px auto 0;
  background: #ffffff;
  position: relative;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .talk-closing__body {
    margin-top: 0;
    padding: 40px 25px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    font-size: 1.4rem;
    line-height: 2;
  }
}
.talk-closing__name {
  text-align: right;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .talk-closing__name {
    margin-top: 10px;
  }
}

.talk-closing-text {
  padding: 80px 120px 0;
}
@media (max-width: 767px) {
  .talk-closing-text {
    padding: 40px 25px 0;
  }
}
.talk-closing-text__inner + .common-notes {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .talk-closing-text__inner + .common-notes {
    margin-top: 40px;
  }
}
.talk-closing-text__item + .talk-closing-text__item {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .talk-closing-text__item + .talk-closing-text__item {
    margin-top: 40px;
  }
}
.talk-closing-text__name, .talk-closing-text__text {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .talk-closing-text__name, .talk-closing-text__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.talk-closing-text__text + .talk-closing-text__text {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .talk-closing-text__text + .talk-closing-text__text {
    margin-top: 4rem;
  }
}
.talk-closing-text__name {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .talk-closing-text__name {
    margin-top: 4rem;
  }
}

.l-wrapper--voice .page-head__title-sub {
  font-size: clamp(14rem, 11.111vw, 16rem);
}
@media (max-width: 767px) {
  .l-wrapper--voice .page-head__title-sub {
    font-size: 7.8rem;
  }
}

.voice-nav__list {
  display: flex;
  gap: 9px;
}
@media (max-width: 767px) {
  .voice-nav__list {
    flex-wrap: wrap;
  }
}
.voice-nav__item {
  flex: 1;
}
@media (max-width: 767px) {
  .voice-nav__item {
    flex: none;
    width: calc((100% - 27px) / 4);
  }
}
.voice-nav__link {
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  background: #ffffff;
  color: #3749c2;
  font-weight: 500;
  border: 1px solid rgba(55, 73, 194, 0.2);
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .voice-nav__link {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .voice-nav__link:hover {
    background: #3749c2;
    color: #ffffff;
    border: 1px solid #3749c2;
  }
}
.voice-nav__link.is-current {
  background: #3749c2;
  color: #ffffff;
  border: 1px solid #3749c2;
}

.voice-header {
  padding-top: 40px;
  margin-top: 80px;
  border-top: 4px solid #3749c2;
}
@media (max-width: 767px) {
  .voice-header {
    margin: 40px -25px 0;
    text-align: center;
  }
}
.voice-header__inner {
  display: flex;
  gap: 0 80px;
}
@media (max-width: 767px) {
  .voice-header__inner {
    padding: 0 25px;
    flex-direction: column;
  }
}
.voice-header__head {
  flex: 1;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .voice-header__head {
    padding-left: 0;
  }
}
.voice-header__image {
  width: 480px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .voice-header__image {
    width: 280px;
    margin: 20px auto 0;
  }
}
.voice-header__title {
  padding-top: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .voice-header__title {
    padding-top: 0;
    flex-direction: column;
  }
}
.voice-header__number {
  padding-right: 8px;
  padding-top: 5px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  color: #3749c2;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media (max-width: 767px) {
  .voice-header__number {
    padding: 0;
    font-size: 4.2rem;
  }
}
.voice-header__branch {
  flex: 1;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .voice-header__branch {
    margin-top: 10px;
    font-size: 2.6rem;
  }
}
.voice-header__address {
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .voice-header__address {
    font-size: 1.4rem;
  }
}
.voice-header__name {
  margin-top: 40px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .voice-header__name {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.voice-header__data {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 767px) {
  .voice-header__data {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}
.voice-header__career {
  margin-top: 20px;
  display: flex;
  gap: 0 10px;
}
@media (max-width: 767px) {
  .voice-header__career {
    margin-top: 15px;
    flex-direction: column;
  }
}
.voice-header__career-title {
  padding-top: 2px;
}
.voice-header__career-title span {
  padding: 4px 5px;
  font-size: 1.3rem;
  line-height: 1;
  color: #3749c2;
  font-weight: 500;
  border: 1px solid #3749c2;
  display: block;
}
@media (max-width: 767px) {
  .voice-header__career-title span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
.voice-header__career-list {
  flex: 1;
}
@media (max-width: 767px) {
  .voice-header__career-list {
    margin-top: 5px;
  }
}
.voice-header__career-item {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 767px) {
  .voice-header__career-item {
    font-size: 1.2rem;
  }
}

.voice-contents {
  padding: 100px 160px;
  margin-top: -40px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .voice-contents {
    padding: 40px 35px;
    margin-top: 40px;
  }
}

.voice-content + .voice-content {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .voice-content + .voice-content {
    margin-top: 80px;
  }
}
.voice-content__title {
  padding-bottom: 25px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.7;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .voice-content__title {
    font-size: 2rem;
  }
}
.voice-content__title span {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .voice-content__title span {
    font-size: 1.2rem;
  }
}
.voice-content__title::before, .voice-content__title::after {
  content: "";
  width: 20px;
  height: 5px;
  display: block;
  position: absolute;
  left: 50%;
}
@media (max-width: 767px) {
  .voice-content__title::before, .voice-content__title::after {
    height: 5px;
  }
}
.voice-content__title::before {
  background: #3749c2;
  bottom: 0;
  transform: translateX(-20px);
}
.voice-content__title::after {
  background: #a2adf2;
  bottom: 0;
}
.voice-content__texts {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .voice-content__text {
    font-size: 1.4rem;
  }
}
.voice-content__text + .voice-content__text {
  margin-top: 1em;
}
.voice-content__images {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .voice-content__images {
    margin-top: 30px;
  }
}
.voice-content__image {
  margin: 0 auto;
}
.voice-content__image + .voice-content__image {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .voice-content__image + .voice-content__image {
    margin-top: 30px;
  }
}
.voice-content__image--portrait {
  width: 375px;
}
@media (max-width: 767px) {
  .voice-content__image--portrait {
    width: 255px;
  }
}
.voice-content__image--landscape {
  width: 500px;
}
@media (max-width: 767px) {
  .voice-content__image--landscape {
    width: 255px;
  }
}
.voice-content__caption {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}