@charset "utf-8";

img {
	max-width: 100%;
}
#about * {
	box-sizing: border-box;
}
.pcb {
	display: block;
}
.pci {
	display: inline-block;
}
.pcf {
	display: flex;
}
.pcg {
	display: grid;
}
.spb,
.spi,
.spf,
.spg {
	display: none;
}
@media screen and (max-width: 767px) {
	.pcb,
	.pci,
	.pcf,
	.pcg {
		display: none;
	}

	.spb {
		display: block;
	}
	.spi {
		display: inline-block;
	}
	.spf {
		display: flex;
	}
	.spg {
		display: grid;
	}
}



#mv {
	position: relative;
	z-index: 1;
}
#mv .section-wrap {
	padding-bottom: 70px;
	background:  url(/resource/service/about_agency/img/mv-bg-top.png) left -116px/100% 335px no-repeat, url(/resource/service/about_agency/img/mv-bg-middle.png) left 156px/100% 1554px no-repeat, url(/resource/service/about_agency/img/mv-bgtext.png) -88px 178px/1155px 510px no-repeat, url(/resource/service/about_agency/img/mv-bgrighttop.png) calc(100% + 68px) -60px/178px 242px no-repeat;
}
#mv .section-wrap .inner {
	max-width: 1000px;
	width: 95%;
	margin: auto;
}
#mv .section-wrap .main {
	color: #003b6b;
	padding-top: 75px;
	position: relative;
	min-height: 652px;
}
#mv .section-wrap .main h1 {
	font-size: 42px;
	font-weight: 700;
	line-height: 97px;
	height: 97px;
	position: relative;
}
#mv .section-wrap .main h1::before {
	content: '';
	display: block;
	width: 275px;
	height: 98px;
	position: absolute;
	top: -37px;
	left: -126px;
	background:  url(/resource/service/about_agency/img/mv-bgh1.png) center center/contain no-repeat;
}
#mv .section-wrap .main h1 big {
	font-size: 70px;
	line-height: 97px;
	padding-top: 26px;
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 1em .2em;
	background-image: radial-gradient(.1em .1em at center center,#003b6b,#003b6b 100%, transparent 100%, transparent);

	position: relative;
	z-index: 1;
}
#mv .section-wrap .main .desc {
	font-size: 16px;
	line-height: 2.5;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}
#mv .section-wrap .main .img-running {
	width: 264px;
}
#mv .section-wrap .main .img-doorman {
	width: min(36%, 354px);
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 28px;
}
#mv .section-wrap .main .img-scroll {
	width: 30px;
	position: absolute;
	bottom: 38px;
	left: 50%;
	margin-left: -15px;
	transition: 0.3s;
}
#mv .section-wrap .main .img-scroll:hover {
	opacity: 0.6;
}
#mv .section-wrap .video {
	color: #fff;
}
#mv .section-wrap .video h2 {
	text-align: center;
	margin-bottom: 38px;
}
#mv .section-wrap .video h2 .balloon {
	width: 222px;
	margin: auto;
}
#mv .section-wrap .video h2 .line {
	font-size: 48px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: .25em;
	text-underline-offset: .2em;
	text-decoration-color: #FFC000;
}
#mv .section-wrap .video .video-wrap {
	position: relative;
	width: 100%;
}
#mv .section-wrap .video .video-wrap img {
	width: 100%;
}
#mv .section-wrap .video .video-wrap + p {
	text-align: right;
	margin-top: 8px;
	font-size: 12px;
	color: #003b6b;
}
#mv .section-wrap .video .vwrap {
	width: 80%;
	padding-top: 45%;
	position: absolute;
	z-index: 1;
	top: 3.1%;
	left: 50%;
	transform: translateX(-50%);
}
#mv .section-wrap .video .vwrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


@media screen and (max-width: 960px) {
	#mv .spi {
	display: inline-block;
}
	#mv .pci {
	display: none;
}
	#mv .section-wrap {
		overflow: hidden;
		padding-bottom: 70px;
		background:   url(/resource/service/about_agency/img/mv-bgrighttop-sp.png) 100% -32px/86px 117px no-repeat, url(/resource/service/about_agency/img/mv-bg-top-sp.png) left -83px/100% 189px no-repeat, url(/resource/service/about_agency/img/mv-bg-middle-sp.png) left 470px/100% 668px no-repeat, url(/resource/service/about_agency/img/mv-bg-txt-sp.png) 0px 71px/360px 190px no-repeat, url(/resource/service/about_agency/img/mv-bg-leftbottom.png) -40px 498px/150px 110px no-repeat;
	}

	#mv .section-wrap .inner {
		width: 90%;
	}
	#mv .section-wrap .main {
		padding-top: 30px;
		padding-bottom: 320px;
	}
	#mv .section-wrap .main h1 {
		font-size: 23px;
		line-height: 1.5;
		height: auto;
		white-space: nowrap;
		text-align: center;
	}
	#mv .section-wrap .main h1::before {
		content: '';
		display: block;
		width: 202px;
		height: 72px;
		position: absolute;
		top: -42px;
		left: -47px;
		background:  url(/resource/service/about_agency/img/mv-bgh1-sp.png) center center/contain no-repeat;
	}
	#mv .section-wrap .main h1 big {
		font-size: 43px;
		line-height: 1;
		padding-top: 15px;
		display: inline-block;
		background: radial-gradient(.14em .14em at center center, #003b6b, #003b6b 60%, transparent 60%, transparent);
		background-repeat: repeat-x;
		background-position: top left;
		background-size: 43px 10px;

		position: relative;
		z-index: 1;
	}
	#mv .section-wrap .main .desc {
		font-size: 15px;
		line-height: 32px;
		text-align: center;
		margin: 10px 0 0;
	}
	#mv .section-wrap .main .img-running {
		position: absolute;
		bottom: 10vw;
		left: 0;
		width: 28vw;
		z-index: 2;
	}
	#mv .section-wrap .main .img-running img {
		width: 100%;
	}
	#mv .section-wrap .main .img-doorman {
		top: auto;
		bottom: 3vw;
		width: 47vw;
	}
	#mv .section-wrap .main .img-scroll {
		bottom: 10px;
		width: 41px;
		margin-left: -20px;
	}
	#mv .section-wrap .video h2 {
		margin-bottom: 28px;
	}
	#mv .section-wrap .video h2 .balloon {
		width: 192px;
	}
	#mv .section-wrap .video h2 .line {
		font-size: 26px;
		text-decoration-thickness: 8px;
		text-underline-offset: 0.2em;
	}
	#mv .section-wrap .video .vwrap {
		width: 94.5%;
		padding-top: 53.551868969178403%;
	}
}
@media screen and (max-width: 767px) {

	#mv .section-wrap .main .img-doorman {
		top: auto;
		bottom: 80px;
		width: 287px;
	}
	#mv .section-wrap .main .img-running {
		position: absolute;
		bottom: 96px;
		left: 0;
		width: 145px;
		z-index: 2;
	}
	#mv .section-wrap .video .video-wrap + p {
		text-align: left;
	}
}
@media screen and (max-width: 375px) {
	#mv .section-wrap .main h1 {
		font-size: 6vw;
	}
	#mv .section-wrap .main h1 big {
		font-size: 11.466666666666667vw;
		padding-top: 4vw;
		background-size: 11.466666666666667vw 2.666666666666667vw;
	}
	#mv .section-wrap .main .desc {
		font-size: 4vw;
		line-height: 2;
	}
}
#service {
	position: relative;
	margin-top: -400px;
}
#service .section-wrap {
	color: #005EAB;
	padding-top: 400px;
	background: url(/resource/service/about_agency/img/bg-dot.png) left top/1366px 2874px repeat;
	padding-bottom: 140px;
}
#service .section-wrap .inner {
	max-width: 1230px;
	width: 95%;
	width: calc(100% - 100px);
	margin: auto;
}
#service .section-wrap h2 {
	text-align: center;
	margin-bottom: 38px;
}
#service .section-wrap h2 .balloon {
	width: 285px;
	margin: auto;
}
#service .section-wrap h2 .line {
	font-size: 48px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: .25em;
	text-underline-offset: .2em;
	text-decoration-color: #FFC000;
}
#service .section-wrap .service-wrap + .service-wrap {
	margin-top: 40px;
}
#service .section-wrap .box {
	background: url(/resource/service/about_agency/img/service-h4bg.png) center top/412px 60px no-repeat, url(/resource/service/about_agency/img/service-h3bg.png) center bottom/846px 82px no-repeat;
	background-color: #E6EFF6;
	border-radius: 30px;
}
#service .section-wrap .box-inner {
	max-width: 1000px;
	width: 95%;
	margin: auto;
	padding-bottom: 150px;
}
#service .section-wrap .box-inner h4 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 30px;
}
#service .section-wrap .box-inner .balloon {
	max-width: 800px;
	width: 100%;
	margin: auto;
}
#service .section-wrap .box-inner ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px 35px;
}
#service .section-wrap .box-inner ul li {
	background: #fff;
	border-radius: 20px;
	margin-top: 15px;
	position: relative;
	text-align: center;
	padding: 34px 30px 20px;
	font-size: 14px;
	line-height: 1.5;
}
#service .section-wrap .box-inner ul li .step {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color: #fff;
	line-height: 34px;
	width: 92px;
	background: #005EAB;
	border-radius: 17px;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -46px;
}
#service .section-wrap .box-inner ul li h5 {
	font-size: 24px;
	line-height: 1;
}
#service .section-wrap .box-inner ul li h5 small {
	font-size: 16px;
}
#service .section-wrap .box-inner ul li .img {
	margin: 15px 0 10px;
}
#service .section-wrap .box-inner ul li img {
	max-width: 229px;
}
#service .section-wrap .txt {
	margin-top: -120px;
	text-align: center;
}

#service .section-wrap .txt h3 {
	margin-bottom: 10px;
	line-height: 1;
	font-size: 24px;
}
#service .section-wrap .txt h3 .img01 {
	width: 165px;
	margin: 0 auto 20px;
}
#service .section-wrap .txt p {
	font-size: 16px;
	line-height: 36px;
}

@media screen and (max-width: 1090px) {
	#service .section-wrap .box-inner ul {
		grid-template-columns: 1fr 1fr;
		max-width: 655px;
		margin: auto;
	}
}
@media screen and (max-width: 767px) {
	#service .section-wrap {
		padding-bottom: 80px;
	}
	#service .section-wrap .inner {
		width: 90%;
	}
	#service .section-wrap h2 {
		margin-bottom: 28px;
	}
	#service .section-wrap h2 .balloon {
		width: 248px;
	}
	#service .section-wrap h2 .line {
		font-size: 26px;
		text-decoration-thickness: 8px;
		text-underline-offset: 0.2em;
	}
	#service .section-wrap .service-wrap + .service-wrap {
		margin-top: 20px;
	}
	#service .section-wrap .box {
		background: url(/resource/service/about_agency/img/service-h4bg.png) center top/246px 40px no-repeat, url(/resource/service/about_agency/img/service-h3bg.png) center bottom/298px 48px no-repeat;
		background-color: #e6eff6;
	}
	#service .section-wrap .box-inner {
		width: 92%;
		padding-bottom: 75px;
	}
	#service .section-wrap .box-inner h4 {
		font-size: 16px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	#service .section-wrap .txt {
		margin-top: -80px;
	}
	#service .section-wrap .txt h3 {
		font-size: 20px;
	}
	#service .section-wrap .txt h3 .img01 {
		width: 56px;
		margin-bottom: 10px;
	}
	#service .section-wrap .txt p {
		font-size: 16px;
		text-align: left;
		line-height: 28px;
	}
	#service .section-wrap .box-inner ul {
		grid-template-columns: 1fr;
		max-width: 300px;
		margin: auto;
	}
	#service .section-wrap .box-inner ul li {
		padding: 27px 20px 20px; 
	}
	#service .section-wrap .box-inner ul li img {
		width: 151px;
	}
	#service .section-wrap .box-inner ul li .step {
		font-size: 10px;
		height: 24px;
		line-height: 24px;
		border-radius: 12px;
		width: 58px;
		top: -8px;
		margin-left: -29px;
	}
	#service .section-wrap .box-inner ul li h5 {
		font-size: 20px;
	}
}

#qa {
	position: relative;
	z-index: 1;
}
#qa .section-wrap {
	margin-top: -80px;
	padding: 140px 0 180px;
	background: url(/resource/service/about_agency/img/qa-bg.png) left top/100% 100% no-repeat;
	color: #005eab;
}
#qa .section-wrap .inner {
	max-width: 1230px;
	width: 95%;
	width: calc(100% - 100px);
	margin: auto;
}
#qa .section-wrap h2 {
	text-align: center;
	margin-bottom: 38px;
}
#qa .section-wrap h2 .balloon {
	width: 336px;
	margin: auto;
}
#qa .section-wrap h2 .line {
	font-size: 48px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: .25em;
	text-underline-offset: .2em;
	text-decoration-color: #fff;
}
#qa .section-wrap li {
	position: relative;
	padding-top: 66px;
	padding-left: 115px;
}
#qa .section-wrap li:not(:first-child) {
	margin-top: 75px;
}
#qa .section-wrap li:nth-child(even) {
	padding-left: 0;
	padding-right: 115px;
}
#qa .section-wrap li .q {
	position: absolute;
	left: 0;
	top: 0;
	width: 430px;
	height: 430px;
	background: #0a9fc2;
	border-radius: 30px;
	text-align: center;
	padding: 36px;
	z-index: 2;
	overflow: hidden;
}
#qa .section-wrap li:nth-child(even) .q {
	left: auto;
	right: 0;
}
#qa .section-wrap li .q .txt {
	position: relative;
	z-index: 1;
}
#qa .section-wrap li .q .txt .question {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #0a9fc2;
	line-height: 34px;
	width: 122px;
	background: #fff;
	margin: auto;
	border-radius: 17px;
	margin-bottom: 5px;
}
#qa .section-wrap li .q .txt h3 {
	color: #fff;
	font-size: 26px;
	line-height: 38px;
}
#qa .section-wrap li .q img {
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translate(-50%,0);
	width: 313px;
}
#qa .section-wrap li .a {
	background: #fff;
	border-radius: 30px;
	padding: 60px 180px 60px 355px;
	position: relative;
	font-size: 16px;
	line-height: 36px;
}
#qa .section-wrap li:nth-child(even) .a {
	padding: 60px 355px 60px 180px;
}
#qa .section-wrap li .a img {
	position: absolute;
	width: 134px;
	bottom: -20px;
	right: 35px;
}
#qa .section-wrap li:nth-child(even) .a img {
	right: auto;
	bottom: -24px;
	left: 42px;
	width: 112px;
}
#qa .section-wrap li .a strong {
	font-weight: 700;
	background: linear-gradient(transparent 30%, #FFC000 0);
	padding-bottom: 0.2em;
}

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

	#qa .section-wrap li,
	#qa .section-wrap li:nth-child(even) {
		padding: 30px 0 0;
	}
	#qa .section-wrap li:not(:first-child) {
		margin-top: 40px;
	}
	#qa .section-wrap li .q,
	#qa .section-wrap li:nth-child(even) .q {
		right: auto;
		left: 20px;
		width: calc(100% - 40px);
		height: 260px;
		padding: 17px;
	}
	#qa .section-wrap li .q .txt .question {
		line-height: 30px;
		font-size: 10px;
		border-radius: 15px;
		width: 98px;
	}
	#qa .section-wrap li .q .txt h3 {
		font-size: 18px;
		line-height: 24px;
	}
	#qa .section-wrap li .q img {
		width: 180px;
	}
	#qa .section-wrap li .a,
	#qa .section-wrap li:nth-child(even) .a {
		padding: 240px 20px 24px;
		line-height: 28px;
		border-radius: 30px 30px 20px 20px;
	}
	#qa .section-wrap li .a img {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#qa .section-wrap {
		margin-top: -25px;
		padding: 35px 0 60px;
		background: url(/resource/service/about_agency/img/qa-bg-sp.png) left top/100% 100% no-repeat;
	}
	#qa .section-wrap .inner {
		width: 90%;
	}
	#qa .section-wrap h2 .balloon {
		width: 286px;
		max-width: 100%;
	}
	#qa .section-wrap h2 .line {
		font-size: 26px;
		line-height: 50px;
		text-decoration-thickness: 8px;
		text-underline-offset: 0.2em;
	}
}






#merit .section-wrap {
	margin-top: -90px;
	padding: 180px 0 300px;
	color: #005eab;
	position: relative;
	overflow: hidden;
}
#merit .section-wrap .bg1 {
	content: '';
	display: block;
	position: absolute;
	top: -90px;
	right: -173px;
	width: 416px;
}
#merit .section-wrap .bg2 {
	content: '';
	display: block;
	position: absolute;
	bottom: -90px;
	left: -200px;
	width: 416px;
}
#merit .section-wrap .inner {
	position: relative;
	z-index: 1;
	max-width: 1000px;
	width: 95%;
	width: calc(100% - 100px);
	margin: auto;
}
#merit .section-wrap h2 {
	text-align: center;
	margin-bottom: 34px;
}
#merit .section-wrap h2 .balloon {
	width: 346px;
	margin: auto;
}
#merit .section-wrap h2 .line {
	font-size: 48px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: .25em;
	text-underline-offset: .2em;
	text-decoration-color: #FFC000;
}
#merit .section-wrap .desc {
	text-align: center;
	font-size: 17px;
	line-height: 1;
	margin-bottom: 30px;
}

#merit .section-wrap ul {
	display: grid;
	gap: 50px 0;
}
#merit .section-wrap ul li {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 40px;
	align-items: center;
}
#merit .section-wrap ul li:nth-child(even) {
	direction: rtl;
}
#merit .section-wrap ul li .img {
	padding-right: 20px;
}
#merit .section-wrap ul li:nth-child(even) .img {
	padding-left: 20px;
	padding-right: 0;
}
#merit .section-wrap ul li .txt {
	direction: ltr;
}
#merit .section-wrap ul li .txt p.merit {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 13px;
	background: #0a9fc2;
	line-height: 34px;
	width: 94px;
	color: #fff;
	border-radius: 17px;
	margin-bottom: 5px;
	text-align: center;
}
#merit .section-wrap ul li .txt h3 {
	font-size: 28px;
	line-height: 40px;
	margin: 15px 0 7px;
}
#merit .section-wrap ul li .txt h3 strong {
	background: linear-gradient(transparent 50%, #FFC000 0);
	padding-bottom: 0.1em;
}
#merit .section-wrap ul li .txt p {
	font-size: 16px;
	line-height: 36px;
}
#merit .section-wrap .btn {
	text-align: center;
	margin-top: 60px;
}
#merit .section-wrap .btn a {
	display: inline-block;
	max-width: 700px;
	width: 100%;
	line-height: 94px;
	background: #d10042;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.45);
	transition: 0.3s;
	position: relative;
}
#merit .section-wrap .btn a img {
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -12px;
	width: 13px;
}
#merit .section-wrap .btn a:hover {
	transform: scale(1.05);
}


@media screen and (max-width: 767px) {
	#merit .section-wrap {
		margin-top: -25px;
		padding: 60px 0 110px;
	}
	#merit .section-wrap .bg1 {
		content: '';
		display: block;
		position: absolute;
		top: -236px;
		right: -146px;
		width: 292px;
	}
	#merit .section-wrap .bg2 {
		content: '';
		display: block;
		position: absolute;
		bottom: -206px;
		left: -128px;
		width: 292px;
	}
	#merit .section-wrap .inner {
		width: 90%;
	}
	#merit .section-wrap h2 {
		text-align: center;
		margin-bottom: 34px;
	}
	#merit .section-wrap h2 .balloon {
		width: 296px;
		margin: auto;
		max-width: 100%;
	}
	#merit .section-wrap h2 .line {
		font-size: 26px;
		line-height: 50px;
		text-decoration-thickness: 8px;
		text-underline-offset: .2em;
	}
	#merit .section-wrap .desc {
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	#merit .section-wrap ul {
		gap: 30px 0;
	}
	#merit .section-wrap ul li {
		grid-template-columns: 1fr;
		gap: 20px 0;
	}
	#merit .section-wrap ul li .txt p.merit {
		width: 70px;
		font-size: 10px;
		line-height: 27px;
		border-radius: 14px;
		margin: auto;
	}
	#merit .section-wrap ul li .txt h3 {
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		margin: 10px 0;
	}
	#merit .section-wrap ul li .txt p {
		line-height: 28px;
	}
	
	#merit .section-wrap .btn {
		margin-top: 20px;
	}
	#merit .section-wrap .btn a {
		display: inline-block;
		max-width: 700px;
		width: 100%;
		line-height: 46px;
		background: #d10042;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		text-decoration: none;
		border-radius: 10px;
		box-shadow: 0 0 8px 0 rgba(0,0,0,.45);
		transition: 0.3s;
		position: relative;
	}
	#merit .section-wrap .btn a img {
		position: absolute;
		right: 17px;
		top: 50%;
		margin-top: -7px;
		width: 8px;
	}

}







#difference {
	position: relative;
	z-index: 1;
}
#difference .section-wrap {
	margin-top: -200px;
	padding: 0 0 180px;
	background: url(/resource/service/about_agency/img/difference-bg.png) left top/100% 100% no-repeat;
	color: #fff;
}
#difference .section-wrap .inner {
	max-width: 1000px;
	width: 95%;
	width: calc(100% - 100px);
	margin: auto;
}
#difference .section-wrap h2 {
	text-align: center;
	margin-bottom: 28px;
}
#difference .section-wrap h2 .img {
	width: 515px;
	margin: auto;
}

#difference .section-wrap h2 .balloon {
	width: 542px;
	margin: auto;
}
#difference .section-wrap h2 .line {
	font-size: 48px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: .25em;
	text-underline-offset: .2em;
	text-decoration-color: #FFC000;
}
#difference .section-wrap .desc {
	text-align: center;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 20px;
}
#difference .section-wrap ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
	justify-content: space-between;
	position: relative;
}
#difference .section-wrap ul::before,
#difference .section-wrap ul::after {
	content: '';
	width: calc(50% - 20px);
	position: absolute;
	top: 20px;
	bottom: 0;
	background: #fff;
	border-radius: 40px;
	z-index: 0;
}
#difference .section-wrap ul::before {
	left: 0;
}
#difference .section-wrap ul::after {
	right: 0;
}
#difference .section-wrap ul li {
	width: calc(50% - 20px);
	position: relative;
	z-index: 1;
}
#difference .section-wrap ul li.header {
	text-align: center;
	padding-bottom: 45px;
}
#difference .section-wrap ul li.header h3 {
	font-size: 23px;
	font-weight: 700;
	display: inline-block;
	line-height: 64px;
	padding: 0 1.5em;
	background: #005eab;
	border-radius: 32px;
}
#difference .section-wrap ul li.title {
	width: 100%;
	text-align: center;
	color: #005eab;
	background: transparent;
	position: relative;
	z-index: 2;
	margin: -25px 0;
}
#difference .section-wrap ul li.title h4 {
	width: calc(100% - 156px);
	border-radius: 10px;
	border: 5px solid #9ABFDD;
	background: #fff;
	font-size: 20px;
	line-height: 1;
	padding-top: 10px;
	height: 50px;
	margin: auto;
}
#difference .section-wrap ul li.body {
	padding: 0 42px 40px;
}
#difference .section-wrap ul li.body.last {
	padding-bottom: 0;
}
#difference .section-wrap ul li.body .wrapper {
	background: #e6eff6;
	padding: 42px 20px 20px;
	display: grid;
	grid-template-columns: 70px auto;
	gap: 0 15px;
	align-items: center;
	color: #005eab;
	border-radius: 20px;
	height: 100%;
}
#difference .section-wrap ul li.body .wrapper .icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 17px;
	background: #005eab;
}
#difference .section-wrap ul li.body .wrapper p {
	font-size: 16px;
	line-height: 20px;
}
#difference .section-wrap ul li.footer {
	border-radius: 0 0 40px 40px;
	height: 40px;
}


#difference .section-wrap .btn {
	text-align: center;
	margin-top: 60px;
}
#difference .section-wrap .btn a {
	display: inline-block;
	max-width: 700px;
	width: 100%;
	line-height: 94px;
	background: #d10042;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.45);
	transition: 0.3s;
	position: relative;
}
#difference .section-wrap .btn a img {
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -12px;
	width: 13px;
}
#difference .section-wrap .btn a:hover {
	transform: scale(1.05);
}


@media screen and (max-width: 767px) {
	#difference .section-wrap {
		margin-top: -24px;
		padding: 24px 0 60px;
		background: url(/resource/service/about_agency/img/difference-bg-sp.png) left top/100% 100% no-repeat;
		color: #fff;
	}
	#difference .section-wrap .inner {
		max-width: 1000px;
		width: 90%;
		margin: auto;
		margin-top: -60px;
	}
	#difference .section-wrap h2 {
		text-align: center;
		margin-bottom: 20px;
	}
	#difference .section-wrap h2 .img {
		width: 314px;
		margin: auto;
	}
	
	#difference .section-wrap h2 .balloon {
		width: 292px;
		margin: auto;
		max-width: 100%;
	}
	#difference .section-wrap h2 .line {
		font-size: 26px;
		line-height: 50px;
		text-decoration-thickness: 8px;
		text-underline-offset: .2em;
	}
	#difference .section-wrap .desc {
		line-height: 30px;
		margin-bottom: 15px;
	}
	#difference .section-wrap ul {
		gap: 0 10px;
	}
	#difference .section-wrap ul::before,
	#difference .section-wrap ul::after {
		top: 15px;
		width: calc(50% - 5px);
		border-radius: 20px;
	}
	#difference .section-wrap ul li {
		width: calc(50% - 5px);
	}
	#difference .section-wrap ul li.header {
		padding-bottom: 27px;
	}
	#difference .section-wrap ul li.header h3 {
		font-size: 13px;
		line-height: 33px;
	}
	#difference .section-wrap ul li.title {
		margin: -15px 0;
	}
	#difference .section-wrap ul li.title h4 {
		width: calc(100% - 40px);
		font-size: 13px;
		height: 30px;
		border-width: 3px;
		padding-top: 5px;
	}
	#difference .section-wrap ul li.body {
		padding: 0 12px 30px;
	}
	#difference .section-wrap ul li.body .wrapper {
		padding: 30px 8px 12px;
		display: block;
		border-radius: 15px;
	}
	#difference .section-wrap ul li.body .wrapper .icon {
		margin: 0 auto 5px;
	}
	#difference .section-wrap ul li.body .wrapper p {
		text-align: center;
		font-size: 12px;
		line-height: 16px;
	}
	#difference .section-wrap ul li.body.last {
		border-radius: 0 0 20px 20px;
		padding-bottom: 15px;
	}
	#difference .section-wrap ul li.footer {
		display: none;
	}
	
	#difference .section-wrap .btn {
		margin-top: 20px;
	}
	#difference .section-wrap .btn a {
		line-height: 20px;
		padding: 12px;
		font-size: 16px;
		border-radius: 10px;
		box-shadow: 0 0 8px 0 rgba(0,0,0,.45);
	}
	#difference .section-wrap .btn a img {
		position: absolute;
		right: 18px;
		top: 50%;
		margin-top: -7px;
		width: 8px;
	}
}




#reason {
	position: relative;
	z-index: 0;
}
#reason .section-wrap {
	margin-top: -100px;
	padding: 170px 0;
	background: url(/resource/service/about_agency/img/bg-wave.png) left top/100% 21px repeat;
	color: #005EAB;
}
#reason .section-wrap .inner {
	max-width: 1230px;
	width: 95%;
	width: calc(100% - 100px);
	margin: auto;
}
#reason .section-wrap h2 {
	text-align: center;
	margin-bottom: 60px;
}

#reason .section-wrap h2 .balloon {
	width: 432px;
	margin: auto;
}
#reason .section-wrap h2 .line {
	font-size: 48px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: .25em;
	text-underline-offset: .2em;
	text-decoration-color: #FFC000;
}
#reason .section-wrap ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 3.658536585365853%;
}
#reason .section-wrap ul li {
	position: relative;
	text-align: center;
}
#reason .section-wrap ul li img {
	position: absolute;
	bottom: 100%;
	left: 50%;
}
#reason .section-wrap ul li:nth-child(2) {
	transform: translateY(126px);
}
#reason .section-wrap ul li:nth-child(1) img {
	width: 75%;
	transform: translate(-50%,7%);
}
#reason .section-wrap ul li:nth-child(2) img {
	width: 72%;
	transform: translate(-50%,7%);
}
#reason .section-wrap ul li:nth-child(3) img {
	width: 71%;
	transform: translate(-50%,7%);
}
#reason .section-wrap ul li .wrapper {
	height: 100%;
	background: #fff;
	border: 8px solid #005EAB;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	padding: 8%;
	padding-top: 120px;
}
#reason .section-wrap ul li .wrapper .circle {
	display: inline-block;
	width: 110px;
	height: 110px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	background: #0a9fc2;
	position: absolute;
	top: -20px;
	left: 50%;
	border-radius: 50%;
	margin-left: -55px;
	padding-top: 23px;
	letter-spacing: -0.05em;
	text-indent: -0.05em;
}
#reason .section-wrap ul li .wrapper .circle big {
	font-size: 50px;
	letter-spacing: -0.05em;
	text-indent: -0.05em;
	display: block;
}
#reason .section-wrap ul li .wrapper h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 5px;
}
#reason .section-wrap ul li .wrapper p {
	text-align: left;
	font-size: 16px;
	line-height: 36px;
}
#reason .reason__anchor{
	display: block;
	max-width: 700px;
	width: 100%;
	margin: 200px auto 0;
}
@media only screen and (min-width: 768px){
	#reason .reason__anchor:hover{
		opacity: 0.7;
		transition: opacity 0.3s;
	}
}
#reason .reason__anchor img{
	height: auto;
}

@media screen and (max-width: 767px) {
	#reason .section-wrap {
		margin-top: -30px;
		padding: 80px 0 70px;
		background: none;
		color: #005EAB;
	}
	#reason .section-wrap .inner {
		max-width: 1230px;
		width: 90%;
		margin: auto;
	}
	#reason .section-wrap h2 {
		text-align: center;
		margin-bottom: 180px;
	}
	#reason .section-wrap h2 .balloon {
		width: 340px;
		margin: auto;
		max-width: 100%;
	}
	#reason .section-wrap h2 .line {
		font-size: 26px;
		line-height: 50px;
		text-decoration-thickness: 8px;
		text-underline-offset: .2em;
	}
	#reason .section-wrap ul {
		grid-template-columns: 1fr;
		gap: 170px 0;
	}
	#reason .section-wrap ul li .wrapper {
		border-radius: 40px;
		padding: 120px 30px 30px;
	}
	#reason .section-wrap ul li .wrapper h3 {
		font-size: 18px;
		line-height: 28px;
	}
	#reason .section-wrap ul li:nth-child(2) {
		transform: none;
	}
	#reason .section-wrap ul li:nth-child(1) img {
		width: 284px;
		transform: translate(-50%,15px);
	}
	#reason .section-wrap ul li:nth-child(2) img {
		width: 273px;
		transform: translate(-50%,28px);
	}
	#reason .section-wrap ul li:nth-child(3) img {
		width: 270px;
		transform: translate(-50%,32px);
	}
	#reason .reason__anchor{
		margin-top: 40px;
	}
}





#voice .section-wrap {
	margin-top: -90px;
	padding: 180px 0 110px;
	color: #005eab;
	background: url(/resource/service/about_agency/img/voice-bg.png) left top/100% 100% no-repeat;
	position: relative;
	overflow: hidden;
}
#voice .section-wrap .inner {
	position: relative;
	z-index: 1;
	width: 100%;
}
#voice .section-wrap h2 {
	text-align: center;
	margin-bottom: 34px;
}
#voice .section-wrap h2 .balloon {
	width: 132px;
	margin: auto;
}
#voice .section-wrap h2 .line {
	font-size: 48px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: .25em;
	text-underline-offset: .2em;
	text-decoration-color: #FFC000;
}
#voice .section-wrap .desc {
	text-align: center;
	font-size: 17px;
	line-height: 1;
	margin-bottom: 30px;
}
#voice .slick-track {
	display: flex;
}
#voice .slick-slide {
	height: inherit;
}
#voice .slick-slide > div {
	height: 100%;
}

#voice .slide-item {
	padding: 60px 80px;
	width: 910px;
	height: 100%;
}
#voice .slide-item .wrapper {
	background: #fff;
	border-radius: 30px;
	height: 100%;
	box-shadow: 0 0 8px 0 rgba(3, 94, 170, .16);
	display: grid;
	grid-template-columns: 200px auto;
	padding: 40px 54px;
	align-items: center;
	gap: 0 30px;
	transition: 0.5s;
}
#voice .slick-center .slide-item .wrapper,
#voice .slick-active .slide-item .wrapper {
	transform: scale(1.333333333333333);
}
#voice .slide-item .wrapper .user {
	text-align: center;
}
#voice .slide-item .wrapper .user .number {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	letter-spacing: -0.05em;
	text-indent: -0.05em;
	position: relative;
	z-index: 1;
}
#voice .slide-item .wrapper .user .number big {
	font-size: 42px;
	letter-spacing: -0.05em;
	text-indent: -0.05em;
	display: block;
}
#voice .slide-item .wrapper .user .thumb {
	margin-top: -18px;
	width: 174px;
	display: inline-block;
	vertical-align: bottom;
}
#voice .slide-item .wrapper .user .txt {
	background: #005eab;
	color: #fff;
	padding: 12px;
	border-radius: 6px;
	position: relative;
	z-index: 1;
	margin-top: -24px;
}
#voice .slide-item .wrapper .user .txt::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #005eab;
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -3px;
	transform: rotate(45deg);
}
#voice .slide-item .wrapper .user .txt h3 {
	font-size: 15px;
	line-height: 1;
	margin-bottom: 6px;
}
#voice .slide-item .wrapper .user .txt h4 {
	font-size: 13.5px;
	line-height: 1;
}
#voice .slide-item .wrapper .detail p {
	font-size: 12px;
	line-height: 27px;
}

#voice .slick-dotted.slick-slider {
	margin-bottom: 43px;
}
#voice .slick-dots {
	line-height: 1;
	padding: 4px 0;
	font-size: 10px;
	bottom: -43px;
}
#voice .slick-dots li {
	line-height: 1;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	vertical-align: bottom;
}
#voice .slick-dots li button {
	line-height: 1;
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 50%;
	background-color: #005EAB;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#voice .slick-dots li:hover button,
#voice .slick-dots li.slick-active button {
	background-color: #FFC000;
}
#voice .slick-dots li button:before {
	display: none;
}
#voice .slick-prev,
#voice .slick-next {
	width: 18px;
	height: 18px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	background: transparent url(/resource/service/about_agency/img/prevnext.png) center center/contain no-repeat;
	z-index: 100;
	transition: .3s;
}
#voice .slick-prev {
	top: auto;
	left: auto;
	right: 50%;
	margin-right: 50px;
	bottom: -43px;
	transform: translate(0) rotate(180deg);
}
#voice .slick-next {
	top: auto;
	bottom: -43px;
	right: auto;
	left: 50%;
	margin-left: 50px;
	transform: translate(0);
}
#voice .slick-prev:hover,
#voice .slick-next:hover {
	opacity: 0.6;
}
#voice .slick-prev:before,
#voice .slick-next:before {
	display: none;
}
#voice .btn {
	text-align: center;
	padding-top: 40px;
}
#voice .btn a {
	line-height: 20px;
	color: #d10042;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	text-decoration: underline;
}
#voice .btn a img {
	height: 20px;
	width: auto;
	margin-left: 10px;
}
@media screen and (max-width: 1060px) {
	#voice .slick-center .slide-item .wrapper,
	#voice .slick-active .slide-item .wrapper {
		transform: none;
	}
	#voice .slide-item {
		padding: 0 10px;
	}
	#voice .slide-item .wrapper {
		padding: 30px 20px;
	}
}

@media screen and (max-width: 767px) {
	#voice .section-wrap {
		margin-top: -30px;
		padding: 50px 0 60px;
		background: url(/resource/service/about_agency/img/voice-bg-sp.png) left top/100% 100% no-repeat;
	}
	#voice .section-wrap h2 {
		text-align: center;
		margin-bottom: 14px;
	}
	#voice .section-wrap h2 .balloon {
		width: 118px;
		margin: auto;
		max-width: 100%;
	}
	#voice .section-wrap h2 .line {
		font-size: 26px;
		line-height: 50px;
		text-decoration-thickness: 8px;
	}
	#voice .section-wrap .desc {
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 12px;
	}
	#voice .slide-item .wrapper {
		display: block;
	}
	#voice .slide-item .wrapper .user {
		margin-bottom: 15px;
	}
	#voice .slide-item .wrapper .user .number big {
		font-size: 55px;
	}
	#voice .slide-item .wrapper .user .thumb {
		width: 147px;
	}
	#voice .slide-item .wrapper .user .txt {
		padding: 8px;
		border-radius: 8px;
	}
	#voice .slide-item .wrapper .user .txt h3 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 0;
	}
	#voice .slide-item .wrapper .user .txt h4 {
		font-size: 14px;
		line-height: 20px;
	}
	#voice .slide-item .wrapper .user .txt::before {
		width: 10px;
		height: 10px;
		top: -5px;
		margin-left: -5px;
	}
	#voice .slide-item .wrapper .detail p {
		font-size: 16px;
		line-height: 28px;
	}

}




#cv .section-wrap {
	padding: 70px 0;
	width: 95%;
	width: calc(100% - 100px);
	margin: auto;
}
#cv .section-wrap h2 {
	text-align: center;
	font-size: 24px;
	line-height: 1;
	color: #0f79d0;
}
#cv .section-wrap h2::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 30px;
	margin-right: 1em;
	background: currentcolor;
	vertical-align: bottom;
	transform: rotate(-45deg);
	transform-origin: right bottom;
}
#cv .section-wrap h2::after {
	content: '';
	display: inline-block;
	width: 3px;
	height: 30px;
	margin-left: 1em;
	background: currentcolor;
	vertical-align: bottom;
	transform: rotate(45deg);
	transform-origin: left bottom;
}
#cv .section-wrap .btn {
	text-align: center;
	margin-top: 20px;
}
#cv .section-wrap .btn a {
	display: inline-block;
	max-width: 700px;
	width: 100%;
	line-height: 94px;
	background: #d10042;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.45);
	transition: 0.3s;
	position: relative;
}

#cv .section-wrap .btn a img {
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -12px;
	width: 13px;
}
#cv .section-wrap .btn a:hover {
	transform: scale(1.05);
}


@media screen and (max-width: 767px) {
	#cv .section-wrap {
		padding: 30px 0;
		width: 90%;
	}
	#cv .section-wrap h2 {
		font-size: 12px;
		line-height: 1;
		color: #0f79d0;
	}
	#cv .section-wrap h2::after {
		transform: rotate(45deg) scale(.5);
		margin-left: .2em;
	}
	#cv .section-wrap h2::before {
		margin-right: .2em;
		transform: rotate(-45deg) scale(.5);
	}
	#cv .section-wrap .btn {
		margin-top: 10px;
	}
	#cv .section-wrap .btn a {
		font-size: 16px;
		line-height: 20px;
		border-radius: 10px;
		padding: 12px;
	}
	#cv .section-wrap .btn a img {
		width: 8px;
		margin-top: -7px;
		right: 15px;
	}
}




#relatedposts .section-wrap {
	padding: 60px 0 80px;
	max-width: 1230px;
	width: 95%;
	width: calc(100% - 100px);
	margin: auto;
	position: relative;
}
#relatedposts .section-wrap::before {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background: #e6eff6;
	border-radius: 5px;
}
#relatedposts .section-wrap .inner {
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
#relatedposts .section-wrap .inner h2 {
	text-align: center;
	font-size: 28px;
	line-height: 1;
	color: #0f79d0;
	margin-bottom: 30px;
}
#relatedposts .section-wrap .inner ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0 20px;
}
#relatedposts .section-wrap .inner ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.16);
	text-decoration: none;
	color: #333;
	transition: 0.3s;
}
#relatedposts .section-wrap .inner ul li a:hover {
	color: #1462b1;
}
#relatedposts .section-wrap .inner ul li a .thumb {
	position: relative;
	width: 100%;
	padding-top: 60%;
	overflow: hidden;
}
#relatedposts .section-wrap .inner ul li a .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
#relatedposts .section-wrap .inner ul li a:hover .thumb img {
	transform: scale(1.1);
	filter: brightness(0.8);
}
#relatedposts .section-wrap .inner ul li a .txt {
	background: #fff;
	padding: 16px 30px 16px 16px;
	position: relative;
}
#relatedposts .section-wrap .inner ul li a .txt img {
	position: absolute;
	top: 50%;
	width: 8px;
	right: 15px;
	transform: translateY(-50%);
}
#relatedposts .section-wrap .inner ul li a .txt h3 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 6px;
}
#relatedposts .section-wrap .inner ul li a .txt p {
	font-size: 14px;
	line-height: 1.5;
}
#relatedposts .section-wrap .btn {
	text-align: center;
	margin-top: 30px;
}
#relatedposts .section-wrap .btn a {
	display: inline-block;
	max-width: 490px;
	width: 100%;
	line-height: 60px;
	background: #0A9FC2;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
	transition: 0.3s;
	position: relative;
}
#relatedposts .section-wrap .btn a img {
	width: 10px;
	vertical-align: baseline;
	margin-left: 10px;
}
#relatedposts .section-wrap .btn a:hover {
	background: #1462b1;
}

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

	#relatedposts .section-wrap {
		padding: 25px 0 40px;
		width: 90%;
	}
	#relatedposts .section-wrap::before {
		height: 6px;
	}
	#relatedposts .section-wrap .inner h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	#relatedposts .section-wrap .inner ul {
		grid-template-columns: 1fr;
		gap: 15px 0;
	}
	#relatedposts .section-wrap .inner ul li a {
		display: grid;
		grid-template-columns: 125px auto;
	}
	#relatedposts .section-wrap .inner ul li .thumb {
		height: 100%;
		padding: 0;
		min-height: 128px;
	}
	#relatedposts .section-wrap .inner ul li a .txt img {
		width: 10px;
	}
	#relatedposts .section-wrap .inner ul li a .txt h3 {
		font-size: 14px;
		line-height: 17px;
	}
	#relatedposts .section-wrap .inner ul li a .txt p {
		font-size: 13px;
		llh20px
	}
	#relatedposts .section-wrap .btn {
		margin-top: 20px;
	}
	#relatedposts .section-wrap .btn a {
		max-width: 100%;
	}
}


.subnavi {
	position: fixed;
	top: 182px;
	right: 0;
	z-index: 10;
	width: 180px;
	transition: 0.3s;
	background: #fff;
	border: 4px solid #035eaa;
	border-radius: 20px 0 0 20px;
	padding: 14px;
	transform: translateX(4px);
}
.subnavi-close .subnavi {
	transform: translateX(137px);
}
.subnavi .subnavi-trigger {
	width: 16px;
	cursor: pointer;
	transition: 0.3s;
}
.subnavi .subnavi-trigger:hover {
	opacity: 0.6;
}
.subnavi .subnavi-trigger img {
	transform: rotate(0);
	transition: .ease-in3s;
}
.subnavi-close .subnavi .subnavi-trigger img {
	transform: rotate(180deg);
}
.subnavi h2 {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #005eab;
	margin-top: -10px;
}
.subnavi .nav1 li {
	margin-top: 8px;
}
.subnavi .nav1 li a {
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	background: #0a9fc2;
	border-radius: 10px;
	display: block;
	padding: 5px 1em;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
}
.subnavi .nav1 li a:hover {
	opacity: 0.6;
}
.subnavi .nav1 li a img {
	position: absolute;
	width: 5px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.subnavi h3 {
	text-align: center;
	color: #fff;
	margin-top: 14px;
	background: #005eab;
	border-radius: 10px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
	display: none;
}
.subnavi .nav2 {
	display: none;
}
.subnavi .nav2 li {
	margin-top: 8px;
}
.subnavi .nav2 li a {
	display: block;
	padding-left: 20px;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
.subnavi .nav2 li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
}



@media screen and (max-width: 960px) {
	.subnavi {
		display: none;
	}
}