* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 10px;
  font-size: 1.0rem;
}

body {
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.7;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.70px;
  width: 100%;
  font-weight: 400;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

img {
  width: 100%;
  height: auto;
}

main {
  overflow: hidden;
  font-size: 1.4rem;
  padding: 55px 0 0;
}

/* --------------
 .class
----------------*/

.sp {
  display: none;
}


/* --------------
#header
----------------*/

#header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
  height: 55px;
}

#header_logo {
  position: absolute;
  left: 30px;
  top: 15px;
}

#header_logo a {
  display: flex;
  align-items: center;
}

#header_logo img {
  max-width: 104px;
}

#header_logo span {
  font-size: 1.2rem;
  margin-left: 1em;
}

/*　ハンバーガーボタン　*/
#header .hamburger {
  display: none;
}


#header nav.globalMenu {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  right: 0;
}

#header nav.globalMenu ul {
  display: flex;
  align-items: center;
}

#header nav.globalMenu ul li {
  margin-right: 2.5em;
  font-size: 1.5rem;
}

#header nav.globalMenu ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#header nav.globalMenu ul li:hover {}

#header nav.globalMenu ul li a {
  color: #000;

}

#header p.contact_b a {
  background: #59756A;
  color: #fff;
  font-size: 1.5rem;
  min-width: 180px;
  display: flex;
  min-height: 55px;
  align-items: center;
  justify-content: center;
}



/* --------------
.footer_contact
----------------*/

.footer_contact {
  background: #EDEDED;
  padding: 0 5%;
  position: relative;
  z-index: 1;
}

.footer_contact .inner {
  display: flex;
  align-items: center;
  padding: 7em 0;
  max-width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
}

.footer_contact .contact_tit {
  text-align: left;
}

.footer_contact .contact_tit h3 {
  color: #000;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  line-height: 1;
}

.footer_contact .contact_tit h3 span {
  color: #59756A;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 0.5em;
}

.footer_contact .contact_tit h3+p {
  font-size: 1.6rem;
  padding-top: 1.5em;
}

.footer_contact p.link_b {
    flex: 1;
}

.footer_contact p.link_b a {
  float: right;
}


/* --------------
 #footer
----------------*/

#footer .footer_btm {
  background: #59756A;
  color: #fff;
}

#footer .footer_btm .inner {
  margin: 0 auto;
  padding: 100px 5%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

#footer #footer_logo img {
  max-width: 156px;
}

#footer #footer_logo small {
  display: block;
  text-align: left;
  font-size: 1.2rem;
}

#footer ul.footer_menu li {
  display: inline-block;
  margin: 0 1em;
}

#footer ul.footer_menu li a {
  color: #fff;
  font-size: 1.2rem;
}

/* --------------
 .background-movie
----------------*/
.background-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.background-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  filter: grayscale(100%); /* 白黒フィルターの適用 */
}

/* --------------
 button
----------------*/

.link_b a {
  background: #59756A;
  border: 2px solid #59756A;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  padding: 1em;
  border-radius: 10px;
  max-width: 325px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  position: relative;
 z-index: 1;
 transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}


.link_b a:hover {
  background: #fff;
  color: #59756A;
}
