@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, del, em, img, q, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul, #header ul, #sidebar ul, aside ul {
  list-style: none;
}

article ul {
  margin-left: 1.5em;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

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

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

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

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

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgB_1 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  .mgB_1 {
    margin-bottom: 25px !important;
  }
}

.mgB_2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_2 {
    margin-bottom: 50px !important;
  }
}

.mgB_3 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_3 {
    margin-bottom: 75px !important;
  }
}

.mgB_4 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_4 {
    margin-bottom: 100px !important;
  }
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

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

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden, .mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
body {
  min-width: 320px;
  background-color: #ffffff;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =header
----------------------------------------------------------- */
#header {
  background-color: #4d4d4d;
  color: #ffffff;
  border-bottom: 5px solid #8cc63f;
}

.header__inner {
  display: grid;
  grid-template-columns: min(14.1666666667vw, 170px) min(41.6666666667vw, 500px) 1fr;
  grid-template-areas: "logo title btn";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    grid-template-columns: 100px 1fr;
    grid-template-areas: "logo title" "logo btn";
    height: 110px;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.header__logo {
  text-align: center;
  grid-area: logo;
}

.header__logo img {
  width: min(9.1666666667vw, 110px);
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 64px;
  }
}

.header__title {
  grid-area: title;
  font-size: min(2.5vw, 30px);
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .header__title {
    font-size: 18px;
  }
}

.header__title a {
  color: #fff;
}

.header__btn {
  grid-area: btn;
  text-align: right;
  margin-right: 40px;
}

.header__btn a {
  display: inline-block;
  width: min(18.3333333333vw, 220px);
  height: 40px;
  border: 1px solid #fff;
  font-size: min(1.1666666667vw, 14px);
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 40px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__btn a {
    width: inherit;
    height: inherit;
    border: none;
    padding-right: 20px;
    font-size: 13px;
  }
}

.header__btn a::after {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 11px;
  top: 16px;
  right: 15px;
  background: url(../../images/icon-blank.svg) no-repeat center center;
  background-size: 14px 11px;
  content: "";
}
@media screen and (max-width: 768px) {
  .header__btn a::after {
    right: 0;
  }
}

.header__back-btn {
  grid-area: btn;
  text-align: right;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .header__back-btn {
    margin-right: 20px;
  }
}

.header__back-btn a {
  display: inline-block;
  width: min(18.3333333333vw, 220px);
  height: 40px;
  border: 1px solid #fff;
  font-size: min(1.1666666667vw, 14px);
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 40px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__back-btn a {
    width: inherit;
    height: inherit;
    border: none;
    font-size: 13px;
    text-align: right;
    padding-left: 20px;
  }
}

.header__back-btn a::after {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 11px;
  top: 16px;
  left: 15px;
  background: url(../../images/icon-back.svg) no-repeat center center;
  background-size: 14px 11px;
  content: "";
}
@media screen and (max-width: 768px) {
  .header__back-btn a::after {
    left: 0;
  }
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
#topImg {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #topImg {
    margin: 0 auto 60px;
    width: 100%;
  }
  #topImg img {
    margin-bottom: 10px;
  }
}

.bxslider {
  margin: 0px;
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper img {
  width: 100%;
}

.bx-viewport {
  max-height: 450px;
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1200px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    padding: 0 4%;
  }
}

/*ボタン*/
.btn a {
  background: url(../images/yaji.png) no-repeat 10px center #ffffff;
  padding: 6px 0;
  border-radius: 5px;
  font-size: 16px;
  border: 2px dotted #42210b;
  border-radius: 5px;
  color: #42210b;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  .btn a {
    padding: 6px 0;
    display: block;
  }
}

/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/yaji@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #42210b;
}
.js-aclink.js-ac {
  background: url(../images/yaji180@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #42210b;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 45px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
footer {
  background-color: #4d4d4d;
  color: #ffffff;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 100px;
  }
}

.footer__inner {
  display: grid;
  grid-template-columns: min(7.3333333333vw, 88px) min(18.3333333333vw, 220px) 1fr;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  margin-left: min(8.3333333333vw, 100px);
  margin-right: min(8.3333333333vw, 100px);
}
@media screen and (max-width: 768px) {
  .footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 25px;
  }
}

.footer__logo {
  text-align: center;
}

.footer__logo img {
  width: min(7.3333333333vw, 88px);
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 88px;
  }
}

.footer__copyright {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    text-align: center;
    margin-top: 25px;
  }
}

.footer__btn a {
  display: inline-block;
  width: min(18.3333333333vw, 220px);
  height: 40px;
  border: 1px solid #fff;
  font-size: min(1.1666666667vw, 14px);
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 40px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__btn a {
    width: 220px;
    font-size: 12px;
  }
}

.footer__btn a::after {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 11px;
  top: 16px;
  right: 15px;
  background: url(../../images/icon-blank.svg) no-repeat center center;
  background-size: 14px 11px;
  content: "";
}
/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
  }
}
/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  background-color: rgba(66, 33, 11, 0.7);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap .nav {
  height: 100%;
  width: 100%;
  margin: 100px auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .nav-wrap .nav {
    width: 1200px;
    margin: 200px auto 0;
  }
}
.nav-wrap li {
  display: block;
  margin: 0 0 1em 20px;
  padding: 0.5em 0;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .nav-wrap li {
    margin: 0 0 2em 100px;
  }
}
.nav-wrap li a {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .nav-wrap li a {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) {
  .nav-pc-wrap {
    display: block;
    width: 60%;
  }
  .nav-pc-wrap ul {
    margin: 0 auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-pc-wrap ul li {
    list-style-type: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    margin: 0;
  }
  .nav-pc-wrap ul li a {
    color: #333333;
    font-size: 16px;
  }
  .nav-pc-wrap ul li + li {
    border-left: 1px solid #333333;
  }
}
/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 15000;
  background: #42210b;
  padding: 8px 8px 20px 8px;
}
@media screen and (min-width: 768px) {
  .nav-button-wrap {
    display: none;
    right: 50px;
    top: 50px;
    padding: 10px 10px 30px 10px;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 40px;
  height: 27px;
}
@media screen and (min-width: 768px) {
  .nav-button {
    width: 60px;
    height: 35px;
  }
}
.nav-button:after {
  content: "MENU";
  color: #fff;
  position: absolute;
  top: 32px;
  font-size: 12px;
  font-weight: bold;
  left: 0;
}
@media screen and (min-width: 768px) {
  .nav-button:after {
    top: 43px;
    font-size: 14px;
    left: 5px;
  }
}
.nav-button.active:after {
  content: "CLOSE";
  color: #fff;
  left: -1px;
}
@media screen and (min-width: 768px) {
  .nav-button.active:after {
    left: 2px;
  }
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .nav-button span {
    height: 7px;
  }
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 11px;
}
@media screen and (min-width: 768px) {
  .nav-button span:nth-of-type(2) {
    top: 14px;
  }
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  background-color: #fff;
}
.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
  }
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 トップ
----------------------------------------------------------- */
.top-list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top-list {
    margin-top: 25px;
  }
}

.top-list__inner {
  margin-right: 50px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .top-list__inner {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.top-list__title {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-list__title {
    font-size: 20px;
    text-align: center;
  }
}

.top-list__items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 58px 40px;
}
@media screen and (max-width: 768px) {
  .top-list__items {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
}

.top-list__img {
  display: block;
  position: relative;
  max-width: 100%;
}

.top-list__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.top-list__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-list__inst-title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.top-list__date {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 15px;
}

/* -----------------------------------------------------------
top-tag
----------------------------------------------------------- */
.top-tag {
  margin-top: 100px;
}

.top-tag__items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px 10px;
}
@media screen and (max-width: 768px) {
  .top-tag__items {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
p.indent {
  margin-left: 2em;
}

.breadlink__inner {
  font-size: 12px;
  font-weight: 400;
  color: #808080;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 18px;
  padding-bottom: 18px;
}

.breadlink a {
  color: #808080;
}

/* -----------------------------------------------------------
souchi-info
----------------------------------------------------------- */
.souchi-info {
  background-color: #f2f2f2;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .souchi-info {
    padding: 30px 0;
  }
}

.souchi-info__inner {
  display: grid;
  grid-template-columns: 1fr 325px;
  grid-template-rows: auto auto;
  grid-template-areas: "title img" "text img";
  gap: 25px 50px;
}
@media screen and (max-width: 768px) {
  .souchi-info__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "text" "img";
  }
}

.souchi-info__title {
  grid-area: title;
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .souchi-info__title {
    font-size: 20px;
  }
}

.souchi-info__text {
  grid-area: text;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .souchi-info__text {
    font-size: 14px;
  }
}

.souchi-info__img {
  grid-area: img;
  display: block;
  position: relative;
  max-width: 100%;
}

.souchi-info__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.souchi-info__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -----------------------------------------------------------
souchi-contents
----------------------------------------------------------- */
.souchi-contents__wrap {
  margin-top: 57px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .souchi-contents__wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.souchi-contents__sort-tags {
  border: 1px solid #999999;
  padding: 20px;
}

.souchi-contents__tags-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.souchi-contents__tags-title img {
  width: 20px;
  height: 20px;
}

.souchi-contents__tags-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .souchi-contents__tags-title h3 {
    font-size: 15px;
  }
}

/* -----------------------------------------------------------
tags-title
----------------------------------------------------------- */
.tags-title {
  background-color: #4d4d4d;
  padding: 8px 30px;
  margin-top: 50px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .tags-title {
    font-size: 20px;
    margin-top: 30px;
    padding: 5px 15px;
  }
}

.tags-title--archive {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tags-title--archive {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.tags-title__clear {
  margin-top: 10px;
  text-align: right;
}

.tags-title__clear a {
  display: inline-block;
  background-color: #eee;
  text-align: center;
  color: #333333;
  padding: 5px 20px;
}

/* -----------------------------------------------------------
tags-items
----------------------------------------------------------- */
.tags-items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .tags-items {
    grid-template-columns: 120px 120px;
    gap: 10px;
  }
}

.tags-items__item {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 9px 0;
}
@media screen and (max-width: 768px) {
  .tags-items__item {
    padding: 5px 0;
    font-size: 11px;
  }
}

/* -----------------------------------------------------------
souchi-entry
----------------------------------------------------------- */
.souchi-entry {
  padding-bottom: 50px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.souchi-entry:not(:first-child) {
  border-top: 1px solid #999999;
  padding-top: 50px;
}

.souchi-entry > * {
  margin-bottom: 1em;
}

.souchi-entry__tag {
  margin-top: 20px;
}

.souchi-entry__tag ul {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .souchi-entry__tag ul {
    display: grid;
    grid-template-columns: 120px 120px;
  }
}

.souchi-entry__tag li {
  list-style: none;
}

.souchi-entry__tag span {
  display: inline-block;
  width: 150px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 9px 0;
}
@media screen and (max-width: 768px) {
  .souchi-entry__tag span {
    width: 120px;
    padding: 5px 0;
    font-size: 11px;
  }
}

.tag-color-light-blue {
  background-color: #00a0e9;
}

.tag-color-yellow {
  background-color: #f5a500;
}

.tag-color-light-green {
  background-color: #8cc63f;
}

.tag-color-orange {
  background-color: #ff5b00;
}

.tag-color-purple {
  background-color: #be7dbc;
}

.tag-color-green {
  background-color: #22b573;
}

.tag-color-blue {
  background-color: #327bc7;
}

.tag-color-brown {
  background-color: #c07700;
}

.souchi-entry__date {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

.souchi-entry h3,
.souchi-entry h2 {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}

.souchi-entry h2.souchi-entry__title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .souchi-entry h2.souchi-entry__title {
    font-size: 20px;
  }
}

.souchi-entry h2.souchi-entry__title--archive {
  margin-bottom: 0;
}

.souchi-entry__name {
  position: relative;
  margin-top: 27px;
  padding-left: 26px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #00a0e9;
  padding-bottom: 27px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .souchi-entry__name {
    font-size: 14px;
  }
}

.souchi-entry__name::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background: url(../../images/icon-postername.svg) no-repeat center center;
  background-size: 16px 16px;
  content: "";
}
@media screen and (max-width: 768px) {
  .souchi-entry__name::after {
    left: 0;
  }
}

.souchi-entry p {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .souchi-entry p {
    line-height: 1.5;
  }
}

.souchi-entry .wp-block-file {
  margin-bottom: 1em;
}

.souchi-entry .wp-block-file a {
  font-size: 15px;
  font-weight: 400;
  color: #00a0e9;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.souchi-entry .wp-block-file a::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 24px;
  top: 0;
  left: 0;
  background-size: 20px 24px;
  content: "";
}
@media screen and (max-width: 768px) {
  .souchi-entry .wp-block-file a::after {
    left: 0;
  }
}

.souchi-entry .wp-block-file a[href$=".pdf"]::after {
  background: url(../../images/icon-pdf.svg) no-repeat center center;
}

.souchi-entry .wp-block-file a[href$=".ppt"]::after {
  background: url(../../images/icon-ppt.svg) no-repeat center center;
}

.souchi-entry .wp-block-file a[href$=".xlsx"]::after {
  background: url(../../images/icon-xls.svg) no-repeat center center;
}

.souchi-entry .wp-block-file a[href$=".docx"]::after {
  background: url(../../images/icon-doc.svg) no-repeat center center;
}

.souchi-entry .wp-block-file a.wp-block-file__button {
  padding-left: inherit;
  border-radius: 0 !important;
  text-decoration: none;
  color: #fff;
  padding: 0.5em 1em;
}

.souchi-entry .wp-block-file a.wp-block-file__button::after {
  display: none;
}

/* -----------------------------------------------------------
 テーブル
----------------------------------------------------------- */
.table_a {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 0 auto 50px;
  word-break: break-all;
  word-wrap: break-all;
}
.table_a tr {
  border-bottom: 1px solid #ccc;
}
.table_a th {
  padding: 5px;
  display: block;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .table_a th {
    display: table-cell;
    padding: 50px 5px;
    width: 15%;
  }
}
.table_a td {
  padding: 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .table_a td {
    display: table-cell;
    padding: 50px 5px;
  }
}

/* -----------------------------------------------------------
 ページネーション
----------------------------------------------------------- */
.wp-pagenavi a {
  text-decoration: none;
}

.wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  display: block;
  background: #fff;
  color: #666;
  border: 1px solid #b3b3b3;
  margin: 0 6px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  height: 32px;
  width: 32px;
}

.current {
  background: #666 !important;
  color: #fff !important;
}

.nextpostslink,
.previouspostslink {
  background: none !important;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  display: block;
  height: 10px;
  margin: 20px;
  text-indent: 100%;
  overflow: hidden;
  width: 10px;
  white-space: nowrap;
}

.nextpostslink {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.previouspostslink {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* -----------------------------------------------------------
 マップ
----------------------------------------------------------- */
div.map1,
div#map {
  width: 90%;
  height: 270px;
  margin: 0 auto;
}

div.small {
  font-size: 9pt;
  width: auto;
  height: auto;
}

div.small b {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  div.map1 {
    width: 920px;
    height: 360px;
    margin: 0 auto;
  }
  div#map {
    width: 920px;
    height: 600px;
    margin: 0 auto 40px;
  }
  div#entry {
    font-size: 16px;
    width: 200px;
    height: auto;
  }
  div#marker {
    font-size: 16px;
    margin: 10px auto;
  }
}
/* -----------------------------------------------------------
 問合せフォーム（contact form 7用）
----------------------------------------------------------- */
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
table.inquiry {
  margin: 30px 0;
}
table.inquiry textarea {
  font-size: inherit;
}

/*見出し欄*/
.inquiry th {
  text-align: left;
  color: #444;
  padding: 20px 10px;
  width: 40%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  padding: 20px 5px;
  vertical-align: middle;
}

/*通常欄*/
.inquiry td {
  border: solid 1px #d7d7d7;
  padding: 20px 10px;
}

.inquiry input {
  font-size: inherit;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
  font-size: 10px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any {
  font-size: 10px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
  cursor: pointer;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #ffaa56;
  border: 2px solid #ffaa56;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: red;
}

.screen-reader-response {
  text-align: center;
  margin: 30px auto;
  width: 100%;
  color: red;
}
.screen-reader-response ul {
  background: #fadbdb;
  padding: 15px 30px;
}
@media screen and (min-width: 768px) {
  .screen-reader-response {
    width: 800px;
  }
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  text-align: center;
  background: #fadbdb;
}

.wpcf7-mail-sent-ok {
  text-align: center;
  background: #e0fee0;
  font-weight: bold;
}

.wpcf7 .sent {
  display: none;
}

@media (max-width: 500px) {
  .inquiry th,
  .inquiry td {
    display: block !important;
    width: 100% !important;
    padding: 10px 5px;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto,
  .inquiry .any {
    font-size: 10px;
  }
}/*# sourceMappingURL=styles.css.map */