html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button {
  background: none;
  border: none;
  outline: none;
}

button {
  font-size: inherit;
  line-height: inherit;
}

textarea {
  resize: none;
}

select:focus,
textarea:focus,
input:focus {
  outline: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  display: block;
  max-width: 100%;
  pointer-events: none;
}

p {
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.container {
  margin: 0 auto;
  max-width: calc( 1190px + 30px + 30px );
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mw900 {
  margin: auto;
  max-width: 900px;
}

.container.mw900 {
  max-width: calc( 900px + 30px + 30px );
}

@media (max-width: 767px) {
  .section {
    padding: 40px 0 35px;
  }
}
@media (min-width: 768px) {
  .section {
    padding: 76px 0 110px;
  }
}

@media (min-width: 768px) {
  .show_sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .show_tabup {
    display: none;
  }
}

@media (min-width: 768px) {
  .dsp_sm {
    display: none !important;
  }
}

.dsp_lg {
  display: none !important;
}
@media (min-width: 768px) {
  .dsp_lg {
    display: flex !important;
  }
}

.font_en {
  font-family: "Oriya MN", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.img_wrap {
  display: block;
  position: relative;
}
.img_wrap img, .img_wrap .img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.img_wrap img {
  -o-object-fit: cover;
  object-fit: cover;
}
.img_wrap .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
/*# sourceMappingURL=sourcemaps/common.css.map */