@charset "UTF-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
html {
	font-size: 62.5%;
	min-width: 1080px;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica,Verdana, sans-serif;
	min-width: 1080px;
	-webkit-text-size-adjust: 100%;
}
*, *:after, *:before {
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
	color: inherit;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.container{
	width: 1080px;
	margin: 0 auto;
}
.container--1100{
	max-width:1100px;
}
.sp_on{
	display:block;
}
@media (min-width: 768px) {
	.sp_on{
		display: none;
	}
}

.pc-flex{
	display: flex;
}

.pc-flex--vartical-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.padding-width {
	width: 96%;
	margin: 0 auto;
}


/* header */
header{
	background: rgba(255,255,255,0.8);
	position: fixed;
	width: 100%;
	z-index: 1000;
	padding: 10px 0;
}
#gnavi{
	display: flex;
	justify-content: space-between;
}
#gnavi .copy{
	width: 300px;
	font-family: 'Archivo Black', sans-serif;
	font-size: 2.9rem;
	white-space: nowrap;
	text-align: center;
	line-height: 51px;
}
#gnavi .copy span{
	color: #0068b7;
}
#gnavi ul{
	display: flex;
}
#gnavi ul li{
	width: 100px;
	margin-left: 30px;
}
#gnavi ul li a{
	height: 51px;
	text-align: center;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}



/* main */
.main{
	background: url(./img/main_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 10;
	height: 100vh;
	min-height: 620px;
}
.main_copy{
	padding-top: 70px;
	margin-left: -21px;
}
.menu_icon_wrap{
	width: 1080px;
	position: absolute;
	bottom: 0;
}
.main_icon{
	width: 330px;
	height: 160px;
	text-align: center;
	background-color: #003567;
	font-size: 2rem;
	color: #fff;
	font-family: 'Archivo Black', sans-serif;
	border-radius: 15px 15px 0 0;
	position: absolute;
	bottom: 0;
}
.main_icon--box01{
	left:0;
}
.main_icon--box02{
	left:375px;
}
.main_icon--box03{
	left:750px;
}
.main_icon a{
	padding: 20px 0 20px;
	display: block;
}
.main_icon:hover{
	height: 170px;
}
.icon{
	margin: 0px 0 10px;
}


/* service */
.service{
	background: url(./img/service_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 5;
}
.service .container{
	background-color: rgba(6,98,170,0.8);
	padding-bottom: 80px;
}
.service .copy{
	display: flex;
	justify-content: space-between;
	font-size: 13.5rem;
	font-family: 'Archivo Black', sans-serif;
	line-height: 95px;
	opacity: 0.6;
}
.service h2{
	margin-top: 20px;
	color: #fff;
	font-size: 4rem;
	font-family: 'Archivo Black', sans-serif;
	text-align: center;
	line-height: 100%;
}
.service h2:after{
	content:"";
	display: block;
	height: 2px;
	background-color: #fff;
	width: 106px;
	margin: 0 auto;
	margin-top: 24px;
	margin-bottom: 36px;
}
.service .copy .mycolor{
	color: #fff;
}


.service_icon_wrap{
	width: 942px;
	margin: 0 auto;
	justify-content: space-between;
}
.service_icon{
	width: 300px;
	text-align: center;
	color: #0068b7;
	background-color: #fff;
	border-radius: 10px;
	font-size: 1.8rem;
	line-height: 120%;
	font-family: 'Archivo Black', sans-serif;
}
.service_icon a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0 40px;
	position: relative;
}
.service_icon a:hover{
	opacity: 0.8;
}

.service_icon img{
}
.service_icon .img{
	height: 100px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.service_icon .text{
	height: 110px;
	display: flex;
	align-items: center;
}
.service_icon .readmore{
	text-align: center;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	position: absolute;
	width: 300px;
	bottom:20px;
	left:0;
}
.service_icon .readmore_bar{
	display: block;
	height: 2px;
	background-color: #0068b7;
	width: 106px;
	margin: auto auto 0;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* pop up */
#popupbox{
	width: 942px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	line-height: 2.2rem;
}
#popupbox .box{
	display: none;
}
#popupbox .box .arrow{
	background: url(./img/service_arrow.png) no-repeat center top;
	width: 41px;
	height: 32px;
}
#popupbox .box--1 .arrow{
	margin-left: 130px;
}
#popupbox .box--2 .arrow{
	margin-left: 450px;
}
#popupbox .box--3 .arrow{
	margin-left: 770px;
}
#popupbox .box .text{
	background-color: #fff;
	padding: 30px 60px;
}


/* about */
.about{
	background: url(./img/about_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}
.about .container{
	background-color: rgba(255,255,255,0.7);
	padding-top: 115px;
	padding-bottom: 80px;
}
.about h2{
	color: #0068b7;
	font-size: 4rem;
	font-family: 'Archivo Black', sans-serif;
	text-align: center;
	line-height: 100%;
}
.about h2:after{
	content:"";
	display: block;
	height: 2px;
	background-color: #0068b7;
	width: 106px;
	margin: 0 auto;
	margin-top: 24px;
	margin-bottom: 36px;
}
.about .text{
	width: 942px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-align: left;
}

.about h3{
	width: 942px;
	margin: 45px auto 30px;
	padding: 14px 0 14px;
	background-color: #0068b7;
	color: #fff;
	font-size: 2.4rem;
	font-family: 'Archivo Black', sans-serif;
	text-align: center;
}
.about_item_wrap{
	width: 942px;
	margin: 0 auto;
	flex-wrap:wrap;
	justify-content: space-between;
}
.about_item{
	border: 2px solid #0068b7;
	padding: 25px 20px;
	width: 455px;
	font-size: 2.1rem;
	font-family: 'Archivo Black', sans-serif;
	color: #0068b7;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
.about_item img{
	margin-bottom: 20px;
}
.about_item p{

	text-align: center;
	margin-top: auto;
}

/* profile */
.profile:before{
	content:"";
	display: block;
	width: 100%;
	height: 163px;
	background: url(./img/profile_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}
.profile .container{
	background-color: rgba(255,255,255,0.7);
	padding-top: 80px;
	padding-bottom: 80px;
}
.profile h2{
	color: #0068b7;
	font-size: 4rem;
	font-family: 'Archivo Black', sans-serif;
	text-align: center;
	line-height: 100%;
}
.profile h2:after{
	content:"";
	display: block;
	height: 2px;
	background-color: #0068b7;
	width: 106px;
	margin: 0 auto;
	margin-top: 24px;
	margin-bottom: 36px;
}
.profile_wrap{
	width: 948px;
	margin: 70px auto 90px;
}
.profile_img{
	margin-right: 135px;
}
.profile_data h3{
	font-size: 3rem;
	font-family: 'Archivo Black', sans-serif;
	color: #0068b7;
	margin-bottom: 24px;
}
.profile_data h4{
	font-size: 1.4rem;
	border: 1px solid #333;
	display: inline-block;
	padding: 2px 36px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.profile_data p{
	font-size: 1.6rem;
	line-height: 2rem;
	margin-top: 24px;
	font-family: 'Roboto', sans-serif;
}
.profile_sp{
	display: none;
}


/* contact */
.contact{
	background-color: #0068b7;
	padding: 40px 0;
}
.contact .container{
	width: 948px;
	margin: 0 auto;
	display: flex;
}
.contact_title{
	width: 320px;
	border-right:2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact h2{
	color: #fff;
	font-size: 3.1rem;
	font-family: 'Archivo Black', sans-serif;
}
.contact_item{

}
.contact_data{
	display: flex;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: 'Roboto', sans-serif;

}
.contact_data+.contact_data{
	padding-top: 14px;
}
.contact_data h3{
	width: 190px;
}
.contact_data p{
	font-size: 3.5rem;
	color: #fff;
	font-style: italic;
	font-family: 'Archivo Black', sans-serif;
	width: 430px;
}
.contact_data p.email_text{
	font-size: 2.8rem;
}
.fax_icon{
	display: flex;
	align-items: center;
	font-size: 2rem;
	color: #fff;
	font-style: italic;
	font-family: 'Archivo Black', sans-serif;
}
.fax_icon img,.email_icon img{
	margin-right: 10px;
	margin-left: 50px;
}
.email_icon{
	display: flex;
	align-items: center;
	font-size: 2rem;
	color: #fff;
	font-style: italic;
	font-family: 'Archivo Black', sans-serif;
}

/* footer */
footer .container{
	padding-top: 120px;
	padding-bottom: 45px;
	text-align: center;
}
footer .copyright{
	padding: 10px 0 80px;
	border-top:2px solid #0068b7;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	font-weight:400;
	text-align: center;
}

/* totop */
#totop{
	position: fixed;
	top: calc(50% - 35px);
	right:0;
	z-index: 1001;
	opacity: 0.9;
}
