@charset "UTF-8";
/**
 * 札幌会議録センター
 * Version: Sakkai 1.0
 */
/*------------------------------------------------
リセット
------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([control]) {
  display: none;
  height: 0;
}

video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  border: 0 none;
  outline: 0 none;
  text-decoration: none;
}

[hidden] {
  display: none;
}

html, body, div, span, embed, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, q, del, dfn, em, img, ins, kbd, q, samp, font, small, strike, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, section, option, table, caption, tbody, tfoot, thead, tr, th, td, tt, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  font-size: 4vw;
  line-height: 1.5;
}
@media all and (min-width: 520px) {
  html, body, div, span, embed, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, q, del, dfn, em, img, ins, kbd, q, samp, font, small, strike, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, section, option, table, caption, tbody, tfoot, thead, tr, th, td, tt, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
    font-size: 3.6vw;
  }
}
@media all and (min-width: 680px) {
  html, body, div, span, embed, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, q, del, dfn, em, img, ins, kbd, q, samp, font, small, strike, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, section, option, table, caption, tbody, tfoot, thead, tr, th, td, tt, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
    font-size: 2vw;
  }
}
@media all and (min-width: 1280px) {
  html, body, div, span, embed, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, q, del, dfn, em, img, ins, kbd, q, samp, font, small, strike, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, section, option, table, caption, tbody, tfoot, thead, tr, th, td, tt, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
    font-size: 16px;
  }
}

html,
body {
  width: 100%;
  color: #000000;
  vertical-align: bottom;
  word-break: normal;
  letter-spacing: 1px;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  position: relative;
  line-height: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", Marmelad, arial, century gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", helvetica, Sans-Serif;
}

li > ol, li > ul {
  margin: 0;
  padding: 0;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: transparent;
}

iframe {
  line-height: 1;
  border: 0 none;
}

code, kbd, pre, samp {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -webkit-quotes: none;
  -moz-quotes: none;
  -ms-quotes: none;
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

blockquote blockquote {
  margin: 0;
}

cite, em, i, small {
  font-style: normal;
  font-weight: normal;
}

cite, small {
  text-transform: uppercase;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

form {
  margin: 0;
}

fieldset {
  border: 0 none;
}

legend {
  white-space: normal;
}

button, input, select, textarea {
  margin: 0;
  max-width: 100%;
  font-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", Marmelad, arial, century gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", helvetica, Sans-Serif;
  vertical-align: middle;
}

button, html input[type=button], html input[type=reset], html input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  -o-appearance: button;
  -ms-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  max-width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-spacing: 0;
}

table, th, td {
  border-collapse: collapse;
}

caption, th, td {
  font-weight: normal;
}

del {
  color: #333333;
}

ins {
  text-decoration: none;
}

hr {
  display: block;
  margin: 0;
  padding: 0;
  height: 1px;
  border: 0 none;
  border-top: 1px solid #cccccc;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
}
@media all and (min-width: 680px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

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

address {
  font-style: normal;
}

::selection {
  background-color: #0a9ad2;
  color: #ffffff;
}

::-moz-selection {
  background-color: #0a9ad2;
  color: #ffffff;
}

:root {
  --my-base-color: #ffffff;
  --my-main-color: #4767fd;
  --my-sub-color: #ab00ff;
  --my-sub2-color: #6b62fd;
  --my-sub3-color: #0b62f3;
  --my-sub4-color: #7734ec;
  --my-accent-color: #c0151a;
  --my-title-color: #1c1c1c;
  --my-text-color: #000000;
  --my-link-color: #4767fd;
  --my-link-visited: #4767fd;
  --my-link-hover: #ab00ff;
  --my-link-active: #ab00ff;
  --my-border-color: #bdbdbd;
  --my-gray-color: #808080;
  --my-red-color: #ff0000;
  --my-green-color: #009900;
  --my-blue-color: #0000ff;
  --my-cyan-color: #00ffff;
  --my-magenta-color: #ff00ff;
  --my-yellow-color: #ffff00;
  --my-fs-h1: 200%;
  --my-fs-h2: 175%;
  --my-fs-h3: 150%;
  --my-fs-h4: 125%;
  --my-fs-h5: 112.5%;
  --my-fs-h6: 100%;
}

.clearfix {
  display: block;
  min-height: 1px;
}
.clearfix::before, .clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

html > body .clearfix {
  display: block\9 ;
}

* html .clearfix {
  height: 1%;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

.load-icon {
  position: absolute;
  width: 0;
  height: 0;
}

.l-container {
  background-color: #f9f9f9;
}

.l-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  max-width: 138rem;
}

.l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}
.l-content.-home {
  display: block;
}
.-view-sp {
  display: block;
}

.-view-pc {
  display: none;
}

@media all and (min-width: 680px) {
  .l-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .-view-sp {
    display: none;
  }
  .-view-pc {
    display: block;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeSwing {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-50%, -100%, -100px) rotateX(-96deg);
    transform: translate3d(-50%, -100%, -100px) rotateX(-96deg);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(-50%, 0, 0) rotateX(0deg);
    -moz-transform: translate3d(-50%, 0, 0) rotateX(0deg);
    -o-transform: translate3d(-50%, 0, 0) rotateX(0deg);
    -ms-transform: translate3d(-50%, 0, 0) rotateX(0deg);
    transform: translate3d(-50%, 0, 0) rotateX(0deg);
  }
}
@keyframes fadeSwing {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-50%, -100%, -100px) rotateX(-96deg);
    transform: translate3d(-50%, -100%, -100px) rotateX(-96deg);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(-50%, 0, 0) rotateX(0deg);
    -moz-transform: translate3d(-50%, 0, 0) rotateX(0deg);
    -o-transform: translate3d(-50%, 0, 0) rotateX(0deg);
    -ms-transform: translate3d(-50%, 0, 0) rotateX(0deg);
    transform: translate3d(-50%, 0, 0) rotateX(0deg);
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes swingHeaderNav {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateX(96deg);
    transform: rotateX(96deg);
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes swingHeaderNav {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateX(96deg);
    transform: rotateX(96deg);
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes loopLineToBottom {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes loopLineToBottom {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes progressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes cssHeaderTicker {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes cssHeaderTicker {
  0% {
    transform: translate3d(80vw, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.l-button,
.l-button__line {
  transform-origin: center;
  transition: all 0.4s ease;
}

.l-button {
  position: fixed;
  z-index: 999;
  top: 1rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  background-color: var(--my-main-color);
  cursor: pointer;
}
.l-button__line {
  position: absolute;
  left: 1rem;
  width: 3rem;
  height: 0.4rem;
  background-color: var(--my-base-color);
}
.l-button .-buttonLineTop {
  top: 1.4rem;
}
.l-button .-buttonLineMiddle {
  top: 50%;
  margin-top: -0.1rem;
}
.l-button .-buttonLineBottom {
  bottom: 1.4rem;
}

.l-button.is-active .-buttonLineTop {
  top: 2.3rem;
  transform: rotate(45deg);
}
.l-button.is-active .-buttonLineMiddle {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.l-button.is-active .-buttonLineBottom {
  bottom: 2.3rem;
  transform: rotate(-45deg);
}

@media all and (min-width: 680px) {
  .l-button {
    right: 4rem;
  }
  .l-button.is-active {
    right: 4rem;
  }
}
@media all and (min-width: 1280px) {
  .l-button,
  .l-button.is-active {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
}
.l-header {
  position: fixed;
  z-index: 888;
  top: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background-color: var(--my-base-color);
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  height: 100%;
  max-width: 152.4rem;
}
.l-header__logo {
  position: relative;
  z-index: 999;
  width: 24rem;
}
.l-header__logo.is-navOpened .-headerLogoLink {
  color: var(--my-base-color);
}
.l-header__nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  inset: 0;
  padding-top: 7rem;
  width: 100%;
  height: 100vh;
  background-color: var(--my-main-color);
}
.l-header__nav.is-open {
  z-index: 777;
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
}

@media all and (min-width: 680px) {
  .l-header__inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media all and (min-width: 1280px) {
  .l-header__logo {
    margin-top: 0;
  }
  .l-header__nav, .l-header__nav.is-open {
    z-index: 990;
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }
  .l-header__nav {
    position: static;
    inset: auto;
    padding-top: 0;
    width: 100%;
    max-width: 92rem;
    margin: 0;
    background-color: transparent;
  }
}
.l-footer {
  position: relative;
  z-index: 0;
  width: 100%;
}
.l-footer__block {
  display: block;
  width: 100%;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-footer__copyright {
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
  border-top: 1px solid var(--my-base-color);
  color: var(--my-border-color);
  text-align: center;
}
.l-footer__brand {
  padding-bottom: 3em;
}
.l-footer__logo {
  margin-bottom: 0.5em;
}
.l-footer .-footerLogo {
  width: 100%;
}
.l-footer__address .-footerAddressText {
  color: var(--my-border-color);
}
.l-footer__address .-footerAddressText + .-footerAddressText {
  margin-top: 0;
}
.l-footer__menus {
  padding-bottom: 5em;
}

.l-footer-contact {
  padding: 2.5em 2rem;
  background-color: #1744bf;
}
.l-footer-contact__inner {
  margin: 0 auto;
  padding: 1em 1.5em;
  width: 100%;
  max-width: 104.2rem;
  border-radius: 0.625em;
  background-color: var(--my-base-color);
}
.l-footer-contact__title, .l-footer-contact__text {
  color: var(--my-sub3-color);
  text-align: center;
}
.l-footer-contact__title {
  margin-bottom: 0.5em;
  font-weight: 900;
  font-size: 2em;
}
.l-footer-contact__text {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 2;
}
.l-footer-contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 1em;
  width: 100%;
  max-width: 543px;
}
.l-footer-banner {
  background-color: var(--my-base-color);
}
.l-footer-banner__list, .l-footer-banner__item {
  list-style-type: none;
  list-style-image: none;
}
.l-footer-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.l-footer-banner__item {
  width: 100%;
}
.l-footer-banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 2em 3em;
  width: 100%;
  overflow: hidden;
}
.l-footer-banner__backGradient, .l-footer-banner__backImage {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer-banner__backGradient {
  z-index: 20;
  background-repeat: repeat-y;
  background-position: 100% 0;
  background-size: 200% 100%;
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.l-footer-banner__backGradient.-footerServiceGradient {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 50%, rgba(107, 98, 253, 0.92) 50%);
}
.l-footer-banner__backGradient.-footerFlowGradient {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 50%, rgba(71, 103, 253, 0.92) 50%);
}
.l-footer-banner__backImage {
  z-index: 10;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.l-footer-banner__backImage.-footerServiceImage {
  background-image: url(../images/pic-1.png);
}
.l-footer-banner__backImage.-footerFlowImage {
  background-image: url(../images/pic-7.png);
}
.l-footer-banner__text, .l-footer-banner__button {
  position: relative;
  z-index: 50;
}
.l-footer-banner__text {
  color: var(--my-base-color);
  font-weight: 900;
  font-size: 2em;
  line-height: 1;
  text-align: center;
}
.l-footer-banner__button {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 3em;
  overflow: hidden;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.14);
  border-radius: 100vh;
  background-color: var(--my-base-color);
  color: var(--my-text-color);
  font-weight: 700;
  font-size: 1em;
  text-align: center;
}
.l-footer-banner__button::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.l-footer-banner__button.-footerServiceButton {
  color: var(--my-sub2-color);
}
.l-footer-banner__button.-footerFlowButton {
  color: var(--my-main-color);
}
.l-footer-banner__button.-footerServiceButton::before {
  background-color: var(--my-sub2-color);
}
.l-footer-banner__button.-footerFlowButton::before {
  background-color: var(--my-main-color);
}
.l-footer-banner__link:hover .-footerServiceGradient, .l-footer-banner__link:hover .-footerFlowGradient {
  background-position: 0;
}
.l-footer-banner__link:hover .-footerServiceText {
  color: var(--my-sub2-color);
}
.l-footer-banner__link:hover .-footerFlowText {
  color: var(--my-main-color);
}
.l-footer-banner__link:hover .-footerServiceButton, .l-footer-banner__link:hover .-footerFlowButton {
  transform: scale(1, 1);
  color: var(--my-base-color);
}
.l-footer-banner__link:hover .-footerServiceButton {
  background-color: var(--my-sub2-color);
}
.l-footer-banner__link:hover .-footerFlowButton {
  background-color: var(--my-main-color);
}

.l-footer-info {
  position: relative;
  padding-top: 4em;
  background-color: #1f2937;
}

@media all and (min-width: 680px) {
  .l-footer .-footerLogo {
    width: 35rem;
  }
  .l-footer-contact {
    padding: 7rem 4rem;
  }
  .l-footer-contact__inner {
    padding: 6rem 10rem 4rem;
    border-radius: 1rem;
  }
  .l-footer-contact__title {
    margin-bottom: 4.5rem;
  }
  .l-footer-contact__text {
    margin-bottom: 2.5rem;
  }
  .l-footer-contact__block {
    margin-bottom: 3.6rem;
  }
  .l-footer-banner__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .l-footer-banner__item {
    width: 50%;
  }
  .l-footer-banner__link {
    padding: 5em 3em;
  }
  .l-footer-banner__button {
    margin-top: 4.4rem;
  }
  .l-footer-banner__button.-footerServiceButton, .l-footer-banner__button.-footerFlowButton {
    max-width: 31.1rem;
  }
  .l-footer-info {
    padding-top: 8rem;
  }
}
@media all and (min-width: 1280px) {
  .l-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .l-footer__brand {
    padding-bottom: 3em;
  }
  .l-footer__logo {
    margin-bottom: 0.5em;
  }
  .l-footer__menus {
    padding-bottom: 10.6rem;
    width: 44%;
  }
  .l-footer-contact {
    padding: 7rem 4rem;
  }
  .l-footer-contact__inner {
    padding: 6rem 10rem 4rem;
    border-radius: 1rem;
  }
  .l-footer-contact__title {
    margin-bottom: 4.5rem;
  }
  .l-footer-contact__text {
    margin-bottom: 2.5rem;
  }
  .l-footer-contact__block {
    margin-bottom: 3.6rem;
  }
  .l-footer-banner__link {
    padding: 11rem 5em;
  }
  .l-footer-banner__text {
    font-size: 4.2rem;
  }
  .l-footer-banner__button.-footerServiceButton, .l-footer-banner__button.-footerFlowButton {
    max-width: 31.1rem;
    font-size: 1.6rem;
  }
  .l-footer-info {
    padding-top: 8rem;
  }
}
.l-sidebar {
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: 100%;
}
.l-main {
  width: 100%;
}
.delay-01 {
  transition-delay: 1s !important;
}

.delay-02 {
  transition-delay: 2s !important;
}

.delay-03 {
  transition-delay: 3s !important;
}

.delay-04 {
  transition-delay: 4s !important;
}

.delay-05 {
  transition-delay: 5s !important;
}

.delay-06 {
  transition-delay: 6s !important;
}

.delay-07 {
  transition-delay: 7s !important;
}

.delay-08 {
  transition-delay: 8s !important;
}

.delay-09 {
  transition-delay: 9s !important;
}

.delay-10 {
  transition-delay: 10s !important;
}

.delay-11 {
  transition-delay: 11s !important;
}

.delay-12 {
  transition-delay: 12s !important;
}

.delay-13 {
  transition-delay: 13s !important;
}

.delay-14 {
  transition-delay: 14s !important;
}

.delay-15 {
  transition-delay: 15s !important;
}

.delay-16 {
  transition-delay: 16s !important;
}

.delay-17 {
  transition-delay: 17s !important;
}

.delay-18 {
  transition-delay: 18s !important;
}

.delay-19 {
  transition-delay: 19s !important;
}

.delay-20 {
  transition-delay: 20s !important;
}

.delay1 {
  animation-delay: 0.2s;
}

.delay2 {
  animation-delay: 0.2s;
}

.delay3 {
  animation-delay: 0.2s;
}

.delay4 {
  animation-delay: 0.2s;
}

.delay5 {
  animation-delay: 0.2s;
}

.delay6 {
  animation-delay: 0.2s;
}

.delay7 {
  animation-delay: 0.2s;
}

.delay8 {
  animation-delay: 0.2s;
}

.delay9 {
  animation-delay: 0.2s;
}

.delay10 {
  animation-delay: 0.2s;
}

.delay11 {
  animation-delay: 0.2s;
}

.delay12 {
  animation-delay: 0.2s;
}

.delay13 {
  animation-delay: 0.2s;
}

.delay14 {
  animation-delay: 0.2s;
}

.delay15 {
  animation-delay: 0.2s;
}

.delay16 {
  animation-delay: 0.2s;
}

.delay17 {
  animation-delay: 0.2s;
}

.delay18 {
  animation-delay: 0.2s;
}

.delay19 {
  animation-delay: 0.2s;
}

.delay20 {
  animation-delay: 0.2s;
}

@media all and (min-width: 1024px) {
  .delay1 {
    animation-delay: 0.2s;
  }
  .delay2 {
    animation-delay: 0.4s;
  }
  .delay3 {
    animation-delay: 0.6s;
  }
  .delay4 {
    animation-delay: 0.8s;
  }
  .delay5 {
    animation-delay: 1s;
  }
  .delay6 {
    animation-delay: 1.2s;
  }
  .delay7 {
    animation-delay: 1.4s;
  }
  .delay8 {
    animation-delay: 1.6s;
  }
  .delay9 {
    animation-delay: 1.8s;
  }
  .delay10 {
    animation-delay: 2s;
  }
  .delay11 {
    animation-delay: 2.2s;
  }
  .delay12 {
    animation-delay: 2.4s;
  }
  .delay13 {
    animation-delay: 2.6s;
  }
  .delay14 {
    animation-delay: 2.8s;
  }
  .delay15 {
    animation-delay: 3s;
  }
  .delay16 {
    animation-delay: 3.2s;
  }
  .delay17 {
    animation-delay: 3.4s;
  }
  .delay18 {
    animation-delay: 3.6s;
  }
  .delay19 {
    animation-delay: 3.8s;
  }
  .delay20 {
    animation-delay: 4s;
  }
}
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUp;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeDown {
  animation-name: fadeDown;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeDownTrigger {
  opacity: 0;
}

.fadeLeft {
  animation-name: fadeLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeLeftTrigger {
  opacity: 0;
}

.fadeRight {
  animation-name: fadeRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeRightTrigger {
  opacity: 0;
}

.c-fadeIn,
.c-fadeUp,
.c-fadeDown,
.c-fadeLeft,
.c-fadeRight {
  opacity: 0;
}

.c-fadeUp,
.c-fadeDown,
.c-fadeLeft,
.c-fadeRight {
  -webkit-transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.c-fadeIn {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.c-fadeUp {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.c-fadeDown {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.c-fadeLeft {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.c-fadeRight {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

.c-fadeIn.is-active,
.c-fadeUp.is-active,
.c-fadeDown.is-active,
.c-fadeLeft.is-active,
.c-fadeRight.is-active {
  opacity: 1;
}

.c-fadeUp.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c-fadeDown.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c-fadeLeft.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c-fadeRight.is-acctive {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c-zoomIn,
.c-zoomOut {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}

.c-zoomIn {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-zoomOut {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c-zoomIn.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c-zoomOut.is-active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-laser {
  position: relative;
  overflow: hidden;
}
.c-laser::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #4767fd;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.c-laser .-hide {
  opaticy: 0;
  transition: all 1.2s ease;
  transition-delay: 0.5s;
}
.c-laser.is-active::after {
  left: 100%;
}
.c-laser.is-active .-hide {
  opaticy: 1;
}

.c-entrystyle div, .c-entrystyle span, .c-entrystyle embed, .c-entrystyle object, .c-entrystyle iframe, .c-entrystyle h1, .c-entrystyle h2, .c-entrystyle h3, .c-entrystyle h4, .c-entrystyle h5, .c-entrystyle h6, .c-entrystyle blockquote, .c-entrystyle p, .c-entrystyle pre,
.c-entrystyle abbr, .c-entrystyle address, .c-entrystyle cite, .c-entrystyle code, .c-entrystyle q, .c-entrystyle del, .c-entrystyle dfn, .c-entrystyle em, .c-entrystyle img, .c-entrystyle ins, .c-entrystyle kbd, .c-entrystyle q, .c-entrystyle samp, .c-entrystyle font, .c-entrystyle small, .c-entrystyle strike,
.c-entrystyle strong, .c-entrystyle sub, .c-entrystyle sup, .c-entrystyle var, .c-entrystyle b, .c-entrystyle i, .c-entrystyle dl, .c-entrystyle dt, .c-entrystyle dd, .c-entrystyle ol, .c-entrystyle ul, .c-entrystyle li, .c-entrystyle fieldset, .c-entrystyle form, .c-entrystyle label, .c-entrystyle legend, .c-entrystyle input,
.c-entrystyle textarea, .c-entrystyle section, .c-entrystyle option, .c-entrystyle table, .c-entrystyle caption, .c-entrystyle tbody, .c-entrystyle tfoot, .c-entrystyle thead, .c-entrystyle tr, .c-entrystyle th, .c-entrystyle td, .c-entrystyle tt,
.c-entrystyle article, .c-entrystyle aside, .c-entrystyle canvas, .c-entrystyle details, .c-entrystyle figcaption, .c-entrystyle figure, .c-entrystyle footer, .c-entrystyle header, .c-entrystyle hgroup, .c-entrystyle main,
.c-entrystyle menu, .c-entrystyle nav, .c-entrystyle section, .c-entrystyle summary, .c-entrystyle time, .c-entrystyle mark, .c-entrystyle audio, .c-entrystyle video {
  font-size: 100%;
}
.c-entrystyle h1, .c-entrystyle h2, .c-entrystyle h3, .c-entrystyle h4, .c-entrystyle h5, .c-entrystyle h6 {
  margin: 0 0 1em;
}
.c-entrystyle p, .c-entrystyle pre {
  margin: 0 0 2em;
}
.c-entrystyle h1, .c-entrystyle h2, .c-entrystyle h3, .c-entrystyle h4, .c-entrystyle h5, .c-entrystyle h6, .c-entrystyle p, .c-entrystyle pre, .c-entrystyle li {
  line-height: 1.5;
}
.c-entrystyle h1, .c-entrystyle h2, .c-entrystyle h3, .c-entrystyle h4, .c-entrystyle h5, .c-entrystyle h6 {
  padding: 0.5em 0;
  font-weight: 900;
}
.c-entrystyle h1 {
  font-size: var(--my-fs-h1);
}
.c-entrystyle h2 {
  font-size: var(--my-fs-h2);
}
.c-entrystyle h3 {
  font-size: var(--my-fs-h3);
}
.c-entrystyle h4 {
  font-size: var(--my-fs-h4);
}
.c-entrystyle h5 {
  font-size: var(--my-fs-h5);
}
.c-entrystyle h6 {
  font-size: var(--my-fs-h6);
}
.c-entrystyle p {
  padding: 1px 0;
}
.c-entrystyle p a, .c-entrystyle p b, .c-entrystyle p em, .c-entrystyle p i, .c-entrystyle p span, .c-entrystyle p strong {
  font-size: 100%;
}
.c-entrystyle figure {
  margin: 0;
}
.c-entrystyle figure div, .c-entrystyle figure figcaption {
  font-size: 100%;
}
.c-entrystyle ol, .c-entrystyle ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
}
.c-entrystyle ol {
  list-style-type: decimal;
}
.c-entrystyle ul {
  list-style-type: disc;
}
.c-entrystyle ul ul {
  list-style-type: circle;
}
.c-entrystyle li {
  font-size: 100%;
}
.c-entrystyle a {
  color: var(--my-link-color);
}
.c-entrystyle a:hover {
  color: var(--my-link-hover);
}
.c-entrystyle b, .c-entrystyle strong {
  font-weight: bold;
  font-weight: 700;
}
.c-entrystyle hr {
  border: 1px solid var(--my-main-color);
  border-collapse: collapse;
}
.c-entrystyle table, .c-entrystyle th, .c-entrystyle td {
  border: 1px solid var(--my-border-color);
  border-collapse: collapse;
}
.c-entrystyle table {
  width: 100%;
  table-layout: auto;
}
.c-entrystyle table th, .c-entrystyle table td {
  padding: 1em 1.5em;
}
.c-entrystyle blockquote {
  position: relative;
  margin: 4em 0;
  padding: 1em 2em;
  border: 1em solid #f0f5f3;
}
.c-entrystyle blockquote::before,
.c-entrystyle blockquote::after {
  display: inline-block;
  position: absolute;
  color: var(--my-border-color);
  font-weight: 900;
  font-size: 300%;
  line-height: 1;
}
.c-entrystyle blockquote::before {
  content: "“";
  top: -0.35em;
  left: -0.25em;
}
.c-entrystyle blockquote::after {
  content: "”";
  bottom: -0.65em;
  right: -0.25em;
}
.c-entrystyle .wp-block-heading {
  margin-bottom: 1em;
}
.c-entrystyle .wp-block-list {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
}
.c-entrystyle .wp-block-list .wp-block-list {
  margin-top: 0;
}
.c-entrystyle .wp-block-image {
  text-align: center;
}
.c-entrystyle .wp-block-embed {
  margin: 1em auto;
}
.c-entrystyle .wp-block-embed-youtube {
  width: 100%;
}
.c-entrystyle .wp-block-embed-youtube .wp-block-embed__wrapper {
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.c-entrystyle .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.c-entrystyle .wp-block-columns {
  margin-top: 1em;
}
.c-entrystyle .wp-block-group {
  margin: 2em 0;
}
.c-entrystyle .wp-block-group .wp-block-list {
  margin: 0;
}
.c-entrystyle .wp-block-group .wp-block-columns:not(:first-of-type) {
  margin-top: 2em;
}
.c-entrystyle .wp-block-group .wp-block-image figure {
  margin: 0;
}
.c-entrystyle .wp-block-group p:has(+ .wp-block-list) {
  margin-bottom: 0;
}
.c-entrystyle .wp-element-button {
  padding: 0.5em 2em;
}
.c-entrystyle a.wp-element-button {
  color: var(--my-base-color);
}
.c-entrystyle .-h1, .c-entrystyle .-h2, .c-entrystyle .-h3, .c-entrystyle .-h4, .c-entrystyle .-h5, .c-entrystyle .-h6 {
  margin: 1em 0;
  padding: 0.5em 1em;
}
.c-entrystyle.-darkMode {
  background-color: var(--my-text-color);
  color: #dddddd;
}

.c-button {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 0.5em 2em;
  border-radius: 100vh;
  overflow: hidden;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.14);
  background-color: var(--my-base-color);
  color: var(--my-text-color);
  font-weight: 700;
  font-size: 1em;
  text-align: center;
}
.c-button::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-button::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 7.99px;
  height: 12.27px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-button:hover {
  color: var(--my-base-color);
}
.c-button:hover::before {
  background-color: var(--my-sub-color);
  transform: scale(1, 1);
}
.c-button.-wide {
  width: 100%;
  max-width: 100%;
}
.c-button.-half {
  width: 50%;
  max-width: 50%;
}
.c-button.-quarter {
  width: 25%;
  max-width: 25%;
}
.c-button.-max260 {
  max-width: 26rem;
}
.c-button.-max300 {
  max-width: 30rem;
}
.c-button.-max470 {
  max-width: 47rem;
}
.c-button.-radius0 {
  border-radius: 0;
}
.c-button.-confirm, .c-button.-modify, .c-button.-reset, .c-button.-submit {
  margin: 1em;
  padding: 0.75em 5em;
  box-shadow: none;
  border-radius: 5px;
  color: var(--my-base-color);
}
.c-button.-confirm, .c-button.-submit {
  background-color: var(--my-main-color);
}
.c-button.-modify, .c-button.-reset {
  background-color: var(--my-accent-color);
}
.c-button.-submit:hover {
  background-color: #3875b4;
}
.c-button.-reset:hover {
  background-color: #db554f;
}
.c-button.-modify:hover {
  background-color: #db554f;
}
.c-button.-red:hover {
  background-color: #db554f;
}
.c-button.-yellow:hover {
  background-color: #f0b157;
}
.c-button.-green:hover {
  background-color: #51bb64;
}
.c-button.-aqua:hover {
  background-color: #59bedd;
}
.c-button.-blue:hover {
  background-color: #3875b4;
}
.c-button.-flip {
  background-color: var(--my-text-color);
  color: var(--my-base-color);
}
.c-button.-heroServiceLink:hover::before, .c-button.-heroContactLink:hover::before {
  background-color: var(--my-main-color);
}

.c-button.-main {
  color: var(--my-main-color);
}

.c-button.-main::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%234767fd%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-sub {
  color: var(--my-sub-color);
}

.c-button.-sub::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ab00ff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-sub2 {
  color: var(--my-sub2-color);
}

.c-button.-sub2::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%236b62fd%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-sub3 {
  color: var(--my-sub3-color);
}

.c-button.-sub3::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%230b62f3%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-sub4 {
  color: var(--my-sub4-color);
}

.c-button.-sub4::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%237734ec%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-accent {
  color: var(--my-accent-color);
}

.c-button.-accent::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23c0151a%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-title {
  color: var(--my-title-color);
}

.c-button.-title::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-text {
  color: var(--my-text-color);
}

.c-button.-text::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-link {
  color: var(--my-link-color);
}

.c-button.-link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%234767fd%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-visited {
  color: var(--my-visited-color);
}

.c-button.-visited::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%234767fd%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-hover {
  color: var(--my-hover-color);
}

.c-button.-hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ab00ff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-active {
  color: var(--my-active-color);
}

.c-button.-active::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ab00ff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-border {
  color: var(--my-border-color);
}

.c-button.-border::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23bdbdbd%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-main:hover {
  background-color: var(--my-main-color);
  color: var(--my-base-color);
}

.c-button.-main:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-sub:hover {
  background-color: var(--my-sub-color);
  color: var(--my-base-color);
}

.c-button.-sub:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-sub2:hover {
  background-color: var(--my-sub2-color);
  color: var(--my-base-color);
}

.c-button.-sub2:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-sub3:hover {
  background-color: var(--my-sub3-color);
  color: var(--my-base-color);
}

.c-button.-sub3:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-sub4:hover {
  background-color: var(--my-sub4-color);
  color: var(--my-base-color);
}

.c-button.-sub4:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-accent:hover {
  background-color: var(--my-accent-color);
  color: var(--my-base-color);
}

.c-button.-accent:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-title:hover {
  background-color: var(--my-title-color);
  color: var(--my-base-color);
}

.c-button.-title:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-text:hover {
  background-color: var(--my-text-color);
  color: var(--my-base-color);
}

.c-button.-text:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-link:hover {
  background-color: var(--my-link-color);
  color: var(--my-base-color);
}

.c-button.-link:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-visited:hover {
  background-color: var(--my-visited-color);
  color: var(--my-base-color);
}

.c-button.-visited:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-hover:hover {
  background-color: var(--my-hover-color);
  color: var(--my-base-color);
}

.c-button.-hover:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-active:hover {
  background-color: var(--my-active-color);
  color: var(--my-base-color);
}

.c-button.-active:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-border:hover {
  background-color: var(--my-border-color);
  color: var(--my-base-color);
}

.c-button.-border:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-baseFlip {
  background-color: var(--my-base-color);
}

.c-button.-baseFlip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-mainFlip {
  background-color: var(--my-main-color);
  color: var(--my-base-color);
}

.c-button.-mainFlip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-subFlip {
  background-color: var(--my-sub-color);
  color: var(--my-base-color);
}

.c-button.-subFlip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-sub2Flip {
  background-color: var(--my-sub2-color);
  color: var(--my-base-color);
}

.c-button.-sub2Flip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-sub3Flip {
  background-color: var(--my-sub3-color);
  color: var(--my-base-color);
}

.c-button.-sub3Flip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-sub4Flip {
  background-color: var(--my-sub4-color);
  color: var(--my-base-color);
}

.c-button.-sub4Flip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-accentFlip {
  background-color: var(--my-accent-color);
  color: var(--my-base-color);
}

.c-button.-accentFlip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-titleFlip {
  background-color: var(--my-title-color);
  color: var(--my-base-color);
}

.c-button.-titleFlip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-textFlip {
  background-color: var(--my-text-color);
  color: var(--my-base-color);
}

.c-button.-textFlip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-linkFlip {
  background-color: var(--my-link-color);
  color: var(--my-base-color);
}

.c-button.-linkFlip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-visitedFlip {
  background-color: var(--my-visited-color);
  color: var(--my-base-color);
}

.c-button.-visitedFlip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-hoverFlip {
  background-color: var(--my-hover-color);
  color: var(--my-base-color);
}

.c-button.-hoverFlip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-activeFlip {
  background-color: var(--my-active-color);
  color: var(--my-base-color);
}

.c-button.-activeFlip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-borderFlip {
  background-color: var(--my-border-color);
  color: var(--my-base-color);
}

.c-button.-borderFlip::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-button.-arrowNone::after {
  display: none;
}

.c-button.-shadowNone {
  box-shadow: none;
}

@media all and (max-width: 679px) {
  .c-button.-sp-max470 {
    width: 100%;
    max-width: 47rem;
  }
}
@media all and (min-width: 680px) {
  .c-button {
    padding: 0.75em 2em;
  }
  .c-button.-pc-max195 {
    width: 100%;
    max-width: 19.5rem;
  }
  .c-button.-pc-max360 {
    width: 100%;
    max-width: 36rem;
  }
}
@media all and (min-width: 1280px) {
  .c-button {
    font-size: 1.125em;
  }
}
.c-tel {
  display: block;
}
.c-tel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.c-tel__img {
  width: 2em;
  height: 2em;
}
.c-tel__svg {
  width: 100%;
  height: 100%;
  fill: var(--my-main-color);
}
.c-tel__text {
  padding-left: 0.25em;
  color: var(--my-main-color);
  font-weight: 900;
  font-size: 2em;
  line-height: 1;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.c-tel .-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em;
  border: 1px solid;
  border-radius: 100vh;
}
.c-tel .-button.-borderMain {
  border-color: var(--my-main-color);
}
.c-tel .-button.-borderSub {
  border-color: var(--my-sub-color);
}
.c-tel .-button.-borderAccent {
  border-color: var(--my-accent-color);
}

@media all and (min-width: 1280px) {
  .c-tel__img {
    width: 5rem;
    height: 5rem;
  }
  .c-tel__text {
    padding-left: 1.2rem;
    font-size: 4.5rem;
  }
}
.c-mail {
  display: block;
  max-width: 10em;
}
.c-mail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 1em;
  width: 100%;
  background-color: var(--my-mail-color);
  border-radius: 0.5em;
}
.c-mail__img {
  margin: 0 auto;
  width: 2em;
  height: 1.52em;
}
.c-mail__svg {
  width: 100%;
  height: 100%;
  fill: var(--my-text-color);
}
.c-mail__text {
  padding-bottom: 0.5em;
  color: var(--my-text-color);
  font-weight: 400;
  font-size: 1em;
}
.c-mail.-center {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 1280px) {
  .c-mail__link {
    padding: 1.5rem;
    border-radius: 1em;
  }
  .c-mail__img {
    width: 5rem;
    height: 3.8rem;
  }
  .c-mail__text {
    padding-bottom: 0.5em;
    padding-bottom: 1.4rem;
  }
  .c-mail.-headMail {
    width: 100%;
    max-width: 15rem;
  }
  .c-mail__text.-headMailText {
    font-size: 1.4rem;
  }
}
.c-more {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
}
.c-more__link {
  display: block;
  width: 100%;
}

.c-title {
  font-weight: 700;
  font-size: 100%;
}
.c-title.-left {
  text-align: left;
}
.c-title.-center {
  text-align: center;
}
.c-title.-right {
  text-align: right;
}
.c-title.-subSliderTitle {
  font-weight: 400;
  font-size: 90%;
  text-align: center;
}
.c-title.-fs80 {
  font-size: 80%;
}
.c-title.-fs90 {
  font-size: 90%;
}

.-h1,
.-h2,
.-h3,
.-h4,
.-h5,
.-h6 {
  margin: 1em 0;
  padding: 0.5em 1em;
  border-radius: 0.2em;
}

.-h1 {
  background-color: var(--my-main-color);
  color: var(--my-base-color);
  font-size: var(--my-fs-h1);
}

.-h2 {
  background-color: var(--my-sub-color);
  color: var(--my-base-color);
  font-size: var(--my-fs-h2);
}

.-h3 {
  background-color: var(--my-sub2-color);
  font-size: var(--my-fs-h3);
}

.-h4 {
  border: 0.4rem solid var(--my-sub-color);
  font-size: var(--my-fs-h4);
}

.-h5 {
  border-top: 0.4rem solid var(--my-sub-color);
  border-bottom: 0.4rem solid var(--my-sub-color);
  font-size: var(--my-fs-h5);
}

.-h6 {
  padding-left: 1em;
  border-left: 0.5rem solid var(--my-sub-color);
  font-size: var(--my-fs-h6);
}

@media all and (min-width: 1280px) {
  .c-title {
    font-size: 150%;
  }
}
.c-text {
  color: var(--my-text-color);
  font-weight: 400;
  font-size: 1em;
  line-height: 2;
}
.c-text__link {
  color: var(--my-main-color);
}
.c-text__link:hover {
  color: var(--my-sub-color);
}
.c-text.-center {
  text-align: center;
}
.c-text.-left {
  text-align: left;
}
.c-text.-right {
  text-align: right;
}
.c-text.-panelPeriod {
  font-size: 0.8em;
}
.c-text.-pubDate, .c-text.-modDate {
  line-height: 1;
}

.c-text + .c-text {
  margin-top: 1em;
}

.c-desc {
  color: var(--my-text-color);
  font-weight: 400;
  font-size: 100%;
}
.c-desc.-center {
  text-align: center;
}
.c-desc.-left {
  text-align: left;
}
.c-desc.-right {
  text-align: right;
}

.c-term {
  display: block;
}
.c-term__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-term__item {
  display: block;
  width: 100%;
}
.c-term__link {
  display: block;
  padding: 0.1em 2em;
  border-radius: 0.5em;
  background-color: var(--my-base-color);
  color: var(--my-text-color);
  font-size: 0.8em;
}
.c-term__link.-term-* {
  color: var(--my-base-color);
}

.c-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 0;
}
.c-label__text, .c-label__icon {
  color: var(--my-text-color);
}
.c-label__text {
  font-weight: 900;
  font-size: 1.5em;
}
.c-label__icon {
  padding: 0.2em 0.4em;
}
.c-label .-optional,
.c-label .-required {
  margin-left: 0.5em;
  border-radius: 0.3em;
  color: var(--my-base-color);
  font-size: 60%;
}
.c-label .-optional {
  background-color: var(--my-gray-color);
}
.c-label .-required {
  background-color: var(--my-accent-color);
}

@media all and (min-width: 1024px) {
  .c-label {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-input__text,
.c-input__password,
.c-input__email,
.c-input__search,
.c-input__tel,
.c-input__url,
.c-input__number,
.c-input__datetimeLocal,
.c-input__month,
.c-input__time,
.c-input__week,
.c-input__color,
.c-textarea {
  display: inline-block;
  padding: 1em 2em;
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--my-border-color);
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.c-input__text:placeholder-shown,
.c-input__password:placeholder-shown,
.c-input__email:placeholder-shown,
.c-input__search:placeholder-shown,
.c-input__tel:placeholder-shown,
.c-input__url:placeholder-shown,
.c-input__number:placeholder-shown,
.c-input__datetimeLocal:placeholder-shown,
.c-input__month:placeholder-shown,
.c-input__time:placeholder-shown,
.c-input__week:placeholder-shown,
.c-input__color:placeholder-shown,
.c-textarea:placeholder-shown {
  color: var(--my-gray-color);
  font-weight: 400;
  font-size: 100%;
}
.c-input__text::-webkit-input-placeholder,
.c-input__password::-webkit-input-placeholder,
.c-input__email::-webkit-input-placeholder,
.c-input__search::-webkit-input-placeholder,
.c-input__tel::-webkit-input-placeholder,
.c-input__url::-webkit-input-placeholder,
.c-input__number::-webkit-input-placeholder,
.c-input__datetimeLocal::-webkit-input-placeholder,
.c-input__month::-webkit-input-placeholder,
.c-input__time::-webkit-input-placeholder,
.c-input__week::-webkit-input-placeholder,
.c-input__color::-webkit-input-placeholder,
.c-textarea::-webkit-input-placeholder {
  color: var(--my-gray-color);
  font-weight: 400;
  font-size: 100%;
}
.c-input__text:-moz-placeholder,
.c-input__password:-moz-placeholder,
.c-input__email:-moz-placeholder,
.c-input__search:-moz-placeholder,
.c-input__tel:-moz-placeholder,
.c-input__url:-moz-placeholder,
.c-input__number:-moz-placeholder,
.c-input__datetimeLocal:-moz-placeholder,
.c-input__month:-moz-placeholder,
.c-input__time:-moz-placeholder,
.c-input__week:-moz-placeholder,
.c-input__color:-moz-placeholder,
.c-textarea:-moz-placeholder {
  opacity: 1;
  color: var(--my-gray-color);
  font-weight: 400;
  font-size: 100%;
}
.c-input__text::-moz-placeholder,
.c-input__password::-moz-placeholder,
.c-input__email::-moz-placeholder,
.c-input__search::-moz-placeholder,
.c-input__tel::-moz-placeholder,
.c-input__url::-moz-placeholder,
.c-input__number::-moz-placeholder,
.c-input__datetimeLocal::-moz-placeholder,
.c-input__month::-moz-placeholder,
.c-input__time::-moz-placeholder,
.c-input__week::-moz-placeholder,
.c-input__color::-moz-placeholder,
.c-textarea::-moz-placeholder {
  opacity: 1;
  color: var(--my-gray-color);
  font-weight: 400;
  font-size: 100%;
}
.c-input__text:-ms-input-placeholder,
.c-input__password:-ms-input-placeholder,
.c-input__email:-ms-input-placeholder,
.c-input__search:-ms-input-placeholder,
.c-input__tel:-ms-input-placeholder,
.c-input__url:-ms-input-placeholder,
.c-input__number:-ms-input-placeholder,
.c-input__datetimeLocal:-ms-input-placeholder,
.c-input__month:-ms-input-placeholder,
.c-input__time:-ms-input-placeholder,
.c-input__week:-ms-input-placeholder,
.c-input__color:-ms-input-placeholder,
.c-textarea:-ms-input-placeholder {
  color: var(--my-gray-color);
  font-weight: 400;
  font-size: 100%;
}
.c-input__text:focus,
.c-input__password:focus,
.c-input__email:focus,
.c-input__search:focus,
.c-input__tel:focus,
.c-input__url:focus,
.c-input__number:focus,
.c-input__datetimeLocal:focus,
.c-input__month:focus,
.c-input__time:focus,
.c-input__week:focus,
.c-input__color:focus,
.c-textarea:focus {
  border-color: var(--my-main-color);
  box-shadow: 0 0 10px 0 rgba(71, 103, 253, 0.2);
}

.c-input__hidden {
  display: none;
}
.c-textarea {
  line-height: 2;
}

.c-input__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-input__checkboxes.-policyConsent .c-input__checkbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-input__checkboxes.-policyConsent .c-input__checkbox .wpcf7-list-item {
  margin-left: 0;
}
.c-input__checkboxes.-policyConsent .c-input__checkbox .wpcf7-list-item label {
  display: block;
}
.c-input__checkboxes.-policyConsent .c-input__checkbox .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.c-input__checkboxes.-policyConsent .c-input__checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.5em;
}
.c-input__checkboxes.-policyConsent .c-input__checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid var(--my-border-color);
}
.c-input__checkboxes.-policyConsent .c-input__checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0.2em;
  transform: translateY(-50%) rotate(-45deg) scale(2);
  width: 0.6em;
  height: 0.4em;
  border-left: 2px solid var(--my-main-color);
  border-bottom: 2px solid var(--my-main-color);
  transition: opacity 0.2s ease, visibility 0.4s ease, transform 0.4s ease;
}
.c-input__checkboxes.-policyConsent .c-input__checkbox .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) rotate(-45deg) scale(1);
}

.c-select,
.c-select:focus {
  outline: 0 none;
}

.c-select {
  padding: 1em 3em 1em 2em;
  width: 100%;
  border: 1px solid var(--my-border-color);
  -webkit-appearance: none;
  appearance: none;
}
.c-select::-ms-expand {
  display: none;
}
.c-select:focus {
  border-color: var(--my-main-color);
  box-shadow: 0 0 1rem 1px rgba(71, 103, 253, 0.5);
}
.c-selects {
  position: relative;
}
.c-selects::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 1.25em;
  right: 1.5em;
  transform: rotate(90deg);
  width: 7.99px;
  height: 12.27px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2018.45%22%20style%3D%22enable-background%3Anew%200%200%2012%2018.45%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1.686%2C18.158.355%2C16.826a1%2C1%2C0%2C0%2C1%2C0-1.415L6.51%2C9.256.293%2C3.038a1%2C1%2C0%2C0%2C1%2C0-1.415L1.623.293a1%2C1%2C0%2C0%2C1%2C1.415%2C0l8.9%2C8.9L12%2C9.257l-8.9%2C8.9a1%2C1%2C0%2C0%2C1-1.415%2C0Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-image {
  display: block;
  padding: 0;
}
.c-image__figure {
  display: block;
}
.c-image__img {
  display: inline-block;
  width: 100%;
}
.c-image__caption {
  display: inline-block;
  padding-top: 0.5em;
  width: 100%;
  font-size: 1em;
}

.-normal .c-image__img {
  width: auto;
  max-width: none;
}

.c-logo {
  width: 24rem;
}
.c-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: var(--my-main-color);
  font-weight: 700;
  font-size: 2.4rem;
}
.c-logo__link.-headerLogoLink:hover {
  color: var(--my-sub-color);
}
.c-logo__link.-footerLogoLink {
  color: var(--my-base-color);
}
.c-logo__link.-footerLogoLink:hover {
  color: var(--my-main-color);
}

.c-thumb {
  display: block;
  padding: 0;
}
.c-thumb__figure {
  display: block;
}
.c-thumb__img {
  display: inline-block;
  width: 100%;
}
.c-thumb__svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.c-thumb__caption {
  display: inline-block;
  padding-top: 0.5em;
  width: 100%;
  font-size: 1em;
}
.c-thumb__icon {
  display: block;
  padding: 0 3em;
}
.c-thumb__icon.-cardThumbIcon {
  padding: 0;
}

.-normal .c-thumb__img {
  width: auto;
  max-width: none;
}

.c-icon {
  width: 100%;
}
.c-icon__size {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
}
.c-icon__size.-genreIcon {
  padding-bottom: 80.8510638298%;
}
.c-icon__size-inner {
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.c-icon__svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-arrow {
  display: block;
  position: relative;
  margin: auto;
  padding-top: 4em;
}

.c-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: inherit;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.c-breadcrumbs {
  margin: 0.5em 0;
  padding: 0.5em 0;
  width: 100%;
}
.c-breadcrumbs__list, .c-breadcrumbs__item, .c-breadcrumbs__link, .c-breadcrumbs__text {
  display: inline-block;
  font-size: 100%;
}
.c-breadcrumbs__list, .c-breadcrumbs__item {
  list-style: none;
}
.c-breadcrumbs__item, .c-breadcrumbs__link {
  color: var(--my-main-color);
}
.c-breadcrumbs__link:hover {
  color: var(--my-sub-color);
}
.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
}
.c-breadcrumbs__list::-webkit-scrollbar {
  display: none;
}
.c-breadcrumbs__item {
  display: inline-block;
  position: relative;
}
.c-breadcrumbs__item:not(:first-child) {
  padding-left: 4vw;
}
.c-breadcrumbs__item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  margin-top: -1vw;
  width: 2vw;
  height: 2vw;
  border-top: 1px solid var(--my-sub-color);
  border-right: 1px solid var(--my-sub-color);
}
.c-breadcrumbs__item:not(:last-child) {
  margin-right: 1vw;
}
@media all and (min-width: 680px) {
  .c-breadcrumbs__item:not(:first-child) {
    padding-left: 2vw;
  }
  .c-breadcrumbs__item:not(:first-child)::before {
    margin-top: -0.5vw;
    width: 1vw;
    height: 1vw;
  }
  .c-breadcrumbs__item:not(:last-child) {
    margin-right: 0.5vw;
  }
}
@media all and (min-width: 1280px) {
  .c-breadcrumbs {
    margin: 0 0 1em;
    padding: 4rem 0 1em;
  }
  .c-breadcrumbs__list {
    display: block;
    max-width: 90rem;
    white-space: wrap;
  }
  .c-breadcrumbs__item:not(:first-child) {
    padding-left: 1.6rem;
  }
  .c-breadcrumbs__item:not(:first-child)::before {
    margin-top: -0.4rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .c-breadcrumbs__item:not(:last-child) {
    margin-right: 0.4rem;
  }
}

.c-list,
.c-list__item {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}

.c-list__item {
  position: relative;
  font-size: 1em;
}
.c-list__item:not(:first-of-type) {
  margin-top: 1em;
}
.c-list__link {
  color: var(--my-main-color);
  font-size: 100%;
}
.c-list__link:hover {
  color: var(--my-sub-color);
}

.c-list.-disc .-item::before,
.c-list.-circle .-item::before,
.c-list.-point .-item::before,
.c-list.-square .-item::before,
.c-list.-check .-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  background-color: currentColor;
}

.c-list.-disc .-item::before,
.c-list.-square .-item::before {
  top: 0.5em;
  width: 0.5em;
  height: 0.5em;
}

.c-list .-item {
  padding-left: 1em;
}

.c-list.-disc .-item::before {
  border-radius: 50%;
}

.c-list.-circle .-item::before {
  top: 0.5em;
  width: 0.95em;
  height: 0.95em;
  border-radius: 50%;
}

.c-list.-point .-item::before {
  top: 0.6em;
  left: 0.4em;
  width: 4px;
  height: 4px;
  border-radius: 2px;
}

.c-list.-check .-item::before {
  top: 0.5em;
  width: 8.625px;
  height: 6.417px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%208.625%206.417%22%20style%3D%22enable-background%3Anew%200%200%208.625%206.417%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M15.984%2C20.417a1%2C1%2C0%2C0%2C1-.664-.253l-2.484-2.208a1%2C1%2C0%2C1%2C1%2C1.329-1.495l1.757%2C1.561L19.4%2C14.316a1%2C1%2C0%2C1%2C1%2C1.459%2C1.368L16.714%2C20.1A1%2C1%2C0%2C0%2C1%2C15.984%2C20.417Z%22%20transform%3D%22translate%28-12.5%20-14%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-list.-check.-check-base .-item::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%208.625%206.417%22%20style%3D%22enable-background%3Anew%200%200%208.625%206.417%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M15.984%2C20.417a1%2C1%2C0%2C0%2C1-.664-.253l-2.484-2.208a1%2C1%2C0%2C1%2C1%2C1.329-1.495l1.757%2C1.561L19.4%2C14.316a1%2C1%2C0%2C1%2C1%2C1.459%2C1.368L16.714%2C20.1A1%2C1%2C0%2C0%2C1%2C15.984%2C20.417Z%22%20transform%3D%22translate%28-12.5%20-14%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-list.-check.-check-main .-item::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%208.625%206.417%22%20style%3D%22enable-background%3Anew%200%200%208.625%206.417%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%234767fd%22%20d%3D%22M15.984%2C20.417a1%2C1%2C0%2C0%2C1-.664-.253l-2.484-2.208a1%2C1%2C0%2C1%2C1%2C1.329-1.495l1.757%2C1.561L19.4%2C14.316a1%2C1%2C0%2C1%2C1%2C1.459%2C1.368L16.714%2C20.1A1%2C1%2C0%2C0%2C1%2C15.984%2C20.417Z%22%20transform%3D%22translate%28-12.5%20-14%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-list.-check.-check-sub .-item::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%208.625%206.417%22%20style%3D%22enable-background%3Anew%200%200%208.625%206.417%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ab00ff%22%20d%3D%22M15.984%2C20.417a1%2C1%2C0%2C0%2C1-.664-.253l-2.484-2.208a1%2C1%2C0%2C1%2C1%2C1.329-1.495l1.757%2C1.561L19.4%2C14.316a1%2C1%2C0%2C1%2C1%2C1.459%2C1.368L16.714%2C20.1A1%2C1%2C0%2C0%2C1%2C15.984%2C20.417Z%22%20transform%3D%22translate%28-12.5%20-14%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-list.-check.-check-sub2 .-item::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%208.625%206.417%22%20style%3D%22enable-background%3Anew%200%200%208.625%206.417%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%236b62fd%22%20d%3D%22M15.984%2C20.417a1%2C1%2C0%2C0%2C1-.664-.253l-2.484-2.208a1%2C1%2C0%2C1%2C1%2C1.329-1.495l1.757%2C1.561L19.4%2C14.316a1%2C1%2C0%2C1%2C1%2C1.459%2C1.368L16.714%2C20.1A1%2C1%2C0%2C0%2C1%2C15.984%2C20.417Z%22%20transform%3D%22translate%28-12.5%20-14%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-list.-check.-check-text .-item::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%208.625%206.417%22%20style%3D%22enable-background%3Anew%200%200%208.625%206.417%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M15.984%2C20.417a1%2C1%2C0%2C0%2C1-.664-.253l-2.484-2.208a1%2C1%2C0%2C1%2C1%2C1.329-1.495l1.757%2C1.561L19.4%2C14.316a1%2C1%2C0%2C1%2C1%2C1.459%2C1.368L16.714%2C20.1A1%2C1%2C0%2C0%2C1%2C15.984%2C20.417Z%22%20transform%3D%22translate%28-12.5%20-14%29%22%2F%3E%3C%2Fsvg%3E");
}

.c-list.-text-asterisk .-item::before {
  content: "*";
  position: absolute;
  z-index: 1;
  top: 0.25em;
  left: 0;
  font-size: 100%;
}

.c-list.-text-kome .-item {
  padding-left: 1.5em;
}

.c-list.-text-kome .-item::before {
  content: "※";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 100%;
}

.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-column__posted {
  width: 100%;
}
.c-column__title {
  width: 100%;
}

@media all and (min-width: 680px) {
  .c-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
  .c-column__posted, .c-column__title {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-column__posted {
    width: calc(20% - 2rem);
  }
  .c-column__title {
    width: calc(80% - 2rem);
  }
}
.c-block__posted {
  font-size: 80%;
}
.c-block__title {
  font-size: 100%;
}

.c-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.625em;
}
.c-timeline:not(:first-of-type) {
  margin-top: 1em;
}
.c-timeline__column, .c-timeline__column::after {
  transition: all 0.4s ease;
}
.c-timeline__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 1em;
}
.c-timeline__column::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  width: 1.1em;
  height: 1.1em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%234767fd%22%20d%3D%22M5.977%2C62.227H81.913l-35%2C35%2C9.064%2C8.749%2C50-50-50-50-8.749%2C8.75%2C34.686%2C35H5.977Z%22%20transform%3D%22translate%28-5.977%20-5.977%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-timeline__columnItem {
  margin: 0;
  color: var(--my-text-color);
}
.c-timeline__posted {
  margin-right: 1em;
  max-width: 6em;
}
.c-timeline__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 8em;
  text-align: center;
}
.c-timeline__term .-timelineTerm {
  padding: 0.1em 2em;
  width: 100%;
  border-radius: 0.5em;
  font-size: 0.8em;
}
.c-timeline__title {
  margin-top: 0.5em;
  width: 100%;
}
.c-timeline__title .-timelineTitle {
  font-weight: 400;
  font-size: 100%;
}
.c-timeline__column:hover::after {
  right: -0.5em;
}

@media all and (min-width: 1280px) {
  .c-timeline__column {
    padding: 2em 4em 2em 2em;
  }
  .c-timeline__column::after {
    right: 1em;
    width: 1.68rem;
    height: 1.68rem;
  }
  .c-timeline__posted, .c-timeline__term {
    margin-right: 2em;
  }
  .c-timeline__title {
    margin-top: 0;
    width: calc(100% - 18em);
  }
  .c-timeline__title .-timelineTitle {
    font-size: 100%;
  }
}
.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.c-card__item {
  width: 100%;
}
.c-card__item.-serviceLeadBody, .c-card__item.-serviceLeadMedia {
  margin-top: 1em;
  margin-bottom: 1em;
}

@media all and (min-width: 680px) {
  .c-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-card.-serviceLead {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-card__item.-serviceLeadBody {
    width: 60%;
  }
  .c-card__item.-serviceLeadMedia {
    width: 38%;
  }
}
.c-panel {
  border-radius: 1em;
  overflow: hidden;
}
.c-panel__inner {
  position: relative;
  height: 100%;
}
.c-panel__thumb {
  overflow: hidden;
}
.c-panel__body {
  padding: 1em;
  overflow: hidden;
}
.c-panelHeader,
.c-panelContent {
  padding-left: 2em;
  padding-right: 2em;
  width: 100%;
}

.c-panelHeader {
  padding-top: 2em;
}
.c-panelHeader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-panelHeader__counter {
  margin: 0 auto;
  width: 5em;
}
.c-panelHeader__counterNumber {
  font-weight: 700;
  font-size: 4em;
  line-height: 1;
  text-align: center;
  background-image: linear-gradient(to bottom, #62c8fd 0%, #4767fd 100%);
  background-image: -webkit-linear-gradient(to bottom, #62c8fd 0%, #4767fd 100%);
  background-image: -moz-linear-gradient(to bottom, #62c8fd 0%, #4767fd 100%);
  background-image: -o-linear-gradient(to bottom, #62c8fd 0%, #4767fd 100%);
  background-image: -ms-linear-gradient(to bottom, #62c8fd 0%, #4767fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.c-panelHeader__counterText {
  margin-top: 1em;
  padding: 0.2em;
  width: 100%;
  border: 1px solid var(--my-main-color);
  border-radius: 100vh;
  color: var(--my-main-color);
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1;
  text-align: center;
}
.c-panelHeader__heading {
  padding-top: 1em;
}
.c-panelHeader__headingTitle {
  color: var(--my-main-color);
  font-weight: 900;
  font-size: 1.5em;
}

.c-panelContent {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media all and (max-width: 679px) {
  .c-panel {
    margin: 1rem;
    width: calc(100% - 2rem);
  }
  .c-panel.-sp-col1, .c-panel.-sp-col2, .c-panel.-sp-col3, .c-panel.-sp-col4, .c-panel.-sp-col5 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .c-panel.-sp-col1 {
    width: calc(100% - 2rem);
  }
  .c-panel.-sp-col2 {
    width: calc(50% - 2rem);
  }
  .c-panel.-sp-col3 {
    width: calc(33.3333333333% - 2rem);
  }
  .c-panel.-sp-col4 {
    width: calc(25% - 2rem);
  }
  .c-panel.-sp-col5 {
    width: calc(20% - 2rem);
  }
}
@media all and (min-width: 680px) {
  .c-panel {
    margin: 2rem 1.1rem;
    width: calc(100% - 2.2rem);
  }
  .c-panelHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-panelHeader__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-panelHeader__counter {
    margin: 0;
  }
  .c-panelHeader__counterNumber {
    font-size: 4em;
  }
  .c-panelHeader__counterText {
    margin-top: 1em;
    padding: 0.2em;
    font-size: 0.8em;
  }
  .c-panelHeader__heading {
    padding-top: 0;
    padding-left: 1em;
    width: calc(100% - 5em);
  }
  .c-panelHeader__headingTitle {
    font-size: 1.5em;
  }
}
@media all and (min-width: 680px) and (max-width: 1279px) {
  .c-panel.-tb-col1, .c-panel.-tb-col2, .c-panel.-tb-col3, .c-panel.-tb-col4, .c-panel.-tb-col5 {
    margin-left: 1.1rem;
    margin-right: 1.1rem;
  }
  .c-panel.-tb-col1 {
    width: calc(100% - 2.2rem);
  }
  .c-panel.-tb-col2 {
    width: calc(50% - 2.2rem);
  }
  .c-panel.-tb-col3 {
    width: calc(33.3333333333% - 2.2rem);
  }
  .c-panel.-tb-col4 {
    width: calc(25% - 2.2rem);
  }
  .c-panel.-tb-col5 {
    width: calc(20% - 2.2rem);
  }
}
@media all and (min-width: 1280px) {
  .c-panel__body {
    padding: 3rem;
  }
  .c-panel.-pc-col1, .c-panel.-pc-col2, .c-panel.-pc-col3, .c-panel.-pc-col4, .c-panel.-pc-col5 {
    margin-left: 1.1rem;
    margin-right: 1.1rem;
  }
  .c-panel.-pc-col1 {
    width: calc(100% - 2.2rem);
  }
  .c-panel.-pc-col2 {
    width: calc(50% - 2.2rem);
  }
  .c-panel.-pc-col3 {
    width: calc(33.3333333333% - 2.2rem);
  }
  .c-panel.-pc-col4 {
    width: calc(25% - 2.2rem);
  }
  .c-panel.-pc-col5 {
    width: calc(20% - 2.2rem);
  }
}
.c-table {
  width: 100%;
}
.c-table__table, .c-table__tbody, .c-table__thead, .c-table__tfoot {
  width: 100%;
}
.c-table__table {
  border-spacing: 0;
  border-top: 1px solid;
  border-left: 1px solid;
}
.c-table__col {
  padding: 1em;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.-swipe-on {
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.-swipe-on::-webkit-scrollbar {
  height: 5px;
}
.-swipe-on::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.-swipe-on::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
}

.-radius-1 .c-table__table {
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
}
.-radius-1 .c-table__table :first-child .c-table__row:first-child :first-child {
  border-top-left-radius: 1em;
}
.-radius-1 .c-table__table :first-child .c-table__row:first-child :last-child {
  border-top-right-radius: 1em;
}
.-radius-1 .c-table__table :last-child .c-table__row:last-child :first-child {
  border-bottom-left-radius: 1em;
}
.-radius-1 .c-table__table :last-child .c-table__row:last-child :last-child {
  border-bottom-right-radius: 1em;
}

.-bc-base .c-table__table, .-bc-base .c-table__col {
  border-color: var(--my-base-color);
}

.-bc-main .c-table__table, .-bc-main .c-table__col {
  border-color: var(--my-main-color);
}

.-bc-sub .c-table__table, .-bc-sub .c-table__col {
  border-color: var(--my-sub-color);
}

.-bc-sub2 .c-table__table, .-bc-sub2 .c-table__col {
  border-color: var(--my-sub2-color);
}

.-bc-sub3 .c-table__table, .-bc-sub3 .c-table__col {
  border-color: var(--my-sub3-color);
}

.-bc-sub4 .c-table__table, .-bc-sub4 .c-table__col {
  border-color: var(--my-sub4-color);
}

.-bc-accent .c-table__table, .-bc-accent .c-table__col {
  border-color: var(--my-accent-color);
}

.-bc-title .c-table__table, .-bc-title .c-table__col {
  border-color: var(--my-title-color);
}

.-bc-text .c-table__table, .-bc-text .c-table__col {
  border-color: var(--my-text-color);
}

.-bc-link .c-table__table, .-bc-link .c-table__col {
  border-color: var(--my-link-color);
}

.-bc-visited .c-table__table, .-bc-visited .c-table__col {
  border-color: var(--my-visited-color);
}

.-bc-hover .c-table__table, .-bc-hover .c-table__col {
  border-color: var(--my-hover-color);
}

.-bc-active .c-table__table, .-bc-active .c-table__col {
  border-color: var(--my-active-color);
}

.-bc-border .c-table__table, .-bc-border .c-table__col {
  border-color: var(--my-border-color);
}

.-type-stripe .c-table__row:nth-child(even) {
  background-color: #e5f2ff;
}

@media all and (max-width: 679px) {
  .c-table__col.-sp-w1p {
    width: 1%;
  }
  .c-table__col.-sp-w2p {
    width: 2%;
  }
  .c-table__col.-sp-w3p {
    width: 3%;
  }
  .c-table__col.-sp-w4p {
    width: 4%;
  }
  .c-table__col.-sp-w5p {
    width: 5%;
  }
  .c-table__col.-sp-w6p {
    width: 6%;
  }
  .c-table__col.-sp-w7p {
    width: 7%;
  }
  .c-table__col.-sp-w8p {
    width: 8%;
  }
  .c-table__col.-sp-w9p {
    width: 9%;
  }
  .c-table__col.-sp-w10p {
    width: 10%;
  }
  .c-table__col.-sp-w11p {
    width: 11%;
  }
  .c-table__col.-sp-w12p {
    width: 12%;
  }
  .c-table__col.-sp-w13p {
    width: 13%;
  }
  .c-table__col.-sp-w14p {
    width: 14%;
  }
  .c-table__col.-sp-w15p {
    width: 15%;
  }
  .c-table__col.-sp-w16p {
    width: 16%;
  }
  .c-table__col.-sp-w17p {
    width: 17%;
  }
  .c-table__col.-sp-w18p {
    width: 18%;
  }
  .c-table__col.-sp-w19p {
    width: 19%;
  }
  .c-table__col.-sp-w20p {
    width: 20%;
  }
  .c-table__col.-sp-w21p {
    width: 21%;
  }
  .c-table__col.-sp-w22p {
    width: 22%;
  }
  .c-table__col.-sp-w23p {
    width: 23%;
  }
  .c-table__col.-sp-w24p {
    width: 24%;
  }
  .c-table__col.-sp-w25p {
    width: 25%;
  }
  .c-table__col.-sp-w26p {
    width: 26%;
  }
  .c-table__col.-sp-w27p {
    width: 27%;
  }
  .c-table__col.-sp-w28p {
    width: 28%;
  }
  .c-table__col.-sp-w29p {
    width: 29%;
  }
  .c-table__col.-sp-w30p {
    width: 30%;
  }
  .c-table__col.-sp-w31p {
    width: 31%;
  }
  .c-table__col.-sp-w32p {
    width: 32%;
  }
  .c-table__col.-sp-w33p {
    width: 33%;
  }
  .c-table__col.-sp-w34p {
    width: 34%;
  }
  .c-table__col.-sp-w35p {
    width: 35%;
  }
  .c-table__col.-sp-w36p {
    width: 36%;
  }
  .c-table__col.-sp-w37p {
    width: 37%;
  }
  .c-table__col.-sp-w38p {
    width: 38%;
  }
  .c-table__col.-sp-w39p {
    width: 39%;
  }
  .c-table__col.-sp-w40p {
    width: 40%;
  }
  .c-table__col.-sp-w41p {
    width: 41%;
  }
  .c-table__col.-sp-w42p {
    width: 42%;
  }
  .c-table__col.-sp-w43p {
    width: 43%;
  }
  .c-table__col.-sp-w44p {
    width: 44%;
  }
  .c-table__col.-sp-w45p {
    width: 45%;
  }
  .c-table__col.-sp-w46p {
    width: 46%;
  }
  .c-table__col.-sp-w47p {
    width: 47%;
  }
  .c-table__col.-sp-w48p {
    width: 48%;
  }
  .c-table__col.-sp-w49p {
    width: 49%;
  }
  .c-table__col.-sp-w50p {
    width: 50%;
  }
  .c-table__col.-sp-w51p {
    width: 51%;
  }
  .c-table__col.-sp-w52p {
    width: 52%;
  }
  .c-table__col.-sp-w53p {
    width: 53%;
  }
  .c-table__col.-sp-w54p {
    width: 54%;
  }
  .c-table__col.-sp-w55p {
    width: 55%;
  }
  .c-table__col.-sp-w56p {
    width: 56%;
  }
  .c-table__col.-sp-w57p {
    width: 57%;
  }
  .c-table__col.-sp-w58p {
    width: 58%;
  }
  .c-table__col.-sp-w59p {
    width: 59%;
  }
  .c-table__col.-sp-w60p {
    width: 60%;
  }
  .c-table__col.-sp-w61p {
    width: 61%;
  }
  .c-table__col.-sp-w62p {
    width: 62%;
  }
  .c-table__col.-sp-w63p {
    width: 63%;
  }
  .c-table__col.-sp-w64p {
    width: 64%;
  }
  .c-table__col.-sp-w65p {
    width: 65%;
  }
  .c-table__col.-sp-w66p {
    width: 66%;
  }
  .c-table__col.-sp-w67p {
    width: 67%;
  }
  .c-table__col.-sp-w68p {
    width: 68%;
  }
  .c-table__col.-sp-w69p {
    width: 69%;
  }
  .c-table__col.-sp-w70p {
    width: 70%;
  }
  .c-table__col.-sp-w71p {
    width: 71%;
  }
  .c-table__col.-sp-w72p {
    width: 72%;
  }
  .c-table__col.-sp-w73p {
    width: 73%;
  }
  .c-table__col.-sp-w74p {
    width: 74%;
  }
  .c-table__col.-sp-w75p {
    width: 75%;
  }
  .c-table__col.-sp-w76p {
    width: 76%;
  }
  .c-table__col.-sp-w77p {
    width: 77%;
  }
  .c-table__col.-sp-w78p {
    width: 78%;
  }
  .c-table__col.-sp-w79p {
    width: 79%;
  }
  .c-table__col.-sp-w80p {
    width: 80%;
  }
  .c-table__col.-sp-w81p {
    width: 81%;
  }
  .c-table__col.-sp-w82p {
    width: 82%;
  }
  .c-table__col.-sp-w83p {
    width: 83%;
  }
  .c-table__col.-sp-w84p {
    width: 84%;
  }
  .c-table__col.-sp-w85p {
    width: 85%;
  }
  .c-table__col.-sp-w86p {
    width: 86%;
  }
  .c-table__col.-sp-w87p {
    width: 87%;
  }
  .c-table__col.-sp-w88p {
    width: 88%;
  }
  .c-table__col.-sp-w89p {
    width: 89%;
  }
  .c-table__col.-sp-w90p {
    width: 90%;
  }
  .c-table__col.-sp-w91p {
    width: 91%;
  }
  .c-table__col.-sp-w92p {
    width: 92%;
  }
  .c-table__col.-sp-w93p {
    width: 93%;
  }
  .c-table__col.-sp-w94p {
    width: 94%;
  }
  .c-table__col.-sp-w95p {
    width: 95%;
  }
  .c-table__col.-sp-w96p {
    width: 96%;
  }
  .c-table__col.-sp-w97p {
    width: 97%;
  }
  .c-table__col.-sp-w98p {
    width: 98%;
  }
  .c-table__col.-sp-w99p {
    width: 99%;
  }
  .c-table__col.-sp-w100p {
    width: 100%;
  }
}
@media all and (min-width: 680px) {
  .c-table__col.-pc-w1p {
    width: 1%;
  }
  .c-table__col.-pc-w2p {
    width: 2%;
  }
  .c-table__col.-pc-w3p {
    width: 3%;
  }
  .c-table__col.-pc-w4p {
    width: 4%;
  }
  .c-table__col.-pc-w5p {
    width: 5%;
  }
  .c-table__col.-pc-w6p {
    width: 6%;
  }
  .c-table__col.-pc-w7p {
    width: 7%;
  }
  .c-table__col.-pc-w8p {
    width: 8%;
  }
  .c-table__col.-pc-w9p {
    width: 9%;
  }
  .c-table__col.-pc-w10p {
    width: 10%;
  }
  .c-table__col.-pc-w11p {
    width: 11%;
  }
  .c-table__col.-pc-w12p {
    width: 12%;
  }
  .c-table__col.-pc-w13p {
    width: 13%;
  }
  .c-table__col.-pc-w14p {
    width: 14%;
  }
  .c-table__col.-pc-w15p {
    width: 15%;
  }
  .c-table__col.-pc-w16p {
    width: 16%;
  }
  .c-table__col.-pc-w17p {
    width: 17%;
  }
  .c-table__col.-pc-w18p {
    width: 18%;
  }
  .c-table__col.-pc-w19p {
    width: 19%;
  }
  .c-table__col.-pc-w20p {
    width: 20%;
  }
  .c-table__col.-pc-w21p {
    width: 21%;
  }
  .c-table__col.-pc-w22p {
    width: 22%;
  }
  .c-table__col.-pc-w23p {
    width: 23%;
  }
  .c-table__col.-pc-w24p {
    width: 24%;
  }
  .c-table__col.-pc-w25p {
    width: 25%;
  }
  .c-table__col.-pc-w26p {
    width: 26%;
  }
  .c-table__col.-pc-w27p {
    width: 27%;
  }
  .c-table__col.-pc-w28p {
    width: 28%;
  }
  .c-table__col.-pc-w29p {
    width: 29%;
  }
  .c-table__col.-pc-w30p {
    width: 30%;
  }
  .c-table__col.-pc-w31p {
    width: 31%;
  }
  .c-table__col.-pc-w32p {
    width: 32%;
  }
  .c-table__col.-pc-w33p {
    width: 33%;
  }
  .c-table__col.-pc-w34p {
    width: 34%;
  }
  .c-table__col.-pc-w35p {
    width: 35%;
  }
  .c-table__col.-pc-w36p {
    width: 36%;
  }
  .c-table__col.-pc-w37p {
    width: 37%;
  }
  .c-table__col.-pc-w38p {
    width: 38%;
  }
  .c-table__col.-pc-w39p {
    width: 39%;
  }
  .c-table__col.-pc-w40p {
    width: 40%;
  }
  .c-table__col.-pc-w41p {
    width: 41%;
  }
  .c-table__col.-pc-w42p {
    width: 42%;
  }
  .c-table__col.-pc-w43p {
    width: 43%;
  }
  .c-table__col.-pc-w44p {
    width: 44%;
  }
  .c-table__col.-pc-w45p {
    width: 45%;
  }
  .c-table__col.-pc-w46p {
    width: 46%;
  }
  .c-table__col.-pc-w47p {
    width: 47%;
  }
  .c-table__col.-pc-w48p {
    width: 48%;
  }
  .c-table__col.-pc-w49p {
    width: 49%;
  }
  .c-table__col.-pc-w50p {
    width: 50%;
  }
  .c-table__col.-pc-w51p {
    width: 51%;
  }
  .c-table__col.-pc-w52p {
    width: 52%;
  }
  .c-table__col.-pc-w53p {
    width: 53%;
  }
  .c-table__col.-pc-w54p {
    width: 54%;
  }
  .c-table__col.-pc-w55p {
    width: 55%;
  }
  .c-table__col.-pc-w56p {
    width: 56%;
  }
  .c-table__col.-pc-w57p {
    width: 57%;
  }
  .c-table__col.-pc-w58p {
    width: 58%;
  }
  .c-table__col.-pc-w59p {
    width: 59%;
  }
  .c-table__col.-pc-w60p {
    width: 60%;
  }
  .c-table__col.-pc-w61p {
    width: 61%;
  }
  .c-table__col.-pc-w62p {
    width: 62%;
  }
  .c-table__col.-pc-w63p {
    width: 63%;
  }
  .c-table__col.-pc-w64p {
    width: 64%;
  }
  .c-table__col.-pc-w65p {
    width: 65%;
  }
  .c-table__col.-pc-w66p {
    width: 66%;
  }
  .c-table__col.-pc-w67p {
    width: 67%;
  }
  .c-table__col.-pc-w68p {
    width: 68%;
  }
  .c-table__col.-pc-w69p {
    width: 69%;
  }
  .c-table__col.-pc-w70p {
    width: 70%;
  }
  .c-table__col.-pc-w71p {
    width: 71%;
  }
  .c-table__col.-pc-w72p {
    width: 72%;
  }
  .c-table__col.-pc-w73p {
    width: 73%;
  }
  .c-table__col.-pc-w74p {
    width: 74%;
  }
  .c-table__col.-pc-w75p {
    width: 75%;
  }
  .c-table__col.-pc-w76p {
    width: 76%;
  }
  .c-table__col.-pc-w77p {
    width: 77%;
  }
  .c-table__col.-pc-w78p {
    width: 78%;
  }
  .c-table__col.-pc-w79p {
    width: 79%;
  }
  .c-table__col.-pc-w80p {
    width: 80%;
  }
  .c-table__col.-pc-w81p {
    width: 81%;
  }
  .c-table__col.-pc-w82p {
    width: 82%;
  }
  .c-table__col.-pc-w83p {
    width: 83%;
  }
  .c-table__col.-pc-w84p {
    width: 84%;
  }
  .c-table__col.-pc-w85p {
    width: 85%;
  }
  .c-table__col.-pc-w86p {
    width: 86%;
  }
  .c-table__col.-pc-w87p {
    width: 87%;
  }
  .c-table__col.-pc-w88p {
    width: 88%;
  }
  .c-table__col.-pc-w89p {
    width: 89%;
  }
  .c-table__col.-pc-w90p {
    width: 90%;
  }
  .c-table__col.-pc-w91p {
    width: 91%;
  }
  .c-table__col.-pc-w92p {
    width: 92%;
  }
  .c-table__col.-pc-w93p {
    width: 93%;
  }
  .c-table__col.-pc-w94p {
    width: 94%;
  }
  .c-table__col.-pc-w95p {
    width: 95%;
  }
  .c-table__col.-pc-w96p {
    width: 96%;
  }
  .c-table__col.-pc-w97p {
    width: 97%;
  }
  .c-table__col.-pc-w98p {
    width: 98%;
  }
  .c-table__col.-pc-w99p {
    width: 99%;
  }
  .c-table__col.-pc-w100p {
    width: 100%;
  }
}
@media all and (min-width: 920px) {
  .-swipe-on {
    white-space: wrap;
  }
  .-swipe-on::-webkit-scrollbar {
    height: 0;
  }
  .-swipe-on::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .-swipe-on::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}
@media all and (min-width: 1280px) {
  .c-table__col {
    padding: 2em;
  }
}
.c-form {
  width: 100%;
}
.c-form__block {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  with: 100%;
}
.c-form__row {
  margin-top: 2em;
  margin-bottom: 2em;
}
.c-form__col {
  display: block;
  width: 100%;
}
.c-form__col.-label {
  margin-bottom: 1em;
}
.c-form__col.-wide {
  width: 100%;
}
.c-form__col .wpcf7-quiz-label {
  display: block;
  margin-bottom: 0.5em;
}
.c-form__col .wpcf7-form-control-wrap {
  display: block;
}
.c-form__col .wpcf7-spinner {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.c-form__icon {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 80%;
  text-align: center;
}
.c-form__checkbox, .c-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.c-form__checkbox .wpcf7-list-item-label::before, .c-form__checkbox .wpcf7-list-item-label::after, .c-form__radio .wpcf7-list-item-label::before, .c-form__radio .wpcf7-list-item-label::after {
  display: none;
}
.c-form__checkbox .wpcf7-list-item, .c-form__radio .wpcf7-list-item {
  display: block;
  margin: 0 4vw 0 0;
}
.c-form__checkbox .wpcf7-list-item label, .c-form__radio .wpcf7-list-item label {
  position: relative;
}
.c-form__checkbox .wpcf7-list-item label .wpcf7-list-item-label, .c-form__checkbox .wpcf7-list-item label .wpcf7-list-item-label::before, .c-form__checkbox .wpcf7-list-item label .wpcf7-list-item-label::after, .c-form__radio .wpcf7-list-item label .wpcf7-list-item-label, .c-form__radio .wpcf7-list-item label .wpcf7-list-item-label::before, .c-form__radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.c-form__checkbox .wpcf7-list-item label .wpcf7-list-item-label, .c-form__radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 5vw;
  cursor: pointer;
  font-size: 100%;
}
.c-form__checkbox .wpcf7-list-item label .wpcf7-list-item-label::before, .c-form__checkbox .wpcf7-list-item label .wpcf7-list-item-label::after, .c-form__radio .wpcf7-list-item label .wpcf7-list-item-label::before, .c-form__radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
}
.c-form__checkbox .wpcf7-list-item label .wpcf7-list-item-label::before, .c-form__radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  z-index: 1;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4vw;
  height: 4vw;
  border: 1px solid var(--my-text-color);
  background-color: var(--my-base-color);
}
.c-form__checkbox .wpcf7-list-item label .wpcf7-list-item-label::after, .c-form__radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.c-form__checkbox .wpcf7-list-item label input[type=checkbox], .c-form__radio .wpcf7-list-item label input[type=radio] {
  position: absolute;
  margin: 1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0 none;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}
.c-form__checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  left: 0.3rem;
  -webkit-transform: translate3d(0, -64%, 0) rotateZ(-60deg) scale(2);
  transform: translate3d(0, -64%, 0) rotateZ(-60deg) scale(2);
  width: 1rem;
  height: 0.7rem;
  border-left: 0.25vw solid var(--my-main-color);
  border-bottom: 0.5vw solid var(--my-main-color);
}
.c-form__checkbox .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  background-color: transparent;
}
.c-form__checkbox .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, -64%, 0) rotateZ(-45deg) scale(1);
  transform: translate3d(0, -64%, 0) rotateZ(-45deg) scale(1);
}
.c-form__radio .wpcf7-list-item label .wpcf7-list-item-label::before, .c-form__radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  border-radius: 50%;
}
.c-form__radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  left: 1vw;
  -webkit-transform: translate3d(0, -50%, 0) scale(2.5);
  transform: translate3d(0, -50%, 0) scale(2.5);
  width: 2vw;
  height: 2vw;
  background-color: var(--my-main-color);
}
.c-form__radio .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label::before {
  background-color: transparent;
}
.c-form__radio .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, -50%, 0) scale(1);
  transform: translate3d(0, -50%, 0) scale(1);
}
.c-form__checkboxes, .c-form__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.c-form__checkboxes .mwform-checkbox-field, .c-form__radios .mwform-radio-field {
  display: block;
  margin: 0.5rem 1rem;
}
.c-form__checkboxes .mwform-checkbox-field label, .c-form__radios .mwform-radio-field label {
  display: block;
}
.c-form__checkboxes .mwform-checkbox-field label .p-form__checkbox, .c-form__radios .mwform-radio-field label .p-form__radio {
  display: none;
}
.c-form__checkboxes .mwform-checkbox-field label .mwform-checkbox-field-text, .c-form__radios .mwform-radio-field label .mwform-radio-field-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 5vw;
  font-size: 100%;
}
.c-form__checkboxes .mwform-checkbox-field label .mwform-checkbox-field-text::before, .c-form__checkboxes .mwform-checkbox-field label .mwform-checkbox-field-text::after, .c-form__radios .mwform-radio-field label .mwform-radio-field-text::before, .c-form__radios .mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.c-form__checkboxes .mwform-checkbox-field label .mwform-checkbox-field-text::before, .c-form__radios .mwform-radio-field label .mwform-radio-field-text::before {
  z-index: 10;
  left: 0;
  transform: translate3d(0, -50%, 0);
  width: 4vw;
  height: 4vw;
  border: 1px solid var(--my-border-color);
  background-color: var(--my-base-color);
  overflow: hidden;
  box-sizing: content-box;
}
.c-form__checkboxes .mwform-checkbox-field label .mwform-checkbox-field-text::after, .c-form__radios .mwform-radio-field label .mwform-radio-field-text::after {
  z-index: 20;
}
.c-form__checkboxes.privacy-policy-agree {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-form__checkboxes .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  border-radius: 0.5vw;
}
.c-form__checkboxes .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  opacity: 0;
  visibility: hidden;
  left: 0;
  transform: translate3d(-10%, -75%, 0) rotate(-45deg) scale(2);
  width: 3vw;
  height: 2vw;
  border-left: 0.4rem solid var(--my-main-color);
  border-bottom: 0.4rem solid var(--my-main-color);
  transition: all 100ms ease-in-out;
}
.c-form__checkboxes .mwform-checkbox-field label .p-form__checkbox:checked ~ .mwform-checkbox-field-text::after {
  opacity: 1;
  visibility: visible;
  left: 1vw;
  transform: translate3d(-10%, -75%, 0) rotate(-45deg) scale(1);
}
.c-form__radios .mwform-radio-field label .mwform-radio-field-text::before, .c-form__radios .mwform-radio-field label .mwform-radio-field-text::after {
  border-radius: 50%;
}
.c-form__radios .mwform-radio-field label .mwform-radio-field-text::after {
  opacity: 0;
  visibility: hidden;
  left: 1vw;
  transform-origin: center;
  transform: translate3d(0, -50%, 0) scale(2);
  width: 2.5vw;
  height: 2.5vw;
  background-color: var(--my-main-color);
  transition: all 100ms ease-in-out;
}
.c-form__radios .mwform-radio-field label .p-form__radio:checked ~ .mwform-radio-field-text::after {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, -50%, 0) scale(1);
}
.c-form .mwform-tel-field .p-form__tel {
  width: 30%;
}
.c-form .error {
  margin: 2vw 0 0;
}
.c-form .mw_wp_form .error {
  font-size: 100%;
}

.c-searchPosts .-label {
  width: 10%;
}
.c-searchPosts .-field {
  width: 90%;
}

.c-embed {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.c-embed iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.-d-1x1 {
  padding-top: 100%;
}

.-d-2x1 {
  padding-top: 50%;
}

.-d-3x1 {
  padding-top: 33.3333333333%;
}

.-d-4x1 {
  padding-top: 25%;
}

.-d-3x2 {
  padding-top: 66.6666666667%;
}

.-d-4x3 {
  padding-top: 75%;
}

.-d-16x9 {
  padding-top: 56.25%;
}

.-d-1x2 {
  padding-top: 200%;
}

.c-slider {
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
  overflow: hidden;
}
.c-slider__inner {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}
.c-slider__list {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-slider__link {
  display: block;
}
.c-slider__image {
  display: block;
}
.c-slider__body {
  display: block;
  padding: 0.5em 0;
}
.c-slider__title {
  display: block;
  text-align: center;
}
.c-slider__text {
  display: block;
  text-align: center;
}
.c-slider__next, .c-slider__prev {
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -2em;
  width: 4em;
  height: 4em;
  overflow: hidden;
  cursor: pointer;
}
.c-slider__next {
  right: 2rem;
}
.c-slider__prev {
  left: 2rem;
}
.c-slider .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media all and (min-width: 680px) {
  .c-slider__body {
    padding: 1vw 0;
  }
  .c-slider__next, .c-slider__prev {
    margin-top: -2vw;
    width: 4vw;
    height: 4vw;
  }
  .c-slider__next {
    right: 4rem;
  }
  .c-slider__prev {
    left: 4rem;
  }
}
@media all and (min-width: 1280px) {
  .c-slider {
    padding-top: 4.7rem;
    padding-bottom: 3.5rem;
  }
  .c-slider__link {
    display: block;
  }
  .c-slider__body {
    padding: 1.6rem 0;
  }
  .c-slider__next, .c-slider__prev {
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
  }
  .c-slider__next {
    right: 4rem;
  }
  .c-slider__prev {
    left: 4rem;
  }
}
.c-postList,
.c-postList__item {
  list-style-type: none;
  list-style-image: none;
}

.c-postList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-postList.-type-block {
  display: block;
}
.c-postList.-type-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-postList.-type-timeline {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-postList.-type-panel {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
}
.c-postList.-type-panel.-type-panelCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-postList__inner {
  height: 100%;
}
.c-postList__item {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: var(--my-base-color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-postList__squareOuter {
  display: block;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  background-color: var(--my-base-color);
}
.c-postList__squareInner {
  display: block;
  position: absolute;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100%;
}
.c-postList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.c-postList__link.-panelCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.c-postList__link.-cardBlock {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-postList__image {
  margin-bottom: 1em;
}
.c-postList__thumb.-cardThumb {
  width: 4em;
}
.c-postList__body.-cardBody {
  padding-left: 4vw;
  width: calc(100% - 16vw);
}
.c-postList__date, .c-postList__title, .c-postList__text {
  display: block;
  color: var(--my-text-color);
}
.c-postList__more {
  width: 100%;
}
.c-postList__inner.-withMore {
  position: relative;
  padding-bottom: 4em;
}
.c-postList__inner.-withMore .-withMoreBlock {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-postList__multi, .c-postList__multiBody, .c-postList__multiList, .c-postList__multiItem, .c-postList__multiLink, .c-postList__multiTitle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-postList__multiLink {
  padding: 1em;
}
.c-postList__multiTitle {
  color: var(--my-title-color);
}

.c-postList.-style-none {
  list-style-type: none;
}

.c-postList.-style-none-i {
  list-style-type: none !important;
}

.-type-block .c-block:not(:first-of-type) {
  margin-top: 1em;
}

.-type-timeline .c-timeline:not(:first-of-type) {
  margin-top: 1em;
}

.-type-panel .c-panel__body {
  padding-top: 1em;
}

@media all and (min-width: 680px) {
  .c-postList.-type-panel {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
  .c-postList__body.-cardBody {
    padding-left: 2vw;
    width: calc(100% - 8vw);
  }
  .-type-block .c-block:not(:first-of-type) {
    margin-top: 2vw;
  }
  .-type-panel .c-panel__body {
    padding-top: 2vw;
  }
}
@media all and (min-width: 1280px) {
  .c-postList__thumb.-cardThumb {
    width: 6rem;
  }
  .c-postList__body.-cardBody {
    padding-left: 2rem;
    width: calc(100% - 6rem);
  }
  .-type-block .c-block:not(:first-of-type) {
    margin-top: 2vw;
  }
  .-type-panel .c-panel__body {
    padding-top: 2em;
  }
}
.c-menu__list,
.c-menu__item {
  list-style-type: none;
  list-style-image: none;
}

.c-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.c-menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-menu__block:not(:first-of-type) {
  margin-top: 2em;
}
.c-menu__title {
  width: 35%;
  color: var(--my-base-color);
  font-weight: 700;
  font-size: 1em;
  line-height: 2;
}
.c-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 65%;
}
.c-menu__item {
  display: block;
  width: 100%;
}
.c-menu__link, .c-menu__link::before {
  transform-origin: left top;
  transition: all 0.4s ease;
}
.c-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 1em;
  color: var(--my-border-color);
  font-size: 1em;
  line-height: 2;
}
.c-menu__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 0.8em;
  height: 2px;
  background-color: var(--my-border-color);
}
.c-menu__link:hover {
  padding-left: 1.5em;
  color: var(--my-base-color);
}
.c-menu__link:hover::before {
  width: 1.3em;
  background-color: var(--my-base-color);
}
.c-menu__multi, .c-menu__multiBody, .c-menu__multiList, .c-menu__multiItem, .c-menu__multiLink, .c-menu__multiText {
  display: block;
  transform-origin: left top;
  transition: all 0.4s ease;
}
.c-menu__multi {
  color: var(--my-text-color);
}
.c-menu__multiList {
  width: 100%;
}
.c-menu__multiItem {
  width: 100%;
}
.c-menu__multiItem.-half {
  width: 50%;
}
.c-menu__multiItem.-quarter {
  width: 25%;
}
.c-menu__multiLink {
  padding: 0.1em 1em;
  color: var(--my-text-color);
}
.c-menu__multiText {
  font-size: 1em;
}
.c-menu__megaLink:hover {
  background-color: var(--my-sub-color);
}
.c-menu__multiLink:hover .c-gnav__multiText {
  color: var(--my-base-color);
}
.c-menu__multiItem.is-current .c-gnav__multiLink {
  background-color: var(--my-sub-color);
}
.c-menu__multiItem.is-current .c-gnav__multiText {
  color: var(--my-base-color);
}

@media all and (min-width: 680px) {
  .c-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
  }
  .c-menu__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-basis: 33%;
  }
  .c-menu__block:not(:first-of-type) {
    margin-top: 0;
  }
  .c-menu__title, .c-menu__list {
    width: auto;
  }
}
@media all and (min-width: 1280px) {
  .c-menu {
    height: auto;
  }
  .c-menu__block {
    flex-basis: 50%;
  }
  .c-menu__title {
    margin-bottom: 1.5rem;
    font-size: 1.25em;
  }
  .c-menu__list {
    width: 100%;
  }
}
.c-gnav__list,
.c-gnav__item {
  list-style-type: none;
  list-style-image: none;
}

.c-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.c-gnav__block {
  padding: 0.5em 2rem;
}
.c-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  list-style: none;
  list-style-image: none;
}
.c-gnav__item {
  display: block;
  position: relative;
  width: 100%;
}
.c-gnav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1rem;
  width: 100%;
  color: var(--my-base-color);
  font-weight: 700;
  font-size: 1.5em;
}
.c-gnav__block.-gnavButton {
  text-align: center;
}
.c-gnav .-gnavButtonLink {
  width: 100%;
  max-width: 47rem;
  box-shadow: none;
  background-color: var(--my-base-color);
  color: var(--my-main-color);
  opacity: 1;
}
.c-gnav .-gnavButtonLink:hover {
  background-color: var(--my-sub-color);
  color: var(--my-base-color);
  opacity: 1;
}

@media all and (min-width: 680px) {
  .c-gnav__block {
    padding: 0.5em 4rem;
  }
}
@media all and (min-width: 1280px) {
  .c-gnav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
  }
  .c-gnav__block {
    padding: 0.5em 0;
  }
  .c-gnav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 5rem;
  }
  .c-gnav__item {
    width: auto;
  }
  .c-gnav__item.-sp-only {
    display: none;
  }
  .c-gnav__link {
    color: var(--my-main-color);
    font-size: 1.6rem;
  }
  .c-gnav__link:hover {
    color: var(--my-sub-color);
  }
  .c-gnav__block.-gnavNormal {
    width: calc(100% - 19.5rem);
  }
  .c-gnav__block.-gnavButton {
    width: 19.5rem;
  }
  .c-gnav .-gnavButtonLink {
    padding: 0.5em 2em;
    max-width: 19.5rem;
    background-color: var(--my-main-color);
    color: var(--my-base-color);
  }
}
.c-megaMenu__item {
  border: 1px solid var(--my-sub-color);
}
.c-megaMenu__link {
  padding: 1em;
}
.c-megaMenu__text {
  color: var(--my-title-color);
}

.c-multiMenu__list {
  list-style: none;
}
.c-multiMenu__link {
  display: block;
  padding: 0.5em 3em;
  width: 100%;
}
.c-multiMenu__text {
  color: var(--my-text-color);
}

@media all and (min-width: 1280px) {
  .c-multiMenu__list {
    list-style: none;
  }
  .c-multiMenu__link {
    padding: 0.5rem 4rem;
  }
  .c-multiMenu__text {
    white-space: nowrap;
  }
}
.c-separator {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 1px;
  background-color: var(--my-text-color);
}

.c-separator.-center,
.c-separator.-centering {
  margin: 0 auto;
  max-width: 128rem;
}

.c-toTop {
  display: block;
  position: fixed;
  z-index: 555;
  right: 1rem;
  bottom: 1rem;
  width: 4rem;
  height: 4rem;
  background-color: #1f2937;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 150%, 0);
  -moz-transform: translate3d(0, 150%, 0);
  -o-transform: translate3d(0, 150%, 0);
  -ms-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, transform 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, transform 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, transform 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.c-toTop::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 556;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 3rem;
  height: 3rem;
  background-color: var(--my-base-color);
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
.c-toTop.is-indicate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4vw 0;
  width: 100%;
  text-align: center;
}
.c-pagination a,
.c-pagination span {
  display: inline-block;
  position: relative;
  margin: 0.2rem;
  padding: 0.5em;
  min-width: 3em;
  height: 3em;
  font-weight: 700;
  font-size: 125%;
  line-height: 2em;
  text-align: center;
}
.c-pagination a {
  background-color: #eeeeee;
  color: var(--my-main-color);
  text-decoration: none;
}
.c-pagination a:hover,
.c-pagination span {
  background-color: var(--my-main-color);
  color: var(--my-base-color);
}
.c-pagination a.prev::after,
.c-pagination a.next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-pagination a.prev::after,
.c-pagination a.next::after {
  z-index: 20;
  width: 0.6em;
  height: 0.6em;
  border-top: 3px solid var(--my-main-color);
}
.c-pagination a.prev::after {
  transform: translate3d(-25%, -50%, 0) rotate(-45deg);
  border-left: 3px solid var(--my-main-color);
}
.c-pagination a.next::after {
  transform: translate3d(-75%, -50%, 0) rotate(45deg);
  border-right: 3px solid var(--my-main-color);
}
.c-pagination a.prev:hover::after,
.c-pagination a.next:hover::after {
  border-top-color: var(--my-base-color);
}
.c-pagination a.prev:hover::after {
  border-left-color: var(--my-base-color);
}
.c-pagination a.next:hover::after {
  border-right-color: var(--my-base-color);
}

.c-paging {
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  border-top: 1px solid var(--my-sub2-color);
}
.c-paging__title {
  overflow: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  -moz-clip-path: inset(0px 0px 99.9% 99.9%);
  -o-clip-path: inset(0px 0px 99.9% 99.9%);
  -ms-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0 none;
}
.c-paging__list {
  display: block;
  width: 100%;
}
.c-paging__item {
  display: block;
}
.c-paging__link {
  display: block;
  position: relative;
  padding: 0.5em 1em 0.5em 3em;
  background-color: var(--my-link-visited);
}
.c-paging__icon, .c-paging__icon::before, .c-paging__icon::after {
  transform-origin: center;
}
.c-paging__icon {
  display: block;
  position: absolute;
  z-index: 10;
  top: 1em;
  left: 0;
  width: 2em;
  height: 2em;
  background-color: rgba(171, 0, 255, 0.5);
  border-radius: 50%;
}
.c-paging__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform-origin: center;
  transform: translate3d(-50%, 145%, 0) rotate(45deg);
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid var(--my-sub2-color);
  border-left: 2px solid var(--my-sub2-color);
}
.c-paging__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate3d(-50%, -50%, 0);
  width: 2px;
  height: 0.8em;
  background-color: var(--my-sub2-color);
}
.c-paging__meta {
  display: block;
  color: var(--my-sub2-color);
  font-size: 80%;
}
.c-paging__text {
  display: block;
  color: var(--my-base-color);
  font-size: 100%;
}
.c-paging__icon.-prevIcon::before {
  top: 50%;
  left: 0;
  transform: translate3d(150%, -50%, 0) rotate(-45deg);
}
.c-paging__icon.-nextIcon::before {
  top: 50%;
  left: 0;
  transform: translate3d(240%, -50%, 0) rotate(135deg);
}
.c-paging__icon.-prevIcon::after, .c-paging__icon.-nextIcon::after {
  width: 0.8em;
  height: 2px;
}
@media all and (min-width: 680px) {
  .c-paging__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 1em;
  }
  .c-paging__item {
    flex-basis: 22%;
  }
  .c-paging__item.-prevItem, .c-paging__item.-nextItem {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.c-resultCount {
  margin-top: 8vw;
  margin-bottom: 8vw;
}
.c-resultCount__text {
  font-size: 125%;
  text-align: center;
}
.c-resultCount__emphasis {
  font-weight: 700;
  font-size: 125%;
}

@media all and (min-width: 680px) {
  .c-resultCount {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
@media all and (min-width: 1280px) {
  .c-resultCount {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.modal,
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.modal-overlay,
.modal-content {
  transform-origin: left top;
  transition: transform 0.4s ease;
}

.modal {
  display: none;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.modal-overlay {
  width: 100%;
  height: 100vh;
  transform: translate3d(100%, 0, 0);
}
.modal-content {
  position: fixed;
  top: 12rem;
  right: 0;
  width: 35vw;
  transform: translate3d(30vw, 0, 0);
}
.modal-close {
  display: block;
  position: absolute;
  top: -1.5vw;
  left: -1.5vw;
  width: 3vw;
  height: 3vw;
  background-color: var(--my-main-color);
  border-radius: 50%;
  overflow: hidden;
  transform: scale(0);
  transition: transform 0.2s ease 0.2s;
  cursor: pointer;
}
.modal-close::before, .modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2vw;
  height: 0.4vw;
  border-radius: 100vh;
  background-color: var(--my-base-color);
}
.modal-close::before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(0);
}
.modal-close::after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(0);
}
.modal-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 0.5vw;
  border-bottom-left-radius: 0.5vw;
}
.modal-block.appointment-guide {
  background-color: #c1fffb;
}
.modal-block.tel-medical-appointment {
  background-color: #159ffe;
}
.modal-block.tel-rihabilitation-appointment {
  background-color: #4ac3f1;
}
.modal-block.web-medical-appointment {
  background-color: #57c100;
}
.modal-block.web-rihabilitation-appointment {
  background-color: #8fd300;
}
.modal-label {
  width: 5vw;
  cursor: pointer;
}
.modal-button {
  width: 30vw;
}
.modal.is-open .modal-overlay {
  transform: translate3d(0, 0, 0);
}
.modal.is-open .modal-content {
  transform: translate3d(0, 0, 0);
}
.modal.is-open .modal-close {
  transform: scale(1);
}
.modal.is-open .modal-close::before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}
.modal.is-open .modal-close::after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(1);
}
@media all and (min-width: 1024px) {
  .modal {
    display: block;
    z-index: 1110;
    opacity: 1;
    visibility: visible;
  }
  .modal-overlay {
    z-index: 1120;
    transform: translate3d(100%, 0, 0);
  }
  .modal-content {
    z-index: 1130;
    width: 35vw;
    transform: translate3d(30vw, 0, 0);
  }
  .modal-close {
    z-index: 1140;
  }
  .modal-label {
    width: 5vw;
  }
  .modal-button {
    width: 30vw;
  }
}
@media all and (min-width: 1280px) {
  .modal-content {
    width: 54rem;
    transform: translate3d(47rem, 0, 0);
  }
  .modal-close {
    top: -2rem;
    left: -2rem;
    width: 4rem;
    height: 4rem;
  }
  .modal-close::before, .modal-close::after {
    width: 2rem;
    height: 0.4rem;
  }
  .modal-label {
    width: 7rem;
  }
  .modal-button {
    width: 47rem;
  }
}

.p-searchInline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-searchInline__label {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.p-searchInline__label svg {
  width: 100%;
  height: 100%;
  fill: var(--my-base-color);
}
.p-searchInline__input {
  display: block;
  margin: 0;
  padding: 0.5rem 0;
  width: 0;
  height: 3rem;
  border-radius: 0.4rem;
  background-color: var(--my-base-color);
  color: var(--my-text-color);
  font-weight: 500;
  font-size: 100%;
  line-height: 1.5;
  -webkit-transition: margin 0.4s ease, padding 0.4s ease, width 0.4s ease;
  -moz-transition: margin 0.4s ease, padding 0.4s ease, width 0.4s ease;
  -o-transition: margin 0.4s ease, padding 0.4s ease, width 0.4s ease;
  -ms-transition: margin 0.4s ease, padding 0.4s ease, width 0.4s ease;
  transition: margin 0.4s ease, padding 0.4s ease, width 0.4s ease;
}
.p-searchInline__input.is-open {
  margin: 0 0 0 1rem;
  padding: 0.5rem;
  width: 15rem;
}

.p-searchForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.p-searchForm__label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  word-wrap: normal !important;
  visibility: hidden;
}
.p-searchForm__input, .p-searchForm__button {
  display: block;
  padding: 2vw 4vw;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.p-searchForm__input {
  width: 75%;
  border: 2px solid var(--my-sub-color);
  border-top-left-radius: 0.8em;
  border-bottom-left-radius: 0.8em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--my-base-color);
  color: var(--my-text-color);
}
.p-searchForm__input:placeholder-shown {
  color: #cacaca;
  font-weight: 700;
}
.p-searchForm__input::-webkit-input-placeholder {
  color: #cacaca;
  font-weight: 700;
}
.p-searchForm__input:-moz-placeholder {
  opacity: 1;
  color: #cacaca;
  font-weight: 700;
}
.p-searchForm__input::-moz-placeholder {
  opacity: 1;
  color: #cacaca;
  font-weight: 700;
}
.p-searchForm__input:-ms-input-placeholder {
  color: #cacaca;
  font-weight: 700;
}
.p-searchForm__button {
  width: 25%;
  border: 2px solid var(--my-sub-color);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.8em;
  border-bottom-right-radius: 0.8em;
  background-color: var(--my-sub-color);
  color: var(--my-base-color);
  text-align: center;
}

@media all and (min-width: 680px) {
  .p-searchForm__input, .p-searchForm__button {
    padding: 1vw 2vw;
  }
}
@media all and (min-width: 1280px) {
  .p-searchForm__input, .p-searchForm__button {
    padding: 0.5rem 1rem;
  }
  .p-searchForm__input {
    width: 14.4rem;
  }
  .p-searchForm__button {
    padding: 0.5rem;
    width: 4.6rem;
    text-indent: -0.4rem;
  }
}
.p-widgets {
  width: 100%;
}

.p-widget {
  width: 100%;
  border: 0.2em solid var(--my-sub2-color);
}
.p-widget:not(:first-of-type) {
  margin-top: 1em;
}
.-pageMenuWidget {
  border-style: solid none none;
  border-top: 0.4em solid var(--my-sub-color);
}

@media all and (min-width: 680px) {
  .p-widget:not(:first-of-type) {
    margin-top: 2em;
  }
}
.p-section {
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
  width: 100%;
}
.p-section__inner {
  padding-left: 2rem;
  padding-right: 2rem;
}
.p-section__title {
  margin-bottom: 1em;
  color: var(--my-title-color);
  font-weight: 900;
  font-size: 2em;
  text-align: center;
}
.p-section__title .-em {
  display: inline-block;
  color: var(--my-main-color);
  font-size: 100%;
}
.p-section__foot {
  text-align: center;
}
.p-section__block {
  margin-top: 2em;
  margin-bottom: 2em;
}
.p-section__box {
  padding: 1.5em 2em;
  border: 7px solid var(--my-main-color);
  border-radius: 1em;
}
.p-section .-sectionLead,
.p-section .-sectionText {
  font-size: 0.8em;
}
.p-section .-centering-1170 {
  margin-left: auto;
  margin-right: auto;
  max-width: 117rem;
}

@media all and (min-width: 680px) {
  .p-section__inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .p-section .-sectionLead {
    font-size: 1.125em;
    text-align: center;
  }
}
@media all and (min-width: 1280px) {
  .p-section {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  .p-section__title {
    font-size: 2.625em;
  }
  .p-section .-sectionText {
    font-size: 1em;
  }
}
.p-article {
  padding-top: 7rem;
}

.p-articleHead {
  position: relative;
  width: 100%;
}
.p-articleHead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 2em;
  padding-bottom: 4em;
  z-index: 50;
  width: 100%;
  height: 100%;
}
.p-articleHead__title {
  position: relative;
  color: var(--my-base-color);
  font-weight: 700;
}
.p-articleHead__title.-slug {
  font-size: 3em;
}
.p-articleHead__title.-title {
  padding-left: 1em;
  font-size: 1em;
}
.p-articleHead__title.-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6em;
  height: 2px;
  background-color: var(--my-base-color);
}
.p-articleHead__back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-articleHead__back.-articleBackGradient {
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3313dc), color-stop(70%, rgba(77, 9, 239, 0.28)), color-stop(90%, rgba(160, 177, 254, 0.11)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(to bottom, #3313dc 0%, rgba(77, 9, 239, 0.28) 70%, rgba(160, 177, 254, 0.11) 90%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(to bottom, #3313dc 0%, rgba(77, 9, 239, 0.28) 70%, rgba(160, 177, 254, 0.11) 90%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(to bottom, #3313dc 0%, rgba(77, 9, 239, 0.28) 70%, rgba(160, 177, 254, 0.11) 90%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(to bottom, #3313dc 0%, rgba(77, 9, 239, 0.28) 70%, rgba(160, 177, 254, 0.11) 90%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, #3313dc 0%, rgba(77, 9, 239, 0.28) 70%, rgba(160, 177, 254, 0.11) 90%, rgba(255, 255, 255, 0) 100%);
}
.p-articleHead__back.-articleBackImage {
  z-index: 20;
  background: url(../images/page-background-pc.png) no-repeat left bottom/cover;
}

.p-articleFoot {
  margin-top: 5em;
  padding: 1em;
}

.p-articleTitle {
  margin-bottom: 1em;
  font-weight: 900;
  font-size: 2.5em;
}

.p-articleMetas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em -0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: calc(100% + 1em);
}
.p-articleMetas__item {
  margin: 0.5em;
}
.p-articleMetas__item.-wide {
  width: calc(100% + 0.5em);
}

.p-articleImage {
  display: block;
  position: relative;
  padding-top: 40%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.p-articleImage__figure {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-articleImage__img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}

.p-articleBlock {
  margin-top: 2em;
  margin-bottom: 2em;
}

@media all and (min-width: 680px) {
  .p-article {
    padding-bottom: 0;
  }
  .p-articleHead__inner {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media all and (min-width: 1280px) {
  .p-article {
    padding-bottom: 0;
  }
  .p-articleHead {
    height: 32.6rem;
  }
  .p-articleHead__title.-slug {
    font-size: 8rem;
  }
  .p-articleHead__title.-title {
    font-size: 2.4rem;
  }
}
.p-page {
  padding-top: 7rem;
}

.p-pageHead {
  position: relative;
  width: 100%;
}
.p-pageHead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 2em;
  padding-bottom: 4em;
  z-index: 50;
  width: 100%;
  height: 100%;
}
.p-pageHead__title {
  position: relative;
  color: var(--my-base-color);
  font-weight: 700;
}
.p-pageHead__title.-slug {
  font-size: 3em;
}
.p-pageHead__title.-title {
  padding-left: 1em;
  font-size: 1em;
}
.p-pageHead__title.-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6em;
  height: 2px;
  background-color: var(--my-base-color);
}
.p-pageHead__back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-pageHead__back.-pageBackGradient {
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3313dc), color-stop(70%, rgba(77, 9, 239, 0.28)), color-stop(90%, rgba(160, 177, 254, 0.11)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(to bottom, #3313dc 0%, rgba(77, 9, 239, 0.28) 70%, rgba(160, 177, 254, 0.11) 90%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(to bottom, #3313dc 0%, rgba(77, 9, 239, 0.28) 70%, rgba(160, 177, 254, 0.11) 90%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(to bottom, #3313dc 0%, rgba(77, 9, 239, 0.28) 70%, rgba(160, 177, 254, 0.11) 90%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(to bottom, #3313dc 0%, rgba(77, 9, 239, 0.28) 70%, rgba(160, 177, 254, 0.11) 90%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, #3313dc 0%, rgba(77, 9, 239, 0.28) 70%, rgba(160, 177, 254, 0.11) 90%, rgba(255, 255, 255, 0) 100%);
}
.p-pageHead__back.-pageBackImage {
  z-index: 20;
  background: url(../images/page-background-pc.png) no-repeat left bottom/cover;
}

.p-pageFoot {
  margin-top: 5em;
  padding: 1em;
}

.p-pageMetas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.25em;
  margin-right: -0.25em;
  padding-top: 0.5em;
  padding-bottom: 1em;
  width: calc(100% + 0.5em);
}
.p-pageMetas__item {
  margin-left: 0.25em;
  margin-right: 0.25em;
  padding-top: 0.5em;
}
.p-pageMetas__item.-wide {
  width: calc(100% + 0.5em);
}

.p-pageImage {
  display: block;
  position: relative;
  padding-top: 40%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.p-pageImage__figure {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-pageImage__img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}

.p-pageBlock {
  margin-top: 2em;
  margin-bottom: 2em;
}

@media all and (min-width: 680px) {
  .p-page {
    padding-bottom: 0;
  }
  .p-pageHead__inner {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media all and (min-width: 1280px) {
  .p-page {
    padding-bottom: 0;
  }
  .p-pageHead {
    height: 32.6rem;
  }
  .p-pageHead__title.-slug {
    font-size: 8rem;
  }
  .p-pageHead__title.-title {
    font-size: 2.4rem;
  }
}
.-left,
.u-align-left,
.u-text-left {
  text-align: left;
}

.-right,
.u-align-right,
.u-text-right {
  text-align: right;
}

.-center,
.u-align-center,
.u-text-center {
  text-align: center;
}

.u-va-top {
  vertical-align: top;
}

.u-va-middle {
  vertical-align: middle;
}

.u-va-bottom {
  vertical-align: bottom;
}

.u-width-0 {
  width: 0%;
}

.u-width-1 {
  width: 1%;
}

.u-width-2 {
  width: 2%;
}

.u-width-3 {
  width: 3%;
}

.u-width-4 {
  width: 4%;
}

.u-width-5 {
  width: 5%;
}

.u-width-6 {
  width: 6%;
}

.u-width-7 {
  width: 7%;
}

.u-width-8 {
  width: 8%;
}

.u-width-9 {
  width: 9%;
}

.u-width-10 {
  width: 10%;
}

.u-width-11 {
  width: 11%;
}

.u-width-12 {
  width: 12%;
}

.u-width-13 {
  width: 13%;
}

.u-width-14 {
  width: 14%;
}

.u-width-15 {
  width: 15%;
}

.u-width-16 {
  width: 16%;
}

.u-width-17 {
  width: 17%;
}

.u-width-18 {
  width: 18%;
}

.u-width-19 {
  width: 19%;
}

.u-width-20 {
  width: 20%;
}

.u-width-21 {
  width: 21%;
}

.u-width-22 {
  width: 22%;
}

.u-width-23 {
  width: 23%;
}

.u-width-24 {
  width: 24%;
}

.u-width-25 {
  width: 25%;
}

.u-width-26 {
  width: 26%;
}

.u-width-27 {
  width: 27%;
}

.u-width-28 {
  width: 28%;
}

.u-width-29 {
  width: 29%;
}

.u-width-30 {
  width: 30%;
}

.u-width-31 {
  width: 31%;
}

.u-width-32 {
  width: 32%;
}

.u-width-33 {
  width: 33%;
}

.u-width-34 {
  width: 34%;
}

.u-width-35 {
  width: 35%;
}

.u-width-36 {
  width: 36%;
}

.u-width-37 {
  width: 37%;
}

.u-width-38 {
  width: 38%;
}

.u-width-39 {
  width: 39%;
}

.u-width-40 {
  width: 40%;
}

.u-width-41 {
  width: 41%;
}

.u-width-42 {
  width: 42%;
}

.u-width-43 {
  width: 43%;
}

.u-width-44 {
  width: 44%;
}

.u-width-45 {
  width: 45%;
}

.u-width-46 {
  width: 46%;
}

.u-width-47 {
  width: 47%;
}

.u-width-48 {
  width: 48%;
}

.u-width-49 {
  width: 49%;
}

.u-width-50 {
  width: 50%;
}

.u-width-51 {
  width: 51%;
}

.u-width-52 {
  width: 52%;
}

.u-width-53 {
  width: 53%;
}

.u-width-54 {
  width: 54%;
}

.u-width-55 {
  width: 55%;
}

.u-width-56 {
  width: 56%;
}

.u-width-57 {
  width: 57%;
}

.u-width-58 {
  width: 58%;
}

.u-width-59 {
  width: 59%;
}

.u-width-60 {
  width: 60%;
}

.u-width-61 {
  width: 61%;
}

.u-width-62 {
  width: 62%;
}

.u-width-63 {
  width: 63%;
}

.u-width-64 {
  width: 64%;
}

.u-width-65 {
  width: 65%;
}

.u-width-66 {
  width: 66%;
}

.u-width-67 {
  width: 67%;
}

.u-width-68 {
  width: 68%;
}

.u-width-69 {
  width: 69%;
}

.u-width-70 {
  width: 70%;
}

.u-width-71 {
  width: 71%;
}

.u-width-72 {
  width: 72%;
}

.u-width-73 {
  width: 73%;
}

.u-width-74 {
  width: 74%;
}

.u-width-75 {
  width: 75%;
}

.u-width-76 {
  width: 76%;
}

.u-width-77 {
  width: 77%;
}

.u-width-78 {
  width: 78%;
}

.u-width-79 {
  width: 79%;
}

.u-width-80 {
  width: 80%;
}

.u-width-81 {
  width: 81%;
}

.u-width-82 {
  width: 82%;
}

.u-width-83 {
  width: 83%;
}

.u-width-84 {
  width: 84%;
}

.u-width-85 {
  width: 85%;
}

.u-width-86 {
  width: 86%;
}

.u-width-87 {
  width: 87%;
}

.u-width-88 {
  width: 88%;
}

.u-width-89 {
  width: 89%;
}

.u-width-90 {
  width: 90%;
}

.u-width-91 {
  width: 91%;
}

.u-width-92 {
  width: 92%;
}

.u-width-93 {
  width: 93%;
}

.u-width-94 {
  width: 94%;
}

.u-width-95 {
  width: 95%;
}

.u-width-96 {
  width: 96%;
}

.u-width-97 {
  width: 97%;
}

.u-width-98 {
  width: 98%;
}

.u-width-99 {
  width: 99%;
}

.u-width-100 {
  width: 100%;
}

.u-height-0 {
  height: 0%;
}

.u-height-1 {
  height: 1%;
}

.u-height-2 {
  height: 2%;
}

.u-height-3 {
  height: 3%;
}

.u-height-4 {
  height: 4%;
}

.u-height-5 {
  height: 5%;
}

.u-height-6 {
  height: 6%;
}

.u-height-7 {
  height: 7%;
}

.u-height-8 {
  height: 8%;
}

.u-height-9 {
  height: 9%;
}

.u-height-10 {
  height: 10%;
}

.u-height-11 {
  height: 11%;
}

.u-height-12 {
  height: 12%;
}

.u-height-13 {
  height: 13%;
}

.u-height-14 {
  height: 14%;
}

.u-height-15 {
  height: 15%;
}

.u-height-16 {
  height: 16%;
}

.u-height-17 {
  height: 17%;
}

.u-height-18 {
  height: 18%;
}

.u-height-19 {
  height: 19%;
}

.u-height-20 {
  height: 20%;
}

.u-height-21 {
  height: 21%;
}

.u-height-22 {
  height: 22%;
}

.u-height-23 {
  height: 23%;
}

.u-height-24 {
  height: 24%;
}

.u-height-25 {
  height: 25%;
}

.u-height-26 {
  height: 26%;
}

.u-height-27 {
  height: 27%;
}

.u-height-28 {
  height: 28%;
}

.u-height-29 {
  height: 29%;
}

.u-height-30 {
  height: 30%;
}

.u-height-31 {
  height: 31%;
}

.u-height-32 {
  height: 32%;
}

.u-height-33 {
  height: 33%;
}

.u-height-34 {
  height: 34%;
}

.u-height-35 {
  height: 35%;
}

.u-height-36 {
  height: 36%;
}

.u-height-37 {
  height: 37%;
}

.u-height-38 {
  height: 38%;
}

.u-height-39 {
  height: 39%;
}

.u-height-40 {
  height: 40%;
}

.u-height-41 {
  height: 41%;
}

.u-height-42 {
  height: 42%;
}

.u-height-43 {
  height: 43%;
}

.u-height-44 {
  height: 44%;
}

.u-height-45 {
  height: 45%;
}

.u-height-46 {
  height: 46%;
}

.u-height-47 {
  height: 47%;
}

.u-height-48 {
  height: 48%;
}

.u-height-49 {
  height: 49%;
}

.u-height-50 {
  height: 50%;
}

.u-height-51 {
  height: 51%;
}

.u-height-52 {
  height: 52%;
}

.u-height-53 {
  height: 53%;
}

.u-height-54 {
  height: 54%;
}

.u-height-55 {
  height: 55%;
}

.u-height-56 {
  height: 56%;
}

.u-height-57 {
  height: 57%;
}

.u-height-58 {
  height: 58%;
}

.u-height-59 {
  height: 59%;
}

.u-height-60 {
  height: 60%;
}

.u-height-61 {
  height: 61%;
}

.u-height-62 {
  height: 62%;
}

.u-height-63 {
  height: 63%;
}

.u-height-64 {
  height: 64%;
}

.u-height-65 {
  height: 65%;
}

.u-height-66 {
  height: 66%;
}

.u-height-67 {
  height: 67%;
}

.u-height-68 {
  height: 68%;
}

.u-height-69 {
  height: 69%;
}

.u-height-70 {
  height: 70%;
}

.u-height-71 {
  height: 71%;
}

.u-height-72 {
  height: 72%;
}

.u-height-73 {
  height: 73%;
}

.u-height-74 {
  height: 74%;
}

.u-height-75 {
  height: 75%;
}

.u-height-76 {
  height: 76%;
}

.u-height-77 {
  height: 77%;
}

.u-height-78 {
  height: 78%;
}

.u-height-79 {
  height: 79%;
}

.u-height-80 {
  height: 80%;
}

.u-height-81 {
  height: 81%;
}

.u-height-82 {
  height: 82%;
}

.u-height-83 {
  height: 83%;
}

.u-height-84 {
  height: 84%;
}

.u-height-85 {
  height: 85%;
}

.u-height-86 {
  height: 86%;
}

.u-height-87 {
  height: 87%;
}

.u-height-88 {
  height: 88%;
}

.u-height-89 {
  height: 89%;
}

.u-height-90 {
  height: 90%;
}

.u-height-91 {
  height: 91%;
}

.u-height-92 {
  height: 92%;
}

.u-height-93 {
  height: 93%;
}

.u-height-94 {
  height: 94%;
}

.u-height-95 {
  height: 95%;
}

.u-height-96 {
  height: 96%;
}

.u-height-97 {
  height: 97%;
}

.u-height-98 {
  height: 98%;
}

.u-height-99 {
  height: 99%;
}

.u-height-100 {
  height: 100%;
}

.u-sup {
  font-size: 0.5em;
}

.u-bg-base {
  background-color: var(--my-base-color);
}
.u-bg-main {
  background-color: var(--my-main-color);
}
.u-bg-sub {
  background-color: var(--my-sub-color);
}
.u-bg-sub2 {
  background-color: var(--my-sub2-color);
}
.u-bg-sub3 {
  background-color: var(--my-sub3-color);
}
.u-bg-sub4 {
  background-color: var(--my-sub4-color);
}
.u-bg-accent {
  background-color: var(--my-accent-color);
}
.u-bg-title {
  background-color: var(--my-title-color);
}
.u-bg-text {
  background-color: var(--my-text-color);
}
.u-bg-link {
  background-color: var(--my-link-color);
}
.u-bg-visited {
  background-color: var(--my-link-visited);
}
.u-bg-hover {
  background-color: var(--my-link-hover);
}
.u-bg-active {
  background-color: var(--my-link-active);
}
.u-bg-border {
  background-color: var(--my-border-color);
}
.u-bg-white {
  background-color: var(--my-base-color);
}
.u-bg-black {
  background-color: var(--my-text-color);
}
.u-bg-gray {
  background-color: var(--my-gray-color);
}
.u-bg-red {
  background-color: var(--my-red-color);
}
.u-bg-green {
  background-color: var(--my-green-color);
}
.u-bg-blue {
  background-color: var(--my-blue-color);
}
.u-bg-cyan {
  background-color: var(--my-cyan-color);
}
.u-bg-magenta {
  background-color: var(--my-magenta-color);
}
.u-bg-yellow {
  background-color: var(--my-yellow-color);
}
.u-bg-border {
  background-color: var(--my-border-color);
}
.u-bg-black-o-0 {
  background-color: rgba(0, 0, 0, 0);
}
.u-bg-black-o-1 {
  background-color: rgba(0, 0, 0, 0.01);
}
.u-bg-black-o-2 {
  background-color: rgba(0, 0, 0, 0.02);
}
.u-bg-black-o-3 {
  background-color: rgba(0, 0, 0, 0.03);
}
.u-bg-black-o-4 {
  background-color: rgba(0, 0, 0, 0.04);
}
.u-bg-black-o-5 {
  background-color: rgba(0, 0, 0, 0.05);
}
.u-bg-black-o-6 {
  background-color: rgba(0, 0, 0, 0.06);
}
.u-bg-black-o-7 {
  background-color: rgba(0, 0, 0, 0.07);
}
.u-bg-black-o-8 {
  background-color: rgba(0, 0, 0, 0.08);
}
.u-bg-black-o-9 {
  background-color: rgba(0, 0, 0, 0.09);
}
.u-bg-black-o-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.u-bg-black-o-11 {
  background-color: rgba(0, 0, 0, 0.11);
}
.u-bg-black-o-12 {
  background-color: rgba(0, 0, 0, 0.12);
}
.u-bg-black-o-13 {
  background-color: rgba(0, 0, 0, 0.13);
}
.u-bg-black-o-14 {
  background-color: rgba(0, 0, 0, 0.14);
}
.u-bg-black-o-15 {
  background-color: rgba(0, 0, 0, 0.15);
}
.u-bg-black-o-16 {
  background-color: rgba(0, 0, 0, 0.16);
}
.u-bg-black-o-17 {
  background-color: rgba(0, 0, 0, 0.17);
}
.u-bg-black-o-18 {
  background-color: rgba(0, 0, 0, 0.18);
}
.u-bg-black-o-19 {
  background-color: rgba(0, 0, 0, 0.19);
}
.u-bg-black-o-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.u-bg-black-o-21 {
  background-color: rgba(0, 0, 0, 0.21);
}
.u-bg-black-o-22 {
  background-color: rgba(0, 0, 0, 0.22);
}
.u-bg-black-o-23 {
  background-color: rgba(0, 0, 0, 0.23);
}
.u-bg-black-o-24 {
  background-color: rgba(0, 0, 0, 0.24);
}
.u-bg-black-o-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.u-bg-black-o-26 {
  background-color: rgba(0, 0, 0, 0.26);
}
.u-bg-black-o-27 {
  background-color: rgba(0, 0, 0, 0.27);
}
.u-bg-black-o-28 {
  background-color: rgba(0, 0, 0, 0.28);
}
.u-bg-black-o-29 {
  background-color: rgba(0, 0, 0, 0.29);
}
.u-bg-black-o-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.u-bg-black-o-31 {
  background-color: rgba(0, 0, 0, 0.31);
}
.u-bg-black-o-32 {
  background-color: rgba(0, 0, 0, 0.32);
}
.u-bg-black-o-33 {
  background-color: rgba(0, 0, 0, 0.33);
}
.u-bg-black-o-34 {
  background-color: rgba(0, 0, 0, 0.34);
}
.u-bg-black-o-35 {
  background-color: rgba(0, 0, 0, 0.35);
}
.u-bg-black-o-36 {
  background-color: rgba(0, 0, 0, 0.36);
}
.u-bg-black-o-37 {
  background-color: rgba(0, 0, 0, 0.37);
}
.u-bg-black-o-38 {
  background-color: rgba(0, 0, 0, 0.38);
}
.u-bg-black-o-39 {
  background-color: rgba(0, 0, 0, 0.39);
}
.u-bg-black-o-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.u-bg-black-o-41 {
  background-color: rgba(0, 0, 0, 0.41);
}
.u-bg-black-o-42 {
  background-color: rgba(0, 0, 0, 0.42);
}
.u-bg-black-o-43 {
  background-color: rgba(0, 0, 0, 0.43);
}
.u-bg-black-o-44 {
  background-color: rgba(0, 0, 0, 0.44);
}
.u-bg-black-o-45 {
  background-color: rgba(0, 0, 0, 0.45);
}
.u-bg-black-o-46 {
  background-color: rgba(0, 0, 0, 0.46);
}
.u-bg-black-o-47 {
  background-color: rgba(0, 0, 0, 0.47);
}
.u-bg-black-o-48 {
  background-color: rgba(0, 0, 0, 0.48);
}
.u-bg-black-o-49 {
  background-color: rgba(0, 0, 0, 0.49);
}
.u-bg-black-o-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.u-bg-black-o-51 {
  background-color: rgba(0, 0, 0, 0.51);
}
.u-bg-black-o-52 {
  background-color: rgba(0, 0, 0, 0.52);
}
.u-bg-black-o-53 {
  background-color: rgba(0, 0, 0, 0.53);
}
.u-bg-black-o-54 {
  background-color: rgba(0, 0, 0, 0.54);
}
.u-bg-black-o-55 {
  background-color: rgba(0, 0, 0, 0.55);
}
.u-bg-black-o-56 {
  background-color: rgba(0, 0, 0, 0.56);
}
.u-bg-black-o-57 {
  background-color: rgba(0, 0, 0, 0.57);
}
.u-bg-black-o-58 {
  background-color: rgba(0, 0, 0, 0.58);
}
.u-bg-black-o-59 {
  background-color: rgba(0, 0, 0, 0.59);
}
.u-bg-black-o-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.u-bg-black-o-61 {
  background-color: rgba(0, 0, 0, 0.61);
}
.u-bg-black-o-62 {
  background-color: rgba(0, 0, 0, 0.62);
}
.u-bg-black-o-63 {
  background-color: rgba(0, 0, 0, 0.63);
}
.u-bg-black-o-64 {
  background-color: rgba(0, 0, 0, 0.64);
}
.u-bg-black-o-65 {
  background-color: rgba(0, 0, 0, 0.65);
}
.u-bg-black-o-66 {
  background-color: rgba(0, 0, 0, 0.66);
}
.u-bg-black-o-67 {
  background-color: rgba(0, 0, 0, 0.67);
}
.u-bg-black-o-68 {
  background-color: rgba(0, 0, 0, 0.68);
}
.u-bg-black-o-69 {
  background-color: rgba(0, 0, 0, 0.69);
}
.u-bg-black-o-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.u-bg-black-o-71 {
  background-color: rgba(0, 0, 0, 0.71);
}
.u-bg-black-o-72 {
  background-color: rgba(0, 0, 0, 0.72);
}
.u-bg-black-o-73 {
  background-color: rgba(0, 0, 0, 0.73);
}
.u-bg-black-o-74 {
  background-color: rgba(0, 0, 0, 0.74);
}
.u-bg-black-o-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.u-bg-black-o-76 {
  background-color: rgba(0, 0, 0, 0.76);
}
.u-bg-black-o-77 {
  background-color: rgba(0, 0, 0, 0.77);
}
.u-bg-black-o-78 {
  background-color: rgba(0, 0, 0, 0.78);
}
.u-bg-black-o-79 {
  background-color: rgba(0, 0, 0, 0.79);
}
.u-bg-black-o-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.u-bg-black-o-81 {
  background-color: rgba(0, 0, 0, 0.81);
}
.u-bg-black-o-82 {
  background-color: rgba(0, 0, 0, 0.82);
}
.u-bg-black-o-83 {
  background-color: rgba(0, 0, 0, 0.83);
}
.u-bg-black-o-84 {
  background-color: rgba(0, 0, 0, 0.84);
}
.u-bg-black-o-85 {
  background-color: rgba(0, 0, 0, 0.85);
}
.u-bg-black-o-86 {
  background-color: rgba(0, 0, 0, 0.86);
}
.u-bg-black-o-87 {
  background-color: rgba(0, 0, 0, 0.87);
}
.u-bg-black-o-88 {
  background-color: rgba(0, 0, 0, 0.88);
}
.u-bg-black-o-89 {
  background-color: rgba(0, 0, 0, 0.89);
}
.u-bg-black-o-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.u-bg-black-o-91 {
  background-color: rgba(0, 0, 0, 0.91);
}
.u-bg-black-o-92 {
  background-color: rgba(0, 0, 0, 0.92);
}
.u-bg-black-o-93 {
  background-color: rgba(0, 0, 0, 0.93);
}
.u-bg-black-o-94 {
  background-color: rgba(0, 0, 0, 0.94);
}
.u-bg-black-o-95 {
  background-color: rgba(0, 0, 0, 0.95);
}
.u-bg-black-o-96 {
  background-color: rgba(0, 0, 0, 0.96);
}
.u-bg-black-o-97 {
  background-color: rgba(0, 0, 0, 0.97);
}
.u-bg-black-o-98 {
  background-color: rgba(0, 0, 0, 0.98);
}
.u-bg-black-o-99 {
  background-color: rgba(0, 0, 0, 0.99);
}
.u-bg-black-o-100 {
  background-color: black;
}

.u-bg-graphPaper {
  background-image: linear-gradient(0deg, transparent 8vw, rgba(80, 186, 231, 0.5) calc(8vw + 1px)), linear-gradient(90deg, transparent 8vw, rgba(80, 186, 231, 0.5) calc(8vw + 1px));
  background-size: calc(8vw + 1px) calc(8vw + 1px);
}

@media all and (min-width: 1024px) {
  .u-bg-graphPaper {
    background-image: linear-gradient(0deg, transparent 28px, rgba(80, 186, 231, 0.5) 29px), linear-gradient(90deg, transparent 28px, rgba(80, 186, 231, 0.5) 29px);
    background-size: 29px 29px;
  }
}
.u-color-base {
  color: var(--my-base-color);
}
.u-color-main {
  color: var(--my-main-color);
}
.u-color-sub {
  color: var(--my-sub-color);
}
.u-color-sub2 {
  color: var(--my-sub2-color);
}
.u-color-accent {
  color: var(--my-accent-color);
}
.u-color-white {
  color: var(--my-base-color);
}
.u-color-black {
  color: var(--my-text-color);
}
.u-color-gray {
  color: var(--my-gray-color);
}
.u-color-red {
  color: var(--my-red-color);
}
.u-color-green {
  color: var(--my-green-color);
}
.u-color-blue {
  color: var(--my-blue-color);
}
.u-color-cyan {
  color: var(--my-cyan-color);
}
.u-color-magenta {
  color: var(--my-magenta-color);
}
.u-color-yellow {
  color: var(--my-yellow-color);
}
.u-color-border {
  color: var(--my-border-color);
}

.u-fill-base {
  fill: var(--my-base-color);
}
.u-fill-main {
  fill: var(--my-main-color);
}
.u-fill-sub {
  fill: var(--my-sub-color);
}
.u-fill-sub2 {
  fill: var(--my-sub2-color);
}
.u-fill-accent {
  fill: var(--my-accent-color);
}
.u-fill-white {
  fill: var(--my-base-color);
}
.u-fill-black {
  fill: var(--my-text-color);
}
.u-fill-gray {
  fill: var(--my-gray-color);
}
.u-fill-red {
  fill: var(--my-red-color);
}
.u-fill-green {
  fill: var(--my-green-color);
}
.u-fill-blue {
  fill: var(--my-blue-color);
}
.u-fill-cyan {
  fill: var(--my-cyan-color);
}
.u-fill-magenta {
  fill: var(--my-magenta-color);
}
.u-fill-yellow {
  fill: var(--my-yellow-color);
}
.u-fill-border {
  fill: var(--my-border-color);
}

.u-font-sans {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", Marmelad, arial, century gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", helvetica, Sans-Serif;
}
.u-font-serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, Times New Roman, Times, Georgia, Cambria, Century, "ヒラギノ明朝 Pro W3", "Hiragino Kaku Mincho", "ＭＳ Ｐ明朝", "MS P Mincho", "Trebuchet MS", serif;
}
.u-font-oswald {
  font-family: "Oswald", sans-serif;
}

.googlemap,
.youtube,
.u-googlemap,
.u-youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
.googlemap iframe,
.youtube iframe,
.u-googlemap iframe,
.u-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.googlemap.grayscale iframe,
.u-googlemap.grayscale iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.youtube__icon,
.u-youtube__icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.youtube__icon::before,
.u-youtube__icon::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -34px;
  width: 68px;
  height: 48px;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2058.9%2041.23%22%20style%3D%22enable-background%3Anew%200%200%2058.9%2041.23%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23ff0000%22%20d%3D%22M57.67%2C6.44c-.68-2.53-2.67-4.53-5.21-5.21-4.59-1.23-23.01-1.23-23.01-1.23%2C0%2C0-18.42%2C0-23.01%2C1.23C3.9%2C1.91%2C1.91%2C3.9%2C1.23%2C6.44c-1.23%2C4.59-1.23%2C14.18-1.23%2C14.18%2C0%2C0%2C0%2C9.58%2C1.23%2C14.18.68%2C2.53%2C2.67%2C4.53%2C5.21%2C5.21%2C4.59%2C1.23%2C23.01%2C1.23%2C23.01%2C1.23%2C0%2C0%2C18.42%2C0%2C23.01-1.23%2C2.53-.68%2C4.53-2.67%2C5.21-5.21%2C1.23-4.59%2C1.23-14.18%2C1.23-14.18%2C0%2C0%2C0-9.58-1.23-14.18Z%22%2F%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2223.56%2029.45%2038.86%2020.61%2023.56%2011.78%2023.56%2029.45%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media all and (max-width: 679px) {
  .u-sp-br {
    display: inline;
  }
  .u-pc-br {
    display: none;
  }
}
@media all and (min-width: 680px) {
  .u-sp-br {
    display: none;
  }
  .u-pc-br {
    display: inline;
  }
}
.atmark:before {
  content: "@";
}

.show {
  display: block;
}

.hide {
  display: none;
}

.displayblock {
  display: block;
}
.displayinlineblock {
  display: inline-block;
}
.displayinline {
  display: inline;
}
.displaynone {
  display: none !important;
}

.u-d-block {
  display: block;
}
.u-d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-d-iblock {
  display: inline-block;
}
.u-d-inline {
  display: inline;
}
.u-d-none {
  display: none;
}

.relative,
.u-rel {
  position: relative;
}

.noscroll,
.lock-scroll {
  overflow: hidden;
}

.scrollbarwidth {
  padding-right: var(--scrollbarWidth);
}

.tate,
.vertical-writing {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.m0,
.-m0 {
  margin: 0;
}

.p0,
.-p0 {
  padding: 0;
}

.width0 {
  width: 0%;
}

.width1 {
  width: 1%;
}

.width2 {
  width: 2%;
}

.width3 {
  width: 3%;
}

.width4 {
  width: 4%;
}

.width5 {
  width: 5%;
}

.width6 {
  width: 6%;
}

.width7 {
  width: 7%;
}

.width8 {
  width: 8%;
}

.width9 {
  width: 9%;
}

.width10 {
  width: 10%;
}

.width11 {
  width: 11%;
}

.width12 {
  width: 12%;
}

.width13 {
  width: 13%;
}

.width14 {
  width: 14%;
}

.width15 {
  width: 15%;
}

.width16 {
  width: 16%;
}

.width17 {
  width: 17%;
}

.width18 {
  width: 18%;
}

.width19 {
  width: 19%;
}

.width20 {
  width: 20%;
}

.width21 {
  width: 21%;
}

.width22 {
  width: 22%;
}

.width23 {
  width: 23%;
}

.width24 {
  width: 24%;
}

.width25 {
  width: 25%;
}

.width26 {
  width: 26%;
}

.width27 {
  width: 27%;
}

.width28 {
  width: 28%;
}

.width29 {
  width: 29%;
}

.width30 {
  width: 30%;
}

.width31 {
  width: 31%;
}

.width32 {
  width: 32%;
}

.width33 {
  width: 33%;
}

.width34 {
  width: 34%;
}

.width35 {
  width: 35%;
}

.width36 {
  width: 36%;
}

.width37 {
  width: 37%;
}

.width38 {
  width: 38%;
}

.width39 {
  width: 39%;
}

.width40 {
  width: 40%;
}

.width41 {
  width: 41%;
}

.width42 {
  width: 42%;
}

.width43 {
  width: 43%;
}

.width44 {
  width: 44%;
}

.width45 {
  width: 45%;
}

.width46 {
  width: 46%;
}

.width47 {
  width: 47%;
}

.width48 {
  width: 48%;
}

.width49 {
  width: 49%;
}

.width50 {
  width: 50%;
}

.width51 {
  width: 51%;
}

.width52 {
  width: 52%;
}

.width53 {
  width: 53%;
}

.width54 {
  width: 54%;
}

.width55 {
  width: 55%;
}

.width56 {
  width: 56%;
}

.width57 {
  width: 57%;
}

.width58 {
  width: 58%;
}

.width59 {
  width: 59%;
}

.width60 {
  width: 60%;
}

.width61 {
  width: 61%;
}

.width62 {
  width: 62%;
}

.width63 {
  width: 63%;
}

.width64 {
  width: 64%;
}

.width65 {
  width: 65%;
}

.width66 {
  width: 66%;
}

.width67 {
  width: 67%;
}

.width68 {
  width: 68%;
}

.width69 {
  width: 69%;
}

.width70 {
  width: 70%;
}

.width71 {
  width: 71%;
}

.width72 {
  width: 72%;
}

.width73 {
  width: 73%;
}

.width74 {
  width: 74%;
}

.width75 {
  width: 75%;
}

.width76 {
  width: 76%;
}

.width77 {
  width: 77%;
}

.width78 {
  width: 78%;
}

.width79 {
  width: 79%;
}

.width80 {
  width: 80%;
}

.width81 {
  width: 81%;
}

.width82 {
  width: 82%;
}

.width83 {
  width: 83%;
}

.width84 {
  width: 84%;
}

.width85 {
  width: 85%;
}

.width86 {
  width: 86%;
}

.width87 {
  width: 87%;
}

.width88 {
  width: 88%;
}

.width89 {
  width: 89%;
}

.width90 {
  width: 90%;
}

.width91 {
  width: 91%;
}

.width92 {
  width: 92%;
}

.width93 {
  width: 93%;
}

.width94 {
  width: 94%;
}

.width95 {
  width: 95%;
}

.width96 {
  width: 96%;
}

.width97 {
  width: 97%;
}

.width98 {
  width: 98%;
}

.width99 {
  width: 99%;
}

.width100 {
  width: 100%;
}

.height0 {
  height: 0%;
}

.height1 {
  height: 1%;
}

.height2 {
  height: 2%;
}

.height3 {
  height: 3%;
}

.height4 {
  height: 4%;
}

.height5 {
  height: 5%;
}

.height6 {
  height: 6%;
}

.height7 {
  height: 7%;
}

.height8 {
  height: 8%;
}

.height9 {
  height: 9%;
}

.height10 {
  height: 10%;
}

.height11 {
  height: 11%;
}

.height12 {
  height: 12%;
}

.height13 {
  height: 13%;
}

.height14 {
  height: 14%;
}

.height15 {
  height: 15%;
}

.height16 {
  height: 16%;
}

.height17 {
  height: 17%;
}

.height18 {
  height: 18%;
}

.height19 {
  height: 19%;
}

.height20 {
  height: 20%;
}

.height21 {
  height: 21%;
}

.height22 {
  height: 22%;
}

.height23 {
  height: 23%;
}

.height24 {
  height: 24%;
}

.height25 {
  height: 25%;
}

.height26 {
  height: 26%;
}

.height27 {
  height: 27%;
}

.height28 {
  height: 28%;
}

.height29 {
  height: 29%;
}

.height30 {
  height: 30%;
}

.height31 {
  height: 31%;
}

.height32 {
  height: 32%;
}

.height33 {
  height: 33%;
}

.height34 {
  height: 34%;
}

.height35 {
  height: 35%;
}

.height36 {
  height: 36%;
}

.height37 {
  height: 37%;
}

.height38 {
  height: 38%;
}

.height39 {
  height: 39%;
}

.height40 {
  height: 40%;
}

.height41 {
  height: 41%;
}

.height42 {
  height: 42%;
}

.height43 {
  height: 43%;
}

.height44 {
  height: 44%;
}

.height45 {
  height: 45%;
}

.height46 {
  height: 46%;
}

.height47 {
  height: 47%;
}

.height48 {
  height: 48%;
}

.height49 {
  height: 49%;
}

.height50 {
  height: 50%;
}

.height51 {
  height: 51%;
}

.height52 {
  height: 52%;
}

.height53 {
  height: 53%;
}

.height54 {
  height: 54%;
}

.height55 {
  height: 55%;
}

.height56 {
  height: 56%;
}

.height57 {
  height: 57%;
}

.height58 {
  height: 58%;
}

.height59 {
  height: 59%;
}

.height60 {
  height: 60%;
}

.height61 {
  height: 61%;
}

.height62 {
  height: 62%;
}

.height63 {
  height: 63%;
}

.height64 {
  height: 64%;
}

.height65 {
  height: 65%;
}

.height66 {
  height: 66%;
}

.height67 {
  height: 67%;
}

.height68 {
  height: 68%;
}

.height69 {
  height: 69%;
}

.height70 {
  height: 70%;
}

.height71 {
  height: 71%;
}

.height72 {
  height: 72%;
}

.height73 {
  height: 73%;
}

.height74 {
  height: 74%;
}

.height75 {
  height: 75%;
}

.height76 {
  height: 76%;
}

.height77 {
  height: 77%;
}

.height78 {
  height: 78%;
}

.height79 {
  height: 79%;
}

.height80 {
  height: 80%;
}

.height81 {
  height: 81%;
}

.height82 {
  height: 82%;
}

.height83 {
  height: 83%;
}

.height84 {
  height: 84%;
}

.height85 {
  height: 85%;
}

.height86 {
  height: 86%;
}

.height87 {
  height: 87%;
}

.height88 {
  height: 88%;
}

.height89 {
  height: 89%;
}

.height90 {
  height: 90%;
}

.height91 {
  height: 91%;
}

.height92 {
  height: 92%;
}

.height93 {
  height: 93%;
}

.height94 {
  height: 94%;
}

.height95 {
  height: 95%;
}

.height96 {
  height: 96%;
}

.height97 {
  height: 97%;
}

.height98 {
  height: 98%;
}

.height99 {
  height: 99%;
}

.height100 {
  height: 100%;
}

.bordernone {
  border: 0 none;
}

.u-fw-100 {
  font-weight: 100;
}
.u-fw-200 {
  font-weight: 200;
}
.u-fw-300 {
  font-weight: 300;
}
.u-fw-400 {
  font-weight: 400;
}
.u-fw-500 {
  font-weight: 500;
}
.u-fw-600 {
  font-weight: 600;
}
.u-fw-700 {
  font-weight: 700;
}
.u-fw-800 {
  font-weight: 800;
}
.u-fw-900 {
  font-weight: 900;
}

.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.post-edit-link {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 100vh;
  color: var(--my-main-color);
  font-size: 100%;
  line-height: 1;
}

.post-edit-link:hover {
  background-color: var(--my-main-color);
  color: var(--my-base-color);
}

.p-subpage-section {
  width: 100%;
}
.p-subpage-section__inner {
  padding-top: 2em;
  padding-bottom: 2em;
}
.p-subpage-section__title {
  position: relative;
  padding-bottom: 1em;
  color: var(--my-main-color);
  font-weight: 700;
  font-size: 175%;
  text-align: center;
}
.p-subpage-section__title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2em;
  height: 0.25em;
  background-color: var(--my-main-color);
}
.p-subpage-section__block {
  width: 100%;
}
.p-subpage-section__block.-max920 {
  margin-left: auto;
  margin-right: auto;
}
.p-subpage-section__block.-max920 {
  max-width: 92rem;
}
.p-subpage-section.-borderTop {
  border-top: 1px solid var(--my-border-color);
}
.p-subpage-section.-borderBottom {
  border-bottom: 1px solid var(--my-border-color);
}

@media all and (min-width: 1280px) {
  .p-subpage-section__inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-hero__list,
.p-hero__item {
  list-style-type: none;
  list-style-image: none;
}

.p-hero {
  position: relative;
  z-index: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 100vh;
  overflow: hidden;
}
.p-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 30;
  padding-top: 10vh;
  height: 100%;
}
.p-hero__media {
  display: block;
  position: relative;
  margin: 1em auto 0;
  padding-top: 64%;
  width: 80%;
  height: 0;
  overflow: hidden;
}
.p-hero__figure {
  display: block;
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.p-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-hero__title, .p-hero__text, .p-hero__buttons {
  margin-bottom: 1em;
}
.p-hero__title {
  font-weight: 700;
  font-size: 149%;
}
.p-hero__title .-em {
  font-size: 125%;
}
.p-hero__text {
  font-size: 91%;
}
.p-hero__buttons {
  margin: 0 auto;
  width: 75%;
}
.p-hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-hero__item {
  margin: 0.5em;
  width: 100%;
  max-width: 47rem;
}
.p-hero__link {
  display: block;
  width: 100%;
}
.p-hero__back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-hero .-heroServiceLink {
  background-color: #2aacdc;
  color: var(--my-base-color);
}
.p-hero .-heroContactLink {
  background-color: #db34db;
  color: var(--my-base-color);
}
.p-hero .-heroBackGradient {
  z-index: 10;
  background: -webkit-gradient(linear, left top right bottom color-stop(0, #ab00ff), color-stop(1, #4767fd));
  background-image: linear-gradient(315deg, #ab00ff 0%, #4767fd 100%);
  background-image: -webkit-linear-gradient(315deg, #ab00ff 0%, #4767fd 100%);
  background-image: -moz-linear-gradient(315deg, #ab00ff 0%, #4767fd 100%);
  background-image: -o-linear-gradient(315deg, #ab00ff 0%, #4767fd 100%);
  background-image: -ms-linear-gradient(315deg, #ab00ff 0%, #4767fd 100%);
}
.p-hero .-heroBackImage {
  z-index: 20;
  background: url(../images/hero-background-sp.png) no-repeat center bottom/cover;
}

@media all and (min-width: 680px) {
  .p-hero__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-hero__media {
    padding-top: 35%;
    width: 35%;
  }
  .p-hero__body {
    width: 65%;
  }
  .p-hero__title {
    font-size: 1.5em;
  }
  .p-hero__buttons {
    position: relative;
    width: auto;
  }
  .p-hero__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 110%;
  }
  .p-hero .-heroBackGradient {
    background: -webkit-gradient(linear, left top right top color-stop(0, #ab00ff), color-stop(1, #4767fd));
    background-image: linear-gradient(to right, #ab00ff 0%, #4767fd 100%);
    background-image: -webkit-linear-gradient(to right, #ab00ff 0%, #4767fd 100%);
    background-image: -moz-linear-gradient(to right, #ab00ff 0%, #4767fd 100%);
    background-image: -o-linear-gradient(to right, #ab00ff 0%, #4767fd 100%);
    background-image: -ms-linear-gradient(to right, #ab00ff 0%, #4767fd 100%);
  }
  .p-hero .-heroBackImage {
    background-image: url(../images/hero-background-pc.png);
    background-position: center center;
  }
}
@media all and (min-width: 1280px) {
  .p-hero {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-hero__inner {
    padding-top: 0;
  }
  .p-hero__media {
    padding-top: 45%;
    width: 45%;
  }
  .p-hero__body {
    width: 55%;
  }
  .p-hero__title {
    font-size: 3em;
  }
  .p-hero__text {
    margin-bottom: 6em;
    font-size: 125%;
  }
  .p-hero__buttons {
    position: relative;
    width: auto;
  }
  .p-hero__list {
    width: 80%;
  }
  .p-hero__item {
    max-width: 26rem;
  }
}
.p-needs {
  background-color: #e5f2ff;
}
.p-needs .-needsThumb,
.p-needs .-needsBody {
  padding-left: 2em;
  padding-right: 2em;
}
.p-needs .-needsThumb {
  padding-top: 2em;
}
.p-needs .-needsIcon {
  margin: 0 auto;
  width: 4em;
  height: 4em;
}
.p-needs .-needsTitle {
  margin-bottom: 0.5em;
}
.p-needs .-needsLink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
  border-radius: 0;
  font-size: 1em;
}
.p-needs .-needsLink::after {
  position: static;
  top: auto;
  right: auto;
  transform: translateY(0);
  margin-left: 1em;
}

@media all and (min-width: 680px) {
  .p-needs .-needsTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3em;
  }
}
@media all and (min-width: 1280px) {
  .p-needs .-needsLink::after {
    margin-left: 2em;
  }
}
.p-problem__list,
.p-problem__item {
  list-style-type: none;
  list-style-image: none;
}

.p-problem {
  background-color: #f9f9f9;
}
.p-problem__text.-problemMemo {
  position: relative;
  margin-bottom: 0;
  padding-right: 2em;
  color: var(--my-main-color);
  font-weight: 900;
  text-align: right;
}
.p-problem__text.-problemMemo::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 0.8em;
  height: 0.8em;
  border-top: 0.2em solid var(--my-main-color);
  border-right: 0.2em solid var(--my-main-color);
}
.p-problem__slider {
  position: relative;
  margin-top: 0;
  margin-left: -2rem;
  margin-right: -2rem;
  width: calc(100% + 4rem);
}
.p-problem__swiper {
  padding: 0.5em 2rem 2em;
}
.p-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-problem__item {
  width: 75%;
  border-radius: 1em;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.p-problem__itemInner {
  display: block;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
}
.p-problem .-problemThumb,
.p-problem .-problemBody {
  padding-left: 2em;
  padding-right: 2em;
}
.p-problem .-problemIcon {
  margin: 0 auto;
  width: 4em;
  height: 4em;
}
.p-problem .-problemTitle {
  margin-bottom: 0.5em;
  height: 4em;
}

.p-problem__swiper .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.p-problem__swiper .swiper-pagination-progressbar {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 0.5em;
}
.p-problem__swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0137cb;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

@media all and (min-width: 680px) {
  .p-problem__text {
    margin-bottom: 1em;
    text-align: center;
  }
  .p-problem__text.-problemMemo, .p-problem__text.-problemMemo::after {
    display: none;
  }
  .p-problem__slider {
    margin-left: -4rem;
    margin-right: -4rem;
    width: calc(100% + 8rem);
  }
  .p-problem__swiper {
    padding: 0.5em 4rem;
  }
  .p-problem__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-problem__item {
    width: 50%;
  }
  .p-problem__itemThumb {
    margin-bottom: 1em;
  }
  .p-problem .-problemTitle {
    margin-bottom: 1em;
    height: 3em;
  }
  .p-problem__pagination,
  .p-problem__swiper .swiper-pagination {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .p-problem__text {
    margin-bottom: 1em;
    text-align: center;
  }
  .p-problem__text.-problemMemo, .p-problem__text.-problemMemo::after {
    display: none;
  }
  .p-problem__slider {
    margin-left: -4rem;
    margin-right: -4rem;
    width: calc(100% + 8rem);
  }
  .p-problem__swiper {
    padding: 0.5em 4rem;
  }
  .p-problem__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-problem__item {
    width: 50%;
  }
  .p-problem__itemThumb {
    margin-bottom: 1em;
  }
  .p-problem .-problemTitle {
    height: auto;
    font-size: 1em;
    text-align: center;
  }
  .p-problem__pagination,
  .p-problem__swiper .swiper-pagination {
    display: none;
  }
}
.p-strength__list,
.p-strength__item {
  list-style-type: none;
  list-style-image: none;
}

.p-strength {
  background-color: var(--my-base-color);
}
.p-strength__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.p-strength__item {
  padding: 3em 1em;
  width: 100%;
  background-color: var(--my-sub2-color);
  border-radius: 0.5em;
}
.p-strength__item:not(:first-of-type) {
  margin-top: 2em;
}
.p-strength__itemInner {
  position: relative;
  z-index: 0;
}
.p-strength__itemBody {
  width: 100%;
}
.p-strength__itemCatch {
  margin-bottom: 0.5em;
  padding: 0.6em;
  width: 40%;
  border-radius: 100vh;
  background-color: var(--my-base-color);
  color: var(--my-sub2-color);
  font-size: 0.8em;
  line-height: 1;
  text-align: center;
}
.p-strength__itemTitle {
  width: 50%;
  color: var(--my-base-color);
  font-weight: 900;
  font-size: 1.6em;
}
.p-strength__itemThumb {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 1em;
  width: 40%;
}
.p-strength__itemNumber {
  position: absolute;
  z-index: 20;
  top: -0.75em;
  right: -0.375em;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 700;
  font-size: 4em;
}
.p-strength__itemText {
  margin-top: 4em;
  color: var(--my-base-color);
  font-size: 1em;
  line-height: 2;
}

@media all and (min-width: 680px) {
  .p-strength__item {
    padding: 2em 3em;
  }
  .p-strength__itemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .p-strength__itemBody {
    width: 70%;
  }
  .p-strength__itemCatch {
    margin-bottom: 1em;
    width: 50%;
    font-size: 1.2em;
  }
  .p-strength__itemTitle {
    width: auto;
    font-size: 2em;
  }
  .p-strength__itemText {
    margin-top: 1em;
    font-size: 1.2em;
  }
  .p-strength__itemThumb {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 1em;
    width: 28%;
  }
  .p-strength__itemNumber {
    top: -0.5em;
    right: -0.375em;
    font-size: 6em;
  }
  .p-strength .-topSectionText {
    text-align: center;
  }
}
@media all and (min-width: 1280px) {
  .p-strength__item {
    padding: 3em 4.5em;
  }
  .p-strength__itemBody {
    width: 65%;
  }
  .p-strength__itemCatch {
    width: 30%;
  }
  .p-strength__itemNumber {
    font-size: 7.75em;
  }
}
.p-achievements__list,
.p-achievements__item {
  list-style-type: none;
  list-style-image: none;
}

.p-achievements {
  background-color: #2140cf;
  color: var(--my-base-color);
  font-weight: 900;
}
.p-achievements__title {
  color: var(--my-base-color);
}
.p-achievements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-achievements__item {
  width: 100%;
}
.p-achievements__item:not(:first-of-type) {
  border-top: 1px solid var(--my-base-color);
}
.p-achievements__itemInner {
  padding: 2em;
}
.p-achievements__itemCountUp {
  font-size: 6em;
}
.p-achievements__itemText {
  font-size: 1.8em;
}

@media all and (min-width: 680px) {
  .p-achievements__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-achievements__item {
    width: auto;
    flex-basis: 30%;
    flex-shrink: 1;
  }
  .p-achievements__item:not(:first-of-type) {
    border-top: 0 none;
    border-left: 1px solid var(--my-base-color);
  }
  .p-achievements__itemText {
    font-size: 1.4em;
  }
}
@media all and (min-width: 1280px) {
  .p-achievements__item {
    width: auto;
    flex-basis: 30%;
    flex-shrink: 1;
  }
  .p-achievements__item:not(:first-of-type) {
    border-top: 0 none;
    border-left: 1px solid var(--my-base-color);
  }
  .p-achievements__itemText {
    font-size: 3rem;
  }
}
.p-voice {
  background-color: var(--my-base-color);
  overflow: hidden;
}
.p-voice .swiper-container,
.p-voice .swiper {
  height: auto;
}
.p-voice .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.p-voice .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.p-voice .swiper-slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.p-voice .swiper-autoheight,
.p-voice .swiper-autoheight .swiper-slide {
  height: 100%;
}
.p-voice__slider {
  position: relative;
  padding-left: 3em;
  padding-right: 3em;
  overflow: hidden;
}
.p-voice__swiper {
  padding-top: 4em;
  padding-bottom: 4em;
  overflow: visible;
}
.p-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-voice__item {
  border-radius: 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f8f9fa;
}
.p-voice__itemInner {
  padding-top: 2em;
  padding-bottom: 2em;
  height: 100%;
}
.p-voice__prev, .p-voice__next {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -1.5em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: var(--my-main-color);
}
.p-voice__prev {
  left: -2em;
}
.p-voice__next {
  right: -2em;
}
.p-voice__prev::before, .p-voice__next::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svg-icon-arrow3-cp%22%3E%3Crect%20width%3D%22100%22%20height%3D%22100%22%20fill%3D%22none%22%20stroke-width%3D%220%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url%28%23svg-icon-arrow3-cp%29%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M68.95%2C13.75l28.5%2C29.83c3.41%2C3.56%2C3.41%2C9.17%2C0%2C12.73l-28.5%2C29.95c-3.17%2C3.39-8.48%2C3.57-11.87.4-.14-.13-.27-.26-.4-.4-3.38-3.61-3.38-9.23%2C0-12.84l13.69-14.32H8.72C3.7%2C58.88-.2%2C54.64%2C0%2C49.62c.2-4.72%2C3.98-8.51%2C8.71-8.71h61.65l-13.69-14.32c-3.38-3.61-3.38-9.23%2C0-12.84%2C3.17-3.39%2C8.48-3.57%2C11.87-.4.14.13.27.26.4.4Z%22%20stroke-width%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-voice__prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-voice__next::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-voice__pagination {
  position: absolute;
  bottom: 0;
}
.p-voice .swiper-pagination {
  width: 100%;
  text-align: center;
}
.p-voice .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 2vw;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background-color: #ccc;
  -webkit-appearance: none;
  appearance: none;
  font-size: 0;
  line-height: 0;
}
.p-voice .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--my-main-color);
}

.p-voiceHead,
.p-voiceBody {
  padding-left: 2em;
  padding-right: 2em;
}

.p-voiceHead .-voiceAvatar {
  margin: 0 auto 1em;
  padding: 1em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: var(--my-sub4-color);
}
.p-voiceHead .-voiceSvg {
  width: 100%;
  height: 100%;
  fill: var(--my-base-color);
}
.p-voiceHead .-voiceHeading {
  padding: 0;
}
.p-voiceHead .-voiceTitle {
  font-size: 1.2em;
}
@media all and (min-width: 520px) {
  .p-voice__slider {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media all and (min-width: 680px) {
  .p-voice .-sectionText {
    text-align: center;
  }
  .p-voice .swiper-pagination .swiper-pagination-bullet {
    margin: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .p-voiceHead .-voiceAvatar {
    margin: 0 0 1em;
  }
  .p-voiceHead .-voiceHeading {
    padding-left: 1em;
    width: calc(100% - 5em);
  }
}
@media all and (min-width: 1280px) {
  .p-voice__slider {
    padding-left: 10em;
    padding-right: 10em;
  }
  .p-voice__itemInner {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .p-voice .-sectionText {
    text-align: center;
  }
  .p-voice .swiper-pagination .swiper-pagination-bullet {
    margin: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .p-voiceHead,
  .p-voiceBody {
    padding-left: 5.6rem;
    padding-right: 5.6rem;
  }
  .p-voiceHead {
    margin-bottom: 4rem;
  }
  .p-voiceHead .-voiceAvatar {
    margin: 0;
    padding: 2.1rem;
    width: 11.2rem;
    height: 11.2rem;
  }
  .p-voiceHead .-voiceHeading {
    padding-left: 2.6rem;
    width: calc(100% - 5em);
  }
}
.p-service {
  background-color: #f9f9f9;
}
.p-service .-serviceThumb {
  position: relative;
  padding-top: 73.3746130031%;
  width: 100%;
  height: 0;
}
.p-service .-serviceThumbFigure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.p-service .-serviceThumbImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-service .-serviceTitle {
  margin-bottom: 0.5em;
  text-align: center;
}
.p-service .-serviceText {
  margin-top: 0.5em;
}

.p-service-lead .-serviceLeadTitle {
  margin-bottom: 1em;
  color: var(--my-title-color);
  font-weight: 900;
  font-size: 2em;
}
.p-service-lead .-serviceLeadText {
  font-size: 1em;
}
.p-serviceList,
.p-serviceListItem {
  list-style-type: none;
  list-style-image: none;
}

.p-serviceListHead,
.p-serviceListBody {
  width: 100%;
}

.p-serviceListHead__counter, .p-serviceListHead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-serviceListHead__counter {
  margin: 0 auto 1.5em;
  width: 10em;
  height: 5em;
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
  background-color: var(--my-main-color);
}
.p-serviceListHead__counterText, .p-serviceListHead__counterNumber {
  color: var(--my-base-color);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.p-serviceListHead__counterText {
  font-size: 0.8em;
}
.p-serviceListHead__counterNumber {
  font-size: 3em;
}
.p-serviceListHead__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  width: 100%;
}
.p-serviceListHead__media {
  margin: 0 auto;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  overflow: hidden;
}
.p-serviceListHead__mediaImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-serviceListHead__text {
  padding-top: 1em;
  width: 100%;
}
.p-serviceListHead__textTitle {
  font-size: 1.5em;
  text-align: center;
}

.p-serviceListBody__block, .p-serviceListBody__case {
  padding: 2em;
}
.p-serviceListBody__case {
  background-color: var(--my-main-color);
}
.p-serviceListBody__caseHeading {
  margin: 0 auto 1em;
  text-align: center;
}
.p-serviceListBody__caseHeading .-serviceCase::before {
  display: none;
}
.p-serviceListBody__caseHeading .-serviceCase:hover {
  color: var(--my-main-color);
}
@media all and (min-width: 680px) {
  .p-service .-serviceThumb {
    padding-top: 51.9138755981%;
  }
  .p-service .-serviceTitle {
    text-align: left;
  }
  .p-serviceListItem__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
  .p-serviceListHead {
    width: 100%;
    height: 12em;
  }
  .p-serviceListHead__counter {
    margin: 0 auto 2em;
  }
  .p-serviceListHead__counterText {
    font-size: 0.8em;
  }
  .p-serviceListHead__counterNumber {
    font-size: 3em;
  }
  .p-serviceListHead__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-serviceListHead__media {
    margin: 0;
    width: 5em;
    height: 5em;
  }
  .p-serviceListHead__text {
    padding-top: 0;
    padding-left: 1em;
    width: calc(100% - 5em);
  }
  .p-serviceListHead__textTitle {
    text-align: left;
  }
  .p-serviceListBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: calc(100% - 12em);
  }
  .p-serviceListBody__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
  .p-serviceListBody__block, .p-serviceListBody__case {
    padding: 2em;
  }
  .p-serviceListBody__caseHeading {
    margin: 0 auto 1em;
    text-align: center;
  }
  .p-serviceListBody__caseHeading .-serviceCase {
    padding: 0.5em 1.5em;
    width: 100%;
    max-width: 32.6rem;
  }
  .p-serviceListBody__caseContent .-item {
    font-size: 0.92em;
  }
}
@media all and (min-width: 1280px) {
  .p-service .-serviceThumb {
    padding-top: 51.9138755981%;
  }
  .p-service .-serviceTitle {
    text-align: left;
  }
  .p-serviceListHead {
    height: 22rem;
  }
  .p-serviceListHead__counter {
    margin: 0 auto 2.5rem;
    width: 25rem;
    height: 12.5rem;
    border-bottom-left-radius: 12.5rem;
    border-bottom-right-radius: 12.5rem;
  }
  .p-serviceListHead__counterText {
    font-size: 2rem;
  }
  .p-serviceListHead__counterNumber {
    font-size: 6.5rem;
  }
  .p-serviceListHead__inner {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
  .p-serviceListHead__media {
    width: 7rem;
    height: 7rem;
  }
  .p-serviceListHead__text {
    padding-left: 2rem;
    width: calc(100% - 7rem);
  }
  .p-serviceListBody {
    height: calc(100% - 22rem);
  }
  .p-serviceListBody__block, .p-serviceListBody__case {
    padding: 3.6rem;
  }
  .p-serviceListBody__case {
    min-height: 17em;
  }
  .p-serviceListBody__caseHeading {
    margin: 0 auto 2.5rem;
  }
}
.p-company__name {
  color: #2e2e2e;
  line-height: 1;
  text-align: center;
}
.p-company__name.-slug {
  font-weight: 900;
  font-size: 3em;
}
.p-company__name.-title {
  margin-top: 0.25em;
  font-weight: 600;
  font-size: 1.25em;
}
.p-company__greeting {
  padding: 3em 2em 2em;
  background-color: #eefbff;
}
.p-flow__list,
.p-flow__item {
  list-style-type: none;
  list-style-image: none;
}

.p-flow__list {
  counter-reset: flow-list-counter;
}
.p-flow__item {
  position: relative;
  padding-left: 5em;
}
.p-flow__item::before {
  counter-increment: flow-list-counter;
  content: counter(flow-list-counter);
  display: block;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: var(--my-main-color);
  color: var(--my-base-color);
  font-weight: 900;
  font-size: 2em;
  line-height: 2em;
  text-align: center;
}
.p-flow__border {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 2em;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.p-flow__border::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--my-text-color);
  transform-origin: left top;
  transition: height 0.4s ease;
}
.p-flow__border.is-active::before {
  height: 100%;
}
.p-flow__body {
  padding-top: 1em;
  width: 100%;
}
.p-flow__content {
  padding-bottom: 5em;
}
.p-flow__title {
  margin-bottom: 1em;
  color: #2e2e2e;
  font-weight: 900;
  font-size: 1.5em;
}
.p-flow__text {
  color: #3e3e3e;
}

.p-faq__list,
.p-faq__item {
  list-style-type: none;
  list-style-image: none;
}

.p-faq {
  background-color: var(--my-base-color);
}
.p-faq__foot {
  padding-top: 4em;
  text-align: center;
}
.p-faq__list {
  display: block;
}
.p-faq__item {
  border-radius: 1rem;
}
.p-faq__item:not(:first-of-type) {
  margin-top: 2em;
}
.p-faq__itemInner {
  position: relative;
  width: 100%;
}
.p-faq__itemBody, .p-faq__itemHead {
  position: relative;
  padding-left: 3em;
  padding-right: 3em;
  border-radius: 1rem;
}
.p-faq__itemHead {
  z-index: 20;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: var(--my-main-color);
  cursor: pointer;
}
.p-faq__itemBody {
  top: -0.5rem;
  z-index: 10;
  padding-top: 0.5rem;
  padding-bottom: 0;
  background-color: #f6f6f6;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.14);
}
.p-faq__itemAlpha, .p-faq__itemIcon {
  display: block;
  position: absolute;
  z-index: 1;
}
.p-faq__itemAlpha {
  left: 0.5em;
  color: var(--my-base-color);
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1;
}
.p-faq__itemAlpha::before {
  content: attr(data-alpha);
}
.p-faq__itemIcon {
  top: 1.375em;
  right: 1.5em;
  width: 1em;
  height: 1em;
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5.977%2C62.227H81.913l-35%2C35%2C9.064%2C8.749%2C50-50-50-50-8.749%2C8.75%2C34.686%2C35H5.977Z%22%20transform%3D%22translate%28-5.977%20-5.977%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-faq__itemTitle {
  color: var(--my-base-color);
  font-size: 112.5%;
}
.p-faq__itemText {
  color: var(--my-text-color);
}
.p-faq__itemAlpha.-faqItemAlphaQ {
  top: 0.75em;
  color: var(--my-base-color);
}
.p-faq__itemAlpha.-faqItemAlphaA {
  top: 0;
  color: var(--my-main-color);
}
.p-faq__itemBody, .p-faq__itemAlpha.-faqItemAlphaA, .p-faq__itemAlpha.-faqItemAlphaA::before, .p-faq__itemIcon, .p-faq__itemText {
  transition: all 0.4s ease;
}
.p-faq__itemBody, .p-faq__itemAlpha.-faqItemAlphaA, .p-faq__itemAlpha.-faqItemAlphaA::before, .p-faq__itemText {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.p-faq__itemAlpha.-faqItemAlphaA, .p-faq__itemText {
  font-size: 0;
  line-height: 0;
}
.p-faq__itemAlpha.-faqItemAlphaA::before {
  content: "";
}

.p-faq__item.is-active .-faqItemBody,
.p-faq__item.is-active .p-faq__itemAlpha.-faqItemAlphaA,
.p-faq__item.is-active .p-faq__itemAlpha.-faqItemAlphaA::before,
.p-faq__item.is-active .-faqItemText {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.p-faq__item.is-active .-faqItemBody {
  padding-top: 1.5em;
  padding-bottom: 1em;
}
.p-faq__item.is-active .-faqItemIcon {
  transform: rotate(270deg);
}
.p-faq__item.is-active .p-faq__itemAlpha.-faqItemAlphaA {
  top: 1em;
  font-size: 1.5em;
  line-height: 1;
}
.p-faq__item.is-active .p-faq__itemAlpha.-faqItemAlphaA::before {
  content: attr(data-alpha);
}
.p-faq__item.is-active .-faqItemText {
  font-size: 1em;
  line-height: 2;
}

@media all and (min-width: 680px) {
  .p-faq__itemIcon {
    top: 1.5em;
    right: 1.5em;
    width: 1em;
    height: 1em;
  }
  .p-faq__item.is-active .p-faq__itemAlpha.-faqItemAlphaA {
    font-size: 1.5em;
  }
  .p-faq__item.is-active .-faqItemText {
    font-size: 1em;
  }
}
@media all and (min-width: 1280px) {
  .p-faq__item:not(:first-of-type) {
    margin-top: 2.5em;
  }
  .p-faq__itemBody, .p-faq__itemHead {
    padding-left: 4em;
    padding-right: 4em;
  }
  .p-faq__itemHead {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .p-faq__itemBody {
    top: -1em;
    padding-top: 1em;
  }
  .p-faq__itemAlpha {
    font-size: 2em;
  }
  .p-faq__itemIcon {
    top: 2.25em;
    right: 1.5em;
    width: 1.68rem;
    height: 1.68rem;
  }
  .p-faq__item.is-active .-faqItemBody {
    padding-top: 3em;
    padding-bottom: 2em;
  }
  .p-faq__item.is-active .p-faq__itemAlpha.-faqItemAlphaA {
    top: 1.25em;
    font-size: 2em;
  }
  .p-faq__item.is-active .-faqItemText {
    font-size: 1em;
  }
}
@media all and (min-width: 1280px) {
  .p-policy-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .p-policy-section__title {
    font-weight: 700;
    font-size: 3.2rem;
  }
}
.p-news__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 96rem;
}
.p-news__foot {
  padding-top: 4em;
}

.p-error {
  padding-top: 7rem;
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", Marmelad, arial, century gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", helvetica, Sans-Serif;
}
.p-error__inner {
  padding-top: 8vw;
  padding-bottom: 8vw;
}
.p-error__sign {
  position: relative;
  margin: 0 auto 30px;
  width: 220px;
  height: 220px;
  overflow: hidden;
  color: #000;
}
.p-error__sign::before, .p-error__sign::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  padding: 5px;
}
.p-error__sign::before {
  width: 160px;
  height: 160px;
  background-color: #f4d135;
  border: 0 none;
  border-radius: 10px;
}
.p-error__sign::after {
  width: 140px;
  height: 140px;
  border: 7px solid #000;
  border-radius: 6px;
}
.p-error__code, .p-error__text {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  color: var(--my-text-color);
  font-weight: bold;
  font-weight: 700;
  text-align: center;
}
.p-error__code {
  top: 63px;
  padding: 0 17px 0 0;
  font-size: 70px;
  line-height: 80px;
}
.p-error__text {
  top: 131px;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}
.p-error__bar {
  position: relative;
  width: 100%;
  height: 40px;
}
.p-error__bar::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-color: black;
  background-image: -webkit-repeating-linear-gradient(120deg, transparent, transparent 50px, #f4d135 50px, #f4d135 100px);
  background-image: -moz-repeating-linear-gradient(120deg, transparent, transparent 50px, #f4d135 50px, #f4d135 100px);
  background-image: -o-repeating-linear-gradient(120deg, transparent, transparent 50px, #f4d135 50px, #f4d135 100px);
  background-image: -ms-repeating-linear-gradient(120deg, transparent, transparent 50px, #f4d135 50px, #f4d135 100px);
  background-image: repeating-linear-gradient(120deg, transparent, transparent 50px, #f4d135 50px, #f4d135 100px);
}
.p-error__header {
  width: 100%;
}
.p-error__thumb {
  width: 100%;
  text-align: center;
}
.p-error__title {
  font-size: 150%;
  text-align: center;
}
.p-error__catch {
  font-size: 100%;
  text-align: center;
}
.p-error__content {
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: 100%;
  max-width: 73.6rem;
}

@media all and (min-width: 680px) {
  .p-error__inner {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media all and (min-width: 1280px) {
  .p-error__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .p-error__title {
    font-size: 200%;
  }
  .p-error__catch {
    font-size: 125%;
  }
}

/*# sourceMappingURL=style.css.map */
