@charset "utf-8";

/*---------------------------------------------

		header

--------------------------------------------- */
.is_animation {
	opacity: 0;
	transition: .8s;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
}
.is_animation_after {
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}

/*---------------------------------------------

		header

--------------------------------------------- */
.l_header {
	align-items: center;
	background: #fff;
	border: 2px solid #238038;
	border-top: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 50px 10px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.l_header .md_logo img {
	width: 192px;
}
.l_header .md_btn_menu {
	display: none;
}
.l_header .md_gnavi {
	width: calc(100% - 270px);
}
.l_header .md_gnavi ul {
	align-items: center;
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: flex-end;
}
.l_header .md_gnavi ul li {
	font-size: 1.8rem;
	letter-spacing: 0;
	text-align: center;
}
.l_header .md_gnavi ul li:nth-child(2) {
	width: 65%;
	margin-left: 0;
}
.l_header .md_gnavi ul li:nth-child(3) {
	width: 18%;
}
.l_header .md_gnavi ul li:last-child {
	width: 20%;
}
.l_header .md_gnavi ul li + li {
	margin-left: 30px;
}
.l_header .md_gnavi ul li a {
	border-bottom: 1px solid rgba(0,0,0,0);
	color: #238038;
	padding-bottom: 8px;
}
.l_header .md_gnavi ul li a:hover,
.l_header .md_gnavi ul li.is_current a {
	border-bottom: 1px solid rgba(0,0,0,1);
	color: #000;
}
.l_header .md_gnavi ul li:last-child a {
	border-bottom: 1px solid rgba(0,0,0,0);
	color: #ff6c00;
	display: block;
}
.l_header .md_gnavi ul li:last-child a:hover,
.l_header .md_gnavi ul li:last-child.is_current a {
	border-bottom: 1px solid #ff6c00;
	color: #ff6c00;
}
.l_header .md_gnavi ul ul{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.l_header .md_gnavi ul ul li:nth-child(2) {
	width: auto;
	margin-left: 55px;
}
.l_header .md_gnavi ul ul li:nth-child(3) {
	width:auto;
}
.l_header .md_gnavi ul ul li:last-child {
	width:auto;
}
.l_header .md_gnavi ul ul li + li {
	margin-left: 55px;
}
.l_header .md_gnavi ul ul li a ,
.l_header .md_gnavi ul ul li:last-child a {
	border-bottom: 1px solid rgba(0,0,0,0);
	color: #238038;
	padding-top: 10px;
	padding-bottom: 8px;
	display: inherit;
}
.l_header .md_gnavi ul li ul a:hover,
.l_header .md_gnavi ul ul li.is_current a {
	border-bottom: 1px solid rgba(0,0,0,1);
	color: #000;
}
.l_header .md_gnavi ul ul li:last-child a:hover,
.l_header .md_gnavi ul ul li:last-child.is_current a {
	border-bottom: 1px solid rgba(0,0,0,1);
	color: #000;
}
@media (max-width: 1100px) {
	.l_header {
		border-left: none;
		border-right: none;
	}
	.l_header .md_gnavi ul li {
		font-size: 1.6rem;
	}
	.l_header .md_gnavi ul li + li {
		margin-left: 30px;
	}
	.l_header .md_gnavi ul li a {
		padding-bottom: 4px;
	}
}
@media (max-width: 950px) {
	.l_header {
		padding: 20px 15px 15px;
	}
	.l_header .md_gnavi ul li {
		font-size: 1.4rem;
	}
	.l_header .md_gnavi ul li + li {
		margin-left: 20px;
	}
}
@media (max-width: 800px) {
	.l_header {
		border-bottom: 1px solid #238038;
		padding: 0 0 0 15px;
	}
	.l_header .md_logo img {
		width: 105px;
	}
	.l_header .md_btn_menu {
		background: #e1f8b6;
		color: #238038;
		display: block;
		line-height: 1;
		height: 52px;
		padding: 12px 15px 13px;
	}
	.l_header .md_btn_menu.is_open {
		padding: 10px 15px 15px;
	}
	.l_header .md_btn_menu i {
		font-size: 1.1rem;
		font-weight: bold;
	}
	.l_header .md_btn_menu span {
		background: #238038;
		display: block;
		height: 2px;
		width: 30px;
		margin: 3px auto 0;
	}
	.l_header .md_btn_menu span + span {
		margin-top: 8px;
	}
	.l_header .md_btn_menu.is_open span {
		transform: rotate(45deg) translateX(8px) translateY(8px);
		margin-top: 0;
	}
	.l_header .md_btn_menu.is_open span + span {
		transform: rotate(-45deg) translateX(-7px) translateY(7px);
		margin-top: 0;
	}
	.l_header .md_gnavi {
		width: 100%;
		background: #e1f8b6;
		display: none;
		position: fixed;
		top: 53px;
		left: 0;
		right: 0;
		z-index: 100;
	}
	.l_header .md_gnavi ul {
		display: inline;
	}
	.l_header .md_gnavi ul li {
		border-bottom: 1px solid #238038;
		width: 100%;
		padding: 10px 0;
	}
	.l_header .md_gnavi ul li:nth-child(2) {
		width: 100%;
		padding: 0;
		margin-left: 0;
	}
	.l_header .md_gnavi ul li:nth-child(3) {
		width: 100%;
	}
	.l_header .md_gnavi ul li:last-child {
		width: 100%;
		padding: 0;
	}
	.l_header .md_gnavi ul li + li {
		margin-left: 0;
	}
	.l_header .md_gnavi ul li a {
		color: #238038;
	}
	.l_header .md_gnavi ul li a:hover,
	.l_header .md_gnavi ul li.is_current a {
		border-bottom: none;
		color: #238038;
	}
	.l_header .md_gnavi ul li:last-child a:hover,
	.l_header .md_gnavi ul li:last-child.is_current a {
		border-bottom: none;
	}
	.l_header .md_gnavi ul li a {
		display: block;
		padding: 0;
	}
	.l_header .md_gnavi ul li:last-child a {
		padding: 12px 0;
	}
	.l_header .md_gnavi ul li a br {
		display: none;
	}
	.l_header .md_gnavi ul ul{
		align-items: center;
		display: inline;
	}
	.l_header .md_gnavi ul ul li {
		border-bottom: 1px solid #238038;
		width: 100%;
		padding: 0;
	}
	.l_header .md_gnavi ul ul li:nth-child(2) {
		width: auto;
		margin-left: 0;
	}
	.l_header .md_gnavi ul ul li:nth-child(3) {
		width:auto;
	}
	.l_header .md_gnavi ul ul li:last-child {
		border-bottom: none;
		width:auto;
	}
	.l_header .md_gnavi ul ul li + li {
		margin-left: 0;
	}
	.l_header .md_gnavi ul ul li:last-child a  {
		border-bottom: none;
		color: #238038;
	}
}

/*---------------------------------------------

		footer

--------------------------------------------- */
.l_footer {
	border-top: 2px solid #238038;
	margin-top: 150px;
	padding: 50px 0 100px;
	position: relative;
}
.l_footer .md_pagetop {
	position: fixed;
	right: 30px;
}
.l_footer .md_pagetop a:hover {
	opacity: 0.6;
}
.l_footer .md_inner {
	align-items: center;
	color: #238038;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}
.l_footer .md_inner .md_logo img {
	width: 112px;
}
/*.l_footer .md_inner div {
	border-left: 2px solid #238038;
	padding: 0 25px;
}*/
.l_footer .md_inner div {
	border-left: 2px solid #238038;
	padding: 0 50px;
	margin: 0 auto 0 50px;
}
.l_footer .md_inner div + div {
	border-right: 2px solid #238038;
}
.l_footer .md_inner div h2 {
	font-size: 2.0rem;
	font-weight: bold;
}
.l_footer .md_inner div strong {
	color: #238038;
	font-size: 1.8rem;
}
.l_footer .md_inner div p + p {
	margin-top: 5px;
}
.l_footer .md_copy {
	color: #238038;
	margin-top: 55px;
	text-align: center;
}
@media (max-width: 1100px) {
	.l_footer {
		padding: 50px 30px 100px;
	}
	.l_footer .md_inner .md_logo {
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}
	.l_footer .md_inner div {
		width: 50%;
	}
}
@media (max-width: 700px) {
	.l_footer {
		border-top: 1px solid #238038;
		margin-top: 75px;
		padding: 26px 15px 35px;
	}
	.l_footer .md_pagetop {
		right: 0px;
	}
	.l_footer .md_pagetop img {
		width: 60px;
	}
	.l_footer .md_inner .md_logo {
		margin-bottom: 20px;
	}
	.l_footer .md_inner .md_logo img {
		width: 103px;
	}
	.l_footer .md_inner div {
		border-top: 1px solid #238038;
		border-left: none;
		width: 100%;
		padding: 18px 15px;
		margin: 0;
	}
	.l_footer .md_inner div + div {
		border-bottom: 1px solid #238038;
		border-right: none;
	}
	.l_footer .md_inner div h2 {
		font-size: 1.4rem;
	}
	.l_footer .md_inner div p {
		font-size: 1.1rem;
	}
	.l_footer .md_inner div p strong {
		border-bottom: 1px solid #238038;
		font-size: 1.2rem;
		padding-bottom: 3px;
	}
	.l_footer .md_copy {
		font-size: 1.1rem;
		margin-top: 35px;
	}
}

/*---------------------------------------------

		ttl

--------------------------------------------- */
.is_ttl_kakko {
	align-items: center;
	color: #238038;
	display: flex;
	font-size: 2.8rem;
	font-weight: 700;
	justify-content: center;
}
.is_ttl_kakko:before {
	border-top: 1px solid #238038;
	border-bottom: 1px solid #238038;
	border-left: 3px solid #238038;
	content: "";
	display: block;
	width: 4px;
	height: 30px;
	margin-right: 30px;
}
.is_ttl_kakko:after {
	border-top: 1px solid #238038;
	border-bottom: 1px solid #238038;
	border-right: 3px solid #238038;
	content: "";
	display: block;
	width: 4px;
	height: 30px;
	margin-left: 30px;
}
.is_ttl_kakko.period:after {
	margin-left: 10px;
}
.is_ttl_kakko.is_large:before,
.is_ttl_kakko.is_large:after {
	height: 75px;
}
@media (max-width: 1100px) {
	.is_ttl_kakko {
		font-size: 2.0rem;
	}
	.is_ttl_kakko:before {
		margin-right: 15px;
	}
	.is_ttl_kakko:after {
		margin-left: 15px;
	}
	.is_ttl_kakko.period:after {
		margin-left: 10px;
	}
}
@media (max-width: 950px) {
	.is_ttl_kakko {
		font-size: 1.8rem;
	}
}
@media (max-width: 700px) {
	.is_ttl_kakko {
		font-size: 1.5rem;
	}
	.is_ttl_kakko:before {
		height: 20px;
	}
	.is_ttl_kakko:after {
		height: 20px;
	}
	.is_ttl_kakko.is_large:before,
	.is_ttl_kakko.is_large:after {
		height: 40px;
	}
}

/*---------------------------------------------

		btn

--------------------------------------------- */
.md_btn {
	max-width: 270px;
	margin: 50px auto 0;
}
.md_btn.is_large {
	max-width: 725px;
	margin: 120px auto 0;
}
.md_btn a,
.md_btn button {
	background: #e1f8b6;
	color: #238038;
	cursor: pointer;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	transition: 0.3s all;
	position: relative;
}
.md_btn.is_large a,
.md_btn.is_large button {
	font-size: 2.2rem;
	padding: 35px 0;
}
.md_btn a:hover,
.md_btn button:hover {
	background: #238038;
	color: #fff;
}
.md_btn a:before,
.md_btn button:before {
	border-top: 15px solid #fff;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.md_btn.is_large a:before,
.md_btn.is_large button:before {
	border-top: 22px solid #fff;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
}
@media (max-width: 1100px) {
	.md_btn {
		margin: 30px auto 0;
	}
	.md_btn.is_large {
		margin: 50px auto 0;
	}
}
@media (max-width: 700px) {
	.md_btn {
		max-width: 200px;
	}
	.md_btn.is_large {
		max-width: 245px;
		margin-top: 25px;
	}
	.md_btn a,
	.md_btn button {
		font-size: 1.1rem;
		padding: 10px 0;
	}
	.md_btn.is_large a,
	.md_btn.is_large button {
		font-size: 1.1rem;
		padding: 15px 0;
	}
	.md_btn a:before,
	.md_btn button:before {
		border-top: 6px solid #fff;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	.md_btn.is_large a:before,
	.md_btn.is_large button:before {
		border-top: 11px solid #fff;
		border-right: 11px solid transparent;
		border-left: 11px solid transparent;
	}
}

/*---------------------------------------------

		md_title

--------------------------------------------- */
.md_title {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 100px;
}
.md_title .md_image {
	width: 50%;
}
.md_title .md_text {
	align-items: center;
	border-bottom: 2px solid #238038;
	display: flex;
	justify-content: center;
	width: 50%;
	padding-top: 100px;
}
.md_title .md_text h1 {
	color: #238038;
	font-size: 3.4rem;
	font-weight: 700;
	width: 100%;
	padding-left: 50px;
	position: relative;
}
.md_title.is_contact .md_text h1 {
	font-size: 2.2rem;
}
.md_title .md_text h1:first-letter {
	background: #238038;
	color: #fff;
	font-size: 5.2rem;
	font-weight: 900;
	margin-right: 10px;
	padding: 7px 18px;
}
.md_title.is_contact .md_text h1:first-letter {
	font-size: 3.4rem;
	padding: 5px 10px;
}
.md_title .md_text h1:after {
	content: "";
	display: block;
	position: absolute;
}
.md_title.is_companyhouse .md_text h1:after {
	background: url(../img/common/img_icn_01.png) no-repeat center center;
	width: 142px;
	height: 86px;
	bottom: -2px;
	left: 50%;
}
.md_title.is_inheritance .md_text h1:after {
	background: url(../img/common/img_icn_02.png) no-repeat center center;
	width: 142px;
	height: 61px;
	bottom: -2px;
	left: 50%;
}
.md_title.is_asset .md_text h1:after {
	background: url(../img/common/img_icn_03.png) no-repeat center center;
	width: 190px;
	height: 66px;
	bottom: -2px;
	left: 50%;
}
.md_title.is_eatout .md_text h1:after {
	background: url(../img/common/img_icn_04.png) no-repeat center center;
	width: 177px;
	height: 54px;
	bottom: -2px;
	left: 50%;
}
.md_title.is_company .md_text h1:after {
	background: url(../img/common/img_icn_company.png) no-repeat center center;
	width: 170px;
	height: 66px;
	bottom: -2px;
	left: 50%;
}
.md_title.is_contact .md_text h1:after {
	background: url(../img/common/img_icn_contact.png) no-repeat center center;
	width: 124px;
	height: 71px;
	bottom: -2px;
	left: 60%;
}
@media (max-width: 1100px) {
	.md_title {
		margin: 0 auto 80px;
		padding-top: 100px;
	}
	.md_title .md_text {
		padding-top: 50px;
	}
	.md_title .md_text h1 {
		font-size: 2.8rem;
		padding-left: 30px;
	}
	.md_title.is_contact .md_text h1 {
		font-size: 1.3rem;
	}
	.md_title .md_text h1:first-letter {
		font-size: 3.4rem;
		margin-right: 8px;
		padding: 6px 12px;
	}
	.md_title.is_contact .md_text h1:first-letter {
		font-size: 2.7rem;
		margin-right: 5px;
		padding: 2px 5px;
	}
}
@media (max-width: 700px) {
	.md_title {
		margin: 0 auto 55px;
		padding-top: 40px;
	}
	.md_title .md_image p {
		margin-left: -100px;
	}
	.md_title .md_image p img {
		width: calc(100% + 100px);
	}
	.md_title .md_text {
		border-bottom: 1px solid #238038;
		padding-top: 15px;
	}
	.md_title .md_text h1 {
		color: #238038;
		font-size: 1.9rem;
		padding-left: 0;
		text-align: center;
	}
	.md_title .md_text h1:first-letter {
		font-size: 2.6rem;
		padding: 3px 8px;
	}
	.md_title .md_text h1:after {
		margin-top: 10px;
		position: relative;
	}
	.md_title.is_companyhouse .md_text h1:after {
		background-size: 71px 43px;
		width: 71px;
		height: 43px;
		bottom: -1px;
		margin-left: -15px;
	}
	.md_title.is_inheritance .md_text h1:after {
		background-size: 71px 30.5px;
		width: 71px;
		height: 30.5px;
		bottom: -1px;
		margin-left: -15px;
	}
	.md_title.is_asset .md_text h1:after {
		background-size: 95px 33px;
		width: 95px;
		height: 33px;
		bottom: -1px;
		margin-left: -15px;
	}
	.md_title.is_eatout .md_text h1:after {
		background-size: 88.5px 27px;
		width: 88.5px;
		height: 27px;
		bottom: -1px;
		margin-left: -15px;
	}
	.md_title.is_company .md_text h1:after {
		background-size: 85px 33px;
		width: 85px;
		height: 33px;
		bottom: -1px;
		margin-left: -15px;
	}
	.md_title.is_contact .md_text h1:after {
		background-size: 62px 35.5px;
		width: 62px;
		height: 35.5px;
		bottom: -1px;
		margin-left: -15px;
	}
}
@media (max-width: 320px) {
	.md_title.is_contact .md_text h1:first-letter {
		font-size: 2.0rem;
	}
}

/*---------------------------------------------

		md_flexbox

--------------------------------------------- */
.md_flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}
.md_flexbox + .md_flexbox {
	margin-top: 100px;
}
.md_flexbox .md_image {
	width: 50%;
}
.md_flexbox .md_image img {
	width: 100%;
}
.md_flexbox .md_text {
	width: 50%;
	padding-left: 50px;
	text-align: justify;
}
.md_flexbox .md_text .is_ttl_kakko {
	margin-bottom: 20px;
}
.md_flexbox .md_text p {
	line-height: 2.25;
	font-weight: 400;
}
.md_flexbox .md_text p + p {
	margin-top: 15px;
}
.md_flexbox .md_text p a {
	border-bottom: 1px solid #238038;
	color: #238038;
	font-weight: 700;
	padding-bottom: 3px;
}
.md_flexbox .md_text p a:hover {
	border-bottom: 1px solid #fff;
}
@media (max-width: 1100px) {
	.md_flexbox {
		margin: 0 30px;
	}
	.md_flexbox + .md_flexbox {
		margin-top: 80px;
	}
	.md_flexbox .md_text {
		padding-left: 30px;
	}
	.md_flexbox .md_text .is_ttl_kakko {
		margin-bottom: 15px;
	}
}
@media (max-width: 700px) {
	.md_flexbox {
		margin: 0 15px;
	}
	.md_flexbox + .md_flexbox {
		margin-top: 50px;
	}
	.md_flexbox .md_image {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.md_flexbox .md_image img {
		max-width: 250px;
	}
	.md_flexbox .md_text {
		width: auto;
		padding-left: 0;
	}
	.md_flexbox .md_text .is_ttl_kakko {
		margin-bottom: 15px;
	}
	.md_flexbox .md_text p {
		font-size: 1.1rem;
		line-height: 2;
	}
	.md_flexbox .md_text p + p {
		margin-top: 8px;
	}
	.md_flexbox .md_text p a {
		padding-bottom: 1px;
	}
}























