@charset "UTF-8";
/**
 * Dart-Sass
 *
 * ビルトインモジュールについて
 * https://sass-lang.com/documentation/modules
 *
 * @import                => Sassの読み込みに利用不可（CSSの@import url()の利用は可能）
 * @use                   => 内容継承が不要の場合利用（global以外のuseは名前空間指定推奨。@useより前にCSSスタイル等の記述がある場合はエラー）
 * @forward               => 内容継承が必要の場合利用（@forwardより前にスタイル等の記述がある場合はエラー）
 * @include meta.load-css => 他Sassファイルを、ネストされたブロック内、またはスタイル記載後に読み込む場合利用
 *
**/
html,
body {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: inherit;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: inherit;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: #000;
}

a:visited, a:focus, a:active {
  color: #000;
}

a.decoration {
  text-decoration: underline;
}

a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: 0;
}

a:visited, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 16px;
}

a {
  color: #000;
}

a:visited, a:focus, a:active {
  color: #000;
}

@media only screen and (min-width: 1200px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

@media only screen and (min-width: 1200px) {
  .hoverOpacity {
    transition: opacity 0.3s ease 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.8;
  }
  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tabAlignL {
    text-align: left;
  }
  .tabAlignC {
    text-align: center;
  }
  .tabAlignR {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .spAlignL {
    text-align: left;
  }
  .spAlignC {
    text-align: center;
  }
  .spAlignR {
    text-align: right;
  }
}
#wrap {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
#wrap:before {
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  content: "";
  display: block;
  background-color: rgba(31, 31, 31, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#wrap.drawer:before {
  opacity: 1;
  z-index: 5000;
}
#wrap.drawer #headWrap {
  display: none;
}

#wrapInner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-sizing: border-box;
}

#headSearch {
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #headSearch {
    padding: 3.2552083333vw 0 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #headSearch {
    padding: 3.90625vw 0 5.2083333333vw;
  }
}
#headSearch .adBnrWrap {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #headSearch .adBnrWrap {
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #headSearch .adBnrWrap {
    margin-top: 3.90625vw;
  }
}

.searchBoxWrap {
  width: 100%;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.searchBoxWrap .searchBox .searchFormArea {
  position: relative;
}
.searchBoxWrap .searchBox .searchFormArea .searchFormAreaInput input {
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 50em;
  font-size: 14px;
  padding: 1em 1.5em;
  box-sizing: border-box;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .searchBoxWrap .searchBox .searchFormArea .searchFormAreaInput input {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .searchBoxWrap .searchBox .searchFormArea .searchFormAreaInput input {
    font-size: 3.6458333333vw;
  }
}
.searchBoxWrap .searchBox .searchFormArea .searchFormAreaBtn {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .searchBoxWrap .searchBox .searchFormArea .searchFormAreaBtn {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    right: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .searchBoxWrap .searchBox .searchFormArea .searchFormAreaBtn {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    right: 3.6458333333vw;
  }
}
.searchBoxWrap .searchBox .searchFormArea .searchFormAreaBtn input {
  width: 100%;
  height: 100%;
  background-color: #000;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) {
  .searchBoxWrap .searchBox .searchFormArea .searchFormAreaBtn input {
    transition: background-color 0.3s ease 0s;
  }
  .searchBoxWrap .searchBox .searchFormArea .searchFormAreaBtn input:hover {
    background-color: #56805D;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .searchBoxWrap .searchBox .searchFormArea .searchFormAreaBtn input {
    padding: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .searchBoxWrap .searchBox .searchFormArea .searchFormAreaBtn input {
    padding: 2.0833333333vw;
  }
}

@media only screen and (max-width: 1199px) {
  #globalNavWrap {
    width: 0;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #fff;
    overflow: hidden;
    box-shadow: -1px 0 6px rgba(0, 0, 0, 0.15);
    transition: width 0.3s ease 0s;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #globalNavWrap.drawerActive {
    width: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  #globalNavWrap.drawerActive {
    width: 80vw;
  }
}
#globalNavWrap #globalNav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  #globalNavWrap #globalNav {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #globalNavWrap #globalNav {
    width: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  #globalNavWrap #globalNav {
    width: 80vw;
  }
}
#globalNavWrap #globalNav #globalNavBody {
  box-sizing: border-box;
}
#globalNavWrap #globalNav #globalNavBodyInner {
  width: 100%;
  box-sizing: border-box;
}

#globalNavBtn {
  box-sizing: border-box;
  position: relative;
  z-index: 9002;
}
#globalNavBtn > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}
#globalNavBtn > a:before, #globalNavBtn > a:after,
#globalNavBtn > a > span {
  width: 40%;
  height: 2px;
  content: "";
  background-color: #1F1F1F;
  border-radius: 4px;
  display: block;
  transition: transform 0.3s ease 0s;
  position: absolute;
  left: 50%;
}
#globalNavBtn > a:before {
  transform: translateX(-50%);
  top: 33.333%;
}
#globalNavBtn > a:after {
  transform: translateX(-50%);
  bottom: 33.333%;
}
#globalNavBtn > a > span {
  transform: translate(-50%, -50%);
  top: 50%;
}
#globalNavBtn > a.drawerActive:before {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
#globalNavBtn > a.drawerActive:after {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
#globalNavBtn > a.drawerActive > span {
  opacity: 0;
}

#mainWrap {
  width: 100%;
  box-sizing: border-box;
}
#mainWrap #main {
  width: 100%;
  box-sizing: border-box;
}
#mainWrap #contents {
  width: 100%;
  box-sizing: border-box;
}

#footWrap {
  width: 100%;
  background-color: #000;
  box-sizing: border-box;
}
#footWrap #footer {
  position: relative;
}
#footWrap #copyright {
  width: 100%;
  box-sizing: border-box;
}
#footWrap #copyright > p {
  line-height: 1.2;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footWrap #copyright > p {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  #footWrap #copyright > p {
    font-size: 3.125vw;
  }
}

.mw_wp_form_input .inputH {
  display: none !important;
}

.mw_wp_form_confirm .confirmH {
  display: none !important;
}

.mw_wp_form_complete .thanksH {
  display: none !important;
}

#breadcrumbWrap {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #breadcrumbWrap {
    padding-top: 1.953125vw;
    padding-bottom: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  #breadcrumbWrap {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
}
.breadcrumb {
  overflow: hidden;
}

.breadcrumb > ul {
  width: 100%;
  margin-top: -0.4em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.breadcrumb > ul > li {
  line-height: 1.6;
  padding-left: 1em;
  margin-top: 0.4em;
  margin-right: 0.5em;
  font-size: 14px;
  color: #606060;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .breadcrumb > ul > li {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb > ul > li {
    font-size: 3.6458333333vw;
  }
}
.breadcrumb > ul > li:before {
  width: 0.42em;
  height: 0.71em;
  content: "";
  background-color: #606060;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg version="1.1" id="iconmonstr" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15 24" style="enable-background:new 0 0 15 24;" xml:space="preserve"><polygon id="arrow-25" points="0,3 3.057,0 15,12 3.057,24 0,21 9,12 "/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg version="1.1" id="iconmonstr" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15 24" style="enable-background:new 0 0 15 24;" xml:space="preserve"><polygon id="arrow-25" points="0,3 3.057,0 15,12 3.057,24 0,21 9,12 "/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.breadcrumb > ul > li:first-child {
  padding-left: 0;
}

.breadcrumb > ul > li:first-child:before {
  display: none;
}

.breadcrumb > ul > li:last-child {
  color: #a4a4a4;
}

.breadcrumb > ul > li.breadcrumb_home > a:before {
  width: 1em;
  height: 1em;
  content: "";
  margin-right: 0.25em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12.002" viewBox="0 0 13 12.002"><g transform="translate(-30 -12072)"><path d="M2446,9840l-3,0v-6h-2l6.5-6,6.5,6h-2v6h-3v-4.5a1.5,1.5,0,1,0-3,0v4.5Z" transform="translate(-2411 2244)" /></g></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12.002" viewBox="0 0 13 12.002"><g transform="translate(-30 -12072)"><path d="M2446,9840l-3,0v-6h-2l6.5-6,6.5,6h-2v6h-3v-4.5a1.5,1.5,0,1,0-3,0v4.5Z" transform="translate(-2411 2244)" /></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
}

.breadcrumb > ul > li span,
.breadcrumb > ul > li a {
  line-height: 1.6;
  vertical-align: top;
  display: inline-block;
  color: inherit;
}

.breadcrumb > ul > li span:visited, .breadcrumb > ul > li span:focus, .breadcrumb > ul > li span:active,
.breadcrumb > ul > li a:visited,
.breadcrumb > ul > li a:focus,
.breadcrumb > ul > li a:active {
  color: inherit;
}

.pagerArea {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #ddd;
}

.pagerArea a,
.pagerArea span {
  line-height: 1;
  padding: 1em;
  margin-top: -2px;
  font-size: 16px;
  border-top: 2px solid transparent;
  color: #1F1F1F;
  box-sizing: border-box;
  transition: border-color 0.3s ease 0s, color 0.3s ease 0s;
  position: relative;
}

.pagerArea a:visited, .pagerArea a:focus, .pagerArea a:active,
.pagerArea span:visited,
.pagerArea span:focus,
.pagerArea span:active {
  color: #1F1F1F;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pagerArea a,
  .pagerArea span {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagerArea a,
  .pagerArea span {
    font-size: 4.1666666667vw;
  }
}
.pagerArea a.current,
.pagerArea span.current {
  font-weight: bold;
  border-color: #1F1F1F;
}

.pagerArea a.dots,
.pagerArea span.dots {
  border: none;
}

.pagerArea a.next, .pagerArea a.prev,
.pagerArea span.next,
.pagerArea span.prev {
  display: none;
  padding-right: 0;
  padding-left: 0;
  border: none;
}

@media only screen and (min-width: 1200px) {
  .pagerArea a.next:hover, .pagerArea a.prev:hover,
  .pagerArea span.next:hover,
  .pagerArea span.prev:hover {
    color: #1F1F1F;
  }
  .pagerArea a.next:hover:visited, .pagerArea a.next:hover:focus, .pagerArea a.next:hover:active, .pagerArea a.prev:hover:visited, .pagerArea a.prev:hover:focus, .pagerArea a.prev:hover:active,
  .pagerArea span.next:hover:visited,
  .pagerArea span.next:hover:focus,
  .pagerArea span.next:hover:active,
  .pagerArea span.prev:hover:visited,
  .pagerArea span.prev:hover:focus,
  .pagerArea span.prev:hover:active {
    color: #1F1F1F;
  }
}
.pagerArea a.next:after, .pagerArea a.prev:after,
.pagerArea span.next:after,
.pagerArea span.prev:after {
  width: 0.8em;
  height: 1em;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg version="1.1" id="iconmonstr" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15 24" style="enable-background:new 0 0 15 24;"><polygon id="arrow-25" points="0,3 3.057,0 15,12 3.057,24 0,21 9,12 "/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg version="1.1" id="iconmonstr" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15 24" style="enable-background:new 0 0 15 24;"><polygon id="arrow-25" points="0,3 3.057,0 15,12 3.057,24 0,21 9,12 "/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.pagerArea a.prev:after,
.pagerArea span.prev:after {
  transform: rotate(180deg);
}

@media only screen and (min-width: 1200px) {
  .pagerArea a:hover {
    border-color: #1F1F1F;
  }
}
#notFound {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #notFound {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  #notFound {
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
}
#notFound.articleNotFound {
  padding-top: 0;
  padding-bottom: 0;
}

#notFound .notFoundInner > * {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #notFound .notFoundInner > * {
    margin-top: 3.6458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #notFound .notFoundInner > * {
    margin-top: 7.2916666667vw;
  }
}
#notFound .notFoundInner > *:first-child {
  margin-top: 0;
}

#notFound .notFoundInner > .titleArea + * {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #notFound .notFoundInner > .titleArea + * {
    margin-top: 1.6927083333vw;
  }
}
@media only screen and (max-width: 767px) {
  #notFound .notFoundInner > .titleArea + * {
    margin-top: 3.3854166667vw;
  }
}
#notFound .notFoundTitle {
  line-height: 1.6;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #1F1F1F;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #notFound .notFoundTitle {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  #notFound .notFoundTitle {
    font-size: 6.25vw;
  }
}
#notFound .notFoundBtn {
  min-width: 200px;
  line-height: 1.6;
  padding: 0.8em 5.33em 0.85em 1.5em;
  border: 1px solid #1F1F1F;
  border-radius: 10em;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.08em;
  overflow: hidden;
  color: #1F1F1F;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#notFound .notFoundBtn:visited, #notFound .notFoundBtn:focus, #notFound .notFoundBtn:active {
  color: #1F1F1F;
}

@media only screen and (min-width: 1200px) {
  #notFound .notFoundBtn {
    transition: color 0.3s ease 0s;
  }
  #notFound .notFoundBtn:before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: #1F1F1F;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #notFound .notFoundBtn:hover {
    color: #fff;
  }
  #notFound .notFoundBtn:hover:visited, #notFound .notFoundBtn:hover:focus, #notFound .notFoundBtn:hover:active {
    color: #fff;
  }
  #notFound .notFoundBtn:hover:before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #notFound .notFoundBtn {
    min-width: 0;
    font-size: 1.6927083333vw;
  }
}
@media only screen and (max-width: 767px) {
  #notFound .notFoundBtn {
    min-width: 0;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    font-size: 3.3854166667vw;
  }
}
#notFound .notFoundBtn:after {
  width: 0.66em;
  height: 0.58em;
  content: "";
  display: block;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.002" height="8.752" viewBox="0 0 10.002 8.752"><g transform="translate(-5 -5.624)"><path d="M10.183,5.808a.625.625,0,0,1,.885,0l3.75,3.75a.625.625,0,0,1,0,.885l-3.75,3.75a.626.626,0,1,1-.885-.885L13.491,10,10.183,6.692a.625.625,0,0,1,0-.885Z" /><path d="M5,10a.625.625,0,0,1,.625-.625H13.75a.625.625,0,0,1,0,1.25H5.625A.625.625,0,0,1,5,10Z" /></g></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.002" height="8.752" viewBox="0 0 10.002 8.752"><g transform="translate(-5 -5.624)"><path d="M10.183,5.808a.625.625,0,0,1,.885,0l3.75,3.75a.625.625,0,0,1,0,.885l-3.75,3.75a.626.626,0,1,1-.885-.885L13.491,10,10.183,6.692a.625.625,0,0,1,0-.885Z" /><path d="M5,10a.625.625,0,0,1,.625-.625H13.75a.625.625,0,0,1,0,1.25H5.625A.625.625,0,0,1,5,10Z" /></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1.5em;
  z-index: 1;
}

#notFound .notFoundBtn > span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  position: relative;
  z-index: 1;
}

.inner {
  width: 100%;
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inner {
    width: 92%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 92%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
}
.sectionWrap {
  width: 100%;
  box-sizing: border-box;
}

.sectionWrap .section {
  box-sizing: border-box;
}

.sectionWrap .section.hasBorderT {
  border-top: 1px solid #ddd;
}

.sectionWrap .sectionInner {
  padding-top: 120px;
  padding-bottom: 120px;
}

.sectionWrap .sectionInner.hasBorderT {
  border-top: 1px solid #ddd;
}

.sectionWrap .sectionInner.pTNone {
  padding-top: 0;
}

.sectionWrap .sectionInner.pBNone {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sectionWrap .sectionInner {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
  .sectionWrap .sectionInner.tabPTNone {
    padding-top: 0;
  }
  .sectionWrap .sectionInner.tabPBNone {
    padding-bottom: 0;
  }
  .sectionWrap .sectionInner.tabHasPT {
    padding-top: 7.8125vw;
  }
  .sectionWrap .sectionInner.tabHasPB {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .sectionWrap .sectionInner {
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
  .sectionWrap .sectionInner.spPTNone {
    padding-top: 0;
  }
  .sectionWrap .sectionInner.spPBNone {
    padding-bottom: 0;
  }
  .sectionWrap .sectionInner.spHasPT {
    padding-top: 15.625vw;
  }
  .sectionWrap .sectionInner.spHasPB {
    padding-bottom: 15.625vw;
  }
}
.sectionWrap .sectionInner.smallPd {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sectionWrap .sectionInner.smallPd.pTBig {
  padding-top: 120px;
}

.sectionWrap .sectionInner.smallPd.pBBig {
  padding-bottom: 120px;
}

.sectionWrap .sectionInner.smallPd.pTNone {
  padding-top: 0;
}

.sectionWrap .sectionInner.smallPd.pBNone {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sectionWrap .sectionInner.smallPd {
    padding-top: 6.5104166667vw;
    padding-bottom: 6.5104166667vw;
  }
  .sectionWrap .sectionInner.smallPd.tabPTNone {
    padding-top: 0;
  }
  .sectionWrap .sectionInner.smallPd.tabPBNone {
    padding-bottom: 0;
  }
  .sectionWrap .sectionInner.smallPd.tabHasPT {
    padding-top: 6.5104166667vw;
  }
  .sectionWrap .sectionInner.smallPd.tabHasPB {
    padding-bottom: 6.5104166667vw;
  }
  .sectionWrap .sectionInner.smallPd.tabHasPTBig {
    padding-top: 7.8125vw;
  }
  .sectionWrap .sectionInner.smallPd.tabHasPBBig {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .sectionWrap .sectionInner.smallPd {
    padding-top: 13.0208333333vw;
    padding-bottom: 13.0208333333vw;
  }
  .sectionWrap .sectionInner.smallPd.spPTNone {
    padding-top: 0;
  }
  .sectionWrap .sectionInner.smallPd.spPBNone {
    padding-bottom: 0;
  }
  .sectionWrap .sectionInner.smallPd.spHasPT {
    padding-top: 13.0208333333vw;
  }
  .sectionWrap .sectionInner.smallPd.spHasPB {
    padding-bottom: 13.0208333333vw;
  }
  .sectionWrap .sectionInner.smallPd.spHasPTBig {
    padding-top: 15.625vw;
  }
  .sectionWrap .sectionInner.smallPd.spHasPBBig {
    padding-bottom: 15.625vw;
  }
}
.contentsSectionWrap .contentTabWrap {
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #DDDDDD;
}

.contentsSectionWrap .contentTabWrap + .section {
  margin-top: 0;
}

.contentsSectionWrap .contentTabWrap .contentTabBtnWrap {
  display: flex;
  align-items: flex-end;
}

.contentsSectionWrap .contentTabWrap .contentTabBtnWrap .contentTabBtn {
  width: 50%;
  background-color: #fff;
  display: block;
  text-align: center;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  font-size: 16px;
  color: #969696;
  padding: 17px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .contentsSectionWrap .contentTabWrap .contentTabBtnWrap .contentTabBtn {
    padding: 1.953125vw 1.953125vw;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .contentsSectionWrap .contentTabWrap .contentTabBtnWrap .contentTabBtn {
    padding: 3.90625vw 3.90625vw;
    font-size: 4.1666666667vw;
  }
}
.contentsSectionWrap .contentTabWrap .contentTabBtnWrap .contentTabBtn.normal {
  border-right: none;
}

.contentsSectionWrap .contentTabWrap .contentTabBtnWrap .contentTabBtn.active {
  border-top: 3px solid #1F1F1F;
  padding: 20px;
  font-weight: bold;
  color: #2F384B;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .contentsSectionWrap .contentTabWrap .contentTabBtnWrap .contentTabBtn.active {
    padding: 2.34375vw 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  .contentsSectionWrap .contentTabWrap .contentTabBtnWrap .contentTabBtn.active {
    padding: 4.6875vw 3.90625vw;
  }
}
.contentsSectionWrap .contentTabWrap .contentTabBtnWrap .contentTabBtn.active + .normal {
  border-right: 1px solid #DDDDDD;
  border-left: none;
}

.contentsSectionWrap .section {
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  margin-top: 35px;
}

.contentsSectionWrap .section:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .contentsSectionWrap .section {
    margin-top: 4.5572916667vw;
  }
}
@media only screen and (max-width: 767px) {
  .contentsSectionWrap .section {
    box-shadow: none;
    border-top: 1px solid #DDDDDD;
    margin-top: 10.4166666667vw;
    padding-top: 10.4166666667vw;
  }
  .contentsSectionWrap .section:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.contentsSectionWrap .section .sectionInner {
  padding: 50px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .contentsSectionWrap .section .sectionInner {
    padding: 6.5104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .contentsSectionWrap .section .sectionInner {
    padding: 0;
  }
}
.contentsSectionWrap .section .sectionInner > * {
  margin-top: 50px;
}

.contentsSectionWrap .section .sectionInner > *:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .contentsSectionWrap .section .sectionInner > * {
    margin-top: 6.5104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .contentsSectionWrap .section .sectionInner > * {
    margin-top: 5.2083333333vw;
  }
}
.contentsSectionWrap .section .sectionDetailArea > * {
  margin-top: 30px;
}

.contentsSectionWrap .section .sectionDetailArea > *:first-child {
  margin-top: 0;
}

.footHowto {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footHowto {
    padding-top: 6.5104166667vw;
    padding-bottom: 6.5104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .footHowto {
    padding-top: 10.4166666667vw;
    padding-bottom: 10.4166666667vw;
    border-bottom: 1px solid #DDDDDD;
  }
}
.footHowto > * {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footHowto > * {
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .footHowto > * {
    margin-top: 5.2083333333vw;
  }
}
.footHowto > *:first-child {
  margin-top: 0;
}

.footHowto__bnrList {
  display: flex;
  flex-wrap: wrap;
}

.footHowto__bnrItem {
  width: 15.25%;
  margin-left: 1.7%;
}

.footHowto__bnrItem:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .footHowto__bnrItem {
    width: 48.33%;
    margin-top: 3.34%;
    margin-left: 3.34%;
  }
  .footHowto__bnrItem:nth-child(-n+2) {
    margin-top: 0;
  }
  .footHowto__bnrItem:nth-child(odd) {
    margin-left: 0;
  }
}
.footHowto__bnrItem a {
  display: block;
  border: 3px solid #CACACA;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .footHowto__bnrItem a {
    transition: opacity 0.3s ease 0s;
  }
  .footHowto__bnrItem a:hover {
    opacity: 0.7;
  }
}
.bold {
  font-weight: bold;
}

.color_black {
  color: #000;
}

.color_black:visited, .color_black:focus, .color_black:active {
  color: #000;
}

.color_black * {
  color: inherit;
}

.color_white {
  color: #fff;
}

.color_white:visited, .color_white:focus, .color_white:active {
  color: #fff;
}

.color_white * {
  color: inherit;
}

.color_baseColor {
  color: #1F1F1F;
}

.color_baseColor:visited, .color_baseColor:focus, .color_baseColor:active {
  color: #1F1F1F;
}

.color_baseColor * {
  color: inherit;
}

.color_required {
  color: #f81515;
}

.color_required:visited, .color_required:focus, .color_required:active {
  color: #f81515;
}

.color_required * {
  color: inherit;
}

.bg_white {
  background-color: #fff;
}

.bg_baseColor {
  background-color: #1F1F1F;
}

.bg_gray {
  background-color: #f7f7f7;
}

#header__logo {
  padding: 13px;
  background-color: #1F1F1F;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header__logo {
    padding: 1.6927083333vw;
  }
}
@media only screen and (max-width: 767px) {
  #header__logo {
    padding: 3.3854166667vw 0;
  }
}
#header__logoImg {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #header__logoImg {
    width: 63.8020833333vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  #header__logoImg img {
    width: 100%;
  }
}
#header__categoryNav {
  background-color: #F3F4F4;
}

@media only screen and (max-width: 767px) {
  #header__categoryNav .header__categoryNavInner {
    width: 100%;
  }
}
#footer__aboutNav {
  background-color: #fff;
}

#footer__otherNav {
  background-color: #1F1F1F;
}

.nav__headCate {
  position: relative;
  overflow: hidden;
}

.nav__headCateList {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav__headCateItem {
  margin-left: 2em;
}

.nav__headCateItem:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .nav__headCateItem {
    margin-left: 1.5em;
  }
}
.nav__headCateItem a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 1em 0;
}

@media only screen and (min-width: 1200px) {
  .nav__headCateItem a {
    transition: opacity 0.3s ease 0s;
  }
  .nav__headCateItem a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .nav__headCateItem a {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .nav__headCateItem a {
    white-space: nowrap;
    font-size: 3.125vw;
  }
}
.nav__headLoginBtn {
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .nav__headLoginBtn {
    background-color: #d5d5d5;
  }
}
.nav__headLoginBtn a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 1em 0 1em 2em;
  background-image: url(../images/icon/icon_login.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 0 center;
}

@media only screen and (min-width: 1200px) {
  .nav__headLoginBtn a {
    transition: opacity 0.3s ease 0s;
  }
  .nav__headLoginBtn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .nav__headLoginBtn a {
    background-image: none;
    padding: 1em;
    font-size: 3.125vw;
  }
}
.nav__headMenu {
  border-top: 1px solid #DDDDDD;
}

.nav__headMenuList {
  display: flex;
  flex-wrap: wrap;
}

.nav__headMenuItem {
  width: 20%;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  box-sizing: border-box;
}

.nav__headMenuItem:nth-child(5n) {
  border-right: none;
}

.nav__headMenuItem--blank a span {
  background-image: url(../images/icon/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 1.1em;
}

.nav__headMenuItem a {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .nav__headMenuItem a {
    transition: opacity 0.3s ease 0s;
  }
  .nav__headMenuItem a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .nav__headMenuItem a {
    height: 12.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.nav__headMenuItem a span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 1em 1.8em;
}

@media only screen and (max-width: 767px) {
  .nav__headMenuItem a span {
    background-image: none;
    padding: 0;
    font-size: 2.8645833333vw;
    line-height: 1.27;
    display: block;
  }
}
.nav__headMenuItem a span br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .nav__headMenuItem a span br {
    display: block;
  }
}
.nav__footAboutList {
  display: flex;
  justify-content: center;
  padding: 1em 0;
}

@media only screen and (max-width: 767px) {
  .nav__footAboutList {
    flex-wrap: wrap;
    padding: 9.1145833333vw 0;
    justify-content: flex-start;
  }
}
.nav__footAboutItem {
  border-left: 1px solid #DDDDDD;
}

.nav__footAboutItem:first-child {
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .nav__footAboutItem {
    width: 100%;
    margin-top: 0.8em;
    border-left: none;
  }
  .nav__footAboutItem:first-child {
    margin-top: 0;
  }
}
.nav__footAboutItem a {
  font-size: 15px;
  font-weight: bold;
  display: block;
  padding: 0 1em;
}

@media only screen and (min-width: 1200px) {
  .nav__footAboutItem a {
    transition: opacity 0.3s ease 0s;
  }
  .nav__footAboutItem a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .nav__footAboutItem a {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  .nav__footAboutItem a {
    font-size: 3.6458333333vw;
  }
}
.nav__footOther {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

@media only screen and (max-width: 1199px) {
  .nav__footOther {
    width: 90%;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .nav__footOther {
    padding: 3.90625vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav__footOther {
    padding: 9.1145833333vw 0;
  }
}
.nav__footOtherList {
  order: 1;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .nav__footOtherList {
    width: 75%;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .nav__footOtherList {
    order: 0;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nav__footOtherItem {
  margin-left: 3em;
}

.nav__footOtherItem:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .nav__footOtherItem {
    margin-top: 3%;
    margin-left: 2em;
  }
  .nav__footOtherItem:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav__footOtherItem {
    width: 100%;
    margin-left: 0;
    margin-top: 0.8em;
  }
  .nav__footOtherItem:first-child {
    margin-top: 0;
  }
}
.nav__footOtherItem a {
  color: #fff;
  font-size: 13px;
}

@media only screen and (min-width: 1200px) {
  .nav__footOtherItem a {
    transition: opacity 0.3s ease 0s;
  }
  .nav__footOtherItem a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .nav__footOtherItem a {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .nav__footOtherItem a {
    font-size: 3.6458333333vw;
  }
}
.nav__footCopyright {
  order: 0;
  color: #fff;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .nav__footCopyright {
    order: 1;
    width: 100%;
    margin-top: 7.8125vw;
  }
}
.columnListArea {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.columnList {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
  .columnList.column3 .columnBox {
    width: 26.6666666667%;
    margin-top: 10%;
    margin-left: 10%;
  }
  .columnList.column3 .columnBox:nth-child(-n+3) {
    margin-top: 0;
  }
  .columnList.column3 .columnBox:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .columnList.tabColumn2 .columnBox {
    width: 47%;
    margin-top: 6%;
    margin-left: 6%;
  }
  .columnList.tabColumn2 .columnBox:nth-child(-n+2) {
    margin-top: 0;
  }
  .columnList.tabColumn2 .columnBox:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .columnList.spColumn1 .columnBox {
    width: 100%;
    margin-top: 10.4166666667vw;
  }
  .columnList.spColumn1 .columnBox:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .columnList a.columnBox:hover .img {
    opacity: 0.8;
  }
  .columnList a.columnBox:hover .articleTitle {
    color: #1F1F1F;
  }
  .columnList a.columnBox:hover .articleTitle:visited, .columnList a.columnBox:hover .articleTitle:focus, .columnList a.columnBox:hover .articleTitle:active {
    color: #1F1F1F;
  }
}
.columnList .columnBox {
  box-sizing: border-box;
}

.columnList .columnBox > * {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .columnList .columnBox > * {
    margin-top: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  .columnList .columnBox > * {
    margin-top: 3.90625vw;
  }
}
.columnList .columnBox > *:first-child {
  margin-top: 0;
}

.columnList .columnBox .photo {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.columnList .columnBox .photo .category {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.columnList .columnBox .photo .img {
  width: 100%;
  height: 0;
  padding-top: 70.3125%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .columnList .columnBox .photo .img {
    transition: opacity 0.3s ease 0s;
  }
}
.columnList .columnBox .photo .img > img {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.columnList .columnBox .detail {
  width: 100%;
  box-sizing: border-box;
}

.columnList .columnBox .detail .detailInner > * {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .columnList .columnBox .detail .detailInner > * {
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .columnList .columnBox .detail .detailInner > * {
    margin-top: 5.2083333333vw;
  }
}
.columnList .columnBox .detail .detailInner > *:first-child {
  margin-top: 0;
}

.columnList .columnBox .detail .detailInner .articleTitle {
  line-height: 1.6;
  font-size: 16px;
}

@media only screen and (min-width: 1200px) {
  .columnList .columnBox .detail .detailInner .articleTitle {
    transition: color 0.3s ease 0s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .columnList .columnBox .detail .detailInner .articleTitle {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .columnList .columnBox .detail .detailInner .articleTitle {
    font-size: 4.1666666667vw;
  }
}
.column3List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .column3List.spColumn2 .column3List__item {
    width: 48.33%;
    margin-top: 7%;
    margin-left: 3.34%;
  }
  .column3List.spColumn2 .column3List__item:nth-child(-n+3) {
    margin-top: 7%;
  }
  .column3List.spColumn2 .column3List__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .column3List.spColumn2 .column3List__item:nth-child(odd) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .column3List.tabColumn2 .column3List__item {
    width: 48.33%;
    margin-top: 7%;
    margin-left: 3.34%;
  }
  .column3List.tabColumn2 .column3List__item:nth-child(-n+3) {
    margin-top: 7%;
  }
  .column3List.tabColumn2 .column3List__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .column3List.tabColumn2 .column3List__item:nth-child(odd) {
    margin-left: 0;
  }
}
.column3List .column3List__item {
  width: 30.66%;
  margin-top: 35px;
}

.column3List .column3List__item:nth-child(-n+3) {
  margin-top: 0;
}

.column1List.partition .column1List__item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #DDDDDD;
}

.column1List.partition .column1List__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .column1List.partition .column1List__item {
    margin-top: 2.6041666667vw;
    padding-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .column1List.partition .column1List__item {
    margin-top: 6.5104166667vw;
    padding-top: 6.5104166667vw;
  }
}
.column1List .column1List__item {
  margin-top: 40px;
}

.column1List .column1List__item:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .column1List .column1List__item {
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .column1List .column1List__item {
    margin-top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .pageLink_photoAndTitle:hover .photo {
    opacity: 0.8;
  }
  .pageLink_photoAndTitle:hover .title {
    text-decoration: underline;
  }
}
.pageLink_photoAndTitle > * {
  margin-top: 10px;
}

.pageLink_photoAndTitle > *:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .pageLink_photoAndTitle > * {
    margin-top: 2.6041666667vw;
  }
}
.pageLink_photoAndTitle .photo {
  width: 100%;
  height: 150px;
}

@media only screen and (min-width: 1200px) {
  .pageLink_photoAndTitle .photo {
    transition: opacity 0.3s ease 0s;
  }
}
@media only screen and (max-width: 767px) {
  .pageLink_photoAndTitle .photo {
    height: 28vw;
  }
}
.pageLink_photoAndTitle .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pageLink_photoAndTitle .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
}

@media only screen and (max-width: 767px) {
  .pageLink_photoAndTitle .title {
    margin-top: 2.6041666667vw;
    font-size: 3.3854166667vw;
  }
}
.pageLink_column2 {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) {
  .pageLink_column2:hover .photo {
    opacity: 0.8;
  }
  .pageLink_column2:hover .textWrap .title {
    text-decoration: underline;
  }
}
.pageLink_column2 .photo {
  width: 30.66%;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .pageLink_column2 .photo {
    transition: opacity 0.3s ease 0s;
  }
}
.pageLink_column2 .photo .category {
  background-color: #1f1f1f;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  padding: 0.3em 0.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageLink_column2 .photo .category {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageLink_column2 .photo .category {
    font-size: 3.125vw;
  }
}
.pageLink_column2 .textWrap {
  width: 66%;
}

.pageLink_column2 .textWrap > * {
  margin-top: 10px;
}

.pageLink_column2 .textWrap > *:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageLink_column2 .textWrap > * {
    margin-top: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageLink_column2 .textWrap > * {
    margin-top: 2.6041666667vw;
  }
}
.pageLink_column2 .textWrap .title {
  font-size: 20px;
  color: #56805D;
  font-weight: bold;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageLink_column2 .textWrap .title {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageLink_column2 .textWrap .title {
    font-size: 3.6458333333vw;
  }
}
.pageLink_column2 .textWrap .text {
  font-size: 14px;
  line-height: 1.7;
}

@media only screen and (max-width: 1199px) {
  .pageLink_column2 .textWrap .text {
    display: none;
  }
}
.pageLink_events {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pageLink_events .titleBox {
  width: 100%;
  margin-bottom: 1em;
}

.pageLink_events .titleBox .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageLink_events .titleBox .title {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageLink_events .titleBox .title {
    font-size: 4.1666666667vw;
  }
}
.pageLink_events .photo {
  width: 20%;
}

.pageLink_events .photo img {
  width: 100%;
}

.pageLink_events .textWrap {
  width: 77%;
}

.pageLink_events .textWrap .event_dl {
  display: flex;
  margin-top: 7px;
}

.pageLink_events .textWrap .event_dl:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageLink_events .textWrap .event_dl {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .pageLink_events .textWrap .event_dl {
    margin-top: 5px;
  }
}
.pageLink_events .textWrap .event_dl dt, .pageLink_events .textWrap .event_dl dd {
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageLink_events .textWrap .event_dl dt, .pageLink_events .textWrap .event_dl dd {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageLink_events .textWrap .event_dl dt, .pageLink_events .textWrap .event_dl dd {
    font-size: 3.125vw;
  }
}
.pageLink_events .textWrap .event_dl dt {
  width: 7em;
  font-weight: bold;
}

.pageLink_events .textWrap .event_dl dd {
  width: calc(100% - 7em);
}

.pageLink_events .textWrap .event_dl dd a {
  color: #56805D;
}

@media only screen and (min-width: 1200px) {
  .pageLink_events .textWrap .event_dl dd a {
    transition: opacity 0.3s ease 0s;
  }
  .pageLink_events .textWrap .event_dl dd a:hover {
    opacity: 0.7;
  }
}
#column1Wrap {
  background-color: #f3f4f4;
  padding-top: 30px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #column1Wrap {
    padding-top: 3.90625vw;
    padding-bottom: 10.4166666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #column1Wrap {
    padding-top: 7.8125vw;
    padding-bottom: 15.625vw;
  }
}
#column1Wrap.largePd {
  padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #column1Wrap.largePd {
    padding-top: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  #column1Wrap.largePd {
    padding-top: 10.4166666667vw 5%;
  }
}
#column1Wrap .whiteBox {
  padding: 60px 50px;
  background-color: #fff;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #column1Wrap .whiteBox {
    padding: 7.8125vw 6.5104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  #column1Wrap .whiteBox {
    padding: 10.4166666667vw 5%;
  }
}
#column1Wrap .whiteBox.largePd {
  padding: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #column1Wrap .whiteBox.largePd {
    padding: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  #column1Wrap .whiteBox.largePd {
    padding: 10.4166666667vw 5%;
  }
}
#sidebarColumn2Wrap {
  background-color: #f3f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap {
    background-color: #fff;
    padding-top: 10.4166666667vw;
    padding-bottom: 0;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 {
    display: block;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_contents {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_contents {
    width: 100%;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_contents > * {
  margin-top: 30px;
}

#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_contents > *:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_contents > * {
    margin-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_contents > * {
    margin-top: 10.4166666667vw;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar {
    width: 100%;
    margin-top: 7.8125vw;
    position: static;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem {
  margin-top: 40px;
}

#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem {
    margin-top: 10.9375vw;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .sidebarItemInner > * {
  margin-top: 25px;
}

#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .sidebarItemInner > *:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .sidebarItemInner > * {
    margin-top: 3.2552083333vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .sidebarItemInner > * {
    margin-top: 6.5104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .fullBnr.spSizeM {
    width: 78.125vw;
    margin-right: auto;
    margin-left: auto;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .fullBnrList .fullBnrList__item {
  margin-top: 15px;
}

#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .fullBnrList .fullBnrList__item:first-child {
  margin-top: 0;
}

#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .moreLink {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .moreLink {
    margin-top: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .moreLink {
    margin-top: 3.90625vw;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .moreLink a {
  font-style: 14px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .moreLink a {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .moreLink a {
    font-size: 3.6458333333vw;
    color: #6ea8d9;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox {
    padding: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox {
    background-color: #f5f5f5;
    padding-top: 7.8125vw;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox > * {
  margin-top: 20px;
}

#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox > *:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox > * {
    margin-top: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox > * {
    margin-top: 5.2083333333vw;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox .title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox .title {
    font-size: 1.953125vw;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox .title {
    font-size: 3.90625vw;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox > ul {
  width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox > ul {
    width: 13.0208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox > ul {
    width: 36.4583333333vw;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox > ul li {
  width: 40px;
  margin-top: 10px;
  margin-left: 10px;
}

#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox > ul li:nth-child(3n+1) {
  margin-left: 0;
}

#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox > ul li:nth-child(-n+3) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox > ul li {
    width: 3.6458333333vw;
    margin-top: 0.6510416667vw;
    margin-left: 0.6510416667vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .snsBox > ul li {
    width: 10.4166666667vw;
    margin-top: 2.6041666667vw;
    margin-left: 2.6041666667vw;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .tabBtnWrap {
  display: flex;
  border-bottom: 2px solid #2f384b;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .tabBtnWrap {
    margin-bottom: 3.2552083333vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .tabBtnWrap {
    margin-bottom: 6.5104166667vw;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .tabBtnWrap .tabBtn {
  width: 33.33%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 15px;
  text-align: center;
  padding: 0.8em 0;
}

#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .tabBtnWrap .tabBtn:first-of-type {
  border-left: 1px solid #ddd;
}

#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .tabBtnWrap .tabBtn.active {
  background-color: #2f384b;
  color: #fff;
  border-left: none;
}

@media only screen and (min-width: 1200px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .tabBtnWrap .tabBtn.active:hover {
    background-color: #2f384b;
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .tabBtnWrap .tabBtn {
    transition: background-color 0.3s ease 0s;
  }
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .tabBtnWrap .tabBtn:hover {
    background-color: #dddddd;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .tabBox {
  display: none;
}

#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .tabBox.active {
  display: block;
}

#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item {
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item {
    margin-top: 5.2083333333vw;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item:first-child {
  margin-top: 0;
}

#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item .pageLink_ranking {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item .pageLink_ranking:hover .photo {
    opacity: 0.8;
  }
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item .pageLink_ranking:hover .title {
    text-decoration: underline;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item .pageLink_ranking .photo {
  width: 26.66%;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item .pageLink_ranking .photo {
    transition: opacity 0.3s ease 0s;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item .pageLink_ranking .photo .rankNum {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  padding: 0.3em 0.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item .pageLink_ranking .photo .rankNum {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item .pageLink_ranking .photo .rankNum {
    font-size: 3.6458333333vw;
  }
}
#sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item .pageLink_ranking .title {
  width: 66.66%;
  font-size: 14px;
  color: #56805D;
  font-weight: bold;
  line-height: 1.42;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item .pageLink_ranking .title {
    font-size: 1.6927083333vw;
  }
}
@media only screen and (max-width: 767px) {
  #sidebarColumn2Wrap .sidebarColumn2 .sidebarColumn2_sidebar .sidebarItemWrap .sidebarItem .tabWrap .column1List .column1List__item .pageLink_ranking .title {
    font-size: 3.6458333333vw;
  }
}
.sortMenuBlock .sortMenuList {
  display: flex;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .sortMenuBlock .sortMenuList {
    flex-wrap: wrap;
  }
}
.sortMenuBlock .sortMenuList li {
  width: 12.5%;
  border-left: 1px solid #DDDDDD;
  box-sizing: border-box;
}

.sortMenuBlock .sortMenuList li:first-child {
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .sortMenuBlock .sortMenuList li {
    width: 25%;
    border-top: 1px solid #DDDDDD;
  }
  .sortMenuBlock .sortMenuList li:nth-child(4n+1) {
    border-left: none;
  }
  .sortMenuBlock .sortMenuList li:nth-child(-n+4) {
    border-top: none;
  }
}
.sortMenuBlock .sortMenuList li.active a {
  color: #fff;
  background-color: #2F384B;
}

.sortMenuBlock .sortMenuList li a {
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 1em 0.5em;
  white-space: nowrap;
  background-color: #fff;
}

@media only screen and (min-width: 1200px) {
  .sortMenuBlock .sortMenuList li a {
    transition: all 0.3s ease 0s;
  }
  .sortMenuBlock .sortMenuList li a:hover {
    color: #fff;
    background-color: #2F384B;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sortMenuBlock .sortMenuList li a {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .sortMenuBlock .sortMenuList li a {
    font-size: 3.6458333333vw;
  }
}
.categoryLabel {
  line-height: 1.4;
  padding: 0.35em 1em 0.2em 1em;
  font-size: 13px;
  display: inline-block;
  background-color: var(--termColor, #1F1F1F);
  color: #fff;
  box-sizing: border-box;
}

.categoryLabel:visited, .categoryLabel:focus, .categoryLabel:active {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .categoryLabel {
    font-size: 1.6927083333vw;
  }
}
@media only screen and (max-width: 767px) {
  .categoryLabel {
    font-size: 3.3854166667vw;
  }
}
.categoryLabel.pillarTag {
  width: 150px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .categoryLabel.pillarTag {
    width: 19.53125vw;
  }
}
@media only screen and (max-width: 767px) {
  .categoryLabel.pillarTag {
    width: 39.0625vw;
  }
}
.cloudListWrap {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.cloudListWrap .cloudList {
  width: calc(100% + 10px);
  margin-top: -10px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cloudListWrap .cloudList {
    width: calc(100% + 1.3020833333vw);
    margin-top: -1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .cloudListWrap .cloudList {
    width: calc(100% + 2.6041666667vw);
    margin-top: -2.6041666667vw;
  }
}
.cloudListWrap .cloudList.alignC {
  justify-content: center;
}

.cloudListWrap .cloudList > li {
  margin-top: 10px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cloudListWrap .cloudList > li {
    margin-top: 1.3020833333vw;
    margin-right: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .cloudListWrap .cloudList > li {
    margin-top: 2.6041666667vw;
    margin-right: 2.6041666667vw;
  }
}
.cloudListWrap .cloudList > li > a,
.cloudListWrap .cloudList > li > span {
  line-height: 1.2;
  padding: 0.4em 0.8em;
  border-radius: 10em;
  font-size: 14px;
  background-color: #7F9594;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
}

.cloudListWrap .cloudList > li > a:visited, .cloudListWrap .cloudList > li > a:focus, .cloudListWrap .cloudList > li > a:active,
.cloudListWrap .cloudList > li > span:visited,
.cloudListWrap .cloudList > li > span:focus,
.cloudListWrap .cloudList > li > span:active {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cloudListWrap .cloudList > li > a,
  .cloudListWrap .cloudList > li > span {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .cloudListWrap .cloudList > li > a,
  .cloudListWrap .cloudList > li > span {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .cloudListWrap .cloudList > li > a {
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  }
  .cloudListWrap .cloudList > li > a:hover {
    background-color: #4B6261;
    color: #fff;
  }
  .cloudListWrap .cloudList > li > a:hover:visited, .cloudListWrap .cloudList > li > a:hover:focus, .cloudListWrap .cloudList > li > a:hover:active {
    color: #fff;
  }
}
.lineLimit1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.lineLimit2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.lineLimit3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.lineLimit4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.lineLimit5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.normalTitle {
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: 0.08em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .normalTitle {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .normalTitle {
    font-size: 5.2083333333vw;
  }
}
.normalTitle.size-s {
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .normalTitle.size-s {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .normalTitle.size-s {
    font-size: 4.6875vw;
  }
}
.sectionTitle__bold {
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sectionTitle__bold {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .sectionTitle__bold {
    font-size: 4.6875vw;
  }
}
.sectionTitle__boldAndRightBorder {
  position: relative;
}

.sectionTitle__boldAndRightBorder span {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sectionTitle__boldAndRightBorder span {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .sectionTitle__boldAndRightBorder span {
    font-size: 4.6875vw;
  }
}
.sectionTitle__boldAndBottomBorder {
  font-weight: bold;
  font-size: 28px;
  border-bottom: 3px solid #DDDDDD;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sectionTitle__boldAndBottomBorder {
    font-size: 2.6041666667vw;
    padding-bottom: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .sectionTitle__boldAndBottomBorder {
    font-size: 5.2083333333vw;
    padding-bottom: 2.6041666667vw;
  }
}
.sectionTitle__boldAndBottomBorder .size-s {
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sectionTitle__boldAndBottomBorder .size-s {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .sectionTitle__boldAndBottomBorder .size-s {
    font-size: 4.1666666667vw;
  }
}
.pageTitle {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 3px solid #ddd;
  padding-bottom: 20px;
  line-height: 1.3;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageTitle {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle {
    font-size: 6.5104166667vw;
    padding-bottom: 3.90625vw;
    margin-bottom: 7.8125vw;
  }
}
.pageTitle__bold {
  font-weight: bold;
  font-size: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageTitle__bold {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle__bold {
    font-size: 6.25vw;
  }
}
.pageTitle__boldAndRightBorder {
  position: relative;
}

.pageTitle__boldAndRightBorder span {
  display: inline-block;
  font-weight: bold;
  font-size: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageTitle__boldAndRightBorder span {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle__boldAndRightBorder span {
    font-size: 6.25vw;
  }
}
.wysiwygText h1 + *,
.wysiwygText h2 + *,
.wysiwygText h3 + * {
  margin-top: 15px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText h1 + *,
  .wysiwygText h2 + *,
  .wysiwygText h3 + * {
    margin-top: 1.953125vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText h1 + *,
  .wysiwygText h2 + *,
  .wysiwygText h3 + * {
    margin-top: 3.90625vw !important;
  }
}
.wysiwygText h4 + *,
.wysiwygText h5 + *,
.wysiwygText h6 + * {
  margin-top: 8px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText h4 + *,
  .wysiwygText h5 + *,
  .wysiwygText h6 + * {
    margin-top: 1.0416666667vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText h4 + *,
  .wysiwygText h5 + *,
  .wysiwygText h6 + * {
    margin-top: 2.0833333333vw !important;
  }
}
.wysiwygText h1 {
  line-height: 1.6;
  padding-bottom: 0.5em;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText h1 {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText h1 {
    font-size: 7.2916666667vw;
  }
}
.wysiwygText h2 {
  line-height: 1.6;
  padding: 0.8em 1em;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  background-color: #eee;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText h2 {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText h2 {
    font-size: 6.25vw;
  }
}
.wysiwygText h3 {
  line-height: 1.6;
  padding-left: 0.3em;
  border-left: 3px solid #000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText h3 {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText h3 {
    font-size: 6.25vw;
  }
}
.wysiwygText h4 {
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText h4 {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText h4 {
    font-size: 4.6875vw;
  }
}
.wysiwygText h5 {
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText h5 {
    line-height: 1.6;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText h5 {
    line-height: 1.6;
    font-size: 4.1666666667vw;
  }
}
.wysiwygText h6 {
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText h6 {
    line-height: 1.8;
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText h6 {
    line-height: 1.8;
    font-size: 3.6458333333vw;
  }
}
.wysiwygText p {
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText p {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText p {
    font-size: 4.1666666667vw;
  }
}
.wysiwygText a {
  line-height: 2;
  letter-spacing: 0.02em;
  text-decoration: underline;
  font-size: 16px;
  color: #0cb4ce;
}

.wysiwygText a:visited, .wysiwygText a:focus, .wysiwygText a:active {
  color: #0cb4ce;
}

@media only screen and (min-width: 1200px) {
  .wysiwygText a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText a {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText a {
    font-size: 4.1666666667vw;
  }
}
.wysiwygText a[target=_blank]:after {
  width: 0.7em;
  height: 0.7em;
  content: "";
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: super;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="178" height="178" viewBox="0 0 178 178"><image width="178" height="178" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALIAAACyCAYAAADmipVoAAAIPElEQVR4nO3de6ilVRnH8e8Z9Qya0wyUNJQFWcSAhVHRZaapsdSaUqOs7GJRSkL3OBADXahAKsOISMuyIlG7mJrdrOw2jaVkxgwlEZUgkTmpMTSUJ8bLxMKHsvKcvfacd+/9ruf9fsC/fD17vev9ne06az3vWnML69cAPBE4G9gCzCP13z5gO7AN2HVwhPha4FAfnhpSvnBPADYDGw96xuGrLwQ2+ATVqEOAo1bFcEJq2ZZVjomVwPwqn6IyMMhKwSArhYMrbmLOR60ZWwfsWa4JfiMrBYOsFAyyUjDISsEgKwWDrBQMslIwyErBICsFg6wUDLJSMMhKwSArBYOsFAyyUjDISsEgKwWDrBQMslIwyErBICsFg6wUDLJSMMhKwSArBYOsFAyyUjDISsEgKwWDrBQMslIwyErBICsFg6wUDLJSMMhKwSArBYOsFAyyUjDISqHmwEjdp/zSnwxsAh4EHNZBvxwErOmof9eNcd16YDWwG3g/8JWO2jAzBrnO4cC3gGe30NgxlFB/OX4539ZMqx+AQ4s6H0kY4vt7K7ChP80Zn0Ee7RDgtX1vZAcWWm68QR7twTEmzu4hLd+fQR5tz6iT6ZPY3fJtGOTR7gU+1fdGduAvLTfeINcpU1SXtNDQFWg6C06/1bkLOA34KLA55n7/0cHPLd/2eztq49+AhwMfaH28eyAM8nh2xj999CTgM0MMMQ4t0ngW8GPgoUPtAIPcvhOB78Y04WAZ5La9CrgCOHToHWGQ2/Um4KJYeazx08ydYZDb9G7gvMrnV2ZGzgR+mblDDHJb5oBzgLMqW12mDV8JXJC9Y5x+a0epXf40cEZlixeBl8QfgukZ5DbMA18ETqlsbVlkeQHws6F0kEHuv/ImypXA8ZUtvR04DvjVkDrJIPfb2hgaPL2ylX8Engv8YWgdZZD7q7xX933g8ZUt/G18a/9piJ3lrEU/PTrmfWtDfEMsUw8yxBjkXjoauAZ4TGXjtseY+PYR1/1zxL9venXQIPfL0yKYj6hs1TeBF0YJ5yijgry65Y4zyP3xnBgT11awXRLzxHcOoXNGMcj9UDZ+uWqMzVrK8vRrgLuzd0wtgzx7ZauBr43xv/ayPP0WYH/mThmXQZ6tsrvPhWM8h7L3xHuzdsZKGOTZeR/w8cpPLxVspwMfy9gRXXBBZPrmIpBvr/zkUsH2iiig1xIM8nSVCrbPj7EFV5mReBHwgywdMCkGeXpKBdulEcwaZXejrcDPB9A3K2aQp6NMq30dOLby024Fngf8uvUbnxaDPHllgePbwFMrP+km4PlDrGBbCYM8WUcC3xmj+OfGCPEtrd7wrDj9NjmPBX4yRoivB7YY4gNjkCfjCVHBdlTlT/9RFMT/tbUb7QuD3L1SwbYjCuNrXBmzE39P1AdTZ5C7dVzswVZ7wlJZnn4psG8KbRtVYDQ/hTZMjEHuzilRwVZboF6Wp18P3DOl9o36xu/iuLWZMcjdOD0WO2q3ryp1Fu+wgq07Tr+t3EJsAF6rVLx9ouH77SWDvDJnxT5sNe6JocRFjd5rrxnkA1Mq2M6NHTFrlPflTgW+0dh9NsMgj6+Mg78QexPXKNtXvTjmijUhBnk8h8UB5CdW/ld3xFvO1/flBrIyyPXWRgVb7ZnUZan5BOA3fWh8dga5zhFR/PPkyutvisWRm2fd8KEwyKMdGftN1J6ef2OEuOmTRFvjgsjySgXbtWOE+DrgmYZ4+gzy0o6JYD6y8vqr45u4ZvsqdcwgP7BNUcFWu33VZcBJbl81Owb5/22NMXHtAYyfi9f1p1HBpiUY5P92akyx1VawlROW3jDFCraVSL1PnEH+jzPjwJnaCrZSY/HOhirYRk0F3jaldkyEQb7Ptjj6q/YAxjcCH5xGwzr0Q2D3Ej9uf/wSN2voQS7FP2cDH668vmxfdRpw/oTbNQmLMXTa+z8/e3/URu9q8J7+bcgLImX7qk/GkKJGCcLLYo+KVu2IOfFy6OTjYjhxceshZsBBno+64JdXXr83ptd2TLhd03DrGEcAN2OIQS4VbJfHRig17ojin52zbbaWM7Qgr42hwabK62+Jsz1+N+F2aYWGFOQjYqHjmMrrfx8hHuzZdS0ZyqzFo6JuojbEO+Nb2xA3YghB3hAVbLUHMF4T27+OOoBRPZI9yE+JYNYewHhV/BFoBVtjMgd5S6xm1VawfSleErWCrUFZg3xSfLvWVrCdHwcwWsHWqIxBfnXME9dWsH0oaidaqGDTErIF+c2x5FpbwVaq19414TZpCjIF+T2x+0+Ne6OO+JzZNlldybAgMheBXKi8/q4Yfnx1wu3SFLUe5FLBdkFsDlhjMWYmvjfbZqtrrQf5s8DrKq/dG3PE1024TZqBloN87Bghvi1e1fcAxqRa/mNva+V1N0fdhCFOrOUg10yxlQ0EN3uKaH4tB3nUWPcXsUxtBdsAtBzkK5bZd7gcEXa8FWzD0XKQ745XkC6+X43EnXEwzVYr2IZlbmH9mlEbjMw10COlruJhwJ8t/EmpHMC5Z7kby/Kq06Kbag/b0DdoURIGWSkYZKVgkJWCQVYKBlkpGGSlYJCVgkFWCgZZKRhkpWCQlYJBVgoGWSkYZKVgkJWCQVYKBlkpGGSlYJCVgkFWCgZZKRhkpWCQlYJBVgoGWSkYZKVgkJWCQVYKBlkpGGSlYJCVgkFWCgZZKRhkpWCQlYJBVgoGWSkYZKVQc87eOh+1ZmztqI+vCfKyJ05KfeDQQikYZKVgkJXCKk/TVwL7SpC3+yTVuO0lyNuARZ+kGlWyu60EeRewEbjaYYYaUrJaMrsR2PUvQIAPGzIFwSAAAAAASUVORK5CYII="/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="178" height="178" viewBox="0 0 178 178"><image width="178" height="178" xlink:href="data:image/png;base64,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"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.wysiwygText b,
.wysiwygText em,
.wysiwygText strong {
  font-weight: bold;
}

.wysiwygText em {
  font-style: italic;
}

.wysiwygText sup,
.wysiwygText sub {
  font-size: 80%;
}

.wysiwygText sup {
  vertical-align: super;
}

.wysiwygText sub {
  vertical-align: sub;
}

.wysiwygText img.alignleft {
  padding-right: 30px;
  padding-bottom: 30px;
  float: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText img.alignleft {
    padding-right: 2.6041666667vw;
    padding-bottom: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText img.alignleft {
    padding: 0;
    padding-bottom: 5.2083333333vw;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
  }
}
.wysiwygText img.alignright {
  padding-bottom: 30px;
  padding-left: 30px;
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText img.alignright {
    padding-bottom: 2.6041666667vw;
    padding-left: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText img.alignright {
    padding: 0;
    padding-bottom: 5.2083333333vw;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
  }
}
.wysiwygText img.aligncenter {
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText img.aligncenter {
    padding-bottom: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText img.aligncenter {
    padding: 0;
    padding-bottom: 5.2083333333vw;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.wysiwygText hr {
  width: 100%;
  height: 2px;
  border: none;
  background-color: #ccc;
  display: block;
}

.wysiwygText blockquote {
  width: 100%;
  line-height: 2;
  padding: 40px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #6a6a6a;
  background-color: #eee;
  display: block;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText blockquote {
    padding: 5.2083333333vw;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText blockquote {
    padding: 10.4166666667vw;
    font-size: 4.1666666667vw;
  }
}
.wysiwygText blockquote * {
  color: inherit;
}

.wysiwygText blockquote:before, .wysiwygText blockquote:after {
  width: 21px;
  height: 16px;
  content: "";
  display: block;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText blockquote:before, .wysiwygText blockquote:after {
    width: 2.734375vw;
    height: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText blockquote:before, .wysiwygText blockquote:after {
    width: 5.46875vw;
    height: 4.1666666667vw;
  }
}
.wysiwygText blockquote:before {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="18" viewBox="0 0 24 18"><path d="M13,11.7C13,6.6,16.9,1.2,23,0l1,2.1c-2.2,0.8-4.2,3.7-4.4,5.7C22.1,8.3,24,10.4,24,13c0,3.2-2.6,5-5.2,5C15.8,18,13,15.7,13,11.7z M0,11.7C0,6.6,3.9,1.2,10,0l1,2.1C8.8,3,6.8,5.9,6.6,7.9C9.1,8.3,11,10.4,11,13c0,3.2-2.6,5-5.2,5C2.8,18,0,15.7,0,11.7z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="18" viewBox="0 0 24 18"><path d="M13,11.7C13,6.6,16.9,1.2,23,0l1,2.1c-2.2,0.8-4.2,3.7-4.4,5.7C22.1,8.3,24,10.4,24,13c0,3.2-2.6,5-5.2,5C15.8,18,13,15.7,13,11.7z M0,11.7C0,6.6,3.9,1.2,10,0l1,2.1C8.8,3,6.8,5.9,6.6,7.9C9.1,8.3,11,10.4,11,13c0,3.2-2.6,5-5.2,5C2.8,18,0,15.7,0,11.7z"/></svg>');
  top: 13px;
  left: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText blockquote:before {
    top: 1.6927083333vw;
    left: 1.6927083333vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText blockquote:before {
    top: 3.3854166667vw;
    left: 3.3854166667vw;
  }
}
.wysiwygText blockquote:after {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="18" viewBox="0 0 24 18"><path d="M5.2,18C2.6,18,0,16.2,0,13c0-2.6,1.9-4.7,4.4-5.2C4.2,5.8,2.2,2.9,0,2.1L1,0c6.1,1.2,10,6.6,10,11.7C11,15.7,8.2,18,5.2,18z M18.2,18c-2.6,0-5.2-1.8-5.2-5c0-2.6,1.9-4.7,4.4-5.1c-0.2-2-2.2-4.9-4.4-5.8L14,0c6.1,1.2,10,6.6,10,11.7C24,15.7,21.2,18,18.2,18z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="18" viewBox="0 0 24 18"><path d="M5.2,18C2.6,18,0,16.2,0,13c0-2.6,1.9-4.7,4.4-5.2C4.2,5.8,2.2,2.9,0,2.1L1,0c6.1,1.2,10,6.6,10,11.7C11,15.7,8.2,18,5.2,18z M18.2,18c-2.6,0-5.2-1.8-5.2-5c0-2.6,1.9-4.7,4.4-5.1c-0.2-2-2.2-4.9-4.4-5.8L14,0c6.1,1.2,10,6.6,10,11.7C24,15.7,21.2,18,18.2,18z"/></svg>');
  right: 20px;
  bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText blockquote:after {
    right: 2.6041666667vw;
    bottom: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText blockquote:after {
    right: 5.2083333333vw;
    bottom: 5.2083333333vw;
  }
}
.wysiwygText blockquote > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText blockquote > * {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText blockquote > * {
    margin-top: 4.1666666667vw;
  }
}
.wysiwygText blockquote > *:first-child {
  margin-top: 0;
}

.wysiwygText blockquote p {
  line-height: 2;
  position: relative;
  z-index: 2;
}

.wysiwygText ul {
  line-height: 2;
  padding-left: 1.2em;
  list-style: disc;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText ul {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText ul {
    font-size: 4.1666666667vw;
  }
}
.wysiwygText ul li {
  list-style: disc;
}

.wysiwygText ol {
  line-height: 2;
  padding-left: 1.2em;
  list-style: decimal;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText ol {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText ol {
    font-size: 4.1666666667vw;
  }
}
.wysiwygText ol li {
  list-style: decimal;
}

.wysiwygText li {
  line-height: 2;
  margin-top: 0.5em;
  font-size: inherit;
  letter-spacing: 0.02em;
}

.wysiwygText li:first-child {
  margin-top: 0;
}

.wysiwygText li li {
  margin-top: 0;
}

.wysiwygText iframe,
.wysiwygText video {
  max-width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .wysiwygText iframe,
  .wysiwygText video {
    width: 100% !important;
    height: 56.25vw !important;
  }
}
.wysiwygText table {
  font-size: 16px;
  letter-spacing: 0.02em;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wysiwygText table {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwygText table {
    font-size: 4.1666666667vw;
  }
}
.wysiwygText table th {
  line-height: 1.8;
  padding: 1em;
  font-size: inherit;
  letter-spacing: 0.02em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.wysiwygText table td {
  line-height: 1.8;
  padding: 1em;
  font-size: inherit;
  letter-spacing: 0.02em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.wysiwygText table thead th,
.wysiwygText table thead td {
  background-color: #eee;
}

.wysiwygText table tfoot th,
.wysiwygText table tfoot td {
  background-color: #eee;
}

.customBlockText .mce-menubar.mce-toolbar.mce-first {
  display: none !important;
}

.customBlockText .wp-admin .wp-block[data-align=left], .customBlockText .wp-admin .wp-block[data-align=right] {
  height: auto;
}

.customBlockText h1,
.customBlockText h2,
.customBlockText h3 {
  margin-top: 40px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText h1,
  .customBlockText h2,
  .customBlockText h3 {
    margin-top: 5.2083333333vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h1,
  .customBlockText h2,
  .customBlockText h3 {
    margin-top: 10.4166666667vw !important;
  }
}
.customBlockText h1 + *,
.customBlockText h2 + *,
.customBlockText h3 + * {
  margin-top: 30px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText h1 + *,
  .customBlockText h2 + *,
  .customBlockText h3 + * {
    margin-top: 3.90625vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h1 + *,
  .customBlockText h2 + *,
  .customBlockText h3 + * {
    margin-top: 7.8125vw !important;
  }
}
.customBlockText h4 + *,
.customBlockText h5 + *,
.customBlockText h6 + * {
  margin-top: 8px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText h4 + *,
  .customBlockText h5 + *,
  .customBlockText h6 + * {
    margin-top: 1.0416666667vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h4 + *,
  .customBlockText h5 + *,
  .customBlockText h6 + * {
    margin-top: 2.0833333333vw !important;
  }
}
.customBlockText h1 {
  line-height: 1.6;
  padding: 0.8em 1em;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
  background-color: #eee;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText h1 {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h1 {
    font-size: 7.2916666667vw;
  }
}
.customBlockText h2 {
  line-height: 1.6;
  padding-bottom: 0.5em;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-bottom: 3px solid #DDDDDD;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText h2 {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h2 {
    font-size: 6.25vw;
  }
}
.customBlockText h3 {
  line-height: 1.6;
  padding-left: 0.3em;
  border-left: 3px solid #56805D;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText h3 {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h3 {
    font-size: 6.25vw;
  }
}
.customBlockText h4 {
  font-size: 24px;
  font-weight: bold;
  border-left: 4px solid #56805D;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 10px 0 10px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText h4 {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h4 {
    font-size: 5.7291666667vw;
    padding: 2% 0 2% 4%;
    margin-top: 10.4166666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.customBlockText h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 15px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ddd;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText h5 {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h5 {
    font-size: 4.1666666667vw;
    padding-bottom: 3%;
    margin-top: 10.4166666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.customBlockText h5:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 26%;
  height: inherit;
  border-bottom: 2px solid #56805D;
}

.customBlockText h6 {
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText h6 {
    line-height: 1.8;
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h6 {
    line-height: 1.8;
    font-size: 3.6458333333vw;
  }
}
.customBlockText p {
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText p {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText p {
    font-size: 4.1666666667vw;
  }
}
.customBlockText a {
  line-height: 2;
  letter-spacing: 0.02em;
  text-decoration: underline;
  font-size: 16px;
  color: #0cb4ce;
}

.customBlockText a:visited, .customBlockText a:focus, .customBlockText a:active {
  color: #0cb4ce;
}

@media only screen and (min-width: 1200px) {
  .customBlockText a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText a {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText a {
    font-size: 4.1666666667vw;
  }
}
.customBlockText a[target=_blank]:after {
  width: 0.7em;
  height: 0.7em;
  content: "";
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: super;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="178" height="178" viewBox="0 0 178 178"><image width="178" height="178" xlink:href="data:image/png;base64,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"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="178" height="178" viewBox="0 0 178 178"><image width="178" height="178" xlink:href="data:image/png;base64,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"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.customBlockText b,
.customBlockText em,
.customBlockText strong {
  font-weight: bold;
}

.customBlockText em {
  font-style: italic;
}

.customBlockText sup,
.customBlockText sub {
  font-size: 80%;
}

.customBlockText sup {
  vertical-align: super;
}

.customBlockText sub {
  vertical-align: sub;
}

.customBlockText blockquote {
  width: 100%;
  line-height: 2;
  padding: 40px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #6a6a6a;
  background-color: #eee;
  display: block;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText blockquote {
    padding: 5.2083333333vw;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText blockquote {
    padding: 10.4166666667vw;
    font-size: 4.1666666667vw;
  }
}
.customBlockText blockquote * {
  color: inherit;
}

.customBlockText blockquote:before, .customBlockText blockquote:after {
  width: 21px;
  height: 16px;
  content: "";
  display: block;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText blockquote:before, .customBlockText blockquote:after {
    width: 2.734375vw;
    height: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText blockquote:before, .customBlockText blockquote:after {
    width: 5.46875vw;
    height: 4.1666666667vw;
  }
}
.customBlockText blockquote:before {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="18" viewBox="0 0 24 18"><path d="M13,11.7C13,6.6,16.9,1.2,23,0l1,2.1c-2.2,0.8-4.2,3.7-4.4,5.7C22.1,8.3,24,10.4,24,13c0,3.2-2.6,5-5.2,5C15.8,18,13,15.7,13,11.7z M0,11.7C0,6.6,3.9,1.2,10,0l1,2.1C8.8,3,6.8,5.9,6.6,7.9C9.1,8.3,11,10.4,11,13c0,3.2-2.6,5-5.2,5C2.8,18,0,15.7,0,11.7z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="18" viewBox="0 0 24 18"><path d="M13,11.7C13,6.6,16.9,1.2,23,0l1,2.1c-2.2,0.8-4.2,3.7-4.4,5.7C22.1,8.3,24,10.4,24,13c0,3.2-2.6,5-5.2,5C15.8,18,13,15.7,13,11.7z M0,11.7C0,6.6,3.9,1.2,10,0l1,2.1C8.8,3,6.8,5.9,6.6,7.9C9.1,8.3,11,10.4,11,13c0,3.2-2.6,5-5.2,5C2.8,18,0,15.7,0,11.7z"/></svg>');
  top: 13px;
  left: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText blockquote:before {
    top: 1.6927083333vw;
    left: 1.6927083333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText blockquote:before {
    top: 3.3854166667vw;
    left: 3.3854166667vw;
  }
}
.customBlockText blockquote:after {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="18" viewBox="0 0 24 18"><path d="M5.2,18C2.6,18,0,16.2,0,13c0-2.6,1.9-4.7,4.4-5.2C4.2,5.8,2.2,2.9,0,2.1L1,0c6.1,1.2,10,6.6,10,11.7C11,15.7,8.2,18,5.2,18z M18.2,18c-2.6,0-5.2-1.8-5.2-5c0-2.6,1.9-4.7,4.4-5.1c-0.2-2-2.2-4.9-4.4-5.8L14,0c6.1,1.2,10,6.6,10,11.7C24,15.7,21.2,18,18.2,18z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="18" viewBox="0 0 24 18"><path d="M5.2,18C2.6,18,0,16.2,0,13c0-2.6,1.9-4.7,4.4-5.2C4.2,5.8,2.2,2.9,0,2.1L1,0c6.1,1.2,10,6.6,10,11.7C11,15.7,8.2,18,5.2,18z M18.2,18c-2.6,0-5.2-1.8-5.2-5c0-2.6,1.9-4.7,4.4-5.1c-0.2-2-2.2-4.9-4.4-5.8L14,0c6.1,1.2,10,6.6,10,11.7C24,15.7,21.2,18,18.2,18z"/></svg>');
  right: 20px;
  bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText blockquote:after {
    right: 2.6041666667vw;
    bottom: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText blockquote:after {
    right: 5.2083333333vw;
    bottom: 5.2083333333vw;
  }
}
.customBlockText blockquote > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText blockquote > * {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText blockquote > * {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText blockquote > *:first-child {
  margin-top: 0;
}

.customBlockText blockquote p {
  line-height: 2;
  position: relative;
  z-index: 2;
}

.customBlockText blockquote cite,
.customBlockText blockquote .wp-block-quote__citation {
  width: 100%;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: right;
  display: block;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText blockquote cite,
  .customBlockText blockquote .wp-block-quote__citation {
    line-height: 1.8;
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText blockquote cite,
  .customBlockText blockquote .wp-block-quote__citation {
    line-height: 1.8;
    font-size: 3.6458333333vw;
  }
}
.customBlockText ul {
  line-height: 2;
  padding-left: 1.2em;
  list-style: disc;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText ul {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText ul {
    font-size: 4.1666666667vw;
  }
}
.customBlockText ul li {
  list-style: disc;
}

.customBlockText ol {
  line-height: 2;
  padding-left: 1.2em;
  list-style: decimal;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText ol {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText ol {
    font-size: 4.1666666667vw;
  }
}
.customBlockText ol li {
  list-style: decimal;
}

.customBlockText li {
  line-height: 2;
  margin-top: 0.5em;
  font-size: inherit;
  letter-spacing: 0.02em;
}

.customBlockText li:first-child {
  margin-top: 0;
}

.customBlockText li li {
  margin-top: 0;
}

.customBlockText pre.wp-block-code {
  width: 100%;
  padding: 30px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 6px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText pre.wp-block-code {
    padding: 3.90625vw;
    border-radius: 0.78125vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText pre.wp-block-code {
    padding: 7.8125vw;
    border-radius: 1.5625vw;
  }
}
.customBlockText pre.wp-block-code code {
  line-height: 2;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText pre.wp-block-code code {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText pre.wp-block-code code {
    font-size: 4.1666666667vw;
  }
}
.customBlockText .wp-admin .wp-block[data-align=left] .wp-block-table {
  width: auto;
  margin-right: auto;
  margin-left: 0;
  float: none;
}

.customBlockText .wp-admin .wp-block[data-align=left] table {
  margin-right: auto;
  margin-left: 0;
}

.customBlockText .wp-admin .wp-block[data-align=center] .wp-block-table {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.customBlockText .wp-admin .wp-block[data-align=center] table {
  margin-right: auto;
  margin-left: auto;
}

.customBlockText .wp-admin .wp-block[data-align=right] .wp-block-table {
  width: auto;
  margin-right: 0;
  margin-left: auto;
  float: none;
}

.customBlockText .wp-admin .wp-block[data-align=right] table {
  margin-right: 0;
  margin-left: auto;
}

.customBlockText .wp-block-table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: none;
  display: block;
  overflow: auto;
  clear: both;
  box-sizing: border-box;
}

.customBlockText .wp-block-table .alignleft {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  float: none;
}

.customBlockText .wp-block-table .aligncenter {
  margin: 0 auto;
  float: none;
}

.customBlockText .wp-block-table .alignright {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  float: none;
}

.customBlockText .wp-block-table > * {
  margin-top: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .wp-block-table > * {
    margin-top: 0.78125vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-table > * {
    margin-top: 1.5625vw;
  }
}
.customBlockText .wp-block-table > *:first-child {
  margin-top: 0;
}

.customBlockText .wp-block-table table {
  font-size: 16px;
  letter-spacing: 0.02em;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .wp-block-table table {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-table table {
    font-size: 4.1666666667vw;
  }
}
.customBlockText .wp-block-table table th {
  line-height: 1.8;
  padding: 1em;
  font-size: inherit;
  letter-spacing: 0.02em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.customBlockText .wp-block-table table td {
  line-height: 1.8;
  padding: 1em;
  font-size: inherit;
  letter-spacing: 0.02em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.customBlockText .wp-block-table thead th,
.customBlockText .wp-block-table thead td {
  background-color: #eee;
}

.customBlockText .wp-block-table tfoot th,
.customBlockText .wp-block-table tfoot td {
  background-color: #eee;
}

.customBlockText .wp-block-table figcaption {
  width: 100%;
  line-height: 1.8;
  font-size: 14px;
  text-align: right;
  color: #666;
  letter-spacing: 0.02em;
  display: block;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .wp-block-table figcaption {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-table figcaption {
    font-size: 3.6458333333vw;
  }
}
.customBlockText .wp-admin .wp-block[data-align=left] .wp-block-image {
  width: auto;
  margin-right: auto;
  margin-left: 0;
  float: none;
}

.customBlockText .wp-admin .wp-block[data-align=center] .wp-block-image {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.customBlockText .wp-admin .wp-block[data-align=right] .wp-block-image {
  width: auto;
  margin-right: 0;
  margin-left: auto;
  float: none;
}

.customBlockText .wp-block-image {
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  clear: both;
  box-sizing: border-box;
}

.customBlockText .wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .wp-block-image.is-style-rounded img {
    border-radius: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-image.is-style-rounded img {
    border-radius: 2.6041666667vw;
  }
}
.customBlockText .wp-block-image .alignleft {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  float: none;
}

.customBlockText .wp-block-image .aligncenter {
  margin: 0 auto;
  float: none;
}

.customBlockText .wp-block-image .alignright {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  float: none;
}

.customBlockText .wp-block-image > img {
  max-width: 100%;
}

.customBlockText .wp-block-image figcaption {
  width: 100%;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.02em;
  display: block;
  box-sizing: border-box;
}

.customBlockText .wp-block-image figcaption:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .wp-block-image figcaption {
    margin-top: 0.78125vw;
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-image figcaption {
    margin-top: 1.5625vw;
    font-size: 3.6458333333vw;
  }
}
.customBlockText .wp-caption {
  width: 100% !important;
}

.customBlockText figure {
  text-align: center;
  margin: 1.8rem 20px;
}

@media only screen and (max-width: 767px) {
  .customBlockText figure {
    margin-right: 0;
    margin-left: 0;
  }
}
.customBlockText figure.wp-caption {
  width: auto !important;
}

.customBlockText figcaption, .customBlockText .post-image .post-image-caption {
  width: 100%;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.02em;
  display: block;
  box-sizing: border-box;
}

.customBlockText figcaption:first-child, .customBlockText .post-image .post-image-caption:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText figcaption, .customBlockText .post-image .post-image-caption {
    margin-top: 0.78125vw;
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText figcaption, .customBlockText .post-image .post-image-caption {
    margin-top: 1.5625vw;
    font-size: 3.6458333333vw;
  }
}
.customBlockText iframe,
.customBlockText video {
  max-width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .customBlockText iframe,
  .customBlockText video {
    width: 100% !important;
    height: 56.25vw !important;
  }
}
.customBlockText .wp-block-video figcaption {
  width: 100%;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.02em;
  display: block;
  box-sizing: border-box;
}

.customBlockText .wp-block-video figcaption:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .wp-block-video figcaption {
    margin-top: 0.78125vw;
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-video figcaption {
    margin-top: 1.5625vw;
    font-size: 3.6458333333vw;
  }
}
.customBlockText hr.wp-block-separator {
  width: 100%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  display: block;
  box-sizing: border-box;
}

.customBlockText hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.customBlockText hr.wp-block-separator.is-style-dots {
  width: 100%;
  max-width: none;
  height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText hr.wp-block-separator.is-style-dots {
    height: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText hr.wp-block-separator.is-style-dots {
    height: 10.4166666667vw;
  }
}
.customBlockText hr.wp-block-separator.is-style-dots:before {
  content: "···";
  font-size: 40px;
  letter-spacing: 1em;
  padding-left: 1em;
  font-family: serif;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText hr.wp-block-separator.is-style-dots:before {
    font-size: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText hr.wp-block-separator.is-style-dots:before {
    font-size: 10.4166666667vw;
  }
}
.customBlockText hr.wp-block-separator:not(.has-background) {
  background-color: #ccc;
}

.customBlockText hr.wp-block-separator:not(.has-background).is-style-dots:before {
  color: #ccc;
}

.customBlockText .textArea .text {
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .textArea .text {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .textArea .text {
    font-size: 4.1666666667vw;
  }
}
.customBlockText .blockIntroTextArea {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockIntroTextArea + .blockIntroTextArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIntroTextArea + .blockIntroTextArea {
    margin-top: 2.0833333333vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIntroTextArea + .blockIntroTextArea {
    margin-top: 4.1666666667vw !important;
  }
}
.customBlockText .blockIntroTextArea .blockIntroText > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIntroTextArea .blockIntroText > * {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIntroTextArea .blockIntroText > * {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText .blockIntroTextArea .blockIntroText > *:first-child {
  margin-top: 0;
}

.customBlockText .blockIntroTextArea .blockIntroText p {
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIntroTextArea .blockIntroText p {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIntroTextArea .blockIntroText p {
    font-size: 4.6875vw;
  }
}
.customBlockText .blockProfileArea {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockProfileArea + .blockProfileArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockProfileArea + .blockProfileArea {
    margin-top: 2.0833333333vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea + .blockProfileArea {
    margin-top: 4.1666666667vw !important;
  }
}
.customBlockText .blockProfileArea .blockProfileList > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockProfileArea .blockProfileList > * {
    margin-top: sizetab(16);
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .blockProfileList > * {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText .blockProfileArea .blockProfileList > *:first-child {
  margin-top: 0;
}

.customBlockText .blockProfileArea .blockProfile {
  width: 100%;
  padding: 30px;
  background-color: #eee;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockProfileArea .blockProfile {
    padding: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .blockProfile {
    width: 100vw;
    padding: 7.8125vw 5.2083333333vw;
    margin-left: -5vw;
  }
}
.customBlockText .blockProfileArea .blockProfile .blockProfileInner {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}

.customBlockText .blockProfileArea .blockProfile .photo {
  width: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockProfileArea .blockProfile .photo {
    width: 15.625vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .blockProfile .photo {
    width: 26.0416666667vw;
  }
}
.customBlockText .blockProfileArea .blockProfile .photo > .img {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockProfileArea .blockProfile .photo > .img > img {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.customBlockText .blockProfileArea .blockProfile .detail {
  width: calc(100% - 200px);
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockProfileArea .blockProfile .detail {
    width: calc(100% - (18.2291666667vw));
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .blockProfile .detail {
    width: calc(100% - (31.25vw));
  }
}
.customBlockText .blockProfileArea .blockProfile .detail > * {
  margin-top: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockProfileArea .blockProfile .detail > * {
    margin-top: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .blockProfile .detail > * {
    margin-top: 3.125vw;
  }
}
.customBlockText .blockProfileArea .blockProfile .detail > *:first-child {
  margin-top: 0;
}

.customBlockText .blockProfileArea .blockProfile .detail .titleArea .profileTitle {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockProfileArea .blockProfile .detail .titleArea .profileTitle {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .blockProfile .detail .titleArea .profileTitle {
    font-size: 4.1666666667vw;
  }
}
.customBlockText .blockProfileArea .blockProfile .detail .nameArea > p {
  line-height: 1.4;
  font-size: 14px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockProfileArea .blockProfile .detail .nameArea > p {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .blockProfile .detail .nameArea > p {
    line-height: 1.8;
    font-size: 3.6458333333vw;
    flex-wrap: wrap;
  }
}
.customBlockText .blockProfileArea .blockProfile .detail .nameArea > p .name {
  font-weight: bold;
  white-space: nowrap;
}

.customBlockText .blockProfileArea .blockProfile .detail .nameArea > p .katagaki {
  margin-left: 0.5em;
}

.customBlockText .blockProfileArea .blockProfile .detail .nameArea > p .katagaki:before {
  content: "/";
  margin-right: 0.5em;
}

@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .blockProfile .textArea {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText .blockProfileArea .blockProfile .textArea .profileText {
  line-height: 1.6;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockProfileArea .blockProfile .textArea .profileText {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .blockProfile .textArea .profileText {
    line-height: 1.8;
    font-size: 3.6458333333vw;
  }
}
.customBlockText .blockProfileArea .blockProfile .textArea .profileText * {
  line-height: inherit;
  font-size: inherit;
}

.customBlockText .blockIndexArea {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockIndexArea + .blockIndexArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIndexArea + .blockIndexArea {
    margin-top: 2.0833333333vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIndexArea + .blockIndexArea {
    margin-top: 4.1666666667vw !important;
  }
}
.customBlockText .blockIndexArea .blockIndexWrap {
  width: 100%;
  padding: 30px;
  background-color: #eee;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIndexArea .blockIndexWrap {
    padding: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIndexArea .blockIndexWrap {
    width: 100vw;
    padding: 5.2083333333vw;
    margin-left: -5vw;
  }
}
.customBlockText .blockIndexArea .blockIndexWrap > dl {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dt {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn {
  width: 100%;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  color: #000;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:visited, .customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:focus, .customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:active {
  color: #000;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:after {
  width: 18px;
  height: 9px;
  content: "";
  display: block;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6.444" viewBox="0 0 12 6.444"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(-0.281 -6.222)" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6.444" viewBox="0 0 12 6.444"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(-0.281 -6.222)" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: transform 0.3s ease 0s;
  transform: translateY(-50%) rotate(0deg);
  position: absolute;
  top: 50%;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:after {
    width: 2.34375vw;
    height: 1.171875vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:after {
    width: 4.6875vw;
    height: 2.34375vw;
  }
}
.customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn > span {
  line-height: 1;
  margin-left: 1em;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn > span:first-child {
  margin-left: 0;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .en {
  font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .en {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .en {
    font-size: 7.8125vw;
  }
}
.customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .jp {
  margin-top: 0.5em;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .jp {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .jp {
    font-size: 3.6458333333vw;
  }
}
.customBlockText .blockIndexArea .blockIndexWrap > dl > dd {
  width: 100%;
  margin-top: 35px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dd {
    margin-top: 4.5572916667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dd {
    margin-top: 9.1145833333vw;
  }
}
.customBlockText .wp-admin .blockIndexArea .blockIndexWrap > dl > dd {
  display: block;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList > * {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList > * {
    margin-top: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList > * {
    margin-top: 7.8125vw;
  }
}
.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList > *:first-child {
  margin-top: 0;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex > * {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex > * {
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex > * {
    margin-top: 5.2083333333vw;
  }
}
.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex > *:first-child {
  margin-top: 0;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea .blockIndexTitle {
  width: 100%;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea .blockIndexTitle {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea .blockIndexTitle {
    font-size: 4.6875vw;
  }
}
.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle {
  text-decoration: underline;
  color: #000;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle:visited, .customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle:focus, .customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle:active {
  color: #000;
}

@media only screen and (min-width: 1200px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle:hover {
    text-decoration: none;
  }
}
.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList.noIndent > ul > li {
  padding-left: 0;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul {
  width: 100%;
  padding-left: 0;
  list-style: none;
  box-sizing: border-box;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li {
  line-height: 1.6;
  padding-left: 1em;
  margin-top: 20px;
  list-style: none;
  font-size: 18px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li {
    margin-top: 2.6041666667vw;
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li {
    margin-top: 5.2083333333vw;
    font-size: 4.6875vw;
  }
}
.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li:first-child {
  margin-top: 0;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > a,
.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > span {
  line-height: inherit;
  font-size: inherit;
  color: #000;
}

.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > a:visited, .customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > a:focus, .customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > a:active,
.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > span:visited,
.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > span:focus,
.customBlockText .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > span:active {
  color: #000;
}

.customBlockText .blockRelatedArea {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockRelatedArea + .blockRelatedArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockRelatedArea + .blockRelatedArea {
    margin-top: 2.0833333333vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea + .blockRelatedArea {
    margin-top: 4.1666666667vw !important;
  }
}
.customBlockText .blockRelatedArea > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockRelatedArea > * {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea > * {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText .blockRelatedArea > *:first-child {
  margin-top: 0;
}

.customBlockText .blockRelatedArea .blockRelatedList {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockRelatedArea .blockRelatedList > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockRelatedArea .blockRelatedList > * {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelatedList > * {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText .blockRelatedArea .blockRelatedList > *:first-child {
  margin-top: 0;
}

.customBlockText .blockRelatedArea .blockRelatedList .blockRelated {
  width: 100%;
  padding: 40px 30px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockRelatedArea .blockRelatedList .blockRelated {
    padding: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelatedList .blockRelated {
    padding: 5.2083333333vw;
  }
}
.customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl {
    flex-wrap: wrap;
  }
}
.customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dt {
  width: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dt {
    width: 13.0208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dt {
    width: 100%;
  }
}
.customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dt .titleLabel {
  width: 100%;
  line-height: 1;
  padding: 1em 2em;
  text-align: center;
  font-size: 12px;
  color: #fff;
  display: block;
  background-color: #898989;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dt .titleLabel {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dt .titleLabel {
    width: auto;
    padding: 0.8em 2em;
    font-size: 3.125vw;
    display: inline-block;
  }
}
.customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd {
  width: calc(100% - 100px - 30px);
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd {
    width: calc(100% - (15.625vw));
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd {
    width: 100%;
    margin-top: 3.90625vw;
  }
}
.customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd .linkList {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd .linkList > ul {
  width: 100%;
  padding-left: 0;
  list-style: none;
  box-sizing: border-box;
}

.customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd .linkList > ul > li {
  line-height: 1.6;
  margin-top: 20px;
  list-style: none;
  font-size: 16px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd .linkList > ul > li {
    margin-top: 2.6041666667vw;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd .linkList > ul > li {
    margin-top: 5.2083333333vw;
    font-size: 4.1666666667vw;
  }
}
.customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd .linkList > ul > li:first-child {
  margin-top: 0;
}

.customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd .linkList > ul > li > a,
.customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd .linkList > ul > li > span {
  line-height: inherit;
  font-size: inherit;
}

.customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd .linkList > ul > li > a {
  text-decoration: underline;
  color: #000;
}

.customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd .linkList > ul > li > a:visited, .customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd .linkList > ul > li > a:focus, .customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd .linkList > ul > li > a:active {
  color: #000;
}

@media only screen and (min-width: 1200px) {
  .customBlockText .blockRelatedArea .blockRelatedList .blockRelated > dl > dd .linkList > ul > li > a:hover {
    text-decoration: none;
  }
}
.customBlockText .blockInfoArea {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockInfoArea + .blockInfoArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInfoArea + .blockInfoArea {
    margin-top: 2.0833333333vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea + .blockInfoArea {
    margin-top: 4.1666666667vw !important;
  }
}
.customBlockText .blockInfoArea > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInfoArea > * {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea > * {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText .blockInfoArea > *:first-child {
  margin-top: 0;
}

.customBlockText .blockInfoArea .blockInfoList {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockInfoArea .blockInfoList > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInfoArea .blockInfoList > * {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList > * {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText .blockInfoArea .blockInfoList > *:first-child {
  margin-top: 0;
}

.customBlockText .blockInfoArea .blockInfoList .blockInfo {
  width: 100%;
  padding: 40px;
  background-color: #eee;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo {
    padding: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo {
    width: 100vw;
    padding: 7.8125vw 5.2083333333vw;
    margin-left: -5vw;
  }
}
.customBlockText .blockInfoArea .blockInfoList .blockInfo > dl {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo > dl {
    flex-wrap: wrap;
  }
}
.customBlockText .blockInfoArea .blockInfoList .blockInfo .photo {
  width: 31.25%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .photo {
    width: 100%;
  }
}
.customBlockText .blockInfoArea .blockInfoList .blockInfo .photo .img {
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .photo .img {
    width: 50%;
  }
}
.customBlockText .blockInfoArea .blockInfoList .blockInfo .photo .img > img {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail {
  width: 64%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail {
    width: 100%;
    margin-top: 7.8125vw;
  }
}
.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail > * {
  margin-top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail > * {
    margin-top: 0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail > * {
    margin-top: 1.0416666667vw;
  }
}
.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail > *:first-child {
  margin-top: 0;
}

.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .titleArea > * {
  margin-top: 12px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .titleArea > * {
    margin-top: 1.5625vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .titleArea > * {
    margin-top: 3.125vw !important;
  }
}
.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .titleArea > *:first-child {
  margin-top: 0 !important;
}

.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .infoTitle {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .infoTitle {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .infoTitle {
    font-size: 4.1666666667vw;
  }
}
.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .name {
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .name {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .name {
    font-size: 4.6875vw;
  }
}
.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information > * {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information > * {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information > *:first-child {
  margin-top: 0;
}

.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  box-sizing: border-box;
}

.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dt {
  line-height: 1.8;
  font-size: 14px;
  white-space: nowrap;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dt {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dt {
    font-size: 3.6458333333vw;
  }
}
.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dd {
  line-height: 1.8;
  font-size: 14px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dd {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dd {
    font-size: 3.6458333333vw;
  }
}
.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .notes {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .notes .text {
  line-height: 1.8;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .notes .text {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .notes .text {
    font-size: 3.6458333333vw;
  }
}
.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a {
  line-height: 1;
  padding: 0.8em 1em 0.6em 1em;
  border: 2px solid #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  color: #000;
}

.customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:visited, .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:focus, .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:active {
  color: #000;
}

@media only screen and (min-width: 1200px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a {
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  }
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:hover {
    background-color: #000;
    color: #fff;
  }
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:hover:visited, .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:hover:focus, .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:hover:active {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a {
    font-size: 3.6458333333vw;
  }
}
.customBlockText .blockQuateArea {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockQuateArea + .blockQuateArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockQuateArea + .blockQuateArea {
    margin-top: 2.0833333333vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockQuateArea + .blockQuateArea {
    margin-top: 4.1666666667vw !important;
  }
}
.customBlockText .blockQuateArea .blockQuate {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockQuateArea .blockQuate > * {
  margin-top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockQuateArea .blockQuate > * {
    margin-top: 0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockQuateArea .blockQuate > * {
    margin-top: 1.0416666667vw;
  }
}
.customBlockText .blockQuateArea .blockQuate > *:first-child {
  margin-top: 0;
}

.customBlockText .blockQuateArea .blockQuate .quateCopy .quateCopyInner {
  line-height: 1.6;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockQuateArea .blockQuate .quateCopy .quateCopyInner {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockQuateArea .blockQuate .quateCopy .quateCopyInner {
    font-size: 3.6458333333vw;
  }
}
.customBlockText .blockQuateArea .blockQuate .quateCopy .quateCopyInner * {
  font-size: inherit;
}

.customBlockText .blockInterviewArea {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockInterviewArea > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInterviewArea > * {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea > * {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText .blockInterviewArea > *:first-child {
  margin-top: 0;
}

.customBlockText .blockInterviewArea .blockInterviewList {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockInterviewArea .blockInterviewList > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInterviewArea .blockInterviewList > * {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea .blockInterviewList > * {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText .blockInterviewArea .blockInterviewList > *:first-child {
  margin-top: 0;
}

.customBlockText .blockInterviewArea .blockInterview {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockInterviewArea .blockInterview > dl {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockInterviewArea .blockInterview > dl > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInterviewArea .blockInterview > dl > * {
    margin-top: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea .blockInterview > dl > * {
    margin-top: 2.0833333333vw;
  }
}
.customBlockText .blockInterviewArea .blockInterview > dl > *:first-child {
  margin-top: 0;
}

.customBlockText .blockInterviewArea .blockInterview > dl > dt > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInterviewArea .blockInterview > dl > dt > * {
    margin-top: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea .blockInterview > dl > dt > * {
    margin-top: 2.0833333333vw;
  }
}
.customBlockText .blockInterviewArea .blockInterview > dl > dt > *:first-child {
  margin-top: 0;
}

.customBlockText .blockInterviewArea .blockInterview > dl > dt .questionText {
  padding-left: 1.5em;
  box-sizing: border-box;
  position: relative;
}

.customBlockText .blockInterviewArea .blockInterview > dl > dt .questionText:before {
  width: 0.8em;
  height: 2px;
  content: "";
  background-color: #000;
  display: block;
  transform: translateY(-50%);
  position: absolute;
  top: 1em;
  left: 0;
}

.customBlockText .blockInterviewArea .blockInterview > dl > dd > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInterviewArea .blockInterview > dl > dd > * {
    margin-top: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea .blockInterview > dl > dd > * {
    margin-top: 2.0833333333vw;
  }
}
.customBlockText .blockInterviewArea .blockInterview > dl > dd > *:first-child {
  margin-top: 0;
}

.customBlockText .blockInterviewArea .blockInterview > dl > dd .answerText {
  line-height: 1.8;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInterviewArea .blockInterview > dl > dd .answerText {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea .blockInterview > dl > dd .answerText {
    font-size: 3.6458333333vw;
  }
}
.customBlockText .blockInterviewArea .blockInterview > dl > dd .answerText * {
  line-height: inherit;
  font-size: inherit;
}

.customBlockText .blockInterviewArea .blockInterview > dl > dd .name {
  white-space: nowrap;
  font-weight: bold;
}

.customBlockText .blockInterviewArea .blockInterview > dl > dd .answerTextInner {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockInterviewArea .blockInterview .questionText {
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockInterviewArea .blockInterview .questionText {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea .blockInterview .questionText {
    font-size: 4.1666666667vw;
  }
}
.customBlockText .blockBtnArea {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockBtnArea + .blockBtnArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockBtnArea + .blockBtnArea {
    margin-top: 2.0833333333vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea + .blockBtnArea {
    margin-top: 4.1666666667vw !important;
  }
}
.customBlockText .blockBtnArea .btnListBox {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.customBlockText .blockBtnArea .btnListBox.alignL {
  justify-content: flex-start;
}

.customBlockText .blockBtnArea .btnListBox.alignC {
  justify-content: center;
}

.customBlockText .blockBtnArea .btnListBox.alignR {
  justify-content: flex-end;
}

.customBlockText .blockBtnArea .btnListBox.btnCol1 > a {
  width: 100%;
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol1 > a {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol1 > a {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText .blockBtnArea .btnListBox.btnCol1 > a:first-child {
  margin-top: 0;
}

.customBlockText .blockBtnArea .btnListBox.btnCol2 > a {
  width: 49%;
  margin-top: 16px;
  margin-left: 2%;
}

.customBlockText .blockBtnArea .btnListBox.btnCol2 > a:nth-child(-n+2) {
  margin-top: 0;
}

.customBlockText .blockBtnArea .btnListBox.btnCol2 > a:nth-child(2n+1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol2 > a {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol2 > a {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a {
  width: 49%;
  margin-top: 16px;
  margin-left: 2%;
}

.customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a:nth-child(-n+2) {
  margin-top: 0;
}

.customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a:nth-child(2n+1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a {
    width: 100%;
    margin-top: 4.1666666667vw;
    margin-left: 0;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a:nth-child(-n+2) {
    margin-top: 4.1666666667vw;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a:first-child {
    margin-top: 0;
  }
}
.customBlockText .blockBtnArea .btnListBox.btnCol3 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}

.customBlockText .blockBtnArea .btnListBox.btnCol3 > a:nth-child(-n+3) {
  margin-top: 0;
}

.customBlockText .blockBtnArea .btnListBox.btnCol3 > a:nth-child(3n+1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol3 > a {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol3 > a {
    margin-top: 4.1666666667vw;
  }
}
.customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}

.customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(-n+3) {
  margin-top: 0;
}

.customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(3n+1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a {
    width: 49%;
    margin-top: 4.1666666667vw;
    margin-left: 2%;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(-n+3) {
    margin-top: 4.1666666667vw;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(3n+1) {
    margin-left: 2%;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(-n+2) {
    margin-top: 0;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(2n+1) {
    margin-left: 0;
  }
}
.customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}

.customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a:nth-child(-n+3) {
  margin-top: 0;
}

.customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a:nth-child(3n+1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a {
    width: 100%;
    margin-top: 4.1666666667vw;
    margin-left: 0;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a:nth-child(-n+3) {
    margin-top: 4.1666666667vw;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a:first-child {
    margin-top: 0;
  }
}
.customBlockText .blockBtnArea .btnListBox > a {
  padding: 1em;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #1F1F1F;
  color: #fff;
  box-sizing: border-box;
}

.customBlockText .blockBtnArea .btnListBox > a:visited, .customBlockText .blockBtnArea .btnListBox > a:focus, .customBlockText .blockBtnArea .btnListBox > a:active {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .customBlockText .blockBtnArea .btnListBox > a {
    transition: background-color 0.3s ease 0s;
  }
  .customBlockText .blockBtnArea .btnListBox > a:hover {
    background-color: #575757;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockBtnArea .btnListBox > a {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox > a {
    font-size: 4.1666666667vw;
  }
}
.customBlockText .blockBtnArea .btnListBox > a.alignL {
  justify-content: flex-start;
}

.customBlockText .blockBtnArea .btnListBox > a.alignC {
  justify-content: center;
}

.customBlockText .blockBtnArea .btnListBox > a.alignR {
  justify-content: flex-end;
}

.customBlockText .blockBtnArea .btnListBox > a * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.customBlockText .blockBtnArea .btnListBox > a .jp {
  line-height: 1;
}

.customBlockText .blockBtnArea .btnListBox > a .en {
  line-height: 1;
}

.customBlockText .blockBtnArea .btnListBox > a.enJpBtn .en, .customBlockText .blockBtnArea .btnListBox > a.enBtn .en {
  line-height: 1.4;
  font-size: 130%;
  font-weight: 600;
  order: 1;
}

.customBlockText .blockBtnArea .btnListBox > a.enJpBtn .jp, .customBlockText .blockBtnArea .btnListBox > a.enBtn .jp {
  line-height: 1.4;
  margin-left: 0.5em;
  font-size: 80%;
  order: 2;
}

.customBlockText .blockBtnArea .btnListBox > a.jpEnBtn .jp, .customBlockText .blockBtnArea .btnListBox > a.jpBtn .jp {
  line-height: 1.4;
  font-size: 130%;
  font-weight: bold;
  order: 1;
}

.customBlockText .blockBtnArea .btnListBox > a.jpEnBtn .en, .customBlockText .blockBtnArea .btnListBox > a.jpBtn .en {
  line-height: 1.4;
  margin-left: 0.5em;
  font-size: 80%;
  order: 2;
}

.customBlockText .blockBtnArea .btnListBox > a[target=_blank]:after {
  order: 3;
}

.customBlockText .blockSliderImgArea {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockSliderImgArea + .blockSliderImgArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockSliderImgArea + .blockSliderImgArea {
    margin-top: 2.0833333333vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockSliderImgArea + .blockSliderImgArea {
    margin-top: 4.1666666667vw !important;
  }
}
.customBlockText .blockSliderImgArea .blockSliderImg {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockSliderImgArea .blockSliderImg {
    padding-bottom: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockSliderImgArea .blockSliderImg {
    padding-bottom: 7.8125vw;
  }
}
.customBlockText .blockSliderImgArea .slide {
  display: block;
}

.customBlockText .blockSliderImgArea .slide > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockSliderImgArea .slide > * {
    margin-top: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockSliderImgArea .slide > * {
    margin-top: 2.0833333333vw;
  }
}
.customBlockText .blockSliderImgArea .slide > *:first-child {
  margin-top: 0;
}

.customBlockText .blockSliderImgArea .slide .photo {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockSliderImgArea .slide .photo .img {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockSliderImgArea .slide .photo .img > img {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.customBlockText .blockSliderImgArea .slide .detail {
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockSliderImgArea .slide .detail {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockSliderImgArea .slide .detail {
    font-size: 3.6458333333vw;
  }
}
.customBlockText .blockSliderImgArea .slide .detail p {
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: border-box;
}

.customBlockText .blockSliderImgArea .sliderNext,
.customBlockText .blockSliderImgArea .sliderPrev {
  width: 40px;
  height: 120px;
  margin-top: 0;
  display: block;
  background-color: #fff;
  color: #1F1F1F;
  transform: translateY(-50%);
}

.customBlockText .blockSliderImgArea .sliderNext:visited, .customBlockText .blockSliderImgArea .sliderNext:focus, .customBlockText .blockSliderImgArea .sliderNext:active,
.customBlockText .blockSliderImgArea .sliderPrev:visited,
.customBlockText .blockSliderImgArea .sliderPrev:focus,
.customBlockText .blockSliderImgArea .sliderPrev:active {
  color: #1F1F1F;
}

@media only screen and (min-width: 1200px) {
  .customBlockText .blockSliderImgArea .sliderNext,
  .customBlockText .blockSliderImgArea .sliderPrev {
    transition: opacity 0.3s ease 0s;
  }
  .customBlockText .blockSliderImgArea .sliderNext:hover,
  .customBlockText .blockSliderImgArea .sliderPrev:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockSliderImgArea .sliderNext,
  .customBlockText .blockSliderImgArea .sliderPrev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockSliderImgArea .sliderNext,
  .customBlockText .blockSliderImgArea .sliderPrev {
    display: none;
  }
}
.customBlockText .blockSliderImgArea .sliderNext:after,
.customBlockText .blockSliderImgArea .sliderPrev:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 30% auto;
          mask-size: 30% auto;
  box-sizing: border-box;
}

.customBlockText .blockSliderImgArea .sliderNext {
  right: 0;
}

.customBlockText .blockSliderImgArea .sliderNext:after {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="6.444" height="12" viewBox="0 0 6.444 12"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(-6.222 12.281) rotate(-90)" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="6.444" height="12" viewBox="0 0 6.444 12"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(-6.222 12.281) rotate(-90)" /></svg>');
}

.customBlockText .blockSliderImgArea .sliderPrev {
  left: 0;
}

.customBlockText .blockSliderImgArea .sliderPrev:after {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="6.444" height="12" viewBox="0 0 6.444 12"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(12.666 -0.281) rotate(90)" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="6.444" height="12" viewBox="0 0 6.444 12"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(12.666 -0.281) rotate(90)" /></svg>');
}

.customBlockText .blockSliderImgArea .sliderPager {
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
}

.customBlockText .blockSliderImgArea .sliderPager .swiper-pagination-bullet-active {
  background-color: #1F1F1F;
}

.customBlockText .blockIframeBoxArea {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockIframeBoxArea + .blockIframeBoxArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIframeBoxArea + .blockIframeBoxArea {
    margin-top: 2.0833333333vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIframeBoxArea + .blockIframeBoxArea {
    margin-top: 4.1666666667vw !important;
  }
}
.customBlockText .blockIframeBoxArea .blockIframeBox {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockIframeBoxArea .blockIframeBox > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIframeBoxArea .blockIframeBox > * {
    margin-top: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIframeBoxArea .blockIframeBox > * {
    margin-top: 2.0833333333vw;
  }
}
.customBlockText .blockIframeBoxArea .blockIframeBox > *:first-child {
  margin-top: 0;
}

.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox .code {
  box-sizing: border-box;
}

.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox .code > iframe,
.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox .code > video {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}

.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_left .code {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_center .code {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_right .code {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_full .code {
  width: 100%;
  max-width: none;
  padding-top: 56.25%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_full .code > iframe,
.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_full .code > video {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.customBlockText .blockIframeBoxArea .blockIframeBox .detail {
  width: 100%;
  box-sizing: border-box;
}

.customBlockText .blockIframeBoxArea .blockIframeBox .detail .caption {
  width: 100%;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customBlockText .blockIframeBoxArea .blockIframeBox .detail .caption {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIframeBoxArea .blockIframeBox .detail .caption {
    font-size: 3.6458333333vw;
  }
}
.text {
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.08em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .text {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .text {
    font-size: 4.1666666667vw;
  }
}
.text.size-s {
  line-height: 1.6;
  font-size: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .text.size-s {
    font-size: 1.6927083333vw;
  }
}
@media only screen and (max-width: 767px) {
  .text.size-s {
    font-size: 3.3854166667vw;
  }
}
.text.size-l {
  line-height: 1.6;
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .text.size-l {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .text.size-l {
    font-size: 4.6875vw;
  }
}
.text.lh2 {
  line-height: 2;
}

.text.indent1 {
  padding-left: 1em;
  box-sizing: border-box;
}

.ulList {
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.08em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ulList {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .ulList {
    font-size: 4.1666666667vw;
  }
}
.ulList.size-s {
  line-height: 1.6;
  font-size: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ulList.size-s {
    font-size: 1.6927083333vw;
  }
}
@media only screen and (max-width: 767px) {
  .ulList.size-s {
    font-size: 3.3854166667vw;
  }
}
.ulList.size-l {
  line-height: 1.6;
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ulList.size-l {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .ulList.size-l {
    font-size: 4.6875vw;
  }
}
.ulList.lh2 {
  line-height: 2;
}

.ulList > li {
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  position: relative;
  box-sizing: border-box;
}

.ulList > li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.dotsList > li {
  padding-left: 1.2em;
}

.dotsList > li:before {
  content: "・";
}

.numList {
  counter-reset: num-counter;
}

.numList > li {
  padding-left: 1.2em;
}

.numList > li:before {
  content: counter(num-counter) "";
  counter-increment: num-counter;
}

.alphaList {
  counter-reset: alpha-counter;
}

.alphaList > li {
  padding-left: 1.2em;
}

.alphaList > li:before {
  content: counter(alpha-counter, lower-alpha) "";
  counter-increment: alpha-counter;
}

.textLink {
  text-decoration: underline;
  color: #2a5caa;
}

.textLink:visited, .textLink:focus, .textLink:active {
  color: #2a5caa;
}

@media only screen and (min-width: 1200px) {
  .textLink:hover {
    text-decoration: none;
  }
}
.moreViewBtn .btn {
  background-color: #f0f0f0;
  font-size: 15px;
  text-align: center;
  padding: 18px;
  box-sizing: border-box;
  display: block;
}

@media only screen and (min-width: 1200px) {
  .moreViewBtn .btn {
    transition: opacity 0.3s ease 0s;
  }
  .moreViewBtn .btn:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .moreViewBtn .btn {
    padding: 2.34375vw;
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  .moreViewBtn .btn {
    padding: 4.6875vw;
    font-size: 3.90625vw;
  }
}
.snsShare .snsShareList {
  display: flex;
}

.snsShare .snsShareList a {
  width: 40px;
  display: block;
  margin-left: 10px;
}

.snsShare .snsShareList a:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .snsShare .snsShareList a {
    width: 5.2083333333vw;
    margin-left: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .snsShare .snsShareList a {
    width: 10.4166666667vw;
    margin-left: 2.6041666667vw;
  }
}
.btn {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s ease 0s;
}

.btn.round {
  border-radius: 30px;
}

.btn.arrow {
  position: relative;
  padding-right: 50px;
}

@media only screen and (min-width: 1200px) {
  .btn.arrow:hover::before {
    right: 25px;
  }
}
.btn.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s ease 0s;
}

@media only screen and (min-width: 1200px) {
  .btn.arrow.txt-green:hover::before {
    border-color: #fff;
  }
}
.btn.arrow.txt-green::before {
  border-color: #56805D;
}

.btn.blank {
  position: relative;
  padding-right: 50px;
}

.btn.blank::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 30px;
  width: 0.75em;
  height: 0.75em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><image width="24" height="24" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAStJREFUSEvtlcttwkAQhmdM7rRACZTg9AAIIaNQAh1k6MQIhBBwoATogHSQdADnJExmHFYy4PWuHyfEHL2z36d9/GuEktWjiADw3TUdXQ228Q5FYQAQZo0zwxgRmzqG2ogBso/o+9z42FJ8zOuVlcWCfWPmk0qwR0MvuELPwK8bmu9sAgMH4Kn0fOoWJgIx7BHYOtEAA/iJl7SUifeVhq9oPjJndFkBT+SjHFq5uoUrpTZBFrw2gQ1eiyAPXlnggqvA5KTwIfvA01elkKAoPEnyf9Dc19QH3qVBW6FrWhzMKrwEPnAFdmmYhHVNs9Bb0Kd+65dfDoiw1YTmRbGUQIEqsT0RaWFpge8D8hQ4d+qBt4jlbyb3PAlJpWIcybPwlRG0Stiryfr7TQv+AEkZHZxOksqjAAAAAElFTkSuQmCC"/></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="UTF-8"?><svg id="_レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><image width="24" height="24" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAStJREFUSEvtlcttwkAQhmdM7rRACZTg9AAIIaNQAh1k6MQIhBBwoATogHSQdADnJExmHFYy4PWuHyfEHL2z36d9/GuEktWjiADw3TUdXQ228Q5FYQAQZo0zwxgRmzqG2ogBso/o+9z42FJ8zOuVlcWCfWPmk0qwR0MvuELPwK8bmu9sAgMH4Kn0fOoWJgIx7BHYOtEAA/iJl7SUifeVhq9oPjJndFkBT+SjHFq5uoUrpTZBFrw2gQ1eiyAPXlnggqvA5KTwIfvA01elkKAoPEnyf9Dc19QH3qVBW6FrWhzMKrwEPnAFdmmYhHVNs9Bb0Kd+65dfDoiw1YTmRbGUQIEqsT0RaWFpge8D8hQ4d+qBt4jlbyb3PAlJpWIcybPwlRG0Stiryfr7TQv+AEkZHZxOksqjAAAAAElFTkSuQmCC"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  transform: translateY(-50%);
  transition: 0.5s ease 0s;
}

@media only screen and (min-width: 1200px) {
  .btn.blank.txt-green:hover::before {
    background-color: #fff;
  }
}
.btn.blank.txt-green::before {
  background-color: #56805D;
}

.btn.black {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

@media only screen and (min-width: 1200px) {
  .btn.black:hover {
    color: #000;
    background-color: #fff;
  }
}
.btn.gray {
  color: #fff;
  background-color: #7f9594;
  border: 1px solid #7f9594;
}

@media only screen and (min-width: 1200px) {
  .btn.gray:hover {
    color: #7f9594;
    background-color: #fff;
  }
}
.btn.white {
  background-color: #fff;
  border: 1px solid #fff;
}

.btn.white.txt-green {
  color: #56805D;
}

@media only screen and (min-width: 1200px) {
  .btn.white.txt-green:hover {
    color: #fff;
    background-color: #56805D;
  }
}
.btn.whiteBorder {
  color: #fff;
  border: 1px solid #fff;
}

@media only screen and (min-width: 1200px) {
  .btn.whiteBorder.greengray:hover {
    color: #7f9594;
    background-color: #fff;
  }
}
.keywordList {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  padding-left: 0 !important;
  list-style: none !important;
}

.keywordList li {
  font-size: 14px;
  background-color: #7f9594;
  padding: 0.4em 0.7em;
  border-radius: 50em;
  margin-top: 0 !important;
  margin-bottom: 0.6em !important;
  margin-right: 0.6em;
  list-style: none !important;
}

@media only screen and (min-width: 1200px) {
  .keywordList li {
    transition: background-color 0.3s ease 0s;
  }
  .keywordList li:hover {
    background-color: #4b6261;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .keywordList li {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .keywordList li {
    font-size: 3.6458333333vw;
  }
}
.keywordList li a {
  color: #fff;
  text-decoration: none;
}

.keywordLevelListWrap .keywordLevelList > dl {
  padding: 30px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .keywordLevelListWrap .keywordLevelList > dl {
    padding: 2.6041666667vw;
    padding-bottom: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  .keywordLevelListWrap .keywordLevelList > dl {
    padding: 5.2083333333vw;
    padding-bottom: 3.90625vw;
  }
}
.keywordLevelListWrap .keywordLevelList > dl:first-child {
  border-top: 1px solid #DDDDDD;
}

.keywordLevelListWrap .keywordLevelList > dl > * {
  margin-top: 15px;
}

.keywordLevelListWrap .keywordLevelList > dl > *:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .keywordLevelListWrap .keywordLevelList > dl > * {
    margin-top: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  .keywordLevelListWrap .keywordLevelList > dl > * {
    margin-top: 3.90625vw;
  }
}
.keywordLevelListWrap .keywordLevelList > dl > dt {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .keywordLevelListWrap .keywordLevelList > dl > dt {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .keywordLevelListWrap .keywordLevelList > dl > dt {
    font-size: 4.1666666667vw;
  }
}
.seriesBtnListWrap .seriesBtnList {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .seriesBtnListWrap .seriesBtnList {
    display: block;
  }
}
.seriesBtnListWrap .seriesBtnList li {
  width: 49%;
  margin-top: 2%;
  margin-left: 2%;
  list-style: none;
}

@media only screen and (min-width: 1200px) {
  .seriesBtnListWrap .seriesBtnList li:nth-child(-n+2) {
    margin-top: 0;
  }
  .seriesBtnListWrap .seriesBtnList li:nth-child(odd) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .seriesBtnListWrap .seriesBtnList li:nth-child(-n+2) {
    margin-top: 0;
  }
  .seriesBtnListWrap .seriesBtnList li:nth-child(odd) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .seriesBtnListWrap .seriesBtnList li {
    width: 100%;
    margin-top: 4%;
    margin-left: 0;
  }
  .seriesBtnListWrap .seriesBtnList li:first-child {
    margin-top: 0;
  }
}
.seriesBtnListWrap .seriesBtnList li a {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #F3F4F4;
  border-radius: 8px;
  padding: 1.2em 2.4em 1.2em 1.2em;
  background-image: url(../images/icon/icon_arrow_bk.svg);
  background-repeat: no-repeat;
  background-position: 94% center;
  text-decoration: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
  .seriesBtnListWrap .seriesBtnList li a {
    transition: opacity 0.3s ease 0s;
  }
  .seriesBtnListWrap .seriesBtnList li a:hover {
    opacity: 0.8;
  }
}
.seriesBtnListWrap .seriesBtnList li a span {
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .seriesBtnListWrap .seriesBtnList li a span {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .seriesBtnListWrap .seriesBtnList li a span {
    font-size: 4.1666666667vw;
  }
}
.tabBox {
  width: 100%;
  display: none;
  box-sizing: border-box;
}

.tabBox.active {
  display: block;
}