@charset "UTF-8";



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

header

----------------------------------------------------------  */
header {
	width: 96rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 0 3.5rem 0;
}
header h1 {
	width: 6rem;
	line-height: 1;
}
header nav ul {
	display: flex;
}
header nav ul li:not(:last-child) {
	margin-right: 3rem;
}
header a {
	color: var(--navy);
}
@media screen and (max-width: 768px) {
	header {
		width: auto;
		padding: 2rem 0 2rem 1.5rem;
	}
	header h1 {
		width: 5rem;
	}
}



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

kv

----------------------------------------------------------  */
.kv .wrap {
	width: 96rem;
	margin: 0 auto 2rem auto;
	display: flex;
	justify-content: space-between;
}
.kv .wrap > * {
	width: 50%;
}
.kv .wrap > div {
	background: url(../img/kv-txt-2.png) no-repeat right 3rem bottom;
	background-size: 16rem auto;
	padding-bottom: 1.5rem;
}
.kv h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 4rem;
}
.kv h2 span {
	background: #0a0f58;
	color: #fff;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1;
	padding: 1rem 1rem 1.2rem 1rem;
}
.kv h2 span strong {
	color: #ff8e0a;
}
.kv h2 img {
	padding: 0 3rem;
	display: block;
	margin-top: 1.5rem;
}
.kv p {
	color: #0a0f58;
	font-weight: bold;
	font-size: 2.4rem;
	padding: 0 3rem;
	line-height: 1.2;
}
.kv p strong {
	color: #ff8e0a;
	font-size: 3.2rem;
}
.kv > figure {
	width: 88rem;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.kv .wrap {
		width: auto;
		margin: 0 auto 1rem auto;
		flex-direction: column;
		align-items: center;
	}
	.kv .wrap > * {
		width: 100%;
	}
	.kv .wrap > div {
		background: none;
		padding-bottom: 2rem;
	}
	.kv h2 {
		margin-bottom: 2rem;
	}
	.kv h2 span {
		font-size: 2rem;
	}	
	.kv h2 img {
		padding: 0 5rem;
	}
	.kv p {
		text-align: center;
	}
	.kv .wrap > figure {
		width: 85%;
		margin: 0 auto;
	}
	.kv > figure {
		width: 95%;
	}




}



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

achieve

----------------------------------------------------------  */
.achieve {
	background: url(../img/cmn-bg-3.jpg) no-repeat center top / cover;
	color: #fff;
	padding: 10rem 0 6rem 0;
}
.achieve .ttl-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 3.5rem;
}
.achieve h2 {
	position: relative;
	line-height: 1.7;
}
.achieve h2 > img {
	width: 19rem;
	position: absolute;
	left: -6rem;
	top: -4.5rem;
}
.achieve h2 > span {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.achieve h2 > span > span:nth-child(1) {
	display: flex;
	align-items: center;
	font-weight: normal;
	font-size: 2.4rem;
}
.achieve h2 > span > span:nth-child(1) img {
	width: 9rem;
	margin: 0 0.5rem;
}
.achieve h2 > span > span:nth-child(1) img + span {
	vertical-align: 1.5rem;
}
.achieve h2 > span > span:nth-child(2) {
	font-size: 3.2rem;
}
#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 217px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loopslider ul {
	height: 217px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0!important;
	padding: 0!important;
}
#loopslider ul li {
	width: 385px;
	height: 217px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
#loopslider img {
	padding: 0 1.2rem;
}
@media screen and (max-width: 768px) {
	.achieve {
		background: url(../img/cmn-bg-3.jpg) no-repeat center top / cover;
		color: #fff;
		padding: 8rem 0 4rem 0;
	}
	.achieve .ttl-wrap {
		display: flex;
		justify-content: center;
		margin-bottom: 3.5rem;
	}
	.achieve h2 > img {
		width: 12rem;
		left: -2.5rem;
		top: -4rem;
	}
	.achieve h2 > span {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.achieve h2 > span > span:nth-child(1) {
		flex-direction: column;
		font-size: 2.0rem;
	}
	.achieve h2 > span > span:nth-child(1) img {
		width: 8rem;
		margin: 0.8rem 0.5rem 0 0;
	}
	.achieve h2 > span > span:nth-child(2) {
		font-size: 2.8rem;
		margin-top: 1rem;
		line-height: 1.4;
	}
	#loopslider {
		height: 118px;
	}
	#loopslider ul {
		height: 118px;
	}
	#loopslider ul li {
		width: 210px;
		height: 118px;
	}
	#loopslider img {
		height: 118px;
	}	
}


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

risk

----------------------------------------------------------  */
.risk {
	background:
		url(../img/cmn-bg-1.jpg) no-repeat center bottom -15.4rem,
		url(../img/cmn-bg-2.jpg) no-repeat center top -6rem;
	background-size:
		100% auto;
	padding: 8rem 0;
}
.risk h2 {
	color: var(--navy);
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.7;
}
.risk h2 strong {
	color: var(--red);
	background: url(../img/risk-dot.png) no-repeat center top;
	background-size: 90% auto;
	padding-top: 0.5rem;
}
.risk .wrap {
	display: flex;
	justify-content: space-between;
}
.risk .wrap > * {
	width: 48%;
}
.risk h3 {
	width: 15rem;
	height: 15rem;
	border: solid 1rem #efefef;
	border-radius: 50%;
	line-height: 1;
	margin: 0 auto 1.5rem auto;
}
.risk h3 > span {
	border: solid 0.3rem var(--navy);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	width: 100%;
	height: 100%;
	background: #fff;
}
.risk h3 .jp {
	color: var(--navy);
	font-size: 3rem;
	margin-bottom: 0.8rem;
}
.risk h3 .en {
	font-weight: normal;
	font-size: 1.2rem;
}
.risk dl dt {
	color: var(--navy);
	font-weight: bold;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
}
.risk dl dt::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background: var(--navy);
	border-radius: 50%;
	margin-right: 1.5rem;
	margin-top: 0.3rem;
}
.risk dl dd {
	border-left: solid 0.15rem var(--navy);
	margin-left: 0.425rem;
	padding-left: 2.2rem;
}
.risk dl dd ul {
	padding: 0.5rem 0;
}
.risk dl dd ul li {
	display: flex;
	align-items: center;
}
.risk dl dd ul li:not(:last-child) {
	margin-bottom: 0.4rem;
}
.risk dl dd ul li img {
	width: 1.5rem;
}
.risk dl dd ul li span {
	display: block;
	padding-left: 1rem;
}
.risk dl:not(:last-of-type) {
	margin-bottom: 1rem;
}
.risk-outsourcing h3 > span {
	border: solid 0.3rem #12608e;
}
.risk-outsourcing h3 .jp {
	color: #12608e;
}
.risk-outsourcing dl dt {
	color: #12608e;
}
.risk-outsourcing dl dt::before {
	background: #12608e;
}
.risk-outsourcing dl dd {
	border-left: solid 0.15rem #12608e;
}
@media screen and (max-width: 768px) {
	.risk {
		background-size:
			250% auto;
		padding: 6rem 3rem;
	}
	.risk h2 {
		margin-bottom: 2rem;
	}
	.risk .wrap {
		flex-direction: column;
	}
	.risk .wrap > * {
		width: 100%;
	}
	.risk .wrap > *:nth-of-type(1) {
		margin-bottom: 3rem;
	}
	.risk dl dd ul li {
		align-items: flex-start;
		line-height: 1.5;
	}
	.risk dl dd ul li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.risk dl dd ul li img {
		width: 1.5rem;
		margin-top: 0.7rem;
	}
}



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

service

----------------------------------------------------------  */
.service {
	padding-bottom: 14rem;
	position: relative;
}
.service::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 50vw solid var(--bg-grey);
	border-top: 10rem solid transparent;
	position: absolute;
	left: 0;
	bottom: -0.1rem;
}
.service::after {
	content: "";
	width: 0;
	height: 0;
	border-right: 50vw solid var(--bg-grey);
	border-top: 10rem solid transparent;
	position: absolute;
	right: 0;
	bottom: -0.1rem;
}

.service h2 {
	background: url(../img/service-bg-1.jpg) no-repeat center bottom / cover;
	color: #fff;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 2.2rem;
	padding: 4rem 0 6rem 0;
	line-height: 1;
	margin-bottom: 3rem;
}
.service h2 span {
	font-family: var(--font-bakbak);
	font-size: 10rem;
}
.service-about {
	margin-bottom: 6rem;
}
.service-about ul {
	display: flex;
	justify-content: space-between;
}
.service-about ul li {
	width: 31%;
	border: solid 0.2rem var(--navy);
	text-align: center;
	color: var(--navy);
	font-size: 2rem;
	font-weight: bold;
	padding: 1.4rem 0 1.6rem 0;
}
.service-about p {
	margin: 3rem 0;
}
.service-about .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-family: var(--font-bakbak);
	font-size: 5.6rem;
	color: var(--navy);
}
.service-about .logo img {
	width: 3.2rem;
	margin-right: 0.5rem;
	margin-top: 0.3rem;
}
.service-about .logo + p {
	margin: 1rem 0 2rem 0;
	text-align: center;
	color: var(--navy);
}
.service-plan {
	margin-bottom: 6rem;
}
.service-plan table tr > td {
	border-right: #ddd solid 0.12rem;
}
.service-plan thead {
	font-size: 2rem;
	color: #fff;
}
.service-plan thead th {
	border-radius: 1rem 1rem 0 0;
}
.service-plan thead th:nth-of-type(2) {
	background-color: #343f50;
}
.service-plan thead th:nth-of-type(3) {
	background-color: #8497b0;
}
.service-cost h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	font-size: 5.2rem;
}
.service-cost h3 span {
	font-weight: normal;
	font-size: 2rem;
	line-height: 1.3;
	margin-right: 1rem;
}
.service-cost h3 span strong {
	font-weight: normal;
	background: linear-gradient(to top, var(--yellow) 30%, transparent 30%);
}
.service-cost thead th {
	border-radius: 1rem 1rem 0 0;
}
.service-cost thead th span {
	border: solid 0.15rem var(--navy);
	color: var(--navy);
	border-radius: 10rem;
	display: inline-block;
	padding: 0.5rem 4rem 0.7rem 4rem;
	font-weight: bold;
}
.service-cost table {
	margin-bottom: 3rem;
}
.service-cost table th {
	font-weight: normal;
}
.service-cost .total {
	padding-top: 4rem;
}
.service-cost .total span {
	border: solid 0.15rem var(--red);
	color: var(--red);
	padding: 1rem 0 1.2rem 0;
	font-size: 2rem;
	text-align: center;
	position: relative;
	display: block;
	width: 100%;
}
.service-cost .total span::before {
	content: "";
	width: 3rem;
	height: 3rem;
	background: #fff;
	border-top: solid 0.15rem var(--red);
	border-left: solid 0.15rem var(--red);
	transform: rotate(45deg);
	position: absolute;
	right: 5rem;
	top: -1.65rem;
}
.service-cost .table-wrap {
	margin-bottom: 3rem;
}
.service-cost h4 {
	line-height: 1;
	color: var(--navy);
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 2rem;
	font-weight: normal;
}
.service-cost h4 + .wrap {
	display: flex;
	justify-content: space-between;
}
.service-cost h4 + .wrap > * {
	width: 26rem;
	height: 12.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.service-cost h4 + .wrap > *:nth-of-type(1) {
	background: var(--bg-grey);
}
.service-cost h4 + .wrap > *:nth-of-type(2) {
	background: var(--navy);
}
.service-cost h4 + .wrap > *:nth-of-type(2) > * {
	color: #fff;
}
.service-cost h4 + .wrap > *:nth-of-type(3) {
	background: var(--yellow);
	color: var(--red);
}
.service-cost h4 + .wrap dl dt {
	font-weight: bold;
	font-size: 1.6rem;
	border-bottom: solid 0.15rem #585858;
	width: 80%;
	text-align: center;
	padding-bottom: 0.5rem;
}
.service-cost h4 + .wrap > dl:nth-of-type(2) dt {
	border-bottom: solid 0.15rem #fff;
}
.service-cost h4 + .wrap > dl:nth-of-type(3) dt {
	border-bottom: solid 0.15rem var(--red);
}
.service-cost h4 + .wrap > dl:nth-of-type(1) dd i,
.service-cost h4 + .wrap > dl:nth-of-type(2) dd i {
	margin-bottom: 0.45rem;
}
.service-cost h4 + .wrap dl dd {
	display: flex;
	align-items: center;
	height: 7rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}
.service-cost h4 + .wrap dl dd i {
	font-size: 2.4rem;
}
.service-cost h4 + .wrap > *:nth-of-type(1)::after {
	content: "-";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 12.5rem;
	position: absolute;
	right: -5rem;
	font-size: 5.6rem;
	line-height: 1;
}
.service-cost h4 + .wrap > *:nth-of-type(2)::after {
	content: "=";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 12.5rem;
	position: absolute;
	right: -5rem;
	font-size: 4.8rem;
	line-height: 1;	
}
@media screen and (max-width: 768px) {
	.service {
		padding-bottom: 7rem;
	}
	.service::before {
		border-top: 5rem solid transparent;
	}
	.service::after {
		border-top: 5rem solid transparent;
	}
	.service h2 {
		font-size: 1.8rem;
		padding: 4rem 0 5rem 0;
	}
	.service h2 span {
		font-size: 6rem;
	}
	.service-about {
		margin-bottom: 6rem;
	}
	.service-about ul {
		flex-direction: column;
	}
	.service-about ul li {
		width: 100%;
	}
	.service-about ul li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.service-about p {
		margin: 2rem 0 3rem 0;
	}
	.service-about .logo {
		font-size: 4.8rem;
	}
	.service-about .logo img {
		width: 2.8rem;
		margin-top: 0.6rem;
	}
	.service-plan table tr > td {
		border-right: #ddd solid 0.12rem;
	}
	.service-plan thead {
		font-size: 2rem;
		color: #fff;
	}
	.service-plan thead th {
		border-radius: 1rem 1rem 0 0;
	}
	.service-plan thead th:nth-of-type(2) {
		background-color: #343f50;
	}
	.service-plan thead th:nth-of-type(3) {
		background-color: #8497b0;
	}
	.service-cost h3 {
		flex-direction: column;
		text-align: center;
		font-size: 3.2rem;
	}
	.service-cost h3 span {
		font-size: 2rem;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.service-cost table {
		margin-bottom: 3rem;
	}
	.service-cost table th {
		font-weight: normal;
	}
	.service-cost .total {
		padding-top: 3rem;
	}
	.service-cost .total span::before {
		right: 2.5rem;
	}
	.service-cost h4 + .wrap {
		flex-direction: column;
	}
	.service-cost h4 + .wrap > * {
		width: 100%;
	}
	.service-cost h4 + .wrap > *:not(:last-of-type) {
		margin-bottom: 5rem;
	}
	.service-cost h4 + .wrap dl dd i {
		font-size: 2.4rem;
	}
	.service-cost h4 + .wrap > *:nth-of-type(1)::after {
		width: 5rem;
		height: 5rem;
		right: calc(50% - 2.5rem);
		bottom: -5rem;
		transform: rotate(90deg);
	}
	.service-cost h4 + .wrap > *:nth-of-type(2)::after {
		width: 5rem;
		height: 5rem;
		transform: rotate(90deg);
		right: calc(50% - 2.5rem);
		bottom: -5rem;
	}
}



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

reason

----------------------------------------------------------  */
.reason {
	position: relative;
	background: var(--bg-grey);
	padding: 8rem 0;
}
.reason h2 span {
	background: var(--bg-grey);
}
.reason h2 + p {
	margin-bottom: 3rem;
}
.reason figure {
	margin-bottom: 3rem;
}
.reason h3 {
	background: var(--navy);
	color: #fff;
	font-weight: normal;
	padding: 2.8rem 0 3rem 0;
	font-size: 2rem;
	text-align: center;
}
.reason ul {
	background: #fff;
	padding: 4rem;
}
.reason ul li {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
}
.reason ul li img {
	width: 3.6rem;
}
.reason ul li span {
	padding-left: 1.5rem;
}
.reason ul li:not(:last-child) {
	margin-bottom: 2rem;
}
.reason ul li strong {
	color: var(--navy);
}
@media screen and (max-width: 768px) {
	.reason {
		padding: 6rem 0;
	}
	.reason h3 {
		padding: 2.0rem 0 2.2rem 0;
	}
	.reason ul {
		padding: 3rem;
	}
}



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

genre

----------------------------------------------------------  */
.genre {
	position: relative;
	padding: 8rem 0;
}
.genre::before {
	content: "EXsourcing";
	line-height: 1;
	color: var(--navy);
	font-family: var(--font-bakbak);
	font-size: 6.4rem;
	position: absolute;
	right: 8rem;
	top: -3.5rem;
	opacity: 0.4;
}
.genre h2 {
	margin-bottom: 4rem;
}
.genre ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.genre ul li {
    width: calc((100% - 8rem) / 5);
    margin-right: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: solid 0.15rem var(--navy);
	color: var(--navy);
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 1.2rem 0;
	text-align: center;
}
.genre ul li:nth-child(5n) {
    margin-right: 0;
}
.genre ul li:nth-child(n + 6) {
    margin-top: 2rem;
}
.genre ul li img {
	width: auto;
	height: 8rem;
	margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
	.genre {
		position: relative;
		padding: 6rem 0;
	}
	.genre::before {
		font-size: 5.6rem;
		right: 2rem;
		top: -2.5rem;
	}	
	.genre ul {
		justify-content: space-between;
	}
	.genre ul li {
		width: 48%;
		justify-content: space-between;
		margin-right: 0;
	}
	.genre ul li:nth-child(5n) {
		margin-right: 0;
	}
	.genre ul li:nth-child(n + 6) {
		margin-top: 0;
	}
	.genre ul li:nth-child(n + 3) {
		margin-top: 4%;
	}	
}



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

cv

----------------------------------------------------------  */
.cv {
	background: url(../img/cmn-bg-3.jpg) no-repeat center top  / cover;
	color: #fff;
	padding: 6rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cv h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	font-weight: normal;
	font-size: 2.2rem;
	margin-bottom: 3rem;
}
.cv h2 span {
	font-family: var(--font-bakbak);
	font-size: 10rem;
}
.cv a {
	display: block;
	width: 48rem;
}
.cv a:hover {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.cv {
		padding: 6rem 2rem;
	}
	.cv h2 {
		font-size: 2rem;
	}
	.cv h2 span {
		font-size: 6.4rem;
	}
	.cv a {
		width: auto;
	}
}



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

works

----------------------------------------------------------  */
.works {
	padding: 8rem 0;
	background:
		url(../img/cmn-bg-1.jpg) no-repeat center bottom -11rem,
		url(../img/cmn-bg-2.jpg) no-repeat center top -10rem;
	background-size:
		100% auto;
}
.works h2 {
	margin-bottom: 6rem;
}
.works h2::after {
	content: "WORKS";
}
.works ul {
	position: relative;
	width: 90rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works ul li {
	width: 29.8rem;
}
.works ul li:nth-child(n + 4) {
	margin-top: 2rem;
}
.works li a > div {
	display: flex;
}
.works .time {
	display: flex;
	align-items: center;
	color: #fff;
	width: 60%;
	background: var(--navy);
	height: 7rem;
}
.works .time > span:nth-child(1) {
	width: 40%;
	padding: 0 1.5rem;
}
.works .time > span:nth-child(2) {
	width: 60%;
	display: flex;
	justify-content: center;
}
.works .time > span:nth-child(2) {
	font-family: var(--font-anton);
	font-size: 2.4rem;
	display: flex;
	align-items: center;
	padding-top: 0.2rem;
}
.works .time > span:nth-child(2) strong {
	font-size: 4.4rem;
}
.works .time > span:nth-child(2) i {
	margin-top: 2rem;
	margin-left: 0.5rem;
}
.works .price {
	display: flex;
	flex-direction: column;
	background: #fff;
	width: 40%;
}
.works .price > * {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	height: 3.5rem;
}
.works .price > *:nth-child(1) {
	background: var(--red);
	color: #fff;
}
.works .price > *:nth-child(2) {
	color: var(--red);
}
@media screen and (max-width: 768px) {
	.works {
		padding: 6rem 0;
		background-size:
			200% auto;
	}
	.works h2 {
		margin-bottom: 4rem;
	}
	.works ul {
		width: auto;
		display: block;
		padding: 0 2rem;
	}
	.works ul li {
		width: 100%;
	}
	.works ul li:nth-child(n + 4) {
		margin-top: 0;
	}
	.works ul li:nth-child(n + 2) {
		margin-top: 3rem;
	}
	.works .time > span:nth-child(1) {
		padding: 0 2rem;
	}
	.works .time {
		width: 50%;
	}
	.works .price {
		width: 50%;
	}
}



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

flow

----------------------------------------------------------  */
.flow {
	position: relative;
	padding: 8rem 0;
	background: url(../img/cmn-bg-3.jpg) no-repeat center / cover;
}
.flow h2 {
	color: #fff;
}
.flow h2::after {
	content: "FLOW";
	color: #fff;
}
.flow ul li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 1rem 0;
}
.flow ul li:nth-child(1) {
	background: url(../img/flow-ico-1.png) no-repeat center right 1rem;
	background-size: 6.5rem auto;
	background-color: #fff;
}
.flow ul li:nth-child(2) {
	background: url(../img/flow-ico-2.png) no-repeat center right 1rem;
	background-size: 6.5rem auto;
	background-color: #fff;
}
.flow ul li:nth-child(3) {
	background: url(../img/flow-ico-3.png) no-repeat center right 1rem;
	background-size: 6.5rem auto;
	background-color: #fff;
}
.flow ul li:nth-child(4) {
	background: url(../img/flow-ico-4.png) no-repeat center right 1rem;
	background-size: 6.5rem auto;
	background-color: #fff;
}
.flow ul li:nth-child(5) {
	background: url(../img/flow-ico-5.png) no-repeat center right 1rem;
	background-size: 6.5rem auto;
	background-color: #fff;
}
.flow ul li:nth-child(6) {
	background: url(../img/flow-ico-6.png) no-repeat center right 1rem;
	background-size: 6.5rem auto;
	background-color: #fff;
}
.flow ul li:not(:last-child) {
	margin-bottom: 4rem;
}
.flow ul li:not(:last-child)::after {
	content: "";
	background: url(../img/arrow-2.png) no-repeat center;
	background-size: 2.5rem auto;
	width: 4rem;
	height: 4rem;
	position: absolute;
	left: calc(50% - 2rem);
	bottom: -4rem;
}
.flow ul li > span {
	width: 16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--navy);
	font-size: 1.8rem;
	border-right: solid 0.15rem var(--navy);
	padding: 2rem 0;
}
.flow ul li dl {
	width: calc(100% - 16rem);
	padding-left: 2rem;
}
.flow ul li dl dt {
	font-size: 1.8rem;
	color: var(--navy);
}
@media screen and (max-width: 768px) {
	.flow {
		padding: 6rem 0;
	}
	.flow ul li {
		padding: 1rem 0;
		flex-direction: column;
	}
	.flow ul li:nth-child(1) {
		background: url(../img/flow-ico-1.png) no-repeat top 1rem right 1rem;
		background-size: 6.5rem auto;
		background-color: #fff;
	}
	.flow ul li:nth-child(2) {
		background: url(../img/flow-ico-2.png) no-repeat top 1rem right 1rem;
		background-size: 6.5rem auto;
		background-color: #fff;
	}
	.flow ul li:nth-child(3) {
		background: url(../img/flow-ico-3.png) no-repeat top 1rem right 1rem;
		background-size: 6.5rem auto;
		background-color: #fff;
	}
	.flow ul li:nth-child(4) {
		background: url(../img/flow-ico-4.png) no-repeat top 1rem right 1rem;
		background-size: 6.5rem auto;
		background-color: #fff;
	}
	.flow ul li:nth-child(5) {
		background: url(../img/flow-ico-5.png) no-repeat top 1rem right 1rem;
		background-size: 6.5rem auto;
		background-color: #fff;
	}
	.flow ul li:nth-child(6) {
		background: url(../img/flow-ico-6.png) no-repeat top 1rem right 1rem;
		background-size: 6.5rem auto;
		background-color: #fff;
	}
	.flow ul li > span {
		width: 90%;
		border-right: none;
		border-bottom: solid 0.15rem var(--navy);
		padding: 1rem 0;
	}
	.flow ul li dl {
		padding: 2rem 2rem;
		width: 100%;
	}
}



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

faq

----------------------------------------------------------  */
.faq {
	padding: 8rem 0;
}
.faq h2::after {
	content: "FAQ";
}
.faq dl {
	border-radius: 1rem;
}
.faq dl:not(:last-of-type) {
	margin-bottom: 2rem;
}
.faq-ttl {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1.5;
	font-size: 1.8rem;
	transition: all .3s;
	padding: 2rem 6rem 2rem 2rem;
	background: var(--navy);
	border-radius: 1rem;
}
.faq-ttl::after {
	content: "";
	width: 3.0rem;
	height: 3.0rem;
	background: url(../img/arrow-1.png) no-repeat center;
	background-size: 3.0rem;
	position: absolute;
	right: 2rem;
	top: calc(50% - 1.4rem);
	transition: all .3s;
}
.faq-ttl span:nth-child(1) {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	font-size: 2rem;
	color: var(--navy);
	background: #fff;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.3rem;
}
.faq-ttl span:nth-child(2) {
	width: calc(100% - 4rem);
	padding-left: 2rem;
	color: #fff;
}
.faq-ttl:hover {
	cursor: pointer;
}
.faq-ttl.open {
	border-radius: 1rem 1rem 0 0;
}
.faq-ttl.open::after {
	transform: rotate(180deg)
}
.faq-content {
	background: #fff;
	margin: 0 auto;
	padding: 1.5rem;
	display: flex;
	border-radius: 0.6rem;
	padding: 2rem;
	border-left: solid 0.15rem var(--navy);
	border-right: solid 0.15rem var(--navy);
	border-bottom: solid 0.15rem var(--navy);
	border-radius: 0 0 1rem 1rem;
}
.faq-content span:nth-child(1) {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	font-size: 2rem;
	color: #fff;
	background: var(--navy);
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.3rem;
}
.faq-content span:nth-child(2) {
	width: calc(100% - 4rem);
	padding-left: 2rem;
	padding-top: 0.7rem;
	font-size: 1.6rem;
}	
@media screen and (max-width: 768px) {
	.faq {
		padding: 6rem 0;
	}
	.faq-ttl {
		font-size: 1.6rem;
	}	
}



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

contact

----------------------------------------------------------  */
.contact {
	position: relative;
	padding-top: 10rem;
}
.contact::before {
	content: "";
	width: 100%;
	height: 37rem;
	background: url(../img/cmn-bg-3.jpg) no-repeat center top / cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.contact h2 {
	color: #fff;
}
.contact h2::after {
	content: "CONTACT";
	color: #fff;
}
.contact .wrap {
	background: #fff;
	padding: 3rem 6rem;
}
.contact label {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
.contact label span {
	background: var(--navy);
	color: #fff;
	padding: 0.6rem 1rem 0.7rem 1rem;
	margin-left: 1rem;
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 0.2rem;
}
.contact label span.nini {
	background: #b7b7b7;
}
.contact input[type=text] {
	border: solid 0.15rem #ddd;
	border-radius: 0.8rem;
	background-color: #f9f9f9;
	width: 100%;
	padding: 1.8rem;
}
.contact form > div {
	margin-bottom: 3rem;
}
.contact .privacy {
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
}
.submit {
	width: 48rem;
	margin: 0 auto;
}
.submit input {
	width: 48rem;
	height: 8.6rem;
	background: url(../img/btn-submit_off.png) no-repeat center;
	background-size: 48rem auto;
	border: none;
}
.submit input:hover {
	background: url(../img/btn-submit_on.png) no-repeat center;
	background-size: 48rem auto;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.contact {
		padding-top: 6rem;
	}
	.contact .wrap {
		padding: 3rem 3rem;
	}
	.submit {
		width: 32rem;
	}
	.submit input {
		width: 32rem;
		height: 5.8rem;
		background-size: 32rem auto;
	}
	.submit input:hover {
		background-size: 32rem auto;
	}
}



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

form

----------------------------------------------------------  */
.CMS-FORM-GROUP:not(:last-of-type) {
	margin-bottom: 4rem;
}
.CMS-FORM-GROUP label {
    width: 100%;
    font-weight: bold;
}
.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 100%;
    padding: 2rem;
	border: solid 0.15rem #ddd;
	border-radius: 0.8rem;
	background-color: #f9f9f9;
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP textarea {
    height: 16rem;
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP input[type="submit"] {
	width: 48rem;
	height: 8.6rem;
	background: url(../img/btn-submit_off.png) no-repeat center;
	background-size: 48rem auto;
	border: none;
	text-indent: -9999;
	margin: 0 auto;
	display: block;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
	background: url(../img/btn-submit_on.png) no-repeat center;
	background-size: 48rem auto;
	cursor: pointer;
	opacity: 1;
}
.CMS-FORM-RADIO input[type="radio"] {
    width: 2rem;
    height: 2rem;
    display: block;
    margin-top: 0.9rem;
    border-radius: 50%;
}
.CMS-FORM-RADIO {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}
.CMS-FORM-RADIO label{
    display: block;
    width: calc(100% - 3.5rem);
}
.CMS-FORM-RADIO > label {
    font-weight: normal;
    padding-top: 0.8rem;
}
.CMS-FORM-RADIO > label:not(:last-of-type) {
    margin-bottom: 1rem;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
.check {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}
.check label {
	width: auto;
}
.check input[type="checkbox"] {
	width: 5rem;
	background: #ff8e0a;
	vertical-align: 0.55rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
    .CMS-FORM-RADIO input[type="radio"] {
        width: 2rem;
        height: 2rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .CMS-FORM-RADIO {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .CMS-FORM-RADIO label{
        width: calc(100% - 3.5rem);
        padding-top: 0;
        margin-top: -0.1rem;
    }
    .CMS-FORM-RADIO > label {
        font-weight: normal;
    }
    .CMS-FORM-RADIO > label:not(:last-of-type) {
        margin-bottom: 0;
    }   
	.CMS-FORM-GROUP input[type="submit"] {
		width: 32rem;
		height: 5.8rem;
		background-size: 32rem auto;
	}
	.CMS-FORM-GROUP input[type="submit"]:hover {
		background-size: 32rem auto;
	}
}

.his {
    background: rgba(180,0,0,1);
    line-height: 1;
    color: #fff;
    font-size: 1rem;
    padding: 0.2rem 0.7rem 0.3rem 0.7rem;
    margin-left: 1.6rem;
    vertical-align: 0.1rem;
}
.thanx {
    text-align: center;
}
.back {
    text-align: center;
    display: block;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}












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

footer

----------------------------------------------------------  */
footer {
	padding-top: 6rem;
}
footer .wrap {
	padding: 0 15rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}
footer .wrap > div:nth-of-type(1) {
	display: flex;
	align-items: center;
}
footer .logo {
	width: 10rem;
	margin-right: 2rem;
}
footer address {
	color: var(--navy);
}
footer .wrap > div:nth-of-type(2) {
	border: solid 0.15rem var(--navy);
	background: #fff;
}
footer .wrap > div:nth-of-type(2) a {
	display: flex;
	flex-direction: column;
}
footer .wrap > div:nth-of-type(2) a > span:nth-child(1) {
	background: var(--navy);
	color: #fff;
	text-align: center;
	padding: 0.2rem 0 0.3rem 0;
}
footer .wrap > div:nth-of-type(2) a > span:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--navy);
	font-weight: bold;
	font-size: 1.6rem;
	padding: 1rem 2.5rem 1rem 2.5rem;
}
footer .wrap > div:nth-of-type(2) a > span:nth-child(2) img {
	width: 0.8rem;
	margin-left: 1rem;
	margin-top: 0.2rem;
}
footer small {
	background: var(--navy);
	color: #fff;
	padding: 0.4rem 0 0.5rem 0;
	display: block;
	text-align: center;
}
@media screen and (max-width: 768px) {
	footer {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	footer .wrap {
		padding: 0 3rem;
		flex-direction: column;
		margin-bottom: 1.5rem;
	}
	footer .wrap > div:nth-of-type(1) {
		
		flex-direction: column;
	}
	footer .logo {
		width: 12rem;
		margin: 0 auto;
	}
	footer address {
		text-align: center;
		margin: 1rem 0 2rem 0;
	}
}




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

fixed

----------------------------------------------------------  */
.fixed-btn {
	position: fixed;
	right: 1rem;
	bottom: 5rem;
	z-index: 99999999999999;
}
.fixed-btn a {
	position: relative;
	display: block;
	color: var(--navy);
}
.fixed-btn a > span {
	position: absolute;
	top: -2rem;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	color: #ff8e0a;
	font-weight: bold;
	background: 
		url(../img/dot-lt.png) no-repeat left center,
		url(../img/dot-rt.png) no-repeat right center;
	background-size:
		auto 100%;
	padding: 0 1rem 0 1.3rem;
	line-height: 1;
}
.fixed-btn .wrap {
	width: 13rem;
	height: 13rem;
	background: #ff8e0a;
	border-radius: 50%;
	padding: 0.3rem;
	box-shadow: 0 0 1rem rgba(0,0,0,0.2);
}
.fixed-btn .wrap > div {
	width: 12.4rem;
	height: 12.4rem;
	border-radius: 50%;
	border: solid 0.25rem #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 0.7rem;
}
.fixed-btn .wrap > div img {
	width: 4.4rem;
	margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
	.fixed-btn {
		right: 0;
		bottom: 0;
		width: 100%;
	}
	.fixed-btn a {
		color: #fff;
	}
	.fixed-btn a > span {
		display: none;
	}
	.fixed-btn .wrap {
		width: 100%;
		height: 6rem;
		border-radius: 0;
		padding: 0;
		box-shadow: none;
		background: url(../img/arrow-4.png) no-repeat center right 2rem;
		background-size: 0.8rem auto;
		background-color: #ff8e0a;
	}
	.fixed-btn .wrap > div {
		width: 100%;
		height: 6rem;
		border-radius: 0;
		border: none;
		flex-direction: row;
		font-size: 1.8rem;;
		line-height: 1;
		padding-bottom: 0;
	}
	.fixed-btn .wrap > div img {
		width: 4.4rem;
		margin-bottom: 0;
		margin-right: 1rem;
	}
}