.p-header-nav-list__item-link.is-voice {
  color: #339933;
}

.p-voices {
  max-width: 1000px;
  margin: 0 auto;
  padding: 11.1rem 0 14.8rem;
}
.p-voices-inner {
  margin: -3.3rem -2rem;
  overflow: hidden;
}
.start {
  margin: 0rem 0 7.4rem;
}
.start_img {
  display: flex;
  justify-content: space-between;
}
.start_img img {
  width: 50%;
  height: auto;
  float: left;
  padding: 0.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .start_img {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .start_img img {
    width: 50%;
    height: auto;
    float: left;
    padding: 0.5rem;
    margin-bottom: 0;
  }
  .p-voices {
    padding: 4rem 2rem 5rem;
  }
  .p-voices-inner {
    margin: -2rem -1.5rem;
  }
}

.p-voice {
  width: 50%;
  float: left;
  padding: 3.3rem 2rem;
}
.p-voice:nth-child(2n + 1) {
  clear: both;
}
.p-voice-link {
  text-decoration: none;
  color: inherit;
}
.p-voice-header {
  border-top: 0.3rem solid #ff0012;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ff0012;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, sans-serif;
}
.p-voice__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: normal;
}
.p-voice__title-en {
  font-size: 1.85em;
  border-right: 1px dashed #ff0012;
  padding-right: 1.3em;
  margin-right: 0.8em;
}
.p-voice__number {
  font-size: 2.5rem;
}
@media screen and (max-width: 549px) {
  .p-voice {
    width: 100%;
    float: none;
  }
  .start_img img {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .p-voice {
    padding: 2rem 1.5rem;
  }
  .p-voice__title {
    font-size: 0.75rem;
  }
  .p-voice__number {
    font-size: 1.4rem;
  }
}

.p-article-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 11.5rem 0 10.4rem;
}
.p-article__link {
  text-align: center;
  margin-top: 10.3rem;
}
.p-article-header {
  border-top: 0.3rem solid #ff0012;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ff0012;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, sans-serif;
  padding-top: 0.5rem;
  margin-bottom: 5.5rem;
}
.p-article-header__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: normal;
}
.p-article-header__title-en {
  font-size: 1.85em;
  border-right: 1px dashed #ff0012;
  padding-right: 1.3rem;
  margin-right: 0.8rem;
}
.p-article-header__number {
  font-size: 3.4rem;
}

/*記事　社長コメント 左*/
.p-article-catch {
  text-align: right;
  position: relative;
  margin: 6rem 0 12.2rem;
}
.p-article-catch-textarea {
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(255, 0, 17, 0.56);
  padding: 4rem 2rem 3rem 5.4rem;
}
.p-article-catch-textarea::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 100%;
  height: 100%;
  border: 0.4rem solid #ff0012;
}
/*記事　社長コメント 右*/
.p-article-catch.right {
  text-align: left;
  position: relative;
  margin: 6rem 0 12.2rem;
}
.p-article-catch-textarea_right {
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(255, 0, 17, 0.56);
  padding: 4rem 2rem 3rem 5.4rem;
}
.p-article-catch-textarea_right::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 100%;
  height: 100%;
  border: 0.4rem solid #ff0012;
}

.p-article-catch__text {
  font-size: 2.5rem;
  margin: 0;
}
.p-article-catch-profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.6rem;
}
.p-article-catch-profile__company {
  font-size: 2rem;
}
.p-article-catch-profile__name {
  margin-left: 3.2rem;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: .8rem 0 .8rem 3.2rem;
}
.p-article-catch-profile__name table {
  border-collapse: separate;
  border-spacing: 1rem 0;
}
.p-article-section {
  display: flex;
  justify-content: space-between;
  margin: 7.4rem 0;
}
.p-article-section:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-article-section-imgarea {
  flex-shrink: 0;
  margin-left: 3.5rem;
}
.p-article-section-textarea {
  flex: 1;
}
.p-article-section:nth-child(odd) .p-article-section-imgarea {
  margin-left: 0;
  margin-right: 3.5rem;
}
.p-article-section__title {
  font-size: 2.6rem;
  font-weight: normal;
  border-bottom: 1px dashed #ff0012;
  padding-bottom: 1.5rem;
  position: relative;
  padding-left: 5rem;
  line-height: 1.38;
  margin: 0 0 3rem;
}
.p-article-section__title::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 5.4rem;
  background: url("images/article-section-marker.svg") center/cover no-repeat;
}
.p-article-section-imgarea img {
  display: block;
  margin-bottom: 2.3rem;
}
.p-article-info {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 6.2rem 0;
}
.p-article-info__title {
  font-size: 2rem;
  font-weight: normal;
  border-bottom: 0.3rem solid #ff0012;
  padding-bottom: 0.4em;
  margin: 0 0 2rem;
}
.p-article-info-imgarea {
  flex-shrink: 0;
  margin-right: 3rem;
  margin-top: 3rem;
}
.p-article-info-imgarea img {
  display: block;
  margin-bottom: 2.3rem;
}
.p-article-info-textarea {
  flex: 1;
}
.p-article-info table {
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
}
.p-article-info table th,
.p-article-info table td {
  border-bottom: 0.1rem dashed #ff0012;
  vertical-align: top;
  padding: 0.6em 0;
}
.p-article-info table th {
  text-align: left;
  font-weight: normal;
}
.p-article-map {
  padding-top: 37.78%;
  position: relative;
  margin: 6.2rem 0;
}
.p-article-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .p-article-inner {
    padding: 4rem 2rem 5rem;
  }
  .p-article-header {
    margin-bottom: 3rem;
    border-top-width: 0.2rem;
    padding-top: 0.4rem;
  }
  .p-article-header__title {
    font-size: 0.8rem;
  }
  .p-article-header__number {
    font-size: 1.6rem;
  }
  .p-article-catch {
    margin: 2.5rem 0;
  }
  .p-article-catch-textarea {
    position: static;
    transform: translate(0, 0);
    padding: 2.3rem 1rem 1.5rem 2.3rem;
  }
  .p-article-catch-textarea::after {
    top: 0.8rem;
    left: 0.8rem;
    border-width: 0.3rem;
  }
  .p-article-catch.right {
    margin: 2.5rem 0;
  }
  .p-article-catch-textarea_right {
    position: static;
    transform: translate(0, 0);
    padding: 2.3rem 1rem 1.5rem 2.3rem;
  }
  .p-article-catch-textarea_right::after {
    top: 0.8rem;
    left: 0.8rem;
    border-width: 0.3rem;
  }
  .p-article-catch-imgarea {
    text-align: center;
    margin-top: 3rem;
  }
  .p-article-catch__text {
    font-size: 1.4rem;
  }
  .p-article-catch-profile__company {
    font-size: 1.1rem;
  }
  .p-article-catch-profile__name {
    font-size: 0.85rem;
  }
  .p-article-section {
    display: block;
    margin: 5rem 0;
  }
  .p-article-section-imgarea {
    margin: 0 !important;
  }
  .p-article-section__title {
    font-size: 1.8rem;
    padding-left: 3rem;
    padding-bottom: 0.8rem;
    margin-bottom: 2rem;
  }
  .p-article-section__title::before {
    width: 1.9rem;
    height: 3.01rem;
    top: calc(50% - 0.4rem);
  }
  .p-article-section__text {
    font-size: 1.4rem;
  }
  .p-article-info {
    display: block;
  }
  .p-article-info__title {
    font-size: 1.8rem;
  }
  .p-article-info table {
    font-size: 1.4rem;
  }
  .p-article-info table th {
    width: 10rem;
  }
  .p-article-map {
    padding-top: 60%;
    margin: 4rem 0;
  }
  .p-article__link {
    margin-top: 5rem;
  }
  .p-article-section-imgarea {
    overflow: hidden;
    margin: 1.5rem -0.5rem -0.5rem -0.5rem !important;
  }
  .p-article-section-imgarea img {
    width: 50%;
    height: auto;
    float: left;
    padding: 0.5rem;
    margin-bottom: 0;
  }
  .p-article-section-imgarea img:nth-child(2n + 1) {
    clear: both;
  }
  .p-article-info-imgarea {
    margin-right: 0;
  }
}
@media screen and (max-width: 425px) {
  .p-article-section-imgarea img {
    width: 100%;
  }
}


p.attention{
	font-size: 1.4rem;
	margin: 0.2em 0 3.2rem 0;
	color: #777;;
}