/*top first view*/
#first-view {
	background: #08426c url(../img/top/fiest-view.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	padding: 160px 0 50px;
	text-align: center;
	min-height: 50vw;
}
#txt-01 {
	width: 717px;
	margin: 110px auto 0;
}
a.btn-page {
	display: block;
    margin: 150px auto 0;
    font-size: 0;
}
a.btn-page::after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: solid 3px;
    border-right: solid 3px;
    transform: rotate(135deg);
    color: #fff;
    margin: 0 auto;
}

#enterprise {
	background: #08426c url(../img/top/img-bk01.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 1.5rem;
	padding:80px 0 40px;
	min-height: 50vw;
}

#enterprise .title-enter {
	margin-top: 90px;
    text-align: right;
    padding-right: 80px;
}

#enterprise .lead-enter {
	width: 500px;
    margin: 150px 50px 0 auto;
	text-shadow: 0 0 7px #0e5d99;
    line-height: 3rem;
	font-weight: normal;
}

/*基本のmoreボタン*/
a.btn-more {
	font-family: canada-type-gibson,'fot-rodin-pron';
	display: inline-block;
	width:83px;
	height: 43px;
	background-color: rgba(255,255,255,0);
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 11px;
	position: relative;
	transition: 0.5s;
     font-weight: 400;
}
a.btn-more:hover {
	color: #005ca9;
	background-color: #fff;
}
a.btn-more::before,
a.btn-more::after
{
	content: "";
    display: block;
	position: absolute;
	color: #fff;
	transition: 0.5s;
}
a.btn-more::before {
width: 10px;
    border-top: solid 2px;
    transform: rotate(45deg);
    right: 6px;
    bottom: 10px;
}
a.btn-more::after{
height: 70px;
    border-right: solid 2px;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    bottom: 12px;
    margin: auto;
}
a.btn-more:hover::before,
a.btn-more:hover::after 
{
color: #005ca9;
}


#enterprise a.btn-more {
margin: 10px auto 0 90%;
}

#message_wrap {
	background-color: #edefea;
	position:  relative;
display:none;
}
#top-message {
    background: url(../img/top/img-bk03.png) no-repeat;
    background-position: top;
    background-size: 100% auto;
    color: #005ca9;
    padding: 150px 0;
    min-height: 62vh;
    width: 1156px;
    margin: 0 auto;
}
#top-mss-inr {
    text-align: center;
    width: 200px;
    margin: 130px 0 70px 117px;
}
.txt-sub {
	font-size: 1.6rem;
}
.txt-name {
	font-size: 3rem;
}
#top-message a.btn-more {
	background-color: #005ca9;
}
#top-message a.btn-more:hover {
	color: #005ca9;
	background-color: #fff;
}


#service {
	background: #08426c url(../img/top/img-bk04.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	padding: 80px 0;
}
#service h3 {
	font-size: 3rem;
	color: #fff;
	margin: 0 60px;
}

.service-wrapper {
	display: table;
	width: 90%;
	margin:  50px auto 0;
	table-layout: fixed;
	text-align: center;
} 
.service-box {
	display: table-cell;
    padding: 0 10px;
}
.title-en {
	font-size: 5rem;
	margin: 0 0 20px 0;
}
#service .sp-left .title-en.title-en-mod img {
	max-width: 100%;
}
.title-ja {
	font-size: 3rem;
	margin: 5px 0 25px;
	line-height: 1.3;
}
.txt-box {
	max-width: 335px;
	margin: auto;
	text-align: left;
	line-height: 2;
}


#news {
	background: #fff url(../img/top/img-bk-news.png) no-repeat;
	background-position: 0 92px;
	padding: 70px 0 40px;
	width: 1200px;
	margin: auto;
}
#news a {
	text-decoration: none;
	color: #0c5e9a;
}
#news a:hover {
	text-decoration: underline;
}
#news h3 {
    color: #005ca9;
    font-size: 3rem;
    margin: 40px 100px 0 80px;
    display: block;
    width: 180px;
    float: left;
}
#news ul {
    display: inline-block;
	overflow: hidden;
	width: 63%;
}
#news ul li {
    color: #777;
	list-style: none;
	line-height: 2.5;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#news ul li .cate {
	color: #005ca9;
	display: inline-block;
	border: solid #005ca9 1px;
	font-size: 1rem;
	width:90px;
	text-align: center;
	margin-right: 10px;
}

#news div.sendbox a {
	margin-left: 5vw;
	padding: 0.5em 2em;
	border: solid 1px #005ca9;
    background-color: #005ca9;
    color: #fff;
    line-height: 1.8;
    transition: 0.5s;
}
#news div.sendbox a:hover {
	text-decoration: none;
	background-color:#fff;
	color: #005ca9;
}
	
@media screen and (max-width: 768px) {	
#first-view {
	background: #08426c url(../img/top/sp-fiest-view.jpg) no-repeat;
	background-size: cover;
	padding: 0;
	height: 157vw;
	position: relative;
	}
#first-view img {
	width: 95%;
	position: relative;
  	top: 50%;
  -webkit-transform: translateY(50%); /* Safari用 */
  transform: translateY(50%);
}
a.btn-page::after {
	    margin: 5vh auto;
	}
	
#enterprise {
	background: #08426c url(../img/top/sp-img-bk01.jpg) no-repeat;
	background-size: cover;
	width: 100%;
    min-height: 150vw;
	}
#enterprise .title-enter {
	text-align: center;
	margin-top: 0;
    padding-right: 0;
	}
#enterprise .title-enter img {
	width: 90%;
	}
#enterprise .lead-enter {
    width: 90%;
    margin-left: 5%;
	margin-top: 20%;
	}
#enterprise a.btn-more {
    float: right;
	margin-right: 5%;
}

#top-message {
    background-size: contain;
    background-position: center bottom;
    width: auto;
    min-height: 45vh;
    padding: 0;
 }
#top-mss-inr {
    margin: 0;
    position:  absolute;
    top: calc(50vw - 150px);
}
	
#service {
	background: #08426c url(../img/top/sp-img-bk04.jpg) no-repeat;
	background-size: cover;
	padding-top: 10%;
	}
#service h3 {
    margin: 0 5%;
}
.service-wrapper,
.service-box 
	{
		display: inline-block;
		width: 100%;
	}
.service-box {
		margin-bottom: 10vh;
	}
.service-box:last-of-type {
		margin-bottom: 0;
	}
.service-box :after {
	content: "";
	display: block;
	clear: both;
}
#service .sp-left {
	display: block;
	float: left;
	width: 40%;
	}

#service .sp-left img {
	    width: 30vw;
	}
#service .sp-left .title-en img {
	    max-height: 3vh;
	    width: auto;
	    max-width: 100%;
	}
#service .sp-left .title-en.title-en-mod img {
		max-height: none;
		width: 85%;
	}
#service .sp-right {
	display: block;
	float: right;
	width: 55%;
	margin-right: 5%;
	}
.title-en,
.title-ja {
    font-size: 2.5rem;
    margin-top: 0;
    margin: 0 0 2vh;
    width:  100%;
 }
.txt-box {
    width: auto;
	}
.txt-service {
		margin: 0;
	}
.sp-right a.btn-more {
		float: right;
	}
	
#news {
		background: #fff url(../img/top/sp-img-bk-news.png) no-repeat;
		background-size: 100%;
		background-position: 0 60px;
		width: 100%;
	}
#news a {
    text-decoration:underline;
	}
#news li a::before {
	content: "\A" ;
	white-space: pre ;
}
#news ul li {
    line-height: 1.8;
	    margin-bottom: 3vh;
	}
#news ul {
	width: 100%;
    margin-top: 5vh;
    padding: 5%;
}
#news ul li .cate {
    padding: 0;
}

	
	
	
}
