@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;
}

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%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2D2D2E;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  width: 100%;
  min-width: 1080px;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 1100px) {
  body {
    min-width: 0;
  }
}
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;
}

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

img {
  max-width: 100%;
}

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

a:hover,
a:active {
  color: #0073BD;
  transition: all 0.3s;
}

.wrapper {
  display: flex;
  flex-direction: column;
}

#contents {
  overflow: hidden;
  flex: 1;
}
@media all and (-ms-high-contrast: none) {
  #contents {
    flex: 1 0 auto;
  }
}

.main {
  margin: 4.8rem 0 12.8rem;
}
@media only screen and (max-width: 1300px) {
  .main {
    margin: 4.8rem 0 4.8rem;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 768px) {
  .main {
    margin: 3.2rem 0 4.8rem;
  }
}
.main:has(.static-wrap.border) {
  margin-bottom: 0;
}

.inner-l {
  width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1380px) {
  .inner-l {
    width: calc(100% - 80px);
    max-width: 1280px;
  }
}
@media only screen and (max-width: 1300px) {
  .inner-l {
    width: 92%;
  }
}

.inner {
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1380px) {
  .inner {
    width: calc(100% - 80px);
    max-width: 1080px;
  }
}
@media only screen and (max-width: 1100px) {
  .inner {
    width: 92%;
  }
}

.inner-s {
  width: 720px;
  margin: 0 auto;
}
@media only screen and (max-width: 1380px) {
  .inner-s {
    width: calc(100% - 80px);
    max-width: 720px;
  }
}
@media only screen and (max-width: 740px) {
  .inner-s {
    width: 92%;
  }
}

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

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

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

em,
strong {
  font-weight: bold;
}

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

post-content　ウィジウィグ

-------------------------------------------------- */
/* post-ttl */
.post-ttl {
  color: #000;
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .post-ttl {
    font-size: 3.2rem;
  }
}
.post-ttl span {
  vertical-align: middle;
  margin-left: 1em;
}

/* post-date-block */
.post-date-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 1.6rem 0;
}
.post-date-block .icon-new {
  margin: 0 1.6rem;
}

/* post-date */
.post-date {
  text-align: right;
  display: block;
}

/* icon-post-block */
.icon-post-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .icon-post-block {
    font-size: 1.4rem;
  }
}

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

見出し

-------------------------------------------------- */
/* h2 */
.wysiwyg h2,
.post-sttl-large {
  font-size: 3.2rem;
  font-weight: bold;
  padding: 1.6rem 0;
  margin: 6.4rem 0 2.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h2,
  .post-sttl-large {
    margin: 4.8rem 0 2.4rem;
  }
}
.wysiwyg h2::after,
.post-sttl-large::after {
  content: "";
  background: #0073BD;
  display: block;
  width: 6rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h2,
  .post-sttl-large {
    font-size: 2.6rem;
  }
}

/* h3 */
/* post-sttl-small */
.wysiwyg h3,
.post-sttl-small {
  color: #0073BD;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 4.8rem 0 2.4rem;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h3,
  .post-sttl-small {
    font-size: 2.2rem;
  }
}

/* h4 */
.wysiwyg h4 {
  color: #FFF;
  background: #0073BD;
  font-size: 2rem;
  padding: 1.6rem;
  margin: 4rem 0 2.4rem;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h4 {
    font-size: 1.8rem;
  }
}

/* h5 */
.wysiwyg h5 {
  border-left: 7px solid #0073BD;
  font-size: 1.8rem;
  padding: 0.8rem 1.6rem;
  margin: 3.6rem 0 2.4rem;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h5 {
    font-size: 1.6rem;
  }
}

/* h6 */
.wysiwyg h6 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 3rem 0 2.4rem;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h6 {
    font-size: 1.6rem;
  }
}

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

画像ブロック

-------------------------------------------------- */
/* post-pht */
.post-pht {
  margin-bottom: 1.6rem;
}
.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;
  border-radius: 20px;
}
@media only screen and (max-width: 420px) {
  .post-pht img {
    max-height: 300px;
  }
}
.post-pht figcaption {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  margin-top: 0.8rem;
}

/* two-post-pht */
.two-post-pht {
  display: flex;
  justify-content: space-between;
}
.two-post-pht .post-pht {
  vertical-align: top;
  width: 48%;
}

/* post-pht-txt */
.post-pht-txt:after {
  content: "";
  display: block;
  clear: both;
}
.post-pht-txt .post-pht {
  float: right;
  width: 48%;
  margin: 0 0 3.2rem 3.2rem;
  z-index: 10;
  position: relative;
}
.post-pht-txt .wysiwyg {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.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;
  margin-top: 0;
}

/* iframe-area */
.iframe-area {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
  margin-bottom: 1.6rem;
}
.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: 4rem;
  /* リンク<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-bottom: 1.6rem;
}
.wysiwyg strong {
  color: #D50000;
  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 {
  list-style-position: outside;
  margin-bottom: 1.6rem;
  /*横並びリスト<ol> */
}
.wysiwyg ol[style] {
  padding-left: 1.5em;
}
.wysiwyg ol.horizontal-list {
  display: flex;
}
.wysiwyg ol.horizontal-list li {
  margin-right: 2.6rem;
}
.wysiwyg ul {
  list-style-position: outside;
  margin-bottom: 1.6rem;
  /*横並びリスト<ul> */
}
.wysiwyg ul[style] {
  padding-left: 1em;
}
.wysiwyg ul.horizontal-list {
  display: flex;
}
.wysiwyg ul.horizontal-list li {
  margin-right: 2.6rem;
}
.wysiwyg dl {
  margin-bottom: 1.6rem;
  /*横並び定義リスト <dl> */
}
.wysiwyg dl dt {
  background: #F2F2F2;
  display: inline-block;
  padding: 0.8rem 1.6rem;
}
.wysiwyg dl dd {
  padding: 0.8rem 0;
  margin-bottom: 0.8rem;
}
.wysiwyg dl.horizontal-list dt {
  float: left;
  margin-right: 2.4rem;
}
.wysiwyg .txt-indent {
  text-indent: 1em;
}
.wysiwyg blockquote {
  background: #F2F2F2;
  box-sizing: border-box;
  padding: 3.2rem;
  margin-bottom: 1.6rem;
}
.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: #0F41AF;
  text-decoration: underline;
  word-break: break-all;
}
.wysiwyg table {
  width: auto;
  border-collapse: collapse;
  border: 1px solid #F2F2F2;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 1.6rem;
}
.wysiwyg table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.8rem;
}
.wysiwyg table p {
  margin: 0;
}
.wysiwyg table tr th {
  color: #2D2D2E;
  background: #F2F2F2;
  border: 1px solid #B5B5B5;
  font-weight: bold;
  padding: 1.6rem;
}
.wysiwyg table tr td {
  background: #FFFFFF;
  border: 1px solid #B5B5B5;
  padding: 1.6rem;
}
.wysiwyg table .txt-justify {
  text-align-last: justify;
}
.wysiwyg table.table-center {
  margin: 0 auto 4rem;
}
.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;
  max-width: none;
  margin-bottom: 1.6rem;
}
.wysiwyg .table-scroll::-webkit-scrollbar {
  height: 5px;
}
.wysiwyg .table-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #F2F2F2;
}
.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 {
  background: #F2F2F2;
  box-sizing: border-box;
  padding: 3.2rem;
  margin-bottom: 1.6rem;
}
.wysiwyg q:before {
  content: '"';
}
.wysiwyg q:after {
  content: '"';
}
.wysiwyg q:lang(ja):before {
  content: "『";
}
.wysiwyg q:lang(ja):after {
  content: "』";
}
.wysiwyg q q:before {
  content: "'";
}
.wysiwyg q q:after {
  content: "'";
}
.wysiwyg q q:lang(ja):before {
  content: "「";
}
.wysiwyg q q:lang(ja):after {
  content: "」";
}
.wysiwyg cite {
  font-style: italic;
  font-family: Times New Roman, "ＭＳ Ｐゴシック";
}

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

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

-------------------------------------------------- */
.related-file,
.related-link {
  margin-bottom: 2.4rem;
}
.related-file a,
.related-link a {
  color: #2D2D2E;
  border: 1px solid #707070;
  border-radius: 12px;
  padding: 2.4rem 2.4rem 2.4rem 6.8rem;
  display: block;
  position: relative;
}
.related-file a:before,
.related-link a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  transform: translateY(-50%);
  z-index: 2;
}
.related-file a:hover,
.related-link a:hover {
  opacity: 0.7;
}

/* file */
.related-file a:before {
  background: url(../img/common/ico_file.svg) no-repeat center center/contain;
  width: 2rem;
  height: 2rem;
}

/* link */
.related-link a:before {
  background: url(../img/common/ico_link.svg) no-repeat center center/contain;
  width: 2rem;
  height: 2rem;
}
.related-link a[target=_blank]:before {
  background: url(../img/common/ico_blank.svg) no-repeat center center/contain;
}

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

ボタン

-------------------------------------------------- */
.btn-postback {
  text-align: center;
  max-width: 300px;
  margin: 6.4rem auto;
}
@media only screen and (max-width: 768px) {
  .btn-postback {
    max-width: 100%;
  }
}

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

form

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

input[type=text], input[type=number], input[type=date], input[type=tel], input[type=email], input[type=password] {
  /*font-size: 1.6rem;*/
  vertical-align: middle;
  width: 100%;
  background: #fff;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0.8rem;
  outline: none;
  font-weight: 400 !important;
}
@media only screen and (max-width: 768px) {
  input[type=text], input[type=number], input[type=date], input[type=tel], input[type=email], input[type=password] {
    padding: 0.8rem;
    font-size: 1.6rem;
  }
}
input[type=text]::placeholder, input[type=number]::placeholder, input[type=date]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder {
  color: #707070;
}

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

input[type=file] {
  margin-bottom: 0.8rem;
}

select {
  /*font-size: 1.6rem;*/
  width: 100%;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0.8rem;
}
@media only screen and (max-width: 768px) {
  select {
    padding: 1.6rem 0.8rem;
    font-size: 1.6rem;
  }
}
select option[selected],
select option[active] {
  color: #FFF;
  background: #000;
}

fieldset {
  border: none;
  display: block;
}
fieldset span {
  display: inline-flex;
  align-items: center;
  margin: 0 0.8rem 0.8rem 0;
}

textarea {
  font-size: 1.6rem;
  width: 100%;
  min-height: 7em;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-sizing: border-box;
  padding: 1.6rem;
  resize: vertical;
  outline: none;
}
@media only screen and (max-width: 768px) {
  textarea {
    padding: 0.8rem;
  }
}
textarea::placeholder {
  color: #707070;
}

button {
  cursor: pointer;
  color: #FFF;
  background: #2D2D2E;
  font-size: 100%;
  vertical-align: middle;
  border-radius: 10px;
  padding: 0.5rem 1.6rem;
}
@media only screen and (max-width: 768px) {
  button {
    font-size: 1.3rem;
  }
}

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

テキストサイズ

-------------------------------------------------- */
input.text-l,
select.text-l {
  width: 75%;
}

input.text-m,
select.text-m {
  width: 50%;
}

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

@media only screen and (max-width: 768px) {
  input.text-l,
  select.text-l,
  input.text-m,
  select.text-m {
    width: 100%;
    box-sizing: border-box;
  }
  input.text-s,
  select.text-s {
    width: 60%;
    box-sizing: border-box;
  }
  input.sp-text-l,
  select.sp-text-l {
    width: 100% !important;
    box-sizing: border-box;
  }
  input.sp-text-m,
  select.sp-text-m {
    width: 60% !important;
    box-sizing: border-box;
  }
  input.sp-text-s,
  select.sp-text-s {
    width: 30% !important;
    box-sizing: border-box;
  }
}
/* --------------------------------------------------

flow-area

-------------------------------------------------- */
.flow-area {
  margin-bottom: 4.8rem;
}
.flow-area .step-bar ul {
  text-align: center;
  display: flex;
  position: relative;
}
.flow-area .step-bar ul li {
  font-size: 1.4rem;
  font-weight: bold;
  text-indent: 0.1rem;
  letter-spacing: 0.1rem;
  list-style: none;
  position: relative;
  width: 33.3333333333%;
}
@media only screen and (max-width: 768px) {
  .flow-area .step-bar ul li {
    font-size: 1.2rem;
  }
}
.flow-area .step-bar ul li:after {
  content: "";
  background: #DADADA;
  width: calc(100% - 5em);
  height: 2px;
  position: absolute;
  top: 1.6em;
  left: calc(-50% + 2.5em);
  right: auto;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .flow-area .step-bar ul li:after {
    top: 1.3em;
  }
}
.flow-area .step-bar ul li:first-child:after {
  display: none;
}
.flow-area .step-bar ul li span {
  color: #2D2D2E;
  background: #F2F2F2;
  font-size: 1.8rem;
  display: inline-block;
  border-radius: 50%;
  padding: 0.6em 1em;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .flow-area .step-bar ul li span {
    font-size: 1.3rem;
  }
}
.flow-area .step-bar ul .visited:after {
  background: #0073BD;
}
.flow-area .step-bar ul .visited span {
  color: #FFF;
  background: #0073BD;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .flow-area .step-bar ul {
    width: 100%;
  }
  .flow-area .step-bar ul li {
    padding: 0 0.8rem;
  }
}
.flow-area .flow-part {
  display: flex;
  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: #2D2D2E;
  background: #F2F2F2;
  font-size: 1.6rem;
  line-height: 1.4;
  height: 100%;
  padding: 1.6rem;
  margin: 0 3.2rem 0 0;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .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.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p {
    font-weight: bold;
    text-align: center;
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
  }
  .flow-area .flow-part > div p:after {
    display: none;
  }
}
.flow-area .flow-part > div p span {
  font-weight: bold;
  display: block;
}
.flow-area .flow-part > div p:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 1.7em solid #F2F2F2;
  border-top: 3.5em solid transparent;
  border-bottom: 3.5em solid transparent;
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.5em;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p:after {
    display: none;
  }
}
.flow-area .flow-part > div.visited p {
  color: #FFF;
  background: #0073BD;
}
.flow-area .flow-part > div.visited p:after {
  border-left: 1.6em solid #0073BD;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #F2F2F2;
    display: block;
    margin: 0 auto 0.8rem;
  }
  .flow-area .flow-part > div.visited:after {
    border-top: 10px solid #0073BD;
  }
  .flow-area .flow-part > div:last-child:after {
    display: none;
  }
}

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

error-area

-------------------------------------------------- */
.error-area {
  color: #D50000;
  background: #F9EBEB;
  border: 1px solid #D50000;
  font-size: 1.4rem;
  padding: 1.6rem 2.4rem;
  margin-bottom: 4.8rem;
}
.error-area .ttl {
  margin-bottom: 2.4rem;
}
.error-area a {
  color: #D50000;
  text-decoration: underline;
}

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

form-area

-------------------------------------------------- */
.form-area p.txt-error {
  color: #D50000;
  font-size: 1.4rem;
  scroll-margin-top: 4em;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .form-area p.txt-error {
    scroll-margin-top: 5em;
  }
}
.form-area p.txt-ex {
  color: #707070;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}
.form-area p.txt-upload {
  color: #707070;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}
.form-area strong.txt-required {
  color: #FFF;
  background: #D50000;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  padding: 0.4rem 0.8rem;
  margin: 0 0.8rem;
}
.form-area .table-form > dl > dt,
.form-area .table-form > div > dt {
  background: #F2F2F2;
  font-weight: bold;
  text-align: left;
  padding: 0.8rem 1.6rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > dt,
  .form-area .table-form > div > dt {
    width: 100%;
    min-width: auto;
  }
}
.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 {
  background: #F2F2F2;
  text-align: left;
  display: block;
  padding: 0.8rem 1.6rem;
  margin-bottom: 1.6rem;
}
@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: auto;
  }
}
.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 {
  text-align: left;
  margin-bottom: 3.2rem;
}
@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%;
    display: block;
    border-bottom: none;
    box-sizing: border-box;
  }
}
.form-area .table-form > dl .right-fl > div,
.form-area .table-form > div .right-fl > div {
  margin-bottom: 1.6rem;
}
.form-area .table-form > dl .right-fl > div label,
.form-area .table-form > div .right-fl > div label {
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.form-area .table-form > dl .right-fl > div legend,
.form-area .table-form > div .right-fl > div legend {
  display: none;
}
.form-area .agree-part > p {
  margin-bottom: 0.8rem;
}
.form-area .agree-part .txt-error {
  margin-bottom: 1.6rem;
}
.form-area .agree-part .check-agree fieldset input {
  margin-right: 0.8rem;
  display: inline-block;
}
.form-area .agree-part .check-agree fieldset label {
  margin: 0;
}
@media only screen and (max-width: 420px) {
  .form-area .agree-part .check-agree fieldset label {
    width: calc(100% - 25px);
    margin: 0;
    vertical-align: text-top;
  }
}
.form-area .agree-part a:link,
.form-area .agree-part a:visited {
  text-decoration: underline;
}
.form-area.confirm .table-form > dl > dt,
.form-area.confirm .table-form > div > dt {
  margin-bottom: 1.6rem;
}
.form-area.confirm .table-form > dl > dd > dl > dt,
.form-area.confirm .table-form > div > dd > dl > dt {
  margin-bottom: 0.8rem;
}
.form-area.confirm .table-form > dl > dd > dl > dd,
.form-area.confirm .table-form > div > dd > dl > dd {
  margin-bottom: 1.6rem;
}
.form-area.confirm .table-form > dl > dd a,
.form-area.confirm .table-form > div > dd a {
  text-decoration: underline;
}
.form-area.confirm .table-form > dl > dd span,
.form-area.confirm .table-form > div > dd span {
  display: inline-block;
  margin: 0 1.6rem 0.8rem 0;
}
.form-area .complete-part {
  text-align: center;
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part {
    text-align: left;
  }
}
.form-area .complete-part .ttl-large {
  display: inline-block;
  margin: 4.8rem 0 4rem;
}
.form-area .complete-part .ttl-large::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part .ttl-large {
    margin: 1.6rem 0 1.5rem;
  }
}
.form-area .complete-part p {
  line-height: 2;
}
.form-area .complete-note ul li {
  margin-bottom: 3.2rem;
}
.form-area .btn-block {
  margin: 5.6rem 0;
}

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 #0073BD;
  border-radius: 100px;
  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;
  }
}
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.ds-legend legend {
  display: block;
}
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: #B5B5B5;
}
fieldset.form-list.btn-icon span > label,
fieldset.form-list.btn-icon div > label {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  font-weight: bold;
  text-align: center;
  padding: 1em 1.5em;
  background: #FFF;
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@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 > span,
fieldset.form-list.btn-icon div > label > span {
  margin-top: 0.4em;
  line-height: 1.8rem;
}

.input-search fieldset {
  margin: 0;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #0073BD;
}
.input-search fieldset legend {
  display: none;
}
.input-search fieldset input {
  border: none;
  border-radius: 0;
  background: #FFF;
  flex: 1;
}
.input-search fieldset input::placeholder {
  color: #707070;
}
.input-search fieldset button {
  color: #FFF;
  padding: 0.5em 1em;
  border-radius: 0;
  border: none;
  background: #0073BD;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.input-search fieldset button:hover {
  opacity: 0.7;
}
.input-search fieldset button img {
  margin-right: 0.5em;
}

.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;
}

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

検索条件で絞り込む

-------------------------------------------------- */
@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;
  }
}

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

観光スポット/イベント　絞り込み検索

-------------------------------------------------- */
.search-block {
  position: relative;
  z-index: 2;
}
.search-block .search-btn-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .search-block .search-btn-sp {
    display: flex;
    align-items: stretch;
    gap: 0 1em;
    margin-bottom: 1em;
  }
}
.search-block .search-btn-sp .filter-block {
  flex: 1;
  background: #fff;
}
.search-block .search-btn-sp .filter-block > div {
  cursor: pointer;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #000;
  padding: 0.5em;
  position: relative;
}
.search-block .search-btn-sp .filter-block > div:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.3rem;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/ico_filter.svg) no-repeat center center/cover;
}
.search-block .search-btn-sp .sort-block {
  flex: 1;
  border: 1px solid #000;
  margin-bottom: 0;
  font-size: 1.6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.search-block .search-btn-sp .sort-block .ac-p {
  width: 100%;
}
.search-block form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
  position: relative;
  z-index: 0;
}
.search-block form.open {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em 1em;
  background: #fff;
  z-index: 20;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .search-block form {
    display: none;
    flex-wrap: wrap;
  }
}
.search-block form > .btn-close {
  display: none;
  position: relative;
}
.search-block form > .btn-close:before {
  content: "";
  background: url(../img/common/ico_clear.svg) no-repeat center center/contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: baseline;
  margin-right: 0.5em;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .search-block form > .btn-close {
    display: block;
    position: absolute;
    top: 1em;
    right: 1em;
  }
}
.search-block form .tab {
  display: flex;
  gap: 1em;
  position: relative;
  z-index: 0;
  flex: 1;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .search-block form .tab {
    flex-wrap: wrap;
    width: 100%;
    gap: 1em 0;
    order: 2;
  }
}
.search-block form .tab .search-label {
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
  background: #fff;
  border: 1px solid #B5B5B5;
  border-radius: 10px;
  padding: 1.6rem 3rem 1.6rem 1.6rem;
  flex: auto;
  min-width: 10rem;
  word-break: keep-all;
}
@media only screen and (max-width: 1100px) {
  .search-block form .tab .search-label > span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .search-block form .tab .search-label {
    text-align: center;
    background: #EFEFEF;
    border: none;
    border-radius: 0;
    padding: 1rem;
  }
  .search-block form .tab .search-label:first-of-type {
    border-radius: 25px 0 0 25px;
  }
  .search-block form .tab .search-label:nth-child(5) {
    border-radius: 0 25px 25px 0;
  }
  .search-block form .tab .search-label.active {
    color: #fff;
    position: relative;
    z-index: 0;
  }
  .search-block form .tab .search-label.active:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
    background: #000;
    z-index: -1;
  }
}
.search-block form .tab .search-label:after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(90deg);
  background: url(../img/common/ico_arrow_radius.svg) no-repeat center center/contain;
  transition: 0.3s all;
}
@media only screen and (max-width: 768px) {
  .search-block form .tab .search-label:after {
    content: none;
  }
}
.search-block form .tab .search-label.active:after {
  transform: translateY(-50%) rotate(-90deg);
}
.search-block form .tab .search-item {
  opacity: 0;
  background: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 0 2em 2em 2em;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .search-block form .tab .search-item {
    width: 100%;
    padding: 2em 1em 2em;
    position: relative;
    transform: none;
    order: 3;
  }
}
.search-block form .tab .search-item.open {
  display: block;
}
@media screen and (min-width: 769px) {
  .search-block form .tab .search-item.open {
    width: 90vw;
    top: 6rem;
    transform: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 1100px) {
  .search-block form .tab .search-item.open {
    max-width: 1080px;
  }
}
.search-block form .tab .search-item fieldset.form-list legend {
  display: none;
}
.search-block form .tab .search-item fieldset.form-list > span {
  width: calc(25% - 1.6rem);
}
@media only screen and (max-width: 768px) {
  .search-block form .tab .search-item fieldset.form-list > span {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .search-block form .tab .search-item .btn-base {
    font-size: 1.4rem;
  }
}
.search-block form .tab .search-item .btn-close {
  cursor: pointer;
  position: absolute;
  top: 0.8rem;
  right: 1.6rem;
}
.search-block form .tab .search-item .btn-close:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5em;
  background: url(../img/common/ico_clear.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .search-block form .tab .search-item .btn-close {
    display: none;
  }
}
.search-block form .tab .search-item .btn-calender-block {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1.6rem;
}
.search-block form .tab .search-item .btn-calender-block .btn-calender {
  color: #fff;
  background: #000;
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 0.5em 1em;
  display: block;
}
.search-block form .tab .search-item > * {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .search-block form .tab .search-item {
    display: none;
    width: 100%;
    padding: 2em 1em 2em;
    position: relative;
    transform: none;
    order: 3;
  }
}
.search-block form .tab .search-item.open {
  display: block;
  opacity: 1;
  pointer-events: inherit;
  transition: 0.3s all;
}
.search-block form .tab .search-item.open > *:not(.btn-close) {
  display: flex !important;
}
.search-block form .tab .search-item.open > .btn-close {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .search-block form .tab .search-item.open > .btn-close {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .search-block form .tab .search-item.open {
    width: 90vw;
    top: 6rem;
    transform: none;
    padding: 2em;
  }
}
@media screen and (min-width: 769px) and (min-width: 1100px) {
  .search-block form .tab .search-item.open {
    max-width: 1080px;
  }
}
@media only screen and (max-width: 768px) {
  .search-block form .keyword {
    width: 100%;
    order: 1;
  }
}
.search-block form .keyword label {
  display: none;
}
@media only screen and (max-width: 768px) {
  .search-block form .keyword label {
    display: block;
    margin-bottom: 0.8rem;
  }
}
.search-block form .keyword input {
  font-size: 1.6rem;
  border: 1px solid #B5B5B5;
  border-radius: 10px;
  padding: 1.6rem;
}
.search-block form > .btn-base.search {
  padding: 1.6rem 5.6rem;
  background: #0073BD;
  border-radius: 10px;
  min-width: auto;
  word-break: keep-all;
}
@media only screen and (max-width: 768px) {
  .search-block form > .btn-base.search {
    font-size: 1.4rem;
  }
}
.search-block form > .btn-base.search:before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .search-block form > .btn-base.search {
    width: 100%;
    margin: 0 auto;
    order: 4;
  }
}

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

header

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

#header {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 20;
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
#header .btn-lang {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 930px) {
  #header .btn-lang {
    justify-content: center;
  }
}
#header .btn-lang li {
  padding: 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 930px) {
  #header .btn-lang li {
    padding: 0 0.5em;
  }
}
#header .btn-lang li a {
  text-decoration: underline;
}
#header .btn-lang li:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotateZ(10deg);
}
#header .btn-lang li:last-child:after {
  display: none;
}
@media only screen and (max-width: 930px) {
  #header .btn-skip {
    display: none;
  }
}
#header .btn-skip a {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  width: 100%;
  background: #0073BD;
  text-decoration: none;
  padding: 1em;
  opacity: 1;
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 10;
}
#header .btn-skip a:hover {
  background: #000;
}
#header .btn-skip a:focus {
  opacity: 1;
  top: 0;
}
#header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
}
@media only screen and (max-width: 930px) {
  #header .header-wrap {
    justify-content: flex-start;
  }
  #header .header-wrap.active-h {
    position: fixed;
  }
}
#header .header-wrap .logo-h {
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 2;
}
@media only screen and (max-width: 930px) {
  #header .header-wrap .logo-h {
    grid-column: 1/3;
    order: 1;
    background: #fff;
    width: 100%;
  }
}
#header .header-wrap .logo-h a {
  display: block;
  padding: 1em;
}
@media only screen and (max-width: 930px) {
  #header .header-wrap .logo-h a {
    display: block;
    width: 70%;
    position: static;
  }
}
#header .header-wrap .logo-h a img {
  width: 264px;
}
@media only screen and (max-width: 1300px) {
  #header .header-wrap .logo-h a img {
    width: 200px;
  }
}
@media only screen and (max-width: 930px) {
  #header .header-wrap .logo-h a img {
    width: 230px;
  }
}
#header .header-wrap .header-contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 30rem);
}
@media only screen and (max-width: 1300px) {
  #header .header-wrap .header-contents {
    width: calc(100% - 24rem);
  }
}
@media only screen and (max-width: 930px) {
  #header .header-wrap .header-contents {
    width: unset;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
#header .header-wrap .function-block {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 100%;
  padding: 1em 0 0 0;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  order: 2;
}
@media only screen and (max-width: 930px) {
  #header .header-wrap .function-block {
    display: none;
    position: inherit;
  }
}
#header .header-wrap .function-block .btn-base {
  font-size: 1.8rem;
  min-width: unset;
  margin-right: 1.6rem;
}
@media only screen and (max-width: 1300px) {
  #header .header-wrap .function-block .btn-base {
    font-size: 1.4rem;
    margin-right: 0.8rem;
    padding: 1.6rem 3.2rem 1.6rem 2.4rem;
  }
}
@media only screen and (max-width: 930px) {
  #header .header-wrap .function-block .btn-base {
    width: 92%;
    padding: 1.6rem 4.8rem 1.6rem 3.2rem;
    margin: 0 auto 1.6rem auto;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1300px) {
  #header .header-wrap .function-block .btn-base.dot:after {
    width: 10px;
    height: 10px;
    right: 1.6rem;
  }
}
@media only screen and (max-width: 930px) {
  #header .header-wrap .function-block .btn-base.dot:after {
    width: 14px;
    height: 14px;
    right: 2.4rem;
  }
}
#header .header-wrap .function-block .recruit-list-h {
  display: flex;
  align-items: center;
  color: #fff;
  background: #2D2D2E;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 1rem 1rem 1rem 3.2rem;
  margin-right: 1.6rem;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  #header .header-wrap .function-block .recruit-list-h {
    font-size: 1.4rem;
    margin-right: 0.8rem;
  }
}
@media only screen and (max-width: 930px) {
  #header .header-wrap .function-block .recruit-list-h {
    font-size: 1.8rem;
    display: block;
    width: 92%;
    padding: 1rem;
    margin: 0 auto 1.6rem auto;
  }
}
#header .header-wrap .function-block .recruit-list-h dt {
  margin-right: 2.4rem;
}
@media only screen and (max-width: 930px) {
  #header .header-wrap .function-block .recruit-list-h dt {
    margin: 0 auto 0.8rem;
  }
}
#header .header-wrap .function-block .recruit-list-h dd {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 930px) {
  #header .header-wrap .function-block .recruit-list-h dd > p {
    width: 45%;
  }
}
#header .header-wrap .function-block .recruit-list-h dd .btn-base {
  font-size: 1.6rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 1300px) {
  #header .header-wrap .function-block .recruit-list-h dd .btn-base {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 930px) {
  #header .header-wrap .function-block .recruit-list-h dd .btn-base {
    font-size: 1.6rem;
    margin: 0 auto 0.8rem;
  }
}
#header .header-wrap .function-block .recruit-list-h dd .btn-base::after {
  background: #F18D00;
}
#header.up-h {
  animation: UpAnime 1s forwards;
}
@keyframes UpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-300%);
  }
}
#header.down-h {
  animation: DownAnime 1s forwards;
}
@keyframes DownAnime {
  from {
    transform: translateY(-105%);
  }
  to {
    transform: translateY(0);
  }
}
#header #navi {
  background: #fff;
  position: relative;
  order: 3;
}
@media only screen and (max-width: 930px) {
  #header #navi {
    width: 100%;
    height: 100%;
    padding: 3em 1em 1em;
    background: #000;
    display: none;
    position: absolute;
    z-index: 1;
  }
}
#header #navi .gnavi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi {
    display: block;
    margin-right: 0;
  }
}
#header #navi .gnavi > li {
  margin-right: 1.6rem;
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li {
    display: block;
    margin-right: 0;
  }
}
#header #navi .gnavi > li.active > .u-menu, #header #navi .gnavi > li.active.navi-hover {
  display: block;
}
#header #navi .gnavi > li > a,
#header #navi .gnavi > li > span {
  width: 100%;
  padding: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
#header #navi .gnavi > li > a:before,
#header #navi .gnavi > li > span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > a:before,
  #header #navi .gnavi > li > span:before {
    display: none;
  }
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > a,
  #header #navi .gnavi > li > span {
    padding: 1em 0.3em 1.2em 0.3em;
    border: none;
    justify-content: center;
    position: relative;
  }
  #header #navi .gnavi > li > a:after,
  #header #navi .gnavi > li > span:after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    background: url(../img/common/ico_arrow_square.svg) no-repeat center center/contain;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
  }
}
#header #navi .gnavi > li > a:hover,
#header #navi .gnavi > li > span:hover {
  color: #2D2D2E;
}
#header #navi .gnavi > li > a:hover:before,
#header #navi .gnavi > li > span:hover:before {
  background: #f18d00;
  transform: translateY(-50%) scale(1.4);
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > a:hover,
  #header #navi .gnavi > li > span:hover {
    border: none;
  }
}
#header #navi .gnavi > li > a.to-lower,
#header #navi .gnavi > li > span.to-lower {
  position: relative;
  cursor: pointer;
}
#header #navi .gnavi > li > a.to-lower:after,
#header #navi .gnavi > li > span.to-lower:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 1rem;
  background: url(../img/common/ico_arrow_square.svg) no-repeat center center/contain;
  transform: rotateZ(90deg);
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > a.to-lower:after,
  #header #navi .gnavi > li > span.to-lower:after {
    content: "";
    width: 1em;
    height: 0.2em;
    margin: 0;
    background: #000;
    top: 50%;
    right: 0.5em;
    border: none;
    transform: translateY(-50%) rotateZ(0);
  }
  #header #navi .gnavi > li > a.to-lower:before,
  #header #navi .gnavi > li > span.to-lower:before {
    content: "";
    width: 0.2em;
    height: 1em;
    margin: 0;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0.9em;
    transform: translateY(-50%) rotateZ(0);
  }
  #header #navi .gnavi > li > a.to-lower.active:before,
  #header #navi .gnavi > li > span.to-lower.active:before {
    content: none;
  }
}
#header #navi .gnavi > li > a.to-lower.active + .u-menu,
#header #navi .gnavi > li > span.to-lower.active + .u-menu {
  display: block;
}
#header #navi .gnavi > li > a.to-lower.active + .u-menu.navi-none,
#header #navi .gnavi > li > span.to-lower.active + .u-menu.navi-none {
  display: none;
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > a::after {
    content: none;
  }
}
#header #navi .gnavi > li > .u-menu {
  width: 100%;
  padding: 4rem 0;
  display: none;
  background: #f5f5f5;
  position: absolute;
  top: 55px;
  left: 0;
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > .u-menu {
    padding: 0;
    position: static;
    background: none;
  }
}
#header #navi .gnavi > li > .u-menu .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 5em;
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > .u-menu .inner {
    width: 100%;
  }
}
#header #navi .gnavi > li > .u-menu .inner .ttl-u-menu {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
#header #navi .gnavi > li > .u-menu .inner .btn-base {
  text-align: left;
}
#header #navi .gnavi > li > .u-menu .inner ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 2em;
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > .u-menu .inner ul {
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
  }
}
#header #navi .gnavi > li > .u-menu .inner ul li {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > .u-menu .inner ul li {
    width: auto;
    display: block;
    position: relative;
    margin-bottom: 0.2em;
  }
  #header #navi .gnavi > li > .u-menu .inner ul li:last-child {
    margin-bottom: 0;
  }
}
#header #navi .gnavi > li > .u-menu .inner ul li.no-arrow a:before {
  content: none;
}
#header #navi .gnavi > li > .u-menu .inner ul li.no-arrow a:after {
  content: none;
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > .u-menu .inner ul li.no-arrow a:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    position: absolute;
    top: 50%;
    left: 0.3em;
    transform: translateY(-50%);
    left: auto;
    right: 0.3em;
    background: url(../img/common/ico_arrow_square.svg) no-repeat center center/contain;
  }
}
#header #navi .gnavi > li > .u-menu .inner ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 2em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #header #navi .gnavi > li > .u-menu .inner ul li a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > .u-menu .inner ul li a {
    font-weight: normal;
  }
}
#header #navi .gnavi > li > .u-menu .inner ul li a:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 50%;
  left: 0.3em;
  transform: translateY(-50%);
  border-radius: 50%;
  padding: 0.4rem;
  background: #0073BD url(../img/common/ico_arrow_w.svg) no-repeat center center/8px;
  z-index: 2;
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > .u-menu .inner ul li a:before {
    width: 0.5em;
    height: 0.5em;
    left: auto;
    right: 0.3em;
    background: url(../img/common/ico_arrow_square.svg) no-repeat center center/contain;
  }
}
#header #navi .gnavi > li > .u-menu .inner ul li a[target=_blank]:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 1em;
  right: 0;
  background: url(../img/common/ico_blank.svg) no-repeat center center/contain;
  z-index: 1;
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > .u-menu .inner ul li a {
    background: #e3e3e3;
    padding: 1em 3em 1em 1em;
    display: block;
  }
}
#header #navi .gnavi > li > .u-menu .inner ul li a:has(figure) {
  padding-left: 0;
  text-align: center;
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > .u-menu .inner ul li a:has(figure) {
    text-align: left;
    padding-left: 1em;
  }
}
#header #navi .gnavi > li > .u-menu .inner ul li a figure {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > .u-menu .inner ul li a figure {
    display: none;
  }
}
#header #navi .gnavi > li > .u-menu .inner ul.col2 {
  flex-wrap: wrap;
  gap: 1.5em 1em;
}
#header #navi .gnavi > li > .u-menu .inner ul.col2 li {
  width: calc(50% - 0.5em);
}
@media only screen and (max-width: 930px) {
  #header #navi .gnavi > li > .u-menu .inner ul.col2 li {
    width: 100%;
  }
}
#header.no-link {
  padding: 3em 1em 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #header.no-link .btn-skip a {
    display: none;
  }
}
#header.no-link .site-name {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header.no-link .site-name {
    font-size: 2rem;
  }
}
#header.no-link .logo-h {
  text-align: center;
}
#header.no-link .logo-h img {
  width: 30%;
  max-width: 264px;
}
@media only screen and (max-width: 768px) {
  #header.no-link .logo-h img {
    max-width: 200px;
  }
}
#header.fixed-h {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
}
@media only screen and (min-width: 789px) {
  #header.fixed-h #navi .gnavi li a {
    font-size: 1.6rem;
  }
  #header.fixed-h #navi .gnavi li .u-menu {
    top: 55px;
  }
}
@media only screen and (max-width: 1300px) {
  #header.fixed-h .header-wrap .logo-h img {
    width: 200px;
  }
}

/*　スマホボタン　*/
.btn-menu {
  display: none;
}
@media only screen and (max-width: 930px) {
  .btn-menu {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 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: 3px;
}
.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: 3.5em;
  display: block;
  font-size: 70%;
  width: 100%;
  margin-top: 0.2em;
  padding: 0 0.3em;
  background: none;
  border: none;
  display: block;
}

body.fixed-h #header {
  position: fixed;
  top: 0;
}
@media only screen and (min-width: 789px) {
  body.fixed-h #header {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 789px) {
  body.fixed-h #header .logo-h img {
    width: 130px;
  }
}
@media only screen and (min-width: 789px) {
  body.fixed-h #header #navi {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 68px;
    z-index: 20;
  }
}
@media only screen and (max-width: 930px) {
  body.fixed-body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body.fixed-body #header {
    overflow-y: scroll;
    height: 100vh;
    position: fixed;
    top: 0;
    background: #fff;
  }
  body.fixed-body #header .header-wrap {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 26rem 1fr;
    background: none;
  }
  body.fixed-body #header .header-wrap .header-contents {
    grid-template-rows: none;
    grid-template-columns: none;
    order: 2;
  }
  body.fixed-body #header .header-wrap .header-contents #navi {
    display: block;
    position: relative;
    background: none;
    width: 100%;
    height: 100%;
    grid-row: auto;
    grid-column: auto;
    order: 1;
  }
  body.fixed-body #header .header-wrap .header-contents .function-block {
    display: block;
    width: 100%;
    grid-row: auto;
    grid-column: auto;
    padding: 1em 0;
    order: 2;
  }
}
@media only screen and (max-width: 930px) and (max-width: 768px) {
  body.fixed-body #header .header-wrap .header-contents .function-block {
    padding: 1em 0 15em;
  }
}
@media only screen and (max-width: 930px) {
  body.fixed-body #header .btn-menu {
    top: 1em;
    transform: none;
  }
}

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

footer

-------------------------------------------------- */
#footer {
  color: #fff;
  background: #2D2D2E;
}
#footer .page-top {
  position: relative;
  z-index: 100;
}
#footer .page-top a {
  overflow: hidden;
  color: #FFF;
  width: 8rem;
  height: 8rem;
  line-height: 1.3;
  text-indent: -200px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #2D2D2E;
  border-radius: 50%;
  position: fixed;
  right: 3%;
  bottom: 5%;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  #footer .page-top a {
    font-size: 1.3rem;
  }
}
#footer .page-top a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #footer .page-top a {
    width: 6rem;
    height: 6rem;
    bottom: 1em;
  }
}
#footer .page-top a:before {
  content: "";
  width: 1.3em;
  height: 1.8em;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/common/ico_pagetop.svg) no-repeat center center/contain;
  display: block;
  transform: translate(-50%, -50%);
}
#footer .info-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 5.6rem 0 3.2rem;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer {
    flex-wrap: wrap;
  }
}
#footer .info-footer .logo-footer {
  width: 18.5rem;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .logo-footer {
    width: 100%;
  }
}
#footer .info-footer .logo-footer a {
  display: block;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .logo-footer a {
    max-width: 18.5rem;
    margin: 0 auto 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .logo-footer {
    margin: 0 auto 1rem;
  }
}
#footer .info-footer .address {
  min-width: 300px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .address {
    margin: 0 auto 2rem;
    margin-bottom: 2.4rem;
  }
}
#footer .info-footer .link-footer {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #F1F4FA;
  padding-left: 1.6rem;
}
@media only screen and (max-width: 1100px) {
  #footer .info-footer .link-footer {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .link-footer {
    display: block;
    width: 100%;
    border-top: 1px solid #F1F4FA;
    border-left: none;
    padding: 4rem 0 2.4rem;
  }
}
#footer .info-footer .link-footer ul li {
  padding: 0.8rem 1.6rem;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .link-footer ul li + li {
    border: none;
  }
}
#footer .info-footer .link-footer ul li a {
  color: #fff;
  font-size: 1.4rem;
  display: block;
}
#footer .info-footer .link-footer ul li a:hover {
  text-decoration: underline;
}
#footer .copy {
  font-size: 1.2rem;
  text-align: center;
  padding: 2.4rem 0;
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    padding: 2.4rem 1.6rem;
  }
}
#footer.no-link {
  padding: 2.4rem 0;
}

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

タイトル

-------------------------------------------------- */
/* page-ttl */
.page-ttl {
  background: url(../img/common/ttl_bg_recruit.jpg) no-repeat center center/cover;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 8rem 3.2rem;
  position: relative;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-ttl {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-ttl {
    padding: 3.2rem;
  }
}
.page-ttl:after {
  content: "";
  background: rgba(0, 115, 189, 0.52);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.page-ttl .ttl {
  color: #FFF;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-ttl .ttl span {
  font-size: 10rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-ttl .ttl span {
    font-size: 4.8rem;
  }
}
.page-ttl .ttl span:before {
  content: "";
  background: url(../img/common/ico_page_ttl.svg) no-repeat center center/contain;
  width: 86px;
  height: 86px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -30px;
  z-index: -1;
  animation: rotateAnime 5s linear infinite;
}
@media only screen and (max-width: 1100px) {
  .page-ttl .ttl span:before {
    width: 10vw;
    height: 10vw;
    max-width: 86px;
    max-height: 86px;
  }
}
@media only screen and (max-width: 768px) {
  .page-ttl .ttl span:before {
    width: 55px;
    height: 55px;
    left: -20px;
  }
}
.page-ttl.recruit {
  background: url(../img/common/ttl_bg_recruit.jpg) no-repeat center center/cover;
}
.page-ttl.about {
  background: url(../img/common/ttl_bg_about.jpg) no-repeat center center/cover;
}

/* ttl-large */
.ttl-large {
  color: #0073BD;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin: 12rem 0 8rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ttl-large {
    margin: 4.8rem 0 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-large {
    font-size: 2.6rem;
  }
}
.ttl-large::after {
  content: "";
  display: block;
  width: 66px;
  height: 18px;
  background: url(../img/common/ico_ttl_orange3.svg) no-repeat center center/contain;
  margin: 0.8rem auto;
}

/* ttl-small */
.ttl-small {
  color: #0073BD;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 6.4rem 0 3.2rem;
}
@media only screen and (max-width: 768px) {
  .ttl-small {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-small {
    margin: 4rem 0 2.4rem;
  }
}
.ttl-small.center {
  text-align: center;
}

/* ttl-border-b */
.ttl-border-b {
  border-bottom: 4px solid #0073BD;
  font-size: 2rem;
  font-weight: bold;
  padding: 1.6rem 0;
  margin: 2.4rem 0;
}
@media only screen and (max-width: 768px) {
  .ttl-border-b {
    font-size: 1.8rem;
  }
}

/* ttl-border-l */
.ttl-border-l {
  border-left: 7px solid #0073BD;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0.8rem 1.6rem;
  margin: 2.4rem 0;
}
@media only screen and (max-width: 768px) {
  .ttl-border-l {
    font-size: 1.6rem;
  }
}

/* ttl-qa */
.ttl-qa {
  font-family: "Barlow", sans-serif;
  color: #0073BD;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 8rem;
  margin: 3.2rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ttl-qa {
    margin: 2.4rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-qa {
    font-size: 2.8rem;
  }
}
.ttl-qa .ttl {
  padding-left: 2.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ttl-qa .ttl {
    font-size: 2.4rem;
  }
}
.ttl-qa .ttl::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/common/ico_ttl_orange.svg) no-repeat center center/contain;
  position: absolute;
  top: 2.2rem;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .ttl-qa .ttl::after {
    top: 1rem;
  }
}
.ttl-qa .question {
  color: #CAE2F0;
  font-size: 13rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .ttl-qa .question {
    font-size: 10rem;
  }
}

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

ボタン

-------------------------------------------------- */
/* btn-base */
a.btn-base,
button.btn-base {
  color: #2D2D2E;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  padding: 1.6rem 3.2rem;
  position: relative;
  min-width: 300px;
}
@media only screen and (max-width: 768px) {
  a.btn-base,
  button.btn-base {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  a.btn-base,
  button.btn-base {
    width: 100%;
    min-width: auto;
    padding: 1.6rem 2.4rem;
    margin: 0 auto;
  }
}
a.btn-base:hover,
button.btn-base:hover {
  opacity: 0.7;
}
a.btn-base.black,
button.btn-base.black {
  color: #FFF;
  background: #2D2D2E;
}
a.btn-base.blue,
button.btn-base.blue {
  color: #FFF;
  background: #0073BD;
}
a.btn-base.normal,
button.btn-base.normal {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 1.6rem 3.2rem;
}
a.btn-base.big,
button.btn-base.big {
  padding: 3.2rem 6.4rem;
  min-width: 520px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  a.btn-base.big,
  button.btn-base.big {
    min-width: 100%;
    padding: 2.4rem 4rem;
  }
}
a.btn-base.dot,
button.btn-base.dot {
  overflow: hidden;
  padding-right: 4.8rem;
}
@media only screen and (max-width: 768px) {
  a.btn-base.dot,
  button.btn-base.dot {
    padding-right: 4rem;
  }
}
a.btn-base.dot::after,
button.btn-base.dot::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #0073BD;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  a.btn-base.dot::after,
  button.btn-base.dot::after {
    right: 2rem;
  }
}
a.btn-base.dot.black:after,
button.btn-base.dot.black:after {
  background: #F18D00;
}
a.btn-base.dot.blue:after,
button.btn-base.dot.blue:after {
  background: #F18D00;
}
a.btn-base.dot.big::after,
button.btn-base.dot.big::after {
  right: 4rem;
}
@media only screen and (max-width: 768px) {
  a.btn-base.dot.big::after,
  button.btn-base.dot.big::after {
    right: 2rem;
  }
}
a.btn-base.dot:hover,
button.btn-base.dot:hover {
  opacity: 1;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}
a.btn-base.dot:hover::after,
button.btn-base.dot:hover::after {
  transform: translateY(-50%) scale(1.5);
}
@media only screen and (max-width: 768px) {
  a.btn-base.dot:hover::after,
  button.btn-base.dot:hover::after {
    transform: translateY(-50%) scale(1);
  }
}
a.btn-base.back:before,
button.btn-base.back:before {
  content: "";
  background: url(../img/common/ico_arrow_square.svg) no-repeat center center/contain;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  transform: translateY(-50%) rotate(180deg);
}
a.btn-base.arrow:after,
button.btn-base.arrow:after {
  content: "";
  background: url(../img/common/ico_arrow_square.svg) no-repeat center center/contain;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
}
a.btn-base.border,
button.btn-base.border {
  color: #2D2D2E;
  background: #FFF;
  border: 1px solid #B5B5B5;
}
a.btn-base.border:after,
button.btn-base.border:after {
  background: url(../img/common/ico_arrow_square.svg) no-repeat center center/contain;
}
a.btn-base.clear,
button.btn-base.clear {
  color: #5E606E;
  background: #FFF;
  vertical-align: middle;
  border: 1px solid #B5B5B5;
}
a.btn-base.print,
button.btn-base.print {
  color: #2D2D2E;
  background: #FFF;
  border: 1px solid #B5B5B5;
  position: relative;
}
a.btn-base.print:before,
button.btn-base.print:before {
  content: "";
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.6rem;
  display: inline-block;
  background: url(../img/common/ico_print.svg) no-repeat center center/contain;
  position: absolute;
  left: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}
a.btn-base.vision,
button.btn-base.vision {
  color: #FFF;
  background: #2D2D2E;
  border-radius: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 3.2rem 4rem 3.2rem 2.4rem;
  position: relative;
  overflow: hidden;
}
a.btn-base.vision:before,
button.btn-base.vision:before {
  content: "";
  width: 20.4rem;
  min-width: 20.4rem;
  height: 11.2rem;
  display: inline-block;
  background: url(../img/common/ico_logo.svg) no-repeat center center/contain;
  position: absolute;
  left: -1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
a.btn-base.vision::after,
button.btn-base.vision::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #F18D00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  a.btn-base.vision::after,
  button.btn-base.vision::after {
    right: 2.4rem;
  }
}
a.btn-base.vision:hover,
button.btn-base.vision:hover {
  opacity: 1;
}
a.btn-base.vision:hover::after,
button.btn-base.vision:hover::after {
  transform: translateY(-50%) scale(1.5);
}
@media only screen and (max-width: 768px) {
  a.btn-base.vision:hover::after,
  button.btn-base.vision:hover::after {
    transform: translateY(-50%) scale(1);
  }
}
a.btn-base.grayout,
button.btn-base.grayout {
  background: #DFDFDF;
  pointer-events: none;
}
a.btn-base.edit,
button.btn-base.edit {
  color: #2D2D2E;
  background: #F2F2F2;
}
a.btn-base.edit:after,
button.btn-base.edit:after {
  content: "";
  background: url(../img/common/ico_arrow_square.svg) no-repeat center center/contain;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  transform: translateY(-50%) rotate(180deg);
}
a.btn-base.search,
button.btn-base.search {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn-base.search:before,
button.btn-base.search:before {
  content: "";
  width: 1.2em;
  min-width: 1.2em;
  height: 1.2em;
  display: inline-block;
  background: url(../img/common/ico_search_w.svg) no-repeat center center/contain;
  margin-right: 1.6rem;
}

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

アイコン

-------------------------------------------------- */
.icon-new {
  color: #FFF;
  background: #D50000;
  border: 1px solid #D50000;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 1.6rem;
  margin: 0 0.8rem 0 1.6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .icon-new {
    margin: 0 0.8rem 0 0.8rem;
  }
}

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

カテゴリー

-------------------------------------------------- */
.category {
  color: #2D2D2E;
  background: #FFF;
  border: 1px solid #A3A3A3;
  border-radius: 100px;
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 1.6rem;
  margin: 0 0.8rem 0.8rem 0;
}
.category.color01 {
  color: #FFF;
  background: #111111;
  border-color: #111111;
}
.category.color02 {
  color: #0568BE;
  background: #FFF;
  border-color: #A3A3A3;
}
.category.color03 {
  color: #DD2E24;
  background: #FFF;
  border-color: #A3A3A3;
}
.category.color04 {
  color: #85144B;
  background: #FFF;
  border-color: #A3A3A3;
}
.category.color05 {
  color: #B10DC9;
  background: #FFF;
  border-color: #A3A3A3;
}
.category.color06 {
  color: #D71BAC;
  background: #FFF;
  border-color: #A3A3A3;
}
.category.color07 {
  color: #FFF;
  background: #B10DC9;
  border-color: #B10DC9;
}
.category.color08 {
  color: #FFF;
  background: #85144B;
  border-color: #85144B;
}
.category.color09 {
  color: #FFF;
  background: #DD2E24;
  border-color: #DD2E24;
}
.category.color10 {
  color: #FFF;
  background: #0568BE;
  border-color: #0568BE;
}
.category.color11 {
  color: #111111;
  background: #F012BE;
  border-color: #F012BE;
}
.category.color12 {
  color: #111111;
  background: #FFDC00;
  border-color: #FFDC00;
}
.category.color13 {
  color: #111111;
  background: #FF851B;
  border-color: #FF851B;
}
.category.color14 {
  color: #111111;
  background: #63CCFF;
  border-color: #63CCFF;
}
.category.color15 {
  color: #111111;
  background: #39CCCC;
  border-color: #39CCCC;
}
.category.color16 {
  color: #111111;
  background: #3D9970;
  border-color: #3D9970;
}
.category.color17 {
  color: #111111;
  background: #2ECC40;
  border-color: #2ECC40;
}
.category.color18 {
  color: #111111;
  background: #DB8D66;
  border-color: #DB8D66;
}
.category.color19 {
  color: #111111;
  background: #E5E8EB;
  border-color: #E5E8EB;
}
.category.color20 {
  color: #111111;
  background: #F3DAAA;
  border-color: #F3DAAA;
}

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

リストアイコン

-------------------------------------------------- */
.list-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.list-icon .icon-new {
  margin: 0 0.8rem 0.8rem 0;
}
.list-icon a:hover {
  opacity: 0.7;
}

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

バッジ

-------------------------------------------------- */
.badge {
  font-size: 1.6rem;
  text-align: center;
  line-height: 4rem;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  z-index: 2;
}
.badge.new {
  color: #FFF;
  background: #F18D00;
}
.badge.open {
  color: #FFF;
  background: #0073BD;
}
.badge.close {
  color: #FFF;
  background: #4E4E4E;
}
.badge.rank {
  color: #FFF;
  background: #0073BD;
}

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

背景

-------------------------------------------------- */
.bg-c {
  padding: 3.2rem 0;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .bg-c {
    padding: 1.6rem 0;
  }
}
.bg-c.inside {
  padding: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .bg-c.inside {
    padding: 1.6rem;
  }
}
.bg-c.gray {
  background: #F2F2F2;
}
.bg-c.white {
  background: #FFF;
}

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

リスト

-------------------------------------------------- */
/* list-num */
ol.list-num {
  margin: 1.6rem 0;
}
ol.list-num li {
  text-indent: -1.9em;
  padding-left: 2em;
  list-style-type: none;
  counter-increment: cnt;
  margin-bottom: 0.8rem;
}
ol.list-num li::before {
  content: "(" counter(cnt) ")";
  margin-right: 0.8rem;
}

/* list-circle */
.list-circle {
  list-style: disc;
  margin: 1.6rem 0;
}
.list-circle li {
  margin-left: 1.5em;
  margin-bottom: 0.8rem;
}

/* list-square */
.list-square {
  margin: 1.6rem 0;
}
.list-square li {
  padding-left: 1.5em;
  list-style-type: none;
  position: relative;
  margin-bottom: 0.8rem;
}
.list-square li::before {
  content: "";
  background: #0073BD;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: 0.45em;
  left: 0.4rem;
}

/* list-mark */
.list-mark {
  position: relative;
  padding-left: 1.5em;
  margin: 1.6rem 0;
}
.list-mark li {
  margin-bottom: 0.8rem;
}
.list-mark li .mark {
  position: absolute;
  left: 0;
}

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

パンくずリスト

-------------------------------------------------- */
.breadCrumbs {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1380px) {
  .breadCrumbs {
    width: 94%;
    max-width: 1080px;
  }
}
@media only screen and (max-width: 1100px) {
  .breadCrumbs {
    width: 92%;
  }
}
.breadCrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadCrumbs ul li {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 1.6rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .breadCrumbs ul li {
    font-size: 1.3rem;
  }
}
.breadCrumbs ul li a {
  vertical-align: middle;
  text-decoration: underline;
  margin-right: 0.8em;
}
.breadCrumbs ul li a[aria-current] {
  text-decoration: none;
}
.breadCrumbs ul li:after {
  content: "";
  background: url(../img/common/ico_arrow_radius.svg) no-repeat center center/contain;
  width: 0.5em;
  height: 0.8em;
  display: inline-block;
  vertical-align: middle;
}
.breadCrumbs ul li:last-child:after {
  display: none;
}

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

絞り込み

-------------------------------------------------- */
/* 検索条件 */
.conditions {
  display: flex;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .conditions {
    display: block;
  }
}
.conditions .paging-result {
  float: right;
  font-weight: bold;
}
.conditions dl {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .conditions dl {
    width: 100%;
    display: block;
  }
}
.conditions dl dt {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .conditions dl dt {
    margin: 0 0 1.6rem 0;
  }
}
.conditions dl dt:after {
  content: ":";
  display: inline-block;
  margin: 0 0.8rem;
}
.conditions dl dd .list-conditions {
  display: flex;
  flex-wrap: wrap;
}
.conditions dl dd .list-conditions li {
  margin: 0 0.8rem 0.8rem 0;
}
.conditions dl dd .list-conditions li a,
.conditions dl dd .list-conditions li span {
  font-size: 1.2rem;
  border: 1px solid #B5B5B5;
  border-radius: 100px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.conditions dl dd .list-conditions li span {
  padding: 0.5rem 1.6rem;
}
.conditions dl dd .list-conditions li a {
  padding: 0.5rem 3.2rem 0.5rem 1.6rem;
}
.conditions dl dd .list-conditions li a:before {
  content: "";
  background: url(../img/common/ico_clear.svg) no-repeat center center/contain;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .conditions .btn-delete {
    text-align: right;
  }
}
.conditions .btn-delete a {
  color: #fff;
  background: #2D2D2E;
  border-radius: 100px;
  font-size: 1.2rem;
  white-space: nowrap;
  padding: 0.5rem 3.2rem 0.5rem 1.6rem;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .conditions .btn-delete a {
    margin: 0.8rem 0;
    display: inline-block;
  }
}
.conditions .btn-delete a:before {
  content: "";
  background: url(../img/common/ico_clear_w.svg) no-repeat center center/contain;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  z-index: 2;
}

/* 並べ替え */
.sort-block {
  position: relative;
  text-align: right;
  margin-bottom: 2.4rem;
}
.sort-block .ac-p {
  background: #fff;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.sort-block .ac-p:before {
  content: "";
  background: url(../img/common/ico_sort.svg) no-repeat center center/contain;
  display: inline-block;
  width: 1.5rem;
  height: 1.3rem;
  margin-right: 0.8rem;
}
.sort-block .ac-c {
  display: none;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  z-index: 10;
  min-width: 9em;
}
@media only screen and (max-width: 768px) {
  .sort-block .ac-c {
    width: 100%;
  }
}
.sort-block .ac-c a {
  color: #2D2D2E;
  text-align: left;
  padding: 1.6rem 1.6rem 1.6rem 3.2rem;
  border-top: 1px solid #F2F2F2;
  display: block;
  position: relative;
}
.sort-block .ac-c a.active {
  background: #f5f5f5;
}
.sort-block .ac-c a.active:before {
  content: "";
  background: url(../img/common/ico_sort_check.svg) no-repeat center center/contain;
  display: inline-block;
  width: 0.9rem;
  height: 0.7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.6rem;
}
.sort-block .ac-c a:hover {
  background: #f5f5f5;
}

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

ページング、検索結果

-------------------------------------------------- */
.count-disp {
  display: block;
  margin-bottom: 1.6rem;
}
.count-disp.count-col {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .count-disp.count-col {
    display: block;
  }
}

.paging {
  /* 「検索単語」表示 */
  /* 件数表示 */
  /* ページング */
}
.paging .word {
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
.paging .word .search-word,
.paging .word .count {
  color: #2D2D2E;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .paging .word .search-word,
  .paging .word .count {
    font-size: 2rem;
  }
}
.paging .word .count {
  margin-right: 0.8rem;
}
.paging .count {
  color: #707070;
  margin-bottom: 2.4rem;
}
.paging .count span {
  margin: 0 0.8rem;
}
.paging .pagingIn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .paging .pagingIn {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.paging .pagingIn.center {
  justify-content: center;
}
.paging .pagingIn > span {
  margin-bottom: 0.8rem;
}
.paging span a {
  color: #000;
  background: #F2F2F2;
  border-radius: 100px;
  display: inline-block;
  padding: 0.8rem 1.55rem;
  margin: 0 0.8rem;
}
@media only screen and (max-width: 768px) {
  .paging span a {
    display: none;
  }
}
.paging span a:hover {
  color: #fff;
  background: #0073BD;
  opacity: 1;
}
.paging span a:hover:before {
  background: url(../img/common/ico_arrow_square_w.svg) no-repeat center center/contain;
}
.paging .current {
  color: #fff;
  background: #0073BD;
  display: inline-block;
  border-radius: 100px;
  padding: 0.8rem 1.55rem;
  margin: 0 0.8rem;
}
@media only screen and (max-width: 768px) {
  .paging .current {
    display: none;
  }
}
.paging .prev a,
.paging .next a {
  padding: 0.8rem 2.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .paging .prev a,
  .paging .next a {
    display: block;
  }
}
.paging .prev a:before,
.paging .next a:before {
  content: "";
  background: url(../img/common/ico_arrow_square.svg) no-repeat center center/contain;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.paging .prev a {
  padding-left: 4rem;
}
.paging .prev a:before {
  left: 1.6rem;
  transform: translateY(-50%) rotateZ(180deg);
}
.paging .next a {
  padding-right: 4rem;
}
.paging .next a:before {
  right: 1.6rem;
}

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

snsボタン

-------------------------------------------------- */
/* list-sns */
.list-sns {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .list-sns {
    justify-content: center;
  }
}
.list-sns li a {
  display: block;
  padding: 0.5em;
}
.list-sns li img {
  width: 40px;
}

/* share-block */
.share-block {
  background: #f6f6f9;
  padding: 1.6rem;
  width: fit-content;
}
@media only screen and (max-width: 1300px) {
  .share-block {
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 1100px) {
  .share-block {
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.share-block .btn-bookmark {
  color: #2D2D2E;
  background: #fff;
  border: none;
  border-radius: 50%;
  text-align: center;
  width: 8rem;
  height: 8rem;
  word-break: keep-all;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.8rem;
  margin: 0 auto;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .share-block .btn-bookmark {
    width: 6rem;
    height: 6rem;
  }
}
@media only screen and (max-width: 1100px) {
  .share-block .btn-bookmark {
    margin: 0;
    border: 1px solid #B5B5B5;
  }
}
@media only screen and (max-width: 1300px) {
  .share-block .btn-bookmark img {
    width: 100%;
    max-width: 16px;
    display: block;
  }
}
.share-block .btn-bookmark span {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .share-block > dl {
    display: flex;
    align-items: center;
  }
}
.share-block > dl dt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8rem;
  word-break: keep-all;
}
@media only screen and (max-width: 1100px) {
  .share-block > dl dt {
    margin: 0;
  }
}
.share-block > dl dd .list-sns {
  flex-direction: column;
}
@media only screen and (max-width: 1100px) {
  .share-block > dl dd .list-sns {
    flex-direction: unset;
  }
}
.share-block > dl dd .list-sns li {
  max-width: 3rem;
  margin: 0;
  margin-bottom: 2.4rem;
}
.share-block > dl dd .list-sns li:last-child {
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  .share-block > dl dd .list-sns li {
    margin: 0;
  }
}
.share-block.side-btn {
  position: relative;
  left: 0;
  z-index: 11;
}
@media only screen and (max-width: 1100px) {
  .share-block.side-btn {
    position: relative !important;
    bottom: 0 !important;
  }
}
.share-block.side-btn .list-sns li {
  max-width: none;
  margin-bottom: 0;
}
.share-block.fixed {
  position: fixed;
}

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

タブ

-------------------------------------------------- */
.tab-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.tab-list > li {
  margin-right: 2%;
  flex: 1;
  display: flex;
}
.tab-list > li:last-child {
  margin-right: 0;
}
.tab-list > li a {
  color: #fff;
  background: #000;
  width: 100%;
  padding: 1.6rem;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .tab-list > li a {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .tab-list > li a {
    padding: 0.8rem;
  }
}
.tab-list > li a:hover {
  opacity: 0.7;
}

/* tab-article */
.tab-article {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.tab-article > li {
  margin-right: 2%;
  min-width: 6.5em;
  display: flex;
}
.tab-article > li:last-child {
  margin-right: 0;
}
.tab-article > li a {
  border: 1px solid #B5B5B5;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 0.5rem 1.6rem;
  display: grid;
  place-content: center;
}
.tab-article > li a:hover, .tab-article > li a.active {
  color: #fff;
  background: #4E4E4E;
  border: 1px solid #4E4E4E;
}

/* tab-wrap */
.tab-wrap {
  position: relative;
}
.tab-wrap .tab-area {
  display: flex;
  justify-content: space-between;
}
.tab-wrap .tab-area > li {
  margin-right: 3%;
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .tab-wrap .tab-area > li {
    margin: 0 2%;
  }
}
.tab-wrap .tab-area > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .tab-wrap .tab-area > li:last-child {
    margin-right: 2%;
  }
}
.tab-wrap .tab-area > li a {
  font-size: 2rem;
  width: 100%;
  border-bottom: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .tab-wrap .tab-area > li a {
    font-size: 1.4rem;
  }
}
.tab-wrap .tab-area > li a.active {
  font-weight: bold;
  border-bottom: 3px solid #0073BD;
  position: relative;
  z-index: 1;
}

.tab-contents {
  padding: 4rem 0;
}
.tab-contents > div {
  display: none;
}
.tab-contents > div.active {
  display: block;
}

/* SP */
@media only screen and (max-width: 768px) {
  .sp-tab-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .sp-tab-btn > li {
    flex: auto !important;
    margin-bottom: 2%;
  }
  .sp-tab-btn.col2 > li {
    width: 48%;
  }
  .sp-tab-btn.col2 > li:nth-child(2n) {
    margin-right: 0;
  }
  .sp-tab-btn.col3 > li {
    width: 31.3333333333%;
  }
  .sp-tab-btn.col3 > li:nth-child(3n) {
    margin-right: 0;
  }
  .sp-tab-scroll {
    overflow: auto;
  }
  .sp-tab-scroll > li {
    white-space: nowrap;
  }
}
/* --------------------------------------------------

ボタン

-------------------------------------------------- */
.btn-block {
  margin: 2.4rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .btn-block {
    display: block;
  }
}
.btn-block p,
.btn-block button {
  margin: 0 1.2rem 2.4rem;
}
@media only screen and (max-width: 768px) {
  .btn-block p,
  .btn-block button {
    width: 90%;
    margin: 1.6rem auto;
  }
}
.btn-block.center {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .btn-block.center {
    display: block;
  }
}
.btn-block.right {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .btn-block.right {
    display: block;
  }
}
.btn-block.to-back {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .btn-block.to-back p,
  .btn-block.to-back button {
    margin: 0.5em auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .btn-block.to-back p,
  .btn-block.to-back button {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .btn-block.to-back button {
    order: 1;
  }
  .btn-block.to-back button.back, .btn-block.to-back button.edit, .btn-block.to-back button.clear {
    order: 2;
  }
  .btn-block.to-back p {
    order: 2;
  }
}
.btn-block.to-clear {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .btn-block.to-clear p,
  .btn-block.to-clear button {
    margin: 0.5em auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .btn-block.to-clear p,
  .btn-block.to-clear button {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .btn-block.to-clear button {
    order: 1;
  }
  .btn-block.to-clear button.back, .btn-block.to-clear button.edit, .btn-block.to-clear button.clear {
    order: 2;
  }
  .btn-block.to-clear p {
    order: 2;
  }
}
.btn-block.to-wide {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.btn-block.to-wide p,
.btn-block.to-wide button {
  flex: 1;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .btn-block.to-wide p,
  .btn-block.to-wide button {
    flex: auto;
    width: 100%;
  }
}

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

文章

-------------------------------------------------- */
/* sentence-block */
.sentence-block {
  margin-bottom: 4rem;
}
.sentence-block.center {
  text-align: center;
}
.sentence-block p {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .sentence-block p {
    font-size: 1.6rem;
  }
}
.sentence-block p.mb0 {
  margin-bottom: 0rem;
}
.sentence-block p.indent {
  text-indent: 1em;
}
.sentence-block a {
  text-decoration: underline;
}

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

スクロールバー付きテキスト

-------------------------------------------------- */
.scroll-text {
  background: #F2F2F2;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 2.4rem 3.2rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .scroll-text {
    padding: 1.6rem;
  }
}
.scroll-text > div {
  overflow-y: scroll;
  height: 160px;
  padding-right: 1em;
}
@media only screen and (max-width: 768px) {
  .scroll-text > div {
    height: 200px;
  }
}
.scroll-text > div p:not(:first-child) {
  margin-top: 1em;
}

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

画像ブロック

-------------------------------------------------- */
.pht-single {
  text-align: center;
  margin-bottom: 2em;
}
.pht-single img {
  border-radius: 30px;
  overflow: hidden;
}
.pht-single.no-radius img {
  border-radius: 0;
}
.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 > div {
  box-sizing: border-box;
}
.block-lr > div img {
  border-radius: 30px;
  overflow: hidden;
}
.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;
}
.list-thumb.col2 > li {
  width: 48%;
  margin: 0 4% 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: 23%;
  margin: 0 2.6666666667% 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% 0.8em 0 !important;
  }
  .list-thumb.sp-col02 > li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .list-thumb.sp-card > li {
    width: 100% !important;
    margin-right: 0;
  }
  .list-thumb.sp-card > li a {
    display: flex;
    align-items: flex-start;
  }
  .list-thumb.sp-card > li a > div.ph-part {
    width: 35%;
    min-width: 35%;
    margin: 0 5% 1.6rem 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .list-thumb.sp-card > li a > div.txt-part {
    padding: 0;
  }
}
.list-thumb.ratio-1-1 .ph-part {
  aspect-ratio: 1/1 !important;
  object-fit: contain !important;
}
.list-thumb.ratio-3-2 .ph-part {
  aspect-ratio: 3/2 !important;
  object-fit: contain !important;
}
.list-thumb.ratio-3-4 .ph-part {
  aspect-ratio: 3/4 !important;
  object-fit: contain !important;
}
.list-thumb.ratio-4-3 .ph-part {
  aspect-ratio: 4/3 !important;
  object-fit: contain !important;
}
.list-thumb.ratio-16-9 .ph-part {
  aspect-ratio: 16/9 !important;
  object-fit: contain !important;
}
.list-thumb li {
  position: relative;
}
.list-thumb li a {
  width: 100%;
  position: relative;
}
.list-thumb li a .ph-part,
.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-part {
  background: #e2e5ec;
  border-radius: 20px;
  aspect-ratio: 4/3;
  object-fit: contain;
  margin-bottom: 1.6rem;
}
.list-thumb li a .ph-part > 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: contain;
}
@media all and (-ms-high-contrast: none) {
  .list-thumb li a .ph-part > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.list-thumb li a .ph-part .add-parts > .txt-add {
  font-size: 1.4rem;
  background: #fff;
  width: 80%;
  padding: 0.8rem 1.6rem;
  opacity: 0;
  position: absolute;
  bottom: 4em;
  right: 0.6em;
  z-index: 2;
  display: block;
  transition: all 0.5s;
}
.list-thumb li a .ph-part .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: -0.9em;
  right: 0.8em;
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .list-thumb li a .ph-part .add-parts > .txt-add:before {
    bottom: -10px;
  }
}
.list-thumb li a .ph-part .add-parts > .btn-add {
  line-height: 1;
  padding: 0.5em;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
.list-thumb li a .ph-part .add-parts > .btn-add:hover + .txt-add, .list-thumb li a .ph-part .add-parts > .btn-add:focus + .txt-add {
  display: block;
  opacity: 1;
}
.list-thumb li a:hover .ph-part > img {
  transform: translate(-50%, -50%) scale(1.1);
}
.list-thumb li a .txt-part {
  padding: 0 0 1.6rem;
}
.list-thumb li a .txt-part .date {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}
.list-thumb li a .txt-part .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.list-thumb li a .txt-part .txt {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-thumb li a .txt-part .calendar {
  font-size: 1.3rem;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.6rem;
}
.list-thumb li a .txt-part .calendar:before {
  content: "";
  background: url(../img/common/ico_calendar.svg) no-repeat center center/contain;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: 1;
}
.list-thumb li a .txt-part .writer {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.list-thumb li a .txt-part .writer .w-ph {
  width: 50px;
  border-radius: 50%;
  margin-right: 1.6rem;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.list-thumb li a .txt-part .writer .w-ph 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 .txt-part .writer .w-ph img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.list-thumb li a .txt-part .writer .w-txt {
  font-size: 1.3rem;
}
.list-thumb li .fav-part {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 1;
}
.list-thumb li .fav-part .icon-fav {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: url(../img/common/ico_btn_off.svg) no-repeat center/18px auto, #fff;
  border: 1px solid #707070;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  padding: 0;
}
.list-thumb li .fav-part .icon-fav.active {
  background: url(../img/common/ico_btn_on.svg) no-repeat center/18px auto, #fff;
  display: none;
}
.list-thumb.ph-thumb > li {
  display: block;
}
.list-thumb.ph-thumb > li .ph-part {
  border-radius: 20px;
  position: relative;
  aspect-ratio: 4/3;
  object-fit: contain;
  overflow: hidden;
}
.list-thumb.ph-thumb > li .ph-part > 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: contain;
}
@media all and (-ms-high-contrast: none) {
  .list-thumb.ph-thumb > li .ph-part > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.list-thumb.ph-thumb > li .txt-part {
  padding: 1.6rem 0;
}
.list-thumb.ph-thumb > li .txt-part .date {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}
.list-thumb.ph-thumb > li .txt-part .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.list-thumb.ph-thumb > li .txt-part .txt {
  margin-bottom: 1.6rem;
}
.list-thumb.ph-thumb > li .txt-part .calendar {
  font-size: 1.3rem;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.6rem;
}
.list-thumb.ph-thumb > li .txt-part .calendar:before {
  content: "";
  background: url(../img/common/ico_calendar.svg) no-repeat center center/contain;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: 1;
}
.list-thumb.ph-thumb > li .txt-part .btn-part .btn-base {
  min-width: 100%;
  padding: 1.6rem 4rem;
}
.list-thumb.info > li .txt-part .name {
  color: #0073BD;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 2.4rem;
  position: relative;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .list-thumb.info > li .txt-part .name {
    font-size: 1.8rem;
  }
}
.list-thumb.info > li .txt-part .name:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/common/ico_ttl_blue.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.list-thumb.info > li .txt-part .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .list-thumb.info > li .txt-part .txt {
    font-size: 1.4rem;
  }
}

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

コンテンツボックス

-------------------------------------------------- */
.contents-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
  margin: 4rem auto;
}
@media only screen and (max-width: 768px) {
  .contents-block {
    margin: 6.4rem auto;
  }
}
.contents-block.reverse {
  flex-direction: row-reverse;
}
.contents-block .ph-part,
.contents-block .txt-part {
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .contents-block .ph-part,
  .contents-block .txt-part {
    width: 100% !important;
  }
}
.contents-block .ph-part {
  width: calc(40% - 3.2rem);
  background: #e2e5ec;
  border-radius: 30px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.contents-block .ph-part > 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) {
  .contents-block .ph-part > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.contents-block .txt-part {
  width: 60%;
}
.contents-block .txt-part .ttl {
  color: #0073BD;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .contents-block .txt-part .ttl {
    font-size: 2.2rem;
  }
}
.contents-block .txt-part .ttl > span {
  color: #000;
  font-size: 1.9rem;
  display: block;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .contents-block .txt-part .ttl > span {
    font-size: 1.8rem;
  }
}
.contents-block .txt-part .sttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1.6rem;
  position: relative;
  margin-bottom: 1.6rem;
}
.contents-block .txt-part .sttl:after {
  content: "";
  background: #0073BD;
  display: block;
  width: 6rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

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

記事サイドバー

-------------------------------------------------- */
/* list-rank */
.list-rank {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-rank.ratio-1-1 .ph-part {
  aspect-ratio: 1/1 !important;
  object-fit: contain !important;
}
.list-rank.ratio-3-2 .ph-part {
  aspect-ratio: 3/2 !important;
  object-fit: contain !important;
}
.list-rank.ratio-3-4 .ph-part {
  aspect-ratio: 3/4 !important;
  object-fit: contain !important;
}
.list-rank.ratio-4-3 .ph-part {
  aspect-ratio: 4/3 !important;
  object-fit: contain !important;
}
.list-rank.ratio-16-9 .ph-part {
  aspect-ratio: 16/9 !important;
  object-fit: contain !important;
}
.list-rank > li {
  width: 100%;
  position: relative;
  margin: 1.6rem 0;
}
.list-rank > li:first-child {
  margin-top: 2.4rem;
}
.list-rank > li .badge {
  position: absolute;
  top: -20px;
  left: 0;
}
.list-rank > li a {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.list-rank > li a .ph-part,
.list-rank > li a .txt-part {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
}
.list-rank > li a .ph-part {
  background: #e2e5ec;
  border-radius: 10px;
  aspect-ratio: 4/3;
  object-fit: contain;
  width: 45%;
  min-width: 45%;
  margin-right: 2.4rem;
}
.list-rank > li a .ph-part > 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: contain;
}
@media all and (-ms-high-contrast: none) {
  .list-rank > li a .ph-part > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.list-rank > li a:hover .ph-part > img {
  transform: translate(-50%, -50%) scale(1.1);
}
.list-rank > li a .txt-part .ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.list-writer > li a {
  background: #F2F2F2;
  display: flex;
  align-items: center;
  padding: 2.4rem;
  margin-bottom: 1.6rem;
}
.list-writer > li a .ph-part {
  width: 35%;
  min-width: 35%;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  margin-right: 2.4rem;
}
.list-writer > li a .ph-part 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-writer > li a .ph-part img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.list-writer > li a .txt-part .name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.list-writer > li a .txt-part .txt {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

ライター

-------------------------------------------------- */
.writer-block {
  background: #F2F2F2;
  display: flex;
  align-items: center;
  padding: 3.2rem 4rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .writer-block {
    display: block;
    padding: 2.4rem 1.6rem;
  }
}
.writer-block .ph-part {
  width: 150px;
  min-width: 150px;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  margin-right: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .writer-block .ph-part {
    margin: 0 auto 2.4rem;
  }
}
.writer-block .ph-part 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) {
  .writer-block .ph-part img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.writer-block .txt-part {
  width: calc(100% - 180px);
}
@media only screen and (max-width: 768px) {
  .writer-block .txt-part {
    width: 100%;
  }
}
.writer-block .txt-part .name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.writer-block .txt-part .txt {
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}
.writer-block .btn-part {
  display: flex;
  flex-wrap: wrap;
}
.writer-block .btn-part > button,
.writer-block .btn-part > p {
  width: 48%;
  margin: 0 4% 1.6rem 0;
}
.writer-block .btn-part > button:nth-child(2n),
.writer-block .btn-part > p:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 1100px) {
  .writer-block .btn-part > button,
  .writer-block .btn-part > p {
    width: 100%;
    margin: 0;
    margin-bottom: 1.6rem;
  }
}
.writer-block .btn-part .btn-base {
  color: #2D2D2E;
  background: #fff;
  padding: 2.4rem;
  min-width: auto;
}
.writer-block .btn-part .btn-base.writer:before {
  content: "";
  background: url(../img/common/ico_arrow_square.svg) no-repeat center center/contain;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 1.6rem;
}
.writer-block .btn-part .btn-base.instagram:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/common/ico_instagram.svg) no-repeat center center/contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.6rem;
}

.post-writer {
  display: flex;
  align-items: center;
  margin: 1.6rem 0;
}
.post-writer .ph-part {
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  margin-right: 1.6rem;
}
.post-writer .ph-part 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) {
  .post-writer .ph-part img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.post-writer .txt-part {
  font-size: 1.3rem;
  width: calc(100% - 55px);
  display: flex;
}
@media only screen and (max-width: 768px) {
  .post-writer .txt-part {
    display: block;
    width: 100%;
  }
}
.post-writer .txt-part .name {
  margin-right: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .post-writer .txt-part .name {
    margin: 0;
  }
}

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

横並びブロック

-------------------------------------------------- */
.col-block {
  display: flex;
  flex-wrap: wrap;
  margin: 2.4rem 0;
}
.col-block .ph-part {
  width: 40%;
  margin-right: 5%;
  background: #e2e5ec;
  position: relative;
  aspect-ratio: 4/3;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .col-block .ph-part {
    width: 100%;
    margin-right: 0;
  }
}
.col-block .ph-part > 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: contain;
}
@media all and (-ms-high-contrast: none) {
  .col-block .ph-part > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.col-block .txt-part {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .col-block .txt-part {
    width: 100%;
  }
}
.col-block .txt-part .btn-block {
  margin-bottom: 0;
}
.col-block.reverse {
  flex-direction: row-reverse;
}
.col-block.reverse .ph-part {
  margin-right: 0;
  margin-left: 5%;
}
@media only screen and (max-width: 768px) {
  .col-block.reverse .ph-part {
    margin-left: 0;
  }
}
.col-block.overlap {
  position: relative;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .col-block.overlap {
    flex-wrap: wrap;
  }
}
.col-block.overlap .ph-part {
  width: 60%;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .col-block.overlap .ph-part {
    width: 100%;
  }
}
.col-block.overlap .txt-part {
  background: #fff;
  border-radius: 30px;
  width: 60%;
  padding: 3.2rem;
  margin: 3.2rem 0;
  margin-left: -20%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .col-block.overlap .txt-part {
    width: 100%;
    margin: -2em 0 2em !important;
  }
}
.col-block.overlap.reverse .txt-part {
  margin-left: 0;
  margin-right: -20%;
}
.col-block.ratio-1-1 .ph-part {
  aspect-ratio: 1/1 !important;
  object-fit: contain !important;
}
.col-block.ratio-3-2 .ph-part {
  aspect-ratio: 3/2 !important;
  object-fit: contain !important;
}
.col-block.ratio-3-4 .ph-part {
  aspect-ratio: 3/4 !important;
  object-fit: contain !important;
}
.col-block.ratio-4-3 .ph-part {
  aspect-ratio: 4/3 !important;
  object-fit: contain !important;
}
.col-block.ratio-16-9 .ph-part {
  aspect-ratio: 16/9 !important;
  object-fit: contain !important;
}

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

新着リスト

-------------------------------------------------- */
.list-article {
  margin-bottom: 8rem;
}
.list-article li a {
  padding: 2.4rem 0 1.6rem;
  border-bottom: 1px solid #B5B5B5;
  display: flex;
  position: relative;
}
.list-article li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .list-article li a {
    display: block;
  }
}
.list-article li.no-link {
  padding: 2.4rem 0 1.6rem;
  border-bottom: 1px solid #B5B5B5;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .list-article li.no-link {
    display: block;
  }
}
.list-article li .date-part {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .list-article li .date-part {
    display: block;
  }
}
.list-article li .date-part .date-post {
  font-weight: bold;
  text-decoration: none;
  margin-right: 1.6rem;
  min-width: 8em;
}
@media only screen and (max-width: 768px) {
  .list-article li .date-part .date-post {
    margin-right: 0;
  }
}
.list-article li .ttl {
  text-decoration: none;
  margin-bottom: 0.8rem;
}
.list-article li .txt {
  font-size: 1.4rem;
}

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

サイト内検索リスト

-------------------------------------------------- */
ul.list-search {
  margin-bottom: 4.8rem;
  margin-bottom: 4.8rem;
}
ul.list-search li {
  border-bottom: 1px solid #B5B5B5;
}
ul.list-search li a {
  font-size: 1.4rem;
  padding: 2.4rem 0;
  display: block;
}
ul.list-search li a .list-search-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 1.6rem;
}
ul.list-search li a:hover {
  text-decoration: underline;
}

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

spot-data

-------------------------------------------------- */
.spot-data {
  margin-bottom: 4rem;
}
.spot-data dl {
  background: #F2F2F2;
  border-bottom: 1px solid #B5B5B5;
  display: flex;
  flex-wrap: wrap;
}
.spot-data dl:first-child {
  border-top: 1px solid #B5B5B5;
}
.spot-data dl > dt {
  background: #F8F8F8;
  font-weight: bold;
  width: 18em;
  min-width: 18em;
  padding: 3.2rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #B5B5B5;
  border-right: 1px solid #B5B5B5;
}
@media only screen and (max-width: 768px) {
  .spot-data dl > dt {
    width: 8em;
    min-width: 8em;
    text-align: center;
    padding: 1.6rem 0.8rem;
  }
}
.spot-data dl > dd {
  background: #fff;
  width: calc(100% - 18em);
  padding: 2.4rem;
  margin-left: auto;
  border-right: 1px solid #B5B5B5;
}
@media only screen and (max-width: 768px) {
  .spot-data dl > dd {
    width: calc(100% - 8em);
    padding: 1.6rem;
  }
}
.spot-data dl > dd a {
  color: #0F41AF;
  text-decoration: underline;
}
.spot-data dl > dd a[target=_blank]:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 1em;
  right: 0;
  background: url(../img/common/ico_blank.svg) no-repeat center center/contain;
  z-index: 1;
}
.spot-data .spot-note {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 1.6rem;
  width: 100%;
}

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

地図

-------------------------------------------------- */
.access-block .access-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .access-block .access-map {
    padding-top: 60%;
  }
}
.access-block .access-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.access-block .btn-block {
  margin-bottom: 4rem;
}

.map-block .map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .map-block .map {
    padding-top: 60%;
  }
}
.map-block .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.list-mappin {
  display: flex;
  flex-wrap: wrap;
}
.list-mappin > li {
  font-size: 1.6rem;
  font-weight: bold;
  width: 23%;
  margin: 0 2.6666666667% 1em 0;
}
.list-mappin > li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list-mappin > li {
    width: 100% !important;
    margin-right: 0;
  }
}

.mappin {
  font-size: 1.6rem;
  font-weight: normal;
  width: 2em;
  height: 2em;
  color: #FFF;
  background: #0073BD;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.6rem;
}

.mappin-block {
  display: inline-block;
}

.view-block {
  margin-bottom: 4rem;
}
.view-block .view-map > .ac-list .view-ttl {
  background: #F2F2F2;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 2.4rem 4.8rem 2.4rem 2.4rem;
  position: relative;
}
.view-block .view-map > div:not(.ac-list) {
  background: #F3F9F9;
  padding: 4rem;
}
@media only screen and (max-width: 768px) {
  .view-block .view-map > div:not(.ac-list) {
    padding: 2.4rem;
  }
}
.view-block .view-map.toggle-arrow .view-ttl:after {
  content: "";
  width: 0.7rem;
  height: 1.4rem;
  background: url(../img/common/ico_arrow_square.svg) no-repeat center center/contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotateZ(90deg);
}
@media only screen and (max-width: 768px) {
  .view-block .view-map.toggle-arrow .view-ttl:after {
    right: 5%;
  }
}
.view-block .view-map.toggle-arrow .view-ttl.active:after {
  transform: translateY(-50%) rotateZ(-90deg);
}
.view-block .view-map.toggle-plus .view-ttl:before, .view-block .view-map.toggle-plus .view-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 10px;
}
.view-block .view-map.toggle-plus .view-ttl:before {
  width: 2rem;
  height: 0.3rem;
  right: 2rem;
}
@media only screen and (max-width: 768px) {
  .view-block .view-map.toggle-plus .view-ttl:before {
    right: 1.5rem;
  }
}
.view-block .view-map.toggle-plus .view-ttl:after {
  width: 0.3rem;
  height: 2rem;
  right: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .view-block .view-map.toggle-plus .view-ttl:after {
    right: 2.4rem;
  }
}
.view-block .view-map.toggle-plus .view-ttl.active:after {
  display: none;
}
.view-block .view-note {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 1.6rem;
  width: 100%;
}

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

category-block

-------------------------------------------------- */
.category-block {
  background: #F2F2F2;
  padding: 2.4rem 3.2rem 0;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .category-block {
    padding: 2.4rem 2.4rem 0;
  }
}
.category-block dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.category-block dl > dt {
  font-size: 1.8rem;
  font-weight: bold;
  width: 25%;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .category-block dl > dt {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.category-block dl > dd {
  width: 75%;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .category-block dl > dd {
    width: 100%;
  }
}
.category-block .btn-block {
  margin-bottom: 4rem;
}

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

よくある質問

-------------------------------------------------- */
.list-qa .col-qa {
  border-radius: 17px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 3.2rem;
}
.list-qa .col-qa .ac-list > .col-qa-ttl {
  color: #0073BD;
  background: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 2.4rem 6.4rem 2.4rem 4rem;
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa .ac-list > .col-qa-ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa .ac-list > .col-qa-ttl {
    padding: 2.4rem 4.8rem 2.4rem 2.4rem;
  }
}
.list-qa .col-qa .ac-list > .col-qa-ttl > :is(h1, h2, h3, h4, h5, h6) {
  display: flex;
}
.list-qa .col-qa .ac-list > .col-qa-ttl span {
  min-width: 18px;
  width: 18px;
  margin-right: 2.4rem;
}
.list-qa .col-qa > div:not(.ac-list) {
  padding: 1.6rem 4rem 4rem;
  display: flex;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa > div:not(.ac-list) {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa > div:not(.ac-list) {
    padding: 1.6rem 2.4rem 2.4rem;
  }
}
.list-qa .col-qa > div:not(.ac-list) span {
  min-width: 19px;
  width: 19px;
  margin-right: 2.4rem;
  margin-right: 2.4rem;
}
.list-qa .col-qa .sentence-block {
  margin: 0;
}
.list-qa.toggle-arrow .col-qa-ttl:after {
  content: "";
  width: 0.7rem;
  height: 1.4rem;
  background: url(../img/common/ico_arrow_square.svg) no-repeat center center/contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotateZ(90deg);
}
@media only screen and (max-width: 768px) {
  .list-qa.toggle-arrow .col-qa-ttl:after {
    right: 5%;
  }
}
.list-qa.toggle-arrow .col-qa-ttl.active:after {
  transform: translateY(-50%) rotateZ(-90deg);
}
.list-qa.toggle-plus .col-qa-ttl:before, .list-qa.toggle-plus .col-qa-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 10px;
}
.list-qa.toggle-plus .col-qa-ttl:before {
  width: 2rem;
  height: 0.3rem;
  right: 3rem;
}
@media only screen and (max-width: 768px) {
  .list-qa.toggle-plus .col-qa-ttl:before {
    right: 1.8rem;
  }
}
.list-qa.toggle-plus .col-qa-ttl:after {
  width: 0.3rem;
  height: 2rem;
  right: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .list-qa.toggle-plus .col-qa-ttl:after {
    right: 2.6rem;
  }
}
.list-qa.toggle-plus .col-qa-ttl.active:after {
  display: none;
}

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

バナーエリア

-------------------------------------------------- */
.list-bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em 2em;
}
@media only screen and (max-width: 768px) {
  .list-bnr {
    flex-wrap: wrap;
  }
}
.list-bnr li {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .list-bnr li {
    width: calc(50% - 1em);
  }
}
.list-bnr li a {
  aspect-ratio: 16/9;
  object-fit: contain;
}

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

サイトマップ

-------------------------------------------------- */
div.list-sitemap-td,
ul.list-sitemap-lr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.list-sitemap-td > ul > li > a,
div.list-sitemap-td > li > a,
ul.list-sitemap-lr > ul > li > a,
ul.list-sitemap-lr > li > a {
  border-top: 1px solid #B5B5B5;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2.4rem 3.2rem;
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  div.list-sitemap-td > ul > li > a,
  div.list-sitemap-td > li > a,
  ul.list-sitemap-lr > ul > li > a,
  ul.list-sitemap-lr > li > a {
    padding: 1.6rem 2.4rem 1.6rem 1.6rem;
    font-size: 1.6rem;
  }
}
div.list-sitemap-td > ul > li > a:after,
div.list-sitemap-td > li > a:after,
ul.list-sitemap-lr > ul > li > a:after,
ul.list-sitemap-lr > li > a:after {
  content: "";
  width: 1rem;
  height: 1.5rem;
  margin: 0 0.5em 0.2em auto;
  background: url(../img/common/ico_arrow_radius.svg) no-repeat center center/contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
}
div.list-sitemap-td > ul > li > a + .u-layer,
div.list-sitemap-td > li > a + .u-layer,
ul.list-sitemap-lr > ul > li > a + .u-layer,
ul.list-sitemap-lr > li > a + .u-layer {
  border-top: 1px solid #B5B5B5;
  padding: 0.8rem 0 0.8rem 3.2rem;
}
@media only screen and (max-width: 768px) {
  div.list-sitemap-td > ul > li > a + .u-layer,
  div.list-sitemap-td > li > a + .u-layer,
  ul.list-sitemap-lr > ul > li > a + .u-layer,
  ul.list-sitemap-lr > li > a + .u-layer {
    padding: 0.8rem 0 0.8rem 1.6rem;
  }
}
div.list-sitemap-td > ul > li > a + .u-layer li,
div.list-sitemap-td > li > a + .u-layer li,
ul.list-sitemap-lr > ul > li > a + .u-layer li,
ul.list-sitemap-lr > li > a + .u-layer li {
  margin: 2.4rem 0;
}
div.list-sitemap-td > ul > li > a + .u-layer li a,
div.list-sitemap-td > li > a + .u-layer li a,
ul.list-sitemap-lr > ul > li > a + .u-layer li a,
ul.list-sitemap-lr > li > a + .u-layer li a {
  font-weight: bold;
  display: block;
  padding-left: 4rem;
  position: relative;
}
div.list-sitemap-td > ul > li > a + .u-layer li a:before,
div.list-sitemap-td > li > a + .u-layer li a:before,
ul.list-sitemap-lr > ul > li > a + .u-layer li a:before,
ul.list-sitemap-lr > li > a + .u-layer li a:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 50%;
  left: 0.3em;
  transform: translateY(-50%);
  border-radius: 50%;
  padding: 0.4rem;
  background: #0073BD url(../img/common/ico_arrow_w.svg) no-repeat center center/8px;
  z-index: 2;
}

ul.list-sitemap-lr > li {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap-lr > li {
    width: 100%;
  }
}
ul.list-sitemap-lr > li:last-child {
  border-bottom: 1px solid #B5B5B5;
}
ul.list-sitemap-lr > li:nth-last-child(2) {
  border-bottom: 1px solid #B5B5B5;
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap-lr > li:nth-last-child(2) {
    border: none;
  }
}

div.list-sitemap-td > ul {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  div.list-sitemap-td > ul {
    width: 100%;
  }
}
div.list-sitemap-td > ul:nth-last-child(2) > li:last-child {
  border-bottom: 1px solid #B5B5B5;
}
@media only screen and (max-width: 768px) {
  div.list-sitemap-td > ul:nth-last-child(2) > li:last-child {
    border: none;
  }
}
/* --------------------------------------------------

404 503 メンテナンス

-------------------------------------------------- */
.static-wrap {
  text-align: center;
  margin: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .static-wrap {
    min-height: inherit;
  }
}
.static-wrap.border {
  border: 1px solid #707070;
  border-radius: 20px;
}
.static-wrap .page-ttl {
  background: none;
}
.static-wrap .static-ttl {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .static-wrap .static-ttl {
    font-size: 2.6rem;
  }
}
.static-wrap .static-txt {
  font-weight: bold;
  line-height: 1.8;
  margin: 0 1.6rem 5.6rem;
}

main:has(.static-wrap.border) + #footer {
  color: #2D2D2E;
  background: none;
}

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

テーブルスクロール

-------------------------------------------------- */
.table-data {
  border-collapse: collapse;
  border: 1px solid #B5B5B5;
}
.table-data.active {
  white-space: inherit;
}
.table-data caption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8rem;
}
.table-data tr th {
  color: #2D2D2E;
  background: #F2F2F2;
  border: 1px solid #B5B5B5;
  font-weight: bold;
  padding: 0.8rem;
}
.table-data tr td {
  background: #fff;
  border: 1px solid #B5B5B5;
  padding: 0.8rem;
}

@media only screen and (max-width: 1100px) {
  .table-scroll .table-data {
    width: auto;
    white-space: nowrap;
  }
}
.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 .scroll-table:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/pct_scrollhint.svg) no-repeat center center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.table-scroll .pct-scrollhint {
  display: none;
  font-size: 1.1rem;
  padding: 1em;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  border-radius: 10px;
  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;
  }
}

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

バックナンバー

-------------------------------------------------- */
.back-number {
  background: #F2F2F2;
  text-align: center;
  position: relative;
  padding: 1.6rem;
}
.back-number .back-number-ttl {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  padding: 0.8rem 0;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .back-number .back-number-ttl {
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
  }
  .back-number .back-number-ttl:before, .back-number .back-number-ttl:after {
    content: "";
    display: block;
    position: absolute;
    background: #000;
    border-radius: 10px;
  }
  .back-number .back-number-ttl:before {
    width: 20px;
    height: 3px;
    right: 25px;
    top: 1.5em;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .back-number .back-number-ttl:before {
    right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .back-number .back-number-ttl:after {
    width: 3px;
    height: 20px;
    right: 33px;
    top: 1.05em;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .back-number .back-number-ttl:after {
    right: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .back-number .back-number-ttl.active:after {
    display: none;
  }
}
.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: 0.8rem;
}
.back-number .list-year li a {
  padding: 1.6rem 0;
  display: block;
  background: #fff;
}

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

コンポーネント

-------------------------------------------------- */
.wrapper-layout {
  display: flex;
  justify-content: space-between;
}
.wrapper-layout .side-contents {
  width: 25%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout .side-contents {
    width: 100%;
  }
}
.wrapper-layout .side-contents .side-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 1.6rem 0;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout .side-contents .side-ttl {
    font-size: 2rem;
  }
}
.wrapper-layout .side-contents .side-block {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.wrapper-layout .main-contents {
  width: 72%;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout .main-contents {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper-layout {
    display: block;
  }
}

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

インタビュー

-------------------------------------------------- */
.mv-interview {
  position: relative;
  margin-bottom: 4rem;
}
.mv-interview .ph-part {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
  aspect-ratio: 15/7;
  object-fit: contain;
}
.mv-interview .ph-part > 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) {
  .mv-interview .ph-part > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.mv-interview .name-part {
  color: #FFF;
  background: linear-gradient(transparent 50%, #0073BD 50%);
  font-family: "Barlow", sans-serif;
  font-size: clamp(2.4rem, 4vw, 6.3rem);
  font-weight: 400;
  padding: 0 1.6rem;
  display: inline-block;
  position: absolute;
  right: 10%;
  bottom: 25%;
  z-index: 3;
}
@media only screen and (max-width: 1300px) {
  .mv-interview .name-part {
    right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .mv-interview .name-part {
    padding: 0 0.8rem;
    right: 0;
    bottom: 0;
  }
}
.mv-interview .txt-part {
  background: #FFF;
  min-width: 500px;
  padding: 2.4rem 8rem 3.2rem 5.6rem;
  position: absolute;
  left: 10%;
  bottom: 20%;
  z-index: 2;
}
@media only screen and (max-width: 1300px) {
  .mv-interview .txt-part {
    left: 5%;
  }
}
@media only screen and (max-width: 1100px) {
  .mv-interview .txt-part {
    min-width: auto;
    padding: 2.4rem 8rem 3.2rem 2.4rem;
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mv-interview .txt-part {
    padding: 1.6rem 2.4rem 3.2rem;
  }
}
.mv-interview .txt-part::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: url(../img/common/ico_ttl_orange.svg) no-repeat center center/contain;
  position: absolute;
  right: -5%;
  bottom: -10%;
  transform: translateY(-50%);
  z-index: -1;
  animation: 5s linear 0s infinite normal none running rotateAnime;
}
@media only screen and (max-width: 1300px) {
  .mv-interview .txt-part::after {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 1100px) {
  .mv-interview .txt-part::after {
    display: none;
  }
}
.mv-interview .txt-part .ttl {
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1100px) {
  .mv-interview .txt-part .ttl {
    font-size: 2.8rem;
  }
}
.mv-interview .txt-part .ttl span {
  font-family: "Barlow", sans-serif;
  color: #0073BD;
  font-size: 2rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .mv-interview .txt-part .ttl span {
    font-size: 1.8rem;
  }
}
.mv-interview .txt-part .ttl span::before {
  content: "Interview";
  color: #0073BD;
  font-family: "Barlow", sans-serif;
  font-size: 10rem;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
  width: 100%;
  position: absolute;
  left: 5.6rem;
  bottom: 100%;
}
@media only screen and (max-width: 1100px) {
  .mv-interview .txt-part .ttl span::before {
    font-size: 4rem;
    position: inherit;
  }
}
.mv-interview .txt-part .ttl span::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: url(../img/common/ico_ttl_orange.svg) no-repeat center center/contain;
  position: absolute;
  left: 1.6rem;
  bottom: 125%;
  transform: translateY(-50%);
  z-index: -1;
  animation: 5s linear 0s infinite normal none running rotateAnime;
}
@media only screen and (max-width: 1300px) {
  .mv-interview .txt-part .ttl span::after {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 1100px) {
  .mv-interview .txt-part .ttl span::after {
    width: 50px;
    height: 50px;
    top: 5%;
    bottom: auto;
  }
}
.mv-interview .txt-part > p {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .mv-interview .txt-part > p {
    font-size: 1.8rem;
  }
}

.others-area {
  background: #F2F2F2;
  border-radius: 160px 160px 0 0;
  width: 100vw;
  padding: 12rem calc(50vw - 50% + 8px) 8rem;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .others-area {
    border-radius: 80px 80px 0 0;
  }
}
.others-area > .bg-txt {
  color: #FFF;
  font-family: "Barlow", sans-serif;
  font-size: 24.3rem;
  font-weight: 600;
  line-height: 0.5;
  white-space: nowrap;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .others-area > .bg-txt {
    font-size: 12rem;
  }
}
.others-area .list-thumb {
  max-width: 720px;
  margin: 0 auto;
}

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

九電みらいエナジーで働く

-------------------------------------------------- */
.mv-information {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .mv-information {
    margin-bottom: 2.4rem;
  }
}
.mv-information .ph-part {
  width: 100%;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
  aspect-ratio: 15/7;
  object-fit: contain;
}
.mv-information .ph-part > 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) {
  .mv-information .ph-part > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.mv-information .txt-part {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .mv-information .txt-part {
    left: 5%;
  }
}
.mv-information .txt-part .ttl {
  color: #0073BD;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mv-information .txt-part .ttl {
    font-size: 2rem;
  }
}
.mv-information .txt-part .ttl span {
  color: #0073BD;
  font-family: "Barlow", sans-serif;
  font-size: 10rem;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
  width: 100%;
  position: absolute;
  left: 1.6rem;
  bottom: 100%;
}
@media only screen and (max-width: 1100px) {
  .mv-information .txt-part .ttl span {
    font-size: 6.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .mv-information .txt-part .ttl span {
    font-size: 4.8rem;
    position: inherit;
  }
}
.mv-information .txt-part .ttl::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: url(../img/common/ico_ttl_orange.svg) no-repeat center center/contain;
  position: absolute;
  left: -1.6rem;
  bottom: 250%;
  transform: translateY(-50%);
  z-index: -1;
  animation: 5s linear 0s infinite normal none running rotateAnime;
}
@media only screen and (max-width: 1100px) {
  .mv-information .txt-part .ttl::after {
    bottom: 110%;
  }
}
@media only screen and (max-width: 768px) {
  .mv-information .txt-part .ttl::after {
    width: 60px;
    height: 60px;
    top: 5%;
    left: -0.8rem;
    bottom: auto;
  }
}

/* msg-block */
.msg-block:after {
  content: "";
  display: block;
  clear: both;
}
.msg-block .ph-part {
  float: left;
  width: 48%;
  margin: 0 3.2rem 3.2rem 0;
  z-index: 10;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .msg-block .ph-part {
    width: 100%;
    margin: 0 0 3.2rem;
  }
}
.msg-block .txt-part {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.career-path-block figure {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .career-path-block figure {
    margin-bottom: 3.2rem;
  }
}

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

企業理念

-------------------------------------------------- */
.philosophy-block figure {
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
}
.philosophy-block figure img {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .philosophy-block figure img {
    max-width: 80%;
  }
}
.philosophy-block figure:before, .philosophy-block figure:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.philosophy-block figure:before {
  background: url(../img/common/deco_blue.png) no-repeat center center/cover;
  left: -40%;
  bottom: -40%;
  width: 40vw;
  height: 40vw;
}
@media only screen and (max-width: 1300px) {
  .philosophy-block figure:before {
    width: 60vw;
    height: 60vw;
    left: -30%;
  }
}
@media only screen and (max-width: 768px) {
  .philosophy-block figure:before {
    width: 60vw;
    height: 60vw;
    left: -20%;
    bottom: -50%;
  }
}
.philosophy-block figure:after {
  background: url(../img/common/deco_orange.png) no-repeat center center/cover;
  top: -30%;
  right: -30%;
  width: 30vw;
  height: 30vw;
}
@media only screen and (max-width: 1300px) {
  .philosophy-block figure:after {
    width: 50vw;
    height: 50vw;
    right: -30%;
  }
}
@media only screen and (max-width: 768px) {
  .philosophy-block figure:after {
    width: 50vw;
    height: 50vw;
    right: -20%;
  }
}

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

アニメーション

-------------------------------------------------- */
.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
  transform: translate(0, 50px);
}

.fade-in-time {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
  transform: translate(0, 50px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-left {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
  transform: translate(50px, 0);
}

.scroll-in-left {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-right {
  opacity: 0;
  transition-duration: 900ms;
  transition-property: opacity, transform;
  transform: translate(-50px, 0);
}

.scroll-in-right {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in-rotate {
  opacity: 0;
  transition-duration: 900ms;
  transition-property: opacity, transform;
  transform: rotateY(180deg);
}

.scroll-in-rotate {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes rotateAnime {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(180deg);
  }
}
/* --------------------------------------------------

スライダー共通

-------------------------------------------------- */
.slider-block .swiper-button-next,
.slider-block .swiper-button-prev {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  /*前後のスライドがない場合にボタンを非表示*/
}
.slider-block .swiper-button-next::before,
.slider-block .swiper-button-prev::before {
  content: "";
  width: 8rem;
  height: 8rem;
  background: #0073BD;
  position: absolute;
  border-radius: 50%;
  transition: all 0.3s;
}
@media only screen and (max-width: 1100px) {
  .slider-block .swiper-button-next::before,
  .slider-block .swiper-button-prev::before {
    width: 6rem;
    height: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .slider-block .swiper-button-next::before,
  .slider-block .swiper-button-prev::before {
    width: 3rem;
    height: 3rem;
  }
}
.slider-block .swiper-button-next::after,
.slider-block .swiper-button-prev::after {
  content: "";
  width: 3rem;
  height: 2rem;
  display: block;
  border: none;
  transform: rotate(0);
  background: url(../img/common/ico_arrow_w.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 1100px) {
  .slider-block .swiper-button-next::after,
  .slider-block .swiper-button-prev::after {
    width: 2.5rem;
    height: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .slider-block .swiper-button-next::after,
  .slider-block .swiper-button-prev::after {
    width: 2rem;
    height: 1rem;
  }
}
.slider-block .swiper-button-next.swiper-button-disabled,
.slider-block .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.slider-block .swiper-button-next {
  right: 4rem;
}
@media only screen and (max-width: 768px) {
  .slider-block .swiper-button-next {
    right: 1rem;
  }
}
.slider-block .swiper-button-prev {
  left: 4rem;
}
@media only screen and (max-width: 768px) {
  .slider-block .swiper-button-prev {
    left: 1rem;
  }
}
.slider-block .swiper-button-prev::after {
  transform: rotate(-180deg);
}
.slider-block .stopbtn {
  color: #FFF;
  background: #333;
  border-radius: 10px;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.2em 0.8em;
  display: block;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  z-index: 15;
  cursor: pointer;
}
.slider-block .stopbtn:hover {
  opacity: 1;
}
.slider-block .stopbtn:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border: none;
  background: url(../img/common/ico_play_w.svg) no-repeat center center/contain;
  margin-right: 0.5em;
}
.slider-block .stopbtn.stop:before {
  background: url(../img/common/ico_stop_w.svg) no-repeat center center/contain;
}
.slider-block .stopbtn02 {
  width: 2.5em;
  height: 2.5em;
  color: #FFF;
  text-indent: -200px;
  background: #0073BD;
  border: none;
  border-radius: 50%;
  padding: 0.5em;
  display: flex;
  align-items: center;
  position: absolute;
  left: 1em;
  bottom: 0.5em;
  z-index: 15;
}
.slider-block .stopbtn02.play::after, .slider-block .stopbtn02.stop::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/common/ico_stop_w.svg) no-repeat center center/contain;
}
.slider-block .stopbtn02.play::after {
  background: url(../img/common/ico_play_w.svg) no-repeat center center/contain;
}
.slider-block .btn-swiper {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0.5em;
  bottom: 0.5em;
  z-index: 15;
}
.slider-block .btn-swiper p + p {
  margin-left: 0.5em;
}
.slider-block .btn-swiper p button.btn {
  width: 2.5em;
  height: 2.5em;
  color: #FFF;
  background: #000;
  text-indent: -200px;
  padding: 0.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border: none;
}
@media only screen and (max-width: 768px) {
  .slider-block .btn-swiper p button.btn {
    width: 2em;
    height: 2em;
  }
}
.slider-block .btn-swiper p button.btn.play::after, .slider-block .btn-swiper p button.btn.stop::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  margin: 0 auto;
  background: url(../img/common/ico_stop_w.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .slider-block .btn-swiper p button.btn.play::after, .slider-block .btn-swiper p button.btn.stop::after {
    width: 0.6em;
    height: 0.6em;
  }
}
.slider-block .btn-swiper p button.btn.play::after {
  background: url(../img/common/ico_play_w.svg) no-repeat center center/contain;
}
.slider-block .btn-swiper p button.btn.active {
  background: #0073BD;
}
.slider-block .swiper-pagination-bullet-active {
  background: #000;
}

.slider-block {
  width: 100%;
  position: relative;
}
.slider-block .swiper .swiper-wrapper {
  height: auto;
}
.slider-block .swiper .swiper-slide {
  overflow: hidden;
}
.slider-block .swiper .swiper-slide img {
  width: 100%;
}

.slider-block.slider-ratio .swiper-slide > img,
.slider-block.slider-ratio .swiper-slide a > img {
  background: #e2e5ec;
  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: contain;
}
@media all and (-ms-high-contrast: none) {
  .slider-block.slider-ratio .swiper-slide > img,
  .slider-block.slider-ratio .swiper-slide a > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.slider-block.ratio-1-1 .swiper-slide {
  aspect-ratio: 1/1 !important;
  object-fit: contain !important;
}
.slider-block.ratio-3-2 .swiper-slide {
  aspect-ratio: 3/2 !important;
  object-fit: contain !important;
}
.slider-block.ratio-3-4 .swiper-slide {
  aspect-ratio: 3/4 !important;
  object-fit: contain !important;
}
.slider-block.ratio-4-3 .swiper-slide {
  aspect-ratio: 4/3 !important;
  object-fit: contain !important;
}
.slider-block.ratio-16-9 .swiper-slide {
  aspect-ratio: 16/9 !important;
  object-fit: contain !important;
}

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

各種スライダー

-------------------------------------------------- */
.slider-bnr {
  padding: 2em;
  background: #B5B5B5;
}
.slider-bnr .list-bnr {
  justify-content: flex-start;
}
.slider-bnr .list-bnr li {
  margin: 0;
  height: auto;
}
.slider-bnr .swiper-button-next {
  right: 0;
}
.slider-bnr .swiper-button-prev {
  left: 0;
}

.slider-thumb {
  margin: 2em 0;
}
.slider-thumb .slider-inner {
  position: relative;
  margin-bottom: 1.6rem;
}
.slider-thumb .list-thumb {
  margin-bottom: 2em;
  height: auto;
  flex-wrap: nowrap;
}
.slider-thumb .swiper-button-next {
  right: -1rem;
}
@media only screen and (max-width: 768px) {
  .slider-thumb .swiper-button-next {
    right: -0.5em;
  }
}
.slider-thumb .swiper-button-prev {
  left: -1rem;
}
@media only screen and (max-width: 768px) {
  .slider-thumb .swiper-button-prev {
    left: -0.5em;
  }
}

.gallery-top .swiper-slide > img,
.gallery-top .swiper-slide a > img {
  object-fit: cover !important;
}

.gallery-thumbs .swiper-slide > img {
  object-fit: cover !important;
}

.slider-thumb-vertical {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 80% 1fr;
  grid-template-areas: "left right";
}
@media only screen and (max-width: 1100px) {
  .slider-thumb-vertical {
    grid-template-columns: 73% 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .slider-thumb-vertical {
    display: block;
    height: auto;
  }
}
.slider-thumb-vertical .slider-inner {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  position: relative;
  margin-right: 7%;
  grid-area: left;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .slider-thumb-vertical .slider-inner {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.slider-thumb-vertical .gallery-thumbs {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  width: 100%;
  height: 600px;
  grid-area: right;
}
@media only screen and (max-width: 768px) {
  .slider-thumb-vertical .gallery-thumbs {
    width: 100%;
    height: auto;
  }
}
.slider-thumb-vertical .swiper-button-next {
  right: -1rem;
}
@media only screen and (max-width: 768px) {
  .slider-thumb-vertical .swiper-button-next {
    right: -0.5em;
  }
}
.slider-thumb-vertical .swiper-button-prev {
  left: -1rem;
}
@media only screen and (max-width: 768px) {
  .slider-thumb-vertical .swiper-button-prev {
    left: -0.5em;
  }
}

.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%;
  padding-bottom: 4em;
}
.slider-scroll-wrap .slider-scroll .swiper-button-next,
.slider-scroll-wrap .slider-scroll .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}
.slider-scroll-wrap .slider-scroll .swiper-button-next {
  left: 2.5em;
}
.slider-scroll-wrap .slider-scroll .swiper-button-prev {
  left: 0;
}
.slider-scroll-wrap .slider-scroll .swiper-button-next:before,
.slider-scroll-wrap .slider-scroll .swiper-button-prev:before,
.slider-scroll-wrap .slider-scroll .swiper-button-next:after,
.slider-scroll-wrap .slider-scroll .swiper-button-prev:after {
  display: 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,
  .slider-scroll-wrap .slider-scroll .swiper-button-next:after,
  .slider-scroll-wrap .slider-scroll .swiper-button-prev:after {
    display: block;
  }
}
.slider-scroll-wrap.ipad .slider-scroll {
  margin-right: 0;
}
.slider-scroll-wrap.ipad .slider-scroll .slider-block {
  max-width: 100%;
  padding-bottom: 4em;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next,
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev {
  top: auto;
  bottom: 0;
  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,
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next:after,
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev:after {
  display: block;
}
.slider-scroll-wrap.ipad .slider-scroll .list-scroll li {
  border: none;
}