@charset "UTF-8";
#contents-wrap{
font-family:"秀英明朝 M", Shuei Mincho M, serif;
}
#contents-wrap.l-page .contents{
	padding-top: 120px;
}
header {
	position: fixed;
	z-index: 9;
	width: 100%;
	transition: all 1s;
	padding-bottom: 10px;
}
header.page-head,.l-page header{
	background:rgba(0,0,0,0.4);
	transition: all 1s;
}
header h1{
margin: 10px 0px 0px 20px;
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header img {
	width: 100%;
	vertical-align: top;
}
header .header-logo img {
  height: 60px;
  width: auto;
}
header .header-r {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding-right: 80px;
}
header .header-r > a {
	width: 126px;
	display: block;
	margin-left: 10px;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	font: 18px/20px "Oswald", sans-serif;
	color: #716864;
	border: 2px solid #716864;
	letter-spacing: 0.1em;
}
header .header-r > a.cv-enter {
	background-color: #716864;
	color: #FFFFFF;
	margin-right: 40px;
}
.bukken_footer{
		background-image: url("../common/images/bg-gra-wide.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#bukken_migration_footer footer{
	background-color: #FFFFFF;	
}
#bukken_migration_footer footer #footer_inner{
	border-top-style: none;	
}
.bukken_footer .footer-nav-01 .container .tel-cont .text{
	margin-bottom: 30px;	
}
/* ===============================================================================
nav
=============================================================================== */
.g-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 430px;
  height: 100vh;
  transform: translateX(100%);
  background-color: rgba(255, 255, 255, 0.95);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 3;
  transition: transform .3s;
}
.g-nav >div{
	width: 100%;	
}
.g-nav.open {
  transform: translateX(0%);
}
.g-nav ul {
	font: 20px/24px "Oswald", sans-serif;
	position: relative;
	padding-left: 0px;
	margin: 80px 0px 0px;
	border-top: 1px solid #A9A9A9;
	letter-spacing: 0.1em;	
}
.g-nav ul span{
	display: block;
	font-size: 13px;
	line-height: 13px;
	margin-top: 5px;
}
.g-nav ul.cv-area {
	margin: 0px;

}
.g-nav ul.gn-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;

  left: 0px;
  bottom: 0px;
}
.g-nav ul li {
	list-style: none;
	color: #999999;
	border-bottom: 1px solid #A9A9A9;
}
.g-nav ul li a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 10px 10px 10px 15px;
	transition: 0.3s all;
}
.g-nav ul li a:hover {
	background-color: #EEEEEE;	
}
.g-nav ul li.enter-btn a:hover{
	
}
header .header-r a.menu-btn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: fixed;
	right: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	background-color: transparent;
	border-style: none;
	text-align: left;
}
header .header-r a.menu-btn.open {

}
.btn-line {
  width: 80%;
  height: 3px;
  background-color: #FFFFFF;
  position: relative;
  transition: .2s;
  display: inline-block;
}
.btn-line::before, .btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
 background-color: #FFFFFF;
  transition: .2s;
}
.btn-line::before {
  transform: translateY(-12px);
}
.btn-line::after {
  transform: translateY(12px);
}
.open .btn-line {
  background-color: transparent;
}
.open .btn-line::before, .open .btn-line::after {
  content: "";
  transition: .2s;
background-color: #716864;
}
.open .btn-line::before {
  transform: rotate(45deg);
}
.open .btn-line::after {
  transform: rotate(-45deg);
}
.footer-nav{
	display: none;	
}
/* ===============================================================================
anim
=============================================================================== */
.anim {
  opacity: 0;
  transition: 1.5s;
  transform: translate(0px, 40px);
}
.anim.slideLeft {
  transform: translate(40px, 0px);
}
.anim.slideRight {
  transform: translate(-40px, 0px);
}
.anim.is-show {
  opacity: 1;
  transform: translate(0px, 0px);
}
.anim.hi-anim{
	transition: 3s;
  transform: translate(0px, 0px);
	transform:scale(1.3);
}
.anim.hi-anim.is-show{
	transition: 4s;
	transform:scale(1);
}
/* ===============================================================================
common class
=============================================================================== */
.contents {
	padding-top: 0px;
	font-size: 16px;
	line-height: 24px;
	font-feature-settings: "palt";
	padding-bottom: 120px;
}
section{
	padding: 0px 0px 80px;
}
.hi-area{
	position: relative;
	overflow: hidden;
}
.hi-area >img{
	transition:2s;
}
.hi-area .hi-inr{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	width: 90%;
}
.hi-area .hi-inr p{
	text-shadow: 0px 0px 5px #000;
}
.hi-area .hi-inr .page-ttl{
	font-size: 30px;
	letter-spacing: 0.3em;
	line-height: 50px;
}
.img-cap{
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
}
.img-cap{
	font-size: 12px;
	text-align: right;
}
.content-head {
  background-color: #FFFFFF;
  padding: 80px 0px;
}
.contents h2{
	font-size: 33px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 60px;
	font-weight: normal;
	letter-spacing: 0.2em;
	font-family: "Oswald", sans-serif;
}
.contents h2.sec-ttl{
	margin-bottom: 0px;
	letter-spacing: 0.1em;
}
.contents h2.sec-ttl + p{
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: 0.1em;
	padding-top: 10px;
}
.contents h3{
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
}
.contents h3.sec-ttl{
	margin-bottom: 0px;
	letter-spacing: 0.15em;
	text-align: center;
	margin-top: 80px;
	font-family: "Oswald", sans-serif;
}
.contents h3.sec-ttl + p{
	margin-bottom: 20px;
	text-align: center;
}
.contents p {
  margin: 0px;
}
.contents p.mts{
	margin-top: 10px;	
}
.contents p.mtm{
	margin-top: 40px;	
}
.contents img {
	width: 100%;
	vertical-align: top;
}
.inr, .contents p.inr {
	margin: 0px auto;
	max-width: 1000px;
	
}
.flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.flex > div{
	width: 48%;
}
.contents figure{
	position: relative;
}
.contents figcaption{
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: normal;
	line-height: 14px;
}
.contents figcaption.blk{
	color: #000000;
}

.bg-wht{
	background-color: #FFFFFF;
}
.note{
	font-size: 12px;
	max-width: 1000px;
	padding: 0px;
	margin: 0px auto;
}
.pc{
	display: block;	
}
.sp{
	display: none;	
}
@media screen and (max-width:750px) {
	header{
	padding-bottom: 0px;		
	}
	header h1{
	margin: 5px;
	height: 40px;
	}
	header h1 a{
	display: block;
	}
	header .header-logo img{
	height: 40px;		
	}
	header .header-r > a{
	display: none;		
	}
	header .header-r > a.menu-btn{
	display: block;
	right: 5px;
	top: 5px;
	
	}
	.g-nav{width: 100%;}
	.g-nav ul span {
	display: inline-block;
	padding-left: 5px;
}
	.footer-nav{
	display: flex;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #FFFFFF;
	}
		.footer-nav a{
	width: calc(100% /3);
	display: block;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	border-right: 2px solid #716864;
	border-top: 2px solid #716864;
	color: #716864;
			font: 18px / 20px "Oswald", sans-serif;
	}
	.footer-nav a.cv-enter {
	background-color: #716864;
	color: #FFFFFF;
	border-right-style: none;
}
	.inr, .contents p.inr {
  width: 95%;
}
	.flex{
	flex-wrap: wrap;
}
	.flex > div{
	width: 100%;
}#contents-wrap.l-page .contents {
    padding-top: 80px;
}
	section{
	padding-bottom: 40px;		
	}
	.contents {
    padding-bottom: 40px;
}
		.hi-area .hi-inr{
	width: 85%;
	}
	.hi-area .hi-inr .page-ttl{
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.15em;
	}
	.contents h2.sec-ttl + p{
	margin-bottom: 40px;		
	}
	.note{
	width: 95%;		
	}
	.pc{
	display: none;	
}
.sp{
	display: block;	
}
}

.red{
	color: #FF0004;	
}