@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  box-sizing: border-box;
}
*:before {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  box-sizing: border-box;
}
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 92%;
  }
}

body {
  color: #000000;
  background: #ffffff;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
}
body.fixed {
  padding-top: 7rem;
}
@media screen and (max-width: 576px) {
  body.fixed {
    padding-top: 4rem;
  }
}

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

figure {
  font-size: 0;
  margin-bottom: 1rem;
}
figure img {
  width: 100%;
  margin-bottom: 0 !important;
}

figcaption {
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}

em {
  color: #ceb159;
}

p {
  line-height: 1.85em;
  margin-bottom: 1.5em;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}
p a {
  color: #ceb159;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.7;
}

iframe {
  max-width: 100%;
}

h1 {
  font-weight: 500;
  text-align: center;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05rem;
}

h2 {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1.25em;
  letter-spacing: 0.05rem;
  font-family: "Noto Serif JP", serif;
}

h3 {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 1em;
  letter-spacing: 0.05rem;
  color: #9e8e0b;
  font-weight: bold;
}

h4 {
  font-weight: 500;
  font-size: 1.25rem;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
}
section,
.section {
  padding: 4rem 0;
}

#breadcrumbs {
  color: #000000;
  max-width: 1200px;
  width: 86%;
  margin: 2rem auto;
}
#breadcrumbs a:hover {
  color: #ceb159;
}
#breadcrumbs a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4rem;
  display: inline-block;
  display: inline-block;
  margin: 0 0.6em 0 0.6em;
  content: "\f054";
}

main li {
  margin-bottom: 0.5rem;
}
main ul {
  margin-bottom: 1rem;
  margin-left: 1.5em;
}
main ol {
  margin-bottom: 1rem;
  margin-left: 1.5em;
}

.mt-20 {
  margin-top: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.inner {
  max-width: 1200px;
  width: 86%;
  margin: 0 auto;
}
.inner.middle {
  max-width: 800px;
}
.inner.narrow {
  max-width: 600px;
}

.white {
  color: white;
}

.gray {
  color: #6f6f6f;
}

.red {
  color: #c30d23;
}

.x-small {
  font-size: 0.75rem !important;
}

.small {
  font-size: 0.875rem !important;
}

.large {
  font-size: 1.25rem !important;
  line-height: 1.5em !important;
}

.x-large {
  font-size: 1.5rem !important;
}

.xx-large {
  font-size: 2rem !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.pc-center {
  text-align: center !important;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.bold {
  font-weight: bold !important;
}

.medium {
  font-weight: 500 !important;
}

.bg-red {
  background-color: #fff2f2 !important;
}

.bg-yellow {
  background-color: #f4efcd;
}

.bg-gray {
  background-color: #f7f7f7;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 0.5rem !important;
}

.mb-m {
  margin-bottom: 1.5rem !important;
}

.mb-l {
  margin-bottom: 3rem !important;
}

.mb-xl {
  margin-bottom: 5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-m {
  padding-top: 1.5rem !important;
}

.pb-m {
  padding-bottom: 1.5rem !important;
}

.pc {
  display: block;
}

br.pc {
  display: inline;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-center {
    text-align: left !important;
  }
  .pc,
  br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
.block {
  display: block;
}

.box {
  padding: 1.5rem;
}

.white-box {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
}
.white-box img {
  border: 1px solid #2a292e;
}

.white-box.grid {
  margin-bottom: 1rem;
  padding: 2rem;
  align-items: center;
}

.border-box {
  border: 1px solid #2a292e;
  padding: 1.5rem;
}

.border {
  border-bottom: 1px solid #9fb2bf !important;
}

.fit-img {
  display: block;
  position: relative;
  padding-bottom: 65%;
}
.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  left: 0;
  top: 0;
}

.list-style-none {
  list-style: none;
}

.link-button {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.link-button a {
  display: inline-block;
  border: solid 1px #000000;
  color: #000000;
  width: 16rem;
  max-width: 100%;
  padding: 1.25rem 0;
}
.link-button a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4rem;
  display: inline-block;
  content: "\f054";
}
.link-button a:hover {
  background: #f4efcd;
}
@media screen and (max-width: 768px) {
  .link-button {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .link-button {
    width: 100%;
  }
}

.link-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4rem;
  display: inline-block;
  content: "\f054";
}

.link-down::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4rem;
  display: inline-block;
  content: "\f107";
}

.link-blank::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4rem;
  display: inline-block;
  content: "\f35d";
  margin-right: 0;
  margin-left: 0.4rem;
}

.link-download::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4rem;
  display: inline-block;
  content: "\f019";
}

a[href$=".pdf"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4rem;
  display: inline-block;
  content: "\f1c1";
}

a[href$=".doc"]::before, a[href$=".docx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4rem;
  display: inline-block;
  content: "\f1c2";
}

a[href$=".xls"]::before, a[href$=".xlsx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4rem;
  display: inline-block;
  content: "\f1c3";
}

.noicon::before, .noicon::after {
  display: none !important;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.youtube {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.youtube:after {
  padding-top: 56.17%;
  display: block;
  content: "";
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-round {
  border-radius: 1rem;
}

header {
  width: 100%;
  color: #000000;
  position: relative;
  padding: 2rem 3%;
  background: #fff;
  transition: 0.5s;
}
@media screen and (max-width: 576px) {
  header {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
}

header.fixed {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.head-left {
  display: flex;
  align-items: center;
}

.brand {
  display: block;
  margin: 0;
  height: 5rem;
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3;
}
.brand a {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  color: inherit;
}
.brand a:hover {
  opacity: 0.7;
}
.brand a img {
  height: auto;
  margin-right: 0.5rem;
}

.logo {
  display: block;
}
.logo img {
  height: auto;
  display: block;
}

.head-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  font-size: 0.8rem;
  font-weight: bold;
}

.head-links {
  display: flex;
  align-items: center;
}
.head-links li:last-child {
  margin-right: 0;
}

.menu-link li {
  display: block;
  margin-right: 2rem;
}
.menu-link li span {
  color: #c0c0c0;
  display: block;
  font-weight: 400;
  margin-top: 0.3rem;
}
.menu-link li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.3rem;
  display: inline-block;
  content: "\f054";
}
.menu-link li.menu-contact a:before {
  content: "\f0e0";
}

.menu-en {
  display: block;
  width: 4.5rem;
  padding: 0.15rem;
  border: solid 1px #000000;
  text-align: center;
}
.menu-en:hover {
  background-color: #ceb159;
}

.head-right .menu-en {
  margin: 0 0 0.75rem auto;
}

#g-nav,
.openbtn {
  display: none;
}

@media screen and (max-width: 850px) {
  header {
    padding: 1rem 3%;
  }
  header .brand {
    height: 3.5rem;
  }
  .head-right .menu-en {
    display: none;
  }
  .head-links {
    display: none;
  }
  #g-nav {
    display: block;
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.1s;
    text-align: center;
  }
  #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav img {
    display: block;
    width: 35%;
    max-width: 200px;
    margin: 4rem auto 2rem;
  }
  #g-nav ul {
    display: none;
    width: 86%;
    max-width: 500px;
    margin: 0 auto 0;
  }
  #g-nav ul li {
    list-style: none;
    margin-right: 0;
    font-size: 0.8rem;
  }
  #g-nav ul li span {
    margin-top: 0.2rem;
  }
  #g-nav ul li a {
    color: #000000;
    padding: 1rem 0.75rem;
    display: block;
    letter-spacing: 0.1em;
    border-top: 1px solid #2a292e;
  }
  #g-nav ul li a::before {
    display: none;
  }
  #g-nav ul li a:hover {
    color: #ceb159;
  }
  #g-nav ul li:last-of-type a {
    border-bottom: 1px solid #2a292e;
  }
  #g-nav ul li.menu-contact a:before {
    display: inline-block;
  }
  #g-nav .menu-sns-icon {
    margin: 1.25rem 0 2rem;
  }
  #g-nav .menu-sns-icon a {
    display: inline-block;
    margin: 0 0.75rem;
    font-size: 2rem;
  }
  #g-nav .menu-en {
    display: block;
    width: 10rem;
    margin: 0 auto 5rem;
    padding: 0.5rem;
    border: solid 1px #000000;
    font-weight: bold;
    font-size: 1rem;
  }
  #g-nav .menu-en:hover {
    background-color: #ceb159;
  }
  #g-nav.panelactive ul {
    display: block;
  }
  .openbtn {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 14px;
    right: 2.5%;
    cursor: pointer;
    width: 40px;
    height: 50px;
    font-size: 0.6rem;
    text-align: center;
  }
  .openbtn:before {
    content: "メニュー";
  }
  .openbtn.fixed {
    position: fixed;
  }
  .openbtn span,
  .openbtn span::before,
  .openbtn span::after {
    display: block;
    transition: all 0.4s;
    position: absolute;
    background: #000000;
    height: 5px;
    border-radius: 2px;
    width: 30px;
    margin: 0 auto;
  }
  .openbtn span {
    top: 30px;
    left: 5px;
  }
  .openbtn span::before {
    content: "";
    top: -10px;
  }
  .openbtn span::after {
    content: "";
    top: 10px;
  }
  .openbtn.active:before {
    content: "閉じる";
  }
  .openbtn.active span {
    background: #ffffff;
  }
  .openbtn.active span::before {
    top: -6px;
    transform: translateY(6px) rotate(-45deg);
  }
  .openbtn.active span::after {
    top: 6px;
    transform: translateY(-6px) rotate(45deg);
  }
}
footer {
  padding: 4rem 0 4rem;
}
footer .logo {
  width: 40%;
  max-width: 180px;
  margin: 0 auto 1.5rem;
}
footer p {
  text-align: center;
  color: #727272;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  footer p {
    font-size: 0.8rem;
  }
}

.sns-icon {
  position: fixed;
  top: 50vh;
  right: 0;
}
.sns-icon a {
  display: block;
  margin-bottom: 0.25rem;
}
.sns-icon a i {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .sns-icon {
    display: none;
  }
}

#pagetop {
  position: fixed;
  z-index: 30;
  width: 3rem;
  height: 3rem;
  bottom: 85px;
  right: 5px;
  transition: 0.3s;
}
#pagetop:hover {
  opacity: 0.8;
  cursor: pointer;
}
#pagetop a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(var(--ggs, 1));
  width: 3rem;
  height: 3rem;
  color: #fff;
  text-decoration: none;
  background: #ceb159;
  border-radius: 1.5rem;
}
#pagetop a::after {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 2rem;
}

.grid,
.flex2,
.flex3,
.flex4,
.flex5,
.flex6 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.grid > *,
.flex2 > *,
.flex3 > *,
.flex4 > *,
.flex5 > *,
.flex6 > * {
  margin-bottom: 3rem;
}
.grid *:first-child,
.flex2 *:first-child,
.flex3 *:first-child,
.flex4 *:first-child,
.flex5 *:first-child,
.flex6 *:first-child {
  margin-top: 0;
}

.flex2 > *,
.flex2-2 > * {
  width: calc((100% - 3rem) / 2);
}

.flex3:after {
  content: "";
  display: block;
  width: calc((100% - 6rem) / 3);
}
.flex3 > * {
  width: calc((100% - 6rem) / 3);
}

.flex4:before {
  content: "";
  display: block;
  order: 1;
  width: calc((100% - 9rem) / 4);
}
.flex4:after {
  content: "";
  display: block;
  width: calc((100% - 9rem) / 4);
}
.flex4 > * {
  width: calc((100% - 9rem) / 4);
}

.flex5:before {
  content: "";
  display: block;
  order: 1;
  width: calc((100% - 12rem) / 5);
}
.flex5:after {
  content: "";
  display: block;
  width: calc((100% - 12rem) / 5);
}
.flex5 > * {
  width: calc((100% - 12rem) / 5);
}

.flex6:before {
  content: "";
  display: block;
  order: 1;
  width: calc((100% - 5rem) / 6);
}
.flex6:after {
  content: "";
  display: block;
  width: calc((100% - 5rem) / 6);
}
.flex6 > * {
  width: calc((100% - 5rem) / 6);
}
.flex6 span:empty {
  margin-bottom: 0;
}

.grid3-2 {
  width: calc((100% - 6rem) / 3 * 2 + 3rem);
}
.grid3-2 h2 {
  text-align: left;
}
.grid3-2 h3 {
  text-align: left;
}

.grid4-3 {
  width: calc((100% - 9rem) / 4 * 3 + 6rem);
}

.grid4-2 {
  width: calc((100% - 3rem) / 2);
}

.grid3-1 {
  width: calc((100% - 6rem) / 3);
}

.grid4-1 {
  width: calc((100% - 9rem) / 4);
}

@media screen and (max-width: 768px) {
  .grid3-1,
  .grid3-2,
  .grid4-1,
  .grid4-2,
  .grid4-3 {
    width: 100%;
  }
  .flex2 > * {
    width: 100%;
  }
  .flex3 > * {
    width: 100%;
  }
  .flex3:after {
    width: 100%;
  }
  .flex2-2 > * {
    width: calc((100% - 1rem) / 2);
  }
  .flex4 > *, .flex4:before, .flex4:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex5 > *, .flex5:before, .flex5:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex6 > *, .flex6:before, .flex6:after {
    width: calc((100% - 2rem) / 3);
  }
  .grid > *,
  .flex2 > *,
  .flex2-2 > *,
  .flex3 > *,
  .flex4 > *,
  .flex5 > *,
  .flex6 > * {
    margin-bottom: 4rem;
  }
}
.reverse {
  flex-direction: row-reverse;
}

table {
  width: 100%;
  border-spacing: 6px;
  border-collapse: collapse;
  margin-bottom: 4rem;
  /*
    tr{
      background-color: #f3efe4;
    }

    tr:nth-child(odd) {
      background-color: #fff;
    }
    */
}
table th, table td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
}
table th {
  padding: 1.5em 2rem;
  /*border: 1px solid $border-first;*/
  text-align: left;
  width: 1px;
  white-space: nowrap;
  font-weight: normal;
  border-bottom: 2px solid #ceb159;
  width: 20%;
  min-width: 4em;
}
table td {
  padding: 1.5em 2rem;
  text-align: left;
  word-break: break-all;
  line-height: 1.8em;
}

.scroll-table-wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-table-wrap::-webkit-scrollbar {
  display: none;
}

.scroll-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .flex-table th {
    display: block;
    width: 100%;
    padding: 1rem;
    background: #f7f5ef;
  }
  .flex-table td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
table.mb-0 {
  margin-bottom: 0;
}

body.home section:first-of-type {
  padding-top: 5rem;
}

.swiper {
  width: 95%;
  margin-right: 5%;
  position: relative;
}
.swiper .eyecatch-text {
  position: absolute;
  z-index: 999;
  width: 20%;
  top: 10%;
  left: 10%;
}
.swiper .swiper-slide {
  border-radius: 0 1.5rem 1.5rem 0;
  overflow: hidden;
}
.swiper .swiper-slide img {
  display: block;
}
.swiper .eyecatch-scroll {
  position: absolute;
  bottom: 0;
  right: 2rem;
  z-index: 999;
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}
.swiper .eyecatch-scroll span {
  display: block;
  height: 36px;
  width: 2px;
  margin: 0.2rem auto 0;
  overflow: hidden;
  background: #000;
  animation: scrollDown 2s ease infinite;
}
@keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@media screen and (max-width: 576px) {
  .swiper {
    padding-top: 25vw;
  }
  .swiper .eyecatch-text {
    width: 14%;
    top: 8%;
    left: 27.3%;
  }
  .swiper .eyecatch-scroll {
    font-size: 0.8rem;
  }
  .swiper .eyecatch-scroll span {
    height: 34px;
  }
}

.h2-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h2-vertical h2 {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.175rem;
}
.h2-vertical span {
  color: #ceb159;
  font-size: 0.9rem;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .h2-vertical h2 {
    font-size: 1.7rem;
  }
}

.top-yamabuki {
  background: #f4efcd;
  margin-top: -3rem;
  padding-top: 10rem;
}
.top-yamabuki .inner div:last-child {
  width: 54%;
  position: relative;
}
.top-yamabuki .inner div:last-child img {
  position: absolute;
}
.top-yamabuki .inner div:last-child img.top-about-img01 {
  left: 15%;
  width: 43%;
  margin-top: 3rem;
}
.top-yamabuki .inner div:last-child img.top-about-img02 {
  right: 10%;
  width: 32%;
}
.top-yamabuki div.h2-vertical {
  width: 42%;
  padding-bottom: 7rem;
  padding-right: 10%;
  background: url("../img/bg-h2-yamabuki.png") no-repeat right bottom/85% auto;
}
.top-yamabuki p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .top-yamabuki {
    margin-top: -2rem;
    padding-top: 6rem;
  }
  .top-yamabuki .inner div:last-child {
    width: 100%;
    padding-bottom: 37vw;
  }
  .top-yamabuki .inner div:last-child img.top-about-img01 {
    left: 12%;
    width: 47%;
    margin-top: 5rem;
  }
  .top-yamabuki .inner div:last-child img.top-about-img02 {
    right: 10%;
    width: 35%;
  }
  .top-yamabuki div.h2-vertical {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 1rem;
    margin-bottom: 3rem;
    background: url("../img/bg-h2-yamabuki.png") no-repeat center top 1.75rem/auto 17.25rem;
  }
  .top-yamabuki div.h2-vertical span {
    font-size: 1rem;
  }
  .top-yamabuki p {
    font-size: 1rem;
  }
}
.top-about {
  padding: 5rem 0;
}
.top-about div.h2-vertical {
  width: 42%;
}
.top-about > div:last-child {
  width: 54%;
  position: relative;
}
.top-about > div:last-child h3 {
  margin-bottom: 1.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-top: 3rem;
  }
  .top-about div.h2-vertical {
    width: 100%;
    margin-bottom: 3rem;
  }
  .top-about > div:last-child {
    width: 100%;
  }
  .top-about > div:last-child h3 {
    font-size: 1.35rem;
  }
}

.h2-english {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.175rem;
  margin-bottom: 1.5rem;
}
.h2-english span {
  display: block;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #ceb159;
  font-size: 0.9rem;
  letter-spacing: 0.15rem;
}

.fb-box {
  text-align: center;
}
.fb-box .fb-page {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.link-box {
  text-align: center;
  margin-top: 1rem;
}

.link-box a:nth-child(2) {
  padding-left: 15px;
}

@media screen and (max-width: 576px) {
  .flex3 .youtube {
    margin-bottom: 2rem;
  }
}
.page-eyecatch {
  width: 94%;
  padding: 0 5%;
  height: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  color: #fff;
}
.page-eyecatch h1 {
  font-family: ten-mincho, "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.page-eyecatch.about {
  background-image: url("../img/eye-about-pc.jpg");
}
.page-eyecatch.class {
  background-image: url("../img/eye-class-pc.jpg");
}
.page-eyecatch.history {
  background-image: url("../img/eye-history-pc.jpg");
}
@media screen and (max-width: 768px) {
  .page-eyecatch {
    width: 100%;
    height: 260px;
    border-radius: 0;
  }
  .page-eyecatch.about {
    background-image: url("../img/eye-about-sp.jpg");
  }
  .page-eyecatch.class {
    background-image: url("../img/eye-class-sp.jpg");
  }
  .page-eyecatch.history {
    background-image: url("../img/eye-history-sp.jpg");
  }
}

.bn-area {
  padding-top: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.bn-area a {
  width: 32.5%;
  padding: 1.75rem 1rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0.175rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}
.bn-area a span {
  display: block;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.15rem;
}
.bn-area a.bn-class {
  background-image: url("../img/bn-about.jpg");
}
.bn-area a.bn-history {
  background-image: url("../img/bn-history.jpg");
}
.bn-area a.bn-contact {
  background-image: url("../img/bn-contact.jpg");
}
@media screen and (max-width: 992px) {
  .bn-area a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .bn-area {
    width: 86%;
    margin: 0 auto;
  }
  .bn-area a {
    font-size: 1.6rem;
    width: 100%;
  }
  .bn-area a span {
    font-size: 0.75rem;
  }
}

/* 津軽手踊りについて */
.point {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
}
.point > div {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point > div h2 {
  writing-mode: vertical-rl;
  letter-spacing: 0.175rem;
  font-size: 1.65rem;
  height: 9rem;
}
.point > div h2:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-bottom: 0.4rem;
  display: inline-block;
  content: "\f111";
  color: #ceb159;
  font-size: 0.75rem;
}
.point > div figure {
  padding: 3%;
  margin-bottom: 1.5rem;
  position: relative;
  background: url(../img/bg-circle.png) no-repeat right bottom/contain;
}
.point > div figure img {
  position: relative;
  display: block;
  margin: -3% 0 0 -2%;
  border-radius: 50%;
}
.point > div p {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .point > div {
    width: 92%;
    margin: 0 auto 3rem;
  }
  .point > div h2 {
    font-size: 1.5rem;
    height: auto;
  }
  .point > div figure {
    width: 70%;
    margin: 0 auto 2rem;
  }
  .point > div figure img {
    position: relative;
    display: block;
    margin: -5% 0 0 -2%;
    border-radius: 50%;
  }
  .point > div p {
    font-size: 1rem;
  }
}

.songs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.songs > div {
  width: 30%;
  margin: 0 0 2% 5%;
  transition: 0.3s;
}
.songs > div:nth-child(3n+1) {
  margin-left: 0;
}
.songs > div h3 {
  text-align: center;
}
.songs > div img {
  display: block;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .songs {
    flex-wrap: wrap;
  }
  .songs > div {
    width: 46%;
    margin: 0 0 2rem 8%;
  }
  .songs > div:nth-child(3n+1) {
    margin-left: 8%;
  }
  .songs > div:nth-child(2n+1) {
    margin-left: 0%;
  }
}
@media screen and (max-width: 576px) {
  .songs > div {
    width: 86%;
    margin: 0 auto 3rem;
  }
  .songs > div:nth-child(2n+1), .songs > div:nth-child(3n+1) {
    margin-left: auto;
  }
}

.topic div {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px dotted #666;
  padding: 1em;
}
.topic div dt {
  min-width: 9em;
}
.topic div dd {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .topic div {
    display: block;
  }
  .topic div dt {
    margin-bottom: 1em;
  }
}

.grid3-1 img {
  margin: 0 auto;
  display: block;
}/*# sourceMappingURL=basic.css.map */