@charset "UTF-8";
/* CSS Document */
/* voice */
.sticky-container {
  position: relative;
  margin-top: -12em;
  padding-top: 16em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(237, 239, 244, 1) 65%);
}
.sticky-item {
  width: 33%;
  position: sticky;
  left: 3%;
  top: 50px;
  z-index: 2;
}
.voice_txt {
  width: 48%;
  height: auto;
  margin: 0 2% 0 5%;
}
.sticky-container .container {
  position: relative;
  z-index: 2;
  margin-bottom: 5em
}
.sticky-container .container img {
  border-radius: 15px;
}
/*voice_mv2*/
.voice_photo {
  width: 100%;
  margin: 5%;
  border-radius: 15px;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  height: auto;
  z-index: 1;
}
.voice_photo::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #1B75B1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}
.voice_mv2 img {
  width: 100%;
  height: auto
}

.voice2 {
  position: relative;
  margin-bottom: 3em
}
.voice2 .number {
  position: relative;
  width: 50px;
font-family: "Inter", sans-serif;
color: var(--blue);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.5em
}
.voice2 .number span {
	font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 600
}
.voice2 h3 {
  font-size: 28px;
  width: auto;
  position: absolute;
  text-align: left;
  top: 20px;
  left: 80px;
  color: var(--blue);
  font-weight: 600
}
.voice2 h3 span {
  font-size: 20px;
  width: auto;
  color: var(--blue);
  font-weight: 600;
  padding: 1px 10px;
  margin-right: 1em;
  line-height: 20px;
  background-color: rgba(233, 233, 233, 1.00)
}
.catch {
  font-size: 24px;
  font-weight: 600;
	margin-bottom: 5em
}

/*写真２枚用レイアウト*/
.photo2box{
	width: 100%;
	position: relative;
	display: block;
}
.photo2box .left{
	width: 60%;
}
.photo2box .right{
	position: relative;
	left: 40%;
	width: 60%;
}


/* -----------------------------------------------
Tablet 1024px
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
/* voice */
.sticky-container {
  position: relative;
  margin: 0;
  padding-top: 1em;
  display: block;
}
.sticky-item {
  width: 100%;
  position: relative;
  left: 0;
  top: 30px;
  z-index: 2;
}
.voice_txt {
  width: 75%;
  height: auto;
  margin: 0 auto;
}
.sticky-container{
margin-bottom: 0!important;
}
.sticky-container .container {
  position: relative;
  z-index: 2;
  margin-bottom: 0!important;
}

/*voice_mv2*/
.voice_photo {
  width: 90%;
  margin: 5% auto;
  border-radius: 15px;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 400px;
  z-index: 1;
}
.voice_photo img {
  width: 100%;
	position: relative;
	top:-100px
}
.voice_mv2 img {
  width: 100%;
  height: auto
}
.voice2 {
  position: relative;
  margin-bottom: 3em
}
.catch {
	margin-bottom: 3em
}
}
/* -----------------------------------------------
SP 599px
-------------------------------------------------- */
@media screen and (max-width: 599px) {
.sticky-item {
  top: 70px;
  z-index: 2;
	margin-bottom: 120px
}
/*voice_mv2*/
.voice_photo {
  height: 400px;
}
.voice_photo img {
  width: 100%;
	position: relative;
	top:-5px;
}
.voice_txt {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
	
.voice2 .number {
  width: 32px;
}
.voice2 .number span {
  font-size: 36px;
}
.voice2 h3 {
  font-size: 20px;
	left: 70px;
}
.voice2 h3 span {
  font-size: 14px;
}
}
