@charset "UTF-8";


section {
	padding: 120px 0;
}
.guide-title {
	font-size: clamp(2rem, 0.612rem + 6.92vw, 5.8rem);
	font-weight: normal;
	color: #BA9847;
	padding-bottom: 65px;
	position: relative;
}
.guide-title:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/guide/title-motif.webp) no-repeat;
	background-size: 100%;
	width: 200px;
	height: 65px;
}
.guide-subtitle {
	font-size: clamp(2rem, 1.27rem + 3.64vw, 4rem);
	font-weight: 600;
	font-family: sans-serif;
	color: #333;
}
.guide-subtitle.line {
    display: flex;
    align-items: center;
}
.guide-subtitle.line:before,
.guide-subtitle.line:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333;
}
.guide-subtitle.line:before {
    margin-right: 1rem;
}
.guide-subtitle.line:after {
    margin-left: 1rem;
}

p.strong {
	font-size: clamp(1.8rem, 1.362rem + 2.18vw, 3rem);
	font-weight: normal;
}
.youtube-frame {
	overflow: hidden;
	margin: 45px 0 0;
	border-radius: 18px;
	line-height: 1;
	box-shadow: 3px 3px 12px -1px rgb(19 71 52 / 20%);
}
.youtube-frame .youtube {
	margin: 0;
	line-height: 1;
}
.youtube-frame .youtube iframe {
	
}

.guide-links {
	margin-top: 60px;
	text-align: center;
}
a.btn-page {
	display: block;
    max-width: 820px;
	font-weight: 600;
    font-size: 1.1em;
	line-height: 1.4;
	margin: 18px auto 0;
	padding: 18px 18px 18px 68px;
	background: #ba9747;
	color: #FFF;
	text-align: center;
	border-radius: 60px;
	cursor: pointer;
	transition: all .3s;
	box-shadow: 3px 3px 12px -1px rgb(19 71 52 / 20%);
	position: relative;
}
a.btn-page span {
	display: flex;
    align-items: center;
	justify-content: center;
	width: 58px;
	height: 100%;
	background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px 0;
    border-radius: 60px 0 0 60px;
    transition: all .3s;
    text-align: center;
}
a.btn-page:hover {
	opacity: 1;
	background: #FFF;
	color: #ba9747;
}


@media screen and (max-width: 768px) {
	section {
		padding: 75px 0;
	}
}
@media screen and (max-width: 560px) {
	section {
		padding: 60px 0;
	}
	.guide-title {
		padding-bottom: 42px;
	}
	.guide-title:after {
		width: 120px;
		height: 42px;
	}
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 380px) {
	
}
@media screen and (max-width: 320px) {
	section {
		padding: 45px 0;
	}
	h2 {
		margin-bottom: 45px;
	}
	.guide-title {
		padding-bottom: 32px;
	}
	.guide-title:after {
		width: 100px;
		height: 32px;
	}
}


#guide-first {
	
}
#guide-first .guide-first-item {
	margin-top: 90px;
}
#guide-first .guide-first-item .guide-first-item-box {
	
}
#guide-first .guide-first-box {
	width: 980px;
	margin: 60px auto 0;
    text-align: center;
    font-size: 1.1em;
	text-align: center;
}

#guide-first ul.first_list {
	display: inline-block;
	text-align: center;
}
#guide-first ul.first_list li {
	font-size: 1.5em;
	margin: 3px 0 0;
}
#guide-first ul.first_list li span {
	display: inline;
	margin: 0 6px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ba9747;
	background: linear-gradient(transparent 40%, #FFF6E5 40%);
}
#guide-first ul.first_list li:nth-child(1) {
	margin-left: -50px;
}
#guide-first ul.first_list li:nth-child(2) {
	margin-left: 50px;
}
#guide-first ul.first_list li:nth-child(3) {
	margin-left: -20px;
}
#guide-first ul.first_list li:nth-child(4) {
	margin-left: 80px;
}
#guide-first ul.first_list li:nth-child(5) {
	margin-left: -120px;
}
#guide-first ul.first_list li:nth-child(6) {
	margin-left: 100px;
}


@media screen and (max-width: 1194px) {
	#guide-first .guide-first-box {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#guide-first ul.first_list li {
		font-size: 1.3em;
	}
}
@media screen and (max-width: 559px) {
	#guide-first ul.first_list li {
		font-size: 1.2em;
	}
	#guide-first ul.first_list li:nth-child(5) {
		margin-left: -90px;
	}
	#guide-first ul.first_list li:nth-child(6) {
		margin-left: 30px;
	}
}
@media screen and (max-width: 430px) {
	#guide-first .guide-first-box {
		margin: 45px auto 0
	}
	
	#guide-first ul.first_list li:nth-child(2) {
		margin-left: 60px;
	}
	#guide-first ul.first_list li:nth-child(4) {
		margin-left: 30px;
	}
	#guide-first ul.first_list li:nth-child(5) {
		margin-left: -45px;
	}
	#guide-first ul.first_list li:nth-child(6) {
		margin-left: 0;
	}
}
@media screen and (max-width: 380px) {
	#guide-first ul.first_list li {
		margin: 3px 0 0 0 !important;
		font-size: 1em;
	}
}
@media screen and (max-width: 320px) {
	#guide-first ul.first_list li span {
		margin: 0 3px;
	}
}


#guide-glossary {
	
}
#guide-glossary .guide-glossary-item {
	margin-top: 90px;
}
#guide-glossary .guide-glossary-text {
	margin: 45px auto 0;
    width: 980px;
   text-align: center;
    font-size: 1.1em;
}
#guide-glossary .guide-glossary-text.experience {
    background: #FFF;
    padding: 45px;
    border-radius: 18px;
}
#guide-glossary ol.experienceList {
	display: inline-block;
	counter-reset: number;
}
#guide-glossary ol.experienceList li {
	text-align: left;
	padding-left: 40px;
	margin-top: 18px;
	line-height: 1.4;
	position: relative;
}
#guide-glossary ol.experienceList li::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	counter-increment: number;
	content: counter(number);
	background: #F7F4EC;
	color: #ba9747;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
#guide-glossary ul.assistanceList {
	display: inline-block;
	counter-reset: number;
}
#guide-glossary ul.assistanceList li {
	text-align: left;
	padding-left: 40px;
	margin-top: 18px;
	line-height: 1.4;
	font-weight: 600;
	position: relative;
}
#guide-glossary ul.assistanceList li::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	counter-increment: number;
	content: counter(number);
	background: #FFF;
	color: #ba9747;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: normal;
}

#guide-glossary .guide-links {
	
}
#guide-glossary .guide-links img.arrow {
	display: block;
	margin: 0 auto;
}
#guide-glossary .guide-links .guide-links-items {
	text-align: center;
	margin-top: 45px;
}


@media screen and (max-width: 1194px) {
	#guide-glossary .guide-glossary-text {
		width: 100%;
	}
}
@media screen and (max-width: 559px) {
	#guide-glossary .guide-glossary-text.experience {
		padding: 30px;
	}
}






/* 問い合わせ */
.contact {
	text-align: center;
}
.contact a.btn-contact {
	display: inline-block;
	min-width: 320px;
	background: #FFF;
	color: #ba9747;
    box-shadow: 3px 3px 12px -1px rgb(19 71 52 / 20%);
	border: 1px solid #ba9747;
    padding: 18px 30px;
    border-radius: 60px;
}