@charset "UTF-8";
/* ==============================================================
*  ベース
* ============================================================ */
* {
  margin: 0;
  padding: 0;
}

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

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Verdana, Roboto, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  color: #222222;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

ol li,
ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: #15b8ff;
}

a:focus,
*:focus {
  outline: none;
}

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

a img {
  outline: none;
  border-width: 0;
  border-style: none;
}

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

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

select,
textarea,
input,
form {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: 0;
  color: inherit;
  font-family: inherit;
  background: #FFFFFF;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea:focus,
input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=radio],
input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

textarea:-ms-input-placeholder {
  color: #DDDDDD;
}

textarea::-ms-input-placeholder {
  color: #DDDDDD;
}

textarea::-webkit-input-placeholder {
  color: #DDDDDD;
}

textarea::-moz-placeholder {
  color: #DDDDDD;
}

textarea::placeholder {
  color: #DDDDDD;
}

input:-ms-input-placeholder {
  color: #DDDDDD;
}

input::-ms-input-placeholder {
  color: #DDDDDD;
}

input::-webkit-input-placeholder {
  color: #DDDDDD;
}

input::-moz-placeholder {
  color: #DDDDDD;
}

input::placeholder {
  color: #DDDDDD;
}

/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-lblue: #15b8ff;
  --cc-yellow: #ffe553;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ==============================================================
*  レイアウト
* ============================================================ */
/* ================================================

- 共通

================================================ */
@media (hover: hover) {
  .l-header__logo a:-moz-any-link:hover {
    opacity: 0.8;
  }
  .l-header__logo a:any-link:hover {
    opacity: 0.8;
  }
}
.l-header__logo a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* ================================================

- ヘッダー

================================================ */
#header {
  width: 100%;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 22px;
  z-index: 10;
  -webkit-transition: position 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: position 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.l-header.-active {
  position: fixed;
}
.l-header.-active .l-header__logo a img {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

.l-header__inner {
  padding: 0 80px;
  position: relative;
}

.l-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 160px;
  width: 100%;
}
.l-header__logo a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-header {
    padding-top: 3.733vw;
  }
  .l-header__inner {
    padding: 0 4vw;
  }
  .l-header__logo {
    max-width: 160px;
    width: 30.667vw;
  }
}
/* ================================================

- 共通

================================================ */
@media (hover: hover) {
  .l-subNav__item a:-moz-any-link:hover, .l-nav__item a:-moz-any-link:hover {
    opacity: 0.8;
  }
  .l-subNav__item a:any-link:hover,
  .l-nav__item a:any-link:hover {
    opacity: 0.8;
  }
  .l-subNav__item a:-moz-any-link:hover span, .l-nav__item a:-moz-any-link:hover span {
    color: var(--cc-lblue);
  }
  .l-subNav__item a:any-link:hover span,
  .l-nav__item a:any-link:hover span {
    color: var(--cc-lblue);
  }
  .l-subNav__item a:-moz-any-link:hover span::before, .l-nav__item a:-moz-any-link:hover span::before {
    background-color: var(--cc-lblue);
  }
  .l-subNav__item a:any-link:hover span::before,
  .l-nav__item a:any-link:hover span::before {
    background-color: var(--cc-lblue);
  }
}
.l-subNav__item a,
.l-nav__item a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-subNav__item a span,
.l-nav__item a span {
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-subNav__item a span::before,
.l-nav__item a span::before {
  -webkit-transition: background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* ================================================

- ナビゲーション

================================================ */
.l-nav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  padding: 100px 9.6vw;
  margin-top: 0;
  -webkit-transition: visibility, opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: visibility, opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: #FFFFFF;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.l-nav.-active {
  visibility: visible;
  opacity: 1;
}

.l-nav__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 80px;
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul.l-nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}

.l-nav__item > a {
  display: block;
  width: 100%;
  color: #222222;
  text-align: center;
  position: relative;
}
.l-nav__item > a span {
  display: block;
}
.l-nav__item > a span.-en {
  font-size: 5.4rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.l-nav__item > a span.-jp {
  margin-top: 5px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.l-nav__item > a:not([href]) {
  cursor: default;
  opacity: 0.2;
}

.contact .l-nav__item a[href="/contact/"] span,
.news .l-nav__item a[href="/news/"] span,
.athlete .l-nav__item a[href="/athlete/"] span,
.business .l-nav__item a[href="/business/"] span,
.top .l-nav__item a[href="/"] span {
  color: var(--cc-lblue);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    padding: 16vw 9.6vw;
    margin-top: 0;
    -webkit-transition: visibility, opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: visibility, opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .l-nav.-active {
    visibility: visible;
    opacity: 1;
  }
  .l-nav__inner {
    padding: 21.333vw 0;
  }
  ul.l-nav__list {
    gap: 13.667vw;
  }
  .l-nav__item > a span.-en {
    font-size: 9.3333333333vw;
  }
  .l-nav__item > a span.-jp {
    margin-top: 5px;
    font-size: 4vw;
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .l-footer__link__item a:-moz-any-link:hover, .l-siteMap__child__item a:-moz-any-link:hover, .l-siteMap__parent a:-moz-any-link:hover, .l-footer__logo a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .l-footer__link__item a:any-link:hover,
  .l-siteMap__child__item a:any-link:hover,
  .l-siteMap__parent a:any-link:hover,
  .l-footer__logo a:any-link:hover {
    opacity: 0.7;
  }
  .l-pageTop button:enabled:hover {
    opacity: 0.7;
  }
}
.l-pageTop button,
.l-footer__link__item a,
.l-siteMap__child__item a,
.l-siteMap__parent a,
.l-footer__logo a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* ================================================

- サイトマップ

================================================ */
.l-siteMap {
  width: 100%;
  padding: 48px 0 50px;
  background-color: #eaeaea;
}

.l-siteMap__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 9.5em;
}

.l-siteMap__parent a {
  display: block;
  color: #222222;
}
.l-siteMap__parent a span {
  display: block;
}
.l-siteMap__parent a span.-en {
  font-size: 1.9rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.l-siteMap__parent a span.-jp {
  margin-top: 7px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.l-siteMap__child {
  margin-top: 17px;
}

.l-siteMap__child__item a {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: #222222;
}

.l-siteMap__sns.m-sns__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 55px;
  padding-right: 10px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-siteMap {
    padding: 10.667vw 0 10.667vw;
  }
  .l-siteMap__inner {
    padding: 0 8vw;
  }
  .l-siteMap__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 11.2vw 0;
  }
  .l-siteMap__item {
    width: 50%;
  }
  .l-siteMap__parent a span.-en {
    font-size: 4.5333333333vw;
  }
  .l-siteMap__parent a span.-jp {
    margin-top: 1.6vw;
    font-size: 3.7333333333vw;
    line-height: 1.1;
  }
  .l-siteMap__child {
    margin-top: 3.467vw;
  }
  .l-siteMap__child__item a {
    font-size: 3.7333333333vw;
  }
  .l-siteMap__sns.m-sns__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 12.533vw;
    padding-right: 0;
  }
}
/* ================================================

- フッター

================================================ */
.l-footer {
  width: 100%;
  padding: 25px 0 22px;
  background-color: #FFFFFF;
}

.l-footer__logo {
  width: 122px;
}
.l-footer__logo a {
  display: block;
}

.l-footer__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 43px;
}

ul.l-footer__link__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 4.5em;
}

.l-footer__link__item a {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #222222;
}

.l-footer__copyright {
  margin-left: auto;
  text-align: right;
}
.l-footer__copyright small {
  font-size: 1.3rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-footer {
    padding: 8vw 0 9.067vw;
  }
  .l-footer__inner {
    padding: 0 13.333vw;
  }
  .l-footer__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 122px;
    width: 29.6vw;
    margin: 0 auto;
  }
  .l-footer__content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9.333vw;
  }
  ul.l-footer__link__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 0;
  }
  .l-footer__link__item a {
    font-size: 3.7333333333vw;
  }
  .l-footer__copyright {
    margin-top: -3.2vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
    text-align: center;
  }
  .l-footer__copyright small {
    font-size: 3.4666666667vw;
  }
}
/* ================================================

- ページトップ

================================================ */
.l-pageTop {
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.l-pageTop.-active {
  opacity: 1;
  visibility: visible;
}

.l-pageTop__btn {
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  position: relative;
}
.l-pageTop__btn span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: relative;
  white-space: pre;
  display: block;
  color: #222222;
}
.l-pageTop__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 1px;
  height: 160px;
  background-color: #222222;
  -webkit-animation: pathmove 2s ease-in-out infinite;
          animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .l-pageTop__btn span {
  translate: -2.667vw 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 160px;
    top: -165px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: -175px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 160px;
    top: -165px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: -175px;
    opacity: 0;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-pageTop {
    position: fixed;
    bottom: 40px;
    right: 6vw;
  }
  .l-pageTop__btn {
    font-size: 4vw;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    position: relative;
  }
  .l-pageTop__btn::before {
    top: -115px;
    height: 100px;
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .l-contact__tel a:-moz-any-link:hover {
    opacity: 0.8;
  }
  .l-contact__tel a:any-link:hover {
    opacity: 0.8;
  }
}
.l-contact__tel a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* ================================================

- layout

================================================ */
.l-main {
  width: calc(100% - var(--header-w));
  margin-left: auto;
}

.l-body {
  padding-top: 77px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-main {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .l-body {
    padding-top: 16vw;
  }
}
/* ================================================

- MV

================================================ */
.l-mv {
  position: relative;
}

.l-mv__photo img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.l-mv__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 1030px;
  min-height: 80px;
  padding: 0 70px;
  background-color: #FFFFFF;
}

.l-mv__ttl {
  font-size: 3.8rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-mv__photo img {
    height: 64vw;
  }
  .l-mv__head {
    width: 95.2vw;
    min-width: 0;
    min-height: 15.467vw;
    padding: 0 4.8vw;
  }
  .l-mv__ttl {
    font-size: 7.4666666667vw;
  }
}
/* ================================================

- お問い合わせ

================================================ */
.l-contact {
  padding: 155px 0 60px;
}

.l-contact__main {
  min-height: 320px;
  padding: 73px 70px 52px 400px;
  position: relative;
  background-color: #f2f2f2;
}

.l-contact__photo {
  width: 340px;
  position: absolute;
  top: -60px;
  left: 0;
}

.l-contact__summarys dt {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.l-contact__summary {
  margin-top: 27px;
}
.l-contact__summary p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.l-contact__tel {
  margin-top: 11px;
}
.l-contact__tel p {
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.l-contact__tel p a {
  color: #000000;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-contact {
    padding: 32vw 0 10.667vw;
  }
  .l-contact__main {
    min-height: 0;
    padding: 0 0 10.667vw 0;
  }
  .l-contact__photo {
    width: 80.8vw;
    position: relative;
    top: -10.667vw;
  }
  .l-contact__summarys {
    padding: 0 4.8vw;
  }
  .l-contact__summarys dt {
    font-size: 5.3333333333vw;
  }
  .l-contact__summary {
    margin-top: 4vw;
  }
  .l-contact__summary p {
    font-size: 3.7333333333vw;
  }
  .l-contact__tel {
    margin-top: 2.667vw;
  }
  .l-contact__tel p {
    font-size: 4.8vw;
  }
}
/* ================================================

- フロートボタン

================================================ */
.l-floatBanner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.l-floatBanner__tel a {
  display: block;
  padding: 14px 20px 12px;
  color: #000000;
  background-color: #FFFFFF;
}

.l-floatBanner__tel__ttl dt {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.l-floatBanner__tel__ttl dd {
  margin-top: 5px;
}
.l-floatBanner__tel__ttl dd span {
  padding-left: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
.l-floatBanner__tel__ttl dd span::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 2px;
  translate: 0 -50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2222px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(29%2C%2076%2C%2069)%22%20d%3D%22M3.616%2C14.593%20C6.206%2C18.297%209.011%2C20.340%2012.595%2C21.814%20C13.188%2C22.056%2013.856%2C22.056%2014.433%2C21.799%20C15.150%2C21.480%2016.980%2C20.160%2017.597%2C19.495%20C18.111%2C18.942%2018.113%2C18.329%2017.762%2C17.937%20C16.766%2C16.822%2015.725%2C15.699%2014.697%2C14.703%20C14.293%2C14.311%2013.412%2C14.191%2012.782%2C14.805%20C12.570%2C15.011%2011.583%2C15.986%2011.388%2C16.161%20C11.123%2C16.400%2010.712%2C16.405%2010.446%2C16.172%20C9.058%2C14.954%208.285%2C13.940%207.148%2C12.315%20C7.138%2C12.301%207.041%2C12.166%207.031%2C12.152%20C5.851%2C10.554%205.448%2C9.302%204.761%2C7.632%20C4.630%2C7.312%204.786%2C6.952%205.117%2C6.806%20C5.360%2C6.698%206.679%2C6.185%206.958%2C6.074%20C7.793%2C5.744%207.998%2C4.922%207.761%2C4.423%20C7.159%2C3.152%206.438%2C1.822%205.709%2C0.536%20C5.452%2C0.083%204.849%2C-0.140%204.118%2C0.110%20C3.238%2C0.411%201.271%2C1.541%200.695%2C2.056%20C0.232%2C2.470%20-0.013%2C3.059%200.007%2C3.670%20C0.142%2C7.370%200.812%2C10.791%203.500%2C14.432%20C3.520%2C14.459%203.596%2C14.565%203.616%2C14.593%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 22px;
}

.l-floatBanner__tel__summary {
  margin-top: 5px;
}
.l-floatBanner__tel__summary p {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-floatBanner {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: solid 1px #e4e4e4;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
  }
  .l-floatBanner.-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .l-floatBanner__tel a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 3.2vw 4.8vw 2.667vw;
  }
  .l-floatBanner__tel__ttl dt {
    font-size: 3.2vw;
  }
  .l-floatBanner__tel__ttl dd {
    margin-top: 1.333vw;
  }
  .l-floatBanner__tel__ttl dd span {
    padding-left: 6.933vw;
    font-size: 6.4vw;
  }
  .l-floatBanner__tel__ttl dd span::before {
    left: 0.533vw;
    width: 4.8vw;
    height: 5.867vw;
  }
  .l-floatBanner__tel__summary {
    display: none;
  }
}
/* ================================================

-

================================================ */
/*--- media screen ---*/
/* ==============================================================
*  モジュール
* ============================================================ */
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .m-btn2 a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .m-btn2 a:any-link:hover {
    opacity: 0.7;
  }
  .m-btn2 a:-moz-any-link:hover span::before {
    right: -10px;
    transform-origin: center center;
    transform: rotateX(180deg);
  }
  .m-btn2 a:any-link:hover span::before {
    right: -10px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .m-btn a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .m-btn a:any-link:hover {
    opacity: 0.7;
  }
  .m-btn a:-moz-any-link:hover span::before {
    right: -30px;
    transform-origin: center center;
    transform: rotateX(180deg);
  }
  .m-btn a:any-link:hover span::before {
    right: -30px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .m-btn.-next button:enabled:hover {
    opacity: 0.7;
  }
  .m-btn.-next button:enabled:hover span::before {
    right: -10px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .m-btn.-prev button:enabled:hover {
    opacity: 0.7;
  }
  .m-btn.-prev button:enabled:hover span::before {
    left: -10px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}
.m-btn button,
.m-btn a,
.m-btn2 button,
.m-btn2 a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-btn button span::before,
.m-btn a span::before,
.m-btn2 button span::before,
.m-btn2 a span::before {
  -webkit-transition: right 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), left 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: right 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), left 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), right 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), left 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), right 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), left 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* ================================================

- 共通

================================================ */
.m-w1280 {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1200 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1120 {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1100 {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1080 {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1000 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*--- media screen ---*/
/* ================================================

-

================================================ */
.m-wrapper {
  position: relative;
}

.top .m-wrapper {
  padding-top: 0;
  background-image: none;
  background-size: 0;
  position: relative;
}

.m-body {
  padding-top: 127px;
  padding-bottom: 138px;
  background-image: url(../images/common/bg_page.jpg);
  background-size: 1800px;
  background-position: top center;
  background-repeat: repeat-y;
}

.top .m-body {
  padding-top: 0;
  padding-bottom: 0;
  background-image: none;
  background-size: 0;
}

.m-head {
  padding: 0 20px;
}

.m-pageTtl span {
  display: block;
}
.m-pageTtl span.-en {
  font-size: 7rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.m-pageTtl span.-jp {
  margin-top: 5px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

.m-pageDecoration {
  background-color: #FFFFFF;
  position: relative;
}
.m-pageDecoration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #76d6ff;
  width: 440px;
  height: 40px;
}
.m-pageDecoration::after {
  content: "";
  position: absolute;
  top: 0;
  left: 440px;
  background-color: #76d6ff;
  width: 40px;
  height: 40px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
          clip-path: polygon(100% 0, 0% 100%, 0 0);
}

.m-sc__ttl span {
  display: block;
}
.m-sc__ttl span.-en {
  font-size: 5.2rem;
  line-height: 1.059;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.m-sc__ttl span.-jp {
  margin-top: 7px;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-body {
    padding: 22.4vw 5.333vw 21.333vw;
    background-image: url(../images/common/bg_page_sp.jpg);
    background-size: 100vw;
    overflow-x: hidden;
  }
  .top .m-body {
    padding: 0;
    background-image: none;
    background-size: 0;
  }
  .m-head {
    padding: 0;
  }
  .m-pageTtl span.-en {
    font-size: 13.3333333333vw;
  }
  .m-pageTtl span.-jp {
    margin-top: 5px;
    font-size: 4.8vw;
  }
  .m-pageDecoration::before {
    width: 37.333vw;
    height: 5.333vw;
  }
  .m-pageDecoration::after {
    left: 37.333vw;
    width: 5.333vw;
    height: 5.333vw;
  }
  .m-sc__ttl span.-en {
    font-size: 10.6666666667vw;
  }
  .m-sc__ttl span.-jp {
    margin-top: 5px;
    font-size: 4.5333333333vw;
  }
}
/* ================================================

- テキスト

================================================ */
*.m-fz16-lh18 {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-wrap: pretty;
}

*.m-fz18-lh17 {
  font-size: 1.8rem;
  line-height: 1.778;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-wrap: pretty;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  *.m-fz16-lh18 {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
  *.m-fz18-lh17 {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
/* ================================================

- ボタン

================================================ */
.m-btn button,
.m-btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  min-height: 56px;
  padding: 19px 22px;
  font-size: 1.6rem;
  color: #222222;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  border: solid 1px #222222;
  position: relative;
  z-index: 1;
}
.m-btn button span,
.m-btn a span {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: left;
  z-index: 1;
}

.m-btn2 button,
.m-btn2 a {
  display: block;
  width: 100%;
  padding: 22px 0;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  z-index: 1;
}
.m-btn2 button span,
.m-btn2 a span {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: right;
  z-index: 1;
}

.m-btn2.-lineTop button,
.m-btn2.-lineTop a {
  border-top: solid 1px #222222;
}

.m-btn2.-lineBottom button,
.m-btn2.-lineBottom a {
  border-bottom: solid 1px #222222;
}

.m-btn2.-left button span,
.m-btn2.-left a span {
  text-align: left;
}

.m-btn.-prev button span,
.m-btn.-prev a span {
  text-align: right;
}
.m-btn.-prev button span::before,
.m-btn.-prev a span::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  translate: 0 -50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%229%22%20version%3D%221.1%22%20viewBox%3D%220%200%2040%209%22%3E%20%3Cpolygon%20points%3D%2240%204.5%2031%200%2031%203.964%200%203.964%200%205.036%2031%205.036%2031%209%2040%204.5%22%20fill%3D%22%23212121%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%220%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 9px;
  rotate: 180deg;
}

.m-btn.-next button span::before,
.m-btn.-next a span::before {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  translate: 0 -50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%229%22%20version%3D%221.1%22%20viewBox%3D%220%200%2040%209%22%3E%20%3Cpolygon%20points%3D%2240%204.5%2031%200%2031%203.964%200%203.964%200%205.036%2031%205.036%2031%209%2040%204.5%22%20fill%3D%22%23212121%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%220%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 9px;
}

.m-btn2.-next button span,
.m-btn2.-next a span {
  padding-right: 50px;
}
.m-btn2.-next button span::before,
.m-btn2.-next a span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%229%22%20version%3D%221.1%22%20viewBox%3D%220%200%2040%209%22%3E%20%3Cpolygon%20points%3D%2240%204.5%2031%200%2031%203.964%200%203.964%200%205.036%2031%205.036%2031%209%2040%204.5%22%20fill%3D%22%23212121%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%220%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 9px;
}

.m-btn.-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.m-btn.-end {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-btn button,
  .m-btn a {
    min-width: 294px;
    min-height: 56px;
    padding: 19px 22px;
    font-size: 4.2666666667vw;
  }
  .m-btn2 button,
  .m-btn2 a {
    padding: 4.8vw 0;
    font-size: 4.2666666667vw;
  }
  .m-btn.-next button span::before,
  .m-btn.-next a span::before {
    right: -40px;
    width: 40px;
    height: 9px;
  }
  .m-btn2.-next button span,
  .m-btn2.-next a span {
    padding-right: 50px;
  }
  .m-btn2.-next button span::before,
  .m-btn2.-next a span::before {
    width: 40px;
    height: 9px;
  }
}
/* ================================================

- アンカーボタン

================================================ */
.m-ankNav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.m-ankNav__item {
  width: 100%;
}
.m-ankNav__item a {
  display: block;
  padding: 15px 0 33px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
  background-color: var(--cc-green);
}
.m-ankNav__item a span {
  position: relative;
}
.m-ankNav__item a span::after {
  content: "";
  position: absolute;
  left: 42%;
  bottom: -12px;
  translate: 0 50%;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.m-ankNav__item:not(:first-of-type) {
  border-left: solid 1px #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-ankNav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-ankNav__item {
    width: 50%;
    border-top: solid 1px #FFFFFF;
  }
  .m-ankNav__item a {
    padding: 4vw 0 8.8vw;
    font-size: 3.7333333333vw;
  }
  .m-ankNav__item a span {
    position: relative;
  }
  .m-ankNav__item a span::after {
    bottom: -3.2vw;
    width: 2.133vw;
    height: 2.133vw;
  }
  .m-ankNav__item:not(:first-of-type) {
    border-left: none;
  }
  .m-ankNav__item:nth-child(2n) {
    border-left: solid 1px #FFFFFF;
  }
}
/* ================================================

- ハンバーガーボタン

================================================ */
.m-hamburgerBtn {
  position: absolute;
  top: 15px;
  right: 80px;
  cursor: pointer;
  background-color: transparent;
  z-index: 20;
}
.m-hamburgerBtn .m-hamburgerBtn__line {
  position: relative;
  width: 44px;
  height: 24px;
}
.m-hamburgerBtn .m-hamburgerBtn__line span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #222222;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-hamburgerBtn .m-hamburgerBtn__line span::before,
.m-hamburgerBtn .m-hamburgerBtn__line span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #222222;
  -webkit-transition: inherit;
  transition: inherit;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::before {
  top: -10px;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::after {
  width: 50%;
  top: 11px;
}

.m-hamburgerBtn.-active .m-hamburgerBtn__line span {
  background-color: transparent;
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::before,
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
  top: 0;
  background-color: #222222;
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
  width: 100%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.m-hamburgerBtn__txt {
  display: none;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  color: var(--cc-green);
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-hamburgerBtn {
    top: 5px;
    right: 18px;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line {
    width: 32px;
    height: 20px;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span::before {
    top: -10px;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span::after {
    width: 50%;
    top: 9px;
  }
}
/* ================================================

- ページ送り

================================================ */
.m-pagination {
  margin-top: 74px;
}

ul.m-pagination__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
}
ul.m-pagination__list li span,
ul.m-pagination__list li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 60px;
  min-height: 60px;
  font-size: 1.7rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  border: solid 1px #e5e5e5;
  border-radius: 100%;
}
ul.m-pagination__list li.-prev {
  margin-right: 10px;
}
ul.m-pagination__list li.-prev span,
ul.m-pagination__list li.-prev a {
  font-size: 1.5rem;
  padding-left: 25px;
  border: none;
  border-radius: 0;
}
ul.m-pagination__list li.-next {
  margin-left: 10px;
}
ul.m-pagination__list li.-next span,
ul.m-pagination__list li.-next a {
  font-size: 1.5rem;
  padding-right: 25px;
  border: none;
  border-radius: 0;
}
ul.m-pagination__list li.-leader span,
ul.m-pagination__list li.-leader a {
  width: auto;
  padding: 0 10px;
  font-size: 1.5rem;
  border: none;
  border-radius: 0;
}
ul.m-pagination__list li.-num span.-active,
ul.m-pagination__list li.-num a.-active {
  color: #FFFFFF;
  background-color: #28beff;
  border: solid 1px #28beff;
}

@media (hover: hover) {
  ul.m-pagination__list li a:-moz-any-link:hover {
    background-color: #28beff;
    color: #FFFFFF;
  }
  ul.m-pagination__list li a:any-link:hover {
    background-color: #28beff;
    color: #FFFFFF;
  }
  ul.m-pagination__list li.-leader a:-moz-any-link:hover, ul.m-pagination__list li.-prev a:-moz-any-link:hover, ul.m-pagination__list li.-next a:-moz-any-link:hover {
    background-color: transparent;
    color: #28beff;
  }
  ul.m-pagination__list li.-leader a:any-link:hover,
  ul.m-pagination__list li.-prev a:any-link:hover,
  ul.m-pagination__list li.-next a:any-link:hover {
    background-color: transparent;
    color: #28beff;
  }
}
ul.m-pagination__list li a {
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-pagination {
    margin-top: 70px;
  }
  ul.m-pagination__list {
    gap: 2.133vw;
  }
  ul.m-pagination__list li span,
  ul.m-pagination__list li a {
    width: 12.8vw;
    min-height: 12.8vw;
    font-size: 4.2666666667vw;
  }
  ul.m-pagination__list li.-prev {
    margin-right: 2.667vw;
  }
  ul.m-pagination__list li.-prev span,
  ul.m-pagination__list li.-prev a {
    font-size: 3.7333333333vw;
    padding-left: 6.667vw;
  }
  ul.m-pagination__list li.-next {
    margin-left: 2.667vw;
  }
  ul.m-pagination__list li.-next span,
  ul.m-pagination__list li.-next a {
    font-size: 3.7333333333vw;
    padding-right: 6.667vw;
  }
  ul.m-pagination__list li.-leader span,
  ul.m-pagination__list li.-leader a {
    padding: 0 2.667vw;
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- パンくず

================================================ */
.m-breadcrumb {
  padding: 13px 0 13px;
  background-color: #13234d;
}

ol.m-breadcrumb__list {
  padding: 0 30px;
  letter-spacing: -0.4em;
}
ol.m-breadcrumb__list li {
  display: inline;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
ol.m-breadcrumb__list li a {
  color: #209bea;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
ol.m-breadcrumb__list li a:hover {
  opacity: 0.7;
}
ol.m-breadcrumb__list li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin: 0 0.75em;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  ol.m-breadcrumb__list {
    padding: 0 6.4vw;
  }
  ol.m-breadcrumb__list li {
    font-size: 3.4666666667vw;
    line-height: 1.4;
  }
}
/* ================================================

- SNSアイコン

================================================ */
ul.m-sns__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 25px;
}

.m-sns__item {
  width: 28px;
}
.m-sns__item a {
  display: block;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media (hover: hover) {
  .m-sns__item a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .m-sns__item a:any-link:hover {
    opacity: 0.7;
  }
}
.m-sns__item a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/*--- media screen ---*/
/* ================================================

- アコーディオン

================================================ */
.m-accordion__details {
  background-color: #FFFFFF;
}

.m-accordion__details:not(:first-of-type) {
  margin-top: 10px;
}

.m-accordion__summary {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  padding: 25px 40px 25px 76px;
  font-size: 1.7rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--cc-hblue);
  position: relative;
  cursor: pointer;
}
.m-accordion__summary::before {
  content: "Q";
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  color: var(--cc-lblue);
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.m-accordion__summary::-webkit-details-marker {
  display: none;
}

.m-accordion__icon {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 38px;
  right: 45px;
}
.m-accordion__icon::before, .m-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 2px;
  background-color: var(--cc-lblue);
}
.m-accordion__icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-accordion__icon::after {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* アコーディオンが開いた時のスタイル */
details.m-accordion__details.-open .m-accordion__icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.m-accordion__content__txt {
  padding: 0px 40px 22px 94px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.m-accordion__content__txt::before {
  content: "A";
  position: absolute;
  top: -5px;
  left: 47px;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  color: var(--cc-hblue);
}
.m-accordion__content__txt p {
  font-size: 1.7rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--cc-hblue);
}

.js-details.-open .m-accordion__content__txt {
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-accordion__details:not(:first-of-type) {
    margin-top: 10px;
  }
  .m-accordion__summary {
    padding: 5.333vw 10.667vw 5.333vw 14.667vw;
    font-size: 4vw;
  }
  .m-accordion__summary::before {
    top: 1.333vw;
    left: 3.467vw;
    font-size: 9.0666666667vw;
  }
  .m-accordion__icon {
    top: 8vw;
    right: 8vw;
  }
  .m-accordion__icon::before, .m-accordion__icon::after {
    width: 16px;
  }
  .m-accordion__content__txt {
    padding: 0px 5.333vw 5.333vw 20vw;
  }
  .m-accordion__content__txt::before {
    top: -1.333vw;
    left: 9.333vw;
    font-size: 9.0666666667vw;
  }
  .m-accordion__content__txt p {
    font-size: 4vw;
  }
}
/* ================================================

- その他

================================================ */
.m-indent--kome > li,
.m-indent--kome > p {
  position: relative;
  padding-left: 1em;
}
.m-indent--kome > li::before,
.m-indent--kome > p::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--dot > li,
.m-indent--dot > p {
  position: relative;
  padding-left: 1em;
}
.m-indent--dot > li::before,
.m-indent--dot > p::before {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--circle > li,
.m-indent--circle > p {
  position: relative;
  padding-left: 1.25em;
}
.m-indent--circle > li::before,
.m-indent--circle > p::before {
  display: block;
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--cc-green);
}

.m-indent--square > li,
.m-indent--square > p {
  position: relative;
  padding-left: 1.25em;
}
.m-indent--square > li::before,
.m-indent--square > p::before {
  display: block;
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--number {
  counter-reset: item;
}
.m-indent--number > li,
.m-indent--number > p {
  position: relative;
  padding-left: 1.25em;
}
.m-indent--number > li::before,
.m-indent--number > p::before {
  counter-increment: item;
  content: counter(item) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--pNumber {
  counter-reset: item;
}
.m-indent--pNumber > li,
.m-indent--pNumber > p {
  position: relative;
  padding-left: 1.25em;
}
.m-indent--pNumber > li::before,
.m-indent--pNumber > p::before {
  counter-increment: item;
  content: "（" counter(item) "）";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

a.-tel[href^="tel:"] {
  pointer-events: none;
}

.m-h-opacity a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-h-opacity a:hover {
  opacity: 0.7;
}

a.m-underline {
  position: relative;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
a.m-underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--cc-green);
}

a.m-underline.-rever::after {
  background-color: #00a3ad;
}

@media (hover: hover) {
  a.m-underline:-moz-any-link:hover {
    opacity: 0.7;
  }
  a.m-underline:any-link:hover {
    opacity: 0.7;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  a.-tel[href^="tel:"] {
    pointer-events: auto;
  }
}
/* ================================================

- タブ

================================================ */
.js-tab-panel {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
}

.js-tab-panel.-active {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ================================================

- トランジション

================================================ */
.v-enter-active,
.v-leave-active {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.v-enter-active {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.v-enter-to,
.v-leave-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.v-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.v2-enter-active,
.v2-leave-active {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.v2-enter-active {
  opacity: 0;
}

.v2-enter-to,
.v2-leave-active {
  opacity: 1;
}

.v2-leave-to {
  opacity: 0;
}

/* ================================================

- テーブル

================================================ */
.overflow-container {
  overflow: visible;
}

.m-table {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-spacing: 0;
}
.m-table th,
.m-table td {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background-color: #FFFFFF;
  padding: 14px 25px 14px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  vertical-align: middle;
  text-align: left;
}
.m-table th small,
.m-table td small {
  font-size: 1.5rem;
}
.m-table th.-center,
.m-table td.-center {
  text-align: center;
}
.m-table th.-bg,
.m-table td.-bg {
  background-color: #f6f6f6;
}
.m-table th.-w16,
.m-table td.-w16 {
  width: 16%;
}
.m-table th.-w19,
.m-table td.-w19 {
  width: 19%;
}
.m-table th.-w21,
.m-table td.-w21 {
  width: 21%;
}
.m-table th.-w24,
.m-table td.-w24 {
  width: 24%;
}
.m-table th.-w25,
.m-table td.-w25 {
  width: 25%;
}
.m-table th.-w30,
.m-table td.-w30 {
  width: 30%;
}
.m-table th.-w62,
.m-table td.-w62 {
  width: 62%;
}
.m-table th.-pos1,
.m-table td.-pos1 {
  vertical-align: top;
  padding-top: 60px;
}
.m-table thead th {
  padding: 9px 25px 9px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background-color: #f6f6f6;
}
.m-table tbody th {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .overflow-container {
    overflow-x: scroll;
  }
  .overflow-container::before {
    content: "※横にスライドして閲覧出来ます。";
    display: block;
    margin-bottom: 5px;
    font-size: 2.9333333333vw;
    letter-spacing: 0.04em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .m-table {
    width: 768px;
  }
  .m-table th,
  .m-table td {
    padding: 14px 10px 14px;
    font-size: 1.5rem;
  }
  .m-table th small,
  .m-table td small {
    font-size: 1.4rem;
  }
  .m-table th.-pos1,
  .m-table td.-pos1 {
    padding-top: 60px;
  }
  .m-table thead th {
    padding: 9px 10px 9px;
    font-size: 1.5rem;
  }
}
/* ================================================

- お問い合わせ

================================================ */
.m-partsContact {
  margin-top: 90px;
  padding: 80px 80px 0;
  border-top: solid 1px #222222;
}

.m-partsContact__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 182px;
}

.m-partsContact__ttl {
  text-align: left;
}

.m-partsContact__content {
  padding-top: 3px;
}

.m-partsContact__txt {
  font-size: 1.8rem;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-wrap: pretty;
}

.m-partsContact__btn {
  margin-top: 43px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-partsContact {
    margin-top: 16vw;
    padding: 14.4vw 0 0;
  }
  .m-partsContact__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13.333vw;
  }
  .m-partsContact__ttl {
    text-align: center;
  }
  .m-partsContact__content {
    padding-top: 0;
  }
  .m-partsContact__txt {
    font-size: 4.5333333333vw;
    text-align: left;
  }
  .m-partsContact__btn {
    margin-top: 9.333vw;
  }
}
/* ================================================

- @hover

================================================ */
/* ================================================

- タイトルアイコン

================================================ */
.-icon--check,
.-icon--account,
.-icon--news,
.-icon--calendar,
.-icon--event2,
.-icon--event,
.-icon--volunteer {
  padding-left: 60px;
  position: relative;
}
.-icon--check::before,
.-icon--account::before,
.-icon--news::before,
.-icon--calendar::before,
.-icon--event2::before,
.-icon--event::before,
.-icon--volunteer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--cc-primary);
  border-radius: 4px;
  width: 46px;
  height: 46px;
}

.-icon--volunteer::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2246%22%20height%3D%2246%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M23.41%2C26.95c-6%2C0-10.89%2C4.17-11%2C10.05h2.38c.11-4.59%2C3.93-7.7%2C8.62-7.7s8.5%2C3.12%2C8.62%2C7.7h1.48c.79-5.88-4.1-10.05-10.1-10.05ZM23.41%2C25.15c4.52%2C0%2C8.2-3.62%2C8.2-8.08s-3.68-8.08-8.2-8.08-8.2%2C3.62-8.2%2C8.08%2C3.68%2C8.08%2C8.2%2C8.08ZM23.41%2C11.35c3.21%2C0%2C5.82%2C2.57%2C5.82%2C5.73s-2.61%2C5.73-5.82%2C5.73-5.82-2.57-5.82-5.73%2C2.61-5.73%2C5.82-5.73Z%22%2F%3E%3C%2Fsvg%3E");
}

.-icon--event::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2246%22%20height%3D%2246%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M31.65%2C36.49l-.26-9.31%2C5.61-7.37-8.82-2.62-5.18-7.69-5.18%2C7.69-8.82%2C2.62%2C5.61%2C7.37-.26%2C9.31%2C8.65-3.13%2C8.65%2C3.13ZM12.59%2C21l6.55-1.95%2C3.85-5.71%2C3.85%2C5.71%2C6.55%2C1.95-4.17%2C5.48.2%2C6.91-6.43-2.32-6.43%2C2.32.2-6.91-4.17-5.48Z%22%2F%3E%3C%2Fsvg%3E");
}

.-icon--event2::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2246%22%20height%3D%2246%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M33.31%2C24l-5.97%2C2.84c-.21.1-.39.27-.49.49l-2.84%2C5.97c-.06.12-.16.22-.29.26-.13.05-.27.04-.39-.02-.06-.03-.11-.06-.15-.11l-4.55-4.8c-.16-.17-.38-.28-.61-.31l-6.56-.86c-.28-.04-.48-.3-.44-.58%2C0-.06.03-.12.06-.18l3.16-5.81c.11-.21.15-.45.11-.68l-1.21-6.5c-.05-.28.13-.55.41-.6.03%2C0%2C.06%2C0%2C.1%2C0s.06%2C0%2C.09%2C0l6.51%2C1.21c.23.04.47%2C0%2C.68-.11l5.81-3.16c.25-.14.56-.04.7.2.03.06.05.12.06.18l.86%2C6.55c.03.23.14.45.31.61l4.8%2C4.54c.2.19.22.52.02.73-.04.05-.09.08-.15.11ZM27.22%2C20.11c-.51-.48-.85-1.14-.94-1.84l-.57-4.33-3.84%2C2.09c-.62.34-1.35.45-2.04.32l-4.29-.8.8%2C4.29c.13.69.01%2C1.42-.32%2C2.04l-2.09%2C3.83%2C4.33.57c.7.09%2C1.35.42%2C1.84.94l3%2C3.17%2C1.88-3.94c.3-.64.82-1.15%2C1.46-1.46l3.94-1.88-3.17-3ZM35.01%2C33.54l-1.45%2C1.45-5.09-5.08%2C1.45-1.45%2C5.09%2C5.08Z%22%2F%3E%3C%2Fsvg%3E");
}

.-icon--calendar::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2246%22%20height%3D%2246%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M10%2C13.72v21.22c0%2C.59.48%2C1.06%2C1.06%2C1.06h23.88c.59%2C0%2C1.06-.48%2C1.06-1.06V13.72c0-.59-.48-1.06-1.06-1.06h-5.57v-2.65h-2.12v2.65h-8.49v-2.65h-2.12v2.65h-5.57c-.59%2C0-1.06.48-1.06%2C1.06ZM12.12%2C14.78h4.51v2.65h2.12v-2.65h8.49v2.65h2.12v-2.65h4.51v5.84H12.12v-5.84ZM12.12%2C22.73h21.76v11.14H12.12v-11.14Z%22%2F%3E%3C%2Fsvg%3E");
}

.-icon--news::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2246%22%20height%3D%2246%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M32.28%2C36H13.72c-2.05%2C0-3.71-1.67-3.71-3.71V11.06c0-.58.48-1.06%2C1.06-1.06h18.57c.58%2C0%2C1.06.48%2C1.06%2C1.06v16.18h5.31v5.04c0%2C2.05-1.67%2C3.71-3.71%2C3.71ZM28.57%2C12.13H12.13v20.16c0%2C.88.71%2C1.59%2C1.59%2C1.59h14.85V12.13ZM33.88%2C29.37h-3.18v2.92c0%2C.88.72%2C1.59%2C1.59%2C1.59s1.59-.71%2C1.59-1.59v-2.92ZM25.39%2C18.76h-10.08v-2.12h10.08v2.12ZM25.39%2C24.06h-10.08v-2.12h10.08v2.12ZM21.41%2C29.37h-6.1v-2.12h6.1v2.12Z%22%2F%3E%3C%2Fsvg%3E");
}

.-icon--account::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2246%22%20height%3D%2246%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M35.97%2C34H10.03c-.58%2C0-1.04-.47-1.04-1.05V13.05c0-.58.47-1.05%2C1.04-1.05h25.93c.58%2C0%2C1.05.47%2C1.05%2C1.05v19.9c0%2C.58-.47%2C1.05-1.05%2C1.05ZM34.92%2C14.09H11.08v17.81h23.84V14.09ZM18.13%2C24.83c2.33%2C0%2C4.25%2C1.82%2C4.41%2C4.12h-8.81c.16-2.3%2C2.07-4.12%2C4.41-4.12ZM31.62%2C19.5h-6.45v-2.09h6.45v2.09ZM30.27%2C24.13h-5.1v-2.09h5.1v2.09ZM18.13%2C23.25c-1.69%2C0-3.07-1.38-3.07-3.07s1.38-3.07%2C3.07-3.07%2C3.07%2C1.38%2C3.07%2C3.07-1.38%2C3.07-3.07%2C3.07Z%22%2F%3E%3C%2Fsvg%3E");
}

.-icon--check::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2246%22%20height%3D%2246%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M35.11%2C36H11.24c-.59%2C0-1.07-.47-1.07-1.04v-15.39c0-.32.15-.63.41-.82l11.93-8.53c.19-.15.42-.22.66-.22s.46.07.65.22l11.94%2C8.53c.26.2-.49.5-.49.82v15.39c0%2C.57.42%2C1.04-.17%2C1.04ZM34.05%2C20.08l-10.87-7.72-10.83%2C7.69-.04.03v13.84h21.74v-13.84ZM21.59%2C27.26l6.34-6.2%2C1.73%2C1.69-8.08%2C7.89-4.9-4.79%2C1.73-1.69%2C3.17%2C3.1Z%22%2F%3E%3C%2Fsvg%3E");
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .-icon--check,
  .-icon--account,
  .-icon--news,
  .-icon--calendar,
  .-icon--event2,
  .-icon--event,
  .-icon--volunteer {
    padding-left: 14.4vw;
  }
  .-icon--check::before,
  .-icon--account::before,
  .-icon--news::before,
  .-icon--calendar::before,
  .-icon--event2::before,
  .-icon--event::before,
  .-icon--volunteer::before {
    content: "";
    border-radius: 1.067vw;
    width: 10.667vw;
    height: 10.667vw;
    max-width: 46px;
    max-height: 46px;
  }
}
/* ================================================

- ボタンアイコン

================================================ */
.-icon--check2 span,
.-icon--mail2 span,
.-icon--mail span,
.-icon--star span,
.-icon--thumbnail span,
.-icon--list span,
.-icon--history span,
.-icon--pen span {
  padding-left: 30px;
  position: relative;
}
.-icon--check2 span::before,
.-icon--mail2 span::before,
.-icon--mail span::before,
.-icon--star span::before,
.-icon--thumbnail span::before,
.-icon--list span::before,
.-icon--history span::before,
.-icon--pen span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--cc-primary);
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.-icon--pen span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M18.87%2C4.06l-2.95-2.95c-.29-.3-.81-.3-1.1%2C0L.9%2C15.06v4.06h4.05l13.92-13.95c.3-.31.3-.8%2C0-1.11ZM4.3%2C17.55h-1.84v-1.85L12.43%2C5.72l1.84%2C1.85-9.96%2C9.98ZM15.37%2C6.46l-1.84-1.85%2C1.84-1.85%2C1.84%2C1.85-1.84%2C1.85Z%22%2F%3E%3C%2Fsvg%3E");
}

.-icon--history span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M17.46%2C2.55H2.54v14.9h3.26v1.54H1.76c-.42%2C0-.77-.35-.77-.77V1.78c0-.43.35-.77.77-.77h16.47c.43%2C0%2C.77.35.77.77v4.01h-1.54v-3.24ZM13.09%2C7.18c3.26%2C0%2C5.91%2C2.65%2C5.91%2C5.91s-2.65%2C5.91-5.91%2C5.91-5.91-2.65-5.91-5.91%2C2.65-5.91%2C5.91-5.91ZM13.09%2C17.45c2.41%2C0%2C4.37-1.96%2C4.37-4.37s-1.96-4.37-4.37-4.37-4.37%2C1.96-4.37%2C4.37%2C1.96%2C4.37%2C4.37%2C4.37ZM13.86%2C12.76l1.65%2C1.65-1.09%2C1.09-2.1-2.1v-3.14h1.54v2.51Z%22%2F%3E%3C%2Fsvg%3E");
}

.-icon--list span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M2%2C13.22v-1.67h16.01v1.67H2ZM2%2C6.78h16.01v1.67H2v-1.67ZM2%2C2.01h16.01v1.67H2v-1.67ZM12.63%2C17.99H2v-1.67h10.64v1.67Z%22%2F%3E%3C%2Fsvg%3E");
}

.-icon--thumbnail span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M17.2%2C19.01H2.8c-.99%2C0-1.79-.81-1.79-1.8V2.79c0-.99.8-1.8%2C1.79-1.8h14.39c.99%2C0%2C1.79.81%2C1.79%2C1.8v14.42c0%2C.99-.8%2C1.8-1.79%2C1.8ZM17.45%2C2.54H2.55v14.92h14.9V2.54ZM10.11%2C12.32c2.21%2C0%2C4.27%2C1.05%2C5.58%2C2.82-.42.3-.87.56-1.34.79-1.02-1.3-2.59-2.07-4.24-2.07s-3.31.81-4.33%2C2.18c-.47-.21-.92-.47-1.36-.76%2C1.3-1.86%2C3.41-2.97%2C5.69-2.97ZM10%2C11.06c-1.84%2C0-3.34-1.5-3.34-3.34s1.5-3.35%2C3.34-3.35%2C3.34%2C1.5%2C3.34%2C3.35-1.5%2C3.34-3.34%2C3.34ZM10%2C5.92c-.99%2C0-1.8.81-1.8%2C1.8s.81%2C1.8%2C1.8%2C1.8%2C1.8-.81%2C1.8-1.8-.81-1.8-1.8-1.8Z%22%2F%3E%3C%2Fsvg%3E");
}

.-icon--star span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M18.01%2C20H1.99c-1.1%2C0-1.99-.89-1.99-1.99V1.99C0%2C.89.9%2C0%2C1.99%2C0h16.01c1.1%2C0%2C1.99.89%2C1.99%2C1.99v16.01c0%2C1.1-.89%2C1.99-1.99%2C1.99ZM18.29%2C1.71H1.71v16.57h16.57V1.71ZM8.29%2C7.88l1.71-3.71%2C1.72%2C3.71%2C4.07.48-3.01%2C2.78.8%2C4.01-3.57-2-3.57%2C2%2C.8-4.01-3.01-2.78%2C4.07-.48Z%22%2F%3E%3C%2Fsvg%3E");
}

.-icon--mail span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2017.75%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.16%2C0H.84c-.46%2C0-.84.38-.84.85v16.04c0%2C.47.38.85.84.85h18.32c.46%2C0%2C.84-.38.84-.85V.85c0-.47-.38-.85-.84-.85ZM18.21%2C1.71l-8.14%2C7L1.79%2C1.71h16.42ZM18.32%2C16.04H1.68V3.89l8.4%2C7.11%2C8.24-7.09v12.13Z%22%2F%3E%3C%2Fsvg%3E");
}

.-icon--mail2 span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M19.22%2C18.02H2.59c-.43%2C0-.78-.34-.78-.77v-.78h16.61V5.57l-7.52%2C6.23L1.81%2C4.19v-1.43c0-.43.35-.77.79-.77h16.61c.43%2C0%2C.79.35.79.77v14.5c0%2C.41-.36.77-.78.77ZM3.43%2C3.53l7.48%2C6.2%2C7.48-6.2H3.43ZM4.15%2C10.17H0v-1.55h4.15v1.55ZM7.31%2C14.18H0v-1.54h7.31v1.54Z%22%2F%3E%3C%2Fsvg%3E");
}

.-icon--check2 span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M17.21%2C19H2.8c-.99%2C0-1.79-.81-1.79-1.8V2.79c0-.99.81-1.8%2C1.79-1.8h14.41c.99%2C0%2C1.79.81%2C1.79%2C1.8v14.41c0%2C.99-.8%2C1.8-1.79%2C1.8ZM17.46%2C2.54H2.54v14.92h14.91V2.54ZM8.77%2C11.23l4.91-4.9%2C1.23%2C1.22-6.14%2C6.13-3.68-3.68%2C1.23-1.22%2C2.45%2C2.45Z%22%2F%3E%3C%2Fsvg%3E");
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .-icon--check2 span,
  .-icon--mail span,
  .-icon--star span,
  .-icon--thumbnail span,
  .-icon--list span,
  .-icon--history span,
  .-icon--pen span {
    padding-left: 8vw;
  }
  .-icon--check2 span::before,
  .-icon--mail span::before,
  .-icon--star span::before,
  .-icon--thumbnail span::before,
  .-icon--list span::before,
  .-icon--history span::before,
  .-icon--pen span::before {
    border-radius: 1.067vw;
    width: 5.333vw;
    height: 5.333vw;
    width: 20px;
    height: 20px;
  }
}
/* ================================================

- ボタン矢印

================================================ */
.-arrow--bottom a,
.-arrow--top a,
.-arrow--right a,
.-arrow--left a {
  padding-left: 17px;
  position: relative;
}
.-arrow--bottom a::before,
.-arrow--top a::before,
.-arrow--right a::before,
.-arrow--left a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--cc-primary);
  border-right: 1px solid var(--cc-primary);
}

/* 左向き */
.-arrow--left a::before {
  rotate: -135deg;
}

/* 右向き */
.-arrow--right a::before {
  rotate: 45deg;
}

/* 上向き */
.-arrow--top a::before {
  rotate: -45deg;
}

/* 下向き */
.-arrow--bottom a::before {
  rotate: 135deg;
}

/*--- media screen ---*/
/* ================================================

- ラベル

================================================ */
.-label-status {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 82px;
  min-height: 25px;
  padding: 2px 5px;
  font-size: 1.4rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #bcbcbc;
  border-radius: 4px;
}

.-label-status.-app {
  background-color: #58abe0;
}

.-label-status.-open {
  background-color: #fd7171;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .-label-status {
    max-width: 72px;
    max-height: 25px;
    min-width: 19.2vw;
    min-height: 6.667vw;
    padding: 0.533vw 1.333vw;
    font-size: 3.2vw;
    border-radius: 1.067vw;
  }
}