@charset "UTF-8";
/* =========================================================
 Base
========================================================= */
/* ==============================
  base配下のscssを読み込み
================================= */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

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

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, select {
  text-transform: none;
}

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

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

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

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

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ==============================
  変数を定義
================================= */
/* color */
/* media query */
/* ==============================
  base/mixin
================================= */
/* ==============================
  base/base
================================= */
@font-face {
  font-family: "brown-bold";
  src: url("../fonts/brown/BrownStd-Bold.otf");
}
@font-face {
  font-family: "brown";
  src: url("../fonts/brown/BrownStd-Regular.otf");
}
html {
  font-size: 62.5%;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}

body {
  position: static;
  word-break: break-all;
  font-size: 140%;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  min-height: 100vh;
}
@media (max-width: 1040px) {
  body {
    min-height: 100vh;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 120%;
  }
}
body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

canvas {
  vertical-align: top;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

img[src$=".svg"] {
  width: 100%;
}

i {
  font-style: normal;
}

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

div {
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  div {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

p {
  font-size: inherit;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

label {
  font-size: inherit;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

input::-webkit-input-placeholder {
  font-size: inherit;
}

input::-moz-placeholder {
  font-size: inherit;
}

input:-ms-input-placeholder {
  font-size: inherit;
}

input::-ms-input-placeholder {
  font-size: inherit;
}

input::placeholder {
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
}

main {
  display: block;
}

/* ==============================
  base/ 調整
================================= */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

/* ==============================
  PC、SP出しわけ
================================= */
.is-pc {
  display: block;
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

/* =========================================================
 Layout
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  layout/footer
================================= */
.footer-inner {
  background-color: #000000;
  padding: 25px 25px 30px;
}
@media (max-width: 768px) {
  .footer-inner {
    padding-top: 30px;
  }
}
.footer-content {
  max-width: 1000px;
  margin-inline: auto;
}
.footer-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer-content-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.footer-logo img {
  width: 120px;
}
.footer-cat-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .footer-cat-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 7px;
    margin-top: 38px;
  }
}
.footer-cat-link a {
  font-family: "brown-bold", "Lucida Grande";
  font-weight: bold !important;
  letter-spacing: 0.2em;
  color: #DDDDDD;
  font-size: 12px;
  line-height: 1;
  display: block;
}
.footer-cat-link a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .footer-cat-link a:hover {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .footer-cat-link a {
    text-align: center;
  }
}
.footer-link {
  color: #9F9F9F;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-link:hover {
  color: #fff;
}
.footer-link + .footer-link {
  padding-left: 10px;
  position: relative;
}
.footer-link + .footer-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #9F9F9F;
  width: 1px;
  height: 10px;
}
.footer-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 44px;
}
@media (max-width: 768px) {
  .footer-link-wrap {
    margin-top: 30px;
  }
}
.footer-link-external {
  padding-right: 16px;
  position: relative;
}
.footer-link-external:after {
  font-family: "myfont";
  font-weight: normal;
  content: "\ea03";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-link-sns {
  width: 26px;
}
.footer-link-sns:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .footer-link-sns:hover {
    opacity: 1;
  }
}
.footer-link-sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.copyright {
  font-family: "brown-bold", "Lucida Grande";
  font-weight: bold !important;
  letter-spacing: 0.2em;
  color: #DDDDDD;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 30px;
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  layout/header
================================= */
.header-inner {
  padding-inline: 10px 110px;
  max-width: 1200px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
}
.header-logo {
  width: 130px;
}
.header-logo:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .header-logo:hover {
    opacity: 1;
  }
}
@media (max-width: 1040px) {
  .header-logo {
    width: 50px;
  }
}
.header-logo img {
  vertical-align: middle;
}
.header-main {
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-main:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .header-main:hover {
    opacity: 1;
  }
}
.header-ttl {
  font-family: "brown-bold", "Lucida Grande";
  font-weight: bold !important;
  letter-spacing: 0.2em;
  font-size: 22px;
  line-height: 1.2;
}
@media (max-width: 1040px) {
  .header-ttl {
    font-size: 12px;
  }
}
.header-ttl-sub {
  font-size: 11px;
}
@media (max-width: 1040px) {
  .header-ttl-sub {
    display: none;
  }
}
.header-link {
  font-family: "brown-bold", "Lucida Grande";
  font-weight: bold !important;
  letter-spacing: 0.2em;
  color: #9F9F9F;
  font-size: 10px;
  line-height: 1;
}
.header-link-external {
  padding-right: 16px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-link-external:after {
  font-family: "myfont";
  font-weight: normal;
  content: "\ea03";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 12px;
}
.header-link-external:hover {
  color: #fff;
}
.header-link-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 1040px) {
  .header-link-pc {
    display: none;
  }
}
.header-link + .header-link {
  padding-left: 10px;
  position: relative;
}
.header-link + .header-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #9F9F9F;
  width: 1px;
  height: 10px;
}
.header-menu {
  position: absolute;
  right: 10px;
  display: block;
  width: 32px;
  height: 26px;
}
@media (max-width: 1040px) {
  .header-menu {
    width: 20px;
    height: 13px;
  }
}
.header-menu:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .header-menu:hover {
    opacity: 1;
  }
}
.header-menu.is-open .header-menu-btn {
  background-color: #000000;
}
.header-menu.is-open .header-menu-btn:before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header-menu.is-open .header-menu-btn:after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.header-menu-btn {
  background-color: #fff;
  display: block;
  width: 32px;
  height: 1px;
  position: relative;
  margin-block: 6px;
}
@media (max-width: 1040px) {
  .header-menu-btn {
    width: 20px;
  }
}
.header-menu-btn:before, .header-menu-btn:after {
  content: "";
  position: absolute;
  background-color: #fff;
  display: block;
  width: 32px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1040px) {
  .header-menu-btn:before, .header-menu-btn:after {
    width: 20px;
  }
}
.header-menu-btn:before {
  top: -10px;
}
@media (max-width: 1040px) {
  .header-menu-btn:before {
    top: -6px;
  }
}
.header-menu-btn:after {
  bottom: -10px;
}
@media (max-width: 1040px) {
  .header-menu-btn:after {
    bottom: -6px;
  }
}
.header-hamburger {
  background-color: #333333;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  visibility: hidden;
  z-index: -1;
  display: none;
}
@media (max-width: 1040px) {
  .header-hamburger {
    top: 50px;
  }
}
.header-hamburger.is-open {
  visibility: visible;
  z-index: 10;
}
.header-hamburger-inner {
  display: block;
  padding: 24px 10px;
  max-width: 1000px;
  margin-inline: auto;
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  layout/layout
================================= */
.l-header {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
}
@media (max-width: 1040px) {
  .l-header {
    height: 50px;
  }
}
.l-main {
  margin-top: 80px;
}
@media (max-width: 1040px) {
  .l-main {
    margin-top: 50px;
  }
}
.l-footer {
  top: 100vh;
  position: sticky;
}

/* =========================================================
 Module 使い回しできるパーツのスタイル
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  module/btn
================================= */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wrap-header {
  display: none;
}
@media (max-width: 1040px) {
  .btn-wrap-header {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .btn-wrap-header {
    grid-template-columns: repeat(1, 1fr);
  }
}
.btn-wrap-wide {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .btn-wrap-wide {
    margin-top: 40px;
  }
}
.btn-white {
  font-family: "brown-bold", "Lucida Grande";
  font-weight: bold !important;
  letter-spacing: 0.2em;
  background-color: #fff;
  border: 2px solid #CCCCCC;
  line-height: 1.2;
  padding: 11px 10px 8px;
  width: 100%;
  height: 100%;
}
.btn-white:hover {
  border-color: #9F8E64;
}
.btn-small {
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 23px;
}
.btn-black {
  background-color: #000000;
  border: 1px solid #CCCCCC;
  color: #9F9F9F;
  padding: 12px 10px;
  width: 100%;
}
.btn-icon-txt {
  font-family: "brown-bold", "Lucida Grande";
  font-weight: bold !important;
  letter-spacing: 0.2em;
  position: relative;
  padding-right: 16px;
  font-size: 12px;
  line-height: 1.2;
}
.btn-icon-external:after {
  font-family: "myfont";
  font-weight: normal;
  content: "\ea03";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  module/form
================================= */
input[type=text],
input[type=password] {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.2142857143;
  padding: 11px 10px 10px;
  width: 100%;
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  module/module
================================= */
.grid-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .grid-col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-col3.article-grid {
  gap: 48px 35px;
}
@media (max-width: 768px) {
  .grid-col3.article-grid {
    gap: 30px 7px;
  }
}
.grid-col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .grid-col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-col4.btn-cat-grid {
  gap: 10px 13px;
}
@media (max-width: 768px) {
  .grid-col4.btn-cat-grid {
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
  }
}

.article-list a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .article-list a:hover {
    opacity: 1;
  }
}
.article-thumbnail {
  width: 100%;
  position: relative;
}
.article-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.292%;
}
.article-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.article-inner {
  background-color: #fff;
  padding: 10px 6px 0;
}
@media (max-width: 768px) {
  .article-inner .article-sub-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .article-inner .article-cat + .article-datetime {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .article-inner .article-cat + .article-datetime:before {
    display: none;
  }
}
.article-ttl {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .article-ttl {
    line-height: 1.3;
    font-size: 12px;
  }
}
.article-sub-data {
  font-family: "brown-bold", "Lucida Grande";
  font-weight: bold !important;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .article-sub-data {
    margin-top: 4px;
  }
}
.article-cat {
  color: #9F8E64;
}
.article-cat + .article-datetime {
  padding-left: 21px;
  position: relative;
}
.article-cat + .article-datetime:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #9F9F9F;
  width: 1px;
  height: 10px;
}
.article-datetime {
  color: #9F9F9F;
  letter-spacing: 0.1em;
}
.article-section {
  background-color: #F5F5F5;
  padding-block: 40px;
}
.article-section .article-inner {
  background-color: transparent;
}

.page-section {
  padding-bottom: 100px;
}
.page-compact {
  padding-block: 80px 100px;
}
.page-compact-inner {
  padding-inline: 10px;
  text-align: center;
}

.section-inner {
  max-width: 1020px;
  padding-inline: 10px;
  margin-inline: auto;
}

.breadcrumbs {
  margin: 20px auto 30px;
  max-width: 1020px;
  padding-inline: 10px;
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}
.breadcrumbs-inner {
  padding-block: 10px;
}
.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  overflow-y: auto;
}
.breadcrumbs-list li {
  font-size: 12px;
  letter-spacing: 0.02em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumbs-list li + li {
  padding-left: 12px;
  position: relative;
}
.breadcrumbs-list li + li:before {
  content: "/";
  position: absolute;
  top: 0;
  left: -6px;
}
.breadcrumbs-list li a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .breadcrumbs-list li a:hover {
    opacity: 1;
  }
}

.contact-block {
  background-color: #E7E8EA;
  padding: 30px 25px;
  margin: 100px auto 0;
  max-width: 800px;
}
@media (max-width: 768px) {
  .contact-block {
    padding-inline: 10px;
  }
}
.contact-block-white {
  background-color: #fff;
  margin-top: 40px;
  padding: 0;
}
.contact-txt {
  font-weight: bold;
  text-align: center;
}
.contact-txt-def {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 18px;
}
.contact-txt-small {
  font-size: 11px;
  line-height: 1.6363636364;
  line-height: 1.5;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-top: 20px;
}
.swiper-pagination-bullet {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #D0D0D0;
}
.swiper-pagination-bullet-active {
  background-color: #9F8E64;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.pager li > a,
.pager li > span {
  font-family: "brown-bold", "Lucida Grande";
  font-weight: bold !important;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  border: 1px solid #CCCCCC;
  width: 40px;
  height: 40px;
}
.pager li a:hover {
  border-color: #9F8E64;
  color: #9F8E64;
}
@media (max-width: 768px) {
  .pager li a:hover {
    border-color: #CCCCCC;
    color: #333333;
  }
}
.pager li .pager-number.is-current {
  border-color: #9F8E64;
  color: #9F8E64;
}
.pager-wrap {
  margin-top: 60px;
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  module/table
================================= */
.table-def {
  border: 1px solid #D0D0D0;
}
.table-def-wrap {
  margin-bottom: 18px;
}
.table-def th, .table-def td {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 13px 4px;
}
.table-def th:not(:first-child), .table-def td:not(:first-child) {
  border-left: 1px solid #D0D0D0;
}
.table-def th {
  background-color: #000000;
  border-bottom: 1px solid #D0D0D0;
  color: #fff;
}
.table-def td {
  background-color: #fff;
}
.table-def tr:not(:last-of-type) td {
  border-bottom: 1px solid #D0D0D0;
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  module/txt
================================= */
.ttl-wrap {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .ttl-wrap {
    margin-bottom: 16px;
  }
}
.ttl-h2 {
  font-family: "brown-bold", "Lucida Grande";
  font-weight: bold !important;
  letter-spacing: 0.2em;
  font-size: 22px;
}
@media (max-width: 768px) {
  .ttl-h2 {
    font-size: 18px;
  }
}
.ttl-h2-laege {
  font-size: 24px;
}
@media (max-width: 768px) {
  .ttl-h2-laege {
    font-size: 20px;
  }
}

.txt-link {
  font-family: "brown-bold", "Lucida Grande";
  font-weight: bold !important;
  letter-spacing: 0.2em;
  font-size: 12px;
}
@media (max-width: 768px) {
  .txt-link {
    font-size: 10px;
  }
}
.txt-link:hover {
  color: #9F8E64;
}
.txt-cl-white {
  color: #fff;
}
.txt-large {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .txt-large {
    font-size: 16px;
  }
}

/* =========================================================
 Project ページ固有のスタイル
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  project/about
================================= */
.about-mv {
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  width: 100%;
  aspect-ratio: 2/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .about-mv {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.about-mv-ttl {
  font-family: "brown-bold", "Lucida Grande";
  font-weight: bold !important;
  letter-spacing: 0.2em;
  font-size: 46px;
}
@media (max-width: 768px) {
  .about-mv-ttl {
    font-size: 22px;
  }
}
.about-mv-ttl-sub {
  font-size: 20px;
}
@media (max-width: 768px) {
  .about-mv-ttl-sub {
    font-size: 12px;
  }
}

.faq-block {
  padding-top: 60px;
}
.faq-inner {
  max-width: 800px;
  margin-inline: auto;
}
.faq-list dt, .faq-list dd {
  position: relative;
}
.faq-list dt:before, .faq-list dd:before {
  position: absolute;
  left: 10px;
}
.faq-list dt {
  padding-inline: 30px;
  padding-bottom: 20px;
  font-weight: bold;
}
.faq-list dt:before {
  content: "Q";
  top: 0;
}
.faq-list dd {
  background-color: #FAFAFA;
  padding: 18px 10px 18px 30px;
}
.faq-list dd:before {
  content: "A";
  top: 18px;
  font-weight: bold;
}
.faq-list dd + dt {
  margin-top: 40px;
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  project/article
================================= */
.article-detail-section {
  max-width: 940px;
  margin-inline: auto;
  padding-inline: 10px;
}
.article-detail-section-inner {
  padding-bottom: 100px;
}
.article-detail-section .article-sub-data {
  margin-block: 0 16px;
}
@media (max-width: 768px) {
  .article-detail-section .article-sub-data {
    margin-bottom: 10px;
  }
}
.article-detail-ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .article-detail-ttl {
    font-size: 18px;
  }
}
.article-detail-thumbnail {
  width: 100%;
  position: relative;
  background-color: #EFEFEF;
}
@media (max-width: 768px) {
  .article-detail-thumbnail {
    background-color: transparent;
  }
}
.article-detail-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60.87%;
}
@media (max-width: 768px) {
  .article-detail-thumbnail:before {
    display: none;
  }
}
.article-detail-thumbnail-wrap {
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-detail-thumbnail-wrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.article-detail-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: initial;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 768px) {
  .article-detail-thumbnail img {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 100vw;
    max-width: initial;
    margin-inline: calc(50% - 50vw);
  }
}
.article-detail-body {
  padding-top: 30px;
}
.article-detail-body-inner {
  max-width: 800px;
  margin-inline: auto;
}
.article-detail-body strong {
  color: #606060;
  letter-spacing: 0.02em;
}
.article-detail-body p {
  margin-bottom: 30px;
}
.article-detail-body p + h2 {
  margin-top: 60px;
}
.article-detail-body p.has-small-font-size {
  font-size: 12px;
}
.article-detail-body p.has-medium-font-size {
  font-size: 14px;
}
.article-detail-body p.has-large-font-size {
  font-size: 16px;
}
.article-detail-body p.has-x-large-font-size {
  font-size: 18px;
}
.article-detail-body h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .article-detail-body h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.article-detail-body figure {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .article-detail-body figure {
    margin-bottom: 20px;
  }
}
.article-detail-body a {
  text-decoration: underline;
}
.article-detail-body a:hover {
  text-decoration: none;
}
.article-detail-body .wp-block-columns {
  gap: 24px;
}
@media (max-width: 768px) {
  .article-detail-body .wp-block-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.article-detail-body .wp-block-columns + .wp-block-columns {
  margin-top: 32px;
}
.article-detail-body .wp-block-columns .wp-block-image {
  margin-bottom: 0;
}
.article-detail-body .wp-block-columns .wp-element-caption {
  text-align: center;
  margin-bottom: 0;
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  project/login
================================= */
.login-section {
  padding-block: 40px;
}
.login-section #wpmem_login {
  width: 100%;
  background-color: #EFEFEF;
  border: none;
  padding: 100px 35px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .login-section #wpmem_login {
    padding: 60px 25px;
  }
}
.login-section #wpmem_login fieldset {
  max-width: 400px;
  margin: 0 auto;
  border: none;
}
.login-section #wpmem_login label {
  font-weight: bold;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 10px;
}
.login-section #wpmem_login .div_texbox + label {
  margin-top: 20px;
}
.login-section #wpmem_login .button_div {
  margin-top: 20px;
}
.login-section #wpmem_login .button_div label {
  font-size: 14px;
  font-weight: normal;
}
.login-section #wpmem_login input[type=submit] {
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 14px;
  line-height: 1.2142857143;
  padding: 12px 10px 11px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.login-section #wpmem_login input[type=submit]:hover {
  opacity: 0.8;
}
.login-section #wpmem_login .link-text {
  text-align: center;
}
.login-section #wpmem_login .link-text-forgot {
  font-size: 12px;
  letter-spacing: 0.2em;
}
.login-section #wpmem_login .link-text-forgot a {
  text-decoration: underline;
}
.login-section #wpmem_login .link-text-forgot a:hover {
  text-decoration: none;
}
.login-section .wpmem_msg {
  width: 100%;
  border-color: #AC0C0C;
  border-radius: 0;
  color: #AC0C0C;
}
.login-form-hidden {
  display: none;
}
.login-txt {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
  text-align: left;
  margin-top: 30px;
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  project/top
================================= */
.top-carousel-section {
  opacity: 0;
  max-width: 967px;
  position: relative;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top-carousel-section {
    max-width: 100%;
  }
}
.top-carousel-section.slide-none {
  max-width: 805px;
}
.top-carousel-section.slide-none .swiper-pagination {
  display: none;
}
.top-carousel-section.slide-none .top-carousel-img:before {
  background: transparent !important;
}
.top-carousel-section.slide-none .top-carousel-bottom {
  visibility: visible;
  opacity: 1;
}
.top-carousel-section-container {
  overflow: hidden;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .top-carousel-section-container {
    margin-bottom: 30px;
  }
}
.top-carousel-section-container .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-top: 20px;
}
.top-carousel-section-container .swiper-pagination-bullet {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #D0D0D0;
}
.top-carousel-section-container .swiper-pagination-bullet-active {
  background-color: #9F8E64;
}
.top-carousel-section .swiper-slide .top-carousel-img {
  pointer-events: none;
  position: relative;
  padding: 0 8px 18px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .top-carousel-section .swiper-slide .top-carousel-img {
    padding: 0 5px 10px;
  }
}
.top-carousel-section .swiper-slide .top-carousel-img:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.top-carousel-section .swiper-slide .top-carousel-img-inner {
  position: relative;
}
.top-carousel-section .swiper-slide .top-carousel-img-inner:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57.578%;
}
.top-carousel-section .swiper-slide .top-carousel-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.top-carousel-section .swiper-slide.swiper-slide-active .top-carousel-img {
  cursor: pointer;
}
.top-carousel-section .swiper-slide.swiper-slide-active .top-carousel-img:before {
  opacity: 0;
  visibility: hidden;
}
.top-carousel-section .swiper-slide.swiper-slide-active .top-carousel-bottom {
  opacity: 1;
  visibility: visible;
}
.top-carousel-bottom {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  margin-top: 20px;
  padding-inline: 8px;
}
.top-carousel-ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .top-carousel-ttl {
    font-size: 14px;
  }
}
.top-gray-section {
  background-color: #F5F5F5;
  padding-block: 40px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-gray-section {
    padding-block: 20px;
  }
}
.top-article-section {
  background-color: #fff;
  padding-block: 80px;
}
@media (max-width: 768px) {
  .top-article-section {
    padding-block: 40px;
  }
}
.top-trending-section {
  max-width: 1000px;
  margin-inline: auto;
}
.top-trending-section-container {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .top-trending-section-container {
    margin-left: 0;
  }
}
.top-trending-section .swiper-slide {
  width: 310px;
}
@media (max-width: 768px) {
  .top-trending-section .swiper-slide {
    width: 200px;
  }
}
.top-trending-section .swiper-slide a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .top-trending-section .swiper-slide a:hover {
    opacity: 1;
  }
}
.top-trending-section .article-thumbnail {
  background-color: #fff;
}
.top-trending-section .article-inner {
  padding-bottom: 18px;
}
.top-trending-wrap .swiper-slide {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .top-trending-wrap .swiper-slide {
    margin-right: 10px;
  }
}

/* =========================================================
 State
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  state/state
================================= */
/*# sourceMappingURL=style.css.map */
