@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/* CSS Document */
/*===============================================
●共通
===============================================*/
/* 下層ページ共通ヘッダー
---------------------------------------------- */
main {
  padding-top: 80px;
}
@media screen and (max-width: 730px) {
  main {
    padding-top: 70px;
  }
}

body {
  max-width: unset;
}

.headerMenu {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 4px rgba(161, 161, 161, 0.1019607843);
          box-shadow: 0px 2px 4px rgba(161, 161, 161, 0.1019607843);
  margin: unset;
}
@media screen and (max-width: 730px) {
  .headerMenu {
    height: 70px;
  }
}
.headerMenu .inner {
  max-width: 1306px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
}
@media screen and (max-width: 730px) {
  .headerMenu .inner {
    width: 100%;
    height: 70px;
    padding: 0 0 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
.headerMenu .inner .headerLogo {
  display: block;
}
.headerMenu .inner nav {
  display: block;
  width: 100%;
  max-width: 730px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 730px) {
  .headerMenu .inner nav {
    display: none;
  }
}
@media screen and (min-width: 730px) {
  .headerMenu .inner nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.headerMenu .inner nav > ul li a {
  color: #003670;
  font-size: 1.06em;
  font-weight: bold;
}

/* パンくずリスト
---------------------------------------- */
.breadcrumb {
  margin: 0 0 40px;
  padding-top: 90px;
}
@media screen and (max-width: 730px) {
  .breadcrumb {
    padding-top: 30px;
  }
}

.breadcrumbNav {
  margin: 3.7% 2% 0%;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* privacyWrap
---------------------------------------- */
h1 {
  font-size: 1.5em;
  font-weight: 700;
  color: #003670;
  margin-bottom: 2em;
  text-align: center;
}

#privacyWrap h2 {
  font-size: 1.2em;
  font-weight: 700;
  color: #003670;
}

#privacyWrap .tell {
  text-decoration: none;
  color: #000;
}

#privacyWrap h4.fontBold {
  font-weight: 700;
}

#googleBox a {
  color: #000;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

#name {
  text-align: right;
  margin-top: 5em;
}

/*===============================================
●画面の横幅が729px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 769px) {
  /* privacyWrap
  ---------------------------------------- */
  #privacyWrap {
    padding: 0 0 5em;
  }
  #privacyWrap section {
    margin-bottom: 3em;
  }
  #privacyWrap h2 {
    margin-bottom: 0.5em;
  }
  #privacyWrap ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #privacyWrap p,
  #privacyWrap ul,
  #privacyWrap address,
  #privacyWrap h4 {
    line-height: 1.6em;
  }
  #privacyWrap #analytics {
    word-break: break-all;
  }
  .marginBtn {
    margin-bottom: 0.5em;
  }
}
/*===============================================
●画面の横幅が770px以上(PCのみ)
===============================================*/
@media screen and (min-width: 770px) {
  /* privacyWrap
  ---------------------------------------- */
  #privacyWrap {
    padding: 0 0 10em;
    margin: 20px auto;
    max-width: 1100px;
  }
  #privacyWrap section {
    margin-bottom: 5em;
  }
  #privacyWrap h2 {
    line-height: 1em;
    margin-bottom: 1em;
  }
  #privacyWrap p,
  #privacyWrap ul,
  #privacyWrap address,
  #privacyWrap h4 {
    line-height: 1.7em;
  }
  .marginBtn {
    margin-bottom: 0.6em;
  }
  #privacyWrap .tell {
    pointer-events: none;
  }
  .headerMenu {
    margin: 0;
  }
  .headerMenu .inner nav ul li.vision a::after {
    display: none;
  }
  .headerMenu .inner nav ul li.About a::after {
    display: none;
  }
  .headerMenu .inner nav ul li.recruit a::after {
    display: none;
  }
  .headerMenu .inner nav ul li.inquiry a::after {
    display: none;
  }
}/*# sourceMappingURL=policy.css.map */