@charset "UTF-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-japanese-400.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-latin-400.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  src: url("../fonts/NotoSansJP-japanese-700.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-latin-700.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  src: url("../fonts/NotoSansJP-japanese-900.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-latin-900.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 750px) {
  .spNone {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}

.switch {
  visibility: hidden;
}

.bold {
  font-weight: bold;
}

@media (max-width: 750px) {
  .spleft {
    text-align: left !important;
  }
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}
.center img {
  margin-right: auto;
  margin-left: auto;
}

.red {
  color: #e11c24;
}

.theme {
  color: #8f8975;
}

/* タイトル・フォント */
.mainvisual {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: darkgray;
  height: 24em;
  max-height: 395px;
  padding: 1em;
}
@media (max-width: 750px) {
  .mainvisual {
    height: 9.375rem;
    max-height: 9.375rem;
  }
}

.h1default, .h2default, .h3default, .h4default, .postshosai h1, .postshosai h2, .postshosai h3, .postshosai h4 {
  font-weight: bold;
}

.h1default {
  color: white;
  font-size: 2em;
  text-align: center;
}

.postshosai h1 {
  font-size: 2em;
}

.h2default, .h3default, .h4default, .postshosai h2, .postshosai h3, .postshosai h4 {
  margin-bottom: 1em;
}

.h2default, .postshosai h2 {
  color: black;
  font-size: 2.375em;
  line-height: 1.2;
}
@media (min-width: 751px) {
  .h2default, .postshosai h2 {
    line-height: 1.2105;
  }
}
@media (max-width: 750px) {
  .h2default, .postshosai h2 {
    font-size: 2.125rem;
  }
}

.h2default {
  display: flex;
  gap: 0.4211em;
}
@media (max-width: 750px) {
  .h2default {
    gap: 0.353em;
  }
}
.h2default::before {
  content: "";
  flex: 0 0 0.447em;
}
@media (min-width: 751px) {
  .h2default::before {
    margin-block: 0.2105em;
    -webkit-mask: url(../images/common/icon_h2_2line.svg) no-repeat bottom center;
    -webkit-mask-size: 100% auto;
    -webkit-mask: url(../images/common/icon_h2_2line.svg) no-repeat bottom center;
            mask: url(../images/common/icon_h2_2line.svg) no-repeat bottom center;
    mask-size: 100% auto;
    background-color: #8f8975;
  }
}
@media (max-width: 750px) {
  .h2default::before {
    flex: 0 0 0.5em;
    margin-block: calc(1lh - 1em);
    background-image: repeating-linear-gradient(to bottom, #8f8975 0 0.1em, transparent 0.1em 0.2em);
  }
}

.h3default, .postshosai h3 {
  font-size: 1.5em;
}
@media (max-width: 750px) {
  .h3default, .postshosai h3 {
    font-size: 1.5rem;
  }
}

.h4default, .postshosai h4 {
  font-size: 1.25em;
}
@media (max-width: 750px) {
  .h4default, .postshosai h4 {
    font-size: 1.25rem;
  }
}

.h3line {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #8f8975;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.45;
  border-bottom: 1px solid #8f8975;
  padding-bottom: 0.15em;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .h3line {
    font-size: 1.25rem;
  }
}

.postshosai h2 {
  margin-top: 2em;
}

.postshosai h3, .postshosai h4 {
  margin-top: 1.5em;
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

.postshosai ul {
  padding-left: 1.5em;
}
.postshosai ul > li {
  list-style-type: disc;
}
.postshosai ul > li > ul {
  padding-left: 1.5em;
}
.postshosai ol {
  padding-left: 1.5em;
}
.postshosai ol > li {
  list-style-type: decimal;
}

/* コンテンツ */
#breadcrumb {
  font-size: 0.8em;
  margin-top: 1em;
}
#breadcrumb li {
  position: relative;
  display: inline;
  padding-right: 1.5em;
}
#breadcrumb li:not(:last-child):after {
  position: absolute;
  top: 0.5em;
  right: 0.6em;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #313131;
  border-right: 1px solid #313131;
  transform: rotate(45deg);
  margin: auto;
}
#breadcrumb a {
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  #breadcrumb a:hover {
    opacity: 0.8;
  }
}

.breadcrumb {
  font-size: 0.9375em;
  font-weight: 500;
  margin-top: 1em;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.pagenav {
  margin-top: 1em;
}
.pagenav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenav li {
  margin: 0 0.25em;
}
.pagenav li a, .pagenav li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  font-size: 0.85em;
  text-decoration: none;
  border: 1px solid #8f8975;
}
.pagenav .link_page, .pagenav .current_page {
  text-align: center;
  line-height: 2;
  margin: 0 0.25em;
}
.pagenav .link_page {
  color: white;
  background-color: #8f8975;
}
.pagenav .link_page:hover {
  color: #8f8975;
  background-color: white;
  opacity: 1;
}
.pagenav .current_page {
  color: #8f8975;
  background-color: white;
}

.pagelink ul {
  display: flex;
  flex-wrap: wrap;
}
.pagelink li {
  display: flex;
}
@media (min-width: 751px) {
  .pagelink ul {
    gap: 1em;
  }
  .pagelink li {
    width: calc((100% - 4em) / 5);
  }
}
@media (max-width: 750px) {
  .pagelink ul {
    gap: 0.9375rem;
  }
  .pagelink li {
    width: calc(50% - 0.4688rem);
  }
}
.pagelink a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #8f8975;
  color: #8f8975;
  background-color: white;
  padding: 0.5em 0.75em;
}
.pagelink a:hover {
  text-decoration: none;
  color: white;
  background-color: #8f8975;
}

.kakomi {
  background-color: whitesmoke;
  padding: 2em;
}
@media (max-width: 750px) {
  .kakomi {
    padding: 1em;
  }
}

@media (min-width: 751px) {
  .imgflex {
    display: flex;
  }
}
@media (min-width: 751px) {
  .imgflex .imgbox {
    flex: 1 0 46%;
    max-width: 46%;
  }
}
@media (max-width: 750px) {
  .imgflex .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex .textbox {
    padding-left: 2em;
  }
}
@media (min-width: 751px) {
  .imgflex.alter {
    flex-direction: row-reverse;
  }
}
@media (max-width: 750px) {
  .imgflex.alter .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex.alter .textbox {
    padding-right: 2em;
    padding-left: 0;
  }
}

.wp-caption-text {
  font-size: 0.8em;
  color: gray;
  line-height: 1.4 !important;
  margin-top: 0.5em;
}

.tablelist {
  overflow: auto;
}
@media (max-width: 750px) {
  .tablelist.block table {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .tablelist.block th, .tablelist.block td {
    display: block;
    white-space: normal;
  }
}

table {
  width: 100%;
  border-top: 1px solid #8f8975;
  border-right: 1px solid #8f8975;
}
table th, table td {
  line-height: 1.6;
  border-bottom: 1px solid #8f8975;
  border-left: 1px solid #8f8975;
  vertical-align: middle;
  padding: 1em;
}
@media (max-width: 750px) {
  table th, table td {
    white-space: nowrap;
    padding: 0.5em 0.75em;
  }
}
table a {
  color: #2281f4;
}
table th {
  text-align: center;
  white-space: nowrap;
}
table thead {
  color: white;
  background-color: #8f8975;
}
table thead th {
  border-right: 1px solid white;
}
table tbody th {
  background-color: rgba(143, 137, 117, 0.2);
}
table tbody td {
  background-color: white;
}

.flickmessage {
  background-color: whitesmoke;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 751px) {
  .flickmessage {
    display: none;
  }
}

.dltable dl {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 751px) {
  .dltable dl > div {
    display: grid;
    grid-template-columns: 22.8% 1fr;
  }
}
.dltable dl > div:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.dltable dt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #8f8975;
  font-size: 1.0625em;
  text-align: center;
  line-height: 1.412;
  padding: 1.412em 1em;
}
.dltable dd {
  background-color: rgba(143, 137, 117, 0.15);
  padding: 1.5em 2.25em;
  margin: 0;
}
.dltable dd p, .dltable dd li {
  font-size: 1em;
  line-height: 1.5;
}
.dltable dd > :first-child {
  margin-top: 0;
}
.dltable dd > :last-child {
  margin-bottom: 0;
}

.dllist dl > div {
  margin-bottom: 1em;
}
@media (min-width: 751px) {
  .dllist dl > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 751px) {
  .dllist dt {
    flex: 1 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 751px) {
  .dllist dd {
    flex: 1 0 80%;
    max-width: 80%;
  }
}

.cta2col {
  background: url(../images/common/cta-bg.jpg) no-repeat center center;
  background-size: cover;
  background-color: #8f8975;
  padding: 5.7em 0;
}
@media (max-width: 750px) {
  .cta2col {
    padding: 3.124rem 0;
  }
}
@media (min-width: 751px) {
  .cta2col .ctabox_wrap {
    display: flex;
    gap: 1.125em;
  }
}
.cta2col .ctabox {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
  padding: 4.25em 2.25em 4.3em;
}
@media (min-width: 751px) {
  .cta2col .ctabox {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 750px) {
  .cta2col .ctabox {
    padding: 1.875rem 1.172rem;
  }
  .cta2col .ctabox:not(:last-of-type) {
    margin-bottom: 1.172rem;
  }
}
.cta2col .ctabox .title {
  font-size: 1.875em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1.5em;
}
@media (max-width: 750px) {
  .cta2col .ctabox .title {
    font-size: 1.625rem;
  }
}
@media (min-width: 751px) {
  .cta2col .linkbox {
    width: 18.25em;
    max-width: 100%;
    white-space: nowrap;
  }
}

.cta_dl {
  background-color: whitesmoke;
  padding: 3em;
}
.cta_dl .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

.snsbox {
  text-align: center;
  margin-top: 1em;
}
.snsbox a {
  width: 2em;
  height: 2em;
  margin-right: 1em;
}
@media (any-hover: hover) {
  .snsbox a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 750px) {
  .snsbox a {
    width: 1.242rem;
  }
}

.cardsubgrid > ul {
  display: grid;
}
.cardsubgrid > ul > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  width: auto;
  row-gap: var(--card-row-gap, 0.75em);
}
.cardsubgrid > ul > li > a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1/-1;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  row-gap: var(--card-row-gap, 0.75em);
}
.cardsubgrid > ul > li > a > * {
  align-self: start;
  min-width: 0;
}
@media (min-width: 751px) {
  .cardsubgrid.column_2 > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5em;
  }
}
@media (min-width: 751px) {
  .cardsubgrid.column_3 > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2em;
  }
}
@media (min-width: 751px) {
  .cardsubgrid.column_4 > ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3.25em;
  }
}
@media (max-width: 750px) {
  .cardsubgrid.column_2_sp > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9375rem;
  }
}

.category {
  color: white;
  background-color: black;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1em;
  border-radius: 2px;
  padding: 0.1875em 1.25em;
  margin: 0;
  line-height: 1.5;
}

.cardlist {
  --card-row-gap: .75em;
}
.cardlist .imgbox img {
  width: 100%;
}
.cardlist .title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
.cardlist .text {
  margin-top: 0.25em;
}
.cardlist .text p {
  margin: 0;
}
.cardlist > ul > li > a:hover .title, .cardlist > ul > li > a:hover .text {
  text-decoration: underline;
}

.faqwrap .question, .faqwrap .answer {
  position: relative;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3em;
}
.faqwrap .question::before, .faqwrap .answer::before {
  position: absolute;
  top: 1em;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
}
.faqwrap .question {
  border-bottom: 1px solid #e6e6e6;
}
.faqwrap .question::before {
  content: "Q";
  color: white;
  background-color: #313131;
}
.faqwrap .question h1 {
  font-size: 1.3em;
}
.faqwrap .answer::before {
  content: "A";
  color: #313131;
  border: 1px solid #313131;
}
.faqwrap .answer > div {
  font-size: 1.1em;
}
.faqwrap summary.question {
  cursor: pointer;
  list-style: none;
}
.faqwrap summary.question::-webkit-details-marker {
  display: none;
}
.faqwrap summary.question::marker {
  content: none;
}

.tabwrap .tab-area {
  display: flex;
}
.tabwrap .tab-area .tab {
  width: 100%;
  background-color: lightgray;
  font-size: 1.1em;
  text-align: center;
  padding: 0.5em;
  transition: all ease 0.5s;
  cursor: pointer;
}
.tabwrap .tab-area .tab.active, .tabwrap .tab-area .tab:hover {
  color: white;
  background-color: #8f8975;
}
.tabwrap .tab-area .tab.active {
  cursor: auto;
}
.tabwrap .content-area .content {
  display: none;
}
.tabwrap .content-area .content.show {
  display: block;
  animation: show 0.5s linear 0s;
}

.pagetop {
  position: fixed;
  right: 5em;
  bottom: 5em;
  z-index: 8;
  display: block;
  width: 5.25em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pagetop.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 750px) {
  .pagetop {
    width: 3.125rem;
    right: 0.9375rem;
    bottom: 0.9375rem;
  }
}
.pagetop img {
  width: 100%;
}

article.postshosai .articleheader {
  margin-bottom: 2em;
}
article.postshosai .insert-image {
  margin: 1em 0;
}
article.postshosai .wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}
article.postshosai .wp-caption .insert-image {
  margin-bottom: 0;
}
article.postshosai .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}