@charset "utf-8";





body {
	font-size: clamp(14px, 3vw, 20px);
}


/*==========================================================================

	            #top-mv  メインビジュアル
	
============================================================================*/

#top-mv {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 40px;
	position: relative;
}
.mv-txt01 {
    max-width: 654px;
	width: 56%;
	line-height: 0;
	margin-bottom: 15px;
}
.mv-txt02 {
    max-width: 640px;
	width: 55%;
	line-height: 0;
	margin-bottom: 15px;
}
.mv-txt03 {
    max-width: 595px;
	width: 50%;
	line-height: 0;
	margin-left: 2%;
	margin-bottom: 20px;
}
.mv-txt04 {
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.mv-txt04 li {
	width: 7.6em;
	background-color: #fff;
	font-size: clamp(12px, 3vw, 20px);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 0.4em 0;
	border-radius: 6px;
}
.mv-txt04 li:first-child {
	background-color: #333;
	color: #fff;
}
.mv-logo {
    max-width: 643px;
	max-height: 643px;
	width: 55%;
	position: absolute;
    right: 0;
    bottom: 2%;
	margin: auto;
	line-height: 0;
}
.mv-person {
    max-width: 425px;
	max-height: 423px;
	width: 36%;
	position: absolute;
    right: 5%;
    bottom: 3%;
	margin: auto;
	line-height: 0;
}

@media screen and (max-width: 768px){
	#top-mv {
		padding: 10% 0 7%;
	}
	.mv-txt01 {
		width: 90%;
		margin: 0 auto 3%
	}
	.mv-txt02 {
		width: 90%;
		margin: 0 auto 3%
	}
	.mv-txt03 {
		width: 75%;
		margin-left: 0;
		margin-bottom: 3%;
	}
	.mv-txt04 {
		width: 60%;
		margin-left: 4%;
		gap: 5px;
	}
	.mv-txt04 li {
		width: 8em;
		letter-spacing: 0;
		border-radius: 4px;
	}
	.mv-txt04 li:first-child {
		background-color: #333;
		color: #fff;
	}
	.mv-logo {
		width: 48%;
		bottom: 0;
	}
	.mv-person {
		width: 36%;
		right: 0;
		bottom: 0;
	}
}


/*==========================================================================

	            #sec-consult-top  無料相談（上部）
	
============================================================================*/

#sec-consult-top {
	margin-top: -20px;
}

/*==========================================================================

	            #top-sec1  心も体も限界なあなたへ
	
============================================================================*/

#top-sec1 {
	background-color: #e7f4f3;
	padding: 100px 3% 80px;
	margin: 0 20px;
	border-radius: 30px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#top-sec1 {
		padding: 10% 4% 7%;
		margin: 0 3%;
		border-radius: 20px;
	}
}

/*----------------------------------- 
     .top-sec1-box1
-----------------------------------*/

.top-sec1-box1 {
    max-width: 1200px;
	margin: 0 auto 4em;
}
.top-sec1-box1 h2 {
	font-size: clamp(20px, 4.5vw, 28px);
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}
.top-sec1-box1 h3 {
	font-size: clamp(23px, 5vw, 50px);
	font-weight: bold;
	color: #00a797;
	line-height: 1.3;
	letter-spacing: 0.03em;
	text-indent: -0.5em;
	float: left;
	margin-bottom: 0.7em;
}
.top-sec1-box1 h3 strong {
	font-size: clamp(45px, 8vw, 75px);
	letter-spacing: 0.05em;
}
.top-sec1-box1 h4 {
	max-width: 520px;
	width: 45%;
	float: right;
	line-height: 0;
}
.top-sec1-box1-txt {
	clear: left;
	width: 50%;
}

@media screen and (max-width: 1300px){
	.top-sec1-box1 h2 {
		text-align: center;
	}
	.top-sec1-box1 h3 {
		float: inherit;
		text-align: center;
	}
	.top-sec1-box1 h4 {
		max-width: 520px;
		width: 75%;
		float: inherit;
		margin: 0 auto 5%;
	}
	.top-sec1-box1-txt {
		clear: inherit;
		width: 100%;
		text-align: center;
	}
}

/*----------------------------------- 
     .top-sec1-box2
-----------------------------------*/

.top-sec1-box2 {
    max-width: 660px;
	margin: 0 auto;
	padding: 1em 1em 1em 100px;
	border: #77d2c9 4px solid;
	background-color: #fff;
	position: relative;
	left: 50px;
	box-sizing: border-box;
	border-radius: 20px;
}
.top-sec1-box2 h3 {
	max-width: 242px;
	line-height: 0;
	position: absolute;
	top: -30px;
	left: -130px;
}
.top-sec1-box2 p {
	text-align: center;
	line-height: 1.8;
}

@media screen and (max-width: 900px){
	.top-sec1-box2 {
		margin: 30% auto 0;
		padding: 16% 0.5em 1.5em;
		border: #77d2c9 3px solid;
		left: inherit;
		border-radius: 15px;
	}
	.top-sec1-box2 h3 {
		width: 40%;
		top: -50%;
		left: 27%;
	}
}
@media screen and (max-width: 381px){
	.top-sec1-box2 h3 {
		top: -35%;
	}
}

/*==========================================================================

	            #top-sec2  選ばれる理由
	
============================================================================*/

#top-sec2 {
	padding: 0 3% 50px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#top-sec2 {
		padding: 0 5%;
	}
}

/*----------------------------------- 
     .top-sec2-box1
-----------------------------------*/

.top-sec2-box1 {
    width: 900px;
	height: 900px;
	margin: -610px auto 4em;
	position: relative;
}
.top-sec2-box1::after {
	display: block;
	content: '';
    width: 100%;
	height: 100%;
	background-color: #00a797;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.top-sec2-box1 h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.03em;
	position: absolute;
	bottom: 3.5em;
	left: 0;
	right: 0;
	z-index: 2;
}
.top-sec2-box1 h2 strong {
	font-size: 55px;
	font-size: 5.5rem;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px){
	.top-sec2-box1 {
		width: 90vw;
		height: 90vw;
		margin: -65% auto 4em;
	}
	.top-sec2-box1 h2 {
		font-size: clamp(16px, 3.5vw, 24px);
		bottom: 10%;
	}
	.top-sec2-box1 h2 strong {
		font-size: clamp(25px, 7vw, 55px);
	}
}

/*----------------------------------- 
     .top-sec2-box2
-----------------------------------*/

.top-sec2-box2 {
	max-width: 1200px;
	margin: 0 auto 4em;
	padding-left: 120px;
	box-sizing: border-box;
}
.top-sec2-box2 h2 {
	font-size: clamp(16px, 5vw, 48px);
	font-weight: bold;
	color: #00a797;
	line-height: 1.5;
	letter-spacing: 0.01em;
	margin-left: -120px;
	margin-bottom: 0.5em;
}
.top-sec2-box2 h2 span {
	font-family: "Noto Sans JP", "Hiragino Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin-right: 0.3em;
	font-size: clamp(25px, 6vw, 55px);
	/* font-weight: bold; */
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #00a797;
	border-radius: 50%;
}
@media screen and (max-width: 1200px){
	.top-sec2-box2 {
		padding-left: 0;
	}
	.top-sec2-box2 h2 {
		margin-left: 0;
		letter-spacing: 0;
	}
	.top-sec2-box2 h2 span {
		width: 10vw;
		height: 10vw;
		line-height: 10vw;
	}
}
@media screen and (max-width: 768px){
	.top-sec2-box2 h2 {
		text-align: center;
		letter-spacing: 0;
	}
	.top-sec2-box2 h2 span {
		display: block;
		width: 13vw;
		height: 13vw;
		line-height: 13vw;
		margin: 0 auto 0.5em;
	}
}

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

.top-sec2-box2-txt {
	margin: 1.5em 0 2em;
}
.top-sec2-box2-txt h3 {
	max-width: 266px;
	width: 30%;
	float: right;
}

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

.top-sec2-box2-point {
	clear: both;
	background-color: #e6f2fa;
	padding: 1.5em 0;
	margin: 1.5em 0;
	border-radius: 20px;
	overflow: hidden;
}
.top-sec2-box2-point h3 {
	font-size: clamp(15px, 3.5vw, 28px);
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.top-sec2-box2-point h3 span {
	display: inline-block;
	max-width: 146px;
	width: 20%;
	margin-right: 0.3em;
	line-height: 0;
	vertical-align: top;
}
.top-sec2-box2-point h4 {
	max-width: 266px;
	width: 33%;
	float: right;
	margin-top: -50px;
}
.top-sec2-box2-point p {
	padding: 0 2em;
}

@media screen and (max-width: 1024px){
	.top-sec2-box2-point h4 {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px){
	.top-sec2-box2-point {
		border-radius: 15px;
	}
	.top-sec2-box2-point h4 {
		margin-top: 5%;
	}
	.top-sec2-box2-point p {
		padding: 0 1em;
	}
}

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

table.top-sec2-box2-tb1 {
	width: 100%;
	line-height: 1.5;
	margin-bottom: 10px;
}
table.top-sec2-box2-tb1 th {
	width: 35%;
	border: #00a797 2px solid;
	background-color: #00a797;
	color: #fff;
	font-size: clamp(15px, 3.5vw, 24px);
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
}
table.top-sec2-box2-tb1 td {
	border: #00a797 2px solid;
	font-size: clamp(14px, 3.5vw, 22px);
	font-weight: bold;
	padding: 0.5em 1em;
}

@media screen and (max-width: 768px){
	table.top-sec2-box2-tb1 th {
		width: inherit;
		display: block;
	}
	table.top-sec2-box2-tb1 td {
		display: block;
		padding: 1em 1em;
		text-align: center;
	}
}

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

table.top-sec2-box2-tb2 {
	width: 100%;
	line-height: 1.5;
	border: #00a797 3px solid;
	margin-bottom: 1em;
}
table.top-sec2-box2-tb2 th {
	width: 50%;
	border-bottom: #00a797 1px solid;
	background-color: #d3f0ed;
	font-weight: bold;
	text-align: center;
	padding: 0.8em 0;
}
table.top-sec2-box2-tb2 td {
	border-bottom: #00a797 1px solid;
	font-size: clamp(16px, 3.5vw, 24px);
	font-weight: bold;
	text-align: center;
	padding: 0.6em 0;
}
table.top-sec2-box2-tb2 td strong {
	font-size: clamp(20px, 4vw, 30px);
}
table.top-sec2-box2-tb2 td span {
	font-size: clamp(13px, 3vw, 20px);
}

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

dl.top-sec2-box2-dl1 {
	margin: 2em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
dl.top-sec2-box2-dl1 dt {
	width: 15%;
	min-width: 8em;
	font-weight: bold;
}
dl.top-sec2-box2-dl1 dd {
	width: 82%;
	background-color: #f2f2f2;
	padding: 1.5em 2em;
	box-sizing: border-box;
	border-radius: 20px;
}
dl.top-sec2-box2-dl1 dd ul li {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 1024px){
	dl.top-sec2-box2-dl1 dt {
		width: 100%;
		min-width: inherit;
		margin-bottom: 0.5em;
	}
	dl.top-sec2-box2-dl1 dd {
		width: 100%;
		padding: 1.5em 1em;
		border-radius: 15px;
	}
}

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

dl.top-sec2-box2-dl2 {
	margin: 1.5em 0;
}
dl.top-sec2-box2-dl2 dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}

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

ul.top-sec2-box2-ul1 li {
	display: inline-block;
	border: #bbb 1px solid;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.5em 1em;
	margin: 0 0 0.5em;
	border-radius: 30px;
}
ul.top-sec2-box2-ul1 li span {
	font-size: clamp(12px, 3vw, 16px);
	font-weight: normal;
}


/*==========================================================================

	            #top-sec3  サービスの流れ
	
============================================================================*/

#top-sec3 {
	background-color: #e7f4f3;
	padding: 40px 3% 50px;
	margin: 0 20px;
	border-radius: 30px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#top-sec3 {
		padding: 10% 4% 3% 1%;
		margin: 0 3%;
		border-radius: 20px;
	}
}

/*----------------------------------- 
     .top-sec3-box1
-----------------------------------*/

.top-sec3-box1 {
    max-width: 1100px;
	margin: 0 auto 50px;
}
.top-sec3-box1 dl {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.top-sec3-box1 dl dt {
	width: 57%;
}
.top-sec3-box1 dl dt h2 {
	font-size: clamp(16px, 3vw, 28px);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	text-indent: -1em;
}
.top-sec3-box1 dl dt h3 {
	font-size: clamp(25px, 4vw, 50px);
	font-weight: bold;
	color: #00a797;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.03em;
	margin-bottom: 0.5em;
}
.top-sec3-box1 dl dd {
	width: 43%;
	position: relative;
}
.top-sec3-box1 dl dd h2 {
	max-width: 357px;
	width: 80%;
	margin: 0 auto;
	line-height: 0;
}
.top-sec3-box1 dl dd h3 {
	max-width: 468px;
	max-height: 538px;
	margin: 0 auto;
	line-height: 0;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
}

@media screen and (max-width: 768px){
	.top-sec3-box1 {
		margin: 0 auto 8%;
	}
	.top-sec3-box1 dl dt {
		width: 100%;
	}
	.top-sec3-box1 dl dt h2 {
		font-size: clamp(16px, 5vw, 28px);
		text-indent: 0;
	}
	.top-sec3-box1 dl dt h3 {
		font-size: clamp(25px, 7vw, 50px);
		text-indent: 1em;
	}
	.top-sec3-box1 dl dd {
		width: 100%;
	}
	.top-sec3-box1 dl dd h2 {
		width: 60%;
	}
	.top-sec3-box1 dl dd h3 {
		width: 80%;
	}
}

/*----------------------------------- 
     .top-sec3-box2
-----------------------------------*/

.top-sec3-box2 {
    max-width: 1200px;
	margin: 0 auto;
}
.top-sec3-box2 dl {
	padding-bottom: 50px;
	position: relative;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-sec3-box2 dl::after {
	display: block;
	content: '';
    width: 6px;
	height: 100%;
	background-color: #9bbcb9;
	position: absolute;
	top: 0;
	left: 67px;
}
.top-sec3-box2 dl:last-of-type::after {
	display: none;
}
.top-sec3-box2 dl dt {
	font-family: "Noto Sans JP", "Hiragino Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: clamp(11px, 2.5vw, 20px);
	width: 140px;
	height: 140px;
	line-height: 140px;
	margin-right: 0.3em;
	/* font-weight: bold; */
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #00a797;
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.top-sec3-box2 dl dt span {
	font-size: clamp(14px, 3vw, 30px);
	margin-left: 0.2em;
}
.top-sec3-box2 dl dd {
	width: 100%;
    max-width: 1080px;
	margin-left: 120px;
	padding: 2em 2em 2em 80px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 20px;
}
.top-sec3-box2 dl dd h2 {
	font-size: clamp(16px, 4vw, 36px);
	font-weight: bold;
	color: #00a797;
	line-height: 1.5;
	margin-bottom: 0.3em;
}
.top-sec3-box2 dl dd h2 span {
	font-size: clamp(13px, 3vw, 26px);
}
.top-sec3-box2 dl dd ul {
	margin: 0.5em 0;
}
.top-sec3-box2 dl dd ul li {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 1024px){
	.top-sec3-box2 dl::after {
		width: 4px;
		left: 6.8vw;
	}
	.top-sec3-box2 dl dt {
		width: 15vw;
		height: 15vw;
		line-height: 15vw;
	}
	.top-sec3-box2 dl dd {
		margin-left: 12vw;
		padding: 2em 2em 2em 7vw;
	}
}
@media screen and (max-width: 768px){
	.top-sec3-box2 dl {
		padding-bottom: 5%;
	}
	.top-sec3-box2 dl dt {
		border-radius: 10px;
	}
	.top-sec3-box2 dl dt span {
		font-size: clamp(18px, 3vw, 30px);
		margin-left: 0.2em;
	}
	.top-sec3-box2 dl dd {
		padding: 2em 1em 2em 7vw;
		border-radius: 15px;
	}
}

/*==========================================================================

	            #top-sec4  よくある質問
	
============================================================================*/

#top-sec4 {
	padding: 100px 3% 50px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#top-sec4 {
		padding: 15% 5% 5%;
	}
}

/*----------------------------------- 
     .top-sec4-box1
-----------------------------------*/

.top-sec4-box1 {
    max-width: 1000px;
	margin: 0 auto;
}
.top-sec4-box1 h2 {
    font-size: clamp(18px, 5vw, 24px);
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 2em;
}
.top-sec4-box1 dl dt {
	font-size: clamp(16px, 3.5vw, 24px);
	font-weight: bold;
	color: #00a797;
	line-height: 1.5;
	padding: 1.5em 1em 0.5em;
}
.top-sec4-box1 dl:first-of-type dt {
	border-top: #ddd 1px solid;
}
.top-sec4-box1 dl dt span {
	font-size: clamp(20px, 5vw, 30px);
	margin-right: 0.5em;
}
.top-sec4-box1 dl dd {
	border-bottom: #ddd 1px solid;
	padding: 0 1em 2em 3.5em;
}

@media screen and (max-width: 768px){
	.top-sec4-box1 dl dt {
		padding: 1.5em 0 0.5em;
	}
	.top-sec4-box1 dl dd {
		padding: 0 1em 2em 2em;
	}
}

/*==========================================================================

	            #sec5  私たちが目指すのは～
	
============================================================================*/

#top-sec5 {
	background-color: #e7f4f3;
	padding: 100px 3% 120px;
	margin: 0 20px;
	border-radius: 30px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#top-sec5 {
		padding: 5% 4% 10%;
		margin: 0 3%;
		border-radius: 20px;
	}
}

/*----------------------------------- 
     .top-sec5-box1
-----------------------------------*/

.top-sec5-box1 {
    max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.top-sec5-box1-left {
	width: 74%;
	text-align: center;
}
.top-sec5-box1-left h2 {
	max-width: 700px;
	margin: 0 auto 1.7em;
	padding: 2em 0;
	box-sizing: border-box;
	background-color: #00a797;
	color: #fff;
	font-size: clamp(15px, 4vw, 30px);
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.05em;
	border-radius: 20px;
	position: relative;
}
.top-sec5-box1-left h2 strong {
	font-size: clamp(18px, 5.5vw, 50px);
}
.top-sec5-box1-left h2::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 30px solid #00a797;
}
.top-sec5-box1-left h3 {
	font-size: clamp(15px, 4vw, 30px);
	font-weight: bold;
	line-height: 1.6;
	margin-top: 0.5em;
}
.top-sec5-box1-right {
	width: 23%;
}
.top-sec5-box1-right img {
	max-width: 274px;
	line-height: 0;
}

@media screen and (max-width: 1024px){
	.top-sec5-box1-left {
		width: 100%;
		margin-bottom: 5%;
	}
	.top-sec5-box1-right {
		width: 100%;
	}
	.top-sec5-box1-right img {
		width: 40%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px){
	.top-sec5-box1-left h2 {
		border-radius: 15px;
	}
	.top-sec5-box1-left h2::before {
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 20px solid #00a797;
	}
}

/*==========================================================================

	              #top-sec-news  トピックス
	
============================================================================*/


#top-sec-news {
	padding: 100px 3% 100px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#top-sec-news {
		padding: 15% 5% 15%;
	}
}
.top-news-box {
    max-width: 1200px;
    margin: 0 auto;
}
.top-news-box h2 {
    font-size: clamp(18px, 5vw, 24px);
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 1.8em;
}
.top-news-box ul {
	display: flex;
	/* flex-wrap: wrap; */
    justify-content: center;
}
.top-news-box ul li {
    width: 32%;
    max-width: 380px;
	border: #00a797 1px solid;
    background-color: #fff;
	box-sizing: border-box;
    padding: 14px;
    margin: 0 0.7% 2%;
}
.top-news-eyecatch {
	max-width: 350px;
    line-height: 0;
    margin: 0 auto 1em;
}
.top-news-cat {
	display: inline-block;
	border: #bbb 1px solid;
    font-size: clamp(12px, 2vw, 15px);
	line-height: 1.5;
	text-align: center;
	padding: 0.3em 1em;
	margin-bottom: 1em;
	border-radius: 30px;
}
.top-news-title {
    font-size: clamp(16px, 2vw, 22px);
	font-weight: bold;
	line-height: 1.5;
    color: #00a797;
	margin-bottom: 0.5em;
}
.top-news-time {
    font-size: 13px;
	font-size: 1.3rem;
}
.top-news-box ul li a {
    text-decoration: none;
    transition: .5s;
}
.top-news-box ul li a:hover {
    filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.70;
	transition: .5s;
}
.top-news-btn a {
	background: url(../img/top/news-icon.png) right center no-repeat;
	display: block;
	margin-top: 1em;
	padding-right: 1.7em;
	color: #00a797;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.05em;
    line-height: 1.5;
	text-align: right;
	text-decoration: none;
	transition: .5s;
}
.top-news-btn a:hover {
    filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	transition: .5s;
}

@media screen and (max-width: 768px){
    #top-news {
        padding: 12% 5% 12%
    }
    .top-news-box ul {
		flex-wrap: wrap;
    }
	.top-news-box ul li {
        width: 48%;
		padding: 5%;
        margin: 0 1% 2%;
    }
}
@media screen and (max-width: 641px){
    .top-news-box ul li {
        width: 100%;
        margin: 0 0 8%;
    }
}

/*==========================================================================

	            #sec-consult-bottom  無料相談（下部）
	
============================================================================*/

#sec-consult-bottom {
	margin-top: -20px;
}
