@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
* {
  box-sizing: border-box;
}

body {
  font-family: "a-otf-ud-shin-go-pr6n", "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: -0.02em;
  font-weight: 300;
  color: #111;
}

.font-type1 {
  font-family: a-otf-ud-shin-go-pr6n, "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: -0.02em;
  font-weight: 300;
}

body p {
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 1.67;
}

@media screen and (max-width: 767px) {
  body p {
    font-size: 16px;
  }
}
a {
  color: #111;
  transition: 0.3s linear;
}

a:hover {
  opacity: 0.7;
}

img,
iframe {
  max-width: 100%;
}