@charset "UTF-8";
/*reset*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.Header {
  line-height: 1;
}
.Breadcrumb {
  line-height: 1;
}
.ContentArea {
  line-height: 1;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
  background-color: #ffffff;
  word-break: break-word;
  word-wrap: break-word;
}



@media screen and (max-width: 768px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
  }
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.-objectFit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center;";
}

input[type=submit],
input[type=button] {
  display: none;
}
