@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", "YuGothic", "ＭＳ Ｐゴシック", "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%;
}
a,
a:link {
  color: #252525;
  text-decoration: none;
}
a:visited {
  color: #252525;
}
a:hover {
  color: #252525;
}
a:active {
  color: #252525;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 897px;
  color: #252525;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#container {
  position: relative;
  text-align: left;
  /* overflow: hidden; */
}
#main {
  overflow: hidden;
}
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.3rem;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  /* background: #f6f6f6; */
}
#gHeader h1 {
  padding: 36px 0 0 30px;
  float: left;
}
#gHeader .rBox {
  float: right;
}
#gHeader .rBox .linkUl {
  float: left;
  padding: 49px 0 0;
}
#gHeader .rBox .linkUl li {
  margin-right: 40px;
  display: inline-block;
  font-size: 1.5rem;
}
#gHeader .rBox .linkUl li a {
  padding-left: 17px;
  color: #0d0d0d;
  font-weight: bold;
  display: inline-block;
  background: url("../../img/common/icon01.png") no-repeat left top 6px;
}
#gHeader .rBox .linkUl li a:hover {
  opacity: 0.7;
}
#gHeader .rBox .lanUl {
  padding: 45px 48px 0 22px;
  float: left;
}
#gHeader .rBox .lanUl li {
  display: inline-block;
}
#gHeader .rBox .lanUl li a {
  padding: 0 6px;
  display: inline-block;
  color: #8d8d8d;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
}
#gHeader .rBox .lanUl li:first-child a:before {
  position: absolute;
  right: -4px;
  top: 3px;
  width: 1px;
  height: 20px;
  background: #252525;
  content: "";
}
#gHeader .rBox .lanUl .on a,
#gHeader .rBox .lanUl li a:hover {
  color: #e00012;
}
#gHeader .rBox .btn {
  float: right;
  width: 120px;
  text-align: center;
  position: relative;
  z-index: 101;
  background: #fff;
}
#gHeader .rBox .btn a {
  padding: 40px 10px 31px;
  display: block;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  background: #252525;
  margin-top: 0;
}
#gHeader .rBox .btn a:hover {
  opacity: 0.7;
}
#gHeader .rBox .btn img {
  display: block;
  margin: 0 auto 12px;
}
#gHeader .rBox .btn span {
  display: block;
  letter-spacing: 1px;
  background: none;
  padding: 0;
}
@media all and (max-width: 896px) {
  #gHeader {
    padding: 15px;
  }
  #gHeader h1 {
    padding: 0;
    width: 200px;
  }
  #gHeader .rBox {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    float: none;
    background-color: rgba(246, 246, 246, 0.9);
    z-index: 1000;
  }
  #gHeader .rBox .linkUl {
    float: none;
    padding: 60px 20px 20px;
  }
  #gHeader .rBox .linkUl li {
    margin-right: 0;
    display: block;
    font-size: 1.5rem;
  }
  #gHeader .rBox .linkUl li a {
    padding: 10px 10px 10px 17px;
    background: url("../../img/common/icon01.png") no-repeat left center;
  }
  #gHeader .rBox .lanUl {
    padding: 0 20px;
    float: none;
  }
  #gHeader .rBox .lanUl li a:hover {
    color: #8d8d8d;
  }
  #gHeader .rBox .lanUl .on a:hover {
    color: #e00012;
  }
  #gHeader .rBox .btn {
    float: none;
    width: 260px;
    margin: 20px auto;
  }
  #gHeader .rBox .btn a {
    padding: 20px 10px;
    color: #fff;
  }
  #gHeader .rBox .btn img {
    display: inline-block;
    margin: -3px 7px 0 0;
    vertical-align: middle;
  }
  #gHeader .rBox .btn span {
    display: inline-block;
    letter-spacing: 1px;
  }
  .menu {
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 60px;
    height: 60px;
    z-index: 1001;
  }
  .menu span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    right: 18px;
    width: 24px;
    height: 2px;
    background-color: #252525;
  }
  .menu span:nth-of-type(1) {
    top: 19px;
  }
  .menu span:nth-of-type(2) {
    top: 29px;
  }
  .menu span:nth-of-type(3) {
    top: 39px;
  }
  .menu.on span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .menu.on span:nth-of-type(2) {
    right: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 0.8s forwards;
    animation: active-menu-bar02 0.8s forwards;
  }
  .menu.on span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
  position: absolute;
  right: 53px;
  bottom: 41px;
  z-index: 200;
}
.pageTop a:hover {
  opacity: 0.7;
}
.fixBox {
  position: absolute;
  right: -120px;
  top: 0;
  /* height: 992px; */
  height: 100%;
  width: 120px;
  background: #e10012;
  z-index: 100;
  text-align: center;
}
.fixBox .infoFixed {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.fixBox p {
  height: 330px;
  margin: auto 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  writing-mode: horizontal-tb;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  -webkit-writing-mode: horizontal-tb;
  -webkit-writing-mode: vertical-rl;
  -webkit-writing-mode: tb-rl;
}
#gFooter {
  position: relative;
  padding: 48px 0 15px;
  text-align: center;
  background: #303030;
  z-index: 101;
}
#gFooter .fLogo {
  margin-bottom: 31px;
}
#gFooter .copyright {
  color: #7e7e7e;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  text-align: center;
}
@media all and (max-width: 896px) {
  .pageTop {
    right: 10px;
    bottom: 30px;
    width: 60px;
  }
  .fixBox {
    display: none;
  }
  #gFooter {
    padding: 10px 15px;
  }
  #gFooter .fLogo {
    margin-bottom: 20px;
  }
  #gFooter .fLogo img {
    width: 160px;
  }
  #gFooter .copyright {
    font-size: 1.1rem;
  }
}
@media all and (-ms-high-contrast: none) {
  #gHeader .rBox .linkUl li a {
    background-position: left top 4px;
  }
}

.xpn {
  display: none !important;
}
