@charset "UTF-8";
body {
  line-height: 140%;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}
body p {
  line-height: 140%;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

* {
  color: #000000;
}

.fontRobo {
  font-family: "Roboto Mono", monospace;
  font-weight: 600;
}

.colorBlack {
  color: #000000;
}

.colorWhite {
  color: #fff;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #f6f6ed;
 
}

body.navOn {
  width: 100%;
  height: 100%;
}

body * {
  letter-spacing: 0.03em;
  line-height: 145%;
  font-weight: 600;
  scroll-behavior: smooth;
}

#mainContent {
  max-width: 100%;
  overflow-x: hidden;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.commonWidth {
  margin: 0 auto;
}

.inWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

.errorText {
  text-align: center;
}

.commonBackArea {
  border-top: solid 1px #000000;
  display: flex;
  justify-content: center;
}
.commonBackArea .commonButtonBack {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.commonBackArea .commonButtonBack .arrow {
  background: url(../images/icon_back_arrow.svg) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 767px) {
  .commonWidth {
    width: 90vw;
  }
  .commonWidthSp {
    width: 90vw;
    margin: 0 auto;
  }
  .inWidth {
    width: 86vw;
  }
  .contentArea {
    padding-bottom: 40px;
  }
  .errorText {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .commonBackArea {
    margin: 56px 0 0 0;
    padding: 32px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .commonWidth {
    width: min(90vw, 1200px);
  }
  .commonWidthPc {
    width: min(90vw, 1200px);
    margin: 0 auto;
  }
  .inWidth {
    width: min(86vw, 1080px);
  }
  .contentArea {
    padding-bottom: 80px;
  }
  .errorText {
    font-size: clamp(14px, 1.67vw, 20px);
  }
  .commonBackArea {
    margin: 80px 0 0 0;
    padding: 40px 0 0 0;
  }
}
.commonPageTitle {
  background: #fff;
  border-radius: 10px 0 0 40px;
}
.commonPageTitle .commonPageTitleIn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.commonPageTitle .commonPageTitleIn .titleEn {
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.commonPageTitle .commonPageTitleIn .titleEn::before {
  content: "";
  background: url(../images/icon_circle_black.svg) center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
}
.commonPageTitle .commonPageTitleIn .titleJp {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .pnkzArea {
    margin: 0 16px 0 0;
    padding: 16px 0 16px 0;
    font-size: 14px;
  }
  .commonPageTitle {
    margin-left: 5vw;
    margin-bottom: 64px;
  }
  .commonPageTitle .commonPageTitleIn {
    padding-left: min(4.86vw, 70px);
    padding: 40px 20px 40px 32px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .commonPageTitle .commonPageTitleIn .titleEn {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .commonPageTitle .commonPageTitleIn .titleJp {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .commonPageTitle .commonPageTitleIn .caption {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .pnkzArea {
    margin: 0 50px 0 0;
    padding: 16px 0 16px 0;
    font-size: 14px;
  }
  .commonPageTitle {
    margin-left: calc((100vw - min(90vw, 1200px)) / 2);
    margin-bottom: 80px;
  }
  .commonPageTitle .commonPageTitleIn {
    width: min(86vw, 1080px);
    min-height: 285px;
    padding-left: min(4.86vw, 70px);
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .commonPageTitle .commonPageTitleIn .titleEn {
    font-size: clamp(14px, 1.83vw, 22px);
  }
  .commonPageTitle .commonPageTitleIn .titleJp {
    font-size: clamp(20px, 2.83vw, 34px);
  }
  .commonPageTitle .commonPageTitleIn .caption {
    font-size: 14px;
    padding: 24px 0 0 0;
  }
}
.secFooter {
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
  background-color: #fff3c2;
}
.secFooter .footerMain img {
  width: 189px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.secFooter .footerMain .copyright {
  font-size: 12px;
  text-align: center;
  margin: 8px auto 86px;
  display: block;
}

/*---------------------------------------------
エラー系テキスト
---------------------------------------------*/
.commonErrorText {
  line-height: 200%;
  text-align: justify;
}
.commonErrorText a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .commonErrorText {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
@media only screen and (min-width: 768px) {
  .commonErrorText {
    font-size: clamp(14px, 1.83vw, 22px);
  }
}/*# sourceMappingURL=common.css.map */
