@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* 
-------------------------------------------------------------------*/
/* import
-------------------------------------------------------------------*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* CSS
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1200px;
    overflow-x: hidden;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .pc {
    display: block;
  }
}

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

p, th, td, li {
  color: #006ab7;
  line-height: 7vw;
  font-size: 3.2vw;
  letter-spacing: 0.1rem;
}
@media print, screen and (min-width: 641px) {
  p, th, td, li {
    font-size: 22px;
    line-height: 3rem;
  }
}

strong, b, h1, h2, h3, h4, h5 {
  color: #006ab7;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.02rem;
}

p, div, a, ul, ol, li, h1, h2, h3, h4, h5 {
  box-sizing: border-box;
}

p, ul, li, ol, span, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

a {
  outline: none;
  color: #006ab7;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}
@media print, screen and (min-width: 641px) {
  img {
    max-width: auto;
  }
}

/*================================================================================
フッター
================================================================================*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Logomark  ----------------------------------------------------------*/
#logomark header .logo {
  width: 77%;
  margin-top: 7vw;
  margin-left: 5vw;
}
@media print, screen and (min-width: 641px) {
  #logomark header .logo {
    width: 787px;
    margin-top: 67px;
    margin-left: 86px;
  }
}
#logomark .fixedHeader .logo {
  width: 77%;
  margin-top: 3vw;
  margin-left: 5%;
}
@media print, screen and (min-width: 641px) {
  #logomark .fixedHeader .logo {
    width: 787px;
    margin-top: 0;
    margin-left: 86px;
  }
}
#logomark .mainTitle {
  display: block;
  opacity: 0;
  width: 70vw;
  margin: 10vw auto 10vw;
}
@media print, screen and (min-width: 641px) {
  #logomark .mainTitle {
    width: 639px;
    margin: 200px auto 140px;
  }
}
#logomark .mainTitle.appear {
  opacity: 1;
  transition: 1s;
}
#logomark p.copy {
  opacity: 0;
  line-height: 2.4;
  font-size: 2.8vw;
  width: 84vw;
  margin: 0 auto 5vw;
}
@media print, screen and (min-width: 641px) {
  #logomark p.copy {
    font-size: 18px;
    width: 830px;
    margin: 0 auto 60px;
  }
}
#logomark p.copy.appear {
  opacity: 1;
  transition: 1s;
}
#logomark #concept {
  opacity: 0;
  position: relative;
  width: 90%;
  margin: 0 0 10vw 6vw;
}
@media print, screen and (min-width: 641px) {
  #logomark #concept {
    display: block;
    width: 830px;
    margin: 0 auto 140px;
  }
}
#logomark #concept.appear {
  opacity: 1;
  transition: 1s;
}
#logomark #concept .inner {
  position: absolute;
  top: 10vw;
  left: 5vw;
  width: 75vw;
}
@media print, screen and (min-width: 641px) {
  #logomark #concept .inner {
    top: 70px;
    left: 30px;
    width: 730px;
  }
}
#logomark #concept .inner h2 {
  color: #006ab7;
  text-align: center;
  font-weight: bold;
  font-size: 5vw;
  margin-bottom: 3vw;
}
@media print, screen and (min-width: 641px) {
  #logomark #concept .inner h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
}
#logomark #concept .inner p {
  font-size: 2.5vw;
  line-height: 2;
}
@media print, screen and (min-width: 641px) {
  #logomark #concept .inner p {
    font-size: 16px;
    line-height: 2.4;
  }
}
#logomark #concept_frame_pc {
  display: none;
}
@media print, screen and (min-width: 641px) {
  #logomark #concept_frame_pc {
    display: block;
  }
}
@media print, screen and (min-width: 641px) {
  #logomark #concept_frame_sp {
    display: none;
  }
}

/* appear ----------------------------------------------------------*/
.appear {
  opacity: 1;
  transition: 1s;
  top: 0;
}/*# sourceMappingURL=logomark_en.css.map */