@charset "UTF-8";

/* font $size
====================================== */
/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
/* サイト共通
====================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html:has(body.page) {
  scroll-padding-top: 295px;
}

@media screen and (max-width: 1100px) {
  html:has(body.page) {
    scroll-padding: 0;
  }
}

body {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #404040;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

@media screen and (max-width: 430px) {
  body {
    font-size: 14px;
  }
}

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

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

a {
  display: block;
  color: #404040;
  text-decoration: none;
  transition: 0.6s;
}

a:hover {
  opacity: 0.7;
}

ul,
ol,
li {
  list-style: none;
}

.inner {
  width: calc(100% - 112px);
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .inner {
    width: 100%;
    padding: 0 max(25px, 6vw);
  }
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 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;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

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

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"] {
  cursor: default;
}

.l-container {
  overflow: hidden;
}

.l-wrapper {
  overflow: hidden;
  padding-left: 296px;
}

@media screen and (max-width: 1100px) {
  .l-wrapper {
    padding-left: 0;
  }
}

.l-header {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  z-index: 2000;
}

.l-header .nav-head {
  font-weight: bold;
  font-size: 24px;
}

.l-header .nav-head.__nara {
  padding: 32px 16px 16px;
}

@media screen and (max-width: 1100px) {
  .l-header .nav-head.__nara {
    padding-bottom: 12px;
  }
}

.l-header .nav-head.__zenkoku {
  padding: 32px 16px 16px 16px;
  border-top: 1px solid #e0e0e0;
}

@media screen and (max-width: 1100px) {
  .l-header .nav-head.__zenkoku {
    padding: 36px 0 12px 0;
  }
}

.l-header .nav-guide {
  border-top: 1px solid #e0e0e0;
}

.l-header .nav-guide .parent-container {
  padding: 32px 24px 26px 24px !important;
}

@media screen and (max-width: 430px) {
  .l-header .nav-guide .parent-container {
    padding: 36px 0 24px !important;
  }
}

.l-header .header-nav {
  background: #fff;
}

@media screen and (max-width: 1100px) {
  .l-header .nav-list.__parent-list {
    margin-bottom: 40px;
  }
}

.l-header .nav-list.__child-list {
  background: #fefff7;
  display: none;
}

.l-header .nav-item {
  line-height: 1.6;
}

.l-header .nav-item a {
  font-weight: bold;
}

.l-header .nav-item.__parent-item .parent-container {
  padding: 16px 24px 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #e0e0e0;
}

@media screen and (max-width: 1100px) {
  .l-header .nav-item.__parent-item .parent-container {
    border-right: none;
    padding: 24px 0;
  }
}

.l-header .nav-item.__parent-item .parent-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  max-width: 200px;
}

@media screen and (max-width: 1100px) {
  .l-header .nav-item.__parent-item .parent-link {
    font-size: 16px;
    max-width: unset;
  }
}

@media screen and (max-width: 430px) {
  .l-header .nav-item.__parent-item .parent-link {
    max-width: 284px;
  }
}

.l-header .nav-item.__parent-item .parent-link:hover {
  color: #a7b716;
}

.l-header .nav-item.__parent-item .toggle {
  width: 22px;
  height: 22px;
  position: relative;
}

.l-header .nav-item.__parent-item .toggle::before,
.l-header .nav-item.__parent-item .toggle::after {
  content: "";
  display: block;
  position: absolute;
  background: #404040;
}

.l-header .nav-item.__parent-item .toggle::before {
  width: 2px;
  height: 22px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.l-header .nav-item.__parent-item .toggle::after {
  width: 22px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.l-header .nav-item.__parent-item .toggle.open::before,
.l-header .nav-item.__parent-item .toggle.open::after {
  background: #a7b716;
}

.l-header .nav-item.__parent-item .toggle.open::before {
  transform: translateX(-50%) rotate(90deg);
}

.l-header .nav-item.__parent-item .toggle:hover::before,
.l-header .nav-item.__parent-item .toggle:hover::after {
  background: #a7b716;
}

.l-header .nav-item.__parent-item.active .parent-link {
  color: #a7b716;
  text-decoration: underline;
}

.l-header .nav-item.__parent-item.active .toggle::before,
.l-header .nav-item.__parent-item.active .toggle::after {
  background: #a7b716;
}

.l-header .nav-item.__parent-item.open .parent-link {
  color: #a7b716;
  text-decoration: underline;
}

.l-header .nav-item.__parent-item.pdf .parent-container {
  position: relative;
}

.l-header .nav-item.__parent-item.pdf .parent-container::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url(../images/icon_pdf.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
  .l-header .nav-item.__parent-item.pdf .parent-container::after {
    width: 22px;
    height: 22px;
    right: 0;
  }
}

.l-header .nav-item.__child-item .child-link {
  padding: 16px 24px 16px 24px;
  font-size: 14px;
}

.l-header .nav-item.__grayout a {
  pointer-events: none;
  color: #bcbcbc;
  text-decoration: none;
}

.l-header.__pc {
  box-shadow: 4px 4px 8px 0px rgba(182, 182, 182, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  max-width: 296px;
}

.l-header.__pc .logo-container {
  background: #a7b716;
  padding: 30px 21px 18px;
}

.l-header.__pc .logo-container .logo {
  display: block;
}

@media screen and (max-width: 1100px) {
  .l-header.__pc {
    display: none;
  }
}

.l-header.__tb .nav-btn {
  font-size: 14px;
  color: #fff;
  background: #a7b716;
  width: max(187px, 46vw);
  height: 34px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: fixed;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
}

.l-header.__tb .nav-btn .burger {
  display: block;
  width: 15px;
  height: 10px;
  position: relative;
}

.l-header.__tb .nav-btn .burger .burger-bar {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.l-header.__tb .nav-btn .burger .burger-bar:first-child {
  top: 0;
}

.l-header.__tb .nav-btn .burger .burger-bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.l-header.__tb .nav-btn .burger .burger-bar:last-child {
  bottom: 0;
}

.l-header.__tb .nav-btn .text {
  opacity: 1;
  transition: opacity 0.5s ease;
  min-width: 56px;
  -moz-text-align-last: left;
  text-align-last: left;
}

.l-header.__tb .nav-btn.open .burger .burger-bar:first-child {
  transform: translateY(4px) rotate(45deg);
}

.l-header.__tb .nav-btn.open .burger .burger-bar:nth-child(2) {
  opacity: 0;
}

.l-header.__tb .nav-btn.open .burger .burger-bar:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.l-header.__tb .nav-btn.open .text {
  opacity: 0;
}

.l-header.__tb .header-nav.__tb {
  padding: 64px max(25px, 6vw) 88px;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translateY(100%);
  transition: 0.5s ease;
}

.l-header.__tb .header-nav.__tb.open {
  transform: translateY(0);
}

.l-header.__tb .nav-ttl {
  color: #a7b716;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.l-header.__tb .btn-link {
  display: flex;
  gap: 13px;
}

.l-header.__tb .btn-item {
  flex-basis: calc((100% - 26px) / 3);
  background: #a7b716;
  padding: 16px;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header.__tb .btn-item a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.l-header.__tb .btn-item a .br-sp {
  display: none;
}

@media screen and (max-width: 430px) {
  .l-header.__tb .btn-item a .br-sp {
    display: block;
  }
}

.l-header.__tb .btn-item .icon-container {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 1101px) {
  .l-header.__tb {
    display: none;
  }
}

.logo-container.___tb {
  display: block;
  width: max(246px, 63vw);
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 9999;
}

@media screen and (min-width: 1101px) {
  .logo-container.___tb {
    display: none;
  }
}

.l-main .fadeIn {
  transform: translate3d(0, -50px, 0);
  transition: 1s;
  opacity: 0;
}

.l-main .fadeIn.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.l-main .tableauPlaceholder {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.6/1;
  overflow: unset !important;
  display: block;
}

.l-main .tableauPlaceholder iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.l-footer {
  background: #a7b716;
  padding: 16px 0;
}

@media screen and (max-width: 1100px) {
  .l-footer {
    padding: 40px 0 8px;
    margin-bottom: 88px;
  }
}

.l-footer .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .l-footer .col {
    flex-direction: column;
  }
}

.l-footer .logo {
  display: block;
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .l-footer .logo {
    display: none;
  }
}

.l-footer .info {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .l-footer .info {
    order: 2;
    margin-bottom: 28px;
  }
}

.l-footer .info .info_name {
  font-size: 36px;
}

@media screen and (max-width: 430px) {
  .l-footer .info .info_name {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.l-footer .info .info_mail a {
  display: block;
  color: #fff;
  margin-top: 6px;
}

@media screen and (max-width: 430px) {
  .l-footer .info .info_mail a {
    margin-top: 8px;
  }
}

.l-footer .footer-right {
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .l-footer .footer-right {
    text-align: center;
    order: 1;
    margin-bottom: 22px;
  }
}

.l-footer .copyright {
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .l-footer .copyright.__pc {
    display: none;
  }
}

.l-footer .copyright.__tb {
  display: none;
}

@media screen and (max-width: 1100px) {
  .l-footer .copyright.__tb {
    display: block;
    order: 3;
  }
}

body.home .sec-kv .kv-container .kv-item {
  display: block;
  height: 45vh !important;
}

body.home .sec-kv .kv-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.home .sec-kv .kv-container img.kv1 {
  -o-object-position: center 58%;
  object-position: center 58%;
}

body.home .sec-kv .kv-container img.kv2 {
  -o-object-position: center 72%;
  object-position: center 72%;
}

body.home .sec-kv .kv-container img.kv3 {
  -o-object-position: bottom;
  object-position: bottom;
}

@media screen and (max-width: 1100px) {
  body.home .sec-kv .kv-container {
    height: unset;
    padding-left: max(25px, 6.4vw);
  }
}

body.home .sec-ban .visual-nara {
  display: block;
  margin-bottom: 40px;
}

body.home .sec-ban .koyomi-ttl,
body.home .sec-ban .event-ttl {
  font-size: 24px;
  color: #a7b716;
  text-align: left;
  margin-bottom: 32px;
}

body.home .sec-ban .ban-list {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
}

@media screen and (max-width: 1100px) {
  body.home .sec-ban .ban-list {
    gap: 24px 38px;
  }
}

@media screen and (max-width: 430px) {
  body.home .sec-ban .ban-list {
    flex-direction: column;
    gap: 24px;
  }
}

body.home .sec-ban .ban-list.__koyomi {
  margin-bottom: 40px;
}

body.home .sec-ban .ban-list.__event {
  margin-bottom: 80px;
}

body.home .sec-ban .ban-item {
  width: calc((100% - 114px) / 4);
  position: relative;
}

@media screen and (max-width: 1100px) {
  body.home .sec-ban .ban-item {
    width: calc((100% - 38px) / 2);
  }
}

@media screen and (max-width: 430px) {
  body.home .sec-ban .ban-item {
    width: 100%;
  }
}

body.home .sec-ban .ban-item .img-container {
  overflow: hidden;
}

body.home .sec-ban .ban-item .img-container img {
  height: auto;
  transition: transform 0.6s ease;
}

body.home .sec-ban .ban-item:hover .img-container img {
  transform: scale(1.1);
}

body.home .sec-ban .ban-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body.home .sec-ban .ban-container .ban-content {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}

body.home .sec-ban .ban-container .ban-content .icon-container {
  width: 22px;
  height: 22px;
}

body.home .sec-ban .ban-container::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/icon_tab.svg) no-repeat center;
  position: absolute;
  top: 50%;
  right: 9%;
  transform: translateY(-50%);
}

body.home .sec-ban .ban-ttl {
  color: #fff;
  font-weight: bold;
}

body.home .sec-ban .ban-ttl span {
  font-size: 30px;
}

body.home .sec-report {
  margin-bottom: 112px;
}

@media screen and (max-width: 430px) {
  body.home .sec-report {
    margin-bottom: 124px;
  }
}

body.home .sec-data-detail {
  margin-bottom: 112px;
}

@media screen and (max-width: 430px) {
  body.home .sec-data-detail {
    margin-bottom: 124px;
  }
}

body.home .sec-data-detail .sum-ttl {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}

@media screen and (max-width: 430px) {
  body.home .sec-data-detail .sum-ttl {
    font-size: 14px;
  }
}

body.home .sec-tgt {
  margin-bottom: 136px;
}

@media screen and (max-width: 430px) {
  body.home .sec-tgt {
    margin-bottom: 104px;
  }
}

body.home .sec-tgt .tgt-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 430px) {
  body.home .sec-tgt .tgt-list {
    flex-direction: column;
  }
}

body.home .sec-tgt .tgt-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e0e0e0;
  padding: 40px 40px 40px 0;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

@media screen and (max-width: 430px) {
  body.home .sec-tgt .tgt-item {
    width: 100%;
    padding: 32px 0 40px 0;
    border-right: none;
  }
}

@media screen and (max-width: 430px) {
  body.home .sec-tgt .tgt-item:first-child {
    padding-top: 0;
  }
}

body.home .sec-tgt .tgt-item:nth-child(2n) {
  padding: 40px 0 40px 40px;
  border-bottom: 1px solid #e0e0e0;
  border-right: none;
}

@media screen and (max-width: 430px) {
  body.home .sec-tgt .tgt-item:nth-child(2n) {
    padding: 32px 0 40px 0;
  }
}

body.home .sec-tgt .tgt-item:last-child {
  /* border-bottom: none; */
}

@media screen and (max-width: 430px) {
  body.home .sec-tgt .tgt-item:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
}

body.home .sec-tgt .tgt-item .tgt-ttl {
  color: #a7b716;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

body.home .sec-tgt .tgt-item .btnWrap {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 430px) {
  body.home .sec-tgt .tgt-item .tgt-ttl {
    font-size: 18px;
  }
}

body.home .sec-tgt .tgt-item .link-list {
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}

body.home .sec-tgt .tgt-item .tgt-link {
  color: #fff;
  padding: 16px 40px;
  background: #a7b716;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

@media screen and (max-width: 430px) {
  body.home .sec-tgt .tgt-item .tgt-link {
    width: 100%;
    text-align: center;
  }
}

body.home .sec-tgt .tgt-item.__grayout .tgt-ttl {
  color: #bcbcbc;
}

body.home .sec-tgt .tgt-item.__grayout .tgt-link {
  background: #bcbcbc;
  pointer-events: none;
}

body.home .sec-top-contact {
  background: #fefff7;
  padding: 72px 56px 155px;
  position: relative;
}

@media screen and (max-width: 430px) {
  body.home .sec-top-contact {
    padding: 56px 0;
  }
}

body.home .sec-top-contact .sec-ttl {
  position: absolute;
  top: -27px;
}

@media screen and (max-width: 430px) {
  body.home .sec-top-contact .sec-ttl {
    top: -16px;
  }
}

body.home .sec-top-contact form {
  margin-bottom: 80px;
}

body.home .sec-top-contact form dl {
  margin-bottom: 32px;
}

body.home .sec-top-contact form dt {
  font-weight: bold;
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}

body.home .sec-top-contact form dt .form-ttl {
  font-size: 18px;
}

body.home .sec-top-contact form dt .mark-required {
  color: #fff;
  font-size: 12px;
  background: #a7b716;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}

body.home .sec-top-contact form input,
body.home .sec-top-contact form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
}

body.home .sec-top-contact form textarea {
  min-height: 200px;
}

body.home .sec-top-contact form input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

body.home .sec-top-contact form .form-content {
  margin-bottom: 40px;
}

body.home .sec-top-contact form .form-concent {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}

body.home .sec-top-contact form .form-concent a {
  display: inline-block;
  text-decoration: underline;
}

body.home .sec-top-contact form .form-pp {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 56px;
  position: relative;
}

body.home .sec-top-contact form button.submit {
  color: #fff;
  background: #a7b716;
  width: 266px;
  height: 48px;
  padding: 16px 24px;
  display: block;
  margin: 0 auto;
}

body.home .sec-top-contact .caution-lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #a7b716;
  margin-bottom: 24px;
}

@media screen and (max-width: 430px) {
  body.home .sec-top-contact .caution-lead {
    font-size: 14px;
    line-height: 1.9;
  }
}

body.home .sec-top-contact .caution-item {
  letter-spacing: 0.1em;
  line-height: 2.3;
  list-style: disc;
  list-style-position: outside;
  margin-left: 1em;
}

@media screen and (max-width: 430px) {
  body.home .sec-top-contact .caution-item {
    line-height: 1.9;
  }
}

body.page .sec-detail,
body.error404 .sec-detail {
  padding-top: 231px;
  margin-bottom: 184px;
}

@media screen and (max-width: 1100px) {
  body.page .sec-detail,
  body.error404 .sec-detail {
    padding-top: 195px;
  }
}

@media screen and (max-width: 430px) {
  body.page .sec-detail,
  body.error404 .sec-detail {
    padding-top: 117px;
    margin-bottom: 96px;
  }
}

body.page .sec-detail .data-list.__col {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 64px;
}

body.page .sec-detail .data-list.__col .data-item {
  width: calc((100% - 64px) / 2);
}

body.page .sec-detail .data-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}

@media screen and (max-width: 430px) {
  body.page .sec-detail .data-item {
    margin-bottom: 32px;
  }
}

body.page .sec-detail .data-item .data-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
body.page .sec-detail .data-item .data-ttl-sub {
  font-size: 0.85em;
}
@media screen and (max-width: 430px) {
  body.page .sec-detail .data-item .data-ttl {
    font-size: 14px;
  }
}

body.page .sec-detail .data-item.__grayout .data-ttl {
  color: #bcbcbc;
}

body.page .sec-detail .data-item .data-ttl + .graph-container {
  margin-top: 24px;
}

body.page-id-12 {
  margin-top: 64px;
}

@media screen and (max-width: 1100px) {
  body.page-id-12 {
    margin-top: 195px;
  }
}

@media screen and (max-width: 430px) {
  body.page-id-12 {
    margin-top: 121px;
  }
}

body.page-id-12 .sec-guide {
  margin-bottom: 112px;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-guide .sec-ttl {
    margin-bottom: 56px;
  }
}

body.page-id-12 .sec-guide .guide-item {
  padding: 64px;
  border: 1px solid rgba(0, 0, 0, 0.071);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-guide .guide-item {
    padding: 47px 24px 40px;
    margin-bottom: 73px;
  }
}

body.page-id-12 .sec-guide .step-num {
  font-size: 44px;
  font-weight: bold;
  color: #a7b716;
  background: #fff;
  position: absolute;
  top: -48px;
  left: 64px;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-guide .step-num {
    font-size: 24px;
    top: -25px;
    left: 24px;
  }
}

body.page-id-12 .sec-guide .step-num span {
  font-size: 80px;
  margin-left: 8px;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-guide .step-num span {
    font-size: 48px;
  }
}

body.page-id-12 .sec-guide .step-ttl {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-guide .step-ttl {
    font-size: 20px;
    line-height: 1.7;
  }
}

body.page-id-12 .sec-guide .step-ttl .br-sp {
  display: none;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-guide .step-ttl .br-sp {
    display: block;
  }
}

body.page-id-12 .sec-guide .step-desc {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 56px;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-guide .step-desc {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

body.page-id-12 .sec-guide .step-desc a {
  display: inline-block;
}

body.page-id-12 .sec-guide .col .step-img {
  display: block;
}

body.page-id-12 .sec-guide .col .step-img + .step-img {
  margin-top: 32px;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-guide .col .step-img + .step-img {
    margin-top: 16px;
  }
}

body.page-id-12 .sec-faq {
  margin-bottom: 112px;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-faq {
    margin-bottom: 88px;
  }
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-faq .sec-ttl .red {
    display: inline-block;
    margin-top: 0;
  }
}

body.page-id-12 .sec-faq .faq-item {
  cursor: pointer;
}

body.page-id-12 .sec-faq .faq-item .faq-que,
body.page-id-12 .sec-faq .faq-item .faq-ans {
  padding: 24px 93px 24px calc(64px + 1em);
  letter-spacing: 0.15em;
  position: relative;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-faq .faq-item .faq-que,
  body.page-id-12 .sec-faq .faq-item .faq-ans {
    padding: 16px 45px 16px calc(16px + 1em);
  }
}

body.page-id-12 .sec-faq .faq-item .faq-que::before,
body.page-id-12 .sec-faq .faq-item .faq-ans::before {
  font-size: 24px;
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-faq .faq-item .faq-que::before,
  body.page-id-12 .sec-faq .faq-item .faq-ans::before {
    font-size: 20px;
    left: 0;
  }
}

body.page-id-12 .sec-faq .faq-item .faq-que {
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-faq .faq-item .faq-que {
    font-size: 16px;
    line-height: 1.9;
  }
}

body.page-id-12 .sec-faq .faq-item .faq-que::before {
  content: "Q";
}

body.page-id-12 .sec-faq .faq-item .faq-que .toggle {
  width: 26px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-faq .faq-item .faq-que .toggle {
    width: 17px;
    height: 17px;
    right: 0;
  }
}

body.page-id-12 .sec-faq .faq-item .faq-que .toggle::before,
body.page-id-12 .sec-faq .faq-item .faq-que .toggle::after {
  content: "";
  display: block;
  position: absolute;
  background: #a7b716;
}

body.page-id-12 .sec-faq .faq-item .faq-que .toggle::before {
  width: 2px;
  height: 28px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-faq .faq-item .faq-que .toggle::before {
    height: 17px;
  }
}

body.page-id-12 .sec-faq .faq-item .faq-que .toggle::after {
  width: 28px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-faq .faq-item .faq-que .toggle::after {
    width: 17px;
  }
}

body.page-id-12 .sec-faq .faq-item .faq-que.open .toggle::before {
  transform: translateX(-50%) rotate(90deg);
}

body.page-id-12 .sec-faq .faq-item .faq-ans {
  font-size: 18px;
  color: #a7b716;
  line-height: 1.9;
  border-top: 1px solid #e0e0e0;
  display: none;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-faq .faq-item .faq-ans {
    font-size: 16px;
  }
}

body.page-id-12 .sec-faq .faq-item .faq-ans::before {
  content: "A";
  color: #a7b716;
}

body.page-id-12 .sec-policy {
  margin-bottom: 139px;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-policy {
    margin-bottom: 104px;
  }
}

body.page-id-12 .sec-policy .policy-container {
  background: #f7f7f7;
  padding: 48px 56px;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-policy .policy-container {
    padding: 40px 24px;
  }
}

body.page-id-12 .sec-policy .sec-ttl {
  margin-bottom: 32px;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-policy .sec-ttl {
    margin-bottom: 40px;
  }
}

body.page-id-12 .sec-policy .policy-ttl {
  font-size: 24px;
  padding: 24px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-policy .policy-ttl {
    font-size: 16px;
  }
}

body.page-id-12 .sec-policy .policy-ttl .toggle {
  width: 26px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-policy .policy-ttl .toggle {
    width: 17px;
    height: 17px;
    right: 0;
  }
}

body.page-id-12 .sec-policy .policy-ttl .toggle::before,
body.page-id-12 .sec-policy .policy-ttl .toggle::after {
  content: "";
  display: block;
  position: absolute;
  background: #a7b716;
}

body.page-id-12 .sec-policy .policy-ttl .toggle::before {
  width: 2px;
  height: 28px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-policy .policy-ttl .toggle::before {
    height: 17px;
  }
}

body.page-id-12 .sec-policy .policy-ttl .toggle::after {
  width: 28px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 430px) {
  body.page-id-12 .sec-policy .policy-ttl .toggle::after {
    width: 17px;
  }
}

body.page-id-12 .sec-policy .policy-ttl.open .toggle::before {
  transform: translateX(-50%) rotate(90deg);
}

body.page-id-12 .sec-policy .policy-desc {
  line-height: 1.9;
  letter-spacing: 0.1em;
  padding: 24px;
  display: none;
}

body.page-id-12 .sec-policy .policy-desc a {
  display: inline-block;
  text-decoration: underline;
}

body.page-id-12 .sec-policy .desc-list {
  list-style-position: outside;
  padding: 24px;
  margin-left: 1em;
  display: none;
}

body.page-id-12 .sec-policy .desc-list .desc-item {
  line-height: 1.9;
}

body.page-id-12 .sec-policy .desc-list.__unordered .desc-item {
  list-style: disc;
}

body.page-id-12 .sec-policy .desc-list.__ordered .desc-item {
  list-style: decimal;
  margin-bottom: 1em;
}

body.page-id-54 .l-main {
  min-height: 100vh;
}

@media screen and (max-width: 1100px) {
  body.page-id-54 .l-main {
    margin-top: 240px;
  }
}

@media screen and (max-width: 430px) {
  body.page-id-54 .l-main {
    margin-top: 180px;
  }
}

body.page-id-54 .sec-search {
  margin: 50px 0 30px;
}

body.page-id-60 .sec-confirm {
  background: #fefff7;
  padding: 72px 0 184px;
}

@media screen and (max-width: 1100px) {
  body.page-id-60 .sec-confirm {
    padding: 160px 0 96px;
  }
}

body.page-id-60 .sec-confirm form {
  padding: 64px;
  background: #fff;
}

body.page-id-60 form dl {
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

body.page-id-60 form dt {
  font-weight: bold;
  display: flex;
  gap: 8px;
  flex-basis: 45%;
}

body.page-id-60 form dt .form-ttl {
  font-size: 18px;
}

body.page-id-60 form dt .mark-required {
  color: #fff;
  font-size: 12px;
  background: #a7b716;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}

body.page-id-60 form dd {
  flex-basis: calc(100% - (45% + 16px));
}

body.page-id-60 form .form-concent {
  margin-bottom: 56px;
}

body.page-id-60 form .btn-container {
  display: flex;
  justify-content: center;
  gap: 16px;
}

body.page-id-60 form button {
  width: 266px;
  height: 48px;
  line-height: 48px;
  display: block;
}

body.page-id-60 form button.submit {
  color: #fff;
  background: #a7b716;
}

body.page-id-60 form button.back {
  color: #a7b716;
  border: 1px solid #a7b716;
}

body.page-id-57 .sec-complete {
  background: #fefff7;
  padding: 72px 0 184px;
  min-height: 100vh;
}

@media screen and (max-width: 1100px) {
  body.page-id-60 .sec-confirm form {
    padding: 10px;
  }
  body.page-id-57 .sec-complete {
    padding: 160px 0 96px;
  }
  body.page-id-60 form dl {
    display: block;
  }
  body.page-id-60 form dd {
    margin: 10px 0 0;
  }
  body.page-id-60 form dt .form-ttl {
    font-size: 16px;
  }
}

body.page-id-57 .message {
  line-height: 1.5;
  margin-bottom: 40px;
}

body.page-id-57 .back-top {
  color: #fff;
  background: #a7b716;
  height: 48px;
  line-height: 48px;
  width: 266px;
  text-align: center;
  margin: 0 auto;
}

.sec-ttl {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 430px) {
  .sec-ttl {
    font-size: 24px;
  }
}

.sec-ttl.__mb {
  margin-bottom: 56px;
}

@media screen and (max-width: 430px) {
  .sec-ttl.__mb {
    margin-bottom: 40px;
  }
}

.sec-ttl.__detail {
  font-size: 32px;
  color: #a7b716;
  text-align: left;
  line-height: 1.2;
  padding: 8px 0 16px;
  border-bottom: 2px solid #a7b716;
  margin-bottom: 56px;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 430px) {
  .sec-ttl.__detail {
    font-size: 20px;
    line-height: 1.9;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}

.sec-ttl.__detail.__sum {
  margin-bottom: 31px;
}

@media screen and (max-width: 430px) {
  .sec-ttl.__detail.__sum {
    margin-bottom: 6px;
  }
}

.sec-ttl.__contact {
  font-size: 32px;
  color: #a7b716;
  text-align: left;
  margin-bottom: 56px;
}

@media screen and (max-width: 430px) {
  .sec-ttl.__contact {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.sec-ttl .gr {
  color: #a7b716;
}

@media screen and (max-width: 430px) {
  .sec-ttl .gr {
    margin-top: 6px;
  }
}

@media screen and (max-width: 430px) {
  .sec-ttl .gr.non-br {
    display: inline;
  }
}

.sec-sum-btn .btn-list {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 430px) {
  .sec-sum-btn .btn-list {
    flex-wrap: wrap;
    gap: 24px 30px;
  }
}

.sec-sum-btn .btn-item {
  line-height: 1.5;
  text-align: center;
  width: calc((100% - 120px) / 4);
  border: 1px solid #e0e0e0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .sec-sum-btn .btn-item {
    width: calc((100% - 80px) / 3);
  }
}

@media screen and (max-width: 430px) {
  .sec-sum-btn .btn-item {
    width: calc((100% - 30px) / 2);
  }
}

.sec-sum-btn .btn-item a {
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec-sum-btn .btn-item.__grayout a {
  color: #bcbcbc;
  pointer-events: none;
}

.sec-sum-btn .btn-item .icon-container {
  margin-bottom: 16px;
  height: 48px;
}

.sec-sum-btn .btn-item .icon-container img {
  height: 100%;
  width: auto;
}

.sec-sum-btn.__top {
  background: #fefff7;
  padding: 40px 0;
  margin-bottom: 64px;
}

.sec-sum-btn.__top .sec-ttl {
  margin-bottom: 40px;
}

.sec-sum-btn.__top .btn-list {
  flex-wrap: wrap;
}

.sec-sum-btn.__top .btn-item {
  padding: 16px;
}

.sec-sum-btn.__top .btn-item.__grayout {
  background: none;
}

.sec-sum-btn.__top .btn-item.__grayout img.pri {
  display: none;
}

.sec-sum-btn.__top .btn-item.__grayout img.gray {
  display: block;
}

.sec-sum-btn.__top .btn-item img.gray {
  display: none;
}
.sec-sum-btn.__top .btn-item a {
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .sec-sum-btn.__top .btn-item a {
    font-size: 18px;
  }
}

.sec-sum-btn.__data {
  padding: 30px 0 25px;
  border-bottom: 1px solid #e2e2e2;
  background: #fff;
  box-shadow: 4px 4px 8px 0px rgba(182, 182, 182, 0.15);
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100vw - 296px);
  z-index: 995;
}

@media screen and (max-width: 1100px) {
  .sec-sum-btn.__data {
    display: none;
  }
}

.sec-sum-btn.__data .col {
  display: flex;
  align-items: center;
  gap: 52px;
}

.sec-sum-btn.__data .sec-ttl {
  font-size: 33px;
  min-width: 200px;
  letter-spacing: 0.05em;
}

.sec-sum-btn.__data .sec-ttl span {
  font-size: 24px;
  display: block;
  margin-bottom: 8px;
}

.sec-sum-btn.__data .btn-list {
  margin-right: 24px;
  width: calc(100% - 228px);
  overflow-x: scroll;
  scrollbar-width: auto;
  -ms-overflow-style: scrollbar;
}

.sec-sum-btn.__data .btn-item {
  min-width: 230px;
  padding: 10px;
}

.sec-sum-btn.__data .btn-item a {
  flex-direction: row;
  gap: 16px;
  text-align: left;
}

.sec-sum-btn.__data .btn-item .icon-container {
  min-height: 48px;
  margin-bottom: 0;
}

.sec-sum-btn.__data .btn-item .icon-container img.gray {
  display: none;
}

.sec-sum-btn.__data .btn-item.__active {
  border: 1px solid #a7b716;
  background: #fefff7;
}

.sec-sum-btn.__data .btn-item.__active .icon-container img.pri {
  display: block;
}

.sec-sum-btn.__data .btn-item.__active .icon-container img.gray {
  display: none;
}

.sec-sum-btn.__data .btn-item.__grayout {
  pointer-events: none;
  border: 1px solid #e0e0e0;
  background: rgba(0, 0, 0, 0.1);
}

.sec-sum-btn.__data .btn-item.__grayout .icon-container img.pri {
  display: none;
}

.sec-sum-btn.__data .btn-item.__grayout .icon-container img.gray {
  display: block;
}

.sec-sum-btn.__data .btn-item.__inactive .icon-container img.pri {
  display: none;
}

.sec-sum-btn.__data .btn-item.__inactive .icon-container img.gray {
  display: block;
}

.sec-sum-btn.__data .btn-item:hover {
  border: 1px solid #a7b716;
  background: #fefff7;
}

.sec-sum-btn.__data .btn-item:hover .icon-container img.pri {
  display: block;
}

.sec-sum-btn.__data .btn-item:hover .icon-container img.gray {
  display: none;
}

.sec-sum-btn.__data .scroll-right {
  text-align: right;
  margin-top: 10px;
  margin-right: 24px;
  color: #a7b716;
  padding-right: 100px;
  position: relative;
}

.sec-sum-btn.__data .scroll-right::after {
  content: "";
  width: 90px;
  height: 1px;
  background: #a7b716;
  animation: scroll;
  position: absolute;
  top: 50%;
  right: 0;
  animation: scrollRight 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes scrollRight {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }

  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}

.c-search .g-search {
  position: relative;
}

.c-search input[type="text"] {
  padding: 10px 24px;
  height: 48px;
  background: #fff;
  border: 1px solid #a7b716;
  width: 100%;
}

.c-search input[type="text"]::-moz-placeholder {
  color: #a7b716;
  font-size: 12px;
}

.c-search input[type="text"]::placeholder {
  color: #a7b716;
  font-size: 12px;
}

.c-search input[type="submit"] {
  background-image: url(../images/icon_search.svg);
  width: 17px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.c-search.__top {
  position: fixed;
  z-index: 2500;
  top: 56px;
  right: 56px;
}

@media screen and (max-width: 1100px) {
  .c-search.__top {
    display: none;
  }
}

.c-search.__top .g-search {
  max-width: 266px;
}

.c-search.__footer {
  margin-bottom: 5px;
}

.c-search.__footer .g-search {
  max-width: 266px;
}

.c-search.__search {
  width: 100%;
}

.c-search.__drawer {
  margin-bottom: 24px;
  width: calc(100% - (clamp(50px, 12.8vw, 63px) + 20px));
}

.c-sidelink {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10000;
}

.c-sidelink .btn-link {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.c-sidelink .btn-link .btn-item button {
  writing-mode: vertical-rl;
  color: #a7b716;
  padding: 24px 16px;
  border: 1px solid #a7b716;
  background: #fff;
  width: 42px;
  display: flex;
  align-items: center;
}

.c-sidelink .btn-link .btn-item button:hover {
  opacity: 0.7;
}

.c-sidelink .btn-link .btn-item button span.icon-container {
  display: block;
  width: 20px;
}

.c-sidelink .btn-link .btn-item a {
  display: flex;
  align-items: center;
  padding: 0 16px;
  width: 42px;
  writing-mode: vertical-rl;
  font-size: 13px;
}

.c-sidelink .btn-link .btn-item .icon-container {
  width: 20px;
  margin-bottom: 10px;
}

.c-sidelink .btn-link .btn-item.__anker {
  background: #a7b716;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 0;
}

.c-sidelink .btn-link .btn-item.__anker a {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .c-sidelink {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .c-drawer {
    display: none;
  }
}

.c-drawer .drawer-btn {
  font-size: clamp(10px, 2.6vw, 14px);
  font-weight: bold;
  width: clamp(50px, 12.8vw, 63px);
  height: clamp(50px, 12.8vw, 63px);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: fixed;
  top: 135px;
  right: 25px;
}

@media screen and (max-width: 1100px) {
  .c-drawer .drawer-btn {
    top: 90px;
  }
}

@media screen and (max-width: 430px) {
  .c-drawer .drawer-btn {
    top: 46px;
  }
}

.c-drawer .drawer-btn.__open {
  color: #a7b716;
  background: #fff;
  border: 1px solid #a7b716;
  z-index: 9999;
}

.c-drawer .drawer-btn.__close {
  color: #fff;
  background: #a7b716;
  border: 1px solid #fff;
}

.c-drawer .drawer-btn .icon-container {
  display: block;
  width: 17px;
  height: 17px;
}

.c-drawer .drawer-container {
  background: #fff;
  padding: 100px max(25px, 6vw) 88px;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
  transform: translateX(100%);
  transition: 0.5s;
}

.c-drawer .drawer-container.open {
  transform: translateX(0);
}

@media screen and (max-width: 430px) {
  .c-drawer .drawer-container {
    padding-top: 50px;
  }
}

.c-drawer .sum-btn-ttl {
  font-size: 26px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 24px;
}

.c-drawer .sum-btn-ttl .red {
  color: #a7b716;
  display: block;
  margin-top: 8px;
}

.c-drawer .btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 430px) {
  .c-drawer .btn-list {
    gap: 24px 30px;
  }
}

.c-drawer .btn-item {
  line-height: 1.5;
  text-align: center;
  width: calc((100% - 120px) / 4);
  padding: 19px 16px;
  border: 1px solid #e0e0e0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-drawer .btn-item.__active {
  border: 1px solid #a7b716;
  background: #fefff7;
}

.c-drawer .btn-item.__active .icon-container img.pri {
  display: block;
}

.c-drawer .btn-item.__active .icon-container img.gray {
  display: none;
}

.c-drawer .btn-item.__grayout a {
  color: #bcbcbc;
  pointer-events: none;
}

.c-drawer .btn-item.__grayout img.pri {
  display: none;
}

.c-drawer .btn-item.__grayout img.gray {
  display: block;
}

@media screen and (max-width: 834px) {
  .c-drawer .btn-item {
    width: calc((100% - 80px) / 3);
  }
}

@media screen and (max-width: 430px) {
  .c-drawer .btn-item {
    width: calc((100% - 30px) / 2);
  }
}

.c-drawer .btn-item a {
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-drawer .btn-item img.gray {
  display: none;
}

.c-drawer .btn-item .icon-container {
  margin-bottom: 15px;
  height: 48px;
}

.c-drawer .btn-item .icon-container img {
  height: 100%;
  width: auto;
}

.child-nav__title {
  padding: 16px 24px 16px 24px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  background: #f6f9e6;
}

.nav-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: none no-repeat center center;
  background-size: 100%;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.nav-icon.icon-japanese {
  background-image: url(../images/ico-japanese.png);
}

.nav-icon.icon-inbound {
  background-image: url(../images/ico-inbound.png);
}

.nav-icons {
  display: inline-flex;
  margin-right: 10px;
  flex-direction: column;
}

.l-header .nav-item.__parent-item.icon-explain {
  padding: 30px 0 0;
  border-top: 1px solid #e0e0e0;
}

.l-header .nav-item.__parent-item.icon-explain .parent-container {
  justify-content: flex-start;
  font-size: 13px;
  padding-top: 0;
}

.nav-guide-container {
  padding: 16px 24px 16px 24px;
}

.tgt-desc {
  border: solid 1px #ccc;
  padding: 0.6em;
  line-height: 1.4;
  margin: 0 0 0.8em;
}

.top-report-container + .top-report-container {
  margin-top: 30px;
}

/* 観光サイトのアクセス情報 css
====================================== */
.wrapper-gaibu {
  padding-top: 50px;
}

.gaibu {
  position: relative;
  display: block;
  margin: 16px;
  padding: 16px;
  border: 2px solid #a7b716;
  text-decoration: none;
  transition: 0.5s;
}

.gaibu__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 12px;
  background-color: #a7b716;
  color: #fff;
  font-size: 12px;
  transform: translate(-2px, -100%);
  border-radius: 6px 6px 0 0;
}

.gaibu__body {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  margin-left: 12px;
  margin-right: 12px;
}

.gaibu__site {
  color: #333;
  font-size: 0.8em;
}

.gaibu__title {
  margin: 0 0 6px 0;
  padding: 0;
  color: rgba(50, 50, 50, 1);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
}

.gaibu:hover {
  background-color: rgba(167, 183, 22, 0.1);
  transform: translateY(-4px);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

/* 404ページ
====================================== */
.sec-404 .err404-content {
  padding: 4em 10px;
}

.sec-404 .err404-content p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 2.5em;
  text-align: center;
}

.sec-404 .err404-content .button {
  color: #fff;
  background: #a7b716;
  width: 266px;
  height: 48px;
  padding: 16px 24px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#js-ctct-form label.error {
  color: #f00;
  display: block;
  line-height: 1.4;
  margin: 0.2em 0 0.6em;
}

#concent-error {
  display: block;
  position: absolute;
  bottom: -2em;
}
.form-hnpt {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
