@charset "UTF-8";
/*----------------------------------------

	#company philosophy
	- mv
	- content
		+ sec01
		+ sec02
		+ sec03
		+ sec04
		+ sec05
		+ sec06
		+ sec07
	- parts
		+pageAnchor

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
/* commons */
.sp {
	display: none;
}
#content>div+div>[id^="sec"] {
	padding: 10px 0 50px;
}
#content>div+div>[id^="sec02"] {
	padding: 10px 0 46px;
}
[id^="sec"] .title {
	margin-bottom: 32px;
	padding: 4px 15px 6px;
	color: #000;
	border-left: 5px solid #00a0e9;
}
[id^="sec"] h2 {
	color: #000;
}
[id^="sec"] h2>span {
	color: #222;
}
[id^="sec02"] .title {
	margin-bottom: 34px;
}
[id^="sec03"] .title {
	margin-bottom: 40px;
}
[id^="sec04"] .title {
	margin-bottom: 40px;
}
[id^="sec05"] .title {
	margin-bottom: 40px;
}
[id^="sec06"] .title {
	margin-bottom: 33px;
	padding: 0 15px;
}
[id^="sec07"] .title {
	margin-top: -3px;
	margin-bottom: 37px;
	padding: 0 15px;
}
@media screen and (max-width:767px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	#content>div+div>[id^="sec"] {
		padding: 10px 0 30px;
	}
	[id^="sec"] .title {
		margin-bottom: 20px;
		padding: 5px 11px 5px 14px;
	}
}

/* sec01 */
#sec01 h2 {
	margin-bottom: 30px;
	text-align: center;
}
#sec01 figure {
	max-width: 678px;
	margin: 0 auto;
}

/* sec02 */
#sec02 p,
#sec02 li {
	margin-bottom: 1.5em;
}
#sec02 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#sec02 ul li {
	width: 50%;
	padding-right: 1.0em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#sec02 ul li:nth-child(2n) {
	padding-left: 30px;
}
#sec02 ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

/* sec03 */
#sec03>div .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#sec03>div .box .box_left {
	max-width: 690px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 690px;
	        flex: 1 1 690px;
	margin-right: 70px;
}
#sec03>div .box .box_left h2 {
	margin-bottom: 12px;
}
#sec03>div .box .box_right {
	max-width: 360px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 360px;
	        flex: 1 1 360px;
}

/* sec04 */
#sec04>div .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#sec04>div .box .box_left {
	max-width: 690px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 690px;
	        flex: 1 1 690px;
	margin-right: 70px;
}
#sec04>div .box .box_left h2 {
	margin-bottom: 12px;
}
#sec04>div .box .box_right {
	max-width: 360px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 360px;
	        flex: 1 1 360px;
}

/* sec05 */
#sec05>div .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 40px;
}
#sec05>div .box .box_left {
	max-width: 690px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 690px;
	        flex: 1 1 690px;
	margin-right: 70px;
}
#sec05>div .box .box_left h2 {
	margin-bottom: 12px;
}
#sec05>div .box .box_right {
	max-width: 360px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 360px;
	        flex: 1 1 360px;
}
#sec05>div .sbox {
	padding: 40px;
	background-color: #e5f2ff;
}
#sec05>div .sbox .sbox_inner figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#sec05>div .sbox .sbox_inner figure img {
	width: 100px;
	height: 95px;
	max-width: 100px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	margin-right: 40px;
}
#sec05>div .sbox .sbox_inner figure figcaption {
	width: calc(100% - 100px);
	max-width: 900px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
#sec05>div .sbox .sbox_inner figure figcaption p {
	margin-top: -8px;
}

/* sec06 */
#sec06 .title+p {
	margin-bottom: 30px;
}

/* sec07 */
#content>div+div>[id^="sec07"] {
	padding-bottom: 35px;
}
#sec07>ul {
	margin-bottom: 25px;
}
#sec07>ul li {
	padding-left: 1.6em;
	text-indent: -1.6em;
}
#sec07>ul li span {
	display: inline-block;
	width: 1.6em;
	text-indent: 0;
}

@media screen and (max-width: 767px) {
	/* sec01 */
	#sec01 h2 {
		text-align: left;
		margin-bottom: 23px;
	}
	#sec01 figure img {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
	
	/* sec02 */
	[id^="sec02"] .title {
		margin-bottom: 22px;
	}
	#sec02 p {
		margin-bottom: 1.0em;
	}
	#sec02 ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#sec02 ul li,
	#sec02 ul li:nth-child(2n),
	#sec02 ul li:nth-last-child(-n+2) {
		width: 100%;
		margin-bottom: 0.8em;
		padding: 0;
	}
	#sec02 ul li:last-child {
		margin-bottom: 0;
	}
	
	/* sec03 */
	[id^="sec03"] .title {
		margin-bottom: 28px;
	}
	#sec03>div .box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#sec03>div .box .box_left,
	#sec03>div .box .box_right {
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		margin: 0;
	}
	#sec03>div .box .box_left {
		margin-bottom: 23px;
	}
	#sec03>div .box .box_left h2 {
		margin-bottom: 8px;
	}
	
	/* sec04 */
	[id^="sec04"] .title {
		margin-bottom: 28px;
	}
	#sec04>div .box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#sec04>div .box .box_left,
	#sec04>div .box .box_right {
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		margin: 0;
	}
	#sec04>div .box .box_left {
		margin-bottom: 23px;
	}
	#sec04>div .box .box_left h2 {
		margin-bottom: 8px;
	}
	
	/* sec05 */
	[id^="sec05"] .title {
		margin-bottom: 28px;
	}
	#sec05>div .box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 30px;
	}
	#sec05>div .box .box_left,
	#sec05>div .box .box_right {
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		margin: 0;
	}
	#sec05>div .box .box_left {
		margin-bottom: 23px;
	}
	#sec05>div .box .box_left h2 {
		margin-bottom: 8px;
	}
	#sec05>div .sbox {
		padding: 30px 15px 25px;
	}
	#sec05>div .sbox .sbox_inner figure {
		display: block;
		text-align: center;
	}
	#sec05>div .sbox .sbox_inner figure img {
		margin: 0 0 30px;
	}
	#sec05>div .sbox .sbox_inner figure figcaption {
		width: 100%;
		max-width: 100%;
		text-align: left;
	}
	
	/* sec06 */
	[id^="sec06"] .title {
		margin-bottom: 22px;
		padding: 0px 11px 3px 14px;
	}
	#sec06 .title+p {
		margin-bottom: 19px;
	}
	
	/* sec07 */
	#content>div+div>[id^="sec07"] {
		padding-bottom: 23px;
	}
	[id^="sec07"] .title {
		margin-top: -5px;
		margin-bottom: 22px;
		padding: 0px 11px 3px 14px;
	}
	#sec07 .title+ul {
		margin-bottom: 15px;
	}
}

/*----------------------------------------
	parts
-----------------------------------------*/
/* pageAnchor */
#content>#pageAnchor {
	margin-bottom: 78px;
}
#pageAnchor>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin: 0 0 0 -2px;
}
#pageAnchor>ul li>a {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 25px 0 0;
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
	cursor: pointer;
}
#pageAnchor>ul li {
	margin: 0 32px 10px 0;
}
#pageAnchor>ul li:last-child {
	margin-right: 0;
}
#pageAnchor>ul li>a::after {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	right: -2px;
	height: 10px;
	width: 10px;
	border-right: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	-webkit-transform-origin: top right;
	    -ms-transform-origin: top right;
	        transform-origin: top right;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	pointer-events: none;
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
}
#pageAnchor>ul li>a:hover::after {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	#content>#pageAnchor {
		margin-bottom: 45px;
	}
	#pageAnchor>ul li {
		margin: 0 32px 13px 0;
	}
}

/* bnr */
.bnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 60px auto 70px;
	padding-top: 60px;
	border-top: 1px solid #ddd;
}
.bnr a {
	width: calc((100% - 35px)/2);
}
.bnr a:first-child {
	margin-right: 40px;
}
.bnr figure img {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.bnr figure img {
	max-width: none;
	margin-bottom: 13px;
}
.bnr a:hover figure img {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.bnr {
		margin: 40px 0 50px;
		padding-top: 40px;
	}
	.bnr,
	.bnr a {
		display: block;
	}
	.bnr a {
		width: 100%;
	}
	.bnr a:first-child {
		margin: 0 0 24px 0;
	}
	.bnr figure img {
		margin-bottom: 8px;
	}
}