/* ------------------------------------------------------------
 pg-vision-midashi
------------------------------------------------------------ */
.midashi {
  position: relative;
  }

.midashi h1 {
position: absolute;
color: white;/*文字は白に*/
font-weight: bold; /*太字に*/
font-size: 8em;/*サイズ2倍*/
top: 10%;
display:inline-block;
width:100%;
margin:0 auto;
text-align:center;
text-shadow: 0px 10px 15px #000000;
  }

.midashi img {
  width: 100%;
  }
 @media screen and (max-width:560px) {
.midashi {
  position: relative;
  }

.midashi h1 {
position: absolute;
color: white;/*文字は白に*/
font-weight: bold; /*太字に*/
font-size: 4em;/*サイズ2倍*/
top: 10%;
display:inline-block;
width:100%;
margin:0 auto;
text-align:center;
text-shadow: 0px 5px 5px #000000;
  }

.midashi img {
  width: 100%;
  }}
 
 
 
.img-sp {
    display: none;
}
@media screen and (max-width:560px) {
    .img-pc {
        display: none;
    }
    .img-sp {
        display: block;
    }
}
/* ------------------------------------------------------------
 pg-vision-visual
------------------------------------------------------------ */
.pg-vision-visual {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.pg-vision-visual {
		margin-bottom: 0rem;
		margin-top: 9.3rem;
	}
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
	.pg-vision-visual {
		margin-bottom: 0rem;
		margin-top: 7rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-vision-visual {
		margin-bottom: 0rem;
		margin-top: 5rem;
	}
}

.pg-vision-visual figure {
	position: relative;
	min-height: 20rem;
	max-height: 100rem;
}

.pg-vision-visual figure::after {
	content: '';
	display: block;
	pointer-events: none;
}

@media screen and (min-width: 561px) {
	.pg-vision-visual figure::after {
		padding-top: calc( ( 0 / 1400 ) * 100%);
	}
}

@media screen and (max-width: 560px) {
	.pg-vision-visual figure::after {
		padding-top: calc( ( 0 / 375 ) * 100%);
	}
}



/*
 *
 * page-koe.scss
 *
 */
/* ------------------------------------------------------------
 pg-koe-container
------------------------------------------------------------ */
.pg-koe-container {
	background-color: var(--color-gray3);
}

/* ------------------------------------------------------------
 pg-koe-lead
------------------------------------------------------------ */
.pg-koe-lead__inner {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.pg-koe-lead__inner {
		padding: 10.5rem 0 13.7rem;
	}
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
	.pg-koe-lead__inner {
		padding: 8.5rem 0 18rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-koe-lead__inner {
		padding: 6.5rem 0 18rem;
	}
}

@media screen and (min-width: 1024px) {
	.pg-koe-lead__illust {
		width: 44.3rem;
		top: -3.5rem;
		right: 2.7rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-lead__illust {
		width: 30rem;
		bottom: -10.9rem;
		left: calc( ( (29 + 300 / 2) / var( --design-width-sp ) ) * 100%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 1024px) {
	.pg-koe-lead__illust p {
		top: -5.4rem;
		right: 8.2rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-lead__illust p {
		top: -5.8rem;
		right: 6.2rem;
	}
}

/* ------------------------------------------------------------
 pg-koe-voice
------------------------------------------------------------ */
.pg-koe-voices {
	position: relative;
	z-index: 10;
}

@media screen and (min-width: 1024px) {
	.pg-koe-voices {
		padding-bottom: 18.4rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voices {
		padding-bottom: 18rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice {
		position: relative;
		background-color: var(--color-white);
		padding: 8.5rem var(--side-width-large-percent) 14.2rem;
	}
}

@media screen and (min-width: 561px) {
	.pg-koe-voice:not(:last-of-type) {
		margin-bottom: 7rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-koe-voice:not(:last-of-type) {
		margin-bottom: 5rem;
	}
}

/* ---------- pg-koe-voice__header ---------- */
@media screen and (min-width: 1024px) {
	.pg-koe-voice__header {
		position: relative;
		padding-left: 17.2rem;
		margin-bottom: 4.5rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice__header {
		margin-bottom: 7.3rem;
	}
}

/* ----- pg-koe-voice__title ----- */
@media screen and (min-width: 1024px) {
	.pg-koe-voice__title {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice__title {
		text-align: center;
	}
}

.pg-koe-voice__title__ja {
	font-weight: 700;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	letter-spacing: calc( 40 / 1000 * 1em);
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice__title__ja {
		font-size: 2.8rem;
		font-size: max( 2.8rem , 20px );
		margin-right: 2.6rem;
	}
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
	.pg-koe-voice__title__ja {
		font-size: 2.4rem;
		font-size: max( 2.4rem , 20px );
		margin-bottom: 2.4rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-koe-voice__title__ja {
		font-size: 2rem;
		font-size: max( 2rem , 16px );
		margin-bottom: 2.1rem;
	}
}

.pg-koe-voice__title__en {
	font-family: var(--font-Cantarell);
	font-weight: 700;
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice__title__en {
		font-size: 1.4rem;
		font-size: max( 1.4rem , 12px );
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice__title__en {
		font-size: 1.2rem;
		font-size: max( 1.2rem , 11px );
	}
}

/* ----- pg-koe-voice__illust ----- */
@media screen and (max-width: 1023px) {
	.pg-koe-voice__illust {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/* ---------- pg-koe-voice__main ---------- */
.pg-koe-voice__main {
	background-color: var(--color-white);
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice__main {
		border-radius: 1rem;
		padding: 0 calc( ( 104 / 1247 ) * 100%) 7.1rem calc( ( 88 / 1247 ) * 100%);
	}
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice__flex {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 3.4rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice__flex {
		margin-bottom: 5.8rem;
	}
}

/* ----- pg-koe-voice__thumbnail ----- */
.pg-koe-voice__thumbnail {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice__thumbnail {
		width: calc( ( 624 / 1055 ) * 100%);
		margin-top: 7rem;
	}
}

.pg-koe-voice__thumbnail::before {
	content: '';
	display: block;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	pointer-events: none;
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice__thumbnail::before {
		width: 6.8rem;
		height: 5.4rem;
		top: -2.7rem;
		left: -3.6rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice__thumbnail::before {
		width: 4.7rem;
		height: 3.8rem;
		top: -2.2rem;
		left: -1.6rem;
	}
}

.pg-koe-voice__thumbnail__contents {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(0.00001deg);
	transform: translate(-50%, -50%) rotate(0.00001deg);
	z-index: 10;
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice__thumbnail__contents {
		padding-top: 1.4rem;
	}
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice__thumbnail__contents i {
		margin-bottom: 3.3rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice__thumbnail__contents i {
		margin-bottom: 2.4rem;
	}
}

.pg-koe-voice__thumbnail__contents p {
	color: var(--color-white);
	text-transform: uppercase;
	font-family: var(--font-Cantarell);
	font-weight: 700;
	font-size: 1rem;
}

@media screen and (max-width: 560px) {
	.pg-koe-voice__thumbnail__contents p {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
}

/* ----- pg-koe-voice__contents ----- */
@media screen and (min-width: 1024px) {
	.pg-koe-voice__contents {
		width: calc( ( 355 / 1055 ) * 100%);
	}
}

.pg-koe-voice__contents__logo {
	width: 100%;
	margin: 0 auto;
}

.pg-koe-voice__contents__company {
	font-weight: 700;
	letter-spacing: calc( 100 / 1000 * 1em);
	padding-bottom: 5rem;
	line-height: 4rem;
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice__contents__company {
		font-size: 2rem;
		font-size: max( 2rem , 16px );
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice__contents__company {
		font-size: 1.8rem;
		font-size: max( 1.8rem , 14px );
	}
}

.pg-koe-voice__contents__name {
	text-align: center;
	color: var(--color-dark-gray2);
	font-size: 1.2rem;
	font-size: max( 1.2rem , 11px );
	letter-spacing: calc( 50 / 1000 * 1em);
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice__contents__name {
		padding-bottom: 5.5rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice__contents__name {
		padding-bottom: 5.2rem;
	}
}

/* ---------- pg-koe-voice__buttons ---------- */
@media screen and (min-width: 1024px) {
	.pg-koe-voice__buttons {
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice__buttons {
		text-align: center;
	}
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice__buttons li:not(:last-of-type) {
		margin-right: 5.3rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice__buttons li:not(:last-of-type) {
		margin-bottom: 3.5rem;
	}
}

/* ----------------------------------------
 pg-koe-voice--matsushitagumi
---------------------------------------- */
.pg-koe-voice--matsushitagumi .pg-koe-voice__illust {
	width: 9.7rem;
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice--matsushitagumi .pg-koe-voice__illust {
		top: -3.9rem;
		left: 3.9rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice--matsushitagumi .pg-koe-voice__illust {
		top: -6.7rem;
	}
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice--matsushitagumi .pg-koe-voice__contents__logo {
		max-width: 7.4rem;
		margin-top: 9.4rem;
		margin-bottom: 5.8rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice--matsushitagumi .pg-koe-voice__contents__logo {
		margin-top: 5.1rem;
		margin-bottom: 3.8rem;
	}
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
	.pg-koe-voice--matsushitagumi .pg-koe-voice__contents__logo {
		max-width: 5.92rem;
	}
}

@media screen and (max-width: 768px) {
	.pg-koe-voice--matsushitagumi .pg-koe-voice__contents__logo {
		max-width: 6.3rem;
	}
}

/* ----------------------------------------
 pg-koe-voice--syo-ei
---------------------------------------- */
.pg-koe-voice--syo-ei .pg-koe-voice__illust {
	width: 12.8rem;
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice--syo-ei .pg-koe-voice__illust {
		top: -4rem;
		left: 1.6rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice--syo-ei .pg-koe-voice__illust {
		top: -6.3rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice--syo-ei .pg-koe-voice__illust img {
		-webkit-transform: translateX(0.6rem);
		transform: translateX(0.6rem);
	}
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice--syo-ei .pg-koe-voice__contents__logo {
		max-width: 13.4rem;
		margin-top: 10.3rem;
		margin-bottom: 5.5rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice--syo-ei .pg-koe-voice__contents__logo {
		margin-top: 5.9rem;
		margin-bottom: 4.1rem;
	}
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
	.pg-koe-voice--syo-ei .pg-koe-voice__contents__logo {
		max-width: 10.72rem;
	}
}

@media screen and (max-width: 768px) {
	.pg-koe-voice--syo-ei .pg-koe-voice__contents__logo {
		max-width: 11.8rem;
	}
}

/* ----------------------------------------
 pg-koe-voice--kamispo
---------------------------------------- */
.pg-koe-voice--kamispo .pg-koe-voice__illust {
	width: 9.8rem;
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice--kamispo .pg-koe-voice__illust {
		top: -3.4rem;
		left: 3rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice--kamispo .pg-koe-voice__illust {
		top: -5.4rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice--kamispo .pg-koe-voice__illust img {
		-webkit-transform: translateX(-0.6rem);
		transform: translateX(-0.6rem);
	}
}

@media screen and (min-width: 1024px) {
	.pg-koe-voice--kamispo .pg-koe-voice__contents__logo {
		max-width: 29.3rem;
		margin-top: 9.9rem;
		margin-bottom: 4.8rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-koe-voice--kamispo .pg-koe-voice__contents__logo {
		margin-top: 5.3rem;
		margin-bottom: 4.2rem;
	}
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
	.pg-koe-voice--kamispo .pg-koe-voice__contents__logo {
		max-width: 23.44rem;
	}
}

@media screen and (max-width: 768px) {
	.pg-koe-voice--kamispo .pg-koe-voice__contents__logo {
		max-width: 24.6rem;
	}
}






