@charset "utf-8";

/* ------------------------
	pages
------------------------ */
body {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.page #top_sec05 {
	overflow: hidden;
	margin-top: 80px;
}
.main_title {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/company/main_title.jpg");
	position: relative;
}
.main_title h2 {
	background: rgba(0,0,0,0.6);
	height: 160px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	top: 150px;
	left: 0;
	box-sizing: border-box;
	padding: 30px 15% 0 5%;
	text-align: left;
}
.main_title h2 strong {
	display: block;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 46px;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0 0 15px;
}
.main_title h2 span {
	display: block;
	width: auto;
	color: #fff;
	transform: scale(1.3,1);
	transform-origin: left;
	font-family: 'Balthazar', serif;
	font-size: 20px;
	line-height: 1.0;
	font-weight: 100;
	letter-spacing: 0.2em;
}
.main_breadcrumb {
	padding: 15px 30px 0;
	font-size: 14px;
}
.main_breadcrumb ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.main_breadcrumb ul li:before {
	display: inline-block;
	content: ">";
	padding: 0 10px 0 0;
}
.main_breadcrumb ul li:nth-child(1):before {
	display: none;
}
.main_breadcrumb ul li a {
	color: #333;
}
.contents {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.9;
}
.contents img {
	border: none;
	width: auto;
	max-width: 100%;
	height: auto;
}
.contents p {
	margin: 0 0 15px;
}
.contents_box {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.title01 {
	writing-mode: vertical-rl;
	position: relative;
}
.title01:before {
	display: block;
	content: "";
	width: 1px;
	height: 360px;
	background: #009d6e;
	position: absolute;
	top: 0;
	right: 38px;
}
.title01 span {
	display: inline-block;
	transform: scale(1,1.3);
	transform-origin: top;
	font-family: 'Balthazar', serif;
	font-size: 18px;
	line-height: 1.0;
	font-weight: 100;
	letter-spacing: 0.2em;
	margin: 0 0 0 30px;
}
.title01 strong {
	display: block;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 40px;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.title02 {
	margin: 0 0 35px;
	text-align: center;
}
.title02 span {
	display: inline-block;
	transform: scale(1.3,1);
	transform-origin: center;
	font-family: 'Balthazar', serif;
	font-size: 16px;
	line-height: 1.0;
	font-weight: 100;
	letter-spacing: 0.2em;
	margin: 0 0 15px;
}
.title02 strong {
	display: block;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 40px;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.page #top_sec05 {
		margin-top: 50px;
	}
	.main_title {
		height: 200px;
	}
	.main_title h2 {
		height: 80px;
		top: 90px;
		padding: 12px 15% 0 5%;
	}
	.main_title h2 strong {
		font-size: 24px;
		margin: 0 0 10px;
	}
	.main_title h2 span {
		font-size: 13px;
	}
	.main_breadcrumb {
		padding: 12px 15px 0;
		font-size: 12px;
	}
	.contents {
		padding: 50px 0;
		font-size: 15px;
		line-height: 1.8;
	}
	.title01:before {
		height: 200px;
		right: 30px;
	}
	.title01 span {
		font-size: 13px;
		margin: 0 0 0 20px;
	}
	.title01 strong {
		font-size: 24px;
	}
	.title02 {
		margin: 0 0 25px;
	}
	.title02 span {
		font-size: 12px;
		margin: 0 0 12px;
	}
	.title02 strong {
		font-size: 24px;
	}
}

/* ------------------------
	company
------------------------ */
.page-company .main_title {
	background-image: url("../img/company/main_title.jpg");
}
.company_message .contents_box {
	max-width: 1100px;
	padding: 0 0 0 140px;
	box-sizing: border-box;
	position: relative;
}
.company_message .contents_box:before {
	display: block;
	content: "";
	width: 10000px;
	height: 110%;
	background: #f7f3f0;
	position: absolute;
	top: 5%;
	left: -100px;
	z-index: -1;
}
.company_message_box {
	padding: 120px 0 0;
}
.company_message_box p:nth-last-of-type(1) {
	text-align: right;
	letter-spacing: 0.2em;
}
.company_message_box p:nth-last-of-type(1) strong {
	font-size: 20px;
}
.company_message_title {
	position: absolute;
	top: 0;
	left: 0;
}
.company_message_box .company_message_space {
	float: right;
	height: 130px;
}
.company_message_box .company_message_image {
	float: right;
	clear: both;
	margin: 0 0 0 40px;
	/*width: 300px;*/
}
.company_overview_box {
	display: flex;
	flex-flow: row-reverse nowrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.company_overview_image {
	width: 440px;
}
.company_overview_image img {
	width: 440px;
	height: 100%;
	object-fit: cover;
}
.company_overview_outline {
	width: 660px;
}
.company_overview_box table {
	width: 100%;
	margin: 0 auto;
}
.company_overview_box table th,
.company_overview_box table td {
	padding: 15px;
	border-bottom: 1px solid #cbcbcb;
}
.company_overview_box table tr:nth-last-of-type(1) th,
.company_overview_box table tr:nth-last-of-type(1) td {
	border-bottom: none;
}
.company_overview_box table th {
	width: 200px;
	box-sizing: border-box;
	background: #f7f3f0;
	border-right: 1px solid #cbcbcb;
	text-align: right;
	font-weight: normal;
}
.company_philosophy:before,
.company_guidelines:before,
.company_history:before {
	display: block;
	content: "";
	width: 100%;
	max-width: 1300px;
	height: 1px;
	background: #cbcbcb;
	position: relative;
	top: -80px;
	margin: 0 auto;
}
.company_philosophy_box {
	text-align: center;
	font-size: 24px;
}
.company_philosophy_box ul {
	display: inline-block;
	text-align: left;
}
.company_philosophy_box ul li {
	padding: 0 0 0 24px;
	position: relative;
}
.company_philosophy_box ul li:before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100px;
	border: 1px solid #333;
	position: absolute;
	top: 17px;
	left: 0;
}
.company_history_box table {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.company_history_box table th,
.company_history_box table td {
	padding: 15px;
	border-bottom: 1px solid #cbcbcb;
}
.company_history_box table tr:nth-last-of-type(1) th,
.company_history_box table tr:nth-last-of-type(1) td {
	border-bottom: none;
}
.company_history_box table th {
	width: 300px;
	box-sizing: border-box;
	border-right: 1px solid #cbcbcb;
	text-align: right;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.company_message .contents_box {
		padding: 0 15px 0 100px;
	}
	.company_message .contents_box:before {
		top: 2%;
	}
	.company_message_box {
		padding: 50px 0 0;
	}
	.company_message_box p:nth-last-of-type(1) strong {
		font-size: 17px;
	}
	.company_message_title {
		left: 15px;
	}
	.company_message_box .company_message_space {
		float: none;
		height: 0;
		overflow: hidden;
	}
	.company_message_box .company_message_image {
		float: none;
		margin: 0 auto 15px;
		width: 80%;
	}
	.company_overview_box {
		display: block;
	}
	.company_overview_image {
		width: 80%;
		margin: 0 auto 15px;
	}
	.company_overview_image img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.company_overview_outline {
		width: auto;
	}
	.company_overview_box table th,
	.company_overview_box table td {
		display: block;
		padding: 12px;
		border: none;
	}
	.company_overview_box table th {
		width: 100%;
		border: none;
		text-align: left;
	}
	.company_philosophy:before,
	.company_guidelines:before,
	.company_history:before {
		top: -50px;
	}
	.company_philosophy_box {
		text-align: left;
		font-size: 17px;
	}
	.company_philosophy_box ul {
		display: block;
	}
	.company_philosophy_box ul li:before {
		top: 8px;
	}
	.company_history_box table th,
	.company_history_box table td {
		display: block;
		padding: 12px;
	}
	.company_history_box table th {
		width: 100%;
		border: none;
		text-align: left;
		padding: 12px 12px 0;
	}
	.company_map iframe {
		height: 240px;
	}
}

/* ------------------------
	service
------------------------ */
.page-service .main_title {
	background-image: url("../img/service/main_title.jpg");
}
.service .contents_box {
	max-width: 1600px;
	padding: 0;
}
.service .service_main {
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.service01 .service_main {
	background-image: url("../img/service/service01_title.jpg");
}
.service02 .service_main {
	background-image: url("../img/service/service02_title.jpg");
}
.service03 .service_main {
	background-image: url("../img/service/service03_title.jpg");
}
.service04 .service_main {
	background-image: url("../img/service/service04_title.jpg");
}
.service_main_box {
	width: 100%;
	max-width: 1300px;
	padding: 0 15px;
	margin: 0 auto;
}
.service_title {
	display: inline-block;
	background: #fff;
	padding: 15px;
	height: 380px;
}
.service02 .title01 strong,
.service04 .title01 strong {
	letter-spacing: 0;
}
.service_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 70px 15px 0;
}
.service_text {
	width: calc(100% - 430px);
	margin: 0;
	box-sizing: border-box;
}
.service_text p {
	margin: 0;
}
.service_button {
	width: 400px;
}
.service_button a {
	display: block;
	max-width: 400px;
	padding: 20px 0;
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	background: #000;
	text-decoration: none;
	text-align: center;
}
.service_detail ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.service_detail ul:after {
	display: block;
	content: "";
	width: 30%;
}
.service_detail ul li {
	width: 30%;
	margin: 70px 0 0;
	background: #f7f3f0;
	text-align: center;
	font-size: 28px;
	line-height: 1.2;
}
.service_detail ul li img {
	display: block;
}
.service_detail ul li span {
	display: block;
	padding: 15px 5px;
}
@media screen and (max-width: 768px) {
	.service .service_main {
		height: 300px;
	}
	.service_title {
		padding: 15px;
		height: 230px;
	}
	.service_box {
		display: block;
		padding: 40px 15px 0;
	}
	.service_text {
		width: auto;
		margin: 0;
		box-sizing: border-box;
	}
	.service_text p {
		margin: 0 0 15px;
	}
	.service_button {
		width: 100%;
	}
	.service_button a {
		padding: 15px 5px;
		font-size: 18px;
	}
	.service_detail ul {
		padding: 0 15px;
	}
	.service_detail ul:after {
		display: none;
	}
	.service_detail ul li {
		width: 48%;
		margin: 40px 0 0;
		font-size: 16px;
	}
	.service_detail ul li span {
		padding: 12px 5px;
	}
}

/* ------------------------
	works
------------------------ */
.page-works .main_title {
	background-image: url("../img/works/main_title.jpg");
}
.works .contents_box {
	max-width: 1600px;
}
.works .title02 strong {
	font-size: 34px;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 2px solid #c6b198;
}
.works_list {
	max-width: 1200px;
	margin: 60px auto 0;
	background: #f7f3f0;
	display: flex;
	flex-flow: row-reverse nowrap;
	justify-content: space-between;
}
.works_image {
	width: 54%;
}
.works_image img {
	display: block;
}
.tab_contents {
	display: none;
}
.tab_contents.show {
	display: block;
}
.works_detail {
	width: 46%;
	box-sizing: border-box;
	padding: 30px 15px 15px 30px;
	position: relative;
}
.works_detail ul {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.works_detail ul li {
	width: 13%;
	margin: 0 0 0 15px;
	position: relative;
}
.works_detail ul li:before {
	display: block;
	content: "";
	background: #000;
	width: 100%;
	height: 5.5vw;
	max-height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.works_detail ul li img {
	display: block;
	width: 100%;
	height: 5.5vw;
	max-height: 70px;
	object-fit: cover;
	background: #000;
	cursor: pointer;
	position: relative;
}
.works_detail ul li.show img {
	opacity: 0.5;
}
.works_detail dl dt {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0 0 10px;
	position: relative;
}
.works_detail dl dt:before {
	display: block;
	content: "";
	width: 60px;
	height: 1px;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 0;
}
.works_detail dl dd {
	font-size: 18px;
}
#works04 .title02 {
	position: relative;
}
#works04 .title02 small {
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 0;
}
.works_others {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.works_others_box {
	width: 48%;
	border-left: 1px solid #c6b198;
}
.works_others_box table th {
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}
.works_others_box table th:before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px; 
	border-radius: 100px;
	background: #c7b59d;
	vertical-align: middle;
	margin: 0 5px 3px 0;
}
@media screen and (max-width: 768px) {
	.works .title02 strong {
		font-size: 24px;
		padding: 0 0 10px;
		margin: 0 0 10px;
	}
	.works_list {
		margin: 40px auto 0;
		display: block;
	}
	.works_image {
		width: auto;
	}
	.works_detail {
		width: auto;
		padding: 30px 0 30px;
	}
	.works_detail ul {
		display: flex;
		justify-content: center;
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto 15px;
	}
	.works_detail ul li {
		width: 40px;
		margin: 0 5px;
		position: relative;
	}
	.works_detail ul li:before {
		width: 40px;
		height: 40px;
		max-height: 40px;
	}
	.works_detail ul li img {
		width: 40px;
		height: 40px;
		max-height: 40px;
		object-fit: cover;
	}
	.works_detail dl {
		padding: 0 30px;
	}
	.works_detail dl dt {
		font-size: 22px;
	}
	.works_detail dl dd {
		font-size: 16px;
	}
	#works04 .title02 {
		text-align: left;
	}
	#works04 .title02 small {
		font-size: 14px;
	}
	.works_others {
		display: block;
	}
	.works_others_box {
		width: auto;
		border-left: 1px solid #c6b198;
	}
	.works_others_box table th {
		padding: 5px 10px 5px 10px;
		box-sizing: border-box;
		width: 130px;
	}
}

/* ------------------------
	recruit
------------------------ */
.page-recruit .main_title {
	background-image: url("../img/recruit/main_title.jpg");
}
.recruit .contents_box {
	max-width: 1000px;
}
.recruit_catch {
	text-align: center;
	margin: 0 0 50px;
}
.recruit_box {
	background: #f7f3f0;
	padding: 20px 50px 50px;
	font-size: 18px;
	line-height: 1.5;
}
.recruit_box dl dt {
	background: #acd9c9;
	padding: 5px 30px;
	margin: 30px 0 0;
}
.recruit_box dl dd {
	padding: 10px 30px 0;
}
.recruit_box dl dd strong {
	font-size: 20px;
	font-weight: normal;
}
.recruit_button {
	margin: 50px 0 0;
	text-align: center;
}
.recruit_button a {
	display: block;
	max-width: 400px;
	padding: 30px 0;
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	background: #009d6e;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}
.rec_ft_topimg ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.rec_ft_topimg {
    padding: 2% 0 4%;
}
@media screen and (max-width: 768px) {
	.recruit_catch {
		text-align: left;
		margin: 0 0 30px;
	}
	.recruit_box {
		padding: 5px 15px 5px;
		font-size: 16px;
	}
	.recruit_box dl dt {
		padding: 5px 15px;
		margin: 15px 0 0;
	}
	.recruit_box dl dd {
		padding: 10px 15px 0;
	}
	.recruit_box dl dd strong {
		font-size: 18px;
	}
	.recruit_button {
		margin: 30px 0 0;
		text-align: center;
	}
	.recruit_button a {
		padding: 15px 5px;
		font-size: 18px;
	}
	.rec_ft_topimg ul {
    max-width: 90%;
    margin: 0 auto;
}
}

/* ------------------------
	privacy
------------------------ */
.page-privacy .main_title {
	background-image: url("../img/privacy/main_title.jpg");
}
.privacy .contents_box {
	max-width: 1000px;
}
.privacy dt {
	margin: 50px 0 15px;
}

/* ------------------------
	contact
------------------------ */
.page-contact .main_title {
	background-image: url("../img/contact/main_title.jpg");
}
.contact .contents_box {
	max-width: 1000px;
}
.contact_tel {
	text-align: center;
	border-top: 1px solid #009d6e;
	border-bottom: 1px solid #009d6e;
	padding: 40px 0;
}
.contact_tel dl dt {
	font-size: 54px;
}
.contact_tel dl dt a {
	color: #009d6e;
	text-decoration: none;
	pointer-events: none;
}
.contact_tel dl dd {
	line-height: 1.2;
}
.contact_tel dl dd span {
	display: inline-block;
	margin: 0 5px;
}
.contact_catch {
	text-align: center;
	margin: 0 0 50px;
}
.contact_required {
	display: inline-block;
	line-height: 1.4;
	background: #ff0200;
	color: #fff;
	padding: 0 5px;
	margin: 0 5px;
}
.contact_form p {
	text-align: center;
	margin: 30px 0 0;
}
.contact_form table th {
	width: 320px;
	padding: 15px 0 15px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
.contact_form table td {
	padding: 15px 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
input[type=reset],
input[type=button],
input[type=submit]  {
	cursor: pointer;
}
select,
input[type=radio],
input[type=checkbox] {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
select {
	border: 1px solid #bebebe;
	background: #fff;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 30px;
	width: 100%;
	box-sizing: border-box;
	background: #efefef;
}
input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel] {
	border: 1px solid #bebebe;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 30px;
	width: 100%;
	box-sizing: border-box;
	margin: 5px 0;
	background: #efefef;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
	color: #ccc;
}
input[type=text].middle,
input[type=password].middle,
input[type=url].middle,
input[type=email].middle,
input[type=tel].middle {
	width: 50%;
}
input[type=text].small,
input[type=password].small,
input[type=url].small,
input[type=email].small,
input[type=tel].small {
	width: 25%;
}
textarea {
	border: 1px solid #bebebe;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	background: #efefef;
}
input[type=reset],
input[type=button],
input[type=submit]  {
	border: none;
	padding: 0;
	display: block;
	width: 400px;
	padding: 20px 0;
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	background: #000;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}
p.contact_submit {
	margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
	.contact_tel {
		padding: 20px 0;
	}
	.contact_tel dl dt {
		font-size: 30px;
	}
	.contact_tel dl dt a {
		pointer-events: painted;
	}
	.contact_tel dl dd span {
		display: block;
		margin: 10px 0 0;
	}
	.contact_catch {
		text-align: left;
		margin: 0 0 30px;
	}
	.contact_form p {
		text-align: center;
		margin: 20px 0 0;
	}
	.contact_form table th {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 15px 0 0;
	}
	.contact_form table td {
		display: block;
		box-sizing: border-box;
		padding: 5px 0 15px;
	}
	select {
		padding: 9px 10px;
		font-size: 16px;
	}
	input[type=text],
	input[type=password],
	input[type=url],
	input[type=email],
	input[type=tel] {
		padding: 5px 10px;
		font-size: 16px;
	}
	textarea {
		padding: 5px 10px;
		font-size: 16px;
	}
	input[type=text].small,
	input[type=password].small,
	input[type=url].small,
	input[type=email].small,
	input[type=tel].small {
		width: 50%;
	}
	input[type=reset],
	input[type=button],
	input[type=submit]  {
		width: 100%;
		padding: 15px 5px;
		font-size: 18px;
	}
	p.contact_submit {
		margin: 30px 0 0;
	}
	.ft_menu ul {
    flex-wrap: wrap;
}

.ft_menu ul li {
    padding-bottom: 0;
    margin-bottom: 1em;
    margin-top: 1em;
}
.ft_menu ul li:nth-child(3),
.ft_menu ul li:nth-child(5),
.ft_menu ul li:nth-child(6){
    border: 0;
}
.ft_menu ul li a {padding-right: 1em;}

#ft_logo p:nth-child(2) img {
    width: 3%;
}
 .spnon {
    display: none;
  }
  .pcnon {
    display: block;
  }
  #header {
    width: 100%;
  }
  img {
    width: 100%;
  }
  div#hd_navi {
    display: none;
  }
  div#target1, div#target3, div#target5, div#target7, div#target8 {
    width: 100%;
    margin-bottom: 20%;
  }
  body {
    width: 100%;
  }
  div#main {
    width: 100%;
    margin: 0 auto 5%;
  }
  #footer_in {
    width: 100%;
  }
  #ft_copy {
    width: 100%;
  }
#top_sec05 h2 {
    font-size: 28px;
    letter-spacing: 0.1em;
}

#top_sec05 h2 span {
    font-size: 13px;
}

#top_sec05 h2+p {
    font-size: 16px;
}

#top_sec05_in {
    max-width: 80%;
    padding: 1.0em;
}

#top_sec05_in p.more_txt {
    margin-top: 17%;
}
#header h1#logo img {
    width: 80%;
}
}


#work_cont01:before,
#work_cont02:before,
#work_cont03:before,
#work_cont04:before,
#work_cont05:before,
#work_cont06:before,
#work_cont07:before,
#work_cont08:before,
#work_cont09:before,
#work_cont10:before,
#work_cont11:before,
#work_cont12:before,
#work_cont13:before,
#work_cont14:before,
#work_cont15:before,
#work_cont16:before,
#work_cont17:before,
#work_cont18:before,
#work_cont19:before,
#work_cont20:before{
    content: "";
    display: block;
    height: 20px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -78px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
#work_cont02,
#work_cont03,
#work_cont04,
#work_cont05,
#work_cont06,
#work_cont07,
#work_cont08,
#work_cont09,
#work_cont11,
#work_cont12,
#work_cont13,
#work_cont14,
#work_cont15,
#work_cont16,
#work_cont17,
#work_cont18,
#work_cont19,
#work_cont20{
    margin-top: 60px;
}