@charset "UTF-8";
/*
Theme Name: 611-1515.jp
Version: 1.0.0
*/

/****************************************
General Setting
*****************************************/
html {
	margin: 0px auto;
}


body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;	
	margin: 0px auto;
	padding: 0px;
	min-width: 1050px;
	overflow-x: hidden;
	color: #333;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

img {
	border-style:none;
	max-width: 100%;
	height: auto;
}

.sp {
	display: none;
}
.pc_br{
	display: inline-block;
}

.aligncenter { text-align: center; }
.alignleft {float: left; }
.alignright {float: right; }
.clearfix:after {
	display: block;
	clear: both;
	content: " ";
}

.wp-pagenavi{clear: both;}
.wp-pagenavi a, .wp-pagenavi span {text-decoration: none;border: 1px solid #BFBFBF;padding: 3px 5px;margin: 2px;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {border-color: #000;}
.wp-pagenavi span.current {font-weight: bold;}

/****************************************

Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

/****************************************
List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li { list-style: none; }


/****************************************

Link

*****************************************/

a {
	color: #4b4b4b;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #4594CF;
}

a:hover img {
	opacity: 0.7;
}

p {
	margin-top: 0px;
}
/****************************************

Layout

*****************************************/
#maincon {
}

.container {
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	position: relative;
}

.wrapper02 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	position: relative;
}
.wrapper04 {
	text-align: left;
	margin-left: 6%;
	margin-right: 6%;
	position: relative;
}
.wrapper03 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	position: relative;
}

.bg-content { 
	background: none;
	background: #fff; 
	position: sticky;
}

#header {
	top: 0px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	width: 100%;
	min-width: 1200px;	
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-top: 0px;

}

#header #tlogo {
	float: left;
	margin: 0px 0px 0px 2%;
	padding: 10px 0px 0px;
}
header #headerL.fixed {
	position:  fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}
#toptel { margin-left: 3vw; margin-right: 15px; }
body.home #header {
	top: 0px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

body.home header #headerL.fixed {
	position:  fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 3px 5px -1px rgb(0,0,0,6%);
}

#headerL.fixed #header { background: rgba(255, 255, 255, 0); align-items: start; }
#header .headwrap {
	display: flex;
	justify-content: right;
	align-items: center;
}
#headerL.fixed #header .headwrap { background: rgba(255, 255, 255, 0.8); }
#header .topsns {
	display: flex;
	justify-content: space-around;
}
.headtel {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	color: #222222;
	text-decoration: none;
	line-height: 1;
	transition: opacity 0.2s;
	white-space: nowrap;
	font-family: sans-serif;
}

.headtel:hover {
	opacity: 0.7;
}

.headtel .headtel-label {
	font-size: 15px;
	font-weight: 400;
}

.headtel .headtel-number {
	font-size: 28px;
	font-weight: 500;
}
#main {
	margin-top: 0px;
	text-align: left;
	float: left;
	width: 690px;
}

#sidepage {
	float: right;
	width: 280px;
}
.boxtitle,
.widgettitle {
	border: 1px solid #e2e0e0;
	padding: 10px;
	text-align: center;
	background: #F8F7F3;
	font-size: 20px;
}

#sidepage ul ul.children { padding-left: 0px;}
#sidepage ul ul.children li:before { content: "→";}
footer {
	background: #fff;
	min-width: 1050px;
}

#footer {
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px;
	border-top: 1px solid #eee;
}

#flogo img {
	max-width: 300px;
	display: block;
	margin: auto;
}

#footer02 {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	color: #ffffff;
	position: relative;
}

/* --- 左側：ロゴ・会社情報 (白背景) --- */
.fbox02 {
	width: 310px; /* デザインに合わせた固定幅 */
	background-color: #ffffff;
	padding: 30px 20px;
	color: #333333;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.f-logo-unit { margin-bottom: 5px; }
.f-logo-unit .catch { color: #00a997; font-size: 12px; margin-bottom: 5px; display: block; }
.f-logo-unit img { max-width: 140px; height: auto; }

.f-address-unit { font-size: 13px; line-height: 1.8; margin-bottom: 10px; }
.f-tel { font-size: 18px; font-weight: 400; margin-bottom: 0px; }
#footer02 .fbox02 h1 { font-size: 12px; font-weight: 400; margin-bottom: 0px; }

.f-banners { display: flex; gap: 5px; align-items: center; }
.f-banners img { max-height: 40px; width: auto; }

/* --- 右側：ナビゲーション (水色背景) --- */
.fbox01 {
	flex: 1;
	padding: 30px 0 30px 60px;
	box-sizing: border-box;
}

.menuf {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.menuf ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menuf ul li {
	margin-bottom: 2px;
	font-size: 14px;
}

.menuf a {
	color: #333;
	text-decoration: none;
	transition: opacity 0.3s;
}

.menuf a:hover { opacity: 0.7; }
#footer_fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: auto;
}

.fixed-footer__list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: flex-end;
	gap: 5px;
	margin-right: 0px;
	flex-direction: column;
}

.fixed-footer__item {
	flex: 0 0 auto;
	max-width: 160px;
	text-align: right;
}

/* ボタン共通 */
.fixed-footer__link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	flex-direction: column;
}
/* --- Hover 時の動き --- */
.fixed-footer__link:hover {
	transform: translateX(-8px); 
	z-index: 10;
	color: #fff;
}
.fixed-footer__link:hover img {
	opacity: 1;

}
/* --- レスポンシブ --- */
@media (max-width: 1100px) {
	#footer02 { flex-direction: column; }
	.fbox02 { width: 100%; padding: 40px 20px; align-items: center; text-align: center; }
	.fbox01 { width: 100%; padding: 40px 20px; }
	.menuf { grid-template-columns: auto }

	.fixed-cta-unit a {
		width: auto;
		flex: 1;
		font-size: 12px;
		height: 60px;
		margin-left: 1px;
	}
}


/****************************************

header

*****************************************/
/****************************************

Navigation

*****************************************/
#gnavi{
}

.fixed #gnavi {
	top: 0px;
	left: 0px;
}
.fixed .hnavi { display: none;}
.fixed #gnavi .logo { /*width: 250px;*/ }

#tlogo {
	width: 20%;
	display: inline-block;
	margin-left: 50px;
}
#tlogo a {
	display: block;
}
h1.toph1 {
	position: absolute;
	top: 100px;
	left: 50px;
	z-index: 5;
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
}

/* ------- メニュー部分 ------- */
.menu {
	margin-left: auto;
	padding: 10px 0px 0px;
	height: auto;
	float: right;
}

.menu ul{
	list-style-type: none;
	margin: 0px 0;
	padding: 0px 0;
	display: flex;
}

.menu li{
	display: inline-block;
	margin: 0;
	padding: 0 1px 0px;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.menu span.wrap,
.menu a{
	text-align: center;
	padding: 10px 0.8vw;
	position: relative;
	color: #000;
	font-size: 16px;
	display: block;
	box-sizing: border-box;	
	position: relative;
	cursor: pointer;
}

.menu span.wrap.menu-open {
	border-bottom: 1px solid #0088CC;
}
.menu span.wrap:hover ,
.menu a:hover {
	color: #00A997;
}

.menu a:hover:after {
	opacity: 1;
}

.menu span.wrap span.en,
.menu a span.en {
	display: block;
	font-size: 13px;
	color: #333;
	font-weight: 300;
}
.menu span.wrap:hover span.en,
.menu a:hover span.en {
	color: #00A997;
}
.menu ul:after {
	clear: both;
	display: block;
	content: "";
}
.menu li.has_child:hover .child {	
	display: block;
}

.menu .child {
	display: none;
	position: absolute;
	z-index: 1001;
	width: 230px;
	height: auto;
	background: #00A997;
	border-top: 1px #ddd solid;
	margin-bottom: 0px;
}

.menu .child li {
	padding: 0;
	border-bottom: 1px #ddd solid;
	display: block;
	margin: 0px;
}


.menu .child a {
	display: block;
	width: 100%;
	height: auto;
	padding: 12px 10px;
	color:#fff;
	background: #00A997;
	text-indent: 0em;
	background-size: 11px;
	position: relative;
	overflow: hidden;
	box-sizing:border-box;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px 0px; 
	text-align: left;
	border: 0px solid #fff;
	font-weight: 500;
}

.menu .child a:hover {
	background: #7DBFCA;
	color: #fff;
}
.menu .child a:after {
	content: "→";
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* ------- メニュー部分 ------- */


/* ------- サイド　コンテンツボックス------- */

.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }
.font28 { font-size: 28px; }
.font36 { font-size: 36px; }

/****************************************

margin

*****************************************/

.mt0 { 	margin-top: 0px; }
.mt5 { 	margin-top: 5px; }
.mr5 { margin-right: 5px; }
.ml5 { 	margin-left: 5px; }
.mb5 { margin-bottom: 5px; }
.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }
.mb10 { margin-bottom: 10px; }
.mt20 { margin-top: 20px; }
.mr20 { margin-right: 20px; }
.ml20 { margin-left: 20px; }
.mb20 { margin-bottom: 20px; }
.mt30 { margin-top: 30px; }
.mr30 { margin-right: 30px; }
.ml30 { margin-left: 30px; }
.mb30 { margin-bottom: 30px; }
.mt40 { margin-top: 40px; }
.mr40 { margin-right: 40px; }
.ml40 { margin-left: 40px; }
.mb40 { margin-bottom: 40px; }
.mt50 { margin-top: 50px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 50px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }


/****************************************

padding

*****************************************/
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pl10 { padding-left: 10px; }
.pb10 { padding-bottom: 10px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pl20 { padding-left: 20px; }
.pb20 { padding-bottom: 20px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pl30 { padding-left: 30px; }
.pb30 { padding-bottom: 30px; }
.pt40 { padding-top: 40px; }
.pr40 { padding-right: 40px; }
.pl40 { padding-left: 40px; }
.pb40 { padding-bottom: 40px; }
.pt50 { padding-top: 50px; }
.pr50 { padding-right: 50px; }
.pl50 { padding-left: 50px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pb80 { padding-bottom: 80px; }


/****************************************

Breadcrumb

*****************************************/


.subHeader { 
	padding: 30px 0px 30px;
	text-align: center;
	background: #F4F9F9;
	color: #484B4F !important;
}

.breadcrumbs {
	margin-top: 15px;
	margin-bottom: 25px;
	color: #aaa;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.2em;
}
.breadcrumbs a {
	color: #999;	
}
.mB {
	font-size: 38px;
	margin: 0px;
	padding: 25px 0px 20px;
	text-align: center;
	line-height: 1.5em;
	font-weight: 500;
}

/****************************************

Main

*****************************************/

.rightlink {
	text-align: right;
}

.rightlink a {
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 8px 20px;
	margin: 10px 10px;
	display: inline-block;
	border-radius: 5px;
}

.rightlink a:hover {
	background: #00A0E6;
}

.link {
	padding: 7px 20px 7px 15px;
	float: right;
}

.link a {
	color: #333;
	padding: 5px 30px 5px 20px;
	text-decoration: none;
}

.link a:hover {
	color: #ff0000;
}


/****************************************

index.php Main

*****************************************/

.thumbnail-box{
	float: left;
	width: 160px;
}

.thumbnail-box img{
	width: 160px;
	height: 160px;
}


/****************************************

Footer

*****************************************/

#copyright{
	text-align: center;
	padding: 10px 0 10px 0px;
	font-size: 100%;
	margin: 0px 0px 0px;
	font-size: 13px;
	color: #fff;
}

#copyright a { color: #fff; }
.bg-copyright { background: #178CC5;}
/****************************************

Form

*****************************************/

select,
input[type="date"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	max-width: 100%;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: bottom;
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 2px;
	font-weight: 300;
}
select {
	height: 2.5em; /* 必要に応じて調整 */
	padding: 5px;
}
#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
	color: #444;
}

textarea,
select,
input[type=text],input[type=tel],input[type=email]{
	font-size:15px;
}
input.age { width: 3em!important; }
span.wpcf7-list-item { margin-left: 0px !important; }
.anket01 span.wpcf7-list-item { width: 250px; }
.anket01 span.wpcf7-list-item:last-child { width: auto; margin-right: 10px; }
.anket02 span.wpcf7-list-item:nth-child(1) { width: 250px; }
.anket02 span.wpcf7-list-item:nth-child(2)  { width: 450px; }
.anket02 span.wpcf7-list-item:last-child { width: auto; margin-right: 10px; }
.contactform .buipart span.wpcf7-list-item { width: 9em; }
.checkbox-books span.wpcf7-list-item { display: block !important; margin-left: 0px !important; }
input[type=text],input[type=email],input[type=tel]{
	width:70%;
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
	border:solid 1px #20b2aa;
}

input[type=text], select,input[type=email],input[type=tel]{
	outline: none;
}

.contact_right textarea{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width:100%;
	padding:0 3px;
}

.contact_right textarea:focus{
	border:solid 1px #20b2aa;
}

.contact_right textarea {
	outline: none;
	width:100%;
}

input[type=button],
input[type=submit]{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background:#6BAC71;
	transition:all 0.3s;
	margin: 0px auto 0px;
	color:#fff;
	font-size: 24px;
	padding: 15px 50px;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #6BAC71;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #ddd;
	font-weight: 300;
}

.contact_form input[type=submit]{
	width:50%;
}

.contact_form input[type=text],.contact_form input[type=email]{
	width:100%;
	height:50px;
	font-size:1.5em;
}

.send input[type="submit"],
.back input[type="button"] {
	width: 80% !important;
}

.send {
	width: 49%;
	display: inline-block;
	float: right;
	text-align: left!important;
}

.back {
	float: left;
	text-align: right!important;
	width: 46%;
	display: inline-block;
}

.confirm {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
	text-align: center;
	margin: 0px 0px;
}


.wpcf7-form {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel]
{ width: 300px; } /*名前、メール、題名*/
.wpcf7-form textarea{width: 500px; } /*本文*/
.wpcf7-form .wpcf7-submit{width: 200px; display: block; margin-left: auto; margin-right: auto; } /*送信ボタン*/

div.wpcf7 .wpcf7-submit:disabled {
	background: #aaa;
	border-color: #aaa;
	color: #ddd;
}

.wpcf7-form::after {
	clear: both;
	display: block;
	content: "";
}

.wpcf7-radio label {
	margin-right: 20px;
}
.contactform {
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}

.radiolist span.wpcf7-list-item { display: block; }

.contactform p { padding: 0px; margin-bottom: 2px; }

.contactform th { border: solid 1px #dddddd; background:#f6f6f6; text-align: left; padding:10px 10px; font-weight: 300; width: 15em;}
.contactform td { border: solid 1px #dddddd; padding: 10px 10px; background-color: #fff;}
.contactform .hissu { color: #fff; display: inline-block; background: #ee0000; padding: 1px 5px; float: right; font-size: 14px;}
.contactform .spw { vertical-align: text-bottom; display: inline-block; line-height: 2em; }
.contactform .shubetu span.wpcf7-list-item { display: block; }
.contactform td .item01 { display: inline-block; width: 6em; vertical-align: top; }
.contactform td .item02 { display: inline-block; vertical-align: top;}
.contactform td .item { padding: 10px 0px; border-bottom: 1px dotted #ddd; }
.contactform td .item:last-child { padding: 10px 0px; border-bottom: 0px dotted #ddd; }

.contactform.contactform02 tr:first-child td,
.contactform.contactform02 tr:first-child th { border-top: solid 0px #dddddd; }

.center {
	text-align: center;
}

#text-18 {
	font-weight: 300;
	width: 100%;
	background: none;
	border: 0px;
}

.morebottun {
	position: relative;
	display: inline-block;
	padding: 1.7em 6.5em 1.7em 6.5em;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
	background: url(/images/yaji-w.png) no-repeat right center;
	background-position-x: 85%;
	line-height: 1em;
	width: auto;
	letter-spacing: 1px;
}
.morebottun:hover {
	color: #fff;
	background: url(/images/yaji-w.png) no-repeat right center;
	background-position-x: 85%;
}

.morebottun::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 120%;
	height: 100%;
	background: #999;
	transform-origin: right top;
	transform: skewX(180deg) scale(0, 1);
	transition: transform .3s;
}
.morebottun:hover::before {
	transform-origin: left top;
	transform: skewX(180deg) scale(1, 1);
}
.morebottun::after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	content: '';
	width: 120%;
	height: 100%;
	background: #00AB95;
}
.morebottun-g {
	position: relative;
	display: inline-block;
	padding: 1.7em 6.5em 1.7em 6.5em;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
	background: url(/images/yaji-w.png) no-repeat right center;
	background-position-x: 85%;
	line-height: 1em;
	width: auto;
	letter-spacing: 1px;
}
.morebottun-g:hover {
	color: #fff;
	background: url(/images/yaji-w.png) no-repeat right center;
	background-position-x: 85%;
}

.morebottun-g::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 120%;
	height: 100%;
	background: #00AB95;
	transform-origin: right top;
	transform: skewX(180deg) scale(0, 1);
	transition: transform .3s;
}
.morebottun-g:hover::before {
	transform-origin: left top;
	transform: skewX(180deg) scale(1, 1);
}
.morebottun-g::after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	content: '';
	width: 120%;
	height: 100%;
	background: #6C6C6C;
}
#top10 { margin-bottom: 80px; }
#top09 { margin-bottom: 80px; }
#top08 { margin-bottom: 80px; }
#top07 { margin-bottom: 0px; }
#top06 { margin-bottom: 0px; }
#top05 { margin-bottom: 0px; }
#top03 { margin-bottom: 80px; }
#top02 { margin-bottom: 80px; }
#top01 { 
	padding-top: 50px;
	padding-bottom: 160px;
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #f4f9f9 50%, #f4f9f9 100%);
}


/* --- Google Fonts (英語タイトル用) --- */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

/* --- セクション全体設定 --- */
#top-news-blog {
	position: relative;
	padding: 0 0 80px 0;
	background-color: #f4f9f9; 
	overflow: hidden;
}

/* 背景のミントグリーン帯 */
#top-news-blog::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #89c3c3;
	z-index: 0;
}

#top-news-blog .container {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto; /* コンテナ自体を中央寄せ */
	padding: 40px 20px 0;
}

/* フレックスボックス：PC時に中央寄せにする設定 */
.news-blog-flex {
	display: flex;
	flex-direction: column;
	gap: 60px;
	justify-content: space-between;
	align-items: center;    /* スマホ時に中央寄せ */
}

@media (min-width: 768px) {
	.news-blog-flex {
		flex-direction: row; /* PC横並び */
		align-items: flex-start; /* 記事の高さが違っても上揃えにする */
		gap: 60px; /* カラム間の余白 */
	}
}

/* 各セクションカラム */
.section-column {
	width: 100%;
	max-width: 560px; /* カラムが広がりすぎないよう制限してセンター感を出す */
}

/* --- タイトルスタイル --- */
.section-title {
	text-align: center;
	margin-bottom: 3vw;
	color: #fff;
	position: relative;
	z-index: 2;
}

.section-title .jp {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 0.7em;
}

/* --- スマホ時のみ：ブログタイトル用の背景帯を追加 --- */
@media (max-width: 767px) {
	#top-news-blog::before {
		height: 130px; 
	}

	.blog_info {
		position: relative;
		padding-top: 25px; 
	}
	.section-title .jp { font-size: 1.2em; }
	.blog_info::before {
		content: "";
		position: absolute;
		top: 0;
		left: -50vw;
		right: -50vw;
		margin-left: 50%;
		margin-right: 50%;
		width: 100vw;
		height: 110px;
		background-color: #89c3c3;
		z-index: -1;
	}
}

/* PCでは両タイトル白文字 */
@media (min-width: 768px) {
	.section-title {
		color: #fff !important;
	}
}

/* --- 記事リスト（共通） --- */
.post-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-item {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.05); /* リストの区切り線 */
}

.post-link {
	display: flex;
	gap: 15px;
	text-decoration: none;
	color: #333;
	padding: 15px 10px;
	background-color: transparent;
	transition: all 0.3s ease;
	align-items: flex-start;
}

.post-link:hover {
	background-color: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
	border-radius: 5px;
}

.post-thumb {
	width: 90px;
	height: 90px;
	flex-shrink: 0;
	overflow: hidden;
}

.post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-info {
	flex: 1;
}

.post-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 5px;
}

.post-date { font-size: 13px; color: #888; }

.post-category {
	font-size: 12px;
	color: #18A38E;
	border: 1px solid #18A38E;
	padding: 4px 8px;
	border-radius: 12px;
	line-height: 1em;
}

.post-text {
	font-size: 14px;
	margin: 0;
	line-height: 1.6;
	color: #333;
	word-break: break-all;
}

/* --- ブログ一覧へボタン --- */
.view-more-container {
	text-align: right;
	margin-top: 20px;
}

.view-more-btn {
	display: inline-flex;
	align-items: center;
	color: #18A38E;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #18A38E;
	padding-bottom: 2px;
}

.view-more-btn::after {
	content: "→";
	margin-left: 8px;
}

#top-work ul { text-align: center; display: flex; flex-wrap: wrap; gap: 2%; justify-content: center; padding-top: 0px; margin-bottom: 50px; }
#top-work ul li { float: none; display: inline-block; width: 23%; box-sizing: border-box; text-align: left; position: relative; }
/* --- 既存の構造をベースにホバー処理を追加 --- */

#top-work ul li a {
	text-decoration: none; /* リンクの下線を消す */
	display: block;
}

/* 画像の親要素（枠） */
#top-work ul li span.img {
	height: 25vw;
	overflow: hidden; /* はみ出た画像を隠す（ズーム時に必須） */
	width: 100%;
	border: 3px solid #E9E9E9;
	display: block;
	margin-bottom: 10px;
	transition: border-color 0.4s ease; /* 枠線色の変化を滑らかに */
}

/* 画像本体 */
#top-work ul li img {
	width: 100%;
	height: 100%; /* 親の25vwに合わせる */
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease; /* ズーム速度の指定 */
}

/* --- ホバー時の動き --- */

/* 1. 画像を少し大きくする */
#top-work ul li a:hover span.img img {
	transform: scale(1.1);
}

/* 2. 枠線の色をブランドカラーに変える */
#top-work ul li a:hover span.img {
	border-color: #18A38E;
}

/* --- テキスト・ラベル周りの調整 --- */

#top-work ul li .txt {
	padding: 0px 10px 10px;
}

#top-work ul li h2 {
	font-size: 16px;
	padding: 0px 0px;
	margin: 0px 0px 10px;
	color: #000;
	font-weight: 500; /* デザインに合わせて少し太めに */
	line-height: 1.4;
}

#top-work ul li span.label {
	display: inline-block; /* 横に並ぶように設定 */
	color: #18A38E;
	font-size: 13px;
	line-height: 1;
	padding: 5px 15px; /* デザインに近い余白感 */
	margin: 5px 5px 0px 0px;
	border-radius: 20px; /* より丸みのあるデザインへ */
	border: 1px solid #18A38E;
	transition: background-color 0.3s ease, color 0.3s ease;
}

/* お好みで：ホバー時にラベルの色を反転させる場合 */
#top-work ul li a:hover span.label {
	background-color: #18A38E;
	color: #fff;
}

#top-reform { background: #f4f9f9; padding: 100px 0px 60px; position: sticky; }
#top-reform ul { text-align: center; display: flex; flex-wrap: wrap; gap: 2%; justify-content: center; padding-top: 0px; margin-bottom: 50px; }
#top-reform ul li { float: none; display: inline-block; width: 23%; box-sizing: border-box; text-align: left; position: relative; }

#top-reform ul li a {
	text-decoration: none; /* リンクの下線を消す */
	display: block;
}

/* 画像の親要素（枠） */
#top-reform ul li span.img {
	height: 25vw;
	overflow: hidden; /* はみ出た画像を隠す（ズーム時に必須） */
	width: 100%;
	border: 3px solid #E9E9E9;
	display: block;
	margin-bottom: 10px;
	transition: border-color 0.4s ease; /* 枠線色の変化を滑らかに */
}

/* 画像本体 */
#top-reform ul li img {
	width: 100%;
	height: 100%; /* 親の25vwに合わせる */
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease; /* ズーム速度の指定 */
}

/* --- ホバー時の動き --- */

/* 1. 画像を少し大きくする */
#top-reform ul li a:hover span.img img {
	transform: scale(1.1);
}

/* 2. 枠線の色をブランドカラーに変える */
#top-reform ul li a:hover span.img {
	border-color: #18A38E;
}

/* --- テキスト・ラベル周りの調整 --- */

#top-reform ul li .txt {
	padding: 0px 10px 10px;
}

#top-reform ul li h2 {
	font-size: 16px;
	padding: 0px 0px;
	margin: 0px 0px 10px;
	color: #000;
	font-weight: 500; /* デザインに合わせて少し太めに */
	line-height: 1.4;
}

#top-reform ul li span.label {
	display: inline-block; /* 横に並ぶように設定 */
	color: #18A38E;
	font-size: 13px;
	line-height: 1;
	padding: 5px 15px; /* デザインに近い余白感 */
	margin: 5px 5px 0px 0px;
	border-radius: 20px; /* より丸みのあるデザインへ */
	border: 1px solid #18A38E;
	transition: background-color 0.3s ease, color 0.3s ease;
}

/* お好みで：ホバー時にラベルの色を反転させる場合 */
#top-reform ul li a:hover span.label {
	background-color: #18A38E;
	color: #fff;
}

#top-exterior { background: #fff; padding: 100px 0px 0px; position: sticky; }
#top-exterior ul { text-align: center; display: flex; flex-wrap: wrap; gap: 2%; justify-content: center; padding-top: 0px; margin-bottom: 50px; }
#top-exterior ul li { float: none; display: inline-block; width: 23%; box-sizing: border-box; text-align: left; position: relative; border: 2px solid #e9e9e9; padding: 2px; }

#top-exterior ul li a {
	text-decoration: none; /* リンクの下線を消す */
	display: block;
}

/* 画像の親要素（枠） */
#top-exterior ul li span.img {
	height: 25vw;
	overflow: hidden; /* はみ出た画像を隠す（ズーム時に必須） */
	width: 100%;
	display: block;
	margin-bottom: 10px;
	transition: border-color 0.4s ease; /* 枠線色の変化を滑らかに */
}

/* 画像本体 */
#top-exterior ul li img {
	width: 100%;
	height: 100%; /* 親の25vwに合わせる */
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease; /* ズーム速度の指定 */
}

/* --- ホバー時の動き --- */

/* 1. 画像を少し大きくする */
#top-exterior ul li a:hover span.img img {
	transform: scale(1.1);
}

/* 2. 枠線の色をブランドカラーに変える */
#top-exterior ul li a:hover span.img {
	border-color: #18A38E;
}

/* --- テキスト・ラベル周りの調整 --- */

#top-exterior ul li .txt {
	padding: 0px 10px 10px;
}

#top-exterior ul li h2 {
	font-size: 16px;
	padding: 0px 0px;
	margin: 0px 0px 10px;
	color: #000;
	font-weight: 500; /* デザインに合わせて少し太めに */
	line-height: 1.4;
}

#top-exterior ul li span.label {
	display: inline-block; /* 横に並ぶように設定 */
	color: #18A38E;
	font-size: 13px;
	line-height: 1;
	padding: 5px 15px; /* デザインに近い余白感 */
	margin: 5px 5px 0px 0px;
	border-radius: 20px; /* より丸みのあるデザインへ */
	border: 1px solid #18A38E;
	transition: background-color 0.3s ease, color 0.3s ease;
}

/* お好みで：ホバー時にラベルの色を反転させる場合 */
#top-exterior ul li a:hover span.label {
	background-color: #18A38E;
	color: #fff;
}


#top-event { background: #fff; padding: 100px 0px 60px; position: sticky; }

#top-event .ttl { font-size: 36px; display: block; margin: 10px 20px 20px; color: #000; font-weight: 400; }
#top-event .subttl { font-size: 16px; display: block; color: #000; padding: 0px 0px 30px; font-weight: 500; background: url(/images/line.png) no-repeat bottom center; margin-bottom: 30px; }
#top-event ul.eventpickup { text-align: center; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 0px; margin-bottom: 50px; }
#top-event ul.eventpickup li {
	float: none;
	display: inline-block;
	width: 23%;
	margin: 20px 2.5% 0px 0px;
	box-sizing: border-box;
	text-align: left;
}
#top-event ul.eventpickup li:nth-child(4n + 4) {
	margin-right: 0px;
}

#top-event ul.eventpickup li h2 { font-size: 16px; padding: 10px 0px; margin: 0px; line-height: 1.5em; display: block; font-weight: 300; }
#top-event ul.eventpickup li h2 a {
	padding: 5px 10px 10px 5px;
	display: block;
}
#top-event ul.eventpickup li .txt table { font-size: 14px; line-height: 1.3em; padding: 10px 0px; min-height: 6em;}
#top-event ul.eventpickup li .txt table th { width: 4.5em; vertical-align: top; }
#top-event ul.eventpickup li .txt table td { vertical-align: top; }
#top-event ul.eventpickup li span.img {
	height: 15vw;
	overflow: hidden; /* はみ出た画像を隠す（ズーム時に必須） */
	width: 100%;
	display: block;
	margin-bottom: 10px;
	transition: border-color 0.4s ease; /* 枠線色の変化を滑らかに */	
}
#top-event ul.eventpickup li span.img img { 
	width: 100%;
	height: 100%; /* 親の25vwに合わせる */
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease; /* ズーム速度の指定 */	
}
#top-event ul.eventpickup li a:hover span.img img {
	transform: scale(1.1);
}

#top-event ul.eventpickup li a:hover span.label {
	background-color: #18A38E;
	color: #fff;
}
#top-event ul.eventpickup li a.more { display: block; text-align: right;  padding-right: 23px; background-position-x: 99%; }

#top-event ul.eventpickup li span.label { display: inline-block; font-size: 14px; color: #fff; background: #3A3838; padding: 3px 10px; line-height: 1em; }
#top-event ul.eventpickup li span.label.open { background: #CC1010; }
#top-event ul.eventpickup li .is_new {
	display:inline-block;
	background:#00AB95;
	color:#fff;
	padding:5px 15px;
	margin-right:5px;
	font-size:12px;
	margin-bottom: 5px;
	line-height: 1em;

}

#top-event ul.eventpickup li .is_before {
	display:inline-block;
	background:#2BB94D;
	color:#fff;
	padding:2px 10px;
	margin-right:5px;
	border-radius:5px;
	font-size:13px;
	margin-bottom: 5px;

}

#top-event ul.eventpickup li .is_close {
	display:inline-block;
	background:#000;
	color:#fff;
	padding:5px 15px;
	margin-right:5px;
	border-radius:5px;
	font-size:12px;
	margin-bottom: 5px;
	line-height: 1em;

}
#top-event ul li dl.txt {
	justify-content: flex-start;
	margin: 0px;
	display: flex;
	font-size: 13px;
	align-items: flex-start;
	border-top: 1px solid #555;
	padding-top: 10px;
}
#top-event ul li dl.txt dt {
	width: 5em;
	border: 1px solid #555;
	margin-right: 10px;
	font-size: 13px;
	line-height: 1.4em;
	text-align: center;	
}
#top-event ul li dl.txt dd { margin: 0px; line-height: 1.4em;}

#top-concept {
	background: url(/images/concept-bg.png) no-repeat bottom left;
	background-size: 65% 100%;
	position: relative;
}

.topconwrap {
	width: 41vw;
	margin-left: auto;
	padding-right: 2vw;
}
.topconwrap img { max-width: 80%; display: block; margin-left: 24%; }
.topconwrap h2 { font-size: 1.4vw; line-height: 1.7em; font-weight: 500; margin: 0px 0px 1.5em; }
.topconwrap .more { margin-left: 28%; }
.topconwrap .txtbloc  {
	/* ローカル変数で透過度を管理 
	rgba(255, 255, 255, 0.5) = 白の不透明度50%
	*/
	--bg-left: rgba(255, 255, 255, 0.7);
	--bg-right: transparent;
	padding: 1.5vw 1vw;

	/* グラデーションの実装 */
	background: linear-gradient(
		90deg, 
		var(--bg-left) 0%, 
		var(--bg-left) 8.3vw, 
		var(--bg-right) 9vw, 
		var(--bg-right) 100%
	);
}
#top-concept02 {
	position: relative;
	padding: 0 0 100px 0;
	background-color: #f4f9f9; /* セクション全体の極薄いグレー/ブルー */
	overflow: hidden;
}

/* 背景のミントグリーンの帯 */
#top-concept02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 220px; /* 帯の高さ */
	background-color: #89c3c3;
	z-index: 0;
}

#top-concept02 .topconwrap02 {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
	margin: 0 auto;
	padding: 80px 0px 0; /* 上部の余白で帯との位置を調整 */
}

/* カード単体 */
#top-concept02 .concept-card {
	flex: 1;
	min-width: 300px;
	max-width: 374px;
	text-decoration: none;
	color: #333;
	display: flex;
	flex-direction: column;
}

/* 画像エリア */
#top-concept02 .concept-image-area {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

#top-concept02 .concept-image-area img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: transform 0.6s ease;
}

/* 画像内のテキスト重なり */
#top-concept02 .concept-inner-content {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

#top-concept02 .concept-desc-box {
	background-color: rgba(255, 255, 255, 0.92);
	padding: 20px;
	width: 85%;
	box-sizing: border-box;
	line-height: 1.8;
	text-align: left;
	min-height: 110px;
	display: flex;
	align-items: center;
	margin-top: 12em;
}

/* ボタン */
#top-concept02 .concept-btn {
	margin-top: 25px;
	width: 100%;
	height: 54px;
	background-color: #fff;
	border: 1px solid #89c3c3;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.95rem;
	letter-spacing: 0.05em;
	position: relative;
	transition: all 0.3s ease;
}

#top-concept02 .concept-btn::after {
	content: "→";
	position: absolute;
	right: 25px;
	color: #89c3c3;
	font-size: 1.2rem;
	transition: transform 0.3s ease;
}

/* ホバーエフェクト */
#top-concept02 .concept-card:hover .concept-image-area img {
	transform: scale(1.1);
}

#top-concept02 .concept-card:hover .concept-btn {
	background-color: #f0fafa;
	border-color: #76b1b1;
}

#top-concept02 .concept-card:hover .concept-btn::after {
	transform: translateX(6px);
}

.topttl {
	display: inline-block;
	position: relative;
	/* 左右の飾りが入るスペースを確保 */
	padding: 0 150px;
	text-align: center;
}

/* 左側の模様 */
.topttl::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;  /* 画像の幅に合わせて調整 */
	height: 80px; /* 画像の高さに合わせて調整 */
	background-image: url('/images/midashi-left.png'); /* 左側の飾り画像パス */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* 右側の模様 */
.topttl::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;  /* 画像の幅に合わせて調整 */
	height: 80px; /* 画像の高さに合わせて調整 */
	background-image: url('/images/midashi-right.png'); /* 左側の飾り画像パス */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* 新築住宅（メインテキスト） */
.topttl .item01 {
	font-size: 2rem;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 10px;
}

/* works（画像エリア） */
.topttl .item02 {
	display: block;
}
/* 下部のサブテキスト（必要に応じて追加） */
.sub-text {
	margin-top: 30px;
	margin-bottom: 2.5em;
	font-size: 1em;
	color: #000;
	letter-spacing: 0.05em;
}

/* スマホ対応 */
@media (max-width: 480px) {
	.topttl {
		padding: 0 45px;
	}
	.topttl .item01 {
		font-size: 1em;
	}
	.topttl::before, .topttl::after {
		width: 30px;
		height: 60px;
	}
}

#top-service .topttl02 {
	font-size: 2em;
	font-weight: 500;
	color: #333;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 1em;
}
#top-service .topttl02 .en {
	display: block;
	font-size: 15px;
	color: #64C7E6;
}

#top-faq .topttl02 {
	font-size: 2em;
	font-weight: 500;
	color: #333;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 1em;
}
#top-faq .topttl02 .en {
	display: block;
	font-size: 15px;
	color: #64C7E6;
}

#top-company {
	position: relative;
	width: 100%;
	background-image: url('/images/aboutus-bg.png'); 
	background-size: cover;
	background-position: center;
	padding: 60px 0 30px 0;
}

#top-company .topttl02 {
	font-size: 2em;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 1em;
}
#top-company .topttl02 .en {
	display: block;
	font-size: 15px;
	color: #64C7E6;
}

#top-company .com01 {
	display: flex;
	justify-content: center;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0 0 0px 0;
	flex-wrap: wrap;
}

#top-company .com01 li {
	width: 30%;
}

#top-company .com01 li a {
	display: block;
	background-color: #fff;
	border: 1px solid #89c3c3;
	padding: 25px 15px;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	position: relative;
	font-weight: 400;
}

#top-company .com01 li a:hover {
	background-color: #faffff;
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* レスポンシブ */
@media (max-width: 768px) {
	#top-company02 .com02 {
		flex-direction: column;
		align-items: center;
	}	
	#top-company .com01 {
		display: flex;
		justify-content: space-between;
		gap: 10px;
		list-style: none;
		padding: 0;
		margin: 0px 10px 0px;
	}
	#top-company02 .com02 li {
		width: 90%;
		margin: 0px auto 0px;
	}
	#top-company .com01 li a {
		padding-right: 20px;
	}	
	.fixed-footer__link {
		width: auto;
		font-size: 14px;
		padding: 15px 0px;
		height: 100%;
	}
	.fixed-footer__list { gap: 0px; width: 100%; }
	.fixed-footer__item { flex: 1; }
	.link--tel { background: #FC5128; }
	.fixed-footer__item.foottel { flex: 0.6; }
}

hr.line { background: #ddd; height: 1px; border: 0px; }

/* TOP */


/**下層一覧 */
#archiveWorks li {
	position: relative;
}

#archiveWorks li .box2 .title { font-size: 18px; }
#archiveWorks li .box2 .more { text-align: right; padding: 20px 20px; }

#archiveWorks li .box1 {
	float: left;
	margin-right: 20px;
	width: 350px;
}
#archiveWorks li .box1 img {
	width: 100%;
}

#archiveWorks li .box2 {
	width: 600px;
	float: right;
}

#archiveWorks li table {
	width:98%;
	margin:10px 0px 20px 0px;
	border-collapse:collapse;
}

#archiveWorks li table th {
	background: #fefefe;
	width: 8em;
	padding: 5px 10px;
	border:1px #ddd solid ;
	font-weight: 400;
}
#archiveWorks li table td {
	background: #fff;
	padding: 5px 10px;
	border:1px #ddd solid ;
}

#archive-work-list { display: flex; flex-wrap: wrap; }
#archive-work-list li {
	display: inline-block;
	width: 32%;
	position: relative;
	vertical-align: top;
	margin-right: 1%;
	font-size: 16px;
	margin-bottom: 30px;
}
#archive-work-list li:nth-child(3n + 3) {
	margin-right: 0;
}


#archive-work-list li .box2 { 
	padding: 0px 10px 10px;
	font-size: 14px; 
	color: #00A0E6; 
	font-weight: 300;
}
#archive-work-list li .box2 .tags {
	display: flex;
	flex-wrap: wrap;
}
#archive-work-list li .box2 .tags span {
	font-size: 13px;
	line-height: 1em;
	padding: 3px 10px;
	margin: 3px 6px 3px 0px;
	color: #00A997;
	border-radius: 10px;
	border: 1px solid #00a997;
	display: inline-block;
}
#archive-work-list li .box2 .title { font-size: 15px; line-height: 1.5em; padding: 0px; margin: 0px; font-weight: 300; }
#archive-work-list li .box2 .more { text-align: right; padding: 0px 20px 0px 0px; margin: 0px; font-weight: 300; background: url(images/yaij-b.png) no-repeat right center; line-height: 1em; }
#archive-work-list li .box1 {
	height: 20vw;
	overflow: hidden;
	width: 100%;
	border: 3px solid #E9E9E9;
	display: block;
	margin-bottom: 5px;
	transition: border-color 0.4s ease;
}
#archive-work-list li .box1 img {
	width: 100%;
	height: 20vw;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	display: block;
	transition: transform 0.5s ease;
	margin-bottom: 15px;
}
#archive-work-list li a:hover img {
	transform: scale(1.1);
}

.worktags { display: block; }
.worktags li { display: inline-block; }

.worktags li a {
	display: block;
	padding: 4px 25px;
	margin: 10px 10px 10px 0px;
	text-decoration: none !important;
	width: autp;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: 1px solid #999;
	background: #fff;
}

.worktags li.active a { 
	color: #fff;
	background: #999; 
}

.worktags li a:hover { background: #eee; color: #333; }
.tags { font-size: 13px; color: #000}
.tags a { display: inline-block; margin-right: 5px; background: #eee; line-height: 1em; padding: 5px; }

.photos {
	margin-top: 20px;
}

.photos:after {
	clear: both;
	content: "";
	display: block;
}

.photos li:after {
	clear: both;
	content: "";
	display: block;
	margin-bottom: 20px;
}

.photos .part span {
	font-weight: 500;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1em;
	padding: 0px 20px 0px 10px;
	font-size: 20px;
	font-weight: 450;
	color: #000;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 90%, #C7C4B4 0%) repeat scroll 0 0;
}

.photos li .halfright,
.photos li .halfleft { max-width: 49%; vertical-align: top; display: inline-block; }
.photos li .halfleft { padding-right: 2%; }
.photos li img.halfright { float: right; }

.photos li img.halfleft.before { width: 300px;}
.photos li img.beforeafter-yaji { width: 100px; padding-left: 30px; margin-top: 100px; }

.photos li .table {
	display: table;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;
}
.photos li .alignleft { margin-right: 1% }
.photos li .alignright { margin-left: 1%; }


.photos .workdimg td:first-child {
	padding-right: 1.5%;
	width: 48.5%;
	vertical-align: top;
}

.photos .workdimg td:last-child {
	padding-left: 1.5%;
	width: 48.5%;
	vertical-align: top;
}

.midashi-d {
	position: relative;
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-bottom: 10px;
	color: #222;
	font-size: 24px;
	border-bottom: 1px solid #333;
}

.mBttl{
	text-align: center;
	font-size: 1.8em;
	line-height: 1.8em;
	color: #000;
	margin-bottom: 1em;
}

.mBttl:after {
	position: absolute;
	content: "";
	display: block;
	width: 10em;
	height: 3px;
	left: 35%;
}

.bukendata {
	font-size: 14px;
	padding: 20px 0px;
}

.bukendata dl {
	display: inline-flex;
	width: 47%;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px 1%;
	border-bottom: 1px solid #ccc;
	align-items: start;
}
.bukendata dl:first-child {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
.bukendata dl:nth-child(2) {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

.bukendata dl dd,
.bukendata dl dt {
	padding: 5px 10px;
}

.bukendata dl dt {
	font-weight: 400;
	width: 9.5em;
}

.bukendata dl dd {
	max-width: 750px;
	width: 68%;
	margin-left: 10px;
	border-left: 1px solid #000;
	padding-left: 5%;
}

img.imageMain {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	max-height: 700px;
}



.eventchirasi img { height: auto; width: 45%; margin: 10px 2%;}
.eventchirasi { text-align: center; }



.kanren .list li {
	float: left;
	width: 45%;
	height: 140px;
	margin-right: 5%;
	margin-bottom: 20px;
}

.kanren .list li img {
	border: 1px solid #eee;
	max-height: 140px;
	width: 140px;
	float: left;
	margin-right: 20px;
}

.kanren .list li h3{
	font-size: 15px;
	text-align: left;
	margin: 0px 0px 20px 20px;
	font-weight: 400;
	line-height: 1.6em;
}
.kanren .list li h3 a {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 6em;
	line-height: 1.5em;
	overflow: hidden;
}
.catchcopy {
	font-size: 2em;
	line-height: 1.6em;
	margin-bottom: 20px;
	color: #000;
}

.conmidashi{
	clear: both;
	font-size: 26px;
	color: #000;
	background-color: #eee;
	padding: 15px 20px 8px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}

.conmidashi:after {
	content: "";
	display: block;
	/* width: 100px; */
	height: 1.5px;
	background: #000;
	margin: 10px 0 5px;}


.komidashi {
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0px 10px;
}

.komidashi span:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #000;
	margin-right: 12px;
	margin-bottom: 3px;
}

.message {
	line-height: 32px;
	font-size: 1.1rem;
}

.address1 {
	font-size: 24px;
	margin-bottom: 10px;
}

.address2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.flow-style01{
	padding: 40px;
	background-color: #f2f2f2;
	border-radius: 10px;
	margin-bottom: 30px;
}
.flow-style01 *:first-child{
	margin-top: 0;
}
.flow-style01 *:last-child{
	margin-bottom: 0;
}

.flow-style01 hr{
	margin: 10px 0;
}


.flmidashi{
	font-size: 1.5rem;
	line-height: 1.5em;
	margin-bottom: 20px;
	font-weight: bold;
}

.flmidashi:after {
	content: "";
	display: block;
	/* width: 100px; */
	height: 2px;
	background: #222;
	margin: 10px 0 20px;
}

.flowyaji {
	background: url(images/flow-yaji.pn) no-repeat center center;
}

#staffList { display: flex; flex-wrap: wrap; }
#staffList li { display: inline-block; width: 48%; background: #eee; border-bottom: 35px solid #fff; margin-right: 7px; vertical-align: top; }
#staffList li:hover { background: #f9f9f9; }
#staffList li a { text-decoration: none; color: #000; display: inline-block; width: 100%; height: 100%; }
#staffList li img { float: left; margin-right: 20px; width: ; }
#staffList li p { line-height: 1.5em; padding: 0px; margin: 0px 0px; }
#staffList li p.staffp1 { color: #515151; font-size: 16px; margin-bottom: 10px; padding-top: 10px; }
#staffList li p.staffp2 { color: #515151; font-size: 26px; font-family: "Yu Mincho", "YuMincho", serif; font-weight: 500; }
#staffList li p.staffp3 { color: #707070; font-size: 15px; letter-spacing: 4px; }


#staffDedail .box1 { width: 300px; display: inline-block; margin-right: 50px; }
#staffDedail .box2 { width: 690px; display: inline-block; vertical-align: top; }

#staffDedail .en_name {
	color: #222;
	font-size: 15px;
	letter-spacing: 4px;
	padding-left: 20px;
}

#staffDedail .position {
	color: #707070;
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
}
#staffDedail .staffProfile { padding-top: 10px; width: 100%; }
#staffDedail .staffProfile tr { vertical-align: top; }
#staffDedail .staffProfile tr:first-child th,
#staffDedail .staffProfile tr:first-child td {
	border-top: 1px solid #ddd;
}

#staffDedail .staffProfile td,
#staffDedail .staffProfile th { font-weight: normal;  border-bottom: 1px solid #ddd; padding: 10px 10px;  }
#staffDedail .staffProfile th { border-right: 1px solid #ddd; padding-right: 20px; width: 15em; font-weight: 500; }
#staffDedail .staffProfile td { padding-left: 20px; }
#recoStaff li { display: inline-block; vertical-align: top; width: 19.4%; }
#recoStaff li a { text-decoration: none; color: #000; }
#recoStaff li p { margin: 5px; text-align: center; }
#recoStaff li p.staffp2,
#recoStaff li p.staffp1 { color: #999; }


.event_list { display: flex; flex-wrap: wrap; }
.event_list li { display: flex; align-items: flex-start; width: 31.8%; margin-bottom: 30px; position: relative; box-sizing: content-box;   }
.event_list li:nth-child(3n + 2) { border-left: 0px solid #ddd; border-right: 0px solid #ddd; padding: 0px 1% 0px 1%; margin-left: 1.3%; margin-right: 1.3%; }
.event_list li:last-child { border-right: 0px!important; }
.event_list li h2 { font-size: 15px; margin: 0px; padding: 0px 5px 0px; text-align: left; font-weight: 300; 
	align-items: flex-start;
	display: flex;
}
.event_list li a { text-decoration: none; width: 100%; display: block; }
.event_list li .more {
	text-align: right;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	background: url(images/yaij-b.png) no-repeat right center;
	line-height: 1em;
	font-size: 14px;
	color: #4b4b4b;
}

.event_list li span.img {
	height: 15vw;
	overflow: hidden;
	width: 100%;
	border: 3px solid #E9E9E9;
	display: block;
	margin-bottom: 5px;
	transition: border-color 0.4s ease;
}

.event_list li span.img img {
	width: 100%;
	height: 15vw;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	display: block;
	transition: transform 0.5s ease;
	margin-bottom: 15px;
}
.event_list li a:hover img {
	transform: scale(1.1);
}
.event_list .is_new {
	display:inline-block;
	background:#dc143c;
	color:#fff;
	padding:5px 10px;
	margin-right:10px;
	border-radius:5px;
	font-size:13px;
	width: 4em;	
	text-align: center;
	line-height: 1em;	
}

.event_list .is_close {
	display:inline-block;
	background:#000;
	color:#fff;
	padding:5px 10px;
	margin-right:10px;
	border-radius:5px;
	font-size:13px;
	width: 4em;	
	text-align: center;
	line-height: 1em;

}
.event_list table th,
.event_list table td {
	vertical-align: top;
	padding-bottom: 10px;
}
.event_list table th { width: 4em;}

.event_catch {
	font-size: 24px;
	text-align: center;
	line-height: 1.5em;
	padding: 20px 10px;
	margin: 10px 0px 30px;
	color: #00A0E6;
	background-color: #fff;
}

.midashievent {
	position: relative;
	margin: 5.5rem 0 2.5rem;
	padding-bottom: 10px;
	color: #222;
	font-size: 24px;
	border-bottom: 1px solid #333;
}

.sekourei_catch { text-align: center; border: 0px solid #eee; padding: 0.1em 1em; font-size: 24px; line-height: 1.5em; color: #999; font-weight: 500; }


.eventgaiyou {
	margin:10px 0px 20px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}

.eventgaiyou table.tab1 { table-layout:auto; background:#f6f6f6; }
.eventgaiyou th { border: solid 1px #dddddd; background:#f6f6f6; text-align: left; padding:10px 10px; font-weight: normal; width: 12em;}
.eventgaiyou td { border: solid 1px #dddddd; padding:10px 10px;}


.right_exit {
	border: 1px solid #333;
	margin: 20px 0px 0px 55%;
	padding: 10px;
	text-align: right;
	font-size: 14px;
}

.right_exit::after {
	clear: both;
	content: "";
	display: block;
}

.right_exit .link {
	padding: 0px 0px;
	margin-bottom: 0px;
	clear: both;
	padding-left: 30px;
	display: block;
}

.right_exit .link a {
	display: block;
	text-decoration: none !important;
	color: #000;
}

.right_exit .link a:after {
	content: "→";
	padding-left: 10px;
	color: #333;
}

.kizi {
	padding-bottom: 70px;
}

.marker02 {
	background: linear-gradient(transparent 60%, #E8D062 60%);align-content
}
.marker {
	background: linear-gradient(transparent 60%, #F5F650 60%);align-content
}
.fudousan_list ul { display: flex; flex-wrap: wrap; justify-content: left; padding-top: 0px; margin-bottom: 20px; }
.fudousan_list ul li { float: none; display: inline-block; width: 32%; margin: 20px 1% 0px 0px; box-sizing: border-box; text-align: left;  position: relative; }
.fudousan_list ul li:nth-child(3n + 3) {
	margin-right: 0px;
}
.fudousan_list ul li .box1 { height: 235px; overflow: hidden; width: 100%; }
.fudousan_list ul li img {
	width: 100%;
	height: 235px;
	object-fit: cover;
}
.fudousan_list ul li h2 {
	font-size: 16px;
	padding: 7px 0px;
	margin: 0px;
	font-weight: 300;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;	
}
.fudousan_list ul li h2 a {
	padding: 0px 0px 0px 0px;
	display: block;
	color: #4594CF;
}
.fudousan_list ul li span.label {
	display:inline-block;
	background:#E6002F;
	color:#fff;
	padding:5px 15px;
	margin-right:5px;
	border-radius:5px;
	font-size:12px;
	margin-bottom: 5px;
	line-height: 1em;
}
.fudousan_list ul li span.label.close {
	background:#555;
}
.fudousan_list ul li span.label.fcase {
	background:#aaa;
}
.fudousan_list ul li div.txt {
	display: block;
	text-align: left;
	border-top: 1px solid #555;	
	line-height: 1.5em;
	padding: 15px 0px;
}
.fudousan_list ul li dl {
	font-size: 13px;
	line-height: 1.6em;
	padding: 0px;
	margin: 0px;
}
.fudousan_list ul li dl dt {
	font-size: 13px;
	line-height: 1.4em;
	text-align: center;	
	display: inline;
}
.fudousan_list ul li dl dd { display: inline; margin: 0px; line-height: 1.4em;}


/* 下層一覧 */

/* company */
.gaiyou {
	margin:10px 0px 50px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 2.2em;
	width: 100%;
}

.gaiyou th { text-align: center;
	padding: 10px 20px;
	width: 14em;
	font-weight: 300;
	color: #000;
	background: #fafafa;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.gaiyou td { order: solid 0px #dddddd;
	background: #fff;
	padding: 20px 20px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.midashi {
	position: relative;
	margin: 5.5rem 0 2.5rem;
	padding-bottom: 10px;
	color: #222;
	font-size: 24px;
	border-bottom: 1px solid #333;
}

.midashi_blog {
	position: relative;
	margin: 5.5rem 0 2.5rem;
	padding-bottom: 10px;
	color: #222;
	font-size: 18px;
	border-bottom: 1px solid #333;
}

#access,
#after { padding-top: 100px; margin-top: -100px; }
.bloglist { }
.bloglist img.blog-thumbnail { width: 200px; float:left; margin-right: 30px; }
.mid-con02 {
	position: relative;
	margin: 5.5rem 0 2.5rem;
	padding-bottom: 10px;
	color: #222;
	font-size: 24px;
	border-bottom: 1px solid #333;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/* company */

/* テキスト色 */

.red {
	color: #ff0000;
}

/* テキスト色 */

#prevANDnext {
	border-top:1px double #4b4b4b;
	margin:25px 0 10px 0;
	padding:10px ;
	font-size:14px;
}

#prevANDnext .prev {
	float:  left;
	width:45%;
}

#prevANDnext .next {
	text-align: right;
	float:  right   ;
	width:45%;
}
.bx-wrapper .bx-controls-direction a { z-index: 1!important; }

ul.fudousan_list {
	display: flex;
	flex-wrap: wrap;
}
ul.fudousan_list li {
	display: inline-block;
	width: 30%;
	margin: 0px 1% 30px;
	box-sizing:border-box;
	padding: 10px!important;
}
ul.fudousan_list li img {
	width: 100%;
	height: 200px;
	display: block;
	object-fit: cover;
}
ul.fudousan_list li .midashi { margin: 0px 0px 10px; font-size: 16px; }
ul..fudousan_list li .box1 {
	width: auto!important;
	float: none!important;
	margin-right: 0px!important;
}
ul.fudousan_list table th { width: 4em!important; }
ul.fudousan_list table td, .fudousan_list table th { font-size: 13px!important; line-height: 1.5em; padding: 2px 10px!important;}

.wrap_pagenavi { margin: 50px auto; text-align: center; }
.grecaptcha-badge { visibility: hidden; }

.postlist { margin-bottom: 50px; }
.blog-thumbnail { float: left; margin-right: 20px; }
.bloglist-thumbnail { float: left; margin-right: 20px; width: 200px; border: 1px solid #eee; }
.blogDetail a.more { 
	display: block;
	text-align: center;
	font-size: 13px;
	width: 8em;
	margin-left: auto;
	background: url(images/yaij-b.png) no-repeat right center, #fff;
	background-position-x: 94%;
	background-size: 10px;
	color: #555;
	line-height: 1em;
	padding: 5px 10px;
	border-radius: 10px;
	border: 1px solid #66b791;
}
.blogDetail a.more:hover {
	background: url(images/yaij-b.png) no-repeat right center #eee;
	background-position-x: 94%;
}
.blogDetail .blogbloc { display: table-cell; }


.blogDetail span.label { 
	font-size: 14px;
	display: inline-block;
	line-height: 1em;
	padding: 5px 10px 5px;
	margin: 10px 0px;
	border-radius: 3px;
	text-align: center;
}
.blogDetail span.label.label_post_8 {
	border: 2px solid #E60012;
	color: #E60012;

}
.blogDetail span.label.label_post_9 {
	border: 2px solid #00A0E9;
	color: #00A0E9;

}
.bloc3 {
	padding: 10px 15px 10px 15px;
	border: 0px dashed #ddd;
	background: #eee;
	text-align: center;
	margin: 50px auto 20px;
	border-radius: 5px;
}
br.sponly { display: none; }
/* css追加をここの上に記載 */

@media (max-width: 1550px) {
	.menu { width: auto; }
	#tlogo a { left: 1px; }
	.wrapper04 {
		margin-left: 1%;
		margin-right: 1%;
	}	
	.menu span.wrap,
	.menu a{ font-size: 15px; }
	#header #tlogo { margin-left: 20px;}	
}

@media (max-width: 1450px) {
	.menu span.wrap,
	.menu a{ font-size: 14px; }
	#header #tlogo { margin-left: 10px;}	
}
@media (max-width: 1350px) {
	.menu span.wrap,
	.menu a{ font-size: 13px; }
}

@media (max-width: 1200px) {
	body {min-width: 1200px; overflow-x: auto; }
	.menu span.wrap,
	.menu a{ font-size: 12px; }
	.wrapper02 {
		width: 100%;
	}
	.wrapper03 {
		width: 100%;
	}	

}

/****************************************************
* 端末ごとの調整で、PCのcssはここ以下に追加しない
*****************************************************/