@charset "utf-8";

/*---------- ビジュアル更新 ----------*/
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.alignright {
	margin-left: auto;
}

img.alignleft {
	margin-right: auto;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

pre {
	white-space: pre-wrap;
}

.gallery-item img {
	width: 100%;
}

/*-------------------------------*/
#content_wrap {
	position: relative;
}

/* #content_wrap::before {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% + 100px);
	top: 0;
	left: 0;
	background-color: #F7F7F7;
	z-index: -50;
} */

/*------------ h1 ------------*/
#content_h {
	position: relative;
	/* background-color: #65BC7B;
	height: 410px; */
	position: relative;
	width: 100%;
	margin-top: 164px;
}

#h_area {
	max-width: 1240px;
	font-family: 'Noto Serif JP', serif;
	margin: auto;
	padding: 0 20px;
}

#h_area h1 {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0;
	color: #222;
	max-height: 100%;
}

#h_area h1::before {
	display: block;
	content: attr(data-txt) "";
	font-family: 'Cormorant', sans-serif;
	font-size: 12rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	margin: 0 0 33px 8px;
	max-height: 100%;
}

/* content_h */
/* #content_h.about_h {
	background: url(../img/about_h.jpg) no-repeat center / cover;
}

#content_h.contact_h {
	background: url(../img/contact_h.jpg) no-repeat center / cover;
}

#content_h.error_h {
	background: url(../img/about_h.jpg) no-repeat center / cover;
}

#content_h.news_h {
	background: url(../img/news_h.jpg) no-repeat center / cover;
}

#content_h.service_h {
	background: url(../img/service_h.jpg) no-repeat center / cover;
} */
/*------------ キャッチ ------------*/

.catch_area {
	max-width: 1240px;
	/* font-family: 'Noto Serif JP', serif; */
	margin: 0 auto;
	padding: 0 20px;
}

.catch_area h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.578;
	margin: 87px 0 27px;
	position: relative;
}

.catch_area p {
	display: block;
	margin-bottom: 0;
}

/*------------ パンくず ------------*/
#breadcrumb {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	max-width: 1040px;
	margin: 25px auto 71px;
	padding: 0 20px;
	overflow: hidden;
}

#breadcrumb .breadcrumb_inner {
	overflow: hidden;
}

#breadcrumb .breadcrumb_inner a {
	position: relative;
	color: #222;
	padding: 0 0 0 0;
	margin: 0 29px 0 0;
}

#breadcrumb .breadcrumb_inner a:after {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	top: 6px;
	right: -17px;
	margin: auto;
	transform: rotate(45deg);
}

/*------------ content_area内 ------------*/
.content_area {
	padding-bottom: 103px;
	padding: 111px 0 103px;
	margin: 0 auto;
	position: relative;
}

.content_area.padding-bottom-0 {
	padding-bottom: 0 !important;
}

.inner_1500 {
	width: 1540px;
	max-width: 100%;
	margin: 0 auto 0;
	padding: 0 20px 0;
	position: relative;
}

.inner {
	width: 1240px;
	max-width: 100%;
	margin: 0 auto 0;
	padding: 0 20px 0;
	position: relative;
}

.w_1500 .inner {
	width: 1200px;
	padding: 0;
}
.content_area .w_1500>*:first-child,
.content_area .inner>*:first-child {
	margin-top: 0;
}
.content_area .w_1500>*:last-child,
.content_area .inner>*:last-child {
	margin-bottom: 0;
}

a {
	color: #222;
	text-decoration: underline;
}

a:visited {
	color: #222;
}

a[target="_blank"] {
	padding-right: 25px;
	background: url(../img/popup_blue.svg) no-repeat center right 5px;
}

a.non[target="_blank"] {
	padding-right: 0;
	background: none;
}

a[href$=".doc"],
a[href$=".docx"] {
	padding-right: 25px;
	background: url(../img/icon_word.svg) no-repeat center right 5px;
}

a[href$=".xls"],
a[href$=".xlsx"] {
	padding-right: 25px;
	background: url(../img/icon_excel.svg) no-repeat center right 5px;
}

a[href$=".pdf"] {
	padding-right: 25px;
	background: url(../img/icon_pdf.svg) no-repeat center right 5px;
}

a.none[href$=".pdf"] {
	padding-right: 0;
	background: none;
}

[href^="tel:"] {
	color: #333 !important;
	pointer-events: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* 各ページh2 */
h2 {
	font-size: 3.8rem;
	font-weight: 600;
	line-height: 1.666;
	margin: 50px 0 20px;
	position: relative;
	    max-height: 100%;
}

/* 各ページh3 */
h3 {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 45px 0 15px;
	    max-height: 100%;
}

/* 各ページh4 */
h4 {
	font-size: 2.4rem;
	font-weight: 400;
	margin: 35px 0 15px;
	    max-height: 100%;
}

/* 各ページh5 */
h5 {
	font-size: 2.0rem;
	font-weight: 400;
	margin: 30px 0 15px;
	    max-height: 100%;
}

/* 見出しh */
.sec_ttl {
	margin: 90px auto 42px auto;
	display: block;
	text-align: center;
	box-sizing: border-box;
}

div>.sec_ttl:first-child {
	margin-top: 0;
}

/* .sec_ttl span {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0;
	color: #229F42;
	margin-bottom: 16px;
	position: relative;
}

.sec_ttl span::after {
	display: block;
	content: "";
	width: 29px;
	height: 1px;
	background: #229F42;
	margin-left: 14px;
}
 */
.sec_ttl h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.71875;
	padding-left: 0;
	margin: 0;
	max-height: 100%;
}

.sec_ttl h2::after {
	display: block;
	content: attr(data-txt) "";
	font-family: 'Cormorant', sans-serif;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #2E538D;
	margin-top: 10px;
	max-height: 100%;
}


.sec_h3 {
	margin: 70px 0 35px;
	position: relative;
}

.sec_h3 span {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #2E538D;
	margin-bottom: 24px;
	max-height: 100%;
}

.sec_h3 h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5625;
	padding-left: 0;
	margin: 0;
	max-height: 100%;
}



img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

p {
	display: block;
	margin-bottom: 30px;
	line-height: 1.75;
	max-height: 100%;
}

ul,
ol {
	padding-left: 20px;
	margin: 10px 0;
}

li {
	line-height: 2.7rem;
	margin-bottom: 5px;
	max-height: 100%;
}

ul>li {
	list-style: disc;
}

ol>li {
	list-style: decimal;
}

ul>li:last-child,
ol>li:last-child {
	margin-bottom: 0;
}

/*------------ table ------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 20px auto;
}

table tr {
	border-bottom: 1px solid #CCCCCC;
}

table tr:first-child {
	border-top: 1px solid #CCCCCC;
}

table th {
	font-weight: 500;
	letter-spacing: 0.06em;
	/* 	line-height: 1.7; */
	text-align: left;
	padding: 20px 25px;
	background: #F1F1F3;
	width: 25.45%;
	vertical-align: unset;
}

table td {

	letter-spacing: 0.06em;
	/* 	line-height: 1.7; */

	padding: 20px;
}

table td ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 0;
}


/*------------ others ------------*/
.pl_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pl_item {
	display: flex;
	text-decoration: none;
	width: 380px;
	height: 100px;
	background: rgb(255, 255, 255, 0.65);
	margin: 0 2.5% 30px 0;
	position: relative;
	transition: opacity .3s ease;
}

.pl_item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/wp-content/themes/mc/img/btn_corner_tl.png) no-repeat top left / 28px 32px, url(/wp-content/themes/mc/img/btn_corner_tr.png) no-repeat top right / 28px 32px, url(/wp-content/themes/mc/img/btn_corner_br.png) no-repeat bottom right / 28px 32px, url(/wp-content/themes/mc/img/btn_corner_bl.png) no-repeat bottom left / 28px 32px;
}

.pl_item::after {
	content: "";
	position: absolute;
	top: calc(50% - 11px);
	right: 64px;
	display: block;
	width: 14px;
	height: 14px;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(135deg);
	transition: all 0.2s ease-out;
	color: #222;
	z-index: 10;
}

.pl_item:last-child {
	margin-right: 0;
}

.pl_item span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 2;
	text-align: center;
	width: 100%;
	padding: 5px 86px;
	position: relative;
	z-index: 10;
}

/* hover */
.pl_item:hover {
	opacity: .7;
}

.pl_item:hover::after {
	top: calc(50% - 5px);
}

.bg_grey {
	display: block;
	padding: 84px 0 83px;
	position: relative;
}

.bg_grey::before {
	position: absolute;
	content: "";
	width: 100vw;
	min-width: 1300px;
	height: 100%;
	background: rgba(47, 84, 142, .1);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -10;
}

.bg_grey>*:first-child {
	margin-top: 0;
}

.bg_grey>*:last-child {
	margin-bottom: 0;
}

.link_btn {
	position: relative;
	width: 260px;
	max-width: 100%;
	height: 60px;
}

.link_btn.center {
	margin: auto;
}

.link_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 6px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	color: #FFF;
	background-color: #222222;
	border-radius: 100px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease;
	max-height: 100%;
	position: relative;
}

.link_btn a:hover {
	background-color: #2E538D;
}

.txt_right {
	text-align: right !important;
}

.txt_left {
	text-align: left !important;
}

.txt_center {
	text-align: center !important;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
	border: 1px solid #D5D7DB;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media screen and (max-width:767px) {

	/*------------ h1 ------------*/
	#content_h {
		/* height: 220px; */
		/* min-width: 100%; */
		margin-top: 95px;
	}

	#h_area {
		top: 50%
	}

	#h_area h1 {
		font-size: 1.6rem;
	}

	#h_area h1::before {
		/* font-size: 2.2rem; */
		font-size: 6rem;
		margin: 0 0 10px !important;
	}

	/*------------ キャッチ ------------*/

	/* .catch_area {
		margin: 0 auto;
	} */

	.catch_area h2 {
		font-size: 2.4rem;
		margin: 50px 0 18px;
	}

	/* .catch_area p {
    display: block;
    margin-bottom: 0;
}
 */
	/*------------ パンくず ------------*/
	#breadcrumb {
		font-size: 1.2rem;
		margin: 20px auto 35px;
	}

	#breadcrumb .breadcrumb_inner a {
		margin: 0 17px 0 0;
	}

	#breadcrumb .breadcrumb_inner a:after {
		width: 6px;
		height: 6px;
		top: 7px;
		right: -11px;
	}

	/*------------ content_area内 ------------*/
	.content_area {
		padding-bottom: 55px;
		padding: 50px 0 55px !important;
	}

	/* 各ページh2 */

	h2 {
		font-size: 2.2rem;
		margin: 45px 0 15px;
	}

	/* 各ページh3 */
	h3 {
		font-size: 2rem;
		margin-top: 20px;
	}

	/* 各ページh4 */

	h4 {
		font-size: 1.8rem;
		margin-top: 20px;
	}

	/* 各ページh5 */
	h5 {
		font-size: 1.6rem;
		margin-top: 20px;
	}

	/* 見出しh */
	.sec_ttl {
		margin: 45px auto 25px;
	}

	/* .sec_ttl span {
		font-size: 1.2rem;
		margin-bottom: 6px;
	}

	.sec_ttl span::after {
		width: 20px;
		margin-left: 10px;
	} */

	.sec_ttl h2 {
		font-size: 2.4rem;
	}


	.sec_ttl h2::after {
		font-size: 1.8rem;
		margin-top: 3px;
	}


	.sec_h3 {
		margin: 50px 0 20px;
	}

	.sec_h3 span {
		font-size: 1.5rem;
		margin-bottom: 8px;
	}

	.sec_h3 h3 {
		font-size: 2rem;
	}


	[href^="tel:"] {
		pointer-events: all;
		text-decoration: underline;
	}

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

	p {
		margin-bottom: 15px;
		line-height: 1.8;
	}

	/*------------ table ------------*/


	table th {
		padding: 15px 7px;
		width: 30%;
	}

	table td {
		padding: 15px 10px 15px 5px;
	}

	/*------------ others ------------*/
	
	.pl_item {
		width: 100%;
		height: 80px;
		margin: 0 0 20px 0;
		position: relative;
		opacity: 1 !important;
	}

	.pl_item::before {
		background-size: 20px auto;
	}

	.pl_item::after {
		top: calc(50% - 7px);
		right: 28px;
		width: 10px;
		height: 10px;
	}

	.pl_item span {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		padding: 5px 46px;
	}

	.bg_grey {
		padding: 40px 0 45px;
	}
	.link_btn a {
		font-size: 1.4rem;
		padding: 15px 20px;
	}

}