@charset 'utf-8';




/* =========================================================
SVG
========================================================= */
[class*='i_entry_guide_rt_bg_bg']{
	z-index: 0;
	top: -128px;
	right: -110px;
	width: 590px;
	background-color: transparent;
	background-image: url(../../svg/entry_guide/entry_guide_rt_bg.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
[class*='i_entry_guide_rt_bg_bg']:before{
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100.3%;
	content: '';
}
@media print,screen and (max-width: 1400px) and (min-width: 768px){
	[class*="i_entry_guide_rt_bg_bg"] {
		top: calc((-128 / (1400 + var(--sc__width))) * 100 * 1vw);
		right: calc((-110 / (1400 + var(--sc__width))) * 100 * 1vw);
		width: calc((590 / (1400 + var(--sc__width))) * 100 * 1vw);
	}
}
@media only screen and (max-width:767px) {
	[class*="i_entry_guide_rt_bg_bg"] {
		width: calc((295 / (375 + var(--sc__width))) * 100 * 1vw);
		top: calc((-64 / (375 + var(--sc__width))) * 100 * 1vw);
		right: calc((-55 / (375 + var(--sc__width))) * 100 * 1vw);
	}
}

[class*='i_entry_guide_lb_bg_bg']{
	z-index: 0;
	bottom: -100px;
	left: -100px;
	width: 800px;
	background-color: transparent;
	background-image: url(../../svg/entry_guide/entry_guide_lb_bg.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}
[class*='i_entry_guide_lb_bg_bg']:before{
	display: block;
	width: 100%;
	height: 0;
	padding-top: 104.6%;
	content: '';
}
@media print,screen and (max-width: 1400px) and (min-width: 768px){
	[class*="i_entry_guide_lb_bg_bg"] {
		bottom: calc((-100 / (1400 + var(--sc__width))) * 100 * 1vw);
		left: calc((-100 / (1400 + var(--sc__width))) * 100 * 1vw);
		width: calc((800 / (1400 + var(--sc__width))) * 100 * 1vw);
	}
}
@media only screen and (max-width:767px) {
	[class*="i_entry_guide_lb_bg_bg"] {
		width: calc((400 / (375 + var(--sc__width))) * 100 * 1vw);
		bottom: calc((-50 / (375 + var(--sc__width))) * 100 * 1vw);
		left: calc((-50 / (375 + var(--sc__width))) * 100 * 1vw);
	}
}


/* =========================================================
entry_guide_top
========================================================= */
#entry_guide_top {
}
#content .entry_guide_top__inner {
	padding-top: 171px;
	padding-bottom: 171px;
	min-height: 0;
}
.entry_guide_top--p {
	text-align: center;
}
@media only screen and (max-width: 767px){
	#content .entry_guide_top__inner {
		padding-top: 115px;
		padding-bottom: 115px;
	}
}



/* =========================================================
entry_guide_step
========================================================= */
#entry_guide_step {
	position: relative;
}
.entry_guide_step--bg{
	position: absolute;
	width: 100%;
	height: calc(100% - 58px);
	top:58px;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
#content .entry_guide_step__inner {
	padding-top: 0;
	padding-bottom: 188px;
	position: relative;
	z-index: 2;
}
.entry_guide_step--ul {
	display: flex;
	justify-content: flex-start;
	flex-flow: column nowrap;
	align-items: center;
	width: 100%;
}
.entry_guide_step--box {
	display: block;
	max-width: 820px;
	width: 71.9%;
}
.entry_guide_step--ul > li:nth-child(4n-3),
.entry_guide_step--ul > li:nth-child(4n-2) {
	margin-right: auto;
}
.entry_guide_step--ul > li:nth-child(4n-1),
.entry_guide_step--ul > li:nth-child(4n) {
	margin-left: auto;
}
.entry_guide_step--ul > li:nth-child(4n-1).entry_guide_step--box{
	margin-right: 8px;
}
.entry_guide_step__box {
	border: 1px solid var(--sub-color--border2);
	box-shadow: 8px 8px 0 var(--sub-color--border2);
	padding: 59px;
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	align-items: stretch;
}
.entry_guide_step__box--img {
	width: 200px;
	position: relative;
}
.entry_guide_step__img--img {
	width: 100%;
	position: relative;
}
.entry_guide_step__img--no {
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
}
.entry_guide_step__img--no .fs__26 {
	position: absolute;
	z-index: 2;
	top: -7px;
	left: -2px;
}
.entry_guide_step__img--no .triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 50px solid var(--main-color--bg1);
	border-right: 50px solid transparent;
	z-index: 1;
}
.entry_guide_step__img--no .triangle::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 83px;
	height: 1px;
	background-color: var(--sub-color--border6);
	transform-origin: left;
	transform: rotate(-45deg) translateX(-8%);
}
.entry_guide_step__box--info {
	width: calc(100% - 220px);
	margin-left: auto;
	max-width: 62.9%;
}
.entry_guide_step__info--title {
	margin-top: -1px;
	border-bottom: 1px solid var(--sub-color--border1);
	padding-bottom: 26px;
}
.entry_guide_step__info--p {
	width: 100%;
	margin-top: 22px;
}
.entry_guide_step__info--tel {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	align-items: flex-end;
	gap: 10px 10px;
	margin-top: 16px;
}
.entry_guide_step__tel--link {
	display: flex;
	justify-content: flex-start;
	flex-flow: row nowrap;
	align-items: flex-start;
}
.entry_guide_step__tel--link a {
	display: flex;
	justify-content: flex-start;
	flex-flow: row nowrap;
	align-items: center;
	gap: 10px 10px;
}
.entry_guide_step__tel--link a i {
	margin-top: 2px;
	margin-left: 3px;
}
.entry_guide_step__tel--link a span {
	letter-spacing: 0.02em;
}
.entry_guide_step__tel--p {
	margin-bottom: 5px;
  letter-spacing: 0.03em;
}
.entry_guide_step--arrow {
	max-width: 587px;
	width: 51.5%;
	margin-top: 19px;
	margin-bottom: 14px;
}
.entry_guide_step--ul > li:nth-child(4n-2).entry_guide_step--arrow {
	text-align: right;
}
.entry_guide_step--ul > li:nth-child(4n).entry_guide_step--arrow {
	text-align: left;
}
.entry_guide_step--arrow i {
}
.entry_guide_step_bg{
}
@media only screen and (max-width: 767px){
	#content .entry_guide_step__inner {
		padding-bottom: 128px;
	}
	.entry_guide_step--box {
		max-width: calc(100% - 48px);
		width: calc(100% - 48px);
	}
	.entry_guide_step__box{
		padding: 19px 19px 24px;
		justify-content: flex-start;
		flex-flow: column nowrap;
		align-items: flex-start;
		gap: 30px 0;
	}
	.entry_guide_step__box--img{
		max-width: calc((267 / (375 + var(--sc__width))) * 100 * 1vw);
		width: 100%;
	}
	.entry_guide_step__box--info{
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.entry_guide_step__info--title{
		margin-top: 0;
		padding-bottom: 19px;
	}
	.entry_guide_step__info--p{
		margin-top: 16px;
	}
	.entry_guide_step__tel--p {
		margin-bottom: 0;
	}
}




/* =========================================================
entry_guide_downloads
========================================================= */
#entry_guide_downloads {
}
#content .entry_guide_downloads__inner {
	max-width: 880px;
	padding-top: 177px;
	padding-bottom: 0;
}
.entry_guide_downloads--title {
	flex-flow: column nowrap;
	align-items: center;
	gap: 14px;
}
.entry_guide_downloads--title .sec__title--jp {
	letter-spacing: 0;
}
.entry_guide_downloads--title .sec__title--en {
}
.entry_guide_downloads--ul {
	display: block;
	margin-top: 86px;
}
.entry_guide_downloads--ul li {
	display: block;
}
.entry_guide_downloads--a {
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	align-items: flex-start;
	border-bottom: 1px solid var(--sub-color--border1);
	padding: 26px 6px 25px 10px;
}
.entry_guide_downloads--a span {
	width: calc(100% - 45px);
	display: block;
}
.entry_guide_downloads--a i {
	margin-top: 1px;
}
@media only screen and (max-width: 767px){
	#content .entry_guide_downloads__inner {
		padding-top: 115px;
	}
}
