@charset "UTF-8";  

body {
	font-size	: 3.8vw;
	line-height	: 180%;
	font-weight: var(--main-font-nomal);
	font-family: "Noto Sans JP", system-ui;
	font-optical-sizing: auto;
	-webkit-text-size-adjust: 100%; /* for iOS */
}  
.pc ,.pc2 {
	display: none;
}

.sp {
	display: inline-block ;
}

.sp2 {
	display: block ;
}

#wrapper {
	width: 100%;
	margin: auto;
	padding: 0;
	position: relative;
}


/*====================================
ヘッダー
=====================================*/
header {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 3%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
	header #logo_cont {
		margin: 0;
		padding: 2% 0;
		display: flex;
		align-items: center;
	}
		#logo_cont h1 {
			width: 40%;
			margin: 0;
			padding: 0;
		}
			#logo_cont h1 a img {
				width: 100%;
				height: auto;
			}
		#logo_cont h3 {
			margin: 0 0 0 1em;
			padding: 0.2em 0 0;
			font-size: 2.6vw;
			line-height: 140%;
			color: #cd0e24;
			font-weight: var(--main-font-bold2);
		}
		#logo_cont h2 {
			display: none;
		}

	header #menu_cont {
		width: 14%;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: flex-end;
	}
		#menu_cont div.experience,
		#menu_cont div.contact {
			display: none;
		}

header nav {
	display: none;
}


/*====================================
共通
=====================================*/
main {
	margin: 3.1em auto 0;
	padding: 0 0 2em;
}

h3.cont_ttl {
	margin: 0 auto;
	padding: 0;
	font-size: 10.2vw;
	line-height: 120%;
	color: #000;
	font-family: "Reddit Sans Condensed", system-ui;
	font-optical-sizing: auto;
	font-weight: var(--main-font-extrabold);
}
h4.cont_ttl_sub {
	margin: 3px auto 0;
	padding: 0;
	font-size: 4.2vw;
	line-height: 120%;
	color: #000;
	font-weight: var(--main-font-bold2);
}
	h4.cont_ttl_sub strong {
		font-size: 5.4vw;
		line-height: 120%;
		color: #000;
		font-weight: var(--main-font-bold2);
	}

div.btn a {
	width: 100%;
	height: 4.5em;
	margin: 0 auto;
	padding: 0 5% 0 0;
	font-size: 3.6vw;
	line-height: 160%;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #d2273a;
	border: 2px solid #d2273a;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
	div.btn a:after {
		position: absolute;
		display: block;
		content: '';
		width: 0.6em;
		height: 0.9em;
		margin: auto;
		padding: 0;
		background: url(../images/icon/arrow_01.png) center / contain no-repeat;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
	}

#try {
	background: #f3b32b;
	width: 100%;
	margin: 20% auto 0;
	padding: 8% 4.5% 0;
}
	#try p.read {
		margin: 2em auto 0;
		padding: 0;
		font-size: 3.8vw;
		line-height: 220%;
		text-align: left;
	}
		#try p.read strong {
			color: #c12330;
			font-weight: var(--main-font-bold1);
		}
	#try div.btn {
		margin: 10% auto 0;
	}
	#try div.img {
		display: inline-block;
		width: 110%;
		margin: 8% 0 0 -5%;
		padding: 0;
	}
		#try div.img img {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
		}
		#try div.img.img1,
		#try div.img.img2 {
			display: none;
		}
#fa_bnr {
	width: 100%;
	margin: 15% auto 0;
	padding: 0 4%;
}
	#fa_bnr a {
		width: 100%;
		height: 8em;
		margin: 0;
		padding: 0 0 0 22%;
		background: #c8e0e4;
		border-radius: 0 10px;
		text-decoration: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		position: relative;
	}
		#fa_bnr a:nth-of-type(2) {
			margin-top: 5%;
		}
		#fa_bnr a:before {
			position: absolute;
			display: block;
			content: '';
			width: 1.5em;
			height: 2em;
			margin: auto;
			padding: 0;
			background: url(../images/icon/arrow_03.png) center / contain no-repeat;
			top: 50%;
			right: 5%;
			transform: translateY(-50%);
			-webkit- transform: translateY(-50%);
		}
		#fa_bnr img {
			position: absolute;
			display: block;
			width: 12%;
			height: auto;
			margin: auto;
			padding: 0;
			top: 50%;
			left: 5%;
			transform: translateY(-50%);
			-webkit- transform: translateY(-50%);
		}
		#fa_bnr a p {
			margin: 0;
			padding: 0;
			font-size: 11.0vw;
			line-height: 120%;
			color: #000;
			font-family: "Reddit Sans Condensed", system-ui;
			font-optical-sizing: auto;
			font-weight: var(--main-font-extrabold);
		}
			#fa_bnr a p small {
				margin: 0 0.2em;
				padding: 0;
				font-size: 7.8vw;
				line-height: 120%;
			}
		#fa_bnr a span {
			margin: 0.2em 0 0;
			padding: 0;
			font-size: 4.0vw;
			line-height: 120%;
			color: #000;
			font-weight: var(--main-font-bold1);
		}

#topics {
	width: 100%;
	margin: 0 auto;
	padding: 15% 0 15%;
}
	#topics ul.topics_slic {
		width: 100%;
		margin: 10% auto 0;
		padding: 0;
		list-style: none;
	}
		#topics ul.topics_slic li {
			width: 20em;
			margin: 0 5px;
			padding: 0;
			text-align: left;
		}
			#topics ul.topics_slic li a {
				display: block;
				width: 20em;
				margin: 0;
				padding: 0;
				text-decoration: none;
				color: #000;
			}
			#topics ul.topics_slic li a .img {
				width: 20em;
				height: 11.25em;
				margin: 0;
				padding: 0;
				background: #d0cbcc;
			}
				#topics ul.topics_slic li a img {
					width: 20em;
					height: 11.25em;
					margin: 0;
					padding: 0;
					object-fit: cover;
				}
			#topics ul.topics_slic li a p {
				margin: 0.2em 0 0;
				padding: 0;
				font-size: 3.4vw;
				line-height: 160%;
				font-weight: var(--main-font-bold2);
			}
			#topics ul.topics_slic li a span {
				display: block;
				margin: 0;
				padding: 0;
				font-size: 3.8vw;
				line-height: 160%;
				font-weight: var(--main-font-nomal);
			}
	#topics div.btn {
		width: 91%;
		margin: 10% auto 0;
	}

#foot_contact {
	margin: 0 auto;
	padding: 8% 4.5% 5%;
	background: url(../images/common/foot_contact_bg_sp.png) center / cover no-repeat;
}
	#foot_contact h3.cont_ttl,
	#foot_contact h4.cont_ttl_sub {
		color: #fff;
	}
	#foot_contact p.read {
		margin: 1em auto 0;
		padding: 0;
		font-size: 3.8vw;
		line-height: 220%;
		color: #fff;
		text-align: left;
	}
		#foot_contact p.read:first-of-type {
			margin: 2em auto 0;
		}
		#foot_contact p.read strong {
			font-weight: var(--main-font-bold1);
		}
	#foot_contact div.btn {
		margin: 2em auto 0;
	}
		#foot_contact div.btn a {
			color: #000;
			background: #fff;
		}
			#foot_contact div.btn a:after {
				background: url(../images/icon/arrow_02.png) center / contain no-repeat;
			}


/*====================================
フッター
=====================================*/
footer {
	margin: 0 auto;
	padding: 10% 4.5% 8%;
}
	footer div.foot_logo {
		margin: 0;
		padding: 0;
	}
		footer div.foot_logo div.logo {
			margin: 0;
			padding: 0;
			display: flex;
			justify-content: center;
			align-items: center;
		}
			footer div.foot_logo div.logo h4 {
				width: 40%;
				margin: 0;
				padding: 0;
				margin-block-start: 0;
			}
				footer div.foot_logo div.logo h4 img {
					width: 100%;
					height: auto;
				}
			footer div.foot_logo div.logo h6 {
				margin: 0 0 0 0.5em;
				padding: 0.2em 0 0;
				font-size: 2.6vw;
				line-height: 140%;
				color: #982633;
				font-weight: var(--main-font-bold2);
			}
		footer div.foot_logo h5 {
			margin: 1em 0 0;
			padding: 0;
			font-size: 3.0vw;
			line-height: 180%;
			color: #982633;
			font-weight: var(--main-font-bold2);
		}
		footer div.foot_logo p {
			margin: 1em 0 0;
			padding: 0;
			font-size: 3.2vw;
			line-height: 160%;
			font-weight: var(--main-font-nomal);
		}
			footer div.foot_logo h5 span,
			footer div.foot_logo p span {
				display: inline-block;
			}
	footer div.foot_tel {
		width: 100%;
		margin: 5% auto 0;
		padding: 8% 5%;
		background: #d2273a;
		position: relative;
	}
		footer div.foot_tel:before,
		footer div.foot_tel:after {
			position: absolute;
			content: '';
			display: block;
			width: 1em;
			height: 1em;
			background: url(../images/common/foot_contact_bg_ico.png) center / contain no-repeat;
		}
			footer div.foot_tel:before {
				top: 4px;
				left: 4px;
			}
			footer div.foot_tel:after {
				bottom: 4px;
				right: 4px;
				transform: rotate(180deg);
			}
		footer div.foot_tel h6 {
			margin: 0 auto;
			padding: 0;
			font-size: 3.8vw;
			line-height: 160%;
			color: #fff;
			font-weight: var(--main-font-bold2);
		}
		footer div.foot_tel div.tel_btn {
			width: 100%;
			margin: 5% auto 0;
			padding: 0;
		}
			footer div.foot_tel div.tel_btn a {
				width: 100%;
				height: 2.2em;
				margin: 0 auto;
				padding: 0;
				font-size: 6.2vw;
				line-height: 120%;
				letter-spacing: 0.01em;
				color: #000;
				font-family: "Reddit Sans Condensed", system-ui;
				font-optical-sizing: auto;
				font-weight: var(--main-font-extrabold);
				text-decoration: none;
				background: #fff;
				border-radius: 1.1em;
				display: flex;
				justify-content: center;
				align-items: center;
				position: relative;
			}
				footer div.foot_tel div.tel_btn a:after {
					position: absolute;
					display: block;
					content: '';
					width: 0.4em;
					height: 0.6em;
					margin: auto;
					padding: 0;
					background: url(../images/icon/arrow_02.png) center / contain no-repeat;
					top: 50%;
					right: 5%;
					transform: translateY(-50%);
					-webkit- transform: translateY(-50%);
				}

				footer div.foot_tel div.tel_btn a img {
					width: 13%;
					height: auto;
					margin: 0 0.2em 0 0;
				}
	footer div.foot_nav {
		margin: 5% 0 0;
		padding: 0;
		text-align: left;
	}
		footer div.foot_nav ul {
			margin: 0;
			padding: 0;
			list-style: none;
			border-bottom: 2px solid #d2273a;
			border-left: 2px solid #d2273a;
		}
			footer div.foot_nav ul:first-of-type {
				border-bottom: none;
			}
			footer div.foot_nav ul li {
				margin: 0;
				padding: 2% 3%;
				font-size: 3.6vw;
				line-height: 160%;
				white-space: nowrap;
			}
				footer div.foot_nav ul li:not(.sub) {
					border-right: 2px solid #d2273a;
					border-top: 2px solid #d2273a;
				}
				footer div.foot_nav ul li:not(.sub):before {
					display: inline-block;
					content: '・';
					margin: 0;
					padding: 0;
				}
				footer div.foot_nav ul li.sub {
					padding-left: 0.8em;
					border-right: 2px solid #d2273a;
				}
					footer div.foot_nav ul li.sub:before {
						display: inline-block;
						content: '└';
						margin: 0 0.2em 0 0;
						padding: 0;
					}
				footer div.foot_nav ul li a {
					display: inline-block;
					margin: 0;
					padding: 0;
					color: #000;
					text-decoration: none;
					font-weight: var(--main-font-bold2);
				}

#copy {
	margin: 0 auto;
	padding: 5% 0;
	font-size: 3.6vw;
	line-height: 120%;
	color: #000;
	font-family: "Reddit Sans Condensed", system-ui;
	font-optical-sizing: auto;
	font-weight: var(--main-font-extrabold);
	border-top: 1px solid #5a5a5a;
}


#page_top {
    position: fixed;
	display: none;
	width: 2.5%;
    bottom: 2em;
    right: 3%;
	z-index: 1000;
}
	#page_top img {
		width: 100%;
		height: auto;
	}
