.p-header-nav-list__item-link.is-home {
  color: #339933;
}
/*トップメインビジュアル-----------------------------------------------------*/
.p-mainvisual {
  height: 100vh;
  background: url(images/mainvisual-bg@2x.jpg) no-repeat center/cover;
}
.p-mainvisual-inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  text-shadow: 0 0 7px #000;
}
.p-mainvisual__title {
  /*font-size: 6rem;*/
  font-size: clamp(4rem, 5vw, 6rem);
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 .3em;
}
.p-mainvisual__title strong {
  font-weight: normal;
  /*border-bottom: 0.5rem solid #fff;*/
  padding-bottom: 0.4rem;
  position: relative;
}
.p-mainvisual__title strong::after{
	content: "";
	display: block;
	width: 100%;
	height: .4rem;
	background-color: #fff;
	position: absolute;
	bottom: -.5rem;
	left: 0;
	box-shadow: 0 0 7px #000;
}
.p-mainvisual__title a{
	text-decoration: none;
	color: #fff;
}
.p-mainvisual__text {
  /*font-size: 3.2rem;*/
  font-size: clamp(2rem, 1rem + 1.5vw, 3.2rem);
  color: #ffffff;
  margin: 0;
}
.p-mainvisual__description {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.5rem;
  color: #ffffff;
}
/*追記*/
.p-mainvisual__linktext{
	backdrop-filter: blur(6px);
	background-color: rgba(41,21,34,.57);
	position: relative;
	max-width: 400px;
	width: 45%;
	text-align: center;
}
.p-mainvisual__linktext > * *{
	position: relative
}
.p-mainvisual__linktext::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.13);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.p-mvl_text{
	padding: 45px 60px;
}
.p-mainvisual__text img{
	vertical-align: -40px;
}
.p-mvl_link{
	margin-bottom: 1px;
}
.p-mvl_link a{
	display: block;
	padding: 30px;
	background-color: rgba(224,115,55,.8);
}
.p-mvl_link a img{
	vertical-align: middle;
}
.p-mvl_link a:hover{
	background-color: rgba(224,115,55,1);
}
/*トップメインビジュアル(スマホ)-----------------------------------------------------*/
@media screen and (max-width: 900px) {
  .p-mainvisual {
    padding: 0 2rem;
    min-height: 100vh;
  }
  .p-mainvisual-inner {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
  .p-mainvisual__logo {
    text-align: center;
    margin-bottom: 2.6rem;
  }
  .p-mainvisual__logo img {
    width: 13.77rem;
    height: auto;
  }
  .p-mainvisual__title {
    font-size: 2.5rem;
    margin-top: 0;
    text-align: center;
  }
  .p-mainvisual__title strong {
    border-bottom-width: 0.2rem;
  }
  .p-mainvisual__title strong::after{
	content: "";
	display: block;
	width: 100%;
	height: .2rem;
	background-color: #fff;
	position: absolute;
	bottom: -.2rem;
	left: 0;
	box-shadow: 0 0 7px #000;
  }
  .p-mainvisual__text {
    font-size: 1.3rem;
    text-align: center;
  }
  .p-mainvisual__text img{
	  max-width: 12vw;
	  vertical-align: -5vw;
  }
  .p-mainvisual__description {
    font-size: 0.72rem;
    width: 100%;
    text-align: center;
  }
　/*追記*/
  .p-mainvisual-content{
	  order: 1;
  }
  .p-mainvisual__linktext{
	  order: 2;
	  max-width: 451px;
	  width: 70%;
	  margin: 2rem auto 0;
  }
  .p-mvl_text{
	padding: 25px 30px;
  }
  .p-mvl_link a{
	padding: 10px 20px;
  }
}

/*メリットについて-----------------------------------------------------*/
.p-merit {
  background: #cdcdcd;
  text-align: center;
}
.p-merit-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 28rem 48.7rem 18rem 0;
  background: url(images/merit-map@2x.png) right 6rem top 4rem/487px 1027px
    no-repeat;
}
.p-merit__title {
  margin: 0 0 7rem;
  font-size: 3.6rem;
  font-weight: normal;
}
.p-merit__link {
  margin: 0;
}
/*メリットについて(スマホ)-----------------------------------------------------*/
@media screen and (max-width: 900px) {
  .p-merit-inner {
    padding: 2.6rem 2rem 4rem;
    background-size: 350px auto;
    background-position: calc(50% - 35px) 25%;
  }
  .p-merit__title {
    font-size: 2.1rem;
    margin-bottom: 22rem;
  }
}
/*現在の誘致敷地（分譲・レンタル）はこちら-----------------------------------------------------*/
.p-attractions {
  text-align: center;
  background: url(images/attractions-bg@2x.jpg) center/cover no-repeat;
}
.p-attractions-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15rem 0 17rem;
}
.p-attractions__title {
  font-size: 4.12rem;
  font-weight: normal;
  margin: 0 0 8rem;
}
.p-attractions__title small {
  font-size: 0.6941em;
}
.p-attractions__link {
  margin: 0;
}
.p-attractions-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: -1rem;
flex-wrap: wrap;
}
.p-attractions-list__item {
/*  flex: 1;*/
  padding: 1rem;
  font-size: 1.5rem;
	width: 50%;
  display: flex;
  flex-direction: column;
}

.p-attractions-list__item span {
  font-size: 1.333em;
}
.p-attractions-list__item-link {
  color: #fff;
  background: rgba(30, 30, 30, 0.9);
  display: block;
  text-decoration: none;
  padding: 4rem 1rem;
  flex-grow: 1;
}
/*現在の誘致敷地（分譲・レンタル）はこちら(スマホ)-----------------------------------------------------*/
@media screen and (max-width: 900px) {
  .p-attractions-inner {
    padding: 0 2rem 2.9rem;
    overflow: hidden;
  }.p-attractions-list__item strong {
  font-size: 1.5em;
  font-weight: normal;
}
  .p-attractions__title {
    font-size: 2.1rem;
    margin: 13.8rem 0 11.1rem;
  }
  .p-attractions__title small {
    font-size: 1em;
  }
.p-attractions-list__item {
	width: 100%;
}
	.p-attractions__link{
	margin-top: 1em;
	}
}
/*なぜ、花巻市を選んだのか？誘致企業の声！-----------------------------------------------------*/
.p-voice {
  background: #1e1e1e;
  text-align: center;
}
.p-voice-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 22rem 50rem 12.2rem 0;
  background: url(images/voice-bg@2x.png) right bottom -3rem/525px 528px no-repeat;
}
.p-voice__title {
  font-size: 3.282rem;
  color: #ffffff;
  font-weight: normal;
  margin: 0 0 6rem;
}
.p-voice__img {
  margin: 0;
}
.p-voice__link {
  margin: 7.4rem 0 0;
}
/*なぜ、花巻市を選んだのか？誘致企業の声！(スマホ)-----------------------------------------------------*/
@media screen and (max-width: 900px) {
  .p-voice-inner {
    padding: 3.1rem 2rem;
    background-size: 200px auto;
    background-position: center bottom 7.5rem;
  }
  .p-voice__title {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
  }
  .p-voice__img img {
    width: 20rem;
    height: auto;
  }
  .p-voice__link {
    margin-top: 21.8rem;
  }
}
/*私たちが、実直に支えます。-----------------------------------------------------*/
.p-support {
  text-align: center;
}
.p-support-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 13.7rem 0 10rem 30rem;
  background: url(images/support-bg@2x.png) left bottom/470px 520px no-repeat;
}
.p-support__title {
  font-size: 4.322rem;
  font-weight: normal;
  margin: 0 0 2.5rem;
}
.p-support__profile-job {
  font-size: 1.5rem;
}
.p-support__profile-name {
  font-size: 3rem;
  font-weight: normal;
  margin: 0;
}
.p-support__text {
  margin: 3rem 0;
  font-size: 2rem;
}
.p-support__link {
  margin: 0;
}
/*私たちが、実直に支えます。(スマホ)-----------------------------------------------------*/
@media screen and (max-width: 900px) {
  .p-support-inner {
    padding: 3.1rem 2rem;
    background-size: 193px auto;
    background-position: center bottom 30%;
  }
  .p-support__title {
    font-size: 2.1rem;
    margin-bottom: 1.1rem;
  }
  .p-support__profile-job {
    font-size: 0.9rem;
  }
  .p-support__profile-name {
    font-size: 1.9rem;
  }
  .p-support__text {
    font-size: 1.2rem;
    margin: 1.2rem 0;
  }
  .p-support__link {
    margin-top: 205px;
  }
}
/*Topics & News-----------------------------------------------------*/
.p-notice {
  text-align: center;
  background: #1e1e1e;
}
.p-notice-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 13.5rem 0 13.2rem;
}
.p-notice__title {
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: normal;
  margin: 0 0 3rem;
}
.p-notice-list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
.p-notice-list__item {
  display: flex;
}
.p-notice-list__item-link {
  text-decoration: none;
  color: inherit;
}
.p-notice-list__item-date {
  flex-grow: 0;
  padding-right: 3.5rem;
  padding-bottom: 1rem;
  border-right: 1px solid #fff;
  margin: 0;
}
.p-notice-list__item:last-child .p-notice-list__item-date {
  padding-bottom: 0;
}
.p-notice-list__item-title {
  padding-left: 3.5rem;
  margin: 0;
}
.p-notice-list__item:last-child .p-notice-list__item-title {
  padding-bottom: 0;
}
.p-notice__link {
  margin: 3.9rem 0 0;
}
/*Topics & News(スマホ)-----------------------------------------------------*/
@media screen and (max-width: 900px) {
  .p-notice-inner {
    padding: 3rem 2rem;
    max-width: none;
  }
  .p-notice__title {
    font-size: 2.1rem;
    margin: 0 0 1.5rem;
  }
  .p-notice-list {
    font-size: 1.2rem;
  }
  .p-notice-list__item {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #a5a5a5;
  }
  .p-notice-list__item:nth-child(n + 4) {
    display: none;
  }
  .p-notice-list__item-date {
    border-right: none;
    padding: 0;
  }
  .p-notice-list__item-title {
    padding-left: 0;
  }
  .p-notice__link {
    margin-top: 4.3rem;
  }
}
/*花巻市企業立地のご案内パンフレットを見る-----------------------------------------------------*/
.p-pamphlet {
  background: #94d537;
  text-align: center;
}
.p-pamphlet-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 13.5rem 0 13.7rem;
}
.p-pamphlet__title {
  font-size: 3.6rem;
  font-weight: normal;
  margin: 0 0 6rem;
}
.p-pamphlet-links {
  margin-top: 8rem;
}
.p-pamphlet__link {
  margin: 0 0.7rem;
}
/*花巻市企業立地のご案内パンフレットを見る(スマホ)-----------------------------------------------------*/
@media screen and (max-width: 900px) {
  .p-pamphlet-inner {
    padding: 2.6rem 2rem 4rem;
  }
  .p-pamphlet__title {
    font-size: 2.1rem;
    margin: 0 0 2.4rem;
  }
  .p-pamphlet-links {
    margin-top: 3.6rem;
  }
  .p-pamphlet__link {
    margin: 0.3rem 0;
  }
}
/*関連リンク-----------------------------------------------------*/
.p-links {
  background: #1c64a4;
  text-align: center;
}
.p-links-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.2rem 0 7.5rem;
}
.p-links__title {
  font-size: 3.6rem;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 3.7rem;
}
.p-links-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0;
	flex-wrap: wrap;
}
.p-links-list__item {
  width: 32%;
/* width: 24%; */
  flex: 1 0 auto;
  margin: 1px;
}
.p-links-list__item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #1c64a4;
  background: #ffffff;
  text-decoration: none;
  padding: 1.9rem 1rem;
  font-size: 1.3rem;
}
/*関連リンク(スマホ)-----------------------------------------------------*/
@media screen and (max-width: 900px) {
  .p-links-inner {
    padding: 2.4rem 2rem 5.1rem;
  }
  .p-links__title {
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
  }
  .p-links-list {
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: row wrap;
  }
  .p-links-list__item {
    flex: 0 0 50%;
    margin: 0;
    padding: 1px;
  }
  .p-links-list__item-link {
    padding: 1.5rem 0.5rem;
  }
  .p-links-list__item-link.is-spSmall {
    font-size: 1.1rem;
  }
}
