@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  ----------------------------------------------------------*/
#message header .logo {
  width: 35vw;
  margin-top: 7vw;
  margin-left: 5vw;
}
@media print, screen and (min-width: 641px) {
  #message header .logo {
    width: 412px;
    margin-top: 67px;
    margin-left: 86px;
  }
}
#message .fixedHeader .logo {
  width: 35vw;
  margin-top: 3vw;
  margin-left: 5%;
}
@media print, screen and (min-width: 641px) {
  #message .fixedHeader .logo {
    width: 412px;
    margin-top: 0;
    margin-left: 86px;
  }
}
#message .mainTitle {
  display: block;
  opacity: 0;
  width: 80vw;
  margin: 10vw auto 10vw;
}
@media print, screen and (min-width: 641px) {
  #message .mainTitle {
    width: 808px;
    margin: 100px auto 70px;
  }
}
#message .mainTitle.appear {
  opacity: 1;
  transition: 1s;
}
#message .mainPic {
  display: block;
  opacity: 0;
  width: 80vw;
  margin: 10vw auto 10vw;
}
@media print, screen and (min-width: 641px) {
  #message .mainPic {
    width: 682px;
    margin: 0px auto 70px;
  }
}
#message .mainPic.appear {
  opacity: 1;
  transition: 1s;
}
#message p.copy {
  opacity: 0;
  line-height: 2.5;
  font-size: 2.5vw;
  width: 80vw;
  margin: 0 auto 5vw;
}
@media print, screen and (min-width: 641px) {
  #message p.copy {
    width: 682px;
    font-size: 17px;
    margin: 0 auto 50px;
  }
}
#message p.copy.appear {
  opacity: 1;
  transition: 1s;
}
#message p.copy .sign {
  position: relative;
  display: block;
  right: 0;
}
#message p.sign {
  opacity: 0;
  width: 80vw;
  margin: 0 auto 8vw;
  text-align: right;
}
@media print, screen and (min-width: 641px) {
  #message p.sign {
    width: 682px;
    margin: 0 auto 100px;
  }
}
#message p.sign img {
  width: 62vw;
}
@media print, screen and (min-width: 641px) {
  #message p.sign img {
    width: auto;
  }
}
#message p.sign.appear {
  opacity: 1;
  transition: 1s;
}

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