@charset "utf-8";

/* ==========================================================================
// Foundation
// ========================================================================== */
:root {
  --color-main: #373737;
  --color-blue: #0e4ea8;
  --color-bright: #2f80ed;
  --color-sky: #eef6ff;
  --color-aqua: #d6f5fa;
  --color-text: #686868;
  --color-text-light: #686868;
  --gradation2: linear-gradient(90deg, #3c46ff 3%, #3ca7ff 97%);
  --color-line: #d9e6f5;
  --font-base: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-roboto: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--color-text);
  font-family: var(--font-base);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  min-width: 320px;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  /* color: inherit; */
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: bold;
  color: #174580;
}
.pc-block {
  display: none;
}
.sp-block {
  display: block;
}
@media (min-width: 960px) {
  .pc-block {
    display: block;
  }
  .sp-block {
    display: none;
  }
}
/* ==========================================================================
// Layout
// ========================================================================== */
header {
  height: auto;
}
.l-header {
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 46, 97, 0.1);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: 46px;
  margin: 0 auto;
  max-width: 1120px;
  padding: 8px;
}

@media (min-width: 960px) {
  .l-header__inner {
    height: 58px;
    padding: 10px 24px;
  }
}

.l-header__logo {
  background: var(--color-bright);
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(15, 46, 97, 0.16);
  color: #fff;
  display: inline-flex;
  font-family: var(--font-roboto);
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  padding: 8px;
  white-space: nowrap;
}
header {
  min-width: inherit;
}

@media (min-width: 960px) {
  .l-header__logo {
    font-size: 1.3rem;
    padding: 9px 14px;
  }
}

.l-main {
  overflow: hidden;
  padding: 0;
}

.l-container {
  margin: 0 auto;
  max-width: 375px;
  padding: 0 16px;
  width: 100%;
}

@media (min-width: 520px) {
  .l-container {
    max-width: 520px;
    /* padding: 0 32px; */
    padding: 0;
  }
}

@media (min-width: 960px) {
  .l-container {
    max-width: 1080px;
    /* padding: 0 40px; */
  }
}

.l-footer {
  align-items: end;
  display: flex;
  /* height: 85px; */
  justify-content: center;
  overflow: hidden;
}

.l-footer img {
  max-width: none;
  width: 426px;
}
#footer {
        background: #3ca3ee;
        color: #fff;
        font-weight: bold;
  min-width: inherit;
}
#footer a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
#footer a {
  color: inherit;
}
    footer .ft-link {
        text-align: center;
        padding: 10px 0;
    }
    footer .ft-link li {
        display: inline;
        font-size: 86.5%;
        margin-right: 12px;
        padding-right: 12px;
        border-right: 1px solid #fff;
    }
    footer .ft-corp {
        text-align: center;
        padding: 8px 0;
    }
}

/* ==========================================================================
   Project / Privacy
   ========================================================================== */

   .l-main {
    background: linear-gradient(90deg, var(--color-sky), var(--color-aqua));
    padding: 24px 0;
  }
  
  .p-privacy__inner {
    background-color: rgba(255, 255, 255, 0.72);
    margin: 0 auto;
    max-width: 91.4%;
    padding: 20px;
    width: 100%;
    border-radius: 8px;
  }
  
  @media (min-width: 960px) {
    .p-privacy__inner {
      max-width: 568px;
    }
  }

  .p-privacy__title {
    color: var(--color-main);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  
  .p-privacy__lead {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
    
  .p-privacy__section {
    margin-bottom: 20px;
  }
  
  .p-privacy__section:last-child {
    margin-bottom: 0;
  }
  
  .p-privacy__heading {
    color: var(--color-main);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  
  .p-privacy__text {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 8px;
  }
  
  .p-privacy__text:last-child {
    margin-bottom: 0;
  }
  
  .p-privacy__subheading {
    color: #373737;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  
  .p-privacy__note {
    color: var(--color-text-light);
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 8px;
    padding-left: 1em;
    text-indent: -1em;
  }
  
  .p-privacy__list {
    margin-bottom: 22px;
  }
  
  .p-privacy__list-item {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 8px;
    padding-left: 3em;
    text-indent: -3em;
  }

  .p-privacy__list-item:has(.p-privacy__list-title) {
    padding-left: 0;
    text-indent: 0;
  }
  
  .p-privacy__list-item:last-child {
    margin-bottom: 0;
  }
  
  .p-privacy__list-title {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .p-privacy__list-text {
    display: block;
    padding-left: 3em;
  }
  
  .p-privacy__link {
    color: var(--color-bright);
  }

  .p-privacy__lead .p-privacy__link.pc-block {
    display: none;
  }

  .p-privacy__lead .p-privacy__link.sp-block {
    display: inline;
  }

  @media (min-width: 960px) {
    .p-privacy__lead .p-privacy__link.pc-block {
      display: inline;
    }

    .p-privacy__lead .p-privacy__link.sp-block {
      display: none;
    }
  }
  
  .p-privacy__link:hover {
    text-decoration: none;
  }
  

