@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:YOPQ@300&display=swap");
/* =========================================================
reset
========================================================= */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[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-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[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;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* =========================================================
base
========================================================= */
html, body {
  overflow-x: hidden;
  overscroll-behavior-x: none;
  width: 100%;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  box-sizing: border-box;
  color: #333;
  font-family: "Kumbh Sans", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  line-height: 1.4;
  min-height: 100dvh;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

p {
  color: #000000;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}

figure {
  margin: 0;
  padding: 0;
}

dl, dt, dd, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp-show {
    display: none;
  }
}

/* =========================================================
header
========================================================= */
.c-header {
  border-bottom: 1px solid #EAE8E4;
  height: 70px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .c-header {
    height: auto;
  }
}
.c-header--wrap {
  margin: 0 auto;
  max-width: 2000px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-header--wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }
}
.c-header-logo {
  display: block;
  max-width: 50%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-header-logo {
    padding: 20px 0;
  }
}
.c-header-logo a {
  display: block;
}
@media screen and (min-width: 992px) {
  .c-header-logo a {
    display: inline-block;
  }
}
.c-header-logo a img {
  display: inline-block;
  max-height: 50px;
}
@media screen and (min-width: 992px) {
  .c-header-logo a img {
    max-width: 226px;
    max-height: 100%;
  }
}
.c-header-mnav {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-header-mnav {
    display: block;
  }
}
.c-header-mnav ul {
  display: flex;
}
.c-header-mnav ul li {
  padding-top: 38px;
}
.c-header-mnav ul li a {
  border-bottom: 2px solid #ffffff;
  color: #3C3C3C;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 8px 28px;
  word-break: keep-all;
}
@media screen and (min-width: 1200px) {
  .c-header-mnav ul li a {
    font-size: 16px;
    padding: 20px 10px 28px;
  }
}
.c-header-mnav ul li a:hover {
  border-color: #F0BA30;
}
.c-header-sub {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-header-sub {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
  }
}
.c-header-sub ul {
  display: flex;
}
.c-header-sub ul li {
  margin-left: 15px;
}
.c-header-sub ul li a {
  border-radius: 0 0 5px 5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.3s;
}
.c-header-sub ul li a span {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
  padding-left: 25px;
}
.c-header-sub ul li a.download {
  background: #A4C043;
}
.c-header-sub ul li a.download span {
  background: url(../images/common/icon-download.svg) no-repeat center left;
  background-size: 18px 18px;
}
.c-header-sub ul li a.entry {
  background: #F0BA30;
}
.c-header-sub ul li a.entry span {
  background: url(../images/common/icon-message.svg) no-repeat center left;
  background-size: 18px 18px;
}
.c-header-sub ul li a:hover {
  background-color: #3C3C3C;
}

/* =========================================================
footer
========================================================= */
.c-footer {
  background: #3C3C3C;
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-footer {
    padding: 30px 0;
  }
}
.c-footer-pagetop {
  position: absolute;
  top: -38px;
  right: 20px;
  transition: 0.3s;
  z-index: 10;
}
.c-footer-pagetop:hover {
  top: -48px;
}
.c-footer-pagetop a {
  background: #ffffff;
  border: 2px solid #3C3C3C;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}
.c-footer-pagetop a span {
  color: #3C3C3C;
  display: block;
  font-size: 14px;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
.c-footer-pagetop a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 13px 9.5px;
  border-color: transparent transparent #A4C043 transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 9.5px);
}
.c-footer--wrap {
  margin: 0 auto;
  max-width: 1282px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-footer-head {
    display: flex;
    justify-content: space-between;
  }
}
.c-footer-head--info a {
  display: block;
}
@media screen and (min-width: 992px) {
  .c-footer-head--info a {
    display: block;
  }
}
.c-footer-head--info a img {
  display: inline-block;
  max-height: 50px;
}
@media screen and (min-width: 992px) {
  .c-footer-head--info a img {
    max-width: 226px;
    max-height: 100%;
  }
}
.c-footer-head--info p {
  color: #ffffff;
  display: inline-block;
  font-size: clamp(13px, 1.41vw, 14px);
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .c-footer-head--info p {
    display: block;
    font-size: 14px;
  }
}
.c-footer-head--nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-footer-head--nav {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 240px);
  }
}
@media screen and (min-width: 992px) {
  .c-footer-head--nav ul {
    margin-left: 10%;
  }
}
.c-footer-head--nav ul li {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .c-footer-head--nav ul li {
    margin-bottom: 25px;
  }
}
.c-footer-head--nav ul li a {
  color: #ffffff;
  font-size: 14px;
  display: block;
  padding-left: 15px;
  position: relative;
  transition: 0.3s;
  word-break: keep-all;
  letter-spacing: 1px;
}
.c-footer-head--nav ul li a:before {
  content: "";
  background: #A4C043;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 8px;
  height: 8px;
}
.c-footer-head--nav ul li a:hover {
  color: #A4C043;
}
.c-footer-foot {
  border-top: 1px solid #ffffff;
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .c-footer-foot {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.c-footer-foot--nav ul {
  display: flex;
  justify-content: center;
}
.c-footer-foot--nav ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: clamp(13px, 1.41vw, 14px);
  padding: 0 5px;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .c-footer-foot--nav ul li a {
    font-size: 14px;
    padding: 0 0 0 10px;
  }
}
.c-footer-foot--nav ul li a:hover {
  color: #A4C043;
}
.c-footer-foot .copy {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  font-size: clamp(11px, 1.21vw, 12px);
}
@media screen and (min-width: 992px) {
  .c-footer-foot .copy {
    font-size: 12px;
    margin-top: 0;
  }
}

/* =========================================================
drawer
========================================================= */
.c-drawer {
  margin-left: 2vw;
}
@media screen and (min-width: 992px) {
  .c-drawer {
    margin-left: 1vw;
  }
}
.c-drawer-container {
  max-width: 0;
  width: 90vw;
  position: fixed;
  top: 0;
  right: -350px;
  transition: 0.4s;
  z-index: 999;
}
.c-drawer-container--wrap {
  background-color: #F6F4EE;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: #929292 #fff;
  scrollbar-width: thin;
  position: relative;
}
.c-drawer-container--wrap::-webkit-scrollbar {
  width: 8px;
  background-color: #000;
}
.c-drawer-container--wrap::-webkit-scrollbar-thumb {
  background: #929292;
  width: 6px;
  border-radius: 5px;
}
.c-drawer--label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 992px) {
  .c-drawer--label {
    display: none;
  }
}
.c-drawer--label .icon {
  display: block;
  border-top: 2px solid #3C3C3C;
  padding-top: 25px;
  position: relative;
}
.c-drawer--label .icon::before {
  content: "";
  background: #3C3C3C;
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}
.c-drawer--label .icon::after {
  content: "";
  background: #3C3C3C;
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 22px;
  left: 0;
}
.c-drawer--label .border {
  color: #3C3C3C;
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
}
.c-drawer--close {
  color: #3C3C3C;
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  padding-top: 33px;
  width: 70px;
  height: 70px;
}
.c-drawer--close::before {
  content: "";
  background: #3C3C3C;
  display: block;
  transform: rotate(45deg);
  height: 2px;
  width: 35px;
  position: absolute;
  top: 20px;
  left: 18px;
}
.c-drawer--close::after {
  content: "";
  background: #3C3C3C;
  display: block;
  transform: rotate(-45deg);
  height: 2px;
  width: 35px;
  position: absolute;
  top: 20px;
  left: 18px;
}
.c-drawer-logo {
  background: #ffffff;
  display: block;
  padding: 10px;
  width: 100%;
}
.c-drawer-logo a {
  display: block;
  max-width: 50%;
}
.c-drawer-logo a img {
  display: inline-block;
}
.c-drawer-main {
  padding: 10px;
}
.c-drawer-main li {
  margin-bottom: 10px;
}
.c-drawer-main li a {
  background: url(../images/common/icon-arrow-black.svg) no-repeat center right 10px;
  background-size: 40px 40px;
  background-color: #ffffff;
  border: 2px solid #3C3C3C;
  border-radius: 5px;
  color: #3C3C3C;
  display: block;
  font-size: clamp(15px, 1.61vw, 16px);
  font-weight: bold;
  padding: 20px;
  padding-right: 50px;
}
@media screen and (min-width: 992px) {
  .c-drawer-main li a {
    font-size: 16px;
  }
}
.c-drawer-main li a.ginou {
  background-image: url(../images/common/icon-arrow-red.svg);
  background-color: #D32E29;
  border-color: #D32E29;
  color: #ffffff;
  font-size: 120%;
}
.c-drawer-main li a.tokutei {
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-color: #28A3D3;
  border-color: #28A3D3;
  color: #ffffff;
  font-size: 120%;
}
.c-drawer-main li a.tokdownloadutei {
  background-image: url(../images/common/icon-arrow-green.svg);
  background-color: #A4C043;
  border-color: #A4C043;
  color: #ffffff;
}
.c-drawer-sub {
  border-top: 2px solid #3C3C3C;
}
.c-drawer-sub li {
  border-bottom: 2px solid #3C3C3C;
}
.c-drawer-sub li a {
  display: block;
  color: #3C3C3C;
  font-weight: bold;
  padding: 20px 10px 20px 40px;
  position: relative;
}
.c-drawer-sub li a:before {
  content: "";
  background: #A4C043;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 20px;
  width: 10px;
  height: 10px;
}
.c-drawer-copy {
  padding: 10px;
}
.c-drawer-copy li {
  margin-bottom: 10px;
}
.c-drawer-copy li a {
  background: #EBE6D8;
  border-radius: 50px;
  color: #3C3C3C;
  display: block;
  font-size: clamp(15px, 1.61vw, 16px);
  padding: 15px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-drawer-copy li a {
    font-size: 16px;
  }
}

#drawer-toggle:checked ~ .c-drawer-container {
  max-width: 350px;
  right: 0;
}
#drawer-toggle:checked ~ .c-drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
/*# sourceMappingURL=style-common.css.map */