@charset "utf-8";

body {
	border-top: none !important; /* 既存CSSとのバッティング */
	min-width: 980px; /* 既存ページのため追記 */
	position: relative;
}

/*------------------------------------------------

		font

------------------------------------------------*/
body.is_fix_load .is_min {
	font-family: 'Noto Serif JP', 'Noto Sans Japanese', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media print {
	body.is_fix_load .is_min {
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
	}
}

/*------------------------------------------------

		header

------------------------------------------------*/
.l_header {
	background: #fff;
	border-bottom: 1px solid #ccc;
	width: 100%;
	min-width: 980px; /* 既存ページのため追記 */
	padding: 0 40px;
	position: relative; /* 既存ページのためfixedから変更 */
	z-index: 1000;
}
.l_header .md_oversea {
	font-size: 1.2rem;
	padding: 15px 0 5px;
	text-align: right;
}
.l_header .md_oversea a {
	border-bottom: 1px solid #999;
	display: inline-block;
	font-weight: bold;
	padding: 5px 0 3px;
}
.l_header .md_oversea a:hover {
	opacity: 0.6;
}
.l_header .l_header_inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 20px;
	transition: 0.3s all;
}
.l_header .md_inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.l_header .md_logo {
	line-height: 1;
}
.l_header .md_logo img {
	width: 150px;
	height: 44px;
	transition: 0.3s all;
}
.l_header .md_logo a {
	display: block;
}
.l_header .md_logo a:hover {
	opacity: 0.8;
}
.l_header .btn_gnavi {
	display: none;
}
.l_header .md_gnavi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	overflow: hidden;
}
.l_header .md_gnavi ul li {
	width: 120px;
	position: relative;
}
.l_header .md_gnavi ul li a {
	align-items: center;
	border-left: 1px solid #ccc;
	display: flex;
	font-size: 1.2rem;
	justify-content: center;
	line-height: 1.5;
	letter-spacing: 0.2em;
	height: 100%;
	padding: 10px 0;
	text-align: center;
}
.l_header .md_gnavi.is_large ul li a {
	letter-spacing: 0;
}
.l_header .md_gnavi ul li:last-of-type a {
	border-right: 1px solid #ccc;
}
.l_header .md_gnavi:not(.is_large) ul li:nth-child(3) a {
	letter-spacing: -0.1em;
}
.l_header .md_gnavi.is_large ul li:nth-child(7) a {
	letter-spacing: -0.05em;
}
.l_header .md_gnavi ul li.is_current a {
	color: #a59874;
}
.l_header .md_gnavi ul li a:hover {
	opacity: 0.6;
}

/*------------------------------------------------

		header gnavi commingsoon

------------------------------------------------*/
.l_header .md_gnavi.is_large ul li.is_commingsoon {
	position: relative;
}
.l_header .md_gnavi.is_large ul li.is_commingsoon::before {
	align-items: center;
	color: #999;
	content: "comming soon";
	display: flex;
	font-size: 1.2rem;
	font-weight: 500;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: 0.3s all;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
.l_header .md_gnavi.is_large ul li.is_commingsoon a {
	pointer-events: none;
}
.l_header .md_gnavi.is_large ul li.is_commingsoon a span {
	transition: 0.3s all;
}
.l_header .md_gnavi.is_large ul li.is_commingsoon:hover a span {
	opacity: 0;
}
.l_header .md_gnavi.is_large ul li.is_commingsoon:hover::before {
	opacity: 1;
}

/*------------------------------------------------

		footer nav

------------------------------------------------*/
.l_footer {
	clear: both;
	background: #eae3d0;
	position: relative;
	z-index: 2;
}
#div_section_wrap {
	margin-bottom: 5%;
}
.l_footer .l_footer_inner {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
	padding: 80px 40px 60px;
	position: relative;
}
.l_footer .l_footer_inner .md_pagetop {
	background: #eae3d0;
	font-size: 1.2rem;
	position: absolute;
	top: 30px;
	right: 40px;
	opacity: 0;
	transition: 0.3s all;
	z-index: 5;
}
.l_footer .l_footer_inner .md_pagetop.is_active {
	opacity: 1;
}
.l_footer .l_footer_inner .md_pagetop.is_fixed {
	position: fixed;
	top: auto;
	bottom: 40px;
}
.l_footer .l_footer_inner .md_pagetop a {
	display: block;
	padding: 10px 15px;
}
.l_footer .l_footer_inner .md_pagetop a:hover{
	opacity: 0.5;
}

.l_footer .md_list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 13.75%;
}
.l_footer .md_list.is_large {
	width: 31%;
}
.l_footer .md_list .md_ttl {
	border-left: 7px solid #231815;
	border-bottom: 1px solid #231815;
	font-size: 1.4rem;
	font-weight: 500;
	width: 100%;
	margin-bottom: 20px;
	padding: 8px 0 8px 15px;
}
.l_footer .md_list ul {
	font-size: 1.2rem;
	font-weight: 200;
	letter-spacing: 0;
	width: 100%;
	padding-left: 22px;
}
.l_footer .md_list.is_large ul {
	width: 48%;
}
.l_footer .md_list ul li + li {
	margin-top: 10px;
}
.l_footer .md_list ul li a {
	border-bottom: 1px solid rgba(35,24,21,0);
}
.l_footer .md_list ul li a:hover {
	border-bottom: 1px solid #231815;
}
.l_footer .md_copy {
	background: #a59874;
	color: #fff;
	padding: 40px 40px 30px;
}
.l_footer .md_copy ul {
	font-size: 1.2rem;
	font-weight: 200;
	max-width: 1000px;
	margin: 0 auto;
}
.l_footer .md_copy ul li + li {
	margin-top: 5px;
}
.l_footer .md_copy ul li a {
	border-bottom: 1px solid rgba(255,255,255,0);
	color: #fff;
}
.l_footer .md_copy ul li a:hover {
	border-bottom: 1px solid #fff
}
.l_footer .md_copy > p {
	font-size: 1.2rem;
	font-weight: 200;
	max-width: 1000px;
	margin: 0 auto;
}
.l_footer .md_copy ul + p {
	margin-top: 30px;
}

/*------------------------------------------------

		footer gnavi commingsoon

------------------------------------------------*/
.l_footer .md_list ul li.is_commingsoon {
	position: relative;
}
.l_footer .md_list ul li.is_commingsoon::before {
	align-items: center;
	color: #999;
	content: "comming soon";
	display: flex;
	font-size: 1.2rem;
	font-weight: 500;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	transition: 0.3s all;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
.l_footer .md_list ul li.is_commingsoon a {
	pointer-events: none;
}
.l_footer .md_list ul li.is_commingsoon a span {
	transition: 0.3s all;
}
.l_footer .md_list ul li.is_commingsoon:hover a span {
	opacity: 0;
}
.l_footer .md_list ul li.is_commingsoon:hover::before {
	opacity: 1;
}

/*------------------------------------------------

		main

------------------------------------------------*/
.is_bg_gray {
	background: #efefef;
	padding: 60px 4%;
	overflow: hidden;
}
.is_bg_gray::after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
.is_bg_black {
	background: #080403;
	background: -moz-linear-gradient(top,  #080403 0%, #202334 100%);
	background: -webkit-linear-gradient(top,  #080403 0%,#202334 100%);
	background: linear-gradient(to bottom,  #080403 0%,#202334 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080403', endColorstr='#202334',GradientType=0 ); 
}
.is_bg_black a {
	display: block;
}
.is_bg_black a:hover {
	opacity: 0.6;
}
.is_bg_black + .is_bg_page p img {
	width: 100%;
}

/*------------------------------------------------

		bread

------------------------------------------------*/
.md_bread {
	margin: 0 auto;
	padding: 10px 40px;
}
.md_bread ol {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
	margin: 0 auto;
}
.md_bread ol li {
	display: flex;
	font-size: 1.0rem;
	justify-content: flex-start;
}
.md_bread ol li + li::before {
	content: "/";
	display: block;
	padding: 0 15px;
}
.md_bread ol li a {
	border-bottom: 1px solid rgba(0,0,0,0);
}
.md_bread ol li a:hover {
	border-bottom: 1px solid #333;
}

/*------------------------------------------------

		md_kv_under

------------------------------------------------*/
.md_kv_under {
	align-items: flex-end;
	background: #000;
	display: flex;
	justify-content: center;
	height: 280px;
	margin: 0 auto;
	position: relative;
}
.md_kv_under.is_jigyo {
	background: url(../img/jigyo/img_kv.jpg) center center / cover no-repeat;
}
.md_kv_under.is_company {
	background: url(../img/company/img_kv.jpg) center center / cover no-repeat;
}
.md_kv_under.is_world_jigyo {
	background: url(../img/jigyo/img_kv.jpg) center center / cover no-repeat;
	/*height: 400px;*/
}
.md_kv_under.is_world_group {
	background: url(../img/world/group/img_kv.jpg) center center / cover no-repeat;
	height: 400px;
}
.md_kv_under .md_ttl_wrap {
	color: #fff;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: right;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1;
}
.md_kv_under .md_ttl_wrap div {
	padding: 0 4%;
	text-align: center;
	position: absolute;
	right: 0;
}
.md_kv_under .md_ttl_wrap h1 {
	font-size: 2.6rem;
	font-weight: 100;
	line-height: 1;
	letter-spacing: 0.5em;
	padding-left: 0.5em;
}
.md_kv_under .md_ttl_wrap h1 + p {
	font-size: 1.0rem;
	font-weight: 100;
	letter-spacing: 0.2em;
	margin-top: 10px;
}
.md_kv_under .btn_snavi {
	display: none;
}
.md_kv_under .md_snavi ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 100;
	justify-content: center;
}
.md_kv_under .md_snavi ul li {
	text-align: center;
}
.md_kv_under .md_snavi ul li + li {
	border-left: 1px solid #666;
}
.md_kv_under .md_snavi.is_odd ul li:last-of-type {
	border-left: none;
}
.md_kv_under .md_snavi ul li a {
	color: #fff;
	display: block;
	padding: 10px 8px 15px;
}
.md_kv_under .md_snavi ul li a:hover {
	opacity: 0.6;
}

/*------------------------------------------------

		vertical

------------------------------------------------*/
.md_vertical {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin: 30px 0;
}
.md_vertical p {
	border-left: 1px solid #aaa;
	padding: 0 15px;
}
.md_vertical p:first-of-type {
	border-right: 1px solid #aaa;
}

/*------------------------------------------------

		parallel

------------------------------------------------*/
.md_parallel {
	margin: 60px 0;
	text-align: center;
}

/*------------------------------------------------

		btn

------------------------------------------------*/
.btn_green a {
	background: #dbefed;
	border: 3px double #79b3b5;
	color: #79b3b5;
	font-weight: 200;
	display: block;
	line-height: 1.4;
	padding: 10px;
}
.btn_green a:hover {
	background: #79b3b5;
	color: #fff;
}
.btn_default a {
	align-items: center;
	border: 1px solid #79b3b5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
}
.btn_default a:hover {
	background: #79b3b5;
	color: #fff;
}

/*------------------------------------------------

		btn comming soon

------------------------------------------------*/
.btn_default.is_commingsoon {
	position: relative;
}
.btn_default.is_commingsoon a {
	pointer-events: none;
}
.btn_default.is_commingsoon:hover strong {
	opacity: 0;
}
.btn_default.is_commingsoon:hover span {
	opacity: 0;
}
.btn_default.is_commingsoon::before {
	align-items: center;
	background: #79b3b5;
	color: #fff;
	display: flex;
	content: "comming soon";
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: 0.3s all;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
}
.btn_default.is_commingsoon:hover::before {
	opacity: 1;
}

/*------------------------------------------------

		link_arrow

------------------------------------------------*/
.lnk_arrow {
	display: inline-block;
	font-weight: 200;
}
.lnk_arrow.is_small {
	background: url(../img/common/icn_arrow_gold.png) left center / 15px 15px no-repeat;
	font-size: 1.2rem;
	padding-left: 22px;
}
.lnk_arrow.is_small.is_gold {
	background: url(../img/common/icn_arrow_gold.png) left center / 15px 15px no-repeat;
}
.lnk_arrow.is_large {
	background: url(../img/common/icn_arrow_gold.png) left center / 30px 30px no-repeat;
	font-size: 2rem;
	padding-left: 45px;
}
.lnk_arrow.is_large.is_gold {
	background: url(../img/common/icn_arrow_gold.png) left center / 30px 30px no-repeat;
}

/*------------------------------------------------

		md_block_list

------------------------------------------------*/
.md_block_list {
	max-width: 80%;
	margin: 60px auto 0;
}
.md_block_list_mt0 {
	margin: 0 auto;
}
.md_block_list .md_block_list_ttl {
	border-bottom: 1px solid #666;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-bottom: 30px;
	text-align: center;
}
.md_block_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.md_block_list li {
	transition: 0.3s all;
}
.md_block_list.is_cal1 li {
	width: 100%;
}
.md_block_list.is_cal2 li {
	width: 48%;
}
.md_block_list.is_cal2 li:not(:first-of-type):not(:nth-of-type(2)) {
	margin-top: 30px;
}
.md_block_list.is_cal3 li {
	width: 32%;
}
.md_block_list.is_cal3 li:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)) {
	margin-top: 20px;
}
.md_block_list.is_cal4 li {
	width: 23.5%;
}
.md_block_list.is_cal4 li:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
	margin-top: 20px;
}
.md_block_list li a {
	background: #fff;
	display: block;
	height: 100%;
	text-align: center;
}
.md_block_list li a:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.md_block_list li a p:first-of-type {
	overflow: hidden;
}
.md_block_list li a img {
	display: block;
	width: 100%;
}
@media screen {
	.md_block_list li a img {
		transform: scale(1) rotate(0.0001deg);
		outline: 1px solid transparent;
		transition: 0.3s all ease-out;
	}
	.md_block_list li a:hover img {
		transform: scale(1.05) rotate(0.0001deg);
	}
}
.md_block_list li .md_ttl {
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.1rem;
	margin-top: 20px;
}
.md_block_list li .md_ttl + .lnk_arrow {
	margin-bottom: 20px;
}

/*------------------------------------------------

		md_block_list commingsoon

------------------------------------------------*/
.md_block_list li.is_commingsoon a {
	pointer-events: none;
}
.md_block_list li.is_commingsoon a div {
	padding-top: 20px;
	position: relative;
}
.md_block_list li.is_commingsoon a div::before {
	align-items: center;
	color: #999;
	content: "comming soon";
	display: flex;
	font-size: 1.2rem;
	font-weight: 500;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: 0.3s all;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
.md_block_list li.is_commingsoon a div .md_ttl {
	margin-top: 0;
	transition: 0.3s all;
}
.md_block_list li.is_commingsoon:hover a div .md_ttl {
	opacity: 0;
}
.md_block_list li.is_commingsoon a div .lnk_arrow {
	transition: 0.3s all;
}
.md_block_list li.is_commingsoon:hover a div .lnk_arrow {
	opacity: 0;
}
.md_block_list li.is_commingsoon:hover div::before {
	opacity: 1;
}

/*------------------------------------------------

		base

------------------------------------------------*/
.is_bg_gray_page {
	max-width: 80%;
	margin: 0 auto;
}
.is_bg_page {
	max-width: 80%;
	margin: 60px auto;
}

/*------------------------------------------------

		h1～h2

------------------------------------------------*/
.md_ttl_kv_wrap img {
	width: 100%;
}
.md_ttl_border {
	border-left: #a59774 10px solid;
	clear: both;
	font-size: 2.0rem;
	font-weight: 200;
	letter-spacing: 0.25em;
	margin-bottom: 10px;
	padding: 5px 10px;
}

/*------------------------------------------------

		md_jigyo_list

------------------------------------------------*/
.md_jigyo_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 80%;
	margin: 0 auto;
}
.md_jigyo_list section {
	background: #fff;
	width: 48%;
	padding-bottom: 2%;
	text-align: center;
}
.md_jigyo_list.is_gold section:not(:first-of-type):not(:nth-of-type(2)) {
	margin-top: 30px;
}
.md_jigyo_list.is_gold section a {
	display: block;
	padding: 4%;
}
.md_jigyo_list.is_gold section a:hover {
	opacity: 0.6;
}
.md_jigyo_list section h2 {
	align-items: center;
	border-bottom: 1px solid #79b3b5;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0 15px;
	padding: 10px 20px;
}
.md_jigyo_list.is_gold section h2 {
	border-bottom: 1px solid #a59874;
	color: #a59874;
}
.md_jigyo_list section h2 i {
	border: 1px solid #79b3b5;
	color: #79b3b5;
	display: block;
	font-size: 1.15rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-right: 15px;
	padding: 5px 5px 5px 10px;
}
.md_jigyo_list.is_gold section h2 i {
	border: 1px solid #a59874;
	color: #a59874;
}
.md_jigyo_list section h2 em {
	display: block;
	font-size: 2rem;
	font-weight: bold;
}
.md_jigyo_list section .md_caption {
	font-size: 1.35rem;
	font-weight: 300;
	margin-bottom: 15px;
	padding: 0 4%;
}
.md_jigyo_list section .md_caption + p {
	font-size: 1.15rem;
	letter-spacing: 0.15em;
	margin-bottom: 30px;
	padding: 0 4%;
}
.md_jigyo_list.is_gold section .md_caption + p {
	margin-bottom: 0;
}
.md_jigyo_list section ul {
	display: flex;
	font-size: 1.1rem;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
	padding: 0 4%;
}
.md_jigyo_list section ul.is_cal1 li {
	width: 100%;
}
.md_jigyo_list section ul.is_cal1 li:not(:first-of-type) {
	margin-top: 10px;
}
.md_jigyo_list section ul.is_cal2 li {
	width: 49%;
}
.md_jigyo_list section ul.is_cal2 li:not(:first-of-type):not(:nth-of-type(2)) {
	margin-top: 10px;
}
.md_jigyo_list section ul.is_cal3 li {
	width: 32%;
}
.md_jigyo_list section ul.is_cal4 li {
	width: 23.5%;
}
.md_jigyo_list section ul.is_cal1 li.btn_default strong {
	display: block;
	font-size: 1.35rem;
	letter-spacing: 0.3em;
	margin-right: 20px;
}
.md_jigyo_list section.is_house ul.is_cal1 li.btn_default strong {
	width: 100%;
	margin-right: 0;
}
.md_jigyo_list section ul.is_cal2 li.btn_default span {
	display: block;
	font-size: 1.4rem;
	width: 100%;
}
.md_jigyo_list section .lnk_arrow:hover {
	opacity: 0.6;
}
.md_jigyo_list_s {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 80%;
	margin: 60px auto 0;
}
.md_jigyo_list_s .md_jigyo_list_ttl {
	border-bottom: 1px solid #666;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.md_jigyo_list_s section {
	background: #fff;
	width: 32%;
}
.md_jigyo_list_s section:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)) {
	margin-top: 30px;
}
.md_jigyo_list_s section img {
	width: 100%;
}
.md_jigyo_list_s section a {
	border: 1px solid #a59874;
	display: block;
	padding: 4%;
}
.md_jigyo_list_s section a:hover {
	opacity: 0.6;
}
.md_jigyo_list_s section a > div {
	border: 1px solid #a59874;
	padding: 4%;
}
.md_jigyo_list_s section h3 {
	color: #a59874;
	font-size: 1.3rem;
	font-weight: bold;
	border-bottom: 1px solid #a59874;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: center;
}
.md_jigyo_list_s section dl {
	border-top: 1px solid #ccc;
	display: flex;
	font-size: 1.1rem;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px 0;
}
.md_jigyo_list_s section dt {
	background: #efefef;
	border-bottom: 1px solid #ccc;
	width: 25%;
	padding: 5px 0;
	text-align: center;
}
.md_jigyo_list_s section dd {
	border-bottom: 1px solid #ccc;
	width: 75%;
	padding: 5px 10px;
	text-align: justify;
}
.md_jigyo_list_s section .md_btn {
	align-items: center;
	background: #a59874;
	border: 2px solid #fff;
	box-shadow: 0 0 14px 0px rgba(0, 0, 0, 0.47);
	display: flex;
	font-size: 1.35rem;
	justify-content: center;
	width: 50%;
	margin: 0 auto;
	padding: 2%;
	outline: 1px solid #fff;
	outline-offset: -6px;
}
.md_jigyo_list_s section .md_btn span {
	color: #fff;
	display: block;
	padding: 0 0 0 20px;
	position: relative;
}
.md_jigyo_list_s section .md_btn span::before,
.md_jigyo_list_s section .md_btn span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.md_jigyo_list_s section .md_btn span::before {
	left: 6px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
}

/*------------------------------------------------

		executives

------------------------------------------------*/
dl.is_executives {
	margin-left: 32px;
}
dl.is_executives dt,
dl.is_executives dd {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
dl.is_executives dt:last-child,
dl.is_executives dd:last-child {
	margin-bottom: 0;
}
dl.is_executives dt {
	clear: left;
	float: left;
	font-weight: 500;
	width: 15%;
}
dl.is_executives dd {
	margin-left: 17%;
}
dl.is_executives dd br {
	display: none;
}
dl.is_executives + .md_ttl_border {
	margin-top: 40px;
}
.md_organization {
	background: #fff;
	padding: 5%;
	text-align: center;
}
.md_organization img{
	max-width: 1000px;
	width: 90%;
}
.md_philosophy {
	background: #fff;
	border: #a59773 2px solid;
	font-size: 1.4rem;
	margin: 6% 0 10%;
	padding: 5% 10% 8%;
	position: relative;
	text-align: justify;
	outline: 2px solid #a59773;
	outline-offset: -10px;
}
.md_philosophy::before {
	border-top: 40px #a59773 solid;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	content: " ";
	margin-left: -75px;
	position: absolute;
	top: 100%;
	left: 50%;
}
.md_philosophy p + .md_ttl_border,
.md_ttl_border2{
	margin-top: 40px;
}

.is_graykome{
	background: #f3f3f3;
	margin-top: 10px;
	padding: 20px 20px 10px 10px;
}

.is_graykome li{
	list-style: none;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-indent: -2em;
	padding-left: 3em;
	padding-bottom: 10px;
}
.pb10{
	padding-bottom: 10px;
}

ul.is_numberlist {
	counter-reset: number;
}
ul.is_numberlist li {
	position: relative;
	margin-bottom: 2%;
	padding-left: 2em;
}
ul.is_numberlist li:last-child {
	margin-bottom: 0;
}
ul.is_numberlist li::before {
	color: #a59773;
	font-weight: bold;
	counter-increment: number;
	content: counter(number) ".";
	position: absolute;
	left: 0;
}
.is_catch {
	margin-bottom: 6.6%;
	text-align: center;
}
.is_catch + p {
	text-align: center;
}
.md_philosophy_flex {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.md_philosophy_flex > div {
	width: 48%;
}
.md_philosophy_flex > div .md_ttl_border {
	margin-top: 0;
}
.md_philosophy_flex .is_catch {
	text-align: left;
}
.md_philosophy_flex .is_catch + p {
	text-align: left;
}
.md_philosophy .is_sp {
	display: none;
}
.principle-ttl {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin: 40px 0 20px 0;
}
.principle-ttl span {
	border-radius: 20px;
	display: inline-block;
	padding: 5px 74px;
}
.principle-color01 {
	color: #a49874;
}
.principle-color01 span {
	background-color: rgba(202, 188, 150, 0.4);
	border: 1px solid #cabc96;
}
.principle-ttl span {
	border-radius: 20px;
	display: inline-block;
	padding: 5px 74px;
}
.is_boxborder{
	border: 1px solid #e9e9e9;
	padding: 20px;
}


/*------------------------------------------------

		mansion

------------------------------------------------*/
.md_bnr_wrap {
	max-width: 80%;
	margin: 0 auto;
	padding: 0 60px;
	position: relative;
}
.md_bnr_wrap .md_bnr {
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	right: 60px;
}
.md_mansion_btn {
	max-width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.md_bnr_wrap .md_mansion_btn {
	max-width: 100%;
}
.md_mansion_btn li {
	color: #fff;
	text-align: center;
	padding: 2%;
}
.md_mansion_btn.is_cal2 li {
	width: 48.5%;
}
.md_mansion_btn.is_cal3 li {
	width: 32%;
}
.md_mansion_btn.is_cal4 li {
	width: 24%;
}
.md_mansion_btn li.is_current {
	background: #eeefef;
}
.md_mansion_btn li br {
	display: none;
}
.md_mansion_btn li.is_current span {
	background: #78b3b4;
	padding: 3%;
	width: 100%;
	display: inline-block;
}
.md_mansion_btn li a {
	color: #fff;
	background: #78b3b4;
	padding: 3%;
	width: 94%;
	display: inline-block;
	opacity: 0.5;
}
.md_mansion_btn li a:hover {
	transition: 0.3s all;
	opacity: 1.0;
}
.md_mansion_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4% 0 0 0;
}
.md_mansion_list>li {
	width: 49%;
	margin: 0 2% 2% 0;
}
.md_mansion_list>li:nth-child(2n) {
	margin-right: 0;
}
.md_mansion_list>li>a {
	background: #fff;
	border: 1px solid #78b3b4;
	display: block;
	width: 100%;
	height: 100%;
	padding: 6%;
	outline: 1px solid #78b3b4;
	outline-offset: -10px;
	overflow: hidden;
}
.md_mansion_list li a:hover {
	opacity: 0.5;
}
.md_mansion_list li a p.md_ttl {
	color: #78b3b4;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 114%;
	border-bottom: #78b3b4 1px solid;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.md_mansion_list li a p.md_ttl.is_fine {
	align-items: center;
	display: flex;
	min-height: 50px;
	padding-right: 45px;
	position: relative;
}
.md_mansion_list li a p.md_ttl.is_fine::after {
	background: url(../img/mansion/icn_finebox.png) center center / contain no-repeat;
	content: "";
	display: block;
	width: 55px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
.md_mansion_list li a p.is_img {
	display: flex;
	justify-content: space-between;
}
.md_mansion_list li a p.is_img img {
	width: 49%;
	height: 100%;
}
.md_mansion_list li a p.md_catch {
	color: #78b3b4;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 2%;
	text-align: justify;
}
.md_mansion_list li a dl {
	margin: 4% 0;
}
.md_mansion_list li a dl dt {
	clear: left;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
	width: 60px;
	position: relative;
	padding: 0 0 0 15px;
}
.md_mansion_list li a dl dt,
.md_mansion_list li a dl dd {
	font-size: 1.1rem;
}
.md_mansion_list li a dl dt:before {
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 11px;
	height: 11px;
	background: #78b3b4;
}
.md_mansion_list li a dl dd {
	margin-left: 70px;
	margin-bottom: 5px;
	text-align: justify;
}
.md_mansion_list li a .md_mansion_naiyo {
	clear: both;
	background: #eeefef;
	padding: 4%;
	display: flex;
	justify-content: space-between;
}
.md_mansion_list li a .md_mansion_naiyo li {
	font-size: 1.1rem;
	border-bottom: #554d4b 1px dotted;
}
.md_mansion_list li a .md_mansion_naiyo li:last-child {
	border-bottom: none;
}
.md_mansion_list li a .md_mansion_naiyo div:nth-child(1) {
	width: 55%;
}
.md_mansion_list li a .md_mansion_naiyo div:nth-child(2) {
	align-items: center;
	background: #78b3b4;
	border: 2px solid #fff;
	box-shadow: 0 0 14px 0px rgba(0, 0, 0, 0.47);
	display: flex;
	justify-content: center;
	width: 40%;
	padding: 2%;
	outline: 1px solid #abd0d0;
	outline-offset: -6px;
}
.md_mansion_list li a .md_mansion_naiyo div:nth-child(2) p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 114%;
	padding: 0 0 0 20px;
	position: relative;
}
.md_mansion_list li a .md_mansion_naiyo div:nth-child(2) p:before,
.md_mansion_list li a .md_mansion_naiyo div:nth-child(2) p:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.md_mansion_list li a .md_mansion_naiyo div:nth-child(2) p:before {
	left: 6px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
}
.md_finebox {
	font-size: 1.1rem;
}
.md_finebox > a {
	border-bottom: 1px solid #231815;
}
.md_finebox > a:hover {
	border-bottom: 1px solid rgba(0,0,0,0);
}
.md_finebox > img {
	width: 55px;
	height: 40px;
	margin-right: 15px;
}

/*------------------------------------------------

		jigyou-world

------------------------------------------------*/
.md_wordgaiyo {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 70px 0;
}
.is_wordgaiyo {
	border-top: #7b7674 1px solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 50%;
}
.is_wordgaiyo dt,
.is_wordgaiyo dd {
	border-bottom: #7b7674 1px solid;
	font-size: 1.3rem;
	padding: 1.7%;
}
.is_wordgaiyo dt {
	background: #eeefef;
	width: 25%;
	padding: 1.7%;
	text-align: center;
}
.is_wordgaiyo dd {
	width: 75%;
}

.is_wordgaiyo dd a:hover {
    opacity: 0.6;
}

/*------------------------------------------------

		recruit

------------------------------------------------*/
.l_video {
	position: relative;
}
.md_video {
	background: rgb(202,201,202);
	background: linear-gradient(90deg, rgba(202,201,202,1) 0%, rgba(242,241,242,1) 50%, rgba(202,201,202,1) 100%);
	width: 100%;
	padding-bottom: 20%;
	overflow: hidden;
}
.is_video {
	width: 100%;
	height: 100%;
	margin: -8% 0 0;
	transition: 0.3s all;
}
.md_recruit {
	margin: -32% 0 0;
	position: relative;
	z-index: 1;
}
.is_recruit_list {
	max-width: 1000px;
	margin: 50px auto 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.is_recruit_list li {
	width: 48%;
	max-width: 580px;
	margin-top: 20px;
}
.is_recruit_list li a {
	background: #fff;
	display: block;
	font-size: 2.3rem;
	text-align: center;
	border: #221814 1px solid;
	padding: 4%;
	/*border: rgba(43, 34, 30, 0.7) 1px solid;
	padding: 15px 4%;*/
}

.is_recruit_list li:nth-child(2) a,
.is_recruit_list li:nth-child(3) a,
.is_recruit_list li:nth-child(4) a{
	border: none;
	padding: 0;
}

.is_recruit_list li a span{
	font-size: 76%;
}

.is_recruit_list li:nth-of-type(2) a {
	/*background: #eee;*/
}
.is_info {
	background: rgb(202,201,202);
	background: linear-gradient(90deg, rgba(202,201,202,1) 0%, rgba(242,241,242,1) 50%, rgba(202,201,202,1) 100%);
	padding: 0 4% 80px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.is_info a:hover,
.is_recruit_list li a:hover {
	opacity: 0.5;
}
.is_info img {
	width: 100%;
	max-width: 1000px;
}
.is_recruit_list li a br.br_sp{
	display: none;
}

/*------------------------------------------------

		recruit-newfresh

------------------------------------------------*/
.is_fresh_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.is_fresh_list li {
	width: 46%;
}
.is_fresh_list li:nth-child(1) a {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 2.7rem;
	text-align: center;
	border: #221814 1px solid;
	width: 92%;
	padding: 0 4%;
}
.is_fresh_list li a:hover {
	opacity: 0.5;
}

/*------------------------------------------------

		recruit-career

------------------------------------------------*/
.is_fresh_list2 {
	display: flex;
	justify-content: center;
}
.is_fresh_list2 li {
	width: 46%;
}
.is_fresh_list2 li a:hover {
	opacity: 0.5;
}
.md_career {
	max-width: 1000px;
	margin: 0 auto 60px;
}
.md_career h1 {
	text-align: center;
	font-size: 2.7rem;
	width: 100%;
	margin: 0 auto 30px;
	padding-bottom: 20px;
	position: relative;
	display: inline-block;
}
.md_career h1:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 50%;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}
.md_career h2 {
	align-items: center;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.7rem;
}
.md_career h2 span {
	border: #9f9fa0 1px solid;
	margin-right: 30px;
	padding: 10px 60px;
	display: inline-block;
}
.md_career h2 a {
	display: inline-block;
	width: 206px;
}
.md_career h2 a img {
	width: 100%;
}
.md_career h2 a:hover {
	opacity: 0.5;
}
.md_career table.is_wordgaiyo {
	margin-top: 20px;
	margin-bottom: 20px;
}
.md_career table.is_wordgaiyo td .px10 {
	font-size: 1.2rem;
}
.is_entry {
	width: 206px;
}
.is_entry a {
	display: block;
}
.is_entry a:hover {
	opacity: 0.5;
}
.bg_gold {
	color: #fff;
	background: #a59773;
	margin-right: 10px;
	padding: 2px 10px;
}
.pt10 {
	padding-top: 10px;
}
table.md_recruit_table {
	border-collapse: collapse;
	border-top: #7b7674 1px solid;
	width: 100%;
	margin: 15px 0 25px;
}
table.md_recruit_table th,
table.md_recruit_table td {
	border-bottom: #7b7674 1px solid;
}
table.md_recruit_table th {
	font-size: 1.5rem;
	text-align: center;
	background: #eeefef;
	width: 30%;
	padding: 3% 0;
}
table.md_recruit_table td {
	font-size: 1.4rem;
	padding: 3%;
}
table.md_recruit_table td .px10 {
	font-size: 1.0rem;
}

/*------------------------------------------------

		md_side_list

------------------------------------------------*/
.md_side_list {
	font-size: 1.2rem;
	font-weight: bold;
}
.md_side_list li {
	border-left: 1px solid #999;
}
.nav_a3 .md_side_list li#s_outline,
.nav_a4 .md_side_list li#s_history,
.nav_a5 .md_side_list li#s_office,
.nav_d2 .md_side_list li#s_privacypolicy,
.nav_d3 .md_side_list li#s_policy,
.nav_e1 .md_side_list li#s_about,
.nav_e2 .md_side_list li#s_sitemap,
.md_side_list li:hover {
	border-left: 3px solid #4b55b8;
}
.md_side_list li + li {
	margin-top: 3px;
}
.md_side_list li a {
	background: #f1f1f1 url(/assets/img/common/icn_side_list.gif) 12px center / 7px 7px no-repeat;
	color: #999;
	display: block;
	padding: 3px 10px 3px 25px;
	text-decoration: none !important;
	transition: 0s all;
}
.nav_a3 .md_side_list li#s_outline a,
.nav_a4 .md_side_list li#s_history a,
.nav_a5 .md_side_list li#s_office a,
.nav_d2 .md_side_list li#s_privacypolicy a,
.nav_d3 .md_side_list li#s_policy a,
.nav_e1 .md_side_list li#s_about a,
.nav_e2 .md_side_list li#s_sitemap a,
.md_side_list li a:hover {
	background: #fff url(/assets/img/common/icn_side_list_current.gif) 10px center / 7px 7px no-repeat;
	color: #4b55b8;
	padding-left: 23px;
}
