@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.u-taL {
  text-align: left !important; }

.u-taC {
  text-align: center !important; }
  @media screen and (max-width: 568px) {
    .u-taC--xs-taL {
      text-align: left !important; } }
  @media screen and (max-width: 768px) {
    .u-taC--sm-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1024px) {
    .u-taC--md-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1280px) {
    .u-taC--lg-taL {
      text-align: left !important; } }

.u-taR {
  text-align: right !important; }

.u-only-xs {
  display: none !important; }
  @media screen and (max-width: 568px) {
    .u-only-xs {
      display: block !important; } }

.u-only-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-only-sm {
      display: block !important; } }
  @media screen and (max-width: 568px) {
    .u-only-sm {
      display: none !important; } }

.u-only-md {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .u-only-md {
      display: block !important; } }
  @media screen and (max-width: 768px) {
    .u-only-md {
      display: none !important; } }

@media screen and (max-width: 1024px) {
  .u-only-lg {
    display: none !important; } }

.u-under-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-under-sm {
      display: block !important; } }

.u-not-under-sm {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .u-not-under-sm {
      display: none !important; } }

.u-overflow-hidden {
  overflow: hidden !important; }

.c-topicspath {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  position: relative;
  color: white; }
  @media screen and (max-width: 768px) {
    .c-topicspath {
      text-align: left;
      padding-left: 0px;
      padding-right: 0px; } }
  .c-topicspath li {
    display: inline-block;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .c-topicspath li {
        font-size: 0.7em; } }
    .c-topicspath li a {
      color: white; }
    .c-topicspath li::after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      display: inline-block;
      margin-left: 8px; }
    .c-topicspath li:last-child::after {
      content: none; }

.l-lowerCaption {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background-image: url("/inc/image/common/bg_lowerCaption.jpg");
  background-size: cover;
  background-position: bottom;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (max-width: 768px) {
    .l-lowerCaption {
      height: 350px;
      background-image: url("/inc/image/common/bg_lowerCaption-sp.jpg"); } }
  .l-lowerCaption__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 1.2rem;
    line-height: 3;
    font-weight: 900;
    color: white;
    letter-spacing: 0.05em; }
    .l-lowerCaption__title small {
      font-family: "Arial", sans-serif;
      font-size: 5rem;
      font-weight: 700;
      color: transparent;
      -webkit-text-stroke: 1px white;
      text-stroke: 1px white;
      letter-spacing: 0.05em;
      line-height: 0.6; }
      @media screen and (max-width: 768px) {
        .l-lowerCaption__title small {
          font-size: 3rem; } }
  .l-lowerCaption__bg {
    font-size: 200px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: -15px;
    color: #004098;
    opacity: .1;
    font-weight: 700;
    line-height: 1; }
    @media screen and (max-width: 1280px) {
      .l-lowerCaption__bg {
        font-size: 200px; } }
    @media screen and (max-width: 768px) {
      .l-lowerCaption__bg {
        font-size: 150px; } }
    @media screen and (max-width: 568px) {
      .l-lowerCaption__bg {
        font-size: 100px; } }
  @media screen and (max-width: 1280px) {
    .l-lowerCaption > .l-section {
      padding-top: 80px; } }
  .l-lowerCaption.is-lang--en .l-lowerCaption__title {
    font-size: 5em; }
    @media screen and (max-width: 768px) {
      .l-lowerCaption.is-lang--en .l-lowerCaption__title {
        font-size: 3em; } }

.l-mainContainer {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 80px; }
  @media screen and (max-width: 768px) {
    .l-mainContainer {
      display: block; } }

.l-sidebar {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media screen and (max-width: 1200px) {
    .l-sidebar {
      width: 200px;
      padding-left: 30px; } }
  @media screen and (max-width: 768px) {
    .l-sidebar {
      display: none; } }
  .l-sidebar__inner {
    position: sticky;
    top: 88px;
    padding-bottom: 180px; }
  .l-sidebar__head {
    width: 100%;
    height: 72px;
    background-color: #F2F2F2;
    border-radius: 5px;
    padding-left: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .l-sidebar__head > span {
      color: #004098;
      font-size: 20px;
      font-weight: 600; }
  .l-sidebar__menu {
    padding: 5px 0; }
    .l-sidebar__menu:last-child {
      padding-bottom: 0; }
    .l-sidebar__menu > a {
      color: #a2a2a2;
      font-weight: 600; }
      .l-sidebar__menu > a::before {
        display: inline-block;
        position: relative;
        content: '';
        width: 8px;
        height: 8px;
        margin-right: 5px;
        top: -2px;
        border-radius: 10px;
        background-color: #a2a2a2; }
      @media (any-hover: hover) {
        .l-sidebar__menu > a:hover {
          color: #333; }
          .l-sidebar__menu > a:hover::before {
            background-color: #004098; } }
    .l-sidebar__menuList {
      padding-top: 10px; }
    .l-sidebar__menu--current > a {
      color: #333; }
      .l-sidebar__menu--current > a::before {
        background-color: #004098; }

.l-contents {
  max-width: 920px;
  margin: 0 0 0 auto;
  -ms-flex-positive: 1;
      flex-grow: 1; }

#case .c-tbl td {
  border-bottom: 1px solid #CCCCCC;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 8px 0px; }

#case .c-tbl th {
  border-bottom: 1px solid #CCCCCC;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: #FFFFFF;
  padding: 8px 0px;
  font-weight: 600; }

#case .c-list--disc .c-list__item {
  display: inline-block;
  margin-right: 30px; }
  @media screen and (max-width: 568px) {
    #case .c-list--disc .c-list__item {
      margin-right: 0; } }

#case .u-mt10 {
  margin-top: 10px; }

#case .u-mb15 {
  margin-bottom: 15px; }

#privacy .p-analysisTool {
  margin-top: 20px;
  border: 1px solid #000;
  padding: 20px; }
  #privacy .p-analysisTool__heading {
    font-size: 22px;
    margin-bottom: 15px; }
    @media screen and (max-width: 568px) {
      #privacy .p-analysisTool__heading {
        font-size: 18px;
        margin-bottom: 12px; } }
  #privacy .p-analysisTool p:last-child {
    margin-bottom: 0; }

#sitemap .l-sitemap__list {
  margin-bottom: 0;
  padding-bottom: 0; }

#sitemap .l-sitemap__link {
  text-decoration: none;
  color: #333; }
  #sitemap .l-sitemap__link:hover {
    color: #004098; }

#sitemap .l-sitemap__main {
  max-width: 600px;
  margin: 0 auto; }
  @media screen and (max-width: 568px) {
    #sitemap .l-sitemap__main {
      margin-right: 15px;
      margin-left: 15px; } }
  #sitemap .l-sitemap__main .c-list__item.has-dropdown > .c-list {
    margin-top: 10px; }

#sitemap .c-list__item {
  margin-bottom: 10px; }

/*# sourceMappingURL=../_map/page/others.css.map */
