@charset "utf-8";
/* -----------------------------------------------------------
    seo 共通
-------------------------------------------------------------- */
/*.seo #area_catch {
    position: static;
}*/

/*.seo #header {
    position: static;
}*/

/*#seo {
	line-height: 1.8;
	top: 0;
	margin: 0;
}*/

/*ページ内リンク headerずれ直す*/

#seo .inner2 {
	width: 1200px;
	margin: 0 auto;
}

/*-------テキスト-------*/
#seo .text + .text {
	margin: 15px 0 0;
}

#seo .marker {
    background: linear-gradient(transparent 70%,#fcf192 70%,#fcf192 100%,transparent 100%);
	font-weight: bold;
}

/*-------タイトル-------*/
#seo .title-block .title {
	font-size: 3.2rem;
    font-weight: 600;
	line-height: 1.5;
	color: #244452;
}

#seo .title-block .sub-title {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	color: #244452;
}

#seo .title-block > *:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:667px){

	/*-------タイトル-------*/
	#seo .title-block .title {
		font-size: 2.0rem;
		margin: 0 0 10px;
	}

	#seo .title-block .sub-title {
		font-size: 1.8rem;
	}

	/*-------目次-------*/
	#seo .list li {
		margin: 5px 0 0 10px;
	}

	
	#seo .list li:first-child{
		margin: 0 0 0 10px;
	}

	#seo .inner2 {
		width: 100%;
	}
}


/*全体*/
#seo{
}

.seo #footer{
	border-top: 1px solid #687A81;
}
.seo #page_top {
    bottom: 50px !important;
	z-index: 10;
}
.seo #footer .area_copy {
    padding: 25px 0 100px 0;
}
.seo #header {
    position: relative;
    top: 0;
}
.seo #area_catch {
    position: relative;
}
.seo .firstguide_bot{
    padding: 0 0 50px;
}


@media screen and (max-width:667px){
	
	#seo{
	}
	
	.seo{
		position: relative;
		top: 0;
	}
	.seo #header {
		position: fixed;
	}
	.seo #area_catch {
		top: 60px;
	}
	.seo .firstguide_bot #page_top{
		bottom: 75px;
	}
	.seo #footer .area_copy {
		padding: 0 15px 0 0;
	}
    .seo .firstguide_bot{
        padding: 60px 0 60px;
    }
}



/* -----------------------------------------------------------
    main title
-------------------------------------------------------------- */
#seo #main_title {
	background: url("../img/seo-title-bg.jpg") no-repeat center top / cover;
}

#seo #main_title .icon.first {
	margin: 70px 65px 0 30px;
	width: 50px;
	height: 50px;
	position: relative;
	top: 0;
    background: url("../img/seo-icon.png") no-repeat;
    background-size: 46px auto;
}

#seo #main_title .icon.first::after {
	top: -5px;
	left: 80px;
}

@media screen and (max-width:667px){
    #seo #main_title {
	}

	#seo #main_title .icon.first {
		margin: 10px 30px 0 15px;
		width: 25px;
		height: 30px;
		background-size: 25px auto;
		position: relative;
		top: 2px;
	}

	#seo #main_title .icon.first::after {
		top: -2px;
        left: 35px;
	}
}

/* -----------------------------------------------------------
    area-top
-------------------------------------------------------------- */
#seo .area-top {
	padding: 0 0 0;
}

#seo .area-top .title-block {
	margin: 0 0 40px;
	display: flex;
	align-items: center;
}

#seo .area-top .title-block .quality img {
	width: 220px;
	margin: 0 30px 0 0;
}

#seo .area-top .text-block {
	/*
	display: flex;
	align-items: center;
	justify-content: space-between;
	*/
	margin: 0 0 60px;
}

#seo .area-top .text-block .sub-title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	color: #244452;
	margin: 0 0 20px;
}
#seo .area-top .text-block .image {
	float: right;
	padding: 0 0 0 50px;
}
#seo .area-top .text-block .image img {
	width: 550px;
}
#seo .area-top .text-block .text {
	line-height: 2.0;
}


@media screen and (max-width: 667px){
	#seo .area-top {
		padding: 20px 20px 0;
	}

	#seo .area-top .title-block {
		margin: 0 0 20px;
		display: block;
		text-align: center;
	}

	#seo .area-top .title-block .quality img {
		width: 120px;
		margin: 0 0 10px 0;
	}

	#seo .area-top .text-block {
		margin: 0 0 30px;
	}
	#seo .area-top .text-block .sub-title {
		font-size: 1.8rem;
		margin: 0 0 15px;
	}
	
	#seo .area-top .text-block .image {
		float: none;
		text-align: center;
		padding: 0 0 20px;
	}
	#seo .area-top .text-block .image img {
		width: 100%;
		max-width: 360px;
	}
	#seo .area-top .text-block .text {
		line-height: 1.8;
	}
	
}

/* -----------------------------------------------------------
    index
-------------------------------------------------------------- */
#seo .area-index .list-container {
	border: 1px #244452 solid;
	padding: 40px 0 20px 60px;
	display:flex;
	justify-content: space-between;
}

#seo .area-index .list-container .title-block {
	margin: 0 0 30px;
}
#seo .area-index .list-container .title-block .title {
	width: 170px;
	font-size: 26px;
	font-weight: bold;
	color: #244452;
	text-align: left;
	line-height: 1.0;
	letter-spacing: 0.05em;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

#seo .area-index .list-container .title-block .text {
	font-weight: 600;
}

#seo .area-index .list-container .list-wrapper .list {
  	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#seo .area-index .list-container .list-wrapper .list li {
	font-weight: 600;
  	margin: 0 5% 20px 0;
	width: 45%;
	line-height: 1.5;
	list-style: disc;
}
#seo .area-index .list-container .list-wrapper .list li a {
	color: #3F86C6;
}

@media screen and (max-width:667px){
	#seo .area-index{
		padding: 0 20px;
	}
	
	#seo .area-index .list-container {
		padding: 20px;
		display:block;
	}

	#seo .area-index .list-container .title-block {
		margin: 0;
	}
	#seo .area-index .list-container .title-block .title {
		width: 100%;
		font-size: 120%;
		margin: 0 0 10px 0;
	}

	#seo .area-index .list-container .title-block .text {
	}

	#seo .area-index .list-container .list-wrapper .list {
		display:block;
	}
	#seo .area-index .list-container .list-wrapper .list li {
		margin: 0 0 10px 17px;
		width: auto;
		line-height: 1.7;
	}

}

/* -----------------------------------------------------------
    area-renewal
-------------------------------------------------------------- */
#seo .area-renewal {
	padding: 70px 0 90px;
}

#seo .area-renewal .title-block {
	text-align: center;
	margin: 0 0 40px;
}
#seo .area-renewal .title-block .title {
	position: relative;
}
#seo .area-renewal .title-block .title:before {
	content: "";
    background: url("../img/works_img_1.png") no-repeat;
	background-size: auto;
    background-size: contain;
    width: 64px;
    height: 110px;
    display: block;
    position: absolute;
    left: 80px;
    top: 75px;
}

#seo .area-renewal table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.7;
}
#seo .area-renewal table th {
	padding: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px #DDD solid;
}
#seo .area-renewal table th.none {
	border: none;
}
#seo .area-renewal table th.ok {
	background: #FE7753;
	color: #fff;
	font-size: 2rem;
}
#seo .area-renewal table th.ng {
	background: #999;
	color: #fff;
}
#seo .area-renewal table th.sub {
	background: #FFF7EA;
}

#seo .area-renewal table td {
	padding: 20px;
	border: 1px #DDD solid;
}


#seo .area-renewal ul{
}
#seo .area-renewal ul li{
	line-height: 1.6;
	margin: 10px 0 0 17px;
	list-style: disc;
	font-weight: bold;
	color: #999;
}
#seo .area-renewal ul li:first-child{
	margin: 0 0 0 17px;
}
#seo .area-renewal ul li span{
	color: #333;
}
#seo .area-renewal ul.ok li{
	color: #FE7753;
}



@media screen and (max-width: 667px){
	
	#seo .area-renewal {
		padding: 40px 0 40px 20px;
	}

	#seo .area-renewal .title-block {
		margin: 0 0 15px;
	}
	#seo .area-renewal .title-block .title {
		text-align: left;
		padding: 0 10px 0 50px;
	}
	#seo .area-renewal .title-block .title:before {
		width: 46px;
		height: 80px;
		left: -10px;
		top: 0;
	}

	#seo .area-renewal .scroll-table {
		overflow: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	#seo .area-renewal table {
	}
	#seo .area-renewal table th {
		padding: 10px;
		width: 150px!important;
	}
	#seo .area-renewal table td {
		padding: 10px;
	}
	#seo .area-renewal table th.ok {
		font-size: 1.8rem;
	}
	

	#seo .area-renewal ul li{
		margin: 8px 0 0 17px;
	}
	
}


/* -----------------------------------------------------------
    area-case
-------------------------------------------------------------- */
#seo .area-case {
	/*
	background: url(../img/seo-bg1.png)no-repeat center / cover;
	*/
	background: #EFF7FA;
	padding: 60px 0 10px;
	position: relative;
}

#seo .area-case:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #EFF7FA transparent transparent transparent;
  border-width: 40px 60px 0 60px;
}

#seo .area-case .title-block {
	text-align: center;
	margin: 0 0 30px;
}
#seo .area-case .title-block .sub-title {
	background: #244452;
	margin: 10px 0 0;
	padding: 5px 30px;
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	font-size: 2rem;
}

#seo .area-case .text.intro {
	text-align: center;
	line-height: 1.8;
	margin: 0 0 70px;
}

#seo .area-case .case-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#seo .area-case .case-block .case-box {
	width: 560px;
	background: #fff;
	border: 2px solid #c2c9db;
	text-align: center;
	position: relative;
	padding: 30px 20px 30px 20px;
	margin: 0 0 80px;
	border-radius: 10px;
}

#seo .area-case .case-block .case-box .point-image {
	position: absolute;
	top: -30px;
	left: -30px;
}
#seo .area-case .case-block .case-box .point-image img {
	width: 80px;
}

#seo .area-case .case-block .case-box .sub-title {
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.4;
}

#seo .area-case .case-block .case-box .before {
    margin: 20px 0 0;
    padding: 10px 20px;
    display: inline-block;
    font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
	color: #3c7687;
	background: #EFF7FA;
	border: 1px #3c7687 solid;
	border-radius: 4px;
}

#seo .area-case .case-block .case-box .arrow {
	margin: 10px 0 12px;
}

#seo .area-case .case-block .case-box .cause {
    padding: 0 10px 30px 10px;
	background: #f5f5f5;
	margin: 40px 0 0;
}
#seo .area-case .case-block .case-box .icon {
    margin: -40px 0 10px;
    padding: 8px 20px;
    display: inline-block;
    font-size: 1.5rem;
	font-weight: bold;
	background: #aaa;
	border-radius: 50px;
	color: #fff;
	position: relative;
	top: -8px;
}

#seo .area-case .case-block .case-box .text span {
	font-size: 1.7rem;
	font-weight: bold;
}
#seo .area-case .case-block .case-box .text span.cau {
	font-size: 2.2rem;
	font-weight: bold;
	color: #3c7687;
	color: #E94647;
}

@media screen and (max-width: 667px){
	#seo .area-case {
		padding: 30px 0 0;
	}

	#seo .area-case:after{
	  bottom: -30px;
	  border-width: 30px 40px 0 40px;
	}
	
	#seo .area-case .title-block {
		margin: 0 0 20px;
	}

	#seo .area-case .title-block .title {
		margin: 0 0 5px;
	}
	#seo .area-case .title-block .sub-title {
		margin: 0 0 0;
		padding: 5px 15px;
		font-size: 1.7rem;
	}

	#seo .area-case .text.intro {
		text-align: left;
		margin: 0 20px 40px;
	}

	#seo .area-case .case-block {
		padding: 0 20px;
	}

	#seo .area-case .case-block .case-box {
		width: 100%;
		padding: 40px 10px 20px;
		margin: 0 0 40px;
	}

	#seo .area-case .case-block .case-box .point-image {
		width: 60px;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}

	#seo .area-case .case-block .case-box .sub-title {
		margin: 0;
	}

	
	#seo .area-case .case-block .case-box .before {
		margin: 15px 0 0;
		padding: 10px;
	}

	#seo .area-case .case-block .case-box .cause {
		padding: 0 10px 14px 10px;
		margin: 30px 0 0;
		background: #f0f0f0;
	}
	#seo .area-case .case-block .case-box .icon {
		margin: -40px 0 0;
		font-size: 1.4rem;
		top: -8px;
	}
	
	
	#seo .area-case .case-block .case-box .arrow {
		margin: 5px 0;
	}

	#seo .area-case .case-block .case-box .text {
		line-height: 1.5;
		margin: 5px 0 0;
	}

	#seo .area-case .case-block .case-box .text span {
		font-size: 1.7rem;
	}
	#seo .area-case .case-block .case-box .text span.cau {
		font-size: 1.9rem;
	}
}


/* -----------------------------------------------------------
    area-success
-------------------------------------------------------------- */
#seo .area-success {
	padding: 100px 0 100px;
}

#seo .area-success .title-block {
	text-align: center;
	margin: 0 0 20px;
}

#seo .area-success .title-block .title {
	position: relative;
	text-align: left;
	padding: 0 0 0 60px;
	z-index: 1;
}
#seo .area-success .title-block .title span {
	color: #FE7753;
	color: #4087C7;
}
#seo .area-success .title-block .title:before {
	content: "";
    background: url("../img/seo-img02.png") no-repeat;
	background-size: auto;
    background-size: contain;
    width: 400px;
    height: 255px;
    position: absolute;
    right: 60px;
    top: -140px;
	z-index: 0;
}
#seo .area-success .title-block .title::after {
	content: "";
    background: url("../img/kira_icon.png") no-repeat;
	background-size: auto;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 620px;
    top: -30px;
}

#seo .area-success .box {
	border: 2px solid #FE7753;
	padding: 60px 60px 70px 60px;
	position: relative;
	margin: 90px 0 0;
	border-radius: 10px;
}

#seo .area-success .box .box-title-wrap {
	background: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 20px;
	position: absolute;
	top: -60px;
	left: 30px;
}

#seo .area-success .box .box-title-wrap .box-title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}

#seo .area-success .box .box-catch {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 10px;
	color: #FE7753;
}
#seo .area-success .box .box-catch span {
	font-size: 2rem;
	margin: 2px 0 10px 0;
	display: block;
	color: #333;
}

#seo .area-success .box .txt {
	line-height: 1.8;
}

#seo .area-success .box .img {
	margin: 40px 0 0;
}

#seo .area-success .box .img img {
	width: 100%;
}

@media screen and (max-width: 768px){
	#seo .area-success {
		padding: 50px 0 0;
	}

	#seo .area-success .inner2 {
		padding: 0 20px;
		box-sizing: border-box;
	}

	#seo .area-success .title-block {
		margin: 0 0 30px;
	}

	#seo .area-success .title-block .title {
		padding: 0 0 0 0;
	}
	#seo .area-success .title-block .title:before {
		width: 160px;
		height: 100px;
		right: -50px;
		top: -20px;
		z-index: -1;
	}
	#seo .area-success .title-block .title::after {
		width: 30px;
		height: 30px;
		left: 180px;
		top: -20px;
	}

	#seo .area-success .box {
		padding: 40px 0;
		margin: 50px 0 0;
		border: none;
		border-radius: 0;
		border-top: 2px solid #FE7753;
	}

	#seo .area-success .box + .box{
		padding: 40px 0;
		margin: 30px 0 0;
	}

	#seo .area-success .box .box-title-wrap {
		padding: 0 10px 0 0;
		top: -40px;
		left: 0;
	}

	#seo .area-success .box + .box .box-title-wrap{
		top: -40px;
	}

	#seo .area-success .box .box-title-wrap .box-title-img {
		width: auto;
	}
	#seo .area-success .box .box-title-wrap .box-title-img img {
		width: auto;
		height: 80px;
	}

	#seo .area-success .box .box-title-wrap .box-title {
		font-size: 1.8rem;
	}

	#seo .area-success .box .box-catch {
		font-size: 2.2rem;
		padding: 10px 0 10px;
	}
	#seo .area-success .box .box-catch span {
		font-size: 1.7rem;
		display: block;
		margin: 0;
	}
	
	#seo .area-success .box .txt {
		line-height: 1.8;
	}

	#seo .area-success .box .img {
		width: auto;
		text-align: center;
		margin: 20px -20px 0;
	}
	#seo .area-success .box .img img {
		width: 100%;
	}
}

/* -----------------------------------------------------------
    area-update
-------------------------------------------------------------- */
#seo .area-update {
	padding: 80px 0 60px;
	background: #EFF7FA;
}

#seo .area-update .title-block {
	margin: 0 0 50px;
}

/*
#seo .area-update .title-block .title {
	display: flex;
	align-items: center;
	justify-content: center;
}
#seo .area-update .title-block .title img {
	position: relative;
	top: -10px;
}
*/

#seo .area-update .title-block .title {
	position: relative;
	text-align: left;
	padding: 0 0 0 120px;
}
#seo .area-update .title-block .title:before {
	content: "";
    background: url("../img/seo-img03.png") no-repeat;
	background-size: auto;
    background-size: contain;
    width: 250px;
    height: 265px;
    position: absolute;
    right: 80px;
    top: -130px;
}
#seo .area-update .title-block .title::after {
	content: "";
    background: url("../img/btn_top_mynavi02.png") no-repeat;
	background-size: auto;
    background-size: contain;
    width: 55px;
    height: 120px;
    position: absolute;
    left: 40px;
    top: -40px;
}

#seo .area-update .box {
	border: 2px solid #3d8da3;
	padding: 30px 40px;
	margin: 0 0 30px;
	border-radius: 10px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#seo .area-update .box .box-ill {
	width: 200px;
	text-align: center;
}
#seo .area-update .box .box-ill img {
	width: 200px;
}

#seo .area-update .txt-area {
	width: calc(100% - 230px);
}
#seo .area-update .box .box-title {
	font-size: 2.4rem;
	font-weight: 800;
	color: #3d8da3;
	margin: 0 0 10px;
	line-height: 1.5;
}
#seo .area-update .box .box-txt {
	line-height: 1.8;
}

@media screen and (max-width: 768px){
	#seo .area-update {
		padding: 30px 0 20px;
	}

	#seo .area-update .inner2 {
		padding: 0 20px;
		box-sizing: border-box;
	}

	#seo .area-update .title-block {
		margin: 0 0 20px;
	}

	#seo .area-update .title-block .title {
		padding: 0 0 0 50px;
	}
	#seo .area-update .title-block .title:before {
		width: 150px;
		height: 159px;
		right: -30px;
		top: -40px;
		display: none;
	}
	#seo .area-update .title-block .title::after {
		width: 40px;
		height: 80px;
		left: -5px;
		top: -15px;
	}

	#seo .area-update .box {
		border: 1px solid #3d8da3;
		padding: 20px;
		margin: 0 0 15px;
		display: block;
	}

	#seo .area-update .box .box-ill {
		width: auto;
	}
	#seo .area-update .box .box-ill img {
		width: 100%;
		max-width: 180px;
	}

	#seo .area-update .txt-area {
		width: auto;
	}
	#seo .area-update .box .box-title {
		font-size: 2rem;
		margin: 20px 0 10px;
		text-align: center;
	}
	#seo .area-update .box .box-txt {
	}

}

/* -----------------------------------------------------------
    area-seo
-------------------------------------------------------------- */
#seo .area-seo {
	/*
	background: url(../img/seo-bg2.png)no-repeat center / cover;
	*/
	background: #38A4ED;
	padding: 0 0 50px;
}

#seo .area-seo .box-wrap .box .box-inner-img img {
	width: 100%;
}

#seo .area-seo .title-block {
	text-align: center;
	background: url("../img/seo-blue-ill.png") no-repeat right bottom;
	padding: 70px 0 60px;
}
#seo .area-seo .title-block .title {
	color: #fff;
	text-align: left;
}
#seo .area-seo .area-text {
	width: 750px;
	line-height: 1.8;
	color: #fff;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0;
}

#seo .area-seo .box-wrap .box {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 60px;
	margin: 0 0 30px;
	border-radius: 10px;
}

#seo .area-seo .box-wrap .box .box-inner-text {
	width: 730px;
}

#seo .area-seo .box-wrap .box .box-inner-text .box-title-wrap {
	margin: 0 0 20px;
}

#seo .area-seo .box-wrap .box .box-inner-text .box-title {
	display: inline-block;
	font-size: 2.6rem;
	font-weight: bold;
	color: #4087C7;
	line-height: 1.5;
	position: relative;
}
#seo .area-seo .box-wrap .box .box-inner-text .box-title span {
	font-size: 1.2rem;
	border: 1px solid #3d8da3;
	background: #fff;
	padding: 5px;
	position: relative;
	top: -6px;
	left: 10px;
}

#seo .area-seo .box-wrap .box .box-inner-text .box-catch {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 5px 0 0;
}
#seo .area-seo .box-wrap .box .box-inner-text .text {
	line-height: 1.8;
}
#seo .area-seo .box-wrap .box .box-inner-img {
	width: 300px;
	text-align: center;
}
#seo .area-seo .box-wrap .box .box-inner-img img {
	width: 100%;
}


@media screen and (max-width: 768px){
	
	#seo .area-seo {
		padding: 0 10px 20px;
	}

	#seo .area-seo .title-block {
		background-size: 230px auto;
		background-position: center top 10px;
		padding: 200px 10px 20px;
	}
	#seo .area-seo .area-text {
		width: auto;
		margin: 15px 0 0;
	}

	#seo .area-seo .box-wrap .box {
		display: block;
		padding: 20px;
		margin: 0 0 15px;
	}

	#seo .area-seo .box-wrap .box .box-inner-text {
		width: auto;
	}

	#seo .area-seo .box-wrap .box .box-inner-text .box-title-wrap {
		margin: 0 0 20px;
	}

	#seo .area-seo .box-wrap .box .box-inner-text .box-title {
		font-size: 2rem;
		display: block;
		text-align: center;
	}
	#seo .area-seo .box-wrap .box .box-inner-text .box-title span {
		font-size: 1.2rem;
		top: 0;
		left: 0;
		position: static;
		display: block;
		width: 100px;
		margin: 2px auto 8px;
		padding: 2px;
	}

	#seo .area-seo .box-wrap .box .box-inner-text .box-catch {
		font-size: 1.7rem;
		margin: 3px 0 0;
		text-align: center;
	}
	#seo .area-seo .box-wrap .box .box-inner-text .text {
		margin: 15px 0 0;
	}
	#seo .area-seo .box-wrap .box .box-inner-img {
		width: auto;
	}
	#seo .area-seo .box-wrap .box .box-inner-img img {
		width: 100%;
		max-width: 200px;
	}
	
}

/* -----------------------------------------------------------
    area-option
-------------------------------------------------------------- */
#seo .area-option {
	padding: 80px 0 80px;
	background: #E8F2EF;
}

#seo .area-option .title-block {
	text-align: center;
	margin: 0 0 50px;
}

#seo .area-option .title-block .title {
	position: relative;
	text-align: left;
	padding: 0 0 0 120px;
}
#seo .area-option .title-block .title span {
	color: #009C85;
}
#seo .area-option .title-block .title:before {
	content: "";
    background: url("../img/seo-img04.png") no-repeat;
	background-size: auto;
    background-size: contain;
    width: 260px;
    height: 259px;
    position: absolute;
    right: 80px;
    top: -130px;
}
#seo .area-option .title-block .title::after {
	content: "";
    background: url("../img/btn_top_entry.png") no-repeat;
	background-size: auto;
    background-size: contain;
    width: 56px;
    height: 110px;
    position: absolute;
    left: 40px;
    top: -40px;
}

#seo .area-option .box-wrap .box {
	border: 2px solid #009C85;
	background: #fff;
	padding: 60px;
	margin: 0 0 30px;
	border-radius: 10px;
}

#seo .area-option .box-wrap .box .box-inner-wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}

#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-img {
	margin: 0 0 0 40px;
}

#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-img img {
	width: 450px;
}

#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-text .box-title-wrap {
	margin: 0 0 15px;
}

#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-text .box-title {
    font-size: 2.6rem;
    font-weight: bold;
    color: #009C85;
    line-height: 1.5;
    position: relative;
}
#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-text .box-catch {
	font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 5px 0 0;
}

#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-text .text {
	line-height: 1.8;
}

#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-text ul {
	margin: 0 0 0;
}

#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-text ul li {
	padding-left: 1em;
    text-indent: -.7em;
	margin: 5px 0 0;
	font-weight: bold;
	line-height: 1.6;
}

#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-text ul li::before {
	content: "• ";
    color: #009C85;
}

/*
#seo .area-option .box-wrap .box .banner {
	width: 100%;
	display: block;
	background: #4087c7;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: 800;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	position: relative;
	margin: 50px 0 0;
}
#seo .area-option .box-wrap .box .banner span.plan {
	background: #fff;
	font-size: 3.0rem;
	color: #4087c7;
	padding: 0 10px;
	margin: 0 5px 0 0;
}
#seo .area-option .box-wrap .box .banner span.plan30 {
	font-size: 3.0rem;
	border-bottom: 2px solid #ffff00;
	position: relative;
	top: 3px;
	margin: 0 5px 0 30px;
}
#seo .area-option .box-wrap .box .banner span.fa {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
#seo .area-option .box-wrap .box .banner:hover {
	background: #3270a7;
}
*/

@media screen and (max-width: 768px){
	#seo .area-option {
		padding: 30px 0 20px;
	}

	#seo .area-option .inner2 {
		padding: 0 20px;
		box-sizing: border-box;
	}

	#seo .area-option .title-block {
		margin: 0 0 20px;
	}

	#seo .area-option .title-block .title {
		padding: 0 0 0 50px;
	}

	#seo .area-option .title-block .title:before {
		width: 150px;
		height: 149px;
		right: -20px;
		top: -50px;
		display: none;
	}
	#seo .area-option .title-block .title::after {
		width: 40px;
		height: 80px;
		left: -5px;
		top: -15px;
	}

	#seo .area-option .box-wrap .box {
		border: 1px solid #009C85;
		padding: 20px;
		margin: 0 0 15px;
		display: block;
	}

	#seo .area-option .box-wrap .box .box-inner-wrap {
		display: block;
		/* justify-content: space-between; */
	}

	#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-img {
		/* margin: 0 40px 0 0; */
		margin: 0 0 15px;
		text-align: center;
	}

	#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-img img {
		width: 100%;
		max-width: 480px;
		height: 200px;
		object-fit: cover;
	}

	#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-text {
		padding: 0;
	}

	#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-text .box-title-wrap {
		margin: 0 0 15px;
	}

	#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-text .box-title {
		font-size: 2rem;
	}

	#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-text .box-catch {
		font-size: 1.7rem;
		margin: 3px 0 0;
	}

	#seo .area-option .box-wrap .box .box-inner-wrap .box-inner-text .text {
	}

	/*
	#seo .area-option .box-wrap .box .banner {
		width: auto;
		font-size: 1.6rem;
		line-height: 1.8;
		padding: 30px 20px;
		margin: 0 20px 20px;
	}
	#seo .area-option .box-wrap .box .banner span.plan {
		font-size: 2.0rem;
		padding: 0 5px;
	}
	#seo .area-option .box-wrap .box .banner span.plan30 {
		font-size: 2.0rem;
		top: 0px;
		margin: 0 5px 0 0;
	}
	#seo .area-option .box-wrap .box .banner span.fa {
		right: 10px;
	}
	*/
}



/* -----------------------------------------------------------
    プランバナーエリア
-------------------------------------------------------------- */
.plan_bn_area_bl {
	background: #009C85;
	padding: 20px 0;
	position: relative;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	width: 1040px;
	margin: 0 auto 10px;
	top: -35px;
	border-radius: 6px;
}
.plan_bn_area_bl img {
	vertical-align: bottom;
}

.plan_bn_area_bl:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #009C85 transparent transparent transparent;
  border-width: 15px 20px 0 20px;
}

.plan_bn_area{
	text-align: center;
	padding: 0 0 0;
}

.plan_bn_area .titile_img{
}

.plan_bn_area .bn_box{
	display: flex;
	justify-content: space-between;
	padding: 30px 80px 0;
}

.plan_bn_area .bn_box a{
	display: block;
	box-shadow: 2px 2px 20px #ddd;
}
.plan_bn_area .bn_box a:hover{
	opacity: .8;
}


@media screen and (max-width:667px){
	
	.plan_bn_area_bl {
		padding: 15px 0;
		font-size: 2rem;
		width: auto;
		margin: 0 -20px 30px;
		top: 0;
		border-radius: 0;
		line-height: 1.5;
	}
	.plan_bn_area_bl:after{
	  bottom: -15px;
	  border-width: 15px 20px 0 20px;
	}
	
	.plan_bn_area{
		padding: 0 20px 0;
	}
	
	.plan_bn_area img{
		width: 100%;
		max-width: 480px;
	}

	.plan_bn_area .titile_img{
	}

	.plan_bn_area .bn_box{
		display: block;
		padding: 0;
	}
	.plan_bn_area .bn_box a{
		margin: 15px auto 0;
	}
	
}


/* -----------------------------------------------------------
    実績紹介エリア
-------------------------------------------------------------- */
.works_int_area{
	padding: 50px 0 40px;
	background: url("../img/beforeAfter_regist_bg.jpg");
	background-size: cover;
}
.works_int_area .q_mark{
	text-align: center;
}
.works_int_area .q_mark img{
	width: 150px;
}
.works_int_area h2{
	color: #FEFA4B;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
	text-align: center;
	margin: 0;
	padding: 30px 0 10px;
}
.works_int_area .txt{
	color: #fff;
    line-height: 1.8;
	text-align: center;
	font-weight: bold;
	padding: 0 0 30px;
}
.works_int_area .btn{
	text-align: center;
	margin: 0 auto;
	display: inherit;
}
.works_int_area .btn a {
    width: 350px;
    outline: none;
    outline-offset: 0px;
    font-size: 1.8rem;
    line-height: 1;
    padding: 24px 0;
    background: #38A9A9;
    color: #fff;
	border: 1px #fff solid;
	border-radius: 6px;
	font-weight: bold;
	margin: 0 auto;
	display: block;
}
.works_int_area .btn a::after {
    font-family: "FontAwesome";
    content: "\f105";
    width: 20px;
    left: auto;
    height: 20px;
    right: 20px;
    top: 25px;
    margin: auto;
    color: #fff;
}
.works_int_area .btn a:hover {
	opacity: .8;
}

@media screen and (max-width:667px){
	
	.works_int_area{
		padding: 30px 20px;
	}
	.works_int_area .q_mark img{
		width: 120px;
	}
	.works_int_area h2{
		font-size: 2rem;
		padding: 10px 0 15px;
	}
	.works_int_area .txt{
		text-align: left;
		padding: 0 0 20px;
		font-size: 1.5rem;
	}
	.works_int_area .btn a {
		width: 100%;
		font-size: 1.7rem;
		padding: 18px 0;
	}
	.works_int_area .btn a::after {
		top: 18px;
	}
	
}


/* -----------------------------------------------------------
    無料相談
-------------------------------------------------------------- */

.contents_area_ask {
	margin: 0;
	background: url("../img/freeask_bg.png") repeat;
	padding: 30px 0;
}

.contents_area_ask .box_txt {
	text-align: center;
	background: #fff;
	padding: 40px 0 30px;
	border: 2px solid #0c2c3a;
	border-right: none;
	border-left: none;
	position: relative;
}

.contents_area_ask .box_txt::before, .contents_area_ask .box_txt::after{
	display: block;
    content: '';
	position: absolute;
}
.contents_area_ask .box_txt::before{
    width: 87px;
    height: 125px;
    background: url(../../homepage/../assets/img/img_freeask01.png) no-repeat center / contain;
    top: 50px;
    left: calc(((100% - 1100px) / 2) + 160px);
}
.contents_area_ask .box_txt::after{
    width: 95px;
    height: 144px;
    background: url(../../homepage/../assets/img/img_freeask02.png) no-repeat center / contain;
    top: 35px;
    right: calc(((100% - 1100px) / 2) + 150px);
}

.contents_area_ask h3.title {
	display: inline-block;
	color: #333;
	font-size: 32px;
	font-weight: bold;
	background: linear-gradient(#fff 60%,#fcff49 60%);
	padding: 0;
    margin: 0;
}

.contents_area_ask .lead {
	font-size: 20px;
}

.contents_area_ask .txt {
	padding: 25px 0 0 0;
	font-size: 20px;
	line-height: 1.75;
}

.contents_area_ask .txt_sub{
	font-weight: bold;
	margin: 0 0 10px!important;
    font-size: 2rem;
}
.contents_area_ask .txt_sub::before, .contents_area_ask .txt_sub::after{
	content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #333;
    margin-bottom: 4px;
}
.contents_area_ask .txt_sub::before{
	margin-right: 20px;
    transform: rotate(60deg);
}
.contents_area_ask .txt_sub::after{
	margin-left: 20px;
    transform: rotate(-60deg);
}

.contents_area_ask .btn {
	margin: 15px 0 0;
}
.contents_area_ask .btn a{
	width: 450px;
	color: #fff;
	font-size: 24px;
    font-weight: bold;
	padding: 30px 0!important;
	background: #E94647;
    border: 1px solid #E94647;
	/*
    border-radius: 100px;
	*/
	border-radius: 8px;
	box-shadow: 0 8px 0 #a03536;
	overflow: hidden;
	-webkit-transition: all .2s;
    transition: all .2s;
	position: relative;
}
.contents_area_ask .btn a::before{
	content: "";
    background-image: linear-gradient(130deg,hsla(0,0%,100%,0) 20%,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0) 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation: shiny 5s infinite linear;
    animation: shiny 5s infinite linear;
}
@-webkit-keyframes shiny {
  0% {
    left: -50%
  }
  20% {
    left: 120%
  }
  to {
    left: 120%
  }
}
@keyframes shiny {
  0% {
    left: -50%
  }
  20% {
    left: 120%
  }
  to {
    left: 120%
  }
}
.contents_area_ask .btn a:hover{
	border: 1px solid #E94647;
	-webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0 4px 0 #a03536;
    background: #E94647;
}


.contents_area_ask .works_link{
    text-align: center;
    padding: 20px 0 0;
    font-size: 1.7rem;
}
.contents_area_ask .works_link a {
	display: inline-block;
	color: #333;
}
.contents_area_ask .works_link a:hover {
	color: #4087c7;
}

.contents_area_ask .works_link a::after {
	display: inline-block;
	margin: 0 0 0 5px;
	content: "\f105";
	font-family: FontAwesome;
	color: #4087c7;
}


@media screen and (max-width:667px){

	/* -----------------------------
		リニューアル無料相談
	------------------------------ */

	.contents_area_ask {
		margin: 0;
		padding: 15px 0;
	}
	
	.contents_area_ask .box_txt {
		width: 100%;
		padding: 25px 20px 25px;
		border-right: none;
		border-left: none;
		box-sizing: border-box;
		/*background: none;*/
	}
	
	.contents_area_ask .box_txt::before, .contents_area_ask .box_txt::after{
		display: none;
	}
	
	.contents_area_ask h3.title {
		font-size: 22px;
		font-weight: bold;
	}
	
	.contents_area_ask .lead {
		padding: 10px 0 0;
		font-size: 100%;
	}
	
	.contents_area_ask .txt {
		padding: 20px 0 0;
		font-size: 88%;
		line-height: 1.75;
		text-align: left;
	}
	
	.contents_area_ask .txt_sub {
		font-size: 14px;
		margin: 0 0 5px!important;
	}
	.contents_area_ask .txt_sub::before {
		margin-right: 5px;
	}
	.contents_area_ask .txt_sub::after {
		margin-left: 5px;
	}
	
	.contents_area_ask .btn {
		margin: 15px 0 0;
		width: 100%;
	}
	
	.contents_area_ask .btn a {
		width: auto;
		font-size: 20px;
		padding: 20px 0!important;
	}
    
    
    .contents_area_ask .works_link{
        padding: 20px 0 10px;
        font-size: 1.6rem;
    }

}





/* -----------------------------------------------------------
    area_ask_works
-------------------------------------------------------------- */
.area_ask .box_txt {
	text-align: center;
	background: #fff;
	padding: 50px 0 60px 0;
	border: 2px solid #0c2c3a;
	border-right: none;
	border-left: none;
	position: relative;
}

.area_ask .box_txt::before, .area_ask .box_txt::after{
	display: block;
    content: '';
	position: absolute;
}
.area_ask .box_txt::before{
    width: 87px;
    height: 125px;
    background: url(../img/img_freeask01.png) no-repeat center / contain;
    top: 190px;
    left: calc(((100% - 1100px) / 2) + 160px);
}
.area_ask .box_txt::after{
    width: 95px;
    height: 144px;
    background: url(../img/img_freeask02.png) no-repeat center / contain;
    top: 175px;
    right: calc(((100% - 1100px) / 2) + 150px);
}
.area_ask h3.title {
	display: inline-block;
	color: #333;
	font-size: 32px;
	font-weight: bold;
	background: linear-gradient(#fff 60%,#fcff49 60%);
	padding: 0;
}

.area_ask .lead {
	font-size: 20px;
}

.area_ask .txt {
	padding: 25px 0 0 0;
	font-size: 20px;
	line-height: 1.75;
}

.area_ask .txt_sub{
	font-weight: bold;
	margin: 30px 0 0;
}
.area_ask .txt_sub::before, .area_ask .txt_sub::after{
	content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #333;
    margin-bottom: 2px;
}
.area_ask .txt_sub::before{
	margin-right: 20px;
    transform: rotate(60deg);
}
.area_ask .txt_sub::after{
	margin-left: 20px;
    transform: rotate(-60deg);
}

.area_ask .btn {
	margin: 15px 0 0;
}

/* ボタン元
.area_ask .btn a{
	width: 500px;
	color: #fff;
	font-size: 24px;
    font-weight: bold;
	padding: 30px 0;
	background: #E94647;
    border: 1px solid #E94647;
    border-radius: 100px;
	box-shadow: 0 8px 0 #a03536;
	overflow: hidden;
	-webkit-transition: all .2s;
    transition: all .2s;
	position: relative;
}
*/

.area_ask .btn a{
	width: 500px;
	color: #fff;
	font-size: 24px;
    font-weight: bold;
	padding: 30px 0;
	background: #E94647;
    border: 1px solid #E94647;
    border-radius: 8px;
	box-shadow: 0 5px 0 #a03536;
	overflow: hidden;
	-webkit-transition: all .2s;
    transition: all .2s;
	position: relative;
}
.area_ask .btn .freedial{
	display: none;
	font-family: 'Roboto Condensed', sans-serif;
}

.area_ask .btn a::before{
	content: "";
    background-image: linear-gradient(130deg,hsla(0,0%,100%,0) 20%,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0) 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation: shiny 5s infinite linear;
    animation: shiny 5s infinite linear;
}
@-webkit-keyframes shiny {
  0% {
    left: -50%
  }
  20% {
    left: 120%
  }
  to {
    left: 120%
  }
}
@keyframes shiny {
  0% {
    left: -50%
  }
  20% {
    left: 120%
  }
  to {
    left: 120%
  }
}
.area_ask .btn a:hover{
	border: 1px solid #E94647;
	/*
	-webkit-transform: translateY(4px);
    transform: translateY(4px);
	*/
	-webkit-transform: translateY(2px);
    transform: translateY(2px);
	background: #E94647;
    box-shadow: 0 2px 0 #a03536;
}

.area_ask .btn .freedial:hover{
	border: 1px solid #2DB588;
	background: #2DB588;
    box-shadow: 0 4px 0 #1F7A5C;
}

.area_ask.works {
	width: 100%;
    background: #fff;
    padding: 0;
	margin: 0;
	border-top: 2px solid #0c2c3a;
	position: fixed;
	z-index: 100;
	bottom: 0;
}
.area_ask.works .txt_sub{
	margin: 0;
}
.area_ask.works .box_txt {
    padding: 17px 0 14px 0;
    border: none;
}
.firstguide_bot .area_ask.works .box_txt {
    padding: 12px 0 15px 0;
}

.area_ask.works .btn {
    margin: 0;
}
.area_ask.works .btn a {
	font-size: 22px;
    padding: 20px 0;
	line-height: 1.0;
}
.area_ask.works .box_txt::before {
	height: 110px;
    top: -15px;
    left: 190px;
}
.area_ask.works .box_txt::after {
    height: 120px;
    top: -20px;
    right: 190px;
}

@media screen and (max-width:667px){
	.area_ask {
		margin: 0;
		padding: 25px 0;
	}
	
	.area_ask .box_txt {
		width: 100%;
		padding: 25px 25px 33px 25px;
		border-right: none;
		border-left: none;
		box-sizing: border-box;
		display: flex;
	}
	
	.area_ask.works .box_txt::before{
    width: 65px;
    background: url(../img/img_freeask01.png) no-repeat center / contain;
    top: -24px;
	height: 110px;
    left: 12px;

	}
	
	.area_ask .box_txt::after{
		display: none;
	}
	
	.area_ask h3.title {
		font-size: 22px;
		font-weight: bold;
	}
	
	.area_ask .lead {
		padding: 10px 0 0;
		font-size: 100%;
	}
	
	.area_ask .txt {
		padding: 20px 0 0;
		font-size: 88%;
		line-height: 1.75;
		text-align: left;
	}
	
	.area_ask .txt_sub {
		font-size: 14px;
		margin: 20px 0 0;
	}
	.area_ask .txt_sub::before {
		margin-right: 10px;
	}
	.area_ask .txt_sub::after {
		margin-left: 10px;
	}
	
	.area_ask .btn {
		margin: 15px 0 0;
		width: 100%;
		display: grid;
	}
	
	.area_ask .btn a {
		width: auto;
		padding: 20px 0;
		box-shadow: 0 4px 0 #a03536;
		font-size: 16px;
	}
	
	.area_ask .btn .freedial{
		display: block;
		color: #fff;
		background: #2DB588;
   		border: 1px solid #2DB588;
		box-shadow: 0 4px 0 #1F7A5C;
		font-weight: 700;
		font-size: 1.5rem!important;
	}
	
	
	.area_ask .btn a .icon_freedial{
		background: url(../img/fix_free_icon.png) center top 1px;
		background-size: 18px auto;
		/*
		background: url(../img/fix_tel_icon.png) center top;
		background-size: 15px auto;
		*/
		background-repeat: no-repeat;
		width: 23px;
		display: block;
		height: 10px;
		margin: 0 auto;
		padding: 0 0 9px 0;
	}
	
	.area_ask .btn a .icon_mail{
		background: url(../img/fix_mail_icon.png) center top;
		background-repeat: no-repeat;
		background-size: 16px auto;
		width: 24px;
		display: block;
		height: 10px;
		margin: 0 auto;
		padding: 0 0 9px 0;	
	}
	
	.area_ask .btn a:hover{
	-webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 2px 0 #a03536;
	}
	
	.area_ask .btn .freedial:hover{
	-webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 2px 0 #1F7A5C;
	}
	
	.area_ask .btn .fa {
		display: none;
	}
	/*
	.area_ask.works .box_txt {
		padding: 5px 20px 10px 20px;
	}
	*/
	.area_ask.works .box_txt,
    .firstguide_bot .area_ask.works .box_txt {
		padding: 5px 0 10px 85px;
    }
    
	.area_ask.works .btn {
		margin: 0;
	}
	
	.area_ask.works .btn:nth-child(2) {
		margin: 0 5px 0 5px;
	}
	
	.area_ask.works .btn a {
		font-size: 1.3rem;
		padding: 5px 0;
		border-radius: 5px;
	}
	
	.area_ask.works .btn a::before {
		display: none;
	}

}

