@charset "UTF-8";
@import url("https://use.typekit.net/ebo2sva.css");


#guidanceContainer {
	letter-spacing: 0.03em;
	overflow: hidden;
}
.bryant-m,
.bryant-b {
	font-family: "bryant-web", sans-serif;
	font-style: normal;
	color: #ea6e69;
	display: block;
}
.bryant-b {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.048em;
	margin-bottom: 10px;
}
.bryant-m {
	font-size: 5rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 30px;
	padding-bottom: 3px;
	position: relative;
}
.bryant-m::after {
	content: "";
	background-color: #ea6e69;
	width: 48px;
	height: 2px;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.guidance strong,
.guidance .tighten-txt a {
	font-weight: inherit;
	color: #ea6e69;
}
.page-header {
	text-align: center;
}
.page-header h1 {
	font-size: 2.6rem;
	font-weight: 700;
}
.page-header ul li a {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	height: 60px;
	padding-top: 21px;
	border: solid 1px #707070;
	border-radius: 30px;
	position: relative;
}
.page-header ul li a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: solid 1px #232229;
	border-bottom: solid 1px #232229;
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 3;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease-out;
}
.section-title {
	text-align: center;
}
.section-title h2 {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.section-title p {
	font-weight: 700;
	line-height: 1.62;
	margin-top: 30px;
}
.step-wrap ol li {
	font-weight: 700;
	position: relative;
}
.step-wrap ol li + li {
	margin-top: 30px;
}
.step-wrap ol li + li::before {
	content: "";
	width: 0;
	height: 0;
	border-top: solid 7px #ea6e69;
	border-right: solid 6px transparent;
	border-left: solid 6px transparent;
	position: absolute;
	top: -17px;
	left: 43px;
}
.step-wrap ol li p {
	line-height: 1.5;
	margin-top: 5px;
}
.step-wrap ol li .bryant-b {
	font-size: 2.1rem;
	margin-bottom: 0;
}
.step-wrap ol .step-icon {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 2px #ea6e69;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.step-wrap span[class^="use-"] {
	background-color: #fff;
	display: inline-block;
	margin-top: 5px;
	padding: 1px 13px 0;
}
.step-wrap span.use-line {
	color: #03c755;
	border: solid 1px #03c755;
}
.step-wrap span.use-hacomono {
	color: #232229;
	border: solid 1px #232229;
}
.guidance-link-btn {
	color: #fff;
	background: linear-gradient(146deg, #ea6e69 0, #fa8c78 100%);
	text-align: center;
	display: block;
	width: 610px;
	max-width: 100%;
	margin: 0 auto;
}
.guidance-link-btn span {
	font-size: 1.4rem;
	line-height: 1;
	display: block;
	margin-bottom: 7px;
}
.tighten-txt {
	font-size: 1.4rem;
	line-height: 1.86;
	text-align: center;
	margin-top: 40px;
}
.tighten-txt a {
	text-decoration: underline;
}



/* -- Monitor size is 769px - for PC
-------------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
	/* -- Layout for PC  -- */
	.sp {
		display: none;
	}
	section[id^="pattern"] {
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	section[id^="pattern"]::before {
		content: "";
		background-color: #fffaf8;
		display: block;
		width: 100vw;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		right: -100%;
		left: -100%;
		z-index: -1;
	}
	#pattern01 {
		margin-top: 35px;
		padding: 70px 0;
	}
	#pattern02 {
		margin-top: -1px;
		padding: 70px 0 100px;
		border-top: 1px dashed #ea6e69;
	}
	.page-header ul {
		display: flex;
		justify-content: space-between;
		max-width: 800px;
		margin: 50px auto 0;
	}
	.page-header ul li {
		width: calc(50% - 10px);
	}
	.step-wrap {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-top: 40px;
	}
	.step-wrap .photo-image {
		display: block;
		width: 53.666%;
	}
	.step-wrap .photo-image img {
		width: calc(100% + 100px);
		max-width: initial;
		border-radius: 12px;
		position: relative;
		left: -100px;
	}
	.step-wrap ol {
		width: calc(46.334% - 45px);
	}
	.step-wrap ol li {
		min-height: 98px;
		padding-top: 17px;
		padding-left: 115px;
	}
	.step-wrap ol .step-icon {
		width: 98px;
		height: 98px;
	}
	#pattern01 .step-wrap li:nth-child(1) .step-icon img {
		width: 48px;
	}
	#pattern01 .step-wrap li:nth-child(2) .step-icon img {
		width: 47px;
	}
	#pattern01 .step-wrap li:nth-child(3) .step-icon img {
		width: 46px;
	}
	#pattern02 .step-wrap li:nth-child(1) .step-icon img {
		width: 39px;
	}
	#pattern02 .step-wrap li:nth-child(2) .step-icon img {
		width: 57px;
	}
	#pattern02 .step-wrap li:nth-child(3) .step-icon img {
		width: 46px;
	}
	.step-wrap span[class^="use-"] {
		font-size: 1.2rem;
		line-height: 20px;
		height: 23px;
		border-radius: 12px;
	}
	.guidance-link-btn {
		font-size: 2rem;
		height: 80px;
		padding-top: 18px;
		border-radius: 40px;
		box-shadow: 0 2px 2px rgba(167, 151, 139, 0.16);
	}
	.page-header ul li a:hover {
		color: #ea6e69;
		opacity: 1;
		border: solid 1px #ea6e69;
	}
	.page-header ul li a:hover::after {
		margin-top: 10px;
		border-right: solid 1px #ea6e69;
		border-bottom: solid 1px #ea6e69;
		transition-delay: 0.1s;
	}
	.button-link {
		margin-top: 50px;
	}
}



/* -- Monitor size 768px width below - for Smartphone
-------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	/* -- Layout for Smartphone  -- */
	.pc {
		display: none;
	}
	section[id^="pattern"] {
		background-color: #fffaf8;
	}
	#pattern01 {
		margin-top: 30px;
		padding: 55px 30px 65px;
	}
	#pattern02 {
		padding: 35px 30px 65px;
		position: relative;
	}
	#pattern02::before {
		content: "";
		width: calc(100% - 60px);
		height: 0;
		border-top: 1px dashed #ea6e69;
		position: absolute;
		top: 0;
		left: 30px;
	}
	.bryant-m::after {
		width: 25px;
	}
	.page-header ul {
		margin: 30px 20px 0;
	}
	.page-header ul li + li {
		margin-top: 12px;
	}
	.section-title p {
		margin-top: 25px;
	}
	.step-wrap {
		margin-top: 20px;
	}
	.step-wrap .photo-image {
		border-radius: 10px;
	}
	.step-wrap ol {
		margin-top: 25px;
	}
	.step-wrap ol li {
		height: 70px;
		padding-top: 7px;
		padding-left: 85px;
	}
	.step-wrap ol li + li::before {
		left: 29px;
	}
	@media screen and (max-width: 400px) {
		.step-wrap ol li + li {
			margin-top: 40px;
		}
		.step-wrap ol li + li::before {
			top: -22px;
		}
	}
	.step-wrap ol .step-icon {
		width: 70px;
		height: 70px;
	}
	.step-wrap ol .step-icon {
		border: solid 1px #ea6e69;
	}
	#pattern01 .step-wrap li:nth-child(1) .step-icon img {
		width: 37px;
	}
	#pattern01 .step-wrap li:nth-child(2) .step-icon img {
		width: 37px;
	}
	#pattern01 .step-wrap li:nth-child(3) .step-icon img {
		width: 36px;
	}
	#pattern02 .step-wrap li:nth-child(1) .step-icon img {
		width: 30px;
	}
	#pattern02 .step-wrap li:nth-child(2) .step-icon img {
		width: 43px;
	}
	#pattern02 .step-wrap li:nth-child(3) .step-icon img {
		width: 36px;
	}
	.step-wrap span[class^="use-"] {
		font-size: 1.1rem;
		line-height: 17px;
		height: 20px;
		border-radius: 10px;
	}
	.guidance-link-btn {
		font-size: 1.6rem;
		height: 60px;
		padding-top: 11px;
		border-radius: 30px;
	}
	.guidance-link-btn span {
		font-size: 1.1rem;
	}

	/* -- overwrite  -- */
	.pc {
		display: none;
	}
	#guidanceContainer p {
		font-size: 1.3rem;
	}
	.page-header h1 {
		font-size: 1.8rem;
	}
	h1 .bryant-b {
		font-size: 1.3rem;
	}
	h2 .bryant-b {
		font-size: 1.1rem;
		line-height: 1;
		margin-bottom: 0;
	}
	.bryant-m {
		font-size: 3.1rem;
		padding-bottom: 5px;
	}
	.page-header ul li a {
		font-size: 1.4rem;
	}
	.section-title h2 {
		font-size: 2.2rem;
		line-height: 1.54;
	}
	.step-wrap ol li .bryant-b {
		font-size: 1.8rem;
	}
	.tighten-txt {
		font-size: 1.2rem!important;
		line-height: 1.58!important;
	}
	.button-link {
		margin: 50px -10px 0;
	}
}



/* -- 2023.09.22 更新前のボタン・リンク関係 style
-------------------------------------------------------------------------------- */
.inline__link {
	text-decoration: underline;
}
.inline__link,
  .inline__pink-text {
	color: #ec675d;
}
.inline__normal {
	font-family: "A+EqpB-游ゴシック体 Pr6N M";
	font-weight: 400;
}
.guidance__link-btn {
	font-size: 1.5rem;
	line-height: 60px;
	color: #fff;
	background: linear-gradient(to bottom right, #ec675d 50%, #ff8d63);
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.01em;
	display: inline-block;
	width: 50%;
	margin: 10px 10px 5px;
	margin-bottom: 33px;
	padding-left: 13px;
	border-radius: 30px;
	box-shadow: 0 3px 5px #d1d1d1;
	top: 22px;
}
.guidance--button--flex {
	text-align: center;
	margin: 15px 0px 20px;
}
.bottom-link__wrap {
	text-align: center;
	margin-bottom: 50px;
}
.bottom-link .guidance__link-btn {
	margin-bottom: 5px;
	top: 0;
}
.bottom-link .guidance__link-btn.t-btn {
	color: #f6655a;
	background: #fff;
	border: 2px solid #f6655a;
}
.guidance__link-btn .bottom-link__shop {
	line-height: 60px;
}
.bottom-link__admission {
	line-height: 60px;
	margin-bottom: 20px;
}
.bottom-link__shop {
	font-size: 2rem;
	line-height: 53px;
	color: #ec675d;
	background: #fff;
	padding-left: 0;
	border: 1px solid #ec675d;
	box-shadow: none;
	position: relative;
}
.bottom-link__shop::after {
	content: "";
	width: 30px;
	height: 5px;
	border-right: solid 2px;
	border-bottom: solid 1px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-85%) skew(65deg);
}
@media screen and (max-width: 768px) {
	.guidance__link-btn {
		font-size: 1.4rem;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 55px;
		letter-spacing: 0.04em;
		width: 250px;
		padding-left: 13px;
		top: 5px;
	}
	.bottom-link .guidance__link-btn {
		font-size: 1.5rem;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		top: 0;
	}
	.bottom-link__admission {
		line-height: 55px;
		margin-bottom: 20px;
	}
	.bottom-link__shop {
		font-size: 1.6rem;
		line-height: 50px;
		color: #ec675d;
		background-color: #fff;
		padding-left: 0;
		border: 1px solid #ec675d;
		box-shadow: none;
		position: relative;
	}
	.bottom-link__shop::after {
		content: "";
		width: 30px;
		height: 5px;
		border-right: solid 2px;
		border-bottom: solid 1px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-85%) skew(65deg);
	}
}
