@charset "UTF-8";

/* -----------------------------------------------------------------
reset
------------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b, strong {
	font-weight: bold;
}

/* -----------------------------------------------------------------
preset
------------------------------------------------------------------ */
html, body {
	-webkit-backface-visibility: hidden;
}
html {
	font-size: 62.5%;
}
@media screen and (max-width: 767px) {
	html {
		font-size: 59.375%;
	}
}
body {
	background-color: #ffffff;
	color: #222;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 400;
	font-family: 'Inter', 'BIZ UDPGothic', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	padding-top: 0 !important;
	font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
	body {
		width: 100%;
		height: 100%;
		min-width: 1208px;
	}
}
/*.safari body {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	font-smoothing: subpixel-antialiased;
}*/
.mac body, .iphone body, .ipod body, .ipad body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
/* Roboto */
.roboto {
	font-family: Roboto, sans-serif;
}
.mac .roboto {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	color: #222;
	margin: 0;
	padding: 0;
}
p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
a {
	color: #222;
	text-decoration: none;
}
a:hover span,
a:hover {
	text-decoration: none;
}

/* -----------------------------------------------------------------
responsive
------------------------------------------------------------------ */
.resp-pc {
	display: block;
}
.resp-sp {
	display: none;
}
.resp-tab {
	display: none;
}
@media screen and (max-width: 767px) {
	.resp-pc {
		display: none!important;
	}
	.resp-sp {
		display: block;
	}
	.resp-tab {
		display: block;
	}
}
@media screen and (max-width: 445px) {
	.resp-pc {
		display: none;
	}
	.resp-sp {
		display: block;
	}
	.resp-tab {
		display: none;
	}
}
.clear {
	clear: both;
}
.container {
	max-width: 100%;
	width: 1208px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.container {
		padding: 0 15px;
	}
}
.shadow {
	box-shadow: 0 0 15px rgba(0,0,0,.11);	
}
.common-ihover:hover a img,
a .common-ihover:hover img {
	opacity: 0.7;
	-webkit-transition: 0.30s;
	-ms-transition: 0.30s;
	transition: 0.30s;
}
.txt-en {
	font-family: 'Frank Ruhl Libre', serif;
	font-weight: 600;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	color: #D36921;
	display: inline-block;
}
.txt-gr {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	color: #CEBEAA;
}
.mod_title {
	text-align: center;
	padding: 84px 0 0;
}
.mod_h2 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.4;
}
.mod_h3 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4;
	margin: 20px 0 0;
}
.mod_h4 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
}
.mod_h5 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
}
.border-bottom {
	border-bottom: 2px solid #CEBEAA;
}
.icon {
	font-size: 16px;
	font-size: 1.6rem;
	color: #6F6967;
	width: 20px;
	height: 20px;
	background: #DBCAB4;
	border-radius: 50%;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin: 0 0 0 6px;
}
/* -----------------------------------------------------------------
#header
------------------------------------------------------------------ */
#header {
	position: fixed;
	z-index: 540;
	width: 100%;
}
@media screen and (min-width: 768px) {
	#header {
		min-width: 1208px;
	}
}
/* -----------------------------------------------------------------
.header-content
------------------------------------------------------------------ */
#header .header-content {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	width: 100%;
	height: 80px;
	background: #ffffff;
}
@media screen and (max-width: 767px) {
	#header .header-content {
		height: 50px;
	}
}
#header .header-content-inner {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: flex-end;
	justify-content: space-between;
}
#header .header-sub-nav-outer .header-content-inner {
	align-items: stretch;
}

/* .header-logo */
#header .header-content .header-logoarea {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: auto;
	padding: 20px 0;
}
@media screen and (max-width: 767px) {
	#header .header-content .header-logoarea {
		padding: 15px 0;
	}
}
#header .header-content .header-logo {
	z-index: 1;
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
	#header .header-content .header-logo {
		margin-left: 15px;
	}
}
#header .header-content .header-logo img {
	width: 178px;
	height: auto;
}
@media screen and (max-width: 767px) {
	#header .header-content .header-logo img {
		width: 113px;
	}
}
.header-layout {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	position: absolute !important;
	top: 0 !important;
	height: 80px;
	left: 50% !important;
	transform: translateX(-50%);
}
#header .header-nav {
	margin-left: auto;
}
#header .header-nav > ul {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#header .header-nav > ul > li > a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 20px;
}
#header .header-nav > ul > li > a span.text,
#header .header-nav > ul > li.current > a span.text {
	/*display: block;*/
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
/*			#header .header-nav > ul > li > a > span:after {*/
#header .header-nav > ul > li > a > span > span.txt:after,
#header .header-nav > ul > li.current > a > span > span.txt:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	border-bottom: 2px solid #DBCAB4;
	-webkit-transition: .4s ease;
	-ms-transition: .4s ease;
	transition: .4s ease;
	top: 0;
	right: 0;
	left: 0;
	width: 0;
}

#header .header-nav > ul > li.hover > a > span > span.txt:after ,
#header .header-nav > ul > li > a:hover > span > span.txt:after,
#header .header-nav > ul > li.current > a > span > span.txt:after {
	width: 100%;
}
#header .header-nav > ul.header-nav2 {
	font-size: 15px;
	font-size: 1.5rem;
	white-space: nowrap;
}
#header .header-nav > ul.header-nav2 > li > a > span > span{
	position: relative;
	padding: 5px 0;
}
#header .btn-contact img {
	width: 13px;
	height: 10px;
	margin-right: 6px;
	display: inline-block;
}
#header .header-nav ul > li.btn-contact {
	width: 189px;
	height: 80px;
	position: relative;
	background: #707070;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
#header .btn-contact a:after {
	border-radius: 0;
}
#header .btn-contact a .txt {
	font-size: 13px;
	font-size: 1.3rem;
}
#header .header-nav ul > li.btn-contact a span {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
#header .header-nav ul > li.btn-contact a span.txt:after {
	content: none;
}
/* -----------------------------------------------------------------
.btn-content
------------------------------------------------------------------ */
.btn-contact {
	max-width: 335px;
	width: 100%;
	background: linear-gradient(90deg, #D36921, #6A3511);
	border-radius: 3px;
	margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
	#mainvisual .btn-contact {
		max-width: 208px;
		margin: 20px 0 0;
	}
}
.btn-contact a {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 100%;
	width: 100%;
	position: relative;
	padding: 20px;
}
@media screen and (max-width: 767px) {
	#mainvisual .btn-contact a {
		padding: 11px;
	}
}
.btn-contact a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #D36921;
	border-radius: 3px;
	-webkit-transition: .4s ease;
	-ms-transition: .4s ease;
	transition: .4s ease;
	width: 0;
	height: 100%;
}
.btn-contact a .txt {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	#mainvisual .btn-contact a .txt {
		font-size: 11px;
	}
}
.btn-contact a:hover:after {
	width: 100%;
}
.btn-contact a .txt {
	position: relative;
	z-index: 1;
}

/*=========mainvisual css=========*/
.mod_mainarea {
	padding-top: 80px;
	overflow: hidden;
	display: block;
}
@media screen and (max-width: 767px) {
	.mod_mainarea {
		padding-top: 50px;
	}
}
.mainvisual-area {
	position: relative;
	height: 460px;
}
@media screen and (max-width: 767px) {
	.mainvisual-area {
		height: 250px;
	}
}
.mainvisual-area > img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}
.mainvisual-txt-inner {
	position: absolute;
	top: 108px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width: 1208px) {
	.mainvisual-txt-inner {
		left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.mainvisual-txt-inner {
		top: 56px;
		left: 0;
	}
}
.mainvisual-txt-inner h1 {
/*	color: #CEBEAA;*/
	font-size: 60px;
	line-height: 1;
	letter-spacing: .2em;
	margin-left: 0;
	max-width: fit-content;
}
.mainvisual-txt-inner h1 .text-en {
	font-size: 66px;
	vertical-align: -3px;
	letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
	.mainvisual-txt-inner h1 {
		font-size: 33px;
	}
	.mainvisual-txt-inner h1 .text-en {
		font-size: 38px;
	}
}
.mainvisual-txt-inner .text {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.4;
	color: #ffffff;
	margin: 25px 0 0;
	-moz-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
	.mainvisual-txt-inner .text {
		font-size: 23px;
		margin-top: 15px;
	}
}
.mainvisual-txt-inner .text span {
	display: block;
}
.mainvisual-txt-inner img {
	width: 445px;
	height: 54px;
	-webkit-filter: drop-shadow(1px 3px 3px #333);
	filter: drop-shadow(1px 3px 3px #333);
}
@media screen and (max-width: 767px) {
	.mainvisual-txt-inner img {
		width: 256px;
		height: 31px;
	}
}
/*=========partner-area css=========*/

.partner-area {
	background: #f5f2ee;
	padding: 15px 0 30px;
}
@media screen and (max-width: 767px) {
	.partner-area {
		padding: 5px 0 20px;
	}
}
.partner-area-inner {
	max-width: 953px;
	width: 100%;
	margin: 0 auto;
}
.partner-area-inner img {
	height: 50px;
	width: auto;
}
@media screen and (max-width: 730px) {
	.partner-area-inner img {
		height: 40px;
	}
}
.partner-area-inner ul {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -15px;
}
@media screen and (max-width: 730px) {
	.partner-area-inner ul {
		text-align: center;
		justify-content: center;
	}
}
.partner-area-inner li {
	margin: 15px 15px 0;
}
@media screen and (max-width: 730px) {
	.partner-area-inner li.txt {
		width: 100%;
		margin-bottom: 5px;
	}
}
.partner-area-inner li.txt p {
	padding: 13px 19px;
	background: #fff;
	border-radius: 3px;
}
@media screen and (max-width: 730px) {
	.partner-area-inner li.txt p {
		margin: 0 auto;
		font-size: 12px;
		max-width: 80px;
		padding: 7px;
	}
}
/*=========challenges css=========*/

#challenges {
	position: relative;
	z-index: 2;
}
#challenges .con-area {
	margin: 60px auto 42px;
	display: block;
	position: relative;
	max-width: 1000px;
	width: 100%;
	border-radius: 3px;
}
#challenges .con-area > * {
	position: relative;
	z-index: 3;
}
#challenges .con-area , #challenges .con-area:before {
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
#challenges .con-area , #challenges .con-area:before, #challenges .con-area:after {
	background: #fff;
}
#challenges .con-area:before {
	content: '';
	position: absolute;
	width: 84px;
	height: 84px;
	z-index: 1;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg) skew(-5deg,-5deg);
}
#challenges .con-area:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#challenges .con-area .container {
	max-width: 810px;
	width: 100%;
	padding: 40px 40px 0;
}
@media screen and (max-width: 767px) {
	#challenges .con-area .container {
		padding: 40px 20px;
	}
}
#challenges .con-area .set-box {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 0 8px;
	margin: 30px 0 0;
	border-top: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
	#challenges .con-area .set-box {
		padding: 0 0 30px;
		flex-wrap: wrap;
	}
}
#challenges .con-area .set-box ul {
	margin: 30px 0 0;
	width: auto;
}
@media screen and (max-width: 767px) {
	#challenges .con-area .set-box ul {
		width: 100%;
	}
}
.con-area .set-box ul li {
	margin: 20px 0 0;
/*
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
*/
	position: relative;
}
 .con-area .set-box ul li:first-child {
	margin: 0;
}
.con-area .set-box ul li:before {
	content: "";
	background: url(/ma_consul/img/icon_check.svg) no-repeat center;
	width: 34px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
}
.con-area .set-box ul li p {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	margin-left: 44px;
}
.con-area .set-box ul li span img {
	width: 34px;
	height: 26px;
}
#challenges .thu-area {
	-webkit-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	transform: translateY(-12px);
}
@media screen and (max-width: 767px) {
	#challenges .thu-area {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin: 30px auto 0;
	}
}
#challenges .thu-area > img {
	height: 208px;
	width: auto;
}
@media screen and (max-width: 767px) {
	#challenges .thu-area > img {
		max-height: 208px;
		height: auto;
		width: auto;
	}
}

/*=========strengths css=========*/

#strengths .contents-inner {
	padding: 50px 0 80px;
}
#strengths .mod_title {
	padding: 140px 0 0;
}
#strengths .partner-area {
	background: none;
	padding: 0;
	max-width: 965px;
	width: 100%;
	margin: 0 auto;
}
#strengths .partner-area-inner {
	max-width: 1194px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#strengths .partner-area-inner ul {
		justify-content: center;
	}
}
#strengths .partner-area-inner img {
	height: 68px;
}
@media screen and (max-width: 767px) {
	#strengths .partner-area-inner img {
		height: 40px;
	}
}
#strengths .con-area {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: 0 -20px 0 -10px;
}
@media screen and (max-width: 767px) {
	#strengths .con-area {
		justify-content: center;
		flex-wrap: wrap;
	}
}
#strengths .con-area .set-box {
	padding: 30px;
	background: #fff;
	text-align: center;
	position: relative;
	display: block;
	max-width: 272px;
	width: 100%;
	margin: 40px 20px 0;
	border-radius: 3px;
}
@media screen and (max-width: 623px) {
	#strengths .con-area .set-box {
		max-width: 100%;
	}
}
#strengths .con-area .set-box .thu-area {
	max-width: 52px;
	width: 100%;
	margin: 0 auto;
}
#strengths .con-area .set-box .thu-area img {
	width: 52px;
	height: 52px;
}
#strengths .con-area .set-box h5, #strengths .con-area .set-box h5 + p {
	margin-top: 20px;
}
#strengths .con-area .set-box h5 + p {
	text-align: left;
}
#strengths .con-area .set-box .tag {
	padding: 10px;
	background: #6F6967;
	color: #DBCAB4;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: normal;
	width: 34px;
	height: 34px;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	position: absolute;
	top: -10px;
	left: -10px;
}

/*=========contact-us css=========*/

#contact-us .con-area {
	padding: 20px 0 80px 0;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	#contact-us .con-area {
		justify-content: center;
	}
}
#contact-us .set-box {
	max-width: 584px;
	width: 100%;
	margin-top: 40px;
	border-radius: 3px;
	overflow: hidden;
}
#contact-us .set-box .con-inner {
	padding: 40px;
}
@media screen and (max-width: 767px) {
	#contact-us .set-box .con-inner {
		padding: 40px 20px;
	}
}
#contact-us .mod_h4 {
	color: #fff;
	padding: 26px;
	background: #6F6967;
}
#contact-us .btn-contact {
	margin: 40px auto 0;
}
.btn-area {
	border-top: 1px solid #E2E2E2;
	margin: 40px 0 0;
}

/*=========resources css=========*/

#resources .con-area, #information .con-area {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	padding-bottom: 80px;
}
#resources .con-area .set-box, #information .con-area .set-box {
	max-width: 416px;
	width: 100%;
	padding: 72px 20px 0;
}
@media screen and (max-width: 767px) {
	#resources .con-area .set-box, #information .con-area .set-box {
		max-width: 100%;
	}
}
#resources .con-area .set-box {
	margin-top: -12px;
}
#resources .con-area .set-box h3, #information .con-area .set-box h3{
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	margin-top: 20px;
}
#resources .con-area .set-box .txt-area p, #information .con-area .set-box .txt-area p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 15px;
}
#resources .con-area .set-box .tag, #information .con-area .set-box .tag {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #fff;
	max-width: 100px;
	width: 100%;
	padding: 3px 10px;
	text-align: center;
	font-weight: normal;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	margin-left: 25px;
	position: relative;
	z-index: 2;
}
#resources .con-area .set-box .tag2, #information .con-area .set-box .tag2 {
	background: #8697AA;
}
#resources .btn-area, #information .btn-area {
	position: relative;
	padding: 10px;
	max-width: 168px;
	width: 100%;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #D36921;
	text-align: center;
	margin-top: 20px;
}
#resources .btn-area:after, #information .btn-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .4s ease;
	transform: scaleX(0);
	transform-origin: center left;
	background: #D36921;
/*	border-radius: 3px;*/
}
#resources .set-box a:hover .btn-area:after, #information .set-box a:hover .btn-area:after {
	opacity: 1;
	transform: scaleX(1);
	transition: transform .4s ease;
}
#resources .btn-area span, #information .btn-area span {
	color: #D36921;
}
#resources .set-box a:hover .btn-area span, #information .set-box a:hover .btn-area span {
	color: #fff;
	transition: color .4s ease;
	z-index: 2;
	position: relative;
}
.bg-beige {
	background: #F5F2EE;
}
.bg-grey {
	background: #6F6967;
}
.con-area .set-box .tag {
	padding: 8px 10px;
	background: #6F6967;
	color: #DBCAB4;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
}
.con-area .set-box .mod_h2 {
	margin: 20px 0 0;
}
.con-box {
	text-align: center;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
.con-box p.txt {
	color: #ffffff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
	padding: 38px 15px;
	background: #6F6967;
	border-radius: 3px;
}
@media screen and (min-width: 537px) {
	.resp-xs {
		display: none;
	}
}
@media screen and (max-width: 536px) {
	.resp-xs {
		display: block;
	}
}
/* -----------------------------------------------------------------
.header-content
------------------------------------------------------------------ */
#footer .set-box {
	text-align: center;
	padding: 80px 0;
}
#footer .mod_h3 {
	margin: 0;
}
#footer .mod_h3 + p {
	margin: 40px 0 0;;
}
#footer .set-box p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #fff;
}
#footer .btn-contact {
	max-width: 584px;
	height: 100%;
	background: #fff;
	border-radius: 3px;
	padding: 0;
	margin: 40px auto 0;
}
#footer .btn-contact a {
	padding: 24px;
}
#footer .btn-contact .txt {
	color: #222222;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	align-items: center;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	padding-left: 30px;
}
@media screen and (max-width: 767px) {
	#footer .btn-contact .txt {
		font-size: 14px;
	}
}
#footer .btn-contact a:hover .txt {
	color: #fff;
}
#footer .btn-contact .txt:before {
	content: "";
	width: 24px;
	height: 18px;
	background-image: url("/ma_consul/img/icon_mail_l.svg");
	background-repeat: no-repeat;
	margin-right: 6px;
	position: absolute;
	top: 6px;
	left: 0;
}
@media screen and (max-width: 767px) {
	#footer .btn-contact .txt:before {
		top: 0;
	}
}
#footer .btn-contact a:hover .txt:before {
	background-image: url("/ma_consul/img/icon_mail_l_w.svg");
}
#footer p.corp {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 30px 0 0;
}
#footer .tel {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
}
#footer .tel p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	font-family: 'SF Pro Display', sans-serif;
	margin-top: 10px;
}
#footer .tel span {
	font-family: 'Meiryo', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	color: #CEBEAA;
	margin-right: 15px;
	margin-top: 10px;
	padding: 6px 0;
	border-top: 1px solid #CEBEAA;
	border-bottom: 1px solid #CEBEAA;
}
#footer .footer-info {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 50px 0;
}
@media screen and (max-width: 767px) {
	#footer .footer-info {
		display: block;
	}
}
#footer .footer-info ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}
#footer .footer-info ul li a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}
#footer .footer-info ul li:last-child a {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #E6E6E6;
}
#footer .footer-info .footer-copyright {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	#footer .footer-info .footer-copyright {
		margin: 20px 0 0;
	}
}
#footer .footer-info ul li a:hover {
	color: #D36921;
	text-decoration: underline;
}
/* =========page-top css========= */
.common-btn-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 8;
	transition: bottom .4s ease;
}
.common-btn-top a {
	padding-top: 13px;
	padding-bottom: 10px;
	width: 48px;
	background: black no-repeat 14px 17px;
	color: #ffffff !important;
	font-size: 24px;
	font-size: 2.4rem;
	display: block;
	text-align: center;
	border-radius: 3px;
	opacity: 0.5;
	line-height: 1;
}
/* =========drawer css========= */
.drawer-menu .btn-contact {
	max-width: 200px;
	margin: 20px auto;
}
.drawer-menu .btn-contact a {
	padding: 12px!important;
}
.drawer-menu .btn-contact a .txt {
	border-radius: 3px;
	font-size: 12.5px;
	font-size: 1.2rem;
	font-weight: bold;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.drawer-menu .btn-contact img {
	max-width: 13px;
	margin-right: 6px;
	display: inline-block;
}
.drawer-menu .btn-contact a:hover:after {
	border-radius: 3px;
}

/* =========.animation css========= */
.inview {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}
.animate2 .inview {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}
.inview-ready .inview {
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
}
.inview-ready .inview.inview-on {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.js-fadeLeft {
	position: relative;
	display: inline-block;
	overflow: hidden;
	
}
.js-fadeLeft:before {
	content: "";
	background-color: #D36921;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.js-fadeLeft.is-inview:before {
	animation-name: openMask;
	animation-duration: .8s;
	animation-fill-mode: forwards;
}
@keyframes openMask {
	0% {
		transform: translateX(-101%);
		
	}
	100% {
		transition-timing-function: cubic-bezier(.785, .135, .15, .86);
		transform: translateX(101%);
		transition: opacity .4s ease-in-out .45s;
	}
}

.animate1 {
	position: relative;
	color: transparent;
}
.animate1:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0%;
	right: 100%;
	bottom: 0%;
	left: 0%;
	background: #D36921;
}
.animate1.animated {
	animation-name: closeMask;
	animation-duration: 0s;
	animation-delay: 0.35s;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	-ms-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}
.animate1.animated:before {
	animation-name: openMask;
	animation-duration: .7s;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	-ms-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}
@keyframes closeMask {
	100% {
		color: #CEBEAA;
		-moz-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-ms-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}
}
@keyframes openMask {
	50% {
			left: 0%;
			right: 0%;
	}
	100% {
			left: 100%;
			right: 0%;
	}
}

.sns-1 {
	margin-top: 0px;
}
.sns-1.m-t {
	margin-top: 30px;
}
@media screen and (max-width: 1208px) {
	.sns-1.m-t {
		margin-left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.sns-1.m-t {
		margin-left: 0;
	}
}
.sns-1 .common-container-inner > *,
.sns-1 .contentsbox-2 > * {
	display: inline-block;
	vertical-align: top;
}
.sns-1 .common-container-inner > * + *,
.sns-1 .contentsbox-2 > * + * {
	margin-left: 5px !important;
}
.sns-1.center .common-container-inner,
.sns-1.center .contentsbox-2 {
	text-align: center;
}
.contentsbox + .sns-1 {
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
/*シェアボタンの欠け修正*/
/*.sns-1 .fb_iframe_widget span,
.sns-1 .fb_iframe_widget iframe {
  width: 160px !important;
}*/

/*============== .ie =================*/
.ie .twitter-share-button,
.ie11 .twitter-share-button {
	display: none;
}

.title-img {
	padding: 12px 12px 12px 0;
}