@charset "utf-8";





#container {
    background: url(../img/top/contents-bg.png) right center no-repeat;
	background-attachment: fixed;
	background-size: 48%;
}

@media screen and (max-width: 768px){
	#container {
		background-size: 70%;
	}
}


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

	            #top-main  メインイメージ
	
============================================================================*/

#top-main {
    background: url(../img/top/main-bg.jpg) center center no-repeat;
	background-size: cover;
    width: 100%;
	height: calc(100vh - 80px);
	min-height: 660px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#top-main h2 {
    max-width: 756px;
	max-height: 510px;
	width: 90%;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	margin: auto;
	line-height: 0;
}

@media screen and (max-width: 768px){
	#top-main {
	    background: url(../img/top/main-bg-sp.jpg) center center no-repeat;
		background-size: cover;
		height: inherit;
		min-height: inherit;
		padding: 15% 0;
	}
	#top-main h2 {
		position: inherit;
	}
}


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

	            #sec1  社保プラスにお任せください
	
============================================================================*/

#sec1 {
	padding-top: 80px;
	margin-top: -80px;
	overflow: hidden;
}
@media screen and (max-width: 1024px){
	#sec1 {
		padding-top: 0;
		margin-top: 0;
	}
}

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

.sec1-box1 {
    max-width: 1100px;
	margin: 0 auto;
	padding: 100px 5%;
}
.sec1-box1 h2 {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 50px;
}
.sec1-box1 h2 strong {
	font-size: 53px;
	font-size: 5.3rem;
	font-weight: bold;
	color: #45AC33;
}
.sec1-box1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec1-box1 ul li {
    max-width: 350px;
	width: 33%;
	line-height: 0;
}

@media screen and (max-width: 1024px){
	.sec1-box1 h2 {
		font-size: 30px;
		font-size: 3.0rem;
	}
	.sec1-box1 h2 strong {
		font-size: 40px;
		font-size: 4.0rem;
	}
}
@media screen and (max-width: 768px){
	.sec1-box1 {
		padding: 15% 5%;
	}
	.sec1-box1 h2 {
		font-size: 22px;
		font-size: 2.2rem;
		letter-spacing: 0;
		margin-bottom: 8%;
	}
	.sec1-box1 h2 strong {
		font-size: 30px;
		font-size: 3.0rem;
	}
	.sec1-box1 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.sec1-box1 ul li {
		width: 48%;
		margin: 0 1%;
	}
	.sec1-box1 ul li:last-child {
		margin-top: -4%;
	}
}
@media screen and (max-width: 641px){
	.sec1-box1 h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.sec1-box1 h2 strong {
		font-size: 25px;
		font-size: 2.5rem;
	}
}

/*----------------------------------- 
     .sec1-box2  スライドショー
-----------------------------------*/

.sec1-box2 .swiper {
	overflow: hidden;
}

.sec1-box2 .swiper-wrapper{
    transition-timing-function: linear;
}
.sec1-box2 .swiper-slide {
    max-width: 500px;
	line-height: 0;
}

/*----------------------------------- 
     .sec1-box3
-----------------------------------*/

.sec1-box3 {
    max-width: 1100px;
	margin: 0 auto;
	padding: 100px 5%;
}
.sec1-box3 h2 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 50px;
}
.sec1-box3 h2 strong {
	font-weight: bold;
	color: #45AC33;
}
.sec1-box3 h3 {
	max-width: 1022px;
	margin: 0 auto;
	line-height: 0;
}
.sec1-box3 h3 img.sp {
	display: none;
}

@media screen and (max-width: 1024px){
	.sec1-box3 h2 {
		font-size: 25px;
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 768px){
	.sec1-box3 {
		padding: 15% 5%;
	}
	.sec1-box3 h2 {
		margin-bottom: 7%;
	}
}
@media screen and (max-width: 641px){
	.sec1-box3 h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.sec1-box3 h3 {
		max-width: 700px;
	}
	.sec1-box3 h3 img.pc {
		display: none;
	}
	.sec1-box3 h3 img.sp {
		display: block;
	}
}
@media screen and (max-width: 481px){
	.sec1-box3 h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}


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

	            #sec2  こんなお悩みありませんか？
	
============================================================================*/

#sec2 {
    background: url(../img/top/sec2-bg.jpg) center 80px no-repeat;
	background-size: cover;
	padding-top: 80px;
	margin-top: -80px;
	overflow: hidden;
}
@media screen and (max-width: 1024px){
	#sec2 {
	    background: url(../img/top/sec2-bg.jpg) center center no-repeat;
	    background-size: cover;
		padding-top: 0;
		margin-top: 0;
	}
}

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

.sec2-box1 {
    max-width: 1100px;
	margin: 0 auto;
	padding: 100px 5%;
}
.sec2-box1 h2 {
    font-family: 游明朝体, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif;
    max-width: 890px;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 50px;
}
.sec2-box1 ul {
    max-width: 880px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec2-box1 ul li {
    max-width: 430px;
	width: 49%;
	margin-bottom: 2%;
	line-height: 0;
}

@media screen and (max-width: 1024px){
	.sec2-box1 h2 {
		font-size: 30px;
		font-size: 3.0rem;
	}
}
@media screen and (max-width: 768px){
	.sec2-box1 {
		padding: 15% 5%;
	}
	.sec2-box1 h2 {
		font-size: 26px;
		font-size: 2.6rem;
		letter-spacing: 0;
		margin-bottom: 8%;
	}
	.sec2-box1 ul {
		margin: 0 auto;
	}
	.sec2-box1 ul li {
		width: 85%;
		margin: 0 auto 3%;
	}
}
@media screen and (max-width: 641px){
	.sec2-box1 h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}
}


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

	            #sec3  お悩み解決
	
============================================================================*/

#sec3 {
	padding-top: 80px;
	margin-top: -80px;
	overflow: hidden;
}
@media screen and (max-width: 1024px){
	#sec3 {
		padding-top: 0;
		margin-top: 0;
	}
}

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

.sec3-box1 {
    max-width: 1100px;
	margin: 0 auto;
	padding: 120px 5% 60px;
}
.sec3-box1 h2 {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 50px;
}
.sec3-box1 h2 strong {
	font-weight: bold;
	color: #45AC33;
}
.sec3-box1 h3 {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}
.sec3-box1 h3 span {
    display: inline-block;
	position: relative;
}
.sec3-box1 h3 span:before,
.sec3-box1 h3 span:after {
    background-color: #000;
    content: "";
    height: 1px;
    width: 35px;
	position: absolute;
	top: 0.7em;
}
.sec3-box1 h3 span:before {
	left: -1.5em;
    transform: rotate(50deg);
}
.sec3-box1 h3 span:after {
	right: -1.5em;
    transform: rotate(-50deg);
}
.sec3-box1 ul {
    overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec3-box1 ul li {
    max-width: 530px;
	width: 48.5%;
	margin-bottom: 3%;
	line-height: 0;
}

@media screen and (max-width: 1024px){
	.sec3-box1 h2 {
		font-size: 30px;
		font-size: 3.0rem;
	}
	.sec3-box1 h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 768px){
	.sec3-box1 {
		padding: 15% 5% 10%;
	}
	.sec3-box1 h2 {
		font-size: 22px;
		font-size: 2.2rem;
		letter-spacing: 0;
		margin-bottom: 8%;
	}
	.sec3-box1 h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.sec3-box1 h3 span:before,
	.sec3-box1 h3 span:after {
		width: 25px;
		top: 0.7em;
	}
	.sec3-box1 h3 span:before {
		left: -2em;
	}
	.sec3-box1 h3 span:after {
		right: -2em;
	}
	.sec3-box1 ul li {
		width: 90%;
		margin: 0 auto 3%;
	}
}
@media screen and (max-width: 641px){
	.sec3-box1 h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.sec3-box1 h3 {
		font-size: 15px;
		font-size: 1.5rem;
	}
}


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

	            #sec4  おトクな社会保険
	
============================================================================*/

#sec4 {
	padding-top: 80px;
	margin-top: -80px;
	overflow: hidden;
}
@media screen and (max-width: 1024px){
	#sec4 {
		padding-top: 0;
		margin-top: 0;
	}
}

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

.sec4-box1 {
    max-width: 1100px;
	margin: 0 auto;
	padding: 120px 5% 120px;
}
.sec4-box1 h2 {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}
.sec4-box1 h2 strong {
    font-size: 46px;
	font-size: 4.6rem;
	font-weight: bold;
	color: #45AC33;
}
.sec4-box1 h3 {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 50px;
}
.sec4-box1 h3 strong {
	font-weight: bold;
	color: #45AC33;
}
.sec4-box1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec4-box1 ul li {
    max-width: 540px;
	width: 49.2%;
	line-height: 0;
}

@media screen and (max-width: 1024px){
	.sec4-box1 h2 {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.sec4-box1 h2 strong {
		font-size: 40px;
		font-size: 4.0rem;
	}
	.sec4-box1 h3 {
		font-size: 28px;
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 768px){
	.sec4-box1 {
		padding: 15% 5% 10%;
	}
	.sec4-box1 h2 {
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 2%;
	}
	.sec4-box1 h2 strong {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.sec4-box1 h3 {
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 7%;
	}
	.sec4-box1 ul li {
		width: 100%;
		margin: 0 auto 5%;
	}
}
@media screen and (max-width: 641px){
	.sec4-box1 h2 {
		font-size: 17px;
		font-size: 1.7rem;
	}
	.sec4-box1 h2 strong {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.sec4-box1 h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

/*----------------------------------- 
     .sec4-box2
-----------------------------------*/

.sec4-box2 {
    max-width: 1100px;
	margin: 0 auto;
	padding: 0 5% 160px;
}
.sec4-box2 h2 {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 50px;
}
.sec4-box2 h2 span {
	background-color: #373737;
	padding: 0.3em 1.1em;
	border-radius: 50px;
}
.sec4-box2 h3 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.sec4-box2 h3 strong {
	font-weight: bold;
	color: #45AC33;
}
.sec4-box2 table {
    max-width: 900px;
	width: 100%;
	margin: 0 auto 60px;
	border-collapse: collapse;
	background-color: #fff;
	border: #666 3px solid;
}
.sec4-box2 th {
    font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 1em 0;
	border: #666 2px solid;
}
.sec4-box2 th:nth-of-type(2) {
    background-color: #828282;
}
.sec4-box2 th:nth-of-type(3) {
    background-color: #45AC34;
}
.sec4-box2 td {
    font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	padding: 0.8em 0;
	border: #666 2px solid;
}
.sec4-box2 td:nth-of-type(2) {
    background-color: #ECECEC;
}
.sec4-box2 td:nth-of-type(3) {
    background-color: #CEEFC9;
}

@media screen and (max-width: 1024px){
	.sec4-box2 h2 {
		font-size: 30px;
		font-size: 3.0rem;
	}
	.sec4-box2 h3 {
		font-size: 25px;
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 768px){
	.sec4-box2 {
		padding: 0 5% 12%;
	}
	.sec4-box2 h2 {
		font-size: 25px;
		font-size: 2.5rem;
		letter-spacing: 0;
		margin-bottom: 8%;
	}
	.sec4-box2 h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.sec4-box2 table {
		margin: 0 auto 8%;
		border: #666 2px solid;
	}
	.sec4-box2 th {
		font-size: 22px;
		font-size: 2.2rem;
		border: #666 1px solid;
	}
	.sec4-box2 td {
		font-size: 20px;
		font-size: 2.0rem;
		border: #666 1px solid;
	}
}
@media screen and (max-width: 641px){
	.sec4-box2 h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.sec4-box2 h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.sec4-box2 th {
		font-size: 17px;
		font-size: 1.7rem;
	}
	.sec4-box2 td {
		font-size: 15px;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 481px){
	.sec4-box2 h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.sec4-box2 h3 {
		font-size: 17px;
		font-size: 1.7rem;
	}
	.sec4-box2 th {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.sec4-box2 td {
		font-size: 14px;
		font-size: 1.4rem;
	}
}


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

	            #sec5  選ばれる４つの理由
	
============================================================================*/

#sec5 {
    background: url(../img/top/sec5-bg.jpg) 0 80px repeat;
	padding-top: 80px;
	margin-top: -80px;
	overflow: hidden;
}
@media screen and (max-width: 1024px){
	#sec5 {
	    background: url(../img/top/sec5-bg.jpg) 0 0 repeat;
		padding-top: 0;
		margin-top: 0;
	}
}

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

.sec5-box1 {
    max-width: 1100px;
	margin: 0 auto;
	padding: 60px 5% 0;
}
.sec5-box1 h2 {
    max-width: 636px;
	width: 90%;
	margin: 0 auto 50px;
	line-height: 0;
}
.sec5-box1 ul > li {
	background-color: #fff;
	border: #E7E4D8 7px solid;
	padding: 40px 40px;
	margin-bottom: 50px;
	border-radius: 20px;
}
.sec5-box1 ul > li:last-child {
	margin-bottom: 0;
}
.sec5-box1 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec5-box1 ul > li:nth-child(even) dl {
	flex-direction: row-reverse;
}
.sec5-box1 dl > dt {
    max-width: 600px;
	width: 60%;
	font-size: 20px;
	font-size: 2.0rem;
}
.sec5-box1 dl > dt h3 {
	border-bottom: #000 1px dotted;
	padding-bottom: 0.5em;
	margin-bottom: 1.3em;
	display: flex;
	align-items: center;
}
.sec5-box1 dl > dt h3 span {
    display: block;
	width: 1em;
    font-size: 75px;
	font-size: 7.5rem;
	font-weight: bold;
	line-height: 1.3;
}
.sec5-box1 dl > dt h3 em {
    display: block;
    font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.03em;
}
.sec5-box1 dl > dt strong {
    color: #45AC33;
	font-weight: bold;
}
.sec5-box1 dl > dt ol {
	margin-top: 1em;
}
.sec5-box1 dl > dt ol li {
    padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.sec5-box1 dl > dd {
    max-width: 342px;
	width: 34%;
	line-height: 0;
}


@media screen and (max-width: 1024px){
	.sec5-box1 dl > dt {
	    max-width: inherit;
	    width: 100%;
		margin-bottom: 5%;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.sec5-box1 dl > dt h3 span {
		font-size: 60px;
		font-size: 6.0rem;
	}
	.sec5-box1 dl > dt h3 em {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.sec5-box1 dl > dd {
		width: 70%;
		margin: 0 auto;
		padding: 5% 0;
	}
}
@media screen and (max-width: 768px){
	.sec5-box1 {
		padding: 10% 5% 0;
	}
	.sec5-box1 h2 {
		margin: 0 auto 7%;
	}
	.sec5-box1 ul > li {
		border: #E7E4D8 4px solid;
		padding: 5%;
		margin-bottom: 5%;
	}
	.sec5-box1 dl > dt {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.sec5-box1 dl > dt h3 span {
		font-size: 45px;
		font-size: 4.5rem;
	}
	.sec5-box1 dl > dt h3 em {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 641px){
	.sec5-box1 dl > dt {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.sec5-box1 dl > dt h3 span {
		font-size: 35px;
		font-size: 3.5rem;
	}
	.sec5-box1 dl > dt h3 em {
		font-size: 20px;
		font-size: 2.0rem;
	}
}


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

	            #sec6  かんたんチェック
	
============================================================================*/

#sec6 {
	padding-top: 80px;
	margin-top: -80px;
	overflow: hidden;
}
@media screen and (max-width: 1024px){
	#sec6 {
		padding-top: 0;
		margin-top: 0;
	}
}

/*----------------------------------- 
     .sec6-box1
-----------------------------------*/

.sec6-box1 {
    max-width: 1100px;
	margin: 0 auto;
	padding: 120px 5% 120px;
}
.sec6-box1 h2 {
    background-color: #45AC34;
	border-top: #327A25 8px solid;
	font-size: 46px;
	font-size: 4.6rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	padding: 0.2em 0;
	margin-bottom: 50px;
}
.sec6-box1 h3 {
	max-width: 1100px;
	margin: 0 auto;
	line-height: 0;
}
.sec6-box1 h3 img.sp {
	display: none;
}
.sec6-box1 ul {
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec6-box1 ul li {
	max-width: 350px;
	width: 32%;
	margin: 0 auto;
}
.sec6-box1 ul img.sp {
	display: none;
}

@media screen and (max-width: 1024px){
	.sec6-box1 h2 {
		font-size: 40px;
		font-size: 4.0rem;
	}
}
@media screen and (max-width: 768px){
	.sec6-box1 {
		padding: 15% 5% 10%;
	}
	.sec6-box1 h2 {
	    border-top: #327A25 5px solid;
		font-size: 30px;
		font-size: 3.0rem;
		margin-bottom: 7%;
	}
	.sec6-box1 h3 {
		max-width: 760px;
		margin: 0 auto 7%;
	}
	.sec6-box1 h3 img.pc {
		display: none;
	}
	.sec6-box1 h3 img.sp {
		display: block;
	}
	.sec6-box1 ul li {
		max-width: 760px;
		width: 100%;
		margin: 0 auto 3%;
	}
	.sec6-box1 ul img.pc {
		display: none;
	}
	.sec6-box1 ul img.sp {
		display: block;
	}
}
@media screen and (max-width: 641px){
	.sec6-box1 h2 {
		font-size: 22px;
		font-size: 2.2rem;
		padding: 0.3em 0;
	}
}


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

	            #sec7  削減事例
	
============================================================================*/

#sec7 {
    background-color: #4BBA38;
	padding: 120px 5% 80px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#sec7 {
		padding: 15% 5% 7%;
	}
}

/*----------------------------------- 
     .sec7-box1
-----------------------------------*/

.sec7-box1 {
    max-width: 1100px;
	margin: 0 auto;
}
.sec7-box1 h2 {
	font-size: 52px;
	font-size: 5.2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 50px;
}
.sec7-box1 ul > li {
    background-color: #fff;
	padding: 50px 50px;
	margin-bottom: 40px;
	box-shadow: 0px 7px 0px 0px #358127;
	border-radius: 15px;
	position: relative;
}
.sec7-box1 h3 {
    background: url(../img/top/sec7-case.png) 0 0 no-repeat;
	width: 106px;
	height: 106px;
	padding: 35px 0 0 10px;
	box-sizing: border-box;
	font-size: 21px;
	font-size: 2.1rem;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	position: absolute;
	top: -10px;
	right: 30px;
}
.sec7-box1 dl {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.sec7-box1 dl dt {
	width: 30%;
	line-height: 0;
}
.sec7-box1 dl dt img {
	max-width: 300px;
	margin: 0 auto;
}
.sec7-box1 dl dd {
	width: 67%;
	padding-top: 20px;
}
.sec7-box1 dl dd h4 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.sec7-box1 dl dd ol {
    margin-bottom: 25px;
    display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sec7-box1 dl dd ol li {
    background-color: #4BBA38;
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	padding: 0.15em 1.2em;
	border-radius: 40px;
}
table.sec7-tb1 {
    width: 100%;
	border-collapse: collapse;
}
table.sec7-tb1 th {
    width: 5em;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
table.sec7-tb1 th span {
    display: inline-block;
	background-color: #5382B5;
	width: 100%;
}
table.sec7-tb1 td {
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 30px;
	position: relative;
}
table.sec7-tb1 td strong {
	color: #CC0000;
	font-weight: bold;
	display: inline-block;
}
table.sec7-tb1 td:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #666;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
}
table.sec7-tb2 {
    width: 100%;
	border-collapse: collapse;
}
table.sec7-tb2 th {
    width: 5em;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
table.sec7-tb2 th span {
    display: inline-block;
	background-color: #205BA4;
	width: 100%;
}
table.sec7-tb2 td {
	font-size: 50px;
	font-size: 5.0rem;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 30px;
	position: relative;
}
table.sec7-tb2 td strong {
	color: #CC0000;
	font-weight: bold;
	display: inline-block;
}
table.sec7-tb2 td:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #666;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 1024px){
	.sec7-box1 h2 {
		font-size: 42px;
		font-size: 4.2rem;
	}
	.sec7-box1 ul > li {
		padding: 10% 5% 7%;
		margin-bottom: 7%;
		box-shadow: 0px 5px 0px 0px #358127;
	}
	.sec7-box1 dl dt {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.sec7-box1 dl dd {
		width: 100%;
		padding-top: 5%;
	}
	.sec7-box1 dl dd h4 {
		text-align: center;
		margin-bottom: 3%;
	}
	.sec7-box1 dl dd ol {
		margin-bottom: 5%;
		justify-content: center;
	}
	table.sec7-tb1 {
		margin-left: 18%;
	}
	table.sec7-tb2 {
		margin-left: 18%;
	}
}
@media screen and (max-width: 900px){
	table.sec7-tb1 {
		margin-left: 12%;
	}
	table.sec7-tb2 {
		margin-left: 12%;
	}
}
@media screen and (max-width: 768px){
	.sec7-box1 h2 {
		font-size: 32px;
		font-size: 3.2rem;
		margin-bottom: 8%;
	}
	.sec7-box1 ul > li {
		margin-bottom: 10%;
	}
	.sec7-box1 dl dd h4 {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 3%;
	}
	.sec7-box1 dl dd ol li {
		font-size: 17px;
		font-size: 1.7rem;
		padding: 0.2em 1em;
		border-radius: 30px;
	}
	table.sec7-tb1 {
		margin-left: 8%;
	}
	table.sec7-tb1 th {
		width: 4em;
		font-size: 20px;
		font-size: 2.0rem;
	}
	table.sec7-tb1 td {
		font-size: 30px;
		font-size: 3.0rem;
		padding-left: 25px;
	}
	table.sec7-tb2 {
		margin-left: 8%;
	}
	table.sec7-tb2 th {
		width: 4em;
		font-size: 20px;
		font-size: 2.0rem;
	}
	table.sec7-tb2 td {
		font-size: 40px;
		font-size: 4.0rem;
		padding-left: 25px;
	}
}
@media screen and (max-width: 641px){
	.sec7-box1 h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.sec7-box1 h3 {
	    background: url(../img/top/sec7-case.png) 0 0 no-repeat;
		background-size: 70px;
		width: 70px;
		height: 70px;
		padding: 20px 0 0 8px;
		font-size: 15px;
		font-size: 1.5rem;
		top: -7px;
		right: 25px;
	}
	.sec7-box1 dl dd h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.sec7-box1 dl dd ol li {
		font-size: 15px;
		font-size: 1.5rem;
	}
	table.sec7-tb1 {
		margin-left: 0;
	}
	table.sec7-tb1 th {
		font-size: 18px;
		font-size: 1.8rem;
	}
	table.sec7-tb1 td {
		font-size: 25px;
		font-size: 2.5rem;
	}
	table.sec7-tb1 td:before {
		border-width: 6px 0 6px 8px;
	}
	table.sec7-tb2 {
		margin-left: 0;
	}
	table.sec7-tb2 th {
		font-size: 18px;
		font-size: 1.8rem;
	}
	table.sec7-tb2 td {
		font-size: 30px;
		font-size: 3.0rem;
	}
	table.sec7-tb2 td:before {
		border-width: 6px 0 6px 8px;
	}
}
@media screen and (max-width: 481px){
	table.sec7-tb1 th {
		font-size: 16px;
		font-size: 1.6rem;
	}
	table.sec7-tb1 td {
		font-size: 20px;
		font-size: 2.0rem;
	}
	table.sec7-tb2 {
		margin-left: 0;
	}
	table.sec7-tb2 th {
		font-size: 16px;
		font-size: 1.6rem;
	}
	table.sec7-tb2 td {
		font-size: 26px;
		font-size: 2.6rem;
	}
}


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

	            #sec8  よくあるご質問
	
============================================================================*/

#sec8 {
    background-color: #fff;
	/*padding-top: 80px;
	margin-top: -80px;*/
	overflow: hidden;
}
@media screen and (max-width: 1024px){
	#sec8 {
		/*padding-top: 0;
		margin-top: 0;*/
	}
}

/*----------------------------------- 
     .sec8-box1
-----------------------------------*/

.sec8-box1 {
    max-width: 1100px;
	margin: 0 auto;
	padding: 120px 5% 120px;
}
.sec8-box1 h2 {
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 50px;
}
.sec8-box1 dl dt {
    background-color: #E7F8DF;
	padding: 20px 20px 20px 80px;
	margin-bottom: 40px;
	position: relative;
}
.sec8-box1 dl dt:before {
    content: 'Q.';
    position: absolute;
    top: 0;
    left: 20px;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	color: #6F6F6F;
}
.sec8-box1 dl dt h3 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.sec8-box1 dl dd {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8;
	padding: 0 20px 50px 80px;
	position: relative;
}
.sec8-box1 dl dd:before {
    content: 'A.';
    position: absolute;
    top: -15px;
    left: 20px;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	color: #45AC34;
}
.sec8-box1 dl dd h4 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 15px;
}

@media screen and (max-width: 1024px){
	.sec8-box1 dl dt h3 {
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.sec8-box1 dl dd {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.sec8-box1 dl dd h4 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 768px){
	.sec8-box1 {
		padding: 15% 5% 10%;
	}
	.sec8-box1 h2 {
		font-size: 32px;
		font-size: 3.2rem;
		margin-bottom: 7%;
	}
	.sec8-box1 dl dt {
		padding: 1em 1em 1em 70px;
		margin-bottom: 1em;
	}
	.sec8-box1 dl dt:before {
		font-size: 30px;
		font-size: 3.0rem;
	}
	.sec8-box1 dl dt h3 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.sec8-box1 dl dd {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0 0 2em 70px;
	}
	.sec8-box1 dl dd:before {
		font-size: 30px;
		font-size: 3.0rem;
	}
	.sec8-box1 dl dd h4 {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 3%;
	}
}
@media screen and (max-width: 641px){
	.sec8-box1 h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.sec8-box1 dl dt {
		padding: 1em 1em 1em 50px;
		margin-bottom: 5%;
	}
	.sec8-box1 dl dt:before {
	    left: 10px;
		font-size: 25px;
		font-size: 2.5rem;
	}
	.sec8-box1 dl dt h3 {
		font-size: 17px;
		font-size: 1.7rem;
	}
	.sec8-box1 dl dd {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0 0 2em 50px;
	}
	.sec8-box1 dl dd:before {
	    top: -10px;
	    left: 10px;
		font-size: 25px;
		font-size: 2.5rem;
	}
	.sec8-box1 dl dd h4 {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 3%;
	}
}


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

	            #sec9  運営者情報
	
============================================================================*/

#sec9 {
    background-color: #fff;
	/*padding-top: 80px;
	margin-top: -80px;*/
	overflow: hidden;
}
@media screen and (max-width: 1024px){
	#sec9 {
		/*padding-top: 0;
		margin-top: 0;*/
	}
}

/*----------------------------------- 
     .sec9-box1
-----------------------------------*/

.sec9-box1 {
    max-width: 1100px;
	margin: 0 auto;
	padding: 120px 5% 180px;
}
.sec9-box1 h2 {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 100px;
}
.sec9-box1 dl {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec9-box1 dl dt {
	width: 17%;
	line-height: 0;
}
.sec9-box1 dl dt img {
	max-width: 178px;
	margin: 0 auto;
}
.sec9-box1 dl dd {
	width: 75%;
}
.sec9-box1 dl dd h3 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	padding-left: 1em;
	margin-bottom: 1em;
}
.sec9-box1 table {
    width: 100%;
	border-collapse: collapse;
	background-color: rgba( 255, 255, 255, 0.7 );
	border-top: #ccc 1px solid;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.6;
}
.sec9-box1 table th {
    width: 7em;
	text-align: center;
	border-bottom: #ccc 1px solid;
	padding: 1.2em 0;
}
.sec9-box1 table td {
	border-bottom: #ccc 1px solid;
	padding: 1.2em 1em;
}

@media screen and (max-width: 1024px){
	.sec9-box1 dl dt {
		width: 60%;
		max-width: 178px;
	    margin: 0 auto 10%;
	}
	.sec9-box1 dl dd {
		width: 100%;
	}
	.sec9-box1 table {
		font-size: 18px;
	    font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px){
	.sec9-box1 {
		padding: 15% 5% 20%;
	}
	.sec9-box1 h2 {
		font-size: 27px;
		font-size: 2.7rem;
		margin-bottom: 8%;
	}
	.sec9-box1 dl dd h3 {
		font-size: 20px;
		font-size: 2.0rem;
		text-align: center;
		padding-left: 0;
	}
	.sec9-box1 table {
		border-top: #ccc 1px solid;
		border-left: #ccc 1px solid;
		border-right: #ccc 1px solid;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.sec9-box1 table th {
		width: 100%;
		display: block;
		font-weight: bold;
		background-color: #F8F8F8;
		padding: 0.5em 0;
	}
	.sec9-box1 table td {
	    display: block;
		padding: 1.5em 5%;
	}
}
@media screen and (max-width: 641px){
	.sec9-box1 h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.sec9-box1 table {
		font-size: 14px;
		font-size: 1.4rem;
	}
}


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

	          #simulation-1 ～ 5  ご相談・料金シミュレーション
	
============================================================================*/

#simulation-1 ,#simulation-2 ,#simulation-3 ,#simulation-4 ,#simulation-5 {
    background-color: #DBF6F1;
	padding: 120px 5% 100px;
	overflow: hidden;
}
@media screen and (max-width: 1024px){
	#simulation-1 ,#simulation-2 ,#simulation-3 ,#simulation-4 ,#simulation-5 {
		/*padding-top: 0;
		margin-top: 0;*/
	}
}
@media screen and (max-width: 768px){
	#simulation-1 ,#simulation-2 ,#simulation-3 ,#simulation-4 ,#simulation-5 {
		padding: 15% 5% 12%;
	}
}

/*----------------------------------- 
     .simulation-box
-----------------------------------*/

.simulation-box {
    max-width: 1100px;
	margin: 0 auto;
}
.simulation-box h2 {
    max-width: 604px;
	width: 80%;
	margin: 0 auto 30px;
	line-height: 0;
}
.simulation-box p {
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
}
.simulation-btn {
    margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.simulation-btn li {
    max-width: 540px;
	width: 49%;
	line-height: 1;
}
.simulation-btn li a {
    display: block;
	width: 100%;
	padding: 1em 0;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
	text-decoration: none;
    transition: .5s;
}
.simulation-btn li:nth-child(1) a {
    background-color: #00C854;
}
.simulation-btn li:nth-child(2) a {
    background-color: #11A6EE;
}
.simulation-btn a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	transition: .5s;
}

@media screen and (max-width: 1024px){
	.simulation-box p {
		font-size: 18px;
	    font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px){
	.simulation-box h2 {
	    width: 90%;
		margin: 0 auto 7%;
	}
	.simulation-box p {
		font-size: 15px;
	    font-size: 1.5rem;
	}
	.simulation-btn {
		margin-top: 8%;
	}
	.simulation-btn li {
		width: 48%;
	}
	.simulation-btn li a {
		font-size: 20px;
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 641px){
	.simulation-box p {
		text-align: left;
		font-size: 14px;
	    font-size: 1.4rem;
	}
	.simulation-btn li a {
		font-size: 17px;
		font-size: 1.7rem;
	}
}

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

	          まずはお気軽にお問い合わせください
	
============================================================================*/

#sec5-simulation-bg {
    background: linear-gradient(to bottom,  #f0f0e9 1%,#ffffff 100%);
	padding-top: 100px;
}
@media screen and (max-width: 768px){
	#sec5-simulation-bg {
		padding-top: 10%;
	}
}

#sec9-simulation-bg {
     background-color: #fff;
}

/*---------------------------------------
    　.simulation-txt
---------------------------------------*/

.simulation-txt h2 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px){
	.simulation-txt h2 {
		font-size: 22px;
		font-size: 2.2rem;
		letter-spacing: 0;
		margin-bottom: 2%;
	}
}
@media screen and (max-width: 641px){
	.simulation-txt h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 481px){
	.simulation-txt h2 {
		font-size: 17px;
		font-size: 1.7rem;
	}
}

/*---------------------------------------
    ページスクロール（アニメーション）　
---------------------------------------*/

.simulation-under {
	max-width: 92px;
	width: 10%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
    -webkit-animation: movie-scroll 2s infinite;
    animation: movie-scroll 2s infinite;
}
@-webkit-keyframes movie-scroll {
  0% {
    -webkit-transform: translate(0, 0);
	opacity: 0.2;
  }
  50% {
    -webkit-transform: translate(0, 30px);
	opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
	opacity: 0.2;
  }
}
@keyframes movie-scroll {
  0% {
    transform: translate(0, 0);
	opacity: 0.2;
  }
  50% {
    transform: translate(0, 30px);
	opacity: 1;
  }
  100% {
    transform: translate(0, 0);
	opacity: 0.2;
  }
}


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

	              #top-news  お知らせ
	
============================================================================*/


#top-news {
    background-color: #d8f2d4;
	padding: 120px 5% 120px;
}
.top-news-box {
    max-width: 1100px;
    margin: 0 auto;
}
.top-news-box h2 {
    font-size: clamp(18px, 5vw, 22px);
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 2.5em;
}
.top-news-box ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.top-news-box ul li {
    width: 24%;
    max-width: 255px;
    background-color: #fff;
    /* box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.02); */
	box-shadow: 0px 8px 0px 0px rgba(117,203,102,1);
    padding-bottom: 1em;
    margin: 0 0.5% 2%;
	border-radius: 15px;
}
.top-news-eyecatch {
    line-height: 0;
    margin-bottom: 1em;
}
.top-news-eyecatch img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.top-news-title {
    font-size: clamp(16px, 2vw, 22px);
	font-weight: bold;
	line-height: 1.5;
    color: #45ac33;
	margin: 0 20px 0.5em;
}
.top-news-cat {
    font-size: clamp(12px, 2vw, 14px);
	margin: 0 20px;
}
.top-news-time {
    font-size: clamp(12px, 2vw, 14px);
	margin: 0 20px;
}
.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 {
	display: block;
	width: 14em;
	margin: 2.5em auto 0;
	padding: 0.9em 0;
	border: #353535 1px solid;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
    line-height: 1;
	text-decoration: none;
	text-align: center;
	transition: .5s;
	border-radius: 30px;
}
.top-news-btn a:hover {
    border: #00C854 1px solid; 
    background-color: #00C854;
    color: #fff;
	transition: .5s;
}

@media screen and (max-width: 768px){
    #top-news {
        padding: 12% 5% 12%
    }
    .top-news-box ul {
        justify-content: center;
    }
    .top-news-box ul li {
        width: 48%;
        margin: 0 1% 5%;
    }
	.top-news-btn a {
        width: 12em;
		margin: 2em auto 0;
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 481px){
    .top-news-box ul li {
        width: 100%;
        margin: 0 0 8%;
    }
}
