@charset "UTF-8";
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* --------------------------------------------------

reset

-------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

img, a {
  vertical-align: top;
}

a img {
  border: none;
  transition: all 0.6s;
}

a:hover img {
  opacity: 0.7;
}

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

/* change colours to suit your needs */
ins {
  background: #ff9 repeat center center;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background: #ff9 repeat center center;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* --------------------------------------------------

base

-------------------------------------------------- */
html {
  font-size: 62.5%;
  height: 100%;
  height: -webkit-fill-available;
}

body {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5;
  min-width: 1100px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  height: -webkit-fill-available;
}
@media only screen and (max-width: 1120px) {
  body {
    min-width: 0;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
body.fixed-body {
  overflow: hidden;
  position: fixed;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  box-sizing: border-box;
}

#contents {
  overflow: hidden;
  padding-bottom: 8em;
  min-height: calc(85vh - 90px);
}
@media only screen and (max-width: 768px) {
  #contents {
    padding-bottom: 4em;
  }
}

a {
  transition: all 0.3s;
  text-decoration: none;
}

img {
  max-width: 100%;
}

a:link, a:visited {
  color: #000;
}

a:hover, a:active {
  transition: all 0.3s;
}

.inner-l {
  width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 1520px) {
  .inner-l {
    width: 92%;
  }
}

.inner {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1120px) {
  .inner {
    width: 92%;
  }
}

.inner-ml {
  width: 1190px;
  margin: 0 auto;
}
@media only screen and (max-width: 1210px) {
  .inner-ml {
    width: 92%;
  }
}

.inner-m {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1020px) {
  .inner-m {
    width: 92%;
  }
}

.inner-s {
  width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 970px) {
  .inner-s {
    width: 92%;
  }
}

.inner-ss {
  width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 770px) {
  .inner-ss {
    width: 92%;
  }
}

br.pc-br {
  display: block;
}
@media only screen and (max-width: 768px) {
  br.pc-br {
    display: none;
  }
}

br.sp-br {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp-br {
    display: block;
  }
}

svg {
  width: 100%;
  height: auto;
}

em, strong {
  font-weight: bold;
}

/* --------------------------------------------------

左右レイアウト

-------------------------------------------------- */
.wrapper-layout {
  display: flex;
  justify-content: space-between;
}
.wrapper-layout .side-menu {
  width: 27%;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout .side-menu {
    width: 100%;
  }
}
.wrapper-layout .main-contents {
  width: 69%;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout .main-contents {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper-layout {
    display: block;
  }
}

/* --------------------------------------------------

post-content　ウィジウィグ

-------------------------------------------------- */
/* post-ttl */
.post-ttl {
  color: #000;
  font-size: 8rem;
  font-weight: bold;
  padding: 0.5em 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .post-ttl {
    font-size: 2.8rem;
    font-size: 7.4666666667vmin;
  }
}
.post-ttl span {
  vertical-align: middle;
  margin-left: 1em;
}

/* icon-post-block */
.icon-post-block {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 1em 0;
}
.icon-post-block .list-icon {
  margin: 0 5px 0.5em 0;
}
.icon-post-block .list-category {
  margin: 0 5px 0.5em 0;
}
@media only screen and (max-width: 768px) {
  .icon-post-block {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}

/* post-date */
.post-date {
  text-align: left;
  margin: 1em 0 2em auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .post-date {
    margin: 1em 0 1em auto;
  }
}

.pht-right-wide {
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  .pht-right-wide {
    margin: 0 calc(50% - 50vw);
  }
}
.pht-right-wide figure {
  position: relative;
  padding-top: 66%;
  overflow: hidden;
}
.pht-right-wide figure img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.pht-right-wide .caption {
  font-style: italic;
  margin-top: 0.5em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .pht-right-wide .caption {
    font-size: 1.2rem;
    font-size: 3.2vmin;
  }
}
@media only screen and (max-width: 768px) {
  .pht-right-wide .caption {
    width: 92%;
    margin: 0.5em auto 0 auto;
  }
}

/* --------------------------------------------------

見出し

-------------------------------------------------- */
/* wysiwyg */
.wysiwyg {
  max-width: 740px;
  margin: 0 auto;
}

/* h1 */
.wysiwyg h1 {
  color: #000;
  border-bottom: 5px solid #F0F0F0;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.5em 0;
  margin: 0 auto 1.5em;
  position: relative;
  max-width: 740px;
}
.wysiwyg h1:first-child {
  margin-top: 0;
}
.wysiwyg h1::after {
  content: "";
  background: #F4E802;
  display: block;
  width: 5em;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h1 {
    font-size: 2.8rem;
    font-size: 7.4666666667vmin;
  }
}

.wysiwyg p + h1,
.wysiwyg ul + h1,
.wysiwyg ol + h1,
.wysiwyg table + h1,
.wysiwyg dl + h1 {
  margin-top: 1em;
}

/* h2 */
.wysiwyg h2,
.post-sttl-large {
  color: #000;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  padding: 0.5em 0;
  margin: 1em auto 0;
  max-width: 740px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h2,
  .post-sttl-large {
    font-size: 2.4rem;
    font-size: 6.4vmin;
  }
}
.wysiwyg h2.left,
.post-sttl-large.left {
  text-align: left;
  margin: 1em 0 0;
}

/* h3 */
/* post-sttl-small */
.wysiwyg h3,
.post-sttl-small {
  background: #F0F0F0;
  font-size: 2.7rem;
  font-weight: 600;
  padding: 0.5em 1em;
  margin: 1.5em auto;
  max-width: 740px;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h3,
  .post-sttl-small {
    font-size: 2.1rem;
    font-size: 5.6vmin;
  }
}
@media only screen and (max-width: 768px) {
  .wysiwyg h3,
  .post-sttl-small {
    margin: 0 0 1em;
  }
}

/* h4 */
.wysiwyg h4 {
  color: #000;
  border-left: 6px solid #F4E802;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 0 0 1em;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h4 {
    font-size: 1.9rem;
    font-size: 5.0666666667vmin;
  }
}

/* h5 */
.wysiwyg h5 {
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0.5em 0;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h5 {
    font-size: 1.8rem;
    font-size: 4.8vmin;
  }
}

/* h6 */
.wysiwyg h6 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h6 {
    font-size: 1.7rem;
    font-size: 4.5333333333vmin;
  }
}

/* --------------------------------------------------

画像ブロック

-------------------------------------------------- */
/* post-pht */
.post-pht {
  max-width: 740px;
  margin: 3em auto 5em;
}
@media only screen and (max-width: 768px) {
  .post-pht {
    margin: 1em auto;
  }
}
.post-pht a {
  display: block;
}
.post-pht > div {
  width: 100%;
  height: auto;
  max-height: 600px;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .post-pht > div {
    max-height: 300px;
  }
}
.post-pht img {
  height: auto;
  max-height: 600px;
  max-width: 100%;
  width: auto;
}
@media only screen and (max-width: 420px) {
  .post-pht img {
    max-height: 300px;
  }
}
.post-pht figcaption {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  display: block;
  padding: 5px;
}

/* two-post-pht */
.two-post-pht {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.two-post-pht .post-pht {
  font-size: 1.6rem;
  vertical-align: top;
  width: 48%;
}

/* post-pht-txt */
.post-pht-txt {
  max-width: 740px;
  margin: 0 auto;
}
.post-pht-txt:after {
  content: "";
  display: block;
  clear: both;
}
.post-pht-txt .post-pht {
  float: right;
  width: 48%;
  margin: 0 0 2% 2%;
  z-index: 10;
  position: relative;
}
.post-pht-txt .wysiwyg {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 5em;
  max-width: none;
}
@media only screen and (max-width: 768px) {
  .post-pht-txt .wysiwyg {
    margin-bottom: 2em;
  }
}
.post-pht-txt .wysiwyg h1,
.post-pht-txt .wysiwyg h2,
.post-pht-txt .wysiwyg h3,
.post-pht-txt .wysiwyg h4,
.post-pht-txt .wysiwyg h5,
.post-pht-txt .wysiwyg h6,
.post-pht-txt blockquote {
  display: flex;
}

/* iframe-area */
.iframe-area {
  max-width: 740px;
  position: relative;
  width: 100%;
  padding-top: 42%;
  margin: 5% auto;
}
@media only screen and (max-width: 768px) {
  .iframe-area {
    padding-top: 60%;
    margin: 1em 0 3em;
  }
}
.iframe-area iframe {
  filter: saturate(1.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------------------------------

wysiwyg

-------------------------------------------------- */
.wysiwyg {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 4%;
  /* リンク<a> */
  /* 段落 <p> */
  /* 太字赤文字 <strong> */
  /* 太字 <em> */
  /* 斜体 <i> */
  /* 下線 <u> */
  /* 打ち消し線 <s> */
  /* 下付き <sub> */
  /* 上付き <sup> */
  /* 順序のないリスト <ol> */
  /*順序のないリスト <ul> */
  /*定義リスト <dl> */
  /* インデント <p class="txt-indent"> */
  /* ブロック引用文 <blockquote> */
  /* 中央揃え <p class="txt-center"> */
  /* 右揃え <p class="txt-right"> */
  /* 両端揃え <p class="txt-justify"> */
  /* ハイパーリンク <a href=""> */
  /* テーブル <table> */
  /* フォントサイズ小 <span class="font-size-small"> */
  /* フォントサイズ大 <span class="font-size-large"> */
  /* 文字の間隔0.5em <span class="font-space-small"> */
  /* 文字の間隔1.0em <span class="font-space-medium"> */
  /* 文字の間隔1.5em <span class="font-space-large"> */
  /* 文字の間隔2.0em <span class="font-space-xlarge"> */
  /* アドレス */
  /* 短い引用 */
  /* 出典 */
}
.wysiwyg a:link,
.wysiwyg a:visited {
  text-decoration: underline;
}
.wysiwyg p {
  margin: 1em 0;
}
.wysiwyg strong {
  color: #F00;
  font-weight: bold;
}
.wysiwyg em {
  font-weight: bold;
}
.wysiwyg i {
  font-style: italic;
}
.wysiwyg .underline {
  text-decoration: underline;
}
.wysiwyg .strike {
  text-decoration: line-through;
}
.wysiwyg sub {
  font-size: 0.8rem;
  vertical-align: bottom;
}
.wysiwyg sup {
  font-size: 0.8rem;
  vertical-align: top;
}
.wysiwyg ol {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: decimal;
  /*横並びリスト<ol> */
}
.wysiwyg ol > li {
  text-indent: -1em;
  padding-left: 1em;
}
.wysiwyg ol.horizontal-list {
  display: flex;
}
.wysiwyg ol.horizontal-list li {
  margin-right: 1.5em;
}
.wysiwyg ul {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: disc;
  /*横並びリスト<ul> */
}
.wysiwyg ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
.wysiwyg ul > li ul {
  list-style-type: circle;
}
.wysiwyg ul.horizontal-list {
  display: flex;
}
.wysiwyg ul.horizontal-list li {
  margin-right: 1.5em;
}
.wysiwyg dl {
  margin: 0.5em 0 1em;
  /*横並び定義リスト <dl> */
}
.wysiwyg dl dt {
  background: #EEE;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.5em;
}
.wysiwyg dl dd {
  margin-bottom: 0.5em;
}
.wysiwyg dl.horizontal-list dt {
  float: left;
  margin-right: 0.5em;
}
.wysiwyg .txt-indent {
  text-indent: 1em;
}
.wysiwyg blockquote {
  background: #EEE;
  font-style: italic;
  padding: 1em 2em;
  margin: 2em;
  box-sizing: border-box;
}
.wysiwyg blockquote p {
  margin: 0;
}
.wysiwyg .txt-center {
  text-align: center;
}
.wysiwyg .txt-right {
  text-align: right;
}
.wysiwyg .txt-justify {
  text-align: justify;
}
.wysiwyg a[href] {
  color: #03F;
  text-decoration: underline;
}
.wysiwyg table {
  width: auto;
  border-collapse: collapse;
  border: 1px solid #DDD;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 1em 0 3em;
}
.wysiwyg table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
}
.wysiwyg table tr th {
  color: #000;
  background: #F0F0F0;
  border: 1px solid #b2b2b2;
  font-weight: bold;
  padding: 0.5em;
}
.wysiwyg table tr td {
  background: #FFFFFF;
  border: 1px solid #b2b2b2;
  padding: 0.5em;
}
.wysiwyg table .txt-justify {
  text-align-last: justify;
}
.wysiwyg table.table-center {
  margin: 0 auto 3em;
}
.wysiwyg table.table-center caption {
  text-align: center;
}
.wysiwyg table.table-right {
  margin-left: auto;
}
.wysiwyg table.table-left {
  margin-right: auto;
}
.wysiwyg .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1em 0 2em;
  max-width: none;
}
.wysiwyg .table-scroll::-webkit-scrollbar {
  height: 5px;
}
.wysiwyg .table-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.wysiwyg .table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #CCC;
}
.wysiwyg .table-scroll table {
  margin: 0;
  max-width: none;
}
.wysiwyg .table-scroll table caption {
  text-align: left;
}
@media only screen and (max-width: 420px) {
  .wysiwyg .table-scroll table {
    min-width: 100%;
  }
}
.wysiwyg .font-size-small {
  font-size: 0.6em;
}
.wysiwyg .font-size-large {
  font-size: 1.75em;
}
.wysiwyg .font-space-small {
  letter-spacing: 0.5em;
  margin-left: 0.5em;
}
.wysiwyg .font-space-medium {
  letter-spacing: 1em;
  margin-left: 1em;
}
.wysiwyg .font-space-large {
  letter-spacing: 1.5em;
  margin-left: 1.5em;
}
.wysiwyg .font-space-xlarge {
  letter-spacing: 2em;
  margin-left: 2em;
}
.wysiwyg address {
  padding: 1em 2em;
  box-sizing: border-box;
  font-style: italic;
  background: #EEE;
  margin: 0.5em 1em 2em;
}
.wysiwyg q:before {
  content: '"';
  display: inline-block;
}
.wysiwyg q:after {
  content: '"';
  display: inline-block;
}
.wysiwyg q:lang(ja):before {
  content: "『";
  display: inline-block;
}
.wysiwyg q:lang(ja):after {
  content: "』";
  display: inline-block;
}
.wysiwyg q q:before {
  content: "'";
  display: inline-block;
}
.wysiwyg q q:after {
  content: "'";
  display: inline-block;
}
.wysiwyg q q:lang(ja):before {
  content: "「";
  display: inline-block;
}
.wysiwyg q q:lang(ja):after {
  content: "」";
  display: inline-block;
}
.wysiwyg cite {
  font-style: italic;
  font-family: Times New Roman, "ＭＳ Ｐゴシック";
}

/* --------------------------------------------------

関連ファイル/関連リンク

-------------------------------------------------- */
.related-file,
.related-link {
  margin: 1em 0;
}
.related-file a,
.related-link a {
  color: #000;
  background: #F4E802;
  border-radius: 3em;
  padding: 1em 4em;
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .related-file a,
  .related-link a {
    padding: 1em 2em 1em 4em;
  }
}
.related-file a:before,
.related-link a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  margin: 0 1em 0 0;
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translateY(-50%);
}
.related-file a:hover,
.related-link a:hover {
  opacity: 0.7;
}

/* file */
.related-file a:before {
  content: "\f15c";
}

/* link */
.related-link a:before {
  content: "\f0c1";
}

/* --------------------------------------------------

ボタン

-------------------------------------------------- */
.btn-postback {
  text-align: center;
  max-width: 26rem;
  margin: 3em auto;
}
@media only screen and (max-width: 768px) {
  .btn-postback {
    min-width: 54vw;
  }
}

/* --------------------------------------------------

form

-------------------------------------------------- */
button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  display: block;
}

fieldset span {
  display: inline-block;
}

textarea {
  width: 100%;
  min-height: 7em;
  font-size: 1.6rem;
  padding: 0.5em 0.8em;
  border: 1px solid #D1D1D1;
  outline: none;
  border-radius: 0.5em;
  box-sizing: border-box;
  resize: vertical;
}
textarea::placeholder {
  color: #505050;
}

button {
  font-size: 100%;
  padding: 0.5em 0.8em;
  border-radius: 1em;
  cursor: pointer;
  border: 1px solid #707070;
  vertical-align: middle;
}

input[type=checkbox], input[type=radio] {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.1em;
}

input[type=checkbox] + label, input[type=radio] + label {
  display: inline-block;
  margin-right: 0.6em;
  vertical-align: middle;
}

input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password] {
  font-size: 1.6rem;
  width: 100%;
  vertical-align: middle;
  border: none;
  padding: 0.7em 1em;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0.5em;
  outline: none;
  border: 1px solid #CCC;
}
input[type=text]::placeholder, input[type=number]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder {
  color: #505050;
}
@media only screen and (max-width: 768px) {
  input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password] {
    padding: 0.4em 0.8em;
  }
}

select {
  font-size: 1.6rem;
  width: 100%;
  padding: 0.7em 1em;
  border: none;
  border: 1px solid #CCC;
  border-radius: 0.5em;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  select {
    padding: 0.4em 0.8em;
  }
}

select option[selected],
select option[active] {
  color: #FFF;
  background: #000;
}

input[type=file] {
  padding: 5px 0;
}

.label-name {
  margin: 0px 7px 0 0;
  display: inline-block;
}

input.text-ss,
select.text-ss {
  width: 25%;
}

input.text-sss,
select.text-sss {
  width: 10%;
}

input.text-s,
select.text-s {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  input.text-s,
  select.text-s {
    width: 100%;
    box-sizing: border-box;
  }
  input.text-ss,
  select.text-ss {
    width: 60%;
    box-sizing: border-box;
  }
}
.term-select span {
  margin: 0 0.5em;
}

.txt-required {
  color: #F00;
}

.link-reminder {
  margin: 1em 0 2em;
  text-align: center;
}

.link-reminder::before {
  color: #E0426C;
  content: "\f054";
  font-family: "fontAwesome";
  margin-right: 0.5em;
}

fieldset legend {
  font-size: 1.6rem;
}

.flow-area {
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .flow-area {
    margin-bottom: 1.5em;
  }
}
.flow-area .flow-part {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part {
    display: block;
  }
}
.flow-area .flow-part > div {
  width: 35%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div {
    width: auto;
  }
}
.flow-area .flow-part > div p {
  color: #000;
  font-size: 2.2rem;
  margin: 0 2em 0 0;
  padding: 1em;
  background-color: #D8D8D8;
  position: relative;
}
@media only screen and (max-width: 1520px) {
  .flow-area .flow-part > div p {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p {
    width: auto;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
    padding: 0.5em;
    position: relative;
  }
  .flow-area .flow-part > div p:after {
    display: none;
  }
}
.flow-area .flow-part > div p span {
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p span span {
    margin-right: 0.5em;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p {
    margin: 0;
    text-align: center;
  }
}
.flow-area .flow-part > div p:after {
  width: 0;
  height: 0;
  content: "";
  border-left: 1.7em solid #D8D8D8;
  border-top: 2.7em solid transparent;
  border-bottom: 2.7em solid transparent;
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.6em;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p:after {
    display: none;
  }
}
.flow-area .flow-part > div.active p {
  color: #FFF;
  background-color: #000;
}
.flow-area .flow-part > div.active p:after {
  border-left: 1.6em solid #000;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #D8D8D8;
    display: block;
    margin: 0 auto 3px;
  }
  .flow-area .flow-part > div.active:after {
    border-top: 10px solid #000;
  }
  .flow-area .flow-part > div:last-child:after {
    display: none;
  }
}
.flow-area .step-bar ul {
  display: flex;
  width: 80%;
  position: relative;
  margin: 2em auto 2.5em;
  text-align: center;
}
.flow-area .step-bar li {
  font-size: 2.2rem;
  font-weight: bold;
  list-style: none;
  position: relative;
  width: 33.333%;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .flow-area .step-bar li {
    font-size: 1.8rem;
    font-size: 4.8vmin;
  }
}
.flow-area .step-bar li:after {
  background: #A5A9AC;
  content: "";
  width: calc(100% - 3.5em);
  height: 1px;
  position: absolute;
  left: calc(-50% + 1.8em);
  right: auto;
  top: 1.4em;
  z-index: -1;
}
.flow-area .step-bar li:first-child:after {
  display: none;
}
.flow-area .step-bar li span {
  background: #A5A9AC;
  color: #fff;
  padding: 0.3em 0.7em;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
  font-size: 3rem;
}
.flow-area .step-bar .visited:after {
  background: #000;
}
.flow-area .step-bar .visited span {
  background: #000;
  color: #FFF;
  z-index: 10;
}
.flow-area .step-bar li:nth-child(2).visited span {
  background: #000;
}
.flow-area .step-bar li:last-child.visited span {
  background: #000;
}
@media only screen and (max-width: 768px) {
  .flow-area .step-bar ul {
    width: 100%;
  }
  .flow-area .step-bar ul li {
    font-size: 1.4rem;
    padding: 0 0.2em;
  }
  .flow-area .step-bar ul li span {
    font-size: 1.8rem;
  }
}

.form-area {
  /* form-col */
}
.form-area .table-form {
  border-bottom: 1px solid #CCC;
}
.form-area .table-form > dl,
.form-area .table-form > div {
  display: flex;
  border: 1px solid #AAA;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl,
  .form-area .table-form > div {
    width: 100%;
    display: block;
  }
}
.form-area .table-form > dl > dt,
.form-area .table-form > div > dt {
  width: 30%;
  min-width: 30%;
  padding: 1.5em;
  text-align: left;
  background: #F0F0F0;
  border-right: 1px solid #AAA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > dt,
  .form-area .table-form > div > dt {
    width: 100%;
    min-width: none;
    padding: 0.5em;
    border-right: none;
  }
}
.form-area .table-form > dl > fieldset,
.form-area .table-form > div > fieldset {
  display: contents;
}
.form-area .table-form > dl > fieldset > legend,
.form-area .table-form > div > fieldset > legend {
  width: 30%;
  min-width: 30%;
  padding: 1.5em;
  margin-bottom: 0;
  text-align: left;
  background: #F0F0F0;
  border-right: 1px solid #AAA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > fieldset > legend,
  .form-area .table-form > div > fieldset > legend {
    width: 100%;
    min-width: none;
    padding: 0.5em;
    border-right: none;
  }
}
.form-area .table-form > dl > dd,
.form-area .table-form > dl .right-fl,
.form-area .table-form > div > dd,
.form-area .table-form > div .right-fl {
  padding: 1.5em;
  text-align: left;
  flex: 1;
}
.form-area .table-form > dl > dd .txt-upload,
.form-area .table-form > dl .right-fl .txt-upload,
.form-area .table-form > div > dd .txt-upload,
.form-area .table-form > div .right-fl .txt-upload {
  margin: 0.3em 0 0 0.3em;
}
.form-area .table-form > dl > dd span,
.form-area .table-form > dl .right-fl span,
.form-area .table-form > div > dd span,
.form-area .table-form > div .right-fl span {
  margin: 0.3em 0.5em;
}
.form-area .table-form > dl > dd input,
.form-area .table-form > dl .right-fl input,
.form-area .table-form > div > dd input,
.form-area .table-form > div .right-fl input {
  border: 1px solid #CCC;
}
.form-area .table-form > dl > dd button,
.form-area .table-form > dl .right-fl button,
.form-area .table-form > div > dd button,
.form-area .table-form > div .right-fl button {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > dd,
  .form-area .table-form > dl .right-fl,
  .form-area .table-form > div > dd,
  .form-area .table-form > div .right-fl {
    width: 100%;
    padding: 0.5em;
    display: block;
    border-bottom: none;
    box-sizing: border-box;
  }
  .form-area .table-form > dl > dd button,
  .form-area .table-form > dl .right-fl button,
  .form-area .table-form > div > dd button,
  .form-area .table-form > div .right-fl button {
    font-size: 1.3rem;
    padding: 0.5em 0.8em;
  }
}
.form-area .table-form > dl .right-fl > div,
.form-area .table-form > dl .right-fl > fieldset > div,
.form-area .table-form > div .right-fl > div,
.form-area .table-form > div .right-fl > fieldset > div {
  margin-bottom: 0.6em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .right-fl > div,
  .form-area .table-form > dl .right-fl > fieldset > div,
  .form-area .table-form > div .right-fl > div,
  .form-area .table-form > div .right-fl > fieldset > div {
    flex-wrap: wrap;
  }
}
.form-area .table-form > dl .right-fl > div:last-child,
.form-area .table-form > dl .right-fl > fieldset > div:last-child,
.form-area .table-form > div .right-fl > div:last-child,
.form-area .table-form > div .right-fl > fieldset > div:last-child {
  margin: 0;
}
.form-area .table-form > dl .right-fl > div label,
.form-area .table-form > dl .right-fl > fieldset > div label,
.form-area .table-form > div .right-fl > div label,
.form-area .table-form > div .right-fl > fieldset > div label {
  width: 6em;
  min-width: 6em;
  margin-bottom: 0.5em;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .right-fl > div label,
  .form-area .table-form > dl .right-fl > fieldset > div label,
  .form-area .table-form > div .right-fl > div label,
  .form-area .table-form > div .right-fl > fieldset > div label {
    width: 100%;
    text-align: center;
  }
}
.form-area .table-form > dl .right-fl > div select + input,
.form-area .table-form > dl .right-fl > fieldset > div select + input,
.form-area .table-form > div .right-fl > div select + input,
.form-area .table-form > div .right-fl > fieldset > div select + input {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .right-fl > div select + input,
  .form-area .table-form > dl .right-fl > fieldset > div select + input,
  .form-area .table-form > div .right-fl > div select + input,
  .form-area .table-form > div .right-fl > fieldset > div select + input {
    margin: 0.7em 0 0;
  }
}
.form-area .table-form > dl .right-fl > div legend,
.form-area .table-form > dl .right-fl > fieldset > div legend,
.form-area .table-form > div .right-fl > div legend,
.form-area .table-form > div .right-fl > fieldset > div legend {
  display: none;
}
.form-area .table-form > dl .right-fl > fieldset > legend,
.form-area .table-form > div .right-fl > fieldset > legend {
  display: none;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .yen-block input,
  .form-area .table-form > div .yen-block input {
    width: calc(100% - 4em);
    margin-right: 0.5em;
  }
  .form-area .table-form > dl .yen-block span,
  .form-area .table-form > div .yen-block span {
    margin: 0;
  }
}
.form-area .table-form > dl .date-fl,
.form-area .table-form > div .date-fl {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form-area .table-form > dl .date-fl select,
.form-area .table-form > div .date-fl select {
  width: 10em;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .date-fl select,
  .form-area .table-form > div .date-fl select {
    width: 25%;
  }
}
.form-area .table-form > dl .date-fl select + select,
.form-area .table-form > div .date-fl select + select {
  margin-left: 1em;
}
.form-area .table-form > dl .date-fl.year select,
.form-area .table-form > div .date-fl.year select {
  width: 80%;
  max-width: 10em;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .date-fl.year select:first-child,
  .form-area .table-form > div .date-fl.year select:first-child {
    min-width: 7em;
  }
}
.form-area p.txt-error {
  color: #d50000;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}
.form-area p.txt-note {
  font-size: 1.6rem;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .form-area p.txt-note {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
.form-area strong.txt-required {
  color: #FFF;
  padding: 0 0.3em 0.1em;
  font-weight: normal;
  font-size: 1.6rem;
  float: right;
  background: #d50000;
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .form-area strong.txt-required {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
.form-area .form-col {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.form-area .form-col li {
  display: flex;
  align-items: center;
}
.form-area .form-col.col2 > li {
  width: 49%;
  margin: 0 2% 0 0;
}
.form-area .form-col.col2 > li:nth-child(2n) {
  margin-right: 0;
}
.form-area .form-col.col3 > li {
  width: 32%;
  margin: 0 2% 0 0;
}
.form-area .form-col.col3 > li:nth-child(3n) {
  margin-right: 0;
}
.form-area .form-col.col4 > li {
  width: 24%;
  margin: 0 1.3333333333% 0 0;
}
.form-area .form-col.col4 > li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .form-area .form-col.sp-col01 > li {
    width: 100% !important;
    margin: 0 0 0.5em 0 !important;
  }
  .form-area .form-col.sp-col01 > li:last-child {
    margin-bottom: 0 !important;
  }
  .form-area .form-col.sp-col02 > li {
    width: 49% !important;
    margin: 0 2% 0 0 !important;
  }
  .form-area .form-col.sp-col02 > li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .form-area .form-col.sp-col03 > li {
    width: 32% !important;
    margin: 0 2% 0 0 !important;
  }
  .form-area .form-col.sp-col03 > li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.form-area .agree-part {
  margin: 3em 0 2em;
  text-align: center;
}
.form-area .agree-part .check-agree {
  margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .form-area .agree-part .check-agree {
    display: block;
  }
}
.form-area .agree-part .check-agree fieldset {
  margin-bottom: 0;
}
.form-area .agree-part .check-agree input {
  margin: 0.4em 0;
  margin-right: 0.5em;
  display: inline-block;
}
@media only screen and (max-width: 420px) {
  .form-area .agree-part .check-agree label {
    width: calc(100% - 25px);
    margin: 0;
    vertical-align: top;
  }
}
.form-area .agree-part .check-agree legend {
  display: none;
}
@media only screen and (max-width: 768px) {
  .form-area .agree-part {
    text-align: left;
  }
  .form-area .agree-part .txt-error {
    font-size: 1.5rem;
    margin-top: 0.7em;
  }
}
.form-area .agree-part strong.txt-required {
  float: none;
}
.form-area .agree-part a:link,
.form-area .agree-part a:visited {
  text-decoration: underline;
}
.form-area .btn-block {
  margin: 3em 0 4em;
}
@media only screen and (max-width: 768px) {
  .form-area .btn-block {
    margin: 2em 0;
  }
}
.form-area .btn-block a {
  width: auto;
  text-align: center;
}
.form-area .complete-part {
  margin: 5em 0 6em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part {
    margin: 2em 0 3em;
  }
}
.form-area .complete-part p {
  line-height: 2em;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part p {
    text-align: left;
  }
}
.form-area .complete-part p.txt-complete {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part p.txt-complete {
    font-size: 2rem;
    font-size: 5.3333333333vmin;
  }
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part p.txt-complete {
    text-align: center;
  }
}

/* --------------------------------------------------

recaptcha-area

-------------------------------------------------- */
.recaptcha-area {
  text-align: center;
  display: flex;
  justify-content: center;
}

fieldset legend {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  display: none;
}
fieldset.ds-legend legend {
  display: block;
}
fieldset.form-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
fieldset.form-list.btn-check span, fieldset.form-list.btn-check div {
  position: relative;
  margin: 0 0.5em 0.5em 0;
}
fieldset.form-list.btn-check span > input, fieldset.form-list.btn-check div > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
fieldset.form-list.btn-check span > input:checked + label, fieldset.form-list.btn-check div > input:checked + label {
  color: #FFF;
  background: #000;
}
fieldset.form-list.btn-check span > label, fieldset.form-list.btn-check div > label {
  font-weight: bold;
  text-align: center;
  padding: 0.1em 1.5em;
  margin-right: 0;
  background: #FFF;
  border: 1px solid #F4E802;
  border-radius: 3em;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  fieldset.form-list.btn-check span > label, fieldset.form-list.btn-check div > label {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
fieldset.form-list.btn-icon {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
fieldset.form-list.btn-icon legend {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  display: none;
}
fieldset.form-list.btn-icon span, fieldset.form-list.btn-icon div {
  margin: 0;
  display: block;
}
fieldset.form-list.btn-icon span > input, fieldset.form-list.btn-icon div > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
fieldset.form-list.btn-icon span > input:checked + label, fieldset.form-list.btn-icon div > input:checked + label {
  background: #F4E802;
}
fieldset.form-list.btn-icon span > label, fieldset.form-list.btn-icon div > label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: bold;
  text-align: center;
  padding: 1em 0.5em;
  background: #FFF;
  border: none;
  cursor: pointer;
  word-break: break-all;
  letter-spacing: 0em;
}
@media only screen and (max-width: 768px) {
  fieldset.form-list.btn-icon span > label, fieldset.form-list.btn-icon div > label {
    font-size: 1.6rem;
  }
}
fieldset.form-list.btn-icon span > label .ico-img, fieldset.form-list.btn-icon div > label .ico-img {
  padding-top: 15%;
  position: relative;
  max-width: 28px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: 0;
}
fieldset.form-list.btn-icon span > label .ico-img img, fieldset.form-list.btn-icon div > label .ico-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
fieldset.form-list.btn-icon span > label > span, fieldset.form-list.btn-icon div > label > span {
  margin-left: 0.5em;
  line-height: 1.8rem;
}

.input-search {
  margin-bottom: 2em;
}
.input-search fieldset {
  margin: 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.input-search fieldset legend {
  display: none;
}
.input-search fieldset input {
  border: none;
  border-radius: 0;
  background: #EFEFEF;
  flex: 1;
}
.input-search fieldset input::placeholder {
  color: #505050;
}
.input-search fieldset button {
  color: #FFF;
  padding: 0.5em 1em;
  border-radius: 0;
  border: none;
  background: #F4E802;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.input-search fieldset button:hover {
  opacity: 0.7;
}

.period-search {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
@media only screen and (max-width: 768px) {
  .period-search {
    flex-direction: column;
    gap: 0.5em 0;
  }
}
.period-search > div {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .period-search > div {
    width: 100%;
  }
}
.period-search > div label {
  display: none;
}
.period-search > div::before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background: url(../img/common/ico_calendar.svg) no-repeat center center/contain;
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.period-search > div input {
  padding-left: 2em;
}

/* --------------------------------------------------

quick-search-block

-------------------------------------------------- */
.quick-search-block {
  background: #EFEFEF;
  padding: 1em;
  margin-bottom: 1em;
}
.quick-search-block .ttl {
  text-align: center;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 768px) {
  .quick-search-block .ttl {
    cursor: pointer;
    text-align: left;
    margin-bottom: 0;
    position: relative;
  }
  .quick-search-block .ttl:after, .quick-search-block .ttl:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .quick-search-block .ttl:after {
    height: 1px;
    width: 1em;
    background: #000;
    right: 0;
  }
  .quick-search-block .ttl:before {
    width: 1px;
    height: 1em;
    background: #000;
    right: 0.5em;
  }
  .quick-search-block .ttl.active {
    margin-bottom: 0.6em;
  }
  .quick-search-block .ttl.active:before {
    display: none;
  }
}
.quick-search-block fieldset > span {
  width: 33%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .quick-search-block fieldset > span {
    width: 100%;
    margin: 0 0 0.5em 0 !important;
  }
  .quick-search-block fieldset > span label {
    display: block;
    margin: 0;
  }
}
.quick-search-block fieldset > span:nth-child(3n+1) label {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .quick-search-block + .btn-reset {
    display: none;
  }
}

/* --------------------------------------------------

検索条件で絞り込む

-------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .search-conditions.bg-c {
    padding: 1.5em 1em;
  }
}
.search-conditions.toggle .btn-toggle {
  text-align: center;
}
.search-conditions.toggle .btn-toggle .ttl {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
}
.search-conditions.toggle .btn-toggle .ttl span {
  padding: 0 2em;
  display: block;
  position: relative;
}
.search-conditions.toggle .btn-toggle .ttl span:after {
  content: "";
  width: 1em;
  height: 2px;
  border: none;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  transform: translateY(-50%) rotateZ(0);
}
.search-conditions.toggle .btn-toggle.open-search .ttl span:before {
  content: "";
  width: 1em;
  height: 2px;
  border: none;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  transform: translateY(-50%) rotateZ(90deg);
}
.search-conditions .search-conditions-inner {
  margin-top: 2em;
  display: grid;
  gap: 1em 1em;
}
.search-conditions .search-conditions-inner > dl {
  display: grid;
  grid-template-columns: 1fr 5fr;
}
@media only screen and (max-width: 768px) {
  .search-conditions .search-conditions-inner > dl {
    display: block;
  }
}
.search-conditions .search-conditions-inner > dl dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .search-conditions .search-conditions-inner > dl dt {
    text-align: center;
    display: block;
  }
}

/* --------------------------------------------------

header

-------------------------------------------------- */
.top #header {
  position: absolute;
  z-index: 20;
  background: unset;
}
@media only screen and (max-width: 768px) {
  .top #header {
    position: relative;
  }
}
@media only screen and (max-width: 1210px) {
  .top #header .header-top {
    background: unset;
  }
}
.top #header .header-top .img-b {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top #header .header-top .img-b {
    display: block;
  }
}
.top #header .header-top .img-w {
  display: block;
}
@media only screen and (max-width: 768px) {
  .top #header .header-top .img-w {
    display: none;
  }
}
.top #header .header-top .heder-wrap .logo-h a {
  width: 36rem;
}
@media only screen and (max-width: 1210px) {
  .top #header .header-top .heder-wrap .logo-h a {
    width: 100%;
  }
}
.top #header .header-top .heder-wrap .logo-h a img {
  width: 100%;
}
@media only screen and (max-width: 1210px) {
  .top #header .header-top .heder-wrap .logo-h a img {
    width: auto;
  }
}
.top #header #navi .gnavi > li > a {
  color: #fff;
}
@media only screen and (max-width: 1210px) {
  .top #header #navi .gnavi > li > a {
    color: #000;
  }
}
.top #header #navi .gnavi > li > a:hover {
  color: #F4E802;
  opacity: 1;
}
@media only screen and (max-width: 1210px) {
  .top #header #navi .gnavi > li > a:hover {
    color: #000;
  }
}
.top #header .btn-menu .btn-s div span {
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .top #header .btn-menu .btn-s div span {
    background-color: #000;
  }
}
.top #header .btn-menu .btn-s div span:nth-of-type(2)::after {
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .top #header .btn-menu .btn-s div span:nth-of-type(2)::after {
    background-color: #000;
  }
}

#header a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

#header {
  width: 100%;
  top: 0;
  background: #F4E802;
  position: relative;
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
@media only screen and (max-width: 1210px) {
  #header .btn-skip {
    display: none;
  }
}
#header .btn-skip a {
  color: #FFF;
  font-size: 1.5rem;
  display: block;
  background: #000;
  text-decoration: none;
  padding: 0.3em 1em 0.4em;
  border-radius: 2em;
  opacity: 1;
  position: absolute;
  left: 25%;
  top: -50px;
  z-index: 10;
}
#header .btn-skip a:before {
  content: "\f0dd";
  line-height: 1em;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  padding: 0 0.5em 0 0;
  vertical-align: top;
}
#header .btn-skip a:hover {
  background: #000;
}
#header .btn-skip a:focus {
  opacity: 1;
  top: 15%;
}
#header .header-top {
  padding: 1.5em;
  display: flex;
}
@media only screen and (max-width: 1210px) {
  #header .header-top {
    width: 100%;
    padding: 1em;
    background: #F4E802;
    align-items: center;
  }
  #header .header-top.active-h {
    position: fixed;
  }
}
#header .header-top .btn-insta {
  display: none;
}
@media only screen and (max-width: 1210px) {
  #header .header-top .btn-insta {
    display: block;
    position: absolute;
    right: 4em;
    top: 45%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  #header .header-top .btn-insta {
    right: 3em;
  }
}
#header .header-top .btn-search {
  display: none;
}
@media only screen and (max-width: 1210px) {
  #header .header-top .btn-search {
    display: block;
    position: absolute;
    right: 1em;
    top: 45%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  #header .header-top .btn-search {
    right: 0.5em;
  }
}
#header .header-top .heder-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1210px) {
  #header .header-top .heder-wrap {
    display: block;
    justify-content: center;
  }
}
#header .header-top .heder-wrap .logo-h a {
  color: #fff;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  display: block;
  word-break: keep-all;
  width: 21rem;
}
@media only screen and (max-width: 1210px) {
  #header .header-top .heder-wrap .logo-h a {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-top .heder-wrap .logo-h a {
    width: 60%;
    margin: 0 auto;
  }
}
#header .header-top .heder-wrap .heder-contents {
  width: calc(100% - 17rem);
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1210px) {
  #header .header-top .heder-wrap .heder-contents {
    width: 100%;
  }
}
#header .header-top .r-function-block {
  width: auto;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1210px) {
  #header .header-top .r-function-block {
    display: none;
  }
}
#header .header-top .r-function-block .fontSize {
  margin-right: 1%;
  display: flex;
  align-items: center;
}
#header .header-top .r-function-block .fontSize dt {
  margin-right: 1em;
}
#header .header-top .r-function-block .fontSize dd {
  display: flex;
}
#header .header-top .r-function-block .fontSize dd a.active {
  color: #F4E802;
  font-weight: 700;
}
#header .header-top .r-function-block .fontSize dd:after {
  content: "／";
  margin: 0 0.3em;
  display: inline-block;
}
#header .header-top .r-function-block .fontSize dd:last-child:after {
  display: none;
}
#header .header-top .r-function-block .btn-insta {
  display: block;
  padding: 0.5em 0.8em;
}
@media only screen and (max-width: 1210px) {
  #header .header-top .r-function-block .btn-insta {
    display: none;
  }
}
#header .header-top .r-function-block .btn-search {
  display: block;
}
@media only screen and (max-width: 1210px) {
  #header .header-top .r-function-block .btn-search {
    display: none;
  }
}
#header .header-top .r-function-block .btn-toquest a {
  width: 8em;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header .header-top.nolink {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-top.nolink .logo-h {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em 0;
  }
}
#header .btn-lang-pulldown {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1210px) {
  #header .btn-lang-pulldown {
    font-size: 2rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    margin: 0 auto 1em;
    padding-left: 1em;
    background: #D9D9D9;
    width: 100%;
  }
}
@media only screen and (max-width: 1210px) and (max-width: 768px) {
  #header .btn-lang-pulldown {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
@media only screen and (max-width: 1210px) {
  #header .btn-lang-pulldown dt {
    position: relative;
  }
  #header .btn-lang-pulldown dt:after {
    content: "";
    width: 1em;
    height: 2px;
    position: absolute;
    border: none;
    background: #000;
    right: 2em;
    top: 50%;
    transform: translateY(-50%) rotateZ(0);
  }
  #header .btn-lang-pulldown dt:before {
    content: "";
    width: 1em;
    height: 2px;
    border: none;
    background: #000;
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%) rotateZ(90deg);
  }
  #header .btn-lang-pulldown dt.open-lang:before {
    display: none;
  }
}
#header .btn-lang-pulldown dt button {
  background: none;
  border: none;
  border-radius: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1210px) {
  #header .btn-lang-pulldown dt button {
    display: flex;
    align-items: center;
    padding: 0.7em 0;
  }
}
#header .btn-lang-pulldown dt button span {
  display: none;
}
@media only screen and (max-width: 1210px) {
  #header .btn-lang-pulldown dt button span {
    display: block;
    padding-left: 1em;
  }
}
#header .btn-lang-pulldown dd {
  width: 400%;
  display: none;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 1210px) {
  #header .btn-lang-pulldown dd {
    width: 100%;
    position: relative;
    padding-left: 2.5em;
  }
}
#header .btn-lang-pulldown dd .btn-lang {
  display: block;
}
#header .btn-lang-pulldown dd .btn-lang li {
  padding: 0;
}
#header .btn-lang-pulldown dd .btn-lang li a {
  font-weight: bold;
  padding: 0.5em;
  text-decoration: none;
  background: #fff;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1210px) {
  #header .btn-lang-pulldown dd .btn-lang li a {
    background: #D9D9D9;
  }
}
#header .btn-lang-pulldown dd .btn-lang li a:hover {
  opacity: 1;
  text-decoration: underline;
}
#header .btn-lang-pulldown dd .btn-lang li a[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.75em;
  display: inline-block;
  background: url(/img/common/ico_elink_b.svg) no-repeat center center;
  background-size: cover;
  margin-bottom: -2px;
}
#header .btn-lang-pulldown dd .btn-lang li:after {
  display: none;
}
#header.up-h {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-105%);
  }
}
#header.down-h {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    transform: translateY(-105%);
  }
  to {
    transform: translateY(0);
  }
}
#header #navi {
  position: relative;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1210px) {
  #header #navi {
    width: 100%;
    height: calc(100% - 70px);
    padding: 2em 0 1em;
    display: none;
    overflow-y: scroll;
    position: absolute;
    z-index: 15;
    background: #fff;
    margin-top: 4em;
  }
}
#header #navi .gnavi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1210px) {
  #header #navi .gnavi {
    display: block;
  }
}
#header #navi .gnavi > li {
  padding: 0 2em;
}
@media only screen and (max-width: 1210px) {
  #header #navi .gnavi > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #header #navi .gnavi > li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
#header #navi .gnavi > li > a {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header #navi .gnavi > li > a {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
@media only screen and (max-width: 1210px) {
  #header #navi .gnavi > li > a {
    padding: 1em 1em 1em 0;
    border: none;
    justify-content: flex-start;
    position: relative;
  }
}
@media only screen and (max-width: 1210px) {
  #header #navi .gnavi > li > a.to-lower:after {
    content: "";
    width: 1em;
    height: 2px;
    position: absolute;
    border: none;
    background: #000;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotateZ(0);
  }
  #header #navi .gnavi > li > a.to-lower:before {
    content: "";
    width: 1em;
    height: 2px;
    border: none;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotateZ(90deg);
  }
  #header #navi .gnavi > li > a.to-lower.open-m:before {
    display: none;
  }
}
#header #navi .gnavi > li > a:hover > .u-menu {
  display: block;
}
#header #navi .gnavi > li > a:focus-within > .u-menu {
  display: block;
}
#header #navi .gnavi > li > .u-menu {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  padding: 0.8em;
  display: none;
  background: #fff;
  position: absolute;
  top: 50px;
  z-index: 10;
}
@media only screen and (max-width: 1210px) {
  #header #navi .gnavi > li > .u-menu {
    position: relative;
    top: 0;
    padding: 0 0 0 1.5em;
  }
}
#header #navi .gnavi > li > .u-menu li a {
  font-weight: bold;
  padding: 0 0 1em 0;
  display: block;
}
@media only screen and (max-width: 1210px) {
  #header #navi .gnavi > li > .u-menu li a {
    position: relative;
    padding: 0.5em 0;
  }
}
#header #navi .gnavi > li > .u-menu li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1210px) {
  #header #navi .gnavi > li > .u-menu li a:hover {
    text-decoration: none;
  }
}
#header #navi .gnavi > li > .u-menu li:last-child a {
  padding: 0;
}
@media only screen and (max-width: 1210px) {
  #header #navi .gnavi > li > .u-menu li:last-child a {
    padding: 0.5em 0;
  }
}
#header #navi .btn-lang-pulldown {
  display: none;
}
@media only screen and (max-width: 1210px) {
  #header #navi .btn-lang-pulldown {
    display: block;
  }
}
#header #navi .r-function-block {
  margin: 2em 0 0;
  display: none;
}
@media only screen and (max-width: 1210px) {
  #header #navi .r-function-block {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    margin: 0;
  }
}
#header #navi .r-function-block .btn-search {
  width: 100%;
  margin-right: 1%;
  order: 1;
}
#header #navi .r-function-block .btn-search fieldset {
  display: flex;
  border: 1px solid #000;
}
#header #navi .r-function-block .btn-search fieldset legend {
  display: none;
}
#header #navi .r-function-block .btn-search fieldset input {
  color: #FFF;
  border-radius: 0;
  flex: 1;
}
#header #navi .r-function-block .btn-search fieldset input::placeholder {
  color: #505050;
}
@media only screen and (max-width: 1210px) {
  #header #navi .r-function-block .btn-search fieldset input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
#header #navi .r-function-block .btn-search fieldset button {
  color: #FFF;
  border-radius: 0;
  border: none;
  background: #000;
  letter-spacing: 0.1em;
}
#header #navi .r-function-block .btn-search fieldset button:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1210px) {
  #header #navi .r-function-block .btn-search fieldset button {
    background: #FFF;
  }
  #header #navi .r-function-block .btn-search fieldset button span {
    color: #000;
  }
}
#header #navi .r-function-block .btn-search fieldset button:before {
  color: #FFF;
  content: "\f002";
  font-weight: 900;
  margin-right: 0.5em;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
}
@media only screen and (max-width: 1210px) {
  #header #navi .r-function-block .btn-search fieldset button:before {
    color: #000;
  }
}
#header.fixed-h {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
}
@media only screen and (min-width: 970px) {
  #header.fixed-h .header-top {
    padding: 0.8em;
  }
  #header.fixed-h .header-top .logo-h img {
    width: 120px;
  }
  #header.fixed-h #navi .gnavi li a {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1210px) {
  body.fixed-body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body.fixed-body .top #header .header-top {
    background: #F4E802;
  }
  body.fixed-body .top #header .header-top .img-w {
    display: none;
  }
  body.fixed-body .top #header .header-top .img-b {
    display: block;
  }
  body.fixed-body .top #header .header-top .btn-menu .btn-s div span {
    background: #000;
  }
  body.fixed-body .top #header .header-top .btn-menu .btn-s div span:nth-of-type(2):after {
    background: #000;
  }
  body.fixed-body #header .header-top {
    position: fixed;
    top: 0;
    z-index: 20;
  }
  body.fixed-body #header #navi {
    position: fixed;
    top: 0;
    left: 0;
  }
}

/*　スマホボタン　*/
.btn-menu {
  display: none;
}
@media only screen and (max-width: 1210px) {
  .btn-menu {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 3%;
    z-index: 25;
    transform: translateY(-50%);
  }
}
.btn-menu .btn-s {
  display: block;
  text-align: center;
}
.btn-menu .btn-s div {
  position: relative;
  width: 28px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.btn-menu .btn-s div span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2em;
}
.btn-menu .btn-s div span:nth-of-type(1) {
  top: 0;
}
.btn-menu .btn-s div span:nth-of-type(2) {
  top: 9px;
}
.btn-menu .btn-s div span:nth-of-type(3) {
  bottom: 0;
}
.btn-menu .btn-s div span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.4s;
}
.btn-menu .btn-s.open span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
.btn-menu .btn-s.open span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.btn-menu .btn-s.open span:nth-of-type(2)::after {
  transform: rotate(90deg);
}
.btn-menu .btn-s.open span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}
.btn-menu .btn-s p {
  min-width: 3em;
  display: block;
  font-size: 70%;
  width: 100%;
  margin-top: 0.2em;
  padding: 0 0.3em;
  background: none;
  border: none;
  display: block;
}

/* --------------------------------------------------

footer

-------------------------------------------------- */
#footer {
  color: #000;
  padding: 2em 0 0;
  background: #F8F8F8;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 0;
  }
}
#footer .info-footer {
  padding: 1em 0;
}
#footer .info-footer .inner {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .inner {
    display: block;
  }
}
#footer .info-footer .name-f {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .name-f {
    margin: 1em;
  }
}
#footer .info-footer .link-footer {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .link-footer {
    display: block;
  }
}
#footer .info-footer .link-footer li {
  margin: 0 1em;
}
#footer .info-footer .link-footer li a {
  font-weight: 600;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .link-footer li {
    margin: 0 0 0.5em 0;
  }
}
#footer .info-footer .link-footer li:last-child {
  margin: 0 0 0 1em;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .link-footer li:last-child {
    margin: 0;
  }
}
#footer .info-footer .copy {
  font-size: 1.3rem;
  padding: 1em 0;
  text-align: right;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .copy {
    font-size: 1rem;
    font-size: 2.6666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .copy {
    text-align: center;
  }
}
#footer .page-top a {
  color: #000;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 700;
  padding: 1.2em 1.2em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background: #F4E802;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 100;
  transition: all 0.4s;
}
#footer .page-top a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #footer .page-top a {
    bottom: 1em;
  }
}
#footer .page-top a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 auto;
  border-left: 3px solid #000;
  border-top: 3px solid #000;
  display: block;
  transform: rotateZ(45deg);
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #footer .page-top a {
    font-size: 1.3rem;
    font-size: 3.4666666667vmin;
  }
}
#footer .page-top img {
  width: 4.2em;
}
#footer .page-top img:hover {
  opacity: 1;
}

.pc-only {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

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

/* --------------------------------------------------

タイトル

-------------------------------------------------- */
.bg-img {
  position: relative;
  padding-top: 40%;
  overflow: hidden;
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .bg-img {
    padding-top: 110%;
    margin-bottom: 2em;
  }
}
.bg-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-img .page-ttl {
  color: #fff;
  font-size: 8rem;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0.5em;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .bg-img .page-ttl {
    font-size: 2.7rem;
    font-size: 7.2vmin;
  }
}

/* page-ttl */
.page-ttl {
  font-size: 6rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  position: relative;
}
.page-ttl span {
  font-size: 2rem;
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-ttl span {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .page-ttl {
    font-size: 2.7rem;
    font-size: 7.2vmin;
  }
}
.page-ttl.search {
  font-size: 4.4rem;
}
@media only screen and (max-width: 768px) {
  .page-ttl.search {
    font-size: 2.7rem;
    font-size: 7.2vmin;
  }
}

.ttl-top {
  font-size: 6.6rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin: 1em 0 0 0;
}
.ttl-top:lang(en) {
  line-height: 0.9;
}
.ttl-top span {
  font-size: 1.8rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .ttl-top span {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-top {
    font-size: 3rem;
    font-size: 8vmin;
  }
}

/* ttl-xlarge */
.ttl-xlarge {
  color: #000;
  font-size: 4.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.5em 0;
  margin: 1em 0 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ttl-xlarge {
    font-size: 2.8rem;
    font-size: 7.4666666667vmin;
  }
}
.ttl-xlarge.center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ttl-xlarge.center {
    text-align: left;
  }
}
.ttl-xlarge span {
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .ttl-xlarge span {
    font-size: 2rem;
    font-size: 5.3333333333vmin;
  }
}

/* ttl-large */
.ttl-large {
  color: #000;
  font-size: 3.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.5em 0;
  margin: 1em 0 0.5em 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ttl-large {
    font-size: 2.2rem;
    font-size: 5.8666666667vmin;
  }
}
.ttl-large.center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ttl-large.center {
    text-align: left;
  }
}

/* ttl-small */
.ttl-small {
  font-size: 2.4rem;
  border-left: 7px solid #F4E802;
  padding-left: 1em;
  margin: 1em 0 1.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-small {
    font-size: 2rem;
    font-size: 5.3333333333vmin;
  }
}

/* ttl-year */
.ttl-year {
  font-size: 3.6rem;
  font-family: "Poppins", sans-serif;
  margin: 1em 0 1.5em;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ttl-year {
    font-size: 2rem;
    font-size: 5.3333333333vmin;
  }
}

/* ttl-privacy */
.ttl-privacy {
  color: #000;
  font-size: 3.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5em 0;
  margin: 1em 0 0.5em 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ttl-privacy {
    font-size: 2.4rem;
    font-size: 6.4vmin;
  }
}
.ttl-privacy.center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ttl-privacy.center {
    text-align: left;
  }
}

/* --------------------------------------------------

ボタン

-------------------------------------------------- */
.btn-base a {
  font-weight: bold;
  letter-spacing: -1.5%;
  background: #F4E802;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  padding: 1em 1em;
  position: relative;
  min-width: 160px;
}
@media only screen and (max-width: 768px) {
  .btn-base a {
    width: auto;
  }
}
.btn-base a:hover {
  color: #F4E802;
  opacity: 1;
  background: #000;
}
.btn-base.back a {
  color: #F4E802;
  background: #fff;
  border: 2px solid #F4E802;
}
.btn-base.back a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #F4E802;
  border-left: 2px solid #F4E802;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 1.5em;
  transform: translateY(-50%) rotateZ(45deg);
}
.btn-base.arrow a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotateZ(45deg);
}
.btn-base.border a {
  color: #000;
  border: 1px solid #000;
}
.btn-base.ico-btn span {
  padding-left: 1.5em;
  position: relative;
}
.btn-base.ico-btn span img {
  width: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .btn-base.ico-btn span img {
    width: 1.6rem;
  }
}
.btn-base.ico-clear a {
  color: #000;
  background: #CCC;
  border: 2px solid #CCC;
}
.btn-base.ico-clear a span {
  padding-left: 1.5em;
  position: relative;
}
.btn-base.ico-clear a span img {
  width: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .btn-base.ico-clear a span img {
    width: 1.6rem;
  }
}
.btn-base a[target=_blank] {
  display: block;
  position: relative;
  line-height: 1.4;
  vertical-align: middle;
}
.btn-base a[target=_blank]:after {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.75em;
  display: inline-block;
  background: url(/img/common/ico_elink_b.svg) no-repeat center center;
  background-size: cover;
  margin-bottom: -2px;
}
.btn-base a[target=_blank]:hover:after {
  background: url(/img/common/ico_elink_y.svg) no-repeat center center;
  background-size: contain;
}

button.btn-base {
  color: #fff;
  background: #F4E802;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 2em;
  box-sizing: border-box;
  padding: 1em 2em;
  position: relative;
  min-width: 250px;
}
@media only screen and (max-width: 768px) {
  button.btn-base {
    width: 100%;
  }
}
button.btn-base:hover {
  color: #fff;
  opacity: 0.9;
}
button.btn-base.arrow:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotateZ(45deg);
}
button.btn-base.search {
  display: flex;
  align-items: center;
  justify-content: center;
}
button.btn-base.search img {
  width: 2rem;
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  button.btn-base.search img {
    width: 1.6rem;
  }
}

.btn-link {
  margin: 6rem auto;
  max-width: 92rem;
}
.btn-link a {
  padding: 2em;
}

/* --------------------------------------------------

アイコン

-------------------------------------------------- */
.icon-new {
  color: #FFF;
  background: #B01414;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.3em 1em;
  margin: 0 0 0 0.5em;
  position: relative;
}

.icon-required {
  color: #FFF;
  background: #B01414;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.3em 1em;
  margin: 0 0 0 0.5em;
}

/* --------------------------------------------------

カテゴリー

-------------------------------------------------- */
.category {
  border: 1px solid #999;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  padding: 0 0.7em;
  margin: 0 0.2rem 0.5rem 0;
}

/* --------------------------------------------------

バッジ

-------------------------------------------------- */
.badge {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  z-index: 2;
}
.badge.new {
  color: #FFF;
  background: #B01414;
}
.badge.open {
  background: #FFF;
  border: 1px solid #000;
}
.badge.close {
  color: #FFF;
  background: #F4E802;
}

/* --------------------------------------------------

リスト

-------------------------------------------------- */
ol.list-num {
  margin: 1em 0 2em;
  padding-left: 2em;
}
ol.list-num li {
  margin-bottom: 1em;
  text-indent: 0;
  padding-left: 1em;
  list-style: decimal;
  display: list-item;
}
@media only screen and (max-width: 768px) {
  ol.list-num li {
    padding-left: 0;
  }
}
ol.list-num li a[href^=http] {
  text-decoration: underline;
  word-wrap: break-word;
  word-break: break-all;
}

ul.list-disc {
  margin: 1em 0 2em;
  padding-left: 2em;
}
ul.list-disc li {
  margin-bottom: 1em;
  text-indent: 0;
  padding-left: 1em;
  list-style: disc;
  display: list-item;
}
@media only screen and (max-width: 768px) {
  ul.list-disc li {
    padding-left: 0;
  }
}

/* --------------------------------------------------

背景

-------------------------------------------------- */
.bg-c {
  margin-bottom: 2em;
  padding: 3em 0;
}
.bg-c.inside {
  padding: 3em;
}
.bg-c.gray {
  background: #F0F0F0;
}
.bg-c.white {
  background: #FFF;
}
.bg-c.yellow {
  position: relative;
}
.bg-c.yellow:before {
  content: "";
  display: block;
  position: absolute;
  background: #F4E802;
  width: 100vw;
  height: 60%;
  top: 0;
}

.sentence-block button {
  font-weight: bold !important;
  letter-spacing: -1.5% !important;
  background: #F4E802 !important;
  display: block !important;
  text-align: center !important;
  letter-spacing: 0.1em !important;
  box-sizing: border-box !important;
  padding: 1em 1em !important;
  position: relative !important;
  min-width: 160px !important;
  border-radius: 0 !important;
  border: none !important;
}

/* --------------------------------------------------

ぱんくず

-------------------------------------------------- */
.breadCrumbs {
  padding: 0.4em 1% 0.4em 2%;
  background: #F1F1F1;
}
@media only screen and (max-width: 768px) {
  .breadCrumbs {
    width: auto;
    position: relative;
  }
}
.breadCrumbs li {
  font-size: 1.6rem;
  vertical-align: middle;
  margin-right: 0.8em;
  display: inline-block;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .breadCrumbs li {
    font-size: 1.3rem;
    font-size: 3.4666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .breadCrumbs li {
    line-height: 1.2;
  }
}
.breadCrumbs li a {
  vertical-align: middle;
  text-decoration: underline;
  margin-right: 0.8em;
}
.breadCrumbs li:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  transform: rotateZ(45deg);
  vertical-align: middle;
}
.breadCrumbs li:last-child:after {
  display: none;
}

/* --------------------------------------------------

ページング、検索結果、検索条件

-------------------------------------------------- */
.conditions {
  margin: 0 auto 1em;
  padding: 2% 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .conditions {
    display: block;
  }
}
.conditions .btn-delete {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .conditions .btn-delete {
    text-align: center;
  }
}
.conditions .btn-delete a {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  padding: 0.5em 2em;
  background: #000;
  display: block;
  border-radius: 2em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .conditions .btn-delete a {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
@media only screen and (max-width: 768px) {
  .conditions .btn-delete a {
    margin-top: 1em;
    display: inline-block;
  }
}
.conditions .paging-result {
  float: right;
  font-weight: bold;
}
.conditions dl {
  width: 88%;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .conditions dl {
    width: 100%;
    display: block;
  }
}
.conditions dt {
  margin-right: 1em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .conditions dt {
    margin: 0 0 1em 0;
    text-align: center;
  }
}
.conditions dd a,
.conditions dd span {
  font-size: 1.5rem;
  padding: 0.1em 1em;
  margin: 0.2em 0.5em;
  display: inline-block;
  border: 1px solid #ccc;
  background: #eaecf1;
  border-radius: 0.5em;
  vertical-align: middle;
  cursor: pointer;
}
.conditions dd a:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0.5rem;
}
.conditions a:hover {
  opacity: 0.7;
}

.btn-reset {
  text-align: center;
  margin-bottom: 2em;
}
.btn-reset a {
  text-decoration: underline;
}

/* paging　*/
.paging {
  font-size: 1.4rem;
}
.paging .pagingIn {
  text-align: right;
}
.paging .pagingIn span {
  margin-bottom: 0.4em;
}
.paging .count {
  text-align: left;
  letter-spacing: 1px;
}
.paging .paging-sort {
  float: left;
  margin-right: 1rem;
}
.paging .paging-sort select {
  padding: 5px 10px;
  line-height: 1;
  vertical-align: middle;
}
.paging .paging-result {
  display: block;
  line-height: 2;
  vertical-align: middle;
  text-align: left;
}
.paging .count span {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0.2em 0 0;
}
.paging .search-word {
  margin-bottom: 0.5em;
}
.paging .search-word span {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0.2em 0 0;
}
.paging a {
  color: #000;
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.4em 0.8em;
  border: 1px solid #000;
}
.paging .current {
  color: #fff;
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.4em 0.8em;
  background: #000;
  border: 1px solid #000;
}
.paging .prev a:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin-right: 0.5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  display: inline-block;
  transform: rotateZ(45deg);
  vertical-align: middle;
}
.paging .next a:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin-left: 0.5em;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  display: inline-block;
  transform: rotateZ(45deg);
  vertical-align: middle;
}
.paging a:hover {
  color: #fff;
  opacity: 1;
  background: #000;
}

.count-disp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 768px) {
  .count-disp {
    margin: 1em 0;
  }
}
.count-disp .story-categoru input[type=checkbox] {
  accent-color: #F4E802;
}

/* --------------------------------------------------

snsボタン

-------------------------------------------------- */
.list-sns {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .list-sns {
    margin: 2em 0;
    justify-content: center;
  }
}
.list-sns li {
  margin-right: 1em;
}
.list-sns li:last-child {
  margin: 0;
}

/* --------------------------------------------------

タブ

-------------------------------------------------- */
.tab-list {
  margin: 0 auto 2em auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .tab-list {
    display: block;
    width: 100vw;
    margin-left: -4.5%;
  }
}
.tab-list > li {
  margin: 0 0.5% 0.5% 0;
  flex: 1 0 auto;
  display: flex;
}
.tab-list > li a {
  font-family: "Poppins", sans-serif;
  width: 100%;
  padding: 1em 1em 1em 2.5em;
  background: #F4E802;
  display: flex;
  align-items: center;
  position: relative;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .tab-list > li a {
    font-size: 1.3rem;
    font-size: 3.4666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .tab-list > li a {
    padding: 0.7em 0.5em 0.7em 2.5em;
  }
}
.tab-list > li a:before, .tab-list > li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tab-list > li a:before {
  width: 16px;
  height: 16px;
  background: #fff;
  left: 1em;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .tab-list > li a:before {
    width: 1em;
    height: 1em;
  }
}
.tab-list > li a:after {
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  vertical-align: middle;
  left: 1.3em;
  transform: translateY(-50%) rotateZ(135deg);
}
.tab-list > li a:hover {
  color: #F4E802;
  background: #000;
}
.tab-list.tab-s {
  justify-content: center;
}
.tab-list.tab-s > li {
  flex: unset;
}
.tab-list.tab-s > li a {
  padding: 1em 2em 1em 2.5em;
}

/* --------------------------------------------------

ボタン

-------------------------------------------------- */
.btn-block {
  margin: 2em 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .btn-block {
    display: block;
    margin: 1em 0;
  }
}
.btn-block p,
.btn-block button {
  margin: 0 1em 1em;
}
@media only screen and (max-width: 768px) {
  .btn-block p,
  .btn-block button {
    margin: 0.5em 0;
  }
}
.btn-block.center {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .btn-block.center {
    display: block;
  }
}
.btn-block.to-back p,
.btn-block.to-back button {
  flex-grow: 2;
}
.btn-block.to-back p.back,
.btn-block.to-back button.back {
  flex-grow: 1;
}
.btn-block.to-back p.search, .btn-block.to-back p.ico-clear,
.btn-block.to-back button.search,
.btn-block.to-back button.ico-clear {
  flex-grow: unset;
}
.btn-block.to-back button {
  border: 3px solid #F4E802;
}
@media only screen and (max-width: 768px) {
  .btn-block.to-back {
    display: flex;
  }
  .btn-block.to-back p,
  .btn-block.to-back button {
    order: 1;
  }
  .btn-block.to-back p.back, .btn-block.to-back p.ico-clear,
  .btn-block.to-back button.back,
  .btn-block.to-back button.ico-clear {
    order: 2;
  }
}
.btn-block.to-clear {
  display: flex;
}
.btn-block.to-clear p,
.btn-block.to-clear button {
  flex-grow: unset;
}
.btn-block.to-clear button {
  border: 3px solid #F4E802;
}
@media only screen and (max-width: 768px) {
  .btn-block.to-clear p,
  .btn-block.to-clear button {
    margin: 0.5em auto;
    width: 100%;
  }
  .btn-block.to-clear p.search,
  .btn-block.to-clear button.search {
    order: 1;
  }
  .btn-block.to-clear p.ico-clear,
  .btn-block.to-clear button.ico-clear {
    order: 2;
  }
}

/* --------------------------------------------------

テキストブロック

-------------------------------------------------- */
.txt-block-s {
  max-width: 73rem;
  margin: 0 auto 4em auto;
}
.txt-block-s > div {
  margin-bottom: 1.5em;
}
.txt-block-s > div .txt-l {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 768px) {
  .txt-block-s > div .txt-l {
    font-size: 1.7rem;
    font-size: 4.5333333333vmin;
  }
}
.txt-block-s > div .list-num {
  margin-top: 0;
}
.txt-block-s .txt-link {
  margin-bottom: 0;
}
.txt-block-s a {
  text-decoration: underline;
}
.txt-block-s .inquiries-box {
  background: #EFEFEF;
  padding: 1em 2em;
}
@media only screen and (max-width: 768px) {
  .txt-block-s .inquiries-box {
    padding: 1em;
  }
}
.txt-block-s .inquiries-box > div {
  margin-bottom: 1em;
}

p.paragraph-block {
  margin: 1em 0;
}
p.paragraph-block a {
  text-decoration: underline;
}

.sentence-block a,
.sentence-block-s a {
  text-decoration: underline;
}
.sentence-block p,
.sentence-block-s p {
  margin-bottom: 1em;
}

.sentence-block-s {
  max-width: 900px;
  margin: 0 auto;
}

.indent {
  text-indent: 1em;
}

/* --------------------------------------------------

plan-col
-------------------------------------------------- */
.plan-col {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 6em;
}
@media only screen and (max-width: 768px) {
  .plan-col {
    display: block;
    margin-top: 4em;
  }
}
.plan-col .pht-part {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .plan-col .pht-part {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .plan-col .pht-part.pht-bg-line:before {
    content: none;
  }
}
.plan-col .pht-part.pht-bg-line figure,
.plan-col .pht-part.pht-bg-line .caption {
  padding-top: 70%;
  margin-left: 6em;
}
@media only screen and (max-width: 768px) {
  .plan-col .pht-part.pht-bg-line figure,
  .plan-col .pht-part.pht-bg-line .caption {
    margin: 0;
  }
}
.plan-col .txt-part {
  width: 40%;
  padding-left: 4em;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .plan-col .txt-part {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .plan-col .txt-part .ttl-xlarge {
    background: #F4E802;
    padding: 4%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .plan-col .txt-part .txt-block,
  .plan-col .txt-part .txt-block-s {
    width: 92%;
    margin: 1em auto;
  }
}
.plan-col .txt-part .btn-block p {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .plan-col .txt-part .btn-block {
    width: 60%;
    margin: 1em auto 0 4%;
  }
}

/* --------------------------------------------------

bg-img-block

-------------------------------------------------- */
.bg-img-block {
  position: relative;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .bg-img-block {
    width: 100vw;
    margin-left: -4.5%;
  }
}
.bg-img-block figure {
  position: relative;
  padding-top: 38%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bg-img-block figure {
    padding-top: 100%;
  }
}
.bg-img-block figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-img-block .txt-block {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.bg-img-block .txt-block .ttl {
  font-size: 6rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .bg-img-block .txt-block .ttl {
    font-size: 2.7rem;
    font-size: 7.2vmin;
  }
}
.bg-img-block .txt-block .btn-base {
  max-width: 16rem;
  margin: 2em auto 0 auto;
}

/* --------------------------------------------------

pht-bg-line

-------------------------------------------------- */
.pht-bg-line {
  padding-bottom: 3em;
  margin-bottom: 2em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pht-bg-line {
    padding-bottom: 1em;
  }
}
.pht-bg-line:before {
  content: "";
  display: block;
  position: absolute;
  background: #F4E802;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1190px;
  margin: 0 auto;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .pht-bg-line:before {
    width: 100vw;
    height: 80%;
  }
}
.pht-bg-line figure {
  position: relative;
  padding-top: 55%;
  overflow: hidden;
  max-width: 92rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .pht-bg-line figure {
    max-width: 100vw;
    width: 100vw;
    margin-left: -5%;
  }
}
.pht-bg-line figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pht-bg-line .caption {
  max-width: 92rem;
  margin: 1em auto;
  padding: 0 1em;
  font-style: italic;
}
@media only screen and (max-width: 1120px) {
  .pht-bg-line .caption {
    width: 92%;
    padding: 0.5em 2em 0;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pht-bg-line .caption {
    padding: 0.5em 0 0;
  }
}

/* --------------------------------------------------

リスト

-------------------------------------------------- */
.pht-single {
  text-align: center;
  margin-bottom: 2em;
}
.pht-single.bnr-tumulus {
  margin-top: 3.5em;
}
@media only screen and (max-width: 768px) {
  .pht-single.bnr-tumulus {
    margin-top: 1em;
  }
}

/* block-lr */
.block-lr {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.block-lr a {
  display: block;
}
.block-lr.pht-col2 {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .block-lr.pht-col2 > div:first-child {
    margin-bottom: 0.5em;
  }
}
.block-lr.pht-col2 .ph-list {
  position: relative;
  background: #e2e5ec;
  padding-top: 70%;
}
.block-lr.pht-col2 .ph-list > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .block-lr.pht-col2 .ph-list > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.block-lr.pht-col2 .txt-part .ttl-link {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .block-lr.pht-col2 .txt-part .ttl-link {
    font-size: 1.8rem;
    font-size: 4.8vmin;
  }
}
@media only screen and (max-width: 768px) {
  .block-lr.pht-col2 .txt-part .ttl-link {
    margin-bottom: 0.5em;
  }
}
.block-lr > div {
  box-sizing: border-box;
}
.block-lr.list-movie {
  margin: 3em 0 4em;
}
@media only screen and (max-width: 768px) {
  .block-lr.list-movie {
    margin: 1em 0 2em;
  }
}
.block-lr.center > div {
  text-align: center;
}
.block-lr.col2 > div {
  width: 48%;
  margin: 0 4% 2em 0;
}
.block-lr.col2 > div:nth-child(2n) {
  margin-right: 0;
}
.block-lr.col2.w-l03 > div {
  width: 30%;
  margin: 0 3% 2em 0;
}
.block-lr.col2.w-l03 > div:nth-child(2n) {
  width: 67%;
  margin-right: 0;
}
.block-lr.col2.w-l04 > div {
  width: 40%;
  margin: 0 3% 2em 0;
}
.block-lr.col2.w-l04 > div:nth-child(2n) {
  width: 57%;
  margin-right: 0;
}
.block-lr.col3 > div {
  width: 31%;
  margin: 0 3.5% 2em 0;
}
.block-lr.col3 > div:nth-child(3n) {
  margin-right: 0;
}
.block-lr.col4 > div {
  width: 23%;
  margin: 0 2.6666666667% 2em 0;
}
.block-lr.col4 > div:nth-child(4n) {
  margin-right: 0;
}
.block-lr.col5 > div {
  width: 18%;
  margin: 0 2.5% 2em 0;
}
.block-lr.col5 > div:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .block-lr.sp-col01 > div {
    width: 100% !important;
    margin-right: 0;
  }
  .block-lr.sp-col02 > div {
    width: 47% !important;
    margin: 0 6% 2em 0 !important;
  }
  .block-lr.sp-col02 > div:nth-child(2n) {
    margin-right: 0 !important;
  }
  .block-lr.sp-col03 > div {
    width: 31% !important;
    margin: 0 3.5% 2em 0 !important;
  }
  .block-lr.sp-col03 > div:nth-child(3n) {
    margin-right: 0 !important;
  }
}

/* --------------------------------------------------

リスト

-------------------------------------------------- */
/* list-thumb */
.list-thumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-thumb a {
  display: block;
  height: 100%;
}
.list-thumb.link a[target=_blank] .ttl-link {
  position: relative;
}
.list-thumb.link a[target=_blank] .ttl-link:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  background: url(../img/common/ico_link.svg) no-repeat center center/contain;
  margin-left: 0.4em;
}
.list-thumb .txt-day {
  font-size: 82%;
  font-weight: normal;
  margin-top: 1em;
}
.list-thumb.col2 > li {
  width: 46%;
  margin: 0 8% 2em 0;
}
.list-thumb.col2 > li:nth-child(2n) {
  margin-right: 0;
}
.list-thumb.col3 > li {
  width: 31%;
  margin: 0 3.5% 2em 0;
}
.list-thumb.col3 > li:nth-child(3n) {
  margin-right: 0;
}
.list-thumb.col4 > li {
  width: 22%;
  margin: 0 4% 2em 0;
}
.list-thumb.col4 > li:nth-child(4n) {
  margin-right: 0;
}
.list-thumb.col5 > li {
  width: 18%;
  margin: 0 2.5% 2em 0;
}
.list-thumb.col5 > li:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list-thumb.sp-col01 > li {
    width: 100% !important;
    margin-right: 0;
  }
  .list-thumb.sp-col02 > li {
    width: 47% !important;
    margin: 0 6% 2em 0 !important;
  }
  .list-thumb.sp-col02 > li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .list-thumb.sp-col03 > li {
    width: 31% !important;
    margin: 0 3.5% 2em 0 !important;
  }
  .list-thumb.sp-col03 > li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.list-thumb li {
  display: flex;
}
.list-thumb li a {
  background: #fff;
  width: 100%;
  position: relative;
}
.list-thumb li a .ph-list,
.list-thumb li a .txt-part {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
}
.list-thumb li a .ph-list {
  background: #e2e5ec;
  padding-top: 70%;
}
.list-thumb li a .ph-list .flag-article {
  font-size: 1.4rem;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: #F4E802;
  padding: 0.5em;
}
@media only screen and (max-width: 768px) {
  .list-thumb li a .ph-list .flag-article {
    font-size: 1rem;
    font-size: 2.6666666667vmin;
  }
}
.list-thumb li a .ph-list > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .list-thumb li a .ph-list > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.list-thumb li a .ph-list .add-parts > .txt-add {
  font-size: 1.4rem;
  background: #fff;
  width: 80%;
  padding: 0.4em;
  opacity: 0;
  position: absolute;
  bottom: 4em;
  right: 0.6em;
  z-index: 2;
  display: block;
  transition: all 0.5s;
}
.list-thumb li a .ph-list .add-parts > .txt-add:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0.4em 0 0.4em;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -1em;
  right: 0.8em;
  z-index: -1;
}
@media only screen and (max-width: 1120px) {
  .list-thumb li a .ph-list .add-parts > .txt-add:before {
    bottom: -10px;
  }
}
.list-thumb li a .ph-list .add-parts > .btn-add {
  padding: 0.5em;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
.list-thumb li a .ph-list .add-parts > .btn-add:active {
  transform: rotateZ(720deg);
}
.list-thumb li a .ph-list .add-parts > .btn-add:hover + .txt-add, .list-thumb li a .ph-list .add-parts > .btn-add:focus + .txt-add {
  display: block;
  opacity: 1;
}
.list-thumb li a:hover .ph-list > img {
  transform: translate(-50%, -50%) scale(1.1);
}
.list-thumb li a .txt-part {
  padding: 0.5em 0;
}
.list-thumb li a .txt-part .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.list-thumb li a .list-icon {
  margin-bottom: 0.5em;
}
.list-thumb li a .list-icon p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1120px) {
  .list-thumb.ph-gallery.col3 > li:nth-child(3n) {
    margin-right: 8%;
  }
  .list-thumb.ph-gallery.col3 > li:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .list-thumb.ph-gallery.col3 > li {
    margin-right: 0;
  }
  .list-thumb.ph-gallery.col3 > li:nth-child(3n), .list-thumb.ph-gallery.col3 > li:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1120px) {
  .list-thumb.ph-gallery li {
    width: 46%;
    margin: 0 8% 2em 0;
  }
  .list-thumb.ph-gallery li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .list-thumb.ph-gallery li {
    margin-bottom: 1.5em;
  }
}
.list-thumb.ph-gallery li a {
  background: transparent;
}
.list-thumb.ph-gallery li a .ph-list {
  position: relative;
  border-radius: 1.5em;
  margin-bottom: 1em;
  z-index: 1;
}
.list-thumb.ph-gallery li a .ph-list object .btn-download {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  background: #d50000;
}
.list-thumb.ph-gallery li a .ph-list object .btn-download.cross {
  background: #fff;
}
.list-thumb.ph-gallery li a .ph-list object .btn-download > img {
  position: inherit;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}
.list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-download-txt,
.list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-cross-txt {
  position: absolute;
  display: inline-block;
  font-size: 1.2rem;
  background: #fff;
  width: 80%;
  max-width: 240px;
  padding: 0.4em;
  bottom: 70px;
  right: 5%;
  z-index: 2;
  opacity: 0;
  transition: all 2s;
}
@media only screen and (max-width: 1520px) {
  .list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-download-txt,
  .list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-cross-txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-download-txt,
  .list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-cross-txt {
    font-size: 1.2rem;
  }
}
.list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-download-txt:before,
.list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-cross-txt:before {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 1em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  z-index: -1;
}
@media only screen and (max-width: 1120px) {
  .list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-download-txt:before,
  .list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-cross-txt:before {
    bottom: -10px;
  }
}
.list-thumb.ph-gallery li a .ph-list object .btn-download:hover + .btn-download-txt,
.list-thumb.ph-gallery li a .ph-list object .btn-download:hover + .btn-cross-txt {
  opacity: 1;
  transition: all 0.6s;
}
.list-thumb.ph-gallery li a .ph-list object .btn-download:active {
  transform: rotateZ(360deg);
}
.list-thumb.ph-thumb > li {
  display: block;
  background: #fff;
}
.list-thumb.ph-thumb > li .ph-list {
  background: #e2e5ec;
  position: relative;
  padding-top: 70%;
}
.list-thumb.ph-thumb > li .ph-list > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .list-thumb.ph-thumb > li .ph-list > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.list-thumb.ph-thumb > li .txt-part {
  padding: 0.5em 0;
}
.list-thumb.ph-thumb > li .txt-part .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.list-thumb.ph-thumb > li .list-icon {
  margin-bottom: 0.5em;
}
.list-thumb.ph-thumb > li .list-icon p {
  font-size: 1.4rem;
}

/* --------------------------------------------------

list-article

-------------------------------------------------- */
.list-article {
  margin-bottom: 3em;
}
.list-article li a {
  color: #000;
  font-weight: 600;
  width: 100%;
  padding: 1.5em 3em 1.5em 1em;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCC;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .list-article li a {
    padding: 1em 1em 1em 0.5em;
    display: block;
  }
}
.list-article li a:hover {
  opacity: 0.7;
}
.list-article li a p {
  margin: 0;
}
.list-article li a p.date-post {
  color: #F4E802;
  width: 10em;
  min-width: 10em;
  margin: 0 1em 0 0.5em;
}
@media only screen and (max-width: 768px) {
  .list-article li a p.date-post {
    width: auto;
    min-width: auto;
    margin: 0 0 0.5em;
  }
}
.list-article li a:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin: 0 0.5em 0.2em auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  .list-article li a:after {
    right: 0;
  }
}
.list-article li:first-child a {
  border-top: 1px solid #CCC;
}

/* --------------------------------------------------

list-search

-------------------------------------------------- */
ul.list-search {
  margin-bottom: 5%;
}
ul.list-search li {
  border-bottom: 1px solid #CCC;
}
ul.list-search li a {
  padding: 2em 0;
  display: block;
  font-size: 1.6rem;
}
ul.list-search li a .list-search-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}
ul.list-search li a:hover {
  text-decoration: underline;
}
ul.list-search li:first-child {
  border-top: 1px solid #CCC;
}

/* --------------------------------------------------

spot-data

-------------------------------------------------- */
.spot-data dl {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #CCC;
}
@media only screen and (max-width: 768px) {
  .spot-data dl {
    display: block;
  }
}
.spot-data dl:first-child {
  border-top: 1px solid #CCC;
}
.spot-data dl dt {
  width: 10em;
  padding: 1em;
  min-width: 10em;
  background: #F0F0F0;
}
@media only screen and (max-width: 768px) {
  .spot-data dl dt {
    width: 100%;
    text-align: center;
  }
}
.spot-data dl dd {
  padding: 1em;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .spot-data dl dd {
    width: 100%;
  }
}

/* --------------------------------------------------

Q&A

-------------------------------------------------- */
.list-qa .col-qa {
  border-bottom: 1px solid #fff;
}
.list-qa .col-qa > .col-qa-ttl {
  font-weight: bold;
  padding: 1em 2em 1em 1em;
  background: none;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #F0F0F0;
  display: block;
  width: 100%;
  padding: 1em 2em 1em 1em;
}
.list-qa .col-qa > .col-qa-ttl span {
  width: 7em;
  min-width: 7em;
  margin-right: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa > .col-qa-ttl span {
    width: 4em;
    min-width: 4em;
  }
}
.list-qa .col-qa > .col-qa-ttl:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
.list-qa .col-qa > .col-qa-ttl.active:after {
  content: "\f106";
}
.list-qa .col-qa > div {
  padding: 1em;
}
.list-qa .col-qa > div span {
  width: 7em;
  min-width: 7em;
  margin-right: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa > div span {
    width: 4em;
    min-width: 4em;
  }
}
.list-qa .col-qa > div > div {
  width: calc(100% - 7.5em);
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa > div > div {
    width: calc(100% - 4.5em);
  }
}

/* --------------------------------------------------

バナーエリア

-------------------------------------------------- */
.list-bnr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-bnr li {
  margin: 0 2%;
}

/* --------------------------------------------------

list-sitemap

-------------------------------------------------- */
div.list-sitemap-td,
ul.list-sitemap-lr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.list-sitemap-td > ul {
  width: 49%;
}
div.list-sitemap-td > ul > li {
  margin-bottom: 0.5em;
}
div.list-sitemap-td > ul > li > a {
  padding: 1em;
  position: relative;
  display: block;
  background: #F0F0F0;
}
@media only screen and (max-width: 768px) {
  div.list-sitemap-td > ul > li > a {
    padding: 0.5em 1.3em 0.5em 0.4em;
  }
}
div.list-sitemap-td > ul > li > a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.5em 0.2em auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  div.list-sitemap-td > ul > li > a:after {
    width: 0.4em;
    height: 0.4em;
    right: 0.2em;
  }
}
div.list-sitemap-td > ul > li > a + .u-layer {
  padding: 0 0 0.5em 1em;
}
div.list-sitemap-td > ul > li > a + .u-layer li {
  margin: 0.7em 0;
}
div.list-sitemap-td > ul > li > a + .u-layer li a {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  div.list-sitemap-td > ul > li > a + .u-layer li a {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
div.list-sitemap-td > ul > li > a + .u-layer li a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.8em 0 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  transform: rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  div.list-sitemap-td > ul > li > a + .u-layer li a:before {
    width: 0.4em;
    height: 0.4em;
  }
}

ul.list-sitemap-lr > li {
  width: 49%;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap-lr > li {
    width: 100%;
  }
}
ul.list-sitemap-lr > li > a {
  padding: 1em;
  position: relative;
  display: block;
  background: #F0F0F0;
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap-lr > li > a {
    padding: 0.5em 1.3em 0.5em 0.4em;
  }
}
ul.list-sitemap-lr > li > a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.5em 0.2em auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap-lr > li > a:after {
    width: 0.4em;
    height: 0.4em;
    right: 0.2em;
  }
}
ul.list-sitemap-lr > li > a + .u-layer {
  padding: 0 0 0.5em 1em;
}
ul.list-sitemap-lr > li > a + .u-layer li {
  margin: 0.7em 0;
}
ul.list-sitemap-lr > li > a + .u-layer li a {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap-lr > li > a + .u-layer li a {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
ul.list-sitemap-lr > li > a + .u-layer li a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.8em 0 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  transform: rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap-lr > li > a + .u-layer li a:before {
    width: 0.4em;
    height: 0.4em;
  }
}

/* --------------------------------------------------

404

-------------------------------------------------- */
.notfound-wrap {
  margin: 3em 0 4em;
  text-align: center;
}
.notfound-wrap .notfound-ttl {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 768px) {
  .notfound-wrap .notfound-ttl {
    font-size: 2.6rem;
    font-size: 6.9333333333vmin;
  }
}
.notfound-wrap .notfound-txt {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .notfound-wrap .notfound-txt {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}

/* --------------------------------------------------

maintenance

-------------------------------------------------- */
.maintenance-wrap {
  text-align: center;
  margin: 2em 0;
}
@media only screen and (max-width: 768px) {
  .maintenance-wrap {
    text-align: left;
  }
}
.maintenance-wrap .maintenance-txt {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .maintenance-wrap .maintenance-txt {
    font-size: 2rem;
    font-size: 5.3333333333vmin;
  }
}
.maintenance-wrap .maintenance-txt.red {
  color: #FF0000;
}

/* --------------------------------------------------

side-category

-------------------------------------------------- */
.side-category {
  background: #EFEFEF;
  padding: 1.5em;
}
@media only screen and (max-width: 768px) {
  .side-category {
    padding: 1em;
    margin-bottom: 1em;
  }
  .side-category .ttl {
    position: relative;
  }
  .side-category .ttl:after, .side-category .ttl:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .side-category .ttl:after {
    height: 1px;
    width: 1em;
    background: #000;
    right: 0;
  }
  .side-category .ttl:before {
    width: 1px;
    height: 1em;
    background: #000;
    right: 0.5em;
  }
  .side-category .ttl.active:before {
    display: none;
  }
}
.side-category .ttl-category {
  margin-top: 1em;
  cursor: pointer;
  padding: 0.5em 1em 0.5em 0;
  position: relative;
}
.side-category .ttl-category:after, .side-category .ttl-category:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.side-category .ttl-category:after {
  height: 1px;
  width: 1em;
  background: #000;
  right: 0;
}
.side-category .ttl-category.active:before {
  width: 1px;
  height: 1em;
  background: #000;
  right: 0.5em;
}
.side-category .form-list legend {
  display: none;
}
.side-category .form-list span {
  display: flex;
  width: 100%;
  margin-bottom: 0.4em;
}
.side-category .form-list span input[type=checkbox] {
  width: 20px;
  margin-top: 4px;
  accent-color: #F4E802;
}
.side-category .form-list span label {
  font-size: 1.4rem;
  word-break: break-all;
  width: calc(100% - 20px);
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .side-category .form-list span label {
    font-size: 1.2rem;
    font-size: 3.2vmin;
  }
}

/* --------------------------------------------------

info-block

-------------------------------------------------- */
.info-block {
  background: #EFEFEF;
  padding: 1em 1em 2em 1em;
}
.info-block .ttl-info-block,
.info-block .ttl-tag {
  font-size: 1.8rem;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 768px) {
  .info-block .ttl-info-block,
  .info-block .ttl-tag {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
.info-block .ttl-tag {
  margin-bottom: 0.5em;
}
.info-block dl dt {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.info-block dl dd {
  margin: 0.4em 0 1em 0;
  font-weight: normal;
}
.info-block dl dd a {
  text-decoration: underline;
  word-break: break-all;
}
.info-block dl dd a[target=_blank] {
  position: relative;
}
.info-block dl dd a[target=_blank]:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  background: url(../img/common/ico_link.svg) no-repeat center center/contain;
  margin-left: 0.4em;
}
.info-block .tag span {
  display: block;
  margin-bottom: 10px;
}
.info-block .tag span a {
  background: #fff;
  border: 3px solid #F4E802;
  padding: 0.5em 1em;
  display: inline-block;
}
.info-block .tag span a:hover {
  background: #F4E802;
}

/* --------------------------------------------------

バックナンバー

-------------------------------------------------- */
.back-number {
  padding: 1em;
  background: #F0F0F0;
  text-align: center;
  position: relative;
}
.back-number .back-number-ttl {
  margin-bottom: 1em;
  width: 100%;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .back-number .back-number-ttl {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .back-number .back-number-ttl {
    font-size: 1.8rem;
    font-size: 4.8vmin;
  }
}
@media only screen and (max-width: 768px) {
  .back-number .back-number-ttl {
    cursor: pointer;
    margin-bottom: 0;
  }
  .back-number .back-number-ttl:after {
    content: "+";
    font-style: normal;
    margin-left: 0.5em;
    display: inline-block;
  }
  .back-number .back-number-ttl.active:after {
    content: "-";
  }
}
.back-number .list-year {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .back-number .list-year {
    margin-top: 1em;
    display: none;
  }
}
.back-number .list-year li {
  margin-bottom: 5px;
}
.back-number .list-year li a {
  padding: 0.8em 0;
  display: block;
  background: #fff;
}

/* --------------------------------------------------

テーブルスクロール

-------------------------------------------------- */
.table-data {
  width: auto;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .table-data {
    white-space: nowrap;
  }
}
.table-data caption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
.table-data tr {
  border: 1px solid #D9D9D9;
}
.table-data tr th {
  color: #000;
  text-align: left;
  font-weight: 600;
  background: #F4E802;
  padding: 1em 1.5em;
}
.table-data tr th:first-child {
  width: 20em;
}
.table-data tr td {
  background: #ffffff;
  padding: 1em 1.5em;
}
.table-data tr td a {
  text-decoration: underline;
}
.table-data.table-m {
  max-width: 92rem;
  width: 92rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .table-data.table-m {
    width: auto;
  }
}

.ttl-large.center + .table-scroll {
  margin-top: -1em;
}

.table-scroll {
  margin: 2em auto;
}
.table-scroll .scroll-bar {
  overflow-x: auto;
  overflow-y: hidden;
}
.table-scroll .scroll-bar .scroll-in {
  height: 10px;
}
.table-scroll .scroll-table {
  overflow: auto;
  position: relative;
}
.table-scroll .pct-scrollhint {
  min-width: 9em;
  display: none;
  font-size: 1.1rem;
  padding: 1em;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  border-radius: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.table-scroll .pct-scrollhint span {
  color: #fff;
  margin-top: 0.4em;
  display: block;
  white-space: nowrap;
}
.table-scroll .pct-scrollhint.active {
  display: block;
}

/* --------------------------------------------------

画像ポップアップ

-------------------------------------------------- */
.list-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em 1em;
}
.list-gallery li a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .list-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .modaal-wrapper .modaal-gallery-control {
    top: 50%;
    transform: translateY(-50%) scale(0.6);
  }
  .modaal-wrapper .modaal-gallery-control.modaal-gallery-prev {
    left: -15px;
  }
  .modaal-wrapper .modaal-gallery-control.modaal-gallery-next {
    right: -15px;
  }
}

/* --------------------------------------------------

ph-txt-2col

-------------------------------------------------- */
.ph-txt-2col {
  display: flex;
  margin: 2em 0;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .ph-txt-2col {
    display: block;
  }
}
.ph-txt-2col > div {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .ph-txt-2col > div {
    width: 100%;
  }
}
.ph-txt-2col > div.txt-block {
  padding: 3em;
  background: #F4E802;
}
@media only screen and (max-width: 768px) {
  .ph-txt-2col > div.txt-block {
    padding: 1.5em;
  }
}
.ph-txt-2col > div.txt-block .ttl {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .ph-txt-2col > div.txt-block .ttl {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
.ph-txt-2col > div.txt-block .btn-base {
  max-width: 17rem;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .ph-txt-2col > div.txt-block .btn-base {
    max-width: unset;
  }
}
.ph-txt-2col > div.txt-block .btn-base a:hover {
  color: #F4E802;
}
.ph-txt-2col.gray {
  margin: 4em 0;
}
@media only screen and (max-width: 768px) {
  .ph-txt-2col.gray {
    margin: 2em 0;
  }
}
.ph-txt-2col.gray > div.txt-block {
  background: #E6E7E8;
}
.ph-txt-2col.gray > div.txt-block .btn-base a {
  background: #E6E7E8;
}
.ph-txt-2col.gray > div.txt-block .btn-base a:hover {
  background: #000;
}
.ph-txt-2col.reverse {
  flex-direction: row-reverse;
}
.ph-txt-2col figure {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .ph-txt-2col figure {
    padding-top: 65%;
  }
}
.ph-txt-2col figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------

btn-bg-img

-------------------------------------------------- */
.btn-bg-img {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .btn-bg-img {
    flex-wrap: wrap;
  }
}
.btn-bg-img > div a {
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-bg-img > div a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-bg-img > div a .ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  width: 100%;
  font-family: "Poppins", sans-serif;
  z-index: 10;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .btn-bg-img > div a .ttl {
    font-size: 1.8rem;
    font-size: 4.8vmin;
  }
}
.btn-bg-img.col2 > div {
  width: 49%;
  margin: 0 2% 2% 0;
}
@media only screen and (max-width: 768px) {
  .btn-bg-img.col2 > div {
    width: 100%;
    margin: 0 0 2% 0;
  }
}
.btn-bg-img.col2 > div:nth-child(2n) {
  margin-right: 0;
}
.btn-bg-img.col2 > div a {
  padding-top: 60%;
}
.btn-bg-img.col3 > div {
  width: 32%;
  margin: 0 2% 2% 0;
}
@media only screen and (max-width: 768px) {
  .btn-bg-img.col3 > div {
    width: 100%;
    margin: 0 0 2% 0;
  }
}
.btn-bg-img.col3 > div:nth-child(3n) {
  margin-right: 0;
}
.btn-bg-img.col3 > div a {
  padding-top: 100%;
}
@media only screen and (max-width: 768px) {
  .btn-bg-img.col3 > div a {
    padding-top: 60%;
  }
}

.ttl-btn-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2em 0;
}
.ttl-btn-block > div:first-child {
  width: 80%;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-btn-block > div:first-child {
    margin-bottom: 0.5em;
  }
}
.ttl-btn-block > div:first-child .ttl-spots {
  font-size: 6rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 768px) {
  .ttl-btn-block > div:first-child .ttl-spots {
    font-size: 2.6rem;
    font-size: 6.9333333333vmin;
  }
}
.ttl-btn-block > div:nth-child(2) {
  width: 20%;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-btn-block > div:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .ttl-btn-block > div:nth-child(2) .btn-base {
    max-width: 15em;
    margin: 0 auto;
  }
}
.ttl-btn-block > div.slider-3col {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .ttl-btn-block > div.slider-3col {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.ttl-btn-block > div.ttl-btn-contents {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .ttl-btn-block > div.ttl-btn-contents {
    margin-bottom: 2em;
  }
}
.ttl-btn-block > div.ttl-btn-contents .nospace.col2 > li {
  margin: 0;
  width: 50%;
}
.ttl-btn-block > div.ttl-btn-contents .nospace.col3 > li {
  margin: 0;
  width: 33.3333333333%;
}
.ttl-btn-block > div.ttl-btn-contents .nospace.col4 > li {
  margin: 0;
  width: 25%;
}
.ttl-btn-block > div.ttl-btn-contents .nospace.col4 > li .caption {
  font-size: 90%;
}
.ttl-btn-block > div.ttl-btn-contents .nospace .ph-list {
  position: relative;
}
.ttl-btn-block > div.ttl-btn-contents .nospace .ph-list:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 5;
}
.ttl-btn-block > div.ttl-btn-contents .nospace .ph-list .caption {
  color: #fff;
  font-weight: bold;
  z-index: 15;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .ttl-btn-block > div.ttl-btn-contents .nospace.sp-col02 > li {
    width: 50% !important;
    margin: 0 !important;
  }
}

/* --------------------------------------------------

large2col

-------------------------------------------------- */
.large2col {
  display: flex;
  align-items: center;
  margin-left: calc(50% - 50vw);
  margin-bottom: 4em;
  position: relative;
}
@media only screen and (max-width: 1120px) {
  .large2col {
    display: block;
    margin: 0 calc(50% - 50vw) 2em;
  }
}
.large2col .txt-block {
  background: #F4E802;
  padding: 1em 2em 2em 6em;
  width: 55%;
  position: absolute;
  right: 0;
  margin-top: -2.5em;
}
@media only screen and (max-width: 1120px) {
  .large2col .txt-block {
    position: relative;
    width: 100%;
    background: unset;
    padding: 1em;
  }
}
.large2col .txt-block .ttl {
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .large2col .txt-block .ttl {
    font-size: 2rem;
    font-size: 5.3333333333vmin;
  }
}
@media only screen and (max-width: 1120px) {
  .large2col .txt-block .ttl {
    background: #F4E802;
    width: 80%;
    padding: 0.5em 1em;
    margin: 0 calc(50% - 50vw) 0.5em auto;
    text-align: right;
  }
}
.large2col .txt-block a {
  text-decoration: underline;
}
.large2col .txt-block a.arrow {
  position: relative;
}
.large2col .txt-block a.arrow::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.large2col .txt-block a.arrow[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  border: none;
  margin-left: 0.75em;
  display: inline-block;
  background: url(/img/common/ico_elink_b.svg) no-repeat center center;
  background-size: auto;
  background-size: cover;
  margin-bottom: -2px;
  transform: rotate(0deg);
}
.large2col .pht-block {
  width: 52%;
}
@media only screen and (max-width: 1120px) {
  .large2col .pht-block {
    width: 100%;
  }
}
.large2col .pht-block figure {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}
.large2col .pht-block figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.large2col.reverse {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1120px) {
  .large2col.reverse {
    margin: 0 calc(50% - 50vw) 2em;
  }
}
.large2col.reverse .txt-block {
  right: auto;
  left: 0;
  padding: 1em 6em 2em 2em;
}
@media only screen and (max-width: 1120px) {
  .large2col.reverse .txt-block {
    padding: 1em;
  }
  .large2col.reverse .txt-block .ttl {
    margin: 0 auto 0.5em calc(50% - 50vw);
    text-align: left;
  }
}

/* --------------------------------------------------

access-info

-------------------------------------------------- */
.access-info {
  margin: 0 auto 4em;
}
@media only screen and (max-width: 1020px) {
  .access-info {
    width: auto;
  }
}
.access-info .ttl-large {
  margin-bottom: 0;
  line-height: 1.2;
}
.access-info .access-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (max-width: 1020px) {
  .access-info .access-grid {
    display: block;
  }
}
.access-info .access-grid .access-grid-column {
  width: 50%;
  padding: 30px 15px 0;
}
@media only screen and (max-width: 1020px) {
  .access-info .access-grid .access-grid-column {
    width: 100%;
    padding: 10px 0 0;
  }
}
.access-info .access-grid .access-grid-column .access-grid-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.access-info .access-grid .access-grid-column .access-grid-table .access-grid-table--item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 150px;
  font-size: 1.6rem;
  color: #000;
  line-height: 125%;
  padding: 20px 10px;
  background: #F4E802;
}
@media only screen and (max-width: 1020px) {
  .access-info .access-grid .access-grid-column .access-grid-table .access-grid-table--item {
    width: 100px;
    font-size: 1.4rem;
    padding: 20px 5px;
  }
}
.access-info .access-grid .access-grid-column .access-grid-table .access-grid-table--course {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
@media only screen and (max-width: 1020px) {
  .access-info .access-grid .access-grid-column .access-grid-table .access-grid-table--course {
    width: 80px;
  }
}
.access-info .access-grid .access-grid-column .access-grid-table .access-grid-table--course .access-grid-table--description {
  position: relative;
  display: block;
  padding-top: 20px;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 1020px) {
  .access-info .access-grid .access-grid-column .access-grid-table .access-grid-table--course .access-grid-table--description {
    font-size: 1.2rem;
  }
}
.access-info .access-grid .access-grid-column .access-grid-table .access-grid-table--course .access-grid-table--description::before {
  content: "";
  display: block;
  background: #000;
  width: 80%;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 10%;
}
.access-info .access-grid .access-grid-column .access-grid-table .access-grid-table--course .access-grid-table--description::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 5px;
  display: inline-block;
  margin-left: 0.5em;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.access-info .attention {
  margin: 1em 0;
  text-align: right;
}

/* --------------------------------------------------

area-block

-------------------------------------------------- */
.area-block {
  background: #EFEFEF;
  padding: 1.5em;
  margin: 2em 0;
}
@media only screen and (max-width: 768px) {
  .area-block {
    margin: 1em 0 2em 0;
  }
}
.area-block .ttl {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.area-block .area-list {
  display: flex;
  flex-wrap: wrap;
}
.area-block .area-list li {
  margin: 0 1em 1em 0;
}
.area-block .area-list li a {
  background: #fff;
  padding: 0.5em 1em;
  display: block;
  border: 3px solid #F4E802;
}
.area-block .area-list li a:hover {
  background: #F4E802;
}

/* --------------------------------------------------

video-slider

-------------------------------------------------- */
.video-slider {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-slider {
    width: 100vw;
    margin-left: -5%;
  }
}
@media only screen and (max-width: 768px) {
  .video-slider .gallery-top-video {
    width: 92%;
    overflow: hidden;
  }
}
.video-slider .gallery-top-video .swiper-slide {
  padding-top: 56.25% !important;
  height: 0 !important;
}
.video-slider .gallery-top-video .swiper-slide iframe {
  object-fit: inherit !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  transform: translate(0, 0) !important;
}
.video-slider .swiper-button-prev {
  left: -1.5em;
  bottom: 9.5em;
  top: auto;
}
@media only screen and (max-width: 768px) {
  .video-slider .swiper-button-prev {
    display: none;
  }
}
.video-slider .swiper-button-next {
  right: -1.5em;
  bottom: 9.5em;
  top: auto;
}
@media only screen and (max-width: 768px) {
  .video-slider .swiper-button-next {
    display: none;
  }
}

/* --------------------------------------------------

スライダー

-------------------------------------------------- */
.main-area .slider-block .swiper-button-next, .main-area .slider-block .swiper-button-prev {
  top: 45%;
}
@media only screen and (max-width: 768px) {
  .main-area .slider-block .swiper-button-next, .main-area .slider-block .swiper-button-prev {
    top: 42%;
  }
}
.main-area .slider-block .swiper-button-next:focus, .main-area .slider-block .swiper-button-prev:focus {
  outline: 3px solid #000;
}

.slider-block {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider-block .swiper-container {
  padding-bottom: 2em;
}
.slider-block .swiper-container .stopbtn {
  left: 1em;
}
.slider-block .swiper-container .stopbtn02 {
  color: #FFF;
  padding: 0.5em;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 1em;
  bottom: 0;
}
.slider-block .swiper-container .stopbtn02 img {
  vertical-align: middle;
}
.slider-block .swiper-container .btn-swiper {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0.5em;
  bottom: 0;
}
.slider-block .swiper-container .btn-swiper p + p {
  margin-left: 0.5em;
}
.slider-block .swiper-container .btn-swiper p button.btn {
  color: #FFF;
  padding: 0.5em;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.slider-block .swiper-container .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.slider-block.slider-thumb .swiper-container {
  padding: 0;
}
.slider-block .swiper-container-horizontal > .swiper-pagination-bullets, .slider-block .swiper-pagination-custom, .slider-block .swiper-pagination-fraction {
  left: 5em;
}

.slider-thumb .gallery-top,
.slider-thumb .gallery-top-video {
  margin-bottom: 1em;
}
.slider-thumb .gallery-top .swiper-slide,
.slider-thumb .gallery-top-video .swiper-slide {
  position: relative;
  background-color: #EEE;
  overflow: hidden;
  padding-top: 55%;
}
.slider-thumb .gallery-top .swiper-slide img,
.slider-thumb .gallery-top .swiper-slide iframe,
.slider-thumb .gallery-top-video .swiper-slide img,
.slider-thumb .gallery-top-video .swiper-slide iframe {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .slider-thumb .gallery-top .swiper-slide img,
  .slider-thumb .gallery-top .swiper-slide iframe,
  .slider-thumb .gallery-top-video .swiper-slide img,
  .slider-thumb .gallery-top-video .swiper-slide iframe {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.slider-thumb .gallery-top.gallery-top-video .swiper-slide,
.slider-thumb .gallery-top-video.gallery-top-video .swiper-slide {
  border-radius: 8px;
  padding-top: 56.25%;
}
.slider-thumb .gallery-thumbs .swiper-slide > div,
.slider-thumb .gallery-thumbs-video .swiper-slide > div {
  position: relative;
  padding-top: 45%;
  overflow: hidden;
}
.slider-thumb .gallery-thumbs .swiper-slide > div img,
.slider-thumb .gallery-thumbs-video .swiper-slide > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-thumb .gallery-thumbs .swiper-slide > div iframe,
.slider-thumb .gallery-thumbs-video .swiper-slide > div iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider-thumb .gallery-thumbs .swiper-slide p,
.slider-thumb .gallery-thumbs-video .swiper-slide p {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.slider-thumb .gallery-thumbs.gallery-thumbs-video .swiper-slide > div,
.slider-thumb .gallery-thumbs-video.gallery-thumbs-video .swiper-slide > div {
  padding-top: 55%;
  border-radius: 8px;
}

.slider-thumb-vertical {
  height: 700px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .slider-thumb-vertical {
    height: 400px;
  }
}
.slider-thumb-vertical .swiper-wrapper {
  height: 100%;
}
.slider-thumb-vertical .gallery-top {
  flex: 1;
  margin-right: 2%;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.slider-thumb-vertical .gallery-top .swiper-slide {
  background: #EEE;
  position: relative;
}
.slider-thumb-vertical .gallery-top .swiper-slide img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider-thumb-vertical .gallery-thumbs {
  width: 30%;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slider-thumb-vertical .gallery-thumbs .swiper-slide {
  overflow: hidden;
  position: relative;
}
.slider-thumb-vertical .gallery-thumbs .swiper-slide img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-container-fade img {
  width: 100%;
}

.slider-thumb {
  margin: 2em 0;
}
.slider-thumb .list-thumb {
  margin-bottom: 2em;
}

.slider-bnr .list-bnr {
  justify-content: flex-start;
}
.slider-bnr .list-bnr li {
  margin: 0;
}
.slider-bnr .list-bnr li a {
  display: block;
  position: relative;
  padding-top: 150%;
  overflow: hidden;
}
.slider-bnr .list-bnr li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 5;
}
.slider-bnr .list-bnr li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-bnr .list-bnr li a .category {
  font-weight: bold;
  position: absolute;
  background: #F4E802;
  border: none;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0.5em 1em;
}
.slider-bnr .list-bnr li a .ttl {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .slider-bnr .list-bnr li a .ttl {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
.slider-bnr .list-bnr li a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}

.slider-scroll-wrap .slider-scroll {
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  .slider-scroll-wrap .slider-scroll {
    margin-right: 0;
  }
}
.slider-scroll-wrap .slider-scroll .slider-block {
  max-width: 100%;
}
.slider-scroll-wrap .slider-scroll .swiper-button-next,
.slider-scroll-wrap .slider-scroll .swiper-button-prev {
  top: auto;
  bottom: 1em;
  left: 0;
  right: auto;
}
.slider-scroll-wrap .slider-scroll .swiper-button-next {
  left: 3.5em;
}
.slider-scroll-wrap .slider-scroll .swiper-button-prev {
  left: 1em;
}
.slider-scroll-wrap .slider-scroll .swiper-button-next:before,
.slider-scroll-wrap .slider-scroll .swiper-button-prev:before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .slider-scroll-wrap .slider-scroll .swiper-button-next:before,
  .slider-scroll-wrap .slider-scroll .swiper-button-prev:before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/common/btn_slider.svg) no-repeat center/contain;
    border: none;
    transform: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .slider-scroll-wrap .slider-scroll .swiper-button-next:before {
    transform: rotate(180deg);
  }
  .slider-scroll-wrap .slider-scroll .swiper-button-next:after,
  .slider-scroll-wrap .slider-scroll .swiper-button-prev:after {
    content: "";
    width: 1em;
    height: 1px;
    background: #000;
    border-radius: 3em;
    position: absolute;
    bottom: -1em;
  }
}
.slider-scroll-wrap.ipad .slider-scroll {
  margin-right: 0;
}
.slider-scroll-wrap.ipad .slider-scroll .slider-block {
  max-width: 100%;
  padding-bottom: 2em;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next,
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev {
  top: auto;
  bottom: 1em;
  left: 0;
  right: auto;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next {
  left: 4.5em;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev {
  left: 1em;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next:before,
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev:before {
  content: "";
  width: 2em;
  height: 2em;
  background: url(../img/common/btn_slider.svg) no-repeat center/contain;
  border: none;
  transform: inherit;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next:before {
  transform: rotate(180deg);
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next:after,
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev:after {
  content: "";
  width: 1.5em;
  height: 2px;
  background: #000;
  border-radius: 3em;
  position: absolute;
  bottom: -1em;
}
.slider-scroll-wrap.ipad .slider-scroll .list-scroll li {
  border: none;
}

.slider-3col {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .slider-3col {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.slider-3col .swiper-container .swiper-slide figure {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.slider-3col .swiper-container .swiper-slide figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-3col .swiper-container .swiper-slide .ttl {
  margin: 0.5em 0;
  word-break: break-all;
}
.slider-3col .swiper-container .swiper-slide .spot-pin {
  padding-left: 1.2em;
  position: relative;
}
.slider-3col .swiper-container .swiper-slide .spot-pin:before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 20px;
  background: url(../img/common/ico_spot_pin.svg) no-repeat center/contain;
}
.slider-3col .swiper-button-next,
.slider-3col .swiper-button-prev {
  top: 7vw;
}
@media only screen and (max-width: 768px) {
  .slider-3col .swiper-button-next,
  .slider-3col .swiper-button-prev {
    display: none;
  }
}
.slider-3col .swiper-button-next {
  right: -1.5em;
}
.slider-3col .swiper-button-prev {
  left: -1.5em;
}

/* --------------------------------------------------

language

-------------------------------------------------- */
html:lang(ko) body {
  font-family: "Noto Sans KR", sans-serif;
}

html:lang(zh) body {
  font-family: "Noto Sans SC", sans-serif;
}

html:lang(tw) body {
  font-family: "Noto Sans TC", sans-serif;
}
/* # sourceMappingURL=common.css.map */