@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 62.5%;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
}
article, header, footer, aside, figure, figcaption, nav, section { 
	display:block;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #231815;
}
body *{
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}
img{
	max-width:100%;
	height:auto;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
a {
	display: inline-block;
	text-decoration: none;
	/* transition: 0.3s; */
}
/* a:hover {
	opacity: 0.5;
} */
.displaySP {
	display: none;
}

/*ヘッダー*/
header {
	background: url(../img/bg_right.png) no-repeat top right;
}
.headerWrap{
	padding: 30px 5% 0 5%;
	margin-bottom: 60px;
}
.headerTtl{
	display: inline-block;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 15px 10px;
    font-size: 5rem;
    font-weight: bold;
	margin-bottom: 45px;
}

.contWrap {
	padding: 0 12%;
	/* width: 1024px;
	margin: 0 auto; */
}
.conceptWrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 150px;
}
.conceptTxt{
	width: 75%;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.75;
}
.conceptImg{
	width: 25%;
}
.linkWrap{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 120px;
}
.linkItemCont {
	margin-bottom: 50px;
}
.linkItem{
	width: 22%;
}
.linkItem:not(:nth-child(4)){
	margin-right: 4%;
}
.linkTtl{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 15px 10px;
    font-size: 2.25rem;
    font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.linkImg{
	margin-bottom: 20px;
}
.linkList li {
	margin-bottom: 20px;
	padding-left: 14px;
	position: relative;
}
.linkList li:before {
    content: "";
    background: #000000;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    position: absolute;
    top: 0.8rem;
    left: 0;	
}
.linkList li a {
	position: relative;
    color: #000;
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 1.5;
}
.linkList li a.lineBtn {
	max-width: 60%;
}
.linkList li a:after {
	content:"";
	width: 0%;
	height: 8px;
	background: #ffff00;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
	transition: all .3s;
}
.linkList li a:hover::after{
	width: 100%;
}

/*フッター*/
footer {
	background: url(../img/bg_left.png) no-repeat bottom left;
}
.footerWrap{
	padding: 30px 5% 0 5%;
}
.footerTtl{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 15px 10px;
    font-size: 2rem;
    font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.footerCenter{
	font-size: 2.75rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.footerCenter span {
	font-size: 1.5rem;
	font-weight: bold;
}
.footerContactWrap {
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 60px;
}
.footerContactWrap a{
	display: block;
	border: 2px solid #000;
	border-radius: 35px;
	width: 300px;
	padding: 20px 20px;
	color: #000;
	margin-right: 20px;
	margin-bottom: 15px;
	transition: .3s;
	z-index: 0;
}
.footerContactWrap a:last-child{
	margin-right: 0;
}
.footerContactWrap a:hover{
	background-color: #ffff00;
}

.footerContactWrap a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.contactTel,.contactMail{
	font-weight: bold;
	display: flex;
	align-items: center;
    justify-content: center;
}
.contactTel,.contactMail{
	font-size: 1.8rem;
}
.contactTel:before,.contactMail:before{
	display: inline-block;
	content: "";
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 10px;
}
.contactTel:before{
	background-image:url(../img/icon_tel.png);
}
.contactMail:before{
	background-image:url(../img/icon_mail.png);
}
.footerCR{
	font-size: 1.25rem;
	text-align: center;
	padding-bottom: 40px;
}

/*ポータルサイトへ誘導*/
body {
	background-color: #f5f2e9;
}
.guidance {
	text-align: center;
	margin-bottom: 30px;
}
.guidance .txt {
	position: relative;
	display: inline-block;
	margin: 50px 0 30px 0;
	background-color: #fff;
	padding: 30px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.25;
	color: #444;
	border-radius: 15px;
}
.guidance .txt:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
}
.guidance .portalLogo {
	margin: 15px 0 30px 0;
}
.portalLink a {
    background-color: #231919;
    font-size: 1.5rem;
    color: #fff;
    display: inline-block;
    padding: 20px;
    border-radius: 15px;
	transition: opacity 0.3s;
}
.portalLink a:hover {
	opacity: 0.8;
}
.portalBg {
	width: 100%;
	height: 750px;
	background-image: url(../img/portal_bg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.footerCR {
	padding: 15px 0 30px;
	color: #7c7777;
}