body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	min-height: 100vh;
	margin: 0 auto;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}
header h1 {
	display: contents;
}
header span {
	color: #000;
}
.header-inner {
	width: 80%;
	max-width: 1200px;
	color: #ed4f00;
	padding: 20px 0;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.header-image {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}
.header-image img {
	width: 100%;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
}
.img-item {
	width: 100%;
	height: 800px;
	object-fit: cover;
}
.container {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
#about {
	width: 100%;
	color: #fff;
	background-color: #ed4f00;
	text-align: left;
	line-height: 2em;
	padding: 3%;
}
#insta {
	width: 100%;
	font-size: 1.4em;
	text-align: center;
	line-height: 2em;
	border: 3px solid #ed4f00;
	border-radius: 10px;
	padding: 20px;
}
#koyaku h2 {
	color: #ed4f00;
	font-size: 4em;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: -0.2em;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgb(255, 255, 0);
	text-decoration-skip-ink: none;
}
#Kbox {
	max-width: 95%;
	background-color: #ffffcc;
	color: #333333;
	margin: 3em auto;
	padding: 2.5em 1.5em 1.5em;
	box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
	position: relative;
}
#Kbox span {
	font-weight: 600;
	background-color: rgb(255 255 255 / 40%);
	border-right: 2px dotted rgb(0 0 0 / 10%);
	border-left: 2px dotted rgb(0 0 0 / 10%);
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	transform: translateX(-.3em) rotate(-5deg);
	padding: .5em 2em;
	top: -15px;
	position: absolute;
}
#Kbox p {
	font-size: 2.8vw;
	margin: 0;
}
#Karea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.h3title {
	color: #fff;
	background: linear-gradient(90deg, rgb(237, 79,  0), rgb(242,155,102));
	border-radius: 0 5px 5px 0;
	padding-top: 8px;
	margin-left: 150px;	
}
#koyaku h3 {
	font-size: 2.1vw;
	height: 45px;
}
.Kbox {
	min-height: 130px;
	margin-top: 10px;
}
#koyaku01 {
	background: url(images/bg_h3title1.png) top left no-repeat #f6e2db;
}
#koyaku02 {
	background: url(images/bg_h3title2.png) top left no-repeat #f6e2db;
}
#koyaku03 {
	background: url(images/bg_h3title3.png) top left no-repeat #f6e2db;
}
#koyaku04 {
	background: url(images/bg_h3title4.png) top left no-repeat #f6e2db;
}
#koyaku05 {
	background: url(images/bg_h3title5.png) top left no-repeat #f6e2db;
}
#koyaku06 {
	background: url(images/bg_h3title6.png) top left no-repeat #f6e2db;
}
.Kcontent {
	background-color: #f6e2db;
	padding: 10px;
	margin-left: 150px;
}
#profile {
	width: 100%;
	display: block;
}
#profile h2 {
	font-size: 3em;
	text-align: center;
}
#profile p {
	text-align: center;
}
#hr {
	width: 300px;
	margin: 0 auto 10px;
}
#hr hr {
	transform: rotate(178deg);
	border: 0;
	border-top: 1px solid #ed4f00;
	padding-top: 20px;
}
#profile img {
	width: 50%;
	float: left;
}
#career {
	width: 50%;
	padding-top: 10%;
	float: right;
}
#career .career_list {
	display: flex;
}
.career_list dt {
	width: 70px;
	padding: 5px;
}
.career_list dd {
	padding: 5px;
}
#results-bottom {
	margin-top: -20px;
}
.parent {
	display: flex;
}
.child {
	padding: 10px;
	margin: 0 auto;
}
footer {
	width: 100%;
	height: 258px;
	background: url(images/bg_footer.png) top center repeat-x;
	color: #000;
	text-align: center;
	padding-top: 187px;
}

.FCO {
	color: #ed4f00;
}

/* タブレット用のスタイル */
@media (max-width: 780px) {
	.header-inner {
		width: 100%;
		padding: 10px 20px 0;
	}
	#drawer-content a {
	font-size: 0.8rem;
	padding: 5px;
	}
	.header-image {
		width: 100%;
	}
	.container {
		width: 100%;
	}
	#insta {
		width: 90%;
		font-size: 1em;
	}
	#koyaku h2 {
		font-size: 2.5em;
	}
	#Kbox p {
		font-size: 3.4vw;
	}
	#koyaku h3 {
		font-size: 2.5vw;
	}
	#profile img {
		width: 100%;
	}
	#career {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.parent {
		flex-wrap: wrap;
	}
	#results img {
		width: 100vw;
		height: auto;
	}

}
/* スマホ用のスタイル */

@media screen and (max-width: 400px) {
	.parent {
		display: block;
		margin: 0 auto;
	}

}
/* 全画面のスタイル */

@media screen and (min-width: 1500px) {

	#Kbox p {
	    font-size: 47px;
	}
	#koyaku h3 {
		font-size: 25px;
	}
}
