@charset "utf-8";

	.page {
		line-height: 1.5;
	}

	/* container */
	body .container {
		padding-bottom: 0;
		font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        margin-bottom: 60px;
	}

	body .mainContent .wrapper {
		width: 1060px;
		-webkit-transition: .5s;
		transition: .5s;
	}
	body .page-cv-lower .wrapper {
		width: 1160px;
		-webkit-transition: .5s;
		transition: .5s;
	}
    .page-cv-lower {
	width: 1160px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 1060px) {
	body .mainContent .wrapper {
		width: auto;
		padding-right: 10px;
		padding-left: 10px;
	}
}

	/* gFooter */
	body .gFooter {
		padding-top: 0;
	}

/* common */
@media only screen and (min-width: 0) {
	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
}


	.opacity {
		-webkit-transition: .5s;
		transition: .5s;
	}
	.opacity:hover,
	.linkOpacityArea a:hover {
		filter: alpha( opacity=70 );
		-ms-filter: "alpha( opacity=70 )";
		opacity: 0.7;
	}

	.display-sp {
		display: none;
	}
@media only screen and (max-width: 600px) {
	.display-sp {
		display: block;
	}
}

/* main__header */
	.main__header {
	}
	.main__header > .wrapper {
		overflow: hidden;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.main__header h1 {
		float: left;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.main__header p {
		float: right;
		margin-left: 20px;
		padding-top: 15px;
		font-size: 16px;
		line-height: 1.4;
		text-align: right;
		-webkit-transition: .5s;
		transition: .5s;
	}
@media only screen and (max-width: 768px) {
	.main__header > .wrapper {
		text-align: center;
	}
	.main__header h1 {
		float: none;
		margin-bottom: 20px;
	}
	.main__header p {
		float: none;
		margin-left: 0;
		padding-top: 0;
		text-align: center;
	}
}

/* main__contents */
	.main__contents {}

/* sNav */
	.sNav {
		-webkit-transition: .5s;
		transition: .5s;
	}
	.sNav ul {
		margin-left: -1.887%;
		font-size: 0;
		letter-spacing: -1em;
		word-spacing: -1em;
		text-align: center;
	}
	.sNav li {
		display: inline-block;
		width: 23.148%;
		margin-left: 1.852%;
		font-size: 14px;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.sNav li a img {
		-webkit-transition: .5s;
		transition: .5s;
	}
	.sNav li a:hover img {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
@media only screen and (max-width: 600px) {
	.sNav ul {
		margin-top: -3.449%;
		margin-left: -1.724%;
	}
	.sNav li {
		width: 48.306%;
		margin-top: 3.39%;
		margin-left: 1.695%;
	}
}

/* visual */
	.visual {
		position: relative;
		background: url(../imgs/bg-visual.jpg) center top no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.visual:before {
		content: "";
		display: block;
		padding-top: 38.462%;
	}
	.visual > .wrapper {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.visual .sNav {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		margin-top: -9.434%;
	}
@media only screen and (max-width: 1560px) {
	.visual:before {
		padding-top: 600px;
	}
}
@media only screen and (max-width: 1060px) {
	.visual .sNav {
		right: 10px;
		left: 10px;
	}
}
@media only screen and (max-width: 600px) {
	.visual:before {
		content: none;
	}
	.visual > .wrapper {
		position: static;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.visual .sNav {
		position: static;
		margin-top: 0;
	}
}

/* title */
	.title-icon {
		display: inline-block;
		padding-left: 44px;
		background: url(../imgs/ic-home.png) left center no-repeat;
		font-size: 36px;
		letter-spacing: normal;
		line-height: 1.3;
		text-align: left;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.title-icon em {
		font-style: normal;
		font-weight: bold;
	}

	.title-border {
		position: relative;
		padding-left: 17px;
		border-left: 8px solid #3d3d3d;
		font-size: 19px;
		font-weight: bold;
		text-align: left;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.title-border:before {
		content: "";
		position: absolute;
		top: 0;
		left: -8px;
		height: 20px;
		border-left: 8px solid #6d6d6d;
	}

	.title {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: normal;
		text-align: left;
	}
	.title.is-blue {
		color: #045ba5;
	}

	.title.has-decimal:before {
		content: "●";
		font-size: 10px;
		margin-right: 5px;
		vertical-align: 2px;
	}
@media only screen and (max-width: 768px) {
	.title-icon {
		font-size: 28px;
	}

	.title {
		font-size: 16px;
		min-height: 3em;
	}
}

/* lead */
	.lead {
		letter-spacing: normal;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.lead-a {
		font-size: 19px;
		line-height: 2;
	}
	.lead-b {
		font-size: 30px;
		line-height: 1.5;
		font-weight: bold;
	}
@media only screen and (max-width: 768px) {
	.lead-a {
		font-size: 16px;
	}
	.lead-b {
		font-size: 20px;
	}
}

/* box */
	.box {
		border: 1px solid #e6e6e6;
		padding: 35px 10px 25px;
		font-size: 16px;
	}

/* media */
	.media {
		overflow: hidden;
	}
	.media__image {
		float: left;
		margin-right: 40px;
		text-align: center;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.media__image.media__image--rev {
		float: right;
		margin-right: 0;
		margin-left: 40px;
	}
	.media__image.is-liquid {
		width: 56.038%;
	}
	.media__text {
		overflow: hidden;
	}
@media only screen and (max-width: 768px) {
	.media__image {
		float: none;
		margin-bottom: 40px;
		margin-right: 0;
	}
	.media__image.media__image--rev {
		float: none;
		margin-left: 0;
	}
	.media__image.is-liquid {
		width: auto;
	}

	.media__text .image {
		text-align: center;
	}
}

/* btn */
	.btn {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: normal;
		text-align: center;
	}
	.btn.is-small {
		font-size: 14px;
	}
	.btn a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		position: relative;
		width: 350px;
		padding-right: 30px;
		padding-left: 5px;
		margin-right: auto;
		margin-left: auto;
		background-color: #999;
		color: #fff;
		line-height: 60px;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.btn a:before,
	.btn a:after {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		content: "";
		position: absolute;
		top: 50%;
	}
	.btn a:before {
		right: 12px;
		width: 17px;
		height: 17px;
		margin-top: -8px;
		background-color: #fff;
	}
	.btn a:after {
		right: 18px;
		width: 7px;
		height: 7px;
		margin-top: -3px;
		border-top: 2px solid #999;
		border-right: 2px solid #999;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn a:hover {
		filter: alpha( opacity=70 );
		-ms-filter: "alpha( opacity=70 )";
		opacity: 0.7;
	}

	.btn.is-blue a { background-color: #045ba5;}
	.btn.is-blue a:after {
		border-top-color: #045ba5;
		border-right-color: #045ba5;
	}
	.btn.is-red a { background-color: #c9615f;}
	.btn.is-red a:after {
		border-top-color: #c9615f;
		border-right-color: #c9615f;
	}
	.btn.is-orange a { background-color: #c17b2f;}
	.btn.is-orange a:after {
		border-top-color: #c17b2f;
		border-right-color: #c17b2f;
	}
	.btn.is-green a { background-color: #59813a;}
	.btn.is-green a:after {
		border-top-color: #59813a;
		border-right-color: #59813a;
	}

	.btn.is-left a {
		margin-left: 0;
	}
	.btn.is-right a {
		margin-right: 0;
	}
@media only screen and (max-width: 768px) {
	.btn.is-left a {
		margin-left: auto;
	}
	.btn.is-right a {
		margin-right: auto;
	}
}
@media only screen and (max-width: 370px) {
	.btn {
		font-size: 16px;
	}
	.btn.is-small {
		font-size: 12px;
	}
	.btn a {
		width: auto;
	}
}

/* list */
	.list-text {}
	.list-text li {
		letter-spacing: normal;
		padding-left: 1.0em;
		text-indent: -1.0em;
	}
	.list-text li + li {
		margin-top: 3px;
	}

	.list-image ul {
		margin-top: -15px;
		margin-left: -15px;
		font-size: 0;
		letter-spacing: -1em;
		word-spacing: -1em;
		text-align: center;
	}
	.list-image li {
		display: inline-block;
		margin-top: 15px;
		margin-left: 15px;
		font-size: 14px;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
	}


	/* section.num01 */
	.section.num01 {
		padding-top: 60px;
		padding-bottom: 100px;
	}

	/* section.num02 */
	.section.num02 {
		padding-top: 40px;
		padding-bottom: 40px;
		background-color: #efefef;
		text-align: center;
	}
	.section.num02 .lead {
		text-align: left;
	}

	/* section.num03 */
	.section.num03 {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
	}
@media only screen and (max-width: 768px) {
	.section.num03 .box p {
		text-align: left;
	}
	.section.num03 .box p br {
		display: none;
	}
}

	/* section.num04 */
	.section.num04 {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
	}
@media only screen and (max-width: 960px) {
	.section.num04 .lead {
		text-align: left;
	}
	.section.num04 .lead br {
		display: none;
	}
}

	/* section.num05 */
	.section.num05 {
		padding-top: 30px;
		padding-bottom: 50px;
		background-color: #efefef;
	}
	.section.num05 .section__header {
		position: relative;
		padding-top: 18px;
		padding-bottom: 18px;
		background-color: #6d6d6d;
		text-align: center;
	}
	.section.num05 .section__header:before {
		content: "";
		position: absolute;
		top: 6px;
		right: 0;
		bottom: 6px;
		left: 0;
		border-top: 2px solid #b6b6b6;
		border-bottom: 2px solid #b6b6b6;
	}
	.section.num05 .section__header > .wrapper {
		position: relative;
	}
	.section.num05 .section__header h2 {
		color: #fff;
		font-size: 32px;
		letter-spacing: normal;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.section.num05 .section__header h2 em {
		font-style: normal;
		font-weight: bold;
	}

	.section.num05 .section__contents {}

	.section.num05 .section__item {
		padding-top: 80px;
		padding-bottom: 90px;
		border-bottom: 2px solid #cacaca;
	}
	.section.num05 .section__item:first-child {
		padding-top: 70px;
		border-top: 0;
	}
	.section.num05 .section__item .item__header {
		display: table;
		margin-bottom: 20px;
	}
	.section.num05 .section__item .item__header > p,
	.section.num05 .section__item .item__header > h3,
	.section.num05 .section__item .item__header > div {
		display: table-cell;
		vertical-align: middle;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.section.num05 .section__item .item__header > h3 {
		padding-left: 15px;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: normal;
	}
	.section.num05 .section__item .item__header > h3 > span {
		display: none;
	}
	.section.num05 .section__item .item__header > h3 > span > span {
		display: inline-block;
		padding:  5px;
		border-radius: 2px;
		background-color: #c2273f;
		color: #f5f2e9;
		font-size: 11px;
		line-height: 1.0;
	}
	.section.num05 .section__item .item__header > div {
		padding-left: 20px;
		font-size: 18px;
	}
	.section.num05 .section__item .item__notes {
		display: inline-block;
		background-color: #045ba5;
		border-radius: 10px;
		padding: 8px 15px;
		color: #fff;
		font-size: 19px;
		font-weight: bold;
		letter-spacing: normal;
		text-align: center;
		-webkit-transition: .5s;
		transition: .5s;
	}

	.section.num05 .section__item .item__contents {
		font-size: 18px;
	}
	.section.num05 .section__item .item__contents .cap,
	.section.num05 .section__item .item__contents .caption {
		color: #333;
		font-size: 13px;
		line-height: 1.5;
	}
@media only screen and (max-width: 768px) {
	.section.num05 .section__header h2 {
		font-size: 24px;
	}

	.section.num05 .section__item .item__header {
		display: block;
	}
	.section.num05 .section__item .item__header > p,
	.section.num05 .section__item .item__header > h3,
	.section.num05 .section__item .item__header > div {
		display: block;
	}
	.section.num05 .section__item .item__header > p,
	.section.num05 .section__item .item__header > h3 {
		text-align: center;
	}
	.section.num05 .section__item .item__header > h3 {
		margin-top: 15px;
		padding-left: 0;
		font-weight: bold;
	}
	.section.num05 .section__item .item__header > h3 > img {
		display: none;
	}
	.section.num05 .section__item .item__header > h3 > span {
		display: block;
	}
	.section.num05 .section__item .item__header > div {
		margin-top: 20px;
		padding-left: 0;
		font-size: 16px;
	}
	.section.num05 .section__item .item__notes {
		display: block;
		padding-right: 15px;
		padding-left: 15px;
	}

	.section.num05 .section__item .item__contents {
		font-size: 16px;
	}
}
@media only screen and (max-width: 600px) {
	.section.num05 .section__item .item__header > h3 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1160px) {
	.page-cv-lower {
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {

	.page-cv-lower__btn-list li {
		display: block;
		width: 100%;
	}
	.page-cv-lower__btn-list li img{
		width: 100%;
		max-width: inherit;
	}
	.page-cv-lower__btn-list .item01 {
		background-image: url(../imgs/bt-cv-01_ov.png);
		-webkit-background-size: cover;
		background-size: cover;
	}
	.page-cv-lower__btn-list .item02 {
		background-image: url(../imgs/bt-cv-02_ov.png);
		-webkit-background-size: cover;
		background-size: cover;
	}
	.page-cv-lower__btn-list .item03 {
		background-image: url(../imgs/bt-cv-03_ov.png);
		-webkit-background-size: cover;
		background-size: cover;
	}
}


.sp-768{
	display: none;
}
@media only screen and (max-width: 768px) {
	.pc-768{
		display: none;
	}
	.sp-768{
		display: block;
	}
	.col__service {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.col__service__item {
		width: 48%;
	}
	.col__service__item img.sp-768{
		max-height: calc(85vh - 1em - 16vw);
		margin-left: auto;
		margin-right: auto;
	}
}





