@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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,
figcaption,
figure,
section,
footer,
header,
main,
hgroup,
menu,
nav,
summary {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
@media all and (max-width: 389px) {
  html {
    font-size: calc(1000vw / 390);
  }
}
body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
chrome_annotation {
  border: none !important;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
a,
a:link {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#container {
  text-align: left;
  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.4rem;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  height: 8.8rem;
  position: fixed;
  left: 2.2rem;
  top: 2.3rem;
  right: 2.2rem;
  padding: 2.6rem 4rem;
  box-sizing: border-box;
  z-index: 99;
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 0.2rem 0.5rem 0 rgba(9, 19, 40, 0.16);
  opacity: 1;
  visibility: visible;
  transition: all ease 0.3s;
}
#gHeader.sticky {
  /* width: 100%; */
  left: 0;
  top: 0;
  right: 0;
  border-radius: 0;
  background-color: #fff;
}
#gHeader.hide {
  opacity: 0;
  visibility: hidden;
}
#gHeader h1 {
  margin-right: 2.6rem;
  width: 16.2rem;
}
#gHeader .hImg01 {
  margin-top: 0.1rem;
  width: 4.8rem;
}
#gHeader .hImg02 {
  margin: 0.1rem 0 0 2.1rem;
  width: 9.9rem;
  position: relative;
}
#gHeader .hImg02::before {
  position: absolute;
  left: -1.1rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #3d62ad;
  content: "";
}
#gHeader .hLink {
  position: absolute;
  right: 1.3rem;
  top: 1.8rem;
  width: 20.2rem;
}
#gHeader .hLink a {
  height: 5.2rem;
  padding-right: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 5rem;
  background: #e8720c url(../img/common/icon01.png) no-repeat right 2.8rem
    center;
  background-size: 0.7rem auto;
  box-shadow: 0 0.3rem 0.4rem rgba(232, 114, 12, 0.3);
}
#gHeader .hLink a:hover {
  opacity: 0.7;
}
#gNavi {
  position: absolute;
  right: 26.7rem;
  top: 0;
  font-size: 1.6rem;
  font-weight: 700;
}
#gNavi li a {
  height: 8.8rem;
  padding: 2rem 2.3rem;
  display: flex;
  align-items: center;
}
#gNavi li a:hover {
  opacity: 0.7;
}
@media all and (min-width: 897px) {
  .menuBox {
    display: block !important;
  }
}
@media all and (min-width: 897px) and (max-width: 1220px) {
  #gHeader {
    padding-left: 2rem;
  }
  #gNavi {
    right: 20rem;
  }
}
@media all and (min-width: 897px) and (max-width: 1140px) {
  #gHeader .hLink {
    width: 18rem;
  }
  #gHeader .hLink a {
    background-position: right 1.5rem center;
  }
  #gNavi {
    right: 19rem;
  }
  #gNavi li a {
    padding: 2rem 1rem;
  }
}
@media all and (min-width: 897px) and (max-width: 1050px) {
  #gHeader {
    padding-left: 1rem;
    left: 1rem;
    right: 1rem;
  }
  #gHeader h1 {
    margin-right: 0.5rem;
  }
  #gHeader .hLink {
    right: 0.5rem;
    width: 16.5rem;
  }
  #gHeader .hLink a {
    background-position: right 1.2rem center;
  }
  #gNavi {
    right: 17rem;
    font-size: 1.4rem;
  }
  #gNavi li a {
    padding: 2rem 0.5rem;
  }
}
@media all and (max-width: 896px) {
  #gHeader {
    height: auto;
    left: 0;
    top: 0;
    right: 0;
    padding: 2rem 2.4rem;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  #gHeader h1 {
    margin-right: 1.6rem;
    width: 10.5rem;
    position: relative;
    z-index: 1;
  }
  #gHeader .hImg01 {
    width: 3.1rem;
    position: relative;
    z-index: 1;
  }
  #gHeader .hImg02 {
    margin: 0.1rem 0 0 1.4rem;
    width: 6.4rem;
    position: relative;
    z-index: 1;
  }
  #gHeader .hImg02::before {
    left: -0.7rem;
    bottom: 0.2rem;
  }
  #gHeader .hLink {
    display: none;
  }
  .menu {
    width: 4.9rem;
    height: 4.9rem;
    position: absolute;
    right: 1.3rem;
    top: 0.75rem;
    border-radius: 100%;
    background-color: #e8720c;
    box-shadow: 0 0.2rem 0.4rem rgba(232, 114, 12, 0.3);
  }
  .menu span {
    width: 2rem;
    height: 1px;
    position: absolute;
    top: 2.1rem;
    left: 1.5rem;
    background: #fff;
    transition: all 0.35s ease;
  }
  .menu span:nth-of-type(2) {
    top: 2.6rem;
  }
  .menu.on span:nth-of-type(1) {
    transform: translateY(3px) translateX(0) rotate(30deg);
  }
  .menu.on span:nth-of-type(2) {
    transform: translateY(-2px) translateX(0) rotate(-30deg);
  }
  .menuBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    background-color: #ecfaff;
    display: none;
  }
  .menuBox .menuInfo {
    padding: 6.5rem 0 6rem;
  }

  .menuBox .menuInfo > .comBtn {
    margin-top: 3rem;
  }

  #gNavi {
    margin-top: 4.4rem;
    position: static;
    font-size: 1.8rem;
    box-shadow: 0 0 1.6rem rgba(64, 156, 253, 0.3);
  }
  #gNavi ul {
    display: block;
  }
  #gNavi ul li:not(:last-child) {
    border-bottom: 1px solid #dce7ec;
  }
  #gNavi li a {
    height: 7.1rem;
    padding: 0.1rem 2.4rem 0;
    justify-content: flex-start;
    text-align: left;
    background: url(../img/common/icon07.png) no-repeat right 1.6rem center #fff;
    background-size: 0.9rem auto;
    box-sizing: border-box;
  }
  .menuBox .menuList {
    margin: 4.6rem 2.6rem 0;
    font-size: 1.5rem;
  }
  .menuBox .menuList li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .menuBox .menuList a {
    color: #006aba;
    letter-spacing: 0.075rem;
    text-decoration: underline;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding-bottom: 3.2rem;
  text-align: center;
}
#gFooter .fNavi {
  margin-bottom: 4rem;
  border-bottom: 1px solid #d0d5db;
}
#gFooter .fNavi li {
  position: relative;
}
#gFooter .fNavi li:not(:last-child):before {
  position: absolute;
  right: 0;
  top: 2rem;
  width: 1px;
  bottom: 2rem;
  border-right: 1px solid #d0d5db;
  content: "";
}
#gFooter .fNavi a {
  height: 8.6rem;
  padding: 0.2rem 4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006aba;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.085rem;
  box-sizing: border-box;
}
#gFooter .fNavi a .sml {
  margin-top: -0.2rem;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.065rem;
}
#gFooter .fNavi a:hover {
  opacity: 0.7;
}
#gFooter .fText {
  margin-bottom: 0.6rem;
  color: #5a5a5a;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
}
#gFooter address {
  color: #7e8497;
  letter-spacing: 0.075rem;
}
@media all and (max-width: 896px) {
  #gFooter {
    padding-bottom: 3.5rem;
  }
  #gFooter .fNavi {
    display: block;
    margin-bottom: 3.2rem;
  }
  #gFooter .fNavi li {
    border-top: 1px solid #d0d5db;
  }
  #gFooter .fNavi li:not(:last-child):before {
    display: none;
  }
  #gFooter .fNavi a {
    height: 7.1rem;
    padding: 0.2rem 2.4rem 0;
    justify-content: flex-start;
    text-align: left;
    background: url(../img/common/icon07.png) no-repeat right 1.6rem center;
    background-size: 0.9rem auto;
  }
  #gFooter .fText {
    margin: 0 2rem 0.9rem;
    line-height: 1.7;
    font-size: 1.3rem;
    letter-spacing: 0.065rem;
  }
  #gFooter address {
    font-size: 1.3rem;
    letter-spacing: 0.065rem;
  }
}

/* ページトップ */
#gFooter .pageTop {
  display: none;
  width: 89px;
  position: fixed;
  right: 36px;
  bottom: 36px;
  z-index: 100;
}

/* #gFooter .pageTop.abs {
    position: absolute;
    bottom: 215px
} */

@media all and (min-width: 897px) {
  #gFooter .fixedArea {
    display: none !important;
  }
}

@media all and (max-width: 896px) {
  #gFooter .pageTop {
    width: 62px;
    right: 26px;
    bottom: 7.2rem;
  }

  #gFooter .pageTop.abs {
    bottom: 7.2rem;
  }

  #gFooter .fixedArea {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 100px; */
    padding: 1rem 0;
    background-color: #fff;
    z-index: 10;
  }

  #gFooter .flexBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #gFooter .fixedArea a {
    display: block;
    width: 90%;
    border-radius: 20px;
    background-color: #e8720c;
    color: #fff;
    padding: 1rem;
    font-size: 1.75rem;
    font-weight: 600;
  }
}

#gFooter .pageTop a {
  padding-bottom: 15px;
  height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #333;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  background: #fff url(/img/common/icon16.png) no-repeat center top 22px/4.5px
    auto;
}

#gFooter .pageTop a svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: calc(-5 / var(--width) * 100vw);
  opacity: 0;
}

#gFooter .pageTop a svg circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #333;
  stroke-width: 1px;
  -webkit-transition: stroke-dashoffset 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: stroke-dashoffset 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  stroke-dasharray: 314px;
  stroke-dashoffset: 314px;
}

#gFooter .pageTop a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1), border 0.3s ease;
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1), border 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media all and (max-width: 896px) {
  #gFooter .pageTop a {
    height: 62px;
    padding-bottom: 8px;
    background-position: center top 12px;
    background-image: url(/img/common/icon24.png);
  }
}

@media all and (min-width: 897px) {
  #gFooter .pageTop a:hover::before {
    width: calc(100% + 10 / var(--width) * 100vw);
    height: calc(100% + 10 / var(--width) * 100vw);
    opacity: 0;
  }

  #gFooter .pageTop a:hover svg {
    opacity: 1;
  }

  #gFooter .pageTop a:hover svg circle {
    stroke-dashoffset: 0;
  }
}

/* Simplebarのカスタマイズ */
.simplebar-scrollbar::before {
  background-color: #1b519f !important;
  width: 8px;
  border-radius: 4px;
  opacity: 1 !important;
}

.simplebar-track.simplebar-vertical {
  width: 8px;
  right: 2px !important;
}

/* スクロールバーを常に表示 */
.simplebar-track.simplebar-vertical .simplebar-scrollbar {
  visibility: visible !important;
}

/* カスタムスクロールバー用のスタイル */
.customBorder {
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IE/Edge用 */
}

.customBorder::-webkit-scrollbar {
  display: none; /* Chrome/Safari/Opera用 */
}
