@charset "UTF-8";

/* FV */
.around_fv {
  background-image: url('../common-img/around/around_fv.jpg');
  background-position: top center;
  background-repeat: no-repeat;
	background-size: cover;
  position: relative;
  width: 100%;
}

.around_kv {
  position: absolute;
  top: 35%;
  left: 0px;
  width: 100%;
}

.around_kv h2 {
  background: linear-gradient(90deg, #5D5D5D4D 0%, #13131300 100%);
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  color: #fff;
	font-weight: 600;
	letter-spacing: 0;
  padding: 4rem 0 .5rem 5%;
  text-align: left;
  text-shadow: 0px 3px 3px #000000;
  width: 80%;
	margin: 0;
}

.around_list {
	align-items: center;
  align-content: center;
  background: #fff;
	border-bottom: 1px solid #265D5F;
  border-right: 1px solid #265D5F;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin-bottom: 2.2rem;
	position: relative;
}

.around_list:last-of-type {
	margin-bottom: 0;
}


.around_list_h3,
.around_list_h3 a {
	color: #265D5F;
	font-weight: 600;
	text-align: left;
	position: relative;
}

.around_list_h3 {
  margin: 0;
	padding: 0;
}

.around_list_h3 a {
	display: block;
}

.around_list_h3 a:hover {
	color: rgba(38, 93, 95, .5);
}

.around_list_h3 a::after {
	border-top: 2px solid;
	border-right: 2px solid;
	content: '';
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.around_h2 {
	border-bottom: 2px solid #265D5F;
	font-weight: 600;
	text-align: center;
	width: 100%;
}
.around_h2::first-letter {
  color: #265D5F;
}

.around_content {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 6rem;
}

.around_text h3 {
	font-weight: 600;
  line-height: 1;
	position: relative;
	text-align: left;
	width: 100%;
}

.around_text h3::before {
  content: '';
	background-color: #587576;
	position: absolute;
}

/* ナビリンク */
.around_content .nav-links a {
  color: #265D5F;
}

.around_content .nav-links a:hover,
.around_content .nav-links .nav-next a::after:hover,
.around_content .nav-links .nav-previous a::before:hover {
  color: rgba(38, 93, 95, .5);
}

.around_content .nav-links .nav-next a,
.around_content .nav-links .nav-previous a {
  position: relative;
}

.around_content .nav-links .nav-next a::after,
.around_content .nav-links .nav-previous a::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 20%;
}

.around_content .nav-links .nav-next a::after {
  border-right: solid 2px #265D5F;
  border-top: solid 2px #265D5F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.around_content .nav-links .nav-previous a::before {
  border-left: solid 2px #265D5F;
  border-top: solid 2px #265D5F;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/*===============================================
●スマホ用（700px未満）
===============================================*/
@media screen and (max-width:699px) {

	.around_fv {
		height: 44vh;
	}

	.around_kv h2 {
    font-size: 3rem;
		line-height: 1;
	 }

   .around_list {
   	min-height: 5rem;
   }

	.around_list_h3,
	.around_list_h3 a {
	 font-size: 1.6rem;
 }

  .around_list_h3 {
    width: calc(100% - 10rem - 3rem);
  }

 .around_list_h3 a {
		margin-left: 1rem;
 	}

 	.around_list_h3 a::after {
		height: 1.2rem;
  	right: -2rem;
  	width: 1.2rem;
		top: .5rem;
 	}

  .around_list_thumbnail {
    width: 7rem;
    height: 7rem;
  }

	.around_h2 {
		font-size: 2.4rem;
		margin-bottom: 3rem;
    margin-top: 2rem;
	}

  .around_text h3 {
    border-left: solid 9px #265D5F;
    font-size: 1.8rem;
		margin: 3rem 0 1.8rem;
		padding-left: 1rem;
  }

  .around_text h3::before {
    bottom: 0;
		left: -.9rem;
		width: .9rem;
		height: .9rem;
  }


  /* ナビリンク */
  .around_content .nav-links {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .around_content .nav-links a {
    font-size: 1.3rem;
  }

  .around_content .nav-links .nav-next a::after,
  .around_content .nav-links .nav-previous a::before {
    height: .88rem;
    width: .88rem;
  }

  .around_content .nav-links .nav-next a {
    margin-right: 1rem;
  }

  .around_content .nav-links .nav-next a::after {
    margin-left: .5rem;
  }

  .around_content .nav-links .nav-previous a {
    margin-left: 1.5rem;
  }

  .around_content .nav-links .nav-previous a::before {
    margin-right: .5rem;
    margin-left: -1.5rem;
  }

}


/*===============================================
●PC用（700px以上）
===============================================*/
@media screen and (min-width:700px){

	.around_fv {
		height: 46.9rem;
	}

	.around_kv h2 {
    font-size: 4rem;
		line-height: 1;
	}

  .around_list {
  	min-height: 10rem;
  }

	.around_list_h3,
	.around_list_h3 a {
		font-size: 2.4rem;
	}

  .around_list_h3 {
    width: calc(100% - 10rem - 10rem);
  }

  .around_list_h3 a {
    margin-left: 3rem;
  }

	.around_list_h3 a::after {
		height: 14px;
  	right: -2rem;
  	width: 14px;
		top: 1rem;
	}

  .around_list_thumbnail {
    width: 10rem;
    height: 10rem;
  }

	.around_h2 {
		font-size: 2.8rem;
		margin-bottom: 4rem;
    margin-top: 3rem;
	}

	.around_text h3 {
    border-left: solid 13px #265D5F;
    font-size: 2.6rem;
		margin: 4rem 0 2rem;
		padding-left: 1rem;
	}

	.around_text h3::before {
    bottom: 0;
		left: -1.3rem;
		width: 1.3rem;
		height: 1.3rem;
	}

  /* ナビリンク */
  .around_content .nav-links {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .around_content .nav-links a {
    font-size: 1.5rem;
  }

  .around_content .nav-links .nav-next a::after,
  .around_content .nav-links .nav-previous a::before {
    height: 1rem;
    width: 1rem;
  }

  .around_content .nav-links .nav-next a {
    margin-right: 3rem;
  }

  .around_content .nav-links .nav-next a::after {
    margin-left: .8rem;
  }

  .around_content .nav-links .nav-previous a {
    margin-left: 1.5rem;
  }

  .around_content .nav-links .nav-previous a::before {
    margin-right: .8rem;
    margin-left: -1.5rem;
  }

}
