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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  color: #000;
  font-family: "Oxygen", sans-serif;
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .container {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
@media print, (min-width: 768px) {
  .header-common {
    min-width: 1200px;
  }
  .header-common .header-heading {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.list-header-contact .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.list-header-contact .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #000;
}
@media print, (min-width: 768px) {
  .list-header-contact .list-wrapper {
    margin: 0 -12.5px;
  }
  .list-header-contact .list-item {
    margin: 0 12.5px;
  }
  .list-header-contact .link-icon {
    margin-right: 20px;
  }
  .list-header-contact .link-text {
    font-size: 0.13rem;
  }
}

.list-header-social .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.list-header-social .item-link {
  color: #000;
}
@media print, (min-width: 768px) {
  .list-header-social .item-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
  }
  .list-header-social .item-link:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.logo-header {
  width: 1.35rem;
}
@media print, (min-width: 768px) {
  .logo-header {
    margin: 0 auto 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header {
    margin: 0.1rem auto 0.15rem;
  }
}

.menu-header-sitemap {
  position: fixed;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #febd59;
}
.menu-header-sitemap.is-on-top {
  position: static;
  background-color: rgba(254, 189, 89, 0.43);
}
.list-header-sitemap .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-header-sitemap .item-link {
  display: block;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 200;
}
@media print, (min-width: 768px) {
  .list-header-sitemap .list-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-header-sitemap .item-link {
    padding: 15px 20px;
    font-size: 0.16rem;
    color: #fff;
  }
  .list-header-sitemap .item-link.active {
    color: #000;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-header-sitemap {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .list-header-sitemap .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-header-sitemap .item-link {
    padding: 0.13rem 0.2rem;
    font-size: 0.117rem;
    letter-spacing: 0.012rem;
    color: #000;
    line-height: 1.2;
  }
  .list-header-sitemap .item-link.active {
    background-color: #9bc4b6;
    color: #fff;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-hamburger {
    font-size: 0.18rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0.15rem 0;
    line-height: 1.277;
    cursor: pointer;
  }
}

.footer-common {
  background-color: #f7f7f7;
  padding-bottom: 0.2rem;
}
.footer-common .logo-footer {
  width: 1.35rem;
  margin: 0 auto;
  display: block;
}
.footer-common .footer-title {
  text-align: center;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0.35rem;
  font-size: 0.224rem;
}

.list-footer-contact {
  margin-bottom: 0.5rem;
}
.list-footer-contact .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-footer-contact .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
}
@media print, (min-width: 768px) {
  .list-footer-contact .list-wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-contact .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.1rem;
  }
}

@media print, (min-width: 768px) {
  .form-footer {
    margin-bottom: 50px;
  }
  .form-footer .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  .form-footer .button-common-primary {
    min-width: 185px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-footer {
    margin-bottom: 0.35rem;
  }
  .form-footer .form-cell {
    margin-bottom: 0.1rem;
  }
  .form-footer .button-common-primary {
    width: 100%;
  }
}

.list-footer-social {
  margin-bottom: 0.5rem;
}
.list-footer-social .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.list-footer-social .item-link {
  color: #fff;
  width: 0.26rem;
  height: 0.26rem;
  background-color: #febd59;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.list-footer-social .item-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-copyright {
  font-weight: 200;
  font-size: 0.12rem;
  text-align: center;
}

.button-common-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #febd59;
  line-height: 1;
  text-decoration: none;
  font-size: 0.15rem;
}
.button-common-primary.is-light {
  color: #febd59;
  background-color: #fff;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    padding: 12px 24px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .button-common-primary:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    padding: 0.12rem 0.24rem;
  }
}

.button-common-top {
  position: fixed;
  cursor: pointer;
  width: 0.25rem;
  right: 0.2rem;
  bottom: -0.25rem;
  opacity: 0.8;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.button-common-top.is-visible {
  bottom: 0.2rem;
}
.button-common-top:hover {
  opacity: 1;
}

.input-common {
  width: 100%;
  border: solid 1px rgba(26, 26, 26, 0.8);
  padding: 0 0.2rem;
  font-size: 0.14rem;
  height: 0.4rem;
}
.input-common::-webkit-input-placeholder {
  color: #1a1a1a;
}
.input-common::-moz-placeholder {
  color: #1a1a1a;
}
.input-common:-ms-input-placeholder {
  color: #1a1a1a;
}
.input-common::-ms-input-placeholder {
  color: #1a1a1a;
}
.input-common::placeholder {
  color: #1a1a1a;
}
@media print, (min-width: 768px) {
  .input-common {
    width: 100%;
    min-width: 215px;
  }
}

.label-common {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1a1a1a;
  margin-bottom: 0.05rem;
  cursor: pointer;
}

.textarea-common {
  width: 100%;
  border: solid 1px rgba(26, 26, 26, 0.8);
  padding: 0.2rem;
  font-size: 0.14rem;
  min-height: 1rem;
}

.button-submit {
  font-size: 0.16rem;
  border-radius: 0.03rem;
  color: #fff;
  background-color: #febd59;
  padding: 0.1rem 0.15rem;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual .image-thumbnail {
    position: relative;
    padding-top: 39.4736842105%;
  }
  .section-common-keyvisual .image-thumbnail img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .image-thumbnail {
    height: 4rem;
  }
  .section-common-keyvisual .image-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media print, (min-width: 768px) {
  .section-ourstory {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-ourstory {
    padding: 0.5rem 0;
  }
  .section-ourstory .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

.list-ourstory .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-ourstory .list-item {
  margin-bottom: 1.5rem;
}
.list-ourstory .list-item:last-child {
  margin-bottom: 0;
}
.list-ourstory .item-title {
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
  font-size: 0.32rem;
  line-height: 1;
}
.list-ourstory .item-text {
  font-weight: 200;
  font-size: 0.16rem;
  letter-spacing: 0.012rem;
  line-height: 2;
}
.list-ourstory .item-text p {
  margin-bottom: 0.144rem;
}
@media print, (min-width: 768px) {
  .list-ourstory .item-text {
    max-width: 820px;
    text-align: justify;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-ourstory .item-text {
    text-align: center;
  }
}
/*# sourceMappingURL=our_story.css.map */