@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* bodyの基本サイズを15pxに設定 */
  font-size: 1.4rem;
  font-family: 'Osaka','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #44403F;
  text-align: justify;
  line-height: 1.7;
}

@media screen and (max-width: 959px) {
  body {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 519px) {
  body {
    font-size: 1.2rem;
  }
}

.f-serif {
  font-family: "Noto Serif JP", serif;
}

.f-meiryo {
  font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.f-yukyo {
  font-family: "游教科書体","YuKyokasho", 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','YuMincho','Yu Mincho','游明朝体',serif;
}

.f-zen {
  font-family: "Zen Old Mincho", serif;
}

.f-yugo {
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  background-size: contain;
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: center 29vw;
  /* 印刷禁止 */
}

@media screen and (max-width: 959px) {
  body {
    background-repeat: repeat;
  }
}

@media screen and (max-width: 519px) {
  body {
    background-size: contain;
    background-repeat: repeat;
  }
}

@media screen and (max-width: 959px) {
  .drawer--open {
    overflow: hidden;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  opacity: .8;
}

button:hover {
  opacity: .8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  /* PCの右クリック禁止 */
  /* SPの長押し禁止 */
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}

@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}

@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}

@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}

@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}

@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}

@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* layout
------------------------------------------------ */
.l-inner {
  margin: 0 auto;
  max-width: 128rem;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1320px) {
  .l-inner {
    padding: 0 2rem;
  }
}

.l-inner--header {
  max-width: 112.3rem;
}

@media screen and (max-width: 1163px) {
  .l-inner--header {
    padding: 0 2rem;
  }
}

/* component
------------------------------------------------ */
/* project
------------------------------------------------ */
.p-top {
  width: 100%;
  padding: 2rem 0 1rem;
}

@media screen and (max-width: 959px) {
  .p-top {
    padding: 3rem 0 2rem;
  }
}

.p-top h1, .p-top h2 {
  font-size: 1em;
  font-weight: inherit;
}

.p-top__logo {
  width: 70%;
  max-width: 36rem;
}

.p-top__info {
  margin-top: 18rem;
}

@media screen and (max-width: 519px) {
  .p-top__info {
    margin-top: 10rem;
  }
}

.p-top__outline {
  margin-top: 2rem;
}

.p-top__outline-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top__outline-wrap span {
  margin-right: 0.6rem;
}

@media screen and (max-width: 519px) {
  .p-top__outline-wrap span {
    margin-right: 0.4rem;
  }
}

.p-top__works {
  margin-top: 8rem;
}

@media screen and (max-width: 519px) {
  .p-top__works {
    margin-top: 5rem;
  }
}

.p-top__works ul {
  list-style: none;
}

.p-top__works ul a {
  text-decoration: underline;
}

.p-top__contact {
  margin-top: 1rem;
  text-align: right;
}

@media screen and (max-width: 519px) {
  .p-top__contact {
    margin-top: 7rem;
  }
}

/* utility
------------------------------------------------ */
.u-mt0 {
  margin-top: 0;
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mb3 {
  margin-bottom: 3rem;
}

.u-mb4 {
  margin-bottom: 4rem;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-ls1 {
  letter-spacing: 1px;
}

/* external
------------------------------------------------ */
/*# sourceMappingURL=style.css.map */