:root {
	--hero-height: 20rem;

	--hero-bg-color: var(--baseColor);
	--hero-txt-head-color: var(--base-txt-headColor);
	--hero-txt-body-color: var(--base-txt-bodyColor);
	--bgshape-color: var(--des-sub-defColor);
	--hero-txt-shadow: 0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF;
}
/** hero **/
.l-hero-wrapper {
  background-size: cover;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.l-hero-container {
	padding: 0;
	background-image: var(--main-gradation);
	background-blend-mode: multiply;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0;
	position: relative;
}
.l-hero-bg-container {
	margin: 0 auto;
}
.l-hero-wrapper .l-hero-bg {
	top: var(--header-height);
}
.l-hero-wrapper .l-hero-bg-after {
	position: absolute;
	top: var(--header-height);
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
}
.l-hero-wrapper .l-hero-bg-image {
	position: absolute;
	overflow:hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}
.l-hero-wrapper.s-hero-bg-image-size-contain .l-hero-bg-image {
	background-size: contain;
}

@media only screen and (min-width: 1600px) {
	.l-hero-wrapper .l-hero-bg-image {
		max-width: 100%;
		margin: 0 auto;
	}
}

.l-hero-content {
  width: 100%;
	padding: 1.5rem 1rem;
	z-index: 10;
	position: relative;
}
@media only screen and (min-width: 830px) {
  .l-hero-content {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: flex-start;
  }
}


.l-hero-main {
  display: flex;
  flex-direction: column;
	color: var(--main-text);
}
.l-hero-main-title .p-page-title {
	display: inline-block;
	width: 100%;
	font-size: var(--fsize-xl);
	font-weight: 700;
}
.l-hero-main-title .p-page-subtitle {
  padding: 0;
  margin: 1px 0;
  color: var(--main-em-bg);
  font-size: var(--fsize-lg);
  font-weight: 400;
  line-height: 1.5;
  display: block;
}
.l-hero-side {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media only screen and (max-width: 830px) {
	.l-hero-content {
		flex-direction: column;
	}
  .l-hero-main {
    text-align: center;
		width: 100%;
  }
  .l-hero-side {
		width: 100%;
		margin-top: 4rem;
  }
}


.l-hero-main-title {
	display: flex;
	flex-direction: column;
}
.l-hero-main-title .p-page-title {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.2em;
	font-weight: 900;
	color: var(--main-text);
}
.l-hero-main-title .p-page-subtitle {
	margin-top: var(--size-xs);
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 1.25rem;
	font-style: italic;
	letter-spacing: 0.5em;
	color: var(--main-text);
}


.head__default .l-hero-content {
	max-width: 1200px;
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: var(--s-align-flex, flex-start);
	/* padding: calc(var(--s-gnavi-height-before) + 5rem) 0 calc(5rem); */
	/* justify-content: flex-start; */
	padding: 7rem 0;
	position: relative;
}
.head__default .l-hero-main-container {
	color: var(--base-txt-bodyColor);
}
.head__default .l-hero-main-container > * + *{
	margin-top: 2.5rem;
}
.head__default .l-hero-main-container > * + .p-buttons {
	margin-top: calc(1.5rem * 1.5);
	text-align: left;
	gap: .5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--s-align-flex, flex-start);
}
.head__default .head__middle-headline-bg-light {
	max-width: 60vw;
	text-align: var(--s-align, left);
}
.head__default .head__middle-headline-bg-light .p-headline-container .p-headline-header + .p-headline-items {
	margin-top: 1.5rem;
}
.head__default .head__middle-headline-bg-light .p-headline-container > * > * + * {
margin-top: 1.25rem;
}
.head__default .head__middle-headline-bg-light .p-textarea {
line-height: calc(1.5rem * 2);
}
.head__default .head__middle-headline-bg-light strong {
font-size: calc(1rem * 3);
padding: 0.3rem 0.5rem;
margin-right: .2rem;
color: var(--des-sub-def-txt-headColor);
font-weight: 900;
position: relative;
display: inline-block;
line-height: calc(1.5rem * 2);
}
.head__default .head__middle-headline-bg-light strong::before {
content: "";
display: block;
top: 0rem;
left: 0;
width: 100%;
height: calc(100% + .2rem);
background-color: var(--des-sub-defColor);
position: absolute;
z-index: -1;
border-radius: calc(var(--s-radius, 0) * .3rem);
overflow: hidden;
}
.head__default .head__middle-headline-bg-light small {
font-size: 1.8rem;
font-weight: 900;
padding: 0 .2rem;
}
.head__default .l-hero-wrapper .l-hero-main-container .p-headline > .p-headline-container > * > .p-subtext {
	text-shadow: var(--hero-txt-shadow);
}
.head__default .l-hero-wrapper .l-hero-main-container .p-headline > .p-headline-container > * > .p-textarea {
	text-shadow: var(--hero-txt-shadow);
}
.head__default .head__middle-textarea {
	font-size: 1rem;
	line-height: 2;
	text-align: var(--s-align, left);
	max-width: 38vw;
	margin-left: auto;
	margin-right: auto;
	text-shadow: var(--hero-txt-shadow);
}
.head__default .l-hero-main .p-btn-def,
.head__default .l-hero-main .p-btn.s-btn-default {
	box-shadow: var(--hero-txt-shadow);
}


.head__default .l-hero-clip.clip-type-left-radius {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
.head__default .l-hero-clip.clip-type-left-solid {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
.head__default .l-hero-clip.clip-type-center-radius {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.head__default .l-hero-clip.clip-type-center-solid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 830px) {
	.head__default .l-hero-clip.clip-type-left-radius {
	}
	.head__default .l-hero-clip.clip-type-left-solid {
	}
	.head__default .l-hero-clip.clip-type-center-radius {
	}
	.head__default .l-hero-clip.clip-type-center-solid {
	}
}
.head__default .l-hero-clip > svg {
	width: 100%;
	height: 100%;
}

.l-hero-main-container .p-headline > .p-headline-container > * > .p-subtext > .p-text-inner {
	display: inline-block;
	font-size: 0.9rem;
	letter-spacing: 0.15rem;
	padding: 0 1rem;
	border-radius: calc(var(--s-radius, 0) * 0.1rem);
}
@media only screen and (max-width: 830px) {
	.head__default .l-hero-content {
		padding: calc(3rem) 0 calc(3rem);
	}
	.head__default .l-hero-main-container {
		width: 100%;
	}
	.head__default .head__middle-headline-bg-light {
		max-width: none;
	}
	.head__default .head__middle-textarea {
		max-width: none;
	}
}
