@charset "UTF-8";
#page_header {
  background: #fff9f4;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 19;
}
#page_header .inner {
  padding: 3.562341vw 6.870229vw;
  position: relative;
  z-index: 30;
}
@media (min-width: 768px) {
  #page_header .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 25px 0;
    width: 760px;
  }
}
#page_header .inner h1 img,
#page_header .inner .logo img {
  display: block;
  height: auto;
  width: 31.552163vw;
}
@media (min-width: 768px) {
  #page_header .inner h1 img,
  #page_header .inner .logo img {
    width: 124px;
  }
}
#page_header .inner p.txt {
  font-size: 3.562341vw;
}
@media (min-width: 768px) {
  #page_header .inner p.txt {
    display: block;
    line-height: 1.2em;
    margin-left: 9px;
    font-size: 10px;
  }
}
#page_header .inner .navmenu {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 20;
}
@media (min-width: 768px) {
  #page_header .inner .navmenu {
    background: none;
  }
}
#page_header .inner .navmenu.on {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  #page_header .inner .navmenu {
    height: auto;
    opacity: 1;
    padding: 0;
    position: static;
    visibility: inherit;
    width: 100%;
  }
}
#page_header .inner .navmenu .menu_inner {
  background: url(../images/bg_menu.svg) no-repeat center center;
  background-size: 87.78626vw auto;
  height: 108.651399vw;
  width: 87.78626vw;
  padding: 9.414758vw 6.870229vw;
  position: relative;
}
@media (min-width: 768px) {
  #page_header .inner .navmenu .menu_inner {
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    position: static;
    padding: 0;
    visibility: inherit;
  }
}
#page_header .inner .navmenu .close-btn {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 9.923664vw;
  right: 6.870229vw;
}
@media (min-width: 768px) {
  #page_header .inner .navmenu .close-btn {
    display: none;
  }
}
#page_header .inner .navmenu .menu_title {
  border-bottom: 1px dotted #D8743B;
  color: #D8743B;
  font-size: 5.089059vw;
  font-weight: bold;
  margin-top: 2.580153vw;
  margin-bottom: 3.870229vw;
  padding-bottom: 1.526718vw;
}
@media (min-width: 768px) {
  #page_header .inner .navmenu .menu_title {
    display: none;
  }
}
#page_header .inner .navmenu ul {
  margin-left: -3.053435vw;
}
@media (min-width: 768px) {
  #page_header .inner .navmenu ul {
    display: flex;
  }
}
#page_header .inner .navmenu ul li {
  font-size: 5.089059vw;
  color: #D8743B;
  font-weight: bold;
  margin: 0 0 1.526718vw;
  margin-left: 0;
}
@media (min-width: 768px) {
  #page_header .inner .navmenu ul li {
    font-size: 12px;
    margin: 0 0 0;
  }
}
#page_header .inner .navmenu ul li a {
  display: inline-block;
  line-height: 8.396947vw;
  padding-left: 3.562341vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #page_header .inner .navmenu ul li a {
    color: #525252;
    line-height: 1em;
    padding-left: 0;
    transition: color 0.3s ease;
  }
}
#page_header .inner .navmenu ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
#page_header .inner .navmenu ul li a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  #page_header .inner .navmenu ul li a:hover {
    color: #D8743B;
    line-height: 1em;
    padding-left: 0;
  }
}
#page_header .inner .navmenu ul li a:hover::before {
  opacity: 1;
}
#page_header .inner .navmenu ul li.on a {
  color: #fff;
}
#page_header .inner .navmenu ul li.on a::before {
  opacity: 1;
}
#page_header .inner .navmenu ul li.word3 a::before {
  background: url(../images/word3.svg) no-repeat left center;
  background-size: cover;
  width: 22.010178vw;
}
@media (min-width: 768px) {
  #page_header .inner .navmenu ul li.word3 a::before {
    background: none;
    width: auto;
  }
}
#page_header .inner .navmenu ul li.word4 a::before {
  background: url(../images/word4.svg) no-repeat left center;
  background-size: cover;
  width: 27.735369vw;
}
@media (min-width: 768px) {
  #page_header .inner .navmenu ul li.word4 a::before {
    background: none;
    width: auto;
  }
}
#page_header .inner .navmenu ul li.word6 a::before {
  background: url(../images/word6.svg) no-repeat left center;
  background-size: cover;
  width: 38.167939vw;
}
@media (min-width: 768px) {
  #page_header .inner .navmenu ul li.word6 a::before {
    background: none;
    width: auto;
  }
}
@media (min-width: 768px) {
  #page_header .inner .navmenu ul li {
    font-size: 12px;
    margin: 0;
    margin-left: 25px;
  }
}

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sp-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/menu.svg) no-repeat left bottom;
  background-size: 13.740458vw auto;
  border: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 3.562341vw;
  right: 6.870229vw;
  height: 7.379135vw;
  width: 13.740458vw;
}
.sp-button span {
  background: url(../images/line.svg) no-repeat left bottom;
  background-size: cover;
  display: block;
  width: 6.870229vw;
  height: 1.017812vw;
  position: absolute;
  left: 3.562341vw;
  transition: all 0.3s ease;
}
.sp-button span:nth-child(1) {
  top: 1.526718vw;
}
.sp-button span:nth-child(2) {
  top: 3.053435vw;
}
.sp-button span:nth-child(3) {
  top: 4.834606vw;
}
@media (min-width: 768px) {
  .sp-button {
    display: none;
  }
}

.sp-button.on span:nth-child(1) {
  transform: rotate(200deg);
  top: 3.053435vw;
}

.sp-button.on span:nth-child(2) {
  opacity: 0;
}

.sp-button.on span:nth-child(3) {
  transform: rotate(165deg);
  top: 3.053435vw;
}

#page_header:after {
  background: url(../images/sp-hederbottom.png) repeat-x left bottom;
  background-size: auto 1.526718vw;
  bottom: -1.526718vw;
  height: 1.526718vw;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  #page_header:after {
    background: url(../images/headerbottom.png) repeat-x left bottom;
    background-size: auto 5px;
    bottom: -5px;
    height: 5px;
  }
}

#page_footer {
  background: #fff9f4;
  position: relative;
  z-index: 10;
}

#page_footer {
  padding: 25px 0;
}
#page_footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 11vw;
}
#page_footer ul li {
  font-size: 3.053435vw;
  margin: 0 1.908397vw;
}
@media (min-width: 768px) {
  #page_footer ul li {
    font-size: 12px;
    margin: 0 12px;
  }
}
#page_footer address {
  text-align: center;
  font-size: 3.053435vw;
  margin-top: 1.526718vw;
  font-style: normal;
}
@media (min-width: 768px) {
  #page_footer address {
    font-size: 12px;
    margin-top: 10px;
  }
}

#page_footer:before {
  background: url(../images/sp-footertop.png) repeat-x left bottom;
  background-size: auto 1.272265vw;
  top: -1.272265vw;
  height: 1.272265vw;
  z-index: 10;
}
@media (min-width: 768px) {
  #page_footer:before {
    background: url(../images/footertop.png) repeat-x left bottom;
    background-size: auto 5px;
    top: -5px;
    height: 5px;
  }
}
#page_footer:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  height: 5px;
  width: 100%;
  z-index: 10;
}

/* index.scss - クロノス サイト共通 */
:root {
  --color-primary-dark: #0D1B2A;
  --color-primary-base: #1B4332;
  --color-primary-light: #487164;
  --color-accent-soft: #809B8F;
  --color-accent-sub: #B9C9BC;
  --color-success: #38B000;
  --color-warning: #D67636;
  --color-error: #C41E3A;
  --color-text-main: #333333;
  --color-text-sub: #666666;
  --color-border: #E0E0E0;
  --color-bg-main: #F9F9F9;
  --font-base: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', YuGothicM, 'Microsoft Sans Serif', 'MS Sans Serif', sans-serif;
  --font-display: 'Shippori Mincho', serif;
  --max-width-site: 1200px;
}

/* ==========================================================================
   BASE & RESET
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #525252;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 15vw;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  font-family: var(--font-base);
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--color-text-main);
  background: white;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

nav li a {
  transition: all 0.3s;
}

nav li a:hover {
  color: #D8743B;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

.subpage {
  background: url(../images/bg1.jpg) repeat left top;
  background-size: 74.80916vw auto;
  padding-left: 5.597964vw;
  padding-right: 5.597964vw;
  padding-bottom: 12.722646vw;
}
@media (min-width: 768px) {
  .subpage {
    background-size: 960px auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
}

.main_title h1 {
  color: #D8743B;
  line-height: 1em;
  font-size: 5.089059vw;
  font-weight: bold;
  padding: 20.356234vw 0;
  text-align: center;
}
@media (min-width: 768px) {
  .main_title h1 {
    font-size: 30px;
    padding: 100px 0 105px;
  }
}

/* ==========================================================================
   company
   ========================================================================== */
.main_company h1 {
  background: url(../images/bg_company.svg) no-repeat center center;
  background-size: 74.80916vw auto;
}
@media (min-width: 768px) {
  .main_company h1 {
    background-size: 498px auto;
  }
}

/* ==========================================================================
   privacy
   ========================================================================== */
.main_privacy h1 {
  background: url(../images/bg_privacy.svg) no-repeat center center;
  background-size: 74.80916vw auto;
}
@media (min-width: 768px) {
  .main_privacy h1 {
    background-size: 415px auto;
  }
}

.privacy_content {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .privacy_content {
    width: 630px;
  }
}

.privacy_content p,
.privacy_content li {
  font-size: 3.562341vw;
}
@media (min-width: 768px) {
  .privacy_content p,
  .privacy_content li {
    font-size: 15px;
  }
}

.privacy_content ul {
  margin-top: 1em;
}

.privacy_content li {
  list-style: disc;
  margin-left: 1.5em;
}

.privacy_content .first_txt {
  margin-bottom: 10.178117vw;
}
@media (min-width: 768px) {
  .privacy_content .first_txt {
    margin-bottom: 50px;
  }
}

.privacy_content h2 {
  font-size: 3.816794vw;
  font-weight: bold;
  margin-top: 8.905852vw;
  margin-bottom: 2.544529vw;
}
@media (min-width: 768px) {
  .privacy_content h2 {
    font-size: 21px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=index.css.map */