 /*  フォント

font-family: 'Noto Serif JP', serif; 日本語明朝
(200,500,900)

*/



html, body {
	position: relative;
	height: 100%;
    }
/*　index.html　*/
header{
	background-color:rgba(255,0,0,0);
	transition: background-color 0.2s;
}


nav{
	z-index: 100;
}

.navbar-item,.navbar-link{
	color:white;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	transition: 0.2s;
}

.navbar-item:hover,.navbar-link:hover{
	color:rgb(0,30,67) !important;
	background-color:white !important;
}

.navbar-link:not(.is-arrowless)::after{
	border-color:white;
}

.navbar-link:not(.is-arrowless):hover::after{
	border-color:rgb(0,30,67);
}

.navbar-dropdown{
	background-color:rgb(0,30,67);
}
.navbar-burger{
	color:white;
}

.headlogo:hover{
	background-color:rgb(0,30,67) !important;
}

.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	z-index: 1;
}

.img_bg{
	background:url("../img/index/main.jpg") no-repeat;
}

.img_bg-2{
	background:url("../img/company/head-com.jpg") no-repeat;
}

.img_bg-3{
	background:url("../img/company/head-gre.jpg") no-repeat;
}

.img_bg-4{
	background:url("../img/service/head-ser.jpg") no-repeat;
}

.img_bg-5{
	background: url("../img/index/head_cont.jpg") no-repeat;
}

.b-red{
	background-color:red;
}


.hamidasi{
	margin:0 calc(50% - 50vw);
}

.fixed_mainbg,.fixed_01,.fixed_menubg{
	background-size: cover;
	background-position:center;
	background-attachment: fixed;
}

.my-x{
	margin:10em 0;
}

.scdown {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 70px;
	color:white;
}
.scdown span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/* index about */
.title{
	font-size: 34px;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
}

.subtitle{
	font-size:24px;
	color:black;
	font-family: 'Noto Serif JP', serif;
}

.abo-btn{
	border:1px solid rgb(0,30,67);
	color:rgb(0,30,67);
	padding:20px;
	line-height: 10em;
	transition: .2s;
}

.abo-btn:hover{
	color:white;
	background-color:rgb(0,30,67);
}

#company{
	margin: 0 auto;
}

.com-content-t,.com-content-b{
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.com-btn a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.com-btn figure{
	margin: 0;
	overflow: hidden;
}

.com-btn figure img{
	display: block;
	width: 100%;
}

.com-text{
	position: absolute;
	color:white;
	font-size:40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.top-bnr{
	margin: 30px auto 0 auto;
	max-width: 1400px;
	width: 100%;
}

.news-text{
	line-height: 2em;
}

.news-text dt{
	border-bottom: 1px solid rgb(0,30,67);
}

.news-text dd{
	font-size:20px;
	color:rgb(0,30,67);
}

.news-new{
	background-color:red;
	color:white;
	font-size:14px;
	padding:2px;
	margin-right:5px;
	border-radius: 2px;
}

.pc{
	display: inline-block;
}

.sp{
	display: none;
}


footer{
	background-color:rgb(0,30,67) !important;
}

footer a{
	color:white;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	display: inline-block;
	transition: .3s;
}

footer a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: white;
	opacity: 0;
	transition: .3s;
}
footer a:hover::after {
	bottom: 0;
	opacity: 1;
}

footer a:hover{
	color:white;
}

footer p{
	color:white;
}

.level-item .title,.foot-cp .subtitle{
	color:white !important;
}

/* company.html */
.hero-text .title{
	color:white !important;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.hero-text .subtitle{
	color:white !important;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.name-yomi{
	font-size:14px;
	color:gray;
}

.table th{
	color:rgb(0,30,67)!important;
}

/* greeting.html */
.gr-text{
	line-height: 2em;
	letter-spacing: 0.1em;
}

/* service.html */
.service h3{
	text-align: center;
	font-weight: bold;
	line-height: 2em;
}

.service p{
	line-height: 2em;
}

/* contact.html */
.cont-text p{
	text-align: center;
	font-size:20px;
}

.red{
	color:red;
}

/* privacypolicy.html */
.pripoli_txt h4{
	font-size:20px;
	color:rgb(0,30,67);
	padding:10px 0;
	margin:30px 0 10px 0;
	border-top: 1px solid rgb(0,30,67);
	border-bottom: 1px solid rgb(0,30,67);
}

/* sitemap.html */
.url,.map{
	text-align: center;
}
.url a{
	color:black;
	transition: .2s;
}

.url a:hover{
	color:gray;
}

/* pagetop */
/*パソコン・スマホ共通のCSS*/
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: 10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #003f8e; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 50%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
	transition: 0.3s;
}
#PageTopBtn a:hover {
    text-decoration: none;
    background: #0075c2; /*マウスオーバー時の背景色*/
}

/*パソコンで表示する場合のCSS*/
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 25px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 50px; /*ボタンの幅*/
    height: 50px; /*ボタンの高さ*/
    padding: 5px 0; /*文字の配置場所の調整*/
}
}

/*スマホで表示する場合のCSS*/
@media (max-width: 767px) {
#PageTopBtn {
    font-size: 20px;
}
#PageTopBtn a {
    width: 50px;
    height: 50px;
    padding: 8px 0;
}
}