@charset "UTF-8";
body {
  color: #000;
  font-size: 16px;
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 1.9;
}

body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  width: auto;
  max-width: 100%;
}

.key {
  position: relative;
}

.key:after {
  content: "";
  display: block;
  clear: both;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 120px;
  height: 100vh;
  background: #fff;
  padding-bottom: 23px;
  z-index: 100;
}
.rec {
margin: 120px 10px 0px;
    text-align: center;
}

@media screen and (max-width: 768px) {
  #header {
    position: absolute;
    width: 99px;
    height: auto;
    top: auto;
    left: 3%;
    bottom: -107px;
    z-index: 10;
  }
}

.hd_ttl {
  text-align: center;
  background: url(../img/top/hd_logo_ico.svg) no-repeat center top 27px;
  background-size: 58px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .hd_ttl {
    background-size: 47px;
    background-position: center top 12px;
    padding-top: 70px;
  }
  .hd_ttl img {
    width: 36px;
  }
}

.hd_subNavi {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .hd_subNavi {
    margin-top: 18px;
  }
}

.hd_subNavi li {
  text-align: center;
}

.hd_subNavi li + li {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .hd_subNavi li + li {
    margin-top: 15px;
  }
}

.hd_subNavi a {
  display: inline-block;
  width: 64px;
  text-align: center;
  color: #4A225D;
  font-size: 12px;
  border: solid 1px #4A225D;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
  .hd_subNavi a {
    font-size: 13px;
    width: 84px;
  }
}

.hd_subNavi .fb {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .hd_subNavi .fb {
    margin-top: 20px;
  }
}

.hd_subNavi .fb a {
  border: none;
}

.key_ttl {
  position: absolute;
  bottom: 50px;
  right: 58px;
  width: 5.9%;
  min-width: 59px;
  max-width: 114px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .key_ttl {
    right: 3.6%;
    bottom: 24%;
    width: 15.2%;
    min-width: 0;
    max-width: 57px;
  }
}

.key_txt {
  position: absolute;
  right: 110px;
  bottom: -83px;
  width: 20.5%;
  min-width: 206px;
  max-width: 394px;
}

@media screen and (max-width: 768px) {
  .key_txt {
    right: 3%;
    bottom: -17%;
    width: 48.9%;
    min-width: 0;
    max-width: 183px;
  }
}

.hd_menu {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 9999;
}

.hd_menu.open .hd_menu_btn span:nth-child(1) {
  top: 11px;
  transform: rotate(-45deg);
}

.hd_menu.open .hd_menu_btn span:nth-child(2) {
  opacity: 0;
}

.hd_menu.open .hd_menu_btn span:nth-child(3) {
  bottom: 11px;
  transform: rotate(45deg);
}

.hd_menu.open .hd_menuBox {
  height: 402px;
}

.hd_menu_btn {
  position: absolute;
  top: 11px;
  right: 2.8%;
  width: 36px;
  height: 25px;
  cursor: pointer;
}

.hd_menu_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: all .4s;
}

.hd_menu_btn span:nth-child(1) {
  top: 0;
}

.hd_menu_btn span:nth-child(2) {
  top: 11px;
}

.hd_menu_btn span:nth-child(3) {
  bottom: 0;
}

.hd_menuBox {
  text-align: center;
  background: rgba(35, 24, 21, 0.77);
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.4s;
}

.hd_menuBox li {
  border-bottom: solid 1px #fff;
}

.hd_menuBox a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 16px 0;
}

.hd_menu_logo {
  padding-top: 17px;
}

.hd_menu_logo img {
  width: 31px;
}

#gNavi li {
  text-align: center;
	margin-top: 30px;
}

#gNavi li + li {
  margin-top: 25px;
}

#gNavi a {
  font-size: 16px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
font-weight: bold;
}

.container {
  background: url(../img/top/top_bg01.png);
}

#footer {
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #000;
  padding: 40px 0 36px 120px;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 2.2% 15px;
  }
  #footer .contentIn {
    margin: 0;
  }
}

.ft_access {
  transition: all 0.4s;
}

@media screen and (max-width: 1024px) {
  .ft_access {
    font-size: 12px;
  }
}

.ft_linkArea {
  display: inline-block;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 11px 29px 11px 0;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .ft_linkArea {
    width: 100%;
    padding-right: 0;
    margin: 22px 0 20px;
    padding-bottom: 6px;
  }
}

.ft_navi {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .ft_navi {
    width: 80%;
    vertical-align: middle;
  }
}

.ft_navi li {
  display: inline-block;
  padding: 0 20px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .ft_navi li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .ft_navi li {
    padding: 0 3%;
    float: left;
    margin-bottom: 10px;
  }
  .ft_navi li:nth-child(5) {
    border-left: none;
    clear: left;
  }
}

.ft_navi li + li {
  border-left: 1px solid #fff;
}
#footer a,
.ft_navi a {
  color: #fff;
  line-height: 1;
  transition: all 0.4s;
}

@media screen and (max-width: 1024px) {
  .ft_navi a {
    font-size: 12px;
  }
}

.ft_sns {
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
  transition: all 0.4s;
}

@media screen and (max-width: 1024px) {
  .ft_sns {
    float: right;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .ft_sns {
    margin: 10px 2% 0 0;
  }
}

.ft_sns img {
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .ft_sns img {
    width: 23px;
  }
}

.ft_copy {
  font-size: 10px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .ft_copy {
    font-size: 8px;
    text-align: center;
  }
}

/*inview*/

.list{

	list-style-type: none;
	overflow: hidden;
}
.list li{


	transition: .9s;
}

.list-mv07{
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px); 
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
/*# sourceMappingURL=../maps/cmn_layout.css.map */

.animate {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

#office_map{
  width: 100%;
  height: 400px;
}
.space01{
    padding-top: 150px;
}

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

    .space01{
    padding-top: 10px;
}
    
}