@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: -3rem;
	padding: 2.818vw 0 10.545vw 2vw;
	height:46.363vw;
	position: relative;
	text-align: center;
	color: #fff;
}
.mainVisual h1 img {
	width: 56.272vw;
}
.mainVisual .mainImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.mainVisual .mainImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual p {
	font-size: 2vw;
	letter-spacing: 0.11em;
	line-height: 2.5;
}
.mainVisual p span {
	margin: 0 1rem;
	font-size: 2.8rem;
	letter-spacing: 0.15em;
	display: inline-block;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: -2rem;
		padding: 27.604vw 0 30.208vw 2.344vw;
		height: 153.84vw;
	}
	.mainVisual h1 img {
		width: 86.719vw;
	}
	.mainVisual p {
		margin: 0 4.167vw 3.125vw auto;
		width: fit-content;
		font-size: 3.646vw;
		text-align: left;
		line-height: 1.5;
		letter-spacing: 0.18em;
	}
	.mainVisual p span {
		margin: 0 0 1.042vw;
		font-size: 4.167vw;
		display: block;
		letter-spacing: 0.2em;
	}
}
/* program */
#main .program {
	margin: 8.2rem 0 2.4rem;
}
#main .program .heading {
	margin-bottom: 3.1rem;
	font-weight: 600;
	font-size: 80px;
	letter-spacing: 0.04em;
	line-height: 1;
	color: #e50940;
	position: relative;
}
#main .program .heading::after {
	width: 999rem;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0.5rem;
	background: #e50940;
	transform: translateX(100%);
	transition: transform 1s ease;
}
#main .program .line.on::after {
	transform: translateX(0);
}
@keyframes moveLine {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
#main .program .heading small {
	margin-bottom: 1rem;
	font-weight: 300;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.666;
	color: #000;
	display: block;
}
#main .program p {
	margin-bottom: 1.4rem;
	line-height: 1.875;
	font-weight: 300;
	letter-spacing: 0.04em;
}
#main .program .textBox {
	max-width: 59.4rem;
}
#main .program .comBtn {
	margin-top: 2.5rem;
}
@media all and (max-width: 896px) {
	#main .program {
		margin: 4.9rem 0 2.5rem;
	}
	#main .program .heading {
		margin-bottom: 2.1rem;
		font-size: 4rem;
		line-height: 1.25;
	}
	#main .program .heading small {
		margin-bottom: 0.3rem;
		font-size: 1.4rem;
	}
	#main .program .heading::after {
		bottom: 45%;
	}
	#main .program p {
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0;
		text-align: justify;
	}
}
/* voice */
#main .voice {
	margin-bottom: 7rem;
}
#main .voice .slideBox {
	margin-bottom: 9.4rem;
	position: relative;
}
#main .voice .slideBox::before {
	width: 999rem;
	height: 1px;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5.2rem;
	transform: translate(-50%,-50%) rotate(-11deg);
	background: #e50940;
}
#main .voice .slideBox li {
	margin: 0 1.4rem;
	width: 26.8rem !important;
	position: relative;
	display: block !important;
}
#main .voice .slideBox li a * {
	transition: all 0.3s;
}
#main .voice .slideBox li a {
	display: block;
}
#main .voice .slideBox .textBox {
	width: 100%;
	position: absolute;
	top: 16.8rem;
	left: -0.8rem;
}
#main .voice .slideBox .textBox .en {
	margin-bottom: 0.4rem;
	display: block;
	line-height: 1;
}
#main .voice .slideBox .textBox .en img {
	width: 5.9rem;
	vertical-align: middle;
}
#main .voice .slideBox .textBox .jp span {
	padding: 0.3rem 0.8rem;
	display: block;
	width: fit-content;
	background: #fff;
	border: 1px solid #e50940;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #e50940;
}
#main .voice .slideBox .textBox .jp span + span {
	margin-top: 0.5rem;
}
#main .voice .slideBox02 {
	position: relative;
}
#main .voice .slideBox02 .imgHead {
	width: 21.8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-38%,-44%);
}
#main .voice .slideBox02 .imgList {
	display: flex;
}
#main .voice .slideBox02 .imgList li {
	margin-left: 0.5rem;
	width: 32.1rem;
	border-radius: 1rem;
	overflow: hidden;
	flex-shrink: 0;
}
#main .voice .infiniteslide_wrap {
	overflow: visible !important;
}
@media all and (min-width: 897px) {
	#main .voice .slideBox {
		padding: 1px;
	}
	#main .voice .slideBox .slideUl {
		margin: -1.7rem -1.1rem;
	}
	#main .voice .slideBox li {
		padding: 1.6rem 0;
	}
	#main .voice .slideBox li a:hover .jp span {
		color: #fff;
		background: #e50940;
	}
	#main .voice .slideBox li a:hover .image img {
		transform: scale(1.125);
	}
	#main .voice .content {
		width: 88rem;
	}
}
@media all and (max-width: 896px) {
	#main .voice {
		margin-bottom: 6.7rem;
	}
	#main .voice .slideBox .slideUl {
		display: block;
	}
	#main .voice .slideBox li {
		margin:  0 5.9rem !important;
		width: 25.3rem !important;
	}
	#main .voice .slideBox .textBox {
		top: 13.6rem;
		 left: -0.5rem;
	}
	#main .voice .slideBox .textBox .en {
		margin-bottom: 0.7rem;
		width: 5.2rem;
	}
	#main .voice .slideBox .textBox .jp span {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#main .voice .slideBox::before {
		display: none;
	}
	#main .voice .slideBox02 .imgList li {
		margin-left: 0.3rem;
		width: 21.6rem;
	}
	#main .voice .slideBox {
		margin-bottom: 4.7rem;
	}
	#main .voice .slideBox02 .imgHead {
		width: 17.6rem;
		top: calc(100% - 5.7rem);
		transform: translateX(-50%);
	}
}
/* stepBox */
#main .stepBox {
	margin-bottom: 6.3rem;
}
#main .stepBox .stepList {
	margin: 0 auto;
	width: 98rem;
}
#main .stepBox .heading {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
}
#main .stepBox .heading span {
	display: block;
}
#main .stepBox .heading .text02 {
	color: #e50940;
	letter-spacing: 0.04em;
}
#main .stepBox .heading img {
	margin: -2.9rem auto 1rem;
	display: block;
	width: 64.7rem;
}
#main .stepBox .innerBox {
	color: #fff;
	background: #f55079;
}
#main .stepBox .stepList li {
	border-bottom: 1px solid #fff;
}
#main .stepBox .stepList .imgBox {
	padding: 4.7rem 5.9rem 1.1rem;
	display: flex;
	justify-content: space-between;
	gap: 6rem;
}
#main .stepBox .textBox {
	padding: 3.8rem 0 0;
	flex: 1;
	position: relative;
	line-height: 1.875;
	letter-spacing: 0.04em;
	z-index: 1;
}
#main .stepBox .textBox .num {
	top: 0;
	right: 0.6rem;
	position: absolute;
	z-index: -1;
}
#main .stepBox .photoBox {
	width: 42rem;
}
#main .stepBox .photoBox img {
	width: 100%;
}
#main .stepBox .title {
	margin-bottom: 1.7rem;
	font-weight: 600;
	font-size: 4.5rem;
	letter-spacing: 0.04em;
	line-height: 1.3;
	color: #fff;
}
@media all and (min-width: 897px) {
	#main .stepBox .stepList li:nth-child(2n) .imgBox {
		padding: 4.2rem 5.9rem 3.8rem;
		flex-direction: row-reverse;
		gap: 7.4rem;
	}
}
@media all and (max-width: 896px) {
	#main .stepBox {
		margin-bottom: 3.1rem;
	}
	#main .stepBox .heading {
		margin-bottom: 0.8rem;
		font-size: 1.4rem;
	}
	#main .stepBox .innerBox {
		padding-bottom: 0.3rem;
	}
	#main .stepBox .stepList {
		margin: 0 1.8rem;
		width: auto;
	}
	#main .stepBox .heading img {
		margin: -1.3rem auto 0.7rem;
		width: 32.3rem;
	}
	#main .stepBox .stepList li {
		display: block;
	}
	#main .stepBox .stepList .imgBox {
		padding: 2rem 2.2rem 1.5rem;
		display: block;
	}
	#main .stepBox .stepList li:last-child {
		border-bottom: none;
	}
	#main .stepBox .photoBox {
		margin:  0 -1.2rem 0 -0.7rem;
		width: auto;
	}
	#main .stepBox .title {
		margin-bottom: 1.1rem;
		font-size: 2.4rem;
		line-height: 1.458;
	}
	#main .stepBox .textBox {
		margin-bottom: 1.2rem;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	#main .stepBox .textBox .num {
		top: -21px;
		right: 2.6rem;
		transform: scale(0.6);
	}
}
/* programList */
#main .programList {
	margin: 8.2rem 0 5rem;
}
#main .programList .heading {
	font-weight: 600;
	font-size: 4.6rem;
	letter-spacing: 0.04em;
	text-align: center;
	color: #e50940;
	line-height: 1.35;
}
#main .programList .posText {
	margin: -2.3rem auto 1.9rem;
	padding: 0.5rem 0.3rem 0.6rem;
	width: fit-content;
	min-width: 23.1rem;
	font-weight: 600;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-align: center;
	color: #fff;
	border-radius: 2rem;
	background: #f55079;
}
#main .programList .lineHead {
	margin: 0 auto 4.3rem;
	padding: 0 0.2rem;
	width: fit-content;
	font-weight: 600;
	font-size: 3rem;
	letter-spacing: 0.04em;
	line-height: 1.4;
	text-align: center;
	color: #e50940;
	border-bottom: 0.7rem solid #f55079;
}
#main .programList .bgBox {
	padding: 5.4rem 0 6.3rem;
	background: #f0edee;
}
#main .programList .innerBox {
	margin: 0 auto 8.1rem;
	padding: 1px 3rem 4.7rem;
	border-radius: 0.8rem;
	background: #fff;
}
#main .programList .siteList > li {
	padding: 2.4rem 3.8rem 1.8rem;
	display: flex;
	justify-content: space-between;
	gap: 3.2rem;
	border-top: 1px solid #f55079;
}
#main .programList .siteList > li:last-child {
	border-bottom: 1px solid #f55079;
}
#main .programList .siteList .photoBox {
	width: 17.9rem;
}
#main .programList .siteList .textBox {
	flex: 1;
	font-size: 1.4rem;
	line-height: 1.857;
	font-weight: 300;
}
#main .programList .siteList h4 {
	margin-bottom: 0.9rem;
	font-weight: 600;
	line-height: 1.1;
	font-size: 1.6rem;
}
#main .programList .siteList .nameInfo {
	margin-bottom: 0.8rem;
	font-weight: 600;
	line-height: 1.3;
	font-size: 1.6rem;
}
#main .programList .siteList .nameInfo span {
	margin-right: 0.6rem;
	font-size: 1.4rem;
	font-weight: 300;
}
#main .programList .siteList .botText {
	margin-top: 1.2rem;
	display: flex;
	align-items: flex-start;
}
#main .programList .siteList .botText span {
	margin-right: 1rem;
	padding: 0 1.3rem;
	font-weight: 600;
	color: #fff;
	background: #767676;
	display:block;
	line-height: 1.714;
	flex-shrink: 0;
}
#main .programList .priceBox {
	margin-top: 5.1rem;
}
#main .programList table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #f64f79;
}
#main .programList table th {
	padding: 2.5rem 2rem;
	width: 16.8rem;
	font-weight: 600;
	color: #e50940;
	background: #ffeff3;
	text-align: center;
	vertical-align: middle;
}
#main .programList table td {
	padding: 0.5rem 2.6rem;
	font-size: 1.4rem;
	font-weight: 300;
	text-align: left;
	vertical-align: middle;
}
#main .programList .subBox {
	margin: 1.1rem -3.8rem 0 0;
	padding: 1.8rem 0 0;
	display: flex;
	align-items: flex-start;
	gap: 1.6rem;
	border-top: 1px dashed #707070;
}
#main .programList .subBox .price {
	padding: 0 2rem;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	text-align: center;
	color: #fff;
	line-height: 1.714;
	background: #f55079;
	flex-shrink: 0;
}
#main .programList .subBox .textUl {
	flex: 1;
}
#main .programList .subBox .textUl > li + li {
	margin-top: 0.5rem;
}
#main .programList .subBox .text01 {
	margin-right: 1.6rem;
	min-width: 13.2rem;
	display: inline-block;
}
#main .programList .innerBox02 {
	margin-bottom: 0;
}
#main .programList .innerBox02  h4 {
	margin-bottom: 1.6rem;
}
#main .programList .innerBox02 .nameInfo {
	margin-bottom: 1.5rem;
}
#main .programList .innerBox02 .comBtn02 {
	margin-top: 2.8rem;
}
#main .programList .tips {
	margin-top: 0.4rem;
	text-align: right;
	font-size: 1.2rem;
	line-height: 2.166;
}
#main .programList .linkBox {
	margin-top: 3.1rem;
	border-radius: 1rem;
	background: #fff;
	overflow: hidden;
}
#main .programList .linkBox a {
	padding: 2.8rem 3rem 2.8rem 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 3rem;
	color: #e50940;
}
#main .programList .linkBox h4 {
	width: 30.4rem;
	font-weight: 600;
	line-height: 1.625;
	position: relative;
}
#main .programList .linkBox h4::before {
	width: 1px;
	top: -1.8rem;
	bottom: -1.8rem;
	right: 0;
	content: "";
	position: absolute;
	background: #f55079;
}
#main .programList .linkBox p {
	padding: 0.5rem 4rem;
	background: url(../img/common/blank_img.png) no-repeat center right / 2.8rem;
}
@media all and (min-width: 897px) {
	#main .programList .linkBox a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .programList {
		margin: 5.6rem 0 0;
	}
	#main .programList .bgBox {
		padding: 4.1rem 0 3.35rem;
	}
	#main .programList .innerBox {
		margin-bottom: 5rem;
		padding: 1px 1rem 2.4rem;
	}
	#main .programList .heading {
		margin-bottom: 1.7rem;
		font-size: 2.7rem;
	}
	#main .programList .posText {
		margin: -1.5rem auto 1rem;
		min-width: 16.05rem;
		padding: 0.4rem;
		font-size: 1.6rem;
	}
	#main .programList .lineHead {
		margin-bottom: 1.2rem;
		padding: 0;
		font-size: 2rem;
		line-height: 1.35;
		border-width: 0.35rem;
	}
	#main .programList .siteList > li {
		padding: 1.6rem 0 1rem;
		flex-wrap: wrap;
		gap: 1rem;
	}
	#main .programList .siteList .textBox {
		width: 100%;
		line-height: 1.785;
	}
	#main .programList .siteList .photoBox {
		width: 100%;
		gap: 1.3rem;
		display: flex;
		align-items: flex-start;
	}
	#main .programList .siteList .photoBox .photo {
		width: 27.900vw;
	}
	#main .programList .siteList .inner {
		margin-top: 1rem;
		flex: 1;
	}
	#main .programList .siteList h4 {
		margin-bottom: 0.6rem;
		line-height: 1.562;
	}
	#main .programList .siteList .nameInfo {
		margin: 0;
		font-size: 1.4rem;
		display: flex;
		line-height: 1.785;
	}
	#main .programList .siteList .nameInfo span {
		margin-right: 0;
		flex-shrink: 0;
	}
	#main .programList .siteList .botText span {
		padding: 0 0.9rem;
		line-height: 1.5;
	}
	#main .programList .priceBox {
		margin-top: 2rem;
	}
	#main .programList table th {
		padding: 1.55rem 0.9rem;
		width: 10.9rem;
		text-align: left;
	}
	#main .programList table td {
		padding: 0.5rem 1.2rem;
	}
	#main .programList .subBox {
		margin: 1.2rem 0 0;
		gap: 1.1rem;
	}
	#main .programList .subBox .price {
		padding: 0 1.5rem;
		line-height: 1.571;
	}
	#main .programList .subBox .text01,
	#main .programList .subBox span {
		display: inline;
	}
	#main .programList .subBox .textUl  li {
		padding-left: 1.3rem;
		text-indent: -1.3rem;
	}
	#main .programList .subBox .subUl  {
		margin-left: -1.3rem;
	}
	#main .programList .subBox .textUl > li + li {
		margin-top: 0;
	}
	#main .programList .innerBox02 .comBtn02 {
		margin-top: 0.9rem;
	}
	#main .programList .innerBox02 {
		margin-bottom: 0;
	}
	#main .programList .tips {
		margin-top: 0.7rem;
		font-size: 1.4rem;
		line-height: 1.571;
	}
	#main .programList .linkBox {
		border-radius: 0.7rem;
	}
	#main .programList .linkBox a {
		padding: 1.5rem 1rem 0.5rem;
		display: block;
		font-size: 1.5rem !important;
		line-height: 1.666 !important;
	}
	#main .programList .linkBox a > * {
		width: 100%;
		text-align: left;
	}
	#main .programList .linkBox h4 {
		padding: 0 1rem 1.4rem;
	}
	#main .programList .linkBox h4::before {
		width: auto;
		height: 1px;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#main .programList .linkBox p {
		padding: 1rem 1rem;
		background-position: right 0.3rem bottom 1.3rem;
		background-size: 3rem;
	}

	
}