@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;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%; }


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 {
  color: #0071bf;
  text-decoration: none;
  transition: all ease .3s; }
  a:link {
    color: #0071bf;
    text-decoration: none; }
  a:visited {
    color: #0071bf; }
  a:hover {
    color: #0071bf; }
  a:active {
    color: #0071bf; }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #000;
  font-size: 1.7rem;
  line-height: 1.72;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF; }
  @media screen and (max-width: 896px) {
    body {
      min-width: inherit;
      font-size: 1.2rem;
      line-height: 1.5; } }

#container {
  padding-top: 100px;
  text-align: left;
  position: relative; }
  @media screen and (max-width: 896px) {
    #container {
      padding-top: 80px; } }

#main {
  position: relative;
  z-index: 10; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none; }
  @media screen and (max-width: 896px) {
    a[href^="tel:"] {
      cursor: pointer;
      pointer-events: auto; } }

@media screen and (min-width: 897px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 896px) {
  a:hover, a:hover img {
    opacity: 1 !important; }

  .pc {
    display: none !important; } }
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#gHeader {
  padding: 20px 0 24px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 999; }
  #gHeader.fixed {
    position: fixed; }
  @media screen and (max-width: 896px) {
    #gHeader {
      padding: 20px 20px 17px; }
      #gHeader .menu {
        position: absolute;
        right: 19px;
        top: 27px;
        width: 31px; } }
  #gHeader .hBox {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1260px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #gHeader .hBox h1 {
      width: 161px; }
    @media screen and (max-width: 896px) {
      #gHeader .hBox {
        margin: 0;
        width: auto; }
        #gHeader .hBox h1 {
          width: 123px;
          cursor: pointer; } }
    #gHeader .hBox #gNavi {
      margin-top: 3px; }
      #gHeader .hBox #gNavi ul li {
        margin-right: 30px;
        width: 196px;
        display: inline-block;
        vertical-align: top; }
        #gHeader .hBox #gNavi ul li:first-of-type {
          width: 411px; }
          #gHeader .hBox #gNavi ul li:first-of-type a .icon {
            margin-right: 15px; }
        #gHeader .hBox #gNavi ul li:last-of-type {
          margin-right: 0; }
          #gHeader .hBox #gNavi ul li:last-of-type a .icon {
            margin-right: 13px; }
        #gHeader .hBox #gNavi ul li a {
          padding: 7px 10px;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 700;
          box-sizing: border-box;
          border: 1px solid #0071bf; }
          #gHeader .hBox #gNavi ul li a .icon {
            margin-right: 10px;
            display: flex;
            align-items: center; }
            #gHeader .hBox #gNavi ul li a .icon .img02 {
              display: none; }
          #gHeader .hBox #gNavi ul li a:hover {
            color: #fff;
            background-color: #0071bf; }
            #gHeader .hBox #gNavi ul li a:hover .icon .img01 {
              display: none; }
            #gHeader .hBox #gNavi ul li a:hover .icon .img02 {
              display: block; }
        #gHeader .hBox #gNavi ul li.list03 a {
          color: #fff;
          background-color: #0071bf; }
          #gHeader .hBox #gNavi ul li.list03 a .icon .img01 {
            display: none; }
          #gHeader .hBox #gNavi ul li.list03 a .icon .img02 {
            display: block; }
          #gHeader .hBox #gNavi ul li.list03 a:hover {
            opacity: 0.7; }
      @media screen and (max-width: 896px) {
        #gHeader .hBox #gNavi {
          margin-top: 0;
          padding: 75px 20px 60px;
          width: 100vw;
          height: auto;
          max-height: 100vh;
          position: absolute;
          left: 0;
          top: 80px;
          border-top: 2px solid #0071BF;
          background-color: #fff;
          box-sizing: border-box;
          z-index: 9999;
          display: none;
          overflow-y: auto; }
          #gHeader .hBox #gNavi ul {
            margin-bottom: 30px; }
            #gHeader .hBox #gNavi ul li {
              margin: 0 auto 31px;
              width: auto;
              max-width: 450px;
              display: block;
              vertical-align: top; }
              #gHeader .hBox #gNavi ul li:first-of-type {
                width: auto; }
                #gHeader .hBox #gNavi ul li:first-of-type a {
                  padding: 17px 25px 17px 15px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  text-align: center; }
                  #gHeader .hBox #gNavi ul li:first-of-type a .icon {
                    margin: 5px 5px 0 0; }
                    #gHeader .hBox #gNavi ul li:first-of-type a .icon img {
                      width: 22px; }
                      #gHeader .hBox #gNavi ul li:first-of-type a .icon img.img01 {
                        display: none; }
                      #gHeader .hBox #gNavi ul li:first-of-type a .icon img.img02 {
                        display: block; }
                  #gHeader .hBox #gNavi ul li:first-of-type a .txt {
                    max-width: calc(100% - 40px); }
              #gHeader .hBox #gNavi ul li:nth-of-type(2) {
                margin-bottom: 30px;
                width: 248px; }
                #gHeader .hBox #gNavi ul li:nth-of-type(2) a {
                  padding: 14px 10px 14px 25px;
                  color: #0071bf;
                  font-size: 1.4rem;
                  justify-content: flex-start;
                  background-color: #fff; }
                  #gHeader .hBox #gNavi ul li:nth-of-type(2) a:hover {
                    color: #0071bf;
                    background-color: #fff; }
                    #gHeader .hBox #gNavi ul li:nth-of-type(2) a:hover .icon .img01 {
                      display: block; }
                    #gHeader .hBox #gNavi ul li:nth-of-type(2) a:hover .icon .img02 {
                      display: none; }
              #gHeader .hBox #gNavi ul li:last-of-type {
                margin: 0 auto;
                width: 248px; }
                #gHeader .hBox #gNavi ul li:last-of-type a {
                  padding: 14px 10px;
                  color: #0071bf;
                  font-size: 1.4rem;
                  background-color: #fff; }
                  #gHeader .hBox #gNavi ul li:last-of-type a .icon {
                    display: none; }
              #gHeader .hBox #gNavi ul li a {
                padding: 26px 10px 27px;
                width: 100%;
                font-size: 1.8rem;
                color: #fff;
                background-color: #0071bf; }
              #gHeader .hBox #gNavi ul li.list03 a:hover {
                opacity: 1; } }

@media (min-width: 897px) and (max-width: 1090px) {
  #gHeader .hBox #gNavi ul li a {
    font-size: 1.2rem; }

  #gHeader .hBox #gNavi ul li {
    margin-right: 15px !important;
    width: 150px !important; }

  #gHeader .hBox #gNavi ul li:first-of-type {
    width: 330px !important; } }
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter {
  padding: 51px 0 30px;
  background-color: #0071bf; }
  #gFooter .fBox {
    margin: 0 auto;
    width: 1000px; }
  #gFooter .fNavi {
    margin-bottom: 45px;
    display: flex;
    justify-content: center; }
    #gFooter .fNavi li {
      margin: 0 13px;
      width: 303px;
      display: flex; }
      #gFooter .fNavi li a {
        padding: 13px;
        width: 100%;
        font-weight: 700;
        text-align: center;
        box-sizing: border-box;
        background-color: #fff; }
        #gFooter .fNavi li a:hover {
          opacity: 0.7; }
  #gFooter .fLinkList {
    margin-bottom: 36px; }
    #gFooter .fLinkList li {
      text-align: center; }
      #gFooter .fLinkList li:not(:last-of-type) {
        margin-bottom: 6px; }
      #gFooter .fLinkList li a {
        color: #fff;
        font-weight: 700; }
        #gFooter .fLinkList li a:hover {
          opacity: 0.7; }
  #gFooter .copyright {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif; }
  @media screen and (max-width: 896px) {
    #gFooter {
      padding: 35px 0 41px; }
      #gFooter .fBox {
        margin: 0 auto;
        width: auto; }
      #gFooter .fNavi {
        margin: 0 auto 36px;
        width: 248px;
        display: block; }
        #gFooter .fNavi li {
          margin: 0 0 18px;
          width: auto;
          display: block; }
          #gFooter .fNavi li:last-child {
            margin-bottom: 0; }
          #gFooter .fNavi li a {
            padding: 14px;
            display: block;
            font-size: 1.4rem; }
      #gFooter .fLinkList {
        margin-bottom: 43px; }
        #gFooter .fLinkList li:not(:last-of-type) {
          margin-bottom: 22px; }
        #gFooter .fLinkList li a {
          font-size: 1.4rem; }
          #gFooter .fLinkList li a:hover {
            opacity: 1; } }

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  width: 1000px; }
  @media screen and (max-width: 896px) {
    .content {
      margin: 0 20px;
      width: auto !important; } }

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  width: 300px;
  font-size: 1.6rem;
  text-align: center; }
  .comBtn a {
    padding: 20px;
    display: block;
    font-weight: 700;
    background-color: #fff; }
    .comBtn a:hover {
      opacity: 0.7; }
    .comBtn a span {
      padding-left: 40px;
      display: inline-block;
      vertical-align: top;
      background: url(../img/common/icon04.png) no-repeat left center/28px auto; }
  @media screen and (max-width: 896px) {
    .comBtn {
      margin: 0 auto;
      width: 232px;
      font-size: 1.2rem; }
      .comBtn a {
        padding: 13px 10px 12px; }
        .comBtn a:hover {
          opacity: 1; }
        .comBtn a span {
          padding-left: 35px;
          background-size: 21px auto; } }
