@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

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

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  tab-size: 4;
  word-break: break-word;
}

body {
  margin: 0;
}

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

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

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

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

input {
  overflow: visible;
}

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  background: #f7f5f2;
  color: #333333;
  cursor: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1;
  position: relative;
}
@media print, screen and (min-width: 520px) {
  body {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}

a:link {
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

a:visited {
  color: #333;
}

a:hover {
  color: #17715b;
  opacity: 0.8;
}

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

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
  padding: 0;
}

p {
  line-height: 2;
  margin: 0;
  padding: 0;
}

.sp-none {
  display: none;
}
@media print, screen and (min-width: 520px) {
  .sp-none {
    display: block;
  }
}

.tab-none {
  display: none;
}
@media print, screen and (min-width: 520px) {
  .tab-none {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  .tab-none {
    display: none;
  }
}

.pc-none {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

@media print, screen and (min-width: 520px) {
  a[href*="tel:"] {
    cursor: text;
    pointer-events: none;
    text-decoration: none;
  }
}
.t--right {
  text-align: right;
}

.t--left {
  text-align: left;
}

.t--center {
  text-align: center;
}

.txt-c {
  text-align: center;
}

.f--bold {
  font-weight: 700;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #17715b;
}

.scroll_bar {
  scrollbar-color: #17715b #ccc;
  scrollbar-width: thin;
}

.pageWrap {
  left: 0;
  position: relative;
  top: 0;
}
@media print, screen and (min-width: 1024px) {
  .pageWrap {
    display: flex;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 1024px) {
  .pageMainWrap {
    left: 250px;
    position: relative;
    top: 0;
    width: calc(100% - 250px);
  }
}

#mainBody {
  padding-top: 86px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  #mainBody {
    padding-top: 100px;
  }
}

.pageBody {
  margin: 0 auto;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 1024px) {
  .pageBody {
    max-width: 1210px;
    padding: 0 30px 0;
    width: 100%;
  }
}

a.btn01,
a.btn02 {
  border: 1px solid #17715b;
  border-radius: 10px;
  color: #17715b;
  display: inline-block;
  font-size: 1.2rem;
  height: 4rem;
  line-height: 3.7rem;
  padding: 0 1.6rem 0 3.2rem;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  a.btn01,
a.btn02 {
    font-size: 1.4rem;
    height: 5rem;
    line-height: 4.7rem;
    padding-left: 4rem;
  }
}
a.btn01::before,
a.btn02::before {
  background-color: #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  left: 1.8rem;
  margin-right: 0.7em;
  position: absolute;
  top: 1.4em;
  width: 6px;
}
@media print, screen and (min-width: 1024px) {
  a.btn01::before,
a.btn02::before {
    top: 1.5em;
  }
}
a.btn01:hover,
a.btn02:hover {
  background: #17715b;
  color: #fff;
  opacity: 1;
}
a.btn01:hover::before,
a.btn02:hover::before {
  background-color: #fff;
}

a.btn02 {
  background: #17715b;
  color: #fff;
  width: auto;
}
a.btn02::before {
  background-color: #fff;
}
a.btn02:hover {
  background: #fff;
  color: #17715b;
}
a.btn02:hover::before {
  background-color: #17715b;
}

.homeStyle01 {
  font-size: clamp(1.7rem, 1.266rem + 1.93vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  position: relative;
}
.homeStyle01::before {
  border: 0.3rem solid #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.9em;
  margin-right: 0.4em;
  width: 0.9em;
}

#google_translate_element {
  margin-top: 2rem;
}
#google_translate_element img {
  height: 2.6rem;
}
@media print, screen and (min-width: 1024px) {
  #google_translate_element {
    margin-top: 1.8rem;
  }
}
#google_translate_element .goog-te-gadget {
  height: 2.6rem;
  position: relative;
}
#google_translate_element .goog-te-gadget-simple {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
#google_translate_element .goog-te-gadget-simple span:nth-of-type(1) {
  display: inline-block;
  padding: 0 0 0 1rem;
  padding-top: 0.2rem;
}
#google_translate_element .goog-te-gadget-simple span:nth-of-type(2) {
  padding: 0 0 0 0.5rem;
}
#google_translate_element .goog-te-gadget img {
  height: 18px;
  position: absolute;
  width: 18px;
}

@media print, screen and (min-width: 1024px) {
  .pageBodyNM {
    margin: 3rem auto 0;
    max-width: 1210px;
    padding: 0 30px;
  }
}

.singleBody .Temp-List li {
  margin-top: 0;
}

.Temp-List {
  background: #fff;
}
@media print, screen and (min-width: 520px) {
  .Temp-List {
    display: flex;
    flex-wrap: wrap;
  }
}
.Temp-List li {
  padding: 20px;
  position: relative;
}
@media print, screen and (min-width: 520px) {
  .Temp-List li {
    border: 3px solid rgba(255, 255, 255, 0);
    padding: 40px;
    transition: 0.2s ease-in-out;
    width: 50%;
  }
}
.Temp-List li:nth-of-type(even) {
  background: #eee;
}
@media print, screen and (min-width: 520px) {
  .Temp-List li:nth-of-type(even) {
    background: #fff;
  }
}
@media print, screen and (min-width: 520px) {
  .Temp-List li:nth-of-type(2), .Temp-List li:nth-of-type(3), .Temp-List li:nth-of-type(6), .Temp-List li:nth-of-type(7), .Temp-List li:nth-of-type(10), .Temp-List li:nth-of-type(11), .Temp-List li:nth-of-type(14), .Temp-List li:nth-of-type(15) {
    background: #eee;
  }
}
.Temp-List li a {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  height: 100%;
  left: 0;
  line-height: 1.5;
  padding: 1.7em 1.5em 1em;
  position: absolute;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-underline-offset: 4px;
  top: 0;
  width: 100%;
}
.Temp-List li::before {
  display: none;
}
.Temp-List li:hover {
  border: 3px solid #17715b;
  transition: 0.2s ease-in-out;
}
.Temp-List.box-list li {
  border: 2px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  position: relative;
  transition: 0.2s ease-in-out;
}
.Temp-List.box-list li::before {
  display: none;
}
.Temp-List.box-list li p {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  margin: 0;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-underline-offset: 4px;
}
.Temp-List.box-list li a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.Temp-List.box-list li:hover {
  border: 2px solid #17715b;
  transition: 0.2s ease-in-out;
}

.Temp-Table th,
.Temp-Table td {
  padding: 2rem;
}
.Temp-Table th {
  background: #eee;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

@media print, screen and (min-width: 520px) {
  .columnWrap {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
  }
}

@media print, screen and (min-width: 520px) {
  .col2Wrap {
    display: flex;
    justify-content: space-between;
  }
}

.col3Wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media print, screen and (min-width: 520px) {
  .col3Wrap {
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 1.5rem;
  }
}
.col3Wrap p {
  margin: 0;
  width: 100%;
}
@media print, screen and (min-width: 520px) {
  .col3Wrap p {
    width: 32%;
  }
}

.is-bg_blue {
  background: #0000ff;
  color: #ffff00;
}
.is-bg_blue .homeStyle01::before {
  border: 0.3rem solid #ffff00;
}
.is-bg_blue a.btn01,
.is-bg_blue a.btn02 {
  border: 1px solid #ffff00;
  color: #17715b;
}
.is-bg_blue a.btn01::before,
.is-bg_blue a.btn02::before {
  background-color: #ffff00;
}
.is-bg_blue a.btn01:hover,
.is-bg_blue a.btn02:hover {
  background: #fff;
  color: #0000d0;
}
.is-bg_blue a.btn01:hover::before,
.is-bg_blue a.btn02:hover::before {
  background-color: #0000ff;
}
.is-bg_blue a.btn02 {
  background: #0000d0;
  color: #ffff00;
}
.is-bg_blue a.btn02::before {
  background-color: #ffff00;
}
.is-bg_blue a.btn02:hover {
  background: #fff;
  color: #0000ff;
}
.is-bg_blue a.btn02:hover::before {
  background-color: #0000ff;
}
.is-bg_blue a.btn02 .indexPcHeader__searchText::before {
  background-color: #ffff00;
}
.is-bg_blue a:hover {
  -webkit-text-decoration-color: #ffff00 !important;
  color: #ffff00 !important;
  text-decoration-color: #ffff00 !important;
}
.is-bg_blue .supportArea__aboutTranslation a,
.is-bg_blue .indexPcHeader__searchText a {
  -webkit-text-decoration-color: #ffff00;
  text-decoration-color: #ffff00;
}

.is-bg_yellow {
  background: #ffff00;
  color: #000;
}
.is-bg_yellow a:visited {
  color: #000;
}
.is-bg_yellow .homeStyle01::before {
  border: 0.3rem solid #cbcb00;
}
.is-bg_yellow a:hover {
  -webkit-text-decoration-color: #000 !important;
  color: #000 !important;
  text-decoration-color: #000 !important;
}
.is-bg_yellow .supportArea__aboutTranslation a,
.is-bg_yellow .indexPcHeader__searchText a {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
.is-bg_yellow a.btn01,
.is-bg_yellow a.btn02 {
  border: 1px solid #000;
  color: #17715b;
  color: #000;
}
.is-bg_yellow a.btn01::before,
.is-bg_yellow a.btn02::before {
  background-color: #000;
}
.is-bg_yellow a.btn01:hover,
.is-bg_yellow a.btn02:hover {
  background: #fff;
  color: #000;
}
.is-bg_yellow a.btn01:hover::before,
.is-bg_yellow a.btn02:hover::before {
  background-color: #000;
}
.is-bg_yellow a.btn02 {
  background: #000;
  color: #fff;
}
.is-bg_yellow a.btn02::before {
  background-color: #fff;
}
.is-bg_yellow a.btn02:hover {
  background: #fff;
  color: #000;
}
.is-bg_yellow a.btn02:hover::before {
  background-color: #000;
}
.is-bg_yellow a.btn02 .indexPcHeader__searchText::before {
  background-color: #ffff00;
}

.is-bg_black {
  background: #000;
  color: #fff;
}
.is-bg_black a:hover {
  -webkit-text-decoration-color: #fff !important;
  color: #fff !important;
  text-decoration-color: #fff !important;
}
.is-bg_black .homeStyle01::before {
  border: 0.3rem solid #fff;
}
.is-bg_black a:visited {
  color: #fff;
}
.is-bg_black a.btn01,
.is-bg_black a.btn02 {
  border: 1px solid #fff;
  color: #fff;
}
.is-bg_black a.btn01::before,
.is-bg_black a.btn02::before {
  background-color: #fff;
}
.is-bg_black a.btn01:hover,
.is-bg_black a.btn02:hover {
  background: #222;
  color: #000 !important;
}
.is-bg_black a.btn01:hover::before,
.is-bg_black a.btn02:hover::before {
  background-color: #fff;
}
.is-bg_black a.btn02 {
  background: #222;
  border-color: #222;
  color: #fff;
}
.is-bg_black a.btn02::before {
  background-color: #fff;
}
.is-bg_black a.btn02:hover {
  background: #000;
  border-color: #fff;
}
.is-bg_black a.btn02:hover::before {
  background-color: #fff;
}
.is-bg_black .footer__infoList li::before {
  background-color: #bbb;
}
.is-bg_black .supportArea__aboutTranslation a,
.is-bg_black .indexPcHeader__searchText a {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.is-bg_white {
  background: #f7f5f2;
  color: #333;
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .tab-list {
    margin-top: 5rem;
  }
}

.tab-item {
  border: 1px solid #17715b;
  border-radius: 10px;
  color: #17715b;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  height: 4rem;
  line-height: 3.7rem !important;
  margin: 0 !important;
  padding: 0 1.6rem 0 3.2rem !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: auto;
}
@media print, screen and (min-width: 1024px) {
  .tab-item {
    font-size: 1.4rem;
    height: 5rem;
    line-height: 4.7rem !important;
    padding-left: 4rem;
  }
}
.tab-item.active {
  background: #17715b;
  color: #fff;
}
.tab-item.active::before {
  background-color: #fff !important;
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}
.tab-item::before {
  background-color: #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px !important;
  left: 1.8rem !important;
  margin-right: 0.7em !important;
  position: absolute;
  top: 1.4em !important;
  transition: all 0.3s ease-in-out;
  width: 6px !important;
}
.tab-item:hover {
  background: #17715b;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.tab-item:hover::before {
  background-color: #fff !important;
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.indexFooter {
  margin-top: 4.6rem;
  padding: 0 15px 22px;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter {
    background-image: url(../images/index/gate_img04.png), url(../images/index/gate_img05.png);
    background-position: top 70px left 70px, top 0 right 70px;
    background-repeat: no-repeat;
    background-size: 212px 114px, 319px 196px;
    margin-top: 6rem;
    padding: 64px 20px 42px;
  }
}

.indexFooter__villageInfo {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter__villageInfo {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}

.indexFooter__villageInfoLogo {
  background: url(../images/common/logo_mark.svg) no-repeat;
  background-size: contain;
  height: 51px;
  width: 57px;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter__villageInfoLogo {
    height: 71px;
    width: 80px;
  }
}

.indexFooter__villageInfoData {
  letter-spacing: 0.075em;
}
.indexFooter__villageInfoData h2 {
  font-size: 1.4rem;
  font-weight: 900;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter__villageInfoData h2 {
    font-size: 1.8rem;
  }
}
.indexFooter__villageInfoData p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter__villageInfoData p {
    font-size: 1.2rem;
    margin-top: 1.4rem;
  }
}

.indexFooter__sns {
  -webkit-column-gap: 17px;
  -moz-column-gap: 17px;
  align-items: center;
  column-gap: 17px;
  display: flex;
  justify-content: center;
  margin-top: 2.3rem;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter__sns {
    margin-top: 3.6rem;
  }
}

.indexFooter__snsLink:nth-of-type(1) {
  height: 25px;
  width: 25px;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter__snsLink:nth-of-type(1) {
    height: 20px;
    width: 20px;
  }
}
.indexFooter__snsLink:nth-of-type(2) {
  height: 20px;
  width: 29px;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter__snsLink:nth-of-type(2) {
    height: 18px;
    width: 27px;
  }
}
.indexFooter__snsLink:nth-of-type(3) {
  height: 26px;
  width: 27px;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter__snsLink:nth-of-type(3) {
    height: 20px;
    width: 22px;
  }
}

.indexFooter__info {
  margin-top: 16px;
}
.indexFooter__info a {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 5px;
  transition: 0.2s ease-in-out;
}
.indexFooter__info a:hover {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  text-decoration-color: #17715b;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter__info {
    margin-top: 4rem;
  }
}

.indexFooter__infoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter__infoList {
    flex-wrap: nowrap;
    justify-content: center;
    margin: 4rem auto 0;
  }
}
.indexFooter__infoList li {
  -webkit-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
  font-size: 1.1rem;
  margin-left: 2em;
  margin-top: 1.2rem;
  text-indent: -1.5em;
  width: 43%;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter__infoList li {
    font-size: 1.2rem;
    margin: 0 6.15% 0 0;
    width: auto;
  }
  .indexFooter__infoList li:last-of-type {
    margin-right: 0;
  }
}
.indexFooter__infoList li a {
  color: #888888;
  letter-spacing: 0.05em;
  padding-left: 1.5rem;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter__infoList li a {
    padding-left: 0;
  }
}
.indexFooter__infoList li a::before {
  background-color: #888888;
  border-radius: 100vw;
  content: "";
  display: block;
  height: 0.7rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 0.7rem;
}
@media print, screen and (min-width: 1024px) {
  .indexFooter__infoList li a::before {
    display: none;
  }
}

.homeFooter,
.pagefooter,
.bousaiFooter {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .homeFooter,
.pagefooter,
.bousaiFooter {
    left: 250px;
    position: relative;
    top: 0;
    width: calc(100% - 250px);
  }
}

.footer__img {
  -webkit-mask-image: url("../images/common/footer_img_maskSP.svg");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 3% 0;
  -webkit-mask-size: auto 100%;
  mask-image: url("../images/common/footer_img_maskSP.svg");
  mask-position: 3% 0;
  mask-repeat: repeat-x;
  mask-size: auto 100%;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 1024px) {
  .footer__img {
    -webkit-mask-image: url("../images/common/footer_img_maskPC.svg");
    height: 408px;
    mask-image: url("../images/common/footer_img_maskPC.svg");
    width: 100%;
  }
  .footer__img img {
    -o-object-fit: cover;
    -o-object-position: center;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
  }
}

.footer__villageInfo {
  background: #fff;
  border-radius: 10px;
  margin: -86px auto 0;
  padding: 30px;
  position: relative;
  width: calc(100% - 40px);
  z-index: 5;
}
@media print, screen and (min-width: 1024px) {
  .footer__villageInfo {
    display: flex;
    max-width: 1150px;
    padding: 100px 70px;
    width: 85%;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer__villageInfo article {
    width: 50%;
  }
}
.footer__villageInfo article:nth-of-type(1) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2.4rem;
  padding-bottom: 2rem;
  padding-right: 2em;
}
@media print, screen and (min-width: 1024px) {
  .footer__villageInfo article:nth-of-type(1) {
    border-bottom: none;
    border-right: 1px solid #eeeeee;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer__villageInfo article:last-of-type {
    padding-left: 60px;
  }
}
.footer__villageInfo article h2 {
  color: #231815;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-bottom: 1.4rem;
}
@media print, screen and (min-width: 1024px) {
  .footer__villageInfo article h2 {
    font-size: 2.2rem;
    margin-bottom: 2.8rem;
  }
}
.footer__villageInfo article p {
  color: #231815;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media print, screen and (min-width: 1024px) {
  .footer__villageInfo article p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.footer__villageInfo article p + p {
  margin-top: 1em;
}

.footer__toTopIndex {
  position: relative;
  z-index: 10;
}
.footer__toTopIndex a {
  height: 153px;
  position: absolute;
  right: 30px;
  top: -10px;
  width: 72px;
}
@media print, screen and (min-width: 1024px) {
  .footer__toTopIndex a {
    top: 28px;
  }
}

.footer__ad {
  margin: 115px auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 1024px) {
  .footer__ad {
    max-width: 1150px;
    width: 85%;
  }
}
.footer__ad h2 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .footer__ad h2 {
    font-size: 2.5rem;
  }
}
.footer__ad ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  margin-top: 23px;
}
@media print, screen and (min-width: 1024px) {
  .footer__ad ul {
    gap: 2.6%;
    margin-top: 57px;
  }
}
.footer__ad ul li {
  max-width: 200px;
  width: 32%;
}
@media print, screen and (min-width: 1024px) {
  .footer__ad ul li {
    width: 17.391%;
  }
}

.footer__info {
  margin: 36px auto 0;
  padding-bottom: 20px;
  width: calc(100% - 40px);
}
.footer__info a {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 5px;
  transition: 0.2s ease-in-out;
}
.footer__info a:hover {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  text-decoration-color: #17715b;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1024px) {
  .footer__info {
    margin-top: 128px;
    padding: 0 30px 148px;
    width: 100%;
  }
}

.footer__infoList {
  -webkit-column-gap: 1%;
  -moz-column-gap: 1%;
  column-gap: 1%;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  .footer__infoList {
    -webkit-column-gap: 1.5%;
    -moz-column-gap: 1.5%;
    column-gap: 1.5%;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer__infoList {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media print, screen and (min-width: 1400px) {
  .footer__infoList {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
.footer__infoList li {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 2.4rem;
  position: relative;
  width: 49%;
}
@media print, screen and (min-width: 1024px) {
  .footer__infoList li {
    font-size: 1.074vw;
    width: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer__infoList li {
    font-size: 12px;
  }
}
.footer__infoList li::before {
  background: #888888;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: middle;
  width: 7px;
}
.footer__infoList li a {
  color: #888888;
}

.bousaiFooter {
  background-color: #f8e7e8;
}
.bousaiFooter .footer__villageInfo {
  background: none;
  border: 2px solid #fff;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .bousaiFooter .footer__villageInfo {
    border: 3px solid #fff;
    border-radius: 20px;
  }
}
.bousaiFooter .footer__villageInfo article:nth-of-type(1) {
  border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 1024px) {
  .bousaiFooter .footer__villageInfo article:nth-of-type(1) {
    border-bottom: none;
    border-right: 1px solid #fff;
  }
}
.bousaiFooter .footer__toTopIndex {
  height: 153px;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 1024px) {
  .bousaiFooter .footer__toTopIndex {
    height: 0;
  }
}
.bousaiFooter .footer__toTopIndex a {
  position: absolute;
  right: 30px;
  top: 0;
  width: 72px;
}
@media print, screen and (min-width: 1024px) {
  .bousaiFooter .footer__toTopIndex a {
    height: 153px;
    top: -25px;
  }
}
.bousaiFooter .footer__info {
  background-color: #fff;
  margin: 36px auto 0;
  padding: 20px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .bousaiFooter .footer__info {
    margin-top: 128px;
    padding: 28px 30px 60px;
    width: 100%;
  }
}

.is-bg_blue .supportArea__browsingAidList,
.is-bg_blue .bousaiFooter,
.is-bg_blue .bousaiFooter .footer__villageInfo {
  background-color: #0000ff;
}
.is-bg_blue .footer__villageInfo,
.is-bg_blue .pickup__snsItemEmbed,
.is-bg_blue .connection__area,
.is-bg_blue .bousaiFooter .footer__info {
  background-color: #0000d0;
}
.is-bg_blue .indexFooter__infoList li a,
.is-bg_blue .footer__villageInfo article h2,
.is-bg_blue .footer__villageInfo article p,
.is-bg_blue .footer__infoList li a,
.is-bg_blue .connection__item p {
  color: #ffff00;
}
.is-bg_blue .indexFooter__villageInfoLogo {
  background: url(../images/common/logo_mark_wh.svg) no-repeat;
}
.is-bg_blue .footer__infoList li::before {
  background-color: #ffff00;
}

.is-bg_yellow .footer__infoList li a {
  color: #000;
}
.is-bg_yellow .bousaiFooter .footer__info {
  background-color: #eeee00;
}
.is-bg_yellow .footer__villageInfo,
.is-bg_yellow .bousaiFooter {
  background-color: #ffff00;
}
.is-bg_yellow .bousaiFooter .footer__villageInfo,
.is-bg_yellow .bousaiFooter .footer__villageInfo article:nth-of-type(1) {
  border-color: #000;
}

.is-bg_black .indexFooter__infoList li a,
.is-bg_black .footer__villageInfo article h2,
.is-bg_black .footer__villageInfo article p,
.is-bg_black .footer__infoList li a {
  color: #fff;
}
.is-bg_black .indexFooter__villageInfoLogo {
  background: url(../images/common/logo_mark_wh.svg) no-repeat;
}
.is-bg_black .bousaiFooter,
.is-bg_black .bousaiFooter .footer__villageInfo {
  background-color: #000;
}
.is-bg_black .bousaiFooter .footer__info {
  background-color: #222;
}

@media print, screen and (min-width: 1024px) {
  .indexSpHeader,
.headerSp {
    display: none;
  }
}
.indexSpHeader .emergencyHeader,
.headerSp .emergencyHeader {
  position: sticky;
  position: relative;
  z-index: 1;
}

.indexSpHeader__nav,
.indexSpHeader__search,
.headerSp__nav,
.headerSp__search {
  position: relative;
  z-index: 99;
}
@media print, screen and (min-width: 1024px) {
  .indexSpHeader__nav,
.indexSpHeader__search,
.headerSp__nav,
.headerSp__search {
    display: none;
  }
}

.indexSpHeader__navToggle,
.indexSpHeader__searchToggle,
.headerSp__navToggle,
.headerSp__searchToggle {
  background: #17715b;
  border-radius: 0 0 0 15px;
  cursor: pointer;
  height: 55px;
  position: fixed;
  right: 55px;
  top: 0;
  width: 60px;
}

.indexSpHeader__navToggle span,
.headerSp__navToggle span {
  background: #fff;
  display: inline-block;
  height: 2px;
  left: 20px;
  position: absolute;
  transition: all 0.4s;
  width: 34%;
}
.indexSpHeader__navToggle span:nth-of-type(1),
.headerSp__navToggle span:nth-of-type(1) {
  top: 20px;
}
.indexSpHeader__navToggle span:nth-of-type(2),
.headerSp__navToggle span:nth-of-type(2) {
  top: 25px;
}
.indexSpHeader__navToggle span:nth-of-type(3),
.headerSp__navToggle span:nth-of-type(3) {
  top: 30px;
}
.indexSpHeader__navToggle.show,
.headerSp__navToggle.show {
  z-index: 100;
}
.indexSpHeader__navToggle.show span:nth-of-type(1),
.headerSp__navToggle.show span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  left: 21px;
  top: 18px;
  transform: translateY(6px) rotate(-45deg);
}
.indexSpHeader__navToggle.show span:nth-of-type(2),
.headerSp__navToggle.show span:nth-of-type(2) {
  opacity: 0;
}
.indexSpHeader__navToggle.show span:nth-of-type(3),
.headerSp__navToggle.show span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  left: 21px;
  top: 30px;
  transform: translateY(-6px) rotate(45deg);
}

.indexSpHeader__searchToggle,
.headerSp__searchToggle {
  background: #fff;
  border-radius: 0;
  right: 0;
  width: 55px;
}
.indexSpHeader__searchToggle p,
.headerSp__searchToggle p {
  background: url(../images/common/search.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 23px;
  left: 16px;
  position: absolute;
  top: 17px;
  transition: all 0.4s;
  width: 23px;
}

.indexSpHeader__navMain {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 98;
}
.indexSpHeader__navMain .indexSpHeader__navMainInn {
  background: #fff;
  border-radius: 15px 0 0 0;
  height: calc(100% - 70px);
  left: 100%;
  opacity: 0;
  overflow-y: scroll;
  padding: 20px;
  position: fixed;
  top: 70px;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
}
.indexSpHeader__navMain.show {
  left: 0;
  opacity: 1;
  overflow: auto;
  top: 0;
  visibility: visible;
}
.indexSpHeader__navMain.show .indexSpHeader__navMainInn {
  left: 20px;
  opacity: 1;
  overflow-y: scroll;
  top: 70px;
  visibility: visible;
}

.indexSpHeader__navMainList li a {
  background-position: center left;
  color: #555;
  display: inline-block;
  line-height: 4rem;
  padding-left: 4rem;
}

.indexSpHeader__navMainList01 a {
  background: url(../images/index/icon01.svg) no-repeat;
  background-size: 23px 24px;
}

.indexSpHeader__navMainList02 a {
  background: url(../images/index/icon02.svg) no-repeat;
  background-size: 25px 25px;
}

.indexSpHeader__navMainList03 a {
  background: url(../images/index/icon03.svg) no-repeat;
  background-size: 27px 26px;
}

.indexSpHeader__navMainList04 a {
  background: url(../images/index/icon04.svg) no-repeat;
  background-size: 30px 20px;
}

.indexSpHeader__navMainList05 a {
  background: url(../images/index/icon05.svg) no-repeat;
  background-size: 20px 23px;
}

.indexSpHeader__navMainList06 a {
  background: url(../images/index/icon06.svg) no-repeat;
  background-size: 28px 26px;
}

.indexSpHeader__navMainList07 a {
  background: url(../images/index/icon07.svg) no-repeat;
  background-size: 17px 27px;
  padding-left: 3rem !important;
}

.indexSpHeader__navMainList08 a {
  background: url(../images/index/icon08.svg) no-repeat;
  background-size: 34px 26px;
  padding-left: 5rem !important;
}

.indexSpHeader__navMainListChild {
  padding-left: 1rem;
}
.indexSpHeader__navMainListChild li a {
  background: none;
  line-height: 3.4rem;
  padding-left: 1.4rem !important;
  position: relative;
}
.indexSpHeader__navMainListChild li a::before {
  background-color: #555;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 1.1em;
  width: 7px;
}

.indexSpHeader__searchMain,
.header__search {
  background: #fff;
  border-radius: 15px 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  left: 100%;
  opacity: 1;
  padding: 16px 20px 20px;
  position: fixed;
  top: 87px;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
@media print, screen and (min-width: 1024px) {
  .indexSpHeader__searchMain,
.header__search {
    display: none;
  }
}
.indexSpHeader__searchMain.show,
.header__search.show {
  left: 20px;
  opacity: 1;
  visibility: visible;
}

.indexSpHeader__searchFrame,
.header__searchFrame {
  background: #333;
  border-radius: 100vw;
  height: 35px;
  left: 20px;
  position: absolute;
  top: -8px;
  width: 170px;
}
.indexSpHeader__searchFrame::after,
.header__searchFrame::after {
  border-color: #333333 transparent transparent transparent;
  border-style: solid;
  border-width: 9px 4.5px 0 4.5px;
  bottom: -9px;
  content: "";
  height: 0;
  left: calc(50% - 4px);
  position: absolute;
  width: 0;
}
.indexSpHeader__searchFrame p,
.header__searchFrame p {
  color: #fff;
  font-size: 11px;
  line-height: 35px;
  text-align: center;
}

.indexSpHeader__searchText,
.header__searchText {
  font-size: 12px;
  left: 185px;
  padding-left: 13px;
  position: relative;
  top: -3px;
}
.indexSpHeader__searchText::before,
.header__searchText::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 6px;
}
.indexSpHeader__searchText a,
.header__searchText a {
  -webkit-text-decoration-color: #d7d7d7;
  text-decoration: underline;
  text-decoration-color: #d7d7d7;
  text-underline-offset: 5px;
}

.indexSpHeader__searchMainInn form.gsc-search-box,
.header__searchMainInn form.gsc-search-box {
  margin-bottom: 0;
}
.indexSpHeader__searchMainInn table.gsc-search-box,
.header__searchMainInn table.gsc-search-box {
  margin-bottom: 0;
}
.indexSpHeader__searchMainInn .gsc-control-cse,
.header__searchMainInn .gsc-control-cse {
  padding: 14px 0 0 0;
}
.indexSpHeader__searchMainInn table.gsc-search-box td.gsc-input,
.header__searchMainInn table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.indexSpHeader__searchMainInn input.gsc-input,
.indexSpHeader__searchMainInn .gsc-input-box,
.indexSpHeader__searchMainInn .gsc-input-box-hover,
.indexSpHeader__searchMainInn .gsc-input-box-focus,
.header__searchMainInn input.gsc-input,
.header__searchMainInn .gsc-input-box,
.header__searchMainInn .gsc-input-box-hover,
.header__searchMainInn .gsc-input-box-focus {
  background: #f7f5f2;
  border-color: #dddddd;
  border-radius: 10px 0 0 10px;
  height: 40px;
  line-height: 28px;
  width: 260px;
}
.indexSpHeader__searchMainInn .gsc-input,
.header__searchMainInn .gsc-input {
  font-size: 13px;
}
@media print, screen and (min-width: 1024px) {
  .indexSpHeader__searchMainInn .gsc-input,
.header__searchMainInn .gsc-input {
    font-size: 18px;
    line-height: 50px;
  }
}
.indexSpHeader__searchMainInn .gsc-search-button,
.header__searchMainInn .gsc-search-button {
  height: 40px;
  margin-left: 0;
}
.indexSpHeader__searchMainInn .gsc-search-button-v2,
.header__searchMainInn .gsc-search-button-v2 {
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-size: 13px;
  padding: 6px 6px;
  position: relative;
  vertical-align: middle;
  width: 55px;
}
.indexSpHeader__searchMainInn .gsc-search-button-v2::after,
.header__searchMainInn .gsc-search-button-v2::after {
  content: "検索";
  font-family: "Kiwi Maru", serif;
  left: 14px;
  position: absolute;
  top: 9px;
}

.indexSpHeader__searchBox,
.header__searchBox {
  margin-top: 14px;
}

/* ホーム…暮らし */
.header__navMain {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 98;
}
@media print, screen and (min-width: 1024px) {
  .header__navMain {
    background: none;
    border-right: 1px solid #e5e5e5;
    bottom: auto;
    height: 100vh;
    left: 0;
    opacity: 1;
    padding: 0;
    position: fixed;
    right: auto;
    top: 0;
    transition: none;
    visibility: visible;
    width: 250px;
    z-index: 99;
  }
  .header__navMain ::-webkit-scrollbar {
    width: 0;
  }
}
.header__navMain .header__navMainInn {
  background: #f7f5f2;
  border-radius: 15px 0 0 0;
  height: calc(100% - 70px);
  left: 100%;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 70px;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .header__navMain .header__navMainInn {
    border-radius: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: auto;
    position: relative;
    top: 0;
    transition: none;
    visibility: visible;
    width: 100%;
    z-index: 99;
  }
}
.header__navMain.show {
  left: 0;
  opacity: 1;
  overflow: auto;
  top: 0;
  visibility: visible;
}
.header__navMain.show .header__navMainInn {
  left: 20px;
  opacity: 1;
  overflow-y: scroll;
  top: 70px;
  visibility: visible;
}

.header__navMainLogoSp,
.header__navMainLogoPc {
  position: relative;
  transition: 0.2s ease-in-out;
}
.header__navMainLogoSp a,
.header__navMainLogoPc a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header__navMainLogoSp:hover,
.header__navMainLogoPc:hover {
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}

.header__navMainLogoSp {
  background: url(../images/common/logo_sp.svg) no-repeat;
  background-size: contain;
  height: 4.6rem;
  margin: 30px 0 0 20px;
  width: 13.8rem;
}
@media print, screen and (min-width: 1024px) {
  .header__navMainLogoSp {
    display: none;
  }
}

.header__navMainLogoPc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .header__navMainLogoPc {
    background: url(../images/common/logo_mark.svg) top center no-repeat, url(../images/common/logo_name.svg) bottom center no-repeat;
    background-size: 85px 77px, 112px 70px;
    display: block;
    height: 166px;
    margin: 80px auto 80px;
    width: 110px;
  }
  .header__navMainLogoPc img:last-of-type {
    margin-top: 16px;
  }
}

.header__navMainList {
  border-top: 1px solid #e5e5e5;
  font-size: 1.4rem;
  margin-top: 20px;
}
.header__navMainList li {
  border-bottom: 1px solid #e5e5e5;
  padding: 2.7rem 6rem;
}

.navTtl {
  position: relative;
}
.navTtl .header__navMainListChild {
  height: 0;
  transition: all 0.3s ease;
}
.navTtl .header__navMainListChild li {
  border-bottom: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 2rem 2rem 2rem 0;
  padding-left: 1em;
  position: relative;
  transition: all 0.3s ease;
  visibility: hidden;
}
.navTtl .header__navMainListChild li::before {
  background: #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 1.9em;
  width: 7px;
}
@media print, screen and (min-width: 1024px) {
  .navTtl .header__navMainListChild li::before {
    top: 1.4em;
  }
}
.navTtl .header__navMainListChild li a {
  -webkit-text-decoration-color: #adadad;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #adadad;
  text-underline-offset: 6px;
}
.navTtl .header__navMainListChild li.header__navMainListChild02 {
  padding-left: 2.2em;
}
.navTtl .header__navMainListChild li.header__navMainListChild02::before {
  left: 1.4rem;
  top: 1.7em;
}
.navTtl .header__navMainListChild li.header__navMainListChild02:last-of-type {
  margin-top: 1rem;
}
.navTtl.open .header__navMainListChild {
  height: 100%;
  margin: 0 0 2rem;
  width: 120%;
}
.navTtl.open .header__navMainListChild li {
  opacity: 1;
  overflow: visible;
  transition: all 0.3s ease;
  visibility: visible;
}
.navTtl.open .header__navMainListChild li.header__navMainListChild02 {
  border: 1px solid #999;
  border-radius: 10px;
  height: auto;
  margin-top: 3rem;
  max-width: 28rem;
  padding: 1.7rem 2rem 2.2rem 3rem;
  padding-right: 1em;
  width: 90%;
}
.navTtl.open .header__navMainListChild li.header__navMainListChild02 a {
  text-decoration: none;
}
.navTtl.open .header__navMainListChild li.header__navMainListChild02:last-of-type {
  margin-top: 1rem;
}

.header__navMainListChildttl01,
.header__navMainListChildttl02,
.header__navMainListChildttl03,
.header__navMainListChildttl05,
.header__navMainListChildttl06 {
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .header__navMainList li {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    overflow-x: hidden;
    padding: 1.8rem 2rem 1.9rem 70px;
    position: relative;
    z-index: 100;
  }
  .header__navMainList li:hover {
    background-color: #fff;
  }
  .header__navMainList li a.header__linkArea {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header__navMainList li p {
    line-height: 1.5;
  }
  .header__navMainList li .header__navMainListChild {
    background: #fff;
    height: 100vh;
    left: 240px;
    margin-bottom: 3rem;
    opacity: 0;
    overflow: auto;
    padding-bottom: 3rem;
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: 98;
  }
  .header__navMainList li .header__navMainListChild li {
    height: auto;
    padding: 1.25rem 1rem 1.3rem 7.5rem;
    transition: none;
  }
  .header__navMainList li .header__navMainListChild li::before {
    left: 6rem;
  }
  .header__navMainList li .header__navMainListChild li.header__navMainListChild02 {
    border: 1px solid #999;
    border-radius: 10px;
    font-size: 1.3rem;
    height: auto;
    margin-left: 60px;
    margin-top: 20px;
    padding: 1.4rem 2rem 1.5rem 3rem;
    width: calc(100% - 80px) !important;
  }
  .header__navMainList li .header__navMainListChild li.header__navMainListChild02 a {
    text-decoration: none;
  }
  .header__navMainList li .header__navMainListChild li.header__navMainListChild02:last-of-type {
    margin: 10px 0 40px 60px;
  }
  .header__navMainList li .header__navMainListChild.open {
    background-color: #fff;
    border-right: 1px solid #e5e5e5;
    cursor: text;
    left: 249px;
    opacity: 1;
    visibility: visible;
    width: 38rem;
    z-index: 99;
  }
  .header__navMainList li .header__navMainListChild.open li {
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: 100%;
  }
  .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl01,
.header__navMainList li .header__navMainListChild.open .header__navMainListChildttl02,
.header__navMainList li .header__navMainListChild.open .header__navMainListChildttl03,
.header__navMainList li .header__navMainListChild.open .header__navMainListChildttl05,
.header__navMainList li .header__navMainListChild.open .header__navMainListChildttl06 {
    background: url(../images/common/nav01.svg) center left 5rem no-repeat;
    background-size: 5rem 4.5rem;
    display: block;
    font-size: 2.2rem;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.1em;
    margin: 85px 0 60px;
    padding-left: 12rem;
    width: 100%;
  }
  .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl01::before,
.header__navMainList li .header__navMainListChild.open .header__navMainListChildttl02::before,
.header__navMainList li .header__navMainListChild.open .header__navMainListChildttl03::before,
.header__navMainList li .header__navMainListChild.open .header__navMainListChildttl05::before,
.header__navMainList li .header__navMainListChild.open .header__navMainListChildttl06::before {
    display: none;
  }
  .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl02 {
    background: url(../images/common/nav02.svg) center left 5rem no-repeat;
    background-size: 4.5rem 4.5rem;
  }
  .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl03 {
    background: url(../images/common/nav03.svg) center left 5rem no-repeat;
    background-size: 5rem 4.5rem;
  }
  .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl05 {
    background: url(../images/common/nav05.svg) center left 5rem no-repeat;
    background-size: 4.5rem 5rem;
    padding-left: 10rem;
  }
  .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl06 {
    background: url(../images/common/nav06.svg) center left 5rem no-repeat;
    background-size: 5rem 4.2rem;
  }
  .header__navMainList li .header__navMainListChild.open:hover {
    display: block;
    opacity: 1;
  }
}

.header__navMainList01 {
  background: url(../images/common/nav01.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
  padding-left: 3.5rem;
}
.header__navMainList01::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  display: inline-block;
  height: 1.2rem;
  position: absolute;
  right: 4rem;
  top: 2.7rem;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  width: 1.2rem;
}
.header__navMainList01.open::after {
  -webkit-transform: rotate(135deg);
  border-left: 2px solid #333;
  border-right: none;
  top: 3rem;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 1024px) {
  .header__navMainList01 {
    background-position: left 20px center;
    background-size: 34px 36px;
  }
  .header__navMainList01::after {
    display: none;
  }
}

.header__navMainList02 {
  background: url(../images/common/nav02.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
  padding-left: 3.5rem;
  position: relative;
}
.header__navMainList02::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  display: inline-block;
  height: 1.2rem;
  position: absolute;
  right: 4rem;
  top: 2.7rem;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  width: 1.2rem;
}
.header__navMainList02.open::after {
  -webkit-transform: rotate(135deg);
  border-left: 2px solid #333;
  border-right: none;
  top: 3rem;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 1024px) {
  .header__navMainList02 {
    background-position: left 20px center;
    background-size: 34px 36px;
  }
  .header__navMainList02::after {
    display: none;
  }
}

.header__navMainList03 {
  background: url(../images/common/nav03.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
  padding-left: 3.5rem;
}
.header__navMainList03::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  display: inline-block;
  height: 1.2rem;
  position: absolute;
  right: 4rem;
  top: 2.7rem;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  width: 1.2rem;
}
.header__navMainList03.open::after {
  -webkit-transform: rotate(135deg);
  border-left: 2px solid #333;
  border-right: none;
  top: 3rem;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 1024px) {
  .header__navMainList03 {
    background-position: left 20px center;
    background-size: 34px 36px;
  }
  .header__navMainList03::after {
    display: none;
  }
}

.header__navMainList04 {
  background: url(../images/common/nav04.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
  padding-left: 3.5rem;
}
@media print, screen and (min-width: 1024px) {
  .header__navMainList04 {
    background-position: left 20px center;
    background-size: 34px 36px;
  }
}

.header__navMainList05 {
  background: url(../images/common/nav05.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
  padding-left: 3.5rem;
}
.header__navMainList05::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  display: inline-block;
  height: 1.2rem;
  position: absolute;
  right: 4rem;
  top: 2.7rem;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  width: 1.2rem;
}
.header__navMainList05.open::after {
  -webkit-transform: rotate(135deg);
  border-left: 2px solid #333;
  border-right: none;
  top: 3rem;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 1024px) {
  .header__navMainList05 {
    background-position: left 20px center;
    background-size: 34px 36px;
  }
  .header__navMainList05::after {
    display: none;
  }
}

.header__navMainList06 {
  background: url(../images/common/nav06.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
  padding-left: 3.5rem;
}
.header__navMainList06::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  display: inline-block;
  height: 1.2rem;
  position: absolute;
  right: 4rem;
  top: 2.7rem;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  width: 1.2rem;
}
.header__navMainList06.open::after {
  -webkit-transform: rotate(135deg);
  border-left: 2px solid #333;
  border-right: none;
  top: 3rem;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 1024px) {
  .header__navMainList06 {
    background-position: left 20px center;
    background-size: 34px 36px;
  }
  .header__navMainList06::after {
    display: none;
  }
}

.header__navMainList07 {
  background: url(../images/common/nav07.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
  padding-left: 3.5rem;
}
@media print, screen and (min-width: 1024px) {
  .header__navMainList07 {
    background-position: left 20px center;
    background-size: 34px 36px;
  }
}

.header__navMainList08 {
  margin-top: 2rem;
  padding-left: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .header__navMainList08 {
    margin: 2.6rem 0;
    padding: 0 2rem 0 4rem;
  }
}
.header__navMainList08 li {
  height: auto;
  padding: 1rem 0 1rem 1.6rem;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .header__navMainList08 li {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.075em;
  }
}
.header__navMainList08 li::before {
  background: #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.9em;
  width: 7px;
}
@media print, screen and (min-width: 1024px) {
  .header__navMainList08 li::before {
    top: 1.3em;
  }
}

.header__navMainSupportArea {
  margin-top: 2rem;
  padding: 0 2rem;
}
@media print, screen and (min-width: 1024px) {
  .header__navMainSupportAreaFontsize {
    display: none;
  }
}

.header__navMainSupportAreaFontsizeBtn {
  margin-top: 1rem;
}
.header__navMainSupportAreaFontsizeBtn button {
  background: none;
  border: 1px solid #17715b;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.5rem 1rem;
}

.header__navMainSupportAreaBg {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .header__navMainSupportAreaBg {
    display: none;
  }
}

.supportArea__browsingAidFontSizeBtn {
  margin-top: 1rem;
}
@media print, screen and (min-width: 1024px) {
  .supportArea__browsingAidFontSizeBtn {
    margin-top: 0;
  }
}
.supportArea__browsingAidFontSizeBtn button {
  background: none;
  border: 1px solid #17715b;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}

.header__navMainSupportAreaBgBtn {
  margin-top: 1rem;
}
.header__navMainSupportAreaBgBtn button {
  background: none;
  border: 1px solid #17715b;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}
.header__navMainSupportAreaBgBtn .bgcolorBlue {
  background: #0000ff;
  color: #ffff00;
}
.header__navMainSupportAreaBgBtn .bgcolorYellow {
  background: #ffff00;
  color: #333;
}
.header__navMainSupportAreaBgBtn .bgcolorBlack {
  background: #000;
  color: #fff;
}

.header__navMainSupportAreaLanguage {
  margin: 1.5rem 0 2rem;
}
@media print, screen and (min-width: 1024px) {
  .header__navMainSupportAreaLanguage p {
    display: none;
  }
}

#google_translate_element_pc {
  margin-top: 1.5rem;
}

/* デフォルトではSP用を非表示、PC用を表示 */
.translate-container-sp {
  display: none;
}

.translate-container-pc {
  display: block; /* またはflexなど適切な表示形式 */
}

/* 画面幅が768px以下の場合（スマートフォンの場合） */
@media (max-width: 768px) {
  .translate-container-sp {
    display: block; /* またはflexなど適切な表示形式 */
  }
  .translate-container-pc {
    display: none;
  }
}
#google_translate_wrapper {
  background: #999;
  height: 20px;
  width: 200px;
}
@media print, screen and (min-width: 1024px) {
  #google_translate_wrapper {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
  }
}

#google_translate_element p {
  margin-top: 1rem;
  padding-left: 1.6rem;
  position: relative;
}
#google_translate_element p::before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.8em;
  width: 7px;
}
#google_translate_element p a {
  -webkit-text-decoration-color: #adadad;
  text-decoration: underline;
  text-decoration-color: #adadad;
  text-underline-offset: 6px;
}

@media print, screen and (min-width: 1024px) {
  .header__search {
    display: block;
    left: 100%;
    padding: 40px 40px 25px;
    top: 100px;
    width: 58rem;
  }
  .header__search .header__searchClose {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
  }
  .header__search .header__searchClose span {
    background: #777;
    border-radius: 1px;
    display: block;
    height: 2px;
    position: absolute;
    top: 10px;
    width: 100%;
  }
  .header__search .header__searchClose span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__search .header__searchClose span:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header__search .header__searchClose:hover {
    cursor: pointer;
  }
  .header__search .header__searchFrame {
    height: 40px;
    left: 40px;
    top: -16px;
    width: 200px;
  }
  .header__search .header__searchFrame p {
    font-size: 12px;
  }
  .header__search .header__searchText {
    left: 370px;
    top: -40px;
  }
  .header__search .header__searchText::before {
    top: 9px;
  }
  .header__search .header__searchBox {
    height: 60px;
    margin-top: 0;
    max-width: 350px;
    width: 100%;
  }
  .header__search .header__searchBox input.gsc-input,
.header__search .header__searchBox .gsc-input-box,
.header__search .header__searchBox .gsc-input-box-hover,
.header__search .header__searchBox .gsc-input-box-focus {
    height: 60px;
    max-width: 270px;
    width: 100%;
  }
  .header__search .gsc-search-button {
    height: 60px;
  }
  .header__search .gsc-search-button-v2 {
    font-size: 16px;
    width: 80px;
  }
  .header__search .gsc-search-button-v2::after {
    left: 22px;
    top: 14px;
  }
  .header__search .gsc-control-cse {
    padding: 0px 0 0 0;
  }
  .header__search.show {
    left: calc(100% - 58rem);
  }
  .header__search .header__searchBtn {
    display: block;
    margin-top: 1.4rem;
  }
  .header__search .header__searchBtn a {
    border: 1px solid #17715b;
    border-radius: 10px;
    color: #17715b;
    display: inline-block;
    font-size: 1.3rem;
    height: 4rem;
    letter-spacing: 0.05em;
    line-height: 3.8rem;
    margin-right: 0.5em;
    padding: 0 1em 0 2.5em;
    position: relative;
    width: 14rem;
  }
  .header__search .header__searchBtn a::before {
    background-color: #17715b;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    left: 1.6rem;
    margin-right: 1em;
    position: absolute;
    top: 1.6rem;
    width: 6px;
  }
  .header__search .header__searchBtn a:hover {
    background: #17715b;
    color: #fff;
    opacity: 1;
  }
  .header__search .header__searchBtn a:hover::before {
    background-color: #fff;
  }
}

@media print, screen and (min-width: 1024px) {
  .header__searchSp {
    display: none;
  }
}

.header__searchPc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .header__searchPc {
    display: block;
  }
}

.is-bg_blue .indexSpHeader__navMain .indexSpHeader__navMainInn,
.is-bg_blue .indexSpHeader__searchMain,
.is-bg_blue .header__search,
.is-bg_blue .header__navMain .header__navMainInn {
  background: #0000ff;
}
.is-bg_blue .indexSpHeader__navMainList li a,
.is-bg_blue .header__navMain .header__navMainInn li a,
.is-bg_blue .supportArea__browsingAidFontSizeBtn button,
.is-bg_blue .header__navMainSupportAreaBgBtn {
  color: #ffff00;
}
.is-bg_blue .header__navMainLogoSp {
  background: url(../images/common/logo_sp_wh.svg) no-repeat;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_blue .header__navMainLogoPc {
    background: url(../images/common/logo_mark_wh.svg) top center no-repeat, url(../images/common/logo_name_wh.svg) bottom center no-repeat;
    background-size: 85px 77px, 112px 70px;
  }
}
.is-bg_blue .header__searchBtn a {
  border: 1px solid #ffff00;
  color: #ffff00;
}
.is-bg_blue .header__searchBtn a::before {
  background-color: #ffff00;
}
.is-bg_blue .header__searchBtn a:hover {
  background: #ffff00;
  color: #0000ff;
}
.is-bg_blue .header__searchBtn a:hover::before {
  background-color: #0000ff;
}
.is-bg_blue .header__navMainList08 li::before {
  background-color: #ffff00;
}

.is-bg_yellow .indexSpHeader__navMain .indexSpHeader__navMainInn,
.is-bg_yellow .indexSpHeader__searchMain,
.is-bg_yellow .header__navMain .header__navMainInn,
.is-bg_yellow .header__search {
  background-color: #ffff00;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_yellow .header__navMainList li:hover,
.is-bg_yellow .header__navMainList li:hover .header__navMainListChild li,
.is-bg_yellow .header__navMainList li .header__navMainListChild {
    background-color: #ffff00;
  }
}
.is-bg_yellow .indexSpHeader__navMainList li a {
  color: #000;
}
.is-bg_yellow .header__searchBtn a {
  border: 1px solid #000;
  color: #000;
}
.is-bg_yellow .header__searchBtn a::before {
  background-color: #000;
}
.is-bg_yellow .header__searchBtn a:hover {
  background: #000;
  color: #ffff00;
}
.is-bg_yellow .header__searchBtn a:hover::before {
  background-color: #ffff00;
}

.is-bg_black .indexSpHeader__navMain .indexSpHeader__navMainInn,
.is-bg_black .indexSpHeader__searchMain,
.is-bg_black .header__search,
.is-bg_black .header__navMain.show .header__navMainInn,
.is-bg_black .header__navMain .header__navMainInn {
  background-color: #000;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_black .header__navMainList li:hover,
.is-bg_black .header__navMainList li .header__navMainListChild {
    background-color: #000;
  }
}
.is-bg_black .indexSpHeader__navMainList li a,
.is-bg_black .supportArea__browsingAidFontSizeBtn button,
.is-bg_black .header__navMainSupportAreaBgBtn {
  color: #fff;
}
.is-bg_black .header__navMainInn {
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_black .header__navMainInn {
    border: none;
  }
}
.is-bg_black .header__navMainLogoSp {
  background: url(../images/common/logo_sp_wh.svg) no-repeat;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_black .header__navMainLogoPc {
    background: url(../images/common/logo_mark_wh.svg) top center no-repeat, url(../images/common/logo_name_wh.svg) bottom center no-repeat;
    background-size: 85px 77px, 112px 70px;
  }
}
.is-bg_black .header__searchBtn a {
  border: 1px solid #fff;
  color: #fff;
}
.is-bg_black .header__searchBtn a::before {
  background-color: #fff;
}
.is-bg_black .header__searchBtn a:hover {
  background: #fff;
  color: #000;
}
.is-bg_black .header__searchBtn a:hover::before {
  background-color: #000;
}

.is-bg_blue .header__navMainList01,
.is-bg_black .header__navMainList01 {
  background: url(../images/common/nav01_wh.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
}
.is-bg_blue .header__navMainList02,
.is-bg_black .header__navMainList02 {
  background: url(../images/common/nav02_wh.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
}
.is-bg_blue .header__navMainList03,
.is-bg_black .header__navMainList03 {
  background: url(../images/common/nav03_wh.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
}
.is-bg_blue .header__navMainList04,
.is-bg_black .header__navMainList04 {
  background: url(../images/common/nav04_wh.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
}
.is-bg_blue .header__navMainList05,
.is-bg_black .header__navMainList05 {
  background: url(../images/common/nav05_wh.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
}
.is-bg_blue .header__navMainList06,
.is-bg_black .header__navMainList06 {
  background: url(../images/common/nav06_wh.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
}
.is-bg_blue .header__navMainList07,
.is-bg_black .header__navMainList07 {
  background: url(../images/common/nav07_wh.svg) no-repeat left 2rem top 2rem;
  background-size: 2.7rem 2.8rem;
}
.is-bg_blue .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl01,
.is-bg_black .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl01 {
  background: url(../images/common/nav01_wh.svg) center left 5rem no-repeat;
  background-size: 5rem 4.5rem;
}
.is-bg_blue .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl02,
.is-bg_black .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl02 {
  background: url(../images/common/nav02_wh.svg) center left 5rem no-repeat;
  background-size: 4.5rem 4.5rem;
}
.is-bg_blue .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl03,
.is-bg_black .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl03 {
  background: url(../images/common/nav03_wh.svg) center left 5rem no-repeat;
  background-size: 5rem 4.5rem;
}
.is-bg_blue .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl05,
.is-bg_black .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl05 {
  background: url(../images/common/nav05_wh.svg) center left 5rem no-repeat;
  background-size: 4.5rem 5rem;
  padding-left: 10rem;
}
.is-bg_blue .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl06,
.is-bg_black .header__navMainList li .header__navMainListChild.open .header__navMainListChildttl06 {
  background: url(../images/common/nav06_wh.svg) center left 5rem no-repeat;
  background-size: 5rem 4.2rem;
}
.is-bg_blue .header__navMainList08 li::before,
.is-bg_blue .navTtl .header__navMainListChild li::before,
.is-bg_black .header__navMainList08 li::before,
.is-bg_black .navTtl .header__navMainListChild li::before {
  background-color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .indexEmergencySp {
    display: none;
  }
}

.emergency {
  background: #d00d2d;
  margin-left: 20px;
  padding: 20px 0 20px 20px;
}
@media print, screen and (min-width: 1024px) {
  .emergency {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .emergency {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    padding: 20px 0 20px 54px;
  }
}

.emergency__ttl {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
}
.emergency__ttl::before {
  background: url(../images/common/emergency01.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 4rem;
  margin-right: 16px;
  vertical-align: middle;
  width: 4.5rem;
}
@media print, screen and (min-width: 1200px) {
  .emergency__ttl {
    font-size: 3.5rem;
  }
  .emergency__ttl::before {
    height: 50px;
    width: 56px;
  }
}

.emergency__txt {
  background: #fff;
  border-radius: 20px 0 0 20px;
  margin-top: 2rem;
  padding: 1em 2em;
}
.emergency__txt span {
  color: #222;
  display: inline-block;
  line-height: 1.8;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media print, screen and (min-width: 1200px) {
  .emergency__txt {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    align-items: center;
    border-radius: 20px 0 0 20px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 20px 2em;
    width: calc(100% - 30rem);
  }
}
@media print, screen and (min-width: 1400px) {
  .emergency__txt {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    align-items: center;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 1400px) {
  .emergency__txtInn {
    width: calc(100% - 240px);
  }
}
.emergency__txtInn span {
  color: #222;
  display: inline-block;
  line-height: 3rem;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.emergency__btn {
  background: #d00d2d;
  border-radius: 15px;
  height: 5.5rem;
  margin-top: 1.6rem;
  padding: 1.2rem 1.5rem;
  position: relative;
  width: 21rem;
}
.emergency__btn p {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  padding-left: 3rem;
  position: relative;
}
.emergency__btn p::before {
  background: url(../images/common/emergency02.svg) no-repeat;
  content: "";
  display: block;
  height: 1.8rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 2rem;
}
.emergency__btn p::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: 0;
  width: calc(100% - 2.9rem);
}
.emergency__btn a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .emergency__btn {
    background: #d00d2d;
    border-radius: 15px;
    height: 5.5rem;
    margin-top: 1.6rem;
    padding: 1.2rem 1.5rem;
    position: relative;
    transition: 0.2s ease-in-out;
    width: 21rem;
  }
}
@media print, screen and (min-width: 1200px) and (min-width: 1400px) {
  .emergency__btn {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .emergency__btn p {
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    padding-left: 3rem;
    position: relative;
  }
  .emergency__btn p::before {
    background: url(../images/common/emergency02.svg) no-repeat;
    content: "";
    display: block;
    height: 1.8rem;
    left: 0;
    position: absolute;
    top: 0.5rem;
    width: 2rem;
  }
  .emergency__btn p::after {
    background: #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    right: 0;
    width: calc(100% - 2.9rem);
  }
}
@media print, screen and (min-width: 1200px) {
  .emergency__btn a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1200px) {
  .emergency__btn:hover {
    opacity: 0.8;
  }
}

.indexPcHeader {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .indexPcHeader {
    display: block;
    position: relative;
    z-index: 10;
  }
}

.indexPcHeader__searchMainInn {
  background: #fff;
  border-radius: 0 0 0 30px;
  height: 12.6rem;
  margin-left: auto;
  padding: 25px 50px 14px;
  position: relative;
  width: 42rem;
  z-index: 2;
}

.indexPcHeader__searchBox form.gsc-search-box {
  margin-bottom: 0;
}
.indexPcHeader__searchBox table.gsc-search-box {
  margin-bottom: 0;
}
.indexPcHeader__searchBox .gsc-control-cse {
  padding: 0px 0 0 0;
}
.indexPcHeader__searchBox table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.indexPcHeader__searchBox input.gsc-input,
.indexPcHeader__searchBox .gsc-input-box,
.indexPcHeader__searchBox .gsc-input-box-hover,
.indexPcHeader__searchBox .gsc-input-box-focus {
  background: #f7f5f2;
  border-color: #dddddd;
  border-radius: 10px 0 0 10px;
  height: 5rem;
  line-height: 3rem;
  width: auto;
}
.indexPcHeader__searchBox .gsc-input .gsc-input-box {
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M14.76 13.27L20.49 19L19 20.49L13.27 14.76C12.2 15.53 10.91 16 9.5 16C5.91 16 3 13.09 3 9.5C3 5.91 5.91 3 9.5 3C13.09 3 16 5.91 16 9.5C16 10.91 15.53 12.2 14.76 13.27ZM9.5 5C7.01 5 5 7.01 5 9.5C5 11.99 7.01 14 9.5 14C11.99 14 14 11.99 14 9.5C14 7.01 11.99 5 9.5 5Z' fill='%23444746'/></svg>");
  background-position: 7px 60%;
  background-repeat: no-repeat;
  padding-left: 2em;
}
.indexPcHeader__searchBox .gsib_a {
  background-image: none !important;
}
.indexPcHeader__searchBox td#gs_tti51 {
  padding: 0.7em;
}
.indexPcHeader__searchBox .gsc-input {
  font-size: 1.3rem;
}
.indexPcHeader__searchBox .gsc-search-button {
  height: 5rem;
  margin-left: 0;
}
.indexPcHeader__searchBox .gsc-search-button:hover {
  cursor: pointer;
}
.indexPcHeader__searchBox .gsc-search-button-v2 {
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.6rem 0.6rem;
  position: relative;
  vertical-align: middle;
  width: 7rem;
}
.indexPcHeader__searchBox .gsc-search-button-v2::after {
  content: "検索";
  font-family: "Kiwi Maru", serif;
  left: 1.9rem;
  position: absolute;
  top: 1.3rem;
}

.indexPcHeader__searchFrame {
  background: #333;
  border-radius: 100vw;
  height: 4rem;
  left: 2rem;
  position: absolute;
  top: 10rem;
  width: 20rem;
}
.indexPcHeader__searchFrame::before {
  border-color: transparent transparent #333333 transparent;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  content: "";
  height: 0;
  left: calc(50% - 5px);
  position: absolute;
  top: -10px;
  width: 0;
}
.indexPcHeader__searchFrame p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 4rem;
  text-align: center;
}

.indexPcHeader__searchText {
  font-size: 1.2rem;
  left: 19rem;
  padding-left: 1.3rem;
  position: relative;
  top: 1.4rem;
  width: 13.2rem;
}
.indexPcHeader__searchText::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 0.6rem;
  left: 0;
  position: absolute;
  top: 0.4rem;
  width: 0.6rem;
}
.indexPcHeader__searchText a {
  -webkit-text-decoration-color: #d7d7d7;
  text-decoration: underline;
  text-decoration-color: #d7d7d7;
  text-underline-offset: 5px;
}

.indexMainSp {
  height: 60vh;
  margin-left: 20px;
  min-height: 450px;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .indexMainSp {
    display: none;
  }
}

.captionSp {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 10px 10px 0;
  left: 0;
  padding: 7px 12px 7px 10px;
  position: absolute;
  top: 25px;
  z-index: 10;
}
.captionSp p {
  color: #fff;
}

.captionPc {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 10px 10px 0;
  left: 0;
  padding: 8px 12px 8px 10px;
  position: absolute;
  top: 25px;
  z-index: 10;
}
.captionPc p {
  color: #fff;
  font-size: 1.1rem;
}

.indexMainSp__bg {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.indexMainSp__bg .swiper-container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.indexMainSp__bg .swiper-container.indexMainSp__bgImg img {
  -o-object-fit: cover;
  border-radius: 0 0 0 45px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.indexMainSp__bg .swiper-container .swiper-slide {
  transition-property: opacity !important;
}

.indexMainSp__catch {
  height: 185px;
  left: 37.5%;
  max-width: 127px;
  position: absolute;
  top: 80px;
  width: 25%;
  z-index: 2;
}
.indexMainSp__catch p {
  margin: 0 auto;
  max-width: 66px;
  text-align: center;
  width: 100%;
}

.indexMainPc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .indexMainPc {
    display: flex;
    left: 0;
    position: relative;
    top: 0;
  }
}

.indexMainPc__catch {
  position: absolute;
  top: 80px;
  width: 230px;
}
.indexMainPc__catch h1 {
  background: url(../images/common/logo_mark.svg) no-repeat;
  background-size: contain;
  height: 77px;
  margin: 0 auto;
  width: 85px;
}
.indexMainPc__catch p {
  margin: 0 auto;
}
.indexMainPc__catch p:nth-of-type(1) {
  background: url(../images/common/logo_name.svg) no-repeat;
  background-size: contain;
  height: 77px;
  margin-top: 14px;
  width: 116px;
}
.indexMainPc__catch p:last-of-type {
  background: url(../images/common/catch_bl.svg) no-repeat;
  background-size: contain;
  height: 260px;
  margin-top: 52px;
  width: 72px;
}

.indexMainPc__body {
  height: 85rem;
  left: 230px;
  position: relative;
  top: 0;
  width: calc(100% - 230px);
  z-index: 1;
}
.indexMainPc__body .emergency {
  position: relative;
  z-index: 10;
}

.indexMainPc__bgSlider {
  left: 230px;
  top: 0;
  width: calc(100% - 230px);
}
.indexMainPc__bgSlider .swiper-container {
  height: 85rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.indexMainPc__bgSlider .swiper-container.indexMainPc__bgImg img {
  -o-object-fit: cover;
  border-radius: 0 0 0 45px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.indexMainPc__bgSlider .swiper-container .swiper-slide {
  transition-property: opacity !important;
}

.indexMainPc__menu {
  left: -6.2rem;
  position: absolute;
  top: 50%;
  z-index: 10;
}
@media print, screen and (min-height: 800px) {
  .indexMainPc__menu {
    top: 51.5rem;
  }
}

.indexMainPc__menuImg01 {
  background: url(../images/index/gate_img01.png) no-repeat;
  background-size: contain;
  height: 105px;
  left: 214px;
  position: absolute;
  top: 0;
  width: 418px;
  z-index: 3;
}

.indexMainPc__menuImg02 {
  background: url(../images/index/gate_img02.png) no-repeat;
  background-size: contain;
  height: 38px;
  left: 120px;
  position: absolute;
  top: 143px;
  width: 62px;
  z-index: 3;
}

.indexMainPc__menuImg03 {
  background: url(../images/index/gate_img03.png) no-repeat;
  background-size: contain;
  height: 22px;
  left: 187px;
  position: absolute;
  top: 250px;
  width: 32px;
  z-index: 3;
}

.indexMainPc__menuList {
  display: flex;
  z-index: 2;
}
.indexMainPc__menuList li {
  align-items: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  position: relative;
  transition: 0.3s ease-in-out;
}
.indexMainPc__menuList li:nth-of-type(1) {
  background: url(../images/index/btn01.png) no-repeat;
  background-size: cover;
  height: 189px;
  top: 0px;
  width: 200px;
}
.indexMainPc__menuList li:nth-of-type(2) {
  background: url(../images/index/btn02.png) no-repeat;
  background-size: cover;
  height: 176px;
  left: -20px;
  top: 118px;
  width: 200px;
}
.indexMainPc__menuList li:nth-of-type(3) {
  background: url(../images/index/btn03.png) no-repeat;
  background-size: cover;
  height: 194px;
  left: 10px;
  top: 70px;
  width: 195px;
}
.indexMainPc__menuList li:nth-of-type(4) {
  background: url(../images/index/btn04.png) no-repeat;
  background-size: cover;
  height: 150px;
  left: 70px;
  top: 114px;
  width: 170px;
}
.indexMainPc__menuList li p {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-family: "Kiwi Maru", serif;
  font-size: 21px;
  justify-content: center;
  line-height: 38px;
  text-align: center;
}
.indexMainPc__menuList li p span {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.indexMainPc__menuList li a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.indexMainPc__menuList li:hover {
  cursor: pointer;
  opacity: 0.8;
}

.indexMain__important {
  border: 2px solid #d00d2d;
  border-radius: 15px 0 0 25px;
  margin-bottom: -80px;
  margin-left: auto;
  position: relative;
  top: -80px;
  width: calc(100% - 66px);
  z-index: 2;
}
@media print, screen and (min-width: 1024px) {
  .indexMain__important {
    border-radius: 25px 0 0 25px;
    display: flex;
    max-width: 900px;
    position: relative;
    right: 0;
    top: -50px;
    width: 56.25%;
  }
}

h2.indexMain__importantTtl {
  background: #d00d2d;
  border-radius: 12px 0 0 0px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 18px 25px 14px;
}
@media print, screen and (min-width: 1024px) {
  h2.indexMain__importantTtl {
    align-items: center;
    border-radius: 23px 0 0 23px;
    display: flex;
    font-family: "Kiwi Maru", serif;
    font-size: 1.6rem;
    justify-content: space-between;
    width: 18rem;
  }
}

ul.indexMain__importantList {
  background: #fff;
  border-radius: 0 0 0 25px;
  padding: 18px;
}
@media print, screen and (min-width: 1024px) {
  ul.indexMain__importantList {
    border-radius: 0;
    width: calc(100% - 18rem);
  }
}
ul.indexMain__importantList li {
  font-size: 1.2rem;
  margin-top: 12px;
  padding-left: 18px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  ul.indexMain__importantList li {
    font-size: 1.4rem;
  }
}
ul.indexMain__importantList li::before {
  background-color: #d00d2d;
  border-radius: 50%;
  content: "";
  height: 0.7rem;
  left: 0;
  position: absolute;
  top: 0.8rem;
  width: 0.7rem;
}
@media print, screen and (min-width: 1024px) {
  ul.indexMain__importantList li::before {
    top: 0.9rem;
  }
}
ul.indexMain__importantList li:nth-of-type(1) {
  margin-top: 0;
}
ul.indexMain__importantList li a {
  -webkit-text-decoration-color: #d7d7d7;
  color: #222;
  display: inline-block;
  line-height: 2.4rem;
  text-decoration: underline;
  text-decoration-color: #d7d7d7;
  text-underline-offset: 5px;
}

.indexSpMenu {
  display: block;
  margin: 25px auto 0;
  max-width: 500px;
  position: relative;
  width: calc(100% - 40px);
  z-index: 1;
}
@media print, screen and (min-width: 1024px) {
  .indexSpMenu {
    display: none;
  }
}

.indexSpMenu__bg {
  display: flex;
  flex-wrap: wrap;
}
.indexSpMenu__bg li {
  align-items: center;
  border-color: #fff;
  display: flex;
  height: 10.4rem;
  justify-content: center;
  position: relative;
  width: 50%;
}
.indexSpMenu__bg li a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.indexSpMenu__bg li p {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  letter-spacing: -0.05em;
  line-height: 2.4rem;
  text-align: center;
}
.indexSpMenu__bg li p span {
  display: block;
  font-size: 1.25rem;
  letter-spacing: normal;
}
.indexSpMenu__bg .indexSpMenu__bg01 {
  background: url(../images/index/sp/btn01_bg.png) center no-repeat;
  border-bottom: none;
  border-bottom: 2px solid #fff;
  border-left: 4px solid #fff;
  border-radius: 25px 0 0 0;
  border-right: 2px solid #fff;
  border-top: 4px solid #fff;
}
.indexSpMenu__bg .indexSpMenu__bg02 {
  background: url(../images/index/sp/btn02_bg.png) center no-repeat;
  border-bottom: none;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 0px 25px 0 0;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
}
.indexSpMenu__bg .indexSpMenu__bg03 {
  background: url(../images/index/sp/btn03_bg.png) center no-repeat;
  border-bottom: none;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  border-radius: 0 0 0 25px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.indexSpMenu__bg .indexSpMenu__bg04 {
  background: url(../images/index/sp/btn04_bg.png) center no-repeat;
  border-bottom: 4px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 0 0 25px 25px;
  border-radius: 0 0 25px 0;
  border-right: 4px solid #fff;
  border-top: 2px solid #fff;
}

[class^=indexSpMenu__img0] {
  position: absolute;
  z-index: 2;
}

.indexSpMenu__img01 {
  background: url(../images/index/sp/gate_img01.png) no-repeat;
  background-size: contain;
  height: 28px;
  left: 11px;
  top: -103px;
  width: 43px;
}

.indexSpMenu__img02 {
  background: url(../images/index/sp/gate_img02.png) no-repeat;
  background-size: contain;
  height: 63px;
  right: -6px;
  top: -80px;
  width: 70px;
}

.indexSpMenu__img03 {
  background: url(../images/index/sp/gate_img03.png) no-repeat;
  background-size: contain;
  height: 81px;
  left: -3%;
  top: -60px;
  width: 320px;
}

.indexSpMenu__img04 {
  background: url(../images/index/sp/gate_img04.png) no-repeat;
  background-size: contain;
  height: 34px;
  left: -3%;
  top: -10px;
  width: 49px;
}

.indexSpMenu__list {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.indexSpMenu__list li {
  align-items: center;
  display: flex;
  height: 8.6rem;
  justify-content: center;
  position: relative;
  text-align: center;
}
.indexSpMenu__list li a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.indexSpMenu__list li p {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  line-height: 2.4rem;
}
.indexSpMenu__list li p span {
  display: block;
  font-size: 1.25rem;
}

.indexPcNavi {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .indexPcNavi {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin: 9rem auto 0;
    max-width: 116.8rem;
    padding: 0 30px;
    position: static;
  }
  .indexPcNavi ul li a {
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
    text-underline-offset: 5px;
    transition: 0.2s ease-in-out;
  }
  .indexPcNavi ul li a:hover {
    -webkit-text-decoration-color: #17715b;
    color: #17715b;
    text-decoration-color: #17715b;
    transition: 0.2s ease-in-out;
  }
}

.indexPcNavi__list li a,
.indexPcNavi__list06 li a,
.indexPcNavi__list07 li a,
.indexPcNavi__list08 li a {
  background-position: center left;
  color: #555;
  display: inline-block;
  line-height: 40px;
  padding-left: 40px;
}

.indexPcNavi__list {
  max-width: 22rem;
  width: 19.855%;
}

.indexPcNavi__list01 a {
  background: url(../images/index/icon01.svg) no-repeat;
  background-size: 23px 24px;
}

.indexPcNavi__list02 a {
  background: url(../images/index/icon02.svg) no-repeat;
  background-size: 25px 25px;
}

.indexPcNavi__list03 a {
  background: url(../images/index/icon03.svg) no-repeat;
  background-size: 27px 26px;
}

.indexPcNavi__list04 a {
  background: url(../images/index/icon04.svg) no-repeat;
  background-size: 30px 20px;
}

.indexPcNavi__list05 a {
  background: url(../images/index/icon05.svg) no-repeat;
  background-size: 20px 23px;
}

.indexPcNavi__list06 {
  max-width: 53.8rem;
  width: 48.555%;
}

.indexPcNavi__list06 a {
  background: url(../images/index/icon06.svg) no-repeat;
  background-size: 28px 26px;
}

.indexPcNavi__list07 {
  max-width: 20rem;
  width: 18.05%;
}
.indexPcNavi__list07 li a {
  background: url(../images/index/icon07.svg) no-repeat;
  background-position: center left;
  background-size: 17px 27px;
  padding-left: 26px;
}

.indexPcNavi__list08 {
  max-width: 15rem;
  width: 13.537%;
}
.indexPcNavi__list08 li a {
  background: url(../images/index/icon08.svg) no-repeat;
  background-position: center left;
  background-size: 34px 26px;
  padding-left: 45px;
}

.indexPcNavi__listChild li a {
  background: none;
  line-height: 38px;
  padding-left: 14px;
  position: relative;
}
.indexPcNavi__listChild li a::before {
  background-color: #555;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 1.2em;
  width: 7px;
}
.indexPcNavi__listChild.indexPcNavi__list06Child {
  display: flex;
  flex-wrap: wrap;
}
.indexPcNavi__listChild.indexPcNavi__list06Child li {
  width: 50%;
}
@media print, screen and (min-width: 1100px) {
  .indexPcNavi__listChild.indexPcNavi__list06Child li {
    width: 33.3333333333%;
  }
}

.is-bg_blue .indexPcHeader__searchMainInn,
.is-bg_blue ul.indexMain__importantList {
  background: #0000ff;
}
.is-bg_blue .gsc-control-cse {
  background-color: #0000ff;
  border-color: #0000ff;
}
.is-bg_blue ul.indexMain__importantList li a,
.is-bg_blue .indexPcNavi__list li a:hover,
.is-bg_blue .indexPcNavi__list06 li a:hover,
.is-bg_blue .indexPcNavi__list07 li a:hover,
.is-bg_blue .indexPcNavi__list08 li a:hover,
.is-bg_blue .indexPcNavi__list li a,
.is-bg_blue .indexPcNavi__list06 li a,
.is-bg_blue .indexPcNavi__list07 li a,
.is-bg_blue .indexPcNavi__list08 li a {
  color: #ffff00;
}
.is-bg_blue .indexPcNavi__list li a:hover,
.is-bg_blue .indexPcNavi__list06 li a:hover,
.is-bg_blue .indexPcNavi__list07 li a:hover,
.is-bg_blue .indexPcNavi__list08 li a:hover {
  -webkit-text-decoration-color: #ffff00;
  text-decoration-color: #ffff00;
}
.is-bg_blue .indexPcNavi__listChild li a::before {
  background-color: #ffff00;
}
.is-bg_blue .indexMainPc__catch h1 {
  background: url(../images/common/logo_mark_wh.svg) no-repeat;
}
.is-bg_blue .indexMainPc__catch p:nth-of-type(1) {
  background: url(../images/common/logo_name_wh.svg) no-repeat;
}
.is-bg_blue .indexMainPc__catch p:last-of-type {
  background: url(../images/common/catch_wh.svg) no-repeat;
}

.is-bg_yellow .indexPcHeader__searchMainInn,
.is-bg_yellow ul.indexMain__importantList {
  background: #ffff00;
}
.is-bg_yellow .gsc-control-cse {
  background-color: #ffff00;
  border-color: #ffff00;
}
.is-bg_yellow ul.indexMain__importantList li a,
.is-bg_yellow .indexPcNavi__list li a:hover,
.is-bg_yellow .indexPcNavi__list06 li a:hover,
.is-bg_yellow .indexPcNavi__list07 li a:hover,
.is-bg_yellow .indexPcNavi__list08 li a:hover,
.is-bg_yellow .indexPcNavi__list li a,
.is-bg_yellow .indexPcNavi__list06 li a,
.is-bg_yellow .indexPcNavi__list07 li a,
.is-bg_yellow .indexPcNavi__list08 li a {
  color: #000;
}
.is-bg_yellow .indexPcNavi__list li a:hover,
.is-bg_yellow .indexPcNavi__list06 li a:hover,
.is-bg_yellow .indexPcNavi__list07 li a:hover,
.is-bg_yellow .indexPcNavi__list08 li a:hover {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
.is-bg_yellow .indexPcNavi__listChild li a::before {
  background-color: #000;
}

.is-bg_black .indexPcHeader__searchMainInn,
.is-bg_black ul.indexMain__importantList {
  background: #000;
}
.is-bg_black .gsc-control-cse {
  background-color: #000;
  border-color: #000;
}
.is-bg_black ul.indexMain__importantList li a,
.is-bg_black .indexPcNavi__list li a:hover,
.is-bg_black .indexPcNavi__list06 li a:hover,
.is-bg_black .indexPcNavi__list07 li a:hover,
.is-bg_black .indexPcNavi__list08 li a:hover,
.is-bg_black .indexPcNavi__list li a,
.is-bg_black .indexPcNavi__list06 li a,
.is-bg_black .indexPcNavi__list07 li a,
.is-bg_black .indexPcNavi__list08 li a {
  color: #fff;
}
.is-bg_black .indexPcNavi__list li a:hover,
.is-bg_black .indexPcNavi__list06 li a:hover,
.is-bg_black .indexPcNavi__list07 li a:hover,
.is-bg_black .indexPcNavi__list08 li a:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.is-bg_black .indexPcNavi__listChild li a::before {
  background-color: #ccc;
}
.is-bg_black .indexMainPc__catch h1 {
  background: url(../images/common/logo_mark_wh.svg) no-repeat;
}
.is-bg_black .indexMainPc__catch p:nth-of-type(1) {
  background: url(../images/common/logo_name_wh.svg) no-repeat;
}
.is-bg_black .indexMainPc__catch p:last-of-type {
  background: url(../images/common/catch_wh.svg) no-repeat;
}

.supportArea.indexSupportArea {
  background: #fff;
  border-radius: 0;
  display: flex;
  font-size: 1.3rem;
  height: 6rem;
  margin: 0 0 0 auto;
  padding: 0 2rem;
  width: 42rem;
}
.supportArea.indexSupportArea .supportArea__browsingAid {
  background-size: 2.8rem 2rem;
  margin-right: 1.4rem;
  padding-left: 3rem;
}
.supportArea.indexSupportArea .supportArea__language {
  margin-right: 1.4rem;
}
.supportArea.indexSupportArea .supportArea__aboutTranslation a {
  line-height: 1.5;
}
.supportArea.indexSupportArea .supportArea__browsingAidList {
  border-top: 1px solid #eee;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
  left: -2rem;
}

.homeHeader__searchSp {
  background: #fff;
  border-radius: 15px 0 0 15px;
  margin-top: 88px;
  position: relative;
}

.pageHeader {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pageHeader {
    display: flex;
    justify-content: space-between;
  }
}

.kurashiLabel {
  align-items: center;
  background: #17715b;
  border-radius: 0 0 20px 0;
  color: #fff;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  height: 6rem;
  justify-content: center;
  text-align: center;
  width: 17rem;
}

.supportArea {
  background: #fff;
  border-radius: 0 0 0 20px;
  display: flex;
  font-size: 0.98336vw;
  font-size: 1.3rem;
  height: 6rem;
  padding: 0 3rem;
  width: 68rem;
}
@media print, screen and (min-width: 1200px) {
  .supportArea {
    font-size: 1.3rem;
  }
}

.supportArea__toText {
  background: url(../images/common/icon_totext.svg) left center no-repeat;
  background-size: 26px 26px;
  line-height: 6rem;
  margin-right: 24px;
  padding-left: 5.454%;
  white-space: nowrap;
}

.supportArea__search {
  background: url(../images/common/icon_search.svg) left center no-repeat;
  background-size: 27px 26px;
  line-height: 6rem;
  margin-right: 24px;
  padding-left: 5.625%;
  white-space: nowrap;
}
.supportArea__search:hover {
  cursor: pointer;
}

.supportArea__browsingAid {
  background: url(../images/common/icon_auxiliary.svg) left center no-repeat;
  background-size: 34px 24px;
  line-height: 6rem;
  margin-right: 24px;
  padding-left: 6.5151%;
  position: relative;
  white-space: nowrap;
}

.supportArea__browsingAidList {
  background: #fff;
  border-radius: 0 0 20px 20px;
  display: flex;
  left: -5rem;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  padding: 20px 30px 30px;
  position: absolute;
  top: 6rem;
  transition: 0.2s ease-in-out;
  visibility: hidden;
  width: 32rem;
}
.supportArea__browsingAidList li {
  width: 10.5rem;
}
.supportArea__browsingAidList li:last-of-type {
  width: calc(100% - 10.5rem);
}
.supportArea__browsingAidList .supportArea__browsingAidFontSizeBtn button,
.supportArea__browsingAidList .supportArea__browsingAidBgBtn button {
  background: none;
  border: 1px solid #17715b;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
}
.supportArea__browsingAidList .supportArea__browsingAidFontSizeBtn button:hover,
.supportArea__browsingAidList .supportArea__browsingAidBgBtn button:hover {
  cursor: pointer;
}
.supportArea__browsingAidList .supportArea__browsingAidBgBtn .bgcolorBlue {
  background: #0000ff;
  color: #ffff00;
}
.supportArea__browsingAidList .supportArea__browsingAidBgBtn .bgcolorYellow {
  background: #ffff00;
  color: #333;
}
.supportArea__browsingAidList .supportArea__browsingAidBgBtn .bgcolorBlack {
  background: #000;
  color: #fff;
}

.supportArea__browsingAid:hover .supportArea__browsingAidList {
  opacity: 1;
  overflow: visible;
  transition: 0.2s ease-in-out;
  visibility: visible;
  z-index: 101;
}

.supportArea__language {
  margin-right: 2rem;
  width: 13rem;
}

.supportArea__aboutTranslation {
  align-items: center;
  display: flex;
}
.supportArea__aboutTranslation p {
  line-height: 1;
  padding-left: 1rem;
  position: relative;
}
.supportArea__aboutTranslation p::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.6em;
  width: 6px;
}
.supportArea__aboutTranslation a {
  -webkit-text-decoration-color: #c8c8c8;
  font-size: 12px;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-color: #c8c8c8;
  text-underline-offset: 5px;
}

.homeTop {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .homeTop {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
}

.homeLogo {
  background: url(../images/common/logo_sp.svg) no-repeat;
  background-size: contain;
  height: 35px;
  left: 15px;
  position: absolute;
  top: -70px;
  width: 110px;
}
@media print, screen and (min-width: 1024px) {
  .homeLogo {
    display: none;
  }
}

.homeMainImg {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .homeMainImg {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 55.55%;
    position: relative;
    width: 48%;
  }
}

.homeMainImg__main {
  border-radius: 0 50px 50px 0;
  height: 94%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.homeMainImg__main .swiper-slide {
  /* デフォルトでは有効 */
  pointer-events: auto;
  transition-property: opacity !important;
  z-index: 1;
}
.homeMainImg__main .swiper-slide a {
  display: block; /* リンクをブロック要素にして、スライド全体をクリック可能にする */
  height: 100%;
  /* リンク要素を最前面に表示 */
  position: relative;
  width: 100%;
  z-index: 10;
}
.homeMainImg__main .swiper-slide-active,
.homeMainImg__main .swiper-slide-next,
.homeMainImg__main .swiper-slide-prev {
  /* アクティブなスライドとその隣のスライドではポインターイベントを有効 */
  pointer-events: auto;
}
.homeMainImg__main .swiper-slide-active {
  z-index: 2;
}
.homeMainImg__main .swiper-slide-next {
  /* 次のスライドはアクティブスライドより背面にする */
  z-index: 1;
}
.homeMainImg__main .swiper-container-drag {
  /* ドラッグ中はすべてのスライドのポインターイベントを無効化 */
  pointer-events: none;
}
.homeMainImg__main img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.homeMainImg__thumb {
  background: #f7f5f2;
  border-radius: 0 20px 20px 0;
  height: 10rem;
  left: 0;
  padding: 20px;
  position: absolute;
  top: calc(100% - 9rem);
  width: 50%;
  z-index: 2;
}
.homeMainImg__thumb .swiper-slide {
  -webkit-filter: brightness(0.6);
  border-radius: 10px;
  filter: brightness(0.6);
  overflow: hidden;
}
.homeMainImg__thumb .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.homeMainImg__thumb .swiper-slide.swiper-slide-thumb-active.swiper-slide-visible {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

@media print, screen and (min-width: 1024px) {
  .homeTop__leftArea {
    width: 46%;
  }
}

.homeSearchArea {
  background: #fff;
  border-radius: 15px 0 0 15px;
  margin: 88px 0 0 auto;
  max-width: 35.5rem;
  padding: 16px 20px 20px;
  position: relative;
  right: 0;
}
@media print, screen and (min-width: 1024px) {
  .homeSearchArea {
    margin: 0;
    max-width: 100%;
    padding: 40px 40px 25px;
    width: 100%;
  }
}

.homeSearchArea__frame {
  background: #333;
  border-radius: 100vw;
  height: 35px;
  left: 20px;
  position: absolute;
  top: -8px;
  width: 170px;
}
@media print, screen and (min-width: 1024px) {
  .homeSearchArea__frame {
    height: 40px;
    left: 20px;
    top: -16px;
    width: 200px;
  }
}
@media print, screen and (min-width: 1400px) {
  .homeSearchArea__frame {
    left: 40px;
  }
}
.homeSearchArea__frame::after {
  border-color: #333333 transparent transparent transparent;
  border-style: solid;
  border-width: 9px 4.5px 0 4.5px;
  bottom: -9px;
  content: "";
  height: 0;
  left: calc(50% - 4px);
  position: absolute;
  width: 0;
}
.homeSearchArea__frame p {
  color: #fff;
  font-size: 11px;
  line-height: 35px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .homeSearchArea__frame p {
    font-size: 12px;
  }
}

.homeSearchArea__txt {
  font-size: 12px;
  left: 200px;
  padding-left: 13px;
  position: absolute;
  top: 10px;
}
@media print, screen and (min-width: 1024px) {
  .homeSearchArea__txt {
    font-size: 0.857vw;
    left: 230px;
    top: 5px;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1400px) {
  .homeSearchArea__txt {
    font-size: 12px;
    left: 410px;
    top: 63px;
  }
}
.homeSearchArea__txt::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px;
}
.homeSearchArea__txt a {
  -webkit-text-decoration-color: #d7d7d7;
  text-decoration: underline;
  text-decoration-color: #d7d7d7;
  text-underline-offset: 5px;
}

.homeSearchArea__searchBox {
  margin-top: 29px;
  width: 315px;
}
@media print, screen and (min-width: 1024px) {
  .homeSearchArea__searchBox {
    margin-top: 0;
    max-width: 350px;
    width: 100%;
  }
}
.homeSearchArea__searchBox form.gsc-search-box {
  margin-bottom: 0;
}
.homeSearchArea__searchBox table.gsc-search-box {
  margin-bottom: 0;
}
.homeSearchArea__searchBox .gsc-control-cse {
  padding: 0px 0 0 0;
}
.homeSearchArea__searchBox table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.homeSearchArea__searchBox input.gsc-input,
.homeSearchArea__searchBox .gsc-input-box,
.homeSearchArea__searchBox .gsc-input-box-hover,
.homeSearchArea__searchBox .gsc-input-box-focus {
  background: #f7f5f2;
  border-color: #dddddd;
  border-radius: 10px 0 0 10px;
  height: 40px;
  line-height: 20px;
  width: 260px;
}
@media print, screen and (min-width: 1024px) {
  .homeSearchArea__searchBox input.gsc-input,
.homeSearchArea__searchBox .gsc-input-box,
.homeSearchArea__searchBox .gsc-input-box-hover,
.homeSearchArea__searchBox .gsc-input-box-focus {
    height: 60px;
    max-width: 270px;
    width: 100%;
  }
}
.homeSearchArea__searchBox td#gs_tti51 {
  padding: 0.7em;
}
.homeSearchArea__searchBox .gsc-input {
  font-size: 13px;
}
@media print, screen and (min-width: 1024px) {
  .homeSearchArea__searchBox .gsc-input {
    font-size: 18px;
    line-height: 50px;
  }
}
.homeSearchArea__searchBox .gsc-search-button {
  height: 40px;
  margin-left: 0;
}
@media print, screen and (min-width: 1024px) {
  .homeSearchArea__searchBox .gsc-search-button {
    height: 60px;
  }
}
.homeSearchArea__searchBox .gsc-search-button:hover {
  cursor: pointer;
}
.homeSearchArea__searchBox .gsc-search-button-v2 {
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-size: 13px;
  padding: 6px 6px;
  position: relative;
  vertical-align: middle;
  width: 55px;
}
@media print, screen and (min-width: 1024px) {
  .homeSearchArea__searchBox .gsc-search-button-v2 {
    font-size: 16px;
    width: 80px;
  }
}
.homeSearchArea__searchBox .gsc-search-button-v2::after {
  content: "検索";
  font-family: "Kiwi Maru", serif;
  left: 15px;
  position: absolute;
  top: 9px;
}
@media print, screen and (min-width: 1024px) {
  .homeSearchArea__searchBox .gsc-search-button-v2::after {
    left: 22px;
    top: 14px;
  }
}

.homeSearchArea__btn {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .homeSearchArea__btn {
    display: block;
    margin-top: 15px;
  }
}
.homeSearchArea__btn a {
  border: 1px solid #17715b;
  border-radius: 10px;
  color: #17715b;
  display: inline-block;
  font-size: 1.3rem;
  height: 4rem;
  letter-spacing: 0.05em;
  line-height: 3.8rem;
  margin-right: 0.5em;
  padding: 0 1em 0 2.5em;
  position: relative;
  width: 14rem;
}
.homeSearchArea__btn a::before {
  background-color: #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  left: 1.6rem;
  margin-right: 1em;
  position: absolute;
  top: 1.6rem;
  width: 6px;
}
.homeSearchArea__btn a:hover {
  background: #17715b;
  color: #fff;
  opacity: 1;
}
.homeSearchArea__btn a:hover::before {
  background-color: #fff;
}

.homeImportant,
.homeNewNews {
  margin: 3rem auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 1024px) {
  .homeImportant,
.homeNewNews {
    margin: 6rem 20px 0 0;
    max-width: 53rem;
    width: calc(100% - 20px);
  }
}
.homeImportant h2,
.homeNewNews h2 {
  font-size: clamp(1.7rem, 1.266rem + 1.93vw, 2.5rem);
  font-weight: 700;
  position: relative;
}
.homeImportant h2::before,
.homeNewNews h2::before {
  border: 0.3rem solid #d00d2d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.9em;
  margin-right: 0.4em;
  width: 0.9em;
}

.homeNewNews h2::before {
  border: 0.3rem solid #19715b;
}

.homeImportant__list,
.homeNewNews__list {
  border: 2px solid #d00d2d;
  border-radius: 10px;
  margin-top: 1.8rem;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .homeImportant__list,
.homeNewNews__list {
    border: 3px solid #d00d2d;
    border-radius: 20px;
    margin-top: 3.5rem;
  }
}
.homeImportant__list li,
.homeNewNews__list li {
  padding: 20px 26px 15px 36px;
  position: relative;
  text-indent: -1em;
}
@media print, screen and (min-width: 1024px) {
  .homeImportant__list li,
.homeNewNews__list li {
    padding: 18px 60px 18px 60px;
    text-indent: -1.5em;
  }
}
.homeImportant__list li:nth-of-type(odd),
.homeNewNews__list li:nth-of-type(odd) {
  background-color: #fff;
}
.homeImportant__list li:nth-of-type(even),
.homeNewNews__list li:nth-of-type(even) {
  background-color: #eee;
}
.homeImportant__list li::before,
.homeNewNews__list li::before {
  background-color: #d00d2d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 0.8rem;
  width: 6px;
}
@media print, screen and (min-width: 1024px) {
  .homeImportant__list li::before,
.homeNewNews__list li::before {
    margin-right: 1.6rem;
  }
}
.homeImportant__list li a,
.homeNewNews__list li a {
  -webkit-text-decoration-color: #d7d7d7;
  color: #222;
  font-size: 1.3rem;
  line-height: 1.8;
  text-decoration: underline;
  text-decoration-color: #d7d7d7;
  text-underline-offset: 5px;
}
@media print, screen and (min-width: 1024px) {
  .homeImportant__list li a,
.homeNewNews__list li a {
    font-size: 1.5rem;
  }
}
.homeImportant__list li a:hover,
.homeNewNews__list li a:hover {
  color: #17715b;
}

.homeNewNews__list {
  border: 2px solid #19715b;
}
@media print, screen and (min-width: 1024px) {
  .homeNewNews__list {
    border: 3px solid #19715b;
  }
}
@media print, screen and (min-width: 1024px) {
  .homeNewNews__list li {
    padding-left: 3em;
    text-indent: -1.5em;
  }
}
.homeNewNews__list li::before {
  background-color: #19715b;
}
.homeNewNews__list li span {
  color: #9ea5ae;
  display: inline-block;
  font-size: 0.86em;
  margin: 0.5em 0 0 1.6em;
}

@media print, screen and (min-width: 520px) {
  .homeNewsArea {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 520px) {
  .homeNewsArea {
    margin: 5rem 20px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .homeNewsArea {
    margin: 5rem auto 0;
    max-width: 1210px;
    padding: 0 30px;
  }
}

.homeNews {
  background: url(../images/home/top_img01.png) no-repeat top center;
  background-size: 106px 57px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px 0;
  padding-top: 7rem;
}
@media print, screen and (min-width: 520px) {
  .homeNews {
    background: none;
    margin: 0;
    padding-top: 0;
    position: relative;
    width: 70%;
  }
}
@media print, screen and (min-width: 1024px) {
  .homeNews {
    justify-content: space-between;
    max-width: 820px;
    width: 72%;
  }
}
.homeNews h2 {
  font-size: clamp(2.3rem, 1.595rem + 3.13vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  order: 1;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .homeNews h2 {
    height: 5rem;
    text-align: left;
    width: 15.7rem;
  }
}

.homeStyle01--corona {
  margin-top: 2.8rem;
  order: 4;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .homeStyle01--corona {
    order: 3;
  }
}

.homeNews__btn {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  align-items: center;
  column-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 1.6rem;
  order: 3;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .homeNews__btn {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    align-items: inherit;
    column-gap: 2rem;
    height: 5rem;
    margin-top: 0;
    order: 2;
    width: auto;
  }
}
.homeNews__btn select {
  background: #fff;
  border: 1px solid #17715b;
  border-radius: 10px;
  color: #17715b;
  font-size: 1.2rem;
  height: 4rem;
  padding: 0 1em;
}
@media print, screen and (min-width: 1024px) {
  .homeNews__btn select {
    font-size: 1.4rem;
    height: 5rem;
  }
}

.homeNews__wrap {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 2.8rem;
  order: 2;
  padding: 20px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .homeNews__wrap {
    order: 3;
    padding: 30px;
  }
}

.homeNews__list {
  max-height: 700px;
  min-height: 350px;
  overflow-y: scroll;
  padding: 0 14px 0 0;
  transition: 0.2s ease-in-out;
}
.homeNews__list:nth-of-type(n + 2) {
  display: none;
  transition: 1s ease-in-out;
}
@media print, screen and (min-width: 520px) {
  .homeNews__list {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .homeNews__list {
    max-height: 780px;
    min-height: 670px;
    overflow-y: scroll;
    padding: 0 24px 0 0;
  }
}
.homeNews__list li {
  border: 2px solid rgba(255, 255, 255, 0);
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1024px) {
  .homeNews__list li {
    padding: 26px 30px;
  }
}
.homeNews__list li:nth-of-type(odd) {
  background: #eee;
}
.homeNews__list li .newsDate {
  font-size: 1.25rem;
  letter-spacing: 0.075rem;
  padding-top: 0.3rem;
  width: 9rem;
}
@media print, screen and (min-width: 1024px) {
  .homeNews__list li .newsDate {
    font-size: 1.4rem;
  }
}
.homeNews__list li .newsCategory {
  border: 1px solid #666;
  border-radius: 100vw;
  font-size: 1.1rem;
  height: 2.5rem;
  padding: 0.5rem 1.6rem;
}
@media print, screen and (min-width: 1024px) {
  .homeNews__list li .newsCategory {
    display: inline-block;
    font-size: 1.2rem;
    height: 3rem;
    padding: 8px 20px;
  }
}
.homeNews__list li a {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.8;
  margin-top: 0.7rem;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-underline-offset: 5px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .homeNews__list li a {
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
.homeNews__list li:hover {
  border: 2px solid #17715b;
  transition: 0.2s ease-in-out;
}

.homeKouhou {
  margin: 4.5rem 20px 0;
}
@media print, screen and (min-width: 520px) {
  .homeKouhou {
    margin: 6rem 0 0;
    width: 25%;
  }
}
@media print, screen and (min-width: 1024px) {
  .homeKouhou {
    margin: 78px 0 0;
    width: 24.3%;
  }
}

.homeKouhou__main {
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-top: 1.8rem;
  padding: 20px;
  position: relative;
}
@media print, screen and (min-width: 520px) {
  .homeKouhou__main {
    display: block;
  }
}
.homeKouhou__main a {
  display: inline-block;
}

a.homeKouhou__img {
  border: 2px solid rgba(255, 255, 255, 0);
  opacity: 1;
  width: 42%;
}
@media print, screen and (min-width: 520px) {
  a.homeKouhou__img {
    max-width: 20rem;
    width: 100%;
  }
}
a.homeKouhou__img:hover {
  border: 2px solid #17715b;
}

a.homeKouhou__link {
  -webkit-text-decoration-color: #d5e0dd;
  background: url(../images/common/icon_pdf.png) no-repeat top 25px center;
  background-size: 24px 30px;
  color: #17715b;
  font-size: 1.25rem;
  line-height: 1.8;
  padding-top: 68px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #d5e0dd;
  text-underline-offset: 4px;
  width: 52%;
}
@media print, screen and (min-width: 520px) {
  a.homeKouhou__link {
    background-position: left top;
    background-size: 19px 25px;
    margin-top: 2rem;
    padding-left: 28px;
    padding-top: 2px;
    width: 100%;
  }
}
a.homeKouhou__link span {
  display: block;
}
@media print, screen and (min-width: 520px) {
  a.homeKouhou__link span {
    -webkit-text-decoration-color: #d5e0dd;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: #d5e0dd;
    text-underline-offset: 4px;
  }
}

.homeKouhou__btn--sp {
  bottom: 2rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 58%;
}
.homeKouhou__btn--sp a {
  text-align: left;
}
@media print, screen and (min-width: 520px) {
  .homeKouhou__btn--sp {
    display: none;
  }
}

.homeKouhou__btn--pc {
  display: none;
}
@media print, screen and (min-width: 520px) {
  .homeKouhou__btn--pc {
    display: block;
    margin-top: 2rem;
    text-align: center;
  }
  .homeKouhou__btn--pc a {
    text-align: left;
  }
}

.kairan {
  margin-top: 20px;
}
@media print, screen and (min-width: 520px) {
  .kairan {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kairan {
    margin-top: 60px;
  }
}
.kairan .homeKouhou__main {
  flex-wrap: wrap;
}
.kairan .homeKouhou__main .homeKouhou__btn--sp {
  bottom: 0;
  margin-top: 10px;
  position: relative;
  width: 100%;
}
.purpose {
  background: url(../images/home/top_img02.png) no-repeat top center;
  background-size: 86px 41px;
  margin: 2.6rem 20px 0;
  padding-top: 5.7rem;
}
@media print, screen and (min-width: 1024px) {
  .purpose {
    background: url(../images/home/top_img01.png) no-repeat top left 30px, url(../images/home/top_img02.png) no-repeat top right 30px;
    background-size: 201px 92px, 163px 78px;
    margin: 9rem auto 0;
    max-width: 1210px;
    padding: 0 30px;
    padding-top: 5.5rem;
  }
}
.purpose h2 {
  font-size: clamp(2.3rem, 1.595rem + 3.13vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  order: 1;
  text-align: center;
  width: 100%;
}

.purpose__main {
  background: #fff;
  border-radius: 10px;
  margin-top: 2.8rem;
  padding: 3rem 0 2.4rem;
}
@media print, screen and (min-width: 1024px) {
  .purpose__main {
    margin-top: 5.6rem;
    padding: 6.5rem 8%;
  }
}

.purpose__mainList {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.purpose__mainList li {
  border: 2px solid rgba(255, 255, 255, 0);
  height: 12rem;
  position: relative;
  text-align: center;
  transition: 0.2s ease-in-out;
  width: 50%;
}
@media print, screen and (min-width: 1024px) {
  .purpose__mainList li {
    height: auto;
    width: 25%;
  }
  .purpose__mainList li::after {
    background: #eee;
    content: "";
    display: block;
    height: 10rem;
    position: absolute;
    right: 0;
    top: 3rem;
    width: 1px;
  }
  .purpose__mainList li:nth-of-type(4)::after, .purpose__mainList li:nth-of-type(8)::after, .purpose__mainList li:nth-of-type(12)::after {
    display: none;
  }
}
.purpose__mainList li:nth-of-type(odd)::after {
  background: #ddd;
  content: "";
  display: block;
  height: 8rem;
  position: absolute;
  right: 0;
  top: 1rem;
  width: 1px;
}
@media print, screen and (min-width: 1024px) {
  .purpose__mainList li:nth-of-type(odd)::after {
    background: #eee;
    height: 10rem;
    top: 3rem;
  }
}
.purpose__mainList li:hover {
  border: 2px solid #17715b;
  border-radius: 10px;
  cursor: pointer;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.purpose__mainList li:hover .purpose__mainListTxt {
  color: #17715b;
}
.purpose__mainList li a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.purpose__mainList li a:hover {
  opacity: 1;
}

.purpose__mainListImg {
  margin: 0 auto 0;
  padding-top: 1.5rem;
}
.purpose__mainListImg img {
  -o-object-fit: contain;
  -o-object-position: center;
  height: 5.5rem;
  object-fit: contain;
  object-position: center;
  width: 6rem;
}
@media print, screen and (min-width: 1024px) {
  .purpose__mainListImg img {
    height: 8rem;
    width: 8.7rem;
  }
}

.purpose__mainListTxt {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 1.4rem;
}
@media print, screen and (min-width: 1024px) {
  .purpose__mainListTxt {
    font-size: 1.7rem;
    line-height: 1.25;
    margin: 1.7rem 0 2.2rem;
    padding: 0 0.2em0;
  }
}
@media print, screen and (min-width: 1024px) and (min-width: 1240px) {
  .purpose__mainListTxt {
    font-size: 1.7rem;
  }
}

.about {
  margin-top: 2.6rem;
}
@media print, screen and (min-width: 520px) {
  .about {
    margin-top: 7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .about {
    margin-top: 11rem;
  }
}

.aboutVillage {
  background: url(../images/home/top_img05.png) top right -56px no-repeat;
  background-size: 214px 94px;
  padding-top: 4rem;
  position: relative;
}
@media print, screen and (min-width: 520px) {
  .aboutVillage {
    background: url(../images/home/top_img03.png) right top no-repeat;
    background-size: 254px 130px;
    margin-top: 7rem;
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .aboutVillage {
    background-position: top right 30px;
    background-size: 318px 162px;
    margin: 11rem auto 0;
    max-width: 1210px;
    padding: 0 30px;
    padding-top: 5rem;
  }
}
.aboutVillage h2 {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 520px) {
  .aboutVillage h2 {
    left: calc(100% - 8em);
    position: absolute;
    top: 18rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .aboutVillage h2 {
    font-size: 36px;
    left: auto;
    right: 3rem;
    top: 20rem;
  }
}
.aboutVillage h2 span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 1024px) {
  .aboutVillage h2 span {
    font-size: 18px;
  }
}

.about__img {
  background: url(../images/home/info_img.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 0 20px 20px 0;
  height: 0;
  margin-top: 3rem;
  padding-top: 40%;
  position: relative;
  width: 77%;
  z-index: 1;
}
@media print, screen and (min-width: 520px) {
  .about__img {
    height: 35rem;
    margin-top: 0;
    padding-top: 0;
    width: 59.26%;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__img {
    margin: 0 calc(50% - 50vw);
    width: 55vw;
  }
}

.about__data {
  background: #fff;
  border-radius: 15px 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  margin: -4rem 0 0 auto;
  max-width: 35rem;
  padding: 3.4rem 2.6rem;
  position: relative;
  width: 91%;
  z-index: 2;
}
@media print, screen and (min-width: 520px) {
  .about__data {
    margin-top: -9rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .about__data {
    border-radius: 30px;
    margin-top: -7.5rem;
    max-width: 70rem;
    padding: 50px 70px;
    width: 70%;
  }
}

.about__dataText {
  display: none;
}
@media print, screen and (min-width: 1400px) {
  .about__dataText {
    color: #666;
    display: block;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 6.5rem 0 0 0;
    position: absolute;
    width: 32.8%;
  }
}

.about__dataTitle {
  background: url(../images/home/about_title.svg) 0 0 no-repeat;
  background-size: 23px 28px;
  color: #17715b;
  font-weight: bold;
  min-height: 28px;
  padding-left: 2em;
  padding-top: 0.7rem;
  width: 100%;
}
@media print, screen and (min-width: 1400px) {
  .about__dataTitle {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }
}

.about__dateSp {
  background: #fff;
  border-radius: 15px 0 0 0;
  color: #666;
  font-size: 1.1rem;
  padding: 2.4rem 1.6rem 0;
  position: absolute;
  right: 0;
  top: -3.5rem;
}
@media print, screen and (min-width: 1024px) {
  .about__dateSp {
    display: none;
  }
}
.about__dateSp span {
  display: inline-block;
  margin-left: 1em;
}

@media print, screen and (min-width: 1400px) {
  .about__dataPopulation {
    padding-top: 1.5rem;
  }
}
.about__dataPopulation p {
  font-size: 1.15rem;
  margin-right: 1.8rem;
  padding-right: 1.8rem;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .about__dataPopulation p {
    font-size: 1.5rem;
    margin-right: 2.8rem;
    padding-right: 2.8rem;
  }
}
.about__dataPopulation p span {
  font-size: 1.75rem;
}
@media print, screen and (min-width: 1024px) {
  .about__dataPopulation p span {
    font-size: 2.5rem;
  }
}
.about__dataPopulation p::after {
  background: #333;
  content: "";
  display: inline-block;
  height: 1.8rem;
  position: absolute;
  right: 0;
  top: 9px;
  width: 1px;
}
@media print, screen and (min-width: 1024px) {
  .about__dataPopulation p::after {
    height: 3.5rem;
  }
}

.about__dataHousehold p {
  font-size: 1.15rem;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .about__dataHousehold p {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1400px) {
  .about__dataHousehold p {
    padding-top: 1.5rem;
  }
}
.about__dataHousehold p span {
  font-size: 1.75rem;
}
@media print, screen and (min-width: 1024px) {
  .about__dataHousehold p span {
    font-size: 2.5rem;
  }
}

.about__dataRatio {
  font-size: 1.15rem;
  line-height: 1;
  margin-top: 0.5rem;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .about__dataRatio {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}

.about__datePc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .about__datePc {
    color: #666;
    display: block;
    font-size: 1.4rem;
    margin-top: 2.5rem;
    text-align: right;
    width: 100%;
  }
}
@media print, screen and (min-width: 1400px) {
  .about__datePc {
    position: absolute;
    right: 7rem;
    top: 14rem;
  }
}

.about__dataTextSp {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.7;
  padding: 1rem 2rem;
}
@media print, screen and (min-width: 1400px) {
  .about__dataTextSp {
    display: none;
  }
}

@media print, screen and (min-width: 1440px) {
  .aboutWrap {
    display: flex;
    justify-content: space-between;
    margin: 9rem auto 0;
    max-width: 1210px;
    padding: 0 30px;
  }
}

.event {
  margin: 4rem auto 0;
  max-width: 60rem;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 1440px) {
  .event {
    margin: 0;
    max-height: 37rem;
    width: 52%;
  }
}

.event__main {
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-top: 1.8rem;
  padding: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .event__main {
    border-radius: 20px;
    height: 37rem;
    margin-top: 3.6rem;
    padding: 4rem;
  }
}
.event__main a {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 42%;
}
@media print, screen and (min-width: 1440px) {
  .event__main a {
    width: 40%;
  }
}
.event__main a img {
  -o-object-fit: contain;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 10px;
  height: 100%;
  object-fit: contain;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.event__main a img:hover {
  border: 3px solid #17715b;
  border-radius: 10px;
  transition: 0.2s ease-in-out;
}
.event__main a:hover {
  opacity: 1;
}

.event__txt {
  width: 50%;
}
@media print, screen and (min-width: 1440px) {
  .event__txt {
    width: 54%;
  }
}

.event__txtTtl,
.immigrant__ttl {
  padding-left: 1em;
  position: relative;
}
.event__txtTtl::before,
.immigrant__ttl::before {
  background-color: #17715b;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.9em;
  width: 7px;
}
.event__txtTtl a,
.immigrant__ttl a {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  display: inline;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-underline-offset: 5px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .event__txtTtl a,
.immigrant__ttl a {
    font-size: 1.7rem;
  }
}
.event__txtTtl a:hover,
.immigrant__ttl a:hover {
  opacity: 0.7;
}

.event__txtEntry {
  line-height: 1.5;
  margin-top: 3rem;
}
@media print, screen and (min-width: 1024px) {
  .event__txtEntry {
    font-size: 1.4rem;
  }
}

.about__btn {
  margin-top: 1.5rem;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .about__btn {
    margin-top: 2rem;
  }
}
.about__btn .btn02 {
  padding-left: 2.8rem;
  text-align: left;
}
@media print, screen and (min-width: 1024px) {
  .about__btn .btn02 {
    padding-left: 4.6rem;
    width: 16rem;
  }
}
.about__btn .btn02::before {
  left: 1.4rem;
}
@media print, screen and (min-width: 1024px) {
  .about__btn .btn02::before {
    left: 2.6rem;
  }
}

.immigrant {
  margin: 4rem auto 0;
  max-width: 60rem;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 1440px) {
  .immigrant {
    margin: 0;
    width: 42%;
  }
}

.immigrant__main {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.8rem;
  padding: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .immigrant__main {
    border-radius: 20px;
    height: 37rem;
    margin-top: 3.6rem;
    padding: 4rem 4rem 7rem;
  }
}
.immigrant__main a {
  border-radius: 10px;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 42%;
  position: relative;
  width: 42%;
}
@media print, screen and (min-width: 1440px) {
  .immigrant__main a {
    width: 50%;
  }
}
.immigrant__main a img {
  -o-object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 10px;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.immigrant__main a img:hover {
  border: 3px solid #17715b;
  transition: 0.2s ease-in-out;
}
.immigrant__main a:hover {
  opacity: 1;
}

.immigrant__name {
  margin-top: 1.6rem;
  width: 50%;
}
@media print, screen and (min-width: 1440px) {
  .immigrant__name {
    margin-top: 0;
    width: 42%;
  }
}
.immigrant__name p:nth-of-type(1) {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1024px) {
  .immigrant__name p:nth-of-type(1) {
    font-size: 1.3rem;
  }
}
.immigrant__name p:last-of-type {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .immigrant__name p:last-of-type {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 1.2em;
  }
}

.immigrant__ttl {
  margin-top: 2rem;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .immigrant__ttl {
    margin-top: 3rem;
  }
}
.immigrant__ttl a {
  display: inline;
  font-size: 1.25rem;
  font-weight: 700;
  height: auto;
  line-height: 2;
  padding-top: 0;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .immigrant__ttl a {
    font-size: 1.7rem;
  }
}
.immigrant__ttl a:hover {
  opacity: 0.7;
}

.aboutOther {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5rem auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 1024px) {
  .aboutOther {
    margin: 7rem auto 0;
    max-width: 1210px;
    padding: 0 30px;
    width: 100%;
  }
}

.aboutOther__item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 48%;
}
@media print, screen and (min-width: 1024px) {
  .aboutOther__item {
    border-radius: 20px;
    padding: 40px;
    width: 20%;
  }
}
.aboutOther__item a {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  font-size: clamp(1.25rem, 1.06rem + 0.84vw, 1.6rem);
  line-height: 1;
  padding-left: 2rem;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-underline-offset: 5px;
}
@media print, screen and (min-width: 1024px) {
  .aboutOther__item a {
    padding-left: 2rem;
  }
}
.aboutOther__item a img {
  border-radius: 10px;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1024px) {
  .aboutOther__item a img {
    border-radius: 20px;
  }
}
.aboutOther__item a.aboutOther__itemImg {
  display: block;
  height: 0;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.aboutOther__item a.aboutOther__itemImg::before {
  display: none;
}
.aboutOther__item a.aboutOther__itemImg img {
  -o-object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0);
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.aboutOther__item a.aboutOther__itemImg img:hover {
  border: 3px solid #17715b;
  border-radius: 20px;
  transition: 0.2s ease-in-out;
}
.aboutOther__item a.aboutOther__itemImg:hover {
  opacity: 1;
}

.about__ttl {
  margin-top: 1.6rem;
  position: relative;
}
.about__ttl::before {
  background-color: #17715b;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0.4em;
  position: absolute;
  top: 0.7em;
  width: 6px;
}
.about__ttl a {
  display: inline-block;
  line-height: 1.5;
}

.aboutOther__itemUnity {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .aboutOther__itemUnity {
    align-content: flex-start;
    row-gap: 1rem;
    width: 55.913%;
  }
}
.aboutOther__itemUnity .aboutOther__item {
  margin-top: 1rem;
  padding: 1.4rem 2rem 1.8rem;
  width: 48%;
}
@media print, screen and (min-width: 1024px) {
  .aboutOther__itemUnity .aboutOther__item {
    margin-top: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1300px) {
  .aboutOther__itemUnity .aboutOther__item {
    height: 8rem;
    padding-top: 3rem;
    width: 48%;
  }
}
.aboutOther__itemUnity .about__ttl {
  margin-top: 0;
}

.pickup {
  background: url(../images/home/top_img04.png) top center no-repeat;
  background-size: 98px 25px;
  margin: 3rem auto 0;
  padding: 4rem 0 12rem;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 1024px) {
  .pickup {
    background: url(../images/home/top_img04.png) top 155px left 50px no-repeat;
    background-size: 195px 48px, 392px 186px;
    margin: 3rem auto 0;
    max-width: 1210px;
    padding: 15rem 30px 0;
    position: relative;
    width: 100%;
    width: 100%;
  }
}
.pickup h2 {
  font-size: clamp(2.3rem, 1.595rem + 3.13vw, 3.6rem);
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  .pickup__bg {
    background: url(../images/home/top_img05.png) no-repeat;
    height: 186px;
    left: 63.8%;
    position: absolute;
    top: 0;
    width: 392px;
  }
}

.pickup__wrap {
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-gap: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
  row-gap: 1.6rem;
}
@media print, screen and (min-width: 1024px) {
  .pickup__wrap {
    margin-top: 6.4rem;
  }
}

.pickup__item {
  background: #fff;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 10px;
  max-width: 26rem;
  padding: 2rem;
  position: relative;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1024px) {
  .pickup__item {
    border-radius: 20px;
    padding: 3%;
    width: 21.5%;
  }
}
.pickup__item img {
  -o-object-fit: cover;
  display: inline-block;
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  width: 100%;
}
.pickup__item a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pickup__item:hover {
  border: 3px solid #17715b;
  transition: 0.2s ease-in-out;
}

.pickup__sns {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
@media print, screen and (min-width: 1024px) {
  .pickup__sns {
    justify-content: space-between;
    margin-top: 120px;
  }
  .pickup__sns h2 {
    text-align: center;
    width: 100%;
  }
}

.pickup__snsItem {
  margin: 5px auto 0;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsItem {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 90px;
    width: 46%;
  }
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsItemLine,
.pickup__snsItemInstagram {
    margin-bottom: 40px;
    width: 46%;
  }
}
@media print, screen and (min-width: 1280px) {
  .pickup__snsItemLine,
.pickup__snsItemInstagram {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsItemLine .pickup__snsItemEmbed,
.pickup__snsItemInstagram .pickup__snsItemEmbed {
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: flex-start;
    min-height: 210px;
    padding: 25px 25px 23px;
    position: relative;
    row-gap: 25px;
  }
}
.pickup__snsItemLine .pickup__snsItemLineImg,
.pickup__snsItemInstagram .pickup__snsItemLineImg {
  display: inline-block;
  margin: 10px 0 0;
  text-align: center;
  width: 100%;
}
.pickup__snsItemLine a,
.pickup__snsItemInstagram a {
  border-bottom: 1px solid #00b900;
  color: #00b900;
  font-size: 1.2rem;
  margin-left: 1em;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsItemLine a,
.pickup__snsItemInstagram a {
    margin-bottom: 20px;
  }
}
.pickup__snsItemLine a::before,
.pickup__snsItemInstagram a::before {
  content: "・";
  left: -1em;
  position: absolute;
  top: 0em;
}

.pickup__snsItemInstagram {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsItemInstagram {
    margin-top: 0;
  }
}
.pickup__snsItemInstagram a {
  border-bottom: 1px solid #db3075;
  color: #db3075;
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsItemInstagram a {
    margin-bottom: 10px;
  }
}
.pickup__snsItemInstagram .pickup__snsItemLineImg {
  margin-top: 10px;
}

.pickup__snsItemEmbed {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsItemEmbed {
    background: #fff;
    border-radius: 20px;
    display: block;
    max-height: 417px;
    padding: 25px 25px;
    position: relative;
    width: 100%;
  }
}
@media print, screen and (min-width: 1280px) {
  .pickup__snsItemEmbed {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
  }
}
.pickup__snsItemEmbed.guitarChords {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsItemEmbed.guitarChords {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1280px) {
  .pickup__snsItemEmbed.guitarChords {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 1024px) {
  .pickup__snsItemFb,
.pickup__snsItemYt {
    background: #fff;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 63.25%;
    position: relative;
    width: 100%;
  }
  .pickup__snsItemFb iframe,
.pickup__snsItemYt iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1280px) {
  .pickup__snsItemFb,
.pickup__snsItemYt {
    padding-bottom: 78.2%;
  }
}

@media print, screen and (min-width: 1280px) {
  .pickup__snsItemYt {
    padding-bottom: 56.3%;
  }
}

a.snsBtn__fb,
a.snsBtn__yt,
a.snsBtn__line,
a.snsBtn__insta {
  background: #1876f0;
  border: 2px solid #1876f0;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 1rem auto 0;
  max-width: 275px;
  padding: 16px 28px 16px 5.5rem;
  position: relative;
  width: 90%;
}
a.snsBtn__fb::before,
a.snsBtn__yt::before,
a.snsBtn__line::before,
a.snsBtn__insta::before {
  background: url(../images/common/facebook_wh.png) no-repeat;
  background-size: contain;
  content: "";
  height: 2.2rem;
  left: 1.8rem;
  position: absolute;
  top: 1rem;
  width: 2.2rem;
}
@media print, screen and (min-width: 1024px) {
  a.snsBtn__fb,
a.snsBtn__yt,
a.snsBtn__line,
a.snsBtn__insta {
    margin: 2rem auto 0;
  }
}
a.snsBtn__fb:hover,
a.snsBtn__yt:hover,
a.snsBtn__line:hover,
a.snsBtn__insta:hover {
  background: #fff;
  border: 2px solid #1876f0;
  color: #1876f0;
}
a.snsBtn__fb:hover::before,
a.snsBtn__yt:hover::before,
a.snsBtn__line:hover::before,
a.snsBtn__insta:hover::before {
  background: url(../images/common/facebook.png) no-repeat;
  background-size: contain;
  height: 2.2rem;
  width: 2.2rem;
}

a.snsBtn__yt {
  background: #ff0000;
  border: 2px solid #ff0000;
  letter-spacing: 0.075em;
}
a.snsBtn__yt::before {
  background: url(../images/common/youtube_wh.png) no-repeat;
  background-size: contain;
  height: 2rem;
  left: 1.5rem;
  top: 1.2rem;
  width: 2.9rem;
}
a.snsBtn__yt:hover {
  background: #fff;
  border: 2px solid #ff0000;
  color: #ff0000;
}
a.snsBtn__yt:hover::before {
  background: url(../images/common/youtube.png) no-repeat;
  background-size: contain;
  height: 2rem;
  width: 2.9rem;
}

a.snsBtn__line {
  background: #00b900;
  border: 2px solid #00b900;
  letter-spacing: 0.075em;
}
@media print, screen and (min-width: 1024px) {
  a.snsBtn__line {
    margin: 2rem auto 0;
    min-width: 100%;
  }
}
a.snsBtn__line::before {
  background: url(../images/common/line_icon.png) no-repeat;
  background-size: contain;
  height: 3.1rem;
  left: 1rem;
  top: 0.7rem;
  width: 3.5rem;
}
@media print, screen and (min-width: 1024px) {
  a.snsBtn__line::before {
    left: 1rem;
  }
}
a.snsBtn__line:hover {
  background: #fff;
  border: 2px solid #00b900;
  color: #00b900;
}
a.snsBtn__line:hover::before {
  background: url(../images/common/line_icon.png) no-repeat;
  background-size: contain;
  height: 3.1rem;
  width: 3.5rem;
}

a.snsBtn__insta {
  background: #db3075;
  border: 2px solid #db3075;
  letter-spacing: 0.075em;
  margin-top: 1rem;
}
@media print, screen and (min-width: 1024px) {
  a.snsBtn__insta {
    display: none;
  }
}
a.snsBtn__insta::before {
  background: url(../images/common/insta_icon.png) no-repeat;
  background-size: contain;
  height: 2.5rem;
  left: 1.5rem;
  top: 0.8rem;
  width: 2.5rem;
}
@media print, screen and (min-width: 1024px) {
  a.snsBtn__insta::before {
    left: 1rem;
  }
}
a.snsBtn__insta:hover {
  background: #fff;
  border: 2px solid #db3075;
  color: #db3075;
}
a.snsBtn__insta:hover::before {
  background: url(../images/common/insta_icon_gr.png) no-repeat;
  background-size: contain;
  height: 2.5rem;
  width: 2.5rem;
}

.snsBtn__guitar {
  background: #0c6e56;
  border: 2px solid #0c6e56;
  border-radius: 10px;
  color: #fff !important;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 1rem auto 0;
  max-width: 275px;
  padding: 16px 16px 16px 30px;
  position: relative;
  width: 90%;
}
@media print, screen and (min-width: 1024px) {
  .snsBtn__guitar {
    padding-left: 3em;
  }
}
.snsBtn__guitar::before {
  background: #fff;
  background-size: contain;
  border-radius: 100vw;
  content: "";
  height: 0.6rem;
  left: 18px;
  position: absolute;
  top: 47%;
  width: 0.6rem;
}
@media print, screen and (min-width: 1024px) {
  .snsBtn__guitar::before {
    left: 2em;
    top: 45%;
  }
}
@media print, screen and (min-width: 1024px) {
  .snsBtn__guitar {
    margin: 2rem auto 0;
    max-width: 290px;
  }
}
.snsBtn__guitar:hover {
  background: #fff;
  border: 2px solid #0c6e56;
  color: #0c6e56 !important;
}
.snsBtn__guitar:hover::before {
  background: #0c6e56;
}

@media print, screen and (min-width: 1024px) {
  .pickup__snsItemBtn {
    display: none;
  }
}

.pickup__snsList {
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-gap: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px;
  row-gap: 10px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsList {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-top: 65px;
  }
}

.pickup__snsBtn {
  border-radius: 10px;
  color: #fff !important;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  max-width: 280px;
  padding: 10px 15px;
  width: 77%;
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsBtn {
    font-size: clamp(1.3rem, 1.27vw, 16px);
    padding: 13px 20px;
    width: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .pickup__snsBtn {
    max-width: 296px;
  }
}

.pickup__snsBtn--line {
  background-color: #00b900;
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsBtn--line {
    padding: 13px 20px 13px 12px;
  }
}
@media print, screen and (min-width: 1280px) {
  .pickup__snsBtn--line {
    padding: 13px 60px 13px 12px;
  }
}
.pickup__snsBtn--line .pickup__snsIcon {
  margin-right: 15px;
}
@media print, screen and (min-width: 1280px) {
  .pickup__snsBtn--line .pickup__snsIcon {
    margin-right: 35px;
  }
}

.pickup__snsBtn--facebook {
  background-color: #1876f0;
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsBtn--facebook {
    padding: 13px 20px 13px 12px;
  }
}
@media print, screen and (min-width: 1280px) {
  .pickup__snsBtn--facebook {
    padding: 13px 30px 13px 12px;
  }
}
.pickup__snsBtn--facebook .pickup__snsIcon {
  margin-right: 15px;
}
@media print, screen and (min-width: 1280px) {
  .pickup__snsBtn--facebook .pickup__snsIcon {
    margin-right: 10px;
  }
}

.pickup__snsBtn--youtube {
  background-color: #333333;
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsBtn--youtube {
    padding: 13px 20px 13px 12px;
  }
}
@media print, screen and (min-width: 1280px) {
  .pickup__snsBtn--youtube {
    padding: 13px 54px 13px 34px;
  }
}
.pickup__snsBtn--youtube .pickup__snsIcon {
  margin-right: 15px;
}
@media print, screen and (min-width: 1280px) {
  .pickup__snsBtn--youtube .pickup__snsIcon {
    margin-right: 22px;
  }
}

.pickup__snsBtn--instagram {
  background-color: #d92fae;
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsBtn--instagram {
    padding: 13px 20px 13px 12px;
  }
}
@media print, screen and (min-width: 1280px) {
  .pickup__snsBtn--instagram {
    padding: 13px 40px 13px 20px;
  }
}
.pickup__snsBtn--instagram .pickup__snsIcon {
  margin-right: 15px;
}
@media print, screen and (min-width: 1280px) {
  .pickup__snsBtn--instagram .pickup__snsIcon {
    margin-right: 36px;
  }
}

.pickup__snsIcon {
  display: inline-block;
  height: 25px;
  width: auto;
}
@media print, screen and (min-width: 1024px) {
  .pickup__snsIcon {
    height: 30px;
  }
}

.connection {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .connection {
    display: block;
    margin: 17rem auto 0;
    max-width: 1210px;
    padding: 0 30px 15rem;
  }
  .connection h2 {
    font-size: clamp(1.7rem, 1.266rem + 1.93vw, 2.5rem);
    font-weight: 700;
    text-align: center;
  }
}

.connection__area {
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.6rem;
  padding: 6.9% 8.2%;
  row-gap: 4rem;
}

.connection__item {
  border-right: 1px solid #eee;
  padding: 0 4.4%;
  position: relative;
  transition: 0.2s ease-in-out;
  width: 25%;
}
.connection__item:nth-of-type(4), .connection__item:nth-of-type(8), .connection__item:nth-of-type(12) {
  border-right: none;
}
.connection__item a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.connection__item p {
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
  color: #666;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-top: 1.4rem;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: 0.2s ease-in-out;
}
.connection__item:hover {
  transition: 0.2s ease-in-out;
}
.connection__item:hover img {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}
.connection__item:hover p {
  color: #17715b;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.2s ease-in-out;
}

.is-bg_blue .homeSearchArea,
.is-bg_blue .supportArea,
.is-bg_blue .header__navMainList li:hover,
.is-bg_blue .homeMainImg__thumb,
.is-bg_blue .homeImportant__list li:nth-of-type(odd),
.is-bg_blue .homeNews__list li:nth-of-type(odd),
.is-bg_blue .about__data,
.is-bg_blue .about__dateSp {
  background-color: #0000ff;
}
.is-bg_blue .homeImportant__list li:nth-of-type(even),
.is-bg_blue .homeNews__list,
.is-bg_blue .homeKouhou__main,
.is-bg_blue .purpose__main,
.is-bg_blue .event__main,
.is-bg_blue .immigrant__main,
.is-bg_blue .aboutOther__item,
.is-bg_blue .pickup__item,
.is-bg_blue .about__dateSp,
.is-bg_blue .about__data {
  background-color: #0000d0;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_blue .header__navMainList li .header__navMainListChild li,
.is-bg_blue .header__navMainList li .header__navMainListChild {
    background-color: #0000ff;
  }
}
.is-bg_blue .homeImportant__list li a,
.is-bg_blue .homeNews__list li a,
.is-bg_blue .about__datePc,
.is-bg_blue .about__dateSp,
.is-bg_blue a.homeKouhou__link,
.is-bg_blue .event__txtTtl a,
.is-bg_blue .immigrant__ttl a,
.is-bg_blue .immigrant__ttl a,
.is-bg_blue .aboutOther__item a,
.is-bg_blue button.bgcolorWhite,
.is-bg_blue a:visited,
.is-bg_blue .newsDate,
.is-bg_blue .homeNews__list li .newsCategory,
.is-bg_blue .purpose__mainList:hover li p {
  color: #ffff00;
}
.is-bg_blue .homeNews__list li .newsCategory {
  border-color: #ffff00;
}
.is-bg_blue .supportArea {
  border: 1px solid #0000d0;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_blue .homeSearchArea {
    border: 1px solid #0000d0;
  }
}
.is-bg_blue .homeLogo {
  background: url(../images/common/logo_sp_wh.svg) no-repeat;
}
.is-bg_blue .homeSearchArea__btn a {
  border: 1px solid #ffff00;
  color: #ffff00;
}
.is-bg_blue .purpose__mainListImg img {
  background-color: #fff;
  border-radius: 10px;
}
.is-bg_blue button.bgcolorWhite,
.is-bg_blue button.bgcolorNormal {
  background-color: #fff;
  color: #000;
}
.is-bg_blue .purpose__mainList li::after,
.is-bg_blue .purpose__mainList li:nth-of-type(odd)::after {
  background: #0000ff;
}
.is-bg_blue .purpose__mainList li {
  border: 2px solid #0000d0;
}
.is-bg_blue .purpose__mainList li:hover {
  border: 2px solid #ffff00;
  transition: 0.2s ease-in-out;
}
.is-bg_blue .purpose__mainList:hover .purpose__mainListTxt {
  color: #ffffff;
}
.is-bg_blue .event__main a img,
.is-bg_blue .immigrant__main a img,
.is-bg_blue .aboutOther__item a.aboutOther__itemImg img,
.is-bg_blue .pickup__item {
  border: 2px solid rgba(255, 255, 255, 0);
}
.is-bg_blue .event__main a img:hover,
.is-bg_blue .immigrant__main a img:hover,
.is-bg_blue .aboutOther__item a.aboutOther__itemImg img:hover,
.is-bg_blue .pickup__item:hover {
  border: 2px solid #ffff00;
}
.is-bg_blue .homeKouhou__img {
  border: 2px solid rgba(255, 255, 255, 0);
}
.is-bg_blue .homeKouhou__img:hover {
  border: 2px solid #ffff00;
}
.is-bg_blue .connection__item:hover p {
  -webkit-text-decoration-color: #ffff00;
  color: #ffff00;
  text-decoration-color: #ffff00;
}
.is-bg_blue a.snsBtn__fb:hover,
.is-bg_blue a.snsBtn__yt:hover {
  color: #0000d0;
}
.is-bg_blue .homeSearchArea__btn a::before,
.is-bg_blue .about__ttl::before,
.is-bg_blue .supportArea__aboutTranslation p::before,
.is-bg_blue .homeSearchArea__txt::before,
.is-bg_blue .event__txtTtl::before,
.is-bg_blue .immigrant__ttl::before {
  background-color: #ffff00;
}
.is-bg_blue .kurashiLabel {
  background-color: #0000d0;
  color: #ffff00;
}
.is-bg_blue .supportArea__browsingAidList .supportArea__browsingAidFontSizeBtn button,
.is-bg_blue .supportArea__browsingAidList .supportArea__browsingAidBgBtn button {
  border-color: #ffff00;
}
.is-bg_blue .supportArea__toText {
  background: url(../images/common/icon_totext_wh.svg) left center no-repeat;
  background-size: 26px 26px;
}
.is-bg_blue .supportArea__search {
  background: url(../images/common/icon_search_wh.svg) left center no-repeat;
  background-size: 27px 26px;
}
.is-bg_blue .supportArea__browsingAid {
  background: url(../images/common/icon_auxiliary_wh.svg) left center no-repeat;
  background-size: 34px 24px;
}
.is-bg_blue .supportArea__browsingAidList {
  border: 1px solid #0000d0;
  border-top: none;
}

.is-bg_yellow .homeSearchArea,
.is-bg_yellow .homeImportant__list li:nth-of-type(odd),
.is-bg_yellow .homeNews__list li:nth-of-type(odd),
.is-bg_yellow .homeKouhou__main,
.is-bg_yellow .supportArea,
.is-bg_yellow .supportArea__browsingAidList {
  background-color: #ffff00;
}
.is-bg_yellow .homeImportant__list li:nth-of-type(even),
.is-bg_yellow .homeNews__list,
.is-bg_yellow .purpose__main,
.is-bg_yellow .about__dateSp,
.is-bg_yellow .about__data,
.is-bg_yellow .immigrant__main,
.is-bg_yellow .aboutOther__item,
.is-bg_yellow .event__main,
.is-bg_yellow .pickup__item,
.is-bg_yellow .pickup__snsItemEmbed,
.is-bg_yellow .connection__area,
.is-bg_yellow .homeKouhou__main {
  background-color: #eeee00;
}
.is-bg_yellow .supportArea {
  border: 1px solid #eeee00;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_yellow .homeSearchArea {
    border: 1px solid #eeee00;
  }
}
.is-bg_yellow .connection__item p,
.is-bg_yellow .homeNews__list li a,
.is-bg_yellow .event__txtTtl a,
.is-bg_yellow .immigrant__ttl a,
.is-bg_yellow .aboutOther__item a {
  color: #000;
}
.is-bg_yellow button.bgcolorWhite,
.is-bg_yellow button.bgcolorNormal {
  background-color: #fff;
  color: #000;
}
.is-bg_yellow .kurashiLabel {
  background-color: #eeee00;
  color: #000;
}
.is-bg_yellow .supportArea__browsingAidList .supportArea__browsingAidFontSizeBtn button,
.is-bg_yellow .supportArea__browsingAidList .supportArea__browsingAidBgBtn button {
  border-color: #000;
}
.is-bg_yellow .supportArea__browsingAidList {
  border: 1px solid #eeee00;
  border-top: none;
}

.is-bg_black .homeSearchArea,
.is-bg_black .homeImportant__list li:nth-of-type(odd),
.is-bg_black .homeNews__list li:nth-of-type(odd),
.is-bg_black .supportArea,
.is-bg_black .homeMainImg__thumb,
.is-bg_black .supportArea__browsingAidList {
  background: #000;
}
.is-bg_black .homeImportant__list li:nth-of-type(even),
.is-bg_black .homeNews__list,
.is-bg_black .homeKouhou__main,
.is-bg_black .purpose__main,
.is-bg_black .about__dateSp,
.is-bg_black .about__data,
.is-bg_black .event__main,
.is-bg_black .immigrant__main,
.is-bg_black .aboutOther__item,
.is-bg_black .pickup__item,
.is-bg_black .footer__villageInfo,
.is-bg_black .pickup__snsItemEmbed,
.is-bg_black .connection__area {
  background-color: #222;
}
.is-bg_black .homeImportant__list li a,
.is-bg_black .homeNews__list li a,
.is-bg_black a.homeKouhou__link,
.is-bg_black .about__dateSp,
.is-bg_black .event__txtTtl a,
.is-bg_black .immigrant__ttl a,
.is-bg_black .immigrant__ttl a,
.is-bg_black .aboutOther__item a,
.is-bg_black .connection__item p,
.is-bg_black .newsCategory,
.is-bg_black .newsDate {
  color: #fff;
}
.is-bg_black .supportArea__aboutTranslation p::before,
.is-bg_black .homeSearchArea__txt::before,
.is-bg_black .event__txtTtl::before,
.is-bg_black .immigrant__ttl::before,
.is-bg_black .about__ttl::before,
.is-bg_black .homeSearchArea__btn a::before {
  background-color: #fff;
}
.is-bg_black .homeLogo {
  background: url(../images/common/logo_sp_wh.svg) no-repeat;
}
.is-bg_black .supportArea {
  border: 1px solid #222;
}
.is-bg_black .homeNews__list li .newsCategory {
  border-color: #fff;
}
.is-bg_black .homeNews__list li a,
.is-bg_black .event__txtTtl a,
.is-bg_black .immigrant__ttl a,
.is-bg_black .aboutOther__item a {
  -webkit-text-decoration-color: #bbb;
  text-decoration-color: #bbb;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_black .homeSearchArea {
    border: 1px solid #222;
  }
}
.is-bg_black .about__datePc {
  color: #ddd;
}
.is-bg_black .homeSearchArea__btn a {
  border: 1px solid #fff;
  color: #fff;
}
.is-bg_black .purpose__mainListImg img {
  background-color: #fff;
  border-radius: 10px;
}
.is-bg_black button.bgcolorWhite,
.is-bg_black button.bgcolorNormal {
  background-color: #fff;
  color: #000;
}
.is-bg_black .purpose__mainList li::after,
.is-bg_black .purpose__mainList li:nth-of-type(odd)::after {
  background: #555;
}
.is-bg_black .purpose__mainList li {
  border: 2px solid rgba(255, 255, 255, 0);
}
.is-bg_black .purpose__mainList li:hover {
  border: 2px solid #fff;
  transition: 0.2s ease-in-out;
}
.is-bg_black .purpose__mainList:hover .purpose__mainListTxt {
  color: #ffffff;
}
.is-bg_black .event__main a img,
.is-bg_black .immigrant__main a img,
.is-bg_black .aboutOther__item a.aboutOther__itemImg img,
.is-bg_black .pickup__item {
  border: 2px solid rgba(255, 255, 255, 0);
}
.is-bg_black .event__main a img:hover,
.is-bg_black .immigrant__main a img:hover,
.is-bg_black .aboutOther__item a.aboutOther__itemImg img:hover,
.is-bg_black .pickup__item:hover {
  border: 2px solid #fff;
}
.is-bg_black .homeKouhou__img {
  border: 2px solid rgba(255, 255, 255, 0);
}
.is-bg_black .homeKouhou__img:hover {
  border: 2px solid #fff;
}
.is-bg_black .connection__item:hover p {
  -webkit-text-decoration-color: #fff;
  color: #fff;
  text-decoration-color: #fff;
}
.is-bg_black .kurashiLabel {
  background-color: #222;
  color: #fff;
}
.is-bg_black .supportArea__browsingAidList .supportArea__browsingAidFontSizeBtn button,
.is-bg_black .supportArea__browsingAidList .supportArea__browsingAidBgBtn button {
  border-color: #fff;
}
.is-bg_black .supportArea__toText {
  background: url(../images/common/icon_totext_wh.svg) left center no-repeat;
  background-size: 26px 26px;
}
.is-bg_black .supportArea__search {
  background: url(../images/common/icon_search_wh.svg) left center no-repeat;
  background-size: 27px 26px;
}
.is-bg_black .supportArea__browsingAid {
  background: url(../images/common/icon_auxiliary_wh.svg) left center no-repeat;
  background-size: 34px 24px;
}
.is-bg_black .supportArea__browsingAidList {
  border: 1px solid #222;
  border-top: none;
}

.GoogleMyMap {
  margin: 30px auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 1024px) {
  .GoogleMyMap {
    margin-top: 70px;
    max-width: 1150px;
    width: calc(100% - 60px);
  }
}
.GoogleMyMap p {
  line-height: 1.6;
  margin-top: 1em;
}
.GoogleMyMap .GoogleMyMap__map {
  margin-top: 20px;
  padding-top: 70%;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .GoogleMyMap .GoogleMyMap__map {
    padding-top: 500px;
  }
}
.GoogleMyMap .GoogleMyMap__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.homeBanner {
  display: block;
  margin: 20px 20px 0 20px;
  max-width: 53rem;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 1024px) {
  .homeBanner {
    margin: 20px 20px 0 0;
    width: calc(100% - 20px);
  }
}

.pageLogo {
  background: url(../images/common/logo_sp.svg) no-repeat;
  background-size: contain;
  height: 35px;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 110px;
}
@media print, screen and (min-width: 1024px) {
  .pageLogo {
    display: none;
  }
}

.pageHeadline {
  background: #fff;
  border-radius: 0 10px 10px 0;
  width: calc(100% - 20px);
}
@media print, screen and (min-width: 1024px) {
  .pageHeadline {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #f7f5f2 51%, #f7f5f2 100%);
    padding: 0 30px;
    width: 100%;
  }
}
.pageHeadline h1,
.pageHeadline p {
  font-size: clamp(2rem, 1.024rem + 4.34vw, 3.8rem);
  font-weight: 700;
  padding: 25px 20px;
}
@media print, screen and (min-width: 1024px) {
  .pageHeadline h1,
.pageHeadline p {
    background: #fff;
    border-radius: 0 30px 30px 0;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1180px;
    padding: 50px 0;
  }
}

.breadcrumb {
  margin: 1.4rem 0 0;
}
@media print, screen and (min-width: 1024px) {
  .breadcrumb {
    margin: 3rem 0 0 0%;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 1024px) {
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
}
.breadcrumb ul li::after {
  -webkit-transform: rotate(45deg);
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  content: "";
  display: inline-block;
  height: 0.6rem;
  margin: 0 1.2rem;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 0.6rem;
}
.breadcrumb ul li a {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
  color: #666;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 5px;
  transition: 0.2s ease-in-out;
}
.breadcrumb ul li a:hover {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  text-decoration-color: #17715b;
  transition: 0.2s ease-in-out;
}
.breadcrumb ul li:last-of-type::after {
  display: none;
}

.pageNews {
  margin-top: 3.6rem;
}

.pageNews__list {
  background: #fff;
  border: 2px solid #17715b;
  border-radius: 10px;
  margin-top: 2.2rem;
  padding: 1.5rem;
}
@media print, screen and (min-width: 1024px) {
  .pageNews__list {
    margin-top: 3.6rem;
    padding: 3rem;
  }
}
.pageNews__list li {
  padding: 2rem 1.5rem 2.2rem 3rem;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .pageNews__list li {
    display: flex;
    padding: 3rem 3rem 3.5rem 4.8rem;
  }
}
.pageNews__list li:nth-of-type(even) {
  background: #eee;
}
.pageNews__list li::before {
  background-color: #17715b;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 1.6rem;
  position: absolute;
  top: 3rem;
  width: 6px;
}
@media print, screen and (min-width: 1024px) {
  .pageNews__list li::before {
    left: 3rem;
    top: 2.7em;
  }
}
.pageNews__list li a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.pageNews__list li .pageItem__date {
  color: #666;
  font-size: 1.25rem;
  width: 10em;
}
.pageNews__list li .pageItem__ttl {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-underline-offset: 6px;
}
@media print, screen and (min-width: 1024px) {
  .pageNews__list li .pageItem__ttl {
    font-size: 1.5rem;
    width: calc(100% - 10em);
  }
}
.pageNews__list li:hover {
  cursor: pointer;
}

.pageItem {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  .pageItem {
    margin-top: 9rem;
  }
}

.pageItem__list li {
  margin-top: 3.2rem;
}
.pageItem__list h3 {
  cursor: pointer;
  position: relative;
}
.pageItem__list h3::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 2px solid #17715b;
  border-right: 2px solid #17715b;
  content: "";
  display: inline-block;
  height: 1.2rem;
  position: absolute;
  right: 0.3rem;
  top: 2.4rem;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  width: 1.2rem;
}
@media print, screen and (min-width: 1024px) {
  .pageItem__list h3::after {
    top: 4.5rem;
  }
}
.pageItem__list .pageItem__ttl {
  border-bottom: 2px dotted #17715b;
  padding: 2rem 0 2.2rem;
  transition: all 0.3s ease;
}
.pageItem__list .pageItem__ttl.close {
  border-bottom: none;
}
.pageItem__list .pageItem__ttl.close::after {
  -webkit-transform: rotate(135deg);
  border-left: 2px solid #17715b;
  border-right: none;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 1024px) {
  .pageItem__list .pageItem__ttl {
    padding: 4rem 0 3.5rem;
  }
}

.pageItem__listBox {
  display: none;
}

.pageItem__childList {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
}
@media print, screen and (min-width: 1024px) {
  .pageItem__childList {
    border: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 2.5rem 3rem;
  }
}
.pageItem__childList li {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0);
  display: flex;
  margin-top: 0;
  padding: 1.8rem 1.5rem 2.2rem;
  position: relative;
  transition: 0.2s ease-in-out;
}
.pageItem__childList li:nth-of-type(even) {
  background: #eee;
}
@media print, screen and (min-width: 1024px) {
  .pageItem__childList li:nth-of-type(even) {
    background: #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .pageItem__childList li {
    padding: 2.5rem 3rem 2.8rem;
    width: 50%;
  }
  .pageItem__childList li:nth-of-type(2), .pageItem__childList li:nth-of-type(3), .pageItem__childList li:nth-of-type(6), .pageItem__childList li:nth-of-type(7), .pageItem__childList li:nth-of-type(10), .pageItem__childList li:nth-of-type(11), .pageItem__childList li:nth-of-type(14), .pageItem__childList li:nth-of-type(15), .pageItem__childList li:nth-of-type(18), .pageItem__childList li:nth-of-type(19), .pageItem__childList li:nth-of-type(22), .pageItem__childList li:nth-of-type(23), .pageItem__childList li:nth-of-type(26), .pageItem__childList li:nth-of-type(27) {
    background: #eee;
  }
}
.pageItem__childList li a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.pageItem__childList li p {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  display: block;
  font-size: 1.25rem;
  line-height: 1.7;
  margin-left: 2.6em;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-indent: -2.6em;
  text-underline-offset: 6px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .pageItem__childList li p {
    font-size: 1.5rem;
  }
}
.pageItem__childList li p::before {
  background: url(../images/common/icon_memo.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 2.1rem;
  margin-right: 1rem;
  vertical-align: middle;
  width: 1.9rem;
}
@media print, screen and (min-width: 1024px) {
  .pageItem__childList li p::before {
    height: 3rem;
    left: 3rem;
    width: 2.8rem;
  }
}
.pageItem__childList li:hover {
  border: 2px solid #17715b;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.backBtn {
  margin-top: 8.8rem;
  padding-bottom: 8rem;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .backBtn {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: flex;
    justify-content: flex-end;
    margin-top: 17.8rem;
    text-align: right;
  }
}

.backBtn__back a,
.backBtn__top a {
  background: url(../images/common/icon_back.svg) top 1.5rem left 1.4rem no-repeat;
  background-size: 1.5rem 1.1rem;
  border: 1px solid #17715b;
  border-radius: 10px;
  color: #17715b;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 1.4rem 1.6rem 1.5rem 3.5rem;
}
@media print, screen and (min-width: 1024px) {
  .backBtn__back a,
.backBtn__top a {
    background-size: 1.7rem 1.2rem;
    font-size: 1.3rem;
    padding: 1.4rem 2rem 1.5rem 4.2rem;
  }
}
.backBtn__back a:hover,
.backBtn__top a:hover {
  background: url(../images/common/icon_back_wh.svg) top 1.5rem left 1.4rem no-repeat #17715b;
  background-size: 1.5rem 1.1rem;
  color: #fff;
  opacity: 1;
}

.backBtn__top {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 1024px) {
  .backBtn__top {
    margin-top: 0;
  }
}
.backBtn__top a {
  background: url(../images/common/icon_home.svg) top 1.3rem left 1.6rem no-repeat;
  background-size: 1.5rem 1.4rem;
  padding: 1.4rem 1.6rem 1.5rem 3.9rem;
}
@media print, screen and (min-width: 1024px) {
  .backBtn__top a {
    padding: 1.4rem 2rem 1.5rem 4.5rem;
  }
}
.backBtn__top a:hover {
  background: url(../images/common/icon_home_wh.svg) top 1.3rem left 1.6rem no-repeat #17715b;
  background-size: 1.5rem 1.4rem;
}

.greeting-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
}

.kiji_box + h2:nth-of-type(1) {
  margin-top: 0;
}

.temp-main-box_ex01 {
  line-height: 1.8;
  margin-top: 1em;
}

.is-bg_blue .pageItem__childList li:nth-of-type(even) {
  background-color: #0000ff;
}
.is-bg_blue .pageHeadline,
.is-bg_blue .pageNews__list li:nth-of-type(even),
.is-bg_blue .pageItem__childList {
  background-color: #0000d0;
}
.is-bg_blue .pageNews__list {
  background-color: #0000ff;
  border: 2px solid #0000d0;
}
.is-bg_blue .breadcrumb ul li a,
.is-bg_blue .pageNews__list li a,
.is-bg_blue .pageItem__childList li a {
  color: #ffff00;
}
.is-bg_blue .breadcrumb ul li::after {
  border-right: 1px solid #ffff00;
  border-top: 1px solid #ffff00;
}
.is-bg_blue .backBtn__back a,
.is-bg_blue .backBtn__top a {
  border: 1px solid #ffff00;
  color: #ffff00;
}
.is-bg_blue .pageItem__list h3::after {
  border-bottom: 2px solid #ffff00;
  border-right: 2px solid #ffff00;
}
.is-bg_blue .pageItem__list .pageItem__ttl.close::after {
  border-left: 2px solid #ffff00;
}
.is-bg_blue .pageItem__list .pageItem__ttl {
  border-bottom: 2px dotted #ffff00;
}
.is-bg_blue .pageItem__list .pageItem__ttl.close {
  border-bottom: none;
}
.is-bg_blue .pageLogo {
  background: url(../images/common/logo_sp_wh.svg) no-repeat;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_blue .pageHeadline {
    background: linear-gradient(to right, #0000d0 0%, #0000d0 50%, #0000ff 51%, #0000ff 100%);
    padding: 0 30px;
    width: 100%;
  }
  .is-bg_blue .pageHeadline h1,
.is-bg_blue .pageHeadline p,
.is-bg_blue .pageNews__list li:nth-of-type(even),
.is-bg_blue .pageItem__childList {
    background-color: #0000d0;
  }
  .is-bg_blue .pageItem__childList li:nth-of-type(2),
.is-bg_blue .pageItem__childList li:nth-of-type(3),
.is-bg_blue .pageItem__childList li:nth-of-type(5),
.is-bg_blue .pageItem__childList li:nth-of-type(2),
.is-bg_blue .pageItem__childList li:nth-of-type(6),
.is-bg_blue .pageItem__childList li:nth-of-type(7),
.is-bg_blue .pageItem__childList li:nth-of-type(10),
.is-bg_blue .pageItem__childList li:nth-of-type(11) {
    background-color: #0000ff;
  }
}
.is-bg_blue .backBtn__back a,
.is-bg_blue .backBtn__top a {
  background: url(../images/common/icon_back_wh.svg) top 1.5rem left 1.4rem no-repeat;
  background-size: 1.5rem 1.1rem;
  border: 1px solid #ffff00;
  color: #ffff00;
}
.is-bg_blue .backBtn__back a:hover,
.is-bg_blue .backBtn__top a:hover {
  background: url(../images/common/icon_back.svg) top 1.5rem left 1.4rem no-repeat;
  background-color: #ffff00;
  background-size: 1.5rem 1.1rem;
  color: #0000ff;
}

.is-bg_yellow .pageItem__childList li:nth-of-type(even) {
  background-color: #ffff00;
}
.is-bg_yellow .pageHeadline,
.is-bg_yellow .pageNews__list li:nth-of-type(even),
.is-bg_yellow .pageItem__childList {
  background-color: #eeee00;
}
.is-bg_yellow .pageNews__list {
  background-color: #ffff00;
  border: 2px solid #eeee00;
}
.is-bg_yellow .breadcrumb ul li a,
.is-bg_yellow .pageNews__list li a,
.is-bg_yellow .pageItem__childList li a {
  color: #000;
}
.is-bg_yellow .breadcrumb ul li::after {
  border-right: 1px solid #ffff00;
  border-top: 1px solid #ffff00;
}
.is-bg_yellow .backBtn__back a,
.is-bg_yellow .backBtn__top a {
  border: 1px solid #eeee00;
  color: #000;
}
.is-bg_yellow .pageItem__list h3::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.is-bg_yellow .pageItem__list .pageItem__ttl.close::after {
  border-left: 2px solid #000;
}
.is-bg_yellow .pageItem__list .pageItem__ttl {
  border-bottom: 2px dotted #222;
}
.is-bg_yellow .pageItem__list .pageItem__ttl.close {
  border-bottom: none;
}
.is-bg_yellow .backBtn__back a,
.is-bg_yellow .backBtn__top a {
  background: url(../images/common/icon_back.svg) top 1.5rem left 1.4rem no-repeat;
  background-size: 1.5rem 1.1rem;
  border: 1px solid #000;
  color: #000;
}
.is-bg_yellow .backBtn__back a:hover,
.is-bg_yellow .backBtn__top a:hover {
  background: url(../images/common/icon_back_wh.svg) top 1.5rem left 1.4rem no-repeat;
  background-color: #000;
  background-size: 1.5rem 1.1rem;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_yellow .pageHeadline {
    background: linear-gradient(to right, #eeee00 0%, #eeee00 50%, #ffff00 51%, #ffff00 100%);
    padding: 0 30px;
    width: 100%;
  }
  .is-bg_yellow .pageHeadline h1,
.is-bg_yellow .pageHeadline p,
.is-bg_yellow .pageNews__list li:nth-of-type(even),
.is-bg_yellow .pageItem__childList {
    background-color: #eeee00;
  }
  .is-bg_yellow .pageItem__childList li:nth-of-type(2),
.is-bg_yellow .pageItem__childList li:nth-of-type(3),
.is-bg_yellow .pageItem__childList li:nth-of-type(5),
.is-bg_yellow .pageItem__childList li:nth-of-type(2),
.is-bg_yellow .pageItem__childList li:nth-of-type(6),
.is-bg_yellow .pageItem__childList li:nth-of-type(7),
.is-bg_yellow .pageItem__childList li:nth-of-type(10),
.is-bg_yellow .pageItem__childList li:nth-of-type(11) {
    background-color: #ffff00;
  }
}

.is-bg_black .pageLogo {
  background: url(../images/common/logo_sp_wh.svg) no-repeat;
}
.is-bg_black .pageItem__childList li:nth-of-type(even) {
  background-color: #000;
}
.is-bg_black .pageHeadline,
.is-bg_black .pageNews__list li:nth-of-type(even),
.is-bg_black .pageItem__childList {
  background-color: #222;
}
.is-bg_black .pageNews__list {
  background-color: #000;
  border: 2px solid #222;
}
.is-bg_black .breadcrumb ul li a,
.is-bg_black .pageNews__list li a,
.is-bg_black .pageItem__childList li a {
  color: #fff;
}
.is-bg_black .breadcrumb ul li::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.is-bg_black .backBtn__back a,
.is-bg_black .backBtn__top a {
  border: 1px solid #fff;
  color: #fff;
}
.is-bg_black .pageItem__list h3::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.is-bg_black .pageItem__list .pageItem__ttl.close::after {
  border-left: 2px solid #fff;
}
.is-bg_black .pageItem__list .pageItem__ttl {
  border-bottom: 2px dotted #222;
}
.is-bg_black .pageItem__list .pageItem__ttl.close {
  border-bottom: none;
}
.is-bg_black .backBtn__back a,
.is-bg_black .backBtn__top a {
  background: url(../images/common/icon_back_wh.svg) top 1.5rem left 1.4rem no-repeat;
  background-size: 1.5rem 1.1rem;
  border: 1px solid #fff;
  color: #fff;
}
.is-bg_black .backBtn__back a:hover,
.is-bg_black .backBtn__top a:hover {
  background: url(../images/common/icon_back.svg) top 1.5rem left 1.4rem no-repeat;
  background-color: #fff;
  background-size: 1.5rem 1.1rem;
  color: #000;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_black .pageHeadline {
    background: linear-gradient(to right, #222 0%, #222 50%, #000 51%, #000 100%);
    padding: 0 30px;
    width: 100%;
  }
  .is-bg_black .pageHeadline h1,
.is-bg_black .pageHeadline p,
.is-bg_black .pageNews__list li:nth-of-type(even),
.is-bg_black .pageItem__childList {
    background-color: #222;
  }
  .is-bg_black .pageItem__childList li:nth-of-type(2),
.is-bg_black .pageItem__childList li:nth-of-type(3),
.is-bg_black .pageItem__childList li:nth-of-type(5),
.is-bg_black .pageItem__childList li:nth-of-type(2),
.is-bg_black .pageItem__childList li:nth-of-type(6),
.is-bg_black .pageItem__childList li:nth-of-type(7),
.is-bg_black .pageItem__childList li:nth-of-type(10),
.is-bg_black .pageItem__childList li:nth-of-type(11) {
    background-color: #000;
  }
}

@media print, screen and (min-width: 520px) {
  .manga_box {
    flex-wrap: wrap;
  }
}

.manga_listbox {
  -webkit-column-gap: 8%;
  -moz-column-gap: 8%;
  column-gap: 8%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
}
@media print, screen and (min-width: 520px) {
  .manga_listbox {
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
    margin-top: 6rem;
    row-gap: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .manga_listbox {
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
}

.manga_list,
.manga_list02 {
  width: 46%;
}
@media print, screen and (min-width: 520px) {
  .manga_list,
.manga_list02 {
    width: 22%;
  }
}
@media print, screen and (min-width: 1024px) {
  .manga_list,
.manga_list02 {
    width: 20%;
  }
}
.manga_list .pdfLink::before,
.manga_list02 .pdfLink::before {
  display: none !important;
}

.col2Wrap {
  margin-top: 2em;
}
@media print, screen and (min-width: 520px) {
  .col2Wrap .sum-left {
    width: 25rem;
  }
}
@media print, screen and (min-width: 520px) {
  .col2Wrap .sum-right {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 30rem);
  }
  .col2Wrap .sum-right p {
    width: 100%;
  }
  .col2Wrap .sum-right .sum-list {
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .col2Wrap .sum-right .sum-list li {
    width: 48%;
  }
}

.serch__result {
  background: #fff;
  margin: 30px 0 50px;
  padding: 20px;
}
@media print, screen and (min-width: 520px) {
  .serch__result {
    padding: 30px;
  }
}

.gsc-webResult.gsc-result {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 520px) {
  .gsc-webResult.gsc-result {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.gsc-webResult.gsc-result:hover {
  border-bottom: 1px solid #ccc;
}

.gsc-thumbnail-inside {
  padding-bottom: 10px;
}

a.gs-title {
  line-height: 1.5;
}

.gsc-url-top {
  padding-bottom: 10px;
}

.gs-bidi-start-align.gs-snippet {
  line-height: 1.3;
}

.air_box table tr {
  border-left: none !important;
  border-top: none !important;
}
.air_box table th {
  border-bottom: 1px solid #ddd;
}
.air_box table td {
  border-right: none !important;
}

p.kouhou__backnumSports {
  margin-top: 20px;
}

.gikaititle {
  font-size: 120%;
  padding-bottom: 2em;
}

.kukku__img {
  text-align: center;
}
.kukku__img p {
  color: #0c6e56;
  font-weight: bold;
  line-height: 1.66 !important;
}

table.kukku__table {
  margin-top: 30px !important;
  width: 100%;
}
@media print, screen and (min-width: 520px) {
  table.kukku__table {
    margin-top: 40px !important;
  }
}
table.kukku__table tr {
  border-left: none !important;
}
table.kukku__table tr:nth-of-type(1) {
  border-top: none;
}
table.kukku__table tr:last-of-type th {
  border-bottom: 1px solid #ddd;
}
table.kukku__table th {
  text-align: left;
  width: 5em;
}
@media print, screen and (min-width: 520px) {
  table.kukku__table th {
    width: 7em;
  }
}
table.kukku__table td {
  border-right: none !important;
  width: calc(100% - 5em);
}
@media print, screen and (min-width: 520px) {
  table.kukku__table td {
    width: calc(100% - 7em);
  }
}

.kukku__youtube {
  margin: 30px auto 0;
  padding-top: 50%;
  position: relative;
  width: 90%;
}
@media print, screen and (min-width: 520px) {
  .kukku__youtube {
    margin: 40px auto 0;
    padding-top: 311px;
    width: 560px;
  }
}
.kukku__youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.kukku__btn {
  margin-top: 37px;
  text-align: center;
}
.kukku__btn a {
  background: url(../images/common/blank.svg) center left 1.2em no-repeat #0c6e56;
  background-size: 15px 12px;
  border-radius: 10px;
  color: #fff !important;
  padding: 1em 1.5em 1em 3em;
  text-align: center;
}
.kukku__btn.kukku__btnPdf a {
  background-image: none;
  padding: 1em 1.5em 1em 2em;
}

.kukku__activity {
  -webkit-column-gap: 6.3%;
  -moz-column-gap: 6.3%;
  column-gap: 6.3%;
  display: flex;
  margin-top: 37px;
}

.kukku__activityItem {
  max-width: 280px;
  width: 48%;
}
.kukku__activityItem span {
  color: #666666;
  display: block;
  font-size: 0.9em;
  margin-top: 1em;
  text-align: center;
}

.kukku__section {
  margin-top: 37px;
}

span.kukku__note {
  color: #666666;
  display: block;
  font-size: 0.9em;
  margin-top: 1em;
  text-align: center;
}

ul.pamphlet-list {
  display: flex;
  flex-wrap: wrap;
}
ul.pamphlet-list li {
  margin: 0 !important;
  padding-left: 0 !important;
  width: 50%;
}
@media print, screen and (min-width: 520px) {
  ul.pamphlet-list li {
    width: 25%;
  }
}
ul.pamphlet-list li:nth-of-type(2) a, ul.pamphlet-list li:nth-of-type(3) a, ul.pamphlet-list li:nth-of-type(6) a {
  background: #eee;
  border-color: #eee;
}
@media print, screen and (min-width: 520px) {
  ul.pamphlet-list li:nth-of-type(2) a, ul.pamphlet-list li:nth-of-type(3) a, ul.pamphlet-list li:nth-of-type(6) a {
    background: #fff;
    border-color: #fff;
  }
}
@media print, screen and (min-width: 520px) {
  ul.pamphlet-list li:nth-of-type(2) a, ul.pamphlet-list li:nth-of-type(4) a, ul.pamphlet-list li:nth-of-type(5) a {
    background: #eee;
    border-color: #eee;
  }
}
ul.pamphlet-list li::before {
  display: none !important;
}
ul.pamphlet-list li a {
  background: #fff;
  border: 3px solid #fff;
  display: block;
  height: 100%;
  padding: 10px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  ul.pamphlet-list li a {
    padding: 10px 20px;
  }
}
ul.pamphlet-list li a:hover {
  border: 3px solid #17715b;
}

.pamphlet-img {
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.pamphlet-img img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.seeing__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .seeing__btn {
    margin-top: 5rem;
  }
}

.seeing__mainTtl {
  margin-top: 2rem;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .seeing__mainTtl {
    margin-top: 4rem;
  }
}
.seeing__mainTtl h2 {
  font-size: clamp(2.3rem, 1.595rem + 3.13vw, 3.6rem);
  font-weight: 700;
  margin-top: 2rem;
  padding: 0 20px;
  text-align: center;
}
@media print, screen and (min-width: 520px) {
  .seeing__mainTtl h2 {
    line-height: 1.8;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 3rem;
    text-align: right;
    top: 20rem;
    z-index: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .seeing__mainTtl h2 {
    line-height: 1;
    right: 0;
    top: 6rem;
  }
}

.seeing__mainImgSightseeing,
.seeing__mainImgFestival {
  background: url(../images/seeing/seeing_main01.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 0 20px 20px 0;
  height: 0;
  margin: 0 calc(50% - 50vw);
  padding-top: 40%;
  position: relative;
  width: 80%;
  z-index: 1;
}
@media print, screen and (min-width: 520px) {
  .seeing__mainImgSightseeing,
.seeing__mainImgFestival {
    height: 35rem;
    padding-top: 0;
    width: 59.26%;
  }
}
@media print, screen and (min-width: 1024px) {
  .seeing__mainImgSightseeing,
.seeing__mainImgFestival {
    height: 40rem;
    margin: 0 calc(50% - 50vw);
    width: 55vw;
  }
}

.seeing__mainImgFestival {
  background: url(../images/seeing/seeing_main02.jpg) center center no-repeat;
  margin-top: 100px;
}
@media print, screen and (min-width: 1024px) {
  .seeing__mainImgFestival {
    margin-top: 180px;
  }
}

@media print, screen and (min-width: 1024px) {
  .seeing__mainTtlTxt {
    position: relative;
    top: -400px;
  }
}

.seeing__mainTxt {
  background: #fff;
  border-radius: 20px;
  margin: 20px auto 0;
  padding: 30px;
}
@media print, screen and (min-width: 1024px) {
  .seeing__mainTxt {
    margin: 0 0 0 auto;
    max-width: 70rem;
    padding: 80px 70px;
    position: relative;
    top: 180px;
    width: 51.85%;
    z-index: 2;
  }
}
.seeing__mainTxt p {
  line-height: 2;
}
.seeing__mainTxt p:last-of-type {
  margin-top: 1em;
}

@media print, screen and (min-width: 1024px) {
  .seeing__download-map {
    margin-top: -170px;
  }
}

.seeing__itemWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4rem auto 0;
  row-gap: 4.5rem;
}
@media print, screen and (min-width: 520px) {
  .seeing__itemWrap {
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 1024px) {
  .seeing__itemWrap {
    -webkit-column-gap: 3.2%;
    -moz-column-gap: 3.2%;
    column-gap: 3.2%;
    margin: 70px 0 0;
    row-gap: 88px;
  }
}

.seeing__itemWrapFestival {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 1024px) {
  .seeing__itemWrapFestival {
    margin-bottom: 130px;
    margin-top: -170px;
  }
}

.seeing__item {
  max-width: 30rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 520px) {
  .seeing__item {
    max-width: 46rem;
    width: 48%;
  }
}
@media print, screen and (min-width: 1024px) {
  .seeing__item {
    max-width: 26rem;
    width: 22.6%;
  }
}
.seeing__item a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.seeing__item:hover .seeing__img {
  border: 2px solid #17715b;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}
.seeing__item:hover .seeing__ttl,
.seeing__item:hover .seeing__kana {
  color: #17715b;
  transition: 0.2s ease-in-out;
}

.seeing__img {
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 15px;
  overflow: hidden;
  padding-top: 70%;
  position: relative;
  transition: 0.2s ease-in-out;
}
.seeing__img img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.seeing__ttl {
  font-size: 120%;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 1em;
}

.seeing__kana {
  font-size: 80%;
  font-weight: 700;
  margin-top: 0.5em;
}

.seeing__summary {
  border-top: 1px solid #ccc;
  color: #999;
  font-size: 80%;
  margin-top: 1em;
  padding-top: 1em;
}

.seeing {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .seeing {
    margin-bottom: 70px;
  }
}
.seeing h1 span {
  color: #333;
  display: block;
  font-size: 1.1rem;
  margin-top: 1rem;
}

.seeing__mainImg {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .seeing__mainImg {
    margin-top: 50px;
  }
}
.seeing__mainImg img {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  width: auto;
}

.seeing__txt {
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .seeing__txt {
    margin-top: 50px;
  }
}

.seeing__map {
  height: 0;
  margin-top: 30px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.seeing__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .seeing__map {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 1024px) {
  .seeing__info a.telLink {
    color: inherit;
    text-decoration: none;
  }
}

.is-bg_blue a.btn01:hover,
.is-bg_blue a.btn02:hover {
  color: #0000ff !important;
}
.is-bg_blue .seeing__mainTxt {
  background-color: #0000d0;
}
.is-bg_blue .seeing__summary,
.is-bg_blue .seeing__item:hover h3,
.is-bg_blue .seeing__item:hover p,
.is-bg_blue .seeing h1 span {
  color: #ffff00;
}
.is-bg_blue .seeing__summary,
.is-bg_blue .seeing__item:hover .seeing__img {
  border-color: #ffff00;
}
.is-bg_blue .seeing__summary {
  border-color: #ffff00;
}

.is-bg_yellow a.btn01:hover,
.is-bg_yellow a.btn02:hover {
  color: #000 !important;
}
.is-bg_yellow .seeing__mainTxt {
  background-color: #eeee00;
}
.is-bg_yellow .seeing__summary,
.is-bg_yellow .seeing h1 span {
  color: #000;
}
.is-bg_yellow .seeing__summary,
.is-bg_yellow .seeing__item:hover h3,
.is-bg_yellow .seeing__item:hover p {
  color: #000;
}
.is-bg_yellow .seeing__summary,
.is-bg_yellow .seeing__item:hover .seeing__img {
  border-color: #000;
}

.is-bg_black a.btn01:hover,
.is-bg_black a.btn02:hover {
  color: #fff !important;
}
.is-bg_black .seeing__mainTxt {
  background-color: #222;
}
.is-bg_black .seeing__summary,
.is-bg_black .seeing__item:hover h3,
.is-bg_black .seeing__item:hover p,
.is-bg_black .seeing h1 span {
  color: #fff;
}
.is-bg_black .seeing__summary,
.is-bg_black .seeing__item:hover .seeing__img {
  border-color: #fff;
}

.seeingPamphlet {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .seeingPamphlet {
    margin-bottom: 50px;
  }
}
.seeingPamphlet h2.homeStyle01 {
  margin-bottom: 1.5em;
}

.singleBody {
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}
@media print, screen and (min-width: 520px) {
  .singleBody {
    padding: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .singleBody {
    border-radius: 20px;
    margin-top: 4.5rem;
    padding: 50px;
  }
}
.singleBody h1 {
  border: 2px solid #17715b;
  border-radius: 10px;
  color: #17715b;
  font-size: clamp(1.75rem, 1.072rem + 3.01vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 1.6rem 2rem;
}
@media print, screen and (min-width: 1024px) {
  .singleBody h1 {
    border-radius: 20px;
    font-weight: 900;
    padding: 2.2rem 4rem;
  }
}
.singleBody > h2:nth-of-type(1) {
  margin-top: 0;
}
.singleBody h2 {
  background: #f7f5f2;
  border-radius: 10px;
  font-size: clamp(1.6rem, 1.275rem + 1.45vw, 2.2rem);
  line-height: 1.6;
  margin: 3rem 0 0;
  padding: 1.5rem 2rem 1.7rem 3.5rem;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .singleBody h2 {
    border-radius: 20px;
    font-weight: 900;
    margin: 5rem 0 0;
    padding: 2.1rem 3rem 2.4rem 6rem;
  }
}
.singleBody h2::before {
  background: #17715b;
  content: "";
  height: calc(100% - 4.3rem);
  left: 2rem;
  position: absolute;
  top: 2.2rem;
  width: 3px;
}
@media print, screen and (min-width: 1024px) {
  .singleBody h2::before {
    height: calc(100% - 5.5rem);
    left: 3rem;
    top: 2.7rem;
    width: 4px;
  }
}
.singleBody h3 {
  border-bottom: 2px solid #17715b;
  color: #17715b;
  font-size: clamp(1.6rem, 1.275rem + 1.45vw, 2.2rem);
  font-weight: 700;
  margin: 3rem 0 0;
  padding-bottom: 1em;
  padding-left: 1.3em;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .singleBody h3 {
    margin: 5rem 0 0;
  }
}
.singleBody h3::before {
  border: 0.3rem solid #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.9em;
  left: 0;
  margin-right: 0.4em;
  position: absolute;
  top: 0.1em;
  width: 0.9em;
}
.singleBody p {
  line-height: 1.8;
  margin: 1em 0 0;
}
@media print, screen and (min-width: 1024px) {
  .singleBody p {
    line-height: 2;
    margin: 1.5em 0 0;
  }
}
.singleBody table,
.singleBody .kouhou_table {
  margin-top: 2rem;
}
.singleBody table thead,
.singleBody .kouhou_table thead {
  border-right: 1px solid #ddd;
  padding: 2rem 1rem;
}
.singleBody table tr,
.singleBody .kouhou_table tr {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.singleBody table td,
.singleBody .kouhou_table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  line-height: 1.5;
  padding: 2rem;
}
.singleBody table.tab01 th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  line-height: 1.5;
  padding: 2rem;
}
.singleBody ul {
  margin-top: 1.5em;
}
.singleBody ul li {
  line-height: 1.6;
  margin: 0.8em 0 0 0;
  padding-left: 1.5em;
  position: relative;
}
.singleBody ul li::before {
  border: 0.3rem solid #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.9em;
  left: 0;
  margin-right: 0.4em;
  position: absolute;
  top: 0.3em;
  width: 0.9em;
}
.singleBody ol {
  list-style-type: decimal;
  padding-top: 1em;
}
.singleBody ol li {
  line-height: 1.5;
  margin-left: 1.5em;
  padding-top: 0.5em;
}
.singleBody a {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-underline-offset: 6px;
}
.singleBody .pdfLink,
.singleBody .wordLink,
.singleBody .excelLink,
.singleBody .rtfLink {
  position: relative;
}
.singleBody .pdfLink::before,
.singleBody .wordLink::before,
.singleBody .excelLink::before,
.singleBody .rtfLink::before {
  background: url(../images/common/icon_pdf.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 2.3rem;
  margin-right: 1.3rem;
  vertical-align: middle;
  width: 1.8rem;
}
.singleBody .wordLink::before {
  background: url(../images/common/icon_word.png) no-repeat;
  background-size: contain;
  content: "";
}
.singleBody .excelLink::before {
  background: url(../images/common/icon_excel.png) no-repeat;
  background-size: contain;
  content: "";
}
.singleBody .rtfLink::before {
  background: url(../images/common/icon_rtf.png) no-repeat;
  background-size: contain;
  content: "";
}
.singleBody .Temp-List li {
  padding: 1.7em 1.5em;
}
.singleBody .Temp-List li::before {
  display: none;
}
.singleBody .Temp-List li a {
  padding: 0;
  position: relative;
}

.entryInfo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.3rem;
}
@media print, screen and (min-width: 1024px) {
  .entryInfo {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2rem;
  }
}

.entryInfo__label {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media print, screen and (min-width: 1024px) {
  .entryInfo__label {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    width: 40%;
  }
}
.entryInfo__label span {
  border: 1px solid #ccc;
  border-radius: 100vw;
  color: #666;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 2;
  padding: 0.1rem 2rem 0.3rem;
}
@media print, screen and (min-width: 1024px) {
  .entryInfo__label span {
    font-size: 1.2rem;
    padding: 0.4rem 2rem;
  }
}

.entryInfo__date {
  color: #666;
  font-size: 1.15rem;
  margin-top: 2.3rem;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .entryInfo__date {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    gap: 20px;
    justify-content: flex-end;
    margin: 0;
    width: 55%;
  }
  .entryInfo__date p {
    display: inline-block;
    margin-top: 0;
    width: auto;
  }
}

.eniryInfo__print {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .eniryInfo__print {
    display: inline-block;
  }
  .eniryInfo__print button {
    background: url(../images/common/icon_print.svg) no-repeat top 1.1rem left 2.2rem #333;
    background-size: 1.5rem 1.3rem;
    border: none;
    border-radius: 100vw;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 0.9rem 2.6rem 0.8rem 4.7rem;
    transition: 0.2s ease-in-out;
  }
  .eniryInfo__print button:hover {
    opacity: 0.7;
    transition: 0.2s ease-in-out;
  }
}

.entryBody {
  margin-top: 1rem;
}
@media print, screen and (min-width: 1024px) {
  .entryBody {
    margin-top: 5rem;
    padding: 0 4.347%;
  }
}
.entryBody p {
  line-height: 1.8;
  margin: 1em 0 0;
}
@media print, screen and (min-width: 1024px) {
  .entryBody p {
    line-height: 2;
    margin: 1.5em 0 0;
  }
}
.entryBody h2 {
  background: #f7f5f2;
  border-radius: 10px;
  font-size: clamp(1.6rem, 1.275rem + 1.45vw, 2.2rem);
  line-height: 1.6;
  margin: 3rem 0 0;
  padding: 1.5rem 2rem 1.7rem 3.5rem;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .entryBody h2 {
    border-radius: 20px;
    font-weight: 900;
    margin: 5rem 0 0;
    padding: 2.1rem 3rem 2.4rem 6rem;
  }
}
.entryBody h2::before {
  background: #17715b;
  content: "";
  height: calc(100% - 4.3rem);
  left: 2rem;
  position: absolute;
  top: 2.2rem;
  width: 3px;
}
@media print, screen and (min-width: 1024px) {
  .entryBody h2::before {
    height: calc(100% - 5.5rem);
    left: 3rem;
    top: 2.7rem;
    width: 4px;
  }
}
.entryBody h3 {
  border-bottom: 2px solid #17715b;
  color: #17715b;
  font-size: clamp(1.6rem, 1.275rem + 1.45vw, 2.2rem);
  font-weight: 700;
  margin: 3rem 0 0;
  padding-bottom: 1em;
  padding-left: 1.3em;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .entryBody h3 {
    font-weight: 900;
    margin: 5rem 0 0;
  }
}
.entryBody h3::before {
  border: 0.3rem solid #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.9em;
  left: 0;
  margin-right: 0.4em;
  position: absolute;
  top: 3%;
  width: 0.9em;
}
.entryBody h4 {
  border: 1px dashed #17715b;
  border-radius: 100vw;
  color: #17715b;
  display: inline-block;
  font-size: clamp(1.3rem, 1.137rem + 0.72vw, 1.6rem);
  font-weight: 700;
  margin: 2.5rem 0 0;
  padding: 0.8em 2em;
}
@media print, screen and (min-width: 1024px) {
  .entryBody h4 {
    margin: 4rem 0 0;
  }
}
.entryBody ul {
  margin-top: 1.5em;
}
.entryBody ul li {
  line-height: 1.6;
  margin: 0.8em 0 0 0;
  padding-left: 1.4em;
  position: relative;
}
.entryBody ul li::before {
  border: 0.3rem solid #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.9em;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 0.9em;
}
.entryBody ul.note li {
  left: 0;
  position: relative;
  text-indent: 0;
}
.entryBody ul.note li::before {
  border: none;
  border-radius: none;
  content: "※";
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1em;
}
.entryBody a {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-underline-offset: 6px;
}
.entryBody .pdfLink,
.entryBody .wordLink,
.entryBody .excelLink {
  position: relative;
}
.entryBody .pdfLink::before,
.entryBody .wordLink::before,
.entryBody .excelLink::before {
  background: url(../images/common/icon_pdf.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 2.3rem;
  margin-right: 1.3rem;
  vertical-align: middle;
  width: 1.8rem;
}
.entryBody .wordLink::before {
  background: url(../images/common/icon_word.png) no-repeat;
  background-size: contain;
  content: "";
}
.entryBody .excelLink::before {
  background: url(../images/common/icon_excel.png) no-repeat;
  background-size: contain;
  content: "";
}
.entryBody table caption {
  padding-bottom: 1em;
}

.singleInquiry {
  background: #fff;
  border-radius: 10px;
  margin: 1.5rem 0;
  padding: 2rem;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .singleInquiry {
    border-radius: 20px;
    padding: 4rem 4.8rem;
  }
}
.singleInquiry h2 {
  background: #17715b;
  border-radius: 10px;
  color: #fff;
  font-size: clamp(1.4rem, 1.292rem + 0.48vw, 1.6rem);
  font-weight: 700;
  padding: 1em;
}
@media print, screen and (min-width: 1024px) {
  .singleInquiry h2 {
    padding: 1.5rem 3.2rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .singleInquiry__info {
    width: 50%;
  }
}
.singleInquiry__info p {
  line-height: 1.6;
}
.singleInquiry__info p:nth-of-type(1) {
  font-size: clamp(1.4rem, 1.183rem + 0.96vw, 1.8rem);
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 1024px) {
  .singleInquiry__info p:nth-of-type(1) {
    margin-top: 2rem;
  }
}
.singleInquiry__info p:last-of-type {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .singleInquiry__info p:last-of-type {
    margin-top: 1rem;
  }
}

.singleInquiry__btn {
  max-width: 29.5rem;
}
.singleInquiry__btn a {
  -webkit-text-decoration-color: #17715b;
  border: 1px solid #17715b;
  border-radius: 10px;
  color: #17715b;
  display: inline-block;
  line-height: 1.5;
  margin-top: 2rem;
  padding: 0.8em 1em 1em 3.2em;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-indent: -1.8em;
  text-underline-offset: 6px;
  width: 100%;
}
.singleInquiry__btn a::before {
  background: url(../images/common/icon_mail.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.6rem;
  margin-right: 0.8rem;
  vertical-align: middle;
  width: 1.8rem;
}
@media print, screen and (min-width: 1024px) {
  .singleInquiry__btn {
    position: absolute;
    right: 4.8rem;
    top: 10rem;
    width: 37%;
  }
}

.backBtn.singleBackBtn {
  margin-top: 2.5rem;
}

.denshibook_box {
  line-height: 2;
}

.link_box h2:nth-of-type(1) {
  margin-top: 0;
}
.link_box ul {
  padding: 0 20px;
}

.is-bg_blue .entryBody a {
  color: #ffff00;
}
.is-bg_blue .singleBody {
  background-color: #0000ff;
  border: 1px solid #0000d0;
}
.is-bg_blue .singleBody h1 {
  border: 2px solid #0000d0;
  color: #ffff00;
}
.is-bg_blue .entryInfo__label span {
  border: 1px solid #eee;
  color: #eee;
}
.is-bg_blue .entryInfo__date {
  color: #eee;
}
.is-bg_blue .entryBody h2 {
  background: #0000d0;
}
.is-bg_blue .entryBody h2::before {
  background: #8b8b8b;
}
.is-bg_blue .entryBody h3 {
  border-bottom: 2px solid #eee;
  color: #eee;
}
.is-bg_blue .entryBody h3::before {
  border: 0.3rem solid #cbcb00;
}
.is-bg_blue .entryBody h4 {
  border: 1px dashed #eee;
  color: #ffff00;
}
.is-bg_blue .entryBody ul li::before {
  border: 0.3rem solid #cbcb00;
}
.is-bg_blue .singleInquiry h2 {
  background: #0000ff;
  color: #ffff00;
}
.is-bg_blue .singleInquiry {
  background-color: #0000d0;
}
.is-bg_blue .singleInquiry__btn a {
  border: 1px solid #eee;
  color: #ffff00;
}
.is-bg_blue .eniryInfo__print button {
  background: url(../images/common/icon_print.svg) no-repeat top 1.1rem left 2.2rem #0000d0;
  background-size: 1.5rem 1.3rem;
}
.is-bg_blue .singleInquiry__btn a {
  -webkit-text-decoration-color: #ffff00;
  text-decoration-color: #ffff00;
}
.is-bg_blue .entryBody a {
  -webkit-text-decoration-color: #ffff00;
  text-decoration-color: #ffff00;
}

.is-bg_yellow .entryBody a {
  color: #000;
}
.is-bg_yellow .breadcrumb ul li::after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.is-bg_yellow .singleBody {
  background-color: #ffff00;
  border: 1px solid #eeee00;
}
.is-bg_yellow .singleBody h1 {
  border: 2px solid #eeee00;
  color: #000;
}
.is-bg_yellow .entryInfo__label span {
  border: 1px solid #555;
  color: #555;
}
.is-bg_yellow .entryInfo__date {
  color: #222;
}
.is-bg_yellow .entryBody h2 {
  background: #eeee00;
}
.is-bg_yellow .entryBody h2::before {
  background: #555;
}
.is-bg_yellow .entryBody h3 {
  border-bottom: 2px solid #222;
  color: #000;
}
.is-bg_yellow .entryBody h3::before {
  border: 0.3rem solid #000;
}
.is-bg_yellow .entryBody h4 {
  border: 1px dashed #222;
  color: #222;
}
.is-bg_yellow .entryBody ul li::before {
  border: 0.3rem solid #cbcb00;
}
.is-bg_yellow .entryBody ul.note li::before {
  border: none;
}
.is-bg_yellow .singleInquiry h2 {
  background: #ffff00;
  color: #000;
}
.is-bg_yellow .singleInquiry {
  background-color: #eeee00;
}
.is-bg_yellow .singleInquiry__btn a {
  border: 1px solid #555;
  color: #000;
}
.is-bg_yellow .eniryInfo__print button {
  background: url(../images/common/icon_print.svg) no-repeat top 1.1rem left 2.2rem #222;
  background-size: 1.5rem 1.3rem;
}
.is-bg_yellow .entryBody a {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}

.is-bg_black .entryBody a {
  color: #fff;
}
.is-bg_black .breadcrumb ul li::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.is-bg_black .singleBody {
  background-color: #000;
  border: 1px solid #555;
}
.is-bg_black .singleBody h1 {
  border: 2px solid #555;
  color: #fff;
}
.is-bg_black .entryInfo__label span {
  border: 1px solid #555;
  color: #555;
}
.is-bg_black .entryInfo__date {
  color: #555;
}
.is-bg_black .entryBody h2 {
  background: #222;
}
.is-bg_black .entryBody h2::before {
  background: #555;
}
.is-bg_black .entryBody h3 {
  border-bottom: 2px solid #222;
  color: #fff;
}
.is-bg_black .entryBody h3::before {
  border: 0.3rem solid #555;
}
.is-bg_black .entryBody h4 {
  border: 1px dashed #555;
  color: #fff;
}
.is-bg_black .entryBody ul li::before {
  border: 0.3rem solid #555;
}
.is-bg_black .entryBody ul.note li::before {
  border: none;
}
.is-bg_black .singleInquiry h2 {
  background: #000;
  color: #fff;
}
.is-bg_black .singleInquiry {
  background-color: #222;
}
.is-bg_black .singleInquiry__btn a {
  border: 1px solid #555;
  color: #fff;
}
.is-bg_black .eniryInfo__print button {
  background: url(../images/common/icon_print.svg) no-repeat top 1.1rem left 2.2rem #555;
  background-size: 1.5rem 1.3rem;
  color: #fff;
}
.is-bg_black .singleInquiry__btn a {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.is-bg_black .entryBody a {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.chiefGreeting {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media print, screen and (min-width: 1280px) {
  .chiefGreeting {
    align-items: center;
    justify-content: space-between;
    row-gap: 0;
  }
}

.chiefGreeting__text {
  order: 2;
}
@media print, screen and (min-width: 1280px) {
  .chiefGreeting__text {
    order: 1;
    width: calc(100% - 420px);
  }
}

.chiefGreeting__img {
  margin: 0 auto;
  max-width: 300px;
  order: 1;
  width: 90%;
}
@media print, screen and (min-width: 1280px) {
  .chiefGreeting__img {
    margin: 0;
    max-width: 360px;
    order: 2;
    padding-right: 20px;
    width: 100%;
  }
}

.accordions {
  width: 100%;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.accordion__body {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.accordion__button {
  position: relative;
}
.accordion__button:hover {
  cursor: pointer;
}
.accordion__button::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 2px solid #17715b;
  border-right: 2px solid #17715b;
  content: "";
  display: inline-block;
  height: 1.2rem;
  position: absolute;
  right: 0.3rem;
  top: 1.4rem;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  width: 1.2rem;
}

.accordion__menu.open .accordion__button::after {
  -webkit-transform: rotate(135deg);
  border-left: 2px solid #17715b;
  border-right: none;
  transform: rotate(135deg);
}

.contact {
  margin-bottom: 4rem;
  padding: 30px 20px;
}
@media print, screen and (min-width: 520px) {
  .contact {
    margin-bottom: 6rem;
    padding: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact {
    margin-bottom: 8rem;
    padding: 100px;
  }
}

.contact__form {
  margin-top: 2rem;
}
@media print, screen and (min-width: 520px) {
  .contact__form {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact__form {
    margin-top: 7rem;
  }
}

@media print, screen and (min-width: 520px) {
  .contact__formTable {
    width: 100%;
  }
}
.contact__formTable tr {
  border-left: none !important;
  border-top: none !important;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  .contact__formTable tr {
    display: table;
    width: 100%;
  }
}
.contact__formTable th,
.contact__formTable td {
  text-align: left;
  width: 100%;
}
.contact__formTable th {
  margin-top: 2.5rem;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .contact__formTable th {
    border-bottom: 1px solid #ccc;
    max-width: 27rem;
    padding: 2.5rem 3em 2.5rem 0;
    width: 45%;
  }
}
.contact__formTable th span {
  background: #17715b;
  border-radius: 5px;
  color: #fff;
  font-size: 80%;
  font-weight: 400;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  top: -0.3rem;
}
@media print, screen and (min-width: 1024px) {
  .contact__formTable th span {
    top: calc(50% - 1.1rem);
  }
}
.contact__formTable td {
  border-bottom: 1px solid #ccc;
  border-right: none !important;
  margin-top: 1rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 1024px) {
  .contact__formTable td {
    margin-top: 0;
    max-width: calc(100% - 27rem);
    padding-left: 5%;
    padding-top: 2.5rem;
    width: 55%;
  }
}
.contact__formTable td input,
.contact__formTable td textarea {
  background: #eee;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 1em;
  width: 100%;
}
.contact__formTable td input {
  font-family: "Noto Sans JP", sans-serif;
}
.contact__formTable td input.male {
  margin-right: 6px;
  width: auto;
}
.contact__formTable td input.male:last-of-type {
  margin-left: 2em;
}
.contact__formTable td input.zipcode_inn {
  width: 6em;
}
.contact__formTable td input.tel_inn {
  width: 6em;
}
.contact__formTable td select {
  border: 1px solid #999;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.8em 1em;
}
.contact__formTable td textarea {
  font-family: "Noto Sans JP", sans-serif;
}
.contact__formTable td textarea.address {
  height: 6em;
}
@media print, screen and (min-width: 1024px) {
  .contact__formTable td textarea.address {
    height: 9rem;
  }
}
.contact__formTable td textarea.comment {
  height: 10em;
}
@media print, screen and (min-width: 1024px) {
  .contact__formTable td textarea.comment {
    height: 18rem;
  }
}
.contact__formTable .zipcode,
.contact__formTable .tel {
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  align-items: center;
  column-gap: 5px;
  display: flex;
}
@media print, screen and (min-width: 1024px) {
  .contact__formTable .zipcode,
.contact__formTable .tel {
    margin-bottom: -1px;
    max-width: 100%;
    padding-left: 4rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .contact__formTable .tel {
    margin-bottom: -0.1rem;
  }
}

.submitBtn {
  margin-top: 3rem;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .submitBtn {
    margin-top: 5rem;
  }
}
.submitBtn input {
  background: #17715b;
  border: 1px solid #17715b;
  border-radius: 10px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 110%;
  padding: 1rem 3rem;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1024px) {
  .submitBtn input {
    padding: 1.4rem 5rem;
  }
}
.submitBtn input:hover {
  background: #fff;
  color: #17715b;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.contact__error li {
  color: #ff0000;
  margin-top: 0.5em;
  padding-left: 0.5em;
  position: relative;
}
.contact__error li::before {
  background: #ff0000;
  border-radius: 100vw;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 4px;
}

.form-control-feedback {
  color: #ff0000;
  margin-top: 0.5em;
}

.is-bg_blue .contact__formTable th span {
  background-color: #0000d0;
  color: #ffff00;
}
.is-bg_blue .submitBtn input {
  background: #0000d0;
  border: 1px solid #0000d0;
}
.is-bg_blue .submitBtn input:hover {
  background: #ffff00;
  border: 1px solid #ffff00;
  color: #0000d0;
}

.is-bg_yellow .contact__formTable th span {
  background-color: #000;
  color: #ffff00;
}
.is-bg_yellow .submitBtn input {
  background: #000;
  border: 1px solid #000;
  color: #ffff00;
}
.is-bg_yellow .submitBtn input:hover {
  background: #ffff00;
  border: 1px solid #000;
  color: #000;
}

.is-bg_black .contact__formTable th span {
  background-color: #555;
}
.is-bg_black .submitBtn input {
  background: #555;
  border: 1px solid #555;
}
.is-bg_black .submitBtn input:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}

.kouhouBody {
  margin-top: 3rem;
}
@media print, screen and (min-width: 520px) {
  .kouhouBody {
    margin-top: 5rem;
  }
}
.kouhou__new {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  column-gap: 2rem;
  display: flex;
  margin-top: 2rem;
  padding: 20px;
}
@media print, screen and (min-width: 520px) {
  .kouhou__new {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    border-radius: 20px;
    column-gap: 3rem;
    max-width: 60rem;
    padding: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .kouhou__new {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    border-radius: 20px;
    column-gap: 4rem;
    margin-top: 4.5rem;
    min-height: 270px;
    padding: 50px;
  }
}
.kouhou__new a {
  display: block;
}
.kouhou__new .kouhou__newImg {
  border: 2px solid rgba(0, 0, 0, 0);
  width: 33%;
}
.kouhou__new .kouhou__newImg:hover {
  border: 2px solid #17715b;
}
.kouhou__new .kouhou__newLink {
  -webkit-text-decoration-color: #17715b;
  background: url(../images/common/icon_pdf.png) no-repeat top left;
  background-size: 19px 25px;
  color: #17715b;
  line-height: 1.8;
  padding-left: 30px;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-underline-offset: 4px;
  width: 45%;
}
@media print, screen and (min-width: 520px) {
  .kouhou__new .kouhou__newLink {
    background-position: left top;
    background-size: 19px 25px;
    margin-top: 2rem;
    padding-left: 28px;
    padding-top: 2px;
  }
}
@media print, screen and (min-width: 520px) {
  .kouhou__new .kouhou__newLink span {
    -webkit-text-decoration-color: #17715b;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: #17715b;
    text-underline-offset: 4px;
  }
}

.kouhou__backnum {
  margin-top: 4rem;
}
@media print, screen and (min-width: 520px) {
  .kouhou__backnum {
    margin-top: 7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .kouhou__backnum {
    margin-top: 9rem;
  }
}

.kouhou__backnumList,
.col4List {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding: 20px;
}
@media print, screen and (min-width: 520px) {
  .kouhou__backnumList,
.col4List {
    padding: 40px;
  }
}
.kouhou__backnumList li,
.col4List li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
  padding: 20px;
  position: relative;
  transition: 0.2s ease-in-out;
  width: 100%;
}
@media print, screen and (min-width: 520px) {
  .kouhou__backnumList li,
.col4List li {
    padding: 26px 30px;
    width: 50%;
  }
}
@media print, screen and (min-width: 1200px) {
  .kouhou__backnumList li,
.col4List li {
    width: 25%;
  }
}
.kouhou__backnumList li:nth-of-type(even),
.col4List li:nth-of-type(even) {
  background: #eee;
}
@media print, screen and (min-width: 520px) {
  .kouhou__backnumList li:nth-of-type(even),
.col4List li:nth-of-type(even) {
    background: #fff;
  }
}
@media print, screen and (min-width: 520px) {
  .kouhou__backnumList li:nth-of-type(2), .kouhou__backnumList li:nth-of-type(3), .kouhou__backnumList li:nth-of-type(6), .kouhou__backnumList li:nth-of-type(7), .kouhou__backnumList li:nth-of-type(10), .kouhou__backnumList li:nth-of-type(11), .kouhou__backnumList li:nth-of-type(14), .kouhou__backnumList li:nth-of-type(15), .kouhou__backnumList li:nth-of-type(18), .kouhou__backnumList li:nth-of-type(19), .kouhou__backnumList li:nth-of-type(22), .kouhou__backnumList li:nth-of-type(23), .kouhou__backnumList li:nth-of-type(26), .kouhou__backnumList li:nth-of-type(27), .kouhou__backnumList li:nth-of-type(30), .kouhou__backnumList li:nth-of-type(31), .kouhou__backnumList li:nth-of-type(34), .kouhou__backnumList li:nth-of-type(35), .kouhou__backnumList li:nth-of-type(38), .kouhou__backnumList li:nth-of-type(39), .kouhou__backnumList li:nth-of-type(42), .kouhou__backnumList li:nth-of-type(43), .kouhou__backnumList li:nth-of-type(46), .kouhou__backnumList li:nth-of-type(47), .kouhou__backnumList li:nth-of-type(50), .kouhou__backnumList li:nth-of-type(51), .kouhou__backnumList li:nth-of-type(54), .kouhou__backnumList li:nth-of-type(55), .kouhou__backnumList li:nth-of-type(58), .kouhou__backnumList li:nth-of-type(59), .kouhou__backnumList li:nth-of-type(62), .kouhou__backnumList li:nth-of-type(63), .kouhou__backnumList li:nth-of-type(66), .kouhou__backnumList li:nth-of-type(67), .kouhou__backnumList li:nth-of-type(70), .kouhou__backnumList li:nth-of-type(71), .kouhou__backnumList li:nth-of-type(74), .kouhou__backnumList li:nth-of-type(75), .kouhou__backnumList li:nth-of-type(78), .kouhou__backnumList li:nth-of-type(79), .kouhou__backnumList li:nth-of-type(82), .kouhou__backnumList li:nth-of-type(83), .kouhou__backnumList li:nth-of-type(86), .kouhou__backnumList li:nth-of-type(87), .kouhou__backnumList li:nth-of-type(90), .kouhou__backnumList li:nth-of-type(91), .kouhou__backnumList li:nth-of-type(94), .kouhou__backnumList li:nth-of-type(95), .kouhou__backnumList li:nth-of-type(98), .kouhou__backnumList li:nth-of-type(99), .kouhou__backnumList li:nth-of-type(102), .kouhou__backnumList li:nth-of-type(103), .kouhou__backnumList li:nth-of-type(106), .kouhou__backnumList li:nth-of-type(107), .kouhou__backnumList li:nth-of-type(110), .kouhou__backnumList li:nth-of-type(111), .kouhou__backnumList li:nth-of-type(114), .kouhou__backnumList li:nth-of-type(115), .kouhou__backnumList li:nth-of-type(118), .kouhou__backnumList li:nth-of-type(119), .kouhou__backnumList li:nth-of-type(122), .kouhou__backnumList li:nth-of-type(123), .kouhou__backnumList li:nth-of-type(126), .kouhou__backnumList li:nth-of-type(127), .kouhou__backnumList li:nth-of-type(130), .kouhou__backnumList li:nth-of-type(131), .kouhou__backnumList li:nth-of-type(134), .kouhou__backnumList li:nth-of-type(135), .kouhou__backnumList li:nth-of-type(138), .kouhou__backnumList li:nth-of-type(139), .kouhou__backnumList li:nth-of-type(142), .kouhou__backnumList li:nth-of-type(143), .kouhou__backnumList li:nth-of-type(146), .kouhou__backnumList li:nth-of-type(147), .kouhou__backnumList li:nth-of-type(150), .kouhou__backnumList li:nth-of-type(151),
.col4List li:nth-of-type(2),
.col4List li:nth-of-type(3),
.col4List li:nth-of-type(6),
.col4List li:nth-of-type(7),
.col4List li:nth-of-type(10),
.col4List li:nth-of-type(11),
.col4List li:nth-of-type(14),
.col4List li:nth-of-type(15),
.col4List li:nth-of-type(18),
.col4List li:nth-of-type(19),
.col4List li:nth-of-type(22),
.col4List li:nth-of-type(23),
.col4List li:nth-of-type(26),
.col4List li:nth-of-type(27),
.col4List li:nth-of-type(30),
.col4List li:nth-of-type(31),
.col4List li:nth-of-type(34),
.col4List li:nth-of-type(35),
.col4List li:nth-of-type(38),
.col4List li:nth-of-type(39),
.col4List li:nth-of-type(42),
.col4List li:nth-of-type(43),
.col4List li:nth-of-type(46),
.col4List li:nth-of-type(47),
.col4List li:nth-of-type(50),
.col4List li:nth-of-type(51),
.col4List li:nth-of-type(54),
.col4List li:nth-of-type(55),
.col4List li:nth-of-type(58),
.col4List li:nth-of-type(59),
.col4List li:nth-of-type(62),
.col4List li:nth-of-type(63),
.col4List li:nth-of-type(66),
.col4List li:nth-of-type(67),
.col4List li:nth-of-type(70),
.col4List li:nth-of-type(71),
.col4List li:nth-of-type(74),
.col4List li:nth-of-type(75),
.col4List li:nth-of-type(78),
.col4List li:nth-of-type(79),
.col4List li:nth-of-type(82),
.col4List li:nth-of-type(83),
.col4List li:nth-of-type(86),
.col4List li:nth-of-type(87),
.col4List li:nth-of-type(90),
.col4List li:nth-of-type(91),
.col4List li:nth-of-type(94),
.col4List li:nth-of-type(95),
.col4List li:nth-of-type(98),
.col4List li:nth-of-type(99),
.col4List li:nth-of-type(102),
.col4List li:nth-of-type(103),
.col4List li:nth-of-type(106),
.col4List li:nth-of-type(107),
.col4List li:nth-of-type(110),
.col4List li:nth-of-type(111),
.col4List li:nth-of-type(114),
.col4List li:nth-of-type(115),
.col4List li:nth-of-type(118),
.col4List li:nth-of-type(119),
.col4List li:nth-of-type(122),
.col4List li:nth-of-type(123),
.col4List li:nth-of-type(126),
.col4List li:nth-of-type(127),
.col4List li:nth-of-type(130),
.col4List li:nth-of-type(131),
.col4List li:nth-of-type(134),
.col4List li:nth-of-type(135),
.col4List li:nth-of-type(138),
.col4List li:nth-of-type(139),
.col4List li:nth-of-type(142),
.col4List li:nth-of-type(143),
.col4List li:nth-of-type(146),
.col4List li:nth-of-type(147),
.col4List li:nth-of-type(150),
.col4List li:nth-of-type(151) {
    background: #eee;
  }
}
@media print, screen and (min-width: 1200px) {
  .kouhou__backnumList li:nth-of-type(2), .kouhou__backnumList li:nth-of-type(4), .kouhou__backnumList li:nth-of-type(5), .kouhou__backnumList li:nth-of-type(7), .kouhou__backnumList li:nth-of-type(10), .kouhou__backnumList li:nth-of-type(12), .kouhou__backnumList li:nth-of-type(13), .kouhou__backnumList li:nth-of-type(15), .kouhou__backnumList li:nth-of-type(18), .kouhou__backnumList li:nth-of-type(20), .kouhou__backnumList li:nth-of-type(21), .kouhou__backnumList li:nth-of-type(23), .kouhou__backnumList li:nth-of-type(26), .kouhou__backnumList li:nth-of-type(28), .kouhou__backnumList li:nth-of-type(29), .kouhou__backnumList li:nth-of-type(31), .kouhou__backnumList li:nth-of-type(34), .kouhou__backnumList li:nth-of-type(36), .kouhou__backnumList li:nth-of-type(37), .kouhou__backnumList li:nth-of-type(39), .kouhou__backnumList li:nth-of-type(42), .kouhou__backnumList li:nth-of-type(44), .kouhou__backnumList li:nth-of-type(45), .kouhou__backnumList li:nth-of-type(47), .kouhou__backnumList li:nth-of-type(50), .kouhou__backnumList li:nth-of-type(52), .kouhou__backnumList li:nth-of-type(53), .kouhou__backnumList li:nth-of-type(55), .kouhou__backnumList li:nth-of-type(58), .kouhou__backnumList li:nth-of-type(60), .kouhou__backnumList li:nth-of-type(61), .kouhou__backnumList li:nth-of-type(63), .kouhou__backnumList li:nth-of-type(66), .kouhou__backnumList li:nth-of-type(68), .kouhou__backnumList li:nth-of-type(69), .kouhou__backnumList li:nth-of-type(71), .kouhou__backnumList li:nth-of-type(74), .kouhou__backnumList li:nth-of-type(76), .kouhou__backnumList li:nth-of-type(77), .kouhou__backnumList li:nth-of-type(79), .kouhou__backnumList li:nth-of-type(82), .kouhou__backnumList li:nth-of-type(84), .kouhou__backnumList li:nth-of-type(85), .kouhou__backnumList li:nth-of-type(87), .kouhou__backnumList li:nth-of-type(90), .kouhou__backnumList li:nth-of-type(92), .kouhou__backnumList li:nth-of-type(93), .kouhou__backnumList li:nth-of-type(95), .kouhou__backnumList li:nth-of-type(98), .kouhou__backnumList li:nth-of-type(100), .kouhou__backnumList li:nth-of-type(101), .kouhou__backnumList li:nth-of-type(103), .kouhou__backnumList li:nth-of-type(106), .kouhou__backnumList li:nth-of-type(108), .kouhou__backnumList li:nth-of-type(109), .kouhou__backnumList li:nth-of-type(111), .kouhou__backnumList li:nth-of-type(114), .kouhou__backnumList li:nth-of-type(116), .kouhou__backnumList li:nth-of-type(117), .kouhou__backnumList li:nth-of-type(119), .kouhou__backnumList li:nth-of-type(122), .kouhou__backnumList li:nth-of-type(124), .kouhou__backnumList li:nth-of-type(125), .kouhou__backnumList li:nth-of-type(127), .kouhou__backnumList li:nth-of-type(130), .kouhou__backnumList li:nth-of-type(132), .kouhou__backnumList li:nth-of-type(133), .kouhou__backnumList li:nth-of-type(135), .kouhou__backnumList li:nth-of-type(138), .kouhou__backnumList li:nth-of-type(140), .kouhou__backnumList li:nth-of-type(141), .kouhou__backnumList li:nth-of-type(143), .kouhou__backnumList li:nth-of-type(146), .kouhou__backnumList li:nth-of-type(148), .kouhou__backnumList li:nth-of-type(149), .kouhou__backnumList li:nth-of-type(151), .kouhou__backnumList li:nth-of-type(154), .kouhou__backnumList li:nth-of-type(156), .kouhou__backnumList li:nth-of-type(157), .kouhou__backnumList li:nth-of-type(159), .kouhou__backnumList li:nth-of-type(162), .kouhou__backnumList li:nth-of-type(164), .kouhou__backnumList li:nth-of-type(165), .kouhou__backnumList li:nth-of-type(167), .kouhou__backnumList li:nth-of-type(170), .kouhou__backnumList li:nth-of-type(172), .kouhou__backnumList li:nth-of-type(173),
.col4List li:nth-of-type(2),
.col4List li:nth-of-type(4),
.col4List li:nth-of-type(5),
.col4List li:nth-of-type(7),
.col4List li:nth-of-type(10),
.col4List li:nth-of-type(12),
.col4List li:nth-of-type(13),
.col4List li:nth-of-type(15),
.col4List li:nth-of-type(18),
.col4List li:nth-of-type(20),
.col4List li:nth-of-type(21),
.col4List li:nth-of-type(23),
.col4List li:nth-of-type(26),
.col4List li:nth-of-type(28),
.col4List li:nth-of-type(29),
.col4List li:nth-of-type(31),
.col4List li:nth-of-type(34),
.col4List li:nth-of-type(36),
.col4List li:nth-of-type(37),
.col4List li:nth-of-type(39),
.col4List li:nth-of-type(42),
.col4List li:nth-of-type(44),
.col4List li:nth-of-type(45),
.col4List li:nth-of-type(47),
.col4List li:nth-of-type(50),
.col4List li:nth-of-type(52),
.col4List li:nth-of-type(53),
.col4List li:nth-of-type(55),
.col4List li:nth-of-type(58),
.col4List li:nth-of-type(60),
.col4List li:nth-of-type(61),
.col4List li:nth-of-type(63),
.col4List li:nth-of-type(66),
.col4List li:nth-of-type(68),
.col4List li:nth-of-type(69),
.col4List li:nth-of-type(71),
.col4List li:nth-of-type(74),
.col4List li:nth-of-type(76),
.col4List li:nth-of-type(77),
.col4List li:nth-of-type(79),
.col4List li:nth-of-type(82),
.col4List li:nth-of-type(84),
.col4List li:nth-of-type(85),
.col4List li:nth-of-type(87),
.col4List li:nth-of-type(90),
.col4List li:nth-of-type(92),
.col4List li:nth-of-type(93),
.col4List li:nth-of-type(95),
.col4List li:nth-of-type(98),
.col4List li:nth-of-type(100),
.col4List li:nth-of-type(101),
.col4List li:nth-of-type(103),
.col4List li:nth-of-type(106),
.col4List li:nth-of-type(108),
.col4List li:nth-of-type(109),
.col4List li:nth-of-type(111),
.col4List li:nth-of-type(114),
.col4List li:nth-of-type(116),
.col4List li:nth-of-type(117),
.col4List li:nth-of-type(119),
.col4List li:nth-of-type(122),
.col4List li:nth-of-type(124),
.col4List li:nth-of-type(125),
.col4List li:nth-of-type(127),
.col4List li:nth-of-type(130),
.col4List li:nth-of-type(132),
.col4List li:nth-of-type(133),
.col4List li:nth-of-type(135),
.col4List li:nth-of-type(138),
.col4List li:nth-of-type(140),
.col4List li:nth-of-type(141),
.col4List li:nth-of-type(143),
.col4List li:nth-of-type(146),
.col4List li:nth-of-type(148),
.col4List li:nth-of-type(149),
.col4List li:nth-of-type(151),
.col4List li:nth-of-type(154),
.col4List li:nth-of-type(156),
.col4List li:nth-of-type(157),
.col4List li:nth-of-type(159),
.col4List li:nth-of-type(162),
.col4List li:nth-of-type(164),
.col4List li:nth-of-type(165),
.col4List li:nth-of-type(167),
.col4List li:nth-of-type(170),
.col4List li:nth-of-type(172),
.col4List li:nth-of-type(173) {
    background: #eee;
  }
  .kouhou__backnumList li:nth-of-type(3), .kouhou__backnumList li:nth-of-type(6), .kouhou__backnumList li:nth-of-type(11), .kouhou__backnumList li:nth-of-type(14), .kouhou__backnumList li:nth-of-type(16), .kouhou__backnumList li:nth-of-type(17), .kouhou__backnumList li:nth-of-type(19), .kouhou__backnumList li:nth-of-type(22), .kouhou__backnumList li:nth-of-type(24), .kouhou__backnumList li:nth-of-type(25), .kouhou__backnumList li:nth-of-type(27), .kouhou__backnumList li:nth-of-type(30), .kouhou__backnumList li:nth-of-type(32), .kouhou__backnumList li:nth-of-type(33), .kouhou__backnumList li:nth-of-type(35), .kouhou__backnumList li:nth-of-type(38), .kouhou__backnumList li:nth-of-type(40), .kouhou__backnumList li:nth-of-type(41), .kouhou__backnumList li:nth-of-type(43), .kouhou__backnumList li:nth-of-type(46), .kouhou__backnumList li:nth-of-type(48), .kouhou__backnumList li:nth-of-type(49), .kouhou__backnumList li:nth-of-type(51), .kouhou__backnumList li:nth-of-type(54), .kouhou__backnumList li:nth-of-type(56), .kouhou__backnumList li:nth-of-type(57), .kouhou__backnumList li:nth-of-type(59), .kouhou__backnumList li:nth-of-type(62), .kouhou__backnumList li:nth-of-type(64), .kouhou__backnumList li:nth-of-type(65), .kouhou__backnumList li:nth-of-type(67), .kouhou__backnumList li:nth-of-type(70), .kouhou__backnumList li:nth-of-type(72), .kouhou__backnumList li:nth-of-type(73), .kouhou__backnumList li:nth-of-type(75), .kouhou__backnumList li:nth-of-type(78), .kouhou__backnumList li:nth-of-type(80), .kouhou__backnumList li:nth-of-type(81), .kouhou__backnumList li:nth-of-type(83), .kouhou__backnumList li:nth-of-type(86), .kouhou__backnumList li:nth-of-type(88), .kouhou__backnumList li:nth-of-type(89), .kouhou__backnumList li:nth-of-type(91), .kouhou__backnumList li:nth-of-type(94), .kouhou__backnumList li:nth-of-type(96), .kouhou__backnumList li:nth-of-type(97), .kouhou__backnumList li:nth-of-type(99), .kouhou__backnumList li:nth-of-type(102), .kouhou__backnumList li:nth-of-type(104), .kouhou__backnumList li:nth-of-type(105), .kouhou__backnumList li:nth-of-type(107), .kouhou__backnumList li:nth-of-type(110), .kouhou__backnumList li:nth-of-type(112), .kouhou__backnumList li:nth-of-type(113), .kouhou__backnumList li:nth-of-type(115), .kouhou__backnumList li:nth-of-type(118), .kouhou__backnumList li:nth-of-type(120), .kouhou__backnumList li:nth-of-type(121), .kouhou__backnumList li:nth-of-type(123), .kouhou__backnumList li:nth-of-type(126), .kouhou__backnumList li:nth-of-type(128), .kouhou__backnumList li:nth-of-type(129), .kouhou__backnumList li:nth-of-type(131), .kouhou__backnumList li:nth-of-type(134), .kouhou__backnumList li:nth-of-type(136), .kouhou__backnumList li:nth-of-type(137), .kouhou__backnumList li:nth-of-type(139), .kouhou__backnumList li:nth-of-type(142), .kouhou__backnumList li:nth-of-type(144), .kouhou__backnumList li:nth-of-type(145), .kouhou__backnumList li:nth-of-type(147), .kouhou__backnumList li:nth-of-type(150), .kouhou__backnumList li:nth-of-type(152), .kouhou__backnumList li:nth-of-type(153), .kouhou__backnumList li:nth-of-type(155), .kouhou__backnumList li:nth-of-type(158), .kouhou__backnumList li:nth-of-type(160), .kouhou__backnumList li:nth-of-type(161), .kouhou__backnumList li:nth-of-type(163), .kouhou__backnumList li:nth-of-type(166), .kouhou__backnumList li:nth-of-type(168), .kouhou__backnumList li:nth-of-type(169), .kouhou__backnumList li:nth-of-type(171), .kouhou__backnumList li:nth-of-type(174),
.col4List li:nth-of-type(3),
.col4List li:nth-of-type(6),
.col4List li:nth-of-type(11),
.col4List li:nth-of-type(14),
.col4List li:nth-of-type(16),
.col4List li:nth-of-type(17),
.col4List li:nth-of-type(19),
.col4List li:nth-of-type(22),
.col4List li:nth-of-type(24),
.col4List li:nth-of-type(25),
.col4List li:nth-of-type(27),
.col4List li:nth-of-type(30),
.col4List li:nth-of-type(32),
.col4List li:nth-of-type(33),
.col4List li:nth-of-type(35),
.col4List li:nth-of-type(38),
.col4List li:nth-of-type(40),
.col4List li:nth-of-type(41),
.col4List li:nth-of-type(43),
.col4List li:nth-of-type(46),
.col4List li:nth-of-type(48),
.col4List li:nth-of-type(49),
.col4List li:nth-of-type(51),
.col4List li:nth-of-type(54),
.col4List li:nth-of-type(56),
.col4List li:nth-of-type(57),
.col4List li:nth-of-type(59),
.col4List li:nth-of-type(62),
.col4List li:nth-of-type(64),
.col4List li:nth-of-type(65),
.col4List li:nth-of-type(67),
.col4List li:nth-of-type(70),
.col4List li:nth-of-type(72),
.col4List li:nth-of-type(73),
.col4List li:nth-of-type(75),
.col4List li:nth-of-type(78),
.col4List li:nth-of-type(80),
.col4List li:nth-of-type(81),
.col4List li:nth-of-type(83),
.col4List li:nth-of-type(86),
.col4List li:nth-of-type(88),
.col4List li:nth-of-type(89),
.col4List li:nth-of-type(91),
.col4List li:nth-of-type(94),
.col4List li:nth-of-type(96),
.col4List li:nth-of-type(97),
.col4List li:nth-of-type(99),
.col4List li:nth-of-type(102),
.col4List li:nth-of-type(104),
.col4List li:nth-of-type(105),
.col4List li:nth-of-type(107),
.col4List li:nth-of-type(110),
.col4List li:nth-of-type(112),
.col4List li:nth-of-type(113),
.col4List li:nth-of-type(115),
.col4List li:nth-of-type(118),
.col4List li:nth-of-type(120),
.col4List li:nth-of-type(121),
.col4List li:nth-of-type(123),
.col4List li:nth-of-type(126),
.col4List li:nth-of-type(128),
.col4List li:nth-of-type(129),
.col4List li:nth-of-type(131),
.col4List li:nth-of-type(134),
.col4List li:nth-of-type(136),
.col4List li:nth-of-type(137),
.col4List li:nth-of-type(139),
.col4List li:nth-of-type(142),
.col4List li:nth-of-type(144),
.col4List li:nth-of-type(145),
.col4List li:nth-of-type(147),
.col4List li:nth-of-type(150),
.col4List li:nth-of-type(152),
.col4List li:nth-of-type(153),
.col4List li:nth-of-type(155),
.col4List li:nth-of-type(158),
.col4List li:nth-of-type(160),
.col4List li:nth-of-type(161),
.col4List li:nth-of-type(163),
.col4List li:nth-of-type(166),
.col4List li:nth-of-type(168),
.col4List li:nth-of-type(169),
.col4List li:nth-of-type(171),
.col4List li:nth-of-type(174) {
    background: #fff;
  }
}
.kouhou__backnumList li p,
.col4List li p {
  -webkit-text-decoration-color: #17715b;
  align-items: center;
  background: url(../images/common/icon_pdf.png) no-repeat top left;
  background-size: 19px 25px;
  color: #17715b;
  display: inline-block;
  display: flex;
  letter-spacing: normal;
  line-height: 1.5;
  padding-left: 30px;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-underline-offset: 4px;
}
.kouhou__backnumList li span,
.col4List li span {
  color: #666;
  display: block;
  font-size: 86.6%;
  margin-left: 1.4em;
  padding-top: 0.5em;
}
.kouhou__backnumList li a,
.col4List li a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  left: 0;
  letter-spacing: normal;
  position: absolute;
  top: 0;
  width: 100%;
}
.kouhou__backnumList li a::before,
.col4List li a::before {
  display: none;
}
.kouhou__backnumList li:hover,
.col4List li:hover {
  background: #f4f4f4;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.kouhou__backnumList li::before,
.col4List li::before {
  display: none;
}

ul.col4List li::before {
  display: none;
}

.kouhou__btn {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 3rem 0 7rem;
}
@media print, screen and (min-width: 520px) {
  .kouhou__btn {
    margin: 7rem 0;
  }
}

.is-bg_blue .kouhou__new,
.is-bg_blue .kouhou__backnumList {
  background-color: #0000d0;
}
.is-bg_blue .kouhou__backnumList li:nth-of-type(even) {
  background-color: #0000ff;
}
.is-bg_blue .kouhou__backnumList li p,
.is-bg_blue .kouhou__backnumList li span {
  color: #ffff00;
}
.is-bg_blue .kouhou__backnumList li p,
.is-bg_blue .kouhou__new .kouhou__newLink {
  -webkit-text-decoration-color: #ffff00;
  text-decoration-color: #ffff00;
}
@media print, screen and (min-width: 520px) {
  .is-bg_blue .kouhou__backnumList li:nth-of-type(even) {
    background: #0000d0;
  }
  .is-bg_blue .kouhou__backnumList li:nth-of-type(2),
.is-bg_blue .kouhou__backnumList li:nth-of-type(3),
.is-bg_blue .kouhou__backnumList li:nth-of-type(6),
.is-bg_blue .kouhou__backnumList li:nth-of-type(7),
.is-bg_blue .kouhou__backnumList li:nth-of-type(10),
.is-bg_blue .kouhou__backnumList li:nth-of-type(11) {
    background: #0000ff;
  }
}
@media print, screen and (min-width: 1200px) {
  .is-bg_blue .kouhou__backnumList li:nth-of-type(3),
.is-bg_blue .kouhou__backnumList li:nth-of-type(6),
.is-bg_blue .kouhou__backnumList li:nth-of-type(11) {
    background: #0000d0;
  }
  .is-bg_blue .kouhou__backnumList li:nth-of-type(2),
.is-bg_blue .kouhou__backnumList li:nth-of-type(4),
.is-bg_blue .kouhou__backnumList li:nth-of-type(5),
.is-bg_blue .kouhou__backnumList li:nth-of-type(7),
.is-bg_blue .kouhou__backnumList li:nth-of-type(10),
.is-bg_blue .kouhou__backnumList li:nth-of-type(12) {
    background: #0000ff;
  }
}

.is-bg_yellow .kouhou__new,
.is-bg_yellow .kouhou__backnumList {
  background-color: #eeee00;
}
.is-bg_yellow .kouhou__backnumList li:nth-of-type(even) {
  background-color: #ffff00;
}
.is-bg_yellow .kouhou__backnumList li p,
.is-bg_yellow .kouhou__backnumList li span {
  color: #000;
}
.is-bg_yellow .kouhou__backnumList li p,
.is-bg_yellow .kouhou__new .kouhou__newLink {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
@media print, screen and (min-width: 520px) {
  .is-bg_yellow .kouhou__backnumList li:nth-of-type(even) {
    background: #eeee00;
  }
  .is-bg_yellow .kouhou__backnumList li:nth-of-type(2),
.is-bg_yellow .kouhou__backnumList li:nth-of-type(3),
.is-bg_yellow .kouhou__backnumList li:nth-of-type(6),
.is-bg_yellow .kouhou__backnumList li:nth-of-type(7),
.is-bg_yellow .kouhou__backnumList li:nth-of-type(10),
.is-bg_yellow .kouhou__backnumList li:nth-of-type(11) {
    background: #ffff00;
  }
}
@media print, screen and (min-width: 1200px) {
  .is-bg_yellow .kouhou__backnumList li:nth-of-type(3),
.is-bg_yellow .kouhou__backnumList li:nth-of-type(6),
.is-bg_yellow .kouhou__backnumList li:nth-of-type(11) {
    background: #eeee00;
  }
  .is-bg_yellow .kouhou__backnumList li:nth-of-type(2),
.is-bg_yellow .kouhou__backnumList li:nth-of-type(4),
.is-bg_yellow .kouhou__backnumList li:nth-of-type(5),
.is-bg_yellow .kouhou__backnumList li:nth-of-type(7),
.is-bg_yellow .kouhou__backnumList li:nth-of-type(10),
.is-bg_yellow .kouhou__backnumList li:nth-of-type(12) {
    background: #ffff00;
  }
}

.is-bg_black .kouhou__new,
.is-bg_black .kouhou__backnumList {
  background-color: #222;
}
.is-bg_black .kouhou__backnumList li:nth-of-type(even) {
  background-color: #000;
}
.is-bg_black .kouhou__backnumList li p,
.is-bg_black .kouhou__backnumList li span {
  color: #fff;
}
.is-bg_black .kouhou__backnumList li p,
.is-bg_black .kouhou__new .kouhou__newLink {
  -webkit-text-decoration-color: #ccc;
  text-decoration-color: #ccc;
}
@media print, screen and (min-width: 520px) {
  .is-bg_black .kouhou__backnumList li:nth-of-type(even) {
    background: #222;
  }
  .is-bg_black .kouhou__backnumList li:nth-of-type(2),
.is-bg_black .kouhou__backnumList li:nth-of-type(3),
.is-bg_black .kouhou__backnumList li:nth-of-type(6),
.is-bg_black .kouhou__backnumList li:nth-of-type(7),
.is-bg_black .kouhou__backnumList li:nth-of-type(10),
.is-bg_black .kouhou__backnumList li:nth-of-type(11) {
    background: #000;
  }
}
@media print, screen and (min-width: 1200px) {
  .is-bg_black .kouhou__backnumList li:nth-of-type(3),
.is-bg_black .kouhou__backnumList li:nth-of-type(6),
.is-bg_black .kouhou__backnumList li:nth-of-type(11) {
    background: #222;
  }
  .is-bg_black .kouhou__backnumList li:nth-of-type(2),
.is-bg_black .kouhou__backnumList li:nth-of-type(4),
.is-bg_black .kouhou__backnumList li:nth-of-type(5),
.is-bg_black .kouhou__backnumList li:nth-of-type(7),
.is-bg_black .kouhou__backnumList li:nth-of-type(10),
.is-bg_black .kouhou__backnumList li:nth-of-type(12) {
    background: #000;
  }
}

@media print, screen and (min-width: 1024px) {
  .newsBody {
    padding: 50px 100px 100px;
  }
}

.newsList {
  transition: 0.2s ease-in-out;
}
.newsList:nth-of-type(n + 2) {
  display: none;
  transition: 1s ease-in-out;
}
.newsList #news-contents,
.newsList #news-contents01,
.newsList #news-contents02,
.newsList #news-contents03,
.newsList #news-contents04,
.newsList #news-contents05,
.newsList #news-contents06 {
  background: #fff;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
}
@media print, screen and (min-width: 1024px) {
  .newsList #news-contents,
.newsList #news-contents01,
.newsList #news-contents02,
.newsList #news-contents03,
.newsList #news-contents04,
.newsList #news-contents05,
.newsList #news-contents06 {
    border-radius: 20px;
    padding: 50px 100px 100px;
  }
}
.newsList li {
  border: 2px solid rgba(255, 255, 255, 0);
  padding: 1.5em;
  position: relative;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 520px) {
  .newsList li {
    padding: 30px;
  }
}
.newsList li:nth-of-type(even) {
  background: #eee;
}
.newsList li .newsTtl {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  display: inline-block;
  line-height: 2;
  margin-top: 1em;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-underline-offset: 6px;
  width: 100%;
}
.newsList li a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.newsList li:hover {
  border: 2px solid #17715b;
  transition: 0.2s ease-in-out;
}
.newsList .pagination-container {
  margin: 5rem auto 5rem;
}
@media print, screen and (min-width: 520px) {
  .newsList .pagination-container {
    margin-bottom: 12rem;
  }
}
.newsList .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.newsList .pagination li {
  align-items: center;
  background: #f7f5f2;
  border: 1px solid #17715b;
  border-radius: 6px;
  color: #17715b;
  display: flex;
  height: 3rem;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: 0.2s ease-in-out;
  width: 3rem;
}
@media print, screen and (min-width: 520px) {
  .newsList .pagination li {
    border-radius: 10px;
    height: 5rem;
    width: 5rem;
  }
}
.newsList .pagination li.pagination__active {
  background: #17715b;
}
.newsList .pagination li.pagination__active a {
  color: #fff;
}
.newsList .pagination li a {
  align-items: center;
  color: #17715b;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.newsList .pagination li a:hover {
  background: #17715b;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.newsDate {
  color: #666;
  display: inline-block;
  font-size: 93%;
  margin-right: 1em;
}

.newsCategory {
  border: 1px solid #666;
  border-radius: 100vw;
  color: #666;
  font-size: 80%;
  padding: 0.5em 2em;
}

.is-bg_blue .newsCategory,
.is-bg_blue .newsList li .newsTtl,
.is-bg_blue .pagination__num li.pagination__active {
  color: #ffff00;
}
.is-bg_blue .newsCategory {
  border-color: #ffff00;
}
.is-bg_blue .newsList li .newsTtl {
  -webkit-text-decoration-color: #ffff00;
  text-decoration-color: #ffff00;
}
.is-bg_blue .newsList li:nth-of-type(even),
.is-bg_blue .pagination__num li.pagination__active {
  background-color: #0000d0;
}
.is-bg_blue .pagination__num li {
  border-color: #0000d0;
  color: #0000d0;
}
.is-bg_blue .pagination__num li:hover {
  background-color: #0000d0;
  color: #ffff00;
}

.is-bg_yellow .newsCategory,
.is-bg_yellow .newsList li .newsTtl,
.is-bg_yellow .pagination__num li.pagination__active {
  color: #000;
}
.is-bg_yellow .newsCategory {
  border-color: #000;
}
.is-bg_yellow .newsList li .newsTtl {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
.is-bg_yellow .newsList li:nth-of-type(even),
.is-bg_yellow .pagination__num li.pagination__active {
  background-color: #eeee00;
}
.is-bg_yellow .pagination__num li {
  border-color: #eeee00;
  color: #000;
}
.is-bg_yellow .pagination__num li:hover {
  background-color: #eeee00;
}

.is-bg_black .newsCategory,
.is-bg_black .newsList li .newsTtl,
.is-bg_black .pagination__num li.pagination__active {
  color: #fff;
}
.is-bg_black .newsCategory {
  border-color: #fff;
}
.is-bg_black .newsList li .newsTtl {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.is-bg_black .newsList li:nth-of-type(even),
.is-bg_black .pagination__num li.pagination__active {
  background-color: #222;
}
.is-bg_black .pagination__num li {
  border-color: #222;
  color: #000;
}
.is-bg_black .pagination__num li:hover {
  background-color: #222;
  color: #fff;
}

.sagasuBody {
  margin: 3rem 0 5rem;
}
@media print, screen and (min-width: 520px) {
  .sagasuBody {
    margin: 5rem 0 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .sagasuBody {
    margin: 5rem 0 10rem;
  }
}
.sagasuBody h2 {
  margin-top: 5rem;
}
@media print, screen and (min-width: 520px) {
  .sagasuBody h2 {
    margin-top: 7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .sagasuBody h2 {
    margin-top: 10rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .sagasuBody h2:nth-of-type(1) {
    margin-top: 7rem;
  }
}
.sagasuBody .listTable li p:nth-of-type(1) {
  margin-top: 0;
}

.listTable {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding: 20px;
}
@media print, screen and (min-width: 520px) {
  .listTable {
    margin-top: 35px;
    padding: 40px;
  }
}
.listTable li {
  border: 2px solid rgba(255, 255, 255, 0);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: 0.2s ease-in-out;
  width: 100%;
}
@media print, screen and (min-width: 520px) {
  .listTable li {
    padding: 26px 30px;
    width: 50%;
  }
}
.listTable li:nth-of-type(even) {
  background: #eee;
}
@media print, screen and (min-width: 520px) {
  .listTable li:nth-of-type(even) {
    background: #fff;
  }
}
@media print, screen and (min-width: 520px) {
  .listTable li:nth-of-type(2), .listTable li:nth-of-type(3), .listTable li:nth-of-type(6), .listTable li:nth-of-type(7), .listTable li:nth-of-type(10), .listTable li:nth-of-type(11), .listTable li:nth-of-type(14), .listTable li:nth-of-type(15) {
    background: #eee;
  }
}
.listTable li p {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  display: block;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-underline-offset: 4px;
}
.listTable li p::before {
  background-color: #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 1rem;
  vertical-align: middle;
  width: 6px;
}
.listTable li p:nth-of-type(n + 2) {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-top: 1.5em;
  text-decoration: none;
}
@media print, screen and (min-width: 520px) {
  .listTable li p:nth-of-type(n + 2) {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.listTable li p:nth-of-type(n + 2)::before {
  display: none;
}
.listTable li p:last-of-type {
  margin-top: 0.8em;
}
.listTable li p.listTable__txt {
  color: #333;
  display: block;
  font-size: 86.66%;
  line-height: 1.5;
  margin-top: 2rem;
  text-decoration: none;
  width: 100%;
}
.listTable li p.listTable__txt::before {
  display: none;
}
.listTable li a {
  padding: 20px;
}
.listTable li a.listTable__titleOnly {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.listTable li:hover {
  cursor: pointer;
}
.listTable li:hover p {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  text-decoration-color: #17715b;
}
.listTable li .singleInquiry__info {
  width: 100%;
}
.listTable li:hover {
  border: 2px solid #17715b;
}

.sagasu__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 3rem;
}
@media print, screen and (min-width: 520px) {
  .sagasu__btn {
    margin-top: 5rem;
  }
}
.sagasu__btn a {
  display: inline-block;
}

.is-bg_blue .listTable {
  background-color: #0000d0;
}
.is-bg_blue .listTable li:nth-of-type(even) {
  background-color: #0000ff;
}
.is-bg_blue .listTable li p,
.is-bg_blue .listTable li p.listTable__txt {
  color: #ffff00;
}
.is-bg_blue .listTable li p::before {
  background-color: #ffff00;
}
.is-bg_blue .listTable li p {
  -webkit-text-decoration-color: #ffff00;
  text-decoration-color: #ffff00;
}
@media print, screen and (min-width: 520px) {
  .is-bg_blue .listTable li:nth-of-type(even) {
    background: #0000d0;
  }
  .is-bg_blue .listTable li:nth-of-type(2),
.is-bg_blue .listTable li:nth-of-type(3),
.is-bg_blue .listTable li:nth-of-type(6),
.is-bg_blue .listTable li:nth-of-type(7),
.is-bg_blue .listTable li:nth-of-type(10),
.is-bg_blue .listTable li:nth-of-type(11) {
    background: #0000ff;
  }
}

.is-bg_yellow .listTable {
  background-color: #eeee00;
}
.is-bg_yellow .listTable li:nth-of-type(even) {
  background-color: #ffff00;
}
.is-bg_yellow .listTable li p,
.is-bg_yellow .listTable li p.listTable__txt {
  color: #000;
}
.is-bg_yellow .listTable li p::before {
  background-color: #000;
}
.is-bg_yellow .listTable li p {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
@media print, screen and (min-width: 520px) {
  .is-bg_yellow .listTable li:nth-of-type(even) {
    background: #eeee00;
  }
  .is-bg_yellow .listTable li:nth-of-type(2),
.is-bg_yellow .listTable li:nth-of-type(3),
.is-bg_yellow .listTable li:nth-of-type(6),
.is-bg_yellow .listTable li:nth-of-type(7),
.is-bg_yellow .listTable li:nth-of-type(10),
.is-bg_yellow .listTable li:nth-of-type(11) {
    background: #ffff00;
  }
}

.is-bg_black .listTable {
  background-color: #222;
}
.is-bg_black .listTable li:nth-of-type(even) {
  background-color: #000;
}
.is-bg_black .listTable li p,
.is-bg_black .listTable li p.listTable__txt {
  color: #fff;
}
.is-bg_black .listTable li p::before {
  background-color: #fff;
}
.is-bg_black .listTable li p {
  -webkit-text-decoration-color: #ccc;
  text-decoration-color: #ccc;
}
@media print, screen and (min-width: 520px) {
  .is-bg_black .listTable li:nth-of-type(even) {
    background: #222;
  }
  .is-bg_black .listTable li:nth-of-type(2),
.is-bg_black .listTable li:nth-of-type(3),
.is-bg_black .listTable li:nth-of-type(6),
.is-bg_black .listTable li:nth-of-type(7),
.is-bg_black .listTable li:nth-of-type(10),
.is-bg_black .listTable li:nth-of-type(11) {
    background: #000;
  }
}

.tokusan {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .tokusan {
    margin-bottom: 70px;
  }
}

@media print, screen and (min-width: 1024px) {
  .tokusan__inn {
    padding: 0 50px 30px;
  }
}

.tokusan__explanation {
  border: 2px solid #17715b;
  border-radius: 10px;
  margin-top: 35px;
  padding: 30px 20px;
}
@media print, screen and (min-width: 1024px) {
  .tokusan__explanation {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-top: 65px;
    padding: 60px 50px;
  }
}

@media print, screen and (min-width: 1024px) {
  .tokusan__explanationTxt {
    width: 51%;
  }
}
.tokusan__explanationTxt h3 {
  color: #17715b;
  font-size: 146%;
  font-weight: 700;
  margin-top: 0;
}
.tokusan__explanationTxt p {
  line-height: 2;
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .tokusan__explanationTxt p {
    margin-top: 40px;
  }
}

.tokusan__explanationImg {
  -webkit-column-gap: 3%;
  -moz-column-gap: 3%;
  column-gap: 3%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  max-width: 390px;
}
@media print, screen and (min-width: 1024px) {
  .tokusan__explanationImg {
    flex-wrap: wrap;
    margin-top: 0;
    row-gap: 1rem;
    width: 40%;
  }
}
.tokusan__explanationImg img {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  width: 48.5%;
}
@media print, screen and (min-width: 1024px) {
  .tokusan__explanationImg img {
    width: 18rem;
  }
}

.tokusan__inn {
  margin-top: 20px;
}
.tokusan__inn h2 {
  background: #f7f5f2;
  border-radius: 10px;
  font-size: clamp(1.6rem, 1.275rem + 1.45vw, 2.2rem);
  line-height: 1.6;
  margin: 30px 0 0;
  padding: 15px 20px 17px 35px;
  position: relative;
}
@media print, screen and (min-width: 520px) {
  .tokusan__inn h2 {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .tokusan__inn h2 {
    border-radius: 20px;
    font-weight: 900;
    margin: 50px 0 0;
    padding: 21px 30px 24px 60px;
  }
}
.tokusan__inn h2::before {
  background: #17715b;
  content: "";
  height: calc(100% - 4.3rem);
  left: 20px;
  position: absolute;
  top: 2.2rem;
  width: 3px;
}
@media print, screen and (min-width: 1024px) {
  .tokusan__inn h2::before {
    height: calc(100% - 5.5rem);
    left: 30px;
    top: 2.7rem;
    width: 4px;
  }
}

.tokusan__itemWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  row-gap: 4rem;
}
@media print, screen and (min-width: 520px) {
  .tokusan__itemWrap {
    -webkit-column-gap: 3%;
    -moz-column-gap: 3%;
    column-gap: 3%;
    margin-top: 50px;
    row-gap: 9rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .tokusan__itemWrap {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding-bottom: 30px;
  }
}

.tokusan__item {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 520px) {
  .tokusan__item {
    border-bottom: none;
    padding-bottom: 0;
    width: 48.5%;
  }
}
@media print, screen and (min-width: 1200px) {
  .tokusan__item {
    width: 31.2%;
  }
}
.tokusan__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media print, screen and (min-width: 520px) {
  .tokusan__item:nth-of-type(odd) {
    border-right: 1px solid #eee;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tokusan__item:nth-of-type(odd) {
    border-right: none;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 520px) {
  .tokusan__item:nth-of-type(even) {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tokusan__item:nth-of-type(even) {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .tokusan__item:nth-of-type(1), .tokusan__item:nth-of-type(4), .tokusan__item:nth-of-type(7), .tokusan__item:nth-of-type(10) {
    padding-right: 34px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tokusan__item:nth-of-type(3), .tokusan__item:nth-of-type(6), .tokusan__item:nth-of-type(9) {
    padding-left: 34px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tokusan__item:nth-of-type(2), .tokusan__item:nth-of-type(5), .tokusan__item:nth-of-type(8), .tokusan__item:nth-of-type(11) {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0 34px;
    width: 37.5%;
  }
}
.tokusan__item img {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  width: 50%;
}
@media print, screen and (min-width: 1200px) {
  .tokusan__item img {
    width: 15rem;
  }
}
.tokusan__item h3 {
  font-size: 120%;
  font-weight: 700;
  margin-top: 22px;
  text-align: center;
}

.tokusan__itemExplanation {
  line-height: 2;
  margin-top: 20px;
}

.tokusan__itemInfo {
  color: #17715b;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 1em;
}

.tokusan__info h3,
.seeing__info h3 {
  border-bottom: 2px solid #17715b;
  color: #17715b;
  font-size: clamp(1.6rem, 1.275rem + 1.45vw, 2.2rem);
  font-weight: 700;
  margin: 30px 0 0;
  padding-bottom: 1em;
  padding-left: 1.3em;
  position: relative;
}
@media print, screen and (min-width: 520px) {
  .tokusan__info h3,
.seeing__info h3 {
    margin: 50px 0 0;
  }
}
.tokusan__info h3::before,
.seeing__info h3::before {
  border: 3px solid #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.9em;
  left: 0;
  margin-right: 0.4em;
  position: absolute;
  top: 0.1em;
  width: 0.9em;
}
.tokusan__info table,
.seeing__info table {
  margin-top: 30px;
  width: 100%;
}
.tokusan__info table tr,
.seeing__info table tr {
  border: none;
}
.tokusan__info table th,
.tokusan__info table td,
.seeing__info table th,
.seeing__info table td {
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  padding: 15px 0;
}
@media print, screen and (min-width: 520px) {
  .tokusan__info table th,
.tokusan__info table td,
.seeing__info table th,
.seeing__info table td {
    padding: 20px 0;
  }
}
.tokusan__info table th,
.seeing__info table th {
  padding-right: 1em;
  text-align: left;
  width: 6em;
}
@media print, screen and (min-width: 520px) {
  .tokusan__info table th,
.seeing__info table th {
    width: 130px;
  }
}
.tokusan__info table td,
.seeing__info table td {
  border-right: none;
  width: calc(100% - 7em);
}
@media print, screen and (min-width: 520px) {
  .tokusan__info table td,
.seeing__info table td {
    width: calc(100% - 130px);
  }
}
.tokusan__info table td a.hpLink,
.seeing__info table td a.hpLink {
  -webkit-text-decoration-color: #17715b;
  color: #17715b;
  text-decoration: underline;
  text-decoration-color: #17715b;
  text-underline-offset: 4px;
}
@media print, screen and (min-width: 1024px) {
  .tokusan__info:last-of-type h3,
.seeing__info:last-of-type h3 {
    margin-top: 80px;
  }
}

.is-bg_blue .tokusan__inn h2 {
  color: #0000ff;
}
.is-bg_blue .tokusan__itemInfo,
.is-bg_blue .tokusan__info table td a.hpLink,
.is-bg_blue .seeing__info table td a.hpLink,
.is-bg_blue .tokusan__info h3,
.is-bg_blue .seeing__info h3 {
  color: #ffff00;
}
.is-bg_blue .tokusan__inn h2 {
  background-color: #0000ff;
  border: 1px solid #ffff00;
  color: #ffff00;
}
.is-bg_blue .tokusan__inn h2::before {
  background-color: #ffff00;
}
.is-bg_blue .tokusan__explanation {
  border: 2px solid #fff;
}
.is-bg_blue .tokusan__explanation h3 {
  color: #fff;
}
.is-bg_blue .tokusan__info h3::before,
.is-bg_blue .seeing__info h3::before,
.is-bg_blue .tokusan__info h3,
.is-bg_blue .seeing__info h3 {
  border-color: #ccc;
}
.is-bg_blue .tokusan__info table td a.hpLink,
.is-bg_blue .seeing__info table td a.hpLink {
  -webkit-text-decoration-color: #ffff00;
  text-decoration-color: #ffff00;
}

.is-bg_yellow .tokusan__inn h2 {
  color: #000;
}
.is-bg_yellow .tokusan__itemInfo,
.is-bg_yellow .tokusan__info table td a.hpLink,
.is-bg_yellow .seeing__info table td a.hpLink,
.is-bg_yellow .tokusan__info h3,
.is-bg_yellow .seeing__info h3 {
  color: #000;
}
.is-bg_yellow .tokusan__inn h2 {
  background-color: #ffff00;
  border: 1px solid #000;
  color: #000;
}
.is-bg_yellow .tokusan__inn h2::before {
  background-color: #000;
}
.is-bg_yellow .tokusan__explanation {
  border: 2px solid #222;
}
.is-bg_yellow .tokusan__explanation h3 {
  color: #000;
}
.is-bg_yellow .tokusan__info h3::before,
.is-bg_yellow .seeing__info h3::before,
.is-bg_yellow .tokusan__info h3,
.is-bg_yellow .seeing__info h3 {
  border-color: #222;
}
.is-bg_yellow .tokusan__info table td a.hpLink,
.is-bg_yellow .seeing__info table td a.hpLink {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}

.is-bg_black .tokusan__inn h2 {
  color: #fff;
}
.is-bg_black .tokusan__itemInfo,
.is-bg_black .tokusan__info table td a.hpLink,
.is-bg_black .seeing__info table td a.hpLink,
.is-bg_black .tokusan__info h3,
.is-bg_black .seeing__info h3 {
  color: #fff;
}
.is-bg_black .tokusan__inn h2 {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}
.is-bg_black .tokusan__inn h2::before {
  background-color: #fff;
}
.is-bg_black .tokusan__explanation {
  border: 2px solid #ccc;
}
.is-bg_black .tokusan__explanation h3 {
  color: #ccc;
}
.is-bg_black .tokusan__info h3::before,
.is-bg_black .seeing__info h3::before,
.is-bg_black .tokusan__info h3,
.is-bg_black .seeing__info h3 {
  border-color: #fff;
}
.is-bg_black .tokusan__info table td a.hpLink,
.is-bg_black .seeing__info table td a.hpLink {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.entryBody ul.tabGroup {
  border-bottom: 2px solid #17715b;
  display: flex;
  width: 100%;
}
.entryBody ul.tabGroup li {
  background: #fff;
  border: 2px solid #17715b;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  color: #17715b;
  line-height: 1;
  margin: 0;
  padding: 0.8em 1em;
  text-indent: 0;
  transition: 0.2s ease-in-out;
  /* &.is-active {
    background: #fff;
    color: $maincolor;
    transition: 0.2s ease-in-out;
  } */
}
@media print, screen and (min-width: 520px) {
  .entryBody ul.tabGroup li {
    padding: 0.8em 2em;
  }
}
.entryBody ul.tabGroup li::before {
  display: none;
}
.entryBody ul.tabGroup li.is-active {
  background: #17715b;
  color: #fff;
}
.entryBody ul.tabGroup li:hover {
  background: #17715b;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 520px) {
  .entryBody {
    margin-top: 5rem;
  }
}

.panel {
  display: none;
}
.panel.is-show {
  display: block;
}

.event__calenderBtn {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .event__calenderBtn {
    margin-top: 5rem;
  }
}
.event__calenderBtn a {
  background: #17715b;
  border: 1px solid #17715b;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
}
@media print, screen and (min-width: 1024px) {
  .event__calenderBtn a {
    border-radius: 10px;
    padding: 0.8em 2em;
  }
}
.event__calenderBtn a:hover {
  background: #fff;
  color: #17715b;
  opacity: 1;
}
.event__calenderBtn p {
  color: #17715b;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media print, screen and (min-width: 1024px) {
  .event__calenderBtn p {
    font-size: 3rem;
  }
}

.eventCalender {
  border-bottom: 1px solid #ccc;
  margin-top: 2rem;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .eventCalender {
    margin-top: 3rem;
  }
}
.eventCalender th {
  background: #eee;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 1em 0;
  width: 14.2857142857%;
}
.eventCalender th.sat__bg {
  background: #c2d9ff;
  border-right: 1px solid #ccc;
}
.eventCalender th.sun__bg {
  background: #ffc3c3;
}
.eventCalender td {
  font-size: 84.6%;
  letter-spacing: normal;
}
.eventCalender td.holiday {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 0;
  width: 0;
}
@media print, screen and (min-width: 520px) {
  .eventCalender td.holiday {
    padding: 0.5rem;
    width: calc(100% - 4em);
  }
}
.eventCalender td.holiday span {
  display: none;
}
@media print, screen and (min-width: 520px) {
  .eventCalender td.holiday span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
.eventCalender td.day {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 0.5rem;
  text-align: right;
}
@media print, screen and (min-width: 520px) {
  .eventCalender td.day {
    padding: 0.7rem 0.5rem;
    width: 4em;
  }
}
.eventCalender td.sun, .eventCalender td.dayHoliday {
  color: #da0000;
}
.eventCalender td.sat {
  color: #0037da;
}
.eventCalender td.schedule {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #eee;
  height: 3em;
  max-height: 100em;
  vertical-align: text-top;
}
@media print, screen and (min-width: 1024px) {
  .eventCalender td.schedule {
    height: 5em;
  }
}
.eventCalender td.schedule a {
  background: #dfffdb;
  display: block;
  line-height: 1.25;
  padding: 0.3rem;
  position: relative;
  text-underline-offset: 2px;
}
@media print, screen and (min-width: 1024px) {
  .eventCalender td.schedule a {
    padding: 0.5rem 0.7rem 1rem;
  }
}
.eventCalender td.schedule a::before {
  background-color: #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 4px;
  margin-right: 0.3rem;
  vertical-align: middle;
  width: 4px;
}

.event__list {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .event__list {
    margin-top: 5rem;
  }
}

.eventList {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-top: 2rem;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .eventList {
    margin-top: 5rem;
  }
}
.eventList th,
.eventList td {
  padding: 1rem;
  text-align: left;
}
.eventList th {
  background: #eee;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.eventList td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 1rem;
  position: relative;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1024px) {
  .eventList td {
    padding: 2rem;
  }
}
.eventList td a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.eventList td p {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
  color: #17715b;
  line-height: 1.25;
  margin-top: 0;
  position: relative;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 2px;
  text-underline-offset: 5px;
  transition: 0.2s ease-in-out;
}
.eventList td p::before {
  background-color: #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 4px;
  margin-right: 0.3rem;
  vertical-align: middle;
  width: 4px;
}
.eventList td:hover {
  background: #efffec;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.eventList td:hover p {
  -webkit-text-decoration-color: #17715b;
  text-decoration-color: #17715b;
  transition: 0.2s ease-in-out;
}

.is-bg_blue .eventCalender th h2,
.is-bg_blue .entryBody .eventCalender td.schedule a,
.is-bg_blue .eventCalender th,
.is-bg_blue .eventList th,
.is-bg_blue .eventList td p:hover,
.is-bg_blue .entryBody ul.tabGroup li {
  color: #0000ff !important;
}
.is-bg_blue .event__calenderBtn p,
.is-bg_blue .eventList td p,
.is-bg_blue .entryBody ul.tabGroup li:hover.is-active,
.is-bg_blue .entryBody ul.tabGroup li.is-active,
.is-bg_blue .entryBody ul.tabGroup li:hover,
.is-bg_blue .entryBody ul.tabGroup li,
.is-bg_blue .event__calenderBtn a:hover {
  color: #ffff00 !important;
}
.is-bg_blue .eventCalender td.sat,
.is-bg_blue .entryBody ul.tabGroup li.is-active {
  color: #fff;
}
.is-bg_blue .entryBody ul.tabGroup li.is-active,
.is-bg_blue .event__calenderBtn a,
.is-bg_blue .entryBody ul.tabGroup li:hover {
  background-color: #0000d0;
}
.is-bg_blue .entryBody ul.tabGroup li,
.is-bg_blue .event__calenderBtn a:hover {
  background-color: #0000ff;
}
.is-bg_blue .event__calenderBtn a,
.is-bg_blue .entryBody ul.tabGroup li,
.is-bg_blue .entryBody ul.tabGroup,
.is-bg_blue .entryBody ul.tabGroup li {
  border-color: #0000d0;
}
.is-bg_blue .eventList td p::before {
  background-color: #ffff00;
}
.is-bg_blue .eventList td:hover p {
  -webkit-text-decoration-color: #0000ff;
  text-decoration-color: #0000ff;
}

.is-bg_yellow .eventCalender th h2,
.is-bg_yellow .entryBody .eventCalender td.schedule a,
.is-bg_yellow .eventCalender th,
.is-bg_yellow .eventList th,
.is-bg_yellow .eventList td p:hover,
.is-bg_yellow .entryBody ul.tabGroup li {
  color: #000 !important;
}
.is-bg_yellow .event__calenderBtn p,
.is-bg_yellow .eventList td p,
.is-bg_yellow .entryBody ul.tabGroup li:hover.is-active,
.is-bg_yellow .entryBody ul.tabGroup li.is-active,
.is-bg_yellow .entryBody ul.tabGroup li:hover,
.is-bg_yellow .entryBody ul.tabGroup li,
.is-bg_yellow .event__calenderBtn a:hover {
  color: #000 !important;
}
.is-bg_yellow .eventCalender td.sat,
.is-bg_yellow .entryBody ul.tabGroup li.is-active {
  color: #0000ff;
}
.is-bg_yellow .entryBody ul.tabGroup li,
.is-bg_yellow .event__calenderBtn a:hover {
  background-color: #ffff00;
}
.is-bg_yellow .entryBody ul.tabGroup li.is-active,
.is-bg_yellow .event__calenderBtn a,
.is-bg_yellow .entryBody ul.tabGroup li:hover {
  background-color: #eeee00;
}
.is-bg_yellow .event__calenderBtn a,
.is-bg_yellow .entryBody ul.tabGroup li,
.is-bg_yellow .entryBody ul.tabGroup,
.is-bg_yellow .entryBody ul.tabGroup li {
  border-color: #eeee00;
}
.is-bg_yellow .eventList td p::before {
  background-color: #000;
}
.is-bg_yellow .eventList td:hover p {
  -webkit-text-decoration-color: #ffff00;
  text-decoration-color: #ffff00;
}

.is-bg_black .eventCalender th h2,
.is-bg_black .entryBody .eventCalender td.schedule a,
.is-bg_black .eventCalender th,
.is-bg_black .eventList th,
.is-bg_black .eventList td p:hover,
.is-bg_black .entryBody ul.tabGroup li {
  color: #000 !important;
}
.is-bg_black .event__calenderBtn p,
.is-bg_black .eventList td p,
.is-bg_black .entryBody ul.tabGroup li:hover.is-active,
.is-bg_black .entryBody ul.tabGroup li.is-active,
.is-bg_black .entryBody ul.tabGroup li:hover,
.is-bg_black .entryBody ul.tabGroup li,
.is-bg_black .event__calenderBtn a:hover {
  color: #fff !important;
}
.is-bg_black .eventCalender td.sat,
.is-bg_black .entryBody ul.tabGroup li.is-active {
  color: #fff;
}
.is-bg_black .entryBody ul.tabGroup li,
.is-bg_black .event__calenderBtn a:hover {
  background-color: #000;
}
.is-bg_black .entryBody ul.tabGroup li.is-active,
.is-bg_black .event__calenderBtn a,
.is-bg_black .entryBody ul.tabGroup li:hover,
.is-bg_black .eventList td:hover p::before {
  background-color: #222;
}
.is-bg_black .event__calenderBtn a,
.is-bg_black .entryBody ul.tabGroup li,
.is-bg_black .entryBody ul.tabGroup,
.is-bg_black .entryBody ul.tabGroup li {
  border-color: #222;
}
.is-bg_black .eventList td p::before {
  background-color: #fff;
}
.is-bg_black .eventList td:hover p {
  -webkit-text-decoration-color: #222;
  text-decoration-color: #222;
}

.fc .fc-scroller {
  overflow: hidden !important;
}

table.fc-col-header {
  margin-top: 0;
  width: 100% !important;
}
table.fc-col-header th {
  background: #eee;
  padding: 1em 0;
}
table.fc-col-header th a.fc-col-header-cell-cushion {
  color: inherit;
  text-decoration: none;
}
table.fc-col-header th.fc-col-header-cell.fc-day.fc-day-sat {
  background: #c2d9ff;
}
table.fc-col-header th.fc-col-header-cell.fc-day.fc-day-sun {
  background: #ffc3c3;
}

tr.fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid td {
  padding: 0;
}

.fc-daygrid-body.fc-daygrid-body-unbalanced {
  height: 100%;
  width: 100% !important;
}

table.fc-scrollgrid-sync-table {
  height: 100% !important;
  margin: 0;
  width: 100% !important;
}

table.fc-scrollgrid a {
  display: block;
}

td.fc-day-sun .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-bg .fc-daygrid-bg-harness .fc-non-business {
  background: rgba(255, 195, 195, 0.2);
}

td.fc-day-sat .fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-bg .fc-daygrid-bg-harness .fc-non-business {
  background: rgba(194, 217, 255, 0.2);
}

.fc .fc-daygrid-day-number {
  color: inherit;
  text-decoration: none;
}
.fc .fc-daygrid-day-number:hover {
  opacity: 1;
}

.fc-header-toolbar {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .fc-header-toolbar {
    margin-top: 5rem;
  }
}
.fc-header-toolbar h2.fc-toolbar-title {
  background: none;
  color: #17715b;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 520px) {
  .fc-header-toolbar h2.fc-toolbar-title {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .fc-header-toolbar h2.fc-toolbar-title {
    font-size: 3rem;
  }
}
.fc-header-toolbar .fc .fc-button-primary {
  background-color: #17715b;
  border-color: #17715b;
}

.fc-h-event .fc-event-title-container {
  background: #ddf5da;
  border-radius: 3px;
  color: #000;
  padding: 3px;
}

table.fc-scrollgrid a {
  border-color: #70b491;
  border-radius: 4px;
}
table.fc-scrollgrid a:hover {
  border-color: #17715b;
}

.fc-daygrid-event-dot {
  display: none;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  background: #ddf5da;
  border: 1px solid #70b491;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end:hover,
.fc-direction-rtl .fc-daygrid-event.fc-event-start:hover {
  border-color: #17715b;
}

.fc-daygrid-dot-event .fc-event-title {
  font-weight: normal;
  line-height: 1.3;
  padding: 1px;
  text-decoration: unset;
  white-space: initial;
}
.fc-daygrid-dot-event .fc-event-title:hover {
  border-color: #17715b;
}

.fc-h-event .fc-event-title {
  line-height: 1.3;
  text-decoration: unset;
  white-space: initial;
}

.fc .fc-daygrid-event {
  margin-top: 3px;
}
.fc .fc-daygrid-event:nth-of-type(1) {
  margin-top: 0;
}

#calendarList.fc .fc-view-harness-active > .fc-view {
  left: 0;
  position: relative;
  top: 0;
}
#calendarList .fc-view-harness.fc-view-harness-active {
  height: auto !important;
}
#calendarList .fc-list-day-cushion.fc-cell-shaded a {
  color: #000;
  text-decoration: none;
}
#calendarList.fc .fc-list-event-dot {
  border-color: #70b491;
}
#calendarList .fc-theme-standard .fc-list-day-cushion {
  padding: 10px 20px;
}
#calendarList .fc-theme-standard .fc-list {
  border-top: none;
}
#calendarList table,
#calendarList .kouhou_table {
  margin-top: 0;
}

table.fc-scrollgrid a.holiday {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  table.fc-scrollgrid a.holiday {
    background: none;
    border: none;
    color: #eb0000;
    cursor: text;
    display: block;
  }
  table.fc-scrollgrid a.holiday:hover {
    border: none;
    color: #eb0000;
    opacity: 1;
  }
  table.fc-scrollgrid a.holiday .fc-event-main {
    background: nonne;
  }
  table.fc-scrollgrid a.holiday .fc-event-title-container {
    background: none;
    color: #eb0000;
    padding: 0;
  }
}

.fc-direction-ltr .holiday.fc-daygrid-event.fc-event-end,
.fc-direction-rtl .holiday.fc-daygrid-event.fc-event-start {
  background: none;
  border: none;
}

.fc .fc-daygrid-event-harness a.holiday {
  font-size: 85%;
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 1024px) {
  .fc .fc-daygrid-event-harness a.holiday {
    left: 2px;
    position: absolute;
    top: -2em;
  }
}

#calendar.fc .fc-view-harness-active > .fc-view {
  height: 100%;
  position: relative;
}
#calendar table.fc-scrollgrid.fc-scrollgrid-liquid {
  margin-top: 0;
}
#calendar .fc-view-harness.fc-view-harness-active {
  height: 100% !important;
}
#calendar.fc .fc-scroller-liquid-absolute {
  position: relative;
}
#calendar.fc .fc-daygrid-day-frame {
  height: 100%;
  min-height: 100px;
}
#calendar .fc-daygrid-event-harness:last-of-type {
  margin-top: 5px !important;
}

.fc-header-toolbar .fc-toolbar .fc-toolbar-chunk:nth-of-type(1) {
  order: 2;
}
.fc-header-toolbar .fc-toolbar .fc-toolbar-chunk:nth-of-type(2) {
  order: 1;
}
.fc-header-toolbar .fc-toolbar .fc-toolbar-chunk:nth-of-type(3) {
  order: 3;
}
@media print, screen and (min-width: 520px) {
  .fc-header-toolbar .fc-toolbar .fc-toolbar-chunk:nth-of-type(1) {
    order: 1;
  }
  .fc-header-toolbar .fc-toolbar .fc-toolbar-chunk:nth-of-type(2) {
    order: 2;
  }
  .fc-header-toolbar .fc-toolbar .fc-toolbar-chunk:nth-of-type(3) {
    order: 3;
  }
}

.fc .fc-button-primary {
  background-color: #17715b;
  border-color: #17715b;
}

.fc .fc-button {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 520px) {
  .fc .fc-button {
    font-size: 1em;
  }
}

a.event-cat1 {
  background: #edf6ff !important;
  border: 1px solid #9ad1f7 !important;
}

a.event-cat2 {
  background: #fff1f5 !important;
  border: 1px solid #ffb8c8 !important;
}

a.event-cat3 {
  background: #fff5e6 !important;
  border: 1px solid #e8d29f !important;
}

a.event-cat4 {
  background: #ddf5da !important;
  border: 1px solid #70b491 !important;
}

.singleBody table tr.event-cat1 td.fc-list-event-graphic .fc-list-event-dot {
  border-color: #9ad1f7 !important;
}

.singleBody table tr.event-cat2 td.fc-list-event-graphic .fc-list-event-dot {
  border-color: #ffb8c8 !important;
}

.singleBody table tr.event-cat3 td.fc-list-event-graphic .fc-list-event-dot {
  border-color: #e8d29f !important;
}

.singleBody table tr.event-cat3 td.fc-list-event-graphic .fc-list-event-dot {
  border-color: #70b491 !important;
}

p.healthHeading {
  font-size: clamp(1.7rem, 1.266rem + 1.93vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  position: relative;
}
p.healthHeading::before {
  border: 0.3rem solid #17715b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.9em;
  margin-right: 0.4em;
  width: 0.9em;
}

.event__health .kouhou__new {
  background: #f9f9f9;
}
.event__health .kouhou__backnumList {
  background: #f9f9f9;
}
.event__health .kouhou__item:nth-of-type(1), .event__health .kouhou__item:nth-of-type(5), .event__health .kouhou__item:nth-of-type(9) {
  background: #fff;
}
.event__health .kouhou__item:nth-of-type(1):hover, .event__health .kouhou__item:nth-of-type(5):hover, .event__health .kouhou__item:nth-of-type(9):hover {
  background: #f4f4f4;
}
@media print, screen and (min-width: 1024px) {
  .event__health .kouhou__item:nth-of-type(5) {
    background: #fff;
  }
}
@media print, screen and (min-width: 1200px) {
  .event__health .kouhou__item:nth-of-type(5) {
    background: #eee;
  }
}
.event__health .kouhou__item::before {
  display: none;
}
.event__health .kouhou__item p {
  margin-top: 0;
}
.event__health .kouhou__btn a {
  text-decoration: none;
}

.kouhou__btn.healthBtn {
  text-align: center;
}

.bousai {
  background: #f8e7e8;
}
.bousai .pageHeader {
  justify-content: end;
}
.bousai .bousaiStyle01 {
  font-size: clamp(1.7rem, 1.266rem + 1.93vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  position: relative;
}
.bousai .bousaiStyle01::before {
  border: 0.3rem solid #d00d2d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.9em;
  margin-right: 0.4em;
  width: 0.9em;
}

.bousaiHeader {
  background: #7f1218;
  color: #fff;
  padding: 30px;
}
@media print, screen and (min-width: 1024px) {
  .bousaiHeader {
    align-items: center;
    display: flex;
    gap: 7%;
    padding: 56px 100px 47px;
  }
}
.bousaiHeader h1 {
  font-size: 2.3rem;
  font-weight: 900;
}
@media print, screen and (min-width: 1024px) {
  .bousaiHeader h1 {
    font-size: 3rem;
    min-width: 20rem;
    width: 18%;
  }
}
.bousaiHeader p {
  line-height: 1.7;
  margin-top: 20px;
}
.bousaiHeader p span {
  border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 1024px) {
  .bousaiHeader p {
    line-height: 2;
    margin-top: 0;
    width: 75%;
  }
}

.bousaiBody--top {
  margin: 0 auto;
  width: calc(100% - 40px);
}
.bousaiBody--top a {
  -webkit-text-decoration-color: #003399;
  color: #003399;
  text-decoration: underline;
  text-decoration-color: #003399;
  text-underline-offset: 5px;
}
.bousaiBody--top a.blank {
  border-bottom: 1px solid #003399;
  padding-bottom: 0.2rem;
  text-decoration: none;
}
.bousaiBody--top a.blank::after {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20439.7%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23003399%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_2%22%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M96%2C0V343.7h416V0H96ZM472%2C303.7H136V39.7H472V303.7Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2240%20399.7%2040%20223.7%2040%2063.7%2040%2023.7%200%2023.7%200%20439.7%20416%20439.7%20416%20399.7%20376%20399.7%2040%20399.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: inline-block;
  height: 13px;
  margin-left: 5px;
  width: 14px;
}
.bousaiBody--top a:hover {
  -webkit-text-decoration-color: #333;
  color: #333;
  text-decoration-color: #333;
}
.bousaiBody--top a:hover.blank {
  border-color: #333;
}
.bousaiBody--top a:hover.blank::after {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20439.7%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23333333%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_2%22%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M96%2C0V343.7h416V0H96ZM472%2C303.7H136V39.7H472V303.7Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2240%20399.7%2040%20223.7%2040%2063.7%2040%2023.7%200%2023.7%200%20439.7%20416%20439.7%20416%20399.7%20376%20399.7%2040%20399.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  content: "";
  display: inline-block;
}
@media print, screen and (min-width: 1024px) {
  .bousaiBody--top {
    max-width: 1210px;
    padding: 0 30px 0;
    width: 100%;
  }
}

.bousai__naviList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media print, screen and (min-width: 1024px) {
  .bousai__naviList {
    gap: 30px;
  }
}
.bousai__naviList li {
  background: #fff;
  border: 3px solid #8a171c;
  border-radius: 10px;
  min-height: 200px;
  min-width: 20rem;
  padding-top: 48px;
  position: relative;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1024px) {
  .bousai__naviList li {
    border: 4px solid #8a171c;
    border-radius: 20px;
  }
}
.bousai__naviList li a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.bousai__naviList li img {
  display: block;
  margin: 0 auto;
}
.bousai__naviList li p {
  -webkit-transform: translateX(-50%);
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
  font-size: 113%;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 5px;
  top: 150px;
  transform: translateX(-50%);
  transition: 0.2s ease-in-out;
  white-space: nowrap;
}
@media print, screen and (min-width: 1024px) {
  .bousai__naviList li p {
    padding-bottom: 30px;
  }
}
.bousai__naviList li:nth-of-type(1) img {
  width: 141px;
}
.bousai__naviList li:nth-of-type(2) img {
  width: 71px;
}
.bousai__naviList li:nth-of-type(3) img {
  width: 70px;
}
.bousai__naviList li:hover {
  border-color: #d00d2d;
  transition: 0.2s ease-in-out;
}
.bousai__naviList li:hover p {
  -webkit-text-decoration-color: #003399;
  color: #003399;
  cursor: pointer;
  text-decoration-color: #003399;
  transition: 0.2s ease-in-out;
}

.bousai__info,
.bousai__important {
  background-color: #fff;
  border: 3px solid #d00d2d;
  border-radius: 10px;
  margin: 30px 0 0;
  padding: 30px 25px;
}
@media print, screen and (min-width: 1024px) {
  .bousai__info,
.bousai__important {
    border-radius: 20px;
    margin-top: 70px;
    padding: 70px 70px 66px 85px;
  }
}
.bousai__info h2,
.bousai__important h2 {
  color: #cc1820;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .bousai__info h2,
.bousai__important h2 {
    font-size: 2.5rem;
  }
}
.bousai__info p.date,
.bousai__important p.date {
  color: #666;
  margin-top: 20px;
  text-align: right;
}
@media print, screen and (min-width: 1024px) {
  .bousai__info p.date,
.bousai__important p.date {
    margin-top: 45px;
  }
}

.bousai__infoTxt {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .bousai__infoTxt {
    margin-top: 35px;
  }
}
.bousai__infoTxt p {
  margin-top: 1em;
}
@media print, screen and (min-width: 1024px) {
  .bousai__infoTxt p {
    padding-right: 15px;
  }
}

.bousai__important {
  margin: 20px 0 0;
}
@media print, screen and (min-width: 1024px) {
  .bousai__important {
    align-items: center;
    border-radius: 20px;
    display: flex;
    margin-top: 50px;
    padding: 50px 85px;
  }
}
.bousai__important h2 {
  border-bottom: 2px solid #d00d2d;
  color: #d00d2d;
  font-size: 1.8rem;
  font-weight: 900;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 1024px) {
  .bousai__important h2 {
    border-bottom: none;
    font-size: 2.5rem;
    max-width: 14.7rem;
    min-width: 22rem;
    padding: 18px 1em 0 0;
    width: 8em;
  }
}

.bousai__importantList {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .bousai__importantList {
    border-left: 3px solid #d00d2d;
  }
}
.bousai__importantList li {
  line-height: 2;
  margin-left: 1.5em;
  margin-top: 12px;
  text-indent: -1.5em;
}
@media print, screen and (min-width: 1024px) {
  .bousai__importantList li {
    margin: 20px 0 20px 1.8em;
    padding-left: 60px;
    text-indent: -1.8em;
  }
}
.bousai__importantList li::before {
  background: url(../images/common/icon_arrow.svg) no-repeat center #d00d2d;
  background-size: 0.5rem 0.6rem;
  border-radius: 100vw;
  content: "";
  display: inline-block;
  height: 1.2rem;
  margin-right: 10px;
  vertical-align: middle;
  width: 1.2rem;
}
@media print, screen and (min-width: 1024px) {
  .bousai__importantList li::before {
    background-size: 0.6rem 0.7rem;
    height: 1.8rem;
    width: 1.8rem;
  }
}

.bousai__item {
  margin-top: 40px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 1024px) {
  .bousai__item {
    margin-top: 90px;
    padding-bottom: 90px;
  }
}

.bousai__itemWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media print, screen and (min-width: 1024px) {
  .bousai__itemWrap {
    gap: 50px;
    justify-content: center;
  }
}
.bousai__itemWrap li {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .bousai__itemWrap li {
    width: 35rem;
  }
}

.bousai__itemList {
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 25px 25px;
}
@media print, screen and (min-width: 1024px) {
  .bousai__itemList {
    border-radius: 20px;
    min-height: 200px;
    padding: 40px 35px;
  }
}
.bousai__itemList li {
  margin-left: 1.5em;
  margin-top: 2rem;
  text-indent: -1.5em;
}
@media print, screen and (min-width: 1024px) {
  .bousai__itemList li {
    letter-spacing: normal;
    width: 100%;
  }
}
.bousai__itemList li::before {
  background-color: #003399;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 6px;
}
.bousai__itemList li:nth-of-type(1) {
  margin-top: 0;
}

/* 避難所 */
.bousai .pageHeadline {
  background-color: #7f1218;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .bousai .pageHeadline {
    background: linear-gradient(to right, #7f1218 0%, #7f1218 50%, #f8e7e8 51%, #f8e7e8 100%);
  }
}
.bousai .pageHeadline h1 {
  background-color: #7f1218;
  border-radius: 0 10px 10px 0;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .bousai .pageHeadline h1 {
    border-radius: 0 30px 30px 0;
  }
}

.openShelter {
  border: 2px solid #d00d2d;
  border-radius: 10px;
  padding: 20px 25px;
}
@media print, screen and (min-width: 1024px) {
  .openShelter {
    border-radius: 20px;
    padding: 40px 50px;
  }
}
.openShelter h2 {
  border-bottom: 2px solid #d00d2d;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
}
.openShelter h2::before {
  border: 0.3rem solid #d00d2d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.9em;
  margin-right: 0.4em;
  width: 0.9em;
}
@media print, screen and (min-width: 1024px) {
  .openShelter h2 {
    font-size: 2.2rem;
  }
}

.openShelter__txt {
  margin-top: 16px;
}
@media print, screen and (min-width: 1024px) {
  .openShelter__txt {
    margin-top: 38px;
  }
}

.openShelter__list {
  margin-top: 16px;
}
.openShelter__list li {
  margin-top: 1em;
}
.openShelter__list li::before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  width: 3px;
}
.openShelter__list li:nth-of-type(1) {
  margin-top: 0;
}

.shelterList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .shelterList {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-top: 50px;
    padding: 0 50px;
    row-gap: 65px;
  }
}
.shelterList p {
  line-height: 1.5;
}
.shelterList article {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .shelterList article {
    width: calc(50% - 25px);
  }
}
.shelterList article h3 {
  background: #f7f5f2;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1em 1em 1.1em 2em;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .shelterList article h3 {
    border-radius: 20px;
    font-size: 2.2rem;
    padding: 27px 30px 30px 60px;
  }
}
.shelterList article h3::before {
  background: #7f1218;
  content: "";
  height: calc(100% - 2.4em);
  left: 1em;
  position: absolute;
  top: 1.2em;
  width: 4px;
}
@media print, screen and (min-width: 1024px) {
  .shelterList article h3::before {
    left: 30px;
  }
}

.shelterList__address {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .shelterList__address {
    margin-top: 35px;
  }
}

.shelterList__map {
  margin-top: 10px;
}
@media print, screen and (min-width: 1024px) {
  .shelterList__map {
    margin-top: 16px;
  }
}
.shelterList__map a {
  background: #333;
  border-radius: 100vw;
  color: #fff;
  display: inline-block;
  padding: 0.5em 2em;
}

.shelterList__tag {
  color: #d00d2d;
  font-size: 86.666%;
  margin-top: 20px;
}
.shelterList__tag span {
  color: #666;
  display: block;
  font-size: 86.666%;
  margin-top: 10px;
}

.backBtn--bousai {
  margin-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .backBtn--bousai {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: flex;
    justify-content: flex-end;
    margin-top: 88px;
    padding-bottom: 50px;
    text-align: right;
  }
}
.backBtn--bousai .backBtn__back a,
.backBtn--bousai .backBtn__top a {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20359.1%22%20style%3D%22enable-background%3Anew%200%200%20512%20359.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23d00d2d%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22_10%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M510.3%2C294.5C510.3%2C294.5%2C510.3%2C294.4%2C510.3%2C294.5c-0.6-4.2-1.4-8.3-2.3-12.4c-0.1-0.6-0.3-1.2-0.4-1.8%20c-0.8-3.5-1.7-7-2.8-10.5c-0.5-1.8-1.2-3.6-1.8-5.4c-0.8-2.2-1.5-4.5-2.3-6.7c-1.9-5.1-4-10.1-6.4-15.1c-0.8-1.4-1.8-3.3-3.2-5.8%20c0%2C0%2C0%2C0%2C0-0.1c4.4%2C7.9%2C11.4%2C20.1-2-3.8c-0.5-0.9-0.7-1.2-0.7-1.1c-24.8-40.4-58.5-72.7-100.9-94.4%20c-44.8-22.9-94.7-33.7-144.8-33.4V38.6l0.1-38.5l-0.1%2C0.1V0C223.8%2C14%2C119.9%2C90.9%2C54.2%2C139.5L0.1%2C179.4l0%2C0c0%2C0-0.1%2C0.1-0.1%2C0.1%20c27.4%2C20.3%2C232.7%2C172.1%2C242.8%2C179.6V258.9c0-2.2-0.7-5.9%2C0-8.1c1.1-3.5-0.2-2.3%2C5.9-2.9c19.8-2.1%2C39.9-2.9%2C59.8-1.5%20c39.5%2C2.9%2C80%2C11.5%2C115.3%2C30c18.3%2C9.6%2C35.4%2C20.7%2C51%2C34.2c2.9%2C2.5%2C5.8%2C5.1%2C8.5%2C7.8c0.2%2C0.2%2C0.5%2C0.4%2C0.7%2C0.6%20c7.8%2C7.4%2C15%2C15.3%2C22.5%2C23.1l2.5%2C2.8c0%2C0%2C0-0.1%2C0-0.1c0%2C0%2C0.1%2C0.1%2C0.1%2C0.1C512.7%2C328.3%2C512.8%2C311.2%2C510.3%2C294.5L510.3%2C294.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") top 1.5rem left 1.4rem no-repeat #fff;
  background-size: 1.5rem 1.1rem;
  border: 1px solid #fff;
  color: #d00d2d;
}
@media print, screen and (min-width: 1024px) {
  .backBtn--bousai .backBtn__back a,
.backBtn--bousai .backBtn__top a {
    background-size: 1.7rem 1.2rem;
  }
}
.backBtn--bousai .backBtn__back a:hover,
.backBtn--bousai .backBtn__top a:hover {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20359.1%22%20style%3D%22enable-background%3Anew%200%200%20512%20359.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22_10%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M510.3%2C294.5C510.3%2C294.5%2C510.3%2C294.4%2C510.3%2C294.5c-0.6-4.2-1.4-8.3-2.3-12.4c-0.1-0.6-0.3-1.2-0.4-1.8%20c-0.8-3.5-1.7-7-2.8-10.5c-0.5-1.8-1.2-3.6-1.8-5.4c-0.8-2.2-1.5-4.5-2.3-6.7c-1.9-5.1-4-10.1-6.4-15.1c-0.8-1.4-1.8-3.3-3.2-5.8%20c0%2C0%2C0%2C0%2C0-0.1c4.4%2C7.9%2C11.4%2C20.1-2-3.8c-0.5-0.9-0.7-1.2-0.7-1.1c-24.8-40.4-58.5-72.7-100.9-94.4%20c-44.8-22.9-94.7-33.7-144.8-33.4V38.6l0.1-38.5l-0.1%2C0.1V0C223.8%2C14%2C119.9%2C90.9%2C54.2%2C139.5L0.1%2C179.4l0%2C0c0%2C0-0.1%2C0.1-0.1%2C0.1%20c27.4%2C20.3%2C232.7%2C172.1%2C242.8%2C179.6V258.9c0-2.2-0.7-5.9%2C0-8.1c1.1-3.5-0.2-2.3%2C5.9-2.9c19.8-2.1%2C39.9-2.9%2C59.8-1.5%20c39.5%2C2.9%2C80%2C11.5%2C115.3%2C30c18.3%2C9.6%2C35.4%2C20.7%2C51%2C34.2c2.9%2C2.5%2C5.8%2C5.1%2C8.5%2C7.8c0.2%2C0.2%2C0.5%2C0.4%2C0.7%2C0.6%20c7.8%2C7.4%2C15%2C15.3%2C22.5%2C23.1l2.5%2C2.8c0%2C0%2C0-0.1%2C0-0.1c0%2C0%2C0.1%2C0.1%2C0.1%2C0.1C512.7%2C328.3%2C512.8%2C311.2%2C510.3%2C294.5L510.3%2C294.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") top 1.5rem left 1.4rem no-repeat #d00d2d;
  background-size: 1.5rem 1.1rem;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .backBtn--bousai .backBtn__back a:hover,
.backBtn--bousai .backBtn__top a:hover {
    background-size: 1.7rem 1.2rem;
  }
}
.backBtn--bousai .backBtn__top a {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20452.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d00d2d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_10%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M256%2C0L.83%2C189.79l-.7%2C.52H.12l-.12%2C.1%2C20.26%2C27.24%2C20.26%2C27.2%2C7.96-5.91%2C4.65-3.34v217.15H458.92v-136.24l.09-80.95%2C12.51%2C9.29%2C20.21-27.2%2C20.27-27.24L256%2C0Zm168.98%2C217.66h-33.93v167.24h-76.16V246.16h-117.79v138.74H120.99V217.66h-39.53l-4.23-.12%2C9.82-7.3%2C33.93-25.25%2C7.13-5.29%2C127.88-95.11%2C127.93%2C95.11%2C7.12%2C5.33%2C33.93%2C25.21%2C5.58%2C4.15%2C4.2%2C3.27h-9.78Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") top 1.3rem left 1.6rem no-repeat #fff;
  background-size: 1.5rem 1.4rem;
}
.backBtn--bousai .backBtn__top a:hover {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20452.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_10%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M256%2C0L.83%2C189.79l-.7%2C.52H.12l-.12%2C.1%2C20.26%2C27.24%2C20.26%2C27.2%2C7.96-5.91%2C4.65-3.34v217.15H458.92v-136.24l.09-80.95%2C12.51%2C9.29%2C20.21-27.2%2C20.27-27.24L256%2C0Zm168.98%2C217.66h-33.93v167.24h-76.16V246.16h-117.79v138.74H120.99V217.66h-39.53l-4.23-.12%2C9.82-7.3%2C33.93-25.25%2C7.13-5.29%2C127.88-95.11%2C127.93%2C95.11%2C7.12%2C5.33%2C33.93%2C25.21%2C5.58%2C4.15%2C4.2%2C3.27h-9.78Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") top 1.3rem left 1.6rem no-repeat #d00d2d;
  background-size: 1.5rem 1.4rem;
}

.bousaiGuide__list li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.bousaiGuide__list li a {
  -webkit-text-decoration-color: #003399;
  color: #003399;
  display: block;
  margin-right: 10px;
  text-decoration: underline;
  text-decoration-color: #003399;
  text-underline-offset: 5px;
}
.bousaiGuide__list li a::before {
  background: url(../images/common/icon_pdf.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}
@media print, screen and (min-width: 1024px) {
  .bousaiGuide__list li a::before {
    height: 30px;
    width: 23px;
  }
}
.bousaiGuide__list li p {
  line-height: 1.5;
  margin-top: 5px;
}
@media print, screen and (min-width: 1024px) {
  .bousaiGuide__list li p {
    margin-top: 0;
  }
}

a.bousaiGuide__btn {
  border: 2px solid #7f1218;
  border-radius: 15px;
  color: #7f1218;
  display: inline-block;
  margin-top: 30px;
  padding: 1em 2em 1.1em;
  transition: 0.2s ease-in-out;
}
a.bousaiGuide__btn::before {
  background-color: #7f1218;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-right: 0.8em;
  vertical-align: middle;
  width: 5px;
}
a.bousaiGuide__btn:hover {
  background: #7f1218;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
a.bousaiGuide__btn:hover::before {
  background-color: #fff;
}

/* bgカラー */
.is-bg_blue .bousai,
.is-bg_blue .bousai__naviList li,
.is-bg_blue .bousai__info,
.is-bg_blue .bousai__important {
  background-color: #0000ff;
}
.is-bg_blue .bousaiHeader,
.is-bg_blue .bousai__itemList,
.is-bg_blue .shelterList article h3,
.is-bg_blue .backBtn--bousai .backBtn__back a,
.is-bg_blue .backBtn--bousai .backBtn__top a {
  background-color: #0000d0;
}
.is-bg_blue .bousai__importantList li::before {
  background-color: rgb(0, 5, 142);
}
.is-bg_blue .bousaiHeader h1,
.is-bg_blue .bousaiHeader p,
.is-bg_blue .bousai__info h2,
.is-bg_blue .bousai__important h2,
.is-bg_blue .bousai__info p.date,
.is-bg_blue .bousai__important p.date,
.is-bg_blue .bousai__naviList li:hover p,
.is-bg_blue .shelterList__tag,
.is-bg_blue .shelterList__tag span,
.is-bg_blue .backBtn--bousai .backBtn__back a,
.is-bg_blue .backBtn--bousai .backBtn__top a,
.is-bg_blue .bousaiGuide__list li a {
  color: #ffff00;
}
.is-bg_blue .bousai__naviList li:hover p,
.is-bg_blue .bousaiGuide__list li a,
.is-bg_blue .bousaiBody--top a {
  -webkit-text-decoration-color: #ffff00;
  text-decoration-color: #ffff00;
}
.is-bg_blue .bousai__naviList li,
.is-bg_blue .bousaiHeader p span {
  border-color: #cbcb00;
}
.is-bg_blue .backBtn--bousai .backBtn__back a,
.is-bg_blue .backBtn--bousai .backBtn__top a {
  border-color: #0000d0;
}
.is-bg_blue .bousai__naviList li:hover,
.is-bg_blue .bousai__info,
.is-bg_blue .bousai__important,
.is-bg_blue .bousai__importantList,
.is-bg_blue .bousai .bousaiStyle01::before,
.is-bg_blue .openShelter,
.is-bg_blue .openShelter h2,
.is-bg_blue .openShelter h2::before {
  border-color: #fff;
}
.is-bg_blue .bousai__itemList li::before,
.is-bg_blue .shelterList article h3::before {
  background-color: #ffff00;
}
.is-bg_blue .bousaiBody--top a {
  border-color: #ffff00;
  color: #ffff00;
}
.is-bg_blue .bousaiBody--top a.blank::after {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20439.7%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffff00%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_2%22%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M96%2C0V343.7h416V0H96ZM472%2C303.7H136V39.7H472V303.7Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2240%20399.7%2040%20223.7%2040%2063.7%2040%2023.7%200%2023.7%200%20439.7%20416%20439.7%20416%20399.7%20376%20399.7%2040%20399.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
}
.is-bg_blue .bousaiBody--top a:hover {
  border-color: #ffff00;
  color: #ffff00;
}
.is-bg_blue .bousaiBody--top a:hover.blank::after {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20439.7%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffff00%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_2%22%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M96%2C0V343.7h416V0H96ZM472%2C303.7H136V39.7H472V303.7Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2240%20399.7%2040%20223.7%2040%2063.7%2040%2023.7%200%2023.7%200%20439.7%20416%20439.7%20416%20399.7%20376%20399.7%2040%20399.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
}
.is-bg_blue .bousai .pageHeadline {
  background-color: #0000d0;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_blue .bousai .pageHeadline {
    background: linear-gradient(to right, #0000d0 0%, #0000d0 50%, #0000ff 51%, #0000ff 100%);
  }
}
.is-bg_blue .bousai .pageHeadline h1 {
  background-color: #0000d0;
  color: #ffff00;
}
.is-bg_blue .backBtn--bousai {
  margin-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_blue .backBtn--bousai {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: flex;
    justify-content: flex-end;
    margin-top: 88px;
    padding-bottom: 50px;
    text-align: right;
  }
}
.is-bg_blue .backBtn--bousai .backBtn__back a,
.is-bg_blue .backBtn--bousai .backBtn__top a {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20359.1%22%20style%3D%22enable-background%3Anew%200%200%20512%20359.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22_10%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M510.3%2C294.5C510.3%2C294.5%2C510.3%2C294.4%2C510.3%2C294.5c-0.6-4.2-1.4-8.3-2.3-12.4c-0.1-0.6-0.3-1.2-0.4-1.8%20c-0.8-3.5-1.7-7-2.8-10.5c-0.5-1.8-1.2-3.6-1.8-5.4c-0.8-2.2-1.5-4.5-2.3-6.7c-1.9-5.1-4-10.1-6.4-15.1c-0.8-1.4-1.8-3.3-3.2-5.8%20c0%2C0%2C0%2C0%2C0-0.1c4.4%2C7.9%2C11.4%2C20.1-2-3.8c-0.5-0.9-0.7-1.2-0.7-1.1c-24.8-40.4-58.5-72.7-100.9-94.4%20c-44.8-22.9-94.7-33.7-144.8-33.4V38.6l0.1-38.5l-0.1%2C0.1V0C223.8%2C14%2C119.9%2C90.9%2C54.2%2C139.5L0.1%2C179.4l0%2C0c0%2C0-0.1%2C0.1-0.1%2C0.1%20c27.4%2C20.3%2C232.7%2C172.1%2C242.8%2C179.6V258.9c0-2.2-0.7-5.9%2C0-8.1c1.1-3.5-0.2-2.3%2C5.9-2.9c19.8-2.1%2C39.9-2.9%2C59.8-1.5%20c39.5%2C2.9%2C80%2C11.5%2C115.3%2C30c18.3%2C9.6%2C35.4%2C20.7%2C51%2C34.2c2.9%2C2.5%2C5.8%2C5.1%2C8.5%2C7.8c0.2%2C0.2%2C0.5%2C0.4%2C0.7%2C0.6%20c7.8%2C7.4%2C15%2C15.3%2C22.5%2C23.1l2.5%2C2.8c0%2C0%2C0-0.1%2C0-0.1c0%2C0%2C0.1%2C0.1%2C0.1%2C0.1C512.7%2C328.3%2C512.8%2C311.2%2C510.3%2C294.5L510.3%2C294.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") top 1.5rem left 1.4rem no-repeat #0000d0;
  background-size: 1.5rem 1.1rem;
  border: 1px solid #0000d0;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_blue .backBtn--bousai .backBtn__back a,
.is-bg_blue .backBtn--bousai .backBtn__top a {
    background-size: 1.7rem 1.2rem;
  }
}
.is-bg_blue .backBtn--bousai .backBtn__back a:hover,
.is-bg_blue .backBtn--bousai .backBtn__top a:hover {
  background-color: #0000ff;
  background-size: 1.5rem 1.1rem;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_blue .backBtn--bousai .backBtn__back a:hover,
.is-bg_blue .backBtn--bousai .backBtn__top a:hover {
    background-size: 1.7rem 1.2rem;
  }
}
.is-bg_blue .backBtn--bousai .backBtn__top a {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20452.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_10%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M256%2C0L.83%2C189.79l-.7%2C.52H.12l-.12%2C.1%2C20.26%2C27.24%2C20.26%2C27.2%2C7.96-5.91%2C4.65-3.34v217.15H458.92v-136.24l.09-80.95%2C12.51%2C9.29%2C20.21-27.2%2C20.27-27.24L256%2C0Zm168.98%2C217.66h-33.93v167.24h-76.16V246.16h-117.79v138.74H120.99V217.66h-39.53l-4.23-.12%2C9.82-7.3%2C33.93-25.25%2C7.13-5.29%2C127.88-95.11%2C127.93%2C95.11%2C7.12%2C5.33%2C33.93%2C25.21%2C5.58%2C4.15%2C4.2%2C3.27h-9.78Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") top 1.3rem left 1.6rem no-repeat #0000d0;
  background-size: 1.5rem 1.4rem;
}
.is-bg_blue .backBtn--bousai .backBtn__top a:hover {
  background-size: 1.5rem 1.4rem;
}
.is-bg_blue a.bousaiGuide__btn {
  background-color: #0000d0;
  border: 2px solid #0000d0;
  color: #ffff00;
}
.is-bg_blue a.bousaiGuide__btn::before {
  background-color: #ffff00;
}
.is-bg_blue a.bousaiGuide__btn:hover {
  background: #0000ff;
}
.is-bg_blue .bousai__naviList li:nth-of-type(3) img {
  mix-blend-mode: screen;
}

.is-bg_yellow .bousai,
.is-bg_yellow .bousai__naviList li,
.is-bg_yellow .bousai__info,
.is-bg_yellow .bousai__important {
  background-color: #ffff00;
}
.is-bg_yellow .bousaiHeader,
.is-bg_yellow .bousai__importantList li::before {
  background-color: #000;
}
.is-bg_yellow .bousai__itemList {
  background-color: #eeee00;
}
.is-bg_yellow .bousaiHeader h1,
.is-bg_yellow .bousaiHeader p {
  color: #ffff00;
}
.is-bg_yellow .bousai__info h2,
.is-bg_yellow .bousai__important h2,
.is-bg_yellow .bousai__info p.date,
.is-bg_yellow .bousai__important p.date,
.is-bg_yellow .bousai__naviList li:hover p,
.is-bg_yellow .bousaiGuide__list li a {
  color: #000;
}
.is-bg_yellow .bousai__naviList li,
.is-bg_yellow .bousaiHeader p span {
  border-color: #000;
}
.is-bg_yellow .bousai__naviList li:hover p,
.is-bg_yellow .bousaiGuide__list li a {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
.is-bg_yellow .bousai__naviList li:hover,
.is-bg_yellow .bousai__info,
.is-bg_yellow .bousai__important,
.is-bg_yellow .bousai__importantList,
.is-bg_yellow .bousai .bousaiStyle01::before,
.is-bg_yellow .openShelter,
.is-bg_yellow .openShelter h2,
.is-bg_yellow .openShelter h2::before {
  border-color: #000;
}
.is-bg_yellow .bousai__itemList li::before {
  background-color: #000;
}
.is-bg_yellow .shelterList__map a:visited {
  color: #fff;
}
.is-bg_yellow .shelterList__map a:hover {
  background-color: #eeee00;
}
.is-bg_yellow .bousaiBody--top a {
  border-color: #000;
  color: #000;
}
.is-bg_yellow .bousaiBody--top a.blank::after {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20439.7%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_2%22%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M96%2C0V343.7h416V0H96ZM472%2C303.7H136V39.7H472V303.7Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2240%20399.7%2040%20223.7%2040%2063.7%2040%2023.7%200%2023.7%200%20439.7%20416%20439.7%20416%20399.7%20376%20399.7%2040%20399.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
}
.is-bg_yellow .bousaiBody--top a:hover {
  border-color: #000;
}
.is-bg_yellow .bousai .pageHeadline {
  background-color: #eeee00;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_yellow .bousai .pageHeadline {
    background: linear-gradient(to right, #eeee00 0%, #eeee00 50%, #ffff00 51%, #ffff00 100%);
  }
}
.is-bg_yellow .bousai .pageHeadline h1 {
  background-color: #eeee00;
  color: #000;
}
.is-bg_yellow .backBtn--bousai .backBtn__back a,
.is-bg_yellow .backBtn--bousai .backBtn__top a {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20359.1%22%20style%3D%22enable-background%3Anew%200%200%20512%20359.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23000000%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22_10%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M510.3%2C294.5C510.3%2C294.5%2C510.3%2C294.4%2C510.3%2C294.5c-0.6-4.2-1.4-8.3-2.3-12.4c-0.1-0.6-0.3-1.2-0.4-1.8%20c-0.8-3.5-1.7-7-2.8-10.5c-0.5-1.8-1.2-3.6-1.8-5.4c-0.8-2.2-1.5-4.5-2.3-6.7c-1.9-5.1-4-10.1-6.4-15.1c-0.8-1.4-1.8-3.3-3.2-5.8%20c0%2C0%2C0%2C0%2C0-0.1c4.4%2C7.9%2C11.4%2C20.1-2-3.8c-0.5-0.9-0.7-1.2-0.7-1.1c-24.8-40.4-58.5-72.7-100.9-94.4%20c-44.8-22.9-94.7-33.7-144.8-33.4V38.6l0.1-38.5l-0.1%2C0.1V0C223.8%2C14%2C119.9%2C90.9%2C54.2%2C139.5L0.1%2C179.4l0%2C0c0%2C0-0.1%2C0.1-0.1%2C0.1%20c27.4%2C20.3%2C232.7%2C172.1%2C242.8%2C179.6V258.9c0-2.2-0.7-5.9%2C0-8.1c1.1-3.5-0.2-2.3%2C5.9-2.9c19.8-2.1%2C39.9-2.9%2C59.8-1.5%20c39.5%2C2.9%2C80%2C11.5%2C115.3%2C30c18.3%2C9.6%2C35.4%2C20.7%2C51%2C34.2c2.9%2C2.5%2C5.8%2C5.1%2C8.5%2C7.8c0.2%2C0.2%2C0.5%2C0.4%2C0.7%2C0.6%20c7.8%2C7.4%2C15%2C15.3%2C22.5%2C23.1l2.5%2C2.8c0%2C0%2C0-0.1%2C0-0.1c0%2C0%2C0.1%2C0.1%2C0.1%2C0.1C512.7%2C328.3%2C512.8%2C311.2%2C510.3%2C294.5L510.3%2C294.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") top 1.5rem left 1.4rem no-repeat #ffff00;
  background-size: 1.5rem 1.1rem;
  border: 1px solid #000;
  color: #000;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_yellow .backBtn--bousai .backBtn__back a,
.is-bg_yellow .backBtn--bousai .backBtn__top a {
    background-size: 1.7rem 1.2rem;
  }
}
.is-bg_yellow .backBtn--bousai .backBtn__back a:hover,
.is-bg_yellow .backBtn--bousai .backBtn__top a:hover {
  background-color: #eeee00;
  background-size: 1.5rem 1.1rem;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_yellow .backBtn--bousai .backBtn__back a:hover,
.is-bg_yellow .backBtn--bousai .backBtn__top a:hover {
    background-size: 1.7rem 1.2rem;
  }
}
.is-bg_yellow .backBtn--bousai .backBtn__top a {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20452.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_10%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M256%2C0L.83%2C189.79l-.7%2C.52H.12l-.12%2C.1%2C20.26%2C27.24%2C20.26%2C27.2%2C7.96-5.91%2C4.65-3.34v217.15H458.92v-136.24l.09-80.95%2C12.51%2C9.29%2C20.21-27.2%2C20.27-27.24L256%2C0Zm168.98%2C217.66h-33.93v167.24h-76.16V246.16h-117.79v138.74H120.99V217.66h-39.53l-4.23-.12%2C9.82-7.3%2C33.93-25.25%2C7.13-5.29%2C127.88-95.11%2C127.93%2C95.11%2C7.12%2C5.33%2C33.93%2C25.21%2C5.58%2C4.15%2C4.2%2C3.27h-9.78Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") top 1.3rem left 1.6rem no-repeat #ffff00;
  background-size: 1.5rem 1.4rem;
}
.is-bg_yellow .backBtn--bousai .backBtn__top a:hover {
  background-size: 1.5rem 1.4rem;
}
.is-bg_yellow a.bousaiGuide__btn {
  background-color: #eeee00;
  border: 2px solid #eeee00;
  color: #000;
}
.is-bg_yellow a.bousaiGuide__btn::before {
  background-color: #000;
}
.is-bg_yellow a.bousaiGuide__btn:hover {
  background: #ffff00;
}

.is-bg_black .bousai,
.is-bg_black .bousai__naviList li,
.is-bg_black .bousai__info,
.is-bg_black .bousai__important {
  background-color: #000;
}
.is-bg_black .bousaiHeader,
.is-bg_black .bousai__importantList li::before,
.is-bg_black .shelterList article h3::before {
  background-color: #222;
}
.is-bg_black .bousai__itemList {
  background-color: #222;
}
.is-bg_black .shelterList article h3 {
  color: #000;
}
.is-bg_black .bousaiHeader h1,
.is-bg_black .bousaiHeader p,
.is-bg_black .shelterList__tag,
.is-bg_black .shelterList__tag span,
.is-bg_black .bousaiGuide__list li a {
  color: #fff;
}
.is-bg_black .bousai__info h2,
.is-bg_black .bousai__important h2,
.is-bg_black .bousai__info p.date,
.is-bg_black .bousai__important p.date,
.is-bg_black .bousai__naviList li:hover p {
  color: #fff;
}
.is-bg_black .bousai__naviList li,
.is-bg_black .bousaiHeader p span {
  border-color: #fff;
}
.is-bg_black .bousai__naviList li:hover p,
.is-bg_black .bousaiGuide__list li a,
.is-bg_black .bousaiBody--top a {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.is-bg_black .bousai__naviList li:hover,
.is-bg_black .bousai__info,
.is-bg_black .bousai__important,
.is-bg_black .bousai__importantList,
.is-bg_black .bousai .bousaiStyle01::before,
.is-bg_black .openShelter,
.is-bg_black .openShelter h2,
.is-bg_black .openShelter h2::before {
  border-color: #fff;
}
.is-bg_black .bousai__itemList li::before {
  background-color: #fff;
}
.is-bg_black .bousaiBody--top a {
  border-color: #fff;
  color: #fff;
}
.is-bg_black .bousaiBody--top a.blank::after {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20439.7%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_2%22%3E%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M96%2C0V343.7h416V0H96ZM472%2C303.7H136V39.7H472V303.7Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2240%20399.7%2040%20223.7%2040%2063.7%2040%2023.7%200%2023.7%200%20439.7%20416%20439.7%20416%20399.7%20376%20399.7%2040%20399.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
}
.is-bg_black .bousaiBody--top a:hover {
  border-color: #fff;
}
.is-bg_black .bousai .pageHeadline {
  background-color: #222;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_black .bousai .pageHeadline {
    background: linear-gradient(to right, #222 0%, #222 50%, #000 51%, #000 100%);
  }
}
.is-bg_black .bousai .pageHeadline h1 {
  background-color: #222;
  color: #fff;
}
.is-bg_black .backBtn--bousai .backBtn__back a,
.is-bg_black .backBtn--bousai .backBtn__top a {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20359.1%22%20style%3D%22enable-background%3Anew%200%200%20512%20359.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22_10%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M510.3%2C294.5C510.3%2C294.5%2C510.3%2C294.4%2C510.3%2C294.5c-0.6-4.2-1.4-8.3-2.3-12.4c-0.1-0.6-0.3-1.2-0.4-1.8%20c-0.8-3.5-1.7-7-2.8-10.5c-0.5-1.8-1.2-3.6-1.8-5.4c-0.8-2.2-1.5-4.5-2.3-6.7c-1.9-5.1-4-10.1-6.4-15.1c-0.8-1.4-1.8-3.3-3.2-5.8%20c0%2C0%2C0%2C0%2C0-0.1c4.4%2C7.9%2C11.4%2C20.1-2-3.8c-0.5-0.9-0.7-1.2-0.7-1.1c-24.8-40.4-58.5-72.7-100.9-94.4%20c-44.8-22.9-94.7-33.7-144.8-33.4V38.6l0.1-38.5l-0.1%2C0.1V0C223.8%2C14%2C119.9%2C90.9%2C54.2%2C139.5L0.1%2C179.4l0%2C0c0%2C0-0.1%2C0.1-0.1%2C0.1%20c27.4%2C20.3%2C232.7%2C172.1%2C242.8%2C179.6V258.9c0-2.2-0.7-5.9%2C0-8.1c1.1-3.5-0.2-2.3%2C5.9-2.9c19.8-2.1%2C39.9-2.9%2C59.8-1.5%20c39.5%2C2.9%2C80%2C11.5%2C115.3%2C30c18.3%2C9.6%2C35.4%2C20.7%2C51%2C34.2c2.9%2C2.5%2C5.8%2C5.1%2C8.5%2C7.8c0.2%2C0.2%2C0.5%2C0.4%2C0.7%2C0.6%20c7.8%2C7.4%2C15%2C15.3%2C22.5%2C23.1l2.5%2C2.8c0%2C0%2C0-0.1%2C0-0.1c0%2C0%2C0.1%2C0.1%2C0.1%2C0.1C512.7%2C328.3%2C512.8%2C311.2%2C510.3%2C294.5L510.3%2C294.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") top 1.5rem left 1.4rem no-repeat #222;
  background-size: 1.5rem 1.1rem;
  border: 1px solid #fff;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_black .backBtn--bousai .backBtn__back a,
.is-bg_black .backBtn--bousai .backBtn__top a {
    background-size: 1.7rem 1.2rem;
  }
}
.is-bg_black .backBtn--bousai .backBtn__back a:hover,
.is-bg_black .backBtn--bousai .backBtn__top a:hover {
  background-color: #000;
  background-size: 1.5rem 1.1rem;
}
@media print, screen and (min-width: 1024px) {
  .is-bg_black .backBtn--bousai .backBtn__back a:hover,
.is-bg_black .backBtn--bousai .backBtn__top a:hover {
    background-size: 1.7rem 1.2rem;
  }
}
.is-bg_black .backBtn--bousai .backBtn__top a {
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20452.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_10%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M256%2C0L.83%2C189.79l-.7%2C.52H.12l-.12%2C.1%2C20.26%2C27.24%2C20.26%2C27.2%2C7.96-5.91%2C4.65-3.34v217.15H458.92v-136.24l.09-80.95%2C12.51%2C9.29%2C20.21-27.2%2C20.27-27.24L256%2C0Zm168.98%2C217.66h-33.93v167.24h-76.16V246.16h-117.79v138.74H120.99V217.66h-39.53l-4.23-.12%2C9.82-7.3%2C33.93-25.25%2C7.13-5.29%2C127.88-95.11%2C127.93%2C95.11%2C7.12%2C5.33%2C33.93%2C25.21%2C5.58%2C4.15%2C4.2%2C3.27h-9.78Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") top 1.3rem left 1.6rem no-repeat #222;
  background-size: 1.5rem 1.4rem;
}
.is-bg_black .backBtn--bousai .backBtn__top a:hover {
  background-color: #000;
  background-size: 1.5rem 1.4rem;
}
.is-bg_black a.bousaiGuide__btn {
  background-color: #222;
  border: 2px solid #222;
  color: #fff;
}
.is-bg_black a.bousaiGuide__btn::before {
  background-color: #fff;
}
.is-bg_black a.bousaiGuide__btn:hover {
  background: #000;
}

@media print {
  header,
.pageHeader,
.pagefooter,
.backBtn {
    display: none;
  }
  .pageMainWrap {
    left: 0;
    width: 100%;
  }
}
.sns-info {
  margin-bottom: 100px;
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .sns-info {
    margin-bottom: 200px;
    margin-top: 100px;
  }
}

.sns-info__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  row-gap: 10px;
}
@media print, screen and (min-width: 1024px) {
  .sns-info__list {
    justify-content: space-between;
  }
}

a.sns-info__item {
  background: #fff;
  border-radius: 10px;
  display: block;
  padding: 26px 35px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  a.sns-info__item {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 70px 30px 60px;
    width: 22.6%;
  }
}
a.sns-info__item:hover {
  border-color: #0c6e56;
  opacity: 1;
}
a.sns-info__item i,
a.sns-info__item p {
  display: inline-block;
}
a.sns-info__item i {
  margin-right: 25px;
  text-align: center;
  width: 45px;
}
@media print, screen and (min-width: 1024px) {
  a.sns-info__item i {
    align-items: center;
    display: flex;
    margin: 0 auto;
    min-height: 65px;
    width: 65px;
  }
}
@media print, screen and (min-width: 1024px) {
  a.sns-info__item i img {
    width: 100%;
  }
}
a.sns-info__item p {
  color: #0c6e56;
  padding-left: 1em;
  position: relative;
  text-decoration: underline;
}
a.sns-info__item p::before {
  background: #0c6e56;
  border-radius: 100vw;
  content: "";
  height: 0.5em;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 0.5em;
}
@media print, screen and (min-width: 1024px) {
  a.sns-info__item p {
    line-height: 1.4;
    margin-top: 45px;
    width: 100%;
  }
}

.sarunashi h3 {
  line-height: 1.2;
}
.sarunashi h4 {
  border: 1px dashed #17715b;
  border-radius: 100vw;
  color: #17715b;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
  padding: 0.7em 2em 0.85em;
}
@media print, screen and (min-width: 1024px) {
  .sarunashi h4 {
    margin-top: 50px;
  }
}

.sarunashi__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  row-gap: 20px;
}
@media print, screen and (min-width: 1024px) {
  .sarunashi__head {
    margin-bottom: 65px;
  }
}

.sarunashi__head-img,
.sarunashi__head-body {
  width: 100%;
}

.sarunashi__head-img {
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .sarunashi__head-img {
    max-width: 400px;
    text-align: left;
    width: 42%;
  }
}

.sarunashi__img {
  border-radius: 15px;
  display: inline-block;
  overflow: hidden;
}

@media print, screen and (min-width: 1024px) {
  .sarunashi__head-body {
    width: 52%;
  }
}

p.sarunashi__head-title {
  font-size: 1.6em;
  font-weight: 700;
  margin-top: 0;
}

p.sarunashi__head-text {
  line-height: 2;
  margin-top: 1.5em;
}
@media print, screen and (min-width: 1024px) {
  p.sarunashi__head-text {
    margin-top: 30px;
  }
}

.sarunashi__set {
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .sarunashi__set {
    margin-top: 75px;
    padding-top: 70px;
  }
}

.sarunashi__set-img {
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .sarunashi__set-img {
    max-width: 325px;
    text-align: left;
    width: 34%;
  }
}

@media print, screen and (min-width: 1024px) {
  .sarunashi__set-body {
    width: 60%;
  }
}
.sarunashi__set-body h3.sarunashi__set-title {
  border-bottom: none;
  font-size: 1.4em;
  line-height: 1.6;
  margin: 1em 0 0;
  padding: 0;
}
@media print, screen and (min-width: 1024px) {
  .sarunashi__set-body h3.sarunashi__set-title {
    margin-top: 0;
  }
}
.sarunashi__set-body h3.sarunashi__set-title::before {
  display: none;
}
.sarunashi__set-body p {
  font-size: 1.1em;
  font-weight: 700;
}
.sarunashi__set-body ul.sarunashi__list li {
  font-size: 0.916em;
  padding-left: 1em;
}
.sarunashi__set-body ul.sarunashi__list li::before {
  background: #17715b;
  border: none;
  height: 0.4em;
  left: 0;
  top: 0.6em;
  width: 0.4em;
}
.sarunashi__set-body .sarunashi__order {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .sarunashi__set-body .sarunashi__order {
    margin-top: 35px;
  }
}
.sarunashi__set-body .sarunashi__order a.sarunashi__buttom {
  background: #17715b;
  border: 2px solid #17715b;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 1em 1.5em 1.2em 2.5em;
  position: relative;
  text-decoration: none;
}
.sarunashi__set-body .sarunashi__order a.sarunashi__buttom::before {
  background: #fff;
  border-radius: 100vw;
  content: "";
  height: 0.4em;
  left: 1.5em;
  position: absolute;
  top: 1.3em;
  width: 0.4em;
}
.sarunashi__set-body .sarunashi__order a.sarunashi__buttom:hover {
  background: #fff;
  color: #17715b;
}
.sarunashi__set-body .sarunashi__order a.sarunashi__buttom:hover::before {
  background: #17715b;
}

.sarunashi__map {
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .sarunashi__map {
    margin: 40px auto 0;
    max-width: 650px;
  }
}

p.sarunashi__map-note {
  font-size: 0.9em;
  text-align: center;
}

.sarunashi__area {
  margin-top: 50px;
}
.sarunashi__area:nth-of-type(1) {
  margin-top: 0;
}
.sarunashi__area::before {
  content: "";
  display: block;
  margin-top: -20px;
  padding-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .sarunashi__area {
    margin-top: 80px;
  }
}

.sarunashi__area-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .sarunashi__area-item {
    margin-top: 35px;
  }
}

.sarunashi__area-img {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .sarunashi__area-img {
    max-width: 240px;
    text-align: left;
    width: 25.2%;
  }
}

.sarunashi__area-text {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .sarunashi__area-text {
    margin-top: 0;
    width: 71%;
  }
}
.sarunashi__area-text p {
  margin-top: 0;
}

p.sarunashi__area-title {
  color: #17715b;
  font-size: 1.33em;
  font-weight: 700;
  margin-top: 0;
}
p.sarunashi__area-title + p {
  margin-top: 1.2em;
}
/*# sourceMappingURL=sourcemaps/style.css.map */