@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600;700&family=Roboto&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,
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Barlow Semi Condensed",
    sans-serif, "Roboto", 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: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
}
a:active {
  color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}
#container {
  text-align: left;
}
#main {
  display: block;
  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.2rem;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  margin: 0 auto 12px;
  padding-top: 28px;
  max-width: 1200px;
}
#gHeader .hBox {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
#gHeader .logo {
  margin-right: 53px;
  max-width: 300px;
}
#gHeader h1 {
  margin-top: 5px;
  font-size: 1.3rem;
}
#gNavi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gNavi ul {
  margin-left: 19px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
#gNavi ul li {
  margin-right: 18px;
}
#gNavi ul li:last-child {
  margin-right: 0;
}
#gNavi ul li a {
  padding: 0 16px 8px;
  display: block;
  position: relative;
  letter-spacing: 0.08em;
  font-weight: bold;
}
#gNavi ul li a::after {
  width: 80px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  background-color: #ddd;
  opacity: 0;
}
#gNavi .btn {
  margin-bottom: 9px;
}
#gNavi .btn a {
  padding: 6px 10px;
  min-width: 175px;
  display: block;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: #d76363;
  box-sizing: border-box;
  font-weight: bold;
}
#gNavi .btn a:hover {
  opacity: 0.7;
}

/* nav-current-link */
#gNavi li a.current {
  display: block;
  border-bottom: 2px solid #0079be;
  /* padding-top: 2px; */
}

@media all and (-ms-high-contrast: none) {
  #gNavi .btn a {
    padding: 9px 10px 3px;
  }
}
@media all and (min-width: 897px) {
  #gNavi {
    display: flex !important;
  }
  /* #gNavi ul li.on a::after, */
  #gNavi ul li a:hover::after,
  #gNavi ul li a:active::after {
    opacity: 1;
  }
}
@media all and (max-width: 896px) {
  #gHeader {
    margin-bottom: 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gHeader .hBox {
    margin: 0 20px 0 0;
    display: block;
    flex: 1;
  }
  #gHeader .logo {
    margin: 0;
    text-align: left;
    width: 250px;
  }
  #gHeader .menu {
    padding: 15px 10px;
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #0079be;
    cursor: pointer;
    z-index: 999;
    box-sizing: border-box;
  }
  #gHeader .menu span {
    position: absolute;
    width: 30px;
    height: 2px;
    display: block;
    background-color: #fff;
    transition: all 0.3s ease;
    z-index: 20;
  }
  #gHeader .menu span:nth-of-type(2) {
    top: 24px;
  }
  #gHeader .menu span:nth-of-type(3) {
    top: 32px;
  }
  #gHeader .menu.active {
    top: 0px;
  }
  #gHeader .menu.active span {
    background-color: #fff;
  }
  #gHeader .menu.active span:first-of-type {
    transform: translate(0, 10px) rotate(45deg);
  }
  #gHeader .menu.active span:last-of-type {
    transform: translate(0, -7px) rotate(-45deg);
  }
  #gHeader .menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  #gNavi {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
    background-color: rgba(0, 121, 190, 0.9);
    box-sizing: border-box;
    z-index: 900;
  }
  #gNavi ul {
    margin: 0 0 30px 0;
    padding: 0 20px;
    display: block;
  }
  #gNavi ul li {
    margin-right: 0;
    border-bottom: 1px solid #fff;
  }
  #gNavi ul li a {
    padding: 15px 20px;
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
  }

  #gNavi ul li a::after {
    display: none;
  }
  #gNavi .btn {
    margin: 0 20px 0;
  }
  #gNavi .btn a {
    padding: 15px 10px;
    font-size: 2rem;
  }
}
@media all and (max-width: 374px) {
  #gHeader .logo {
    width: 210px;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 58px 20px 40px;
  position: relative;
  background-color: #333;
}
#gFooter .pageTop {
  position: absolute;
  right: 13.3%;
  top: -44px;
}
#gFooter .pageTop a:hover {
  opacity: 0.7;
}
#gFooter .fBox {
  margin-bottom: 22px;
  padding: 0 20px 30px;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid #444;
}
#gFooter .leftBox {
  margin-right: 125px;
  margin: 0 auto;
  text-align: center;
}
#gFooter .leftBox .fLogo {
  margin: 0 auto 22px;
  width: 182px;
}
#gFooter .leftBox p {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
#gFooter .leftBox p span.tel_wrapper {
  margin-right: 10px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
#gFooter .leftBox p span.tel_wrapper a {
  color: #fff;
}
#gFooter .fList {
  margin-top: 3px;
  display: flex;
  justify-content: space-between;
  flex: 1;
}
#gFooter .fList > li {
  /* width: calc(100% / 3); */
  min-width: 140px;
}
#gFooter .fList li > ul > li {
  margin-bottom: 3px;
}
#gFooter .fList li a {
  font-size: 1.4rem;
  font-weight: bold;
}
#gFooter .fList .innerList {
  margin: 0 0 10px 5px;
}
#gFooter .fList .innerList li {
  margin-bottom: 0;
  line-height: 1.6;
}
#gFooter .fList .innerList a {
  position: relative;
  font-size: 1.2rem;
  color: #bbb;
}
#gFooter ul a {
  color: #fff;
  letter-spacing: 0.04em;
}
#gFooter ul .innerList-ttl {
  color: #fff;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  font-weight: bold;
}
#gFooter ul a:hover {
  opacity: 0.7;
}
#gFooter .copyright {
  font-style: normal;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}
@media all and (max-width: 480px) {
  #gFooter .tel_wrapper {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
