@charset "UTF-8";
.wrapper {
    padding-top: 105px;
    background-color: #FEF4F2;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
    .wrapper {
        padding-top: 60px;
    }
}
/* -------------------------------- */
.about {
	padding-top: 85px;
}
.about__inner {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.about__visual {
	position: relative;
	width: 50%;
    padding-bottom: 110px;
	z-index: 4;
}
.about__visual-innner {
    width: 100%;
    height: 100%;
	background: url("/_common/img/trial-entry/about-visual.webp") 50% 50% / cover no-repeat;
}
.about__content {
	display: flex;
	justify-content: center;
	width: 50%;
	/* max-width: 700px; */
    margin-top: 110px;
	padding: 150px 88px;
	background: url("/_common/img/home/about-content-bg.webp") 50% 50% / cover no-repeat;
	z-index: 2;
}
.about__content h2 {
	font-size: 86px;
	font-family: "Marcellus";
	letter-spacing: .05em;
}
.about__content h3 {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;
}
.about__content h3 .icon {
	width: 11px;
	min-width: 11px;
}
.about__content p {
	margin-top: 60px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 27px;
	z-index: 2;
}
.about__bg {
	position: absolute;
	right: 0;
	bottom: -210px;
    transform: translateX(160px);
	width: 100%;
	max-width: 731px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.about {
		padding-top: 0px;
	}
	.about__inner {
		flex-direction: column;
	}
	.about__visual {
		width: 100%;
		padding-bottom: 0;
	}
	.about__visual-innner {
		width: 100%;
		height: auto;
		background: none;
	}
	.about__content {
		width: 100%;
		margin-top: 0;
		padding: 50px 24px;
	}
	.about__content h2 {
		font-size: 46px;
	}
	.about__content h3 {
		font-size: 18px;
	}
	.about__content p {
		margin-top: 30px;
		line-height: 1.8;
	}
	.about__bg {
		position: absolute;
		right: 0;
		bottom: -210px;
		transform: translateX(160px);
		width: 100%;
		max-width: 731px;
		z-index: 1;
	}
}
/* -------------------------------- */
.flow {
	position: relative;
    margin-top: 215px;
    padding-bottom: 100px;
}
.flow::after {
    position: absolute;
    content: "";
    top: 60px;
    left: 30%;
    right: 0;
    bottom: 0;
    /* width: 70%; */
    /* height: 100%; */
    background: rgba(255,255,255,.6);
	z-index: 2;
}
.flow__inner {
    position: relative;
	max-width: 1037px;
	margin: 0 auto;
    z-index: 3;
}
.flow__title {
    text-align: center;
}
.flow__title h2 .en {
	font-size: 86px;
	font-family: "Marcellus";
	letter-spacing: .05em;
}
.flow__title h2 .ja {
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 4px;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;
}
.flow__title h2 .ja .icon {
	width: 11px;
	min-width: 11px;
}
.flow__title p {
    margin-top: 40px;
}
.flow__list > ul {
	display: flex;
	flex-direction: column;
	gap: 35px;
    margin-top: 100px;
}
.flow__list > ul > li {
	display: flex;
    align-items: center;
	gap: 50px;
}
.flow__list > ul > li:first-child {
    align-items: flex-start;
}
.flow__visual {
	width: 413px;
	min-width: 413px;
}
.flow__texts {
    width: 100%;
}
.flow__texts h3 {
	display: flex;
	align-items: center;
	gap: 11px;
}
.flow__texts h3 .number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: linear-gradient(-45deg, #FFE4B9, #FFB7B2);
	color: #fff;
	font-size: 28px;
	font-family: "Marcellus";
	border-radius: 50%;
}
.flow__texts h3 .text {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: .05em;
}
.flow__texts > p {
	margin-top: 17px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 27px;
}
.flow__texts > .memo {
	margin-top: 18px;
	padding: 15px;
	background-color: #FCE4DF;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 25px;
}
@media screen and (max-width: 767px) {
	.flow {
		margin-top: 50px;
		padding: 0 36px 50px;
	}
	.flow::after {
		top: 30px;
		left: 12px;
		right: 0;
		bottom: 0;
	}
	.flow__title h2 .en {
		font-size: 46px;
	}
	.flow__title h2 .ja {
		font-size: 18px;
	}
	.flow__title p {
		margin-top: 30px;
	}
	.flow__list > ul {
		display: flex;
		flex-direction: column;
		gap: 40px;
		margin-top: 50px;
	}
	.flow__list > ul > li {
		flex-direction: column;
		gap: 16px;
	}
	.flow__list > ul > li:first-child {
		align-items: flex-start;
	}
	.flow__visual {
		width: 100%;
		min-width: initial;
	}
	.flow__texts {
		width: 100%;
	}
	.flow__texts h3 {
		display: flex;
		align-items: center;
		gap: 11px;
	}
	.flow__texts h3 .number {
		width: 40px;
		height: 40px;
		font-size: 24px;
	}
	.flow__texts h3 .text {
		font-size: 18px;
	}
	.flow__texts > p {
		margin-top: 12px;
		line-height: 1.8;
	}
	.flow__texts > .memo {
		margin-top: 18px;
		padding: 15px;
		background-color: #FCE4DF;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: .05em;
		line-height: 25px;
	}
}
 /* -------------------------------- */
.flow__cta {
    width: 100%;
	margin-top: 30px;
	padding: 40px 30px;
    background-color: #fff;
}
.flow__cta h3 {
	padding-bottom: 12px;
	font-weight: 600;
	letter-spacing: .05em;
	border-bottom: 1px solid #333;
}
.flow__cta h3.mt {
    margin-top: 40px;
}
.flow__cta .tel__flex {
    display: flex;
    gap: 17px;
    margin-top: 20px;
}
.flow__cta .tel__flex a {
	display: block;
	color: #333;
}
.flow__cta .tel__number {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.flow__cta .tel__number .icon {
	width: 21px;
	min-width: 21px;
}
.flow__cta .tel__number .number {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .05em;
}
.flow__cta .tel .memo {
    font-size: 11px;
	letter-spacing: .005em;
}
.flow__cta .line {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 100%;
}
.flow__cta .line a {
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 7px;
	width: 100%;
	max-width: 411px;
	height: 74px;
    margin-top: 20px;
	background-color: #04C755;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.flow__cta .line a:hover {
	opacity: .5;
	transition: .3s;
}
.flow__cta .line .icon {
	width: 39px;
	min-width: 39px;
}
.flow__bg1 {
	position: absolute;
    top: 0;
	left: -333px;
	width: 100%;
	max-width: 952px;
	z-index: 1;
}
.flow__bg2 {
	position: absolute;
    top: 50%;
	right: 0;
    transform: translate(50%,-15%);
	width: 100%;
	max-width: 946px;
	z-index: 1;
}
.flow__bg3 {
	position: absolute;
    top: 50%;
	left: 0;
    transform: translate(-50%,5%);
	width: 100%;
	max-width: 971px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.flow__cta {
		margin-top: 20px;
		padding: 24px;
	}
	.flow__cta h3 {
		padding-bottom: 12px;
		font-weight: 600;
		letter-spacing: .05em;
		border-bottom: 1px solid #333;
	}
	.flow__cta h3.mt {
		margin-top: 40px;
	}
	.flow__cta .tel__flex {
		align-items: flex-start;
		flex-direction: column;
		gap: 17px;
		margin-top: 20px;
	}
	.flow__cta .tel__number {
		gap: 8px;
	}
	.flow__cta .tel__number .icon {
		width: 14px;
		min-width: 14px;
	}
	.flow__cta .tel__number .number {
		font-size: 20px;
	}
	.flow__cta .line {
		display: flex;
		align-items: center;
		gap: 8px;
		height: 100%;
	}
	.flow__cta .line a {
		gap: 7px;
		height: 60px;
		margin-top: 20px;
		font-size: 15px;
	}
	.flow__cta .line .icon {
		width: 20px;
		min-width: 20px;
	}
	.flow__bg1 {
		position: absolute;
		top: 0;
		left: -333px;
		width: 100%;
		max-width: 952px;
		z-index: 1;
	}
	.flow__bg2 {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(50%,-15%);
		width: 100%;
		max-width: 946px;
		z-index: 1;
	}
	.flow__bg3 {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-50%,5%);
		width: 100%;
		max-width: 971px;
		z-index: 1;
	}
}
/* -------------------------------- */
.contact {
	position: relative;
	max-width: 1600px;
	margin: 80px auto 0;
    padding-bottom: 100px;
}
.contact__inner {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	z-index: 2;
}
.contact h2 .en {
	display: block;
	color: #FFDBD8;
	font-size: 127px;
    font-family: "Marcellus";
	letter-spacing: .05em;
	text-align: center;
}
.contact h2 .ja {
	display: block;
	margin-top: -60px;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: .05em;
	text-align: center;
}
.contact__content {
	margin-top: 60px;
	padding: 55px;
	background: url("/_common/img/home/contact-bg1.webp") 50% 50% / cover no-repeat;
}
.contact__content ul {
	display: flex;
	gap: 40px;
}
.contact__content ul li {
	flex: 1;
}
.contact__content ul li h3 {
	padding-bottom: 23px;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: .05em;
	text-align: center;
	border-bottom: 1px solid #707070;
}
.contact .tel {
	display: block;
	color: #333;
}
.contact .tel:nth-of-type(1) {
	margin-top: 30px;
}
.contact .tel:nth-of-type(2) {
	margin-top: 25px;
}
.contact .tel__number {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.contact .tel__number .icon {
	width: 23px;
	min-width: 23px;
}
.contact .tel__number .number {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: .05em;
}
.contact .tel .memo {
	margin-top: 8px;
	letter-spacing: .005em;
	text-align: center;
}
.contact .line {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 100%;
}
.contact .line a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: 100%;
	max-width: 411px;
	height: 74px;
	margin: 0 auto;
	background-color: #04C755;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.contact .line a:hover {
	opacity: .5;
	transition: .3s;
}
.contact .line .icon {
	width: 39px;
	min-width: 39px;
}
.contact__bg {
	position: absolute;
	top: 0;
	right: 520px;
	transform: translate(100%,0%);
	width: 100%;
	max-width: 1011px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.contact {
		margin: 50px auto 0;
		padding-bottom: 50px;
	}
	.contact__inner {
		padding: 0 24px;
	}
	.contact h2 .en {
		font-size: 46px;
	}
	.contact h2 .ja {
		margin-top: -24px;
		font-size: 24px;
	}
	.contact__content {
		margin-top: 30px;
		padding: 24px;
	}
	.contact__content ul {
		flex-direction: column;
		gap: 50px;
	}
	.contact__content ul li {
		flex: 1;
	}
	.contact__content ul li h3 {
		padding-bottom: 10px;
		font-size: 18px;
	}
	.contact .tel:nth-of-type(1) {
		margin-top: 20px;
	}
	.contact .tel:nth-of-type(2) {
		margin-top: 15px;
	}
	.contact .tel__number {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
	}
	.contact .tel__number .icon {
		width: 14px;
		min-width: 14px;
	}
	.contact .tel__number .number {
		font-size: 22px;
	}
	.contact .tel .memo {
		margin-top: 8px;
		font-size: 14px;
	}
	.contact .line {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-top: 20px;
	}
	.contact .line a {
		gap: 7px;
		height: 60px;
		font-size: 16px;
	}
	.contact .line .icon {
		width: 30px;
		min-width: 30px;
	}
	.contact__bg {
		position: absolute;
		top: 0;
		right: 120px;
		transform: translate(100%,0%);
		width: 100%;
		max-width: 1011px;
		z-index: 1;
	}
}