@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a, a:link {
  color: #DDDDDD;
  text-decoration: none;
}
a:visited {
  color: #DDDDDD;
}
a:hover {
  color: #DDDDDD;
}
a:active {
  color: #DDDDDD;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #DDDDDD;
  font-size: 1.5rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #050F1A;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll !important;
}
#container {
  text-align: left;
  overflow: hidden;
}
#main {}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.5rem;
  }
  a:hover, a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 17px 106px 0 43px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  box-sizing: border-box;
}
#gHeader .snsList li {
  margin-right: 19px;
  display: inline-block;
  width: 34px;
}
#gHeader .snsList li a:hover {
  opacity: 0.7;
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.hBox {
  display: flex;
  align-items: center;
}
.hBox a {
  display: block;
}
.hBox .logo {
  margin-right: 34px;
  width: 234px;
}
.hBox h1 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.77;
  letter-spacing: 0;
}
#gHeader .hInner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#gHeader .hInner .snsList {
  display: flex;
  justify-content: center;
  align-items: center;
}
#gHeader .hInner .snsList {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gHeader .hInner .snsList li:not(:last-child) {
  margin-right: 12px;
}
#gHeader .hInner .snsList li a {
  display: block;
}
#gHeader .hInner .snsList li a:hover {
  opacity: 0.7;
}
#gHeader .hInner .btn a {
  display: block;
}
#gHeader .hInner .btn a:hover {
  opacity: 0.7;
}
#gNavi {
  margin-right: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
}
#gNavi ul li {
  margin-right: 29px;
  display: inline;
}
#gNavi ul li:last-child {
  margin-right: 0;
}
#gNavi ul li a:hover {
  opacity: 0.7;
}
.menu {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 0;
  top: 0;
  background: url("../../img/common/menu_img01.jpg") no-repeat right top / 100px;
  z-index: 102;
  cursor: pointer;
}
.menu.active {
  background: url("../../img/common/menu_img02.png") no-repeat right top / 25px;
  right: 37px;
  top: 37px;
  width: 25px;
  height: 25px;
}
.menuBox {
  box-sizing: border-box;
  width: 368px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.5s ease;
  background-color: #1C1776;
}
.menuBox.on {
  transform: translateX(0);
}
.menuBox .inner {
  padding: 88px 51px;
}
.menuList {
  padding: 88px 51px 0;
}
.menuList li {
  margin-top: 40px;
}
.menuList a {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.menuList a:hover {
  opacity: 0.7;
}
@media all and (max-width: 984px) {
  #gHeader {
    padding: 17px 94px 0 29px;
  }
  .hBox .logo {
    margin-right: 14px;
    width: 200px;
  }
}
@media all and (max-width: 896px) {
  #gHeader {
    padding: 9px 87px 0 26px;
  }
  .hBox .logo {
    margin-right: 0;
    width: 180px;
  }
  #gHeader .spBox .menuBtn a {
    display: block;
  }
  #gHeader .spBox .menu {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 60;
  }
  #gHeader .spBox .menu .bgBox {
    margin: 0;
    padding: 0;
    width: 280px;
    height: 100%;
    float: right;
    background-color: #EF8661;
  }
  #gHeader .spBox .menu .closeBtn {
    margin: 22px 22px 30px;
    text-align: right;
  }
  #gHeader .spBox .menu .closeBtn a {
    display: inline-block;
  }
  #gHeader .spBox .menu .menuList {
    margin-left: 40px;
  }
  #gHeader .spBox .menu .menuList li a {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 3.47;
    letter-spacing: 0;
  }
  #gHeader .snsList li {
    margin-right: 0;
  }
  .menu {
    background: url("../../img/common/sp_menu_img01.jpg") no-repeat right top / 70px;
  }
  .menuBox {
    width: 280px;
  }
  .menuList {
    padding: 60px 41px;
  }
  .menuList li {
    margin-top: 35px;
  }
  .menuList a {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .menu.active {
    right: 22px;
    top: 23px;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 108px 0 0;
  text-align: center;
}
#gFooter .fNavi {
  margin-bottom: 41px;
}
#gFooter .fNavi li {
  margin-right: 31px;
  display: inline-block;
}
#gFooter .fNavi li:last-child {
  margin-right: 0;
}
#gFooter .fNavi li a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300;
}
#gFooter .fNavi li a:hover {
  opacity: 0.7;
}
#gFooter .fLogo {
  margin: 0 auto 48px;
  max-width: 313px;
}
#gFooter .txt {
  margin-bottom: 109px;
  color: #DDDDDD;
}
address {
  padding: 14px 20px 15px;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  text-align: center;
  background-color: #1C1776;
}
@media all and (max-width: 896px) {
  #gFooter {
    padding-top: 70px;
  }
  #gFooter .fLogo {
    margin-bottom: 25px;
    max-width: 257px;
  }
  #gFooter .txt {
    margin-bottom: 36px;
    line-height: 1.9;
  }
  address {
    padding: 14px 20px 15px;
  }
}
@media all and (max-width: 374px) {
  #gHeader {
    padding: 9px 78px 0 15px;
  }
  #gFooter .txt {
    font-size: 1.3rem;
  }
}