@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 株式会社グラント
Author: ZoDDo.Inc
Description:
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;/*基本を16pxで設定*/
font-family: 'Noto Sans JP', sans-serif;
vertical-align: baseline;
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
}
a{
	text-decoration: none;
}
.relative{
	position: relative;
}
/*ローディング*/
#loading{
	display: none;
}
#loading.opening{
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(17,158,175);
	z-index: 9999;
}
#loading.hide{
	display: none;
}
.open{
	position: absolute;
	width: 900px;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: bound-anim 1s infinite;
}
@keyframes bound-anim {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.97);
  }
}
.open2{
	animation: opening 1s ease forwards;
}
@keyframes opening{
	from{
		opacity: 0;
		transform: translateY(100px);
	}
	to{
		opacity: 1;
		transform: translateY(0)
	}
}
/*-----------------------*/
.open3{
	display: none;
}
/*-----------------------*/
#wrapper{
	position: relative;
}
#wrapper.load-out{
}
#content{
	margin: auto;
}
.box{
	width: 100%;
	margin: auto;
}
.box1{
	width: 95%;
	max-width: 1400px;
	margin: auto;
}
.bg-img1{
	background: url("img/common/bg-img1.jpeg");
	background-size: cover;
}
.bg-img2{
	background: url("img/common/bg-img2.jpeg");
	background-size: cover;
}
.bg-gray{
	background: #f5f5f5;
}
.bg-black{
	background:#000000;
}
.relative{
	position: relative;
}
/* 改行コード-----------------*/
.pc-br{
	display: block;
}
.sp-br{
	display: none;;
}
/*---スマホメニュー　----*/
#sp-header{
	display: none;
	}
#sp-hd-logo{
	display: none;
}
/*-----------------------------------------------------------*/
.gnav-btn2{
	display: none;
}
.g-nav2{
	display: none;
}
.phone-mark{
	display: none;
}
.mail-mark{
	display: none;
}
/*----------  位置　------------------*/
.base-center{
	text-align: center;
}
.f-center{
	margin: auto;
}
.m-auto{
	margin: auto;
}
/*位置CSSその２*/
.m-top0{
    margin-top: 0;
}
.m-top10{
    margin-top: 10px;
}
.m-top30{
    margin-top: 30px;
}
.m-top50{
    margin-top: 50px;
}
.m-top80{
    margin-top: 80px;
}
.m-top120{
    margin-top: 120px;
}
.m-top180{
    margin-top: 180px;
}
/* ----フォント関連 ----*/
.com-title1{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;/* 40px*/
	font-weight: 700;
	line-height: 1.4;
}
.com-title2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 32px;/* 30pxpx*/
	line-height: 1.4;
	font-weight: bold 400;
}
.com-title3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 50px;/* 50px*/
	font-weight: bold;
}
.box-title1{}
.box-title1::before{
	content: '';
	display: block;
	width: 81px;/* 70px */
	height: 90px;/* 80px */
	background: url("img/common/box-title1.png");
	background-size: cover;
	margin:  0 auto 10px;
}
.box-title2{}
.box-title2::before{
	content: '';
	display: block;
	width: 78px;/* 70px */
	height: 80px;/* 80px */
	background: url("img/common/box-title1.png");
	background-size: cover;
	margin: 0 auto 10px;
}
/*--------------- 縦書き----------------------*/
.font1{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;/* 16px*/
	line-height: 2;
}
.font2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;/* 14px*/
	line-height: 1.7;
}
.center{
	text-align: center;
}
.pc-center{
	text-align: center;
}
.f-center{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
/*---------------------  アンダーライン　　--------------------------------*/
.u_red{
	border-bottom: 2px solid #CB0003;/*2px*/
	padding-bottom: 2px;/* 2px*/
}
/*--------------------------------------------*/
.red{
	color: #8b0000;
}
.white{
	color: #FFFFFF;
}
.blue{
	color: rgb(17,158,175);
}
.orange{
	color: #ffa500; 
}
/*---------------------------------------------------ページャー*/
.navigation{
	text-align: center;
	margin: 90px auto 0;
}
.nav-links{
	display: inline-block;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;/* 17px */
	line-height: 1;
	box-sizing: border-box;
	vertical-align: middle;
}
.nav-links a{
	text-decoration: none;
	color: #FFFFFF;
}
.page-numbers{
	display: inline-block;
	padding: 4px 14px;/* 4px 14px */
	margin: 0 5px;/* 0 5px */
	background: #008000;
	overflow: hidden;
	transition: 1s;
}
.page-numbers:hover{
	background: #f3981d;
}
.prev{
	display: inline-block;
	padding: 5px 24px;/* 5px 24px */
	background: #008000;
	border-radius: inherit;
}
.prev:hover{
	background: #f3981d;
}
.next{
	display: inline-block;
	padding: 5px 24px;/* 5px 24px */
	background: #008000;
	border-radius: inherit;
}
.next:hover{
	background: #f3981d;
}
/*-------------*/
a .more1{
	color: #FFFFFF;
}
.more1{
	display: inline-block;
	background: #25b7c0;
	padding: 10px 20px;/* 10px 20px */
	font-size: 18px;/* 18px */
	color: #FFFFFF;
	overflow: hidden;
	border-radius: 7px;
}
a .more2{
	color: #000000;
}
.more2{
	display: inline-block;
	background: #FFFFFF;
	padding: 10px 30px;/* 10px 30px */
	font-size: 18px;/* 18px */
	overflow: hidden;
	border-radius: 7px;
}
a .more3{
	color: #000000;
}
.more3{
	display: block;
	width: 220px;/* 220px */
	background: #FFFFFF;
	padding: 15px 30px;/* 15px 30px */
	text-align: center;
	font-size: 18px;/* 18px */
	overflow: hidden;
	border-radius: 15px;/* 15px */
	margin: 50px auto 0;/* 50px auto 0*/
}
/*---------*/
.left{
	left: 0;
}
.right{
	right: 0;
}
/*-----------------------------------------------------------------------------------------------*/
header{
	border-bottom: 3px solid #2B79D6;
}
#in-header1{
	position: relative;
	display: flex;
	width: 1000px;
	margin: auto;
	padding: 20px 0 5px;
}
h1{
	position: absolute;
	font-size: 10px;
	line-height: 1.4;
	color: #808080;
	font-weight: normal;
	top: 0;
}
#hd-logo{
	width: 200px;
	height: auto;
}
#pc-menu{
	position: absolute;
	display: flex;
	list-style: none;
	right: 0;
}
#pc-menu a li{
	text-decoration: none;
	color: #000000;
}
#pc-menu li{
	padding: 24px 20px;
	font-size: 17px;
}
footer{
	background: #006eb0;
}
#in-footer{
	position: relative;
	width: 1000px;
	height: 250px;
	margin: auto;
}
#ft-logo{
	position: absolute;
	display: block;
	width: 340px;
	height: auto;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#copy{
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
.powered{
	text-decoration: none;
	color: #FFFFFF;
}