@charset "UTF-8";


/**** fotter ****/


#top_header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(255,255,255,.85);
}

#top_header .hd_home {
	margin-top: 0px;
  padding: 30px 0 0px 0!important;
}

.hd_home {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
    padding: 20px 0;
    align-items: center;
}
.hd_logo{
    font-size: 24px;
    width: 220px;
}


#nav_wrap {
    display: block;
}


.hd_home ul {
    display: flex;
}


.hd_home ul li {
	font-size: 14px;
    margin-left: 30px;
}

.hd_home ul li a,
.hd_home ul li a::after,
.hd_home ul li a:hover{
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

#Contact{
	background-color: #f6f6f6;
}

#Contact div.cont{
	width: 1100px;
	margin: 0 auto;
}
#Contact div.cont ul li{
	font-size:16px;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

#Contact div.cont ul li.text{
	margin-top:80px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: #696969 solid 1px;
}

#Contact div.cont ul li.text:first-letter{
	color: #166771;
}


#Contact div.cont ul li.ContactButton {
    margin: 100px auto;
    text-align: center;

}

#Contact div.cont ul li.ContactButton a{
	padding:30px 100px;
	font-size: 24px;
	background-color: #166771;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}



.pankz div.cont_area{
	width: 1100px;
	margin: 0 auto;
}

.pankz{
	font-size: 14px;
	padding: 14px 0;
	font-weight: bold;
	border-bottom:1px solid #d8d8d8 ;
	margin-bottom: 0px;
}

.fpankz{
	margin-bottom: 0px;
	border-top:1px solid #8b8b8b ;
	border-bottom:1px solid #8b8b8b ;
}

.pankz p{
	margin-bottom: 0px;
}

.pankz a,
.pankz a:hover,
.pankz a::after{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
    background-color: #1476c7;
    padding: 4px 8px;
	border-radius:4px;
}

/*--------------------------------------------------
**************************************************
  footer フッター
**************************************************
--------------------------------------------------*/

footer {
	margin-top:0px;
	background:#212121;
	padding:20px 0 0;
}

.footer_cont{
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}

.footer_cont .cont{
}

.footer_cont .cont .footerMap{
    color:#FFF;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.footer_cont p.footerMap{
  margin-bottom: 0em!important;
  padding-bottom: 20px;
}

.footer_cont .footerMap a,
.footer_cont .footerMap a:hover,
.footer_cont .footerMap a::after{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
  text-decoration: underline;
}



.site-info{
    color: #fff;
    margin:0;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background-color: #2d2d2d;
    padding: 10px 0;
}

.site-info a,
.site-info a::after,
.site-info a:hover{
    color: #fff;
}

.post, .page {
    margin: 0;
}
/****************/

ul, ol{
	margin: 0;
}

/*--------------------------------------------------
**************************************************
  その他 (PageUpボタン 追従系 jsに関わるcssなど。)
**************************************************
--------------------------------------------------*/
/* フェードイン */
/*下からフェードイン*/
.fade-in-bottom {
    opacity: 0;
    animation-name: fadein-bottom;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
 }
 @keyframes fadein-bottom {
    0% {
       opacity: 0;
       transform: translateY(100px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }


.scroll_fade_right{
	opacity:0;
	transform:translateX(300px);
	transition:1000ms;
}

.scroll_fade_right h2{
transition:3000ms;
}

.scroll_fade_right2{
	transform:translateX(150px);
	transition:3000ms;
}


.scroll_fade_left{
	opacity:0;
	transform:translateX(-150px);
	transition:1000ms;
}
/*--------------------------------------------------
**************************************************
  モーション系
**************************************************
--------------------------------------------------*/
@keyframes pulseMotion {
    0% {
      transform: translate(-50%, -50%) scale(1, 1);
      background-color: rgba(2, 98, 207, 0.3)
    }
    100% {
      transform: translate(-50%, -50%) scale(3.5, 3.5);
      background-color: rgba(2, 98, 207, 0)
    }
  }
  
  .inner {
    display: flex;
    justify-content: center;
  }
  
  .point1 {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    background-color: #0086D1;
    border-radius: 50%;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .8s;
    cursor: pointer;
  }
  .point2 {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .8s;
    cursor: pointer;
  }

  
  .point3 {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    background-color: #004077;
    border-radius: 50%;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .8s;
    cursor: pointer;
  }
  
  .point2.-active {
    background-color: #144db8;
  }
  
  /*.point2.:focus {
    outline: none;
  }*/
  
  .point2:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: opacity linear 0.4s;
    content: '';
  }
  
  .point2.-active:after {
    animation: pulseMotion 2.4s linear infinite;
  }
  



@media screen and (max-width: 767px) {

/*--------------------------------------------------
**************************************************
  基本
**************************************************
--------------------------------------------------*/
body {
	margin:0px;
	padding:0px;
	background:none repeat scroll 0% 0%;
	background-attachment:scroll;
	font-family: 'Barlow', "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; /* ゴシック */
	line-height: 1.6;
	letter-spacing: 0.8px;
	-webkit-text-size-adjust:100%;
	font-size: 14px;
	font-weight: 400;
	color:#333;
	width:100%;
	overflow-x:hidden;
}

img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}

#wrapper{
	position:relative;
	overflow:hidden;
}

.contents_inner{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


/*--------------------------------------------------
**************************************************
  テキスト・フォント
**************************************************
--------------------------------------------------*/
.red   { color:#ff0000;}
.blue  { color:#0000ff;}
.green { color:#008000;}
.black { color:#000; }
.white { color:#fff; }

.Noto_Serif{
	font-family:'Noto Serif JP', serif;
}

.mincho{
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}


/*--------------------------------------------------
**************************************************
  リンク系（アンカー）
**************************************************
--------------------------------------------------*/
a {
	color: #CC0000;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a img{
	display: block;
	transition: 0.5s;
}

/* -- CSSで画像を整形していたら -- */
a.opa:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

/* フォームのsubmitを解除(iOS) */
input[type="submit"]{
	-webkit-appearance:none;
	border-radius:0;
}

/*--------------------------------------------------
**************************************************
  ヘッダー
**************************************************
--------------------------------------------------*/
.hd_home{
	position:fixed;
	width:100%;
	max-width: 100%;
	height:70px;
	z-index:2;
	background:#FFF;
}


.hd_home ul {
    display: block;
}

.hd_logo{
	position:fixed;
	top:15px;
	left:20px;
	z-index:200;
	width:auto;
	height: 30px;
}
.hd_logo img {
	width: 149px;
	height: 30px;
}

.hd_logo.actived{
	position:fixed;
}


/*--------------------------------------------------
**************************************************
  グローバルナビゲーション
**************************************************
--------------------------------------------------*/
/* ハンバーガーアイコン */
.Toggle {
	position:fixed;
	top:14px;
	right:15px;
	display:block;
	width:42px;
	height:42px;
	cursor:pointer;
	z-index:200;
}
.Toggle.actived{
	position:fixed;
}
header .Toggle span {
	position:absolute;
	left:6px;
	display:block;
	width:30px;
	border-bottom:#333 1px solid;
	-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
	transition: .35s ease-in-out;			/*変化の速度を指定*/
}
.Toggle span:nth-child(1) { top: 9px; }
.Toggle span:nth-child(2) { top: 18px; }
.Toggle span:nth-child(3) { top: 27px; }
.Toggle.actived span{
	border-color: #333;
}
/* 最初のspanをマイナス45度に */
.Toggle.actived span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.Toggle.actived span:nth-child(2),
.Toggle.actived span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* メニュー */
#nav_wrap{
	visibility:hidden;
	opacity:0;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:flex !important;
	justify-content:center;
	align-items:center;
	transition: opacity .6s ease, visibility .6s ease;
}
body.actived{
	overflow:hidden;
}
#nav_wrap.actived{
	visibility:visible;
	opacity:1;
	z-index:100;
	width:100%;
	background-color:#fff;
}

#nav_wrap li{
	opacity:0;
	transform:translateX(100px);
	transition:transform 6s ease, opacity 2s ease;
	margin:25px;
	text-align:center;
}

	#nav_wrap li:nth-child(2){
		transition-delay:.15s;
	}

	#nav_wrap li:nth-child(3){
		transition-delay:.3s;
	}

	#nav_wrap li:nth-child(4){
		transition-delay:.45s;
	}

	#nav_wrap li:nth-child(5){
		transition-delay:.6s;
	}

	#nav_wrap li:nth-child(6){
		transition-delay:75s;
	}

	#nav_wrap li:nth-child(7){
		transition-delay:.9s;
	}

	#nav_wrap li:nth-child(8){
		transition-delay:1.05s;
	}

	#nav_wrap li:nth-child(9){
		transition-delay:1.2s;
	}

#nav_wrap.actived li{
	opacity:1;
	transform:translateX(0);
	transition: transform 1.4s ease, opacity 1.4s ease;
}

#nav_wrap li a{
	font-size:14px;
	letter-spacing:0.3em;
	color:#444;
}

#nav_wrap li a[href*="#floor"]{
	display:block;
	margin:auto;
}

#nav_wrap li a[href$="#floor01"],
#nav_wrap li a[href$="#floor04"],
#nav_wrap li a[href$="#floor05"]{
	width:30px;
}

#nav_wrap li a[href$="#floor0203"]{
	width:81px;
}

#nav_wrap li a:hover{
	text-decoration:none;
}


.footer_cont{
  width: 90%;
}

/*--------------------------------------------------
**************************************************
  パンくず
**************************************************
--------------------------------------------------*/
.breadcrumb{
	width:100%;
	margin:0 auto;
	font-size:13px;
	color:#111;
	font-weight:500;
	padding:30px 5vw;
	-webkit-overflow-scrolling:touch;
	white-space:nowrap;
	overflow:auto;
}
.breadcrumb a{
	color:#111;
	margin:0 10px 0 0;
}
.breadcrumb > span > span{
	color: #111;
	margin:0 10px;
}


/*--------------------------------------------------
**************************************************
  メインコンテンツ
**************************************************
--------------------------------------------------*/



/*--------------------------------------------------
**************************************************
  下層ページ
**************************************************
--------------------------------------------------*/
section h1 {
	width:90%;
	margin:80px auto 0;
	font-size:10vw;
}
section h1 span {
	display:block;
	font-size:3.4vw;
	color:#e63c3c;
	position:relative;
	padding-left:12vw;
	margin-top:5px;
}
section h1 span::before {
	content:"";
	width:10vw;
	height:1px;
	background:#e63c3c;
	position:absolute;
	left:0;
	top:2.8vw;
}
/*--------------------------------------------------
**************************************************
  モジュール系
**************************************************
--------------------------------------------------*/
.box_shadow_1{
	box-shadow:10px 10px 10px 0px rgba(33,55,64,0.3);
}





/*--------------------------------------------------
**************************************************
  コンタクト
**************************************************
--------------------------------------------------*/

#Contact{
	background-color: #f6f6f6;
}

#Contact div.cont{
	width: 90%;
	margin: 0 auto;
}
#Contact div.cont ul li{
	font-size:16px;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
}

#Contact div.cont ul li.text{
	margin: 0 auto;
	margin-top:20px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: #696969 solid 1px;
}

#Contact div.cont ul li.text:first-letter{
	color: #166771;
}


#Contact div.cont ul li.ContactButton {
    margin: 60px auto;
    text-align: center;

}

#Contact div.cont ul li.ContactButton a{
	padding:24px 60px;
	font-size: 14px;
	background-color: #166771;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}


.pankz div.cont_area{
	width: 90%;
}

.pankz{
	font-size: 10px;
}


/*--------------------------------------------------
**************************************************
  フッター
**************************************************
--------------------------------------------------*/
footer {
	margin-top:0px;
	background:#212121;
	padding:20px 0 0;
}

.fotter_cont{
  margin: 0 auto;
  width: 1200px;
}
.fotterMap{
	width: 90%;
	margin:0 auto;
}

.fotterMap h3{
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 30px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    gap: 0 60px;
}


.fotterMap ul{
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}


.fotterMap ul li{
    width: 50%;
}


.fotterMap ul li a{
    text-decoration: none;
    color: rgb(54, 54, 54);
	height: 30px;
	padding-left: 0;
}

.fotterMap ul li a::before{
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: black;
	transform: rotate(45deg);
}

.site-info{
    color: #fff;
    margin:0;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background-color: #2d2d2d;
    padding: 10px 0;
}


/*--------------------------------------------------
**************************************************
  その他 (PageUpボタン 追従系 jsに関わるcssなど。)
**************************************************
--------------------------------------------------*/
/* フェードイン */
.scroll_fade_bottom{
	opacity:0;
	transform:translateY(150px);
	transition:1000ms;
}

.scroll_fade_right{
	opacity:0;
	transform:translateX(150px);
	transition:1000ms;
}

.scroll_fade_left{
	opacity:0;
	transform:translateX(-150px);
	transition:1000ms;
}


/*--------------------------------------------------
**************************************************
  モーション系
**************************************************
--------------------------------------------------*/
@keyframes pulseMotion {
    0% {
      transform: translate(-50%, -50%) scale(1, 1);
      background-color: rgba(2, 98, 207, 0.4)
    }
    100% {
      transform: translate(-50%, -50%) scale(3.5, 3.5);
      background-color: rgba(2, 98, 207, 0)
    }
  }
  
  .inner {
    display: flex;
    justify-content: center;
  }
  
  .point1 {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    background-color: #0086D1;
    border-radius: 50%;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .8s;
    cursor: pointer;
  }
  .point2 {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .8s;
    cursor: pointer;
  }

  
  .point3 {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    background-color: #004077;
    border-radius: 50%;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .8s;
    cursor: pointer;
  }
  
  .point2.-active {
    background-color: #144db8;
  }
  
  .point2.:focus {
    outline: none;
  }
  
  .point2:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: opacity linear 0.4s;
    content: '';
  }
  
  .point2.-active:after {
    animation: pulseMotion 2.4s linear infinite;
  }
  
}