@charset "UTF-8";
/*============================================================
	Base
============================================================*/
html,
body {
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  html,
  body {
    min-height: 100vh;
  }
}

html {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.7333333333vw;
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 1.0666666667vw;
  }
}
html * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
}

body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
}

a,
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  a:hover,
  a:hover img {
    opacity: 0.75;
  }
}

header,
main,
section,
footer {
  width: 100%;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
}

section {
  padding: 6.25rem 0;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 3.5714285714rem 0;
  }
}

dt, strong {
  font-weight: inherit;
}

/*============================================================
	Objects
============================================================*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner {
  position: relative;
  width: 80vw;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 86.6666666667%;
    max-width: 86.6666666667vw;
  }
}
.inner .container {
  width: 83.3333333333%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .inner .container {
    width: 100%;
  }
}

/*============================================================
	Layout
============================================================*/
/*  header
-------------------------------------------------*/
header {
  padding: 1.875rem;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 1.0714285714rem;
  }
}
header a {
  display: block;
  width: 18.75rem;
}
@media only screen and (max-width: 767px) {
  header a {
    width: 10.7142857143rem;
  }
}

/*  privacy
-------------------------------------------------*/
#privacy .inner .container h2 {
  color: #604C3F;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3.125rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #privacy .inner .container h2 {
    font-size: 2.1428571429rem;
  }
}
#privacy .inner .container h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  #privacy .inner .container h3 {
    font-size: 1.2142857143rem;
  }
}
#privacy .inner .container p {
  line-height: 1.8;
  text-align: justify;
}
#privacy .inner .container p a {
  text-decoration: underline;
}
#privacy .inner .container ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
#privacy .inner .container ul li::before {
  content: "・ ";
}
#privacy .inner .container ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

/*  footer
-------------------------------------------------*/
footer {
  background: #00b900;
  color: #fff;
  text-align: center;
  padding: 3.125rem 0;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 1.7857142857rem 0;
  }
}