@charset "utf-8";

*,
*:before,
*:after {
  box-sizing: inherit;
}


html {
 /* font-size: 0.71vw;*/
  font-size: 10px;
}

html,
body {
  color: #000;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
  "Hiragino Sans", Meiryo, sans-serif;
}
a:hover img {

}

a,
a:hover {
}
a:hover {
}
a:hover.disable {
  opacity: 1 !important;
}
.imgCenter {
  margin: auto;
  display: block;
}

.sp_only {
  display: none;
}

.pc_only {
  display: inherit;
}

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

.di-fl {
  display: flex;
  flex-wrap: wrap;
}

.list-box{
  text-indent: -1em;
  padding-left: 1em;
}
.list{
  text-indent: -1em;
  padding-left: 1em;
}
/* 通常時の画像スタイル */
.normal-image {
  display: block !important;
}

/* ホバー時の画像スタイル */
.hover-image {
  display: none !important;
}

/* ホバー時に通常の画像を非表示にし、ホバー画像を表示する */
picture:hover .normal-image {
  display: none !important;
}

picture:hover .hover-image {
  display: block !important;
}
.inner {
  box-sizing: border-box;
  /*width: 85.71%;*/
  width: 1000px;
  margin: 0 auto;
}

.font-mi {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.font-go {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
.murecho {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.other section{
margin: 10rem 0;
}
#page-ttl h2 {
  font-size: 3.6rem;
  padding: 5rem 0;
}

#page-ttl h2 span {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}

#page-ttl {
  border-bottom: solid 1px;
}


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

header / nav

-----------------------*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  box-sizing: border-box;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 1.6rem 3rem;
  box-sizing: border-box;
}
.header.fixed   {
  background: #fff;
}

.header-logo {
  margin: 0;
  line-height: 1.3;
}

.header-logo a {
  display: block;
  text-decoration: none;
  color: #000;
}

.header-logo a:hover {
  opacity: 0.8;
}

.header-logo__sub {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.header-logo__main {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.header-nav {
  flex-shrink: 0;
}

.header-nav__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-nav__list li {
  position: relative;

}


.header-nav__list a {
  display: block;
  color: #000;
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding: 0 1.4rem;
}
.header-nav__list a:hover {
  background: #09113f;
  color: #fff;
}

.header-nav__list a:hover {
  opacity: 0.7;
}

.main {
  margin-top: 60px;
}

.hamburger {
  display: none;
}

.black_bg {
  display: none;
}

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

footer 共通

-----------------------*/
.footer {
  background-color: #0a0500;
  color: #fff;
  padding: 6rem 2rem 3rem;
  box-sizing: border-box;
}

.footer-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.footer-info__inner {
  display: grid;
  grid-template-columns: 80px 4fr;
  gap: 2rem;
}

.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}

.footer-info__sub {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.footer-info__main {
  margin: 0.2rem 0 0;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.footer-info__address {
  margin: 1.6rem 0 0;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.footer-btns {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
}

.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16rem;
  padding: 1rem 4rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  transition: background-color 0.3s, color 0.3s;
}

.footer-btn:hover {
  background-color: #fff;
  color: #0a0500;
  opacity: 1;
}

.footer-copyright {
  margin: 5rem 0 0;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
