@charset "UTF-8";

/*=============================================================
 home トップページ
=============================================================*/
/*  #news
================================================ */
.secNews {
	display: table;
	width: 100%;
	background: #0c2b55;
	color: #fff;
	table-layout: fixed;
	top:90px;
}

@media screen and (min-width: 600px) {
	.secNews {
		position: relative;
	}
}
@media screen and (max-width: 599px) {
	.secNews {
		position: relative;
		top:0;
		margin-top: 110px;
		z-index: 10000;
	}
}

.secNews .tit,
.secNews .post {
	display: table-cell;
	vertical-align: middle;
}

.secNews .tit {
	width: 70px;
	line-height: 1.25;
	background: #09254c;
	font-style: italic;
	font-weight: 900;
	font-size: 1.2rem;
	text-align: center;
}

@media screen and (min-width: 600px) {
	.secNews .tit {
		width: 200px;
		font-size: 1.6rem;
	}
}

.secNews .post {
	display: table-cell;
	width: 100%;
}

.secNews .post a {
	display: block;
	padding: 9px 14px;
	color: #fff;
	font-size: 1.1rem;
}

@media screen and (min-width: 600px) {
	.secNews .post a {
		position: relative;
		padding: 17px 110px 18px 30px;
		font-size: 1.4rem;
	}
}

.secNews .post .date {
	color: #0195d1;
	font-weight: 600;
}

@media screen and (min-width: 600px) {
	.secNews .post .date {
		display: inline-block;
		margin-right: 10px;
	}
}

.secNews .post .txt {
	font-weight: 300;
}

@media screen and (max-width: 599px) {
	.secNews .post .txt {
		left: 1em;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

@media screen and (min-width: 600px) {
	.secNews .post .txt {
		display: inline-block;
	}
}

@media screen and (min-width: 600px) {
	.secNews .more {
		position: absolute;
		top: 8px;
		right: 30px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}

	.secNews .more:hover {
		right: 25px;
	}
}

/*  #intro
================================================ */
.secIntro .inner {
	padding-top: 55px;
	padding-bottom: 38px;
}

@media screen and (min-width: 600px) {
	.secIntro .inner {
		padding-top: 93px;
		padding-bottom: 98px;
	}
}

.secIntro .img {
	padding: 0 54px 0 55px;
}

@media screen and (min-width: 600px) {
	.secIntro .img {
		float: left;
		box-sizing: border-box;
		width: 50%;
		padding: 0 0 0 50px;
	}
}

.secIntro .areaTxt {
	margin-top: 25px;
}

@media screen and (min-width: 600px) {
	.secIntro .areaTxt {
		float: right;
		box-sizing: border-box;
		width: 50%;
		padding: 18px 0 0 70px;
	}
}

.secIntro .areaTxt .en {
	display: inline-block;
	position: relative;
	line-height: 1;
	color: #0195d1;
	font-style: italic;
	font-weight: 900;
	font-size: 1.7rem;
}

@media screen and (min-width: 600px) {
	.secIntro .areaTxt .en {
		font-size: 2.4rem;
	}
}

.secIntro .areaTxt .en:after {
	display: block;
	width: 100px;
	height: 2px;
	margin-top: 2px;
	background: #0195d1;
	content: "";
}

@media screen and (min-width: 600px) {
	.secIntro .areaTxt .en:after {
		width: 140px;
		height: 3px;
	}
}

.secIntro .areaTxt .tit {
	width: 273px;
	margin-top: 27px;
}

@media screen and (min-width: 600px) {
	.secIntro .areaTxt .tit {
		width: 422px;
		margin-top: 41px;
	}
}

.secIntro .areaTxt .txt {
	line-height: 2.4;
	margin-top: 20px;
	font-weight: 600;
	font-size: 1.3rem;
}

@media screen and (min-width: 600px) {
	.secIntro .areaTxt .txt {
		line-height: 2.38;
		margin-top: 27px;
		font-size: 1.6rem;
	}
}

/*  #influence
================================================ */
.secInfluence {
	background: url("../img/home/bg_influence01_sp.png") no-repeat top center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

@media screen and (min-width: 600px) {
	.secInfluence {
		background-image: url("../img/home/bg_influence01_pc.png");
		background-position: top center;
	}
}

.secInfluence .inner {
	padding-top: 50px;
	padding-bottom: 25px;
}

@media screen and (min-width: 600px) {
	.secInfluence .inner {
		position: relative;
		z-index: 1;
		padding-top: 95px;
		padding-bottom: 65px;
	}
}

.secInfluence .tit {
	display: inline-block;
	line-height: 1;
	padding-bottom: 0;
	border-bottom: 2px solid #fff;
	font-style: italic;
	font-size: 2.5rem;
}

@media screen and (min-width: 600px) {
	.secInfluence .tit {
		border-bottom-width: 4px;
		font-size: 5rem;
	}
}

.secInfluence .tit span {
	font-style: italic;
	font-weight: 900;
}

.secInfluence .leadTxt {
	margin-top: 20px;
}

@media screen and (max-width: 599px) {
	.secInfluence .leadTxt {
		text-align: left;
	}
}

@media screen and (min-width: 600px) {
	.secInfluence .leadTxt {
		margin-top: 32px;
	}
}

.secInfluence .list {
	margin-top: 20px;
}

@media screen and (max-width: 599px) {
	.secInfluence .list {
		padding: 0 28px;
	}
}

@media screen and (min-width: 600px) {
	.secInfluence .list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 35px;
		padding: 0 53px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 600px) {
	.secInfluence .list li {
		width: 260px;
	}
}

@media screen and (max-width: 599px) {
	.secInfluence .list li+li {
		margin-top: 25px;
	}
}

.secInfluence .list .label {
	position: relative;
	padding: 3px 10px 2px;
	background: #fff;
	color: #0195d1;
	font-weight: 700;
}

@media screen and (min-width: 600px) {
	.secInfluence .list .label {
		padding: 4px 10px;
	}
}

.secInfluence .list .label:after {
	display: block;
	position: absolute;
	bottom: -6px;
	left: 50%;
	border-width: 6px 5px 0;
	border-style: solid;
	border-color: #fff transparent transparent;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (min-width: 600px) {
	.secInfluence .list .label:after {
		bottom: -10px;
		border-width: 10px 10px 0;
	}
}

.secInfluence .list .txt {
	line-height: 1;
	margin-top: 6px;
	font-style: italic;
	font-weight: 700;
	font-size: 2rem;
}

@media screen and (min-width: 600px) {
	.secInfluence .list .txt {
		margin: 10px -25px 0;
		font-size: 3rem;
	}
}

.secInfluence .list .txt .num {
	position: relative;
	bottom: -9px;
	padding-right: 7px;
	font-style: italic;
	font-size: 5.9rem;
	letter-spacing: 0;
}

@media screen and (min-width: 600px) {
	.secInfluence .list .txt .num {
		bottom: -8px;
		font-size: 9rem;
	}
}

.secInfluence .btn {
	margin-top: 38px;
}

@media screen and (min-width: 600px) {
	.secInfluence .btn {
		margin-top: 52px;
	}
}

.secInfluence .attention {
	padding-bottom: 13px;
	font-size: 1rem;
	text-align: right;
}

@media screen and (min-width: 600px) {
	.secInfluence .attention {
		padding-right: 15px;
		padding-bottom: 15px;
		color: #99dbf6;
		font-size: 1.1rem;
	}
}

/*  #service
================================================ */
.secService {
	background-color: #d6eaf3;
	/*background-image: url("../img/home/bg_service01_sp.jpg");*/
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}

@media screen and (min-width: 600px) {
	.secService {
		background-image: url("../img/home/bg_service01_pc.jpg");
		background-size: cover;
	}
}

.secService .inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (min-width: 600px) {
	.secService .inner {
		position: relative;
		z-index: 1;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media screen and (min-width: 600px) {
	.secService .img {
		float: right;
		width: 950px;
		margin-right: -310px;
	}
}

@media screen and (max-width: 599px) {
	.secService .areaTxt {
		margin-top: 32px;
	}
}

@media screen and (min-width: 600px) {
	.secService .areaTxt {
		float: left;
		box-sizing: border-box;
		width: 460px;
		padding: 32px 60px 0 0;
	}
}

.secService .areaTxt .en,
.secService .areaTxt .tit {
	color: #0195d1;
	font-style: italic;
}

.secService .areaTxt .en {
	line-height: 1;
	font-weight: 900;
	font-size: 4.3rem;
}

@media screen and (min-width: 600px) {
	.secService .areaTxt .en {
		font-size: 8.8rem;
	}
}

.secService .areaTxt .tit {
	font-weight: 700;
	font-size: 1.1rem;
}

@media screen and (min-width: 600px) {
	.secService .areaTxt .tit {
		font-size: 1.7rem;
	}
}

.secService .areaTxt .copy {
	line-height: 1.5;
	margin-top: 18px;
	font-weight: 700;
	font-size: 1.8rem;
}

@media screen and (min-width: 600px) {
	.secService .areaTxt .copy {
		margin-top: 37px;
		font-size: 2.5rem;
	}
}

.secService .areaTxt .txt {
	margin-top: 8px;
}

@media screen and (min-width: 600px) {
	.secService .areaTxt .txt {
		margin-top: 18px;
	}
}

.secService .list {
	margin-top: 25px;
}

@media screen and (min-width: 600px) {
	.secService .list {
		margin-top: 80px;
	}
}

.secService .btn {
	margin-top: 25px;
	padding: 0 15px;
}

@media screen and (min-width: 600px) {
	.secService .btn {
		margin-top: 20px;
	}
}

/*  #other
================================================ */
.secOther .inner {
	padding: 50px 15px;
}

@media screen and (min-width: 600px) {
	.secOther .inner {
		padding: 100px 0;
	}
}

/*  #blog
================================================ */
.secBlog {
	border-top: 1px solid #dce1e1;
}

.secBlog .inner {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

@media screen and (min-width: 600px) {
	.secBlog .inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/*# sourceMappingURL=maps/home.css.map */