@charset "UTF-8";
html {
	font-size: 62.5%;
	overflow: auto;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}
.sp_inline{
	display: none !important;
}
html,
body {
	height: 100%;
}

body {
	font-size: 140%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	ine-height: 1.78;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.5;
	word-wrap: break-word;
}
p{
	letter-spacing: .8px;
	line-height: 24px;
}
/* ------------------------------------------------------------------ */

/* header */

/* ------------------------------------------------------------------ */
header{
	position: fixed;
	z-index: 2;
	width:100%;
	margin: 0 auto;
	height: 120px;
	padding: 20px 5% 0 48px;
	display: block;
}

.header_area{
	width: 100%;
	height:120px;
	position: fixed;
	top: -120px;
	transform: .5s;
	z-index: 1;
	background: rgba(255,255,255,.9);
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.header_logo{
	position: relative;

}
.header_logo img{
	width: 80px;
}

.top_nav{
	display: flex;
	justify-content: space-between;
	height: 90px;
	align-items: center;
	z-index: 50;
	
}
.gnav__wrap{
	width: 700px;
}
.gnav__menu{
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
}
/* ------------------------------------------------------------------ */

/* 共通 */

/* ------------------------------------------------------------------ */
#container{
	width: 100vw;
	max-width: 100%;
	overflow: hidden;
	height: auto;
}
.txt_inner{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	
}
.top_bg{
	height: 60vh;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
/*	background:#7F7F7F;*/
	max-width: 100%;
	z-index: -1;
}
.top_bg p{
	margin:  0 auto;
}
/* ------------------------------------------------------------------ */

/*メニューボタンエフェクト */

/* ------------------------------------------------------------------ */
.gnav__menu__item a,.gnav__menu__item a:visited,.gnav__menu__item a:hover, .gnav__menu__item a:active{
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
	position:relative;
  transition:0.5s color ease;
	text-decoration:none;
	color:#fff;
	
}
.gnav__menu__item a.before:before,.gnav__menu__item a.after:after{
  content: "";
  transition:0.3s all ease;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  position:absolute;
}
.gnav__menu__item a.before:before{
  top:-1em;
}
.gnav__menu__item a.after:after{
  bottom:-1em;
}
.gnav__menu__item a.before:before,a.after:after{
  height:2px;
  height:0.2rem;
  width:0;
  background:#b22222;
}
.gnav__menu__item a.first:after{
  left:0;
}
.gnav__menu__item a.before:hover:before,.gnav__menu__item a.after:hover:after{
  width:100%;
}
.square:hover a:before,.square:hover a:after{
  width:100%;
}

.contact_bg{
	background: #b22222;
	border-radius: 30px;
	color: #fff ;
	padding: 10px 20px;
}
.contact_bg:hover{
	opacity: .8;
}
/* ------------------------------------------------------------------ 

タイトルフェードイン 

------------------------------------------------------------------ */

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateY(50px);
	  
  }
	
  to {
    opacity: 1;
    transform: translateY(0);
  }
	
}
.slideInRight {
  animation-name: slideInRight;
  animation-duration: .5s;
	animation-timing-function:ease-in-out;
}

#keyvisual {
	position: absolute;
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	
}
#keyvisual h1 {
	color: #333;
	font-weight: 600;
	font-size: 1.8em;
	padding: 10px 30px;
	background:rgba(255,255,255,.9);
	letter-spacing: .08em !important;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#keyvisual h1::before {
    border-bottom: 8px solid #b22222;
    bottom: -20px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#keyvisual h1::after {
    border-bottom: 8px solid #efefef;
    bottom: -20px;
    content: "";
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    width: 50%;
}
.h1_color{
	color: #b22222 !important;
}
@keyframes slideInRight02 {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
	
  to {
    opacity: 1;
    transform: translateX(0);
  }
	
}
.slideInRight02 {
  animation-name: slideInRight02;
  animation-duration: .5s;
	animation-timing-function:ease-in-out;
}


/*----------------------------------------- 
site_list_sec
----------------------------------------- */
.site_list_sec{
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 0 16px;
}
/* ------------------------------------------------------------------ */

/*フッター */

/* ------------------------------------------------------------------ */
.footer_area{
	display: flex;
	justify-content: space-between;
	margin: 0 64px;
	padding: 32px 0;
	border-bottom: solid thin #7c7c7c;
}
.footer_nav{
	display: flex;
	align-items: center;
}
.footer_li{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 600px;
}
.footer_logo img{
	width: 65px;
}
.copy_right,.page_top{
	padding: 32px 0;
}
.ftr_menu{
	color: #000;
}
.ftr_menu:hover{
	opacity: .5;
	transition: .5s;
}
.footer_under{
	display: flex;
	justify-content: space-between;
	margin: 0 64px;
	padding: 16px 0 0;
	    align-items: center;
}

.page_top{
	width: 60px;
	margin-left: auto;
}
.page_top a{
	width: 100%;
}
.page_top a:hover{
	opacity: .8;
	transition: .8;
}
footer{
	position: relative;
	padding-top: 30px;
}

address{
	margin-bottom: 10px;
	font-style: normal;
	position: relative;
}

.address{
	margin: 0 64px;
	padding-bottom: 16px;
	position: relative;
}
.bg_logo_img{
	display: inline-block;
	position: absolute;
	bottom: -0;
	right: 0;
	z-index: -2;
	width: 30%;
	z-index: -1000;
	opacity: .7;
	padding-top: 30px
}

/* ------------------------------------------------------------------ */

/*パンくずリスト */

/* ------------------------------------------------------------------ */
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
	position: relative;
	top:-60px;
}

.breadcrumb li {
  display: inline-block;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {
  /* ▶を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #C8C6C6;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  display: inline-block;
  padding: 0.3em .8em 0.2em;
  border-radius: 15px;
  text-decoration: none;
   color: #666;
	background: #fff;
	border: #666 solid thin;
  font-size: 0.9em;
}

.breadcrumb li a:hover {
  background: #c9dbfb;
}
/*---------------------------
contct_sec
-----------------------------*/
.contact_sec{
	height: auto;
	padding: 90px 0 60px;
	background: #fafafa;
	background-image: linear-gradient(90deg, #fff 1px, transparent 0),
	linear-gradient(#fff 1px, transparent 0);
	background-size: 15px 15px;
}

.contact_area,.contact_area02{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 16px;
	display: flex;
	justify-content: space-between;
	height: auto;
	margin-bottom: 30px;
}



.contact_cnt02{
	width: 55%;
	height: 300px;
	background: url(../images/common/index_c_img00.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	background-position: center;
}

.contact_cnt02 div{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 300px 90px;
	border-color: transparent transparent #ffffff transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #ffffff #000000;
	position: absolute;
	right: 0;
}
.contact_cnt03{
	width: 45%;
	height: 300px;
	background: #fff;
	padding: 5% 5% 5% 3%;
}
.contact_ttl{
	font-size: 2em;
	margin-bottom: 10px;
	font-weight: 600;
}
.contact_txt{
	margin-bottom: 10px;
}

.contact_cnt{
	width: 30%;
	height: 140px;
	overflow: hidden;
}
.cbg01{
	background: url(../images/common/index_c_img01.png);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.cbg02{
	background: url(../images/common/index_c_img02.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.cbg03{
	background: url(../images/common/index_c_img03.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.contact_cnt::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.bg01::before{
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	background: rgba(128,0,0,0.5);
	transition: width 1s ease,transform 1.5s ease,-webkit-transform 1s ease;
}
.contact_cnt:hover > .bg01::before{
	width: 100%;
	transition: .5s;
}
.bg01,.bg02,.bg03{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
}
.contact_box{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
    height: 120px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
/*    border: 1px solid #fff;*/
}
.contact_box_span01{
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 600;
	position: absolute;
	bottom: 13px;
	right: 5px;
}

.arrow02{
	display: inline-block;
    position: absolute;
    bottom: 7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    line-height: 1.5;
}
.arrow02:before {
    content: '';
    position: absolute;
    right: 0;
    width: 70px;
    height: 1px;
    background-color: #fff;
}
.arrow02:after {
    content: '';
    position: absolute;
    top: -2.5px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #fff;
}
/* ------------------------------------------------------------------ */

/*ボタン */

/* ------------------------------------------------------------------ */
.btn a{
	display: inline-block;
	width: 100%;
	height: auto;
	background: #333;
	color: #fff;
	font-size: 1.2em;
	position: relative;
	padding: 15px 0;
	text-align: center;
	border: 2px solid #333;
}

.btn a::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn a:hover{
    background: #fff;
	color: #333;
	transition: .5s;
}
.btn a:hover::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}
.btn a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn02 a{
	display: inline-block;
	width: 100%;
	height: auto;
	background: #fff;
	color: #333;
	font-size: 1.2em;
	position: relative;
	padding: 15px 0;
	text-align: center;
	border: 2px solid #333;
}

.btn02 a::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn02 a:hover{
    background:#7A7A7A;
	border-color:#7A7A7A;
	opacity: .9;
	color: #fff;
	transition: .5s;
}
.btn02 a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.btn02 a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.privacy_txt{
	text-decoration: underline;
}

