@charset "utf-8";

.pc {
	display: block;
}
.sp {
	display: none;
}
body {
	font-family:  "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo,  sans-serif;
	color:#485a63;
}
img {
	width: auto;
}
.wrapper {
	width: 100%;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

/* header */
header {
	width: 100%;
	background: #000027;
	position: relative;
}
header .inner {
	padding: 130px 0 135px;
	position: relative;
}
.header_top h1#Tagline {
	display: none;/*初期非表示*/
	width: 315px;
	height: 12px;
	line-height: 1;
	position: absolute;
	top: 34px;
	left: 0;	
}
.header_top h1#Tagline img {
	vertical-align: text-top;
}
.header_top ul#Inquiry {
	display: none;/*初期非表示*/
	width: 211px;
	position: absolute;
	top: 39px;
	right: 0;
}
.header_top ul li {
	text-align: right;
	line-height: 1;
	padding-bottom: 15px;
}
.header_top ul li img {
	vertical-align: text-top;
}
.header_mail a {
	background: url("../img/mail_icon_header.png") left center no-repeat;
	display: block;
	float: right;
	color: #fff;
	font-size: 12px;
	padding-left: 21px;
}
header h2 {
	width: 167px;
	margin: auto;
}
header .red_border {
	background:#c61a25;
	width: 1%;
	height: 5px;
	margin: 0 auto ;
	position: absolute;
	top: 185px;
	left: -100%;
}
header #Logo {
	display: none;
}
header #Red_border {
	display: block;
	width: 1%;
	
	transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
}
header #Red_border.extend {
	width: 100%;
}

/* contents */
.contents .inner {
	padding: 110px 11px 120px;
}
.contents h2 {
	font-family: "Sawarabi Mincho", serif, san-serif;
	font-size: 24px;
	line-height: 2;
	letter-spacing: 0.22em;
	text-align: center;
	margin: 0 0 35px;
}
.contents h2 span {
	display: block;
	line-height: 1.75;
	letter-spacing: 0.45em;
	margin: 0 0 10px;
	padding-left: 1em;
}
.contents h2 img {
	width: 440px;
}
.contents .txt {
	font-size: 18px;
	line-height: 2.4;
	letter-spacing: 0.07em;
	text-align: center;
}
.sec02 {
	background: url(../img/bg_sec02.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}
.sec03 .imgBox {
	margin: 35px -1px 0;
}
.sec04 {
	background: url(../img/bg_sec04.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}
.sec05 .inner h2 {
	border-bottom: 1px solid #485a63;
	width: 700px;
	margin: auto;
	padding-bottom: 0.3em;
}
.sec06 {
	background: #d1d2dc;
	background-attachment: fixed;
}
.sec06 .txt {
	font-size: 20px;
	line-height: 2;
	letter-spacing: 0.07em;
}
.sec07 .inner h2 {
	border: 1px solid #485a63;
	width: 660px;
    margin: auto;
}
.sec08 {
	background: #d1d2dc;
	background-attachment: fixed;
}
.sec08 .inner {
    padding: 110px 0 120px;
}
.sec09 .inner {
	padding-bottom: 0;
}
.sec09 .inner > p {
	font-size: 14px;
}
.sec09 .inner h2 {
	font-size: 21px;
	line-height: 1;
	letter-spacing: 0.2em;
	text-align: left;
	padding: 5px 0 20px;
}
.cardBlock ul {
	width: 100%;
	display: flex;
	flex-flow: wrap row;
	justify-content: space-between;
	margin: 20px 0 0;
 }
.cardBlock ul li {
	background-color: #fff;
	width: 49%;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.07em;
	margin: 30px 0 0;
	padding: 40px 36px 40px 56px;
	position: relative;
	counter-increment: num;
}
.cardBlock ul li:before {
	content: '';
	border-bottom: 4.7em solid transparent;
	border-left: 4.7em solid #485a63;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.cardBlock ul li:after {
	content: counter(num);
	display: block;
	color: #fff;
	font-family: "Sawarabi Mincho", serif, san-serif;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	z-index: 11;
}
.btn {
	margin: 120px auto 0;
}
.btn a {
	background-color: #485a63;
	display: block;
	width: 610px;
	color: #fff;
	font-family: "Sawarabi Mincho", serif, san-serif;
	font-size: 27px;
	line-height: 1;
	letter-spacing: 0.27em;
	text-align: center;
	margin: auto;
	padding: 46px 0;
	position: relative;
}
.btn a:after {
	content: '';
	border-bottom: 2px solid #c7161d;
	width: 100%;
	position: absolute;
	top: 68%;
	left: 0;
}
.btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.mincho {
	font-family: "Sawarabi Mincho", serif, san-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.2em;
	text-align: center;
}
.btn .mincho {
	margin-bottom: 30px;
}
.contactBtn {
	margin: 60px auto 0;
}
.contactBtn a {
	background-color: #485a63;
	display: block;
	width: 378px;
	color: #fff;
	font-family: "Sawarabi Mincho", serif, san-serif;
	font-size: 27px;
	line-height: 1;
	letter-spacing: 0.17em;
	text-align: center;
	margin: auto;
	padding: 23px 0;
}
.contactBtn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.contactBtn .mincho {
	margin-bottom: 18px;
}
.stepBlock {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 25px auto 0;
}
.stepBlock li {
	margin-right: 20px;
}
.stepBlock li:last-child {
	margin-right: 0;
}
.thinkBox {
	border: 1px solid #485a63;
	text-align: center;
	margin: 60px auto 0;
	padding: 27px;
}
.thinkBox p {
	font-family: "Sawarabi Mincho", serif, san-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.15em;
}
.partnerBlock {
	display: flex;
	margin: 120px 0 0;
}
.partnerBlock .img p {
	width: 201px;
	margin-right: 30px;
}
.partnerBlock .txt {
	font-size: 15px;
	line-height: 2;
	text-align: left;
}
.partnerBlock .txt .pc {
	font-size: 22px;
	line-height: 39px;
	margin: -5px 0 10px;
}
.partnerBlock .txt .pc span {
	display: block;
	font-size: 15px;
	line-height: 26px;
}
.sec06 .partnerBlock {
	margin-top: 100px;
}
.sec06 .partnerBlock .txt .pc {
	font-family: "Sawarabi Mincho", serif, san-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 44px;
	letter-spacing: 0.22em;
	margin-top: -10px;
}

.column_list ul {
	display: -webkit-box; /* Old Android */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Safari-PC */
	display: flex;
	align-items: stretch;
	overflow: hidden;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	margin: 0 auto;
}
.column_list ul li {
	width: 32%;
	/*width: calc(100%*(768/256));*/
	min-height: 250px;
	margin-right: 2%;
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
	background-color: rgba(255,255,255,1.00);
}
.column_list ul li:nth-child(3n) {
	margin-right: 0;
}
.column_list ul li span {
	display: block;
}
.column_date {
	float: right;
	font-size: 85%;
	padding-right: 10px;
}
.column_image {
	clear: right;
	text-align: center;
	/*	width: 280px;*/
	width: calc(100% - 40px);
	margin: 20px auto 10px;
	height: 125px;
	position: relative;
	overflow: hidden;
	background-color: rgba(236,238,239,1.00);
}
.column_type {
	background-color: rgba(72,90,99,1.00);
	color: rgba(255,255,255,1.00);
	font-size: 76%;
	line-height: 1;
	padding: 5px 10px;
	width: 25%;
}
.column_title {
	padding: 0 20px 10px;
}
.bk_articles ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
}
.bk_articles ul li {
	width: 160px;
}
.bk_article_title {
	display: block;
}
.bk_article_date {
	font-size: 75%;
}
.footerTel {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 100px auto 50px;
}
.footerTel .mincho {
	margin: 0 10px 10px 0;
}
.footerTel img {
	max-width: 337px;
}

/* footer */
footer {
	width: 100%;
	border-top: 3px solid #c61a25;
}
footer .inner {
	max-width: inherit;
	padding: 22px 30px;
}
footer .copyright {
	color: #999;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.02em;
}

/* parallax */
.para {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.para.scrollIn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
li.para:nth-child(2) {
	transition-delay: .5s;
}
li.para:nth-child(3) {
	transition-delay: 1s;
}

@media only screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
	.inner {
		padding: 0 6.5%;
	}
	
	/* header */
	header .inner {
		padding: 24.73% 0 10.82%;
	}
	.header_top {
		padding: 0 6.5%;
	}
	.header_top h1#Tagline {
		width: 60%;
		max-width: 315px;
		height: auto;
		top: 6.3%;
		left: 3.5%;
	}
	.header_top ul#Inquiry {
		width: 40%;
		max-width: 211px;
		height: auto;
		top: 6.3%;
		right: 3.5%;
	}
	.header_top ul li {
		padding-bottom: 4.5%;
	}		
	.header_mail a {
		font-size: 10px;
	}
	header h2 {
		width: 22.32%;
	}
	header .red_border {
		height: 1.08%;
		top: 52.39%;
	}
	
	/* contents */
	.contents h2 {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.11em;
		margin: 0 0 6.6%;
	}
	.contents h2 span {
		font-size: 12px;
		letter-spacing: 0.315em;
	}
	.contents h2 img {
		width: 70.7%;
	}
	.contents .txt {
		font-size: 12px;
		line-height: 2.1;
		text-align: left;
	}
	.contents .inner {
		padding: 15.3% 6.5%;
	}
	.sec02,
	.sec04 {
		background-attachment: inherit;
	}
	.sec02 .inner,
	.sec04 .inner,
	.sec08 .inner,
	.sec09 .inner  {
		padding: 15.3% 0;
	}
	.sec02 .inner h2,
	.sec04 .inner h2,
	.sec08 .inner h2,
	.sec09 .inner h2  {
		padding: 0 6.5%;
	}
	.sec03 .imgBox {
		margin: 6.6% 0 0;
	}
	.sec05 .inner h2 {
		width: 100%;
		letter-spacing: 0.08em;
	}
	.sec07 .inner h2 {
		width: 100%;
		font-size: 15px;
		letter-spacing: 0.08em;
		padding: 0.5em 0;
	}
	.sec08 .inner h2 {
		letter-spacing: 0.08em;
	}
	.sec09 .inner {
		padding-bottom: 0;
	}
	.sec09 .inner > p {
		font-size: 11px;
		padding: 0 6.5%;
	}
	.sec09 .inner h2 {
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.cardBlock ul,
	.column_list ul,
	.bk_articles ul {
		display: block;
		margin: 0 auto;
	}
	.cardBlock ul li,
	.column_list ul li,
	.bk_articles ul li {
		height: 210px;
		font-size: 12px;
		margin: 0 10px;
		padding: 35px 10px 30px 20px;
	}
	.cardBlock ul li:before {
		border-bottom: 3em solid transparent;
		border-left: 3em solid #485a63;
	}
	.cardBlock ul li:after {
		content: none;
	}
	.cardBlock ul li span {
		display: block;
		color: #fff;
		font-family: "Sawarabi Mincho", serif, san-serif;
		font-size: 12px;
		line-height: 1;
		position: absolute;
		top: 0.5em;
		left: 0.5em;
		z-index: 11;
	}
	.column_list ul li {
		height: 260px;
		margin: 0 15px;
		padding: 0;
	}
	.column_list ul li:nth-child(3n) {
		margin-right: 15px;
	}
	.bk_articles ul li {
		height: 180px;
		margin: 0 20px;
		padding: 0;
	}
	.btn {
		margin: 15.3% auto 0;
	}
	.btn a {
		width: 93.8%;
		font-size: 13px;
		letter-spacing: 0.135em;
		padding: 8.2% 0;
	}
	.btn a:after {
		top: 68%;
	}
	.lowerPart {
		padding: 0 6.5%;
	}
	.mincho {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.08em;
	}
	.btn .mincho {
		margin-bottom: 6%;
	}
	.contactBtn {
		margin: 13.3% auto 0;
	}
	.contactBtn a {
		width: 76.3%;
		font-size: 13px;
		letter-spacing: 0.095em;
		padding: 7.7% 0;
	}
	.contactBtn .mincho {
		margin-bottom: 5.6%;
	}
	.stepBlock {
		display: block;
		max-width: 300px;
		margin: 8% auto 0;
		padding: 0 4.7%;
		box-sizing: content-box;
	}
	.stepBlock li {
		margin: 4.3% 0 0;
		position: relative;
	}
	.stepBlock li dl {
		display: flex;
	}
	.stepBlock li dl dt {
		width: 65px;
	}
	.stepBlock li dl dd {
		width: 70%;
		font-family: "Sawarabi Mincho", serif, san-serif;
		font-size: 15px;
		font-weight: bold;
		line-height: 2;
		letter-spacing: 0.04em;
		margin-left: 4.6%;
	}
	.stepBlock li dl dd ul {
		display: block;
		font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 2;
		letter-spacing: normal;
	}
	.stepBlock li dl dd ul li {
		margin: 0;
		padding-left: 1em;
		text-indent: -1em;
	}
	.thinkBox {
		width: 100%;
		text-align: left;
		margin: 7.6% auto 0;
		padding: 5.8% 3%;
	}
	.thinkBox p {
		font-size: 12px;
		letter-spacing: normal;
	}
	.partnerBlock {
		display: block;
		margin: 15.5% 0 0;
	}
	.partnerBlock .img {
		display: flex;
		width: 100%;
	}
	.partnerBlock .img p {
		width: 42%;
		margin-right: 4.6%;
	}
	.partnerBlock .img .sp {
		font-size: 19px;
		line-height: 1.7;
		align-self: center;
	}
	.partnerBlock .img .sp span {
		display: block;
		font-size: 12px;
		line-height: 2.1;
	}
	.partnerBlock .txt {
		margin-top: 5.8%;
	}
	.sec06 .partnerBlock {
		margin-top: 12.7%;
	}
	.sec06 .partnerBlock .img .sp {
		font-family: "Sawarabi Mincho", serif, san-serif;
		font-size: 15px;
		font-weight: bold;
		line-height: 2;
		letter-spacing: 0.08em;
	}
	.footerTel {
		display: block;
		margin: 15.6% 0 6.4%;
	}
	.footerTel .mincho {
		font-size: 17px;
		letter-spacing: 0.11em;
		text-align: center;
		margin: 0;
	}
	.footerTel img {
		display: block;
		width: 70%;
		margin: auto;
	}
	
	/* footer */
	footer .inner {
		padding: 6% 1%;
	}
	footer .copyright {
		letter-spacing: 0.01em;
		text-align: center;
	}
}
