@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;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: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 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: #111010;
  text-decoration: none;
}
a:visited {
  color: #111010;
}
a:hover {
  color: #111010;
}
a:active {
  color: #111010;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  /* min-width: 1000px; */
  color: #111010;
  font-size: 1.6rem;
  line-height: 2.25;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}
#container {
  text-align: left;
}
#main {
  display: block;
}
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.2rem;
  }
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  #main {
    padding-top: 90px;
    overflow: hidden;
  }
  /* a:hover,
	a:hover img {
		opacity: 1 !important;
	} */
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 16px 0;
}
#gHeader h1 a {
  display: block;
}
#gHeader .hInner {
  margin: 0 auto;
  max-width: 1000px;
}
#gHeader .hBox {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#gHeader .hBox .hRBox {
  display: flex;
  align-items: center;
}
#gHeader .hBox .hRBox .hLinkBox {
  margin-right: 28px;
}
#gHeader .hBox .hRBox .hLinkBox p {
  margin-bottom: 5px;
}
#gHeader .hBox .hRBox .hLinkBox p a {
  padding-left: 20px;
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.375;
  font-weight: 600;
  background: url("../../img/common/icon01.png") no-repeat left center / 16px auto;
  font-family: "Montserrat", sans-serif;
}
#gHeader .hBox .hRBox .hLinkBox ul {
  margin-left: 8px;
  display: flex;
  justify-content: space-between;
}
#gHeader .hBox .hRBox .hLinkBox li a {
  padding-left: 22px;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2.2;
  color: #1b1b1b;
  background: url("../../img/common/icon03.png") no-repeat left center / 16px auto;
  font-family: "Montserrat", sans-serif;
}
/* #gHeader .hBox .hRBox .hLinkBox li a:hover {
	opacity: 0.7;
} */
#gHeader .hBox .hRBox .hLinkBox li .ins {
  padding-left: 25px;
  background: url("../../img/common/icon04.png") no-repeat left center / 20px auto;
}
#gHeader .hBox .hRBox .hBtn {
  width: 180px;
  text-align: center;
}
#gHeader .hBox .hRBox .hBtn a {
  padding: 16px 32px 12px 50px;
  display: block;
  font-size: 1.6rem;
  line-height: 2.06;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  box-sizing: border-box;
  background: #ec6617 url("../../img/common/icon02.png") no-repeat left 25px center / 19px auto;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #ec6617;
}
#gHeader .hBox .hRBox .hBtn a:hover {
  background: #ec6617 url(../../img/common/icon02_hov.png) no-repeat left 25px center / 19px auto;
  background-color: #fff;
  color: #ec6617;
  transition: 0.4s;
}
/* #gHeader .hBox .hRBox .hBtn a:hover {
	opacity: 0.7;
} */
#gNavi {
  margin-bottom: 9px;
}
#gNavi ul {
  display: flex;
}
#gNavi li {
  width: 16.66%;
  text-align: center;
}
#gNavi li a {
  padding: 0 20px;
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #1b1b1b;
  border-left: 1px solid #dadada;
}
#gNavi li:last-of-type a {
  border-right: 1px solid #dadada;
}
#gNavi li a span {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
}
#gNavi li a.on::after {
  position: absolute;
  width: 45px;
  height: 4px;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  background-color: #ec6617;
  content: "";
  z-index: 10;
}
@media all and (min-width: 897px) {
  #gNavi li a {
    transition: 0.4s;
  }
  #gNavi li a:hover::after {
    position: absolute;
    width: 45px;
    height: 4px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    background-color: #ec6617;
    content: "";
    z-index: 10;
    transition: 0.4s;
  }
}
@media all and (max-width: 896px) {
  #gHeader {
    /* padding: 5px 20px 0; */
    padding: 2% 1% 0;
    position: fixed;
    width: -webkit-fill-available;
    z-index: 12;
    background: #fff;
  }
  #gHeader .hBox {
    width: 70px;
    margin-bottom: 10px;
  }
  #gHeader .hInner {
    width: auto;
  }
  .menu {
    /* position: absolute; */
    position: fixed;
    top: 29px;
    right: 10px;
    width: 34px;
    height: 29px;
    z-index: 100;
    cursor: pointer;
  }
  .menu div {
    position: relative;
    z-index: 13;
  }
  .menu span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #444;
    transition: 0.35s ease-in-out;
  }
  .menu span:nth-child(1) {
    top: 2px;
  }
  .menu span:nth-child(2) {
    top: 12px;
  }
  .menu span:nth-child(3) {
    top: 21px;
  }
  .menu.is-open span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  .menu.is-open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .menu.is-open span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }
  .menuBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 13;
  }
  .overlay-scale {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  }
  .overlay-scale.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    background: rgba(255, 255, 255, 1);
  }
  #gNavi .global-navigation {
    padding: 100px 20px;
    height: 100%;
    min-height: 480px;
    display: block;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 50px;
    z-index: 20;
  }
  #gNavi ul {
    margin-bottom: 50px;
    width: 100%;
    display: block;
  }
  #gNavi li {
    margin-top: 20px;
    width: auto;
    text-align: center;
  }
  #gNavi li a {
    border: none;
  }
  #gNavi li:last-of-type a {
    border-right: none;
  }
  #gNavi li a.on::after {
    bottom: -6px;
  }
  #gNavi p {
    text-align: center;
  }
  #gNavi p a {
    padding-left: 40px;
    display: inline-block;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.375;
    font-weight: 600;
    text-align: center;
    background: url(../../img/common/icon01.png) no-repeat left center / 16px auto;
    font-family: "Montserrat", sans-serif;
  }
  #gNavi .snsList {
    margin-bottom: 20px;
  }
  #gNavi .snsList li a {
    padding: 0 0 0 22px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 2.2;
    color: #1b1b1b;
    background: url(../../img/common/icon03.png) no-repeat left center / 16px auto;
    font-family: "Montserrat", sans-serif;
  }
  #gNavi .snsList li .ins {
    padding-left: 25px;
    background: url(../../img/common/icon04.png) no-repeat left center / 20px auto;
  }
  #gNavi .btn {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 180px;
    text-align: center;
  }
  #gNavi .btn a {
    padding: 16px 32px 12px 50px;
    display: block;
    font-size: 1.6rem;
    line-height: 2.06;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
    background: #ec6617 url(../../img/common/icon02.png) no-repeat left 25px center / 19px auto;
    font-family: "Montserrat", sans-serif;
  }
}
@media all and (max-width: 896px) {
  #gNavi p a {
    background-position: left 20px center;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  position: relative;
}
#gFooter .pageTop {
  position: absolute;
  bottom: 6%;
  right: 24%;
}
#gFooter .pageTop a {
  display: block;
  transition: .5s;
  width: 40px;
  height: 30px;
  box-sizing: border-box;
  padding: 8px;
}
#gFooter .pageTop a:hover {
  transform: translateY(-10px);
}
@media only screen and (max-width: 767px) {
  #gFooter .pageTop a:hover {
    transform: translateY(0);
  }
}
#gFooter .pageTop a img {
  display: block;
  width: 24px;
}
#gFooter .fBox {
  width: 100%;
  margin-bottom: 44px;
  padding-left: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#gFooter .fBox .fLBox {
  width: 455px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#gFooter .fBox .fLBox .fLogo {
  width: 85px;
}
#gFooter .fBox .fLBox .fLogo a {
  display: block;
}
#gFooter .fBox .fLBox p {
  padding-top: 13px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.66;
  box-sizing: border-box;
  width: 310px;
}
#gFooter .fBox .fLBox p a,
#gFooter .fBox .fLBox p span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.42;
}
#gFooter .fBox .fNavi {
  margin-top: -6px;
  width: 435px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
}
#gFooter .fBox .fNavi li {
  margin-top: 16px;
  line-height: normal;
}
#gFooter .fBox .fNavi li a {
  padding: 0 18px 0 20px;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  border-right: 1px solid #dadada;
}
/* #gFooter .fBox .fNavi li a:hover {
	opacity: 0.7;
} */
#gFooter .fBox .fNavi li:first-of-type a,
#gFooter .fBox .fNavi li:nth-of-type(5) a {
  padding-left: 18px;
}
#gFooter .fBox .fNavi .list01 a,
#gFooter .fBox .fNavi li:last-of-type a {
  padding-right: 0;
  border: none;
}
#gFooter address {
  padding: 13px 0 12px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-style: normal;
  text-align: center;
  color: #fff;
  background-color: #ec6617;
}
@media all and (-ms-high-contrast: none) {
  #gFooter .fBox .fNavi li a {
    padding: 6px 22px 0 23px;
  }
}
@media all and (max-width: 896px) {
  #gFooter .pageTop {
    bottom: 4%;
    right: 10%;
  }
  #gFooter .fBox {
    margin-bottom: 20px;
    padding-left: 20px;
    display: block;
  }
  #gFooter .fBox .fLBox {
    margin-bottom: 20px;
    width: auto;
    display: block;
  }
  #gFooter .fBox .fLBox .fLogo {
    margin: 0 auto;
  }
  #gFooter .fBox .fLBox p {
    text-align: center;
    width: 100%;
  }
  #gFooter .fBox .fNavi {
    margin: -6px auto 0;
    width: 335px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
  }
  #gFooter .fBox .fNavi li {
    margin-top: 0;
    padding-top: 16px;
    width: 50%;
    box-sizing: border-box;
  }
  #gFooter .fBox .fNavi li a {
    padding: 0 10px !important;
    border: none;
  }
  #gFooter .fBox .fNavi li:nth-of-type(2n-1) {
    border-right: 1px solid #ccc;
    box-sizing: border-box;
  }
  #gFooter .fBox .fNavi li:nth-of-type(2n) a {
    padding: 0 0 0 40px !important;
  }
}
@media all and (max-width: 374px) {
  #gFooter .fBox .fNavi {
    width: auto;
  }
}

a img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
